.topbar {
    height: 102px
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px
}

.brand img {
    width: 132px;
    height: 84px
}

.brand span {
    display: grid;
    gap: 4px;
    border-left: 1px solid #d7d2ca;
    padding-left: 13px;
    line-height: 1
}

.brand strong {
    font: 800 16px Manrope;
    letter-spacing: .02em
}

.brand small {
    font: 700 9px "DM Sans";
    letter-spacing: .14em;
    color: #987027
}

.hero-video-wrap {
    height: 430px;
    overflow: hidden;
    background: #141414;
    border-left: 1px solid #ffffff1c
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
    display: block
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1b1b1b66, transparent 60%), linear-gradient(0deg, #17171782, transparent 45%);
    z-index: 1
}

.video-tag {
    position: absolute;
    bottom: 33px;
    left: 30px;
    z-index: 2;
    border-left: 3px solid var(--gold);
    padding-left: 11px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.7
}

.video-tag b {
    color: #e6ad48;
    font-size: 11px
}

.vat-note {
    margin: 0;
    padding: 11px 16px !important;
    background: #fbf6ed;
    color: #805e20 !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 700
}

.instagram-link {
    border-top: 1px solid #ffffff22;
    margin-top: 13px;
    padding-top: 11px
}

.instagram-link strong {
    color: #e4ac49
}

@media(max-width:800px) {
    .topbar {
        height: 82px
    }

    .brand img {
        width: 100px;
        height: 67px
    }

    .brand strong {
        font-size: 13px
    }

    .brand small {
        font-size: 7px
    }

    .brand span {
        gap: 3px;
        padding-left: 9px
    }

    .hero-video-wrap {
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
        opacity: .35 !important;
        /* Görsel tüm hero alanını kaplıyor; CTA bağlantılarının dokunulabilir kalması için. */
        pointer-events: none
    }

    .video-tag {
        display: none
    }
}

@media(max-width:460px) {
    .brand img {
        width: 76px;
        height: 56px
    }

    .brand strong {
        font-size: 11px
    }

    .brand small {
        font-size: 6px
    }

    .brand {
        gap: 7px
    }

    .brand span {
        padding-left: 7px
    }

    .header-cta {
        font-size: 10px
    }
}
