@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}:root{--text-dark:#111827;--text-light:#6b7280}*{box-sizing:border-box;scroll-behavior:smooth}body{color:var(--text-dark);background-color:#fff;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}.fade-up{opacity:0;animation:.8s forwards fadeUp;transform:translateY(30px)}.hero{background:linear-gradient(to bottom right,#fff,#f8fafc);flex-direction:column;justify-content:center;align-items:center;gap:5rem;min-height:100vh;padding:0 5rem;display:flex}.hero-text{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;max-width:40rem;padding:10rem 0;animation:.8s forwards fadeUp;display:flex}.hero-title{color:var(--text-dark);letter-spacing:-.02em;margin:0;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-title span{color:var(--primary-blue)}.hero-subtitle{color:var(--text-light);max-width:36rem;margin:0;font-size:1.25rem;line-height:1.6}.hero-cta{background-color:var(--primary-blue);color:#fff;border:2px solid var(--primary-blue);transition:all .25s}.hero-cta:hover{color:var(--primary-blue);background-color:#fff;transform:scale(1.05)}.hero-picture{background-color:var(--accent-gray);width:65rem;height:45rem;color:var(--primary-blue);border-radius:24px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;animation:1s forwards fadeUp;display:flex;box-shadow:0 10px 25px #0000000d}.hero-pic{border-radius:24px;width:65rem;height:45rem}@media (max-width:640px){.hero-pic{width:25rem;height:17.307rem}.hero{gap:.5rem}}.organization{background-color:var(--accent-gray);flex-direction:column;justify-content:center;align-items:center;gap:4rem;min-height:100vh;padding:6rem 3rem;display:flex}.organization:nth-of-type(2n){background-color:#fff}.organization-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.organization-title{color:var(--text-dark);margin:0;font-size:3rem;font-weight:800}.organization-p{color:var(--text-light);max-width:36rem;margin:0;font-size:1.25rem;line-height:1.6}.organization-picture{background-color:var(--accent-gray);border-radius:24px;justify-content:center;align-items:center;width:65rem;height:auto;display:flex;box-shadow:0 10px 25px #0000000d}.organization-picture img{border-radius:24px;width:100%;height:auto;display:block}@media (max-width:640px){.organization-picture{display:none}}.footer{color:#f9fafb;background-color:#111827;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;font-size:.95rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer a{color:#f9fafb;text-decoration:none;transition:color .2s}.footer a:hover{color:var(--primary-blue)}.how-it-works{background-color:var(--accent-gray);text-align:center;padding:6rem 2rem}.section-title{color:var(--text-dark);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.steps{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.step{background:#fff;border-radius:16px;max-width:18rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 16px #0000000d}.step:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014}.step-icon{margin-bottom:1rem;font-size:2rem}.features{text-align:center;background:#fff;padding:6rem 2rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature{background-color:var(--accent-gray);border-radius:16px;max-width:400px;padding:2rem;transition:background-color .3s}.feature:hover{background-color:#e8efff}.feature h3{margin-bottom:.5rem;font-weight:700}.feature p{color:var(--text-light);line-height:1.6}.pricing{text-align:center;background-color:#fff;padding:6rem 2rem}.pricing-card{background:#fff;border-radius:24px;margin-bottom:3rem;padding:2.5rem 3rem;display:inline-block;box-shadow:0 10px 25px #0000000d}.pricing-card h3{margin-bottom:.5rem;font-size:1.75rem}.pricing-card p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.plans{flex-direction:row;justify-content:center;gap:2rem;display:flex}@media (max-width:768px){.steps{flex-direction:column;align-items:center}.feature-grid{grid-template-columns:1fr}.map-placeholder{height:18rem}.pricing-card{width:90%}}
