:root {
  --ink: #0b1730;
  --ink-2: #132344;
  --paper: #f7f8f3;
  --white: #fff;
  --lime: #83e600;
  --lime-dark: #5ca800;
  --pink: #f5238d;
  --sky: #63d9ff;
  --muted: #61708b;
  --line: rgba(11, 23, 48, 0.14);
  --shadow: 0 24px 70px rgba(11, 23, 48, 0.14);
  --radius: 24px;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
main {
  scroll-margin-top: 96px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Open Sans", Inter, Arial, sans-serif;
  line-height: 1.6;
}
h1,
h2,
h3,
h4 {
  font-family: Poppins, Inter, Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 0.65em;
}
h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  max-width: 1050px;
}
h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
}
h3 {
  font-size: 1.3rem;
}
p {
  margin: 0 0 1.2rem;
}
a {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
}
.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 248, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 700;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-links a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}
.nav-links a:hover {
  color: var(--pink);
}
.nav-links a[aria-current="page"] {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-family: Poppins;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0 9px 28px rgba(131, 230, 0, 0.25);
  transition:
    0.2s transform,
    0.2s box-shadow;
}
.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(131, 230, 0, 0.32);
}
.btn.secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.btn.pink {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 9px 28px rgba(245, 35, 141, 0.22);
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  padding: 100px 0 80px;
  min-height: 720px;
  display: flex;
  align-items: center;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}
