:root {
  --bg: #172224;
  --bg-deep: #10181a;
  --surface: rgba(17, 25, 27, 0.84);
  --surface-strong: rgba(19, 28, 30, 0.96);
  --surface-soft: rgba(24, 34, 36, 0.78);
  --text: #f4f7fb;
  --muted: #93a5aa;
  --line: rgba(129, 148, 145, 0.16);
  --brand: #b8e61d;
  --brand-dark: #97bf16;
  --success: #8eea77;
  --error: #ff7e7e;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --font-sans: "Mulish", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
  font-synthesis: none;
}

html,
body {
  position: relative;
  margin: 0;
  min-height: 100%;
}

html {
  background: linear-gradient(180deg, #182426 0%, var(--bg) 48%, var(--bg-deep) 100%);
  background-color: #182426;
}

body {
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--text);
  background: linear-gradient(180deg, #182426 0%, var(--bg) 48%, var(--bg-deep) 100%);
  background-color: var(--bg-deep);
}

body::before,
body::after {
  content: none;
  position: fixed;
  inset: auto;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
}
.page-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0 2.75rem;
}

.legal-shell {
  max-width: 920px;
}

.hero {
  margin-bottom: 0.85rem;
}

.hero__brand {
  max-width: 980px;
}

.hero__brand-copy {
  display: grid;
  justify-items: start;
  max-width: 760px;
  padding-left: 0;
}

.hero__logo {
  width: min(172px, 30vw);
  height: auto;
  display: block;
  margin-bottom: 0.8rem;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.38));
  opacity: 0.95;
  margin-left: 0;
}

.hero__eyebrow,
.panel__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(184, 230, 29, 0.08);
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel--story .panel__label {
  background: rgba(115, 136, 124, 0.12);
  color: #dfe8f7;
  border-color: rgba(122, 145, 132, 0.18);
}

h1,
h2,
h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 5.1vw, 4.3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: none;
  margin-top: 0.55rem;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}

.hero__copy {
  max-width: 38rem;
  margin: 0.8rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.65;
  color: #aab7b2;
}

.hero__pills {
  display: flex;
  max-width: 760px;
  flex-wrap: wrap;
  gap: 1.15rem;
  margin-top: 1.15rem;
}

.hero__pills > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #d8e4df;
}

.feature-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.95;
}

.label-with-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.28rem 0.75rem;
  align-items: baseline;
}

.label-with-meta textarea {
  grid-column: 1 / -1;
}

.label-optional {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.88em;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 1rem;
  align-items: start;
  margin-top: 0.15rem;
}

.panel {
  padding: 1.15rem;
  border: 1px solid rgba(128, 149, 140, 0.24);
  border-radius: 1.75rem;
  background: rgba(18, 27, 29, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.panel--story h2 {
  margin-top: 0.7rem;
  font-size: clamp(1.6rem, 2.45vw, 2.15rem);
  max-width: 14ch;
  line-height: 1.01;
}

.panel__intro,
.panel--story > p:last-of-type {
  margin-top: 0.62rem;
  max-width: 34rem;
  color: #9caeaa;
  line-height: 1.5;
  font-size: 0.94rem;
}

.feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.feature-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem 0.9rem;
  border-radius: 1.2rem;
  background: rgba(22, 31, 33, 0.96);
  border: 1px solid rgba(118, 140, 131, 0.18);
}

.feature-card-icon {
  width: 1.05rem;
  height: 1.05rem;
  
  flex: 0 0 auto;
  object-fit: contain;
}

.feature-card-copy {
  min-width: 0;
}

.feature-list h3 {
  font-size: 0.92rem;
  margin-bottom: 0.16rem;
  letter-spacing: -0.01em;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
  font-size: 0.98rem;
}

.site-footer {
  margin-top: 0.9rem;
  padding-top: 0.3rem;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.site-footer__links a,
.legal-back {
  color: #a4b4b0;
  text-decoration: none;
  transition: color 0.18s ease;
}

.site-footer__links a:hover,
.legal-back:hover {
  color: var(--text);
}

.legal-header {
  max-width: 760px;
  margin-bottom: 1rem;
}

.legal-header h1 {
  max-width: none;
  margin-top: 0.75rem;
}

.legal-updated {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.legal-panel {
  padding: 1.35rem;
}

.legal-section + .legal-section {
  margin-top: 1.35rem;
}

.legal-section h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.05;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  line-height: 1.6;
}

.legal-section a {
  color: #d8e4df;
  text-decoration-color: rgba(184, 230, 29, 0.42);
  text-underline-offset: 0.16em;
}

.legal-section a:hover {
  color: var(--text);
}

.support-email {
  white-space: nowrap;
}

.legal-section ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

form {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.62rem;
}

label {
  display: grid;
  gap: 0.28rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #d7e3de;
}

input,
textarea,
button {
  font: inherit;
}

input,
textarea {
  width: 100%;
  padding: 0.76rem 0.9rem;
  border: 1px solid rgba(118, 138, 130, 0.18);
  border-radius: 1rem;
  background: rgba(20, 29, 31, 0.98);
  color: var(--text);
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

input::placeholder,
textarea::placeholder {
  color: #738680;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(199, 241, 31, 0.6);
  box-shadow: 0 0 0 4px rgba(199, 241, 31, 0.12);
  transform: translateY(-1px);
}

textarea {
  resize: vertical;
  min-height: 5.3rem;
}

button {
  border: 0;
  border-radius: 999px;
  padding: 0.86rem 1rem;
  background: linear-gradient(180deg, #d6fb2b, var(--brand));
  color: #0a0f18;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(184, 230, 29, 0.12);
}

.button-arrow {
  display: inline-block;
  margin-left: 0.45rem;
  font-weight: 800;
}

button:hover {
  background: linear-gradient(180deg, #c4ee36, var(--brand-dark));
}

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

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.form-status[data-state="success"] {
  color: var(--success);
}

.form-status[data-state="error"] {
  color: var(--error);
}

@media (max-width: 860px) {
  h1 {
    white-space: normal;
  }

  .label-with-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.12rem;
  }

  .page-shell {
    padding-top: 2rem;
  }

  .hero__brand {
    max-width: 100%;
  }

  .hero__logo {
    width: min(170px, 48vw);
    margin-bottom: 0.9rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .panel {
    padding: 1.2rem;
  }
}
