@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;gap:1rem;height:4rem}.logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.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))}.hero .logo-text,.section-description .logo-text{color:inherit}.nav-desktop{display:flex;align-items:center;justify-content:center;flex:1;gap:1.5rem;min-width:0}.nav-link{color:hsl(var(--muted-foreground));text-decoration:none;transition:var(--transition-smooth);font-size:.875rem;white-space:nowrap}.nav-link:hover{color:hsl(var(--prism-primary))}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-mobile-section-label{margin:.5rem 0 0;padding-top:.75rem;border-top:1px solid hsl(var(--border));font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.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:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:1rem 2rem;font-size:1.125rem;font-weight:500}.btn-outline:hover{background:hsl(var(--accent));border-color:hsl(var(--border));color:hsl(var(--accent-foreground));transform:translateY(-1px);box-shadow:var(--shadow-soft)}.hero .btn-outline{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff}.hero .btn-outline:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);color:#fff;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:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gradient-hero);padding-block:clamp(0.75rem,2.5vw,1.75rem);box-sizing:border-box}.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:clamp(1.25rem,3vw,2.5rem);align-items:center;position:relative;z-index:10}.hero-text{animation:fadeIn .8s ease-out}.hero-title{font-family:"Playfair Display",serif;font-size:clamp(2.125rem, 4.2vw, 3.25rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:clamp(1rem,2vw,1.5rem)}.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:clamp(1rem, 1.35vw, 1.2rem);color:rgba(255,255,255,.9);line-height:1.55;max-width:32rem;margin-bottom:clamp(1rem,2vw,1.5rem)}.hero-actions{display:flex;gap:1rem;margin-bottom:clamp(.75rem,1.5vw,1.25rem);flex-wrap:wrap}.hero-features{display:flex;gap:clamp(.75rem,2vw,1.25rem);color:rgba(255,255,255,.8);font-size:.8125rem}.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-gain{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#0f172a;background:linear-gradient(135deg,rgba(225,29,72,.1),rgba(6,182,212,.14));border:1px solid rgba(15,23,42,.1);padding:.4rem .75rem;border-radius:999px;margin:0 0 .65rem;cursor:help;line-height:1.3}@media (prefers-reduced-motion:reduce){.operation-gain{cursor:default}}.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;text-align:center;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))}.comparatif .container{overflow-x:hidden}.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-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:3rem;max-width:100%}.compare-row{display:contents}.compare-td{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-td{border-bottom:none}.compare-td:last-child{border-right:none}.compare-th{padding:1.5rem;border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;background:hsl(var(--prism-primary));color:#fff;font-weight:600;font-family:"Playfair Display",serif}.compare-th:last-child{border-right:none}.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 .logo-text{color:#fff}.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:hsl(var(--prism-primary));text-decoration:none;transition:var(--transition-smooth)}.contact-link:hover{color:hsl(var(--prism-secondary))}.footer .contact-link{color:rgba(255,255,255,.9)}.footer .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}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.editor-delegation{--editor-slider-pct:50%;max-width:36rem;margin:2.25rem auto 0;padding:1.5rem 1.35rem 1.35rem;background:hsl(0 0% 100% / .92);border:1px solid hsl(var(--border));border-radius:1rem;box-shadow:var(--shadow-card)}.editor-delegation--idle .editor-delegation__range{cursor:grab}.editor-delegation--idle .editor-delegation__range:active{cursor:grabbing}.editor-delegation__heading{font-family:"Playfair Display",serif;font-size:1.59375rem;font-weight:600;color:hsl(var(--foreground));text-align:center;margin:0 0 1rem;letter-spacing:.01em}.editor-delegation__ticks{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.5rem;padding:0 .125rem}.editor-delegation__tick{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.editor-delegation__range-label{display:block;margin:0;cursor:pointer}.editor-delegation__range{-webkit-appearance:none;appearance:none;width:100%;height:2rem;margin:0;background:0 0;cursor:pointer}.editor-delegation__range:focus{outline:0}.editor-delegation__range:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:4px;border-radius:.25rem}.editor-delegation__range::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(to right,hsl(247 75% 56%) 0,hsl(247 75% 56%) var(--editor-slider-pct),hsl(215 40% 90%) var(--editor-slider-pct),hsl(215 40% 90%) 100%)}.editor-delegation__range::-moz-range-track{height:6px;border-radius:999px;background:hsl(215 40% 90%)}.editor-delegation__range::-moz-range-progress{height:6px;border-radius:999px;background:hsl(247 75% 56%)}.editor-delegation__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.125rem;height:1.125rem;margin-top:-.375rem;border-radius:50%;background:#fff;border:2px solid hsl(247 75% 56%);box-shadow:0 2px 8px hsl(215 43% 18% / .18);transition:transform .15s ease,box-shadow .15s ease}.editor-delegation__range::-moz-range-thumb{width:1.125rem;height:1.125rem;border-radius:50%;background:#fff;border:2px solid hsl(247 75% 56%);box-shadow:0 2px 8px hsl(215 43% 18% / .18)}.editor-delegation__range:hover::-webkit-slider-thumb{transform:scale(1.06);box-shadow:0 4px 12px hsl(215 43% 18% / .22)}.editor-delegation__range:hover::-moz-range-thumb{transform:scale(1.06)}.editor-delegation__hours{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem .5rem;margin:1rem 0 .25rem}.editor-delegation__hours-num{font-family:"Playfair Display",serif;font-size:2.125rem;font-weight:700;line-height:1;color:hsl(var(--prism-primary));font-variant-numeric:tabular-nums}.editor-delegation__hours-suffix{font-size:.875rem;color:hsl(var(--muted-foreground))}.editor-delegation__hours-suffix abbr{text-decoration:none;border-bottom:1px dotted hsl(var(--muted-foreground));cursor:help}.editor-delegation__desc-wrap{position:relative;min-height:5rem;margin-top:.75rem}.editor-delegation__desc{position:absolute;left:0;right:0;margin:0;text-align:center;font-size:.9375rem;line-height:1.55;color:#3e5474;transition:none}@media (prefers-reduced-motion:reduce){.editor-delegation__range::-moz-range-thumb,.editor-delegation__range::-webkit-slider-thumb{transition:none}}@media (prefers-color-scheme:dark){.legal-cookies-float{background:var(--gradient-hero)}}@media (max-width:900px){.nav-desktop{display:none}.mobile-menu-btn{display:flex}.nav-mobile{display:block}}@media (max-width:768px){.comparatif{display:none!important}.compare-note{display:none!important}.compare-scroll{display:none!important}.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}.pricing-features{grid-template-columns:1fr!important;gap:1.5rem!important;max-width:100%!important}.pricing-header .price-amount{font-size:2.5rem!important}.pricing-header .price-unit{font-size:1rem!important}.pricing-header .pricing-subtitle{font-size:1rem!important}.compare-table{grid-template-columns:minmax(140px,1fr) minmax(220px,1.2fr) minmax(220px,1.2fr);width:100%;min-width:680px}.compare-td,.compare-th{border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.compare-row:last-child .compare-td{border-bottom:none}.faq-grid{gap:.75rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-answer{padding:0 1.25rem 1.25rem}}.b2b-article main{padding-top:0}.nav-link--active{color:hsl(var(--prism-primary));font-weight:600}.b2b-hero{position:relative;padding:clamp(5.5rem,10vw,7rem) 0 clamp(2.5rem,5vw,3.5rem);background:var(--gradient-hero);overflow:hidden}.b2b-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,hsl(215 43% 18% / .15),transparent,hsl(247 75% 56% / .12));pointer-events:none}.b2b-hero>.container{position:relative;z-index:1}.b2b-breadcrumb{font-size:.8125rem;color:rgba(255,255,255,.75);margin-bottom:1.25rem}.b2b-breadcrumb a{color:rgba(255,255,255,.9);text-decoration:none}.b2b-breadcrumb a:hover{text-decoration:underline}.b2b-hero-inner{display:grid;grid-template-columns:1fr minmax(280px,420px);gap:2.5rem;align-items:end}.b2b-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;margin-bottom:1rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.95);backdrop-filter:blur(6px)}.b2b-pill-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#e11d48,#06b6d4)}.b2b-hero h1{font-family:"Playfair Display",serif;font-size:clamp(1.75rem, 4vw, 2.625rem);line-height:1.2;color:#fff;margin:0 0 1rem}.b2b-hero .gradient-text{background:linear-gradient(135deg,#fff,hsl(247 75% 78%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.b2b-lead{font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.9);margin:0;max-width:36rem}.b2b-hero .b2b-lead a,.b2b-hero .b2b-lead a:visited{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(255,255,255,0.75)}.b2b-hero .b2b-lead a:hover{text-decoration-color:#fff}.b2b-section .b2b-prose a,.b2b-section .b2b-split a,.b2b-section .section-description a{color:hsl(var(--prism-primary));font-weight:600;text-decoration:underline;text-underline-offset:2px}.b2b-author-byline{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.b2b-hero .b2b-author-byline{font-size:.9rem;line-height:1.4;color:rgba(255,255,255,.85)}.b2b-hero .b2b-author-byline a{color:rgba(255,255,255,.95);text-decoration:underline;text-underline-offset:2px}.b2b-hero .b2b-author-byline a:hover{color:#fff}.b2b-author-byline__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.35);flex-shrink:0;display:block}.b2b-author-byline__avatar-link{flex-shrink:0;border-radius:50%;line-height:0}.b2b-author-byline__avatar-link:hover .b2b-author-byline__avatar{border-color:rgba(255,255,255,.65)}.b2b-author-byline__text{margin:0}.b2b-author-hero-portrait{width:200px;height:200px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;display:block;border:3px solid rgba(255,255,255,.35)}.b2b-hero-portrait-card{text-align:center;max-width:16rem;margin-left:auto;margin-right:auto}.b2b-hero-portrait-card .b2b-author-hero-portrait{border-color:hsl(var(--border))}.b2b-hero-portrait-card__name{margin-bottom:.25rem}.b2b-hero-portrait-card__role{margin:0;font-size:.9rem;color:hsl(var(--muted-foreground))}.b2b-author-social-link{display:inline-flex;align-items:center;justify-content:center;margin-top:.65rem;width:2rem;height:2rem;border-radius:50%;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));background:hsl(var(--card));text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.b2b-author-social-link:focus-visible,.b2b-author-social-link:hover{color:#0a66c2;border-color:rgba(10,102,194,.35);background:rgba(10,102,194,.06);transform:translateY(-1px);outline:0}.b2b-author-social-link svg{display:block}.b2b-timeline{list-style:none;margin:0 auto 1.75rem;padding:0;max-width:52rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;position:relative}.b2b-timeline::before{content:'';position:absolute;top:3.35rem;left:16%;right:16%;height:2px;background:linear-gradient(90deg,hsl(var(--prism-primary) / .15),hsl(var(--prism-accent) / .45),hsl(var(--prism-primary) / .15));z-index:0}.b2b-timeline__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.b2b-timeline__year{font-family:"Playfair Display",serif;font-size:1.375rem;font-weight:700;color:hsl(var(--prism-primary));line-height:1}.b2b-timeline__dot{width:.75rem;height:.75rem;border-radius:50%;background:linear-gradient(135deg,hsl(var(--prism-accent)),hsl(var(--prism-primary)));box-shadow:0 0 0 4px hsl(var(--background)),0 0 0 5px hsl(var(--prism-accent) / .25)}.b2b-timeline__card{width:100%;padding:.9rem .75rem;border-radius:.875rem;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft)}.b2b-timeline__label{margin:0 0 .55rem;font-size:.8125rem;font-weight:600;line-height:1.35;color:hsl(var(--foreground))}.b2b-timeline__note{margin:0;font-size:.75rem;line-height:1.4;color:hsl(var(--muted-foreground))}.b2b-timeline__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.b2b-timeline__chip{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;padding:.25rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.04em;color:hsl(var(--prism-primary));background:hsl(var(--prism-primary) / .08);border:1px solid hsl(var(--prism-primary) / .14)}.b2b-timeline--editorial{max-width:56rem;margin-bottom:2rem}.b2b-timeline--editorial::before{top:3.75rem}.b2b-timeline--editorial .b2b-timeline__card{display:flex;flex-direction:column;align-items:center;min-height:11.5rem;padding:1rem .85rem 1.1rem;text-align:center}.b2b-timeline__badge{display:inline-block;margin-bottom:.5rem;padding:.2rem .55rem;border-radius:999px;font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.b2b-timeline__badge--tribunal{color:hsl(215 43% 28%);background:hsl(215 40% 94%);border:1px solid hsl(215 40% 85%)}.b2b-timeline__badge--acquisition{color:hsl(160 42% 28%);background:hsl(160 42% 94%);border:1px solid hsl(160 42% 82%)}.b2b-timeline__badge--prism{color:hsl(247 75% 42%);background:hsl(247 75% 97%);border:1px solid hsl(247 75% 88%)}.b2b-timeline__icon{margin:0 0 .35rem;font-size:1.5rem;line-height:1}.b2b-timeline--editorial .b2b-timeline__label{margin-bottom:.65rem;font-size:.9375rem;font-family:"Playfair Display",Georgia,serif}.b2b-timeline__titles{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;width:100%}.b2b-timeline__titles li{padding:.35rem .55rem;border-radius:.5rem;font-size:.75rem;font-weight:600;line-height:1.35;color:hsl(var(--prism-primary));background:hsl(var(--prism-primary) / .06);border:1px solid hsl(var(--prism-primary) / .12)}.b2b-timeline__titles+.b2b-timeline__note{margin-top:.65rem}.b2b-timeline__note strong{color:hsl(var(--foreground));font-weight:700}.b2b-timeline-pains{max-width:56rem;margin:0 auto 1.75rem;padding:1.35rem 1.5rem 1.5rem;border-radius:1rem;background:linear-gradient(135deg,hsl(var(--prism-primary) / .04),hsl(var(--prism-accent) / .06));border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft)}.b2b-timeline-pains__title{margin:0 0 1rem;text-align:center;font-family:"Playfair Display",Georgia,serif;font-size:1.0625rem;font-weight:600;color:hsl(var(--foreground))}.b2b-timeline-pains__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.b2b-timeline-pain{padding:1rem 1rem 1.05rem;border-radius:.75rem;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft);text-align:center}.b2b-timeline-pain__icon{display:block;margin-bottom:.45rem;font-size:1.35rem;line-height:1}.b2b-timeline-pain strong{display:block;margin-bottom:.35rem;font-size:.8125rem;line-height:1.35;color:hsl(var(--foreground))}.b2b-timeline-pain p{margin:0;font-size:.75rem;line-height:1.5;color:hsl(var(--muted-foreground))}.b2b-timeline-footnote{max-width:42rem;margin-left:auto;margin-right:auto;text-align:left}.b2b-container>.b2b-timeline+.section-description{max-width:42rem;margin-left:auto;margin-right:auto;text-align:left}@media (max-width:768px){.b2b-timeline{grid-template-columns:1fr;max-width:20rem;gap:0;padding-left:1.25rem}.b2b-timeline::before{top:.5rem;bottom:.5rem;left:.4rem;right:auto;width:2px;height:auto;background:linear-gradient(180deg,hsl(var(--prism-primary) / .15),hsl(var(--prism-accent) / .45),hsl(var(--prism-primary) / .15))}.b2b-timeline__item{flex-direction:row;align-items:flex-start;text-align:left;gap:.85rem;padding:0 0 1.25rem .5rem}.b2b-timeline__year{flex:0 0 3rem;font-size:1.125rem;padding-top:.15rem}.b2b-timeline__dot{position:absolute;left:-.15rem;top:.45rem;margin:0}.b2b-timeline__card{flex:1}.b2b-timeline--editorial .b2b-timeline__card{min-height:auto}.b2b-timeline-pains__grid{grid-template-columns:1fr}}.b2b-why-lead{max-width:38rem;margin:0 auto 1.5rem;text-align:center;font-size:1rem;line-height:1.65;color:hsl(var(--muted-foreground))}.b2b-why-offer{max-width:44rem;margin:0 auto;padding:1.25rem;border-radius:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-card)}.b2b-why-offer__top{display:grid;grid-template-columns:minmax(0,9.5rem) minmax(0,1fr);gap:1.25rem;align-items:center;padding-bottom:1.1rem;border-bottom:1px solid hsl(var(--border))}.b2b-why-price{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .75rem;border-radius:.875rem;background:hsl(var(--prism-primary) / .06);border:1px solid hsl(var(--prism-primary) / .12)}.b2b-why-price__value{font-family:"Playfair Display",serif;font-size:clamp(1.75rem, 4vw, 2.25rem);font-weight:700;line-height:1.05;color:hsl(var(--prism-primary))}.b2b-why-price__unit{margin-top:.35rem;font-size:.6875rem;line-height:1.35;font-weight:600;letter-spacing:.02em;color:hsl(var(--muted-foreground))}.b2b-why-checklist{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.b2b-why-checklist li{display:flex;align-items:center;gap:.6rem;font-size:.9375rem;font-weight:600;line-height:1.35;color:hsl(var(--foreground))}.b2b-why-checklist li::before{content:"✓";flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;font-size:.6875rem;font-weight:700;color:hsl(var(--prism-primary));background:hsl(var(--prism-primary) / .1)}.b2b-why-guarantee{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem .6rem;margin-top:1.1rem;padding:.85rem 1rem;border-radius:.75rem;background:hsl(var(--prism-accent) / .08);border:1px solid hsl(var(--prism-accent) / .2);text-align:center}.b2b-why-guarantee__kpi{font-family:"Playfair Display",serif;font-size:1.25rem;font-weight:700;color:hsl(var(--prism-primary));line-height:1.1}.b2b-why-guarantee__label{font-size:.8125rem;line-height:1.4;color:hsl(var(--muted-foreground))}.b2b-container>.b2b-why-offer+.b2b-cta-duo{margin-top:1.5rem}.b2b-cta-duo{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem .75rem}.b2b-cta-duo .btn-prism{padding:.7rem 1.4rem;font-size:.9375rem;font-weight:600}.b2b-cta-duo .b2b-cta-duo__secondary{padding:.55rem 1.05rem;font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground));border-color:hsl(var(--border));background:hsl(var(--card))}.b2b-cta-duo .b2b-cta-duo__secondary:hover{color:hsl(var(--foreground));border-color:hsl(var(--prism-primary) / .22);background:hsl(var(--prism-primary) / .04);transform:none;box-shadow:none}@media (max-width:560px){.b2b-why-offer__top{grid-template-columns:1fr}.b2b-why-price{padding:1.1rem}}.b2b-hero .gloss-meta{margin:.75rem 0 0;max-width:36rem;font-size:.9375rem;line-height:1.5;color:rgba(255,255,255,.78)}.b2b-hero .gloss-meta strong{color:rgba(255,255,255,.92);font-weight:600}.b2b-highlight-card{background:rgba(255,255,255,.94);backdrop-filter:saturate(1.2) blur(10px);border:1px solid rgba(15,23,42,.08);border-radius:1rem;padding:1.5rem;box-shadow:0 24px 56px rgba(2,6,23,.18)}.b2b-hero-brief{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.b2b-hero-brief__item{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .75rem;border-radius:.625rem;background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}.b2b-hero-brief__value{font-family:"Playfair Display",Georgia,serif;font-size:1.0625rem;font-weight:700;line-height:1.2;color:hsl(var(--prism-primary))}.b2b-hero-brief__text{margin:0;font-size:.8125rem;line-height:1.45;color:hsl(var(--muted-foreground))}.b2b-case-slide{align-self:end;display:flex;flex-direction:column;gap:1rem;max-width:26rem;padding:1.25rem 1.35rem 1.35rem;border-radius:1.125rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(14px) saturate(1.25);box-shadow:0 24px 56px rgba(2,6,23,.28);color:#fff}.b2b-case-slide__brand{display:flex;align-items:center;gap:.75rem}.b2b-case-slide__logo-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#fff;padding:6px;box-shadow:0 4px 14px rgba(0,0,0,.14)}.b2b-case-slide__logo-wrap--wide{width:auto;height:auto;border-radius:10px;padding:8px 12px}.b2b-case-slide__logo{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.b2b-case-slide__logo-wrap--wide .b2b-case-slide__logo{width:auto;height:32px;max-width:140px}.b2b-case-slide__mag{margin:0;font-size:.9375rem;font-weight:700;line-height:1.25;color:#fff}.b2b-case-slide__tag{margin:.15rem 0 0;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.72)}.b2b-case-slide__hero{padding:.85rem 1rem;border-radius:.875rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);text-align:center}.b2b-case-slide__kpi{display:block;font-family:"Playfair Display",serif;font-size:clamp(2rem, 4.5vw, 2.75rem);font-weight:700;line-height:1.05;letter-spacing:-.02em}.b2b-case-slide__kpi-label{display:block;margin-top:.35rem;font-size:.8125rem;line-height:1.4;color:rgba(255,255,255,.82)}.b2b-case-slide__grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.b2b-case-slide__metric{padding:.75rem .85rem;border-radius:.75rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);text-align:center}.b2b-case-slide__metric strong{display:block;font-family:"Playfair Display",serif;font-size:1.125rem;font-weight:700;line-height:1.15;color:#fff}.b2b-case-slide__metric span{display:block;margin-top:.2rem;font-size:.6875rem;line-height:1.35;color:rgba(255,255,255,.72)}.b2b-case-proof{max-width:52rem;margin:0 auto;padding:1.5rem 1.625rem;border-radius:1.125rem;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 24px 56px hsl(215 43% 18% / .08);display:grid;gap:1.25rem}.b2b-case-proof__brand{display:flex;align-items:center;gap:.85rem}.b2b-case-proof__logo-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:hsl(var(--muted));padding:6px;border:1px solid hsl(var(--border))}.b2b-case-proof__logo{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.b2b-case-proof__mag{margin:0;font-family:"Playfair Display",serif;font-size:clamp(1.125rem, 2.5vw, 1.375rem);font-weight:700;line-height:1.25;color:hsl(var(--foreground))}.b2b-case-proof__tag{margin:.2rem 0 0;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.b2b-case-proof__compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.65rem;padding:1rem 1.1rem;border-radius:.875rem;background:hsl(var(--muted) / .45);border:1px solid hsl(var(--border))}.b2b-case-proof__rate{display:flex;flex-direction:column;gap:.15rem;text-align:center;padding:.65rem .5rem;border-radius:.625rem}.b2b-case-proof__rate--before{background:hsl(var(--card));border:1px solid hsl(var(--border))}.b2b-case-proof__rate--after{background:hsl(var(--prism-accent) / .08);border:1px solid hsl(var(--prism-accent) / .22)}.b2b-case-proof__rate-label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.b2b-case-proof__rate--after .b2b-case-proof__rate-label{color:hsl(var(--prism-accent))}.b2b-case-proof__rate-value{font-family:"Playfair Display",serif;font-size:clamp(1.5rem, 3.5vw, 2rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:hsl(var(--prism-primary))}.b2b-case-proof__rate--after .b2b-case-proof__rate-value{color:hsl(var(--prism-accent))}.b2b-case-proof__rate-hint{font-size:.6875rem;line-height:1.35;color:hsl(var(--muted-foreground))}.b2b-case-proof__bridge{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:3.5rem}.b2b-case-proof__bridge-line{display:block;width:2px;height:.65rem;border-radius:1px;background:linear-gradient(180deg,hsl(var(--border)),hsl(var(--prism-accent) / .5))}.b2b-case-proof__delta{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:-.01em;color:hsl(152 45% 28%);background:hsl(152 55% 94%);border:1px solid hsl(152 40% 82%);white-space:nowrap}.b2b-case-proof__grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.b2b-case-proof__metric{padding:.75rem .85rem;border-radius:.75rem;background:hsl(var(--muted) / .35);border:1px solid hsl(var(--border));text-align:center}.b2b-case-proof__metric strong{display:block;font-family:"Playfair Display",serif;font-size:1.0625rem;font-weight:700;line-height:1.15;color:hsl(var(--prism-primary))}.b2b-case-proof__metric span{display:block;margin-top:.2rem;font-size:.6875rem;line-height:1.35;color:hsl(var(--muted-foreground))}.b2b-case-proof__body{display:grid;gap:.75rem}.b2b-case-proof__body p{margin:0;font-size:.9375rem;line-height:1.65;color:hsl(var(--muted-foreground))}.b2b-case-proof__footer{padding-top:.25rem;border-top:1px solid hsl(var(--border));text-align:center}.b2b-case-proof__footer a{font-size:.875rem;font-weight:600;color:hsl(var(--prism-accent));text-decoration:none;border-bottom:1px solid hsl(var(--prism-accent) / .35);transition:color .2s ease,border-color .2s ease}.b2b-case-proof__footer a:focus-visible,.b2b-case-proof__footer a:hover{color:hsl(var(--prism-primary));border-bottom-color:hsl(var(--prism-primary));outline:0}.b2b-case-proof--hero .b2b-case-proof__compare--compact{padding:.85rem .75rem;gap:.5rem}.b2b-case-proof--hero .b2b-case-proof__rate{padding:.5rem .35rem}.b2b-case-proof--hero .b2b-case-proof__rate-value{font-size:clamp(1.25rem, 3vw, 1.5rem)}.b2b-case-proof--hero .b2b-case-proof__rate-hint{display:none}.b2b-case-proof--hero .b2b-case-proof__bridge{min-width:2.75rem}.b2b-case-proof--hero .b2b-case-proof__delta{font-size:.6875rem;padding:.15rem .45rem}.b2b-case-proof__hero-hint{margin:.65rem 0 0;font-size:.75rem;line-height:1.4;text-align:center;color:hsl(var(--muted-foreground))}@media (max-width:520px){.b2b-case-proof__compare{grid-template-columns:1fr;gap:.5rem;text-align:center}.b2b-case-proof__bridge{flex-direction:row;min-width:0;width:100%;justify-content:center;padding:.15rem 0}.b2b-case-proof__bridge-line{width:2rem;height:2px;background:linear-gradient(90deg,hsl(var(--border)),hsl(var(--prism-accent) / .5))}.b2b-case-proof__grid{grid-template-columns:1fr}}@media (min-width:768px){.b2b-case-proof{padding:1.75rem 2rem;gap:1.35rem}.b2b-case-proof__body{padding:0 .25rem}}.b2b-hero-kpis{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-self:end}.b2b-kpi-tile{display:flex;flex-direction:column;gap:.4rem;padding:1.05rem 1.1rem;border-radius:.875rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease}a.b2b-kpi-tile:hover{transform:translateY(-2px);background:rgba(255,255,255,.16)}a.b2b-kpi-tile:focus-visible{outline:2px solid #fff;outline-offset:2px}.b2b-kpi-tile__icon{width:20px;height:20px;stroke-width:1.5;opacity:.9}.b2b-kpi-tile__value{font-family:"Playfair Display",serif;font-size:1.375rem;font-weight:700;line-height:1.1}.b2b-kpi-tile__label{font-size:.75rem;line-height:1.35;color:rgba(255,255,255,.78)}.b2b-kpi-tile__value--letter{font-size:1.75rem;letter-spacing:.04em}.b2b-highlight-card-title{margin:0 0 1rem;font-size:.9375rem;font-weight:700;color:hsl(var(--foreground));letter-spacing:.02em}.b2b-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;text-align:center}.b2b-stat-row strong{display:block;font-size:1.375rem;font-weight:700;color:hsl(var(--prism-primary));line-height:1.15}.b2b-stat-row span{display:block;margin-top:.2rem;font-size:.6875rem;line-height:1.35;color:hsl(var(--muted-foreground))}.gloss-fiche-panel{background:rgba(255,255,255,.07);backdrop-filter:saturate(1.3) blur(14px);border:1px solid rgba(255,255,255,.16);border-radius:.875rem;padding:1rem 1.125rem;box-shadow:0 20px 48px rgba(2,6,23,.22)}.gloss-fiche-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72)}.gloss-fiche-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#e11d48,#06b6d4);box-shadow:0 0 0 3px rgba(225,29,72,.18);flex-shrink:0}.gloss-fiche-list{margin:0;padding:0}.gloss-fiche-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.55rem 0;border-top:1px solid rgba(255,255,255,.1)}.gloss-fiche-row:first-child{border-top:none;padding-top:0}.gloss-fiche-row dt{margin:0;font-size:.75rem;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.02em}.gloss-fiche-row dd{margin:0;font-size:.8125rem;font-weight:600;color:rgba(255,255,255,.94);text-align:right;font-variant-numeric:tabular-nums}.gloss-fiche-row--source dd{font-weight:500;color:rgba(255,255,255,.82)}.b2b-container{max-width:1100px;margin:0 auto}.b2b-container.b2b-container--narrow{max-width:42rem}.b2b-section{padding:clamp(2.5rem,5vw,3.5rem) 0}.b2b-section--muted{background:hsl(var(--muted))}.b2b-section--gradient{background:var(--gradient-feature)}.b2b-diagram{margin:1.75rem auto 0;width:100%;max-width:none;padding:0;border-radius:1rem;overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft)}.b2b-diagram img,.b2b-diagram svg{display:block;width:100%;height:auto}.b2b-diagram figcaption{padding:.75rem 1rem;font-size:.8125rem;line-height:1.45;color:hsl(var(--muted-foreground));text-align:center;border-top:1px solid hsl(var(--border))}.b2b-section--gradient .simulator-card{max-width:56rem;margin:0 auto}.b2b-section--tight{padding:2rem 0}.b2b-section .section-title{text-align:center}.b2b-prose{max-width:42rem;margin:0 auto}.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description){display:flex;flex-direction:column;align-items:center}.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description)>.b2b-solution-box,.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description)>.section-description,.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description)>.section-title{width:100%;max-width:42rem}.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description)>.b2b-solution-box,.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description)>.section-description{text-align:left}.b2b-container:not(.b2b-prose):has(> .section-title:first-child + .section-description)>.section-description{margin-left:0;margin-right:0}.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-]){display:flex;flex-direction:column;align-items:center}.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>.section-title,.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>[id^=prism-tool-],.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>figure{width:100%;max-width:56rem}.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>[id^=prism-tool-],.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>figure{text-align:left}.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>figure{margin:1.5rem 0}.b2b-container:not(.b2b-prose):has(> [id^=prism-tool-])>figure img{display:block;width:100%;height:auto;border-radius:12px}.b2b-prose p{font-size:1.0625rem;line-height:1.7;color:hsl(var(--muted-foreground));margin:0 0 1rem}.b2b-prose p:last-child{margin-bottom:0}.b2b-prose a{color:hsl(var(--prism-primary));font-weight:600;text-decoration:none;border-bottom:1px solid hsl(var(--prism-accent) / .32);transition:color .2s ease,border-color .2s ease}.b2b-prose a:focus-visible,.b2b-prose a:hover{color:hsl(var(--prism-accent));border-bottom-color:hsl(var(--prism-accent) / .6);outline:0}.glossaire-body h2{font-family:"Playfair Display",serif;font-size:1.375rem;font-weight:600;color:hsl(var(--foreground));margin:2rem 0 .75rem}.glossaire-body h2:first-child{margin-top:0}.glossaire-body ul{margin:0 0 1rem;padding-left:1.25rem;color:hsl(var(--muted-foreground))}.glossaire-body li{margin-bottom:.35rem;line-height:1.65}.b2b-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.b2b-tile{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-card);transition:var(--transition-smooth)}.b2b-tile:hover{border-color:hsl(var(--prism-primary) / .35);transform:translateY(-2px);box-shadow:var(--shadow-hero)}.b2b-tile-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;background:hsl(var(--prism-primary) / .1);border-radius:.75rem;font-size:1.375rem}.b2b-tile h3{font-family:"Playfair Display",serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 .5rem}.b2b-tile p{margin:0;font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground))}.gloss-term-card h3{font-family:inherit;font-size:1.0625rem;font-weight:700;letter-spacing:-.01em}.gloss-term-card h3 a{color:hsl(var(--foreground));text-decoration:none;border-bottom:1px solid hsl(var(--border));transition:color .2s ease,border-color .2s ease}.gloss-term-card h3 a::after{content:'→';margin-left:.35em;font-size:.85em;font-weight:500;color:hsl(var(--prism-accent));opacity:0;transform:translateX(-3px);display:inline-block;transition:opacity .2s ease,transform .2s ease}.gloss-term-card h3 a:focus-visible,.gloss-term-card h3 a:hover{color:hsl(var(--prism-primary));border-bottom-color:hsl(var(--prism-accent) / .5);outline:0}.b2b-tile.gloss-term-card:hover h3 a::after,.gloss-term-card h3 a:focus-visible::after,.gloss-term-card h3 a:hover::after{opacity:.9;transform:translateX(0)}.b2b-tile.gloss-term-card:hover h3 a{color:hsl(var(--prism-primary));border-bottom-color:hsl(var(--prism-accent) / .35)}.b2b-split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.b2b-split .section-title{text-align:left;font-size:clamp(1.5rem, 3vw, 1.875rem)}.b2b-split .section-description{text-align:left;margin-left:0}.b2b-split__prose p{font-size:1.0625rem;line-height:1.7;color:hsl(var(--muted-foreground));margin:0 0 1rem}.b2b-split__prose p:last-child{margin-bottom:0}.b2b-split__sources{margin-top:1.25rem;font-size:.875rem;line-height:1.55;color:hsl(var(--muted-foreground) / .85)}.b2b-pain-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.b2b-pain-list li{display:flex;gap:.75rem;align-items:flex-start;padding:1rem 1.125rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;font-size:.9375rem;line-height:1.55;color:hsl(var(--muted-foreground));box-shadow:var(--shadow-soft)}.b2b-benefit-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.b2b-benefit-list li{padding:1rem 1.125rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--prism-primary));border-radius:.75rem;font-size:.9375rem;line-height:1.55;color:hsl(var(--muted-foreground));box-shadow:var(--shadow-soft)}.b2b-pain-list li::before{content:"×";flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:hsl(0 72% 50% / .1);color:hsl(0 72% 42%);border-radius:50%;font-weight:700;font-size:.875rem;line-height:1}.b2b-solution-box{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:.75rem;background:hsl(var(--prism-primary) / .06);border:1px solid hsl(var(--prism-primary) / .15);font-size:.9375rem;line-height:1.6;color:hsl(var(--foreground))}.b2b-pricing-box{text-align:center;max-width:42rem;margin:0 auto;padding:2.5rem 2rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;box-shadow:var(--shadow-card)}.b2b-pricing-box .pricing-icon{margin:0 auto 1rem}.b2b-pricing-amount{font-size:clamp(2.25rem, 5vw, 3rem);font-weight:700;color:hsl(var(--prism-primary));line-height:1.1}.b2b-pricing-unit{display:block;margin-top:.25rem;font-size:1.0625rem;color:hsl(var(--muted-foreground))}.b2b-pricing-includes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem 1rem;margin:1.5rem 0 0;padding:0;list-style:none;text-align:left;font-size:.875rem;color:hsl(var(--muted-foreground))}.b2b-pricing-includes li{display:flex;align-items:flex-start;gap:.5rem}.b2b-pricing-includes li::before{content:"✓";flex-shrink:0;color:hsl(var(--prism-primary));font-weight:700}.b2b-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.9375rem}.b2b-table td,.b2b-table th{padding:.625rem .75rem;text-align:left;border-bottom:1px solid hsl(var(--border))}.b2b-table thead th{font-weight:600;color:hsl(var(--foreground));background:hsl(var(--muted) / .35)}.b2b-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.b2b-proof-card{padding:1.5rem;border-radius:1rem;background:hsl(var(--card));border:1px solid hsl(var(--prism-accent) / .2);border-left:4px solid hsl(var(--prism-accent));box-shadow:var(--shadow-card)}.b2b-container>.b2b-proof-card{max-width:66.67%;margin-left:auto;margin-right:auto}.b2b-proof-stat{font-family:"Playfair Display",serif;font-size:clamp(1.75rem, 4vw, 2.25rem);font-weight:700;color:hsl(var(--prism-primary));line-height:1.1;margin-bottom:.35rem}.b2b-proof-card strong{display:block;color:hsl(var(--foreground));font-size:.9375rem;margin-bottom:.5rem}.b2b-proof-card strong a{color:inherit;text-decoration:none;border-bottom:1px solid hsl(var(--prism-accent) / .35);transition:color .2s ease,border-color .2s ease}.b2b-proof-card strong a:focus-visible,.b2b-proof-card strong a:hover{color:hsl(var(--prism-accent));border-bottom-color:hsl(var(--prism-accent));outline:0}.b2b-proof-card p{margin:0;font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground))}.b2b-legal-disclaimer{max-width:42rem;margin:2rem auto 0;padding:.875rem 1.125rem;background:hsl(var(--muted) / .55);border:1px dashed hsl(var(--border));border-radius:.5rem;box-shadow:none}.b2b-legal-disclaimer p{margin:0;font-size:.8125rem;line-height:1.55;color:hsl(var(--muted-foreground))}.b2b-legal-disclaimer strong{display:block;margin-bottom:.35rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.b2b-sources{max-width:42rem;margin:1.5rem auto 2.75rem;padding:1rem 1.125rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.625rem;box-shadow:var(--shadow-soft)}.b2b-sources__title{margin:0 0 .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.b2b-sources__list{margin:0;padding:0;list-style:none;display:grid;gap:.45rem}.b2b-sources__list a{font-size:.8125rem;font-weight:600;color:hsl(var(--prism-primary));text-decoration:none}.b2b-sources__list a:hover{text-decoration:underline}.b2b-sources__publisher{font-size:.75rem;font-weight:400;color:hsl(var(--muted-foreground))}.b2b-legal-disclaimer+.b2b-sources{margin-top:1rem}.b2b-step-timeline{display:grid;gap:1rem}.b2b-step{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;padding:1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;box-shadow:var(--shadow-soft)}.b2b-method-letter,.b2b-step-num{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:.75rem;font-weight:700;font-size:1.125rem}.b2b-step-num{background:var(--gradient-hero);color:#fff}.b2b-method-letter{font-family:"Playfair Display",serif;font-size:1.375rem;background:hsl(var(--prism-accent) / .12);color:hsl(var(--prism-accent))}.b2b-step h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.b2b-step p,.b2b-step ul{margin:0 0 .75rem;font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground))}.b2b-step ul{padding-left:1.125rem}.b2b-step p:last-child,.b2b-step ul:last-child{margin-bottom:0}.b2b-step-outcome{margin-top:.75rem;padding:.75rem 1rem;border-radius:.5rem;background:hsl(var(--prism-accent) / .06);font-size:.875rem;color:hsl(var(--foreground))}.b2b-step-outcome strong{color:hsl(var(--prism-accent))}.b2b-check-grid{display:grid;gap:.75rem;counter-reset:b2bcheck;justify-items:stretch;width:100%}.b2b-check-item{counter-increment:b2bcheck;display:flex;gap:1rem;align-items:flex-start;width:100%;max-width:100%;padding:1.125rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;font-size:.9375rem;line-height:1.55;color:hsl(var(--foreground));box-shadow:var(--shadow-soft)}.b2b-check-item::before{content:counter(b2bcheck);flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--prism-primary) / .12);color:hsl(var(--prism-primary));border-radius:50%;font-weight:700;font-size:.8125rem}.b2b-task-checklist{list-style:none;margin:0;padding:0;display:grid;gap:.625rem;width:100%}.b2b-task-checklist__item{display:block}.b2b-task-checklist__label{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;font-size:.9375rem;line-height:1.55;color:hsl(var(--foreground));cursor:pointer;transition:border-color .2s ease,background .2s ease}.b2b-task-checklist__label:hover{border-color:hsl(var(--prism-primary) / .35)}.b2b-task-checklist__input{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.2rem;accent-color:hsl(var(--prism-primary))}.b2b-task-checklist__label:has(.b2b-task-checklist__input:checked){background:hsl(var(--prism-primary) / .06);border-color:hsl(var(--prism-primary) / .35)}.b2b-yesno-quiz{display:grid;gap:.75rem;width:100%}.b2b-yesno-quiz__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.25rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.b2b-yesno-quiz__reset{background:0 0;border:none;padding:0;font:inherit;color:hsl(var(--prism-primary));text-decoration:underline;text-underline-offset:2px;cursor:pointer}.b2b-yesno-quiz__reset:hover{color:hsl(var(--prism-accent))}.b2b-yesno-quiz__item{padding:1.125rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:var(--shadow-soft)}.b2b-yesno-quiz__item.is-answered{border-color:hsl(var(--prism-primary) / .25)}.b2b-yesno-quiz__q{margin:0 0 .875rem;font-size:.9375rem;line-height:1.55;color:hsl(var(--foreground));font-weight:500}.b2b-yesno-quiz__opts{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.b2b-yesno-quiz__opt{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;color:hsl(var(--foreground));cursor:pointer}.b2b-yesno-quiz__opt input{width:1rem;height:1rem;accent-color:hsl(var(--prism-primary))}.chatel-window-bar{margin-top:1.25rem;padding-top:1rem;border-top:1px solid hsl(var(--border) / .5)}.chatel-window-bar__track{display:grid;grid-template-columns:1fr 2fr 1fr;height:.5rem;border-radius:999px;overflow:hidden;background:hsl(var(--muted))}.chatel-window-bar__zone{height:100%}.chatel-window-bar__zone--early{background:hsl(var(--destructive) / .35)}.chatel-window-bar__zone--ok{background:hsl(var(--prism-primary) / .55)}.chatel-window-bar__zone--late{background:hsl(var(--destructive) / .35)}.chatel-window-bar__labels{display:grid;grid-template-columns:1fr 2fr 1fr;gap:.5rem;margin-top:.5rem;font-size:.6875rem;color:hsl(var(--muted-foreground));text-align:center}.chatel-window-bar__status{margin:.75rem 0 0;font-size:.875rem;color:hsl(var(--foreground));text-align:center}.b2b-gantt{margin:1.5rem auto 0;padding:1.25rem 1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:var(--shadow-soft)}.b2b-gantt--wide{width:100%;max-width:56rem;padding:1.5rem 1.75rem 1.75rem}.b2b-container>.b2b-gantt--wide+.b2b-table--migration{max-width:56rem;margin-left:auto;margin-right:auto}.b2b-gantt__title{margin:0 0 1.25rem;font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.b2b-gantt__chart{overflow-x:auto;-webkit-overflow-scrolling:touch}.b2b-gantt--wide .b2b-gantt__head,.b2b-gantt--wide .b2b-gantt__row{grid-template-columns:minmax(13.5rem,17rem) minmax(28rem,1fr);gap:.65rem 1.25rem;min-width:40rem}.b2b-gantt__head,.b2b-gantt__row{display:grid;grid-template-columns:minmax(10.5rem,13.5rem) minmax(18rem,1fr);gap:.5rem 1rem;align-items:center;min-width:32rem}.b2b-gantt__head{margin-bottom:.5rem}.b2b-gantt__weeks{display:grid;grid-template-columns:repeat(8,1fr);font-size:.6875rem;font-weight:600;letter-spacing:.03em;color:hsl(var(--muted-foreground));text-align:center}.b2b-gantt--wide .b2b-gantt__weeks{font-size:.75rem}.b2b-gantt__track{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;min-height:2.125rem;padding:.2rem 0;border-radius:.375rem;background:repeating-linear-gradient(to right,hsl(var(--border)/ .45) 0,hsl(var(--border)/ .45) 1px,transparent 1px,transparent calc(100% / 8)),hsl(var(--muted) / .35)}.b2b-gantt--wide .b2b-gantt__track{min-height:2.75rem;padding:.35rem 0}.b2b-gantt__bar{grid-column:var(--g-start)/span var(--g-span);display:flex;align-items:center;justify-content:center;min-height:1.7rem;padding:.2rem .45rem;border-radius:.35rem;font-size:.6875rem;font-weight:600;line-height:1.2;color:#fff;text-align:center}.b2b-gantt--wide .b2b-gantt__bar{min-height:2.1rem;padding:.35rem .55rem;font-size:.75rem}.b2b-gantt__bar--1{background:hsl(var(--prism-primary))}.b2b-gantt__bar--2{background:hsl(215 43% 32%)}.b2b-gantt__bar--3{background:hsl(var(--prism-accent))}.b2b-gantt__bar--4{background:hsl(160 42% 36%)}.b2b-gantt__label{display:flex;flex-direction:column;gap:.1rem;font-size:.8125rem;font-weight:600;line-height:1.35;color:hsl(var(--foreground))}.b2b-gantt--wide .b2b-gantt__label{font-size:.875rem}.b2b-gantt__hint{font-weight:400;font-size:.6875rem;color:hsl(var(--muted-foreground))}.b2b-gantt--wide .b2b-gantt__hint{font-size:.75rem}.b2b-interactive-checklist{margin:1.25rem auto 0;max-width:42rem;padding:1.25rem 1.35rem 1.35rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.875rem;box-shadow:var(--shadow-soft)}.b2b-interactive-checklist__progress{margin-bottom:1.125rem}.b2b-interactive-checklist__progress-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;font-size:.8125rem;color:hsl(var(--muted-foreground))}.b2b-interactive-checklist__progress-meta strong{color:hsl(var(--foreground));font-weight:600}.b2b-interactive-checklist__progress-bar{height:.5rem;border-radius:999px;background:hsl(var(--muted));overflow:hidden}.b2b-interactive-checklist__progress-fill{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,hsl(var(--prism-primary)),hsl(var(--prism-accent)));transition:width .35s cubic-bezier(.4, 0, .2, 1)}.b2b-interactive-checklist__items{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.b2b-interactive-checklist__item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border:1px solid hsl(var(--border));border-radius:.625rem;background:hsl(var(--background));cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.b2b-interactive-checklist__item:hover{border-color:hsl(var(--prism-accent) / .35);box-shadow:var(--shadow-soft)}.b2b-interactive-checklist__input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.b2b-interactive-checklist__box{flex-shrink:0;width:1.375rem;height:1.375rem;margin-top:.1rem;border:2px solid hsl(var(--border));border-radius:.35rem;background:hsl(var(--card));display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease}.b2b-interactive-checklist__box::after{content:'';width:.35rem;height:.65rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);margin-top:-.1rem;transition:transform .15s ease}.b2b-interactive-checklist__input:checked+.b2b-interactive-checklist__box{background:hsl(var(--prism-accent));border-color:hsl(var(--prism-accent))}.b2b-interactive-checklist__input:checked+.b2b-interactive-checklist__box::after{transform:rotate(45deg) scale(1)}.b2b-interactive-checklist__input:focus-visible+.b2b-interactive-checklist__box{outline:2px solid hsl(var(--ring));outline-offset:2px}.b2b-interactive-checklist__text{font-size:.9375rem;line-height:1.5;color:hsl(var(--foreground));transition:color .2s ease}.b2b-interactive-checklist__input:checked~.b2b-interactive-checklist__text{color:hsl(var(--muted-foreground));text-decoration:line-through;text-decoration-color:hsl(var(--muted-foreground) / 0.55)}.b2b-interactive-checklist__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:.875rem;border-top:1px solid hsl(var(--border))}.b2b-interactive-checklist__done{margin:0;font-size:.875rem;font-weight:600;color:hsl(160 42% 32%)}.b2b-interactive-checklist__done[hidden]{display:none}.b2b-interactive-checklist__reset{margin:0;padding:.35rem .65rem;font-size:.75rem;color:hsl(var(--muted-foreground));background:0 0;border:1px solid hsl(var(--border));border-radius:.375rem;cursor:pointer;transition:var(--transition-smooth)}.b2b-interactive-checklist__reset:hover{color:hsl(var(--foreground));border-color:hsl(var(--prism-accent) / .4)}.b2b-interactive-checklist--complete{border-color:hsl(160 42% 36% / .35);box-shadow:0 4px 20px hsl(160 42% 36% / .12)}.b2b-guide-related,.b2b-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,280px));justify-content:center;gap:1rem}.b2b-guide-related-link{display:block;padding:1.125rem 1.25rem;border:1px solid hsl(var(--border));border-radius:.75rem;text-decoration:none;color:inherit;background:hsl(var(--card));box-shadow:var(--shadow-soft);transition:border-color .2s,box-shadow .2s,transform .2s}.b2b-guide-related-link:hover{border-color:hsl(var(--prism-accent));box-shadow:0 4px 16px hsl(var(--prism-accent) / .12);transform:translateY(-2px)}.b2b-guide-related-link strong{display:block;color:hsl(var(--foreground));margin-bottom:.35rem;font-size:.9375rem}.b2b-guide-related-link span{font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.45}.b2b-cta-tool{margin:0;padding:2rem 1.5rem;border-radius:1rem;text-align:center;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-card)}.b2b-cta-tool p{margin:0 0 1rem;color:hsl(var(--foreground));font-weight:600;font-size:1.0625rem}.b2b-cta-tool .btn-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:stretch}.b2b-cta-tool .btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;text-align:center}.b2b-cta-reassure{display:block;margin-top:.75rem;font-size:.8125rem;color:hsl(var(--muted-foreground))}.b2b-cta-link-note{margin:0;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.55;color:hsl(var(--muted-foreground));border-left:4px solid hsl(var(--prism-accent));background:hsl(var(--prism-accent) / .05);border-radius:0 .75rem .75rem 0}.b2b-cta-link-note a{color:hsl(var(--prism-accent));font-weight:600;text-decoration:none}.b2b-cta-link-note a:hover{text-decoration:underline}.b2b-cta-contact{margin:0;padding:2.5rem 2rem;border-radius:1rem;text-align:center;background:var(--gradient-hero);color:#fff;box-shadow:var(--shadow-hero)}.b2b-cta-contact h2{color:#fff;margin:0 0 .5rem;font-family:"Playfair Display",serif;font-size:clamp(1.25rem, 3vw, 1.5rem)}.b2b-cta-contact p{color:rgba(255,255,255,.9);margin:0 0 1.25rem;max-width:32rem;margin-left:auto;margin-right:auto}.b2b-cta-contact .btn-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.b2b-cta-contact .btn-outline{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08)}.b2b-cta-contact .btn-outline:hover{background:rgba(255,255,255,.16);color:#fff}.b2b-article .guide-faq{padding:0;background:0 0}.b2b-article .guide-faq .section-title{text-align:center;font-size:clamp(1.375rem, 3vw, 1.75rem);margin-bottom:1.25rem}.b2b-guide:not(.b2b-article) main{padding-top:5.5rem}.b2b-guide-content{max-width:720px;margin:0 auto;padding:2rem 0 3rem}.b2b-guide-content h1{font-size:1.75rem;line-height:1.25;margin-bottom:.75rem}.b2b-guide-content h2{font-size:1.25rem;margin:2rem 0 .75rem}.b2b-guide-content h3{font-size:1.0625rem;margin:1.5rem 0 .5rem;color:hsl(var(--foreground))}.b2b-guide-content li,.b2b-guide-content p{color:hsl(var(--muted-foreground));line-height:1.65;font-size:.9375rem}.b2b-guide-breadcrumb{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.b2b-guide-breadcrumb a{color:hsl(var(--prism-accent));text-decoration:none}@media (max-width:900px){.b2b-hero-inner{grid-template-columns:1fr}.b2b-split{grid-template-columns:1fr;gap:1.5rem}.b2b-stat-row{grid-template-columns:1fr;gap:1rem}.b2b-stat-row>div{padding:.5rem 0;border-bottom:1px solid hsl(var(--border))}.b2b-stat-row>div:last-child{border-bottom:none}}@media (max-width:768px){.b2b-section{padding:2rem 0}.b2b-pricing-box{padding:1.75rem 1.25rem}}@media (max-width:480px){.comparatif{display:none}.compare-note{display:none}.compare-scroll{display:none}.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-content{margin-top:3.5rem}.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}}.mag-sim-eeat{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid hsl(var(--border))}.mag-sim-eeat__body{display:flex;align-items:flex-start;gap:1rem}.mag-sim-eeat__portrait-link{flex-shrink:0;border-radius:50%;line-height:0;margin-top:.2rem}.mag-sim-eeat__portrait{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid hsl(var(--border));display:block}.mag-sim-eeat__portrait-link:hover .mag-sim-eeat__portrait{border-color:hsl(var(--prism-accent) / .5)}.mag-sim-eeat__text p{margin:0 0 .75rem}.mag-sim-eeat__text p:last-child{margin-bottom:0}.mag-sim-eeat__text a{color:hsl(var(--prism-accent));font-weight:600;text-decoration:none}.mag-sim-eeat__text a:hover{text-decoration:underline}