*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #444444;
  background-color: #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #075427;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #0c9746;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #262626;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
}

.section-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #075427;
}

.section-text {
  font-size: 1rem;
  color: #444444;
  line-height: 1.7;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container-wide {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-fluid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #ffc53d;
  color: #075427 !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.btn-quote:hover {
  background-color: #075427;
  color: #ffc53d !important;
}
.btn-quote--banner {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 5px;
  line-height: 24px;
}
.btn-quote--banner:hover {
  background-color: rgba(7, 84, 39, 0.75);
  color: #ffc53d !important;
}
@media (max-width: 767px) {
  .btn-quote--banner {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.btn-quote--outline-light {
  background: transparent;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.btn-quote--outline-light:hover {
  background: transparent;
  color: #0c9746 !important;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.site-header.is-scrolled {
  position: fixed;
  background-color: #075427;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.site-header .navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.site-header__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 80px;
  gap: 0.75rem;
  max-width: 1320px;
}
.site-header__logo {
  flex: 0 0 auto;
  width: auto;
  max-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.site-header__logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 992px) {
  .site-header__logo {
    max-width: 130px;
  }
  .site-header__logo img {
    max-width: 130px;
  }
}
.site-header__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  padding: 0.35rem 0.45rem;
  margin-right: 0.15rem;
  transition: color 0.3s ease;
}
.site-header__home:hover {
  color: #ffc53d;
}
.site-header__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
}
.site-header__search {
  color: #ffffff;
  font-size: 15px;
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
}
.site-header__search:hover {
  color: #ffc53d;
}
.site-header__divider {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.45);
  display: none;
}
@media (min-width: 992px) {
  .site-header__divider {
    display: block;
  }
}
.site-header .navbar-toggler {
  border: none;
  padding: 0.45rem;
  margin-left: auto;
  box-shadow: none !important;
  order: 3;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .navbar-toggler .navbar-toggler-icon {
  width: 28px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.site-header .navbar-toggler .navbar-toggler-icon::before, .site-header .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.site-header .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
.site-header .navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.site-offcanvas {
  --bs-offcanvas-width: min(86vw, 340px);
  --bs-offcanvas-bg: #075427;
  --bs-offcanvas-color: #ffffff;
  z-index: 1080;
}
.site-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 1.15rem;
}
.site-offcanvas .offcanvas-body {
  padding: 0.75rem 1.15rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.site-offcanvas .btn-close {
  opacity: 0.9;
  filter: invert(1) grayscale(100%) brightness(200%);
}

.site-offcanvas__brand {
  display: inline-block;
  max-width: 160px;
}
.site-offcanvas__brand img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .site-header__home {
    display: none;
  }
  .site-header__search {
    display: none;
  }
  .site-header .site-header__nav-group {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header .site-header__actions {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .site-header .site-header__actions .btn-quote {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .main-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0.25rem 0 0.5rem;
  }
  .main-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav .nav-link {
    padding: 0.9rem 0.15rem !important;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
  }
  .main-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border: none;
    border-left: 2px solid #ffc53d;
    border-radius: 0;
    margin: 0 0 0.65rem 0.35rem !important;
    padding: 0.15rem 0 0.35rem;
    width: auto;
    float: none;
  }
  .main-nav .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.92);
    padding: 0.55rem 0.85rem;
    white-space: normal;
  }
  .main-nav .dropdown-menu .dropdown-item:hover, .main-nav .dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffc53d;
  }
}
.main-nav {
  align-items: center;
}
.main-nav .nav-item {
  margin: 0;
}
.main-nav .nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff !important;
  padding: 0.35rem 0.6rem !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  position: relative;
  transition: color 0.3s ease;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active, .main-nav .nav-link.show {
  color: #ffc53d !important;
}
.main-nav .dropdown-toggle::after {
  display: none;
}
.main-nav .nav-plus {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.95;
}
.main-nav .dropdown-menu {
  border: none;
  border-radius: 4px;
  background-color: #fffbf3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
  min-width: 220px;
  margin-top: 0.75rem !important;
}
.main-nav .dropdown-menu .dropdown-item {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #075427;
  padding: 0.55rem 1.25rem;
  transition: all 0.3s ease;
}
.main-nav .dropdown-menu .dropdown-item:hover, .main-nav .dropdown-menu .dropdown-item:focus {
  background-color: #ffffff;
  color: #075427;
}

@media (min-width: 992px) {
  .main-nav .nav-item.dropdown {
    position: relative;
  }
  .main-nav .nav-item.dropdown > .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  }
  .main-nav .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
  .main-nav .nav-item.dropdown:hover > .dropdown-menu, .main-nav .nav-item.dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav .nav-item.dropdown:hover > .nav-link, .main-nav .nav-item.dropdown:focus-within > .nav-link {
    color: #ffc53d !important;
  }
}
@media (min-width: 992px) {
  .site-header .site-offcanvas {
    position: static;
    visibility: visible;
    transform: none;
    background: transparent;
    border: 0;
    flex: 1 1 auto;
    width: auto !important;
    height: auto !important;
    max-width: none;
    z-index: auto;
  }
  .site-header .offcanvas-body.site-header__nav-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: visible;
  }
  .site-header__nav-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 0;
    min-width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 360px);
  }
  .site-header__actions {
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 150px;
    position: relative;
    z-index: 2;
  }
  .site-header__logo {
    min-width: 150px;
  }
  .site-header .main-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 0.15rem;
  }
  .site-header .main-nav .nav-link {
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
  }
}
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.site-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .site-footer .footer-legal {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .site-footer .site-footer__cta .btn-quote {
    width: 100%;
  }
}

.home-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: url("../assets/images/banner/banner-1.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 70px;
  min-height: 620px;
}
@media (max-width: 1024px) {
  .home-banner {
    padding: 130px 15px 60px;
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    padding: 110px 15px 50px;
    min-height: 0;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  background-image: url("../assets/images/icons/leaf.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 250px auto;
  z-index: 1;
  pointer-events: none;
}
.home-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
}
.home-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .home-banner__content {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    min-height: 420px;
  }
}
.home-banner__text {
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .home-banner__text {
    width: 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.home-banner__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .home-banner__title {
    font-size: 40px;
    line-height: 1.35;
  }
}
@media (min-width: 1024px) {
  .home-banner__title {
    font-size: 42px;
    line-height: 60px;
  }
}
.home-banner__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  max-width: 520px;
}
@media (min-width: 768px) {
  .home-banner__desc {
    font-size: 18px;
  }
}
.home-banner__cta {
  margin-top: 24px;
}
.home-banner__media {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .home-banner__media {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
    align-self: stretch;
    display: flex;
    align-items: center;
  }
}
.home-banner__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 480px;
  margin-left: auto;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .home-banner__img {
    max-height: none;
    min-height: 380px;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
  }
}
.home-banner__decor {
  position: absolute;
  left: -12%;
  bottom: 8%;
  width: 28%;
  max-width: 140px;
  z-index: 3;
  pointer-events: none;
  transform: rotate(-20deg);
}
@media (max-width: 992px) {
  .home-banner__decor {
    display: none;
  }
}

.features-section {
  padding: 60px 0;
  background-color: #f5f5f5;
  background-image: url("../assets/images/features-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.features-section__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.features-section__card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  flex: 1 1 calc(25% - 15px);
  min-width: 220px;
  transition: box-shadow 0.3s ease;
}
.features-section__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .features-section__card {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .features-section__card {
    flex: 1 1 100%;
  }
}
.features-section__icon {
  width: 80px;
  max-width: 80px;
  margin-bottom: 0.5rem;
}
.features-section__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.features-section__title {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #075427;
  margin: 1.5rem 0 0.75rem;
}
.features-section__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  margin: 0;
}

.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 3.5rem;
  padding-bottom: 0.75rem;
  background-color: #075427;
  background-image: url("../assets/images/footer-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 0;
}
.site-footer > .container {
  position: relative;
  z-index: 1;
}
.site-footer__cta {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer__cta .footer-cta__title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem;
}
@media (min-width: 992px) {
  .site-footer__cta .footer-cta__title {
    margin: 0;
  }
}
.site-footer__cta .form-control {
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  height: 48px;
}
.site-footer__cta .form-control:focus {
  box-shadow: 0 0 0 2px rgba(255, 197, 61, 0.5);
}
.site-footer__cta .btn-quote {
  height: 48px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  padding: 0 24px;
}
.site-footer__brand h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.85rem;
}
.site-footer__brand p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 320px;
}
.site-footer__social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.site-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  transition: all 0.3s ease;
}
.site-footer__social a:hover {
  background-color: #ffc53d;
  border-color: #ffc53d;
  color: #075427;
}
.site-footer__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.site-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ffc53d;
}
.site-footer__links li {
  margin-bottom: 0.65rem;
}
.site-footer__links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
}
.site-footer__links a:hover {
  color: #ffc53d;
  padding-left: 4px;
}
.site-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.site-footer__contact li i {
  color: #ffc53d;
  margin-top: 3px;
  flex-shrink: 0;
}
.site-footer__contact li a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer__contact li a:hover {
  color: #ffc53d;
}
.site-footer__bottom {
  margin-top: 2.5rem;
  padding: 1.15rem 0 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__bottom p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer__bottom .footer-legal {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.site-footer__bottom .footer-legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer__bottom .footer-legal a:hover {
  color: #ffc53d;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    text-align: center;
  }
  .site-footer__bottom .footer-legal {
    justify-content: center;
    margin-top: 0.75rem;
  }
}
@media (max-width: 992px) {
  .site-footer .footer-col {
    margin-bottom: 2rem;
  }
}

.one-spot {
  padding: 60px 0;
  background-color: #ffffff;
}

.one-spot__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.one-spot__tall {
  width: 100%;
}

@media (min-width: 992px) {
  .one-spot__tall {
    width: calc(30% - 8px);
  }
}
.one-spot__tall img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center left;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .one-spot__tall img {
    height: 300px;
  }
}
.one-spot__stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 992px) {
  .one-spot__stack {
    width: calc(30% - 8px);
  }
}
.one-spot__stack img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .one-spot__stack img {
    height: 200px;
  }
}
.one-spot__content {
  width: 100%;
  padding: 10px;
}

@media (min-width: 992px) {
  .one-spot__content {
    width: calc(40% - 8px);
    padding: 10px 10px 10px 40px;
  }
}
.one-spot__title {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #075427;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .one-spot__title {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .one-spot__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.one-spot__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  margin-bottom: 1rem;
}

.one-spot__text:last-child {
  margin-bottom: 0;
}

