/* ErudAite SBM PDF LP — page styles (tokens: /sbm/assets/colors_and_type.css) */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  font-family: var(--font-jp);
  font-feature-settings: "palt" 1, "kern" 1;
  overflow-x: hidden;
  text-wrap: pretty;
  color: var(--fg1);
  background: var(--bg);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }

.page { position: relative; overflow: hidden; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
@media (min-width: 900px) { .container { padding: 0 40px; } }

/* ── Decorative blobs (Readable-style organic shapes, ErudAite teal) ── */
.blob {
  position: absolute; z-index: 0; pointer-events: none;
  border-radius: 42% 58% 63% 37% / 45% 45% 55% 55%;
  background: linear-gradient(135deg, var(--accent-tint), rgba(42,100,120,0.14));
  filter: blur(2px);
}
.blob.warm {
  background: linear-gradient(135deg, rgba(183,121,31,0.14), rgba(183,121,31,0.06));
}

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  border-bottom: 1px solid var(--hairline);
}
.nav-inner { height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 26px; width: auto; }
.brand-tag {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  padding: 3px 8px; border-radius: 100px; background: var(--accent-tint);
}
.nav-links { display: none; gap: 26px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--fg2); transition: color var(--transition-fast); }
.nav-links a:hover { color: var(--accent); }
@media (min-width: 960px) { .nav-links { display: flex; } }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 46px; padding: 0 24px; border-radius: 100px;
  font-size: 15px; font-weight: 700; transition: all var(--transition-fast);
  white-space: nowrap;
}
.btn svg { transition: transform var(--transition-fast); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: #fff; box-shadow: 0 8px 24px var(--accent-glow);
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-primary:active { transform: scale(0.98); }
.btn-nav { height: 40px; padding: 0 18px; font-size: 13px; }
.btn-ghost { background: #fff; color: var(--accent); border: 1.5px solid color-mix(in srgb, var(--accent) 40%, transparent); }
.btn-ghost:hover { border-color: var(--accent); background: var(--accent-tint); }
.btn-lg { height: 58px; padding: 0 34px; font-size: 16px; }

/* ── HERO ── */
.hero { position: relative; padding: 48px 0 64px; }
@media (min-width: 960px) { .hero { padding: 72px 0 96px; } }
.hero .blob.b1 { width: 520px; height: 480px; top: -120px; right: -160px; }
.hero .blob.b2 { width: 360px; height: 340px; bottom: -80px; left: -140px; }
.hero-grid { display: grid; gap: 36px; align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
  padding: 6px 14px; border-radius: 100px;
  background: var(--accent-tint); margin-bottom: 22px;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow); }
.hero-title {
  font-family: var(--font-jp);
  font-size: clamp(32px, 5.6vw, 54px);
  font-weight: 700; line-height: 1.28; letter-spacing: -0.01em;
  margin: 0 0 20px; color: var(--fg1); word-break: keep-all;
}
.hero-title .em {
  color: var(--accent);
  background: linear-gradient(transparent 62%, color-mix(in srgb, var(--accent) 18%, transparent) 62%);
  padding: 0 2px;
}
.hero-sub { font-size: 17px; line-height: 1.85; color: var(--fg2); margin: 0 0 30px; max-width: 500px; word-break: keep-all; }
.hero-sub strong { color: var(--fg1); font-weight: 700; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }

/* Hero stat pillars (Readable-style) */
.hero-stats { display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; }
.stat { padding: 4px 22px; }
.stat:first-child { padding-left: 0; }
.stat + .stat { border-left: 1.5px solid var(--hairline); }
.stat-label { font-size: 12px; color: var(--fg3); margin-bottom: 4px; font-weight: 500; }
.stat-value { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: var(--accent); line-height: 1.1; letter-spacing: -0.01em; }
.stat-value .unit { font-size: 13px; font-weight: 600; color: var(--fg2); margin-left: 2px; }
.stat-value .arrow { color: var(--fg3); font-weight: 600; }

.hero-visual { position: relative; }
.hero-img { width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow-modal); }

