/* =========================
   Custom Rigid Boxes (CRB)
   ========================= */
/* Color system (from provided palette) */
/* Neutrals */
/* Layout */
html,
body {
  font-family: "Google Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #253D2C;
}

.crb-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 10000;
  padding: 10px 16px;
  background: #253D2C;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 5px;
}
.crb-skip-link:focus {
  left: 12px;
  top: 12px;
  outline: 3px solid #CFFFDC;
  outline-offset: 2px;
}

.crb-sr-label,
.crb-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Make all paragraph/description text black */
p {
  color: #000;
}

.crb-header {
  position: sticky;
  top: 0;
  z-index: 1030; /* above content; below modals */
  background: #ffffff;
}

/* Refine-like header (single row) */
.crb-header--refine {
  background: #ffffff;
}

.crb-navbar2 {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.crb-navbar2__container {
  min-height: 72px;
}

.crb-brand2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.crb-brand2__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(135deg, #2E6F40, #68BA7F);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.crb-brand2__text {
  color: #253D2C;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 13px;
}

.crb-nav2 .nav-link {
  color: rgba(37, 61, 44, 0.8);
  font-weight: 700;
  padding: 18px 10px;
  font-size: 13px;
}
.crb-nav2 .nav-link:hover, .crb-nav2 .nav-link:focus {
  color: #253D2C;
}

.crb-nav2 .dropdown-toggle::after {
  border: 0;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  vertical-align: -1px;
  background: currentColor;
  clip-path: polygon(20% 35%, 50% 65%, 80% 35%, 92% 47%, 50% 88%, 8% 47%);
  opacity: 0.55;
}

.crb-nav2__icon {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-flex;
  align-items: center;
}

.crb-nav2 .dropdown-menu {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

.crb-nav2 .crb-mega {
  position: static;
}

.crb-nav2 .crb-mega__menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(900px, 100% - 24px);
  max-width: 900px;
  margin: 8px 0 0;
  padding: 0;
  border: 1px solid rgba(37, 61, 44, 0.12);
  border-radius: 5px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
}

.crb-nav2 .crb-mega__inner {
  padding: 20px 18px 22px;
}

.crb-mega__links {
  display: grid;
  gap: 2px;
}

.crb-mega__promo {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(207, 255, 220, 0.55), rgba(104, 186, 127, 0.12));
  border: 1px solid rgba(37, 61, 44, 0.1);
  padding: 14px;
}

.crb-mega__promo--industries {
  background: linear-gradient(145deg, rgba(37, 61, 44, 0.06), rgba(207, 255, 220, 0.45));
}

.crb-mega__promo-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
}
.crb-mega__promo-img img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.crb-mega__promo-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: #253D2C;
  line-height: 1.25;
}

.crb-mega__promo-text {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(37, 61, 44, 0.72);
}

.crb-mega__promo-link {
  font-size: 12px;
  font-weight: 800;
  color: #2E6F40;
  text-decoration: none;
}
.crb-mega__promo-link:hover {
  color: #253D2C;
  text-decoration: underline;
}

.crb-brand2 img {
  display: block;
  max-height: 44px;
  width: auto;
}

.crb-nav2__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.crb-offcanvas {
  width: min(320px, 88vw);
  border-left: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-offcanvas__header {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-offcanvas__brand {
  display: inline-flex;
  align-items: center;
}
.crb-offcanvas__brand img {
  display: block;
  max-height: 40px;
  width: auto;
}

.crb-offcanvas__body {
  display: flex;
  flex-direction: column;
  padding: 16px 18px 24px;
}

.crb-offcanvas__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.crb-offcanvas__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.crb-offcanvas__toggle {
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 5px;
  background: rgba(37, 61, 44, 0.06);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 800;
  color: #253D2C;
  transition: background 0.2s ease;
}
.crb-offcanvas__toggle::after {
  float: right;
  margin-top: 2px;
}
.crb-offcanvas__toggle:not(.collapsed) {
  background: rgba(46, 111, 64, 0.12);
  color: #253D2C;
}

.crb-offcanvas__sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 0 4px 10px;
}

.crb-offcanvas__link {
  display: block;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(37, 61, 44, 0.82);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.crb-offcanvas__link:hover {
  background: rgba(46, 111, 64, 0.1);
  color: #253D2C;
}
.crb-offcanvas__link--main {
  background: rgba(37, 61, 44, 0.05);
  font-size: 14px;
  font-weight: 800;
  margin-top: 2px;
}

.crb-offcanvas__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 61, 44, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.crb-offcanvas__phone {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #253D2C;
  text-decoration: none;
}
.crb-offcanvas__phone:hover {
  color: #2E6F40;
}

.crb-navbar2 .navbar-toggler {
  border-color: rgba(37, 61, 44, 0.2);
  padding: 6px 10px;
}
.crb-navbar2 .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(104, 186, 127, 0.25);
}

.crb-call {
  display: none;
  text-align: right;
}

.crb-call__label {
  font-size: 11px;
  font-weight: 800;
  color: rgba(37, 61, 44, 0.78);
  line-height: 1.1;
}

.crb-call__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  color: #2E6F40;
}

.crb-cta2 {
  background: #2E6F40;
  border: 1px solid rgba(46, 111, 64, 0.7);
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.crb-cta2:hover {
  background: #253D2C;
  color: #ffffff;
}

@media (min-width: 992px) {
  .crb-call {
    display: block;
  }
}
.crb-topbar {
  background: #253D2C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.crb-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.crb-topbar__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.crb-topbar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #CFFFDC;
}

.crb-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 320px;
}

.crb-search__input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.crb-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.crb-search__input:focus {
  border-color: rgba(207, 255, 220, 0.8);
  box-shadow: 0 0 0 4px rgba(104, 186, 127, 0.22);
}

.crb-search__btn {
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  transition: background 160ms ease, border-color 160ms ease;
}
.crb-search__btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.26);
}

.crb-search-panel {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 16px 24px;
  box-sizing: border-box;
}
.crb-search-panel[hidden] {
  display: none !important;
}

.crb-search-panel__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(37, 61, 44, 0.55);
  backdrop-filter: blur(2px);
}

.crb-search-panel__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.crb-search-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-search-panel__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(37, 61, 44, 0.12);
  border-radius: 5px;
  color: #253D2C;
  background: #ffffff;
}
.crb-search-panel__input::placeholder {
  color: rgba(37, 61, 44, 0.45);
  font-weight: 500;
}
.crb-search-panel__input:focus {
  border-color: #2E6F40;
  box-shadow: 0 0 0 3px rgba(104, 186, 127, 0.25);
}

.crb-search-panel__head .btn-close {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  opacity: 0.65;
}
.crb-search-panel__head .btn-close:hover {
  opacity: 1;
}

.crb-search-panel__body {
  max-height: min(58vh, 460px);
  overflow-y: auto;
  padding: 12px 14px 16px;
}

.crb-search-panel__hint,
.crb-search-panel__empty {
  margin: 8px 4px;
  font-size: 14px;
  color: rgba(37, 61, 44, 0.72);
  line-height: 1.5;
}

.crb-search-panel__group + .crb-search-panel__group {
  margin-top: 14px;
}

