@font-face {
  font-family: InterTight;
  src: url("assets/InterTight.ttf?v=b9deb701d824f9f1") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SpaceGrotesk;
  src: url("assets/SpaceGrotesk.ttf?v=b9deb701d824f9f1") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f5f5f0;
  --ink: #1d2534;
  --muted: #596371;
  --blue: #315ce7;
  --line: #dce0e6;
  --white: #fff;
  --surface: #fff;
  --gallery: #e5eaf6;
  --style: #ece9df;
  --connected: #e6ece8;
  --launch: #e8ece4;
  --bluewash: #eef1fa;
  --note: #f0eee5;
  --success: #e9f2ed;
  --inline-code: #e8ecf2;
  --code-bar: #edf1fa;
  --button: #1d2534;
  --button-hover: #3a514b;
  --primary: #315ce7;
  --primary-hover: #2348c2;
  --frame: #fafbf8;
  --frame-line: #dbdfd9;
  --orbit: radial-gradient(ellipse at 65% 20%, #dce5fd 0%, #e6edee 60%, #eeece4 95%);
  --light-preview: block;
  --dark-preview: none;
  --serif: Georgia, "Times New Roman", serif;
  --sans: InterTight, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: SpaceGrotesk, var(--sans);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
[hidden] { display: none !important; }
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.accent-text {
  color: var(--blue);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -70px;
  background: var(--ink);
  color: var(--paper);
  padding: 14px;
  z-index: 20;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 108px;
  gap: 28px;
}
.site-header .mobile-guide { display: none; }
.wordmark {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 29px;
  font-family: var(--display);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}
.wordmark img {
  border-radius: 10px;
}
.wordmark-name {
  white-space: nowrap;
}
.wordmark-name > span {
  color: var(--blue);
}
.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.site-header nav a:hover,
.site-footer nav a:hover,
.text-link:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 14px 25px;
  border-radius: 100px;
  background: var(--button);
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: 0;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: var(--button-hover);
  transform: translateY(-2px);
}
.button.small {
  min-height: 43px;
  padding: 10px 20px;
  font-size: 13px;
}
.button.primary {
  background: var(--primary);
}
.button.primary:hover {
  background: var(--primary-hover);
}
.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.17em;
  line-height: 1.6;
  color: var(--blue);
  margin-bottom: 25px;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #688979;
  margin: 0 8px 1px 0;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  min-height: 745px;
  padding-top: 28px;
  padding-bottom: 68px;
}
.hero h1 {
  font-size: clamp(64px, 6.4vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.hero .lede {
  max-width: 440px;
  margin-top: 29px;
}
.lede {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  flex-direction: column;
  margin-top: 28px;
}
.hero-feeds {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-feeds a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  min-height: 44px;
  font-size: 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}
.hero-feeds a:hover { border-color: var(--blue); }
.hero-feeds a > span { color: var(--blue); font-weight: 600; }
.text-link {
  font-size: 14px;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
}
.fine-print {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.hero-copy > .fine-print {
  margin-top: 25px;
}
.hero-art {
  position: relative;
  isolation: isolate;
  height: 665px;
  min-width: 0;
}
.hero-orbit {
  position: absolute;
  inset: 70px -12px 55px;
  background: var(--orbit);
  border-radius: 50%;
  z-index: -1;
}
.hero-wire {
  position: absolute;
  inset: 155px 65px 160px 70px;
  border: 2px solid #315ce740;
  border-radius: 65px;
  transform: rotate(-9deg);
  z-index: -1;
}
.phone-frame {
  background: var(--frame);
  padding: 8px;
  border: 1px solid var(--frame-line);
  border-radius: 42px;
  overflow: hidden;
  box-shadow:
    0 38px 65px -22px #33463b38,
    0 5px 15px #33463b0d;
}
.phone-frame img {
  border-radius: 34px;
  width: 100%;
}
.phone-frame .light-preview { display: var(--light-preview); }
.phone-frame .dark-preview { display: var(--dark-preview); }
.hero-phone {
  position: absolute;
  width: 273px;
  left: 50%;
  top: 20px;
  transform: translateX(-37%) rotate(6deg);
}
.mini-note,
.mini-stat {
  position: absolute;
  z-index: 2;
  background: #fffefb;
  border: 1px solid #fff;
  border-radius: 24px;
  box-shadow: 0 24px 38px -10px #46524726;
}
.mini-note {
  left: -12px;
  top: 90px;
  width: 196px;
  padding: 24px;
  transform: rotate(-7deg);
  background: linear-gradient(#00000028, #00000038), url("assets/scene-dune.jpg?v=b9deb701d824f9f1") center / cover;
  color: white;
  border: 0;
}
.mini-label {
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #64828a;
  display: block;
  font-weight: 550;
}
.mini-note p {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.12;
  margin-top: 21px;
  letter-spacing: -0.05em;
}
.mini-note .mini-label, .mini-stat .mini-label, .mini-stat .mini-caption { color: #fff; }
.mini-note .tiny-line { background: #ffffffa6; }
.tiny-line {
  width: 28px;
  height: 2px;
  background: #688979;
  display: block;
  margin-top: 20px;
}
.mini-stat {
  right: -5px;
  bottom: 78px;
  width: 205px;
  padding: 22px;
  transform: rotate(-5deg);
  background: linear-gradient(#10162433, #10162455), url("assets/scene-aurora.jpg?v=b9deb701d824f9f1") center / cover;
  color: white;
  border: 0;
}
.mini-stat .progress-track { background: #ffffff40; }
.mini-stat .progress-track i { background: #c3f0dd; }
.mini-stat strong {
  display: block;
  font-size: 62px;
  font-weight: 450;
  line-height: 1.1;
  letter-spacing: -0.07em;
  margin: 7px 0 11px;
}
.mini-stat strong span {
  font-size: 37px;
}
.progress-track {
  height: 5px;
  background: #e2e8e5;
  border-radius: 10px;
  overflow: hidden;
}
.progress-track i {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: 10px;
  background: #588898;
}
.mini-caption {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 10px;
}
.art-caption {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--muted);
}
.proof-strip {
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 6px;
  color: var(--muted);
  font-size: 13px;
}
.proof-strip strong {
  font-size: 22px;
  font-weight: 500;
  margin-right: 10px;
  color: var(--ink);
}
.section {
  padding-block: 116px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 48px;
}
.section-heading > p {
  max-width: 365px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 3px;
}
h2 {
  font-size: clamp(42px, 4.3vw, 62px);
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
}
.feature-card {
  border-radius: 30px;
  overflow: hidden;
  min-height: 720px;
  position: relative;
}
.feature-gallery {
  background: var(--gallery);
}
.feature-style {
  background: var(--style);
}
.feature-copy {
  padding: 40px 40px 0;
  max-width: 455px;
}
.index {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 600;
}
.feature-copy h3 {
  font-size: 31px;
  margin-top: 22px;
  line-height: 1.15;
}
.feature-copy p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.6;
}
.screen-window {
  width: 310px;
  height: 425px;
  overflow: hidden;
  margin: 40px auto 0;
  border: 7px solid var(--frame);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 25px 50px #4155491c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.screen-window img {
  width: 100%;
  transform: translateY(-76px);
}
.style-demo {
  padding: 36px 30px 30px;
  text-align: center;
}
.demo-widget {
  --demo-paper: #fffefa;
  --demo-ink: #202725;
  --demo-accent: #547d8b;
  background: var(--demo-paper);
  color: var(--demo-ink);
  padding: 24px;
  width: 246px;
  height: 225px;
  border-radius: 27px;
  box-shadow: 0 22px 35px -12px #33423830;
  text-align: left;
  margin: 0 auto;
  transition:
    background 0.25s,
    color 0.25s;
}
.demo-widget.has-scene {
  background-image: linear-gradient(rgb(8 18 28 / 58%), rgb(8 18 28 / 68%)), var(--demo-image);
  background-position: center;
  background-size: cover;
}
.demo-widget.has-scene small { opacity: 1; }
.demo-widget > span {
  font-size: 11px;
  color: var(--demo-accent);
  font-weight: 550;
}
.demo-widget strong {
  display: block;
  font-weight: 450;
  letter-spacing: -0.075em;
  font-size: 97px;
  line-height: 1.1;
  margin-top: 14px;
}
.demo-widget small {
  display: block;
  font-size: 11px;
  opacity: 0.7;
  margin-top: 9px;
}
.swatch-picker {
  border: 0;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swatch-picker legend, .scene-picker legend { width: 100%; padding: 0 0 10px; color: var(--muted); font-size: 11px; font-weight: 550; }
.swatch {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 7px solid var(--style);
  outline: 1px solid transparent;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #8793a080;
  transition: outline-color 0.15s;
}
.swatch.selected {
  outline-color: var(--blue);
}
.swatch:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.scene-picker { border: 0; padding: 0; margin: 16px auto 0; max-width: 276px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.scene-swatch { border: 0; background: none; color: var(--muted); padding: 0; min-width: 44px; cursor: pointer; border-radius: 12px; font-size: 11px; }
.scene-swatch img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; border: 3px solid var(--style); outline: 1px solid transparent; }
.scene-swatch span { display: block; margin-top: 7px; }
.scene-swatch.selected { color: var(--ink); font-weight: 650; }
.scene-swatch.selected img { outline-color: var(--blue); }
.scene-swatch:hover img { outline-color: var(--muted); }
.appearance-picker { border: 1px solid var(--line); border-radius: 100px; padding: 3px; margin: 0 0 0 auto; display: flex; gap: 2px; }
.appearance-picker legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.appearance-picker button { min-height: 44px; padding: 9px 15px; border: 0; border-radius: 100px; color: var(--muted); background: none; font-size: 12px; cursor: pointer; }
.appearance-picker button[aria-pressed="true"] { color: var(--ink); background: var(--surface); box-shadow: 0 1px 4px #00000014; }
.swatch.porcelain {
  background: #fffefa;
}
.swatch.ocean {
  background: #456c7b;
}
.swatch.ink {
  background: #202a31;
}
.swatch.sand {
  background: #c7bba2;
}
.demo-caption {
  font-size: 11px;
  color: var(--muted);
  margin: 19px 0 8px;
}
.style-demo .fine-print {
  font-size: 10px;
}
.connected-section {
  background: var(--connected);
  padding-block: 105px;
}
.connected-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}
.connected-grid h2 {
  font-size: 46px;
}
.connected-grid .lede {
  margin-top: 24px;
  font-size: 16px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  font-size: 14px;
}
.check-list li {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.check-list li:before {
  content: "✓";
  color: #497464;
}
.connected-grid .fine-print {
  max-width: 405px;
  font-size: 11px;
}
.connection-visual {
  padding-top: 10px;
}
.connection-source {
  background: var(--surface);
  border-radius: 16px;
  padding: 21px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
}
.source-symbol {
  color: var(--blue);
  font-size: 28px;
}
.connection-source strong {
  font-size: 14px;
  font-weight: 550;
  display: block;
}
.connection-source div > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.connection-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7b9b82;
  margin-left: auto;
}
.connection-path {
  height: 66px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #819689;
}
.connection-path:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #315ce770;
  position: absolute;
}
.connection-path span {
  z-index: 1;
  background: var(--connected);
  padding: 3px;
}
.connected-widget {
  background: var(--surface);
  padding: 27px 30px 25px;
  border-radius: 26px;
  box-shadow: 0 28px 45px -20px #3f574626;
}
.widget-head {
  color: var(--muted);
  font-size: 12px;
  font-weight: 550;
  display: flex;
  justify-content: space-between;
}
.fund-value {
  font-size: 74px;
  font-weight: 450;
  letter-spacing: -0.055em;
  margin: 14px 0 23px;
  line-height: 1;
}
.fund-value > span {
  font-size: 36px;
  color: #8c9790;
}
.connected-widget .progress-track i {
  width: 70%;
}
.fund-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  color: var(--muted);
  margin-top: 13px;
}
.connection-visual > .demo-caption {
  text-align: center;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 56px;
}
.custom-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
  padding-top: 100px;
}
.custom-section .lede { margin: 24px 0; font-size: 16px; max-width: 460px; }
.custom-sample {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--bluewash);
  overflow: hidden;
}
.custom-sample-title { padding: 21px 24px; border-bottom: 1px solid var(--line); font-size: 13px; }
.custom-sample-title > span { color: var(--blue); margin-right: 10px; }
.custom-sample pre { margin: 0; padding: 30px; font-size: 17px; line-height: 1.8; white-space: pre-wrap; overflow-wrap: anywhere; }
.custom-sample code > span { color: var(--blue); }
.custom-sample > p { padding: 0 24px 24px; color: var(--muted); font-size: 12px; }
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #ccd5cd;
  color: var(--blue);
  font-size: 17px;
  margin-bottom: 26px;
}
.steps h3 {
  font-size: 25px;
}
.steps p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 15px;
}
.privacy-band {
  background: #1c2b4a;
  border-radius: 32px;
  color: #f4f7ed;
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 70px;
  padding: 64px 76px;
}
.privacy-band .eyebrow {
  color: #a5c6b8;
}
.privacy-band h2 {
  font-size: 46px;
}
.privacy-band p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.65;
  color: #c3d4ca;
  max-width: 525px;
  margin-top: 23px;
}
.privacy-band .text-link {
  margin-top: 25px;
  color: #f4f7ed;
}
.privacy-symbol {
  font-family: var(--serif);
  font-size: 145px;
  font-weight: 400;
  line-height: 1.4;
  color: #bbd1bb;
  align-self: center;
  text-align: center;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}
.faq-section h2 {
  font-size: 48px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  font-size: 16px;
  font-weight: 550;
  padding: 24px 32px 24px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  font-size: 22px;
  font-weight: 400;
  top: 19px;
}
details[open] summary:after {
  content: "−";
}
.faq-list details > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  padding: 0 30px 23px 0;
}
.launch-section {
  padding: 85px 0 95px;
  background: var(--launch);
  text-align: center;
}
.launch-icon {
  border-radius: 22px;
  margin: 0 auto 27px;
  box-shadow: 0 18px 30px -12px #314c4540;
}
.launch-section .eyebrow {
  margin-bottom: 20px;
}
.launch-section h2 {
  font-size: 78px;
  line-height: 0.99;
  margin-bottom: 33px;
}
.launch-section .fine-print {
  margin-top: 24px;
}
.site-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  padding-block: 46px;
}
.site-footer .wordmark {
  font-size: 25px;
}
.site-footer > p {
  font-size: 12px;
  color: var(--muted);
  margin-right: auto;
}
.site-footer nav {
  font-size: 12px;
  gap: 25px;
}
.copyright {
  font-size: 11px;
  color: var(--muted);
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.document {
  max-width: 740px;
  margin: 60px auto 110px;
  min-height: 60vh;
}
.document h1 {
  font-size: 64px;
  margin-bottom: 28px;
}
.document .intro {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 48px;
}
.document h2 {
  font-size: 29px;
  margin: 42px 0 16px;
}
.document p,
.document li {
  line-height: 1.75;
  color: var(--muted);
  font-size: 16px;
}
.document p + p {
  margin-top: 17px;
}
.document a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--blue);
}
.document ul,
.document ol {
  padding-left: 24px;
}
.document li + li {
  margin-top: 9px;
}
.document .notice {
  padding: 22px 25px;
  background: var(--success);
  border-radius: 16px;
}
.document .support-paths { display: grid; gap: 12px; margin: 0 0 44px; }
.document .support-paths a { display: grid; gap: 6px; padding: 21px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.support-paths strong { display: flex; justify-content: space-between; gap: 16px; font-weight: 600; }
.support-paths a > span { font-size: 14px; color: var(--muted); }
.document .support-paths a:hover { border-color: var(--blue); }
.brand-download {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px;
  background: var(--connected);
  border-radius: 24px;
  margin-top: 30px;
}
.brand-download img {
  width: 100px;
  border-radius: 24px;
}
.brand-download a {
  font-size: 14px;
}
.brand-download strong {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 1450px) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
  .hero-phone {
    width: 290px;
  }
  .hero {
    min-height: 800px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .site-header nav {
    gap: 21px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero {
    gap: 10px;
    min-height: 700px;
  }
  .hero-art {
    height: 600px;
  }
  .hero-phone {
    width: 245px;
    left: 48%;
    top: 40px;
  }
  .mini-note {
    width: 153px;
    left: 0;
    top: 105px;
    padding: 18px;
  }
  .mini-note p {
    font-size: 24px;
  }
  .mini-stat {
    width: 161px;
    right: -4px;
    bottom: 70px;
    padding: 17px;
  }
  .mini-stat strong {
    font-size: 54px;
  }
  .art-caption {
    left: 16%;
  }
  .hero .lede {
    font-size: 16px;
    max-width: 340px;
  }
  .connected-grid {
    gap: 42px;
  }
  .custom-section { gap: 42px; }
  .connected-grid h2 {
    font-size: 39px;
  }
  .feature-copy {
    padding: 30px 28px 0;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .privacy-band {
    padding: 50px;
    gap: 35px;
  }
  .faq-section {
    gap: 60px;
  }
  .steps {
    gap: 36px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 86px;
    gap: 15px;
  }
  .site-header nav {
    display: none;
  }
  .site-header .nav-cta { display: none; }
  .site-header .mobile-guide { display: inline-flex; margin-left: auto; color: var(--muted); font-size: 13px; }
  .wordmark {
    font-size: 24px;
  }
  .wordmark img {
    width: 31px;
    height: 31px;
    border-radius: 9px;
  }
  .button.small {
    min-height: 40px;
    font-size: 12px;
    padding: 9px 17px;
    gap: 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
    gap: 10px;
    padding-bottom: 30px;
  }
  .hero h1 {
    font-size: clamp(49px, 10vw, 72px);
    line-height: 1.04;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .hero .lede {
    max-width: 380px;
    font-size: 17px;
    margin-top: 24px;
  }
  .hero-actions {
    gap: 22px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 27px;
  }
  .hero-actions .button {
    font-size: 14px;
    gap: 20px;
  }
  .hero-copy > .fine-print {
    margin-top: 22px;
  }
  .hero-art {
    height: 620px;
    max-width: 500px;
    width: 100%;
    margin: 24px auto 0;
  }
  .hero-phone {
    width: 253px;
    top: 24px;
    left: 49%;
  }
  .mini-note {
    width: 156px;
    left: 0;
    top: 92px;
  }
  .mini-stat {
    width: 170px;
    right: 1px;
    bottom: 78px;
  }
  .hero-orbit {
    inset: 62px -4px 68px;
  }
  .art-caption {
    bottom: 20px;
    left: 20%;
    font-size: 10px;
  }
  .proof-strip {
    gap: 14px;
    padding-block: 22px;
  }
  .proof-strip span {
    display: block;
    font-size: 10px;
    max-width: 85px;
  }
  .proof-strip strong {
    display: block;
    font-size: 24px;
    margin: 0 0 4px;
  }
  .section {
    padding-block: 76px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    margin-top: 26px;
    max-width: 400px;
    font-size: 15px;
  }
  h2 {
    font-size: 47px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-card {
    min-height: 690px;
    border-radius: 25px;
  }
  .feature-style {
    min-height: 630px;
  }
  .feature-copy {
    padding: 31px 29px 0;
    max-width: 410px;
  }
  .feature-copy h3 {
    font-size: 29px;
  }
  .feature-copy p {
    font-size: 14px;
  }
  .screen-window {
    height: 420px;
    width: 285px;
  }
  .style-demo {
    padding-top: 37px;
  }
  .connected-section {
    padding-block: 70px;
  }
  .connected-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .custom-section { grid-template-columns: 1fr; gap: 32px; padding-top: 70px; }
  .connected-grid h2 {
    font-size: 41px;
  }
  .connected-grid .lede {
    font-size: 16px;
  }
  .connection-visual {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .fund-value {
    font-size: 71px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 33px;
    margin-top: 37px;
  }
  .steps article {
    position: relative;
    padding-left: 66px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .steps h3 {
    font-size: 25px;
  }
  .steps p {
    font-size: 15px;
    margin-top: 11px;
    max-width: 360px;
  }
  .privacy-band {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 5px;
    border-radius: 26px;
  }
  .privacy-symbol {
    display: none;
  }
  .privacy-band h2 {
    font-size: 36px;
  }
  .privacy-band p:not(.eyebrow) {
    font-size: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .faq-section h2 {
    font-size: 44px;
  }
  summary {
    font-size: 15px;
  }
  .launch-section {
    padding: 64px 0 72px;
  }
  .launch-section h2 {
    font-size: 64px;
  }
  .site-footer {
    gap: 22px;
    padding-block: 33px;
  }
  .site-footer > p {
    font-size: 11px;
  }
  .site-footer nav {
    width: 100%;
    gap: 6px 24px;
    flex-wrap: wrap;
  }
  .site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
  .document {
    width: calc(100% - 40px);
    margin: 38px auto 70px;
  }
  .document h1 {
    font-size: 49px;
  }
  .document .intro {
    font-size: 18px;
  }
  .brand-download {
    gap: 20px;
    padding: 20px;
  }
  .brand-download img {
    width: 75px;
  }
  .brand-download > div { min-width: 0; }
  .brand-download a { display: inline-flex; align-items: center; min-height: 44px; }
}
@media (max-width: 370px) {
  .site-header { gap: 10px; }
  .wordmark { font-size: 21px; gap: 8px; }
  .wordmark img { width: 28px; height: 28px; }
  .site-header .text-link { font-size: 12px; text-align: right; }
  .button.small { padding: 9px 12px; font-size: 11px; gap: 6px; }
  .hero h1 {
    font-size: 49px;
  }
  .hero-art {
    height: 540px;
  }
  .hero-phone {
    width: 219px;
  }
  .mini-note {
    width: 137px;
    left: -5px;
  }
  .mini-note p {
    font-size: 21px;
  }
  .mini-stat {
    width: 152px;
    right: -2px;
    bottom: 73px;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
  }
  .art-caption {
    font-size: 11px;
    left: 0;
  }
  .button.primary {
    font-size: 13px;
    gap: 16px;
  }
  .screen-window {
    width: 265px;
  }
  .connected-grid h2 {
    font-size: 37px;
  }
  .fund-value {
    font-size: 63px;
  }
  .launch-section h2 {
    font-size: 56px;
  }
}
.demo-widget {
  width: min(246px, 100%);
}
.ready-section { padding-top: 12px; }
.ready-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-bottom: 26px; }
.ready-grid figure { margin: 0; min-width: 0; }
.ready-grid img { width: 100%; border-radius: 26px; box-shadow: 0 12px 28px #19263b12; }
.ready-grid figcaption { display: grid; gap: 4px; padding: 16px 3px 0; }
.ready-grid strong { font-weight: 600; font-size: 18px; }
.ready-grid figcaption span { font-size: 13px; color: var(--muted); }
.more-backgrounds { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 30px 0 24px; }
.more-backgrounds > summary { padding: 22px 36px 22px 0; color: var(--blue); font-size: 18px; font-weight: 600; }
.more-backgrounds[open] > summary { margin-bottom: 12px; }
.more-backgrounds > .fine-print { margin-bottom: 24px; }
@media (max-width: 900px) {
  .ready-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
}
@media (max-width: 370px) {
  .ready-grid { gap: 24px 14px; }
  .ready-grid img { border-radius: 20px; }
  .ready-grid strong { font-size: 16px; }
}

/* Reading-first guide: complete HTML, with optional copy and navigation helpers. */
.guide-hero { max-width: 920px; padding: 52px 0 64px; }
.guide-hero h1 { font-size: clamp(48px, 6.5vw, 84px); line-height: 1.03; letter-spacing: -.06em; margin: 20px 0 26px; text-wrap: balance; }
.guide-hero .lede { max-width: 590px; }
.guide-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0 18px; }
.guide-choices > a { display: flex; align-items: center; gap: 17px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; }
.guide-choices > a:hover { border-color: var(--blue); }
.guide-choice-icon { color: var(--blue); font-family: var(--display); font-size: 27px; width: 32px; flex-shrink: 0; text-align: center; }
.guide-choices strong, .guide-choices small, .guide-choices a > span > span { display: block; }
.guide-choices strong { font-weight: 600; font-size: 18px; margin-block: 4px; }
.guide-choices small { color: var(--blue); font-size: 11px; }
.guide-choices a > span > span { color: var(--muted); font-size: 13px; }
.guide-choices > a > span:last-child { margin-left: auto; }
.guide-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; border-top: 1px solid var(--line); }
.guide-toc { align-self: start; position: sticky; top: 24px; padding-top: 32px; }
.guide-index { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); overflow: clip; }
.guide-index summary { padding: 15px 42px 15px 16px; font-size: 14px; min-height: 52px; }
.guide-index summary:after { top: 10px; right: 16px; }
.guide-index summary:focus-visible { outline-offset: -5px; border-radius: 16px; }
.guide-index nav { padding: 0 8px 8px; }
.guide-index a { display: block; padding: 12px 9px; min-height: 44px; font-size: 13px; border-radius: 10px; color: var(--muted); }
.guide-index a:hover, .guide-index a[aria-current="location"] { background: var(--bluewash); color: var(--blue); }
.guide-body { max-width: 740px; min-width: 0; padding-bottom: 60px; }
.guide-body section { padding: 52px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.guide-body h2 { font-size: clamp(32px, 3.7vw, 46px); line-height: 1.12; letter-spacing: -.045em; margin: 14px 0 22px; text-wrap: balance; }
.guide-body h3 { font-size: 23px; letter-spacing: -.025em; line-height: 1.25; margin: 30px 0 12px; }
.guide-body p, .guide-body li, .guide-body dd { line-height: 1.7; }
.guide-body p + p { margin-top: 14px; }
.guide-body a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #315ce766; }
.guide-body a:hover { color: var(--blue); }
.guide-body strong { font-weight: 600; }
.guide-body .fine-print { font-size: 13px; margin-top: 14px; }
.guide-overview { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 24px; }
.guide-overview li { display: flex; align-items: flex-start; gap: 18px; }
.guide-overview li > span { color: var(--blue); font-family: var(--display); font-size: 14px; padding-top: 3px; }
.guide-overview p { margin-top: 5px; color: var(--muted); font-size: 16px; }
.guide-note, .guide-checkpoint { border-radius: 20px; padding: 24px; margin: 26px 0; font-size: 15px; line-height: 1.7; }
.guide-note { background: var(--note); border: 1px solid var(--line); }
.guide-checkpoint { background: var(--success); border: 1px solid var(--line); }
.guide-note > p, .guide-checkpoint > p { margin-top: 8px; }
.guide-steps { list-style: none; counter-reset: guide-step; padding: 0; margin: 32px 0; }
.guide-steps > li { counter-increment: guide-step; position: relative; padding-left: 48px; margin: 30px 0; }
.guide-steps > li:before { content: counter(guide-step); position: absolute; left: 0; top: -3px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--blue); background: var(--bluewash); font-size: 14px; }
.guide-steps h3 { font-size: 21px; margin: 0 0 10px; letter-spacing: -.025em; }
.guide-body code { font-size: .84em; background: var(--inline-code); padding: 2px 5px; border-radius: 4px; overflow-wrap: anywhere; }
.code-example { margin: 24px 0; border: 1px solid #cfd7e8; border-radius: 18px; overflow: hidden; background: #1c2b4a; }
.code-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px 8px 20px; background: var(--code-bar); color: var(--ink); font-size: 12px; min-height: 60px; }
.code-toolbar button { flex-shrink: 0; padding: 10px 14px; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--blue); font-size: 13px; cursor: pointer; }
.code-toolbar button:hover { background: var(--bluewash); }
.code-toolbar button:focus-visible { outline-offset: 2px; }
.guide-body pre { margin: 0; padding: 24px; color: #f0f4fc; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; line-height: 1.8; tab-size: 2; }
.guide-body pre code { padding: 0; background: none; color: inherit; font-size: inherit; white-space: inherit; }
.copy-status { color: #d8f5e8; font-size: 13px; padding: 0 20px; }
.copy-status:not(:empty) { padding-bottom: 16px; }
.copy-status:empty { display: none; }
.guide-body .download-link { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 14px 16px; min-height: 52px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); font-size: 14px; line-height: 1.4; text-decoration: none; }
.download-link > span { white-space: nowrap; color: var(--blue); font-size: 12px; }
.guide-table-scroll { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.guide-body table { width: 100%; border-collapse: collapse; text-align: left; font-size: 14px; }
.guide-body caption { text-align: left; padding: 16px; font-size: 13px; color: var(--muted); }
.guide-body th, .guide-body td { padding: 12px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.guide-body thead th { background: var(--code-bar); font-weight: 600; }
.guide-body details { margin: 0; border-bottom: 1px solid var(--line); scroll-margin-top: 0; }
.guide-body summary { cursor: pointer; font-weight: 550; line-height: 1.45; min-height: 60px; padding: 19px 42px 19px 0; font-size: 16px; }
.guide-body summary:after { right: 6px; top: 16px; color: var(--blue); }
.detail-body { padding: 0 0 24px; font-size: 16px; }
.detail-body p + p { margin-top: 14px; }
.layout-recipes { border-top: 1px solid var(--line); margin-top: 28px; }
.layout-recipes summary > span { display: block; color: var(--muted); font-weight: 400; font-size: 13px; margin-top: 5px; }
.layout-recipes details[open] { background: var(--bluewash); border-radius: 14px; padding-inline: 18px; margin-inline: -18px; }
.reference-list { margin: 24px 0 0; }
.reference-list > div { display: grid; grid-template-columns: 145px minmax(0,1fr); gap: 20px; border-top: 1px solid var(--line); padding-block: 18px; }
.reference-list dt { font-weight: 600; font-size: 15px; }
.reference-list dd { margin: 0; color: var(--muted); font-size: 15px; }
.binding-choices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 30px; }
.binding-choices article { border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.binding-choices h3 { font-size: 19px; margin: 0 0 10px; }
.binding-choices p { font-size: 14px; color: var(--muted); }
@media (max-width: 900px) {
  .guide-layout { grid-template-columns: 190px minmax(0,1fr); gap: 36px; }
  .binding-choices { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .guide-hero { padding: 28px 0 35px; }
  .guide-hero h1 { font-size: clamp(44px, 11vw, 64px); max-width: 550px; margin-block: 18px 24px; }
  .guide-hero .lede { font-size: 17px; }
  .guide-choices { grid-template-columns: 1fr; margin-top: 26px; gap: 12px; }
  .guide-choices > a { padding: 19px 17px; gap: 14px; }
  .guide-choices strong { font-size: 17px; }
  .guide-layout { grid-template-columns: minmax(0,1fr); gap: 0; border-top: 0; }
  .guide-toc { top: 0; z-index: 6; padding: 8px 0; background: var(--paper); }
  .guide-index { background: var(--surface); box-shadow: 0 5px 18px #1d253408; }
  .guide-index nav { max-height: 55vh; overflow-y: auto; }
  .guide-index a { font-size: 14px; padding: 13px 12px; }
  .guide-body section { padding: 34px 0; scroll-margin-top: 0; }
  .guide-body h2 { font-size: clamp(32px, 8.4vw, 42px); }
  .guide-body p, .guide-body li { font-size: 16px; }
  .guide-steps > li { padding-left: 42px; }
  .guide-steps h3 { font-size: 20px; }
  .guide-note, .guide-checkpoint { padding: 20px; margin-block: 24px; }
  .guide-body th, .guide-body td { padding: 11px 12px; }
  .guide-body pre { padding: 18px; font-size: 12px; }
  .code-toolbar { padding-left: 15px; }
  .reference-list > div { grid-template-columns: 1fr; gap: 8px; }
  .layout-recipes details[open] { padding-inline: 12px; margin-inline: -12px; }
}
@media (max-width: 370px) {
  .guide-choices > a { padding: 17px 14px; gap: 10px; }
  .guide-choice-icon { width: 26px; font-size: 23px; }
  .guide-choices strong { font-size: 16px; }
  .guide-choices a > span > span { font-size: 12px; }
  .guide-steps > li { padding-left: 36px; }
  .guide-steps > li:before { width: 27px; height: 27px; top: 0; }
  .code-toolbar { flex-wrap: wrap; padding: 10px 14px; }
  .guide-body th, .guide-body td { padding: 10px; font-size: 13px; }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111620;
  --ink: #edf1fa;
  --muted: #b2bdce;
  --blue: #a3b7ff;
  --line: #343f50;
  --white: #1c2532;
  --surface: #1c2532;
  --gallery: #1c263b;
  --style: #232b32;
  --connected: #17292b;
  --launch: #1b2830;
  --bluewash: #1f2b42;
  --note: #2b2b29;
  --success: #1c322d;
  --inline-code: #283447;
  --code-bar: #23314a;
  --button: #33496b;
  --button-hover: #435d83;
  --primary: #3e60d7;
  --primary-hover: #4d6cdf;
  --frame: #1d2430;
  --frame-line: #414c61;
  --orbit: radial-gradient(ellipse at 65% 20%, #253b6b 0%, #1a3040 60%, #17212d 95%);
  --light-preview: none;
  --dark-preview: block;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --paper: #111620;
    --ink: #edf1fa;
    --muted: #b2bdce;
    --blue: #a3b7ff;
    --line: #343f50;
    --white: #1c2532;
    --surface: #1c2532;
    --gallery: #1c263b;
    --style: #232b32;
    --connected: #17292b;
    --launch: #1b2830;
    --bluewash: #1f2b42;
    --note: #2b2b29;
    --success: #1c322d;
    --inline-code: #283447;
    --code-bar: #23314a;
    --button: #33496b;
    --button-hover: #435d83;
    --primary: #3e60d7;
    --primary-hover: #4d6cdf;
    --frame: #1d2430;
    --frame-line: #414c61;
    --orbit: radial-gradient(ellipse at 65% 20%, #253b6b 0%, #1a3040 60%, #17212d 95%);
    --light-preview: none;
    --dark-preview: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
