:root {
  --green-950: #03170c;
  --green-900: #062814;
  --green-800: #07401e;
  --green-700: #0b642d;
  --green-500: #16a34a;
  --lime: #9fe870;
  --yellow: #ffd21f;
  --yellow-700: #d09a00;
  --ink: #102016;
  --muted: #5f6f66;
  --surface: #ffffff;
  --soft: #f3f8f1;
  --line: #dce8dc;
  --shadow: 0 24px 60px rgba(3, 23, 12, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Inter", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 23, 12, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--green-900);
  background: var(--yellow);
  border-radius: 6px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.08);
}

.brand strong {
  display: block;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.brand small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-links a:hover {
  color: #fff;
}

.client-link {
  color: var(--yellow);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta,
.btn.primary {
  color: var(--green-950);
  background: var(--yellow);
  box-shadow: 0 14px 32px rgba(255, 210, 31, 0.26);
}

.btn.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--green-950);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 210, 31, 0.16), transparent 26%),
    radial-gradient(circle at 88% 74%, rgba(159, 232, 112, 0.13), transparent 28%),
    linear-gradient(115deg, rgba(3, 23, 12, 0.96) 0%, rgba(6, 40, 20, 0.9) 52%, rgba(9, 82, 34, 0.72) 100%);
  filter: saturate(1.05);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 18%, rgba(255, 210, 31, 0.12) 18% 20%, transparent 20% 45%, rgba(159, 232, 112, 0.12) 45% 47%, transparent 47%),
    radial-gradient(circle at 20% 30%, rgba(159, 232, 112, 0.15), transparent 28%);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 76px);
  max-height: 860px;
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 38px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.9rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-text {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 32px;
}

.hero-stats span {
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}

.hero-offer {
  justify-self: end;
  width: min(420px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.offer-kicker {
  margin: 0 0 6px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.offer-price {
  color: #fff;
  font-size: clamp(3.25rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
}

.offer-price span,
.offer-price small {
  font-size: 1.1rem;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0;
}

.offer-list span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: var(--green-950);
  background: var(--yellow);
  font-weight: 900;
}

.hero-offer p:not(.offer-kicker) {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

section {
  padding: 86px 0;
}

.section-heading {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading h2,
.coverage h2,
.final-cta h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.coverage-copy p,
.final-cta p {
  color: var(--muted);
  line-height: 1.75;
}

.plans-grid,
.benefit-grid,
.testimonial-grid,
.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.plans-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.plan-card,
.benefit-grid article,
.coverage-form,
.testimonial-grid blockquote,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(3, 23, 12, 0.08);
}

.plan-card {
  position: relative;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  border-color: var(--yellow);
  transform: translateY(-10px);
  box-shadow: 0 26px 54px rgba(3, 23, 12, 0.16);
}

.badge,
.plan-speed {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.badge {
  position: absolute;
  top: -14px;
  right: 22px;
  min-height: 30px;
  padding: 0 12px;
  color: var(--green-950);
  background: var(--yellow);
  font-size: 0.78rem;
}

.plan-speed {
  min-height: 34px;
  padding: 0 14px;
  color: #fff;
  background: var(--green-700);
  text-transform: uppercase;
  font-size: 0.86rem;
}

.plan-card h3 {
  margin: 22px 0 8px;
  font-size: 1.45rem;
}

.plan-card p {
  color: var(--muted);
  line-height: 1.6;
}

.price {
  margin: 18px 0;
  color: var(--green-950);
  font-size: clamp(2.4rem, 5vw, 3.35rem);
  font-weight: 900;
  line-height: 1;
}

.price span,
.price small {
  font-size: 1rem;
}

.plan-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: #34473a;
  font-weight: 700;
}

.plan-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green-500);
  font-weight: 900;
}

.plan-btn {
  margin-top: auto;
  color: #fff;
  background: var(--green-700);
}

.legal {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.benefits {
  background: #fff;
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid article {
  padding: 24px;
}

.icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green-950);
  background: var(--yellow);
  font-size: 1.2rem;
  font-weight: 900;
}

.benefit-grid h3 {
  margin: 18px 0 8px;
}

.benefit-grid p,
.testimonial-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.coverage {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.response-time {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-800);
}

.coverage-form {
  padding: 26px;
}

.coverage-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--green-950);
  font-weight: 800;
}

.coverage-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
}

.coverage-form input:focus {
  outline: 3px solid rgba(255, 210, 31, 0.35);
  border-color: var(--yellow-700);
}

.testimonials {
  background: var(--green-950);
}

.testimonials .section-heading h2 {
  color: #fff;
}

.testimonials .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 24px;
}

.testimonial-grid cite {
  display: block;
  margin-top: 18px;
  color: var(--green-800);
  font-style: normal;
  font-weight: 900;
}

.faq-list {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 20px;
}

.faq-list summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
}

.faq-list p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

.final-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 86px;
  padding: 54px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 210, 31, 0.2), transparent 24%),
    linear-gradient(125deg, rgba(3, 23, 12, 0.96), rgba(11, 100, 45, 0.9));
  box-shadow: var(--shadow);
}

.final-cta h2,
.final-cta p {
  max-width: 660px;
  color: #fff;
}

.site-footer {
  padding: 58px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--green-950);
}

.footer-grid {
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
}

.footer-grid h3 {
  margin: 0 0 14px;
  color: #fff;
}

.footer-grid a {
  display: block;
  margin: 10px 0;
}

.footer-brand {
  margin-bottom: 16px;
}

.copyright {
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
}

@media (max-width: 940px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: var(--green-950);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-inner,
  .coverage,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 56px 0;
  }

  .hero-offer {
    justify-self: start;
    width: min(520px, 100%);
  }

  .plans-grid,
  .benefit-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .nav {
    width: min(100% - 24px, 1180px);
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand small {
    display: none;
  }

  .hero-copy {
    padding-bottom: 22px;
  }

  .hero-stats,
  .plans-grid,
  .benefit-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    min-height: 62px;
  }

  section {
    padding: 64px 0;
  }

  .plan-card,
  .coverage-form,
  .benefit-grid article,
  .testimonial-grid blockquote {
    padding: 22px;
  }

  .final-cta {
    margin-bottom: 64px;
    padding: 34px 22px;
    background:
      radial-gradient(circle at 92% 18%, rgba(255, 210, 31, 0.2), transparent 28%),
      linear-gradient(125deg, rgba(3, 23, 12, 0.96), rgba(11, 100, 45, 0.9));
  }
}
