:root {
  --ink: #07080c;
  --muted: #747780;
  --blue: #007aff;
  --violet: #007aff;
  --brand: #007aff;
  --brand-soft: #eef6ff;
  --paper: rgba(255, 255, 255, 0.88);
  --line: #e8e8ea;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

#features,
#life,
#news,
#tester-notes,
#team,
#faq {
  scroll-margin-top: 92px;
}

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

button {
  font: inherit;
}

.topbar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 80;
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(22px, 4.2vw, 70px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.brand img {
  width: clamp(112px, 9vw, 146px);
  height: auto;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #16171b;
  font-size: 0.94rem;
  font-weight: 700;
}

.topbar-actions a,
.topbar-actions button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

.topbar-actions a {
  color: inherit;
}

.topbar-actions .setup-button {
  color: #fff;
}

.login-button {
  border: 0;
  color: #16171b;
  background: transparent;
  cursor: pointer;
}

.login-button:hover {
  color: var(--brand);
  background: var(--brand-soft);
}

.setup-button {
  border: 0;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 8px 22px rgba(0, 122, 255, 0.16);
  cursor: pointer;
}

.setup-button:hover {
  background: #006ee6;
}

.mobile-menu-shell {
  position: relative;
  display: block;
}

.mobile-menu-shell summary {
  display: grid;
  width: 44px;
  min-height: 44px;
  align-content: center;
  gap: 5px;
  border: 1px solid #dce1e7;
  border-radius: 8px;
  padding: 0 11px;
  color: #30343a;
  background: #fff;
  cursor: pointer;
  list-style: none;
}

.mobile-menu-shell summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-shell[open] summary {
  border-color: #bfdcff;
  color: var(--brand);
  background: var(--brand-soft);
}

.mobile-menu-shell summary span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu-shell[open] summary span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-shell[open] summary span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-shell[open] summary span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  gap: 10px;
  width: min(300px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 46px rgba(25, 35, 50, 0.16);
}

.mobile-menu-group {
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf0f4;
}

.mobile-menu-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mobile-menu-group > span {
  padding: 0 10px 4px;
  color: #8a8e95;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.mobile-menu-group.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-menu-group.compact > span {
  grid-column: 1 / -1;
}

.mobile-menu a,
.mobile-menu button {
  display: flex;
  min-height: 38px;
  align-items: center;
  border: 0;
  border-radius: 10px;
  padding: 0 10px;
  color: #202328;
  background: transparent;
  font: inherit;
  font-size: .92rem;
  font-weight: 760;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mobile-menu .mobile-menu-primary {
  justify-content: center;
  color: #fff;
  background: var(--brand);
}

.mobile-menu .mobile-menu-primary:hover {
  color: #fff;
  background: #006ee6;
}

.mobile-menu a:hover,
.mobile-menu button:hover {
  color: var(--brand);
  background: var(--brand-soft);
}

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

.hero {
  overflow-x: clip;
  overflow-y: visible;
  padding: clamp(118px, 14vh, 156px) 0 0;
}

.hero-copy {
  width: min(980px, calc(100% - 34px));
  margin: 0 auto clamp(64px, 9vh, 112px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: #777a82;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 930px;
  margin: 0 auto;
  font-size: clamp(3.2rem, 7vw, 6.15rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero-subtitle {
  max-width: 690px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.hero-primary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0;
  padding: 0 32px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 14px 30px rgba(0, 122, 255, 0.2);
  font-size: 1rem;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
}

.hero-primary:hover {
  background: #006ee6;
  transform: translateY(-1px);
}

.hero-login-link {
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-login-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.showcase {
  position: relative;
  display: grid;
  min-height: auto;
  grid-template-rows: minmax(430px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  overflow-x: clip;
  overflow-y: visible;
  margin-top: 0;
  padding: clamp(76px, 9vh, 132px) 0 clamp(86px, 12vh, 132px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #f3f3f4 10%,
      #dbdbdd 50%,
      #eeeeef 84%,
      #ffffff 100%
    );
}

.showcase::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(120px, 18vh, 210px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  content: "";
  pointer-events: none;
}

.carousel-stage {
  position: relative;
  width: 100%;
  height: clamp(520px, 60vh, 760px);
  overflow: visible;
}

.api-modal,
.docs-modal,
.legal-modal,
.profile-modal {
  width: min(680px, calc(100% - 28px));
  max-height: min(820px, calc(100vh - 34px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: #f3f5fb;
  background: transparent;
}

.api-modal::backdrop,
.docs-modal::backdrop,
.legal-modal::backdrop,
.profile-modal::backdrop {
  background: rgba(23, 31, 45, 0.34);
  backdrop-filter: blur(10px);
}

.modal-card {
  max-height: min(820px, calc(100vh - 34px));
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #101115;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

.modal-card::-webkit-scrollbar {
  width: 10px;
}

.modal-card::-webkit-scrollbar-track {
  background: transparent;
}

.modal-card::-webkit-scrollbar-thumb {
  border: 3px solid #101115;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.modal-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 17, 21, 0.9);
  backdrop-filter: blur(16px);
}

.modal-kicker {
  margin: 0 0 6px;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.modal-header h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1;
}

.modal-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.setup-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px;
  list-style: none;
  counter-reset: setup;
}

.setup-steps li {
  display: grid;
  grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.step-copy span {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step-copy h3 {
  margin: 9px 0 0;
  color: #f5f6fb;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.18;
}

.setup-steps img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  border-radius: 8px;
  background: #050608;
}

.docs-modal {
  width: min(900px, calc(100% - 28px));
}

.api-modal,
.docs-modal {
  color: var(--ink);
  outline: none;
}

.api-modal .modal-card,
.docs-modal .modal-card {
  border-color: #dfe3e8;
  background: #fff;
  box-shadow: 0 30px 90px rgba(31, 42, 58, 0.2);
  scrollbar-color: #c7cbd1 transparent;
}

.api-modal .modal-card::-webkit-scrollbar-thumb,
.docs-modal .modal-card::-webkit-scrollbar-thumb {
  border-color: #fff;
  background: #c7cbd1;
}

.api-modal .modal-header,
.docs-modal .modal-header {
  border-bottom-color: #e8eaed;
  background: rgba(255, 255, 255, 0.94);
}

.api-modal .modal-kicker,
.docs-modal .modal-kicker {
  color: var(--brand);
}

.api-modal .modal-close,
.docs-modal .modal-close {
  border-color: #dfe3e8;
  color: #202124;
  background: #f6f7f8;
}

.api-modal .modal-close:hover,
.docs-modal .modal-close:hover {
  border-color: #c8dfff;
  color: var(--brand);
  background: var(--brand-soft);
}

.api-modal .setup-steps {
  gap: 16px;
  padding: 22px;
}

.api-modal .setup-steps li {
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
  border-color: #e5e7eb;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 42, 58, 0.045);
}

.api-modal .step-copy span {
  color: var(--brand);
}

.api-modal .step-copy h3 {
  color: #17191d;
  font-weight: 680;
  line-height: 1.3;
}

.api-modal .setup-steps img {
  border: 1px solid #e5e7eb;
  background: #f6f7f8;
}

.legal-modal {
  width: min(620px, calc(100% - 28px));
}

.profile-modal {
  width: min(1060px, calc(100% - 28px));
  color: var(--ink);
  outline: none;
}

.profile-modal .modal-card {
  border-color: #dfe3e8;
  background: #fff;
  box-shadow: 0 30px 90px rgba(31, 42, 58, 0.2);
  scrollbar-color: #c7cbd1 transparent;
}

.profile-modal .modal-card::-webkit-scrollbar-thumb {
  border-color: #fff;
  background: #c7cbd1;
}

.profile-modal .modal-header {
  border-bottom-color: #e8eaed;
  background: rgba(255, 255, 255, 0.94);
}

.profile-modal .modal-close {
  border-color: #dfe3e8;
  color: #202124;
  background: #f6f7f8;
}

.profile-modal .modal-close:hover {
  border-color: #c8dfff;
  color: var(--brand);
  background: var(--brand-soft);
}

.profile-card {
  max-height: min(850px, calc(100vh - 34px));
}

.hidden {
  display: none !important;
}

.auth-layout,
.profile-dashboard {
  padding: clamp(18px, 3vw, 30px);
}

.auth-panel {
  display: grid;
  max-width: 520px;
  gap: 16px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid #e6e9ef;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.auth-panel h3,
.profile-hero-card h3,
.profile-section h3 {
  margin: 0;
  color: #101216;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  letter-spacing: -0.025em;
}

.auth-panel p,
.profile-hero-card p,
.plan-note {
  margin: 0;
  color: #69707c;
  line-height: 1.55;
}

.profile-kicker {
  margin: 0 0 6px;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: #3d424c;
  font-size: 0.9rem;
  font-weight: 780;
}

.auth-form input,
.auth-form select,
.auth-form textarea {
  min-height: 48px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.auth-form textarea {
  min-height: 140px;
  padding-top: 12px;
  resize: vertical;
}

.auth-form input:focus,
.auth-form select:focus,
.auth-form textarea:focus {
  border-color: #9bcaff;
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
}

.profile-primary,
.profile-secondary {
  min-height: 46px;
  border-radius: 10px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.profile-primary {
  border: 0;
  color: #fff;
  background: var(--brand);
}

.profile-secondary {
  border: 1px solid #dfe3e8;
  color: #20242b;
  background: #fff;
}

.auth-message {
  min-height: 20px;
  color: #be3144 !important;
  font-size: 0.9rem;
}

.auth-message.success { color: #16805c !important; }
.setup-button,
.hero-primary,
.footer-cta > button {
  font-family: inherit;
  cursor: pointer;
}
#waitlistModal {
  width: min(590px, calc(100% - 28px));
  margin: auto;
}
.waitlist-card {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.waitlist-card .auth-panel { max-width: none; }
.optional-label { margin-left: 5px; color: #9299a5; font-size: 11px; font-weight: 500; }
.auth-form .consent-label {
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #69707c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.auth-form .consent-label input {
  width: 17px;
  min-height: 17px;
  margin-top: 1px;
  padding: 0;
}
.waitlist-login-note { margin: 4px 0 0; color: #69707c; font-size: 12px; text-align: center; }
.waitlist-login-note a { color: #1677f0; font-weight: 800; }

#waitlistModal.profile-modal {
  width: min(590px, calc(100% - 28px)) !important;
  max-width: 590px;
  margin: auto;
}

.profile-dashboard {
  display: grid;
  gap: 18px;
}

.profile-hero-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border: 1px solid #dfe7f2;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 122, 255, 0.14), transparent 34%),
    #f8fbff;
}

.profile-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
}

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

.profile-stats article,
.profile-section {
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
}

.profile-stats article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.profile-stats span {
  color: #727985;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-stats strong {
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.profile-section {
  padding: 20px;
}

.profile-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.timeline-list,
.plan-list {
  display: grid;
  gap: 12px;
}

.timeline-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fbfcfe;
}

.timeline-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.timeline-top h4 {
  margin: 4px 0 0;
  font-size: 1.06rem;
  letter-spacing: -0.015em;
}

.timeline-date,
.pattern-label {
  color: #7b828d;
  font-size: 0.78rem;
  font-weight: 820;
}

.timeline-type,
.plan-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 0.75rem;
  font-weight: 900;
}

.timeline-reflection {
  margin: 0;
  color: #3f4652;
  line-height: 1.58;
}

.pattern-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pattern-tags span {
  border-radius: 999px;
  padding: 6px 9px;
  color: #3f4652;
  background: #eef1f6;
  font-size: 0.78rem;
  font-weight: 760;
}

.empty-state {
  padding: 26px;
  color: #727985;
  border: 1px dashed #d7dde6;
  border-radius: 14px;
  text-align: center;
}

.plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
}

.plan-card.is-current {
  border-color: #a9d1ff;
  background: #f4f9ff;
}

.plan-card h4 {
  margin: 0;
  font-size: 1rem;
}

.plan-card p {
  margin: 6px 0 0;
  color: #727985;
  font-size: 0.9rem;
}

.plan-note {
  margin-top: 12px;
  font-size: 0.88rem;
}

.docs-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0 28px 28px;
}

.docs-section {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px 2px;
  border-bottom: 1px solid #e8eaed;
}

.docs-section.docs-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  margin: 0 -28px;
  padding: 34px 28px;
  border-bottom: 1px solid #dce9f8;
  background: #f7fbff;
}

.docs-section > div > span {
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.docs-section h3 {
  margin: 7px 0 0;
  color: #17191d;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.docs-section p {
  margin: 10px 0 0;
  color: #666b73;
  font-size: 0.98rem;
  line-height: 1.6;
}

.docs-number {
  color: #a0a5ad;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.docs-meta {
  padding-bottom: 4px;
  color: #70757d;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.legal-content {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.legal-content section {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.legal-content h3 {
  margin: 0 0 10px;
  color: #f5f6fb;
  font-size: 1.05rem;
}

.legal-content p {
  margin: 0;
  color: #b9bcc6;
  font-size: 0.98rem;
  line-height: 1.5;
}

.legal-content a {
  color: #7fc8ff;
}

.phone-strip {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
}

.phone-card {
  position: absolute;
  width: clamp(205px, 17.2vw, 310px);
  margin: 0;
  transform:
    translateX(calc(var(--offset) * clamp(132px, 13vw, 230px)))
    translateY(var(--lift))
    scale(var(--scale));
  opacity: 1;
  z-index: var(--z);
  filter: none;
  will-change: transform;
}

.phone-card::after {
  display: none;
}

.phone-card img {
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: none;
  user-select: none;
  -webkit-user-drag: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 30;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-button span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-2px);
}

.carousel-button.prev {
  left: clamp(16px, 5vw, 96px);
}

.carousel-button.next {
  right: clamp(16px, 5vw, 96px);
}

.screen-info {
  position: relative;
  z-index: 40;
  width: min(520px, calc(100% - 32px));
  min-height: 190px;
  margin: clamp(-54px, -6vh, -28px) auto 0;
  padding: 20px 22px;
  display: grid;
  align-content: center;
  gap: 9px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
}

.screen-info h2,
.screen-info p {
  margin: 0;
}

.screen-info h2 {
  max-width: 460px;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.screen-info p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.48;
}

.screen-info .info-kicker {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#infoText {
  max-width: 460px;
}

.screen-info.is-changing .info-kicker,
.screen-info.is-changing h2,
.screen-info.is-changing #infoText {
  opacity: 0;
  transform: translateY(6px);
}

.screen-info .info-kicker,
.screen-info h2,
.screen-info #infoText {
  transition: opacity 260ms ease, transform 260ms ease;
}

.carousel-dots {
  display: flex;
  position: relative;
  z-index: 42;
  justify-content: center;
  gap: 7px;
  min-height: 10px;
}

.seo-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vh, 118px) 0 clamp(42px, 7vh, 72px);
  background: #fff;
}

.seo-intro,
.section-heading {
  max-width: 830px;
  margin: 0 auto 26px;
  text-align: center;
}

.seo-intro h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1;
}

.seo-intro p,
.section-heading p {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(38px, 6vw, 64px);
  border-top: 1px solid var(--line);
}

.seo-grid article {
  min-height: 218px;
  padding: clamp(26px, 3.5vw, 42px);
  border-bottom: 1px solid var(--line);
}

.seo-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.seo-grid span {
  color: #007aff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seo-grid h3 {
  max-width: 470px;
  margin: 16px 0 12px;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.seo-grid p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.life-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vh, 88px) 0 clamp(42px, 6vh, 68px);
}

.life-heading {
  max-width: 830px;
  margin: 0 auto clamp(32px, 4.5vw, 48px);
  text-align: center;
}

.life-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4.6rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.life-heading > p:last-child {
  max-width: 640px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.58;
}

.life-section figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #eef1f4;
}

.life-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-section article span {
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.life-section article h3 {
  margin: 14px 0 14px;
  color: #15171b;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.life-section article p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.5vw, 40px);
  margin-top: clamp(32px, 4.5vw, 50px);
}

.life-grid article {
  display: grid;
  gap: 22px;
}

.life-grid figure {
  aspect-ratio: 16 / 10;
}

.life-grid article:first-child img {
  object-position: center 32%;
}

.life-grid article:nth-child(2) img {
  object-position: center 44%;
}

.life-grid article:nth-child(3) img {
  object-position: center 38%;
}

.life-grid article:nth-child(4) img {
  object-position: center 48%;
}

.life-grid article h3 {
  max-width: 480px;
}

.life-grid article p {
  max-width: 490px;
}

.faq-section,
.reviews-section,
.team-section,
.roadmap-section,
.news-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 7vh, 78px) 0;
  background: #fff;
}

.news-heading {
  position: relative;
}

.news-heading > a {
  position: absolute;
  right: 0;
  bottom: 4px;
  color: var(--brand);
  font-weight: 750;
  text-decoration: none;
}

.news-carousel {
  position: relative;
  margin-top: clamp(34px, 5vw, 54px);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 18px;
}

.news-window {
  min-width: 0;
  overflow: hidden;
}

.news-track {
  --news-index: 0;
  --news-gap: 20px;
  --news-width: calc((100% - (var(--news-gap) * 2)) / 3);
  display: flex;
  gap: var(--news-gap);
  transform: translateX(calc(var(--news-index) * (var(--news-width) + var(--news-gap)) * -1));
  transition: transform 480ms cubic-bezier(.2,.8,.2,1);
  touch-action: pan-y;
}

.news-carousel.single-news .news-track {
  justify-content: center;
  transform: none;
}

.news-carousel.single-news .news-card {
  min-width: min(100%, 360px);
  max-width: 360px;
}

.news-carousel.single-news .news-arrow,
.news-carousel.single-news .news-dots {
  visibility: hidden;
}

.news-card {
  position: relative;
  min-width: var(--news-width);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(22,26,38,.045);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.news-card > * {
  pointer-events: none;
}

.news-card:focus-visible {
  outline: 3px solid rgba(0, 122, 255, 0.25);
  outline-offset: 3px;
}

.news-card-image {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: #edf4ff;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.news-card:hover .news-card-image img {
  transform: scale(1.035);
}

.news-card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #007aff, #7cb9ff);
  font-size: 24px;
  font-weight: 850;
}

.news-card-body {
  padding: 20px;
}

.news-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #7b8089;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.news-card-meta span {
  color: var(--brand);
}

.news-card h3 {
  margin: 12px 0 9px;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.news-card p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

.news-read-link {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  color: #15161a;
  font-size: .9rem;
  font-weight: 780;
  text-decoration: none;
}

.news-read-link span {
  color: var(--brand);
}

.news-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18,19,24,.07);
  border-radius: 999px;
  color: #15161a;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18,22,34,.075);
  font-size: 27px;
}