/* ── CAMPAIGN BANNER ── */
.campaign { position: relative; padding: 0; }
.campaign-inner {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  border-radius: 24px; color: #fff;
  padding: 32px 28px; text-align: center;
  box-shadow: 0 16px 40px rgba(42,100,120,0.24);
}
.campaign-inner::before, .campaign-inner::after {
  content: ''; position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.08); pointer-events: none;
}
.campaign-inner::before { width: 220px; height: 220px; top: -90px; right: -60px; }
.campaign-inner::after { width: 160px; height: 160px; bottom: -80px; left: -30px; }
.campaign-badge {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em;
  background: rgba(255,255,255,0.18); padding: 6px 16px; border-radius: 100px; margin-bottom: 14px;
}
.campaign-head { position: relative; font-size: clamp(22px, 3.4vw, 32px); font-weight: 800; line-height: 1.4; margin: 0 0 10px; color: #fff; }
.campaign-head .hl { color: #ffe08a; }
.campaign-sub { position: relative; font-size: 14px; color: rgba(255,255,255,0.92); margin: 0 0 18px; line-height: 1.7; }
.campaign-meta { position: relative; display: inline-flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; margin-bottom: 20px; }
.campaign-chip { font-size: 13px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); padding: 8px 16px; border-radius: 10px; }
.campaign-chip b { font-weight: 800; }
.campaign .btn-primary { background: #fff; color: var(--accent-dark); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.campaign .btn-primary:hover { background: #f4f7fa; }

/* ── SECTIONS ── */
section { padding: 64px 0; position: relative; }
@media (min-width: 900px) { section { padding: 92px 0; } }
.bg-subtle { background: var(--bg-subtle); }
.head-center { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-jp);
  font-size: clamp(24px, 3.6vw, 38px);
  font-weight: 800; line-height: 1.4; letter-spacing: -0.01em;
  margin: 0 0 14px; word-break: keep-all;
}
.section-title .em { color: var(--accent); }
.section-title .mk {
  background: linear-gradient(transparent 60%, color-mix(in srgb, var(--accent) 18%, transparent) 60%);
}
.section-sub { font-size: 16px; line-height: 1.85; color: var(--fg2); margin: 0 auto; max-width: 620px; word-break: keep-all; }

/* Big centered decorative title (Readable "PDF翻訳でこんなお悩み") */
.big-title {
  text-align: center; font-family: var(--font-jp);
  font-size: clamp(24px, 4vw, 40px); font-weight: 800; line-height: 1.45;
  margin: 0 auto 56px; max-width: 820px; word-break: keep-all; position: relative;
}
.big-title .em { color: var(--accent); }

/* ── PAIN × SOLUTION (numbered, alternating) ── */
.pain-list { display: flex; flex-direction: column; gap: 64px; }
.pain { display: grid; gap: 24px; align-items: center; }
@media (min-width: 860px) {
  .pain { grid-template-columns: 1fr 1fr; gap: 48px; }
  .pain.rev .pain-visual { order: 2; }
}
.pain-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.pain-badge {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 18px;
  box-shadow: 0 6px 16px var(--accent-glow);
}
.pain-head h3 { font-size: clamp(19px, 2.4vw, 24px); font-weight: 800; margin: 0; line-height: 1.4; word-break: keep-all; }
.sol-tag {
  display: inline-block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
  color: var(--accent); background: var(--accent-tint); padding: 4px 12px; border-radius: 100px; margin-bottom: 12px;
}
.pain-solution h4 { font-size: clamp(17px, 2.2vw, 21px); font-weight: 800; margin: 0 0 12px; line-height: 1.5; color: var(--fg1); word-break: keep-all; }
.pain-solution p { font-size: 14px; color: var(--fg2); margin: 0 0 10px; line-height: 1.85; }
.pain-solution p:last-child { margin-bottom: 0; }
.pain-solution strong { color: var(--accent); font-weight: 700; }

/* Visual holders */
.pain-visual { position: relative; }
.pain-visual img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--card-border); box-shadow: var(--shadow-popover); }
.pain-visual .blob { width: 80%; height: 80%; top: -8%; left: -8%; z-index: 0; }
.pain-visual > * { position: relative; z-index: 1; }

/* CSS mini-demos (for pains without a photo) */
.demo {
  background: #fff; border: 1px solid var(--card-border); border-radius: 18px;
  padding: 22px; box-shadow: var(--shadow-card);
}
.demo-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--fg3); margin-bottom: 14px; }
.dict-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 10px 0; }
.dict-row + .dict-row { border-top: 1px dashed var(--hairline); }
.dict-term { font-weight: 700; font-size: 14px; }
.dict-arrow { color: var(--fg3); }
.dict-bad { font-size: 13px; color: var(--fg3); text-decoration: line-through; }
.dict-good { font-size: 13px; color: var(--accent); font-weight: 700; }
.dict-tags { display: flex; gap: 6px; margin-top: 4px; }
.demo-pages { display: flex; align-items: center; gap: 14px; }
.demo-doc {
  flex-shrink: 0; width: 72px; height: 92px; border-radius: 8px; background: var(--bg-subtle);
  border: 1px solid var(--card-border); position: relative; overflow: hidden;
}
.demo-doc::before {
  content: ''; position: absolute; inset: 12px 10px auto 10px; height: 4px; border-radius: 2px;
  background: var(--card-border);
  box-shadow: 0 10px 0 var(--card-border), 0 20px 0 var(--card-border), 0 30px 0 var(--card-border), 0 40px 0 var(--card-border), 0 50px 0 var(--card-border);
}
.demo-doc .pglabel { position: absolute; bottom: 6px; left: 0; right: 0; text-align: center; font-family: var(--font-mono); font-size: 9px; color: var(--fg3); }
.demo-arrow { color: var(--accent); font-size: 22px; }
.demo-summary { flex: 1; }
.demo-summary .st { font-size: 11px; color: var(--accent); font-family: var(--font-mono); margin-bottom: 8px; }
.demo-summary li { font-size: 13px; color: var(--fg1); line-height: 1.6; list-style: none; padding-left: 16px; position: relative; margin-bottom: 6px; }
.demo-summary li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.ocr-demo { display: flex; align-items: center; gap: 12px; }
.ocr-step { flex: 1; background: var(--bg-subtle); border: 1px solid var(--hairline); border-radius: 12px; padding: 18px 14px; text-align: center; }
.ocr-step.out { background: var(--accent-tint); border-color: transparent; }
.ocr-step .ic { width: 30px; height: 30px; margin: 0 auto 10px; color: var(--fg3); }
.ocr-step.out .ic { color: var(--accent); }
.ocr-step .lbl { font-size: 12px; color: var(--fg2); line-height: 1.6; }
.ocr-step.out .lbl { color: var(--accent); font-weight: 700; }
.ocr-arrow { color: var(--accent); font-size: 20px; flex-shrink: 0; }

/* ── REFERENCE LINK spotlight ── */
.reflink { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .reflink { grid-template-columns: 1fr 1fr; gap: 48px; } }
.reflink-copy .section-eyebrow { display: inline-block; }
.reflink-copy h2 { font-family: var(--font-jp); font-size: clamp(22px, 3.2vw, 34px); font-weight: 800; line-height: 1.45; margin: 0 0 16px; word-break: keep-all; }
.reflink-copy h2 .em { color: var(--accent); }
.reflink-copy p { font-size: 15px; color: var(--fg2); line-height: 1.85; margin: 0 0 14px; }
.reflink-copy p strong { color: var(--fg1); font-weight: 700; }
.reflink-note { font-size: 12px; color: var(--fg3); margin-top: 6px; }
.reflink-tiers { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.reflink-tiers li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--fg2); line-height: 1.6; }
.reflink-tiers .ti { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--accent-tint); color: var(--accent); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 11px; font-weight: 700; }
.reflink-tiers b { color: var(--fg1); font-weight: 700; }

.reflink-demo { position: relative; background: #fff; border: 1px solid var(--card-border); border-radius: 18px; padding: 22px 24px; box-shadow: var(--shadow-popover); }
.reflink-demo .blob { width: 78%; height: 78%; top: -10%; right: -12%; }
.reflink-demo-title { position: relative; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--fg3); margin-bottom: 8px; }
.reflink-demo h4 { position: relative; font-size: 14px; font-weight: 800; margin: 0 0 12px; }
.reflink-item { position: relative; display: flex; gap: 10px; padding: 11px 0; line-height: 1.7; font-size: 13px; }
.reflink-item + .reflink-item { border-top: 1px dashed var(--hairline); }
.reflink-num { color: var(--fg3); font-family: var(--font-mono); flex-shrink: 0; }
.reflink-item .txt { color: var(--fg1); }
.reflink-item a { color: var(--accent); font-weight: 700; border-bottom: 1px solid color-mix(in srgb, var(--accent) 45%, transparent); word-break: break-all; }
.reflink-item a:hover { background: var(--accent-tint); }
.reflink-tag {
  display: inline-flex; align-items: center; gap: 4px; vertical-align: middle;
  font-size: 10px; font-family: var(--font-mono); color: var(--accent);
  background: var(--accent-tint); padding: 2px 7px; border-radius: 100px; margin-left: 4px; white-space: nowrap;
}
.reflink-tag svg { width: 10px; height: 10px; }

/* ── FEATURE / ACTIVE 3-up ── */
.act-grid { display: grid; gap: 20px; }
@media (min-width: 860px) { .act-grid { grid-template-columns: repeat(3, 1fr); } }
.act-card {
  background: #fff; border: 1px solid var(--card-border); border-radius: 20px;
  padding: 28px 24px; box-shadow: var(--shadow-card);
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.act-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-popover); }
.act-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-tint); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.act-icon svg { width: 26px; height: 26px; }
.act-card h3 { font-size: 18px; font-weight: 800; margin: 0 0 10px; line-height: 1.45; }
.act-card p { font-size: 14px; color: var(--fg2); margin: 0; line-height: 1.8; }

