:root {
  color-scheme: light;
  --ink: #17131f;
  --muted: #665f6d;
  --paper: #f8f4ea;
  --white: #fffdf8;
  --pink: #ff477e;
  --coral: #ff6b57;
  --violet: #7c5cff;
  --lilac: #c8b6ff;
  --acid: #d9ff57;
  --blue: #4f7cff;
  --line: rgba(23, 19, 31, 0.16);
  --shadow: 0 20px 56px rgba(38, 25, 57, 0.13);
  --soft-shadow: 0 12px 30px rgba(38, 25, 57, 0.09);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 71, 126, 0.14), transparent 28rem),
    radial-gradient(circle at 94% 24%, rgba(124, 92, 255, 0.13), transparent 30rem),
    var(--paper);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image: radial-gradient(rgba(23, 19, 31, 0.18) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}

a {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.shell {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  padding: 18px 0;
}

.nav-shell {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 10px 8px 18px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(23, 19, 31, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 34px rgba(38, 25, 57, 0.08);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 1.23rem;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.wordmark-mark {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  color: var(--white);
  background: var(--pink);
  border-radius: 11px 11px 11px 4px;
  box-shadow: inset 0 -3px 0 rgba(23, 19, 31, 0.13);
  font-size: 1rem;
  letter-spacing: -0.08em;
  transform: rotate(-4deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.nav-cta {
  color: var(--ink) !important;
  background: var(--acid);
  box-shadow: 3px 3px 0 var(--ink);
}

.nav-cta:hover,
.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.button-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--pink);
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
}

.button-acid {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 4px 4px 0 var(--ink);
}

.button-arrow::after {
  content: "↗";
  font-size: 1.05em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(32px, 7vw, 90px);
  min-height: 690px;
  padding: 62px 0 88px;
}

.eyebrow,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 7px 11px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.85);
  border: 1px solid rgba(23, 19, 31, 0.17);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 71, 126, 0.15);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.25rem, 7.3vw, 6.7rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.9;
}

.hero h1 em {
  display: inline-block;
  padding-right: 0.06em;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.08em;
  transform: rotate(-2deg);
}

