:root { --bg: #fffaf2; --surface: #ffffff; --surface-soft: #f8f3ea; --text: #151515; --text-soft: #68635c; --accent: #f4a51c; --accent-light: #ffd985; --border: rgba(21, 21, 21, 0.09); --shadow-sm: 0 10px 30px rgba(30, 24, 16, 0.07); --shadow-lg: 0 30px 80px rgba(30, 24, 16, 0.14); --radius-sm: 14px; --radius-md: 24px; --radius-lg: 36px; --container: 1180px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); } a { color: inherit; text-decoration: none; } button, input, textarea, select { font: inherit; } .container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; } /* Header */ .site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(255, 250, 242, 0.87); border-bottom: 1px solid rgba(21, 21, 21, 0.05); } .header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; } .brand { font-size: 1.5rem; font-weight: 950; letter-spacing: -0.05em; } .brand span { color: var(--accent); } .main-nav { display: flex; gap: 28px; margin-left: 30px; font-size: 0.92rem; font-weight: 700; color: var(--text-soft); } .main-nav a:hover { color: var(--text); } .header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; } .language-switcher { display: flex; gap: 4px; padding: 5px; border: 1px solid var(--border); border-radius: 999px; background: white; } .language-switcher a { padding: 6px 8px; border-radius: 999px; font-size: 0.72rem; font-weight: 800; } .language-switcher a:hover { background: var(--surface-soft); } .language-switcher a.active {
    background: var(--text);
    color: white;
} /* Buttons */ .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border-radius: 999px; font-size: 0.92rem; font-weight: 850; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; } .btn:hover { transform: translateY(-2px); } .btn-primary { background: var(--accent); color: #19130a; box-shadow: 0 9px 25px rgba(244, 165, 28, 0.25); } .btn-primary:hover { background: #f9b52b; } .btn-dark { background: var(--text); color: white; } .btn-light { background: white; border: 1px solid var(--border); } .btn-large { min-height: 56px; padding: 0 28px; } /* Hero */ .hero { position: relative; overflow: hidden; padding: 100px 0 120px; } .hero::before { content: ""; position: absolute; width: 540px; height: 540px; left: -210px; top: -230px; border-radius: 50%; background: rgba(244, 165, 28, 0.11); filter: blur(15px); } .hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; bottom: -260px; border-radius: 50%; background: rgba(236, 186, 190, 0.25); filter: blur(12px); } .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 80px; align-items: center; } .eyebrow { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: rgba(244, 165, 28, 0.13); color: #8c5d06; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.02em; } .hero h1, .section-heading h2, .themes-content h2, .cta-card h2 { margin: 22px 0; font-size: clamp(3rem, 6vw, 5.4rem); line-height: 0.98; letter-spacing: -0.065em; } .hero h1 span, .section-heading h2 span, .themes-content h2 span, .cta-card h2 span { color: var(--accent); } .hero-text { max-width: 650px; font-size: 1.18rem; line-height: 1.7; color: var(--text-soft); } .hero-actions { display: flex; gap: 12px; margin-top: 32px; } .hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: var(--text-soft); font-size: 0.83rem; font-weight: 700; } /* Hero visual */ .hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; } .surprise-card { position: relative; z-index: 3; width: min(390px, 90%); padding: 28px; border-radius: 32px; background: white; box-shadow: var(--shadow-lg); transform: rotate(1.2deg); } .surprise-top { display: flex; align-items: center; justify-content: space-between; font-size: 0.78rem; font-weight: 900; } .private-pill { padding: 7px 11px; border-radius: 999px; background: var(--surface-soft); } .gift-visual { min-height: 190px; display: grid; place-items: center; position: relative; font-size: 5.8rem; } .gift-bow { position: absolute; top: 31px; right: 105px; font-size: 2rem; } .surprise-card p { text-align: center; color: var(--text-soft); } .countdown { display: flex; justify-content: center; gap: 9px; margin: 22px 0; } .countdown span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-soft); font-weight: 900; } .fake-button { width: 100%; border: 0; padding: 15px; border-radius: 999px; background: var(--accent); font-weight: 900; } .reaction-card { position: absolute; z-index: 5; min-width: 240px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border-radius: 18px; background: rgba(255, 255, 255, 0.94); box-shadow: var(--shadow-sm); } .reaction-card strong, .reaction-card span { display: block; } .reaction-card span { margin-top: 4px; color: var(--text-soft); font-size: 0.76rem; } .reaction-back { left: 0; top: 70px; transform: rotate(-5deg); } .reaction-front { right: 0; bottom: 90px; transform: rotate(4deg); } .reaction-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-soft); font-size: 1.3rem; } .record-dot { width: 12px; height: 12px; border-radius: 50%; background: #e94343; box-shadow: 0 0 0 7px rgba(233, 67, 67, 0.12); } /* Strip */ .logos-strip { padding: 25px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, 0.48); } .logos-strip p { margin: 0; text-align: center; color: var(--text-soft); font-weight: 750; } /* Sections */ .section { padding: 110px 0; } .section-soft { background: var(--surface-soft); } .section-heading { max-width: 760px; margin-bottom: 55px; } .section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; } .section-heading h2, .themes-content h2, .cta-card h2 { font-size: clamp(2.5rem, 5vw, 4.3rem); } .section-heading p, .themes-content p { color: var(--text-soft); font-size: 1.05rem; line-height: 1.7; } /* Steps */ .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .step-card { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); } .step-card h3 { margin: 22px 0 10px; font-size: 1.35rem; } .step-card p { margin: 0; color: var(--text-soft); line-height: 1.65; } .step-number { position: absolute; top: 24px; right: 24px; color: #bbb3a6; font-size: 0.78rem; font-weight: 900; } .step-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: var(--surface-soft); font-size: 1.8rem; } .featured-step { background: var(--text); color: white; transform: translateY(-14px); } .featured-step p { color: rgba(255, 255, 255, 0.72); } .featured-step .step-icon { background: rgba(255, 255, 255, 0.1); } /* Ideas */ .ideas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .idea-card { padding: 28px; min-height: 210px; border-radius: var(--radius-md); background: white; border: 1px solid rgba(21, 21, 21, 0.06); } .idea-icon { font-size: 2.4rem; } .idea-card h3 { margin: 20px 0 8px; font-size: 1.3rem; } .idea-card p { margin: 0; color: var(--text-soft); line-height: 1.55; } .idea-card.baby { background: #fff1f3; } .idea-card.wedding { background: #fffdf5; } .idea-card.travel { background: #eef7ff; } .idea-card.birthday { background: #fff3e6; } .idea-card.gift { background: #f3efff; } .idea-card.custom { background: #eefaf2; } /* Themes */ .themes-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; } .feature-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; } .feature-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 9px; border-radius: 50%; background: rgba(244, 165, 28, 0.15); color: #925d00; font-size: 0.76rem; font-weight: 900; } .themes-preview { position: relative; min-height: 530px; } .theme-card { position: absolute; width: 330px; height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; border-radius: 28px; box-shadow: var(--shadow-lg); } .theme-card span { font-size: 0.75rem; font-weight: 850; opacity: 0.7; } .theme-card strong { margin: 6px 0 20px; font-size: 1.7rem; } .theme-card div { font-size: 2.3rem; } .theme-baby { top: 15px; left: 20px; background: #ffe8ee; transform: rotate(-6deg); } .theme-travel { top: 160px; right: 10px; background: #dfefff; transform: rotate(5deg); } .theme-wedding { left: 65px; bottom: 5px; background: #fff9e7; transform: rotate(-2deg); } /* CTA */ .cta-section { padding: 30px 0 110px; } .cta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 60px; border-radius: var(--radius-lg); background: var(--text); color: white; box-shadow: var(--shadow-lg); } .eyebrow-light { background: rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.76); } /* Footer */ .site-footer { padding: 60px 0; border-top: 1px solid var(--border); } .footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: end; } .footer-inner p, .footer-copy { color: var(--text-soft); font-size: 0.84rem; line-height: 1.6; } .footer-links { display: flex; gap: 20px; color: var(--text-soft); font-size: 0.84rem; } /* Responsive */ @media (max-width: 980px) { .main-nav { display: none; } .hero-grid, .themes-layout { grid-template-columns: 1fr; } .hero { padding-top: 70px; } .hero-content { text-align: center; } .hero-text { margin-left: auto; margin-right: auto; } .hero-actions, .hero-trust { justify-content: center; } .hero-visual { min-height: 500px; } .steps-grid, .ideas-grid { grid-template-columns: 1fr 1fr; } .cta-card { flex-direction: column; align-items: flex-start; } .footer-inner { grid-template-columns: 1fr; } } @media (max-width: 680px) { .container { width: min(100% - 24px, var(--container)); } .site-header { position: static; } .header-inner { min-height: 70px; } .language-switcher { display: none; } .header-actions .btn-light { display: none; } .header-actions .btn { min-height: 40px; padding: 0 14px; } .hero { padding: 55px 0 75px; } .hero h1 { font-size: 3.2rem; } .hero-actions { flex-direction: column; } .hero-actions .btn { width: 100%; } .hero-trust { flex-direction: column; gap: 8px; } .hero-visual { min-height: 450px; } .reaction-card { min-width: 190px; } .reaction-back { left: -4px; } .reaction-front { right: -4px; } .section { padding: 75px 0; } .steps-grid, .ideas-grid { grid-template-columns: 1fr; } .featured-step { transform: none; } .themes-preview { min-height: 590px; } .theme-card { width: min(300px, 85%); } .cta-card { padding: 35px 25px; } .cta-card .btn { width: 100%; } }

/* =========================================================
   HERO ANIMÉ — SURPRIA
   ========================================================= */
.hero-visual {
    --mouse-x: 0;
    --mouse-y: 0;
    isolation: isolate;
    perspective: 1100px;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 12% 8%;
    z-index: -3;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 165, 28, .20), transparent 67%);
    filter: blur(12px);
    animation: heroGlow 5s ease-in-out infinite;
}

