/* ==========================================================================
   哔咔漫画 · bikaapp.net  共享样式
   站点配色：葡萄紫 + 湖水青 + 蜜桃橙（与 App 自身的玫粉 #E967A9 刻意分离）
   ========================================================================== */

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

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption,
blockquote, dl, dd, dt, table, th, td { margin: 0; padding: 0; }

:root {
  --p:      #6C4AE0;
  --p-deep: #4A2FB0;
  --c:      #17B0A8;
  --peach:  #FF9A4D;
  --peach-2:#F0821F;
  --ink:    #1B1636;
  --ink2:   #4E4870;
  --ink3:   #8C87A8;
  --bg:     #FFFFFF;
  --soft:   #F5F4FE;
  --soft-2: #FBFAFF;
  --line:   #E7E4F7;
  --hero-a: #160E36;
  --hero-b: #311C6E;
  --hero-c: #5738C8;
  --grad-p: linear-gradient(135deg, #8A6BEE, #6C4AE0 50%, #4A2FB0);
  --grad-cta: linear-gradient(135deg, #FFC98A, #FF9A4D 58%, #F0821F);
  --sh-sm: 0 2px 10px rgba(35, 22, 84, .06);
  --sh-md: 0 14px 34px rgba(35, 22, 84, .10);
  --sh-lg: 0 24px 56px rgba(24, 14, 60, .16);
  --r: 16px;
}

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
               "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border: 0; }

a { color: var(--p); text-decoration: none; }
a:hover { color: var(--p-deep); }

ul, ol { list-style: none; }

.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }

/* ── 头部 ─────────────────────────────────────────────── */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.head-in {
  display: flex; align-items: center; gap: 18px;
  min-height: 72px; padding-top: 10px; padding-bottom: 10px;
}
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.brand-name { font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: .2px; line-height: 1.2; }
.brand-name .sub { display: block; font-size: 12px; font-weight: 500; color: var(--ink3); letter-spacing: .6px; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.nav a {
  display: block; padding: 9px 15px; border-radius: 10px;
  font-size: 15.5px; font-weight: 600; color: var(--ink2); white-space: nowrap;
}
.nav a:hover { background: var(--soft); color: var(--p); }
.nav a.on { color: var(--p); background: var(--soft); }

.header-cta {
  margin-left: 10px; padding: 11px 22px; border-radius: 11px;
  background: var(--grad-cta); color: #3A1800; font-weight: 800; font-size: 15.5px;
  box-shadow: 0 6px 16px rgba(240, 130, 31, .28);
}
.nav .header-cta { color: #3A1800; padding: 11px 22px; font-size: 15.5px; border-radius: 11px; }
.nav .header-cta:hover { color: #3A1800; background: var(--grad-cta); filter: brightness(1.04); }

/* ── 按钮 ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 34px; border-radius: 13px;
  background: var(--grad-cta); color: #3A1800;
  font-size: 17px; font-weight: 800; letter-spacing: .3px;
  box-shadow: 0 10px 24px rgba(240, 130, 31, .30);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.btn:hover { color: #3A1800; transform: translateY(-2px); filter: brightness(1.05);
  box-shadow: 0 14px 30px rgba(240, 130, 31, .36); }
.btn.ghost {
  background: rgba(255, 255, 255, .10); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .34); box-shadow: none;
}
.btn.ghost:hover { background: rgba(255, 255, 255, .18); color: #fff; transform: translateY(-2px); }
.btn.sm { padding: 11px 22px; font-size: 15.5px; border-radius: 11px; }

/* ── Hero ─────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--hero-a), var(--hero-b) 46%, var(--hero-c));
  color: #fff;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 380px at 88% 6%,  rgba(255, 154, 77, .34), transparent 70%),
    radial-gradient(620px 420px at 4% 96%,  rgba(23, 176, 168, .30), transparent 72%),
    radial-gradient(520px 340px at 62% 88%, rgba(138, 107, 238, .34), transparent 74%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16;
  background-image: radial-gradient(rgba(255, 255, 255, .9) 1px, transparent 1px);
  background-size: 22px 22px;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
  gap: 46px; align-items: center;
  padding-top: 66px; padding-bottom: 74px;
}
.hero-grid > * { min-width: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 20px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22);
  font-size: 13.5px; font-weight: 700; letter-spacing: .5px; color: #E9E4FF;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--peach); flex: none; }

.hero h1 {
  font-size: 46px; line-height: 1.22; font-weight: 900; letter-spacing: .5px;
  margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: var(--peach); }
.lead {
  font-size: 17px; line-height: 1.9; color: #D7D1F2; max-width: 560px;
  margin-bottom: 28px;
}
.hero-acts { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { font-size: 14px; color: #B6ADD8; margin-top: 18px; }

/* 手机模型 */
.phone-stage { display: flex; justify-content: center; align-items: flex-end; gap: 18px; }
.phone { width: 206px; flex: none; }
.phone.small { width: 142px; }
.screen {
  position: relative; overflow: hidden; border-radius: 26px;
  background: #fff; box-shadow: 0 0 0 7px #241A4E, 0 0 0 9px #3C2A7A, var(--sh-lg);
}
.phone.small .screen { border-radius: 20px; box-shadow: 0 0 0 6px #241A4E, 0 0 0 8px #3C2A7A, var(--sh-md); }
.screen img { width: 100%; height: auto; display: block; }

/* ── 数据条 ───────────────────────────────────────────── */
.stats { background: var(--soft); border-bottom: 1px solid var(--line); }
.stats .row {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; padding-top: 26px; padding-bottom: 26px;
}
.stats .it { text-align: center; min-width: 0; }
.stats .it .num { font-size: 30px; font-weight: 900; color: var(--p); line-height: 1.25; letter-spacing: .5px; }
.stats .it .num em { font-style: normal; font-size: 18px; margin-left: 2px; }
.stats .it .lbl { font-size: 14.5px; color: var(--ink3); }

/* ── 区块通用 ─────────────────────────────────────────── */
.sec { padding-top: 68px; padding-bottom: 6px; }
.sec.tight { padding-top: 54px; }
.sec.soft { background: var(--soft-2); margin-top: 62px; padding-bottom: 62px; }

.sec-head { max-width: 780px; margin-bottom: 30px; }
.sec-head h2 { font-size: 31px; font-weight: 900; line-height: 1.35; letter-spacing: .3px; }
.sec-head h2::after {
  content: ""; display: block; width: 52px; height: 5px; border-radius: 3px;
  margin-top: 14px; background: var(--grad-p);
}
.sec-head-p { font-size: 16.5px; color: var(--ink2); margin-top: 14px; line-height: 1.85; }

/* ── 功能卡 ───────────────────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 24px 24px; box-shadow: var(--sh-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: #D6CFF5; }
.card .ic {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 16px; flex: none;
  background: var(--grad-p); color: #fff; font-size: 19px;
  display: flex; align-items: center; justify-content: center;
}
.card:nth-child(3n+2) .ic { background: linear-gradient(135deg, #3FD2C8, #17B0A8); }
.card:nth-child(3n+3) .ic { background: var(--grad-cta); color: #3A1800; }
.card h3 { font-size: 19.5px; font-weight: 800; margin-bottom: 10px; }
.card p { font-size: 15.5px; color: var(--ink2); line-height: 1.85; }

/* ── 截图栅格 ─────────────────────────────────────────── */
.shots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; }
.shot { min-width: 0; }
.shot .frame {
  border-radius: 18px; overflow: hidden; background: #fff;
  box-shadow: 0 0 0 1px var(--line), var(--sh-sm);
}
.shot img { width: 100%; height: auto; display: block; }
.shot figcaption { margin-top: 11px; font-size: 14.5px; font-weight: 700; color: var(--ink); text-align: center; }
.shot .tip { font-size: 13px; color: var(--ink3); text-align: center; }

/* ── 深度内容入口 ─────────────────────────────────────── */
.entries { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.entry {
  display: block; position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 26px 24px; box-shadow: var(--sh-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.entry::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: var(--grad-p);
}
.entry:nth-child(2)::before { background: linear-gradient(180deg, #3FD2C8, #17B0A8); }
.entry:nth-child(3)::before { background: var(--grad-cta); }
.entry:nth-child(4)::before { background: linear-gradient(180deg, #8A6BEE, #17B0A8); }
.entry:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: #D6CFF5; }
.entry h3 { font-size: 20px; font-weight: 800; color: var(--ink); margin-bottom: 9px; }
.entry p { font-size: 15.5px; color: var(--ink2); line-height: 1.85; }
.entry .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px;
  font-size: 14.5px; font-weight: 700; color: var(--p); }
.entry .more i { font-size: 12px; }
.entry:hover .more { color: var(--p-deep); }

/* ── 评价 ─────────────────────────────────────────────── */
.reviews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px 24px 22px; box-shadow: var(--sh-sm);
}
.review .stars { display: flex; gap: 3px; color: var(--peach-2); font-size: 14px; margin-bottom: 12px; }
.review .stars .off { color: #DED9F2; }
.review p { font-size: 15.5px; color: var(--ink2); line-height: 1.88; }
.review .who { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.review .av {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: var(--grad-p); color: #fff; font-size: 14px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.review:nth-child(2) .av { background: linear-gradient(135deg, #3FD2C8, #17B0A8); }
.review:nth-child(3) .av { background: var(--grad-cta); color: #3A1800; }
.review:nth-child(4) .av { background: linear-gradient(135deg, #8A6BEE, #17B0A8); }
.review .who span { font-size: 14.5px; font-weight: 700; color: var(--ink); }

/* ── FAQ 折叠 ─────────────────────────────────────────── */
.faq { display: grid; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--sh-sm); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 54px 18px 22px;
  font-size: 16.5px; font-weight: 700; color: var(--ink); position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 24px;
  width: 11px; height: 11px; border-right: 2.5px solid var(--p); border-bottom: 2.5px solid var(--p);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details[open] summary { color: var(--p); }
.faq .ans { padding: 0 22px 20px; font-size: 15.5px; color: var(--ink2); line-height: 1.9; }
.faq .ans p + p { margin-top: 10px; }

/* ── CTA 条 ───────────────────────────────────────────── */
.band {
  position: relative; overflow: hidden; margin-top: 62px;
  background: linear-gradient(140deg, #1B1140, #3A2180 52%, #6446D8);
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(480px 300px at 92% 10%, rgba(255, 154, 77, .32), transparent 72%);
}
.band .in {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: center; gap: 22px;
  padding-top: 46px; padding-bottom: 46px;
}
.band h2 { font-size: 27px; font-weight: 900; color: #fff; line-height: 1.35; }
.band .band-txt { grid-column: 1 / -1; }
.band .band-txt p { font-size: 15.5px; color: #CFC7EE; line-height: 1.8; max-width: 640px; }
.band .btn { justify-self: end; }

/* ── 内页 ─────────────────────────────────────────────── */
.page-hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(150deg, var(--hero-a), var(--hero-b) 50%, #4B2FAE);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(480px 300px at 86% 10%, rgba(255, 154, 77, .28), transparent 72%),
    radial-gradient(520px 340px at 6% 100%, rgba(23, 176, 168, .26), transparent 74%);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; opacity: .14;
  background-image: radial-gradient(rgba(255, 255, 255, .9) 1px, transparent 1px);
  background-size: 22px 22px;
}
.page-hero .in { position: relative; z-index: 2; padding-top: 48px; padding-bottom: 52px; }
.page-hero h1 { font-size: 36px; font-weight: 900; line-height: 1.3; letter-spacing: .3px; margin-bottom: 16px; }
.page-hero .lead { margin-bottom: 0; max-width: 760px; }
.crumb { font-size: 14px; color: #B6ADD8; margin-bottom: 16px; }
.crumb a { color: #D7D1F2; }
.crumb a:hover { color: #fff; }

.prose { width: 100%; max-width: 900px; min-width: 0; margin: 0 auto; padding: 54px 22px 64px; }
.prose h2 {
  font-size: 27px; font-weight: 900; line-height: 1.42; margin-top: 46px; letter-spacing: .2px;
}
.prose h2:first-child { margin-top: 0; }
.prose h2::after {
  content: ""; display: block; width: 44px; height: 4px; border-radius: 3px;
  margin-top: 12px; background: var(--grad-p);
}
.sec-body { margin-top: 16px; }
.sec-body p { font-size: 16.5px; color: var(--ink2); line-height: 1.95; }
.sec-body p + p { margin-top: 14px; }
.sec-body strong { color: var(--ink); font-weight: 800; }
.sec-body a { font-weight: 700; border-bottom: 1.5px solid rgba(108, 74, 224, .32); }

.prose ul, .prose ol { margin-top: 14px; }
.prose ul > li, .prose ol > li {
  position: relative; padding-left: 22px; margin-top: 10px;
  font-size: 16px; color: var(--ink2); line-height: 1.9;
}
.prose ul > li::before {
  content: ""; position: absolute; left: 4px; top: 13px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--peach);
}
.prose ul > li > ul { margin-top: 6px; }
.prose ul > li > ul > li::before { background: var(--c); }

.prose .steps { counter-reset: st; margin-top: 18px; }
.prose .steps > li { padding-left: 54px; margin-top: 18px; position: relative; }
.prose .steps > li::before {
  counter-increment: st; content: counter(st);
  position: absolute; left: 0; top: 1px;
  width: 36px; height: 36px; border-radius: 11px;
  background: var(--grad-p); color: #fff;
  font-size: 16px; font-weight: 800; line-height: 36px; text-align: center;
}
.prose .steps > li > strong { display: block; color: var(--ink); font-size: 17px; margin-bottom: 4px; }
.prose .steps > li > ul > li { padding-left: 18px; }
.prose .steps > li > ul > li::before {
  content: ""; width: 6px; height: 6px; left: 2px; top: 13px;
  border-radius: 50%; background: var(--peach);
}

.prose .shot { max-width: 368px; margin: 24px auto 8px; }
.prose .shot img { width: 100%; height: auto; display: block; border-radius: 16px;
  box-shadow: 0 0 0 1px var(--line), var(--sh-md); }
.prose .shot figcaption { margin-top: 10px; font-size: 14px; color: var(--ink3); text-align: center; }

.table-scroll { overflow-x: auto; margin-top: 18px; }
table.cmp {
  width: 100%; min-width: 680px; border-collapse: collapse;
  font-size: 15.5px; color: var(--ink2); background: #fff;
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
table.cmp th, table.cmp td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.cmp thead th { background: var(--soft); color: var(--ink); font-weight: 800; }
table.cmp tbody tr:last-child td { border-bottom: 0; }
table.cmp td strong { color: var(--ink); }

.callout {
  margin-top: 20px; padding: 20px 22px; border-radius: 14px;
  background: var(--soft); border-left: 5px solid var(--p);
  font-size: 15.5px; color: var(--ink2); line-height: 1.9;
}
.callout strong { color: var(--ink); }

.related { max-width: 900px; margin: 0 auto; padding: 0 22px 20px; }
.related h2 { font-size: 22px; font-weight: 900; margin-bottom: 16px; }
.related ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.related li { min-width: 0; }
.related a {
  display: block; padding: 16px 18px; border-radius: 13px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm);
  font-size: 15.5px; font-weight: 700; color: var(--ink);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.related a:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: #D6CFF5; color: var(--p); }
.related a span { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink3); margin-top: 3px; }

/* ── 页脚 ─────────────────────────────────────────────── */
.site-foot { background: #17123A; color: #B9B2D8; margin-top: 0; }
.foot-grid {
  display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: 34px; padding-top: 52px; padding-bottom: 34px;
}
.foot-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.foot-brand img { width: 38px; height: 38px; border-radius: 11px; }
.foot-brand b { font-size: 19px; font-weight: 900; color: #fff; }
.site-foot p { font-size: 14.5px; line-height: 1.9; color: #9B93C4; }
.foot-col h3 { font-size: 15.5px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.foot-col li { margin-bottom: 9px; }
.foot-col a { font-size: 14.5px; color: #B9B2D8; }
.foot-col a:hover { color: #fff; }

.footer-dl {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  padding: 12px 24px; border-radius: 11px;
  background: var(--grad-cta); color: #3A1800; font-weight: 800; font-size: 15.5px;
}
.footer-dl:hover { color: #3A1800; filter: brightness(1.05); }

.disclaimer {
  border-top: 1px solid #2C2456; padding-top: 20px; padding-bottom: 22px;
  font-size: 13.5px; color: #8A82B4; line-height: 1.85;
}
.copy { font-size: 13.5px; color: #756DA0; padding-bottom: 26px; }

/* ── 渐显 ─────────────────────────────────────────────── */
.reveal { transition: opacity .6s ease, transform .6s ease; }
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ── 断点 980 ─────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; padding-top: 50px; padding-bottom: 56px; }
  .hero-visual { order: 2; }
  .hero h1 { font-size: 37px; }
  .lead { max-width: none; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reviews { grid-template-columns: minmax(0, 1fr); }
  .stats .row { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; }
  .foot-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .page-hero h1 { font-size: 31px; }
  .sec-head h2 { font-size: 27px; }
  .prose h2 { font-size: 24px; }
  .band .in { grid-template-columns: minmax(0, 1fr); }
  .band .btn { justify-self: start; }
}

/* ── 断点 620 ─────────────────────────────────────────── */
@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .head-in { flex-wrap: wrap; row-gap: 8px; min-height: 0; }
  .nav { order: 3; width: 100%; margin-left: 0; gap: 0; }
  .nav a { flex: 0 0 33.3333%; text-align: center; white-space: nowrap; padding: 9px 4px; font-size: 14.5px; }
  .nav .header-cta { display: none; }
  .brand-name .sub { display: none; }

  .hero-grid { padding-top: 38px; padding-bottom: 46px; }
  .hero h1 { font-size: 29px; }
  .hero .lead { font-size: 16px; }
  .hero-acts { gap: 12px; }
  .btn { width: 100%; }
  .hero-acts .btn { width: auto; flex: 1 1 auto; }
  .phone-stage { gap: 12px; }
  .phone { width: 44vw; max-width: 196px; }
  .phone.small { width: 30vw; max-width: 132px; }

  .cards { grid-template-columns: minmax(0, 1fr); }
  .shots { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .entries { grid-template-columns: minmax(0, 1fr); }
  .stats .it .num { font-size: 26px; }
  .sec { padding-top: 50px; }
  .sec.soft { margin-top: 46px; padding-bottom: 46px; }
  .sec-head h2 { font-size: 23px; }
  .sec-head-p { font-size: 15.5px; }

  .page-hero .in { padding-top: 34px; padding-bottom: 38px; }
  .page-hero h1 { font-size: 24px; }
  .prose { padding: 38px 18px 46px; }
  .prose h2 { font-size: 21px; margin-top: 36px; }
  .sec-body p { font-size: 15.5px; }
  .prose ul > li, .prose ol > li { font-size: 15.5px; padding-left: 19px; }
  .prose .steps > li { padding-left: 46px; }
  .prose .steps > li::before { width: 32px; height: 32px; line-height: 32px; font-size: 15px; }
  .related ul { grid-template-columns: minmax(0, 1fr); }
  .foot-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .band h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal, .reveal { opacity: 1 !important; transform: none !important; }
  .card, .entry, .btn, .related a { transition: none !important; }
}
