:root{--primary:#4a90d9;--primary-dark:#3a7bc8;--primary-light:#6ba3e0;--secondary:#ff6b6b;--accent:#4ecdc4;--success:#2ecc71;--warning:#f39c12;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--container-max:1200px;--section-padding:100px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100);transition:all .3s ease}.nav-container{max-width:var(--container-max);margin:0 auto;padding:0 24px;justify-content:space-between;height:72px}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px;text-decoration:none;color:var(--gray-900);font-weight:700;font-size:1.25rem}.nav-logo img{width:40px;height:40px;border-radius:10px}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{text-decoration:none;color:var(--gray-600);font-weight:500;font-size:.95rem;transition:color .2s ease}.nav-link:hover{color:var(--primary)}.nav-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--primary);color:var(--white);text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s ease}.nav-cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 24px 80px;background:linear-gradient(135deg,var(--gray-50) 0,var(--white) 50%,#ebf4ff 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(74,144,217,.1) 0,transparent 70%);pointer-events:none}.hero-container{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(74,144,217,.1);color:var(--primary);border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:24px}.hero-badge-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--gray-900);margin-bottom:24px}.hero h1 span{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--gray-600);line-height:1.8;margin-bottom:40px;max-width:520px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-phone{position:relative;width:280px;height:560px;background:var(--gray-900);border-radius:40px;padding:12px;box-shadow:var(--shadow-xl),0 0 0 1px rgba(0,0,0,.1)}.hero-phone-screen{position:relative;width:100%;height:100%;background:var(--white);border-radius:32px;overflow:hidden;isolation:isolate}.hero-phone-screen:before{content:"";position:absolute;inset:0;border-radius:32px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);z-index:2;pointer-events:none}.phone-icon{position:absolute;top:18%;left:50%;transform:translateX(-50%);z-index:3;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.hero-phone-screen img{width:100%;height:100%;object-fit:cover;border-radius:32px}.hero-phone-notch{position:absolute;top:20px;left:50%;transform:translateX(-50%);width:120px;height:28px;background:var(--gray-900);border-radius:20px;z-index:10}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--gray-900);color:var(--white)}.btn-primary:hover{background:var(--gray-800);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--white);color:var(--gray-900);border:2px solid var(--gray-200)}.btn-secondary:hover{border-color:var(--gray-300);background:var(--gray-50)}.btn svg{width:24px;height:24px}.stats{padding:60px 24px;background:var(--white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.stats-container{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:48px;gap:48px}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:8px}.stat-label{font-size:.95rem;color:var(--gray-500);font-weight:500}.features{padding:var(--section-padding) 24px;background:var(--gray-50)}.section-header{text-align:center;max-width:600px;margin:0 auto 64px}.section-label{display:inline-block;padding:6px 14px;background:rgba(74,144,217,.1);color:var(--primary);border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:16px}.section-title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:16px}.section-description{font-size:1.1rem;color:var(--gray-500);line-height:1.7}.features-grid{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.feature-card{background:var(--white);border-radius:20px;padding:40px 32px;transition:all .3s ease;border:1px solid var(--gray-100)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:transparent}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:24px}.feature-icon.blue{background:rgba(74,144,217,.1)}.feature-icon.red{background:hsla(0,100%,71%,.1)}.feature-icon.green{background:rgba(46,204,113,.1)}.feature-icon.purple{background:rgba(155,89,182,.1)}.feature-icon.orange{background:rgba(243,156,18,.1)}.feature-icon.teal{background:rgba(78,205,196,.1)}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.feature-card p{color:var(--gray-500);line-height:1.7;font-size:.95rem}.how-it-works{padding:var(--section-padding) 24px;background:var(--white)}.steps{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.step{display:flex;align-items:flex-start;gap:32px}.step-number{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--white);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800}.step-content h3{font-size:1.35rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.step-content p{color:var(--gray-500);line-height:1.7;font-size:1rem}.cta{padding:var(--section-padding) 24px;background:linear-gradient(135deg,var(--gray-900) 0,var(--gray-800) 100%);text-align:center}.cta-container{max-width:700px;margin:0 auto}.cta h2{font-size:2.75rem;font-weight:800;color:var(--white);margin-bottom:20px}.cta p{font-size:1.2rem;color:var(--gray-400);margin-bottom:40px;line-height:1.7}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-store{display:flex;align-items:center;gap:14px;padding:14px 28px;background:var(--white);color:var(--gray-900);text-decoration:none;border-radius:12px;transition:all .2s ease}.btn-store:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-store svg{width:28px;height:28px}.btn-store-text{text-align:left}.btn-store-text small{display:block;font-size:.75rem;color:var(--gray-500);font-weight:500}.btn-store-text span{display:block;font-size:1.1rem;font-weight:700}.footer{background:var(--gray-900);color:var(--gray-400);padding:80px 24px 40px}.footer-container{max-width:var(--container-max);margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:64px;gap:64px;margin-bottom:64px}.footer-brand{max-width:320px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-logo img{width:44px;height:44px;border-radius:12px}.footer-logo span{font-size:1.25rem;font-weight:700;color:var(--white)}.footer-brand p{line-height:1.7;font-size:.95rem}.footer-column h4{color:var(--white);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:var(--white)}.footer-bottom{padding-top:32px;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:.9rem}.footer-social{display:flex;gap:16px}.footer-social a{width:40px;height:40px;border-radius:10px;background:var(--gray-800);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:all .2s ease}.footer-social a:hover{background:var(--primary);color:var(--white)}.legal-page{padding:140px 24px 80px;min-height:100vh}.legal-container{max-width:800px;margin:0 auto}.legal-header{margin-bottom:48px}.legal-header h1{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:12px}.legal-header p{color:var(--gray-500);font-size:1rem}.legal-content h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-top:48px;margin-bottom:16px}.legal-content h3{font-size:1.15rem;font-weight:600;color:var(--gray-800);margin-top:32px;margin-bottom:12px}.legal-content p{color:var(--gray-600);line-height:1.8;margin-bottom:16px}.legal-content ul{margin-bottom:16px;padding-left:24px}.legal-content li{color:var(--gray-600);line-height:1.8;margin-bottom:8px}.legal-content a{color:var(--primary);text-decoration:none}.legal-content a:hover{text-decoration:underline}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:60px;text-align:center}.hero h1{font-size:2.75rem}.hero-description{max-width:100%;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-visual{order:-1}.features-grid,.stats-container{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:48px}}@media (max-width:768px){:root{--section-padding:64px}.nav-links{display:none}.hero{padding:100px 24px 60px}.hero h1{font-size:2.25rem}.hero-description{font-size:1.1rem}.hero-phone{width:240px;height:480px}.features-grid{grid-template-columns:1fr}.stats-container{grid-template-columns:1fr 1fr;gap:32px}.stat-value{font-size:2.25rem}.section-title{font-size:2rem}.step{flex-direction:column;text-align:center;align-items:center}.cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-store{width:100%;max-width:280px;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:40px}.footer-bottom{flex-direction:column;text-align:center}.legal-header h1{font-size:2rem}}@media (max-width:480px){.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}}