@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(168, 215, 191, 0.28), transparent 34%),
    radial-gradient(circle at 0% 40%, rgba(226, 241, 232, 0.72), transparent 42%),
    linear-gradient(180deg, #f7faf8 0%, #eef4f0 100%);
  color: #162019;
  line-height: 1.6;
}

a {
  color: #21513a;
}

a:hover {
  color: #183629;
}

.site-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-header {
  margin-bottom: 32px;
  padding: 14px 18px;
  border: 1px solid rgba(216, 229, 221, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #10231a;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
}

.site-nav,
.footer-links,
.actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-nav a,
.footer-links a {
  text-decoration: none;
}

.button-link {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  background: #2f6f4f;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.button-link:hover {
  color: #ffffff;
  background: #21513a;
}

.button-link.secondary {
  background: #e7efea;
  color: #183629;
}

.button-link.secondary:hover {
  color: #10231a;
  background: #d8e5dd;
}

.hero-card,
.info-card,
.legal-card {
  background: #ffffff;
  border: 1px solid #d8e5dd;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(19, 40, 26, 0.06);
}

.hero-card,
.legal-card {
  padding: 32px;
}

.info-card {
  padding: 24px;
}

.hero-card {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(168, 215, 191, 0.3), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4faf6 100%);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.hero-layout,
.insight-grid,
.story-grid {
  display: grid;
  gap: 20px;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.9fr);
  align-items: start;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 111, 79, 0.12), transparent 68%);
}

.eyebrow {
  margin: 0 0 12px;
  color: #506053;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-title {
  margin: 0 0 16px;
  font-size: 3.4rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.lead {
  font-size: 1.05rem;
  color: #34453a;
}

.hero-points,
.signal-list,
.policy-list {
  display: grid;
  gap: 12px;
}

.hero-point,
.signal-item,
.policy-item,
.scan-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.point-icon,
.signal-icon,
.policy-icon,
.scan-step-icon,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  flex: 0 0 auto;
}

.point-icon,
.signal-icon,
.policy-icon,
.scan-step-icon {
  width: 42px;
  height: 42px;
  background: #e6f1ea;
  color: #1f5a3e;
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #2f6f4f 0%, #1d4e37 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(33, 81, 58, 0.2);
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-stat-card,
.hero-graphic,
.step-card,
.signal-card,
.policy-card {
  border: 1px solid #d8e5dd;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-graphic {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(231, 239, 234, 0.92), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.hero-stat-card {
  margin-top: 16px;
  padding: 18px;
  box-shadow: 0 14px 28px rgba(19, 40, 26, 0.06);
}

.stat-grid,
.step-grid {
  display: grid;
  gap: 14px;
}

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

.stat-value {
  display: block;
  color: #10231a;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.stat-label {
  display: block;
  color: #506053;
  font-size: 0.92rem;
}

.visual-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.visual-title {
  margin: 0;
  color: #10231a;
  font-size: 1.1rem;
  font-weight: 700;
}

.visual-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8e5dd;
  color: #21513a;
  font-size: 0.88rem;
  font-weight: 700;
}

.phone-mockup {
  padding: 18px;
  border-radius: 28px;
  background: #0f2118;
  box-shadow: 0 22px 42px rgba(16, 35, 26, 0.22);
}

.phone-screen {
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, #f9fcfa 0%, #edf5f0 100%);
}

.screen-row,
.category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.screen-row + .screen-row,
.category-row + .category-row,
.scan-step + .scan-step {
  margin-top: 12px;
}

.screen-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #dff0e6;
  color: #1f5a3e;
  font-size: 0.83rem;
  font-weight: 700;
}

.screen-total {
  margin: 18px 0;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2f6f4f 0%, #1a4a33 100%);
  color: #ffffff;
}

.screen-total-label {
  display: block;
  font-size: 0.82rem;
  opacity: 0.88;
}

.screen-total-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 6px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.screen-total-subtitle {
  margin: 8px 0 0;
  font-size: 0.92rem;
  opacity: 0.92;
}

.category-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.category-title {
  display: block;
  color: #10231a;
  font-weight: 700;
}

.category-subtitle {
  display: block;
  color: #506053;
  font-size: 0.88rem;
}

.category-amount {
  color: #10231a;
  font-weight: 800;
}

.bar-track {
  margin-top: 6px;
  height: 8px;
  border-radius: 999px;
  background: #dce9e0;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3d9065 0%, #21513a 100%);
}

.section-title {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.section-intro {
  margin: 0 0 24px;
  color: #34453a;
  max-width: 760px;
}

.story-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  margin-bottom: 24px;
}

.step-card,
.signal-card,
.policy-card {
  padding: 24px;
  box-shadow: 0 12px 30px rgba(19, 40, 26, 0.06);
}

.card-title {
  margin: 0 0 16px;
  color: #10231a;
  font-size: 1.35rem;
}

.scan-step-copy p,
.signal-copy p,
.policy-copy p {
  margin: 4px 0 0;
  color: #506053;
}

.content-grid .info-card {
  position: relative;
  overflow: hidden;
}

.content-grid .info-card::after {
  content: "";
  position: absolute;
  inset: auto -20px -26px auto;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 111, 79, 0.08), transparent 70%);
}

.content-grid .info-card h2 {
  margin-top: 0;
}

.policy-list {
  margin-bottom: 18px;
}

h1,
h2 {
  color: #10231a;
  line-height: 1.2;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

h1 {
  margin: 0 0 16px;
  font-size: 2.5rem;
}

h2 {
  margin: 24px 0 8px;
  font-size: 1.35rem;
}

ul {
  padding-left: 20px;
}

.site-footer {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #d8e5dd;
  color: #506053;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .hero-layout,
  .story-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-title {
    font-size: 2.7rem;
  }
}

@media (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2rem;
  }

  .hero-card,
  .legal-card,
  .info-card,
  .site-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header {
    padding: 16px;
  }

  .phone-mockup {
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav a,
  .button-link {
    width: 100%;
    text-align: center;
  }
}