.crb-search-panel__grouptitle {
  margin: 0 0 8px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(37, 61, 44, 0.55);
}

.crb-search-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.crb-search-panel__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #253D2C;
  transition: background 140ms ease;
}
.crb-search-panel__item:hover {
  background: rgba(207, 255, 220, 0.55);
  color: #253D2C;
}
.crb-search-panel__item strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #253D2C;
}
.crb-search-panel__item small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(37, 61, 44, 0.72);
  line-height: 1.4;
}

.crb-search-panel__item--product {
  align-items: flex-start;
}

.crb-search-panel__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  background: rgba(46, 111, 64, 0.12);
  color: #2E6F40;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.crb-search-panel__thumb {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
}

body.crb-search-open {
  overflow: hidden;
}

.crb-navbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.crb-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.crb-brand__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(135deg, #2E6F40, #68BA7F);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.crb-brand__text {
  color: #253D2C;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.crb-nav .nav-link {
  color: #253D2C;
  font-weight: 600;
  padding: 18px 14px;
  font-size: 14px;
}
.crb-nav .nav-link:hover, .crb-nav .nav-link:focus {
  color: #2E6F40;
}

.crb-mega {
  position: static; /* allow full-width dropdown */
}

.crb-mega__menu {
  left: 0;
  right: 0;
  width: min(980px, 100vw - 24px);
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.crb-mega__title {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(37, 61, 44, 0.72);
  margin-bottom: 10px;
}

.crb-mega__link {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  color: #253D2C;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.crb-mega__link:hover {
  background: rgba(104, 186, 127, 0.18);
  color: #253D2C;
}

.crb-flag {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.2);
  background: #ffffff;
}

.crb-flag__img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  display: block;
  object-fit: cover;
}

.crb-flag__menu {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.crb-iconbtn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.2);
  background: #ffffff;
  color: #253D2C;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}
.crb-iconbtn svg {
  display: block;
}
.crb-iconbtn:hover {
  background: rgba(104, 186, 127, 0.18);
  border-color: rgba(46, 111, 64, 0.25);
  transform: translateY(-1px);
}

.crb-cta {
  background: #253D2C;
  border: 1px solid #253D2C;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}
.crb-cta:hover {
  background: rgb(29.2979591837, 48.3020408163, 34.8408163265);
  border-color: rgb(29.2979591837, 48.3020408163, 34.8408163265);
  color: #ffffff;
  transform: translateY(-1px);
}

/* Hero / Banner */
.crb-hero {
  background: #f9f9f9;
  padding: 28px 0 36px;
}

.crb-hero__content {
  max-width: 540px;
}

.crb-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #253D2C;
}

.crb-hero__title {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 84px;
  margin: 0 0 18px;
  color: #253D2C;
}

.crb-hero__text {
  margin: 0;
  color: rgba(37, 61, 44, 0.72);
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
}

.crb-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.crb-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.crb-hero__actions .btn:focus, .crb-hero__actions .btn:active {
  box-shadow: none;
  outline: none;
}
.crb-hero__actions .crb-cta {
  background: #253D2C;
  border: none;
  color: #ffffff;
}
.crb-hero__actions .crb-cta:hover, .crb-hero__actions .crb-cta:focus {
  background: rgb(27.3724489796, 45.1275510204, 32.5510204082);
  border: none;
  color: #ffffff;
  transform: none;
}
.crb-hero__actions .crb-btn--ghost {
  background: transparent;
  border: 1px solid rgba(37, 61, 44, 0.35);
  color: #253D2C;
}
.crb-hero__actions .crb-btn--ghost:hover, .crb-hero__actions .crb-btn--ghost:focus {
  background: rgba(37, 61, 44, 0.04);
  border-color: rgba(37, 61, 44, 0.5);
  color: #253D2C;
  transform: none;
}

.crb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  padding: 11px 16px;
  font-weight: 700;
  font-size: 13px;
}

.crb-btn--secondary {
  background: #253D2C;
  border: 1px solid rgba(37, 61, 44, 0.55);
  color: #ffffff;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease, color 160ms ease;
}
.crb-btn--secondary:hover {
  background: #2E6F40;
  border-color: rgba(46, 111, 64, 0.7);
  color: #ffffff;
  transform: translateY(-1px);
}

.crb-btn--ghost {
  background: transparent;
  border: 1px solid rgba(37, 61, 44, 0.28);
  color: #253D2C;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease, color 160ms ease;
}
.crb-btn--ghost:hover {
  background: rgba(37, 61, 44, 0.05);
  border-color: rgba(37, 61, 44, 0.45);
  color: #253D2C;
  transform: translateY(-1px);
}

.crb-hero__meta {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.crb-hero__trust {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.crb-hero__reviews {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.crb-greviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.crb-greviews__google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.crb-greviews__stars {
  display: inline-flex;
  align-items: center;
}

.crb-greviews__text strong {
  color: #253D2C;
}

.crb-hero__visual {
  position: relative;
}

.crb-hero__greenblock {
  position: absolute;
  top: -8px;
  right: 0;
  width: min(260px, 40%);
  height: 82px;
  background: #253D2C;
  border-radius: 5px;
  display: none;
}

.crb-hero__art {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 24px 48px rgba(37, 61, 44, 0.12);
}

.crb-hero__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* Hero features bar (below banner) */
.crb-hero-bar {
  background: #253D2C;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
}

.crb-hero-bar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
}

.crb-hero-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 180px;
  justify-content: center;
}

.crb-hero-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
}
.crb-hero-bar__icon svg {
  display: block;
}

.crb-hero-bar__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
}

/* Trusted brands slider */
.crb-trusted {
  background: #ffffff;
  padding: 10px 0 6px;
}

.crb-trusted .container {
  position: relative;
}

/* left/right white blur fade */
.crb-trusted .container::before,
.crb-trusted .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0) 100%);
}

.crb-trusted .container::before {
  left: 0;
}

.crb-trusted .container::after {
  right: 0;
  transform: scaleX(-1);
}

.crb-trusted__line {
  display: none;
}

.crb-brands-swiper {
  width: 100%;
}

.crb-brands-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.crb-brandslide {
  width: auto !important;
  padding: 14px 26px;
  display: flex;
  align-items: center;
}

.crb-brandimg {
  height: 54px;
  width: auto;
  max-width: 170px;
  display: block;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: transform 160ms ease;
}

.crb-brandimg:hover {
  transform: translateY(-1px);
}

.crb-brandslide__logo {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(37, 61, 44, 0.7);
  opacity: 0.9;
  filter: grayscale(1);
  transition: opacity 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.crb-brandslide__logo:hover {
  opacity: 1;
  color: #253D2C;
}

/* Sections */
.crb-section {
  padding: 46px 0;
}

.crb-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.crb-section__title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.3px;
  font-size: 30px;
  color: #000;
}

.crb-section__subtitle {
  margin: 6px 0 0;
  color: #000;
  font-size: 13px;
}

/* Popular Products */
.crb-popular {
  background: #ffffff;
}

.crb-popular--v2 {
  position: relative;
  overflow: hidden;
}
.crb-popular--v2::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 240px;
  background: linear-gradient(180deg, rgba(37, 61, 44, 0.06), rgba(37, 61, 44, 0));
  pointer-events: none;
}

