
/* ==========================================================
   PINNACLE PROPERTY PARTNERS
   ARTIFICIAL TURF LANDING PAGE — CLEAN HERO / NO DIVIDER
   ========================================================== */

.turf-page{
  --turf-navy:#062843;
  --turf-green:#287a31;
  --turf-lime:#a9d653;
  --turf-gold:#d9a62f;
  --turf-ink:#08243d;
  background:#fff;
  color:var(--turf-ink);
}

.turf-page .site-header{
  position:relative;
  z-index:20;
}

.turf-hero{
  position:relative;
  overflow:hidden;
  min-height:570px;
  background:#fff;
}

.turf-hero-photo{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:61%;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255,255,255,.98) 5%,
      rgba(255,255,255,.92) 12%,
      rgba(255,255,255,.65) 22%,
      rgba(255,255,255,.20) 34%,
      rgba(255,255,255,0) 46%
    ),
    url('images/turf/turf-hero.webp') center center / cover no-repeat;
  image-rendering:auto;
}

.turf-hero-photo::before,
.turf-hero-photo::after{
  display:none;
}

.turf-hero-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,540px) minmax(340px,390px);
  justify-content:space-between;
  gap:70px;
  align-items:center;
  min-height:570px;
  padding-top:48px;
  padding-bottom:48px;
}

.turf-copy{
  max-width:540px;
  padding-right:0;
}

.turf-eyebrow{
  text-transform:uppercase;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  color:var(--turf-green);
  margin-bottom:14px;
}

.turf-copy h1{
  font-size:clamp(44px,4.4vw,68px);
  line-height:1.01;
  letter-spacing:-.045em;
  margin:0 0 24px;
  color:var(--turf-navy);
  max-width:520px;
}

.turf-copy h1 span{
  display:block;
  color:var(--turf-green);
}

.turf-lead{
  font-size:18px;
  line-height:1.58;
  max-width:520px;
  margin:0;
  color:#40586a;
}

.turf-reassure{
  display:flex;
  align-items:center;
  gap:12px;
  margin:25px 0 28px;
}

.turf-reassure b{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  flex:0 0 27px;
  border-radius:50%;
  background:var(--turf-green);
  color:#fff;
}

.turf-reassure strong,
.turf-reassure span{
  display:block;
}

.turf-reassure strong{
  color:var(--turf-navy);
}

.turf-reassure span{
  font-size:14px;
  margin-top:3px;
  color:#526779;
}

.turf-actions{
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}

.turf-main-cta{
  font-size:17px;
  padding:16px 24px!important;
}

.turf-text-link{
  font-weight:700;
  text-decoration:underline;
  color:var(--turf-navy);
}

.turf-process-card{
  justify-self:end;
  width:390px;
  max-width:100%;
  background:linear-gradient(145deg,rgba(7,52,83,.98),rgba(2,30,51,.99));
  color:#fff;
  border-radius:18px;
  padding:29px;
  box-shadow:0 24px 60px rgba(0,24,43,.28);
}

.turf-process-card small{
  color:var(--turf-lime);
  font-weight:850;
  letter-spacing:.02em;
}

.turf-process-card h2{
  font-size:28px;
  line-height:1.1;
  margin:9px 0 18px;
  color:#fff;
}

.turf-process-card ol{
  list-style:none;
  padding:0;
  margin:0;
}

.turf-process-card li{
  display:flex;
  gap:13px;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.15);
}

.turf-process-card li:last-child{border-bottom:0;}

.turf-process-card i{
  font-style:normal;
  flex:0 0 31px;
  height:31px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--turf-lime);
  color:#12351a;
  font-weight:900;
}

.turf-process-card strong,
.turf-process-card span{display:block;}

.turf-process-card span{
  font-size:13px;
  line-height:1.43;
  margin-top:3px;
  color:#e5edf2;
}

.turf-white-cta{
  display:block;
  background:#fff;
  color:var(--turf-navy);
  font-weight:850;
  text-align:center;
  text-decoration:none;
  padding:14px;
  border-radius:7px;
  margin-top:18px;
}

.turf-trust{
  border-top:1px solid #e4e8e6;
  border-bottom:1px solid #e4e8e6;
  background:#fff;
}

.turf-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding-top:22px;
  padding-bottom:22px;
}

.turf-trust-grid > div{
  display:flex;
  gap:14px;
  padding:0 24px;
  border-right:1px solid #dfe5e1;
}

.turf-trust-grid > div:first-child{padding-left:0;}
.turf-trust-grid > div:last-child{border:0;}

.turf-trust b{font-size:32px;color:var(--turf-green);}
.turf-trust p{margin:0;}
.turf-trust strong,.turf-trust span{display:block;}

.turf-trust span{
  font-size:13px;
  line-height:1.35;
  margin-top:4px;
}

.turf-uses{padding:58px 0 64px;}

.turf-uses h2,
.turf-why h2,
.turf-faq h2{
  font-size:36px;
  letter-spacing:-.025em;
  margin:0 0 25px;
  color:var(--turf-navy);
}

