*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-size:16px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#0f2027;color:#2d3748;overflow-x:hidden}#root{min-height:100vh;margin:0;padding:0}.home{height:100vh;width:100%;position:relative;overflow-x:hidden;margin:0;padding:0;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364,#1e3c72,#2a5298);display:flex;flex-direction:column}.hero{width:100%;display:flex;align-items:center;justify-content:center;position:relative;flex:1}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;padding:0 2rem;max-width:1000px;margin:0 auto;width:100%}.hero-badge{display:inline-block;padding:.625rem 1.5rem;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:.8125rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:2.5rem;animation:fadeInDown .8s ease-out;color:#fffffff2}.hero-title{font-size:clamp(3.5rem,10vw,7rem);font-weight:700;margin-bottom:2rem;line-height:1.05;letter-spacing:-.03em;color:#fff;animation:fadeInUp .8s ease-out .2s both;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.375rem);margin-bottom:2.5rem;line-height:1.7;color:#ffffffd9;font-weight:400;animation:fadeInUp .8s ease-out .4s both;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#000;padding:1.25rem 3rem;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000040;animation:fadeInUp .8s ease-out .6s both;letter-spacing:-.01em}.cta-button:hover{transform:translateY(-1px);box-shadow:0 6px 30px #00000059;background:#f5f5f5}.arrow-icon{transition:transform .3s ease}.cta-button:hover .arrow-icon{transform:translate(4px)}.social-proof{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem;padding:2rem 3rem;background:#ffffff0f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.08);animation:fadeInUp .8s ease-out .8s both}.stat{text-align:center}.stat-number{font-size:clamp(2.25rem,4vw,3.5rem);font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{font-size:.8125rem;color:#fff9;font-weight:400;letter-spacing:.3px}.stat-divider{width:1px;height:40px;background:#fff3}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:10;animation:fadeIn 1s ease-out 1s both}.mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative}.mouse:before{content:"";width:4px;height:8px;background:#fffc;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s infinite}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@media(max-width:768px){.hero-content{padding:0 1.5rem}.nav-container{padding:1rem 1.5rem}.nav-logo{height:32px}.social-proof{flex-direction:column;gap:1.5rem;padding:1.5rem;margin-top:3rem}.stat-divider{width:40px;height:1px}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-right{flex-direction:column;gap:.75rem}}@media(max-width:480px){.social-proof{padding:1.5rem 1rem;gap:2rem}}.back-to-top-button{position:fixed;bottom:2rem;right:2rem;background-color:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:background-color .3s ease,transform .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.back-to-top-button:hover{background-color:#ffffff40;transform:translateY(-2px)}.back-to-top-button:focus{outline:none}.navbar{position:absolute;top:0;left:0;right:0;z-index:1000;background:transparent;border-bottom:none}.nav-container{max-width:1400px;margin:0 auto;padding:2.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:40px;width:auto;filter:brightness(0) invert(1)}.nav-links a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 1.5rem;border-radius:8px;transition:all .3s ease;background:#ffffff1a}.nav-links a:hover{background:#fff3}.footer{z-index:100;background:transparent;border-top:none}.footer-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.8125rem}.footer-right{display:flex;gap:1.5rem;align-items:center}.footer-right a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-right a:hover{color:#fff}.legal-page-layout{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#fff}.legal-content-main{flex:1;padding:120px 2rem 2rem}.legal-content-container{max-width:900px;margin:0 auto;padding-bottom:200px}.legal-content-container h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:2rem;color:#fff;text-align:center}.legal-text-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;color:#ffffffd9;line-height:1.8}.legal-text-content h2{font-size:1.75rem;font-weight:600;color:#fff;margin-top:2rem;margin-bottom:1rem}.legal-text-content p,.legal-text-content ul,.legal-text-content li{color:#fffc}.legal-text-content a{color:#66b2ff;text-decoration:none;transition:color .3s ease}.legal-text-content a:hover{color:#9cf;text-decoration:underline}.legal-text-content ul{padding-left:1.5rem}.legal-text-content strong{color:#fff;font-weight:600}
