/* ===== 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;
    }
}

















/* ===== GENERAL LAYOUT 1st Section ===== */
/* ===== SECTION WRAPPERS ===== */
.gt-left-module,
.gt-right-module {
  width: 100%;
}

.gt-left-module {
  padding-left: 28px;
  border-left: 1px solid rgba(130,130,130,0.28);
}

.gt-right-module {
  padding-left: 48px;
  border-left: 1px solid rgba(130,130,130,0.28);
}

/* ===== HEADLINE ===== */
.gt-heading {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(24px, 3.15vw, 48px);
  line-height: 0.97;
  letter-spacing: -1.7px;
  max-width: 760px;
}

.gt-heading-green,
.gt-heading-gray {
  display: block;
}

.gt-heading-green {
  color: #6e9f00;
}

.gt-heading-gray {
  color: #8c8c8c;
  margin-top: 6px;
}

/* ===== BODY COPY ===== */
.gt-copy {
  margin: 0;
  max-width: 570px;
  font-size: clamp(16px, 1.02vw, 21px);
  line-height: 1.5;
  letter-spacing: -0.12px;
  color: #4d4d4d;
}

.gt-support-line {
  margin: 18px 0 0 0;
  font-size: 17px;
  font-family: inherit;
  line-height: 1.5;
  color: #548d10;
  font-weight: 600;
  letter-spacing: 0.1px;
}

/* ===== BUTTONS ===== */
.gt-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.gt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.gt-btn-primary {
  background: #548D11;
  color: #ffffff!important;
  border: 1px solid #548D11;
}

.gt-btn-primary:hover {
  background: #548D11;
   color: #ffffff!important;
  border-color:#548D11;
  transform: translateY(-1px);
}

.gt-btn-secondary {
  background: #ffffff;
  color: #8c8c8c!important;
  border: 1px solid #d5d5d5;
}

.gt-btn-secondary:hover {
  border-color: #548D11;
  color: #548D11!important;
  transform: translateY(-1px);
}

/* ===== TRUST LINE ===== */
.gt-trust-line {
  margin: 14px 0 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #a1a1a1;
  letter-spacing: 0.15px;
}

/* ===== REVEAL ===== */
.gt-reveal-up {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.gt-reveal-up.gt-visible {
  opacity: 1;
  transform: translateY(0);
}

.gt-delay-2 {
  transition-delay: 0.12s;
}

/* ===== LARGE DESKTOP ===== */
@media (min-width: 1200px) {
  .gt-heading {
    max-width: 760px;
  }

  .gt-copy {
    max-width: 550px;
  }
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .gt-left-module,
  .gt-right-module {
    padding-left: 20px;
  }

  .gt-heading {
    font-size: clamp(28px, 4.2vw, 42px);
    line-height: 1;
    letter-spacing: -1.2px;
    max-width: 100%;
  }

  .gt-heading-gray {
    margin-top: 4px;
  }

  .gt-copy {
    font-size: 16px;
    max-width: 100%;
  }

  .gt-button-row {
    margin-top: 22px;
    gap: 12px;
  }

  .gt-btn {
    min-width: 160px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 16px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .gt-left-module,
  .gt-right-module {
    border-left: none;
    padding-left: 0;
  }

  .gt-heading {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .gt-copy {
    font-size: 16px;
    line-height: 1.62;
  }

  .gt-support-line {
    margin-top: 14px;
  }

  .gt-button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-btn {
    width: 100%;
    min-width: 0;
  }
}





















/* ===== MODULE 2 : WHO WE SERVE ===== */
.gt-serve-head {
  text-align: center;
  margin: 0px!important;
}

.gt-serve-title {
  margin: 0;
  color: #2e681a;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.96;
  letter-spacing: -1.4px;
  font-weight: 400;
}

.gt-serve-subtitle {
  margin: 4px 0 0;
  color: #838383;
  font-size: clamp(14px, 1.3vw, 22px);
  line-height: 1.06;
  letter-spacing: -1.35px;
  font-weight: 500;
}

/* ===== CARD LAYOUT ===== */

/* ===== OUTER CARD CURVES ===== */
.gt-serve-row .e-con:first-child .gt-serve-card,
.gt-serve-row > div:first-child .gt-serve-card {
  border-top-left-radius: 28px;
  overflow: hidden;
}

.gt-serve-row .e-con:last-child .gt-serve-card,
.gt-serve-row > div:last-child .gt-serve-card {
  border-top-right-radius: 28px;
  overflow: hidden;
}

.gt-serve-head {
  margin-bottom: 14px;
}

.gt-serve-row {
  margin-top: 0;
}


.gt-serve-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #111;
  transform: translateY(54px) scale(0.985);
  opacity: 0;
  transition:
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
  will-change: transform, opacity;
}

.gt-serve-card.gt-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.gt-card-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.gt-card-link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  z-index: 2;
}

/* darker top, richer bottom */
.gt-card-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(0,0,0,0.03) 0%,
      rgba(0,0,0,0.05) 45%,
      rgba(0,0,0,0.28) 68%,
      rgba(27,56,12,0.78) 100%);
  z-index: 1;
}

