body {
  font-family: "Inter", sans-serif;
  background: #f4f7f1;
  color: #1f2a1d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Roboto", sans-serif;
}

.topbar {
  background: #eef5e8;
  color: #4f6550;
  font-size: 0.95rem;
}

.topbar a {
  color: #2e5b3d;
  text-decoration: none;
}

.navbar-cfsm {
  background: linear-gradient(90deg, #214d31, #2c6b42);
  box-shadow: 0 10px 28px rgba(20, 48, 26, 0.15);
}

.navbar-cfsm .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  margin-right: 0.5rem;
}

.navbar-cfsm .navbar-nav .nav-link:hover,
.navbar-cfsm .navbar-nav .nav-link.active {
  color: #fff;
}

.brand-mark {
  max-height: 54px;
  width: auto;
}

.hero-banner,
.page-banner {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.hero-banner .carousel-item {
  min-height: 74vh;
  background-size: cover;
  background-position: center;
}

.hero-banner .carousel-item img {
  width: 100%;
  height: 74vh;
  object-fit: cover;
}

.hero-banner .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

.hero-overlay,
.page-overlay {
  background: linear-gradient(120deg, rgba(17, 35, 19, 0.78), rgba(17, 65, 37, 0.48));
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #d3f0cd;
  font-weight: 700;
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

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

.section-title {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #3f7f49;
  font-weight: 800;
  font-size: 0.8rem;
}

.section-heading {
  font-weight: 800;
  color: #17301f;
}

.section-lead {
  color: #54635a;
  max-width: 760px;
}

.soft-card {
  border: 0;
  border-radius: 1.4rem;
  box-shadow: 0 18px 42px rgba(24, 48, 27, 0.08);
}

.soft-card .card-img-top,
.media-image {
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  object-fit: cover;
}

.media-image {
  width: 100%;
  height: 100%;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #e4f0db;
  color: #2e5b3d;
  font-weight: 700;
}

.metric-card {
  background: #fff;
  border-radius: 1.3rem;
  padding: 1.6rem;
  text-align: center;
  box-shadow: 0 14px 36px rgba(26, 48, 28, 0.08);
}

.metric-number {
  font-size: 2.25rem;
  font-weight: 800;
  color: #2d6b42;
  margin-bottom: 0.25rem;
}

.metric-label {
  color: #607064;
  font-weight: 600;
}

.service-card,
.product-card,
.testimonial-card {
  border: 0;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 34px rgba(21, 44, 24, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.product-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(21, 44, 24, 0.13);
}

.service-card .badge,
.product-card .badge {
  background: #e5f3da;
  color: #2c6b42;
  font-weight: 700;
}

.accent-band {
  background: linear-gradient(135deg, #214d31, #3e7a4c);
  color: #fff;
  border-radius: 1.6rem;
}

.accent-band a {
  color: inherit;
}

.cta-box {
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 18px 36px rgba(20, 39, 22, 0.08);
}

.footer-shell {
  background: #17301f;
  color: rgba(255, 255, 255, 0.82);
}

.footer-shell a {
  color: #d6efcb;
  text-decoration: none;
}

.footer-shell a:hover {
  color: #fff;
}

.footer-shell .small-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
}

.floating-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.floating-actions a {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.floating-actions .wa {
  background: #25d366;
}

.floating-actions .call {
  background: #214d31;
}

.page-banner {
  min-height: 34vh;
  background-size: cover;
  background-position: center;
}

.page-banner .page-title {
  color: #fff;
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.page-banner .page-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  color: #445147;
}

.info-list i {
  color: #2d6b42;
  margin-top: 0.2rem;
}

.product-price {
  color: #2d6b42;
  font-weight: 800;
}

.contact-panel {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 18px 36px rgba(20, 39, 22, 0.08);
}

.contact-panel .form-control {
  border-radius: 0.95rem;
  min-height: 3.2rem;
}

.contact-panel textarea.form-control {
  min-height: 9.5rem;
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.poster-card {
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 34px rgba(21, 44, 24, 0.08);
  display: flex;
  flex-direction: column;
}

.poster-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #edf1ea;
}

.poster-media img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-position: top center;
  display: block;
}

.poster-card .card-body {
  padding: 1rem 1.1rem 1.2rem;
  flex: 1 1 auto;
}

.poster-card h5 {
  font-weight: 800;
  color: #17301f;
}

.poster-card p {
  color: #607064;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .hero-banner .carousel-item,
  .page-banner {
    min-height: auto;
  }

  .hero-banner .carousel-item {
    height: 230px;
    padding: 0;
  }

  .hero-banner .carousel-item img {
    height: 230px;
    object-position: center top;
  }

  .hero-banner {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .hero-banner .carousel-indicators {
    bottom: 0.75rem;
    margin-bottom: 0;
  }

  .hero-banner .carousel-control-prev,
  .hero-banner .carousel-control-next {
    width: 14%;
  }

  .mobile-hero-card {
    margin-top: -1.25rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 14px 30px rgba(24, 48, 27, 0.12);
    position: relative;
    z-index: 2;
  }

  .mobile-hero-logo {
    max-height: 52px;
    object-fit: contain;
  }

  .mobile-hero-brand {
    font-size: 0.7rem;
    font-weight: 700;
    color: #2d6b42;
    line-height: 1.2;
  }

  .mobile-hero-name {
    font-size: 1rem;
    font-weight: 800;
    color: #18301b;
    line-height: 1.1;
  }

  .mobile-hero-subtitle {
    font-size: 0.78rem;
    font-weight: 700;
    color: #26714a;
    margin-bottom: 0.35rem;
  }

  .mobile-hero-line {
    font-size: 0.72rem;
    font-weight: 600;
    color: #38483e;
    line-height: 1.35;
    margin-bottom: 0.18rem;
    word-break: break-word;
  }

  .mobile-hero-line i {
    color: #c6a85d;
    width: 1rem;
    margin-right: 0.25rem;
  }

  .section-shell {
    padding: 3.25rem 0;
  }

  .page-banner {
    min-height: 28vh;
  }
}

@media (max-width: 991.98px) {
  .poster-media {
    aspect-ratio: 1 / 1.08;
  }

  .poster-card .card-body {
    padding: 0.95rem 1rem 1.05rem;
  }

  .page-banner .page-title {
    font-size: clamp(1.8rem, 5vw, 3rem);
  }
}

@media (max-width: 767.98px) {
  .poster-media {
    aspect-ratio: 4 / 5;
  }

  .poster-card {
    border-radius: 1rem;
  }

  .poster-card h5 {
    font-size: 1rem;
  }

  .poster-card p {
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .section-shell {
    padding: 2.5rem 0;
  }

  .page-banner .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accent-band .row {
    text-align: center;
  }

  .accent-band .col-lg-4 {
    text-align: center !important;
  }

  .accent-band .btn {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 0.75rem;
  }
}
