*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#2c364f;--navy-dark:#1a2130;--blue:#3b7dff;--blue-light:#6fa0ff;--white:#fff;--off-white:#f8f9fa;--text:#1a1a1a;--text-muted:#555;--red:#cc5252;--radius:12px}html{scroll-behavior:smooth}body{background:var(--off-white);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.nav{background:var(--navy-dark);z-index:100;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-logo{color:var(--blue-light);letter-spacing:.02em;font-size:1.2rem;font-weight:700}.nav-logo:hover{color:var(--white);text-decoration:none}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:#ffffffbf;font-size:.95rem;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--white);text-decoration:none}.footer{background:var(--navy-dark);color:#ffffff8c;text-align:center;flex-direction:column;gap:.75rem;padding:2rem;font-size:.85rem;display:flex}.footer-links{justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:#ffffff8c;font-size:.85rem;transition:color .15s}.footer-links a:hover{color:var(--white);text-decoration:none}.home{flex-direction:column;min-height:100vh;display:flex}.hero{background:var(--navy);color:var(--white);flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;padding:5rem 2rem;display:flex}.hero-content{max-width:480px}.hero-badge{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-sub{color:#fffc;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.app-store-btn{background:var(--blue);color:var(--white);border-radius:999px;align-items:center;gap:.6rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.app-store-btn:hover{background:var(--blue-light);text-decoration:none;transform:translateY(-1px)}.hero-illustration{background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:220px;height:300px;display:flex}.hero-pin{font-size:4rem;line-height:1}.hero-illustration-text{color:#fff9;text-align:center;padding:0 1.5rem;font-size:.85rem}.features{background:var(--white);flex:1;padding:5rem 2rem}.features-inner{max-width:960px;margin:0 auto}.section-title{text-align:center;color:var(--navy);margin-bottom:3rem;font-size:2rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--off-white);border-radius:var(--radius);border:1px solid #e0e4ec;padding:1.75rem}.feature-icon{margin-bottom:.75rem;font-size:2rem}.feature-card h3{color:var(--navy);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.92rem;line-height:1.55}.cta{background:var(--navy-dark);color:var(--white);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.cta h2{color:var(--white);font-size:2rem;font-weight:700}.cta p{color:#ffffffb3;margin-bottom:.5rem}.legal-page{flex-direction:column;min-height:100vh;display:flex}.legal-content{flex:1;max-width:720px;margin:0 auto;padding:3rem 2rem 5rem}.legal-content h1{color:var(--navy);margin-bottom:.4rem;font-size:2.5rem;font-weight:800}.legal-date{color:var(--text-muted);margin-bottom:2.5rem;font-size:.92rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--blue);border-bottom:2px solid #e0e0d8;margin-bottom:.6rem;padding-bottom:.4rem;font-size:1.3rem;font-weight:700}.legal-content h3{color:var(--text);margin:1rem 0 .3rem;font-size:1rem;font-weight:600}.legal-content p{color:var(--text-muted);margin-bottom:.6rem;font-size:.97rem;line-height:1.7}.legal-content ul{color:var(--text-muted);padding-left:1.4rem;font-size:.97rem;line-height:1.7}.legal-content ul li{margin-bottom:.4rem}.legal-content a{color:var(--blue);text-decoration:underline}.faq-list{flex-direction:column;gap:1.25rem;margin-top:1rem;display:flex}.faq-item{background:var(--white);border-radius:var(--radius);border:1px solid #e0e0d8;padding:1.25rem 1.5rem}.faq-item h3{color:var(--navy);margin:0 0 .4rem;font-size:1rem;font-weight:600}.faq-item p{color:var(--text-muted);margin:0;font-size:.93rem;line-height:1.6}
