/* Wattway marketing site — generated stylesheet (tokens + landing + primitives). */
/* Wattway — color tokens. Source: EV design system/tokens/wattway-tokens-draft.json */
:root {
  /* Brand blue ramp (primary = 500) */
  --blue-950: #011933;
  --blue-900: #023266;
  --blue-700: #024a99;
  --blue-600: #0362c9;
  --blue-500: #047cff;
  --blue-400: #3394ff;
  --blue-300: #68b0ff;
  --blue-200: #9bcbff;
  --blue-100: #cde5ff;
  --blue-50: #e5f2ff;

  /* Success/live green — semantic ONLY (positive states, realtime), never brand */
  --green-900: #12452b;
  --green-600: #1b6539;
  --green-500: #27a559;
  --green-300: #5ed48e;
  --green-100: #d7f4e2;
  --green-50: #ebfaf1;

  /* Warning / energy amber */
  --amber-600: #cc8700;
  --amber-500: #ffa900;
  --amber-100: #ffeecc;
  --amber-50: #fff7e5;

  /* Danger red */
  --red-600: #b00e03;
  --red-500: #e71304;
  --red-300: #fc4336;
  --red-100: #fed0cd;
  --red-50: #ffe8e6;

  /* Neutrals (warm) */
  --ink: #131415;
  --ink-soft: #33383c;
  --slate: #6b8291;
  --gray: #9ba1a5;
  --border: #e2e6ea;
  --surface: #ffffff;
  --bg: #fffaf8;        /* warm cream page background — signature */
  --bg-cool: #e8f7ff;   /* ice tint */

  /* Semantic aliases */
  --brand: var(--blue-500);
  --brand-ink: var(--blue-900);
  --brand-tint: var(--blue-50);
  --brand-tint-strong: var(--blue-100);
  --text-body: var(--ink);
  --text-secondary: var(--slate);
  --text-muted: var(--gray);
  --text-on-brand: #ffffff;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: var(--blue-100);
  --surface-card: var(--surface);
  --surface-page: var(--bg);
  --surface-sunken: var(--bg-cool);
  --status-success: var(--green-500);
  --status-success-tint: var(--green-50);
  --status-live: var(--green-500);
  --status-caution: var(--amber-500);
  --status-caution-tint: var(--amber-50);
  --status-danger: var(--red-500);
  --status-danger-tint: var(--red-50);
  --accent-highlight: var(--amber-500); /* price / value highlights */
}

/* Wattway — typography tokens (fonts load in <head>). */
:root {
  --font-display: "Nunito", ui-rounded, system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --text-eyebrow-size: 11px; --text-eyebrow-weight: 700; --text-eyebrow-tracking: 0.8px;
}

/* Wattway — spacing, shape, elevation tokens */
:root {
  /* Spacing (4px unit) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;   /* gutter, card padding */
  --space-5: 20px;
  --space-6: 24px;   /* section gap */
  --space-8: 32px;
  --gutter: 16px;
  --card-padding: 16px;
  --section-gap: 24px;
  --row-height: 60px; /* icon-chip list rows 56–72px */

  /* Shape — everything rounded, no sharp corners */
  --radius-chip: 12px;
  --radius-card: 20px;
  --radius-card-lg: 24px;
  --radius-sheet: 32px;  /* sheet tops 28–40px */
  --radius-pill: 999px;

  /* Elevation — soft, low-contrast; sheets float over dimmed parents */
  --shadow-card: 0 1px 3px rgba(1, 25, 51, 0.06), 0 4px 12px rgba(1, 25, 51, 0.06);
  --shadow-sheet: 0 -8px 32px rgba(1, 25, 51, 0.14);
  --shadow-sticker: 0 2px 8px rgba(1, 25, 51, 0.18);
  --scrim: rgba(1, 25, 51, 0.4);
}

/* Wattway marketing — shared styles for Website + Blog. Loaded after design-system css. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  font-family: var(--font-body);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--blue-600); }
#root { overflow-x: clip; }
img { max-width: 100%; }

/* ---------------- type ---------------- */
.ww-h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 6vw, 70px); line-height: 1.06; letter-spacing: -0.025em; margin: 16px 0 0; text-wrap: balance; }
.ww-h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.8vw, 44px); line-height: 1.08; letter-spacing: -0.02em; margin: 10px 0 0; text-wrap: balance; }
.ww-lead { font-size: clamp(15px, 1.5vw, 18.5px); font-weight: 600; line-height: 1.55; color: var(--slate); margin: 26px 0 28px; max-width: 520px; }
.ww-body { font-size: 15.5px; font-weight: 600; line-height: 1.6; color: var(--slate); margin: 14px 0 0; }
.ww-eyebrow-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 5vw, 60px); line-height: 1; color: var(--brand); letter-spacing: -0.02em; }
.ww-section-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; margin-bottom: clamp(28px, 3.5vw, 44px); }

