/* ============================================================
   BeroFlow — beroflow.com
   Light corporate theme: navy + blue + green accent.
   Self-contained, no build step.
   ============================================================ */

:root {
  --bg:        #ffffff;
  --bg-soft:   #f4f7fc;
  --bg-soft-2: #eef3fb;

  --navy:      #0b1f4d;
  --navy-2:    #13265f;
  --navy-3:    #1c3a86;

  --blue:      #2563eb;
  --blue-d:    #1d4ed8;
  --teal:      #0ea5b7;
  --teal-l:    #38bdf8;
  --green:     #16a34a;
  --green-d:   #15803d;

  --text:      #0f1b35;
  --text-soft: #51607d;
  --text-dim:  #8593ad;

  --border:    #e4eaf4;
  --border-2:  #d4ddee;

  --grad-blue:  linear-gradient(135deg, #3b82f6, #1d4ed8);
  --grad-navy:  linear-gradient(160deg, #13265f, #1c3a86);
  --grad-hero:  linear-gradient(135deg, #0a1f52 0%, #15327e 55%, #1b3f96 100%);
  --grad-teal:  linear-gradient(135deg, #38bdf8, #0ea5b7);

  --radius:    18px;
  --radius-sm: 12px;
  --shadow:    0 18px 44px -22px rgba(11, 31, 77, 0.30);
  --shadow-lg: 0 30px 70px -28px rgba(11, 31, 77, 0.40);

  --maxw: 1180px;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Sora', var(--font);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--display); line-height: 1.14; letter-spacing: -0.02em; margin: 0; color: var(--text); }
p { margin: 0; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: 92px 0; position: relative; }
.section.alt { background: var(--bg-soft); }
/* dark band (e.g. Private AI section) */
.section.dark { background: var(--grad-navy); color: #fff; }
.section.dark h2 { color: #fff; }
.section.dark .eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #7df0ff; }
.section.dark .lead { color: rgba(226,235,252,.85); }
.section.dark .feature-list h4 { color: #fff; }
.section.dark .feature-list p { color: rgba(226,235,252,.72); }
.section.dark .feature-list .fi { background: rgba(56,189,248,.14); border-color: rgba(56,189,248,.3); }
.section.dark .feature-list .fi svg { color: #38bdf8; }
.privacy-visual { width: 100%; height: auto; filter: drop-shadow(0 24px 44px rgba(0,0,0,.4)); }
.section-head { max-width: 700px; margin: 0 auto 56px; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--blue);
  padding: 6px 14px; border-radius: 999px;
  background: rgba(37, 99, 235, 0.08); border: 1px solid rgba(37, 99, 235, 0.16);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--grad-teal); }
.section h2 { font-size: clamp(28px, 4vw, 42px); margin-top: 18px; }
.section-head p { color: var(--text-soft); margin-top: 16px; font-size: 17px; }

.grad-text { background: var(--grad-teal); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 12px; font-weight: 600; font-size: 15px;
  border: 1.5px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad-blue); color: #fff; box-shadow: 0 12px 26px -10px rgba(37, 99, 235, .6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -10px rgba(37, 99, 235, .7); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 12px 26px -10px rgba(22, 163, 74, .55); }
.btn-green:hover { background: var(--green-d); transform: translateY(-2px); box-shadow: 0 18px 34px -10px rgba(22, 163, 74, .65); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--border-2); }
.btn-ghost:hover { background: var(--bg-soft); transform: translateY(-2px); border-color: var(--blue); }
.btn-outline-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline-light:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 16px; }

/* language toggle — plain icon, no button chrome */
.lang-toggle {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px; margin-inline: 2px;
  background: transparent; border: 0; color: rgba(255,255,255,.85);
  font-weight: 600; font-size: 13.5px; font-family: inherit; cursor: pointer; transition: color .2s, transform .2s;
}
.lang-toggle:hover { color: #fff; transform: translateY(-1px); }
.lang-toggle svg { width: 19px; height: 19px; }
.lang-toggle #lang-label { letter-spacing: .01em; }

/* ---------- Header / Nav ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s ease, box-shadow .3s ease;
  background: transparent;
}
.header.scrolled {
  background: var(--navy);
  box-shadow: 0 8px 30px -12px rgba(11, 31, 77, .5);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.nav-logo { display: flex; align-items: center; }
.nav-logo svg, .nav-logo img { height: 44px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-size: 15px; color: rgba(255,255,255,.82); padding: 8px 14px; border-radius: 10px;
  transition: color .2s, background .2s; white-space: nowrap; font-weight: 500;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.10); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.3); border-radius: 10px;
  width: 44px; height: 44px; align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; position: relative; transition: .25s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; transition: .25s; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; margin-top: -88px; padding: 162px 0 130px;
  background: var(--grad-hero); overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(620px 360px at 78% 30%, rgba(56,189,248,.22), transparent 70%),
    radial-gradient(540px 380px at 12% 80%, rgba(37,99,235,.25), transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 3; display: flex; align-items: center; min-height: 480px; }
/* full-bleed scene */
.hero-scene { position: absolute; inset: 0; z-index: 0; }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--navy) 6%, rgba(11,31,77,.82) 34%, rgba(11,31,77,.30) 58%, rgba(11,31,77,0) 78%),
    linear-gradient(0deg, rgba(11,31,77,.5), rgba(11,31,77,0) 22%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px;
  padding: 7px 15px; border-radius: 999px; font-size: 13.5px; color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
}
.hero-badge b { color: #fff; font-weight: 600; }
.hero-copy { max-width: 600px; }
.hero h1 { color: #fff; font-size: clamp(34px, 5vw, 56px); letter-spacing: -0.025em; }
.hero-sub { max-width: 560px; margin: 22px 0 0; color: rgba(233,240,255,.85); font-size: clamp(16px, 2vw, 19px); }
.hero-sub b { color: #fff; font-weight: 600; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { margin-top: 28px; color: rgba(255,255,255,.72); font-size: 14px; display:flex; gap: 20px; flex-wrap:wrap; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--teal-l); }
/* wave divider */
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; display: block; line-height: 0; }
.hero-wave svg { width: 100%; height: 70px; display: block; }

/* ---------- Marquee / logos ---------- */
.marquee-wrap { border-block: 1px solid var(--border); background: var(--bg-soft); overflow: hidden; padding: 20px 0; }
.marquee { display: flex; gap: 56px; white-space: nowrap; width: max-content; animation: scroll 32s linear infinite; }
.marquee span { color: var(--text-dim); font-weight: 600; font-size: 15px; letter-spacing: .03em; display: inline-flex; align-items: center; gap: 10px; }
.marquee span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--grad-teal); }
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee { animation: none; } }

/* ---------- Cards grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Service cards = navy (like "Our Solutions" in reference) */
.card {
  position: relative; background: var(--grad-navy); color: #fff;
  border-radius: var(--radius); padding: 30px; transition: transform .3s ease, box-shadow .3s ease;
  overflow: hidden; box-shadow: var(--shadow);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px;
  background: rgba(56,189,248,.15); border: 1px solid rgba(56,189,248,.3);
}
.card-icon svg { width: 26px; height: 26px; color: var(--teal-l); }
.card h3 { color: #fff; font-size: 20px; margin-bottom: 10px; }
.card p { color: rgba(226,235,252,.82); font-size: 15px; }
.card ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 9px; }
.card li { color: rgba(226,235,252,.85); font-size: 14px; display: flex; gap: 9px; align-items: flex-start; }
.card li svg { width: 16px; height: 16px; color: var(--teal-l); flex: none; margin-top: 3px; }
.card.feature-cta { background: var(--grad-teal); }
.card.feature-cta h3, .card.feature-cta p { color: #06223b; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 28px 16px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.stat b { display: block; font-family: var(--display); font-size: clamp(30px, 4vw, 42px); color: var(--navy); }
.stat span { color: var(--text-soft); font-size: 14px; }

/* ---------- Process (= "How It Works" light cards) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease; }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.step-num {
  font-family: var(--display); font-size: 15px; font-weight: 700; width: 38px; height: 38px;
  border-radius: 11px; display: grid; place-items: center; background: var(--grad-blue); color: #fff; margin-bottom: 16px;
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--text-soft); font-size: 14px; }

/* ---------- Why / feature split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.split h2 { font-size: clamp(28px, 4vw, 40px); }
.split p.lead { color: var(--text-soft); margin-top: 18px; font-size: 17px; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 18px; }
.feature-list li { display: flex; gap: 14px; }
.feature-list .fi { width: 44px; height: 44px; border-radius: 12px; background: rgba(37,99,235,.10); border: 1px solid rgba(37,99,235,.18); display: grid; place-items: center; flex: none; }
.feature-list .fi svg { width: 20px; height: 20px; color: var(--blue); }
.feature-list h4 { margin: 0 0 4px; font-family: var(--display); font-size: 16px; color: var(--navy); }
.feature-list p { color: var(--text-soft); font-size: 14px; }
.visual-card {
  border-radius: 22px; padding: 28px; background: var(--grad-navy);
  box-shadow: var(--shadow-lg); position: relative;
}
.visual-card .vc-row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); margin-bottom: 12px; }
.visual-card .vc-row:last-child { margin-bottom: 0; }
.vc-dot { width: 38px; height: 38px; border-radius: 11px; background: rgba(56,189,248,.16); border: 1px solid rgba(56,189,248,.32); display: grid; place-items: center; flex:none; }
.vc-dot svg { width: 18px; height: 18px; color: var(--teal-l); }
.vc-row b { font-size: 14px; color: #fff; }
.vc-row small { color: rgba(226,235,252,.65); display: block; font-size: 12.5px; }
.vc-tag { margin-left: auto; font-size: 11px; padding: 4px 10px; border-radius: 999px; background: rgba(22,163,74,.2); color: #6ee7a0; border: 1px solid rgba(22,163,74,.4); }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.price { padding: 32px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); position: relative; box-shadow: var(--shadow); }
.price.featured { border-color: transparent; background: var(--grad-navy); color: #fff; box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.price.featured h3, .price.featured .amt { color: #fff; }
.price.featured p.desc { color: rgba(226,235,252,.82); }
.price.featured li { color: rgba(226,235,252,.88); }
.price.featured li svg { color: var(--teal-l); }
.price .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; background: var(--green); color: #fff; }
.price h3 { font-size: 19px; color: var(--navy); }
.price .amt { font-family: var(--display); font-size: 38px; margin: 14px 0 4px; color: var(--navy); }
.price .amt small { font-size: 15px; color: var(--text-dim); font-family: var(--font); font-weight: 400; }
.price.featured .amt small { color: rgba(226,235,252,.7); }
.price p.desc { color: var(--text-soft); font-size: 14px; min-height: 42px; }
.price ul { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 11px; }
.price li { display: flex; gap: 10px; font-size: 14px; color: var(--text-soft); }
.price li svg { width: 17px; height: 17px; color: var(--blue); flex: none; margin-top: 3px; }
.price .btn { width: 100%; }

/* ---------- Contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-info h2 { font-size: clamp(28px, 4vw, 38px); }
.contact-info p.lead { color: var(--text-soft); margin-top: 16px; font-size: 17px; }
.contact-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 16px; }
.contact-list li { display: flex; gap: 14px; align-items: center; }
.contact-list .ci { width: 46px; height: 46px; border-radius: 12px; background: rgba(37,99,235,.09); border: 1px solid rgba(37,99,235,.16); display: grid; place-items: center; flex: none; }
.contact-list .ci svg { width: 20px; height: 20px; color: var(--blue); }
.contact-list small { color: var(--text-dim); display: block; font-size: 13px; }
.contact-list a, .contact-list b { font-size: 15px; font-weight: 600; color: var(--navy); }

.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 8px; color: var(--text); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 12px; background: var(--bg-soft);
  border: 1px solid var(--border-2); color: var(--text); font-size: 15px; font-family: inherit; transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 13px; color: var(--text-dim); margin-top: 14px; text-align: center; }
.form-status { display:none; padding: 12px 16px; border-radius: 12px; font-size: 14px; margin-top: 16px; }
.form-status.ok { display:block; background: rgba(22,163,74,.1); border: 1px solid rgba(22,163,74,.3); color: var(--green-d); }
.form-status.err { display:block; background: rgba(220,38,38,.08); border: 1px solid rgba(220,38,38,.3); color: #b91c1c; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 4px 22px; transition: border-color .2s, box-shadow .2s; box-shadow: var(--shadow); }
.faq details[open] { border-color: var(--blue); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--display); font-weight: 600; font-size: 16.5px; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--blue); transition: transform .25s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--text-soft); font-size: 15px; padding: 0 0 20px; }

/* ---------- CTA banner = consultation over skyline ---------- */
.cta-banner {
  position: relative; text-align: center; padding: 80px 40px; border-radius: 26px; overflow: hidden;
  background: linear-gradient(180deg, rgba(11,31,77,.78), rgba(11,31,77,.92)), var(--grad-navy);
  box-shadow: var(--shadow-lg);
}
.cta-skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; opacity: .5; line-height: 0; }
.cta-skyline svg { width: 100%; height: auto; display: block; }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; font-size: clamp(28px, 4.5vw, 44px); }
.cta-banner p { color: rgba(226,235,252,.85); margin-top: 16px; font-size: 18px; max-width: 580px; margin-inline: auto; }
.cta-banner .hero-actions { justify-content: center; margin-top: 30px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); padding: 64px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand svg, .footer-brand img { height: 34px; margin-bottom: 18px; }
.footer-brand p { color: rgba(226,235,252,.7); font-size: 14.5px; max-width: 300px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; transition: background .2s, transform .2s; }
.footer-social a:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; color: rgba(255,255,255,.85); }
.footer-col h4 { font-family: var(--display); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-col a { color: rgba(226,235,252,.75); font-size: 14.5px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(226,235,252,.55); font-size: 13.5px; }

/* ---------- RTL / Arabic ---------- */
html[dir="rtl"] body,
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4 {
  font-family: 'Cairo', var(--font);
}
html[dir="rtl"] { letter-spacing: 0; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { letter-spacing: 0; }
/* flip directional arrows (buttons only contain arrows) */
html[dir="rtl"] .btn svg { transform: scaleX(-1); }
/* move the "auto" margin to the correct side */
html[dir="rtl"] .vc-tag { margin-left: 0; margin-right: auto; }
/* mirror the hero scene + scrim so the details sit on the left, clear of the right-aligned Arabic text */
html[dir="rtl"] .hero-scene img { transform: scaleX(-1); }
html[dir="rtl"] .hero-scrim {
  background:
    linear-gradient(270deg, var(--navy) 6%, rgba(11,31,77,.82) 34%, rgba(11,31,77,.30) 58%, rgba(11,31,77,0) 78%),
    linear-gradient(0deg, rgba(11,31,77,.5), rgba(11,31,77,0) 22%);
}
/* marquee scrolls the other way in RTL */
html[dir="rtl"] .marquee { animation-name: scroll-rtl; }
@keyframes scroll-rtl { to { transform: translateX(50%); } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3, .stats, .steps, .pricing { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .price.featured { transform: none; }
  .hero { padding: 130px 0 110px; }
  .hero-scene img { object-position: 68% center; }
  .hero-scrim { background: linear-gradient(180deg, rgba(11,31,77,.55) 0%, rgba(11,31,77,.78) 55%, rgba(11,31,77,.92) 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .section { padding: 70px 0; }
  .nav-cta .btn-outline-light { display: none; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: flex;
    position: fixed; inset: 88px 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--navy); padding: 16px 24px 28px;
    box-shadow: 0 16px 30px -12px rgba(0,0,0,.5); transform: translateY(-130%); transition: transform .3s ease; z-index: 90;
  }
  body.nav-open .nav-links { transform: none; }
  .nav-links a { padding: 14px; font-size: 16px; }
  .grid-3, .grid-2, .stats, .steps, .pricing, .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}
@media (max-width: 480px) {
  .container { padding-inline: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 56px 22px; }
}