.featured-products {
  padding: 50px 0;
  background-color: #f7f7f7;
  background-image: url("../assets/images/products-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-products__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.featured-products__intro {
  flex: 1 1 59%;
  max-width: 59%;
}

@media (max-width: 992px) {
  .featured-products__intro {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.featured-products__title {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #075427;
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .featured-products__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.featured-products__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin: 0;
}

.featured-products__browse {
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .featured-products__browse {
    flex: 0 0 39%;
    display: flex;
    justify-content: flex-end;
  }
}
.featured-products__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 30px 0;
}

.featured-products__tab {
  display: inline-block;
  padding: 15px;
  margin: 5px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #075427;
  background-color: #ffc53d;
  border: none;
  border-radius: 0;
  cursor: pointer;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.featured-products__tab:hover, .featured-products__tab.active {
  background-color: #075427;
  color: #ffffff;
}

.featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .featured-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .featured-products__grid {
    grid-template-columns: 1fr;
  }
}
.product-card {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.product-card.is-hidden {
  display: none;
}

.product-card__image {
  display: block;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.product-card__body {
  padding: 14px 14px 18px;
  text-align: center;
}

.product-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #075427;
  margin: 0;
}

.product-card__title a {
  color: inherit;
}

.product-card__title a:hover {
  color: #0c9746;
}

.eco-section {
  padding: 50px 0 0;
  background-color: #ffffff;
}

.eco-section__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin-bottom: 0;
}

.eco-section__content {
  width: 100%;
  padding: 10px;
}

@media (min-width: 992px) {
  .eco-section__content {
    width: 50%;
    padding: 10px 80px 10px 10px;
  }
}
.eco-section__title {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  color: #075427;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .eco-section__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .eco-section__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.eco-section__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 1rem;
}

.eco-section__quote-panel {
  width: 100%;
  min-height: 360px;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .eco-section__quote-panel {
    width: 50%;
  }
}
.eco-section__quote-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 84, 39, 0.7);
  z-index: 1;
}

.eco-section__quote-panel blockquote {
  position: relative;
  z-index: 2;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
  max-width: 420px;
}

@media (min-width: 768px) {
  .eco-section__quote-panel blockquote {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .eco-section__quote-panel blockquote {
    font-size: 38px;
    line-height: 50px;
  }
}
.eco-section__cats {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}

.eco-section__cat {
  width: 50%;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 992px) {
  .eco-section__cat {
    width: 25%;
  }
}
.eco-section__cat img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
  transition: filter 0.3s ease;
}

@media (min-width: 992px) {
  .eco-section__cat img {
    height: 250px;
  }
}
.eco-section__cat:hover img {
  filter: contrast(0.6);
}

.eco-section__cat h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  color: #075427;
  margin: 0.85rem 0 0;
}

@media (min-width: 768px) {
  .eco-section__cat h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-pad {
  padding: 60px 0;
}

.home-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  color: #075427;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .home-heading {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .home-heading {
    font-size: 38px;
    line-height: 48px;
  }
}
.home-lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 1rem;
}

.why-custom {
  background-color: #ffffff;
  padding: 40px 0;
}

.why-custom__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}

.why-custom__content {
  width: 100%;
  padding: 0;
  min-width: 0;
}

@media (min-width: 992px) {
  .why-custom__content {
    flex: 1 1 0;
    width: auto;
    max-width: none;
  }
}
.why-custom__item {
  margin-bottom: 1.25rem;
}

.why-custom__item h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #075427;
  margin-bottom: 0.4rem;
}

.why-custom__item p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin: 0;
}

.why-custom__image {
  width: 100%;
  background-color: #e8f5e9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

@media (min-width: 992px) {
  .why-custom__image {
    flex: 1 1 0;
    width: auto;
    height: 530px;
    min-height: 530px;
  }
}
.why-custom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-styles {
  background-color: #ffffff;
  padding: 40px 0;
}

.box-styles__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}

.box-styles__image {
  width: 100%;
  order: 2;
  background-color: #e8f5e9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

@media (min-width: 992px) {
  .box-styles__image {
    flex: 1 1 0;
    width: auto;
    order: 0;
    height: 530px;
    min-height: 530px;
  }
}
.box-styles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-styles__content {
  width: 100%;
  order: 1;
  padding: 0;
  min-width: 0;
}

@media (min-width: 992px) {
  .box-styles__content {
    flex: 1 1 0;
    width: auto;
    order: 0;
  }
}
.box-styles__style {
  margin-bottom: 1.25rem;
}

.box-styles__style strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #075427;
  margin-bottom: 0.35rem;
}

.box-styles__style p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin: 0;
}

.why-choose {
  background-color: #ffffff;
  padding: 40px 0;
  color: inherit;
}

.why-choose__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}

.why-choose__content {
  width: 100%;
  padding: 0;
  min-width: 0;
}

@media (min-width: 992px) {
  .why-choose__content {
    flex: 1 1 0;
    width: auto;
  }
}
.why-choose__point {
  margin-bottom: 1.15rem;
}

.why-choose__point h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #075427;
  margin-bottom: 0.35rem;
}

.why-choose__point p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin: 0;
}

.why-choose__image {
  width: 100%;
  background-color: #e8f5e9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

@media (min-width: 992px) {
  .why-choose__image {
    flex: 1 1 0;
    width: auto;
    height: 550px;
    min-height: 550px;
  }
}
.why-choose__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-col-left,
.text-col-right {
  height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #075427 rgba(7, 84, 39, 0.231372549);
}
.text-col-left::-webkit-scrollbar,
.text-col-right::-webkit-scrollbar {
  width: 10px;
}
.text-col-left::-webkit-scrollbar-track,
.text-col-right::-webkit-scrollbar-track {
  background-color: rgba(7, 84, 39, 0.231372549);
  border-radius: 30px;
}
.text-col-left::-webkit-scrollbar-thumb,
.text-col-right::-webkit-scrollbar-thumb {
  background-color: #075427;
  border-radius: 30px;
}

.text-col-left {
  direction: rtl;
  padding: 8px 4px 8px 0;
}
.text-col-left .text-col__inner {
  direction: ltr;
  text-align: left;
  padding-left: 22px;
  padding-right: 16px;
  box-sizing: border-box;
}
.text-col-left--tall {
  height: 550px;
}

.text-col-right {
  direction: ltr;
  padding: 8px 0 8px 4px;
}
.text-col-right .text-col__inner {
  direction: ltr;
  padding-right: 22px;
  padding-left: 16px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .text-col-left,
  .text-col-right,
  .text-col-left--tall {
    height: 450px;
    direction: ltr;
    padding: 0;
  }
  .text-col-left .text-col__inner,
  .text-col-right .text-col__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-custom__image,
  .box-styles__image,
  .why-choose__image {
    height: 450px;
    min-height: 450px;
  }
}
.products-band {
  background-color: #075427;
  background-image: url("../assets/images/features-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 10px 180px;
  text-align: center;
}

.products-band__title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #075427;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .products-band__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .products-band__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.products-band__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin: 0 auto;
  max-width: 640px;
}

@media (min-width: 768px) {
  .products-band__desc {
    font-size: 18px;
  }
}
.products-overlap {
  margin-top: -140px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .products-overlap {
    margin-top: 0;
    padding-top: 30px;
  }
}
.products-overlap__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.products-overlap__products {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}

@media (min-width: 992px) {
  .products-overlap__products {
    width: calc(69% - 10px);
  }
}
.products-overlap__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media (max-width: 992px) {
  .products-overlap__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .products-overlap__grid {
    grid-template-columns: 1fr;
  }
}
.products-overlap__view {
  text-align: center;
  margin-top: 1.25rem;
}

.products-overlap__consult {
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  background-color: #ffffff;
  background-image: url("../assets/images/consult-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

@media (min-width: 992px) {
  .products-overlap__consult {
    width: calc(29% - 10px);
  }
}
.products-overlap__consult::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 84, 39, 0.8);
  z-index: 1;
}

.products-overlap__consult > * {
  position: relative;
  z-index: 2;
}

.products-overlap__consult h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 768px) {
  .products-overlap__consult h3 {
    font-size: 30px;
  }
}
.products-overlap__consult ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-overlap__consult ul li {
  margin-bottom: 0.85rem;
}

.products-overlap__consult ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.products-overlap__consult ul li a:hover {
  color: #0c9746;
}

.products-overlap__consult ul li a i {
  font-size: 14px;
}

.blog-section {
  background-color: #ffffff;
  padding: 28px 0 68px;
}

.blog-section__title {
  text-align: center;
  margin-bottom: 30px;
}

.blog-section__card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.blog-section__card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blog-section__card:hover h3 {
  color: #0c9746;
}

.blog-section__card img {
  width: 100%;
  aspect-ratio: 100/52;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

.blog-section__card h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #075427;
  margin: 0;
  padding: 0 20px 20px;
  margin-top: 20px;
}

.faq-section {
  position: relative;
  padding: 50px 0;
  background-color: #fffbf3;
  background-image: url("../assets/images/faq/faq-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 251, 243, 0.9);
  z-index: 0;
}

.faq-section > .container {
  position: relative;
  z-index: 1;
}

.faq-section__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.faq-section__image {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .faq-section__image {
    width: 45%;
    margin-bottom: 0;
  }
}
.faq-section__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .faq-section__image img {
    height: 225px;
  }
}
.faq-section__content {
  width: 100%;
}

@media (min-width: 992px) {
  .faq-section__content {
    width: 55%;
    padding-left: 60px;
  }
}
.faq-section .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-color: #262626;
  --bs-accordion-active-color: #075427;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-body-padding-x: 0;
  margin-top: 30px;
}

.faq-section .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 0;
}

.faq-section .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #262626;
  box-shadow: none;
  border-bottom: 1px solid #075427;
  background: transparent;
}

@media (max-width: 767px) {
  .faq-section .accordion-button {
    font-size: 16px;
  }
}
.faq-section .accordion-button:not(.collapsed) {
  color: #075427;
  background: transparent;
}

.faq-section .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  padding: 15px 0 20px;
}

