/* Hatano landing page — ported from the claude.ai/design prototype "Hatano Landing.dc.html" */

:root {
  --cream: #faf6ef;
  --ink: #1c1917;
  --orange: #ff4d2e;
  --orange-hot: #e63e20;
  --white: #fff;

  --ink-62: rgba(28, 25, 23, .62);
  --ink-60: rgba(28, 25, 23, .60);
  --ink-58: rgba(28, 25, 23, .58);
  --ink-55: rgba(28, 25, 23, .55);
  --ink-50: rgba(28, 25, 23, .50);
  --line: rgba(28, 25, 23, .09);

  --cream-78: rgba(250, 246, 239, .78);
  --cream-68: rgba(250, 246, 239, .68);
  --cream-58: rgba(250, 246, 239, .58);
  --cream-55: rgba(250, 246, 239, .55);
  --cream-48: rgba(250, 246, 239, .48);
  --cream-45: rgba(250, 246, 239, .45);
  --line-light: rgba(250, 246, 239, .16);

  --gutter: clamp(20px, 5.5vw, 80px);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  font-family: 'Archivo', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

svg { display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, dl, dd, ul { margin: 0; }
ul { padding: 0; list-style: none; }

.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--cream);
  overflow-x: hidden;
}

section[id] { scroll-margin-top: 24px; }

@keyframes pulse { 0%, 100% { opacity: 1 } 50% { opacity: .4 } }

/* ---------- shared type ---------- */

.eyebrow {
  font: 600 12px 'Archivo', sans-serif;
  letter-spacing: 2px;
  color: var(--orange);
}

.section-title {
  font-weight: 900;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1;
  letter-spacing: -.05em;
  margin-top: 14px;
  text-wrap: balance;
}

/* ---------- logo mark ---------- */

.mark {
  border-radius: 11px;
  background: radial-gradient(circle at 34% 24%, #ff8a5c 0%, var(--orange) 46%, #c92508 100%);
  display: grid;
  place-items: center;
  transform: rotate(-6deg);
  flex: none;
}
.mark i { color: var(--ink); font-style: normal; }

.mark--sm {
  width: 38px;
  height: 38px;
  box-shadow: 0 4px 12px rgba(201, 37, 8, .3);
}
.mark--sm span {
  font: 900 14px/1 'Archivo', sans-serif;
  letter-spacing: -.8px;
  color: #fffdf8;
}

.mark--xs { width: 30px; height: 30px; border-radius: 9px; }
.mark--xs span {
  font: 900 11px/1 'Archivo', sans-serif;
  letter-spacing: -.6px;
  color: #fffdf8;
}

.mark--lg {
  width: min(250px, 70%);
  aspect-ratio: 1;
  border-radius: 24%;
  box-shadow: 0 26px 60px rgba(120, 18, 0, .4), inset 0 3px 0 rgba(255, 255, 255, .32);
}
.mark--lg span {
  font-weight: 900;
  font-size: clamp(64px, 9vw, 92px);
  line-height: .88;
  letter-spacing: -.065em;
  color: #fffdf8;
  text-align: center;
  text-shadow: 0 5px 0 rgba(168, 30, 5, .55);
}

/* ---------- buttons ---------- */

.btn {
  border-radius: 99px;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.btn--nav {
  background: var(--ink);
  color: var(--cream);
  padding: 13px 26px;
  font: 700 14px 'Archivo', sans-serif;
}
.btn--nav:hover { background: var(--orange); color: var(--white); }

.btn--store {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--orange);
  color: var(--white);
  padding: 16px 34px;
  box-shadow: 0 8px 24px rgba(255, 77, 46, .32);
}
.btn--store:hover { background: var(--orange-hot); color: var(--white); }
.btn--store__over {
  display: block;
  font: 500 10.5px 'Archivo', sans-serif;
  letter-spacing: .8px;
  opacity: .85;
}
.btn--store__name {
  display: block;
  font: 700 19px/1.1 'Archivo', sans-serif;
  letter-spacing: -.4px;
}

.btn--store-white {
  gap: 14px;
  background: var(--white);
  color: var(--ink);
  padding: 18px clamp(26px, 4vw, 40px);
  box-shadow: none;
  text-align: left;
}
.btn--store-white:hover { background: var(--ink); color: var(--white); }
.btn--store-white .btn--store__over { font-size: 11px; opacity: .7; }
.btn--store-white .btn--store__name { font-size: 21px; letter-spacing: -.5px; }

.btn--ghost {
  border: 2px solid rgba(28, 25, 23, .18);
  padding: 17px 34px;
  font: 700 17px 'Archivo', sans-serif;
}
.btn--ghost:hover { border-color: var(--ink); }

/* ---------- nav ---------- */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 26px) var(--gutter);
  position: relative;
  z-index: 5;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand__word {
  font: 900 19px 'Archivo', sans-serif;
  letter-spacing: -.5px;
}
.brand__word span { color: var(--orange); }

