:root {
  --paper: #f5f1e8;
  --paper-light: #fcfaf5;
  --ink: #17211d;
  --ink-soft: #43504a;
  --line: #d9d2c4;
  --line-dark: rgba(23, 33, 29, 0.15);
  --coral: #ee725a;
  --coral-dark: #c84f3b;
  --mustard: #e7b949;
  --sage: #8fb79d;
  --mint: #cce5d3;
  --lavender: #cbc0e8;
  --white: #fffdfa;
  --shadow: 0 24px 80px rgba(39, 44, 37, 0.13);
  --shadow-small: 0 12px 36px rgba(39, 44, 37, 0.09);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shell: 1180px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  isolation: isolate;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(rgba(23, 33, 29, 0.055) 0.65px, transparent 0.65px);
  background-size: 6px 6px;
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.shell {
  width: min(calc(100% - 3rem), var(--shell));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(245, 241, 232, 0.9);
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line-dark);
  box-shadow: 0 6px 24px rgba(23, 33, 29, 0.04);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.wordmark-mark {
  position: relative;
  width: 31px;
  height: 31px;
  display: inline-block;
}

.wordmark-mark span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 55% 45% 48% 52%;
}

.wordmark-mark span:nth-child(1) {
  top: 0;
  left: 0;
  background: var(--coral);
  transform: rotate(-12deg);
}

.wordmark-mark span:nth-child(2) {
  right: 0;
  bottom: 1px;
  background: var(--mustard);
  transform: rotate(18deg);
}

.wordmark-mark span:nth-child(3) {
  right: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  background: var(--sage);
  border: 2px solid var(--paper);
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  font-size: 0.9rem;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  color: var(--ink-soft);
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button span[aria-hidden="true"] {
  font-size: 1.2em;
  transition: transform 160ms ease;
}

.button:hover span[aria-hidden="true"] {
  transform: translateX(3px);
}

.button-small {
  min-height: 42px;
  padding-inline: 1.15rem;
  font-size: 0.875rem;
}

.button-large {
  min-height: 56px;
  padding-inline: 1.55rem;
}

.button-ink {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(23, 33, 29, 0.15);
}

.button-ink:hover {
  background: #26352e;
  box-shadow: 0 12px 26px rgba(23, 33, 29, 0.2);
}

.button-coral {
  color: #24130f;
  background: var(--coral);
  box-shadow: 0 10px 24px rgba(200, 79, 59, 0.2);
}

.button-coral:hover {
  background: #f07f68;
  box-shadow: 0 14px 30px rgba(200, 79, 59, 0.26);
}

.button-outline {
  border-color: var(--ink);
  background: transparent;
}

.button-outline:hover {
  color: var(--white);
  background: var(--ink);
}

.button-cream {
  color: var(--ink);
  background: var(--paper-light);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.13);
}

.button-cream:hover {
  background: #fff;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4.5rem, 7vw, 7rem);
}

.hero::before {
  position: absolute;
  top: 12%;
  left: -8%;
  width: 27rem;
  height: 27rem;
  border-radius: 50%;
  background: rgba(204, 229, 211, 0.48);
  filter: blur(2px);
  content: "";
  z-index: -1;
}

