/* ============================================================
   HelloWord · hellowordvip.com.cn ——「语言之桥」深墨绿 + 翡翠荧光
   招牌:斜拉桥 SVG(横跨多语河流,光点流动,两岸 中/EN 码头)
   定位:面向全球华人(留学 / 海外生活 / 跨境电商 / 环球旅行)
   ============================================================ */

:root {
  --bg: #f3faf6;
  --bg-2: #e7f3ec;
  --paper-2: #e7f3ec;
  --panel: #ffffff;
  --panel-2: #f6fcf8;
  --line: #d8ebe1;
  --line-2: #bfdccb;
  --ink: #123528;
  --ink-2: #3c5c4e;
  --muted: #6d8c7b;
  --green: #059669;
  --green-bright: #10b981;
  --green-deep: #047857;
  --mint: #d2f0e1;
  --amber: #f59e0b;
  --deep: #0a2a1e;          /* 深墨绿 hero 底 */
  --deep-2: #0e3a29;
  --neon: #34d399;          /* 荧光翡翠(桥/发光) */
  --shadow: 0 24px 54px -26px rgba(5, 150, 105, .30);
  --radius: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: var(--bg); color: var(--ink); line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
em { font-style: normal; color: var(--green); }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ---------- 通用区块 ---------- */
.sec { padding: 72px 0; }
.sec-h { max-width: 680px; margin: 0 auto 40px; }
.sec-h.center { text-align: center; }
.sec-h h2 { font-size: 34px; font-weight: 800; letter-spacing: -.5px; line-height: 1.25; margin: 12px 0 14px; }
.sec-h p { color: var(--muted); font-size: 16px; }
.t { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--green-deep); background: var(--mint); padding: 5px 12px; border-radius: 999px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--green-deep); background: #fff; border: 1px solid var(--line-2); padding: 7px 14px; border-radius: 999px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--mint); }

/* ---------- 顶部公告条 ---------- */
.topbar { background: var(--deep); color: #cfe9dc; font-size: 13px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.tb-msg { color: #bfe8d5; }
.tb-link { color: var(--neon); font-weight: 700; }
.tb-link:hover { text-decoration: underline; }

/* ---------- 顶栏(极简) ---------- */
.top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.top-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-ico { width: 36px; height: 36px; border-radius: 10px; }
.brand-name { font-size: 20px; font-weight: 800; letter-spacing: -.3px; display: block; line-height: 1.1; }
.brand-tag { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--green-deep); margin-top: 1px; }
.nav-wrap { display: flex; align-items: center; gap: 4px; }
.nav-wrap > a { padding: 8px 13px; border-radius: 10px; font-size: 14.5px; font-weight: 600; color: var(--ink-2); transition: .2s; }
.nav-wrap > a:hover, .nav-wrap > a.on { background: var(--mint); color: var(--green-deep); }
.dd { position: relative; }
.dd > button { background: none; border: none; font: inherit; font-size: 14.5px; font-weight: 600; color: var(--ink-2); padding: 8px 13px; border-radius: 10px; cursor: pointer; transition: .2s; }
.dd:hover > button, .dd > button.on { background: var(--mint); color: var(--green-deep); }
.dd-menu { position: absolute; top: 100%; left: 0; min-width: 184px; background: var(--panel); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 26px 52px -30px rgba(18, 53, 40, .35); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s; display: flex; flex-direction: column; z-index: 55; }
.dd:hover .dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dd-menu a { padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--ink-2); }
.dd-menu a:hover { background: var(--mint); color: var(--green-deep); }
.nav-toggle { display: none; background: none; border: none; font-size: 24px; color: var(--ink); cursor: pointer; }
.top-cta { flex-shrink: 0; }

