/*
Theme Name: Centre One
Theme URI: https://centreone.co.uk
Author: Centre One
Description: The official Centre One sales website theme.
Version: 1.5.1
Text Domain: centre-one
*/

@font-face {
  font-display: swap;
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  src: url("assets/fonts/manrope-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-display: swap;
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  src: url("assets/fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #13243a;
  --ink-soft: #40516a;
  --white: #ffffff;
  --paper: #f7f9fc;
  --surface: #edf2f7;
  --surface-soft: #f1f5f9;
  --accent: #12b98f;
  --accent-deep: #087d6d;
  --mint: #d2f7eb;
  --mint-bright: #35d6a7;
  --aqua: #20c5b7;
  --blue: #82c9ff;
  --orange: #ffad5c;
  --purple: #b8a7ff;
  --pink: #ffa9c3;
  --yellow: #ffda6b;
  --muted: #607086;
  --muted-dark: #bcc8d8;
  --line: rgba(19, 36, 58, 0.13);
  --shadow: 0 26px 70px rgba(19, 36, 58, 0.15);
  --font-body: "Manrope Variable", "Segoe UI", Arial, sans-serif;
  --font-display: "Manrope Variable", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-synthesis: none;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.section-shell {
  margin: 0 auto;
  max-width: 1480px;
  padding-left: clamp(24px, 5.4vw, 82px);
  padding-right: clamp(24px, 5.4vw, 82px);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(247, 249, 252, 0.92);
  border-bottom: 1px solid rgba(19, 36, 58, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: none;
  padding: 24px clamp(24px, 5.4vw, 82px);
  position: sticky;
  top: 0;
  z-index: 30;
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  justify-self: start;
}

.brand-mark {
  align-items: center;
  background:
    radial-gradient(circle at 72% 20%, var(--yellow) 0 9%, transparent 10%),
    linear-gradient(145deg, var(--aqua), var(--mint-bright));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  display: flex;
  height: 42px;
  justify-content: center;
  position: relative;
  transform: rotate(-8deg);
  width: 42px;
}

.brand-mark::after {
  border: 2px solid rgba(19, 36, 58, 0.22);
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  inset: 6px;
  position: absolute;
}

.brand-mark span {
  color: var(--ink);
  font-size: 19px;
  font-weight: 850;
  line-height: 1;
  position: relative;
  transform: rotate(8deg);
  z-index: 1;
}

.brand-name {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.055em;
}

.brand-name strong {
  color: var(--accent-deep);
  font-weight: 800;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

.site-header nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 620;
}

.site-header nav a:hover,
.site-footer nav a:hover,
.site-header nav a[aria-current="page"] {
  color: var(--accent-deep);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-self: end;
}

.header-demo {
  align-items: center;
  background: var(--mint);
  border: 1px solid rgba(8, 125, 109, 0.18);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  gap: 9px;
  padding: 8px 14px 8px 10px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.header-demo:hover {
  background: #baf2df;
  color: var(--ink);
  transform: translateY(-1px);
}

.header-demo-status {
  background: var(--accent);
  border: 4px solid rgba(18, 185, 143, 0.17);
  background-clip: padding-box;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

.header-demo > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.header-demo strong {
  font-size: 12px;
  font-weight: 820;
}

.header-demo small {
  color: var(--accent-deep);
  font-size: 9px;
  font-weight: 700;
}

.nav-demo-mobile {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mobile-menu-toggle {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.mobile-menu-toggle > span:not(.screen-reader-text) {
  background: var(--ink);
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: transform 180ms ease;
  width: 17px;
}

.mobile-menu-toggle.is-open > span:nth-of-type(2) {
  transform: translateY(3.5px) rotate(45deg);
}

.mobile-menu-toggle.is-open > span:nth-of-type(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 760;
  gap: 22px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
nav a:focus-visible,
.feature-card a:focus-visible,
.demo-tabs button:focus-visible,
.reception-action:focus-visible,
.period-button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.button-small {
  font-size: 13px;
  gap: 13px;
  min-height: 44px;
  padding: 0 19px;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  box-shadow: 0 12px 26px rgba(19, 36, 58, 0.25);
}

.button-primary {
  background: var(--mint-bright);
  box-shadow: 0 13px 30px rgba(18, 185, 143, 0.23);
  color: var(--ink);
}

.button-primary:hover {
  background: #64e5bd;
  box-shadow: 0 16px 34px rgba(18, 185, 143, 0.3);
}

.button-light {
  background: var(--white);
  border-color: rgba(19, 36, 58, 0.18);
  color: var(--ink);
}

.button-light:hover {
  box-shadow: 0 12px 28px rgba(19, 36, 58, 0.15);
}

.button-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.09);
}

.button-outline-dark {
  background: transparent;
  border-color: rgba(19, 36, 58, 0.28);
  color: var(--ink);
}

.button-outline-dark:hover {
  background: rgba(19, 36, 58, 0.07);
}

.arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.button-primary .arrow {
  background: rgba(19, 36, 58, 0.09);
}

.button-featured {
  gap: 24px;
  min-height: 68px;
  padding: 8px 16px 8px 24px;
}

.button-featured > span:first-child {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.button-featured strong {
  font-size: 15px;
  font-weight: 820;
}

.button-featured small {
  font-size: 10px;
  font-weight: 650;
  opacity: 0.72;
}

.hero {
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(420px, 0.9fr) minmax(560px, 1.1fr);
  min-height: 790px;
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: clamp(70px, 8vw, 125px);
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 690px;
  position: relative;
  z-index: 4;
}

.launch-label {
  align-items: center;
  color: var(--accent-deep);
  display: flex;
  font-size: 12px;
  font-weight: 790;
  gap: 10px;
  letter-spacing: 0.1em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.launch-label span {
  background: var(--orange);
  border: 5px solid #ffead4;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.hero h1 {
  font-size: clamp(64px, 7.7vw, 116px);
  font-weight: 760;
  letter-spacing: -0.077em;
  line-height: 0.85;
  margin: 0;
  max-width: 780px;
}

.hero h1 em,
.intro-copy h2 em {
  color: var(--accent);
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 760;
}

.hero-intro {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
  margin: 34px 0 0;
  max-width: 645px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-top: 35px;
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 740;
  gap: 10px;
}

.text-link span {
  color: var(--accent-deep);
}

.hero-proof {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  margin-top: 42px;
  max-width: 520px;
  padding-top: 24px;
}

.proof-people {
  display: flex;
  padding-left: 8px;
}

.proof-people span {
  align-items: center;
  background: var(--blue);
  border: 3px solid var(--paper);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-size: 9px;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  margin-left: -8px;
  width: 38px;
}

.proof-people span:nth-child(2) {
  background: var(--orange);
}

.proof-people span:nth-child(3) {
  background: var(--mint);
  font-size: 17px;
}

.hero-proof p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 3px;
  margin: 0;
}

.hero-proof strong {
  font-size: 13px;
}

.hero-proof span {
  color: var(--muted);
}

.hero-orbit {
  border: 1px solid rgba(18, 185, 143, 0.15);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.orbit-one {
  height: 680px;
  right: -175px;
  top: -60px;
  width: 680px;
}

.orbit-two {
  height: 880px;
  right: -225px;
  top: -160px;
  width: 880px;
}

.hero-product {
  align-self: center;
  min-height: 590px;
  perspective: 1600px;
  position: relative;
  z-index: 3;
}

.product-window {
  background: var(--surface-soft);
  border: 1px solid rgba(19, 36, 58, 0.11);
  border-radius: 26px;
  box-shadow: var(--shadow);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 30px;
  transform: rotateY(-8deg) rotateZ(1.3deg);
  transform-origin: center;
  width: min(100%, 650px);
}

.window-bar {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid rgba(19, 36, 58, 0.09);
  display: flex;
  height: 57px;
  justify-content: space-between;
  padding: 0 18px;
}

.mini-brand {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 760;
  gap: 7px;
}

.mini-brand span,
.demo-brand > span {
  align-items: center;
  background: var(--mint-bright);
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.window-user {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  font-size: 9px;
  font-weight: 850;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.window-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 430px;
}

.window-sidebar {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.53);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 21px;
  padding-top: 23px;
}

.window-sidebar span {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.window-sidebar .side-active {
  background: var(--mint-bright);
  border-radius: 8px;
  color: var(--ink);
}

.window-content {
  padding: 26px 25px;
}

.window-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.window-heading > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.window-heading small,
.window-card small,
.mini-chart small,
.mini-list > small {
  color: var(--muted);
  font-size: 9px;
}

.window-heading strong {
  font-size: 20px;
  letter-spacing: -0.04em;
}

.status-dot,
.live-pill {
  align-items: center;
  background: var(--mint);
  border-radius: 999px;
  color: var(--accent-deep);
  display: flex;
  font-size: 9px;
  font-weight: 760;
  gap: 5px;
  padding: 6px 9px;
}

.status-dot::before,
.live-pill i {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.window-metrics {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
  margin-top: 23px;
}

.window-card {
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  min-height: 121px;
  padding: 17px;
}

.window-card strong {
  font-size: 34px;
  letter-spacing: -0.06em;
  margin-top: 8px;
}

.window-card span {
  font-size: 8px;
  margin-top: auto;
}

.window-card-dark {
  background: var(--ink);
  color: var(--white);
}

.window-card-dark small,
.window-card-dark span {
  color: var(--muted-dark);
}

.window-card-mint {
  background: var(--mint);
}

.window-lower {
  display: grid;
  gap: 13px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 13px;
}

.mini-chart,
.mini-list {
  background: var(--white);
  border: 1px solid rgba(19, 36, 58, 0.08);
  border-radius: 13px;
  min-height: 138px;
  padding: 15px;
}

.bars {
  align-items: flex-end;
  display: flex;
  gap: 7px;
  height: 82px;
  margin-top: 10px;
}

.bars i {
  background: #65ddb9;
  border-radius: 4px 4px 1px 1px;
  flex: 1;
}

.bars i:nth-child(2),
.bars i:nth-child(5) {
  background: var(--blue);
}

.bars i:nth-child(4) {
  background: var(--orange);
}

.mini-list p {
  align-items: center;
  border-bottom: 1px solid #e7edf4;
  display: grid;
  font-size: 7px;
  gap: 6px;
  grid-template-columns: auto 1fr auto;
  margin: 0;
  padding: 10px 0;
}

.mini-list b {
  color: var(--muted);
}

.dot {
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.dot-orange {
  background: var(--orange);
}

.dot-blue {
  background: #57b8ff;
}

.dot-mint {
  background: var(--accent);
}

.dot-purple {
  background: #9677ef;
}

.floating-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 36, 58, 0.1);
  border-radius: 15px;
  box-shadow: 0 17px 38px rgba(19, 36, 58, 0.15);
  display: flex;
  gap: 11px;
  padding: 13px 16px;
  position: absolute;
  z-index: 5;
}

.floating-card-one {
  left: -36px;
  top: 91px;
}

.floating-card-two {
  bottom: 57px;
  right: 9px;
}

.floating-icon {
  align-items: center;
  background: var(--mint);
  border-radius: 10px;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.floating-icon-purple {
  background: var(--purple);
}

.floating-card p {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 3px;
  margin: 0;
}

.floating-card small {
  color: var(--muted);
  font-size: 8px;
}

.belief-strip {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  gap: clamp(22px, 3vw, 58px);
  justify-content: center;
  min-height: 74px;
  overflow: hidden;
  padding: 18px 25px;
}

.belief-strip p {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 650;
  margin: 0;
  white-space: nowrap;
}

.belief-strip span {
  color: var(--mint-bright);
}

.demo-invite {
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(130, 201, 255, 0.65) 0 12%, transparent 33%),
    var(--mint);
  border: 1px solid rgba(8, 125, 109, 0.12);
  border-radius: 34px;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  margin: 48px auto 0;
  max-width: 1316px;
  padding: clamp(45px, 6vw, 78px);
}

.demo-open {
  align-items: center;
  color: var(--accent-deep);
  display: flex;
  font-size: 11px;
  font-weight: 830;
  gap: 10px;
  letter-spacing: 0.1em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.demo-open > span {
  background: var(--accent);
  border: 5px solid rgba(18, 185, 143, 0.18);
  background-clip: padding-box;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.demo-invite h2,
.platform-demo-cta h2 {
  font-size: clamp(42px, 4.5vw, 68px);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.demo-invite-copy > p:last-child {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
  margin: 25px 0 0;
  max-width: 710px;
}

.demo-invite-action {
  display: grid;
  gap: 30px;
}

.demo-invite-action ul,
.platform-demo-cta ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.demo-invite-action li,
.platform-demo-cta li {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 11px;
}

.demo-invite-action li span,
.platform-demo-cta li span {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: var(--accent-deep);
  display: inline-flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.demo-invite-action .button {
  justify-self: start;
}

.intro {
  padding-bottom: 150px;
  padding-top: 145px;
}

.section-kicker {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: var(--mint-bright);
}

.intro-copy {
  display: grid;
  gap: clamp(50px, 10vw, 165px);
  grid-template-columns: minmax(390px, 1fr) minmax(330px, 0.72fr);
  margin-top: 36px;
}

.intro-copy h2,
.section-heading h2,
.try-copy h2,
.pricing h2,
.story h2,
.final-cta h2 {
  font-size: clamp(48px, 6vw, 86px);
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin: 0;
}

.intro-copy > div {
  align-self: end;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.intro-copy p {
  margin: 0 0 20px;
}

.value-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 88px;
}

.value-grid article {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 35px 25px;
}

.value-grid article + article {
  border-left: 1px solid var(--line);
}

.value-grid strong {
  font-family: var(--font-display);
  font-size: 35px;
  font-style: normal;
  font-weight: 760;
}

.value-grid span {
  color: var(--muted);
  font-size: 13px;
}

.platform {
  background: var(--surface);
  max-width: none;
  padding-bottom: 145px;
  padding-top: 140px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(470px, 1fr) minmax(320px, 0.55fr);
  margin: 0 auto 65px;
  max-width: 1316px;
}

.section-heading h2 {
  font-size: clamp(48px, 5vw, 75px);
  margin-top: 24px;
  max-width: 850px;
}

.section-heading > p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  max-width: 470px;
}

.feature-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1316px;
}

.feature-card {
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  min-height: 355px;
  overflow: hidden;
  padding: 29px 30px 27px;
  position: relative;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-card:hover {
  box-shadow: 0 18px 45px rgba(19, 36, 58, 0.13);
  transform: translateY(-5px);
}

.feature-mint {
  background: var(--mint);
}

.feature-blue {
  background: var(--blue);
}

.feature-orange {
  background: var(--orange);
}

.feature-purple {
  background: var(--purple);
}

.feature-pink {
  background: var(--pink);
}

.feature-yellow {
  background: var(--yellow);
}

.feature-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.feature-top span {
  font-size: 11px;
  font-weight: 790;
}

.feature-top i {
  border: 1px solid rgba(19, 36, 58, 0.25);
  border-radius: 50%;
  height: 56px;
  position: relative;
  width: 56px;
}

.feature-top i::before,
.feature-top i::after {
  background: var(--ink);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.feature-top i::before {
  height: 1px;
  width: 20px;
}

.feature-top i::after {
  height: 20px;
  width: 1px;
}

.feature-card h3 {
  font-size: 29px;
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin: 50px 0 14px;
  max-width: 280px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 330px;
}

.feature-card a {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 790;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.feature-card a span {
  transition: transform 160ms ease;
}

.feature-card a:hover span {
  transform: translateX(4px);
}

.suite-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1316px;
}

.suite-card {
  border-radius: 27px;
  min-height: 485px;
  padding: clamp(28px, 4vw, 48px);
}

.suite-card-wide {
  grid-column: 1 / -1;
  min-height: 390px;
}

.suite-label {
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.11em;
  margin: 45px 0 12px;
  text-transform: uppercase;
}

.suite-card h3 {
  font-size: clamp(31px, 3vw, 46px);
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 0;
  max-width: 670px;
}

.module-list {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.module-list li {
  border-top: 1px solid rgba(19, 36, 58, 0.18);
  font-size: 13px;
  font-weight: 720;
  padding: 12px 0;
}

.module-list li::before {
  color: var(--accent-deep);
  content: "✓";
  margin-right: 9px;
}

.module-list-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.included-cta {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
  margin: 20px auto 0;
  max-width: 1316px;
  padding: 32px 36px;
}

.included-cta strong {
  font-size: 22px;
  letter-spacing: -0.035em;
}

.included-cta p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
  margin: 7px 0 0;
  max-width: 780px;
}

.try-section {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(55px, 7vw, 110px);
  grid-template-columns: minmax(320px, 0.68fr) minmax(590px, 1.32fr);
  max-width: none;
  padding-bottom: 145px;
  padding-top: 145px;
}

.try-copy {
  align-self: center;
  justify-self: end;
  max-width: 520px;
}

.try-copy h2 {
  font-size: clamp(45px, 5vw, 72px);
  margin-top: 24px;
}

.try-copy > p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.75;
  margin: 28px 0 0;
}

.try-copy ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 33px 0 0;
  padding: 0;
}

.try-copy li {
  align-items: center;
  color: #edf2f8;
  display: flex;
  font-size: 14px;
  gap: 12px;
}

.try-copy li span {
  align-items: center;
  background: rgba(53, 214, 167, 0.13);
  border: 1px solid rgba(53, 214, 167, 0.35);
  border-radius: 50%;
  color: var(--mint-bright);
  display: flex;
  font-size: 10px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.interactive-demo {
  min-width: 0;
}

.demo-shell {
  background: var(--surface-soft);
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 27px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
  color: var(--ink);
  overflow: hidden;
}

.demo-topbar {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 22px;
}

.demo-brand {
  align-items: center;
  display: flex;
  gap: 9px;
}

.demo-brand strong {
  font-size: 13px;
  letter-spacing: -0.04em;
}

.demo-brand small {
  border-left: 1px solid #d8e0ea;
  color: var(--muted);
  font-size: 10px;
  margin-left: 4px;
  padding-left: 12px;
}

.safe-mode {
  background: #fff5df;
  border: 1px solid #f5dfad;
  border-radius: 999px;
  color: #8d6416;
  font-size: 9px;
  font-weight: 760;
  padding: 7px 10px;
  text-transform: uppercase;
}

.demo-tabs {
  background: var(--white);
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  gap: 3px;
  padding: 0 18px;
}

.demo-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 690;
  padding: 15px 16px 13px;
}

.demo-tabs button.active {
  border-bottom-color: var(--accent);
  color: var(--ink);
}

.demo-view {
  min-height: 408px;
  padding: 30px;
}

.demo-view-heading {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.demo-view-heading > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.eyebrow-small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.demo-view h3 {
  font-size: clamp(21px, 2vw, 29px);
  letter-spacing: -0.045em;
  margin: 0;
}

.live-pill {
  font-size: 9px;
  padding: 8px 10px;
}

.metric-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 25px 0 12px;
}

.metric {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 135px;
  padding: 17px;
}

.metric > span {
  font-size: 10px;
}

.metric strong {
  font-size: 38px;
  letter-spacing: -0.06em;
  margin-top: 8px;
}

.metric small {
  font-size: 9px;
  margin-top: auto;
}

.metric-dark {
  background: var(--ink);
  color: var(--white);
}

.metric-dark small,
.metric-dark > span {
  color: var(--muted-dark);
}

.metric-mint {
  background: var(--mint);
}

.metric-lilac {
  background: var(--purple);
}

.activity-row {
  align-items: center;
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  padding: 10px 13px;
}

.activity-row > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.avatar {
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-size: 9px;
  font-weight: 850;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.avatar-orange {
  background: var(--orange);
}

.avatar-blue {
  background: var(--blue);
}

.activity-row p {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 3px;
  margin: 0;
}

.activity-row small,
.activity-row > span {
  color: var(--muted);
  font-size: 9px;
}

.reception-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 31px;
}

.reception-action {
  align-items: flex-start;
  background: var(--white);
  border: 1px solid #dfe6ef;
  border-radius: 15px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 19px;
  text-align: left;
  transition: transform 160ms ease;
}

.reception-action:hover {
  transform: translateY(-3px);
}

.reception-action-primary {
  background: var(--mint);
  border-color: transparent;
}

.action-icon {
  align-items: center;
  background: var(--ink);
  border-radius: 10px;
  color: var(--white);
  display: flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  margin-bottom: auto;
  width: 38px;
}

.reception-action strong {
  font-size: 14px;
  margin-top: 24px;
}

.reception-action small {
  color: var(--muted);
  font-size: 9px;
  margin-top: 5px;
}

.demo-note {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 9px;
  gap: 9px;
  margin-top: 19px;
}

.demo-note span {
  background: #e4ebf3;
  border-radius: 999px;
  color: #53637a;
  font-weight: 750;
  padding: 5px 8px;
  text-transform: uppercase;
}

.period-button {
  background: var(--white);
  border: 1px solid #dce4ee;
  border-radius: 9px;
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
  padding: 8px 10px;
}

.funding-layout {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: 20px;
}

.donut-wrap {
  display: flex;
  justify-content: center;
}

.donut {
  align-items: center;
  background: conic-gradient(#57b8ff 0 38%, var(--accent) 38% 69%, var(--orange) 69% 88%, #9677ef 88%);
  border-radius: 50%;
  display: flex;
  height: 190px;
  justify-content: center;
  width: 190px;
}

.donut::before {
  background: var(--surface-soft);
  border-radius: 50%;
  content: "";
  height: 120px;
  position: absolute;
  width: 120px;
}

.donut div {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 1;
}

.donut strong {
  font-size: 31px;
  letter-spacing: -0.05em;
}

.donut span {
  color: var(--muted);
  font-size: 9px;
}

.funding-list {
  display: flex;
  flex-direction: column;
}

.funding-list > div {
  align-items: center;
  border-bottom: 1px solid #dfe6ef;
  display: grid;
  font-size: 10px;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  padding: 13px 0;
}

.funding-list strong {
  font-size: 10px;
}

.demo-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 17px 11px 0;
}

.demo-footer p {
  color: #8694a8;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 3px;
  margin: 0;
}

.demo-footer strong {
  color: var(--white);
}

.demo-footer > a {
  color: var(--mint-bright);
  font-size: 10px;
  font-weight: 720;
}

.demo-footer > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.edition-switchboard {
  padding-bottom: 145px;
  padding-top: 145px;
}

.edition-heading {
  align-items: end;
  display: grid;
  gap: clamp(45px, 8vw, 120px);
  grid-template-columns: 1fr 0.75fr;
  margin-bottom: 70px;
}

.edition-heading h2,
.pricing-editions-heading h2,
.pro-choice-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 22px 0 0;
}

.edition-heading h2 em,
.pricing-editions-heading h2 em,
.page-hero h1 em,
.pro-choice-intro h2 em {
  color: var(--accent);
  font-style: normal;
  font-weight: 720;
}

.edition-heading > p {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 8px;
}

.edition-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edition-card {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  min-height: 640px;
  overflow: hidden;
  padding: clamp(32px, 4.8vw, 68px);
  position: relative;
}

.edition-community {
  background: var(--white);
  border: 1px solid var(--line);
}

.edition-pro {
  background:
    radial-gradient(circle at 92% 7%, rgba(255, 218, 107, 0.9) 0 10%, transparent 10.5%),
    var(--ink);
  color: var(--white);
}

.edition-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.edition-number {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.edition-pill {
  background: var(--yellow);
  border-radius: 999px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.edition-pill-bright {
  background: var(--mint-bright);
}

.edition-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 58px 0 15px;
  text-transform: uppercase;
}

.edition-card h3 {
  font-family: var(--font-display);
  font-size: clamp(44px, 4.6vw, 67px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0 0 24px;
  max-width: 600px;
}

.edition-card > p:not(.edition-label) {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
  max-width: 590px;
}

.edition-pro > p:not(.edition-label) {
  color: var(--muted-dark);
}

.edition-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 32px 0 38px;
  padding: 0;
}

.edition-card li {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
}

.edition-card li span {
  align-items: center;
  background: rgba(53, 214, 167, 0.2);
  border-radius: 50%;
  display: inline-flex;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.edition-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.pricing {
  padding-bottom: 140px;
  padding-top: 140px;
}

.pricing-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 32px;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(450px, 1fr) minmax(310px, 0.58fr);
  overflow: hidden;
  padding: clamp(36px, 6vw, 80px);
  position: relative;
}

.pricing-card::after {
  background: var(--mint);
  border-radius: 50%;
  content: "";
  height: 400px;
  position: absolute;
  right: -210px;
  top: -230px;
  width: 400px;
}

.pricing h2 {
  font-size: clamp(50px, 5.6vw, 82px);
  margin-top: 23px;
}

.pricing-card > div:first-child > p:last-child {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 670px;
}

.pricing-promise {
  align-self: stretch;
  background: var(--surface-soft);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  position: relative;
  z-index: 2;
}

.pricing-promise > span {
  color: var(--accent-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pricing-promise > strong {
  font-size: 29px;
  letter-spacing: -0.05em;
  line-height: 1.15;
  margin-top: 30px;
}

.pricing-promise > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 15px 0 28px;
}

.pricing-promise .button {
  margin-top: auto;
}

.story {
  align-items: center;
  background: var(--yellow);
  display: grid;
  gap: clamp(55px, 10vw, 165px);
  grid-template-columns: 0.8fr 1.2fr;
  max-width: none;
  min-height: 690px;
  overflow: hidden;
  padding-bottom: 105px;
  padding-top: 105px;
}

.story-shape {
  align-items: center;
  background:
    radial-gradient(circle at 70% 24%, var(--orange) 0 7%, transparent 7.5%),
    var(--mint-bright);
  border-radius: 50%;
  display: flex;
  height: clamp(300px, 33vw, 510px);
  justify-content: center;
  justify-self: end;
  position: relative;
  transform: rotate(-8deg);
  width: clamp(300px, 33vw, 510px);
}

.story-shape::before,
.story-shape::after {
  border: 2px solid rgba(19, 36, 58, 0.24);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.story-shape::before {
  inset: 42px;
}

.story-shape::after {
  border-left-color: transparent;
  border-width: 3px;
  inset: 92px;
}

.story-shape span {
  font-size: clamp(90px, 12vw, 180px);
  font-weight: 850;
  letter-spacing: -0.08em;
  transform: rotate(8deg);
}

.story-copy {
  max-width: 700px;
}

.story-copy .section-kicker {
  color: var(--ink);
}

.story h2 {
  font-size: clamp(48px, 5.2vw, 76px);
  margin-top: 24px;
}

.story-copy > p:not(.section-kicker) {
  font-size: 17px;
  line-height: 1.72;
  margin: 28px 0 0;
  max-width: 650px;
}

.final-cta {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  flex-direction: column;
  max-width: none;
  padding-bottom: 125px;
  padding-top: 125px;
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(53px, 7vw, 98px);
  margin-top: 23px;
}

.final-cta > p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 17px;
  margin: 24px 0 31px;
}

.site-footer {
  align-items: center;
  background: #0b1728;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--white);
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr 1.3fr 1fr;
  padding: 45px clamp(24px, 5.4vw, 82px);
}

.site-footer .brand-name {
  color: var(--white);
}

.site-footer > div {
  text-align: center;
}

.site-footer p {
  color: #c3cede;
  font-size: 12px;
  margin: 0 0 7px;
}

.site-footer > div span {
  color: #8695ab;
  font-size: 10px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-footer nav a {
  color: #bdc9d9;
  font-size: 11px;
}

.sales-page {
  overflow: hidden;
}

.page-hero {
  padding-bottom: clamp(100px, 12vw, 175px);
  padding-top: clamp(85px, 10vw, 145px);
  position: relative;
}

.page-hero::after {
  background: var(--mint);
  border-radius: 50%;
  content: "";
  height: clamp(240px, 34vw, 520px);
  opacity: 0.45;
  position: absolute;
  right: clamp(-260px, -13vw, -100px);
  top: 15%;
  width: clamp(240px, 34vw, 520px);
  z-index: -1;
}

.page-hero h1,
.story-page-hero h1,
.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(62px, 9vw, 128px);
  font-weight: 740;
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin: 28px 0 34px;
  max-width: 1240px;
}

.page-hero-intro {
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  margin: 0;
  max-width: 800px;
}

.page-hero .hero-actions {
  margin-top: 40px;
}

.page-intro {
  align-items: start;
  background: var(--white);
  display: grid;
  gap: clamp(45px, 8vw, 130px);
  grid-template-columns: 1fr 0.8fr;
  max-width: none;
  padding-bottom: clamp(85px, 10vw, 140px);
  padding-top: clamp(85px, 10vw, 140px);
}

.page-intro h2,
.page-cta h2,
.story-body h2,
.story-next h2,
.contact-copy h2,
.pricing-main h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 20px 0 0;
}

.page-intro > p {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.75;
  margin: 37px 0 0;
  max-width: 650px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  padding-bottom: clamp(90px, 11vw, 160px);
  padding-top: clamp(90px, 11vw, 160px);
}

.detail-card {
  min-height: 520px;
  padding: clamp(35px, 5vw, 72px);
  scroll-margin-top: 40px;
}

.detail-card > span,
.pricing-values article > span,
.story-columns article > span {
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
}

.detail-card h2 {
  font-family: var(--font-display);
  font-size: clamp(39px, 4.3vw, 64px);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin: 70px 0 22px;
}

.detail-card p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 580px;
}

.detail-card ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.detail-card li {
  border-top: 1px solid rgba(19, 36, 58, 0.16);
  font-size: 14px;
  font-weight: 670;
  padding-top: 11px;
}

.detail-mint {
  background: var(--mint);
}

.detail-blue {
  background: var(--blue);
}

.detail-orange {
  background: var(--orange);
}

.detail-purple {
  background: var(--purple);
}

.detail-pink {
  background: var(--pink);
}

.detail-yellow {
  background: var(--yellow);
}

.page-cta {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 55px;
  grid-template-columns: 1fr auto;
  max-width: none;
  padding-bottom: clamp(75px, 9vw, 120px);
  padding-top: clamp(75px, 9vw, 120px);
}

.page-cta h2 {
  margin-top: 20px;
  max-width: 920px;
}

.page-hero-pricing::after {
  background: var(--yellow);
}

.pricing-editions {
  padding-bottom: clamp(100px, 12vw, 170px);
}

.pricing-editions-heading {
  margin-bottom: 65px;
  max-width: 980px;
}

.pricing-edition-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-edition-card {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  min-height: 760px;
  padding: clamp(34px, 5vw, 70px);
}

.pricing-edition-community {
  background: var(--white);
  border: 1px solid var(--line);
}

.pricing-edition-pro {
  background:
    radial-gradient(circle at 91% 9%, var(--orange) 0 9%, transparent 9.5%),
    var(--mint);
}

.pricing-edition-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pricing-edition-meta span {
  font-size: 12px;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-edition-meta strong {
  background: var(--paper);
  border-radius: 999px;
  font-size: 11px;
  padding: 10px 13px;
}

.pricing-edition-pro .pricing-edition-meta strong {
  background: var(--ink);
  color: var(--white);
}

.pricing-edition-card h3 {
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 65px 0 25px;
}

.pricing-edition-card > p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.pricing-edition-card ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 42px 0 45px;
  padding: 0;
}

.pricing-edition-card li {
  align-items: center;
  border-top: 1px solid rgba(19, 36, 58, 0.15);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  padding: 14px 0;
}

.pricing-edition-card li span {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.pricing-edition-pro li span {
  background: var(--white);
}

.pricing-edition-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.pricing-edition-card > small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  margin-top: 18px;
}

.delivery-options {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(60px, 9vw, 140px);
  grid-template-columns: 0.7fr 1.3fr;
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 165px);
  padding-top: clamp(100px, 12vw, 165px);
}

.delivery-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(50px, 5.6vw, 80px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 24px 0;
}

.delivery-heading > p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.7;
}

.delivery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.delivery-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: clamp(28px, 3.5vw, 48px);
}

.delivery-grid article + article {
  background: var(--mint);
  color: var(--ink);
}

.delivery-tag {
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.delivery-grid h3 {
  font-family: var(--font-display);
  font-size: 39px;
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 50px 0 20px;
}

.delivery-grid p {
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.7;
}

.delivery-grid article + article p {
  color: var(--ink-soft);
}

.delivery-prices,
.pro-choice-prices {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 28px;
}

.delivery-prices strong,
.pro-choice-prices strong {
  font-size: 15px;
}

.delivery-prices small,
.pro-choice-prices small {
  display: inline-block;
  margin-left: 6px;
  color: var(--mint-bright);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.delivery-grid article + article .delivery-prices small,
.pro-choice-grid article + article .pro-choice-prices small {
  color: var(--accent-deep);
}

.delivery-actions,
.pro-choice-actions {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.delivery-actions .button,
.pro-choice-actions .button {
  gap: 10px;
  min-height: 50px;
  padding: 0 16px;
}

.get-hero::after {
  background: var(--purple);
}

.pathway-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 170px);
}

.pathway-card {
  display: flex;
  flex-direction: column;
  min-height: 650px;
  padding: clamp(30px, 4.2vw, 60px);
  scroll-margin-top: 130px;
}

.pathway-demo {
  background: var(--blue);
}

.pathway-community {
  background: var(--yellow);
}

.pathway-pro {
  background: var(--ink);
  color: var(--white);
}

.pathway-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pathway-top > span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.pathway-top strong {
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.09em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.pathway-card h2 {
  font-family: var(--font-display);
  font-size: clamp(43px, 4.4vw, 63px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 65px 0 25px;
}

.pathway-card > p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.pathway-pro > p {
  color: var(--muted-dark);
}

.pathway-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 34px 0 38px;
  padding: 0;
}

.pathway-card li {
  border-top: 1px solid rgba(19, 36, 58, 0.17);
  font-size: 13px;
  font-weight: 720;
  padding-top: 11px;
}

.pathway-pro li {
  border-color: rgba(255, 255, 255, 0.16);
}

.pathway-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.pro-choice {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(55px, 8vw, 125px);
  grid-template-columns: 0.7fr 1.3fr;
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 170px);
  padding-top: clamp(100px, 12vw, 170px);
  scroll-margin-top: 110px;
}

.pro-choice-intro > p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.72;
}

.pro-choice-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pro-choice-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: clamp(28px, 3.5vw, 48px);
}

.pro-choice-grid article + article {
  background: var(--mint);
  color: var(--ink);
}

.pro-choice-grid article > span {
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pro-choice-grid h3 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 52px 0 20px;
}

.pro-choice-grid p {
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.7;
}

.pro-choice-grid article + article p {
  color: var(--ink-soft);
}

.pricing-page-card {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  max-width: 1280px;
  padding-bottom: clamp(90px, 11vw, 150px);
}

.pricing-main,
.included-list {
  padding: clamp(35px, 6vw, 82px);
}

.pricing-main {
  background: var(--white);
}

.pricing-badge {
  background: var(--yellow);
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 9px 13px;
  text-transform: uppercase;
}

.pricing-main > p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.pricing-main .pricing-status {
  color: var(--ink);
  font-weight: 750;
  margin: 32px 0;
}

.included-list {
  background: var(--mint);
}

.included-list h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 680;
  letter-spacing: -0.04em;
  margin: 0 0 35px;
}

.included-list ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.included-list li {
  align-items: center;
  border-top: 1px solid rgba(19, 36, 58, 0.17);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 12px;
  padding-top: 18px;
}

.included-list li span {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.pricing-values {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  max-width: none;
  padding-bottom: clamp(90px, 11vw, 150px);
}

.pricing-values article {
  background: var(--surface);
  min-height: 350px;
  padding: clamp(32px, 4.5vw, 65px);
}

.pricing-values h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 75px 0 20px;
}

.pricing-values p,
.story-columns p,
.story-next > p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.story-page-hero {
  align-items: center;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  padding-bottom: clamp(90px, 11vw, 150px);
  padding-top: clamp(80px, 9vw, 130px);
}

.story-page-hero h1 {
  font-size: clamp(60px, 8vw, 112px);
  margin-bottom: 35px;
}

.story-page-hero > div:last-child > p:last-child {
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.65;
  max-width: 760px;
}

.story-body {
  background: var(--white);
  max-width: none;
  padding-bottom: clamp(90px, 11vw, 150px);
  padding-top: clamp(90px, 11vw, 150px);
}

.story-lead {
  max-width: 900px;
}

.story-lead > p {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.75;
}

.story-columns {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 90px;
}

.story-columns article {
  background: var(--paper);
  min-height: 330px;
  padding: clamp(30px, 4vw, 56px);
}

.story-columns h3 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 680;
  letter-spacing: -0.04em;
  margin: 70px 0 17px;
}

.story-next {
  max-width: 1100px;
  padding-bottom: clamp(90px, 11vw, 150px);
  padding-top: clamp(90px, 11vw, 150px);
}

.story-next > p:not(.section-kicker) {
  font-size: 19px;
  max-width: 800px;
}

.story-next .text-link {
  margin-top: 24px;
}

.page-hero-contact::after {
  background: var(--orange);
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(50px, 9vw, 135px);
  grid-template-columns: 0.75fr 1.25fr;
  max-width: 1280px;
  padding-bottom: clamp(100px, 12vw, 170px);
}

.contact-copy {
  padding-top: 30px;
}

.contact-copy > p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.contact-copy ul {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}

.contact-copy li {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
}

.contact-copy li span {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.contact-form-card {
  background: var(--white);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 65px);
}

.contact-form,
.form-field {
  display: grid;
  gap: 9px;
}

.contact-form {
  gap: 24px;
}

.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field label {
  font-size: 13px;
  font-weight: 760;
}

.form-field label span {
  color: var(--muted);
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  padding: 14px 15px;
  width: 100%;
}

.form-field textarea {
  min-height: 170px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent-deep);
  box-shadow: 0 0 0 3px rgba(18, 185, 143, 0.15);
  outline: 0;
}

.form-field-hidden {
  left: -10000px;
  position: absolute;
}

.privacy-check {
  align-items: flex-start;
  color: var(--ink-soft);
  display: flex;
  font-size: 13px;
  gap: 11px;
  line-height: 1.5;
}

.privacy-check input {
  margin-top: 3px;
}

.privacy-check a,
.legal-page a {
  color: var(--accent-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form .button {
  justify-self: start;
}

.form-notice {
  border-left: 5px solid;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
  padding: 16px 18px;
}

.form-notice-success {
  background: var(--mint);
  border-color: var(--accent-deep);
}

.form-notice-error {
  background: #fff0e2;
  border-color: #d66b23;
}

.legal-page {
  max-width: 1000px;
  padding-bottom: clamp(100px, 12vw, 170px);
  padding-top: clamp(80px, 9vw, 130px);
}

.legal-page h1 {
  font-size: clamp(62px, 9vw, 112px);
}

.legal-updated {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.legal-intro {
  border-left: 7px solid var(--mint-bright);
  font-family: var(--font-display);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.35;
  margin: 70px 0;
  padding: 8px 0 8px 32px;
}

.legal-readiness-notice {
  background: #fff0e2;
  border: 1px solid rgba(214, 107, 35, 0.45);
  border-radius: 18px;
  margin: -28px 0 58px;
  padding: 22px 24px;
}

.legal-readiness-notice strong {
  display: block;
  font-size: 17px;
  margin-bottom: 7px;
}

.legal-readiness-notice p {
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
}

.legal-page section {
  border-top: 1px solid var(--line);
  padding: 42px 0 28px;
}

.legal-page section h2 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 680;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.legal-page section p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.reception-action.is-sampled {
  box-shadow: 0 0 0 4px var(--mint-bright);
  transform: translateY(-3px);
}

.platform-hero::after {
  background: var(--blue);
}

.platform-proof-bar {
  background: var(--ink);
  border-radius: 28px;
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: clamp(60px, 7vw, 105px);
  padding-bottom: 0;
  padding-top: 0;
}

.platform-proof-bar article {
  display: flex;
  flex-direction: column;
  min-height: 155px;
  padding: 32px;
}

.platform-proof-bar article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.platform-proof-bar strong {
  color: var(--mint-bright);
  font-size: 48px;
  letter-spacing: -0.06em;
}

.platform-proof-bar span {
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.4;
  margin-top: auto;
}

.page-intro-body {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
  max-width: 700px;
}

.page-intro-body p {
  margin: 0 0 19px;
}

.module-catalogue {
  background: var(--surface);
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 170px);
  padding-top: clamp(100px, 12vw, 170px);
}

.module-catalogue-heading {
  margin: 0 auto 75px;
  max-width: 1316px;
}

.module-catalogue-heading h2 {
  font-size: clamp(52px, 6vw, 88px);
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 24px 0 25px;
}

.module-catalogue-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 780px;
}

.module-group {
  border-radius: 30px;
  margin: 20px auto 0;
  max-width: 1316px;
  padding: clamp(30px, 5vw, 65px);
  scroll-margin-top: 105px;
}

.module-group-mint {
  background: var(--mint);
}

.module-group-blue {
  background: var(--blue);
}

.module-group-orange {
  background: var(--orange);
}

.module-group-purple {
  background: var(--purple);
}

.module-group-pink {
  background: var(--pink);
}

.module-group-heading {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-bottom: 42px;
}

.module-group-heading > span {
  align-items: center;
  border: 1px solid rgba(19, 36, 58, 0.3);
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  font-weight: 820;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.module-group-heading p {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.module-group-heading h3 {
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.055em;
  margin: 0;
}

.module-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-card-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 17px;
  min-height: 225px;
  padding: 25px;
}

.module-card-grid article > span {
  align-items: center;
  background: var(--ink);
  border-radius: 9px;
  color: var(--white);
  display: inline-flex;
  font-size: 9px;
  font-weight: 830;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 7px;
}

.module-card-grid h4 {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 30px 0 9px;
}

.module-card-grid p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.platform-demo-cta {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(55px, 9vw, 145px);
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  max-width: none;
  padding-bottom: clamp(95px, 11vw, 155px);
  padding-top: clamp(95px, 11vw, 155px);
}

.platform-demo-cta .demo-open {
  color: var(--mint-bright);
}

.platform-demo-cta > div:first-child > p:last-child {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.75;
  margin: 28px 0 0;
  max-width: 760px;
}

.platform-demo-cta > div:last-child {
  align-self: center;
  display: grid;
  gap: 34px;
}

.platform-demo-cta li {
  color: #edf2f8;
}

.platform-demo-cta li span {
  background: rgba(53, 214, 167, 0.12);
  color: var(--mint-bright);
}

.platform-demo-cta .button {
  justify-self: start;
}

.checkout-note {
  color: var(--muted-dark);
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 15px;
}

.delivery-grid article + article .checkout-note,
.pro-choice-grid article + article .checkout-note {
  color: var(--muted);
}

.purchase-journey {
  display: grid;
  gap: clamp(55px, 8vw, 120px);
  grid-template-columns: 0.75fr 1.25fr;
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 165px);
  padding-top: clamp(100px, 12vw, 165px);
}

.purchase-journey-heading h2,
.launch-steps-heading h2 {
  font-size: clamp(50px, 5.7vw, 82px);
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 23px 0;
}

.purchase-journey-heading h2 em,
.launch-steps-heading h2 em {
  color: var(--accent);
  font-style: normal;
}

.purchase-journey-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
  max-width: 610px;
}

.purchase-step-grid,
.launch-step-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.purchase-step-grid article,
.launch-step-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 330px;
  padding: clamp(25px, 3vw, 40px);
}

.purchase-step-grid article:nth-child(2),
.launch-step-grid article:nth-child(2) {
  background: var(--mint);
}

.purchase-step-grid article:nth-child(3),
.launch-step-grid article:nth-child(3) {
  background: var(--blue);
}

.purchase-step-grid article > span,
.launch-step-grid article > span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.purchase-step-grid h3,
.launch-step-grid h3 {
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 70px 0 16px;
}

.purchase-step-grid p,
.launch-step-grid p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.68;
  margin: 0;
}

.route-reassurance {
  align-items: start;
  display: grid;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: 0.7fr 1.3fr;
  max-width: none;
  padding-bottom: clamp(95px, 11vw, 150px);
  padding-top: clamp(95px, 11vw, 150px);
}

.route-reassurance h2 {
  font-size: clamp(50px, 5.7vw, 82px);
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 23px 0 0;
}

.route-reassurance ol {
  display: grid;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-reassurance li {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  padding: 25px 28px;
}

.route-reassurance li:nth-child(2) {
  background: var(--mint);
}

.route-reassurance li:nth-child(3) {
  background: var(--blue);
}

.route-reassurance li > span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.route-reassurance p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.route-reassurance p strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.onboarding-hero::after {
  background: var(--orange);
}

.onboarding-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.onboarding-trust span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 760;
  padding: 10px 13px;
}

.launch-steps {
  background: var(--surface);
  display: grid;
  gap: clamp(55px, 8vw, 110px);
  grid-template-columns: 0.65fr 1.35fr;
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 165px);
  padding-top: clamp(100px, 12vw, 165px);
}

.onboarding-layout {
  align-items: start;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(55px, 9vw, 130px);
  grid-template-columns: 0.7fr 1.3fr;
  max-width: none;
  padding-bottom: clamp(100px, 12vw, 165px);
  padding-top: clamp(100px, 12vw, 165px);
  scroll-margin-top: 90px;
}

.onboarding-copy h2 {
  font-size: clamp(50px, 5.8vw, 82px);
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 24px 0;
}

.onboarding-copy > p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.75;
}