.news-arrow:hover:not(:disabled) {
  color: var(--brand);
  transform: translateY(-1px);
}

.news-arrow:disabled {
  opacity: .35;
  cursor: default;
}

.news-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.news-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cdd2d9;
}

.news-dots button.active {
  width: 22px;
  background: var(--brand);
}

.news-empty {
  width: 100%;
  padding: 50px;
  color: var(--muted);
  text-align: center;
}

.roadmap-shell {
  position: relative;
  margin-top: clamp(36px, 5vw, 58px);
  padding: clamp(34px, 5vw, 54px) clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, #fbfdff 0%, #fff 55%, #f8fbff 100%);
  box-shadow: 0 24px 60px rgba(22, 26, 38, .04);
}

.roadmap-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: 340px;
  align-items: center;
}

.roadmap-list::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 24px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7e9ff 0%, #98caff 55%, var(--brand) 100%);
  transform: translateY(-50%);
}

.roadmap-list::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(0,122,255,.1);
  transform: translateY(-50%);
}

.roadmap-step {
  position: relative;
  min-height: 340px;
  display: grid;
  justify-items: center;
  align-items: center;
  min-width: 0;
}

.roadmap-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 34px;
  background: #c8ddf7;
  transform: translate(-50%, -100%);
}

.roadmap-step:nth-child(even)::before {
  transform: translate(-50%, 0);
}

