@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ============================================================
   LegisCore — Modern SaaS Design System (2026)
   ============================================================ */

:root {
  /* Brand */
  --teal: #14b8a6;
  --teal-bright: #0fd0bb;
  --teal-dark: #0d9488;
  --teal-deep: #0f766e;
  --teal-soft: rgba(20, 184, 166, 0.10);
  --teal-glow: rgba(20, 184, 166, 0.35);

  --indigo: #6366f1;
  --indigo-bright: #818cf8;
  --indigo-dark: #4f46e5;
  --indigo-deep: #4338ca;
  --indigo-soft: rgba(99, 102, 241, 0.10);
  --indigo-glow: rgba(99, 102, 241, 0.35);

  /* Neutrals */
  --ink: #0b1120;
  --ink-900: #0f172a;
  --ink-800: #1e293b;
  --ink-700: #334155;
  --slate: #475569;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --white: #ffffff;

  /* States */
  --danger: #ef4444;
  --success: #10b981;
  --warning: #f59e0b;

  /* Radii */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 36px;
  --r-pill: 999px;

  /* Shadows */
  --sh-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
  --sh-md: 0 12px 32px rgba(15, 23, 42, 0.08);
  --sh-lg: 0 28px 70px rgba(15, 23, 42, 0.14);
  --sh-glow-teal: 0 16px 40px rgba(20, 184, 166, 0.28);
  --sh-glow-indigo: 0 16px 40px rgba(99, 102, 241, 0.28);

  /* Layout */
  --header-h: 80px;
  --header-height: 80px;
  --maxw: 1200px;

  /* Backward-compat aliases for auth.css / legacy */
  --charcoal: var(--ink-800);
  --charcoal-dark: var(--ink-900);
  --medium-grey: var(--slate);
  --off-white: var(--slate-50);
  --light-grey: var(--slate-100);
  --border: var(--slate-200);
  --radius-sm: var(--r-sm);
  --radius-md: var(--r-md);
  --shadow-soft: var(--sh-sm);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--white);
  color: var(--ink-800);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
img { max-width: 100%; display: block; }

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 56px; height: 56px; border-radius: 999px;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: 0.22s ease; text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55); }
.whatsapp-float svg { width: 26px; height: 26px; }
.container { width: min(var(--maxw), 92%); margin: 0 auto; }

h1, h2, h3, h4 { color: var(--ink-900); line-height: 1.1; letter-spacing: -0.03em; font-weight: 800; margin: 0; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 14px 28px;
  border: none; border-radius: var(--r-pill);
  font-size: 0.98rem; font-weight: 700; cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--teal); color: var(--white); box-shadow: var(--sh-glow-teal); }
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 22px 50px var(--teal-glow); }
.btn-indigo { background: var(--indigo); color: var(--white); box-shadow: var(--sh-glow-indigo); }
.btn-indigo:hover { background: var(--indigo-dark); transform: translateY(-2px); box-shadow: 0 22px 50px var(--indigo-glow); }
.btn-dark { background: var(--ink-900); color: var(--white); }
.btn-dark:hover { background: var(--ink-800); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,0.10); color: var(--white); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink-900); border: 1.5px solid var(--slate-200); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal-dark); transform: translateY(-2px); }
.btn-lg { min-height: 58px; padding: 16px 36px; font-size: 1.05rem; }
.btn-arrow svg { transition: transform 0.22s ease; }
.btn:hover .btn-arrow svg { transform: translateX(4px); }

