@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a2a41;background-color:#f7f9fb}:root{--background:215 40% 98%;--foreground:215 43% 18%;--card:0 0% 100%;--card-foreground:215 43% 18%;--primary:215 43% 18%;--primary-foreground:0 0% 100%;--secondary:215 40% 92%;--secondary-foreground:215 43% 18%;--muted:215 40% 92%;--muted-foreground:215 30% 45%;--accent:215 50% 96%;--accent-foreground:215 43% 18%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--border:215 40% 85%;--input:215 40% 90%;--ring:247 75% 56%;--prism-primary:215 43% 18%;--prism-secondary:215 43% 25%;--prism-accent:247 75% 56%;--prism-neutral:215 40% 96%;--gradient-hero:linear-gradient(135deg, hsl(215 43% 18%), hsl(247 75% 56%));--gradient-card:linear-gradient(145deg, hsl(0 0% 100%), hsl(215 40% 98%));--gradient-feature:linear-gradient(120deg, hsl(215 50% 99%), hsl(247 75% 99%));--shadow-soft:0 2px 20px hsl(215 43% 18% / 0.08);--shadow-card:0 4px 25px hsl(215 43% 18% / 0.06);--shadow-hero:0 10px 40px hsl(247 75% 56% / 0.25);--transition-smooth:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--transition-bounce:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);--radius:0.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border))}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2rem;height:2rem;background:var(--gradient-hero);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}.logo-text{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.nav-desktop{display:flex;align-items:center;gap:2rem}.nav-link{color:hsl(var(--muted-foreground));text-decoration:none;transition:var(--transition-smooth)}.nav-link:hover{color:hsl(var(--prism-primary))}.header-actions{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;flex-direction:column;gap:.25rem;background:0 0;border:none;cursor:pointer;padding:.5rem}.hamburger{width:1.5rem;height:2px;background:hsl(var(--foreground));transition:var(--transition-smooth)}.nav-mobile{display:none;padding:1rem 0;border-top:1px solid hsl(var(--border));background:#fff}.nav-mobile-content{display:flex;flex-direction:column;gap:1rem}.mobile-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius);font-weight:500;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:var(--transition-smooth);font-size:.875rem;line-height:1.25rem}.btn a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-ghost{background:0 0;color:hsl(var(--foreground));border:1px solid transparent}.btn-ghost:hover{background:hsl(var(--accent))}.btn-prism{background:var(--gradient-hero);color:#fff;border:none}.btn-prism:hover{transform:translateY(-1px);box-shadow:var(--shadow-hero)}.pricing-cta .btn.btn-prism{padding:1rem 2rem;font-size:1.125rem}button.btn.btn-prism.btn-full{padding:1rem 2rem;font-size:1.125rem}.btn-hero{background:var(--gradient-hero);color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem}.btn-hero:hover{transform:translateY(-1px);box-shadow:var(--shadow-hero)}.btn-accent{background:hsl(var(--prism-accent));color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem}.btn-accent:hover{background:hsl(247 75% 50%);transform:translateY(-1px)}.btn-outline{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:1rem 2rem;font-size:1.125rem;font-weight:500}.btn-outline:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-full{width:100%}.btn-icon{margin-left:.25rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gradient-hero)}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,hsl(215 43% 18% / .1),transparent,hsl(247 75% 56% / .1))}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:10}.hero-text{animation:fadeIn .8s ease-out}.hero-title{font-family:"Playfair Display",serif;font-size:3.75rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:2rem}.gradient-text{background:linear-gradient(to right,hsl(var(--prism-accent)),#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:rgba(255,255,255,.9);line-height:1.6;max-width:32rem;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.hero-features{display:flex;gap:2rem;color:rgba(255,255,255,.8);font-size:.875rem}.feature-item{display:flex;align-items:center;gap:.5rem}.feature-dot{width:.5rem;height:.5rem;background:#6d28d9;border-radius:50%;animation:dotOpacityPulse 3s ease-in-out infinite}.feature-dot:first-child{animation-delay:0s}.feature-dot:nth-child(2){animation-delay:.4s}.feature-dot:nth-child(3){animation-delay:.8s}.feature-dot:nth-child(4){animation-delay:1.2s}.feature-dot:nth-child(5){animation-delay:1.6s}.feature-dot:nth-child(6){animation-delay:2s}.feature-dot:nth-child(7){animation-delay:2.4s}.feature-dot:nth-child(8){animation-delay:2.8s}.hero-features .feature-dot{animation:dotOpacityPulse 4s ease-in-out infinite}.hero-features .feature-dot:first-child{animation-delay:0s}.hero-features .feature-dot:nth-child(2){animation-delay:1.3s}.hero-features .feature-dot:nth-child(3){animation-delay:2.6s}.hero-image{position:relative;animation:scaleIn .8s ease-out}.image-glow{position:absolute;inset:0;background:linear-gradient(135deg,hsl(247 75% 56% / .2),hsl(215 43% 25% / .2));border-radius:1.5rem;filter:blur(2rem);animation:glow 3s ease-in-out infinite alternate}.hero-img{position:relative;border-radius:1.5rem;box-shadow:var(--shadow-hero);width:100%;height:auto;animation:float 6s ease-in-out infinite}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.scroll-arrow{width:1.5rem;height:2.5rem;border:2px solid rgba(255,255,255,.3);border-radius:1rem;display:flex;justify-content:center;padding-top:.5rem}.scroll-arrow::after{content:'';width:.25rem;height:.75rem;background:rgba(255,255,255,.5);border-radius:.125rem;animation:pulse 2s infinite}.section-header{text-align:center;margin-bottom:3rem;animation:fadeIn .8s ease-out}.section-title{font-family:"Playfair Display",serif;font-size:2.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.section-description{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto}.pricing{background:var(--gradient-card);padding:5rem 0}.pricing-card{max-width:64rem;margin:0 auto;background:var(--gradient-feature);border:1px solid hsl(var(--prism-primary) / .2);border-radius:1rem;box-shadow:var(--shadow-card);padding:2rem;animation:scaleIn .8s ease-out}.pricing-content{text-align:center}.pricing-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:hsl(var(--prism-primary) / .1);border-radius:50%;margin-bottom:1.5rem}.euro-icon{font-size:2rem;color:hsl(var(--prism-primary));font-weight:700}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}.price-amount{font-size:3.75rem;font-weight:700;color:hsl(var(--prism-primary))}.price-unit{font-size:1.25rem;color:hsl(var(--muted-foreground))}.pricing-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.pricing-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;text-align:left;margin-bottom:2rem}.feature-column{display:flex;flex-direction:column;gap:1rem}.feature-title{font-family:"Playfair Display",serif;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.check-icon,.trending-icon{color:hsl(var(--prism-accent));font-weight:700}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.feature-list li{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground))}.feature-list li::before{content:'';width:.375rem;height:.375rem;background:hsl(var(--prism-primary));border-radius:50%}.pricing-cta{padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.pricing-note{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.5rem}.features{background:hsl(var(--muted));padding:3rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--gradient-feature);border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;box-shadow:var(--shadow-card);transition:var(--transition-smooth);animation:slideUp .8s ease-out}.feature-card:hover{border-color:hsl(var(--prism-primary) / .3);box-shadow:var(--shadow-hero);transform:scale(1.02)}.feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.feature-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:hsl(var(--prism-primary) / .1);border-radius:.75rem;font-size:1.5rem;transition:var(--transition-smooth)}.feature-card:hover .feature-icon{background:hsl(var(--prism-primary) / .2)}.feature-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:hsl(var(--prism-accent) / .1);color:hsl(var(--prism-accent));font-size:.75rem;font-weight:500;border-radius:9999px}.feature-card-title{font-family:"Playfair Display",serif;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem;transition:var(--transition-smooth)}.feature-card:hover .feature-card-title{color:hsl(var(--prism-primary))}.feature-card-description{color:hsl(var(--muted-foreground));line-height:1.6}.simulator{background:var(--gradient-feature);padding:3rem 0}.simulator-card{background:#fff;box-shadow:var(--shadow-hero);border:1px solid hsl(var(--prism-primary) / .2);border-radius:1rem;padding:2rem;animation:scaleIn .8s ease-out}.simulator-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.simulator-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.simulator-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.calculator-icon{font-size:1.5rem;color:hsl(var(--prism-primary))}.magazines-section{display:flex;flex-direction:column;gap:1.5rem}.magazines-header{display:flex;justify-content:space-between;align-items:center}.magazines-header h4{font-size:1.125rem;font-weight:500;color:hsl(var(--foreground))}.magazines-list{max-height:28rem;overflow-y:auto;padding-right:1rem;padding-bottom:1.25rem;border-bottom:1px solid hsl(var(--border) / .3)}.magazine-item{background:#fff;border:1px solid hsl(var(--border));border-radius:.5rem;padding:1rem;margin-bottom:1rem}.magazine-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.magazine-name{font-size:1.125rem;font-weight:500;background:0 0;padding:.5rem .75rem;width:100%;outline:0;border-radius:.375rem;transition:all .2s ease;font-family:inherit}.magazine-name.unmodified{border:1px dashed rgba(0,0,0,.15)}.magazine-name.unmodified:hover{background:rgba(0,0,0,.02);border:1px dashed rgba(0,0,0,.25)}.magazine-name.modified{border:1px solid transparent}.magazine-name.modified:hover{background:rgba(0,0,0,.02);border:1px dashed rgba(0,0,0,.15)}.magazine-name:focus{background:rgba(0,0,0,.02);border:1px solid hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.field-help{transition:opacity .2s ease;line-height:1.2}.magazine-name-container:hover .field-help{opacity:.8}.magazine-remove{background:0 0;border:none;color:hsl(var(--destructive));cursor:pointer;padding:.25rem;border-radius:.25rem;transition:var(--transition-smooth)}.magazine-remove:hover{background:hsl(var(--destructive) / .1)}.magazine-fields{display:flex;gap:1rem;align-items:stretch}.input-section{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1}.cost-bubble{background:hsl(var(--muted) / .2);border-radius:.75rem;padding:.5rem;min-width:80px;border:1px solid hsl(var(--border) / .2);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem}.cost-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.125rem}.cost-value{font-size:.7rem;font-weight:600;color:hsl(var(--foreground));line-height:1}.cost-label{font-size:.6rem;color:hsl(var(--muted-foreground));font-weight:400;line-height:1;text-transform:lowercase}.cost-annual .cost-value{color:hsl(var(--primary));font-weight:700}.field-group{display:flex;flex-direction:column;gap:.25rem}.magazine-cost{margin-top:.75rem;padding:.5rem;background:hsl(var(--muted) / .2);border-radius:.375rem;border:1px solid hsl(var(--border) / .3)}.cost-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.cost-item:last-child{margin-bottom:0;font-weight:500;padding-top:.25rem;border-top:1px solid hsl(var(--border) / .2)}.cost-label{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:400}.cost-value{font-weight:500;color:hsl(var(--muted-foreground));font-size:.75rem}.field-label{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}.field-input{padding:.5rem .75rem;border:1px solid hsl(var(--input));border-radius:.375rem;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;transition:var(--transition-smooth)}.field-input:focus{outline:0;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}@media (min-width:768px){textarea.field-input{width:520px;height:210px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:hsl(var(--card));border-radius:.75rem;border:1px solid hsl(var(--border));box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0 1.5rem;border-bottom:1px solid hsl(var(--border));margin-bottom:1.5rem}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}.modal-close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:hsl(var(--muted-foreground));padding:.25rem;border-radius:.25rem;transition:var(--transition-smooth)}.modal-close:hover{background:hsl(var(--muted) / .5);color:hsl(var(--foreground))}.modal-body{padding:0 1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid hsl(var(--border));margin-top:1.5rem}.quote-status{margin-top:1rem;padding:.75rem;border-radius:.5rem;font-size:.875rem}.quote-status.success{background:hsl(var(--success) / .1);color:hsl(var(--success));border:1px solid hsl(var(--success) / .2)}.quote-status.error{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border:1px solid hsl(var(--destructive) / .2)}.rate-info{padding:1rem;background:hsl(var(--muted) / .5);border-radius:.75rem}.rate-info p{font-size:.875rem;color:hsl(var(--muted-foreground))}.results-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.results-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.results-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.result-card{background:var(--gradient-card);border:1px solid hsl(var(--prism-primary) / .2);border-radius:.5rem;padding:1.5rem;text-align:center}.result-card:nth-child(2){border-color:hsl(var(--prism-secondary) / .2)}.result-card:nth-child(3){border-color:hsl(var(--prism-accent) / .2)}.result-card h4{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.result-value{font-size:1.5rem;font-weight:700;color:hsl(var(--prism-primary));margin-bottom:.25rem}.result-card:nth-child(2) .result-value{font-size:1.875rem;color:hsl(var(--prism-secondary))}.result-card:nth-child(3) .result-value{font-size:1.875rem;color:hsl(var(--prism-accent))}.result-detail{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.results-cta{padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.results-cta .btn.btn-prism{padding:1rem 2rem;font-size:1.125rem}.results-note{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.5rem;text-align:center}.cta{position:relative;padding:6rem 0;background:var(--gradient-hero);overflow:hidden}.operations{padding:5rem 0;background:hsl(var(--background))}.operations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.operation-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;text-align:center;transition:var(--transition-smooth);box-shadow:var(--shadow-card)}.operation-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.operation-icon{font-size:3rem;margin-bottom:1rem;display:block}.operation-title{font-family:"Playfair Display",serif;font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.operation-description{color:hsl(var(--muted-foreground));line-height:1.6}.difference{padding:5rem 0;background:linear-gradient(135deg,hsl(var(--prism-neutral)),hsl(var(--accent)))}.difference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.difference-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;transition:var(--transition-smooth);box-shadow:var(--shadow-card)}.difference-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.difference-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.difference-title{font-family:"Playfair Display",serif;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.difference-description{color:hsl(var(--muted-foreground));line-height:1.6}.comparatif{padding:5rem 0;background:hsl(var(--background))}.compare-table{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;margin-top:3rem;border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-card)}.compare-row{display:contents}.compare-cell{padding:1.5rem;border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));display:flex;align-items:center}.compare-row:last-child .compare-cell{border-bottom:none}.compare-cell:last-child{border-right:none}.compare-header .compare-cell{background:hsl(var(--prism-primary));color:#fff;font-weight:600;font-family:"Playfair Display",serif}.compare-note{margin-top:1rem;color:hsl(var(--muted-foreground));font-style:italic;text-align:center}.faq{padding:5rem 0;background:linear-gradient(135deg,hsl(var(--prism-neutral)),hsl(var(--accent)))}.faq-grid{display:grid;gap:1rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.faq-item{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;overflow:hidden;transition:var(--transition-smooth)}.faq-item:hover{box-shadow:var(--shadow-hover)}.faq-question{font-family:"Playfair Display",serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));padding:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:var(--transition-smooth);list-style:none}.faq-question:hover{background:hsl(var(--muted) / .5)}.faq-question::after{content:'+';font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-item[open] .faq-question::after{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem 1.5rem;color:hsl(var(--muted-foreground));line-height:1.6}.simulator-note{margin-top:2rem;padding:1.5rem;background:hsl(var(--muted) / .5);border-radius:.75rem;border-left:4px solid hsl(var(--prism-accent))}.simulator-note p{margin:0;color:hsl(var(--foreground));font-size:.95rem;line-height:1.5}.contact{position:relative;padding:6rem 0;background:var(--gradient-card)}.contact-bg{position:absolute;inset:0;background:linear-gradient(135deg,hsl(215 43% 18% / .05),transparent,hsl(247 75% 56% / .05))}.contact-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;background:#fff;border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;box-shadow:var(--shadow-card)}.contact-subtitle{font-family:"Playfair Display",serif;font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin:.5rem 0 1rem}.contact-description{color:hsl(var(--muted-foreground));line-height:1.6;max-width:42rem}.contact-details{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground))}.contact-item-icon{width:1.25rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.contact-form .field-input{padding:.75rem .75rem}.footer{background:hsl(var(--foreground));color:#fff;padding:4rem 0}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-description{color:rgba(255,255,255,.7);font-size:.875rem;line-height:1.6}.footer-contact h4{font-weight:600;margin-bottom:1rem}.contact-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.7)}.contact-link{color:rgba(255,255,255,.7);text-decoration:none;transition:var(--transition-smooth)}.contact-link:hover{color:#fff}.whatsapp-link{position:relative;display:inline-block}.whatsapp-qr{position:absolute;top:100%;left:0;display:none;background:#fff;border:1px solid hsl(var(--border));border-radius:.5rem;padding:.5rem;box-shadow:var(--shadow-card);margin-top:.5rem;z-index:50}.whatsapp-link:focus .whatsapp-qr,.whatsapp-link:hover .whatsapp-qr{display:block}.whatsapp-qr img{display:block;width:160px;height:160px}.footer-separator{height:1px;background:rgba(255,255,255,.2);margin-bottom:2rem}.footer-bottom{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;font-size:.875rem;color:rgba(255,255,255,.7)}.footer-links{display:flex;gap:1.5rem}.footer-link{color:rgba(255,255,255,.7);text-decoration:none;transition:var(--transition-smooth)}.footer-link:hover{color:#fff}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{from{opacity:.5}to{opacity:.8}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes dotOpacityPulse{0%{opacity:1}50%{opacity:.05}100%{opacity:1}}@media (prefers-color-scheme:dark){.legal-cookies-float{background:var(--gradient-hero)}.btn-outline:not(.hero .btn-outline){border-color:hsl(var(--border));color:hsl(var(--foreground));background:0 0}.btn-outline:not(.hero .btn-outline):hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}}@media (max-width:768px){.nav-desktop{display:none}.mobile-menu-btn{display:flex}.nav-mobile{display:block}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.hero-features{flex-direction:column;gap:1rem}.section-title{font-size:2rem}.pricing-features{grid-template-columns:1fr}.simulator-content{grid-template-columns:1fr;gap:2rem}.cta-actions{flex-direction:column;align-items:center}.magazine-fields{flex-direction:column;gap:.75rem}.input-section{grid-template-columns:1fr}.cost-summary{min-width:auto}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{flex-direction:column;gap:.5rem}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.operations-grid{grid-template-columns:1fr;gap:1.5rem}.difference-grid{grid-template-columns:1fr;gap:1.5rem}.compare-table{grid-template-columns:minmax(140px,1fr) minmax(220px,1.2fr) minmax(220px,1.2fr);overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;min-width:680px}.compare-cell{border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.compare-row:last-child .compare-cell{border-bottom:none}.compare-header .compare-cell{position:sticky;top:0;z-index:1}.faq-grid{gap:.75rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-answer{padding:0 1.25rem 1.25rem}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-content{margin-top:6em}.hero-features .feature-item{flex-direction:column;align-items:center;gap:.25rem}.hero-image{margin-bottom:2em}.section-title{font-size:1.75rem}.price-amount{font-size:2.5rem}.cta-title{font-size:2rem}.compare-table{min-width:600px}}