:root {
  --bg: #f1efe8;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --ink: #112027;
  --muted: #516168;
  --line: rgba(17, 32, 39, 0.12);
  --accent: #0e8f66;
  --accent-deep: #076346;
  --accent-soft: #d7f1e7;
  --navy: #102a3a;
  --sand: #f4ead6;
  --shadow-soft: 0 18px 50px rgba(16, 35, 46, 0.12);
  --shadow-strong: 0 30px 80px rgba(8, 24, 34, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(14, 143, 102, 0.18), transparent 22%),
    radial-gradient(circle at 85% 10%, rgba(230, 181, 70, 0.26), transparent 24%),
    linear-gradient(180deg, #f8f5ee 0%, var(--bg) 100%);
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 44px;
}

.site-header,
.site-footer,
.hero,
.feature-section,
.approach-section,
.proof-section,
.cta-section {
  animation: fade-up 0.7s ease both;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  margin-bottom: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

.brand,
h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  width: clamp(156px, 18vw, 216px);
  height: auto;
  display: block;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 8px;
  border-radius: 999px;
  color: white;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(145deg, var(--accent), var(--accent-deep));
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.header-nav a {
  transition: color 150ms ease;
}

.header-nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 26px;
  margin-bottom: 26px;
}

.hero-copy,
.hero-card,
.feature-section,
.approach-section,
.proof-section,
.cta-panel,
.site-footer {
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.hero-copy {
  padding: 54px;
  background:
    radial-gradient(circle at 80% 0%, rgba(244, 234, 214, 0.8), transparent 42%),
    linear-gradient(140deg, #ffffff, #fffaf0 58%, #f7f2e7);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.94;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
}

.hero-text,
.section-heading p,
.feature-card p,
.approach-grid p,
.highlight-band p,
.testimonial-card p,
.cta-panel p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 60ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(140deg, var(--accent), var(--accent-deep));
  box-shadow: 0 12px 26px rgba(14, 143, 102, 0.28);
}

.button-primary:hover {
  box-shadow: 0 16px 28px rgba(14, 143, 102, 0.32);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.hero-savings {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  max-width: 560px;
  border: 1px solid rgba(14, 143, 102, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 143, 102, 0.11), rgba(14, 143, 102, 0.03));
}

.savings-label,
.metric-label,
.band-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.savings-label {
  color: var(--accent-deep);
}

.hero-savings strong {
  font-size: 1.15rem;
  line-height: 1.3;
}

.hero-savings p {
  margin: 0;
  color: #36515b;
}

.hero-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(180deg, #112d3d 0%, #0e2230 100%);
  color: #f4f7f9;
  box-shadow: var(--shadow-strong);
}

.metric-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
}

.metric-card.accent {
  background: linear-gradient(180deg, rgba(14, 143, 102, 0.28), rgba(14, 143, 102, 0.12));
}

.metric-label {
  color: #97d7be;
}

.metric-card strong {
  display: block;
  font-size: 1.24rem;
  line-height: 1.33;
}

.metric-card p {
  margin: 10px 0 0;
  color: rgba(244, 247, 249, 0.78);
}

.feature-section,
.approach-section,
.proof-section {
  margin-bottom: 26px;
  padding: 40px;
  backdrop-filter: blur(10px);
}

.feature-section {
  background: var(--surface);
}

.approach-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 241, 0.88));
}

.proof-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(225, 237, 230, 0.85));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}


.feature-grid,
.approach-grid,
.highlight-band,
.testimonial-grid {
  display: grid;
  gap: 16px;
}

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

.feature-card,
.highlight-band > div,
.testimonial-card,
.approach-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
}

.feature-card h3,
.approach-grid h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
}

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

.approach-grid article {
  background: var(--surface-strong);
}

.approach-grid span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 50%;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(145deg, var(--accent), var(--accent-deep));
}

.approach-grid p {
  margin: 0;
}

.highlight-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.band-label {
  color: var(--accent-deep);
}

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

.testimonial-card {
  margin: 0;
}

.testimonial-card footer {
  margin-top: 18px;
  color: var(--ink);
  font-weight: 700;
}

.cta-section {
  margin-bottom: 26px;
}

.cta-panel {
  padding: 48px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -10%, rgba(14, 143, 102, 0.3), transparent 46%),
    linear-gradient(180deg, #fffefb 0%, #f2f7f4 100%);
}

.cta-panel h2 {
  max-width: 14ch;
  margin: 0 auto 14px;
}

.cta-panel p {
  max-width: 64ch;
  margin: 0 auto 28px;
}

.conversation-form-shell {
  margin: 24px auto 0;
  max-width: 640px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  text-align: left;
  background: rgba(255, 255, 255, 0.86);
}

.conversation-form {
  display: grid;
  gap: 10px;
}

.conversation-form label {
  font-weight: 700;
}

.conversation-form input,
.conversation-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 38, 0.26);
  border-radius: 12px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
}

.conversation-form textarea {
  resize: vertical;
}

.conversation-form input:focus,
.conversation-form textarea:focus {
  outline: 2px solid rgba(14, 143, 102, 0.26);
  border-color: var(--accent);
}

.conversation-form .button {
  margin-top: 8px;
  justify-self: start;
}

.form-hidden {
  display: none;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.thank-you-header {
  margin-bottom: 22px;
}

.thank-you-brand {
  display: inline-flex;
  align-items: center;
}

.thank-you-main {
  animation: fade-up 0.7s ease both;
}

.thank-you-panel {
  padding: 56px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  background:
    radial-gradient(circle at top, rgba(14, 143, 102, 0.18), transparent 50%),
    linear-gradient(180deg, #fffefb, #f2f7f4);
}

.thank-you-panel h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.thank-you-panel p {
  max-width: 56ch;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.7;
}

.thank-you-actions {
  justify-content: center;
  margin-top: 30px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.footer-logo {
  width: clamp(168px, 20vw, 236px);
  height: auto;
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-weight: 700;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .hero-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 10px;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav,
  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero,
  .feature-grid,
  .approach-grid,
  .highlight-band,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .feature-section,
  .approach-section,
  .proof-section,
  .cta-panel,
  .thank-you-panel {
    padding: 28px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.4rem, 14vw, 4.1rem);
  }

  .cta-panel h2 {
    max-width: none;
  }

  .conversation-form-shell {
    padding: 18px;
  }

  .conversation-form .button {
    width: 100%;
    justify-self: stretch;
  }
}
