:root {
  --paper: #fcf6f4;
  --paper-2: #f5ece7;
  --paper-3: #e9ddd8;
  --ink: #1a1511;
  --ink-2: #3b332c;
  --stone: #6c6056;
  --stone-2: #a0958a;
  --line: #e7dad5;
  --pink: #fb3d65;
  --pink-deep: #d0184a;
  --pink-glow: #ff7a9a;
  --pink-soft: #ffe3ea;
  --night: #0e171f;
  --night-2: #172431;
  --night-3: #22323f;
  --night-line: rgba(255, 255, 255, 0.1);
  --night-text: #ece6dc;
  --night-stone: #8c98a3;
  --cold: #4c6e8a;
  --booked: #1e7a4c;
  --booked-soft: #dff1e6;
  --font-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Figtree", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "Chivo Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --wrap: 1180px;
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body.landing {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

.ico {
  flex: none;
}

:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 112px 0;
}

.section--night {
  background: var(--night);
  color: var(--night-text);
}

.section--night {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section--night::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1.3px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 20%, transparent 75%);
  pointer-events: none;
}

[data-reveal] {
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal]:not(.is-in) {
  opacity: 0;
  transform: translateY(20px);
}

[data-reveal=group],
.js [data-reveal=group]:not(.is-in) {
  transition: none;
  opacity: 1;
  transform: none;
}

[data-reveal=group] > * {
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal=group]:not(.is-in) > * {
  opacity: 0;
  transform: translateY(20px);
}

[data-reveal=group] > :nth-child(2) {
  transition-delay: 0.07s;
}

[data-reveal=group] > :nth-child(3) {
  transition-delay: 0.14s;
}

[data-reveal=group] > :nth-child(4) {
  transition-delay: 0.21s;
}

[data-reveal=group] > :nth-child(5) {
  transition-delay: 0.28s;
}

[data-reveal=group] > :nth-child(6) {
  transition-delay: 0.35s;
}

[data-reveal=group] > :nth-child(7) {
  transition-delay: 0.42s;
}

[data-reveal=group] > :nth-child(8) {
  transition-delay: 0.49s;
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal]:not(.is-in),
  .js [data-reveal=group]:not(.is-in) > * {
    opacity: 1;
    transform: none;
  }
}
.tdemo, .integ__col, .exch__item, .beliefs li, .facts, .dev__toc, .ep, .legal__contact, .toc, .faq__ask, .incl__col, .tier, .step, .source, .answers__pts li, .script__player {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(26, 21, 17, 0.08);
  box-shadow: 0 30px 60px -34px rgba(26, 21, 17, 0.35), 0 1px 2px rgba(26, 21, 17, 0.05);
  border-radius: 22px;
}

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

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

@media (max-width: 760px) {
  .section {
    padding: 72px 0;
  }
}
.eyebrow {
  font: 500 12px/1.4 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink);
  margin: 0 0 18px;
}

.section--night .eyebrow {
  color: var(--pink-glow);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.022em;
  text-wrap: balance;
  margin: 0;
  color: inherit;
}

h1 {
  font-size: clamp(2.7rem, 5.4vw, 4.5rem);
  line-height: 1;
  font-variation-settings: "opsz" 96;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.06;
  font-variation-settings: "opsz" 72;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

.lead {
  font-size: 1.22rem;
  line-height: 1.55;
  color: var(--stone);
  max-width: 36em;
}

.section--night .lead {
  color: var(--night-stone);
}

.prose > * + * {
  margin-top: 1em;
}

.prose {
  max-width: 34em;
  color: var(--ink-2);
}

.section--night .prose {
  color: var(--night-text);
}

.mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.shead {
  max-width: 660px;
  margin-bottom: 56px;
}

.shead h2 {
  margin-bottom: 18px;
}

.shead--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.shead--center .lead {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font: 600 16px/1 var(--font-body);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s, border-color 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--pink {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(251, 61, 101, 0.55), 0 1px 2px rgba(208, 24, 74, 0.3);
}

.btn--pink:hover {
  background: var(--pink-deep);
  box-shadow: 0 18px 34px -10px rgba(251, 61, 101, 0.6), 0 1px 2px rgba(208, 24, 74, 0.3);
}

.btn--ghost {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 1px 2px rgba(26, 21, 17, 0.05);
}

.btn--ghost:hover {
  border-color: var(--ink);
}

.btn--night {
  border-color: var(--night-line);
  color: var(--night-text);
  background: rgba(255, 255, 255, 0.04);
}

.btn--night:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.btn--night.is-on {
  border-color: var(--pink);
  color: #fff;
  background: rgba(251, 61, 101, 0.16);
}

.btn--sm {
  padding: 10px 16px;
  font-size: 14px;
}

.btn--sm.btn--pink {
  box-shadow: 0 8px 20px -10px rgba(251, 61, 101, 0.6);
}

.btn--block {
  width: 100%;
}

.btn[disabled] {
  opacity: 0.6;
  cursor: default;
  transform: none;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(252, 246, 244, 0);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 0.25s, border-color 0.25s;
}

.nav.is-scrolled {
  background: rgba(252, 246, 244, 0.84);
  border-bottom-color: var(--line);
}

.nav__in {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  height: 34px;
  width: auto;
}

.foot .brand img {
  height: 26px;
}

.nav__links {
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.nav__links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink-2);
}

.nav__links a:hover {
  color: var(--pink);
}

.nav__cta {
  display: flex;
  gap: 14px;
  align-items: center;
}

.nav__login {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink-2);
  padding: 10px 4px;
}

.nav__login:hover {
  color: var(--pink);
}

.flag {
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(26, 21, 17, 0.12);
  flex: none;
}

.cc {
  position: relative;
}

.cc summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 9px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  font: 600 13px/1 var(--font-body);
  color: var(--ink-2);
  cursor: pointer;
  transition: border-color 0.15s;
}

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

.cc summary:hover,
.cc[open] summary {
  border-color: var(--ink);
}

.cc[open] summary .ico {
  transform: rotate(180deg);
}

.cc__list {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  margin: 0;
  padding: 6px;
  list-style: none;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 20px 40px -20px rgba(26, 21, 17, 0.35);
  z-index: 60;
}

.cc__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
}

.cc__list a:hover {
  background: var(--paper-2);
  color: var(--ink);
}

.cc__list a[aria-current=page] {
  color: var(--pink-deep);
  font-weight: 600;
}

@media (max-width: 900px) {
  .nav__links {
    display: none;
  }
  .nav__cta {
    margin-left: auto;
  }
  .nav__login {
    display: none;
  }
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 52px 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(26, 21, 17, 0.16) 1px, transparent 1.3px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 58% 75% at 68% 46%, #000 20%, transparent 72%);
  mask-image: radial-gradient(ellipse 58% 75% at 68% 46%, #000 20%, transparent 72%);
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.hero__copy {
  max-width: 540px;
  padding: 32px 0 48px;
}

.hero__copy > * {
  animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero__copy > :nth-child(2) {
  animation-delay: 0.08s;
}

.hero__copy > :nth-child(3) {
  animation-delay: 0.16s;
}

.hero__copy > :nth-child(4) {
  animation-delay: 0.24s;
}

.hero__copy > :nth-child(5) {
  animation-delay: 0.32s;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
}
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--pink-deep);
  margin-bottom: 26px;
}

.hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 3px rgba(251, 61, 101, 0.16);
  animation: livedot 2.4s ease-in-out infinite;
}

@keyframes livedot {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(251, 61, 101, 0.16);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(251, 61, 101, 0.06);
  }
}
.hero h1 {
  font-size: clamp(2.7rem, 5.2vw, 4.35rem);
  margin-bottom: 24px;
}

.hero h1 em {
  font-style: normal;
  color: var(--pink);
  position: relative;
  z-index: 0;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.04em;
  right: -0.04em;
  bottom: 0.17em;
  height: 0.3em;
  border-radius: 0.06em;
  background: linear-gradient(90deg, rgba(251, 61, 101, 0.16), rgba(255, 122, 154, 0.26));
  transform: scaleX(0);
  transform-origin: left center;
}

.hero.is-rung h1 em::after {
  animation: sweep 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero.is-rung h1 em {
  animation: emflash 1.2s ease-out;
}

@keyframes sweep {
  to {
    transform: scaleX(1);
  }
}
@keyframes emflash {
  30% {
    color: var(--pink-glow);
  }
}
.hero .lead {
  margin-bottom: 34px;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero__fine {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14.5px;
  color: var(--stone);
}

.hero__fine li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hero__fine .ico {
  color: var(--pink);
  margin-top: 2px;
}

.hero__trust {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) 0.5s both;
}

.hero__trust-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 44px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.hero__trust span {
  font: 500 11px/1 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-2);
  white-space: nowrap;
}

.hero__trust img {
  height: 24px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.45;
  transition: filter 0.25s, opacity 0.25s;
}

