/* ==========================================================================
   PSICOLOGIA UNOESTE 2030/2031 - RESPONSIVE & LUXURY TURQUOISE CSS ENGINE
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Root Variables & Global Reset (Cores Oficiais da Psicologia: Azul Turquesa / Cyan)
   -------------------------------------------------------------------------- */
:root {
    /* Psicologia Color Palette */
    --bg-dark: #040d1a;
    --bg-card: rgba(8, 28, 52, 0.78);
    --bg-card-hover: rgba(14, 45, 82, 0.92);
    --bg-glass: rgba(56, 189, 248, 0.05);
    
    --gold-primary: #38bdf8;
    --gold-light: #7dd3fc;
    --gold-dark: #0284c7;
    --gold-gradient: linear-gradient(110deg, #a5f3fc 0%, #38bdf8 35%, #ffffff 60%, #38bdf8 80%, #0284c7 100%);
    --gold-glow: rgba(56, 189, 248, 0.45);
    
    --emerald-accent: #0284c7;
    --sapphire-accent: #0369a1;
    
    --text-main: #f0f9ff;
    --text-muted: #94a3b8;
    --text-gold: #7dd3fc;
    
    --border-glass: rgba(56, 189, 248, 0.28);
    --border-glass-hover: rgba(56, 189, 248, 0.75);
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    
    /* Transitions & Shadows */
    --transition-smooth: cubic-bezier(0.16, 1, 0.3, 1);
    --shadow-glass: 0 12px 40px 0 rgba(0, 0, 0, 0.6);
    --shadow-gold: 0 12px 50px -10px rgba(56, 189, 248, 0.5);
    
    --radius-sm: 8px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --radius-full: 9999px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-body);
    overflow-x: hidden;
    width: 100%;
}

body {
    position: relative;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
}

/* --------------------------------------------------------------------------
   PROPOSAL VALIDITY TIMER STICKY BANNER (30 DAYS)
   -------------------------------------------------------------------------- */
.validity-sticky-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #090d15, #162132, #090d15);
    border-bottom: 1px solid var(--border-glass);
    z-index: 1001;
    padding: 0.45rem 0;
    font-size: 0.82rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

body.scrolled .validity-sticky-banner,
.validity-sticky-banner.hide-on-scroll {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.validity-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.validity-tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--gold-light);
    font-size: 0.78rem;
}

.validity-timer {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid #4ade80;
    padding: 0.2rem 0.8rem;
    border-radius: var(--radius-full);
}

.validity-timer .v-num {
    font-weight: 900;
    color: #ffffff;
}

.validity-note {
    color: var(--text-muted);
    font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   CONTRACT HIGHLIGHT PROMINENT BANNER (CONTRATO INDIVIDUAL)
   -------------------------------------------------------------------------- */
.contract-highlight-banner {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    padding: 2.2rem;
    margin-bottom: 2.5rem;
    max-width: 880px;
    width: 100%;
    background: linear-gradient(135deg, rgba(14, 20, 32, 0.95), rgba(200, 168, 107, 0.15));
    border: 2px solid var(--gold-primary);
    box-shadow: 0 0 35px var(--gold-glow);
    text-align: left;
}

.contract-badge-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    flex-shrink: 0;
    box-shadow: 0 0 25px var(--gold-glow);
}

.contract-text-content h3 {
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--gold-light);
    margin-bottom: 0.4rem;
    letter-spacing: 1px;
}

.contract-title-tag {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--gold-primary);
    display: block;
    margin-bottom: 0.2rem;
}