.hero-orbit {
    position: absolute;
    z-index: -2;
    border: 1px dashed rgba(244, 165, 28, .24);
    border-radius: 50%;
    pointer-events: none;
}

.hero-orbit-one {
    width: 465px;
    height: 465px;
    animation: orbitSpin 24s linear infinite;
}

.hero-orbit-two {
    width: 350px;
    height: 350px;
    border-color: rgba(21, 21, 21, .10);
    animation: orbitSpinReverse 18s linear infinite;
}

.surprise-card {
    overflow: hidden;
    will-change: transform;
    animation: surpriseFloat 5.8s ease-in-out infinite;
    transition: transform .25s ease, box-shadow .25s ease;
    transform:
        translate3d(calc(var(--mouse-x) * 12px), calc(var(--mouse-y) * 10px), 0)
        rotateX(calc(var(--mouse-y) * -4deg))
        rotateY(calc(var(--mouse-x) * 5deg))
        rotate(1.2deg);
}

.surprise-card::after {
    content: "";
    position: absolute;
    top: -70%;
    left: -50%;
    width: 34%;
    height: 230%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
    transform: rotate(24deg);
    animation: cardShine 5.5s ease-in-out infinite;
    pointer-events: none;
}

.gift-box {
    position: relative;
    z-index: 2;
    transform-origin: 50% 82%;
    animation: giftBounce 2.8s ease-in-out infinite;
    filter: drop-shadow(0 14px 12px rgba(68, 43, 11, .12));
}