.hero__trust img:hover {
  filter: none;
  opacity: 1;
}

.stage {
  position: relative;
  animation: stagein 0.7s ease 0.15s backwards;
}

@keyframes stagein {
  from {
    opacity: 0;
  }
}
.stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(var(--w) / 2);
  top: 50%;
  width: 980px;
  height: 980px;
  transform: translate(-50%, -50%);
  background: repeating-radial-gradient(circle at center, transparent 0 62px, rgba(208, 24, 74, 0.13) 62px 63.5px);
  -webkit-mask-image: radial-gradient(circle at center, #000 0, rgba(0, 0, 0, 0.55) 30%, transparent 55%);
  mask-image: radial-gradient(circle at center, #000 0, rgba(0, 0, 0, 0.55) 30%, transparent 55%);
  opacity: 0.8;
  animation: breathe 7s ease-in-out infinite;
  pointer-events: none;
}

.stage.is-live::before {
  opacity: 1;
}

@keyframes breathe {
  0%, 100% {
    opacity: 0.65;
  }
  50% {
    opacity: 0.95;
  }
}
.rings {
  position: absolute;
  z-index: -1;
  left: calc(var(--w) / 2);
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}

.rings i {
  position: absolute;
  left: -170px;
  top: -170px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1.5px solid var(--pink);
  opacity: 0;
}

.is-ringing .rings i {
  animation: ringout 2.4s cubic-bezier(0.2, 0.6, 0.4, 1) infinite;
}

.is-ringing .rings i:nth-child(2) {
  animation-delay: 0.8s;
}

.is-ringing .rings i:nth-child(3) {
  animation-delay: 1.6s;
}

@keyframes ringout {
  from {
    transform: scale(0.85);
    opacity: 0.75;
  }
  to {
    transform: scale(2.9);
    opacity: 0;
  }
}
.stage,
.stage__grid {
  --w: 300px;
}

.stage__grid {
  position: relative;
  display: grid;
  grid-template-columns: var(--w) minmax(0, 1fr);
  align-items: center;
}

.stage__ctl {
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ctl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: 600 13px/1 var(--font-body);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.ctl:hover {
  border-color: var(--ink);
}

.ctl.is-on {
  border-color: var(--pink);
  background: var(--pink-soft);
  color: var(--pink-deep);
}

.ctl--listen {
  position: relative;
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(251, 61, 101, 0.7);
}

.ctl--listen::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(251, 61, 101, 0.5);
  animation: ctlpulse 2s ease-out infinite;
  pointer-events: none;
}

@keyframes ctlpulse {
  to {
    box-shadow: 0 0 0 12px rgba(251, 61, 101, 0);
  }
}
.ctl--listen:hover {
  background: var(--pink-deep);
  border-color: var(--pink-deep);
}

.ctl--listen.is-on {
  background: var(--booked);
  border-color: var(--booked);
  color: #fff;
}

.ctl--listen.is-on::before {
  animation: none;
}

.stage__ctl .ico--on,
.stage__ctl .is-on .ico--off {
  display: none;
}

.stage__ctl .is-on .ico--on {
  display: block;
}

.rail__prog {
  position: relative;
  height: 5px;
  border-radius: 3px;
  background: rgba(26, 21, 17, 0.12);
  margin-top: 8px;
  overflow: hidden;
}

.rail__prog i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  min-width: 5px;
  background: linear-gradient(90deg, var(--pink-deep), var(--pink));
  border-radius: 3px;
}

.stage__status {
  display: block;
  margin-top: -6px;
  font: 500 10.5px/1.4 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone-2);
}

.stage__status:empty {
  display: none;
}

.device {
  position: relative;
  width: var(--w);
  z-index: 1;
  --tilt: perspective(1600px) rotateY(9deg) rotateX(2deg);
  transform: var(--tilt);
  animation: tiltin 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s backwards;
}

@keyframes tiltin {
  0%, 38% {
    transform: perspective(1600px) rotateY(0deg) rotateX(0deg);
  }
  66%, 100% {
    transform: perspective(1600px) rotateY(9deg) rotateX(2deg);
  }
}
.device::before,
.device::after {
  content: "";
  position: absolute;
  width: 3px;
  background: #2b3740;
  z-index: 0;
}

.device::before {
  left: -9px;
  top: 128px;
  height: 36px;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 50px 0 #2b3740;
}

.device::after {
  right: -3px;
  top: 164px;
  height: 62px;
  border-radius: 0 2px 2px 0;
}

.is-ringing .device {
  animation: vibrate 0.4s linear infinite;
}

@keyframes vibrate {
  0%, 100% {
    transform: var(--tilt) translateX(0);
  }
  25% {
    transform: var(--tilt) translateX(-1.5px) rotate(-0.3deg);
  }
  75% {
    transform: var(--tilt) translateX(1.5px) rotate(0.3deg);
  }
}
.phone {
  --edge: 0 0 0 1px #3a4650, -1px 0 0 #333f48, -2px 0 0 #2e3a43, -3px 0 0 #29343d, -4px 0 0 #242f37, -5px 0 0 #1f2931, -6px 1px 0 #1a232a, -7px 1px 0 #141c22, 0 1px 0 #2e3a43, 0 2px 0 #1f2931, -3px 3px 0 #141c22;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 9/19.4;
  border-radius: 48px;
  background: #0b1218;
  border: 5px solid #1b262e;
  color: var(--night-text);
  box-shadow: var(--edge), 0 44px 80px -28px rgba(26, 21, 17, 0.5), 0 12px 24px -12px rgba(26, 21, 17, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  transition: box-shadow 0.6s ease;
}

.is-ringing .phone {
  box-shadow: var(--edge), 0 0 70px rgba(251, 61, 101, 0.4), 0 44px 80px -28px rgba(26, 21, 17, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.02) 30%, transparent 48%);
  pointer-events: none;
  z-index: 6;
}

.phone__notch {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 23px;
  border-radius: 12px;
  background: #000;
  z-index: 3;
}

.phone__notch::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #121b23;
  box-shadow: inset 0 0 0 2px #0a0f14;
}

.phone__status {
  position: absolute;
  top: 14px;
  left: 26px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  font: 600 12px/1 var(--font-body);
  color: #fff;
  z-index: 3;
}

.phone__status .sig {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 11px;
}

.phone__status .sig i {
  display: block;
  width: 3px;
  background: #fff;
  border-radius: 1px;
}

.rail {
  position: relative;
  z-index: 2;
  margin-left: -44px;
  max-width: 318px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(26, 21, 17, 0.08);
  box-shadow: -28px 34px 70px -30px rgba(26, 21, 17, 0.42), 0 1px 2px rgba(26, 21, 17, 0.05);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  color: var(--ink);
  animation: cardout 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s backwards;
}

@keyframes cardout {
  0% {
    transform: translateX(-100px) scale(0.96);
    opacity: 0;
    z-index: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    z-index: 0;
  }
  34% {
    z-index: 2;
  }
  36%, 68% {
    transform: translateX(49px) scale(1);
    z-index: 2;
  }
  100% {
    transform: translateX(0);
    z-index: 2;
  }
}
.rail__clock {
  font: 500 clamp(44px, 4.4vw, 58px)/1 var(--font-mono);
  letter-spacing: -0.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.rail__clock small {
  font-size: 0.42em;
  color: var(--stone-2);
  letter-spacing: 0;
  margin-left: 4px;
}

.rail__lab {
  font: 500 11px/1.4 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--stone);
  margin-top: 4px;
  white-space: nowrap;
}

.rail__booked {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 10px 6px 8px;
  border-radius: 999px;
  background: var(--booked-soft);
  color: var(--booked);
  font: 600 12px/1 var(--font-body);
  white-space: nowrap;
  animation: capin 0.35s ease-out;
}

.is-booked .rail__booked {
  display: inline-flex;
}

.rail__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.rail__steps::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  bottom: 14px;
  width: 1.5px;
  background: var(--paper-3);
}

.rail__steps li {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 6px 0;
  font-size: 13.5px;
  color: var(--stone);
  transition: color 0.3s;
  white-space: nowrap;
  position: relative;
}

.rail__steps i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.5px solid var(--stone-2);
  background: #fff;
  justify-self: center;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.rail__steps li.is-on {
  color: var(--ink);
}

.rail__steps li.is-on i {
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(251, 61, 101, 0.16);
}

.rail__steps li.is-now {
  color: var(--pink-deep);
}

.rail__steps li.is-now i {
  box-shadow: 0 0 0 4px rgba(251, 61, 101, 0.22), 0 0 16px rgba(251, 61, 101, 0.5);
}

.rail__steps .t {
  font: 500 12.5px var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.wave {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wave .bars {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 22px;
  min-width: 0;
  overflow: hidden;
}

.wave .bars i {
  flex: none;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: var(--stone-2);
  transition: background 0.3s;
}

.is-speaking .wave .bars i {
  background: var(--pink);
  animation: wavebar 0.9s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.075s);
}

.is-caller .wave .bars i {
  background: var(--ink-2);
  animation: wavebar 1.1s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.09s);
}

