@font-face {
  font-family: "Geist";
  src: local("Geist"), local("Geist Sans");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #0b1f55;
  --navy-deep: #061337;
  --green: #10b15a;
  --green-deep: #0b8f49;
  --green-pale: #e9f8f0;
  --ink: #13203f;
  --muted: #63708a;
  --faint: #94a0b5;
  --line: #dfe4ec;
  --surface: #f3f5f8;
  --surface-2: #f8f9fb;
  --white: #fff;
  --font: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --shell: 1180px;
  --shadow: 0 22px 60px rgba(6, 19, 55, 0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  background: var(--white);
  color: var(--navy);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
::selection { background: var(--green); color: var(--white); }

[data-lang] { display: none; }
:root[data-language="de"] [data-lang="de"],
:root[data-language="en"] [data-lang="en"] { display: revert; }
:root[data-language="de"] span[data-lang="de"],
:root[data-language="en"] span[data-lang="en"] { display: inline; }

.shell { margin: 0 auto; max-width: var(--shell); padding-inline: 28px; }
.section { padding: 112px 0; }
.skip-link {
  background: var(--navy);
  border-radius: 6px;
  color: var(--white);
  font-weight: 700;
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  text-decoration: none;
  top: -80px;
  z-index: 100;
}
.skip-link:focus { top: 16px; }

h1, h2, h3 {
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.08;
}
h1 { font-size: clamp(2.8rem, 5.6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.25rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }

.eyebrow {
  align-items: center;
  color: var(--green-deep);
  display: inline-flex;
  font-size: .75rem;
  font-weight: 760;
  gap: 9px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow::before {
  background: var(--green);
  content: "";
  height: 2px;
  width: 22px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 680;
  justify-content: center;
  min-height: 44px;
  padding: 10px 19px;
  text-decoration: none;
  transition: background 160ms ease, border 160ms ease, color 160ms ease, transform 160ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-deep); }
.button-large { min-height: 52px; padding: 13px 23px; }
.button-white { background: var(--white); color: var(--navy); }
.button-white:hover { background: var(--surface); }
.button-text {
  background: transparent;
  color: var(--navy);
  padding-inline: 9px;
}
.button-text:hover { color: var(--green-deep); }

/* Header */
.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}
.site-header.scrolled { border-bottom-color: var(--line); }
.header-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 72px;
}
.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.13rem;
  font-weight: 730;
  gap: 10px;
  text-decoration: none;
}
.brand img { height: 34px; object-fit: contain; width: 34px; }
.main-nav { display: flex; gap: 25px; margin-left: 30px; }
.main-nav a {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 540;
  text-decoration: none;
}
.main-nav a:hover { color: var(--navy); }
.header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.lang-switch {
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.lang-switch button {
  background: var(--white);
  border: 0;
  color: var(--faint);
  font-size: .72rem;
  font-weight: 700;
  padding: 6px 8px;
}
.lang-switch button[aria-pressed="true"] { background: var(--navy); color: var(--white); }
.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 40px;
  place-content: center;
  width: 40px;
}
.menu-button span { background: var(--navy); display: block; height: 2px; margin: 3px auto; width: 21px; }
.mobile-panel {
  background: var(--white);
  border-top: 1px solid var(--line);
  display: none;
  padding: 12px 24px 22px;
}
.mobile-panel a {
  border-bottom: 1px solid var(--line);
  display: block;
  font-weight: 620;
  padding: 13px 0;
  text-decoration: none;
}
.mobile-panel .button { margin-top: 16px; width: 100%; }

