.hero{margin-top:72px;position:relative;overflow:hidden;min-height:calc(75vh - 72px);display:flex;flex-direction:column}.hero-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden;background:url(https://static.showit.co/1600/toQS1ag5R9-rJia5bb5Y9A/shared/img_0995-preview.jpg) center / cover no-repeat}.hero-video-wrap video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#0009,#00000059 40%,#000000b3),linear-gradient(to right,rgba(0,0,0,.2) 0%,transparent 60%)}.hero-content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px 100px}.hero h1{font-size:clamp(2rem,4vw,3.2rem);color:var(--white);line-height:1.08;letter-spacing:-.02em;margin-bottom:24px;max-width:800px;opacity:0;animation:heroFadeUp .8s ease forwards .15s}.hero h1 em{font-style:normal;color:var(--green-700)}.hero-desc{font-size:1.15rem;color:#ffffffd9;max-width:560px;line-height:1.7;margin-bottom:48px;font-weight:400;text-transform:none;letter-spacing:0;opacity:0;animation:heroFadeUp .8s ease forwards .3s}.hero-cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:center;opacity:0;animation:heroFadeUp .8s ease forwards .45s}.hero-sub{margin-top:18px;font-size:1rem;color:var(--white);font-weight:500;text-transform:none;letter-spacing:0;opacity:0;animation:heroFadeUp .8s ease forwards .7s}.hero-sub a{color:var(--white);text-decoration:underline;text-underline-offset:3px;font-weight:700}.hero-sub a:hover{color:var(--white)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ticker-strip{position:relative;z-index:2;background:var(--orange);padding:14px 0;overflow:hidden;flex-shrink:0}.ticker-track{display:flex;gap:0;width:max-content;animation:ticker 40s linear infinite}.ticker-track:hover{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:center;padding:0 36px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);white-space:nowrap}.ticker-sep{display:inline-flex;align-items:center;color:#ffffff73;font-size:.55rem;flex-shrink:0}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (max-width: 768px){.hero{min-height:calc(70vh - 72px)}.hero h1{font-size:clamp(1.6rem,6vw,2.4rem)}.hero-desc{font-size:.95rem}.hero-cta-row{gap:10px}.hero-cta-row .btn{padding:12px 24px;font-size:.85rem}}@media (max-width: 480px){.hero h1{font-size:1.5rem}.hero-content{padding:60px 20px 80px}.hero-cta-row{flex-direction:column}.hero-cta-row .btn{width:100%;justify-content:center}}.serve{padding:88px 0;background:var(--dark)}.serve-header{text-align:center;margin-bottom:48px}.serve h2{font-size:clamp(1.9rem,3vw,2.8rem);color:var(--white)}.serve-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.serve-card{background:#ffffff0f;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;display:flex;flex-direction:column;text-decoration:none;color:inherit}.serve-card:hover{transform:translateY(-4px);background:#ffffff1a}.serve-card-img{height:200px;position:relative;overflow:hidden}.serve-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.serve-card:hover .serve-card-img img{transform:scale(1.05)}.serve-card-body{padding:28px 32px;display:flex;flex-direction:column;gap:8px}.serve-card-body h3{font-size:1.3rem;color:var(--white);margin:0}.serve-card-body p{font-size:.9rem;color:#fff9;line-height:1.6;margin:0}.serve-card-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:var(--green-700);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;transition:gap .2s}.serve-card:hover .serve-card-link{gap:10px}.serve-card-link svg{width:14px;height:14px}.serve-detail{padding:88px 0}.serve-detail:nth-child(2n){background:var(--gray-100)}.serve-detail-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.serve-detail-inner.reversed{direction:rtl}.serve-detail-inner.reversed>*{direction:ltr}.serve-detail-content h2{font-size:clamp(1.6rem,2.5vw,2.2rem);margin-bottom:16px}.serve-detail-content>p{font-size:.95rem;color:var(--gray-600);line-height:1.75;margin-bottom:28px}.serve-detail-list{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.serve-detail-item{display:flex;gap:14px;align-items:flex-start}.serve-detail-item-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.serve-detail-item-icon svg{width:30px;height:30px;color:var(--green-700)}.serve-detail-item div h4{font-size:.88rem;color:var(--dark);margin-bottom:2px;letter-spacing:.02em}.serve-detail-item div p{font-size:.82rem;color:var(--gray-600);line-height:1.55}.serve-detail-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.serve-detail-img img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.serve-detail-inner,.serve-detail-inner.reversed{grid-template-columns:1fr;gap:32px;direction:ltr}.serve-detail-img{aspect-ratio:16/9}.serve-detail{padding:56px 0}}.products{padding:88px 0}.products-header{text-align:center;margin-bottom:20px}.products h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:16px}.products-intro{text-align:center;font-size:1rem;color:var(--gray-600);max-width:700px;margin:0 auto 50px;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.product-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;cursor:pointer;group:true}.product-card-bg{position:absolute;inset:0;background:var(--green-700);transition:transform .4s}.product-card:hover .product-card-bg{transform:scale(1.05)}.product-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7) 100%);z-index:1}.product-card-content{position:absolute;bottom:0;left:0;right:0;padding:24px;z-index:2}.product-card h4{font-size:1.3rem;color:var(--white);margin-bottom:4px}.product-card p{font-size:.8rem;color:#ffffffbf}.product-card-arrow{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#ffffff26;backdrop-filter:blur(6px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transform:translateY(8px);transition:all .3s}.product-card:hover .product-card-arrow{opacity:1;transform:translateY(0)}.product-card-arrow svg{width:16px;height:16px;color:var(--white)}.products-closing{text-align:center;margin-top:40px;font-size:.95rem;color:var(--gray-600);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.confidence{padding:88px 0;position:relative;overflow:hidden}.confidence:before{content:"";position:absolute;inset:0;background:url(https://static.showit.co/1600/toQS1ag5R9-rJia5bb5Y9A/shared/img_0995-preview.jpg) center / cover no-repeat;z-index:0}.confidence:after{content:"";position:absolute;inset:0;background:#000000b3;z-index:1}.confidence-header{text-align:center;margin-bottom:48px;position:relative;z-index:2}.confidence h2{font-size:clamp(1.9rem,3vw,2.8rem);color:var(--white)}.confidence-sub{color:#ffffffb3;font-size:1rem;margin-top:8px}.confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:2}.confidence-item{text-align:center;padding:32px 24px;background:#ffffff12;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);transition:all .35s cubic-bezier(.16,1,.3,1)}.confidence-item:hover{background:#ffffff24;transform:translateY(-4px);border-color:#fff3}.confidence-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.confidence-icon svg{width:30px;height:30px;color:var(--green-700)}.confidence-item h4{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;color:var(--white);letter-spacing:.06em;text-transform:uppercase}.why-turf{padding:88px 0;background:var(--dark)}.why-turf-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-turf-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--green-700);position:relative}.why-turf-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:1rem}.why-turf-content h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:32px;color:var(--white)}.why-turf-content h2 em{font-style:normal;color:var(--green-700)}.benefit-item{border-bottom:1px solid rgba(255,255,255,.1)}.benefit-item:first-child{border-top:1px solid rgba(255,255,255,.1)}.benefit-header{display:flex;align-items:center;gap:16px;padding:20px 0;cursor:pointer;width:100%;background:none;border:none;text-align:left;font-family:Montserrat,sans-serif;transition:all .2s}.benefit-header:hover{padding-left:8px}.benefit-icon{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon svg{width:30px;height:30px;color:var(--green-700)}.benefit-header h4{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;flex:1;color:var(--white)}.benefit-toggle{width:28px;height:28px;background:var(--green-700);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s}.benefit-toggle svg{width:14px;height:14px;color:var(--white)}.benefit-item.active .benefit-toggle{transform:rotate(45deg)}.benefit-body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.benefit-item.active .benefit-body{max-height:200px}.benefit-body p{font-size:.9rem;color:#fff9;line-height:1.7;padding:0 0 20px 52px}.choose-turf{padding:88px 0;background:var(--gray-100)}.choose-turf-header{text-align:center;margin-bottom:48px}.choose-turf h2{font-size:clamp(1.9rem,3vw,2.8rem)}.choose-turf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.choose-turf-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 28px;box-shadow:var(--shadow-sm),inset 0 1px #fffc;border:1px solid rgba(0,0,0,.04);transition:all .35s cubic-bezier(.16,1,.3,1)}.choose-turf-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.choose-turf-card .card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.choose-turf-card .card-icon svg{width:28px;height:28px;color:var(--green-700)}.choose-turf-card h4{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;margin-bottom:10px}.choose-turf-card p{font-size:.9rem;color:var(--gray-600);line-height:1.7}.process{padding:88px 0;background:var(--dark)}.process-header{text-align:center;margin-bottom:48px}.process h2{font-size:clamp(1.9rem,3vw,2.8rem);color:var(--white)}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.process-steps:before{content:"";position:absolute;top:40px;left:15%;right:15%;height:2px;background:#ffffff26;z-index:0}.step-card{text-align:center;position:relative;z-index:1}.step-number{width:80px;height:80px;background:var(--dark);border:3px solid var(--green-700);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-family:Montserrat,sans-serif;font-weight:800;text-transform:uppercase;font-size:2rem;color:var(--green-700)}.step-card h4{font-size:1.5rem;margin-bottom:12px;color:var(--white)}.step-card p{font-size:.9rem;color:#fff9;line-height:1.7;max-width:300px;margin:0 auto}.other-products{padding:88px 0;background:var(--gray-100)}.other-products-header{text-align:center;margin-bottom:48px}.other-products h2{font-size:clamp(1.9rem,3vw,2.8rem)}.other-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.other-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm),inset 0 1px #fffc;border:1px solid rgba(0,0,0,.04);transition:all .35s cubic-bezier(.16,1,.3,1)}.other-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.other-card-img{height:220px;overflow:hidden;position:relative}.other-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.other-card:hover .other-card-img img{transform:scale(1.05)}.other-card-body{padding:28px 32px;display:flex;flex-direction:column;flex:1}.other-card h4{font-size:1.4rem;margin-bottom:10px}.other-card p{font-size:.9rem;color:var(--gray-600);line-height:1.7;margin-bottom:20px}.other-card .btn{align-self:flex-start;margin-top:auto}.testimonials{padding:88px 0;background:var(--white)}.testimonials-header{text-align:center;margin-bottom:48px}.testimonials h2{font-size:clamp(1.9rem,3vw,2.8rem)}.nobrainer{padding:88px 0;background:linear-gradient(135deg,var(--dark) 0%,var(--dark-800) 50%,var(--green-900) 100%);position:relative;overflow:hidden;text-align:center}.nobrainer:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,var(--green-700) 0%,transparent 70%);opacity:.15}.nobrainer:after{content:"";position:absolute;bottom:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,var(--orange) 0%,transparent 70%);opacity:.08}.nobrainer .container{position:relative;z-index:1}.nobrainer h2{font-size:clamp(2.5rem,5vw,4rem);color:var(--white);margin-bottom:16px}.nobrainer>.container>p{color:#ffffffbf;font-size:1.1rem;max-width:500px;margin:0 auto 40px;line-height:1.7}.nobrainer-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.contact{padding:88px 0;background:var(--gray-100)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:16px}.contact>.container>.contact-inner>div:first-child>p{font-size:1rem;color:var(--gray-600);margin-bottom:24px;line-height:1.7}.contact-methods{display:flex;flex-direction:column;gap:16px}.contact-method{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.16,1,.3,1)}.contact-method:hover{transform:translate(6px);box-shadow:var(--shadow-md)}.contact-method .cm-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method .cm-icon svg{width:28px;height:28px;color:var(--green-700)}.contact-method h4{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;margin-bottom:2px}.contact-method p{font-size:.85rem;color:var(--gray-600)}.contact-form{background:var(--white);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.contact-form h3{font-size:1.6rem;margin-bottom:24px}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.products-grid .product-card:nth-child(4),.products-grid .product-card:nth-child(5){grid-column:span 1}.confidence-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hero{min-height:auto}.hero-content{padding:60px 0 140px}.hero h1{font-size:1.6rem}.hero p{font-size:.9rem;margin-bottom:28px;line-height:1.6}.hero-btns{gap:12px}.hero-btns .btn{padding:12px 24px;font-size:.85rem}.trust-bar-inner{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px 24px;padding:4px 0}.trust-bar-inner span{font-size:.65rem;letter-spacing:.04em}.trust-bar-inner span:before{width:16px;height:16px;font-size:.55rem}.serve-header{margin-bottom:32px}.serve-grid{grid-template-columns:1fr}.serve-card-img{height:160px}.serve-card-body{padding:20px 24px}.serve-card-body h3{font-size:1.1rem}.products-grid{grid-template-columns:repeat(2,1fr)}.products h2{font-size:1.6rem}.confidence-grid{grid-template-columns:repeat(2,1fr)}.confidence h2{font-size:1.5rem}.wholesale-inner h2{font-size:1.6rem}.why-turf-grid{grid-template-columns:1fr}.why-turf-img{aspect-ratio:16/9}.why-turf-content h2{font-size:1.5rem}.choose-turf-grid{grid-template-columns:1fr}.choose-turf h2{font-size:1.5rem}.process-steps{grid-template-columns:1fr}.process-steps:before{display:none}.process h2{font-size:1.5rem}.other-grid{grid-template-columns:1fr}.nobrainer h2{font-size:1.5rem}.contact-inner{grid-template-columns:1fr}.contact-form{padding:28px 20px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.container{padding:0 20px}}@media (max-width: 480px){.hero h1{font-size:1.4rem}.hero p{font-size:.85rem}.products-grid,.confidence-grid,.form-row,.footer-grid{grid-template-columns:1fr}}@media (max-width: 768px){.choose-turf-grid .choose-turf-card{display:flex;flex-wrap:wrap;align-items:center;gap:0 12px;padding:14px 18px;border-radius:0;border:none;border-bottom:1px solid var(--gray-200);box-shadow:none;transform:none;background:var(--white);transition:none}.choose-turf-grid .choose-turf-card:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.choose-turf-grid .choose-turf-card:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg);border-bottom:none}.choose-turf-grid .choose-turf-card:hover{transform:none;box-shadow:none}.choose-turf-grid .choose-turf-card .card-icon{width:36px;height:36px;min-width:36px;margin-bottom:0;flex-shrink:0}.choose-turf-grid .choose-turf-card h4{flex:1;margin-bottom:0;font-size:.85rem}.choose-turf-grid .choose-turf-card p{width:100%;padding-top:5px;padding-left:48px;font-size:.78rem}}@media (max-width: 768px){.choose-turf-grid{grid-template-columns:1fr;gap:0;border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:visible}}
