/* TowerMT2 — ostateczna poprawka sekcji Prezentacja */
.tm-presentation {
    position: relative;
    min-height: 560px;
    margin: -22px -22px 24px;
    overflow: hidden;
    border-bottom: 1px solid rgba(188, 102, 255, .75);
    background:
        linear-gradient(90deg, rgba(2, 1, 6, .96) 0%, rgba(3, 1, 8, .84) 26%, rgba(4, 2, 10, .22) 58%, rgba(2, 1, 6, .16) 100%),
        url("../img/presentation-bg-final.png") center center / cover no-repeat !important;
}

.tm-presentation::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 18%, rgba(205, 143, 255, .12), transparent 24%),
        linear-gradient(to bottom, rgba(0,0,0,.02), rgba(0,0,0,.20));
}

.tm-presentation__content {
    position: absolute;
    left: 5.2%;
    top: 42%;
    z-index: 2;
    width: min(520px, 46%);
    transform: translateY(-18%);
}

.tm-presentation__kicker {
    display: block;
    margin-bottom: 16px;
    color: #d28cff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(185, 83, 255, .72);
}

.tm-presentation h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(54px, 7vw, 88px);
    line-height: .92;
    text-shadow:
        0 0 8px rgba(255,255,255,.55),
        0 0 20px rgba(181, 81, 255, .78),
        0 4px 3px rgba(0,0,0,.88);
}

.tm-presentation p {
    margin: 0 0 28px;
    color: #e2d7ea;
    font-size: clamp(16px, 1.7vw, 22px);
    line-height: 1.55;
    text-shadow: 0 2px 2px #000;
}

.tm-presentation__button {
    display: inline-flex;
    min-width: 306px;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 22px;
    border: 1px solid #c879ff;
    color: #fff;
    background: linear-gradient(180deg, rgba(105, 37, 158, .82), rgba(36, 9, 56, .95));
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        0 0 14px rgba(169, 67, 246, .55);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tm-presentation__button span {
    color: #bc67f4;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.tm-presentation__button:hover {
    transform: translateY(-2px);
    border-color: #e1b2ff;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.12),
        0 0 22px rgba(180, 80, 255, .78);
}

@media (max-width: 820px) {
    .tm-presentation {
        min-height: 500px;
        margin: -22px -22px 22px;
        background-position: 62% center !important;
    }

    .tm-presentation__content {
        left: 5%;
        top: 43%;
        width: 58%;
    }

    .tm-presentation h2 {
        font-size: clamp(46px, 10vw, 70px);
    }
}

@media (max-width: 620px) {
    .tm-presentation {
        min-height: 470px;
        margin: -14px -14px 20px;
        background:
            linear-gradient(90deg, rgba(2,1,6,.96), rgba(3,1,8,.68) 68%, rgba(2,1,6,.24)),
            url("../img/presentation-bg-final.png") 64% center / cover no-repeat !important;
    }

    .tm-presentation__content {
        left: 20px;
        top: 46%;
        width: calc(100% - 40px);
    }

    .tm-presentation__kicker {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .tm-presentation h2 {
        font-size: clamp(44px, 14vw, 62px);
    }

    .tm-presentation p {
        max-width: 88%;
        font-size: 14px;
    }

    .tm-presentation__button {
        min-width: 0;
        width: min(320px, 100%);
        min-height: 52px;
        font-size: 14px;
    }
}
