/* =============================================================
   XServ Labs — Sub-page stylesheet
   Shared by /services/*, /products/*, /industries/*, /blog/*
   Matches design tokens from index.html
   ============================================================= */

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

:root {
  --bg: #0A0A0A;
  --bg-card: rgba(255,255,255,0.025);
  --bg-elev: rgba(255,255,255,0.04);
  --text: #FAFAFA;
  --text-muted: #aaa;
  --text-dim: #6a6a6a;
  --accent: #F97316;
  --accent-2: #FF8533;
  --cyan: #06b6d4;
  --purple: #a855f7;
  --green: #22c55e;
  --border: rgba(255,255,255,0.08);
  --border-hover: rgba(255,255,255,0.18);
  --radius: 20px;
  --radius-sm: 12px;
  --serif: 'Instrument Serif', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
  letter-spacing: -0.01em;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 12% -10%, rgba(249,115,22,0.08), transparent 45%),
    radial-gradient(circle at 88% 5%, rgba(6,182,212,0.06), transparent 40%);
}

::selection { background: var(--accent); color: #fff; }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

/* ───────── NAV ───────── */
header.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(10,10,10,0.75);
  border-bottom: 1px solid var(--border);
}
.nav {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px;
}
.nav .logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
}
/* Orbit logo — same as homepage */
.nav .logo-mark {
  width: 36px; height: 36px; position: relative;
  display: flex; align-items: center; justify-content: center;
  background: none; box-shadow: none; border-radius: 0;
  color: inherit; font-weight: inherit; font-size: inherit;
}
.nav .logo-mark .orbit {
  position: absolute; border-radius: 50%; border: 1px solid;
  animation: orbitSpin linear infinite;
}
.nav .orbit-1 { width: 36px; height: 36px; border-color: rgba(249,115,22,0.4); animation-duration: 6s; }
.nav .orbit-2 { width: 26px; height: 26px; border-color: rgba(6,182,212,0.4); animation-duration: 4s; animation-direction: reverse; }
.nav .orbit-3 { width: 16px; height: 16px; border-color: rgba(168,85,247,0.4); animation-duration: 3s; }
.nav .orbit-dot { position: absolute; border-radius: 50%; }
.nav .od-1 { top: -2px; left: 50%; transform: translateX(-50%); background: var(--accent); box-shadow: 0 0 10px var(--accent); width: 5px; height: 5px; }
.nav .od-2 { bottom: -2px; right: -2px; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); width: 4px; height: 4px; }
.nav .od-3 { top: -2px; left: -2px; background: var(--purple); box-shadow: 0 0 10px var(--purple); width: 3px; height: 3px; }
.nav .logo-x {
  font-family: var(--sans); font-size: 18px; font-weight: 400;
  background: linear-gradient(135deg, var(--accent), #fb923c);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  position: relative; z-index: 2;
}
.nav .logo-text { font-size: 15px; font-weight: 600; letter-spacing: -0.3px; white-space: nowrap; color: var(--text); }
@keyframes orbitSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 14px; color: var(--text-muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  padding: 9px 18px; border-radius: 999px;
  background: var(--accent); color: #fff !important;
  font-size: 13px; font-weight: 500;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--accent-2); transform: translateY(-1px); }

/* ───────── BREADCRUMBS ───────── */
.crumbs {
  max-width: 1280px; margin: 0 auto;
  padding: 22px 28px 0;
  font-size: 13px; color: var(--text-dim);
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
}
.crumbs a { color: var(--text-muted); transition: color 0.2s; }
.crumbs a:hover { color: var(--text); }
.crumbs .sep { color: var(--text-dim); }
.crumbs .cur { color: var(--text); }

/* ───────── HERO ───────── */
.page-hero {
  max-width: 1280px; margin: 0 auto;
  padding: 60px 28px 80px;
  position: relative;
}
.page-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border: 1px solid var(--border); border-radius: 999px;
  font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 28px;
}
.page-hero .eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}
.page-hero h1 {
  font-size: clamp(36px, 5.6vw, 64px);
  line-height: 1.04; letter-spacing: -0.035em;
  font-weight: 700;
  max-width: 920px;
  margin-bottom: 24px;
}
.page-hero h1 em {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.page-hero .lede {
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--text-muted); max-width: 720px;
  line-height: 1.65; margin-bottom: 36px;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 12px;
  font-size: 14px; font-weight: 500;
  transition: all 0.2s;
  cursor: pointer; border: 1px solid transparent;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-2); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(249,115,22,0.4); }
.btn-ghost { color: var(--text); border-color: var(--border); background: var(--bg-card); }
.btn-ghost:hover { border-color: var(--border-hover); background: var(--bg-elev); }