.gift-bow {
    z-index: 3;
    transform-origin: center bottom;
    animation: bowWiggle 2.8s ease-in-out infinite;
}

.gift-sparkles span {
    position: absolute;
    z-index: 1;
    color: var(--accent);
    font-size: 1.25rem;
    opacity: 0;
    animation: sparklePop 2.8s ease-in-out infinite;
}

.gift-sparkles span:nth-child(1) { top: 36px; left: 64px; animation-delay: .15s; }
.gift-sparkles span:nth-child(2) { top: 68px; right: 55px; animation-delay: .55s; }
.gift-sparkles span:nth-child(3) { bottom: 39px; left: 92px; animation-delay: .95s; }

.reaction-card {
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .85);
    will-change: transform;
}

.reaction-back {
    animation: reactionBackFloat 4.9s ease-in-out infinite;
    transform:
        translate3d(calc(var(--mouse-x) * -18px), calc(var(--mouse-y) * -13px), 0)
        rotate(-5deg);
}

.reaction-front {
    animation: reactionFrontFloat 4.2s ease-in-out infinite .35s;
    transform:
        translate3d(calc(var(--mouse-x) * 20px), calc(var(--mouse-y) * 15px), 0)
        rotate(4deg);
}

.reaction-avatar {
    animation: avatarPulse 2.4s ease-in-out infinite;
}

.record-dot {
    animation: recordingPulse 1.25s ease-out infinite;
}