.contract-text-content p {
    color: var(--text-main);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   3D ROTATING BOTTLE SHOWCASE (WHISKY 18 ANOS)
   -------------------------------------------------------------------------- */
.bottle-3d-stage {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2.5rem;
    padding: 3rem;
    align-items: center;
    margin-bottom: 3rem;
    perspective: 1000px;
}

.bottle-3d-rotator {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transition: transform 0.1s linear;
}

.bottle-silhouette {
    width: 130px;
    height: 260px;
    background: linear-gradient(180deg, #4a3410 0%, #c8a86b 40%, #1a1205 100%);
    border: 2px solid var(--gold-light);
    border-radius: 20px 20px 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 40px rgba(200, 168, 107, 0.4);
    animation: bottle3DRotates 12s infinite linear;
}

@keyframes bottle3DRotates {
    0% { transform: rotateY(0deg) rotateZ(-3deg); }
    50% { transform: rotateY(180deg) rotateZ(3deg); }
    100% { transform: rotateY(360deg) rotateZ(-3deg); }
}

.bottle-cap {
    width: 36px;
    height: 25px;
    background: var(--gold-gradient);
    border-radius: 4px 4px 0 0;
    position: absolute;
    top: -25px;
}

.bottle-neck {
    width: 24px;
    height: 45px;
    background: rgba(200, 168, 107, 0.6);
    position: absolute;
    top: 0;
}

.bottle-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.bottle-year {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.bottle-brand {
    font-size: 0.65rem;
    font-weight: 800;
    color: #000;
    background: var(--gold-gradient);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    margin-top: 0.5rem;
    letter-spacing: 1px;
}

.bottle-label-3d {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--gold-primary);
}

/* --------------------------------------------------------------------------
   General Section & Utilities
   -------------------------------------------------------------------------- */
.section-photo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    opacity: 0.18;
    filter: brightness(0.7) blur(2px);
    z-index: 0;
    pointer-events: none;
}

#ambientCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

.mesh-glow-1 {
    position: fixed;
    top: -20%;
    left: 20%;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.16) 0%, transparent 60%);
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
    animation: floatGlow 14s infinite alternate ease-in-out;
}

.mesh-glow-2 {
    position: fixed;
    bottom: -10%;
    right: 10%;
    width: 45vw;
    height: 45vw;
    background: radial-gradient(circle, rgba(2, 132, 199, 0.20) 0%, transparent 60%);
    filter: blur(90px);
    z-index: -1;
    pointer-events: none;
    animation: floatGlow 18s infinite alternate-reverse ease-in-out;
}

@keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(50px, 40px) scale(1.15); }
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--gold-gradient);
    box-shadow: 0 0 12px var(--gold-primary);
    z-index: 1002;
    transition: width 0.1s linear;
}

/* --------------------------------------------------------------------------
   Typography & Controls
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
    line-height: 1.25;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.gold-text {
    color: var(--gold-primary);
}

.gold-gradient {
    background: var(--gold-gradient);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShimmer 6s linear infinite;
}

@keyframes goldShimmer {
    to { background-position: 200% center; }
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section {
    padding: 7rem 0;
    position: relative;
    z-index: 1;
}

.section-header {
    margin-bottom: 4rem;
}

.section-subtitle {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-primary);
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.75rem, 4.5vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-desc {
    color: var(--text-muted);
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    max-width: 680px;
    margin: 0 auto;
}

.title-divider {
    width: 80px;
    height: 3px;
    background: var(--gold-gradient);
    margin: 1.5rem auto 0;
    border-radius: var(--radius-full);
    box-shadow: 0 0 15px var(--gold-glow);
}

.text-center { text-align: center; }

/* Marquee */
.marquee-wrapper {
    background: linear-gradient(90deg, #090b10, #141b29, #090b10);
    border-top: 1px solid var(--border-glass);
    border-bottom: 1px solid var(--border-glass);
    padding: 0.8rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    width: 100%;
}

.marquee-content {
    display: inline-block;
    animation: marqueeScroll 25s linear infinite;
    font-family: var(--font-heading);
    font-size: clamp(0.75rem, 2vw, 0.9rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold-light);
}

.marquee-content .star {
    color: var(--gold-primary);
    margin: 0 1rem;
    font-style: normal;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Glassmorphism */
.glass-card {
    background: var(--bg-card);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-glass);
    transition: transform 0.5s var(--transition-smooth), border-color 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.glass-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(200, 168, 107, 0.18), transparent 40%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.glass-card:hover::after {
    opacity: 1;
}

.glass-card:hover {
    border-color: var(--border-glass-hover);
    box-shadow: var(--shadow-gold);
    transform: translateY(-5px) scale(1.005);
}

.gold-glow {
    box-shadow: 0 0 35px rgba(200, 168, 107, 0.3);
    border-color: rgba(200, 168, 107, 0.45);
}

/* Hero Video Frame & Hardware Acceleration */
.hero-video-frame {
    position: relative;
    max-width: 780px;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 2rem auto;
    border-radius: var(--radius-md);
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--border-glass-hover);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hero-video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--transition-smooth);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    border-radius: var(--radius-md);
}

.hero-video-frame:hover .hero-video-poster {
    transform: scale(1.05);
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem;
}

