/* ============================================================
   DedicatusIT — styles.css
   Brand: navy + coral. Modern, responsive, lead-gen focused.
   ============================================================ */

:root {
  --navy:        #0e2a54;
  --navy-deep:   #081a38;
  --navy-soft:   #16407a;
  --coral:       #e8543f;
  --coral-dark:  #cf4029;
  --ink:         #16243d;
  --slate:       #51607a;
  --line:        #e3e8f0;
  --bg:          #ffffff;
  --bg-alt:      #f5f7fb;
  --green:       #1faa6a;
  --radius:      14px;
  --radius-lg:   20px;
  --shadow:      0 10px 30px rgba(14, 42, 84, 0.08);
  --shadow-lg:   0 24px 60px rgba(14, 42, 84, 0.16);
  --maxw:        1160px;
  --ease:        cubic-bezier(.16,.84,.44,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 86px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 { line-height: 1.15; color: var(--navy); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.18rem; }
p  { color: var(--slate); }
a  { color: inherit; text-decoration: none; }

.hl { color: var(--coral); }

/* Accessibility: skip link + visible keyboard focus */
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--coral); color: #fff; padding: .7rem 1.2rem; border-radius: 0 0 10px 0; font-weight: 700; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 700; font-size: .98rem; border-radius: 999px;
  padding: .8rem 1.5rem; cursor: pointer; border: 2px solid transparent;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, color .18s;
  white-space: nowrap;
}
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(232, 84, 63, .32); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(232,84,63,.4); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 1rem 1.9rem; font-size: 1.04rem; }
.btn-sm { padding: .58rem 1.1rem; font-size: .92rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .6rem; color: var(--navy); }
.brand-mark { color: var(--navy); flex: none; }
.brand-logo { height: 38px; width: auto; max-width: 220px; display: block; }
.brand-name { font-weight: 900; font-size: 1.2rem; letter-spacing: .005em; color: var(--navy); }

