:root {
  --v98-night: #090909;
  --v98-night-2: #17140e;
  --v98-ink: #17140e;
  --v98-muted: #70685c;
  --v98-paper: #fcfaf5;
  --v98-cream: #f2ecdf;
  --v98-white: #ffffff;
  --v98-lime: #d9b85d;
  --v98-green: #b68a2f;
  --v98-blue: #f0dfb1;
  --v98-line: rgba(23, 20, 14, .17);
  --v98-dark-line: rgba(255, 255, 255, .15);
  --v98-max: 1420px;
  --v98-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.v98-home {
  margin: 0;
  color: var(--v98-ink);
  background: var(--v98-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.v98-home a { color: inherit; text-decoration: none; }
body.v98-home h1,
body.v98-home h2,
body.v98-home h3,
body.v98-home p { margin-top: 0; }

.v98-home .v91-header.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  min-height: 104px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(9,9,9,.96) !important;
  backdrop-filter: blur(18px);
  box-shadow: none !important;
}
.v98-home .v91-nav.container.nav {
  width: min(var(--v98-max), calc(100% - 48px));
  height: 104px !important;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 30px;
}
.v98-home .v91-wordmark {
  display: inline-flex !important;
  align-items: center;
  gap: 11px;
  width: auto !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .13em;
  white-space: nowrap;
}
.v98-home .v91-header .v91-wordmark.brand {
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.v98-home .v91-header .v91-wordmark.brand::before { display: none !important; content: none !important; }
.v98-home .v91-wordmark b { color: #b8c0c4; font-weight: 500; }
.v98-home .v91-mark {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.v98-home .links { display: flex; justify-content: center; align-items: center; gap: 2px !important; }
.v98-home .links a {
  padding: 10px 11px !important;
  color: #cbd2d5 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}
.v98-home .links a::after { display: none !important; }
.v98-home .links a:hover { color: var(--v98-lime) !important; }
.v98-home .v91-nav-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  color: var(--v98-night) !important;
  background: var(--v98-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.v98-home .v91-nav-cta span { font-size: 18px; }
.v98-home .mobile {
  display: none;
  min-width: 64px;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  padding: 10px 13px;
  color: #fff;
  background: transparent;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.v98-home .language-switcher { margin: 0; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.v98-home .language-switcher button { color: #d5dcdf; }
.v98-home .language-switcher button.active { color: var(--v98-night); background: var(--v98-lime); box-shadow: none; }

.v98-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #607077;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.v98-kicker::before { content: ""; width: 28px; height: 2px; background: var(--v98-green); }
.v98-kicker-light { color: #b8c9cf; }
.v98-kicker-light::before { background: var(--v98-lime); }

.v98-hero {
  position: relative;
  min-height: calc(100vh - 150px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 32%, rgba(217,184,93,.19), transparent 31%),
    radial-gradient(circle at 16% 96%, rgba(240,223,177,.09), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    var(--v98-night);
  background-size: auto, auto, 80px 80px, 80px 80px, auto;
}
.v98-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -260px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(199,255,103,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 95px rgba(199,255,103,.018), 0 0 0 190px rgba(199,255,103,.012);
  pointer-events: none;
}
.v98-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--v98-max), calc(100% - 48px));
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 124px) 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, .74fr);
  gap: clamp(52px, 8vw, 124px);
  align-items: center;
}
.v98-hero-copy { max-width: 830px; }
.v98-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  color: #b8c9cf;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.v98-live::before { content: ""; width: 7px; height: 7px; background: var(--v98-lime); box-shadow: 0 0 0 5px rgba(199,255,103,.09); }
.v98-hero h1 {
  max-width: 850px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(58px, 6.7vw, 108px);
  font-weight: 900;
  line-height: .89;
  letter-spacing: -.075em;
}
.v98-hero h1 em { color: var(--v98-lime); font-family: Georgia, serif; font-weight: 500; }
.v98-hero-lede {
  max-width: 720px;
  margin-bottom: 34px !important;
  color: #b8c4c9;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.62;
}
.v98-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.v98-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease;
}
.v98-btn:hover { transform: translateY(-3px); }
.v98-btn-primary { min-width: 250px; color: var(--v98-night) !important; background: var(--v98-lime); }
.v98-btn-primary span { font-size: 10px; letter-spacing: .1em; }
.v98-btn-secondary { color: #fff !important; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.v98-btn-dark { color: #fff !important; background: var(--v98-night); }
.v98-btn-light { color: var(--v98-night) !important; background: #fff; }
.v98-btn-outline { color: var(--v98-night) !important; border-color: var(--v98-night); background: transparent; }
.v98-proof { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 28px; color: #b8c4c9; font-size: 12px; font-weight: 800; }
.v98-proof span::before { content: "✓"; margin-right: 8px; color: var(--v98-lime); }

.v98-brief { position: relative; color: var(--v98-ink); }
.v98-brief-card {
  border: 1px solid rgba(255,255,255,.2);
  padding: 9px;
  background: rgba(255,255,255,.07);
  box-shadow: var(--v98-shadow);
  backdrop-filter: blur(16px);
}
.v98-brief-inner { padding: clamp(25px, 3vw, 38px); background: var(--v98-paper); }
.v98-brief-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--v98-line); padding-bottom: 24px; }
.v98-brief-head span { display: block; color: var(--v98-green); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v98-brief-head h2 { margin: 7px 0 0; font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.v98-status { padding: 8px 10px; color: var(--v98-night) !important; background: var(--v98-lime); white-space: nowrap; }
.v98-brief-intro { margin: 23px 0 16px !important; color: var(--v98-muted); line-height: 1.65; }
.v98-brief-list { display: grid; gap: 8px; }
.v98-brief-list a { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--v98-line); padding: 15px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.v98-brief-list a:hover { transform: translateX(4px); border-color: var(--v98-green); }
.v98-brief-list span { color: var(--v98-green); font-size: 10px; font-weight: 900; }
.v98-brief-list b { font-size: 14px; }
.v98-brief-list i { font-size: 18px; font-style: normal; }
.v98-progress { margin-top: 20px; }
.v98-progress-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.v98-progress-line span { height: 5px; background: #d9ddda; }
.v98-progress-line span:first-child { background: var(--v98-green); }
.v98-progress-labels { display: flex; justify-content: space-between; margin-top: 9px; color: #778086; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.v98-brief-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; border-top: 1px solid var(--v98-line); padding-top: 20px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.v98-brief-cta span { color: var(--v98-green); font-size: 20px; }
.v98-float-note { position: absolute; right: -18px; bottom: -34px; display: grid; gap: 3px; min-width: 190px; border: 1px solid var(--v98-night); padding: 14px 16px; color: var(--v98-night); background: var(--v98-lime); box-shadow: 8px 8px 0 rgba(0,0,0,.18); }
.v98-float-note b { font-size: 12px; }
.v98-float-note span { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.v98-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--v98-line); background: #fff; }
.v98-metrics div { min-height: 155px; border-right: 1px solid var(--v98-line); padding: 30px max(24px, calc((100vw - var(--v98-max)) / 8)); }
.v98-metrics div:last-child { border-right: 0; }
.v98-metrics strong { display: block; margin-bottom: 8px; color: var(--v98-night); font-size: clamp(32px, 3.6vw, 58px); line-height: 1; letter-spacing: -.055em; }
.v98-metrics p { margin: 0 !important; color: var(--v98-muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.v98-section { width: min(var(--v98-max), calc(100% - 48px)); margin: 0 auto; padding: clamp(82px, 10vw, 150px) 0; }
.v98-section-head { display: grid; grid-template-columns: minmax(0,.8fr) minmax(340px,1.2fr); gap: clamp(32px, 7vw, 110px); align-items: end; margin-bottom: 55px; }
.v98-section-head h2,
.v98-promise-copy h2,
.v98-qual-copy h2,
.v98-final h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .92; letter-spacing: -.065em; }
.v98-section-head > p { max-width: 650px; margin: 0 !important; color: var(--v98-muted); font-size: 18px; line-height: 1.7; }

.v98-process { background: var(--v98-paper); }
.v98-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--v98-night); border-left: 1px solid var(--v98-night); }
.v98-step { min-height: 330px; border-right: 1px solid var(--v98-night); border-bottom: 1px solid var(--v98-night); padding: 27px; background: #fff; }
.v98-step-no { display: flex; justify-content: space-between; color: var(--v98-green); font-size: 11px; font-weight: 900; }
.v98-step-no::after { content: "↗"; color: var(--v98-night); font-size: 18px; }
.v98-step h3 { margin: 100px 0 15px; font-size: 30px; letter-spacing: -.045em; }
.v98-step p { margin-bottom: 0 !important; color: var(--v98-muted); line-height: 1.7; }

.v98-promise { color: #fff; background: var(--v98-night); }
.v98-promise-inner { width: min(var(--v98-max), calc(100% - 48px)); margin: 0 auto; padding: clamp(82px, 10vw, 145px) 0; display: grid; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); gap: clamp(60px, 9vw, 140px); }
.v98-promise-copy { align-self: start; position: sticky; top: 120px; }
.v98-promise-copy h2 { color: #fff; }
.v98-promise-copy p:last-child { max-width: 560px; margin: 28px 0 0 !important; color: #aebcc1; font-size: 18px; line-height: 1.7; }
.v98-promise-list { border-top: 1px solid var(--v98-dark-line); }
.v98-promise-item { display: grid; grid-template-columns: 60px 1fr; gap: 22px; border-bottom: 1px solid var(--v98-dark-line); padding: 30px 0; }
.v98-promise-item > span { color: var(--v98-lime); font-size: 11px; font-weight: 900; }
.v98-promise-item h3 { margin: 0 0 9px; color: #fff; font-size: 27px; letter-spacing: -.035em; }
.v98-promise-item p { margin: 0 !important; color: #aebcc1; line-height: 1.7; }

.v98-options { background: var(--v98-cream); }
.v98-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v98-night); border-left: 1px solid var(--v98-night); }
.v98-option { display: flex; min-height: 315px; flex-direction: column; border-right: 1px solid var(--v98-night); border-bottom: 1px solid var(--v98-night); padding: 26px; background: var(--v98-paper); transition: transform .18s ease, box-shadow .18s ease; }
.v98-option:hover { z-index: 2; transform: translate(-5px,-5px); box-shadow: 10px 10px 0 var(--v98-green); }
.v98-option > span { color: var(--v98-green); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v98-option h3 { margin: 54px 0 14px; font-size: 31px; line-height: 1; letter-spacing: -.045em; }
.v98-option p { margin: 0 !important; color: var(--v98-muted); line-height: 1.65; }
.v98-option b { margin-top: auto; border-top: 1px solid var(--v98-line); padding-top: 17px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.v98-option b span { float: right; color: var(--v98-green); font-size: 17px; }

.v98-compare-wrap { overflow-x: auto; border: 1px solid var(--v98-night); background: #fff; box-shadow: 12px 12px 0 var(--v98-green); }
.v98-compare { width: 100%; min-width: 880px; border-collapse: collapse; }
.v98-compare th,
.v98-compare td { border-bottom: 1px solid var(--v98-line); border-right: 1px solid var(--v98-line); padding: 20px 22px; text-align: left; vertical-align: top; }
.v98-compare tr:last-child td { border-bottom: 0; }
.v98-compare th:last-child,
.v98-compare td:last-child { border-right: 0; }
.v98-compare thead th { padding-top: 24px; padding-bottom: 24px; color: #fff; background: var(--v98-night); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.v98-compare thead th:nth-child(2) { color: var(--v98-night); background: var(--v98-lime); }
.v98-compare tbody td:first-child { width: 22%; font-weight: 900; }
.v98-compare tbody td:nth-child(2) { width: 28%; background: rgba(199,255,103,.13); font-weight: 800; }
.v98-compare small { display: block; margin-top: 15px; color: var(--v98-muted); line-height: 1.6; }

.v98-qualify { background: var(--v98-green); }
.v98-qualify-inner { width: min(var(--v98-max), calc(100% - 48px)); margin: 0 auto; padding: clamp(80px, 10vw, 140px) 0; display: grid; grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr); gap: clamp(55px, 9vw, 140px); }
.v98-qual-copy h2 { color: var(--v98-night); }
.v98-qual-copy > p:last-of-type { max-width: 580px; margin: 28px 0 35px !important; color: #102a1a; font-size: 18px; line-height: 1.7; }
.v98-qual-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--v98-night); border-left: 1px solid var(--v98-night); }
.v98-qual-list article { min-height: 210px; border-right: 1px solid var(--v98-night); border-bottom: 1px solid var(--v98-night); padding: 24px; background: rgba(255,255,255,.14); }
.v98-qual-list span { font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.v98-qual-list h3 { margin: 44px 0 10px; font-size: 23px; letter-spacing: -.035em; }
.v98-qual-list p { margin: 0 !important; color: #173623; line-height: 1.6; }
.v98-docs { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 16px; border: 1px solid var(--v98-night); padding: 19px 22px; color: #fff; background: var(--v98-night); }
.v98-docs span { color: var(--v98-lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v98-docs b { font-size: 14px; }

.v98-industries { background: var(--v98-paper); }
.v98-industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--v98-night); border-left: 1px solid var(--v98-night); }
.v98-industry-grid a { min-height: 170px; border-right: 1px solid var(--v98-night); border-bottom: 1px solid var(--v98-night); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; font-size: 18px; font-weight: 900; letter-spacing: -.025em; }
.v98-industry-grid a::after { content: "↗"; align-self: flex-end; color: var(--v98-green); font-size: 22px; }
.v98-industry-grid a:hover { color: #fff; background: var(--v98-night); }
.v98-industry-grid a:hover::after { color: var(--v98-lime); }

.v98-standard { background: var(--v98-cream); }
.v98-standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.v98-standard-grid article { min-height: 300px; border: 1px solid var(--v98-line); padding: 28px; background: #fff; }
.v98-standard-grid span { color: var(--v98-green); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v98-standard-grid h3 { margin: 82px 0 15px; font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.v98-standard-grid p { margin: 0 !important; color: var(--v98-muted); line-height: 1.7; }
.v98-standard-note { margin: 20px 0 0 !important; color: var(--v98-muted); font-size: 12px; line-height: 1.6; }

.v98-insights { border-top: 1px solid var(--v98-line); background: #fff; }
.v98-insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v98-night); border-left: 1px solid var(--v98-night); }
.v98-insight-grid a { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--v98-night); border-bottom: 1px solid var(--v98-night); padding: 28px; }
.v98-insight-grid a:hover { color: #fff; background: var(--v98-night); }
.v98-insight-grid span,
.v98-insight-grid b { font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v98-insight-grid span { color: var(--v98-green); }
.v98-insight-grid h3 { margin: 58px 0; font-size: clamp(25px,2.4vw,36px); line-height: 1.08; letter-spacing: -.045em; }

.v98-faq { background: var(--v98-paper); }
.v98-faq .v98-section { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(50px, 9vw, 150px); }
.v98-faq h2 { margin: 0; font-size: clamp(48px, 5.5vw, 80px); line-height: .94; letter-spacing: -.06em; }
.v98-faq-list { border-top: 1px solid var(--v98-night); }
.v98-faq-list details { overflow: hidden; border-bottom: 1px solid var(--v98-night); padding: 24px 0; }
.v98-faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding-right: 10px; color: var(--v98-night); cursor: pointer; list-style: none; font-size: 18px; font-weight: 900; }
.v98-faq-list summary::-webkit-details-marker { display: none; }
.v98-faq-list summary span { color: var(--v98-green); font-size: 24px; font-weight: 500; transition: transform .18s ease; }
.v98-faq-list details[open] summary span { transform: rotate(45deg); }
.v98-faq-list details p { max-width: 720px; margin: 18px 42px 0 0 !important; color: var(--v98-muted); line-height: 1.72; }

.v98-final { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 180px) max(24px, calc((100vw - var(--v98-max)) / 2)); color: #fff; background: var(--v98-night); }
.v98-final::after { content: ""; position: absolute; right: -12vw; bottom: -24vw; width: 54vw; height: 54vw; border: 1px solid rgba(199,255,103,.35); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(199,255,103,.025), 0 0 0 14vw rgba(199,255,103,.018); }
.v98-final > * { position: relative; z-index: 1; }
.v98-final h2 { max-width: 1050px; color: #fff; }
.v98-final-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 40px; }
.v98-disclosure { max-width: 900px; margin: 46px 0 0 !important; color: #91a0a6; font-size: 11px; line-height: 1.7; }

.v98-home .v91-footer.footer { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); color: #fff; background: var(--v98-night) !important; }
.v98-home .v91-footer-top,
.v98-home .v91-footer-grid { width: min(var(--v98-max), calc(100% - 48px)); margin: 0 auto; }
.v98-home .v91-footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.v98-home .v91-footer-top p { margin: 0 !important; color: #8f9ca1 !important; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.v98-home .v91-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 54px 0 70px; }
.v98-home .v91-footer-grid > div { min-height: 190px; border-right: 1px solid rgba(255,255,255,.14); padding: 0 28px; }
.v98-home .v91-footer-grid > div:first-child { padding-left: 0; }
.v98-home .v91-footer-grid > div:last-child { border-right: 0; }
.v98-home .v91-footer-grid h3 { margin: 0 0 22px; color: var(--v98-lime); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.v98-home .v91-footer-grid a,
.v98-home .v91-footer-grid p { display: block; margin: 0 0 11px !important; color: #a9b3b7 !important; font-size: 13px; }
.v98-home .v91-footer-grid a:hover { color: #fff !important; }

.v98-home a:focus-visible,
.v98-home button:focus-visible,
.v98-home summary:focus-visible { outline: 3px solid var(--v98-lime); outline-offset: 4px; }

@media (max-width: 1080px) {
  .v98-hero-inner { grid-template-columns: 1fr; }
  .v98-brief { width: min(720px, 100%); }
  .v98-float-note { right: 14px; }
  .v98-step-grid { grid-template-columns: repeat(2, 1fr); }
  .v98-option-grid { grid-template-columns: repeat(2, 1fr); }
  .v98-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .v98-home .links { padding: 14px 24px 22px !important; border-bottom: 1px solid var(--v98-dark-line) !important; background: var(--v98-night) !important; }
  .v98-home .links a { width: 100%; border-bottom: 1px solid var(--v98-dark-line); padding: 13px 0 !important; }
}

@media (max-width: 820px) {
  .v98-metrics { grid-template-columns: repeat(2, 1fr); }
  .v98-metrics div:nth-child(2) { border-right: 0; }
  .v98-metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--v98-line); }
  .v98-section-head,
  .v98-promise-inner,
  .v98-qualify-inner,
  .v98-faq .v98-section { grid-template-columns: 1fr; }
  .v98-promise-copy { position: static; }
  .v98-standard-grid,
  .v98-insight-grid { grid-template-columns: 1fr; }
  .v98-standard-grid article { min-height: 250px; }
  .v98-standard-grid h3 { margin-top: 48px; }
}

@media (max-width: 640px) {
  .v98-hero-inner,
  .v98-section,
  .v98-promise-inner,
  .v98-qualify-inner,
  .v98-home .v91-footer-top,
  .v98-home .v91-footer-grid { width: min(100% - 28px, var(--v98-max)); }
  .v98-hero-inner { min-height: auto; padding: 54px 0 82px; }
  .v98-hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .v98-hero-lede { font-size: 17px; }
  .v98-actions { align-items: stretch; flex-direction: column; }
  .v98-btn { width: 100%; }
  .v98-proof { display: grid; }
  .v98-brief-inner { padding: 22px; }
  .v98-float-note { position: static; margin: 12px 0 0; box-shadow: none; }
  .v98-metrics div { min-height: 128px; padding: 24px 18px; }
  .v98-metrics strong { font-size: 34px; }
  .v98-metrics p { font-size: 10px; }
  .v98-section { padding: 78px 0; }
  .v98-section-head { margin-bottom: 38px; }
  .v98-section-head h2,
  .v98-promise-copy h2,
  .v98-qual-copy h2,
  .v98-final h2 { font-size: clamp(44px, 14vw, 64px); }
  .v98-step-grid,
  .v98-option-grid,
  .v98-qual-list,
  .v98-industry-grid { grid-template-columns: 1fr; }
  .v98-step { min-height: 260px; }
  .v98-step h3 { margin-top: 55px; }
  .v98-option { min-height: 270px; }
  .v98-option h3 { margin-top: 42px; }
  .v98-promise-inner,
  .v98-qualify-inner { padding: 78px 0; }
  .v98-docs { align-items: flex-start; flex-direction: column; }
  .v98-compare-wrap { box-shadow: 7px 7px 0 var(--v98-green); }
  .v98-home .v91-footer-top { align-items: flex-start; flex-direction: column; }
  .v98-home .v91-footer-grid { grid-template-columns: 1fr; padding-bottom: 40px; }
  .v98-home .v91-footer-grid > div { min-height: 0; margin-bottom: 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 0 0 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .v98-home * { scroll-behavior: auto !important; transition: none !important; }
}