.play-pulse-btn {
    width: clamp(54px, 12vw, 76px);
    height: clamp(54px, 12vw, 76px);
    border-radius: 50%;
    background: var(--gold-gradient);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    box-shadow: 0 0 30px var(--gold-glow);
    transition: transform 0.4s var(--transition-smooth);
    animation: playPulse 2s infinite ease-in-out;
}

.hero-video-frame:hover .play-pulse-btn {
    transform: scale(1.1);
}

@keyframes playPulse {
    0% { box-shadow: 0 0 0 0 rgba(200, 168, 107, 0.6); }
    70% { box-shadow: 0 0 0 20px rgba(200, 168, 107, 0); }
    100% { box-shadow: 0 0 0 0 rgba(200, 168, 107, 0); }
}

.play-label {
    font-family: var(--font-heading);
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-main);
    text-shadow: 0 2px 10px rgba(0,0,0,0.9);
    text-align: center;
}

.hero-video-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.9rem 1.8rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s var(--transition-smooth);
    border: none;
    outline: none;
    max-width: 100%;
    text-align: center;
}

.btn-gold {
    background: var(--gold-gradient);
    color: #07090e;
    box-shadow: 0 6px 25px rgba(200, 168, 107, 0.45);
}

.btn-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 35px rgba(200, 168, 107, 0.7);
    filter: brightness(1.1);
}

.btn-gold-nav {
    background: var(--gold-gradient);
    color: #000;
    padding: 0.55rem 1.1rem;
    font-size: 0.82rem;
    white-space: nowrap;
}

.btn-outline {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    border: 1px solid var(--border-glass);
    backdrop-filter: blur(14px);
}

.btn-outline:hover {
    border-color: var(--gold-primary);
    color: var(--gold-primary);
    background: rgba(200, 168, 107, 0.12);
    transform: translateY(-3px);
}

.portal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(200, 168, 107, 0.12);
    border: 1px solid var(--border-glass);
    color: var(--gold-light);
    padding: 0.5rem 0.95rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    transition: all 0.3s;
    white-space: nowrap;
}

.portal-btn:hover {
    background: var(--gold-gradient);
    color: #000;
    box-shadow: 0 0 15px var(--gold-glow);
}

.btn-lg {
    padding: 1.1rem 2.2rem;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
}

.btn-block {
    width: 100%;
}

.glow-effect {
    position: relative;
    overflow: hidden;
}

.sound-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-glass);
    color: var(--gold-primary);
    padding: 0.5rem 0.95rem;
    border-radius: var(--radius-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s;
    white-space: nowrap;
}

.sound-btn:hover {
    background: rgba(200, 168, 107, 0.18);
    border-color: var(--gold-primary);
}

.sound-btn.playing {
    color: #4ade80;
    border-color: #4ade80;
    box-shadow: 0 0 18px rgba(74, 222, 128, 0.5);
}

/* Navbar */
.navbar {
    position: fixed;
    top: 2.2rem;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 1.1rem 0;
    transition: top 0.35s ease, padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.navbar.scrolled,
body.scrolled .navbar {
    top: 0 !important;
    padding: 0.7rem 0;
    background: rgba(5, 5, 7, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(200, 168, 107, 0.18);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 18px var(--gold-glow);
    flex-shrink: 0;
}

.gold-icon {
    color: #07090e;
    font-size: 1.2rem;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-main);
    line-height: 1;
}

.brand-subtitle {
    font-size: 0.6rem;
    color: var(--text-muted);
    letter-spacing: 1.5px;
    margin-top: 2px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

.nav-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--gold-gradient);
    transition: width 0.3s var(--transition-smooth);
}

.nav-link:hover, .nav-link.active {
    color: var(--text-main);
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-main);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0.3rem;
}

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 5rem;
    background: radial-gradient(circle at center, rgba(13, 40, 71, 0.45) 0%, rgba(5, 5, 7, 0.96) 75%),
                url('assets/palco-rosa.webp') no-repeat center center / cover;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5,5,7,0.6) 0%, rgba(5,5,7,0.85) 60%, rgba(5,5,7,1) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(200, 168, 107, 0.12);
    border: 1px solid var(--border-glass);
    padding: 0.45rem 1.1rem;
    border-radius: var(--radius-full);
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    font-weight: 700;
    color: var(--text-gold);
    margin-bottom: 1.5rem;
    backdrop-filter: blur(14px);
    max-width: 100%;
    text-align: center;
}