.crb-popular__head {
  position: relative;
  margin-bottom: 22px;
}

.crb-popular__all {
  white-space: nowrap;
}

.crb-pcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.14);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
  text-decoration: none;
  color: inherit;
}
.crb-pcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(46, 111, 64, 0.25);
}

.crb-pcard__media {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f3f4f4;
  text-decoration: none;
}
.crb-pcard__media img,
.crb-pcard__media .crb-pcard__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crb-pcard__body {
  padding: 14px 14px 16px;
}

.crb-pcard__badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  background: rgba(37, 61, 44, 0.08);
  border: 1px solid rgba(37, 61, 44, 0.1);
  color: rgba(37, 61, 44, 0.8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.crb-pcard__title {
  margin: 10px 0 8px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  color: #000;
}
.crb-pcard__title a {
  color: inherit;
  text-decoration: none;
}
.crb-pcard__title a:hover {
  color: #2E6F40;
}

.crb-pcard__list {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 6px;
  color: rgba(37, 61, 44, 0.75);
  font-size: 12px;
  font-weight: 600;
}

.crb-pcard__link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 900;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.55);
  background: #253D2C;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}
.crb-pcard__link:hover {
  background: #2E6F40;
  border-color: rgba(46, 111, 64, 0.7);
  transform: translateY(-1px);
}

.crb-icon--arrow {
  flex: 0 0 auto;
}

.crb-centerhead {
  text-align: center;
  margin-bottom: 26px;
}

.crb-centerhead__title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #000;
}

/* Industries we serve */
.crb-industries {
  background: #f9f9f9;
}

.crb-industries .crb-centerhead__title {
  color: #253D2C;
  font-size: 28px;
}

.crb-industries__subtitle {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(37, 61, 44, 0.58);
}

.crb-indcard {
  position: relative;
  display: block;
  height: 100%;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  background: #253D2C;
  text-decoration: none;
  color: inherit;
}
.crb-indcard h3:not(.crb-indcard__title),
.crb-indcard p:not(.crb-indcard__text) {
  display: none;
}
.crb-indcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 61, 44, 0.2) 0%, rgba(37, 61, 44, 0.5) 50%, rgba(37, 61, 44, 0.88) 100%);
  pointer-events: none;
}
.crb-indcard:hover .crb-indcard__img {
  transform: scale(1.04);
}

.crb-indcard__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.crb-indcard__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px 20px 20px;
}

.crb-indcard__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.15;
}

.crb-indcard__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  max-width: 280px;
}

/* Why choose */
.crb-why {
  background: #ffffff;
}
.crb-why .crb-centerhead__title {
  color: #253D2C;
  font-size: 28px;
}

.crb-fcard {
  height: 100%;
}

.crb-fcard__media {
  position: relative;
  border-radius: 5px;
  background: #f3f4f4;
  border: 1px solid rgba(37, 61, 44, 0.08);
  height: 170px;
  display: grid;
  place-items: center;
  color: rgba(37, 61, 44, 0.7);
  overflow: hidden;
}

.crb-fcard__media svg {
  opacity: 0.85;
}

.crb-fcard__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  background: #2E6F40;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.crb-fcard__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(46, 111, 64, 0.16);
  border: 1px solid rgba(46, 111, 64, 0.22);
  color: #2E6F40;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.crb-fcard__body {
  padding: 14px 6px 0;
}

.crb-fcard__title {
  font-size: 14px;
  font-weight: 900;
  color: rgba(37, 61, 44, 0.92);
  margin: 0 0 8px;
}

.crb-fcard__text {
  font-size: 12px;
  line-height: 1.55;
  color: #000;
  margin: 0;
}

/* Quality manufacturing */
.crb-quality {
  background: #ffffff;
}

.crb-quality__image {
  border-radius: 5px;
  background: #f3f4f4;
  border: 1px solid rgba(37, 61, 44, 0.08);
  overflow: hidden;
}

.crb-quality__image svg {
  display: block;
  width: 100%;
  height: auto;
}

.crb-quality__title {
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -0.3px;
  font-size: clamp(20px, 2.2vw, 26px);
  color: #000;
}

.crb-quality__text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}

.crb-qgrid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 16px;
}

.crb-qgrid__left {
  display: grid;
  gap: 12px;
}

.crb-qgrid__right {
  display: grid;
}

.crb-qtile {
  border-radius: 5px;
  background: #f3f4f4;
  border: 1px solid rgba(37, 61, 44, 0.08);
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
}

.crb-qtile--tall {
  height: 100%;
  min-height: 164px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 18px 14px;
}

.crb-qtile__icon {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: #2E6F40;
  background: rgba(104, 186, 127, 0.14);
  border: 1px solid rgba(46, 111, 64, 0.18);
  flex: 0 0 auto;
}

.crb-qtile__label {
  font-weight: 900;
  font-size: 13px;
  color: rgba(37, 61, 44, 0.86);
}

/* How it works */
.crb-how {
  background: #253D2C;
}
.crb-how .crb-centerhead__title {
  color: #ffffff;
  font-size: 28px;
}

.crb-how .crb-step {
  height: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  padding: 16px 16px 18px;
}

.crb-how .crb-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.crb-how .crb-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 5px;
  background: #2E6F40;
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.crb-how .crb-step__icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  background: rgba(207, 255, 220, 0.18);
  border: 1px solid rgba(207, 255, 220, 0.28);
  color: #CFFFDC;
}

.crb-how .crb-step__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
}

.crb-how .crb-step__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

/* Features + quote */
.crb-features-quote {
  background: #ffffff;
}

.crb-features-quote__head {
  margin-bottom: 22px;
}

.crb-features-quote__title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1.15;
  font-size: clamp(18px, 2.2vw, 26px);
  color: #000;
}

.crb-mini {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
  padding: 18px 16px;
  height: 100%;
}

.crb-mini__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(207, 255, 220, 0.7);
  color: #253D2C;
  margin-bottom: 12px;
  border: 1px solid rgba(37, 61, 44, 0.08);
}

.crb-mini__title {
  font-weight: 900;
  font-size: 14px;
  color: #000;
  margin: 0 0 6px;
}

.crb-mini__text {
  font-size: 12px;
  line-height: 1.55;
  color: #000;
  margin: 0;
}

.crb-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.crb-quote {
  position: relative;
  border-radius: 5px;
  background: #f6f7f7;
  border: 1px solid rgba(37, 61, 44, 0.12);
  padding: 16px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
}

.crb-quote__label {
  font-weight: 800;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}

.crb-input {
  border-radius: 5px !important;
  border: 1px solid rgba(37, 61, 44, 0.14) !important;
  font-size: 12px;
  padding: 10px 10px;
  color: #000 !important;
}
.crb-input::placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.crb-input:focus {
  border-color: rgba(46, 111, 64, 0.6) !important;
  box-shadow: 0 0 0 4px rgba(104, 186, 127, 0.18) !important;
}

.crb-quote__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 14px;
}
.crb-quote__actions .crb-btn--primary {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
  padding: 12px 18px;
  font-size: 11px;
  line-height: 1.2;
}

