/* ============================================================
   Veydiz — site vitrine mods/modpacks Minecraft
   Direction : identité Minecraft (vert herbe, blocs, logo pixel)
   revisitée dans un style moderne (typo lisible, surfaces douces,
   dégradés, glow, micro-interactions).
   ============================================================ */

:root {
    --grass:        #57a347;
    --grass-2:      #72bd5b;
    --grass-deep:   #3c7e30;
    --lime:         #9ed363;
    --gold:         #f4c542;
    --dirt:         #8a6a45;

    --bg:           #0d1014;
    --bg-2:         #11161d;
    --surface:      #161c25;
    --surface-2:    #1c2430;
    --line:         #273140;

    --text:         #d8dee6;
    --text-dim:     #9099a6;
    --text-strong:  #ffffff;

    --r:            14px;
    --r-sm:         9px;
    --maxw:         1140px;

    --shadow:       0 12px 30px -12px rgba(0,0,0,.6);
    --shadow-lg:    0 24px 60px -20px rgba(0,0,0,.7);
    --glow:         0 0 0 1px rgba(95,191,74,.45), 0 14px 40px -14px rgba(95,191,74,.45);

    --font-pixel:   'Silkscreen', monospace;
    --font-head:    'Space Grotesk', system-ui, sans-serif;
    --font-body:    'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    background-color: var(--bg);
    background-image:
        radial-gradient(900px 500px at 80% -5%, rgba(95,191,74,.10), transparent 60%),
        radial-gradient(700px 500px at 0% 10%, rgba(66,135,245,.06), transparent 55%);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--grass-2); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--lime); }

h1, h2, h3, h4 {
    font-family: var(--font-head);
    color: var(--text-strong);
    line-height: 1.18;
    letter-spacing: -.01em;
    margin: 0 0 .55em;
    font-weight: 700;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 800px; }

.eyebrow {
    font-family: var(--font-head);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 600;
    color: var(--grass-2);
    margin: 0 0 12px;
}

/* ---------- Accessibilité ---------- */
.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--grass); color: #07120a; padding: 10px 16px; border-radius: var(--r-sm);
    font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }
:focus-visible { outline: 3px solid var(--grass-2); outline-offset: 2px; }

/* ============================================================
   Boutons
   ============================================================ */
.btn {
    --bg-btn: var(--surface-2);
    --fg-btn: var(--text-strong);
    display: inline-flex; align-items: center; justify-content: center; gap: .5em;
    font-family: var(--font-head); font-weight: 600; font-size: .98rem;
    color: var(--fg-btn); text-decoration: none; cursor: pointer; user-select: none;
    padding: 13px 24px; border: 0; border-radius: var(--r-sm);
    background: var(--bg-btn);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 8px 18px -10px rgba(0,0,0,.7);
    transition: transform .12s ease, box-shadow .2s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
    --fg-btn: #07120a;
    background: linear-gradient(180deg, var(--grass-2), var(--grass));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 10px 26px -10px rgba(95,191,74,.7);
}
.btn-primary:hover { filter: brightness(1.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 16px 34px -12px rgba(95,191,74,.85); color: #07120a; }

.btn-ghost {
    background: rgba(255,255,255,.03);
    color: var(--text-strong);
    box-shadow: inset 0 0 0 1px var(--line);
}
.btn-ghost:hover { color: var(--text-strong); box-shadow: inset 0 0 0 1px var(--grass); background: rgba(95,191,74,.08); }

.btn-dark {
    --fg-btn: #fff;
    background: #0e1410;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.btn-dark:hover { color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }

.btn-cta { padding: 10px 18px; font-size: .92rem; }
.btn-block { width: 100%; padding: 16px; font-size: 1.05rem; }

/* ============================================================
   En-tête / navigation
   ============================================================ */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(13,16,20,.72);
    backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 66px; }

.logo { display: inline-flex; align-items: center; gap: 11px; color: var(--text-strong); }
.logo-block {
    width: 26px; height: 26px; flex: none; border-radius: 5px;
    background: linear-gradient(var(--grass-2) 0 46%, var(--dirt) 46% 100%);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.35), inset 1px 1px 0 rgba(255,255,255,.35);
    image-rendering: pixelated;
}
.logo-text { font-family: var(--font-pixel); font-size: 1.05rem; letter-spacing: .02em; }

.primary-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.primary-nav > ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--text-dim); font-weight: 500; font-size: .96rem; }
.primary-nav > ul a:hover { color: var(--text-strong); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--text-strong); display: block; border-radius: 2px; }

