:root {
  --paper: #fbf4ea;
  --sand: #efe5d8;
  --sand-deep: #e6d5c3;
  --cocoa: #3b302d;
  --cocoa-deep: #4a251a;
  --sienna: #b35f43;
  --sienna-dark: #94452f;
  --clay: #d5a58f;
  --sage: #6f776f;
  --muted: #6f6661;
  --line: rgba(100, 70, 57, 0.2);
  --shadow: 0 28px 70px rgba(67, 43, 34, 0.16);
  --radius: 28px;
  --content: min(1180px, calc(100vw - 48px));
  --font: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--cocoa);
  background-color: var(--paper);
  background-image: url("/assets/paper.svg");
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; height: auto; }

a { color: var(--sienna-dark); text-underline-offset: 0.22em; }
a:hover { color: var(--cocoa-deep); }

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  color: var(--paper);
  background: var(--cocoa);
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  width: var(--content);
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cocoa);
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.brand-mark {
  width: 84px;
  height: 34px;
  color: var(--sienna);
}

.brand-mark img { width: 100%; height: 100%; display: block; }

.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { color: var(--cocoa); text-decoration: none; font-size: 0.94rem; font-weight: 590; }
.site-nav a:not(.button-link):hover { color: var(--sienna-dark); }

.button-link,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fffaf4 !important;
  background: var(--sienna);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 680;
  box-shadow: 0 12px 26px rgba(138, 63, 39, 0.18);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button-link { min-height: 44px; padding: 0 18px; font-size: 0.92rem; }
.button-link:hover,
.primary-button:hover { background: var(--sienna-dark); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(111, 48, 30, 0.22); }

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--sienna-dark);
  background: rgba(251, 244, 234, 0.85);
}

.menu-button svg { width: 24px; }

.hero {
  position: relative;
  min-height: 790px;
  overflow: clip;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--content);
  margin: 0 auto;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 30px;
  padding: 58px 0 72px;
}

.hero-copy { max-width: 620px; padding-bottom: 50px; }

.hero h1 {
  margin: 0 0 24px;
  max-width: 660px;
  font-size: clamp(3.6rem, 5.8vw, 5.9rem);
  line-height: 0.99;
  letter-spacing: -0.065em;
  font-weight: 730;
}

.hero-lede {
  max-width: 600px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(1.14rem, 1.7vw, 1.42rem);
  line-height: 1.5;
  letter-spacing: -0.018em;
}

.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { font-weight: 670; color: var(--sienna-dark); }
.trust-line { margin: 22px 0 0; color: var(--sage); font-size: 0.93rem; font-weight: 570; }

.hero-stage { position: relative; min-height: 620px; }

.phone {
  position: absolute;
  width: 338px;
  padding: 10px;
  border: 2px solid #756963;
  border-radius: 58px;
  background: #292524;
  box-shadow: var(--shadow);
}

.phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 50%;
  width: 95px;
  height: 29px;
  border-radius: 999px;
  background: #090909;
  transform: translateX(-50%);
}

.phone img {
  display: block;
  width: 100%;
  border-radius: 47px;
  background: var(--paper);
}

.hero-phone-today { z-index: 2; left: 5%; top: 62px; transform: rotate(-2.5deg); }
.hero-phone-comparison { z-index: 1; right: 0; top: 18px; transform: rotate(4deg); }

.hero-rhythm {
  position: absolute;
  z-index: 1;
  left: -2vw;
  bottom: 22px;
  width: 105vw;
  height: 170px;
  color: var(--sienna);
  opacity: 0.68;
}

.section { padding: 120px 0; }
.section-inner { width: var(--content); margin: 0 auto; }

.section-heading {
  margin: 0;
  max-width: 930px;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 720;
}

.section-intro {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.23rem;
  line-height: 1.58;
}

.workflow-header { text-align: center; }
.workflow-header .section-heading,
.workflow-header .section-intro { margin-left: auto; margin-right: auto; }

