.fee-calc-section{padding:72px 0;background:var(--white)}.fee-calc-section .fee-calc-inner{max-width:680px;width:calc(100% - 2 * var(--container-pad, 24px));margin:0 auto}.fee-calc-section h2{font-size:2rem;font-weight:800;color:var(--navy);text-align:center;margin-bottom:.5rem}.fee-calc-section .fee-calc-sub{text-align:center;color:var(--slate-light);margin:0 auto 2rem;max-width:520px;line-height:1.6}.fee-calc{background:var(--off-white);border:1px solid var(--light-gray);border-radius:16px;padding:28px}.fee-calc .fc-field{margin-bottom:20px}.fee-calc label{display:block;font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:8px}.fee-calc .fc-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fee-calc .fc-toggle button{padding:12px;border:1px solid var(--light-gray);background:var(--white);color:var(--slate);border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit;transition:all .15s}.fee-calc .fc-toggle button[aria-pressed=true]{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.fee-calc .fc-input{position:relative}.fee-calc .fc-input .fc-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--slate-light);font-weight:600}.fee-calc input[type=number]{width:100%;padding:13px 14px;border:1px solid var(--light-gray);border-radius:10px;font-size:1rem;font-family:inherit;color:var(--navy);background:var(--white)}.fee-calc input.has-prefix{padding-left:28px}.fee-calc input[type=number]:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #2563eb1f}.fee-calc .fc-results{margin-top:22px;background:var(--white);border:1px solid var(--light-gray);border-radius:12px;padding:18px 20px}.fee-calc .fc-row{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;font-size:.95rem;color:var(--slate)}.fee-calc .fc-row+.fc-row{border-top:1px solid var(--light-gray)}.fee-calc .fc-row .fc-val{font-weight:600;color:var(--navy);font-variant-numeric:tabular-nums}.fee-calc .fc-net{margin-top:12px;padding-top:14px;border-top:2px solid var(--navy);display:flex;justify-content:space-between;align-items:baseline}.fee-calc .fc-net .fc-net-label{font-size:1rem;font-weight:700;color:var(--navy)}.fee-calc .fc-net .fc-net-val{font-size:1.7rem;font-weight:800;color:var(--trust-green);font-variant-numeric:tabular-nums}.fee-calc .fc-eff{text-align:right;font-size:.8rem;color:var(--slate-light);margin-top:4px}.fee-calc .fc-note{font-size:.78rem;color:var(--slate-light);line-height:1.5;margin-top:14px}.fc-open-btn{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--accent-blue);border:1px solid var(--accent-blue);border-radius:10px;padding:12px 22px;font-weight:700;font-size:.95rem;font-family:inherit;cursor:pointer;transition:all .18s}.fc-open-btn:hover{background:var(--accent-blue);color:#fff}.fc-modal-overlay{position:fixed;inset:0;background:#0f172a99;display:none;align-items:flex-start;justify-content:center;padding:6vh 16px;z-index:1000;overflow-y:auto}.fc-modal-overlay.open{display:flex}.fc-modal{background:var(--white);border-radius:16px;max-width:520px;width:100%;padding:24px;position:relative;box-shadow:0 20px 60px #0000004d}.fc-modal h2{font-size:1.4rem;font-weight:800;color:var(--navy);margin:0 0 6px;padding-right:36px}.fc-modal .fc-modal-sub{color:var(--slate-light);font-size:.92rem;margin-bottom:20px;line-height:1.5}.fc-modal .fee-calc{background:var(--off-white);border:none;padding:0}.fc-modal-close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:1.6rem;line-height:1;color:var(--slate-light);cursor:pointer;padding:4px 10px;border-radius:8px}.fc-modal-close:hover{background:var(--off-white);color:var(--navy)}
