/* ==========================================================
   EXZIDE Legal — tokens
   ========================================================== */
:root{
  --ink:        #0a1628;   /* EXZIDE navy: headings, dark bands, buttons */
  --ink-deep:   #07101f;   /* EXZIDE deep navy: CTA band + footer  */
  --accent:     #0a1628;   /* same navy — no second colour        */
  --accent-2:   #16294a;   /* navy, one step lighter, for hover   */
  --accent-tint:#e6ecf5;
  --paper:      #edf1f7;   /* navy-tinted ground                  */
  --card:       #ffffff;
  --muted:      #3c4a61;
  --head-mute:  #546482;
  --line:       #d7dfea;
  --line-2:     #e6ecf4;
  --dark-line:  #1e3050;

  --display: "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1160px;
  --r-card: 14px;
  --r-sm: 10px;
  --r-btn: 10px;
  --shadow: 0 1px 2px rgba(10,22,40,.05), 0 12px 32px -20px rgba(10,22,40,.32);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0; background:var(--card); color:var(--ink);
  font-family:var(--body); font-size:16px; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; }
svg{ width:1em; height:1em; flex:none; }

h1,h2,h3,h4{ margin:0; font-family:var(--display); font-weight:800; letter-spacing:-.028em; line-height:1.15; color:var(--head-mute); }
h1{ font-size:clamp(2.1rem, 5vw, 3.4rem); }
h2{ font-size:clamp(1.7rem, 3.6vw, 2.5rem); line-height:1.17; }
h3{ font-size:1.05rem; font-weight:700; letter-spacing:-.018em; line-height:1.38; color:var(--ink); }
h4{ font-size:.9rem; font-weight:700; letter-spacing:-.01em; color:var(--ink); }
.hl{ color:var(--ink); }
.band--dark h2,.cta-band h2{ color:rgba(255,255,255,.62); }
.band--dark .hl,.cta-band .hl{ color:#fff; }
p{ margin:0 0 1em; }
p:last-child{ margin-bottom:0; }

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

.skip-link{ position:absolute; left:-9999px; top:0; z-index:100; background:var(--ink); color:#fff; padding:12px 18px; font-size:.85rem; }
.skip-link:focus{ left:0; }
:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; }
.band--dark :focus-visible,.cta-band :focus-visible,.site-footer :focus-visible,.topbar :focus-visible{ outline-color:#fff; }

/* ---------- eyebrow ---------- */
.eyebrow{
  display:flex; align-items:center; gap:9px;
  font-size:.68rem; font-weight:700; text-transform:uppercase;
  letter-spacing:.16em; color:var(--accent); margin-bottom:18px;
}
.eyebrow::before{ content:""; width:16px; height:2px; background:var(--accent); flex:none; }
.head .eyebrow{ justify-content:center; }
.band--dark .eyebrow,.cta-band .eyebrow{ color:rgba(255,255,255,.55); }
.band--dark .eyebrow::before,.cta-band .eyebrow::before{ background:rgba(255,255,255,.45); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--ink); color:#fff; text-decoration:none;
  font-family:var(--body); font-size:.9rem; font-weight:600; letter-spacing:-.005em;
  padding:14px 24px; border:1px solid var(--ink); border-radius:var(--r-btn);
  transition:background .18s ease, border-color .18s ease, color .18s ease;
}
.btn svg{ transition:transform .18s ease; }
.btn:hover{ background:var(--accent-2); border-color:var(--accent-2); }
.btn:hover svg{ transform:translateX(3px); }
.btn--sm{ padding:11px 18px; font-size:.85rem; }
.btn--ghost{ background:transparent; color:var(--ink); border-color:var(--line); }
.btn--ghost:hover{ background:var(--accent-tint); color:var(--ink); border-color:var(--ink); }
.btn--light{ background:#fff; color:var(--ink); border-color:#fff; }
.btn--light:hover{ background:var(--accent-tint); border-color:var(--accent-tint); color:var(--accent); }
.btn--outline-light{ background:transparent; color:#fff; border-color:rgba(255,255,255,.28); }
.btn--outline-light:hover{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.5); color:#fff; }

.btn-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.btn-row--center{ justify-content:center; margin-top:46px; }

.tlink{ display:inline-flex; align-items:center; gap:7px; text-decoration:none; font-size:.86rem; font-weight:600; color:var(--accent); }
.tlink svg{ transition:transform .18s ease; }
.tlink:hover svg{ transform:translateX(3px); }

/* ---------- topbar + header ---------- */
.topbar{ background:var(--ink); color:rgba(255,255,255,.75); font-size:.76rem; }
.topbar .wrap{ display:flex; justify-content:space-between; gap:16px; padding-top:11px; padding-bottom:11px; flex-wrap:wrap; }
.topbar a{ color:#fff; text-decoration:none; font-weight:600; }
.topbar a:hover{ text-decoration:underline; }
.topbar .sep{ padding:0 7px; opacity:.4; }

.site-header{ position:sticky; top:0; z-index:50; background:rgba(255,255,255,.93); backdrop-filter:blur(10px); border-bottom:1px solid var(--line-2); }
.site-header .wrap{ display:flex; align-items:center; gap:20px; padding-top:14px; padding-bottom:14px; }

.brand{ display:inline-flex; align-items:center; gap:10px; text-decoration:none; margin-right:auto; }
.brand__img{ height:30px; width:auto; }
.brand__mark{ font-family:var(--display); font-weight:800; font-size:1.05rem; letter-spacing:.01em; }
.brand__tag{
  font-size:.6rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase;
  color:var(--accent); border:1.5px solid var(--accent); padding:4px 7px 3px; line-height:1; border-radius:4px;
}
.site-footer .brand__img{ filter:invert(1) brightness(2); height:34px; }
.site-footer .brand__mark{ color:#fff; }
.site-footer .brand__tag{ color:#fff; border-color:rgba(255,255,255,.45); }

.nav{ display:flex; align-items:center; gap:24px; }
.nav a{ text-decoration:none; font-size:.88rem; font-weight:500; color:var(--muted); transition:color .16s; }
.nav a:hover,.nav a[aria-current="page"]{ color:var(--ink); font-weight:600; }
.nav a.btn{ color:#fff; font-weight:600; }
.nav a.btn:hover{ color:#fff; background:var(--accent-2); border-color:var(--accent-2); }
.nav .btn{ display:none; }
.nav-toggle{ display:none; background:transparent; border:1px solid var(--line); border-radius:var(--r-btn); font-family:var(--body); font-size:.85rem; font-weight:600; padding:10px 16px; cursor:pointer; color:var(--ink); }

/* ---------- bands ---------- */
.band{ padding:100px 0; background:var(--card); }
.band--paper{ background:var(--paper); }
.band--dark{ background:var(--ink); color:rgba(255,255,255,.76); }
.band--dark h3,.band--dark strong{ color:#fff; }

.head{ max-width:720px; margin:0 auto 58px; text-align:center; }
.head p{ color:var(--muted); margin-top:20px; font-size:1rem; }
.band--dark .head p{ color:rgba(255,255,255,.72); }

/* ---------- hero ---------- */
.hero{ background:var(--paper); padding:84px 0 90px; text-align:center; }
.hero h1{ max-width:18ch; margin:0 auto; }
.hero .eyebrow{ justify-content:center; }
.lede{ max-width:58ch; margin:26px auto 0; color:var(--muted); font-size:1.02rem; }
.hero .btn-row{ justify-content:center; margin-top:38px; }

.flow{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px; margin-top:56px; }
.chip{
  display:inline-flex; align-items:center; gap:10px; background:var(--card);
  border:1px solid var(--line); border-radius:999px; padding:9px 20px 9px 13px;
  font-size:.85rem; font-weight:600; box-shadow:0 1px 2px rgba(10,22,40,.04);
}
.chip__i{ display:grid; place-items:center; width:24px; height:24px; border-radius:50%; background:var(--accent-tint); color:var(--accent); font-size:.78rem; }
.flow__arrow{ color:#8290a8; display:grid; place-items:center; font-size:.85rem; }

/* ---------- checks ---------- */
.checks{ list-style:none; margin:0; padding:0; display:grid; gap:15px; }
.checks li{ display:flex; gap:13px; align-items:flex-start; font-size:.95rem; }
.tick{ flex:none; width:21px; height:21px; margin-top:2px; border-radius:6px; background:var(--accent); color:#fff; display:grid; place-items:center; font-size:.6rem; }
.band--dark .tick{ background:#fff; color:var(--ink); }

.split{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.split--top{ align-items:start; }

/* ---------- record card ---------- */
.record{ background:var(--card); border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow); }
.record__head{ display:flex; align-items:center; gap:11px; background:var(--accent); color:#fff; padding:16px 22px; font-family:var(--display); font-size:.92rem; font-weight:700; letter-spacing:-.015em; }
.dot{ width:20px; height:20px; border-radius:50%; background:rgba(255,255,255,.2); display:grid; place-items:center; font-size:.58rem; flex:none; }
.record__body{ padding:4px 22px; }
.record__row{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 0; border-bottom:1px solid var(--line-2); font-size:.88rem; }
.record__row:last-child{ border-bottom:0; }
.record__row .k{ display:flex; align-items:center; gap:10px; color:var(--muted); }
.record__row .k svg{ color:#6d7d99; }
.record__row .v{ font-weight:700; text-align:right; }
.record__foot{ padding:16px 22px 20px; margin:0; border-top:1px solid var(--line-2); font-size:.76rem; line-height:1.55; color:#5a6a86; }

/* ---------- steps ---------- */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.step{ background:var(--card); border:1px solid var(--line); border-radius:var(--r-card); padding:28px 26px 30px; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.step:hover{ transform:translateY(-3px); box-shadow:var(--shadow); border-color:#b9c6d8; }
.step__n{ display:grid; place-items:center; width:30px; height:30px; border-radius:9px; background:var(--accent); color:#fff; font-family:var(--display); font-size:.82rem; font-weight:700; margin-bottom:22px; }
.step h3{ margin-bottom:11px; }
.step p{ font-size:.89rem; color:var(--muted); }

/* ---------- pipeline ---------- */
.pipeline{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; align-items:start; }
.pipeline .eyebrow{ justify-content:center; }
.pcol{ display:grid; gap:10px; }
.pline{ display:flex; align-items:center; gap:13px; background:var(--card); border:1px solid var(--line); border-radius:var(--r-sm); padding:14px 17px; font-size:.88rem; font-weight:600; }
.pline__i{ display:grid; place-items:center; width:26px; height:26px; border-radius:7px; background:var(--accent-tint); color:var(--accent); font-size:.8rem; flex:none; }
.pline .sub{ display:block; font-size:.76rem; font-weight:400; color:var(--muted); margin-top:1px; }
.pipeline__mid{ border:1px solid var(--line); border-radius:var(--r-card); padding:14px; background:var(--paper); }
.band--paper .pipeline__mid{ background:var(--card); }

/* ---------- cards ---------- */
.card{ background:var(--card); border:1px solid var(--line); border-radius:var(--r-card); padding:34px 32px 32px; display:flex; flex-direction:column; }
.band--paper .card{ box-shadow:var(--shadow); }
.card .icon{ display:grid; place-items:center; width:42px; height:42px; border-radius:11px; background:var(--accent-tint); color:var(--accent); font-size:1.15rem; margin-bottom:22px; }
.card h3{ font-family:var(--display); font-size:1.15rem; font-weight:800; letter-spacing:-.025em; margin-bottom:16px; }
.card > p{ color:var(--muted); font-size:.93rem; }
.tags{ list-style:none; display:flex; flex-wrap:wrap; gap:8px; padding:0; margin:0 0 28px; }
.tags li{ font-size:.78rem; font-weight:500; border:1px solid #cfd9e6; border-radius:999px; padding:6px 13px; color:var(--muted); }
.card .divider{ border:0; border-top:1px solid var(--line-2); margin:4px 0 24px; }

/* ---------- integrations ---------- */
.integrations{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.integ{ border:1px solid var(--dark-line); border-radius:var(--r-sm); padding:22px 20px; background:rgba(255,255,255,.03); transition:border-color .2s ease, background .2s ease; }
.integ:hover{ border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.06); }
.integ .icon{ display:grid; place-items:center; width:32px; height:32px; border-radius:9px; background:rgba(255,255,255,.09); color:#fff; font-size:.95rem; margin-bottom:16px; }
.integ strong{ display:block; font-size:.9rem; font-weight:700; letter-spacing:-.015em; margin-bottom:4px; }
.integ span:last-child{ display:block; font-size:.8rem; color:rgba(255,255,255,.62); }

/* ---------- faq ---------- */
.faq{ max-width:820px; margin:0 auto; display:grid; gap:10px; }
.faq details{ background:var(--card); border:1px solid var(--line); border-radius:var(--r-sm); transition:border-color .18s ease; }
.faq details[open]{ border-color:var(--accent); }
.faq summary{ cursor:pointer; list-style:none; padding:19px 22px; display:flex; align-items:center; justify-content:space-between; gap:18px; font-family:var(--display); font-size:.94rem; font-weight:700; letter-spacing:-.015em; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary .chev{ flex:none; width:26px; height:26px; border-radius:7px; background:var(--accent-tint); display:grid; place-items:center; font-size:.72rem; color:var(--accent); transition:transform .2s ease; }
.faq details[open] summary .chev{ transform:rotate(180deg); }
.faq__a{ padding:0 22px 22px; }
.faq__a p{ color:var(--muted); font-size:.93rem; }

/* ---------- article list ---------- */
.article-list{ list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.article-list li{ background:var(--card); border:1px solid var(--line); border-radius:var(--r-sm); padding:24px 26px; transition:border-color .18s ease; }
.article-list li:hover{ border-color:#b9c6d8; }
.meta{ display:flex; gap:10px; align-items:center; margin-bottom:8px; font-size:.76rem; font-weight:500; color:var(--muted); }
.meta span+span{ color:var(--muted); }
.meta span+span::before{ content:"\00b7"; padding-right:10px; color:#8290a8; }
.article-list h3{ margin-bottom:8px; font-family:var(--display); font-size:1.05rem; font-weight:800; letter-spacing:-.025em; }
.article-list h3 a{ text-decoration:none; }
.article-list h3 a:hover{ color:var(--accent); }
.article-list p:last-child{ color:var(--muted); font-size:.9rem; }

/* ---------- cta band ---------- */
.cta-band{ background:var(--ink-deep); color:rgba(255,255,255,.76); padding:104px 0; text-align:center; }
.cta-band .eyebrow{ justify-content:center; }
.cta-band h2{ max-width:17ch; margin:0 auto; }
.cta-band > .wrap > p{ max-width:56ch; margin:22px auto 0; }
.cta-band .btn-row{ justify-content:center; }

/* ---------- footer ---------- */
.site-footer{ background:var(--ink-deep); color:rgba(255,255,255,.72); padding:74px 0 40px; font-size:.9rem; }
.footer-cols{ display:grid; grid-template-columns:1.7fr 1fr 1fr 1.1fr; gap:44px; }
.site-footer h4{ color:#fff; margin-bottom:18px; }
.site-footer ul{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.site-footer a{ text-decoration:none; color:rgba(255,255,255,.72); }
.site-footer a:hover{ color:#fff; }
.site-footer .btn{ color:#fff; }
.site-footer .btn--light{ color:var(--ink); }
.site-footer .btn--light:hover{ color:var(--accent); }
.footer-phone{ color:#fff !important; font-size:1.05rem; font-weight:700; font-family:var(--display); letter-spacing:-.01em; }
.footer-rule{ border:0; border-top:1px solid var(--dark-line); margin:50px 0 26px; }
.legal-links{ list-style:none; display:flex; flex-wrap:wrap; gap:22px; padding:0; margin:0 0 24px; font-size:.82rem; }
.disclaimer,.copyright{ font-size:.79rem; color:rgba(255,255,255,.52); line-height:1.7; }
.copyright{ margin-top:16px; }

.mobile-bar{ display:none; }

/* ---------- reveal ---------- */
.rv{ opacity:0; transform:translateY(14px); transition:opacity .55s ease, transform .55s ease; }
.rv.in{ opacity:1; transform:none; }

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width:1020px){
  .contact-cards{ grid-template-columns:1fr; }
  .integrations{ grid-template-columns:repeat(2,1fr); }
  .steps{ grid-template-columns:repeat(2,1fr); }
  .footer-cols{ grid-template-columns:1fr 1fr; gap:36px; }
}
@media (max-width:900px){
  .band{ padding:74px 0; }
  .hero{ padding:58px 0 66px; }
  .cta-band{ padding:80px 0; }
  .split{ grid-template-columns:1fr; gap:40px; }
  .pipeline{ grid-template-columns:1fr; gap:30px; }
  .flow__arrow{ display:none; }

  .site-header .wrap{ flex-wrap:wrap; }
  .nav-toggle{ display:block; }
  .header-cta{ display:none; }
  .nav{ display:none; flex-direction:column; align-items:stretch; gap:0; width:100%; order:3; border-top:1px solid var(--line-2); margin-top:14px; padding-top:6px; }
  .nav.open{ display:flex; }
  .nav a{ padding:13px 0; border-bottom:1px solid var(--line-2); }
  .nav .btn{ display:inline-flex; justify-content:center; margin:16px 0 8px; border-bottom:1px solid var(--ink); }

  .topbar .wrap{ justify-content:center; text-align:center; font-size:.72rem; }

  body{ padding-bottom:62px; }
  .mobile-bar{ display:grid; grid-template-columns:1fr 1fr; position:fixed; inset:auto 0 0; z-index:60; }
  .mobile-bar a{ text-align:center; padding:19px 10px; text-decoration:none; font-size:.86rem; font-weight:600; }
  .mobile-bar a:first-child{ background:#fff; color:var(--ink); border-top:1px solid var(--line); }
  .mobile-bar a:last-child{ background:var(--accent); color:#fff; }
}
@media (max-width:560px){
  .steps{ grid-template-columns:1fr; }
  .integrations{ grid-template-columns:1fr; }
  .footer-cols{ grid-template-columns:1fr; }
  .card{ padding:28px 22px; }
  .btn{ width:100%; justify-content:center; }
  .btn-row{ flex-direction:column; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation:none !important; transition:none !important; }
  html{ scroll-behavior:auto; }
  .rv{ opacity:1; transform:none; }
}

/* ==========================================================
   Shared components added for inner pages
   ========================================================== */

/* Guard: scoped `a { color }` rules must never win over a button.
   Keeps any .btn dropped into a coloured region legible. */
a.btn,a.btn--sm{ color:#fff; }
a.btn--ghost{ color:var(--ink); }
a.btn--light{ color:var(--ink); }
a.btn--outline-light{ color:#fff; }

/* ---------- breadcrumb + page hero ---------- */
.crumb{ display:flex; justify-content:center; gap:9px; font-size:.8rem; color:var(--muted); margin-bottom:26px; }
.crumb a{ text-decoration:none; }
.crumb a:hover{ text-decoration:underline; }
.crumb span[aria-current]{ color:var(--ink); font-weight:600; }
.crumb .div{ color:#8290a8; }

.page-hero{ background:var(--paper); padding:52px 0 84px; text-align:center; }
.page-hero .eyebrow{ justify-content:center; }
.page-hero h1{ max-width:20ch; margin:0 auto; }

/* ---------- generic grids ---------- */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.checks--2col{ grid-template-columns:1fr 1fr; column-gap:44px; }

.note{ font-size:.8rem; color:var(--muted); line-height:1.6; max-width:78ch; margin:34px auto 0; text-align:center; }
.band--dark .note{ color:rgba(255,255,255,.6); }

.stack-lg{ display:grid; gap:64px; }

/* ---------- contact ---------- */
.contact-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.contact-cards .card h3{ margin-bottom:10px; }
.big-line{ font-family:var(--display); font-size:1.5rem; font-weight:800; letter-spacing:-.03em; margin:18px 0 6px; display:block; text-decoration:none; }
.big-line:hover{ color:var(--accent-2); }
.side-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--r-card); padding:26px 24px; }
.side-card + .side-card{ margin-top:16px; }
.side-card h4{ margin-bottom:14px; }
.side-card .checks li{ font-size:.9rem; }
.side-stack{ display:grid; }

/* ---------- blog ---------- */
.featured{ background:var(--ink); color:rgba(255,255,255,.76); border-radius:var(--r-card); padding:52px 44px; text-align:center; max-width:860px; margin:0 auto; }
.featured h2{ color:#fff; font-size:clamp(1.4rem,2.6vw,1.95rem); margin:14px auto 16px; max-width:24ch; }
.featured .meta{ justify-content:center; color:rgba(255,255,255,.62); }
.featured .meta span+span{ color:rgba(255,255,255,.62); }
.featured .meta span+span::before{ color:rgba(255,255,255,.4); }
.featured p{ color:rgba(255,255,255,.72); max-width:56ch; margin:0 auto; font-size:.95rem; }
.featured .btn-row{ justify-content:center; }

.blog-layout{ display:grid; grid-template-columns:minmax(0,1.7fr) minmax(0,1fr); gap:48px; align-items:start; }
.searchbar{ display:flex; gap:10px; margin-bottom:18px; }
.searchbar input{
  flex:1; min-width:0; font-family:var(--body); font-size:.9rem; color:var(--ink);
  border:1px solid var(--line); border-radius:999px; padding:13px 20px; background:var(--card);
}
.searchbar input::placeholder{ color:#7385a1; }
.searchbar input:focus{ outline:2px solid var(--ink); outline-offset:1px; }
.filters{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.filters button{
  font-family:var(--body); font-size:.78rem; font-weight:500; cursor:pointer;
  background:var(--card); color:var(--muted); border:1px solid var(--line);
  border-radius:999px; padding:7px 14px; transition:background .16s, color .16s, border-color .16s;
}
.filters button:hover{ border-color:var(--ink); color:var(--ink); }
.filters button[aria-pressed="true"]{ background:var(--ink); border-color:var(--ink); color:#fff; }
.count{ font-size:.82rem; color:var(--muted); margin-bottom:14px; }
.empty{ border:1px dashed var(--line); border-radius:var(--r-card); padding:34px 26px; text-align:center; color:var(--muted); font-size:.92rem; }
.side-list{ list-style:none; margin:0; padding:0; display:grid; gap:2px; }
.side-list a{ display:block; text-decoration:none; font-size:.9rem; padding:9px 0; border-bottom:1px solid var(--line-2); color:var(--muted); }
.side-list li:last-child a{ border-bottom:0; }
.side-list a:hover{ color:var(--ink); }
.side-card--dark{ background:var(--ink); border-color:var(--ink); color:rgba(255,255,255,.72); }
.side-card--dark h4{ color:#fff; }
.side-card--dark p{ font-size:.86rem; color:rgba(255,255,255,.68); }

@media (max-width:900px){
  .grid-3{ grid-template-columns:1fr; }
  .grid-2{ grid-template-columns:1fr; }
  .checks--2col{ grid-template-columns:1fr; }
  .contact-cards{ grid-template-columns:1fr; }
  .blog-layout{ grid-template-columns:1fr; gap:40px; }
  .page-hero{ padding:36px 0 62px; }
  .featured{ padding:38px 24px; }
  .stack-lg{ gap:48px; }
}

/* ==========================================================
   Long-form: legal documents and blog articles
   ========================================================== */
.doc{ max-width:800px; margin:0 auto; background:var(--card); border:1px solid var(--line);
      border-radius:var(--r-card); padding:52px 56px; box-shadow:var(--shadow); }
.updated{ font-size:.8rem; color:var(--muted); margin:0 0 34px; padding-bottom:22px; border-bottom:1px solid var(--line-2); }

.prose{ max-width:760px; margin:0 auto; }
.prose > h2{ font-size:1.28rem; color:var(--ink); margin:38px 0 14px; letter-spacing:-.022em; }
.prose > h2:first-child{ margin-top:0; }
.prose > h3{ font-size:1.02rem; margin:26px 0 10px; }
.prose p{ color:var(--muted); font-size:.97rem; line-height:1.75; }
.prose ul,.prose ol{ color:var(--muted); font-size:.97rem; line-height:1.75; padding-left:22px; margin:0 0 1em; }
.prose li{ margin-bottom:9px; }
.prose li::marker{ color:#8290a8; }
.prose strong{ color:var(--ink); font-weight:600; }
.prose a{ color:var(--ink); text-decoration:underline; text-underline-offset:2px; text-decoration-thickness:1px; }
.prose a:hover{ color:var(--accent-2); }
.prose .lead{ font-size:1.06rem; color:var(--ink); line-height:1.65; margin-bottom:30px; }
.prose blockquote{ margin:26px 0; padding:18px 24px; border-left:3px solid var(--ink);
                   background:var(--paper); border-radius:0 var(--r-sm) var(--r-sm) 0; }
.prose blockquote p{ color:var(--ink); font-size:.97rem; }
.prose hr{ border:0; border-top:1px solid var(--line-2); margin:38px 0; }

.article-head{ max-width:760px; margin:0 auto; text-align:center; }
.article-head h1{ font-size:clamp(1.75rem,3.6vw,2.6rem); max-width:22ch; margin:0 auto; }
.article-head .meta{ justify-content:center; margin-bottom:18px; }

.article-foot{ max-width:760px; margin:52px auto 0; padding-top:34px; border-top:1px solid var(--line-2); }
.article-foot h4{ margin-bottom:16px; }

@media (max-width:900px){
  .doc{ padding:34px 24px; }
  .prose > h2{ font-size:1.16rem; }
}
