@charset "UTF-8";.calc-wrapper{font-family:"Poppins",sans-serif;max-width:620px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 32px rgba(23,23,74,.1)}.calc-header{background:#17174a;padding:24px 28px 20px;text-align:center;color:#fff}.calc-header h1{font-size:1.25rem;font-weight:700;margin-bottom:4px;line-height:1.3}.calc-header p{font-size:.8rem;color:rgba(255,255,255,.72)}.calc-body{padding:22px 24px 18px}.section-title{display:flex;align-items:center;gap:7px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#28b4cd;margin-bottom:14px}.section-title i{width:14px;height:14px;flex-shrink:0}.fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:6px}@media (max-width:640px){.fields-grid{grid-template-columns:1fr}}.field-group label{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:600;color:#17174a;margin-bottom:5px}.field-group label i{width:13px;height:13px;color:#28b4cd;flex-shrink:0}.field-group input[type=number]{width:100%;padding:9px 12px;border:1.5px dashed #c8d8e8;border-radius:8px;font-family:"Poppins",sans-serif;font-size:.85rem;color:#17174a;background:#f7fbfd;outline:0;transition:border-color .18s,background .18s;-moz-appearance:textfield}.field-group input[type=number]::-webkit-inner-spin-button,.field-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.field-group input[type=number]:focus{border-color:#28b4cd;background:#fff}.field-hint{display:block;font-size:.68rem;color:#9aabbb;margin-top:3px}@media (max-width:640px){.calc-header{padding:18px 16px 14px}.calc-header h1{font-size:1.05rem}.calc-header p{font-size:.74rem}.calc-body{padding:16px 14px 14px}.section-title{font-size:.68rem;margin-bottom:10px}.field-group label{font-size:.8rem}.field-group input[type=number]{padding:12px 14px;font-size:1rem;border-radius:10px}.field-hint{font-size:.67rem}.btn-calc{padding:16px;font-size:.95rem;border-radius:12px;margin-top:16px}.result-header{padding:14px 14px 12px;gap:10px}.result-pct{font-size:2.2rem}.result-title{font-size:.78rem}.gauge-wrap{padding:12px 14px 4px}.gauge-labels{font-size:.62rem}.result-body{padding:14px 14px 16px}.result-desc{font-size:.78rem}.recap-table{font-size:.72rem}.recap-table th{font-size:.64rem;padding:4px 6px}.recap-table td{padding:5px 6px}.rav-box{padding:10px 12px}.conseils-list li,.rav-box{font-size:.76rem}.btn-cta{padding:16px;font-size:.9rem;border-radius:12px}.mention{padding:10px 14px;font-size:.65rem}}.divider{height:1px;background:#eef1f8;margin:18px 0}.btn-calc{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:linear-gradient(135deg,#28b4cd 0,#1a9ab0 100%);color:#fff;border:0;border-radius:10px;font-family:"Poppins",sans-serif;font-size:.92rem;font-weight:700;cursor:pointer;transition:opacity .18s;margin-top:20px}.btn-calc i{width:17px;height:17px}.btn-calc:hover{opacity:.9}.result-box{display:none;margin-top:22px;border-radius:12px;overflow:hidden;border:1.5px solid #e4f6f8}.result-box.visible{display:block}.result-header,.result-icon{display:flex;align-items:center}.result-header{gap:14px;padding:18px 20px 14px;background:#e4f6f8}.result-header.profile-orange{background:#fff4e5}.result-header.profile-red{background:#fdecea}.result-icon{width:40px;height:40px;border-radius:50%;background:#fff;justify-content:center;flex-shrink:0}.result-icon i{width:20px;height:20px;color:#28b4cd}.profile-orange .result-icon i,.profile-orange .result-title{color:#e07b00}.profile-red .result-icon i,.profile-red .result-title{color:#c0392b}.result-pct{font-size:2rem;font-weight:700;color:#17174a;line-height:1}.result-title{font-size:.82rem;font-weight:600;color:#28b4cd;margin-top:3px}.gauge-wrap{padding:14px 20px 4px;background:#f0fbfc}.gauge-wrap.profile-orange{background:#fffaf2}.gauge-wrap.profile-red{background:#fff8f7}.gauge-track{position:relative;height:8px;background:#ddeef2;border-radius:4px;overflow:visible}.gauge-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#28b4cd,#17174a);transition:width .5s ease;max-width:100%}.profile-orange .gauge-fill{background:linear-gradient(90deg,#f5a623,#e07b00)}.profile-red .gauge-fill{background:linear-gradient(90deg,#e74c3c,#c0392b)}.gauge-cursor{position:absolute;top:-4px;width:16px;height:16px;background:#17174a;border:2px solid #fff;border-radius:50%;transform:translateX(-50%);box-shadow:0 1px 4px rgba(0,0,0,.18);transition:left .5s ease}.profile-orange .gauge-cursor{background:#e07b00}.profile-red .gauge-cursor{background:#c0392b}.gauge-labels{display:flex;justify-content:space-between;font-size:.65rem;color:#9aabbb;margin-top:8px;padding:0 2px}.gauge-labels span.mark{color:#17174a;font-weight:600}.result-body{padding:16px 20px 18px}.result-desc{font-size:.8rem;color:#3a4560;line-height:1.6;margin-bottom:14px}.recap-table{width:100%;border-collapse:collapse;font-size:.76rem;margin-bottom:14px}.recap-table th{text-align:left;font-weight:600;color:#9aabbb;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;padding:4px 8px;border-bottom:1px solid #eef1f8}.recap-table th:last-child{text-align:right}.recap-table td{padding:5px 8px;color:#3a4560;border-bottom:1px solid #f4f6fb}.recap-table td:last-child{text-align:right;font-weight:500}.recap-table tr.total td{font-weight:700;color:#17174a;border-top:1.5px solid #e0e8f0;border-bottom:none}.recap-table tr.total-rev td{color:#28b4cd}.rav-box strong,.recap-table tr.total-chg td{color:#17174a}.conseils-list li,.rav-box{display:flex;gap:8px;color:#3a4560}.rav-box{align-items:center;background:#f7fbfd;border-radius:8px;padding:10px 14px;font-size:.8rem;margin-bottom:14px}.conseils-list li i,.rav-box i{width:15px;height:15px;color:#28b4cd;flex-shrink:0}.conseils-list{list-style:none;margin-bottom:16px}.conseils-list li{align-items:flex-start;font-size:.78rem;line-height:1.5;margin-bottom:7px}.conseils-list li i{width:14px;height:14px;margin-top:2px}.btn-cta,.btn-reset{width:100%;font-family:"Poppins",sans-serif;border:0;cursor:pointer}.btn-cta{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;background:#17174a;color:#fff!important;border-radius:10px;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .18s;margin-bottom:10px}.btn-cta i{width:16px;height:16px}.btn-cta:hover{background:#23235e}.btn-reset{display:block;text-align:center;font-size:.78rem;color:#7a8aaa;background:0 0;padding:4px;text-decoration:underline;text-underline-offset:2px}.btn-reset:hover{color:#17174a}.mention{padding:12px 22px;background:#f8fafd;border-top:1px solid #eef1f8;font-size:.67rem;color:#9aabbb;text-align:center;line-height:1.5}.mention strong{color:#b0baca}