/* ───────── TRUST STRIP ───────── */
.trust-strip {
  max-width: 1280px; margin: 0 auto 70px;
  padding: 24px 28px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.trust-strip .item { text-align: left; }
.trust-strip .num {
  font-family: var(--serif); font-size: 36px; font-style: italic;
  color: var(--accent); line-height: 1;
}
.trust-strip .lbl {
  font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--text-muted); margin-top: 8px;
}

/* ───────── GENERIC SECTION ───────── */
.section {
  max-width: 1280px; margin: 0 auto;
  padding: 88px 28px;
}
.section .label {
  font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 18px;
}
.section h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1; letter-spacing: -0.025em;
  font-weight: 600; max-width: 820px;
  margin-bottom: 24px;
}
.section h2 em {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  color: var(--accent);
}
.section .intro {
  font-size: 17px; color: var(--text-muted);
  max-width: 720px; line-height: 1.7;
}

/* ───────── BENT CARDS GRID ───────── */
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 48px;
}
.feat-grid.two { grid-template-columns: repeat(2, 1fr); }
.feat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: all 0.25s;
  position: relative; overflow: hidden;
}
.feat-card:hover {
  border-color: var(--border-hover);
  background: var(--bg-elev);
  transform: translateY(-2px);
}
.feat-card .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(249,115,22,0.1); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.feat-card .ic.cyan { background: rgba(6,182,212,0.1); color: var(--cyan); }
.feat-card .ic.purple { background: rgba(168,85,247,0.1); color: var(--purple); }
.feat-card .ic.green { background: rgba(34,197,94,0.1); color: var(--green); }
.feat-card h3 {
  font-size: 18px; font-weight: 600; margin-bottom: 10px; letter-spacing: -0.01em;
}
.feat-card p {
  color: var(--text-muted); font-size: 14.5px; line-height: 1.65;
}

/* ───────── CHECK LIST ───────── */
.check-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px; margin-top: 36px;
}
.check-list li {
  list-style: none; display: flex; gap: 12px; align-items: flex-start;
  font-size: 15.5px; color: var(--text); line-height: 1.55;
}
.check-list li::before {
  content: ''; flex-shrink: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(249,115,22,0.12); color: var(--accent);
  margin-top: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F97316' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat; background-position: center; background-size: 11px;
}

/* ───────── PROCESS STEPS ───────── */
.steps {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
  margin-top: 48px;
}
.step {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px;
  position: relative;
}
.step .n {
  font-family: var(--serif); font-style: italic; font-size: 36px;
  color: var(--accent); line-height: 1; margin-bottom: 12px;
}
.step h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--text-muted); font-size: 14.5px; line-height: 1.6; }

/* ───────── TWO-COL CONTENT ───────── */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  margin-top: 48px; align-items: start;
}
.two-col h3 { font-size: 22px; font-weight: 600; margin-bottom: 16px; letter-spacing: -0.015em; }
.two-col p, .two-col li { color: var(--text-muted); font-size: 15.5px; line-height: 1.75; margin-bottom: 12px; }
.two-col ul { padding-left: 20px; }
.two-col ul li { list-style: disc; color: var(--text-muted); }
.two-col ul li::marker { color: var(--accent); }

/* ───────── PRICING / TIERS ───────── */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.tier { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; }
.tier .name { font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; }
.tier .price { font-family: var(--serif); font-style: italic; font-size: 36px; color: var(--text); margin-bottom: 6px; }
.tier .blurb { color: var(--text-muted); font-size: 14px; margin-bottom: 24px; }
.tier ul { list-style: none; }
.tier ul li { padding: 8px 0; font-size: 14px; color: var(--text); border-top: 1px solid var(--border); }

/* ───────── FAQ ───────── */
.faq { margin-top: 48px; max-width: 880px; }
.faq details {
  border-bottom: 1px solid var(--border); padding: 22px 0; cursor: pointer;
}
.faq summary {
  font-size: 17px; font-weight: 500; color: var(--text);
  display: flex; justify-content: space-between; align-items: center;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 24px; color: var(--accent); font-weight: 300;
  transition: transform 0.2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin-top: 14px; color: var(--text-muted); font-size: 15px; line-height: 1.75;
}