.crb-product {
  padding-top: 28px;
  padding-bottom: 48px;
}

.crb-product__gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.crb-product__main {
  border-radius: 5px;
  overflow: hidden;
  background: #f6f7f7;
  border: 1px solid rgba(37, 61, 44, 0.1);
  aspect-ratio: 1/1;
}

.crb-product__main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crb-product__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.crb-product__thumb {
  appearance: none;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  background: #f6f7f7;
  cursor: pointer;
  aspect-ratio: 1/1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.crb-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crb-product__thumb:hover {
  border-color: rgba(46, 111, 64, 0.35);
}
.crb-product__thumb.is-active {
  border-color: #2E6F40;
  box-shadow: 0 0 0 3px rgba(104, 186, 127, 0.2);
}

.crb-product__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin-bottom: 10px;
}
.crb-product__breadcrumb a {
  color: rgba(37, 61, 44, 0.72);
  text-decoration: none;
}
.crb-product__breadcrumb a:hover {
  color: #253D2C;
  text-decoration: underline;
}
.crb-product__breadcrumb span[aria-current=page] {
  color: #253D2C;
  font-weight: 700;
}

.crb-product__title {
  font-size: 32px;
  font-weight: 800;
  color: #253D2C;
  line-height: 1.15;
  margin: 0 0 18px;
}

.crb-product__quote {
  margin-bottom: 24px;
}

.crb-product__about-title {
  font-size: 18px;
  font-weight: 800;
  color: #253D2C;
  margin: 0 0 10px;
}

.crb-product__about p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.78);
  margin: 0 0 12px;
}
.crb-product__about p:last-child {
  margin-bottom: 0;
}

.crb-product-tabs {
  padding-top: 0;
  padding-bottom: 56px;
}

.crb-product-tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(37, 61, 44, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.crb-product-tabs__nav .nav-item {
  flex: 1 1 50%;
}
.crb-product-tabs__nav .nav-link {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #2E6F40;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.crb-product-tabs__nav .nav-link:hover, .crb-product-tabs__nav .nav-link:focus {
  color: #ffffff;
  background: #68BA7F;
}
.crb-product-tabs__nav .nav-link.active {
  color: #ffffff;
  background: #253D2C;
}

.crb-product-tabs__content {
  border-top: 1px solid rgba(37, 61, 44, 0.12);
  padding-top: 16px;
  margin-top: 0;
}

.crb-product-tabs__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(37, 61, 44, 0.72);
}

.crb-product-tabs__specgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.crb-product-tabs__spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-product-tabs__spec-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2E6F40;
}

.crb-product-tabs__spec-value {
  font-size: 14px;
  font-weight: 600;
  color: #253D2C;
  line-height: 1.4;
}

.crb-printing {
  background: #ffffff;
}

.crb-printing__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 22px;
}

.crb-printing__title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #253D2C;
}

.crb-printing__subtitle {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(37, 61, 44, 0.72);
}

.crb-printing__nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 0;
  border: 1px solid rgba(37, 61, 44, 0.14);
  border-radius: 5px;
  background: #253D2C;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-overflow-scrolling: touch;
}
.crb-printing__nav::-webkit-scrollbar {
  height: 4px;
}
.crb-printing__nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}
.crb-printing__nav .nav-item {
  flex: 0 0 auto;
}
.crb-printing__nav .nav-link {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 12px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  background: transparent;
  transition: background-color 0.2s ease;
}
.crb-printing__nav .nav-link:hover, .crb-printing__nav .nav-link:focus {
  color: #ffffff;
  background: #2E6F40;
}
.crb-printing__nav .nav-link.active {
  color: #ffffff;
  background: #2E6F40;
}

.crb-printopt {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.crb-printopt:hover, .crb-printopt.is-featured {
  border-color: #2E6F40;
  box-shadow: 0 0 0 2px rgba(46, 111, 64, 0.22);
}

.crb-printopt__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f1f1;
}
.crb-printopt__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crb-printopt__title {
  margin: 0;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  background: #f0f1f1;
  border-top: 1px solid rgba(37, 61, 44, 0.12);
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-printopt__text {
  margin: 0;
  padding: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
}

.crb-related {
  background: rgba(37, 61, 44, 0.03);
}

.crb-archive-hero {
  padding: 28px 0 36px;
  background: linear-gradient(135deg, rgba(37, 61, 44, 0.06), rgba(207, 255, 220, 0.35));
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-archive-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 18px;
}
.crb-archive-hero__breadcrumb a {
  color: rgba(37, 61, 44, 0.72);
  text-decoration: none;
}
.crb-archive-hero__breadcrumb a:hover {
  color: #253D2C;
  text-decoration: underline;
}
.crb-archive-hero__breadcrumb span[aria-current=page] {
  color: #253D2C;
  font-weight: 700;
}

.crb-archive-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.crb-archive-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E6F40;
}

.crb-archive-hero__title {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.12;
  color: #253D2C;
}

.crb-archive-hero__text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(37, 61, 44, 0.72);
  max-width: 520px;
}

.crb-archive-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.crb-archive-hero__stat {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(37, 61, 44, 0.12);
  font-size: 12px;
  font-weight: 600;
  color: rgba(37, 61, 44, 0.8);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}
.crb-archive-hero__stat strong {
  color: #253D2C;
  font-weight: 800;
  margin-right: 4px;
}

.crb-archive-hero__visual {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.crb-archive-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: cover;
}

.crb-archive {
  padding-top: 36px;
  padding-bottom: 56px;
}

.crb-archive .woocommerce-pagination {
  margin-top: 28px;
}

.crb-archive-desc {
  padding-top: 30px;
  padding-bottom: 10px;
}

.crb-archive-desc__shell {
  padding: 16px;
}

.crb-archive-desc__scroll {
  max-height: 360px;
}