.roadmap-node {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #abd1ff;
  border-radius: 999px;
  color: var(--brand);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.94), rgba(255,255,255,.2) 36%, transparent 37%),
    linear-gradient(135deg, #eef7ff, #fff);
  box-shadow: 0 14px 30px rgba(0,122,255,.12);
}

.roadmap-node::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  background: rgba(0,122,255,.08);
}

.roadmap-node span,
.roadmap-node img {
  position: relative;
  z-index: 1;
}

.roadmap-node span {
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
}

.roadmap-node img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roadmap-copy {
  position: absolute;
  left: 50%;
  bottom: calc(50% + 56px);
  width: min(240px, 90%);
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  text-align: center;
  transform: translateX(-50%);
}

.roadmap-step:nth-child(even) .roadmap-copy {
  top: calc(50% + 56px);
  bottom: auto;
}

.roadmap-meta {
  display: grid;
  justify-items: center;
  gap: 3px;
  color: #7b8089;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roadmap-meta span:first-child {
  color: var(--brand);
}

.roadmap-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.roadmap-copy p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.42;
}

.roadmap-copy strong {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #075eb8;
  background: #eaf4ff;
  font-size: 11px;
  font-weight: 850;
}

.site-popup {
  width: min(560px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.site-popup::backdrop {
  background: rgba(15, 23, 42, .24);
  backdrop-filter: blur(8px);
}

.site-popup-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe8f3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(22, 26, 38, .2);
}

.site-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 999px;
  color: #111827;
  background: rgba(255,255,255,.9);
  font-size: 22px;
}

