@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit;transition:all .2s ease}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.container{width:100%;padding:0 1.25rem;margin:0 auto}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{max-width:1200px;padding:0 1rem}}.navbar,.nav-bar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:transform .3s ease-in-out,background-color .3s ease}.nav-container{display:flex;justify-content:space-between;align-items:center}.footer{padding:2rem 0;text-align:center;border-top:1px solid var(--border-color, rgba(0, 0, 0, .1))}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;margin-bottom:.75rem}.section-header p{max-width:600px;margin:0 auto;color:var(--text-muted, #666)}@media(min-width:768px){.section-header h2{font-size:2.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:transform .2s,box-shadow .2s;gap:.5rem;font-size:1rem;text-decoration:none;border:none}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(1px)}:root{--primary: #20B98B;--primary-dark: #007A5E;--primary-light: #E7F9F1;--secondary: #1F2937;--accent: #FFD700;--text-main: #111827;--text-muted: #6B7280;--text-light: #F9FAFB;--bg-white: #FFFFFF;--bg-off-white: #F3F4F6;--bg-dark: #111827;--gradient-brand: linear-gradient(135deg, #007A5E 0%, #20B98B 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--font-family: "Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--font-family);color:var(--text-main);background-color:var(--bg-white)}.header{background:var(--gradient-brand);color:#fff;padding-top:6rem;padding-bottom:4rem;position:relative;overflow:hidden;text-align:center}.header:before{content:"";position:absolute;top:-20%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-content{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto}.logo-stack{margin-bottom:2rem;animation:fadeInDown .8s ease-out}.logo-stack .logo{width:60px;height:auto;margin:0 auto 1rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.location-badge-hero{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fffffff2;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-full);color:var(--primary-dark);font-weight:700;font-size:.85rem;margin-bottom:1.5rem;box-shadow:var(--shadow-md);animation:fadeInUp .8s ease-out .1s backwards}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:fadeInUp .8s ease-out .2s backwards}.hero-subtitle{font-size:1.125rem;opacity:.95;margin-bottom:2rem;font-weight:400;padding:0 1rem;animation:fadeInUp .8s ease-out .4s backwards}.hero-actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px;animation:fadeInUp .8s ease-out .6s backwards}.hero-actions .btn{width:100%}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo img{height:28px;width:auto;filter:brightness(0) invert(1)}.nav-logo .nav-title{font-size:1.1rem;color:#fff;font-weight:700;letter-spacing:-.01em}.nav-links{display:flex;gap:.75rem}.nav-links a{color:#ffffffe6;font-size:.85rem;font-weight:500}.nav-links a:hover,.nav-links a.active{color:#fff}.btn-primary{background-color:var(--bg-white);color:var(--primary-dark);box-shadow:var(--shadow-lg)}.btn-primary:hover{background-color:var(--bg-off-white);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.btn-secondary{background-color:transparent;border:2px solid rgba(255,255,255,.3);color:#fff}.btn-secondary:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:3rem}.service-card{background:#fff;border-radius:var(--radius-lg);border:1px solid #E5E7EB;display:flex;flex-direction:column;padding:1.25rem;text-align:center;align-items:center}.card-icon{width:48px;height:48px;background:var(--primary-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.25rem;margin-bottom:1rem}.service-card h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-main)}.service-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.card-features{grid-column:1 / -1;grid-row:3;list-style:none;padding:0;margin:0;border-top:1px solid #F3F4F6;padding-top:.75rem;width:100%;text-align:left}.card-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.9rem;color:var(--text-muted)}.card-features li i{color:var(--primary);font-size:.85rem}.how-it-works{padding:5rem 0;background:var(--bg-off-white);overflow:hidden}.steps-grid{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center}.step-icon{width:5rem;height:5rem;background:#fff;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.5rem;position:relative;z-index:2;box-shadow:0 10px 25px -5px #20b98b26,0 8px 10px -6px #20b98b1a;border:1px solid rgba(255,255,255,.8)}.step-header-group{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.step-number{width:2rem;height:2rem;background:#9ca3af;color:#fff;font-size:.875rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.step-card h3{font-size:1.35rem;color:var(--text-main)}.step-card p{font-size:1.05rem;color:var(--text-muted);max-width:300px}.app-showcase{background-color:var(--secondary);color:#fff;padding:4rem 0;overflow:hidden}.showcase-wrapper{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.showcase-content{flex:1;display:flex;flex-direction:column;align-items:center}.badge{display:inline-block;padding:.25rem .75rem;background:#ffffff1a;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.showcase-content h2{font-size:2rem;margin-bottom:1rem}.showcase-content p{font-size:1rem;color:#ffffffb3;margin-bottom:2rem;max-width:500px}.app-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.app-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);color:#fff;font-weight:500;transition:.2s;min-height:50px;text-decoration:none}.app-btn:hover:not(.coming-soon){background:#fff;color:var(--secondary)}.app-btn.web-btn{background:var(--primary);border-color:var(--primary)}.app-btn.web-btn:hover{background:var(--primary-dark)}.app-btn i{font-size:1.5rem}.showcase-image{width:100%;display:flex;justify-content:center;position:relative}.phone-mockup-modern{width:260px;height:480px;background:#111;border-radius:30px;border:6px solid #333;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000080;background-clip:padding-box}.screen-content{width:100%;height:100%;background:#fff}.screen-content img{width:100%;height:100%;object-fit:cover;object-position:top}.features-grid-wrapper{display:flex;flex-direction:column;gap:3rem}.feature-list{display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;gap:1.5rem;align-items:flex-start}.feature-icon-wrapper{min-width:48px;width:48px;height:48px;background:var(--primary-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.feature-icon{color:var(--primary);font-size:1.25rem}.feature-content h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-main)}.feature-content p{color:var(--text-muted);line-height:1.6}.feature-image-container{width:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);position:relative;aspect-ratio:4/3}.community-img{width:100%;height:100%;object-fit:cover}.image-overlay-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#fffffff2;padding:.5rem 1rem;border-radius:var(--radius-full);font-weight:600;color:var(--primary-dark);display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg);font-size:.9rem}.trust-grid{display:grid;gap:2rem}.trust-item{text-align:center;background:var(--bg-off-white);padding:2rem;border-radius:var(--radius-lg)}.trust-icon-wrapper{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:var(--shadow-sm)}.trust-icon{font-size:1.75rem;color:var(--primary)}.trust-item h3{margin-bottom:1rem;color:var(--text-main)}.trust-item p{color:var(--text-muted)}.faq{padding:5rem 0;background:#fff}.faq-grid{display:grid;gap:2rem;max-width:800px;margin:0 auto}.faq-item{background:var(--bg-off-white);padding:2rem;border-radius:var(--radius-lg)}.faq-item h3{margin-bottom:1rem;color:var(--text-main)}.faq-item p{color:var(--text-muted)}@media(min-width:768px){.header{padding-top:8rem;padding-bottom:6rem}.header:before{width:800px;height:800px;top:-50%}.logo-stack .logo{width:80px}.location-badge-hero{padding:.5rem 1.25rem;font-size:.9rem}.hero-title{font-size:4rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem}.hero-actions{flex-direction:row;width:auto;max-width:none;justify-content:center}.hero-actions .btn{width:auto}.nav-bar{padding:1.5rem 0}.nav-logo img{height:32px}.nav-logo .nav-title{font-size:1.25rem}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.95rem}.steps-grid{flex-direction:row;gap:2rem;max-width:none;justify-content:center;padding-top:2rem}.step-card{flex:1;max-width:350px}.services,.features{padding:7rem 0}.service-card{padding:1.5rem;transition:border-color .2s}.service-card:hover{border-color:var(--primary)}.card-icon{width:56px;height:56px;font-size:1.5rem;margin-bottom:1rem}.service-card:hover .card-icon{background:var(--primary);color:#fff}.service-card h3{font-size:1.25rem;margin-bottom:.75rem}.service-card p{margin-bottom:1.5rem;font-size:1rem}.card-features{padding-top:1.5rem;margin-top:auto}.card-features li{margin-bottom:.75rem}}@media(min-width:1024px){.container{padding:0 1rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.app-showcase{padding:6rem 0}.features-grid-wrapper{flex-direction:row;align-items:center;gap:4rem}.feature-list{flex:1}.feature-image-container{flex:1;height:500px}.trust-grid{grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto}.faq-grid{grid-template-columns:repeat(2,1fr);max-width:none}}.mission-section{padding:5rem 0;background:#fff}.mission-badge{display:inline-block;padding:.5rem 1rem;background:var(--primary-light);color:var(--primary-dark);font-weight:600;border-radius:var(--radius-full);font-size:.875rem;margin-bottom:1.5rem}.mission-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-main)}.mission-text{max-width:700px;margin:0 auto;font-size:1.125rem;color:var(--text-muted);line-height:1.7}.user-types-section{padding:5rem 0;background:var(--bg-off-white)}.split-grid{display:grid;grid-template-columns:1fr;gap:2rem}.user-type-card{background:#fff;padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.05);transition:transform .3s ease}.user-type-card:hover{transform:translateY(-5px)}.card-icon-wrapper{width:64px;height:64px;background:var(--primary-light);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;color:var(--primary)}.user-type-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-main)}.card-intro{font-size:1.05rem;color:var(--text-muted);margin-bottom:1.5rem}.feature-checklist{list-style:none;padding:0}.feature-checklist li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:var(--text-muted);font-size:.95rem}.feature-checklist li i{color:var(--primary);margin-top:.25rem}.community-section{padding:5rem 0;background:var(--secondary);color:#fff;text-align:center}.community-content{max-width:700px;margin:0 auto}.community-content h2{font-size:2.5rem;margin-bottom:1.5rem}.community-content p{font-size:1.125rem;color:#fffc;margin-bottom:1.5rem;line-height:1.7}.page-content-wrapper{padding:4rem 0;background:var(--bg-off-white);min-height:60vh}.prose-card{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.prose-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-main);padding-bottom:.5rem;border-bottom:1px solid #eee}.prose-content h3:first-child{margin-top:0}.prose-content p{margin-bottom:1rem;color:var(--text-muted);line-height:1.6}.prose-content ul{margin-bottom:1.5rem;padding-left:1.5rem;color:var(--text-muted)}.prose-content li{margin-bottom:.5rem}.prose-content a{color:var(--primary);text-decoration:none;font-weight:500}.prose-content a:hover{text-decoration:underline}@media(min-width:768px){.split-grid{grid-template-columns:repeat(2,1fr)}}.mailing-list-section{padding:5rem 0;text-align:center;background:var(--light-surface)}.mailing-list-container{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.mailing-list-section h2{margin-bottom:.5rem;color:var(--primary)}.mailing-list-section p{color:var(--text-muted);margin-bottom:2rem}.signup-input-group{margin-bottom:1.5rem;text-align:left}.signup-input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-main)}.signup-input-group input[type=email]{width:100%;padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:1rem;transition:border-color .2s}.signup-input-group input[type=email]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #20b98b1a}.user-type-selection{display:flex;gap:1rem;margin-bottom:1.5rem;justify-content:center}.user-type-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border:1px solid #E5E7EB;border-radius:20px;transition:all .2s}.user-type-option:hover{background:var(--bg-off-white)}.user-type-option input[type=radio]{accent-color:var(--primary)}.signup-btn{background:var(--primary);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:background-color .2s,transform .1s;width:100%}.signup-btn:hover{background:var(--primary-dark)}.signup-btn:active{transform:scale(.98)}.signup-btn:disabled{background:var(--text-muted);cursor:not-allowed}.signup-message{margin-top:1rem;padding:.75rem;border-radius:8px;font-size:.9rem;display:none}.success-message{background:#20b98b1a;color:#007a5e;border:1px solid rgba(32,185,139,.2)}.error-message{background:#ef44441a;color:#b91c1c;border:1px solid rgba(239,68,68,.2)}
