:root {
  color-scheme: light;
  --sand: #f4efe6;
  --paper: #fffaf1;
  --graphite: #202321;
  --slate: #66706c;
  --malachite: #1f6f5c;
  --malachite-dark: #164d42;
  --ochre: #c88a2d;
  --line: #d8d0c2;
  --night: #0f1413;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--graphite); line-height: 1.55; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

header { position: relative; z-index: 5; padding: 22px 0; }
nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--graphite); text-decoration: none; font-size: 18px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 35px; height: 35px; transform: rotate(45deg); border-radius: 7px 12px 7px 14px; background: linear-gradient(145deg, #2b8570 0 48%, #195445 49% 72%, #c88a2d 73%); box-shadow: inset -5px -5px 12px rgba(0,0,0,.15); }
.nav-links { display: flex; align-items: center; gap: 24px; color: #4d5753; font-size: 14px; font-weight: 750; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--malachite); }

.hero { position: relative; min-height: 690px; padding: 78px 0 100px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -180px -10vw auto 48%; height: 790px; border-radius: 46% 0 0 62%; background: var(--night); transform: rotate(-8deg); }
.hero::after { content: ""; position: absolute; width: 620px; height: 220px; right: -120px; top: 370px; opacity: .54; transform: rotate(-7deg); background: repeating-linear-gradient(10deg, transparent 0 19px, #c88a2d 20px 23px, transparent 24px 48px, #336e60 49px 53px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; color: var(--malachite); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 700px; margin: 0; font-size: clamp(50px, 7vw, 88px); line-height: .96; letter-spacing: -.065em; }
.hero-copy { max-width: 600px; margin: 26px 0 0; color: var(--slate); font-size: clamp(17px, 2vw, 21px); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid var(--malachite); border-radius: 12px; background: var(--malachite); color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; box-shadow: 0 10px 28px rgba(31,111,92,.18); }
.button.secondary { background: transparent; color: var(--malachite-dark); box-shadow: none; }
.beta-note { width: 100%; margin: 3px 0 0; color: var(--slate); font-size: 12px; }

.phone { position: relative; width: min(350px, 80vw); height: 620px; justify-self: center; border: 10px solid #343a37; border-radius: 46px; overflow: hidden; background: #0f1413; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.phone::before { content: ""; position: absolute; z-index: 3; top: 11px; left: 50%; width: 92px; height: 24px; transform: translateX(-50%); border-radius: 20px; background: #111; }
.specimen-shot { position: absolute; inset: 0; background:
  radial-gradient(circle at 58% 34%, rgba(255,255,255,.55) 0 2%, transparent 2.5%),
  radial-gradient(ellipse at 54% 40%, #b59c70 0 8%, #806d4f 10% 14%, #3f4d47 18% 26%, transparent 28%),
  radial-gradient(ellipse at 58% 43%, #26332f 0 29%, transparent 30%),
  linear-gradient(155deg, #7d837c, #252d2a 52%, #111817);
}
.specimen-shot::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 28%, rgba(0,0,0,.52) 80%); }
.finder { position: absolute; z-index: 2; top: 108px; left: 43px; right: 43px; height: 285px; border: 1.5px solid rgba(255,255,255,.7); border-radius: 24px; }
.phone-label { position: absolute; z-index: 4; left: 22px; right: 22px; bottom: 22px; padding: 17px; border-radius: 18px; background: rgba(15,20,19,.86); backdrop-filter: blur(10px); }
.phone-label small { color: #d3a861; font-weight: 900; letter-spacing: .12em; }
.phone-label strong { display: block; margin-top: 4px; color: #fff; font-size: 23px; }
.phone-label span { color: #c2cbc7; font-size: 13px; font-style: italic; }

section { padding: 100px 0; }
.section-head { max-width: 690px; margin-bottom: 40px; }
h2 { margin: 0 0 14px; font-size: clamp(34px, 4.8vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.lead { margin: 0; color: var(--slate); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.step-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #dcebe5; color: var(--malachite-dark); font-weight: 950; }
.step h3 { margin: 36px 0 9px; font-size: 22px; letter-spacing: -.025em; }
.step p { margin: 0; color: var(--slate); }

.cabinet { background: var(--malachite-dark); color: #fff; }
.cabinet .eyebrow { color: #d3a861; }
.cabinet .lead { color: #c0d2cb; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature { padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.06); }
.feature h3 { margin: 0 0 8px; font-size: 19px; }
.feature p { margin: 0; color: #c0d2cb; }
.chip { display: inline-block; margin-bottom: 18px; padding: 6px 9px; border-radius: 8px; background: rgba(200,138,45,.19); color: #edc887; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
.trust-list { display: grid; gap: 18px; }
.trust-item { padding-left: 18px; border-left: 3px solid var(--ochre); }
.trust-item strong { display: block; margin-bottom: 4px; }
.trust-item p { margin: 0; color: var(--slate); }
.notice { padding: 26px; border-radius: 18px; background: #f6e8cf; color: #654818; }
.notice strong { display: block; margin-bottom: 7px; }

.privacy { min-height: calc(100vh - 160px); padding: 66px 0 100px; }
.privacy article { max-width: 780px; padding: clamp(24px, 6vw, 64px); border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.privacy h1 { font-size: clamp(42px, 7vw, 70px); }
.privacy h2 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -.025em; }
.privacy p, .privacy li { color: #4f5955; }
.privacy .updated { color: var(--slate); font-size: 13px; }

footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--slate); font-size: 13px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }

@media (max-width: 780px) {
  .nav-links a:not(:last-child) { display: none; }
  .hero { padding-top: 48px; }
  .hero::before { inset: auto -45% -200px 16%; height: 690px; }
  .hero-grid, .trust-grid { grid-template-columns: 1fr; }
  .phone { margin-top: 36px; }
  .steps, .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

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