.site-popup-image {
  aspect-ratio: 16 / 8;
  background: #edf5ff;
}

.site-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-popup-copy {
  padding: clamp(24px, 4vw, 36px);
}

.site-popup-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.site-popup-copy > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

.site-popup-link {
  width: fit-content;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  font-weight: 820;
  text-decoration: none;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(42px, 7vw, 92px);
  margin-top: clamp(38px, 6vw, 64px);
  border-top: 1px solid var(--line);
}

.faq-grid article {
  padding: 25px 0 28px;
  border-bottom: 1px solid var(--line);
}

.faq-grid h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 54px);
}

.review-window {
  overflow: hidden;
  padding: 2px;
}

.review-track {
  --review-index: 0;
  --review-width: calc((100% - 28px) / 2);
  display: flex;
  gap: 28px;
  transform: translateX(calc(var(--review-index) * (var(--review-width) + 28px) * -1));
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.review-card {
  min-width: var(--review-width);
  min-height: 290px;
  padding: clamp(24px, 2.4vw, 32px);
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 26, 38, 0.035);
}

.review-mark {
  display: block;
  height: 42px;
  margin-bottom: 8px;
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  line-height: 0.95;
}

.review-card p {
  min-height: 142px;
  margin: 0 0 28px;
  color: #202126;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  font-weight: 520;
  line-height: 1.56;
}

