:root {
  --ink: #10221b;
  --muted: #52635c;
  --paper: #f5f8f4;
  --white: #ffffff;
  --line: #dce6de;
  --green: #13aa52;
  --deep-green: #063f2d;
  --teal: #0b6f67;
  --gold: #f2b84b;
  --shadow: 0 22px 60px rgba(16, 34, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  color: var(--ink);
  border-bottom: 1px solid rgba(220, 230, 222, 0.82);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(16, 34, 27, 0.08);
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.scrolled,
.site-header.open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(16, 34, 27, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--teal));
  border-radius: 8px;
  font-size: 1rem;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(16px, 2.2vw, 28px);
  font-size: 0.94rem;
  font-weight: 650;
}

.main-nav a {
  color: #30463c;
  opacity: 0.92;
}

.main-nav a:hover {
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 760;
  cursor: pointer;
}

.header-cta {
  color: var(--white);
  background: var(--deep-green);
  box-shadow: 0 10px 20px rgba(6, 63, 45, 0.18);
}

.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark-secondary {
  color: var(--deep-green);
  border: 1px solid rgba(6, 63, 45, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  overflow: hidden;
  padding: clamp(118px, 14vw, 160px) clamp(20px, 6vw, 86px) clamp(76px, 9vw, 116px);
  background:
    radial-gradient(circle at 86% 18%, rgba(19, 170, 82, 0.2), transparent 30%),
    linear-gradient(135deg, #06271d 0%, #0c4b39 48%, #f5f8f4 48.2%, #f5f8f4 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 84px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 84px);
  content: "";
  opacity: 0.42;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: var(--white);
  text-align: left;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(143, 241, 183, 0.48);
  border-radius: 999px;
  padding: 10px 18px;
  color: #8ff1b7;
  background: rgba(3, 30, 22, 0.7);
  box-shadow: 0 12px 30px rgba(3, 30, 22, 0.2);
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
  line-height: 1.35;
  text-align: center;
  backdrop-filter: blur(14px);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
}

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

.value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.value-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(143, 241, 183, 0.58);
  border-radius: 999px;
  padding: 0 15px;
  color: #ffffff;
  background: rgba(6, 63, 45, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(3, 30, 22, 0.18);
  backdrop-filter: blur(14px);
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  align-self: stretch;
  max-width: 520px;
  min-height: 460px;
  margin-left: auto;
  border: 1px solid rgba(6, 63, 45, 0.12);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--deep-green);
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-panel-grid div {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}

.hero-panel-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 720;
}

.hero-panel-grid strong {
  color: var(--deep-green);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  line-height: 1.05;
}

.hero-panel-status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  border-radius: 8px;
  padding: 16px;
  color: #dff7e9;
  background: var(--deep-green);
  line-height: 1.45;
}

.hero-panel-status span {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #55f08c;
  box-shadow: 0 0 0 8px rgba(85, 240, 140, 0.16);
}

.trust-strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -42px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 128px;
  padding: 24px;
  background: var(--white);
}

.trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep-green);
  font-size: 1.18rem;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0;
}

.intro-section,
.service-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: start;
}

.intro-section {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.intro-content > p {
  max-width: 720px;
  font-size: 1.08rem;
}

.why-cards {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.why-cards article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 18px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(16, 34, 27, 0.05);
}

.why-cards article::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--green), var(--teal));
  content: "";
}

.why-cards span {
  grid-row: span 2;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--deep-green);
  background: #dff7e9;
  font-weight: 850;
}

.why-cards h3 {
  margin: 0;
}

.why-cards p {
  margin: 0;
}

.insight-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 170, 82, 0.18);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 42px);
  color: var(--white);
  background:
    radial-gradient(circle at 20% 12%, rgba(19, 170, 82, 0.38), transparent 34%),
    linear-gradient(145deg, #06271d, #0b5e45 58%, #0a7464);
  box-shadow: var(--shadow);
}

.insight-panel::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.panel-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.pulse {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #55f08c;
  box-shadow: 0 0 0 8px rgba(85, 240, 140, 0.16);
}

