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


//*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: 1560px;
    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;
    }
}

//*Tacoma-2*//

/* =============================================
   TACOMA V1 — EDITORIAL / MAGAZINE LAYOUT
   Namespace: tp1-
============================================= */

:root {
  --tp1-green:       #5c9f12;
  --tp1-green-dark:  #2f6b1f;
  --tp1-green-deep:  #0d2b0a;
  --tp1-cream:       #f7f6f2;
  --tp1-sand:        #ede9e0;
  --tp1-text:        #1a1a1a;
  --tp1-muted:       #6b6b6b;
  --tp1-border:      #d8d5cc;
  --tp1-white:       #ffffff;
  --tp1-max:         1380px;
}

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

.tp1-container {
  width: 100%;
  max-width: var(--tp1-max);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- EYEBROW ---- */
.tp1-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--tp1-green);
  margin-bottom: 18px;
}
.tp1-eyebrow--light { color: #9fcf6a; }

/* ---- BUTTONS ---- */
.tp1-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 32px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.28s ease;
  white-space: nowrap;
}
.tp1-btn--solid {
  background: var(--tp1-green);
  color: #fff;
  border: 2px solid var(--tp1-green);
}
.tp1-btn--solid:hover {
  background: var(--tp1-green-dark);
  border-color: var(--tp1-green-dark);
  color: #fff;
}
.tp1-btn--ghost {
  background: transparent;
  color: var(--tp1-green);
  border: 2px solid var(--tp1-green);
}
.tp1-btn--ghost:hover {
  background: var(--tp1-green);
  color: #fff;
}

/* =====================
   HERO
===================== */
.tp1-hero {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 88vh;
  background: var(--tp1-cream);
}

.tp1-hero__gallery {
  position: relative;
  overflow: hidden;
}

.tp1-hero__main-img-wrap {
  position: relative;
  height: 100%;
}

.tp1-hero__main-img-wrap img#tp1MainImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}

.tp1-hero__thumb-strip {
  position: absolute;
  bottom: 28px;
  left: 28px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.tp1-thumb {
  width: 76px;
  height: 60px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.65;
  transition: all 0.25s ease;
  outline: 2px solid transparent;
}
.tp1-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tp1-thumb:hover,
.tp1-thumb.active {
  opacity: 1;
  outline-color: var(--tp1-green);
  transform: translateY(-2px);
}

/* Content side */
.tp1-hero__content {
  padding: 80px 64px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--tp1-white);
  border-left: 1px solid var(--tp1-border);
}

.tp1-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -2px;
  color: var(--tp1-green-dark);
  margin-bottom: 28px;
}

.tp1-hero__copy {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--tp1-muted);
  max-width: 460px;
  margin-bottom: 36px;
}

.tp1-hero__meta {
  margin-bottom: 40px;
  border-top: 1px solid var(--tp1-border);
}

.tp1-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--tp1-border);
}
.tp1-meta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--tp1-muted);
  flex-shrink: 0;
}
.tp1-meta-value {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp1-text);
  text-align: right;
}

.tp1-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =====================
   SPECS
===================== */
.tp1-specs {
  background: var(--tp1-green-deep);
  color: #fff;
  overflow: hidden;
}

.tp1-specs__inner {
  width: 100%;
  max-width: var(--tp1-max);
  margin: 0 auto;
  padding: 80px 32px;
}

.tp1-specs__header {
  margin-bottom: 52px;
}

.tp1-specs__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #fff;
  margin-top: 8px;
}

.tp1-specs__body {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: start;
}

.tp1-specs__image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.tp1-specs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tp1-specs__table {
  border-top: 1px solid rgba(255,255,255,0.15);
}

.tp1-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-family: 'Poppins', sans-serif;
}
.tp1-spec-row span:first-child {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9fcf6a;
  flex-shrink: 0;
}
.tp1-spec-row span:last-child {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  text-align: right;
}

.tp1-specs__note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 32px;
}

/* =====================
   BENEFITS
===================== */
.tp1-benefits {
  background: var(--tp1-cream);
  padding: 100px 0;
}

.tp1-benefits__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 72px;
}

.tp1-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--tp1-green-dark);
  margin-bottom: 18px;
}

.tp1-section-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--tp1-muted);
}

.tp1-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--tp1-border);
}

.tp1-benefit {
  background: var(--tp1-white);
  padding: 44px 36px;
  position: relative;
}

.tp1-benefit__num {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--tp1-border);
  margin-bottom: 20px;
}

.tp1-benefit__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--tp1-cream);
  border: 1px solid var(--tp1-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tp1-green);
  font-size: 20px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.tp1-benefit:hover .tp1-benefit__icon {
  background: var(--tp1-green);
  color: #fff;
  border-color: var(--tp1-green);
}

.tp1-benefit h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--tp1-green-dark);
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.tp1-benefit p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--tp1-muted);
}

/* =====================
   FINANCING BAND
===================== */
.tp1-financing {
  background: var(--tp1-sand);
  padding: 40px 0;
  border-top: 1px solid var(--tp1-border);
  border-bottom: 1px solid var(--tp1-border);
}

.tp1-financing__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.tp1-financing__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--tp1-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.tp1-financing__text {
  flex: 1;
}
.tp1-financing__text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--tp1-green-dark);
  margin-bottom: 4px;
}
.tp1-financing__text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--tp1-muted);
}

/* =====================
   CTA
===================== */
.tp1-cta {
  background: var(--tp1-white);
  padding: 100px 0;
}

.tp1-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tp1-cta__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--tp1-green-dark);
  margin-bottom: 20px;
}

.tp1-cta__copy {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--tp1-muted);
  margin-bottom: 40px;
}

.tp1-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 1100px) {
  .tp1-specs__body {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .tp1-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .tp1-hero__gallery { height: 480px; }
  .tp1-hero__content { padding: 52px 32px; }
  .tp1-benefits__grid { grid-template-columns: 1fr 1fr; }
  .tp1-specs__body { grid-template-columns: 1fr; }
  .tp1-specs__image { aspect-ratio: 16/9; }
}
@media (max-width: 600px) {
  .tp1-benefits__grid { grid-template-columns: 1fr; }
  .tp1-hero__content { padding: 40px 20px; }
  .tp1-hero__actions { flex-direction: column; }
  .tp1-btn { width: 100%; }
  .tp1-cta__actions { flex-direction: column; }
}


//*Tacoma-3*//

/* =============================================
   TACOMA V2 — LUXURY / ARCHITECTURAL
   Namespace: tp2-
============================================= */

:root {
  --tp2-green:       #5c9f12;
  --tp2-green-dark:  #2f6b1f;
  --tp2-green-deep:  #112b0e;
  --tp2-light:       #f8f8f5;
  --tp2-white:       #ffffff;
  --tp2-text:        #1c1c1c;
  --tp2-muted:       #717171;
  --tp2-border:      rgba(0,0,0,0.1);
  --tp2-max:         1360px;
}

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

.tp2-container {
  width: 100%;
  max-width: var(--tp2-max);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- LABELS ---- */
.tp2-label {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--tp2-green);
  margin-bottom: 14px;
}
.tp2-label--light { color: #9fcf6a; }

/* ---- BUTTONS ---- */
.tp2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 30px;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.28s ease;
  white-space: nowrap;
}
.tp2-btn--solid {
  background: var(--tp2-green);
  color: #fff;
  border: 2px solid var(--tp2-green);
}
.tp2-btn--solid:hover { background: var(--tp2-green-dark); border-color: var(--tp2-green-dark); color: #fff; }
.tp2-btn--light {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
}
.tp2-btn--light:hover { background: #fff; color: var(--tp2-green-dark); border-color: #fff; }
.tp2-btn--white { background: #fff; color: var(--tp2-green-dark); border: 2px solid #fff; }
.tp2-btn--white:hover { background: var(--tp2-green); color: #fff; border-color: var(--tp2-green); }
.tp2-btn--outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); }
.tp2-btn--outline-white:hover { background: #fff; color: var(--tp2-green-dark); border-color: #fff; }

/* =====================
   HERO
===================== */
.tp2-hero {
  position: relative;
  background: var(--tp2-green-deep);
}

.tp2-hero__bg {
  position: relative;
  height: 72vh;
  min-height: 520px;
  overflow: hidden;
}
.tp2-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s ease;
}
.tp2-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11,38,8,0.78) 0%, rgba(11,38,8,0.2) 60%, transparent 100%);
}

/* Floating card sits on top of image, left-anchored */
.tp2-hero__card {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  max-width: 520px;
  z-index: 2;
  padding: 0;
}

.tp2-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 20px;
}

.tp2-hero__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  max-width: 420px;
}

.tp2-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.tp2-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 100px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
}
.tp2-pill i { color: #9fcf6a; font-size: 12px; }

.tp2-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Thumbnail strip at bottom */
.tp2-hero__thumbs {
  display: flex;
  gap: 12px;
  padding: 18px 32px;
  background: var(--tp2-green-deep);
}
.tp2-thumb {
  width: 96px;
  height: 64px;
  border: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  outline: 2px solid transparent;
  transition: all 0.25s ease;
}
.tp2-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tp2-thumb:hover, .tp2-thumb.active {
  opacity: 1;
  outline-color: var(--tp2-green);
}

/* =====================
   SPECS
===================== */
.tp2-specs {
  background: var(--tp2-light);
  padding: 90px 0;
}

.tp2-specs__layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 70px;
  align-items: start;
}

.tp2-specs__sidebar {}
.tp2-specs__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--tp2-green-dark);
  line-height: 1.1;
  margin-bottom: 20px;
}
.tp2-specs__intro {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--tp2-muted);
  margin-bottom: 30px;
}
.tp2-specs__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.tp2-specs__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.tp2-specs__table-wrap {
  border-top: 2px solid var(--tp2-green);
  padding-top: 4px;
}
.tp2-spec-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--tp2-border);
  font-family: 'Poppins', sans-serif;
}
.tp2-spec-key {
  font-size: 13px;
  font-weight: 700;
  color: var(--tp2-green-dark);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.tp2-spec-val {
  font-size: 15px;
  color: var(--tp2-text);
}
.tp2-spec-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
}

/* =====================
   BENEFITS
===================== */
.tp2-benefits {
  background: var(--tp2-green-deep);
  padding: 90px 0;
}

.tp2-benefits__header {
  margin-bottom: 52px;
}
.tp2-benefits__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  max-width: 600px;
}

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

.tp2-benefit-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 36px 28px;
  transition: all 0.3s ease;
}
.tp2-benefit-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-4px);
}
.tp2-benefit-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.tp2-benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(92,159,18,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fcf6a;
  font-size: 18px;
  flex-shrink: 0;
}
.tp2-benefit-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.tp2-benefit-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
}

/* =====================
   FINANCING STRIP
===================== */
.tp2-financing {
  background: var(--tp2-white);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 36px 0;
}
.tp2-financing__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.tp2-financing__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tp2-financing__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--tp2-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.tp2-financing__left h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--tp2-green-dark);
  margin-bottom: 4px;
}
.tp2-financing__left p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--tp2-muted);
}

/* =====================
   CTA
===================== */
.tp2-cta {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}
.tp2-cta__bg {
  position: absolute;
  inset: 0;
}
.tp2-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tp2-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9,32,6,0.92) 0%, rgba(9,32,6,0.75) 100%);
}
.tp2-cta__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.tp2-cta__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
}
.tp2-cta__copy {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.tp2-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 1024px) {
  .tp2-specs__layout { grid-template-columns: 1fr; gap: 40px; }
  .tp2-benefits__grid { grid-template-columns: 1fr 1fr; }
  .tp2-specs__img { aspect-ratio: 16/9; }
}
@media (max-width: 768px) {
  .tp2-hero__card { position: static; transform: none; padding: 36px 24px; max-width: 100%; background: rgba(11,38,8,0.6); }
  .tp2-hero__bg { height: 50vw; min-height: 320px; }
  .tp2-hero__overlay { background: rgba(11,38,8,0.4); }
  .tp2-benefits__grid { grid-template-columns: 1fr; }
  .tp2-financing__inner { flex-direction: column; align-items: flex-start; }
  .tp2-cta__actions, .tp2-hero__actions { flex-direction: column; align-items: center; }
  .tp2-btn { width: 100%; max-width: 320px; }
}


//*Tacoma-4*//

/* ===== GLOBAL WRAPPERS ===== */
.tacoma-gemini-latest-wrapper {
    width: 100%;
    font-family: inherit;
    background: #ffffff;
    overflow-x: hidden;
    line-height: 1.6;
    padding: 60px 0 100px 0;
}