.review-card footer {
  display: grid;
  gap: 4px;
}

.review-card strong {
  color: #111216;
  font-size: 1.02rem;
}

.review-card footer span {
  color: #70757d;
  font-size: 0.9rem;
  font-weight: 680;
}

.review-button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(18, 19, 24, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #15161a;
  box-shadow: 0 10px 28px rgba(18, 22, 34, 0.075);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.review-button:hover {
  border-color: rgba(0, 122, 255, 0.32);
  color: var(--brand);
  transform: translateY(-1px);
}

.review-button span {
  display: block;
  margin-top: -2px;
  font-size: 2.1rem;
  line-height: 1;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.review-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(30, 32, 38, 0.2);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.review-dots button.is-active {
  width: 28px;
  background: var(--blue);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 4vw, 44px);
}

.team-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  min-height: 0;
  padding: clamp(20px, 2.3vw, 26px);
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 26, 38, 0.035);
  text-decoration: none;
}

.team-founder {
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 122, 255, 0.09), transparent 34%),
    #fff;
}

.team-placeholder {
  color: #6f737c;
  background: #fafbfc;
}

.team-avatar {
  flex: 0 0 auto;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: -0.02em;
  overflow: hidden;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-placeholder .team-avatar {
  border: 1px dashed #b8c0ca;
  color: #8a8e95;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.team-card span {
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.team-placeholder span {
  color: #8a8e95;
}

.team-card h3 {
  margin: 10px 0 8px;
  color: #15171b;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.site-footer {
  padding: clamp(54px, 8vw, 96px) clamp(22px, 4.2vw, 70px) clamp(28px, 5vh, 48px);
  background: #f7f9fb;
}

.footer-cta {
  display: flex;
  width: min(1120px, 100%);
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #dce8f5;
  border-radius: 8px;
  background: #fff;
}

.footer-cta > div {
  max-width: 720px;
}

.footer-cta .eyebrow {
  margin-bottom: 14px;
  color: var(--brand);
}

.footer-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.footer-cta p:last-child {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.footer-cta > a,
.footer-cta > button {
  display: inline-flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0;
  padding: 0 30px;
  color: #fff;
  background: var(--brand);
  font-weight: 760;
  text-decoration: none;
}

.footer-inner {
  display: grid;
  width: min(1120px, 100%);
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: start;
  gap: clamp(44px, 8vw, 100px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 68px) 0 34px;
  color: #777a82;
  font-size: 0.95rem;
}

.footer-brand img {
  width: 112px;
}

.footer-about p {
  max-width: 360px;
  margin: 20px 0 0;
  line-height: 1.55;
}

.footer-links {
  display: grid;
  min-width: 130px;
  justify-items: start;
  gap: 13px;
}

.footer-links > span {
  margin-bottom: 4px;
  color: #8a8e95;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links button {
  border: 0;
  padding: 0;
  color: #17181d;
  background: transparent;
  font: inherit;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--brand);
}

.footer-note {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid #e0e3e7;
  color: #8a8e95;
  font-size: 0.84rem;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(30, 32, 38, 0.22);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: var(--violet);
}

@media (max-width: 1020px) and (min-width: 761px) {
  .news-track {
    --news-width: calc((100% - var(--news-gap)) / 2);
  }

  .roadmap-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .roadmap-list::before,
  .roadmap-list::after {
    display: none;
  }

  .roadmap-step,
  .roadmap-step:nth-child(even) {
    min-height: 300px;
  }

  .roadmap-step::before,
  .roadmap-step:nth-child(even)::before {
    height: 42px;
    transform: translate(-50%, -100%);
  }

  .roadmap-step:nth-child(even)::before {
    transform: translate(-50%, 0);
  }

  .roadmap-copy {
    width: min(250px, 88%);
    bottom: calc(50% + 66px);
  }

  .roadmap-step:nth-child(even) .roadmap-copy {
    top: calc(50% + 66px);
  }
}

@media (max-width: 760px) {
  .news-nav-link {
    display: none !important;
  }

  .news-heading > a {
    position: static;
    margin-top: 16px;
    display: inline-block;
  }

  .news-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .news-track {
    --news-gap: 12px;
    --news-width: 100%;
  }

  .news-arrow {
    width: 42px;
    height: 42px;
  }

  .news-card p {
    min-height: 0;
  }

  .roadmap-shell {
    padding: 24px 16px;
    --roadmap-mobile-axis: 32px;
  }

  .roadmap-list {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
  }

  .roadmap-list::before {
    left: var(--roadmap-mobile-axis);
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 3px;
    height: auto;
    transform: none;
  }

  .roadmap-list::after {
    display: none;
  }

  .roadmap-step,
  .roadmap-step:nth-child(even) {
    min-height: 0;
    grid-template-columns: 70px minmax(0, 1fr);
    justify-items: stretch;
    align-items: center;
    gap: 16px;
  }

  .roadmap-step::before,
  .roadmap-step:nth-child(even)::before {
    display: none;
  }

  .roadmap-node {
    grid-column: 1;
    grid-row: 1;
    width: 64px;
    height: 64px;
    justify-self: center;
  }

  .roadmap-copy,
  .roadmap-step:nth-child(even) .roadmap-copy {
    position: static;
    grid-column: 2;
    grid-row: 1;
    width: auto;
    justify-items: start;
    text-align: left;
    transform: none;
  }

  .roadmap-meta {
    justify-items: start;
    gap: 4px;
  }
  .topbar {
    min-height: 64px;
    padding: 10px 12px;
  }

  .topbar-actions {
    gap: 6px;
    font-size: 0.78rem;
  }

  .mobile-menu-shell summary {
    width: 42px;
    min-height: 36px;
    gap: 4px;
    padding: 0 10px;
  }

  .mobile-menu-shell[open] summary span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-shell[open] summary span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    top: calc(100% + 8px);
    width: min(300px, calc(100vw - 24px));
  }

  .topbar-actions a,
  .topbar-actions button {
    min-height: 36px;
    padding: 0 9px;
  }

  .hero {
    padding-top: 98px;
  }

  .hero-copy {
    margin-bottom: 38px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  .hero-subtitle {
    margin-top: 18px;
    font-size: 1.02rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-primary {
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.98rem;
  }

  .showcase {
    grid-template-rows: minmax(430px, 1fr) auto auto;
    padding-top: 46px;
  }

  .carousel-stage {
    height: min(58vh, 540px);
    min-height: 460px;
  }

  .phone-card {
    width: clamp(184px, 62vw, 252px);
    filter: none;
    transform:
      translateX(calc(var(--offset) * clamp(76px, 28vw, 118px)))
      translateY(var(--lift))
      scale(var(--scale));
  }

  .phone-card::after {
    display: none;
  }

  .phone-card img {
    filter: none;
  }

  .carousel-button {
    width: 42px;
    height: 42px;
  }

  .screen-info {
    min-height: 218px;
  }

  .seo-section,
  .life-section,
  .faq-section,
  .reviews-section {
    width: min(100% - 32px, 520px);
    padding-top: 58px;
  }

  .seo-intro,
  .section-heading {
    text-align: left;
  }

  .seo-intro h2,
  .section-heading h2 {
    font-size: clamp(2.1rem, 10vw, 3.35rem);
  }

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

  .seo-grid article:nth-child(odd) {
    border-right: 0;
  }

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

  .life-heading h2 {
    font-size: clamp(2.15rem, 9.5vw, 3.25rem);
  }

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

  .life-grid {
    gap: 38px;
  }

  .life-grid article {
    gap: 20px;
  }

  .life-grid figure {
    aspect-ratio: 16 / 10;
  }

  .reviews-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .team-section {
    width: min(100% - 32px, 520px);
    padding-top: 58px;
  }

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

  .team-card {
    gap: 16px;
  }

  .review-track {
    --review-width: 100%;
  }

  .review-card {
    min-height: 330px;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(18, 22, 34, 0.045);
  }

  .review-card p {
    min-height: 180px;
  }

  .review-button {
    width: 42px;
    height: 42px;
    box-shadow: 0 10px 22px rgba(18, 22, 34, 0.1);
  }

  .review-button span {
    font-size: 1.9rem;
  }

  .seo-grid article {
    min-height: auto;
    padding: 26px 0;
  }

  .api-modal,
  .docs-modal,
  .legal-modal {
    width: calc(100% - 18px);
    max-height: calc(100vh - 18px);
  }

  .footer-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 26px;
    padding: 28px 22px;
  }

  .footer-cta > a,
  .footer-cta > button {
    align-self: flex-start;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .footer-about {
    grid-column: 1 / -1;
  }

  .footer-links {
    min-width: 0;
  }

  .modal-card {
    max-height: calc(100vh - 18px);
  }

  .modal-header,
  .setup-steps {
    padding: 16px;
  }

  .setup-steps li {
    grid-template-columns: 1fr;
  }

  .api-modal .setup-steps li {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .docs-layout {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }

  .docs-section {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0;
  }

  .docs-section.docs-hero {
    grid-template-columns: 1fr;
    margin: 0 -18px;
    padding: 26px 18px;
  }

  .docs-meta {
    display: none;
  }
}

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