/* ============================================================
   HEALIX ENGAGE — Shared Stylesheet
   ============================================================ */

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

/* ── Tokens ─────────────────────────────────────────────── */
:root {
  --teal:       #12A39A;
  --teal-dk:    #0E7D77;
  --teal-lt:    #E6F4F2;
  --ink:        #0B2A3A;
  --ink2:       #103445;
  --slate:      #5A6B73;
  --charcoal:   #1A2A30;
  --ivory:      #F6F4EF;
  --line:       #E2E7E5;
  --white:      #fff;
  --gold:       #C2A14D;

  --shadow:     0 10px 40px -12px rgba(11,42,58,.18);
  --shadow-sm:  0 4px 18px -8px rgba(11,42,58,.14);
  --radius:     16px;
  --maxw:       1160px;
  --font-head:  'Sora', system-ui, sans-serif;
  --font-body:  'Inter', system-ui, sans-serif;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ── Utilities ──────────────────────────────────────────── */
.wrap       { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow    { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-dk); margin-bottom: 12px; }
.tag        { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; background: var(--teal-lt); color: var(--teal-dk); padding: 4px 10px; border-radius: 20px; }
.section    { padding: 88px 0; }
.section-alt{ padding: 88px 0; background: var(--ivory); }
.section-dark { padding: 88px 0; background: var(--ink); }

.sec-head   { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.sec-head h2 { font-family: var(--font-head); font-size: clamp(26px,3vw,38px); font-weight: 700; color: var(--ink); line-height: 1.15; }
.sec-head p  { color: var(--slate); font-size: 17.5px; margin-top: 14px; }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: 10px; cursor: pointer;
  border: 1.5px solid transparent; transition: .2s; white-space: nowrap;
}
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-dk); transform: translateY(-1px); }
.btn-ghost   { background: transparent; color: var(--ink); border-color: rgba(11,42,58,.2); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(11,42,58,.04); }
.btn-light   { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn-outline-teal { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn-outline-teal:hover { background: var(--teal); color: #fff; }

/* ── Nav ────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: .25s;
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 2px 18px -10px rgba(11,42,58,.2); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: var(--font-head); font-weight: 700; font-size: 21px; display: flex; align-items: center; gap: 9px; color: var(--ink); }
.logo-mark { width: 32px; height: 32px; flex: none; }
.logo span { color: var(--teal); }

nav.links { display: flex; align-items: center; gap: 28px; }
nav.links a { font-size: 14.5px; font-weight: 500; color: var(--ink); opacity: .82; transition: .15s; }
nav.links a:hover, nav.links a.active { opacity: 1; color: var(--teal-dk); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.menu-btn span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* mobile nav drawer */
.nav-drawer {
  display: none; position: fixed; inset: 0; z-index: 99;
  background: #fff; padding: 90px 28px 40px; flex-direction: column; gap: 6px;
}
.nav-drawer.open { display: flex; }
.nav-drawer a { font-family: var(--font-head); font-size: 22px; font-weight: 600; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line); }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(900px 500px at 80% -10%, rgba(18,163,154,.09), transparent 60%),
              linear-gradient(180deg, #fff 0%, var(--ivory) 100%);
}
.hero-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; padding: 88px 0 96px; }
.hero h1 { font-family: var(--font-head); font-size: clamp(32px,4.2vw,54px); font-weight: 700; color: var(--ink); line-height: 1.1; }
.hero h1 em { font-style: normal; color: var(--teal); }
.hero .lead { font-size: 18px; color: var(--slate); margin: 22px 0 32px; max-width: 38ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.badge { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: var(--slate); }
.badge svg { width: 16px; height: 16px; stroke: var(--teal); flex: none; }

/* hero visual */
.hero-visual { position: relative; }
.hero-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow); overflow: hidden;
}
.hcard-header { background: var(--ink); padding: 14px 18px; display: flex; align-items: center; gap: 8px; }
.hcard-dots span { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.hcard-dots span:nth-child(1) { background: #FF5F57; }
.hcard-dots span:nth-child(2) { background: #FEBC2E; }
.hcard-dots span:nth-child(3) { background: #28C840; }
.hcard-title { font-family: var(--font-head); font-size: 12px; font-weight: 500; color: rgba(255,255,255,.6); margin-left: 8px; }
.hcard-body { padding: 20px; }
.hcard-row { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 10px; background: var(--ivory); margin-bottom: 10px; }
.hcard-row:last-child { margin-bottom: 0; }
.hcard-ic { width: 32px; height: 32px; border-radius: 8px; background: var(--teal-lt); display: grid; place-items: center; flex: none; }
.hcard-ic svg { width: 16px; height: 16px; stroke: var(--teal-dk); }
.hcard-row b { font-size: 13px; color: var(--ink); font-family: var(--font-head); }
.hcard-row small { display: block; font-size: 12px; color: var(--slate); }
.hcard-row .pct { margin-left: auto; font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--teal-dk); }
.hero-badge {
  position: absolute; bottom: -14px; right: -10px;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--shadow); font-family: var(--font-head);
}
.hero-badge b { font-size: 20px; display: block; }
.hero-badge small { font-size: 11px; opacity: .75; font-family: var(--font-body); }

/* ── Stats bar ──────────────────────────────────────────── */
.stats-bar { padding: 0; background: var(--ink); }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 32px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.stat-item:last-child { border-right: none; }
.stat-item .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(28px,3vw,40px); color: #fff; line-height: 1; }
.stat-item .num em { color: var(--teal); font-style: normal; }
.stat-item p { font-size: 13.5px; color: rgba(255,255,255,.65); margin-top: 7px; }

/* ── Cards grid ─────────────────────────────────────────── */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; transition: .22s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--teal-lt); display: grid; place-items: center; margin-bottom: 18px; }
.card-ic svg { width: 22px; height: 22px; stroke: var(--teal-dk); }
.card h3 { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.card p { color: var(--slate); font-size: 15px; }

/* ── Split section ──────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split + .split { margin-top: 72px; }
.split-text h2 { font-family: var(--font-head); font-size: clamp(24px,2.6vw,34px); font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.split-text p { color: var(--slate); font-size: 16px; margin-bottom: 20px; }
.feat-list { display: grid; gap: 11px; }
.feat-item { display: flex; align-items: flex-start; gap: 11px; }
.feat-item svg { width: 19px; height: 19px; stroke: var(--teal); flex: none; margin-top: 2px; }
.feat-item span { font-size: 15px; color: var(--charcoal); }

/* ── Lifecycle band ─────────────────────────────────────── */
.lifecycle { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.lc-stage { padding: 24px 20px; border-right: 1px solid var(--line); position: relative; }
.lc-stage:last-child { border-right: none; }
.lc-num { font-family: var(--font-head); font-size: 11px; font-weight: 600; color: var(--teal); letter-spacing: .08em; margin-bottom: 6px; }
.lc-stage h4 { font-family: var(--font-head); font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.lc-stage p { font-size: 12.5px; color: var(--slate); }

/* ── Problem band ───────────────────────────────────────── */
.problem-band { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.problem-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 90% 120%, rgba(18,163,154,.18), transparent 60%); pointer-events: none; }
.problem-band h2 { font-family: var(--font-head); font-size: clamp(24px,3vw,36px); color: #fff; }
.problem-band .lead { color: rgba(255,255,255,.75); font-size: 18px; margin-top: 16px; max-width: 44ch; }
.prob-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; position: relative; z-index: 1; }
.prob-stats { display: grid; gap: 16px; }
.prob-stat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 18px 20px; }
.prob-stat b { font-family: var(--font-head); color: var(--teal); font-size: 15px; font-weight: 600; }
.prob-stat span { display: block; color: rgba(255,255,255,.7); font-size: 14px; margin-top: 4px; }

/* compare table */
.compare { width: 100%; border-collapse: collapse; margin-top: 28px; font-size: 15px; }
.compare thead th { font-family: var(--font-head); font-size: 13px; font-weight: 600; text-align: left; padding: 10px 16px; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.6); }
.compare td { padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.08); vertical-align: top; }
.compare td:first-child { color: rgba(255,255,255,.55); font-size: 14px; }
.compare td:nth-child(2) { color: rgba(255,255,255,.6); font-size: 14px; }
.compare td:nth-child(3) { color: #fff; font-size: 14px; }
.compare td:nth-child(3) strong { color: var(--teal); }

/* ── Demo CTA block ─────────────────────────────────────── */
.demo-block {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink2) 55%, #0a5c57 150%);
  border-radius: 24px; padding: 56px; overflow: hidden; position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center;
  box-shadow: var(--shadow);
}
.demo-block::before {
  content: ""; position: absolute;
  width: 420px; height: 420px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1); top: -180px; right: -100px;
}
.demo-block h2 { font-family: var(--font-head); color: #fff; font-size: clamp(24px,2.8vw,34px); }
.demo-block p  { color: rgba(255,255,255,.78); font-size: 16.5px; margin-top: 14px; }
.demo-ticks    { margin-top: 22px; display: grid; gap: 11px; }
.demo-ticks li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,.88); list-style: none; }
.demo-ticks li svg { width: 18px; height: 18px; stroke: var(--teal); flex: none; }

