.results-container{background:#fff;border-radius:20px;box-shadow:0 4px 24px #1a274414,0 2px 8px #1a27440a;border:1px solid rgba(201,169,98,.15);overflow:hidden;animation:resultsReveal .5s cubic-bezier(.22,1,.36,1)}@keyframes resultsReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#1a2744,#243352);color:#fff;position:relative;overflow:hidden}.results-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(201,169,98,.15) 0%,transparent 70%);border-radius:50%;transform:translate(50%,-50%);animation:orbPulse 4s ease-in-out infinite}@keyframes orbPulse{0%,to{opacity:.5;transform:translate(50%,-50%) scale(1)}50%{opacity:.8;transform:translate(50%,-50%) scale(1.1)}}.results-icon{width:48px;height:48px;background:#c9a96233;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;transition:all .3s ease}.results-icon:hover{background:#c9a9624d;transform:scale(1.05)}.results-icon svg{width:24px;height:24px;color:#c9a962}.results-header h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;margin:0;position:relative;z-index:1}.results-content{padding:2rem}@media(max-width:640px){.results-header{padding:1.25rem 1.5rem}.results-header h3{font-size:1.25rem}.results-icon{width:40px;height:40px}.results-icon svg{width:20px;height:20px}.results-content{padding:1.5rem}}.results-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.results-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.results-grid-4,.results-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.results-grid-4,.results-grid-3{grid-template-columns:1fr}}.result-card{background:#f8f6f3;border-radius:12px;padding:1.25rem;text-align:center;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.22,1,.36,1);animation:cardFadeIn .4s ease-out;animation-fill-mode:both}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-card:nth-child(1){animation-delay:.05s}.result-card:nth-child(2){animation-delay:.1s}.result-card:nth-child(3){animation-delay:.15s}.result-card:nth-child(4){animation-delay:.2s}.result-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1a274414}.result-card-primary{background:linear-gradient(135deg,#1a2744,#243352);border:none;box-shadow:0 4px 16px #1a274426;position:relative;overflow:hidden}.result-card-primary:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(201,169,98,.15) 0%,transparent 70%);border-radius:50%;transform:translate(40%,-40%)}.result-card-primary .result-label,.result-card-primary .result-hint{color:#fffc;position:relative;z-index:1}.result-card-primary .result-value{color:#c9a962;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.result-card-highlight{background:linear-gradient(135deg,#c9a9621a,#e7c36f1a);border-color:#c9a9624d;box-shadow:0 2px 8px #c9a9621a}.result-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.75rem}.result-value{display:block;font-size:2rem;font-weight:800;color:#1a2744;margin-bottom:.5rem;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.1}.result-value.positive{color:#059669}.result-value.negative{color:#dc2626}.result-hint{display:block;font-size:.8125rem;color:#6b7280;font-weight:500}.result-section{background:#f8f6f3;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(201,169,98,.1);transition:all .3s ease;animation:sectionFadeIn .5s ease-out;animation-fill-mode:both;position:relative;overflow:hidden}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.result-section:nth-of-type(1){animation-delay:.25s}.result-section:nth-of-type(2){animation-delay:.3s}.result-section:nth-of-type(3){animation-delay:.35s}.result-section:nth-of-type(4){animation-delay:.4s}.result-section:nth-of-type(5){animation-delay:.45s}.result-section:hover{box-shadow:0 2px 12px #1a27440f}.result-section-blue{background:linear-gradient(135deg,#3b82f60d,#6366f10d);border:1px solid rgba(59,130,246,.2)}.result-section-blue:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#3b82f6,#6366f1)}.result-section-gold{background:linear-gradient(135deg,#c9a96214,#e7c36f0d);border:1px solid rgba(201,169,98,.2)}.result-section-gold:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#c9a962,#e7c36f)}.result-section-red{background:linear-gradient(135deg,#ef44440d,#f8717108);border:1px solid rgba(239,68,68,.2)}.result-section-red:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#ef4444,#f87171)}.result-section-green{background:linear-gradient(135deg,#10b9810d,#34d39908);border:1px solid rgba(16,185,129,.2)}.result-section-green:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#10b981,#34d399)}.result-section .section-title{font-size:1.125rem;font-weight:600;color:#1a2744;margin-bottom:1rem;padding-left:.5rem}.mini-card{background:#fff;border-radius:10px;padding:1rem;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 1px 3px #00000005}.mini-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1a27440f}.mini-card-warning{border:2px solid rgba(239,68,68,.3);background:#ef444405;box-shadow:0 2px 8px #ef444414}.mini-card-success{border:2px solid rgba(16,185,129,.3);background:#10b98105;box-shadow:0 2px 8px #10b98114}.mini-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem}.mini-value{display:block;font-size:1.5rem;font-weight:800;color:#1a2744;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.2}.mini-value.positive{color:#059669}.mini-value.negative{color:#dc2626}.mini-hint{display:block;font-size:.8125rem;color:#6b7280;margin-top:.5rem;font-weight:500}.alert-box{padding:1rem 1.25rem;border-radius:10px;margin-top:1rem;font-size:.875rem;display:flex;align-items:flex-start;gap:.5rem}.alert-warning{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#b91c1c}.bilan-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e5e7eb;transition:all .3s ease}.bilan-card:hover{box-shadow:0 4px 12px #1a27440f}.bilan-card h5{font-size:.9375rem;font-weight:600;color:#1a2744;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(201,169,98,.2)}.bilan-card p{display:flex;justify-content:space-between;font-size:.875rem;color:#4b5563;margin-bottom:.5rem;padding:.25rem 0}.bilan-card p.total{border-top:2px solid rgba(201,169,98,.3);padding-top:.75rem;margin-top:.75rem;font-weight:600}.bilan-card .positive{color:#059669}.bilan-card .negative{color:#dc2626}.tax-item{background:#fff;border-radius:10px;padding:1rem;border:1px solid #e5e7eb}.tax-item p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.tax-item strong{color:#1a2744;font-weight:600}.tax-total{background:linear-gradient(135deg,#ef444426,#ef444414);border-radius:12px;padding:1.5rem;text-align:center;border:2px solid rgba(239,68,68,.3);position:relative;overflow:hidden}.tax-total:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ef4444,#dc2626)}.tax-total span{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#b91c1c;margin-bottom:.75rem}.tax-total strong{display:block;font-size:2.25rem;color:#dc2626;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.recommendations{display:flex;flex-direction:column;gap:1rem}.reco-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#374151;padding:.75rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb;transition:all .3s ease}.reco-item:hover{box-shadow:0 2px 8px #1a27440f;transform:translate(4px)}.reco-check{color:#059669;font-size:1.25rem;flex-shrink:0}.reco-warning{color:#f59e0b;font-size:1.25rem;flex-shrink:0}.reco-info{font-size:1.25rem;flex-shrink:0}.reco-link{color:#c9a962;text-decoration:none;font-weight:600;transition:color .2s ease}.reco-link:hover{color:#1a2744;text-decoration:underline}.table-scroll-hint{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;margin-bottom:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;border-left:4px solid #F59E0B;font-size:13px;font-weight:600;color:#92400e;box-shadow:0 2px 4px #f59e0b26;transition:opacity .3s ease,transform .3s ease}.table-scroll-hint:before{content:"👉";font-size:18px}.table-scroll-hint.hidden{opacity:0;transform:translateY(-10px);pointer-events:none}@media(min-width:1200px){.table-scroll-hint{display:none}}.table-container{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;margin:24px 0;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 1px 3px #0000001a}.table-container:after{content:"";position:absolute;top:0;right:0;bottom:17px;width:60px;background:linear-gradient(to left,#fff,#ffffffe6 30%,#fff0);pointer-events:none;transition:opacity .3s ease;opacity:1;border-radius:0 12px 12px 0}.table-container.scrolled-end:after{opacity:0}@media(min-width:1200px){.table-container:after{display:none}}.table-container::-webkit-scrollbar{height:10px}.table-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:0 0 12px 12px}.table-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#c9a962,#e7c36f);border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#b8983f,#d4b05e)}.results-table{width:100%;min-width:950px;border-collapse:collapse;background:#fff;font-variant-numeric:tabular-nums}.results-table thead{position:sticky;top:0;z-index:15}.results-table th{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:16px 12px;text-align:center;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-right:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #00000026}.results-table th:last-child{border-right:none}.results-table th:first-child{border-radius:10px 0 0}.results-table th:last-child{border-radius:0 10px 0 0}.results-table td{padding:14px 12px;font-size:14px;font-weight:500;line-height:1.6;color:#1f2937;border-bottom:1px solid #F3F4F6;white-space:nowrap;text-align:right;transition:background .2s ease}.results-table th:first-child,.results-table td:first-child{position:sticky;left:0;z-index:10;text-align:center;font-weight:700;box-shadow:2px 0 8px #00000014;min-width:60px;width:60px}.results-table th:first-child{z-index:20;background:linear-gradient(135deg,#1e293b,#334155)}.results-table tbody tr:nth-child(2n){background-color:#f9fafb}.results-table tbody tr:nth-child(odd){background-color:#fff}.results-table tbody tr:nth-child(2n) td:first-child{background:#f9fafb}.results-table tbody tr:nth-child(odd) td:first-child{background:#fff}.results-table tbody tr:hover,.results-table tbody tr:hover td:first-child{background-color:#f0f9ff!important}.results-table .row-positive{background:#10b98114!important}.results-table .row-positive td:first-child{background:#10b98114!important;border-left:4px solid #10b981}.results-table .row-negative{background:#ef444414!important}.results-table .row-negative td:first-child{background:#ef444414!important;border-left:4px solid #ef4444}.results-table th:nth-child(2),.results-table td:nth-child(2),.results-table th:nth-child(3),.results-table td:nth-child(3),.results-table th:nth-child(4),.results-table td:nth-child(4),.results-table th:nth-child(5),.results-table td:nth-child(5){min-width:100px}.results-table th:nth-child(6),.results-table td:nth-child(6){min-width:110px}.results-table th:nth-child(7),.results-table td:nth-child(7){min-width:85px}.results-table th:nth-child(8),.results-table td:nth-child(8){min-width:110px}.results-table th:nth-child(9),.results-table td:nth-child(9){min-width:120px}.results-table td:nth-child(9){background:#c9a9620d}.results-table th:nth-child(9){background:linear-gradient(135deg,#1e293b,#334155)!important}.td-center{text-align:center!important}.td-right{text-align:right!important}.td-is{color:#c9a962!important;font-weight:700!important;background:#c9a96214!important}.td-positive{color:#059669!important;font-weight:600}.td-negative{color:#dc2626!important;font-weight:700;background:#ef44440d!important}@media(max-width:1199px){.table-container{margin:16px -16px;border-radius:0;border-left:none;border-right:none}}@media(max-width:768px){.results-table th{font-size:10px;padding:12px 8px}.results-table td{font-size:13px;padding:12px 8px}}.results-footer{text-align:center;padding:1.5rem 2rem;border-top:1px solid rgba(201,169,98,.15);background:linear-gradient(135deg,#c9a96208,#f8f6f380)}.results-footer p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.results-footer .small{font-size:.75rem;color:#9ca3af}@media(max-width:640px){.results-footer{padding:1.25rem 1.5rem}}.mb-4{margin-bottom:1rem}.hero-section[data-astro-cid-qepaqqjy]{position:relative;background:linear-gradient(135deg,#1a2744,#243352);padding:40px 48px;overflow:hidden;min-height:auto}.hero-section[data-astro-cid-qepaqqjy]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a962' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4}.hero-container[data-astro-cid-qepaqqjy]{max-width:800px;margin:0 auto;position:relative;z-index:1;text-align:center}.hero-orb[data-astro-cid-qepaqqjy]{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.hero-orb-1[data-astro-cid-qepaqqjy]{width:300px;height:300px;background:radial-gradient(circle,rgba(201,169,98,.2) 0%,transparent 70%);top:-80px;right:-80px;animation:float 25s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(15px,-15px)}}.hero-title[data-astro-cid-qepaqqjy]{font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:700;color:#fff;line-height:1.1;margin:0 0 14px;max-width:800px}.hero-subtitle[data-astro-cid-qepaqqjy]{font-size:18px;color:#ffffffd9;font-weight:400;margin:0 0 24px;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}.hero-badges[data-astro-cid-qepaqqjy]{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px}.badge[data-astro-cid-qepaqqjy]{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;font-size:14px;color:#ffffffe6;backdrop-filter:blur(8px);white-space:nowrap}.badge[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:16px;height:16px;color:#c9a962;flex-shrink:0}.badge-highlight[data-astro-cid-qepaqqjy]{background:#c9a96226;border-color:#c9a96266;color:#e7c36f}.badge-highlight[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{color:#e7c36f}.hero-ctas[data-astro-cid-qepaqqjy]{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.cta-primary[data-astro-cid-qepaqqjy]{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#c9a962,#e7c36f);color:#1a2744;font-weight:600;font-size:15px;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 16px #c9a96259}.cta-primary[data-astro-cid-qepaqqjy]:hover{transform:translateY(-2px);box-shadow:0 6px 24px #c9a96280}.cta-primary[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:20px;height:20px}.cta-secondary[data-astro-cid-qepaqqjy]{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:transparent;border:1.5px solid rgba(255,255,255,.25);color:#fff;font-weight:500;font-size:15px;border-radius:12px;text-decoration:none;transition:all .2s ease}.cta-secondary[data-astro-cid-qepaqqjy]:hover{background:#ffffff14;border-color:#fff6}.cta-secondary[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:16px;height:16px}.fade-in-up[data-astro-cid-qepaqqjy]{opacity:0;transform:translateY(12px);animation:fadeInUp .4s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.simulator-section[data-astro-cid-qepaqqjy]{background:linear-gradient(180deg,#f8f6f3,#fff);padding:4rem 0}.simulator-outer-wrapper[data-astro-cid-qepaqqjy]{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.simulator-wrapper[data-astro-cid-qepaqqjy]{max-width:1200px;margin:0 auto;padding:0 20px}.results-wrapper[data-astro-cid-qepaqqjy]{max-width:1200px;margin:0 auto;padding:0 1rem}.simulator-header[data-astro-cid-qepaqqjy]{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(201,169,98,.2)}.simulator-icon[data-astro-cid-qepaqqjy]{width:60px;height:60px;background:linear-gradient(135deg,#1a2744,#243352);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.simulator-icon[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:28px;height:28px;color:#c9a962}.simulator-title-block[data-astro-cid-qepaqqjy] h2[data-astro-cid-qepaqqjy]{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;color:#1a2744;margin-bottom:.25rem}.simulator-title-block[data-astro-cid-qepaqqjy] p[data-astro-cid-qepaqqjy]{font-size:.9375rem;color:#6b7280}.progress-steps[data-astro-cid-qepaqqjy]{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:3rem;padding:0 1rem}.progress-step[data-astro-cid-qepaqqjy]{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.step-number[data-astro-cid-qepaqqjy]{width:36px;height:36px;background:#e5e7eb;color:#6b7280;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;transition:all .3s ease}.progress-step[data-astro-cid-qepaqqjy].active .step-number[data-astro-cid-qepaqqjy],.progress-step[data-astro-cid-qepaqqjy].completed .step-number[data-astro-cid-qepaqqjy]{background:linear-gradient(135deg,#c9a962,#e7c36f);color:#1a2744}.step-label[data-astro-cid-qepaqqjy]{font-size:.75rem;color:#6b7280;white-space:nowrap;transition:color .3s ease}.progress-step[data-astro-cid-qepaqqjy].active .step-label[data-astro-cid-qepaqqjy]{color:#1a2744;font-weight:500}.progress-line[data-astro-cid-qepaqqjy]{width:60px;height:3px;background:#e5e7eb;margin:0 .5rem 1.5rem;border-radius:2px;transition:background .3s ease}.progress-line[data-astro-cid-qepaqqjy].active{background:linear-gradient(90deg,#c9a962,#e7c36f)}@media(max-width:640px){.progress-steps[data-astro-cid-qepaqqjy]{gap:0}.progress-line[data-astro-cid-qepaqqjy]{width:30px}.step-label[data-astro-cid-qepaqqjy]{display:none}}.simulator-form[data-astro-cid-qepaqqjy]{background:#fff;border-radius:20px;box-shadow:0 4px 24px #1a274414;border:1px solid rgba(201,169,98,.15);overflow:hidden}.form-section[data-astro-cid-qepaqqjy]{padding:2rem;border-bottom:1px solid #e5e7eb}.form-section[data-astro-cid-qepaqqjy]:last-of-type{border-bottom:none}.section-header[data-astro-cid-qepaqqjy]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.section-icon[data-astro-cid-qepaqqjy]{width:44px;height:44px;background:#c9a9621a;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-icon[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:22px;height:22px;color:#c9a962}.section-header[data-astro-cid-qepaqqjy] h3[data-astro-cid-qepaqqjy]{font-size:1.25rem;font-weight:600;color:#1a2744;margin-bottom:.25rem}.section-hint[data-astro-cid-qepaqqjy]{font-size:.875rem;color:#6b7280;margin:0}.form-grid[data-astro-cid-qepaqqjy]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:640px){.form-grid[data-astro-cid-qepaqqjy]{grid-template-columns:1fr}}.form-group[data-astro-cid-qepaqqjy]{display:flex;flex-direction:column}.form-group-full[data-astro-cid-qepaqqjy]{grid-column:1 / -1}.form-label[data-astro-cid-qepaqqjy]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-label[data-astro-cid-qepaqqjy].required:after{content:"*";color:#ef4444}.tooltip-trigger[data-astro-cid-qepaqqjy]{background:none;border:none;padding:0;cursor:help;color:#9ca3af;transition:color .2s}.tooltip-trigger[data-astro-cid-qepaqqjy]:hover{color:#c9a962}.input-wrapper[data-astro-cid-qepaqqjy]{position:relative}.form-input[data-astro-cid-qepaqqjy],.form-select[data-astro-cid-qepaqqjy]{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;color:#1a2744;background:#fff;transition:all .2s ease}.form-input[data-astro-cid-qepaqqjy]:focus,.form-select[data-astro-cid-qepaqqjy]:focus{outline:none;border-color:#c9a962;box-shadow:0 0 0 3px #c9a96226}.input-suffix[data-astro-cid-qepaqqjy]{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#6b7280;font-weight:500;pointer-events:none}.form-input[data-astro-cid-qepaqqjy][type=number]{padding-right:3rem}.live-calculation[data-astro-cid-qepaqqjy]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#c9a96214,#fffffff2);border:2px solid rgba(201,169,98,.3);border-radius:10px}.live-calculation-highlight[data-astro-cid-qepaqqjy]{background:linear-gradient(135deg,#10b98114,#fffffff2);border-color:#10b9814d}.live-calculation-warning[data-astro-cid-qepaqqjy]{background:linear-gradient(135deg,#fbbf2414,#fffffff2);border-color:#fbbf244d}.live-value[data-astro-cid-qepaqqjy]{font-size:1.25rem;font-weight:700;color:#1a2744}.live-label[data-astro-cid-qepaqqjy]{font-size:.75rem;color:#6b7280;background:#c9a96226;padding:.25rem .75rem;border-radius:100px}.form-actions[data-astro-cid-qepaqqjy]{padding:2rem;background:linear-gradient(180deg,#f8f6f3,#fff);text-align:center}.btn-calculate[data-astro-cid-qepaqqjy]{display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 2.5rem;background:linear-gradient(135deg,#1a2744,#243352);color:#fff;font-weight:600;font-size:1.0625rem;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #1a274440}.btn-calculate[data-astro-cid-qepaqqjy]:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1a274459}.btn-icon[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy],.btn-arrow[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:20px;height:20px}.btn-icon[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{color:#c9a962}.btn-arrow[data-astro-cid-qepaqqjy]{transition:transform .3s ease}.btn-calculate[data-astro-cid-qepaqqjy]:hover .btn-arrow[data-astro-cid-qepaqqjy]{transform:translate(4px)}.form-disclaimer[data-astro-cid-qepaqqjy]{font-size:.8125rem;color:#6b7280;margin-top:.75rem}.results-section[data-astro-cid-qepaqqjy]{margin-top:2rem;animation:fadeInUp .5s ease forwards}.results-section[data-astro-cid-qepaqqjy].hidden{display:none}.pdf-section[data-astro-cid-qepaqqjy]{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.pdf-section[data-astro-cid-qepaqqjy].hidden{display:none}.btn-pdf[data-astro-cid-qepaqqjy]{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#c9a962,#e7c36f);color:#1a2744;font-weight:600;font-size:1rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #c9a9624d}.btn-pdf[data-astro-cid-qepaqqjy]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a96266}.pdf-disclaimer[data-astro-cid-qepaqqjy]{font-size:.75rem;color:#6b7280;margin-top:.75rem}.explications-intro[data-astro-cid-qepaqqjy]{background:#fff;padding:3rem 0}.intro-card[data-astro-cid-qepaqqjy]{display:flex;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;padding:2rem;background:linear-gradient(135deg,#1a2744,#243352);border-radius:20px;color:#fff}.intro-icon[data-astro-cid-qepaqqjy]{width:60px;height:60px;background:#c9a96233;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.intro-icon[data-astro-cid-qepaqqjy] svg[data-astro-cid-qepaqqjy]{width:28px;height:28px;color:#c9a962}.intro-content[data-astro-cid-qepaqqjy] h2[data-astro-cid-qepaqqjy]{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.intro-content[data-astro-cid-qepaqqjy] p[data-astro-cid-qepaqqjy]{font-size:.9375rem;color:#fffc;margin-bottom:1rem;line-height:1.6}.intro-link[data-astro-cid-qepaqqjy]{display:inline-flex;align-items:center;gap:.5rem;color:#c9a962;font-weight:500;text-decoration:none;transition:gap .3s ease}.intro-link[data-astro-cid-qepaqqjy]:hover{gap:.75rem}@media(max-width:640px){.intro-card[data-astro-cid-qepaqqjy]{flex-direction:column;text-align:center}}@media(max-width:768px){.hero-section[data-astro-cid-qepaqqjy]{padding:32px 24px}.hero-title[data-astro-cid-qepaqqjy]{font-size:32px;line-height:1.25}.hero-subtitle[data-astro-cid-qepaqqjy]{font-size:16px;margin-bottom:20px}.hero-badges[data-astro-cid-qepaqqjy]{gap:8px;margin-bottom:24px}.badge[data-astro-cid-qepaqqjy]{padding:6px 12px;font-size:13px}.hero-ctas[data-astro-cid-qepaqqjy]{flex-direction:column;align-items:center;gap:12px}.cta-primary[data-astro-cid-qepaqqjy],.cta-secondary[data-astro-cid-qepaqqjy]{width:100%;max-width:280px;justify-content:center}.simulator-header[data-astro-cid-qepaqqjy],.section-header[data-astro-cid-qepaqqjy]{flex-direction:column;text-align:center}.form-section[data-astro-cid-qepaqqjy]{padding:1.5rem}}@media(max-width:480px){.hero-section[data-astro-cid-qepaqqjy]{padding:24px 16px}.hero-title[data-astro-cid-qepaqqjy]{font-size:28px}.hero-badges[data-astro-cid-qepaqqjy]{flex-direction:column;align-items:center}.badge[data-astro-cid-qepaqqjy]{width:-moz-fit-content;width:fit-content}}
