::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #050403;
        }
        ::-webkit-scrollbar-thumb {
            background: #3d342b;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #d4af37;
        }
        .text-glow {
            text-shadow: 0 0 25px rgba(212, 175, 55, 0.5), 0 0 5px rgba(212, 175, 55, 0.8);
        }
        .gold-text-gradient {
            background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
            background-size: 220% auto;
            animation: gold-shimmer 11s linear infinite;
        }
        [data-reveal] {
            opacity: 0;
            transform: translate3d(0, 22px, 0) scale(0.992);
            filter: blur(4px);
            transition: opacity 0.62s ease, transform 0.72s ease, filter 0.72s ease;
        }
        [data-reveal].is-visible {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
            filter: blur(0);
        }
        [data-reveal]::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent);
            opacity: 0;
            transform: scaleX(0.3);
            transition: opacity 0.72s ease, transform 0.72s ease;
            pointer-events: none;
        }
        [data-reveal].is-visible::before {
            opacity: 0.9;
            transform: scaleX(1);
        }
        [data-reveal]::after {
            content: "";
            position: absolute;
            top: 0;
            left: -38%;
            width: 32%;
            height: 100%;
            background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0));
            opacity: 0;
            pointer-events: none;
        }
        [data-reveal].is-visible::after {
            animation: section-sweep 0.9s ease-out 0.05s 1;
        }
        .bokeh-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            pointer-events: none;
            background: #000;
            overflow: hidden;
        }
        .bokeh-container::before,
        .bokeh-container::after {
            content: "";
            position: absolute;
            inset: -20%;
            border-radius: 50%;
            filter: blur(70px);
            opacity: 0.25;
            animation: ambient-glow 14s ease-in-out infinite;
        }
        .bokeh-container::before {
            background: radial-gradient(circle, rgba(212, 175, 55, 0.24) 0%, rgba(212, 175, 55, 0) 65%);
            left: -12%;
            top: -10%;
        }
        .bokeh-container::after {
            background: radial-gradient(circle, rgba(249, 219, 163, 0.16) 0%, rgba(249, 219, 163, 0) 70%);
            right: -8%;
            bottom: -12%;
            animation-delay: 2s;
        }
        .bokeh-image-layer {
            animation: bokeh-drift 16s ease-in-out infinite alternate;
            will-change: transform, opacity;
        }
        .bokeh-gradient-layer {
            animation: bokeh-breathe 8s ease-in-out infinite;
            will-change: opacity;
        }
        @keyframes ambient-glow {
            0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.2; }
            50% { transform: translate3d(0, -10px, 0) scale(1.08); opacity: 0.34; }
        }
        @keyframes bokeh-drift {
            0% { transform: scale(1) translate3d(0, 0, 0); opacity: 0.34; }
            100% { transform: scale(1.06) translate3d(-1.8%, 1.5%, 0); opacity: 0.46; }
        }
        @keyframes bokeh-breathe {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.82; }
        }
        @keyframes gold-shimmer {
            0% { background-position: 0% 50%; }
            100% { background-position: 220% 50%; }
        }
        @keyframes section-sweep {
            0% { left: -38%; opacity: 0; }
            16% { opacity: 0.7; }
            100% { left: 112%; opacity: 0; }
        }
        .btn-gold-foil {
            background-image: linear-gradient(45deg, #996515 0%, #d4af37 25%, #f9dba3 50%, #d4af37 75%, #996515 100%);
            background-size: 200% auto;
            color: #050403;
            transition: 0.5s;
        }
        .btn-gold-foil:hover {
            background-position: right center;
            box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
        }
        .velvet-card-bg {
             background: radial-gradient(circle, #2a0a18 0%, #0f0c08 100%);
        }
        .hero-magic {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
            z-index: 1;
        }
        .hero-aura {
            position: absolute;
            border-radius: 9999px;
            filter: blur(48px);
            opacity: 0.42;
            animation: aura-drift 12s ease-in-out infinite;
        }
        .hero-aura--one {
            width: 280px;
            height: 280px;
            left: -80px;
            top: 6%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.45) 0%, rgba(212, 175, 55, 0) 70%);
        }
        .hero-aura--two {
            width: 320px;
            height: 320px;
            right: -110px;
            top: 20%;
            background: radial-gradient(circle, rgba(249, 219, 163, 0.28) 0%, rgba(249, 219, 163, 0) 75%);
            animation-delay: 1.5s;
        }
        .hero-aura--three {
            width: 260px;
            height: 260px;
            left: 35%;
            bottom: -120px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.34) 0%, rgba(184, 134, 11, 0) 74%);
            animation-delay: 3s;
        }
        .hero-utp-badge {
            background: linear-gradient(120deg, rgba(212, 175, 55, 0.28), rgba(249, 219, 163, 0.2));
            border: 1px solid rgba(249, 219, 163, 0.85);
            box-shadow: 0 0 26px rgba(212, 175, 55, 0.45);
            font-size: 15px;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            padding: 0.5rem 0.95rem;
            white-space: nowrap;
        }
        .hero-title-main {
            font-size: clamp(2.6rem, 6.2vw, 4.6rem);
            line-height: 1.05;
            margin: 0;
            text-shadow: 0 0 18px rgba(212, 175, 55, 0.16), 0 0 2px rgba(255, 255, 255, 0.16);
            animation: title-breathe 6.5s ease-in-out infinite;
        }
        .hero-title-magic {
            background-size: 260% auto;
            animation: title-breathe 6.5s ease-in-out infinite, title-gold-shift 12s linear infinite;
        }
        .hero-title-accent {
            margin-top: 0.75rem;
            font-family: "Playfair Display", serif;
            font-size: clamp(2.15rem, 5.6vw, 4.1rem);
            line-height: 1.08;
            font-weight: 500;
            font-style: italic;
            opacity: 0.88;
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.18);
        }
        .hero-title-stack {
            position: relative;
            width: fit-content;
            max-width: 100%;
            padding: 0.85rem 1.05rem 0.8rem;
            border-radius: 18px;
            border: 1px solid rgba(212, 175, 55, 0.24);
            background: linear-gradient(120deg, rgba(11, 9, 6, 0.58), rgba(11, 9, 6, 0.2));
            box-shadow: inset 0 0 0 1px rgba(249, 219, 163, 0.05), 0 0 28px rgba(212, 175, 55, 0.08);
            overflow: hidden;
        }
        .hero-title-stack::before {
            content: "";
            position: absolute;
            inset: -1px;
            border-radius: inherit;
            background: conic-gradient(
                from 0deg,
                rgba(212, 175, 55, 0) 0deg,
                rgba(249, 219, 163, 0.45) 58deg,
                rgba(212, 175, 55, 0.05) 130deg,
                rgba(212, 175, 55, 0) 220deg,
                rgba(249, 219, 163, 0.48) 320deg,
                rgba(212, 175, 55, 0) 360deg
            );
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
            -webkit-mask-composite: xor;
            padding: 1px;
            pointer-events: none;
            animation: title-frame-spin 8s linear infinite;
        }
        .hero-title-stack::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            pointer-events: none;
            box-shadow: inset 0 0 34px rgba(212, 175, 55, 0.06);
            animation: title-frame-glow 3.8s ease-in-out infinite;
        }
        .hero-photo-offer {
            display: none;
        }
        .hero-info-grid {
            display: grid;
            gap: 0.5rem;
        }
        .hero-info-card {
            margin: 0;
            border-left: 2px solid rgba(212, 175, 55, 0.34);
            background: linear-gradient(90deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.01));
            padding: 0.55rem 0.75rem 0.55rem 0.85rem;
            color: #cfc5b1;
            font-size: 15px;
            line-height: 1.55;
            font-style: italic;
        }
        .hero-mobile-photo {
            position: relative;
            margin-top: -0.1rem;
            margin-bottom: 0.15rem;
            display: flex;
            justify-content: center;
        }
        .hero-mobile-photo-frame {
            width: min(100%, 320px);
            aspect-ratio: 4 / 4.7;
            border-radius: 34px 34px 10px 10px;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.45);
            box-shadow: 0 0 28px rgba(212, 175, 55, 0.28), 0 0 70px rgba(0, 0, 0, 0.65);
            position: relative;
        }
        .hero-mobile-photo-frame::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(5, 4, 3, 0.58), rgba(5, 4, 3, 0.05));
            pointer-events: none;
        }
        .hero-main-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center bottom;
            display: block;
        }
        .ritual-photo-plinth {
            position: absolute;
            left: 50%;
            bottom: -12px;
            width: 88%;
            height: 16px;
            transform: translateX(-50%);
            border-radius: 9999px;
            border: 1px solid rgba(191, 149, 63, 0.46);
            background: linear-gradient(180deg, rgba(182, 138, 58, 0.35), rgba(89, 61, 18, 0.58) 44%, rgba(34, 24, 8, 0.76));
            box-shadow: inset 0 1px 1px rgba(252, 246, 186, 0.14), inset 0 -2px 6px rgba(0, 0, 0, 0.24), 0 8px 16px rgba(0, 0, 0, 0.4);
            z-index: 4;
            pointer-events: none;
        }
        .ritual-photo-plinth span {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 92%;
            height: 46%;
            transform: translate(-50%, -50%);
            border-radius: 9999px;
            border: 1px solid rgba(252, 246, 186, 0.14);
            background: linear-gradient(180deg, rgba(252, 246, 186, 0.07), rgba(114, 79, 20, 0.16));
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.06);
        }
        .hero-copy-shell {
            position: relative;
            z-index: 3;
        }
        .service-cta-btn {
            width: 100%;
            height: 50px;
            border-radius: 10px;
            border: 1px solid rgba(212, 175, 55, 0.5);
            background: linear-gradient(90deg, rgba(24, 18, 6, 0.95), rgba(42, 31, 7, 0.92));
            color: #f0e6d2;
            font-family: "Playfair Display", serif;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }
        .service-cta-btn:hover {
            transform: translateY(-1px);
            border-color: rgba(249, 219, 163, 0.82);
            box-shadow: 0 0 22px rgba(212, 175, 55, 0.25);
            color: #f9dba3;
        }
        .service-cta-btn:active {
            transform: scale(0.985);
            color: #f9dba3;
        }
        .mystic-sparkles {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }
        .mystic-fog {
            position: absolute;
            inset: -15%;
            pointer-events: none;
            background:
                radial-gradient(circle at 18% 24%, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0) 44%),
                radial-gradient(circle at 78% 18%, rgba(249, 219, 163, 0.1) 0%, rgba(249, 219, 163, 0) 42%),
                radial-gradient(circle at 52% 78%, rgba(184, 134, 11, 0.09) 0%, rgba(184, 134, 11, 0) 48%);
            filter: blur(34px);
            animation: fog-drift 22s ease-in-out infinite alternate;
        }
        .mystic-sparkles span {
            position: absolute;
            width: 3px;
            height: 3px;
            border-radius: 9999px;
            background: rgba(249, 219, 163, 0.92);
            box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
            animation: spark-blink 3.6s ease-in-out infinite;
        }
        .mystic-sparkles span:nth-child(1) { left: 8%; top: 16%; animation-delay: 0.1s; }
        .mystic-sparkles span:nth-child(2) { left: 21%; top: 30%; animation-delay: 1.2s; }
        .mystic-sparkles span:nth-child(3) { left: 37%; top: 12%; animation-delay: 0.8s; }
        .mystic-sparkles span:nth-child(4) { left: 52%; top: 26%; animation-delay: 2.1s; }
        .mystic-sparkles span:nth-child(5) { left: 69%; top: 14%; animation-delay: 1.5s; }
        .mystic-sparkles span:nth-child(6) { left: 82%; top: 33%; animation-delay: 2.7s; }
        .mystic-sparkles span:nth-child(7) { left: 59%; top: 46%; animation-delay: 0.5s; }
        .mystic-sparkles span:nth-child(8) { left: 13%; top: 52%; animation-delay: 2.9s; }
        .mystic-comets {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
            opacity: 0.75;
        }
        .mystic-comets span {
            position: absolute;
            width: 170px;
            height: 2px;
            background: linear-gradient(90deg, rgba(249, 219, 163, 0), rgba(249, 219, 163, 0.95), rgba(249, 219, 163, 0));
            box-shadow: 0 0 14px rgba(249, 219, 163, 0.55);
            transform: rotate(-22deg);
            opacity: 0;
            animation: comet-pass 8s linear infinite;
        }
        .mystic-comets span:nth-child(1) { top: 14%; left: -22%; animation-delay: 0.5s; }
        .mystic-comets span:nth-child(2) { top: 41%; left: -28%; animation-delay: 3.8s; }
        .mystic-comets span:nth-child(3) { top: 69%; left: -30%; animation-delay: 6.6s; }
        .testimonial-slider {
            display: grid;
            grid-template-columns: auto 1fr auto;
            align-items: center;
            gap: 1rem;
        }
        .testimonial-window {
            min-height: 280px;
            border-radius: 14px;
            border: 1px solid rgba(212, 175, 55, 0.16);
            background: rgba(10, 8, 5, 0.94);
            box-shadow: 0 0 30px rgba(212, 175, 55, 0.08);
            padding: 2rem;
        }
        .testimonial-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.22s ease, transform 0.22s ease;
        }
        .testimonial-card.is-fading {
            opacity: 0;
            transform: translateY(6px);
        }
        .testimonial-text {
            min-height: 140px;
        }
        .testimonial-nav {
            width: 42px;
            height: 42px;
            border-radius: 9999px;
            border: 1px solid rgba(212, 175, 55, 0.34);
            background: rgba(15, 12, 8, 0.92);
            color: #d4af37;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.25s ease;
        }
        .testimonial-nav:hover {
            box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
            transform: translateY(-1px);
        }
        .testimonial-footer {
            margin-top: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }
        .testimonial-dots {
            display: flex;
            flex-wrap: wrap;
            gap: 0.45rem;
        }
        .testimonial-dot {
            width: 8px;
            height: 8px;
            border-radius: 9999px;
            background: rgba(212, 175, 55, 0.28);
            border: 1px solid rgba(212, 175, 55, 0.42);
            transition: all 0.25s ease;
        }
        .testimonial-dot.is-active {
            width: 20px;
            background: #d4af37;
            box-shadow: 0 0 12px rgba(212, 175, 55, 0.42);
        }
        @keyframes aura-drift {
            0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
            50% { transform: translate3d(0, -16px, 0) scale(1.08); }
        }
        @keyframes title-breathe {
            0%, 100% { text-shadow: 0 0 12px rgba(212, 175, 55, 0.14), 0 0 2px rgba(255, 255, 255, 0.14); }
            50% { text-shadow: 0 0 22px rgba(212, 175, 55, 0.25), 0 0 3px rgba(255, 255, 255, 0.18); }
        }
        @keyframes title-gold-shift {
            0% { background-position: 0% 50%; }
            100% { background-position: 260% 50%; }
        }
        @keyframes title-frame-spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @keyframes title-frame-glow {
            0%, 100% { opacity: 0.35; }
            50% { opacity: 0.75; }
        }
        @keyframes spark-blink {
            0%, 100% { opacity: 0.2; transform: scale(0.7); }
            50% { opacity: 1; transform: scale(1.25); }
        }
        @keyframes fog-drift {
            0% { transform: translate3d(-1.2%, 0.8%, 0) scale(1); opacity: 0.48; }
            50% { transform: translate3d(1.4%, -1.1%, 0) scale(1.04); opacity: 0.62; }
            100% { transform: translate3d(-0.6%, 1.2%, 0) scale(1.02); opacity: 0.5; }
        }
        @keyframes comet-pass {
            0% { transform: translate3d(0, 0, 0) rotate(-22deg); opacity: 0; }
            12% { opacity: 0.8; }
            32% { opacity: 0; }
            100% { transform: translate3d(145vw, -22vh, 0) rotate(-22deg); opacity: 0; }
        }
        @media (max-width: 1023px) {
            .hero-title-main {
                font-size: clamp(1.85rem, 7.8vw, 2.35rem);
                line-height: 1.04;
                letter-spacing: 0.005em;
                text-shadow: 0 0 22px rgba(212, 175, 55, 0.22), 0 0 3px rgba(255, 255, 255, 0.18);
            }
            .hero-title-accent {
                font-size: clamp(0.98rem, 4.2vw, 1.18rem);
                line-height: 1.2;
                margin-top: 0.55rem;
                opacity: 0.82;
                text-shadow: none;
                font-style: normal;
                letter-spacing: 0.05em;
                text-transform: uppercase;
            }
            .hero-title-stack {
                margin-bottom: 0;
                max-width: 360px;
                padding: 0.48rem 0.7rem 0.5rem;
                border-radius: 16px;
                border-color: rgba(212, 175, 55, 0.18);
                background: linear-gradient(120deg, rgba(9, 8, 6, 0.46), rgba(9, 8, 6, 0.08));
                box-shadow: 0 0 22px rgba(212, 175, 55, 0.05);
                position: relative;
                z-index: 9;
            }
            .hero-title-stack::before {
                animation-duration: 10s;
                opacity: 0.8;
            }
            .hero-title-accent--desktop {
                display: none;
            }
            #hero {
                min-height: calc(100svh - 88px);
                padding-top: 1rem;
                padding-bottom: 0.65rem;
            }
            .hero-copy-shell {
                align-items: center;
                text-align: center;
                gap: 0.7rem;
            }
            .hero-mobile-photo-frame {
                width: 100%;
                max-width: none;
                aspect-ratio: auto;
                border-radius: 0;
                border: 0;
                box-shadow: none;
                background: transparent;
                overflow: visible;
                position: relative;
                z-index: 2;
            }
            .hero-mobile-photo {
                width: 100vw;
                margin-left: calc(50% - 50vw);
                margin-right: calc(50% - 50vw);
                margin-top: 0.02rem;
                margin-bottom: 0.25rem;
                position: relative;
                padding-bottom: 62px;
            }
            .hero-mobile-photo::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 18%;
                width: 92%;
                height: 66%;
                transform: translateX(-50%);
                border-radius: 9999px;
                background:
                    radial-gradient(circle at 50% 35%, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0) 72%);
                filter: blur(15px);
                z-index: 0;
                pointer-events: none;
            }
            .hero-mobile-photo::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 4px;
                width: 84%;
                height: 24px;
                transform: translateX(-50%);
                border-radius: 9999px;
                background:
                    radial-gradient(ellipse at center, rgba(212, 175, 55, 0.32) 0%, rgba(212, 175, 55, 0.12) 44%, rgba(212, 175, 55, 0) 78%);
                box-shadow: 0 0 18px rgba(212, 175, 55, 0.2);
                z-index: 1;
                pointer-events: none;
            }
            .hero-photo-offer {
                display: inline-flex !important;
                align-items: center;
                justify-content: center;
                width: min(92%, 420px);
                min-height: 38px;
                position: absolute;
                left: 50%;
                bottom: 24px;
                transform: translateX(-50%);
                border-radius: 10px;
                padding: 0.44rem 0.72rem;
                font-family: "Playfair Display", serif;
                font-size: 11.5px;
                text-transform: uppercase;
                letter-spacing: 0.04em;
                line-height: 1.2;
                color: #f2d88f;
                text-shadow: 0 0 12px rgba(212, 175, 55, 0.26);
                border: 1px solid rgba(212, 175, 55, 0.42);
                background: linear-gradient(180deg, rgba(8, 7, 5, 0.8), rgba(6, 6, 5, 0.54));
                box-shadow: 0 0 22px rgba(212, 175, 55, 0.24);
                backdrop-filter: blur(4px);
                -webkit-backdrop-filter: blur(4px);
                z-index: 5;
                animation: none;
            }
            .hero-mobile-plinth {
                position: absolute;
                left: 50%;
                bottom: 5px;
                width: 82%;
                height: 13px;
                transform: translateX(-50%);
                border-radius: 9999px;
                border: 1px solid rgba(191, 149, 63, 0.44);
                background:
                    linear-gradient(180deg, rgba(178, 136, 55, 0.38), rgba(88, 61, 18, 0.56) 44%, rgba(35, 24, 8, 0.72));
                box-shadow:
                    inset 0 1px 1px rgba(252, 246, 186, 0.16),
                    inset 0 -2px 6px rgba(0, 0, 0, 0.22),
                    0 6px 12px rgba(0, 0, 0, 0.38);
                z-index: 3;
                pointer-events: none;
            }
            .hero-mobile-plinth span {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 92%;
                height: 40%;
                transform: translate(-50%, -50%);
                border-radius: 9999px;
                border: 1px solid rgba(252, 246, 186, 0.12);
                background: linear-gradient(180deg, rgba(252, 246, 186, 0.06), rgba(114, 79, 20, 0.14));
                box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.05);
            }
            .hero-main-image {
                width: 100%;
                height: auto;
                object-fit: contain;
                object-position: center bottom;
                position: relative;
                z-index: 4;
                display: block;
                transition: transform 0.25s ease-out;
            }
            .hero-info-grid {
                margin-top: 0.15rem;
                width: 100%;
                max-width: 340px;
            }
            .hero-info-card {
                font-size: 14px;
                line-height: 1.5;
                padding: 0.5rem 0.7rem 0.5rem 0.8rem;
                text-align: left;
            }
            .hero-utp-badge {
                margin-top: 0.1rem;
                margin-bottom: 0.1rem;
                font-size: 13px;
                font-weight: 800;
                display: inline-flex;
            }
            [data-reveal] {
                transform: translate3d(0, 16px, 0) scale(0.994);
                filter: blur(3px);
            }
            .mobile-safe-bottom {
                padding-bottom: 108px;
            }
            .mobile-fixed-cta {
                position: fixed;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                width: min(100%, 560px);
                z-index: 80;
                padding: 0.7rem 1.25rem calc(0.85rem + env(safe-area-inset-bottom));
                background: linear-gradient(to top, rgba(5, 4, 3, 0.98), rgba(5, 4, 3, 0.82));
                border-top: 1px solid rgba(212, 175, 55, 0.3);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
            }
            .mobile-fixed-cta__btn {
                height: 52px;
                width: 100%;
                border-radius: 10px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.45rem;
                text-transform: uppercase;
                font-family: "Playfair Display", serif;
                letter-spacing: 0.08em;
                font-weight: 800;
                font-size: 12px;
                color: #050403;
                background: linear-gradient(45deg, #996515 0%, #d4af37 26%, #f9dba3 52%, #d4af37 76%, #996515 100%);
                box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
                padding: 0 1rem;
            }
            .mobile-fixed-cta__btn.is-idle-pulse {
                animation: cta-idle-pulse 1.25s ease-out 1;
            }
            .testimonial-slider {
                grid-template-columns: 1fr;
                gap: 0.8rem;
            }
            .testimonial-window {
                min-height: auto;
                padding: 1.25rem;
            }
            .testimonial-text {
                min-height: auto;
                font-size: 15px;
                line-height: 1.65;
            }
            .testimonial-nav {
                display: none;
            }
            .testimonial-footer {
                margin-top: 0.75rem;
            }
            .process-step-icon {
                width: 92px;
                height: 92px;
            }
            .process-step-icon .material-symbols-outlined {
                font-size: 34px;
            }
        }
        @keyframes cta-idle-pulse {
            0% { transform: scale(1); box-shadow: 0 0 24px rgba(212, 175, 55, 0.34); }
            45% { transform: scale(1.03); box-shadow: 0 0 36px rgba(212, 175, 55, 0.48); }
            100% { transform: scale(1); box-shadow: 0 0 25px rgba(212, 175, 55, 0.35); }
        }
        /* Lead form */
        .lead-form-wrap {
            max-width: 380px;
            width: 100%;
        }
        .lead-form {
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }
        .lead-form__field {
            width: 100%;
        }
        .lead-form__input {
            width: 100%;
            height: 50px;
            border-radius: 10px;
            border: 1px solid rgba(212, 175, 55, 0.28);
            background: rgba(12, 10, 8, 0.95);
            color: #f0e6d2;
            font-size: 15px;
            padding: 0 1rem;
            outline: none;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }
        .lead-form__input::placeholder {
            color: rgba(207, 197, 177, 0.45);
        }
        .lead-form__input:focus {
            border-color: rgba(212, 175, 55, 0.65);
            box-shadow: 0 0 16px rgba(212, 175, 55, 0.15);
        }
        .lead-form__input--required:invalid:not(:placeholder-shown) {
            border-color: rgba(220, 80, 80, 0.5);
        }
        .lead-form__methods {
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        .lead-form__methods-label {
            font-size: 13px;
            color: rgba(207, 197, 177, 0.65);
        }
        .lead-form__radios {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.5rem;
        }
        .lead-form__radio {
            flex: 1;
            cursor: pointer;
        }
        .lead-form__radio input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        .lead-form__radio-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            border-radius: 10px;
            border: 1px solid rgba(212, 175, 55, 0.22);
            background: rgba(12, 10, 8, 0.9);
            color: #cfc5b1;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.22s ease;
        }
        .lead-form__radio input:checked + .lead-form__radio-btn {
            border-color: rgba(212, 175, 55, 0.7);
            background: linear-gradient(90deg, rgba(42, 31, 7, 0.9), rgba(24, 18, 6, 0.95));
            color: #f9dba3;
            box-shadow: 0 0 14px rgba(212, 175, 55, 0.2);
        }
        .lead-form__submit {
            height: 52px;
            border-radius: 10px;
            font-family: "Playfair Display", serif;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #050403;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            margin-top: 0.25rem;
        }
        .lead-form__submit:hover {
            transform: translateY(-1px);
            box-shadow: 0 0 28px rgba(212, 175, 55, 0.45);
        }
        .lead-form__submit:active {
            transform: scale(0.985);
        }
        .lead-form__submit:disabled {
            opacity: 0.6;
            pointer-events: none;
        }
        .lead-form__status {
            font-size: 14px;
            text-align: center;
            min-height: 1.2em;
        }
        .lead-form__status--ok {
            color: #f9dba3;
        }
        .lead-form__status--err {
            color: #eb5757;
        }

        /* Popup overlay */
        .popup-overlay {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.72);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.32s ease, visibility 0.32s ease;
        }
        .popup-overlay.is-visible {
            opacity: 1;
            visibility: visible;
        }
        .popup-card {
            position: relative;
            width: min(92%, 420px);
            max-height: 90vh;
            overflow-y: auto;
            border-radius: 16px;
            border: 1px solid rgba(212, 175, 55, 0.3);
            background: linear-gradient(160deg, rgba(18, 14, 8, 0.98), rgba(10, 8, 5, 0.99));
            box-shadow: 0 0 60px rgba(212, 175, 55, 0.12), 0 24px 48px rgba(0, 0, 0, 0.5);
            padding: 2rem 1.5rem 1.75rem;
            transform: translateY(18px) scale(0.96);
            transition: transform 0.32s ease;
        }
        .popup-overlay.is-visible .popup-card {
            transform: translateY(0) scale(1);
        }
        .popup-close {
            position: absolute;
            top: 0.75rem;
            right: 0.85rem;
            width: 36px;
            height: 36px;
            border-radius: 9999px;
            border: 1px solid rgba(212, 175, 55, 0.25);
            background: rgba(5, 4, 3, 0.8);
            color: #d4af37;
            font-size: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            line-height: 1;
        }
        .popup-close:hover {
            border-color: rgba(212, 175, 55, 0.6);
            box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
        }
        .popup-title {
            font-family: "Playfair Display", serif;
            font-size: 1.45rem;
            font-weight: 600;
            margin-bottom: 0.4rem;
            padding-right: 2rem;
        }
        .popup-subtitle {
            font-size: 14px;
            color: rgba(207, 197, 177, 0.7);
            margin-bottom: 1.25rem;
            line-height: 1.5;
        }

        @media (max-width: 1023px) {
            .lead-form-wrap {
                max-width: 340px;
                margin: 0 auto;
            }
            .lead-form__input {
                height: 47px;
                font-size: 14px;
            }
            .lead-form__radio-btn {
                height: 40px;
                font-size: 13px;
            }
            .lead-form__submit {
                height: 48px;
                font-size: 13px;
            }
            .popup-card {
                padding: 1.5rem 1.15rem 1.5rem;
            }
            .popup-title {
                font-size: 1.25rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .gold-text-gradient,
            .bokeh-image-layer,
            .bokeh-gradient-layer,
            .mystic-fog,
            .mystic-comets span,
            .mystic-sparkles span,
            .hero-title-stack::before,
            .hero-title-stack::after {
                animation: none !important;
            }
            [data-reveal],
            .hero-main-image,
            .hero-title-stack {
                transition: none !important;
                transform: none !important;
                filter: none !important;
            }
        }