/* Sélecteur de langue */
.lang-switcher { position: relative; }
.lang-current {
    font: inherit; font-weight: 500; color: var(--text); background: rgba(255,255,255,.04);
    border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px 12px; cursor: pointer;
}
.lang-current:hover { border-color: var(--grass); }
.lang-menu {
    position: absolute; right: 0; top: calc(100% + 8px); min-width: 168px;
    list-style: none; margin: 0; padding: 6px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm);
    box-shadow: var(--shadow-lg); display: none;
}
.lang-switcher.open .lang-menu { display: block; }
.lang-menu a { display: block; padding: 9px 12px; color: var(--text); font-weight: 500; border-radius: 6px; }
.lang-menu a:hover { background: rgba(255,255,255,.05); color: var(--text-strong); }
.lang-menu a[aria-current="true"] { color: var(--grass-2); }
.lang-current, .lang-menu a { display: flex; align-items: center; gap: 9px; }
.flag { width: 22px; height: 15px; flex: none; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(0,0,0,.35); }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; overflow: hidden; padding: 110px 0 96px; }
.hero::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 10px;
    background: repeating-linear-gradient(90deg, var(--grass) 0 10px, var(--grass-deep) 10px 20px);
    image-rendering: pixelated; opacity: .9;
}
.hero-inner { position: relative; text-align: center; max-width: 840px; margin: 0 auto; z-index: 2; }

.floating-block {
    position: absolute; border-radius: 12px; image-rendering: pixelated; z-index: 1;
    background: linear-gradient(150deg, var(--grass-2), var(--grass-deep));
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.25); opacity: .14;
    animation: float 9s ease-in-out infinite;
}
.fb1 { width: 110px; height: 110px; left: 6%;  top: 22%; transform: rotate(12deg); }
.fb2 { width: 70px;  height: 70px;  right: 9%; top: 18%; transform: rotate(-14deg); animation-delay: -3s; background: linear-gradient(150deg, #5aa9f2, #2f6fd0); }
.fb3 { width: 54px;  height: 54px;  right: 18%; bottom: 16%; transform: rotate(8deg); animation-delay: -6s; background: linear-gradient(150deg, var(--gold), #c9962a); }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -22px; } }

.badge {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--font-head); font-weight: 600; font-size: .82rem; color: var(--grass-2);
    background: rgba(95,191,74,.1); border: 1px solid rgba(95,191,74,.3);
    padding: 8px 16px; border-radius: 100px; margin: 0 0 26px;
}
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grass-2); box-shadow: 0 0 10px var(--grass-2); }

.hero-title { font-size: clamp(2.1rem, 6vw, 3.7rem); font-weight: 700; letter-spacing: -.02em; }
.hero-title .hl {
    background: linear-gradient(120deg, var(--grass-2), var(--lime));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-subtitle { font-size: clamp(1.05rem, 2.2vw, 1.28rem); color: var(--text-dim); max-width: 680px; margin: 18px auto 32px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 26px; font-size: .9rem; color: var(--text-dim); }

/* ============================================================
   Sections génériques
   ============================================================ */
.section { padding: 92px 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.section-lead { color: var(--text-dim); font-size: 1.1rem; margin: 0; }

/* Cartes services */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
    position: relative; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r); padding: 30px 26px; box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; border-radius: var(--r) var(--r) 0 0;
    background: linear-gradient(90deg, var(--grass), var(--lime)); opacity: 0; transition: opacity .2s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(95,191,74,.4); box-shadow: var(--shadow-lg); }
.card:hover::before { opacity: 1; }
.card-icon {
    width: 56px; height: 56px; display: grid; place-items: center; font-size: 1.7rem;
    border-radius: 12px; margin-bottom: 18px;
    background: linear-gradient(150deg, rgba(95,191,74,.25), rgba(95,191,74,.06));
    box-shadow: inset 0 0 0 1px rgba(95,191,74,.3);
}
.card h3 { font-size: 1.22rem; }
.card p { color: var(--text-dim); margin: 0; }

/* Liste « ce qu'un projet peut inclure » */
.includes { margin-top: 46px; }
.includes-title { text-align: center; font-size: 1.15rem; color: var(--text-dim); font-weight: 500; margin-bottom: 22px; }
.includes-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.includes-grid li {
    display: flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--text);
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 13px 15px;
}
.includes-grid .check { color: var(--grass-2); font-size: .8rem; flex: none; }