.hero:after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  right: -130px;
  top: 80px;
  background: radial-gradient(circle, var(--pink), transparent 66%);
  opacity: 0.22;
  filter: blur(6px);
}
.hero .wrap {
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 26px;
}
.eyebrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(131, 230, 0, 0.13);
}
.accent {
  color: var(--lime);
}
.accent-pink {
  color: var(--pink);
}
.hero-copy {
  max-width: 720px;
  font-size: 1.2rem;
  color: #d9e0ee;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 56px;
  color: #bfc9db;
  font-size: 0.9rem;
}
.trust-row span:before {
  content: "✓";
  color: var(--lime);
  font-weight: 900;
  margin-right: 8px;
}
.section {
  padding: 96px 0;
}
.section.dark {
  background: var(--ink);
  color: #fff;
}
.section.white {
  background: #fff;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.section-head p {
  max-width: 570px;
  color: var(--muted);
}
.dark .section-head p {
  color: #bcc7dc;
}
.grid {
  display: grid;
  gap: 22px;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 12px 32px rgba(11, 23, 48, 0.05);
}
.dark .card {
  background: var(--ink-2);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.card .num {
  font-family: Poppins;
  font-size: 3rem;
  font-weight: 700;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 30px;
}
.card p {
  color: var(--muted);
}
.dark .card p {
  color: #c5cee0;
}
.band {
  background: var(--lime);
  padding: 26px 0;
  font-family: Poppins;
  font-size: clamp(1.2rem, 2.6vw, 2rem);
  font-weight: 700;
  overflow: hidden;
}
.band-track {
  white-space: nowrap;
}
.problem-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}
.quote-panel {
  background: var(--ink);
  color: #fff;
  border-radius: 32px;
  padding: 46px;
  box-shadow: var(--shadow);
}
.quote-panel blockquote {
  font-family: Poppins;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.2;
  margin: 0 0 28px;
}
.framework {
  counter-reset: item;
}
.framework .card {
  position: relative;
  padding-top: 72px;
}
.framework .card:before {
  counter-increment: item;
  content: "0" counter(item);
  position: absolute;
  top: 24px;
  left: 30px;
  font-family: Poppins;
  font-weight: 700;
  color: var(--pink);
}
.pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  align-items: stretch;
}
.price-card {
  padding: 42px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card.featured {
  background: var(--ink);
  color: #fff;
  transform: translateY(-12px);
  box-shadow: var(--shadow);
}
.badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background: var(--pink);
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.price {
  font-family: Poppins;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.price small {
  font-size: 0.95rem;
  font-weight: 600;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.price-card li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.price-card.featured li {
  border-color: rgba(255, 255, 255, 0.15);
}
.price-card li:before {
  content: "✓";
  color: var(--lime-dark);
  font-weight: 900;
  margin-right: 9px;
}
.price-card.featured li:before {
  color: var(--lime);
}
.price-card .btn {
  margin-top: auto;
}
.library-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.library-card {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  background: #fff;
  border-radius: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  text-decoration: none;
  transition:
    0.2s transform,
    0.2s box-shadow;
}
.library-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.library-card .tag {
  color: var(--pink);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.library-card h3 {
  margin-top: 38px;
}
.library-card span:last-child {
  margin-top: auto;
  font-weight: 800;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden;
}
.proof-strip > div {
  padding: 28px;
  background: var(--ink);
}
.proof-strip strong {
  display: block;
  font-family: Poppins;
  font-size: 2rem;
  color: var(--lime);
}
.form-shell {
  background: #fff;
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
  color: var(--ink);
}
label {
  display: block;
  font-weight: 800;
  margin: 0 0 7px;
}
.field {
  margin-bottom: 20px;
}
input,
select,
textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #ccd3df;
  border-radius: 12px;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
textarea {
  min-height: 130px;
}
.score-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: start;
}
.score-progress {
  position: sticky;
  top: 108px;
  background: var(--ink);
  color: #fff;
  border-radius: 24px;
  padding: 26px;
}
.progress-bar {
  height: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
  margin: 16px 0;
}
.progress-bar div {
  height: 100%;
  background: var(--lime);
  width: 0;
  transition: 0.25s;
}
.score-question {
  display: none;
}
.score-question.active {
  display: block;
}
.options {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}
.option {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  background: #fff;
  transition: 0.15s;
}
.option:hover,
.option.selected {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(245, 35, 141, 0.09);
}
.option input {
  width: auto;
  margin-right: 10px;
}
.score-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.result-ring {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--lime) calc(var(--score) * 1%), #dfe4e8 0);
  margin: 0 auto 25px;
  position: relative;
}
.result-ring:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
}
.result-ring strong {
  position: relative;
  z-index: 1;
  font-family: Poppins;
  font-size: 2.8rem;
}
.callout {
  border-left: 5px solid var(--lime);
  padding: 18px 22px;
  background: rgba(131, 230, 0, 0.09);
  border-radius: 0 14px 14px 0;
}
.article {
  width: min(820px, calc(100% - 40px));
  margin: auto;
}
.article h1 {
  font-size: clamp(2.6rem, 5vw, 5rem);
}
.article h2 {
  font-size: 2rem;
  margin-top: 2.2em;
}
.article ul {
  padding-left: 1.2em;
}
.article .lede {
  font-size: 1.25rem;
  color: var(--muted);
}
.article .after-card-grid {
  margin-top: 2.5rem;
}
.form-status {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 700;
}
.form-status.success {
  color: #214000;
  background: rgba(131, 230, 0, 0.2);
  border: 1px solid rgba(71, 127, 0, 0.3);
}
.form-status.error {
  color: #7b173f;
  background: rgba(236, 19, 105, 0.1);
  border: 1px solid rgba(236, 19, 105, 0.3);
}
.site-footer {
  background: #071024;
  color: #d5dceb;
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}
.site-footer a {
  display: block;
  color: #d5dceb;
  text-decoration: none;
  margin: 7px 0;
}
.site-footer a:hover {
  color: var(--lime);
}
.legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 38px;
  padding-top: 24px;
  color: #9aa8bf;
  font-size: 0.85rem;
}
.company-details {
  display: block;
  margin-top: 8px;
  line-height: 1.55;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mobile-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
}
.subhero {
  background: var(--ink);
  color: #fff;
  padding: 90px 0;
}
.subhero h1 {
  font-size: clamp(2.7rem, 6vw, 5.7rem);
}
.crumb {
  font-weight: 700;
  color: var(--lime);
  margin-bottom: 22px;
}
.pill {
  display: inline-block;
  background: rgba(131, 230, 0, 0.13);
  color: var(--lime);
  padding: 7px 12px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 0.76rem;
}
.notice {
  background: #fff7db;
  border: 1px solid #eadb9a;
  padding: 18px;
  border-radius: 14px;
}
.hidden {
  display: none !important;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 24px;
    background: var(--paper);
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open {
    display: flex;
  }
  .mobile-toggle {
    display: block;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 80px 0;
  }
  .grid.three,
  .library-grid {
    grid-template-columns: 1fr 1fr;
  }
  .problem-grid,
  .score-layout {
    grid-template-columns: 1fr;
  }
  .score-progress {
    position: static;
  }
  .pricing {
    grid-template-columns: 1fr;
  }
  .price-card.featured {
    transform: none;
  }
  .section-head {
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: min(100% - 24px, var(--max));
  }
  .section {
    padding: 68px 0;
  }
  .grid.three,
  .grid.two,
  .library-grid,
  .proof-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .card,
  .price-card,
  .form-shell {
    padding: 24px;
  }
  .hero {
    padding: 64px 0;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .actions .btn {
    width: 100%;
  }
  .brand span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