.onboarding-copy ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}

.onboarding-copy li {
  align-items: center;
  color: #edf2f8;
  display: flex;
  font-size: 13px;
  font-weight: 690;
  gap: 12px;
}

.onboarding-copy li span {
  align-items: center;
  background: rgba(53, 214, 167, 0.14);
  border-radius: 50%;
  color: var(--mint-bright);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.onboarding-help {
  border-left: 4px solid var(--mint-bright);
  margin-top: 50px;
  padding: 2px 0 2px 19px;
}

.onboarding-help strong {
  font-size: 14px;
}

.onboarding-help p {
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.6;
  margin: 7px 0 0;
}

.onboarding-form-card {
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: clamp(28px, 5vw, 65px);
}

.onboarding-form {
  gap: 22px;
}

.route-specific-field[hidden] {
  display: none;
}

.address-field {
  align-items: stretch;
  display: flex;
}

.address-field input {
  border-radius: 7px 0 0 7px;
}

.address-field span {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0 7px 7px 0;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
  white-space: nowrap;
}

.checkout-reassurance {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.onboarding-success {
  align-items: start;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  justify-content: center;
}

.onboarding-success > span {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--accent-deep);
  display: inline-flex;
  font-size: 26px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.onboarding-success h2 {
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -0.06em;
  line-height: 0.97;
  margin: 35px 0 18px;
}

.onboarding-success p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 30px;
  max-width: 590px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .header-demo {
    display: none;
  }

  .site-header nav {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    gap: 0;
    left: clamp(24px, 5.4vw, 82px);
    padding: 10px;
    position: absolute;
    right: clamp(24px, 5.4vw, 82px);
    top: calc(100% - 8px);
  }

  .site-header nav.is-open {
    display: grid;
  }

  .site-header nav a {
    border-radius: 6px;
    font-size: 16px;
    padding: 15px 16px;
  }

  .site-header nav .nav-demo-mobile {
    align-items: center;
    background: var(--mint);
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
  }

  .nav-demo-mobile small {
    color: var(--accent-deep);
    font-size: 10px;
  }

  .site-header nav a:hover,
  .site-header nav a:focus-visible {
    background: var(--paper);
  }

  .hero {
    gap: 40px;
    grid-template-columns: minmax(390px, 0.9fr) minmax(470px, 1.1fr);
  }

  .floating-card-one {
    left: 5px;
  }

  .try-section {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .page-hero h1 {
    max-width: 1000px;
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 75px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-product {
    min-height: 550px;
  }

  .product-window {
    left: 50%;
    max-width: 700px;
    transform: translateX(-50%) rotateY(-3deg) rotateZ(0.5deg);
    width: 91%;
  }

  .floating-card-one {
    left: 1%;
  }

  .intro-copy,
  .section-heading,
  .pricing-card,
  .edition-heading,
  .delivery-options,
  .pro-choice,
  .purchase-journey,
  .route-reassurance,
  .launch-steps,
  .onboarding-layout {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .intro-copy > div {
    max-width: 680px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-invite,
  .platform-demo-cta {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .suite-grid {
    grid-template-columns: 1fr;
  }

  .suite-card-wide {
    grid-column: auto;
  }

  .included-cta {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .platform-proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-proof-bar article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .platform-proof-bar article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .module-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edition-grid,
  .pricing-edition-grid,
  .pathway-grid,
  .delivery-grid,
  .pro-choice-grid,
  .purchase-step-grid,
  .launch-step-grid {
    grid-template-columns: 1fr;
  }

  .purchase-step-grid article,
  .launch-step-grid article {
    min-height: 260px;
  }

  .edition-card,
  .pricing-edition-card,
  .pathway-card {
    min-height: 600px;
  }

  .try-section {
    grid-template-columns: 1fr;
  }

  .try-copy {
    justify-self: start;
    max-width: 700px;
  }

  .interactive-demo {
    width: 100%;
  }

  .story {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > div {
    display: none;
  }

  .page-intro,
  .pricing-page-card,
  .story-page-hero,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .page-intro {
    gap: 25px;
  }

  .page-intro > p {
    margin-top: 0;
  }

  .pricing-values,
  .story-columns {
    grid-template-columns: 1fr;
  }

  .pricing-values article,
  .story-columns article {
    min-height: 280px;
  }

  .story-page-hero .story-shape {
    justify-self: start;
  }

  .contact-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .onboarding-copy {
    max-width: 720px;
  }

  .page-cta {
    align-items: start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .delivery-actions,
  .pro-choice-actions {
    grid-template-columns: 1fr;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .section-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    padding: 18px 20px;
  }

  .site-header nav {
    left: 20px;
    right: 20px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-mark {
    height: 37px;
    width: 37px;
  }

  .site-header .button {
    font-size: 0;
    gap: 0;
    min-height: 41px;
    padding: 0;
    width: 41px;
  }

  .site-header .button .arrow {
    font-size: 14px;
  }

  .hero {
    gap: 20px;
    min-height: auto;
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .hero h1 {
    font-size: clamp(57px, 18vw, 80px);
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-proof {
    align-items: flex-start;
  }

  .hero-product {
    min-height: 400px;
    margin-top: 30px;
  }

  .product-window {
    border-radius: 17px;
    width: 100%;
  }

  .window-body {
    grid-template-columns: 39px 1fr;
    min-height: 310px;
  }

  .window-sidebar {
    font-size: 11px;
    gap: 14px;
  }

  .window-content {
    padding: 17px 13px;
  }

  .window-heading strong {
    font-size: 15px;
  }

  .window-card {
    min-height: 91px;
    padding: 11px;
  }

  .window-card strong {
    font-size: 24px;
  }

  .window-lower {
    grid-template-columns: 1fr;
  }

  .mini-list {
    display: none;
  }

  .mini-chart {
    min-height: 100px;
  }

  .bars {
    height: 49px;
  }

  .floating-card {
    display: none;
  }

  .belief-strip {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .intro,
  .platform,
  .try-section,
  .pricing,
  .edition-switchboard {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .intro-copy {
    grid-template-columns: 1fr;
  }

  .intro-copy h2,
  .section-heading h2,
  .try-copy h2,
  .pricing h2,
  .story h2,
  .edition-heading h2,
  .pricing-editions-heading h2,
  .pro-choice-intro h2 {
    font-size: 45px;
  }

  .edition-heading {
    margin-bottom: 45px;
  }

  .edition-card,
  .pricing-edition-card,
  .pathway-card {
    border-radius: 21px;
    min-height: 560px;
    padding: 30px 24px;
  }

  .edition-card h3,
  .pricing-edition-card h3,
  .pathway-card h2 {
    font-size: 43px;
  }

  .value-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .demo-invite {
    border-radius: 24px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 34px 24px;
  }

  .demo-invite h2,
  .platform-demo-cta h2 {
    font-size: 43px;
  }

  .demo-invite-action .button,
  .platform-demo-cta .button {
    justify-self: stretch;
  }

  .button-featured {
    justify-content: space-between;
    width: 100%;
  }

  .suite-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .suite-card h3 {
    font-size: 35px;
  }

  .module-list,
  .module-list-wide {
    grid-template-columns: 1fr;
  }

  .included-cta {
    padding: 28px 24px;
  }

  .included-cta .button {
    width: 100%;
  }

  .platform-proof-bar {
    border-radius: 0;
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .platform-proof-bar article {
    min-height: 135px;
    padding: 25px 18px;
  }

  .platform-proof-bar strong {
    font-size: 39px;
  }

  .module-catalogue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .module-catalogue-heading {
    margin-bottom: 50px;
  }

  .module-group {
    border-radius: 22px;
    padding: 30px 20px;
  }

  .module-card-grid {
    grid-template-columns: 1fr;
  }

  .module-card-grid article {
    min-height: 205px;
  }

  .module-group-heading {
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .value-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .feature-card {
    min-height: 320px;
  }

  .try-section {
    gap: 48px;
  }

  .demo-shell {
    border-width: 4px;
    border-radius: 19px;
  }

  .demo-topbar {
    padding: 0 13px;
  }

  .demo-brand small,
  .safe-mode {
    display: none;
  }

  .demo-tabs {
    padding: 0 7px;
  }

  .demo-tabs button {
    flex: 1;
    padding-left: 7px;
    padding-right: 7px;
  }

  .demo-view {
    min-height: 490px;
    padding: 21px 15px;
  }

  .metric-grid,
  .reception-grid {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 88px;
  }

  .metric strong {
    font-size: 28px;
  }

  .reception-action {
    min-height: 100px;
  }

  .action-icon {
    height: 31px;
    margin-bottom: 0;
    width: 31px;
  }

  .reception-action strong {
    margin-top: 13px;
  }

  .funding-layout {
    grid-template-columns: 1fr;
  }

  .donut {
    height: 155px;
    width: 155px;
  }

  .donut::before {
    height: 95px;
    width: 95px;
  }

  .demo-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .pricing-card {
    padding: 28px;
  }

  .pricing-promise {
    padding: 25px;
  }

  .story {
    grid-template-columns: 1fr;
    padding-bottom: 85px;
    padding-top: 85px;
  }

  .story-shape {
    justify-self: center;
  }

  .final-cta {
    padding-bottom: 95px;
    padding-top: 95px;
  }

  .final-cta h2 {
    font-size: 52px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .page-hero {
    padding-bottom: 90px;
    padding-top: 65px;
  }

  .page-hero h1,
  .story-page-hero h1,
  .legal-page h1 {
    font-size: clamp(52px, 16vw, 76px);
    line-height: 0.92;
  }

  .page-hero-intro {
    font-size: 17px;
  }

  .page-intro,
  .detail-grid,
  .pricing-values,
  .pricing-editions,
  .purchase-journey,
  .route-reassurance,
  .launch-steps,
  .onboarding-layout,
  .story-body,
  .story-next,
  .contact-layout,
  .legal-page {
    padding-bottom: 85px;
    padding-top: 85px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-card {
    min-height: 440px;
    padding: 35px 25px;
  }

  .detail-card h2 {
    font-size: 45px;
    margin-top: 52px;
  }

  .pricing-page-card {
    padding-bottom: 85px;
  }

  .delivery-options,
  .pro-choice {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .delivery-grid article,
  .pro-choice-grid article {
    min-height: 450px;
    padding: 30px 24px;
  }

  .pricing-main,
  .included-list {
    padding: 32px 25px;
  }

  .pricing-values {
    gap: 0;
  }

  .pricing-values article,
  .story-columns article {
    min-height: 260px;
    padding: 30px 25px;
  }

  .pricing-values h2,
  .story-columns h3 {
    margin-top: 50px;
  }

  .story-page-hero {
    gap: 55px;
    grid-template-columns: 1fr;
    padding-bottom: 90px;
    padding-top: 65px;
  }

  .story-page-hero .story-shape {
    justify-self: center;
  }

  .story-columns {
    margin-top: 60px;
  }

  .contact-layout {
    gap: 60px;
  }

  .contact-form-card {
    padding: 28px 20px;
  }

  .onboarding-form-card {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .legal-intro {
    margin: 50px 0;
    padding-left: 20px;
  }

  .legal-page section h2 {
    font-size: 30px;
  }

  .page-cta {
    gap: 38px;
    padding-bottom: 75px;
    padding-top: 75px;
  }

  .page-cta h2 {
    font-size: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
