:root {
    --bg: #050507;
    --text: #fff;
    --muted: rgba(255,255,255,.64);
    --soft: rgba(255,255,255,.84);
    --line: rgba(255,255,255,.12);
    --gold: #f3c66b;
    --pink: #ff3f9f;
    --cyan: #39d7ff;
}

* {
    box-sizing: border-box;
}

body {
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

.contact-cinema {
    background:
        radial-gradient(circle at 18% 10%, rgba(255,63,159,.16), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(57,215,255,.12), transparent 30%),
        #050507;
    overflow: hidden;
}

/* HERO */

.contact-film-hero {
    position: relative;
    min-height: 100vh;
    padding: 120px 7vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -5;
    background:
        linear-gradient(135deg, rgba(255,63,159,.22), transparent 42%),
        url('/images/contact/contact-hero.jpg') center/cover no-repeat;
}

.contact-hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.18) contrast(1.08);
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58), rgba(0,0,0,.24)),
        linear-gradient(180deg, rgba(0,0,0,.12), #050507 100%);
}

.contact-hero-noise {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .14;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.09) 0 1px, transparent 1px 3px);
    mix-blend-mode: overlay;
}

.contact-hero-content {
    position: relative;
    z-index: 3;
    max-width: 1050px;
}

.contact-kicker,
.contact-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 900;
}

.contact-kicker span {
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.contact-hero-content h1 {
    margin: 26px 0 24px;
    font-size: clamp(58px, 11vw, 160px);
    line-height: .82;
    letter-spacing: -.08em;
    text-transform: uppercase;
    font-weight: 950;
    text-shadow: 0 28px 90px rgba(0,0,0,.9);
}

.contact-hero-content h1 strong {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.75);
}

.contact-hero-content p {
    max-width: 720px;
    color: var(--soft);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6;
    margin-bottom: 34px;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.contact-btn {
    min-height: 56px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .04em;
    transition: .35s ease;
}

.contact-btn-main {
    color: #08080b;
    background: linear-gradient(135deg, #fff, var(--gold));
    box-shadow: 0 18px 60px rgba(243,198,107,.28);
}

.contact-btn-ghost {
    color: #fff;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
}

.contact-btn:hover {
    transform: translateY(-4px) scale(1.02);
}

.contact-floating-note {
    position: absolute;
    right: 7vw;
    bottom: 13vh;
    width: 240px;
    padding: 28px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(22px);
    transform: rotate(-5deg);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.contact-floating-note span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .26em;
}

.contact-floating-note strong {
    display: block;
    margin-top: 8px;
    font-size: 34px;
    line-height: .9;
}

.contact-floating-note small {
    display: block;
    margin-top: 14px;
    color: var(--muted);
}

/* TRUST */

.contact-trust-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.035);
}

.contact-trust-flow article {
    min-height: 250px;
    padding: 34px;
    border-right: 1px solid var(--line);
}

.contact-trust-flow article:last-child {
    border-right: 0;
}

.contact-trust-flow span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .18em;
}

.contact-trust-flow strong {
    display: block;
    margin: 28px 0 12px;
    font-size: 26px;
    line-height: 1;
}

.contact-trust-flow p {
    color: var(--muted);
    line-height: 1.7;
}

/* DIRECT ACCESS */

.direct-access {
    position: relative;
    min-height: 850px;
    padding: 140px 7vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 28%, rgba(255,63,159,.18), transparent 34%),
        radial-gradient(circle at 32% 72%, rgba(57,215,255,.12), transparent 30%);
}

.direct-copy {
    max-width: 580px;
    position: relative;
    z-index: 3;
}