/* Bandeau prix */
.price-banner {
    margin-top: 46px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center;
    background: linear-gradient(135deg, rgba(95,191,74,.16), rgba(95,191,74,.04));
    border: 1px solid rgba(95,191,74,.35); border-radius: var(--r); padding: 26px 32px;
}
.price-main { display: flex; align-items: baseline; gap: 12px; }
.price-label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--text-dim); }
.price-value { font-family: var(--font-head); font-weight: 700; font-size: 2.6rem; color: var(--text-strong); }
.price-note { color: var(--text-dim); font-size: .95rem; flex: 1 1 230px; min-width: 200px; }

/* ============================================================
   Carousel projets
   ============================================================ */
.carousel { overflow: hidden; padding: 10px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.carousel-track { display: flex; gap: 20px; width: max-content; animation: scroll-x 52s linear infinite; }
.carousel:hover .carousel-track { animation-play-state: paused; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.mod-card {
    width: 250px; min-height: 168px; flex: none; position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 12px; padding: 22px 22px 20px;
    color: var(--text); border-radius: var(--r); border: 1px solid var(--line); box-shadow: var(--shadow);
    background-color: var(--surface);
    background-image: linear-gradient(158deg, color-mix(in srgb, var(--accent) 18%, var(--surface)), var(--surface) 70%);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.mod-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--accent); }
.mod-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); box-shadow: var(--shadow-lg); color: var(--text); }
.mod-badge {
    align-self: flex-start; display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--font-head); font-weight: 600; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
    color: #fff; padding: 5px 11px; border-radius: 100px;
    background: color-mix(in srgb, var(--accent) 26%, transparent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 60%, transparent);
}
.mod-name { font-family: var(--font-head); font-weight: 700; font-size: 1.32rem; line-height: 1.18; color: var(--text-strong); margin-top: auto; }
.mod-cta { font-size: .85rem; font-weight: 600; color: color-mix(in srgb, var(--accent) 60%, #ffffff); }

/* ============================================================
   Méthode / étapes
   ============================================================ */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
    position: relative; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r); padding: 28px 22px 24px; box-shadow: var(--shadow);
}
.step-num {
    display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; margin-bottom: 16px;
    font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: #07120a;
    background: linear-gradient(150deg, var(--grass-2), var(--grass)); box-shadow: 0 8px 20px -8px rgba(95,191,74,.7);
}
.step h3 { font-size: 1.12rem; margin-bottom: .4em; }
.step p { color: var(--text-dim); margin: 0; font-size: .96rem; }

/* ============================================================
   À propos + stats
   ============================================================ */