.tacoma-gemini-latest-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== BREADCRUMBS ===== */
.tacoma-gemini-latest-breadcrumbs {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.tacoma-gemini-latest-breadcrumbs a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

.tacoma-gemini-latest-breadcrumbs .divider {
    margin: 0 8px;
    color: #aaa;
}

.tacoma-gemini-latest-breadcrumbs .current {
    color: #6f9800;
}

/* ===== LAYOUT GRID ===== */
.tacoma-gemini-latest-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* ===== LEFT: GALLERY ===== */
.tacoma-gemini-latest-gallery {
    position: sticky;
    top: 40px;
}

.tacoma-gemini-latest-main-img img {
    width: 100%;
    aspect-ratio: 3/1; /* Enforces strict 1500x500 proportion constraint */
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    background: #f9f9f9;
}

.tacoma-gemini-latest-thumb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.tacoma-gemini-latest-thumb-grid img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    opacity: 0.7;
}

.tacoma-gemini-latest-thumb-grid img:hover {
    opacity: 1;
}

.tacoma-gemini-latest-thumb-grid img.active {
    border-color: #6f9800;
    opacity: 1;
}

/* ===== RIGHT: INFO ===== */
.tacoma-gemini-latest-eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tacoma-gemini-latest-title {
    margin: 0 0 20px 0;
    color: #111;
    font-weight: 800;
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: 1.1;
    letter-spacing: -1px;
}

.tacoma-gemini-latest-short-desc {
    margin: 0 0 35px 0;
    color: #555;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.7;
}

/* ===== BUTTONS ===== */
.tacoma-gemini-latest-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.tacoma-gemini-latest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    border-radius: 6px; 
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.block-btn {
    width: 100%;
}

.tacoma-gemini-latest-btn-primary {
    background: #6f9800;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(111, 152, 0, 0.2);
}

.tacoma-gemini-latest-btn-primary:hover {
    background: #5a7a00;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(111, 152, 0, 0.3);
}

.tacoma-gemini-latest-btn-outline {
    background: transparent;
    color: #111 !important;
    border: 2px solid #111;
}

.tacoma-gemini-latest-btn-outline:hover {
    background: #111;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ===== ACCORDIONS ===== */
.tacoma-gemini-latest-accordion-group {
    border-top: 1px solid #eaeaea;
}

.tacoma-gemini-latest-accordion-item {
    border-bottom: 1px solid #eaeaea;
}

.tacoma-gemini-latest-accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 800;
    color: #111;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.tacoma-gemini-latest-accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.tacoma-gemini-latest-accordion-icon::before,
.tacoma-gemini-latest-accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #111;
    transition: transform 0.3s ease;
}

.tacoma-gemini-latest-accordion-icon::before {
    top: 7px; left: 0; width: 16px; height: 2px;
}

.tacoma-gemini-latest-accordion-icon::after {
    top: 0; left: 7px; width: 2px; height: 16px;
}

.tacoma-gemini-latest-accordion-trigger[aria-expanded="true"] .tacoma-gemini-latest-accordion-icon::after {
    transform: rotate(90deg);
}

.tacoma-gemini-latest-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.accordion-inner {
    padding-bottom: 24px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

/* Inside Accordion Lists */
.tacoma-gemini-latest-feature-list {
    margin: 0;
    padding-left: 20px;
}

.tacoma-gemini-latest-feature-list li {
    margin-bottom: 10px;
}

.tacoma-gemini-latest-feature-list strong {
    color: #111;
}

.tacoma-gemini-latest-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tacoma-gemini-latest-spec-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #eaeaea;
}

.tacoma-gemini-latest-spec-list li:last-child {
    border-bottom: none;
}

.tacoma-gemini-latest-spec-list .spec-label {
    color: #666;
}

.tacoma-gemini-latest-spec-list .spec-value {
    color: #111;
    font-weight: 700;
}

.tacoma-gemini-latest-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6f9800;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tacoma-gemini-latest-link:hover {
    color: #111;
}

/* ===== REVEAL ANIMATIONS ===== */
.tacoma-gemini-latest-reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
}

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

.tacoma-gemini-latest-delay-1 { transition-delay: 0.15s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .tacoma-gemini-latest-product-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .tacoma-gemini-latest-gallery {
        position: relative;
        top: 0;
    }
}



/* =========================================================
   Tacoma Product Page - 2
   ========================================================= */

.tacoma-gpt-latest-design {
  --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-soft: #a1a1a1;
  --gt-panel: #f5f5f1;
  --gt-panel-warm: #f7f8f3;
  --gt-border: #d5d5d5;
  --gt-border-soft: rgba(130, 130, 130, 0.22);
  --gt-white: #ffffff;
  --gt-radius-lg: 24px;
  --gt-radius-md: 18px;
  --gt-radius-sm: 14px;
  --gt-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.08);
  --gt-shadow-hover: 0 16px 34px rgba(0, 0, 0, 0.12);
  --gt-section-y: 22px;
  --gt-container-x: 28px;

  font-family: "Ridley Grotesk", Arial, sans-serif;
  color: #1d1d1d;
  background: var(--gt-white);
}

.tacoma-gpt-latest-design,
.tacoma-gpt-latest-design * {
  box-sizing: border-box;
}

.tacoma-gpt-latest-design h1,
.tacoma-gpt-latest-design h2,
.tacoma-gpt-latest-design h3,
.tacoma-gpt-latest-design p,
.tacoma-gpt-latest-design ul {
  margin-top: 0;
}

.tacoma-gpt-latest-design img {
  display: block;
  max-width: 100%;
}

.tacoma-container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: var(--gt-container-x);
  padding-right: var(--gt-container-x);
}

/* ---------- shared section rhythm ---------- */
.tacoma-product-hero,
.tacoma-system-cards,
.tacoma-benefits-section {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-top: var(--gt-section-y);
  padding-bottom: var(--gt-section-y);
}

.tacoma-projects-section {
  width: 100%;
  margin: var(--gt-section-y) 0 0;
  padding: 34px 0 38px;
  background: var(--gt-panel);
  overflow: hidden;
}

/* ---------- typography ---------- */
.tacoma-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--gt-green);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tacoma-eyebrow.white {
  color: var(--gt-white);
}

.tacoma-product-hero h1 {
  margin: 0 0 14px;
  color: var(--gt-green-deep);
  font-size: clamp(32px, 3.15vw, 46px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -1.4px;
}

.tacoma-section-heading h2,
.tacoma-specs-content h2 {
  margin: 0;
  color: var(--gt-green-deep);
  font-size: clamp(24px, 2.2vw, 40px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.9px;
}

.tacoma-specs-content h2 {
  color: var(--gt-white);
}

.tacoma-hero-text,
.tacoma-section-heading p,
.tacoma-specs-content p {
  color: var(--gt-gray-body);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
  letter-spacing: -0.12px;
}

.tacoma-hero-text {
  max-width: 640px;
  margin-bottom: 0;
}

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

.tacoma-section-heading.left {
  text-align: center;
}

.tacoma-section-heading p {
  max-width: 620px;
  margin: 8px auto 0;
  color: var(--gt-gray-muted);
}

/* ---------- hero ---------- */
.tacoma-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 42px;
}

.tacoma-hero-image {
  overflow: hidden;
  border-radius: var(--gt-radius-lg);
  background: var(--gt-panel);
}

.tacoma-hero-image img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.tacoma-hero-image:hover img {
  transform: scale(1.025);
}

/* ---------- buttons ---------- */
.tacoma-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.tacoma-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 156px;
  padding: 0 24px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tacoma-btn-primary {
  border: 1px solid var(--gt-green-dark);
  background: var(--gt-green-dark);
  color: var(--gt-white) !important;
}

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

.tacoma-btn:hover,
.tacoma-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.tacoma-btn-primary:hover,
.tacoma-btn-primary:focus-visible {
  border-color: var(--gt-green-deep);
  background: var(--gt-green-deep);
  color: var(--gt-white) !important;
  box-shadow: 0 8px 18px rgba(46, 104, 26, 0.18);
}

.tacoma-btn-secondary:hover,
.tacoma-btn-secondary:focus-visible {
  border-color: var(--gt-green-dark);
  color: var(--gt-green-dark) !important;
  box-shadow: 0 8px 18px rgba(84, 141, 17, 0.1);
}

.tacoma-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 42%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.10) 35%, rgba(255,255,255,0.28) 50%, rgba(255,255,255,0.10) 65%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}

.tacoma-btn-primary:hover::before,
.tacoma-btn-primary:focus-visible::before {
  animation: tacomaShimmer 0.9s ease forwards;
}

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

/* ---------- application cards ---------- */
.tacoma-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tacoma-system-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.045);
  border-radius: var(--gt-radius-md) 0 var(--gt-radius-md) 0;
  background: var(--gt-panel);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tacoma-system-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gt-shadow-soft);
  border-color: rgba(84, 141, 17, 0.18);
}

.tacoma-system-card img {
  width: 100%;
  height: clamp(190px, 16vw, 225px);
  object-fit: cover;
  transition: transform 0.55s ease;
}

.tacoma-system-card:hover img {
  transform: scale(1.035);
}

.tacoma-system-content {
  padding: 20px 20px 21px;
}

.tacoma-system-content span {
  display: inline-block;
  color: var(--gt-green);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tacoma-system-content h3 {
  margin: 8px 0 12px;
  color: var(--gt-green-deep);
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.5px;
}

.tacoma-system-content ul {
  margin: 0;
  padding-left: 17px;
}

.tacoma-system-content li {
  margin-bottom: 7px;
  color: var(--gt-gray-body);
  font-size: 14px;
  line-height: 1.45;
}

.tacoma-system-content li:last-child {
  margin-bottom: 0;
}

.first-featured-section-tacoma {
  border-color: transparent;
  background: #5d980f;
  color: var(--gt-white);
}

.first-featured-section-tacoma .tacoma-system-content span,
.first-featured-section-tacoma .tacoma-system-content h3,
.first-featured-section-tacoma .tacoma-system-content li {
  color: var(--gt-white);
}

/* ---------- specs ---------- */
.tacoma-specs-section {
  width: 100%;
  margin: 20px 0;
  background: #10240d;
}

.tacoma-specs-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  max-width: 100%;
  margin: 0 auto;
}

.tacoma-specs-content {
  position: relative;
  min-height: 420px;
  padding: clamp(30px, 4.2vw, 52px);
  overflow: hidden;
  color: var(--gt-white);
  background:
    linear-gradient(rgba(17, 44, 10, 0.9), rgba(17, 44, 10, 0.9)),
    url("https://dev.online-turf.com/wp-content/uploads/2026/05/tacoma_3.jpeg") center / cover no-repeat;
}

.tacoma-specs-content::after {
  content: "";
  position: absolute;
  right: -84px;
  bottom: -96px;
  width: 260px;
  height: 260px;
  border: 24px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.tacoma-specs-content > * {
  position: relative;
  z-index: 1;
}

.tacoma-specs-content p {
  //max-width: 560px;//
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.tacoma-specs-table {
  margin-top: 24px;
}

.tacoma-gpt-latest-design .spec-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.35;
}

.tacoma-gpt-latest-design .spec-row span:first-child {
  color: rgba(255, 255, 255, 0.72);
}

.tacoma-gpt-latest-design .spec-row strong {
  max-width: 58%;
  color: var(--gt-white);
  font-weight: 600;
  text-align: right;
}

.tacoma-specs-image {
  min-height: 420px;
  overflow: hidden;
}

.tacoma-specs-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* ---------- benefits ---------- */
.tacoma-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tacoma-benefit-card {
  min-height: 100%;
  padding: 38px 36px 32px;
  border: 1px solid #e4e4de;
  border-radius: var(--gt-radius-md);
  background: var(--gt-panel);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: center;
}

.tacoma-benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(84, 141, 17, 0.22);
  box-shadow: var(--gt-shadow-soft);
}

.tacoma-benefit-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border: 1px solid #d9ded2;
  border-radius: 50%;
  background: var(--gt-white);
  color: var(--gt-green-dark);
  font-size: 15px;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.tacoma-benefit-card:hover i {
  border-color: var(--gt-green-dark);
  background: var(--gt-green-dark);
  color: var(--gt-white);
  transform: translateY(-1px) scale(1.03);
}

.tacoma-benefit-card h3 {
  margin: 0 0 8px;
  color: var(--gt-green-deep);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.35px;
}

.tacoma-benefit-card p {
  margin: 0;
  color: var(--gt-gray-body);
  font-size: 14px;
  line-height: 1.45;
}

/* ---------- projects slider ---------- */
.tacoma-project-slider-wrapper {
  position: relative;
  margin-top: 26px;
}

.tacoma-project-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 6px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.tacoma-project-slider::-webkit-scrollbar {
  display: none;
}

