:root{--primary-dark:#1e40af;--primary-blue:#2563eb;--primary-light:#3b82f6;--secondary-cyan:#06b6d4;--accent-purple:#8b5cf6;--bg-light:#f0f9ff;--bg-lighter:#f8fafc;--text-dark:#1e293b;--text-gray:#64748b;--border-light:#e2e8f0;--white:#fff;--font-primary:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-dark);background-color:var(--white);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-blue) 100%);padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 4px 12px rgba(30,64,175,.15)}.navbar-content{justify-content:space-between}.logo,.navbar-content{display:flex;align-items:center}.logo{gap:10px;font-size:20px;font-weight:700;color:var(--white);text-decoration:none;transition:var(--transition)}.logo:hover{opacity:.9}.logo-svg{width:32px;height:32px;object-fit:contain}.nav-links{display:flex;list-style:none;gap:32px;align-items:center}.nav-links a{color:var(--white);text-decoration:none;font-size:15px;font-weight:500;transition:var(--transition);position:relative}.nav-links a:hover{opacity:.8}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--secondary-cyan);transition:width .3s ease}.nav-links a:hover:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;font-size:15px;transition:var(--transition);border:none;cursor:pointer;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary-blue) 0,var(--secondary-cyan) 100%);color:var(--white);box-shadow:0 4px 15px rgba(37,99,235,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.4)}.btn-secondary{background:hsla(0,0%,100%,.15);color:var(--white);border:2px solid hsla(0,0%,100%,.3)}.btn-secondary:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.btn-large{padding:18px 40px;font-size:16px}.play-icon{font-size:12px}.hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-blue) 50%,var(--secondary-cyan) 100%);color:var(--white);padding:80px 0;position:relative;overflow:hidden}.hero:before{top:-50%;right:-10%;width:500px;height:500px;background:rgba(139,92,246,.1);animation:float 6s ease-in-out infinite}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%}.hero:after{bottom:-30%;left:-5%;width:400px;height:400px;background:rgba(6,182,212,.1);animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:16px;animation:slideInLeft .8s ease-out}.subtitle{font-size:24px;font-weight:600;margin-bottom:16px;opacity:.95;animation:slideInLeft .8s ease-out .1s both}.description{font-size:16px;opacity:.9;margin-bottom:32px;line-height:1.7;animation:slideInLeft .8s ease-out .2s both}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.cta-buttons{display:flex;gap:16px;flex-wrap:wrap;animation:slideInLeft .8s ease-out .3s both}.hero-image{display:flex;justify-content:center;align-items:center;animation:slideInRight .8s ease-out .2s both}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.hero-logo-svg{width:280px;height:280px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}.features{padding:100px 0;background:var(--bg-lighter)}.features h2{font-size:42px;font-weight:800;text-align:center;margin-bottom:60px;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px}.feature-card{background:var(--white);padding:40px;border-radius:16px;text-align:center;transition:var(--transition);border:1px solid var(--border-light);box-shadow:0 2px 8px rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(37,99,235,.1);border-color:var(--primary-light)}.feature-icon{font-size:48px;margin-bottom:16px;display:inline-block}.feature-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.feature-card p{color:var(--text-gray);font-size:14px;line-height:1.6}.how-it-works{padding:100px 0;background:linear-gradient(135deg,rgba(30,64,175,.05),rgba(6,182,212,.05))}.how-it-works h2{font-size:42px;font-weight:800;text-align:center;margin-bottom:60px;color:var(--text-dark)}.steps{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:32px}.step{flex:1 1;min-width:250px;text-align:center;background:var(--white);padding:40px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:var(--transition)}.step:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(37,99,235,.15)}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-blue) 0,var(--secondary-cyan) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 16px}.step h3{font-size:20px;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.step p{color:var(--text-gray);font-size:14px}.step-arrow{font-size:32px;color:var(--primary-light);font-weight:700;display:flex;align-items:center}.cta{background:linear-gradient(135deg,var(--primary-dark) 0,var(--accent-purple) 100%);color:var(--white);padding:80px 0;text-align:center}.cta h2{font-size:42px;font-weight:800;margin-bottom:16px}.cta>.container>p:first-of-type{font-size:18px;margin-bottom:32px;opacity:.95}.beta-notice{margin-top:24px;font-size:14px;opacity:.9}.beta-notice a{color:var(--secondary-cyan);text-decoration:none;font-weight:600;transition:var(--transition)}.beta-notice a:hover{text-decoration:underline}.footer{background:var(--text-dark);color:var(--white);padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-bottom:40px}.footer-section h4{font-size:16px;font-weight:700;margin-bottom:16px;color:var(--secondary-cyan)}.footer-section p{font-size:14px;opacity:.8;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:14px;transition:var(--transition)}.footer-section a:hover{color:var(--secondary-cyan)}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);font-size:14px;opacity:.7}.privacy-header{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-blue) 100%);color:var(--white);padding:60px 0;text-align:center}.privacy-header h1{font-size:42px;font-weight:800;margin-bottom:12px}.privacy-header p{font-size:16px;opacity:.9}.privacy-content{padding:80px 0;background:var(--bg-lighter);min-height:60vh}.privacy-body{background:var(--white);padding:60px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.05);max-width:900px;margin:0 auto}.privacy-body h2{font-size:24px;font-weight:700;color:var(--primary-dark);margin-top:40px;margin-bottom:16px}.privacy-body h2:first-child{margin-top:0}.privacy-body h3{font-size:18px;font-weight:600;color:var(--primary-blue);margin-top:24px;margin-bottom:12px}.privacy-body p{color:var(--text-gray);margin-bottom:12px;line-height:1.8}.privacy-body ol,.privacy-body ul{margin-left:24px;margin-bottom:16px}.privacy-body li{margin-bottom:8px;color:var(--text-gray)}.privacy-body strong{color:var(--text-dark)}.last-updated{background:rgba(37,99,235,.05);padding:16px;border-left:4px solid var(--primary-blue);margin-bottom:32px;border-radius:4px}.last-updated p{margin:0;font-size:14px;color:var(--primary-dark)}@media (max-width:768px){.hero-content{grid-template-columns:1fr;gap:40px;padding-top:20px}.hero-text h1{font-size:32px}.subtitle{font-size:18px}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}.hero-logo-svg{width:200px;height:200px}.nav-links{gap:16px;font-size:14px}.cta h2,.features h2,.how-it-works h2{font-size:32px}.steps{gap:16px}.step-arrow{transform:rotate(90deg)}.privacy-body{padding:40px 24px}.features-grid{gap:20px}.feature-card{padding:24px}}@media (max-width:480px){.hero-text h1{font-size:24px}.subtitle{font-size:16px}.btn,.description{font-size:14px}.btn{padding:12px 20px}.cta h2,.features h2,.how-it-works h2{font-size:26px}.nav-links{gap:8px}.footer-content{gap:24px}}