.gt-card-top-arrow {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.gt-card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 28px 18px 24px;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.gt-card-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 1.95vw, 33px);
  line-height: 0.98;
  letter-spacing: -0.7px;
  font-weight: 500;
}

.gt-card-sub {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.18;
  letter-spacing: -0.15px;
  font-weight: 400;
}

.gt-card-cta {
  display: inline-block;
  margin-top: 16px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.15px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.25s ease;
  border-bottom: 1px solid rgba(255,255,255,0.55);
  padding-bottom: 2px;
}

/* ===== HOVER ===== */
.gt-serve-card:hover .gt-card-media {
  transform: scale(1.05);
}

.gt-serve-card:hover .gt-card-bottom {
  transform: translateY(-8px);
}

.gt-serve-card:hover .gt-card-top-arrow {
  transform: translateX(4px);
}

.gt-serve-card:hover .gt-card-cta {
  opacity: 1;
  transform: translateY(0);
}

.gt-serve-card:hover {
  filter: brightness(1.03);
}

/* ===== STAGGER ===== */
.gt-serve-card:nth-child(1) { transition-delay: 0.02s; }
.gt-serve-card:nth-child(2) { transition-delay: 0.09s; }
.gt-serve-card:nth-child(3) { transition-delay: 0.16s; }
.gt-serve-card:nth-child(4) { transition-delay: 0.23s; }

/* ===== HEADING REVEAL ===== */
.gt-reveal-up {
  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);
}

.gt-reveal-up.gt-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .gt-serve-card {
    min-height: 520px;
  }

  .gt-card-top-arrow {
    top: 18px;
    right: 18px;
    font-size: 38px;
  }

  .gt-card-bottom {
    padding: 22px 16px 20px;
  }

  .gt-card-title {
    font-size: 28px;
  }

  .gt-card-sub {
    font-size: 16px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .gt-serve-head {
    margin-bottom: 18px;
  }

  .gt-serve-card {
    min-height: 430px;
  }

  .gt-card-top-arrow {
    top: 14px;
    right: 14px;
    font-size: 32px;
  }

  .gt-card-bottom {
    padding: 18px 14px 18px;
  }

  .gt-card-title {
    font-size: 24px;
  }

  .gt-card-sub {
    font-size: 15px;
    line-height: 1.25;
  }

  .gt-card-cta {
    opacity: 1;
    transform: none;
    margin-top: 12px;
    font-size: 13px;
  }
}









/* Module 4 Residential */
/* ===== FEATURE IMAGE PANEL ===== */

.gt-feature-panel {
  position: relative;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  min-height: 760px;
  overflow: visible;
}

