:root {
  --ep-ink: #16231f;
  --ep-muted: #60706a;
  --ep-primary: #245c46;
  --ep-primary-dark: #164031;
  --ep-accent: #d6a85b;
  --ep-cream: #f7f3eb;
  --ep-sage: #e6eee8;
}

body {
  color: var(--ep-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bg-cream {
  background: var(--ep-cream);
}

.bg-sage {
  background: var(--ep-sage);
}

.bg-ep-primary {
  background: var(--ep-primary);
}

.text-ep-muted {
  color: var(--ep-muted);
}

.text-ep-primary {
  color: var(--ep-primary);
}

.btn-primary {
  --bs-btn-bg: var(--ep-primary);
  --bs-btn-border-color: var(--ep-primary);
  --bs-btn-hover-bg: var(--ep-primary-dark);
  --bs-btn-hover-border-color: var(--ep-primary-dark);
  --bs-btn-active-bg: var(--ep-primary-dark);
  --bs-btn-active-border-color: var(--ep-primary-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--ep-primary);
  --bs-btn-border-color: var(--ep-primary);
  --bs-btn-hover-bg: var(--ep-primary);
  --bs-btn-hover-border-color: var(--ep-primary);
}

.brand-mark {
  align-items: center;
  background: var(--ep-primary);
  border-radius: 0.75rem;
  color: #fff;
  display: inline-flex;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}

.brand-mark img {
  filter: brightness(0) invert(1);
  height: 1.15rem;
  width: 1.15rem;
}

.eyebrow {
  color: var(--ep-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  background:
    radial-gradient(circle at top left, rgba(214, 168, 91, 0.28), transparent 34rem),
    linear-gradient(135deg, #fbf8f0 0%, #eef5ef 100%);
}

.hero-card {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.88);
}

.hero-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-tile {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.section-pad {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.soft-card {
  border: 1px solid rgba(36, 92, 70, 0.12);
  box-shadow: 0 1.25rem 2.75rem rgba(22, 35, 31, 0.08);
}

.step-number {
  align-items: center;
  background: var(--ep-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.check-list li {
  margin-bottom: 0.9rem;
  padding-left: 2rem;
  position: relative;
}

.check-list li::before {
  color: var(--ep-primary);
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.crm-contact-frame {
  border: 0;
  display: block;
  min-height: 710px;
  width: 100%;
}

.stat {
  border-left: 3px solid var(--ep-accent);
}

.footer-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .crm-contact-frame {
    min-height: 980px;
  }
}