body.page-archive .site-header,
body.page-product .site-header {
  position: relative;
  background-color: #075427;
}
body.page-archive .site-header.is-scrolled,
body.page-product .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-archive .site-header__home,
body.page-archive .site-header__search,
body.page-product .site-header__home,
body.page-product .site-header__search {
  color: #ffffff;
}
body.page-archive .site-header__home:hover,
body.page-archive .site-header__search:hover,
body.page-product .site-header__home:hover,
body.page-product .site-header__search:hover {
  color: #ffc53d;
}
body.page-archive .site-header__divider,
body.page-product .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-archive .main-nav .nav-link,
body.page-product .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-archive .main-nav .nav-link:hover, body.page-archive .main-nav .nav-link:focus,
body.page-product .main-nav .nav-link:hover,
body.page-product .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.archive-hero {
  position: relative;
  z-index: 1;
  padding: 50px 0 40px;
  background-color: #f4f4ef;
  background-image: url("../assets/images/archive/bg-pattern.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .archive-hero {
    padding: 36px 15px 30px;
  }
}
.archive-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.archive-hero__content {
  flex: 1 1 100%;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .archive-hero__content {
    flex: 1 1 48%;
    text-align: left;
  }
}
.archive-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #075427;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .archive-hero__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.archive-hero__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #444444;
  margin: 0;
  max-width: 520px;
}
@media (max-width: 767px) {
  .archive-hero__desc {
    font-size: 16px;
    line-height: 24px;
    margin-inline: auto;
  }
}
.archive-hero__media {
  flex: 1 1 100%;
  text-align: center;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .archive-hero__media {
    flex: 1 1 48%;
    padding: 0;
    text-align: right;
  }
}
.archive-hero__media img {
  width: 78%;
  max-width: 480px;
  height: auto;
}

.archive-catalog {
  position: relative;
  padding: 40px 0 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .archive-catalog {
    padding: 30px 15px;
  }
}
.archive-catalog__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.archive-catalog__sidebar {
  width: 100%;
  padding: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 768px) {
  .archive-catalog__sidebar {
    width: 30%;
    padding: 0 28px 0 0;
  }
}
.archive-catalog__main {
  width: 100%;
}
@media (min-width: 768px) {
  .archive-catalog__main {
    width: 70%;
  }
}

.archive-quote {
  background-color: #ffffff;
  border: 1px solid #075427;
  border-radius: 10px;
  padding: 0 0 18px;
  overflow: hidden;
  text-align: center;
}
.archive-quote__heading {
  display: block;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  background-color: #075427;
  border-radius: 0;
  padding: 12px 16px;
  margin: 0 0 16px;
}
.archive-quote__form {
  padding: 0 18px;
  text-align: left;
}
.archive-quote__field {
  margin-bottom: 12px;
}
.archive-quote__field input,
.archive-quote__field textarea {
  display: block;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 10px 14px;
  outline: none;
}
.archive-quote__field input:focus,
.archive-quote__field textarea:focus {
  border-color: #075427;
}
.archive-quote__field textarea {
  min-height: 90px;
  resize: vertical;
}
.archive-quote__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #075427;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.archive-quote__submit:hover {
  background-color: #0c9746;
  color: #ffffff;
}

.archive-cats {
  background-color: #ffffff;
  border: 1px solid #075427;
  border-radius: 10px;
  padding: 16px 18px;
}
.archive-cats__title {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #075427;
  margin: 0 0 0.65rem;
}
.archive-cats__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-cats__list li {
  border-bottom: 1px solid rgba(7, 84, 39, 0.35);
}
.archive-cats__list li:last-child {
  border-bottom: none;
}
.archive-cats__list a {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #075427;
  padding: 11px 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.archive-cats__list a:hover {
  opacity: 0.75;
}
.archive-cats__list .is-current a {
  font-weight: 700;
}

.archive-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1024px) {
  .archive-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .archive-products {
    grid-template-columns: 1fr;
  }
}

.archive-product {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 10px 10px 14px;
  text-align: left;
  transition: box-shadow 0.3s ease;
}
.archive-product:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.archive-product__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.archive-product__image {
  display: block;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.archive-product__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}
.archive-product__title {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #075427;
  margin: 0;
  padding: 0 4px;
}

.archive-info {
  position: relative;
  padding: 50px 0 60px;
  background-color: #ffffff;
  background-image: url("../assets/images/archive/bg-pattern.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .archive-info {
    padding: 36px 15px 44px;
  }
}
.archive-info__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px 40px;
}
.archive-info__features {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .archive-info__features {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .archive-info__features {
    grid-template-columns: 1fr;
  }
}
.archive-info__faq {
  width: 100%;
}
@media (min-width: 992px) {
  .archive-info__faq {
    width: calc(50% - 20px);
  }
}
.archive-info__faq-title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #075427;
  margin: 0 0 1.25rem;
  text-align: left;
}
@media (max-width: 767px) {
  .archive-info__faq-title {
    font-size: 24px;
  }
}

.archive-feature {
  background-color: #fcf9f2;
  border-radius: 8px;
  padding: 18px 16px;
}
.archive-feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #075427;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.archive-feature__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #075427;
  margin: 0 0 8px;
}
.archive-feature__text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  margin: 0;
}

.archive-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #222;
  border-radius: 0;
}
.archive-accordion .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background: transparent;
  box-shadow: none !important;
  padding: 14px 0;
  gap: 12px;
}
.archive-accordion .accordion-button::after {
  margin-left: auto;
}
.archive-accordion .accordion-button:not(.collapsed) {
  color: #075427;
  background: transparent;
}
.archive-accordion .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  padding: 0 0 14px;
}

body.page-product .site-header {
  position: relative;
  background-color: #075427;
}
body.page-product .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-product .site-header__home,
body.page-product .site-header__search {
  color: #ffffff;
}
body.page-product .site-header__home:hover,
body.page-product .site-header__search:hover {
  color: #ffc53d;
}
body.page-product .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-product .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-product .main-nav .nav-link:hover, body.page-product .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.product-top {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 50px 0 280px;
  background-color: #fffbf3;
}
@media (max-width: 767px) {
  .product-top {
    padding: 28px 0 140px;
  }
}

.product-breadcrumb {
  margin-bottom: 0.75rem;
}
.product-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #075427;
}
.product-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.35rem;
  color: #075427;
}
.product-breadcrumb a {
  color: #075427;
  text-decoration: none;
}
.product-breadcrumb a:hover {
  text-decoration: underline;
}
.product-breadcrumb [aria-current=page] {
  color: #075427;
}

.product-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}

.product-summary {
  width: 100%;
  padding: 10px 10px 10px 10px;
}
@media (min-width: 768px) {
  .product-summary {
    width: 55%;
    padding: 10px 60px 10px 10px;
  }
}
.product-summary__title {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  color: #075427;
  margin: 0 0 1.25rem;
}
@media (max-width: 767px) {
  .product-summary__title {
    font-size: 30px;
    line-height: 1.3;
  }
}
.product-summary__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #444444;
  margin: 20px 0 0;
}
.product-summary__desc p {
  margin: 0;
}
.product-summary__desc strong {
  color: #075427;
  font-weight: 700;
}
.product-summary__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 12px;
  background: #075427;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
  .product-summary__cta {
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 18px;
  }
}
.product-summary__cta:hover {
  background: #0c9746;
  color: #ffffff !important;
}

.product-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 12px;
  align-items: stretch;
  padding: 10px;
}
@media (min-width: 768px) {
  .product-gallery {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .product-gallery {
    grid-template-columns: minmax(0, 1fr) 68px;
    gap: 8px;
  }
}
.product-gallery__main {
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
}
.product-gallery__main img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 100%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .product-gallery__thumbs {
    gap: 6px;
  }
}
.product-gallery__thumb {
  flex: 1 1 0;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
  line-height: 0;
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery__thumb.is-active, .product-gallery__thumb:hover {
  border-color: #075427;
}

.product-panel {
  position: relative;
  z-index: 3;
  margin-top: -200px;
  padding: 0 0 40px;
  background: transparent;
}
@media (max-width: 767px) {
  .product-panel {
    margin-top: -80px;
  }
}
.product-panel__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background-color: #075427;
  background-image: url("../assets/images/archive/bg-cannabis.png");
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  padding: 40px 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .product-panel__inner {
    padding: 24px 12px;
  }
}
.product-panel__specs {
  width: 100%;
  padding: 20px;
  border-right: none;
}
@media (min-width: 992px) {
  .product-panel__specs {
    width: 50%;
    border-right: 2px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .product-panel__specs {
    padding: 10px 8px 20px;
  }
}
.product-panel__form-wrap {
  width: 100%;
  padding: 20px 30px;
}
@media (min-width: 992px) {
  .product-panel__form-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-panel__form-wrap {
    padding: 10px 8px;
  }
}
.product-panel__heading {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #ffffff;
  margin: 0 0 1.1rem;
}
.product-panel__subheading {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.85rem;
}

.product-specs-list {
  margin: 0;
  padding: 0;
}
.product-specs-list > div {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 8px 12px;
  padding: 8px 0;
}
.product-specs-list dt {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}
.product-specs-list dd {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}

.product-quote-form__row {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.product-quote-form__row--4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .product-quote-form__row--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-quote-form__row--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .product-quote-form__row--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-quote-form input,
.product-quote-form select,
.product-quote-form textarea {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #444444;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 12px;
  outline: none;
}
.product-quote-form textarea {
  resize: vertical;
  min-height: 90px;
}
.product-quote-form__file {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #075427;
  border-radius: 4px;
  padding: 8px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.product-quote-form__file input {
  width: auto;
  padding: 0;
}
.product-quote-form__divider {
  margin: 18px 0 14px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.product-quote-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #075427;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 15px 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-quote-form__submit:hover {
  background: #0c9746;
  color: #ffffff;
  border-color: #0c9746;
}

.product-detail {
  padding: 80px 0 90px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .product-detail {
    padding: 40px 0 50px;
  }
}
.product-detail__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.product-detail__content {
  width: 100%;
  min-height: 0;
  max-height: 625px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 36px 40px;
  scrollbar-width: thin;
  scrollbar-color: #075427 #e8e8e8;
}
.product-detail__content::-webkit-scrollbar {
  width: 8px;
}
.product-detail__content::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.product-detail__content::-webkit-scrollbar-thumb {
  background: #075427;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .product-detail__content {
    width: calc(61% - 12px);
    min-height: 625px;
  }
}
@media (max-width: 767px) {
  .product-detail__content {
    max-height: 420px;
    padding: 24px 20px;
  }
}
.product-detail__content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #075427;
  margin: 1.75rem 0 1rem;
}
.product-detail__content h2:first-child {
  margin-top: 0;
}
.product-detail__content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #075427;
  margin: 1.5rem 0 0.75rem;
}
.product-detail__content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #444444;
  margin: 0 0 1.15rem;
}
.product-detail__content a {
  color: #075427;
  text-decoration: none;
}
.product-detail__content a:hover {
  text-decoration: underline;
}
.product-detail__content strong {
  color: #075427;
}
.product-detail__reviews {
  width: 100%;
  background: #fffbf3;
  border-radius: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .product-detail__reviews {
    width: calc(37% - 12px);
    min-height: 625px;
  }
}
@media (max-width: 767px) {
  .product-detail__reviews {
    padding: 20px;
  }
}
.product-detail__reviews h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  color: #075427;
  margin: 0 0 1.25rem;
}
@media (max-width: 767px) {
  .product-detail__reviews h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.product-detail__reviews p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin: 0;
}

