/* ===== VIDEO OVERLAY WRAP ===== */

.hero-module-video .elementor-custom-embed-image-overlay {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: background-image 0.4s ease;
}


.elementor-widget-video .elementor-wrapper,
.elementor-widget-video .elementor-custom-embed-image-overlay {
    position: relative;
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    overflow: visible;
}

/* ===== MAIN PLAY BUTTON ===== */
.elementor-widget-video .elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
    animation: turfButtonPulse 8.4s infinite ease-in-out;
}

/* Bigger SVG */
.elementor-widget-video .elementor-custom-embed-play svg {
    width: 85px;
    height: 85px;
    display: block;
}

/* ===== RIPPLE RINGS ===== */
.elementor-widget-video .elementor-custom-embed-play::before,
.elementor-widget-video .elementor-custom-embed-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 15px solid rgba(255,255,255,0.70);
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    opacity: 0.9;
    pointer-events: none;
    z-index: -1;
    animation: turfRipple 8.4s infinite ease-out;
}

.elementor-widget-video .elementor-custom-embed-play::after {
    animation-delay: 4.2s;
}

/* Hover */
.elementor-widget-video .elementor-custom-embed-play:hover {
    animation-play-state: paused;
}

.elementor-widget-video .elementor-custom-embed-play:hover svg {
    transform: scale(1.06);
    transition: transform 0.25s ease;
}

/* ===== ANIMATIONS ===== */
@keyframes turfRipple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.85;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.55);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.75);
        opacity: 0;
    }
}

/* @keyframes turfButtonPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
    }
} */

/* ===== TABLET ===== */
@media (max-width: 1024px) {
    .elementor-widget-video .elementor-custom-embed-play {
        width: 86px;
        height: 86px;
        min-width: 86px;
        min-height: 86px;
    }

    .elementor-widget-video .elementor-custom-embed-play svg {
        width: 86px;
        height: 86px;
    }

    .elementor-widget-video .elementor-custom-embed-play::before,
    .elementor-widget-video .elementor-custom-embed-play::after {
        width: 86px;
        height: 86px;
        border-width: 2.5px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
   .e-con.e-flex>.e-con-inner {
        padding:5px;
    }
    header{
    margin-bottom: 10px;
    }
    
    .elementor-widget-video .elementor-custom-embed-play {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }

    .elementor-widget-video .elementor-custom-embed-play svg {
        width: 64px;
        height: 64px;
    }

    .elementor-widget-video .elementor-custom-embed-play::before,
    .elementor-widget-video .elementor-custom-embed-play::after {
        width: 64px;
        height: 64px;
        border-width: 2px;
    }
}

/* ===== SUBTLE VIDEO STOP / CLOSE BUTTON ===== */
.elementor-widget-video .elementor-wrapper {
    position: relative;
}

.elementor-widget-video .gt-video-stop {
    position: absolute;
    top: 40px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.42);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 6;
    transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.elementor-widget-video.gt-video-is-playing .gt-video-stop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.elementor-widget-video .gt-video-stop:hover {
    background: rgba(20, 20, 20, 0.62);
    transform: scale(1.04);
}

/* Optional: hide play pulse once video is playing */
.elementor-widget-video.gt-video-is-playing .elementor-custom-embed-play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
    .elementor-widget-video .gt-video-stop {
        top: 14px;
        right: 14px;
        width: 34px;
        height: 34px;
        font-size: 21px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .elementor-widget-video .gt-video-stop {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}





/* =========================================================
   LAWN & LANDSCAPES PAGE
   Namespace: lawn-land-page-
   ========================================================= */

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

.lawn-land-page-hero,
.lawn-land-page-features,
.lawn-land-page-split,
.lawn-land-page-gallery,
.lawn-land-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.lawn-land-page-section-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 26px;
}

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

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

.lawn-land-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;
}

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

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

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

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

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

.lawn-land-page-hero__media {
  width: 100%;
  height: 340px;
  margin: 0 auto 24px;
  border-radius: 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.16)),
    url('http://dev.online-turf.com/wp-content/uploads/2026/04/residential_new_1.png') center center / cover no-repeat;
}

.lawn-land-page-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

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

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

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

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

/* features */
.lawn-land-page-features {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.lawn-land-page-feature {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 26px 22px;
}

.lawn-land-page-feature h3 {
  margin: 0 0 12px;
  color: var(--ll-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.lawn-land-page-feature p {
  margin: 0;
  color: var(--ll-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

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

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

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

.lawn-land-page-split__title {
  margin: 0;
  color: var(--ll-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.lawn-land-page-split__copy {
  margin: 16px 0 16px;
  color: var(--ll-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.lawn-land-page-split__list {
  margin: 0;
  padding-left: 18px;
}

.lawn-land-page-split__list li {
  margin: 0 0 10px;
  color: var(--ll-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

.lawn-land-page-split__image {
  min-height: 360px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.14)),
    url('http://dev.online-turf.com/wp-content/uploads/2026/04/residential_new_2.png') center center / cover no-repeat;
}

/* gallery */
.lawn-land-page-gallery {
  padding-top: 4px;
  padding-bottom: 30px;
}

.lawn-land-page-gallery__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.lawn-land-page-gallery__item {
  min-height: 260px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('http://dev.online-turf.com/wp-content/uploads/2026/04/residential_new_1.png') center center / cover no-repeat;
}

.lawn-land-page-gallery__item--lg {
  min-height: 260px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('http://dev.online-turf.com/wp-content/uploads/2026/04/residential_new_2.png') center center / cover no-repeat;
}

.lawn-land-page-gallery__item:nth-child(3) {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('http://dev.online-turf.com/wp-content/uploads/2026/04/residential_new_2.png') center center / cover no-repeat;
}

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

.lawn-land-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;
}

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

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

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

/* reveal */
.lawn-land-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);
}

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

@media (max-width: 1024px) {
  .lawn-land-page-hero,
  .lawn-land-page-features,
  .lawn-land-page-split,
  .lawn-land-page-gallery,
  .lawn-land-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lawn-land-page-features__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lawn-land-page-split__grid,
  .lawn-land-page-gallery__grid,
  .lawn-land-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lawn-land-page-hero,
  .lawn-land-page-features,
  .lawn-land-page-split,
  .lawn-land-page-gallery,
  .lawn-land-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

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

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

  .lawn-land-page-hero__copy,
  .lawn-land-page-section-copy,
  .lawn-land-page-feature p,
  .lawn-land-page-split__copy,
  .lawn-land-page-split__list li,
  .lawn-land-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .lawn-land-page-features__grid {
    grid-template-columns: 1fr;
  }

  .lawn-land-page-feature,
  .lawn-land-page-split__grid,
  .lawn-land-page-cta__inner {
    padding: 22px 18px;
  }

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

  .lawn-land-page-btn {
    width: 100%;
  }
}


/* =========================================================
   ARTIFICIAL PET TURF PAGE
   Namespace: pet-turf-page-
   ========================================================= */

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

.pet-turf-page-hero,
.pet-turf-page-benefits,
.pet-turf-page-uses,
.pet-turf-page-process,
.pet-turf-page-cta {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.pet-turf-page-section-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 26px;
}

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

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

.pet-turf-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;
}

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

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

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

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

/* hero */
.pet-turf-page-hero {
  padding-top: 30px;
  padding-bottom: 28px;
}

.pet-turf-page-hero__grid {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 28px;
  align-items: center;
}

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

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

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

.pet-turf-page-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pet-turf-page-hero__media {
  min-height: 380px;
  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/pet-turf-hero.jpg') center center / cover no-repeat;
}

/* benefits */
.pet-turf-page-benefits {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.pet-turf-page-benefit {
  background: #fff;
  border: 1px solid var(--pt-border);
  border-radius: 22px;
  padding: 26px 22px;
}

.pet-turf-page-benefit h3 {
  margin: 0 0 12px;
  color: var(--pt-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.pet-turf-page-benefit p {
  margin: 0;
  color: var(--pt-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* uses */
.pet-turf-page-uses {
  padding-top: 4px;
  padding-bottom: 30px;
}

.pet-turf-page-uses__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pet-turf-page-uses__panel {
  border-radius: 24px;
  padding: 30px 28px;
}

.pet-turf-page-uses__panel--light {
  background: var(--pt-bg-soft);
}

.pet-turf-page-uses__panel--dark {
  background: #7f8080;
}

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

.pet-turf-page-uses__panel h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 500;
}

.pet-turf-page-uses__panel--light h2 {
  color: #6f6f6f;
}

.pet-turf-page-uses__panel--dark h2 {
  color: #fff;
}

.pet-turf-page-uses__panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.pet-turf-page-uses__panel--light p {
  color: #6f6f6f;
}

.pet-turf-page-uses__panel--dark p {
  color: rgba(255,255,255,0.96);
}

/* process */
.pet-turf-page-process {
  padding-top: 4px;
  padding-bottom: 30px;
}

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

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

.pet-turf-page-step__num {
  display: inline-block;
  color: var(--pt-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pet-turf-page-step h3 {
  margin: 12px 0 10px;
  color: var(--pt-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.15;
  font-weight: 600;
}

.pet-turf-page-step p {
  margin: 0;
  color: var(--pt-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

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

.pet-turf-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;
}

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

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

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

/* reveal */
.pet-turf-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);
}

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

@media (max-width: 1024px) {
  .pet-turf-page-hero,
  .pet-turf-page-benefits,
  .pet-turf-page-uses,
  .pet-turf-page-process,
  .pet-turf-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pet-turf-page-hero__grid,
  .pet-turf-page-uses__grid,
  .pet-turf-page-cta__inner {
    grid-template-columns: 1fr;
  }

  .pet-turf-page-benefits__grid,
  .pet-turf-page-process__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .pet-turf-page-hero,
  .pet-turf-page-benefits,
  .pet-turf-page-uses,
  .pet-turf-page-process,
  .pet-turf-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .pet-turf-page-hero__copy,
  .pet-turf-page-section-copy,
  .pet-turf-page-benefit p,
  .pet-turf-page-uses__panel p,
  .pet-turf-page-step p,
  .pet-turf-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .pet-turf-page-benefits__grid,
  .pet-turf-page-process__grid {
    grid-template-columns: 1fr;
  }

  .pet-turf-page-benefit,
  .pet-turf-page-uses__panel,
  .pet-turf-page-step,
  .pet-turf-page-cta__inner {
    padding: 22px 18px;
  }

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

  .pet-turf-page-btn {
    width: 100%;
  }
}

/* =========================================================
   BACKYARD PLAYGROUNDS PAGE
   Namespace: playground-page-
   ========================================================= */

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

.playground-page-hero,
.playground-page-benefits,
.playground-page-family,
.playground-page-priorities,
.playground-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.playground-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;
}

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

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

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

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

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

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

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

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

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

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

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

/* benefits */
.playground-page-benefits {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.playground-page-benefit {
  background: #fff;
  border: 1px solid var(--pg-border);
  border-radius: 22px;
  padding: 26px 22px;
}

.playground-page-benefit h3 {
  margin: 0 0 12px;
  color: var(--pg-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.playground-page-benefit p {
  margin: 0;
  color: var(--pg-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

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

.playground-page-family__grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
  background: var(--pg-bg-soft);
  border-radius: 28px;
  padding: 34px;
}

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

.playground-page-family__title {
  margin: 0;
  color: var(--pg-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

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

.playground-page-family__list {
  margin: 0;
  padding-left: 18px;
}

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

.playground-page-family__media {
  min-height: 360px;
  border-radius: 22px;
  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/playground-family.jpg') center center / cover no-repeat;
}

/* priorities */
.playground-page-priorities {
  padding-top: 4px;
  padding-bottom: 30px;
}

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

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

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

.playground-page-priority h3 {
  margin: 12px 0 10px;
  color: var(--pg-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.15;
  font-weight: 600;
}

.playground-page-priority p {
  margin: 0;
  color: var(--pg-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

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

.playground-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;
}

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

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

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

/* reveal */
.playground-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);
}

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

@media (max-width: 1024px) {
  .playground-page-hero,
  .playground-page-benefits,
  .playground-page-family,
  .playground-page-priorities,
  .playground-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .playground-page-benefits__grid,
  .playground-page-priorities__grid {
    grid-template-columns: 1fr 1fr;
  }

  .playground-page-family__grid,
  .playground-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .playground-page-hero,
  .playground-page-benefits,
  .playground-page-family,
  .playground-page-priorities,
  .playground-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

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

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

  .playground-page-hero__copy,
  .playground-page-section-copy,
  .playground-page-benefit p,
  .playground-page-family__copy,
  .playground-page-family__list li,
  .playground-page-priority p,
  .playground-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .playground-page-benefits__grid,
  .playground-page-priorities__grid {
    grid-template-columns: 1fr;
  }

  .playground-page-benefit,
  .playground-page-family__grid,
  .playground-page-priority,
  .playground-page-cta__inner {
    padding: 22px 18px;
  }

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

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


/* =========================================================
   ROOF, DECKS & PATIOS PAGE
   Namespace: roof-deck-page-
   ========================================================= */

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

.roof-deck-page-hero,
.roof-deck-page-features,
.roof-deck-page-lifestyle,
.roof-deck-page-grid,
.roof-deck-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.roof-deck-page-section-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 26px;
}

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

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

.roof-deck-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;
}

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

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

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

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

/* hero */
.roof-deck-page-hero {
  padding-top: 30px;
  padding-bottom: 28px;
}

.roof-deck-page-hero__grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
}

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

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

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

.roof-deck-page-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.roof-deck-page-hero__media {
  min-height: 380px;
  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/roof-deck-hero.jpg') center center / cover no-repeat;
}

/* features */
.roof-deck-page-features {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.roof-deck-page-feature {
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f4ed 100%);
  border: 1px solid rgba(130,130,130,0.10);
  border-radius: 22px;
  padding: 26px 22px;
}

.roof-deck-page-feature h3 {
  margin: 0 0 12px;
  color: var(--rd-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.roof-deck-page-feature p {
  margin: 0;
  color: var(--rd-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* lifestyle */
.roof-deck-page-lifestyle {
  padding-top: 4px;
  padding-bottom: 30px;
}

.roof-deck-page-lifestyle__grid {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 28px;
  align-items: center;
}

.roof-deck-page-lifestyle__media {
  min-height: 380px;
  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/roof-lifestyle.jpg') center center / cover no-repeat;
}

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

.roof-deck-page-lifestyle__title {
  margin: 0;
  color: var(--rd-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.roof-deck-page-lifestyle__copy {
  margin: 16px 0 16px;
  color: var(--rd-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.roof-deck-page-lifestyle__list {
  margin: 0;
  padding-left: 18px;
}

.roof-deck-page-lifestyle__list li {
  margin: 0 0 10px;
  color: var(--rd-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

/* image grid */
.roof-deck-page-grid {
  padding-top: 4px;
  padding-bottom: 30px;
}

.roof-deck-page-grid__wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.roof-deck-page-grid__item {
  min-height: 250px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/roof-grid-2.jpg') center center / cover no-repeat;
}

.roof-deck-page-grid__item--large {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/roof-grid-1.jpg') center center / cover no-repeat;
}

.roof-deck-page-grid__item:nth-child(3) {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/roof-grid-3.jpg') center center / cover no-repeat;
}

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

.roof-deck-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;
}

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

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

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

/* reveal */
.roof-deck-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);
}

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

@media (max-width: 1024px) {
  .roof-deck-page-hero,
  .roof-deck-page-features,
  .roof-deck-page-lifestyle,
  .roof-deck-page-grid,
  .roof-deck-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .roof-deck-page-hero__grid,
  .roof-deck-page-lifestyle__grid,
  .roof-deck-page-grid__wrap,
  .roof-deck-page-cta__inner {
    grid-template-columns: 1fr;
  }

  .roof-deck-page-features__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .roof-deck-page-hero,
  .roof-deck-page-features,
  .roof-deck-page-lifestyle,
  .roof-deck-page-grid,
  .roof-deck-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .roof-deck-page-hero__copy,
  .roof-deck-page-section-copy,
  .roof-deck-page-feature p,
  .roof-deck-page-lifestyle__copy,
  .roof-deck-page-lifestyle__list li,
  .roof-deck-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .roof-deck-page-features__grid {
    grid-template-columns: 1fr;
  }

  .roof-deck-page-feature,
  .roof-deck-page-cta__inner {
    padding: 22px 18px;
  }

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

  .roof-deck-page-btn {
    width: 100%;
  }
}


/* =========================================================
   BACKYARD PUTTING GREENS PAGE
   Namespace: putting-green-page-
   ========================================================= */

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

.putting-green-page-hero,
.putting-green-page-benefits,
.putting-green-page-showcase,
.putting-green-page-gallery,
.putting-green-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.putting-green-page-section-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 26px;
}

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

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

.putting-green-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;
}

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

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

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

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

/* hero */
.putting-green-page-hero {
  padding-top: 30px;
  padding-bottom: 28px;
}

.putting-green-page-hero__grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
}

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

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

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

.putting-green-page-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.putting-green-page-hero__media {
  min-height: 380px;
  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/putting-green-hero.jpg') center center / cover no-repeat;
}

/* benefits */
.putting-green-page-benefits {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.putting-green-page-benefit {
  background: #fff;
  border: 1px solid var(--pgg-border);
  border-radius: 22px;
  padding: 26px 22px;
}

.putting-green-page-benefit h3 {
  margin: 0 0 12px;
  color: var(--pgg-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.putting-green-page-benefit p {
  margin: 0;
  color: var(--pgg-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* showcase */
.putting-green-page-showcase {
  padding-top: 4px;
  padding-bottom: 30px;
}

.putting-green-page-showcase__grid {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 28px;
  align-items: center;
  background: var(--pgg-bg-soft);
  border-radius: 28px;
  padding: 34px;
}

.putting-green-page-showcase__media {
  min-height: 360px;
  border-radius: 22px;
  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/putting-green-showcase.jpg') center center / cover no-repeat;
}

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

.putting-green-page-showcase__title {
  margin: 0;
  color: var(--pgg-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

.putting-green-page-showcase__copy {
  margin: 16px 0 16px;
  color: var(--pgg-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.putting-green-page-showcase__list {
  margin: 0;
  padding-left: 18px;
}

.putting-green-page-showcase__list li {
  margin: 0 0 10px;
  color: var(--pgg-gray-body);
  font-size: 15px;
  line-height: 1.45;
}

/* gallery */
.putting-green-page-gallery {
  padding-top: 4px;
  padding-bottom: 30px;
}

.putting-green-page-gallery__wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.putting-green-page-gallery__item {
  min-height: 250px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/putting-gallery-2.jpg') center center / cover no-repeat;
}

.putting-green-page-gallery__item--large {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/putting-gallery-1.jpg') center center / cover no-repeat;
}

.putting-green-page-gallery__item:nth-child(3) {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/putting-gallery-3.jpg') center center / cover no-repeat;
}

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

.putting-green-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;
}

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

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

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

/* reveal */
.putting-green-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);
}

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

@media (max-width: 1024px) {
  .putting-green-page-hero,
  .putting-green-page-benefits,
  .putting-green-page-showcase,
  .putting-green-page-gallery,
  .putting-green-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .putting-green-page-hero__grid,
  .putting-green-page-showcase__grid,
  .putting-green-page-gallery__wrap,
  .putting-green-page-cta__inner {
    grid-template-columns: 1fr;
  }

  .putting-green-page-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .putting-green-page-hero,
  .putting-green-page-benefits,
  .putting-green-page-showcase,
  .putting-green-page-gallery,
  .putting-green-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .putting-green-page-hero__copy,
  .putting-green-page-section-copy,
  .putting-green-page-benefit p,
  .putting-green-page-showcase__copy,
  .putting-green-page-showcase__list li,
  .putting-green-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .putting-green-page-benefits__grid {
    grid-template-columns: 1fr;
  }

  .putting-green-page-benefit,
  .putting-green-page-showcase__grid,
  .putting-green-page-cta__inner {
    padding: 22px 18px;
  }

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

  .putting-green-page-btn {
    width: 100%;
  }
}

/* =========================================================
   FINANCING PAGE
   Namespace: financing-page-
   ========================================================= */

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

.financing-page-hero,
.financing-page-summary,
.financing-page-how,
.financing-page-options,
.financing-page-faq,
.financing-page-cta {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.financing-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;
}

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

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

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

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

/* hero */
.financing-page-hero {
  padding-top: 36px;
  padding-bottom: 26px;
}

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

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

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

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

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

/* summary */
.financing-page-summary {
  padding-top: 4px;
  padding-bottom: 26px;
}

.financing-page-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid var(--fin-border);
  border-bottom: 1px solid var(--fin-border);
  padding: 22px 0;
}

.financing-page-summary__item {
  text-align: center;
}

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

.financing-page-summary__value {
  display: block;
  color: var(--fin-green-deep);
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.15;
  font-weight: 600;
}

/* how */
.financing-page-how {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.financing-page-step {
  background: #fff;
  border: 1px solid var(--fin-border);
  border-radius: 22px;
  padding: 24px 22px;
}

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

.financing-page-step h3 {
  margin: 12px 0 10px;
  color: var(--fin-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.15;
  font-weight: 600;
}

.financing-page-step p {
  margin: 0;
  color: var(--fin-gray-body);
  font-size: 15px;
  line-height: 1.5;
}

/* options */
.financing-page-options {
  padding-top: 4px;
  padding-bottom: 30px;
}

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

.financing-page-options__panel {
  border-radius: 24px;
  padding: 30px 28px;
}

.financing-page-options__panel--light {
  background: var(--fin-bg-soft);
}

.financing-page-options__panel--dark {
  background: #7f8080;
}

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

.financing-page-options__panel h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 500;
}

.financing-page-options__panel--light h2 {
  color: #6f6f6f;
}

.financing-page-options__panel--dark h2 {
  color: #fff;
}

.financing-page-options__panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.financing-page-options__panel--light p {
  color: #6f6f6f;
}

.financing-page-options__panel--dark p {
  color: rgba(255,255,255,0.96);
}

/* faq */
.financing-page-faq {
  padding-top: 4px;
  padding-bottom: 30px;
}

.financing-page-faq__list {
  display: grid;
  gap: 16px;
}

.financing-page-faq__item {
  background: #fff;
  border: 1px solid var(--fin-border);
  border-radius: 20px;
  padding: 22px 22px;
}

.financing-page-faq__item h3 {
  margin: 0 0 10px;
  color: var(--fin-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.16;
  font-weight: 600;
}

.financing-page-faq__item p {
  margin: 0;
  color: var(--fin-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

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

.financing-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;
}

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

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

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

/* reveal */
.financing-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);
}

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

@media (max-width: 1024px) {
  .financing-page-hero,
  .financing-page-summary,
  .financing-page-how,
  .financing-page-options,
  .financing-page-faq,
  .financing-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .financing-page-summary__grid,
  .financing-page-how__grid {
    grid-template-columns: 1fr 1fr;
  }

  .financing-page-options__grid,
  .financing-page-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .financing-page-hero,
  .financing-page-summary,
  .financing-page-how,
  .financing-page-options,
  .financing-page-faq,
  .financing-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .financing-page-hero {
    padding-top: 26px;
    padding-bottom: 20px;
  }

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

  .financing-page-hero__copy,
  .financing-page-section-copy,
  .financing-page-step p,
  .financing-page-options__panel p,
  .financing-page-faq__item p,
  .financing-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .financing-page-summary__grid,
  .financing-page-how__grid {
    grid-template-columns: 1fr;
  }

  .financing-page-step,
  .financing-page-options__panel,
  .financing-page-faq__item,
  .financing-page-cta__inner {
    padding: 22px 18px;
  }

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

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

/* =========================================================
   POOLS PAGE
   Namespace: pool-page-
   ========================================================= */

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

.pool-page-hero,
.pool-page-benefits,
.pool-page-lifestyle,
.pool-page-gallery,
.pool-page-priority,
.pool-page-cta {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.pool-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;
}

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

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

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

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

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

.pool-page-hero__grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
}

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

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

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

.pool-page-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pool-page-hero__media {
  min-height: 380px;
  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/pool-hero.jpg') center center / cover no-repeat;
}

/* benefits */
.pool-page-benefits {
  padding-top: 8px;
  padding-bottom: 30px;
}

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

.pool-page-benefit {
  background: #fff;
  border: 1px solid var(--pool-border);
  border-radius: 22px;
  padding: 26px 22px;
}

.pool-page-benefit h3 {
  margin: 0 0 12px;
  color: var(--pool-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.14;
  font-weight: 600;
}

.pool-page-benefit p {
  margin: 0;
  color: var(--pool-gray-body);
  font-size: 15px;
  line-height: 1.55;
}

/* lifestyle */
.pool-page-lifestyle {
  padding-top: 4px;
  padding-bottom: 30px;
}

.pool-page-lifestyle__grid {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 28px;
  align-items: center;
}

.pool-page-lifestyle__media {
  min-height: 380px;
  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/pool-lifestyle.jpg') center center / cover no-repeat;
}

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

.pool-page-lifestyle__title {
  margin: 0;
  color: var(--pool-green-deep);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 600;
}

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

.pool-page-lifestyle__list {
  margin: 0;
  padding-left: 18px;
}

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

/* gallery */
.pool-page-gallery {
  padding-top: 4px;
  padding-bottom: 30px;
}

.pool-page-gallery__wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.pool-page-gallery__item {
  min-height: 250px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/pool-gallery-2.jpg') center center / cover no-repeat;
}

.pool-page-gallery__item--large {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/pool-gallery-1.jpg') center center / cover no-repeat;
}

.pool-page-gallery__item:nth-child(3) {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.14)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/pool-gallery-3.jpg') center center / cover no-repeat;
}

/* priorities */
.pool-page-priority {
  padding-top: 4px;
  padding-bottom: 30px;
}

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

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

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

.pool-page-priority__item h3 {
  margin: 12px 0 10px;
  color: var(--pool-green-dark);
  font-size: clamp(20px, 1.2vw, 23px);
  line-height: 1.15;
  font-weight: 600;
}

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

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

.pool-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;
}

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

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

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

/* reveal */
.pool-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);
}

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

@media (max-width: 1024px) {
  .pool-page-hero,
  .pool-page-benefits,
  .pool-page-lifestyle,
  .pool-page-gallery,
  .pool-page-priority,
  .pool-page-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pool-page-hero__grid,
  .pool-page-lifestyle__grid,
  .pool-page-gallery__wrap,
  .pool-page-cta__inner {
    grid-template-columns: 1fr;
  }

  .pool-page-benefits__grid,
  .pool-page-priority__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .pool-page-hero,
  .pool-page-benefits,
  .pool-page-lifestyle,
  .pool-page-gallery,
  .pool-page-priority,
  .pool-page-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .pool-page-hero__copy,
  .pool-page-section-copy,
  .pool-page-benefit p,
  .pool-page-lifestyle__copy,
  .pool-page-lifestyle__list li,
  .pool-page-priority__item p,
  .pool-page-cta__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .pool-page-benefits__grid,
  .pool-page-priority__grid {
    grid-template-columns: 1fr;
  }

  .pool-page-benefit,
  .pool-page-priority__item,
  .pool-page-cta__inner {
    padding: 22px 18px;
  }

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

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


/*cooperative-purchasing.css*/


:root {
  --coop-green:#6f9800;
  --coop-green-dark:#548d11;
  --coop-green-deep:#2e681a;
  --coop-gray:#777;
  --coop-body:#6d6d6d;
  --coop-muted:#8a8a8a;
  --coop-soft:#edf1ea;
  --coop-border:rgba(130,130,130,.12);
}

/* =========================================================
   GLOBAL WRAPPERS
========================================================= */

.coop-page-hero,
.coop-page-summary,
.coop-page-process,
.coop-page-split,
.coop-page-table,
.coop-page-cta {
  max-width:1280px;
  margin:0 auto;
  padding-left:20px;
  padding-right:20px;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

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

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

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

/* =========================================================
   BUTTONS
========================================================= */

.coop-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;
  transition:.25s ease;
}

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

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

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

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

/* =========================================================
   HERO
========================================================= */

.coop-page-hero {
  padding-top:36px;
  padding-bottom:26px;
}

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

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

/* =========================================================
   SUMMARY
========================================================= */

.coop-page-summary {
  padding-top:4px;
  padding-bottom:26px;
}

.coop-page-summary__grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  border-top:1px solid var(--coop-border);
  border-bottom:1px solid var(--coop-border);
  padding:22px 0;
}

.coop-page-summary__grid div {
  text-align:center;
}

.coop-page-summary__grid span {
  display:block;
  color:var(--coop-muted);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:8px;
}

.coop-page-summary__grid p {
  margin:0;
  color:var(--coop-green-deep);
  font-size:clamp(20px,1.45vw,28px);
  line-height:1.15;
  font-weight:600;
}

/* =========================================================
   SECTION HEAD
========================================================= */

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

.coop-page-section-head h2 {
  margin:0;
  color:var(--coop-green-deep);
  font-size:clamp(28px,2.3vw,40px);
  line-height:1.05;
  font-weight:600;
}

.coop-page-section-head p {
  margin:12px auto 0;
  color:var(--coop-muted);
  font-size:16px;
  line-height:1.5;
}

/* =========================================================
   PROCESS
========================================================= */

.coop-page-process {
  padding-top:8px;
  padding-bottom:30px;
}

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

.coop-page-card {
  background:#fff;
  border:1px solid var(--coop-border);
  border-radius:22px;
  padding:24px 22px;
}

.coop-page-card span {
  color:var(--coop-green);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.coop-page-card h3 {
  margin:12px 0 10px;
  color:var(--coop-green-dark);
  font-size:clamp(20px,1.2vw,23px);
  line-height:1.15;
  font-weight:600;
}

.coop-page-card p {
  margin:0;
  color:var(--coop-body);
  font-size:15px;
  line-height:1.5;
}

/* =========================================================
   50/50 IMAGE + CONTENT SPLIT
========================================================= */

.coop-page-split {
  padding-top:4px;
  padding-bottom:30px;
}

.coop-page-split__grid {
  display:grid;
  grid-template-columns:50% 50%;
  gap:28px;
  align-items:center;
  background:var(--coop-soft);
  border-radius:28px;
  padding:34px;
}

.coop-page-split__media {
  min-height:360px;
  border-radius:22px;
  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/cooperative-purchasing.jpg') center center / cover no-repeat;
}

.coop-page-split__content {
  padding:8px 0;
}

.coop-page-split__content h2 {
  margin:0 0 14px;
  color:var(--coop-green-deep);
  font-size:clamp(28px,2.2vw,38px);
  line-height:1.06;
  font-weight:600;
}

.coop-page-split__content p,
.coop-page-split__content li {
  color:var(--coop-body);
  font-size:15px;
  line-height:1.55;
}

/* =========================================================
   TABLE
========================================================= */

.coop-page-table {
  padding-top:4px;
  padding-bottom:30px;
}

.coop-page-table__wrap {
  border-top:1px solid var(--coop-border);
  border-bottom:1px solid var(--coop-border);
}

.coop-page-table__row {
  display:grid;
  grid-template-columns:24% 38% 38%;
  gap:20px;
  padding:16px 8px;
  border-bottom:1px solid var(--coop-border);
}

.coop-page-table__row:last-child {
  border-bottom:0;
}

.coop-page-table__row--head {
  color:var(--coop-green-dark);
  font-size:14px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.coop-page-table__row:not(.coop-page-table__row--head) div {
  color:var(--coop-body);
  font-size:15px;
  line-height:1.5;
}

/* =========================================================
   CTA
========================================================= */

.coop-page-cta {
  padding-top:4px;
  padding-bottom:42px;
}

.coop-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;
}

.coop-page-cta h2 {
  margin:0;
  color:var(--coop-green-deep);
  font-size:clamp(28px,2.1vw,36px);
}

.coop-page-cta p {
  margin:12px 0 0;
  color:var(--coop-muted);
  font-size:15px;
  line-height:1.5;
}

.coop-page-cta__actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* =========================================================
   REVEAL
========================================================= */

.coop-page-reveal {
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .85s cubic-bezier(.22,1,.36,1),
    transform .85s cubic-bezier(.22,1,.36,1);
}

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

/* =========================================================
   TABLET
========================================================= */

@media (max-width:1024px) {

  .coop-page-summary__grid,
  .coop-page-process__grid {
    grid-template-columns:1fr 1fr;
  }

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

  .coop-page-table__row {
    grid-template-columns:1fr;
    gap:6px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .coop-page-hero,
  .coop-page-summary,
  .coop-page-process,
  .coop-page-split,
  .coop-page-table,
  .coop-page-cta {
    padding-left:14px;
    padding-right:14px;
  }

  .coop-page-title {
    font-size:clamp(30px,8.6vw,38px);
  }

  .coop-page-summary__grid,
  .coop-page-process__grid {
    grid-template-columns:1fr;
  }

  .coop-page-card,
  .coop-page-cta__inner,
  .coop-page-split__grid {
    padding:22px 18px;
  }

  .coop-page-split__media {
    min-height:260px;
  }

  .coop-page-actions,
  .coop-page-cta__actions {
    flex-direction:column;
    align-items:stretch;
  }

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


/*ipema-certification.css*/

:root {
  --ip-green:#6f9800;
  --ip-green-dark:#548d11;
  --ip-green-deep:#2e681a;
  --ip-gray:#777;
  --ip-body:#6d6d6d;
  --ip-muted:#8a8a8a;
  --ip-soft:#edf1ea;
  --ip-border:rgba(130,130,130,.12);
}

/* =========================================================
   GLOBAL WRAPPERS
========================================================= */

.ipema-page-hero,
.ipema-page-overview,
.ipema-page-benefits,
.ipema-page-process,
.ipema-page-table,
.ipema-page-cta {
  max-width:1280px;
  margin:0 auto;
  padding-left:20px;
  padding-right:20px;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

.ipema-page-eyebrow {
  margin:0 0 10px;
  color:var(--ip-green);
  font-size:14px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

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

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

/* =========================================================
   BUTTONS
========================================================= */

.ipema-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;
  transition:.25s ease;
}

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

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

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

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

/* =========================================================
   HERO
========================================================= */

.ipema-page-hero {
  padding-top:36px;
  padding-bottom:26px;
}

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

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

/* =========================================================
   50/50 IMAGE + CONTENT SPLIT
========================================================= */

.ipema-page-overview {
  padding-top:8px;
  padding-bottom:30px;
}

.ipema-page-overview__grid {
  display:grid;
  grid-template-columns:50% 50%;
  gap:28px;
  align-items:center;
  background:var(--ip-soft);
  border-radius:28px;
  padding:34px;
}

.ipema-page-overview__media {
  min-height:360px;
  border-radius:22px;
  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/ipema-certification.jpg') center center / cover no-repeat;
}

.ipema-page-overview__content {
  padding:8px 0;
}

.ipema-page-overview__content h2 {
  margin:0 0 14px;
  color:var(--ip-green-deep);
  font-size:clamp(28px,2.3vw,40px);
  line-height:1.05;
  font-weight:600;
}

.ipema-page-overview__content p,
.ipema-page-overview__content li {
  color:var(--ip-body);
  font-size:15px;
  line-height:1.55;
}

/* =========================================================
   SECTION HEAD
========================================================= */

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

.ipema-page-section-head h2 {
  margin:0;
  color:var(--ip-green-deep);
  font-size:clamp(28px,2.3vw,40px);
  line-height:1.05;
  font-weight:600;
}

.ipema-page-section-head p {
  margin:12px auto 0;
  color:var(--ip-muted);
  font-size:16px;
  line-height:1.5;
}

/* =========================================================
   BENEFITS + PROCESS
========================================================= */

.ipema-page-benefits,
.ipema-page-process,
.ipema-page-table {
  padding-top:4px;
  padding-bottom:30px;
}

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

.ipema-page-card,
.ipema-page-step {
  background:#fff;
  border:1px solid var(--ip-border);
  border-radius:22px;
  padding:24px 22px;
}

.ipema-page-step span {
  color:var(--ip-green);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.ipema-page-card h3,
.ipema-page-step h3 {
  margin:12px 0 10px;
  color:var(--ip-green-dark);
  font-size:clamp(20px,1.2vw,23px);
  line-height:1.15;
  font-weight:600;
}

.ipema-page-card p,
.ipema-page-step p {
  margin:0;
  color:var(--ip-body);
  font-size:15px;
  line-height:1.5;
}

/* =========================================================
   TABLE
========================================================= */

.ipema-page-table__wrap {
  border-top:1px solid var(--ip-border);
  border-bottom:1px solid var(--ip-border);
}

.ipema-page-table__row {
  display:grid;
  grid-template-columns:24% 38% 38%;
  gap:20px;
  padding:16px 8px;
  border-bottom:1px solid var(--ip-border);
}

.ipema-page-table__row:last-child {
  border-bottom:0;
}

.ipema-page-table__row--head {
  color:var(--ip-green-dark);
  font-size:14px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.ipema-page-table__row:not(.ipema-page-table__row--head) div {
  color:var(--ip-body);
  font-size:15px;
  line-height:1.5;
}

/* =========================================================
   CTA
========================================================= */

.ipema-page-cta {
  padding-top:4px;
  padding-bottom:42px;
}

.ipema-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;
}

.ipema-page-cta h2 {
  margin:0;
  color:var(--ip-green-deep);
  font-size:clamp(28px,2.1vw,36px);
}

.ipema-page-cta p {
  margin:12px 0 0;
  color:var(--ip-muted);
  font-size:15px;
  line-height:1.5;
}

.ipema-page-cta__actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* =========================================================
   REVEAL
========================================================= */

.ipema-page-reveal {
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .85s cubic-bezier(.22,1,.36,1),
    transform .85s cubic-bezier(.22,1,.36,1);
}

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

/* =========================================================
   TABLET
========================================================= */

@media (max-width:1024px) {

  .ipema-page-overview__grid,
  .ipema-page-cta__inner {
    grid-template-columns:1fr;
  }

  .ipema-page-benefits__grid,
  .ipema-page-process__grid {
    grid-template-columns:1fr 1fr;
  }

  .ipema-page-table__row {
    grid-template-columns:1fr;
    gap:6px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .ipema-page-hero,
  .ipema-page-overview,
  .ipema-page-benefits,
  .ipema-page-process,
  .ipema-page-table,
  .ipema-page-cta {
    padding-left:14px;
    padding-right:14px;
  }

  .ipema-page-title {
    font-size:clamp(30px,8.6vw,38px);
  }

  .ipema-page-benefits__grid,
  .ipema-page-process__grid {
    grid-template-columns:1fr;
  }

  .ipema-page-card,
  .ipema-page-step,
  .ipema-page-overview__grid,
  .ipema-page-cta__inner {
    padding:22px 18px;
  }

  .ipema-page-overview__media {
    min-height:260px;
  }

  .ipema-page-actions,
  .ipema-page-cta__actions {
    flex-direction:column;
    align-items:stretch;
  }

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



//*Tacoma*//

/* =========================
   Global Container
========================= */

.tacoma-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* =========================
   Main Sections
========================= */

.tacoma-product-hero,
.tacoma-benefits-section,
.tacoma-cta-section {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 28px;
    background: #ffffff;
}

/* =========================
   Product Hero
========================= */

.tacoma-product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.tacoma-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.tacoma-main-image img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    display: block;
}

.tacoma-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: rgba(56, 90, 46, 0.92);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tacoma-gallery-arrow:hover {
    background: #5c9f12;
}

.tacoma-gallery-arrow.prev {
    left: 18px;
}

.tacoma-gallery-arrow.next {
    right: 18px;
}

.tacoma-thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.tacoma-thumb-grid img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.tacoma-thumb-grid img.active {
    border-color: #5c9f12;
}

/* =========================
   Product Content
========================= */

.tacoma-product-label,
.tacoma-spec-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c8b11;
    margin-bottom: 22px;
}

.tacoma-product-content h1 {
    font-size: 50px;
    line-height: 1.02;
    letter-spacing: -1.1px;
    font-weight: 700;
    color: #2f6b1f;
    margin-bottom: 28px;
}

.tacoma-product-description {
    font-size: 22px;
    line-height: 1.7;
    color: #5f5f5f;
    margin-bottom: 38px;
}

.tacoma-feature-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 42px;
}

.tacoma-feature-item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.tacoma-feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #5c9f12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    flex-shrink: 0;
}

.tacoma-feature-item h4 {
    font-size: 22px;
    color: #4c8b11;
    margin-bottom: 6px;
}

.tacoma-feature-item p {
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
}

/* =========================
   Buttons
========================= */

.tacoma-button-group,
.tacoma-cta-buttons {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.tacoma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
}

.tacoma-btn-primary {
    background: #5c9f12;
    color: #ffffff;
    border: 2px solid #5c9f12;
}

.tacoma-btn-primary:hover {
    background: #2f6b1f;
    border-color: #2f6b1f;
    color: #ffffff;
}

.tacoma-btn-outline {
    background: transparent;
    color: #4c8b11;
    border: 2px solid #78b72d;
}

.tacoma-btn-outline:hover {
    background: #5c9f12;
    border-color: #5c9f12;
    color: #ffffff;
}

/* =========================
   Specifications
========================= */

.tacoma-spec-section {
    background: #0f2d0c;
}

.tacoma-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tacoma-spec-content {
    background:
        linear-gradient(rgba(8, 28, 8, 0.82),
        rgba(8, 28, 8, 0.82)),
        url('/wp-content/uploads/2026/04/green_roof_systems_side.jpg');
    background-size: cover;
    background-position: center;
    padding: 90px 60px;
    color: #ffffff;
}

.tacoma-spec-content h2 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.9px;
    font-weight: 600;
    margin-bottom: 22px;
}

.tacoma-spec-content p {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    margin-bottom: 38px;
}

.tacoma-spec-table {
    border-top: 1px solid rgba(255,255,255,0.22);
}

.tacoma-spec-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.22);
}

.tacoma-spec-row span:first-child {
    font-weight: 600;
}

.tacoma-spec-content small {
    display: block;
    margin-top: 28px;
    opacity: 0.75;
}

.tacoma-spec-image {
    background:
        url('/wp-content/uploads/2026/05/tacoma_3.jpeg');
    background-size: cover;
    background-position: center;
}

/* =========================
   Benefits
========================= */

.tacoma-section-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.tacoma-section-heading h2 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.9px;
    font-weight: 600;
    color: #2f6b1f;
    margin-bottom: 20px;
}

.tacoma-section-heading p {
    font-size: 20px;
    line-height: 1.8;
    color: #666666;
}

.tacoma-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tacoma-benefit-card {
    background: #f5f5f1;
    border: 1px solid #e2e2dc;
    border-radius: 24px;
    padding: 36px 30px;
}

.tacoma-benefit-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #d6d6d1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c9f12;
    font-size: 24px;
    margin-bottom: 24px;
}

.tacoma-benefit-card h4 {
    font-size: 26px;
    color: #4c8b11;
    margin-bottom: 16px;
}

.tacoma-benefit-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #666666;
}

/* =========================
   CTA
========================= */

.tacoma-cta-box {
    background: #f4f4ef;
    border-radius: 30px;
    padding: 56px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.tacoma-cta-content {
    max-width: 620px;
}

.tacoma-cta-content h2 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.9px;
    font-weight: 600;
    color: #2f6b1f;
    margin-bottom: 18px;
}

.tacoma-cta-content p {
    font-size: 19px;
    line-height: 1.8;
    color: #777777;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1024px) {

    .tacoma-product-grid,
    .tacoma-spec-grid,
    .tacoma-benefit-grid {
        grid-template-columns: 1fr;
    }

    .tacoma-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .tacoma-main-image img {
        height: 500px;
    }
}

@media (max-width: 768px) {

    .tacoma-product-content h1,
    .tacoma-section-heading h2,
    .tacoma-spec-content h2,
    .tacoma-cta-content h2 {
        font-size: 36px;
    }

    .tacoma-benefit-grid {
        grid-template-columns: 1fr;
    }

    .tacoma-spec-content {
        padding: 70px 30px;
    }

    .tacoma-cta-box {
        padding: 40px 30px;
    }
}