:root{--teal: #7ECDC0;--teal-light: #A8E0D6;--purple: #6B4EE6;--purple-dark: #5539CC;--dark: #1a1a2e;--white: #ffffff;--gray: #6b7280;--gray-light: #f3f4f6;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--dark);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px}a{color:var(--purple);text-decoration:none;transition:color .2s}a:hover{color:var(--purple-dark)}.landing-page{width:100%;overflow-x:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;background:var(--white);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--dark)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--gray);font-weight:500}.nav-links a:hover{color:var(--purple)}.btn-primary{background:var(--purple);color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:var(--purple-dark);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--purple);border:2px solid var(--purple);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--purple);color:var(--white)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;background:var(--teal);min-height:80vh;gap:4rem}.hero-content{flex:1;max-width:600px}.hero h1{font-size:3.5rem;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--white);opacity:.9;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta .btn-primary{background:var(--white);color:var(--purple)}.hero-cta .btn-primary:hover{background:var(--gray-light)}.hero-cta .btn-secondary{border-color:var(--white);color:var(--white)}.hero-cta .btn-secondary:hover{background:var(--white);color:var(--teal)}.hero-image{flex:1;display:flex;justify-content:center}.phone-mockup{width:280px;height:560px;background:var(--dark);border-radius:40px;padding:10px;box-shadow:0 25px 50px #00000040}.phone-mockup.small{width:220px;height:440px}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,var(--teal-light) 0%,var(--teal) 100%);border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.profile-card{text-align:center}.profile-avatar{width:120px;height:120px;background:linear-gradient(135deg,#ddd,#bbb);border-radius:50%;margin:0 auto 1rem}.profile-name{font-weight:700;font-size:1.25rem;color:var(--dark);margin-bottom:.25rem}.profile-role{color:var(--gray);font-size:.9rem;margin-bottom:1.5rem}.profile-actions{display:flex;gap:1rem;justify-content:center}.action-btn{width:50px;height:50px;border-radius:50%;border:none;font-size:1.25rem;cursor:pointer;transition:transform .2s}.action-btn:hover{transform:scale(1.1)}.action-btn.skip{background:var(--white);color:var(--gray)}.action-btn.like{background:#ec4899;color:var(--white)}.action-btn.star{background:#fbbf24;color:var(--white)}.location-badge,.distance-badge{background:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;margin:.5rem;color:var(--dark)}.stats{padding:6rem 5%;background:var(--white)}.stats-container{display:flex;gap:4rem;max-width:1200px;margin:0 auto;align-items:flex-start}.stat-large{flex:1}.stat-large h2{font-size:4rem;font-weight:800;color:var(--dark);line-height:1.1}.stat-large p{font-size:2rem;font-weight:700;color:var(--dark)}.stats-right{flex:1}.stat-item{margin-bottom:2rem}.stat-item h3{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.stat-item p{color:var(--gray);line-height:1.6}.stat-note{color:var(--gray);font-style:italic;border-left:3px solid var(--purple);padding-left:1rem;margin-top:2rem}.features{padding:6rem 5%;background:var(--teal)}.features-header{text-align:center;max-width:800px;margin:0 auto 4rem}.features-header h2{font-size:3rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.features-header p{color:var(--dark);opacity:.8;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--white);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.feature-card p{color:var(--gray);line-height:1.6}.how-it-works{padding:6rem 5%;background:var(--teal)}.how-it-works h2{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:3rem}.how-grid{display:flex;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.how-content{flex:1}.how-content ul{list-style:disc;padding-left:1.5rem}.how-content li{color:var(--dark);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.how-content li strong{color:var(--dark)}.how-image{flex:1;display:flex;justify-content:center}.cta-section{padding:6rem 5%;background:var(--purple);text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.cta-section p{color:var(--white);opacity:.9;margin-bottom:2rem;font-size:1.1rem}.cta-section .btn-primary{background:var(--white);color:var(--purple)}.cta-section .btn-primary:hover{background:var(--gray-light)}.footer{padding:2rem 5%;background:var(--dark)}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:.5rem;color:var(--white);font-weight:600}.footer p{color:var(--gray);font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--white);border-radius:16px;padding:2.5rem;max-width:450px;width:100%;position:relative;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.75rem;color:var(--gray);cursor:pointer;padding:0;line-height:1;transition:color .2s}.modal-close:hover{color:var(--dark)}.modal h2{font-size:1.75rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.modal>p{color:var(--gray);margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;color:var(--dark);margin-bottom:.5rem;font-size:.95rem}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid var(--gray-light);border-radius:8px;font-size:1rem;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--purple)}.form-group input::placeholder{color:#aaa}.btn-full{width:100%}.success-message{text-align:center;padding:1rem 0}.success-icon{width:60px;height:60px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--white);margin:0 auto 1.5rem}.success-message h2{margin-bottom:1rem}.success-message p{color:var(--gray);margin-bottom:1.5rem;line-height:1.6}.image-placeholder{width:320px;height:480px;background:linear-gradient(135deg,var(--white) 0%,var(--gray-light) 100%);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px #00000026;border:2px dashed var(--gray)}.image-placeholder.small{width:260px;height:400px}.image-placeholder span{color:var(--gray);font-weight:500;font-size:1.1rem}.sensory-profiles{padding:6rem 5%;background:var(--teal);display:flex;gap:4rem;align-items:flex-start}.sensory-content{flex:1;max-width:500px}.sensory-content h2{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:2rem}.sensory-content ul{list-style:disc;padding-left:1.5rem}.sensory-content li{color:var(--dark);font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.sensory-features{flex:1;display:flex;flex-direction:column;gap:1rem}.sensory-card{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}.sensory-card h4{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.sensory-card p{color:var(--gray);font-size:.95rem}.geo-planning{padding:6rem 5%;background:var(--teal);display:flex;gap:4rem;align-items:center}.geo-content{flex:1}.geo-content h2{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:2rem}.geo-content ul{list-style:disc;padding-left:1.5rem}.geo-content li{color:var(--dark);font-size:1.1rem;line-height:1.8;margin-bottom:.75rem}.geo-content li strong{color:var(--dark)}.geo-image{flex:1;display:flex;justify-content:center}.competition{padding:6rem 5%;display:flex;gap:4rem}.competition-left{flex:1;background:var(--teal);padding:4rem;display:flex;flex-direction:column;justify-content:center}.competition-left h2{font-size:3rem;font-weight:700;color:var(--dark);line-height:1.2;margin-bottom:1.5rem}.competition-left p{color:var(--dark);font-size:1.1rem;line-height:1.7}.competition-stats{flex:1;display:flex;flex-direction:column;gap:2rem;padding:2rem 0}.comp-stat{border-bottom:1px solid var(--gray-light);padding-bottom:2rem}.comp-stat:last-child{border-bottom:none}.comp-stat h3{font-size:3rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.comp-stat p{color:var(--gray);line-height:1.6}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.hero{flex-direction:column;text-align:center;padding:3rem 5%}.hero h1{font-size:2.5rem}.hero-cta{justify-content:center}.stats-container{flex-direction:column;gap:2rem}.stat-large h2{font-size:3rem}.how-grid{flex-direction:column}.footer-content{flex-direction:column;gap:1rem;text-align:center}.sensory-profiles{flex-direction:column}.sensory-content{max-width:100%}.geo-planning,.competition{flex-direction:column}.competition-left{padding:2rem}.competition-left h2,.comp-stat h3{font-size:2rem}.image-placeholder{width:260px;height:380px}}#root{width:100%}
