:root {
  color-scheme: dark;
  --bg: #090d0c;
  --panel: #111815;
  --line: #2a352e;
  --green: #9bf36f;
  --text: #f1f6f1;
  --muted: #9ba69f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 76% 7%, rgba(104, 172, 90, .18), transparent 30%),
    linear-gradient(150deg, #090d0c, #0b120e 54%, #0a0e0c);
  color: var(--text);
  font: 14px/1.55 Inter, ui-sans-serif, system-ui, sans-serif;
}

header, footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 6vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.brand { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.brand span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(155, 243, 111, .52);
  border-radius: 9px;
  color: var(--green);
}
.header-link { color: #c8d2cb; text-decoration: none; }
main { width: min(1260px, calc(100% - 40px)); margin: auto; }

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .94;
  letter-spacing: -.06em;
}

.hero-copy > p:not(.eyebrow, .status-line, .message) {
  max-width: 680px;
  margin: 24px 0;
  color: #a4afa7;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.hero-actions button,
.feedback button {
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  background: var(--green);
  color: #0d150d;
  font-weight: 800;
  cursor: pointer;
}

.hero-actions a { color: #d3ddd5; text-decoration: none; }

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 10px;
}

.proof-strip span {
  padding: 8px 11px;
  border: 1px solid rgba(155, 243, 111, .22);
  border-radius: 999px;
  background: rgba(155, 243, 111, .06);
  color: #dce8de;
  font-size: 12px;
}

.status-line { color: #b9c5bd; font-size: 13px; }
.message {
  max-width: 620px;
  padding: 12px 14px;
  border: 1px solid rgba(155, 243, 111, .25);
  border-radius: 12px;
  background: rgba(155, 243, 111, .06);
}
.message[data-tone="error"] { border-color: rgba(255, 113, 101, .35); color: #ffc2bc; }

.beta-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(160deg, rgba(25, 34, 29, .98), rgba(9, 14, 12, .98));
  box-shadow: 0 50px 110px rgba(0, 0, 0, .3);
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #87928b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.card-head i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.places-row {
  display: flex;
  align-items: end;
  gap: 14px;
  margin: 20px 0 8px;
}

.places-row strong {
  font-size: 72px;
  line-height: .82;
  letter-spacing: -.08em;
}

.places-row span {
  padding-bottom: 7px;
  color: #dce7df;
  font-weight: 750;
}

.card-promise { margin: 0 0 18px; color: var(--muted); }

.conversion-card form,
.feedback form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.conversion-card label,
.feedback label {
  display: grid;
  gap: 7px;
  color: #c8d1ca;
  font-size: 12px;
}

.conversion-card input,
.conversion-card select,
.conversion-card textarea,
.feedback select,
.feedback textarea {
  width: 100%;
  border: 1px solid #344039;
  border-radius: 12px;
  padding: 13px;
  background: #0b100e;
  color: var(--text);
  font: inherit;
}

.conversion-card input:focus,
.conversion-card select:focus,
.conversion-card textarea:focus {
  outline: 2px solid rgba(155, 243, 111, .35);
  border-color: rgba(155, 243, 111, .55);
}

.conversion-card .wide,
.conversion-card button,
.feedback .wide,
.feedback button { grid-column: 1 / -1; }

.conversion-card button {
  border: 0;
  border-radius: 999px;
  padding: 15px 20px;
  background: var(--green);
  color: #0d150d;
  font-weight: 900;
  cursor: pointer;
}

.conversion-card button:disabled { opacity: .55; }

.beta-next-link {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--green);
  color: #0c150d;
  font-weight: 850;
  text-decoration: none;
}
.beta-next-link[hidden] { display: none; }

.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
}

.mission { padding: 90px 0; }
.section-heading {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 30px;
  margin-bottom: 34px;
}

.section-heading h2,
.feedback h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
}

.section-heading > p:last-child {
  max-width: 530px;
  margin: 12px 0;
  color: var(--muted);
}

.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mission-grid article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(17, 24, 21, .85);
}

.mission-grid article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #1b2620;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.mission-grid h3 { margin: 0 0 5px; }
.mission-grid p { margin: 0; color: var(--muted); }
.mission-grid a { display: inline-block; margin-top: 10px; color: var(--green); text-decoration: none; }
.mission-grid article > i {
  padding: 5px 8px;
  border-radius: 999px;
  background: #1d2420;
  color: #79847c;
  font: normal 9px/1 Inter;
}
.mission-grid article.done { border-color: rgba(155, 243, 111, .35); }
.mission-grid article.done > i { background: rgba(155, 243, 111, .1); color: var(--green); }

.feedback {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  margin: 60px 0 90px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #101613;
}

.feedback > div > p:last-child { color: var(--muted); }
.check { display: flex !important; grid-template-columns: auto 1fr !important; align-items: center; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 90px; }
.trust article { padding: 18px; border-top: 1px solid var(--line); }
.trust p { margin: 4px 0; color: var(--muted); font-size: 12px; }

footer { border-top: 1px solid rgba(255, 255, 255, .07); border-bottom: 0; }
footer nav { display: flex; gap: 20px; }
footer nav a { color: var(--muted); text-decoration: none; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; gap: 25px; padding: 58px 0; }
  .beta-card { max-width: 620px; }
  .section-heading, .feedback { grid-template-columns: 1fr; }
  .mission-grid, .trust { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  main { width: calc(100% - 26px); }
  .hero { min-height: 0; padding: 44px 0; }
  .hero h1 { font-size: 46px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .conversion-card form, .feedback form { grid-template-columns: 1fr; }
  .conversion-card label, .conversion-card .wide, .conversion-card button,
  .feedback label, .feedback .wide, .feedback button { grid-column: 1; }
  .places-row strong { font-size: 58px; }
  .mission { padding: 65px 0; }
  .mission-grid, .trust { grid-template-columns: 1fr; }
  .mission-grid article { grid-template-columns: auto 1fr; }
  .mission-grid article > i { grid-column: 2; }
  .feedback { padding: 22px; gap: 25px; }
  footer nav { display: none; }
}
