@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #faf9f6;
  --surface: #fff;
  --ink: #172744;
  --body: #53617a;
  --muted: #59667f;
  --line: #dce3ef;
  --accent: #2855d8;
  --wash: #e8effc;
  --highlight: #a7e3f5;
  --soft: #eff3fa;
  --radius: 20px;
  --shadow: 0 20px 70px #142f6112;
  --header: rgba(250, 249, 246, 0.94);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
:root.dark-mode {
  --paper: #101b30;
  --surface: #172640;
  --ink: #f1f5fd;
  --body: #c2cfe2;
  --muted: #a6b8d3;
  --line: #344662;
  --accent: #a9c6ff;
  --wash: #1b3154;
  --soft: #1b2d49;
  --header: rgba(16, 27, 48, 0.95);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
svg.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
img,
svg {
  max-width: 100%;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  font-weight: 600;
}
h1 {
  font-size: clamp(54px, 5.6vw, 80px);
  letter-spacing: -4.9px;
}
h2 {
  font-size: clamp(35px, 3.55vw, 50px);
  letter-spacing: -2.4px;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.65px;
}
p {
  color: var(--body);
}
::selection {
  background: #c7ddff;
  color: #172744;
}
:focus-visible {
  outline: 3px solid #577dd4;
  outline-offset: 5px;
}
button,
input,
select,
textarea {
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1216px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding: 108px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 21px;
  color: var(--accent);
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.eyebrow.center {
  justify-content: center;
}
.section-heading {
  max-width: 610px;
  margin-bottom: 48px;
}
.section-heading > p {
  margin-top: 19px;
  max-width: 530px;
}
.section-heading.center {
  text-align: center;
  margin-inline: auto;
}
.section-heading.center > p {
  margin-inline: auto;
}
.text-accent {
  color: #315cce;
}
.dark-mode .text-accent {
  color: #9bdcf1;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #2855d8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  text-align: center;
}
.btn:hover {
  background: #1d43b4;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #2855d82a;
}
.btn .icon {
  width: 17px;
  height: 17px;
}
.btn.secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}
.btn.secondary:hover {
  background: var(--wash);
}
.dark-mode .btn:not(.secondary) {
  background: #3968e9;
  color: #fff;
}
.dark-mode .btn:not(.secondary):hover {
  background: #2e57cf;
}
.dark-mode .offer-card .btn {
  background: #2855d8;
  color: #fff;
}
.dark-mode .offer-card .btn:hover {
  background: #1d43b4;
}
.btn.light {
  background: #ddf2fb;
  color: #193968;
}
.btn.light:hover {
  background: #edf9ff;
}
.btn.small {
  min-height: 43px;
  padding-inline: 18px;
  font-size: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.text-link:hover {
  color: var(--accent);
}
.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.fine-print {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--surface);
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
/* Navigation */
.site-header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--header);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 28px;
}
.wordmark {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1;
  white-space: nowrap;
}
.wordmark span {
  color: #2865b5;
}
.dark-mode .wordmark span {
  color: #9bdcf1;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.nav-links a {
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #868686;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.icon-btn {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.icon-btn:hover {
  background: var(--wash);
}
.icon-btn .icon {
  width: 17px;
  height: 17px;
}
.menu-toggle {
  display: none;
}
.mobile-cta {
  display: none;
}
/* Hero and illustrative product */
.hero {
  padding: 82px 0 58px;
  position: relative;
  background: var(--paper);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 52px;
  align-items: center;
}
.hero .eyebrow {
  font-size: 9px;
  letter-spacing: 1.45px;
  margin-bottom: 25px;
}
.hero h1 {
  max-width: 600px;
}
.hero h1 .text-accent {
  display: block;
}
.hero-copy > p {
  margin: 26px 0 29px;
  max-width: 465px;
  font-size: 16px;
  line-height: 1.85;
}
.hero-assurances {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 10px;
}
.hero-assurances span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hero-assurances svg {
  width: 13px;
  height: 13px;
}
.hero-product {
  position: relative;
  padding: 38px 0 60px;
  min-width: 0;
}
.product-grid {
  position: absolute;
  inset: 0 -20px;
  background-image:
    linear-gradient(#a2a2a213 1px, transparent 1px),
    linear-gradient(90deg, #a2a2a213 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse, black 25%, transparent 72%);
}
.product-window {
  position: relative;
  border: 1px solid #cfdcef;
  border-radius: 15px;
  background: #fff;
  box-shadow:
    0 32px 55px #183b7020,
    0 0 0 7px #eaf0fa80;
  color: #20385d;
  transform: rotate(-1deg);
  overflow: hidden;
}
.window-bar {
  height: 37px;
  background: #f0f4fb;
  border-bottom: 1px solid #dfe7f4;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
}
.window-bar i {
  height: 6px;
  width: 6px;
  background: #d5d5d5;
  border-radius: 50%;
}
.window-bar span {
  font-size: 9px;
  margin-inline: auto;
  color: #64728a;
  display: flex;
  align-items: center;
  gap: 5px;
}
.window-bar svg {
  width: 10px;
  height: 10px;
}
.window-bar small {
  font-size: 8px;
  color: #596d87;
}
.product-body {
  display: grid;
  grid-template-columns: 49px 1fr;
  min-height: 357px;
}
.product-sidebar {
  border-right: 1px solid #efefef;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 17px 0;
  color: #a4a4a4;
}
.product-sidebar > span {
  width: 27px;
  height: 27px;
  background: #2b59ce;
  border-radius: 7px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  margin-bottom: 4px;
}
.product-sidebar svg {
  width: 15px;
  height: 15px;
}
.product-sidebar .active {
  color: #2b59ce;
  background: #e7efff;
  border-radius: 4px;
  box-shadow: 0 0 0 6px #e7efff;
}
.product-main {
  padding: 24px 20px;
}
.dashboard-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.dashboard-heading b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.dashboard-heading p {
  font-size: 9px;
  color: #6c6c6c;
  margin-top: 3px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 20px;
  background: #e9f2ff;
  color: #365980;
  font-size: 8px;
  white-space: nowrap;
}
.status-pill::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4074bd;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.dash-metric {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 12px 10px;
  background: #fbfbfb;
}
.dash-metric > span {
  display: block;
  font-size: 8px;
  color: #727272;
}
.dash-metric strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 3px;
  line-height: 1.5;
}
.dash-metric small {
  display: block;
  font-size: 7px;
  color: #676767;
}
.dashboard-list {
  margin-top: 20px;
}
.list-title {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.list-title span {
  font-size: 8px;
  color: #6d6d6d;
  font-weight: 500;
}
.lead-row {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}
.avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f5ead5;
  color: #6a4a14;
  display: grid;
  place-items: center;
  font-size: 8px;
}
.avatar.lilac {
  background: #e4ecfc;
  color: #35549d;
}
.avatar.mint {
  background: #dcf2f7;
  color: #1b5f73;
}
.lead-row b {
  display: block;
  font-size: 9px;
  font-weight: 600;
}
.lead-row p {
  font-size: 8px;
  color: #6d6d6d;
}
.lead-row > span:last-child {
  font-size: 7px;
  background: #e6f3fc;
  color: #1e577d;
  padding: 4px 6px;
  border-radius: 4px;
}
.lead-row > span:last-child.waiting {
  background: #fff2d7;
  color: #80561b;
}
.product-caption {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.3px;
  margin-top: 24px;
  position: relative;
  color: var(--muted);
}
.float-card {
  position: absolute;
  z-index: 2;
  box-shadow: 0 14px 36px #37373720;
  border-radius: 11px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.call-notification {
  top: 5px;
  right: -15px;
  background: #244dbb;
  color: white;
  padding: 14px 19px;
  transform: rotate(3deg);
}
.call-notification .notification-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  color: #cbeefa;
}
.float-card b {
  font-size: 10px;
  display: block;
}
.float-card p {
  font-size: 8px;
  color: inherit;
  opacity: 0.82;
  margin-top: 3px;
}
.sound-wave {
  display: flex;
  gap: 2px;
  height: 24px;
  align-items: center;
  margin-left: 12px;
}
.sound-wave i {
  width: 2px;
  background: #9fe4fc;
  border-radius: 2px;
  height: 10px;
}
.sound-wave i:nth-child(3n) {
  height: 22px;
}
.sound-wave i:nth-child(2n) {
  height: 15px;
}
.booking-notification {
  bottom: 70px;
  left: -30px;
  background: #fff;
  padding: 14px 20px;
  border: 1px solid #dbe6f6;
  transform: rotate(2deg);
  color: #234375;
}
.booking-notification .notification-icon {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  background: #e5eeff;
  display: grid;
  place-items: center;
  color: #325ecd;
}
.booking-notification .icon {
  width: 17px;
  height: 17px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 38px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.hero-bottom > p {
  font-size: 10px;
  max-width: 145px;
  line-height: 1.65;
  color: var(--muted);
}
.capabilities {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.capabilities span {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--body);
}
.capabilities .icon {
  width: 15px;
  height: 15px;
  color: #567dc1;
}
/* Story */
.problem-section {
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 45px;
}
.split-heading h2 {
  max-width: 560px;
}
.split-heading > p {
  max-width: 325px;
  font-size: 14px;
  padding-bottom: 5px;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.problem-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 29px 27px;
}
.problem-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #eaf0ff;
  color: #315cbe;
  margin-bottom: 27px;
}
.problem-card:nth-child(2) .problem-icon {
  background: #fff0d4;
  color: #8e601d;
}
.problem-card:nth-child(3) .problem-icon {
  background: #e1f3fa;
  color: #24718e;
}
.problem-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.problem-card p {
  font-size: 13px;
  line-height: 1.85;
}
.problem-insight {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding-top: 31px;
  font-size: 13px;
  color: var(--body);
}
.problem-insight .icon {
  color: #315cbe;
  width: 16px;
  height: 16px;
}
.problem-insight strong {
  color: var(--ink);
}
/* Interactive walkthrough */
.system-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 68px;
  align-items: center;
}
.system-tabs {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.system-tab {
  display: grid;
  grid-template-columns: 35px 1fr 20px;
  gap: 15px;
  text-align: left;
  width: 100%;
  padding: 21px 20px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 12px;
  align-items: start;
  transition: 0.2s;
}
.system-tab:hover {
  background: var(--soft);
}
.system-tab[aria-selected="true"] {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow);
}
.step-number {
  font-size: 11px;
  color: var(--muted);
  padding-top: 3px;
}
.system-tab[aria-selected="true"] .step-number {
  color: var(--accent);
}
.system-tab b {
  display: block;
  font-size: 17px;
  letter-spacing: -0.4px;
  font-weight: 650;
}
.system-tab p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 7px;
}
.system-tab > .icon {
  width: 15px;
  margin-top: 2px;
  color: var(--muted);
}
.system-tab[aria-selected="true"] > .icon {
  color: var(--accent);
}
.walkthrough-panel {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  min-height: 433px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.walkthrough-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#7a7a7a33 1px, transparent 1px);
  background-size: 17px 17px;
  mask-image: linear-gradient(black, transparent);
}
.demo-browser {
  background: #fff;
  color: #233a5c;
  position: relative;
  max-width: 410px;
  width: 100%;
  margin: auto;
  border-radius: 12px;
  border: 1px solid #ccd9ee;
  box-shadow: 0 22px 38px #284b8220;
  overflow: hidden;
}
.demo-browser-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 10px;
  font-weight: 700;
}
.demo-browser-head span {
  font-size: 8px;
  color: #7d7d7d;
  font-weight: 500;
}
.demo-conversation {
  padding: 22px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.message {
  font-size: 11px;
  line-height: 1.75;
  max-width: 90%;
  background: #f1f4fa;
  border-radius: 10px 10px 10px 2px;
  padding: 13px 16px;
}
.message.from-client {
  align-self: flex-end;
  background: #e5eeff;
  border-radius: 10px 10px 2px 10px;
  color: #294977;
}
.demo-event {
  border: 1px solid #d8e4f4;
  border-radius: 9px;
  padding: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
}
.demo-event .icon {
  color: #2a61b8;
}
.demo-event small {
  display: block;
  color: #7e7e7e;
  font-size: 9px;
}
.demo-bottom {
  padding: 12px 20px;
  background: #f0f5fc;
  border-top: 1px solid #e0e8f4;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #576e8b;
}
.demo-bottom .icon {
  width: 12px;
  height: 12px;
}
.panel-caption {
  text-align: center;
  position: relative;
  margin: 18px 0 0;
  font-size: 10px;
}
.system-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 28px;
}
.system-footer p {
  font-size: 12px;
  max-width: 480px;
}
.system-footer .text-link {
  white-space: nowrap;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 55px;
}
.feature-item {
  padding: 29px;
  background: var(--paper);
}
.feature-item > .icon {
  color: var(--accent);
  margin-bottom: 15px;
  width: 23px;
  height: 23px;
}
.feature-item h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.feature-item p {
  font-size: 13px;
}
/* Financial illustration */
.roi-section {
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.roi-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.roi-copy h2 {
  max-width: 460px;
}
.roi-copy > p {
  max-width: 440px;
  margin: 22px 0 28px;
}
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
  font-size: 13px;
  color: var(--body);
}
.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.benefit-list .icon {
  width: 16px;
  height: 20px;
  color: var(--accent);
}
.roi-card {
  background: var(--paper);
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.calculator-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}
.calculator-heading h3 {
  font-size: 16px;
}
.calculator-heading span {
  font-size: 9px;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 3px 8px;
  border-radius: 5px;
}
.range-field {
  margin-top: 23px;
}
.range-field label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  align-items: center;
}
.range-field output {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--ink);
}
input[type="range"] {
  width: 100%;
  height: 6px;
  margin: 18px 0 9px;
  accent-color: #315cce;
  cursor: pointer;
}
.range-limits {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--muted);
}
.roi-result {
  margin-top: 24px;
  padding: 21px 23px;
  border: 1px solid #254c83;
  background: #18345e;
  border-radius: 10px;
}
.roi-result > span {
  display: block;
  font-size: 10px;
  color: #d1e3f7;
}
.roi-result strong {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1.7px;
  font-weight: 600;
  display: block;
  color: #a7e3f5;
}
.roi-result small {
  font-size: 10px;
  color: #d1e3f7;
}
.roi-card > .fine-print {
  margin-top: 14px;
  font-size: 9px;
}
.roi-metrics {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--body);
}
.roi-metrics b {
  color: var(--ink);
}
/* Offer */
.pricing-section {
  background: #13294b;
  color: #f4f7fd;
  position: relative;
}
.pricing-section .eyebrow {
  color: #a5dff4;
}
.pricing-section .section-heading p {
  color: #bdcfe7;
}
.pricing-section .text-accent {
  color: #9fdff4;
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  max-width: 1030px;
  margin: auto;
  align-items: start;
}
.value-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #e3e3e3;
  padding-bottom: 19px;
  border-bottom: 1px solid #ffffff26;
}
.value-heading span {
  font-size: 10px;
  color: #c2c2c2;
}
.value-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff17;
  font-size: 12px;
  color: #e6e6e6;
}
.value-row > .icon {
  width: 16px;
  height: 16px;
  color: #a3c4f3;
}
.value-row strong {
  font-weight: 500;
  color: #d5d5d5;
}
.value-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
  font-size: 12px;
}
.value-total strong {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
}
.value-footnote {
  font-size: 10px;
  color: #cccccc;
  line-height: 1.8;
}
.bonus-box {
  display: flex;
  gap: 14px;
  border: 1px solid #6d90bd66;
  border-radius: 9px;
  padding: 19px;
  margin-top: 23px;
  background: #ffffff06;
}
.bonus-box > .icon {
  color: #a5dff4;
}
.bonus-box h3 {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.bonus-box p {
  font-size: 10px;
  color: #cecece;
  line-height: 1.8;
}
.offer-card {
  border-radius: 16px;
  background: #fff;
  color: #23395d;
  overflow: hidden;
  border: 1px solid #aac3ed;
  box-shadow: 0 15px 40px #1a1a1a20;
}
.offer-banner {
  background: #2b59d2;
  text-align: center;
  padding: 10px 18px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;
}
.offer-inner {
  padding: 30px;
}
.offer-inner h3 {
  font-size: 23px;
  letter-spacing: -0.8px;
}
.offer-inner > p {
  font-size: 12px;
  color: #707070;
  margin-top: 11px;
}
.offer-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 23px;
}
.offer-price strong {
  font-size: 57px;
  letter-spacing: -3px;
  font-weight: 600;
  line-height: 1.3;
}
.offer-price span {
  font-size: 11px;
  color: #686868;
}
.monthly-price {
  font-size: 12px !important;
  color: #5e5e5e !important;
  margin-top: 2px !important;
}
.offer-savings {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  background: #e9f0ff;
  font-size: 9px;
  color: #3f5f94;
  margin-top: 13px;
}
.offer-divider {
  height: 1px;
  background: #e1e1e1;
  margin: 24px 0;
}
.offer-card .benefit-list {
  gap: 11px;
  font-size: 11px;
  color: #5f5f5f;
}
.offer-card .benefit-list .icon {
  color: #3867b4;
  width: 14px;
  height: 17px;
}
.offer-card .btn {
  width: 100%;
  margin-top: 25px;
}
.offer-card .fine-print {
  font-size: 9px;
  margin-top: 12px;
  text-align: center;
  color: #717171;
}
.offer-card .fine-print a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guarantee {
  max-width: 1030px;
  margin: 45px auto 0;
  padding-top: 29px;
  border-top: 1px solid #ffffff25;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 19px;
  align-items: center;
}
.guarantee > .icon {
  width: 35px;
  height: 35px;
  color: #a5dff4;
}
.guarantee h3 {
  font-size: 16px;
  letter-spacing: -0.4px;
  margin-bottom: 7px;
}
.guarantee p {
  color: #d0d0d0;
  font-size: 11px;
  max-width: 670px;
}
.guarantee > a {
  font-size: 10px;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Credibility and setup */
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.evidence-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
}
.evidence-card strong {
  font-size: 47px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--accent);
}
.evidence-card p {
  font-size: 12px;
  margin-top: 14px;
  max-width: 270px;
}
.evidence-card a {
  display: inline-block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.evidence-note {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
}
.setup-section {
  padding-top: 0;
}
.setup-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
  border-top: 1px solid var(--line);
  padding-top: 80px;
}
.setup-copy > p {
  font-size: 13px;
  margin-top: 20px;
}
.setup-copy .text-link {
  margin-top: 21px;
}
.setup-steps {
  display: grid;
  gap: 30px;
}
.setup-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
}
.setup-step > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 10px;
  color: var(--accent);
}
.setup-step h3 {
  font-size: 17px;
  margin: 6px 0 10px;
}
.setup-step p {
  font-size: 13px;
  max-width: 480px;
}
.faq-section {
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 95px;
}
.faq-copy p {
  font-size: 13px;
  margin: 20px 0;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  padding: 22px 0;
  line-height: 1.65;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--muted);
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details p {
  font-size: 13px;
  line-height: 1.9;
  padding: 0 24px 23px 0;
}
.faq-list details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.final-section {
  padding: 85px 0;
}
.final-card {
  padding: 65px 60px;
  background: #2855c6;
  border: 1px solid #315dcc;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  color: #fff;
}
.final-card h2 {
  max-width: 590px;
  font-size: 43px;
  letter-spacing: -2.4px;
}
.final-card p {
  font-size: 13px;
  margin-top: 17px;
  max-width: 490px;
  color: #e2ecff;
}
.final-actions {
  flex-shrink: 0;
  text-align: center;
}
.final-actions .fine-print {
  font-size: 9px;
  margin-top: 13px;
}
.site-footer {
  padding: 47px 0 25px;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 45px;
}
.footer-brand > p {
  font-size: 11px;
  max-width: 280px;
  margin-top: 18px;
  line-height: 1.85;
}
.footer-col h2 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.footer-col a {
  font-size: 11px;
  color: var(--body);
  display: block;
  width: fit-content;
  margin-top: 8px;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: var(--muted);
}
/* Contact and information pages */
.contact-main {
  padding: 75px 0 95px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 95px;
  align-items: start;
}
.contact-copy h1 {
  font-size: 61px;
  letter-spacing: -3.5px;
}
.contact-copy > p {
  margin: 25px 0 29px;
  max-width: 430px;
  font-size: 14px;
}
.contact-copy .benefit-list {
  margin: 28px 0;
}
.contact-note {
  margin-top: 35px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--wash);
}
.contact-note h2 {
  font-size: 15px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.contact-note p {
  font-size: 11px;
}
.direct-contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.form-card {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.form-card h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
}
.form-card > p {
  font-size: 12px;
  margin-top: 10px;
}
.inquiry-form {
  margin-top: 27px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  min-width: 0;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 7px;
}
.field label span {
  font-weight: 400;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 7px;
  min-height: 47px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}
.field textarea {
  min-height: 106px;
  resize: vertical;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}
.field [aria-invalid="true"] {
  border-color: #b5483c;
}
.field-error {
  font-size: 10px;
  color: #b34437;
  margin-top: 5px;
}
.dark-mode .field-error {
  color: #f7a090;
}
.consent {
  display: flex;
  align-items: start;
  gap: 9px;
  margin-top: 19px;
  font-size: 10px;
  color: var(--body);
  line-height: 1.8;
}
.consent input {
  margin: 4px 0 0;
  accent-color: #4f4f4f;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.consent a {
  text-decoration: underline;
}
.form-submit {
  width: 100%;
  margin-top: 22px;
}
.form-message {
  font-size: 12px;
  margin-top: 14px;
  line-height: 1.7;
}
.form-message.error {
  color: #b34437;
}
.form-message.success {
  color: var(--accent);
}
.dark-mode .form-message.error {
  color: #f7a090;
}
.form-card .fine-print {
  font-size: 10px;
  margin-top: 13px;
}
.booking-option {
  padding-bottom: 25px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.booking-option .btn {
  width: 100%;
  margin-top: 15px;
}
.booking-option p {
  font-size: 11px;
}
.legal-main {
  max-width: 770px;
  padding-block: 70px 100px;
}
.legal-main h1 {
  font-size: 55px;
  letter-spacing: -2.7px;
  margin-bottom: 23px;
}
.legal-main > p {
  margin-top: 18px;
  font-size: 14px;
}
.legal-main h2 {
  font-size: 23px;
  letter-spacing: -0.6px;
  margin: 36px 0 14px;
}
.legal-main li {
  font-size: 14px;
  color: var(--body);
  margin-top: 10px;
}
.legal-main a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-main .btn {
  margin-top: 26px;
}
.legal-main .eyebrow {
  margin-bottom: 22px;
}
.reveal.reveal-ready {
  animation: appear 0.6s ease both;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(17px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 105px;
    padding-bottom: 65px;
  }
  .hero-grid {
    gap: 70px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero-product {
    padding-top: 45px;
  }
}
@media (max-width: 1190px) {
  .container {
    width: calc(100% - 64px);
  }
  .nav-links {
    gap: 18px;
  }
  .nav {
    gap: 20px;
  }
  .nav-actions {
    gap: 10px;
  }
  .hero-grid {
    gap: 38px;
  }
  .hero h1 {
    font-size: 65px;
    letter-spacing: -3.8px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .capabilities {
    gap: 16px;
  }
  .capabilities span {
    font-size: 9px;
    gap: 6px;
  }
  .booking-notification {
    left: -12px;
  }
  .call-notification {
    right: -10px;
  }
  .product-main {
    padding: 20px 15px;
  }
  .dashboard-heading b {
    font-size: 13px;
  }
  .roi-layout,
  .contact-layout {
    gap: 55px;
  }
  .system-layout {
    gap: 35px;
  }
  .nav-links a {
    font-size: 11px;
  }
  .pricing-layout {
    gap: 40px;
  }
  .hero-buttons .btn {
    padding-inline: 18px;
    font-size: 12px;
  }
  .final-card {
    padding: 47px 40px;
  }
  .final-card h2 {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .nav-links {
    gap: 15px;
  }
  .nav-links a {
    font-size: 10px;
  }
  .nav-actions > .btn {
    display: none;
  }
  .hero-grid {
    gap: 26px;
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -3.2px;
  }
  .hero .eyebrow {
    max-width: 240px;
    line-height: 1.8;
  }
  .hero-buttons {
    gap: 10px;
  }
  .hero-buttons .btn {
    font-size: 11px;
    min-height: 47px;
    padding: 0 14px;
    gap: 10px;
  }
  .hero-assurances {
    font-size: 9px;
    gap: 9px;
  }
  .product-body {
    grid-template-columns: 35px 1fr;
  }
  .product-main {
    padding: 18px 12px;
  }
  .product-sidebar > span {
    width: 23px;
    height: 23px;
  }
  .dashboard-heading {
    gap: 6px;
  }
  .dashboard-heading b {
    font-size: 11px;
  }
  .dashboard-heading p {
    font-size: 8px;
  }
  .status-pill {
    font-size: 6px;
    padding: 4px 5px;
  }
  .dash-metric {
    padding: 10px 7px;
  }
  .metric-grid {
    gap: 5px;
  }
  .dash-metric > span {
    font-size: 7px;
  }
  .dash-metric strong {
    font-size: 23px;
  }
  .dash-metric small {
    font-size: 6px;
  }
  .product-body {
    min-height: 335px;
  }
  .call-notification {
    padding: 11px 13px;
  }
  .booking-notification {
    padding: 11px 14px;
  }
  .hero-bottom {
    align-items: flex-start;
  }
  .capabilities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .split-heading {
    gap: 35px;
  }
  .split-heading > p {
    max-width: 270px;
    font-size: 13px;
  }
  .problem-card {
    padding: 25px 20px;
  }
  .problem-card h3 {
    font-size: 16px;
  }
  .problem-card p {
    font-size: 12px;
  }
  .roi-layout {
    gap: 38px;
  }
  .roi-card {
    padding: 24px;
  }
  .roi-copy h2 {
    font-size: 38px;
  }
  .system-layout {
    gap: 24px;
  }
  .system-tab {
    padding: 18px 10px;
    gap: 10px;
    grid-template-columns: 25px 1fr 15px;
  }
  .system-tab b {
    font-size: 16px;
  }
  .walkthrough-panel {
    padding: 23px;
  }
  .pricing-layout {
    gap: 33px;
  }
  .offer-inner {
    padding: 27px;
  }
  .setup-layout,
  .faq-layout {
    gap: 48px;
  }
  .final-card {
    gap: 30px;
  }
  .final-card h2 {
    font-size: 33px;
  }
  .final-actions .btn {
    font-size: 11px;
    padding-inline: 18px;
  }
  .contact-layout {
    gap: 40px;
  }
  .contact-copy h1 {
    font-size: 49px;
  }
  .form-card {
    padding: 27px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding: 72px 0;
  }
  .site-header {
    height: 73px;
  }
  .wordmark {
    font-size: 25px;
  }
  .menu-toggle {
    display: grid;
  }
  .nav-actions {
    margin-left: auto;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--surface);
    padding: 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 20px #36363610;
    align-items: stretch;
    gap: 0;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
  }
  .nav-links a {
    font-size: 14px;
    padding: 13px 10px;
  }
  .nav-links a:last-child {
    color: var(--accent);
  }
  .nav {
    gap: 15px;
  }
  .hero {
    padding: 48px 0 30px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero .eyebrow {
    max-width: none;
    font-size: 8px;
    letter-spacing: 1.25px;
    margin-bottom: 21px;
  }
  .hero h1 {
    font-size: clamp(53px, 10.5vw, 72px);
    letter-spacing: -3.4px;
    max-width: 620px;
    line-height: 1.1;
  }
  .hero h1 .text-accent {
    display: inline;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 540px;
    margin: 24px 0;
  }
  .hero-buttons .btn {
    min-height: 51px;
    font-size: 12px;
    padding-inline: 19px;
    gap: 13px;
  }
  .hero-assurances {
    font-size: 9px;
    gap: 16px;
    margin-top: 17px;
  }
  .hero-product {
    width: calc(100% - 20px);
    max-width: 550px;
    margin: auto;
    padding: 30px 0 43px;
  }
  .product-body {
    grid-template-columns: 44px 1fr;
    min-height: 330px;
  }
  .product-main {
    padding: 19px 17px;
  }
  .dashboard-heading b {
    font-size: 13px;
  }
  .dashboard-heading p {
    font-size: 8px;
  }
  .status-pill {
    font-size: 7px;
  }
  .dash-metric > span {
    font-size: 8px;
  }
  .dash-metric small {
    font-size: 7px;
  }
  .dash-metric strong {
    font-size: 25px;
  }
  .dash-metric {
    padding: 10px;
  }
  .metric-grid {
    gap: 8px;
  }
  .call-notification {
    right: -10px;
    top: 0;
  }
  .booking-notification {
    left: -10px;
    bottom: 60px;
  }
  .product-caption {
    margin-top: 27px;
    font-size: 8px;
  }
  .hero-bottom {
    margin-top: 6px;
    padding-top: 25px;
    gap: 18px;
    flex-direction: column;
  }
  .hero-bottom > p {
    max-width: none;
    font-size: 9px;
  }
  .capabilities {
    width: 100%;
    gap: 17px 10px;
  }
  .capabilities span {
    font-size: 9px;
  }
  .capabilities .icon {
    width: 13px;
    height: 13px;
  }
  .split-heading {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .split-heading h2 {
    font-size: 36px;
  }
  .split-heading > p {
    max-width: 500px;
    font-size: 13px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: -1.9px;
  }
  .problem-grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .problem-card {
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 0 18px;
    padding: 22px;
  }
  .problem-icon {
    grid-row: span 2;
    margin: 0;
    width: 37px;
    height: 37px;
    border-radius: 9px;
  }
  .problem-card h3 {
    font-size: 16px;
    margin: 1px 0 9px;
  }
  .problem-card p {
    font-size: 12px;
  }
  .problem-insight {
    align-items: flex-start;
    justify-content: start;
    font-size: 11px;
    padding-top: 23px;
  }
  .problem-insight .icon {
    flex-shrink: 0;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading > p {
    font-size: 13px;
    margin-top: 17px;
  }
  .system-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .system-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .system-tab {
    padding: 16px 13px;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: center;
    background: var(--soft);
    border-color: var(--line);
  }
  .system-tab > .icon,
  .system-tab p {
    display: none;
  }
  .system-tab b {
    font-size: 12px;
    letter-spacing: -0.2px;
  }
  .step-number {
    font-size: 9px;
    padding: 0;
  }
  .system-tab[aria-selected="true"] {
    background: var(--wash);
    border-color: #939393;
  }
  .walkthrough-panel {
    min-height: 390px;
    padding: 24px;
  }
  .system-footer {
    margin-top: 25px;
    padding-top: 22px;
    gap: 16px;
    align-items: start;
    flex-direction: column;
  }
  .system-footer p {
    font-size: 11px;
  }
  .system-footer .text-link {
    font-size: 12px;
  }
  .feature-grid {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-item {
    padding: 23px 18px;
  }
  .feature-item h3 {
    font-size: 14px;
    line-height: 1.3;
  }
  .feature-item p {
    font-size: 12px;
  }
  .feature-item > .icon {
    width: 20px;
    height: 20px;
  }
  .roi-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .roi-copy h2 {
    max-width: 500px;
    font-size: 36px;
  }
  .roi-copy > p {
    font-size: 13px;
    margin: 20px 0 23px;
    max-width: 550px;
  }
  .benefit-list {
    font-size: 12px;
    gap: 13px;
  }
  .roi-card {
    padding: 25px;
    max-width: 540px;
    width: 100%;
    margin: auto;
  }
  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 530px;
  }
  .value-row {
    padding: 15px 0;
  }
  .offer-inner {
    padding: 28px;
  }
  .pricing-section .section-heading {
    max-width: 510px;
  }
  .offer-price strong {
    font-size: 59px;
  }
  .guarantee {
    grid-template-columns: 30px 1fr;
    gap: 16px;
    max-width: 530px;
    margin-top: 33px;
  }
  .guarantee > .icon {
    width: 29px;
    height: 29px;
    align-self: start;
  }
  .guarantee > a {
    grid-column: 2;
    justify-self: start;
    margin-top: 0;
  }
  .guarantee h3 {
    font-size: 15px;
  }
  .guarantee p {
    font-size: 11px;
  }
  .evidence-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .evidence-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 5px 16px;
    padding: 22px;
  }
  .evidence-card strong {
    font-size: 40px;
    grid-row: span 2;
    align-self: center;
  }
  .evidence-card p {
    margin-top: 0;
    font-size: 12px;
  }
  .evidence-card a {
    margin-top: 6px;
    font-size: 9px;
  }
  .evidence-note {
    text-align: left;
    font-size: 9px;
    margin-top: 16px;
  }
  .setup-section {
    padding-top: 0;
  }
  .setup-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 50px;
  }
  .setup-copy > p {
    max-width: 530px;
  }
  .setup-copy .text-link {
    margin-top: 13px;
  }
  .setup-steps {
    gap: 27px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-copy p {
    margin: 17px 0 9px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 20px;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .final-section {
    padding: 48px 0;
  }
  .final-card {
    padding: 35px 25px;
    flex-direction: column;
    align-items: start;
    gap: 27px;
  }
  .final-card h2 {
    font-size: 34px;
    letter-spacing: -1.8px;
    max-width: 470px;
  }
  .final-card p {
    font-size: 12px;
  }
  .final-actions {
    width: 100%;
  }
  .final-actions .btn {
    width: 100%;
    font-size: 12px;
  }
  .final-actions .fine-print {
    text-align: center;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-bottom: 32px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand > p {
    max-width: 300px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }
  .site-footer {
    padding-top: 34px;
    padding-bottom: 95px;
  }
  .mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 20px max(11px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--header);
    backdrop-filter: blur(15px);
  }
  .mobile-cta span {
    font-size: 10px;
    color: var(--muted);
  }
  .mobile-cta strong {
    display: block;
    font-size: 12px;
    color: var(--ink);
  }
  .mobile-cta .btn {
    font-size: 11px;
    min-height: 43px;
    padding-inline: 17px;
    gap: 10px;
  }
  .contact-main {
    padding: 47px 0 65px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-copy h1 {
    font-size: 51px;
    max-width: 550px;
  }
  .contact-copy > p {
    max-width: 550px;
    font-size: 13px;
    margin: 22px 0;
  }
  .contact-copy .benefit-list {
    margin: 23px 0;
  }
  .contact-note {
    margin-top: 25px;
    padding: 21px;
  }
  .form-card {
    padding: 25px;
  }
  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
  .field.full {
    grid-column: 1/-1;
  }
  .legal-main {
    padding-block: 48px 75px;
  }
  .legal-main h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .legal-main > p,
  .legal-main li {
    font-size: 13px;
  }
  html {
    scroll-padding-top: 91px;
  }
}
@media (max-width: 380px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -2.9px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .hero-buttons {
    gap: 8px;
  }
  .hero-buttons .btn {
    padding-inline: 14px;
    font-size: 11px;
    gap: 9px;
  }
  .hero-assurances {
    gap: 10px;
    font-size: 8px;
  }
  .product-main {
    padding: 17px 11px;
  }
  .product-body {
    grid-template-columns: 33px 1fr;
  }
  .product-sidebar > span {
    width: 22px;
    height: 22px;
  }
  .metric-grid {
    gap: 5px;
  }
  .dash-metric {
    padding: 9px 6px;
  }
  .dash-metric > span {
    font-size: 7px;
  }
  .dash-metric small {
    font-size: 6px;
  }
  .status-pill {
    font-size: 6px;
  }
  .dashboard-heading b {
    font-size: 11px;
  }
  .float-card b {
    font-size: 9px;
  }
  .float-card p {
    font-size: 7px;
  }
  .call-notification {
    padding: 10px 13px;
  }
  .booking-notification {
    padding: 10px 14px;
  }
  .capabilities span {
    font-size: 8px;
  }
  .capabilities {
    gap: 15px 6px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .form-card {
    padding: 22px 18px;
  }
  .roi-card {
    padding: 21px;
  }
  .calculator-heading h3 {
    font-size: 14px;
  }
  .range-field label {
    font-size: 11px;
  }
  .evidence-card {
    grid-template-columns: 85px 1fr;
  }
  .evidence-card strong {
    font-size: 35px;
  }
  .wordmark {
    font-size: 24px;
  }
  .contact-copy h1 {
    font-size: 45px;
  }
  .mobile-cta {
    padding-inline: 16px;
  }
  .mobile-cta .btn {
    padding-inline: 14px;
  }
  .feature-item {
    padding: 20px 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media print {
  .site-header,
  .mobile-cta,
  .nav-actions,
  .site-footer {
    display: none;
  }
  .section {
    padding: 30px 0;
  }
  body {
    background: white;
    color: black;
  }
  .container {
    width: 100%;
  }
  .hero-product {
    break-inside: avoid;
  }
  .pricing-section {
    print-color-adjust: exact;
  }
}

@media (max-width: 760px) {
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .hero-buttons .btn.secondary {
    border-color: transparent;
    padding-inline: 0;
    min-height: 45px;
  }
  .hero-buttons {
    gap: 13px;
  }
}

/* Veltra brand accents: cobalt action, sky-blue context, amber follow-up. */
.dash-metric:nth-child(1) {
  background: #edf3ff;
  border-color: #d9e5fc;
}
.dash-metric:nth-child(1) strong {
  color: #315cbe;
}
.dash-metric:nth-child(2) {
  background: #edf8fc;
  border-color: #d8edf5;
}
.dash-metric:nth-child(2) strong {
  color: #236681;
}
.dash-metric:nth-child(3) {
  background: #fff8eb;
  border-color: #f0e5cd;
}
.dash-metric:nth-child(3) strong {
  color: #846025;
}
.dash-metric > span,
.dash-metric small {
  color: #5b6980;
}
.final-card .eyebrow {
  color: #d2e9ff;
}
.final-card .btn,
.dark-mode .final-card .btn:not(.secondary) {
  background: #fff;
  color: #244aa6;
}
.final-card .btn:hover,
.dark-mode .final-card .btn:not(.secondary):hover {
  background: #ddf2fb;
}
.final-actions .fine-print {
  color: #deebff;
}
@media (max-width: 760px) {
  .system-tab[aria-selected="true"] {
    border-color: #7299de;
  }
}