.nav__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2.6vw, 38px);
}
.nav__link {
  font: 600 14px 'Archivo', sans-serif;
  color: var(--ink-62);
  transition: color .18s ease;
}
.nav__link:hover { color: var(--orange); }

/* ---------- hero ---------- */

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 4vw, 56px);
  padding: clamp(40px, 5vw, 70px) var(--gutter) clamp(60px, 7vw, 100px);
  align-items: center;
  justify-content: center;
}

.hero__copy { flex: 1 1 440px; min-width: min(100%, 320px); }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1.5px solid rgba(28, 25, 23, .16);
  border-radius: 99px;
  padding: 8px 16px;
  font: 600 12px 'Archivo', sans-serif;
  letter-spacing: 1.2px;
  color: var(--ink-62);
}
.pill__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse 2s infinite;
  flex: none;
}

.hero__title {
  font-weight: 900;
  font-size: clamp(46px, 6.8vw, 104px);
  line-height: .92;
  letter-spacing: -.055em;
  margin-top: clamp(18px, 2vw, 26px);
  text-wrap: balance;
}
.hero__title span { color: var(--orange); }

.hero__lede {
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  margin-top: clamp(18px, 2vw, 28px);
  color: var(--ink-62);
  max-width: 520px;
  text-wrap: pretty;
}

.hero__actions {
  display: flex;
  gap: 14px;
  margin-top: clamp(26px, 3vw, 38px);
  align-items: center;
  flex-wrap: wrap;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 3.4vw, 44px);
  margin-top: clamp(36px, 4vw, 52px);
}
.stat__num {
  font-weight: 900;
  font-size: clamp(28px, 2.6vw, 34px);
  letter-spacing: -.045em;
}
.stat__label {
  margin: 4px 0 0;
  font: 600 12px 'Archivo', sans-serif;
  letter-spacing: 1.2px;
  color: var(--ink-62);
}

/* ---------- phones ---------- */

.hero__device {
  flex: 0 1 376px;
  min-width: min(100%, 300px);
  position: relative;
  display: flex;
  justify-content: center;
}

.glow {
  position: absolute;
  width: min(520px, 120%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 77, 46, .18), transparent 65%);
  top: -10px;
}

.phone--shield {
  position: relative;
  width: min(376px, 100%);
  height: 764px;
  background: var(--orange);
  border-radius: 52px;
  padding: 12px;
  box-shadow: 0 40px 90px rgba(120, 18, 0, .34), 0 0 0 11px var(--ink), 0 0 0 12.5px rgba(255, 255, 255, .12);
}

.phone__screen {
  width: 100%;
  height: 100%;
  border-radius: 42px;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  color: var(--white);
  overflow: hidden;
}

.status-bar {
  display: flex;
  justify-content: space-between;
  padding: 16px 26px 0;
  font: 600 13px 'Archivo', sans-serif;
}

.shield__head { padding: 42px clamp(22px, 6%, 30px) 0; }
.shield__app {
  font: 900 14px 'Archivo', sans-serif;
  letter-spacing: 1px;
  opacity: .8;
}
.shield__title {
  font-weight: 900;
  font-size: clamp(52px, 15vw, 66px);
  line-height: .95;
  letter-spacing: -.05em;
  margin-top: 18px;
}
.shield__body {
  font: 500 17px/1.45 'Archivo', sans-serif;
  margin-top: 20px;
  opacity: .92;
}