.gt-feature-image {
  width: 78%;
  min-height: 760px;
  margin-left: auto;
  background-image: url('https://dev.online-turf.com/wp-content/uploads/2026/03/residential-feature.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

/* ===== GLASS CARD ===== */
.gt-feature-card {
  position: absolute;
  left: 18px;
  top: 53%;
  transform: translateY(-50%);
  width: min(500px, 38%);
  padding: 38px 36px 32px;
  border-radius: 28px;
  background: rgb(0 0 0 / 34%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 3;
}

.gt-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 24px -16px 24px;
  height: 28px;
  border-radius: 999px;
  background: rgba(0,0,0,0.12);
  filter: blur(16px);
  z-index: -1;
}

/* ===== ICON ===== */
.gt-feature-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  opacity: 0.92;
  background: url('/wp-content/themes/hello-elementor-child/assets/images/res-icon.png') center center / contain no-repeat;
}

.gt-feature-icon span {
  display: none !important;
}

/* ===== TEXT ===== */
.gt-feature-title {
  margin: 0 84px 18px 0;
  color: #ffffff;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.01;
  letter-spacing: -1.1px;
  font-weight: 500;
}

.gt-feature-copy {
  margin: 0;
  color: rgba(255,255,255,0.95);
  font-size: clamp(12px, 0.98vw, 17px);
  line-height: 1.55;
  letter-spacing: -0.12px;
  max-width: 92%;
}

/* ===== CTA ===== */
.gt-feature-actions {
  margin-top: 22px;
}

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

.gt-feature-btn:hover {
  background: #2e681a !important;
  transform: translateY(-1px);
}

.gt-feature-link {
  display: inline-block;
  margin-top: 16px;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 2px;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.gt-feature-link:hover {
  opacity: 0.82;
  border-color: rgba(255,255,255,0.88);
}

/* ===== LARGE TABLET ===== */
@media (max-width: 1024px) {
  .gt-feature-panel {
    min-height: 700px;
  }

  .gt-feature-image {
    width: 100%;
    min-height: 700px;
    margin-left: 0;
    background-position: center center;
  }

  .gt-feature-card {
    left: 24px;
    right: 24px;
    bottom: 24px;
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
    padding: 28px 26px 24px;
    border-radius: 24px;
  }

  .gt-feature-card::after {
    inset: auto 18px -12px 18px;
    height: 22px;
  }

  .gt-feature-icon {
    top: 22px;
    right: 22px;
    width: 60px;
    height: 60px;
  }

  .gt-feature-title {
    margin: 0 70px 14px 0;
    font-size: clamp(28px, 4.2vw, 38px);
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .gt-feature-copy {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .gt-feature-btn {
    font-size: 16px;
    min-height: 46px;
    padding: 0 22px;
  }

  .gt-feature-link {
    font-size: 15px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .gt-feature-panel {
    min-height: auto;
    overflow: hidden;
  }

  .gt-feature-image {
    width: 100%;
    min-height: 560px;
    margin-left: 0;
    background-position: center center;
  }

  .gt-feature-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    transform: none;
    width: auto;
    padding: 18px 16px 18px;
    border-radius: 20px;
    background: rgb(0 0 0 / 38%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .gt-feature-card::after {
    display: none;
  }

  .gt-feature-icon {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    opacity: 0.9;
  }

  .gt-feature-title {
    margin: 0 44px 12px 0;
    font-size: 26px;
    line-height: 1.02;
    letter-spacing: -0.8px;
  }

  .gt-feature-copy {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.48;
  }

  .gt-feature-actions {
    margin-top: 16px;
  }

  .gt-feature-btn {
    display: flex;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }

  .gt-feature-link {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.3;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {
  .gt-feature-image {
    min-height: 520px;
  }

  .gt-feature-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 16px 14px 16px;
    border-radius: 18px;
  }

  .gt-feature-title {
    font-size: 21px;
    margin-right: 40px;
  }

  .gt-feature-copy {
    font-size: 10px;
    line-height: 1.42;
  }

  .gt-feature-btn {
    min-height: 42px;
    font-size: 11px;
    padding: 10px 14px;
  }

  .gt-feature-link {
    font-size: 11px;
  }

  .gt-feature-icon {
    width: 32px;
    height: 32px;
    top: 14px;
    right: 14px;
  }
}









/* ===== MODULE 5 : COMMERCIAL ===== */
.gt-commercial-module {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  grid-template-areas:
    "title title"
    "left right";
  align-items: start;
  gap: 28px 54px;
  background: #6f9800;
  padding: 34px 56px 52px;
  overflow: hidden;
  background-image: url('http://dev.online-turf.com/wp-content/uploads/2026/03/genesis-embed-icon-1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  
}

.gt-commercial-title-top {
  grid-area: title;
  text-align: center;
  margin: 0 0 2px;
}

.gt-commercial-left {
  grid-area: left;
  position: relative;
}

.gt-commercial-right {
  grid-area: right;
  position: relative;
  z-index: 2;
}

/* ===== TITLE ===== */
.gt-commercial-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 0.96;
  letter-spacing: -1.4px;
  font-weight: 400;
}

.gt-commercial-title strong {
  font-weight: 700;
}

/* ===== SLIDER ===== */
.gt-commercial-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.gt-commercial-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-commercial-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.55s ease, transform 0.8s ease;
}

.gt-commercial-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

/* ===== CLEANER ARROWS ===== */
.gt-commercial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 50%;
  background: rgba(31, 60, 39, 0.74);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
  padding: 0;
}

.gt-commercial-prev {
  left: 16px;
}

.gt-commercial-next {
  right: 16px;
}

.gt-commercial-arrow:hover {
  background: rgba(24, 46, 31, 0.9);
  border-color: rgba(255,255,255,0.46);
  transform: translateY(-50%) scale(1.04);
}

.gt-arrow-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.gt-arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.gt-arrow-right::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

.gt-arrow-left::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

/* ===== RIGHT SIDE COPY ===== */
.gt-commercial-mark {
  position: absolute;
  right: -90px;
  bottom: 18px;
  width: 360px;
  height: 360px;
  pointer-events: none;
  opacity: 0.12;
}

.gt-commercial-mark::before,
.gt-commercial-mark::after {
  content: "";
  position: absolute;
  border: 4px solid rgba(190, 220, 120, 0.25);
  border-radius: 50%;
}

.gt-commercial-mark::before {
  inset: 28px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(20deg);
}

.gt-commercial-mark::after {
  inset: 0;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: rotate(-10deg);
}

.gt-commercial-copy p {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(14px, 1.06vw, 18px);
  line-height: 1.34;
  letter-spacing: -0.12px;
  max-width: 95%;
}

.gt-commercial-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.gt-commercial-list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 16px;
  color: #ffffff;
  font-size: clamp(14px, 1.02vw, 18px);
  line-height: 1.32;
  letter-spacing: -0.12px;
}

.gt-commercial-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

.gt-commercial-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.gt-commercial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: #3d7423;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.gt-commercial-btn:hover {
  background: #335f1d;
  transform: translateY(-1px);
}

.gt-commercial-link {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255,255,255,0.55);
  padding-bottom: 2px;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.gt-commercial-link:hover {
  opacity: 0.85;
  border-color: rgba(255,255,255,0.95);
}

/* ===== REVEAL ===== */
.gt-commercial-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.gt-commercial-reveal.gt-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .gt-commercial-module {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "left"
      "right";
    gap: 24px;
    padding: 26px 24px 34px;
  }

  .gt-commercial-title-top {
    margin-bottom: 0;
  }

  .gt-commercial-title {
    font-size: clamp(30px, 5vw, 42px);
  }

  .gt-commercial-copy p,
  .gt-commercial-list li {
    max-width: 100%;
    font-size: 16px;
  }

  .gt-commercial-mark {
    width: 250px;
    height: 250px;
    right: -50px;
    bottom: 0;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .gt-commercial-module {
    padding: 22px 16px 26px;
  }

  .gt-commercial-slider {
    aspect-ratio: 1.15 / 1;
  }

  .gt-commercial-title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.02;
  }

  .gt-commercial-copy p,
  .gt-commercial-list li {
    font-size: 15px;
    line-height: 1.45;
  }

  .gt-commercial-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-commercial-btn {
    width: 100%;
  }

  .gt-commercial-arrow {
    width: 44px;
    height: 44px;
  }

  .gt-arrow-icon {
    width: 14px;
    height: 14px;
  }

  .gt-arrow-icon::before {
    width: 9px;
    height: 9px;
    border-top-width: 2.5px;
    border-right-width: 2.5px;
  }

  .gt-commercial-prev {
    left: 8px;
  }

  .gt-commercial-next {
    right: 8px;
  }
}


/* fix reset.css affecting slider controls */
.gt-commercial-arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: rgba(31, 60, 39, 0.74) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.26) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
}

