
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7f4;
  color: #1b1b1b;
}

a {
  color: #1b7f4b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  background: #0b3b24;
  color: #ffffff;
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: radial-gradient(circle at 20% 20%, #e9f7ef, #2d6a4f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-logo span {
  font-size: 18px;
}

.brand-text {
  line-height: 1.2;
}

.brand-name { color: #ffffff; font-weight: 700; font-size: 18px; }

.brand-tagline { color: #ffffff; font-size: 13px; opacity: 0.95; }

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 14px;
}

.main-nav a { color: #ffffff; font-weight: 500; }

.main-nav a.cta-link {
  padding: 6px 14px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #0b3b24;
  border: 1px solid rgba(233, 247, 239, 0.4);
}

.main-nav a.cta-link:hover {
  background: #ffffff;
}

/* Layout */

main {
  flex: 1;
}

.section {
  padding: 60px 16px;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #0b3b24;
  color: #f5f7f4;
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* Hero */

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: center;
}

.hero-kicker {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2d6a4f;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-title {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.hero-highlighted {
  color: #1b7f4b;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 20px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.badge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(27, 127, 75, 0.18);
  background: #f0f5f1;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #1b7f4b, #2d6a4f);
  color: #ffffff;
  border-color: rgba(0,0,0,0.08);
}

.btn-primary:hover {
  opacity: 0.96;
}

.btn-outline {
  background: transparent;
  color: #1b7f4b;
  border-color: rgba(43, 122, 76, 0.5);
}

.btn-outline:hover {
  background: #e9f7ef;
}

.hero-note {
  font-size: 13px;
  opacity: 0.85;
}

.hero-media {
  border-radius: 24px;
  background: radial-gradient(circle at 20% 20%, #e9f7ef, #1b7f4b);
  padding: 22px 22px 26px;
  color: #f5f7f4;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.hero-media-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-media-title {
  font-weight: 600;
  font-size: 15px;
}

.hero-media-pill {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(10, 51, 32, 0.4);
}

.hero-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  font-size: 12px;
}

.hero-metric {
  background: rgba(11, 59, 36, 0.72);
  border-radius: 18px;
  padding: 8px 10px;
}

.hero-metric-label {
  opacity: 0.8;
}

.hero-metric-value {
  font-weight: 700;
  font-size: 15px;
}

.hero-service-list {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.9;
}

/* Cards & layouts */

.section-title {
  font-size: 26px;
  margin: 0 0 8px;
}

.section-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #2d6a4f;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-intro {
  font-size: 15px;
  max-width: 640px;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.card {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(26, 80, 55, 0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.03);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.card-title {
  font-size: 17px;
  margin: 0 0 4px;
}

.card-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f0f5f1;
  color: #245c3b;
}

.card-body {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.card-link {
  font-size: 13px;
  font-weight: 600;
}

/* Split layout */

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: flex-start;
}

.split-box {
  border-radius: 22px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(26, 80, 55, 0.12);
  box-shadow: 0 12px 28px rgba(0,0,0,0.04);
}

/* FAQ */

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

.faq-item {
  border-radius: 18px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(26, 80, 55, 0.08);
}

.faq-q {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
}

.faq-a {
  font-size: 14px;
  line-height: 1.6;
}

/* Service area list */

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

.service-area-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(26, 80, 55, 0.08);
}

.service-area-card h3,
.service-area-card h2 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
}

.service-area-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* Footer */

.site-footer {
  background: #0b3b24;
  color: #dde7e1;
  padding: 30px 16px 22px;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: space-between;
  font-size: 13px;
}

.footer-col {
  max-width: 320px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-links a {
  color: #dde7e1;
  opacity: 0.9;
}

.footer-meta {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.8;
}

/* Utility */

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  font-size: 11px;
}

.chip {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(26, 80, 55, 0.16);
  background: #f5faf7;
}

ul {
  padding-left: 20px;
}

@media (max-width: 900px) {
  .hero-layout,
  .split-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-media {
    order: -1;
  }
  .cards-grid,
  .service-area-grid,
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 28px;
  }
  .section {
    padding: 44px 14px;
  }
}



#lacey-oak-stripe-plans {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