@keyframes wavebar {
  0%, 100% {
    height: 3px;
  }
  50% {
    height: var(--h);
  }
}
.wave__who {
  font: 500 10.5px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone-2);
  white-space: nowrap;
}

.wave__who::after {
  content: "Quiet";
}

.is-speaking .wave__who {
  color: var(--pink-deep);
}

.is-speaking .wave__who::after {
  content: attr(data-assistant);
}

.is-caller .wave__who {
  color: var(--ink);
}

.is-caller .wave__who::after {
  content: attr(data-caller);
}

@media (min-width: 981px) and (max-width: 1279px) {
  .stage,
  .stage__grid {
    --w: 264px;
  }
  .rail {
    margin-left: -36px;
    padding: 18px 18px 16px;
  }
}
@media (max-width: 980px) {
  .hero {
    padding: 24px 0 0;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hero__copy {
    padding: 16px 0 36px;
  }
  .hero__trust {
    margin-top: 32px;
  }
  .hero__trust-in {
    gap: 14px 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero__trust img {
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .hero__copy {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  .hero .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__ctas {
    justify-content: center;
  }
  .hero__fine {
    align-items: center;
  }
  .hero__trust-in {
    justify-content: center;
  }
  .stage,
  .stage__grid {
    --w: 280px;
  }
  .stage__grid {
    grid-template-columns: var(--w) 318px;
    justify-content: center;
  }
  .rail {
    margin-left: -36px;
  }
}
@media (max-width: 767px) {
  .hero__copy,
  .hero .lead {
    max-width: none;
  }
  .stage__grid {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: center;
  }
  .phone__notch {
    top: 34px;
  }
  .phone__status {
    top: 37px;
  }
  .scene {
    padding-top: 80px;
  }
  .call {
    padding-top: 78px;
  }
  .ring {
    padding-top: 94px;
  }
  .done {
    padding-top: 84px;
  }
  .rail__top {
    flex-wrap: wrap;
  }
  .stage .rail__booked {
    margin-top: 0;
  }
  .stage::before,
  .rings {
    left: 50%;
    top: auto;
    bottom: calc(var(--w) * 19.4 / 9 / 2);
  }
  .stage::before {
    transform: translate(-50%, 50%);
  }
  .device {
    --tilt: perspective(1600px);
    transform: var(--tilt);
    animation: none;
  }
  .stage .rail {
    order: -1;
    margin: 0 0 -30px;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    padding: 16px 18px;
    animation: none;
    box-shadow: 0 24px 40px -24px rgba(26, 21, 17, 0.45), 0 1px 2px rgba(26, 21, 17, 0.05);
  }
  .rail__top {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .stage .rail__lab {
    margin-top: 0;
  }
  .stage .rail__steps {
    display: none;
  }
  .stage .wave {
    flex-basis: 100%;
    order: 1;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .stage .stage__ctl {
    margin-left: auto;
    padding: 0;
  }
  .stage .rail__prog {
    order: 2;
    flex-basis: 100%;
    margin-top: 0;
  }
  .stage .stage__status {
    order: 3;
    flex-basis: 100%;
    margin-top: -4px;
  }
}
@media (max-width: 640px) {
  .hero .eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 560px) {
  .hero .eyebrow {
    border: 0;
    background: none;
    padding: 0;
  }
  .stage,
  .stage__grid {
    --w: min(300px, 78vw);
  }
}
.scene {
  position: absolute;
  inset: 0;
  padding: 58px 18px 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .scene {
    padding-right: 38px;
  }
}
.scene.is-active {
  opacity: 1;
  visibility: visible;
}

.srch {
  gap: 12px;
}

.srch__bar {
  background: #1a2632;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  min-height: 40px;
}

.srch__bar .ico {
  color: var(--night-stone);
}

.srch__q {
  white-space: nowrap;
  overflow: hidden;
  min-height: 1.4em;
}

.caret::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 1em;
  background: var(--pink-glow);
  margin-left: 2px;
  vertical-align: -2px;
  animation: blink 1s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.srch__res {
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 12px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s, transform 0.35s, box-shadow 0.2s;
}

.srch__res.is-in {
  opacity: 1;
  transform: none;
}

.srch__res.is-tap {
  box-shadow: 0 0 0 3px var(--pink-soft), 0 0 0 5px var(--pink);
}

.srch__t {
  font-weight: 700;
  font-size: 14px;
}

.srch__u {
  font: 400 11px var(--font-mono);
  color: var(--booked);
}

.srch__d {
  color: var(--stone);
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.4;
}

.srch__skel {
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.mform {
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mform__t {
  font: 700 15px/1.2 var(--font-display);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.mform__f label {
  display: block;
  font-size: 10.5px;
  color: var(--stone);
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.mform__v {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 9px;
  min-height: 31px;
  font-size: 13px;
  background: var(--paper);
  white-space: nowrap;
  overflow: hidden;
}

.mform__v.is-focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 2px var(--pink-soft);
}

.mform__btn {
  margin-top: 4px;
  background: var(--pink);
  color: #fff;
  border-radius: 9px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 13.5px;
  transition: transform 0.12s, background 0.12s;
}

.mform__btn.is-press {
  transform: scale(0.96);
  background: var(--pink-deep);
}

.mform__ok {
  display: none;
  text-align: center;
  padding: 24px 8px;
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.45;
}

.mform__ok .ico {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  color: var(--booked);
}

.mform.is-sent .mform__f,
.mform.is-sent .mform__btn,
.mform.is-sent .mform__t {
  display: none;
}

.mform.is-sent .mform__ok {
  display: block;
}

.mform.is-sent {
  margin: auto 0;
}

.ring {
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding-top: 72px;
}

.ring__from {
  font-size: 11.5px;
  color: var(--night-stone);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ring__name {
  font: 700 24px/1.1 var(--font-display);
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 6px;
}

.ring__num {
  font: 400 13px var(--font-mono);
  color: var(--night-stone);
  margin-top: 6px;
}

.ring__pulse {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 26px auto;
  display: grid;
  place-items: center;
}

.ring__pulse i {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--pink);
  opacity: 0;
  animation: ringpulse 1.6s ease-out infinite;
}

.ring__pulse i:nth-child(2) {
  animation-delay: 0.5s;
}

.ring__pulse i:nth-child(3) {
  animation-delay: 1s;
}

.ring__core {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--pink);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 30px rgba(251, 61, 101, 0.5);
  animation: wiggle 0.5s ease-in-out infinite;
  position: relative;
}

.is-answered .ring__pulse i {
  animation: none;
}

.is-answered .ring__core {
  animation: none;
  background: var(--booked);
}

@keyframes ringpulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
}
.ring__slide {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 5px;
  position: relative;
  height: 50px;
  font-size: 12.5px;
  color: var(--night-stone);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring__knob {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--booked);
  display: grid;
  place-items: center;
  color: #fff;
  transition: left 0.5s cubic-bezier(0.3, 0.7, 0.3, 1);
}

.is-answered .ring__knob {
  left: calc(100% - 45px);
}

.call {
  padding-top: 56px;
}

.call__hd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 2px 12px;
  border-bottom: 1px solid var(--night-line);
}

.call__av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-glow), var(--pink-deep));
  color: #fff;
  display: grid;
  place-items: center;
  font: 700 13px var(--font-body);
  flex: none;
}

.call__meta {
  flex: 1;
  min-width: 0;
}

.call__who {
  font: 600 13.5px/1.2 var(--font-body);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.call__sub {
  font: 500 10.5px/1.3 var(--font-mono);
  letter-spacing: 0.04em;
  color: var(--pink-glow);
  margin-top: 3px;
  white-space: nowrap;
}

.call__t {
  font: 500 12px var(--font-mono);
  color: var(--night-stone);
  font-variant-numeric: tabular-nums;
  flex: none;
}

.caps {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 0 26px;
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 26px), transparent);
  mask-image: linear-gradient(to bottom, #000 calc(100% - 26px), transparent);
}

.call__end {
  flex: none;
  align-self: center;
  width: 46px;
  height: 46px;
  margin-top: 10px;
  border-radius: 50%;
  background: #e5484d;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(229, 72, 77, 0.35);
}

.call__end .ico {
  transform: rotate(135deg);
}

.cap {
  max-width: 92%;
  padding: 8px 10px 9px;
  border-radius: 12px;
  font-size: 12.5px;
  line-height: 1.38;
  position: relative;
  animation: capin 0.3s ease-out;
  flex: none;
}

@keyframes capin {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
}
.cap--a {
  align-self: flex-start;
  background: rgba(251, 61, 101, 0.16);
  border-left: 2px solid var(--pink);
  color: #fff;
  border-top-left-radius: 4px;
}

.cap--j {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.1);
  color: var(--night-text);
  border-bottom-right-radius: 4px;
}

.cap__lab {
  display: flex;
  align-items: center;
  gap: 6px;
  font: 500 9.5px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--night-stone);
  margin-bottom: 4px;
}

.cap--a .cap__lab {
  color: var(--pink-glow);
}

.cap__txt .w {
  opacity: 0.22;
  transition: opacity 0.1s;
}

.cap__txt .w.is-on,
.cap.is-done .cap__txt .w {
  opacity: 1;
}

.cap__cut {
  display: none;
  color: var(--pink-glow);
  font-weight: 600;
}

.cap.is-cut .cap__cut {
  display: inline;
}

.cap__wave {
  display: none;
  gap: 2px;
  align-items: flex-end;
  height: 10px;
  margin-left: 2px;
}

.cap__wave i {
  width: 2px;
  height: 3px;
  background: currentColor;
  border-radius: 1px;
}

.cap.is-live .cap__wave {
  display: inline-flex;
}

.cap.is-live .cap__wave i {
  animation: wave 0.7s ease-in-out infinite;
}

.cap__wave i:nth-child(2) {
  animation-delay: 0.1s;
}

.cap__wave i:nth-child(3) {
  animation-delay: 0.22s;
}

.cap__wave i:nth-child(4) {
  animation-delay: 0.32s;
}

.cap__wave i:nth-child(5) {
  animation-delay: 0.15s;
}

@keyframes wave {
  0%, 100% {
    height: 3px;
  }
  50% {
    height: 10px;
  }
}
.chip {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 500 10px/1 var(--font-mono);
  letter-spacing: 0.04em;
  color: var(--night-stone);
  padding: 3px 0 0 6px;
  flex: none;
}

.chip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 3px rgba(251, 61, 101, 0.25);
}

