:root {
  --bg: #f6f7fb;
  --surface: #fbfdff;
  --surface-muted: #eef2f7;
  --border: #e2e8f0;
  --text: #0f172a;
  --text-soft: #475569;
  --primary: #0f766e;
  --secondary: #f97316;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 28px;
  --radius-pill: 999px;
  --content-width: 1180px;
  --legal-width: 860px;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.14);
  --shadow-soft: 0 12px 36px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 34%),
    linear-gradient(180deg, var(--bg) 0%, #fbfdff 48%, #eefcf9 100%);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(20, 184, 166, 0.18);
  touch-action: manipulation;
}

img {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -44px;
  left: 16px;
  z-index: 100;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: #fbfdff;
  color: #07111f;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus-visible {
  top: 16px;
}

.site-header,
.site-footer,
.section-shell,
.legal-shell {
  width: min(calc(100% - 32px), var(--content-width));
  margin: 0 auto;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand:focus-visible,
.site-nav a:focus-visible,
.footer-nav a:focus-visible,
.button:focus-visible,
.link-list a:focus-visible,
.prose a:focus-visible,
.support-address a:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.55);
  outline-offset: 4px;
}

.brand-mark {
  display: block;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: #fbfdff;
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name,
.footer-title {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-tag,
.legal-date,
.feature-kicker,
.support-label,
.footer-copy,
.hero-note {
  color: var(--text-soft);
  font-size: 0.95rem;
}

.site-nav,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.site-nav a,
.footer-nav a {
  color: var(--text-soft);
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--text);
}

.nav-pill {
  padding: 10px 16px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(204, 251, 241, 0.72);
  color: var(--primary);
}

.section-shell {
  padding: 58px 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

p {
  margin: 0 0 16px;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 30px;
}

.section-heading-wide {
  max-width: 58rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-weight: 900;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button-primary {
  background: #0f766e;
  box-shadow: 0 18px 42px rgba(20, 184, 166, 0.24);
  color: #f8fbff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #14b8a6;
  box-shadow: 0 22px 52px rgba(20, 184, 166, 0.3);
  transform: translateY(-1px);
}

/* Product landing page */
.home-page {
  --landing-bg: #0f172a;
  --landing-card: rgba(18, 27, 42, 0.86);
  --landing-card-strong: rgba(24, 34, 52, 0.96);
  --landing-ghost: rgba(148, 163, 184, 0.16);
  --landing-line: rgba(20, 184, 166, 0.16);
  --landing-text: #f1f5f9;
  --landing-muted: #cbd5e1;
  --landing-accent: #2dd4bf;
  --landing-button: #0f766e;
  --landing-teal: #14b8a6;
  --landing-orange: #f97316;
  color: var(--landing-text);
  background:
    radial-gradient(circle at 14% 16%, rgba(20, 184, 166, 0.22), transparent 24rem),
    radial-gradient(circle at 86% 10%, rgba(249, 115, 22, 0.15), transparent 22rem),
    radial-gradient(circle at 50% 54%, rgba(45, 212, 191, 0.08), transparent 30rem),
    #0f172a;
}

.home-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(20, 184, 166, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 184, 166, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 25% 20%, black, transparent 52%);
  content: "";
}

.home-page .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(calc(100% - 32px), 1240px);
  margin-top: 10px;
  padding: 12px 14px;
  border: 0;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.74);
  box-shadow:
    inset 0 0 0 1px var(--landing-ghost),
    0 24px 60px rgba(0, 0, 0, 0.36);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.home-page .brand-mark {
  width: 54px;
  height: 54px;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 28px rgba(20, 184, 166, 0.18);
}

.home-page .brand-name,
.home-page .footer-title,
.home-page h1,
.home-page h2,
.home-page h3 {
  color: #f8fbff;
}

.home-page h2,
.home-page h3 {
  line-height: 1.1;
}

.home-page .brand-tag,
.home-page .site-nav a,
.home-page .footer-copy,
.home-page .footer-nav a,
.home-page .section-heading p,
.home-page .lede,
.home-page .tour-card p,
.home-page .feature-card p {
  color: var(--landing-muted);
}

.home-page .site-nav .nav-pill {
  border-color: transparent;
  background: var(--landing-button);
  color: #f8fbff;
  box-shadow:
    inset 0 0 0 1px rgba(45, 212, 191, 0.32),
    0 0 28px rgba(20, 184, 166, 0.28);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 88px);
  min-height: clamp(680px, calc(100svh - 88px), 820px);
  padding-top: clamp(34px, 5vw, 54px);
}

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