.about-top { display: grid; grid-template-columns: minmax(130px, 170px) 1fr; gap: 44px; align-items: center; }
.about-portrait {
    border-radius: var(--r); padding: 14px;
    background: radial-gradient(circle at 50% 32%, rgba(95,191,74,.18), transparent 65%), var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.about-portrait img { width: 100%; height: auto; display: block; border-radius: var(--r-sm); image-rendering: pixelated; }
.about-portrait-ph { aspect-ratio: 1; display: grid; place-items: center; border-radius: var(--r-sm); background: var(--bg); }
.about-portrait-ph .logo-block { width: 84px; height: 84px; border-radius: 14px; }
.about-text > .eyebrow, .about-text h2 { text-align: left; }
.about-text p { color: var(--text-dim); }
.about-text strong { color: var(--text-strong); }
.about-links { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.stats { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.stats-row { grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.stats li {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 26px;
    display: flex; align-items: baseline; gap: 16px; box-shadow: var(--shadow);
}
.stats strong { font-family: var(--font-head); font-weight: 700; font-size: 2.1rem;
    background: linear-gradient(120deg, var(--grass-2), var(--lime)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stats span { color: var(--text-dim); }

/* ============================================================
   FAQ (accordéon natif)
   ============================================================ */
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s ease; }
.faq-item[open] { border-color: rgba(95,191,74,.4); }
.faq-item summary {
    list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-family: var(--font-head); font-weight: 600; font-size: 1.06rem; color: var(--text-strong);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark { position: relative; width: 16px; height: 16px; flex: none; }
.faq-mark::before, .faq-mark::after { content: ""; position: absolute; background: var(--grass-2); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.faq-mark::before { inset: 7px 0; }                 /* trait horizontal */
.faq-mark::after { inset: 0 7px; }                  /* trait vertical */
.faq-item[open] .faq-mark::after { transform: scaleY(0); opacity: 0; }
.faq-answer { padding: 0 24px 22px; color: var(--text-dim); }
.faq-answer p { margin: 0; }

/* ============================================================
   Bande CTA finale
   ============================================================ */
.cta-band { padding: 28px 22px; }
.cta-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
    background: linear-gradient(135deg, var(--grass), var(--grass-deep));
    border-radius: 20px; padding: 40px 44px; box-shadow: var(--shadow-lg);
}
.cta-inner h2 { color: #07120a; margin-bottom: 6px; font-size: clamp(1.4rem, 3vw, 2rem); }
.cta-inner p { color: rgba(7,18,10,.8); margin: 0; font-weight: 500; }

/* ============================================================
   Formulaire de contact
   ============================================================ */
.contact-inner { max-width: 760px; }
.contact-form { display: grid; gap: 22px; }
.field { display: grid; gap: 9px; border: 0; padding: 0; margin: 0; min-width: 0; }
.field > label, .field > legend { font-family: var(--font-head); font-weight: 600; color: var(--text-strong); font-size: .98rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.field input[type="text"], .field input[type="email"], .field select, .field textarea {
    font: inherit; color: var(--text-strong); width: 100%;
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-sm);
    padding: 13px 15px; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--grass); box-shadow: 0 0 0 3px rgba(95,191,74,.2);
}
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: #5e6773; }
.field select { appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--text-dim) 50%), linear-gradient(135deg, var(--text-dim) 50%, transparent 50%);
    background-position: calc(100% - 20px) center, calc(100% - 15px) center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }

/* Cartes de choix Mod / Modpack */
.choice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-card {
    position: relative; display: flex; align-items: center; gap: 14px; cursor: pointer;
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.choice-card input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice-card .choice-icon { font-size: 1.6rem; line-height: 1; }
.choice-card .choice-title { display: block; font-family: var(--font-head); font-weight: 600; color: var(--text-strong); }
.choice-card .choice-desc { display: block; font-size: .85rem; color: var(--text-dim); }
.choice-card:hover { border-color: rgba(95,191,74,.5); }
.choice-card:has(input:checked) {
    border-color: var(--grass); background: rgba(95,191,74,.08); box-shadow: 0 0 0 1px var(--grass), 0 10px 26px -14px rgba(95,191,74,.7);
}
.choice-card:has(input:checked)::after {
    content: "✓"; position: absolute; top: 10px; right: 12px; color: var(--grass-2); font-weight: 700; font-size: .9rem;
}
.choice-card:focus-within { box-shadow: 0 0 0 3px rgba(95,191,74,.25); }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 0; font-weight: 600; min-height: 1.4em; }
.form-status.is-error { color: #ff8a7a; }
.form-status.is-success { color: var(--grass-2); }
.form-alt { text-align: center; margin: 0; font-size: .94rem; }

/* ============================================================
   Pied de page
   ============================================================ */
.site-footer { background: #0a0d11; border-top: 1px solid var(--line); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-brand .logo { margin-bottom: 14px; }
.footer-brand p { color: var(--text-dim); max-width: 340px; margin: 0; }
.footer-col h4 { font-family: var(--font-head); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-dim); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: var(--text-dim); font-size: .96rem; }
.footer-col a:hover { color: var(--grass-2); }
.footer-bottom {
    margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line);
    display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--text-dim); font-size: .86rem;
}
.footer-made { color: #5e6773; text-align: right; }
.footer-credit { display: block; margin-top: 6px; }
.footer-credit a { color: var(--grass-2); font-weight: 600; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 920px) {
    .cards { grid-template-columns: 1fr; }
    .includes-grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .about-top { grid-template-columns: 1fr; gap: 28px; }
    .about-portrait { max-width: 170px; margin: 0 auto; }
}

@media (max-width: 880px) {
    .nav-toggle { display: flex; margin-left: auto; order: 3; }
    .primary-nav {
        position: fixed; inset: 66px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
        background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 14px 22px 24px; margin: 0;
        transform: translateY(-130%); transition: transform .25s ease;
    }
    .primary-nav.open { transform: translateY(0); }
    .primary-nav > ul { flex-direction: column; gap: 0; }
    .primary-nav > ul li { border-bottom: 1px solid var(--line); }
    .primary-nav > ul a { display: block; padding: 14px 4px; font-size: 1rem; }
    .lang-switcher { margin: 14px 0; }
    .lang-menu { position: static; box-shadow: none; }
    .btn-cta { width: 100%; }
    .cta-inner { flex-direction: column; align-items: flex-start; text-align: left; }
}

@media (max-width: 560px) {
    .section { padding: 64px 0; }
    .hero { padding: 80px 0 70px; }
    .field-row { grid-template-columns: 1fr; }
    .choice-cards { grid-template-columns: 1fr; }
    .includes-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
    .stats-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .floating-block { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .carousel-track, .floating-block { animation: none; }
    * { transition: none !important; }
}