.tacoma-project-card {
  flex: 0 0 calc(33.333% - 12px);
  min-width: calc(33.333% - 12px);
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--gt-radius-md);
  background: var(--gt-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tacoma-project-card:hover {
  transform: translateY(-3px);
  border-color: rgba(84, 141, 17, 0.2);
  box-shadow: var(--gt-shadow-hover);
}

.tacoma-project-card img {
  width: 100%;
  height: clamp(190px, 18vw, 225px);
  object-fit: cover;
  transition: transform 0.55s ease;
}

.tacoma-project-card:hover img {
  transform: scale(1.035);
}

.tacoma-project-card h3 {
  margin: 16px 18px 6px;
  color: #1f1f1f;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.35px;
}

.tacoma-project-location {
  display: block;
  margin: 0 18px 18px;
  color: var(--gt-gray-muted);
  font-size: 13px;
  line-height: 1.3;
}

.tacoma-slider-arrow {
  position: absolute;
  top: 43%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #496b2e!important;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--gt-green-dark);
  color: var(--gt-white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.tacoma-slider-arrow i {
  color: var(--gt-white);
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
}

.tacoma-slider-arrow:hover,
.tacoma-slider-arrow:focus-visible {
  background: #496b2e!important;
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.tacoma-slider-arrow:disabled {
  opacity: 0.38;
  cursor: default;
  transform: translateY(-50%);
}

.tacoma-prev {
  left: -14px;
}

.tacoma-next {
  right: -14px;
}

.tacoma-project-slider-wrapper.is-static .tacoma-slider-arrow {
  display: none;
}

/* ---------- reveal enhancement ---------- */
.tacoma-gpt-latest-design.tacoma-enhanced .tacoma-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.tacoma-gpt-latest-design.tacoma-enhanced .tacoma-reveal.tacoma-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .tacoma-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 28px;
  }

  .tacoma-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tacoma-gpt-latest-design {
    --gt-container-x: 22px;
    --gt-section-y: 20px;
  }

  .tacoma-hero-grid,
  .tacoma-specs-grid {
    grid-template-columns: 1fr;
  }

  .tacoma-hero-image img {
    aspect-ratio: 1.65 / 1;
  }

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

  .tacoma-specs-content,
  .tacoma-specs-image,
  .tacoma-specs-image img {
    min-height: auto;
  }

  .tacoma-specs-image img {
    aspect-ratio: 1.7 / 1;
  }

  .tacoma-project-card {
    flex-basis: calc(50% - 9px);
    min-width: calc(50% - 9px);
  }
}

@media (max-width: 767px) {
  .tacoma-gpt-latest-design {
    --gt-container-x: 16px;
    --gt-section-y: 18px;
  }

  .tacoma-product-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    letter-spacing: -0.8px;
  }

  .tacoma-section-heading h2,
  .tacoma-specs-content h2 {
    font-size: clamp(25px, 8vw, 32px);
    letter-spacing: -0.7px;
  }

  .tacoma-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .tacoma-projects-section {
    padding: 28px 0 32px;
  }

  .tacoma-project-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .tacoma-project-card {
    flex-basis: 84%;
    min-width: 84%;
  }

  .tacoma-slider-arrow {
    display: none;
  }

  .tacoma-gpt-latest-design .spec-row {
    align-items: flex-start;
    font-size: 13px;
  }

  .tacoma-gpt-latest-design .spec-row strong {
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .tacoma-system-content,
  .tacoma-benefit-card {
    padding: 18px 16px;
  }

  .tacoma-specs-content {
    padding: 26px 18px;
  }

  .tacoma-project-card {
    flex-basis: 88%;
    min-width: 88%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tacoma-gpt-latest-design *,
  .tacoma-gpt-latest-design *::before,
  .tacoma-gpt-latest-design *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* =========================================================
   CTA SECTION - compact Genesis Turf homepage style
   Include this in the same product-page CSS file.
   ========================================================= */

.tacoma-cta-section {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 28px 36px;
  font-family: "Ridley Grotesk", Arial, sans-serif;
}

.tacoma-cta-section *,
.tacoma-cta-section *::before,
.tacoma-cta-section *::after {
  box-sizing: border-box;
}

.tacoma-cta-section .tacoma-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.tacoma-cta-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 28px 30px;
  border: 1px solid #e4e4de;
  border-radius: 22px;
  background:
    radial-gradient(circle at right bottom, rgba(111, 152, 0, 0.10) 0%, rgba(111, 152, 0, 0) 36%),
    #f5f5f1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.tacoma-cta-box::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border: 18px solid rgba(84, 141, 17, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.tacoma-cta-content {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.tacoma-cta-content h2 {
  margin: 0;
  color: #2e681a;
  font-weight: 600;
}

.tacoma-cta-content h2 span {
  display: block;
  font-size: inherit;
}

.tacoma-cta-content p {
  max-width: 560px;
  margin: 9px 0 0;
  color: #7a7a7a;
  line-height: 1.45;
  letter-spacing: -0.05px;
}

.tacoma-cta-buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 0;
}

.tacoma-cta-section .tacoma-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 156px;
  padding: 0 23px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tacoma-cta-section .tacoma-btn-primary {
  border: 1px solid #548d11;
  background: #548d11;
  color: #ffffff !important;
}

.tacoma-cta-section .tacoma-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 42%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.26) 50%, rgba(255, 255, 255, 0.10) 65%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}

.tacoma-cta-section .tacoma-btn-primary:hover,
.tacoma-cta-section .tacoma-btn-primary:focus-visible {
  border-color: #2e681a;
  background: #2e681a;
  color: #ffffff !important;
  box-shadow: 0 7px 16px rgba(46, 104, 26, 0.18);
  transform: translateY(-1px);
  outline: none;
}

.tacoma-cta-section .tacoma-btn-primary:hover::before,
.tacoma-cta-section .tacoma-btn-primary:focus-visible::before {
  animation: tacomaCtaShimmer 0.85s ease forwards;
}

.tacoma-cta-section .tacoma-btn-outline,
.tacoma-cta-section .tacoma-btn-secondary {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  color: #8c8c8c !important;
}

.tacoma-cta-section .tacoma-btn-outline:hover,
.tacoma-cta-section .tacoma-btn-outline:focus-visible,
.tacoma-cta-section .tacoma-btn-secondary:hover,
.tacoma-cta-section .tacoma-btn-secondary:focus-visible {
  border-color: #548d11;
  background: #ffffff;
  color: #548d11 !important;
  transform: translateY(-1px);
  outline: none;
}

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

@media (max-width: 991px) {
  .tacoma-cta-section {
    padding: 20px 22px 32px;
  }

  .tacoma-cta-box {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
    text-align: center;
  }

  .tacoma-cta-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .tacoma-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .tacoma-cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .tacoma-cta-section {
    padding: 16px 14px 28px;
  }

  .tacoma-cta-box {
    gap: 16px;
    padding: 22px 16px;
    border-radius: 18px;
  }

  .tacoma-cta-box::after {
    right: -84px;
    bottom: -96px;
    width: 180px;
    height: 180px;
    border-width: 14px;
  }

  .tacoma-cta-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .tacoma-cta-section .tacoma-btn {
    width: 100%;
    min-height: 44px;
    min-width: 0;
    padding: 0 18px;
    font-size: 14px;
  }
}

/* =========================================================
   CLIENT REQUESTED WHOLE-PAGE TYPOGRAPHY / SPACING UPDATES
   These final rules intentionally sit at the bottom so they
   control the whole Tacoma product module and CTA section.
   ========================================================= */

.tacoma-gpt-latest-design h1 {
  font-size: 48px;
}

.tacoma-gpt-latest-design .tacoma-eyebrow {
  font-size: 17px;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin: 14px 0;
}

.tacoma-gpt-latest-design h2,
.tacoma-cta-section h2 {
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: -1px;
  margin: 0 0 14px;
}

.tacoma-gpt-latest-design h3 {
  font-size: 29px;
  line-height: 1.15;
  font-weight: 500;
  word-spacing: -1px;
}

.tacoma-gpt-latest-design span,
.tacoma-cta-section span {
  font-size: 17px;
}

.tacoma-cta-section h2 span {
  font-size: inherit;
}

.tacoma-gpt-latest-design strong[role="cell"],
.tacoma-gpt-latest-design .spec-row strong,
.tacoma-gpt-latest-design .spec-row strong span {
  font-size: 17px;
}

.tacoma-gpt-latest-design li {
  font-size: 17px;
}

.tacoma-gpt-latest-design p,
.tacoma-cta-section p {
  font-size: 17px;
}

.tacoma-gpt-latest-design .tacoma-system-content {
  padding: 38px 36px 32px;
}

.tacoma-gpt-latest-design .tacoma-benefit-card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

.tacoma-gpt-latest-design .tacoma-slider-arrow i {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.tacoma-gpt-latest-design .spec-row span[role="cell"] {
  font-size: 17px;
}

.tacoma-gpt-latest-design .tacoma-project-card span,
.tacoma-gpt-latest-design .tacoma-project-card span p,
.tacoma-gpt-latest-design .tacoma-project-location {
  font-size: 17px;
}

/* =========================================================
   Tacoma Product Page Add-On Sections
   Why Finance + Choose Project Type
   Add this CSS after the current Tacoma product page CSS.
   ========================================================= */

.tacoma-product-addons {
    --gt-green: #6f9800;
    --gt-green-dark: #548d11;
    --gt-green-deep: #2e681a;
    --gt-green-hover: #3d7423;

    --gt-gray-heading: #8c8c8c;
    --gt-gray-body: #7a7a7a;
    --gt-gray-muted: #7a7a7a;

    --gt-panel: #F5F5F1;
    --gt-border: #d5d5d5;
    --gt-border-soft: #e4e4de;

    --gt-white: #ffffff;
    --gt-black: #020302;

    --gt-radius-lg: 24px;
    --gt-radius-md: 18px;

    --gt-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.08);
    --gt-shadow-hover: 0 16px 34px rgba(0, 0, 0, 0.12);

    width: 100%;
    font-family: "Ridley Grotesk", Arial, sans-serif;
    color: var(--gt-gray-body);
}

.tacoma-product-addons,
.tacoma-product-addons *,
.tacoma-product-addons *::before,
.tacoma-product-addons *::after {
    box-sizing: border-box;
}

.tacoma-product-addons .tacoma-container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

.tacoma-product-addons h2,
.tacoma-product-addons h3,
.tacoma-product-addons p {
    margin-top: 0;
}


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

.tacoma-product-addons .tacoma-addon-reveal {
    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;
}

.tacoma-product-addons .tacoma-addon-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   SECTION 1: WHY FINANCE
   ========================================================= */

.tacoma-finance-section {
    width: 100%;
    max-width: 1560px;
    margin: 0px auto 0;
    padding: 34px 0 36px;
    overflow: hidden;
    background: #ffffff;
    color: var(--gt-gray-body);
}

.tacoma-finance-heading {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.tacoma-finance-title {
    margin: 0;
    color: #2e681a;
    font-size: 40px;
    line-height: 1.02;
    letter-spacing: -1px;
    font-weight: 700;
    text-transform: uppercase;
}

.tacoma-finance-heading p {
    max-width: 760px;
    margin: 10px auto 0;
    color: #7a7a7a;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

.tacoma-finance-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.tacoma-finance-item {
    position: relative;
    display: flex;
    min-height: 154px;
    padding: 18px 12px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gt-border-soft);
    border-radius: var(--gt-radius-md);
    background: #ffffff;
    color: #7a7a7a;
    text-align: center;
    cursor: default;
    isolation: isolate;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.tacoma-finance-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--gt-green-dark);
    transform: translateX(-50%);
    opacity: 0;
    transition:
        width 0.3s ease,
        opacity 0.3s ease;
}

.tacoma-finance-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 13px;
    border: 1px solid var(--gt-border-soft);
    border-radius: 50%;
    background: var(--gt-panel);
    color: var(--gt-green-dark);
    font-size: 25px;
    line-height: 1;
    text-align: center;
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.tacoma-finance-item span {
    display: block;
    color: #7a7a7a;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.15px;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.tacoma-finance-item:hover,
.tacoma-finance-item:focus-visible {
    border-color: rgba(84, 141, 17, 0.28);
    background: var(--gt-panel);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    outline: none;
}

.tacoma-finance-item:hover::after,
.tacoma-finance-item:focus-visible::after {
    width: 52px;
    opacity: 1;
}

.tacoma-finance-item:hover i,
.tacoma-finance-item:focus-visible i {
    border-color: var(--gt-green-dark);
    background: var(--gt-green-dark);
    color: var(--gt-white);
    box-shadow: 0 0 0 8px rgba(84, 141, 17, 0.10);
    transform: translateY(-2px) scale(1.04);
}

.tacoma-finance-item:hover span,
.tacoma-finance-item:focus-visible span {
    color: #2e681a;
    transform: translateY(-1px);
}


/* =========================================================
   SECTION 2: CHOOSE PROJECT TYPE
   ========================================================= */

.tacoma-project-type-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 22px;
    padding: 0 0 36px;
    overflow: hidden;
    background: #F5F5F1;
    color: #7a7a7a;
}

.tacoma-project-type-head {
    padding: 30px 28px 24px;
    text-align: center;
}

.tacoma-project-type-head h2 {
    margin: 0;
    color: #2e681a;
    font-size: 40px;
    line-height: 1.02;
    letter-spacing: -1px;
    font-weight: 700;
    text-transform: uppercase;
}

.tacoma-project-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #F5F5F1;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.tacoma-project-type-card {
    position: relative;
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--gt-white);
    text-align: center;
    isolation: isolate;
    outline: none;
}