.badge-star {
    color: var(--gold-primary);
}

.hero-title {
    font-size: clamp(1.85rem, 5.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 1.2rem;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.8);
}

.hero-description {
    font-size: clamp(0.95rem, 2.2vw, 1.25rem);
    color: var(--text-muted);
    max-width: 780px;
    margin-bottom: 1.8rem;
}

/* Countdown */
.hero-countdown {
    background: var(--bg-card);
    backdrop-filter: blur(24px);
    border: 1px solid var(--border-glass);
    padding: 1.8rem 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2.2rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    max-width: 740px;
    width: 100%;
}

.countdown-title {
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold-primary);
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.countdown-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.4rem, 2.5vw, 1.2rem);
    width: 100%;
    flex-wrap: wrap;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: clamp(55px, 16vw, 85px);
}

.count-num {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 800;
    color: var(--text-main);
    line-height: 1;
}

.count-label {
    font-size: clamp(0.6rem, 1.8vw, 0.7rem);
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0.3rem;
}

.countdown-separator {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 700;
    color: var(--gold-primary);
    margin-top: -0.8rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 2;
    text-align: center;
    width: 90%;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

/* Stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.stat-card {
    padding: 2.2rem 1.4rem;
    text-align: center;
}

.stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(200, 168, 107, 0.12);
    color: var(--gold-primary);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    border: 1px solid var(--border-glass);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: var(--gold-primary);
    line-height: 1;
    margin-bottom: 0.4rem;
}

.stat-suffix {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--text-main);
    margin-bottom: 0.8rem;
}

.stat-text {
    color: var(--text-muted);
    font-size: 0.88rem;
}

.institutions-trust {
    padding: 2rem 1.5rem;
    margin-bottom: 3.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(14, 20, 32, 0.9), rgba(15, 76, 58, 0.3));
}

.trust-title {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--text-muted);
    display: block;
    margin-bottom: 1rem;
}

.institutions-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 3.5vw, 1.6rem);
    font-weight: 800;
    flex-wrap: wrap;
}

.star-sep {
    color: var(--gold-primary);
    font-style: normal;
    font-size: 1rem;
}

.trust-subtitle {
    font-size: 0.8rem;
    color: var(--text-muted);
    display: block;
    margin-top: 0.8rem;
}

.features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.feature-box {
    padding: 1.8rem;
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}

.feature-icon-box {
    font-size: 1.8rem;
    color: var(--gold-primary);
    flex-shrink: 0;
}

.feature-info h3 {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
    color: var(--text-main);
}

.feature-info p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* External 600K Attraction Callout Badge */
.external-600k-callout {
    position: absolute;
    top: -2rem;
    right: 3rem;
    background: linear-gradient(110deg, #f6e6ab 0%, #c8a86b 50%, #e4c98a 100%);
    color: #07090e;
    padding: 0.45rem 1.1rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 1px;
    box-shadow: 0 6px 25px rgba(200, 168, 107, 0.7);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 5;
    white-space: nowrap;
    animation: pulseCallout 2.5s infinite ease-in-out;
}

.external-600k-callout.left-arrow {
    right: auto;
    left: 3rem;
}

@keyframes pulseCallout {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-5px) scale(1.04); }
}

/* Timeline */
.timeline {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 1.5rem 0;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, var(--gold-primary) 15%, var(--gold-primary) 85%, transparent 100%);
    box-shadow: 0 0 15px var(--gold-glow);
}

.timeline-item {
    position: relative;
    margin-bottom: 3.5rem;
    width: 50%;
}

.timeline-item:nth-child(even) {
    left: 0;
    padding-right: 3rem;
    text-align: right;
}

.timeline-item:nth-child(odd) {
    left: 50%;
    padding-left: 3rem;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    top: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-dark);
    border: 2px solid var(--gold-primary);
    color: var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 20px var(--gold-glow);
    font-size: 1rem;
}

.timeline-item:nth-child(even) .timeline-dot {
    right: -22px;
}

.timeline-item:nth-child(odd) .timeline-dot {
    left: -22px;
}

.timeline-content {
    padding: 1.8rem;
}

.timeline-img-box {
    width: 100%;
    height: 160px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    margin-bottom: 1rem;
}

.timeline-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--transition-smooth);
}

.timeline-content:hover .timeline-img {
    transform: scale(1.06);
}

