@font-face{font-family:"HPNeueKabel";src:url("../../design/claude-electricity/fonts/NeueKabel-Regular.otf") format("opentype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"HPBrandonGrotesque";src:url("../../design/claude-electricity/fonts/BrandonGrotesque-Regular.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}

@scope (.hp-claude-comparator){
:scope{
  --ink:#293A38; --head:#1C2E2C; --teal:#26A686; --teal-dark:#147A62; --navy:#1B1B42;
  --blue:#192B80; --amber:#FF9F1C; --amber-deep:#B54D00; --mint:#DAF7EC;
  --hero1:#071B33; --hero2:#0B2D4F;
  --surface:#F2F6FA; --card:#FFFFFF; --line:#D8E2EC; --muted:#53625F;
  --warn-bg:#FFF3D6; --warn-ink:#5C4300;
  --focus:#192B80;
  --r:14px; --r-s:9px;
  --font-head:"HPNeueKabel","Avenir Next","Trebuchet MS",sans-serif;
  --font-body:"HPBrandonGrotesque","Gill Sans","Segoe UI",system-ui,sans-serif;
}
*{box-sizing:border-box}
:scope{scroll-behavior:smooth}
:scope{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--surface);font-size:1.0625rem;line-height:1.55;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;color:var(--head);letter-spacing:-.015em;line-height:1.12;margin:0;text-wrap:balance}
p{margin:0}
a{color:var(--blue)}
a:hover{color:var(--teal-dark)}
:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}
.dark :focus-visible, .hero :focus-visible{--focus:#FFC65C}
button{font:inherit;color:inherit;cursor:pointer}
.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
[hidden]{display:none!important}
img{max-width:100%}
.wrap{max-width:1180px;margin:0 auto;padding-inline:clamp(1rem,4vw,2.5rem)}
.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}

