
:root {
  --terracotta: #C25E44;
  --terracotta-dark: #9B4A35;
  --sage: #6B8E6E;
  --sage-dark: #4F6B52;
  --cream: #F8F5F0;
  --cream-dark: #EDE8E0;
  --ink: #2A2728;
  --ink-light: #4A4748;
  --muted: #7D7879;
  --white: #FFFFFF;
  --radius: 16px;
  --shadow: 0 6px 18px rgba(42,39,40,0.08);
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
}
h1,h2,h3,h4 { font-family: 'Bitter', Georgia, serif; font-weight: 700; line-height: 1.25; }
.mono { font-family: 'Space Mono', monospace; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 22px; }
header {
  background: var(--white);
  border-bottom: 3px solid var(--terracotta);
  position: sticky; top: 0; z-index: 100;
}
.hi { display:flex; justify-content:space-between; align-items:center; min-height:68px; }
.brand { display:flex; align-items:center; gap:10px; font-family:'Bitter',serif; font-size:1.35rem; font-weight:800; color:var(--terracotta); text-decoration:none; }
.brand svg { width:28px; height:28px; }
.nav { display:flex; gap:22px; list-style:none; align-items:center; }
.nav a { color:var(--ink-light); font-size:.92rem; text-decoration:none; font-weight:500; }
.nav a:hover { color:var(--terracotta); }
.lang-switch { border:1px solid var(--cream-dark); border-radius:999px; padding:5px 12px; font-size:.8rem; font-weight:600; color:var(--terracotta); }
.lang-switch:hover { background:var(--cream-dark); }
.menu-btn { display:none; background:none; border:none; font-size:1.4rem; color:var(--terracotta); cursor:pointer; }
main { padding: 44px 0 64px; }
.hero { background: linear-gradient(135deg, var(--white) 0%, var(--cream-dark) 100%); border-radius: var(--radius); padding: 44px 32px; margin-bottom: 36px; box-shadow: var(--shadow); }
.hero h1 { font-size:2.1rem; margin-bottom:10px; color:var(--ink); }
.hero p.lead { color:var(--ink-light); font-size:1.1rem; max-width: 620px; }
.overall { display:flex; gap: 40px; align-items:center; flex-wrap:wrap; margin-top:24px; }
.score-card { text-align:center; min-width:140px; }
.big-score { font-size:3.2rem; font-weight:800; color:var(--terracotta); font-family:'Bitter',serif; }
.stars { color:#DDA03A; font-size:1.15rem; letter-spacing:2px; }
.count { color:var(--muted); font-size:.88rem; }
.grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.card { background:var(--white); border-radius:var(--radius); padding:24px; box-shadow:var(--shadow); border-top:4px solid var(--sage); transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(42,39,40,0.11); }
.card h2 { font-size:1.15rem; margin-bottom:6px; }
.card .meta { color:var(--muted); font-size:.82rem; margin-bottom:10px; }
.card .score-row { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.card .n { font-family:'Space Mono',monospace; font-size:1.3rem; color:var(--terracotta); font-weight:700; }
.card p { font-size:.92rem; color:var(--ink-light); }
.card a { color:var(--terracotta); font-weight:600; text-decoration:none; }
.review-page .hero { border-top: 5px solid var(--terracotta); }
.editorial { background:var(--white); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow); margin-bottom:28px; }
.editorial h2 { font-size:1.3rem; margin-bottom:12px; color:var(--sage-dark); }
.editorial p { margin-bottom:12px; color:var(--ink-light); }
.editorial a { color:var(--terracotta); font-weight:700; }
.review-list { display:flex; flex-direction:column; gap:18px; }
.review { background:var(--white); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow); }
.review-header { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; margin-bottom:10px; flex-wrap:wrap; }
.review h3 { font-size:1.05rem; }
.review .author { display:flex; align-items:center; gap:10px; margin-top:12px; }
.avatar { width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:.8rem; }
.verified { color:var(--sage-dark); font-size:.78rem; font-weight:600; }
.helpful { margin-top:14px; }
.helpful button { background:var(--cream-dark); border:none; border-radius:999px; padding:6px 12px; font-size:.8rem; cursor:pointer; color:var(--ink-light); }
.helpful button.active { background:var(--sage); color:#fff; }
.disclaimer { background:var(--cream-dark); border-left:4px solid var(--terracotta); padding:16px 20px; border-radius:0 var(--radius) var(--radius) 0; margin-top:28px; font-size:.88rem; color:var(--ink-light); }
.faq { margin-top:32px; }
.faq h2 { margin-bottom:16px; }
.faq-item { background:var(--white); border-radius:var(--radius); padding:20px; margin-bottom:14px; box-shadow:var(--shadow); }
.faq-item h3 { font-size:1rem; margin-bottom:6px; }
.static-page h1 { margin-bottom:16px; }
.static-page h2 { font-size:1.25rem; margin:28px 0 10px; color:var(--sage-dark); }
.static-page p { margin-bottom:12px; color:var(--ink-light); }
.static-page ul { margin:10px 0 18px 22px; color:var(--ink-light); }
footer { background:var(--white); border-top:1px solid var(--cream-dark); padding:32px 0; text-align:center; font-size:.84rem; color:var(--muted); }
.breadcrumb { font-size:.82rem; color:var(--muted); margin-bottom:18px; }
.breadcrumb a { color:var(--muted); text-decoration:none; }
.breadcrumb a:hover { color:var(--terracotta); }
@media (max-width:720px) {
  .menu-btn { display:block; }
  .nav { display:none; position:absolute; top:68px; left:0; right:0; background:var(--white); flex-direction:column; padding:16px 22px; border-bottom:3px solid var(--terracotta); gap:12px; }
  .nav.open { display:flex; }
  .overall { gap:22px; }
  .hero h1 { font-size:1.6rem; }
}

.editorial-deep,.method-block,.app-review-deep,.finance-editorial,.invest-clarity,.digital-deep,.editorial-longform,.overview-editorial{margin-top:28px;padding-top:12px}
.editorial-deep h2,.method-block h2,.app-review-deep h2,.finance-editorial h2,.invest-clarity h2,.digital-deep h2,.editorial-longform h2,.overview-editorial h2{font-weight:700;margin:24px 0 10px}
.editorial-deep p,.method-block p,.app-review-deep p,.finance-editorial p,.invest-clarity p,.digital-deep p,.editorial-longform p,.overview-editorial p{margin-bottom:14px;line-height:1.65}
.editorial-longform h2{font-size:1.15rem}