.hero > * {
  min-width: 0;
}

.home-page .eyebrow {
  color: var(--landing-accent);
}

.home-page h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(4rem, 6.1vw, 6.15rem);
  letter-spacing: -0.07em;
  line-height: 0.96;
  text-transform: uppercase;
}

.lede {
  max-width: 42rem;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 30px 0 0;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 198px;
  min-height: 66px;
  padding: 9px 18px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background: #070a0d;
  color: #f8fbff;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(20, 184, 166, 0.14);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  border-color: rgba(20, 184, 166, 0.72);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(20, 184, 166, 0.28);
  transform: translateY(-1px);
}

.store-badge-muted {
  cursor: default;
  opacity: 0.72;
}

.store-badge-muted:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(20, 184, 166, 0.14);
  transform: none;
}

.store-badge-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.store-badge-kicker {
  display: block;
  margin-bottom: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}

.store-badge strong {
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.play-blue {
  fill: #5bb8ff;
}

.play-green {
  fill: #31d480;
}

.play-yellow {
  fill: #ffd35a;
}

.play-red {
  fill: #ff5c5c;
}

.hero-proof {
  position: relative;
  min-height: clamp(560px, 54vw, 660px);
}

.ai-orbit {
  position: absolute;
  inset: 10% 2% auto auto;
  width: 86%;
  height: 58%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(20, 184, 166, 0.3) 1px, transparent 2px) 0 0 / 34px 34px,
    conic-gradient(from 160deg, transparent, rgba(20, 184, 166, 0.5), transparent 42%, rgba(249, 115, 22, 0.35), transparent);
  filter: blur(0.5px);
  opacity: 0.7;
  transform: rotate(-12deg);
}

.phone {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 38px;
  background: linear-gradient(145deg, #111827, #07111f);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.58),
    0 0 56px rgba(20, 184, 166, 0.18);
}

.phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 29px;
}

.phone picture {
  display: block;
  width: 100%;
}

.phone-primary {
  top: 18px;
  right: 4%;
  width: min(360px, 47vw);
  transform: rotate(4deg);
}

.phone-secondary {
  bottom: 22px;
  left: 2%;
  width: min(300px, 40vw);
  transform: rotate(-9deg);
}

.hero-checklist {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-checklist li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 0;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.1), transparent 44%),
    var(--landing-card);
  color: var(--landing-text);
  font-weight: 900;
  box-shadow:
    inset 0 0 0 1px var(--landing-line),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.hero-checklist li::before {
  position: absolute;
  top: 19px;
  left: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--landing-accent);
  border-radius: 50%;
  color: var(--landing-accent);
  content: "";
}

.hero-checklist li::after {
  position: absolute;
  top: 21px;
  left: 25px;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--landing-accent);
  border-bottom: 2px solid var(--landing-accent);
  content: "";
  transform: rotate(42deg);
}

.app-tour,
.features-section,
.lifestyle-section {
  position: relative;
}

.app-tour {
  overflow: hidden;
  scroll-margin-top: 110px;
}

.features-section {
  scroll-margin-top: 110px;
}

.tour-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.tour-heading-row .section-heading {
  margin-bottom: 0;
}

.tour-scroll-hint {
  flex: 0 0 auto;
  margin: 0 0 6px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.2), rgba(249, 115, 22, 0.09)),
    rgba(18, 27, 42, 0.9);
  box-shadow: inset 0 0 0 1px var(--landing-line);
  color: var(--landing-text);
  font-size: 0.86rem;
  font-weight: 900;
}

.tour-scroll-hint span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
  color: var(--landing-accent);
}

.tour-scroll-hint span::after {
  width: 34px;
  height: 2px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--landing-accent), transparent);
  content: "";
}

.tour-rail-wrap {
  position: relative;
}

.tour-rail-wrap::after {
  position: absolute;
  top: 6px;
  right: -2px;
  bottom: 22px;
  width: min(18vw, 150px);
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--landing-bg) 86%);
  content: "";
}

.tour-rail {
  display: grid;
  grid-auto-columns: minmax(270px, 340px);
  grid-auto-flow: column;
  gap: 18px;
  contain: layout paint;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 68px 22px 4px;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(20, 184, 166, 0.48) rgba(255, 255, 255, 0.08);
}

.tour-rail:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.55);
  outline-offset: 5px;
}

.tour-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 26%),
    var(--landing-card-strong);
  box-shadow:
    inset 0 0 0 1px var(--landing-line),
    0 22px 56px rgba(0, 0, 0, 0.28);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tour-card:hover {
  box-shadow:
    inset 0 0 0 1px rgba(45, 212, 191, 0.32),
    0 26px 62px rgba(0, 0, 0, 0.34);
  transform: translateY(-3px);
}

.tour-card picture {
  display: block;
  width: 100%;
  aspect-ratio: 17 / 23;
  overflow: hidden;
  background: #e5e7eb;
}

.tour-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.tour-card div {
  padding: 20px;
}

.home-page .tour-label,
.home-page .feature-kicker {
  color: var(--landing-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tour-card h3,
.feature-card h3 {
  margin-bottom: 10px;
  line-height: 1.12;
}

.tour-card p,
.feature-card p {
  line-height: 1.48;
}

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

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 26px;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(20, 184, 166, 0.14), transparent 36%),
    var(--landing-card);
  box-shadow:
    inset 0 0 0 1px var(--landing-line),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.feature-card:hover {
  box-shadow:
    inset 0 0 0 1px rgba(45, 212, 191, 0.28),
    0 22px 58px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.feature-card::before {
  position: absolute;
  top: 0;
  left: 28px;
  width: 54px;
  height: 4px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--landing-teal), var(--landing-orange));
  content: "";
}

.feature-card-lead {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.28), rgba(249, 115, 22, 0.12)),
    var(--landing-card-strong);
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.lifestyle-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 0;
  border-radius: 32px;
  background: #0f172a;
  box-shadow:
    inset 0 0 0 1px rgba(20, 184, 166, 0.18),
    0 24px 76px rgba(0, 0, 0, 0.42);
}

.lifestyle-card-large {
  grid-row: span 2;
  min-height: 738px;
}

.lifestyle-card > picture,
.lifestyle-card > picture > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lifestyle-card > picture > img {
  object-fit: cover;
  opacity: 0.96;
}

.lifestyle-card-large > picture > img {
  object-position: 56% center;
}

.lifestyle-grid .lifestyle-card:nth-child(2) > picture > img {
  object-position: 74% center;
}

.lifestyle-grid .lifestyle-card:nth-child(3) > picture > img {
  object-position: 24% center;
}

.lifestyle-card::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(20, 184, 166, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(3, 7, 18, 0.08) 0%, rgba(3, 7, 18, 0.24) 46%, rgba(0, 0, 0, 0.86));
  content: "";
}

.lifestyle-screen-preview {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  width: clamp(138px, 16vw, 188px);
  padding: 9px;
  border-radius: 26px;
  background: #02040a;
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 36px rgba(20, 184, 166, 0.2);
  transform: rotate(-4deg);
}

.lifestyle-screen-preview::before {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 1;
  width: 34px;
  height: 8px;
  border-radius: var(--radius-pill);
  background: #000;
  content: "";
  transform: translateX(-50%);
}

.lifestyle-screen-preview picture,
.lifestyle-screen-preview img {
  display: block;
  width: 100%;
}

.lifestyle-screen-preview img {
  height: auto;
  border-radius: 18px;
}

.lifestyle-screen-preview-right {
  top: 22px;
  right: auto;
  left: 24px;
  width: clamp(112px, 11vw, 132px);
  transform: rotate(5deg);
}