/* ---------- Hero ---------- */
.hero{background:linear-gradient(150deg,var(--hero1),var(--hero2) 70%);color:#fff;position:relative;overflow:hidden}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:clamp(2rem,5vw,4rem);align-items:center;padding-block:clamp(2.75rem,6vw,5rem) clamp(4.5rem,8vw,6.5rem)}
.hero-flow{position:absolute;inset:0;pointer-events:none}
.eyebrow{color:#7FE3C6;font-weight:700;font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem}
.hero h1{color:#fff;font-size:clamp(2.375rem,4.5vw,3.75rem);max-width:17ch}
.hero-lead{margin-top:1.1rem;font-size:clamp(1.0625rem,1.5vw,1.1875rem);color:#C9D6E6;max-width:52ch}
.hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;margin-top:1.75rem}
.hero-safety{margin-top:1rem;font-size:.9375rem;color:#9FB4CC}
.hero-partners{margin-top:2.25rem;border-top:1px solid rgba(255,255,255,.14);padding-top:1.1rem}
.hero-partners p{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:#8CA4C0;font-weight:700}
.hero-partners ul{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem .5rem}
.hero-partners li{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.22rem .75rem;font-size:.9375rem;color:#DCE7F3;white-space:nowrap}
.hero-preview{display:grid;gap:.9rem;position:relative}
.hero-preview::before{content:"";position:absolute;inset:-2rem -2.5rem;background:radial-gradient(closest-side,rgba(38,166,134,.18),transparent 75%);pointer-events:none}
.mini-card{position:relative;background:#fff;color:var(--ink);border-radius:var(--r);padding:1rem 1.15rem;box-shadow:0 18px 40px rgba(3,14,28,.45);display:grid;gap:.35rem}
.mini-card:nth-child(2){transform:translateX(1.75rem)}
.mini-top{display:flex;align-items:center;gap:.6rem}
.mini-top .offer-mark{width:34px;height:34px;font-size:.8125rem}
.mini-name{font-weight:700;color:var(--head);font-size:.9375rem;line-height:1.25}
.mini-tag{margin-left:auto;font-size:.75rem;font-weight:700;background:var(--warn-bg);color:var(--warn-ink);border-radius:999px;padding:.15rem .6rem;white-space:nowrap}
.mini-price{font-family:var(--font-head);font-size:1.75rem;color:var(--head)}
.mini-price small{font-family:var(--font-body);font-size:.875rem;color:var(--muted);font-weight:400}
.mini-meta{font-size:.875rem;color:var(--muted)}
.mini-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.2rem}
.mini-cta{background:#EB6E00;color:#fff;font-weight:700;border-radius:9px;padding:.5rem 1rem;font-size:.875rem;white-space:nowrap;flex-shrink:0}
@media (max-width:1000px){
  .hero-grid{grid-template-columns:1fr;padding-bottom:clamp(4rem,9vw,5.5rem)}
  .hero-preview{display:none}
}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.6rem 1.5rem;border-radius:12px;border:2px solid transparent;font-weight:700;font-size:1.0625rem;text-decoration:none;transition:background-color .15s,transform .15s,box-shadow .15s}
.btn:active{transform:translateY(1px)}
.btn-cta{background:#EB6E00;border-color:#EB6E00;color:#fff;box-shadow:0 6px 18px rgba(235,110,0,.35)}
.btn-cta:hover{background:#D96400;border-color:#D96400;color:#fff}
.btn-primary{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}
.btn-primary:hover{background:#0F6350;border-color:#0F6350;color:#fff}
.btn-outline{background:transparent;border-color:var(--line);color:var(--head)}
.btn-outline:hover{border-color:var(--teal-dark);color:var(--teal-dark)}
.link-btn{background:none;border:0;padding:.35rem .25rem;min-height:44px;display:inline-flex;align-items:center;color:var(--blue);text-decoration:underline;font-size:inherit}
.link-btn:hover{color:var(--teal-dark)}
.hero .link-plain{color:#AFE9D6;text-decoration:underline;text-underline-offset:3px;display:inline-flex;align-items:center;min-height:48px;font-weight:700}
.hero .link-plain:hover{color:#fff}

/* ---------- Trust bar ---------- */
.trust{margin-top:-3rem;position:relative;z-index:5;padding-bottom:.5rem}
.trust ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 14px 34px rgba(7,27,51,.10)}
.trust li{background:#fff;padding:1rem 1.25rem}
.trust .t-num{font-family:var(--font-head);font-size:1.375rem;color:var(--teal-dark);display:block}
.trust .t-txt{font-size:.9375rem;color:var(--muted)}
.trust-note{margin-top:.5rem;font-size:.8125rem;color:var(--muted);text-align:right}
@media (max-width:820px){.trust ul{grid-template-columns:1fr 1fr}}
@media (max-width:420px){.trust li{padding:.8rem .9rem}.trust .t-num{font-size:1.125rem}}

/* ---------- Comparison section ---------- */
.compare-section{padding-block:clamp(1.5rem,4vw,3rem) clamp(2.5rem,5vw,4rem)}
.coverage{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-size:.9375rem;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:var(--r-s);padding:.65rem 1rem;margin-bottom:.75rem}
.coverage .link-btn{min-height:0;padding:0;font-size:.9375rem}
.coverage-more{background:var(--mint);border:1px solid #BBE7D6;border-radius:var(--r-s);padding:1rem 1.25rem;font-size:.9375rem;color:var(--head);margin-bottom:.75rem;max-width:75ch}
.controls{background:var(--navy);color:#fff;border-radius:var(--r);padding:clamp(1.25rem,3vw,1.9rem);display:grid;gap:1.25rem;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr) auto;align-items:end}
.controls h2{color:#fff;font-size:1.375rem;grid-column:1/-1;margin-bottom:-.25rem}
.controls .sub{grid-column:1/-1;color:#C4C6E4;font-size:.9375rem;max-width:70ch;margin-top:-.75rem}
.field-label{display:block;font-weight:700;font-size:.9375rem;margin-bottom:.4rem;color:#E7E8F6}
.consumption-row{display:flex;gap:.5rem;align-items:stretch}
.consumption-row input{width:9.5rem;min-height:48px;border-radius:10px;border:2px solid transparent;padding:.4rem .8rem;font:inherit;font-weight:700;font-variant-numeric:tabular-nums;color:var(--head)}
.consumption-row input:focus-visible{outline-color:#FFC65C}
.unit-tag{display:inline-flex;align-items:center;color:#C4C6E4;font-size:.9375rem}
.field-err{margin-top:.4rem;font-size:.875rem;color:#FFD2A3;display:flex;gap:.35rem;align-items:baseline}
.presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.6rem}
.preset{background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.3);color:#fff;border-radius:999px;min-height:44px;padding:.25rem 1rem;font-size:.9375rem;font-weight:700}
.preset:hover{border-color:#7FE3C6}
.preset[aria-pressed="true"]{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}
.preset[aria-pressed="true"]::before{content:"✓ ";font-weight:700}
.risk-fieldset{border:0;margin:0;padding:0}
.risk-fieldset legend{font-weight:700;font-size:.9375rem;margin-bottom:.4rem;color:#E7E8F6;padding:0}
.risk-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}
.risk-opt{position:relative;display:block}
.risk-opt input{position:absolute;opacity:0;inset:0}
.risk-opt span{display:flex;flex-direction:column;gap:.1rem;border:1.5px solid rgba(255,255,255,.3);border-radius:10px;padding:.55rem .7rem;min-height:44px;height:100%}
.risk-opt b{font-size:.9375rem}
.risk-opt small{font-size:.78rem;color:#B9BCDD;line-height:1.35}
.risk-opt input:checked + span{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}
.risk-opt input:checked + span small{color:#CDEFE4}
.risk-opt input:focus-visible + span{outline:3px solid #FFC65C;outline-offset:2px}
.controls-actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}
.controls-actions .link-btn{color:#AFE9D6;justify-content:center}
.controls-actions .link-btn:hover{color:#fff}
@media (max-width:1000px){
  .controls{grid-template-columns:1fr}
  .controls-actions{flex-direction:row;flex-wrap:wrap}
  .controls-actions .btn{flex:1 1 auto}
}
@media (max-width:560px){.risk-options{grid-template-columns:1fr}}

/* ---------- Results ---------- */
.results-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-top:2.25rem}
.results-head h2{font-size:clamp(1.5rem,3vw,1.9rem)}
.results-status{font-size:.9375rem;color:var(--muted)}
.results-summary{margin-top:.35rem;font-size:.9375rem;color:var(--muted);max-width:80ch}
.active-chips{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0;padding:0}
.active-chips button{display:inline-flex;align-items:center;gap:.4rem;background:var(--mint);border:1px solid #A9DECB;color:var(--head);border-radius:999px;min-height:36px;padding:.15rem .8rem;font-size:.875rem;font-weight:700}
.active-chips button:hover{border-color:var(--teal-dark)}
.results-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1rem}
.sort-group{display:flex;align-items:center;gap:.5rem}
.sort-group select{height:44px;min-height:44px;border:2px solid var(--line);border-radius:10px;background:#fff;font:inherit;font-weight:700;padding:.3rem .6rem;color:var(--head)}
.view-toggle{margin-left:auto;display:inline-flex;border:2px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.view-toggle button{border:0;background:#fff;min-height:44px;min-width:44px;padding:.3rem 1rem;font-weight:700;color:var(--muted)}
.view-toggle button[aria-pressed="true"]{background:var(--navy);color:#fff}
@media (max-width:600px){.view-toggle{margin-left:0}}
.spot-note{font-size:.875rem;color:var(--muted);margin-top:.5rem}

/* ---------- Offer cards ---------- */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.1rem;margin-top:1.25rem;max-width:100%}
@media (min-width:1000px){.cards{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.cards > *{max-width:640px}}
.offer{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 3px 10px rgba(7,27,51,.05);transition:transform .15s,box-shadow .15s,border-color .15s}
.offer:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(7,27,51,.12);border-color:#BFD0E0}
.offer.selected{border-color:var(--teal-dark);box-shadow:0 0 0 2px var(--teal-dark),0 8px 20px rgba(20,122,98,.15)}
.offer-top{display:flex;align-items:flex-start;gap:.7rem}
.offer-mark{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--navy);color:#7FE3C6;font-family:var(--font-head);font-size:1rem;letter-spacing:.02em}
.offer-idty{min-width:0}
.offer-provider{font-size:.875rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.offer-name{font-size:1.125rem;line-height:1.25}
.offer-status{margin-left:auto;flex-shrink:0;font-size:.75rem;font-weight:700;background:var(--warn-bg);color:var(--warn-ink);border:1px solid #EAD9A8;border-radius:999px;padding:.18rem .6rem;white-space:nowrap}
.offer-badges{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0}
.offer-badges li{font-size:.8125rem;font-weight:700;border-radius:6px;padding:.14rem .55rem;background:var(--surface);border:1px solid var(--line);color:var(--head)}
.offer-badges li.b-type{background:var(--navy);border-color:var(--navy);color:#fff}
.offer-badges li.b-green{background:var(--mint);border-color:#A9DECB;color:#0B4636}
.offer-price{background:var(--surface);border-radius:10px;padding:.9rem 1rem;display:grid;gap:.6rem}
.offer-est-num{font-family:var(--font-head);font-size:clamp(2rem,3vw,2.375rem);color:var(--head);font-variant-numeric:tabular-nums;line-height:1;display:block}
.offer-est-num .eur{font-size:1.125rem;color:var(--muted);font-family:var(--font-body);font-weight:400}
.offer-est-label{font-size:.875rem;color:var(--muted)}
.offer-est-txt{font-family:var(--font-head);font-size:1.25rem;color:var(--head);display:block;line-height:1.3}
.offer-parts{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:0}
.offer-parts dt{font-size:.8125rem;color:var(--muted)}
.offer-parts dd{margin:0;font-weight:700;color:var(--head);font-variant-numeric:tabular-nums}
.offer-parts dd small{font-weight:400;color:var(--muted);display:block;font-size:.78rem}
.offer-note{font-size:.8125rem;color:var(--muted)}
.offer-why{font-size:.9375rem}
.offer-details summary{cursor:pointer;font-weight:700;color:var(--blue);min-height:44px;display:flex;align-items:center;gap:.4rem;list-style:none}
.offer-details summary::-webkit-details-marker{display:none}
.offer-details summary::before{content:"+";display:inline-flex;width:1.2em;justify-content:center;font-weight:700;border:1.5px solid currentColor;border-radius:6px;line-height:1.15}
.offer-details[open] summary::before{content:"–"}
.offer-details-body{font-size:.9375rem;display:grid;gap:.6rem;padding:.25rem 0 .5rem;color:var(--ink)}
.offer-details-body .formula{background:var(--mint);border-radius:8px;padding:.6rem .8rem;font-variant-numeric:tabular-nums}
.offer-meta{font-size:.8125rem;color:var(--muted)}
.offer-actions{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
.offer-compare{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9375rem;min-height:44px;cursor:pointer;color:var(--head)}
.offer-compare input{width:22px;height:22px;accent-color:var(--teal-dark);cursor:pointer}
.offer-actions .btn-cta{margin-left:auto}
.offer-fine{font-size:.8125rem;color:var(--muted)}
.group-divider{grid-column:1/-1;display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.9375rem;font-weight:700;margin-top:.5rem}
.group-divider::before,.group-divider::after{content:"";height:1px;background:var(--line);flex:1}
.show-more-wrap{display:flex;justify-content:center;margin-top:1.5rem}
.empty-state{background:#fff;border:1px dashed var(--line);border-radius:var(--r);padding:2rem;text-align:center;display:grid;gap:1rem;justify-items:center;margin-top:1.25rem}
.empty-state p{font-weight:700;color:var(--head)}
.empty-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}

/* ---------- Table view ---------- */
.table-wrap{margin-top:1.25rem;background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow-x:auto;-webkit-overflow-scrolling:touch}
.offer-table{border-collapse:collapse;width:100%;min-width:860px;font-size:.9375rem}
.offer-table caption{text-align:left;padding:1rem 1.15rem .25rem;font-weight:700;color:var(--head)}
.offer-table th,.offer-table td{padding:.7rem 1rem;text-align:left;border-top:1px solid var(--line);vertical-align:middle}
.offer-table thead th{border-top:0;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);white-space:nowrap}
.offer-table tbody th{font-weight:700;color:var(--head)}
.offer-table .row-name{display:block;font-weight:400;color:var(--muted);font-size:.875rem}
.offer-table td.cell-num{font-variant-numeric:tabular-nums;font-weight:700;color:var(--head);white-space:nowrap}
.offer-table .row-cta{white-space:nowrap;font-weight:700}
.offer-table .offer-compare{min-height:auto}

/* ---------- Compare tray + dialogs ---------- */
.compare-tray{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--navy);color:#fff;box-shadow:0 -10px 30px rgba(7,27,51,.35);transform:translateY(105%);transition:transform .25s}
.compare-tray.visible{transform:none}
.compare-tray .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1rem;padding-block:.7rem}
.tray-status{font-weight:700}
.tray-names{font-size:.875rem;color:#C4C6E4;flex:1 1 200px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.compare-tray .link-btn{color:#AFE9D6}
.compare-tray .link-btn:hover{color:#fff}
:scope.tray-open{padding-bottom:5.5rem}
dialog{border:0;border-radius:var(--r);padding:0;max-width:min(60rem,calc(100vw - 2rem));width:100%;color:var(--ink);box-shadow:0 30px 80px rgba(3,14,28,.4)}
dialog::backdrop{background:rgba(7,27,51,.55)}
.dialog-head{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;border-bottom:1px solid var(--line)}
.dialog-head h2,.dialog-head h3{font-size:1.25rem}
.dialog-close{margin-left:auto;background:var(--surface);border:2px solid var(--line);border-radius:10px;min-width:44px;min-height:44px;font-weight:700}
.dialog-close:hover{border-color:var(--teal-dark);color:var(--teal-dark)}
.dialog-body{padding:1.25rem;overflow:auto}
.filters-dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;max-width:26rem;border-radius:0}
.filters-dialog .dialog-body{display:grid;gap:1.4rem;padding-bottom:2rem}
.filters-dialog fieldset{border:0;margin:0;padding:0}
.filters-dialog legend,.filter-label{font-weight:700;color:var(--head);padding:0;margin-bottom:.5rem;display:block}
.filter-opts{display:flex;flex-wrap:wrap;gap:.4rem}
.filter-opts label{position:relative;display:inline-flex}
.filter-opts input{position:absolute;opacity:0;inset:0}
.filter-opts span{display:inline-flex;align-items:center;min-height:44px;border:1.5px solid var(--line);border-radius:999px;padding:.2rem 1rem;font-size:.9375rem;font-weight:700;background:#fff}
.filter-opts input:checked + span{background:var(--navy);border-color:var(--navy);color:#fff}
.filter-opts input:focus-visible + span{outline:3px solid var(--focus);outline-offset:2px}
.filter-check{display:flex;align-items:center;gap:.6rem;min-height:44px;font-weight:700;color:var(--head);cursor:pointer}
.filter-check input{width:22px;height:22px;accent-color:var(--teal-dark)}
.filter-check small{display:block;font-weight:400;color:var(--muted)}
.spot-field input{width:7rem;min-height:48px;border:2px solid var(--line);border-radius:10px;padding:.4rem .7rem;font:inherit;font-weight:700;font-variant-numeric:tabular-nums}
.spot-field .hint{font-size:.875rem;color:var(--muted);margin-top:.4rem;max-width:40ch}
.filters-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:1rem 1.25rem;display:flex;gap:.75rem}
.filters-footer .btn{flex:1}
@media (max-width:640px){
  .filters-dialog{margin:auto 0 0;height:auto;max-height:92dvh;max-width:100%;border-radius:16px 16px 0 0}
}
.compare-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}
.compare-col{border:1px solid var(--line);border-radius:var(--r-s);padding:1rem;display:grid;gap:.5rem;align-content:start}
.compare-col h3{font-size:1.0625rem}
.compare-col dl{margin:0;display:grid;gap:.45rem}
.compare-col dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.compare-col dd{margin:0;font-weight:700;color:var(--head);font-variant-numeric:tabular-nums;font-size:.9375rem}
.compare-col dd.plain{font-weight:400;color:var(--ink)}


/* ---------- v2: sidebar layout ---------- */
.compare-layout{display:grid;grid-template-columns:315px minmax(0,1fr);gap:1.4rem;align-items:start;margin-top:1rem}
.sidebar{display:grid;gap:1rem;position:sticky;top:1rem}
.side-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.15rem;display:grid;gap:1rem;box-shadow:0 3px 10px rgba(7,27,51,.05)}
.side-title{font-size:1.25rem}
.side-sub{font-size:.9375rem;color:var(--muted);margin-top:-.5rem}
.side-label{display:block;font-weight:700;font-size:.9375rem;color:var(--head);margin-bottom:.5rem;padding:0}
.sidebar fieldset{border:0;margin:0;padding:0}
.stepper{display:flex;align-items:center;gap:.5rem}
.step-btn{width:44px;height:44px;flex-shrink:0;border-radius:50%;border:0;background:#EB6E00;color:#fff;font-size:1.375rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.step-btn:hover{background:#D96400}
.stepper-mid{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0;justify-content:center}
.stepper-mid input{width:6.5rem;max-width:100%;min-width:0;min-height:44px;border:2px solid var(--line);border-radius:10px;padding:.3rem .5rem;font:inherit;font-weight:700;text-align:center;font-variant-numeric:tabular-nums;color:var(--head)}
.stepper-mid .unit-tag{color:var(--muted)}
.cons-slider{width:100%;accent-color:var(--teal-dark);height:32px;margin-top:.4rem;cursor:pointer}
.sidebar .field-err{color:#A33B00}
.sidebar .presets{margin-top:.6rem}
.sidebar .preset{background:#fff;border-color:var(--line);color:var(--head)}
.sidebar .preset:hover{border-color:var(--teal-dark)}
.sidebar .preset[aria-pressed="true"]{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}
.type-checks{display:grid;grid-template-columns:1fr 1fr;gap:.1rem .6rem}
.type-checks .filter-check{min-height:40px;font-size:.9375rem}
.risk-stack{display:grid;gap:.4rem}
.sidebar .risk-opt span{border-color:var(--line);color:var(--ink)}
.sidebar .risk-opt small{color:var(--muted)}
.sidebar .risk-opt input:checked + span{background:var(--mint);border-color:var(--teal-dark);color:var(--head)}
.sidebar .risk-opt input:checked + span small{color:var(--teal-dark)}
.sidebar .risk-opt input:focus-visible + span{outline-color:var(--focus)}
.adv-toggle{width:100%}
.adv-toggle[aria-expanded="true"]{border-color:var(--teal-dark);color:var(--teal-dark)}
.adv-panel{display:grid;gap:1.1rem;border-top:1px solid var(--line);padding-top:1rem}
.compare-results .results-head{margin-top:0}
@media (max-width:960px){.compare-layout{grid-template-columns:1fr}.sidebar{position:static}}
/* ---------- v2: horizontal offer rows ---------- */
.offer{gap:.55rem;padding:1.1rem 1.25rem .85rem}
.offer-why{margin-top:.2rem}
.offer-details summary{min-height:40px}
.offer-actions{margin-top:0}
.offer-tophead{margin-bottom:.1rem}
.cards{grid-template-columns:1fr}
@media (min-width:1000px){.cards{grid-template-columns:1fr}.cards > *{max-width:none}}
.offer{position:relative}
.offer-tophead{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end;align-items:center}
.offer-highlight{font-size:.75rem;font-weight:700;color:var(--blue);border:1px solid #C3CCEA;background:#F3F5FC;border-radius:999px;padding:.2rem .7rem;text-transform:uppercase;letter-spacing:.05em}
.offer-main{display:grid;grid-template-columns:170px minmax(0,1fr) 225px;gap:1.1rem;align-items:center}
.offer-brand{display:grid;gap:.3rem;justify-items:start}
.offer-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:.5rem;margin:0}
.offer-specs > div{background:var(--surface);border-radius:10px;padding:.55rem .5rem;text-align:center;display:grid;gap:.1rem;align-content:center;min-height:70px;min-width:0}
.offer-specs dt{font-size:.78rem;color:var(--muted)}
.offer-specs dd{margin:0;font-weight:700;color:var(--head);font-size:.9375rem}
.offer-specs dd small{display:block;font-weight:400;color:var(--muted);font-size:.72rem}
.offer-specs dd.num{white-space:nowrap}
.offer-buy{display:grid;gap:.5rem;justify-items:end;text-align:right}
.offer-buy .offer-est-num{font-size:2.125rem}
.offer-actions .offer-fine{margin-left:auto}
@media (max-width:1320px){
  .offer-main{grid-template-columns:160px minmax(0,1fr)}
  .offer-buy{grid-column:1/-1;display:flex;align-items:center;gap:.75rem 1.25rem;flex-wrap:wrap;justify-items:start;text-align:left}
  .offer-buy .btn-cta{margin-left:auto}
}
@media (max-width:700px){
  .offer-main{grid-template-columns:1fr}
  .offer-specs{grid-template-columns:1fr 1fr}
  .offer-tophead{justify-content:flex-start}
}


/* ---------- v2.2: one-line scannable rows ---------- */
.offer{gap:.45rem;padding:1.1rem 1.25rem .6rem}
.offer:hover{transform:none;box-shadow:0 6px 16px rgba(7,27,51,.10)}
.offer-main{display:flex;flex-wrap:wrap;gap:.9rem 1.25rem;align-items:center;padding-bottom:.25rem}
.offer-brand{display:flex;gap:.55rem;align-items:center;min-width:0;flex:1 1 200px;order:0}
.offer-brand > div{display:grid;gap:.05rem;min-width:0}
.offer-mark{width:36px;height:36px;font-size:.8125rem;border-radius:8px;flex-shrink:0}
.offer-provider{font-size:.7rem;letter-spacing:.06em}
.offer-name{font-size:1rem;line-height:1.2}
.offer-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:.45rem;margin:0;order:3;flex:1 1 100%}
.offer-specs > div{background:var(--surface);border-radius:8px;padding:.35rem .5rem;text-align:center;display:grid;gap:.05rem;align-content:center;min-height:50px;min-width:0}
.offer-specs dt{font-size:.7rem;color:var(--muted)}
.offer-specs dd{margin:0;font-weight:700;color:var(--head);font-size:.875rem}
.offer-specs dd small{font-weight:400;color:var(--muted);font-size:.66rem}
.offer-specs dd small.verify{display:block}
.offer-specs dd.num{white-space:nowrap}
.offer-price-col{text-align:right;display:grid;gap:.1rem;justify-items:end;order:1;margin-left:auto}
.offer-price-col .offer-est-num{font-family:var(--font-head);font-size:1.75rem;line-height:1.05;color:var(--head);font-variant-numeric:tabular-nums}
.offer-price-col .eur{font-size:.9375rem;color:var(--muted);font-family:var(--font-body);font-weight:400}
.offer-price-col .offer-est-label{font-size:.75rem;color:var(--muted);white-space:nowrap}
.offer-est-txt{font-size:.9375rem;max-width:11rem;text-align:right;line-height:1.25}
.offer-main .btn-cta{min-height:46px;padding:.4rem 1.3rem;font-size:1.125rem;box-shadow:none;white-space:nowrap;order:2}
.offer-foot{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content max-content;gap:.3rem 1.1rem;align-items:center;border-top:1px solid var(--line);padding-top:.35rem}
.foot-chips{display:flex;gap:.3rem;margin:0;align-items:center}
.offer-foot .offer-why{font-size:.8125rem;color:var(--muted);margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.offer-status{font-size:.66rem;padding:.1rem .5rem}
.offer-highlight{font-size:.62rem;padding:.1rem .5rem}
.chip-green{font-size:.66rem;font-weight:700;background:var(--mint);border:1px solid #A9DECB;color:#0B4636;border-radius:999px;padding:.1rem .5rem}
.offer-details summary{min-height:44px;font-size:.8125rem}
.offer-details{min-width:0}
.offer-details summary{white-space:nowrap}
.offer-details[open]{grid-column:1/-1;grid-row:2}
.offer-compare{white-space:nowrap}
.offer-compare{min-height:44px;font-size:.8125rem}
.offer-compare input{width:19px;height:19px}
@media (max-width:640px){
  .offer-specs{grid-template-columns:1fr 1fr}
  .offer-price-col{margin-left:0;text-align:left;justify-items:start}
  .offer-price-col .offer-est-label{white-space:normal}
  .offer-est-txt{text-align:left;max-width:none}
  .offer-main .btn-cta{flex:1 1 100%}
}
/* ---------- v2.3: compact sidebar that fits a laptop viewport ---------- */
.sidebar{gap:.75rem}
@media (min-width:961px){
  .sidebar{max-height:calc(100dvh - 2rem);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;padding-right:2px}
}
.side-card{padding:.95rem 1rem;gap:.8rem}
.side-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.side-sub{display:none}
.stepper-mid input{min-height:42px}
.cons-slider{margin-top:.2rem;height:24px}
.sidebar .presets{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.55rem}
.sidebar .preset{display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;padding:.2rem .3rem;min-height:40px;border-radius:10px;white-space:nowrap;min-width:0;overflow:hidden}
.type-checks .filter-check{min-height:38px;font-size:.875rem}
.type-checks .filter-check input{width:20px;height:20px}
.sidebar .risk-opt span{padding:.4rem .6rem;min-height:40px}
.sidebar .risk-opt b{font-size:.875rem}
.sidebar .risk-opt small{font-size:.7rem;line-height:1.3}
.sidebar .adv-toggle,.sidebar .btn-cta{min-height:44px;font-size:1rem}
.side-select{width:100%;height:44px;min-height:44px;border:2px solid var(--line);border-radius:10px;background:#fff;font:inherit;font-weight:700;padding:.3rem .5rem;color:var(--head)}
.adv-panel{gap:.8rem;padding-top:.8rem}
.adv-panel .filter-check{min-height:38px;font-size:.875rem}
.adv-panel .filter-check input{width:20px;height:20px}
.spot-field input{min-height:42px;width:6rem}
.spot-field .hint{font-size:.78rem;margin-top:.3rem}
@media (max-width:760px){
  .offer-foot{grid-template-columns:minmax(0,1fr) max-content}
  .foot-chips{grid-column:1/-1}
  .offer-foot .offer-why{grid-column:1/-1;white-space:normal}
  .offer-details[open]{grid-column:1/-1;grid-row:auto}
}
.offer-logo{height:34px;width:auto;max-width:132px;object-fit:contain;object-position:left center;flex-shrink:0;border-radius:4px}
.offer-brand .offer-logo{background:#fff}
.mini-logo{height:24px;max-width:100px}
/* ---------- Content sections ---------- */
.content-section{padding-block:clamp(2.25rem,5vw,3.5rem)}
.content-section.alt{background:#fff;border-block:1px solid var(--line)}
.content-section h2{font-size:clamp(1.5rem,3vw,2rem)}
.section-lead{margin-top:.6rem;color:var(--muted);max-width:70ch}
.type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}
.type-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.25rem;display:grid;gap:.7rem;align-content:start}
.content-section.alt .type-card{background:var(--surface)}
.type-card h3{font-size:1.125rem;display:flex;align-items:center;gap:.5rem}
.type-card h3::before{content:"";width:10px;height:10px;border-radius:3px;background:var(--teal);flex-shrink:0}
.type-card p{font-size:.9375rem}
.type-card b{color:var(--teal-dark)}
.type-card .heed b{color:var(--amber-deep)}
.method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}
.method-item{background:var(--surface);border-radius:var(--r-s);padding:1.1rem 1.25rem;display:grid;gap:.5rem;align-content:start}
.method-item h3{font-size:1.0625rem}
.method-item p{font-size:.9375rem}
.method-item code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;background:var(--mint);border-radius:6px;padding:.35rem .6rem;display:block;color:var(--head)}
.steps{list-style:none;counter-reset:step;margin:1.5rem 0 0;padding:0;display:grid;gap:0}
.steps li{counter-increment:step;position:relative;padding:0 0 1.5rem 3.5rem}
.steps li::before{content:counter(step);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:var(--teal-dark);color:#fff;font-family:var(--font-head);font-size:1.125rem;display:flex;align-items:center;justify-content:center}
.steps li:not(:last-child)::after{content:"";position:absolute;left:19.5px;top:44px;bottom:4px;width:2px;background:var(--line)}
.steps h3{font-size:1.0625rem;margin-bottom:.25rem}
.steps p{font-size:.9375rem;color:var(--ink);max-width:65ch}
.transfer-note{margin-top:1rem;background:var(--mint);border-radius:var(--r-s);padding:.9rem 1.1rem;font-size:.9375rem;max-width:75ch}
.faq-list{margin-top:1.5rem;display:grid;gap:.6rem;max-width:56rem}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--r-s)}
.faq-item summary{cursor:pointer;padding:.9rem 1.15rem;min-height:44px;display:flex;align-items:center;gap:.75rem;list-style:none;font-weight:700}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary h3{font-size:1.0625rem;font-family:var(--font-body);color:var(--head);font-weight:700;letter-spacing:0}
.faq-item summary::after{content:"+";margin-left:auto;flex-shrink:0;width:28px;height:28px;border:2px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--teal-dark)}
.faq-item[open] summary::after{content:"–";background:var(--mint);border-color:#A9DECB}
.faq-item[open] summary{border-bottom:1px solid var(--line)}
.faq-item .faq-a{padding:.9rem 1.15rem 1.1rem;font-size:.9375rem;max-width:70ch}
.sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}
.source-item{border-left:3px solid var(--teal);padding-left:1rem;display:grid;gap:.3rem;align-content:start}
.source-item h3{font-size:1rem}
.source-item p{font-size:.9375rem;color:var(--muted)}
.byline{margin-top:2rem;background:var(--surface);border-radius:var(--r-s);padding:1.1rem 1.25rem;font-size:.9375rem;display:grid;gap:.3rem;max-width:75ch}
.byline b{color:var(--head)}

/* ---------- Toast ---------- */
.toast{position:fixed;left:50%;bottom:6.5rem;transform:translate(-50%,1rem);background:var(--head);color:#fff;border-radius:10px;padding:.7rem 1.2rem;font-size:.9375rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:60;max-width:min(92vw,30rem);text-align:center}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* ---------- Motion & forced colors ---------- */
@media (prefers-reduced-motion:reduce){
  :scope{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}
  .compare-tray{transition:none}
}
@media (forced-colors:active){
  .btn,.preset,.offer-status,.filter-opts span,.view-toggle button{border:2px solid ButtonText}
  .offer,.trust li,.faq-item{border:1px solid CanvasText}
}
}

.hp-electricity-comparator-page #page.grid-container{max-width:none;width:100%}
.hp-electricity-comparator-page .site-content{padding:0}
.hp-electricity-comparator-page .content-area,.hp-electricity-comparator-page .site-main,.hp-electricity-comparator-page .inside-article,.hp-electricity-comparator-page .entry-content{margin:0;max-width:none;padding:0;width:100%}
.hp-claude-comparator{margin:0;overflow:clip;width:100%}

/* GeneratePress declares heading typography with !important. These counter-rules
   repeat the locked Claude source values without introducing new design values. */
.hp-electricity-comparator-page .hp-claude-comparator h1,
.hp-electricity-comparator-page .hp-claude-comparator h2,
.hp-electricity-comparator-page .hp-claude-comparator h3,
.hp-electricity-comparator-page .hp-claude-comparator h4{font-family:var(--font-head)!important;font-weight:600!important;color:var(--head)!important;letter-spacing:-.015em!important;line-height:1.12!important;margin:0!important;text-wrap:balance}
.hp-electricity-comparator-page .hp-claude-comparator .hero h1{color:#fff!important;font-size:clamp(2.375rem,4.5vw,3.75rem)!important;max-width:17ch}
.hp-electricity-comparator-page .hp-claude-comparator .faq-item summary h3{font-family:var(--font-body)!important;color:var(--head)!important;font-weight:700!important;letter-spacing:0!important}

/* GeneratePress gives article links and buttons more specific typography and
   color rules. Repeat only locked source values at the comparator boundary. */
.hp-electricity-comparator-page .hp-claude-comparator a{color:var(--blue)}
.hp-electricity-comparator-page .hp-claude-comparator a:hover{color:var(--teal-dark)}
.hp-electricity-comparator-page .hp-claude-comparator a[class~="btn-cta"]{background:#EB6E00;border-color:#EB6E00;color:#fff}
.hp-electricity-comparator-page .hp-claude-comparator a[class~="btn-cta"]:hover{background:#D96400;border-color:#D96400;color:#fff}
.hp-electricity-comparator-page .hp-claude-comparator a[class~="mini-cta"]{background:#EB6E00;color:#fff}
.hp-electricity-comparator-page .hp-claude-comparator a[class~="mini-cta"]:hover{color:#fff}
.hp-electricity-comparator-page .hp-claude-comparator a[class~="link-plain"]{color:#AFE9D6}
.hp-electricity-comparator-page .hp-claude-comparator a[class~="link-plain"]:hover{color:#fff}
.hp-electricity-comparator-page .hp-claude-comparator [class~="btn"]{font-family:var(--font-body)!important;font-size:1.0625rem!important;font-weight:700!important}
.hp-electricity-comparator-page .hp-claude-comparator [data-hp-offer-cta]{font-size:1.125rem!important}
.hp-electricity-comparator-page .hp-claude-comparator [data-hp-compare-form] [class~="adv-toggle"],
.hp-electricity-comparator-page .hp-claude-comparator [data-hp-compare-form] [class~="btn-cta"]{font-size:1rem!important}

/* Keep the source table's 860px minimum inside its own scroll container. */
.hp-electricity-comparator-page .hp-claude-comparator :has(> [data-hp-server-results]){min-width:0}
.hp-electricity-comparator-page .hp-claude-comparator [data-hp-results="table"]{position:relative}
