html { scroll-behavior: smooth; }
body.landing,
body.legal {
  --paper: #f5f6f3;
  --card: #ffffff;
  --ink: #0e1c16;
  --dim: #5a675f;
  --line: #e2e6e1;
  --line-strong: #d0d6d0;
  --forest: #0f2c22;
  --g: #1a7a42;
  --g-soft: #eaf6ee;
  --mist: #eef2ee;
  --font: Inter, ui-sans-serif, system-ui, sans-serif;
  --display: Newsreader, "Iowan Old Style", Georgia, serif;
  --num: Inter, ui-sans-serif, system-ui, sans-serif;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(15, 44, 34, 0.04);
  --shadow: 0 1px 2px rgba(15, 44, 34, 0.04), 0 12px 32px rgba(15, 44, 34, 0.07);
  --shadow-lg: 0 1px 2px rgba(15, 44, 34, 0.05), 0 28px 64px rgba(15, 44, 34, 0.12);
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  color-scheme: light;
  overflow-x: hidden;
}
body.landing *,
body.legal *,
body.landing *::before,
body.legal *::before,
body.landing *::after,
body.legal *::after { box-sizing: border-box; }
body.landing img,
body.legal img { max-width: 100%; }
body.landing::before,
body.legal::before { display: none; }
body.landing a,
body.legal a { color: inherit; text-decoration: none; }
body.lp-menu-open { overflow: hidden; }
#product, #overview, #how, #features, #compare, #mailboxes, #company, #faq, #rules, #inbox, #why, #contact { scroll-margin-top: 112px; }
::selection { background: var(--g-soft); color: var(--forest); }

.lp-skip { position: absolute; left: -999px; }
.lp-skip:focus {
  left: 16px; top: 12px; z-index: 80;
  background: var(--forest); color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.lp-chrome { position: sticky; top: 0; z-index: 40; }
.lp-util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 30px;
  padding: 0 40px;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-util .mid { color: #fff; }
.lp-chrome.is-scrolled .lp-nav {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(15, 44, 34, 0.06);
}

.lp-btn,
body.landing a.lp-btn,
body.legal a.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--forest);
  color: #fff;
  font: 600 13px/1 var(--font);
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 18px rgba(15, 44, 34, 0.16);
  transition: background 0.15s, box-shadow 0.15s, transform 0.15s, color 0.15s, border-color 0.15s;
}
.lp-btn:hover,
body.landing a.lp-btn:hover,
body.legal a.lp-btn:hover {
  background: #0a2119;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 12px 22px rgba(15, 44, 34, 0.2);
}
.lp-btn.lg,
body.landing a.lp-btn.lg,
body.legal a.lp-btn.lg { height: 48px; padding: 0 22px; font-size: 14px; }
.lp-btn.ghost,
body.landing a.lp-btn.ghost,
body.legal a.lp-btn.ghost {
  background: #fff;
  color: var(--forest);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
}
.lp-btn.ghost:hover,
body.landing a.lp-btn.ghost:hover,
body.legal a.lp-btn.ghost:hover {
  background: #fff;
  color: var(--forest);
  border-color: var(--forest);
  box-shadow: var(--shadow);
}
.lp-btn:focus-visible,
.lp-text:focus-visible,
.lp-menu-btn:focus-visible,
.lp-tablist button:focus-visible { outline: 2px solid var(--g); outline-offset: 3px; }

.lp-text {
  font: 500 13px/1.2 var(--font);
  color: var(--dim);
  border-bottom: 1px solid transparent;
}
.lp-text:hover { color: var(--ink); border-bottom-color: var(--ink); }
.lp-text.lite { color: rgba(255, 255, 255, 0.78); }
.lp-text.lite:hover { color: #fff; border-bottom-color: #fff; }
.lp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

.lp-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 70px;
  padding: 0 40px;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.lp-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.lp-brand img {
  display: block;
  height: auto;
  max-height: 38px;
  width: auto;
  max-width: min(188px, 52vw);
  filter: none;
}
.lp-links { display: none; gap: 26px; font-size: 13.5px; font-weight: 500; color: var(--dim); }
.lp-links a { position: relative; padding: 8px 0; }
.lp-links a:hover { color: var(--ink); }
.lp-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 1.5px;
  background: var(--forest);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}