.countdown span {
    transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.countdown span.is-active {
    color: #19130a;
    background: var(--accent-light);
    box-shadow: 0 8px 20px rgba(244, 165, 28, .23);
    transform: translateY(-5px) scale(1.08);
}

.fake-button {
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.fake-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
    transform: translateX(-130%);
    animation: buttonShine 3.8s ease-in-out infinite 1.2s;
}

.fake-button.is-ready {
    background: #ffb72f;
    box-shadow: 0 13px 27px rgba(244, 165, 28, .34);
    transform: translateY(-2px) scale(1.018);
}

.floating-reaction {
    position: absolute;
    z-index: 7;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(30, 24, 16, .12);
    font-size: 1.35rem;
    opacity: 0;
    pointer-events: none;
}

.floating-reaction-heart { left: 16%; bottom: 18%; animation: reactionRise 5.4s ease-in-out infinite .2s; }
.floating-reaction-wow { right: 10%; top: 16%; animation: reactionRise 5.8s ease-in-out infinite 1.25s; }
.floating-reaction-tears { left: 7%; top: 43%; animation: reactionRise 6.1s ease-in-out infinite 2.35s; }
.floating-reaction-party { right: 22%; bottom: 7%; animation: reactionRise 5.6s ease-in-out infinite 3.4s; }

.hero-visual.is-celebrating .floating-reaction {
    animation-duration: 1.1s;
}

@keyframes surpriseFloat {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -12px; }
}

@keyframes reactionBackFloat {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -13px; }
}

@keyframes reactionFrontFloat {
    0%, 100% { margin-bottom: 0; }
    50% { margin-bottom: -11px; }
}

@keyframes giftBounce {
    0%, 100% { transform: translateY(0) rotate(0); }
    45% { transform: translateY(-9px) rotate(-2deg); }
    58% { transform: translateY(-7px) rotate(2deg); }
}

@keyframes bowWiggle {
    0%, 100% { transform: rotate(0) scale(1); }
    47% { transform: rotate(-8deg) scale(1.08); }
    58% { transform: rotate(7deg) scale(1.05); }
}

@keyframes sparklePop {
    0%, 28%, 100% { opacity: 0; transform: scale(.3) rotate(0); }
    45% { opacity: 1; transform: scale(1.15) rotate(35deg); }
    62% { opacity: 0; transform: scale(.75) rotate(80deg); }
}

@keyframes reactionRise {
    0%, 18%, 100% { opacity: 0; transform: translateY(18px) scale(.72) rotate(-8deg); }
    35% { opacity: 1; transform: translateY(0) scale(1) rotate(4deg); }
    72% { opacity: .95; transform: translateY(-34px) scale(.94) rotate(-3deg); }
    86% { opacity: 0; transform: translateY(-52px) scale(.78) rotate(8deg); }
}

@keyframes recordingPulse {
    0% { box-shadow: 0 0 0 0 rgba(233, 67, 67, .36); }
    75%, 100% { box-shadow: 0 0 0 11px rgba(233, 67, 67, 0); }
}

@keyframes avatarPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.07) rotate(-3deg); }
}

@keyframes heroGlow {
    0%, 100% { opacity: .65; transform: scale(.96); }
    50% { opacity: 1; transform: scale(1.07); }
}

@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes orbitSpinReverse { to { transform: rotate(-360deg); } }

@keyframes cardShine {
    0%, 62% { left: -55%; opacity: 0; }
    68% { opacity: .75; }
    82% { left: 130%; opacity: 0; }
    100% { left: 130%; opacity: 0; }
}

@keyframes buttonShine {
    0%, 60% { transform: translateX(-130%); }
    78%, 100% { transform: translateX(130%); }
}