.hero::after {
  position: absolute;
  top: 3rem;
  right: -10rem;
  width: 32rem;
  height: 12rem;
  border: 2px solid rgba(238, 114, 90, 0.18);
  border-radius: 50%;
  content: "";
  z-index: -1;
  transform: rotate(-18deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.eyebrow {
  margin: 0 0 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #55655d;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--mint);
}

.status-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4fa46c;
  box-shadow: 0 0 0 4px rgba(79, 164, 108, 0.13);
}

.hero h1,
.section-heading h2,
.privacy h2,
.tracker-copy h2,
.beta h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 {
  max-width: 710px;
  font-size: clamp(3.25rem, 6vw, 6rem);
}

.hero h1 em {
  display: block;
  color: var(--coral-dark);
  font-weight: inherit;
}

.hero-lede {
  max-width: 650px;
  margin: 1.8rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.text-link {
  position: relative;
  padding-block: 0.4rem;
  border-bottom: 1px solid var(--ink);
  font-weight: 740;
}

.text-link span {
  display: inline-block;
  margin-left: 0.25rem;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.trust-list {
  margin: 2.2rem 0 0;
  padding: 1.2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  border-top: 1px solid var(--line);
  color: #526159;
  font-size: 0.79rem;
  font-weight: 680;
  list-style: none;
}

.trust-list span {
  margin-right: 0.25rem;
  color: #49825b;
}

.product-frame {
  position: relative;
  min-height: 580px;
  overflow: visible;
  border: 1px solid rgba(23, 33, 29, 0.18);
  border-radius: var(--radius-lg);
  background: #e7e4dc;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.product-frame::before {
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  content: "";
  pointer-events: none;
}

.frame-topbar {
  height: 64px;
  padding: 0 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 33, 29, 0.12);
  font-size: 0.72rem;
}

.frame-wordmark {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 820;
}

.mini-mark {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 63% 37% 56% 44%;
  background: var(--coral);
  box-shadow: 8px 5px 0 -3px var(--mustard);
}

.frame-private {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  color: #58675f;
  font-weight: 650;
}

.frame-private span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4fa46c;
}

.frame-body {
  min-height: 516px;
  display: grid;
  grid-template-columns: 82px 1fr;
}

.frame-sidebar {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  border-right: 1px solid rgba(23, 33, 29, 0.1);
}

.side-line {
  width: 38px;
  height: 7px;
  border-radius: 10px;
  background: #c6c4bc;
}

.side-line.is-active {
  width: 46px;
  height: 31px;
  background: var(--ink);
}

.side-line.short {
  width: 27px;
}

.frame-main {
  padding: 1.4rem 1.4rem 1.2rem;
}

.frame-heading {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.frame-heading div {
  display: grid;
  gap: 0.2rem;
}

.frame-heading .overline {
  color: #6d746f;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.frame-heading strong {
  font-family: var(--display);
  font-size: 1rem;
}

.frame-button {
  padding: 0.45rem 0.7rem;
  color: #fff;
  border-radius: 999px;
  background: var(--ink);
  font-size: 0.5rem;
  font-weight: 750;
}

.resume-sheet {
  position: relative;
  min-height: 355px;
  padding: 2.4rem 2.8rem;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 33, 29, 0.11);
}

.resume-name {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.resume-contact {
  width: 55%;
  height: 4px;
  margin-top: 0.5rem;
  background: #c3c7c4;
}

.resume-rule {
  height: 2px;
  margin: 0.9rem 0 1.15rem;
  background: var(--ink);
}

.resume-section-title {
  margin: 0.9rem 0 0.5rem;
  color: #3a4942;
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.resume-lines {
  display: grid;
  gap: 0.42rem;
}

.resume-lines span {
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: #d5d8d6;
}

.resume-lines span:nth-child(even) {
  width: 92%;
}

.resume-lines span.short {
  width: 65%;
}

.resume-job {
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.58rem;
}

.resume-job i {
  width: 20%;
  height: 4px;
  background: #c3c7c4;
}

.truth-chip {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.28rem 0.5rem;
  color: #326346;
  border: 1px solid #a6ccb1;
  border-radius: 999px;
  background: #e7f5eb;
  font-size: 0.46rem;
  font-weight: 800;
}

.application-strip {
  margin-top: 1rem;
  padding: 0.8rem;
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 1fr;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(23, 33, 29, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 0.5rem;
}

.application-strip > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.application-strip strong,
.application-strip small {
  display: block;
}

.application-strip small {
  color: #78827d;
}

.company-avatar {
  width: 27px;
  height: 27px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  background: var(--lavender);
  font-weight: 850;
}

.status-pill {
  width: max-content;
  padding: 0.28rem 0.45rem;
  color: #513b85;
  border-radius: 999px;
  background: #e9e2fa;
  font-weight: 800;
}

.next-step {
  line-height: 1.35;
}

.paint-swatch {
  position: absolute;
  z-index: -1;
  border-radius: 52% 48% 43% 57%;
}

.swatch-one {
  right: -40px;
  bottom: -36px;
  width: 128px;
  height: 128px;
  background: var(--mustard);
  transform: rotate(17deg);
}

.swatch-two {
  top: -25px;
  left: -30px;
  width: 76px;
  height: 68px;
  background: var(--lavender);
  transform: rotate(-24deg);
}

.confidence-bar {
  color: #f8f4eb;
  background: var(--ink);
}

.confidence-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.confidence-inner p {
  margin: 0;
  font-size: 0.98rem;
}

.confidence-inner > span {
  flex: 0 0 auto;
  padding: 0.35rem 0.7rem;
  color: var(--mint);
  border: 1px solid rgba(204, 229, 211, 0.5);
  border-radius: 999px;
  font-family: var(--display);
  font-size: 0.9rem;
  font-style: italic;
}

.steps {
  background: var(--paper-light);
}

.section-heading {
  max-width: 700px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}

.section-heading .eyebrow {
  justify-content: center;
}

.section-heading h2,
.privacy h2,
.tracker-copy h2,
.beta h2,
.faq h2,
.final-cta h2 {
  font-size: clamp(2.55rem, 5vw, 4.65rem);
}

.section-heading > p:last-child {
  max-width: 560px;
  margin: 1.25rem auto 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.step-card {
  position: relative;
  min-height: 365px;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-small);
}

.step-card.featured {
  background: #eee9dc;
  transform: translateY(-12px);
}

.step-card.featured::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(238, 114, 90, 0.18);
  content: "";
}

.step-number {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  color: #7c837e;
  font-family: var(--display);
  font-size: 0.85rem;
  font-style: italic;
}

.step-icon {
  width: 74px;
  height: 74px;
  margin: 1rem 0 2.3rem;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: var(--mint);
  transform: rotate(-4deg);
}

.featured .step-icon {
  background: #f5b3a6;
  transform: rotate(4deg);
}

.step-card:nth-child(3) .step-icon {
  background: #e6d99e;
}

.step-icon-profile span:first-child {
  width: 19px;
  height: 19px;
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.step-icon-profile span:last-child {
  width: 36px;
  height: 17px;
  margin-top: -7px;
  border: 3px solid var(--ink);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.step-icon-focus {
  grid-template-columns: repeat(2, 18px);
  grid-template-rows: repeat(2, 18px);
  gap: 5px;
}

.step-icon-focus span {
  width: 18px;
  height: 18px;
  border: 3px solid var(--ink);
}

.step-icon-focus span:nth-child(2) {
  border-radius: 50%;
  background: var(--ink);
}

.step-icon-focus span:nth-child(3) {
  grid-column: 1 / -1;
  width: 41px;
  height: 3px;
  border: 0;
  background: var(--ink);
}

.step-icon-track {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.step-icon-track span {
  width: 9px;
  border: 2px solid var(--ink);
  border-radius: 3px 3px 0 0;
}

.step-icon-track span:nth-child(1) { height: 20px; }
.step-icon-track span:nth-child(2) { height: 36px; }
.step-icon-track span:nth-child(3) { height: 28px; }

.step-card h3 {
  margin: 0 0 0.8rem;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
}

.privacy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.privacy::after {
  position: absolute;
  right: -12rem;
  bottom: -13rem;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: rgba(203, 192, 232, 0.25);
  content: "";
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 7.5rem);
}

.privacy-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 1.5rem 0 2rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.privacy-copy > p.privacy-fine-print {
  margin-top: -1rem;
  color: #5f6b65;
  font-size: 0.82rem;
  line-height: 1.55;
}

.privacy-card {
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: var(--paper-light);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.privacy-card-label,
.interest-kicker,
.final-kicker {
  color: #647169;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.privacy-card ul {
  margin: 1.4rem 0;
  padding: 0;
  list-style: none;
}

.privacy-card li {
  padding: 1.25rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.privacy-icon {
  width: 41px;
  height: 41px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #37614a;
  border-radius: 50%;
  background: var(--mint);
  font-family: var(--display);
  font-size: 0.72rem;
  font-style: italic;
}

.privacy-card strong,
.privacy-card small {
  display: block;
}

.privacy-card strong {
  margin-bottom: 0.15rem;
  font-family: var(--display);
  font-size: 1.13rem;
}

.privacy-card small {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.device-note {
  margin: 1.3rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #506059;
  font-size: 0.78rem;
  font-weight: 700;
}

.tracker-story {
  color: var(--ink);
  background: #dce6df;
}

.tracker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.tracker-demo {
  overflow: hidden;
  border: 1px solid rgba(23, 33, 29, 0.15);
  border-radius: var(--radius-md);
  background: var(--paper-light);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.tracker-demo-head {
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.tracker-demo-head div span,
.tracker-demo-head div strong {
  display: block;
}

.tracker-demo-head div span {
  color: #747d78;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.tracker-demo-head div strong {
  margin-top: 0.15rem;
  font-family: var(--display);
  font-size: 1.2rem;
}

.add-pill {
  padding: 0.45rem 0.7rem;
  color: #fff;
  border-radius: 999px;
  background: var(--ink);
  font-size: 0.57rem;
  font-weight: 780;
}

.tracker-stat-row {
  padding: 1rem 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.tracker-stat-row span {
  padding: 0.7rem;
  border-radius: 8px;
  background: #f0eee8;
}

.tracker-stat-row span:nth-child(2) { background: #eee8fa; }
.tracker-stat-row span:nth-child(3) { background: #e4f2e8; }

.tracker-stat-row small,
.tracker-stat-row strong {
  display: block;
}

.tracker-stat-row small {
  color: #68736d;
  font-size: 0.45rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.tracker-stat-row strong {
  margin-top: 0.2rem;
  font-family: var(--display);
  font-size: 1.4rem;
}

.tracker-table {
  padding: 0 1.2rem 0.9rem;
}

.tracker-row {
  min-height: 67px;
  padding: 0.8rem 0.4rem;
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 1fr;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #e0ddd5;
  color: #59645e;
  font-size: 0.62rem;
}

.tracker-row strong,
.tracker-row small {
  display: block;
}

.tracker-row strong {
  color: var(--ink);
  font-size: 0.7rem;
}

.tracker-row small {
  margin-top: 0.1rem;
  color: #7a837e;
}

.tracker-labels {
  min-height: 38px;
  color: #848b87;
  font-size: 0.46rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.pill {
  width: max-content;
  padding: 0.28rem 0.5rem;
  display: inline-block;
  border-radius: 999px;
  font-style: normal;
  font-weight: 800;
}

.pill.applied { color: #345b7c; background: #e1edf7; }
.pill.interview { color: #5c428d; background: #ede6fb; }
.pill.interested { color: #805922; background: #f4ebd6; }

.tracker-copy > p:not(.eyebrow) {
  margin: 1.5rem 0 1.7rem;
  color: #3f5048;
  font-size: 1.04rem;
}

.feature-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
  font-weight: 700;
  list-style: none;
}

.feature-list span {
  margin-right: 0.55rem;
  color: var(--coral-dark);
}

.beta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.beta::before {
  position: absolute;
  top: -19rem;
  right: -17rem;
  width: 39rem;
  height: 39rem;
  border: 1px solid rgba(238, 114, 90, 0.35);
  border-radius: 50%;
  content: "";
}

.beta::after {
  position: absolute;
  bottom: -9rem;
  left: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(143, 183, 157, 0.08);
  content: "";
}

.beta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.78fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.beta-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 1.5rem 0;
  color: #c8d1cc;
  font-size: 1.04rem;
}

.beta-includes {
  margin: 1.8rem 0 2.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  color: #e8ebe8;
  font-size: 0.88rem;
  font-weight: 650;
}

.beta-includes i {
  margin-right: 0.45rem;
  color: var(--mint);
  font-style: normal;
}

.interest-card {
  padding: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--ink);
  border-radius: var(--radius-lg);
  background: var(--paper-light);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.interest-card h3 {
  margin: 0.55rem 0;
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 550;
  letter-spacing: -0.04em;
  line-height: 1;
}

.interest-card > p {
  margin: 0 0 1.4rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.interest-form {
  display: grid;
  gap: 0.7rem;
}

.interest-form > label:first-child,
.interest-form legend {
  margin: 0;
  color: #4c5a53;
  font-size: 0.71rem;
  font-weight: 800;
}

.interest-form input[type="email"] {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0.9rem;
  color: var(--ink);
  border: 1px solid #c9c5bb;
  border-radius: 8px;
  background: #fff;
  outline: none;
}

.interest-form input[type="email"]:focus {
  border-color: var(--coral-dark);
  box-shadow: 0 0 0 3px rgba(238, 114, 90, 0.16);
}

.interest-form input[aria-invalid="true"] {
  border-color: #b33d32;
}

.interest-form fieldset {
  margin: 0.35rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  border: 0;
}

.interest-form legend {
  margin-bottom: 0.4rem;
}

.radio-card {
  min-height: 72px;
  padding: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  border: 1px solid #d1cdc3;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

.radio-card:has(input:checked) {
  border-color: var(--coral-dark);
  background: #fff5f1;
  box-shadow: 0 0 0 2px rgba(238, 114, 90, 0.12);
}

.radio-card input {
  margin: 0.2rem 0 0;
  accent-color: var(--coral-dark);
}

.radio-card strong,
.radio-card small {
  display: block;
}

.radio-card strong {
  font-size: 0.77rem;
  line-height: 1.3;
}

.radio-card small {
  margin-top: 0.2rem;
  color: #6f7873;
  font-size: 0.65rem;
  line-height: 1.3;
}

.consent-row {
  margin-top: 0.35rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #616d67;
  font-size: 0.67rem;
  line-height: 1.45;
  cursor: pointer;
}

.consent-row input {
  width: 16px;
  height: 16px;
  margin: 0.15rem 0 0;
  flex: 0 0 auto;
  accent-color: var(--coral-dark);
}

.form-button {
  width: 100%;
  margin-top: 0.3rem;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-message {
  min-height: 1.35rem;
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

.form-message.is-success {
  color: #2d7043;
}

.form-message.is-error {
  color: #a2362e;
}

.faq {
  background: var(--paper-light);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 670px;
  margin: -0.4rem 2rem 1.6rem 0;
  color: var(--ink-soft);
}

.final-cta {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--coral);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.final-kicker {
  color: #693126;
}

.final-cta h2 {
  max-width: 760px;
  margin-top: 0.65rem;
}

.site-footer {
  color: #ced6d1;
  background: #101713;
}

.footer-inner {
  min-height: 140px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.site-footer .wordmark-mark span:nth-child(3) {
  border-color: #101713;
}

.footer-inner p {
  margin: 0;
  text-align: center;
  font-family: var(--display);
  font-size: 0.95rem;
  font-style: italic;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  color: #a9b4ae;
  font-size: 0.72rem;
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
    gap: 3rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 5.8vw, 4.9rem);
  }

  .product-frame {
    min-height: 540px;
  }

  .frame-body {
    min-height: 476px;
  }

  .resume-sheet {
    min-height: 325px;
    padding: 2rem;
  }

  .privacy-grid,
  .tracker-grid,
  .beta-grid {
    gap: 3.5rem;
  }
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .hero-grid,
  .privacy-grid,
  .tracker-grid,
  .beta-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 10vw, 5.6rem);
  }

  .product-frame {
    width: min(100%, 720px);
    margin-inline: auto;
  }

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

  .step-card,
  .step-card.featured {
    min-height: 0;
    transform: none;
  }

  .step-icon {
    margin-bottom: 1.8rem;
  }

  .privacy-copy,
  .tracker-copy,
  .beta-copy {
    max-width: 720px;
  }

  .tracker-demo {
    order: 2;
  }

  .tracker-copy {
    order: 1;
  }

  .interest-card {
    width: min(100%, 620px);
  }

  .faq-grid {
    gap: 2rem;
  }

  .footer-inner {
    padding-block: 2.25rem;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 5rem;
  }

  .shell {
    width: min(calc(100% - 2rem), var(--shell));
  }

  .section-pad {
    padding-block: 4.25rem;
  }

  .header-inner {
    min-height: 68px;
    gap: 0.75rem;
  }

  .wordmark {
    font-size: 0.98rem;
  }

  .wordmark-mark {
    width: 28px;
    height: 28px;
  }

  .wordmark-mark span {
    width: 16px;
    height: 16px;
  }

  .site-header .button-small {
    min-height: 39px;
    padding-inline: 0.85rem;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-grid {
    gap: 3.8rem;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.25rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.9rem;
  }

  .text-link {
    width: max-content;
    align-self: center;
  }

  .trust-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-frame {
    min-height: 445px;
    border-radius: 20px;
    transform: rotate(0.4deg);
  }

  .frame-topbar {
    height: 50px;
    padding-inline: 0.8rem;
  }

  .frame-body {
    min-height: 395px;
    grid-template-columns: 43px 1fr;
  }

  .frame-sidebar {
    gap: 0.7rem;
  }

  .side-line {
    width: 20px;
  }

  .side-line.is-active {
    width: 26px;
    height: 24px;
  }

  .side-line.short {
    width: 16px;
  }

  .frame-main {
    padding: 0.9rem;
  }

  .frame-heading strong {
    font-size: 0.75rem;
  }

  .resume-sheet {
    min-height: 270px;
    padding: 1.4rem 1.5rem;
  }

  .resume-name {
    font-size: 0.82rem;
  }

  .application-strip {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .next-step {
    display: none;
  }

  .swatch-one {
    right: -15px;
    width: 82px;
    height: 82px;
  }

  .swatch-two {
    left: -12px;
  }

  .confidence-inner {
    padding-block: 1.3rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .section-heading h2,
  .privacy h2,
  .tracker-copy h2,
  .beta h2,
  .faq h2,
  .final-cta h2 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .step-card {
    padding: 1.5rem;
  }

  .privacy-card {
    transform: none;
  }

  .tracker-demo {
    transform: none;
  }

  .tracker-demo-head,
  .tracker-stat-row {
    padding-inline: 1rem;
  }

  .tracker-table {
    padding-inline: 0.65rem;
  }

  .tracker-row {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .tracker-row > span:last-child {
    display: none;
  }

  .beta-includes,
  .interest-form fieldset {
    grid-template-columns: 1fr;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .site-header .button-small span {
    display: none;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .frame-private {
    display: none;
  }

  .resume-sheet {
    min-height: 255px;
    padding-inline: 1.15rem;
  }
}

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

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

@media print {
  .site-header,
  .interest-form,
  .button,
  .site-footer {
    display: none !important;
  }

  body {
    background: #fff;
  }
}
