.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero-section {
  padding: 4rem 0 5rem;
  background:
    radial-gradient(circle at 85% 25%, rgba(150, 207, 151, 0.18), transparent 20%),
    radial-gradient(circle at 92% 82%, rgba(31, 122, 83, 0.22), transparent 22%),
    linear-gradient(135deg, #0f5132 0%, #166242 38%, #0c2e1f 100%);
}

.page-hero {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, var(--green-050), #ffffff);
}

.hero-copy p,
.page-hero p,
.section-heading p,
.card-text,
.list-checks li,
.footer-brand p,
.footer-bottom p {
  color: var(--gray-700);
}

.hero-copy {
  color: var(--white);
}

.hero-copy .lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 38rem;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-section .display-title {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero-highlight {
  color: #96cf97;
}

.hero-actions,
.inline-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-visual,
.info-card,
.glass-card,
.testimonial-card,
.faq-card,
.contact-card,
.blog-card,
.stat-card,
.segment-card {
  border: 1px solid rgba(31, 122, 83, 0.08);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  padding: 1.5rem;
}

.hero-section .btn-brand {
  background: var(--green-700);
  border-color: var(--green-700);
}

.hero-section .btn-brand:hover {
  background: var(--green-900);
  border-color: var(--green-900);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-outline-light:hover {
  color: var(--green-900);
  background: var(--white);
  border-color: var(--white);
}

.hero-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.hero-note-list li {
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  padding-left: 1.2rem;
}

.hero-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #96cf97;
}

.hero-photo-wrap {
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-height: 560px;
}

.hero-photo-frame {
  width: min(100%, 430px);
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(2, 8, 23, 0.35);
}

.hero-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.hero-floating-card {
  position: absolute;
  min-width: 190px;
  max-width: 240px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24);
  color: var(--gray-900);
}

.hero-floating-card small {
  display: block;
  color: var(--gray-500);
  margin-bottom: 0.35rem;
}

.hero-floating-card strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.hero-floating-card-top {
  top: 1rem;
  right: 0;
}

.hero-floating-card-left {
  left: 0;
  bottom: 8.5rem;
}

.hero-floating-card-bottom {
  right: 1.5rem;
  bottom: 1rem;
}

.hero-chart,
.hero-grid-card {
  padding: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--green-050), #ffffff);
  border: 1px solid rgba(31, 122, 83, 0.12);
}

.metric-pill {
  padding: 0.8rem 1rem;
  border-radius: 18px;
  background: var(--green-900);
  color: var(--white);
}

.card-icon,
.list-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--green-100);
  color: var(--green-900);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.info-card,
.testimonial-card,
.faq-card,
.contact-card,
.blog-card,
.segment-card,
.stat-card {
  height: 100%;
  padding: 1.5rem;
}

.list-checks,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-checks li,
.footer-links li {
  margin-bottom: 0.75rem;
}

.list-checks li {
  display: flex;
  gap: 0.75rem;
}

.list-icon {
  width: 32px;
  height: 32px;
  font-size: 0.95rem;
  margin: 0;
  flex-shrink: 0;
}

.number-display {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--green-900);
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  border-color: rgba(31, 122, 83, 0.15);
}

.contact-form .form-control:focus,
.accordion-button:focus {
  border-color: rgba(31, 122, 83, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(31, 122, 83, 0.1);
}

.accordion-button:not(.collapsed) {
  background: var(--green-050);
  color: var(--green-900);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blog-overview-card {
  display: grid;
  gap: 1rem;
  height: 100%;
}

.blog-overview-item {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--green-050), #ffffff);
  border: 1px solid rgba(31, 122, 83, 0.08);
}

.blog-overview-item strong {
  display: block;
  color: var(--green-900);
  font-size: 1.1rem;
}

.blog-post {
  display: grid;
  gap: 1.75rem;
}

.blog-post-media {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(31, 122, 83, 0.08);
  box-shadow: var(--shadow-soft);
}

.blog-post-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-900);
  font-size: 0.92rem;
  font-weight: 600;
}

.blog-anchor-card {
  position: relative;
}

.blog-anchor-card a {
  color: var(--green-900);
  font-weight: 700;
  text-decoration: none;
}

.blog-anchor-card a:hover {
  color: var(--green-700);
}

.blog-post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .hero-section .display-title {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .hero-photo-wrap {
    min-height: auto;
    padding-bottom: 5.5rem;
  }

  .hero-photo {
    height: 420px;
  }

  .hero-floating-card {
    min-width: 0;
    max-width: 220px;
  }

  .hero-floating-card-top {
    top: 0.75rem;
    right: 0.75rem;
  }

  .hero-floating-card-left {
    left: 0.75rem;
    bottom: 6.5rem;
  }

  .hero-floating-card-bottom {
    right: 0.75rem;
    bottom: 0;
  }

  .blog-post-media img {
    min-height: 260px;
  }
}