@media (max-width: 680px) {
    .hero-orbit-one { width: 390px; height: 390px; }
    .hero-orbit-two { width: 290px; height: 290px; }
    .floating-reaction { width: 40px; height: 40px; font-size: 1.1rem; }
    .floating-reaction-wow { right: 1%; }
    .floating-reaction-tears { left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual *,
    .hero-visual *::before,
    .hero-visual *::after {
        animation: none !important;
        transition: none !important;
    }

    .floating-reaction,
    .hero-orbit {
        display: none;
    }
}


/* =========================================================
   V2 MOBILE — NAVIGATION, SLIDERS ET CTA
   ========================================================= */
.mobile-menu-toggle,
.mobile-menu,
.mobile-sticky-cta {
    display: none;
}

@media (max-width: 680px) {
    body {
        padding-bottom: 82px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .site-header {
        position: sticky;
        top: 0;
    }

    .header-inner {
        min-height: 68px;
        gap: 12px;
    }

    .brand {
        position: relative;
        z-index: 2;
        font-size: 1.35rem;
    }

    .main-nav,
    .header-actions {
        display: none;
    }

    .mobile-menu-toggle {
        margin-left: auto;
        width: 44px;
        height: 44px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        border: 1px solid var(--border);
        border-radius: 50%;
        background: white;
        box-shadow: var(--shadow-sm);
    }

    .mobile-menu-toggle span {
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: var(--text);
        transition: transform .2s ease, opacity .2s ease;
    }

    .mobile-menu-toggle.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        z-index: 100;
        height: calc(100vh - 68px);
        height: calc(100dvh - 68px);
        background: rgba(255, 250, 242, .99);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        overflow-y: auto;
        border-top: 1px solid var(--border);
        box-shadow: 0 24px 50px rgba(30, 24, 16, .12);
    }

    .mobile-menu[hidden] {
        display: none;
    }

    .mobile-menu-inner {
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .mobile-nav {
        display: grid;
        gap: 10px;
    }

    .mobile-nav a {
        padding: 17px 18px;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: white;
        font-size: 1rem;
        font-weight: 850;
    }

    .mobile-language-switcher {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-top: 18px;
        padding: 6px;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: white;
    }

    .mobile-language-switcher a {
        min-height: 42px;
        display: grid;
        place-items: center;
        border-radius: 13px;
        font-size: .78rem;
        font-weight: 900;
    }

    .mobile-language-switcher a.active {
        background: var(--text);
        color: white;
    }

    .mobile-account-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .mobile-account-actions .btn {
        width: 100%;
        min-height: 52px;
    }

    .hero {
        padding-top: 42px;
    }

    .hero h1 {
        font-size: clamp(2.65rem, 13vw, 3.35rem);
    }

    .hero-visual {
        min-height: 400px;
        transform: scale(.93);
        transform-origin: top center;
        margin-bottom: -18px;
    }

    .reaction-card {
        min-width: 170px;
        padding: 11px 13px;
    }

    .ideas-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        padding: 2px 4px 16px;
        scrollbar-width: none;
    }

    .ideas-grid::-webkit-scrollbar,
    .themes-preview::-webkit-scrollbar {
        display: none;
    }

    .idea-card {
        flex: 0 0 min(82vw, 320px);
        scroll-snap-align: center;
    }

    .themes-preview {
        min-height: 0;
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 14px 4px 24px;
        scrollbar-width: none;
    }

    .theme-card {
        position: relative;
        inset: auto;
        flex: 0 0 min(82vw, 320px);
        width: auto;
        height: 240px;
        scroll-snap-align: center;
        transform: none !important;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        z-index: 60;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--accent);
        color: #19130a;
        box-shadow: 0 15px 35px rgba(30, 24, 16, .22);
        font-weight: 900;
    }

    .site-footer {
        padding-bottom: 100px;
    }
}

@media (max-width: 680px) {
    body.menu-open {
        overflow: hidden;
    }
}
/* =========================================================
   CARROUSELS AUTOMATIQUES SUR MOBILE
   ========================================================= */

.mobile-slider-dots {
    display: none;
}

@media (max-width: 680px) {

    /*
     * On ajoute de l'espace sur les côtés pour permettre
     * à la carte active d'être réellement centrée.
     */
    .ideas-grid,
    .themes-preview {
        scroll-behavior: smooth;
        scroll-padding-inline: 9vw;
        -webkit-overflow-scrolling: touch;
    }

    .ideas-grid {
        padding-left: 9vw;
        padding-right: 9vw;
    }

    .themes-preview {
        padding-left: 9vw;
        padding-right: 9vw;
    }

    /*
     * État normal des cartes voisines
     */
    .idea-card,
    .theme-card {
        opacity: 0.58;
        transform: scale(0.92) !important;
        transition:
            transform 0.45s cubic-bezier(.2, .8, .2, 1),
            opacity 0.45s ease,
            box-shadow 0.45s ease;
    }

    /*
     * Carte actuellement centrée
     */
    .idea-card.is-active,
    .theme-card.is-active {
        opacity: 1;
        transform: scale(1) !important;
        box-shadow: 0 22px 50px rgba(30, 24, 16, 0.16);
    }

    /*
     * Indicateurs sous le carrousel
     */
    .mobile-slider-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 24px;
        margin-top: 4px;
    }

    .mobile-slider-dot {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(21, 21, 21, 0.18);
        cursor: pointer;
        transition:
            width 0.3s ease,
            transform 0.3s ease,
            background 0.3s ease;
    }

    .mobile-slider-dot.is-active {
        width: 24px;
        background: var(--accent);
        transform: scaleY(1.08);
    }

    /*
     * On évite que le focus clavier soit invisible
     */
    .mobile-slider-dot:focus-visible {
        outline: 3px solid rgba(244, 165, 28, 0.3);
        outline-offset: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ideas-grid,
    .themes-preview {
        scroll-behavior: auto;
    }

    .idea-card,
    .theme-card,
    .mobile-slider-dot {
        transition: none;
    }
}