/* ==========================================================================
   Stmnt landing — design system
   Register: brand. Voice: calm, precise, grounded.
   Color: committed teal (brand identity #0D9488), OKLCH, warm-tinted neutrals.
   Type: Geist (self-hosted), single family, weight + scale contrast.
   ========================================================================== */

@font-face {
  font-family: 'Geist';
  src: url('fonts/Geist-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('fonts/Geist-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('fonts/Geist-SemiBold.ttf') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('fonts/Geist-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  color-scheme: light dark;

  /* Type */
  --font: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-ar: 'SF Arabic', 'Geeza Pro', 'Segoe UI', Tahoma, 'Noto Naskh Arabic', sans-serif;

  /* Fluid scale (≥1.25 between steps) */
  --step--1: clamp(0.82rem, 0.79rem + 0.15vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  --step-1:  clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem);
  --step-2:  clamp(1.6rem, 1.35rem + 1.2vw, 2.3rem);
  --step-3:  clamp(2.3rem, 1.8rem + 2.6vw, 4rem);
  --step-4:  clamp(3rem, 2.1rem + 4.4vw, 5.75rem);

  /* Geometry — brand 16px rounding */
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-pill: 999px;

  /* Rhythm */
  --gap: clamp(1rem, 0.7rem + 1.4vw, 1.75rem);
  --section-y: clamp(4rem, 2.5rem + 7vw, 8.5rem);
  --edge: clamp(1.25rem, 0.5rem + 3.5vw, 3rem);
  --measure: 62ch;

  /* Semantic category accents (echo the app's data-viz palette) */
  --income: oklch(72% 0.15 155);
  --expense: oklch(66% 0.17 25);
  --amber: oklch(80% 0.13 78);
  --indigo: oklch(62% 0.14 274);
  --violet: oklch(64% 0.15 310);

  --shadow-soft: 0 1px 2px oklch(45% 0.03 200 / 0.06),
                 0 12px 32px oklch(45% 0.05 200 / 0.10);
  --shadow-lift: 0 2px 6px oklch(45% 0.03 200 / 0.08),
                 0 28px 70px oklch(45% 0.06 200 / 0.16);
  --ease: cubic-bezier(0.16, 1, 0.3, 1); /* ease-out-expo-ish */
}

/* Light — daytime desk review */
:root {
  --bg: oklch(98.6% 0.006 185);
  --surface: oklch(99.4% 0.004 185);
  --surface-2: oklch(96.4% 0.009 185);
  --text: oklch(27% 0.021 205);
  --muted: oklch(47% 0.02 205);
  --border: oklch(90.5% 0.011 190);
  --teal: oklch(58% 0.098 187);
  --teal-ink: oklch(46% 0.086 190);
  --teal-soft: oklch(94.5% 0.03 187);
  --on-teal: oklch(99% 0.008 190);
  --hero-grad-a: oklch(96% 0.03 187);
  --hero-grad-b: oklch(98.6% 0.006 185);
}

/* Dark — evening couch session */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: oklch(19.5% 0.021 191);
    --surface: oklch(23.5% 0.023 191);
    --surface-2: oklch(27.5% 0.026 191);
    --text: oklch(95% 0.012 190);
    --muted: oklch(73% 0.022 190);
    --border: oklch(33% 0.022 191);
    --teal: oklch(76% 0.11 185);
    --teal-ink: oklch(83% 0.1 184);
    --teal-soft: oklch(30% 0.04 189);
    --on-teal: oklch(18% 0.021 191);
    --hero-grad-a: oklch(26% 0.045 189);
    --hero-grad-b: oklch(19.5% 0.021 191);
    --shadow-soft: 0 1px 2px oklch(0% 0 0 / 0.3), 0 14px 34px oklch(0% 0 0 / 0.42);
    --shadow-lift: 0 2px 6px oklch(0% 0 0 / 0.35), 0 30px 74px oklch(0% 0 0 / 0.5);
  }
}