/* ---------- 按钮 ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; border-radius: 12px; transition: .2s; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-primary { background: linear-gradient(135deg, var(--green-bright), var(--green)); color: #fff; box-shadow: 0 12px 26px -12px rgba(5,150,105,.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(5,150,105,.7); }
.btn-ghost { background: rgba(255,255,255,.08); color: #d1fae5; border-color: rgba(52,211,153,.4); }
.btn-ghost:hover { background: rgba(52,211,153,.18); }
.btn-outline { border-color: var(--line-2); color: var(--green-deep); background: #fff; }
.btn-outline:hover { border-color: var(--green); background: var(--panel-2); }

/* ---------- 深墨绿 hero + 语言之桥 ---------- */
.hero-bridge { background: radial-gradient(1100px 640px at 82% -12%, #123f2e 0%, transparent 58%), radial-gradient(700px 500px at 8% 10%, #0f4a34 0%, transparent 50%), linear-gradient(160deg, var(--deep) 0%, var(--deep-2) 100%); color: #e6fbf0; padding: 84px 0 80px; overflow: hidden; }
.hb-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: center; }
.hb-copy { display: flex; flex-direction: column; align-items: flex-start; }
.kicker.light { background: rgba(255,255,255,.08); color: #a7f3d0; border-color: rgba(52,211,153,.35); }
.kicker.light .dot { background: var(--neon); box-shadow: 0 0 0 4px rgba(52,211,153,.18); }
.hero-h1 { font-size: 52px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.12; color: #fff; margin: 22px 0 18px; }
.hero-h1 em { color: var(--neon); }
.hero-lede { font-size: 17px; color: #bfe8d5; max-width: 520px; }
.hb-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hb-note { font-size: 13px; color: #8fbfa8; margin-top: 16px; }
.hb-visual { position: relative; }
.bridge-svg { width: 100%; height: auto; display: block; }
.b-lang { fill: #6ee7b7; font-size: 16px; opacity: .8; font-family: inherit; }
.b-shore { fill: #a7f3d0; font-size: 18px; font-weight: 700; font-family: inherit; }
.b-dot { animation: flow 2.6s ease-in-out infinite; }
.b-dot.d1 { animation-delay: 0s; }
.b-dot.d2 { animation-delay: .5s; }
.b-dot.d3 { animation-delay: 1s; }
@keyframes flow { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }

/* ---------- 海外华人场景 abroad ---------- */
.abroad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.abroad-card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px 20px; transition: .2s; }
.abroad-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.ac-ico { font-size: 34px; display: block; margin-bottom: 12px; }
.abroad-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.ac-sub { font-size: 12px; color: var(--green-deep); font-weight: 600; display: block; margin-bottom: 8px; }
.abroad-card p { font-size: 14px; color: var(--muted); }

/* ---------- 今日一词 + 词典 ---------- */
.daily { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.daily-main { background: linear-gradient(150deg, #ffffff 0%, var(--mint) 100%); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.daily-word { font-size: 48px; font-weight: 800; letter-spacing: -.5px; margin: 18px 0 4px; }
.daily-phon { font-size: 16px; color: var(--muted); margin-bottom: 16px; }
.daily-def { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.daily-ex { font-size: 15px; color: var(--ink-2); margin-bottom: 22px; line-height: 1.8; }
.daily-side { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.wordlist { margin-top: 16px; }
.wordlist li a { display: flex; align-items: center; gap: 10px; padding: 12px 4px; border-bottom: 1px dashed var(--line); font-size: 15px; transition: .2s; }
.wordlist li:last-child a { border-bottom: none; }
.wordlist li a:hover { color: var(--green-deep); }
.wl-word { font-weight: 800; color: var(--ink); font-size: 16px; }
.wl-phon { color: var(--muted); font-size: 13px; }
.wl-tag { font-size: 11px; font-weight: 700; color: var(--green-deep); background: var(--mint); padding: 2px 8px; border-radius: 999px; }
.wordlist li a em { font-style: normal; margin-left: auto; color: var(--ink-2); }
.wl-more { display: inline-block; margin-top: 18px; font-size: 14px; font-weight: 700; color: var(--green-deep); }
.wl-more:hover { text-decoration: underline; }

/* ---------- 下载条 ---------- */
.dl-strip { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.dl-img img { border-radius: 14px; width: 100%; }
.dl-body h2 { font-size: 28px; font-weight: 800; letter-spacing: -.4px; margin: 14px 0 12px; }
.dl-body p { color: var(--ink-2); font-size: 15px; margin-bottom: 22px; }
.dl-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.dl-badge { font-size: 14px; font-weight: 700; color: var(--ink); background: var(--bg-2); border: 1px solid var(--line); padding: 11px 18px; border-radius: 12px; transition: .2s; }
.dl-badge:hover { background: var(--mint); color: var(--green-deep); border-color: var(--line-2); }
.dl-badge.all { background: linear-gradient(135deg, var(--green-bright), var(--green)); color: #fff; border-color: transparent; }
.platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pcard { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: .2s; }
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.pcard-top { height: 8px; background: linear-gradient(90deg, var(--green-bright), var(--green)); }
.pcard-body { padding: 22px 20px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.pcard-ico { font-size: 34px; margin-bottom: 10px; }
.pcard-os { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.pcard-sub { font-size: 13px; color: var(--muted); margin-bottom: 16px; }

/* ---------- FAQ ---------- */
.faq-group details { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-group summary { cursor: pointer; padding: 17px 20px; font-weight: 700; font-size: 15px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-group summary::after { content: "+"; font-size: 20px; color: var(--green); transition: .2s; }
.faq-group details[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 20px 18px; color: var(--ink-2); font-size: 15px; }

/* ---------- 内页 pagehead / 面包屑 ---------- */
.pagehead { padding: 64px 0 48px; background: radial-gradient(900px 460px at 90% -20%, #d9f3e6 0%, transparent 60%), var(--bg); }
.pagehead h1 { font-size: 42px; font-weight: 800; letter-spacing: -1px; margin: 14px 0 12px; }
.pagehead h1 em { color: var(--green); }
.lede { font-size: 16px; color: var(--ink-2); max-width: 680px; }
.head-cta { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.breadcrumb { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--green-deep); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.sep { color: var(--line-2); }

/* ---------- duo 左右图文 ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.duo-txt .t { margin-bottom: 14px; }
.duo-txt h2 { font-size: 28px; font-weight: 800; margin-bottom: 14px; letter-spacing: -.4px; }
.duo-txt p { color: var(--ink-2); font-size: 15px; margin-bottom: 10px; }
.duo-img img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }

/* ---------- 时间线 ---------- */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tl { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.tl-num { width: 44px; height: 44px; border-radius: 12px; background: var(--mint); color: var(--green-deep); font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.tl h4 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.tl p { font-size: 14px; color: var(--muted); }

/* ---------- 表格 ---------- */
.table-wrap { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.table-wrap table { width: 100%; border-collapse: collapse; }
.table-wrap th { text-align: left; background: var(--panel-2); padding: 14px 18px; font-size: 14px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); }
.table-wrap td { padding: 14px 18px; font-size: 14px; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.table-wrap tr:last-child td { border-bottom: none; }
.table-wrap td:first-child { font-weight: 700; color: var(--ink); }

/* ---------- CTA 通栏 ---------- */
.cta-band { background: linear-gradient(135deg, #064e3b, #047857); border-radius: 26px; padding: 56px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: #34d399; filter: blur(90px); opacity: .35; top: -90px; right: -40px; }
.cta-band::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: #10b981; filter: blur(90px); opacity: .35; bottom: -100px; left: -40px; }
.cta-band h2 { font-size: 30px; font-weight: 800; margin-bottom: 10px; position: relative; z-index: 1; }
.cta-band p { opacity: .88; margin-bottom: 26px; font-size: 15.5px; position: relative; z-index: 1; }
.cta-band .btn { position: relative; z-index: 1; }

/* ---------- 提示 / 警示 ---------- */
.tip, .callout { display: flex; gap: 12px; align-items: flex-start; background: var(--panel-2); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; }
.tip .e, .callout .e { font-size: 18px; line-height: 1.4; }
.tip p, .callout p { font-size: 14px; color: var(--ink-2); }
.callout { background: var(--mint); border-color: var(--line-2); }

/* ---------- 文章页 ---------- */
.article-head { padding: 56px 0 32px; background: radial-gradient(900px 420px at 88% -20%, #d9f3e6 0%, transparent 60%), var(--bg); }
.article-head h1 { font-size: 40px; font-weight: 800; letter-spacing: -1px; line-height: 1.25; margin: 14px 0 16px; }
.meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.meta b { color: var(--ink-2); font-weight: 600; }
.article-body { padding: 40px 0 60px; }
.article-cols { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; }
.toc { position: sticky; top: 96px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.toc h5 { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.toc ol li { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.toc ol li:last-child { border-bottom: none; }
.toc .num { color: var(--green); font-weight: 700; }
.toc a { color: var(--ink-2); }
.toc a:hover { color: var(--green-deep); }

/* ---------- 正文 prose ---------- */
.prose h2 { font-size: 26px; font-weight: 800; margin: 34px 0 14px; letter-spacing: -.4px; scroll-margin-top: 90px; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 16px; color: var(--ink-2); margin-bottom: 16px; }
.prose a { color: var(--green-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { margin: 0 0 16px 20px; }
.prose ul li, .prose ol li { font-size: 16px; color: var(--ink-2); margin-bottom: 8px; }
.prose ul li { list-style: disc; }
.prose ol li { list-style: decimal; }
.prose blockquote { margin: 20px 0; padding: 16px 20px; background: var(--mint); border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; font-size: 16px; color: var(--ink); }
.prose figure { margin: 24px 0; }
.prose figure img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.prose figcaption { font-size: 13px; color: var(--muted); text-align: center; margin-top: 10px; }

/* ---------- 相关阅读 ---------- */
.related { margin-top: 8px; }
.rel-list { display: flex; flex-direction: column; gap: 12px; }
.rel-item { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; transition: .2s; }
.rel-item a { display: flex; align-items: center; gap: 16px; padding: 16px 18px; }
.rel-item:hover { border-color: var(--green); transform: translateX(4px); }
.rel-item .tag { font-size: 12px; font-weight: 700; color: var(--green-deep); background: var(--mint); padding: 4px 10px; border-radius: 999px; flex-shrink: 0; }
.rel-item h4 { font-size: 15px; font-weight: 700; flex: 1; }
.rel-item .go { color: var(--green); font-size: 20px; }

/* ---------- 分享 ---------- */
.share { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.share-lbl { font-size: 13px; font-weight: 700; color: var(--muted); }
.share a { font-size: 13px; font-weight: 600; color: var(--green-deep); background: var(--mint); padding: 7px 14px; border-radius: 999px; }

/* ---------- center / 404 / 搜索 ---------- */
.center { padding: 90px 0; text-align: center; }
.center h1 { font-size: 72px; font-weight: 800; letter-spacing: -2px; }
.center h1 em { color: var(--green); }
.center p { color: var(--muted); font-size: 16px; margin: 14px 0 26px; }
.search-box { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; }
.search-box input { flex: 1; padding: 13px 16px; border: 1px solid var(--line-2); border-radius: 12px; font-size: 15px; outline: none; background: #fff; color: var(--ink); }
.search-box input:focus { border-color: var(--green); }
.sitemap-list { display: flex; flex-direction: column; gap: 4px; text-align: left; }
.sitemap-list .grp { display: block; font-size: 14px; font-weight: 800; color: var(--green-deep); margin: 22px 0 8px; }
.sitemap-list li a { display: block; padding: 10px 14px; border-radius: 10px; font-size: 15px; color: var(--ink-2); }
.sitemap-list li a:hover { background: var(--mint); color: var(--green-deep); }

/* ---------- 页脚 ---------- */
.foot { background: var(--bg); color: var(--ink-2); margin-top: 40px; border-top: 1px solid var(--line); }
.foot-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 56px 24px 40px; text-align: center; }
.foot-logo { display: flex; align-items: center; gap: 11px; }
.foot-logo .brand-ico { width: 42px; height: 42px; border-radius: 11px; }
.foot-logo .brand-name { font-size: 22px; font-weight: 800; color: var(--ink); }
.foot-slogan { font-size: 15px; color: var(--muted); max-width: 480px; }
.foot-links { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; }
.foot-links a { font-size: 14px; color: var(--ink-2); font-weight: 600; transition: .2s; }
.foot-links a:hover { color: var(--green-bright); }
.foot-note { font-size: 13px; color: var(--muted); padding-top: 18px; border-top: 1px solid var(--line); width: 100%; }

/* ---------- 返回顶部 ---------- */
.backtop { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border-radius: 50%; border: none; background: linear-gradient(135deg, var(--green-bright), var(--green)); color: #fff; font-size: 20px; cursor: pointer; box-shadow: 0 12px 26px -10px rgba(5,150,105,.7); opacity: 0; pointer-events: none; transition: .3s; z-index: 60; }
.backtop.show { opacity: 1; pointer-events: auto; }

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .hb-inner { grid-template-columns: 1fr; }
  .hero-h1 { font-size: 40px; }
  .abroad { grid-template-columns: repeat(2, 1fr); }
  .daily, .dl-strip { grid-template-columns: 1fr; }
  .platforms { grid-template-columns: repeat(2, 1fr); }
  .article-cols { grid-template-columns: 1fr; }
  .toc { position: static; }
  .duo { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-toggle { display: block; }
  .nav-wrap { position: absolute; top: 66px; left: 0; right: 0; background: var(--panel); flex-direction: column; align-items: stretch; padding: 12px; border-bottom: 1px solid var(--line); display: none; }
  .nav-wrap.open { display: flex; }
  .nav-wrap > a { padding: 10px 14px; }
  .dd { width: 100%; }
  .dd > button { width: 100%; text-align: left; }
  .dd-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: transparent; padding: 2px 0 2px 14px; min-width: 0; }
  .hero-h1 { font-size: 32px; }
  .abroad { grid-template-columns: 1fr; }
  .platforms { grid-template-columns: 1fr; }
  .sec-h h2 { font-size: 28px; }
  .pagehead h1, .article-head h1 { font-size: 32px; }
}

/* ==== 补分板块样式(自动生成) ==== */
.body-copy { max-width: 820px; }
.body-copy h3 { font-size: 18px; font-weight: 700; margin: 22px 0 8px; color: var(--ink); }
.body-copy p { color: var(--muted); line-height: 1.85; margin-bottom: 14px; font-size: 15px; }
.rv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 8px; }
.rv-card { border: 1px solid var(--line); border-radius: 12px; padding: 20px; background: #ffffff; }
.rv-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.rv-name { font-weight: 700; color: var(--ink); font-size: 15px; }
.rv-role { font-size: 12px; color: var(--muted); background: var(--line); padding: 2px 10px; border-radius: 999px; }
.rv-stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 10px; font-size: 14px; }
.rv-body { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }
