/*NAV*/
/* =========================================================
   HFE / HELLO THEME MEGA MENU - COMPANY
   ========================================================= */

/* Top level parent */
.menu-item-mega {
  position: static !important;
}

/* The FIRST dropdown under Company becomes the mega panel */
.menu-item-mega > .sub-menu {
  position: absolute !important;
  top: calc(100% + 0px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12) !important;
  padding: 10px !important;
  margin: 0 !important;
  list-style: none !important;
  z-index: 9999 !important;

  display: grid !important;
  grid-template-columns: 1.1fr 1fr 1fr !important;
  gap: 18px !important;
  align-items: stretch !important;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
}

/* Show on desktop hover/focus */
.menu-item-mega:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* First-level columns inside mega panel */
.menu-item-mega > .sub-menu > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  position: relative !important;
  min-width: 0 !important;
}

/* Kill HFE flyout behavior inside mega menu */
.menu-item-mega > .sub-menu > li > .sub-menu {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove HFE toggle arrows inside mega panel headings */
.menu-item-mega .menu-mega-bio > .hfe-has-submenu-container .hfe-menu-toggle,
.menu-item-mega .menu-mega-group > .hfe-has-submenu-container .hfe-menu-toggle {
  display: none !important;
}

/* Disable heading click feeling */
.menu-item-mega .menu-mega-bio > .hfe-has-submenu-container > a,
.menu-item-mega .menu-mega-group > .hfe-has-submenu-container > a {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

/* Shared heading wrapper cleanup */
.menu-item-mega .menu-mega-bio > .hfe-has-submenu-container,
.menu-item-mega .menu-mega-group > .hfe-has-submenu-container {
  display: block !important;
  padding: 0 !important;
  margin: 0 0 14px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   LEFT BIO COLUMN
   ========================================================= */
.menu-item-mega > .sub-menu > li.menu-mega-bio {
  background: linear-gradient(180deg, #f4faf5 0%, #ebf4ee 100%) !important;
  border: 1px solid rgba(56, 111, 72, 0.08) !important;
  border-radius: 20px !important;
  padding: 22px !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-bio > .hfe-has-submenu-container > a {
  display: block !important;
  font-size: 34px !important;
  line-height: 0.98 !important;
  font-weight: 600 !important;
  color: #4e5d51 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 16px 0 !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-bio > .sub-menu > li {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-bio > .sub-menu > li > a {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: #6f786f !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
  white-space: normal !important;
}

/* =========================================================
   RIGHT GROUP COLUMNS
   ========================================================= */
   
   .hfe-sub-menu-item {
       padding:15px!important;
       text-align:left; 
   }
.menu-item-mega > .sub-menu > li.menu-mega-group {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 8px 4px !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-group > .hfe-has-submenu-container > a {
  display: block !important;
  color: #74a528 !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
  margin: 0 0 10px 0 !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-group > .sub-menu > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-group > .sub-menu > li > a {
  display: block !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  border-top: 1px solid #d9d9d9 !important;
  background: #fff !important;
  color: #4e4e4e !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  white-space: normal !important;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-group > .sub-menu > li:first-child > a {
  border-top: 1px solid #d9d9d9 !important;
}

.menu-item-mega > .sub-menu > li.menu-mega-group > .sub-menu > li > a:hover {
  background: #f6f8f4 !important;
  color: #2f6d45 !important;
  padding-left: 22px !important;
}

/* =========================================================
   IMPORTANT HFE OVERRIDES
   ========================================================= */

/* prevent narrow flyout widths from HFE */
.menu-item-mega .sub-menu {
  min-width: 0 !important;
}

/* keep the whole nav area relative for positioning */
.hfe-nav-menu,
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu nav,
.hfe-nav-menu nav ul,
.elementor-widget-hfe-nav-menu {
  position: relative;
}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */
@media (max-width: 1024px) {
  .menu-item-mega > .sub-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 12px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .menu-item-mega.menu-open > .sub-menu {
    display: grid !important;
  }

  .menu-item-mega > .sub-menu > li.menu-mega-bio,
  .menu-item-mega > .sub-menu > li.menu-mega-group {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    padding: 16px !important;
    background: #fff !important;
  }

  .menu-item-mega > .sub-menu > li.menu-mega-bio > .hfe-has-submenu-container > a,
  .menu-item-mega > .sub-menu > li.menu-mega-group > .hfe-has-submenu-container > a {
    pointer-events: none !important;
  }

  .menu-item-mega > .sub-menu > li.menu-mega-group > .sub-menu > li > a {
    padding: 14px 0 !important;
    border-top: 1px solid #e3e3e3 !important;
  }
}

.elementor-167 .elementor-element.elementor-element-fc0e284 .sub-menu li.menu-item:not(:last-child), .elementor-167 .elementor-element.elementor-element-fc0e284 nav.hfe-dropdown li.menu-item:not(:last-child), .elementor-167 .elementor-element.elementor-element-fc0e284 nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
    border-bottom:none!important;
}

@media only screen and (max-width: 820px){
#menu-item-1944{
height: 250px!important;
}

#menu-item-1945{
height: 380px!important;
}

#menu-item-1946{
height: 380px!important;
}

#menu-item-3065{
height: 200px!important;
}

#menu-item-3072, #menu-item-3073{
height: 250px!important;
}

#menu-item-3077{
height: 200px!important;
}

#menu-item-3080{
height: 400px!important;
}

 #menu-item-3081{
height: 350px!important;
}

#menu-item-3235{
height: 250px!important;
}

#menu-item-3239, #menu-item-3238, #menu-item-3729{
height: 300px!important;
}


#menu-item-3732{
height: 200px!important;
}

}
/*NAV end*/

/* =========================
   HEADER ONLY FADE EFFECT
   ========================= */

#masthead {
    position: relative;
    z-index: 50;
    background: #fff !important; /* natural white */
    overflow: visible !important;
    box-shadow: none !important;
}

/* Keep inner Elementor header clean */
#masthead .elementor-element-b75cdac {
    position: relative;
    z-index: 5;
    background: transparent !important;
}

/* Remove the old full-header mist */
#masthead::before {.gab-intro
    content: none !important;
}

/* Bottom fade only */
#masthead::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 60px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(252,252,248,1) 0%,
        rgba(252,252,248,0.94) 22%,
        rgba(252,252,248,0.70) 48%,
        rgba(252,252,248,0.34) 74%,
        rgba(252,252,248,0.10) 90%,
        rgba(252,252,248,0) 100%
    );
}

/* Prevent lower sections from getting fake mist */
.home .elementor-top-section:first-of-type::before,
.home .e-con:first-of-type::before,
.home .elementor-top-section:first-of-type::after,
.home .e-con:first-of-type::after {
    content: none !important;
}

/* Allow the fade to extend without clipping */
.elementor-location-header,
.elementor-location-header > div,
.site-header,
#masthead {
    overflow: visible !important;
}


/* ===== TOP NAVIGATION (Underline Animation) ===== */
header .hfe-nav-menu:first-of-type .hfe-menu-item {
  position: relative;
  display: inline-block;
  color: #838383;
  padding: 8px 12px;
  text-decoration: none;
  transition: color 0.3s ease;
}

header .hfe-nav-menu:first-of-type .hfe-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #558e11;
  transition: width 0.3s ease;
}

header .hfe-nav-menu:first-of-type .hfe-menu-item:hover::after {
  width: 100%;
}

header .hfe-nav-menu:first-of-type .hfe-menu-item:hover {
  color: #61980e;
}

/* ===== MAIN NAVIGATION (Luxury Pill Buttons) ===== */
header .hfe-nav-menu:last-of-type .hfe-menu-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

/* remove any inherited underline line from button nav */
header .hfe-nav-menu:last-of-type .hfe-menu-item::after,
header .hfe-nav-menu:last-of-type .hfe-menu-item::before {
  content: none !important;
  display: none !important;
}

/* spacing between pill buttons */
header .hfe-nav-menu:last-of-type .menu-item {
  margin: 0 6px;
}

/* hover + current state */
header .hfe-nav-menu:last-of-type .hfe-menu-item:hover,
header .hfe-nav-menu:last-of-type .menu-item.current-menu-item > .hfe-menu-item,
header .hfe-nav-menu:last-of-type .menu-item.current-menu-ancestor > .hfe-menu-item {
  background-color: #5d980f !important;
  color: #ffffff !important;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

/* subtle luxury shimmer */
header .hfe-nav-menu:last-of-type .hfe-menu-item:hover::before,
header .hfe-nav-menu:last-of-type .menu-item.current-menu-item > .hfe-menu-item::before,
header .hfe-nav-menu:last-of-type .menu-item.current-menu-ancestor > .hfe-menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 42%;
  height: 100%;
  background: linear-gradient(
    110deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.10) 35%,
    rgba(255,255,255,0.28) 50%,
    rgba(255,255,255,0.10) 65%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  animation: luxuryShimmer 0.9s ease forwards;
  pointer-events: none;
}

@keyframes luxuryShimmer {
  from {
    left: -75%;
  }
  to {
    left: 135%;
  }
}

/* =========================================================
   GENESIS INSIDE PAGE BODY FIX
   Namespace: gbi-
   Built to match black/light staging from comp
   ========================================================= */
/* ===== ABOUT US CTA MODULE ===== */
.abt-us-hero-cta {
  width: 100%;
  background: #fff;
  padding: 42px 20px 34px;
}

.abt-us-hero-cta__inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.abt-us-hero-cta__title {
  margin: 0;
  color: #558e11;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 0.98;
  letter-spacing: -1.6px;
  font-weight: 700;
}

.abt-us-hero-cta__copy {
  max-width: 980px;
  margin: 18px auto 0;
  color: #838383;
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.45;
  letter-spacing: -0.18px;
  font-weight: 400;
}

.abt-us-hero-cta__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.abt-us-hero-cta__btn {
  text-decoration: none;
  transition: all 0.25s ease;
}

/* primary button */
.abt-us-hero-cta__btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #6b9800;
  border: 1px solid #6b9800;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
}

.abt-us-hero-cta__btn--primary:hover {
  background: #5d8600;
  border-color: #5d8600;
  transform: translateY(-1px);
}

/* text link button */
.abt-us-hero-cta__btn--secondary {
  display: inline-block;
  color: #8c8c8c !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(140,140,140,0.55);
}

.abt-us-hero-cta__btn--secondary:hover {
  color: #6b9800 !important;
  border-color: rgba(107,152,0,0.8);
}

/* ===== REVEAL ===== */
.abt-us-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .abt-us-hero-cta {
    padding: 36px 20px 30px;
  }

  .abt-us-hero-cta__title {
    font-size: clamp(30px, 5.5vw, 48px);
    letter-spacing: -1.2px;
  }

  .abt-us-hero-cta__copy {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.5;
  }

  .abt-us-hero-cta__actions {
    margin-top: 24px;
    gap: 16px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .abt-us-hero-cta {
    padding: 28px 16px 24px;
  }

  .abt-us-hero-cta__title {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .abt-us-hero-cta__copy {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .abt-us-hero-cta__actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 22px;
  }

  .abt-us-hero-cta__btn--primary {
    width: 100%;
    max-width: 320px;
    min-height: 50px;
  }

  .abt-us-hero-cta__btn--secondary {
    font-size: 15px;
  }
}


/* ===== ABOUT US : MISSION + PROJECT STRIP ===== */
.abt-us-mission-strip {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 20px 10px;
}

.abt-us-mission-strip__intro {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 24px;
}

.abt-us-mission-strip__title {
  margin: 0;
  color: #2e681a;
  font-size: clamp(28px, 2.4vw, 46px);
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
}

.abt-us-mission-strip__copy {
  margin: 12px auto 0;
  max-width: 980px;
  color: #838383;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.45;
  letter-spacing: -0.12px;
}

.abt-us-mission-strip__projects {
  text-align: center;
}

.abt-us-mission-strip__projects-title {
  margin: 0 0 14px;
  color: #8c8c8c;
  font-size: clamp(22px, 2.2vw, 38px);
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 400;
}

.abt-us-mission-strip__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.abt-us-mission-strip__card {
  position: relative;
  display: block;
  min-height: 320px;
  overflow: hidden;
  text-decoration: none;
  background: #dcdcdc;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.abt-us-mission-strip__card--1 {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.abt-us-mission-strip__card--2 {
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.abt-us-mission-strip__card--3 {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.abt-us-mission-strip__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
  transition: transform 0.7s ease;
}

.abt-us-mission-strip__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.02) 0%,
    rgba(0,0,0,0.06) 55%,
    rgba(0,0,0,0.18) 100%
  );
}