.score-ring {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(270px, 100%);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0a4d39 0 58%, transparent 59%),
    conic-gradient(#55f08c 0 82%, rgba(255, 255, 255, 0.18) 82% 100%);
  text-align: center;
}

.score-ring span {
  display: block;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 850;
  line-height: 1;
}

.score-ring small {
  display: block;
  max-width: 130px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.4;
}

.metric-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.metric-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.metric-list span {
  color: rgba(255, 255, 255, 0.72);
}

.metric-list strong {
  color: #b5ffd0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.card,
.plan {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(16, 34, 27, 0.06);
}

.card {
  min-height: 238px;
  padding: 28px;
}

.icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--teal);
  font-weight: 850;
}

.ai-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
  padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 86px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(223, 247, 233, 0.94), rgba(255, 255, 255, 0.96)),
    url("https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.ai-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 248, 244, 0.98) 0 36%, rgba(245, 248, 244, 0.83) 100%),
    repeating-linear-gradient(90deg, rgba(6, 63, 45, 0.06) 0 1px, transparent 1px 84px);
  content: "";
}

.ai-copy,
.ai-grid {
  position: relative;
  z-index: 1;
}

.ai-copy p {
  max-width: 620px;
  font-size: 1.06rem;
}

.ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ai-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(6, 63, 45, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(16, 34, 27, 0.08);
  backdrop-filter: blur(14px);
}

.ai-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--deep-green);
  background: #d9f8e6;
  font-size: 0.78rem;
  font-weight: 850;
}

.support-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 620px;
  background: var(--deep-green);
}

.support-image {
  min-height: 420px;
  background:
    linear-gradient(0deg, rgba(6, 63, 45, 0.1), rgba(6, 63, 45, 0.1)),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1400&q=80") center / cover;
}

.support-copy {
  align-self: center;
  padding: clamp(44px, 7vw, 92px);
}

.support-copy h2,
.support-copy p,
.support-copy li {
  color: var(--white);
}

.support-copy p {
  color: rgba(255, 255, 255, 0.75);
}

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

.check-list li,
.plan li {
  position: relative;
  margin: 13px 0;
  padding-left: 28px;
  line-height: 1.55;
}

.check-list li::before,
.plan li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--green);
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.timeline div {
  padding: 28px 24px;
  border-top: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.62);
}

.timeline span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--deep-green);
  font-weight: 850;
}

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

.plan {
  position: relative;
  padding: 34px;
}

.plan.featured {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.plan strong {
  display: block;
  margin-top: 22px;
  color: var(--deep-green);
  font-size: 1.16rem;
}

.badge {
  display: inline-flex;
  margin-bottom: 22px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--deep-green);
  background: #d9f8e6;
  font-size: 0.78rem;
  font-weight: 850;
}

.cta-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 86px);
  background: #eaf2ed;
}

.cta-section h2 {
  max-width: 660px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 740;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cddbd2;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 44px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: #071c15;
}

.site-footer p {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.open .main-nav {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-header.open .main-nav a {
    padding: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 760px;
    padding-top: 112px;
    background:
      radial-gradient(circle at 82% 18%, rgba(19, 170, 82, 0.2), transparent 32%),
      linear-gradient(180deg, #06271d 0%, #0c4b39 58%, #f5f8f4 58.2%, #f5f8f4 100%);
  }

  .hero-content {
    margin-bottom: 48px;
  }

  .hero-panel {
    width: 100%;
    max-width: 720px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .trust-strip,
  .intro-section,
  .service-grid,
  .ai-section,
  .support-band,
  .pricing,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: -28px;
  }

  .insight-panel {
    max-width: 620px;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 720px;
    padding-top: 104px;
  }

  .hero-content {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
  }

  h1 {
    font-size: 2.78rem;
    line-height: 1.06;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel-grid div {
    min-height: 106px;
  }

  .cards,
  .ai-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .why-cards article {
    grid-template-columns: 1fr;
  }

  .why-cards span {
    grid-row: auto;
  }

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

  .trust-strip div {
    min-height: auto;
  }

  .support-copy,
  .cta-section {
    padding: 44px 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .site-footer {
    display: grid;
  }
}