.crb-archive__sidebar {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crb-archive__filterblock {
  padding: 16px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.crb-archive__filtertitle {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #253D2C;
}

.crb-archive__filters {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.crb-archive__filter {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  background: rgba(37, 61, 44, 0.04);
  color: rgba(37, 61, 44, 0.82);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.crb-archive__filter:hover {
  background: rgba(46, 111, 64, 0.1);
  border-color: rgba(46, 111, 64, 0.2);
}
.crb-archive__filter.is-active {
  background: #253D2C;
  border-color: #253D2C;
  color: #ffffff;
}

.crb-archive__promo {
  padding: 16px;
  border-radius: 5px;
  background: linear-gradient(160deg, #253D2C, #2E6F40);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.crb-archive__promo-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}

.crb-archive__promo-text {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.crb-archive__form {
  margin: 0;
}

.crb-archive__formtitle {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  color: #253D2C;
}

.crb-archive__formtext {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(37, 61, 44, 0.72);
}

.crb-archive__formactions {
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.crb-archive__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.crb-archive__count {
  font-size: 14px;
  font-weight: 700;
  color: #253D2C;
}
.crb-archive__count span {
  color: #2E6F40;
  font-weight: 900;
}

.crb-archive__sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.crb-archive__sortlabel {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(37, 61, 44, 0.72);
  white-space: nowrap;
}

.crb-archive__select {
  min-width: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.crb-archive__chips {
  display: none;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.crb-archive__chip {
  appearance: none;
  flex: 0 0 auto;
  border: 1px solid rgba(37, 61, 44, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #253D2C;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.crb-archive__chip.is-active {
  background: #253D2C;
  border-color: #253D2C;
  color: #ffffff;
}

.crb-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.crb-archive__empty {
  grid-column: 1/-1;
  padding: 32px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed rgba(37, 61, 44, 0.2);
  background: rgba(37, 61, 44, 0.03);
  color: rgba(37, 61, 44, 0.72);
  font-size: 14px;
}
.crb-archive__empty a {
  color: #2E6F40;
  font-weight: 700;
}

.crb-acard {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.crb-acard:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(46, 111, 64, 0.35);
}
.crb-acard.is-hidden {
  display: none;
}

.crb-acard__media {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  text-decoration: none;
}

.crb-acard__media img,
.crb-acard__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.crb-acard:hover .crb-acard__img {
  transform: scale(1.05);
}

.crb-acard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(37, 61, 44, 0.55));
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.crb-acard:hover .crb-acard__overlay {
  opacity: 1;
}

.crb-acard__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 5px;
  background: #CFFFDC;
  border: 1px solid rgba(37, 61, 44, 0.12);
  color: #253D2C;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.crb-acard__cta {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  padding: 8px 14px;
  border-radius: 5px;
  background: #ffffff;
  color: #253D2C;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.crb-acard:hover .crb-acard__cta {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.crb-acard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 14px 16px;
}

.crb-acard__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.crb-acard__title a {
  color: #253D2C;
  text-decoration: none;
}
.crb-acard__title a:hover {
  color: #2E6F40;
}

.crb-acard__text {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(37, 61, 44, 0.72);
  flex: 1;
}

.crb-acard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.crb-acard__tag {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(37, 61, 44, 0.06);
  color: rgba(37, 61, 44, 0.75);
}

.crb-btn--primary {
  background: #253D2C;
  border: 1px solid rgba(37, 61, 44, 0.6);
  color: #ffffff;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 900;
  font-size: 12px;
}
.crb-btn--primary:hover {
  background: #2E6F40;
  border-color: rgba(46, 111, 64, 0.75);
  color: #ffffff;
}

.crb-btn--primary,
.crb-btn--secondary,
.crb-cta2,
.crb-prefooter-cta__btn,
.crb-cta,
.crb-btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.crb-btn--primary::after,
.crb-btn--secondary::after,
.crb-cta2::after,
.crb-prefooter-cta__btn::after,
.crb-cta::after,
.crb-btn--ghost::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 5l7 7-7 7-1.4-1.4L16.2 13H4v-2h12.2l-4.6-4.6L13 5z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 5l7 7-7 7-1.4-1.4L16.2 13H4v-2h12.2l-4.6-4.6L13 5z'/%3E%3C/svg%3E");
}

.crb-nav2__icon::after,
.btn-close::after {
  content: none !important;
}

/* Description (scrollable) */
.crb-desc {
  background: #ffffff;
}

.crb-desc__shell {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: linear-gradient(180deg, rgba(37, 61, 44, 0.04), white);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.07);
  padding: 14px;
}

.crb-desc__media {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(37, 61, 44, 0.1);
  background: #f6f7f7;
}

.crb-desc__img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
}

.crb-desc__kpis {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.crb-kpi {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 12px;
}

.crb-kpi__value {
  font-weight: 900;
  font-size: 18px;
  color: #000;
  line-height: 1.05;
}

.crb-kpi__label {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(37, 61, 44, 0.7);
}

.crb-desc__scroll {
  max-height: 400px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.05);
  padding: 16px 18px;
}
.crb-desc__scroll::-webkit-scrollbar {
  width: 6px;
}
.crb-desc__scroll::-webkit-scrollbar-thumb {
  background: rgba(37, 61, 44, 0.25);
  border-radius: 999px;
}
.crb-desc__scroll::-webkit-scrollbar-track {
  background: rgba(37, 61, 44, 0.06);
}

.crb-desc__block {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(37, 61, 44, 0.1);
}
.crb-desc__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.crb-desc__heading {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #253D2C;
}

.crb-tabs {
  gap: 10px;
  margin-bottom: 12px;
}

.crb-tabs .nav-link {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.14);
  background: #ffffff;
  color: rgba(37, 61, 44, 0.78);
  font-weight: 900;
  font-size: 12px;
  padding: 10px 12px;
}

.crb-tabs .nav-link.active {
  background: #253D2C;
  border-color: rgba(37, 61, 44, 0.5);
  color: #ffffff;
}

.crb-tabcontent {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.crb-tabpane {
  padding: 14px 14px;
  min-height: 210px;
}

.crb-tabpane__lead {
  margin: 0 0 10px;
  font-weight: 800;
  color: #000;
  font-size: 13px;
  line-height: 1.55;
}

.crb-tabpane__small {
  margin: 12px 0 0;
  color: rgba(37, 61, 44, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.crb-checklist {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.crb-pillgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.crb-pill {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(37, 61, 44, 0.14);
  background: rgba(207, 255, 220, 0.45);
  color: rgba(37, 61, 44, 0.85);
  font-size: 12px;
  font-weight: 800;
}

/* Reviews carousel */
.crb-reviews {
  background: #f9f9f9;
}

.crb-reviews__title {
  margin: 0 0 36px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #253D2C;
}

.crb-reviews__carousel {
  position: relative;
  padding: 0 52px;
}

.crb-reviews-swiper {
  overflow: hidden;
}

.crb-reviews-swiper .swiper-slide {
  height: auto;
}

.crb-reviews__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid #253D2C;
  background: #ffffff;
  color: #253D2C;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}
.crb-reviews__nav:hover {
  background: rgba(207, 255, 220, 0.5);
}
.crb-reviews__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.crb-reviews__nav--prev {
  left: 0;
}

.crb-reviews__nav--next {
  right: 0;
}

.crb-rcard {
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid rgba(37, 61, 44, 0.1);
  background: #fafafa;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 24px 22px 20px;
}

.crb-rcard__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #253D2C;
  margin: 0 0 16px;
}
.crb-rcard__stars svg {
  display: block;
}

.crb-rcard__text {
  flex: 1;
  margin: 0 0 20px;
  color: rgba(37, 61, 44, 0.72);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.crb-rcard__divider {
  border-top: 1px solid rgba(37, 61, 44, 0.12);
  margin: 0 0 16px;
}

.crb-rcard__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.crb-rcard__avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(207, 255, 220, 0.85);
  border: 1px solid rgba(104, 186, 127, 0.35);
}
.crb-rcard__avatar--img {
  display: block;
  object-fit: cover;
}

.crb-rcard__name {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 1.25;
}

.crb-rcard__role {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(37, 61, 44, 0.5);
  line-height: 1.35;
}

.crb-accordion {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
}
.crb-accordion .accordion-item {
  border: 0;
  border-top: 1px solid rgba(37, 61, 44, 0.1);
}
.crb-accordion .accordion-item:first-child {
  border-top: 0;
}
.crb-accordion .accordion-button {
  font-weight: 900;
  color: #000;
  background: #f6f7f7;
  box-shadow: none;
}
.crb-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(104, 186, 127, 0.18);
}
.crb-accordion .accordion-button:not(.collapsed) {
  color: #253D2C;
  background: rgba(207, 255, 220, 0.45);
}
.crb-accordion .accordion-body {
  background: #ffffff;
  color: #000;
  font-size: 13px;
  line-height: 1.65;
}

/* FAQs */
.crb-faqs {
  background: #ffffff;
}

.crb-faqcard {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: linear-gradient(180deg, rgba(207, 255, 220, 0.35), white 54%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
  padding: 24px 22px;
  display: grid;
  gap: 14px;
  max-width: 360px;
  overflow: hidden;
}
.crb-faqcard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 220px at 20% -10%, rgba(104, 186, 127, 0.22), transparent 60%), radial-gradient(520px 200px at 85% 0%, rgba(46, 111, 64, 0.16), transparent 55%);
  pointer-events: none;
}
.crb-faqcard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #253D2C, #2E6F40, #68BA7F);
  opacity: 0.9;
  pointer-events: none;
}
.crb-faqcard > * {
  position: relative;
  z-index: 1;
}

.crb-faqcard__title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 26px;
  color: #253D2C;
  line-height: 1.12;
  display: flex;
  align-items: center;
  gap: 10px;
}
.crb-faqcard__title::before {
  content: "?";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(37, 61, 44, 0.08);
  border: 1px solid rgba(37, 61, 44, 0.12);
  color: #253D2C;
  font-size: 18px;
  font-weight: 900;
  flex: 0 0 auto;
}

.crb-faqcard__text {
  margin: 0;
  color: rgba(37, 61, 44, 0.72);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.65;
}

.crb-faqcard__mini {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(46, 111, 64, 0.22);
  background: rgba(207, 255, 220, 0.7);
  padding: 12px 14px 12px 44px;
  color: #253D2C;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
}
.crb-faqcard__mini::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(46, 111, 64, 0.12);
  border: 1px solid rgba(46, 111, 64, 0.22);
}
.crb-faqcard__mini::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2E6F40;
}
.crb-faqcard__mini strong {
  font-weight: 800;
}

.crb-faqcard .crb-btn--secondary {
  margin-top: 4px;
  padding: 10px 14px;
  font-weight: 800;
  width: fit-content !important;
  font-size: 12px;
  background: #253D2C;
  border-color: #253D2C;
  color: #ffffff;
  min-height: 40px;
}
.crb-faqcard .crb-btn--secondary:hover {
  background: #2E6F40;
  border-color: #2E6F40;
  color: #ffffff;
}

.crb-page-hero {
  padding: 28px 0 32px;
  background: linear-gradient(135deg, rgba(37, 61, 44, 0.06), rgba(207, 255, 220, 0.35));
  border-bottom: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 14px;
}
.crb-page-hero__breadcrumb a {
  color: rgba(37, 61, 44, 0.72);
  text-decoration: none;
}
.crb-page-hero__breadcrumb a:hover {
  color: #253D2C;
  text-decoration: underline;
}
.crb-page-hero__breadcrumb span[aria-current=page] {
  color: #253D2C;
  font-weight: 700;
}

.crb-page-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E6F40;
}

.crb-page-hero__title {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
  color: #253D2C;
  max-width: 720px;
}

.crb-page-hero__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(37, 61, 44, 0.72);
  max-width: 640px;
}