.abt-us-mission-strip__arrow {
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: 2;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.abt-us-mission-strip__card:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.abt-us-mission-strip__card:hover .abt-us-mission-strip__image {
  transform: scale(1.05);
}

.abt-us-mission-strip__card:hover .abt-us-mission-strip__arrow {
  transform: translateX(3px);
}

/* ===== REVEAL ===== */
.abt-us-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .abt-us-mission-strip {
    padding: 24px 16px 8px;
  }

  .abt-us-mission-strip__gallery {
    gap: 6px;
  }

  .abt-us-mission-strip__card {
    min-height: 250px;
  }

  .abt-us-mission-strip__copy {
    font-size: 16px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .abt-us-mission-strip {
    padding: 20px 14px 4px;
  }

  .abt-us-mission-strip__title {
    font-size: clamp(26px, 8vw, 34px);
  }

  .abt-us-mission-strip__projects-title {
    font-size: clamp(24px, 7vw, 32px);
  }

  .abt-us-mission-strip__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .abt-us-mission-strip__gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .abt-us-mission-strip__card,
  .abt-us-mission-strip__card--1,
  .abt-us-mission-strip__card--2,
  .abt-us-mission-strip__card--3 {
    clip-path: none;
    border-radius: 18px;
    min-height: 220px;
  }

  .abt-us-mission-strip__arrow {
    right: 14px;
    bottom: 10px;
    font-size: 24px;
  }
}



/* ===== ABOUT US : STATS BAND ===== */
.abt-us-stats-band {
  background: #e8eee6;
  padding: 34px 20px 40px;
}

.abt-us-stats-band__inner {
  max-width: 1360px;
  margin: 0 auto;
}

.abt-us-stats-band__head {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 34px;
}

.abt-us-stats-band__title {
  margin: 0;
  color: #7a7a7a;
  font-size: clamp(34px, 2.7vw, 62px);
  line-height: 0.98;
  letter-spacing: -1.6px;
  font-weight: 700;
}

.abt-us-stats-band__title em {
  font-style: italic;
  font-weight: 700;
}

.abt-us-stats-band__subtitle {
  margin: 12px auto 0;
  color: #7f7f7f;
  font-size: clamp(16px, 1.3vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.25px;
}

.abt-us-stats-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}

.abt-us-stats-band__item {
  text-align: center;
  padding: 8px 10px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.abt-us-stats-band__item:hover {
  transform: translateY(-2px);
}

.abt-us-stats-band__icon {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.abt-us-stats-band__icon img {
  max-width: 116px;
  max-height: 116px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0.95;
}

.abt-us-stats-band__number {
  color: #787878;
  font-size: clamp(26px, 2.0vw, 54px);
  line-height: 0.98;
  letter-spacing: -1.3px;
  font-weight: 700;
}

.abt-us-stats-band__label {
  margin-top: 8px;
  color: #7b7b7b;
  font-size: clamp(16px, 1.3vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.4px;
  font-weight: 400;
}

/* ===== REVEAL ===== */
.abt-us-stats-band--reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.abt-us-stats-band--reveal.abt-us-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .abt-us-stats-band {
    padding: 30px 18px 34px;
  }

  .abt-us-stats-band__head {
    margin-bottom: 26px;
  }

  .abt-us-stats-band__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 18px;
  }

  .abt-us-stats-band__icon {
    height: 96px;
    margin-bottom: 12px;
  }

  .abt-us-stats-band__icon img {
    max-width: 92px;
    max-height: 92px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .abt-us-stats-band {
    padding: 24px 14px 28px;
  }

  .abt-us-stats-band__title {
    font-size: clamp(28px, 8.8vw, 40px);
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .abt-us-stats-band__subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.35;
  }

  .abt-us-stats-band__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .abt-us-stats-band__icon {
    height: 82px;
    margin-bottom: 10px;
  }

  .abt-us-stats-band__icon img {
    max-width: 78px;
    max-height: 78px;
  }

  .abt-us-stats-band__number {
    font-size: clamp(28px, 8vw, 38px);
  }

  .abt-us-stats-band__label {
    font-size: 16px;
    line-height: 1.2;
  }
}


/* ------Homepage-mods common --------- */
/* =========================================================
   FINAL HOMEPAGE MODULES
   Namespace: ghp-
   Clean consolidated version
   ========================================================= */

/* ---------- shared wrappers ---------- */
.ghp-process-wrap,
.ghp-trust-wrap,
.ghp-difference-wrap,
.ghp-ready-wrap {
  margin: 0 auto;
}

.ghp-mini-line {
  width: 72px;
  height: 2px;
  background: rgba(120,120,120,0.28);
  margin: 0 auto 16px;
}

/* ---------- shared reveal ---------- */
.ghp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.ghp-reveal.ghp-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   PROCESS STRIP
   ========================================================= */
.ghp-process-wrap {
  text-align: center;
  padding: 14px 10px 18px;
}

.ghp-process-title {
  margin: 0;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 0.98;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: #8d8d8d;
}

.ghp-green {
  color: #6d9900;
  font-weight: 700;
}

.ghp-process-subtitle {
  margin: 6px 0 0;
  color: #7a7a7a;
  line-height: 1.35;
  font-size: 16px;
  word-spacing: 0;
}

.ghp-process-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  gap: 0;
  align-items: start;
}

.ghp-step {
  text-align: center;
  padding: 0 14px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.ghp-reveal.ghp-visible .ghp-step-1 { transition-delay: 0.02s; }
.ghp-reveal.ghp-visible .ghp-step-2 { transition-delay: 0.14s; }
.ghp-reveal.ghp-visible .ghp-step-3 { transition-delay: 0.26s; }
.ghp-reveal.ghp-visible .ghp-step-4 { transition-delay: 0.38s; }

.ghp-step-icon {
  font-size: 42px;
  color: #a1a1a1;
  line-height: 1;
  margin-bottom: 14px;
}

.ghp-step h3 {
  margin: 0 0 10px;
  color: #578500;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 500;
  word-spacing: -1px;
}

.ghp-step p {
  margin: 0 auto;
  color: #8d8d8d;
  font-size: 19px;
  line-height: 1.2;
  word-spacing: -2px;
  max-width: 260px;
}

.ghp-step-arrow {
  align-self: center;
  text-align: center;
  color: rgba(160,160,160,0.22);
  font-size: 72px;
  line-height: 1;
  transform: translateY(-12px);
  user-select: none;
  pointer-events: none;
}

/* =========================================================
   TRUST / HANDSHAKE
   ========================================================= */
.ghp-trust-wrap {
  padding: 10px 20px 10px;
  text-align: center;
}

.ghp-trust-image {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}

.ghp-trust-image > img:first-child {
  width: 100%;
  display: block;
}

.ghp-trust-overlay {
  position: absolute;
  left: 8%;
  bottom: 33%;
  /*background: rgba(16, 24, 38, 0.48);*/
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 10px 16px;
  text-align: left;
}

.ghp-trust-overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 0.95;
  font-weight: 700;
}

.ghp-trust-overlay p {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 30px);
  line-height: 1.05;
}

.ghp-made-usa {
  position: absolute;
  right: 3%;
  bottom: 9%;
  height: auto;
}

.ghp-leaders {
  margin: 18px auto 0;
}

.ghp-leaders h3 {
  margin: 0;
  color: #7a7a7a;
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.3px;
}

.ghp-leaders p {
  margin: 12px auto 0;
  max-width: 760px;
  color: #848484;
  font-size: 18px;
  line-height: 1.5;
}

/* partner logos grayscale -> color */
.ghp-logo-row {
  margin-top: 7px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: center;
}

.ghp-logo-row img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.78;
  transition: filter 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.ghp-logo-row img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-2px);
}

/* =========================================================
   DIFFERENCE / STATS BAND
   ========================================================= */
.ghp-difference-wrap {
  padding: 0;
}

/* gradient band + marquee support */
.ghp-stats-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #335f00 0%,
    #4e8200 18%,
    #79a900 50%,
    #4e8200 82%,
    #335f00 100%
  );
  color: #ffffff;
  text-align: center;
  padding: 28px 0;
}

.ghp-stats-track {
  display: flex;
  width: max-content;
  animation: ghpMarquee 28s linear infinite;
  will-change: transform;
}

.ghp-stats-track span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 90px;
  font-size: clamp(32px, 3vw, 56px);
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
}

@keyframes ghpMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ghp-difference-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 46px;
  align-items: center;
  max-width: 1320px;
  margin: 28px auto 0;
}

.ghp-diff-image-col img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

.ghp-diff-text-col {
  max-width: 880px;
  position: relative;
}

.ghp-diff-arrow {
  font-size: 48px;
  color: #a8a8a8;
  line-height: 1;
  margin-bottom: 12px;
}

.ghp-diff-arrow img {
  max-width: 48px;
  height: auto;
  display: block;
}

.ghp-diff-text-col h3 {
  margin: 0;
  color: #7a7a7a;
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.3px;
}

.ghp-diff-text-col p {
  margin: 12px auto 0;
  max-width: 760px;
  color: #848484;
  font-size: 18px;
  line-height: 1.5;
}

/* =========================================================
   READY CARDS
   ========================================================= */
.ghp-ready-wrap {
  padding: 6px 20px 40px;
  text-align: center;
}

.ghp-ready-title {
  margin: 0;
  color: #7a7a7a;
  font-size: clamp(34px, 2.8vw, 52px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -2.5px;
}

.ghp-ready-subtitle {
  margin: 3px 0 0;
  color: #7a7a7a;
  font-size: 20px;
}

.ghp-ready-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  text-align: left;
}

.ghp-ready-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 18px;
  align-items: center;
  background: rgba(255,255,255,0.35);
  padding: 24px 18px;
  overflow: hidden;
}

.ghp-ready-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 18px solid rgba(0,0,0,0.03);
  border-radius: 50%;
}

.ghp-ready-card-right {
  background: #f1f1f1;
}

.ghp-ready-card-right::before {
  content: "";
  position: absolute;
  right: 90px;
  bottom: 10px;
  width: 320px;
  height: 320px;
  background: url('/wp-content/themes/hello-elementor-child/assets/images/genesis-mark-grey.png') center center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.ghp-ready-text h3 {
  margin: 0;
  color: #7a7a7a;
  font-size: clamp(32px, 3vw, 36px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.3px;
}

.ghp-ready-text p {
  margin: 8px 0 0;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 1.45;
}

.ghp-ready-visual img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.ghp-ready-actions {
  margin-top: 16px;
}

.ghp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  background: #2e681a;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ghp-btn:hover {
  background: #679100;
  transform: translateY(-1px);
}

.ghp-text-link {
  display: inline-block;
  margin-top: 14px;
  color: #2e681a !important;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1024px) {
  .ghp-process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 18px;
  }

  .ghp-step-arrow {
    display: none;
  }

  .ghp-logo-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .ghp-difference-grid,
  .ghp-ready-grid {
    grid-template-columns: 1fr;
  }

  .ghp-ready-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ghp-ready-actions {
    text-align: center;
  }

  .ghp-ready-card-right::before {
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
    width: 240px;
    height: 240px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .ghp-process-wrap,
  .ghp-trust-wrap,
  .ghp-difference-wrap,
  .ghp-ready-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ghp-process-grid {
    grid-template-columns: 1fr;
  }

  .ghp-process-title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .ghp-process-subtitle {
    font-size: 13px;
  }

  .ghp-step h3 {
    font-size: 18px;
  }

  .ghp-step p {
    font-size: 13px;
    line-height: 1.3;
  }

  .ghp-trust-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }

  .ghp-trust-overlay h3 {
    font-size: 28px;
  }

  .ghp-trust-overlay p {
    font-size: 16px;
  }

  .ghp-made-usa {
    width: 92px;
    right: 10px;
    bottom: 10px;
  }

  .ghp-logo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ghp-stats-band {
    padding: 16px 0;
  }

  .ghp-stats-track span {
    font-size: 24px;
    line-height: 1.2;
    padding-right: 50px;
  }

  .ghp-diff-text-col h3,
  .ghp-ready-title,
  .ghp-leaders h3 {
    font-size: 30px;
  }

  .ghp-ready-subtitle {
    font-size: 15px;
  }

  .ghp-btn {
    width: 100%;
  }

  .ghp-ready-card-right::before {
    width: 180px;
    height: 180px;
  }
}





/* ===== ABOUT US : ENGINEERED SYSTEMS ===== */
.abt-us-engineered {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 38px 20px 22px;
}

.abt-us-engineered__grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 34px;
  align-items: start;
}

.abt-us-engineered__content {
  max-width: 520px;
}

.abt-us-engineered__title {
  margin: 0;
  color: #5f9200;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 1.04;
  letter-spacing: -1px;
  font-weight: 700;
}

.abt-us-engineered__copy {
  margin-top: 18px;
}

.abt-us-engineered__copy p {
  margin: 0 0 20px;
  color: #7d7d7d;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.45;
  letter-spacing: -0.08px;
}

.abt-us-engineered__visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.abt-us-engineered__image {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .abt-us-engineered {
    padding: 30px 16px 16px;
  }

  .abt-us-engineered__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abt-us-engineered__content {
    max-width: 100%;
  }

  .abt-us-engineered__title {
    font-size: clamp(28px, 4.8vw, 40px);
  }

  .abt-us-engineered__copy p {
    font-size: 16px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .abt-us-engineered {
    padding: 24px 14px 12px;
  }

  .abt-us-engineered__title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.06;
    letter-spacing: -0.8px;
  }

  .abt-us-engineered__copy {
    margin-top: 14px;
  }

  .abt-us-engineered__copy p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}


/* ===== ABOUT US : DUO CARDS ===== */
.abt-us-duo-cards {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 18px 20px 24px;
}

.abt-us-duo-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.abt-us-duo-cards__card {
  border-radius: 24px;
  padding: 46px 42px 42px;
  min-height: 420px;
}

.abt-us-duo-cards__card--light {
  background: #edf1ea;
}

.abt-us-duo-cards__card--dark {
  background: #7e8080;
}

.abt-us-duo-cards__title {
  margin: 0;
  color: #6f6f6f;
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.9px;
  font-weight: 400;
}

.abt-us-duo-cards__title--white {
  color: #ffffff;
}

.abt-us-duo-cards__eyebrow {
  margin: 6px 0 0;
  color: #8a8a8a;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.35;
}

.abt-us-duo-cards__copy {
  margin-top: 26px;
}

.abt-us-duo-cards__copy p {
  margin: 0 0 20px;
  color: #6f6f6f;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.5;
}

.abt-us-duo-cards__copy--white p {
  color: rgba(255,255,255,0.96);
}

.abt-us-duo-cards__list {
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
}

.abt-us-duo-cards__list li {
  margin: 0 0 10px;
  color: #6f6f6f;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.4;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .abt-us-duo-cards {
    padding: 14px 16px 20px;
  }

  .abt-us-duo-cards__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .abt-us-duo-cards__card {
    min-height: auto;
    padding: 34px 30px 30px;
  }

  .abt-us-duo-cards__title {
    font-size: clamp(26px, 4vw, 36px);
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .abt-us-duo-cards {
    padding: 10px 14px 18px;
  }

  .abt-us-duo-cards__card {
    border-radius: 20px;
    padding: 26px 20px 22px;
  }

  .abt-us-duo-cards__title {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.08;
  }

  .abt-us-duo-cards__copy {
    margin-top: 18px;
  }

  .abt-us-duo-cards__copy p,
  .abt-us-duo-cards__list li {
    font-size: 15px;
    line-height: 1.5;
  }
}



/* ===== ABOUT US : SUPPORT STRIP ===== */
.abt-us-support-strip {
  width: 100%;
  /*padding: 18px 20px 34px;*/
}

.abt-us-support-strip__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.abt-us-support-strip__title {
  margin: 0;
  color: #8a8a8a;
  font-size: clamp(34px, 2.9vw, 44px);
  line-height: 1;
  letter-spacing: -1.2px;
  font-weight: 400;
}

.abt-us-support-strip__copy {
  margin: 18px auto 0;
  max-width: 860px;
  color: #8a8a8a;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.6;
}

.abt-us-support-strip__line {
  width: 92px;
  height: 2px;
  background: rgba(130,130,130,0.35);
  margin: 26px auto 0;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .abt-us-support-strip {
    padding: 14px 16px 28px;
  }

  .abt-us-support-strip__title {
    font-size: clamp(28px, 5vw, 40px);
  }

  .abt-us-support-strip__copy {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .abt-us-support-strip {
    padding: 10px 14px 24px;
  }

  .abt-us-support-strip__title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.8px;
  }

  .abt-us-support-strip__copy {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .abt-us-support-strip__line {
    margin-top: 22px;
  }
}



/* =========================================================
   TRUST / HANDSHAKE
   ========================================================= */
   /* =========================================================
   SYNTHETIC TURF PAGE
   Namespace: syn-turf-
   ========================================================= */

:root {
  --syn-green: #6f9800;
  --syn-green-dark: #548d11;
  --syn-green-deep: #2e681a;
  --syn-gray-heading: #7c7c7c;
  --syn-gray-body: #6f6f6f;
  --syn-gray-muted: #8b8b8b;
  --syn-border: rgba(130,130,130,0.20);
  --syn-bg-soft: #edf1ea;
  --syn-bg-light: #f6f7f4;
  --syn-radius: 24px;
}

.syn-turf-hero,
.syn-turf-benefits,
.syn-turf-compare,
.syn-turf-apps,
.syn-turf-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.syn-turf-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.syn-turf-section-title {
  margin: 0;
  color: var(--syn-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.syn-turf-section-copy {
  margin: 12px auto 0;
  color: var(--syn-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* ===== buttons ===== */
.syn-turf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.syn-turf-btn--primary {
  background: var(--syn-green-dark);
  border: 1px solid var(--syn-green-dark);
  color: #fff !important;
}

.syn-turf-btn--primary:hover {
  background: var(--syn-green-deep);
  border-color: var(--syn-green-deep);
  transform: translateY(-1px);
}

.syn-turf-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--syn-gray-heading) !important;
}

.syn-turf-btn--secondary:hover {
  color: var(--syn-green-dark) !important;
  border-color: var(--syn-green-dark);
  transform: translateY(-1px);
}

/* ===== hero ===== */
.syn-turf-hero {
  padding-top: 34px;
  padding-bottom: 30px;
}

.syn-turf-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.syn-turf-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--syn-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.syn-turf-hero__title {
  margin: 0;
  color: var(--syn-green-deep);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.02;
  letter-spacing: -1.2px;
  font-weight: 700;
}

.syn-turf-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--syn-gray-muted);
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.5;
}

.syn-turf-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ===== benefits ===== */
.syn-turf-benefits {
  padding-top: 10px;
  padding-bottom: 26px;
}

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

.syn-turf-benefits__card {
  background: var(--syn-bg-light);
  border: 1px solid rgba(130,130,130,0.12);
  border-radius: 22px;
  padding: 26px 22px;
}

.syn-turf-benefits__card h3 {
  margin: 0 0 12px;
  color: var(--syn-green-dark);
  font-size: clamp(20px, 1.3vw, 24px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.syn-turf-benefits__card p {
  margin: 0;
  color: var(--syn-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* ===== compare ===== */
.syn-turf-compare {
  padding-top: 12px;
  padding-bottom: 32px;
}

.syn-turf-compare__grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 34px;
  align-items: start;
  background: var(--syn-bg-soft);
  border-radius: 28px;
  padding: 34px 34px;
}

.syn-turf-compare__eyebrow {
  margin: 0 0 8px;
  color: var(--syn-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.syn-turf-compare__title {
  margin: 0;
  color: var(--syn-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.syn-turf-compare__copy {
  margin: 16px 0 22px;
  color: var(--syn-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.syn-turf-compare__right {
  display: grid;
  gap: 14px;
}

.syn-turf-compare__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--syn-border);
}

.syn-turf-compare__label {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 600;
}

.syn-turf-compare__value {
  color: var(--syn-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

/* ===== applications ===== */
.syn-turf-apps {
  padding-top: 12px;
  padding-bottom: 30px;
}

.syn-turf-apps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.syn-turf-apps__card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(130,130,130,0.12);
  border-radius: 22px;
  padding: 28px 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.syn-turf-apps__card:hover {
  transform: translateY(-2px);
  border-color: rgba(84,141,17,0.28);
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.syn-turf-apps__title {
  display: block;
  color: var(--syn-green-dark);
  font-size: clamp(22px, 1.4vw, 28px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.syn-turf-apps__text {
  display: block;
  margin-top: 12px;
  color: var(--syn-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* ===== cta ===== */
.syn-turf-cta {
  padding-top: 10px;
  padding-bottom: 42px;
}

.syn-turf-cta__inner {
  background: #f4f6f1;
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
}

.syn-turf-cta__title {
  margin: 0;
  color: var(--syn-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.syn-turf-cta__copy {
  margin: 14px auto 0;
  max-width: 820px;
  color: var(--syn-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.syn-turf-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* ===== reveal ===== */
.syn-turf-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* ===== tablet ===== */
@media (max-width: 1024px) {
  .syn-turf-hero,
  .syn-turf-benefits,
  .syn-turf-compare,
  .syn-turf-apps,
  .syn-turf-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .syn-turf-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }

  .syn-turf-compare__grid {
    grid-template-columns: 1fr;
    padding: 28px 26px;
  }

  .syn-turf-compare__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ===== mobile ===== */
@media (max-width: 767px) {
  .syn-turf-hero,
  .syn-turf-benefits,
  .syn-turf-compare,
  .syn-turf-apps,
  .syn-turf-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .syn-turf-hero {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .syn-turf-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .syn-turf-hero__copy,
  .syn-turf-section-copy,
  .syn-turf-benefits__card p,
  .syn-turf-compare__copy,
  .syn-turf-compare__value,
  .syn-turf-apps__text,
  .syn-turf-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .syn-turf-benefits__grid,
  .syn-turf-apps__grid {
    grid-template-columns: 1fr;
  }

  .syn-turf-benefits__card,
  .syn-turf-apps__card,
  .syn-turf-cta__inner {
    padding: 22px 18px;
  }

  .syn-turf-hero__actions,
  .syn-turf-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .syn-turf-btn {
    width: 100%;
  }
}

/* =========================================================
   SYNTHETIC TURF PAGE - VISUAL POLISH PATCH
   ========================================================= */

/* ===== HERO IMAGE SUPPORT ===== */
.syn-turf-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 34px;
}

/*.syn-turf-hero::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1360px;
  height: 320px;
  margin: 0 auto 26px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/synthetic-turf-hero.jpg') center center / cover no-repeat;
  border-radius: 0;
}*/

/* ===== BENEFIT CARDS ===== */
.syn-turf-benefits__card {
  position: relative;
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  padding: 30px 24px 24px;
  border-radius: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.syn-turf-benefits__card::before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(111,152,0,0.08);
}

.syn-turf-benefits__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  border-color: rgba(84,141,17,0.22);
}

/* ===== COMPARE BLOCK ===== */
.syn-turf-compare__grid {
  position: relative;
  overflow: hidden;
}

.syn-turf-compare__grid::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(111,152,0,0.10) 0%, rgba(111,152,0,0) 68%);
  pointer-events: none;
}

.syn-turf-compare__row {
  border-bottom: 1px solid rgba(111,152,0,0.14);
}

.syn-turf-compare__label {
  color: #5b5b5b;
}

/* ===== APPLICATION CARDS - MORE VISUAL ===== */
.syn-turf-apps__card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 24px;
  padding: 0;
  border: 0;
  background: #dfe5d9;
}

.syn-turf-apps__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(0,0,0,0.04) 0%,
      rgba(0,0,0,0.08) 50%,
      rgba(0,0,0,0.26) 100%);
  z-index: 1;
}

.syn-turf-apps__card::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 3;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.syn-turf-apps__card:hover::after {
  transform: translateX(3px);
}

.syn-turf-apps__title,
.syn-turf-apps__text {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 22px;
  padding-right: 22px;
}

.syn-turf-apps__title {
  padding-top: 134px;
  color: #ffffff;
  font-size: clamp(24px, 1.45vw, 30px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.syn-turf-apps__text {
  margin-top: 10px;
  padding-bottom: 22px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.45;
}

/* Per-card placeholder imagery */
.syn-turf-apps__card:nth-child(1) {
  background:
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/syn-app-residential.jpg') center center / cover no-repeat;
}

.syn-turf-apps__card:nth-child(2) {
  background:
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/syn-app-commercial.jpg') center center / cover no-repeat;
}

.syn-turf-apps__card:nth-child(3) {
  background:
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/syn-app-sports.jpg') center center / cover no-repeat;
}

.syn-turf-apps__card:nth-child(4) {
  background:
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/syn-app-contractors.jpg') center center / cover no-repeat;
}

/* ===== CTA STRIP ===== */
.syn-turf-cta__inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
}

.syn-turf-cta__inner::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(111,152,0,0.10) 0%, rgba(111,152,0,0) 70%);
  pointer-events: none;
}

.syn-turf-cta__copy {
  max-width: 760px;
}

@media (max-width: 767px) {
  .syn-turf-hero::before {
    height: 220px;
    margin-bottom: 20px;
  }

  .syn-turf-apps__card {
    min-height: 200px;
  }

  .syn-turf-apps__title {
    padding-top: 118px;
    font-size: 22px;
  }

  .syn-turf-apps__text {
    font-size: 14px;
  }
}








/* =========================================================
   ARTIFICIAL TURF COST PAGE
   Namespace: turf-cost-
   ========================================================= */

:root {
  --tc-green: #6f9800;
  --tc-green-dark: #548d11;
  --tc-green-deep: #2e681a;
  --tc-gray-heading: #7d7d7d;
  --tc-gray-body: #6d6d6d;
  --tc-gray-muted: #8a8a8a;
  --tc-border: rgba(130,130,130,0.18);
  --tc-bg-soft: #edf1ea;
  --tc-bg-light: #f7f8f5;
  --tc-radius: 24px;
}

/* shared wrappers */
.turf-cost-hero,
.turf-cost-factors,
.turf-cost-range,
.turf-cost-process,
.turf-cost-cta,
.turf-cost-faq {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.turf-cost-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.turf-cost-section-title {
  margin: 0;
  color: var(--tc-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.turf-cost-section-copy {
  margin: 12px auto 0;
  color: var(--tc-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* buttons */
.turf-cost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.turf-cost-btn--primary {
  background: var(--tc-green-dark);
  border: 1px solid var(--tc-green-dark);
  color: #fff !important;
}

.turf-cost-btn--primary:hover {
  background: var(--tc-green-deep);
  border-color: var(--tc-green-deep);
  transform: translateY(-1px);
}

.turf-cost-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--tc-gray-heading) !important;
}

.turf-cost-btn--secondary:hover {
  border-color: var(--tc-green-dark);
  color: var(--tc-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.turf-cost-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 34px;
}

.turf-cost-hero__media {
  width: 100%;
  max-width: 1360px;
  height: 320px;
  margin: 0 auto 26px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/turf-cost-hero.jpg') center center / cover no-repeat;
  border-radius: 0;
}

.turf-cost-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.turf-cost-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--tc-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turf-cost-hero__title {
  margin: 0;
  color: var(--tc-green-deep);
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.turf-cost-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--tc-gray-muted);
  font-size: clamp(16px, 1.06vw, 18px);
  line-height: 1.5;
}

.turf-cost-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* factors */
.turf-cost-factors {
  padding-top: 8px;
  padding-bottom: 28px;
}

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

.turf-cost-factors__card {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 28px 24px 24px;
}

.turf-cost-factors__card h3 {
  margin: 0 0 12px;
  color: var(--tc-green-dark);
  font-size: clamp(20px, 1.3vw, 24px);
  line-height: 1.12;
  letter-spacing: -0.35px;
  font-weight: 600;
}

.turf-cost-factors__card p {
  margin: 0;
  color: var(--tc-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* range */
.turf-cost-range {
  padding-top: 8px;
  padding-bottom: 32px;
}

.turf-cost-range__grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 34px;
  align-items: start;
  background: var(--tc-bg-soft);
  border-radius: 28px;
  padding: 34px 34px;
  position: relative;
  overflow: hidden;
}

.turf-cost-range__grid::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(111,152,0,0.10) 0%, rgba(111,152,0,0) 68%);
  pointer-events: none;
}

.turf-cost-range__eyebrow {
  margin: 0 0 8px;
  color: var(--tc-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turf-cost-range__title {
  margin: 0;
  color: var(--tc-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.turf-cost-range__copy {
  margin: 16px 0 22px;
  color: var(--tc-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.turf-cost-range__right {
  display: grid;
  gap: 12px;
}

.turf-cost-range__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--tc-border);
}

.turf-cost-range__label {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
}

.turf-cost-range__value {
  color: var(--tc-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

/* process */
.turf-cost-process {
  padding-top: 10px;
  padding-bottom: 30px;
}

.turf-cost-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.turf-cost-process__card {
  background: #fff;
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 24px 22px;
}

.turf-cost-process__step {
  display: inline-block;
  color: var(--tc-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.turf-cost-process__card h3 {
  margin: 12px 0 10px;
  color: var(--tc-green-dark);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.15;
  font-weight: 600;
}

.turf-cost-process__card p {
  margin: 0;
  color: var(--tc-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* cta */
.turf-cost-cta {
  padding-top: 6px;
  padding-bottom: 26px;
}

.turf-cost-cta__inner {
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.turf-cost-cta__inner::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(111,152,0,0.10) 0%, rgba(111,152,0,0) 70%);
  pointer-events: none;
}

.turf-cost-cta__title {
  margin: 0;
  color: var(--tc-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.turf-cost-cta__copy {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--tc-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.turf-cost-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.turf-cost-cta__micro {
  margin: 14px 0 0;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.4;
}

/* faq */
.turf-cost-faq {
  padding-top: 10px;
  padding-bottom: 42px;
}

.turf-cost-faq__list {
  display: grid;
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.turf-cost-faq__item {
  background: #fff;
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 20px;
  padding: 22px 22px;
}

.turf-cost-faq__item h3 {
  margin: 0 0 10px;
  color: var(--tc-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.18;
  font-weight: 600;
}

.turf-cost-faq__item p {
  margin: 0;
  color: var(--tc-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* reveal */
.turf-cost-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* tablet */
@media (max-width: 1024px) {
  .turf-cost-hero,
  .turf-cost-factors,
  .turf-cost-range,
  .turf-cost-process,
  .turf-cost-cta,
  .turf-cost-faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .turf-cost-factors__grid,
  .turf-cost-process__grid {
    grid-template-columns: 1fr 1fr;
  }

  .turf-cost-range__grid {
    grid-template-columns: 1fr;
    padding: 28px 26px;
  }

  .turf-cost-range__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .turf-cost-hero,
  .turf-cost-factors,
  .turf-cost-range,
  .turf-cost-process,
  .turf-cost-cta,
  .turf-cost-faq {
    padding-left: 14px;
    padding-right: 14px;
  }

  .turf-cost-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .turf-cost-hero__media {
    height: 220px;
    margin-bottom: 20px;
  }

  .turf-cost-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .turf-cost-hero__copy,
  .turf-cost-section-copy,
  .turf-cost-factors__card p,
  .turf-cost-range__copy,
  .turf-cost-range__value,
  .turf-cost-process__card p,
  .turf-cost-cta__copy,
  .turf-cost-faq__item p {
    font-size: 15px;
    line-height: 1.5;
  }

  .turf-cost-factors__grid,
  .turf-cost-process__grid {
    grid-template-columns: 1fr;
  }

  .turf-cost-factors__card,
  .turf-cost-process__card,
  .turf-cost-faq__item,
  .turf-cost-cta__inner {
    padding: 22px 18px;
  }

  .turf-cost-hero__actions,
  .turf-cost-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .turf-cost-btn {
    width: 100%;
  }
}




/*Testimonials */ 


/* =========================================================
   TESTIMONIALS PAGE
   Namespace: turf-testi-
   ========================================================= */

:root {
  --tt-green: #6f9800;
  --tt-green-dark: #548d11;
  --tt-green-deep: #2e681a;
  --tt-gray-heading: #777777;
  --tt-gray-body: #6d6d6d;
  --tt-gray-muted: #8a8a8a;
  --tt-bg-soft: #edf1ea;
  --tt-bg-light: #f7f8f5;
  --tt-border: rgba(130,130,130,0.12);
  --tt-radius: 24px;
}

/* wrappers */
.turf-testi-hero,
.turf-testi-proof,
.turf-testi-featured,
.turf-testi-filters,
.turf-testi-grid,
.turf-testi-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.turf-testi-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.turf-testi-section-title {
  margin: 0;
  color: var(--tt-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.turf-testi-section-copy {
  margin: 12px auto 0;
  color: var(--tt-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* buttons */
.turf-testi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.turf-testi-btn--primary {
  background: var(--tt-green-dark);
  border: 1px solid var(--tt-green-dark);
  color: #fff !important;
}

.turf-testi-btn--primary:hover {
  background: var(--tt-green-deep);
  border-color: var(--tt-green-deep);
  transform: translateY(-1px);
}

.turf-testi-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--tt-gray-heading) !important;
}

.turf-testi-btn--secondary:hover {
  border-color: var(--tt-green-dark);
  color: var(--tt-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.turf-testi-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 26px;
}

.turf-testi-hero__media {
  width: 100%;
  max-width: 1360px;
  height: 300px;
  margin: 0 auto 26px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.06), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/testimonials-hero.jpg') center center / cover no-repeat;
}

.turf-testi-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.turf-testi-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--tt-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turf-testi-hero__title {
  margin: 0;
  color: var(--tt-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.turf-testi-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--tt-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.turf-testi-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* proof strip */
.turf-testi-proof {
  padding-top: 4px;
  padding-bottom: 24px;
}

.turf-testi-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: var(--tt-bg-soft);
  border-radius: 24px;
  padding: 24px 20px;
}

.turf-testi-proof__item {
  text-align: center;
}

.turf-testi-proof__number {
  display: block;
  color: var(--tt-green-deep);
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.turf-testi-proof__label {
  display: block;
  margin-top: 8px;
  color: var(--tt-gray-heading);
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.4;
}

/* featured */
.turf-testi-featured {
  padding-top: 10px;
  padding-bottom: 26px;
}

.turf-testi-featured__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.turf-testi-card {
  background: #fff;
  border: 1px solid var(--tt-border);
  border-radius: 24px;
  overflow: hidden;
}

.turf-testi-card--featured .turf-testi-card__media {
  height: 260px;
  background-size: cover;
  background-position: center center;
}

.turf-testi-card__logo {
  padding: 26px 26px 0;
}

.turf-testi-card__logo img {
  max-width: 130px;
  max-height: 56px;
  width: auto;
  height: auto;
  display: block;
}

.turf-testi-card__body {
  padding: 24px 26px 26px;
}

.turf-testi-card__rating {
  color: var(--tt-green);
  font-size: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.turf-testi-card__title {
  margin: 0;
  color: var(--tt-green-dark);
  font-size: clamp(22px, 1.4vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.turf-testi-card__text {
  margin: 14px 0 0;
  color: var(--tt-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
}

.turf-testi-card__meta {
  margin: 14px 0 0;
  color: var(--tt-gray-muted);
  font-size: 14px;
  line-height: 1.4;
}

/* filters */
.turf-testi-filters {
  padding-top: 0;
  padding-bottom: 24px;
}

.turf-testi-filters__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.turf-testi-filters__label {
  color: var(--tt-gray-heading);
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
}

.turf-testi-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: var(--tt-gray-heading) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.turf-testi-chip:hover,
.turf-testi-chip.is-active {
  background: var(--tt-green-dark);
  border-color: var(--tt-green-dark);
  color: #fff !important;
}

/* grid */
.turf-testi-grid {
  padding-top: 0;
  padding-bottom: 30px;
}

.turf-testi-grid__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* cta */
.turf-testi-cta {
  padding-top: 8px;
  padding-bottom: 42px;
}

.turf-testi-cta__inner {
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
}

.turf-testi-cta__title {
  margin: 0;
  color: var(--tt-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.turf-testi-cta__copy {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--tt-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.turf-testi-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* reveal */
.turf-testi-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* tablet */
@media (max-width: 1024px) {
  .turf-testi-hero,
  .turf-testi-proof,
  .turf-testi-featured,
  .turf-testi-filters,
  .turf-testi-grid,
  .turf-testi-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .turf-testi-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .turf-testi-featured__grid,
  .turf-testi-grid__wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* mobile */
@media (max-width: 767px) {
  .turf-testi-hero,
  .turf-testi-proof,
  .turf-testi-featured,
  .turf-testi-filters,
  .turf-testi-grid,
  .turf-testi-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .turf-testi-hero {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .turf-testi-hero__media {
    height: 220px;
    margin-bottom: 20px;
  }

  .turf-testi-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .turf-testi-hero__copy,
  .turf-testi-section-copy,
  .turf-testi-card__text,
  .turf-testi-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .turf-testi-proof__grid,
  .turf-testi-featured__grid,
  .turf-testi-grid__wrap {
    grid-template-columns: 1fr;
  }

  .turf-testi-card__body,
  .turf-testi-cta__inner {
    padding: 22px 18px;
  }

  .turf-testi-hero__actions,
  .turf-testi-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .turf-testi-btn {
    width: 100%;
  }
}





/*Technology Page */

/* =========================================================
   ARTIFICIAL GRASS TECHNOLOGY PAGE
   Namespace: grass-tech-
   ========================================================= */

:root {
  --gtech-green: #6f9800;
  --gtech-green-dark: #548d11;
  --gtech-green-deep: #2e681a;
  --gtech-gray-heading: #7b7b7b;
  --gtech-gray-body: #6d6d6d;
  --gtech-gray-muted: #8a8a8a;
  --gtech-bg-soft: #edf1ea;
  --gtech-bg-light: #f7f8f5;
  --gtech-border: rgba(130,130,130,0.14);
  --gtech-radius: 24px;
}

/* wrappers */
.grass-tech-hero,
.grass-tech-pillars,
.grass-tech-split,
.grass-tech-system,
.grass-tech-features,
.grass-tech-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.grass-tech-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.grass-tech-section-title {
  margin: 0;
  color: var(--gtech-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.grass-tech-section-copy {
  margin: 12px auto 0;
  color: var(--gtech-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* buttons */
.grass-tech-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.grass-tech-btn--primary {
  background: var(--gtech-green-dark);
  border: 1px solid var(--gtech-green-dark);
  color: #fff !important;
}

.grass-tech-btn--primary:hover {
  background: var(--gtech-green-deep);
  border-color: var(--gtech-green-deep);
  transform: translateY(-1px);
}

.grass-tech-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--gtech-gray-heading) !important;
}

.grass-tech-btn--secondary:hover {
  border-color: var(--gtech-green-dark);
  color: var(--gtech-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.grass-tech-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 30px;
}

.grass-tech-hero__media {
  width: 100%;
  max-width: 1360px;
  height: 320px;
  margin: 0 auto 26px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/artificial-grass-tech-hero.jpg') center center / cover no-repeat;
}

.grass-tech-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.grass-tech-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--gtech-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grass-tech-hero__title {
  margin: 0;
  color: var(--gtech-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.grass-tech-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--gtech-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.grass-tech-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* pillars */
.grass-tech-pillars {
  padding-top: 8px;
  padding-bottom: 28px;
}

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

.grass-tech-pillars__card {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 28px 24px 24px;
}

.grass-tech-pillars__card h3 {
  margin: 0 0 12px;
  color: var(--gtech-green-dark);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.grass-tech-pillars__card p {
  margin: 0;
  color: var(--gtech-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* split */
.grass-tech-split {
  padding-top: 10px;
  padding-bottom: 30px;
}

.grass-tech-split__grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 34px;
  align-items: center;
  background: var(--gtech-bg-soft);
  border-radius: 28px;
  padding: 34px 34px;
}

.grass-tech-split__eyebrow {
  margin: 0 0 8px;
  color: var(--gtech-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grass-tech-split__title {
  margin: 0;
  color: var(--gtech-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.grass-tech-split__copy {
  margin: 16px 0 18px;
  color: var(--gtech-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.grass-tech-split__list {
  margin: 0 0 22px;
  padding-left: 18px;
}

.grass-tech-split__list li {
  margin: 0 0 10px;
  color: var(--gtech-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

.grass-tech-split__image {
  width: 100%;
  min-height: 360px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/grass-tech-closeup.jpg') center center / cover no-repeat;
}

/* system */
.grass-tech-system {
  padding-top: 12px;
  padding-bottom: 26px;
}

.grass-tech-system__stage {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}

.grass-tech-system__labels {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
}

.grass-tech-system__labels span {
  color: #9a9a9a;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.1;
}

.grass-tech-system__image-wrap {
  width: min(900px, 72%);
  margin: 0 auto;
}

.grass-tech-system__image {
  width: 100%;
  height: auto;
  display: block;
}

.grass-tech-system__actions {
  text-align: center;
  margin-top: 24px;
}

/* features */
.grass-tech-features {
  padding-top: 8px;
  padding-bottom: 28px;
}

.grass-tech-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grass-tech-features__item {
  background: #fff;
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 26px 24px;
}

.grass-tech-features__item h3 {
  margin: 0 0 12px;
  color: var(--gtech-green-dark);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.14;
  font-weight: 600;
}

.grass-tech-features__item p {
  margin: 0;
  color: var(--gtech-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* cta */
.grass-tech-cta {
  padding-top: 8px;
  padding-bottom: 42px;
}

.grass-tech-cta__inner {
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
}

.grass-tech-cta__title {
  margin: 0;
  color: var(--gtech-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.grass-tech-cta__copy {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--gtech-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.grass-tech-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* reveal */
.grass-tech-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* tablet */
@media (max-width: 1024px) {
  .grass-tech-hero,
  .grass-tech-pillars,
  .grass-tech-split,
  .grass-tech-system,
  .grass-tech-features,
  .grass-tech-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grass-tech-pillars__grid {
    grid-template-columns: 1fr 1fr;
  }

  .grass-tech-split__grid {
    grid-template-columns: 1fr;
  }

  .grass-tech-system__labels {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    margin-bottom: 18px;
  }

  .grass-tech-system__image-wrap {
    width: 100%;
    max-width: 860px;
  }

  .grass-tech-features__grid {
    grid-template-columns: 1fr;
  }
}

/* mobile */
@media (max-width: 767px) {
  .grass-tech-hero,
  .grass-tech-pillars,
  .grass-tech-split,
  .grass-tech-system,
  .grass-tech-features,
  .grass-tech-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .grass-tech-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grass-tech-hero__media {
    height: 220px;
    margin-bottom: 20px;
  }

  .grass-tech-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .grass-tech-hero__copy,
  .grass-tech-section-copy,
  .grass-tech-pillars__card p,
  .grass-tech-split__copy,
  .grass-tech-features__item p,
  .grass-tech-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .grass-tech-pillars__grid {
    grid-template-columns: 1fr;
  }

  .grass-tech-pillars__card,
  .grass-tech-features__item,
  .grass-tech-cta__inner {
    padding: 22px 18px;
  }

  .grass-tech-hero__actions,
  .grass-tech-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .grass-tech-btn {
    width: 100%;
  }
}



/* Infill Tehcnology Page*/


/* =========================================================
   INFILL TECHNOLOGY PAGE
   Namespace: infill-tech-
   Different layout direction on purpose
   ========================================================= */

:root {
  --it-green: #6f9800;
  --it-green-dark: #548d11;
  --it-green-deep: #2e681a;
  --it-gray-heading: #787878;
  --it-gray-body: #6d6d6d;
  --it-gray-muted: #8a8a8a;
  --it-bg-soft: #edf1ea;
  --it-bg-light: #f7f8f5;
  --it-border: rgba(130,130,130,0.14);
  --it-radius: 24px;
}

/* wrappers */
.infill-tech-hero,
.infill-tech-functions,
.infill-tech-table,
.infill-tech-editorial,
.infill-tech-recommend,
.infill-tech-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.infill-tech-section-title {
  margin: 0;
  color: var(--it-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.infill-tech-section-copy {
  margin: 12px auto 0;
  color: var(--it-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* buttons */
.infill-tech-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.infill-tech-btn--primary {
  background: var(--it-green-dark);
  border: 1px solid var(--it-green-dark);
  color: #fff !important;
}

.infill-tech-btn--primary:hover {
  background: var(--it-green-deep);
  border-color: var(--it-green-deep);
  transform: translateY(-1px);
}

.infill-tech-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--it-gray-heading) !important;
}

.infill-tech-btn--secondary:hover {
  border-color: var(--it-green-dark);
  color: var(--it-green-dark) !important;
  transform: translateY(-1px);
}

/* hero - different look */
.infill-tech-hero {
  position: relative;
  padding-top: 34px;
  padding-bottom: 34px;
}

.infill-tech-hero__image {
  width: 78%;
  margin-left: auto;
  min-height: 420px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/infill-hero.jpg') center center / cover no-repeat;
}

.infill-tech-hero__card {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: min(520px, 40%);
  background: rgba(236,240,232,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 26px;
  padding: 32px 30px 28px;
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}

.infill-tech-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--it-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.infill-tech-hero__title {
  margin: 0;
  color: var(--it-green-deep);
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 700;
}

.infill-tech-hero__copy {
  margin: 14px 0 0;
  color: var(--it-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.infill-tech-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* horizontal function row */
.infill-tech-functions {
  padding-top: 6px;
  padding-bottom: 30px;
}

.infill-tech-functions__head {
  text-align: center;
  margin-bottom: 24px;
}

.infill-tech-functions__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--it-border);
  border-bottom: 1px solid var(--it-border);
}

.infill-tech-functions__item {
  padding: 24px 20px 22px;
  border-right: 1px solid var(--it-border);
}

.infill-tech-functions__item:last-child {
  border-right: 0;
}

.infill-tech-functions__item h3 {
  margin: 0 0 10px;
  color: var(--it-green-dark);
  font-size: clamp(20px, 1.2vw, 22px);
  line-height: 1.15;
  font-weight: 600;
}

.infill-tech-functions__item p {
  margin: 0;
  color: var(--it-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

/* comparison table */
.infill-tech-table {
  padding-top: 8px;
  padding-bottom: 30px;
}

.infill-tech-table__head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 22px;
}

.infill-tech-table__wrap {
  border-top: 1px solid var(--it-border);
  border-bottom: 1px solid var(--it-border);
}

.infill-tech-table__row {
  display: grid;
  grid-template-columns: 22% 39% 39%;
  gap: 20px;
  padding: 16px 8px;
  border-bottom: 1px solid var(--it-border);
}

.infill-tech-table__row:last-child {
  border-bottom: 0;
}

.infill-tech-table__row--head {
  color: var(--it-green-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.infill-tech-table__row:not(.infill-tech-table__row--head) > div {
  color: var(--it-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

.infill-tech-table__row:not(.infill-tech-table__row--head) > div:first-child {
  color: #5e5e5e;
  font-weight: 600;
}

/* editorial */
.infill-tech-editorial {
  padding-top: 8px;
  padding-bottom: 34px;
}

.infill-tech-editorial__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.infill-tech-editorial__block {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 24px;
  overflow: hidden;
}

.infill-tech-editorial__media {
  min-height: 280px;
  background-size: cover;
  background-position: center center;
}

.infill-tech-editorial__body {
  padding: 28px 24px;
}

.infill-tech-editorial__eyebrow {
  margin: 0 0 8px;
  color: var(--it-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.infill-tech-editorial__body h3 {
  margin: 0 0 12px;
  color: var(--it-green-dark);
  font-size: clamp(22px, 1.4vw, 28px);
  line-height: 1.14;
  font-weight: 600;
}

.infill-tech-editorial__body p {
  margin: 0;
  color: var(--it-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* recommendation band */
.infill-tech-recommend {
  padding-top: 4px;
  padding-bottom: 30px;
}

.infill-tech-recommend__inner {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 34px;
  background: linear-gradient(180deg, #7aa300 0%, #6c9800 100%);
  border-radius: 28px;
  padding: 34px 34px;
}

.infill-tech-recommend__eyebrow {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.infill-tech-recommend__title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.infill-tech-recommend__right p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.96);
  font-size: 15px;
  line-height: 1.55;
}

.infill-tech-recommend__right ul {
  margin: 0;
  padding-left: 18px;
}

.infill-tech-recommend__right li {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.96);
  font-size: 15px;
  line-height: 1.45;
}

/* cta */
.infill-tech-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.infill-tech-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  background: #f4f6f1;
  border-radius: 26px;
  padding: 30px 26px;
}

.infill-tech-cta__title {
  margin: 0;
  color: var(--it-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.infill-tech-cta__copy {
  margin: 12px 0 0;
  color: var(--it-gray-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.infill-tech-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.infill-tech-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* tablet */
@media (max-width: 1024px) {
  .infill-tech-hero,
  .infill-tech-functions,
  .infill-tech-table,
  .infill-tech-editorial,
  .infill-tech-recommend,
  .infill-tech-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .infill-tech-hero__image {
    width: 100%;
    min-height: 300px;
  }

  .infill-tech-hero__card {
    position: static;
    transform: none;
    width: auto;
    margin-top: 18px;
  }

  .infill-tech-functions__row,
  .infill-tech-editorial__grid,
  .infill-tech-recommend__inner,
  .infill-tech-cta__inner {
    grid-template-columns: 1fr;
  }

  .infill-tech-editorial__block {
    grid-template-columns: 1fr;
  }

  .infill-tech-table__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .infill-tech-hero,
  .infill-tech-functions,
  .infill-tech-table,
  .infill-tech-editorial,
  .infill-tech-recommend,
  .infill-tech-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .infill-tech-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .infill-tech-hero__image {
    min-height: 220px;
  }

  .infill-tech-hero__title {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: -0.8px;
  }

  .infill-tech-hero__copy,
  .infill-tech-section-copy,
  .infill-tech-functions__item p,
  .infill-tech-table__row:not(.infill-tech-table__row--head) > div,
  .infill-tech-editorial__body p,
  .infill-tech-recommend__right p,
  .infill-tech-recommend__right li,
  .infill-tech-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .infill-tech-functions__item,
  .infill-tech-editorial__body,
  .infill-tech-recommend__inner,
  .infill-tech-cta__inner {
    padding: 22px 18px;
  }

  .infill-tech-hero__actions,
  .infill-tech-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .infill-tech-btn {
    width: 100%;
  }
}





/*Warranty Page*/

/* =========================================================
   WARRANTY PAGE
   Namespace: warranty-page-
   More formal / trust-focused layout
   ========================================================= */

:root {
  --wp-green: #6f9800;
  --wp-green-dark: #548d11;
  --wp-green-deep: #2e681a;
  --wp-gray-heading: #777777;
  --wp-gray-body: #6d6d6d;
  --wp-gray-muted: #8a8a8a;
  --wp-bg-soft: #edf1ea;
  --wp-bg-light: #f8f9f6;
  --wp-border: rgba(130,130,130,0.14);
  --wp-radius: 24px;
}

/* wrappers */
.warranty-page-hero,
.warranty-page-highlights,
.warranty-page-doc,
.warranty-page-split,
.warranty-page-steps,
.warranty-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.warranty-page-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.warranty-page-section-title {
  margin: 0;
  color: var(--wp-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.warranty-page-section-copy {
  margin: 12px auto 0;
  color: var(--wp-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* buttons */
.warranty-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.warranty-page-btn--primary {
  background: var(--wp-green-dark);
  border: 1px solid var(--wp-green-dark);
  color: #fff !important;
}

.warranty-page-btn--primary:hover {
  background: var(--wp-green-deep);
  border-color: var(--wp-green-deep);
  transform: translateY(-1px);
}

.warranty-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--wp-gray-heading) !important;
}

.warranty-page-btn--secondary:hover {
  border-color: var(--wp-green-dark);
  color: var(--wp-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.warranty-page-hero {
  padding-top: 28px;
  padding-bottom: 26px;
}

.warranty-page-hero__media {
  width: 100%;
  max-width: 1360px;
  height: 260px;
  margin: 0 auto 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/warranty-hero.jpg') center center / cover no-repeat;
}

.warranty-page-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.warranty-page-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--wp-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warranty-page-hero__title {
  margin: 0;
  color: var(--wp-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.warranty-page-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--wp-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.warranty-page-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* highlights */
.warranty-page-highlights {
  padding-top: 4px;
  padding-bottom: 24px;
}

.warranty-page-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: var(--wp-bg-soft);
  border-radius: 24px;
  padding: 24px 20px;
}

.warranty-page-highlights__item {
  text-align: center;
}

.warranty-page-highlights__label {
  display: block;
  color: var(--wp-gray-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.warranty-page-highlights__value {
  display: block;
  color: var(--wp-green-deep);
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.15;
  font-weight: 600;
}

/* doc */
.warranty-page-doc {
  padding-top: 8px;
  padding-bottom: 28px;
}

.warranty-page-doc__frame {
  background: #fff;
  border: 1px solid rgba(111,152,0,0.22);
  border-radius: 24px;
  padding: 28px 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.03);
}

.warranty-page-doc__head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--wp-border);
}

.warranty-page-doc__logo img {
  max-width: 160px;
  height: auto;
  display: block;
}

.warranty-page-doc__eyebrow {
  margin: 0 0 6px;
  color: var(--wp-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warranty-page-doc__title {
  margin: 0;
  color: var(--wp-green-deep);
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.08;
  font-weight: 600;
}

.warranty-page-doc__body {
  padding-top: 24px;
  max-width: 1020px;
}

.warranty-page-doc__body p,
.warranty-page-doc__body li {
  color: var(--wp-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.6;
}

.warranty-page-doc__body p {
  margin: 0 0 18px;
}

.warranty-page-doc__body h3 {
  margin: 26px 0 10px;
  color: var(--wp-green-dark);
  font-size: clamp(20px, 1.3vw, 24px);
  line-height: 1.15;
  font-weight: 600;
}

.warranty-page-doc__body ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.warranty-page-doc__body li {
  margin: 0 0 10px;
}

/* split */
.warranty-page-split {
  padding-top: 4px;
  padding-bottom: 28px;
}

.warranty-page-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.warranty-page-split__panel {
  border-radius: 24px;
  padding: 30px 28px;
}

.warranty-page-split__panel--light {
  background: var(--wp-bg-soft);
}

.warranty-page-split__panel--dark {
  background: #7f8080;
}

.warranty-page-split__panel h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 500;
}

.warranty-page-split__panel--light h2 {
  color: #6f6f6f;
}

.warranty-page-split__panel--dark h2 {
  color: #fff;
}

.warranty-page-split__panel ul {
  margin: 0;
  padding-left: 18px;
}

.warranty-page-split__panel li {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
}

.warranty-page-split__panel--light li {
  color: #6f6f6f;
}

.warranty-page-split__panel--dark li {
  color: rgba(255,255,255,0.96);
}

/* steps */
.warranty-page-steps {
  padding-top: 6px;
  padding-bottom: 30px;
}

.warranty-page-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.warranty-page-steps__item {
  background: #fff;
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 24px 22px;
}

.warranty-page-steps__step {
  display: inline-block;
  color: var(--wp-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.warranty-page-steps__item h3 {
  margin: 12px 0 10px;
  color: var(--wp-green-dark);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.15;
  font-weight: 600;
}

.warranty-page-steps__item p {
  margin: 0;
  color: var(--wp-gray-body);
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.5;
}

/* cta */
.warranty-page-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.warranty-page-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 30px 26px;
}

.warranty-page-cta__title {
  margin: 0;
  color: var(--wp-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.warranty-page-cta__copy {
  margin: 12px 0 0;
  color: var(--wp-gray-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.warranty-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.warranty-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* tablet */
@media (max-width: 1024px) {
  .warranty-page-hero,
  .warranty-page-highlights,
  .warranty-page-doc,
  .warranty-page-split,
  .warranty-page-steps,
  .warranty-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .warranty-page-highlights__grid,
  .warranty-page-steps__grid {
    grid-template-columns: 1fr 1fr;
  }

  .warranty-page-doc__head,
  .warranty-page-split__grid,
  .warranty-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

/* mobile */
@media (max-width: 767px) {
  .warranty-page-hero,
  .warranty-page-highlights,
  .warranty-page-doc,
  .warranty-page-split,
  .warranty-page-steps,
  .warranty-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .warranty-page-hero {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .warranty-page-hero__media {
    height: 220px;
    margin-bottom: 20px;
  }

  .warranty-page-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .warranty-page-hero__copy,
  .warranty-page-doc__body p,
  .warranty-page-doc__body li,
  .warranty-page-steps__item p,
  .warranty-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .warranty-page-highlights__grid,
  .warranty-page-steps__grid {
    grid-template-columns: 1fr;
  }

  .warranty-page-doc__frame,
  .warranty-page-split__panel,
  .warranty-page-steps__item,
  .warranty-page-cta__inner {
    padding: 22px 18px;
  }

  .warranty-page-hero__actions,
  .warranty-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .warranty-page-btn {
    width: 100%;
  }
}


/* Partners Page */

/* =========================================================
   PARTNERS PAGE
   Namespace: partners-page-
   ========================================================= */

:root {
  --pp-green: #6f9800;
  --pp-green-dark: #548d11;
  --pp-green-deep: #2e681a;
  --pp-gray-heading: #777777;
  --pp-gray-body: #6d6d6d;
  --pp-gray-muted: #838383;
  --pp-bg-soft: #edf1ea;
  --pp-bg-light: #f7f8f5;
  --pp-border: rgba(130,130,130,0.12);
}

.partners-page-hero,
.partners-page-logos,
.partners-page-story,
.partners-page-types,
.partners-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.partners-page-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.partners-page-section-title {
  margin: 0;
  color: var(--pp-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.partners-page-section-copy {
  margin: 12px auto 0;
  color: var(--pp-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.partners-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.partners-page-btn--primary {
  background: var(--pp-green-dark);
  border: 1px solid var(--pp-green-dark);
  color: #fff !important;
}

.partners-page-btn--primary:hover {
  background: var(--pp-green-deep);
  border-color: var(--pp-green-deep);
  transform: translateY(-1px);
}

.partners-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--pp-gray-heading) !important;
}

.partners-page-btn--secondary:hover {
  border-color: var(--pp-green-dark);
  color: var(--pp-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.partners-page-hero {
  padding-top: 28px;
  padding-bottom: 28px;
}

.partners-page-hero__media {
  width: 100%;
  max-width: 1360px;
  height: 280px;
  margin: 0 auto 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/partners-hero.jpg') center center / cover no-repeat;
}

.partners-page-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.partners-page-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--pp-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-page-hero__title {
  margin: 0;
  color: var(--pp-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.partners-page-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--pp-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.partners-page-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* logos */
.partners-page-logos {
  padding-top: 10px;
  padding-bottom: 30px;
}

.partners-page-logos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.partners-page-logo {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: 20px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partners-page-logo img {
  max-width: 280px;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0.95;
}

/* story split */
.partners-page-story {
  padding-top: 4px;
  padding-bottom: 30px;
}

.partners-page-story__grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 28px;
  align-items: center;
  background: var(--pp-bg-soft);
  border-radius: 28px;
  padding: 34px;
}

.partners-page-story__eyebrow {
  margin: 0 0 8px;
  color: var(--pp-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-page-story__title {
  margin: 0;
  color: var(--pp-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.partners-page-story__copy {
  margin: 16px 0 18px;
  color: var(--pp-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.partners-page-story__list {
  margin: 0;
  padding-left: 18px;
}

.partners-page-story__list li {
  margin: 0 0 10px;
  color: var(--pp-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

.partners-page-story__media {
  min-height: 320px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.16)),
    url('http://dev.online-turf.com/wp-content/uploads/2026/04/hand-shake.jpg') center center / cover no-repeat;
}

/* types */
.partners-page-types {
  padding-top: 6px;
  padding-bottom: 30px;
}

.partners-page-types__inner {
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
  padding: 26px 0;
}

.partners-page-types__head {
  text-align: center;
  margin-bottom: 20px;
}

.partners-page-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.partners-page-types__item {
  padding: 18px 18px;
  border-right: 1px solid var(--pp-border);
}

.partners-page-types__item:last-child {
  border-right: 0;
}

.partners-page-types__item h3 {
  margin: 0 0 10px;
  color: var(--pp-green-dark);
  font-size: clamp(20px, 1.2vw, 22px);
  line-height: 1.15;
  font-weight: 600;
}

.partners-page-types__item p {
  margin: 0;
  color: var(--pp-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

/* cta */
.partners-page-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.partners-page-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 30px 26px;
}

.partners-page-cta__title {
  margin: 0;
  color: var(--pp-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.partners-page-cta__copy {
  margin: 12px 0 0;
  color: var(--pp-gray-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.partners-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.partners-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1024px) {
  .partners-page-hero,
  .partners-page-logos,
  .partners-page-story,
  .partners-page-types,
  .partners-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partners-page-logos__grid,
  .partners-page-types__grid {
    grid-template-columns: 1fr 1fr;
  }

  .partners-page-story__grid,
  .partners-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .partners-page-hero,
  .partners-page-logos,
  .partners-page-story,
  .partners-page-types,
  .partners-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .partners-page-hero__media {
    height: 220px;
    margin-bottom: 20px;
  }

  .partners-page-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .partners-page-hero__copy,
  .partners-page-section-copy,
  .partners-page-story__copy,
  .partners-page-story__list li,
  .partners-page-types__item p,
  .partners-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .partners-page-logos__grid,
  .partners-page-types__grid {
    grid-template-columns: 1fr;
  }

  .partners-page-story__grid,
  .partners-page-cta__inner {
    padding: 22px 18px;
  }

  .partners-page-hero__actions,
  .partners-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .partners-page-btn {
    width: 100%;
  }
}



/* FAQ */

/* =========================================================
   FAQ PAGE
   Namespace: faq-page-
   ========================================================= */

:root {
  --faq-green: #6f9800;
  --faq-green-dark: #548d11;
  --faq-green-deep: #2e681a;
  --faq-gray-heading: #777777;
  --faq-gray-body: #6d6d6d;
  --faq-gray-muted: #838383;
  --faq-bg-soft: #edf1ea;
  --faq-bg-light: #f7f8f5;
  --faq-border: rgba(130,130,130,0.14);
}

.faq-page-hero,
.faq-page-topics,
.faq-page-list,
.faq-page-cta {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.faq-page-btn--primary {
  background: var(--faq-green-dark);
  border: 1px solid var(--faq-green-dark);
  color: #fff !important;
}

.faq-page-btn--primary:hover {
  background: var(--faq-green-deep);
  border-color: var(--faq-green-deep);
  transform: translateY(-1px);
}

.faq-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--faq-gray-heading) !important;
}

.faq-page-btn--secondary:hover {
  border-color: var(--faq-green-dark);
  color: var(--faq-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.faq-page-hero {
  padding-top: 34px;
  padding-bottom: 20px;
}

.faq-page-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.faq-page-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--faq-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-page-hero__title {
  margin: 0;
  color: var(--faq-green-deep);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.faq-page-hero__copy {
  margin: 16px auto 0;
  color: var(--faq-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

/* topic chips */
.faq-page-topics {
  padding-top: 6px;
  padding-bottom: 24px;
}

.faq-page-topics__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.faq-page-topics__label {
  color: var(--faq-gray-heading);
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
}

.faq-page-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: var(--faq-gray-heading) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.faq-page-chip:hover {
  background: var(--faq-green-dark);
  border-color: var(--faq-green-dark);
  color: #fff !important;
}

/* faq list */
.faq-page-list {
  padding-top: 0;
  padding-bottom: 34px;
}

.faq-page-list__group {
  margin-bottom: 32px;
}

.faq-page-list__group-title {
  margin: 0 0 16px;
  color: var(--faq-green-deep);
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.7px;
}

.faq-page-accordion {
  display: grid;
  gap: 12px;
}

.faq-page-item {
  background: #fff;
  border: 1px solid var(--faq-border);
  border-radius: 18px;
  overflow: hidden;
}

.faq-page-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  position: relative;
}

.faq-page-item summary::-webkit-details-marker {
  display: none;
}

.faq-page-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--faq-green-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.faq-page-item[open] summary::after {
  content: "–";
}

.faq-page-item__content {
  padding: 0 22px 20px;
}

.faq-page-item__content p {
  margin: 0;
  color: var(--faq-gray-body);
  font-size: 15px;
  line-height: 1.6;
}

/* cta */
.faq-page-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.faq-page-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 30px 26px;
}

.faq-page-cta__title {
  margin: 0;
  color: var(--faq-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.faq-page-cta__copy {
  margin: 12px 0 0;
  color: var(--faq-gray-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.faq-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.faq-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1024px) {
  .faq-page-hero,
  .faq-page-topics,
  .faq-page-list,
  .faq-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-page-hero,
  .faq-page-topics,
  .faq-page-list,
  .faq-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-page-hero {
    padding-top: 26px;
    padding-bottom: 16px;
  }

  .faq-page-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .faq-page-hero__copy,
  .faq-page-item__content p,
  .faq-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-page-item summary {
    padding: 18px 18px;
    font-size: 17px;
  }

  .faq-page-item__content {
    padding: 0 18px 18px;
  }

  .faq-page-cta__inner {
    padding: 22px 18px;
  }

  .faq-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-page-btn {
    width: 100%;
  }
}










/*Featured Projects*/

/* =========================================================
   FEATURED PROJECTS PAGE
   Namespace: feat-projects-
   ========================================================= */

:root {
  --fp-green: #6f9800;
  --fp-green-dark: #548d11;
  --fp-green-deep: #2e681a;
  --fp-gray-heading: #777777;
  --fp-gray-body: #6d6d6d;
  --fp-gray-muted: #8a8a8a;
  --fp-bg-soft: #edf1ea;
  --fp-border: rgba(130,130,130,0.12);
}

.feat-projects-hero,
.feat-projects-spotlight,
.feat-projects-grid,
.feat-projects-stats,
.feat-projects-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.feat-projects-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.feat-projects-section-title {
  margin: 0;
  color: var(--fp-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.feat-projects-section-copy {
  margin: 12px auto 0;
  color: var(--fp-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.feat-projects-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.feat-projects-btn--primary {
  background: var(--fp-green-dark);
  border: 1px solid var(--fp-green-dark);
  color: #fff !important;
}

.feat-projects-btn--primary:hover {
  background: var(--fp-green-deep);
  border-color: var(--fp-green-deep);
  transform: translateY(-1px);
}

.feat-projects-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--fp-gray-heading) !important;
}

.feat-projects-btn--secondary:hover {
  border-color: var(--fp-green-dark);
  color: var(--fp-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.feat-projects-hero {
  padding-top: 28px;
  padding-bottom: 26px;
}

.feat-projects-hero__media {
  width: 100%;
  height: 320px;
  margin: 0 auto 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/featured-projects-hero.jpg') center center / cover no-repeat;
}

.feat-projects-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.feat-projects-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--fp-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feat-projects-hero__title {
  margin: 0;
  color: var(--fp-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.feat-projects-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--fp-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.feat-projects-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* spotlight */
.feat-projects-spotlight {
  padding-top: 8px;
  padding-bottom: 30px;
}

.feat-projects-spotlight__grid {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 28px;
  align-items: center;
}

.feat-projects-spotlight__image {
  min-height: 420px;
  border-radius: 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.15)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/project-spotlight.jpg') center center / cover no-repeat;
}

.feat-projects-spotlight__eyebrow {
  margin: 0 0 8px;
  color: var(--fp-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feat-projects-spotlight__title {
  margin: 0;
  color: var(--fp-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.feat-projects-spotlight__copy {
  margin: 16px 0 18px;
  color: var(--fp-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.feat-projects-spotlight__list {
  margin: 0 0 22px;
  padding-left: 18px;
}

.feat-projects-spotlight__list li {
  margin: 0 0 10px;
  color: var(--fp-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

/* gallery */
.feat-projects-grid {
  padding-top: 4px;
  padding-bottom: 30px;
}

.feat-projects-grid__wrap {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.feat-projects-card {
  position: relative;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.feat-projects-card--lg {
  grid-row: span 2;
  min-height: 540px;
}

.feat-projects-card__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
  transition: transform 0.7s ease;
}

.feat-projects-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.34));
}

.feat-projects-card__title {
  color: #fff;
  font-size: clamp(22px, 1.45vw, 28px);
  line-height: 1.08;
  font-weight: 600;
}

.feat-projects-card__meta {
  margin-top: 8px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}

.feat-projects-card:hover .feat-projects-card__image {
  transform: scale(1.05);
}

/* stats */
.feat-projects-stats {
  padding-top: 4px;
  padding-bottom: 28px;
}

.feat-projects-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: var(--fp-bg-soft);
  border-radius: 24px;
  padding: 24px 20px;
}

.feat-projects-stats__item {
  text-align: center;
}

.feat-projects-stats__number {
  display: block;
  color: var(--fp-green-deep);
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1;
  font-weight: 700;
}

.feat-projects-stats__label {
  display: block;
  margin-top: 8px;
  color: var(--fp-gray-heading);
  font-size: 15px;
  line-height: 1.4;
}

/* cta */
.feat-projects-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.feat-projects-cta__inner {
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
}

.feat-projects-cta__title {
  margin: 0;
  color: var(--fp-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.feat-projects-cta__copy {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--fp-gray-muted);
  font-size: 15px;
  line-height: 1.5;
}

.feat-projects-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* reveal */
.feat-projects-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1024px) {
  .feat-projects-hero,
  .feat-projects-spotlight,
  .feat-projects-grid,
  .feat-projects-stats,
  .feat-projects-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feat-projects-spotlight__grid,
  .feat-projects-grid__wrap,
  .feat-projects-stats__grid {
    grid-template-columns: 1fr;
  }

  .feat-projects-card--lg {
    grid-row: auto;
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .feat-projects-hero,
  .feat-projects-spotlight,
  .feat-projects-grid,
  .feat-projects-stats,
  .feat-projects-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .feat-projects-hero__media {
    height: 220px;
    margin-bottom: 20px;
  }

  .feat-projects-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .feat-projects-hero__copy,
  .feat-projects-spotlight__copy,
  .feat-projects-spotlight__list li,
  .feat-projects-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .feat-projects-hero__actions,
  .feat-projects-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .feat-projects-btn {
    width: 100%;
  }
}

/* =========================================================
   ISO CERTIFICATION PAGE
   Namespace: iso-cert-page-
   ========================================================= */

:root {
  --iso-green: #6f9800;
  --iso-green-dark: #548d11;
  --iso-green-deep: #2e681a;
  --iso-gray-heading: #777777;
  --iso-gray-body: #6d6d6d;
  --iso-gray-muted: #8a8a8a;
  --iso-bg-soft: #edf1ea;
  --iso-border: rgba(130,130,130,0.12);
}

.iso-cert-page-hero,
.iso-cert-page-summary,
.iso-cert-page-detail,
.iso-cert-page-docs,
.iso-cert-page-cta {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.iso-cert-page-section-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 26px;
}

.iso-cert-page-section-title {
  margin: 0;
  color: var(--iso-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.iso-cert-page-section-copy {
  margin: 12px auto 0;
  color: var(--iso-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.iso-cert-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.iso-cert-page-btn--primary {
  background: var(--iso-green-dark);
  border: 1px solid var(--iso-green-dark);
  color: #fff !important;
}

.iso-cert-page-btn--primary:hover {
  background: var(--iso-green-deep);
  border-color: var(--iso-green-deep);
  transform: translateY(-1px);
}

.iso-cert-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--iso-gray-heading) !important;
}

.iso-cert-page-btn--secondary:hover {
  border-color: var(--iso-green-dark);
  color: var(--iso-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.iso-cert-page-hero {
  padding-top: 36px;
  padding-bottom: 26px;
}

.iso-cert-page-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.iso-cert-page-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--iso-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iso-cert-page-hero__title {
  margin: 0;
  color: var(--iso-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.iso-cert-page-hero__copy {
  margin: 16px auto 0;
  color: var(--iso-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.iso-cert-page-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* summary */
.iso-cert-page-summary {
  padding-top: 4px;
  padding-bottom: 26px;
}

.iso-cert-page-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid var(--iso-border);
  border-bottom: 1px solid var(--iso-border);
  padding: 22px 0;
}

.iso-cert-page-summary__item {
  text-align: center;
}

.iso-cert-page-summary__label {
  display: block;
  color: var(--iso-gray-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.iso-cert-page-summary__value {
  display: block;
  color: var(--iso-green-deep);
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.15;
  font-weight: 600;
}

/* detail */
.iso-cert-page-detail {
  padding-top: 8px;
  padding-bottom: 30px;
}

.iso-cert-page-detail__grid {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 24px;
  align-items: stretch;
}

.iso-cert-page-detail__eyebrow {
  margin: 0 0 8px;
  color: var(--iso-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iso-cert-page-detail__title {
  margin: 0;
  color: var(--iso-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.iso-cert-page-detail__copy {
  margin: 16px 0 18px;
  color: var(--iso-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.iso-cert-page-detail__list {
  margin: 0;
  padding-left: 18px;
}

.iso-cert-page-detail__list li {
  margin: 0 0 10px;
  color: var(--iso-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

.iso-cert-page-detail__panel {
  background: var(--iso-bg-soft);
  border-radius: 24px;
  padding: 30px 28px;
}

.iso-cert-page-detail__badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7aa300 0%, #6c9800 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.iso-cert-page-detail__panel h3 {
  margin: 0 0 12px;
  color: var(--iso-green-dark);
  font-size: clamp(22px, 1.4vw, 28px);
  line-height: 1.15;
  font-weight: 600;
}

.iso-cert-page-detail__panel p {
  margin: 0;
  color: var(--iso-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

/* docs */
.iso-cert-page-docs {
  padding-top: 4px;
  padding-bottom: 30px;
}

.iso-cert-page-docs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.iso-cert-page-docs__card {
  background: #fff;
  border: 1px solid var(--iso-border);
  border-radius: 20px;
  padding: 24px 22px;
}

.iso-cert-page-docs__card h3 {
  margin: 0 0 12px;
  color: var(--iso-green-dark);
  font-size: clamp(20px, 1.2vw, 24px);
  line-height: 1.15;
  font-weight: 600;
}

.iso-cert-page-docs__card p {
  margin: 0;
  color: var(--iso-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

/* cta */
.iso-cert-page-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.iso-cert-page-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 30px 26px;
}

.iso-cert-page-cta__title {
  margin: 0;
  color: var(--iso-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.iso-cert-page-cta__copy {
  margin: 12px 0 0;
  color: var(--iso-gray-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.iso-cert-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.iso-cert-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.iso-cert-page-reveal.iso-cert-page-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .iso-cert-page-hero,
  .iso-cert-page-summary,
  .iso-cert-page-detail,
  .iso-cert-page-docs,
  .iso-cert-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .iso-cert-page-summary__grid,
  .iso-cert-page-docs__grid {
    grid-template-columns: 1fr 1fr;
  }

  .iso-cert-page-detail__grid,
  .iso-cert-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .iso-cert-page-hero,
  .iso-cert-page-summary,
  .iso-cert-page-detail,
  .iso-cert-page-docs,
  .iso-cert-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .iso-cert-page-hero {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .iso-cert-page-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .iso-cert-page-hero__copy,
  .iso-cert-page-detail__copy,
  .iso-cert-page-detail__list li,
  .iso-cert-page-detail__panel p,
  .iso-cert-page-docs__card p,
  .iso-cert-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .iso-cert-page-summary__grid,
  .iso-cert-page-docs__grid {
    grid-template-columns: 1fr;
  }

  .iso-cert-page-detail__panel,
  .iso-cert-page-docs__card,
  .iso-cert-page-cta__inner {
    padding: 22px 18px;
  }

  .iso-cert-page-hero__actions,
  .iso-cert-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .iso-cert-page-btn {
    width: 100%;
  }
}

/* =========================================================
   WATER REBATE INFORMATION PAGE
   Namespace: water-rebate-page-
   ========================================================= */

:root {
  --wr-green: #6f9800;
  --wr-green-dark: #548d11;
  --wr-green-deep: #2e681a;
  --wr-gray-heading: #767676;
  --wr-gray-body: #6d6d6d;
  --wr-gray-muted: #8a8a8a;
  --wr-bg-soft: #edf1ea;
  --wr-bg-light: #f7f8f5;
  --wr-border: rgba(130,130,130,0.14);
  --wr-radius: 24px;
}

.water-rebate-page-hero,
.water-rebate-page-benefits,
.water-rebate-page-process,
.water-rebate-page-eligibility,
.water-rebate-page-cta {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ===== shared ===== */
.water-rebate-page-eyebrow {
  margin: 0 0 10px;
  color: var(--wr-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.water-rebate-page-title {
  margin: 0;
  color: var(--wr-green-deep);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -1px;
  font-weight: 700;
}

.water-rebate-page-copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--wr-gray-muted);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.5;
}

.water-rebate-page-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.water-rebate-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.water-rebate-page-btn--primary {
  background: var(--wr-green-dark);
  border: 1px solid var(--wr-green-dark);
  color: #fff !important;
}

.water-rebate-page-btn--primary:hover {
  background: var(--wr-green-deep);
  border-color: var(--wr-green-deep);
  transform: translateY(-1px);
}

.water-rebate-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--wr-gray-heading) !important;
}

.water-rebate-page-btn--secondary:hover {
  border-color: var(--wr-green-dark);
  color: var(--wr-green-dark) !important;
  transform: translateY(-1px);
}

/* ===== hero ===== */
.water-rebate-page-hero {
  padding-top: 34px;
  padding-bottom: 28px;
}

.water-rebate-page-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

/* ===== benefits ===== */
.water-rebate-page-benefits {
  padding-top: 6px;
  padding-bottom: 28px;
}

.water-rebate-page-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.water-rebate-page-benefit {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 26px 22px;
}

.water-rebate-page-benefit h3 {
  margin: 0 0 12px;
  color: var(--wr-green-dark);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.14;
  font-weight: 600;
}

.water-rebate-page-benefit p {
  margin: 0;
  color: var(--wr-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* ===== process ===== */
.water-rebate-page-process {
  padding-top: 6px;
  padding-bottom: 28px;
}

.water-rebate-page-section-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 24px;
}

.water-rebate-page-section-head h2 {
  margin: 0;
  color: var(--wr-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.water-rebate-page-section-head p {
  margin: 12px auto 0;
  color: var(--wr-gray-muted);
  font-size: 16px;
  line-height: 1.5;
}

.water-rebate-page-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.water-rebate-page-step {
  background: #fff;
  border: 1px solid var(--wr-border);
  border-radius: 22px;
  padding: 24px 22px;
}

.water-rebate-page-step .step-number {
  display: inline-block;
  color: var(--wr-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.water-rebate-page-step h3 {
  margin: 12px 0 10px;
  color: var(--wr-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.15;
  font-weight: 600;
}

.water-rebate-page-step p {
  margin: 0;
  color: var(--wr-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

/* ===== eligibility ===== */
.water-rebate-page-eligibility {
  padding-top: 6px;
  padding-bottom: 30px;
}

.water-rebate-page-eligibility__grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 24px;
  align-items: start;
}

.water-rebate-page-eligibility__content {
  background: var(--wr-bg-soft);
  border-radius: 24px;
  padding: 30px 28px;
}

.water-rebate-page-eligibility__content h2 {
  margin: 0;
  color: var(--wr-green-deep);
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1.08;
  font-weight: 600;
}

.water-rebate-page-eligibility__content p {
  margin: 14px 0 16px;
  color: var(--wr-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

.water-rebate-page-eligibility__content ul {
  margin: 0;
  padding-left: 18px;
}

.water-rebate-page-eligibility__content li {
  margin: 0 0 10px;
  color: var(--wr-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

.water-rebate-page-eligibility__panel {
  background: #fff;
  border: 1px solid rgba(111,152,0,0.22);
  border-radius: 24px;
  padding: 30px 28px;
}

.water-rebate-page-eligibility__panel h3 {
  margin: 0 0 12px;
  color: var(--wr-green-dark);
  font-size: clamp(22px, 1.35vw, 28px);
  line-height: 1.14;
  font-weight: 600;
}

.water-rebate-page-eligibility__panel p {
  margin: 0;
  color: var(--wr-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* ===== cta ===== */
.water-rebate-page-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.water-rebate-page-cta__inner {
  text-align: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 26px;
}

.water-rebate-page-cta__inner h2 {
  margin: 0;
  color: var(--wr-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.water-rebate-page-cta__inner p {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--wr-gray-muted);
  font-size: 15px;
  line-height: 1.5;
}

/* ===== reveal ===== */
.water-rebate-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.water-rebate-page-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== tablet ===== */
@media (max-width: 1024px) {
  .water-rebate-page-hero,
  .water-rebate-page-benefits,
  .water-rebate-page-process,
  .water-rebate-page-eligibility,
  .water-rebate-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .water-rebate-page-benefits__grid,
  .water-rebate-page-steps {
    grid-template-columns: 1fr 1fr;
  }

  .water-rebate-page-eligibility__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== mobile ===== */
@media (max-width: 767px) {
  .water-rebate-page-hero,
  .water-rebate-page-benefits,
  .water-rebate-page-process,
  .water-rebate-page-eligibility,
  .water-rebate-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .water-rebate-page-hero {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .water-rebate-page-title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .water-rebate-page-copy,
  .water-rebate-page-benefit p,
  .water-rebate-page-step p,
  .water-rebate-page-eligibility__content p,
  .water-rebate-page-eligibility__content li,
  .water-rebate-page-eligibility__panel p,
  .water-rebate-page-cta__inner p {
    font-size: 15px;
    line-height: 1.5;
  }

  .water-rebate-page-benefits__grid,
  .water-rebate-page-steps {
    grid-template-columns: 1fr;
  }

  .water-rebate-page-benefit,
  .water-rebate-page-step,
  .water-rebate-page-eligibility__content,
  .water-rebate-page-eligibility__panel,
  .water-rebate-page-cta__inner {
    padding: 22px 18px;
  }

  .water-rebate-page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .water-rebate-page-btn {
    width: 100%;
  }
}

/* =========================================================
CASE STUDIES PAGE
Namespace: cs-page-
========================================================= */

.cs-page-wrap{
color:#1e2d16;
background:#f7f8f5;
}

.cs-page-container{
max-width:1180px;
margin:auto;
padding:0 20px;
}

.cs-page-reveal{
opacity:0;
transform:translateY(25px);
transition:.8s ease;
}

.cs-page-visible{
opacity:1;
transform:translateY(0);
}

/* hero */
.cs-page-hero{
padding:70px 0 50px;
text-align:center;
}

.cs-page-hero__eyebrow,
.cs-page-eyebrow{
font-size:14px;
font-weight:700;
letter-spacing:1px;
color:#6f9800;
text-transform:uppercase;
margin-bottom:12px;
}

.cs-page-hero__title{
font-size:58px;
line-height:1.05;
margin:0 0 18px;
}

.cs-page-hero__copy{
max-width:760px;
margin:auto;
font-size:18px;
color:#6d6d6d;
line-height:1.6;
}

.cs-page-hero__actions{
display:flex;
justify-content:center;
gap:14px;
margin-top:30px;
flex-wrap:wrap;
}

/* buttons */
.cs-page-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:14px 26px;
border-radius:999px;
font-weight:700;
text-decoration:none;
transition:.3s;
}

.cs-page-btn--primary{
background:#548d11;
color:#fff;
}

.cs-page-btn--secondary{
background:#fff;
border:1px solid #ddd;
color:#555;
}

.cs-page-btn--primary:hover {
    background: #376F27!important;   
    color: #fff!important;
    border-color: var(--cs-green-deep)!important;
    transform: translateY(-1px)!important;
}


.cs-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--cs-gray-heading) !important;
}

.cs-page-btn--secondary:hover {
  border-color: var(--cs-green-dark);
  color: var(--cs-green-dark) !important;
  transform: translateY(-1px)!important;
}

.cs-page-btn:hover{
transform:translateY(-2px);
}

/* stats */
.cs-page-stats{
padding:20px 0 50px;
}

.cs-page-stats__grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
}

.cs-page-stat{
background:#edf1ea;
padding:28px;
border-radius:22px;
text-align:center;
}

.cs-page-stat h3{
font-size:34px;
margin:0;
color:#2e681a;
}

.cs-page-stat p{
margin:8px 0 0;
color:#6d6d6d;
}

/* section */
.cs-page-projects{
padding:20px 0 60px;
}

.cs-page-section-head{
text-align:center;
max-width:760px;
margin:auto auto 34px;
}

.cs-page-section-head h2{
font-size:44px;
margin:10px 0;
}

.cs-page-section-head p{
color:#6d6d6d;
line-height:1.6;
}

/* cards */
.cs-page-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:24px;
}

.cs-page-card{
background:#fff;
border-radius:24px;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,.05);
transition:.3s;
}

.cs-page-card:hover{
transform:translateY(-6px);
}

.cs-page-card img{
width:100%;
height:260px;
object-fit:cover;
}

.cs-page-card__body{
padding:24px;
}

.cs-page-card span{
font-size:13px;
font-weight:700;
color:#6f9800;
text-transform:uppercase;
}

.cs-page-card h3{
font-size:30px;
margin:10px 0;
}

.cs-page-card p{
color:#6d6d6d;
line-height:1.6;
margin:0;
}

/* cta */
.cs-page-cta{
padding:0 0 70px;
}

.cs-page-cta__box{
background:#edf1ea;
padding:36px;
border-radius:26px;
display:grid;
grid-template-columns:1fr auto;
gap:20px;
align-items:center;
}

.cs-page-cta h2{
font-size:38px;
margin:0 0 10px;
}

.cs-page-cta p{
margin:0;
color:#6d6d6d;
line-height:1.6;
}

/* responsive */
@media(max-width:1024px){

.cs-page-stats__grid{
grid-template-columns:repeat(2,1fr);
}

.cs-page-grid{
grid-template-columns:1fr;
}

.cs-page-cta__box{
grid-template-columns:1fr;
}

}

@media(max-width:767px){

.cs-page-hero{
padding:50px 0 40px;
}

.cs-page-hero__title{
font-size:38px;
}

.cs-page-section-head h2,
.cs-page-cta h2{
font-size:30px;
}

.cs-page-stats__grid{
grid-template-columns:1fr;
}

.cs-page-card h3{
font-size:24px;
}

.cs-page-btn{
width:100%;
}

.cs-page-hero__actions{
flex-direction:column;
}



}



/* =========================================================
   FIBER TECHNOLOGY PAGE
   Namespace: fiber-tech-
   ========================================================= */

:root {
  --ft-green: #6f9800;
  --ft-green-dark: #548d11;
  --ft-green-deep: #2e681a;
  --ft-gray-heading: #777777;
  --ft-gray-body: #6d6d6d;
  --ft-gray-muted: #8a8a8a;
  --ft-bg-soft: #edf1ea;
  --ft-bg-light: #f7f8f5;
  --ft-border: rgba(130,130,130,0.12);
}

.fiber-tech-hero,
.fiber-tech-pillars,
.fiber-tech-story,
.fiber-tech-diagram,
.fiber-tech-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fiber-tech-section-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 26px;
}

.fiber-tech-section-title {
  margin: 0;
  color: var(--ft-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.fiber-tech-section-copy {
  margin: 12px auto 0;
  color: var(--ft-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.fiber-tech-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.fiber-tech-btn--primary {
  background: var(--ft-green-dark);
  border: 1px solid var(--ft-green-dark);
  color: #fff !important;
}

.fiber-tech-btn--primary:hover {
  background: var(--ft-green-deep);
  border-color: var(--ft-green-deep);
  transform: translateY(-1px);
}

.fiber-tech-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--ft-gray-heading) !important;
}

.fiber-tech-btn--secondary:hover {
  border-color: var(--ft-green-dark);
  color: var(--ft-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.fiber-tech-hero {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fiber-tech-hero__grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
}

.fiber-tech-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--ft-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fiber-tech-hero__title {
  margin: 0;
  color: var(--ft-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.fiber-tech-hero__copy {
  margin: 16px 0 0;
  color: var(--ft-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
  max-width: 760px;
}

.fiber-tech-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.fiber-tech-hero__media {
  min-height: 380px;
  border-radius: 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/fiber-technology-hero.jpg') center center / cover no-repeat;
}

/* pillars */
.fiber-tech-pillars {
  padding-top: 8px;
  padding-bottom: 30px;
}

.fiber-tech-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fiber-tech-pillars__card {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 26px 22px;
}

.fiber-tech-pillars__card h3 {
  margin: 0 0 12px;
  color: var(--ft-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.fiber-tech-pillars__card p {
  margin: 0;
  color: var(--ft-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* story */
.fiber-tech-story {
  padding-top: 4px;
  padding-bottom: 30px;
}

.fiber-tech-story__grid {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 28px;
  align-items: center;
}

.fiber-tech-story__media {
  min-height: 380px;
  border-radius: 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.16)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/fiber-closeup.jpg') center center / cover no-repeat;
}

.fiber-tech-story__eyebrow {
  margin: 0 0 8px;
  color: var(--ft-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fiber-tech-story__title {
  margin: 0;
  color: var(--ft-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.fiber-tech-story__copy {
  margin: 16px 0 16px;
  color: var(--ft-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.fiber-tech-story__list {
  margin: 0;
  padding-left: 18px;
}

.fiber-tech-story__list li {
  margin: 0 0 10px;
  color: var(--ft-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

/* diagram */
.fiber-tech-diagram {
  padding-top: 4px;
  padding-bottom: 30px;
}

.fiber-tech-diagram__stage {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}

.fiber-tech-diagram__labels {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fiber-tech-diagram__labels span {
  color: #9a9a9a;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.1;
}

.fiber-tech-diagram__image-wrap {
  width: min(900px, 72%);
  margin: 0 auto;
}

.fiber-tech-diagram__image {
  width: 100%;
  height: auto;
  display: block;
}

/* cta */
.fiber-tech-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.fiber-tech-cta__inner {
  text-align: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 26px;
}

.fiber-tech-cta__title {
  margin: 0;
  color: var(--ft-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.fiber-tech-cta__copy {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--ft-gray-muted);
  font-size: 15px;
  line-height: 1.5;
}

.fiber-tech-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* reveal */
.fiber-tech-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1024px) {
  .fiber-tech-hero,
  .fiber-tech-pillars,
  .fiber-tech-story,
  .fiber-tech-diagram,
  .fiber-tech-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fiber-tech-hero__grid,
  .fiber-tech-story__grid {
    grid-template-columns: 1fr;
  }

  .fiber-tech-pillars__grid {
    grid-template-columns: 1fr 1fr;
  }

  .fiber-tech-diagram__labels {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    margin-bottom: 18px;
  }

  .fiber-tech-diagram__image-wrap {
    width: 100%;
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .fiber-tech-hero,
  .fiber-tech-pillars,
  .fiber-tech-story,
  .fiber-tech-diagram,
  .fiber-tech-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fiber-tech-hero {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .fiber-tech-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .fiber-tech-hero__copy,
  .fiber-tech-section-copy,
  .fiber-tech-pillars__card p,
  .fiber-tech-story__copy,
  .fiber-tech-story__list li,
  .fiber-tech-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .fiber-tech-pillars__grid {
    grid-template-columns: 1fr;
  }

  .fiber-tech-pillars__card,
  .fiber-tech-cta__inner {
    padding: 22px 18px;
  }

  .fiber-tech-hero__actions,
  .fiber-tech-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fiber-tech-btn {
    width: 100%;
  }
}


/* =========================================================
   QUALITY SELECTION PAGE
   Namespace: quality-select-
   ========================================================= */

:root {
  --qs-green: #6f9800;
  --qs-green-dark: #548d11;
  --qs-green-deep: #2e681a;
  --qs-gray-heading: #777777;
  --qs-gray-body: #6d6d6d;
  --qs-gray-muted: #8a8a8a;
  --qs-bg-soft: #edf1ea;
  --qs-border: rgba(130,130,130,0.12);
}

.quality-select-hero,
.quality-select-factors,
.quality-select-compare,
.quality-select-guidance,
.quality-select-cta {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.quality-select-section-head,
.quality-select-compare__head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 26px;
}

.quality-select-section-title {
  margin: 0;
  color: var(--qs-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.quality-select-section-copy {
  margin: 12px auto 0;
  color: var(--qs-gray-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.quality-select-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.quality-select-btn--primary {
  background: var(--qs-green-dark);
  border: 1px solid var(--qs-green-dark);
  color: #fff !important;
}

.quality-select-btn--primary:hover {
  background: var(--qs-green-deep);
  border-color: var(--qs-green-deep);
  transform: translateY(-1px);
}

.quality-select-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--qs-gray-heading) !important;
}

.quality-select-btn--secondary:hover {
  border-color: var(--qs-green-dark);
  color: var(--qs-green-dark) !important;
  transform: translateY(-1px);
}

/* hero */
.quality-select-hero {
  padding-top: 36px;
  padding-bottom: 28px;
}

.quality-select-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.quality-select-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--qs-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quality-select-hero__title {
  margin: 0;
  color: var(--qs-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.quality-select-hero__copy {
  margin: 16px auto 0;
  color: var(--qs-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

.quality-select-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* factors */
.quality-select-factors {
  padding-top: 8px;
  padding-bottom: 30px;
}

.quality-select-factors__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.quality-select-factors__item {
  background: #fff;
  border: 1px solid var(--qs-border);
  border-radius: 22px;
  padding: 26px 22px;
}

.quality-select-factors__item h3 {
  margin: 0 0 12px;
  color: var(--qs-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.quality-select-factors__item p {
  margin: 0;
  color: var(--qs-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* compare */
.quality-select-compare {
  padding-top: 6px;
  padding-bottom: 30px;
}

.quality-select-compare__table {
  border-top: 1px solid var(--qs-border);
  border-bottom: 1px solid var(--qs-border);
}

.quality-select-compare__row {
  display: grid;
  grid-template-columns: 24% 38% 38%;
  gap: 20px;
  padding: 16px 8px;
  border-bottom: 1px solid var(--qs-border);
}

.quality-select-compare__row:last-child {
  border-bottom: 0;
}

.quality-select-compare__row--head {
  color: var(--qs-green-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.quality-select-compare__row:not(.quality-select-compare__row--head) > div {
  color: var(--qs-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

.quality-select-compare__row:not(.quality-select-compare__row--head) > div:first-child {
  color: #5d5d5d;
  font-weight: 600;
}

/* guidance */
.quality-select-guidance {
  padding-top: 4px;
  padding-bottom: 30px;
}

.quality-select-guidance__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.quality-select-guidance__panel {
  border-radius: 24px;
  padding: 30px 28px;
}

.quality-select-guidance__panel--light {
  background: var(--qs-bg-soft);
}

.quality-select-guidance__panel--dark {
  background: #7f8080;
}

.quality-select-guidance__eyebrow {
  margin: 0 0 8px;
  color: var(--qs-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quality-select-guidance__panel h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 500;
}

.quality-select-guidance__panel--light h2 {
  color: #6f6f6f;
}

.quality-select-guidance__panel--dark h2 {
  color: #fff;
}

.quality-select-guidance__panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.quality-select-guidance__panel--light p {
  color: #6f6f6f;
}

.quality-select-guidance__panel--dark p {
  color: rgba(255,255,255,0.96);
}

/* cta */
.quality-select-cta {
  padding-top: 4px;
  padding-bottom: 42px;
}

.quality-select-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 30px 26px;
}

.quality-select-cta__title {
  margin: 0;
  color: var(--qs-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.quality-select-cta__copy {
  margin: 12px 0 0;
  color: var(--qs-gray-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.quality-select-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.quality-select-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1024px) {
  .quality-select-hero,
  .quality-select-factors,
  .quality-select-compare,
  .quality-select-guidance,
  .quality-select-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quality-select-cta__inner,
  .quality-select-guidance__grid {
    grid-template-columns: 1fr;
  }

  .quality-select-compare__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .quality-select-hero,
  .quality-select-factors,
  .quality-select-compare,
  .quality-select-guidance,
  .quality-select-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .quality-select-hero {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .quality-select-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .quality-select-hero__copy,
  .quality-select-section-copy,
  .quality-select-factors__item p,
  .quality-select-compare__row:not(.quality-select-compare__row--head) > div,
  .quality-select-guidance__panel p,
  .quality-select-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .quality-select-factors__grid {
    grid-template-columns: 1fr;
  }

  .quality-select-factors__item,
  .quality-select-guidance__panel,
  .quality-select-cta__inner {
    padding: 22px 18px;
  }

  .quality-select-hero__actions,
  .quality-select-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .quality-select-btn {
    width: 100%;
  }
}


/* =========================================================
   CONTACT PAGE
   Namespace: contact-page-
   ========================================================= */

:root {
  --cp-green: #6f9800;
  --cp-green-dark: #548d11;
  --cp-green-deep: #2e681a;
  --cp-gray-heading: #777777;
  --cp-gray-body: #6d6d6d;
  --cp-gray-muted: #8a8a8a;
  --cp-bg-soft: #edf1ea;
  --cp-bg-light: #f7f8f5;
  --cp-border: rgba(130,130,130,0.14);
  --cp-radius: 24px;
}

.contact-page-hero,
.contact-page-main,
.contact-page-support {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ===== buttons ===== */
.contact-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.contact-page-btn--primary {
  background: var(--cp-green-dark);
  border-color: var(--cp-green-dark);
  color: #fff !important;
}

.contact-page-btn--primary:hover {
  background: var(--cp-green-deep);
  border-color: var(--cp-green-deep);
  transform: translateY(-1px);
}

.contact-page-btn--secondary {
  background: #fff;
  border-color: #d9d9d9;
  color: var(--cp-gray-heading) !important;
}

.contact-page-btn--secondary:hover {
  border-color: var(--cp-green-dark);
  color: var(--cp-green-dark) !important;
  transform: translateY(-1px);
}

/* ===== hero ===== */
.contact-page-hero {
  padding-top: 34px;
  padding-bottom: 24px;
}

.contact-page-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.contact-page-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--cp-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-hero__title {
  margin: 0;
  color: var(--cp-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.contact-page-hero__copy {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--cp-gray-muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}

/* ===== main layout ===== */
.contact-page-main {
  padding-top: 8px;
  padding-bottom: 30px;
}

.contact-page-main__grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 26px;
  align-items: start;
}

/* ===== left info card ===== */
.contact-page-info-card {
  background: linear-gradient(180deg, #f4f7f0 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 34px 30px;
}

.contact-page-info-card__eyebrow {
  margin: 0 0 8px;
  color: var(--cp-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-info-card__title {
  margin: 0;
  color: var(--cp-green-deep);
  font-size: clamp(28px, 2.1vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.contact-page-info-card__copy {
  margin: 16px 0 22px;
  color: var(--cp-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

.contact-page-contact-list {
  display: grid;
  gap: 16px;
}

.contact-page-contact-item {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(130,130,130,0.14);
}

.contact-page-contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-page-contact-item__label {
  display: block;
  margin-bottom: 6px;
  color: var(--cp-gray-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-page-contact-item__value {
  color: var(--cp-green-dark);
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
}

.contact-page-quick-links {
  margin-top: 24px;
}

/* ===== form card ===== */
.contact-page-form-card {
  background: #fff;
  border: 1px solid var(--cp-border);
  border-radius: 26px;
  padding: 34px 30px;
}

.contact-page-form-card__eyebrow {
  margin: 0 0 8px;
  color: var(--cp-green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-form-card__title {
  margin: 0 0 22px;
  color: var(--cp-green-deep);
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

/* ===== form ===== */
.contact-page-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-page-field {
  display: flex;
  flex-direction: column;
}

.contact-page-field--full {
  grid-column: 1 / -1;
}

.contact-page-field label {
  margin-bottom: 8px;
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-page-field input,
.contact-page-field select,
.contact-page-field textarea {
  width: 100%;
  border: 1px solid rgba(130,130,130,0.20);
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
  color: #555;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-field input:focus,
.contact-page-field select:focus,
.contact-page-field textarea:focus {
  border-color: rgba(84,141,17,0.45);
  box-shadow: 0 0 0 3px rgba(111,152,0,0.08);
}

.contact-page-field textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-page-form__actions {
  margin-top: 22px;
}

/* ===== support cards ===== */
.contact-page-support {
  padding-top: 4px;
  padding-bottom: 42px;
}

.contact-page-support__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-page-support__item {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 26px 22px;
}

.contact-page-support__item h3 {
  margin: 0 0 12px;
  color: var(--cp-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.contact-page-support__item p {
  margin: 0;
  color: var(--cp-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* ===== reveal ===== */
.contact-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* ===== tablet ===== */
@media (max-width: 1024px) {
  .contact-page-hero,
  .contact-page-main,
  .contact-page-support {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-page-main__grid,
  .contact-page-support__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== mobile ===== */
@media (max-width: 767px) {
  .contact-page-hero,
  .contact-page-main,
  .contact-page-support {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-page-hero {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .contact-page-hero__title {
    font-size: clamp(30px, 8.6vw, 38px);
    letter-spacing: -0.8px;
  }

  .contact-page-hero__copy,
  .contact-page-info-card__copy,
  .contact-page-support__item p {
    font-size: 15px;
    line-height: 1.5;
  }

  .contact-page-info-card,
  .contact-page-form-card,
  .contact-page-support__item {
    padding: 22px 18px;
  }

  .contact-page-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-page-btn {
    width: 100%;
  }

  .contact-page-form__actions .contact-page-btn,
  .contact-page-quick-links .contact-page-btn {
    width: 100%;
  }
}






/*Global Patch fix */
/* =========================================================
   FIX: COMPANY MEGA MENU SHOULD ONLY OPEN ON COMPANY HOVER
   ========================================================= */

/* Keep Company mega fully closed by default */
body .menu-item-mega > .sub-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Disable the old broad parent-hover trigger */
body .menu-item-mega:hover > .sub-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Open only when the actual Company top link/container is hovered */
body .menu-item-mega > .hfe-has-submenu-container:hover ~ .sub-menu,
body .menu-item-mega > .sub-menu:hover,
body .menu-item-mega:focus-within > .sub-menu {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Make sure the Company trigger itself stays clean */
body .menu-item-mega > .hfe-has-submenu-container {
  position: relative !important;
  z-index: 10002 !important;
}

/* Keep the mega panel below the menu */
body .menu-item-mega > .sub-menu {
  z-index: 9999 !important;
}


/* thank-you*/

/* =========================================================
THANK YOU PAGE CSS
Namespace: thankyou-page-
========================================================= */

.thankyou-page-hero,
.thankyou-page-content {
  font-family: inherit;
}

.thankyou-page-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 20px;
  background:
    linear-gradient(120deg, rgba(25, 36, 25, 0.82), rgba(25, 36, 25, 0.52)),
    url("https://www.online-turf.com/wp-content/uploads/2026/04/commerical_turf_hero_1.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.thankyou-page-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(107, 152, 0, 0.35), transparent 32%),
    linear-gradient(90deg, rgba(10, 18, 10, 0.78), rgba(10, 18, 10, 0.18));
  z-index: 1;
}

.thankyou-page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.thankyou-page-eyebrow {
  margin: 0 0 16px;
  color: #8fbd20;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.thankyou-page-hero__title {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  font-weight: 700;
  color: #ffffff;
}

.thankyou-page-hero__text {
  max-width: 660px;
  margin: 0 0 36px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.thankyou-page-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.thankyou-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.thankyou-page-btn--primary {
  background: #6b9800;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(107, 152, 0, 0.28);
}

.thankyou-page-btn--primary:hover {
  background: #587f00;
  color: #ffffff;
  transform: translateY(-2px);
}

.thankyou-page-btn--secondary {
  background: #ffffff;
  color: #223020;
}

.thankyou-page-btn--secondary:hover {
  background: #223020;
  color: #ffffff;
  transform: translateY(-2px);
}

.thankyou-page-content {
  padding: 90px 20px;
  background: #f6f8f2;
}

.thankyou-page-content__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.thankyou-page-card {
  background: #ffffff;
  border-radius: 34px;
  padding: 64px;
  text-align: center;
  box-shadow: 0 26px 70px rgba(31, 42, 31, 0.1);
  border: 1px solid rgba(31, 42, 31, 0.08);
}

.thankyou-page-check {
  width: 78px;
  height: 78px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: #6b9800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 34px rgba(107, 152, 0, 0.28);
}

.thankyou-page-check span {
  width: 32px;
  height: 17px;
  border-left: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  transform: rotate(-45deg);
  margin-top: -6px;
}

.thankyou-page-content__title {
  max-width: 720px;
  margin: 0 auto 18px;
  color: #263326;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 700;
}

.thankyou-page-content__text {
  max-width: 760px;
  margin: 0 auto 46px;
  color: #5d6759;
  font-size: 17px;
  line-height: 1.75;
}

.thankyou-page-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}

.thankyou-page-step {
  background: #f8faf5;
  border: 1px solid rgba(31, 42, 31, 0.08);
  border-radius: 22px;
  padding: 28px;
  transition: all 0.25s ease;
}

.thankyou-page-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(31, 42, 31, 0.08);
}

.thankyou-page-step strong {
  display: inline-block;
  margin-bottom: 16px;
  color: #6b9800;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.thankyou-page-step h3 {
  margin: 0 0 10px;
  color: #263326;
  font-size: 21px;
  font-weight: 700;
}

.thankyou-page-step p {
  margin: 0;
  color: #65705f;
  font-size: 15px;
  line-height: 1.6;
}

.thankyou-page-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@media (max-width: 900px) {
  .thankyou-page-steps {
    grid-template-columns: 1fr;
  }

  .thankyou-page-card {
    padding: 48px 28px;
  }
}

@media (max-width: 767px) {
  .thankyou-page-hero {
    min-height: 560px;
    padding: 90px 18px;
  }

  .thankyou-page-hero__text {
    font-size: 16px;
  }

  .thankyou-page-btn {
    width: 100%;
  }

  .thankyou-page-content {
    padding: 64px 16px;
  }

  .thankyou-page-card {
    border-radius: 26px;
  }
}