:root{--site-ink:#17212b;--site-muted:#68747e;--site-paper:#ffffff;--site-surface:#f3f6f7;--site-line:#dde4e7;--site-primary:#07871c;--site-primary-dark:#056b17;--site-navy:#0d1b26;--site-content-width:1480px;--site-content-gutter:32px;--site-icon-filter-ink:invert(4.4%) sepia(17.3%) saturate(2733%) hue-rotate(169deg) brightness(104.6%) contrast(83.2%);--site-icon-filter-white:brightness(0) invert(1);}
html{scroll-behavior:smooth;}
body{margin:0;background:#fff;font-family:var(--site-font-sans);}
.page-home-scope{--ink:var(--site-ink);--paper:var(--site-paper);--surface:var(--site-surface);--line:var(--site-line);--primary:var(--site-primary);--primary-dark:var(--site-primary-dark);--navy:var(--site-navy);--content-width:var(--site-content-width);--content-gutter:var(--site-content-gutter);--hero-overlap:0px;}

.main-content-bg{position: relative;}
.main-content-bg::after{position:absolute;top:0;left:0;z-index:1;padding:clamp(30px,3.4vw,52px) 0 0;overflow-x:clip;overflow-y:visible;color:#fff;background:var(--navy);width:100%;height:80%;content:""}

.site-icon{display:block;width:1em;height:1em;max-width:100%;flex:0 0 auto;object-fit:contain;filter:var(--site-icon-filter-ink);}
.page-home-scope *{box-sizing:border-box;}
.page-home-scope{margin:0;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
.page-home-scope img,.page-home-scope svg{display:block;max-width:100%;}
.page-home-scope a{color:inherit;text-decoration:none;}
.page-home-scope :is(button,input,textarea,select){font:inherit;}
.page-home-scope button{color:inherit;}
.page-home-scope :is(h1,h2,h3,p,ul,ol){margin-top:0;}
.page-home-scope :is(h1,h2,h3){letter-spacing:-.025em;line-height:1.08;}
.page-home-scope h1{margin-bottom:24px;font-size:clamp(3rem,5.2vw,5.25rem);font-weight:600;}
.page-home-scope h2{margin-bottom:22px;font-size:clamp(2.3rem,4vw,4rem);font-weight:600;}
.page-home-scope h3{margin-bottom:14px;font-size:clamp(1.35rem,2vw,2rem);font-weight:600;}
.page-home-scope p{color:var(--ink-soft);}
.page-home-scope ul{padding-left:1.2rem;}
.page-home-scope .container{width:min(calc(100% - var(--content-gutter)),var(--content-width));margin-inline:auto;}
.hero-cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:14px;}
.hero-cta-group--left{justify-content:flex-start;}
.hero-cta-group--center{justify-content:center;}
.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border:1px solid transparent;border-radius:10px;font-size:15px;font-weight:600;line-height:1;text-align:center;text-decoration:none;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;}
.hero-cta-button:hover{transform:translateY(-2px);}
.hero-cta-button.hero-cta-button--primary{color:#fff;background:#07871c;}
.hero-cta-button.hero-cta-button--primary:hover{color:#fff;background:#056b17;}
.hero-cta-button.hero-cta-button--outline{color:currentColor;background:color-mix(in srgb,currentColor 6%,transparent);border-color:color-mix(in srgb,currentColor 28%,transparent);}
.hero-cta-button.hero-cta-button--outline:hover{color:currentColor;background:color-mix(in srgb,currentColor 12%,transparent);border-color:color-mix(in srgb,currentColor 52%,transparent);}
.hero-cta-button:focus-visible{outline:3px solid rgba(7,135,28,.30);outline-offset:3px;}
@media (max-width:480px){
.hero-cta-group{display:grid;grid-template-columns:1fr;width:100%;}
.hero-cta-button{width:100%;}
}
@media (prefers-reduced-motion:reduce){
.hero-cta-button{transition:none;}
.hero-cta-button:hover{transform:none;}
}
.page-home-scope .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;}
.page-home-scope .reveal.is-visible{opacity:1;transform:none;}
.site-faq-section{padding:clamp(46px,3.6vw,62px) 0 clamp(46px,3.4vw,58px);background:var(--site-surface);}
.site-faq-shell{width:min(calc(100% - var(--site-content-gutter)),var(--site-content-width));margin-inline:auto;}
.site-faq-head{max-width:760px;margin:0 auto clamp(34px,3vw,48px);text-align:center;}
.site-faq-section .site-faq-shell .site-faq-head h2{margin:0 0 18px;color:var(--site-ink);font-size:clamp(40px,3.2vw,56px);font-weight:600;line-height:1.08;letter-spacing:-.04em;}
.site-faq-head p{max-width:680px;margin:0 auto;color:var(--site-muted);font-size:clamp(15px,1.02vw,17px);line-height:1.75;}
.site-faq-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(36px,4vw,64px);align-items:center;}
.site-faq-media{min-width:0;aspect-ratio:16/10;margin:0;overflow:hidden;border-radius:24px;background:#dfe5e7;}
.site-faq-media img{display:block;width:100%;height:100%;object-fit:cover;}
.site-faq-media--product{display:grid;place-items:center;padding:clamp(24px,3vw,44px);background:#fff;border:1px solid var(--site-line);}
.site-faq-media--product img{object-fit:contain;}
.site-faq-list{border-top:1px solid var(--site-line);}
.site-faq-item{border-bottom:1px solid var(--site-line);}
.site-faq-item summary{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:22px;padding:24px 0;color:var(--site-ink);font-size:clamp(18px,1.25vw,21px);font-weight:600;line-height:1.35;list-style:none;cursor:pointer;transition:color .18s ease;}
.site-faq-item summary::-webkit-details-marker{display:none;}
.site-faq-item summary::after{display:grid;place-items:center;width:34px;height:34px;color:var(--site-ink);background:#fff;border:1px solid var(--site-line);border-radius:50%;content:"+";font-size:22px;font-weight:500;line-height:1;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease;}
.site-faq-item summary:is(:hover,:focus-visible){color:var(--site-primary-dark);}
.site-faq-item summary:is(:hover,:focus-visible)::after{color:#fff;background:var(--site-primary);border-color:var(--site-primary);}
.site-faq-item summary:focus-visible{outline:3px solid rgba(7,135,28,.30);outline-offset:3px;}
.site-faq-item[open] summary::after{color:#fff;background:var(--site-primary);border-color:var(--site-primary);content:"−";transform:rotate(180deg);}
.site-faq-answer{padding:0 56px 24px 0;}
.site-faq-list .site-faq-answer p{max-width:820px;margin:0;color:var(--site-muted);font-size:15px;line-height:1.78;}
@media (max-width:760px){
.site-faq-head{margin-bottom:28px;}
.site-faq-grid{grid-template-columns:1fr;gap:28px;}
.site-faq-section .site-faq-shell .site-faq-head h2{font-size:clamp(30px,8.5vw,38px);}
.site-faq-media{border-radius:20px;}
.site-faq-item summary{grid-template-columns:minmax(0,1fr) 32px;gap:16px;padding:20px 0;font-size:17px;}
.site-faq-item summary::after{width:32px;height:32px;}
.site-faq-answer{padding:0 48px 20px 0;}
}
@media (max-width:760px){
.hero-cta-group{min-width:0;flex-wrap:wrap;}
.hero-cta-group>*{min-width:0;}
}
.page-home-scope button:focus-visible,.page-home-scope a:focus-visible{outline:3px solid rgba(7,135,28,.30);outline-offset:3px;}
.page-home-scope .section-shell{position:relative;overflow:hidden;}
.page-home-scope .hero{position:relative;z-index:1;padding:clamp(30px,3.4vw,52px) 0 0;overflow-x:clip;overflow-y:visible;color:#fff;}

.page-home-scope .hero.section-shell{overflow-x:clip;overflow-y:visible;position: relative;z-index:999}
.page-home-scope .hero::before{position:absolute;z-index:0;top:-330px;left:-360px;width:640px;height:640px;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none;}
.page-home-scope .hero::after{position:absolute;z-index:0;top:110px;right:-300px;width:520px;height:520px;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none;}
.page-home-scope .hero-grid{position:relative;z-index:22;display:flex;flex-direction:column;align-items:center;}
.page-home-scope .hero-copy{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1320px;min-height:330px;text-align:center;}
.page-home-scope .hero-copy h1{max-width:none;margin:0 0 28px;color:#fff;font-size:clamp(48px,4.2vw,68px);line-height:1.04;letter-spacing:-.04em;}
.page-home-scope .hero-lead{max-width:900px;margin:0 auto 44px;color:rgba(255,255,255,.76);font-size:clamp(16px,1.05vw,18px);line-height:1.72;font-weight:400;}
.page-home-scope .hero-actions{transform:translateY(10px);}
.page-home-scope .hero-visual{position:relative;z-index:5;width:100%;height:clamp(580px,39vw,680px);margin:clamp(32px,3.4vw,48px) auto calc(-1 * var(--hero-overlap));overflow:hidden;color:var(--ink);background:var(--site-surface);border-radius:30px;box-shadow:0 28px 76px rgba(0,0,0,.2);}
.page-home-scope :is(.hero-carousel,.hero-slide){width:100%;height:100%;}
.page-home-scope .hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:clamp(360px,38.64vw,588px) minmax(0,1fr);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease;}
.page-home-scope .hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;}
.page-home-scope .hero-slide-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(52px,4vw,72px) clamp(8px,1vw,14px) clamp(52px,4vw,72px) clamp(22px,2.1vw,32px);background:var(--site-surface);}
.page-home-scope .hero-slide-copy .slide-kicker{margin-bottom:15px;color:var(--primary-dark);font-size:12px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;}
.page-home-scope .hero-slide-copy h3{width:100%;max-width:100%;margin:0 0 22px;color:#111827;font-size:clamp(38px,3.4vw,58px);line-height:1.06;letter-spacing:-.035em;}
.page-home-scope .hero-slide-copy p{width:100%;max-width:100%;margin:0;color:#68717a;font-size:clamp(15px,1.02vw,18px);line-height:1.76;}
.page-home-scope .hero-slide-product-link{align-self:flex-start;margin-top:28px;}
.page-home-scope .hero-slide-media{position:relative;min-width:0;height:100%;margin:0;overflow:hidden;background:#e8eef1;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);}
.page-home-scope .hero-slide-media img{width:100%;height:100%;display:block;padding:clamp(18px,2.2vw,34px);object-fit:contain;object-position:center;transform:scale(1.015);transition:transform 6s ease;}
.page-home-scope .hero-slide.is-active .hero-slide-media img{transform:scale(1.06);}
@media (min-width:1081px){
.page-home-scope .hero-visual{height:clamp(540px,calc(39vw - 40px),640px);margin-top:clamp(72px,calc(3.4vw + 40px),88px);}
.page-home-scope .hero-slide-media img{padding:0 !important;object-fit:cover !important;}
}
.page-home-scope .hero-slide-media--product{background:#f4f7f6;}
.page-home-scope .hero-slide-media--product img{padding:clamp(22px,3vw,48px);object-fit:contain;}
.page-home-scope .hero-carousel-controls{position:absolute;left:clamp(22px,2.1vw,32px);bottom:34px;z-index:8;display:flex;align-items:center;gap:22px;}
.page-home-scope :is(.hero-carousel-arrows,.hero-carousel-dots){display:flex;align-items:center;}
.page-home-scope .hero-carousel-arrows{gap:0;}
.page-home-scope .hero-carousel-dots{gap:12px;}
.page-home-scope .hero-carousel-arrow{width:46px;height:46px;display:grid;place-items:center;border:1px solid #dce3df;border-radius:50%;color:#111827;background:#fff;box-shadow:0 10px 26px rgba(16,24,32,.08);cursor:pointer;transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease;}
.page-home-scope .hero-carousel-arrow:hover,.page-home-scope .hero-carousel-arrow:focus-visible{color:#fff;background:var(--primary);border-color:var(--primary);transform:translateY(-1px);}
.page-home-scope .hero-carousel-arrow .site-icon{width:20px;height:20px;}
.page-home-scope .hero-carousel-arrow:hover .site-icon,.page-home-scope .hero-carousel-arrow:focus-visible .site-icon{filter:var(--site-icon-filter-white);}
.page-home-scope .hero-carousel-dot{position:relative;width:30px;height:30px;padding:0 0 8px;border:0;color:#87949d;background:transparent;font-size:12px;font-weight:600;cursor:pointer;}
.page-home-scope .hero-carousel-dot::after{position:absolute;right:0;bottom:0;left:0;height:2px;content:"";background:#cfd8dd;transition:background .2s ease,transform .2s ease;}
.page-home-scope .hero-carousel-dot.is-active{color:var(--primary-dark);}
.page-home-scope .hero-carousel-dot.is-active::after{background:var(--primary);transform:scaleX(1.2);}
@media (max-width:1080px){
.page-home-scope .hero{padding:38px 0 0;}
.page-home-scope .hero-grid{grid-template-columns:minmax(0,1fr);gap:0;}
.page-home-scope .hero-copy{min-height:320px;text-align:center;}
.page-home-scope .hero-copy h1{max-width:900px;margin-inline:auto;white-space:normal;}
.page-home-scope .hero-lead{margin-inline:auto;}
.page-home-scope .hero-visual{width:100%;max-width:none;height:clamp(500px,62vw,600px);margin-inline:auto;border-radius:24px;}
.page-home-scope .hero-slide{grid-template-columns:minmax(320px,45%) minmax(0,55%);}
.page-home-scope .hero-slide-copy{padding-top:46px;padding-right:8px;padding-bottom:46px;padding-left:22px;}
.page-home-scope .hero-slide-copy h3{width:100%;max-width:100%;font-size:clamp(34px,4.8vw,50px);}
.page-home-scope .hero-slide-copy p{width:100%;max-width:100%;}
.page-home-scope .hero-carousel-controls{left:22px;}
}
@media (max-width:680px){
.page-home-scope .hero{padding:38px 0 42px;overflow:hidden;}
.page-home-scope .hero.section-shell{overflow:hidden;}
.page-home-scope .hero::before,.page-home-scope .hero::after{display:none;}
.page-home-scope .hero-copy{min-height:340px;padding:0;}
.page-home-scope .hero-copy h1{margin-bottom:24px;font-size:32px;line-height:1.08;letter-spacing:-.05em;}
.page-home-scope .hero-lead{margin-bottom:30px;font-size:14px;line-height:1.68;}
.page-home-scope .hero-actions{transform:none;}
.page-home-scope .hero-visual{width:100%;max-width:none;height:auto;min-height:0;margin:28px 0 0;border-radius:20px;}
.page-home-scope .hero-slide{position:relative;inset:auto;display:none;grid-template-columns:1fr;grid-template-rows:auto auto;}
.page-home-scope .hero-slide.is-active{display:grid;}
.page-home-scope .hero-slide-media{grid-row:1;height:auto;aspect-ratio:16/9;clip-path:none;}
.page-home-scope .hero-slide-media img{padding:10px;}
.page-home-scope .hero-slide-copy{grid-row:2;padding:32px 20px 100px;}
.page-home-scope .hero-slide-copy h3{width:auto;max-width:100%;margin-bottom:14px;font-size:30px;}
.page-home-scope .hero-slide-copy p{width:auto;max-width:100%;font-size:14px;line-height:1.68;}
.page-home-scope .hero-carousel-controls{right:20px;bottom:24px;left:20px;justify-content:space-between;gap:12px;}
.page-home-scope .hero-carousel-arrow{width:42px;height:42px;}
.page-home-scope .hero-carousel-dots{gap:8px;}
.page-home-scope .hero-carousel-dot{width:24px;}
}
@media (prefers-reduced-motion:reduce){
.page-home-scope .hero-slide,.page-home-scope .hero-slide-media img,.page-home-scope .hero-carousel-arrow{transition:none;}
.page-home-scope .reveal{opacity:1;transform:none;}
}
@media print{
.page-home-scope .reveal{opacity:1 !important;transform:none !important;}
}

