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

:root {
  --forest: #0b3d2e;
  --green: #2e7d32;
  --sage: #a5d6a7;
  --mist: #f4faf5;
  --ink: #10221b;
  --muted: #5d7169;
  --line: #dce9df;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 61, 46, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 233, 223, 0.8);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  text-decoration: none;
  color: var(--forest);
}

.brand-logo {
  width: 107px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  color: #27453a;
}

.button,
button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 18px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
button {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 14px 30px rgba(11, 61, 46, 0.2);
}

.button.secondary {
  color: var(--forest);
  background: var(--white);
  border: 1px solid var(--line);
}

.button.ghost {
  color: var(--forest);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.22) 74%),
    url("evergreen-ai-hero.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 38px 0 36px;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--forest);
  line-height: 1.05;
}

h1 {
  max-width: 680px;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5vw, 4.35rem);
  line-height: 1;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
}

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

.lead {
  max-width: 650px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero .lead {
  max-width: 660px;
  margin: 18px 0 0;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.58;
}

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

.hero-actions {
  margin-top: 22px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero .trust-row {
  margin-top: 24px;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: #2f5b4a;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  font-weight: 700;
}

section {
  padding: 88px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: start;
}

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

.problem-item,
.step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 34, 27, 0.06);
}

.problem-item strong,
.step strong,
.detail-grid strong {
  color: var(--forest);
}

.band {
  background: var(--mist);
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 272px;
  display: flex;
  flex-direction: column;
}

.price {
  margin: 16px 0 0;
  color: var(--forest);
  font-size: 1.55rem;
  font-weight: 800;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.55;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
}

.visual-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.visual-feature img,
.resource-image {
  width: 100%;
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.resource-image {
  margin-top: 28px;
}

.package-card {
  display: flex;
  flex-direction: column;
}

.package-card .button {
  margin-top: auto;
}

.service-card .price {
  font-size: 1.25rem;
}

.text-link {
  margin-top: auto;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.ready-panel {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(165, 214, 167, 0.65);
  border-radius: var(--radius);
  padding: 34px;
  background: linear-gradient(135deg, #ffffff, #eef9f0);
  box-shadow: var(--shadow);
}

.checklist {
  display: grid;
  gap: 12px;
}

.checklist label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  background: var(--white);
  font-weight: 700;
  color: #28483b;
}

.checklist input {
  width: 20px;
  height: 20px;
  accent-color: var(--green);
}

.ready-result {
  border-radius: var(--radius);
  padding: 26px;
  background: var(--forest);
  color: var(--white);
}

.ready-result p,
.ready-result h3 {
  color: var(--white);
}

.ready-result .button {
  width: 100%;
  margin-top: 10px;
}

.cta-band {
  background: var(--forest);
  color: var(--white);
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.post-card {
  padding: 0;
  overflow: hidden;
}

.post-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.post-card div {
  padding: 22px;
}

.page-hero {
  padding: 86px 0 60px;
  background: linear-gradient(135deg, var(--mist), #ffffff);
}

.page-hero.intake-hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  padding: 24px 0;
}

.intake-hero h1 {
  font-size: clamp(2.15rem, 4vw, 3.35rem);
}

.intake-hero .lead {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.55;
}

.intake-hero .section-actions {
  margin-top: 20px;
}

.intake-hero .form-shell {
  align-items: center;
}

.form-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

form {
  display: grid;
  gap: 14px;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--forest);
  font-weight: 800;
  font-size: 0.9rem;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 700;
  color: var(--green);
}

.search-panel {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 0 28px;
}

.search-panel input {
  min-height: 58px;
  padding: 14px 16px;
  font-size: 1rem;
  box-shadow: 0 14px 34px rgba(11, 61, 46, 0.08);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 34, 27, 0.06);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 68px;
  justify-content: space-between;
  border-radius: 0;
  padding: 18px 20px;
  color: var(--forest);
  background: var(--white);
  box-shadow: none;
  text-align: left;
}

.faq-question span:first-child {
  max-width: 90%;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.portal-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.portal-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.metric-card,
.portal-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  color: var(--forest);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.portal-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.step-stack {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.bar-chart {
  height: 240px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  align-items: end;
  padding-top: 20px;
}

.bar-chart span {
  min-height: 36px;
  height: var(--bar);
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green), var(--forest));
}

.bar-chart em {
  transform: translateY(28px);
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.data-table {
  display: grid;
  gap: 10px;
}

.data-table div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.6fr;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--muted);
}

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

.post-hero {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: var(--radius);
  margin: 30px 0;
  box-shadow: var(--shadow);
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-copy {
  max-width: 760px;
  margin-top: 28px;
}

.embed-frame {
  width: 100%;
  min-height: 820px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.embed-frame.compact {
  height: min(600px, calc(100svh - 230px));
  min-height: 460px;
}

.embed-actions {
  margin-top: 14px;
}

.site-footer {
  padding: 56px 0 24px;
  background: #f8f4ef;
}

.footer-card {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.85fr 0.85fr;
  gap: 42px;
  border: 1px solid rgba(220, 233, 223, 0.7);
  border-radius: 24px;
  padding: 34px 36px;
  background: var(--white);
  box-shadow: 0 22px 58px rgba(11, 61, 46, 0.1);
}

.footer-logo {
  width: 138px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.footer-card h3 {
  margin-bottom: 18px;
  font-size: 1.45rem;
}

.footer-card p {
  margin: 0;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}

.footer-menu a,
.footer-contact a {
  color: #3f5f54;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-links a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(16, 34, 27, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 24px;
  text-align: center;
  color: var(--muted);
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: calc(100svh - 108px);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 55%, rgba(255, 255, 255, 0.44) 100%),
      url("evergreen-ai-hero.png") center bottom / cover no-repeat;
  }

  .hero-content {
    padding: 40px 0 58px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.75rem);
  }

  .split,
  .ready-panel,
  .cta-inner,
  .form-shell,
  .detail-grid {
    grid-template-columns: 1fr;
  }

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

  .grid.two,
  .visual-feature,
  .portal-grid.two,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  section {
    padding: 66px 0;
  }

  .brand-logo {
    width: 94px;
  }

  .footer-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .section-actions {
    flex-direction: column;
  }

  .hero-actions {
    flex-direction: row;
  }

  .button,
  button {
    width: 100%;
  }

  .ready-panel {
    padding: 22px;
  }
}
