:root {
  color: #172019;
  background: #f6f8f4;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-width: 320px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(23, 32, 25, 0.1);
  background: rgba(246, 248, 244, 0.92);
  backdrop-filter: blur(16px);
}

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

.brand img,
footer img {
  display: block;
  height: auto;
}

nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 22px;
  color: #59665d;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta,
.primary-cta,
.secondary-cta,
.waitlist-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
}

.nav-cta,
.primary-cta,
.waitlist-form button {
  background: #0b7d2b;
  color: #fff;
  border: 0;
}

.secondary-cta {
  border: 1px solid rgba(23, 32, 25, 0.18);
  color: #172019;
  background: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(40px, 7vw, 86px) clamp(18px, 6vw, 88px) clamp(28px, 5vw, 64px);
}

.stats,
.section {
  scroll-margin-top: 88px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #0b7d2b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 740px;
  margin-bottom: 18px;
  color: #111a14;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text {
  max-width: 650px;
  color: #4d5b52;
  font-size: clamp(17px, 2vw, 21px);
}

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

.hero-media {
  position: relative;
  justify-self: center;
  width: min(430px, 100%);
}

.hero-media img {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(17, 26, 20, 0.2);
}

.insight-card {
  position: absolute;
  min-width: 164px;
  border: 1px solid rgba(23, 32, 25, 0.12);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 44px rgba(17, 26, 20, 0.14);
}

.insight-card span,
.dashboard-panel span {
  display: block;
  color: #647169;
  font-size: 12px;
  font-weight: 800;
}

.insight-card strong,
.dashboard-panel strong {
  color: #0b7d2b;
  font-size: 24px;
  line-height: 1.15;
}

.spend-card {
  left: -28px;
  top: 18%;
}

.save-card {
  right: -22px;
  bottom: 13%;
}

.stats,
.section {
  padding: clamp(28px, 5vw, 72px) clamp(18px, 6vw, 88px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: #111a14;
}

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

.stat-card p {
  margin-bottom: 8px;
  color: #b8c4bd;
  font-size: 13px;
  font-weight: 900;
}

.stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 34px;
}

.stat-card span {
  color: #dbe4df;
  font-size: 14px;
}

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

h2 {
  color: #111a14;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

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

.feature-card,
.faq-card,
.plan-table,
.dashboard-panel {
  border: 1px solid rgba(23, 32, 25, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 26, 20, 0.06);
}

.feature-card,
.faq-card {
  padding: 22px;
}

h3 {
  margin-bottom: 9px;
  color: #172019;
  font-size: 18px;
}

.feature-card p,
.faq-card p,
.insight-section p,
footer p {
  color: #5d6a62;
}

.insight-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 28px;
  align-items: center;
  background: #eaf3ec;
}

.dashboard-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(23, 32, 25, 0.08);
}

.dashboard-panel div {
  min-height: 118px;
  padding: 22px;
  background: #fff;
}

.dashboard-panel .highlight {
  background: #0b7d2b;
}

.dashboard-panel .highlight span,
.dashboard-panel .highlight strong {
  color: #fff;
}

.waitlist-section {
  background: #111a14;
}

.waitlist-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.05);
}

.waitlist-panel h2 {
  color: #fff;
}

.waitlist-copy {
  color: #dbe4df;
}

.waitlist-form {
  display: grid;
  gap: 12px;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.waitlist-form label {
  display: grid;
  gap: 7px;
}

.waitlist-form label span {
  color: #172019;
  font-size: 13px;
  font-weight: 900;
}

.waitlist-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 32, 25, 0.14);
  border-radius: 8px;
  padding: 0 14px;
  color: #172019;
  font: inherit;
}

.waitlist-form input[type="email"]:focus {
  border-color: #0b7d2b;
  outline: 2px solid rgba(11, 125, 43, 0.15);
}

.waitlist-form button {
  cursor: pointer;
  font: inherit;
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.company-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  min-height: 18px;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.waitlist-panel .form-status.success {
  color: #075f22;
}

.waitlist-panel .form-status.error {
  color: #b42318;
}

.waitlist-panel .form-status.notice {
  color: #6b4e00;
}

.plan-table {
  overflow: hidden;
}

.plan-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  min-height: 58px;
  border-bottom: 1px solid rgba(23, 32, 25, 0.09);
}

.plan-row:last-child {
  border-bottom: 0;
}

.plan-row span {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: #506057;
  font-size: 14px;
  font-weight: 700;
}

.plan-row span:first-child {
  color: #172019;
  font-weight: 900;
}

.plan-row span:last-child {
  color: #0b7d2b;
}

.plan-head {
  background: #111a14;
}

.plan-head span,
.plan-head span:first-child,
.plan-head span:last-child {
  color: #fff;
}

.faq-section {
  background: #fff;
}

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

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 6vw, 88px);
  border-top: 1px solid rgba(23, 32, 25, 0.1);
  background: #f6f8f4;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: #5d6a62;
  font-size: 14px;
  font-weight: 800;
}

.footer-links p {
  margin: 0;
}

.footer-links a {
  color: #0b7d2b;
}

.policy-main {
  padding: clamp(38px, 6vw, 84px) clamp(18px, 6vw, 88px);
}

.policy-article {
  max-width: 900px;
  margin: 0 auto;
}

.policy-article h1 {
  margin-bottom: 12px;
  font-size: clamp(38px, 6vw, 68px);
}

.policy-article h2 {
  margin: 34px 0 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.policy-article p,
.policy-article li {
  color: #506057;
  font-size: 16px;
}

.policy-article ul {
  padding-left: 20px;
}

.policy-article a {
  color: #0b7d2b;
  font-weight: 900;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .site-header {
    justify-content: space-between;
  }

  .hero,
  .insight-section,
  .waitlist-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .stats,
  .feature-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand img {
    width: 132px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 43px;
  }

  .hero {
    padding-top: 32px;
  }

  .insight-card {
    position: static;
    margin-top: 10px;
  }

  .hero-media {
    display: grid;
    gap: 0;
  }

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

  .plan-row {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .plan-head {
    display: none;
  }

  .plan-row span {
    min-height: 34px;
    padding: 4px 16px;
  }

  .plan-row span:nth-child(2)::before {
    content: "Free: ";
    color: #172019;
    font-weight: 900;
  }

  .plan-row span:nth-child(3)::before {
    content: "Paid: ";
    color: #172019;
    font-weight: 900;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }
}