/* ───────── CTA BLOCK ───────── */
.cta-block {
  max-width: 1280px; margin: 80px auto;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(249,115,22,0.08), rgba(6,182,212,0.05));
  border: 1px solid var(--border); border-radius: 28px;
  text-align: center;
}
.cta-block h2 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15; margin-bottom: 16px;
  font-weight: 600; letter-spacing: -0.025em;
}
.cta-block h2 em {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  color: var(--accent);
}
.cta-block p { color: var(--text-muted); font-size: 17px; margin-bottom: 28px; max-width: 580px; margin-left: auto; margin-right: auto; }
.cta-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ───────── INDUSTRY CHIPS ───────── */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.chip {
  padding: 10px 16px; border: 1px solid var(--border); border-radius: 999px;
  font-size: 13.5px; color: var(--text); background: var(--bg-card);
  transition: all 0.2s;
}
.chip:hover { border-color: var(--accent); color: var(--accent); }

/* ───────── STACK GRID ───────── */
.stack-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px; margin-top: 36px;
}
.stack-cat {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 18px;
}
.stack-cat .h {
  font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 10px;
}
.stack-cat .l {
  font-size: 14px; color: var(--text); line-height: 1.7;
}

/* ───────── RELATED LINKS ───────── */
.related {
  max-width: 1280px; margin: 0 auto;
  padding: 60px 28px;
  border-top: 1px solid var(--border);
}
.related h3 { font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 24px; }
.related .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related a {
  padding: 22px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--bg-card); transition: all 0.2s;
  display: block;
}
.related a:hover { border-color: var(--accent); transform: translateY(-1px); }
.related .ttl { font-size: 16px; font-weight: 500; margin-bottom: 6px; }
.related .desc { font-size: 13.5px; color: var(--text-muted); }

/* ───────── FOOTER ───────── */
footer.site-footer {
  border-top: 1px solid var(--border);
  padding: 36px 28px;
  max-width: 1280px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--text-muted);
  flex-wrap: wrap; gap: 16px;
}
footer.site-footer a { color: var(--text-muted); transition: color 0.2s; }
footer.site-footer a:hover { color: var(--text); }
.foot-links { display: flex; gap: 18px; flex-wrap: wrap; }

/* ───────── FLOATING WHATSAPP ───────── */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  color: #fff; z-index: 60;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }

/* ═══════════════════════════════════════════════════════
   BLOG STYLES
   ═══════════════════════════════════════════════════════ */

/* ───────── BLOG INDEX ───────── */
.blog-index { max-width: 1080px; margin: 0 auto; padding: 60px 28px; }
.blog-hero { padding: 40px 0 60px; border-bottom: 1px solid var(--border); margin-bottom: 60px; }
.blog-hero h1 {
  font-size: clamp(40px, 5.5vw, 64px); font-weight: 700;
  line-height: 1.05; letter-spacing: -0.035em; margin-bottom: 18px;
}
.blog-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.blog-hero p { font-size: 18px; color: var(--text-muted); max-width: 640px; line-height: 1.65; }

.posts-list { display: flex; flex-direction: column; }
.post-row {
  display: grid; grid-template-columns: 140px 1fr 180px;
  gap: 32px; padding: 36px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
  transition: all 0.2s;
  text-decoration: none; color: inherit;
}
.post-row:hover { padding-left: 12px; }
.post-row:hover h2 { color: var(--accent); }
.post-date {
  font-family: var(--mono); font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--text-muted); padding-top: 8px;
}
.post-row h2 {
  font-size: 28px; line-height: 1.2; font-weight: 600;
  letter-spacing: -0.02em; margin-bottom: 12px;
  transition: color 0.2s;
}
.post-row p { font-size: 15.5px; color: var(--text-muted); line-height: 1.65; }
.post-meta {
  font-size: 12px; color: var(--text-dim); letter-spacing: 1px; text-transform: uppercase;
  padding-top: 12px; text-align: right;
}
.post-meta .read-time { display: block; margin-top: 4px; color: var(--text-muted); }

@media (max-width: 800px) {
  .post-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .post-date, .post-meta { text-align: left; padding-top: 0; }
  .post-row h2 { font-size: 22px; }
}

/* ───────── ARTICLE (single post) ───────── */
.article-wrap { max-width: 760px; margin: 0 auto; padding: 0 28px; }
.article-header { padding: 40px 0 50px; border-bottom: 1px solid var(--border); margin-bottom: 50px; }
.article-meta-top {
  display: flex; gap: 14px; align-items: center;
  font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 24px;
}
.article-meta-top .tag {
  padding: 5px 12px; border: 1px solid var(--border); border-radius: 999px;
  color: var(--accent); background: rgba(249,115,22,0.05);
}
.article-header h1 {
  font-size: clamp(34px, 5vw, 54px); line-height: 1.1; letter-spacing: -0.03em;
  font-weight: 700; margin-bottom: 22px;
}
.article-header h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.article-header .lede { font-size: 19px; color: var(--text-muted); line-height: 1.65; margin-bottom: 32px; }
.article-byline {
  display: flex; align-items: center; gap: 14px;
  padding-top: 24px; border-top: 1px solid var(--border);
  font-size: 14px; color: var(--text-muted);
}
.article-byline .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; flex-shrink: 0;
}
.article-byline strong { color: var(--text); font-weight: 500; }
.article-byline .sep { color: var(--text-dim); margin: 0 2px; }