.product-sales {
  padding: 128px 10px;
  background-color: #075427;
  background-image: url("../assets/images/product/sales-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .product-sales {
    padding: 60px 10px;
  }
}
.product-sales__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.product-sales__copy {
  width: 100%;
  max-width: 580px;
  background: rgba(152, 152, 152, 0.4196078431);
  border-radius: 10px;
  padding: 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .product-sales__copy {
    padding: 20px;
  }
}
.product-sales__copy h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 0.75rem;
  color: #ffffff;
}
.product-sales__copy p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}
.product-sales__media {
  flex: 1 1 240px;
  text-align: center;
}
.product-sales__media img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.product-others {
  padding: 60px 0 40px;
  background: #ffffff;
}
.product-others__title {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #075427;
  text-align: center;
  margin: 0 0 1.75rem;
}
.product-others__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 768px) {
  .product-others__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-others .archive-product__title {
  text-align: center;
}

.product-consult {
  padding: 0;
  background: #ffffff;
}
.product-consult__inner {
  width: 100%;
  background-color: #075427;
  background-image: url("../assets/images/archive/bg-cannabis.png");
  background-position: center;
  background-size: cover;
  padding: 54px 0;
}
@media (max-width: 767px) {
  .product-consult__inner {
    padding: 36px 0;
  }
}
.product-consult__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
.product-consult__copy {
  flex: 1 1 280px;
}
.product-consult__title {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  color: #ffffff;
  margin: 0 0 0.65rem;
}
@media (max-width: 767px) {
  .product-consult__title {
    font-size: 30px;
    line-height: 42px;
  }
}
.product-consult__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-consult__links a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.product-consult__links a:hover {
  color: #ffc53d;
}
.product-consult__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
.product-consult__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.product-consult__ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffc53d;
  border-color: #ffc53d;
}

.product-faq {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .product-faq {
    padding: 50px 0;
  }
}
.product-faq .home-heading {
  text-align: left;
}
.product-faq .faq-section__image img {
  object-fit: cover;
}

body.page-catalog .site-header {
  position: relative;
  background-color: #075427;
}
body.page-catalog .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-catalog .site-header__home,
body.page-catalog .site-header__search {
  color: #ffffff;
}
body.page-catalog .site-header__home:hover,
body.page-catalog .site-header__search:hover {
  color: #ffc53d;
}
body.page-catalog .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-catalog .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-catalog .main-nav .nav-link:hover, body.page-catalog .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.catalog-hero {
  position: relative;
  z-index: 2;
  background-color: #075427;
  background-image: url("../assets/images/archive/bg-cannabis.png");
  background-position: center;
  background-size: cover;
  padding: 100px 10px 90px;
  text-align: center;
  overflow: hidden;
}
.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 84, 39, 0.2);
  z-index: 0;
}
.catalog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/catalog/banners-overlay.png") bottom center/cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.catalog-hero .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .catalog-hero {
    padding: 70px 10px 60px;
  }
}

.catalog-breadcrumb {
  margin-bottom: 1rem;
}
.catalog-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.catalog-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.4rem;
  opacity: 0.8;
}
.catalog-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.catalog-breadcrumb a:hover {
  color: #ffc53d;
}
.catalog-breadcrumb [aria-current=page] {
  color: #ffffff;
}

.catalog-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #ffffff;
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .catalog-hero__title {
    font-size: 35px;
    line-height: 1.25;
    padding-top: 10px;
  }
}

.catalog-grid-section {
  padding: 70px 0 80px;
  background: #fffbf3;
}
@media (max-width: 767px) {
  .catalog-grid-section {
    padding: 32px 0 40px;
  }
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media (min-width: 992px) {
  .catalog-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 24px;
  }
}

.catalog-card {
  text-align: center;
  height: 100%;
}
.catalog-card__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border: 1px solid #e6ebe7;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 18px;
  box-shadow: 0 2px 10px rgba(7, 84, 39, 0.06);
  cursor: pointer;
  text-align: center;
  font: inherit;
  transition: all 0.25s ease;
}
.catalog-card__link:hover {
  border-color: #075427;
  box-shadow: 0 10px 28px rgba(7, 84, 39, 0.14);
  transform: translateY(-4px);
}
.catalog-card__link:hover .catalog-card__title {
  color: #075427;
}
.catalog-card__link:hover .catalog-card__image img {
  transform: scale(1.06);
}
.catalog-card__image {
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f7f5 0%, #ffffff 100%);
  line-height: 0;
  border-bottom: 1px solid #eef2ef;
}
.catalog-card__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.catalog-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #262626;
  margin: 16px 12px 0;
  padding: 0;
  transition: color 0.2s ease;
}
@media (min-width: 992px) {
  .catalog-card__title {
    font-size: 17px;
  }
}

body.pcp-lightbox-open {
  overflow: hidden;
}

.pcp-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.pcp-lightbox.is-open {
  display: flex;
}
.pcp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 14, 0.9);
}
.pcp-lightbox__dialog {
  position: relative;
  z-index: 2;
  width: min(920px, 100vw - 48px);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcp-lightbox__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.pcp-lightbox__actions {
  display: flex;
  gap: 8px;
}
.pcp-lightbox__btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pcp-lightbox__btn:hover {
  background: rgba(255, 255, 255, 0.28);
}
.pcp-lightbox__stage {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  max-width: 100%;
  max-height: calc(100vh - 130px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}
.pcp-lightbox__stage img {
  display: block;
  max-width: min(860px, 100%);
  max-height: calc(100vh - 190px);
  width: auto;
  height: auto;
  margin: 0 auto;
}
.pcp-lightbox.is-zoomed .pcp-lightbox__stage img {
  max-width: none;
  max-height: none;
  transform: scale(1.35);
  transform-origin: center center;
}
.pcp-lightbox__caption {
  display: block;
  padding: 12px 16px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #333;
  background: #fff;
}
.pcp-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 3;
  padding: 0;
}
.pcp-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.pcp-lightbox__nav--prev {
  left: 8px;
}
@media (min-width: 992px) {
  .pcp-lightbox__nav--prev {
    left: -60px;
  }
}
.pcp-lightbox__nav--next {
  right: 8px;
}
@media (min-width: 992px) {
  .pcp-lightbox__nav--next {
    right: -60px;
  }
}

body.page-mylar .site-header {
  position: relative;
  background-color: #075427;
}
body.page-mylar .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-mylar .site-header__home,
body.page-mylar .site-header__search {
  color: #ffffff;
}
body.page-mylar .site-header__home:hover,
body.page-mylar .site-header__search:hover {
  color: #ffc53d;
}
body.page-mylar .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-mylar .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-mylar .main-nav .nav-link:hover, body.page-mylar .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.mylar-hero {
  position: relative;
  background: #fffbf3;
  padding: 24px 0 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .mylar-hero {
    background-image: linear-gradient(90deg, #fffbf3 60%, #075427 60%);
    padding: 28px 0;
  }
}
.mylar-hero::before {
  content: none;
}
@media (min-width: 992px) {
  .mylar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../assets/images/mylar/vector.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 60%, #000 60%);
    mask-image: linear-gradient(90deg, transparent 60%, #000 60%);
  }
}
.mylar-hero > .container {
  position: relative;
  z-index: 1;
}
.mylar-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.mylar-hero__content {
  width: 100%;
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .mylar-hero__content {
    width: 50%;
    padding: 10px 80px 10px 10px;
  }
}
@media (min-width: 1200px) {
  .mylar-hero__content {
    padding-right: 120px;
  }
}
.mylar-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #075427;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .mylar-hero__title {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .mylar-hero__title {
    font-size: 42px;
    line-height: 56px;
  }
}
.mylar-hero__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #075427;
  margin: 20px 0 -20px;
}
.mylar-hero__text:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mylar-hero__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.mylar-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 30px;
  background: #075427;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  padding: 10px 18px;
  border-radius: 5px;
}
.mylar-hero__cta:hover {
  background: #0c9746;
  color: #ffffff !important;
}
.mylar-hero__media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  background: #075427;
  background-image: url("../assets/images/mylar/vector.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (min-width: 992px) {
  .mylar-hero__media {
    width: 50%;
    padding: 0 8px;
    background: transparent;
    background-image: none;
  }
}
.mylar-hero__media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 20px;
}

.mylar-addons {
  padding: 70px 0;
  background: #ffffff;
}
.mylar-addons__intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 2.25rem;
}
.mylar-addons__title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.75rem;
}
@media (max-width: 767px) {
  .mylar-addons__title {
    font-size: 28px;
  }
}
.mylar-addons__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin: 0;
}
.mylar-addons__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .mylar-addons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mylar-addons__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

.mylar-addon {
  border: 1px solid #ddd;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mylar-addon__image {
  display: block;
  line-height: 0;
  background: #f0f0f0;
}
.mylar-addon__image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.mylar-addon__body {
  padding: 18px 14px 22px;
  background: #fdfaf2;
  flex: 1;
}
.mylar-addon__title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #075427;
  text-align: center;
  margin: 0 0 0.65rem;
}
.mylar-addon__text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 0;
  text-align: left;
}

.mylar-quote-band {
  padding: 50px 0 60px;
  background-color: #fffbf3;
  background-image: url("../assets/images/archive/bg-cannabis.png");
  background-position: left center;
  background-size: 55% auto;
  background-repeat: no-repeat;
  position: relative;
}
.mylar-quote-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 251, 243, 0.88);
}
.mylar-quote-band > .container {
  position: relative;
  z-index: 1;
}
.mylar-quote-band__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}
.mylar-quote-band__form, .mylar-quote-band__reviews {
  width: 100%;
  background: #fffbf3;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  padding: 28px 26px;
}
@media (min-width: 992px) {
  .mylar-quote-band__form {
    width: calc(58% - 14px);
  }
}
.mylar-quote-band__reviews {
  max-height: 640px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #075427 #e5e5e5;
}
@media (min-width: 992px) {
  .mylar-quote-band__reviews {
    width: calc(42% - 14px);
  }
}
.mylar-quote-band__reviews::-webkit-scrollbar {
  width: 8px;
}
.mylar-quote-band__reviews::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 8px;
}
.mylar-quote-band__reviews::-webkit-scrollbar-thumb {
  background: #075427;
  border-radius: 8px;
}
.mylar-quote-band__heading {
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #075427;
  text-align: center;
  margin: 0 0 1.25rem;
}