.chip--wait i {
  animation: blink 0.8s steps(1) infinite;
}

.chip--cut {
  color: var(--pink-glow);
  align-self: flex-end;
  padding-right: 6px;
}

.bookcard {
  align-self: stretch;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: capin 0.35s ease-out;
  flex: none;
}

.bookcard .ico {
  color: var(--pink);
}

.bookcard__t {
  font-weight: 700;
  font-size: 13px;
}

.bookcard__s {
  font-size: 11.5px;
  color: var(--stone);
}

.pill {
  margin-left: auto;
  font: 600 10.5px/1 var(--font-body);
  padding: 5px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.pill--booked {
  background: var(--booked-soft);
  color: var(--booked);
}

.pill--hot {
  background: var(--pink-soft);
  color: var(--pink-deep);
}

.done {
  padding-top: 62px;
  gap: 12px;
}

.done__t {
  font: 500 10.5px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--night-stone);
}

.crm {
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.crm__hd {
  display: flex;
  align-items: center;
  gap: 10px;
}

.crm__av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-glow), var(--pink-deep));
  color: #fff;
  display: grid;
  place-items: center;
  font: 700 12px var(--font-body);
  flex: none;
}

.crm__n {
  font-weight: 700;
  font-size: 14px;
}

.crm__s {
  font-size: 11px;
  color: var(--stone);
}

.crm__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.crm__tags span {
  font-size: 11px;
  background: var(--paper-2);
  border-radius: 6px;
  padding: 4px 7px;
  color: var(--ink-2);
}

.crm__next {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12.5px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.crm__next .ico {
  color: var(--pink);
}

.done__sum {
  font-size: 12px;
  color: var(--night-stone);
  text-align: center;
  line-height: 1.5;
}

.done__sum b {
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 500;
}

.proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
  padding: 80px 0;
}

.proof__copy h2 {
  margin-bottom: 36px;
}

.proof__figs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.proof__figs > div {
  padding-left: 18px;
  border-left: 2px solid var(--paper-3);
}

.proof__n {
  font: 700 clamp(2.4rem, 4vw, 3.4rem)/1 var(--font-display);
  letter-spacing: -0.03em;
  color: var(--pink);
  font-variant-numeric: tabular-nums;
}

.proof__n small {
  font-size: 0.5em;
  letter-spacing: -0.01em;
}

.proof__t {
  margin-top: 10px;
  max-width: 22em;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.5;
}

.proof__src {
  margin-top: 36px;
  font-size: 13px;
  color: var(--stone);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
}

.proof__src a {
  color: var(--stone);
  text-decoration-color: var(--paper-3);
  text-underline-offset: 3px;
}

.proof__src a:hover {
  color: var(--pink);
}

.proof__note {
  margin-top: 14px;
  max-width: 62em;
  font-size: 13px;
  line-height: 1.6;
  color: var(--stone-2);
}

@media (max-width: 900px) {
  .proof {
    padding: 64px 0;
  }
  .proof__figs {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.script {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}

.script__lines {
  position: relative;
}

.js .script.is-collapsed .script__lines {
  max-height: 560px;
  overflow: hidden;
}

.js .script.is-collapsed .script__lines::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(252, 246, 244, 0), var(--paper) 70%);
  pointer-events: none;
}

.script__more {
  display: none;
  justify-content: center;
  padding-top: 8px;
}

.js .script__more {
  display: flex;
}

.js .script.is-collapsed .script__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 1;
}

.script__more .ico {
  transition: transform 0.2s;
}

.script__more [aria-expanded=true] .ico {
  transform: rotate(180deg);
}

.script__player {
  position: sticky;
  top: 92px;
  padding: 22px;
  backdrop-filter: blur(14px);
}

.script__player .wave {
  margin-top: 16px;
  border-top: 0;
  padding-top: 0;
}

.player__row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.player__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 24px -8px rgba(251, 61, 101, 0.6);
  flex: none;
  transition: background 0.15s, transform 0.15s;
}

.player__btn:hover {
  background: var(--pink-deep);
  transform: scale(1.04);
}

.player__btn .ico--pause {
  display: none;
}

.player__btn.is-playing .ico--play {
  display: none;
}

.player__btn.is-playing .ico--pause {
  display: block;
}

.player__meta b {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.player__meta span {
  font: 500 13px var(--font-mono);
  color: var(--stone);
}

.player__bar {
  height: 4px;
  background: var(--paper-3);
  border-radius: 2px;
  margin-top: 18px;
  overflow: hidden;
}

.player__bar i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--pink);
  transition: width 0.25s linear;
}

.player__legend {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--stone);
  line-height: 1.5;
}

.player__legend ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.player__legend li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.player__legend .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 7px;
  flex: none;
  background: var(--pink);
}

.player__legend .dot--gap {
  background: transparent;
  border: 1.5px solid var(--pink);
}

.player__legend .dot--cut {
  background: var(--ink);
}

.player__legend .dot--book {
  background: var(--booked);
}

.player__note {
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--stone-2);
  line-height: 1.5;
}

.line {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 14px;
  margin: 0 -14px;
  border-top: 1px solid var(--line);
  border-radius: 10px;
  transition: background 0.2s;
}

.line:last-child {
  border-bottom: 1px solid var(--line);
}

.line.is-live {
  background: var(--pink-soft);
}

.line__who {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font: 500 11.5px/1.7 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone);
  align-content: flex-start;
}

.line__av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 700 11px var(--font-body);
  letter-spacing: 0;
  background: var(--paper-3);
  color: var(--ink-2);
  flex: none;
}

.line--a .line__av {
  background: linear-gradient(135deg, var(--pink-glow), var(--pink-deep));
  color: #fff;
}

.line--a .line__who {
  color: var(--pink-deep);
}

.line__gap {
  display: flex;
  gap: 6px;
  align-items: center;
  text-transform: none;
  letter-spacing: 0;
  color: var(--pink);
  flex-basis: 100%;
  padding-left: 34px;
  margin-top: -2px;
}

.line__gap i {
  width: 6px;
  height: 6px;
  border: 1.5px solid var(--pink);
  border-radius: 50%;
}

.line__txt {
  font-size: 17.5px;
  line-height: 1.55;
  color: var(--ink);
}

.line--j .line__txt {
  color: var(--ink-2);
}

.line__note {
  grid-column: 2;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--stone);
  padding-left: 12px;
  border-left: 2px solid var(--pink);
}

.line__note--barge_in {
  border-left-color: var(--ink);
}

.line__note--booking {
  border-left-color: var(--booked);
}

.cut {
  color: var(--pink);
  font-weight: 600;
}