/* ----- Eyebrow / Pills ----- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: var(--r-pill);
  background: var(--teal-soft); color: var(--teal-deep);
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}
.eyebrow.indigo { background: var(--indigo-soft); color: var(--indigo-deep); }
.eyebrow.light { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.18); }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

/* ----- Header ----- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--slate-100);
}
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo-img { width: 190px; height: auto; }
.mobile-menu-btn { display: none; width: 46px; height: 42px; border: none; background: var(--ink-900); border-radius: 12px; padding: 11px; cursor: pointer; }
.mobile-menu-btn span { display: block; height: 2px; background: var(--white); margin: 5px 0; border-radius: 999px; }

.main-nav { display: flex; align-items: center; }
.nav-list { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.nav-list > li { position: relative; }
.nav-link, .dropdown-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 42px; padding: 10px 14px;
  border: none; background: transparent; color: var(--ink-700);
  font-size: 0.93rem; font-weight: 600; cursor: pointer;
  border-radius: var(--r-pill); transition: 0.2s ease;
}
.nav-link:hover, .dropdown-toggle:hover { background: var(--slate-100); color: var(--ink-900); }
.dropdown-arrow { width: 10px; height: 10px; }
.dropdown-menu {
  display: none; position: absolute; top: 50px; left: 0;
  min-width: 280px; list-style: none; margin: 0; padding: 10px;
  background: var(--white); border: 1px solid var(--slate-100);
  border-radius: var(--r-md); box-shadow: var(--sh-lg);
}
.dropdown:hover .dropdown-menu { display: block; animation: fadeDown 0.2s ease; }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.dropdown-menu a { display: block; padding: 11px 14px; border-radius: 10px; color: var(--ink-700); font-size: 0.92rem; font-weight: 600; transition: 0.18s ease; }
.dropdown-menu a:hover { background: var(--teal-soft); color: var(--teal-deep); }
.dropdown-menu .menu-head { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--slate-400); padding: 8px 14px 4px; font-weight: 800; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 44px; padding: 11px 22px;
  background: var(--ink-900); color: var(--white);
  border-radius: var(--r-pill); font-weight: 700; font-size: 0.93rem;
  transition: 0.22s ease;
}
.nav-cta:hover { background: var(--teal-dark); transform: translateY(-1px); }

/* ----- Hero ----- */
.hero {
  position: relative; overflow: hidden;
  padding: 96px 0 110px;
  background: radial-gradient(1100px 560px at 75% -10%, var(--teal-soft), transparent 60%),
              radial-gradient(900px 500px at 5% 10%, var(--indigo-soft), transparent 55%),
              var(--white);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy h1 { font-size: clamp(2.6rem, 5.2vw, 4.6rem); margin: 22px 0 20px; }
.hero-copy h1 .grad { background: linear-gradient(120deg, var(--teal), var(--indigo)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { font-size: 1.18rem; color: var(--slate); max-width: 560px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 36px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 9px; font-size: 0.9rem; color: var(--slate); font-weight: 600; }
.hero-trust-item svg { color: var(--teal); flex-shrink: 0; }

.hero-visual { position: relative; }
.hero-card {
  background: var(--white); border: 1px solid var(--slate-100);
  border-radius: var(--r-lg); box-shadow: var(--sh-lg); padding: 28px;
}
.hero-card + .hero-card { margin-top: 18px; }
.hero-card-row { display: flex; align-items: center; gap: 16px; }
.hero-card-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; flex-shrink: 0; font-weight: 900; font-size: 1.3rem; color: var(--white); }
.hero-card-icon.teal { background: linear-gradient(135deg, var(--teal), var(--teal-deep)); }
.hero-card-icon.indigo { background: linear-gradient(135deg, var(--indigo), var(--indigo-deep)); }
.hero-card h4 { font-size: 1.05rem; margin-bottom: 3px; }
.hero-card p { margin: 0; font-size: 0.9rem; color: var(--slate); }
.hero-float {
  position: absolute; right: -8px; bottom: -20px;
  background: var(--ink-900); color: var(--white);
  border-radius: var(--r-md); padding: 16px 22px; box-shadow: var(--sh-lg);
}
.hero-float .num { font-size: 1.8rem; font-weight: 900; color: var(--teal-bright); }
.hero-float .lbl { font-size: 0.8rem; color: var(--slate-300); }

/* ----- Section primitives ----- */
.section { padding: 96px 0; }
.section.tight { padding: 70px 0; }
.section.dark { background: var(--ink-900); color: var(--slate-300); }
.section.soft { background: var(--slate-50); }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); margin: 16px 0 18px; }
.section-head p { font-size: 1.1rem; color: var(--slate); margin: 0; }
.section.dark .section-head h2 { color: var(--white); }
.section.dark .section-head p { color: var(--slate-400); }

