/* Scoped fee presentation. Totals and exclusions remain readable without motion or JS. */
.oh-fee,.oh-fee *{box-sizing:border-box}
.oh-fee.price-bar{max-width:760px;width:100%;margin:26px auto 30px;padding:0;text-align:left;font-family:inherit;letter-spacing:-.02em;color:#18344e}
.oh-fee .oh-fee-heading{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:0 0 12px;font-size:18px;font-weight:800}
.oh-fee .oh-fee-heading small{font-size:12px;font-weight:500;color:#677384}
.oh-fee .oh-fee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.oh-fee .oh-fee-card{overflow:hidden;padding:18px 16px 14px;border:1px solid #d8e0e9;border-radius:16px;background:linear-gradient(145deg,#fff,#f2f5f9);box-shadow:0 7px 24px #15334e0a}
.oh-fee .oh-fee-card:nth-child(2){background:linear-gradient(145deg,#fffdf8,#f7f0e1);border-color:#e7d7b6}
.oh-fee .oh-fee-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:18px;color:#18344e}
.oh-fee .oh-fee-card-head span{font-size:11px;color:#657487;background:#fff9;border-radius:20px;padding:3px 7px}
.oh-fee .oh-fee-equation{display:grid;grid-template-columns:1fr 16px .82fr;align-items:center;gap:4px}
.oh-fee .oh-fee-equation span{display:block;font-size:10px;font-weight:500;line-height:1.45;color:#5b6978;white-space:nowrap}
.oh-fee .oh-fee-equation b{display:block;font-size:21px;font-weight:800;font-variant-numeric:tabular-nums;color:#18344e;letter-spacing:-.04em}
.oh-fee .oh-fee-equation small{font-size:11px;margin-left:2px}
.oh-fee .oh-fee-equation i{font-size:18px;font-style:normal;color:#ad8545}
.oh-fee .oh-fee-result{display:flex;align-items:baseline;justify-content:flex-end;gap:4px;margin-top:17px;padding-top:13px;border-top:1px solid #ccd6df;color:#173c61;font-variant-numeric:tabular-nums}
.oh-fee .oh-fee-result .oh-fee-phase{margin-right:auto;font-size:11px;font-weight:600;color:#53667b}
.oh-fee .oh-fee-result .oh-fee-number{font-size:34px;line-height:1.2;font-weight:850;letter-spacing:-.05em}
.oh-fee .oh-fee-result>span:last-child{font-size:14px}
.oh-fee .oh-fee-total-note{text-align:right;font-size:11px;line-height:1.5;color:#637386;margin-top:5px}
.oh-fee .oh-fee-disclosure{font-size:12px!important;line-height:1.75!important;color:#5a6675!important;margin:13px 0 10px!important;padding:0!important;text-align:left!important;max-width:none!important}
.oh-fee .oh-fee-disclosure b{color:#344b64;font-weight:700}
.oh-fee .oh-fee-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:12px;align-items:center}
.oh-fee .oh-fee-footer a{color:#355c82;text-decoration:underline;text-underline-offset:3px}
.oh-fee .oh-fee-replay{font:inherit;font-size:12px;color:#536b84;border:0;background:transparent;padding:5px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.oh-fee .oh-fee-replay[hidden]{display:none}
.oh-fee .oh-fee-replay:focus-visible{outline:2px solid #b48b46;outline-offset:4px}
.oh-fee .oh-fee-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.oh-fee.is-adding .oh-fee-court{animation:oh-fee-add .7s ease-out both}
.oh-fee.is-complete .oh-fee-result{animation:oh-fee-settle .8s ease-out}
.hero .oh-fee .oh-fee-heading{color:#fff}
.hero .oh-fee .oh-fee-heading small,.hero .oh-fee .oh-fee-disclosure{color:#dde5ee!important}
.hero .oh-fee .oh-fee-disclosure b{color:#f7e2b9}
.hero .oh-fee .oh-fee-footer a,.hero .oh-fee .oh-fee-replay{color:#e4cda3}
@keyframes oh-fee-add{0%{transform:translateY(8px);filter:brightness(1.3)}100%{transform:translateY(0);filter:none}}
@keyframes oh-fee-settle{0%{transform:scale(1);text-shadow:none}40%{transform:scale(1.025);text-shadow:0 0 16px #c49a5640}100%{transform:scale(1);text-shadow:none}}
@media(max-width:520px){.oh-fee.price-bar{margin:22px auto}.oh-fee .oh-fee-heading{display:block;font-size:17px}.oh-fee .oh-fee-heading small{display:block;margin-top:3px}.oh-fee .oh-fee-grid{gap:9px}.oh-fee .oh-fee-card{padding:13px 10px 11px;border-radius:12px}.oh-fee .oh-fee-card-head{font-size:16px;margin-bottom:12px;display:block}.oh-fee .oh-fee-card-head span{display:block;background:none;padding:0;margin-top:2px}.oh-fee .oh-fee-equation{grid-template-columns:1fr;gap:1px}.oh-fee .oh-fee-equation i{height:15px;line-height:15px}.oh-fee .oh-fee-equation b{font-size:21px}.oh-fee .oh-fee-equation span{font-size:10px;white-space:normal}.oh-fee .oh-fee-result{flex-wrap:wrap;gap:2px;margin-top:12px;padding-top:10px}.oh-fee .oh-fee-result .oh-fee-phase{width:100%;font-size:10px}.oh-fee .oh-fee-result .oh-fee-number{font-size:29px}.oh-fee .oh-fee-total-note{font-size:10px}.oh-fee .oh-fee-disclosure{font-size:11px!important}}
@media(prefers-reduced-motion:reduce){.oh-fee *{animation:none!important;transition:none!important}.oh-fee .oh-fee-replay{display:none}}

/* Exact three-part calculation; every component remains visible throughout. */
.oh-fee .oh-fee-ad-note{font-size:12px;color:#657487;margin:-9px 0 14px;line-height:1.5}
.oh-fee .oh-fee-ad-note small{display:block;font-size:10px}
.oh-fee .oh-fee-equation{display:flex;flex-direction:column;align-items:stretch;gap:8px}
.oh-fee .oh-fee-equation>div{display:flex;justify-content:space-between;align-items:center;gap:6px;border-radius:6px}
.oh-fee .oh-fee-equation span{white-space:normal;font-size:11px}
.oh-fee .oh-fee-equation span small{font-size:10px;margin:0}
.oh-fee .oh-fee-equation b{white-space:nowrap;font-size:21px}
.oh-fee .oh-fee-equation i{display:inline;font-size:15px;margin-right:2px}
.oh-fee .oh-fee-total-note b{display:block;font-size:19px;color:#173c61;margin-top:3px}
.oh-fee.is-adding-vat .oh-fee-vat{animation:oh-fee-add .7s ease-out both;background:#e0bb7020}
.oh-fee.is-adding .oh-fee-court{background:#e0bb7020}
@media(max-width:650px){.oh-fee .oh-fee-equation>div{display:block}.oh-fee .oh-fee-equation b{text-align:right}.oh-fee .oh-fee-equation{gap:9px}.oh-fee .oh-fee-ad-note{margin:0 0 12px;font-size:11px}.oh-fee .oh-fee-equation span{font-size:10px}}
@media(prefers-reduced-motion:reduce){.oh-fee.is-adding-vat .oh-fee-vat{animation:none}}