@media (max-width: 900px) {
  .script {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .script__player {
    position: static;
  }
  .line {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .line__note {
    grid-column: 1;
  }
  .line__gap {
    display: inline-flex;
    flex-basis: auto;
    padding-left: 0;
    margin-left: 4px;
    margin-top: 0;
  }
}
.speed__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 64px;
  align-items: center;
}

.gaps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gap__lab {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 14.5px;
  gap: 16px;
}

.gap__lab b {
  color: #fff;
  font-weight: 600;
}

.gap__lab span {
  font: 500 13px var(--font-mono);
  color: var(--night-stone);
  white-space: nowrap;
}

.gap__bar {
  display: flex;
  align-items: center;
  height: 36px;
}

.gap__spk {
  width: 104px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 3px;
  flex: none;
}

.gap__spk i {
  flex: 1;
  background: var(--night-stone);
  border-radius: 2px;
  height: 30%;
}

.gap__spk i:nth-child(2n) {
  height: 70%;
}

.gap__spk i:nth-child(3n) {
  height: 50%;
}

.gap__spk i:nth-child(5n) {
  height: 90%;
}

.gap__spk--a i {
  background: var(--pink);
}

.gap--cold .gap__spk--a i {
  background: var(--cold);
}

.gap__gap {
  --s: 1;
  --unit: 150px;
  width: calc(var(--s) * var(--unit));
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--night-stone) 0 6px, transparent 6px 10px);
  position: relative;
  margin: 0 6px;
  flex: none;
  transition: width 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gap__gap::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  font: 500 12px var(--font-mono);
  color: #fff;
  white-space: nowrap;
}

.gap--pink .gap__gap {
  background: repeating-linear-gradient(90deg, var(--pink) 0 6px, transparent 6px 10px);
}

.gap--pink .gap__gap::after {
  color: var(--pink-glow);
}

.gap--next .gap__gap {
  background: repeating-linear-gradient(90deg, var(--pink-glow) 0 3px, transparent 3px 7px);
}

.gap--next .gap__spk--a i {
  opacity: 0.55;
}

.js .gaps:not(.is-in) .gap__gap {
  width: 0;
}

.gaps__foot {
  margin-top: 26px;
  font-size: 13px;
  color: var(--night-stone);
  line-height: 1.5;
  max-width: 44em;
}

.speed__voices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 40px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--night-line);
}

.speed__voices-lab b {
  display: block;
  font: 700 1.6rem/1 var(--font-display);
  letter-spacing: -0.02em;
  color: #fff;
}

.speed__voices-lab span {
  display: block;
  margin-top: 6px;
  font-size: 14.5px;
  color: var(--night-stone);
}

.voices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.voice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--night-line);
  background: var(--night-2);
  font-size: 14px;
  color: #fff;
}

.voice button {
  display: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0;
  background: var(--pink);
  color: #fff;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.voice.has-sample button {
  display: grid;
}

.voice--more {
  padding: 7px 14px;
  border-style: dashed;
  background: transparent;
  color: rgba(236, 230, 220, 0.62);
}

.voice small {
  color: var(--night-stone);
  font-size: 12px;
}

@media (max-width: 900px) {
  .speed__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .gap__gap {
    --unit: 90px;
  }
  .gap__spk {
    width: 64px;
  }
}
.does__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 64px;
  align-items: start;
}

.does__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}

.does__list li {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.does__ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.does__list h3 {
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.does__list p {
  color: var(--stone);
  font-size: 15.5px;
  line-height: 1.55;
}

.rules {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, var(--night-2), var(--night) 60%);
  color: var(--night-text);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 40px 80px -40px rgba(14, 23, 31, 0.6);
}

.rules::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -40% -30% auto;
  height: 90%;
  background: radial-gradient(60% 60% at 70% 30%, rgba(251, 61, 101, 0.22), transparent 70%);
  pointer-events: none;
}

.rules h3 {
  color: #fff;
  margin-bottom: 6px;
}

.rules__sub {
  color: var(--night-stone);
  font-size: 14.5px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.rules dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.rules dl > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--night-line);
  font-size: 14.5px;
  line-height: 1.5;
}

.rules dt {
  font: 500 11.5px/1.7 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pink-glow);
}

.rules dd {
  margin: 0;
  color: var(--night-text);
}

.rules dd small {
  display: block;
  color: var(--night-stone);
  font-size: 13px;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .does__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
@media (max-width: 600px) {
  .does__list {
    grid-template-columns: 1fr;
  }
}
.does__list li:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.answers__grid .shead {
  margin-bottom: 40px;
}

.answers__pts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.answers__pts li {
  border-radius: 18px;
  padding: 22px 22px 24px;
}

.answers__pts h3 {
  font-size: 1.12rem;
  margin: 12px 0 6px;
}

.answers__pts p {
  color: var(--stone);
  font-size: 15px;
  line-height: 1.55;
}

.answers__foot {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  color: var(--stone);
  font-size: 15px;
}

.answers__foot a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink-deep);
  font-weight: 600;
  text-decoration: none;
}

.answers__foot a:hover {
  color: var(--pink);
}

@media (max-width: 760px) {
  .answers__pts {
    grid-template-columns: 1fr;
  }
}
.sources__lead {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  color: var(--stone);
  font-size: 15px;
}

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

.source {
  border-radius: 18px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.source .ico {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 10px;
  background: var(--pink-soft);
  color: var(--pink-deep);
}

.source b {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

.source span {
  font-size: 14px;
  color: var(--stone);
  line-height: 1.5;
}

@media (max-width: 760px) {
  .sources {
    grid-template-columns: 1fr;
  }
}
.steps {
  list-style: none;
  margin: 0;
  padding: 36px 0 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: step;
}

.steps::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 12px;
  height: 1.5px;
  background: var(--paper-3);
}

.step {
  border-radius: 18px;
  padding: 22px 20px 24px;
  position: relative;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -36px;
  left: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  display: grid;
  place-items: center;
  font: 600 11px/1 var(--font-mono);
  box-shadow: 0 0 0 5px var(--paper), 0 6px 14px -6px rgba(251, 61, 101, 0.7);
}

.step h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.step p {
  font-size: 14.5px;
  color: var(--stone);
  line-height: 1.5;
}

.step--last {
  background: linear-gradient(180deg, var(--night-2), var(--night) 70%);
  color: #fff;
  border-color: var(--night);
}

.step--last p {
  color: rgba(255, 255, 255, 0.72);
}

.steps__foot {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--stone);
  font-size: 15px;
}

.steps__foot .ico {
  color: var(--pink);
}

@media (max-width: 1000px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    gap: 14px;
  }
  .steps::before {
    display: none;
  }
  .step {
    padding-top: 56px;
  }
  .step::before {
    top: 18px;
    left: 18px;
    box-shadow: 0 6px 14px -6px rgba(251, 61, 101, 0.7);
  }
}
@media (max-width: 560px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
.price {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.price h2 {
  margin-bottom: 18px;
}

.price .lead {
  margin: 0 auto;
}

.price__pts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
  color: var(--ink-2);
  font-size: 15.5px;
}

.price__pts li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.price__pts .ico {
  color: var(--pink);
}

.callme {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.callme::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 1100px;
  height: 1100px;
  transform: translate(-50%, -50%);
  background: repeating-radial-gradient(circle at center, transparent 0 70px, rgba(208, 24, 74, 0.12) 70px 71.5px);
  -webkit-mask-image: radial-gradient(circle at center, #000 0, rgba(0, 0, 0, 0.5) 30%, transparent 55%);
  mask-image: radial-gradient(circle at center, #000 0, rgba(0, 0, 0, 0.5) 30%, transparent 55%);
  pointer-events: none;
}

@media (min-width: 901px) {
  .callme::before {
    left: 72%;
  }
}
.callme__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 64px;
  align-items: center;
}

.callme h2 {
  margin-bottom: 18px;
}

.callme__pts {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--ink-2);
  font-size: 15.5px;
}

.callme__pts li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.callme__pts .ico {
  color: var(--pink);
  margin-top: 3px;
}

.form {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(26, 21, 17, 0.08);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 40px 80px -34px rgba(26, 21, 17, 0.4), 0 1px 2px rgba(26, 21, 17, 0.05);
}

.form[hidden] {
  display: none;
}

.form h3 {
  margin-bottom: 4px;
}

.form__sub {
  font-size: 14.5px;
  color: var(--stone);
  margin-bottom: 20px;
}

.form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 6px;
}

.f {
  margin-bottom: 16px;
}

.in {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font: 500 16px var(--font-body);
  background: var(--paper);
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.in:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px var(--pink-soft);
}

.in::-moz-placeholder {
  color: var(--stone-2);
  font-weight: 400;
}

.in::placeholder {
  color: var(--stone-2);
  font-weight: 400;
}

textarea.in {
  resize: vertical;
  min-height: 96px;
  font-weight: 400;
  line-height: 1.5;
}

.phone-row {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 10px;
}

select.in {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236c6056' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
}

.form__fine {
  font-size: 13px;
  color: var(--stone);
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}

.form__alt {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: var(--stone);
}

.form__alt button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--pink-deep);
  font: 600 14px var(--font-body);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.msg {
  display: none;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14.5px;
  line-height: 1.5;
  margin-top: 14px;
}

.msg.is-on {
  display: block;
}

.msg--ok {
  background: var(--booked-soft);
  color: var(--booked);
}

.msg--err {
  background: #fdebe7;
  color: #a33218;
}

@media (max-width: 900px) {
  .callme__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form {
    padding: 24px;
  }
}
.foot {
  padding: 56px 0 40px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--stone);
}