.lp-links a:hover::after,
.lp-links a.is-active::after { transform: scaleX(1); }
.lp-links a.is-active { color: var(--ink); }
.lp-nav-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.lp-menu-btn {
  display: inline-flex;
  flex-shrink: 0;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
}
.lp-menu-btn .ico { width: 18px; height: 18px; }
.lp-ico-close { display: none; }
body.lp-menu-open .lp-ico-menu { display: none; }
body.lp-menu-open .lp-ico-close { display: inline-flex; }
.lp-drawer {
  position: fixed;
  inset: 100px 0 0;
  z-index: 30;
  background: #fff;
  padding: 12px 28px 28px;
}
.lp-drawer nav { display: flex; flex-direction: column; gap: 2px; }
.lp-drawer a {
  padding: 14px 0;
  font-size: 20px;
  font-family: var(--display);
  color: var(--dim);
  border-bottom: 1px solid var(--line);
}
.lp-drawer a:hover { color: var(--ink); }
.lp-drawer .lp-btn,
body.landing .lp-drawer a.lp-btn {
  margin-top: 20px;
  align-self: flex-start;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 0;
}

.lp-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--g);
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-kicker i {
  width: 22px; height: 1.5px;
  background: var(--g);
  display: inline-block;
  border-radius: 1px;
}

.lp-hero-band {
  position: relative;
  padding-bottom: 28px;
  background:
    radial-gradient(ellipse 70% 55% at 88% 8%, rgba(26, 122, 66, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 40% at 8% 18%, rgba(15, 44, 34, 0.05), transparent 50%),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}
.lp-hero {
  position: relative;
  display: grid;
  gap: 40px;
  padding: 56px 40px 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.lp-hero-copy { position: relative; min-width: 0; }
.lp-hero-glow { display: none; }
.lp-hero-lead { position: relative; }
.lp-hero h1 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--forest);
}
.lp-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--forest);
  text-decoration: none;
}
.lp-dek {
  margin: 20px 0 0;
  max-width: 460px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--dim);
}
.lp-hero .lp-actions { margin-top: 32px; }
.lp-trust {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--forest);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px 7px 10px;
  box-shadow: var(--shadow-sm);
}
.lp-trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--g);
  flex-shrink: 0;
}

.lp-stage-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
}
.lp-window {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.lp-window-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  padding: 0 14px;
  background: linear-gradient(180deg, #f7f8f6, #eef1ee);
  border-bottom: 1px solid var(--line);
}
.lp-window-dots { display: flex; gap: 6px; }
.lp-window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9d0cb;
}
.lp-window-url {
  flex: 1;
  min-width: 0;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 500;
  color: var(--dim);
  letter-spacing: 0.01em;
}
.lp-desk {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  background: var(--card);
  border: 0;
  overflow: hidden;
}
.lp-desk-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  background: #f7f8f6;
  border-right: 1px solid var(--line);
}
.lp-desk-mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.lp-desk-nav i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #cfd6d1;
}
.lp-desk-nav i.on { background: var(--forest); }
.lp-desk-stage { padding: 18px 18px 20px; min-width: 0; }
.lp-desk-stage > header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.lp-desk-stage > header p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dim);
}
.lp-desk-stage > header h3 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.lp-desk-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.lp-clock {
  font-size: 11px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--dim);
  white-space: nowrap;
}
.lp-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g);
  background: var(--g-soft);
  border: 1px solid #cfe6d6;
  border-radius: 999px;
  padding: 4px 9px;
}
.lp-live i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--g);
  animation: pulse 1.8s ease-in-out infinite;
}
.lp-desk-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.lp-desk-kpis div {
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fbfcfb;
  min-width: 0;
}
.lp-desk-kpis span { display: block; font-size: 10px; font-weight: 500; color: var(--dim); }
.lp-desk-kpis b {
  display: block;
  margin-top: 4px;
  font-family: var(--num);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--forest);
}
.lp-desk-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 8px;
  margin-top: 8px;
}
.lp-chart, .lp-feed {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-width: 0;
}
.lp-chart { padding: 8px 10px 6px; }
.lp-chart svg { width: 100%; height: 92px; display: block; }
.lp-chart .fill { fill: rgba(26, 122, 66, 0.1); }
.lp-chart .line {
  stroke: var(--g);
  stroke-width: 1.75;
  fill: none;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: draw 1.5s ease forwards;
}
.lp-chart .line2 { stroke: #5a7268; stroke-width: 1.5; fill: none; opacity: 0.55; }
.lp-chart p { margin: 0; font-size: 10px; color: var(--dim); display: flex; align-items: center; gap: 6px; }
.lp-chart i { width: 7px; height: 7px; border-radius: 2px; display: inline-block; }
.lp-chart i.g { background: var(--g); }
.lp-chart i.b { background: #5a7268; margin-left: 8px; }
.lp-feed { list-style: none; margin: 0; padding: 8px 12px; }
.lp-feed li { padding: 8px 0; font-size: 12px; color: var(--dim); border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.lp-feed li:last-child { border-bottom: 0; }
.lp-feed li.is-on { color: var(--ink); }
.lp-feed strong { display: block; font-weight: 600; font-size: 12px; color: inherit; }
.lp-float {
  position: relative;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: none;
  margin-top: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  z-index: 1;
}
.lp-float p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g);
}
.lp-float-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--g);
  animation: pulse 1.8s ease-in-out infinite;
}
.lp-float strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 15px;
  color: var(--forest);
}
.lp-float span { font-size: 12px; color: var(--dim); }
.lp-float em {
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
}