.tacoma-project-type-bg,
.tacoma-project-type-shade {
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
}

.tacoma-project-type-bg {
    z-index: -2;
    background-image: var(--project-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition:
        transform 0.75s ease,
        filter 0.4s ease;
}

.tacoma-project-type-shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.44)),
        radial-gradient(circle at 50% 50%, rgba(84, 141, 17, 0.10), rgba(0, 0, 0, 0) 58%);
    transition:
        background 0.35s ease,
        opacity 0.35s ease;
}

.tacoma-project-type-content {
    width: min(560px, 88%);
    margin: 0 auto;
    padding: 26px 24px;
    border-radius: 20px;
    transform: translateY(10px);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.tacoma-project-type-content h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.4px;
    word-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
    transition:
        color 0.3s ease,
        text-shadow 0.3s ease;
}

.tacoma-project-type-content h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: var(--gt-green-dark);
    transform: translateX(-50%);
    opacity: 1;
    transition:
        width 0.3s ease,
        opacity 0.3s ease;
}

.tacoma-project-type-content p {
    max-width: 520px;
    max-height: 0;
    margin: 0 auto;
    overflow: hidden;
    color: #7a7a7a;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.12px;
    opacity: 0;
    transform: translateY(14px);
    visibility: hidden;
    transition:
        opacity 0.32s ease,
        transform 0.32s ease,
        max-height 0.32s ease,
        margin 0.32s ease,
        visibility 0.32s ease;
}


/* Project type button: same color behavior as product-page buttons */
.tacoma-project-type-btn {
    position: relative;
    display: inline-flex;
    max-height: 0;
    min-height: 0;
    margin-top: 0;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    overflow: hidden;
    border: 0 solid var(--gt-green-dark);
    border-radius: 999px;
    background: var(--gt-green-dark);
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(14px);
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.32s ease,
        transform 0.32s ease,
        max-height 0.32s ease,
        min-height 0.32s ease,
        margin 0.32s ease,
        padding 0.32s ease,
        border-width 0.32s ease,
        visibility 0.32s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        color 0.25s ease;
}

.tacoma-project-type-btn span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: transform 0.25s ease;
}

.tacoma-project-type-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 42%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.10) 35%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.10) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
}


/* Active / hover states */
.tacoma-project-type-card.is-active .tacoma-project-type-bg,
.tacoma-project-type-card:hover .tacoma-project-type-bg,
.tacoma-project-type-card:focus-within .tacoma-project-type-bg,
.tacoma-project-type-card:focus-visible .tacoma-project-type-bg {
    filter: brightness(1.04);
    transform: scale(1.055);
}

.tacoma-project-type-card.is-active .tacoma-project-type-shade,
.tacoma-project-type-card:hover .tacoma-project-type-shade,
.tacoma-project-type-card:focus-within .tacoma-project-type-shade,
.tacoma-project-type-card:focus-visible .tacoma-project-type-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.30)),
        radial-gradient(circle at 50% 50%, rgba(84, 141, 17, 0.14), rgba(0, 0, 0, 0) 62%);
}

.tacoma-project-type-card.is-active .tacoma-project-type-content,
.tacoma-project-type-card:hover .tacoma-project-type-content,
.tacoma-project-type-card:focus-within .tacoma-project-type-content,
.tacoma-project-type-card:focus-visible .tacoma-project-type-content {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
}

.tacoma-project-type-card.is-active .tacoma-project-type-content h3,
.tacoma-project-type-card:hover .tacoma-project-type-content h3,
.tacoma-project-type-card:focus-within .tacoma-project-type-content h3,
.tacoma-project-type-card:focus-visible .tacoma-project-type-content h3 {
    color: #2e681a;
    text-shadow: none;
}

.tacoma-project-type-card.is-active .tacoma-project-type-content h3::after,
.tacoma-project-type-card:hover .tacoma-project-type-content h3::after,
.tacoma-project-type-card:focus-within .tacoma-project-type-content h3::after,
.tacoma-project-type-card:focus-visible .tacoma-project-type-content h3::after {
    width: 0;
    opacity: 0;
}