/* ── STEPS ── */
.steps { display: grid; gap: 20px; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step-card { text-align: center; padding: 34px 22px; background: #fff; border: 1px solid var(--card-border); border-radius: 20px; position: relative; }
.step-num {
  width: 44px; height: 44px; margin: 0 auto 16px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: #fff;
  font-family: var(--font-mono); font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px var(--accent-glow);
}
.step-card h4 { font-size: 17px; font-weight: 800; margin: 0 0 10px; }
.step-card p { font-size: 13px; color: var(--fg2); margin: 0; line-height: 1.7; }

/* ── COMPARE ── */
.compare-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid var(--card-border); box-shadow: var(--shadow-card); }
.compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; font-size: 14px; }
.compare th, .compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--hairline); }
.compare thead th { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg3); font-weight: 500; }
.compare thead th.col-sbm { color: var(--accent); font-weight: 700; }
.compare th.col-sbm, .compare td.col-sbm { background: var(--accent-tint); }
.compare tbody th { font-weight: 700; color: var(--fg1); font-size: 14px; }
.compare td { color: var(--fg2); }
.compare .yes { color: var(--accent); font-weight: 700; }
.compare .no { color: var(--fg3); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.compare-note { font-size: 12px; color: var(--fg3); margin-top: 16px; text-align: center; }

/* ── PRICING ── */
.price-grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .price-grid { grid-template-columns: repeat(4, 1fr); } }
.price-card {
  background: #fff; border: 1.5px solid var(--card-border); border-radius: 20px;
  padding: 30px 24px; display: flex; flex-direction: column; position: relative;
}
.price-card.featured { border-color: var(--accent); box-shadow: 0 12px 32px var(--accent-glow); }
.price-card .tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: #fff;
  font-size: 11px; letter-spacing: 0.08em; padding: 5px 16px; border-radius: 100px; font-weight: 700; white-space: nowrap;
}
.price-card .plan { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.price-card .desc { font-size: 12px; color: var(--fg3); margin-bottom: 18px; min-height: 34px; line-height: 1.5; }
.price-card .amt { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--hairline); }
.price-card .amt .unit { font-size: 13px; font-weight: 600; color: var(--fg3); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.price-card li { font-size: 12px; color: var(--fg2); line-height: 1.5; padding-left: 22px; position: relative; }
.price-card li::before {
  content: ''; position: absolute; left: 2px; top: 4px; width: 10px; height: 6px;
  border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg);
}
.price-note { font-size: 12px; color: var(--fg3); text-align: center; margin-top: 28px; line-height: 1.8; }
.price-note a { color: var(--accent); border-bottom: 1px solid currentColor; }

/* ── FAQ ── */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--card-border); border-radius: 14px; background: #fff; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 22px;
  font-size: 16px; font-weight: 700; line-height: 1.5;
  display: flex; gap: 14px; align-items: flex-start; color: var(--fg1);
  transition: color var(--transition-fast);
}
.faq-item summary:hover { color: var(--accent); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: 'Q'; flex-shrink: 0; color: #fff; background: var(--accent);
  width: 24px; height: 24px; border-radius: 50%; font-size: 13px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-mono);
}
.faq-body { padding: 0 22px 22px 60px; font-size: 14px; line-height: 1.9; color: var(--fg2); }
.faq-body p { margin: 0 0 10px; }
.faq-body p:last-child { margin: 0; }
.faq-body strong { color: var(--fg1); font-weight: 700; }
.faq-body a { color: var(--accent); border-bottom: 1px solid currentColor; }

/* ── FINAL CTA ── */
.cta-final { position: relative; text-align: center; padding: 96px 0; overflow: hidden; }
.cta-final .blob.b1 { width: 460px; height: 420px; top: -120px; left: -120px; }
.cta-final .blob.b2 { width: 380px; height: 360px; bottom: -140px; right: -120px; }
.cta-final h2 { font-size: clamp(26px, 4.2vw, 42px); font-weight: 800; line-height: 1.4; margin: 0 0 16px; word-break: keep-all; }
.cta-final h2 .em { color: var(--accent); }
.cta-final p { font-size: 16px; color: var(--fg2); max-width: 480px; margin: 0 auto 30px; line-height: 1.8; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { padding: 52px 0 34px; border-top: 1px solid var(--hairline); background: var(--bg-subtle); }
.foot-grid { display: grid; gap: 32px; margin-bottom: 34px; }
@media (min-width: 768px) { .foot-grid { grid-template-columns: 2fr 1fr 1fr; } }
.foot-brand p { font-size: 13px; color: var(--fg3); line-height: 1.7; margin: 14px 0 0; max-width: 36ch; }
.foot-col h4 { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg3); font-family: var(--font-mono); margin: 0 0 14px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.foot-col a { font-size: 13px; color: var(--fg2); }
.foot-col a:hover { color: var(--accent); }
.foot-bot {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px;
  padding-top: 26px; border-top: 1px solid var(--hairline);
  font-size: 11px; color: var(--fg3); font-family: var(--font-mono);
}

.center-cta { text-align: center; margin-top: 52px; }