.gt-commercial-arrow:hover,
.gt-commercial-arrow:focus,
.gt-commercial-arrow:active {
  background: rgba(24, 46, 31, 0.9) !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: none !important;
}

.gt-commercial-arrow span,
.gt-commercial-arrow::before,
.gt-commercial-arrow::after {
  pointer-events: none;
}

















/* ===== MODULE5 : ENGINEERED TO OUTPERFORM ===== */
.gt-systems-module {
  width: 100%;

  margin: 0 auto;
  padding: 18px 20px 10px;
}

.gt-systems-head {
  text-align: center;
  /*max-width: 1220px;*/
  margin: 0 auto 10px;
}

.gt-systems-title {
  margin: 0;
  line-height: 1;
  letter-spacing: -1.5px;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 42px); 
}

.gt-systems-green,
.gt-systems-gray {
  display: block;
}

.gt-systems-green {
  color: #6f9800;
  font-size: clamp(36px, 2.5vw, 62px);
  line-height: 0.95;
}

.gt-systems-gray {
  margin-top: 6px;
  color: #8f8f8f;
  font-size: clamp(28px, 1.5vw, 50px);
  line-height: 1.02;
  font-weight: 500;
}

.gt-systems-intro {
  max-width: 1140px;
  margin: 8px auto 0;
  color: #838383;
  font-size: clamp(16px, 1.08vw, 22px);
  line-height: 1.35;
  letter-spacing: -0.15px;
}