.hero-lede {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.fine-print {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 0.84rem;
  font-weight: 650;
}

.fine-print li::before {
  margin-right: 7px;
  color: var(--pink);
  content: "✦";
}

.hero-art {
  position: relative;
  display: grid;
  min-height: 550px;
  place-items: center;
}

.art-halo {
  position: absolute;
  width: min(100%, 510px);
  aspect-ratio: 1;
  background: linear-gradient(145deg, var(--lilac), #ffb7cf 48%, #ffd3a8);
  border: 2px solid var(--ink);
  border-radius: 45% 55% 60% 40% / 49% 40% 60% 51%;
  box-shadow: 15px 18px 0 var(--ink);
  transform: rotate(-5deg);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(74vw, 290px);
  padding: 11px;
  color: var(--white);
  background: #0e0c12;
  border: 2px solid #0e0c12;
  border-radius: 48px;
  box-shadow: 0 40px 80px rgba(23, 19, 31, 0.35);
  transform: rotate(4deg);
}

.phone-screen {
  position: relative;
  min-height: 522px;
  overflow: hidden;
  padding: 61px 15px 20px;
  background:
    radial-gradient(circle at 76% 14%, rgba(255, 214, 224, 0.7), transparent 11rem),
    linear-gradient(155deg, #6d57b5, #b789d6 52%, #e6a7c2);
  border-radius: 38px;
}

.dynamic-island {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 92px;
  height: 27px;
  background: #0e0c12;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-date {
  margin: 0 0 29px;
  text-align: center;
  text-shadow: 0 2px 12px rgba(23, 19, 31, 0.2);
  font-size: 2.1rem;
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.phone-date small {
  display: block;
  margin-bottom: 7px;
  font-size: 0.42em;
  letter-spacing: 0;
}

.love-widget {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 16px;
  color: var(--ink);
  background: #fff4de;
  border-radius: 25px;
  box-shadow: 0 16px 35px rgba(23, 19, 31, 0.2);
}

.widget-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6f6070;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.widget-heart {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--white);
  background: var(--pink);
  border-radius: 7px 7px 7px 2px;
  font-size: 0.72rem;
}

.widget-doodle {
  width: 100%;
  height: 128px;
  margin-top: 2px;
}

.widget-doodle path {
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
}

.widget-doodle .accent {
  stroke: var(--violet);
  stroke-width: 5;
}

.app-dots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.app-dots span {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.52);
  border-radius: 13px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.art-sticker {
  position: absolute;
  z-index: 4;
  padding: 11px 15px;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.sticker-top {
  top: 52px;
  right: 4px;
  transform: rotate(8deg);
}

.sticker-bottom {
  bottom: 70px;
  left: -2px;
  background: var(--white);
  transform: rotate(-8deg);
}

.signal-strip {
  overflow: hidden;
  padding: 15px 0;
  color: var(--white);
  background: var(--ink);
  border-block: 2px solid var(--ink);
  transform: rotate(-1deg) scale(1.02);
}

.signal-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 30px;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  animation: drift 30s linear infinite;
}

.signal-track span::after {
  margin-left: 30px;
  color: var(--pink);
  content: "♡";
}

@keyframes drift {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 110px 0;
}

.section-compact {
  padding: 76px 0;
}

.section-tint {
  background: rgba(255, 253, 248, 0.55);
  border-block: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 50px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-label::before {
  width: 9px;
  height: 9px;
  background: var(--pink);
  border-radius: 50%;
  content: "";
}

.section-head h2,
.big-heading {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.section-intro {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.step-card,
.product-card,
.info-card,
.legal-card,
.support-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 19, 31, 0.14);
  border-radius: var(--radius-md);
  box-shadow: var(--soft-shadow);
}

.step-card {
  min-height: 280px;
  padding: 26px;
}

.step-number {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 58px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-weight: 900;
}

.step-card:nth-child(2) .step-number {
  color: var(--ink);
  background: var(--acid);
}

.step-card:nth-child(3) .step-number {
  background: var(--pink);
}

.step-card h3,
.product-card h3,
.info-card h3,
.support-card h2,
.support-card h3 {
  margin: 0;
  font-size: 1.38rem;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.step-card p,
.info-card p,
.support-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.product-card {
  min-height: 480px;
  padding: clamp(28px, 4vw, 48px);
}

.product-card-app {
  color: var(--white);
  background: var(--ink);
}

.product-card-lab {
  background:
    radial-gradient(circle at 94% 10%, rgba(217, 255, 87, 0.85), transparent 13rem),
    #ece5ff;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 88px;
  padding: 7px 11px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card-lab .product-tag {
  color: var(--white);
  background: var(--violet);
}

.product-card h3 {
  max-width: 470px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
}

.product-card p {
  max-width: 500px;
  margin: 18px 0 28px;
  color: inherit;
  opacity: 0.78;
  font-size: 1.03rem;
}

.product-card-app .text-link {
  color: var(--acid);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-weight: 850;
}

.text-link::after {
  content: "→";
}

.pricing-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 35px;
  padding: clamp(30px, 5vw, 62px);
  background: var(--pink);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: 10px 10px 0 var(--ink);
}

.pricing-band h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.95;
}

.pricing-copy {
  padding: 24px;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(23, 19, 31, 0.2);
  border-radius: var(--radius-md);
}

.price {
  margin: 0;
  font-size: 1.48rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pricing-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

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

.info-card {
  padding: 26px;
}

.info-icon {
  display: inline-grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 38px;
  background: #ece5ff;
  border-radius: 14px;
  font-weight: 900;
}

.closing-card {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 88px);
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(23, 19, 31, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.closing-card::before,
.closing-card::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 45% 55% 60% 40%;
  content: "";
}

.closing-card::before {
  top: -70px;
  left: -45px;
  background: var(--acid);
  transform: rotate(25deg);
}

.closing-card::after {
  right: -65px;
  bottom: -70px;
  background: var(--lilac);
}

.closing-card h2 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(2.3rem, 6vw, 5.6rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.94;
}

.closing-card p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.closing-card .hero-actions {
  position: relative;
  z-index: 1;
  justify-content: center;
}

.site-footer {
  padding: 36px 0 44px;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.footer-note {
  max-width: 560px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 13px 22px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

/* Text, legal, support, and invite pages */
.text-page {
  background:
    radial-gradient(circle at 92% 3%, rgba(200, 182, 255, 0.42), transparent 27rem),
    radial-gradient(circle at 2% 30%, rgba(255, 71, 126, 0.11), transparent 24rem),
    var(--paper);
}

.page-hero {
  padding: 78px 0 52px;
}

.page-hero h1 {
  font-size: clamp(3rem, 8vw, 6.3rem);
}

.page-hero .hero-lede {
  max-width: 720px;
}

.updated-at {
  margin: 21px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  justify-content: space-between;
  gap: 70px;
  padding: 26px 0 110px;
}

.legal-nav {
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 20px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(14px);
}

.legal-nav strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-nav a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 650;
}

.legal-nav a:hover {
  color: var(--ink);
}

.legal-content {
  min-width: 0;
}

.legal-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 46px;
}

.legal-card {
  padding: 20px;
  box-shadow: none;
}

.legal-card strong {
  display: block;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

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

.legal-section:first-of-type {
  border-top: 0;
}

.legal-section h2 {
  margin: 0 0 17px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.legal-section h3 {
  margin: 25px 0 10px;
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.legal-section p,
.legal-section li {
  color: #4f4955;
}

.legal-section ul,
.legal-section ol {
  margin: 15px 0 0;
  padding-left: 23px;
}

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

.callout {
  margin: 20px 0 0;
  padding: 18px 20px;
  background: #ece5ff;
  border-left: 5px solid var(--violet);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.callout-warning {
  background: #fff0dc;
  border-left-color: var(--coral);
}

.callout p {
  margin: 0;
  color: var(--ink);
}

.inline-email {
  font-weight: 800;
  text-underline-offset: 4px;
}

.support-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  padding: 12px 0 110px;
}

.support-card {
  padding: clamp(25px, 4vw, 38px);
}

.support-card-wide {
  grid-column: 1 / -1;
}

.support-card-accent {
  background: var(--ink);
  color: var(--white);
}

.support-card-accent p {
  color: rgba(255, 253, 248, 0.68);
}

.support-card-accent .button {
  margin-top: 22px;
}

.support-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.support-list strong,
.support-list span {
  display: block;
}

.support-list span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.9rem;
}

.invite-main {
  display: grid;
  min-height: calc(100vh - 190px);
  place-items: center;
  padding: 70px 0 100px;
}

.invite-card {
  position: relative;
  width: min(650px, 100%);
  overflow: hidden;
  padding: clamp(32px, 7vw, 68px);
  text-align: center;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: 10px 10px 0 var(--ink);
}

.invite-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 25px;
  color: var(--white);
  background: var(--pink);
  border: 2px solid var(--ink);
  border-radius: 24px 24px 24px 8px;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 2rem;
  transform: rotate(-5deg);
}

.invite-card h1 {
  margin: 0;
  font-size: clamp(2.35rem, 7vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.96;
}

.invite-card > p {
  max-width: 500px;
  margin: 20px auto 0;
  color: var(--muted);
}

.invite-card .hero-actions {
  justify-content: center;
}

.privacy-note {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 45px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions,
  .fine-print {
    justify-content: center;
  }

  .hero-art {
    min-height: 590px;
  }

  .section-head,
  .pricing-band,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .section-head {
    gap: 18px;
  }

  .legal-layout {
    gap: 28px;
  }

  .legal-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 18px;
  }

  .legal-nav strong {
    flex-basis: 100%;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 24px, var(--max));
  }

  .nav-shell {
    padding-left: 13px;
  }

  .nav-links > a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 0.81rem;
  }

  .hero {
    padding: 35px 0 70px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .hero-art {
    min-height: 520px;
  }

  .art-halo {
    width: min(89vw, 430px);
    box-shadow: 9px 11px 0 var(--ink);
  }

  .phone {
    width: min(70vw, 260px);
  }

  .phone-screen {
    min-height: 468px;
  }

  .sticker-top {
    right: 0;
  }

  .sticker-bottom {
    bottom: 45px;
  }

  .section {
    padding: 78px 0;
  }

  .steps-grid,
  .product-grid,
  .info-grid,
  .legal-summary,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 230px;
  }

  .step-number {
    margin-bottom: 42px;
  }

  .product-card {
    min-height: 430px;
  }

  .product-tag {
    margin-bottom: 70px;
  }

  .pricing-band {
    box-shadow: 6px 6px 0 var(--ink);
  }

  .footer-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .page-hero {
    padding: 52px 0 35px;
  }

  .legal-layout {
    padding-bottom: 75px;
  }

  .legal-nav {
    display: none;
  }

  .support-card-wide {
    grid-column: auto;
  }
}

@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;
  }
}