/* Hero */
.hero { overflow: hidden; padding: 78px 0 80px; }
.hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 18px 0 23px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { font-size: 1.18rem; max-width: 600px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 24px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 23px; list-style: none; }
.hero-trust li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: .8rem;
  gap: 8px;
}
.hero-trust li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}
.hero-product { height: 585px; position: relative; }
.product-plane {
  background: var(--navy);
  color: var(--white);
  height: 460px;
  left: 90px;
  padding: 36px 38px;
  position: absolute;
  top: 38px;
  width: 420px;
}
.product-plane::after {
  border: 1px solid rgba(255,255,255,.18);
  bottom: 22px;
  content: "";
  left: 22px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.product-plane > * { position: relative; z-index: 1; }
.product-plane > span { font-size: .7rem; font-weight: 800; letter-spacing: 0; }
.product-plane strong { display: block; font-size: 1.85rem; line-height: 1.08; margin-top: 260px; }
.product-plane small { bottom: 37px; position: absolute; right: 39px; }
.phone-shot {
  background: #15161a;
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: absolute;
}
.phone-shot img { height: 100%; object-fit: cover; width: 100%; }
.phone-shot-main { height: 530px; left: 0; top: 0; width: 249px; z-index: 3; }
.phone-shot-back { height: 450px; right: 0; top: 108px; width: 203px; z-index: 2; }
.hero-proof {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  bottom: 7px;
  box-shadow: 0 12px 34px rgba(6,19,55,.13);
  display: flex;
  gap: 11px;
  left: 194px;
  padding: 12px 16px;
  position: absolute;
  z-index: 4;
}
.proof-icon {
  background: var(--green-pale);
  border-radius: 50%;
  color: var(--green-deep);
  display: grid;
  flex: none;
  font-weight: 800;
  height: 33px;
  place-items: center;
  width: 33px;
}
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: .8rem; }
.hero-proof small { color: var(--muted); font-size: .7rem; margin-top: 1px; }