/* ===== STAGE ===== */
.gt-systems-stage {
  position: relative;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-systems-image-wrap {
  width: min(970px, 72%);
  margin: 0 auto;
}

.gt-systems-image {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

/* ===== LEFT FEATURE LIST ===== */
.gt-systems-side-list {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.gt-systems-side-item {
  color: #9a9a9a;
  font-size: clamp(17px, 1.3vw, 24px);
  line-height: 1.1;
  letter-spacing: -0.25px;
  font-weight: 400;
}

/* ===== CTA ===== */
.gt-systems-actions {
  text-align: center;
  margin-top: 28px;
}

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

.gt-systems-btn:hover {
  background: #3D7423;
  transform: translateY(-1px);
}

/* ===== REVEAL ===== */
.gt-systems-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.gt-systems-reveal.gt-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .gt-systems-module {
    padding: 8px 16px 8px;
  }

  .gt-systems-head {
    margin-bottom: 20px;
  }

  .gt-systems-intro {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.45;
  }

  .gt-systems-stage {
    min-height: auto;
    display: block;
  }

  .gt-systems-side-list {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    margin-bottom: 18px;
  }

  .gt-systems-side-item {
    font-size: 16px;
  }

  .gt-systems-image-wrap {
    width: 100%;
    max-width: 860px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .gt-systems-green {
    font-size: clamp(30px, 8.5vw, 42px);
  }

  .gt-systems-gray {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.04;
  }

  .gt-systems-intro {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 16px;
  }

  .gt-systems-side-list {
    gap: 10px 16px;
  }

  .gt-systems-side-item {
    font-size: 15px;
  }

  .gt-systems-actions {
    margin-top: 22px;
  }

  .gt-systems-btn {
    width: 100%;
    max-width: 320px;
    min-height: 50px;
    padding: 0 20px;
  }
}



/*RESET*/

/* =========================================================
   GENESIS TURF — GLOBAL CONSISTENCY PATCH
   Add this AT THE VERY BOTTOM of your existing CSS
   ========================================================= */

:root {
  /* Brand colors */
  --gt-green: #6f9800;
  --gt-green-dark: #548d11;
  --gt-green-deep: #2e681a;
  --gt-green-hover: #3d7423;

  --gt-gray-heading: #8c8c8c;
  --gt-gray-body: #4d4d4d;
  --gt-gray-muted: #838383;
  --gt-gray-light: #a1a1a1;
  --gt-border-soft: rgba(130,130,130,0.28);
  --gt-border-light: #d5d5d5;

  --gt-white: #ffffff;

  /* Typography */
  --gt-font-family: inherit;
  --gt-h1-size: clamp(24px, 3.15vw, 48px);
  --gt-h2-size: clamp(24px, 2.2vw, 34px);
  --gt-h3-size: clamp(22px, 1.95vw, 30px);
  --gt-body-size: clamp(16px, 1.02vw, 18px);
  --gt-body-line: 1.5;
  --gt-heading-line: 1.02;
  --gt-heading-space: -1px;

  /* Buttons */
  --gt-btn-height: 52px;
  --gt-btn-radius: 999px;
  --gt-btn-font-size: 16px;
  --gt-btn-font-weight: 600;
  --gt-btn-padding-x: 26px;

  /* Cards / panels */
  --gt-card-radius: 28px;
  --gt-card-radius-md: 24px;
  --gt-card-radius-sm: 20px;
  --gt-shadow-soft: 0 18px 40px rgba(0,0,0,0.12);
}


/* =========================================================
   GLOBAL TYPOGRAPHY NORMALIZATION
   ========================================================= */

.gt-heading,
.gt-serve-title,
.gt-feature-title,
.gt-commercial-title,
.gt-systems-title,
.gt-card-title {
  font-family: var(--gt-font-family);
  letter-spacing: var(--gt-heading-space);
}
 /*
.gt-heading {
  font-size: var(--gt-h1-size);
  line-height: 0.98;
  font-weight: 700;
}*/

.gt-serve-title,
.gt-feature-title,
.gt-commercial-title {
  line-height: var(--gt-heading-line);
}

.gt-copy,
.gt-feature-copy,
.gt-commercial-copy p,
.gt-commercial-list li,
.gt-systems-intro,
.gt-card-sub {
  font-family: var(--gt-font-family);
  font-size: var(--gt-body-size);
  line-height: var(--gt-body-line);
  letter-spacing: -0.12px;
}

.gt-copy,
.gt-commercial-copy p,
.gt-commercial-list li {
  color: var(--gt-gray-body);
}


/* =========================================================
   GLOBAL COLOR NORMALIZATION
   ========================================================= */

.gt-heading-green,
.gt-systems-green {
  color: var(--gt-green);
}

.gt-heading-gray,
.gt-systems-gray {
  color: var(--gt-gray-heading);
}

.gt-support-line {
  color: var(--gt-green-dark);
}

.gt-trust-line {
  color: var(--gt-gray-light);
}

.gt-serve-title {
  color: var(--gt-green-deep);
}

.gt-serve-subtitle,
.gt-systems-intro {
  color: var(--gt-gray-muted);
}

.gt-left-module,
.gt-right-module {
  border-left-color: var(--gt-border-soft);
}


/* =========================================================
   BUTTON CONSISTENCY
   ========================================================= */

.gt-btn,
.gt-feature-btn,
.gt-commercial-btn,
.gt-systems-btn {
  min-height: var(--gt-btn-height);
  border-radius: var(--gt-btn-radius);
  font-size: var(--gt-btn-font-size);
  font-weight: var(--gt-btn-font-weight);
  line-height: 1;
  padding-left: var(--gt-btn-padding-x);
  padding-right: var(--gt-btn-padding-x);
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.gt-btn-primary,
.gt-feature-btn,
.gt-commercial-btn,
.gt-systems-btn {
  background: var(--gt-green-dark);
  border-color: var(--gt-green-dark);
  color: var(--gt-white) !important;
}

.gt-btn-primary:hover,
.gt-feature-btn:hover,
.gt-commercial-btn:hover,
.gt-systems-btn:hover {
  background: var(--gt-green-deep) !important;
  border-color: var(--gt-green-deep) !important;
  color: var(--gt-white) !important;
  transform: translateY(-1px);
}

.gt-btn-secondary {
  background: var(--gt-white);
  color: var(--gt-gray-heading) !important;
  border: 1px solid var(--gt-border-light);
}

.gt-btn-secondary:hover {
  color: var(--gt-green-dark) !important;
  border-color: var(--gt-green-dark);
}


/* =========================================================
   TEXT LINK / UNDERLINE CTA CONSISTENCY
   ========================================================= */

.gt-feature-link,
.gt-commercial-link,
.gt-card-cta {
  font-family: var(--gt-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.gt-feature-link,
.gt-commercial-link {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.gt-feature-link:hover,
.gt-commercial-link:hover,
.gt-card-cta:hover {
  opacity: 0.85;
}


/* =========================================================
   RADIUS / PANEL CONSISTENCY
   ========================================================= */

.gt-feature-card {
  border-radius: var(--gt-card-radius);
  box-shadow: var(--gt-shadow-soft);
}

.gt-serve-row .e-con:first-child .gt-serve-card,
.gt-serve-row > div:first-child .gt-serve-card {
  border-top-left-radius: var(--gt-card-radius);
}

.gt-serve-row .e-con:last-child .gt-serve-card,
.gt-serve-row > div:last-child .gt-serve-card {
  border-top-right-radius: var(--gt-card-radius);
}


/* =========================================================
   MODULE-SPECIFIC CLEANUP FOR BETTER MATCHING
   ========================================================= */

/* First intro module */
.gt-copy {
  color: var(--gt-gray-body);
}

.gt-btn {
  border-radius: var(--gt-btn-radius);
  font-size: var(--gt-btn-font-size);
}

/* Who we serve */
.gt-serve-title {
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  letter-spacing: -1px;
}

.gt-serve-subtitle {
  color: var(--gt-gray-muted);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.25;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.gt-card-title {
  font-weight: 500;
  line-height: 1.02;
}

.gt-card-sub {
  color: rgba(255,255,255,0.88);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.3;
}

/* Residential feature */
.gt-feature-title {
  font-weight: 600;
  line-height: 1.02;
}

.gt-feature-copy {
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.55;
}

/* Commercial module */
.gt-commercial-module {
  background-color: var(--gt-green);
}

.gt-commercial-title {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.02;
  letter-spacing: -1px;
}

.gt-commercial-copy p,
.gt-commercial-list li {
  color: var(--gt-white);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

/* Engineered systems */
.gt-systems-title {
  line-height: 1;
}

.gt-systems-green {
  color: var(--gt-green);
  line-height: 0.96;
  letter-spacing: -1.2px;
}

.gt-systems-gray {
  color: var(--gt-gray-heading);
  line-height: 1.04;
  letter-spacing: -0.8px;
}

.gt-systems-side-item {
  color: #9a9a9a;
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.15;
}


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

@media (max-width: 1024px) {
  .gt-btn,
  .gt-feature-btn,
  .gt-commercial-btn,
  .gt-systems-btn {
    min-height: 48px;
    font-size: 15px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .gt-serve-title,
  .gt-feature-title,
  .gt-commercial-title {
    letter-spacing: -0.8px;
  }

  .gt-copy,
  .gt-feature-copy,
  .gt-commercial-copy p,
  .gt-commercial-list li,
  .gt-systems-intro,
  .gt-card-sub {
    font-size: 15px;
    line-height: 1.5;
  }

  .gt-feature-card {
    border-radius: var(--gt-card-radius-md);
  }
}


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

@media (max-width: 767px) {
  .gt-heading,
  .gt-serve-title,
  .gt-feature-title,
  .gt-commercial-title,
  .gt-systems-green,
  .gt-systems-gray,
  .gt-card-title {
    letter-spacing: -0.6px;
  }

  .gt-copy,
  .gt-feature-copy,
  .gt-commercial-copy p,
  .gt-commercial-list li,
  .gt-systems-intro,
  .gt-card-sub,
  .gt-serve-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }

  .gt-btn,
  .gt-feature-btn,
  .gt-commercial-btn,
  .gt-systems-btn {
    min-height: 46px;
    font-size: 15px;
  }

  .gt-feature-card {
    border-radius: var(--gt-card-radius-sm);
  }

  .gt-feature-link,
  .gt-commercial-link,
  .gt-card-cta {
    font-size: 14px;
  }
}








/* =========================================================
   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-image {
  position: relative;
  overflow: hidden;
}

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

.ghp-trust-overlay {
  position: absolute;
  left: 9.5%;
  bottom: 35%;
  z-index: 3;
}

/* Main text box */
.ghp-trust-shimmer {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 18px 24px 16px;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    rgba(49, 98, 162, 0.88) 0%,
    rgba(65, 112, 176, 0.82) 35%,
    rgba(37, 71, 120, 0.80) 100%
  );
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* Soft darker panel extending to right like your mockup */
.ghp-trust-shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -34px;
  width: 120px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(24, 44, 77, 0.28) 0%,
    rgba(32, 58, 97, 0.45) 45%,
    rgba(40, 72, 115, 0.58) 100%
  );
  border-radius: 0 18px 18px 0;
  z-index: 1;
}

/* Actual shimmer sweep */
.ghp-trust-shimmer::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -35%;
  width: 24%;
  height: 140%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.00) 30%,
    rgba(255, 255, 255, 0.08) 42%,
    rgba(255, 255, 255, 0.20) 50%,
    rgba(255, 255, 255, 0.08) 58%,
    rgba(255, 255, 255, 0.00) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-22deg);
  animation: ghpTrustShimmer 5.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.ghp-trust-shimmer h3,
.ghp-trust-shimmer p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #fff;
}

.ghp-trust-shimmer h3 {
  font-size: clamp(34px, 4vw, 68px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.ghp-trust-shimmer p {
  font-size: clamp(16px, 1.55vw, 31px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0.01em;
  opacity: 0.95;
}

.ghp-made-usa {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: clamp(140px, 15vw, 250px);
  height: auto;
  z-index: 4;
}

/* subtle one-pass shimmer */
@keyframes ghpTrustShimmer {
  0% {
    left: -35%;
    opacity: 0;
  }
  8% {
    opacity: 0.55;
  }
  18% {
    opacity: 0.85;
  }
  30% {
    left: 115%;
    opacity: 0;
  }
  100% {
    left: 115%;
    opacity: 0;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .ghp-trust-overlay {
    left: 7%;
    bottom: 28%;
  }

  .ghp-trust-shimmer {
    padding: 14px 18px 13px;
  }

  .ghp-trust-shimmer::before {
    right: -22px;
    width: 90px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ghp-trust-overlay {
    left: 5%;
    bottom: 20%;
    max-width: 72%;
  }

  .ghp-trust-shimmer {
    padding: 10px 12px 10px;
  }

  .ghp-trust-shimmer::before {
    display: none;
  }

  .ghp-trust-shimmer h3 {
    margin-bottom: 4px;
  }

  .ghp-made-usa {
    width: 95px;
    right: 4%;
    bottom: 6%;
  }
}


/*.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: 20px 26px;*/
/*  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 14px;*/
/*}*/

/*.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: 0px;*/
/*  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: 40px 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: 40px 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;
  }
}