/* Rental comparator v0.5, visual harmonisation with the minimal tax calculator */
body.comparator-v05{background:#FAF7F1;color:#1A1715;font-family:'Inter',ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.comparator-v05 .hero{padding:80px 5vw 52px;text-align:center;background:#F2EBDF}
body.comparator-v05 .hero-inner{max-width:980px}
body.comparator-v05 .hero-inner>a.ms{display:inline-block}
body.comparator-v05 .hero .kicker{margin-top:28px;margin-bottom:14px}
body.comparator-v05 .hero h1{max-width:930px;margin:0 auto;font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:clamp(48px,7vw,84px);line-height:.98;letter-spacing:-.055em}
body.comparator-v05 .hero .dek{margin:24px auto 0;max-width:760px;font-size:17px;line-height:1.65}
body.comparator-v05 .hero-meta{justify-content:center;margin-top:24px}
body.comparator-v05 .tool-switcher{justify-content:center;margin-top:28px}
body.comparator-v05 .tool-switcher a{border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.52)}
body.comparator-v05 .tool-switcher a.active{background:#1A1715;color:#fff}
body.comparator-v05 .tool-switcher a.quiet{background:transparent;border:0;text-decoration:underline;text-underline-offset:3px;color:#4D4940}
body.comparator-v05 .gate-badge{display:inline-flex;align-items:center;gap:8px;margin:18px auto 0;padding:8px 14px;border:1px solid #C7B37A;border-radius:999px;background:#F6EFDC;font-size:11px;color:#6B5A2D}
body.comparator-v05 .gate-badge i{width:7px;height:7px;border-radius:50%;background:#C29F4F;flex:none}

body.comparator-v05 .compare-shell{max-width:1160px;padding:42px 20px 88px;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:24px}
body.comparator-v05 .panel{border:1px solid #E8E1D2;border-radius:30px;background:#fff;box-shadow:0 18px 55px rgba(30,27,20,.06)}
body.comparator-v05 .panel.inputs{overflow:hidden}
body.comparator-v05 .panel-head{padding:30px;border-bottom:1px solid #E8E1D2}
body.comparator-v05 .panel-head h2{font-size:36px;letter-spacing:-.04em;font-weight:400}
body.comparator-v05 .panel-head p{font-size:13px;line-height:1.55;margin-top:8px}
body.comparator-v05 .panel-body{padding:28px 30px 30px}
body.comparator-v05 .currency-panel{padding:22px 30px;background:#F8F4EA;border-bottom:1px solid #E8E1D2}
body.comparator-v05 .currency-copy h3{font-size:22px;letter-spacing:-.02em}
body.comparator-v05 .segmented label{border-radius:10px;background:#FBF9F4;padding:10px 11px}
body.comparator-v05 .segmented input:checked+label{background:#1A1715;color:#fff}
body.comparator-v05 .control,body.comparator-v05 select{min-height:52px;border:1px solid #E8E1D2;border-radius:14px;background:#FBF9F4;padding:13px 14px;font-size:14px}
body.comparator-v05 .control:focus,body.comparator-v05 select:focus{background:#fff;border-color:#C29F4F;box-shadow:0 0 0 4px rgba(194,159,79,.09)}
body.comparator-v05 .step{padding:28px 0;border-top:1px solid #ECE5D9}
body.comparator-v05 .step-title h3{font-size:23px}
body.comparator-v05 .step-no{background:#1A1715;color:#fff}
body.comparator-v05 .inline-note,body.comparator-v05 .currency-input-hint{border-left:0;border-radius:14px;background:#F2EBDF;padding:13px 15px;color:#67572F}
body.comparator-v05 .actions .button{border-radius:12px;padding:11px 15px}

/* Progressive disclosure for advanced assumptions */
body.comparator-v05 .input-details{margin-top:18px;border:1px solid #E8E1D2;border-radius:16px;background:#FBF9F4;overflow:hidden}
body.comparator-v05 .input-details>summary{list-style:none;cursor:pointer;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;font-weight:600}
body.comparator-v05 .input-details>summary::-webkit-details-marker{display:none}
body.comparator-v05 .input-details>summary:after{content:'+';font-family:'JetBrains Mono',monospace;font-size:15px;color:#8E7844}
body.comparator-v05 .input-details[open]>summary:after{content:'−'}
body.comparator-v05 .input-details>.advanced-content{padding:18px;border-top:1px solid #E8E1D2;background:#fff}
body.comparator-v05 .input-details .grid{margin:0}

/* Minimal result card */
body.comparator-v05 .compare-results{position:sticky;top:88px;border-radius:30px;background:#111315;color:#fff;overflow:hidden;border:0;box-shadow:0 24px 64px rgba(19,19,17,.16);min-width:0}
body.comparator-v05 .compare-summary{padding:30px;background:transparent}
body.comparator-v05 .compare-summary .headline{font-family:'Fraunces',Georgia,serif;font-size:clamp(30px,3.8vw,48px);line-height:1.03;letter-spacing:-.045em;overflow-wrap:anywhere}
body.comparator-v05 .compare-summary .delta{font-family:'Inter',sans-serif;font-size:13px;color:#D8BE78;overflow-wrap:anywhere}
body.comparator-v05 .strategy-grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 24px 24px;background:transparent}
body.comparator-v05 .strategy-card{min-width:0;padding:18px;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px;background:rgba(255,255,255,.055)!important;color:#fff}
body.comparator-v05 .strategy-card.winner{border-color:rgba(194,159,79,.55)!important;background:rgba(194,159,79,.13)!important}
body.comparator-v05 .strategy-card .tag{color:rgba(255,255,255,.55)}
body.comparator-v05 .strategy-card.winner .tag{color:#E3CE95}
body.comparator-v05 .strategy-card .money{min-width:0;margin-top:8px;font-family:'Fraunces',Georgia,serif;font-size:clamp(28px,3.2vw,40px);font-weight:400;line-height:1;letter-spacing:-.04em;overflow-wrap:anywhere;word-break:break-word}
body.comparator-v05 .strategy-card .detail{color:rgba(255,255,255,.62);line-height:1.45}
body.comparator-v05 .strategy-card .fx-primary,body.comparator-v05 .strategy-card .fx-secondary{white-space:normal!important;overflow-wrap:anywhere}

body.comparator-v05 .assumption-warning{margin:0 24px 18px;border:1px solid rgba(194,159,79,.28);border-left:0;border-radius:14px;background:rgba(194,159,79,.10);color:rgba(255,255,255,.70)}
body.comparator-v05 .compare-details{margin:0 18px 18px;border-radius:18px;background:#fff;color:#1A1715;overflow:hidden}
body.comparator-v05 .compare-details>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 20px;font-size:12px;font-weight:650}
body.comparator-v05 .compare-details>summary::-webkit-details-marker{display:none}
body.comparator-v05 .compare-details>summary:after{content:'+';font-family:'JetBrains Mono',monospace;color:#9A7E3C;font-size:15px}
body.comparator-v05 .compare-details[open]>summary:after{content:'−'}
body.comparator-v05 .compare-details-body{border-top:1px solid #E8E1D2}
body.comparator-v05 .compare-list{padding:8px 20px 18px}
body.comparator-v05 .compare-row{grid-template-columns:minmax(0,1fr) minmax(82px,.72fr) minmax(82px,.72fr);gap:10px}
body.comparator-v05 .compare-row .st,body.comparator-v05 .compare-row .lt{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-variant-numeric:tabular-nums}
body.comparator-v05 .compare-row .fx-primary,body.comparator-v05 .compare-row .fx-secondary{white-space:normal!important;overflow-wrap:anywhere}
body.comparator-v05 .break-even{background:#F8F4EA;padding:20px}
body.comparator-v05 .break-card{border-radius:14px;background:#fff;padding:16px;min-width:0}
body.comparator-v05 .break-card .v{font-size:clamp(25px,3vw,34px);line-height:1.05;overflow-wrap:anywhere;word-break:break-word}
body.comparator-v05 .break-card .fx-primary,body.comparator-v05 .break-card .fx-secondary{white-space:normal!important;overflow-wrap:anywhere}
body.comparator-v05 .compare-bars{padding:20px}
body.comparator-v05 .bartrack{height:10px;border-radius:999px}
body.comparator-v05 .barfill.short{background:#C29F4F}
body.comparator-v05 .barfill.long{background:#77736B}
body.comparator-v05 .barlabel span:last-child{min-width:0;overflow-wrap:anywhere;text-align:right}
body.comparator-v05 .notice{padding:18px 20px;background:#fff}

/* Secondary content matches the cleaner editorial system */
body.comparator-v05 .sensitivity{max-width:1160px;padding:0 20px 76px}
body.comparator-v05 .sensitivity h2{max-width:820px}
body.comparator-v05 .sensitivity-details{margin-top:22px;border:1px solid #E8E1D2;border-radius:18px;background:#fff;overflow:hidden}
body.comparator-v05 .sensitivity-details>summary{list-style:none;cursor:pointer;padding:16px 18px;display:flex;justify-content:space-between;font-size:12px;font-weight:650}
body.comparator-v05 .sensitivity-details>summary::-webkit-details-marker{display:none}
body.comparator-v05 .sensitivity-details>summary:after{content:'+';font-family:'JetBrains Mono',monospace;color:#9A7E3C}
body.comparator-v05 .sensitivity-details[open]>summary:after{content:'−'}
body.comparator-v05 .sensitivity-details .table-wrap{margin:0;border:0;border-top:1px solid #E8E1D2;border-radius:0}
body.comparator-v05 .explainer{max-width:940px}
body.comparator-v05 .profile{border-radius:18px;border-color:#E8E1D2}
body.comparator-v05 .cta{border-radius:24px}

/* Amount safety */
body.comparator-v05 [id$="Cash"],body.comparator-v05 [id$="Gross"],body.comparator-v05 [id$="Taxes"],body.comparator-v05 [id$="Distribution"],body.comparator-v05 [id$="Ops"],body.comparator-v05 [id$="BreakEven"]{min-width:0;max-width:100%}
body.comparator-v05 .fx-primary{max-width:100%}

@media(max-width:900px){
 body.comparator-v05 .hero{padding-top:58px}
 body.comparator-v05 .compare-shell{grid-template-columns:1fr;padding-left:14px;padding-right:14px}
 body.comparator-v05 .compare-results{position:static}
 body.comparator-v05 .panel-head{padding:24px}
}
@media(max-width:620px){
 body.comparator-v05 .hero{padding:36px 18px 28px}
 body.comparator-v05 .hero h1{font-size:clamp(38px,10.8vw,48px);line-height:1.02;max-width:none}
 body.comparator-v05 .hero .dek{margin-top:18px;font-size:15px;line-height:1.5}
 body.comparator-v05 .hero-meta{margin-top:18px}
 body.comparator-v05 .gate-badge{margin-top:12px}
 body.comparator-v05 .tool-switcher{margin-top:18px}
 body.comparator-v05 .tool-switcher a{padding:8px 12px}
 body.comparator-v05 .tool-switcher{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}
 body.comparator-v05 .tool-switcher a.quiet{width:100%;text-align:center;padding-top:2px}
 body.comparator-v05 .panel{border-radius:24px}
 body.comparator-v05 .panel-head,body.comparator-v05 .panel-body,body.comparator-v05 .currency-panel{padding-left:18px;padding-right:18px}
 body.comparator-v05 .strategy-grid{grid-template-columns:1fr;padding:0 18px 18px}
 body.comparator-v05 .strategy-card+.strategy-card{border-top:1px solid rgba(255,255,255,.10)!important}
 body.comparator-v05 .compare-details{margin:0 12px 12px}
 body.comparator-v05 .compare-row{grid-template-columns:1fr 1fr;gap:6px 10px}
 body.comparator-v05 .compare-row .label{grid-column:1/-1;font-weight:600}
 body.comparator-v05 .compare-row .st,body.comparator-v05 .compare-row .lt{text-align:left;font-size:10.5px}
 body.comparator-v05 .compare-row .st:before{content:'Short · ';color:#8B7A4C}
 body.comparator-v05 .compare-row .lt:before{content:'Long · ';color:#74716B}
 html[lang="fr"] body.comparator-v05 .compare-row .st:before{content:'Courte · '}
 html[lang="fr"] body.comparator-v05 .compare-row .lt:before{content:'Longue · '}
 body.comparator-v05 .break-grid{grid-template-columns:1fr}
 body.comparator-v05 .barline .barlabel{align-items:flex-start}
 body.comparator-v05 .sensitivity{padding-left:14px;padding-right:14px}
 body.comparator-v05 .bmg-benchmark{margin:0 18px 18px;padding:15px}
 body.comparator-v05 .bmg-switch{width:100%;flex-direction:column;border-radius:14px}
 body.comparator-v05 .bmg-switch-btn{width:100%;white-space:normal;text-align:center}
}
@media print{
 body.comparator-v05 .input-details{border:0}
 body.comparator-v05 .input-details>summary,body.comparator-v05 .compare-details>summary,body.comparator-v05 .sensitivity-details>summary{display:none}
 body.comparator-v05 .advanced-content,body.comparator-v05 .compare-details-body,body.comparator-v05 .sensitivity-details .table-wrap{display:block!important}
}

body.comparator-v05 .shortfall{margin-top:6px;font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8A4B2E}
body.comparator-v05 .scope-note{margin:14px auto 0;max-width:620px;font-size:12.5px;line-height:1.5;color:#4D4940;background:rgba(194,159,79,.08);border:1px solid rgba(194,159,79,.35);border-radius:10px;padding:10px 14px}
body.comparator-v05 .check-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#1A1715;cursor:pointer}
body.comparator-v05 .check-row input{width:15px;height:15px;accent-color:#C29F4F}
body.comparator-v05 .hidden{display:none}

/* v71.1: money inputs must clear the absolute currency prefix; scoped padding was 14px */
body.comparator-v05 .money-wrap input.control{padding-left:46px}
/* Bee My Guest operating-standard block under the summary */
body.comparator-v05 .bmg-benchmark{margin:0 24px 24px;padding:16px 18px 18px;border:1px solid rgba(194,159,79,.35);border-radius:18px;background:#F6EFDC;color:#1A1715}
body.comparator-v05 .bmg-scenario-line{margin:0;font-size:12.5px;line-height:1.55;color:#4D4940}
body.comparator-v05 .bmg-scenario-line b{color:#1A1715}
body.comparator-v05 .bmg-switch{display:flex;gap:6px;margin-top:12px;padding:3px;background:rgba(26,23,21,.05);border-radius:999px;width:max-content;max-width:100%}
body.comparator-v05 .bmg-switch-btn{border:0;background:transparent;color:#4D4940;border-radius:999px;padding:8px 14px;font-size:11.5px;cursor:pointer;white-space:nowrap}
body.comparator-v05 .bmg-switch-btn.active{background:#1A1715;color:#FAF7F1}
body.comparator-v05 .bmg-delta{margin:12px 0 0;font-size:12.5px;line-height:1.55;color:#1A1715;font-weight:500}
body.comparator-v05 .bmg-delta.hidden{display:none}
body.comparator-v05 .bmg-source{margin:12px 0 0;font-size:11px;line-height:1.6;color:#6B5A2D}
body.comparator-v05 .bmg-source a{color:#1A1715}
body.comparator-v05 .bmg-caveat{display:block;margin-top:5px;color:#8A7A5C}
