@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Nunito:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:Nunito,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 7px 16px rgba(9,4,-1,.2);position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{justify-content:center;padding:.5rem 20px}.header .container,.logo{display:flex;align-items:center}.logo-centered{justify-content:center;width:100%}.logo-image{height:auto;max-height:120px;width:auto;max-width:300px}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav a:hover{color:#e74c3c}.landing-page{padding-top:45px}.hero{background:linear-gradient(135deg,#ff97d5,#7a4bff);color:white;padding:4rem 0;text-align:center}.announcement{background-color:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:#ffffff;padding:.75rem 1.25rem;border-radius:25px;display:inline-block;margin-bottom:2rem;font-weight:600;font-size:1.1rem}.announcement,.hero-title{font-family:Poppins,sans-serif}.hero-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.2;font-weight:700}.highlight{color:#ffc107;font-weight:700}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{font-family:Poppins,sans-serif;display:inline-block;padding:1rem 2rem;background:#e74c3c;color:white;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s;border:none;cursor:pointer}.cta-button:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.cta-button.primary{background:#27ae60}.cta-button.primary:hover{background:#229954}.problem-section{padding:4rem 0;background:#f8f9fa}.section-title{font-family:Poppins,sans-serif;font-size:2rem;margin-bottom:2rem;color:#2c3e50;font-weight:600}.problem-text{font-size:1.1rem;margin-bottom:2rem}.pricing-title{font-family:Poppins,sans-serif;font-size:1.5rem;margin-bottom:2rem;color:#e74c3c;font-weight:600}.pricing-table{background:white;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);margin-bottom:2rem}.pricing-row{display:grid;grid-template-columns:2fr 1fr;padding:1rem;border-bottom:1px solid #eee}.pricing-row.header{background:#34495e;color:white;font-weight:700}.pricing-row.total{background:#e74c3c;color:white;font-weight:700;font-size:1.1rem}.pricing-row:nth-child(2n):not(.header):not(.total){background:#f8f9fa}.component{padding-right:1rem}.price{text-align:right;font-weight:700}.additional-cost{font-style:italic;color:#e74c3c;font-size:1.1rem;text-align:center}.solution-section{padding:4rem 0;background:white}.pricing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.single-plan{max-width:600px;margin:0 auto}.plan{background:white;border:2px solid #e1e8ed;border-radius:15px;padding:2rem;text-align:center;transition:all .3s}.plan.featured{border-color:#27ae60;transform:scale(1.05);box-shadow:0 10px 30px rgba(39,174,96,.2)}.plan:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.plan-title{font-family:Poppins,sans-serif;font-size:1.5rem;margin-bottom:1rem;color:#2c3e50;font-weight:600}.plan-price-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:10px}.plan-price{font-size:2.5rem;font-weight:700;color:#27ae60}.ecommerce-price{font-size:2rem;color:#e74c3c}.plan-price-note{font-size:1rem;color:#666;margin-bottom:.5rem}.plan-features{list-style:none;text-align:left}.plan-features li{padding:.5rem 0;font-size:1.1rem}.ecommerce-feature{background:#fff3cd;border-left:4px solid #ffc107;padding:.8rem!important;margin:.5rem 0;border-radius:0 8px 8px 0;position:relative}.bonus-section{background:#f39c12;color:white;padding:2rem;border-radius:15px;text-align:center;margin-top:3rem}.bonus-title{font-size:1.5rem;margin-bottom:1rem}.bonus-text{font-size:1.1rem}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#27ae60,#2ecc71);color:white}.cta-title{font-family:Poppins,sans-serif;font-size:2rem;text-align:center;margin-bottom:3rem;font-weight:600}.cta-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.cta-text{font-size:1.2rem}.cta-text-centered{text-align:center;margin-bottom:2rem}.cta-intro-text{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;line-height:1.6}.cta-image-centered{max-width:300px;height:auto;display:block;margin:0 auto}.cta-form{background:white;padding:2rem;border-radius:15px;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#2c3e50}.form-group input,.form-group select{width:100%;padding:1rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#27ae60}.form-group.checkbox{display:flex;align-items:flex-start;gap:.75rem}.form-group.checkbox input[type=checkbox]{width:auto;margin:0;padding:0;flex-shrink:0;width:18px;height:18px;cursor:pointer}.form-group.checkbox label{margin-bottom:0;font-weight:400;line-height:1.4;cursor:pointer}.submit-message{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:700;text-align:center}.submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.terms-section{padding:4rem 0;background:#f8f9fa;border-top:3px solid #e74c3c}.terms-section .section-title{font-family:Poppins,sans-serif;font-size:2.2rem;margin-bottom:2.5rem;color:#2c3e50;text-align:center;position:relative;padding:1rem 0;background:linear-gradient(135deg,#3498db,#2980b9);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,.1);font-weight:700}.terms-section .section-title:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:2px}.terms-list{list-style:none;max-width:800px;margin:0 auto}.terms-list li{padding:1rem;margin-bottom:1rem;background:white;border-left:4px solid #e74c3c;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);font-size:1.1rem;transition:all .3s ease}.terms-list li:hover{transform:translateX(5px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.footer{background:#2c3e50;color:white;text-align:center;padding:3rem 0}.footer-content{max-width:600px;margin:0 auto}.footer-description{font-size:1.1rem;margin-bottom:1rem}.footer-powered{font-size:1rem;margin-bottom:1.5rem;color:#bdc3c7}.footer-powered a{color:#3498db;text-decoration:none;font-weight:700;transition:color .3s ease}.footer-powered a:hover{color:#2980b9;text-decoration:underline}.footer-copyright{font-size:.9rem;color:#95a5a6;border-top:1px solid #34495e;padding-top:1rem;margin-top:1rem}.footer-link{color:#0070f3;text-decoration:underline;transition:color .2s}.footer-link:hover{color:#005bb5}.footer-link-legal{font-size:.98em}.footer-links{margin-top:12px}.cookie-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.25);z-index:2000;display:flex;align-items:center;justify-content:center}.cookie-popup{background:#fff;border-radius:28px;box-shadow:0 8px 32px rgba(0,0,0,.18);padding:2.5rem 2.5rem 2rem;max-width:480px;width:90vw;text-align:left;display:flex;flex-direction:column;align-items:center}.cookie-popup-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#222;text-align:center}.cookie-popup-text{font-size:1.1rem;color:#444;margin-bottom:2rem;text-align:center}.cookie-popup-actions{display:flex;gap:1.5rem;width:100%;justify-content:center}.cookie-btn{padding:.7rem 2.2rem;border-radius:24px;border:none;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.cookie-btn.accept{background:#99007a;color:#fff}.cookie-btn.accept:hover{background:#7a005f}.cookie-btn.refuse{background:#fff;color:#99007a;border:2px solid #99007a}.cookie-btn.refuse:hover{background:#f7eafd}@media (max-width:600px){.cookie-popup{padding:1.2rem .5rem 1rem;max-width:98vw}.cookie-popup-title{font-size:1.2rem}.cookie-popup-text{font-size:.95rem}.cookie-btn{font-size:1rem;padding:.6rem 1.2rem}}@media (max-width:768px){.hero-title{font-size:1.8rem}.pricing-row{grid-template-columns:1fr;gap:.5rem}.price{text-align:left}.cta-content{grid-template-columns:1fr;gap:.5rem}.nav{display:none}.container{padding:0 15px}}@media (max-width:480px){.hero{padding:2rem 0}.hero-title,.section-title{font-size:1.5rem}.plan.featured{transform:none}}