/* SoCo Tax & Cloud Accounting — lead magnet
   Structure: Advisory reference (dark/light alternating, grotesk + mono)
   Colors: SoCo brand navy #223873 + lime #A3CC47 */

:root {
  --navy: #223873;
  --navy-deep: #0e1733;
  --navy-ink: #0a1128;
  --lime: #a3cc47;
  --lime-bright: #b6dc5c;
  --lime-ink: #5f7d1c; /* contrast-safe lime for text on light */
  --paper: #f7f8f4;
  --paper-2: #eceee7;
  --ink: #111622;
  --muted: #545b69;
  --line: rgba(17, 22, 34, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);
  --on-dark-muted: rgba(255, 255, 255, 0.72);

  --font-display: "Inter Tight", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;

  --gutter: clamp(20px, 4vw, 48px);
  --max: 1240px;
  --header-h: 76px;
  --radius: 18px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
html.has-smoothscroll { scroll-behavior: auto !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }

section[id] { scroll-margin-top: var(--header-h); }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--lime); color: var(--navy-ink); padding: 12px 18px;
  border-radius: 10px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 6px; }
.light :focus-visible, .band-light :focus-visible { outline-color: var(--navy); }

/* Eyebrow: mono caps + lime square */
.eyebrow {
  display: inline-flex; align-items: flex-start; gap: 10px;
  font-family: var(--font-mono); font-size: 13px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; line-height: 1.4;
  color: var(--muted);
}
.eyebrow::before {
  content: ""; flex: none; width: 9px; height: 9px; margin-top: 4px;
  background: var(--lime);
}
.band-dark .eyebrow, .band-navy .eyebrow, .hero .eyebrow { color: var(--on-dark-muted); }
.band-light .eyebrow::before { background: var(--navy); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  font-family: var(--font-body); font-size: 16px; font-weight: 600;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  white-space: nowrap;
  transition: transform 160ms var(--ease-out), background-color 200ms var(--ease-out),
    color 200ms var(--ease-out), border-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}
.btn:active { transform: scale(0.97); }
.btn-lime { background: var(--lime); color: var(--navy-ink); }
.btn-lime:hover { background: var(--lime-bright); box-shadow: 0 10px 30px -10px rgba(163, 204, 71, 0.7); }
.btn-outline-light { border-color: rgba(255,255,255,0.5); color: #fff; }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); box-shadow: 0 10px 30px -12px rgba(34,56,115,0.7); }
.btn-outline-dark { border-color: var(--navy); color: var(--navy); }
.btn-outline-dark:hover { background: var(--navy); color: #fff; }
.btn .arrow { transition: transform 200ms var(--ease-out); }
.btn:hover .arrow { transform: translateX(3px); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background-color 250ms var(--ease-out), border-color 250ms var(--ease-out);
}
.site-header.is-scrolled { background: rgba(10, 17, 40, 0.92); backdrop-filter: blur(12px); border-color: var(--line-dark); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand-mark { display: grid; place-items: center; flex: none; }
.brand-mark img { height: 54px; width: auto; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; line-height: 1.1; }
.brand-name small { display: block; font-family: var(--font-mono); font-size: 10.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-muted); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 15px; font-weight: 500; transition: color 180ms; }
.nav-links a:hover { color: var(--lime); }
.header-cta { min-height: 46px; padding: 0 20px; font-size: 15px; }
.nav-toggle {
  display: none; width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,0.1); border: 1px solid var(--line-dark); color: #fff; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 20px; height: 2px; background: currentColor; position: relative;
  transition: transform 220ms var(--ease-out), background-color 220ms;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-cta { display: none; }

/* Hero */
.hero {
  position: relative; min-height: 100vh; color: #fff; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--navy-ink);
}
.hero-media { position: absolute; inset: 0; }
.hero-media picture { display: block; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,17,40,0.94) 0%, rgba(10,17,40,0.78) 42%, rgba(10,17,40,0.25) 75%, rgba(10,17,40,0.15) 100%),
    linear-gradient(0deg, rgba(10,17,40,0.95) 0%, rgba(10,17,40,0) 38%);
}
.hero-content { position: relative; padding-top: calc(var(--header-h) + 72px); padding-bottom: 56px; }
.hero h1 {
  font-size: clamp(40px, 6.1vw, 82px); font-weight: 800; letter-spacing: -0.045em; line-height: 0.98;
  max-width: 11ch; margin: 22px 0 26px;
}
.hero h1 .accent { color: var(--lime); }
.hero-line { display: block; white-space: nowrap; }
.hero-sub { font-size: clamp(17px, 1.4vw, 20px); color: var(--on-dark-muted); max-width: 52ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-quote {
  position: absolute; right: var(--gutter); bottom: 132px; max-width: 330px;
  background: rgba(255,255,255,0.1); border: 1px solid var(--line-dark); backdrop-filter: blur(14px);
  border-radius: var(--radius); padding: 22px 24px;
}
.hero-quote p { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.3; }
.hero-quote cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-dark-muted); }
.hero-strip { position: relative; border-top: 1px solid var(--line-dark); }
.hero-strip .container { display: flex; align-items: center; gap: 36px; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; }
.strip-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-muted); }
.strip-items { display: flex; flex-wrap: wrap; gap: 10px 34px; list-style: none; margin: 0; padding: 0; }
.strip-items li { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: rgba(255,255,255,0.78); letter-spacing: -0.01em; }