.tacoma-project-type-card.is-active .tacoma-project-type-content p,
.tacoma-project-type-card:hover .tacoma-project-type-content p,
.tacoma-project-type-card:focus-within .tacoma-project-type-content p,
.tacoma-project-type-card:focus-visible .tacoma-project-type-content p {
    max-height: 180px;
    margin-top: 14px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.tacoma-project-type-card.is-active .tacoma-project-type-btn,
.tacoma-project-type-card:hover .tacoma-project-type-btn,
.tacoma-project-type-card:focus-within .tacoma-project-type-btn,
.tacoma-project-type-card:focus-visible .tacoma-project-type-btn {
    max-height: 60px;
    min-height: 48px;
    margin-top: 18px;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 1px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.tacoma-project-type-btn:hover,
.tacoma-project-type-btn:focus-visible {
    border-color: var(--gt-green-deep);
    background: var(--gt-green-deep);
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(46, 104, 26, 0.18);
    transform: translateY(-1px);
    outline: none;
}

.tacoma-project-type-btn:hover::before,
.tacoma-project-type-btn:focus-visible::before {
    animation: tacomaProjectTypeShimmer 0.9s ease forwards;
}

.tacoma-project-type-btn:hover span,
.tacoma-project-type-btn:focus-visible span {
    transform: translateX(3px);
}

@keyframes tacomaProjectTypeShimmer {
    from {
        left: -75%;
    }

    to {
        left: 135%;
    }
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .tacoma-product-addons .tacoma-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tacoma-finance-section {
        padding: 30px 0 32px;
    }

    .tacoma-finance-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin-top: 30px;
    }

    .tacoma-project-type-card {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .tacoma-product-addons .tacoma-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tacoma-finance-section {
        margin-top: 18px;
        padding: 28px 0 30px;
    }

    .tacoma-finance-title,
    .tacoma-project-type-head h2 {
        font-size: clamp(30px, 8.5vw, 36px);
        letter-spacing: -0.7px;
    }

    .tacoma-finance-heading p,
    .tacoma-project-type-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .tacoma-finance-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .tacoma-finance-item {
        min-height: 96px;
        padding: 16px 14px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
        text-align: left;
    }

    .tacoma-finance-item::after {
        left: 110px;
        bottom: 16px;
        transform: none;
    }

    .tacoma-finance-item i {
        width: 64px;
        height: 64px;
        margin: 0;
        flex: 0 0 64px;
        font-size: 23px;
    }

    .tacoma-project-type-section {
        margin-bottom: 18px;
        padding-bottom: 28px;
    }

    .tacoma-project-type-head {
        padding: 26px 18px 20px;
    }

    .tacoma-project-type-grid {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .tacoma-project-type-card {
        min-height: 310px;
    }

    .tacoma-project-type-content {
        width: min(520px, 92%);
        padding: 22px 16px;
    }

    .tacoma-project-type-content h3 {
        font-size: clamp(24px, 7vw, 29px);
    }

    .tacoma-project-type-btn {
        font-size: 15px;
    }

    .tacoma-project-type-card.is-active .tacoma-project-type-btn,
    .tacoma-project-type-card:hover .tacoma-project-type-btn,
    .tacoma-project-type-card:focus-within .tacoma-project-type-btn,
    .tacoma-project-type-card:focus-visible .tacoma-project-type-btn {
        min-height: 46px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 480px) {
    .tacoma-project-type-card {
        min-height: 290px;
    }

    .tacoma-project-type-content p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tacoma-product-addons *,
    .tacoma-product-addons *::before,
    .tacoma-product-addons *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

.tacoma-slider-arrow:hover{
background-color: #496B2E!important;
}



/* =========================================================
   Tacoma-3
   Genesis Turf Product Page V3
   Tacoma-2 Matched Styling
   Namespace: gtp-
   ========================================================= */

.gtp-product-page {
    --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-soft: #a1a1a1;
    --gt-panel: #f5f5f1;
    --gt-panel-warm: #f7f8f3;
    --gt-border: #d5d5d5;
    --gt-border-soft: rgba(130, 130, 130, 0.22);
    --gt-white: #ffffff;
    --gt-radius-lg: 24px;
    --gt-radius-md: 18px;
    --gt-radius-sm: 14px;
    --gt-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.08);
    --gt-shadow-hover: 0 16px 34px rgba(0, 0, 0, 0.12);
    --gt-section-y: 22px;
    --gt-container-x: 28px;

    width: 100%;
    font-family: "Ridley Grotesk", Arial, sans-serif;
    color: #1d1d1d;
    background: var(--gt-white);
}

.gtp-product-page,
.gtp-product-page * {
    box-sizing: border-box;
}

.gtp-product-page h1,
.gtp-product-page h2,
.gtp-product-page h3,
.gtp-product-page p,
.gtp-product-page ul {
    margin-top: 0;
}

.gtp-product-page img {
    display: block;
    max-width: 100%;
}

.gtp-container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: var(--gt-container-x);
    padding-right: var(--gt-container-x);
}

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

.gtp-eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    color: var(--gt-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gtp-product-page h1 {
    margin: 0 0 14px;
    color: var(--gt-green-deep);
    font-size: clamp(32px, 3.15vw, 46px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -1.4px;
}

.gtp-product-page h2 {
    margin: 0;
    color: var(--gt-green-deep);
    font-size: clamp(24px, 2.2vw, 40px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.9px;
}

.gtp-product-page h3 {
    margin: 0;
    color: var(--gt-green-deep);
    font-size: clamp(20px, 1.5vw, 24px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.5px;
}

.gtp-product-page p,
.gtp-product-page li {
    color: var(--gt-gray-body);
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.5;
    letter-spacing: -0.12px;
}

.gtp-section-heading {
    max-width: 720px;
    margin: 0 auto 26px;
    text-align: center;
}

.gtp-section-heading p {
    max-width: 620px;
    margin: 8px auto 0;
    color: var(--gt-gray-muted);
}

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



.gtp-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 156px;
    padding: 0 24px;
    overflow: hidden;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gtp-btn-primary {
    border: 1px solid var(--gt-green-dark)!important;
    background: var(--gt-green-dark);
    color: var(--gt-white) !important;
    font-family: "Ridley Grotesk", Sans-serif!important;
}

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

.gtp-btn:hover,
.gtp-btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.gtp-btn-primary:hover,.gtp-btn-primary:focus,
.gtp-btn-primary:focus-visible {
    border-color: var(--gt-green-deep)!important;
    background: var(--gt-green-deep)!important;
    color: var(--gt-white) !important;
    box-shadow: 0 8px 18px rgba(46, 104, 26, 0.18);
}

.gtp-btn-secondary:hover,
.gtp-btn-secondary:focus-visible {
    border-color: var(--gt-green-dark);
    color: var(--gt-green-dark) !important;
    box-shadow: 0 8px 18px rgba(84, 141, 17, 0.1);
}

.gtp-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 42%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.10) 35%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.10) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
}

.gtp-btn-primary:hover::before,
.gtp-btn-primary:focus-visible::before {
    animation: gtpShimmer 0.9s ease forwards;
}

@keyframes gtpShimmer {
    from {
        left: -75%;
    }

    to {
        left: 135%;
    }
}

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

.gtp-hero-section {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: var(--gt-section-y);
    padding-bottom: var(--gt-section-y);
}

.gtp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    align-items: center;
    gap: 42px;
}

.gtp-product-gallery {
    min-width: 0;
}

.gtp-main-image-wrap {
    overflow: hidden;
    border-radius: var(--gt-radius-lg);
    background: var(--gt-panel);
}

.gtp-main-image {
    width: 100%;
    aspect-ratio: 1.34 / 1;
    object-fit: cover;
    transition:
        opacity 0.25s ease,
        transform 0.65s ease;
}

.gtp-main-image-wrap:hover .gtp-main-image {
    transform: scale(1.025);
}

.gtp-main-image.is-changing {
    opacity: 0.55;
}

.gtp-gallery-type-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.gtp-gallery-type {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--gt-border);
    border-radius: 999px;
    background: var(--gt-white);
    color: var(--gt-gray-heading);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gtp-gallery-type:hover,
.gtp-gallery-type:focus-visible,
.gtp-gallery-type.is-active {
    border-color: var(--gt-green-dark);
    background: #fff!important;
    color: #2e681a!important;
    box-shadow: 0 8px 18px rgba(84, 141, 17, 0.12);
    transform: translateY(-1px);
    outline: none;
}

.gtp-thumb-slider {
    position: relative;
    margin-top: 10px;
    padding: 0 44px;
}

.gtp-thumb-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 6px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.gtp-thumb-track::-webkit-scrollbar {
    display: none;
}

.gtp-thumb {
    flex: 0 0 112px;
    width: 112px;
    height: 78px;
    padding: 4px;
    border: 1px solid var(--gt-green-deep) !important;
    border-radius: 0px !important;
    background: var(--gt-white);
    cursor: pointer;
    overflow: hidden;
    scroll-snap-align: start;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.gtp-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.gtp-thumb:hover,
.gtp-thumb:focus-visible,
.gtp-thumb.is-active {
    border-color: #2e681a!important;
    background: #548d11!important;
    box-shadow: 0 8px 18px rgba(84, 141, 17, 0.12);
    transform: translateY(-2px);
    outline: none;
}

.gtp-thumb:hover img,
.gtp-thumb:focus-visible img,
.gtp-thumb.is-active img {
    transform: scale(1.05);
    filter: brightness(1.04);
}

.gtp-thumb-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: var(--gt-green-dark);
    color: var(--gt-white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.gtp-thumb-arrow i {
    color: var(--gt-white);
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
}

.gtp-thumb-arrow:hover,
.gtp-thumb-arrow:focus-visible {
    background: var(--gt-green-deep);
    outline: none;
    transform: translateY(-50%) scale(1.04);
}

.gtp-thumb-arrow:disabled {
    opacity: 0.38;
    cursor: default;
    transform: translateY(-50%);
}

.gtp-thumb-prev {
    left: 0;
}

.gtp-thumb-next {
    right: 0;
}

.gtp-thumb-slider.is-static {

}

.gtp-image-note {
    margin: 8px 0 0;
    color: var(--gt-gray-muted);
    font-size: 13px !important;
    line-height: 1.45;
}

.gtp-hero-content {
    min-width: 0;
}

.gtp-hero-copy {
    max-width: 640px;
    margin-bottom: 0;
}

.gtp-product-badges {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.gtp-product-badge {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 13px;
    align-items: center;
}

.gtp-product-badge i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid #d9ded2;
    border-radius: 50%;
    background: var(--gt-white);
    color: var(--gt-green-dark);
    font-size: 18px;
    line-height: 1;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.gtp-product-badge:hover i {
    border-color: var(--gt-green-dark);
    background: var(--gt-green-dark);
    color: var(--gt-white);
    transform: translateY(-1px) scale(1.03);
}

.gtp-product-badge strong {
    display: block;
    color: var(--gt-green-deep);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
}

.gtp-product-badge span {
    display: block;
    margin-top: 2px;
    color: var(--gt-gray-body);
    font-size: 17px;
    line-height: 1.35;
}

.gtp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.gtp-quote-box {
    max-width: 640px;
    margin-top: 22px;
}

.gtp-quote-box strong {
    display: block;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.gtp-quote-box span {
    display: block;
    margin-top: 3px;
    color: var(--gt-gray-body);
    font-size: 16px;
    line-height: 1.45;
    padding-bottom: 15px!important;
}

/* =========================================================
   PRODUCT DETAILS
   ========================================================= */

.gtp-details-section,
.gtp-best-section,
.gtp-fit-section,
.gtp-optional-media-section,
.gtp-related-section,
.gtp-cta-section {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: var(--gt-section-y);
    padding-bottom: var(--gt-section-y);
}

.gtp-tabs {
    max-width: 1120px;
    margin: 0 auto;
}

.gtp-tab-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    margin-bottom: 18px;
}

.gtp-tab-button {
    font-family: "Ridley Grotesk", sans-serif !important;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--gt-green-deep)!important;
    border-radius: 12px;
    background: var(--gt-green-deep);
    color: var(--gt-white);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.gtp-tab-button:hover,.gtp-tab-button:focus,
.gtp-tab-button:focus-visible {
    background: #548d11!important;
    border-color: var(--gt-green-dark);
    color: var(--gt-white);
    transform: translateY(-1px);
    outline: none;
}

.gtp-tab-button.is-active {
    background: var(--gt-white);
    color: var(--gt-green-deep);
    border-color: #6f9800;
}

.gtp-tab-button.is-active:focus {
    background: #fff!important;
    border-color: var(--gt-green-dark);
    color: #548d11!important;
}

.gtp-btn-primary.is-active{
    background: var(--gt-white);
    color: #2e681a!important;
    border-color: #6f9800!important;
}

.gtp-btn-primary.is-active:hover{
    color: #fff!important;
    border-color: #6f9800!important;
}

.gtp-btn-primary.is-active:focus{
    color: #6f9800!important;
    border-color: #6f9800!important;
    background: var(--gt-white)!important;
}

.gtp-tab-panel {
    padding: 0 20px 8px;
}

.gtp-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
    gap: 44px;
    align-items: start;
}

.gtp-tab-panel h3 {
    margin-bottom: 12px;
    color: #1f1f1f;
}

.gtp-tab-panel p {
    margin-bottom: 0;
}

.gtp-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gtp-check-list li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 18px;
    color: var(--gt-gray-body);
    font-size: 17px;
    line-height: 1.45;
}

.gtp-check-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gt-green-dark);
}

.gtp-spec-table {
    width: 100%;
    border-top: 1px solid var(--gt-border-soft);
}

.gtp-spec-row {
    display: grid;
    grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1fr);
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid var(--gt-border-soft);
}

.gtp-spec-row span {
    color: var(--gt-gray-muted);
    font-size: 15px;
    line-height: 1.35;
}

.gtp-spec-row strong {
    color: var(--gt-green-deep);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    text-align: right;
}

.gtp-small-note {
    margin: 12px 0 0;
    color: var(--gt-gray-muted);
    font-size: 13px !important;
}

/* =========================================================
   CARDS / ICONS
   ========================================================= */

.gtp-card-grid {
    display: grid;
    gap: 16px;
}

.gtp-card-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gtp-info-card {
    min-height: 100%;
    padding: 38px 36px 32px;
    border: 1px solid #e4e4de;
    border-radius: var(--gt-radius-md);
    background: var(--gt-panel);
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.gtp-info-card:hover {
    transform: translateY(-3px);
    border-color: rgba(84, 141, 17, 0.22);
    box-shadow: var(--gt-shadow-soft);
}

.gtp-info-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 1px solid #d9ded2;
    border-radius: 50%;
    background: var(--gt-white);
    color: var(--gt-green-dark);
    font-size: 25px;
    line-height: 1;
    text-align: center;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.gtp-info-card:hover i {
    border-color: var(--gt-green-dark);
    background: var(--gt-green-dark);
    color: var(--gt-white);
    transform: translateY(-1px) scale(1.03);
}

.gtp-info-card h3 {
    margin: 0 0 8px;
    color: var(--gt-green-deep);
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.35px;
}

.gtp-info-card p {
    max-width: 260px;
    margin: 0 auto;
    color: var(--gt-gray-body);
    font-size: 17px;
    line-height: 1.45;
}

/* =========================================================
   PRODUCT IMAGES
   ========================================================= */

.gtp-optional-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gtp-media-card {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.045);
    border-radius: var(--gt-radius-md);
    background: var(--gt-white);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.gtp-media-card:hover {
    transform: translateY(-3px);
    border-color: rgba(84, 141, 17, 0.18);
    box-shadow: var(--gt-shadow-soft);
}

.gtp-media-card img {
    width: 100%;
    height: clamp(220px, 18vw, 280px);
    object-fit: cover;
    transition: transform 0.55s ease;
}

.gtp-media-card:hover img {
    transform: scale(1.035);
}

.gtp-media-card div {
    padding: 20px 20px 21px;
}

.gtp-media-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--gt-green);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gtp-media-card h3 {
    margin: 0 0 8px;
}

.gtp-media-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

/* =========================================================
   RELATED
   ========================================================= */

.gtp-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gtp-related-card {
    min-height: 100%;
    padding: 34px 28px 30px;
    border: 1px solid transparent;
    border-radius: var(--gt-radius-md);
    background: var(--gt-white);
    color: inherit;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.gtp-related-card:hover,
.gtp-related-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(84, 141, 17, 0.22);
    background: var(--gt-panel);
    box-shadow: var(--gt-shadow-soft);
    outline: none;
}

.gtp-related-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 1px solid #d9ded2;
    border-radius: 50%;
    background: var(--gt-white);
    color: var(--gt-green-dark);
    font-size: 25px;
    line-height: 1;
    text-align: center;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.gtp-related-card:hover .gtp-related-icon,
.gtp-related-card:focus-visible .gtp-related-icon {
    border-color: var(--gt-green-dark);
    background: var(--gt-green-dark);
    color: var(--gt-white);
    transform: translateY(-1px) scale(1.03);
}

.gtp-related-card h3 {
    margin: 0 0 8px;
    color: var(--gt-green-deep);
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.35px;
}

.gtp-related-card p {
    max-width: 260px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.45;
}

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

.gtp-cta-section {
    padding: 22px 28px 36px;
}

.gtp-cta-section .gtp-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.gtp-cta-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 28px 30px;
    border: 1px solid #e4e4de;
    border-radius: 22px;
    background:
        radial-gradient(circle at right bottom, rgba(111, 152, 0, 0.10) 0%, rgba(111, 152, 0, 0) 36%),
        #f5f5f1;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.gtp-cta-box::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 230px;
    height: 230px;
    border: 18px solid rgba(84, 141, 17, 0.055);
    border-radius: 50%;
    pointer-events: none;
}

.gtp-cta-content,
.gtp-cta-actions {
    position: relative;
    z-index: 1;
}

.gtp-cta-content {
    max-width: 690px;
}

.gtp-cta-content h2 {
    margin: 0;
    color: #2e681a;
    font-weight: 600;
}

.gtp-cta-content p {
    max-width: 560px;
    margin: 9px 0 0;
    color: #7a7a7a;
    line-height: 1.45;
    letter-spacing: -0.05px;
}

.gtp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

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

.gtp-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.gtp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
    .gtp-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
        gap: 28px;
    }

    .gtp-card-grid.four,
    .gtp-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gtp-product-page {
                padding: 10px!important;
        --gt-container-x: 22px;
        --gt-section-y: 20px;
    }

    .gtp-hero-grid,
    .gtp-panel-grid,
    .gtp-optional-media-grid {
        grid-template-columns: 1fr;
    }

    .gtp-main-image {
        aspect-ratio: 1.65 / 1;
    }

    .gtp-tab-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gtp-cta-box {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px 24px;
        text-align: center;
    }

    .gtp-cta-content {
        max-width: 720px;
        margin: 0 auto;
    }

    .gtp-cta-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .gtp-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .gtp-product-page {
            padding: 10px!important;
        --gt-container-x: 16px;
        --gt-section-y: 18px;
    }

    .gtp-product-page h1 {
        font-size: clamp(30px, 9vw, 38px);
        letter-spacing: -0.8px;
    }

    .gtp-product-page h2 {
        font-size: clamp(25px, 8vw, 32px);
        letter-spacing: -0.7px;
    }

    .gtp-gallery-type-tabs,
    .gtp-card-grid.four,
    .gtp-related-grid {
        grid-template-columns: 1fr;
    }

    .gtp-hero-actions,
    .gtp-cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

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

    .gtp-tab-list {
        grid-template-columns: 1fr;
    }

    .gtp-tab-panel {
        padding-left: 0;
        padding-right: 0;
    }

    .gtp-spec-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .gtp-spec-row strong {
        text-align: left;
    }

    .gtp-info-card,
    .gtp-related-card {
        padding: 28px 20px 26px;
    }

    .gtp-info-card i,
    .gtp-related-icon {
        width: 64px;
        height: 64px;
        font-size: 23px;
    }

    .gtp-thumb-slider {
        padding: 0 0 4px;
    }



    .gtp-thumb {
        flex-basis: 96px;
        width: 96px;
        height: 70px;
    }

    .gtp-cta-section {
        padding: 16px 14px 28px;
    }

    .gtp-cta-box {
        gap: 16px;
        padding: 22px 16px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .gtp-media-card div {
        padding: 18px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gtp-product-page *,
    .gtp-product-page *::before,
    .gtp-product-page *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

/* =========================================================
   Genesis Turf Product Page - Recent Products Slider
   Section only
   Namespace: gtp-recent-
   Matches Tacoma-2 / gtp product styling
   ========================================================= */

.gtp-recent-section {
    --gt-green: #6f9800;
    --gt-green-dark: #548d11;
    --gt-green-deep: #2e681a;
    --gt-gray-heading: #8c8c8c;
    --gt-gray-body: #4d4d4d;
    --gt-gray-muted: #838383;
    --gt-panel: #f5f5f1;
    --gt-border: #d5d5d5;
    --gt-border-soft: rgba(130, 130, 130, 0.22);
    --gt-white: #ffffff;
    --gt-radius-md: 18px;
    --gt-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.08);
    --gt-shadow-hover: 0 16px 34px rgba(0, 0, 0, 0.12);
    --gt-section-y: 22px;
    --gt-container-x: 28px;

    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: var(--gt-section-y) 0;
    font-family: "Ridley Grotesk", Arial, sans-serif;
    color: #1d1d1d;
    background: var(--gt-white);
    overflow: hidden;
}

.gtp-recent-section,
.gtp-recent-section * {
    box-sizing: border-box;
}

.gtp-recent-section img {
    display: block;
    max-width: 100%;
}

.gtp-recent-container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: var(--gt-container-x);
    padding-right: var(--gt-container-x);
}

