:root {
  --ink: #171717;
  --paper: #f3f0e9;
  --violet: #6046f5;
  --acid: #c7ff37;
  --muted: #67635c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.header {
  min-height: 104px;
  padding: 20px clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--ink);
}
.wordmark { width: clamp(190px, 19vw, 280px); height: auto; display: block; }
.header-cta, .primary-cta {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid var(--ink);
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}
.header-cta span, .primary-cta span { font-size: 20px; }

.hero {
  min-height: calc(100svh - 104px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(70px, 9vw, 150px) clamp(30px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid var(--ink);
}
.kicker, .section-heading > p {
  margin: 0 0 24px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-copy h1, .section-heading h2, .form-intro h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(62px, 7.4vw, 122px);
  line-height: .85;
  letter-spacing: -.045em;
}
.intro { max-width: 590px; margin: 34px 0 40px; color: var(--muted); font-size: clamp(16px, 1.35vw, 21px); line-height: 1.55; }
.primary-cta { min-height: 64px; padding: 0 26px; background: var(--ink); color: white; box-shadow: 8px 8px 0 var(--violet); }
.launch-note { margin: 25px 0 0; color: #77736b; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.app-showcase {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgb(199 255 55 / 58%), transparent 26%), linear-gradient(145deg, #211b38 0%, var(--violet) 48%, var(--ink) 100%);
}
.app-showcase::before { content: ""; width: 620px; height: 620px; position: absolute; right: -220px; bottom: -240px; border: 1px solid rgb(255 255 255 / 36%); border-radius: 50%; }
.phone { position: absolute; overflow: hidden; border: 10px solid #0b0b0b; border-radius: 52px; background: #111; box-shadow: 0 34px 80px rgb(0 0 0 / 48%); }
.phone::after { content: ""; width: 34%; height: 24px; position: absolute; top: 10px; left: 33%; border-radius: 20px; background: #030303; }
.phone img { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone-feed { width: min(390px, 43vw); aspect-ratio: 1179 / 2556; right: clamp(34px, 8vw, 124px); top: 10%; z-index: 2; transform: rotate(2.5deg); }
.phone-map { width: min(270px, 30vw); aspect-ratio: 1080 / 1920; left: clamp(16px, 5vw, 84px); top: 23%; opacity: .92; transform: rotate(-7deg); }
.showcase-label { padding: 15px 18px; position: absolute; z-index: 4; right: 30px; bottom: 28px; display: grid; gap: 4px; border: 1px solid var(--ink); background: var(--acid); box-shadow: 6px 6px 0 var(--ink); }
.showcase-label span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.showcase-label strong { font-size: 15px; }

.benefits { padding: clamp(76px, 9vw, 138px) clamp(24px, 5vw, 78px); border-bottom: 1px solid var(--ink); }
.section-heading { margin-bottom: 60px; display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: end; }
.section-heading > p { margin: 0; }
.section-heading h2, .form-intro h2 { max-width: 1000px; font-size: clamp(48px, 6.2vw, 100px); line-height: .88; letter-spacing: -.035em; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.benefit-card { min-height: 280px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: #faf8f3; }
.benefit-card > span { color: var(--violet); font-size: 12px; font-weight: 900; }
.benefit-card h3 { margin: auto 0 16px; font-size: 29px; line-height: .98; letter-spacing: -.04em; }
.benefit-card p { max-width: 240px; margin: 0; color: #77736b; font-size: 14px; line-height: 1.5; }
.benefit-card:nth-child(2) { background: var(--acid); }
.benefit-card:nth-child(3) { background: var(--violet); color: white; }
.benefit-card:nth-child(3) > span, .benefit-card:nth-child(3) p { color: rgb(255 255 255 / 78%); }

.form-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr); }
.form-intro, #lead-form, .success { padding: clamp(62px, 7vw, 110px) clamp(30px, 6vw, 90px); }
.form-intro { position: relative; overflow: hidden; border-right: 1px solid var(--ink); background: var(--ink); color: white; }
.form-intro h2 { font-size: clamp(52px, 5.8vw, 90px); }
.form-intro > p:not(.kicker) { max-width: 620px; margin: 35px 0 0; color: rgb(255 255 255 / 68%); font-size: 17px; line-height: 1.65; }
.form-signal { margin-top: 100px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(48px, 6vw, 96px); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.form-signal b { color: var(--violet); }
.form-signal i { color: var(--acid); font-style: normal; }
.form-panel { min-width: 0; background: #faf8f3; }
#lead-form { display: grid; gap: 22px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#lead-form label { display: grid; gap: 9px; font-size: 12px; font-weight: 820; }
#lead-form input:not([type="checkbox"]), #lead-form select, #lead-form textarea { width: 100%; min-height: 56px; padding: 14px 16px; border: 1px solid var(--ink); border-radius: 0; outline: none; background: white; color: var(--ink); font-size: 15px; font-weight: 600; line-height: 1.3; }
#lead-form textarea { min-height: 112px; resize: vertical; }
#lead-form input:focus, #lead-form select:focus, #lead-form textarea:focus { outline: 3px solid var(--acid); outline-offset: 2px; }
.consent { grid-template-columns: 22px 1fr; align-items: start; gap: 12px !important; color: #5f5b54; font-weight: 600 !important; line-height: 1.5; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--violet); }
.submit { min-height: 64px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); background: var(--acid); color: var(--ink); font-size: 14px; font-weight: 900; box-shadow: 8px 8px 0 var(--violet); cursor: pointer; }
.submit:disabled { opacity: .6; cursor: wait; }
.submit > span:last-child { font-size: 24px; }
.form-message { margin: 0; min-height: 0; font-size: 13px; }
.form-message:empty { display: none; }
.form-message.error { padding: 13px 15px; border-left: 5px solid #a11b16; background: #fff0ee; color: #8d1713; }
.bot-field { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }
.success { min-height: 690px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--acid); }
.success > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); color: white; font-size: 34px; }
.success p { margin: 28px 0 10px; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.success strong { max-width: 520px; font-size: clamp(36px, 4vw, 62px); line-height: .95; letter-spacing: -.045em; }
.success button { margin-top: 35px; min-height: 50px; padding: 0 18px; border: 1px solid var(--ink); background: white; font-weight: 850; cursor: pointer; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .app-showcase { min-height: 760px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .form-section { grid-template-columns: 1fr; }
  .form-intro { border-right: 0; border-bottom: 1px solid var(--ink); }
}

@media (max-width: 680px) {
  .header { min-height: 82px; padding: 16px 18px; }
  .wordmark { width: 175px; }
  .header-cta { min-height: 45px; padding: 0 13px; gap: 9px; font-size: 10px; }
  .hero-copy { min-height: auto; padding: 72px 22px 68px; }
  .hero-copy h1 { font-size: clamp(58px, 18vw, 84px); }
  .intro { margin-top: 26px; font-size: 16px; }
  .primary-cta { width: 100%; }
  .app-showcase { min-height: 630px; }
  .phone-feed { width: 59vw; right: 4vw; top: 8%; }
  .phone-map { width: 42vw; left: -4vw; top: 27%; }
  .phone { border-width: 7px; border-radius: 36px; }
  .showcase-label { right: 18px; bottom: 20px; }
  .benefits { padding: 72px 20px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 38px; }
  .section-heading h2 { font-size: 52px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 220px; }
  .form-intro, #lead-form, .success { padding: 68px 20px; }
  .form-intro h2 { font-size: 54px; }
  .form-signal { margin-top: 70px; }
  .field-grid { grid-template-columns: 1fr; }
}