/* form */
.demo-form {
  position: relative; z-index: 1;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px; padding: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 0; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.72); margin-bottom: 5px; margin-top: 14px; }
.form-group:first-child label { margin-top: 0; }
.form-row .form-group label { margin-top: 0; }
.form-group input,
.form-group select {
  width: 100%; padding: 11px 13px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.94);
  font-family: var(--font-body); font-size: 14px; color: var(--ink);
}
.form-group input:focus,
.form-group select:focus { outline: 2px solid var(--teal); }
.form-submit { margin-top: 18px; width: 100%; justify-content: center; font-size: 15.5px; padding: 14px; }
.form-note { font-size: 11.5px; color: rgba(255,255,255,.55); margin-top: 10px; text-align: center; }

/* ── Pricing cards ──────────────────────────────────────── */
.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; position: relative; transition: .22s;
}
.pricing-card.featured { background: var(--ink); border-color: var(--ink); }
.pricing-card.featured h3,
.pricing-card.featured .price-name { color: #fff; }
.pricing-card.featured p { color: rgba(255,255,255,.72); }
.pricing-card.featured li { color: rgba(255,255,255,.85); }
.pricing-card.featured li svg { stroke: var(--teal); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--teal); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 20px; white-space: nowrap; }
.price-name { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.price-tag { font-size: 13px; color: var(--slate); margin-bottom: 20px; }
.pricing-card.featured .price-tag { color: rgba(255,255,255,.6); }
.price-desc { font-size: 14.5px; color: var(--slate); margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.pricing-card.featured .price-desc { border-bottom-color: rgba(255,255,255,.15); }
.price-features { list-style: none; display: grid; gap: 10px; margin-bottom: 28px; }
.price-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--charcoal); }
.price-features li svg { width: 17px; height: 17px; stroke: var(--teal-dk); flex: none; margin-top: 2px; }

