:root{--primary: #6366f1;--primary-dark: #4338ca;--secondary: #0ea5e9;--accent: #00F5FF;--background: #ffffff;--surface: #f8fafc;--text: #0f172a;--text-muted: #64748b;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--white: #ffffff;--dark-bg: #0A0E27}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}.app-showcase{background:var(--surface);padding:6rem 0;overflow:hidden}.showcase-row{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-bottom:8rem;opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.showcase-row.is-visible{opacity:1;transform:translateY(0)}.showcase-row.row-reverse{flex-direction:row-reverse}.showcase-text{flex:1;max-width:500px}.step-badge{display:inline-block;background:#6366f11a;color:var(--primary);font-weight:700;padding:.25rem .75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.showcase-text h3{font-size:2.25rem;font-weight:800;margin-bottom:1rem;color:var(--text)}.showcase-text p{font-size:1.15rem;color:var(--text-muted);line-height:1.6}.showcase-visual{flex:1;display:flex;justify-content:center}.showcase-visual img{width:280px;height:auto;border-radius:40px;box-shadow:0 20px 40px -10px #0000004d;transition:transform .3s ease}.showcase-visual img:hover{transform:scale(1.02)}@media(max-width:768px){.showcase-row{flex-direction:column!important;text-align:center;gap:3rem}.showcase-text{max-width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}.top-bar{background:var(--text);color:#fff;padding:.5rem 0;font-size:.85rem}.top-bar-content{display:flex;justify-content:center;gap:1rem;align-items:center}.top-bar-link{color:var(--secondary);font-weight:600;display:flex;align-items:center;gap:4px}.top-bar-link:hover{text-decoration:underline}.header{position:sticky;top:0;z-index:100;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.5rem;color:var(--primary);letter-spacing:-.05em}.logo-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#6366f11a;padding:8px;overflow:hidden}.logo-icon img{border-radius:50%;object-fit:cover}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-weight:500;color:var(--text-muted);transition:color .2s;font-size:.95rem}.nav a:hover{color:var(--primary)}.nav .btn-primary{color:#fff;padding:.6rem 1.25rem}.btn-outline-sm{border:1px solid var(--border);padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;transition:all .2s}.btn-outline-sm:hover{border-color:var(--primary);color:var(--primary)}.hero{padding:4rem 0 0;background:linear-gradient(135deg,#f8fafc,#e0e7ff);position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:80vh}.hero-text h1{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.highlight{color:var(--primary);background:linear-gradient(120deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:90%}.hero-btns{display:flex;gap:1rem}.btn-outline{border:2px solid var(--text-muted);color:var(--text);padding:.75rem 1.5rem;border-radius:9999px;font-weight:600}.hero-image{display:flex;justify-content:center;position:relative;z-index:10}.phone-mockup{width:320px;height:650px;background:#1e293b;border-radius:48px;padding:12px;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 2px #334155;border:4px solid #0f172a;position:relative;transition:transform .3s ease}.phone-mockup:hover{transform:translateY(-10px)}.phone-mockup:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:100px;height:24px;background:#0f172a;border-radius:0 0 16px 16px;z-index:20}.screen{width:100%;height:100%;background:#000;border-radius:36px;overflow:hidden;position:relative;display:flex;flex-direction:column}.app-screen-img{width:100%;flex-shrink:0;height:auto;object-fit:cover}.features{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-title{text-align:center;font-size:2.5rem;font-weight:800}.badge{background:#e0e7ff;color:var(--primary);padding:.25rem .75rem;border-radius:99px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;display:inline-block}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{padding:2rem;border-radius:24px;background:#fff;border:1px solid var(--surface);box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.icon-box{width:64px;height:64px;background:#e0e7ff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:var(--text-muted);line-height:1.6}.how-it-works{padding:6rem 0;background:var(--surface)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-card{position:relative;padding:2rem}.step-number{font-size:4rem;font-weight:900;color:#6366f11a;position:absolute;top:0;left:1rem;z-index:0;line-height:1}.step-card h3{position:relative;font-size:1.5rem;margin-bottom:1rem;z-index:1}.step-card p{position:relative;color:var(--text-muted);z-index:1}.stats-section{padding:4rem 0;background:var(--primary);color:#fff}.stats-section .container{display:flex;justify-content:center;align-items:center;gap:4rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{opacity:.8;font-weight:500}.stat-divider{width:1px;height:60px;background:#fff3}.footer{background:#0f172a;color:#94a3b8;padding:5rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.brand-col .logo{color:#fff;margin-bottom:1.5rem}.brand-col p{max-width:300px;line-height:1.6;margin-bottom:1.5rem}.footer-col h4{color:#fff;font-size:1.1rem;margin-bottom:1.5rem}.footer-col a{display:block;margin-bottom:.75rem;transition:color .2s}.footer-col a:hover{color:#fff}.social-links{display:flex;gap:1rem}.cta-col .social-links{margin-top:1.5rem;justify-content:center}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#fff6;transition:all .3s ease;margin-bottom:0}.social-links a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.cta-col p{margin-bottom:1rem}.footer-btn{width:100%}.footer-bottom{padding-top:3rem;border-top:1px solid #1e293b;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.footer-bottom p{justify-self:start}.footer-bottom .social-links{justify-content:center;justify-self:center;padding-top:10px}.footer-bottom .footer-links{justify-self:end}.footer-links{display:flex;gap:2rem}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff;padding:.75rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;box-shadow:0 4px 6px -1px #6366f166}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}@media(max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center;padding-top:2rem}.hero-text h1{font-size:3rem}.hero-btns{justify-content:center}.feature-grid{grid-template-columns:1fr}.steps-grid,.footer-content{grid-template-columns:1fr;gap:3rem}.stats-section .container{flex-direction:column;gap:2rem}.stat-divider{width:60px;height:1px}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.nav a:not(.btn){display:none}}.legal-page{min-height:100vh;padding:6rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e0e7ff,#f8fafc);position:relative}.legal-page:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,rgba(99,102,241,.05) 0%,transparent 100%);pointer-events:none}.legal-page .container{max-width:900px;margin:0 auto;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;position:relative;z-index:1}.legal-page h1{font-size:2.5rem;color:var(--text);margin-bottom:.5rem;font-weight:800}.legal-page .last-updated{color:var(--text-muted);font-size:.95rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--surface)}.legal-page section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(99,102,241,.1)}.legal-page section:last-child{border-bottom:none;padding-bottom:0}.legal-page h2{font-size:1.75rem;color:var(--primary);margin-bottom:1.5rem;font-weight:700;padding-left:1rem;border-left:4px solid var(--primary)}.legal-page h3{font-size:1.25rem;color:var(--text);margin:1.5rem 0 .75rem;font-weight:600}.legal-page p{color:var(--text);line-height:1.8;margin-bottom:1rem}.legal-page ul{margin:1rem 0 1rem 2rem;color:var(--text)}.legal-page li{margin-bottom:.75rem;line-height:1.7}.legal-page strong{color:var(--primary);font-weight:600}@media(max-width:768px){.legal-page{padding:4rem 0 3rem}.legal-page .container{padding:0 1.5rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.15rem}}
