/* =========================================================
   PandaHCM Solutions — Design System
   ========================================================= */
:root {
  --navy-950: #061229;
  --navy-900: #0A1F44;
  --navy-800: #122B5C;
  --navy-700: #1C3B78;
  --teal-600: #0B8F8C;
  --teal-500: #0EA5A4;
  --teal-400: #2DD4BF;
  --teal-50:  #E6F7F6;
  --gold-400: #F5B942;
  --ink: #0F172A;
  --body: #334155;
  --muted: #64748B;
  --line: #E2E8F0;
  --bg: #FFFFFF;
  --bg-soft: #F6F8FB;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .08);
  --shadow: 0 10px 30px -12px rgba(10, 31, 68, .25);
  --shadow-lg: 0 30px 60px -20px rgba(10, 31, 68, .35);
  --container: 1200px;
  --font-head: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--teal-600); text-decoration: none; transition: color .2s; }
a:hover { color: var(--navy-800); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .6em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.3rem, 5vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1.1em; }
ul { padding-left: 1.2em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--navy-900); color: #CBD5E1; }
.section--dark h2, .section--dark h3 { color: #fff; }
.center { text-align: center; }
.lead { font-size: 1.2rem; color: var(--muted); }
.section--dark .lead { color: #94A3B8; }
.max-640 { max-width: 640px; }
.max-760 { max-width: 760px; }
.mx-auto { margin-left: auto; margin-right: auto; }

.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy-900); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--teal-400); outline-offset: 3px; border-radius: 4px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal-600); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section--dark .eyebrow { color: var(--teal-400); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  padding: 15px 28px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .2s; }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: var(--teal-500); color: #fff; box-shadow: 0 10px 24px -10px rgba(14, 165, 164, .7); }
.btn--primary:hover { background: var(--teal-600); color: #fff; transform: translateY(-2px); }
.btn--dark { background: var(--navy-900); color: #fff; }
.btn--dark:hover { background: var(--navy-800); color: #fff; transform: translateY(-2px); }
.btn--ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.btn--outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--outline:hover { border-color: var(--navy-900); color: var(--navy-900); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__mark { width: 42px; height: 42px; flex-shrink: 0; }
.brand__text { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; line-height: 1; }
.brand__text span { color: var(--teal-500); }
.brand__text small { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .22em; color: var(--muted); margin-top: 5px; text-transform: uppercase; }
.nav__links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav__links a:not(.btn) { font-family: var(--font-head); font-weight: 600; font-size: .97rem; color: var(--ink); padding: 10px 14px; border-radius: 8px; }
.nav__links a:not(.btn):hover, .nav__links a[aria-current="page"] { color: var(--teal-600); }
.nav__links .btn { margin-left: 10px; padding: 12px 22px; }
.nav__toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--ink); }
.nav__toggle svg { width: 28px; height: 28px; }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% 10%, rgba(14,165,164,.22), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(28,59,120,.55), transparent 60%),
    linear-gradient(160deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-800) 100%);
  color: #CBD5E1; padding: 100px 0 120px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 75%);
}
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, var(--teal-400), #7DD3FC); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { font-size: 1.22rem; color: #A9B8CF; max-width: 560px; margin-bottom: 36px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 26px; font-size: .93rem; color: #94A3B8; }
.hero__badges span { display: inline-flex; align-items: center; gap: 8px; }
.hero__badges svg { width: 18px; height: 18px; color: var(--teal-400); }
.hero__art { position: relative; }
.hero__art svg { width: 100%; height: auto; filter: drop-shadow(0 40px 60px rgba(0,0,0,.35)); }

.page-hero { background: linear-gradient(160deg, var(--navy-950), var(--navy-800)); color: #A9B8CF; padding: 90px 0 80px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(14,165,164,.35), transparent 65%); }
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4.4vw, 3.3rem); max-width: 820px; }
.page-hero p { font-size: 1.18rem; max-width: 680px; margin: 0; }
.breadcrumb { display: flex; gap: 8px; font-size: .88rem; margin-bottom: 20px; list-style: none; padding: 0; color: #7C8BA5; }
.breadcrumb a { color: var(--teal-400); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .5; }

/* Stats band */
.stats { margin-top: -60px; position: relative; z-index: 2; }
.stats__card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.stat { padding: 34px 30px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat__num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: var(--navy-900); line-height: 1; letter-spacing: -0.03em; }
.stat__num span { color: var(--teal-500); }
.stat__label { font-size: .93rem; color: var(--muted); margin-top: 10px; line-height: 1.45; }

/* Logos / industries strip */
.industries-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.chip { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-family: var(--font-head); font-weight: 700; color: var(--navy-900); font-size: .95rem; box-shadow: var(--shadow-sm); }
.chip svg { width: 20px; height: 20px; color: var(--teal-500); }

/* Section headings */
.section-head { margin-bottom: 60px; }
.section-head.center { margin-left: auto; margin-right: auto; max-width: 760px; }

/* Cards */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px 32px; transition: transform .25s, box-shadow .25s, border-color .25s; position: relative;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card__icon {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--teal-50), #DBEAFE); color: var(--navy-800); margin-bottom: 24px;
}
.card__icon svg { width: 28px; height: 28px; }
.card p { color: var(--muted); font-size: 1rem; }
.card ul { margin: 0; padding: 0; list-style: none; font-size: .95rem; }
.card li { padding: 7px 0 7px 28px; position: relative; border-top: 1px dashed var(--line); }
.card li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 14px; height: 8px; border-left: 2px solid var(--teal-500); border-bottom: 2px solid var(--teal-500); transform: rotate(-45deg); }
.card__link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 700; margin-top: 18px; }