.lp-proof {
  list-style: none;
  margin: 8px auto 0;
  padding: 8px 40px 8px;
  max-width: 1200px;
  display: grid;
  gap: 14px;
  background: transparent;
  border: 0;
}
.lp-proof li {
  padding: 22px 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-proof-ico {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--g-soft);
  color: var(--forest);
}
.lp-proof-ico .ico { width: 18px; height: 18px; }
.lp-proof strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.lp-proof span:last-child {
  display: block;
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--dim);
}
.lp-host-row {
  max-width: 1200px;
  margin: 22px auto 8px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dim);
}
.lp-host-row i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c5cdc7;
  display: inline-block;
}

.lp-tape { display: none; }

.lp-section {
  padding: 88px 40px 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.lp-section > h2, .lp-platform-copy h2, .lp-intel h2, .lp-agency h2 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--forest);
}
.lp-lede {
  margin: 16px 0 0;
  max-width: 580px;
  color: var(--dim);
  font-size: 16px;
  line-height: 1.65;
}

.lp-recipe {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.lp-recipe li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas: "num title" "num detail";
  column-gap: 14px;
  padding: 22px 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-recipe span {
  grid-area: num;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border-radius: 10px;
  background: var(--g-soft);
  font-family: var(--font);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--forest);
  line-height: 1;
}
.lp-recipe h3 {
  grid-area: title;
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.lp-recipe p {
  grid-area: detail;
  margin: 8px 0 0;
  max-width: 540px;
  color: var(--dim);
  line-height: 1.65;
}

.lp-platform { display: grid; gap: 40px; padding-bottom: 48px; }
.lp-engines { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 10px; }
.lp-engines li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--dim);
  line-height: 1.55;
  font-size: 14px;
  box-shadow: var(--shadow-sm);
}
.lp-engines strong { display: block; color: var(--ink); font-size: 15px; margin-bottom: 4px; }

