html{scroll-behavior:smooth;background:#fff;color:#1a1d23}body{margin:0;padding:0}h1,h2,h3,h4{font-family:Fira Sans,system-ui,sans-serif;color:#1a1d23;margin:0}p{font-family:"Source Sans 3",Inter,system-ui,sans-serif;color:#4b5563;margin:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.t-green{color:#5b9a42}.btn-green{display:inline-flex;align-items:center;gap:10px;background:#5b9a42;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:14px 28px;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);transition:background .25s,transform .25s}.btn-green:hover{background:#4a8535;transform:translateY(-2px)}.btn-arrow{font-size:1.1rem;transition:transform .25s}.btn-green:hover .btn-arrow{transform:translate(4px)}.eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:20px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#d39013}.eyebrow-line{width:28px;height:1px;background:#d39013}.hero{position:relative;padding:160px 32px 0;background-size:cover;background-position:center;background-repeat:no-repeat;isolation:isolate}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1a1d23b8,#1a1d2394,#1a1d23d1);z-index:0}.hero-inner{position:relative;z-index:1;max-width:1344px;margin:0 auto}.hero-copy{max-width:680px}.hero-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(2.2rem,4.4vw,3.5rem);font-weight:800;line-height:1.04;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:24px}.hero-title--light{color:#fff}.hero-desc{font-family:Fira Sans,system-ui,sans-serif;font-weight:400;font-size:1.12rem;line-height:1.65;color:#4b5563;margin-bottom:32px}.hero-desc--light{color:#ffffffd9}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:12px}.eyebrow--light{color:#d39013}.eyebrow-line--light{background:#d39013}.btn-ghost{font-family:Fira Sans,system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;color:#4b5563;padding:14px 0;border-bottom:1px solid rgba(156,163,175,.3);transition:color .25s,border-color .25s}.btn-ghost:hover{color:#1a1d23;border-color:#1a1d23}.btn-ghost--light{color:#ffffffbf;border-bottom-color:#ffffff40}.btn-ghost--light:hover{color:#fff;border-color:#ffffff80}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;max-width:1344px;margin:60px auto 0;position:relative;z-index:1}.stat{text-align:center;padding:36px 20px;background:#5b9a4221;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.stat-num{display:block;font-family:Fira Sans,system-ui,sans-serif;font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;margin-bottom:6px}.stat-lbl{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9}.sec{padding:120px 32px;background:#fff}.sec--alt{background:#f3f4f6}.sec-inner{max-width:1344px;margin:0 auto}.sec-inner--narrow{max-width:800px}.sec-inner--2col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.sec-inner--img-left .sec-img{order:-1}.sec-num{font-family:Fira Sans,system-ui,sans-serif;font-size:4.5rem;font-weight:800;color:#5b9a4214;line-height:1;letter-spacing:-.02em;margin-bottom:-8px}.sec-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:24px}.sec-lede{font-size:1.19rem;font-weight:400;line-height:1.65;color:#4b5563;margin-bottom:48px;max-width:720px}.sec-img img{display:block;width:100%;height:auto}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.benefit-card{background:#5b9a420d;padding:36px 32px;transition:background .3s,transform .3s}.benefit-card:hover{background:#5b9a421a;transform:translateY(-2px)}.benefit-icon{margin-bottom:14px}.benefit-card h3{font-family:"Source Sans 3",Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#1a1d23;margin:0 0 8px}.benefit-card p{font-size:.9375rem;line-height:1.65;color:#4b5563}.process-list{max-width:1344px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:0}.process-row{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;background:#5b9a420b;position:relative}.process-row:nth-child(2n){background:transparent}.process-row--reverse .process-img{order:2}.process-row--reverse .process-copy{order:1}.process-img{overflow:hidden}.process-img img{display:block;width:100%;height:auto;transform:scale(1.06);transition:transform 1.2s cubic-bezier(.22,.61,.36,1)}.process-row.visible .process-img img{transform:scale(1)}.process-copy{padding:60px 48px;position:relative}.process-copy:before{content:"";position:absolute;left:0;top:0;width:2px;height:0;background:#5b9a42;transition:height .8s cubic-bezier(.22,.61,.36,1) .2s}.process-row.visible .process-copy:before{height:100%}@media(min-width:1345px){.process-row:not(.process-row--reverse) .process-copy{padding-left:72px}.process-row--reverse .process-copy{padding-right:72px}}.process-num{font-family:Fira Sans,system-ui,sans-serif;font-size:4rem;font-weight:800;color:#5b9a421a;line-height:1;letter-spacing:-.02em;margin-bottom:4px;transition:color .6s ease .15s}.process-row.visible .process-num{color:#5b9a4259}.process-title{font-family:Fira Sans,system-ui,sans-serif;font-size:1.375rem;font-weight:700;color:#1a1d23;margin:0 0 14px;transition:color .5s ease}.process-row.visible .process-title{color:#1a1d23}.process-body{font-size:1rem;line-height:1.7;color:#4b5563}.sec--diff{position:relative;isolation:isolate;background-size:cover;background-position:center}.sec--diff-overlay{position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#1a1d23d9,#1a1d23b3,#1a1d23e6)}.sec--diff{padding:80px 32px}.sec--diff .sec-num{color:#5b9a422e}.sec--diff .sec-title{color:#fff}.sec--diff .sec-lede{color:#ffffffbf;max-width:none;margin-bottom:28px}.diff-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}.diff-copy{display:flex;flex-direction:column}.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.diff-item{padding:16px 20px;border-left:2px solid #5b9a42;background:#ffffff0d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .25s}.diff-item:hover{background:#ffffff1a}.diff-title{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#fff;margin:0 0 4px}.diff-item p{font-size:.8125rem;line-height:1.55;color:#ffffffbf}.qual-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.qual-item{padding:28px;background:#e8ede8;border:1px solid rgba(91,154,66,.12)}.qual-title{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1a1d23;margin:0 0 8px}.qual-item p{font-size:.8125rem;line-height:1.6;color:#4b5563}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:36px}.faq-item{border-bottom:1px solid rgba(156,163,175,.18)}.faq-item:first-child{border-top:1px solid rgba(156,163,175,.18)}.faq-header{display:flex;align-items:center;gap:16px;width:100%;background:transparent;border:none;cursor:pointer;padding:22px 0;text-align:left;font-family:inherit;color:inherit;transition:color .25s}.faq-header:hover{color:#5b9a42}.faq-num{font-family:Fira Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#5b9a4240;line-height:1;flex-shrink:0;width:28px;transition:color .25s}.faq-item.active .faq-num{color:#5b9a42}.faq-question{font-family:Fira Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#1a1d23;margin:0;flex:1;transition:color .25s}.faq-item.active .faq-header .faq-question{color:#5b9a42}.faq-icon{width:20px;height:20px;flex-shrink:0;position:relative;transition:transform .35s cubic-bezier(.22,.61,.36,1)}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:#9ca3af;transition:background .25s,transform .35s cubic-bezier(.22,.61,.36,1)}.faq-icon:before{top:9px;left:0;width:20px;height:2px}.faq-icon:after{top:0;left:9px;width:2px;height:20px}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-item.active .faq-icon:before,.faq-item.active .faq-icon:after{background:#5b9a42}.faq-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,.61,.36,1)}.faq-body p{font-size:.875rem;line-height:1.65;color:#4b5563;padding:0 0 24px 44px}.cta{padding:100px 32px 120px;background:#f3f4f6;text-align:center}.cta-inner{max-width:800px;margin:0 auto}.cta-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:24px}.cta-desc{font-size:1.0625rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:28px}.cta-link{background:transparent;color:#4b5563;border:1px solid rgba(156,163,175,.3);font-family:Fira Sans,system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:16px 32px;text-decoration:none;transition:color .25s,border-color .25s}.cta-link:hover{color:#1a1d23;border-color:#9ca3af80}.cta-note{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}@media(max-width:1080px){.stats-bar{grid-template-columns:repeat(2,1fr)}.process-row,.process-row--reverse{grid-template-columns:1fr;gap:0}.process-row .process-img,.process-row--reverse .process-img{order:-1;max-width:100%}.process-copy{padding:40px 20px}.sec-inner--2col{grid-template-columns:1fr;gap:40px}.sec-inner--img-left .sec-img{order:-1}.benefits-grid,.qual-grid{grid-template-columns:1fr}.diff-layout{grid-template-columns:1fr;gap:32px}.diff-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero{padding:140px 20px 0}.sec{padding:80px 20px}.process-list{padding:0;gap:0}.cta{padding:80px 20px}.sec-num{font-size:3.5rem}.stats-bar{grid-template-columns:1fr 1fr}.benefit-card,.testimonial-card{padding:28px 24px}}@media(max-width:375px){.hero{padding:60px 16px 0}.sec{padding:60px 16px}.process-list{padding:0}.cta{padding:60px 16px}.stats-bar{grid-template-columns:1fr}}