.mylar-form label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.mylar-form__row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}
.mylar-form__row--4 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .mylar-form__row--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mylar-form__row--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .mylar-form__row--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mylar-form input,
.mylar-form select,
.mylar-form textarea {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #444444;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  outline: none;
}
.mylar-form textarea {
  min-height: 90px;
  resize: vertical;
}
.mylar-form__file {
  display: block;
  margin-bottom: 14px;
}
.mylar-form__file input[type=file] {
  width: auto;
  max-width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 14px;
  color: #555;
}
.mylar-form__divider {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 18px 0 14px;
}
.mylar-form__contact-title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #075427;
  margin: 0 0 12px;
}
.mylar-form__submit {
  display: inline-flex;
  background: #075427;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 12px 28px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.mylar-form__submit:hover {
  background: #0c9746;
}

.mylar-review {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}
.mylar-review:last-child {
  border-bottom: none;
}
.mylar-review__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 0.45rem;
}
.mylar-review__stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 1px;
}
.mylar-review__date {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #888;
  margin: 0;
}
.mylar-review__text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  margin: 0 0 0.4rem;
}
.mylar-review__author {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  text-transform: lowercase;
}

.mylar-catalogue {
  padding: 70px 0;
  background: #ffffff;
  text-align: center;
}
.mylar-catalogue__title {
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.85rem;
}
.mylar-catalogue__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  max-width: 720px;
  margin: 0 auto 2rem;
}
.mylar-catalogue__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 576px) {
  .mylar-catalogue__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .mylar-catalogue__row {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mylar-catalogue__row img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.mylar-products {
  padding: 60px 0 70px;
  background: #075427;
}
.mylar-products__title {
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 2rem;
}
.mylar-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .mylar-products__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mylar-product__link {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}
.mylar-product__link:hover .mylar-product__title {
  color: #0c9746;
}
.mylar-product__image {
  display: block;
  line-height: 0;
  background: #eee;
}
.mylar-product__image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.mylar-product__title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #075427;
  text-align: center;
  margin: 0;
  padding: 14px 10px 16px;
}

.mylar-closures {
  padding: 70px 0;
  background: #ffffff;
}
.mylar-closures__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px 48px;
}
@media (min-width: 992px) {
  .mylar-closures__layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.mylar-closures__block {
  margin-bottom: 1.5rem;
}
.mylar-closures__title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.75rem;
}
.mylar-closures__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin: 0 0 0.85rem;
}
@media (min-width: 992px) {
  .mylar-closures__right {
    padding-top: 0;
  }
}
.mylar-closures__media {
  background: #a8e07a;
  border-radius: 24px;
  padding: 32px 24px;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.mylar-closures__media img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}
.mylar-closures__cta {
  display: inline-flex;
  margin-top: 8px;
  background: #075427;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 2px;
}
.mylar-closures__cta:hover {
  background: #0c9746;
  color: #ffffff !important;
}

.mylar-custom {
  background: #f2eee4;
  padding: 0;
}
.mylar-custom__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 520px;
}
.mylar-custom__content {
  width: 100%;
  padding: 48px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f2eee4;
}
@media (min-width: 992px) {
  .mylar-custom__content {
    width: 50%;
    padding: 70px 64px 70px max(40px, (100vw - 1140px) / 2);
  }
}
.mylar-custom__content .mylar-closures__cta {
  align-self: flex-start;
  margin-top: 10px;
  border-radius: 2px;
}
.mylar-custom__media {
  width: 100%;
  min-height: 380px;
  background-color: #075427;
  background-image: url("../assets/images/mylar/custom-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .mylar-custom__media {
    width: 50%;
    min-height: auto;
  }
}
.mylar-custom__title {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 1rem;
  line-height: 1.25;
}
.mylar-custom__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 0 0 0.85rem;
}
.mylar-custom__text strong {
  color: #262626;
  font-weight: 700;
}

.mylar-why {
  padding: 58px 0;
  background: #ffffff;
}
.mylar-why__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.mylar-why__media {
  width: 100%;
  position: relative;
  order: 2;
}
@media (min-width: 992px) {
  .mylar-why__media {
    width: 47%;
    order: 0;
    padding-right: 10px;
  }
}
.mylar-why__photo {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .mylar-why__photo {
    padding: 0 55px;
  }
}
.mylar-why__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 0 auto;
}
.mylar-why__accent {
  position: relative;
  z-index: 0;
  height: 185px;
  margin-top: -165px;
  background: #075427;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .mylar-why__accent {
    height: 300px;
    margin-top: -250px;
  }
}
.mylar-why__content {
  width: 100%;
  order: 1;
  padding: 10px;
}
@media (min-width: 992px) {
  .mylar-why__content {
    width: 53%;
    order: 0;
    padding: 10px 10px 10px 60px;
  }
}
.mylar-why__title {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  color: #075427;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .mylar-why__title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  .mylar-why__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.mylar-why__text {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  margin: 0 0 1rem;
}
.mylar-why__text strong {
  color: #262626;
  font-weight: 700;
}

.mylar-faq {
  padding: 40px 0 90px;
  background: #ffffff;
}
.mylar-faq .home-heading {
  text-align: center;
  color: #075427;
  margin-bottom: 2rem;
}
.mylar-faq .accordion {
  max-width: 900px;
  margin: 0 auto;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}
.mylar-faq .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 0;
}
.mylar-faq .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #075427;
  background: transparent;
  border: none;
  border-bottom: 1px solid #075427;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 1.15rem 0;
  gap: 0;
}
.mylar-faq .accordion-button::after {
  display: none;
}
.mylar-faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #075427;
  border-bottom-color: #075427;
  padding: 1rem 1.15rem;
  margin-bottom: 0;
}
.mylar-faq .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #777;
  padding: 18px 0 24px;
}

body.page-legal .site-header {
  position: relative;
  background-color: #075427;
}
body.page-legal .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-legal .site-header__home,
body.page-legal .site-header__search {
  color: #ffffff;
}
body.page-legal .site-header__home:hover,
body.page-legal .site-header__search:hover {
  color: #ffc53d;
}
body.page-legal .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-legal .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-legal .main-nav .nav-link:hover, body.page-legal .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.legal-hero {
  position: relative;
  background: #075427;
  padding: 56px 0 64px;
  overflow: hidden;
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/mylar/vector.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.35;
  pointer-events: none;
}
.legal-hero > .container {
  position: relative;
  z-index: 1;
}
.legal-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}
.legal-hero__breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
}
.legal-hero__breadcrumb a {
  color: #ffc53d;
  text-decoration: none;
}
.legal-hero__breadcrumb a:hover {
  color: #ffffff;
}
.legal-hero__breadcrumb .sep {
  opacity: 0.5;
}
.legal-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .legal-hero__title {
    font-size: 48px;
  }
}
.legal-hero__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
  margin: 0 0 1.25rem;
}
.legal-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 6px 14px;
}
.legal-hero__meta i {
  color: #ffc53d;
}

.legal-layout {
  padding: 48px 0 80px;
  background: #fffbf3;
}
.legal-layout__row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.legal-toc {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(7, 84, 39, 0.08);
  padding: 22px 20px;
  border: 1px solid rgba(7, 84, 39, 0.08);
}
@media (min-width: 992px) {
  .legal-toc {
    width: 280px;
    position: sticky;
    top: 100px;
    flex-shrink: 0;
  }
}
.legal-toc__label {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #075427;
  margin: 0 0 14px;
}
.legal-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 420px;
  overflow-y: auto;
}
.legal-toc__link {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #444444;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.legal-toc__link:hover, .legal-toc__link:focus {
  background: rgba(7, 84, 39, 0.06);
  color: #075427;
  border-left-color: #075427;
}

.legal-content {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(7, 84, 39, 0.08);
  border: 1px solid rgba(7, 84, 39, 0.08);
  padding: 28px 22px;
}
@media (min-width: 768px) {
  .legal-content {
    padding: 40px 44px;
  }
}
.legal-content__intro {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #444444;
  margin: 0 0 1.5rem;
}
.legal-content .legal-callout {
  background: rgba(7, 84, 39, 0.06);
  border-left: 4px solid #075427;
  border-radius: 0 12px 12px 0;
  padding: 16px 18px;
  margin: 0 0 2rem;
}
.legal-content .legal-callout strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #075427;
  margin-bottom: 6px;
}
.legal-content .legal-callout p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: #444444;
  font-style: italic;
}
.legal-content .legal-section {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  scroll-margin-top: 110px;
}
.legal-content .legal-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.legal-content .legal-section:first-of-type {
  padding-top: 0;
}
.legal-content .legal-section__title {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.85rem;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.legal-content .legal-section__title .num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #075427;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.legal-content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin: 1.25rem 0 0.5rem;
}
.legal-content__body {
  counter-reset: legal-section;
}
.legal-content__body > h2,
.legal-content__body .wp-block-heading {
  scroll-margin-top: 110px;
}
.legal-content__body > h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #075427;
  margin: 1.75rem 0 0.85rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.legal-content__body > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.legal-content__body > h2::before {
  counter-increment: legal-section;
  content: counter(legal-section, decimal-leading-zero);
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #075427;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.legal-content__body > h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin: 1.25rem 0 0.5rem;
}
.legal-content__body > p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin: 0 0 0.85rem;
}
.legal-content__body > ul,
.legal-content__body > ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.legal-content__body > ul li,
.legal-content__body > ol li {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 0.35rem;
}
.legal-content__body > ol {
  list-style: decimal;
}
.legal-content__body > ul {
  list-style: disc;
}
.legal-content__body a {
  color: #075427;
  font-weight: 500;
}
.legal-content__body a:hover {
  color: #0c9746;
}
.legal-content__body .wp-block-group.is-style-legal-callout,
.legal-content__body .legal-callout {
  background: rgba(7, 84, 39, 0.06);
  border-left: 4px solid #075427;
  border-radius: 0 12px 12px 0;
  padding: 16px 18px;
  margin: 0 0 2rem;
}
.legal-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin: 0 0 0.85rem;
}
.legal-content ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.legal-content ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 0.35rem;
}
.legal-content a {
  color: #075427;
  font-weight: 500;
}
.legal-content a:hover {
  color: #0c9746;
}

.legal-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.legal-switch a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #075427;
  background: rgba(7, 84, 39, 0.06);
  border: 1px solid rgba(7, 84, 39, 0.15);
  border-radius: 8px;
  padding: 10px 16px;
}
.legal-switch a:hover {
  background: #075427;
  color: #ffffff;
  border-color: #075427;
}

