:root {
  color-scheme: light;
  --blue: #075cf0;
  --blue-2: #004ee1;
  --ink: #07154c;
  --muted: #5c6b99;
  --line: #dce5f1;
  --soft: #f7faff;
  --green: #26a844;
  --orange: #ff980b;
  --gray: #8c98b4;
  --shadow: 0 9px 28px rgba(24, 63, 122, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

/* =====================================================================
   EKRAN 2 — układ 1448 × 1086 zgodny z zaakceptowaną referencją
   ===================================================================== */
body.recommendations-open { background: #fff; }
.simulation-panel[hidden] { display: none !important; }
body.recommendations-open .topbar {
  min-height: 68px;
  height: 68px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 9px 16px 7px;
  border: 0;
  box-shadow: none;
}
body.recommendations-open .brand { gap: 10px; }
body.recommendations-open .brand .snowflake { width: 40px; height: 40px; font-size: 40px; }
body.recommendations-open .brand strong { font-size: 18px; letter-spacing: -.35px; }
body.recommendations-open .brand small { margin-top: 1px; font-size: 11px; }
body.recommendations-open .progress { display: none; }
body.recommendations-open .help-button { height: 40px; padding: 0 7px; border-color: transparent; font-size: 11px; }
body.recommendations-open .help-button .ui-icon { width: 16px; height: 16px; }
body.recommendations-open #recommendationOverview { display: none !important; }
body.recommendations-open .workspace {
  width: calc(100% - 32px);
  max-width: 1403px;
  min-height: 0;
  height: 977px;
  display: grid;
  grid-template-columns: 541px 839px;
  gap: 23px;
  margin: 0 16px 41px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: #fff;
}
body.recommendations-open .configuration {
  height: 977px;
  padding: 18px 20px 20px;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  background: #fff;
}
body.recommendations-open .configuration > :not(.recommendation-sidebar) { display: none; }
body.recommendations-open .result {
  height: 977px;
  display: grid;
  grid-template-rows: 163px 617px 179px;
  gap: 9px;
  padding: 0;
}
body.recommendations-open .kpi-grid,
body.recommendations-open .temperature-key,
body.recommendations-open .plan-hint,
body.recommendations-open .plan-toolbar,
body.recommendations-open .preview-panel { display: none; }
body.recommendations-open .status-message {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 16px;
  min-height: 0;
  margin: 0;
  padding: 8px 13px;
  border: 1px solid #cfddf2;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: #28477c;
  box-shadow: 0 6px 22px rgba(28,55,98,.14);
  font-size: 11px;
  transform: translateX(-50%);
}
body.recommendations-open .status-message:empty { display: none; }

body.recommendations-open .recommendation-sidebar { height: 100%; padding: 0; }
body.recommendations-open .recommendation-section { padding: 0; }
body.recommendations-open .recommendation-section + .recommendation-section { padding-top: 20px; border-top: 1px solid #e2e7ef; }
body.recommendations-open .recommendation-types h1 { margin: 0 0 7px; font-size: 18px; line-height: 1.25; letter-spacing: -.25px; }
body.recommendations-open .recommendation-types > p { margin: 0 0 18px; color: #5b6a91; font-size: 12px; line-height: 1.35; }
body.recommendations-open .ac-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
body.recommendations-open .ac-type-card {
  min-height: 317px;
  padding: 17px 22px 19px;
  border: 1px solid #dfe4ec;
  border-radius: 9px;
  box-shadow: none;
}
body.recommendations-open .ac-type-card.is-active { border-color: #0865f7; box-shadow: inset 0 0 0 1px rgba(8,101,247,.05); }
body.recommendations-open .ac-type-card img { width: 180px; max-width: 100%; height: 145px; margin: 9px auto 9px; object-fit: contain; }
body.recommendations-open .ac-type-card [src$="ac-portable-unit.svg"] { width: 112px; height: 145px; }
body.recommendations-open .ac-type-card strong { min-height: 30px; margin: 0 0 12px; font-size: 16px; line-height: 1.25; }
body.recommendations-open .ac-type-card small { gap: 8px; margin-top: 10px; color: #52658f; font-size: 11px; line-height: 1.3; }
body.recommendations-open .ac-type-card small .ui-icon { width: 14px; height: 14px; color: #0865f7; }
body.recommendations-open .ac-choice-check { top: 12px; right: 12px; width: 24px; height: 24px; }
body.recommendations-open .catalog-section { margin-top: 27px; padding-bottom: 0; }
body.recommendations-open .catalog-section h2 { margin: 0 0 13px; font-size: 15px; }
body.recommendations-open .catalog-section h2 span { color: #56658c; font-weight: 500; }
body.recommendations-open .catalog-list { display: grid; gap: 11px; }
body.recommendations-open .catalog-product {
  position: relative;
  min-height: 140px;
  display: grid;
  grid-template-columns: 116px minmax(0,1fr) auto;
  grid-template-rows: 45px 46px 31px;
  gap: 0 0;
  padding: 8px 13px 0;
  overflow: hidden;
  border: 1px solid #e1e6ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(26,50,90,.025);
}
body.recommendations-open .catalog-product:hover, .catalog-product.is-active { border-color: #abc8f8; background: #fff; box-shadow: 0 4px 14px rgba(8,101,247,.07); }
body.recommendations-open .catalog-product.is-dragging { opacity: .5; }
body.recommendations-open .catalog-product > img { grid-row: 1 / 3; width: 105px; height: 75px; align-self: center; object-fit: contain; }
body.recommendations-open .catalog-product.is-portable > img { width: 65px; height: 76px; margin: auto; }
body.recommendations-open .catalog-product-main { min-width: 0; align-self: center; }
body.recommendations-open .catalog-product-main strong { display: block; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; line-height: 1.25; }
body.recommendations-open .catalog-badge { display: inline-block; padding: 4px 8px; border-radius: 6px; font-size: 8px; font-weight: 700; }
body.recommendations-open .catalog-badge.is-recommended { background: #dcf5e4; color: #258243; }
body.recommendations-open .catalog-badge.is-value { background: #fff0df; color: #d66e18; }
body.recommendations-open .catalog-badge.is-premium { background: #ede4ff; color: #6643bd; }
body.recommendations-open .catalog-price { align-self: center; justify-self: end; font-size: 13px; white-space: nowrap; }
body.recommendations-open .catalog-specs { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid #e6ebf2; border-radius: 7px; }
body.recommendations-open .catalog-specs > span { min-width: 0; display: grid; place-items: center; padding: 4px 3px; border-right: 1px solid #e6ebf2; text-align: center; }
body.recommendations-open .catalog-specs > span:last-child { border-right: 0; }
body.recommendations-open .catalog-specs b { font-size: 9px; white-space: nowrap; }
body.recommendations-open .catalog-specs > span:last-child b { color: #159645; }
body.recommendations-open .catalog-specs small { margin-top: 2px; color: #7180a0; font-size: 7px; white-space: nowrap; }
body.recommendations-open .catalog-drag { grid-column: 1 / 4; align-self: center; justify-self: center; display: inline-flex; align-items: center; gap: 7px; color: #0865f7; font-size: 10px; }
body.recommendations-open .catalog-drag .ui-icon { width: 14px; height: 14px; }

body.recommendations-open .forecast-panel {
  height: 163px;
  margin: 0;
  padding: 17px 39px 12px;
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  background: #fff;
}
body.recommendations-open .forecast-panel h2 { margin: 0 0 12px; font-size: 14px; line-height: 1.2; }
body.recommendations-open .forecast-chart { position: relative; width: 100%; height: 59px; display: grid; grid-template-columns: repeat(6, 1fr); overflow: visible; }
body.recommendations-open .forecast-chart::before { content: ""; position: absolute; left: 1.8%; right: 1.8%; bottom: 8px; height: 3px; border-radius: 2px; background: linear-gradient(90deg,#0865f7 0 var(--forecast-progress,0%),#d7d9de var(--forecast-progress,0%) 100%); }
body.recommendations-open .forecast-point { position: relative; z-index: 1; min-width: 0; padding: 0 2px 19px; border: 0; background: transparent; color: #40517b; cursor: pointer; text-align: center; }
body.recommendations-open .forecast-point span, .forecast-point b { display: block; font-size: 10px; font-weight: 500; }
body.recommendations-open .forecast-point b { margin-top: 7px; color: #667497; }
body.recommendations-open .forecast-point i { position: absolute; left: 50%; bottom: 4px; width: 9px; height: 9px; border: 2px solid #d0d2d7; border-radius: 50%; background: #d0d2d7; transform: translateX(-50%); }
body.recommendations-open .forecast-point.is-active span, .forecast-point.is-active b { color: #0865f7; font-weight: 800; }
body.recommendations-open .forecast-point.is-complete i { border-color: #0865f7; background: #0865f7; }
body.recommendations-open .forecast-point.is-active i { width: 13px; height: 13px; bottom: 2px; border: 4px solid #0865f7; background: #fff; }
body.recommendations-open .comfort-pill { width: fit-content; min-height: 36px; display: flex; align-items: center; gap: 9px; margin: 5px auto 0; padding: 6px 16px; border: 1px solid #cfe0fb; border-radius: 8px; color: #13254d; font-size: 13px; }
body.recommendations-open .comfort-pill .ui-icon { width: 19px; height: 19px; color: #0865f7; }
body.recommendations-open .comfort-pill strong, .comfort-pill b { color: #0865f7; font-size: 15px; }

body.recommendations-open .simulation-panel { height: 617px; padding: 12px 16px 9px; border: 1px solid #dfe4ec; border-radius: 10px; background: #fff; }
body.recommendations-open .simulation-heading { height: 52px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
body.recommendations-open .simulation-heading h2 { margin: 0 0 4px; font-size: 14px; }
body.recommendations-open .simulation-heading p { margin: 0; color: #607098; font-size: 9px; }
body.recommendations-open .simulation-heading button, .current-kit > header button { display: inline-flex; align-items: center; gap: 7px; padding: 5px 0; border: 0; background: transparent; color: #0865f7; cursor: pointer; font-size: 10px; }
body.recommendations-open .simulation-heading button span { font-size: 22px; line-height: 12px; }
body.recommendations-open .simulation-panel .plan-shell { height: 499px; min-height: 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
body.recommendations-open #recommendationDropZone.is-awaiting-drop { outline: 2px dashed #8bb8ff; outline-offset: -4px; }
body.recommendations-open #recommendationDropZone.is-valid-drop { outline-color: #0865f7; background: #f8fbff; }
body.recommendations-open #recommendationDropZone.is-invalid-drop { outline-color: #ed5a67; }
body.recommendations-open .drop-feedback { position: absolute; z-index: 5; left: 50%; bottom: 18px; padding: 8px 13px; border-radius: 8px; background: #0865f7; color: #fff; box-shadow: 0 6px 20px rgba(8,101,247,.22); font-size: 11px; font-weight: 700; transform: translateX(-50%); pointer-events: none; }
body.recommendations-open .temperature-legend { height: 43px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #78839d; font-size: 8px; white-space: nowrap; }
body.recommendations-open .temperature-legend > span { margin-right: 18px; }
body.recommendations-open .temperature-legend i { width: 9px; height: 9px; border-radius: 50%; }
body.recommendations-open .temperature-legend b { margin-right: 10px; font-weight: 500; }
body.recommendations-open .temp-cold { background: #2f6fe4; }
body.recommendations-open .temp-cool { background: #56b4e9; }
body.recommendations-open .temp-good { background: #4cb782; }
body.recommendations-open .temp-warm { background: #f2b84b; }
body.recommendations-open .temp-hot { background: #e45745; }

body.recommendations-open .current-kit { height: 179px; margin: 0; padding: 12px 15px 10px; overflow-y: auto; overflow-x: hidden; border: 1px solid #dfe4ec; border-radius: 10px; background: #fff; }
body.recommendations-open .current-kit > header { height: 27px; display: flex; align-items: flex-start; justify-content: space-between; }
body.recommendations-open .current-kit h2 { margin: 0; font-size: 13px; }
body.recommendations-open .current-kit > header .ui-icon { width: 13px; height: 13px; }
body.recommendations-open .current-kit > header button:disabled { opacity: .4; cursor: default; }
body.recommendations-open .kit-list { display: grid; grid-template-columns: 1fr; gap: 7px; }
body.recommendations-open .kit-row { min-height: 57px; display: grid; grid-template-columns: 24px 52px minmax(160px,1.65fr) repeat(3,minmax(72px,.6fr)) 91px 25px; align-items: center; gap: 5px; padding: 5px 6px; border: 1px solid #e1e6ee; border-radius: 8px; background: #fff; }
body.recommendations-open .kit-number { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #0865f7; color: #fff; font-size: 10px; font-weight: 800; }
body.recommendations-open .kit-row img { width: 49px; height: 35px; object-fit: contain; }
body.recommendations-open .kit-row.is-portable img { width: 31px; height: 42px; }
body.recommendations-open .kit-product, .kit-spec { min-width: 0; }
body.recommendations-open .kit-product strong, .kit-product small, .kit-spec b, .kit-spec small { display: block; }
body.recommendations-open .kit-product strong { font-size: 10px; line-height: 1.15; }
body.recommendations-open .kit-product small { margin-top: 3px; color: #1761d8; font-size: 8px; }
body.recommendations-open .kit-spec { text-align: center; }
body.recommendations-open .kit-spec b { font-size: 9px; }
body.recommendations-open .kit-spec small { margin-top: 2px; color: #7180a0; font-size: 7px; }
body.recommendations-open .kit-energy b { color: #169b48; }
body.recommendations-open .kit-price { padding-left: 9px; border-left: 1px solid #e4e8ef; font-size: 11px; text-align: center; white-space: nowrap; }
body.recommendations-open .kit-menu { width: 25px; height: 36px; border: 0; background: transparent; color: #0b2d65; cursor: pointer; font-size: 20px; }
body.recommendations-open .kit-actions { position: relative; }
body.recommendations-open .kit-popover { position: absolute; z-index: 8; right: 0; bottom: 34px; min-width: 132px; padding: 4px; border: 1px solid #dfe4ec; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(24,51,94,.16); }
body.recommendations-open .kit-popover[hidden] { display: none; }
body.recommendations-open .kit-popover button { width: 100%; display: flex; align-items: center; gap: 7px; padding: 8px 9px; border: 0; border-radius: 6px; background: #fff; color: #c52b35; cursor: pointer; font-size: 9px; white-space: nowrap; }
body.recommendations-open .kit-popover button:hover { background: #fff3f4; }
body.recommendations-open .kit-popover .ui-icon { width: 13px; height: 13px; }
body.recommendations-open .kit-empty { margin: 10px 0 0; padding: 22px; border: 1px dashed #c8d8ef; border-radius: 8px; color: #63739e; font-size: 11px; text-align: center; }

@media (max-width: 1434px) {
  body.recommendations-open .workspace { width: calc(100% - 24px); height: auto; grid-template-columns: minmax(360px, 39fr) minmax(0, 61fr); gap: 14px; margin: 0 12px 28px; }
  body.recommendations-open .configuration, body.recommendations-open .result { height: auto; }
  body.recommendations-open .result { grid-template-rows: 163px 617px auto; }
  body.recommendations-open .catalog-product { grid-template-columns: 88px minmax(0,1fr) auto; }
  body.recommendations-open .catalog-product > img { width: 80px; }
  body.recommendations-open .kit-row { grid-template-columns: 22px 45px minmax(120px,1.4fr) repeat(3,minmax(54px,.5fr)) 78px 22px; }
}

@media (max-width: 820px) {
  body.recommendations-open .topbar { min-height: 62px; height: auto; }
  body.recommendations-open .workspace { width: calc(100% - 24px); display: block; margin: 0 12px 28px; }
  body.recommendations-open .configuration { height: auto; padding: 18px 16px; }
  body.recommendations-open .result { height: auto; display: grid; grid-template-rows: auto; margin-top: 14px; }
  body.recommendations-open .recommendation-sidebar { display: block; }
  body.recommendations-open .ac-type-card { min-height: 280px; }
  body.recommendations-open .catalog-product { grid-template-columns: 105px minmax(0,1fr) auto; }
  body.recommendations-open .forecast-panel { height: auto; padding-inline: 18px; }
  body.recommendations-open .simulation-panel { height: auto; }
  body.recommendations-open .simulation-panel .plan-shell { height: min(65vw,500px); min-height: 370px; }
  body.recommendations-open .current-kit { height: auto; }
  body.recommendations-open .kit-row { grid-template-columns: 22px 45px minmax(120px,1fr) 70px 22px; }
  body.recommendations-open .kit-spec { display: none; }
}

@media (max-width: 540px) {
  body.recommendations-open .brand strong { font-size: 15px; }
  body.recommendations-open .help-button { width: 40px; min-height: 40px; height: 40px; }
  body.recommendations-open .configuration { padding-inline: 12px; }
  body.recommendations-open .ac-type-grid { gap: 8px; }
  body.recommendations-open .ac-type-card { min-height: 225px; padding: 10px; }
  body.recommendations-open .ac-type-card img, .ac-type-card [src$="ac-portable-unit.svg"] { height: 100px; }
  body.recommendations-open .ac-type-card strong { font-size: 12px; }
  body.recommendations-open .ac-type-card small { font-size: 9px; }
  body.recommendations-open .catalog-product { min-height: 148px; grid-template-columns: 77px minmax(0,1fr) auto; }
  body.recommendations-open .catalog-product > img { width: 68px; }
  body.recommendations-open .catalog-price { font-size: 10px; }
  body.recommendations-open .catalog-specs { grid-column: 1 / 4; }
  body.recommendations-open .forecast-panel { padding: 14px 8px 10px; }
  body.recommendations-open .forecast-chart { height: 61px; }
  body.recommendations-open .forecast-point span, .forecast-point b { font-size: 8px; }
  body.recommendations-open .comfort-pill { font-size: 10px; }
  body.recommendations-open .comfort-pill strong, .comfort-pill b { font-size: 12px; }
  body.recommendations-open .simulation-panel { padding-inline: 6px; }
  body.recommendations-open .simulation-heading { padding-inline: 6px; }
  body.recommendations-open .simulation-heading p { max-width: 230px; }
  body.recommendations-open .simulation-panel .plan-shell { height: 85vw; min-height: 310px; }
  body.recommendations-open .temperature-legend { gap: 4px; overflow-x: auto; justify-content: flex-start; }
  body.recommendations-open .temperature-legend > span { display: none; }
  body.recommendations-open .temperature-legend b { margin-right: 3px; }
  body.recommendations-open .current-kit { padding-inline: 7px; }
  body.recommendations-open .kit-row { grid-template-columns: 20px 39px minmax(100px,1fr) 70px 20px; }
  body.recommendations-open .kit-row img { width: 38px; }
  body.recommendations-open .kit-spec { display: none; }
  body.recommendations-open .kit-price { font-size: 9px; }
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; color: var(--ink); }
button, input { font: inherit; }
button { color: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
.ui-icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; overflow: visible; vertical-align: -.12em; }
button:focus-visible, a:focus-visible, input:focus-visible, canvas:focus-visible {
  outline: 3px solid rgba(7, 92, 240, .28);
  outline-offset: 2px;
}

/* Wspólna nawigacja Kalkulatora Nieruchomości — kalkulator pozostaje częścią serwisu. */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(203, 213, 225, .72); background: rgba(255, 255, 255, .94); box-shadow: 0 3px 16px rgba(15, 23, 42, .05); backdrop-filter: blur(16px); }
.site-header-inner { width: min(1440px, calc(100% - 48px)); min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 0 auto; }
.site-brand, .site-footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #0f172a; text-decoration: none; }
.site-logo { display: block; width: 40px; height: 40px; flex: 0 0 auto; }
.site-brand span { display: grid; gap: 1px; line-height: 1; }
.site-brand strong { font-size: 19px; letter-spacing: -.04em; }
.site-brand small { color: #059669; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.site-nav a { padding: 10px 12px; border-radius: 10px; color: #475569; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .16s, color .16s, transform .16s; white-space: nowrap; }
.site-nav a:hover { color: #047857; background: #ecfdf5; }
.site-nav .site-nav-primary { margin-right: 5px; background: #059669; color: #fff; box-shadow: 0 5px 14px rgba(5, 150, 105, .2); }
.site-nav .site-nav-primary:hover { background: #047857; color: #fff; }
.site-nav .site-nav-cta { margin-left: 8px; background: #0f172a; color: #fff; box-shadow: 0 5px 14px rgba(15, 23, 42, .16); }
.site-nav .site-nav-cta:hover { color: #fff; background: #1e293b; transform: translateY(-1px); }
.site-mobile-menu { display: none; position: relative; }
.site-mobile-menu summary { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 10px; color: #334155; cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
.site-mobile-menu summary::-webkit-details-marker { display: none; }
.site-mobile-menu summary > span { display: grid; gap: 4px; }
.site-mobile-menu summary i { width: 17px; height: 2px; display: block; border-radius: 4px; background: currentColor; }
.site-mobile-menu nav { position: absolute; top: calc(100% + 11px); right: 0; width: min(310px, calc(100vw - 28px)); display: grid; gap: 3px; padding: 9px; border: 1px solid #dbe4ef; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(15, 23, 42, .16); }
.site-mobile-menu a { padding: 12px 13px; border-radius: 9px; color: #334155; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-mobile-menu a:hover { color: #047857; background: #ecfdf5; }
.site-mobile-menu .site-nav-primary { color: #fff; background: #059669; }
.site-mobile-menu .site-nav-cta { color: #fff; background: #0f172a; }

.topbar {
  min-height: 98px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(520px, 1.55fr) minmax(190px, 1fr);
  align-items: center;
  gap: 26px;
  padding: 15px 28px 13px;
  border-bottom: 1px solid #e8edf5;
  box-shadow: 0 5px 22px rgba(31, 63, 113, .05);
}

.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; width: fit-content; }
.brand .snowflake { color: var(--blue); font-size: 44px; font-weight: 300; line-height: 1; }
.brand strong { display: block; font-size: 22px; letter-spacing: -.45px; }
.brand small { display: block; margin-top: 3px; color: #5a6895; font-size: 14px; }

.progress { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.progress-step { position: relative; border: 0; background: transparent; padding: 0 4px; cursor: pointer; color: #5c6893; }
.progress-step::after { content: ""; position: absolute; z-index: -1; top: 17px; left: calc(50% + 22px); right: calc(-50% + 22px); height: 2px; background: #dde4ee; }
.progress-step:last-child::after { display: none; }
.progress-step span { display: grid; place-items: center; width: 36px; height: 36px; margin: 0 auto 8px; border: 1px solid #dde4ef; border-radius: 50%; background: #fff; color: var(--ink); font-weight: 750; }
.progress-step b { font-size: 13px; font-weight: 500; white-space: nowrap; }
.progress-step.is-active { color: var(--blue); }
.progress-step.is-active span { background: var(--blue); border-color: var(--blue); color: white; box-shadow: 0 5px 13px rgba(7,92,240,.23); }
.progress-step.is-active::after { background: linear-gradient(90deg, var(--blue) 48%, #dde4ee 48%); }

.help-button { justify-self: end; display: flex; align-items: center; gap: 10px; height: 49px; padding: 0 16px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--blue); font-weight: 750; cursor: pointer; }
.help-button .ui-icon { width: 22px; height: 22px; }
.help-text { margin: 0; padding: 12px 30px; border-bottom: 1px solid #dbe6f5; background: #f5f9ff; color: #3b4f82; font-size: 14px; text-align: center; }

.site-footer { padding: 46px 0 0; background: #0f172a; color: #fff; }
.site-footer-inner { width: min(1180px, calc(100% - 48px)); display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin: 0 auto; padding-bottom: 38px; }
.site-footer-intro { max-width: 440px; }
.site-footer-brand { color: #fff; font-size: 17px; font-weight: 800; }
.site-footer-brand .site-logo { width: 34px; height: 34px; }
.site-footer-intro p { margin: 15px 0 0; color: #94a3b8; font-size: 13px; line-height: 1.65; }
.site-footer-links { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 12px 30px; }
.site-footer-links a { color: #cbd5e1; font-size: 13px; font-weight: 650; text-decoration: none; }
.site-footer-links a:hover { color: #fff; }
.site-footer-bottom { padding: 17px 24px; border-top: 1px solid #253247; color: #94a3b8; font-size: 12px; text-align: center; }

.workspace { display: grid; grid-template-columns: minmax(445px, 38.4%) minmax(0, 61.6%); min-height: calc(100vh - 98px); }
.configuration { min-width: 0; padding: 20px 22px 30px 21px; border-right: 1px solid #e0e8f3; }
.result { min-width: 0; padding: 24px 30px 15px 20px; }
.config-section { border-bottom: 1px solid #e6ecf4; padding: 0 11px 18px; }
.config-section + .config-section { padding-top: 18px; }
.layout-section { border-bottom: 0; padding-bottom: 0; }
h1, h2, p { margin-top: 0; }
.config-section h1, .config-section h2, .details-card h2 { margin-bottom: 10px; font-size: 17px; line-height: 1.25; letter-spacing: -.2px; }
.layout-section h2 { font-size: 20px; margin-bottom: 6px; }
.layout-section > p { margin-bottom: 20px; color: #64729a; font-size: 13px; }

.segmented { display: grid; gap: 12px; }
.segmented.two, .property-picker { grid-template-columns: repeat(2, 1fr); }
.segmented.three { grid-template-columns: .95fr 1.2fr 1.25fr; }
.choice, .segmented button, .compact-options button { min-height: 45px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: #0a1d59; cursor: pointer; font-weight: 650; transition: border-color .16s, background .16s, color .16s, box-shadow .16s; }
.choice { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 15px; }
.choice .ui-icon { width: 24px; height: 24px; }
.choice.is-active, .segmented button.is-active, .compact-options button.is-active { border-color: var(--blue); background: #f5f9ff; color: var(--blue); box-shadow: inset 0 0 0 1px rgba(7,92,240,.08); }

.preset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 14px; }
.preset { position: relative; min-width: 0; min-height: 192px; display: flex; flex-direction: column; align-items: stretch; padding: 16px 13px 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-align: left; cursor: pointer; transition: border-color .16s, box-shadow .16s, transform .16s; }
.preset:hover { border-color: #94b9fa; transform: translateY(-1px); }
.preset.is-active { border-color: var(--blue); box-shadow: 0 6px 16px rgba(7,92,240,.08); }
.selection-mark { position: absolute; right: 9px; top: 9px; width: 23px; height: 23px; display: none; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; }
.preset.is-active .selection-mark { display: grid; }
.selection-mark .ui-icon { width: 15px; height: 15px; }
.preset strong { min-height: 30px; margin-top: 7px; font-size: 13px; line-height: 1.3; }
.preset small { color: #566993; font-size: 11.5px; line-height: 1.38; }

.mini-plan { align-self: center; width: 96px; height: 70px; margin: 3px auto 4px; object-fit: contain; }

.details-card { margin: 13px 0 0; padding: 14px 12px 15px; border: 1px solid var(--line); border-radius: 9px; }
.detail-row { display: grid; grid-template-columns: .82fr 1.3fr; gap: 16px; }
.detail-top { margin-bottom: 14px; }
.details-card label, .details-card legend { display: block; margin-bottom: 6px; color: #2a396a; font-size: 11px; font-weight: 650; }
.details-card fieldset { min-width: 0; margin: 0 0 13px; padding: 0; border: 0; }
.details-card fieldset:last-child { margin-bottom: 0; }
.meter-field > span { min-height: 38px; display: flex; align-items: center; padding: 0 9px; border: 1px solid var(--line); border-radius: 7px; }
.meter-field input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); font-weight: 750; }
.meter-field b { font-size: 11px; }
.compact-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.compact-options button { min-height: 38px; }
.details-card .segmented { gap: 10px; }
.details-card .segmented button { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 11px; }
.details-card .segmented .ui-icon { width: 17px; height: 17px; }

.custom-plan { position: relative; min-width: 0; min-height: 192px; display: flex; flex-direction: column; align-items: stretch; padding: 16px 13px 13px; border: 1px dashed #9bbcf3; border-radius: 9px; background: linear-gradient(145deg, #f8fbff, #fff); text-align: left; cursor: pointer; transition: border-color .16s, background .16s, box-shadow .16s, transform .16s; }
.custom-plan:hover { border-color: var(--blue); background: #f5f9ff; transform: translateY(-1px); }
.custom-plan.is-active { border-style: solid; border-color: var(--blue); background: #f5f9ff; box-shadow: 0 6px 16px rgba(7,92,240,.08); }
.custom-layout-image { display: block; align-self: center; width: 96px; height: 70px; margin: 3px auto 4px; object-fit: contain; }
.custom-plan strong { display: block; min-height: 30px; margin-top: 7px; color: var(--blue); font-size: 13px; line-height: 1.3; }
.custom-plan small { display: block; color: #566993; font-size: 11.5px; line-height: 1.38; }
.custom-plan-arrow { position: absolute; right: 10px; bottom: 10px; width: 20px; height: 20px; color: #6680b2; }

.kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 37px; }
.kpi { min-width: 0; min-height: 69px; display: grid; grid-template-columns: 39px minmax(0, 1fr); align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 3px 10px rgba(34,73,133,.025); }
.kpi > span:last-child { min-width: 0; }
.kpi-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eef5ff; color: var(--blue); font-size: 21px; }
.kpi-icon .ui-icon { width: 21px; height: 21px; }
.kpi.ok .kpi-icon { background: #e8f8eb; color: var(--green); }
.kpi.warn .kpi-icon { background: #fff2df; color: var(--orange); }
.kpi strong, .kpi small { display: block; }
.kpi strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.kpi small { margin-top: 4px; color: #566792; font-size: 10px; line-height: 1.25; }

.plan-shell { position: relative; height: clamp(410px, 32vw, 470px); min-height: 400px; overflow: hidden; border: 1px solid #dce5ef; background: radial-gradient(circle at 55% 42%, #fff 0, #fbfdff 74%); }
#plan { display: block; width: 100%; height: 100%; touch-action: none; }
.temperature-key { position: absolute; top: 10px; right: 11px; display: flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid rgba(209,220,234,.86); border-radius: 6px; background: rgba(255,255,255,.88); color: #6d7897; font-size: 9px; backdrop-filter: blur(5px); }
.temperature-key i { width: 70px; height: 5px; border-radius: 4px; background: linear-gradient(90deg, #1e5adc, #2878eb, #4696f5, #7dc3fc, #cde6fa, #ffbe78, #ff9650); }

/* Pierwotny rzut miał jedną, lekką skalę w rogu — bez dodatkowej legendy pasm. */
body.recommendations-open .simulation-panel .temperature-legend { display: none; }

body.recommendations-open .simulation-panel .temperature-key { display: flex; }
.plan-hint { position: absolute; top: 10px; left: 12px; margin: 0; padding: 6px 9px; border-radius: 6px; background: rgba(255,255,255,.88); color: #617097; font-size: 10px; pointer-events: none; }

.plan-toolbar { position: relative; z-index: 3; width: max-content; max-width: calc(100% - 24px); display: flex; margin: -3px auto 10px; border: 1px solid #e1e8f1; border-radius: 9px; background: #fff; box-shadow: var(--shadow); }
.plan-toolbar button { min-width: 112px; min-height: 56px; padding: 7px 15px; border: 0; border-right: 1px solid #e6ebf2; background: #fff; color: #0d205b; cursor: pointer; font-size: 11px; font-weight: 650; line-height: 1.25; }
.plan-toolbar button:first-child { border-radius: 9px 0 0 9px; }
.plan-toolbar button:last-child { border-right: 0; border-radius: 0 9px 9px 0; }
.plan-toolbar button.is-active { color: var(--blue); background: #f8fbff; }
.plan-toolbar button:last-child { color: #e2182a; }
.plan-toolbar .ui-icon { width: 23px; height: 23px; margin-right: 7px; vertical-align: middle; }

.preview-panel { padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); }
.preview-panel-content { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.preview-copy { min-width: 0; display: flex; align-items: center; gap: 12px; }
.preview-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #e9f2ff; color: var(--blue); }
.preview-icon .ui-icon { width: 23px; height: 23px; }
.preview-copy h2 { margin: 0 0 3px; color: var(--ink); font-size: 14px; line-height: 1.25; letter-spacing: -.1px; }
.preview-copy p { margin: 0; color: #5b6b97; font-size: 11px; line-height: 1.42; }
.primary-cta { width: auto; min-width: 214px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 9px 14px 9px 18px; border: 0; border-radius: 8px; background: linear-gradient(105deg, #0861f8, #034bdc); color: #fff; box-shadow: 0 6px 14px rgba(4,82,226,.16); cursor: pointer; font-size: 13px; font-weight: 750; line-height: 1.25; text-align: center; }
.primary-cta:hover, .primary-cta:focus-visible { transform: translateY(-1px); box-shadow: 0 9px 18px rgba(4,82,226,.23); }
.primary-cta:focus-visible { outline: 3px solid #0a1d59; outline-offset: 3px; }
.primary-cta:active { transform: translateY(0); }
.primary-cta > span { min-width: 0; }
.primary-cta > .ui-icon { width: 18px; height: 18px; }
.status-message { min-height: 18px; margin: 8px 0 0; color: #435887; text-align: center; font-size: 12px; }

@media (min-width: 1181px) {
  .kpi-grid { margin-bottom: 22px; }
  .plan-shell { height: clamp(400px, 30vw, 430px); }
  .preview-panel {
    margin-top: 12px;
  }
}

@media (max-width: 1180px) {
  .site-header-inner { width: min(100% - 36px, 1120px); min-height: 72px; }
  .site-nav { display: none; }
  .site-mobile-menu { display: block; }
  .topbar { grid-template-columns: 245px 1fr 150px; gap: 12px; padding-inline: 18px; }
  .brand strong { font-size: 18px; }
  .workspace { grid-template-columns: minmax(390px, 42%) minmax(0, 58%); }
  .configuration { padding-inline: 14px; }
  .result { padding-right: 15px; }
  .preset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-panel { padding: 11px 13px; }
  .primary-cta { min-height: 44px; }
}

@media (max-width: 820px) {
  .topbar { min-height: auto; grid-template-columns: 1fr auto; padding: 13px 16px; }
  .brand .snowflake { font-size: 35px; }
  .brand strong { font-size: 17px; }
  .help-button { width: 45px; padding: 0; justify-content: center; }
  .help-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .progress { grid-column: 1 / -1; grid-row: 2; margin-top: 8px; }
  .progress-step b { font-size: 10px; white-space: normal; }
  .workspace { display: block; }
  .configuration, .result { width: 100%; padding: 18px 14px; border-right: 0; }
  .configuration { border-bottom: 1px solid var(--line); }
  .preset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preset { min-height: 180px; }
  .custom-plan { min-height: 180px; }
  .plan-shell { height: min(72vw, 520px); min-height: 360px; }
  .temperature-key { display: none; }
  .plan-hint { max-width: calc(100% - 24px); }
}

@media (max-width: 540px) {
  .site-header-inner { width: calc(100% - 24px); min-height: 64px; }
  .site-brand { gap: 9px; }
  .site-logo { width: 34px; height: 34px; }
  .site-brand strong { font-size: 16px; }
  .site-mobile-menu summary { padding: 9px 8px; }
  .topbar { padding-inline: 11px; }
  .brand { gap: 9px; }
  .brand .snowflake { font-size: 31px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 11px; }
  .progress-step span { width: 30px; height: 30px; margin-bottom: 5px; }
  .progress-step::after { top: 14px; left: calc(50% + 18px); right: calc(-50% + 18px); }
  .progress-step b { font-size: 9px; }
  .property-picker { grid-template-columns: 1fr; }
  .preset-grid { gap: 10px; }
  .preset { min-height: 170px; padding: 12px 9px; }
  .custom-plan { min-height: 170px; padding: 12px 9px; }
  .mini-plan { width: 74px; height: 65px; }
  .custom-layout-image { width: 74px; height: 65px; }
  .detail-row { grid-template-columns: 1fr; }
  .segmented.three { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: 1fr; }
  .kpi { min-height: 60px; }
  .plan-shell { min-height: 315px; height: 90vw; }
  .plan-toolbar { width: calc(100% - 16px); }
  .plan-toolbar button { min-width: 0; flex: 1; padding-inline: 5px; font-size: 9px; }
  .plan-toolbar .ui-icon { display: block; margin: 0 auto 3px; }
  .preview-panel { padding: 11px; }
  .preview-panel-content { align-items: stretch; flex-direction: column; gap: 10px; }
  .preview-copy { align-items: flex-start; }
  .preview-copy h2 { font-size: 13px; }
  .primary-cta { width: 100%; min-width: 0; min-height: 46px; padding: 8px 12px; font-size: 14px; }
  .primary-cta > .ui-icon { width: 18px; height: 18px; }
}

@media (max-width: 720px) {
  .site-footer { padding-top: 35px; }
  .site-footer-inner { width: calc(100% - 32px); display: grid; gap: 30px; padding-bottom: 30px; }
  .site-footer-links { grid-template-columns: 1fr; gap: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- EKRAN REKOMENDACJI — ten sam plan, drugi układ ---------- */
.recommendation-sidebar[hidden], .recommendation-plan-intro[hidden], .forecast-panel[hidden], .current-kit[hidden] { display: none; }
.recommendation-sidebar { padding: 1px 0 0; }
.recommendation-section { padding: 0 1px 21px; }
.recommendation-section + .recommendation-section { border-top: 1px solid #e5ebf4; padding-top: 22px; }
.recommendation-types h1 { margin: 0 0 5px; font-size: 18px; letter-spacing: -.32px; }
.recommendation-types > p { margin: 0 0 17px; color: #5e6d98; font-size: 13px; }
.ac-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.ac-type-card { position: relative; min-width: 0; min-height: 227px; display: flex; flex-direction: column; align-items: center; padding: 13px 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); cursor: pointer; text-align: center; transition: border-color .16s, box-shadow .16s, transform .16s; }
.ac-type-card:hover { border-color: #93b8fa; transform: translateY(-1px); }
.ac-type-card.is-active { border-color: var(--blue); box-shadow: inset 0 0 0 1px rgba(7,92,240,.08), 0 6px 17px rgba(7,92,240,.07); }
.ac-type-card img { width: min(100%, 146px); height: 82px; margin: 2px 0 12px; object-fit: contain; }
.ac-type-card [src$="ac-portable-unit.svg"] { width: 88px; height: 82px; }
.ac-type-card strong { min-height: 36px; margin-bottom: 8px; font-size: 13px; line-height: 1.3; }
.ac-type-card small { width: 100%; display: flex; align-items: flex-start; gap: 5px; margin-top: 5px; color: #53658f; font-size: 10px; line-height: 1.3; text-align: left; }
.ac-type-card small .ui-icon { margin-top: 1px; color: #154aa8; font-size: 12px; }
.ac-choice-check { position: absolute; top: 10px; right: 10px; display: none; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--blue); color: #fff; }
.ac-choice-check .ui-icon { width: 14px; height: 14px; }
.ac-type-card.is-active .ac-choice-check { display: grid; }

.requirements-card { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 11px; margin: 1px 0 21px; padding: 15px 13px; border: 1px solid #f1dfc3; border-radius: 10px; background: linear-gradient(135deg, #fffaf2, #fffdf9); }
.requirements-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #fff0d8; color: var(--orange); }
.requirements-icon .ui-icon { width: 18px; height: 18px; }
.requirements-card h2 { margin: 1px 0 8px; color: #75411d; font-size: 12px; }
.requirements-card ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.requirements-card li { display: grid; grid-template-columns: 15px minmax(0, 1fr); gap: 7px; color: #5f5b66; font-size: 10px; line-height: 1.4; }
.requirements-card li .ui-icon { color: #5d73a4; font-size: 13px; }
.catalog-section { padding-bottom: 0; }
.catalog-section h2 { margin: 0 0 5px; font-size: 16px; letter-spacing: -.18px; }
.catalog-note { margin: 0 0 11px; color: #5f6f9d; font-size: 11px; }
.catalog-list { display: grid; gap: 9px; }
.catalog-product { width: 100%; min-width: 0; display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 8px; border: 1px solid #e1e8f2; border-radius: 9px; background: #fff; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .16s, box-shadow .16s, background .16s; }
.catalog-product:hover { border-color: #9abdf9; }
.catalog-product.is-active { border-color: var(--blue); background: #f8fbff; box-shadow: 0 3px 12px rgba(7,92,240,.08); }
.catalog-product img { width: 54px; height: 38px; object-fit: contain; }
.catalog-product.is-portable img { width: 35px; height: 48px; margin-inline: auto; }
.catalog-product-copy { min-width: 0; }
.catalog-product-copy strong, .catalog-product-copy small { display: block; }
.catalog-product-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.catalog-product-copy small { margin-top: 4px; color: #5a6a96; font-size: 9px; line-height: 1.25; }
.catalog-product-price { display: grid; justify-items: end; gap: 4px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.catalog-product-price small { color: #66749a; font-size: 8px; font-weight: 500; }
.catalog-product-arrow { color: var(--blue); font-size: 17px; }

.recommendations-open .progress { display: none; }
.recommendations-open .topbar { min-height: 78px; grid-template-columns: 1fr auto; padding-block: 12px; }
.recommendations-open .configuration > :not(.recommendation-sidebar) { display: none; }
.recommendations-open .workspace { grid-template-columns: minmax(350px, 32.5%) minmax(0, 67.5%); min-height: calc(100vh - 78px); }
.recommendations-open .configuration { padding: 21px 20px 28px 22px; }
.recommendations-open .result { padding: 16px 25px 26px 20px; }
.recommendations-open .kpi-grid { margin-bottom: 13px; }
.recommendations-open .kpi { min-height: 82px; grid-template-columns: 45px minmax(0, 1fr); padding: 11px 13px; }
.recommendations-open .kpi-icon { width: 39px; height: 39px; font-size: 23px; }
.recommendations-open .kpi-icon .ui-icon { width: 23px; height: 23px; }
.recommendations-open .kpi strong { font-size: 14px; }
.recommendations-open .kpi small { font-size: 10px; }
.recommendation-plan-intro { margin: 0 0 12px; }
.recommendation-plan-intro h2 { margin: 0 0 5px; font-size: 18px; letter-spacing: -.24px; }
.recommendation-plan-intro p { margin: 0; color: #61719c; font-size: 12px; }
.recommendations-open .plan-shell { height: clamp(355px, 31vw, 495px); min-height: 355px; border-radius: 8px; }
.recommendations-open .temperature-key, .recommendations-open .plan-hint, .recommendations-open .plan-toolbar, .recommendations-open .preview-panel { display: none; }
.forecast-panel { margin: 13px 0 14px; padding: 14px 15px 15px; border: 1px solid #e2e9f3; border-radius: 10px; background: #fbfdff; }
.forecast-panel h2 { margin: 0 0 11px; font-size: 13px; }
.forecast-timeline { --forecast-time-row: 18px; --forecast-marker-row: 20px; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; }
.forecast-timeline::before { content: ""; position: absolute; top: calc(var(--forecast-time-row) + 9px); left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, #1265f7, #1599e7 48%, #37bd8d); }
.forecast-point { position: relative; min-width: 0; display: grid; grid-template-areas: "time" "marker" "temperature"; grid-template-rows: var(--forecast-time-row) var(--forecast-marker-row) 18px; text-align: center; }
.forecast-point::before { content: ""; z-index: 1; grid-area: marker; align-self: center; justify-self: center; width: 8px; height: 8px; border: 2px solid #168bed; border-radius: 50%; background: #fff; }
.forecast-point.is-now::before { width: 13px; height: 13px; border: 3px solid #e5f0ff; background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.forecast-point small { grid-area: time; align-self: start; overflow: hidden; color: #4e6ba6; font-size: 9px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.forecast-point strong { grid-area: temperature; align-self: end; font-size: 13px; line-height: 1; }
.current-kit { padding: 15px 16px 17px; border: 1px solid #e2e9f3; border-radius: 10px; background: #fbfdff; }
.current-kit h2 { margin: 0 0 11px; font-size: 14px; }
.kit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .86fr); gap: 14px; }
.kit-list { display: grid; gap: 8px; align-content: start; }
.kit-row { display: grid; grid-template-columns: 53px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 62px; padding: 7px 9px; border: 1px solid #e1e8f1; border-radius: 9px; background: #fff; }
.kit-row img { width: 49px; height: 36px; object-fit: contain; }
.kit-row.is-portable img { width: 32px; height: 47px; margin-inline: auto; }
.kit-row strong, .kit-row small { display: block; }
.kit-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.kit-row small { margin-top: 3px; color: #5f6e99; font-size: 9px; }
.kit-row b { color: #2c4074; font-size: 10px; white-space: nowrap; }
.kit-empty { margin: 0; padding: 12px; border: 1px dashed #c6d7ef; border-radius: 8px; color: #63739e; font-size: 11px; }
.add-recommendation { min-height: 78px; display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 10px; padding: 12px 14px; border: 1px dashed #9fbee9; border-radius: 9px; background: #fff; color: var(--blue); cursor: pointer; text-align: left; transition: border-color .16s, background .16s, transform .16s; }
.add-recommendation:hover { border-color: var(--blue); background: #f5f9ff; transform: translateY(-1px); }
.add-recommendation:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.add-recommendation-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 0 6px 13px rgba(7,92,240,.2); }
.add-recommendation-icon .ui-icon { width: 22px; height: 22px; }
.add-recommendation strong, .add-recommendation small { display: block; }
.add-recommendation strong { font-size: 12px; }
.add-recommendation small { margin-top: 4px; color: #61719b; font-size: 10px; line-height: 1.35; }
.recommendations-open .status-message { min-height: 0; margin: 10px 2px 0; text-align: left; }

@media (max-width: 1180px) {
  .recommendations-open .topbar { grid-template-columns: 1fr auto; }
  .recommendations-open .workspace { grid-template-columns: minmax(310px, 38%) minmax(0, 62%); }
  .recommendations-open .result { padding-right: 17px; }
  .recommendations-open .kpi-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .recommendations-open .kpi { min-height: 79px; padding-inline: 9px; }
  .recommendations-open .kpi strong { font-size: 12px; }
  .kit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .recommendations-open .topbar { grid-template-columns: 1fr auto; }
  .recommendations-open .workspace { display: block; }
  .recommendations-open .configuration { padding: 17px 14px 13px; border-bottom: 1px solid var(--line); }
  .recommendations-open .result { padding: 16px 14px 24px; }
  .recommendations-open .kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .recommendations-open .kpi { min-height: 72px; grid-template-columns: 36px minmax(0, 1fr); padding: 9px; }
  .recommendations-open .kpi-icon { width: 32px; height: 32px; }
  .recommendations-open .kpi-icon .ui-icon { width: 19px; height: 19px; }
  .recommendations-open .plan-shell { height: min(82vw, 510px); min-height: 320px; }
  .ac-type-grid { max-width: 540px; }
}

@media (max-width: 540px) {
  .recommendations-open .help-button { height: 42px; }
  .recommendation-types h1 { font-size: 17px; }
  .ac-type-grid { gap: 8px; }
  .ac-type-card { min-height: 207px; padding-inline: 8px; }
  .ac-type-card img { height: 68px; margin-bottom: 8px; }
  .ac-type-card [src$="ac-portable-unit.svg"] { height: 68px; }
  .ac-type-card strong { min-height: 34px; font-size: 11px; }
  .ac-type-card small { font-size: 9px; }
  .catalog-product { grid-template-columns: 47px minmax(0, 1fr) auto; gap: 6px; padding: 7px; }
  .catalog-product img { width: 45px; }
  .catalog-product-copy strong { font-size: 10px; }
  .catalog-product-price { font-size: 9px; }
  .recommendations-open .kpi-grid { grid-template-columns: 1fr 1fr; }
  .recommendations-open .kpi strong { font-size: 11px; }
  .recommendations-open .kpi small { font-size: 9px; }
  .recommendations-open .plan-shell { height: 88vw; min-height: 290px; }
  .forecast-panel { margin-block: 10px 12px; padding: 12px 10px 13px; }
  .forecast-panel h2 { margin-bottom: 9px; font-size: 12px; }
  .forecast-timeline { --forecast-time-row: 16px; --forecast-marker-row: 18px; }
  .forecast-timeline::before { top: calc(var(--forecast-time-row) + 8px); }
  .forecast-point { grid-template-rows: var(--forecast-time-row) var(--forecast-marker-row) 17px; }
  .forecast-point small { font-size: 8px; }
  .forecast-point strong { font-size: 11px; }
  .current-kit { padding-inline: 10px; }
  .kit-row { grid-template-columns: 42px minmax(0, 1fr); }
  .kit-row b { display: none; }
  .add-recommendation { min-height: 72px; }
}

/* ---------- WARIANT EKRANU 2 — trzy kroki, wykres, plan i zestaw ---------- */
.recommendation-overview[hidden], .recommendation-sidebar[hidden], .forecast-panel[hidden], .current-kit[hidden] { display: none; }
.recommendation-overview { min-width: 0; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 34px 17px; border-bottom: 1px solid #e2e9f3; background: #fff; }
.recommendation-overview h1 { margin: 0; font-size: clamp(22px, 2vw, 29px); line-height: 1.15; letter-spacing: -.55px; }
.recommendation-overview h1:focus { outline: none; }
.recommendation-overview p { display: flex; align-items: center; gap: 9px; margin: 0; color: #34466f; font-size: 14px; white-space: nowrap; }
.recommendation-overview p::before { content: ""; width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px #eaf2ff; }

.recommendations-open .progress { display: none; }
.recommendations-open .topbar { display: none; }
.recommendations-open .workspace { grid-template-columns: minmax(320px, 25%) minmax(0, 1fr); min-height: 100vh; border: 1px solid #dfe7f2; border-radius: 14px; overflow: hidden; background: #fbfcff; }
.recommendations-open .recommendation-overview { grid-column: 1 / -1; display: flex; }
.recommendations-open .configuration > :not(.recommendation-sidebar) { display: none; }
.recommendations-open .configuration { padding: 18px 20px 24px 26px; border-right: 1px solid #dfe7f2; background: #fff; }
.recommendations-open .result { padding: 18px 34px 28px 22px; }
.recommendations-open .kpi-grid, .recommendations-open .temperature-key, .recommendations-open .plan-hint, .recommendations-open .plan-toolbar, .recommendations-open .preview-panel { display: none; }

.recommendation-sidebar { padding: 0; }
.recommendation-section { padding: 0 0 20px; }
.recommendation-section + .recommendation-section { border-top: 1px solid #e5ebf4; padding-top: 20px; }
.recommendation-section h2 { margin: 0 0 12px; font-size: 16px; line-height: 1.3; letter-spacing: -.2px; }
.ac-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.ac-type-card { position: relative; min-width: 0; min-height: 178px; display: flex; flex-direction: column; align-items: center; padding: 12px 9px 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); cursor: pointer; text-align: center; transition: border-color .16s, box-shadow .16s, transform .16s; }
.ac-type-card:hover { border-color: #93b8fa; transform: translateY(-1px); }
.ac-type-card.is-active { border-color: var(--blue); box-shadow: inset 0 0 0 1px rgba(7,92,240,.08), 0 6px 17px rgba(7,92,240,.07); }
.ac-type-card img { width: min(100%, 122px); height: 65px; margin: 0 0 8px; object-fit: contain; }
.ac-type-card [src$="ac-portable-unit.svg"] { width: 65px; height: 65px; }
.ac-type-card strong { min-height: 31px; margin-bottom: 5px; font-size: 12px; line-height: 1.3; }
.ac-type-card small { width: 100%; display: flex; align-items: flex-start; gap: 4px; margin-top: 4px; color: #53658f; font-size: 9px; line-height: 1.3; text-align: left; }
.ac-type-card small .ui-icon { margin-top: 1px; color: var(--blue); font-size: 11px; }
.ac-choice-check { position: absolute; top: 8px; right: 8px; display: none; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; }
.ac-choice-check .ui-icon { width: 13px; height: 13px; }
.ac-type-card.is-active .ac-choice-check { display: grid; }

.catalog-section { padding-bottom: 20px; }
.catalog-list { display: grid; gap: 8px; }
.catalog-product { width: 100%; min-width: 0; min-height: 66px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 22px; align-items: center; gap: 9px; padding: 8px 9px; border: 1px solid #e0e7f1; border-radius: 8px; background: #fff; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .16s, box-shadow .16s, background .16s; }
.catalog-product:hover { border-color: #9abdf9; }
.catalog-product.is-active { border-color: var(--blue); background: #f8fbff; box-shadow: 0 3px 12px rgba(7,92,240,.08); }
.catalog-product img { width: 52px; height: 38px; object-fit: contain; }
.catalog-product.is-portable img { width: 31px; height: 44px; margin-inline: auto; }
.catalog-product-copy { min-width: 0; }
.catalog-product-copy strong, .catalog-product-copy small { display: block; }
.catalog-product-copy strong { font-size: 10.5px; line-height: 1.35; }
.catalog-product-copy small { margin-top: 4px; color: #61719b; font-size: 8.5px; line-height: 1.3; }
.catalog-product-radio { width: 16px; height: 16px; justify-self: end; border: 1.5px solid #8fa2c5; border-radius: 50%; background: #fff; }
.catalog-product.is-active .catalog-product-radio { border: 5px solid var(--blue); }

.placement-section { padding-bottom: 0; }
.placement-section > p { margin: -4px 0 12px; color: #5e6f9a; font-size: 11px; line-height: 1.45; }
.placement-selection { min-height: 76px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid #dfe7f2; border-radius: 9px; background: #f9fbff; }
.placement-selection.has-target { border-color: #87b2fa; background: #f3f8ff; }
.placement-pointer { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e9f2ff; color: var(--blue); }
.placement-pointer .ui-icon { width: 19px; height: 19px; }
.placement-selection strong, .placement-selection small { display: block; }
.placement-selection strong { font-size: 11px; }
.placement-selection small { margin-top: 4px; color: #61719b; font-size: 9px; line-height: 1.35; }

.forecast-panel { min-width: 0; margin: 0 0 13px; padding: 10px 14px 8px; border: 1px solid #dfe7f2; border-radius: 10px; background: #fff; }
.forecast-heading { display: flex; align-items: center; gap: 18px; margin-bottom: -2px; }
.forecast-heading h2 { margin: 0; font-size: 12px; font-weight: 650; }
.forecast-label { color: #34466f; font-size: 10px; line-height: 1.25; }
.forecast-chart { display: block; width: 100%; height: 125px; overflow: hidden; }
.forecast-chart .forecast-grid { stroke: #d6e0ed; stroke-width: 1; }
.forecast-chart .forecast-target { stroke: #98a9c2; stroke-width: 1; stroke-dasharray: 5 5; }
.forecast-chart .forecast-area { fill: url(#forecast-area-fill); }
.forecast-chart .forecast-line { fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.forecast-chart .forecast-dot { fill: var(--blue); stroke: #fff; stroke-width: 3; }
.forecast-chart text { fill: #60709a; font-family: inherit; font-size: 12px; }
.forecast-chart .forecast-value { fill: var(--blue); font-size: 16px; font-weight: 800; }
.forecast-chart .forecast-start { fill: #34466f; font-size: 15px; font-weight: 750; }

.recommendations-open .plan-shell { height: clamp(350px, 30vw, 470px); min-height: 350px; border-radius: 9px; background: #fff; box-shadow: 0 8px 24px rgba(33,61,108,.05); }
.current-kit { margin-top: 13px; padding: 14px 16px 16px; border: 1px solid #dfe7f2; border-radius: 10px; background: #fff; }
.current-kit h2 { margin: 0 0 11px; font-size: 14px; }
.kit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(175px, 210px); gap: 12px; }
.kit-list { min-width: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); gap: 8px; align-content: start; }
.kit-row { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 9px; padding: 8px 9px; border: 1px solid #e1e8f1; border-radius: 9px; background: #fff; }
.kit-row img { width: 47px; height: 36px; object-fit: contain; }
.kit-row.is-portable img { width: 31px; height: 45px; margin-inline: auto; }
.kit-row strong, .kit-row small { display: block; }
.kit-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10.5px; }
.kit-row small { margin-top: 4px; color: #1761d8; font-size: 9px; }
.kit-row b { grid-column: 2; color: #68779a; font-size: 8px; font-weight: 550; }
.kit-empty { margin: 0; padding: 12px; border: 1px dashed #c6d7ef; border-radius: 8px; color: #63739e; font-size: 11px; }
.add-recommendation { min-height: 70px; display: grid; grid-template-columns: 37px minmax(0, 1fr); align-items: center; gap: 9px; padding: 10px 11px; border: 1px dashed #a8bde1; border-radius: 9px; background: #fff; color: #365a9a; cursor: pointer; text-align: left; transition: border-color .16s, background .16s, transform .16s; }
.add-recommendation:hover { border-color: var(--blue); background: #f5f9ff; transform: translateY(-1px); }
.add-recommendation-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eef4ff; color: var(--blue); }
.add-recommendation-icon .ui-icon { width: 20px; height: 20px; }
.add-recommendation strong, .add-recommendation small { display: block; }
.add-recommendation strong { font-size: 10.5px; }
.add-recommendation small { margin-top: 4px; color: #61719b; font-size: 9px; line-height: 1.35; }
.recommendations-open .status-message { min-height: 18px; margin: 8px 2px 0; text-align: left; }

@media (max-width: 1180px) {
  .recommendations-open .workspace { grid-template-columns: minmax(300px, 31%) minmax(0, 1fr); }
  .recommendations-open .configuration { padding-inline: 16px; }
  .recommendations-open .result { padding-right: 17px; }
  .catalog-product { grid-template-columns: 46px minmax(0, 1fr) 18px; }
  .catalog-product img { width: 44px; }
  .kit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .recommendations-open .workspace { display: block; }
  .recommendations-open .recommendation-overview { display: flex; padding: 17px 16px; }
  .recommendation-overview h1 { font-size: 22px; }
  .recommendation-overview p { font-size: 12px; }
  .recommendations-open .configuration { padding: 17px 14px 19px; border-right: 0; border-bottom: 1px solid var(--line); }
  .recommendations-open .result { padding: 16px 14px 24px; }
  .recommendation-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
  .recommendation-section, .recommendation-section + .recommendation-section { padding: 0; border-top: 0; }
  .placement-section { grid-column: 1 / -1; }
  .recommendations-open .plan-shell { height: min(78vw, 510px); min-height: 320px; }
}

@media (max-width: 540px) {
  .recommendations-open .help-button { width: 44px; min-height: 44px; height: 44px; }
  .recommendations-open .recommendation-overview { display: block; }
  .recommendation-overview h1 { font-size: 20px; }
  .recommendation-overview p { margin-top: 9px; white-space: normal; }
  .recommendation-sidebar { display: block; }
  .recommendation-section, .recommendation-section + .recommendation-section { padding: 0 0 17px; }
  .recommendation-section + .recommendation-section { padding-top: 17px; border-top: 1px solid #e5ebf4; }
  .ac-type-grid { gap: 8px; }
  .ac-type-card { min-height: 166px; padding-inline: 7px; }
  .ac-type-card img, .ac-type-card [src$="ac-portable-unit.svg"] { height: 57px; margin-bottom: 6px; }
  .ac-type-card strong { min-height: 29px; font-size: 10.5px; }
  .ac-type-card small { font-size: 8px; }
  .forecast-panel { padding: 9px 7px 6px; }
  .forecast-heading { gap: 10px; padding-inline: 4px; }
  .forecast-heading h2 { font-size: 10px; }
  .forecast-label { font-size: 8px; }
  .forecast-chart { height: 105px; }
  .forecast-chart text { font-size: 10px; }
  .forecast-chart .forecast-value, .forecast-chart .forecast-start { font-size: 12px; }
  .recommendations-open .plan-shell { height: 88vw; min-height: 290px; }
  .current-kit { padding-inline: 10px; }
  .kit-list { grid-template-columns: 1fr; }
  .add-recommendation { min-height: 68px; }
}

/* =====================================================================
   EKRAN 2 — finalny panel decyzji: wspólny plan, tabela i projekcja
   ===================================================================== */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.simulation-heading, .temperature-legend { display: none; }

body.recommendations-open .topbar { min-height: 68px; height: 68px; padding: 9px 18px; }
body.recommendations-open .brand small, body.recommendations-open .help-button { font-size: 12px; }
body.recommendations-open .workspace {
  width: calc(100% - 32px);
  max-width: 1440px;
  min-height: calc(100vh - 84px);
  height: auto;
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  gap: 16px;
  margin: 0 16px 16px;
}
body.recommendations-open .configuration {
  height: auto;
  min-height: 100%;
  padding: 18px 20px 22px;
  overflow: visible;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
}
body.recommendations-open .result {
  min-width: 0;
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 180px 602px minmax(180px, auto);
  gap: 12px;
  padding: 0;
}
body.recommendations-open .recommendation-sidebar { display: block; height: auto; }
body.recommendations-open .recommendation-section { padding: 0; }
body.recommendations-open .recommendation-section + .recommendation-section { margin-top: 18px; padding-top: 18px; border-top: 1px solid #dfe5ee; }

body.recommendations-open .back-to-layout {
  min-height: 36px;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2458a6;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
body.recommendations-open .recommendation-types h1 { margin: 0 0 6px; font-size: 20px; line-height: 1.25; }
body.recommendations-open #recommendationTitle:focus { outline: none; }
body.recommendations-open .recommendation-types > p { margin: 0 0 14px; color: #53658f; font-size: 13px; line-height: 1.45; }
body.recommendations-open .ac-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
body.recommendations-open .ac-type-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid #dbe3ee;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff, #f9fbff);
  box-shadow: none;
  text-align: left;
}
body.recommendations-open .ac-type-card:hover { border-color: #8eb5f7; transform: translateY(-1px); }
body.recommendations-open .ac-type-card.is-active { border-color: #0865f7; background: #f2f7ff; box-shadow: inset 0 0 0 1px rgba(8,101,247,.05); }
body.recommendations-open .ac-type-card img,
body.recommendations-open .ac-type-card [src$="ac-portable-unit.svg"] { width: 78px; height: 66px; margin: 0; object-fit: contain; }
body.recommendations-open .ac-type-card [src$="ac-portable-unit.svg"] { width: 52px; justify-self: center; }
body.recommendations-open .ac-type-card > span:last-child { min-width: 0; display: block; }
body.recommendations-open .ac-type-card strong { min-height: 0; display: block; margin: 0 0 5px; font-size: 15px; line-height: 1.25; }
body.recommendations-open .ac-type-card small, body.recommendations-open .ac-type-card em { display: block; margin: 0; font-size: 12px; line-height: 1.35; font-style: normal; }
body.recommendations-open .ac-type-card small { color: #244a83; font-weight: 650; }
body.recommendations-open .ac-type-card em { margin-top: 4px; color: #667494; }
body.recommendations-open .ac-choice-check { top: 8px; right: 8px; width: 22px; height: 22px; }

body.recommendations-open .portable-subtypes { min-width: 0; margin: 14px 0 0; padding: 0; border: 0; }
body.recommendations-open .portable-subtypes[hidden] { display: none; }
body.recommendations-open .portable-subtypes legend { margin-bottom: 7px; color: #25375f; font-size: 12px; font-weight: 750; }
body.recommendations-open .portable-subtypes > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
body.recommendations-open .portable-subtypes button { min-height: 54px; padding: 7px 8px; border: 1px solid #dbe3ee; border-radius: 8px; background: #fff; color: #152958; cursor: pointer; }
body.recommendations-open .portable-subtypes button.is-active { border-color: #0865f7; background: #f2f7ff; color: #075cf0; box-shadow: inset 0 0 0 1px rgba(8,101,247,.06); }
body.recommendations-open .portable-subtypes strong, body.recommendations-open .portable-subtypes small { display: block; font-size: 12px; line-height: 1.25; }
body.recommendations-open .portable-subtypes small { margin-top: 3px; color: #647292; }

body.recommendations-open .catalog-section h2 { margin: 0 0 12px; font-size: 17px; line-height: 1.3; }
body.recommendations-open .catalog-section h2 span { color: #5a6b91; font-size: 13px; font-weight: 550; }
body.recommendations-open .catalog-table-wrap { width: 100%; overflow: hidden; border: 1px solid #d6dfec; border-radius: 11px; background: #fff; }
body.recommendations-open .catalog-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
body.recommendations-open .catalog-table col.model-column { width: 60%; }
body.recommendations-open .catalog-table col.area-column { width: 8%; }
body.recommendations-open .catalog-table col.noise-column { width: 8%; }
body.recommendations-open .catalog-table col.running-cost-column { width: 12%; }
body.recommendations-open .catalog-table col.price-column { width: 12%; }
body.recommendations-open .catalog-table th { height: 42px; padding: 8px 4px; border-bottom: 1px solid #d6dfec; background: #f6f8fc; color: #52627f; font-size: 11px; font-weight: 750; line-height: 1.2; text-align: center; }
body.recommendations-open .catalog-table th:first-child { padding-left: 13px; font-size: 12px; text-align: left; }
body.recommendations-open .catalog-product { display: table-row; min-height: 0; padding: 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; cursor: pointer; }
body.recommendations-open .catalog-product:hover td { background: #fafcff; }
body.recommendations-open .catalog-product.is-active td { background: #f3f7ff; box-shadow: inset 0 1px #b7d0fa, inset 0 -1px #b7d0fa; }
body.recommendations-open .catalog-product.is-active td:first-child { box-shadow: inset 3px 0 #0865f7, inset 0 1px #b7d0fa, inset 0 -1px #b7d0fa; }
body.recommendations-open .catalog-product.is-active td:last-child { box-shadow: inset -1px 0 #b7d0fa, inset 0 1px #b7d0fa, inset 0 -1px #b7d0fa; }
body.recommendations-open .catalog-product.is-dragging { opacity: .6; }
body.recommendations-open .catalog-product td { height: 102px; padding: 10px 4px; border-bottom: 1px solid #e2e8f1; color: #112454; font-size: 12.5px; text-align: center; vertical-align: middle; transition: background .14s, box-shadow .14s; }
body.recommendations-open .catalog-product:last-child td { border-bottom: 0; }
body.recommendations-open .catalog-product td:first-child { padding: 10px 9px 10px 12px; text-align: left; }
body.recommendations-open .catalog-product td > strong { display: inline-block; font-size: 13px; line-height: 1.25; white-space: nowrap; }
body.recommendations-open .catalog-product td:nth-child(4) > strong { color: #244a83; }
body.recommendations-open .catalog-product td:nth-child(5) > strong { font-size: 13.5px; }
body.recommendations-open .catalog-model-cell { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 10px; }
body.recommendations-open .catalog-product-media { width: 64px; display: grid; justify-items: center; align-content: center; gap: 3px; }
body.recommendations-open .catalog-product-media > img,
body.recommendations-open .catalog-product.is-portable .catalog-product-media > img { width: 60px; height: 39px; margin: 0; object-fit: contain; }
body.recommendations-open .catalog-product.is-portable .catalog-product-media > img { width: 34px; }
body.recommendations-open .catalog-drag-handle { width: 62px; min-height: 27px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 3px 4px; border: 0; border-radius: 6px; background: transparent; color: #075cf0; cursor: grab; font-size: 10px; font-weight: 750; line-height: 1; }
body.recommendations-open .catalog-drag-handle:hover { background: #eaf2ff; }
body.recommendations-open .catalog-drag-handle:active { cursor: grabbing; }
body.recommendations-open .catalog-drag-handle .ui-icon { width: 12px; height: 12px; }
body.recommendations-open .catalog-product-main { min-width: 0; display: block; }
body.recommendations-open .catalog-model-topline { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
body.recommendations-open .catalog-product-main > strong { display: block; margin: 5px 0 0; overflow: visible; color: #0a1d4f; white-space: normal; font-size: 15px; line-height: 1.23; }
body.recommendations-open .catalog-product-main small { display: block; color: #596b92; line-height: 1.28; }
body.recommendations-open .catalog-benefit { min-height: 30px; margin-top: 4px; font-size: 11.5px; }
body.recommendations-open .catalog-model-meta { margin-top: 3px; color: #304d7c !important; font-size: 10.5px; font-weight: 700; }
body.recommendations-open .catalog-product-main .catalog-mobile-summary { display: none; }
body.recommendations-open .catalog-badge { min-width: 0; display: inline-flex; align-items: center; gap: 5px; max-width: calc(100% - 30px); padding: 2px 6px; border-radius: 999px; font-size: 10.5px; font-weight: 750; line-height: 1.25; white-space: nowrap; }
body.recommendations-open .catalog-badge i { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
body.recommendations-open .catalog-badge.is-value { background: #fff5e8; color: #a85b11; }
body.recommendations-open .catalog-badge.is-recommended { background: #e9f7ee; color: #21773c; }
body.recommendations-open .catalog-badge.is-premium { background: #f1ecff; color: #6544b5; }
body.recommendations-open .catalog-radio { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; margin: -3px -3px -3px 0; border: 0; border-radius: 7px; background: transparent; cursor: pointer; }
body.recommendations-open .catalog-radio:hover { background: #e8f1ff; }
body.recommendations-open .catalog-radio span { width: 17px; height: 17px; border: 2px solid #91a4c6; border-radius: 50%; background: #fff; }
body.recommendations-open .catalog-radio[aria-pressed="true"] span { border: 5px solid #0865f7; }
body.recommendations-open .catalog-cost-note { margin: 8px 1px 0; color: #647394; font-size: 12px; line-height: 1.4; }

body.recommendations-open .forecast-panel { min-width: 0; height: auto; margin: 0; padding: 15px 18px 12px; border: 1px solid #dfe5ee; border-radius: 12px; background: #fff; }
body.recommendations-open .projection-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
body.recommendations-open .projection-heading h2 { margin: 0 0 4px; font-size: 18px; line-height: 1.25; }
body.recommendations-open .projection-heading p { margin: 0; color: #617092; font-size: 12px; line-height: 1.4; }
body.recommendations-open .projection-results { min-width: 465px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #dfe6ef; border-radius: 9px; background: #fbfcff; }
body.recommendations-open .projection-results > span { min-width: 0; padding: 8px 11px; border-right: 1px solid #dfe6ef; }
body.recommendations-open .projection-results > span:last-child { border-right: 0; }
body.recommendations-open .projection-results small, body.recommendations-open .projection-results strong { display: block; }
body.recommendations-open .projection-results small { overflow: hidden; color: #5f6f92; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
body.recommendations-open .projection-results strong { margin-top: 3px; color: #075cf0; font-size: 20px; line-height: 1.15; }
body.recommendations-open .projection-controls { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 14px; margin-top: 10px; }
body.recommendations-open .projection-play { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #b9d0f7; border-radius: 50%; background: #f4f8ff; color: #075cf0; cursor: pointer; font-size: 18px; font-weight: 800; }
body.recommendations-open .projection-slider-wrap { position: relative; padding-top: 3px; }
body.recommendations-open #projectionSlider { width: 100%; height: 24px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
body.recommendations-open #projectionSlider::-webkit-slider-runnable-track { height: 6px; border-radius: 6px; background: linear-gradient(90deg, #0865f7 0 var(--projection-progress, 0%), #d7dde7 var(--projection-progress, 0%) 100%); }
body.recommendations-open #projectionSlider::-moz-range-track { height: 6px; border-radius: 6px; background: #d7dde7; }
body.recommendations-open #projectionSlider::-moz-range-progress { height: 6px; border-radius: 6px; background: #0865f7; }
body.recommendations-open #projectionSlider::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -7px; appearance: none; border: 5px solid #0865f7; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(8,101,247,.24); }
body.recommendations-open #projectionSlider::-moz-range-thumb { width: 12px; height: 12px; border: 5px solid #0865f7; border-radius: 50%; background: #fff; }
body.recommendations-open .timeline-marks { position: relative; height: 23px; margin-top: -1px; }
body.recommendations-open .timeline-marks button { position: absolute; top: 0; padding: 2px 4px; border: 0; background: #fff; color: #607092; cursor: pointer; font-size: 12px; transform: translateX(-50%); }
body.recommendations-open .timeline-marks button:nth-child(1) { left: 0; transform: none; }
body.recommendations-open .timeline-marks button:nth-child(2) { left: 12.5%; }
body.recommendations-open .timeline-marks button:nth-child(3) { left: 25%; }
body.recommendations-open .timeline-marks button:nth-child(4) { left: 50%; }
body.recommendations-open .timeline-marks button:nth-child(5) { left: 100%; transform: translateX(-100%); }
body.recommendations-open .timeline-marks button.is-active { color: #075cf0; font-weight: 800; }
body.recommendations-open .projection-status { min-height: 20px; margin: 5px 0 0 60px; color: #28703e; font-size: 13px; font-weight: 650; line-height: 1.35; }
body.recommendations-open .projection-status.is-warning { color: #a35c00; }
body.recommendations-open .projection-status.is-empty { color: #5e6e91; }

body.recommendations-open .simulation-panel { min-width: 0; height: auto; padding: 12px 16px 8px; border: 1px solid #dfe5ee; border-radius: 12px; background: #fff; }
body.recommendations-open .simulation-heading { height: 45px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
body.recommendations-open .simulation-heading h2 { margin: 0 0 3px; font-size: 16px; }
body.recommendations-open .simulation-heading p { margin: 0; color: #607092; font-size: 12px; }
body.recommendations-open .simulation-heading button { font-size: 12px; }
body.recommendations-open .simulation-panel .plan-shell { height: 500px; min-height: 0; border: 0; border-radius: 8px; background: #fff; box-shadow: none; }
body.recommendations-open .temperature-legend { height: 32px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #667493; font-size: 12px; white-space: nowrap; }
body.recommendations-open .temperature-legend > span { margin-right: 10px; }
body.recommendations-open .temperature-legend i { width: 10px; height: 10px; }
body.recommendations-open .temperature-legend b { margin-right: 7px; font-size: 12px; }
body.recommendations-open .drop-feedback { font-size: 12px; }

body.recommendations-open .current-kit { min-width: 0; height: auto; min-height: 180px; margin: 0; padding: 12px 14px 14px; overflow: visible; border: 1px solid #dfe5ee; border-radius: 12px; }
body.recommendations-open .current-kit > header { height: 31px; align-items: flex-start; }
body.recommendations-open .current-kit h2 { margin: 0; font-size: 16px; }
body.recommendations-open .current-kit > header button { font-size: 12px; }
body.recommendations-open .kit-table-wrap { width: 100%; overflow-x: auto; border: 1px solid #dfe5ee; border-radius: 9px; }
body.recommendations-open .kit-table { width: 100%; min-width: 720px; border-collapse: collapse; table-layout: auto; }
body.recommendations-open .kit-table th { height: 32px; padding: 6px 9px; border-bottom: 1px solid #dfe5ee; background: #f5f7fb; color: #4d5f84; font-size: 12px; text-align: left; white-space: nowrap; }
body.recommendations-open .kit-table td { height: 51px; padding: 6px 9px; border-bottom: 1px solid #e4e9f0; color: #122656; font-size: 12px; vertical-align: middle; white-space: nowrap; }
body.recommendations-open .kit-row { display: table-row; min-height: 0; padding: 0; border: 0; border-radius: 0; background: #fff; }
body.recommendations-open .kit-row strong { overflow: visible; font-size: 13px; white-space: nowrap; }
body.recommendations-open .kit-product { min-width: 210px; display: grid; grid-template-columns: 55px minmax(0, 1fr); align-items: center; gap: 8px; }
body.recommendations-open .kit-product img, body.recommendations-open .kit-row.is-portable .kit-product img { width: 50px; height: 36px; margin: 0; object-fit: contain; }
body.recommendations-open .kit-row.is-portable .kit-product img { width: 31px; justify-self: center; }
body.recommendations-open .kit-product strong, body.recommendations-open .kit-product small { display: block; }
body.recommendations-open .kit-product strong, body.recommendations-open .kit-table td:nth-child(6) > strong { font-size: 14px; }
body.recommendations-open .kit-product small { margin-top: 2px; color: #657493; font-size: 12px; }
body.recommendations-open .kit-remove { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 7px; background: transparent; color: #d52635; cursor: pointer; }
body.recommendations-open .kit-remove:hover { background: #fff1f2; }
body.recommendations-open .kit-remove .ui-icon { width: 18px; height: 18px; }
body.recommendations-open .kit-empty { display: table-row; }
body.recommendations-open .kit-empty td { height: 58px; color: #647394; font-size: 13px; text-align: center; }
body.recommendations-open .kit-table tfoot th, body.recommendations-open .kit-table tfoot td { height: 37px; padding: 7px 9px; border-top: 2px solid #cfd9e7; border-bottom: 0; background: #f8faff; color: #0e2355; font-size: 13px; }
body.recommendations-open .kit-table tfoot td:nth-child(6) strong { font-size: 14px; }
body.recommendations-open .kit-table tfoot th { text-align: left; }
body.recommendations-open .status-message { font-size: 12px; }

.device-drag-ghost { position: fixed; z-index: 9999; left: -9999px; top: -9999px; width: 96px; height: 60px; display: grid; place-items: center; padding: 5px; border: 2px solid #0865f7; border-radius: 9px; background: rgba(255,255,255,.96); box-shadow: 0 9px 24px rgba(8,55,130,.22); }
.device-drag-ghost img { width: 76px; height: 38px; object-fit: contain; }
.device-drag-ghost.is-portable img { width: 35px; }
.device-drag-ghost strong { position: absolute; right: 4px; bottom: 3px; padding: 2px 4px; border-radius: 4px; background: #0865f7; color: #fff; font-size: 12px; }

@media (max-width: 1180px) {
  body.recommendations-open .workspace { display: block; width: calc(100% - 24px); margin: 0 12px 24px; }
  body.recommendations-open .configuration, body.recommendations-open .result { width: 100%; min-height: 0; }
  body.recommendations-open .configuration { margin-bottom: 14px; }
  body.recommendations-open .result { grid-template-rows: auto auto auto; }
  body.recommendations-open .projection-heading { display: block; }
  body.recommendations-open .projection-results { min-width: 0; margin-top: 10px; }
  body.recommendations-open .temperature-legend { overflow-x: auto; justify-content: flex-start; }
  body.recommendations-open .catalog-table col.model-column { width: 52%; }
  body.recommendations-open .catalog-product-main > strong { font-size: 15px; }
  body.recommendations-open .catalog-benefit { min-height: 0; font-size: 12px; }
}

@media (max-width: 900px) {
  body.recommendations-open .simulation-panel .plan-shell { height: min(66vw, 540px); min-height: 380px; }
}

@media (max-width: 620px) {
  body.recommendations-open .workspace { width: calc(100% - 16px); margin: 0 8px 20px; }
  body.recommendations-open .configuration, body.recommendations-open .result { padding-inline: 10px; }
  body.recommendations-open .ac-type-grid { grid-template-columns: 1fr; }
  body.recommendations-open .ac-type-card { min-height: 102px; }
  body.recommendations-open .portable-subtypes > div { grid-template-columns: 1fr; }
  body.recommendations-open .catalog-table-wrap { overflow-x: auto; }
  body.recommendations-open .catalog-table { min-width: 0; }
  body.recommendations-open .projection-heading { display: block; }
  body.recommendations-open .projection-results { min-width: 0; margin-top: 10px; }
  body.recommendations-open .projection-results strong { font-size: 17px; }
  body.recommendations-open .projection-controls { grid-template-columns: 44px minmax(0, 1fr); gap: 9px; }
  body.recommendations-open .projection-status { margin-left: 53px; }
  body.recommendations-open .simulation-heading p { display: none; }
  body.recommendations-open .simulation-panel .plan-shell { height: 86vw; min-height: 300px; }
  body.recommendations-open .temperature-legend { overflow-x: auto; justify-content: flex-start; }
}

@media (max-width: 620px) {
  body.recommendations-open .catalog-table col.model-column { width: 100%; }
  body.recommendations-open .catalog-table col:nth-child(2),
  body.recommendations-open .catalog-table col:nth-child(3),
  body.recommendations-open .catalog-table col:nth-child(4),
  body.recommendations-open .catalog-table col:nth-child(5) { width: 0; visibility: collapse; }
  body.recommendations-open .catalog-table th:nth-child(2),
  body.recommendations-open .catalog-table th:nth-child(3),
  body.recommendations-open .catalog-table th:nth-child(4),
  body.recommendations-open .catalog-table th:nth-child(5),
  body.recommendations-open .catalog-product td:nth-child(2),
  body.recommendations-open .catalog-product td:nth-child(3),
  body.recommendations-open .catalog-product td:nth-child(4),
  body.recommendations-open .catalog-product td:nth-child(5) { display: none; }
  body.recommendations-open .catalog-product td { padding-inline: 4px; }
  body.recommendations-open .catalog-product td:first-child { padding-left: 7px; }
  body.recommendations-open .catalog-product td { height: auto; min-height: 104px; }
  body.recommendations-open .catalog-model-cell { grid-template-columns: 58px minmax(0, 1fr); gap: 8px; }
  body.recommendations-open .catalog-product-media { width: 58px; }
  body.recommendations-open .catalog-product-media > img,
  body.recommendations-open .catalog-product.is-portable .catalog-product-media > img { width: 54px; }
  body.recommendations-open .catalog-product.is-portable .catalog-product-media > img { width: 32px; }
  body.recommendations-open .catalog-drag-handle { width: 56px; }
  body.recommendations-open .catalog-product-main > strong { font-size: 14px; }
  body.recommendations-open .catalog-benefit { min-height: 0; font-size: 11px; }
  body.recommendations-open .catalog-product-main .catalog-mobile-summary { display: block; margin-top: 5px; color: #244a83; font-size: 11px; font-weight: 750; }
}

/* Poradnik SEO i FAQ — treść pomocnicza pod kalkulatorem */
.property-intro { max-width: 340px; margin: -4px 0 15px; color: #617092; font-size: 13px; line-height: 1.45; }
.seo-guide { margin-top: 38px; border-top: 1px solid #dfe7f2; background: #f7faff; color: #122656; }
.seo-guide-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 68px 0 76px; }
.seo-guide-header { max-width: 850px; }
.seo-eyebrow { margin: 0 0 9px; color: #075cf0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seo-guide h2, .seo-guide h3, .seo-guide h4 { color: #0a1d4f; }
.seo-guide h2 { max-width: 790px; margin: 0; font-size: clamp(30px, 3.1vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.seo-lead { max-width: 820px; margin: 22px 0 0; color: #2c426e; font-size: 18px; line-height: 1.62; }
.seo-guide-header > :last-child { max-width: 800px; margin: 16px 0 0; color: #52627f; font-size: 16px; line-height: 1.65; }
.seo-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 38px; }
.seo-copy-card, .seo-steps, .seo-types, .seo-faq { border: 1px solid #dce6f3; border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(31, 72, 134, .05); }
.seo-copy-card { padding: 28px 30px; }
.seo-copy-card h3, .seo-steps h3, .seo-types h3, .seo-faq h3 { margin: 0; font-size: 22px; line-height: 1.24; letter-spacing: -.02em; }
.seo-copy-card p { margin: 15px 0 0; color: #506181; font-size: 15px; line-height: 1.62; }
.seo-copy-card ul { display: grid; gap: 10px; margin: 17px 0 0; padding: 0; list-style: none; }
.seo-copy-card li { position: relative; padding-left: 22px; color: #405473; font-size: 14px; line-height: 1.52; }
.seo-copy-card li::before { content: ""; position: absolute; top: .52em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: #2384f7; box-shadow: 0 0 0 4px #eaf3ff; }
.seo-copy-card strong { color: #173565; }
.seo-copy-card .seo-note { margin-top: 20px; padding: 14px 16px; border-left: 3px solid #2384f7; border-radius: 0 8px 8px 0; background: #f1f7ff; color: #3f557b; font-size: 13px; }
.seo-steps { display: grid; grid-template-columns: minmax(230px, .76fr) minmax(0, 1.24fr); gap: 32px; align-items: start; margin-top: 20px; padding: 30px; }
.seo-steps ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 24px; margin: 0; padding: 0; list-style: none; counter-reset: seo-step; }
.seo-steps li { position: relative; min-height: 78px; padding: 0 0 0 47px; counter-increment: seo-step; }
.seo-steps li::before { content: counter(seo-step); position: absolute; top: 0; left: 0; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #eaf3ff; color: #075cf0; font-size: 13px; font-weight: 800; }
.seo-steps li strong, .seo-steps li span { display: block; }
.seo-steps li strong { color: #1a3768; font-size: 15px; line-height: 1.35; }
.seo-steps li span { margin-top: 5px; color: #667493; font-size: 13px; line-height: 1.48; }
.seo-types, .seo-faq { margin-top: 20px; padding: 34px 30px; }
.seo-section-heading { max-width: 760px; }
.seo-section-heading > p:last-child { margin: 12px 0 0; color: #536482; font-size: 15px; line-height: 1.62; }
.seo-type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 25px; }
.seo-type-card { padding: 22px; border: 1px solid #e1e9f3; border-radius: 12px; background: linear-gradient(145deg, #fbfdff, #f4f8ff); }
.seo-type-card h4 { margin: 0; font-size: 17px; }
.seo-type-card p { margin: 9px 0 0; color: #52627f; font-size: 14px; line-height: 1.55; }
.seo-pricing, .seo-physics { margin-top: 20px; padding: 34px 30px; border: 1px solid #dce6f3; border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(31, 72, 134, .05); }
.seo-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 25px; }
.seo-price-card { padding: 21px; border: 1px solid #e1e9f3; border-radius: 12px; background: #fbfdff; }
.seo-price-card h4, .seo-physics-grid h4 { margin: 0; color: #173565; font-size: 17px; }
.seo-price-card p, .seo-physics-grid p { margin: 9px 0 0; color: #52627f; font-size: 14px; line-height: 1.58; }
.seo-price-callout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 25px; align-items: center; margin-top: 16px; padding: 19px 21px; border: 1px solid #bcd4fa; border-radius: 12px; background: linear-gradient(105deg, #edf5ff, #f8fbff); }
.seo-price-callout strong { color: #14386e; font-size: 16px; }
.seo-price-callout p { margin: 6px 0 0; color: #405778; font-size: 14px; line-height: 1.58; }
.seo-price-callout .seo-price-update { padding-left: 19px; border-left: 1px solid #c9dcf7; color: #5c6f90; font-size: 12px; }
.seo-physics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.seo-physics-grid > section { padding: 20px; border-radius: 12px; background: #f7faff; }
.seo-faq { padding-bottom: 30px; }
.seo-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin-top: 24px; }
.seo-faq details { border: 1px solid #dfe7f2; border-radius: 10px; background: #fff; }
.seo-faq details[open] { grid-row: span 2; border-color: #bcd4fa; background: #f8fbff; }
.seo-faq summary { display: flex; align-items: center; min-height: 58px; padding: 14px 44px 14px 17px; color: #183869; cursor: pointer; font-size: 15px; font-weight: 750; line-height: 1.35; list-style: none; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after { content: "+"; position: absolute; right: 17px; color: #075cf0; font-size: 23px; font-weight: 400; }
.seo-faq summary { position: relative; }
.seo-faq details[open] summary::after { content: "–"; }
.seo-faq details p { margin: -1px 17px 17px; color: #506181; font-size: 14px; line-height: 1.6; }

@media (max-width: 900px) {
  .seo-guide-inner { width: min(100% - 32px, 760px); padding-block: 52px 58px; }
  .seo-guide-grid, .seo-type-grid, .seo-price-grid, .seo-faq-list { grid-template-columns: 1fr; }
  .seo-price-callout { grid-template-columns: 1fr; }
  .seo-price-callout .seo-price-update { padding: 12px 0 0; border-top: 1px solid #c9dcf7; border-left: 0; }
  .seo-steps { grid-template-columns: 1fr; }
  .seo-faq details[open] { grid-row: auto; }
}

@media (max-width: 620px) {
  .property-intro { margin-bottom: 12px; font-size: 12px; }
  .seo-guide { margin-top: 20px; }
  .seo-guide-inner { width: min(100% - 24px, 560px); padding-block: 42px 48px; }
  .seo-guide h2 { font-size: 29px; }
  .seo-lead { font-size: 16px; }
  .seo-guide-header > :last-child { font-size: 15px; }
  .seo-guide-grid { gap: 12px; margin-top: 28px; }
  .seo-copy-card, .seo-steps, .seo-pricing, .seo-physics, .seo-types, .seo-faq { padding: 22px 18px; border-radius: 13px; }
  .seo-copy-card h3, .seo-steps h3, .seo-pricing h3, .seo-physics h3, .seo-types h3, .seo-faq h3 { font-size: 20px; }
  .seo-steps { gap: 22px; }
  .seo-steps ol { grid-template-columns: 1fr; gap: 15px; }
  .seo-steps li { min-height: 0; }
  .seo-pricing, .seo-physics, .seo-types, .seo-faq { margin-top: 12px; }
  .seo-type-grid, .seo-price-grid, .seo-physics-grid { gap: 10px; margin-top: 18px; }
  .seo-type-card, .seo-price-card, .seo-physics-grid > section { padding: 18px; }
  .seo-price-callout { gap: 10px; margin-top: 10px; padding: 17px; }
  .seo-price-callout strong { font-size: 15px; }
  .seo-price-callout p, .seo-price-card p, .seo-physics-grid p { font-size: 13px; }
  .seo-faq-list { gap: 8px; margin-top: 18px; }
  .seo-faq summary { min-height: 54px; padding: 13px 39px 13px 14px; font-size: 14px; }
  .seo-faq summary::after { right: 14px; }
  .seo-faq details p { margin: 0 14px 15px; font-size: 13px; }
}