.foot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
  gap: 32px 32px;
}

.foot__brand p {
  margin-top: 14px;
  max-width: 26em;
  line-height: 1.5;
}

.foot__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot__col h4 {
  margin: 0 0 4px;
  font: 500 11px/1.4 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-2);
}

.foot a {
  color: var(--stone);
  text-decoration: none;
}

.foot a:hover {
  color: var(--pink);
}

.foot__base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.foot__editions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.foot__editions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.foot__editions a[aria-current=page] {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 1000px) {
  .foot__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .foot__brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 760px) {
  .foot__grid {
    grid-template-columns: 1fr 1fr;
  }
  .foot__brand {
    grid-column: 1/-1;
  }
}
.page .section {
  padding-top: 56px;
}

.page__head {
  max-width: 720px;
  margin-bottom: 48px;
}

.page__head h1 {
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

.page__head .lead {
  max-width: 34em;
}

.page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 64px;
  align-items: start;
}

.page__aside {
  position: sticky;
  top: 92px;
}

@media (max-width: 900px) {
  .page__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .page__aside {
    position: static;
  }
}
.prose {
  max-width: 40em;
  color: var(--ink-2);
}

.prose h2 {
  font-size: 1.6rem;
  margin: 2.2em 0 0.6em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  font-size: 1.15rem;
  margin: 1.6em 0 0.5em;
}

.prose p,
.prose ul,
.prose ol {
  margin: 0 0 1em;
  line-height: 1.65;
}

.prose ul,
.prose ol {
  padding-left: 1.3em;
}

.prose li + li {
  margin-top: 0.35em;
}

.prose a {
  color: var(--pink-deep);
  text-decoration-color: rgba(208, 24, 74, 0.35);
  text-underline-offset: 3px;
}

.prose a:hover {
  text-decoration-color: currentColor;
}

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

.prose code {
  font: 500 0.9em var(--font-mono);
  background: var(--paper-2);
  padding: 2px 6px;
  border-radius: 6px;
}

.prose pre {
  margin: 0 0 1.2em;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--night);
  color: var(--night-text);
  font: 400 13.5px/1.6 var(--font-mono);
  overflow-x: auto;
}

.prose pre code {
  background: none;
  padding: 0;
  font-size: inherit;
}

.tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.tier {
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
}

.tier:not(.tier--featured) {
  padding-top: 71px;
}

.tier--featured {
  border-color: rgba(251, 61, 101, 0.45);
  box-shadow: 0 34px 70px -34px rgba(251, 61, 101, 0.45), 0 1px 2px rgba(26, 21, 17, 0.06);
}

.tier__flag {
  align-self: flex-start;
  font: 500 11px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink-deep);
  background: var(--pink-soft);
  border-radius: 999px;
  padding: 7px 11px;
  margin-bottom: 16px;
}

.tier__name {
  font-size: 1.45rem;
  margin: 0;
}

.tier__for {
  margin-top: 6px;
  color: var(--stone);
  font-size: 14.5px;
  line-height: 1.5;
  min-height: 3em;
}

.tier__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 18px;
}

.tier__amt {
  font-size: clamp(2.4rem, 3.4vw, 3rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.tier__per {
  font-size: 14.5px;
  color: var(--stone);
}

.tier__inc {
  list-style: none;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--ink-2);
  font-size: 15.5px;
}

.tier__inc li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tier__inc .ico {
  color: var(--pink);
}

.tier__inc strong {
  font-weight: 600;
  color: var(--ink);
}

.tier__over {
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.tier__over > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
}

.tier__over dt {
  font: 500 11.5px/1.6 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--stone);
}

.tier__over dd {
  margin: 0;
  font-size: 15.5px;
  color: var(--ink);
}

.tiers__note {
  margin-top: 26px;
  max-width: 44em;
  color: var(--stone);
  font-size: 15.5px;
  line-height: 1.6;
}

.tiers__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 940px) {
  .tiers {
    grid-template-columns: 1fr;
  }
  .tier:not(.tier--featured) {
    padding-top: 30px;
  }
  .tier__for {
    min-height: 0;
  }
}
.pilot {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: center;
  margin-top: 56px;
  padding: 32px;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--night-2), var(--night) 65%);
  color: var(--night-text);
  box-shadow: 0 40px 80px -40px rgba(14, 23, 31, 0.6);
}

.pilot::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -50% -20% auto;
  height: 110%;
  background: radial-gradient(55% 60% at 75% 30%, rgba(251, 61, 101, 0.26), transparent 70%);
  pointer-events: none;
}

.pilot__tag {
  display: inline-block;
  font: 500 11px/1 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-glow);
  margin-bottom: 14px;
}

.pilot__title {
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.2;
  max-width: 18em;
}

.pilot__body {
  margin-top: 12px;
  max-width: 40em;
  color: var(--night-stone);
  font-size: 15.5px;
  line-height: 1.6;
}

.pilot__fig {
  text-align: right;
  border-left: 1px solid var(--night-line);
  padding-left: 28px;
}

.pilot__was {
  color: var(--night-stone);
  font-size: 13.5px;
}

.pilot__was .mono {
  text-decoration: line-through;
}

.pilot__now {
  color: #fff;
  font-size: clamp(2.6rem, 4.4vw, 3.4rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 6px;
}

.pilot__per {
  margin-top: 6px;
  color: var(--night-stone);
  font-size: 13.5px;
}

@media (max-width: 760px) {
  .pilot {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 22px;
  }
  .pilot__fig {
    text-align: left;
    border-left: none;
    border-top: 1px solid var(--night-line);
    padding-left: 0;
    padding-top: 20px;
  }
}
.defines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 52px;
}

.define {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-wrap: balance;
  padding-left: 22px;
  border-left: 3px solid var(--pink);
}