.workflow-grid {
  position: relative;
  margin-top: 72px;
  display: grid;
  grid-template-columns: 0.82fr 1.25fr 0.82fr 1.25fr 0.82fr;
  align-items: center;
  gap: 20px;
}

.workflow-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 3%;
  right: 3%;
  height: 2px;
  background: var(--clay);
}

.step { align-self: center; }
.step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--sienna-dark);
  font-weight: 760;
}

.step h3 { margin: 0 0 12px; font-size: 1.42rem; line-height: 1.2; letter-spacing: -0.025em; }
.step p { margin: 0; color: var(--muted); font-size: 0.98rem; }

.workflow-phone {
  position: relative;
  width: min(100%, 290px);
  margin: 0 auto;
  padding: 8px;
  border: 2px solid #746963;
  border-radius: 49px;
  background: #292524;
  box-shadow: 0 20px 55px rgba(61, 40, 33, 0.15);
}

.workflow-phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  width: 77px;
  height: 24px;
  border-radius: 999px;
  background: #090909;
  transform: translateX(-50%);
}

.workflow-phone img { display: block; width: 100%; border-radius: 40px; }
.workflow-link { margin-top: 58px; text-align: center; }

.privacy-band {
  color: #fff8ee;
  background-color: var(--cocoa-deep);
  background-image: url("/assets/paper.svg");
}

.privacy-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 90px;
  align-items: start;
}

.privacy-band .section-heading { color: #fff8ee; }
.privacy-band .section-intro { color: rgba(255, 248, 238, 0.75); }
.privacy-band .text-link { color: #efb194; }
.privacy-band .text-link:hover { color: #fff8ee; }

.proof-list { margin: 16px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.2); }
.proof-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: 1.08rem;
  font-weight: 610;
}

.proof-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--clay); flex: 0 0 auto; }

.privacy-actions { margin-top: 30px; }

.complete-section { overflow: clip; }
.complete-layout { display: grid; grid-template-columns: 1fr 0.82fr; gap: 78px; align-items: center; }
.complete-copy .section-intro { margin-bottom: 28px; }

.feature-list { margin: 30px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 590; }

.complete-phone-wrap { min-height: 720px; display: grid; place-items: center; position: relative; }
.complete-phone-wrap::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: var(--sand-deep);
  opacity: 0.7;
}

.complete-phone { position: relative; width: min(100%, 350px); }
.disclaimer-note { max-width: 650px; margin: 24px 0 0; color: var(--sage); font-size: 0.92rem; }

.site-footer { border-top: 1px solid var(--line); padding: 48px 0; }
.footer-inner { width: var(--content); margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.footer-brand .brand { margin-bottom: 6px; }
.footer-tagline { margin: 0; color: var(--sienna-dark); font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 26px; }
.footer-links a { color: var(--cocoa); font-size: 0.9rem; text-decoration: none; }
.copyright { width: var(--content); margin: 28px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }

.legal-main { padding: 80px 0 110px; }
.legal-hero { width: min(920px, calc(100vw - 48px)); margin: 0 auto 70px; }
.legal-hero h1 { margin: 0 0 18px; max-width: 860px; font-size: clamp(3rem, 7vw, 5.7rem); line-height: 1; letter-spacing: -0.06em; }
.legal-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.18rem; }
.legal-updated { display: block; margin-top: 20px; color: var(--sage); font-size: 0.9rem; font-weight: 600; }