.timeline-step {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--gold-primary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.timeline-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
}

.timeline-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.gold-dot {
    background: var(--gold-gradient);
    color: #000;
}

.timeline-badge-tag {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(200, 168, 107, 0.12);
    border: 1px solid var(--border-glass);
    color: var(--gold-text);
}

/* Gallery */
.real-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gallery-card {
    position: relative;
    height: 300px;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
}

.gallery-card.span-2 {
    grid-column: span 2;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--transition-smooth);
}

.gallery-card:hover .gallery-img {
    transform: scale(1.06);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(5, 5, 7, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    transition: background 0.4s ease;
}

.gallery-overlay h4 {
    font-size: 1.15rem;
    color: var(--text-main);
    margin-bottom: 0.2rem;
}

.gallery-overlay span {
    font-size: 0.8rem;
    color: var(--gold-text);
}

/* Buffet & Open Bar */
.buffet-banner, .openbar-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 1.8rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.buffet-img-wrapper, .openbar-img-wrapper {
    height: 300px;
    border-radius: var(--radius-md);
    overflow: hidden;
    width: 100%;
}

.buffet-img, .openbar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--transition-smooth);
}

.buffet-banner:hover .buffet-img {
    transform: scale(1.05);
}

.buffet-banner-info h3, .openbar-info h3 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.buffet-banner-info p, .openbar-info p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}

.buffet-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.badge-item {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    color: var(--gold-text);
}

/* Category Tabs */
.menu-tabs {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.menu-tab {
    background: rgba(14, 20, 32, 0.8);
    border: 1px solid var(--border-glass);
    color: var(--text-muted);
    padding: 0.7rem 1.2rem;
    border-radius: var(--radius-full);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.menu-tab:hover, .menu-tab.active {
    background: var(--gold-gradient);
    color: #000;
    box-shadow: 0 6px 25px var(--gold-glow);
    border-color: transparent;
}

.menu-content {
    padding: 2.2rem 1.8rem;
}

.category-panel {
    display: none;
}

.category-panel.active {
    display: block;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(260px, 1fr) );
    gap: 2rem;
}

.menu-group h4 {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(200, 168, 107, 0.2);
    padding-bottom: 0.5rem;
}

.menu-group ul {
    list-style: none;
}

.menu-group li {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    padding-left: 1.1rem;
    position: relative;
}

.menu-group li::before {
    content: '•';
    color: var(--gold-primary);
    position: absolute;
    left: 0;
    font-size: 1.1rem;
    line-height: 1;
}

.gold-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--gold-primary);
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.carrinho-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(200, 168, 107, 0.08);
    border: 1px solid var(--border-glass);
    padding: 1rem 1.2rem;
    border-radius: var(--radius-md);
}

.carrinho-icon {
    font-size: 1.8rem;
    color: var(--gold-primary);
    flex-shrink: 0;
}

.carrinho-text h4 {
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}

.carrinho-text p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

.drinks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.drink-card {
    padding: 1.8rem 1.2rem;
    text-align: center;
    position: relative;
}

.drink-icon {
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 0.8rem;
}

.drink-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.drink-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.drink-tag {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.25rem 0.7rem;
    border-radius: var(--radius-full);
    background: rgba(200, 168, 107, 0.15);
    color: var(--gold-primary);
    letter-spacing: 1px;
}

/* Espaços Temáticos Grid */
.espacos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.espaco-card {
    padding: 1.8rem 1.2rem;
    text-align: center;
}

.espaco-icon {
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 0.8rem;
}

.espaco-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.espaco-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* Kits & Mão de Obra */
.kits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.kit-box {
    padding: 2.2rem;
}

.kit-badge {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--gold-primary);
    letter-spacing: 1.8px;
    margin-bottom: 0.6rem;
}

.kit-box h3 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.kit-list {
    list-style: none;
}

.kit-list li {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

/* Simulador */
.simulador-container {
    padding: 2.5rem 2.8rem;
}

.simulador-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

.control-group {
    margin-bottom: 2.2rem;
}

.control-label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.btn-group-options {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.option-btn {
    flex: 1;
    min-width: 120px;
    padding: 0.9rem 1.1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    line-height: 1.4;
}

.option-btn:hover, .option-btn.active {
    background: var(--gold-gradient);
    color: #000;
    border-color: transparent;
    font-weight: 700;
    box-shadow: 0 4px 20px var(--gold-glow);
}

.range-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--gold-gradient);
    cursor: pointer;
    box-shadow: 0 0 14px var(--gold-primary);
}