.cases {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.case {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.case h3 {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.case p {
  color: var(--stone);
  font-size: 15.5px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .cases {
    grid-template-columns: 1fr 1fr;
  }
  .defines {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media (max-width: 620px) {
  .cases {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .defines {
    margin-bottom: 40px;
  }
}
.incl {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 32px;
}

.incl__col {
  padding: 30px;
}

.incl__col--not {
  background: none;
  border-style: dashed;
  box-shadow: none;
}

.incl__col h3 {
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.incl__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.5;
}

.incl__list li {
  display: flex;
  gap: 10px;
}

.incl__list .ico {
  color: var(--pink);
  margin-top: 3px;
}

.incl__list--not {
  color: var(--stone);
}

.incl__list--not li::before {
  content: "";
  flex: none;
  width: 10px;
  height: 1px;
  margin-top: 12px;
  background: var(--stone-2);
}

@media (max-width: 900px) {
  .incl {
    grid-template-columns: 1fr;
  }
}
.work {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: start;
}

.work__prose {
  margin-top: 18px;
}

.work__note {
  font-size: 14.5px;
  color: var(--stone);
}

.work .rules dd {
  font-size: 1.15rem;
}

.cross {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.cross h3 {
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.cross p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
  max-width: 46em;
}

.cross strong {
  color: var(--pink-deep);
  font-weight: 600;
}

@media (max-width: 900px) {
  .work {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
.pfaq {
  max-width: 820px;
  border-top: 1px solid var(--line);
}

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

.pfaq__q summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

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

.pfaq__q summary:hover {
  color: var(--pink-deep);
}

.pfaq__q summary .ico {
  color: var(--stone);
  transition: transform 0.2s ease;
}

.pfaq__q[open] summary .ico {
  transform: rotate(180deg);
}

.pfaq__q p {
  padding: 0 40px 22px 0;
  margin-top: -4px;
  max-width: 44em;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
}

.pclose {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.pclose .lead {
  margin: 16px auto 0;
}

.pclose__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.faq__group + .faq__group {
  margin-top: 56px;
}

.faq__gtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.35rem;
  margin: 0 0 18px;
  scroll-margin-top: 96px;
}

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

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

.faq__q summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px;
  cursor: pointer;
  list-style: none;
  font: 600 1.06rem/1.45 var(--font-body);
  color: var(--ink);
  transition: color 0.16s ease;
}

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

.faq__q summary:hover {
  color: var(--pink-deep);
}

.faq__chev {
  flex: none;
  margin-top: 3px;
  color: var(--stone-2);
  transition: transform 0.22s ease, color 0.16s ease;
}

.faq__q[open] .faq__chev {
  transform: rotate(180deg);
  color: var(--pink);
}

.faq__q summary:hover .faq__chev {
  color: var(--pink);
}

.faq__a {
  padding: 0 44px 22px 2px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.68;
  max-width: 40em;
}

.faq__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
  color: var(--pink-deep);
  text-decoration: none;
}

.faq__more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq__toc {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 14px;
  border-left: 2px solid var(--line);
  margin-bottom: 24px;
}

.faq__toc a {
  padding: 6px 0;
  font-size: 15px;
  color: var(--stone);
  text-decoration: none;
}

.faq__toc a:hover {
  color: var(--pink-deep);
}

.faq__ask {
  padding: 22px;
}

.faq__ask h2 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

.faq__ask p {
  color: var(--stone);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.faq__ask .btn + .btn {
  margin-top: 10px;
}

.cr__intro {
  max-width: 40em;
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 32px;
}

.cr__hours {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, var(--night-2), var(--night) 60%);
  color: var(--night-text);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 40px 80px -40px rgba(14, 23, 31, 0.6);
  scroll-margin-top: 96px;
}

.cr__hours::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -40% -30% auto;
  height: 90%;
  background: radial-gradient(60% 60% at 70% 30%, rgba(251, 61, 101, 0.22), transparent 70%);
  pointer-events: none;
}

.cr__hours h2 {
  color: #fff;
  font-size: 1.35rem;
  margin: 0 0 6px;
}

.cr__hours-sub {
  color: var(--night-stone);
  font-size: 14.5px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 34em;
}

.cr__cap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.cr__days {
  width: 100%;
  border-collapse: collapse;
}

.cr__days tr {
  border-top: 1px solid var(--night-line);
}

.cr__days th {
  text-align: left;
  padding: 11px 0;
  font: 500 11.5px/1.7 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pink-glow);
  white-space: nowrap;
}

.cr__days td {
  padding: 11px 0;
  text-align: right;
  font-size: 15px;
  color: var(--night-text);
}

.cr__days .mono {
  font-size: 14.5px;
  letter-spacing: 0.02em;
}

.cr__days .is-closed th {
  color: var(--night-stone);
}

.cr__days .is-closed td {
  color: var(--night-stone);
}

.cr__notes {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.cr__notes li {
  display: flex;
  gap: 10px;
  color: var(--night-stone);
  font-size: 14.5px;
  line-height: 1.55;
}

.cr__notes .ico {
  margin-top: 3px;
  color: var(--pink-glow);
}

.cr__notes .mono {
  color: var(--night-text);
  font-size: 13.5px;
}

.cr__flag {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 122, 154, 0.1);
  border: 1px solid rgba(255, 122, 154, 0.28);
  color: var(--night-text);
  font-size: 14px;
  line-height: 1.55;
}

.cr__flag .ico {
  flex: none;
  margin-top: 3px;
  color: var(--pink-glow);
}

.cr__dl {
  margin-top: 14px;
}

.cr__dl > div {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.cr__dl > div + div {
  margin-top: 24px;
}

.cr__dl h3 {
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.cr__dl p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.65;
  max-width: 40em;
}

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

.cr__words {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.cr__words span {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font: 500 12.5px/1.5 var(--font-mono);
  color: var(--stone);
}

.cr__say {
  margin-top: 56px;
  scroll-margin-top: 96px;
}

.cr__say h2 {
  font-size: 1.6rem;
  margin: 0 0 12px;
}

.cr__say > p {
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 40em;
  margin-bottom: 20px;
}

.cr__say blockquote {
  margin: 0 0 14px;
  padding: 18px 22px;
  border-left: 3px solid var(--pink);
  background: var(--paper-2);
  border-radius: 0 14px 14px 0;
}

.cr__say blockquote p {
  font: 500 1.12rem/1.5 var(--font-display);
  color: var(--ink);
}

.cr__say-lab {
  display: block;
  font: 500 11px/1.7 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pink-deep);
  margin-bottom: 6px;
}

.cr__law {
  margin-top: 56px;
  scroll-margin-top: 96px;
}

.cr__advice {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--stone);
  font-size: 15px;
}

@media (max-width: 560px) {
  .faq__a {
    padding-right: 0;
  }
  .cr__hours {
    padding: 22px 20px;
  }
  .cr__days th,
  .cr__days td {
    font-size: 14px;
  }
}
.cr__h2 {
  font-size: 1.6rem;
  margin: 56px 0 4px;
  scroll-margin-top: 96px;
}

@media (max-width: 900px) {
  .faq__toc {
    display: none;
  }
}
.cr__in {
  margin-top: 14px;
}

.cr__in-lead {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.65;
  max-width: 40em;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.cr__in-say {
  margin: 20px 0 0;
  padding: 16px 20px;
  border-left: 3px solid var(--pink);
  background: var(--paper-2);
  border-radius: 0 14px 14px 0;
}

.cr__in-say p {
  font: 500 1.05rem/1.5 var(--font-display);
  color: var(--ink);
}

.cr__in-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.cr__in-grid h3 {
  font-size: 1.05rem;
  margin: 0 0 6px;
}

.cr__in-grid p {
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.65;
}

.cr__in-notes {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.cr__in-notes li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
  max-width: 44em;
}

.cr__in-notes li + li {
  margin-top: 12px;
}

.cr__in-notes .ico {
  flex: none;
  margin-top: 2px;
  color: var(--pink-deep);
}

@media (max-width: 720px) {
  .cr__in-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
.legal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: -24px 0 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font: 500 12.5px/1.5 var(--font-mono);
  letter-spacing: 0.04em;
  color: var(--stone);
}

.legal__meta b {
  color: var(--ink);
  font-weight: 500;
}

.page__grid--legal > .page__aside {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 900px) {
  .page__grid--legal > .page__aside {
    grid-column: 1;
    grid-row: auto;
  }
}
.toc {
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding: 20px 22px 22px;
}

.toc__title {
  font: 500 11px/1.4 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-2);
  margin: 0 0 14px;
}

.toc ol {
  counter-reset: toc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc li {
  counter-increment: toc;
  margin: 0;
}

.toc li + li {
  margin-top: 2px;
}

.toc a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 4px;
  padding: 5px 8px 5px 0;
  border-radius: 8px;
  font-size: 14.5px;
  line-height: 1.4;
  color: var(--ink-2);
  text-decoration: none;
  transition: color 0.15s;
}

.toc a::before {
  content: counter(toc);
  font: 500 12px/1.6 var(--font-mono);
  color: var(--stone-2);
  font-variant-numeric: tabular-nums;
}

.toc a:hover {
  color: var(--pink-deep);
}

.toc a:hover::before {
  color: var(--pink);
}

@media (max-width: 900px) {
  .toc {
    max-height: none;
  }
}
.legal {
  counter-reset: sec;
  max-width: 42em;
}

.legal h2 {
  counter-increment: sec;
  scroll-margin-top: 92px;
  display: grid;
  grid-template-columns: 1.6em minmax(0, 1fr);
  align-items: baseline;
}

.legal h2::before {
  content: counter(sec) ".";
  font: 500 0.66em/1 var(--font-mono);
  color: var(--pink);
  font-variant-numeric: tabular-nums;
}

.legal h3 {
  scroll-margin-top: 92px;
  color: var(--ink);
}

.legal dl {
  margin: 0 0 1em;
}

.legal dt {
  font-weight: 600;
  color: var(--ink);
  margin-top: 0.9em;
}

.legal dd {
  margin: 0.2em 0 0;
  line-height: 1.65;
}

.legal__note {
  margin: 0 0 1.4em;
  padding: 16px 20px;
  border-left: 3px solid var(--pink);
  border-radius: 0 12px 12px 0;
  background: var(--pink-soft);
  color: var(--ink-2);
}

.legal__note p {
  margin: 0;
}

.legal__note p + p {
  margin-top: 0.6em;
}

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

.legal__table {
  margin: 0 0 1.4em;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.legal__table table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 15px;
}

.legal__table th,
.legal__table td {
  padding: 11px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: 1px solid var(--line);
}

.legal__table thead th {
  font: 500 11.5px/1.4 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone);
  background: var(--paper-2);
  white-space: nowrap;
}

.legal__table tbody tr:last-child th,
.legal__table tbody tr:last-child td {
  border-bottom: 0;
}

.legal__table tbody th {
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}

.legal__contact {
  scroll-margin-top: 92px;
  margin-top: 48px;
  padding: 28px 30px;
  max-width: 42em;
}

.legal__contact h2 {
  font-size: 1.35rem;
  margin: 0 0 12px;
}

.legal__contact p {
  margin: 0 0 0.7em;
  line-height: 1.6;
  color: var(--ink-2);
}

.legal__contact p:last-child {
  margin-bottom: 0;
}

.legal__contact a {
  color: var(--pink-deep);
  text-underline-offset: 3px;
}

.dev .prose {
  max-width: none;
}

.dev .prose > p,
.dev .prose > ul,
.dev .prose > ol {
  max-width: 40em;
}

.dev__sec + .dev__sec {
  margin-top: 56px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
}

.dev__sec > h2 {
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
  margin-bottom: 18px;
  scroll-margin-top: 96px;
}

.dev .sources {
  margin: 4px 0 24px;
}

.dev .source span a {
  color: var(--pink-deep);
  text-underline-offset: 3px;
}

.ep {
  border-radius: 18px;
  padding: 24px 26px;
  margin-bottom: 18px;
}

.ep__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.ep__m {
  font: 500 11.5px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
  background: var(--paper-2);
  border-radius: 999px;
  padding: 7px 11px;
}

.ep__m--post {
  color: var(--pink-deep);
  background: var(--pink-soft);
}

.ep__path {
  font: 500 15px var(--font-mono);
  color: var(--ink);
  word-break: break-all;
}

.dev pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.ep .prose > p:last-child,
.ep .prose > ul:last-child {
  margin-bottom: 0;
}

.dev__toc {
  padding: 20px 22px;
}

.dev__toc-lab {
  font: 500 11.5px/1 var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone-2);
  margin-bottom: 12px;
}

.dev__toc a {
  display: block;
  padding: 7px 0;
  font-size: 14.5px;
  line-height: 1.35;
  color: var(--stone);
  border-bottom: 1px solid var(--line);
}

.dev__toc a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dev__toc a:hover {
  color: var(--pink-deep);
}

.dev__note {
  margin-top: 18px;
  padding: 0 22px;
  font-size: 14.5px;
  color: var(--stone);
}

.dev__note p {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .dev__toc {
    display: none;
  }
  .dev__note {
    padding: 0;
  }
}
.facts {
  padding: 24px;
}

.facts__lab {
  font: 500 11.5px/1 var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone-2);
  margin-bottom: 16px;
}

.facts dl {
  margin: 0;
}

.facts dl > div {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.facts dl > div:first-child {
  padding-top: 0;
}

.facts dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.facts dt {
  font-size: 12.5px;
  color: var(--stone);
  margin-bottom: 3px;
}

.facts dd {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.4;
}

.facts__sub {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--stone);
  margin-bottom: 18px;
}

.facts__alt {
  margin-top: 10px;
}

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

.beliefs li {
  border-radius: 18px;
  padding: 26px;
}

.beliefs h3 {
  font-size: 1.15rem;
  margin: 16px 0 8px;
}

.beliefs p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-2);
}