.shield__progress { padding: 34px clamp(22px, 6%, 30px) 0; }
.shield__nums {
  display: flex;
  justify-content: space-between;
  font: 700 13px 'Archivo', sans-serif;
  margin-bottom: 8px;
}

.bar { border-radius: 99px; overflow: hidden; }
.bar--light { height: 14px; background: rgba(255, 255, 255, .25); }
.bar--dark { height: 8px; background: rgba(250, 246, 239, .18); }
.bar__fill { height: 100%; background: var(--white); border-radius: 99px; }
.bar__fill--orange { background: var(--orange); }

.shield__actions {
  margin-top: auto;
  padding: 0 clamp(22px, 6%, 30px) 34px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.shield__primary {
  background: var(--white);
  color: var(--orange);
  border-radius: 99px;
  padding: 17px;
  text-align: center;
  font: 700 16px 'Archivo', sans-serif;
}
.shield__secondary {
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 99px;
  padding: 14px;
  text-align: center;
}
.shield__secondary-title { font: 700 15px 'Archivo', sans-serif; }
.shield__secondary-sub {
  font: 500 11.5px 'Archivo', sans-serif;
  opacity: .75;
  margin-top: 3px;
}
.shield__tertiary {
  text-align: center;
  font: 600 14px 'Archivo', sans-serif;
  opacity: .75;
  padding: 5px;
}

/* ---------- the problem ---------- */

.problem {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(60px, 7vw, 96px) var(--gutter);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
}
.problem__title {
  flex: 1 1 420px;
  min-width: min(100%, 300px);
  font-weight: 900;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.problem__body { flex: 1 1 420px; min-width: min(100%, 300px); }
.problem__text {
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
  color: var(--cream-68);
  text-wrap: pretty;
}
.problem__punch {
  font-weight: 600;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  margin-top: 26px;
  color: var(--orange);
}

/* ---------- how it works ---------- */

.how { padding: clamp(64px, 8vw, 110px) var(--gutter) clamp(60px, 6.5vw, 90px); }

.section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
.section-head > div { flex: 1 1 420px; min-width: min(100%, 300px); }
.section-aside {
  flex: 0 1 340px;
  min-width: min(100%, 280px);
  font: 500 17px/1.55 'Archivo', sans-serif;
  color: var(--ink-58);
  text-wrap: pretty;
}

.how__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(36px, 4vw, 56px);
}

.card {
  background: var(--white);
  border-radius: 26px;
  padding: clamp(26px, 3vw, 34px);
  border: 1.5px solid var(--line);
}
.card--orange {
  background: var(--orange);
  color: var(--white);
  border-color: transparent;
}

.step-num {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  place-items: center;
  font: 900 18px 'Archivo', sans-serif;
}
.step-num--invert { background: var(--white); color: var(--orange); }

.card__title {
  font-weight: 900;
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: -.04em;
  margin-top: 24px;
}
.card__text {
  font: 500 16px/1.55 'Archivo', sans-serif;
  color: var(--ink-58);
  margin-top: 12px;
}
.card--orange .card__text { color: inherit; opacity: .9; }

.applist { display: flex; gap: 9px; margin-top: 26px; flex-wrap: wrap; }
.applist__tile {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  place-items: center;
  font: 700 14px 'Archivo', sans-serif;
}
.applist__tile--add {
  background: none;
  border: 2px dashed rgba(28, 25, 23, .2);
  color: rgba(28, 25, 23, .32);
  font-size: 18px;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  background: var(--cream);
  border-radius: 18px;
  padding: 16px;
  flex-wrap: wrap;
}
.stepper__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  display: grid;
  place-items: center;
  font: 900 18px 'Archivo', sans-serif;
}
.stepper__val { text-align: center; }
.stepper__num { font: 900 32px/1 'Archivo', sans-serif; letter-spacing: -1px; }
.stepper__unit {
  font: 600 10px 'Archivo', sans-serif;
  letter-spacing: 1.4px;
  color: var(--ink-50);
  margin-top: 4px;
}