body.page-quote .site-header {
  position: relative;
  background-color: #075427;
}
body.page-quote .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-quote .site-header__home,
body.page-quote .site-header__search {
  color: #ffffff;
}
body.page-quote .site-header__home:hover,
body.page-quote .site-header__search:hover {
  color: #ffc53d;
}
body.page-quote .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-quote .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-quote .main-nav .nav-link:hover, body.page-quote .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.quote-hero {
  position: relative;
  background: #075427;
  padding: 52px 0 58px;
  overflow: hidden;
  text-align: center;
}
.quote-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/mylar/vector.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  opacity: 0.32;
  pointer-events: none;
}
.quote-hero > .container {
  position: relative;
  z-index: 1;
}
.quote-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}
.quote-hero__breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
}
.quote-hero__breadcrumb a {
  color: #ffc53d;
  text-decoration: none;
}
.quote-hero__breadcrumb a:hover {
  color: #ffffff;
}
.quote-hero__breadcrumb .sep {
  opacity: 0.5;
}
.quote-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .quote-hero__title {
    font-size: 48px;
  }
}
.quote-hero__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin: 0 auto;
}

.quote-steps {
  background: #fffbf3;
  padding: 0 0 8px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.quote-steps__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  padding: 22px 18px;
  border: 1px solid rgba(7, 84, 39, 0.08);
}
@media (min-width: 768px) {
  .quote-steps__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 26px 10px;
  }
}
.quote-steps__item {
  text-align: center;
  padding: 8px 18px;
  position: relative;
}
@media (min-width: 768px) {
  .quote-steps__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 48px;
    background: rgba(7, 84, 39, 0.12);
  }
}
.quote-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #075427;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quote-steps__title {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 4px;
}
.quote-steps__text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 0;
}

.quote-main {
  background: #fffbf3;
  padding: 36px 0 80px;
}
.quote-main__row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.quote-form-card {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  border: 1px solid rgba(7, 84, 39, 0.08);
  padding: 28px 22px;
}
@media (min-width: 992px) {
  .quote-form-card {
    width: calc(65% - 14px);
    padding: 36px 40px;
  }
}
.quote-form-card__heading {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.5rem;
}
.quote-form-card__sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0 0 1.5rem;
}

.quote-page-form label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.quote-page-form__row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.quote-page-form__row--4 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .quote-page-form__row--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.quote-page-form__row--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .quote-page-form__row--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.quote-page-form__row--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .quote-page-form__row--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.quote-page-form input,
.quote-page-form select,
.quote-page-form textarea {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #444444;
  background: #fffbf3;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quote-page-form input:focus,
.quote-page-form select:focus,
.quote-page-form textarea:focus {
  border-color: #075427;
  box-shadow: 0 0 0 3px rgba(7, 84, 39, 0.12);
  background: #ffffff;
}
.quote-page-form textarea {
  min-height: 110px;
  resize: vertical;
}
.quote-page-form__file {
  display: block;
  margin-bottom: 14px;
}
.quote-page-form__file input[type=file] {
  width: auto;
  max-width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.quote-page-form__divider {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 22px 0 16px;
}
.quote-page-form__section-title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #075427;
  margin: 0 0 14px;
}
.quote-page-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #075427;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 6px;
}
.quote-page-form__submit:hover {
  background: #0c9746;
}

.quote-aside {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 992px) {
  .quote-aside {
    width: calc(35% - 14px);
    position: sticky;
    top: 100px;
  }
}
.quote-aside__card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  border: 1px solid rgba(7, 84, 39, 0.08);
  padding: 24px 22px;
}
.quote-aside__card--green {
  background: #075427;
  border-color: transparent;
  color: #ffffff;
}
.quote-aside__card--green .quote-aside__title {
  color: #ffffff;
}
.quote-aside__card--green .quote-aside__text,
.quote-aside__card--green .quote-aside__list li {
  color: rgba(255, 255, 255, 0.88);
}
.quote-aside__card--green .quote-aside__list i {
  color: #ffc53d;
}
.quote-aside__card--green a {
  color: #ffc53d;
}
.quote-aside__card--green a:hover {
  color: #ffffff;
}
.quote-aside__title {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.75rem;
}
.quote-aside__text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0 0 1rem;
}
.quote-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quote-aside__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 12px;
}
.quote-aside__list li:last-child {
  margin-bottom: 0;
}
.quote-aside__list li i {
  color: #075427;
  margin-top: 4px;
  flex-shrink: 0;
}
.quote-aside__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quote-aside__contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.quote-aside__contact li:last-child {
  margin-bottom: 0;
}
.quote-aside__contact li i {
  width: 18px;
  text-align: center;
  margin-top: 3px;
  color: #ffc53d;
}
.quote-aside__contact li a {
  text-decoration: none;
}

body.page-contact .site-header {
  position: relative;
  background-color: #075427;
}
body.page-contact .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-contact .site-header__home,
body.page-contact .site-header__search {
  color: #ffffff;
}
body.page-contact .site-header__home:hover,
body.page-contact .site-header__search:hover {
  color: #ffc53d;
}
body.page-contact .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-contact .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-contact .main-nav .nav-link:hover, body.page-contact .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.contact-hero {
  position: relative;
  background: #075427;
  padding: 52px 0 58px;
  overflow: hidden;
  text-align: center;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/mylar/vector.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  opacity: 0.32;
  pointer-events: none;
}
.contact-hero > .container {
  position: relative;
  z-index: 1;
}
.contact-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}
.contact-hero__breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
}
.contact-hero__breadcrumb a {
  color: #ffc53d;
  text-decoration: none;
}
.contact-hero__breadcrumb a:hover {
  color: #ffffff;
}
.contact-hero__breadcrumb .sep {
  opacity: 0.5;
}
.contact-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .contact-hero__title {
    font-size: 48px;
  }
}
.contact-hero__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin: 0 auto;
}

.contact-cards {
  background: #fffbf3;
  padding: 0 0 8px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.contact-cards__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .contact-cards__row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  border: 1px solid rgba(7, 84, 39, 0.08);
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(7, 84, 39, 0.14);
}
.contact-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(7, 84, 39, 0.08);
  color: #075427;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.contact-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.5rem;
}
.contact-card__text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin: 0;
}
.contact-card__text a {
  color: #075427;
  text-decoration: none;
  font-weight: 500;
}
.contact-card__text a:hover {
  color: #0c9746;
}

.contact-main {
  background: #fffbf3;
  padding: 40px 0 80px;
}
.contact-main__row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.contact-form-card {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  border: 1px solid rgba(7, 84, 39, 0.08);
  padding: 28px 22px;
}
@media (min-width: 992px) {
  .contact-form-card {
    width: calc(58% - 14px);
    padding: 36px 40px;
  }
}
.contact-form-card__heading {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.5rem;
}
.contact-form-card__sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0 0 1.5rem;
}

.contact-form label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.contact-form__row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.contact-form__row--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .contact-form__row--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form__row--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .contact-form__row--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #444444;
  background: #fffbf3;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #075427;
  box-shadow: 0 0 0 3px rgba(7, 84, 39, 0.12);
  background: #ffffff;
}
.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #075427;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 4px;
}
.contact-form__submit:hover {
  background: #0c9746;
}

.contact-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 992px) {
  .contact-side {
    width: calc(42% - 14px);
  }
}
.contact-side__card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  border: 1px solid rgba(7, 84, 39, 0.08);
  padding: 24px 22px;
  flex: 1;
}
.contact-side__card--green {
  background: #075427;
  border-color: transparent;
}
.contact-side__card--green .contact-side__title {
  color: #ffffff;
}
.contact-side__card--green .contact-side__text,
.contact-side__card--green .contact-side__list li {
  color: rgba(255, 255, 255, 0.9);
}
.contact-side__card--green .contact-side__list i {
  color: #ffc53d;
}
.contact-side__card--green a.contact-side__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: #ffc53d;
  color: #075427;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  padding: 12px 18px;
}
.contact-side__card--green a.contact-side__cta:hover {
  background: #ffffff;
}
.contact-side__title {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 0.75rem;
}
.contact-side__text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0 0 1rem;
}
.contact-side__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-side__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 12px;
}
.contact-side__list li:last-child {
  margin-bottom: 0;
}
.contact-side__list li i {
  color: #075427;
  margin-top: 4px;
  flex-shrink: 0;
}
.contact-side__hours {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-side__hours li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-side__hours li:last-child {
  border-bottom: none;
}
.contact-side__hours li strong {
  color: #075427;
  font-weight: 600;
}

.contact-map {
  background: #fffbf3;
  padding: 0 0 80px;
}
.contact-map__frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(7, 84, 39, 0.1);
  border: 1px solid rgba(7, 84, 39, 0.08);
  background: #ffffff;
}
.contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
.contact-map__caption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 14px 0 0;
}

body.page-blog .site-header {
  position: relative;
  background-color: #075427;
}
body.page-blog .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-blog .site-header__home,
body.page-blog .site-header__search {
  color: #ffffff;
}
body.page-blog .site-header__home:hover,
body.page-blog .site-header__search:hover {
  color: #ffc53d;
}
body.page-blog .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-blog .main-nav .nav-link {
  color: #ffffff !important;
}
body.page-blog .main-nav .nav-link:hover, body.page-blog .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.blog-hero {
  position: relative;
  background: #075427;
  padding: 48px 0 56px;
  overflow: hidden;
}
.blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/mylar/vector.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.35;
  pointer-events: none;
}
.blog-hero > .container {
  position: relative;
  z-index: 1;
}
.blog-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none !important;
  margin: 0 0 1rem;
  padding: 0 !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}
.blog-hero__breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
  max-width: 100%;
  list-style: none !important;
}
.blog-hero__breadcrumb a {
  color: #ffc53d;
  text-decoration: none;
}
.blog-hero__breadcrumb a:hover {
  color: #ffffff;
}
.blog-hero__breadcrumb .sep {
  opacity: 0.6;
}
.blog-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 14px;
  max-width: 900px;
}
@media (max-width: 767px) {
  .blog-hero__title {
    font-size: 28px;
  }
}
.blog-hero__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 760px;
}
.blog-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}
.blog-hero__sep {
  opacity: 0.55;
}