.beliefs a {
  color: var(--pink-deep);
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: rgba(208, 24, 74, 0.35);
}

.beliefs a:hover {
  text-decoration-color: currentcolor;
}

@media (max-width: 760px) {
  .beliefs {
    grid-template-columns: 1fr;
  }
}
.page .callme__grid {
  align-items: start;
}

.chan {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.chan li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.chan b {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--stone);
  margin-bottom: 2px;
}

.chan span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
}

.chan small {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--stone);
}

.chan a {
  color: var(--pink-deep);
  text-decoration: underline;
  text-decoration-color: rgba(208, 24, 74, 0.35);
  text-underline-offset: 3px;
}

.chan a:hover,
.chan__foot a:hover {
  text-decoration-color: currentcolor;
}

.chan__foot {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}

.chan__foot .ico {
  flex: none;
  margin-top: 2px;
  color: var(--pink);
}

.chan__foot a {
  color: var(--pink-deep);
  text-decoration: underline;
  text-decoration-color: rgba(208, 24, 74, 0.35);
  text-underline-offset: 3px;
}

.talk {
  max-width: 620px;
  margin: 0 auto;
}

.talk__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  justify-items: center;
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 1px 2px rgba(26, 21, 17, 0.05);
  text-align: center;
}

.talk__step,
.talk__devices {
  display: none;
}

.talk[data-state=idle] [data-when~=idle],
.talk[data-state=ready] [data-when~=ready],
.talk[data-state=talking] [data-when~=talking] {
  display: grid;
}

.talk__step {
  gap: 18px;
  justify-items: center;
  width: 100%;
}

.talk__devices {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  text-align: left;
}

@media (max-width: 520px) {
  .talk__devices {
    grid-template-columns: 1fr;
  }
}
.talk__lede {
  margin: 0;
  max-width: 42ch;
  font: 400 15px/1.6 var(--font-body);
  color: var(--stone);
}

.talk__field select {
  padding: 11px 12px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  font: 400 14.5px/1.2 var(--font-body);
  color: var(--ink);
  max-width: 100%;
}

.talk__check {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  width: 100%;
}

.talk__hint[data-tone=good] {
  color: var(--booked);
  font-weight: 600;
}

.talk__hint[data-tone=error] {
  color: var(--pink-deep);
}

.talk__go[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.talk__go[disabled]:hover {
  transform: none;
}

.talk__field {
  display: grid;
  min-width: 0;
  gap: 7px;
  width: 100%;
  text-align: left;
  font: 500 13px/1.3 var(--font-body);
  color: var(--stone);
}

.talk__field input {
  min-width: 0;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  font: 400 16px/1.2 var(--font-body);
  color: var(--ink);
}

.talk__field input:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 1px;
  border-color: var(--pink);
}

.talk__lip-sync {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.talk__lip-sync[hidden] {
  display: none;
}

.talk__go {
  min-width: 220px;
}

.talk__status {
  margin: 0;
  max-width: 40ch;
  font: 400 14.5px/1.55 var(--font-body);
  color: var(--stone);
}

.talk__status[data-tone=live] {
  color: var(--booked);
  font-weight: 600;
}

.talk__status[data-tone=error] {
  color: var(--pink-deep);
}

.talk__meter {
  --level: 0;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 26px;
}

.talk__meter span {
  width: 4px;
  height: 100%;
  border-radius: 999px;
  background: var(--stone-2);
  transform-origin: bottom;
  transform: scaleY(calc(0.12 + 0.88 * var(--level) * var(--reach, 1)));
  transition: transform 0.06s linear, background 0.2s;
}

.talk__meter span:nth-child(1) {
  --reach: 0.45;
}

.talk__meter span:nth-child(2) {
  --reach: 0.75;
}

.talk__meter span:nth-child(3) {
  --reach: 1;
}

.talk__meter span:nth-child(4) {
  --reach: 0.75;
}

.talk__meter span:nth-child(5) {
  --reach: 0.45;
}

.talk__meter[data-hearing=yes] span {
  background: var(--pink);
}

.talk__hint {
  margin: 0;
  font: 500 12.5px/1.4 var(--font-body);
  color: var(--stone-2);
}

.talk__notes {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.talk__notes p {
  margin: 0;
  font: 400 14.5px/1.65 var(--font-body);
  color: var(--stone);
}

.talk__notes b {
  color: var(--ink-2);
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .talk__meter span {
    transition: none;
  }
}
.trade__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.exch {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.exch__item {
  border-radius: 18px;
  padding: 26px;
}

.exch__kind {
  font: 500 11.5px/1 var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin-bottom: 14px;
}

.exch__item h3 {
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.exch__who {
  font-size: 14px;
  color: var(--stone);
  margin-bottom: 18px;
}

.exch__steps {
  margin: 0;
}

.exch__steps > div {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.exch__steps dt {
  font: 500 11.5px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-2);
  margin-bottom: 6px;
}

.exch__steps dd {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
}

.exch__foot {
  margin-top: 26px;
  font-size: 15px;
  color: var(--stone);
}

.exch__foot a {
  color: var(--pink-deep);
  text-decoration: none;
  white-space: nowrap;
}

.exch__foot .ico {
  vertical-align: -3px;
  margin-left: 4px;
}

.qlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qlist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-2);
}

.qlist .ico {
  flex: none;
  margin-top: 2px;
  color: var(--pink-deep);
}

.integ {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.integ__col {
  border-radius: 18px;
  padding: 26px;
}

.integ__col--planned {
  background: rgba(255, 255, 255, 0.5);
}

.integ__lab {
  font: 500 11.5px/1 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-2);
  margin: 0 0 18px;
}

.integ__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.integ__list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.integ__list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.integ__list b {
  display: block;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.integ__list span {
  font-size: 14px;
  line-height: 1.55;
  color: var(--stone);
}

.anchor__src {
  font-size: 13.5px;
  color: var(--stone);
  line-height: 1.6;
}

.rules__more {
  margin-top: 18px;
  font-size: 14px;
}

.rules__more a {
  color: var(--pink-deep);
  text-decoration: none;
}

.rules__more .ico {
  vertical-align: -3px;
  margin-left: 4px;
}

.tdemo {
  padding: 40px;
  text-align: center;
}

.tdemo .lead {
  margin: 14px auto 0;
  max-width: 44em;
}

.tdemo__num {
  margin: 26px 0 8px;
}

.tdemo__num a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 700 clamp(1.6rem, 3.6vw, 2.4rem)/1 var(--font-display);
  letter-spacing: -0.02em;
  color: var(--pink-deep);
  text-decoration: none;
}

.tdemo__alts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 26px 0 18px;
}

.tdemo__fine {
  font-size: 13.5px;
  color: var(--stone);
}

.tdemo__fine a {
  color: var(--pink-deep);
  text-decoration: none;
}

a.source {
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s;
}

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

@media (max-width: 900px) {
  .exch,
  .integ {
    grid-template-columns: 1fr;
  }
  .tdemo {
    padding: 28px 22px;
  }
}
