@font-face {
  font-family: "Goodly";
  src: url("assets/fonts/GoodlyRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goodly";
  src: url("assets/fonts/GoodlyMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goodly";
  src: url("assets/fonts/GoodlySemibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goodly";
  src: url("assets/fonts/GoodlyBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   LogiOS — landing tokens
   ========================================================= */
@font-face { font-family: "Goodly"; src: url("assets/fonts/GoodlyBold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Goodly"; src: url("assets/fonts/GoodlySemibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Goodly"; src: url("assets/fonts/GoodlyMedium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Goodly"; src: url("assets/fonts/GoodlyRegular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }

:root {
  /* Brand */
  --lime:   #6BD80A;
  --lime-2: #9CFF3E;
  --forest: #3A7A06;
  --pine:   #1E3A08;
  --brand-grad: linear-gradient(135deg, #6BD80A 0%, #3A7A06 50%, #1E3A08 100%);
  --brand-grad-soft: linear-gradient(135deg, rgba(107,216,10,.14) 0%, rgba(58,122,6,.10) 60%, rgba(30,58,8,.08) 100%);
  --purple: #8D8AFF;

  /* Status */
  --ok: #34c759;
  --warn: #ff9f0a;
  --crit: #ff5f57;

  /* Surfaces — light */
  --bg:        #ffffff;
  --bg-soft:   #f6f6f3;
  --bg-softer: #fbfbf8;
  --ink:       #0e0f0c;
  --ink-2:     #1a1a1a;
  --ink-3:     #3d3f3a;
  --mute:      #6b6f66;
  --mute-2:    #9a9d95;
  --line:      #e7e7e1;
  --line-2:    #ededea;
  --chip-bg:   #f1f1ed;

  /* Surfaces — dark */
  --d-bg:     #0b0d09;
  --d-bg-2:   #111410;
  --d-panel:  #151814;
  --d-panel2: #1b1f1a;
  --d-line:   #23281f;
  --d-line-2: #2d3329;
  --d-ink:    #f2f3ef;
  --d-mute:   #9aa196;
  --d-mute-2: #6b7265;

  /* Radii — per brief */
  --r-lg: 20px;
  --r-md: 14px;
  --r-sm: 10px;
  --pill: 100px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(14,15,12,.04), 0 2px 6px rgba(14,15,12,.04);
  --shadow-md: 0 10px 30px -10px rgba(14,15,12,.12), 0 2px 8px rgba(14,15,12,.05);
  --shadow-lg: 0 30px 80px -20px rgba(14,15,12,.22), 0 8px 24px -8px rgba(14,15,12,.12);
  --shadow-glow: 0 30px 80px -20px rgba(107,216,10,.25), 0 8px 24px -8px rgba(58,122,6,.18);

  /* Type scale */
  --t-base: 16px;
  --t-scale: 1;

  --f-head: "Goodly", "Fraunces", Georgia, "Times New Roman", serif;
  --f-goudy: "Goodly", "Fraunces", Georgia, serif;
  --f-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--f-body);
  font-size: calc(var(--t-base) * var(--t-scale));
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.theme-dark {
  background: var(--d-bg);
  color: var(--d-ink);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

/* --- Layout helpers --- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.wrap-wide { max-width: 1360px; margin: 0 auto; padding: 0 28px; }

/* --- Typography --- */
.h-display {
  font-family: var(--f-head);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  font-size: clamp(48px, 6.2vw, 88px);
  color: var(--ink);
}
.theme-dark .h-display { color: var(--d-ink); }

.h-xl {
  font-family: var(--f-head);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(38px, 4.2vw, 60px);
}
.h-lg {
  font-family: var(--f-head);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  font-size: clamp(28px, 3vw, 42px);
}
.h-md {
  font-family: var(--f-head);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: 22px;
}
.lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-3);
  max-width: 62ch;
}
.theme-dark .lede { color: var(--d-mute); }

/* Hero-style green gradient badge — used on all section eyebrows */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-grad);
  color: #fff;
  font-family: var(--f-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.005em;
  text-transform: none;
  padding: 6px 18px 6px 6px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(107,216,10,.28);
}
.eyebrow .dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,.22);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: none;
}
.eyebrow .dot::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
}
.theme-dark .eyebrow { background: var(--brand-grad); border: 0; color: #fff; }

.mono { font-family: var(--f-mono); }

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: var(--pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #0b1006;
  background: var(--brand-grad);
  box-shadow: 0 10px 24px -8px rgba(58,122,6,.45), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-primary:hover { box-shadow: 0 14px 30px -6px rgba(58,122,6,.55), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}
.btn-ghost:hover { border-color: var(--ink); }
.theme-dark .btn-ghost { border-color: var(--d-line-2); color: var(--d-ink); }
.theme-dark .btn-ghost:hover { border-color: var(--d-ink); }
.btn-dark {
  background: var(--ink-2);
  color: #fff;
}
.btn-sm { padding: 10px 16px; font-size: 13.5px; }

/* --- Logo --- */
.logo {
  font-family: var(--f-head);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 22px;
  display: inline-flex; align-items: baseline;
  color: var(--ink-2);
  position: relative;
}
.theme-dark .logo { color: var(--d-ink); }
.logo .logi { position: relative; }
.logo .logi .dot {
  position: absolute;
  top: -2px; left: 11.5px;
  width: 6.5px; height: 6.5px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 8px rgba(107,216,10,.6);
}
.logo .os {
  background: var(--brand-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  margin-left: 1px;
}

/* --- Nav (floating pill, logios.es style) --- */
.nav-pill {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 24px 0;
  pointer-events: none;
}
.nav-pill-outer {
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: auto;
}
.nav-pill-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  border: 1px solid rgba(231,231,225,.85);
  border-radius: 999px;
  padding: 7px 8px 7px 22px;
  box-shadow: 0 1px 2px rgba(0,0,0,.03), 0 10px 30px rgba(0,0,0,.05);
}
.theme-dark .nav-pill-in {
  background: rgba(17,20,16,.78);
  border-color: rgba(45,51,41,.7);
  box-shadow: 0 1px 2px rgba(0,0,0,.3), 0 10px 30px rgba(0,0,0,.3);
}
.nav-pill .nav-logo {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  padding-right: 6px;
}
.theme-dark .nav-pill .nav-logo { color: var(--d-ink); }

.nav-pill-links {
  list-style: none; display: flex; align-items: center;
  gap: 4px; padding: 0; margin: 0;
  font-size: 14px; font-weight: 500;
}
.nav-pill-links a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink-3);
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.theme-dark .nav-pill-links a { color: var(--d-mute); }
.nav-pill-links a:hover {
  color: var(--ink);
  background: var(--bg-soft);
}
.theme-dark .nav-pill-links a:hover {
  color: var(--d-ink);
  background: var(--d-panel);
}

.nav-pill-right {
  display: flex; align-items: center; gap: 6px;
}
.nav-pill-lang { margin-right: 4px; }

.nav-pill-theme {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  cursor: pointer; color: var(--ink-3);
  transition: background .18s ease, color .18s ease;
}
.theme-dark .nav-pill-theme { border-color: var(--d-line-2); color: var(--d-mute); }
.nav-pill-theme:hover { color: var(--ink); background: var(--bg-soft); }
.theme-dark .nav-pill-theme:hover { color: var(--d-ink); background: var(--d-panel); }

.nav-pill-ghost {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px; font-weight: 500;
  color: var(--ink-3); text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.theme-dark .nav-pill-ghost { color: var(--d-mute); }
.nav-pill-ghost:hover { color: var(--ink); background: var(--bg-soft); }
.theme-dark .nav-pill-ghost:hover { color: var(--d-ink); background: var(--d-panel); }

.nav-pill-cta {
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  color: #fff; text-decoration: none;
  background: linear-gradient(135deg, #6BD80A 0%, #3A7A06 50%, #1E3A08 100%);
  box-shadow: 0 6px 18px rgba(107,216,10,.3);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.nav-pill-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(107,216,10,.4);
  opacity: .95;
}

.nav-pill-user {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  margin-left: 4px;
  transition: background .18s ease, color .18s ease;
}
.theme-dark .nav-pill-user { border-color: var(--d-line-2); color: var(--d-ink); }
.nav-pill-user:hover { background: var(--bg-soft); }
.theme-dark .nav-pill-user:hover { background: var(--d-panel); }

/* Nav floats over the hero — no body padding */

.lang-toggle {
  display: inline-flex; border: 1px solid var(--line); border-radius: var(--pill);
  padding: 3px; font-size: 12px; font-weight: 600;
  font-family: var(--f-mono);
}
.theme-dark .lang-toggle { border-color: var(--d-line-2); }
.lang-toggle button {
  padding: 5px 10px; border-radius: var(--pill);
  background: transparent; border: 0; cursor: pointer;
  color: var(--mute);
  letter-spacing: 0.05em;
}
.lang-toggle button.active {
  background: var(--ink-2); color: #fff;
}
.theme-dark .lang-toggle button.active { background: var(--d-ink); color: var(--d-bg); }

.icon-btn {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  cursor: pointer; color: var(--ink-3);
}
.theme-dark .icon-btn { border-color: var(--d-line-2); color: var(--d-mute); }
.icon-btn:hover { color: var(--ink); }

/* =========================================================
   Sections
   ========================================================= */
section { position: relative; }

/* Scooped section transitions — every section gets rounded top corners */
.scoop-top {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* Ensure the section has its own bg so the scoop is visible */
section.scoop-top:not(.compat-bar-v2):not(.how-v2):not(.touchpanel-sec):not(.ajax-strip):not(.testimonial):not(.final-cta):not(.dash-show):not(.stats-editorial):not(.how-edit):not(.ajax-edit):not(.map-edit):not(.pricing-edit):not(.report-edit) {
  background: var(--bg);
}
.theme-dark section.scoop-top:not(.compat-bar-v2):not(.how-v2):not(.touchpanel-sec):not(.ajax-strip):not(.testimonial):not(.final-cta):not(.dash-show):not(.stats-editorial):not(.how-edit):not(.ajax-edit):not(.map-edit):not(.pricing-edit):not(.report-edit) {
  background: var(--d-bg);
}
/* Give the scoop-bottom section a bit of extra top padding so content isn't tight against the curve */
section.scoop-top { padding-top: 120px; }
section.features.scoop-top { padding-top: 110px; }

/* --- Hero --- */
.hero {
  position: relative;
  padding: 140px 0 0;
  overflow: hidden;
  background: #E6E6E6;
  margin-bottom: 0;
}
.hero::after {
  content: "";
  position: absolute;
  top: -200px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px;
  background: radial-gradient(ellipse, rgba(107,216,10,0.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.theme-dark .hero { background: var(--d-bg); }
.theme-dark .hero::after { background: radial-gradient(ellipse, rgba(107,216,10,0.14) 0%, transparent 60%); }
.hero-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(1000px 500px at 80% -10%, rgba(107,216,10,.18), transparent 60%),
    radial-gradient(700px 400px at 10% 10%, rgba(141,138,255,.12), transparent 60%);
  z-index: 0;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(14,15,12,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(14,15,12,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(1200px 600px at 50% 0%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(1200px 600px at 50% 0%, black, transparent 70%);
}
.theme-dark .hero-grid-bg {
  background-image:
    linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px);
}
.hero .wrap, .hero .hero-in { position: relative; z-index: 1; }

.hero-in { text-align: center; }
.hero-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--brand-grad);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.005em;
  padding: 6px 18px 6px 6px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(107,216,10,.28);
  margin-bottom: 4px;
}
.hero-badge-dot {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,.22);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.hero-title {
  font-family: var(--f-head);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-top: 0;
}
.hero-head h1 span.grad {
  background: var(--brand-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-head .sub {
  margin: 22px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-3);
  max-width: 560px;
}
.theme-dark .hero-head .sub { color: var(--d-mute); }

.hero-cta {
  display: flex; gap: 10px; margin-top: 30px; align-items: center;
  justify-content: center; flex-wrap: wrap;
}
.hero-cta .btn-dark {
  background: var(--brand-grad);
  color: #fff;
  padding: 14px 26px;
  box-shadow: 0 10px 24px -8px rgba(58,122,6,.45), inset 0 1px 0 rgba(255,255,255,.25);
}
.theme-dark .hero-cta .btn-dark { background: var(--brand-grad); color: #fff; border: 0; }
.hero-cta .btn-dark:hover { box-shadow: 0 14px 30px -6px rgba(58,122,6,.55), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-linkish {
  background: transparent;
  border: 0;
  color: var(--ink);
  padding: 14px 16px;
  font-weight: 500;
}
.theme-dark .btn-linkish { color: var(--d-ink); }
.btn-linkish:hover { color: var(--forest); }

.hero-meta {
  display: flex; gap: 28px; margin: 22px auto 0;
  justify-content: center;
  font-size: 13px; color: var(--mute);
  font-family: var(--f-mono);
  flex-wrap: wrap;
}
.hero-meta span::before {
  content: "✓";
  color: var(--lime);
  margin-right: 8px;
  font-weight: 700;
}

/* Floating chips scattered around the hero */
.hero-chips {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.h-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-2);
  box-shadow: 0 6px 18px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  white-space: nowrap;
}
.theme-dark .h-chip { background: var(--d-panel); border-color: var(--d-line-2); color: var(--d-ink); }
.h-chip .hc-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #ccc;
  margin-left: 2px;
}
.h-chip .hc-dot.on { background: var(--lime); box-shadow: 0 0 0 3px rgba(107,216,10,.18); }
.h-chip .hc-dot.off { background: #c8c8c0; }

/* Pill toggle (iOS-style) */
.h-toggle {
  position: absolute;
  width: 42px; height: 24px;
  background: #d9d9d3;
  border-radius: 999px;
  padding: 3px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  display: flex; align-items: center;
}
.h-toggle .knob {
  width: 18px; height: 18px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  transition: margin-left .2s;
}
.h-toggle.on { background: var(--lime); }
.h-toggle.on .knob { margin-left: 18px; }
.h-toggle.off .knob { margin-left: 0; }

/* Positioned to float around/over the laptop+iPad image */
.hc-1 { top: 640px; left: 4%; }
.hc-2 { top: 580px; right: 6%; }
.hc-3 { top: 860px; left: 2%; }
.hc-4 { top: 520px; right: 16%; }
.hc-5 { top: 740px; left: 10%; }
.hc-6 { top: 900px; right: 3%; }
.ht-1 { top: 680px; right: 4%; }
.ht-2 { top: 780px; left: 6%; }
.ht-3 { top: 820px; right: 12%; }

@media (max-width: 1100px) {
  .hc-5, .hc-6, .ht-2, .ht-3 { display: none; }
  .hc-1 { left: 2%; }
  .hc-2 { right: 2%; }
  .hc-3 { left: 2%; top: 900px; }
  .hc-4 { right: 2%; top: 540px; }
  .ht-1 { right: 2%; }
}

/* Hero product — real image, full-bleed, transparent */
.hero-product {
  margin: 48px 0 0;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  display: block;
  background: transparent;
}
.theme-dark .hero-product { background: transparent; }
.hero-product-img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-product-dark { display: none; }
.theme-dark .hero-product-light { display: none; }
.theme-dark .hero-product-dark { display: block; }
.hero-floats {
  position: absolute; inset: -20px 0 -20px 0;
  pointer-events: none;
}

/* Laptop frame */
.laptop {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(180deg, #222 0%, #111 100%);
  padding: 14px 14px 16px;
  box-shadow: var(--shadow-lg);
}
.laptop-screen {
  aspect-ratio: 16/10;
  background: var(--bg);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
}
.theme-dark .laptop-screen { background: #0f1410; border-color: #1e241c; }
.laptop-base {
  height: 14px;
  margin: 4px -30px 0;
  background: linear-gradient(180deg, #2a2a2a 0%, #0a0a0a 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}
.laptop-base::before {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 120px; height: 6px;
  background: #000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* iPad frame */
.ipad {
  position: relative;
  border-radius: 28px;
  background: #1a1a1a;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: translateY(-20px);
}
.ipad-screen {
  aspect-ratio: 3/4;
  background: var(--bg);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.theme-dark .ipad-screen { background: #0f1410; }

/* Floating spec cards */
.spec-float {
  position: absolute;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 10px 14px;
  font-size: 12.5px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 10px;
  pointer-events: auto;
  z-index: 3;
}
.theme-dark .spec-float { background: var(--d-panel); border-color: var(--d-line-2); color: var(--d-ink); }
.spec-float .icn {
  width: 28px; height: 28px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-soft);
  color: var(--ink);
}
.theme-dark .spec-float .icn { background: var(--d-panel2); color: var(--d-ink); }
.spec-float .val { font-family: var(--f-mono); font-weight: 600; }
.spec-float .lbl { color: var(--mute); font-family: var(--f-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.theme-dark .spec-float .lbl { color: var(--d-mute-2); }

.float-1 { top: -10px; left: -16px; }
.float-2 { top: 42%; left: -40px; }
.float-3 { bottom: 30px; right: -20px; }
.float-4 { top: 22%; right: 280px; }

@keyframes floatA { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-8px) } }
@keyframes floatB { 0%,100% { transform: translateY(0) } 50% { transform: translateY(7px) } }
.spec-float.f-a, .h-chip.f-a, .h-toggle.f-a { animation: floatA 5.5s ease-in-out infinite; }
.spec-float.f-b, .h-chip.f-b, .h-toggle.f-b { animation: floatB 6.5s ease-in-out infinite; }

/* =========================================================
   Logo bar
   ========================================================= */
.logobar {
  padding: 48px 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-softer);
}
.theme-dark .logobar { background: var(--d-bg-2); border-color: var(--d-line); }
.logobar .title {
  text-align: center;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 24px;
}
.logobar .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: center;
  padding-bottom: 12px;
}
.logo-chip {
  display: flex; align-items: center; justify-content: center;
  height: 56px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--mute);
  opacity: 0.8;
  border-radius: var(--r-sm);
}

/* Compatibility bar (replaces agency logo row) */
.compat-bar {
  padding: 64px 0 44px;
  overflow: hidden;
}
.compat-head {
  text-align: center;
  margin-bottom: 36px;
  max-width: 720px; margin-left: auto; margin-right: auto;
  padding: 0 24px;
}
.compat-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--lime-2);
  padding: 5px 10px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--lime) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--lime) 28%, transparent);
}
.theme-dark .compat-eyebrow { color: var(--lime); }
.compat-title {
  font-family: var(--f-head); font-weight: 700;
  font-size: 28px; line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 16px;
  color: var(--ink);
}
.theme-dark .compat-title { color: var(--d-ink); }
.compat-title .mute { color: var(--mute-2); font-weight: 500; }
.theme-dark .compat-title .mute { color: var(--d-mute-2); }

.compat-track {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  overflow: hidden;
  padding: 8px 0;
}
.compat-row {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: compatScroll 60s linear infinite;
}
@keyframes compatScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.compat-row:hover { animation-play-state: paused; }

.compat-chip {
  flex: 0 0 auto;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  min-width: 180px;
}
.theme-dark .compat-chip { background: var(--d-panel); border-color: var(--d-line); }
.compat-mark {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: color-mix(in oklab, currentColor 12%, white);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.theme-dark .compat-mark { background: color-mix(in oklab, currentColor 20%, black); }
.compat-glyph {
  font-family: var(--f-head); font-weight: 800;
  font-size: 14px; line-height: 1;
}
.compat-n {
  font-family: var(--f-head); font-weight: 600;
  font-size: 14px; letter-spacing: -0.01em;
  color: var(--ink);
  white-space: nowrap;
}
.theme-dark .compat-n { color: var(--d-ink); }

.compat-foot {
  text-align: center;
  margin-top: 28px;
  font-family: var(--f-mono); font-size: 11px;
  color: var(--mute);
  letter-spacing: .08em;
}

/* =========================================================
   Dashboard showcase (full-bleed)
   ========================================================= */
.dash-show {
  padding: 110px 0 120px;
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}
.theme-dark .dash-show { background: var(--d-bg-2); }
.dash-show .header { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.dash-show .header .eyebrow { margin-bottom: 18px; }

.dash-frame {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: var(--r-lg);
  background: var(--bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.theme-dark .dash-frame { background: var(--d-panel); border-color: var(--d-line); }

/* =========================================================
   Features tabs
   ========================================================= */
.features {
  padding: 110px 0 120px;
}
.features .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 48px;
}
.features .head > div:first-child { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.features .head .tabs { margin-top: 8px; }
.tabs {
  display: flex; gap: 6px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: var(--pill);
  padding: 0;
  flex-wrap: wrap;
}
.theme-dark .tabs { background: transparent; border-color: transparent; }
.tab {
  padding: 10px 16px;
  border-radius: var(--pill);
  border: 0;
  background: var(--lime);
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #000;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .15s, color .15s, transform .15s;
}
.theme-dark .tab { color: #000; background: var(--lime); }
.tab:hover { background: #8bff1a; transform: translateY(-1px); }
.theme-dark .tab:hover { background: #8bff1a; }
.tab.active {
  background: #000;
  color: #fff;
  box-shadow: none;
  border: 0;
}
.theme-dark .tab.active { background: #000; color: #fff; border: 0; }

.feature-body {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
}
.feature-detail h3 { margin: 18px 0 14px; }
.feature-detail .lede { font-size: 17px; }
.feature-bullets { margin: 24px 0 0; padding: 0; list-style: none; }
.feature-bullets li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
}
.theme-dark .feature-bullets li { border-color: var(--d-line); }
.feature-bullets li:last-child { border-bottom: 1px solid var(--line); }
.theme-dark .feature-bullets li:last-child { border-bottom-color: var(--d-line); }
.feature-bullets .k {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
  flex-shrink: 0;
  width: 130px;
  padding-top: 2px;
}

.feature-visual {
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--bg);
  overflow: hidden;
  height: 580px;
  box-shadow: var(--shadow-md);
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature-visual > * { flex: 0 0 auto; }
.feature-visual > .fv-fill { flex: 1 1 auto; min-height: 0; }
.theme-dark .feature-visual { background: var(--d-panel); border-color: var(--d-line); }

/* =========================================================
   Touch panel section
   ========================================================= */
.touchpanel-sec {
  padding: 120px 0;
  background: var(--ink);
  color: var(--d-ink);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
}
.touchpanel-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 15%, rgba(107,216,10,.10), transparent 55%),
    radial-gradient(circle at 85% 90%, rgba(107,216,10,.06), transparent 55%),
    linear-gradient(to right, rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: auto, auto, 80px 80px, 80px 80px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(1400px 800px at 50% 50%, black, transparent 80%);
  -webkit-mask-image: radial-gradient(1400px 800px at 50% 50%, black, transparent 80%);
}
.touchpanel-sec::after { display: none; }


@keyframes tpGlowA {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(50vw, 80px) scale(1.15); }
  40%  { transform: translate(70vw, 320px) scale(1.25); }
  60%  { transform: translate(45vw, 480px) scale(1.18); }
  80%  { transform: translate(15vw, 280px) scale(1.08); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes tpGlowB {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(-45vw, -180px) scale(1.18); }
  50%  { transform: translate(-65vw, -400px) scale(1.3); }
  75%  { transform: translate(-30vw, -250px) scale(1.12); }
  100% { transform: translate(0, 0) scale(1); }
}
.touchpanel-sec .wrap-wide { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) {
  .touchpanel-sec::before,
  .touchpanel-sec::after { animation: none; }
}
.touchpanel-sec .head { max-width: 720px; margin: 0 auto 64px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.touchpanel-sec .head h2 { color: #fff; }
.touchpanel-sec .head .lede { color: #a4a99e; }
.touchpanel-sec .grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.touchpanel-mount {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, #1a1d17 0%, #0e1109 100%);
  border: 1px solid #2a2f26;
  padding: 48px;
  display: flex; align-items: center; justify-content: center;
}
.tp-features { display: grid; gap: 20px; }
.tp-feature {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px;
  background: #12150f;
  border: 1px solid #23281f;
  border-radius: var(--r-md);
  transition: background .2s, border .2s;
}
.tp-feature:hover {
  background: #171b13;
  border-color: #3a4233;
}
.tp-feature .icn {
  width: 42px; height: 42px; border-radius: 12px;
  background: #1a1d17; border: 1px solid #2a2f26;
  display: flex; align-items: center; justify-content: center;
  color: var(--lime);
}
.tp-feature .title { font-weight: 600; margin-bottom: 4px; color: #fff; font-family: var(--f-head); letter-spacing: -0.01em; }
.tp-feature .desc { font-size: 13.5px; color: #9aa196; line-height: 1.5; }

/* =========================================================
   Report walkthrough
   ========================================================= */
.report-sec {
  padding: 120px 0;
  background: var(--bg);
}
.theme-dark .report-sec { background: var(--d-bg); }
.report-sec .head { max-width: 820px; margin: 0 auto 56px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.report-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.report-paper {
  border-radius: var(--r-lg);
  background: var(--bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  padding: 36px;
  aspect-ratio: 8.5/11;
  position: relative;
  overflow: hidden;
}
.theme-dark .report-paper { background: var(--d-panel); border-color: var(--d-line); }

.report-paper.report-paper-v2 {
  padding: 0;
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  font-family: var(--f-text);
  color: var(--ink);
}
.theme-dark .report-paper.report-paper-v2 { background: #fff; border-color: var(--d-line); color: var(--ink); }

/* Header */
.rp-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #ececea;
  flex-shrink: 0;
}
.rp-head-l { display: flex; align-items: center; gap: 12px; }
.rp-logo {
  width: 36px; height: 36px; border-radius: 9px;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  color: var(--lime);
  flex-shrink: 0;
  font-family: var(--f-head); font-weight: 800; font-size: 18px;
  line-height: 1;
}
.rp-h { font-family: var(--f-head); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.rp-sub { font-size: 11.5px; color: #888; margin-top: 2px; }
.rp-cta {
  background: var(--ink); color: #fff;
  border: 0; padding: 9px 14px; border-radius: 8px;
  font-family: var(--f-head); font-weight: 600; font-size: 12px;
  cursor: pointer;
}

/* Score row */
.rp-scores {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ececea;
  flex-shrink: 0;
}
.rp-score {
  padding: 18px 22px;
  text-align: center;
}
.rp-score + .rp-score { border-left: 1px solid #ececea; }
.rp-score-k {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .1em;
  color: #999; text-transform: uppercase;
}
.rp-score-big {
  font-family: var(--f-head); font-weight: 700; font-size: 48px;
  line-height: 1; margin: 8px 0 6px;
  letter-spacing: -0.02em;
}
.rp-score-big span { font-size: 18px; color: #bbb; font-weight: 500; margin-left: 2px; }
.rp-score-big.green { color: #2ea043; }
.rp-score-big.orange { color: #e3681c; }
.rp-score-s { font-size: 12px; color: #777; }

/* Two-col block grid */
.rp-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #ececea;
}
.rp-block {
  padding: 16px 22px;
  display: flex; flex-direction: column; gap: 10px;
}
.rp-grid > .rp-block + .rp-block { border-left: 1px solid #ececea; }
.rp-block-h {
  font-family: var(--f-head); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; gap: 8px;
  letter-spacing: -0.005em;
}
.rp-ic {
  width: 22px; height: 22px; border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0;
}
.rp-ic.green { background: #e8f5ec; color: #2ea043; }
.rp-ic.orange { background: #fcefe5; color: #e3681c; }
.rp-ic.blue { background: #e7eefb; color: #3a6dc7; }

.rp-stats3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: #fafaf8; border-radius: 8px;
  padding: 10px 4px;
  gap: 4px;
}
.rp-stats3 > div { text-align: center; }
.rp-stats3 .k { font-family: var(--f-mono); font-size: 9.5px; color: #999; letter-spacing: .08em; text-transform: uppercase; }
.rp-stats3 .v { font-family: var(--f-head); font-weight: 700; font-size: 15px; margin-top: 3px; }
.rp-stats3 .v.down { color: #2ea043; }

.rp-line {
  display: grid; grid-template-columns: 18px 1fr; gap: 8px;
  font-size: 12px; line-height: 1.5;
  padding: 8px 10px;
  border-radius: 7px;
  background: #fafaf8;
}
.rp-line.warn { background: #fcf2e8; }
.rp-line.ok   { background: #f0f8f2; }
.rp-line strong { font-weight: 700; }
.rp-line .hi-warn { color: #e3681c; }
.rp-line .hi-ok   { color: #2ea043; }
.rp-bullet {
  font-size: 12px; line-height: 1.4;
  text-align: center;
}
.rp-bullet.warn { color: #e3681c; }
.rp-bullet.ok   { color: #2ea043; }

/* Behaviour bars */
.rp-bhv-list { display: flex; flex-direction: column; gap: 5px; padding: 4px 0; }
.rp-bhv-row {
  display: grid; grid-template-columns: 95px 1fr 28px;
  align-items: center; gap: 10px;
  font-size: 11.5px;
}
.rp-bhv-n { color: #555; }
.rp-bhv-bar {
  height: 7px; background: #f0eeea; border-radius: 4px; overflow: hidden;
}
.rp-bhv-bar span { display: block; height: 100%; border-radius: 4px; }
.rp-bhv-bar span.t-ok   { background: #2ea043; }
.rp-bhv-bar span.t-warn { background: #e3681c; }
.rp-bhv-v { font-family: var(--f-head); font-weight: 700; font-size: 12px; text-align: right; }
.rp-bhv-v.t-ok   { color: #2ea043; }
.rp-bhv-v.t-warn { color: #e3681c; }

/* Climate/water/access full-width row */
.rp-block-blue {
  border-bottom: 1px solid #ececea;
  background: #fff;
}

/* Verdict */
.rp-verdict {
  background: linear-gradient(180deg, #1a2515 0%, #0f1a0c 100%);
  color: #e8f0e0;
  padding: 18px 22px;
  display: flex; flex-direction: column; gap: 10px;
}
.rp-verdict-h {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em;
  color: var(--lime); display: flex; align-items: center; gap: 6px;
}
.rp-verdict-h .live-dot { background: var(--lime); width: 7px; height: 7px; border-radius: 50%; }
.rp-verdict-body {
  font-size: 13px; line-height: 1.55;
}
.rp-verdict-body strong { color: #fff; font-weight: 600; }
.rp-verdict-body .hl { color: var(--lime); font-weight: 700; }
.rp-verdict-rec {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 10px;
  font-size: 12.5px; line-height: 1.55;
  color: #c8d2bc;
}
.rp-verdict-rec strong.hl { color: var(--lime); font-weight: 700; }
.rp-verdict-k {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em;
  color: var(--lime); margin-bottom: 4px;
}

.rp-foot {
  display: flex; justify-content: space-between;
  padding: 10px 22px; border-top: 1px solid rgba(255,255,255,0.06);
  font-family: var(--f-mono); font-size: 10px;
  color: rgba(255,255,255,0.5);
  background: #0a0e07;
}

.report-steps { display: grid; gap: 14px; }
.report-step {
  padding: 24px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--bg);
  position: relative;
  cursor: pointer;
  transition: all .25s ease;
}
.theme-dark .report-step { background: var(--d-panel); border-color: var(--d-line); }
.report-step.active {
  border-color: transparent;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.report-step.active .step-num { background: var(--lime); color: #0b1006; }
.report-step .step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-soft); color: var(--ink);
  font-family: var(--f-mono); font-weight: 600; font-size: 12px;
  margin-bottom: 12px;
}
.theme-dark .report-step .step-num { background: var(--d-panel2); color: var(--d-ink); }
.report-step .step-title { font-weight: 600; font-family: var(--f-head); letter-spacing: -0.01em; font-size: 17px; margin-bottom: 6px; }
.report-step .step-desc { font-size: 13.5px; line-height: 1.5; opacity: 0.75; }

/* =========================================================
   How it works
   ========================================================= */
.how {
  padding: 120px 0;
  background: var(--bg-soft);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.theme-dark .how { background: var(--d-bg-2); }
.how .head { text-align: center; margin-bottom: 72px; }
.how-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.how-timeline::before {
  content: "";
  position: absolute;
  top: 24px; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(to right, var(--line) 0%, var(--lime) 50%, var(--line) 100%);
}
.how-step { text-align: center; padding: 0 18px; position: relative; z-index: 1; }
.how-step .num {
  width: 48px; height: 48px; border-radius: 50%;
  margin: 0 auto 24px;
  background: var(--bg);
  border: 2px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-mono); font-weight: 600; font-size: 15px;
}
.how-step.on .num {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.theme-dark .how-step .num { background: var(--d-panel); border-color: var(--d-line-2); }
.how-step .title { font-family: var(--f-head); font-weight: 700; font-size: 19px; letter-spacing: -0.015em; margin-bottom: 10px; }
.how-step .desc { font-size: 14.5px; color: var(--ink-3); line-height: 1.55; }
.theme-dark .how-step .desc { color: var(--d-mute); }

/* =========================================================
   Stats band
   ========================================================= */
.stats-band {
  padding: 88px 0;
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.theme-dark .stats-band { background: var(--d-bg); border-color: var(--d-line); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat { padding: 0 28px; border-right: 1px solid var(--line); }
.theme-dark .stat { border-color: var(--d-line); }
.stat:last-child { border-right: 0; }
.stat .num {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1;
  background: var(--brand-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.stat .unit { font-family: var(--f-head); font-weight: 600; font-size: 24px; color: var(--ink-3); margin-left: 2px; }
.theme-dark .stat .unit { color: var(--d-mute); }
.stat .lbl { margin-top: 14px; font-size: 14px; color: var(--ink-3); line-height: 1.45; max-width: 220px; }
.theme-dark .stat .lbl { color: var(--d-mute); }
.stat .sub {
  margin-top: 8px; font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute);
}

/* =========================================================
   Pricing
   ========================================================= */
.pricing-sec {
  padding: 120px 0;
  background: var(--bg-soft);
}
.theme-dark .pricing-sec { background: var(--d-bg-2); }
.pricing-sec .head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.pricing-controls {
  display: flex; justify-content: center; align-items: center; gap: 32px;
  margin-bottom: 48px; flex-wrap: wrap;
}
.segmented {
  display: inline-flex; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--pill); padding: 4px;
}
.theme-dark .segmented { background: var(--d-panel); border-color: var(--d-line); }
.segmented button {
  padding: 8px 18px; border-radius: var(--pill);
  background: transparent; border: 0; cursor: pointer;
  font-size: 13.5px; font-weight: 500; color: var(--ink-3);
}
.theme-dark .segmented button { color: var(--d-mute); }
.segmented button.active { background: var(--ink); color: #fff; font-weight: 600; }
.theme-dark .segmented button.active { background: var(--d-ink); color: var(--d-bg); }

.property-slider {
  display: flex; align-items: center; gap: 16px;
  background: var(--bg); border: 1px solid var(--line);
  padding: 10px 18px; border-radius: var(--pill);
}
.theme-dark .property-slider { background: var(--d-panel); border-color: var(--d-line); }
.property-slider .lbl { font-size: 13px; color: var(--mute); font-family: var(--f-mono); }
.property-slider input[type="range"] {
  width: 160px;
  accent-color: var(--forest);
}
.property-slider .val { font-family: var(--f-mono); font-weight: 700; font-size: 14px; min-width: 30px; text-align: right; }

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  position: relative;
  transition: border-color .2s, transform .2s;
}
.theme-dark .price-card { background: var(--d-panel); border-color: var(--d-line); }
.price-card:hover { transform: translateY(-3px); }
.price-card.featured {
  background: var(--ink);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-glow);
}
.price-card.featured .lede { color: rgba(255,255,255,.75); }
.price-card .tier-name { font-family: var(--f-head); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin-bottom: 6px; }
.price-card .tier-desc { font-size: 14px; color: var(--ink-3); line-height: 1.5; margin-bottom: 28px; min-height: 42px; }
.theme-dark .price-card .tier-desc { color: var(--d-mute); }
.price-card.featured .tier-desc { color: rgba(255,255,255,.7); }
.price-card .price {
  display: flex; align-items: baseline; gap: 6px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
}
.price-card.featured .price { border-color: #2a2f26; }
.theme-dark .price-card .price { border-color: var(--d-line); }
.price-card .price .n { font-family: var(--f-head); font-weight: 700; font-size: 56px; letter-spacing: -0.03em; line-height: 1; }
.price-card .price .cur { font-family: var(--f-head); font-weight: 700; font-size: 32px; }
.price-card .price .per { font-size: 13.5px; color: var(--mute); }
.price-card.featured .price .per { color: rgba(255,255,255,.55); }
.price-card .tier-btn {
  width: 100%; margin-top: 0;
}
.price-features { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.price-features li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; line-height: 1.5;
}
.price-features li::before {
  content: ""; flex-shrink: 0;
  width: 16px; height: 16px; margin-top: 2px;
  border-radius: 50%;
  background: color-mix(in oklab, var(--lime) 22%, transparent);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M2 5 L4.2 7.2 L8 3' fill='none' stroke='%236BD80A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
}
.price-card.featured .price-features li::before {
  background-color: rgba(107,216,10,.3);
}
.featured-badge {
  position: absolute; top: 20px; right: 20px;
  font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .1em;
  text-transform: uppercase; font-weight: 600;
  padding: 4px 10px; border-radius: var(--pill);
  background: var(--lime); color: #0b1006;
}
.price-sub {
  text-align: center; margin-top: 28px;
  font-family: var(--f-mono); font-size: 12px;
  color: var(--mute); letter-spacing: .04em;
}

/* =========================================================
   Entry offer callout
   ========================================================= */
.entry-offer {
  padding: 96px 0;
  background: var(--bg);
}
.theme-dark .entry-offer { background: var(--d-bg); }
.entry-card {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, #0f1409 0%, #1a2111 100%);
  border: 1px solid #2a2f26;
  padding: 56px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
.entry-card::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 380px; height: 380px;
  background: var(--brand-grad);
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(60px);
  pointer-events: none;
}
.entry-card .content { position: relative; z-index: 1; }
.entry-card h3 {
  font-family: var(--f-head); font-weight: 700;
  font-size: 44px; letter-spacing: -0.03em; line-height: 1.02;
  margin: 14px 0 16px;
}
.entry-card h3 .grad {
  background: linear-gradient(90deg, var(--lime-2), var(--lime));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.entry-card .desc { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.55; max-width: 42ch; }
.entry-card .eyebrow { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); color: #b3b8ad; }
.entry-steps { position: relative; z-index: 1; display: grid; gap: 12px; }
.entry-step {
  display: grid; grid-template-columns: 32px 1fr auto; gap: 16px;
  padding: 16px 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
  align-items: center;
}
.entry-step .n { font-family: var(--f-mono); font-weight: 600; color: var(--lime); }
.entry-step .t { font-weight: 500; font-size: 14.5px; }
.entry-step .time { font-family: var(--f-mono); font-size: 11.5px; color: rgba(255,255,255,.5); letter-spacing: .06em; text-transform: uppercase; }

/* =========================================================
   Ajax partnership
   ========================================================= */
.ajax-strip {
  padding: 72px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.theme-dark .ajax-strip { background: var(--d-bg-2); border-color: var(--d-line); }
.ajax-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ajax-badges {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.ajax-badge {
  padding: 20px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-size: 13.5px;
}
.theme-dark .ajax-badge { background: var(--d-panel); border-color: var(--d-line); }
.ajax-badge .k { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); margin-bottom: 8px; }
.ajax-badge .v { font-family: var(--f-head); font-weight: 600; font-size: 17px; }

/* =========================================================
   Map section
   ========================================================= */
.map-sec {
  padding: 120px 0;
  background: var(--bg);
  overflow: hidden;
}
.theme-dark .map-sec { background: var(--d-bg); }
.map-row {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}
.map-frame {
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--bg-soft);
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
}
.theme-dark .map-frame { background: var(--d-panel); border-color: var(--d-line); }

.map-list {
  display: grid; gap: 10px;
}
.map-item {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 14px;
  padding: 16px 18px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  align-items: center;
  cursor: pointer;
  transition: border-color .2s;
}
.theme-dark .map-item { background: var(--d-panel); border-color: var(--d-line); }
.map-item:hover, .map-item.active { border-color: var(--ink); }
.theme-dark .map-item:hover, .theme-dark .map-item.active { border-color: var(--d-ink); }
.map-item .pin {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(107,216,10,.18);
  margin-left: 7px;
}
.map-item .meta { font-family: var(--f-mono); font-size: 11.5px; color: var(--mute); text-transform: uppercase; letter-spacing: .06em; }
.map-item .name { font-weight: 600; font-size: 15px; margin-top: 2px; font-family: var(--f-head); letter-spacing: -0.01em; }
.map-item .status { font-family: var(--f-mono); font-size: 12px; font-weight: 600; }
.map-item .status.ok { color: var(--ok); }
.map-item .status.warn { color: var(--warn); }

/* =========================================================
   Testimonial
   ========================================================= */
.testimonial {
  padding: 120px 0;
  background: var(--bg-soft);
}
.theme-dark .testimonial { background: var(--d-bg-2); }
.testimonial-card {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 56px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
}
.theme-dark .testimonial-card { background: var(--d-panel); border-color: var(--d-line); }
.testimonial-card .quote {
  font-family: var(--f-head);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
  margin: 20px 0 32px;
  text-wrap: balance;
}
.theme-dark .testimonial-card .quote { color: var(--d-ink); }
.testimonial-card .author {
  display: flex; align-items: center; gap: 16px;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.theme-dark .testimonial-card .author { border-color: var(--d-line); }
.testimonial-card .avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--brand-grad);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-weight: 700; color: #0b1006; font-size: 17px;
}
.testimonial-card .name { font-weight: 600; font-family: var(--f-head); }
.testimonial-card .role { font-size: 13.5px; color: var(--mute); }

/* =========================================================
   FAQ
   ========================================================= */
.faq-sec { padding: 120px 0; background: var(--bg); }
.theme-dark .faq-sec { background: var(--d-bg); }
.faq-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: start;
}
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.theme-dark .faq-list { border-color: var(--d-line); }
.faq-item { border-bottom: 1px solid var(--line); }
.theme-dark .faq-item { border-color: var(--d-line); }
.faq-q {
  width: 100%; text-align: left; background: transparent; border: 0;
  padding: 24px 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--f-head); font-weight: 600; font-size: 18px; letter-spacing: -0.015em;
  color: var(--ink);
}
.theme-dark .faq-q { color: var(--d-ink); }
.faq-q .plus {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0;
  transition: transform .2s;
}
.theme-dark .faq-q .plus { border-color: var(--d-line-2); }
.faq-item.open .faq-q .plus { transform: rotate(45deg); background: var(--ink); color: #fff; border-color: var(--ink); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  font-size: 15px; line-height: 1.6; color: var(--ink-3);
}
.theme-dark .faq-a { color: var(--d-mute); }
.faq-item.open .faq-a { max-height: 400px; padding: 0 0 24px; }

/* =========================================================
   Final CTA + footer
   ========================================================= */
.final-cta {
  padding: 140px 0 120px;
  background: var(--ink);
  color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  bottom: -40%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(107,216,10,.32), transparent 60%);
  pointer-events: none;
}
.final-cta .inner { text-align: center; max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.final-cta h2 {
  font-family: var(--f-head); font-weight: 700; font-size: clamp(44px, 5vw, 72px);
  letter-spacing: -0.03em; line-height: 1.02;
  margin: 20px 0 20px;
}
.final-cta h2 .grad { background: linear-gradient(90deg, var(--lime-2), var(--lime)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.final-cta .sub { font-size: 19px; color: rgba(255,255,255,.7); margin-bottom: 36px; max-width: 52ch; margin-left: auto; margin-right: auto; }
.final-cta .cta-row { display: inline-flex; gap: 12px; }
.final-cta .cta-row .btn-ghost { border-color: rgba(255,255,255,.2); color: #fff; }
.final-cta .cta-row .btn-ghost:hover { border-color: #fff; }

footer.site-footer {
  background: var(--ink);
  color: #9aa196;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}
.footer-watermark-row {
  position: relative;
  z-index: 0;
  padding: 40px 0 0;
  overflow: hidden;
}
.footer-watermark-inline {
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(140px, 22vw, 320px);
  letter-spacing: -0.05em;
  line-height: 0.85;
  background: linear-gradient(180deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.015) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}
.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid #23281f;
}
.footer-grid .brand-col .tagline { margin-top: 18px; font-size: 14px; color: #6b7265; max-width: 26ch; line-height: 1.55; }
.footer-grid h4 { color: #fff; font-family: var(--f-head); font-weight: 600; font-size: 14px; letter-spacing: -0.005em; margin: 0 0 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14px; }
.footer-grid ul a:hover { color: #fff; }
.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 28px 0 0;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono); font-size: 12px; color: #6b7265; letter-spacing: .04em;
}
.footer-compliance {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 18px 28px;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a8074;
  letter-spacing: 0.005em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}



/* Logo theme swap */
.logo-img { line-height: 1; }
.logo-variant { display: none !important; }
body:not(.theme-dark) .logo-variant-light { display: block !important; }
body.theme-dark .logo-variant-dark { display: block !important; }
.logo-variant.force { display: block !important; }

/* Compatibility bar: use normal sans for brand chips */
.compat-chip, .compat-n { font-family: var(--f-text), 'Inter', sans-serif; }


/* Lede / subhead under titles — Plus Jakarta Sans, 14px, bolder */
.lede, p.lede, .head p, .header p, .section-head p {
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55;
  letter-spacing: -0.005em;
}

/* Compat Bar V2 — dark gritty background, real white wordmarks */
.compat-bar-v2 {
  margin-top: -120px;
  position: relative;
  background: #050604;
  color: #fff;
  padding: 88px 0 68px;
  overflow: hidden;
  border: 0;
  margin: 0;
  isolation: isolate;
}
.compat-bar-v2 .compat-title { color: #fff; }
.compat-bar-v2 .compat-title .mute { color: rgba(255,255,255,.45); }
.compat-bar-v2 .compat-eyebrow {
  background: rgba(194,240,95,.12);
  border-color: rgba(194,240,95,.32);
  color: var(--lime);
}
.compat-bar-v2 .compat-foot { color: rgba(255,255,255,.4); }

/* Animated gritty grain */
.compat-grain {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(194,240,95,.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(120,180,60,.06), transparent 45%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.28 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .55;
  mix-blend-mode: overlay;
  animation: grainShift 8s steps(8) infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes grainShift {
  0%   { transform: translate(0,0); }
  12%  { transform: translate(-4%, 2%); }
  25%  { transform: translate(3%, -3%); }
  37%  { transform: translate(-2%, 4%); }
  50%  { transform: translate(4%, 1%); }
  62%  { transform: translate(-3%, -2%); }
  75%  { transform: translate(2%, 3%); }
  87%  { transform: translate(-4%, -1%); }
  100% { transform: translate(0,0); }
}
.compat-glow {
  position: absolute;
  top: -30%; left: 30%;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse at center, rgba(194,240,95,.14), transparent 60%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
  animation: glowDrift 18s ease-in-out infinite alternate;
}
@keyframes glowDrift {
  0%   { transform: translate(-15%, 0); }
  100% { transform: translate(15%, 10%); }
}

/* Logo row */
.compat-bar-v2 .compat-track {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  overflow: hidden;
  padding: 20px 0;
}
.compat-bar-v2 .compat-row {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: compatScrollV2 55s linear infinite;
}
@keyframes compatScrollV2 {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.compat-bar-v2 .compat-row:hover { animation-play-state: paused; }
.compat-logo-cell {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  min-width: 120px; height: 44px;
  opacity: .78;
  transition: opacity .2s;
}
.compat-logo-cell:hover { opacity: 1; }
.brand-logo svg { display: block; filter: drop-shadow(0 1px 2px rgba(0,0,0,.6)); }


/* Report paper — use normal sans (Inter/Jakarta), not Cormorant Garamond */
.report-paper, .report-paper-v2,
.rp-head, .rp-h, .rp-sub, .rp-cta,
.rp-score, .rp-score-k, .rp-score-big, .rp-score-s,
.rp-block, .rp-block-h, .rp-stats3, .rp-stats3 .k, .rp-stats3 .v,
.rp-line, .rp-bullet,
.rp-bhv-row, .rp-bhv-n, .rp-bhv-v,
.rp-verdict, .rp-verdict-h, .rp-verdict-body, .rp-verdict-rec, .rp-verdict-k,
.rp-foot, .rp-logo {
  font-family: var(--f-text), 'Inter', system-ui, -apple-system, sans-serif !important;
}
.rp-h { font-weight: 600; letter-spacing: -0.01em; }
.rp-block-h { font-weight: 600; letter-spacing: -0.005em; }
.rp-score-big { font-weight: 600; letter-spacing: -0.02em; }
.rp-verdict-h, .rp-score-k, .rp-verdict-k {
  font-family: 'JetBrains Mono', 'Space Mono', monospace !important;
  font-weight: 500;
}
.rp-foot, .rp-stats3 .k {
  font-family: 'JetBrains Mono', 'Space Mono', monospace !important;
}


/* How it works V2 — dark 4-step card grid */
.how-v2 {
  position: relative;
  background: #0a0b08;
  color: #fff;
  padding: 110px 0 130px;
  overflow: hidden;
}
.how-v2-grain {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(194,240,95,.08), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(194,240,95,.05), transparent 50%);
  pointer-events: none; z-index: 1;
}
.how-v2-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 72px;
  padding: 0 24px;
}
.how-v2-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--lime);
  color: #0a0e06;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.how-v2-title {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 22px 0 18px;
  color: #fff;
}
.how-v2-title .lime { color: var(--lime); }
.how-v2-sub {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,.55);
  margin: 0;
  line-height: 1.5;
}
.how-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.how-v2-card {
  background: #151612;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 32px 26px 30px;
  text-align: center;
  transition: border-color .2s, transform .2s;
}
.how-v2-card:hover {
  border-color: rgba(194,240,95,.3);
  transform: translateY(-2px);
}
.how-v2-num {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,.12);
  line-height: 1;
  margin-bottom: 22px;
}
.how-v2-title-card {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}
.how-v2-desc {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.55);
  line-height: 1.55;
  letter-spacing: -0.005em;
}