/* Article body — typography for long-form */
.article-body { font-size: 18px; line-height: 1.78; color: var(--text); padding-bottom: 80px; }
.article-body p { margin-bottom: 26px; color: #d4d4d4; }
.article-body p:first-of-type::first-letter {
  font-family: var(--serif); float: left; font-size: 64px; line-height: 0.9;
  padding: 6px 14px 0 0; color: var(--accent); font-style: italic;
}
.article-body h2 {
  font-size: 30px; font-weight: 600; letter-spacing: -0.02em;
  margin: 56px 0 20px; padding-top: 8px;
  scroll-margin-top: 100px;
}
.article-body h3 {
  font-size: 22px; font-weight: 600; letter-spacing: -0.015em;
  margin: 40px 0 14px;
}
.article-body h2 em, .article-body h3 em {
  font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent);
}
.article-body ul, .article-body ol { margin: 0 0 26px 24px; }
.article-body li { margin-bottom: 10px; color: #d4d4d4; line-height: 1.75; }
.article-body li::marker { color: var(--accent); }
.article-body strong { color: var(--text); font-weight: 600; }
.article-body em { color: var(--text); font-style: italic; }
.article-body a {
  color: var(--accent); text-decoration: none;
  border-bottom: 1px solid rgba(249,115,22,0.3);
  transition: all 0.15s;
}
.article-body a:hover { border-bottom-color: var(--accent); background: rgba(249,115,22,0.05); }
.article-body code {
  font-family: var(--mono); font-size: 0.9em;
  background: rgba(255,255,255,0.06); padding: 2px 7px; border-radius: 4px;
  color: var(--cyan);
}
.article-body blockquote {
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 24px; margin: 32px 0;
  font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.5;
  color: var(--text);
}
.article-body hr {
  border: 0; height: 1px; background: var(--border); margin: 48px 0;
}

/* Article callout box */
.callout {
  background: linear-gradient(135deg, rgba(249,115,22,0.06), rgba(6,182,212,0.04));
  border: 1px solid var(--border); border-radius: 16px;
  padding: 24px 28px; margin: 32px 0;
}
.callout .lbl {
  font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 10px;
}
.callout p { font-size: 16px; line-height: 1.65; margin: 0; color: var(--text); }
.callout p:first-of-type::first-letter { all: unset; }

/* Article tables */
.article-body table {
  width: 100%; border-collapse: collapse; margin: 28px 0;
  font-size: 15px;
}
.article-body th {
  text-align: left; padding: 14px 16px;
  background: rgba(255,255,255,0.04); color: var(--text);
  font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px;
  border-bottom: 1px solid var(--border);
}
.article-body td {
  padding: 14px 16px; border-bottom: 1px solid var(--border);
  color: #d4d4d4;
}
.article-body tr:hover td { background: rgba(255,255,255,0.02); }

/* Article footer / related */
.article-footer {
  border-top: 1px solid var(--border);
  padding: 48px 0;
}
.article-cta-card {
  background: linear-gradient(135deg, rgba(249,115,22,0.08), rgba(6,182,212,0.04));
  border: 1px solid var(--border); border-radius: 20px;
  padding: 36px; margin-bottom: 40px;
}
.article-cta-card h3 { font-size: 24px; font-weight: 600; margin-bottom: 10px; letter-spacing: -0.02em; }
.article-cta-card h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.article-cta-card p { color: var(--text-muted); font-size: 15.5px; line-height: 1.65; margin-bottom: 20px; }

@media (max-width: 700px) {
  .article-body { font-size: 17px; }
  .article-body p:first-of-type::first-letter {
    font-size: 52px; padding-right: 10px;
  }
  .article-body h2 { font-size: 26px; margin-top: 40px; }
  .article-body h3 { font-size: 19px; }
  .article-cta-card { padding: 26px 22px; }
}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 900px) {
  .nav-links li:not(.nav-cta-li) { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .feat-grid, .feat-grid.two { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .tiers { grid-template-columns: 1fr; }
  .related .grid { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .cta-block { padding: 44px 24px; margin: 60px 16px; }
  .section { padding: 60px 24px; }
  .page-hero { padding: 40px 24px 60px; }
  footer.site-footer { flex-direction: column; align-items: flex-start; text-align: left; }
}
