body {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  background-color: #f5f5f7;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Merriweather", "DM Sans", serif;
  font-weight: 600;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.top-bar {
  background: #022c22;
  color: #e5f9f1;
  font-size: 0.9rem;
  padding: 0.4rem 0;
}

.top-bar-text {
  opacity: 0.9;
}

.top-bar-link {
  color: #bbf7d0;
  font-weight: 500;
}

.top-bar-link i {
  color: #bbf7d0;
}

.main-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.navbar-brand {
  font-size: 1.1rem;
}

.brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.nav-link {
  color: #374151 !important;
  font-size: 0.96rem;
}

.nav-link.active,
.nav-link:hover {
  color: #16a34a !important;
}

.btn-accent {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #022c22;
  border: none;
  font-weight: 600;
  border-radius: 999px;
  padding-inline: 1.5rem;
}

.btn-accent:hover {
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #f0fdf4;
}

.btn-outline-main {
  border-radius: 999px;
  border: 1px solid #16a34a;
  color: #065f46;
  padding-inline: 1.5rem;
  background-color: #ffffff;
}

.btn-outline-main:hover {
  background-color: #ecfdf3;
  color: #064e3b;
}

.hero-section {
  background: radial-gradient(circle at top left, #ecfdf3 0, #e0f2fe 45%, #eef2ff 100%);
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  font-weight: 600;
  color: #047857;
}

.hero-title {
  font-size: 2.6rem;
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
  color: #022c22;
}

.hero-highlight {
  color: #0ea5e9;
}

.hero-text {
  color: #4b5563;
  max-width: 540px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-badge {
  padding: 0.7rem 0.9rem;
  border-radius: 0.9rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e7eb;
  min-width: 130px;
}

.hero-badge-number {
  display: block;
  font-weight: 700;
  color: #16a34a;
  font-size: 1.05rem;
}

.hero-badge-label {
  font-size: 0.9rem;
  color: #4b5563;
}

.hero-image-card {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.hero-main-image {
  width: 100%;
  object-fit: cover;
}

.hero-small-card {
  position: absolute;
  left: 8%;
  bottom: 6%;
  background-color: #022c22;
  color: #e5f9f1;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  max-width: 230px;
}

.hero-small-title {
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

.hero-small-metric {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #6ee7b7;
}

.hero-small-caption {
  font-size: 0.8rem;
  color: #a7f3d0;
}

.section-padding {
  padding: 3.5rem 0;
}

.section-soft {
  background-color: #f0fdf4;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  font-weight: 600;
  color: #16a34a;
}

.section-title {
  font-size: 2rem;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  color: #022c22;
}

.section-text {
  color: #4b5563;
  max-width: 640px;
}

.section-text.mx-auto {
  max-width: 720px;
}

.check-list {
  margin-top: 0.75rem;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
  color: #374151;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: radial-gradient(circle, #16a34a 0, #22c55e 60%);
}

.numbered-list {
  margin-top: 0.8rem;
  padding-left: 1.3rem;
  color: #374151;
}

.numbered-list li {
  margin-bottom: 0.45rem;
  font-size: 0.98rem;
}

.testimonials-section {
  background-color: #022c22;
  color: #e5f9f1;
}

.testimonials-section .section-title {
  color: #f9fafb;
}

.testimonial-card {
  background-color: #064e3b;
  border-radius: 1.1rem;
  padding: 1.3rem 1.2rem;
  height: 100%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.testimonial-role {
  font-size: 0.88rem;
  color: #a7f3d0;
  margin-bottom: 0;
}

.testimonial-text {
  font-size: 0.95rem;
  margin-top: 0.4rem;
}

.contact-section {
  background-color: #f9fafb;
}

.contact-details p {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.contact-details a {
  color: #065f46;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  color: #16a34a;
  margin-right: 0.4rem;
}

.social-links a:hover {
  background-color: #16a34a;
  color: #ecfdf3;
}

.contact-card {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 1.7rem 1.5rem;
  border: 1px solid #e5e7eb;
}

.contact-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.form-label {
  font-size: 0.95rem;
  font-weight: 500;
}

.form-control,
.form-select {
  border-radius: 0.8rem;
  border-color: #cbd5e1;
  font-size: 0.95rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 1px #16a34a;
  border-color: #16a34a;
}

.form-footnote {
  font-size: 0.84rem;
  color: #6b7280;
}

.cta-section {
  background: linear-gradient(135deg, #022c22, #065f46);
  color: #ecfdf3;
  padding: 2.5rem 0;
}

.cta-title {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.cta-text {
  font-size: 0.96rem;
  color: #d1fae5;
}

.main-footer {
  background-color: #020617;
  color: #9ca3af;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
}

.footer-heading {
  font-size: 0.96rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 0.6rem;
}

.footer-text {
  font-size: 0.94rem;
  color: #9ca3af;
  max-width: 340px;
}

.footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: #9ca3af;
}

.footer-links a:hover {
  color: #a7f3d0;
}

.footer-bottom {
  border-top: 1px solid #1f2937;
  margin-top: 1.6rem;
  padding-top: 0.9rem;
  font-size: 0.86rem;
  text-align: center;
  color: #6b7280;
}

.cookie-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.cookie-panel {
  max-width: 540px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1.9rem 1.7rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.45);
}

.cookie-title {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #022c22;
}

.cookie-text {
  font-size: 0.95rem;
  color: #4b5563;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.cookie-footnote {
  margin-top: 0.6rem;
  font-size: 0.84rem;
  color: #6b7280;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 4rem;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-image-card {
    margin-top: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-small-card {
    position: static;
    margin-top: 0.9rem;
    max-width: 100%;
  }

  .hero-image-card {
    max-width: 100%;
  }

  .cookie-panel {
    padding: 1.6rem 1.4rem;
  }
}