/* ---------------- nav ---------------- */
.ww-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.72); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s, background .25s; }
.ww-nav.scrolled { border-bottom-color: var(--border); box-shadow: 0 6px 24px rgba(1,25,51,.06); background: rgba(255,255,255,.86); }
.ww-nav-inner { max-width: 1200px; margin: 0 auto; padding: 13px 24px; display: flex; align-items: center; gap: 24px; }
.ww-brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 900; font-size: 21px; letter-spacing: -0.02em; color: var(--ink); }
.ww-nav-links { display: flex; gap: 26px; margin-left: 20px; flex: 1; }
.ww-nav-links a { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ink-soft); transition: color .15s; position: relative; }
.ww-nav-links a:hover { color: var(--brand); }
.ww-nav-links a.active { color: var(--brand); }
.ww-nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2.5px; border-radius: 3px; background: var(--brand); }
.ww-nav-cta { display: flex; align-items: center; gap: 14px; }
.ww-nav-ghost { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--brand); }
.ww-nav-ghost:hover { text-decoration: underline; }
.ww-store { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 15px; border-radius: 15px; box-shadow: 0 2px 8px rgba(1,25,51,.08); border: 1px solid var(--border); transition: transform .15s, box-shadow .15s; background: #fff; color: var(--ink); }
.ww-store:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(1,25,51,.14); color: var(--ink); }
.ww-stores { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------------- phone frame ---------------- */
.ww-phone { position: relative; border-radius: 46px; background: #fff; padding: 10px; box-shadow: 0 2px 6px rgba(1,25,51,.1), 0 30px 70px rgba(1,25,51,.28); border: 1px solid var(--border); }
.ww-phone-screen { position: relative; width: 100%; height: 100%; border-radius: 36px; overflow: hidden; background: #EAF1F5; }
.wf-anim .ww-screen-fade { animation: wwScreenFade .45s ease; }
@keyframes wwScreenFade { from { opacity: 0; } }

/* ---------------- hero ---------------- */
.ww-herowrap { background: linear-gradient(180deg, #BFDBFF 0%, #D6E9FF 26%, #EAF3FD 52%, var(--bg) 82%); }
.ww-hero { max-width: 1200px; margin: 0 auto; padding: clamp(40px, 6vw, 84px) 24px clamp(8px, 2vw, 20px); display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 44px; align-items: center; }
.ww-hero-copy { min-width: 0; }
.ww-hero-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.7); border: 1px solid rgba(4,124,255,.2); color: var(--brand-ink); font-family: var(--font-display); font-weight: 800; font-size: 12.5px; padding: 6px 13px 6px 10px; border-radius: 999px; box-shadow: 0 2px 8px rgba(1,25,51,.06); }
.ww-livedot { width: 8px; height: 8px; border-radius: 999px; background: var(--green-500); box-shadow: 0 0 0 0 rgba(39,165,89,.5); }
@media (prefers-reduced-motion: no-preference) { .ww-livedot { animation: wwLive 2s ease-out infinite; } @keyframes wwLive { 0% { box-shadow: 0 0 0 0 rgba(39,165,89,.5); } 70%, 100% { box-shadow: 0 0 0 7px rgba(39,165,89,0); } } }
.ww-hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 6px; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--slate); }
.ww-hero-proof b { color: var(--ink); }
.ww-hero-avatars { display: flex; }
.ww-hero-av { width: 34px; height: 34px; border-radius: 999px; background: var(--brand); border: 2.5px solid var(--bg); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 12px; color: #fff; letter-spacing: .02em; margin-left: -10px; box-shadow: 0 2px 6px rgba(1,25,51,.12); }
.ww-hero-av:first-child { margin-left: 0; }
.ww-hero-art { position: relative; display: grid; place-items: center; }
.ww-hero-blob { position: absolute; width: 118%; height: 78%; border-radius: 50%; background: radial-gradient(ellipse, rgba(4,124,255,.16), rgba(4,124,255,.05) 60%, transparent 72%); }
.ww-hero-chip { position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 6px; background: #fff; border-radius: 13px; padding: 9px 13px; font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--ink); box-shadow: 0 12px 30px rgba(1,25,51,.16); }
.ww-hero-chip-1 { top: 16%; left: -2%; }
.ww-hero-chip-2 { bottom: 15%; right: -3%; }

/* ---------------- stat band ---------------- */
.ww-statband { max-width: 1080px; margin: 0 auto; padding: clamp(20px, 3vw, 40px) 24px clamp(30px, 4vw, 56px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ww-statband-item { text-align: center; }
.ww-statband-icon { display: inline-flex; }
.ww-statband-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(32px, 4.2vw, 52px); line-height: 1; color: var(--brand); letter-spacing: -0.02em; margin-top: 6px; }
.ww-statband-label { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--brand-ink); margin-top: 8px; line-height: 1.35; }

/* ---------------- product cards ---------------- */
.ww-prods { max-width: 1200px; margin: 0 auto; padding: clamp(20px, 3vw, 40px) 24px clamp(28px, 4vw, 52px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ww-prod { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 26px; padding: clamp(22px, 2.2vw, 30px); box-shadow: var(--shadow-card); transition: transform .18s, box-shadow .18s; color: var(--ink); }
.ww-prod:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(1,25,51,.14); color: var(--ink); }
.ww-prod-cluster { display: flex; align-items: center; height: 72px; padding-left: 4px; }
.ww-prod-title { font-family: var(--font-display); font-weight: 800; font-size: 25px; margin: 16px 0 0; letter-spacing: -0.01em; color: var(--brand-ink); }
.ww-prod-body { font-size: 14px; font-weight: 600; line-height: 1.5; color: var(--slate); margin: 8px 0 0; }
.ww-prod-list { list-style: none; padding: 15px 0 0; margin: 15px 0 0; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 11px; }
.ww-prod-list li { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 13.5px; color: var(--ink-soft); }
.ww-prod-ic { flex: none; width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; }
.ww-prod-go { display: inline-flex; align-items: center; gap: 5px; margin-top: 18px; font-family: var(--font-display); font-weight: 800; font-size: 13.5px; color: var(--brand); transition: gap .15s; }
.ww-prod:hover .ww-prod-go { gap: 10px; }

/* ---------------- how it works ---------------- */
.ww-how { max-width: 1080px; margin: 0 auto; padding: clamp(30px, 4vw, 56px) 24px; }
.ww-how-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.ww-how-rail::before { content: ""; position: absolute; top: 34px; left: 16%; right: 16%; height: 3px; background: repeating-linear-gradient(90deg, var(--brand-tint-strong) 0 10px, transparent 10px 18px); border-radius: 3px; }
.ww-how-step { text-align: center; position: relative; }
.ww-how-badge { position: relative; width: 68px; height: 68px; border-radius: 22px; margin: 0 auto; display: grid; place-items: center; box-shadow: 0 12px 26px rgba(1,25,51,.16); transform: rotate(-6deg); }
.ww-how-ic { display: grid; place-items: center; transform: rotate(6deg); }
.ww-how-n { position: absolute; right: -8px; top: -8px; width: 26px; height: 26px; border-radius: 999px; background: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 14px; box-shadow: 0 3px 8px rgba(1,25,51,.18); transform: rotate(6deg); }
.ww-how-title { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin: 18px 0 0; color: var(--brand-ink); }
.ww-how-body { font-size: 14px; font-weight: 600; line-height: 1.5; color: var(--slate); margin: 7px auto 0; max-width: 260px; }

/* ---------------- screen showcase ---------------- */
.ww-showcase { background: linear-gradient(180deg, var(--bg) 0%, #eaf4ff 30%, #eaf4ff 70%, var(--bg) 100%); padding: clamp(40px, 5vw, 76px) 0; }
.ww-showcase-grid { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.ww-sc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ww-sc-item { position: relative; overflow: hidden; width: 100%; display: flex; align-items: center; gap: 15px; text-align: left; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 15px 16px; cursor: pointer; font: inherit; transition: background .18s, border-color .18s, box-shadow .18s; box-shadow: 0 1px 2px rgba(1,25,51,.04); }
.ww-sc-item:hover { background: color-mix(in srgb, var(--acc) 5%, #fff); }
.ww-sc-item:active { transform: scale(.98); }
.ww-sc-item.on { background: color-mix(in srgb, var(--acc) 9%, #fff); border-color: color-mix(in srgb, var(--acc) 32%, transparent); box-shadow: 0 10px 26px rgba(1,25,51,.08); }
.ww-sc-ic { flex: none; width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; transition: background .2s; }
.ww-sc-tx { flex: 1; min-width: 0; }
.ww-sc-title { display: block; font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--brand-ink); }
.ww-sc-blurb { display: block; font-size: 12.5px; font-weight: 600; line-height: 1.4; color: var(--slate); margin-top: 2px; }
.ww-sc-stage { position: relative; display: grid; place-items: center; justify-self: center; }
.ww-sc-stack { position: relative; }
.ww-sc-layer { position: relative; }
.ww-sc-layer:not(.on) { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: no-preference) {
  .ww-sc-layer { transition: opacity .38s ease, transform .5s cubic-bezier(.2,.7,.3,1); }
  .ww-sc-layer:not(.on) { transform: translateY(12px) scale(.985); }
}
.ww-sc-prog { position: absolute; left: 12px; right: 12px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--acc); transform: scaleX(0); transform-origin: left; animation: wwScProg linear forwards; }
@keyframes wwScProg { to { transform: scaleX(1); } }
.ww-sc-glow { position: absolute; width: 90%; height: 70%; border-radius: 50%; background: radial-gradient(ellipse, color-mix(in srgb, var(--sc-accent) 26%, transparent), transparent 68%); filter: blur(6px); }
.ww-sc-dots { display: flex; gap: 7px; justify-content: center; margin-top: 20px; }
.ww-sc-dot { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; background: var(--brand-tint-strong); cursor: pointer; transition: width .2s, background .2s; }
.ww-sc-dot.on { width: 22px; background: var(--sc-accent); }

/* ---------------- networks ---------------- */
.ww-netgrid-sec { max-width: 1200px; margin: 0 auto; padding: clamp(30px, 4vw, 56px) 24px; }
.ww-netgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ww-netgrid-cell { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 16px 18px; box-shadow: var(--shadow-card); transition: transform .16s, box-shadow .16s; }
.ww-netgrid-cell:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(1,25,51,.12); }
.ww-netgrid-name { font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.ww-netgrid-city { font-size: 12px; font-weight: 600; color: var(--slate); margin-top: 1px; }
.ww-netgrid-more { justify-content: center; color: var(--slate); font-family: var(--font-display); font-weight: 700; font-size: 13.5px; background: transparent; border-style: dashed; box-shadow: none; }
.ww-netgrid-more:hover { transform: none; box-shadow: none; }
.ww-marquee { margin-top: 26px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.ww-marquee-track { display: flex; gap: 36px; width: max-content; }
.ww-marquee-item { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--slate); white-space: nowrap; }
@media (prefers-reduced-motion: no-preference) { .ww-marquee-track { animation: wwMarq 34s linear infinite; } @keyframes wwMarq { to { transform: translateX(calc(-100% / 3)); } } }

/* ---------------- every EV ---------------- */
.ww-evs { max-width: 1200px; margin: 0 auto; padding: clamp(30px, 4vw, 56px) 24px; }
.ww-ev-marquee { margin-top: 22px; }
.ww-ev-marquee + .ww-ev-marquee { margin-top: 14px; }
.ww-ev-track { gap: 14px; align-items: stretch; }
.ww-ev-track-rev { animation-direction: reverse; }
.ww-marquee:hover .ww-ev-track { animation-play-state: paused; }
.ww-ev-card { margin: 0; width: 186px; flex-shrink: 0; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 14px 14px 11px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 8px; transition: transform .16s, box-shadow .16s; }
.ww-ev-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(1,25,51,.12); }
.ww-ev-card img { width: 100%; height: 84px; object-fit: contain; }
.ww-ev-card figcaption { font-family: var(--font-display); font-weight: 700; font-size: 12.5px; color: var(--slate); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ww-ev-foot { text-align: center; margin-top: 18px; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--gray); }
@media (max-width: 640px) { .ww-ev-card { width: 150px; } .ww-ev-card img { height: 66px; } }

/* ---------------- features ---------------- */
.ww-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; padding: clamp(44px, 6vw, 92px) 24px; }
.ww-feature > * { max-width: 570px; }
.ww-feature .ww-feature-copy { justify-self: end; width: 100%; }
.ww-feature .ww-feature-art { justify-self: start; width: 100%; display: grid; place-items: center; }
.ww-feature.flip .ww-feature-copy { order: 2; justify-self: start; }
.ww-feature.flip .ww-feature-art { order: 1; justify-self: end; }
.ww-learn { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.ww-learn:hover { gap: 10px; }
.ww-panel { width: 100%; max-width: 400px; background: #fff; border-radius: 24px; box-shadow: 0 2px 6px rgba(1,25,51,.06), 0 24px 60px rgba(1,25,51,.16); padding: 18px; }

/* ---------------- why wattway ---------------- */
.ww-why { max-width: 760px; margin: 0 auto; padding: clamp(30px, 4vw, 56px) 24px; }
.ww-why-card { background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: var(--shadow-card); overflow: hidden; }
.ww-why-head, .ww-why-row { display: grid; grid-template-columns: 1fr 118px 118px; align-items: center; }
.ww-why-head { padding: 18px 22px; border-bottom: 1px solid var(--border); background: var(--bg); }
.ww-why-row { padding: 15px 22px; }
.ww-why-row:not(:last-child) { border-bottom: 1px solid var(--border); }
.ww-why-feat { font-family: var(--font-display); font-weight: 800; font-size: 14.5px; color: var(--ink); }
.ww-why-head .ww-why-feat { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate); font-weight: 800; }
.ww-why-col { display: flex; justify-content: center; align-items: center; }
.ww-why-head .ww-why-col { font-family: var(--font-display); font-weight: 800; font-size: 13.5px; gap: 6px; }
.ww-why-us { color: var(--brand); }
.ww-why-them { color: var(--gray); }
.ww-why-us { position: relative; }
.ww-why-card { position: relative; }
.ww-why-card::after { content: ""; position: absolute; top: 0; bottom: 0; right: 118px; width: 118px; background: var(--brand-tint); opacity: .5; pointer-events: none; z-index: 0; }
.ww-why-head, .ww-why-row { position: relative; z-index: 1; }
.ww-tick { width: 26px; height: 26px; border-radius: 999px; display: grid; place-items: center; }
.ww-tick.yes { background: var(--green-500); box-shadow: 0 3px 8px rgba(39,165,89,.3); }
.ww-tick.no { background: transparent; box-shadow: inset 0 0 0 2px var(--border); }
.ww-tick.half { background: var(--amber-50); box-shadow: inset 0 0 0 2px var(--amber-100); }

/* ---------------- testimonials ---------------- */
.ww-quotes { background: var(--brand-ink); padding: clamp(44px, 5vw, 76px) 24px; }
.ww-quote-row { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ww-quote { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 22px; transition: transform .18s, background .18s; }
.ww-quote:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.ww-quote-stars { color: var(--amber-500); font-size: 15px; letter-spacing: 2px; }
.ww-quote-text { font-family: var(--font-display); font-weight: 700; font-size: 15.5px; line-height: 1.5; color: #fff; margin: 12px 0 18px; }
.ww-quote-who { display: flex; align-items: center; gap: 10px; }
.ww-quote-name { font-family: var(--font-display); font-weight: 800; font-size: 13.5px; color: #fff; }
.ww-quote-role { font-size: 11.5px; font-weight: 600; color: var(--blue-100); margin-top: 1px; }

/* ---------------- blog teaser ---------------- */
.ww-blogteaser { max-width: 1200px; margin: 0 auto; padding: clamp(34px, 4.5vw, 64px) 24px; }
.ww-blogteaser-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.ww-blogteaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ww-bt-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-card); transition: transform .18s, box-shadow .18s; color: var(--ink); }
.ww-bt-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(1,25,51,.15); color: var(--ink); }
.ww-bt-cover { position: relative; height: 132px; display: grid; place-items: center; }
.ww-bt-art { flex: none; background: #fff; display: grid; place-items: center; transform: rotate(-5deg); box-shadow: 0 10px 24px rgba(1,25,51,.15); }
.ww-bt-cat { position: absolute; top: 12px; left: 12px; background: #fff; border-radius: 999px; padding: 4px 11px; font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: .02em; box-shadow: 0 3px 8px rgba(1,25,51,.12); }
.ww-bt-body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.ww-bt-title { font-family: var(--font-display); font-weight: 800; font-size: 18px; line-height: 1.22; letter-spacing: -0.01em; color: var(--brand-ink); margin: 0; }
.ww-bt-dek { font-size: 13.5px; font-weight: 600; line-height: 1.5; color: var(--slate); margin: 8px 0 0; }
.ww-bt-meta { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 16px; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--slate); }
.ww-bt-meta time { color: inherit; }
.ww-bt-dot { opacity: .5; }

/* ---------------- business ---------------- */
.ww-biz { max-width: 1200px; margin: 0 auto; padding: clamp(20px, 3vw, 40px) 24px; }
.ww-biz-card { background: linear-gradient(135deg, #012a52 0%, var(--brand-ink) 55%, #01203f 100%); border-radius: 34px; padding: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 56px); align-items: center; box-shadow: 0 30px 70px rgba(1,25,51,.28); position: relative; overflow: hidden; }
.ww-biz-card::before { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(94,212,142,.22), transparent 70%); }
.ww-biz-copy { position: relative; z-index: 1; }
.ww-biz-stats { display: flex; gap: 26px; margin-top: 24px; }
.ww-biz-num { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--green-300); letter-spacing: -.02em; }
.ww-biz-lbl { font-size: 11.5px; font-weight: 600; color: var(--blue-100); margin-top: 3px; max-width: 110px; line-height: 1.3; }
.ww-biz-pts { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; }
.ww-biz-pt { display: flex; gap: 13px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 16px 18px; }
.ww-biz-ic { flex: none; width: 40px; height: 40px; border-radius: 12px; background: rgba(94,212,142,.14); display: grid; place-items: center; }
.ww-biz-pt-t { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: #fff; }
.ww-biz-pt-b { font-size: 12.5px; font-weight: 600; line-height: 1.45; color: var(--blue-100); margin-top: 3px; }

/* ---------------- faq ---------------- */
.ww-faq { max-width: 760px; margin: 0 auto; padding: clamp(30px, 4vw, 56px) 24px; }
.ww-faq-list { display: flex; flex-direction: column; gap: 12px; }
.ww-faq-item { background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.ww-faq-item.on { border-color: var(--brand-tint-strong); box-shadow: 0 14px 30px rgba(1,25,51,.08); }
.ww-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; cursor: pointer; font: inherit; text-align: left; padding: 18px 20px; font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--brand-ink); }
.ww-faq-plus { flex: none; display: inline-flex; transition: transform .3s cubic-bezier(.3,.8,.3,1); }
.ww-faq-item.on .ww-faq-plus { transform: rotate(180deg); }
.ww-faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s cubic-bezier(.3,.8,.3,1); }
.ww-faq-a p { margin: 0; padding: 0 20px 20px; font-size: 14.5px; font-weight: 600; line-height: 1.6; color: var(--slate); }

/* ---------------- newsletter ---------------- */
.ww-news { max-width: 1200px; margin: 0 auto; padding: clamp(24px, 3vw, 44px) 24px; }
.ww-news-card { background: linear-gradient(160deg, #e8f4ff, #f4f9ff); border: 1px solid var(--brand-tint-strong); border-radius: 30px; padding: clamp(34px, 4vw, 52px) 24px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.ww-news-ic { width: 56px; height: 56px; border-radius: 18px; background: var(--brand); display: grid; place-items: center; transform: rotate(-6deg); box-shadow: 0 14px 30px rgba(4,124,255,.32); }
.ww-news-form { display: flex; gap: 10px; margin-top: 18px; width: 100%; max-width: 420px; }
.ww-news-input { flex: 1; min-width: 0; height: 48px; border-radius: 999px; border: 1px solid var(--border); background: #fff; padding: 0 20px; font: inherit; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s; }
.ww-news-input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-tint); }
.ww-news-done { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; background: var(--green-50); color: var(--green-600); border-radius: 999px; padding: 12px 20px; font-family: var(--font-display); font-weight: 800; font-size: 14.5px; }

/* ---------------- download CTA ---------------- */
.ww-cta { max-width: 1200px; margin: 0 auto; padding: clamp(30px, 4vw, 56px) 24px clamp(40px, 6vw, 80px); }
.ww-cta-card { background: var(--brand); border-radius: 34px; padding: clamp(30px, 4vw, 46px) 24px; display: flex; flex-direction: column; align-items: center; gap: 12px; box-shadow: 0 30px 70px rgba(4,124,255,.3); position: relative; overflow: hidden; }
.ww-cta-orb { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%); pointer-events: none; }
.ww-cta-orb1 { width: 320px; height: 320px; top: -120px; left: -80px; }
.ww-cta-orb2 { width: 260px; height: 260px; bottom: -110px; right: -60px; }
.ww-cta-stickers { display: flex; align-items: flex-start; gap: 8px; position: relative; z-index: 1; }
.ww-cta-card > *:not(.ww-cta-orb):not(.ww-cta-phone) { position: relative; z-index: 1; }

/* ---------------- footer ---------------- */
.ww-footer { background: var(--brand-ink); color: #fff; }
.ww-footer-inner { max-width: 1200px; margin: 0 auto; padding: clamp(40px, 5vw, 64px) 24px 30px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.ww-footer-h { font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--blue-100); margin-bottom: 14px; }
.ww-footer-col { display: flex; flex-direction: column; gap: 10px; }
.ww-footer-col a { font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.82); transition: color .15s; }
.ww-footer-col a:hover { color: #fff; }
.ww-social { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .15s; }
.ww-social:hover { background: rgba(255,255,255,.18); }
.ww-footer-base { max-width: 1200px; margin: 0 auto; padding: 18px 24px 30px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--blue-100); }
.ww-footer-base a { color: var(--blue-100); }
.ww-footer-base a:hover { color: #fff; }

/* ================= BLOG PAGE ================= */
.ww-blog-hero { background: linear-gradient(180deg, #d9ebff 0%, #eaf3fd 50%, var(--bg) 100%); }
.ww-blog-hero-inner { max-width: 1160px; margin: 0 auto; padding: clamp(40px, 5vw, 72px) 24px clamp(24px, 3vw, 40px); text-align: center; display: flex; flex-direction: column; align-items: center; }
.ww-blog-feat { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.ww-blog-feat-card { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 3vw, 44px); align-items: center; background: #fff; border: 1px solid var(--border); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-card); transition: transform .2s, box-shadow .2s; color: var(--ink); }
.ww-blog-feat-card:hover { transform: translateY(-4px); box-shadow: 0 26px 60px rgba(1,25,51,.16); color: var(--ink); }
.ww-blog-feat-cover { position: relative; align-self: stretch; min-height: 300px; display: grid; place-items: center; }
.ww-blog-feat-body { padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px) 0; }
.ww-feat-flag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 800; font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--amber-600); }
.ww-blog-feat-body .ww-bt-title { font-size: clamp(24px, 3vw, 34px); margin-top: 12px; }
.ww-blog-feat-body .ww-bt-dek { font-size: 15.5px; margin-top: 12px; }

.ww-blog-tabs { max-width: 1160px; margin: 0 auto; padding: clamp(26px, 3vw, 44px) 24px 20px; display: flex; gap: 9px; flex-wrap: wrap; }
.ww-blog-tab { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 9px 17px; font-family: var(--font-display); font-weight: 800; font-size: 13.5px; color: var(--ink-soft); cursor: pointer; transition: all .15s; }
.ww-blog-tab:hover { border-color: var(--brand); color: var(--brand); }
.ww-blog-tab.on { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 6px 16px rgba(4,124,255,.28); }
.ww-blog-grid { max-width: 1160px; margin: 0 auto; padding: 6px 24px clamp(30px, 4vw, 56px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ww-blog-news { grid-column: 1 / -1; background: linear-gradient(150deg, var(--brand-ink), #01203f); border-radius: 24px; padding: clamp(26px, 3vw, 40px); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ww-blog-news h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2.4vw, 27px); color: #fff; margin: 0; }
.ww-blog-news p { font-size: 14px; font-weight: 600; color: var(--blue-100); margin: 6px 0 0; max-width: 440px; }

/* article */
.ww-art { max-width: 680px; margin: 0 auto; padding: clamp(20px, 3vw, 34px) 24px clamp(40px, 5vw, 70px); }
.ww-art-back { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 800; font-size: 13.5px; color: var(--slate); margin-bottom: 22px; }
.ww-art-back:hover { color: var(--brand); gap: 9px; }
.ww-art-cat { display: inline-flex; align-items: center; background: var(--brand-tint); border-radius: 999px; padding: 5px 13px; font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: .02em; }
.ww-art-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4.6vw, 48px); line-height: 1.08; letter-spacing: -0.025em; margin: 16px 0 0; text-wrap: balance; color: var(--brand-ink); }
.ww-art-dek { font-size: clamp(16px, 2vw, 20px); font-weight: 600; line-height: 1.5; color: var(--slate); margin: 16px 0 0; text-wrap: pretty; }
.ww-art-byline { display: flex; align-items: center; gap: 12px; margin: 24px 0 0; padding: 18px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ww-art-by-name { font-family: var(--font-display); font-weight: 800; font-size: 14.5px; color: var(--ink); }
.ww-art-by-meta { font-size: 12.5px; font-weight: 600; color: var(--slate); margin-top: 1px; }
.ww-art-by-meta time { color: inherit; }
.ww-art-cover { height: clamp(180px, 26vw, 260px); border-radius: 26px; display: grid; place-items: center; margin: 26px 0 8px; }
.ww-art-toc { margin: 24px 0 0; padding: 18px 22px 20px; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.ww-art-toc-h { font-family: var(--font-display); font-weight: 800; font-size: 11.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--slate); }
.ww-art-toc ol { margin: 10px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; counter-reset: toc; }
.ww-art-toc a { display: flex; gap: 11px; align-items: baseline; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ink-soft); }
.ww-art-toc a::before { counter-increment: toc; content: counter(toc, decimal-leading-zero); font-size: 11px; font-weight: 800; color: var(--brand); }
.ww-art-toc a:hover { color: var(--brand); }
.ww-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 300; pointer-events: none; }
.ww-progress span { display: block; height: 100%; background: var(--brand); transform-origin: 0 50%; transform: scaleX(0); }
.ww-art-body { font-size: 17px; font-weight: 500; line-height: 1.72; color: var(--ink-soft); }
.ww-art-body h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(21px, 2.6vw, 27px); letter-spacing: -0.015em; color: var(--brand-ink); margin: 36px 0 0; scroll-margin-top: 88px; }
.ww-art-body p { margin: 16px 0 0; text-wrap: pretty; }
.ww-art-body p.lead { font-size: 19px; font-weight: 600; color: var(--ink); }
.ww-pull { margin: 32px 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--brand); }
.ww-pull, blockquote.ww-pull { margin-left: 0; margin-right: 0; }
.ww-pull-q { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2.6vw, 26px); line-height: 1.3; letter-spacing: -0.015em; color: var(--brand-ink); }
.ww-pull-cite { font-size: 13px; font-weight: 700; color: var(--slate); margin-top: 10px; }
.ww-statrow { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-card); }
.ww-statrow > div { flex: 1; min-width: 90px; text-align: center; }
.ww-stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 4vw, 40px); line-height: 1; letter-spacing: -0.02em; color: var(--brand); }
.ww-stat-unit { font-size: .5em; font-weight: 800; color: var(--slate); margin-left: 2px; }
.ww-stat-lbl { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--slate); margin-top: 8px; }
.ww-callout { display: flex; gap: 14px; margin: 26px 0; padding: 20px 22px; border-radius: 20px; }
.ww-callout-ic { flex: none; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; }
.ww-callout-t { font-family: var(--font-display); font-weight: 800; font-size: 16px; }
.ww-callout-b { font-size: 14.5px; font-weight: 500; line-height: 1.55; margin-top: 4px; color: var(--ink-soft); }
.ww-art-list, .ww-art-olist { margin: 20px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 13px; }
.ww-art-list li { display: flex; gap: 12px; font-size: 16px; line-height: 1.55; }
.ww-art-list li::before { content: ""; flex: none; width: 9px; height: 9px; margin-top: 9px; border-radius: 3px; background: var(--brand); }
.ww-art-olist li { display: flex; gap: 14px; }
.ww-ol-n { flex: none; width: 30px; height: 30px; border-radius: 999px; background: var(--brand); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.ww-ol-h { font-family: var(--font-display); font-weight: 800; font-size: 16.5px; color: var(--brand-ink); margin: 0; }
.ww-ol-b { font-size: 15px; font-weight: 500; line-height: 1.55; margin-top: 2px; }
.ww-rail-card { margin: 28px 0; padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-card); }
.ww-conn { margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.ww-conn-row { display: flex; align-items: center; gap: 14px; padding: 15px 16px; background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.ww-conn-badge { flex: none; width: 44px; height: 44px; border-radius: 13px; background: var(--brand-tint); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--brand); text-align: center; line-height: 1; }
.ww-conn-type { font-family: var(--font-display); font-weight: 800; font-size: 15.5px; color: var(--brand-ink); }
.ww-conn-note { font-size: 13.5px; font-weight: 500; line-height: 1.45; color: var(--slate); margin-top: 2px; }
.ww-conn-speed { flex: none; font-family: var(--font-display); font-weight: 800; font-size: 12.5px; color: var(--amber-600); background: var(--amber-50); border-radius: 999px; padding: 6px 12px; white-space: nowrap; }
.ww-share { display: flex; align-items: center; gap: 10px; margin: 36px 0; padding-top: 24px; border-top: 1px solid var(--border); }
.ww-share-lbl { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--slate); margin-right: 4px; }
.ww-share-btn { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--border); background: #fff; display: grid; place-items: center; cursor: pointer; transition: all .15s; }
.ww-share-btn:hover { border-color: var(--brand); background: var(--brand-tint); transform: translateY(-2px); }
.ww-author-card { display: flex; gap: 16px; align-items: center; margin: 32px 0; padding: 22px; background: var(--bg); border: 1px solid var(--border); border-radius: 22px; }
.ww-author-name { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--brand-ink); }
.ww-author-role { font-size: 12.5px; font-weight: 700; color: var(--brand); margin: 2px 0 6px; }
.ww-author-bio { font-size: 14px; font-weight: 500; line-height: 1.5; color: var(--slate); }
.ww-related { background: var(--bg); border-top: 1px solid var(--border); }
.ww-related-inner { max-width: 1160px; margin: 0 auto; padding: clamp(34px, 4vw, 56px) 24px; }
.ww-rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 22px; max-width: 800px; }

/* ---------------- reveal engine ----------------
   Base state is VISIBLE. `.in` only layers an entrance animation with NO fill-mode,
   so the resting state is always the visible base — if the animation engine is
   throttled/paused (offscreen iframe, bfcache) content simply shows, never blanks. */
.wf-anim .reveal.in { animation: wwRevealIn .7s cubic-bezier(.2,.7,.3,1); }
.wf-anim .stagger.in > * { animation: wwRevealIn .62s cubic-bezier(.2,.7,.3,1); }
/* Once the entrance has had time to play, drop the animation so the resting state is the
   plain visible base — guarantees visibility even if the animation engine was throttled. */
.wf-anim .reveal.wf-lock, .wf-anim .stagger.wf-lock > * { animation: none !important; }
@keyframes wwRevealIn { from { opacity: 0; transform: translateY(26px); } }

/* ---------------- tactile press ---------------- */
button, [role="button"] { transition: transform .12s ease; }
button:active, [role="button"]:active { transform: scale(.97); }
@media (prefers-reduced-motion: reduce) {
  button:active, [role="button"]:active { transform: none; }
  .ww-faq-a { transition: none; }
  .ww-livedot { animation: none; }
}

/* ---------------- responsive ---------------- */
@media (max-width: 960px) {
  .ww-showcase-grid { grid-template-columns: 1fr; }
  .ww-sc-stage { order: -1; }
  .ww-biz-card { grid-template-columns: 1fr; }
  .ww-blog-feat-card { grid-template-columns: 1fr; }
  .ww-blog-feat-cover { min-height: 200px; }
  .ww-blog-feat-body { padding: 0 clamp(24px, 3vw, 40px) clamp(28px, 3vw, 40px); }
}
@media (max-width: 940px) {
  .ww-hero { grid-template-columns: 1fr; text-align: center; }
  .ww-hero-copy { display: flex; flex-direction: column; align-items: center; }
  .ww-hero-art { margin-top: 24px; }
  .ww-hero-chip-1 { left: 2%; }
  .ww-hero-chip-2 { right: 2%; }
  .ww-stores, .ww-hero-proof { justify-content: center; }
  .ww-statband { grid-template-columns: 1fr 1fr; gap: 30px; }
  .ww-prods { grid-template-columns: 1fr; max-width: 460px; }
  .ww-how-rail { grid-template-columns: 1fr; gap: 30px; max-width: 340px; margin: 0 auto; }
  .ww-how-rail::before { display: none; }
  .ww-netgrid { grid-template-columns: 1fr 1fr; }
  .ww-feature, .ww-feature.flip .ww-feature-copy, .ww-feature.flip .ww-feature-art { grid-template-columns: 1fr; order: 0; justify-self: center; }
  .ww-feature > * { max-width: 460px; margin: 0 auto; }
  .ww-feature-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .ww-quote-row { grid-template-columns: 1fr; max-width: 460px; }
  .ww-blogteaser-grid { grid-template-columns: 1fr; max-width: 460px; }
  .ww-blog-grid { grid-template-columns: 1fr 1fr; }
  .ww-nav-links { display: none; }
  .ww-footer-inner { grid-template-columns: 1fr 1fr; }
  .ww-blogteaser-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .ww-nav-ghost { display: none; }
  .ww-statband { grid-template-columns: 1fr 1fr; }
  .ww-netgrid, .ww-blog-grid { grid-template-columns: 1fr; }
  .ww-rel-grid { grid-template-columns: 1fr; }
  .ww-news-form { flex-direction: column; align-items: stretch; }
  .ww-footer-base { flex-direction: column; gap: 10px; text-align: center; }
  .ww-footer-base span { justify-content: center; }
  .ww-why-head, .ww-why-row { grid-template-columns: 1fr 64px 64px; }
  .ww-why-card::after { right: 64px; width: 64px; }
}

/* ---------------- ds primitives (static port of the DS bundle) ---------------- */
.msr { font-family: 'Material Symbols Rounded'; text-transform: none; letter-spacing: normal; line-height: 1; display: inline-flex; vertical-align: middle; user-select: none; font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24; }
.msr.o { font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 24; }
.ww-eyebrow { font-family: var(--font-display); font-size: var(--text-eyebrow-size); font-weight: 700; letter-spacing: var(--text-eyebrow-tracking); text-transform: uppercase; color: var(--slate); }
.ww-eyebrow.on-dark { color: rgba(255,255,255,0.75); }
.ww-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; border-radius: var(--radius-pill); font-family: var(--font-display); font-weight: 800; cursor: pointer; transition: background 120ms ease, transform 80ms ease; -webkit-tap-highlight-color: transparent; background: var(--brand); color: #fff; height: 48px; padding: 0 22px; font-size: 15px; text-decoration: none; }
.ww-pill:hover { color: #fff; background: var(--blue-600); }
.ww-pill.sm { height: 36px; padding: 0 16px; font-size: 13px; }
.ww-pill.glow { box-shadow: 0 0 0 5px var(--brand-tint-strong); }
.ww-pill.on-navy { background: #fff; color: var(--brand-ink); box-shadow: none; }
.ww-pill.on-navy:hover { background: var(--blue-50); color: var(--brand-ink); }
.ww-chip { display: inline-flex; align-items: center; gap: 4px; background: var(--surface-sunken); color: var(--ink-soft); border-radius: var(--radius-pill); padding: 3px 9px; font-family: var(--font-display); font-size: 10.5px; font-weight: 700; white-space: nowrap; }
.ww-chip.sel { background: var(--blue-500); color: #fff; }
.ww-sticker { border-radius: 30%; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-display); font-weight: 800; flex: none; box-shadow: var(--shadow-sticker); }
.ww-avatar { position: relative; flex: none; display: inline-grid; place-items: center; border-radius: 999px; color: #fff; font-family: var(--font-display); font-weight: 800; letter-spacing: .02em; user-select: none; }
.ww-avatar .dot { position: absolute; right: -2%; bottom: -2%; border-radius: 999px; background: var(--green-500); border: 2px solid #fff; }
@keyframes wwPop { from { opacity: 0; transform: scale(.92); } }
.wf-anim .ww-pop { animation: wwPop .3s cubic-bezier(.2,.7,.3,1); }
@media (prefers-reduced-motion: no-preference) {
  .ww-float { animation: wwFloat 4.6s ease-in-out infinite; }
  .ww-float2 { animation: wwFloat 5.4s ease-in-out .6s infinite; }
  @keyframes wwFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
  .ww-arc { animation: wwArcPulse 1.6s ease-in-out infinite; }
  .ww-arc.d2 { animation-delay: .3s; }
  @keyframes wwArcPulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
}
.ww-phone-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ww-skip { position: absolute; left: -9999px; top: 0; background: var(--brand); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 0; font-family: var(--font-display); font-weight: 800; z-index: 400; }
.ww-skip:focus { left: 0; color: #fff; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 6px; }
.ww-blog-grid .hide { display: none; }
.ww-nav-links a { text-decoration: none; }
.ww-hero-tag { text-decoration: none; }

/* CTA phones — app screens peeking from the card's bottom corners. */
.ww-cta-cars { display: flex; align-items: flex-end; justify-content: center; gap: clamp(10px, 2.6vw, 28px); margin-top: 28px; max-width: 100%; }
.ww-cta-cars img { height: clamp(48px, 6.5vw, 88px); width: auto; filter: drop-shadow(0 16px 24px rgba(1,25,51,.38)); }
.ww-cta-cars img:nth-child(even) { transform: translateY(5px); }
@media (max-width: 640px) { .ww-cta-cars img:nth-child(n+4) { display: none; } .ww-cta-cars img { height: 56px; } }

/* --- article comparison tables --- */
.ww-tblwrap{overflow-x:auto;margin:26px 0;border:1px solid var(--border);border-radius:16px;background:#fff}
.ww-tbl{width:100%;border-collapse:collapse;font-size:13.5px;min-width:560px}
.ww-tbl th{font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:var(--slate);text-align:left;padding:12px 14px;background:var(--brand-tint);white-space:nowrap}
.ww-tbl td{padding:11px 14px;border-top:1px solid var(--border);color:var(--ink);font-weight:500;vertical-align:top}
.ww-tbl td.k{font-family:var(--font-display);font-weight:800;white-space:nowrap}
.ww-tbl tbody tr:hover{background:var(--brand-tint)}

/* --- article FAQ --- */
.ww-art-faqs{margin:34px 0 6px}
.ww-art-faqs h2{font-family:var(--font-display);font-weight:800;font-size:24px;letter-spacing:-.01em;margin:0 0 14px}
.ww-art-faq{border:1px solid var(--border);border-radius:14px;background:#fff;margin-bottom:10px;overflow:hidden}
.ww-art-faq summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none;padding:14px 16px;font-family:var(--font-display);font-weight:800;font-size:15px;color:var(--ink)}
.ww-art-faq summary::-webkit-details-marker{display:none}
.ww-art-faq summary .msr{transition:transform .25s ease}
.ww-art-faq[open] summary .msr{transform:rotate(180deg)}
.ww-art-faq[open] summary{color:var(--brand)}
.ww-art-faq p{margin:0;padding:0 16px 14px;font-size:14.5px;line-height:1.65;color:var(--slate)}

.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
