:root {
  --lightest: #bfccff;
  --light: #a2c1f1;
  --blue: #4a90ff;
  --button: #eaf2ff;
  --red: #b1162b;
  --ink: #050608;
  --muted: #121522;
  --white: #ffffff;
  --shadow: 0 16px 42px rgba(32, 45, 90, 0.22);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--lightest);
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

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

h1,
h2 {
  font-family: Merriweather, Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.45rem, 5vw, 3.45rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: 1.28rem;
  font-weight: 700;
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
  overflow: hidden;
}

.wrap {
  width: min(100% - 72px, 1110px);
  margin-inline: auto;
}

.narrow {
  width: min(100% - 72px, 760px);
}

.center {
  text-align: center;
}

.section {
  position: relative;
  padding: 64px 0;
}

.section-lightest {
  background: var(--lightest);
}

.section-light {
  background: var(--light);
}

.section-mid {
  background: var(--light);
}

.section-blue {
  background: var(--blue);
}

.notice-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  background: var(--light);
  color: #101221;
  font-size: 1rem;
}

.hero-section {
  padding-top: 74px;
  padding-bottom: 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 66px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 520px;
}

.arrow-list,
.check-list {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
  color: #111523;
  font-size: 1.04rem;
}

.arrow-list li,
.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}

.arrow-list li::before {
  content: "▸";
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.check-list {
  display: inline-grid;
  margin-top: 22px;
  gap: 13px;
  text-align: left;
}

.check-list li::before {
  content: "✓";
  font-weight: 900;
  color: #020711;
}

.hero-card {
  padding: 56px 50px 50px;
  background: var(--light);
  border: 1px solid rgba(42, 79, 148, 0.28);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.hero-card h2 {
  color: var(--white);
  font-size: clamp(2.8rem, 5vw, 3.55rem);
}

.hero-card p {
  margin-top: 24px;
  color: #111522;
  font-size: 1.05rem;
}

.hero-card .button {
  margin-top: 36px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: min(100%, 424px);
  min-height: 70px;
  padding: 0 26px;
  border: 0;
  border-radius: 6px;
  font: 700 1.1rem/1 Poppins, Arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: transform 150ms ease, filter 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.button-pale {
  background: var(--button);
  color: #1260c6;
}

.arrow-section {
  padding-top: 0;
  padding-bottom: 42px;
}

.down-arrow {
  display: block;
  width: min(260px, 52vw);
  height: auto;
  margin: -1px auto 24px;
}

.arrow-section h2 {
  text-transform: uppercase;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 34px;
}

.stats-grid div {
  display: grid;
  gap: 6px;
}

.stats-grid strong {
  color: var(--white);
  font: 700 clamp(3rem, 6vw, 4.5rem)/1 Merriweather, Georgia, serif;
}

.stats-grid span {
  color: #0b1020;
  font-size: 1.04rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-grid article,
.testimonial-grid article {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(42, 79, 148, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(38, 63, 126, 0.1);
}

.feature-grid h3,
.testimonial-grid h3 {
  margin-bottom: 12px;
}

.feature-grid p,
.testimonial-grid p,
.steps,
.large-copy,
.faq-copy,
.opportunity-panel p {
  color: #111523;
  font-size: 1.07rem;
}

.steps {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}

.cta-heading {
  margin-top: 44px;
  margin-bottom: 26px;
}

.list-copy {
  margin-top: 20px;
}

.large-copy {
  margin-top: 26px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.testimonial-grid strong {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

.faq-copy {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.footer {
  padding: 28px 20px;
  background: var(--blue);
  text-align: center;
  color: #111523;
  font-size: 0.95rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 24px;
  overflow-y: auto;
}

.modal:target {
  display: flex;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 38, 0.76);
}

.modal-panel {
  position: relative;
  width: min(100%, 720px);
  background: var(--lightest);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: #0f3413;
  color: var(--white);
  border-radius: 50%;
  text-decoration: none;
  font: 700 1.5rem/1 Arial, sans-serif;
}

.modal-form {
  display: grid;
  gap: 16px;
  padding: 44px 46px 32px;
}

.modal-form h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(2.3rem, 5vw, 3.15rem);
}

.modal-form input {
  width: 100%;
  min-height: 55px;
  border: 0;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: 400 0.95rem/1 Poppins, Arial, sans-serif;
  padding: 0 16px;
}

.modal-form input:focus {
  outline: 3px solid rgba(74, 144, 255, 0.4);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  opacity: 0;
}

.modal-form .button {
  width: 100%;
  margin-top: 2px;
}

.secure-note {
  text-align: center;
  font-size: 0.92rem;
}

.form-error {
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff0f0;
  color: #90101a;
  text-align: center;
  font-weight: 700;
}

.approved-section {
  padding-top: 0;
  padding-bottom: 34px;
}

.top-arrow {
  width: min(200px, 42vw);
  margin-bottom: 20px;
}

.approved-section h1 {
  font-size: clamp(2.45rem, 5vw, 3.25rem);
}

.approved-section h2 {
  margin-top: 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1.28rem, 3vw, 1.6rem);
  font-weight: 500;
}

.approved-section h2 span,
.approved-section strong,
.opportunity-panel strong {
  color: var(--red);
}

.check-badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-left: 8px;
  border: 4px solid #101012;
  background: #25cb34;
  color: var(--white);
  font-family: Arial, sans-serif;
  line-height: 1;
  vertical-align: middle;
}

.opportunity-panel {
  padding: 44px 36px;
  background: var(--blue);
  border: 1px solid rgba(42, 79, 148, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.opportunity-panel h2 {
  margin-bottom: 26px;
  text-align: center;
}

.opportunity-panel p + p {
  margin-top: 24px;
}

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

  .hero-grid {
    gap: 38px;
  }

  .hero-card {
    padding: 42px 30px;
  }

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

@media (max-width: 640px) {
  .wrap,
  .narrow {
    width: min(100% - 30px, 1110px);
  }

  .section {
    padding: 46px 0;
  }

  .notice-bar {
    min-height: 44px;
    padding: 8px 14px;
    text-align: center;
    font-size: 0.9rem;
  }

  .hero-section {
    padding-top: 46px;
  }

  .hero-copy h1,
  .hero-card h2,
  .modal-form h2,
  .approved-section h1 {
    font-size: 2.28rem;
  }

  .arrow-list {
    margin-top: 30px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    font-size: 1rem;
  }

  .modal {
    padding: 48px 14px;
  }

  .modal-close {
    right: 8px;
  }

  .modal-form {
    padding: 34px 18px 24px;
  }

  .opportunity-panel {
    padding: 32px 20px;
  }
}