.lifestyle-screen-preview-home {
  top: 24px;
  right: 24px;
  left: auto;
  width: clamp(112px, 11vw, 136px);
  transform: rotate(-3deg);
}

.lifestyle-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 26px;
}

.lifestyle-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.closing-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: 26px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 22%, rgba(20, 184, 166, 0.26), transparent 28rem),
    radial-gradient(circle at 84% 12%, rgba(20, 184, 166, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(3, 6, 11, 0.96), rgba(5, 13, 24, 0.98));
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(45, 212, 191, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.closing-visual {
  position: relative;
  min-height: 620px;
}

.closing-network {
  position: absolute;
  inset: 6% auto auto -18%;
  width: 118%;
  height: 72%;
  opacity: 0.72;
  background:
    radial-gradient(circle at 15% 22%, rgba(20, 184, 166, 0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 42%, rgba(249, 115, 22, 0.48) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 14%, rgba(20, 184, 166, 0.5) 0 2px, transparent 3px),
    conic-gradient(from 220deg at 34% 42%, transparent, rgba(20, 184, 166, 0.34), transparent 40%);
  background-size: 86px 86px, 122px 122px, 144px 144px, 100% 100%;
  filter: blur(0.4px);
  transform: rotate(-10deg);
}

.closing-network::before,
.closing-network::after {
  position: absolute;
  inset: 12% 6% auto auto;
  width: 78%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.55), transparent);
  content: "";
  transform: rotate(24deg);
}

.closing-network::after {
  inset: 54% 0 auto auto;
  width: 86%;
  transform: rotate(-14deg);
}

.closing-phone {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background: linear-gradient(145deg, #111827, #07111f);
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.58),
    0 0 54px rgba(20, 184, 166, 0.2);
}

.closing-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.closing-phone picture {
  display: block;
  width: 100%;
}

.closing-phone-front {
  right: 4%;
  bottom: 0;
  z-index: 2;
  width: min(320px, 43vw);
  transform: rotate(4deg);
}

.closing-phone-back {
  top: 44px;
  left: 0;
  width: min(270px, 36vw);
  opacity: 0.88;
  transform: rotate(-10deg);
}

.closing-copy {
  position: relative;
  z-index: 1;
}

.closing-copy h2 {
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.4vw, 5.6rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-transform: uppercase;
}

.closing-list {
  display: grid;
  gap: 20px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.closing-list li {
  position: relative;
  padding-left: 42px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  font-weight: 900;
  line-height: 1.35;
}

.closing-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid var(--landing-accent);
  border-radius: 50%;
  content: "";
}

.closing-list li::after {
  position: absolute;
  top: calc(0.1em + 4px);
  left: 9px;
  width: 7px;
  height: 12px;
  border-right: 2px solid var(--landing-accent);
  border-bottom: 2px solid var(--landing-accent);
  content: "";
  transform: rotate(42deg);
}

.closing-button {
  min-width: min(100%, 280px);
}

.home-footer {
  flex-direction: column;
  align-items: stretch;
  padding-top: 34px;
}

.home-page .site-footer {
  padding-bottom: 44px;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  padding-top: 34px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.home-page .footer-copy {
  max-width: 46rem;
  margin: 26px 0 0;
  font-size: 1rem;
  line-height: 1.55;
}

.home-page .footer-nav {
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 44px;
  font-size: 1rem;
}

/* Legal/support pages */
.legal-shell {
  width: min(calc(100% - 32px), var(--legal-width));
  padding: 28px 0 56px;
}

.legal-card,
.support-panel,
.link-list a {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.legal-card {
  padding: 32px;
  border-radius: var(--radius-xl);
}

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

.prose li + li {
  margin-top: 8px;
}

.prose a,
.support-address a {
  color: var(--primary);
}

.prose a,
.support-address a,
.link-list a {
  overflow-wrap: anywhere;
  word-break: normal;
}

.support-panel {
  margin: 24px 0 28px;
  padding: 22px 24px;
  border-radius: var(--radius-lg);
}

.support-address {
  margin-bottom: 8px;
  font-size: clamp(1rem, 4.6vw, 1.4rem);
  font-weight: 900;
  line-height: 1.35;
}

.legal-date {
  font-variant-numeric: tabular-nums;
}

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

.link-list li + li {
  margin-top: 12px;
}

.link-list a {
  display: block;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  color: var(--text);
  font-weight: 900;
  text-decoration: none;
}

.link-list a:hover,
.link-list a:focus-visible {
  border-color: rgba(15, 118, 110, 0.28);
  background: #ccfbf1;
  color: var(--primary);
}

.not-found-card .link-list {
  margin-top: 24px;
}

.site-footer {
  padding-bottom: 42px;
}

@media (max-width: 1040px) {
  .hero,
  .feature-grid,
  .lifestyle-grid,
  .closing-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-proof {
    min-height: 600px;
  }

  .hero-checklist {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .feature-card-lead {
    grid-column: auto;
  }

  .lifestyle-card-large {
    grid-row: auto;
    min-height: 440px;
  }

  .lifestyle-screen-preview {
    width: clamp(122px, 22vw, 154px);
  }

  .lifestyle-screen-preview-right,
  .lifestyle-screen-preview-home {
    width: 112px;
  }

  .closing-visual {
    min-height: 560px;
  }

  .closing-copy {
    order: -1;
  }

  .closing-phone-front {
    width: min(320px, 52vw);
  }

  .closing-phone-back {
    width: min(270px, 44vw);
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page .site-header {
    position: static;
  }

  .site-nav,
  .footer-nav {
    width: 100%;
  }

  .home-page h1 {
    font-size: clamp(2.45rem, 10vw, 3.4rem);
    letter-spacing: -0.055em;
  }

  .hero-proof {
    min-height: 500px;
    overflow: hidden;
  }

  .phone-primary {
    right: 0;
    width: min(300px, 68vw);
  }

  .phone-secondary {
    left: 0;
    width: min(236px, 54vw);
  }

  .tour-rail {
    grid-auto-columns: minmax(252px, 82vw);
  }

  .tour-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-scroll-hint {
    margin-top: -10px;
  }

  .footer-main {
    flex-direction: column;
    gap: 20px;
    padding-top: 26px;
  }

  .home-page .footer-copy {
    margin-top: 16px;
  }

  .home-page .footer-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 12px 18px;
    padding-top: 0;
  }

  .legal-card {
    padding: 20px;
  }

  .support-panel {
    padding: 18px;
  }

  .support-address {
    font-size: clamp(0.9rem, 4vw, 1.4rem);
  }

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

  .button-primary,
  .nav-pill,
  .store-badge {
    width: 100%;
  }

  .store-badges {
    display: grid;
    gap: 12px;
  }

  .store-badge {
    justify-content: center;
    min-height: 62px;
  }

  .closing-cta {
    padding: 24px;
    border-radius: 28px;
  }

  .lifestyle-screen-preview {
    top: 18px;
    left: 18px;
    width: 118px;
  }

  .lifestyle-screen-preview-right,
  .lifestyle-screen-preview-home {
    width: 104px;
  }

  .lifestyle-screen-preview-home {
    right: 18px;
    left: auto;
  }

  .closing-copy h2 {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }

  .closing-list {
    gap: 14px;
  }

  .closing-list li {
    padding-left: 34px;
  }
}

@media (max-width: 440px) {
  .phone-primary {
    width: 74vw;
  }

  .phone-secondary {
    bottom: 54px;
    width: 58vw;
  }

  .hero-proof {
    min-height: 450px;
  }

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

  .closing-phone-front {
    right: -4%;
    width: 66vw;
  }

  .closing-phone-back {
    top: 54px;
    left: -8%;
    width: 54vw;
  }

  .lifestyle-card,
  .lifestyle-card-large {
    min-height: 330px;
  }

  .lifestyle-screen-preview {
    width: 96px;
    padding: 6px;
    border-radius: 18px;
  }

  .lifestyle-screen-preview-right,
  .lifestyle-screen-preview-home {
    width: 86px;
  }

  .lifestyle-screen-preview::before {
    top: 7px;
    width: 22px;
    height: 5px;
  }

  .lifestyle-screen-preview img {
    border-radius: 12px;
  }
}

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

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