:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--complement-color: #f1ef63;--text-color: #1f2937;--text-color-light: #6b7280;--background-color: #ffffff;--secondary-background: #f9fafb;--accent-color: #10b981;--error-color: #ef4444}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,sans-serif;color:var(--text-color);line-height:1.5}#app{min-height:100vh}header{position:fixed;top:0;width:100%;background:var(--background-color);box-shadow:0 1px 3px #0000001a;z-index:1000}nav{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-image{height:2rem;width:auto}.hero-background{padding:2rem;margin-top:4rem;background:linear-gradient(45deg,transparent 48%,rgba(99,102,241,.1) 49%,rgba(99,102,241,.1) 51%,transparent 10%) 0 0/2rem 2rem,linear-gradient(-45deg,transparent 48%,rgba(79,70,229,.1) 49%,rgba(79,70,229,.1) 51%,transparent 10%) 1rem 0/2rem 2rem;border-radius:2rem;z-index:1;position:relative}.hero-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% center,transparent 0%,rgba(0,0,0,.15) 100%);pointer-events:none;z-index:1}.hero{max-width:1200px;margin:25px auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;color:var(--text-color);font-weight:800}.subtitle{font-size:1.25rem;color:var(--text-color-light);margin-bottom:2rem;line-height:1.6}.launch-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:1.5rem;margin-bottom:1.5rem;font-weight:500;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.launch-badge .icon{font-size:1rem}.launch-badge .text{color:#fff;font-weight:500}.feature-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-color);padding:.5rem 0;text-align:left}.feature-item .check{flex-shrink:0}.feature-item span{line-height:1.4}.feature-item a{color:var(--primary-color);text-decoration:none;font-weight:500}.feature-item a:hover{text-decoration:underline}.scroll-anker{height:0px;width:0px}.signup-form-container{background:var(--complement-color);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:relative;z-index:3}.signup-form h2{margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem;position:relative}.form-group input{width:100%;padding:.75rem;border:1px solid var(--primary-dark);border-radius:.5rem;font-size:1rem;position:relative;z-index:4;background:#fff}.form-group input[name=name]::placeholder,.form-group input[name=email]::placeholder{color:var(--text-color-light);font-weight:500}.form-group label{display:block;font-size:.875rem;color:var(--text-color);margin-top:.25rem}.form-group input[name=email]:after{content:"*";color:var(--primary-dark);position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.cta-button,.submit-button{background:var(--primary-dark);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cta-button:hover,.submit-button:hover{background:var(--primary-dark)}.submit-button{width:100%;padding:1rem;font-size:1.1rem;margin-bottom:.5rem}.consent-text{font-size:.85rem;color:var(--text-color-light);text-align:center;margin-bottom:1rem}@media (max-width: 768px){.hero-background{padding:1rem}.hero{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content h1{font-size:2.5rem}.launch-badge{width:50%;margin:0 auto 1.5rem;justify-content:center}.feature-item,.benefits li{font-size:1rem}.logo{font-size:1.2rem}#header-cta{font-size:.9rem;padding:.6rem 1.2rem}.step-number{top:15px!important;left:auto!important;right:15px!important}.footer-section .logo,.footer-language-selector{justify-content:center}.consent-text{font-size:.75rem;padding:0 .5rem}}.pain-points{background:var(--secondary-background);padding:6rem 2rem}.pain-points h2{font-family:Gloria Hallelujah,cursive;text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--text-color)}.section-subtitle{text-align:center;color:#4b5563;font-size:1.2rem;margin-bottom:4rem}.problems-solutions{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.problems{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.problems h3{font-size:1.5rem;color:var(--text-color);margin-bottom:1rem}.problems .subtitle{color:#4b5563;margin-bottom:1.5rem}.problem-list{list-style:none;padding:0}.problem-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#fef2f2;border-radius:.5rem;color:#991b1b}.problem-list .icon{flex-shrink:0}.solutions h3{font-size:1.5rem;color:var(--text-color);margin-bottom:1rem}.solutions .subtitle{color:#4b5563;margin-bottom:2rem}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.solution-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s}.solution-card:hover{transform:translateY(-5px)}.solution-card .icon{font-size:2rem;margin-bottom:1rem}.solution-card h4{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem}.solution-card p{color:#4b5563;line-height:1.5}.cta-container{text-align:center;margin-top:4rem}.spots-left{margin-top:1rem;color:#4b5563;font-size:.9rem}@media (max-width: 1024px){.problems-solutions{grid-template-columns:1fr;gap:2rem}.solution-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.pain-points{padding:4rem 1rem}.pain-points h2{font-size:2rem}.solution-grid{grid-template-columns:1fr}}.roadmap{padding:4rem 2rem;max-width:1200px;margin:0 auto}.roadmap h2{font-family:Gloria Hallelujah,cursive;text-align:center;font-size:2.25rem;margin-bottom:1rem;color:var(--text-color)}.roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.roadmap-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #00000026;background-color:var(--secondary-background);position:relative;transition:transform .2s;cursor:pointer}.roadmap-card:hover{transform:translateY(-5px)}.step-number{position:absolute;top:-15px;left:-15px;background:var(--primary-color);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.roadmap-card .icon{font-size:2rem;margin-bottom:1rem}.roadmap-card h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem}.roadmap-card p{color:#4b5563;margin-bottom:1rem}.expandable-content{display:none;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.expandable-content ul{list-style:none;padding-left:1rem}.expandable-content li{color:#4b5563;margin-bottom:.5rem;position:relative}.expandable-content li:before{content:"•";color:var(--primary-color);position:absolute;left:-1rem}.roadmap-card.expanded .expandable-content{display:block}@media (max-width: 768px){.roadmap{padding:3rem 1rem}.roadmap h2{font-size:1.75rem}.roadmap-grid{grid-template-columns:1fr}}.about{padding:4rem 2rem;background:var(--secondary-background)}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.about-image{position:relative}.about-image img{width:100%;max-width:300px;height:auto;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.about-content p{font-family:Gloria Hallelujah,cursive}.about-content h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-color)}.about-content p{color:#4b5563;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.about-benefits{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.about-benefits h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-color)}.about-benefits-list{list-style:none;padding:0}.about-benefits-list li{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;color:var(--text-color);font-size:1.1rem}.about-benefits-list .check{flex-shrink:0}footer{background:var(--text-color);color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-section h3{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #374151;text-align:center;color:#9ca3af;font-size:.875rem}@media (max-width: 768px){.about-container{grid-template-columns:1fr;gap:2rem;text-align:center}.about-image{margin:0 auto}.about-image img{max-width:200px}.about-content h2{font-size:1.75rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.about-benefits{text-align:left;padding:1rem}.about-benefits h3{text-align:center}}.final-cta{padding:4rem 2rem;background:linear-gradient(to bottom right,var(--primary-color),var(--primary-dark));color:#fff}.final-cta .signup-form-container{max-width:600px;margin:0 auto}.final-cta .signup-form{border-radius:1rem;padding:2rem}.final-cta .signup-form h2{color:var(--text-color);font-size:2rem;margin-bottom:1rem}@media (max-width: 768px){.final-cta{padding:3rem 1rem}.final-cta .signup-form{padding:1.5rem}.final-cta .signup-form h2{font-size:1.5rem}}.privacy-policy{padding:6rem 2rem 4rem;background:var(--background-color)}.privacy-policy .container{max-width:800px;margin:0 auto}.privacy-policy h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text-color)}.privacy-policy .last-updated{color:var(--text-color-light);margin-bottom:3rem}.privacy-policy section{margin-bottom:2.5rem}.privacy-policy h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.privacy-policy p{margin-bottom:1rem;line-height:1.6;color:var(--text-color)}.privacy-policy ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.privacy-policy ul ul{margin-top:.5rem;margin-bottom:.5rem}.privacy-policy li{margin-bottom:.5rem;line-height:1.6;color:var(--text-color)}@media (max-width: 768px){.privacy-policy{padding:5rem 1rem 3rem}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.25rem}}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#000000e6;color:#fff;padding:1rem;z-index:1000;box-shadow:0 -2px 10px #0000001a}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-content p{margin:0;font-size:.9rem}.cookie-content a{color:var(--primary-color);text-decoration:none}.cookie-content a:hover{text-decoration:underline}.cookie-buttons{display:flex;gap:1rem}.cookie-button{padding:.5rem 1rem;border:none;border-radius:.25rem;font-size:.9rem;cursor:pointer;transition:background-color .2s}.cookie-button.accept{background:var(--primary-color);color:#fff}.cookie-button.accept:hover{background:var(--primary-dark)}.cookie-button.reject{background:transparent;color:#fff;border:1px solid white}.cookie-button.reject:hover{background:#ffffff1a}@media (max-width: 768px){.cookie-content{flex-direction:column;text-align:center;padding:1rem}.cookie-buttons{width:100%;justify-content:center}}.success-body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;text-align:center;padding:2rem}.success-container{max-width:600px;animation:popIn .6s cubic-bezier(.175,.885,.32,1.275)}.emoji{font-size:5rem;margin-bottom:1rem;animation:bounce 2s infinite}h1{font-size:2.5rem;margin-bottom:1.5rem}.message{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.stats{background:#ffffff1a;border-radius:1rem;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.stat{font-size:1.1rem;margin-bottom:.5rem}.highlight{color:#fbbf24;font-weight:700}.next-steps{background:#fff;color:#1f2937;padding:2rem;border-radius:1rem;margin-top:2rem}.next-steps h2{color:var(--primary-color);margin-bottom:1rem}.next-steps p{color:#4b5563}.home-button{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:background .2s}.home-button:hover{background:var(--primary-dark)}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.emoji{font-size:4rem}h1{font-size:2rem}}.footer-section .logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-section .logo-image{height:3.5rem;width:auto}.footer-section .logo h3{margin:0;color:#fff}.nav-right{display:flex;align-items:center;gap:15px}.language-selector{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 30px 8px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:var(--text-color);font-family:Rubik,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.language-selector:hover{background-color:#fff3;border-color:var(--primary-color)}.language-selector:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #6366f14d}.footer-language-selector{margin-top:1.5rem;display:flex;align-items:center;gap:10px}.footer-language-selector label{color:#9ca3af;font-size:.9rem}.footer-language-selector .language-selector{background-color:#ffffff1a;color:#fff;border-color:#fff3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.footer-language-selector .language-selector:hover{background-color:#ffffff26;border-color:#fff}.success-body .language-selector-container{position:absolute;top:20px;right:20px;z-index:100}.success-body .language-selector{background-color:#fff3;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.success-body .language-selector:hover{background-color:#ffffff4d}@media (max-width: 768px){.nav-right{gap:10px}.language-selector{padding:6px 25px 6px 10px;font-size:12px;background-size:14px}.success-body .language-selector-container{top:10px;right:10px}}.form-error{background-color:#ef44441a;color:var(--error-color);padding:.75rem;border-radius:.5rem;margin-bottom:1rem;font-size:.9rem;border-left:3px solid var(--error-color);display:none}.benefits-list{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.benefit-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#fff;border-radius:.5rem;transition:transform .2s,background-color .2s}.benefit-icon{font-size:1.2rem;flex-shrink:0}.benefit-content{flex:1}.benefit-content h4{color:var(--text-color);font-size:.9rem;margin-bottom:.1rem;font-weight:600}.benefit-content p{color:var(--text-color-light);font-size:.8rem;line-height:1.3}@media (max-width: 768px){.benefit-item{padding:.4rem .6rem}.benefit-icon{font-size:1.1rem}.benefit-content h4{font-size:.85rem}.benefit-content p{font-size:.75rem}}
