:root {
  --ink: #101621;
  --muted: #606a79;
  --blue: #095de7;
  --blue-dark: #0649b8;
  --blue-soft: #edf4ff;
  --mint: #65d7ca;
  --night: #0d1420;
  --night-card: #151f30;
  --surface: #f4f6f9;
  --line: #dce1e8;
  --white: #fff;
  --container: min(1180px, calc(100% - 48px));
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 225, 232, .85);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand > span:last-child > span { color: var(--blue); }
.brand-mark {
  width: 22px;
  height: 22px;
  border: 6px solid var(--blue);
  border-radius: 7px 7px 7px 2px;
  transform: rotate(-8deg);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
  color: #535d6c;
  font-size: 11px;
  font-weight: 600;
}
.desktop-nav a, .footer-inner a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-inner a:hover { color: var(--blue); }
.menu-button, .mobile-nav, .mobile-test-cta { display: none; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 23px;
  border: 1px solid var(--blue);
  border-radius: 9px;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.button:hover { border-color: var(--blue-dark); background: var(--blue-dark); transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-multiline { min-height: 52px; flex-direction: column; gap: 1px; }
.button-multiline small { font-size: 7px; font-weight: 500; opacity: .78; }
.button-ghost, .button-secondary {
  border-color: #c8d0dc;
  color: var(--ink);
  background: #fff;
}
.button-ghost:hover, .button-secondary:hover { border-color: var(--blue); color: var(--blue); background: #fff; }
.button-light { border-color: #fff; color: var(--ink); background: #fff; }
.button-light:hover { border-color: #dce7f7; background: #dce7f7; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 28%, rgba(9, 93, 231, .12), transparent 27%),
    linear-gradient(180deg, #fff, #f8faff);
}
.hero-grid {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 54px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 4; padding: 76px 0 65px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 20px;
  height: 2px;
  background: currentColor;
}
.eyebrow.light { color: #75aaff; }
.ai-label {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid #d4def0;
  border-radius: 8px;
  color: #713bd5;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(41, 71, 120, .08);
}
.ai-label svg { width: 18px; fill: currentColor; }
h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: .99;
  letter-spacing: -.072em;
}
.hero-lead {
  max-width: 620px;
  margin-bottom: 31px;
  color: #566170;
  font-size: 16px;
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: flex-start; }
.cta-with-note {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta-with-note .button { width: 100%; }
.cta-note {
  margin: 10px 0 0;
  color: #737e8d;
  font-size: 9px;
  line-height: 1.55;
}
.hero-proof {
  max-width: 550px;
  margin: 32px 0 0;
  padding-left: 17px;
  border-left: 2px solid #9dbef4;
  color: #7b8491;
  font-size: 10px;
}
.hero-visual { position: relative; height: 640px; }
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 680px;
  height: 620px;
  top: -45px;
  left: -190px;
  background: radial-gradient(ellipse at center, rgba(90, 151, 242, .3) 0%, rgba(90, 151, 242, .15) 38%, transparent 72%);
  pointer-events: none;
}
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 620px;
  height: 180px;
  top: 365px;
  left: -165px;
  background: radial-gradient(ellipse at center, rgba(248, 250, 255, .94) 0%, rgba(248, 250, 255, .8) 36%, rgba(248, 250, 255, .38) 58%, transparent 76%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .2) 14%, rgba(0, 0, 0, .7) 32%, #000 50%, rgba(0, 0, 0, .65) 74%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .2) 14%, rgba(0, 0, 0, .7) 32%, #000 50%, rgba(0, 0, 0, .65) 74%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}
.visual-orb {
  position: absolute;
  z-index: 0;
  width: 500px;
  height: 500px;
  top: 20px;
  right: -30px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5f9ff, #c9dcfa 55%, #a5c5f5);
  filter: drop-shadow(0 30px 55px rgba(50, 84, 140, .16));
}
.hero-robot {
  position: absolute;
  z-index: 1;
  width: 480px;
  height: auto;
  max-width: none;
  top: -8px;
  right: auto;
  left: -96px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  user-select: none;
}
.moderation-window {
  position: absolute;
  z-index: 3;
  width: 400px;
  top: 220px;
  right: -55px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 30px 80px rgba(25, 53, 100, .2);
  transform: rotate(1.5deg);
}
.window-top, .window-brand, .ai-scan, .window-actions { display: flex; align-items: center; }
.window-top { justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.window-brand { gap: 10px; font-size: 11px; }
.vk-logo {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
  font-size: 10px;
  font-weight: 800;
}
.status-live { color: #657180; font-size: 9px; font-weight: 700; }
.status-live i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background: #32bf83;
  box-shadow: 0 0 0 4px rgba(50, 191, 131, .12);
}
.post-card {
  position: relative;
  min-height: 125px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 18px 0 12px;
  padding: 17px;
  border: 1px solid #e3e7ed;
  border-radius: 13px;
  background: #fafbfc;
}
.post-avatar {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9eb7df, #d8e3f3);
}
.post-lines { flex: 1; padding-top: 4px; }
.post-lines i {
  width: 90%;
  height: 7px;
  display: block;
  margin-bottom: 9px;
  border-radius: 5px;
  background: #dfe5ed;
}
.post-lines i:nth-child(2) { width: 72%; }
.post-lines i:nth-child(3) { width: 48%; }
.post-time { position: absolute; right: 14px; bottom: 12px; color: #9ca5b1; font-size: 8px; }
.ai-scan {
  gap: 11px;
  padding: 15px;
  border: 1px solid #cfe3ff;
  border-radius: 13px;
  background: #eff6ff;
}
.scan-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 8px 20px rgba(9, 93, 231, .1);
}
.scan-icon svg { width: 21px; fill: currentColor; }
.ai-scan > div:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.ai-scan span { color: #728096; font-size: 8px; }
.ai-scan strong { font-size: 11px; }
.ai-scan > b { color: var(--blue); font-size: 14px; }
.window-actions { justify-content: flex-end; gap: 9px; padding-top: 17px; font-size: 9px; font-weight: 700; }
.window-actions > span { padding: 9px 12px; border-radius: 7px; }
.action-reject { color: #7d8794; background: #f0f2f5; }
.action-publish { color: #fff; background: var(--blue); }
.floating-stat {
  position: absolute;
  z-index: 3;
  min-width: 155px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(31, 57, 100, .16);
}
.floating-stat span { display: block; color: #7a8493; font-size: 8px; }
.floating-stat strong { font-size: 13px; }
.stat-report {
  z-index: 4;
  top: 472px;
  left: 144px;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-2deg);
}
.trust-strip {
  position: relative;
  z-index: 5;
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid var(--line);
}
.trust-strip span {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid var(--line);
  color: #606a78;
  font-size: 10px;
  font-weight: 600;
}
.trust-strip span::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 800; }
.trust-strip span:first-child { padding-left: 0; border-left: 0; }

.section { padding: 105px 0; }
.section-heading { max-width: 780px; margin-bottom: 45px; }
.section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.03;
  letter-spacing: -.06em;
}
.section-heading h2 em {
  color: var(--blue);
  font-style: normal;
}
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--muted); font-size: 13px; }
.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 80px;
}
.split-heading > p { max-width: 430px; margin-bottom: 6px; }
.centered { margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }

.problem-section { background: #fff; }
.card-grid { display: grid; }
.card-grid-three { grid-template-columns: repeat(3, 1fr); }
.numbered-grid {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.info-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-left: 1px solid var(--line);
  background: #fff;
  transition: background .2s ease;
}
.info-card:first-child { border-left: 0; }
.info-card:hover { background: var(--surface); }
.card-number { color: var(--blue); font-size: 10px; font-weight: 800; }
.info-card h3 { margin: auto 0 12px; font-size: 21px; letter-spacing: -.04em; }
.info-card p { margin-bottom: 0; color: var(--muted); font-size: 12px; }

.night-section {
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(28, 87, 171, .35), transparent 30%),
    var(--night);
}
.night-section .section-heading > p:not(.eyebrow) { color: #94a2b6; }
.night-section .section-heading h2 em { color: #72a8ff; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process-section .section-heading { position: sticky; top: 125px; align-self: start; margin-bottom: 0; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li {
  min-height: 132px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.steps li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.steps span { color: #72a8ff; font-size: 10px; font-weight: 800; }
.steps p { margin: 0; font-size: 18px; font-weight: 600; }

.case-section { background: var(--surface); }
.case-section .section-heading { max-width: 920px; }
.case-section .section-heading .button { margin-top: 12px; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.case-card {
  min-height: 410px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.case-card-head { display: flex; align-items: flex-start; gap: 16px; }
.case-icon {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0fa;
  border-radius: 13px;
  color: var(--blue);
  background: var(--blue-soft);
}
.case-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.case-card h3 { margin: 5px 0 25px; font-size: 20px; line-height: 1.3; letter-spacing: -.035em; }
.case-card ul, .module-card ul, .condition-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-card li, .module-card li, .condition-card li {
  position: relative;
  margin-top: 14px;
  padding-left: 19px;
  color: #586271;
  font-size: 12px;
}
.case-card li::before, .module-card li::before, .condition-card li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background: var(--blue);
}
.review {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 70px;
  align-items: end;
  margin-top: 14px;
  padding: 44px 48px;
  overflow: hidden;
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(34, 100, 195, .38), transparent 38%),
    var(--night);
}
.quote-mark {
  position: absolute;
  top: -50px;
  right: 30px;
  color: rgba(255, 255, 255, .07);
  font-size: 230px;
  font-weight: 800;
  line-height: 1;
}
.review blockquote { position: relative; z-index: 1; margin-bottom: 0; color: #dfe6f0; font-size: 15px; line-height: 1.75; }
.review-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.review-avatar {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #397ff0, #173b78);
  font-size: 13px;
  font-weight: 800;
}
.review-head a { color: #fff; font-size: 13px; font-weight: 700; }
.review-head p { margin: 3px 0 0; color: #8f9eb2; font-size: 9px; }

.base-section { background: #fff; }
.base-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.module-card {
  min-height: 275px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.module-card > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.module-card h3 { max-width: 450px; margin: 70px 0 12px; font-size: 24px; letter-spacing: -.045em; }
.module-card p { color: var(--muted); font-size: 12px; }
.price-card {
  position: relative;
  min-height: 375px;
  display: flex;
  flex-direction: column;
  border-color: var(--blue);
  box-shadow: 0 20px 55px rgba(9, 93, 231, .1);
}
.popular-label {
  position: absolute;
  top: -13px;
  right: 24px;
  padding: 6px 12px;
  border-radius: 20px;
  color: #fff;
  background: var(--blue);
  font-size: 9px;
  font-weight: 700;
}
.price-card h3 { margin-top: 28px; }
.price-card .button { width: 100%; margin-top: auto; }

.economy-section { background: var(--surface); }
.economy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.economy-card {
  min-height: 590px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.economy-card.featured { border-color: var(--blue); box-shadow: 0 20px 55px rgba(9, 93, 231, .08); }
.economy-volume {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.06em;
}
.economy-volume span { color: #8a94a2; font-size: 9px; letter-spacing: 0; text-transform: uppercase; }
.economy-hours { color: #818b99; font-size: 10px; }
.economy-card h3 { margin: 55px 0 14px; font-size: 20px; line-height: 1.3; letter-spacing: -.04em; }
.economy-card > p:not(.economy-volume) { color: var(--muted); font-size: 11px; }
.economy-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.economy-card li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: #7a8491;
  font-size: 9px;
}
.economy-card li strong { color: var(--ink); text-align: right; }
.economy-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 14px;
  padding: 30px;
  border-radius: 17px;
  color: #fff;
  background: var(--blue);
}
.economy-note p { margin: 0; font-size: 13px; }
.footnote { color: #8993a0; font-size: 9px; }
.economy-section > .container > .footnote { max-width: 850px; margin: 18px 0 0; }

.expansion-section .section-heading { max-width: 900px; }
.expansion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.expansion-grid article {
  min-height: 320px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 17px;
  background: rgba(255, 255, 255, .05);
}
.feature-tag {
  display: inline-flex;
  margin-bottom: 64px;
  padding: 5px 9px;
  border: 1px solid rgba(117, 170, 255, .5);
  border-radius: 20px;
  color: #75aaff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
.expansion-grid strong { display: block; margin-bottom: 16px; font-size: 20px; }
.expansion-grid p { margin-bottom: 0; color: #9eabbd; font-size: 11px; }

.onboarding-section { background: #fff; }
.onboarding-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.onboarding-grid .section-heading { position: sticky; top: 125px; align-self: start; margin-bottom: 0; }
.onboarding-grid .button { margin-top: 18px; }
.light-steps { margin: 0; padding: 0; list-style: none; }
.light-steps li {
  min-height: 115px;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.light-steps li:last-child { border-bottom: 1px solid var(--line); }
.light-steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 10px;
  font-weight: 800;
}
.light-steps p { margin: 0; font-size: 14px; font-weight: 600; }

.conditions-section { background: var(--surface); }
.conditions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.condition-card {
  min-height: 390px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.condition-sign {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 65px;
  border-radius: 13px;
  font-size: 20px;
  font-weight: 600;
}
.condition-good .condition-sign { color: #09855b; background: #e9f8f2; }
.condition-stop .condition-sign { color: #bf4050; background: #fff0f2; }
.condition-card h3 { margin-bottom: 20px; font-size: 23px; letter-spacing: -.04em; }
.condition-stop li::before { background: #d95f6e; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq details { border-top: 1px solid #ccd3de; }
.faq details:last-child { border-bottom: 1px solid #ccd3de; }
.faq summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 24px; width: 24px; height: 24px; position: relative; }
.faq summary span::before, .faq summary span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.5px;
  top: 11px;
  left: 4px;
  background: var(--blue);
  transition: transform .2s ease;
}
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { max-width: 650px; padding: 0 45px 25px 0; color: var(--muted); font-size: 12px; }
.final-cta {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: end;
  margin-top: 80px;
  padding: 52px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0, rgba(29, 98, 198, .5), transparent 36%),
    var(--night);
}
.final-cta h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.06em; }
.final-cta .button { width: 100%; }
.final-cta .footnote { margin: 12px 0 0; text-align: center; }
.final-cta .footnote a { text-decoration: underline; text-underline-offset: 2px; }
.final-cta .cta-note { color: #aeb9c9; text-align: left; }

footer { border-top: 1px solid var(--line); }
.footer-inner {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer-inner > p { margin: 0; color: #6e7784; font-size: 10px; font-weight: 700; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; color: #6e7784; font-size: 9px; }

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(9, 93, 231, .35);
  outline-offset: 3px;
}

.trust-strip span { gap: 5px; }
.trust-strip span::before { flex: 0 0 auto; }
.trust-strip strong { color: var(--ink); font-size: 12px; }

.fit-section { background: #fff; }
.fit-section .split-heading {
  display: block;
  max-width: 850px;
}
.fit-section .split-heading > p {
  max-width: 620px;
  margin: 18px 0 0;
}
.fit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  list-style: none;
}
.fit-list li {
  min-height: 116px;
  display: flex;
  align-items: center;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 700;
}
.fit-list li:nth-child(4n) { border-right: 0; }
.fit-list li:nth-last-child(-n + 4) { border-bottom: 0; }
.fit-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 12px 0 0;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px var(--blue-soft);
}
.honest-note {
  margin: 18px 0 0;
  padding: 18px 22px;
  border-left: 3px solid #87a9dd;
  color: var(--muted);
  background: var(--blue-soft);
  font-size: 12px;
}
.honest-note strong { color: var(--ink); }

.before-after-section { background: var(--surface); }
.before-after-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.state-card {
  min-height: 430px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.state-after { border-color: #9bc1ff; background: linear-gradient(145deg, #fff, #eef5ff); }
.state-label {
  width: fit-content;
  margin-bottom: 100px;
  padding: 6px 11px;
  border-radius: 20px;
  color: #7d8795;
  background: #eef1f5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.state-after .state-label { color: var(--blue); background: #dbe9ff; }
.state-card h3 { max-width: 430px; margin-bottom: 25px; font-size: 25px; letter-spacing: -.045em; }
.state-card ul,
.safety-list,
.pricing-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.state-card li {
  position: relative;
  margin-top: 12px;
  padding-left: 21px;
  color: var(--muted);
  font-size: 12px;
}
.state-card li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #a6afbb;
}
.state-after li::before { background: var(--blue); }

.steps p strong { display: block; color: #fff; }

.intelligence-section { background: #fff; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.decision-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.decision-status {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 800;
}
.decision-accept .decision-status { color: #087153; background: #e4f7f0; }
.decision-reject .decision-status { color: #a83747; background: #fff0f2; }
.decision-review .decision-status { color: #8a5b00; background: #fff5d9; }
.decision-card blockquote {
  margin: auto 0 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.03em;
}
.decision-card p { margin: 0; color: var(--muted); font-size: 11px; }
.comparison-wrap {
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.comparison-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 12px;
}
.comparison-table caption {
  padding: 25px 28px 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}
.comparison-table th,
.comparison-table td { padding: 15px 28px; border-top: 1px solid var(--line); text-align: left; }
.comparison-table thead th { color: #7b8593; font-size: 9px; text-transform: uppercase; }
.comparison-table thead th:first-child { width: 60%; }
.comparison-table tbody th { font-weight: 600; }
.comparison-table tbody td:last-child { color: var(--blue); font-weight: 800; }

.capabilities-section { background: var(--surface); }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  list-style: none;
}
.capability-grid li {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}
.capability-grid li:nth-child(4n) { border-right: 0; }
.capability-grid li:nth-last-child(-n + 4) { border-bottom: 0; }
.capability-grid span { color: var(--blue); font-size: 9px; }

.case-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.case-story-grid article {
  min-height: 315px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.case-story-grid article > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-story-grid h3 { margin: 95px 0 14px; font-size: 21px; line-height: 1.3; letter-spacing: -.04em; }
.case-story-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.review { min-height: 265px; }

.calculator {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.calculator-fields { display: grid; gap: 12px; padding: 18px; }
.calculator-fields label { color: #555f6d; font-size: 11px; font-weight: 700; }
.calculator-fields input {
  width: 100%;
  min-height: 52px;
  display: block;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid #cbd3de;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}
.calculator-fields input:hover { border-color: #9aa8ba; }
.calculator-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  background: var(--surface);
}
.calculator-results > div {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px;
  border-radius: 11px;
  background: #fff;
}
.calculator-results span { color: #77818f; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.calculator-results strong { font-size: 24px; letter-spacing: -.05em; }
.calculator-results .result-accent {
  grid-column: 1 / -1;
  color: #fff;
  background: var(--blue);
}
.calculator-results .result-accent span { color: #c9dcff; }
.calculator-results .result-accent strong { font-size: 36px; }
.economy-heading { max-width: 850px; }
.economy-heading > p:not(.eyebrow) { max-width: 620px; }
.economy-section .footnote { margin-top: 16px; }

.pricing-section { background: #fff; }
.pricing-section .section-heading > p:not(.eyebrow) { max-width: 720px; margin-inline: auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.pricing-card {
  position: relative;
  min-height: 545px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.pricing-featured { border-color: var(--blue); box-shadow: 0 20px 55px rgba(9, 93, 231, .1); }
.pricing-name { margin-bottom: 18px; color: #697483; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.pricing-price { margin-bottom: 40px; font-size: 35px; font-weight: 800; letter-spacing: -.06em; }
.pricing-price span { color: #8993a0; font-size: 10px; font-weight: 600; letter-spacing: 0; }
.pricing-card li {
  position: relative;
  margin-top: 14px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 11px;
}
.pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}
.pricing-card .button { width: 100%; margin-top: auto; }
.pricing-note {
  max-width: 820px;
  margin: 20px auto 0;
  color: #7c8694;
  font-size: 10px;
  text-align: center;
}

.safety-section { background: var(--surface); }
.safety-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.safety-grid .section-heading { position: sticky; top: 125px; align-self: start; margin-bottom: 0; }
.safety-list { border-top: 1px solid #ccd3de; }
.safety-list li { padding: 24px 0; border-bottom: 1px solid #ccd3de; color: var(--muted); font-size: 12px; }
.safety-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }
.final-cta > div:first-child > p:not(.eyebrow) { max-width: 670px; margin: 20px 0 0; color: #aeb9c9; font-size: 12px; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { height: 620px; }
  .visual-orb { right: 8%; }
  .hero-robot { right: auto; left: 2%; }
  .moderation-window { top: 200px; right: 3%; }
  .stat-report { top: 472px; left: calc(2% + 240px); }
  .process-grid, .onboarding-grid, .faq-grid { gap: 55px; }
  .review { grid-template-columns: 1fr; gap: 35px; }
  .economy-grid { grid-template-columns: 1fr; }
  .economy-card { min-height: 440px; }
  .fit-list, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-list li:nth-child(2n), .capability-grid li:nth-child(2n) { border-right: 0; }
  .fit-list li:nth-last-child(-n + 4), .capability-grid li:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line); }
  .fit-list li:nth-last-child(-n + 2), .capability-grid li:nth-last-child(-n + 2) { border-bottom: 0; }
  .decision-grid, .case-story-grid { grid-template-columns: 1fr 1fr; }
  .decision-card:last-child, .case-story-grid article:last-child { grid-column: 1 / -1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 450px; }
  .calculator, .safety-grid { grid-template-columns: 1fr; gap: 35px; }
  .safety-grid .section-heading { position: static; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 32px, 1180px); }
  .header-inner { height: 64px; }
  .site-header .button-small { display: none; }
  body { padding-bottom: 72px; }
  .mobile-test-cta {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    border-radius: 10px;
    color: #fff;
    background: var(--blue);
    box-shadow: 0 15px 40px rgba(9, 54, 126, .28);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
  }
  .mobile-test-cta b { margin-left: 14px; }
  .mobile-test-cta small { font-size: 8px; font-weight: 500; opacity: .82; }
  body.menu-open .mobile-test-cta { visibility: hidden; opacity: 0; }
  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span { width: 22px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    height: calc(100dvh - 64px);
    z-index: 99;
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
  }
  .menu-open .mobile-nav { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 700; }
  .mobile-nav-cta span, .mobile-nav-cta small { display: block; }
  .mobile-nav-cta small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 500; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 55px 0 10px; }
  h1 { font-size: clamp(40px, 12vw, 51px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button, .cta-with-note { width: 100%; max-width: none; }
  .cta-note { font-size: 9px; }
  .hero-proof { font-size: 9px; }
  .hero-visual { height: 500px; margin-top: 15px; }
  .hero-visual::before { width: 460px; height: 430px; top: -55px; left: -135px; }
  .hero-visual::after { width: 430px; height: 130px; top: 215px; left: -105px; }
  .visual-orb { width: 350px; height: 350px; top: 12px; right: -58px; }
  .hero-robot { width: 310px; top: -25px; right: auto; left: -70px; }
  .moderation-window { width: 320px; top: 145px; right: -7px; padding: 16px; transform: none; }
  .stat-report { top: 285px; left: 85px; bottom: auto; }
  .floating-stat { min-width: 135px; padding: 11px 13px; }
  .post-card { min-height: 95px; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .trust-strip span { min-height: 38px; padding: 0; border: 0; }
  .trust-strip strong { display: block; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 39px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 18px; }
  .card-grid-three, .case-grid, .base-grid, .conditions-grid, .expansion-grid, .economy-note, .final-cta { grid-template-columns: 1fr; }
  .numbered-grid { border: 0; border-radius: 0; }
  .info-card { min-height: 240px; border: 1px solid var(--line); border-bottom: 0; }
  .info-card:first-child { border-left: 1px solid var(--line); border-radius: 15px 15px 0 0; }
  .info-card:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 15px 15px; }
  .process-grid, .onboarding-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .process-section .section-heading, .onboarding-grid .section-heading { position: static; }
  .steps p { font-size: 15px; }
  .case-card { min-height: 0; padding: 25px 22px; }
  .review { padding: 32px 23px; }
  .review blockquote { font-size: 13px; }
  .module-card { min-height: 245px; }
  .module-card h3 { margin-top: 50px; }
  .price-card { min-height: 390px; }
  .economy-card { min-height: 500px; padding: 24px 21px; }
  .economy-note { gap: 18px; }
  .feature-tag { margin-bottom: 55px; }
  .expansion-grid article { min-height: 320px; }
  .condition-card { min-height: 350px; padding: 25px 22px; }
  .condition-sign { margin-bottom: 45px; }
  .final-cta { gap: 35px; margin-top: 55px; padding: 34px 23px; }
  .fit-list, .before-after-grid, .decision-grid, .capability-grid, .case-story-grid, .calculator-results { grid-template-columns: 1fr; }
  .fit-list li,
  .fit-list li:nth-last-child(-n + 2),
  .capability-grid li,
  .capability-grid li:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .fit-list li:last-child, .capability-grid li:last-child { border-bottom: 0; }
  .fit-list li { min-height: 86px; }
  .state-card { min-height: 380px; padding: 25px 22px; }
  .state-label { margin-bottom: 70px; }
  .decision-card { min-height: 260px; padding: 24px 21px; }
  .decision-card:last-child, .case-story-grid article:last-child { grid-column: auto; }
  .capability-grid li { min-height: 130px; padding: 22px; }
  .comparison-table th, .comparison-table td { padding-inline: 18px; }
  .case-story-grid h3 { margin-top: 65px; }
  .calculator { padding: 8px; }
  .calculator-fields { padding: 12px; }
  .calculator-results .result-accent { grid-column: auto; }
  .calculator-results strong { font-size: 22px; }
  .calculator-results .result-accent strong { font-size: 31px; }
  .pricing-card { min-height: 500px; padding: 26px 22px; }
  .safety-list strong { font-size: 14px; }
  .footer-inner { min-height: 210px; flex-direction: column; justify-content: center; text-align: center; }
  .footer-inner nav { flex-direction: column; justify-content: center; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