/* ── Blog cards ─────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: .22s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-cat { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-dk); margin-bottom: 10px; }
.blog-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 10px; }
.blog-card p  { font-size: 14px; color: var(--slate); flex: 1; margin-bottom: 18px; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; color: var(--slate); }
.blog-meta .read-more { color: var(--teal-dk); font-weight: 600; }

/* ── Article page ───────────────────────────────────────── */
.article-hero { background: var(--ivory); padding: 64px 0 52px; }
.article-hero .eyebrow { margin-bottom: 16px; }
.article-hero h1 { font-family: var(--font-head); font-size: clamp(26px,3.2vw,44px); font-weight: 700; color: var(--ink); line-height: 1.15; max-width: 18ch; }
.article-meta { margin-top: 20px; font-size: 13.5px; color: var(--slate); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.article-meta span::before { content: "·"; margin-right: 16px; opacity: .4; }
.article-meta span:first-child::before { content: none; }

.article-body { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.article-body h2 { font-family: var(--font-head); font-size: clamp(20px,2.2vw,27px); color: var(--ink); margin: 48px 0 16px; }
.article-body h3 { font-family: var(--font-head); font-size: 19px; color: var(--ink); margin: 32px 0 12px; }
.article-body p  { font-size: 16.5px; color: var(--charcoal); margin-bottom: 20px; line-height: 1.75; }
.article-body ul,
.article-body ol { padding-left: 22px; margin-bottom: 20px; }
.article-body li { font-size: 16px; color: var(--charcoal); margin-bottom: 8px; line-height: 1.65; }
.article-body strong { color: var(--ink); }
.article-body em { font-style: italic; color: var(--slate); }
.article-body hr { border: none; border-top: 1px solid var(--line); margin: 40px 0; }
.article-body blockquote { border-left: 3px solid var(--teal); padding: 14px 20px; background: var(--teal-lt); border-radius: 0 8px 8px 0; margin: 28px 0; }
.article-body blockquote p { color: var(--ink); margin-bottom: 0; font-style: italic; }
.article-body table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 14.5px; }
.article-body th { background: var(--ink); color: #fff; font-family: var(--font-head); font-size: 13px; text-align: left; padding: 11px 14px; }
.article-body td { padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.article-body tr:nth-child(even) td { background: var(--ivory); }
.article-body a { color: var(--teal-dk); text-decoration: underline; text-decoration-color: rgba(14,125,119,.3); }
.article-body a:hover { color: var(--teal); }

.article-related { background: var(--ivory); padding: 56px 0; }
.article-related h2 { font-family: var(--font-head); font-size: 22px; color: var(--ink); margin-bottom: 28px; text-align: center; }

/* ── Use cases ──────────────────────────────────────────── */
.use-case { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; padding: 36px 0; border-bottom: 1px solid var(--line); align-items: start; }
.use-case:last-child { border-bottom: none; }
.uc-num { font-family: var(--font-head); font-size: 36px; font-weight: 700; color: var(--teal-lt); line-height: 1; }
.uc-tag { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-dk); margin-bottom: 8px; }
.uc-body h3 { font-family: var(--font-head); font-size: 21px; color: var(--ink); margin-bottom: 10px; }
.uc-body .problem { font-size: 15px; color: var(--slate); margin-bottom: 14px; }
.uc-body .solution { font-size: 15px; color: var(--charcoal); }
.uc-outcome { margin-top: 14px; display: inline-flex; align-items: center; gap: 7px; background: var(--teal-lt); color: var(--teal-dk); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 20px; }

/* ── Footer ─────────────────────────────────────────────── */
footer { background: var(--ink); color: rgba(255,255,255,.65); padding: 64px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
footer .logo { color: #fff; margin-bottom: 14px; }
footer .about-text { font-size: 14px; max-width: 30ch; color: rgba(255,255,255,.6); line-height: 1.65; }
footer h5 { font-family: var(--font-head); color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 16px; letter-spacing: .03em; }
footer ul { list-style: none; display: grid; gap: 10px; }
footer ul a { font-size: 14px; color: rgba(255,255,255,.6); transition: .15s; }
footer ul a:hover { color: var(--teal); }
.foot-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 13px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 12px; }
.foot-bot a { color: rgba(255,255,255,.4); }
.foot-bot a:hover { color: rgba(255,255,255,.7); }

/* ── Reveal animation ───────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: .65s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .stats-in { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .lifecycle { grid-template-columns: repeat(3, 1fr); }
  .lc-stage:nth-child(3) { border-right: none; }
  .pricing-cards { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 900px) {
  .hero-in, .split, .demo-block, .prob-grid { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse { direction: ltr; }
  .hero-in { padding: 60px 0 72px; }
  .cards-3 { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  nav.links { display: none; }
  .menu-btn { display: block; }
  .demo-block { padding: 36px 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .use-case { grid-template-columns: 1fr; }
  .uc-num { font-size: 24px; }
}
@media (max-width: 600px) {
  .section, .section-alt, .section-dark { padding: 60px 0; }
  .hero h1 { font-size: 30px; }
  .blog-grid { grid-template-columns: 1fr; }
  .stats-in { grid-template-columns: 1fr 1fr; }
  .lifecycle { grid-template-columns: 1fr 1fr; }
  .lc-stage:nth-child(2) { border-right: none; }
  .form-row { grid-template-columns: 1fr; }
  .cards-2 { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
