/* Homepage-aligned presentation for the supporting public pages. */
:root {
  --ink: #10211b;
  --charcoal: #10211b;
  --paper: #fffdf8;
  --surface: #ffffff;
  --muted: #5e6b66;
  --line: rgba(16, 33, 27, 0.14);
  --gold: #d8aa55;
  --teal: #138451;
  --shadow: 0 22px 55px rgba(16, 33, 27, 0.1);
}

body {
  background:
    radial-gradient(circle at 12% 4%, rgba(32, 200, 117, 0.13), transparent 25rem),
    var(--paper);
}

.page-hero {
  min-height: 520px;
  padding: 188px clamp(20px, 5vw, 72px) 92px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 82% 84%, rgba(8, 58, 54, 0.36), transparent 34%),
    linear-gradient(135deg, #126b67 0%, #1a827c 52%, #105f5c 100%);
}

.page-hero > div,
.page-content,
.legal-content {
  width: min(1180px, 100%);
}

.page-hero .eyebrow {
  color: var(--green, #20c875);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.page-hero h1 {
  max-width: 920px;
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.button,
.header-cta {
  min-height: 52px;
  border-radius: 999px;
}

.button.primary,
.header-cta {
  color: #07150f;
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(216, 170, 85, 0.22);
}

.page-content {
  padding: clamp(68px, 9vw, 120px) 20px;
}

.section-heading-left,
.about-intro > div,
.about-choice > div {
  max-width: 640px;
}

.page-content h2,
.legal-content h2 {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
}

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

.simple-card {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(16, 33, 27, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.simple-card:hover {
  border-color: rgba(32, 200, 117, 0.55);
  box-shadow: 0 20px 45px rgba(16, 33, 27, 0.1);
  transform: translateY(-4px);
}

.simple-card h2 {
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

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

.pricing-grid .simple-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

.featured-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.14), transparent 13rem),
    linear-gradient(135deg, #126b67 0%, #1a827c 52%, #105f5c 100%);
  border-color: #126b67;
}

.featured-card .eyebrow,
.featured-card .price {
  color: #f1b84a !important;
}

.page-cta,
.page-note {
  border-color: var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.page-cta {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 82% 84%, rgba(8, 58, 54, 0.36), transparent 34%),
    linear-gradient(135deg, #126b67 0%, #1a827c 52%, #105f5c 100%);
  color: #fff;
}

.page-cta h2,
.page-cta p {
  color: inherit;
}

.page-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.about-intro,
.about-choice,
.about-cta {
  gap: clamp(34px, 7vw, 90px);
}

.about-choice {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 82% 84%, rgba(8, 58, 54, 0.36), transparent 34%),
    linear-gradient(135deg, #126b67 0%, #1a827c 52%, #105f5c 100%);
  border-radius: 32px;
}

.about-cta {
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.mini-number {
  background: #20c875;
  color: #07150f;
}

.check-list {
  padding-left: 1.35rem;
}

.check-list li::marker {
  color: #20c875;
}

.legal-hero {
  min-height: 390px;
  padding-bottom: 72px;
}

.legal-content {
  padding: clamp(64px, 8vw, 108px) 20px;
}

.legal-intro {
  border-color: var(--line);
  border-left-color: #20c875;
  border-radius: 22px;
}

.legal-content h2 {
  margin-top: 54px;
}

.legal-content a {
  color: #138451;
}

@media (max-width: 900px) {
  .simple-grid,
  .pricing-grid,
  .about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .page-hero {
    min-height: 440px;
    padding: 142px 20px 72px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .simple-grid,
  .pricing-grid,
  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .simple-card,
  .pricing-grid .simple-card {
    min-height: 0;
  }

  .about-choice,
  .about-cta {
    border-radius: 24px;
  }

  .about-cta .button {
    justify-self: start;
    margin-top: 18px;
  }
}