.direct-copy h2,
.social-heading h2,
.location-copy h2,
.contact-final-box h2 {
    margin: 20px 0;
    font-size: clamp(44px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.06em;
}

.direct-copy p,
.location-copy p,
.contact-final-box p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.access-orbit {
    position: absolute;
    inset: 0;
}

.access-card {
    position: absolute;
    width: 245px;
    min-height: 205px;
    padding: 26px;
    border-radius: 32px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(22px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
    transition: .35s ease;
}

.access-card:hover {
    transform: translateY(-8px) rotate(0deg) scale(1.04);
}

.access-card span {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    color: var(--gold);
    font-size: 26px;
    font-weight: 950;
}

.access-card strong {
    display: block;
    margin-top: 22px;
    font-size: 24px;
}

.access-card small {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.4;
}

.phone-card {
    right: 38vw;
    top: 130px;
    transform: rotate(-7deg);
}

.phone-card-alt {
    right: 16vw;
    top: 200px;
    transform: rotate(5deg);
}

.email-card {
    right: 30vw;
    bottom: 150px;
    transform: rotate(3deg);
}

.whatsapp-card {
    right: 8vw;
    bottom: 230px;
    transform: rotate(-5deg);
}

.booking-card {
    right: 48vw;
    bottom: 100px;
    transform: rotate(6deg);
}

/* SOCIAL */

.contact-social-cinema {
    padding: 120px 7vw;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #08080c;
}

.social-heading {
    margin-bottom: 50px;
}

.social-strip {
    display: grid;
    border-top: 1px solid var(--line);
}

.social-strip a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 0;
    border-bottom: 1px solid var(--line);
    color: #fff;
    text-decoration: none;
    font-size: clamp(30px, 6vw, 84px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.06em;
    transition: .35s ease;
}

.social-strip a:hover {
    color: var(--gold);
    padding-left: 24px;
}

.social-strip span {
    color: var(--gold);
    font-size: clamp(28px, 4vw, 62px);
}

/* LOCATION */

.location-cinema {
    padding: 140px 7vw;
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 60px;
    align-items: center;
}

.location-copy {
    max-width: 460px;
}

.location-copy .contact-btn {
    margin-top: 24px;
}

.map-cinema-frame {
    position: relative;
    overflow: hidden;
    border-radius: 46px;
    border: 1px solid var(--line);
    box-shadow: 0 40px 130px rgba(0,0,0,.58);
    transform: rotate(2deg);
}

.map-cinema-frame iframe {
    display: block;
    filter: grayscale(1) invert(.92) contrast(.9);
}

/* FINAL */

.contact-final {
    position: relative;
    min-height: 720px;
    padding: 140px 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-final-bg {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    font-size: clamp(90px, 18vw, 270px);
    font-weight: 950;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.06);
    pointer-events: none;
}

.contact-final-box {
    position: relative;
    z-index: 3;
    max-width: 860px;
    text-align: center;
    padding: clamp(42px, 7vw, 90px);
    border-radius: 52px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 50% 0, rgba(243,198,107,.16), transparent 44%),
        rgba(255,255,255,.06);
    backdrop-filter: blur(24px);
    box-shadow: 0 40px 140px rgba(0,0,0,.55);
}

.contact-final-box .contact-hero-actions {
    justify-content: center;
    margin-top: 28px;
}

/* RESPONSIVE */

@media (max-width: 980px) {
    .contact-film-hero,
    .direct-access,
    .contact-social-cinema,
    .location-cinema,
    .contact-final {
        padding: 90px 22px;
    }

    .contact-floating-note {
        display: none;
    }

    .contact-trust-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-trust-flow article:nth-child(2) {
        border-right: 0;
    }

    .direct-access {
        min-height: auto;
    }

    .access-orbit {
        position: relative;
        display: grid;
        gap: 18px;
        margin-top: 42px;
    }

    .access-card,
    .phone-card,
    .phone-card-alt,
    .email-card,
    .whatsapp-card,
    .booking-card {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .location-cinema {
        grid-template-columns: 1fr;
    }

    .map-cinema-frame {
        transform: none;
        border-radius: 34px;
    }
}

@media (max-width: 560px) {
    .contact-hero-content h1 {
        font-size: 54px;
    }

    .contact-hero-actions {
        flex-direction: column;
    }

    .contact-btn {
        width: 100%;
    }

    .contact-trust-flow {
        grid-template-columns: 1fr;
    }

    .contact-trust-flow article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .contact-trust-flow article:last-child {
        border-bottom: 0;
    }

    .map-cinema-frame iframe {
        height: 360px;
    }
}