:root{--primary: #667eea;--primary-dark: #764ba2;--secondary: #ffd89b;--text-dark: #333;--text-light: #666;--text-lighter: #999;--bg-light: #f8f9fa;--white: #ffffff;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 3rem;--spacing-xl: 5rem;--radius-sm: 5px;--radius-md: 10px;--radius-lg: 15px;--radius-xl: 20px;--radius-full: 50px;--shadow-sm: 0 2px 5px rgba(0, 0, 0, .05);--shadow-md: 0 5px 15px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark);margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;line-height:1.6;color:var(--text-light)}a{text-decoration:none;color:var(--primary);transition:var(--transition-normal)}a:hover{opacity:.8}.container{max-width:1400px;margin:0 auto;padding:0 5%}.text-center{text-align:center}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}button{font-family:inherit;font-size:inherit;border:none;background:none;cursor:pointer}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background-color:var(--primary);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background:var(--bg-light);padding:.2rem .4rem;border-radius:var(--radius-sm);font-size:.9em}@media(max-width:968px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media(max-width:640px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.35rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.header-container{max-width:1400px;margin:0 auto;padding:1rem 5%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.5rem;font-weight:800;color:#333;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#555;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover{color:#667eea}.nav-link:hover:after{width:100%}.btn-download{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-download:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}@media(max-width:768px){.header-container{padding:1rem 4%}.nav{gap:1rem}.nav-link{font-size:.9rem}.nav-link:not(.btn-download){display:none}.btn-download{padding:.6rem 1.25rem;font-size:.9rem}}.footer{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;padding:4rem 5% 2rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-logo .logo-icon{font-size:2rem}.footer-logo .logo-text{background:linear-gradient(135deg,#667eea,#ffd89b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.25rem;transition:all .3s ease}.social-link:hover{background:#fff3;transform:translateY(-3px)}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links li a:hover{color:#fff;transform:translate(5px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.copyright{color:#fff9;font-size:.9rem;margin:0}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{background:#ffffff1a;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;color:#fffc;display:flex;align-items:center;gap:.5rem}@media(max-width:968px){.footer{padding:3rem 4% 1.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section:first-child{grid-column:1 / -1}}@media(max-width:640px){.footer{padding:2rem 4% 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-badges{justify-content:center}.social-links{justify-content:flex-start}}.landing-page{width:100%;overflow-x:hidden}.hero{min-height:90vh;display:flex;align-items:center;justify-content:space-between;padding:2rem 5%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:500px;height:500px;background:#ffffff1a;border-radius:50%;top:-250px;right:-250px}.hero-content{flex:1;max-width:600px;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(90deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.hero-image{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.floating-card{position:absolute;background:#fff;color:#333;padding:1rem 1.5rem;border-radius:15px;box-shadow:0 10px 30px #0003;display:flex;align-items:center;gap:.75rem;font-weight:600;animation:float 3s ease-in-out infinite}.floating-card .icon{font-size:2rem}.card-1{top:20%;left:10%;animation-delay:0s}.card-2{top:50%;right:15%;animation-delay:1s}.card-3{bottom:20%;left:25%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{padding:5rem 5%;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.how-it-works{padding:5rem 5%;background:#fff}.steps{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.step{flex:1;min-width:250px;text-align:center}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.step p{color:#666}.step-arrow{font-size:2rem;color:#667eea;font-weight:700}.testimonials{padding:5rem 5%;background:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.stars{font-size:1.25rem;margin-bottom:1rem}.testimonial-text{color:#666;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.avatar{width:50px;height:50px;background:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.name{font-weight:600;color:#333}.role{font-size:.9rem;color:#999}.cta-section{padding:5rem 5%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.download-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fff3;border:2px solid white;border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.download-btn:hover{background:#fff;color:#667eea;transform:translateY(-5px)}.download-btn .icon{font-size:2.5rem}.download-btn .small{font-size:.75rem;text-align:left}.download-btn .large{font-size:1.25rem;font-weight:700;text-align:left}@media(max-width:968px){.hero{flex-direction:column;text-align:center;padding-top:4rem}.hero-title{font-size:2.5rem}.hero-content{max-width:100%}.cta-buttons{justify-content:center}.hero-image{height:300px;margin-top:2rem}.step-arrow{display:none}.features-grid,.testimonials-grid{grid-template-columns:1fr}}@media(max-width:640px){.hero-title,.section-title{font-size:2rem}.btn{width:100%;justify-content:center}}.legal-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff 50%);padding:6rem 5% 3rem}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 30px #0000001a}.legal-title{font-size:3rem;font-weight:800;color:#333;margin-bottom:1rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.update-date{text-align:center;color:#666;font-size:.95rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:1.25rem;margin-top:2rem;padding-bottom:.5rem;border-bottom:3px solid #667eea;display:inline-block}.legal-section h3{font-size:1.35rem;font-weight:600;color:#444;margin-top:1.75rem;margin-bottom:1rem}.legal-section p{color:#555;line-height:1.8;margin-bottom:1rem;font-size:1rem}.legal-section ul{margin:1rem 0 1.5rem 1.5rem;padding-left:1rem}.legal-section li{color:#555;line-height:1.8;margin-bottom:.75rem;position:relative;padding-left:.5rem}.legal-section li::marker{color:#667eea;font-weight:700}.legal-section li strong{color:#333;font-weight:600}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:10px;border-left:4px solid #667eea;margin:1.5rem 0}.contact-info p{margin-bottom:.75rem;color:#444}.contact-info strong{color:#333;font-weight:600}.legal-footer{margin-top:4rem;padding-top:2rem;border-top:2px solid #f0f0f0;text-align:center;color:#666}.legal-footer p{margin-bottom:.5rem;font-size:.95rem}.legal-section p strong{color:#667eea;font-weight:600}@media(max-width:768px){.legal-page{padding:4rem 4% 2rem}.legal-container{padding:2rem 1.5rem;border-radius:15px}.legal-title{font-size:2.25rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-section p,.legal-section li{font-size:.95rem}.legal-section ul{margin-left:1rem;padding-left:.5rem}}@media(max-width:480px){.legal-page{padding:3rem 3% 1.5rem}.legal-container{padding:1.5rem 1rem}.legal-title{font-size:1.85rem}.legal-section h2{font-size:1.35rem}.legal-section h3{font-size:1.1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}section[id]{scroll-margin-top:100px}
