.landing-page{min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem 5rem;overflow:hidden}.landing-hero-bg{position:absolute;inset:0;z-index:0}.landing-hero-bg img{width:100%;height:100%;object-fit:cover}.landing-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25) 0,rgba(0,0,0,.15) 40%,rgba(0,0,0,.5));z-index:1}.dark .landing-hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.25) 40%,rgba(0,0,0,.65))}.landing-hero-inner{position:relative;z-index:2;max-width:48rem;margin:0 auto}.landing-hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;color:#fff;margin:0 0 1.25rem;line-height:1.15;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.2)}.landing-hero p{font-size:clamp(1rem,2.5vw,1.25rem);color:hsla(0,0%,100%,.95);margin:0 0 2.5rem;line-height:1.6}.landing-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none}.landing-btn-primary{background:#fff;color:#047857;box-shadow:0 4px 20px rgba(0,0,0,.15)}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}.landing-btn-secondary{background:hsla(0,0%,100%,.15);color:#fff;border:2px solid hsla(0,0%,100%,.5)}.landing-btn-secondary:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.8)}.landing-section{padding:4rem 1.5rem;max-width:72rem;margin:0 auto;text-align:center}.landing-section-alt{background:#f8fafc;margin-bottom:4rem}.dark .landing-section-alt{background:#1e293b}.landing-section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#0f172a;text-align:center;margin:0 0 .5rem}.dark .landing-section-title{color:#f1f5f9}.landing-section-title:after{content:"";display:block;width:4rem;height:4px;background:#059669;border-radius:2px;margin:1rem auto 2rem}.dark .landing-section-title:after{background:#34d399}.landing-about p{font-size:1.125rem;line-height:1.75;color:#475569;max-width:56rem;margin:0 auto 1rem;text-align:center}.dark .landing-about p{color:#94a3b8}.landing-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:2.5rem;max-width:56rem;margin-left:auto;margin-right:auto}@media (min-width:640px){.landing-stats{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem}}.landing-stat-card{text-align:center;padding:1.25rem 1rem;border-radius:.75rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s,transform .2s,border-color .2s}.landing-stat-card:hover{box-shadow:0 8px 24px rgba(5,150,105,.12);transform:translateY(-2px);border-color:rgba(5,150,105,.3)}.dark .landing-stat-card{background:#1e293b;border-color:#334155;box-shadow:0 2px 12px rgba(0,0,0,.2)}.dark .landing-stat-card:hover{box-shadow:0 8px 24px rgba(5,150,105,.2);border-color:rgba(52,211,153,.3)}.landing-stat-card-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.5rem;background:rgba(5,150,105,.12);color:#059669;margin-bottom:.75rem}.dark .landing-stat-card-icon{background:rgba(52,211,153,.15);color:#34d399}.landing-stat-value{font-size:1.5rem;font-weight:800;color:#059669;margin:0 0 .25rem;line-height:1.2}@media (min-width:640px){.landing-stat-value{font-size:1.75rem}}.dark .landing-stat-value{color:#34d399}.landing-stat-label{font-size:.8125rem;color:#64748b;margin:0;line-height:1.3}@media (min-width:640px){.landing-stat-label{font-size:.9375rem}}.dark .landing-stat-label{color:#94a3b8}.landing-values{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:2rem;max-width:72rem;margin-left:auto;margin-right:auto}@media (min-width:640px){.landing-values{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.landing-values{grid-template-columns:repeat(4,1fr)}}.landing-value-card{padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;transition:box-shadow .2s,transform .2s}.landing-value-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.08);transform:translateY(-2px)}.dark .landing-value-card{background:#1e293b;border-color:#334155}.dark .landing-value-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.3)}.landing-value-card h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.dark .landing-value-card h3{color:#f1f5f9}.landing-value-card p{font-size:.9375rem;color:#64748b;margin:0;line-height:1.5}.dark .landing-value-card p{color:#94a3b8}.landing-cta{text-align:center;padding:3rem 1.5rem 4rem;background:linear-gradient(135deg,#047857,#059669 50%,#10b981);border-radius:1rem;max-width:56rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}@media (max-width:639px){.landing-cta{margin-left:1rem;margin-right:1rem;margin-top:0}#values.landing-section-alt{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}}.dark .landing-cta{background:linear-gradient(135deg,#064e3b,#047857)}.landing-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin:0 0 .75rem}.landing-cta p{font-size:1.0625rem;color:hsla(0,0%,100%,.95);max-width:32rem;margin:0 auto 1.5rem}.landing-cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.landing-cta .landing-btn-primary{background:#fff;color:#047857}.landing-cta .landing-btn-secondary{background:hsla(0,0%,100%,.2);color:#fff;border-color:hsla(0,0%,100%,.6)}.landing-cta .landing-btn-secondary:hover{background:hsla(0,0%,100%,.3)}