:root {
  --ink: #101114;
  --ink-soft: #24262b;
  --ivory: #f6f3ec;
  --paper: #fffdf8;
  --blue: #4656ff;
  --blue-deep: #3342e6;
  --mint: #b9ff66;
  --coral: #ff8066;
  --sky: #cde7ff;
  --line: rgba(16, 17, 20, .14);
  --muted: #686a70;
  --radius: 30px;
  --shadow: 0 24px 70px rgba(28, 29, 36, .12);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img, svg {
  display: block;
  max-width: 100%;
}

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

button, input, textarea, select {
  font: inherit;
}

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

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 20px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .025em;
  text-align: center;
}

.announcement-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(185, 255, 102, .12);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(246, 243, 236, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.055em;
}

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

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

.site-nav > a:not(.button) {
  font-size: 14px;
  font-weight: 600;
  color: #3c3e43;
}

.site-nav > a:not(.button):hover {
  color: var(--blue);
}

.nav-toggle {
  display: none;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button-small {
  min-height: 43px;
  padding: 0 18px;
  gap: 15px;
  border-radius: 11px;
  font-size: 13px;
}

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

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(70, 86, 255, .24);
}

.button-primary:hover {
  background: var(--blue-deep);
  box-shadow: 0 16px 36px rgba(70, 86, 255, .3);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.hero {
  padding: 86px 0 0;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 23px;
  color: #4f5157;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero .eyebrow, .centered-heading .eyebrow {
  justify-content: center;
}

.eyebrow span {
  min-width: 29px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 9px;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2 {
  font-weight: 720;
  letter-spacing: -.075em;
  line-height: .92;
}

h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(68px, 10.6vw, 150px);
}

h1 em, h2 em {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.06em;
}

.hero-lede {
  max-width: 700px;
  margin: 34px auto 0;
  color: #4e5056;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.hero-definition {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.hero-definition strong {
  color: var(--ink);
}

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

.hero-stage {
  position: relative;
  margin-top: 65px;
  padding: 15px 15px 0;
  border: 1px solid rgba(16, 17, 20, .09);
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
  background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(224,232,255,.5));
  box-shadow: 0 -20px 90px rgba(74, 88, 168, .1), inset 0 1px 0 #fff;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(rgba(16,17,20,.13) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 80%);
}

.hero-stage picture {
  position: relative;
  z-index: 1;
}

.hero-stage img {
  width: 100%;
  border-radius: 34px 34px 0 0;
  mix-blend-mode: multiply;
}

.stage-label {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(16,17,20,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 9px 30px rgba(34,34,45,.14);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 750;
}

.stage-label-one {
  top: 24%;
  left: -2%;
  transform: rotate(-5deg);
}

.stage-label-two {
  top: 14%;
  right: -1.5%;
  transform: rotate(4deg);
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #54cf70;
  box-shadow: 0 0 0 4px rgba(84,207,112,.15);
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 2px;
  height: 12px;
}

.mini-bars i {
  width: 3px;
  border-radius: 3px;
  background: var(--blue);
}

.mini-bars i:nth-child(1) { height: 5px; }
.mini-bars i:nth-child(2) { height: 9px; }
.mini-bars i:nth-child(3) { height: 12px; }

.stage-orbit {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  filter: blur(1px);
}

.orbit-one {
  top: 34%;
  right: 8%;
  width: 13px;
  height: 13px;
  background: var(--coral);
  box-shadow: 0 10px 20px rgba(255,128,102,.4);
}

.orbit-two {
  left: 10%;
  bottom: 18%;
  width: 18px;
  height: 18px;
  background: var(--mint);
  box-shadow: 0 10px 20px rgba(130,196,50,.3);
}

.proof-strip {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--paper);
}

.proof-strip > div {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 30px;
  border-left: 1px solid var(--line);
}

.proof-strip > div:first-child {
  border-left: 0;
}

.proof-intro {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
}

.proof-stat strong {
  font-size: 27px;
  letter-spacing: -.05em;
}

.proof-stat span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.hero-proof-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
  text-align: right;
}

.section {
  padding: 135px 0;
}

.section-heading {
  margin-bottom: 64px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
  gap: 80px;
}

.section-heading h2, .system-copy h2, .growth-copy h2, .about h2, .faq-grid h2, .contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 6.5vw, 86px);
}