.range-value {
    font-size: 0.85rem;
    color: var(--gold-text);
    font-weight: 700;
}

.simulador-result {
    padding: 2.2rem 1.8rem;
    text-align: center;
}

.result-header {
    margin-bottom: 1.2rem;
}

.result-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: var(--text-muted);
    display: block;
    margin-bottom: 0.4rem;
}

.badge-discount {
    display: inline-block;
    background: rgba(74, 222, 128, 0.15);
    color: #4ade80;
    border: 1px solid #4ade80;
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 700;
}

.result-price-box {
    margin-bottom: 1.5rem;
}

.price-label {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.price-val {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.4rem;
}

.currency {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 700;
    color: var(--gold-primary);
}

.amount {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 7vw, 3.6rem);
    font-weight: 900;
    color: var(--gold-primary);
    line-height: 1;
}

.period {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.result-details {
    margin-bottom: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.4rem;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-muted);
    flex-wrap: wrap;
    gap: 0.3rem;
}

.detail-item strong {
    color: var(--text-main);
}

.table-toggle-section {
    margin-top: 2.5rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.8rem;
}

.btn-link {
    background: transparent;
    border: none;
    color: var(--gold-primary);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.official-table-wrapper {
    margin-top: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.luxury-table {
    width: 100%;
    min-width: 540px;
    border-collapse: collapse;
    text-align: left;
}

.luxury-table th, .luxury-table td {
    padding: 1rem 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.luxury-table th {
    background: rgba(200, 168, 107, 0.1);
    color: var(--gold-primary);
    font-family: var(--font-heading);
    font-size: 0.85rem;
}

.luxury-table td small {
    color: var(--text-muted);
}

.hidden {
    display: none;
}

/* Depoimentos */
.votacao-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
}

.form-box {
    padding: 2.2rem;
}

.form-box h3 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--text-main);
}

.custom-input, .custom-select, .custom-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-sm);
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s;
}

.custom-input:focus, .custom-select:focus, .custom-textarea:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 18px var(--gold-glow);
    background: rgba(255, 255, 255, 0.08);
}

.custom-select option {
    background: var(--bg-dark);
    color: var(--text-main);
}

.radio-options {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.radio-label {
    font-size: 0.82rem;
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.testimonials-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.testimonial-card {
    padding: 1.6rem;
}

.quote-icon {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

.testimonial-card p {
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.author-info strong {
    display: block;
    color: var(--text-main);
    font-size: 0.88rem;
}

.author-info span {
    font-size: 0.78rem;
    color: var(--gold-primary);
}

.quote-banner {
    padding: 1.8rem;
    text-align: center;
}

.quote-large {
    font-size: 1.8rem;
    color: var(--gold-primary);
    margin-bottom: 0.8rem;
}

.quote-banner blockquote {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-style: italic;
    margin-bottom: 0.4rem;
}

.quote-banner cite {
    font-size: 0.8rem;
    color: var(--gold-primary);
}

/* Footer */
.footer {
    background: #040508;
    border-top: 1px solid rgba(200, 168, 107, 0.15);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    font-size: 1.1rem;
    margin: 0.8rem 0 0.4rem;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 0.85rem;
    max-width: 400px;
}

.footer-links h4, .footer-contact h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--gold-primary);
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--gold-primary);
}

.footer-contact p {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* Animations */
.reveal-up {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    filter: blur(3px);
    transition: opacity 0.8s var(--transition-smooth), transform 0.8s var(--transition-smooth), filter 0.8s var(--transition-smooth);
}

.reveal-down {
    opacity: 0;
    transform: translateY(-40px) scale(0.97);
    filter: blur(3px);
    transition: opacity 0.8s var(--transition-smooth), transform 0.8s var(--transition-smooth), filter 0.8s var(--transition-smooth);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px) scale(0.97);
    filter: blur(3px);
    transition: opacity 0.8s var(--transition-smooth), transform 0.8s var(--transition-smooth), filter 0.8s var(--transition-smooth);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px) scale(0.97);
    filter: blur(3px);
    transition: opacity 0.8s var(--transition-smooth), transform 0.8s var(--transition-smooth), filter 0.8s var(--transition-smooth);
}

.reveal-active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: blur(0px);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

