/* ==========================================================================
   SH Digital Studio — Feuille de style
   Palette : anthracite #1A1D21 · corail #FF6B4A · blanc cassé #FAFAF8
   ========================================================================== */

:root {
  --anthracite: #1A1D21;
  --anthracite-2: #24282e;
  --coral: #FF6B4A;        /* brand — remplissages, décor, graphiques (non-texte) */
  --coral-btn: #E9501E;    /* boutons — meilleur contraste avec texte blanc */
  --coral-btn-hover: #cf420f;
  --coral-ink: #C7431E;    /* corail TEXTE sur fond clair — passe WCAG AA (4.8:1) */
  --coral-dark: #ec4f2c;
  --paper: #FAFAF8;
  --white: #ffffff;
  --grey: #8A8F98;
  --grey-line: #e7e7e4;
  --ink: #1A1D21;
  --ink-soft: #4a4f57;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(26, 29, 33, 0.06);
  --shadow: 0 18px 45px rgba(26, 29, 33, 0.12);
  --shadow-lg: 0 30px 70px rgba(26, 29, 33, 0.18);
  --maxw: 1140px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* Accessibilité : focus clavier visible */
:focus-visible { outline: 3px solid var(--coral-ink); outline-offset: 3px; border-radius: 6px; }
.contact-section :focus-visible { outline-color: #fff; }

/* Lien d'évitement (skip link) */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--anthracite); color: #fff; padding: 10px 18px; border-radius: 8px;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 0.9rem;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 12px; }

h1, h2, h3 { font-family: "Poppins", sans-serif; line-height: 1.1; letter-spacing: -0.02em; text-wrap: balance; }

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

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral-ink);
  margin-bottom: 14px;
}
.accent { color: var(--coral-ink); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600; font-size: 0.98rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s, color 0.25s;
  white-space: nowrap;
}
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--coral-btn); color: #fff; box-shadow: 0 10px 24px rgba(233, 80, 30, 0.32); }
.btn-primary:hover { background: var(--coral-btn-hover); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(233, 80, 30, 0.42); }
.btn-ghost { background: transparent; color: var(--anthracite); border-color: rgba(26,29,33,0.18); }
.btn-ghost:hover { border-color: var(--anthracite); transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 250, 248, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--grey-line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 40px; width: auto; border-radius: 9px; }
.brand-name { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; }
.brand-name span { color: var(--grey); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: 0.96rem; color: var(--ink-soft); transition: color 0.2s; }
.nav-links a:hover { color: var(--anthracite); }
.nav-links a.btn { color: #fff; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--anthracite); border-radius: 2px; transition: 0.3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { padding: 84px 0 72px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 800; margin-bottom: 22px; }
.hero .lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 30em; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 0.92rem; color: var(--ink-soft); font-weight: 500; }