/* Bands */
.band { padding: clamp(80px, 11vw, 140px) 0; }
.band-dark { background: var(--navy-ink); color: #fff; }
.band-navy { background: var(--navy); color: #fff; }
.band-light { background: var(--paper); }
.band-white { background: #fff; }
.section-title { font-size: clamp(32px, 4.3vw, 54px); margin-top: 18px; }
.section-lede { margin-top: 20px; font-size: 18px; color: var(--muted); max-width: 56ch; }
.band-dark .section-lede, .band-navy .section-lede { color: var(--on-dark-muted); }

/* Statement + stats */
.statement { text-align: center; }
.statement .eyebrow { justify-content: center; }
.statement-text {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.035em; line-height: 1.12;
  font-size: clamp(27px, 3.6vw, 46px); max-width: 22ch; margin: 22px auto 0; text-wrap: balance;
}
.statement-text .dim { color: #9aa0ab; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 70px; text-align: left; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 28px 30px; }
.stat-title { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 4.4vw, 56px); letter-spacing: -0.05em; line-height: 1; margin: 18px 0 12px; color: var(--navy); }
.stat-num .unit { color: var(--lime-ink); }
.stat p { color: var(--muted); font-size: 15.5px; }

/* Services carousel (bleeds right) */
.services-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; }
.carousel-controls { display: flex; gap: 10px; }
.circle-btn {
  width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--lime); color: var(--navy-ink); display: grid; place-items: center;
  transition: transform 160ms var(--ease-out), background-color 200ms, opacity 200ms;
}
.circle-btn:hover { background: var(--lime-bright); }
.circle-btn:active { transform: scale(0.94); }
.circle-btn[disabled] { opacity: 0.35; cursor: default; }
.services-track {
  display: flex; gap: 20px; margin-top: 56px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 var(--gutter) 10px max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  scrollbar-width: none; list-style: none; margin-bottom: 0;
}
.services-track::-webkit-scrollbar { display: none; }
.service-card {
  position: relative; flex: 0 0 min(380px, 82vw); aspect-ratio: 4 / 5; border-radius: var(--radius);
  overflow: hidden; scroll-snap-align: start; background: var(--navy);
}
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
.service-card:hover img { transform: scale(1.04); }
.service-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10,17,40,0.96) 0%, rgba(10,17,40,0.88) 28%, rgba(10,17,40,0) 62%);
}
.service-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 26px; }
.service-num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; color: var(--lime); }
.service-body h3 { font-size: 24px; margin: 10px 0 10px; }
.service-body p { font-size: 15.5px; color: rgba(255,255,255,0.8); line-height: 1.5; }

/* Approach */
.approach-card {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 0; margin-top: 56px;
  background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
}
.approach-media img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.approach-steps { list-style: none; margin: 0; padding: 20px 44px; }
.approach-step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.approach-step:last-child { border-bottom: none; }
.step-num {
  width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: var(--lime);
  display: grid; place-items: center; font-family: var(--font-mono); font-weight: 600; font-size: 14px;
}
.approach-step h3 { font-size: 21px; letter-spacing: -0.02em; }
.approach-step p { color: var(--muted); margin-top: 8px; font-size: 16px; }