.lp-canvas {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  min-width: 0;
  display: grid;
  box-shadow: var(--shadow);
}
.lp-tablist {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: #f7f8f6;
  -webkit-overflow-scrolling: touch;
}
.lp-tablist button {
  appearance: none;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--dim);
  font: 500 12.5px var(--font);
  padding: 14px 16px;
  cursor: pointer;
  white-space: nowrap;
}
.lp-tablist button[aria-selected="true"] {
  color: var(--forest);
  background: #fff;
  box-shadow: inset 0 -2px 0 var(--forest);
}
.lp-tabpanel { padding: 22px; min-height: 220px; background: #fff; min-width: 0; }
.lp-show-panel[hidden] { display: none !important; }
.lp-caption { margin: 16px 0 0; font-size: 13px; color: var(--dim); line-height: 1.5; }
.lp-mini-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.lp-mini-kpis div {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}
.lp-mini-kpis span { display: block; font-size: 10px; color: var(--dim); }
.lp-mini-kpis b { display: block; margin-top: 4px; font-family: var(--num); font-size: 22px; color: var(--forest); }
.lp-table { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; }
.lp-table th {
  text-align: left;
  font-size: 11px;
  color: var(--dim);
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.lp-table td { padding: 12px; border-bottom: 1px solid var(--line); background: #fff; }
.chip {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef1ee;
  color: #4d5c55;
}
.chip.go { background: var(--g-soft); color: #146337; }
.chip.wait { background: #f4efe4; color: #8a5a12; }
.lp-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
  font-size: 14px;
  background: transparent;
  color: var(--ink);
}
.lp-line em { font-style: normal; color: var(--dim); }
.lp-line.on, .lp-line.go { color: var(--g); }
.lp-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 110px;
  padding: 8px;
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.lp-bars i {
  flex: 1;
  height: var(--h);
  background: var(--forest);
  display: block;
  border-radius: 4px 4px 0 0;
  opacity: 0.85;
}

.lp-catalog {
  display: grid;
  margin: 40px 0 0;
  padding: 0;
  gap: 12px;
  background: transparent;
  border: 0;
}
.lp-catalog > div {
  padding: 18px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.lp-catalog dt { font-size: 14px; font-weight: 650; color: var(--forest); }
.lp-catalog dd { margin: 6px 0 0; font-size: 13px; color: var(--dim); line-height: 1.5; }

.lp-intel { display: grid; gap: 40px; padding-bottom: 56px; }
.lp-outcomes { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 8px; }
.lp-outcomes li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: var(--dim);
}
.lp-outcomes b { color: var(--ink); margin-right: 8px; }
.lp-intents {
  list-style: none;
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.lp-intents li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 2px 16px;
  padding: 14px 14px;
  border-radius: 10px;
}
.lp-intents li:last-child { border-bottom: 0; }
.lp-intents li + li { margin-top: 2px; }
.lp-intents li:hover { background: #f7f8f6; }
.lp-intents span {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 999px;
  text-align: center;
}
.lp-intents strong { font-size: 13px; color: var(--forest); overflow-wrap: anywhere; }
.lp-intents em { font-style: italic; font-family: var(--display); font-size: 15px; color: var(--dim); }
.lp-intents .meeting span { background: var(--g-soft); color: #146337; }
.lp-intents .interested span { background: #e8eef2; color: #1e4d66; }
.lp-intents .pricing span { background: #eeeaf4; color: #4b3a72; }
.lp-intents .ooo span { background: #f4efe4; color: #8a5a12; }
.lp-intents .no span { background: #f6eaea; color: #8a2e2e; }

.lp-send { margin-top: 36px; }
.lp-send p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 10px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  color: var(--dim);
  box-shadow: var(--shadow-sm);
}
.lp-send span {
  font-family: var(--display);
  font-size: clamp(20px, 3vw, 26px);
  font-style: normal;
  font-weight: 600;
  color: var(--forest);
  line-height: 1.1;
}
.lp-path {
  margin: 24px 0 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--dim);
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.lp-compare-wrap {
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.lp-compare {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 13px;
}
.lp-compare th, .lp-compare td {
  padding: 12px 14px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.lp-compare thead th {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.01em;
  background: #f7f8f6;
  color: var(--forest);
  white-space: nowrap;
}
.lp-compare thead th:first-child,
.lp-compare tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: left;
  background: #fff;
  box-shadow: 4px 0 8px rgba(15, 44, 34, 0.04);
}
.lp-compare thead th:first-child { background: #f7f8f6; z-index: 2; }
.lp-compare tbody th {
  font-weight: 600;
  color: var(--forest);
  min-width: 200px;
  max-width: 240px;
}
.lp-compare .lp-compare-group th {
  position: static;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
  background: #eef2ee;
  box-shadow: none;
  min-width: 0;
  max-width: none;
  padding: 10px 14px;
}
.lp-compare .on { background: var(--g-soft); }
.lp-compare thead .on {
  background: var(--forest);
  color: #fff;
}
.lp-compare tbody td.on { background: #f3faf6; }
.lp-compare tbody tr:last-child th,
.lp-compare tbody tr:last-child td { border-bottom: 0; }
.lp-best {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
}
.lp-yes { color: #146337; font-weight: 700; }
.lp-no { color: #9aa59e; }
.lp-lim { color: #8a5a12; font-weight: 600; font-size: 12px; }
.lp-win {
  display: block;
  color: #146337;
  font-weight: 650;
  font-size: 12.5px;
  line-height: 1.35;
}
.lp-note {
  display: block;
  color: #5c6b64;
  font-size: 12px;
  line-height: 1.35;
}
.lp-section .lp-caption { margin-top: 14px; }

.lp-agency {
  display: grid;
  gap: 40px;
  padding-bottom: 64px;
}
.lp-agency .lp-lede { margin-bottom: 28px; }
.lp-ws {
  position: relative;
  height: auto;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: transparent;
  border: 0;
}
.lp-ws span {
  position: static;
  width: auto;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-family: var(--display);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  color: var(--forest);
  box-shadow: var(--shadow-sm);
}

.lp-end {
  margin: 40px auto 56px;
  padding: 0 40px;
  background: transparent;
  color: #fff;
  max-width: none;
}
.lp-end-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 48px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 80% 80% at 100% 0%, rgba(26, 122, 66, 0.35), transparent 55%),
    var(--forest);
  box-shadow: var(--shadow-lg);
}
.lp-end .lp-kicker { color: #9fd4b0; }
.lp-end .lp-kicker i { background: #9fd4b0; }
.lp-end h2 {
  margin: 16px 0 0;
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
}
.lp-end .lp-dek { max-width: 480px; color: rgba(255, 255, 255, 0.72); }
.lp-end .lp-actions { margin-top: 28px; }
.lp-end .lp-btn,
body.landing .lp-end a.lp-btn {
  background: #fff;
  color: var(--forest);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.lp-end .lp-btn:hover,
body.landing .lp-end a.lp-btn:hover {
  background: #e7f4ec;
  color: var(--forest);
}

.lp-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  padding: 28px 40px 36px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--dim);
}
.lp-footer img { height: 22px; width: auto; }
.lp-footer nav { display: flex; flex-wrap: wrap; gap: 16px; margin-left: auto; }
.lp-footer nav a:hover { color: var(--ink); }
.lp-footer > p { width: 100%; margin: 0; line-height: 1.6; }
.lp-company,
body.landing a.lp-company {
  font-weight: 600;
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp-footer > p a:hover,
body.landing a.lp-company:hover { color: var(--ink); }

body.landing .site-footer,
body.legal .site-footer {
  background: var(--forest);
  color: rgba(255, 255, 255, 0.7);
  border-top: 0;
  font-family: var(--font);
}
body.landing .site-footer::before,
body.legal .site-footer::before { display: none; }
body.landing .site-footer-logo,
body.legal .site-footer-logo {
  background: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: none;
}
body.landing .site-footer-kicker,
body.landing .site-footer-tag,
body.landing .site-footer-label,
body.legal .site-footer-kicker,
body.legal .site-footer-tag,
body.legal .site-footer-label { color: #9fd4b0; }
body.landing .site-footer-blurb,
body.landing .site-footer-bar,
body.legal .site-footer-blurb,
body.legal .site-footer-bar { color: rgba(255, 255, 255, 0.62); }
body.landing .site-footer-card,
body.legal .site-footer-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}
body.landing .site-footer-name,
body.legal .site-footer-name { font-weight: 650; letter-spacing: -0.02em; }

.lp-lede a,
.lp-prose a {
  color: var(--forest);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-define {
  margin: 28px 0 0;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  position: relative;
}
.lp-define::before {
  content: "";
  position: absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--forest);
}
.lp-define-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--g);
}
.lp-define p:last-child {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 820px;
}
.lp-define strong { color: var(--forest); }

.lp-why {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  background: transparent;
  border: 0;
}
.lp-why li {
  background: #fff;
  padding: 24px 26px 26px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 12px;
  grid-template-areas: "num title" "num body";
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-why span {
  grid-area: num;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--g-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--forest);
}
.lp-why h3 {
  grid-area: title;
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  color: var(--forest);
}
.lp-why p {
  grid-area: body;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--dim);
}
.lp-why-note {
  margin: 20px 0 0;
  max-width: 720px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--dim);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.lp-compare caption {
  caption-side: bottom;
  text-align: left;
  padding: 12px 14px 0;
  font-size: 12px;
  color: var(--dim);
}

.lp-split {
  display: grid;
  gap: 14px;
  margin-top: 36px;
  background: transparent;
  border: 0;
}
.lp-prose {
  background: #fff;
  padding: 28px 28px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-prose h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  color: var(--forest);
}
.lp-prose p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--dim);
}
.lp-audience {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  background: transparent;
  border: 0;
}
.lp-audience > div {
  background: #fff;
  padding: 24px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-audience h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--forest);
}
.lp-audience p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--dim);
}

.lp-subhead {
  margin: 40px 0 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  color: var(--forest);
}
.lp-hosts { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.lp-hosts-table { margin: 0; }
.lp-hosts-table td:first-child { font-weight: 600; color: var(--forest); white-space: nowrap; }
.lp-dns {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.lp-dns li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  color: var(--dim);
}
.lp-dns strong { color: var(--ink); margin-right: 6px; }

.lp-rules {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  gap: 12px;
  background: transparent;
  border: 0;
}
.lp-rules > div {
  background: #fff;
  padding: 20px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.lp-rules dt { font-size: 15px; font-weight: 700; color: var(--forest); }
.lp-rules dd { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: var(--dim); }

.lp-faq { margin-top: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.lp-faq details {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.lp-faq details:last-child { border-bottom: 0; }
.lp-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--forest);
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "+";
  float: right;
  font-weight: 500;
  color: var(--dim);
}
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details p {
  margin: 0 20px 18px;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--dim);
}

.lp-work {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  background: transparent;
  border: 0;
}
.lp-work > div {
  background: #fff;
  padding: 24px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-work h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--forest);
}
.lp-work p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--dim);
}

.lp-contact {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.lp-contact > div {
  background: #fff;
  padding: 24px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-contact h3 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g);
}
.lp-contact p { margin: 0; font-size: 18px; font-weight: 650; color: var(--forest); line-height: 1.4; }
.lp-contact a {
  color: var(--forest);
  text-decoration: none;
}
.lp-contact a:hover { text-decoration: underline; text-underline-offset: 3px; }

.lp-offices {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  background: transparent;
  border: 0;
}
.lp-offices > div {
  background: #fff;
  padding: 24px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.lp-offices h3 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g);
}
.lp-offices p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--dim); }
.lp-offices p + p { margin-top: 4px; }
.lp-offices a {
  color: var(--forest);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes tape { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (min-width: 760px) {
  .lp-catalog { grid-template-columns: 1fr 1fr 1fr; }
  .lp-recipe { grid-template-columns: 1fr 1fr; }
  .lp-proof { grid-template-columns: 1fr 1fr; }
  .lp-split { grid-template-columns: 1fr 1fr; }
  .lp-audience { grid-template-columns: 1fr 1fr 1fr; }
  .lp-rules { grid-template-columns: 1fr 1fr; }
  .lp-offices { grid-template-columns: 1fr 1fr; }
  .lp-work { grid-template-columns: 1fr 1fr; }
  .lp-contact { grid-template-columns: 1fr 1fr 1fr; }
  .lp-why { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 880px) {
  .lp-links { display: flex; }
  .lp-menu-btn { display: none; }
}
@media (min-width: 960px) {
  .lp-hero {
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    padding-top: 72px;
    padding-bottom: 36px;
    gap: 56px;
  }
  .lp-float {
    position: absolute;
    right: 18px;
    bottom: -18px;
    width: 248px;
    margin-top: 0;
  }
  .lp-stage-wrap { padding-bottom: 28px; }
  .lp-platform { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); align-items: start; }
  .lp-canvas { grid-template-columns: 168px minmax(0, 1fr); min-height: 380px; }
  .lp-tablist {
    flex-direction: column;
    overflow: visible;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .lp-tablist button { text-align: left; padding: 13px 16px; }
  .lp-tablist button[aria-selected="true"] {
    box-shadow: inset 3px 0 0 var(--forest);
    background: #fff;
  }
  .lp-intel { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); align-items: center; }
  .lp-agency { grid-template-columns: 1fr 1fr; align-items: center; }
  .lp-proof { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .lp-work { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .lp-offices { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
@media (max-width: 879px) {
  .lp-util .mid { display: none; }
  body.landing .lp-nav-cta .lp-text,
  body.landing .lp-nav-cta > a.lp-btn { display: none; }
}
@media (max-width: 959px) {
  .lp-desk { grid-template-columns: minmax(0, 1fr); }
  .lp-desk-nav { display: none; }
  .lp-desk-split { grid-template-columns: 1fr; }
  .lp-float { max-width: none; }
  .lp-mini-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 699px) {
  .lp-hero, .lp-section, .lp-end, .lp-footer, .lp-nav, .lp-drawer, .lp-util, .lp-proof, .lp-host-row { padding-left: 20px; padding-right: 16px; }
  .lp-end-inner { padding: 40px 22px; border-radius: 16px; }
  .lp-nav { padding-right: 12px; }
  .lp-util .mid, .lp-util .end { display: none; }
  .lp-hero h1 { font-size: 36px; }
  .lp-desk-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-intents li { grid-template-columns: 1fr; }
  .lp-intents span { grid-row: auto; justify-self: start; margin-bottom: 6px; }
  .lp-send span { width: 100%; }
  .lp-ws { height: auto; }
  .lp-stage-wrap { padding-bottom: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp-live i, .lp-chart .line, .lp-tape-track, .lp-float-pulse { animation: none; }
  .lp-chart .line { stroke-dashoffset: 0; }
  .lp-btn:hover, body.landing a.lp-btn:hover, body.legal a.lp-btn:hover { transform: none; }
  .lp-links a::after { transition: none; }
}

.legal-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  padding: 10px 40px 12px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.legal-subnav a {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 550;
  color: var(--dim);
}
.legal-subnav a:hover { color: var(--ink); background: var(--paper); }
.legal-subnav a.is-active {
  color: var(--forest);
  background: var(--g-soft);
  font-weight: 650;
}
.legal-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 40px 80px;
}
.legal-hero {
  max-width: 720px;
  margin-bottom: 36px;
}
.legal-hero h1 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--forest);
}
.legal-meta {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--dim);
  line-height: 1.6;
}
.legal-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}
.legal-toc {
  display: none;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.legal-toc p {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g);
}
.legal-toc a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--dim);
  border-bottom: 1px solid var(--line);
}
.legal-toc a:last-child { border-bottom: 0; }
.legal-toc a:hover { color: var(--forest); }
.legal-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 32px 32px 40px;
}
.legal-body h2 {
  margin: 28px 0 10px;
  scroll-margin-top: 140px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--dim);
}
.legal-body ul { margin: 0 0 16px; padding-left: 20px; }
.legal-body a {
  color: var(--forest);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-contact {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.legal-contact > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
}
.legal-contact h3 {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--g);
}
.legal-contact p { margin: 0; font-size: 16px; font-weight: 650; color: var(--forest); }
.legal-contact a { color: var(--forest); }
.legal-contact a:hover { text-decoration: underline; text-underline-offset: 3px; }
.legal-notice {
  max-width: 560px;
  margin: 24px auto;
  padding: 40px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  text-align: left;
}