.blog-layout {
  padding: 48px 0 72px;
  background: #fffbf3;
}
.blog-layout__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 992px) {
  .blog-layout__row {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
    gap: 48px;
  }
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.blog-filters__item {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid rgba(7, 84, 39, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: #075427;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.blog-filters__item:hover, .blog-filters__item.is-active {
  background: #075427;
  border-color: #075427;
  color: #ffffff;
}

.blog-posts {
  display: grid;
  gap: 24px;
}

.blog-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(7, 84, 39, 0.08);
}
@media (min-width: 768px) {
  .blog-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }
}
.blog-card__media {
  display: block;
  background: #e8f2eb;
  min-height: 200px;
}
.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/10;
}
@media (min-width: 768px) {
  .blog-card__media img {
    aspect-ratio: auto;
    min-height: 100%;
  }
}
.blog-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(135deg, #d8eadf, #f4f4ef);
}
.blog-card__body {
  padding: 22px 24px 24px;
}
.blog-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}
.blog-card__title a {
  color: #075427;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #0c9746;
}
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #6a7a70;
}
.blog-card__excerpt {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 14px;
}
.blog-card__excerpt p {
  margin: 0;
}
.blog-card__more {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0c9746;
  text-decoration: none;
}
.blog-card__more:hover {
  color: #075427;
  text-decoration: underline;
}

.blog-empty {
  font-family: "DM Sans", sans-serif;
  color: #555;
  margin: 0;
}

.navigation.pagination {
  margin-top: 36px;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(7, 84, 39, 0.15);
  color: #075427;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover {
  background: #075427;
  border-color: #075427;
  color: #ffffff;
}

.blog-sidebar__widget {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(7, 84, 39, 0.06);
}
.blog-sidebar__title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 16px;
}
.blog-sidebar__cats, .blog-sidebar__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar__cats li + li, .blog-sidebar__posts li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 84, 39, 0.08);
}
.blog-sidebar__cats a, .blog-sidebar__posts a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #2f3f36;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.blog-sidebar__cats a:hover, .blog-sidebar__posts a:hover {
  color: #0c9746;
}
.blog-sidebar__cats span {
  color: #6a7a70;
  flex-shrink: 0;
}
.blog-sidebar__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-sidebar__social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #075427;
  color: #ffffff;
  text-decoration: none;
}
.blog-sidebar__social a:hover {
  background: #0c9746;
  color: #ffffff;
}
.blog-sidebar__cta {
  background: #075427;
  color: #ffffff;
  border-radius: 12px;
  padding: 28px 22px;
}
.blog-sidebar__cta h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  color: #ffffff;
}
.blog-sidebar__cta p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
}
.blog-sidebar__cta .btn-quote {
  display: inline-flex;
}

.blog-article {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px 36px;
  box-shadow: 0 8px 24px rgba(7, 84, 39, 0.06);
}
@media (min-width: 768px) {
  .blog-article {
    padding: 36px 40px 44px;
  }
}
.blog-article__thumb {
  margin: 0 0 28px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-article__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-article__content {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
  color: #075427;
  font-weight: 700;
  margin: 1.6em 0 0.7em;
  line-height: 1.3;
}
.blog-article__content h2 {
  font-size: 28px;
}
.blog-article__content h3 {
  font-size: 22px;
}
.blog-article__content p {
  margin: 0 0 1.1em;
}
.blog-article__content ul,
.blog-article__content ol {
  margin: 0 0 1.2em;
  padding-left: 1.25em;
}
.blog-article__content li + li {
  margin-top: 0.4em;
}
.blog-article__content a {
  color: #0c9746;
}
.blog-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 84, 39, 0.1);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #6a7a70;
}
.blog-article__tags a {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f8f5;
  color: #075427;
  text-decoration: none;
}
.blog-article__tags a:hover {
  background: #075427;
  color: #ffffff;
}
.blog-article__nav {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 84, 39, 0.1);
}
.blog-article__nav .nav-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .blog-article__nav .nav-links {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .blog-article__nav .nav-next {
    text-align: right;
  }
}
.blog-article__nav a {
  display: block;
  text-decoration: none;
  color: #075427;
}
.blog-article__nav .nav-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6a7a70;
  margin-bottom: 4px;
}
.blog-article__nav .nav-title {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.blog-toc {
  background: #f4f8f5;
  border: 1px solid rgba(7, 84, 39, 0.1);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 28px;
}
.blog-toc__title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #075427;
  margin: 0 0 12px;
}
.blog-toc__list {
  margin: 0;
  padding-left: 18px;
}
.blog-toc__item {
  margin: 0 0 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.blog-toc__item--h3 {
  margin-left: 12px;
  list-style-type: circle;
}
.blog-toc__item a {
  color: #2f3f36;
  text-decoration: none;
}
.blog-toc__item a:hover {
  color: #0c9746;
}

/* Pre-roll features ? alternating side-by-side (live layout) */
.preroll-features {
  padding: 60px 0 70px;
  background: #ffffff;
}
.preroll-features__intro {
  max-width: 920px;
  margin: 0 0 40px;
}
.preroll-features__title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #075427;
  margin: 0 0 0.75rem;
}
.preroll-features__intro .preroll-features__title {
  font-size: 26px;
}
@media (min-width: 992px) {
  .preroll-features__title {
    font-size: 32px;
  }
  .preroll-features__intro .preroll-features__title {
    font-size: 30px;
  }
}
.preroll-features__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin: 0 0 0.85rem;
}
.preroll-features__text:last-child {
  margin-bottom: 0;
}
.preroll-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 48px;
}
.preroll-split:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .preroll-split {
    grid-template-columns: 1fr 1fr;
    gap: 48px 56px;
    margin-bottom: 56px;
  }
}
.preroll-split__content {
  min-width: 0;
}
.preroll-split__media {
  min-width: 0;
  line-height: 0;
}
.preroll-split__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .preroll-split--reverse .preroll-split__media {
    order: 2;
  }
  .preroll-split--reverse .preroll-split__content {
    order: 1;
  }
}

/* ===== About Us page ===== */
body.page-about .site-header {
  position: relative;
  background-color: #075427;
}
body.page-about .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-about .site-header__home,
body.page-about .site-header__search {
  color: #fff;
}
body.page-about .site-header__home:hover,
body.page-about .site-header__search:hover {
  color: #ffc53d;
}
body.page-about .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-about .main-nav .nav-link {
  color: #fff !important;
}
body.page-about .main-nav .nav-link:hover,
body.page-about .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.about-hero {
  position: relative;
  background: #075427;
  padding: 155px 0 100px;
  margin-top: -135px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/about/hero-overlay.png") no-repeat bottom center;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
}
.about-hero > .container {
  position: relative;
  z-index: 1;
}
.about-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
  margin: 0 0 1rem;
}
.about-hero__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.about-hero__breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.about-hero__breadcrumb a:hover {
  color: #ffc53d;
}
.about-hero__breadcrumb .sep,
.about-hero__breadcrumb [aria-current=page] {
  color: #fff;
}
@media (max-width: 767px) {
  .about-hero {
    margin-top: -155px;
    padding: 160px 0 80px;
  }
  .about-hero__title {
    font-size: 36px;
    line-height: 44px;
  }
}

.about-intro {
  padding: 58px 0;
  background: #fff;
}
.about-intro__row {
  display: flex;
  flex-wrap: wrap;
}
.about-intro__copy {
  width: 100%;
  padding: 10px 10px 10px 0;
}
.about-intro__copy p {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .about-intro__copy {
    width: 45%;
    padding-right: 25px;
  }
}
.about-intro__media {
  margin-top: 20px;
  line-height: 0;
}
.about-intro__media img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.about-intro__pillars {
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .about-intro__pillars {
    width: 55%;
    padding-left: 25px;
  }
}
.about-intro__quote-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 15px;
  background: #fff;
}
.about-intro__quote-icon {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}
.about-intro__quote-text {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #075427;
  margin: 0;
}

.about-pillar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 25px 15px;
  background: #fff;
  border-bottom: 2px solid #075427;
  transition: background-color 0.3s;
}
.about-pillar:hover {
  background: #fffbf3;
}
.about-pillar__title {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #075427;
  margin: 0 0 0.5rem;
}
.about-pillar__text {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
@media (min-width: 768px) {
  .about-pillar__title {
    width: 32%;
    margin: 0;
    padding-right: 12px;
  }
  .about-pillar__text {
    width: 68%;
  }
}

.about-stats {
  position: relative;
  padding: 88px 0 260px;
  background: #075427 center/cover no-repeat;
  background-image: linear-gradient(rgba(7, 84, 39, 0.82), rgba(7, 84, 39, 0.82)), url("../assets/images/about/stats-bg.jpg");
  color: #fff;
}
@media (min-width: 1081px) {
  .about-stats {
    background-attachment: fixed;
  }
}
.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .about-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-stats__item {
  text-align: center;
  padding: 18px 12px;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
}
.about-stats__item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .about-stats__item:nth-child(2n) {
    border-right: none;
  }
}
.about-stats__label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}
.about-stats__value {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  color: #fff;
}
@media (max-width: 1024px) {
  .about-stats__value {
    font-size: 42px;
    line-height: 52px;
  }
}

.about-reviews {
  position: relative;
  z-index: 2;
  margin-top: -180px;
  padding: 0 0 70px;
}
.about-reviews__card {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
}
.about-reviews__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 100px;
  height: 100px;
  background: url("../assets/images/about/quote.png") no-repeat center/contain;
  opacity: 0.18;
  pointer-events: none;
}
.about-reviews__intro {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .about-reviews__intro {
    width: 30%;
    padding-right: 16px;
  }
}
.about-reviews__title {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  color: #075427;
  margin: 0 0 1rem;
}
.about-reviews__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444;
  text-align: justify;
  margin: 0;
}
.about-reviews__slider {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .about-reviews__slider {
    width: calc(70% - 24px);
  }
}
.about-reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.about-reviews__nav {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #075427;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.25s;
}
.about-reviews__nav:hover {
  background: #0c9746;
  transform: scale(1.05);
}
.about-reviews__dots {
  position: static;
  margin: 0;
  display: flex;
  gap: 8px;
}
.about-reviews__dots [data-bs-target] {
  width: 25px;
  height: 10px;
  border: none;
  border-radius: 5px;
  background: rgba(7, 84, 39, 0.42);
  opacity: 1;
  text-indent: 0;
  transition: width 0.25s, background 0.25s;
}
.about-reviews__dots [data-bs-target].active {
  width: 40px;
  background: #075427;
}
@media (max-width: 1024px) {
  .about-reviews__title {
    font-size: 36px;
  }
  .about-reviews__card {
    padding: 36px 22px;
  }
}
@media (max-width: 767px) {
  .about-reviews {
    margin-top: -120px;
  }
}