.lifted {
  margin-top: 26px;
  background: rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 18px 20px;
}
.lifted__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.lifted__title { font: 900 17px 'Archivo', sans-serif; }
.lifted__tag {
  font: 600 10.5px 'Archivo', sans-serif;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, .24);
  padding: 5px 10px;
  border-radius: 99px;
}
.lifted__sub {
  font: 500 13.5px/1.5 'Archivo', sans-serif;
  margin-top: 10px;
  opacity: .9;
}

/* ---------- SOS ---------- */

.sos {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  justify-content: center;
}
.sos__copy { flex: 1 1 460px; min-width: min(100%, 300px); }
.sos__lede {
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  margin-top: 22px;
  color: var(--cream-68);
  max-width: 560px;
  text-wrap: pretty;
}

.challenges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: clamp(26px, 3vw, 38px);
  max-width: 560px;
}
.challenge {
  border: 1.5px solid var(--line-light);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.challenge__title { font: 700 19px 'Archivo', sans-serif; }
.challenge__text {
  font: 500 14px 'Archivo', sans-serif;
  color: var(--cream-55);
  margin-top: 4px;
}
.challenge__tag {
  font: 600 11px 'Archivo', sans-serif;
  letter-spacing: 1px;
  color: var(--orange);
  flex: none;
}
.sos__foot {
  font: 500 15px 'Archivo', sans-serif;
  color: var(--cream-45);
  margin-top: 22px;
}

.sos__device {
  flex: 0 1 340px;
  min-width: min(100%, 280px);
  display: flex;
  justify-content: center;
}
.phone--dark {
  width: min(340px, 100%);
  height: 690px;
  border-radius: 46px;
  padding: 11px;
  background: #0f0d0b;
  box-shadow: 0 36px 80px rgba(0, 0, 0, .5), 0 0 0 1.5px rgba(250, 246, 239, .12);
}
.phone__screen--dark {
  border-radius: 37px;
  background: linear-gradient(160deg, #2e2823, var(--ink) 55%, #0f0d0b);
  align-items: center;
}
.phone__screen--dark .status-bar { width: 100%; padding: 16px 24px 0; font-size: 12px; }

.chal__head { text-align: center; padding: 28px 26px 0; }
.chal__eyebrow {
  font: 600 11px 'Archivo', sans-serif;
  letter-spacing: 2px;
  color: var(--orange);
}
.chal__title {
  font: 900 30px/1.05 'Archivo', sans-serif;
  letter-spacing: -1px;
  margin-top: 10px;
}
.chal__sub {
  font: 500 13px/1.5 'Archivo', sans-serif;
  margin-top: 8px;
  color: var(--cream-58);
}
.chal__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
}

.ring { position: relative; width: min(200px, 62%); aspect-ratio: 1; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring__center {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: rgba(255, 77, 46, .16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ring__num { font: 900 40px 'Archivo', sans-serif; letter-spacing: -1px; }
.ring__label {
  font: 600 10px 'Archivo', sans-serif;
  letter-spacing: 1.5px;
  color: var(--cream-58);
}
.chal__hint { font: 500 12.5px 'Archivo', sans-serif; color: var(--cream-45); }
.chal__foot {
  padding: 0 26px 34px;
  text-align: center;
  font: 600 13px 'Archivo', sans-serif;
  color: var(--cream-48);
}

/* ---------- at a glance ---------- */

.glance { padding: clamp(64px, 7vw, 104px) var(--gutter); }
.glance__head { text-align: center; }
.glance__lede {
  font: 500 18px/1.55 'Archivo', sans-serif;
  color: var(--ink-58);
  margin: 18px auto 0;
  max-width: 600px;
  text-wrap: pretty;
}

.glance__grid {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: clamp(36px, 4vw, 56px);
}

.widget--main {
  width: 250px;
  height: 250px;
  background: var(--ink);
  border-radius: 34px;
  padding: 26px;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  flex: none;
}
.widget__top { display: flex; justify-content: space-between; align-items: center; }
.widget__brand { font: 700 12px 'Archivo', sans-serif; letter-spacing: .5px; }
.widget__brand span { color: var(--orange); }
.widget__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.widget__num { font: 900 48px/1 'Archivo', sans-serif; letter-spacing: -2px; margin-top: 26px; }
.widget__sub { font: 500 13px 'Archivo', sans-serif; opacity: .58; margin-top: 5px; }
.widget__bottom { margin-top: auto; }
.widget__unlock {
  font: 600 11px 'Archivo', sans-serif;
  letter-spacing: .6px;
  margin-top: 11px;
  color: #ff8d75;
}

.glance__stack { width: 250px; display: flex; flex-direction: column; gap: 14px; flex: none; }
.widget--streak {
  height: 118px;
  background: var(--orange);
  border-radius: 30px;
  padding: 22px 24px;
  color: var(--white);
}
.widget--shield {
  height: 118px;
  background: var(--white);
  border: 1.5px solid rgba(28, 25, 23, .1);
  border-radius: 30px;
  padding: 22px 24px;
}
.widget__label { font: 700 12px 'Archivo', sans-serif; letter-spacing: .5px; }
.widget__label--muted { color: var(--ink-55); }
.widget__streak-row { display: flex; align-items: baseline; gap: 7px; margin-top: 10px; }
.widget__streak-num { font: 900 42px/1 'Archivo', sans-serif; letter-spacing: -1.5px; }
.widget__streak-word { font: 600 13px 'Archivo', sans-serif; opacity: .85; }
.widget__shield-state { font: 900 26px 'Archivo', sans-serif; letter-spacing: -1px; margin-top: 10px; }
.widget__shield-sub { font: 500 12.5px 'Archivo', sans-serif; color: var(--ink-55); margin-top: 3px; }

.privacy {
  flex: 0 1 340px;
  min-width: min(100%, 260px);
  background: var(--cream);
  border: 1.5px solid rgba(28, 25, 23, .1);
  border-radius: 30px;
  padding: 28px;
}
.privacy__title { font: 900 24px 'Archivo', sans-serif; letter-spacing: -.8px; }
.privacy__list { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.privacy__list li {
  position: relative;
  padding-left: 19px;
  font: 500 15px/1.5 'Archivo', sans-serif;
  color: var(--ink-62);
}
.privacy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

/* ---------- story ---------- */

.story {
  background: var(--white);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
  border-top: 1.5px solid rgba(28, 25, 23, .08);
  border-bottom: 1.5px solid rgba(28, 25, 23, .08);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
  justify-content: center;
}
.story__mark {
  flex: 0 1 340px;
  min-width: min(100%, 260px);
  display: flex;
  justify-content: center;
}
.story__copy { flex: 1 1 460px; min-width: min(100%, 300px); }
.story__title {
  font-weight: 900;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin-top: 14px;
  text-wrap: balance;
}
.story__text {
  font-weight: 500;
  font-size: clamp(16.5px, 1.4vw, 19px);
  line-height: 1.6;
  margin-top: 22px;
  color: var(--ink-62);
  max-width: 680px;
  text-wrap: pretty;
}
.story__punch {
  font-weight: 600;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.5;
  margin-top: 24px;
}

/* ---------- FAQ ---------- */

.faq { padding: clamp(60px, 7vw, 100px) var(--gutter) clamp(56px, 6.5vw, 90px); }
.faq__title {
  font-weight: 900;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.05em;
}
.faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px clamp(30px, 4vw, 60px);
  margin-top: clamp(30px, 3.4vw, 48px);
}
.faq__q { font: 700 21px 'Archivo', sans-serif; letter-spacing: -.4px; }
.faq__a {
  font: 500 16px/1.6 'Archivo', sans-serif;
  color: var(--ink-60);
  margin-top: 9px;
}

/* ---------- pricing ---------- */

.pricing {
  background: var(--white);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
  border-top: 1.5px solid rgba(28, 25, 23, .08);
}
.pricing__head { text-align: center; }
.pricing__lede {
  font: 500 18px/1.55 'Archivo', sans-serif;
  color: var(--ink-58);
  margin: 18px auto 0;
  max-width: 560px;
  text-wrap: pretty;
}

.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin: clamp(34px, 4vw, 52px) auto 0;
  max-width: 1080px;
  align-items: stretch;
}

.plan {
  background: var(--cream);
  border: 1.5px solid rgba(28, 25, 23, .1);
  border-radius: 26px;
  padding: clamp(26px, 3vw, 34px);
  display: flex;
  flex-direction: column;
}
.plan--featured {
  background: var(--orange);
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 16px 40px rgba(255, 77, 46, .28);
}
.plan--dark {
  background: var(--ink);
  border-color: transparent;
  color: var(--cream);
}

.plan__labelrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.plan__label {
  font: 600 12px 'Archivo', sans-serif;
  letter-spacing: 1.4px;
  color: var(--ink-55);
}
.plan--featured .plan__label { color: inherit; opacity: .85; }
.plan--dark .plan__label { color: rgba(250, 246, 239, .6); }
.plan__badge {
  font: 700 10.5px 'Archivo', sans-serif;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, .24);
  padding: 5px 11px;
  border-radius: 99px;
}

.plan__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.plan__amount {
  font-weight: 900;
  font-size: clamp(40px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.05em;
}
.plan__per { font: 600 15px 'Archivo', sans-serif; color: var(--ink-50); }
.plan--featured .plan__per { color: inherit; opacity: .78; }
.plan--dark .plan__per { color: rgba(250, 246, 239, .5); }

.plan__text {
  font: 500 15.5px/1.55 'Archivo', sans-serif;
  color: var(--ink-60);
  margin-top: 14px;
  margin-bottom: 26px;
}
.plan--featured .plan__text { color: inherit; opacity: .92; }
.plan--dark .plan__text { color: rgba(250, 246, 239, .62); }

.plan .btn {
  margin-top: auto;
  display: block;
  padding: 15px;
  text-align: center;
  font: 700 15px 'Archivo', sans-serif;
}

.btn--plan-ghost {
  border: 2px solid rgba(28, 25, 23, .18);
}
.btn--plan-ghost:hover { border-color: var(--ink); }
.btn--plan-white { background: var(--white); color: var(--orange); }
.btn--plan-white:hover { background: var(--ink); color: var(--white); }
.btn--plan-orange { background: var(--orange); color: var(--white); }
.btn--plan-orange:hover { background: var(--orange-hot); }

.pricing__foot {
  text-align: center;
  font: 500 13.5px 'Archivo', sans-serif;
  color: var(--ink-50);
  margin-top: 26px;
}

/* ---------- CTA ---------- */

.cta {
  background: var(--orange);
  color: var(--white);
  padding: clamp(64px, 7vw, 104px) var(--gutter);
  text-align: center;
}
.cta__title {
  font-weight: 900;
  font-size: clamp(40px, 5.6vw, 78px);
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.cta__lede {
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.5;
  margin: 24px auto 0;
  opacity: .92;
  max-width: 560px;
}
.cta__actions { display: flex; justify-content: center; margin-top: 40px; }

/* ---------- footer ---------- */

.footer {
  background: var(--ink);
  color: var(--cream-55);
  padding: clamp(32px, 3.4vw, 44px) var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font: 600 13px 'Archivo', sans-serif;
  color: var(--cream-78);
}
.footer__links {
  display: flex;
  gap: clamp(18px, 2.4vw, 32px);
  font: 500 13px 'Archivo', sans-serif;
  flex-wrap: wrap;
}
.footer__links a { color: var(--cream-55); transition: color .18s ease; }
.footer__links a:hover { color: var(--orange); }
.footer__meta { font: 500 12.5px 'Archivo', sans-serif; }

/* ---------- accessibility / small screens ---------- */

:focus-visible {
  outline: 2.5px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (max-width: 420px) {
  .phone--shield { height: 700px; }
  .phone--dark { height: 640px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pill__dot { animation: none; }
  * { transition-duration: .001ms !important; }
}