/* Hero visual — browser mockup */
.hero-visual { position: relative; }
.mock-window {
  background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg);
  overflow: hidden; border: 1px solid var(--grey-line);
  transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
}
.mock-bar { display: flex; gap: 7px; padding: 14px 16px; background: var(--anthracite); }
.mock-bar span { width: 11px; height: 11px; border-radius: 50%; background: #4a4f57; }
.mock-bar span:first-child { background: var(--coral); }
.mock-body { padding: 26px; }
.mock-logo img { height: 34px; margin-bottom: 22px; }
.mock-line { height: 14px; border-radius: 7px; background: #ececeb; margin-bottom: 12px; }
.mock-line.w80 { width: 80%; }
.mock-line.w60 { width: 55%; }
.mock-btn { width: 130px; height: 38px; border-radius: 999px; background: var(--coral); margin: 20px 0 26px; }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mock-grid div { height: 62px; border-radius: 10px; background: #f1f1ef; }

.floating-stat {
  position: absolute; background: #fff; border-radius: 14px;
  box-shadow: var(--shadow); padding: 14px 18px; display: flex; flex-direction: column;
  border: 1px solid var(--grey-line);
}
.floating-stat strong { font-family: "Poppins", sans-serif; font-size: 1.25rem; color: var(--anthracite); }
.floating-stat span { font-size: 0.78rem; color: var(--grey); }
.stat-1 { top: 8%; left: -6%; animation: float 5s ease-in-out infinite; }
.stat-1 strong { color: var(--coral-ink); }
.stat-2 { bottom: 10%; right: -5%; animation: float 5s ease-in-out infinite 1.2s; }
.stat-2 strong { color: #f5b301; letter-spacing: 1px; font-size: 1rem; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Trust bar ---------- */
.trust { padding: 30px 0; border-top: 1px solid var(--grey-line); border-bottom: 1px solid var(--grey-line); background: #fff; }
.trust-label { text-align: center; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--grey); margin-bottom: 16px; }
.trust-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; }
.trust-items span { font-family: "Poppins", sans-serif; font-weight: 600; color: var(--ink-soft); font-size: 1rem; }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: #fff; }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 700; margin-bottom: 16px; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }

/* ---------- Cards (services) ---------- */
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: var(--paper); border: 1px solid var(--grey-line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s;
}
.section-alt .card { background: var(--paper); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 14px; box-shadow: var(--shadow-sm); margin-bottom: 18px; color: var(--coral-ink); }
.card-icon svg { width: 27px; height: 27px; }
.card:hover .card-icon { background: var(--anthracite); color: var(--coral); transition: background 0.3s, color 0.3s; }
.card h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-text h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 18px; }
.lead-sm { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 26px; }
.why-list { display: flex; flex-direction: column; gap: 18px; }
.why-list li { position: relative; padding-left: 34px; color: var(--ink-soft); }
.why-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 50%; background: var(--coral-ink); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700;
}
.why-list strong { color: var(--anthracite); }

.quote-card { background: var(--anthracite); color: #fff; border-radius: 22px; padding: 40px; box-shadow: var(--shadow-lg); }
.quote-card p { font-family: "Poppins", sans-serif; font-size: 1.28rem; line-height: 1.5; font-weight: 500; margin-bottom: 26px; }
.quote-author { display: flex; align-items: center; gap: 14px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; font-family: "Poppins"; font-weight: 700; }
.quote-author strong { display: block; }
.quote-author span { font-size: 0.85rem; color: var(--grey); }

/* ---------- Réalisations (showcase) ---------- */
.showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.showcase-card {
  background: #fff; border: 1px solid var(--grey-line); border-radius: 18px; overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.showcase-card { display: block; color: inherit; }
.showcase-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.showcase-cta { display: inline-block; margin-top: 14px; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 0.92rem; color: var(--coral-ink); transition: gap 0.2s; }
.showcase-card:hover .showcase-cta { text-decoration: underline; }
.showcase-preview { padding: 0; }
.sp-top { display: flex; gap: 6px; padding: 11px 14px; background: #f1f1ef; }
.sp-dot { width: 9px; height: 9px; border-radius: 50%; background: #cfcfca; }
.sp-hero { padding: 26px 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; min-height: 150px; justify-content: center; }
.sp-hero-dark { background: linear-gradient(135deg, #1A1D21, #2c313a); }
.sp-hero-soft { background: linear-gradient(135deg, #f6ede9, #efe3dc); }
.sp-hero-warm { background: linear-gradient(135deg, #24282e, #3a2f2a); }
.sp-tag { font-family: "Poppins"; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; color: var(--coral); background: rgba(255,107,74,0.15); padding: 4px 10px; border-radius: 999px; }
.sp-tag-light { color: var(--coral-ink); background: rgba(199,67,30,0.12); }
.sp-title { font-family: "Poppins"; font-weight: 700; font-size: 1.15rem; color: #fff; line-height: 1.2; }
.sp-title-dark { color: var(--anthracite); }
.sp-btn { font-family: "Poppins"; font-size: 0.72rem; font-weight: 600; color: #fff; background: var(--coral-btn); padding: 7px 14px; border-radius: 999px; }
.sp-btn-coral { background: var(--coral-btn); }
.sp-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px; }
.sp-row span { height: 38px; border-radius: 7px; background: #f1f1ef; }
.showcase-meta { padding: 22px 24px 26px; }
.showcase-meta h3 { font-size: 1.15rem; margin-bottom: 8px; }
.showcase-meta p { color: var(--ink-soft); font-size: 0.94rem; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  position: relative; background: #fff; border: 1px solid var(--grey-line); border-radius: 20px;
  padding: 34px 28px; display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.section .price-card { background: #fff; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.featured { border: 2px solid var(--coral); box-shadow: var(--shadow); }
.badge-popular {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--coral); color: var(--anthracite); font-size: 0.75rem; font-weight: 700;
  padding: 5px 16px; border-radius: 999px; font-family: "Poppins";
}
.price-card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.price-desc { color: var(--grey); font-size: 0.92rem; margin-bottom: 22px; min-height: 40px; }
.price { border-top: 1px solid var(--grey-line); border-bottom: 1px solid var(--grey-line); padding: 20px 0; margin-bottom: 22px; }
.price .setup { display: block; font-family: "Poppins"; font-size: 1.7rem; font-weight: 700; color: var(--anthracite); }
.price .setup small { font-size: 0.8rem; font-weight: 500; color: var(--grey); }
.price .monthly { display: block; margin-top: 6px; color: var(--ink-soft); font-size: 0.98rem; }
.price .monthly strong { color: var(--coral-ink); font-size: 1.15rem; }
.price-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.price-features li { position: relative; padding-left: 26px; font-size: 0.96rem; color: var(--ink-soft); }
.price-features li::before { content: "✓"; position: absolute; left: 0; color: var(--coral-ink); font-weight: 700; }
.pricing-note { text-align: center; margin-top: 26px; color: var(--grey); font-size: 0.9rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.steps li { background: var(--paper); border-radius: var(--radius); padding: 30px 24px; position: relative; }
.section-alt .steps li { background: var(--paper); }
.step-num {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; background: var(--anthracite); color: #fff;
  font-family: "Poppins"; font-weight: 700; font-size: 1.15rem; margin-bottom: 18px;
}
.steps li:last-child .step-num { background: var(--coral-btn); }
.steps h3 { font-size: 1.15rem; margin-bottom: 8px; }
.steps p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--grey-line); border-radius: var(--radius-sm);
  padding: 4px 22px; transition: box-shadow 0.25s;
}
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary {
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.03rem;
  padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--coral-ink); font-size: 1.5rem; font-weight: 400; transition: transform 0.25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-soft); padding: 0 0 18px; }

/* ---------- Contact ---------- */
.contact-section { background: var(--anthracite); color: #fff; }
.contact-section .eyebrow { color: var(--coral); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.contact-text h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: #fff; margin-bottom: 16px; }
.contact-text p { color: #c3c7cd; font-size: 1.08rem; margin-bottom: 28px; }
.contact-info { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.contact-info li { color: #e4e6ea; font-weight: 500; }
.contact-info li, .contact-info a { display: flex; align-items: center; gap: 12px; color: #e4e6ea; transition: color 0.2s; }
.contact-info a:hover { color: var(--coral); }
.ci-icon { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: none; border-radius: 10px; background: rgba(255,255,255,0.08); color: var(--coral); }
.ci-icon svg { width: 19px; height: 19px; }

/* Bouton WhatsApp */
.btn-whatsapp { background: #25D366; color: #0b3d24; font-weight: 700; box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3); }
.btn-whatsapp:hover { background: #1eb955; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37, 211, 102, 0.42); }

/* Bouton WhatsApp flottant */
.whatsapp-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; align-items: center; gap: 0; overflow: hidden;
  height: 60px; padding: 0 15px; border-radius: 999px;
  background: #25D366; color: #fff;
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.whatsapp-fab svg { flex: none; }
.whatsapp-fab-label {
  max-width: 0; opacity: 0; white-space: nowrap;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 0.95rem;
  transition: max-width 0.35s var(--ease), opacity 0.25s, margin 0.35s var(--ease);
}
.whatsapp-fab:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55); }
.whatsapp-fab:hover .whatsapp-fab-label { max-width: 220px; opacity: 1; margin-left: 10px; }
@media (max-width: 560px) { .whatsapp-fab { right: 16px; bottom: 16px; height: 56px; padding: 0 13px; } }

.contact-form { background: #fff; border-radius: 22px; padding: 34px; box-shadow: var(--shadow-lg); }
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.field input, .field textarea {
  font-family: "Inter", sans-serif; font-size: 0.98rem; color: var(--ink);
  padding: 12px 14px; border: 1px solid var(--grey-line); border-radius: var(--radius-sm);
  background: var(--paper); transition: border-color 0.2s, box-shadow 0.2s; resize: vertical;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,74,0.15); }
.form-note { text-align: center; color: var(--grey); font-size: 0.85rem; margin-top: 14px; }
.form-note.success { color: #1FA97A; font-weight: 600; }
.form-note.error { color: var(--coral-dark); font-weight: 600; }

/* ---------- Pages légales (prose) ---------- */
.legal { padding: 60px 0 80px; }
.legal .container { max-width: 780px; }
.legal h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 10px; }
.legal .updated { color: var(--grey); font-size: 0.9rem; margin-bottom: 40px; }
.legal h2 { font-size: 1.3rem; margin: 38px 0 12px; }
.legal p, .legal li { color: var(--ink-soft); margin-bottom: 12px; }
.legal ul { padding-left: 20px; list-style: disc; }
.legal ul li { margin-bottom: 6px; }
.legal a { color: var(--coral-ink); text-decoration: underline; }
.legal .todo { background: #fff5f1; border: 1px dashed var(--coral); color: var(--coral-ink); padding: 2px 8px; border-radius: 6px; font-size: 0.9em; font-weight: 600; }
.back-home { display: inline-flex; align-items: center; gap: 8px; margin-top: 44px; font-weight: 600; color: var(--anthracite); font-family: "Poppins", sans-serif; }

/* ---------- Footer ---------- */
.site-footer { background: #14161a; color: #c3c7cd; padding: 54px 0 26px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; padding-bottom: 34px; border-bottom: 1px solid #2a2d33; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name span { color: var(--grey); }
.footer-brand p { font-size: 0.9rem; color: var(--grey); margin-top: 2px; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { color: #c3c7cd; font-size: 0.95rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: 0.83rem; color: var(--grey); }
.footer-bottom a { color: inherit; text-decoration: underline; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--coral); }

/* ---------- Reveal animation (uniquement si JS actif) ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* Le hero s'anime tout seul au chargement — jamais masqué en attendant le scroll */
.hero-text, .hero-visual { animation: heroIn 0.8s var(--ease) both; }
.hero-visual { animation-delay: 0.12s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .showcase { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
}
@media (max-width: 860px) {
  .nav-links {
    position: fixed; top: 72px; right: 0; width: min(80vw, 320px); height: calc(100vh - 72px);
    background: var(--paper); flex-direction: column; align-items: flex-start; gap: 6px;
    padding: 28px 26px; box-shadow: var(--shadow-lg); transform: translateX(110%); transition: transform 0.35s var(--ease);
  }
  .nav-links.open { transform: none; }
  .nav-links a { width: 100%; padding: 12px 0; font-size: 1.05rem; }
  .nav-links a.btn { margin-top: 10px; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .price-card.featured { order: -1; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .hero { padding: 54px 0; }
  .cards-4, .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .floating-stat { display: none; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