.nf {
  position: relative;
  min-height: calc(100vh - 280px);
  display: grid;
  place-items: center;
  padding: 56px 40px 80px;
  background:
    radial-gradient(ellipse 70% 50% at 90% 0%, rgba(26, 122, 66, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 8% 20%, rgba(15, 44, 34, 0.05), transparent 50%),
    var(--paper);
}
.nf-card {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding: 40px 40px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.nf-code {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(88px, 16vw, 148px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.82;
  color: var(--forest);
  opacity: 0.1;
}
.nf-card .lp-kicker { margin-top: 4px; }
.nf-card h1 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(32px, 4.4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--forest);
}
.nf-lead {
  margin: 16px 0 0;
  max-width: 38em;
  font-size: 17px;
  line-height: 1.65;
  color: var(--dim);
}
.nf-card .lp-actions { margin-top: 28px; }
.nf-links {
  list-style: none;
  margin: 32px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.nf-links a {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--dim);
}
.nf-links a:hover { color: var(--forest); }
.nf-help {
  margin: 18px 0 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--dim);
}
.nf-card .legal-form { margin-top: 28px; }
.nf-card .legal-form .lp-actions { margin-top: 0; }
.legal-notice h1 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  color: var(--forest);
}
.legal-notice .legal-lead {
  margin: 14px 0 28px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--dim);
}
.legal-form { margin-top: 8px; }
@media (min-width: 880px) {
  .legal-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .legal-toc { display: block; position: sticky; top: 148px; }
  .legal-contact { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 699px) {
  .legal-subnav, .legal-page, .nf { padding-left: 20px; padding-right: 16px; }
  .legal-body { padding: 24px 20px 28px; }
  .legal-notice { padding: 28px 20px; }
  .nf-card { padding: 28px 20px; }
}