.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav > a { font-weight: 600; font-size: .96rem; color: var(--ink); transition: color .15s; }
.nav > a:not(.btn):hover { color: var(--coral); }
.nav-cta { color: #fff; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-bg {
  position: absolute; inset: 0;
  background-color: #081a38;
  background-image:
    radial-gradient(rgba(255,255,255,.08) 1.3px, transparent 1.8px),
    radial-gradient(900px 500px at 85% -10%, rgba(232,84,63,.22), transparent 60%),
    radial-gradient(700px 500px at 10% 110%, rgba(22,64,122,.55), transparent 55%),
    linear-gradient(160deg, #0a1f44 0%, #081a38 60%, #0a1f44 100%);
  background-size: 26px 26px, auto, auto, auto;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center;
  padding: 86px 24px 96px;
}
.eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #ffb9ac; background: rgba(232,84,63,.14);
  padding: .35rem .85rem; border-radius: 999px; margin-bottom: 1.1rem;
}
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 900; margin-bottom: 1.2rem; }
.hero-sub { color: #cdd8ec; font-size: 1.12rem; max-width: 560px; margin-bottom: 1.8rem; }
.hero-sub strong { color: #fff; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 1.4rem; }
.hero-trust li { color: #aebbd4; font-size: .94rem; position: relative; padding-left: 1.4rem; }
.hero-trust li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 800; }
.hero-trust strong { color: #fff; }

/* Hero card */
.hero-card {
  background: #fff; color: var(--ink); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-lg);
}
.hero-card-head { display: flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--navy); font-size: .95rem; margin-bottom: 1rem; }
.dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot-green { background: var(--green); box-shadow: 0 0 0 4px rgba(31,170,106,.18); }
.compare { border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 16px; margin-bottom: 1.1rem; }
.compare-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem 0; font-size: .95rem; border-bottom: 1px dashed var(--line); }
.compare-row:last-child { border-bottom: 0; }
.compare-row span:first-child { color: var(--slate); }
.bad { color: #b23b2a; font-weight: 700; }
.good { color: var(--green); font-weight: 800; }
.good-row span:first-child { color: var(--ink); font-weight: 600; }
.compare-divider { text-align: center; position: relative; padding: .5rem 0; border-bottom: 0 !important; }
.compare-divider span { background: #fff; color: var(--slate); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 0 .6rem; position: relative; z-index: 1; }
.compare-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.hero-card-note { text-align: center; font-size: .82rem; color: var(--slate); margin-top: .8rem; }

/* Hero value list */
.value-list { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.2rem; }
.value-list li { position: relative; padding: .55rem .25rem .55rem 2rem; border-bottom: 1px dashed var(--line); }
.value-list li:last-child { border-bottom: 0; }
.value-list li::before { content: "✓"; position: absolute; left: 0; top: .55rem; color: #fff; background: var(--coral); width: 1.35rem; height: 1.35rem; border-radius: 50%; display: grid; place-items: center; font-size: .78rem; font-weight: 800; }
.value-list strong { display: block; color: var(--navy); font-size: .98rem; }
.value-list span { display: block; color: var(--slate); font-size: .85rem; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--navy); }
.trustbar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 30px 24px; text-align: center; }
.stat { display: flex; flex-direction: column; gap: .25rem; }
.stat-num { font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -.01em; }
.stat-label { font-size: .86rem; color: #9fb0cf; }

/* ---------- Sections ---------- */
.section { padding: 92px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 740px; margin: 0 auto 56px; text-align: center; }
.kicker { display: inline-block; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--coral); margin-bottom: .9rem; }
.kicker.light { color: #ffb9ac; }
.section-lead { font-size: 1.12rem; margin-top: 1rem; }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px; box-shadow: var(--shadow); transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card h3 { margin-bottom: .55rem; }
.card-icon { margin-bottom: .9rem; line-height: 0; }
.card-icon svg { width: 34px; height: 34px; color: var(--coral); }
.problem-card { border-top: 3px solid var(--coral); }
.cap-card p { font-size: .95rem; }
.cap-icon { line-height: 0; margin-bottom: .85rem; }
.cap-icon svg { width: 30px; height: 30px; color: var(--coral); }

/* System-around-the-engineer cards + callout */
.sys-card { border-left: 3px solid var(--navy-soft); }
.sys-card h3 { position: relative; padding-left: 1.7rem; }
.sys-card h3::before { content: "✓"; position: absolute; left: 0; top: -1px; color: #fff; background: var(--coral); width: 1.3rem; height: 1.3rem; border-radius: 50%; display: grid; place-items: center; font-size: .76rem; font-weight: 800; }
.callout { max-width: 840px; margin: 44px auto 0; background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: 34px 40px; box-shadow: var(--shadow-lg); border-left: 4px solid var(--coral); }
.callout-q { color: #fff; font-weight: 800; font-size: 1.25rem; margin-bottom: .7rem; letter-spacing: -.01em; }
.callout-a { color: #cdd8ec; font-size: 1.06rem; margin: 0; }

/* ---------- Model split ---------- */
.model-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 24px; align-items: stretch; }
.model-col { border-radius: var(--radius-lg); padding: 32px 30px; }
.model-col h3 { margin-bottom: 1.2rem; }
.bad-col { background: #fff; border: 1px solid var(--line); }
.good-col { background: var(--navy); box-shadow: var(--shadow-lg); }
.good-col h3 { color: #fff; }
.x-list, .check-list { list-style: none; display: flex; flex-direction: column; gap: .8rem; }
.x-list li, .check-list li { position: relative; padding-left: 2rem; font-size: .98rem; }
.x-list li { color: var(--slate); }
.x-list li::before { content: "✕"; position: absolute; left: 0; color: #b23b2a; font-weight: 800; }
.check-list li { color: #dbe5f5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: #fff; font-weight: 800; background: var(--coral); width: 1.35rem; height: 1.35rem; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; }

/* ---------- Tiers ---------- */
.tiers { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 48px; }
.tier-pill { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .7rem 1.4rem; font-weight: 700; color: var(--slate); font-size: .95rem; }
.tier-strong { background: var(--navy); color: #fff; border-color: var(--navy); }
.tiers-note { text-align: center; margin-top: 1.6rem; font-size: .96rem; }

/* ---------- How it works (dark) ---------- */
.section-dark { background: var(--navy-deep); position: relative; }
.section-dark h2 { color: #fff; }
.section-dark .section-lead { color: #c4d0e6; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 28px 24px; transition: background .2s; }
.step:hover { background: rgba(255,255,255,.08); }
.step-num { display: inline-block; font-size: 1rem; font-weight: 900; color: var(--coral); letter-spacing: .05em; margin-bottom: 1rem; padding: .3rem .7rem; border: 1.5px solid rgba(232,84,63,.5); border-radius: 8px; }
.step h3 { color: #fff; margin-bottom: .5rem; }
.step p { color: #aebbd4; font-size: .95rem; }

/* ---------- Case study ---------- */
.case { display: grid; grid-template-columns: 1.4fr .9fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.case-body { padding: 44px 42px; background: #fff; }
.case-tag { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--coral); margin-bottom: 1rem; }
.case-body h3 { font-size: 1.55rem; margin-bottom: 1.1rem; }
.case-body p { margin-bottom: 1rem; }
.case-kicker { font-weight: 700; color: var(--navy); font-style: italic; }
.case-stats { background: var(--navy); display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 44px 38px; }
.case-stat { display: flex; flex-direction: column; }
.cs-num { font-size: 1.7rem; font-weight: 900; color: #fff; letter-spacing: -.02em; }
.case-stat:first-child .cs-num { color: var(--coral); }
.cs-label { font-size: .9rem; color: #9fb0cf; }

/* ---------- Founder ---------- */
.founder { display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center; max-width: 920px; }
.founder-photo { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.founder-img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; object-position: center top; border: 4px solid #fff; box-shadow: var(--shadow-lg); }
.founder-id { text-align: center; }
.founder-name { display: block; font-weight: 800; font-size: 1.15rem; color: var(--navy); letter-spacing: -.01em; }
.founder-title { display: block; font-size: .82rem; font-weight: 700; color: var(--coral); text-transform: uppercase; letter-spacing: .08em; margin-top: .15rem; }
.founder-links { display: flex; gap: .7rem; justify-content: center; margin-top: .7rem; }
.founder-links a { color: var(--navy); display: inline-flex; }
.founder-links a:hover { color: var(--coral); }
.founder-copy h2 { margin-bottom: 1rem; }
.founder-copy p { margin-bottom: 1rem; font-size: 1.05rem; }

/* ---------- CTA / Contact ---------- */
.section-cta { background: linear-gradient(160deg, #0a1f44, #081a38); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cta-copy h2 { color: #fff; }
.cta-copy > p { color: #c4d0e6; font-size: 1.1rem; margin: 1rem 0 1.6rem; }
.cta-points { list-style: none; display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.8rem; }
.cta-points li { padding-left: 1.8rem; position: relative; color: #dbe5f5; }
.cta-points li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 800; }
.cta-regions { margin-top: 1.4rem; font-size: .9rem; color: #9fb0cf; font-weight: 600; }
.cta-direct { display: flex; flex-wrap: wrap; gap: 1rem; }
.cta-direct-item { color: #fff; font-weight: 600; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: .5rem 1.1rem; font-size: .95rem; transition: background .15s; }
.cta-direct-item:hover { background: rgba(255,255,255,.1); }

/* Contact card (email-based) */
.contact-card { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 36px 34px; box-shadow: var(--shadow-lg); }
.contact-card h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.contact-card-sub { color: var(--slate); margin-bottom: 1.3rem; }
.contact-include { list-style: none; display: flex; flex-direction: column; gap: .75rem; margin-bottom: 1.7rem; }
.contact-include li { position: relative; padding-left: 1.8rem; color: var(--ink); font-size: .98rem; }
.contact-include li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #fff; background: var(--coral); width: 1.3rem; height: 1.3rem; border-radius: 50%; display: grid; place-items: center; font-size: .74rem; font-weight: 800; }
.contact-or { text-align: center; color: var(--slate); font-size: .84rem; margin: 1.1rem 0 .6rem; }
.contact-direct { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; justify-content: center; }
.contact-direct a { color: var(--navy); font-weight: 600; font-size: .95rem; }
.contact-direct a:hover { color: var(--coral); }

/* Contact: prominent email focal point */
.contact-reach { text-align: center; margin-top: .3rem; }
.contact-reach-label { display: block; font-size: .8rem; font-weight: 600; color: var(--slate); text-transform: uppercase; letter-spacing: .09em; margin-bottom: .4rem; }
.contact-email { display: inline-block; font-size: 1.45rem; font-weight: 800; color: var(--coral); letter-spacing: -.01em; word-break: break-word; }
.contact-email:hover { text-decoration: underline; }
.contact-phone { display: block; margin-top: .55rem; font-weight: 600; color: var(--navy); }
.contact-phone:hover { color: var(--coral); }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 56px 20px 24px; font-weight: 700; color: var(--navy); font-size: 1.05rem; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--coral); font-weight: 800; font-size: 1.5rem; line-height: 1; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-a { padding: 0 24px 20px; }
.faq-a p { margin: 0; color: var(--slate); }

/* Two ways to begin */
.start-grid { max-width: 920px; margin: 0 auto; }
.start-card { position: relative; }
.start-card-featured { border: 2px solid var(--coral); }
.start-badge { position: absolute; top: -13px; left: 26px; background: var(--coral); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: .32rem .85rem; border-radius: 999px; }
.start-card h3 { margin-top: .3rem; margin-bottom: .55rem; }
.start-cta { text-align: center; margin-top: 1.9rem; font-size: 1.06rem; color: var(--slate); }
.start-cta a { color: var(--coral); font-weight: 700; }
.start-cta a:hover { text-decoration: underline; }

/* Mobile sticky CTA */
.mobile-cta { display: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #c4d0e6; padding: 64px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-name { color: #fff; font-size: 1.3rem; }
.footer-brand p { color: #93a3c2; margin-top: .8rem; max-width: 280px; font-size: .95rem; }
.footer-social { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.1rem; color: #aebbd4; font-weight: 600; font-size: .92rem; }
.footer-social:hover { color: var(--coral); }
.footer-social svg { flex: none; }
.footer-col h4 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.footer-col a { display: block; color: #aebbd4; padding: .25rem 0; font-size: .95rem; transition: color .15s; }
.footer-col a:hover { color: var(--coral); }
.footer-addr { color: #93a3c2; font-size: .92rem; margin-bottom: 1rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: .88rem; color: #7d8eae; flex-wrap: wrap; gap: 10px; }
.footer-legal { display: flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; }
.footer-legal a { color: #aebbd4; font-weight: 600; }
.footer-legal a:hover { color: var(--coral); }
.to-top { color: #aebbd4; font-weight: 600; }
.footer-fineprint { font-size: .74rem; color: #64748f; padding-top: 14px; line-height: 1.5; }
.to-top:hover { color: var(--coral); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px 72px; }
  .hero-card { max-width: 480px; }
  .cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .case { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  .nav {
    position: fixed; top: 72px; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 8px 24px 20px; transform: translateY(-130%); transition: transform .3s var(--ease);
    box-shadow: var(--shadow); max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nav.open { transform: translateY(0); }
  .nav > a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { margin-top: 12px; border-bottom: 0; }
  .nav-toggle { display: flex; }

  .section { padding: 64px 0; }
  .trustbar-inner { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .grid-2, .grid-3, .model-split { grid-template-columns: 1fr; }
  .callout { padding: 26px 24px; }
  .mobile-cta { display: flex; align-items: center; justify-content: center; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; background: var(--coral); color: #fff; font-weight: 800; padding: .95rem 1rem; border-radius: 999px; box-shadow: 0 12px 30px rgba(232,84,63,.45); }
  body { padding-bottom: 78px; }
  .section-head { margin-bottom: 40px; }
  .case-body { padding: 32px 26px; }
  .case-body h3 { font-size: 1.3rem; }
  .case-stats { flex-direction: row; flex-wrap: wrap; padding: 28px 26px; gap: 20px; }
  .case-stat { flex: 1 1 40%; }
  .founder { grid-template-columns: 1fr; text-align: center; gap: 24px; justify-items: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}

@media (max-width: 420px) {
  .grid-4, .steps { grid-template-columns: 1fr; }
  .hero-trust { gap: .6rem 1.2rem; }
  .brand-name { font-size: 1.05rem; }
}

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