/* Manual theme override (set on <html data-theme>) */
:root[data-theme='dark'] {
  --bg: oklch(19.5% 0.021 191); --surface: oklch(23.5% 0.023 191);
  --surface-2: oklch(27.5% 0.026 191); --text: oklch(95% 0.012 190);
  --muted: oklch(73% 0.022 190); --border: oklch(33% 0.022 191);
  --teal: oklch(76% 0.11 185); --teal-ink: oklch(83% 0.1 184);
  --teal-soft: oklch(30% 0.04 189); --on-teal: oklch(18% 0.021 191);
  --hero-grad-a: oklch(26% 0.045 189); --hero-grad-b: oklch(19.5% 0.021 191);
  --shadow-soft: 0 1px 2px oklch(0% 0 0 / 0.3), 0 14px 34px oklch(0% 0 0 / 0.42);
  --shadow-lift: 0 2px 6px oklch(0% 0 0 / 0.35), 0 30px 74px oklch(0% 0 0 / 0.5);
}
:root[data-theme='light'] {
  --bg: oklch(98.6% 0.006 185); --surface: oklch(99.4% 0.004 185);
  --surface-2: oklch(96.4% 0.009 185); --text: oklch(27% 0.021 205);
  --muted: oklch(47% 0.02 205); --border: oklch(90.5% 0.011 190);
  --teal: oklch(58% 0.098 187); --teal-ink: oklch(46% 0.086 190);
  --teal-soft: oklch(94.5% 0.03 187); --on-teal: oklch(99% 0.008 190);
  --hero-grad-a: oklch(96% 0.03 187); --hero-grad-b: oklch(98.6% 0.006 185);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
:root[lang='ar'] body, [dir='rtl'] body { font-family: var(--font-ar); }

h1, h2, h3 { line-height: 1.08; letter-spacing: -0.022em; font-weight: 700; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

:focus-visible {
  outline: 2.5px solid var(--teal);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  /* position:fixed (not absolute) so the off-screen state never contributes to
     the document scroll width, which otherwise offsets the whole RTL layout.
     Hidden by moving up out of view rather than with a large negative inset. */
  position: fixed; top: 0.75rem; inset-inline-start: 0.75rem; z-index: 100;
  background: var(--surface); color: var(--text);
  padding: 0.6rem 1rem; border-radius: var(--r-sm); box-shadow: var(--shadow-soft);
  transform: translateY(-250%);
  transition: transform 0.18s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.wrap { width: min(100% - (var(--edge) * 2), 1140px); margin-inline: auto; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: saturate(1.4) blur(10px);
  background: color-mix(in oklch, var(--bg) 82%, transparent);
  border-bottom: 1px solid color-mix(in oklch, var(--border) 70%, transparent);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: 0.85rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 700; }
.brand img { width: 30px; height: 30px; border-radius: 8px; }
.brand .word { font-size: 1.2rem; letter-spacing: -0.03em; }
.header-actions { display: inline-flex; align-items: center; gap: 0.35rem; }

.icon-btn {
  appearance: none; cursor: pointer; font: inherit; color: var(--muted);
  background: transparent; border: 1px solid transparent;
  min-height: 40px; min-width: 40px; padding: 0 0.7rem;
  border-radius: var(--r-pill); display: inline-flex; align-items: center;
  gap: 0.4rem; font-size: var(--step--1); font-weight: 500;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.icon-btn:hover { color: var(--text); background: var(--surface-2); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 52px; padding: 0 1.4rem; border-radius: var(--r);
  font-weight: 600; font-size: var(--step-0); cursor: pointer;
  border: 1px solid transparent; transition: transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease), background 0.2s var(--ease);
}
.btn:active { transform: translateY(1px); }

/* Apple-style App Store badge */
.appstore-badge {
  background: oklch(18% 0.008 250); color: oklch(99% 0 0);
  border-radius: var(--r); min-height: 58px; padding: 0 1.25rem;
  display: inline-flex; align-items: center; gap: 0.75rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.appstore-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.appstore-badge:active { transform: translateY(0); }
.appstore-badge .apple { width: 26px; height: 26px; fill: currentColor; flex: none; }
.appstore-badge .lines { display: flex; flex-direction: column; line-height: 1.12; }
.appstore-badge .small { font-size: 0.72rem; opacity: 0.86; letter-spacing: 0.01em; }
.appstore-badge .big { font-size: 1.28rem; font-weight: 600; letter-spacing: -0.01em; }

/* Android — inert, coming soon */
.android-soon {
  display: inline-flex; align-items: center; gap: 0.6rem;
  min-height: 58px; padding: 0 1.25rem; border-radius: var(--r);
  border: 1px solid var(--border); background: var(--surface);
  color: var(--muted); cursor: default; box-shadow: var(--shadow-soft);
}
.android-soon .droid { width: 24px; height: 24px; fill: currentColor; flex: none; }
.android-soon .lines { display: flex; flex-direction: column; line-height: 1.12; text-align: start; }
.android-soon .small { font-size: 0.72rem; opacity: 0.85; }
.android-soon .big { font-size: 1.05rem; font-weight: 600; color: var(--text); }
.android-soon .tag {
  margin-inline-start: 0.4rem; font-size: 0.62rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--teal-soft); color: var(--teal-ink);
  padding: 0.18rem 0.5rem; border-radius: var(--r-pill);
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: clip;
  background:
    radial-gradient(120% 90% at 85% -10%, var(--hero-grad-a), transparent 60%),
    linear-gradient(180deg, var(--hero-grad-b), var(--bg));
  padding-block: clamp(3rem, 1.5rem + 6vw, 6.5rem) var(--section-y);
}
.hero .wrap {
  display: grid; gap: clamp(2.5rem, 1rem + 6vw, 5rem);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  .hero .wrap { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
}
.hero-copy { max-width: 34ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: var(--step--1); font-weight: 500; color: var(--teal-ink);
  background: var(--teal-soft); padding: 0.4rem 0.85rem; border-radius: var(--r-pill);
  margin-bottom: 1.4rem;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.hero h1 {
  font-size: var(--step-4); letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.hero h1 .accent { color: var(--teal); }
.hero-sub {
  font-size: var(--step-1); color: var(--muted); line-height: 1.5;
  max-width: 40ch; margin-bottom: 2rem; font-weight: 400;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.cta-note {
  margin-top: 1.4rem; font-size: var(--step--1); color: var(--muted);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.cta-note svg { width: 16px; height: 16px; stroke: var(--teal); flex: none; }

/* ---------- Insight visual (custom data-viz "imagery") ---------- */
.showcase { position: relative; justify-self: center; width: 100%; max-width: 430px; }
.insight-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lift);
  padding: clamp(1.1rem, 0.8rem + 1vw, 1.6rem);
  position: relative; z-index: 2;
}
.insight-card .ic-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  margin-bottom: 1.2rem;
}
.insight-card .ic-period { font-size: var(--step--1); color: var(--muted); font-weight: 500; }
.insight-card .ic-net { font-size: var(--step-2); font-weight: 700; letter-spacing: -0.03em; }
.insight-card .ic-delta { font-size: var(--step--1); color: var(--income); font-weight: 600; }
.donut-row { display: flex; align-items: center; gap: 1.25rem; }
.donut { width: 132px; height: 132px; flex: none; }
.donut .hole-label { fill: var(--muted); font-size: 8px; font-weight: 500; }
.donut .hole-value { fill: var(--text); font-size: 15px; font-weight: 700; letter-spacing: -0.02em; }
.legend { display: grid; gap: 0.6rem; flex: 1; min-width: 0; }
.legend li { display: flex; align-items: center; gap: 0.55rem; list-style: none; font-size: var(--step--1); }
.legend .sw { width: 10px; height: 10px; border-radius: 3px; flex: none; }
.legend .name { color: var(--text); font-weight: 500; }
.legend .amt { margin-inline-start: auto; color: var(--muted); font-variant-numeric: tabular-nums; }
.legend { margin: 0; padding: 0; }
.spark-row {
  margin-top: 1.3rem; padding-top: 1.2rem; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.spark-label { font-size: var(--step--1); color: var(--muted); }
.spark-label strong { color: var(--text); font-weight: 600; display: block; font-size: var(--step-0); }
.spark { width: 120px; height: 40px; flex: none; }

/* Floating tip chip behind the card */
.tip-chip {
  position: absolute; z-index: 3;
  inset-block-end: -18px; inset-inline-start: -14px;
  background: var(--teal); color: var(--on-teal);
  border-radius: var(--r); padding: 0.7rem 0.95rem;
  box-shadow: var(--shadow-lift); max-width: 210px;
  font-size: var(--step--1); font-weight: 500; line-height: 1.35;
  display: flex; gap: 0.55rem; align-items: flex-start;
}
.tip-chip svg { width: 18px; height: 18px; stroke: var(--on-teal); flex: none; margin-top: 1px; }
@media (max-width: 480px) { .tip-chip { display: none; } }

/* ---------- Trust strip ---------- */
.trust {
  border-block: 1px solid var(--border); background: var(--surface);
}
.trust .wrap {
  display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; justify-content: center;
  padding-block: 1.5rem; color: var(--muted); font-size: var(--step--1);
}
.trust span { display: inline-flex; align-items: center; gap: 0.5rem; }
.trust svg { width: 17px; height: 17px; stroke: var(--teal); flex: none; }

/* ---------- Features ---------- */
.section { padding-block: var(--section-y); }
.section-head { max-width: 46ch; margin-bottom: clamp(2rem, 1rem + 3vw, 3.5rem); }
.section-head h2 { font-size: var(--step-3); margin-bottom: 0.9rem; }
.section-head p { color: var(--muted); font-size: var(--step-1); }

.features {
  display: grid; gap: clamp(1rem, 0.4rem + 2vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.feature {
  padding: clamp(1.4rem, 1rem + 1vw, 2rem); border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--border);
}
/* First feature spans wide on large screens for rhythm, not a flat grid */
@media (min-width: 760px) { .feature.wide { grid-column: span 2; } }
.feature .fi {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: var(--teal-soft); margin-bottom: 1.1rem;
}
.feature .fi svg { width: 23px; height: 23px; stroke: var(--teal-ink); }
.feature h3 { font-size: var(--step-1); margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.feature p { color: var(--muted); }
.feature.wide .inner { display: grid; gap: 1.5rem; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 620px) { .feature.wide .inner { grid-template-columns: 1.1fr 1fr; } }
.pill-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.4rem; }
.pill-list li {
  list-style: none; font-size: var(--step--1); color: var(--text);
  background: var(--surface-2); border: 1px solid var(--border);
  padding: 0.35rem 0.75rem; border-radius: var(--r-pill);
}

/* ---------- Privacy band (committed teal) ---------- */
.privacy-band { background: var(--teal); color: var(--on-teal); }
.privacy-band .wrap {
  padding-block: var(--section-y); display: grid; gap: 1.5rem;
  grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 820px) { .privacy-band .wrap { grid-template-columns: 1.3fr 1fr; } }
.privacy-band h2 { font-size: var(--step-3); margin-bottom: 0.9rem; }
.privacy-band p { font-size: var(--step-1); opacity: 0.92; max-width: 44ch; }
.privacy-points { display: grid; gap: 0.85rem; margin: 0; padding: 0; }
.privacy-points li {
  list-style: none; display: flex; gap: 0.7rem; align-items: flex-start;
  font-weight: 500; font-size: var(--step-0);
}
.privacy-points svg {
  width: 22px; height: 22px; stroke: var(--on-teal); flex: none; margin-top: 1px; opacity: 0.9;
}

/* ---------- Final CTA ---------- */
.final { text-align: center; }
.final .wrap { padding-block: var(--section-y); }
.final h2 { font-size: var(--step-3); margin-bottom: 1rem; }
.final p { color: var(--muted); font-size: var(--step-1); max-width: 42ch; margin: 0 auto 2rem; }
.final .cta-row { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); background: var(--surface); }
.site-footer .wrap {
  padding-block: clamp(2.5rem, 1.5rem + 3vw, 4rem);
  display: grid; gap: 2rem; grid-template-columns: 1fr;
}
@media (min-width: 720px) { .site-footer .wrap { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer .fcol h4 {
  font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted); margin: 0 0 0.9rem; font-weight: 600;
}
.site-footer nav { display: grid; gap: 0.55rem; }
.site-footer nav a { color: var(--text); font-size: var(--step-0); width: fit-content; }
.site-footer nav a:hover { color: var(--teal-ink); }
.footer-brand p { color: var(--muted); max-width: 34ch; margin-top: 0.9rem; }
.footer-legal {
  border-top: 1px solid var(--border); margin-top: 0.5rem;
}
.footer-legal .wrap {
  padding-block: 1.3rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem;
  justify-content: space-between; color: var(--muted); font-size: var(--step--1);
}

/* ---------- Legal / document pages ---------- */
.doc { padding-block: clamp(2.5rem, 1.5rem + 4vw, 5rem) var(--section-y); }
.doc .wrap { max-width: 760px; }
.doc .back { color: var(--teal-ink); font-weight: 500; display: inline-flex; gap: 0.4rem; align-items: center; margin-bottom: 2rem; }
.doc h1 { font-size: var(--step-3); margin-bottom: 0.5rem; }
.doc .updated { color: var(--muted); font-size: var(--step--1); margin-bottom: 2.5rem; }
.doc h2 { font-size: var(--step-1); margin: 2.5rem 0 0.75rem; letter-spacing: -0.02em; }
.doc p, .doc li { color: var(--text); max-width: var(--measure); }
.doc p { margin-bottom: 1rem; }
.doc ul { padding-inline-start: 1.2rem; margin-bottom: 1rem; display: grid; gap: 0.5rem; }
.doc a[href^="http"], .doc a[href^="mailto"] { color: var(--teal-ink); text-decoration: underline; text-underline-offset: 3px; }
.doc .lead { font-size: var(--step-1); color: var(--muted); margin-bottom: 1.5rem; }

/* ---------- Share interstitial ---------- */
.interstitial { min-height: 100svh; display: grid; place-items: center; padding: var(--edge); text-align: center; }
.interstitial .card {
  max-width: 440px; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lift); padding: clamp(1.75rem, 1rem + 3vw, 3rem);
}
.interstitial .glyph {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  background: var(--teal-soft); margin: 0 auto 1.4rem;
}
.interstitial .glyph svg { width: 30px; height: 30px; stroke: var(--teal-ink); }
.interstitial h1 { font-size: var(--step-2); margin-bottom: 0.75rem; }
.interstitial p { color: var(--muted); margin-bottom: 1.75rem; }
.interstitial .btn-row { display: flex; flex-direction: column; gap: 0.75rem; align-items: stretch; }
.btn-primary {
  background: var(--teal); color: var(--on-teal); min-height: 52px;
  border-radius: var(--r); font-weight: 600; display: inline-flex;
  align-items: center; justify-content: center; gap: 0.5rem;
}
.btn-primary:hover { filter: brightness(1.04); }

/* ---------- Language visibility ---------- */
[data-en], [data-ar] { }
:root:not([lang='ar']) [data-lang-only='ar'] { display: none; }
:root[lang='ar'] [data-lang-only='en'] { display: none; }

/* ---------- Entrance motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); }
  .reveal.in { opacity: 1; transform: none; transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
  .reveal.d1 { transition-delay: 0.06s; }
  .reveal.d2 { transition-delay: 0.12s; }
  .reveal.d3 { transition-delay: 0.18s; }
  .reveal.d4 { transition-delay: 0.24s; }
}

/* ---------- Robustness / mobile polish ---------- */
/* Make the insight card fully shrink-to-fit so it can never push the page
   wider than the viewport (which, in RTL, would offset the centered layout). */
.showcase { max-width: min(430px, 100%); }
.insight-card { min-width: 0; }
.insight-card .ic-head { flex-wrap: wrap; gap: 0.4rem 1rem; }
.insight-card .ic-head > div { min-width: 0; }
.donut-row { min-width: 0; }
.legend, .legend li { min-width: 0; }
.legend .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend .amt { flex: none; }
@media (max-width: 560px) {
  .donut-row { gap: 0.85rem; }
  .donut { width: 104px; height: 104px; }
  .insight-card .ic-net { font-size: var(--step-1); }
  .legend { gap: 0.5rem; }
  .legend li { font-size: 0.8rem; }
  .trust .wrap { gap: 0.7rem 1.4rem; }
  .tip-chip { display: none; }
}
