:root {
  --bg: #050807;
  --surface: #0b110e;
  --surface-2: #101813;
  --line: rgba(255,255,255,.09);
  --text: #f5f8f6;
  --muted: #9aa7a0;
  --green: #35f27f;
  --green-soft: rgba(53,242,127,.12);
  --green-line: rgba(53,242,127,.26);
  --shadow: 0 30px 90px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(35,105,66,.18), transparent 35%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-glow { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(90px); opacity: .18; z-index: -1; }
.glow-one { width: 350px; height: 350px; background: #17d765; top: 10%; left: -220px; }
.glow-two { width: 320px; height: 320px; background: #16874a; top: 62%; right: -210px; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 86px;
  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; font-weight: 800; letter-spacing: -.03em; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center;
  background: var(--green); color: #031108;
  font-size: 20px; font-weight: 900; letter-spacing: -.08em;
  box-shadow: 0 8px 25px rgba(53,242,127,.18);
}
.brand-name { font-size: 20px; }
.header-link { font-size: 14px; color: #d7dfda; padding: 10px 0; }
.header-link:hover { color: var(--green); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 780px;
  margin: 0 auto;
  padding: 110px 520px 90px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  color: #b9c5be; font-size: 12px; font-weight: 800;
  letter-spacing: .15em; text-transform: uppercase;
  margin-bottom: 22px;
}
.eyebrow span { width: 24px; height: 2px; background: var(--green); border-radius: 2px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(52px, 6.1vw, 84px);
  line-height: .98; letter-spacing: -.065em;
  margin-bottom: 28px;
}
h1 em, h2 em { font-style: normal; color: var(--green); }
.hero-copy { max-width: 630px; color: var(--muted); font-size: 18px; line-height: 1.75; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 52px; padding: 0 23px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: #031108; box-shadow: 0 14px 35px rgba(53,242,127,.17); }
.button.secondary { background: rgba(255,255,255,.035); border-color: var(--line); color: #e8eeea; }
.launch-note { color: #758078; font-size: 12px; margin: 18px 0 0; }

.phone-wrap { position: absolute; right: 55px; top: 74px; }
.phone-wrap::before {
  content: ""; position: absolute; inset: 13% -20% 4% -20%;
  background: radial-gradient(circle, rgba(53,242,127,.18), transparent 63%);
  filter: blur(28px); z-index: -1;
}
.phone {
  width: 340px; min-height: 655px; border-radius: 48px;
  border: 8px solid #1a211d; background: #080d0a;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.06);
  padding: 26px 18px 20px;
  transform: rotate(2.5deg);
}
.phone-top { display: flex; justify-content: center; margin-top: -18px; margin-bottom: 18px; }
.phone-top span { width: 86px; height: 20px; background: #191e1b; border-radius: 0 0 15px 15px; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.mini-logo { color: var(--green); font-weight: 900; font-size: 23px; letter-spacing: -.08em; }
.avatar { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: #15231b; font-size: 11px; color: #d6e1da; border: 1px solid var(--line); }
.scan-card, .result-card {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  border: 1px solid var(--line); border-radius: 19px; padding: 12px; margin-bottom: 12px;
}
.scan-image {
  height: 230px; border-radius: 13px; position: relative; overflow: hidden;
  background:
    linear-gradient(140deg, rgba(154,128,90,.18), transparent 55%),
    linear-gradient(165deg, #30352f, #121814 65%);
}
.scan-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.2)); }
.chair-shape { width: 145px; height: 155px; position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); }
.chair-back { position: absolute; width: 103px; height: 106px; left: 22px; top: 4px; border-radius: 45px 45px 22px 22px; background: linear-gradient(145deg, #bca37c, #7d6749); box-shadow: inset 0 0 0 6px rgba(255,255,255,.05), 0 18px 22px rgba(0,0,0,.25); }
.chair-seat { position: absolute; width: 128px; height: 42px; left: 9px; top: 91px; border-radius: 12px 12px 22px 22px; background: linear-gradient(145deg, #a88d68, #6f5a40); transform: perspective(90px) rotateX(9deg); }
.chair-leg { position: absolute; width: 6px; height: 39px; top: 124px; background: #4a3a28; border-radius: 4px; }
.leg-left { left: 27px; transform: rotate(7deg); }
.leg-right { right: 27px; transform: rotate(-7deg); }
.scan-corner { position: absolute; width: 22px; height: 22px; border-color: var(--green); border-style: solid; z-index: 2; }
.c1 { left: 14px; top: 14px; border-width: 2px 0 0 2px; border-radius: 5px 0 0 0; }
.c2 { right: 14px; top: 14px; border-width: 2px 2px 0 0; border-radius: 0 5px 0 0; }
.c3 { left: 14px; bottom: 14px; border-width: 0 0 2px 2px; border-radius: 0 0 0 5px; }
.c4 { right: 14px; bottom: 14px; border-width: 0 2px 2px 0; border-radius: 0 0 5px 0; }
.item-row { display: flex; justify-content: space-between; align-items: end; padding: 13px 3px 2px; gap: 12px; }
.item-row small, .verdict small { display: block; color: #69756e; font-size: 8px; letter-spacing: .14em; margin-bottom: 4px; }
.item-row strong { display: block; font-size: 13px; }
.condition { font-size: 9px; color: var(--green); border: 1px solid var(--green-line); background: var(--green-soft); padding: 4px 8px; border-radius: 20px; }
.result-card { padding: 17px; }
.result-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.result-head span, .price-line span { color: #839087; font-size: 10px; }
.result-head strong { font-size: 18px; color: var(--green); }
.price-line { display: flex; justify-content: space-between; margin: 13px 0; font-size: 11px; }
.verdict { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; background: var(--green-soft); border: 1px solid var(--green-line); border-radius: 13px; padding: 10px; }
.verdict-icon { width: 27px; height: 27px; border-radius: 50%; background: var(--green); color: #031108; display: grid; place-items: center; font-weight: 900; }
.verdict strong { display: block; color: var(--green); font-size: 13px; }
.profit { color: var(--green); font-size: 12px; font-weight: 800; }
.scan-button { width: 100%; height: 45px; background: var(--green); border: 0; border-radius: 13px; font-weight: 900; color: #031108; }

.trust-strip {
  min-height: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; gap: 36px;
  color: #8c9991; font-size: 12px; font-weight: 700; letter-spacing: .02em;
}
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); opacity: .65; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 125px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.section h2, .cta-section h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.055em; margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { min-height: 280px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border: 1px solid var(--line); border-radius: 22px; padding: 26px; position: relative; }
.step-number { position: absolute; right: 24px; top: 22px; font-size: 11px; color: #526058; font-weight: 800; }
.step-icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); border: 1px solid var(--green-line); font-size: 24px; margin-bottom: 58px; }
.step-card h3 { font-size: 20px; margin-bottom: 9px; letter-spacing: -.03em; }
.step-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-bottom: 0; max-width: 280px; }

.features-section { padding-top: 15px; }
.feature-panel { border: 1px solid var(--line); border-radius: 28px; padding: 66px; background: linear-gradient(140deg, rgba(18,33,24,.72), rgba(8,12,10,.7)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.feature-intro { color: var(--muted); max-width: 470px; margin: 25px 0 0; font-size: 16px; line-height: 1.7; }
.feature-list { display: grid; gap: 12px; }
.feature-item { display: flex; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.feature-item:last-child { border-bottom: 0; }
.feature-item > span { flex: 0 0 auto; width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; color: #031108; background: var(--green); font-weight: 900; font-size: 12px; }
.feature-item strong { display: block; font-size: 14px; margin-bottom: 3px; }
.feature-item small { color: var(--muted); font-size: 12px; }

.cta-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0 120px; }
.cta-box { border-radius: 30px; text-align: center; padding: 85px 24px; border: 1px solid var(--green-line); background: radial-gradient(circle at 50% 0%, rgba(53,242,127,.14), transparent 52%), #08100c; box-shadow: var(--shadow); }
.cta-logo { width: 62px; height: 62px; border-radius: 20px; margin: 0 auto 28px; display: grid; place-items: center; background: var(--green); color: #031108; font-weight: 900; font-size: 27px; letter-spacing: -.09em; }
.cta-box p { color: var(--muted); margin: 22px auto 28px; font-size: 16px; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 118px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: #78847d; font-size: 11px; }
.footer-brand { justify-self: start; }
.footer-brand .brand-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 16px; }
.footer-brand .brand-name { font-size: 16px; color: #d8e0db; }
footer p { margin: 0; }
footer nav { display: flex; gap: 22px; justify-self: end; }
footer a:hover { color: var(--green); }

.legal-page { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.legal-page h1 { font-size: clamp(42px, 7vw, 66px); margin-bottom: 16px; }
.legal-page .updated { color: var(--muted); margin-bottom: 50px; }
.legal-page h2 { font-size: 24px; margin: 42px 0 12px; letter-spacing: -.03em; }
.legal-page p, .legal-page li { color: #a8b3ac; line-height: 1.75; }
.legal-page a { color: var(--green); }



.waitlist-section { padding-top: 25px; }
.waitlist-panel {
  border: 1px solid var(--green-line);
  border-radius: 30px;
  padding: 64px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  background:
    radial-gradient(circle at 8% 0%, rgba(53,242,127,.11), transparent 40%),
    linear-gradient(140deg, rgba(18,33,24,.72), rgba(8,12,10,.82));
  box-shadow: var(--shadow);
}
.waitlist-copy p {
  color: var(--muted);
  max-width: 470px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
.waitlist-form {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  background: rgba(3,7,5,.48);
}
.form-row {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 12px;
}
.waitlist-form label > span:first-child {
  display: block;
  color: #dbe4de;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.waitlist-form input[type="text"],
.waitlist-form input[type="email"] {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
  color: var(--text);
  padding: 0 15px;
  outline: none;
  font: inherit;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.waitlist-form input::placeholder { color: #667169; }
.waitlist-form input:focus {
  border-color: rgba(53,242,127,.58);
  background: rgba(53,242,127,.04);
  box-shadow: 0 0 0 4px rgba(53,242,127,.08);
}
.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0;
  color: #8e9a92;
  font-size: 11px;
  line-height: 1.55;
}
.consent-row input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--green);
}
.consent-row a, .consent-note a { color: var(--green); }
.waitlist-submit { width: 100%; border: 0; cursor: pointer; }
.waitlist-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status {
  min-height: 20px;
  margin: 13px 0 0;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.form-status.success { color: var(--green); }
.form-status.error { color: #ff9292; }
.consent-note {
  color: #657168;
  font-size: 10px;
  text-align: center;
  margin: 5px 0 0;
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 940px) {
  .hero { padding: 90px 0 90px; min-height: auto; text-align: center; align-items: center; }
  .hero-copy { max-width: 700px; }
  .hero-actions { justify-content: center; }
  .phone-wrap { position: relative; right: auto; top: auto; margin-top: 70px; }
  .section-heading { display: block; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 220px; }
  .step-icon { margin-bottom: 35px; }
  .feature-panel { grid-template-columns: 1fr; gap: 42px; padding: 42px; }
  .waitlist-panel { grid-template-columns: 1fr; gap: 42px; padding: 42px; }
}

@media (max-width: 640px) {
  .site-header, .hero, .section, .cta-section, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }
  .brand-mark { width: 37px; height: 37px; border-radius: 11px; }
  .hero { padding-top: 70px; }
  h1 { font-size: 49px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { width: 100%; }
  .button { width: 100%; }
  .phone { width: min(330px, calc(100vw - 46px)); transform: none; }
  .trust-strip { padding: 25px 18px; gap: 12px; flex-wrap: wrap; text-align: center; }
  .trust-strip i { display: none; }
  .trust-strip span { width: 100%; }
  .section { padding: 90px 0; }
  .section h2, .cta-section h2 { font-size: 42px; }
  .feature-panel { padding: 30px 22px; }
  .waitlist-panel { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-box { padding: 65px 20px; }
  footer { grid-template-columns: 1fr; padding: 34px 0; text-align: center; }
  .footer-brand, footer nav { justify-self: center; }
}