/* ----- Stats band ----- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 28px 18px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--slate-100); box-shadow: var(--sh-sm); }
.stat .num { font-size: 2.6rem; font-weight: 900; background: linear-gradient(120deg, var(--teal), var(--indigo)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .lbl { font-size: 0.92rem; color: var(--slate); font-weight: 600; margin-top: 4px; }

/* ----- Division split ----- */
.division-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.division-card {
  position: relative; overflow: hidden;
  padding: 44px 40px; border-radius: var(--r-xl);
  border: 1px solid var(--slate-100); background: var(--white);
  box-shadow: var(--sh-md); transition: 0.3s ease;
}
.division-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.division-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; }
.division-card.legal::before { background: linear-gradient(90deg, var(--teal), var(--teal-bright)); }
.division-card.digital::before { background: linear-gradient(90deg, var(--indigo), var(--indigo-bright)); }
.division-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: var(--r-pill); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; }
.division-card.legal .division-badge { background: var(--teal-soft); color: var(--teal-deep); }
.division-card.digital .division-badge { background: var(--indigo-soft); color: var(--indigo-deep); }
.division-card h3 { font-size: 1.7rem; margin-bottom: 12px; }
.division-card > p { color: var(--slate); margin: 0 0 22px; }
.division-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 11px; }
.division-list li { display: flex; align-items: center; gap: 11px; font-size: 0.95rem; color: var(--ink-700); font-weight: 500; }
.division-list svg { flex-shrink: 0; }
.division-card.legal .division-list svg { color: var(--teal); }
.division-card.digital .division-list svg { color: var(--indigo); }

/* ----- Service cards ----- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.svc-card {
  display: flex; flex-direction: column;
  padding: 32px 28px; border-radius: var(--r-lg);
  background: var(--white); border: 1px solid var(--slate-100);
  box-shadow: var(--sh-sm); transition: 0.26s ease;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--slate-200); }
.svc-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; }
.svc-icon.teal { background: var(--teal-soft); color: var(--teal-dark); }
.svc-icon.indigo { background: var(--indigo-soft); color: var(--indigo-dark); }
.svc-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.svc-card p { margin: 0 0 18px; color: var(--slate); font-size: 0.95rem; flex: 1; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.svc-tag { font-size: 0.78rem; font-weight: 600; padding: 5px 11px; border-radius: var(--r-pill); background: var(--slate-100); color: var(--slate); }
.svc-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 0.92rem; color: var(--teal-dark); }
.svc-card.indigo-link .svc-link { color: var(--indigo-dark); }
.svc-link svg { transition: transform 0.2s ease; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }

/* ----- Process / Steps ----- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 32px 24px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--slate-100); }
.step-num { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), var(--indigo)); color: var(--white); display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; margin-bottom: 18px; }
.step h4 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { margin: 0; font-size: 0.92rem; color: var(--slate); }

/* ----- Feature list (why us) ----- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card { padding: 32px 28px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--slate-100); box-shadow: var(--sh-sm); }
.why-icon { width: 54px; height: 54px; border-radius: 15px; background: var(--ink-900); color: var(--teal-bright); display: grid; place-items: center; margin-bottom: 18px; }
.why-card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.why-card p { margin: 0; color: var(--slate); font-size: 0.95rem; }

/* ----- Split feature (image + text) ----- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); }
.split-media img { width: 100%; height: 460px; object-fit: cover; }
.split-copy h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 16px 0 18px; }
.split-copy p { color: var(--slate); font-size: 1.05rem; margin: 0 0 16px; }
.check-list { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .ic { width: 26px; height: 26px; border-radius: 8px; background: var(--teal-soft); color: var(--teal-dark); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.check-list strong { display: block; color: var(--ink-900); margin-bottom: 2px; }
.check-list span { color: var(--slate); font-size: 0.95rem; }

/* ----- FAQ ----- */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--slate-200); border-radius: var(--r-md); background: var(--white); overflow: hidden; transition: 0.2s ease; }
.faq-item.open { border-color: var(--teal); box-shadow: var(--sh-sm); }
.faq-q { width: 100%; text-align: left; border: none; background: none; cursor: pointer; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 1.05rem; font-weight: 700; color: var(--ink-900); }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; transition: transform 0.25s ease; color: var(--teal); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding: 0 26px 24px; color: var(--slate); font-size: 0.98rem; }

/* ----- Testimonials ----- */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote-card { padding: 30px 28px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--slate-100); box-shadow: var(--sh-sm); }
.quote-stars { color: var(--warning); margin-bottom: 14px; font-size: 1rem; letter-spacing: 2px; }
.quote-card p { font-size: 1rem; color: var(--ink-700); margin: 0 0 22px; line-height: 1.7; }
.quote-author { display: flex; align-items: center; gap: 13px; }
.quote-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--indigo)); color: var(--white); display: grid; place-items: center; font-weight: 800; }
.quote-author .name { font-weight: 700; color: var(--ink-900); font-size: 0.95rem; }
.quote-author .role { font-size: 0.85rem; color: var(--slate); }