.crb-contact {
  padding-bottom: 56px;
}

.crb-contact__info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.crb-contactcard {
  padding: 16px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  margin-bottom: 12px;
}
.crb-contactcard--mint {
  background: rgba(207, 255, 220, 0.55);
  border-color: rgba(46, 111, 64, 0.2);
}

.crb-contactcard__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #253D2C;
}

.crb-contactcard__text {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(37, 61, 44, 0.72);
}

.crb-contactcard__link {
  font-size: 14px;
  font-weight: 800;
  color: #2E6F40;
  text-decoration: none;
}
.crb-contactcard__link:hover {
  color: #253D2C;
  text-decoration: underline;
}

.crb-contact__formtitle {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  color: #253D2C;
}

.crb-contact__formactions {
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.crb-captcha {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: rgba(207, 255, 220, 0.35);
}

.crb-captcha__label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: #253D2C;
}

.crb-captcha__required {
  color: #2E6F40;
}

.crb-captcha__row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.crb-captcha__question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(37, 61, 44, 0.14);
  font-size: 16px;
  font-weight: 900;
  color: #253D2C;
}

.crb-captcha__eq {
  font-size: 18px;
  font-weight: 900;
  color: #253D2C;
}

.crb-captcha__input {
  max-width: 88px;
}

.crb-captcha__hint {
  margin: 8px 0 0;
  font-size: 11px;
  color: rgba(37, 61, 44, 0.72);
  line-height: 1.45;
}

.crb-field-error {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #b42318;
  line-height: 1.4;
}

.crb-input.is-invalid,
.crb-captcha__input.is-invalid {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12) !important;
}

.crb-newscard .crb-captcha {
  margin: 0;
  padding: 10px 12px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.crb-newscard .crb-captcha__label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
}

.crb-newscard .crb-captcha__hint {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  margin-top: 6px;
}

.crb-newscard .crb-captcha__eq {
  color: rgba(255, 255, 255, 0.9);
}

.crb-newscard .crb-captcha__input {
  background: #ffffff;
  color: #253D2C;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.crb-newscard .crb-form-msg {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.crb-newscard .crb-form-msg.text-success {
  color: #CFFFDC;
}
.crb-newscard .crb-form-msg.text-danger {
  color: #ffb4ab;
}

.crb-form-msg.text-danger {
  color: #b42318;
}

.crb-form-msg.text-success {
  color: #2E6F40;
}

.crb-quote-page {
  padding-bottom: 56px;
}

.crb-quote-page__aside {
  padding: 18px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: rgba(37, 61, 44, 0.04);
  height: 100%;
}
.crb-quote-page__aside .crb-checklist {
  color: rgba(37, 61, 44, 0.88);
}

.crb-quote-page__asidetitle {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #253D2C;
}

.crb-quote-page__help {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(37, 61, 44, 0.12);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(37, 61, 44, 0.72);
}
.crb-quote-page__help a {
  color: #2E6F40;
  font-weight: 700;
  text-decoration: none;
}
.crb-quote-page__help a:hover {
  text-decoration: underline;
}

.crb-quote-page__form {
  margin: 0;
}

.crb-post {
  padding-top: 28px;
  padding-bottom: 56px;
}

.crb-post__breadcrumb {
  margin-bottom: 18px;
}

.crb-post__meta {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2E6F40;
  margin-bottom: 10px;
}

.crb-post__title {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  color: #253D2C;
}

.crb-post__media {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgba(37, 61, 44, 0.12);
}
.crb-post__media img {
  display: block;
  width: 100%;
}

.crb-post__lead {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  color: #253D2C;
  margin-bottom: 18px;
}