.split-heading > p, .centered-heading > p:last-child {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.service-card {
  position: relative;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border-radius: var(--radius);
}

.card-blue {
  background: var(--blue);
  color: #fff;
}

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

.card-coral {
  background: var(--coral);
}

.card-topline {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-icon {
  position: relative;
  height: 220px;
  margin: 23px 0 30px;
  border: 1px solid rgba(16,17,20,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.34);
}

.card-blue .service-icon {
  border-color: rgba(255,255,255,.19);
  background: rgba(255,255,255,.1);
}

.icon-flow span {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(14,20,81,.18);
}

.icon-flow span:nth-child(1) { top: 78px; left: 25px; }
.icon-flow span:nth-child(2) { top: 28px; right: 25px; background: var(--mint); }
.icon-flow span:nth-child(3) { right: 25px; bottom: 24px; background: var(--coral); }

.icon-flow i {
  position: absolute;
  left: 78px;
  width: 125px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.9);
  border-left: 0;
}

.icon-flow i:nth-of-type(1) { top: 56px; border-bottom: 0; border-radius: 0 20px 0 0; }
.icon-flow i:nth-of-type(2) { bottom: 50px; border-top: 0; border-radius: 0 0 20px 0; }

.icon-dashboard {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: .8fr 1.2fr;
  gap: 8px;
  padding: 24px;
}

.icon-dashboard span {
  border-radius: 10px;
  background: var(--ink);
}

.icon-dashboard span:nth-child(1) { grid-row: span 2; background: var(--blue); }
.icon-dashboard span:nth-child(2) { background: var(--paper); }
.icon-dashboard span:nth-child(3) { background: var(--coral); }
.icon-dashboard span:nth-child(4) { display: none; }

.icon-growth span {
  position: absolute;
  bottom: 25px;
  width: 49px;
  border-radius: 12px 12px 5px 5px;
  background: var(--ink);
}

.icon-growth span:nth-child(1) { left: 32px; height: 62px; opacity: .5; }
.icon-growth span:nth-child(2) { left: 95px; height: 105px; opacity: .75; }
.icon-growth span:nth-child(3) { left: 158px; height: 153px; background: var(--blue); }

.icon-growth i {
  position: absolute;
  top: 29px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 11px solid var(--mint);
  border-radius: 50%;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.service-card p {
  margin-bottom: 23px;
  opacity: .78;
}

.service-card ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  padding: 9px 0;
  border-top: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  opacity: .82;
}

.system-section {
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.system-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 70px;
}

.eyebrow-light {
  color: rgba(255,255,255,.58);
}

.eyebrow-light span {
  border-color: rgba(255,255,255,.24);
  color: #fff;
}

.system-copy h2 em, .contact-copy h2 em {
  color: var(--mint);
}

.system-copy > p:not(.eyebrow) {
  margin: 30px 0;
  color: rgba(255,255,255,.64);
  font-size: 18px;
  line-height: 1.65;
}

.check-list {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}

.check-list li span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.dashboard-figure {
  min-width: 0;
  margin: 0;
}

.dashboard-figure figcaption {
  margin-top: 17px;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  text-align: center;
}

.dashboard-shell {
  min-width: 800px;
  display: grid;
  grid-template-columns: 66px 1fr;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: #212329;
  box-shadow: 0 40px 100px rgba(0,0,0,.45);
  transform: perspective(1600px) rotateY(-6deg) rotateX(2deg);
  transform-origin: left center;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 15px 0;
}

.dash-logo {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 10px;
  background: var(--mint);
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.dash-nav {
  width: 19px;
  height: 19px;
  border: 2px solid #6d707a;
  border-radius: 6px;
}

.dash-nav.active {
  border-color: var(--mint);
  background: rgba(185,255,102,.14);
}

.dash-avatar {
  width: 28px;
  height: 28px;
  margin-top: auto;
  border-radius: 50%;
  background: var(--coral);
}

.dashboard-main {
  min-height: 520px;
  padding: 29px;
  border-radius: 21px;
  background: #f5f5f3;
  color: var(--ink);
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-header div {
  display: flex;
  flex-direction: column;
}

.dash-header span {
  color: #7a7d84;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.dash-header strong {
  margin-top: 3px;
  font-size: 25px;
  letter-spacing: -.05em;
}

.dash-filter {
  padding: 9px 12px;
  border: 1px solid #dadade;
  border-radius: 9px;
  background: #fff;
  color: #686b72;
  font-size: 10px;
}

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

.dash-kpis > div {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #e3e3e5;
  border-radius: 13px;
  background: #fff;
}

.dash-kpis span {
  color: #85878d;
  font-size: 10px;
}

.dash-kpis strong {
  margin: 6px 0 2px;
  font-size: 23px;
  letter-spacing: -.04em;
}

.dash-kpis small {
  color: #438c4f;
  font-size: 9px;
}

.dash-content {
  display: grid;
  grid-template-columns: 1.65fr .75fr;
  gap: 10px;
}

.dash-chart, .dash-feed {
  min-height: 250px;
  padding: 18px;
  border: 1px solid #e3e3e5;
  border-radius: 13px;
  background: #fff;
}

.chart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.chart-title strong {
  font-size: 11px;
}

.chart-title span {
  color: #8c8f96;
  font-size: 8px;
}

.dash-chart svg {
  width: 100%;
}

.grid-line {
  fill: none;
  stroke: #ececef;
  stroke-width: 1;
}

.area { fill: url(#area); }
.line { fill: none; stroke: var(--blue); stroke-width: 5; stroke-linecap: round; }

.feed-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 0;
  border-top: 1px solid #ececef;
}

.feed-item i {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 8px;
}

.feed-blue { background: #dfe3ff; }
.feed-green { background: #e1f9c9; }
.feed-coral { background: #ffe2dc; }

.feed-item div {
  display: flex;
  flex-direction: column;
}

.feed-item strong { font-size: 9px; }
.feed-item span { color: #96989e; font-size: 7px; }

.centered-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-heading h2 {
  margin-bottom: 28px;
}

.marquee {
  width: 100%;
  margin: 15px 0 60px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.marquee-track {
  min-width: max-content;
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 750;
}

.marquee i {
  color: var(--blue);
  font-style: normal;
}

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

.possibility-card {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.possibility-card.featured {
  background: var(--sky);
  transform: translateY(-18px);
}

.possibility-card .number {
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.possibility-card h3 {
  max-width: 290px;
  margin: auto 0 16px;
  font-size: 33px;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.possibility-card p {
  margin: 0;
  color: #66686e;
  font-size: 14px;
}

.process {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 31px 5px;
  border-bottom: 1px solid var(--line);
}

.process-number {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.process-list h3 {
  margin: 0 0 5px;
  font-size: 25px;
  letter-spacing: -.04em;
}

.process-list p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.process-tag {
  min-width: 85px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
  text-transform: uppercase;
}

.work-section {
  overflow: hidden;
  background: var(--ivory);
}

.work-heading > p {
  max-width: 470px;
}

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

.case-card {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 38px;
}

.case-tdg {
  background: var(--sky);
}

.case-pebble {
  background: var(--ink);
  color: #fff;
}

.case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-meta > span {
  opacity: .62;
}

.case-meta a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

.case-card h3 {
  margin: 80px 0 18px;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .92;
  letter-spacing: -.07em;
}

.case-card .case-lede {
  max-width: 620px;
  margin-bottom: 35px;
  color: #4f5560;
  font-size: 18px;
  line-height: 1.55;
}

.case-pebble .case-lede {
  color: rgba(255,255,255,.66);
}

.case-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.case-flow span {
  padding: 9px 12px;
  border: 1px solid rgba(16,17,20,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  font-size: 11px;
  font-weight: 800;
}

.case-pebble .case-flow span {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}

.case-flow i {
  opacity: .45;
  font-style: normal;
}

.case-card ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.case-card li {
  padding: 13px 0 13px 24px;
  border-top: 1px solid rgba(16,17,20,.16);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.case-card li::before {
  content: '\2192';
  float: left;
  margin-left: -24px;
  color: var(--blue);
}

.case-pebble li {
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.82);
}

.case-pebble li::before {
  color: var(--mint);
}

.case-disclosure {
  max-width: 850px;
  margin: 22px 0 0 auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

.growth-section {
  overflow: hidden;
  background: var(--blue);
  color: #fff;
}

.growth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.growth-visual {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 40px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

.growth-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 19px 19px;
  mask-image: radial-gradient(circle, #000, transparent 73%);
}

.ad-card {
  position: absolute;
  z-index: 2;
  width: 255px;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-radius: 21px;
  color: var(--ink);
  box-shadow: 0 30px 70px rgba(24,31,122,.28);
}

.ad-card-one {
  top: 55px;
  left: 38px;
  background: var(--paper);
  transform: rotate(-6deg);
}

.ad-card-two {
  right: 36px;
  bottom: 62px;
  background: var(--coral);
  transform: rotate(7deg);
}

.ad-card span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ad-card strong {
  margin: auto 0 13px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.ad-card i {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.growth-ring {
  position: absolute;
  z-index: 3;
  top: 175px;
  left: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 27px solid var(--mint);
  border-right-color: var(--coral);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 25px 60px rgba(11,16,76,.4);
  transform: translateX(-50%) rotate(-16deg);
}

.growth-ring span, .growth-ring small {
  transform: rotate(16deg);
}

.growth-ring span {
  font-size: 39px;
  font-weight: 800;
  letter-spacing: -.06em;
}

.growth-ring small {
  color: rgba(255,255,255,.6);
  font-size: 8px;
}

.growth-copy .eyebrow {
  color: rgba(255,255,255,.68);
}

.growth-copy .eyebrow span {
  border-color: rgba(255,255,255,.28);
  color: #fff;
}

.growth-copy h2 em {
  color: var(--mint);
}

.growth-copy > p:not(.eyebrow):not(.fine-print) {
  margin: 30px 0;
  color: rgba(255,255,255,.75);
  font-size: 18px;
  line-height: 1.65;
}

.metric-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 35px;
}

.metric-pair > div {
  display: flex;
  flex-direction: column;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.32);
}

.metric-pair strong {
  font-size: 37px;
  letter-spacing: -.055em;
}

.metric-pair span {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

.fine-print {
  margin: 12px 0 0;
  color: rgba(255,255,255,.46);
  font-size: 10px;
}

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

.about-grid, .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.about h2 em {
  color: var(--blue);
}

.about-copy {
  padding-top: 33px;
}

.about-copy p {
  max-width: 600px;
  color: rgba(16,17,20,.72);
  font-size: 17px;
  line-height: 1.7;
}

.about-copy .about-lede {
  color: var(--ink);
  font-size: 25px;
  font-weight: 660;
  line-height: 1.4;
  letter-spacing: -.03em;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 33px;
}

.values span {
  padding: 9px 13px;
  border: 1px solid rgba(16,17,20,.28);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 620px;
  margin: -5px 50px 25px 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-section {
  background: var(--ink);
  color: #fff;
}

.contact-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

.contact-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.contact-copy > p:not(.eyebrow) {
  margin: 30px 0;
  color: rgba(255,255,255,.64);
  font-size: 18px;
  line-height: 1.7;
}

.contact-note {
  display: flex;
  gap: 15px;
  margin-top: 55px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  background: rgba(255,255,255,.05);
}

.contact-note > span {
  color: var(--mint);
}

.contact-note p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.contact-note strong {
  color: #fff;
}

.contact-form {
  padding: 35px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.contact-form label {
  display: block;
  margin-bottom: 18px;
  color: #3d3f44;
  font-size: 12px;
  font-weight: 750;
}

.contact-form label > span {
  color: #95969a;
  font-weight: 500;
}

.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  margin-top: 7px;
  padding: 14px 15px;
  border: 1px solid #d8d7d2;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(70,86,255,.12);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #686a70;
  font-weight: 500;
  line-height: 1.45;
}

.contact-form .consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.contact-form .consent a {
  color: var(--blue);
  text-decoration: underline;
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.button-submit {
  width: 100%;
}

.form-footnote {
  margin: 12px 0 0;
  color: #8c8e93;
  font-size: 10px;
  text-align: center;
}

.site-footer {
  padding: 70px 0 25px;
  background: #090a0c;
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 65px;
}

.footer-top p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.4);
  font-size: 11px;
}

.footer-bottom div {
  display: flex;
  gap: 25px;
}

.footer-bottom a:hover {
  color: #fff;
}

.legal-page {
  background: var(--paper);
}

.legal-header {
  border-bottom: 1px solid var(--line);
}

.legal-header .container {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-main {
  max-width: 820px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.legal-main h1 {
  margin: 0;
  font-size: clamp(55px, 9vw, 105px);
}

.legal-updated {
  margin: 24px 0 70px;
  color: var(--muted);
}

.legal-main section {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.legal-main section h2 {
  margin-bottom: 12px;
  font-size: 25px;
  letter-spacing: -.035em;
}

.legal-main section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.legal-callout {
  margin-top: 35px;
  padding: 22px;
  border-radius: 15px;
  background: var(--mint);
}

.legal-footer {
  padding: 30px 0;
  background: var(--ink);
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background: var(--blue);
}

.thanks-card {
  width: min(100%, 720px);
  padding: clamp(35px, 7vw, 80px);
  border-radius: 38px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  box-shadow: 0 40px 100px rgba(20,25,120,.42);
}

.thanks-card .brand {
  justify-content: center;
  margin-bottom: 50px;
}

.thanks-check {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.thanks-card .eyebrow {
  justify-content: center;
}

.thanks-card h1 {
  font-size: clamp(45px, 8vw, 76px);
}

.thanks-card h1 em {
  color: var(--mint);
}

.thanks-card > p:not(.eyebrow) {
  max-width: 510px;
  margin: 28px auto;
  color: rgba(255,255,255,.65);
}

@media (max-width: 1060px) {
  .site-nav {
    gap: 19px;
  }

  .site-nav > a:not(.button) {
    font-size: 12px;
  }

  .service-card {
    min-height: 600px;
  }

  .service-icon {
    height: 190px;
  }

  .case-card {
    min-height: 680px;
    padding: 29px;
  }

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

  .system-copy {
    max-width: 650px;
  }

  .dashboard-shell {
    min-width: 760px;
  }

  .growth-grid {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 34px), var(--container));
  }

  .announcement {
    font-size: 12px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 11px;
    background: var(--ink);
  }

  .nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: #fff;
    transition: transform .2s ease;
  }

  .nav-open .nav-toggle span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    top: 109px;
    left: 17px;
    right: 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
  }

  .nav-open .site-nav {
    display: flex;
  }

  .site-nav > a:not(.button) {
    padding: 15px 3px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: 15px;
  }

  .site-nav .button {
    margin-top: 14px;
    background: var(--mint);
    color: var(--ink);
  }

  .hero {
    padding-top: 65px;
  }

  .hero-stage {
    margin-top: 50px;
    padding: 8px 8px 0;
    border-radius: 28px 28px 0 0;
  }

  .hero-stage img {
    border-radius: 21px 21px 0 0;
  }

  .stage-label-two {
    display: none;
  }

  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip > div {
    min-height: 115px;
    padding: 20px;
  }

  .proof-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 95px 0;
  }

  .split-heading, .about-grid, .faq-grid, .contact-shell, .growth-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

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

  .case-card {
    min-height: 610px;
  }

  .service-card {
    min-height: auto;
  }

  .service-card ul {
    margin-top: 30px;
  }

  .service-icon {
    height: 230px;
  }

  .dashboard-shell {
    min-width: 680px;
    transform: scale(.86);
    transform-origin: left top;
    margin-bottom: -75px;
  }

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

  .possibility-card.featured {
    transform: none;
  }

  .growth-visual {
    order: 2;
    min-height: 500px;
  }

  .contact-copy {
    position: static;
  }

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

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 26px), var(--container));
  }

  .announcement {
    min-height: 40px;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand {
    font-size: 20px;
  }

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

  .site-nav {
    top: 115px;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: clamp(58px, 19vw, 82px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .stage-label {
    font-size: 9px;
  }

  .stage-label-one {
    top: 12%;
    left: -4%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip > div {
    min-height: 93px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .proof-strip > div:first-child {
    border-top: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2, .system-copy h2, .growth-copy h2, .about h2, .faq-grid h2, .contact-copy h2 {
    font-size: clamp(43px, 14vw, 63px);
  }

  .split-heading {
    gap: 27px;
  }

  .split-heading > p, .centered-heading > p:last-child {
    font-size: 16px;
  }

  .service-card {
    padding: 22px;
  }

  .service-icon {
    height: 195px;
  }

  .case-card {
    min-height: auto;
    padding: 24px;
    border-radius: 27px;
  }

  .case-card h3 {
    margin-top: 58px;
    font-size: 54px;
  }

  .case-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .case-card ul {
    margin-top: 26px;
  }

  .case-disclosure {
    text-align: left;
  }

  .dashboard-shell {
    min-width: 680px;
    transform: scale(.58);
    margin-bottom: -210px;
  }

  .process-list li {
    grid-template-columns: 45px 1fr;
    align-items: start;
    gap: 14px;
    padding: 24px 0;
  }

  .process-tag {
    display: none;
  }

  .process-list h3 {
    font-size: 21px;
  }

  .process-list p {
    font-size: 14px;
  }

  .growth-visual {
    min-height: 420px;
  }

  .ad-card {
    width: 195px;
    min-height: 135px;
    padding: 17px;
  }

  .ad-card strong {
    font-size: 20px;
  }

  .ad-card-one {
    top: 28px;
    left: 18px;
  }

  .ad-card-two {
    right: 18px;
    bottom: 30px;
  }

  .growth-ring {
    top: 132px;
    width: 155px;
    height: 155px;
    border-width: 22px;
  }

  .growth-ring span {
    font-size: 31px;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-copy .about-lede {
    font-size: 21px;
  }

  .contact-form {
    padding: 23px;
  }

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

  .footer-top {
    padding-bottom: 45px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .legal-header .text-link {
    font-size: 12px;
  }

  .legal-main {
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .thanks-page {
    padding: 14px;
  }
}

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

  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