/* --------------------------------------------------------------------------
   RESPONSIVE MEDIA QUERIES
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .features-row, .drinks-grid, .real-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-card.span-2 {
        grid-column: span 1;
    }
    .espacos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .simulador-grid, .votacao-grid, .footer-grid, .bottle-3d-stage {
        grid-template-columns: 1fr;
    }
    .buffet-banner, .openbar-banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .validity-sticky-banner {
        padding: 0.35rem 0;
        font-size: 0.72rem;
    }
    .navbar {
        top: 28px;
        padding: 0.6rem 0;
    }
    .navbar.scrolled,
    body.scrolled .navbar {
        top: 0 !important;
        padding: 0.5rem 0;
    }
    .validity-flex {
        justify-content: center;
        text-align: center;
    }
    .validity-note {
        display: none;
    }
    .contract-highlight-banner {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1rem;
    }
    .contract-badge-icon {
        margin: 0 auto;
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }
    .container {
        width: 92%;
        padding: 0 0.5rem;
    }
    .section {
        padding: 4.5rem 0;
    }
    .section-header {
        margin-bottom: 2.5rem;
    }
    .nav-actions {
        gap: 0.5rem;
    }
    .nav-actions .btn-gold-nav {
        display: none;
    }
    .mobile-toggle {
        display: block;
    }
    .nav-links {
        display: none;
        position: fixed;
        top: 100%;
        left: 0;
        width: 100vw;
        height: auto;
        max-height: 80vh;
        overflow-y: auto;
        background: rgba(5, 5, 7, 0.97);
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 1.4rem;
        border-bottom: 1px solid var(--border-glass);
        box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    }
    .nav-links.mobile-open {
        display: flex;
    }
    .hero {
        padding-top: 8rem;
        padding-bottom: 4rem;
        min-height: auto;
    }
    .hero-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.72rem;
        word-break: break-word;
    }
    .hero-title {
        font-size: 1.85rem;
        line-height: 1.22;
    }
    .hero-description {
        font-size: 0.95rem;
    }
    .hero-countdown {
        padding: 1.4rem 0.8rem;
        border-radius: var(--radius-md);
    }
    .countdown-grid {
        gap: 0.4rem;
    }
    .countdown-box {
        min-width: 56px;
    }
    .count-num {
        font-size: 1.6rem;
    }
    .countdown-separator {
        font-size: 1.3rem;
        margin-top: -0.6rem;
    }
    .stats-grid, .features-row, .drinks-grid, .espacos-grid, .kits-grid, .real-gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .gallery-card.span-2 {
        grid-column: span 1;
    }
    .gallery-card {
        height: 240px;
    }
    .timeline {
        padding: 1rem 0;
    }
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 2.8rem !important;
        padding-right: 0 !important;
        text-align: left !important;
        margin-bottom: 2.2rem;
    }
    .timeline-line {
        left: 18px;
    }
    .timeline-item:nth-child(even) .timeline-dot,
    .timeline-item:nth-child(odd) .timeline-dot {
        left: -4px;
        top: 1rem;
        width: 38px;
        height: 38px;
        font-size: 0.88rem;
    }
    .buffet-banner, .openbar-banner {
        padding: 1.2rem;
        gap: 1.4rem;
    }
    .buffet-img-wrapper, .openbar-img-wrapper {
        height: 220px;
    }
    .menu-tabs {
        gap: 0.4rem;
    }
    .menu-tab {
        padding: 0.6rem 0.95rem;
        font-size: 0.8rem;
        width: 100%;
        justify-content: center;
    }
    .menu-content {
        padding: 1.4rem 1rem;
    }
    .simulador-container {
        padding: 1.4rem 0.9rem;
    }
    .simulador-result {
        padding: 1.6rem 1rem;
    }
    .btn-group-options {
        flex-direction: column;
    }
    .option-btn {
        width: 100%;
    }
    .carrinho-highlight {
        flex-direction: column;
        text-align: center;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    .footer-brand p {
        margin: 0 auto;
    }
    .footer-contact p {
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .brand-subtitle {
        display: none;
    }
    .hero-title {
        font-size: 1.65rem;
    }
    .hero-buttons .btn {
        width: 100%;
    }
    .countdown-box {
        min-width: 48px;
    }
    .count-num {
        font-size: 1.35rem;
    }
    .countdown-separator {
        display: none;
    }
    .amount {
        font-size: 2.2rem;
    }
}