/* Proof band */
.proof-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 24px; }
.proof-grid > div {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 12px;
  padding: 3px 20px;
}
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid b { color: var(--green); font-size: .7rem; letter-spacing: 0; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { font-size: .85rem; }
.proof-grid small { color: var(--muted); font-size: .72rem; margin-top: 2px; }

/* Shared section heading */
.section-heading { margin-bottom: 48px; max-width: 820px; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p:not(.eyebrow) { font-size: 1.02rem; margin-top: 15px; }
.split-heading {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: 1.2fr .8fr;
  max-width: none;
}
.split-heading > p { margin-bottom: 5px; }

/* Product tour */
.product-section { background: var(--surface-2); }
.product-tour {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
}
.tour-tabs { border-right: 1px solid var(--line); padding: 18px 0; }
.tour-tabs button {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-left: 3px solid transparent;
  display: flex;
  gap: 15px;
  padding: 20px 24px 20px 17px;
  text-align: left;
  width: 100%;
}
.tour-tabs button:hover { background: var(--white); }
.tour-tabs button[aria-selected="true"] { background: var(--white); border-left-color: var(--green); }
.tab-number { color: var(--green); font-size: .7rem; font-weight: 800; padding-top: 3px; }
.tour-tabs strong, .tour-tabs small { display: block; }
.tour-tabs strong { font-size: .95rem; }
.tour-tabs small { color: var(--muted); font-size: .76rem; margin-top: 4px; }
.tour-stage {
  background: var(--navy);
  min-height: 600px;
  overflow: hidden;
  padding: 64px 54px;
  position: relative;
}
.tour-stage::after {
  border: 1px solid rgba(255,255,255,.12);
  bottom: 22px;
  content: "";
  left: 22px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 22px;
}
.tour-copy { color: var(--white); max-width: 350px; position: relative; z-index: 2; }
.tour-copy[hidden] { display: none; }
.tour-kicker { color: #7ee5ac; font-size: .76rem; font-weight: 760; letter-spacing: 0; text-transform: uppercase; }
.tour-copy h3 { font-size: 2.15rem; margin: 18px 0 27px; }
.tour-copy ul { display: grid; gap: 13px; list-style: none; }
.tour-copy li {
  border-bottom: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.76);
  font-size: .88rem;
  padding: 0 0 12px 18px;
  position: relative;
}
.tour-copy li::before { color: var(--green); content: "✓"; left: 0; position: absolute; }
.tour-phone {
  background: #15161a;
  border-radius: 28px 28px 0 0;
  bottom: -115px;
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
  height: 620px;
  overflow: hidden;
  position: absolute;
  right: 60px;
  width: 290px;
  z-index: 2;
}
.tour-phone img { height: 100%; object-fit: cover; width: 100%; }
.portal-note {
  align-items: center;
  background: var(--white);
  bottom: 48px;
  display: flex;
  gap: 12px;
  padding: 13px 17px;
  position: absolute;
  right: 278px;
  z-index: 3;
}
.portal-mark {
  background: var(--green-pale);
  color: var(--green-deep);
  font-size: .68rem;
  font-weight: 800;
  padding: 9px 7px;
}
.portal-note strong, .portal-note small { display: block; }
.portal-note strong { font-size: .78rem; }
.portal-note small { color: var(--muted); font-size: .68rem; margin-top: 2px; }

/* Outcomes */
.outcome-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.outcome {
  border: 1px solid var(--line);
  min-height: 330px;
  padding: 34px;
  position: relative;
}
.outcome-wide {
  align-items: center;
  background: var(--surface);
  display: grid;
  gap: 25px;
  grid-column: 1 / -1;
  grid-template-columns: 40px 1fr 290px;
  height: 390px;
  overflow: hidden;
  padding-block: 0;
}
.outcome-wide img { align-self: end; height: 340px; object-fit: cover; object-position: top; width: 170px; }
.outcome-index { color: var(--green); font-size: .75rem; font-weight: 800; }
.outcome-label { color: var(--green-deep); font-size: .72rem; font-weight: 760; letter-spacing: 0; margin: 42px 0 18px; text-transform: uppercase; }
.outcome h3 { font-size: clamp(1.55rem, 2.7vw, 2.35rem); max-width: 560px; }
.outcome p:last-child { margin-top: 17px; max-width: 560px; }
.outcome-dark { background: var(--navy); border-color: var(--navy); color: var(--white); }
.outcome-dark .outcome-label { color: #7ee5ac; }
.outcome-dark p:last-child { color: rgba(255,255,255,.7); }

/* Trust */
.trust-section { background: var(--navy-deep); color: var(--white); }
.trust-section .eyebrow { color: #7ee5ac; }
.trust-section .split-heading > p { color: rgba(255,255,255,.65); }
.trust-grid { border-top: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { border-right: 1px solid rgba(255,255,255,.17); padding: 34px 26px 0; }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; }
.trust-symbol { color: var(--green); display: block; font-size: 1.5rem; font-weight: 780; margin-bottom: 52px; }
.trust-grid h3 { font-size: 1.1rem; }
.trust-grid p { color: rgba(255,255,255,.62); font-size: .85rem; margin-top: 12px; }

/* Offer */
.offer-section { background: var(--surface); }
.offer-layout { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr 450px; }
.offer-copy h2 { margin: 15px 0 20px; }
.offer-copy > p:not(.eyebrow) { font-size: 1.05rem; max-width: 600px; }
.offer-copy .button { margin-top: 30px; }
.offer-sheet { background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(6,19,55,.08); padding: 34px; }
.offer-sheet-head { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.offer-sheet-head span, .offer-sheet-head strong { display: block; }
.offer-sheet-head span { color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.offer-sheet-head strong { font-size: 1.6rem; margin-top: 7px; }
.offer-sheet ul { list-style: none; margin: 12px 0 20px; }
.offer-sheet li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: .87rem;
  justify-content: space-between;
  padding: 13px 0;
}
.offer-sheet li b { color: var(--green); }
.offer-sheet > small { color: var(--faint); font-size: .72rem; }

/* FAQ */
.faq-layout { display: grid; gap: 80px; grid-template-columns: 360px 1fr; }
.faq-layout .section-heading p:last-child { font-size: .88rem; margin-top: 22px; }
.faq-layout .section-heading a { color: var(--green-deep); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 650;
  justify-content: space-between;
  list-style: none;
  padding: 22px 0;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span:last-child { color: var(--green); font-size: 1.35rem; font-weight: 450; }
.faq-list details[open] summary span:last-child { transform: rotate(45deg); }
.faq-list details p { font-size: .9rem; max-width: 670px; padding: 0 42px 22px 0; }

/* Closing and footer */
.closing-section { background: var(--green); color: var(--navy-deep); padding: 70px 0; }
.closing-section .eyebrow { color: var(--navy-deep); }
.closing-section .eyebrow::before { background: var(--navy); }
.closing-layout { align-items: center; display: grid; gap: 60px; grid-template-columns: 1fr auto; }
.closing-layout h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); margin-top: 13px; max-width: 850px; }
.site-footer { background: var(--navy-deep); color: var(--white); padding: 64px 0 30px; }
.footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.16);
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.brand-footer img { height: 38px; width: 38px; }
.footer-top p { color: rgba(255,255,255,.62); font-size: .86rem; }
.footer-grid { display: grid; gap: 60px; grid-template-columns: repeat(3, 1fr); padding: 42px 0; }
.footer-grid h3 { color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: 0; margin-bottom: 16px; text-transform: uppercase; }
.footer-grid a, .footer-grid button {
  background: none;
  border: 0;
  color: rgba(255,255,255,.78);
  display: block;
  font-size: .84rem;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
}
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.42);
  display: flex;
  flex-wrap: wrap;
  font-size: .71rem;
  gap: 24px;
  padding-top: 25px;
}
.mobile-demo-bar { display: none; }

/* Demo dialog */
.demo-dialog {
  border: 0;
  box-shadow: 0 30px 90px rgba(6,19,55,.28);
  left: 50%;
  margin: 0;
  max-height: calc(100vh - 40px);
  max-width: 710px;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
}
.demo-dialog::backdrop { background: rgba(6,19,55,.72); backdrop-filter: blur(4px); }
.demo-form { padding: 38px; }
.dialog-head { align-items: flex-start; display: flex; gap: 25px; justify-content: space-between; }
.dialog-head h2 { font-size: 2rem; margin-top: 11px; max-width: 540px; }
.dialog-close {
  background: var(--surface);
  border: 0;
  border-radius: 50%;
  flex: none;
  font-size: 1.55rem;
  height: 38px;
  line-height: 1;
  width: 38px;
}
.dialog-intro { font-size: .9rem; margin: 15px 0 25px; }
.form-grid { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
.form-grid label { display: grid; gap: 6px; }
.form-grid label > span { font-size: .78rem; font-weight: 650; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea {
  background: var(--white);
  border: 1px solid #cfd5df;
  border-radius: 6px;
  outline: none;
  padding: 11px 12px;
  width: 100%;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(16,177,90,.12); }
.form-grid textarea { resize: vertical; }
.consent { align-items: flex-start; display: flex; gap: 10px; margin: 20px 0; }
.consent input { margin-top: 4px; }
.consent span { color: var(--muted); font-size: .76rem; }
.consent a { color: var(--green-deep); }
.form-submit { width: 100%; }
.form-note { color: var(--faint); display: block; font-size: .7rem; margin-top: 10px; text-align: center; }

/* Legal pages */
.legal-main { min-height: 66vh; padding: 80px 0 110px; }
.legal-main h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.legal-main .updated { margin: 14px 0 42px; }
.legal-section { border-top: 1px solid var(--line); max-width: 800px; padding: 28px 0; }
.legal-section h2 { font-size: 1.2rem; margin-bottom: 12px; }
.legal-section p { font-size: .95rem; }
.legal-section a { color: var(--green-deep); }
.brand-mark {
  background: var(--navy);
  border-radius: 7px;
  color: var(--white);
  display: grid;
  font-style: normal;
  height: 30px;
  place-items: center;
  width: 30px;
}

@media (max-width: 1050px) {
  .main-nav { gap: 17px; margin-left: 10px; }
  .hero-grid { gap: 35px; grid-template-columns: .9fr 1.1fr; }
  .hero-product { transform: scale(.88); transform-origin: center; width: 590px; }
  .tour-stage { padding-left: 38px; }
  .tour-phone { right: 35px; width: 260px; }
  .portal-note { right: 235px; }
}

@media (max-width: 880px) {
  .section { padding: 82px 0; }
  .main-nav, .header-demo { display: none; }
  .menu-button { display: grid; }
  .mobile-panel.open { display: block; }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-product { margin: 0 auto; transform: none; width: min(100%, 600px); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 18px; }
  .split-heading { gap: 28px; grid-template-columns: 1fr; }
  .product-tour { grid-template-columns: 1fr; }
  .tour-tabs { border-bottom: 1px solid var(--line); border-right: 0; display: grid; grid-template-columns: 1fr 1fr; }
  .tour-tabs button { border-bottom: 3px solid transparent; border-left: 0; }
  .tour-tabs button[aria-selected="true"] { border-bottom-color: var(--green); border-left: 0; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-wide { grid-template-columns: 36px 1fr 200px; }
  .outcome { grid-column: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { border-bottom: 1px solid rgba(255,255,255,.17); padding: 30px; }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(3) { padding-left: 0; }
  .trust-grid article:nth-child(n+3) { border-bottom: 0; }
  .trust-symbol { margin-bottom: 28px; }
  .offer-layout { gap: 50px; grid-template-columns: 1fr; }
  .offer-sheet { max-width: 600px; width: 100%; }
  .faq-layout { gap: 35px; grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .shell { padding-inline: 20px; }
  .header-inner { height: 64px; }
  .brand { flex: none; }
  .brand img { height: 30px; width: 30px; }
  .brand span { font-size: 1rem; }
  .header-actions { gap: 5px; min-width: 0; }
  .lang-switch button { padding: 5px 7px; }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.35rem, 10.4vw, 2.85rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .hero { padding: 42px 0 50px; }
  .hero-copy { max-width: calc(100vw - 40px); min-width: 0; }
  .hero h1 { margin-block: 16px 19px; overflow-wrap: normal; }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 8px 16px; }
  .hero-product { height: 455px; margin-top: 5px; width: 100%; }
  .product-plane { height: 340px; left: 22%; padding: 25px; top: 38px; width: 72%; }
  .product-plane strong { font-size: 1.3rem; margin-top: 205px; }
  .product-plane small { display: none; }
  .phone-shot-main { height: 410px; left: 0; width: 193px; }
  .phone-shot-back { height: 325px; right: -27px; top: 103px; width: 147px; }
  .hero-proof { bottom: 0; left: 130px; padding: 10px 12px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid > div, .proof-grid > div:first-child {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    margin: 0;
    padding: 14px 0;
  }
  .proof-grid > div:nth-child(n+3) { border-top: 0; margin-top: 0; padding-top: 14px; }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 34px; }
  .tour-tabs { display: flex; overflow-x: auto; padding: 0; scrollbar-width: none; }
  .tour-tabs button { flex: 0 0 190px; padding: 16px 13px; }
  .tour-tabs small { display: none; }
  .tour-stage { min-height: 660px; padding: 42px 25px; }
  .tour-stage::after { inset: 12px; }
  .tour-copy { max-width: none; }
  .tour-copy h3 { font-size: 1.65rem; }
  .tour-phone { bottom: -60px; height: 390px; right: 50%; transform: translateX(50%); width: 184px; }
  .portal-note { bottom: 20px; left: 20px; right: auto; }
  .outcome { min-height: 280px; padding: 25px; }
  .outcome-wide {
    align-items: start;
    grid-template-columns: 28px 1fr;
    height: 520px;
    padding-block: 28px 0;
  }
  .outcome-wide img { bottom: 0; height: 270px; position: absolute; right: 25px; width: 135px; }
  .outcome-label { margin-top: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:nth-child(3) {
    border-bottom: 1px solid rgba(255,255,255,.17);
    border-right: 0;
    padding: 28px 0;
  }
  .trust-grid article:last-child { border-bottom: 0; }
  .offer-sheet { padding: 25px; }
  .closing-layout { grid-template-columns: 1fr; }
  .closing-layout .button { width: 100%; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-grid { gap: 32px; grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .mobile-demo-bar {
    background: var(--green);
    border: 0;
    bottom: 0;
    color: var(--white);
    display: block;
    font-weight: 720;
    height: 62px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 45;
  }
  .demo-form { padding: 26px 20px; }
  .dialog-head h2 { font-size: 1.55rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
}

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