/* Split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split--reverse > :first-child { order: 2; }
.checklist { list-style: none; padding: 0; margin: 26px 0 32px; }
.checklist li { display: flex; gap: 14px; margin-bottom: 16px; }
.checklist svg { width: 24px; height: 24px; flex-shrink: 0; color: var(--teal-500); margin-top: 2px; }
.checklist strong { color: var(--ink); display: block; font-family: var(--font-head); }

/* Process */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; position: relative; }
.process::before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, rgba(45,212,191,.5) 0 8px, transparent 8px 16px); }
.step { position: relative; text-align: center; padding: 0 10px; }
.step__num {
  width: 68px; height: 68px; margin: 0 auto 24px; border-radius: 50%;
  display: grid; place-items: center; position: relative; z-index: 1;
  background: var(--navy-800); border: 2px solid var(--teal-400); color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 1.3rem;
  box-shadow: 0 0 0 8px var(--navy-900);
}
.step p { color: #94A3B8; font-size: .98rem; }

/* Industries */
.industry { display: flex; gap: 20px; align-items: flex-start; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: box-shadow .25s, transform .25s; }
.industry:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.industry__icon { width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0; display: grid; place-items: center; background: var(--navy-900); color: var(--teal-400); }
.industry__icon svg { width: 26px; height: 26px; }
.industry h3 { margin-bottom: 6px; font-size: 1.12rem; }
.industry p { margin: 0; font-size: .95rem; color: var(--muted); }

/* Founder */
.founder { display: grid; grid-template-columns: 380px 1fr; gap: 70px; align-items: center; }
.founder__photo { position: relative; }
.founder__photo::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--teal-500), var(--navy-700)); z-index: 0; }
.founder__photo img { height: auto; position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 20%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); background: #ddd; }
.founder__tag { position: absolute; z-index: 2; left: -22px; bottom: 34px; background: #fff; padding: 14px 20px; border-radius: 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; }
.founder__tag strong { font-family: var(--font-head); font-size: 1.6rem; color: var(--navy-900); line-height: 1; }
.founder__tag span { font-size: .8rem; color: var(--muted); line-height: 1.3; }
blockquote.quote { margin: 0 0 28px; padding: 0 0 0 26px; border-left: 3px solid var(--teal-500); font-family: var(--font-head); font-size: 1.35rem; font-weight: 600; line-height: 1.45; color: var(--ink); }
.credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.credentials span { font-size: .85rem; font-weight: 600; padding: 7px 14px; border-radius: 999px; background: var(--teal-50); color: var(--teal-600); }

/* Outcomes band */
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.outcome { padding: 40px 34px; border-right: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.02); }
.outcome:last-child { border-right: 0; }
.outcome h3 { font-size: 1.15rem; }
.outcome p { margin: 0; font-size: .98rem; color: #94A3B8; }
.outcome__icon { color: var(--teal-400); margin-bottom: 18px; }
.outcome__icon svg { width: 34px; height: 34px; }

/* FAQ */
.faq { max-width: 860px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 26px 50px 26px 0; position: relative; font-family: var(--font-head); font-weight: 700; font-size: 1.12rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; border-right: 2px solid var(--teal-500); border-bottom: 2px solid var(--teal-500); transform: translateY(-70%) rotate(45deg); transition: transform .25s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { padding-bottom: 24px; margin: 0; color: var(--muted); }

/* CTA */
.cta {
  position: relative; overflow: hidden; border-radius: 28px; padding: 70px 60px;
  background: radial-gradient(600px 300px at 90% 0%, rgba(45,212,191,.35), transparent 60%), linear-gradient(135deg, var(--navy-900), var(--navy-700));
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; color: #CBD5E1;
}
.cta h2 { color: #fff; margin-bottom: 14px; }
.cta p { margin: 0; font-size: 1.1rem; }
.cta__actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.contact-info { background: var(--navy-900); color: #A9B8CF; border-radius: var(--radius-lg); padding: 44px 40px; position: relative; overflow: hidden; }
.contact-info::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(45,212,191,.3), transparent 70%); }
.contact-info h2 { color: #fff; font-size: 1.7rem; }
.contact-item { display: flex; gap: 16px; margin-top: 26px; position: relative; z-index: 1; }
.contact-item svg { width: 22px; height: 22px; color: var(--teal-400); flex-shrink: 0; margin-top: 3px; }
.contact-item strong { display: block; color: #fff; font-family: var(--font-head); }
.contact-item a { color: #A9B8CF; }
.contact-item a:hover { color: #fff; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px 40px; box-shadow: var(--shadow); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--ink); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: 14px 16px; border-radius: 10px; border: 1.5px solid var(--line); background: var(--bg-soft);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal-500); background: #fff; box-shadow: 0 0 0 4px rgba(14,165,164,.15); }
.form__note { font-size: .85rem; color: var(--muted); margin-top: 14px; }
.form__status { display: none; margin-top: 18px; padding: 14px 18px; border-radius: 10px; background: var(--teal-50); color: var(--teal-600); font-weight: 600; }
.form__status.is-visible { display: block; }

/* Prose */
.prose { max-width: 800px; margin: 0 auto; }
.prose h2 { font-size: 1.6rem; margin-top: 2em; }
.prose h3 { margin-top: 1.6em; }

/* Service detail */
.service-block { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: start; padding: 80px 0; border-bottom: 1px solid var(--line); }
.service-block:last-child { border-bottom: 0; }
.service-block__num { font-family: var(--font-head); font-weight: 800; color: var(--teal-500); font-size: .95rem; letter-spacing: .1em; }
.service-block .grid--2 { gap: 16px; }
.mini { padding: 22px; border-radius: var(--radius); background: var(--bg-soft); border: 1px solid var(--line); }
.mini h4 { font-size: 1rem; margin-bottom: 6px; }
.mini p { font-size: .93rem; margin: 0; color: var(--muted); }

/* Share */
.share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.share__label { font-size: .85rem; font-weight: 600; color: #7C8BA5; margin-right: 4px; }
.share a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.07); color: #CBD5E1; transition: background .2s, color .2s, transform .2s; }
.share a:hover { background: var(--teal-500); color: #fff; transform: translateY(-2px); }
.share svg { width: 18px; height: 18px; }

/* Footer */
.site-footer { background: var(--navy-950); color: #8A9AB5; padding: 80px 0 30px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 50px; }
.site-footer .brand__text { color: #fff; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; }
.site-footer a { color: #8A9AB5; }
.site-footer a:hover { color: var(--teal-400); }
.footer-about { margin: 22px 0 26px; max-width: 360px; }
.footer-bottom { margin-top: 60px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: .87rem; }

/* Reveal animation */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* SVG hero animation */
.pulse { animation: pulse 2.8s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
.flow { stroke-dasharray: 6 8; animation: flow 1.6s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -28; } }
.float { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Responsive */
@media (max-width: 1080px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .founder { grid-template-columns: 300px 1fr; gap: 50px; }
}
@media (max-width: 920px) {
  .section { padding: 80px 0; }
  .nav__toggle { display: block; }
  .nav__links {
    position: fixed; top: 78px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; padding: 16px 24px 28px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    visibility: hidden; opacity: 0; transform: translateY(-12px); transition: transform .3s ease, opacity .3s ease, visibility .3s;
  }
  .nav__links.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav__links a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__links .btn { margin: 18px 0 0; }
  .hero { padding: 70px 0 110px; }
  .hero__grid, .split, .contact-grid, .service-block, .cta { grid-template-columns: 1fr; gap: 50px; }
  .split--reverse > :first-child { order: 0; }
  .hero__art { max-width: 560px; }
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .stats__card { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .process::before { display: none; }
  .outcomes { grid-template-columns: 1fr; }
  .outcome { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .founder { grid-template-columns: 1fr; }
  .founder__photo { max-width: 340px; }
  .cta { padding: 50px 34px; }
  .cta__actions { align-items: flex-start; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { padding: 0 20px; }
  .grid--3, .grid--2, .grid--4, .process, .form__row { grid-template-columns: 1fr; }
  .stat { padding: 26px 22px; }
  .stat__num { font-size: 2.1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .form, .contact-info { padding: 32px 24px; }
  .founder__tag { left: 12px; }
  .hero__ctas .btn { width: 100%; }
}
