        /* Global Noise Texture */
        .noise-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 9999;
            opacity: 0.03;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
        }

        :root {
            --primary: #ff8200;
            /* Sarvam Orange */
            --bg-dark: #0a0a0a;
            --btn-dark: #1a1a1a;
            --text-gold: #fde68a;
            --vh: 100vh;
            --vh: 100dvh;
        }

        html,
        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            width: 100%;
            position: relative;
            background-color: #050505;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        /* Fix 1: Universal 100dvh with fallback */
        .h-screen-dynamic {
            min-height: 100vh;
            min-height: var(--vh);
            height: 100vh;
            height: var(--vh);
        }

        #hero-section {
            box-sizing: border-box;
            padding-top: calc(env(safe-area-inset-top, 0px) + 10.5rem);
            padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 2rem);
        }

        #hero-logo {
            padding-top: 0 !important;
            margin-top: 1.1rem;
        }

        #hero-cta {
            position: relative;
            z-index: 11;
            margin-top: -0.45rem;
            margin-bottom: clamp(2.25rem, 4vw, 3.25rem) !important;
        }

        .hero-main-content {
            position: relative;
            z-index: 10;
            width: 100%;
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-bottom: clamp(11rem, 18vh, 14rem);
        }

        #hero-section.hero-countdown-complete .hero-main-content {
            transform: translateY(clamp(2rem, 5vh, 4rem));
        }

        .hero-bottom-stack {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 1rem;
            z-index: 10;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.9rem;
        }

        .font-playfair {
            font-family: 'Playfair Display', serif;
        }

        .font-orbitron {
            font-family: 'Orbitron', sans-serif;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.6) 100%);
            z-index: 0;
        }

        .nav-glass {
            background: rgba(10, 10, 10, 0.9);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            /* Jelly-like elastic transition */
            transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
            will-change: background-color, backdrop-filter, padding, border-radius, border-color;
            border: 1px solid rgba(255, 255, 255, 0);
        }

        .pill-nav {
            margin: 0.5rem auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            border-radius: 9999px;
            max-width: 95%;
            background: rgba(10, 10, 10, 0.9);
            /* More visible "white line" border */
            border-color: rgba(255, 255, 255, 0.4);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 0 1px 1px rgba(255, 255, 255, 0.1);
        }

        @media (min-width: 768px) {
            .pill-nav {
                max-width: 80%;
            }
        }

        .hero-title-stack {
            width: min(90vw, 1040px);
            margin-bottom: 0.55rem;
            z-index: 10;
        }

        .hero-meta-row {
            z-index: 10;
            width: 100%;
        }

        .hero-countdown {
            margin-bottom: 0;
            padding: 0.6rem 0.8rem 0.72rem;
            border-radius: 0.9rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background:
                radial-gradient(circle at 10% 0%, rgba(255, 130, 0, 0.18), transparent 55%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
                rgba(8, 8, 8, 0.68);
            backdrop-filter: blur(10px) saturate(140%);
            -webkit-backdrop-filter: blur(10px) saturate(140%);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
            width: min(88vw, 430px);
        }

        .hero-countdown-hidden {
            display: none !important;
        }

        .hero-countdown-label {
            margin: 0 0 0.45rem;
            font-size: 0.58rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #ffd89b;
        }

        .hero-countdown-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0.5rem;
        }

        .hero-countdown-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 56px;
            border-radius: 0.7rem;
            border: 1px solid rgba(255, 255, 255, 0.14);
            background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
        }

        .hero-countdown-value {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(1rem, 2.4vw, 1.5rem);
            font-weight: 700;
            line-height: 1;
            color: #fff;
        }

        .hero-countdown-unit {
            margin-top: 0.25rem;
            font-size: 0.56rem;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.74);
        }

        @media (min-width: 901px) {
            #hero-section {
                padding-top: calc(env(safe-area-inset-top, 0px) + 11.45rem);
                padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 2.2rem);
            }

            #hero-logo {
                margin-top: 1.35rem;
            }

            #hero-logo img {
                height: 14.5rem;
                transform: translateY(clamp(0.35rem, 1vw, 1.2rem));
            }

            .hero-main-content {
                padding-bottom: clamp(12rem, 20vh, 15rem);
            }

            #hero-section.hero-countdown-complete .hero-main-content {
                transform: translateY(clamp(2.5rem, 6vh, 5rem));
            }

            #hero-cta {
                margin-top: -0.65rem;
            }

            .hero-title-stack {
                width: min(92vw, 1120px);
            }
        }

        .hero-title-svg {
            width: 100%;
            height: auto;
            overflow: visible;
        }

        #hero-title-pranathi-draw,
        #hero-title-pranathi-fill,
        #hero-title-year-draw,
        #hero-title-year-fill {
            font-family: 'Cinzel', serif;
            font-weight: 700;
            text-rendering: geometricPrecision;
        }

        #hero-title-pranathi-draw,
        #hero-title-pranathi-fill {
            font-size: 136px;
            letter-spacing: 10px;
        }

        #hero-title-year-draw,
        #hero-title-year-fill {
            font-size: 106px;
            letter-spacing: 5px;
        }

        #hero-title-pranathi-draw,
        #hero-title-year-draw {
            fill: none;
            stroke: url(#hero-rangoli-stroke);
            stroke-width: 2.8;
            stroke-linejoin: round;
            filter: drop-shadow(0 0 8px rgba(255, 190, 105, 0.52));
        }

        #hero-title-pranathi-fill,
        #hero-title-year-fill {
            fill: #fff5d1;
            opacity: 0;
            filter: drop-shadow(0 0 16px rgba(255, 211, 143, 0.24));
        }

        @media (max-width: 900px) {

            #hero-title-pranathi-draw,
            #hero-title-pranathi-fill {
                font-size: 142px;
                letter-spacing: 1px;
            }

            #hero-title-year-draw,
            #hero-title-year-fill {
                font-size: 106px;
                letter-spacing: 0.5px;
            }
        }

        @media (max-width: 900px) {
            .h-screen-dynamic {
                height: auto;
                min-height: var(--vh);
            }

            #hero-section {
                padding-top: calc(env(safe-area-inset-top, 0px) + 11.25rem);
                padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 2.5rem);
                justify-content: flex-start;
            }

            #hero-logo {
                padding-top: 0 !important;
                margin-top: 1rem;
                margin-bottom: 0.55rem;
            }

            #hero-logo img {
                height: 12rem;
            }

            .hero-main-content {
                flex: 0 0 auto;
                justify-content: flex-start;
                padding-bottom: 2.5rem;
            }

            #hero-section.hero-countdown-complete .hero-main-content {
                transform: translateY(1.1rem);
            }

            #hero-cta {
                margin-top: -0.3rem;
            }

            .hero-bottom-stack {
                position: relative;
                bottom: auto;
                gap: 0.75rem;
                width: 100%;
                margin-top: 1rem;
                padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.25rem);
            }

            .hero-title-stack {
                width: min(92vw, 520px);
                margin-bottom: 0.8rem;
            }

            .hero-countdown {
                width: min(92vw, 360px);
                padding: 0.55rem 0.62rem 0.62rem;
            }

            .hero-countdown-label {
                font-size: 0.54rem;
                margin-bottom: 0.4rem;
            }

            .hero-countdown-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 0.35rem;
            }

            .hero-countdown-item {
                min-height: 50px;
            }
        }

        @media (max-width: 430px) {
            #hero-section {
                padding-top: calc(env(safe-area-inset-top, 0px) + 11.75rem);
                padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 2.75rem);
            }

            #hero-logo {
                margin-top: 1.1rem;
            }

            #hero-logo img {
                height: 11.25rem;
            }

            .hero-main-content {
                padding-bottom: 2.1rem;
            }

            #hero-section.hero-countdown-complete .hero-main-content {
                transform: translateY(0.85rem);
            }

            .hero-title-stack {
                width: min(84vw, 340px);
                margin-bottom: 1rem;
            }

            #hero-title-pranathi-draw,
            #hero-title-pranathi-fill {
                font-size: 126px;
                letter-spacing: 0;
            }

            #hero-title-year-draw,
            #hero-title-year-fill {
                font-size: 92px;
                letter-spacing: 0;
            }

            #hero-title-pranathi-draw,
            #hero-title-year-draw {
                stroke-width: 2.35;
            }

            .hero-countdown {
                width: min(94vw, 348px);
            }
        }

        @media (max-width: 380px) {
            .hero-title-stack {
                width: min(86vw, 312px);
            }

            #hero-title-pranathi-draw,
            #hero-title-pranathi-fill {
                font-size: 118px;
            }

            #hero-title-year-draw,
            #hero-title-year-fill {
                font-size: 86px;
            }
        }

        .hover\:pause:hover {
            cursor: pointer;
        }

        /* Animated Hamburger */
        .hamburger-btn {
            width: 32px;
            height: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            z-index: 60;
            position: relative;
        }

        .hamburger-btn span {
            width: 100%;
            height: 2px;
            background-color: white;
            border-radius: 10px;
            transition: all 0.3s ease-in-out;
            transform-origin: left center;
        }

        .hamburger-btn.active span:nth-child(1) {
            transform: rotate(45deg) translate(2px, -2px);
            background-color: #f97316;
            /* orange-500 */
        }

        .hamburger-btn.active span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }

        .hamburger-btn.active span:nth-child(3) {
            transform: rotate(-45deg) translate(2px, 2px);
            background-color: #f97316;
            /* orange-500 */
        }

        /* Banner Scroll Animation */
        #welcome-banner {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            max-height: 50px;
            opacity: 1;
            overflow: hidden;
        }

        #welcome-banner.scrolled {
            max-height: 0;
            opacity: 0;
            transform: translateY(-100%);
        }

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

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

        .bg-neon-primary {
            background-color: #ffffff;
            color: #1a1a1a;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 130, 0, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .btn-sarvam {
            background-color: #ffffff;
            color: #1a1a1a;
            padding: 0.95rem 2.75rem;
            border-radius: 9999px;
            font-weight: 700;
            letter-spacing: 0.05em;
            font-size: 1rem;
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 130, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        @media (min-width: 768px) {
            .btn-sarvam {
                padding: 1.05rem 3.35rem;
                font-size: 1.125rem;
            }
        }

        .btn-sarvam:hover {
            background-color: #f3f4f6;
            transform: translateY(-1px);
            box-shadow: 0 15px 50px -12px rgba(255, 130, 0, 0.25);
            border: 1px solid rgba(255, 130, 0, 0.3);
        }

        .hero-mesh {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150%;
            height: 100%;
            background: radial-gradient(circle at 50% 0%, rgba(255, 130, 0, 0.15) 0%, rgba(255, 130, 0, 0.05) 30%, transparent 70%);
            pointer-events: none;
            z-index: 1;
        }

        /* Spotlight Mandala Styles */
        .mandala-spotlight-container {
            position: absolute;
            top: 52%;
            left: 108%;
            width: min(76vw, 920px);
            height: min(76vw, 920px);
            transform: translate(-50%, -50%) scale(0.965);
            pointer-events: none;
            z-index: 2;
            overflow: visible;
            -webkit-mask-image: radial-gradient(ellipse 64% 58% at 0% 50%, #000 0%, rgba(0, 0, 0, 0.95) 36%, rgba(0, 0, 0, 0.6) 52%, transparent 72%);
            mask-image: radial-gradient(ellipse 64% 58% at 0% 50%, #000 0%, rgba(0, 0, 0, 0.95) 36%, rgba(0, 0, 0, 0.6) 52%, transparent 72%);
            opacity: 0;
            filter: blur(2px);
            transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .mandala-rotator {
            width: 100%;
            height: 100%;
            transform-origin: 50% 50%;
            animation: mandala-slow-spin 180s linear infinite;
            animation-play-state: paused;
        }

        @keyframes mandala-slow-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .mandala-bg {
            width: 100%;
            height: 100%;
            transform: scale(1.018);
            opacity: 0;
            stroke: var(--primary);
            fill: none;
            stroke-width: 0.2px;
            stroke-linecap: round;
            stroke-linejoin: round;
            filter: drop-shadow(0 0 12px rgba(255, 130, 0, 0.18));
            transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .mandala-spotlight-container.mandala-visible {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            filter: blur(0);
        }

        .mandala-rotator.mandala-running {
            animation-play-state: running;
        }

        .mandala-bg.mandala-visible {
            opacity: 0.33;
            transform: scale(1);
        }

        @media (max-width: 768px) {
            .mandala-spotlight-container {
                left: 103%;
                top: 46%;
                width: min(112vw, 660px);
                height: min(112vw, 660px);
                -webkit-mask-image: radial-gradient(ellipse 68% 62% at 4% 50%, #000 0%, rgba(0, 0, 0, 0.92) 40%, transparent 74%);
                mask-image: radial-gradient(ellipse 68% 62% at 4% 50%, #000 0%, rgba(0, 0, 0, 0.92) 40%, transparent 74%);
            }

            .mandala-bg.mandala-visible {
                opacity: 0.28;
                transform: scale(1);
            }
        }

        #about-image {
            display: flex;
            justify-content: center;
        }

        .about-poster {
            display: block;
            width: min(100%, 450px);
            height: auto;
            max-height: 492px;
        }

        @media (max-width: 768px) {
            .about-poster {
                width: min(100%, 340px);
                max-height: 300px;
            }
        }

        .sponsors-section {
            background:
                radial-gradient(circle at 15% 0%, rgba(255, 130, 0, 0.08), transparent 42%),
                radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.04), transparent 45%),
                #090909;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .sponsors-stack {
            display: grid;
            grid-template-columns: repeat(12, minmax(0, 1fr));
            gap: 0.9rem 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            padding: 0.65rem 0;
        }

        .sponsor-category {
            grid-column: 1 / -1;
            padding: 1.2rem 0.95rem 1rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 1rem;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
            display: flex;
            flex-direction: column;
        }

        .sponsor-category-title {
            margin: 0 0 1rem 0;
            text-align: center;
            font-size: clamp(1.45rem, 2.8vw, 2rem);
            font-weight: 700;
            color: #fff;
            letter-spacing: 0.01em;
        }

        .sponsor-category-content {
            flex: 1;
            min-height: 130px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
        }

        .sponsor-grid-home {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 210px));
            justify-content: center;
            align-items: center;
            gap: 1.1rem 1.7rem;
            width: 100%;
        }

        .sponsor-grid-home:empty {
            display: none;
        }

        .sponsor-grid-home.sponsor-grid-compact {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1rem 1.5rem;
        }

        .sponsor-logo-item {
            min-height: 84px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.3rem 0.5rem;
        }

        .sponsor-logo-home {
            max-width: 100%;
            max-height: 74px;
            width: auto;
            height: auto;
            object-fit: contain;
        }

        .sponsor-missing-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.45rem;
        }

        .sponsor-missing-list:empty {
            display: none;
        }

        .sponsor-missing-pill {
            border: 1px dashed rgba(255, 255, 255, 0.25);
            border-radius: 9999px;
            padding: 0.2rem 0.6rem;
            color: rgba(255, 255, 255, 0.58);
            font-size: 0.7rem;
            letter-spacing: 0.02em;
            text-transform: none;
        }

        @media (min-width: 960px) {
            .sponsor-category-compact {
                grid-column: span 6;
            }

            .sponsor-category-compact-center {
                grid-column: 4 / span 6;
            }
        }

        @media (max-width: 640px) {
            .sponsor-category {
                padding: 1rem 0.65rem 0.9rem;
            }

            .sponsor-category-title {
                margin-bottom: 0.8rem;
            }

            .sponsor-category-content {
                min-height: 112px;
            }

            .sponsor-grid-home {
                grid-template-columns: repeat(auto-fit, minmax(136px, 160px));
                gap: 0.75rem 0.95rem;
            }

            .sponsor-grid-home.sponsor-grid-compact {
                gap: 0.75rem 0.95rem;
            }

            .sponsor-logo-item {
                min-height: 72px;
            }

            .sponsor-logo-home {
                max-height: 60px;
            }
        }

        @media (max-width: 460px) {
            .sponsor-grid-home {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                justify-content: stretch;
            }

            .sponsor-logo-home {
                max-height: 56px;
            }
        }

        @supports (content-visibility: auto) {
            .defer-section {
                content-visibility: auto;
                contain-intrinsic-size: 900px;
            }
        }
    
.faculty-card-frame {
    background:
        radial-gradient(circle at top, rgba(255, 153, 0, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(35, 25, 15, 0.96), rgba(12, 12, 12, 0.98));
}

.faculty-card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform-origin: center center;
    transition: transform 700ms ease;
}

.faculty-card:hover .faculty-card-image {
    transform: scale(1.1);
}

.faculty-card-image--kishore {
    object-position: center 40%;
    transform: scale(1.08);
}

.faculty-card:hover .faculty-card-image--kishore {
    transform: scale(1.14);
}

.faculty-card-image--madhu {
    object-position: center 34%;
    transform: scale(1.09);
}

.faculty-card:hover .faculty-card-image--madhu {
    transform: scale(1.15);
}

.faculty-card-image--srinidhi {
    object-position: center 32%;
    transform: scale(1.09);
}

.faculty-card:hover .faculty-card-image--srinidhi {
    transform: scale(1.15);
}

.wonderla-popup {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.wonderla-popup.hidden {
    display: none;
}

.wonderla-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.wonderla-popup__card {
    position: relative;
    z-index: 1;
    width: min(100%, 34rem);
    padding: 1.6rem 1.5rem 1.45rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 130, 0, 0.24);
    background:
        radial-gradient(circle at top left, rgba(255, 130, 0, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(24, 16, 8, 0.98), rgba(8, 8, 8, 0.99));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.wonderla-popup__close {
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.04);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.wonderla-popup__close:hover {
    background: rgba(255, 130, 0, 0.16);
    border-color: rgba(255, 130, 0, 0.4);
}

.wonderla-popup__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    background: rgba(255, 130, 0, 0.12);
    color: #ffd38d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wonderla-popup__title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.85rem, 4.3vw, 2.5rem);
    line-height: 1.08;
    color: #fff;
}

.wonderla-popup__media {
    margin-bottom: 1.1rem;
    padding: 0.95rem 1rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wonderla-popup__image {
    max-width: min(100%, 240px);
    max-height: 76px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

.wonderla-popup__copy {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.98rem;
    line-height: 1.72;
}

.wonderla-popup__copy strong {
    color: #ffd9a0;
    font-weight: 700;
}

.wonderla-popup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.wonderla-popup__cta,
.wonderla-popup__secondary {
    min-height: 3.1rem;
    padding: 0.85rem 1.35rem;
    border-radius: 9999px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wonderla-popup__cta {
    background: #ff8200;
    color: #fff;
}

.wonderla-popup__cta:hover {
    background: #ff951f;
}

.wonderla-popup__secondary {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
}

.wonderla-popup__secondary:hover {
    border-color: rgba(255, 130, 0, 0.3);
    color: #fff;
}

body.wonderla-popup-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .wonderla-popup {
        padding: 1rem;
    }

    .wonderla-popup__card {
        padding: 1.35rem 1.1rem 1.2rem;
        border-radius: 1.35rem;
    }

    .wonderla-popup__actions {
        flex-direction: column;
    }

    .wonderla-popup__cta,
    .wonderla-popup__secondary {
        width: 100%;
    }
}
