@font-face{font-family:'Nunito';font-style:normal;font-weight:400 900;font-display:swap;src:url('/fonts/nunito-var.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Newsreader';font-style:italic;font-weight:500;font-display:swap;src:url('/fonts/newsreader-500i.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* metric-adjusted fallback: same text width as Nunito, so the swap causes no re-wrap/CLS */
@font-face{font-family:'Nunito Fallback';src:local('Arial');size-adjust:106%;ascent-override:97%;descent-override:34%;line-gap-override:0%;}

/* TechDesk — design system v3.
   Light, crisp pages (white + soft grey banding, cards that pop)
   with deep navy hero and bands, coral action colour.
   Colour lives in icon tiles, stats and actions — not in walls. */

:root {
  --bg: #ffffff;
  --bg-2: #f5f7fb;
  --navy: #0d1128;
  --navy-2: #080b1e;
  --text: #0f172a;
  --text-soft: #475569;
  --hairline: #e4e8f0;
  --coral: #5f78e8;
  --coral-deep: #4a63d6;
  --coral-bright: #8fa4ff;
  --red: #dc2626;
  --red-deep: #b91c1c;
  --red-bright: #f05252;
  --gold: #ffb800;
  --gold-deep: #d99a00;
  --peri: #7d92ff;
  --peri-deep: #5f78e8;
  --violet: #a78bff;
  --paper: #faf9f5;
  --ink: #141413;
  --radius: 18px;
  --max: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Nunito", "Nunito Fallback", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .wordmark, .price {
  font-family: "Nunito", "Nunito Fallback", sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.012em;
}

em.flair {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--coral-bright);
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- top bar ---------- */
.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.topbar .wrap {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 9px; padding-bottom: 9px;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.topbar a:hover { color: var(--red-bright); }
.topbar .dot { color: rgba(255, 255, 255, 0.4); margin: 0 6px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.nav .wrap {
  display: flex; align-items: center; gap: 28px;
  padding-top: 16px; padding-bottom: 16px;
}
.wordmark {
  font-size: 21px; text-decoration: none; color: var(--text);
  letter-spacing: -0.03em; margin-right: auto; white-space: nowrap;
}
.wordmark span { color: var(--red); }
.nav a.link {
  text-decoration: none; color: var(--text-soft);
  font-size: 15.5px; font-weight: 600;
}
.nav a.link:hover, .nav a.link.on { color: var(--text); }
.nav a.link.on { border-bottom: 2px solid var(--red); padding-bottom: 3px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Nunito", "Nunito Fallback", sans-serif;
  font-weight: 700; font-size: 16px;
  padding: 13px 26px; border-radius: 999px;
  text-decoration: none; transition: all 0.18s ease;
  letter-spacing: -0.01em;
}
.btn-solid { background: var(--red); color: #fff; }
.btn-solid:hover { background: var(--red-deep); transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid var(--text); color: var(--text); }
.btn-ghost:hover { background: var(--text); color: #fff; }
.btn-paper { background: var(--paper); color: var(--ink); }
.btn-paper:hover { background: #e8e6de; transform: translateY(-1px); }

/* ---------- hero (deep navy block on light page) ---------- */
.hero {
  padding: 72px 0 64px;
  color: #fff;
  background:
    linear-gradient(rgba(6, 16, 44, 0.62), rgba(6, 16, 44, 0.72)),
    url("/img/circuit.webp") center / cover no-repeat,
    var(--navy);
}
.hero em.flair { color: #ffd34d; }
.hero .wrap {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: 36px; align-items: center;
}
.hero-art { width: 100%; max-width: 680px; justify-self: end; }
.hero-art-wrap { justify-self: end; text-align: center; position: relative; }
.hero-art-box { position: relative; display: inline-block; max-width: 680px; width: 100%; }
.hero-art-box .hero-art { max-width: 100%; display: block; }
.arc-ico {
  position: absolute; cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
  animation: arcfloat 3.4s ease-in-out infinite;
}
.arc-ico:hover {
  transform: scale(1.22); z-index: 3;
  filter: drop-shadow(0 0 14px rgba(125, 146, 255, 0.95)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
}
.arc-ico:nth-of-type(2) { animation-delay: -0.4s; }
.arc-ico:nth-of-type(3) { animation-delay: -0.8s; }
.arc-ico:nth-of-type(4) { animation-delay: -1.2s; }
.arc-ico:nth-of-type(5) { animation-delay: -1.6s; }
.arc-ico:nth-of-type(6) { animation-delay: -2.0s; }
.arc-ico:nth-of-type(7) { animation-delay: -2.4s; }
.arc-ico:nth-of-type(8) { animation-delay: -2.8s; }
.arc-ico:nth-of-type(9) { animation-delay: -3.2s; }
.arc-ico:nth-of-type(10) { animation-delay: -3.0s; }
@keyframes arcfloat { 0%, 100% { margin-top: 0; } 50% { margin-top: -6px; } }
.hbubble {
  position: absolute; top: 42%; left: 62%; right: auto; z-index: 5;
  background: #fff; color: var(--text);
  font-family: "Nunito", "Nunito Fallback", sans-serif; font-weight: 800; font-size: 13px;
  padding: 6px 12px; border-radius: 12px; border-bottom-left-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer; white-space: nowrap;
  animation: hbob 2.6s ease-in-out infinite;
}
.hbubble::after {
  content: ""; position: absolute; bottom: 4px; left: -7px;
  border: 7px solid transparent; border-right-color: #fff; border-left: 0;
}
@keyframes hbob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hbubble:hover { background: #ffd34d; }
.hero-cap { margin-top: 10px; font-size: 14px; color: rgba(250, 249, 245, 0.65); }
.hero-cap b { color: #fff; }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-art, .hero-art-wrap { display: none; }
}
.hero h1 {
  font-size: clamp(2.9rem, 6.5vw, 5.2rem);
  margin-bottom: 26px;
}
.hero p.lede {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: rgba(250, 249, 245, 0.75); max-width: 34em; margin-bottom: 36px;
}
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .btn-ghost { border-color: rgba(250, 249, 245, 0.9); color: var(--paper); }
.hero .btn-ghost:hover { background: var(--paper); color: var(--ink); }
.hero .bigphone { color: #fff; }
.hero .bigphone:hover { color: var(--coral-bright); }

.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 44px; }
.hero .chips { grid-column: 1 / -1; margin-top: 18px; }
.chip {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  border-radius: 999px; padding: 6px 13px; color: var(--paper);
  text-decoration: none; white-space: nowrap;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.45);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.chip b { color: #fff; }
a.chip:hover { background: rgba(255, 255, 255, 0.24); border-color: #fff; }

/* ---------- sections ---------- */
.section { padding: 88px 0; }
.section.tint { background: var(--bg-2); }
.eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--red); margin-bottom: 14px;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 3px; background: var(--red); border-radius: 2px; vertical-align: middle; margin-right: 10px; }
.section h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin-bottom: 14px; }
.section p.sub { color: var(--text-soft); font-size: 1.2rem; max-width: 38em; margin-bottom: 48px; }

/* ---------- cards ---------- */
.grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.four .card { padding: 26px 24px; }
@media (max-width: 1080px) { .grid.four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid.four { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--hairline);
  border-radius: var(--radius); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15, 23, 42, 0.13); border-color: #c9d2e4; }
.card .ico {
  width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 6px; color: #5f78e8;
  background: #e9edff; border: 1px solid rgba(95, 120, 232, 0.2);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.card .ico svg { width: 21px; height: 21px; }
/* each card's tile has its own colour */
.grid .card:nth-child(4n+2) .ico { background: #fff3d6; color: #c98f00; border-color: rgba(217, 154, 0, 0.3); }
.grid .card:nth-child(4n+3) .ico { background: #fdecec; color: #dc2626; border-color: rgba(220, 38, 38, 0.25); }
.grid .card:nth-child(4n)   .ico { background: #fff0e3; color: #ff7a00; border-color: rgba(255, 122, 0, 0.35); }
/* hover: tile fills solid, icon goes white */
.card:hover .ico { background: #5f78e8; color: #fff; border-color: transparent; }
.grid .card:nth-child(4n+2):hover .ico { background: #d99a00; color: #fff; }
.grid .card:nth-child(4n+3):hover .ico { background: #dc2626; color: #fff; }
.grid .card:nth-child(4n):hover   .ico { background: #ff7a00; color: #fff; }
.card.feature .ico { color: var(--coral-bright); }
.card.feature:hover .ico { background: var(--red-bright); color: #fff; }
.card h3 { font-size: 1.35rem; letter-spacing: -0.015em; }
.card .go {
  align-self: flex-start; margin-top: 4px;
  font-weight: 800; font-size: 15.5px; letter-spacing: 0.01em;
  color: var(--red); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.card .go::after { content: "→"; transition: transform 0.15s ease; }
.card .go:hover::after { transform: translateX(4px); }
.card .go:hover { text-decoration: underline; text-underline-offset: 4px; }
.card p { color: var(--text-soft); font-size: 16.5px; flex-grow: 1; }
.price {
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  color: var(--text); letter-spacing: -0.03em;
}
.price small { font-size: 0.44em; font-weight: 600; color: var(--text-soft); letter-spacing: 0; }
.card .note { font-size: 13.5px; color: var(--text-soft); }
.card ul { list-style: none; margin-top: 4px; }
.card ul li { font-size: 16px; color: var(--text-soft); padding: 5px 0 5px 26px; position: relative; }
.card ul li::before { content: "✓"; position: absolute; left: 2px; color: var(--red); font-weight: 700; }

/* feature card — flips to navy so it pops off the light page */
.card.feature {
  grid-column: 1 / -1; background: var(--navy); color: var(--paper);
  padding: 46px 44px; border: none;
}
.card.feature h3 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.card.feature p, .card.feature ul li { color: rgba(250, 249, 245, 0.75); }
.card.feature ul li::before { color: var(--red-bright); }
.card.feature .price { color: var(--red-bright); }
.card.feature .price small { color: rgba(250, 249, 245, 0.6); }
.card.feature .ico { background: rgba(143, 164, 255, 0.15); border-color: rgba(143, 164, 255, 0.45); }
.card.feature .go { color: var(--red-bright); }
.card.feature.gold ul li::before { color: var(--gold); }
.card.feature.gold .price { color: var(--gold); }
.card.feature.gold .ico { background: rgba(255, 184, 0, 0.16); border-color: rgba(255, 184, 0, 0.45); }
.card.feature.gold:hover .ico { background: var(--gold); color: var(--navy); }
.card.feature.gold .go { color: var(--gold); }
.gold-link { color: #9a6b00; text-decoration: none; }
.gold-link:hover { text-decoration: underline; }
.hero .gold-link, .band .gold-link { color: var(--gold); }

/* ---------- dark band ---------- */
.band {
  background:
    linear-gradient(rgba(13, 17, 40, 0.82), rgba(13, 17, 40, 0.86)),
    url("/img/circuit.webp") center / cover no-repeat,
    var(--navy);
  color: var(--paper); padding: 96px 0;
}
.band h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); margin-bottom: 16px; }
.band p.sub { color: rgba(250, 249, 245, 0.72); font-size: 1.2rem; max-width: 36em; }
.band .eyebrow { color: var(--red-bright); }
.band .eyebrow::before { background: var(--red-bright); }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 28px; margin-top: 56px; }
.stat .big {
  font-family: "Nunito", "Nunito Fallback", sans-serif; font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem); letter-spacing: -0.03em; color: var(--red-bright);
}
.stat:nth-child(4n+2) .big { color: var(--gold); }
.stat:nth-child(4n+3) .big { color: var(--peri); }
.stat:nth-child(4n)   .big { color: var(--violet); }
.stat .label { font-size: 14px; color: rgba(250, 249, 245, 0.6); letter-spacing: 0.05em; text-transform: uppercase; margin-top: 4px; }

/* ---------- reviews ---------- */
.review {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}
.review .stars { color: #f5b301; letter-spacing: 3px; margin-bottom: 12px; }
.review blockquote { font-size: 16.5px; color: var(--text-soft); }
.review .who { margin-top: 16px; font-weight: 700; font-size: 14.5px; }
.review .who span { color: var(--text-soft); font-weight: 500; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: "Nunito", "Nunito Fallback", sans-serif; font-weight: 700;
  font-size: 2rem; color: var(--red); display: block; margin-bottom: 10px;
}
.step h3 { font-size: 1.15rem; margin-bottom: 6px; }
.step p { color: var(--text-soft); font-size: 16px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.bigphone {
  font-family: "Nunito", "Nunito Fallback", sans-serif; font-weight: 700;
  font-size: clamp(2.2rem, 6vw, 4.4rem); letter-spacing: -0.03em;
  color: var(--text); text-decoration: none; display: inline-block; margin: 8px 0 4px;
}
.bigphone:hover { color: var(--red); }
.areas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.areas span {
  font-size: 13.5px; font-weight: 600; background: #fff;
  border: 1px solid var(--hairline); border-radius: 999px; padding: 6px 14px; color: var(--text-soft);
}

/* ---------- footer ---------- */
footer { background: var(--navy-2); color: rgba(250, 249, 245, 0.68); padding: 64px 0 40px; font-size: 14.5px; }
footer .cols { display: grid; gap: 36px; grid-template-columns: 2fr 1fr 1fr; margin-bottom: 44px; }
footer .foot-h { color: var(--paper); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; }
footer a { color: rgba(250, 249, 245, 0.68); text-decoration: none; }
footer a:hover { color: var(--red-bright); }
footer ul { list-style: none; }
footer ul li { padding: 3px 0; }
footer .wordmark { color: var(--paper); font-size: 26px; }
footer .heritage { margin-top: 14px; max-width: 30em; }
footer .legal { border-top: 1px solid rgba(250, 249, 245, 0.14); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; }

/* ---------- Hagon chat widget ---------- */
.hchat-launch {
  position: fixed; bottom: 20px; right: 20px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--red); color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.4);
  transition: transform 0.15s ease, background 0.15s ease;
}
.hchat-launch:hover { transform: scale(1.07); background: var(--red-deep); }
.hchat {
  position: fixed; bottom: 84px; right: 20px; z-index: 91;
  width: 300px; max-width: calc(100vw - 32px);
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.35);
  display: flex; flex-direction: column;
  font-family: "Nunito", "Nunito Fallback", sans-serif;
}
.hchat[hidden] { display: none; }
.hchat-head {
  background: var(--navy); color: #fff; padding: 13px 16px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px;
}
.hchat-x { background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
.hchat-msgs { padding: 14px; height: 235px; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; background: var(--bg-2); }
.hmsg { max-width: 85%; padding: 9px 13px; border-radius: 14px; font-size: 14.5px; line-height: 1.5; }
.hmsg a { color: var(--red); font-weight: 700; }
.hbot { background: #fff; border: 1px solid var(--hairline); align-self: flex-start; border-bottom-left-radius: 4px; }
.huser { background: var(--red); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.htyping { color: var(--text-soft); }
.hchat-quick { display: flex; gap: 6px; flex-wrap: wrap; padding: 10px 14px; background: var(--bg-2); border-top: 1px solid var(--hairline); }
.hchat-quick button {
  font-family: "Nunito", "Nunito Fallback", sans-serif; font-size: 12.5px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px; cursor: pointer;
  background: #fff; color: var(--text); border: 1px solid var(--hairline);
}
.hchat-quick button:hover { border-color: var(--red); color: var(--red); }
.hchat-form { display: flex; border-top: 1px solid var(--hairline); }
.hchat-in { flex: 1; border: none; padding: 12px 14px; font-family: "Nunito", "Nunito Fallback", sans-serif; font-size: 15px; }
.hchat-send {
  border: none; background: var(--red); color: #fff; padding: 0 18px;
  font-family: "Nunito", "Nunito Fallback", sans-serif; font-weight: 800; font-size: 14.5px; cursor: pointer;
}
.hchat-send:hover { background: var(--red-deep); }
.hero-cap-link { text-decoration: none; display: inline-block; }
.hero-cap-link .hcap-big {
  display: block; font-family: "Nunito", "Nunito Fallback", sans-serif; font-weight: 900;
  font-size: clamp(25px, 2.8vw, 34px); color: #fff; letter-spacing: -0.01em;
}
.hero-cap-link .hcap-big b {
  background: linear-gradient(100deg, #fff 15%, #ffd34d 65%, #fff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 0 24px rgba(255, 211, 77, 0.5);
  animation: hgleam 3.2s ease-in-out infinite;
}
@keyframes hgleam { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.hero-cap-link .hcap-big em { font-family: "Newsreader", Georgia, serif; font-style: italic; font-weight: 500; color: #ffd34d; }
.hero-cap-link .hcap-sub { display: block; font-size: 14.5px; color: rgba(250, 249, 245, 0.7); margin-top: 3px; }
.hero-cap-link:hover .hcap-big em { color: #fff; }
.hero-cap-link .hcap-big b {
  animation: hgleam 3.2s ease-in-out infinite, hglow 3.2s ease-in-out infinite;
}
@keyframes hglow {
  0%, 100% { text-shadow: 0 0 16px rgba(255, 211, 77, 0.3); }
  50% { text-shadow: 0 0 26px rgba(255, 211, 77, 0.6); }
}

/* ---------- blog index ---------- */
.post-card { text-decoration: none; color: inherit; }
.post-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.read-badge {
  background: #fdecec; color: var(--red); font-size: 12px; font-weight: 800;
  letter-spacing: 0.03em; padding: 3px 10px; border-radius: 999px;
}
.post-date { font-size: 13px; color: var(--text-soft); font-weight: 700; }

/* ---------- article ---------- */
.article-head { background: var(--navy); color: #fff; padding: 56px 0 46px; }
.article-head .wrap { max-width: 760px; }
.breadcrumb { font-size: 13.5px; color: rgba(250, 249, 245, 0.6); margin-bottom: 18px; }
.breadcrumb a { color: rgba(250, 249, 245, 0.85); text-decoration: none; font-weight: 700; }
.breadcrumb a:hover { color: #ffd34d; }
.article-head h1 { font-size: clamp(2rem, 5vw, 3.1rem); margin-bottom: 16px; }
.article-meta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; color: rgba(250, 249, 245, 0.7); font-size: 14.5px; font-weight: 700; }
.article-meta-row .read-badge { background: rgba(255, 255, 255, 0.15); color: #fff; }

.article-body { max-width: 720px; margin: 0 auto; padding: 56px 24px 10px; }
.article-body h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 46px 0 16px; letter-spacing: -0.015em; }
.article-body > h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.25rem; margin: 30px 0 12px; }
.article-body p { margin-bottom: 18px; color: var(--text); font-size: 17.5px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; }
.article-body li { margin-bottom: 9px; font-size: 17.5px; }
.article-body a { color: var(--red); font-weight: 700; }
.article-table { width: 100%; border-collapse: collapse; margin: 12px 0 30px; font-size: 15.5px; }
.article-table th, .article-table td { border: 1px solid var(--hairline); padding: 11px 13px; text-align: left; vertical-align: top; }
.article-table th { background: var(--bg-2); font-weight: 800; }
.pullquote { border-left: 4px solid var(--red); padding: 4px 0 4px 22px; font-size: 1.18rem; font-style: italic; color: var(--text-soft); margin: 32px 0; }
.article-cta { background: var(--bg-2); border-radius: var(--radius); padding: 34px; text-align: center; margin: 44px 0; }
.article-cta h3 { margin-bottom: 10px; font-size: 1.4rem; }
.article-cta .cta-row { justify-content: center; margin-top: 18px; }
.related { max-width: 720px; margin: 0 auto 64px; padding: 0 24px; }
.related h4 { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 16px; }
.related-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

@media (max-width: 760px) {
  .nav .wrap { flex-wrap: wrap; gap: 14px 18px; }
  .nav .btn { padding: 10px 18px; font-size: 14.5px; }
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar .hide-m { display: none; }
  .hero { padding: 64px 0 52px; }
  .section { padding: 64px 0; }
  footer .cols { grid-template-columns: 1fr; }
  .card.feature { padding: 34px 28px; }
}

/* ---------- accessibility & motion ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--navy); color: #fff; font-weight: 700;
  padding: 10px 18px; border-radius: 0 0 12px 0; text-decoration: none;
}
.skip-link:focus { left: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
a:focus-visible, button:focus-visible, input:focus-visible, [role="button"]:focus-visible {
  outline: 3px solid var(--peri); outline-offset: 2px;
}
button.hero-cap-link {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; text-align: center; display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .arc-ico, .hbubble, .hero-cap-link .hcap-big b { animation: none !important; }
  .card, .btn, .card .ico, .arc-ico, .card .go::after { transition: none !important; }
  .card:hover, .btn-solid:hover, .btn-paper:hover { transform: none; }
}
