:root {
  --bg: #0b0a12;
  --bg-2: #14121f;
  --card: #1b1828;
  --text: #f3f0fa;
  --muted: #b7b0c9;
  --line: #2c283c;
  --accent: #d6ff3d;
  --accent-ink: #14180a;
  --violet: #8b74ff;
  --nav: 88px;
  --wrap: 1480px;
  --gutter: 40px;
  --radius: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: Syne, sans-serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
}

h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

p {
  margin: 0 0 18px;
  color: var(--muted);
}

.wrap {
  width: min(var(--wrap), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -999px;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 80;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 8px 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.lede {
  font-size: 22px;
  max-width: 38rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-error {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #5a2a36;
  border-radius: 12px;
  background: #2a151c;
  color: #ffb4c0;
  font-size: 15px;
  font-weight: 500;
}

.btn-ghost {
  border-color: var(--line);
  color: var(--text);
}

.btn-ghost:hover {
  background: var(--card);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--nav);
  background: rgba(11, 10, 18, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 18px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--accent);
}

.nav-cta {
  background: var(--accent);
  color: var(--accent-ink) !important;
  padding: 12px 20px;
  border-radius: 999px;
}

.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.menu-btn span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
}

.hero {
  padding: 72px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.hero-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: var(--radius);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  padding: 32px 0 0;
  border-top: 1px solid var(--line);
}

.stats strong {
  display: block;
  font-family: Syne, sans-serif;
  font-size: 40px;
  margin-bottom: 6px;
}

.stats span {
  color: var(--muted);
  font-size: 18px;
}

.tools {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  padding: 28px 0;
}

.tools p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
}

.tools ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 18px;
}

.section {
  padding: 110px 0;
}

.section-alt {
  background: var(--bg-2);
}

.section-head {
  max-width: 46rem;
  margin-bottom: 48px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.two-col img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.cards article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.cards img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cards h3,
.cards p {
  padding-left: 28px;
  padding-right: 28px;
}

.cards h3 {
  margin-top: 24px;
}

.cards p {
  padding-bottom: 28px;
  font-size: 18px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-family: Syne, sans-serif;
  font-size: 28px;
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.quote-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
}

blockquote {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.4;
  color: var(--text);
}

.cite {
  color: var(--muted);
  font-size: 18px;
}

.cite.secondary {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.form-grid {
  align-items: start;
}

.plain-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--text);
}

.review-panel {
  min-width: 0;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
}

form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  font: inherit;
  font-weight: 400;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.thanks {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 420px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 40px;
}

.thanks.is-visible {
  display: flex;
}

.thanks-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.thanks h3 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

.thanks p {
  margin: 0;
  max-width: 28rem;
  color: var(--muted);
}

.thanks a {
  color: var(--accent);
}

.thanks a:hover {
  text-decoration: underline;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}

.footer p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
}

.footer a,
.footer span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
}

.footer a:hover {
  color: var(--accent);
}

.copyright {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}

@media (max-width: 1100px) {
  .cards,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  :root {
    --gutter: 20px;
  }

  body {
    font-size: 18px;
  }

  .hero-grid,
  .two-col,
  .cards,
  .steps,
  .quote-grid,
  .form-grid,
  .stats,
  .footer-grid,
  form {
    grid-template-columns: 1fr;
  }

  .hero-img,
  .two-col img,
  .quote-grid img {
    height: 320px;
  }

  .menu-btn {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav);
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px var(--gutter) 24px;
    gap: 16px;
  }

  .nav-links.open {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