.turf-use-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:15px;
}

.turf-use-grid article{
  overflow:hidden;
  border:1px solid #e2e7e4;
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,25,40,.07);
}

.turf-use-grid img{
  width:100%;
  height:140px;
  object-fit:cover;
  display:block;
}

.turf-use-grid article div{padding:16px;}

.turf-use-grid h3{
  font-size:17px;
  margin:0 0 8px;
  color:var(--turf-navy);
}

.turf-use-grid p{
  font-size:14px;
  line-height:1.5;
  margin:0;
  color:#405364;
}

.turf-why{padding:0 0 56px;}

.turf-why-grid{
  display:grid;
  grid-template-columns:.8fr 1.4fr;
  gap:34px;
  align-items:stretch;
}

.turf-why-card{
  background:var(--turf-navy);
  color:#fff;
  border-radius:16px;
  padding:34px;
}

.turf-why-card h2{color:#fff;margin-bottom:14px;}
.turf-why-card p{line-height:1.55;}
.turf-eyebrow.light{color:var(--turf-lime);}
.turf-why-card .btn{margin-top:10px;}

.turf-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.turf-benefits > div{
  display:flex;
  gap:15px;
  padding:25px;
  border-bottom:1px solid #e1e7e3;
}

.turf-benefits > div:nth-child(odd){border-right:1px solid #e1e7e3;}

.turf-benefits b{
  font-size:29px;
  color:var(--turf-green);
}

.turf-benefits p{margin:0;}
.turf-benefits strong,.turf-benefits span{display:block;}

.turf-benefits span{
  font-size:14px;
  line-height:1.5;
  margin-top:5px;
  color:#536473;
}

.turf-banner{padding-bottom:55px;}

.turf-banner-inner{
  display:grid;
  grid-template-columns:310px 1fr auto;
  align-items:center;
  gap:28px;
  background:var(--turf-navy);
  color:#fff;
  border-radius:16px;
  overflow:hidden;
  padding:0 28px 0 0;
}

.turf-banner img{
  width:310px;
  height:150px;
  object-fit:cover;
}

.turf-banner small{color:var(--turf-lime);font-weight:800;}

.turf-banner h2{
  font-size:29px;
  margin:5px 0;
  color:#fff;
}

.turf-banner p{margin:0;}

.turf-faq{padding-top:0!important;}

.turf-faq details{
  border:1px solid #dfe6e2;
  border-radius:8px;
  margin:10px 0;
  background:#fff;
}

.turf-faq summary{
  padding:16px 18px;
  font-weight:700;
  cursor:pointer;
}

.turf-faq details p{
  padding:0 18px 17px;
  margin:0;
  color:#526372;
}

@media(max-width:1100px){
  .turf-hero-photo{width:58%;}
  .turf-hero-inner{
    grid-template-columns:minmax(0,500px) minmax(320px,360px);
    gap:36px;
  }
  .turf-copy h1{font-size:clamp(42px,4vw,58px);}
  .turf-use-grid{grid-template-columns:repeat(3,1fr);}
  .turf-banner-inner{grid-template-columns:240px 1fr;}
  .turf-banner img{width:240px;}
  .turf-banner .btn{
    grid-column:2;
    margin-bottom:20px;
    width:max-content;
  }
}

@media(max-width:820px){
  .turf-hero{min-height:0;}
  .turf-hero-photo{
    position:relative;
    width:100%;
    height:320px;
    background:url('images/turf/turf-hero.webp') center/cover no-repeat;
  }
  .turf-hero-inner{
    display:block;
    min-height:0;
    padding-top:34px;
  }
  .turf-copy{max-width:none;}
  .turf-copy h1{max-width:none;}
  .turf-lead{max-width:none;}
  .turf-process-card{
    width:100%;
    max-width:none;
    margin-top:34px;
  }
  .turf-trust-grid{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
  .turf-trust-grid > div{
    border:0;
    padding:0;
  }
  .turf-why-grid{grid-template-columns:1fr;}
  .turf-banner-inner{
    display:block;
    padding:0 0 25px;
  }
  .turf-banner img{
    width:100%;
    height:190px;
  }
  .turf-banner-inner > div,
  .turf-banner-inner > .btn{
    margin:22px 24px 0;
  }
}

@media(max-width:560px){
  .turf-copy h1{font-size:46px;}
  .turf-lead{font-size:17px;}
  .turf-use-grid{grid-template-columns:1fr 1fr;}
  .turf-use-grid img{height:120px;}
  .turf-trust-grid{grid-template-columns:1fr;}
  .turf-benefits{grid-template-columns:1fr;}
  .turf-benefits > div:nth-child(odd){border-right:0;}
  .turf-actions .btn{
    width:100%;
    text-align:center;
  }
  .turf-process-card{padding:22px;}
  .turf-uses h2,
  .turf-why h2,
  .turf-faq h2{font-size:30px;}
}