.crb-post__content h2,
.crb-content h2 {
  margin: 24px 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: #253D2C;
}
.crb-post__content h3,
.crb-content h3 {
  margin: 20px 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: #253D2C;
}
.crb-post__content p,
.crb-content p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
  margin-bottom: 14px;
}
.crb-post__content ul,
.crb-post__content ol,
.crb-content ul,
.crb-content ol {
  margin: 0 0 14px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
}
.crb-post__content blockquote,
.crb-content blockquote {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 4px solid #2E6F40;
  background: rgba(207, 255, 220, 0.45);
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #253D2C;
}
.crb-post__content img,
.crb-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.crb-post__footer {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(37, 61, 44, 0.12);
}

.crb-post__quote {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 4px solid #2E6F40;
  background: rgba(207, 255, 220, 0.45);
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #253D2C;
}

.crb-post__sidebar {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crb-postwidget {
  padding: 16px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}
.crb-postwidget--cta {
  background: linear-gradient(160deg, #253D2C, #2E6F40);
  border-color: transparent;
  color: #ffffff;
}
.crb-postwidget--cta p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.crb-postwidget__title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
  color: #253D2C;
}
.crb-postwidget--cta .crb-postwidget__title {
  color: #ffffff;
}

.crb-postwidget__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.crb-postwidget__list a {
  font-size: 13px;
  font-weight: 700;
  color: #253D2C;
  text-decoration: none;
}
.crb-postwidget__list a:hover {
  color: #2E6F40;
  text-decoration: underline;
}

.crb-about-story {
  padding-bottom: 40px;
}

.crb-about-story__img {
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.crb-about-story__title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  color: #253D2C;
  line-height: 1.2;
}

.crb-about-story__content,
.crb-about-story p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(37, 61, 44, 0.72);
  margin-bottom: 12px;
}

.crb-about-story__content p:last-child {
  margin-bottom: 16px;
}

.crb-about-story .crb-btn {
  margin-top: 4px;
}

.crb-about-values .crb-centerhead__title {
  color: #253D2C;
  font-size: 28px;
}

.crb-how--about .crb-step__top {
  justify-content: flex-start;
}

.crb-about-stats {
  padding: 36px 0;
  background: #253D2C;
}

.crb-about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.crb-about-stat__num {
  font-size: 28px;
  font-weight: 800;
  color: #CFFFDC;
  line-height: 1.1;
}

.crb-about-stat__label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.crb-about-values {
  padding-bottom: 40px;
}

.crb-about-value {
  height: 100%;
  padding: 18px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}
.crb-about-value h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #253D2C;
}
.crb-about-value p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(37, 61, 44, 0.72);
}

/* Blog */
.crb-blog {
  background: #ffffff;
  padding-bottom: 56px;
}

.crb-blog--archive {
  padding-top: 8px;
}

.crb-blog__head {
  margin-bottom: 22px;
}

.crb-blog__all {
  white-space: nowrap;
}

.crb-blog__pagination {
  margin-top: 36px;
}
.crb-blog__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.crb-blog__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.14);
  background: #ffffff;
  color: #253D2C;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.crb-blog__pagination .page-numbers:hover {
  border-color: rgba(46, 111, 64, 0.35);
  color: #2E6F40;
}
.crb-blog__pagination .page-numbers.current {
  background: #253D2C;
  border-color: #253D2C;
  color: #ffffff;
}

.crb-blog__empty {
  padding: 48px 24px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed rgba(37, 61, 44, 0.2);
  background: rgba(37, 61, 44, 0.03);
  color: rgba(37, 61, 44, 0.72);
  font-size: 15px;
}

.crb-blogcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  border: 1px solid rgba(37, 61, 44, 0.12);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}
.crb-blogcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(46, 111, 64, 0.25);
}

.crb-blogcard__media {
  position: relative;
  aspect-ratio: 16/10;
  background: #f6f7f7;
  overflow: hidden;
}
.crb-blogcard__media a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.crb-blogcard__media img,
.crb-blogcard__media .crb-blogcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.crb-blogcard:hover .crb-blogcard__media img {
  transform: scale(1.04);
}

.crb-blogcard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 16px 18px;
}

.crb-blogcard__meta {
  font-size: 11px;
  font-weight: 900;
  color: rgba(37, 61, 44, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.crb-blogcard__title {
  margin: 10px 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
}
.crb-blogcard__title a {
  color: inherit;
  text-decoration: none;
}
.crb-blogcard__title a:hover {
  color: #2E6F40;
}

.crb-blogcard__text {
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 13px;
  line-height: 1.65;
  flex: 1;
}

.crb-blogcard__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 900;
  font-size: 12px;
  color: #253D2C;
  text-decoration: none;
  margin-top: auto;
}
.crb-blogcard__link:hover {
  color: #2E6F40;
  text-decoration: underline;
}

/* Pre-footer CTA */
.crb-prefooter-cta {
  background: rgba(207, 255, 220, 0.65);
  padding: 56px 0 52px;
}

.crb-prefooter-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.crb-prefooter-cta__title {
  margin: 0 0 14px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #253D2C;
}

.crb-prefooter-cta__text {
  margin: 0 auto 28px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  color: #253D2C;
}

.crb-prefooter-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.crb-prefooter-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.crb-prefooter-cta__btn:focus, .crb-prefooter-cta__btn:active {
  box-shadow: none;
  outline: none;
}

.crb-prefooter-cta__btn--primary {
  background: #253D2C;
  border: 1px solid #253D2C;
  color: #ffffff;
}
.crb-prefooter-cta__btn--primary:hover {
  background: rgb(27.3724489796, 45.1275510204, 32.5510204082);
  border-color: rgb(27.3724489796, 45.1275510204, 32.5510204082);
  color: #ffffff;
}

.crb-prefooter-cta__btn--outline {
  background: transparent;
  border: 1px solid #253D2C;
  color: #253D2C;
}
.crb-prefooter-cta__btn--outline:hover {
  background: rgba(37, 61, 44, 0.06);
  border-color: #253D2C;
  color: #253D2C;
}

.crb-prefooter-cta__note {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #253D2C;
}

/* Footer */
.crb-footer {
  background: #253D2C;
  color: rgba(255, 255, 255, 0.9);
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.crb-footer::before, .crb-footer::after {
  content: "";
  position: absolute;
  inset: auto auto 0 auto;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(104, 186, 127, 0.22), rgba(37, 61, 44, 0) 62%);
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.9;
}
.crb-footer::before {
  left: -320px;
  top: -280px;
}
.crb-footer::after {
  right: -360px;
  top: -240px;
  background: radial-gradient(circle at 30% 30%, rgba(207, 255, 220, 0.14), rgba(37, 61, 44, 0) 62%);
}

.crb-footer--v2 {
  padding: 38px 0 0;
}

.crb-footer__top {
  position: relative;
  z-index: 1;
}

.crb-footer__brandrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.crb-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 12px;
}

.crb-footer__mark {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2E6F40, #68BA7F);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.crb-footer__name {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 13px;
}

.crb-footer__title {
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin: 6px 0 10px;
}

.crb-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 0.7fr 1fr;
  gap: 22px;
}

.crb-footer__col--about {
  max-width: 440px;
}

.crb-footer__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  text-align: right;
}

.crb-footer__ctabtn {
  padding: 10px 14px;
}

