:root{--bg-dark:#0b0a10;--surface:#161420;--surface-light:#211d30;--primary:#8b7cc4;--primary-hover:#a396d8;--accent:#f4c56d;--accent-hover:#f8d896;--text-main:#fdf8f0;--text-muted:#a3a0ac;--font-sans:"Outfit", sans-serif;--font-hand:"Patrick Hand", cursive;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{line-height:1.2}.logo{letter-spacing:-.02em;color:var(--text-main);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.logo-img{object-fit:contain;width:32px;height:32px}.lang-toggle{color:var(--text-main);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.lang-toggle:hover{background:#fff3}.footer{background:var(--surface);border-top:1px solid #ffffff0d;flex-direction:column;display:flex}.footer-top{text-align:center;border-bottom:1px solid #ffffff0d;padding:4rem 2rem}.footer-top h3{margin-bottom:1rem;font-size:2rem}.footer-top p{color:var(--text-muted);margin-bottom:2rem}.download-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--primary)}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#8b7cc41a 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,5rem);font-weight:700}.text-gradient{background:linear-gradient(135deg, var(--primary), #d81b60);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem)}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary,.btn-secondary{font-size:1.1rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s;display:flex}.btn-primary{background:var(--primary);color:#fff;border:none;box-shadow:0 4px 15px #8b7cc44d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #8b7cc466}.btn-secondary{color:var(--text-main);background:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.hero-graphics{margin-top:4rem;position:relative}.hero-logo-container{justify-content:center;align-items:center;width:250px;height:250px;animation:6s ease-in-out infinite float;display:flex;position:relative}.glow-orb{background:var(--primary);filter:blur(50px);opacity:.4;border-radius:50%;width:60%;height:60%;position:absolute}.hero-logo{object-fit:contain;z-index:1;width:100%;height:100%;position:relative}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.feature-card{background:var(--surface);border:1px solid #ffffff0d;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff08 0%,#0000 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.feature-card:hover{border-color:#8b7cc44d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.feature-card:hover:before{opacity:1}.feature-icon{background:var(--surface-light);border-radius:1rem;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.5rem;font-size:2.5rem;display:flex}.feature-title{font-size:1.5rem;font-weight:600}.feature-desc{color:var(--text-muted);line-height:1.6}.problem-section{background:var(--surface-light);border-top:1px solid #ffffff05;border-bottom:1px solid #ffffff05;padding:6rem 2rem}.problem-container{text-align:center;max-width:800px;margin:0 auto}.problem-container h2{color:var(--text-main);margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem)}.problem-content{flex-direction:column;gap:2rem;font-size:1.25rem;line-height:1.6;display:flex}.problem-text{color:var(--text-muted);background:#0003;border-left:4px solid #d81b60;border-radius:1rem;padding:2rem}.solution-text{color:var(--text-main);border-left:4px solid var(--primary);background:#8b7cc41a;border-radius:1rem;padding:2rem}.pricing-section{max-width:1000px;margin:0 auto;padding:6rem 2rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.pricing-card{background:var(--surface);border:1px solid #ffffff0d;border-radius:1.5rem;flex-direction:column;padding:3rem 2rem;transition:transform .3s;display:flex;position:relative}.pricing-card.premium{background:linear-gradient(180deg, var(--surface) 0%, #8b7cc40d 100%);border-color:#8b7cc480;box-shadow:0 10px 40px #8b7cc426}.pricing-card:hover{transform:translateY(-5px)}.popular-badge{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex;position:absolute;top:-15px;right:2rem}.tier-name{color:var(--text-muted);margin-bottom:1rem;font-size:1.5rem}.premium .tier-name{color:var(--primary)}.tier-price{margin-bottom:2rem;font-size:3rem;font-weight:700}.tier-features{flex:1;margin:0 0 2rem;padding:0;list-style:none}.tier-features li{color:var(--text-main);opacity:.9;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.check{color:var(--accent);font-weight:700}.w-full{justify-content:center;width:100%}.faq-section{max-width:800px;margin:0 auto;padding:6rem 2rem}.faq-list{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.faq-item{background:var(--surface);border-left:4px solid var(--accent);border-radius:1rem;padding:2rem}.faq-q{color:var(--text-main);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.faq-a{color:var(--text-muted);line-height:1.6}.legal-page{max-width:800px;min-height:80vh;margin:0 auto;padding:8rem 2rem 4rem}.legal-page h1{color:var(--primary);margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem)}.legal-content{background:var(--surface);border:1px solid #ffffff0d;border-radius:1rem;padding:2rem}.legal-content p{color:var(--text-main);opacity:.9;font-size:1.1rem;line-height:1.8}.back-link{color:var(--text-muted);margin-bottom:2rem;font-weight:500;transition:color .2s;display:inline-block}.back-link:hover{color:var(--accent)}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(10px);background:#0b0a10cc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;display:flex;position:fixed;top:0}.logo{letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.features-section{max-width:var(--max-width);margin:0 auto;padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.text-accent{color:var(--accent)}.section-header p{color:var(--text-muted);font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.aesthetic-section{text-align:center;background:linear-gradient(180deg, var(--bg-dark) 0%, var(--surface-light) 100%);border-top:1px solid #ffffff05;padding:8rem 2rem}.aesthetic-content h2{margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem)}.font-hand{font-family:var(--font-hand);color:var(--accent);opacity:.9;font-size:2.5rem}
