:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #070a08;
  color: #f8fafc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #070a08;
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
}

.lp-wrap {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px;
}

.lp-hero,
.lp-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 64px 0;
}

.lp-hero {
  padding-top: 72px;
}

.lp-grid,
.lp-two-col {
  display: grid;
  gap: 28px;
}

@media (min-width: 900px) {
  .lp-grid {
    align-items: start;
    grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.42fr);
  }

  .lp-two-col {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  }
}

.lp-eyebrow {
  color: #56d790;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: #ffffff;
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 22px;
  max-width: 940px;
}

h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 18px;
}

h3 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 10px;
}

.lp-lead {
  color: #d8ded8;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  max-width: 900px;
}

.lp-copy,
.lp-card p,
.lp-panel p,
.lp-faq p,
.lp-related p,
.lp-list li {
  color: #c8cdbf;
  font-size: 16px;
  line-height: 1.65;
}

.lp-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.lp-button,
.lp-ghost {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
}

.lp-button {
  background: #0f8f7f;
  color: #ffffff;
}

.lp-button:hover {
  background: #11a28f;
}

.lp-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.lp-panel,
.lp-card,
.lp-proof,
.lp-related,
.lp-faq details {
  background: #101510;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.lp-panel {
  padding: 22px;
}

.lp-stat-list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.lp-stat-list div {
  display: grid;
  gap: 4px;
}

.lp-stat-list dt {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-stat-list dd {
  color: #c8cdbf;
  line-height: 1.55;
  margin: 0;
}

.lp-cards,
.lp-related-grid,
.lp-proof-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 780px) {
  .lp-cards,
  .lp-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lp-card,
.lp-proof,
.lp-related {
  padding: 20px;
}

.lp-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.lp-list li::marker {
  color: #56d790;
}

.lp-example {
  background: rgba(86, 215, 144, 0.08);
  border: 1px solid rgba(86, 215, 144, 0.22);
  border-radius: 8px;
  padding: 22px;
}

.lp-example strong {
  color: #ffffff;
}

.lp-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(86, 215, 144, 0.14), rgba(15, 143, 127, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #d8ded8;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 14px;
  padding: 20px;
  text-align: center;
}

.lp-proof img {
  aspect-ratio: 16 / 10;
  background: #ffffff;
  border-radius: 8px;
  display: block;
  margin-bottom: 14px;
  object-fit: contain;
  width: 100%;
}

.lp-faq {
  display: grid;
  gap: 12px;
}

.lp-faq details {
  padding: 18px 20px;
}

.lp-faq summary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
}

.lp-faq p {
  margin: 12px 0 0;
}

.lp-related {
  text-decoration: none;
}

.lp-related:hover {
  border-color: rgba(86, 215, 144, 0.36);
}

.lp-related span {
  color: #56d790;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-top: 8px;
}

@media (max-width: 720px) {
  .lp-hero,
  .lp-section {
    padding: 48px 0;
  }
}