.crb-footer .crb-btn--secondary {
  background: #2E6F40;
  border-color: rgba(46, 111, 64, 0.75);
  color: #ffffff;
}
.crb-footer .crb-btn--secondary:hover, .crb-footer .crb-btn--secondary:focus {
  background: #CFFFDC;
  border-color: #CFFFDC;
  color: #253D2C;
  transform: translateY(-1px);
}

.crb-footer__call {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
}
.crb-footer__call:hover {
  color: #CFFFDC;
  text-decoration: underline;
}

.crb-footer__text {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.7;
}

.crb-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px;
}

.crb-footerchip {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1px;
}

.crb-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.crb-footer__link {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.crb-footer__link:hover {
  color: #CFFFDC;
  text-decoration: underline;
}

.crb-footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.crb-footer__contactlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color 160ms ease;
}
.crb-footer__contactlink:hover {
  color: #CFFFDC;
  text-decoration: none;
}
.crb-footer__contactlink:hover .crb-footer__contacticon {
  background: rgba(207, 255, 220, 0.12);
  border-color: rgba(207, 255, 220, 0.35);
  color: #CFFFDC;
}

.crb-footer__contacticon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  flex-shrink: 0;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.crb-footer__contacticon svg {
  display: block;
}

.crb-footer__dot {
  opacity: 0.5;
}

.crb-footer__social {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crb-socialbtn {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: transform 120ms ease, background 160ms ease, border-color 160ms ease;
}
.crb-socialbtn:hover {
  transform: translateY(-1px);
  background: rgba(207, 255, 220, 0.12);
  border-color: rgba(207, 255, 220, 0.35);
  color: #CFFFDC;
}

.crb-footer__form {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.crb-footer__input {
  flex: 1 1 auto;
  height: 42px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0 12px;
  outline: none;
}
.crb-footer__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.crb-footer__input:focus {
  border-color: rgba(207, 255, 220, 0.85);
  box-shadow: 0 0 0 4px rgba(104, 186, 127, 0.18);
}

.crb-footer__btn {
  height: 42px;
  border-radius: 5px;
  border: 1px solid rgba(46, 111, 64, 0.75);
  background: #2E6F40;
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  padding: 0 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.crb-footer__btn:hover, .crb-footer__btn:focus {
  background: #CFFFDC;
  border-color: #CFFFDC;
  color: #253D2C;
}

.crb-footer__bottom {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  background: rgba(15, 23, 18, 0.14);
  position: relative;
  z-index: 1;
}

.crb-footer__bottominner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.crb-footer__bottomlinks {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Newsletter card */
.crb-newscard {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  padding: 16px;
}

.crb-newscard__title {
  color: #ffffff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.crb-newscard__text {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
}

.crb-newscard__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.crb-newscard__input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  padding: 0 12px;
  outline: none;
}
.crb-newscard__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.crb-newscard__input:focus {
  border-color: rgba(207, 255, 220, 0.85);
  box-shadow: 0 0 0 4px rgba(104, 186, 127, 0.16);
}

.crb-newscard__btn {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: 1px solid rgba(46, 111, 64, 0.75);
  background: #2E6F40;
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  padding: 0 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.crb-newscard__btn:hover, .crb-newscard__btn:focus {
  background: #CFFFDC;
  border-color: #CFFFDC;
  color: #253D2C;
}

.crb-newscard__fine {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .crb-footer__brandrow {
    flex-direction: column;
    align-items: flex-start;
  }
  .crb-footer__cta {
    justify-content: flex-start;
    text-align: left;
  }
  .crb-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .crb-footer__col--news {
    grid-column: 1/-1;
  }
  .crb-footer__bottominner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .crb-search {
    min-width: 0;
    width: 100%;
  }
  .crb-nav .nav-link {
    padding: 10px 0;
  }
  .crb-navbar {
    box-shadow: none;
  }
  .crb-hero__title {
    font-size: 34px;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }
  .crb-hero__eyebrow {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .crb-hero__text {
    font-size: 14px;
  }
  .crb-hero__visual {
    min-height: 0;
  }
  .crb-hero__greenblock {
    top: -6px;
    height: 70px;
  }
  .crb-hero-bar__list {
    justify-content: center;
  }
  .crb-hero-bar__item {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    justify-content: flex-start;
  }
  .crb-hero-bar__label {
    white-space: normal;
  }
  .crb-reviews__carousel {
    padding: 0 40px;
  }
  .crb-reviews__title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .crb-prefooter-cta {
    padding: 44px 0 40px;
  }
  .crb-prefooter-cta__title {
    font-size: 28px;
  }
  .crb-prefooter-cta__text {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .crb-prefooter-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .crb-prefooter-cta__btn {
    width: 100%;
  }
  .crb-section {
    padding: 34px 0;
  }
  .crb-section__head {
    align-items: start;
  }
  .crb-qgrid {
    grid-template-columns: 1fr;
  }
  .crb-qtile--tall {
    min-height: 92px;
  }
  .crb-quote__actions {
    grid-template-columns: 1fr;
  }
  .crb-product__title {
    font-size: 26px;
  }
  .crb-product__thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .crb-product-tabs__nav .nav-link {
    font-size: 11px;
    padding: 12px 10px;
  }
  .crb-product-tabs__specgrid {
    grid-template-columns: 1fr;
  }
  .crb-printing__title {
    font-size: 22px;
  }
  .crb-printing__nav .nav-link {
    font-size: 10px;
    padding: 10px 12px;
  }
  .crb-archive-hero__inner {
    grid-template-columns: 1fr;
  }
  .crb-archive-hero__title {
    font-size: 24px;
  }
  .crb-product__title {
    font-size: 24px;
  }
  .crb-centerhead__title {
    font-size: 22px;
  }
  .crb-section__title {
    font-size: 22px;
  }
  .crb-archive-hero__visual {
    order: -1;
  }
  .crb-archive__sidebar {
    position: static;
  }
  .crb-archive__chips {
    display: flex;
  }
  .crb-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .crb-page-hero__title {
    font-size: 22px;
  }
  .crb-post__title {
    font-size: 26px;
  }
  .crb-post__sidebar {
    position: static;
  }
  .crb-about-story__title {
    font-size: 24px;
  }
  .crb-nav2__right {
    padding: 10px 0 14px;
    justify-content: flex-start;
  }
  .crb-nav2 .crb-mega__menu {
    position: static;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border: 0;
    border-top: 1px solid rgba(37, 61, 44, 0.1);
    border-radius: 0;
    margin-top: 8px;
  }
  .crb-nav2 .crb-mega__inner {
    padding: 12px 0 8px;
  }
  .crb-mega__promo {
    margin-top: 4px;
  }
  .crb-faqcard {
    max-width: none;
  }
}
:where(a, button, .btn, input, select, textarea, summary):focus-visible {
  outline: 3px solid #CFFFDC;
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .crb-hero__title {
    font-size: 28px;
    line-height: 1.15;
  }
  .crb-archive-hero__title {
    font-size: 22px;
  }
  .crb-page-hero__title {
    font-size: 20px;
  }
  .crb-product__title {
    font-size: 22px;
  }
  .crb-prefooter-cta__title {
    font-size: 24px;
  }
}