.legal-article { width: min(780px, calc(100vw - 48px)); margin: 0 auto; }
.legal-article h2 { margin: 52px 0 12px; font-size: 1.72rem; line-height: 1.2; letter-spacing: -0.025em; }
.legal-article h3 { margin: 30px 0 10px; font-size: 1.17rem; }
.legal-article p,
.legal-article li { color: #574c48; }
.legal-article ul { padding-left: 1.2em; }
.legal-article li + li { margin-top: 8px; }
.legal-callout { margin: 34px 0; padding: 24px 26px; border-left: 4px solid var(--sienna); background: var(--sand); }
.legal-callout p { margin: 0; color: var(--cocoa); font-weight: 590; }
.legal-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.secondary-button { display: inline-flex; min-height: 50px; padding: 0 21px; align-items: center; border: 1px solid var(--line); border-radius: 13px; color: var(--cocoa); background: transparent; text-decoration: none; font-weight: 650; }
.secondary-button:hover { border-color: var(--sienna); color: var(--sienna-dark); }

.support-list { margin-top: 44px; border-top: 1px solid var(--line); }
.support-item { display: grid; grid-template-columns: 190px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.support-item h2 { margin: 0; font-size: 1.12rem; }
.support-item p { margin: 0; color: var(--muted); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 19px 0; font-weight: 650; }
.faq details p { margin-top: 0; padding-bottom: 18px; }

.complete-page-grid { display: grid; grid-template-columns: 1fr 0.72fr; align-items: center; gap: 72px; }
.complete-page-visual { position: relative; display: grid; place-items: center; }

@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { text-align: center; margin: 0 auto; padding-bottom: 0; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-stage { width: min(680px, 100%); min-height: 650px; margin: 0 auto; }
  .workflow-grid { grid-template-columns: 0.8fr 1.2fr 0.8fr; row-gap: 58px; }
  .workflow-grid::before { display: none; }
  .workflow-phone:nth-child(2) { grid-column: 2 / 3; grid-row: 1; }
  .step:nth-child(3) { grid-column: 3 / 4; grid-row: 1; }
  .workflow-phone:nth-child(4) { grid-column: 1 / 2; grid-row: 2; }
  .step:nth-child(5) { grid-column: 2 / 3; grid-row: 2; text-align: center; }
}

@media (max-width: 820px) {
  :root { --content: min(100% - 36px, 680px); }
  .site-header { height: 78px; }
  .brand { font-size: 1.18rem; }
  .brand-mark { width: 70px; }
  .menu-button { display: grid; place-items: center; }
  .site-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 30px rgba(59, 48, 45, 0.1);
  }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .site-nav .button-link { margin-top: 8px; }
  .hero { min-height: 0; }
  .hero-inner { min-height: 0; padding: 58px 0 38px; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 5.2rem); }
  .hero-stage { min-height: 640px; }
  .hero-phone-today { left: 5%; top: 70px; }
  .hero-phone-comparison { right: 2%; top: 118px; }
  .phone { width: min(52vw, 330px); }
  .section { padding: 88px 0; }
  .privacy-layout,
  .complete-layout,
  .complete-page-grid { grid-template-columns: 1fr; gap: 52px; }
  .complete-phone-wrap { min-height: 640px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero-inner { padding-top: 44px; }
  .hero h1 { font-size: clamp(3.1rem, 15.8vw, 4.55rem); line-height: 1.01; }
  .hero-lede { font-size: 1.08rem; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .primary-button { width: 100%; }
  .trust-line { font-size: 0.82rem; }
  .hero-stage { min-height: 510px; margin-top: 14px; }
  .phone { width: min(68vw, 276px); padding: 7px; border-radius: 47px; }
  .phone img { border-radius: 39px; }
  .phone::before { top: 17px; width: 74px; height: 23px; }
  .hero-phone-today { left: -1%; top: 35px; }
  .hero-phone-comparison { right: -13%; top: 80px; }
  .hero-rhythm { bottom: -10px; height: 100px; }
  .section-heading { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .section-intro { font-size: 1.08rem; }
  .workflow-grid { display: flex; flex-direction: column; gap: 34px; margin-top: 52px; }
  .workflow-phone { width: min(78vw, 300px); }
  .step { max-width: 360px; text-align: center; }
  .step-number { margin-left: auto; margin-right: auto; }
  .complete-phone-wrap { min-height: 560px; }
  .complete-phone-wrap::before { width: 330px; height: 330px; }
  .complete-phone { width: min(78vw, 330px); }
  .support-item { grid-template-columns: 1fr; gap: 8px; }
  .legal-main { padding-top: 58px; }
  .legal-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
}

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