/* ---------- heading ---------- */
.gtp-recent-heading {
    max-width: 720px;
    margin: 0 auto 26px;
    text-align: center;
}

.gtp-recent-eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    color: var(--gt-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gtp-recent-heading h2 {
    margin: 0;
    color: var(--gt-green-deep);
    font-size: clamp(24px, 2.2vw, 40px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.9px;
}

.gtp-recent-heading p {
    max-width: 620px;
    margin: 8px auto 0;
    color: var(--gt-gray-muted);
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.5;
    letter-spacing: -0.12px;
}

/* ---------- slider ---------- */
.gtp-recent-slider-wrap {
    position: relative;
}

.gtp-recent-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.gtp-recent-slider::-webkit-scrollbar {
    display: none;
}

.gtp-recent-card {
    flex: 0 0 calc(25% - 14px);
    min-width: calc(25% - 14px);
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(0, 0, 0, 0.045);
    border-radius: var(--gt-radius-md);
    background: var(--gt-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.gtp-recent-card:hover {
    transform: translateY(-3px);
    border-color: rgba(84, 141, 17, 0.2);
    box-shadow: var(--gt-shadow-hover);
}

.gtp-recent-image-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.gtp-recent-image-link img {
    width: 100%;
    height: clamp(190px, 15vw, 225px);
    object-fit: cover;
    transition:
        transform 0.55s ease,
        filter 0.35s ease;
}

.gtp-recent-card:hover .gtp-recent-image-link img {
    transform: scale(1.035);
    filter: brightness(1.03);
}

.gtp-recent-content {
    padding: 20px 20px 21px;
    text-align: left;
}

.gtp-recent-content h3 {
    margin: 0 0 10px;
    color: var(--gt-green-deep);
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.35px;
}

.gtp-recent-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.gtp-recent-content h3 a:hover,
.gtp-recent-content h3 a:focus-visible {
    color: var(--gt-green-dark);
    outline: none;
}

.gtp-recent-price {
    margin: 0 0 8px;
    color: var(--gt-green-deep);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.gtp-recent-sku {
    margin: 16px 0!important;
    color: var(--gt-gray-muted);
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: -0.05px;
}

.gtp-recent-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 138px;
    padding: 0 22px;
    overflow: hidden;
    border: 1px solid var(--gt-green-dark);
    border-radius: 999px;
    background: var(--gt-green-dark);
    color: var(--gt-white) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gtp-recent-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 42%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.10) 35%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.10) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
}

.gtp-recent-btn:hover,
.gtp-recent-btn:focus-visible {
    border-color: var(--gt-green-deep);
    background: var(--gt-green-deep);
    color: var(--gt-white) !important;
    box-shadow: 0 8px 18px rgba(46, 104, 26, 0.18);
    transform: translateY(-1px);
    outline: none;
}

.gtp-recent-btn:hover::before,
.gtp-recent-btn:focus-visible::before {
    animation: gtpRecentShimmer 0.9s ease forwards;
}

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

/* ---------- arrows ---------- */
.gtp-recent-arrow {
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #2e681a!important;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: var(--gt-green-dark);
    color: var(--gt-white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.gtp-recent-arrow i {
    color: var(--gt-white);
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
}

.gtp-recent-arrow:hover,
.gtp-recent-arrow:focus-visible {
    background: var(--gt-green-deep)!important;
    outline: none;
    transform: translateY(-50%) scale(1.04);
}

.gtp-recent-arrow:disabled {
    opacity: 0.38;
    cursor: default;
    transform: translateY(-50%);
}

.gtp-recent-prev {
    left: -14px;
}

.gtp-recent-next {
    right: -14px;
}

.gtp-recent-slider-wrap.is-static .gtp-recent-arrow {
    display: none;
}

/* ---------- reveal ---------- */
.gtp-recent-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.gtp-recent-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
    .gtp-recent-card {
        flex-basis: calc(33.333% - 12px);
        min-width: calc(33.333% - 12px);
    }
}

@media (max-width: 991px) {
    .gtp-recent-section {
        --gt-container-x: 22px;
        --gt-section-y: 20px;
    }

    .gtp-recent-card {
        flex-basis: calc(50% - 9px);
        min-width: calc(50% - 9px);
    }
}

@media (max-width: 767px) {
    .gtp-recent-section {
        --gt-container-x: 16px;
        --gt-section-y: 18px;
    }

    .gtp-recent-heading h2 {
        font-size: clamp(25px, 8vw, 32px);
        letter-spacing: -0.7px;
    }

    .gtp-recent-card {
        flex-basis: 84%;
        min-width: 84%;
    }

    .gtp-recent-arrow {
        display: none;
    }

    .gtp-recent-content {
        padding: 18px 16px;
    }

    .gtp-recent-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .gtp-recent-card {
        flex-basis: 88%;
        min-width: 88%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gtp-recent-section *,
    .gtp-recent-section *::before,
    .gtp-recent-section *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}


/* =========================================================
   Genesis Turf Product Add To Cart / Pricing Panel
   Namespace: gtp-cart-
   ========================================================= */

.gtp-cart-section {
    --gtp-cart-green: #6f9800;
    --gtp-cart-green-dark: #548d11;
    --gtp-cart-green-deep: #2e681a;
    --gtp-cart-text: #7a7a7a;
    --gtp-cart-heading: #2e681a;
    --gtp-cart-dark: #1d1d1d;
    --gtp-cart-soft: #f5f5f1;
    --gtp-cart-soft-2: #eef5ef;
    --gtp-cart-border: #d5d5d5;
    --gtp-cart-border-soft: #e4e4de;
    --gtp-cart-white: #ffffff;
    --gtp-cart-radius-lg: 24px;
    --gtp-cart-radius-md: 18px;
    --gtp-cart-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);

    width: 100%;
    font-family: "Ridley Grotesk", Arial, sans-serif;
    color: var(--gtp-cart-text);
}

.gtp-cart-section,
.gtp-cart-section *,
.gtp-cart-section *::before,
.gtp-cart-section *::after {
    box-sizing: border-box;
}

.gtp-cart-container {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.gtp-cart-panel {
    overflow: hidden;
    border: 1px dotted var(--gtp-cart-border);
    border-radius: 0;
    background: var(--gtp-cart-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
}

.gtp-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px 36px;
    border-bottom: 1px dotted var(--gtp-cart-border);
}

.gtp-cart-label {
    color: var(--gtp-cart-text);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.gtp-cart-price {
    color: var(--gtp-cart-green-dark);
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}

.gtp-cart-muted {
    color: var(--gtp-cart-text);
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
}

.gtp-cart-min-row {
    background: #fbfbfb;
    padding-top: 24px;
    padding-bottom: 24px;
}

.gtp-cart-measure-row {
    justify-content: center;
    gap: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.gtp-cart-measure {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.gtp-cart-measure span {
    color: var(--gtp-cart-text);
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.gtp-cart-measure input,
.gtp-cart-measure select {
    width: 132px;
    height: 58px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #f1f1f1;
    color: var(--gtp-cart-dark);
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    outline: none;
    transition:
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.gtp-cart-measure select {
    appearance: auto;
    -webkit-appearance: menulist;
    cursor: pointer;
}

.gtp-cart-measure input:focus,
.gtp-cart-measure select:focus {
    background: var(--gtp-cart-soft);
    box-shadow: 0 0 0 3px rgba(84, 141, 17, 0.12);
}

.gtp-cart-total-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px dotted var(--gtp-cart-border);
}

.gtp-cart-total-box {
    min-height: 116px;
    padding: 28px 22px;
    text-align: center;
}

.gtp-cart-total-box:first-child {
    border-right: 1px dotted var(--gtp-cart-border);
}

.gtp-cart-total-box span {
    display: block;
    color: var(--gtp-cart-text);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.gtp-cart-total-box strong {
    display: block;
    margin-top: 12px;
    color: var(--gtp-cart-dark);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.gtp-cart-form {
    margin: 0;
    padding: 30px 36px;
    border-bottom: 1px dotted var(--gtp-cart-border);
}

.gtp-cart-actions {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1.2fr);
    gap: 28px;
    align-items: center;
}

.gtp-cart-qty {
    position: relative;
    display: block;
    margin: 0;
}

.gtp-cart-qty input {
    width: 100%;
    height: 76px;
    padding: 0 66px 0 28px;
    border: 0;
    border-radius: 999px;
    background: #eaf4ef;
    color: #00624a;
    font-family: inherit;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    outline: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

.gtp-cart-qty input::-webkit-outer-spin-button,
.gtp-cart-qty input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.gtp-cart-qty input:focus {
    box-shadow: 0 0 0 3px rgba(84, 141, 17, 0.12);
}

.gtp-cart-qty-controls {
    position: absolute;
    top: 50%;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transform: translateY(-50%);
}

.gtp-cart-qty-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00624a;
    cursor: pointer;
}

.gtp-cart-qty-controls button i {
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.gtp-cart-add-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 76px;
    padding: 0 28px;
    overflow: hidden;
    border: 1px solid #87c63d;
    border-radius: 999px;
    background: #87c63d;
    color: #ffffff;
    font-family: inherit;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gtp-cart-add-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 42%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.10) 35%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.10) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
}

.gtp-cart-add-btn:hover,
.gtp-cart-add-btn:focus-visible {
    border-color: var(--gtp-cart-green-deep);
    background: var(--gtp-cart-green-deep);
    box-shadow: 0 8px 18px rgba(46, 104, 26, 0.18);
    transform: translateY(-1px);
    outline: none;
}

.gtp-cart-add-btn:hover::before,
.gtp-cart-add-btn:focus-visible::before {
    animation: gtpCartShimmer 0.9s ease forwards;
}

@keyframes gtpCartShimmer {
    from {
        left: -75%;
    }

    to {
        left: 135%;
    }
}

.gtp-cart-finance {
    padding: 24px 36px 10px;
}

.gtp-cart-finance p {
    margin: 0;
    color: var(--gtp-cart-text);
    font-size: 17px;
    line-height: 1.45;
}

.gtp-cart-finance strong {
    color: #003cff;
    font-weight: 700;
}

.gtp-cart-finance span {
    color: var(--gtp-cart-text);
}

.gtp-cart-finance a {
    color: var(--gtp-cart-green-dark);
    font-weight: 600;
    text-decoration: none;
}

.gtp-cart-finance a:hover,
.gtp-cart-finance a:focus-visible {
    color: var(--gtp-cart-green-deep);
    text-decoration: underline;
    outline: none;
}

.gtp-cart-meta {
    padding: 16px 36px 12px;
}

.gtp-cart-meta p {
    margin: 0 0 10px;
    color: var(--gtp-cart-text);
    font-size: 22px;
    line-height: 1.35;
}

.gtp-cart-meta strong {
    color: var(--gtp-cart-text);
    font-weight: 600;
}

.gtp-cart-meta span,
.gtp-cart-meta a {
    color: var(--gtp-cart-green-dark);
    font-weight: 700;
    text-decoration: none;
}

.gtp-cart-meta a:hover,
.gtp-cart-meta a:focus-visible {
    color: var(--gtp-cart-green-deep);
    text-decoration: underline;
    outline: none;
}

.gtp-cart-paypal {
    padding: 10px 36px 34px;
}

.gtp-cart-paypal img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

/* Compact Genesis Turf variant */
.gtp-cart-section.is-compact .gtp-cart-label,
.gtp-cart-section.is-compact .gtp-cart-total-box span {
    font-size: 18px;
}

.gtp-cart-section.is-compact .gtp-cart-price {
    font-size: 24px;
}

.gtp-cart-section.is-compact .gtp-cart-row {
    padding: 22px 28px;
}

.gtp-cart-section.is-compact .gtp-cart-measure input,
.gtp-cart-section.is-compact .gtp-cart-measure select {
    height: 50px;
    font-size: 20px;
}

.gtp-cart-section.is-compact .gtp-cart-qty input,
.gtp-cart-section.is-compact .gtp-cart-add-btn {
    min-height: 58px;
    height: 58px;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .gtp-cart-container {
        max-width: 100%;
    }

    .gtp-cart-row,
    .gtp-cart-form,
    .gtp-cart-finance,
    .gtp-cart-meta,
    .gtp-cart-paypal {
        padding-left: 26px;
        padding-right: 26px;
    }

    .gtp-cart-label,
    .gtp-cart-total-box span {
        font-size: 20px;
    }

    .gtp-cart-price,
    .gtp-cart-total-box strong {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .gtp-cart-panel {
        border-radius: 18px;
    }

    .gtp-cart-row {
        padding: 22px 18px;
    }

    .gtp-cart-price-row,
    .gtp-cart-min-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .gtp-cart-label {
        font-size: 18px;
    }

    .gtp-cart-price,
    .gtp-cart-total-box strong {
        font-size: 24px;
    }

    .gtp-cart-muted {
        font-size: 17px;
    }

    .gtp-cart-measure-row {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .gtp-cart-measure {
        justify-content: space-between;
        width: 100%;
    }

    .gtp-cart-measure span {
        font-size: 17px;
    }

    .gtp-cart-measure input,
    .gtp-cart-measure select {
        width: 120px;
        height: 48px;
        font-size: 18px;
    }

    .gtp-cart-total-grid {
        grid-template-columns: 1fr;
    }

    .gtp-cart-total-box:first-child {
        border-right: 0;
        border-bottom: 1px dotted var(--gtp-cart-border);
    }

    .gtp-cart-total-box {
        min-height: auto;
        padding: 22px 18px;
    }

    .gtp-cart-total-box span {
        font-size: 18px;
    }

    .gtp-cart-form {
        padding: 22px 18px;
    }

    .gtp-cart-actions {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gtp-cart-qty input,
    .gtp-cart-add-btn {
        min-height: 58px;
        height: 58px;
        font-size: 20px;
    }

    .gtp-cart-finance,
    .gtp-cart-meta,
    .gtp-cart-paypal {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gtp-cart-meta p {
        font-size: 17px;
    }
}

.tacoma-btn-primary:hover{
border-color: 1px solid #2e681!important;
background: #2e681!important;
color: #ffffff !important;
}


.tacoma-btn-primary{
font-family: "Ridley Grotesk", Sans-serif!important;
border-color: 1px solid #548d11!important;
background: #548d11!important;
color: #ffffff !important;
}

.gtp-cart-add-btn:hover{
border-color: 1px solid #2e681!important;
background: #2e681!important;
color: #ffffff !important;
}

.gtp-cart-add-btn{
font-family: "Ridley Grotesk", Sans-serif!important;
border-color: 1px solid #548d11!important;
background: #548d11!important;
color: #ffffff !important;
font-size: 20px!important;
}

.data-gtp-qty-up:hover{
background-color: #496B2E!important;
}

.gtp-cart-qty-controls button:hover{
background-color: #496B2E!important;
}

.gtp-cart-qty-controls button:focus{
background-color: #496B2E!important;
}

/* =========================================================
   Alternate Product Hero - Vertical Thumbnail Gallery
   Matches left-scroll layout from reference screenshot
   ========================================================= */

.gtp-hero-section--vertical {
    padding-top: 42px;
    padding-bottom: 42px;
    background: #ffffff;
}

.gtp-hero-section--vertical .gtp-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
    align-items: center;
    gap: clamp(34px, 4vw, 64px);
}

.gtp-product-gallery--vertical {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    min-width: 0;
}

.gtp-product-gallery--vertical .gtp-main-image-wrap {
    border-radius: 0;
    background: #f5f5f1;
}

.gtp-product-gallery--vertical .gtp-main-image {
    width: 100%;
    aspect-ratio: 1.04 / 1;
    object-fit: cover;
}

.gtp-thumb-slider--vertical {
    position: relative;
    display: grid;
    grid-template-rows: 28px minmax(0, 520px) 28px;
    gap: 12px;
    width: 96px;
    margin-top: 0;
    padding: 0;
    align-self: stretch;
}

.gtp-thumb-slider--vertical .gtp-thumb-track {
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scrollbar-width: none;
}

.gtp-thumb-slider--vertical .gtp-thumb-track::-webkit-scrollbar {
    display: none;
}

.gtp-thumb-slider--vertical .gtp-thumb {
    flex: 0 0 86px;
    width: 96px;
    min-width: 96px;
    height: 86px;
    min-height: 86px;
    padding: 0;
    border: 1px solid #e3e3e3 !important;
    border-radius: 0 !important;
    background: #ffffff;
    scroll-snap-align: start;
}

.gtp-thumb-slider--vertical .gtp-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.gtp-thumb-slider--vertical .gtp-thumb:hover,
.gtp-thumb-slider--vertical .gtp-thumb:focus-visible,
.gtp-thumb-slider--vertical .gtp-thumb.is-active {
    border-color: var(--gt-green-dark) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(84, 141, 17, 0.14);
    transform: none;
}

.gtp-thumb-slider--vertical .gtp-thumb-arrow {
    position: static;
    width: 100%;
    height: 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #000000;
    box-shadow: none;
    transform: none;
}

.gtp-thumb-slider--vertical .gtp-thumb-arrow i {
    color: #000000;
    font-size: 18px;
}

.gtp-thumb-slider--vertical .gtp-thumb-arrow:hover,
.gtp-thumb-slider--vertical .gtp-thumb-arrow:focus-visible {
    background: transparent !important;
    color: var(--gt-green-deep);
    box-shadow: none;
    transform: none;
}

.gtp-thumb-slider--vertical .gtp-thumb-arrow:hover i,
.gtp-thumb-slider--vertical .gtp-thumb-arrow:focus-visible i {
    color: var(--gt-green-deep);
}

.gtp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 15px;
    line-height: 1.4;
}

.gtp-breadcrumb a,
.gtp-breadcrumb span {
    color: #111111;
    text-decoration: none;
}

.gtp-breadcrumb a:hover,
.gtp-breadcrumb a:focus-visible {
    color: var(--gt-green-deep);
    outline: none;
}

.gtp-rating-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 28px;
}

.gtp-stars {
    color: #f5b91f;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
}

.gtp-rating-row a {
    color: #111111;
    font-size: 15px;
    text-decoration: none;
}

.gtp-rating-row a:hover,
.gtp-rating-row a:focus-visible {
    color: var(--gt-green-deep);
    text-decoration: underline;
    outline: none;
}

.gtp-hero-section--vertical .gtp-hero-copy {
    max-width: 620px;
    margin-bottom: 34px;
    color: #111111;
    font-size: clamp(18px, 1.25vw, 21px);
    line-height: 1.5;
}

.gtp-question-box {
    max-width: 620px;
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid #dddddd;
}

.gtp-question-box strong {
    display: block;
    margin-bottom: 20px;
    color: #111111;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.gtp-question-box p {
    margin: 0 0 22px;
    color: #111111;
    font-size: 17px;
    line-height: 1.45;
}

.gtp-question-box a {
    color: #006dff;
    text-decoration: none;
}

.gtp-question-box a:hover,
.gtp-question-box a:focus-visible {
    text-decoration: underline;
    outline: none;
}

.gtp-btn-full {
    width: 100%;
    max-width: 620px;
    min-height: 56px;
    border-radius: 8px;
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.gtp-btn-full:hover,
.gtp-btn-full:focus-visible {
    background: var(--gt-green-deep) !important;
    border-color: var(--gt-green-deep) !important;
}

@media (max-width: 1100px) {
    .gtp-hero-section--vertical .gtp-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .gtp-hero-section--vertical .gtp-hero-content {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .gtp-hero-section--vertical {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .gtp-product-gallery--vertical {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .gtp-product-gallery--vertical .gtp-main-image-wrap {
        order: 1;
        width: 100%;
    }

    .gtp-product-gallery--vertical .gtp-main-image {
        aspect-ratio: 1.25 / 1;
    }

    .gtp-thumb-slider--vertical {
        order: 2;
        display: block;
        width: 100%;
    }

    .gtp-thumb-slider--vertical .gtp-thumb-arrow {
        display: none;
    }

    .gtp-thumb-slider--vertical .gtp-thumb-track {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        gap: 10px;
    }

    .gtp-thumb-slider--vertical .gtp-thumb {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        height: 70px;
        min-height: 70px;
    }

    .gtp-breadcrumb {
        margin-bottom: 18px;
        font-size: 13px;
    }

    .gtp-rating-row {
        margin-bottom: 20px;
    }

    .gtp-hero-section--vertical .gtp-hero-copy {
        margin-bottom: 24px;
        font-size: 16px;
    }
}



//*Tacoma-8*//

/* =========================================================
   Genesis Turf Product Page - Alternate Version
   Namespace: gtpa-
   Sequence: product, fit, specs, quote flow, guidance, related
   ========================================================= */

.gtpa-product-page {
    --gtpa-green: #6f9800;
    --gtpa-green-dark: #548d11;
    --gtpa-green-deep: #2e681a;
    --gtpa-green-rich: #3d7423;
    --gtpa-text: #4d4d4d;
    --gtpa-muted: #838383;
    --gtpa-dark: #1d1d1d;
    --gtpa-panel: #f5f5f1;
    --gtpa-panel-light: #fbfbf8;
    --gtpa-border: #d5d5d5;
    --gtpa-border-soft: rgba(130, 130, 130, 0.22);
    --gtpa-white: #ffffff;
    --gtpa-radius-xl: 30px;
    --gtpa-radius-lg: 24px;
    --gtpa-radius-md: 18px;
    --gtpa-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    --gtpa-shadow-hover: 0 18px 42px rgba(0, 0, 0, 0.12);
    --gtpa-section-y: 34px;
    --gtpa-container-x: 28px;

    width: 100%;
    background: var(--gtpa-white);
    color: var(--gtpa-dark);
    font-family: "Ridley Grotesk", Arial, sans-serif;
}

.gtpa-product-page,
.gtpa-product-page * {
    box-sizing: border-box;
}

.gtpa-product-page h1,
.gtpa-product-page h2,
.gtpa-product-page h3,
.gtpa-product-page p,
.gtpa-product-page ul {
    margin-top: 0;
}

.gtpa-product-page img {
    display: block;
    max-width: 100%;
}

.gtpa-container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: var(--gtpa-container-x);
    padding-right: var(--gtpa-container-x);
}

.gtpa-section {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: var(--gtpa-section-y);
    padding-bottom: var(--gtpa-section-y);
}

.gtpa-eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    color: var(--gtpa-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gtpa-product-page h1 {
    margin: 0 0 16px;
    color: var(--gtpa-green-deep);
    font-size: clamp(36px, 3.6vw, 58px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -1.7px;
}

.gtpa-product-page h2 {
    margin: 0;
    color: var(--gtpa-green-deep);
    font-size: clamp(28px, 2.5vw, 44px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -1px;
}

.gtpa-product-page h3 {
    margin: 0;
    color: var(--gtpa-green-deep);
    font-size: clamp(19px, 1.35vw, 24px);
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.gtpa-product-page p,
.gtpa-product-page li,
.gtpa-product-page span {
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.5;
}

.gtpa-product-page p,
.gtpa-product-page li {
    color: var(--gtpa-text);
}

.gtpa-section-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.gtpa-section-heading p {
    max-width: 650px;
    margin: 10px auto 0;
    color: var(--gtpa-muted);
}

.gtpa-section-heading.is-light h2,
.gtpa-section-heading.is-light p,
.gtpa-section-heading.is-light .gtpa-eyebrow {
    color: var(--gtpa-white);
}

.gtpa-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 158px;
    padding: 0 24px;
    overflow: hidden;
    border-radius: 999px;
    font-family: "Ridley Grotesk", Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.gtpa-btn-primary {
    border: 1px solid var(--gtpa-green-dark) !important;
    background: var(--gtpa-green-dark) !important;
    color: var(--gtpa-white) !important;
}

.gtpa-btn-secondary {
    border: 1px solid var(--gtpa-border) !important;
    background: var(--gtpa-white) !important;
    color: var(--gtpa-muted) !important;
}

.gtpa-btn:hover,
.gtpa-btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.gtpa-btn-primary:hover,
.gtpa-btn-primary:focus-visible {
    border-color: var(--gtpa-green-deep) !important;
    background: var(--gtpa-green-deep) !important;
    color: var(--gtpa-white) !important;
    box-shadow: 0 8px 18px rgba(46, 104, 26, 0.18);
}

.gtpa-btn-secondary:hover,
.gtpa-btn-secondary:focus-visible {
    border-color: var(--gtpa-green-dark) !important;
    color: var(--gtpa-green-dark) !important;
    box-shadow: 0 8px 18px rgba(84, 141, 17, 0.1);
}

.gtpa-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 42%;
    height: 100%;
    background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    pointer-events: none;
}

.gtpa-btn-primary:hover::before,
.gtpa-btn-primary:focus-visible::before {
    animation: gtpaShimmer 0.9s ease forwards;
}

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

/* PRODUCT HERO */
.gtpa-hero {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 34px;
}

.gtpa-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: center;
    gap: 46px;
}

.gtpa-main-image-card {
    overflow: hidden;
    border-radius: var(--gtpa-radius-xl);
    background: var(--gtpa-panel);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.gtpa-main-image {
    width: 100%;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    transition: opacity 0.25s ease, transform 0.65s ease;
}

.gtpa-main-image-card:hover .gtpa-main-image {
    transform: scale(1.025);
}

.gtpa-main-image.is-changing {
    opacity: 0.45;
}

.gtpa-thumb-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 2px 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.gtpa-thumb-row::-webkit-scrollbar {
    display: none;
}

.gtpa-thumb {
    flex: 0 0 104px;
    width: 104px;
    height: 74px;
    padding: 4px;
    border: 1px solid rgba(46, 104, 26, 0.5) !important;
    border-radius: 14px !important;
    background: var(--gtpa-white);
    cursor: pointer;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.gtpa-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.gtpa-thumb:hover,
.gtpa-thumb:focus-visible,
.gtpa-thumb.is-active {
    border-color: var(--gtpa-green-deep) !important;
    background: var(--gtpa-green-dark) !important;
    box-shadow: 0 8px 18px rgba(84, 141, 17, 0.14);
    transform: translateY(-2px);
    outline: none;
}

.gtpa-image-note {
    margin: 8px 0 0;
    color: var(--gtpa-muted);
    font-size: 13px !important;
    line-height: 1.45;
}

.gtpa-lead {
    max-width: 660px;
    margin-bottom: 24px;
    color: var(--gtpa-text);
    font-size: clamp(16px, 1.1vw, 19px) !important;
}

.gtpa-product-summary {
    display: grid;
    gap: 14px;
    margin: 0 0 24px;
}

.gtpa-summary-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e4e4de;
    border-radius: 18px;
    background: var(--gtpa-panel-light);
}

.gtpa-summary-item i,
.gtpa-fit-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #d9ded2;
    border-radius: 50%;
    background: var(--gtpa-white);
    color: var(--gtpa-green-dark);
    font-size: 18px;
    line-height: 1;
}

.gtpa-summary-item strong {
    display: block;
    color: var(--gtpa-green-deep);
    font-size: 17px;
    line-height: 1.25;
}

.gtpa-summary-item span {
    display: block;
    margin-top: 2px;
    color: var(--gtpa-text);
}

.gtpa-hero-actions,
.gtpa-quote-actions,
.gtpa-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gtpa-help-card {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--gtpa-green-dark);
    border-radius: 16px;
    background: var(--gtpa-panel);
}

.gtpa-help-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--gtpa-dark);
    font-size: 18px;
}

.gtpa-help-card span {
    display: block;
    color: var(--gtpa-text);
}

/* FIT */
.gtpa-fit-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, 1fr);
    gap: 16px;
}

.gtpa-fit-card {
    position: relative;
    min-height: 100%;
    padding: 30px 26px;
    border: 1px solid #e4e4de;
    border-radius: var(--gtpa-radius-lg);
    background: var(--gtpa-panel);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gtpa-fit-card.is-featured {
    background: linear-gradient(135deg, rgba(84, 141, 17, 0.12), rgba(255, 255, 255, 0.88)), var(--gtpa-panel);
}

.gtpa-fit-card:hover {
    transform: translateY(-3px);
    border-color: rgba(84, 141, 17, 0.28);
    box-shadow: var(--gtpa-shadow);
}

.gtpa-fit-card i {
    margin-bottom: 18px;
}

.gtpa-fit-card h3 {
    margin-bottom: 9px;
}

.gtpa-fit-card p {
    margin-bottom: 0;
}

.gtpa-fit-card span {
    display: inline-flex;
    margin-top: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--gtpa-white);
    color: var(--gtpa-green-deep);
    font-size: 13px;
    font-weight: 700;
}

/* SPECS */
.gtpa-specs {
    background: linear-gradient(180deg, var(--gtpa-white), var(--gtpa-panel-light));
}

.gtpa-specs-layout {
    display: grid;
    grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
    gap: 36px;
    align-items: start;
}

.gtpa-specs-intro {
    position: sticky;
    top: 24px;
    padding: 30px;
    border: 1px solid #e4e4de;
    border-radius: var(--gtpa-radius-lg);
    background: var(--gtpa-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
}

.gtpa-specs-intro p {
    margin: 14px 0 22px;
}

.gtpa-spec-table {
    overflow: hidden;
    border: 1px solid var(--gtpa-border-soft);
    border-radius: var(--gtpa-radius-lg);
    background: var(--gtpa-white);
}

.gtpa-spec-row {
    display: grid;
    grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
    gap: 20px;
    padding: 16px 22px;
    border-bottom: 1px solid var(--gtpa-border-soft);
}

.gtpa-spec-row:last-child {
    border-bottom: 0;
}

.gtpa-spec-row span {
    color: var(--gtpa-muted);
}

.gtpa-spec-row strong {
    color: var(--gtpa-green-deep);
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

/* QUOTE FLOW */
.gtpa-quote-flow {
    max-width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at right bottom, rgba(255,255,255,0.12), rgba(255,255,255,0) 34%),
        var(--gtpa-green-rich);
}

.gtpa-quote-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.75fr);
    gap: 22px;
    align-items: stretch;
}

.gtpa-quote-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gtpa-step-card,
.gtpa-quote-panel {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--gtpa-radius-lg);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.gtpa-step-card {
    padding: 28px 24px;
}

.gtpa-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--gtpa-green-dark);
    color: var(--gtpa-white);
    font-size: 14px;
    font-weight: 800;
}

.gtpa-step-card h3 {
    margin-bottom: 9px;
}

.gtpa-step-card p {
    margin-bottom: 0;
}

.gtpa-quote-panel {
    padding: 30px;
}

.gtpa-quote-panel > p {
    margin: 10px 0 20px;
}

.gtpa-estimator-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.gtpa-estimator-grid label {
    display: grid;
    gap: 8px;
    margin: 0;
}

.gtpa-estimator-grid label span {
    color: var(--gtpa-green-deep);
    font-weight: 700;
}

.gtpa-estimator-grid input,
.gtpa-estimator-grid select {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--gtpa-border);
    border-radius: 999px;
    background: var(--gtpa-white);
    color: var(--gtpa-dark);
    font-family: inherit;
    font-size: 16px;
    outline: none;
}

.gtpa-estimator-grid input:focus,
.gtpa-estimator-grid select:focus {
    border-color: var(--gtpa-green-dark);
    box-shadow: 0 0 0 3px rgba(84, 141, 17, 0.12);
}

.gtpa-estimate-result {
    margin: 18px 0 20px;
    padding: 16px;
    border-radius: 16px;
    background: var(--gtpa-panel);
}

.gtpa-estimate-result span {
    display: block;
    margin-bottom: 4px;
    color: var(--gtpa-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gtpa-estimate-result strong {
    display: block;
    color: var(--gtpa-green-deep);
    font-size: 17px;
    line-height: 1.35;
}

/* GUIDANCE */
.gtpa-guidance-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
    gap: 22px;
    align-items: start;
}

.gtpa-guidance-tabs,
.gtpa-guidance-card {
    border: 1px solid #e4e4de;
    border-radius: var(--gtpa-radius-lg);
    background: var(--gtpa-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
}

.gtpa-tab-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    padding: 10px;
}

.gtpa-tab-button {
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--gtpa-green-deep) !important;
    border-radius: 999px;
    background: var(--gtpa-green-deep) !important;
    color: var(--gtpa-white) !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.gtpa-tab-button:hover,
.gtpa-tab-button:focus-visible {
    background: var(--gtpa-green-dark) !important;
    outline: none;
    transform: translateY(-1px);
}

.gtpa-tab-button.is-active {
    background: var(--gtpa-white) !important;
    color: var(--gtpa-green-deep) !important;
}

.gtpa-tab-panel {
    padding: 20px 28px 30px;
}

.gtpa-tab-panel h3 {
    margin-bottom: 10px;
}

.gtpa-tab-panel ul,
.gtpa-guidance-card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.gtpa-tab-panel li,
.gtpa-guidance-card li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 19px;
}

.gtpa-tab-panel li::before,
.gtpa-guidance-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--gtpa-green-dark);
}

.gtpa-inline-link {
    display: inline-flex;
    margin-top: 14px;
    color: var(--gtpa-green-dark) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.gtpa-inline-link:hover,
.gtpa-inline-link:focus-visible {
    color: var(--gtpa-green-deep) !important;
    text-decoration: underline !important;
    outline: none;
}

.gtpa-guidance-card {
    padding: 30px;
    background: var(--gtpa-panel);
}

.gtpa-guidance-card > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--gtpa-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* FINAL CTA */
.gtpa-final-cta {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 24px 0 34px;
}

.gtpa-final-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #e4e4de;
    border-radius: var(--gtpa-radius-lg);
    background:
        radial-gradient(circle at right bottom, rgba(111, 152, 0, 0.10), rgba(111, 152, 0, 0) 34%),
        var(--gtpa-panel);
}

.gtpa-final-cta-box p {
    max-width: 620px;
    margin: 10px 0 0;
}

.gtpa-final-actions {
    justify-content: flex-end;
}

/* RELATED */
.gtpa-related-wrap {
    position: relative;
}

.gtpa-related-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.gtpa-related-track::-webkit-scrollbar {
    display: none;
}

.gtpa-related-card {
    flex: 0 0 calc(25% - 14px);
    min-width: calc(25% - 14px);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.045);
    border-radius: var(--gtpa-radius-md);
    background: var(--gtpa-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gtpa-related-card:hover {
    transform: translateY(-3px);
    border-color: rgba(84, 141, 17, 0.2);
    box-shadow: var(--gtpa-shadow-hover);
}

.gtpa-related-image {
    display: block;
    overflow: hidden;
}

.gtpa-related-image img {
    width: 100%;
    height: clamp(190px, 15vw, 225px);
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.35s ease;
}

.gtpa-related-card:hover .gtpa-related-image img {
    transform: scale(1.035);
    filter: brightness(1.03);
}

.gtpa-related-card > div {
    padding: 20px;
}

.gtpa-related-card h3 {
    margin-bottom: 10px;
}

.gtpa-related-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.gtpa-related-card p {
    margin: 14px 0;
    color: var(--gtpa-muted);
    font-size: 13px !important;
}

.gtpa-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid var(--gtpa-border);
    border-radius: 999px;
    background: var(--gtpa-white);
    color: var(--gtpa-muted) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.gtpa-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--gtpa-green-dark);
    color: var(--gtpa-white) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.gtpa-card-link:hover,
.gtpa-card-link:focus-visible {
    background: var(--gtpa-green-deep);
    outline: none;
}

.gtpa-slider-arrow {
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--gtpa-green-deep) !important;
    border-radius: 50%;
    background: var(--gtpa-green-dark) !important;
    color: var(--gtpa-white) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.gtpa-slider-arrow:hover,
.gtpa-slider-arrow:focus-visible {
    background: var(--gtpa-green-deep) !important;
    outline: none;
    transform: translateY(-50%) scale(1.04);
}

.gtpa-slider-arrow:disabled {
    opacity: 0.38;
    cursor: default;
}

.gtpa-prev { left: -14px; }
.gtpa-next { right: -14px; }
.gtpa-related-wrap.is-static .gtpa-slider-arrow { display: none; }

/* REVEAL */
.gtpa-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.gtpa-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .gtpa-fit-grid,
    .gtpa-quote-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gtpa-related-card {
        flex-basis: calc(33.333% - 12px);
        min-width: calc(33.333% - 12px);
    }
}

@media (max-width: 991px) {
    .gtpa-product-page {
        --gtpa-container-x: 22px;
        --gtpa-section-y: 28px;
    }

    .gtpa-hero-grid,
    .gtpa-specs-layout,
    .gtpa-quote-layout,
    .gtpa-guidance-grid,
    .gtpa-final-cta-box {
        grid-template-columns: 1fr;
    }

    .gtpa-main-image {
        aspect-ratio: 1.55 / 1;
    }

    .gtpa-specs-intro {
        position: static;
    }

    .gtpa-final-actions {
        justify-content: flex-start;
    }

    .gtpa-related-card {
        flex-basis: calc(50% - 9px);
        min-width: calc(50% - 9px);
    }
}

@media (max-width: 767px) {
    .gtpa-product-page {
        --gtpa-container-x: 16px;
        --gtpa-section-y: 24px;
    }

    .gtpa-product-page h1 {
        font-size: clamp(32px, 10vw, 42px);
        letter-spacing: -1px;
    }

    .gtpa-product-page h2 {
        font-size: clamp(26px, 8vw, 34px);
    }

    .gtpa-fit-grid,
    .gtpa-quote-steps,
    .gtpa-tab-list {
        grid-template-columns: 1fr;
    }

    .gtpa-hero-actions,
    .gtpa-quote-actions,
    .gtpa-final-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

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

    .gtpa-summary-item {
        grid-template-columns: 46px 1fr;
        padding: 14px;
    }

    .gtpa-summary-item i,
    .gtpa-fit-card i {
        width: 46px;
        height: 46px;
    }

    .gtpa-spec-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 18px;
    }

    .gtpa-spec-row strong {
        text-align: left;
    }

    .gtpa-quote-panel,
    .gtpa-step-card,
    .gtpa-guidance-card,
    .gtpa-specs-intro,
    .gtpa-final-cta-box {
        padding: 24px 18px;
    }

    .gtpa-slider-arrow {
        display: none;
    }

    .gtpa-related-card {
        flex-basis: 84%;
        min-width: 84%;
    }
}

@media (max-width: 480px) {
    .gtpa-related-card {
        flex-basis: 88%;
        min-width: 88%;
    }

    .gtpa-thumb {
        flex-basis: 92px;
        width: 92px;
        height: 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gtpa-product-page *,
    .gtpa-product-page *::before,
    .gtpa-product-page *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}