/* --- VARIABLES DE COULEURS & TYPO --- */
        :root {
            --bg-cream: #FFFBF7;
            --pastel-pink: #FFE3EC;
            --pastel-orange: #FFEBD3;
            --accent-pink: #FF65A3;
            --accent-orange: #FF9F43;
            --text-dark: #2D2A29;
            --text-muted: #6B6661;
            --white: #FFFFFF;
            --glass-bg: rgba(255, 255, 255, 0.45);
            --font-main: 'Outfit', sans-serif;
        }

        /* --- STYLES GENERAUX --- */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-main);
            background-color: var(--bg-cream);
            color: var(--text-dark);
            overflow-x: hidden;
            line-height: 1.5;
        }

        section {
            min-height: 100vh;
            min-height: 100svh;
        }

        #faq,
        #contact {
            min-height: auto;
        }

        h1, h2, h3 {
            font-weight: 800;
            line-height: 1.2;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* --- BOUTONS / CTA --- */
        .btn {
            display: inline-block;
            padding: 14px 28px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            cursor: pointer;
            border: none;
            text-align: center;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--accent-pink), var(--accent-orange));
            color: var(--white);
            box-shadow: 0 4px 15px rgba(255, 101, 163, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 101, 163, 0.4);
        }

        .btn-secondary {
            background-color: var(--white);
            color: var(--text-dark);
            border: 2px solid var(--text-dark);
        }

        .btn-secondary:hover {
            transform: translateY(-2px);
            background-color: var(--pastel-orange);
        }

        /* --- STICKY MENU (LIQUID GLASS EFFECT) --- */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: linear-gradient(135deg, rgba(255, 227, 236, 0.5), rgba(255, 235, 211, 0.5));
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            box-shadow:
                0 10px 34px rgba(45, 42, 41, 0.1),
                0 2px 10px rgba(255, 159, 67, 0.08),
                inset 0 0 12px rgba(255, 255, 255, 0.6);
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        .logo {
            display: inline-flex;
            align-items: center;
            line-height: 1;
        }

        .logo img {
            height: 63px;
            width: auto;
            display: block;
        }

        .nav-menu {
            display: flex;
            gap: 24px;
            list-style: none;
            align-items: center;
        }

        .nav-link {
            font-weight: 600;
            color: var(--text-dark);
            font-size: 0.95rem;
            transition: color 0.2s ease;
        }

        .nav-link:hover {
            color: var(--accent-pink);
        }

        .mobile-menu-toggle,
        .mobile-menu-overlay,
        .mobile-menu-panel {
            display: none;
        }

        .mobile-menu-open {
            overflow: hidden;
        }

        /* --- HERO SECTION --- */
        .hero {
            min-height: 100vh;
            min-height: 100svh;
            padding: 120px 0 40px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            background: #FFFBF7;
            display: flex;
            align-items: center;
        }

        .hero .container {
            position: relative;
            z-index: 3;
        }

        .hero-emoji-field {
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
        }

        .emoji-item {
            position: absolute;
            font-size: clamp(3.2rem, 6.2vw, 5.8rem);
            opacity: 0.75;
            filter: saturate(1.1);
            animation: emoji-float 14s ease-in-out infinite alternate, emoji-wiggle 6.4s ease-in-out infinite;
            transform-origin: center;
        }

        .hero-glass-overlay {
            position: absolute;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            backdrop-filter: blur(1.5px) saturate(1.12);
            -webkit-backdrop-filter: blur(1.5px) saturate(1.12);
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16));
            border-bottom: 1px solid rgba(255, 255, 255, 0.45);
        }

        .e1 { left: 7%; top: 20%; animation-delay: 0.1s; }
        .e2 { left: 16%; top: 70%; animation-delay: 1s; }
        .e3 { left: 27%; top: 38%; animation-delay: 1.6s; }
        .e4 { left: 39%; top: 15%; animation-delay: 0.6s; }
        .e5 { left: 50%; top: 68%; animation-delay: 2.1s; }
        .e6 { left: 61%; top: 34%; animation-delay: 0.9s; }
        .e7 { left: 74%; top: 72%; animation-delay: 1.9s; }
        .e8 { left: 84%; top: 26%; animation-delay: 1.2s; }
        .e9 { left: 91%; top: 58%; animation-delay: 2.5s; }
        .e10 { left: 67%; top: 10%; animation-delay: 1.4s; }
        
        @keyframes emoji-wiggle {
            0% { transform: rotate(0deg) scale(1); }
            25% { transform: rotate(6deg) scale(1.06); }
            50% { transform: rotate(-5deg) scale(0.98); }
            75% { transform: rotate(4deg) scale(1.04); }
            100% { transform: rotate(0deg) scale(1); }
        }

        @keyframes emoji-float {
            0% { translate: 0 0; }
            50% { translate: 8px -20px; }
            100% { translate: -6px -36px; }
        }

        .badge {
            background-color: var(--pastel-pink);
            color: var(--accent-pink);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 24px;
            border: 1px solid rgba(255, 101, 163, 0.2);
        }

        .hero h1 {
            font-size: 3.5rem;
            max-width: 900px;
            margin: 0 auto 24px auto;
            color: var(--text-dark);
        }

        .hero p {
            font-size: 1.25rem;
            color: var(--text-muted);
            max-width: 650px;
            margin: 0 auto 40px auto;
        }

        .hero-ctas {
            display: flex;
            justify-content: center;
            gap: 16px;
        }

        /* --- PAGES PILIERS SEO --- */
        .pillar-page {
            background:
                radial-gradient(circle at 14% 18%, rgba(255, 101, 163, 0.16), transparent 28%),
                radial-gradient(circle at 86% 12%, rgba(255, 159, 67, 0.18), transparent 24%),
                var(--bg-cream);
        }

        .pillar-hero {
            min-height: auto;
            padding: 150px 0 74px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .pillar-hero h1 {
            font-size: clamp(2.4rem, 6vw, 5rem);
            max-width: 980px;
            margin: 0 auto 24px;
        }

        .pillar-hero p {
            color: var(--text-muted);
            font-size: 1.18rem;
            max-width: 760px;
            margin: 0 auto 34px;
        }

        .pillar-breadcrumb {
            color: var(--text-muted);
            font-size: 0.88rem;
            margin-bottom: 26px;
        }

        .pillar-breadcrumb a {
            color: var(--accent-pink);
            font-weight: 700;
        }

        .pillar-signal-row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 28px;
        }

        .pillar-signal {
            background: rgba(255, 255, 255, 0.72);
            border: 1px solid rgba(255, 255, 255, 0.74);
            border-radius: 999px;
            padding: 8px 14px;
            color: var(--text-dark);
            font-size: 0.9rem;
            font-weight: 700;
            opacity: 0;
        }

        .pillar-section {
            min-height: auto;
            padding: 86px 0;
        }

        .pillar-band {
            background: var(--white);
            border-radius: 36px;
            box-shadow: 0 18px 60px rgba(45, 42, 41, 0.07);
            padding: 44px;
        }

        .pillar-split {
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: 38px;
            align-items: center;
        }

        .pillar-copy h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            margin-bottom: 18px;
        }

        .pillar-copy p {
            color: var(--text-muted);
            margin-bottom: 16px;
            font-size: 1.05rem;
        }

        .pillar-list {
            display: grid;
            gap: 14px;
            list-style: none;
            margin-top: 22px;
        }

        .pillar-list li {
            background: rgba(255, 235, 211, 0.54);
            border-radius: 18px;
            padding: 14px 16px;
            color: var(--text-dark);
            font-weight: 700;
        }

        .pillar-list li::before {
            content: "✓";
            color: var(--accent-pink);
            margin-right: 9px;
            font-weight: 800;
        }

        .pillar-panel {
            background: linear-gradient(145deg, var(--pastel-pink), var(--pastel-orange));
            border-radius: 30px;
            padding: 30px;
        }

        .reel-fan {
            position: relative;
            align-self: end;
            min-height: 128px;
            overflow: visible;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            perspective: 900px;
            background: transparent;
            border: 0;
            border-radius: 999px;
            padding: 0;
            box-shadow: none;
        }

        .fan-card {
            position: absolute;
            bottom: 22px;
            left: 50%;
            width: min(46%, 220px);
            aspect-ratio: 9 / 16;
            transform-origin: 50% 100%;
            will-change: transform;
        }

        .fan-card-left {
            z-index: 2;
            animation: reel-fan-left 5.8s ease-in-out infinite;
        }

        .fan-card-right {
            z-index: 3;
            animation: reel-fan-right 6.2s ease-in-out infinite;
        }

        .fan-card:hover {
            z-index: 10;
        }

        .fan-card:hover .fan-reel {
            transform: scale(1.055) translateY(-3px);
            box-shadow:
                0 42px 92px rgba(45, 42, 41, 0.42),
                0 16px 34px rgba(255, 101, 163, 0.24),
                inset 0 0 0 1px rgba(255, 255, 255, 0.28);
            filter: saturate(1.08);
        }

        .fan-reel {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.68);
            box-shadow:
                0 30px 70px rgba(45, 42, 41, 0.34),
                0 10px 22px rgba(255, 101, 163, 0.18),
                inset 0 0 0 1px rgba(255, 255, 255, 0.22);
            transform-origin: 50% 100%;
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, filter 0.34s ease;
            will-change: transform;
        }

        .pillar-panel h3 {
            font-size: 1.5rem;
            margin-bottom: 16px;
        }

        .pillar-panel ul {
            display: grid;
            gap: 12px;
            list-style: none;
            color: var(--text-dark);
            font-weight: 700;
        }

        .pillar-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .pillar-card {
            background: var(--white);
            border-radius: 26px;
            padding: 28px;
            border: 1px solid rgba(45, 42, 41, 0.05);
            box-shadow: 0 14px 42px rgba(45, 42, 41, 0.06);
        }

        .pillar-card h3 {
            font-size: 1.35rem;
            margin-bottom: 12px;
        }

        .pillar-card p {
            color: var(--text-muted);
        }

        .pillar-cta {
            min-height: auto;
            padding: 90px 0;
            text-align: center;
        }

        .pillar-cta-box {
            background: linear-gradient(135deg, var(--accent-pink), var(--accent-orange));
            color: var(--white);
            border-radius: 36px;
            padding: 56px 30px;
            box-shadow: 0 24px 70px rgba(255, 101, 163, 0.28);
        }

        .pillar-cta-box h2 {
            font-size: clamp(2rem, 4vw, 3.2rem);
            margin-bottom: 14px;
        }

        .pillar-cta-box p {
            max-width: 680px;
            margin: 0 auto 28px;
            color: rgba(255, 255, 255, 0.88);
            font-size: 1.08rem;
        }

        .related-pages {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 26px;
        }

        .related-pages a {
            background: var(--white);
            color: var(--text-dark);
            border-radius: 999px;
            padding: 10px 16px;
            font-weight: 700;
            box-shadow: 0 10px 28px rgba(45, 42, 41, 0.08);
        }

        /* --- FLOATING REELS SHOWCASE (FULLWIDTH) --- */
        .showcase-fullwidth {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            background: linear-gradient(135deg, var(--accent-pink), var(--accent-orange));
            min-height: 100vh;
            min-height: 100svh;
            padding: 80px 0;
            overflow: hidden;
            margin-top: 0;
            margin-bottom: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .showcase-cloud-layer {
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
        }

        .cloud-item {
            position: absolute;
            opacity: 0.55;
            filter: saturate(0.95);
            font-size: 12rem;
            animation: cloud-drift 12s ease-in-out infinite alternate, cloud-wiggle 5.5s ease-in-out infinite;
            transform-origin: center;
            user-select: none;
        }

        .showcase-glass-overlay {
            position: absolute;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            backdrop-filter: blur(1px) saturate(1.1);
            -webkit-backdrop-filter: blur(1px) saturate(1.1);
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
        }

        .showcase-title,
        .reels-grid {
            position: relative;
            z-index: 3;
        }

        .c1 { left: 4%; top: 16%; font-size: 12.8rem; animation-duration: 13.2s, 4.9s; animation-delay: -0.2s, -1.1s; animation-direction: alternate, alternate; }
        .c2 { left: 11%; top: 62%; font-size: 17.6rem; animation-duration: 11.4s, 6.3s; animation-delay: -1.1s, -0.7s; animation-direction: alternate-reverse, alternate; }
        .c3 { left: 19%; top: 36%; font-size: 15.2rem; animation-duration: 14.1s, 5.1s; animation-delay: -0.6s, -2.4s; animation-direction: alternate, alternate-reverse; }
        .c4 { left: 28%; top: 12%; font-size: 22.4rem; animation-duration: 10.7s, 6.9s; animation-delay: -1.7s, -1.3s; animation-direction: alternate-reverse, alternate-reverse; }
        .c5 { left: 36%; top: 58%; font-size: 13.6rem; animation-duration: 15.3s, 4.4s; animation-delay: -2.3s, -0.5s; animation-direction: alternate, alternate; }
        .c6 { left: 46%; top: 24%; font-size: 19.2rem; animation-duration: 12.6s, 7.1s; animation-delay: -0.9s, -3.1s; animation-direction: alternate-reverse, alternate; }
        .c7 { left: 57%; top: 70%; font-size: 16rem; animation-duration: 9.8s, 5.7s; animation-delay: -1.4s, -0.9s; animation-direction: alternate, alternate-reverse; }
        .c8 { left: 66%; top: 18%; font-size: 23.2rem; animation-duration: 13.9s, 6.5s; animation-delay: -2s, -2.2s; animation-direction: alternate-reverse, alternate; }
        .c9 { left: 74%; top: 49%; font-size: 14.4rem; animation-duration: 11.1s, 4.8s; animation-delay: -0.4s, -1.8s; animation-direction: alternate, alternate; }
        .c10 { left: 82%; top: 27%; font-size: 20.8rem; animation-duration: 16.2s, 6.2s; animation-delay: -1.6s, -0.6s; animation-direction: alternate-reverse, alternate-reverse; }
        .c11 { left: 89%; top: 63%; font-size: 12rem; animation-duration: 10.3s, 7.4s; animation-delay: -2.4s, -2.7s; animation-direction: alternate, alternate; }
        .c12 { left: 94%; top: 14%; font-size: 16.8rem; animation-duration: 14.8s, 5.3s; animation-delay: -0.8s, -1.5s; animation-direction: alternate-reverse, alternate; }

        .showcase-title {
            text-align: center;
            margin-bottom: 50px;
            font-size: 2rem;
            padding: 0 20px;
        }

        .reels-grid {
            position: relative;
            width: min(1600px, 94vw);
            height: clamp(520px, 70vh, 760px);
            margin: 0 auto;
            padding: 0;
        }

        .reel-placeholder {
            position: absolute;
            width: 220px;
            aspect-ratio: 9 / 16;
            background-color: rgba(255, 255, 255, 0.35);
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.45);
            display: flex;
            justify-content: center;
            box-shadow: 0 18px 42px rgba(15, 18, 35, 0.22);
            overflow: hidden;
            padding: 0;
            transform-origin: center;
            transition: transform 0.52s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.42s ease;
            will-change: transform;
        }

        .reel-placeholder:hover {
            box-shadow: 0 34px 68px rgba(15, 18, 35, 0.35);
        }

        .reel-placeholder:hover .reel-video {
            transform: scale(1.11);
        }

        .reel-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform-origin: center;
            transition: transform 0.52s cubic-bezier(0.19, 1, 0.22, 1);
            will-change: transform;
        }

        .reel-tag {
            background-color: var(--white);
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 2;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }

        .reel-simulated-wave {
            height: 4px;
            background: linear-gradient(90deg, var(--accent-orange), var(--accent-pink));
            border-radius: 2px;
            width: 60%;
        }

        /* --- AVANTAGES --- */
        .section-padding {
            padding: 100px 0;
        }

        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 60px auto;
            padding: 0 18px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            margin-bottom: 16px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
        }

        .benefit-card {
            background-color: var(--white);
            padding: 40px;
            border-radius: 32px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.03);
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
            cursor: pointer;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 44px rgba(45, 42, 41, 0.12);
            border-color: rgba(255, 159, 67, 0.4);
        }

        .benefit-card:focus-visible {
            outline: none;
            box-shadow: 0 0 0 4px rgba(255, 159, 67, 0.25), 0 18px 44px rgba(45, 42, 41, 0.12);
        }

        .benefit-icon {
            font-size: 2.5rem;
            margin-bottom: 24px;
            display: inline-block;
        }

        .benefit-card h3 {
            font-size: 1.3rem;
            margin-bottom: 12px;
        }

        .benefit-card p {
            color: var(--text-muted);
        }

        /* --- CAS D'USAGE / SEO --- */
        .use-cases-section {
            min-height: auto;
            background: linear-gradient(135deg, rgba(255, 227, 236, 0.42), rgba(255, 235, 211, 0.58));
            border-radius: 40px;
            margin: 0 24px 80px;
        }

        .use-cases-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .use-case-card {
            background: rgba(255, 255, 255, 0.78);
            border: 1px solid rgba(255, 255, 255, 0.7);
            border-radius: 24px;
            padding: 28px;
            box-shadow: 0 18px 42px rgba(45, 42, 41, 0.08);
        }

        .use-case-kicker {
            display: inline-block;
            color: var(--accent-pink);
            font-size: 0.82rem;
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .use-case-card h3 {
            font-size: 1.35rem;
            margin-bottom: 16px;
        }

        .use-case-card ul {
            display: grid;
            gap: 10px;
            list-style: none;
            color: var(--text-muted);
        }

        .use-case-card li::before {
            content: "✓";
            color: var(--accent-orange);
            font-weight: 800;
            margin-right: 8px;
        }

        /* --- METHODE --- */
        .method-timeline {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 24px;
            position: relative;
        }

        .method-section {
            background: linear-gradient(170deg, #ff7aac 0%, #ff8ec0 45%, #ff9acd 100%);
            border-radius: 0;
            margin: 0;
        }

        .method-card {
            background-color: var(--white);
            padding: 32px;
            border-radius: 24px;
            border-top: 6px solid #00b4d8;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            transform: perspective(900px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .method-card:nth-child(even) {
            border-top-color: #ff9f43;
        }

        .method-card:nth-child(3n) {
            border-top-color: #8a7dff;
        }

        .method-card:hover {
            transform: perspective(900px) rotateX(6deg) rotateY(-7deg) rotateZ(-1.5deg) scale(1.04);
            box-shadow: 0 18px 36px rgba(45, 42, 41, 0.16);
        }

        .method-card:nth-child(even):hover {
            transform: perspective(900px) rotateX(6deg) rotateY(7deg) rotateZ(1.5deg) scale(1.04);
        }

        .method-step {
            font-size: 0.9rem;
            font-weight: 800;
            color: var(--text-muted);
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* --- PRIX --- */
        .pricing {
            background-color: #FFF6F0;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 32px;
            align-items: stretch;
        }

        .price-card {
            background-color: var(--white);
            border-radius: 32px;
            padding: 48px 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
            border: 2px solid transparent;
            position: relative;
            transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
            cursor: pointer;
            z-index: 1;
        }

        .price-card:hover {
            transform: translateY(-6px) scale(1.02);
            box-shadow: 0 18px 44px rgba(45, 42, 41, 0.16);
        }

        .price-card.popular {
            border-color: var(--accent-pink);
            transform: scale(1.03);
        }

        .price-card.popular:hover {
            transform: translateY(-6px) scale(1.05);
        }

        body.pricing-modal-open {
            overflow: hidden;
        }

        .price-modal {
            position: fixed;
            inset: 0;
            z-index: 1400;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.28s ease;
        }

        .price-modal.is-open {
            opacity: 1;
            pointer-events: auto;
        }

        .price-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(24, 20, 20, 0.22);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }

        .price-modal-panel {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.84);
            width: min(940px, 94vw);
            max-height: 92vh;
            overflow: auto;
            border-radius: 28px;
            background: transparent;
            box-shadow: 0 28px 84px rgba(0, 0, 0, 0.32);
            opacity: 0;
            transition: transform 0.62s cubic-bezier(0.16, 1.45, 0.3, 1), opacity 0.25s ease;
        }

        .price-modal.is-opening .price-modal-panel,
        .price-modal.is-open .price-modal-panel {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        .price-modal.is-closing .price-modal-panel {
            transform: translate(-50%, -50%) scale(0.92);
            opacity: 0;
        }

        .price-modal-content .price-card {
            width: 100%;
            margin: 0;
            cursor: default;
            transform: none !important;
            box-shadow: 0 18px 44px rgba(45, 42, 41, 0.2);
        }

        .price-modal-content .price-card.in-modal {
            pointer-events: auto;
        }

        .price-modal-content .price-card .btn {
            pointer-events: auto;
        }

        .price-modal-close {
            position: sticky;
            top: 14px;
            float: right;
            margin: 14px 14px -46px 0;
            width: 38px;
            height: 38px;
            border: none;
            border-radius: 50%;
            font-size: 1.25rem;
            line-height: 1;
            background: rgba(45, 42, 41, 0.82);
            color: var(--white);
            cursor: pointer;
            z-index: 2;
        }

        .popular-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--accent-pink);
            color: var(--white);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .price-header h3 {
            font-size: 1.5rem;
            margin-bottom: 16px;
        }

        .price-amount {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .price-amount span {
            font-size: 1rem;
            font-weight: 400;
            color: var(--text-muted);
        }

        .price-features {
            list-style: none;
            margin: 32px 0;
        }

        .price-features li {
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.95rem;
        }

        /* --- REVIEWS --- */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
        }

        .review-card {
            background-color: var(--white);
            padding: 32px;
            border-radius: 24px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
        }

        .stars {
            color: #FFB800;
            margin-bottom: 16px;
            font-size: 1.2rem;
        }

        .review-text {
            font-style: italic;
            color: var(--text-muted);
            margin-bottom: 20px;
        }

        .review-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .author-avatar-placeholder {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background-color: var(--pastel-pink);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

        /* --- FAQ --- */
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        details {
            background-color: var(--white);
            padding: 24px;
            border-radius: 16px;
            margin-bottom: 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.01);
        }

        summary {
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        summary::-webkit-details-marker {
            display: none;
        }

        summary::after {
            content: '➔';
            transform: rotate(90deg);
            transition: transform 0.2s;
            color: var(--accent-pink);
        }

        details[open] summary::after {
            transform: rotate(-90deg);
        }

        details p {
            margin-top: 16px;
            color: var(--text-muted);
            line-height: 1.6;
        }

        /* --- CALENDLY & CONTACT --- */
        .cta-calendly {
            background: linear-gradient(135deg, var(--pastel-pink), var(--pastel-orange));
            border-radius: 40px;
            padding: 80px 40px;
            text-align: center;
            margin-bottom: 80px;
        }

        .w3f-form {
            max-width: 760px;
            margin: 40px auto 20px auto;
            padding: 28px;
            border-radius: 28px;
            background: rgba(255, 255, 255, 0.78);
            border: 1px solid rgba(255, 255, 255, 0.9);
            box-shadow: 0 20px 45px rgba(45, 42, 41, 0.12);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .w3f-botcheck {
            position: absolute;
            opacity: 0;
            pointer-events: none;
            width: 1px;
            height: 1px;
        }

        .w3f-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            margin-bottom: 22px;
        }

        .w3f-field {
            display: flex;
            flex-direction: column;
            text-align: left;
            gap: 8px;
        }

        .w3f-field-full {
            grid-column: 1 / -1;
        }

        .w3f-field label {
            font-size: 0.92rem;
            font-weight: 700;
            color: var(--text-dark);
        }

        .w3f-field input {
            width: 100%;
            min-height: 52px;
            border-radius: 16px;
            border: 2px solid rgba(255, 159, 67, 0.28);
            background: #fffdfb;
            padding: 12px 15px;
            font-family: var(--font-main);
            font-size: 0.98rem;
            color: #ff9f43;
            transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
        }

        .w3f-field input::placeholder {
            color: rgba(255, 159, 67, 0.75);
        }

        .w3f-field input:focus {
            outline: none;
            border-color: var(--accent-orange);
            box-shadow: 0 0 0 4px rgba(255, 159, 67, 0.2);
            transform: translateY(-1px);
        }

        .w3f-submit {
            width: 100%;
            min-height: 54px;
            font-family: var(--font-main);
            font-weight: 700;
        }

        .w3f-submit:disabled {
            opacity: 0.72;
            cursor: not-allowed;
            transform: none;
        }

        .w3f-feedback {
            margin-top: 14px;
            min-height: 1.4em;
            font-size: 0.92rem;
            font-weight: 600;
        }

        .w3f-feedback.is-success {
            color: #198754;
        }

        .w3f-feedback.is-error {
            color: #d64545;
        }

        .contact-info {
            font-size: 0.9rem;
            color: var(--text-dark);
            margin-top: 20px;
        }

        /* --- FOOTER --- */
        .footer {
            background-color: var(--text-dark);
            color: #FAF6F0;
            padding: 56px 0 32px;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.25fr repeat(3, 1fr);
            gap: 32px;
            text-align: left;
        }

        .footer-brand p,
        .footer-block,
        .footer-copy {
            font-style: normal;
        }

        .footer-logo {
            color: var(--white);
            font-size: 1.35rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .footer-brand p:not(.footer-logo) {
            color: #D8D1CA;
            max-width: 340px;
            font-size: 0.95rem;
        }

        .footer-block h2 {
            color: var(--white);
            font-size: 0.95rem;
            margin-bottom: 14px;
        }

        .footer-links {
            display: grid;
            gap: 8px;
            list-style: none;
        }

        .footer-links,
        .footer-links a {
            color: #A5A19D;
            font-size: 0.9rem;
        }

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

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 24px;
            margin-top: 34px;
            padding-top: 22px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        /* --- KEYFRAMES ANIMATIONS --- */
        @keyframes float-up {
            0% { transform: translateY(0px) scale(var(--reel-scale)); }
            100% { transform: translateY(-15px) scale(var(--reel-scale)); }
        }

        @keyframes float-down {
            0% { transform: translateY(0px) scale(var(--reel-scale)); }
            100% { transform: translateY(15px) scale(var(--reel-scale)); }
        }

        @keyframes reel-size-wiggle {
            0% { transform: scale(1); }
            25% { transform: scale(1.03); }
            50% { transform: scale(0.985); }
            75% { transform: scale(1.02); }
            100% { transform: scale(1.005); }
        }

        @keyframes reel-rotate-wiggle {
            0% { rotate: 0deg; }
            20% { rotate: 0.8deg; }
            45% { rotate: -0.9deg; }
            70% { rotate: 0.65deg; }
            100% { rotate: 0deg; }
        }

        @keyframes reel-position-wiggle {
            0% { translate: 0 0; }
            25% { translate: 2px -3px; }
            50% { translate: -2px 2px; }
            75% { translate: 1px -2px; }
            100% { translate: 0 0; }
        }

        @keyframes cloud-drift {
            0% { translate: 0 0; }
            50% { translate: 8px -10px; }
            100% { translate: -6px 7px; }
        }

        @keyframes cloud-wiggle {
            0% { rotate: 0deg; scale: 1; }
            25% { rotate: 2deg; scale: 1.04; }
            50% { rotate: -1.8deg; scale: 0.98; }
            75% { rotate: 1.4deg; scale: 1.03; }
            100% { rotate: 0deg; scale: 1; }
        }

        @keyframes reel-fan-left {
            0%, 100% { transform: translateX(-78%) rotate(-7deg) translateY(0); }
            35% { transform: translateX(-78%) rotate(-5.5deg) translateY(-5px); }
            70% { transform: translateX(-78%) rotate(-8.5deg) translateY(2px); }
        }

        @keyframes reel-fan-right {
            0%, 100% { transform: translateX(-22%) rotate(7deg) translateY(0); }
            40% { transform: translateX(-22%) rotate(8.8deg) translateY(-6px); }
            72% { transform: translateX(-22%) rotate(5.5deg) translateY(2px); }
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 768px) {
            .nav-menu, .nav-container .btn { display: none; }
            .mobile-menu-toggle {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 5px;
                width: 42px;
                height: 42px;
                border: 0;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
                cursor: pointer;
                position: relative;
                z-index: 1202;
            }
            .mobile-menu-toggle span {
                display: block;
                width: 18px;
                height: 2px;
                border-radius: 999px;
                background: var(--text-dark);
                transition: transform 0.28s ease, opacity 0.22s ease;
            }
            .header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
                transform: translateY(6px) rotate(45deg);
            }
            .header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
                opacity: 0;
            }
            .header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
                transform: translateY(-6px) rotate(-45deg);
            }
            .mobile-menu-overlay {
                display: block;
                position: fixed;
                inset: 0;
                z-index: 1090;
                background: rgba(45, 42, 41, 0.08);
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.28s ease;
            }
            .mobile-menu-panel {
                display: block;
                position: fixed;
                top: 0;
                right: 0;
                width: min(76vw, 300px);
                height: 100vh;
                height: 100svh;
                z-index: 1100;
                padding: 92px 24px 28px;
                transform: translateX(104%);
                transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
                background: linear-gradient(145deg, #fff7ee 0%, #ffebd3 58%, #ffe3ec 100%);
                border-left: 1px solid rgba(255, 159, 67, 0.18);
                box-shadow:
                    -18px 0 54px rgba(45, 42, 41, 0.12),
                    inset 1px 0 0 rgba(255, 255, 255, 0.38);
                backdrop-filter: blur(18px) saturate(1.2);
                -webkit-backdrop-filter: blur(18px) saturate(1.2);
                overflow-y: auto;
            }
            .mobile-menu-panel::before {
                content: "";
                position: absolute;
                inset: 0;
                pointer-events: none;
                background: linear-gradient(115deg, rgba(255, 255, 255, 0.26), transparent 42%);
            }
            .header.is-mobile-menu-open .mobile-menu-overlay {
                opacity: 1;
                pointer-events: auto;
            }
            .header.is-mobile-menu-open .mobile-menu-panel {
                transform: translateX(0);
            }
            .mobile-menu-nav {
                position: relative;
                z-index: 1;
                display: grid;
                gap: 4px;
            }
            .mobile-menu-nav a {
                color: var(--text-dark);
                font-size: 0.98rem;
                font-weight: 700;
                padding: 12px 4px;
                border-bottom: 1px solid rgba(45, 42, 41, 0.1);
            }
            .mobile-menu-nav a:active {
                transform: scale(0.985);
            }
            .mobile-menu-nav .mobile-menu-cta {
                margin-top: 14px;
                color: var(--white);
                background: linear-gradient(135deg, var(--accent-pink), var(--accent-orange));
                border: 0;
                border-radius: 999px;
                padding: 12px 16px;
                text-align: center;
                box-shadow: 0 10px 28px rgba(255, 159, 67, 0.22);
            }
            .hero h1 { font-size: 2.3rem; }
            .pillar-hero {
                padding: 118px 0 54px;
            }
            .pillar-hero h1 {
                font-size: 2.35rem;
            }
            .pillar-split,
            .pillar-cards {
                grid-template-columns: 1fr;
            }
            .pillar-band {
                padding: 26px;
                border-radius: 26px;
            }
            .reel-fan {
                min-height: 118px;
                margin-top: 210px;
            }
            .fan-card {
                width: min(45%, 175px);
                bottom: 18px;
            }
            .pillar-section,
            .pillar-cta {
                padding: 58px 0;
            }
            .price-card.popular { transform: none; }
            .price-card:hover,
            .price-card.popular:hover { transform: none; }
            .price-modal-panel { width: 95vw; max-height: 90vh; border-radius: 20px; }
            .showcase-fullwidth { padding: 60px 0; }
            .reels-grid {
                position: relative;
                width: min(420px, 96vw);
                height: clamp(420px, 72vh, 620px);
                overflow: hidden;
                touch-action: pan-y;
            }
            .reel-placeholder {
                position: absolute;
                left: 50%;
                top: 50%;
                width: min(72vw, 310px);
                max-width: 310px;
                will-change: transform;
            }
            .reel-tag {
                font-size: 0.72rem;
            }
            .emoji-item { font-size: 1.1rem; opacity: 0.65; }
            .method-section { border-radius: 0; }
            .method-card:hover,
            .method-card:nth-child(even):hover { transform: none; }
            .use-cases-section {
                margin: 0 0 60px;
                border-radius: 0;
            }
            .use-cases-grid {
                grid-template-columns: 1fr;
            }
            .cta-calendly {
                padding: 58px 18px;
                border-radius: 26px;
            }
            .w3f-form {
                padding: 18px;
                border-radius: 20px;
            }
            .w3f-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 26px;
            }
            .footer-bottom {
                flex-direction: column;
                gap: 8px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                scroll-behavior: auto !important;
                animation-duration: 0.001ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.001ms !important;
            }

            .emoji-item,
            .cloud-item,
            .reel-placeholder,
            .reel-video {
                will-change: auto;
            }

            .fan-card-left,
            .fan-card-right {
                animation: none !important;
            }

            .fan-card-left {
                transform: translateX(-78%) rotate(-7deg);
            }

            .fan-card-right {
                transform: translateX(-22%) rotate(7deg);
            }
        }
/* Inline styles migrated from HTML */
.btn-compact {
    padding: 10px 20px;
    font-size: 0.9rem;
}

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

.footer-copy {
    font-size: 0.85rem;
    color: #A5A19D;
}