/* ----- CTA band ----- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: 64px 56px; text-align: center; background: linear-gradient(120deg, var(--ink-900), var(--ink-800)); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 20% 0%, var(--teal-glow), transparent 60%), radial-gradient(700px 300px at 80% 100%, var(--indigo-glow), transparent 60%); opacity: 0.5; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: var(--white); font-size: clamp(2rem, 3.6vw, 3rem); margin-bottom: 16px; }
.cta-band p { color: var(--slate-300); font-size: 1.1rem; max-width: 600px; margin: 0 auto 32px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ----- Page hero (inner pages) ----- */
.page-hero { padding: 80px 0 70px; background: radial-gradient(900px 420px at 80% -20%, var(--teal-soft), transparent 60%), var(--slate-50); }
.page-hero.indigo { background: radial-gradient(900px 420px at 80% -20%, var(--indigo-soft), transparent 60%), var(--slate-50); }
.page-hero-inner { max-width: 760px; }
.page-hero h1 { font-size: clamp(2.4rem, 4.5vw, 3.8rem); margin: 18px 0 18px; }
.page-hero p { font-size: 1.18rem; color: var(--slate); margin: 0 0 30px; }

/* ----- Category nav (pills) ----- */
.cat-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; }
.cat-pill { padding: 10px 20px; border-radius: var(--r-pill); border: 1.5px solid var(--slate-200); background: var(--white); color: var(--ink-700); font-weight: 600; font-size: 0.92rem; transition: 0.2s ease; }
.cat-pill:hover { border-color: var(--teal); color: var(--teal-dark); }
.cat-pill.active { background: var(--ink-900); color: var(--white); border-color: var(--ink-900); }

/* ----- Category section ----- */
.cat-section { margin-bottom: 64px; }
.cat-section-head { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.cat-section-head .ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; flex-shrink: 0; }
.cat-section-head.teal .ic { background: var(--teal-soft); color: var(--teal-dark); }
.cat-section-head.indigo .ic { background: var(--indigo-soft); color: var(--indigo-dark); }
.cat-section-head h2 { font-size: 1.7rem; }
.cat-section-head p { margin: 4px 0 0; color: var(--slate); font-size: 0.96rem; }

/* ----- Footer ----- */
.site-footer { background: var(--ink-900); color: var(--slate-400); padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 200px; margin-bottom: 18px; }
.footer-brand p { color: var(--slate-400); max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: var(--ink-800); display: grid; place-items: center; color: var(--slate-300); transition: 0.2s ease; }
.footer-social a:hover { background: var(--teal); color: var(--white); }
.site-footer h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; }
.site-footer a:hover { color: var(--teal-bright); }
.footer-bottom { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--ink-800); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.88rem; }

/* ----- Reveal animation ----- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ----- Responsive ----- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 520px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .cards-grid, .cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .quotes-grid { grid-template-columns: 1fr; }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse .split-media { order: 0; }
  .split-media img { height: 340px; }
  .division-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 920px) {
  .mobile-menu-btn { display: block; }
  .main-nav { display: none; position: absolute; top: var(--header-h); left: 0; width: 100%; background: var(--white); border-bottom: 1px solid var(--slate-100); box-shadow: var(--sh-md); }
  .main-nav.active { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; padding: 14px; gap: 2px; }
  .nav-link, .dropdown-toggle, .nav-cta { width: 100%; justify-content: space-between; border-radius: 12px; padding: 13px 16px; }
  .nav-cta { justify-content: center; margin-top: 8px; }
  .dropdown-menu { position: static; display: none; box-shadow: none; border: none; padding: 4px 0 8px 14px; min-width: auto; }
  .dropdown:hover .dropdown-menu { display: none; }
  .dropdown.open .dropdown-menu { display: block; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { padding: 60px 0 70px; }
  .cards-grid, .cards-grid.cols-2, .steps-grid, .stats-band { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn, .nav-cta { width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-float { position: static; margin-top: 16px; display: inline-flex; gap: 12px; align-items: baseline; }
}