.about-review {
  background: #fffbf3;
  border-radius: 12px;
  padding: 28px 26px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(7, 84, 39, 0.08);
  border: 1px solid rgba(7, 84, 39, 0.06);
}
.about-review__text {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  color: #444;
  margin: 0 0 1.25rem;
}
.about-review__footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-review__avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.about-review__avatar--letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #075427, #0c9746);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.about-review__meta {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-review__name {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #075427;
}
.about-review__role {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #666;
}

.about-features {
  position: relative;
  padding: 110px 0;
  background: center/cover no-repeat;
  background-image: linear-gradient(rgba(255, 251, 243, 0.9), rgba(255, 251, 243, 0.9)), url("../assets/images/about/features-bg.jpg");
}
.about-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .about-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-feature {
  background: #fffbf3;
  border-radius: 10px;
  padding: 24px 22px;
  height: 100%;
}
.about-feature__icon {
  display: block;
  max-width: 80px;
  height: auto;
  margin-bottom: 12px;
}
.about-feature__title {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: #075427;
  margin: 0 0 0.75rem;
}
.about-feature__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin: 0;
}
@media (max-width: 1024px) {
  .about-feature__title {
    font-size: 22px;
  }
}

.about-cta {
  padding: 70px 0 90px;
  background:
    radial-gradient(ellipse 70% 50% at 15% 20%, rgba(7, 84, 39, 0.08), transparent 55%),
    linear-gradient(180deg, #fffbf3 0%, #f7faf8 100%);
}
.about-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.about-cta__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #c49a3a;
}
.about-cta__title {
  margin: 0 0 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.25;
  color: #075427;
}
.about-cta__text {
  margin: 0 auto 1.5rem;
  max-width: 34rem;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.6;
}
.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.about-cta__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #075427;
  border: 1px solid rgba(7, 84, 39, 0.35);
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
.about-cta__ghost:hover {
  background: rgba(7, 84, 39, 0.06);
  color: #075427;
}

/* Thank You page */
.page-thank-you .site-content {
  min-height: 60vh;
}

.thank-you {
  position: relative;
  padding: 4.5rem 0 5.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(7, 84, 39, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(196, 154, 58, 0.12), transparent 50%),
    linear-gradient(165deg, #f7faf8 0%, #eef4f0 45%, #faf7f0 100%);
  overflow: hidden;
}

.thank-you::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23075427' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.thank-you .container {
  position: relative;
  z-index: 1;
}

.thank-you__card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 2.75rem 2rem 2.5rem;
  background: #fff;
  border: 1px solid rgba(7, 84, 39, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(7, 84, 39, 0.08);
  animation: pcpThankIn 0.55s ease-out both;
}

@keyframes pcpThankIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.thank-you__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #075427, #0a6b34);
  color: #fff;
  font-size: 1.75rem;
  box-shadow: 0 10px 28px rgba(7, 84, 39, 0.28);
  animation: pcpThankPop 0.6s 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes pcpThankPop {
  from { transform: scale(0.4); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.thank-you__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c49a3a;
  font-weight: 600;
}

.thank-you__title {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #075427;
  line-height: 1.15;
}

.thank-you__text {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  color: #4a5560;
  font-size: 1.05rem;
  line-height: 1.65;
}

.thank-you__steps {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  text-align: left;
  display: grid;
  gap: 0.75rem;
}

.thank-you__steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #f7faf8;
  border-radius: 10px;
  border: 1px solid rgba(7, 84, 39, 0.06);
  color: #2d3740;
  font-size: 0.95rem;
  line-height: 1.4;
}

.thank-you__steps i {
  color: #075427;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.thank-you__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.thank-you__btn:hover {
  transform: translateY(-1px);
}

.thank-you__btn--primary {
  background: #075427;
  color: #fff;
  border: 1px solid #075427;
}

.thank-you__btn--primary:hover {
  background: #0a6b34;
  color: #fff;
}

.thank-you__btn--ghost {
  background: transparent;
  color: #075427;
  border: 1px solid rgba(7, 84, 39, 0.35);
}

.thank-you__btn--ghost:hover {
  background: rgba(7, 84, 39, 0.06);
  color: #075427;
}

.pcp-form-feedback {
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  .thank-you {
    padding: 3rem 0 4rem;
  }
  .thank-you__card {
    padding: 2rem 1.25rem 1.75rem;
  }
  .thank-you__actions {
    flex-direction: column;
  }
  .thank-you__actions .thank-you__btn {
    width: 100%;
  }
}

/* 404 + Search utility pages */
body.page-404 .site-header,
body.page-search .site-header {
  position: relative;
  background-color: #075427;
}
body.page-404 .site-header.is-scrolled,
body.page-search .site-header.is-scrolled {
  position: sticky;
  top: 0;
}
body.page-404 .site-header__home,
body.page-404 .site-header__search,
body.page-search .site-header__home,
body.page-search .site-header__search {
  color: #fff;
}
body.page-404 .site-header__home:hover,
body.page-404 .site-header__search:hover,
body.page-search .site-header__home:hover,
body.page-search .site-header__search:hover {
  color: #ffc53d;
}
body.page-404 .site-header__divider,
body.page-search .site-header__divider {
  background: rgba(255, 255, 255, 0.45);
}
body.page-404 .main-nav .nav-link,
body.page-search .main-nav .nav-link {
  color: #fff !important;
}
body.page-404 .main-nav .nav-link:hover,
body.page-404 .main-nav .nav-link:focus,
body.page-search .main-nav .nav-link:hover,
body.page-search .main-nav .nav-link:focus {
  color: #ffc53d !important;
}

.util-hero {
  position: relative;
  background: #075427;
  padding: 52px 0 58px;
  overflow: hidden;
  text-align: center;
}
.util-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/mylar/vector.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  opacity: 0.32;
  pointer-events: none;
}
.util-hero > .container {
  position: relative;
  z-index: 1;
}
.util-hero__breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.util-hero__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.util-hero__breadcrumb a {
  color: #ffc53d;
  text-decoration: none;
}
.util-hero__breadcrumb a:hover {
  color: #fff;
}
.util-hero__code {
  margin: 0 0 0.35rem;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(4.5rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 197, 61, 0.28);
  user-select: none;
}
.util-hero__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffc53d;
}
.util-hero__title {
  margin: 0 0 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.util-hero__lead {
  margin: 0 auto;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
}

.util-body {
  position: relative;
  padding: 3.25rem 0 4.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(7, 84, 39, 0.06), transparent 55%),
    radial-gradient(ellipse 60% 45% at 95% 100%, rgba(255, 197, 61, 0.1), transparent 50%),
    linear-gradient(180deg, #f7faf8 0%, #fff 55%, #faf7f0 100%);
}

.util-search {
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.util-search__row {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(7, 84, 39, 0.14);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(7, 84, 39, 0.06);
}
.util-search__icon {
  display: grid;
  place-items: center;
  padding: 0 0 0 1.1rem;
  color: #075427;
  opacity: 0.7;
}
.util-search__input {
  flex: 1;
  border: 0;
  outline: none;
  padding: 0.95rem 0.85rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  background: transparent;
  min-width: 0;
}
.util-search__input::placeholder {
  color: #8a9490;
}
.util-search__btn {
  border: 0;
  background: #075427;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0 1.35rem;
  cursor: pointer;
  transition: background 0.2s;
}
.util-search__btn:hover {
  background: #0c9746;
}

.util-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 860px;
  margin: 0 auto;
}
.util-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(7, 84, 39, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.util-link:hover {
  border-color: rgba(7, 84, 39, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 84, 39, 0.08);
  color: inherit;
}
.util-link__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(7, 84, 39, 0.08);
  color: #075427;
  font-size: 1.1rem;
}
.util-link__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.util-link__label {
  font-weight: 700;
  color: #075427;
  font-size: 1.05rem;
}
.util-link__desc {
  font-size: 0.9rem;
  color: #444;
}
.util-link__arrow {
  color: #075427;
  opacity: 0.45;
  transition: opacity 0.2s, transform 0.2s;
}
.util-link:hover .util-link__arrow {
  opacity: 1;
  transform: translateX(3px);
}

.search-results {
  display: grid;
  gap: 1rem;
  max-width: 880px;
  margin: 0 auto;
}
.search-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.15rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(7, 84, 39, 0.1);
  border-radius: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-card:hover {
  border-color: rgba(7, 84, 39, 0.28);
  box-shadow: 0 12px 30px rgba(7, 84, 39, 0.07);
}
.search-card__media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #eef4f0;
  aspect-ratio: 7 / 5;
}
.search-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.search-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  color: #075427;
  opacity: 0.35;
  font-size: 1.6rem;
}
.search-card__type {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c49a3a;
}
.search-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.search-card__title a {
  color: #075427;
  text-decoration: none;
}
.search-card__title a:hover {
  color: #0c9746;
}
.search-card__excerpt {
  margin: 0 0 0.75rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.55;
}
.search-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #6b7570;
}
.search-card__price {
  color: #075427;
  font-weight: 600;
}
.search-card__more {
  color: #075427;
  font-weight: 600;
  text-decoration: none;
}
.search-card__more i {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.search-card__more:hover {
  color: #0c9746;
}

.search-empty {
  max-width: 520px;
  margin: 0.5rem auto 0;
  text-align: center;
  padding: 2rem 1.25rem;
}
.search-empty__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 1.1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(7, 84, 39, 0.08);
  color: #075427;
  font-size: 1.5rem;
}
.search-empty__title {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #075427;
}
.search-empty__text {
  margin: 0 0 1.5rem;
  color: #444;
  line-height: 1.6;
}
.search-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.util-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.util-btn--primary {
  background: #075427;
  color: #fff;
  border: 1px solid #075427;
}
.util-btn--primary:hover {
  background: #0c9746;
  color: #fff;
}
.util-btn--ghost {
  background: transparent;
  color: #075427;
  border: 1px solid rgba(7, 84, 39, 0.35);
}
.util-btn--ghost:hover {
  background: rgba(7, 84, 39, 0.06);
  color: #075427;
}

.util-pagination .nav-links,
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.util-pagination,
.navigation.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.util-pagination .page-numbers,
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(7, 84, 39, 0.15);
  background: #fff;
  color: #075427;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.util-pagination .page-numbers.current,
.util-pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  background: #075427;
  border-color: #075427;
  color: #fff;
}
.util-pagination .page-numbers.dots,
.navigation.pagination .page-numbers.dots {
  border: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .util-hero {
    padding: 40px 0 48px;
  }
  .util-search__row {
    flex-wrap: wrap;
  }
  .util-search__btn {
    width: 100%;
    padding: 0.85rem 1rem;
  }
  .util-links {
    grid-template-columns: 1fr;
  }
  .search-card {
    grid-template-columns: 1fr;
  }
  .search-card__media {
    max-width: 220px;
  }
}