/* Concierge rows */
.rows { display: grid; gap: 18px; margin-top: 56px; }
.row-card {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: var(--paper);
  border-radius: 22px; overflow: hidden; border: 1px solid var(--line);
}
.row-text { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.row-text h3 { font-size: clamp(24px, 2.3vw, 30px); }
.row-text p { color: var(--muted); margin-top: 14px; }
.row-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.row-meta b { color: var(--navy); font-weight: 600; }
.row-tag {
  align-self: flex-start; margin-top: 24px; display: inline-flex; align-items: center; gap: 8px;
  background: var(--lime); color: var(--navy-ink); font-weight: 600; font-size: 15px;
  padding: 0 18px; min-height: 48px; border-radius: 999px; text-decoration: none;
  transition: transform 160ms var(--ease-out), background-color 200ms;
}
.row-tag:hover { background: var(--lime-bright); }
.row-tag:active { transform: scale(0.97); }
.row-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }

/* Testimonial */
.testimonial { text-align: center; }
.testimonial .eyebrow { justify-content: center; color: var(--on-dark-muted); }
.testimonial .eyebrow::before { background: var(--lime); }
.quote-mark {
  width: 46px; height: auto; margin: 34px auto 0; display: block; color: var(--lime);
}
.testimonial blockquote { margin: 26px auto 0; max-width: 34ch; }
.testimonial blockquote p {
  font-family: var(--font-display); font-weight: 700; color: #fff;
  font-size: clamp(22px, 2.9vw, 38px); letter-spacing: -0.03em; line-height: 1.24;
  text-wrap: balance;
}
.testimonial cite { display: block; margin-top: 30px; font-style: normal; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-muted); }

/* Stack pills */
.pill-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 900px; margin: 48px auto 0; list-style: none; padding: 0; }
.pill-cloud li {
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: 15.5px;
}
.pill-cloud li::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--lime); flex: none; }
.stack { text-align: center; }
.stack .eyebrow { justify-content: center; }
.stack .section-lede { margin-left: auto; margin-right: auto; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 72px; text-align: left; }
.value { border-top: 2px solid var(--navy); padding-top: 22px; }
.value h3 { font-size: 22px; letter-spacing: -0.02em; }
.value p { color: var(--muted); margin-top: 10px; font-size: 16px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: inherit; letter-spacing: normal; }

.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: none; border: none; cursor: pointer; text-align: left; color: var(--ink);
  font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -0.02em;
  padding: 24px 0; min-height: 48px;
}
.faq-icon {
  flex: none; width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--line);
  display: grid; place-items: center; transition: transform 250ms var(--ease-out), background-color 200ms, border-color 200ms;
}
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); background: var(--lime); border-color: var(--lime); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 280ms var(--ease-out); }
.faq-a > div { overflow: hidden; }
.faq-a p { color: var(--muted); padding: 0 56px 26px 0; }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }

/* Final CTA + form */
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.cta-title { font-size: clamp(36px, 4.8vw, 64px); font-weight: 800; letter-spacing: -0.045em; margin-top: 18px; }
.cta-title .accent { color: var(--lime); }
.cta-contact { margin-top: 36px; display: grid; gap: 14px; list-style: none; padding: 0; }
.cta-contact a { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; font-weight: 500; min-height: 44px; }
.cta-contact a:hover { color: var(--lime); }
.cta-contact .ic { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); display: grid; place-items: center; color: var(--lime); flex: none; }
.form-card { background: #fff; color: var(--ink); border-radius: 24px; padding: clamp(26px, 3.4vw, 40px); }
.form-card h3 { font-size: 26px; }
.form-card .form-note { color: var(--muted); font-size: 15px; margin-top: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { font-size: 14.5px; font-weight: 600; }
.req { color: #9b2c2c; font-weight: 500; font-size: 13px; }
.field input, .field select, .field textarea {
  font: inherit; font-size: 16px; color: var(--ink); background: var(--paper);
  border: 1.5px solid #c9cdd4; border-radius: 12px; padding: 12px 14px; min-height: 50px;
  transition: border-color 180ms, box-shadow 180ms;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(34,56,115,0.2); }
.field[data-invalid] input, .field[data-invalid] select { border-color: #b42318; }
.field-error { color: #b42318; font-size: 13.5px; min-height: 0; }
fieldset.field { border: none; padding: 0; margin: 0; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 4px; }
.checks label { display: flex; align-items: center; gap: 10px; font-weight: 400; font-size: 15.5px; min-height: 36px; cursor: pointer; }
.checks input { width: 18px; height: 18px; accent-color: var(--navy); margin: 0; }
.form-submit { width: 100%; margin-top: 22px; }
.form-status { margin-top: 14px; font-size: 15px; font-weight: 500; }
.form-status.is-success { color: var(--lime-ink); }
.form-status.is-error { color: #b42318; }

/* Footer */
.site-footer { background: var(--navy-ink); color: var(--on-dark-muted); border-top: 1px solid var(--line-dark); padding: 34px 0; font-size: 14.5px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.footer-info a { color: #fff; text-decoration: none; }
.footer-info a:hover { color: var(--lime); }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #fff; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }

/* Reveal */
.pre-reveal { opacity: 0; transform: translateY(18px); }
.is-visible { opacity: 1; transform: none; transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
@media (prefers-reduced-motion: reduce) {
  .pre-reveal { opacity: 1; transform: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Accessibility page */
.doc-hero { background: var(--navy-ink); color: #fff; padding: calc(var(--header-h) + 80px) 0 72px; }
.doc-hero h1 { font-size: clamp(36px, 5.2vw, 64px); font-weight: 800; letter-spacing: -0.045em; margin-top: 18px; }
.doc-hero p { color: var(--on-dark-muted); margin-top: 18px; max-width: 60ch; }
.doc { padding: 72px 0 110px; }
.doc .container { max-width: 820px; }
.doc h2 { font-size: 28px; letter-spacing: -0.025em; margin-top: 48px; }
.doc h2:first-child { margin-top: 0; }
.doc p, .doc li { color: #353b47; margin-top: 14px; }
.doc ul { padding-left: 22px; }
.doc a { color: var(--navy); font-weight: 600; }

/* Responsive */
@media (max-width: 1080px) {
  .hero-quote { display: none; }
  .approach-card { grid-template-columns: 1fr; }
  .approach-media img { min-height: 0; aspect-ratio: 16 / 9; height: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 1080px) {
  .nav-links, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: var(--navy-ink); border-bottom: 1px solid var(--line-dark);
    padding: 10px var(--gutter) 24px;
  }
  .nav-links.is-open a { display: flex; align-items: center; min-height: 52px; font-size: 17px; border-bottom: 1px solid var(--line-dark); }
  .nav-links.is-open .mobile-cta { display: block; margin-top: 18px; }
  .nav-links.is-open .mobile-cta a.btn { width: 100%; border-bottom: none; color: var(--navy-ink); justify-content: center; }
  .site-header.menu-open { background: var(--navy-ink); }
}

@media (max-width: 900px) {
  .stats, .values { grid-template-columns: 1fr; }
  .row-card { grid-template-columns: 1fr; }
  .row-media { order: -1; }
  .row-media img { min-height: 0; aspect-ratio: 16 / 9; height: auto; }
  .services-head { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero-line { white-space: normal; display: inline; }
  .hero h1 { max-width: none; }
  .hero-media img { object-position: 50% 0%; }
  .hero-media::after {
    background: linear-gradient(0deg, rgba(10,17,40,0.97) 0%, rgba(10,17,40,0.9) 48%, rgba(10,17,40,0.35) 80%, rgba(10,17,40,0.3) 100%);
  }
  .hero-ctas .btn, .cta-grid .btn, .row-tag, .form-submit { width: 100%; }
  .row-tag { justify-content: center; }
  .btn { font-size: 15.5px; padding: 0 20px; }
  .hero-strip .container { gap: 12px; }
  .strip-items { gap: 8px 20px; }
  .strip-items li { font-size: 14.5px; }
  .form-grid, .checks { grid-template-columns: 1fr; }
  .approach-steps { padding: 8px 22px; }
  .approach-step { grid-template-columns: 1fr; gap: 14px; }
  
.faq-q { font-size: 18px; }
  .faq-a p { padding-right: 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .brand-name small { display: none; }
}
