:root {
  --bg: #070a08;
  --bg-2: #0e1511;
  --ink: #050705;
  --panel: #101711;
  --panel-soft: #151f17;
  --field: #0a100c;
  --line: rgba(195, 255, 111, 0.2);
  --line-soft: rgba(255, 255, 255, 0.1);
  --text: #f5f8f1;
  --muted: #aeb9aa;
  --green: #b9ff4a;
  --green-2: #62e537;
  --cyan: #7bdcff;
  --amber: #ffd56a;
  --danger: #ff7474;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  --glow: 0 0 34px rgba(185, 255, 74, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(120deg, rgba(185, 255, 74, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(123, 220, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--ink) 0%, var(--bg-2) 100%);
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
ol {
  margin: 0;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 390px);
  gap: 20px;
  align-items: stretch;
}

.hero-copy,
.status-panel,
.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(22, 34, 23, 0.96), rgba(6, 9, 7, 0.96));
  box-shadow: var(--shadow);
}

.hero-copy {
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4.6vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--green), var(--cyan));
  box-shadow: var(--glow);
}

.eyebrow,
.panel-kicker,
.section-title span,
.result-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: var(--green);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

h1 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(2.35rem, 5.5vw, 4.55rem);
  line-height: 1;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 720px;
  margin-top: 18px;
  color: #dce7d4;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.58;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: #061006;
  background: linear-gradient(180deg, var(--green), #8ff03a);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.status-panel {
  min-width: 0;
  padding: 24px;
  display: grid;
  gap: 20px;
  border-color: rgba(123, 220, 255, 0.28);
}

.status-panel h2 {
  margin-top: 10px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.status-panel ol {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: #d6decf;
  line-height: 1.48;
}

.status-panel li {
  padding-left: 4px;
}

.security-note {
  border-left: 3px solid var(--green);
  padding-left: 14px;
  color: #d7e9c5;
  line-height: 1.5;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 20px;
  margin-top: 20px;
  align-items: start;
}

.card {
  min-width: 0;
  padding: 24px;
}

.section-title {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.section-title h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: #dce7d4;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.25;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(6, 10, 7, 0.92);
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--green) 50%),
    linear-gradient(135deg, var(--green) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 12px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(245, 248, 241, 0.38);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(185, 255, 74, 0.78);
  background: #0d160f;
  box-shadow: 0 0 0 3px rgba(185, 255, 74, 0.13);
}

.wide {
  margin-top: 16px;
}

.consent-box {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(185, 255, 74, 0.2);
  border-radius: 8px;
  background: rgba(185, 255, 74, 0.07);
}

.checkbox {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-weight: 700;
  color: #dfe9d6;
}

.checkbox input {
  min-height: auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.primary,
.secondary {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.primary {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #071006;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 12px 34px rgba(98, 229, 55, 0.2);
}

.secondary {
  color: #061018;
  background: var(--cyan);
  padding: 0 18px;
}

button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.message {
  min-height: 22px;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.45;
}

.message.success {
  color: var(--green);
}

.message.error {
  color: var(--danger);
}

.muted {
  color: var(--muted);
  line-height: 1.5;
}

.lookup-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.result.active {
  border-color: rgba(185, 255, 74, 0.42);
}

.result strong {
  display: block;
  margin-top: 8px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.result p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.priority-box {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}

.priority-box h3 {
  font-size: 1rem;
}

.priority-box p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 940px) {
  .hero,
  .grid {
    grid-template-columns: 1fr;
  }

  .status-panel,
  .lookup-card {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 680px);
    padding: 18px 0 34px;
  }

  .hero-copy,
  .status-panel,
  .card {
    padding: 18px;
  }

  h1 {
    font-size: clamp(2.05rem, 12vw, 3.35rem);
    line-height: 1.05;
  }

  .lead {
    font-size: 1rem;
  }

  .trust-row,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .trust-row span {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 380px) {
  .shell {
    width: min(100% - 16px, 680px);
  }

  .hero-copy,
  .status-panel,
  .card {
    padding: 14px;
  }

  h1 {
    font-size: 1.95rem;
  }

  input,
  select,
  textarea {
    padding-left: 12px;
    padding-right: 12px;
  }
}
