.poh {
  --poh-primary: #103b70;
  --poh-accent: #046bd2;
  --poh-surface: #f5f8fc;
  --poh-text: #151515;
  --poh-radius: 12px;
  color: var(--poh-text);
  font: inherit;
  width: 100%;
  max-width: 1500px;
  margin: 24px auto;
  padding: clamp(20px, 3vw, 38px);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--poh-primary) 14%, #fff);
  border-radius: calc(var(--poh-radius) + 8px);
  box-shadow: 0 18px 55px rgba(20, 32, 58, 0.09);
}

.poh *, .poh *::before, .poh *::after { box-sizing: border-box; }
.poh-auto-placement {
  position: relative;
  left: 50%;
  clear: both;
  width: min(1500px, calc(100vw - clamp(16px, 1.5vw, 24px)));
  max-width: none;
  margin: clamp(34px, 5vw, 64px) 0 0;
  transform: translateX(-50%);
}
.poh-auto-placement .poh { max-width: none; margin: 0; }
body:has(.poh-auto-placement) .wpcf7,
body:has(.poh-auto-placement) .wpforms-container,
body:has(.poh-auto-placement) .nf-form-cont,
body:has(.poh-auto-placement) .frm_forms,
body:has(.poh-auto-placement) .fluentform,
body:has(.poh-auto-placement) .elementor-widget-form { display: none !important; }
.poh [hidden] { display: none !important; }
.poh .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.poh__hero { position: relative; }
.poh-brand-signature { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; }
.poh-brand-signature__mark { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--poh-primary); border-radius: 14px; font-size: 15px; font-weight: 900; letter-spacing: -.03em; }
.poh-brand-signature__copy { display: grid; gap: 2px; min-width: 0; }
.poh-brand-signature__copy > span { color: var(--poh-accent); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.poh-brand-signature__copy strong { color: var(--poh-primary); font-size: 17px; font-weight: 850; line-height: 1.25; }
.poh-brand-signature__copy small { color: color-mix(in srgb,var(--poh-text) 68%,#fff); font-size: 12px; line-height: 1.4; }
.poh__header { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.poh__source { display: inline-flex; gap: 5px; margin: 0 0 12px; padding: 6px 11px; color: var(--poh-primary); background: var(--poh-surface); border-radius: 999px; font-size: 13px; }
.poh__title { margin: 0 0 10px; color: var(--poh-primary); font: inherit; font-size: clamp(28px, 4vw, 42px); font-weight: 750; line-height: 1.12; }
.poh__intro { margin: 0; color: color-mix(in srgb, var(--poh-text) 72%, #fff); font-size: 17px; line-height: 1.6; }
.poh__advisor-note { display: flex; max-width: 720px; align-items: flex-start; gap: 9px; margin: 16px auto 0; padding: 11px 14px; color: var(--poh-text); background: var(--poh-surface); border: 1px solid color-mix(in srgb,var(--poh-primary) 15%,#fff); border-radius: var(--poh-radius); font-size: 14px; line-height: 1.5; text-align: left; }
.poh__advisor-note span { flex: 0 0 auto; color: var(--poh-accent); font-size: 17px; font-weight: 800; }

.poh-contact-choice { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,410px); align-items: center; gap: 22px; margin: 0 0 28px; padding: clamp(18px,3vw,24px); color: var(--poh-text); background: linear-gradient(135deg,var(--poh-surface),#fff); border: 1px solid color-mix(in srgb,var(--poh-primary) 18%,#fff); border-radius: calc(var(--poh-radius) + 2px); }
.poh-contact-choice__copy > span { display: block; margin-bottom: 5px; color: var(--poh-accent); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.poh-contact-choice h3 { margin: 0 0 7px; color: var(--poh-primary); font: inherit; font-size: clamp(19px,2.4vw,23px); font-weight: 850; line-height: 1.25; }
.poh-contact-choice p { margin: 0; color: color-mix(in srgb,var(--poh-text) 76%,#fff); font-size: 15px; line-height: 1.55; }
.poh-contact-choice__actions { display: grid; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.poh-contact-button { display: flex; min-width: 0; min-height: 56px; align-items: center; justify-content: center; gap: 9px; padding: 10px 13px; border: 2px solid transparent; border-radius: calc(var(--poh-radius) - 2px); font: inherit; font-size: 14px; font-weight: 800; line-height: 1.2; text-align: left; text-decoration: none !important; transition: filter .18s ease,transform .18s ease,box-shadow .18s ease; }
.poh-contact-button:hover { filter: brightness(.96); transform: translateY(-1px); }
.poh-contact-button:focus-visible { outline: 3px solid color-mix(in srgb,var(--poh-accent) 35%,#fff); outline-offset: 3px; }
.poh-contact-button svg { flex: 0 0 22px; width: 22px; height: 22px; }
.poh-contact-button span { display: grid; gap: 2px; min-width: 0; }
.poh-contact-button strong { color: inherit; font: inherit; font-weight: 850; }
.poh-contact-button small { overflow: hidden; color: inherit; font-size: 11px; font-weight: 650; opacity: .88; text-overflow: ellipsis; white-space: nowrap; }
.poh-contact-button--whatsapp { color: #fff; background: #087b55; border-color: #087b55; }
.poh-contact-button--phone { color: #fff; background: var(--poh-primary); border-color: var(--poh-primary); }

.poh__progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 650px; margin: 26px auto 34px; padding: 0; list-style: none; counter-reset: none; }
.poh__progress li { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; color: #6a7280; font-size: 14px; font-weight: 650; }
.poh__progress li::before { content: ""; position: absolute; top: 16px; right: 62%; width: 76%; height: 2px; background: #e2e6ed; z-index: 0; }
.poh__progress li:first-child::before { display: none; }
.poh__progress li span { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; color: #6a7280; background: #fff; border: 2px solid #d9dee7; border-radius: 50%; }
.poh__progress li.is-active, .poh__progress li.is-complete { color: var(--poh-primary); }
.poh__progress li.is-active span, .poh__progress li.is-complete span { color: #fff; background: var(--poh-primary); border-color: var(--poh-primary); }
.poh__progress li.is-complete::before, .poh__progress li.is-active::before { background: var(--poh-primary); }

.poh__step { margin: 0; padding: 0; border: 0; min-width: 0; }
.poh__step-title { display: none; }
.poh__services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.poh-service { display: block; margin: 0; cursor: pointer; }
.poh-service input { position: absolute; opacity: 0; pointer-events: none; }
.poh-service__body { display: flex; flex-direction: column; min-height: 142px; height: 100%; padding: 19px; background: #fff; border: 2px solid #e3e7ed; border-radius: var(--poh-radius); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.poh-service__icon { display: grid; flex: 0 0 auto; width: 48px; min-height: 40px; margin: 0 0 14px; place-items: center; padding: 6px; color: var(--poh-primary); background: var(--poh-surface); border: 1px solid color-mix(in srgb,var(--poh-primary) 18%,#fff); border-radius: calc(var(--poh-radius) - 3px); font-size: 12px; font-weight: 900; letter-spacing: -.02em; }
.poh-service__body strong { color: var(--poh-primary); font-size: 18px; line-height: 1.25; }
.poh-service__body small { display: block; margin: 7px 0 14px; color: #626b78; font-size: 14px; line-height: 1.45; }
.poh-service__price { margin-top: auto; color: var(--poh-accent); font-size: 13px; font-weight: 700; }
.poh-service input:checked + .poh-service__body { border-color: var(--poh-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--poh-accent) 15%, transparent); transform: translateY(-1px); }
.poh-service input:focus-visible + .poh-service__body { outline: 3px solid color-mix(in srgb, var(--poh-accent) 35%, #fff); outline-offset: 3px; }

.poh__selected-price { margin: 0 0 20px; padding: 12px 14px; color: var(--poh-primary); background: var(--poh-surface); border-left: 4px solid var(--poh-accent); border-radius: 0 var(--poh-radius) var(--poh-radius) 0; font-weight: 700; }
.poh__selected-price:empty { display: none; }
.poh__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.poh-field { min-width: 0; }
.poh-field--wide { grid-column: 1 / -1; }
.poh-field__label { display: block; margin: 0 0 7px; color: var(--poh-text); font-size: 14px; font-weight: 700; }
.poh-field input:not([type="radio"]), .poh-field select, .poh-field textarea { width: 100%; min-height: 48px; margin: 0; padding: 11px 13px; color: var(--poh-text); background: #fff; border: 1px solid #cfd5df; border-radius: calc(var(--poh-radius) - 3px); box-shadow: none; font: inherit; font-size: 16px; }
.poh-field textarea { min-height: 112px; resize: vertical; }
.poh-field input:focus, .poh-field select:focus, .poh-field textarea:focus { border-color: var(--poh-accent); outline: 3px solid color-mix(in srgb, var(--poh-accent) 17%, transparent); }
.poh-options { display: flex; flex-wrap: wrap; gap: 9px; }
.poh-options label { margin: 0; cursor: pointer; }
.poh-options input { position: absolute; opacity: 0; }
.poh-options label > span { display: block; padding: 10px 13px; color: var(--poh-text); background: #fff; border: 1px solid #ccd3dc; border-radius: 999px; font-size: 14px; }
.poh-options input:checked + span { color: #fff; background: var(--poh-primary); border-color: var(--poh-primary); }
.poh-options input:focus-visible + span { outline: 3px solid color-mix(in srgb, var(--poh-accent) 35%, #fff); outline-offset: 2px; }
.poh-option__text { display: block; }

.poh-field--socket .poh-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.poh-field--socket .poh-options label > span { display: flex; min-height: 104px; align-items: center; gap: 13px; padding: 15px; border-radius: calc(var(--poh-radius) - 2px); line-height: 1.35; }
.poh-field--socket .poh-options input:checked + span .poh-socket-icon { color: var(--poh-primary); background: #fff; border-color: #fff; }
.poh-socket-icon { position: relative; display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; color: var(--poh-primary); background: var(--poh-surface); border: 1px solid color-mix(in srgb,var(--poh-primary) 22%,#fff); border-radius: 14px; }
.poh-socket-icon--phone { display: flex; align-items: center; justify-content: center; gap: 4px; }
.poh-socket-icon--phone i { display: block; width: 6px; height: 24px; background: currentColor; border-radius: 5px; transform: skewY(-18deg); }
.poh-socket-icon--phone i:nth-child(2) { transform: translateY(-4px) skewY(-18deg); }
.poh-socket-icon--antenna::before { content: ""; width: 28px; height: 28px; border: 4px solid currentColor; border-radius: 50%; }
.poh-socket-icon--antenna i { position: absolute; width: 8px; height: 8px; background: currentColor; border-radius: 50%; }
.poh-socket-icon--none { font-size: 34px; font-weight: 300; line-height: 1; }
.poh-field--data-package .poh-options { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.poh-field--data-package .poh-options label > span { padding: 15px 12px; border-radius: calc(var(--poh-radius) - 2px); font-size: 16px; font-weight: 750; text-align: center; }
.poh-field--connection-type .poh-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.poh-field--connection-type .poh-options label > span { min-height: 68px; padding: 15px 17px; border-radius: calc(var(--poh-radius) - 2px); font-size: 16px; font-weight: 750; }
.poh-field--mobile-offer .poh-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.poh-field--mobile-offer .poh-options label > span { display: flex; min-height: 66px; align-items: center; padding: 13px 15px; border-width: 2px; border-radius: calc(var(--poh-radius) - 2px); font-size: 15px; font-weight: 750; line-height: 1.35; }
.poh-field--mobile-choice .poh-options { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 9px; }
.poh-field--mobile-choice .poh-options label > span { display: flex; min-height: 56px; align-items: center; padding: 12px 14px; border-radius: calc(var(--poh-radius) - 2px); line-height: 1.35; }
.poh-field--iban input, .poh-field--identity-document input { font-variant-numeric: tabular-nums; letter-spacing: .035em; text-transform: uppercase; }
.poh-field__help { margin: 7px 0 0; color: #596273; font-size: 12px; line-height: 1.5; }
.poh-phone-contact-note { padding: 16px 18px; color: var(--poh-text); background: var(--poh-surface); border: 1px solid color-mix(in srgb, var(--poh-primary) 18%, #fff); border-left: 4px solid var(--poh-accent); border-radius: var(--poh-radius); }
.poh-phone-contact-note strong { display: block; color: var(--poh-primary); font-size: 15px; }
.poh-phone-contact-note p { margin: 5px 0 0; color: #4f5866; font-size: 14px; line-height: 1.5; }
.poh-field__error { margin: 5px 0 0; color: #b42318; font-size: 13px; }

.poh-offer-check { grid-column: 1 / -1; display: grid; justify-items: start; gap: 7px; padding: 18px; color: var(--poh-text); background: var(--poh-surface); border: 1px solid color-mix(in srgb,var(--poh-primary) 18%,#fff); border-radius: var(--poh-radius); }
.poh-offer-check__eyebrow { color: var(--poh-accent); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.poh-offer-check h4 { margin: 0; color: var(--poh-primary); font: inherit; font-size: 19px; font-weight: 800; }
.poh-offer-check p { margin: 0 0 5px; color: #4f5866; font-size: 13px; line-height: 1.5; }
.poh-offer-check .poh-button { margin-top: 3px; }
.poh-live-offers { grid-column: 1 / -1; margin-top: 0; padding: 20px; color: var(--poh-text); background: #fff; border: 1px solid color-mix(in srgb,var(--poh-primary) 20%,#fff); border-radius: var(--poh-radius); box-shadow: 0 10px 28px rgba(20,32,58,.07); }
.poh-live-offers__head,.poh-live-offers__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.poh-live-offers__eyebrow { display: block; margin-bottom: 3px; color: var(--poh-accent); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.poh-live-offers h4 { margin: 0; color: var(--poh-primary); font: inherit; font-size: 20px; font-weight: 800; }
.poh-live-offers__badge { flex: 0 0 auto; padding: 6px 9px; color: #075c2f; background: #e8f7ee; border-radius: 999px; font-size: 11px; font-weight: 800; }
.poh-live-offers__badge.is-fallback { color: #8a4b0f; background: #fff3df; }
.poh-live-offers__status { margin: 11px 0 15px; color: #596273; font-size: 13px; line-height: 1.5; }
.poh-live-offers__cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 10px; }
.poh-live-offer { position: relative; display: block; margin: 0; cursor: pointer; }
.poh-live-offer > input { position: absolute; opacity: 0; pointer-events: none; }
.poh-live-offer__body { display: grid; height: 100%; gap: 5px; padding: 14px; background: var(--poh-surface); border: 2px solid transparent; border-left: 4px solid var(--poh-accent); border-radius: calc(var(--poh-radius) - 3px); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.poh-live-offer strong { color: var(--poh-primary); font-size: 15px; }
.poh-live-offer__body > span { color: #596273; font-size: 13px; }
.poh-live-offer b { color: var(--poh-text); font-size: 14px; }
.poh-live-offer__details { display: block; margin-top: 7px; padding-top: 8px; color: #394456; border-top: 1px solid color-mix(in srgb,var(--poh-primary) 16%,transparent); font-size: 13px; font-weight: 700; line-height: 1.5; }
.poh-live-offer input:checked + .poh-live-offer__body { border-color: var(--poh-accent); box-shadow: 0 0 0 4px color-mix(in srgb,var(--poh-accent) 15%,transparent); transform: translateY(-1px); }
.poh-live-offer input:focus-visible + .poh-live-offer__body { outline: 3px solid color-mix(in srgb,var(--poh-accent) 35%,#fff); outline-offset: 3px; }
.poh-router-picker { margin-top: 20px; padding: 20px; background: color-mix(in srgb,var(--poh-surface) 74%,#fff); border: 1px solid color-mix(in srgb,var(--poh-primary) 24%,#fff); border-radius: var(--poh-radius); }
.poh-router-picker__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.poh-router-picker__eyebrow { display: block; margin-bottom: 3px; color: var(--poh-accent); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.poh-router-picker h5 { margin: 0; color: var(--poh-primary); font: inherit; font-size: 19px; font-weight: 900; line-height: 1.25; }
.poh-router-picker__live { flex: 0 0 auto; padding: 6px 9px; color: #075c2f; background: #e8f7ee; border-radius: 999px; font-size: 11px; font-weight: 850; }
.poh-router-picker__live.is-fallback { color: #8a4b0f; background: #fff3df; }
.poh-router-picker__intro { margin: 9px 0 14px; color: #536073; font-size: 13px; line-height: 1.5; }
.poh-router-picker__options { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 10px; }
.poh-router-option { position: relative; display: block; margin: 0; cursor: pointer; }
.poh-router-option > input { position: absolute; opacity: 0; pointer-events: none; }
.poh-router-option__body { position: relative; display: grid; align-content: start; height: 100%; min-height: 150px; gap: 8px; padding: 15px; color: var(--poh-text); background: #fff; border: 2px solid color-mix(in srgb,var(--poh-primary) 14%,#fff); border-radius: calc(var(--poh-radius) - 2px); box-shadow: 0 5px 15px rgba(20,32,58,.05); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.poh-router-option__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.poh-router-option__top strong { color: var(--poh-primary); font-size: 15px; line-height: 1.3; }
.poh-router-option__badge { flex: 0 0 auto; padding: 4px 7px; color: #fff; background: var(--poh-primary); border-radius: 999px; font-size: 10px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.poh-router-option__price { color: var(--poh-primary); font-size: 17px; font-weight: 900; }
.poh-router-option__description { color: #4d596c; font-size: 12px; line-height: 1.5; }
.poh-router-option.is-recommended .poh-router-option__body { border-color: color-mix(in srgb,var(--poh-accent) 70%,var(--poh-primary)); }
.poh-router-option input:checked + .poh-router-option__body { border-color: var(--poh-accent); box-shadow: 0 0 0 4px color-mix(in srgb,var(--poh-accent) 17%,transparent),0 8px 20px rgba(20,32,58,.09); transform: translateY(-1px); }
.poh-router-option input:focus-visible + .poh-router-option__body { outline: 3px solid color-mix(in srgb,var(--poh-accent) 35%,#fff); outline-offset: 3px; }
.poh-live-offers__foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid #e3e7ed; }
.poh-live-offers__foot small { color: #687180; font-size: 11px; }
.poh-service-order-summary { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1fr) minmax(230px,.48fr); gap: 16px 24px; margin-top: 18px; padding: clamp(20px,3vw,26px); color: #fff; background: linear-gradient(135deg,var(--poh-primary),color-mix(in srgb,var(--poh-primary) 82%,#071b35)); border: 2px solid color-mix(in srgb,var(--poh-accent) 75%,#fff); border-radius: calc(var(--poh-radius) + 2px); box-shadow: 0 16px 34px color-mix(in srgb,var(--poh-primary) 24%,transparent); }
.poh-service-order-summary__head { grid-column: 1 / -1; }
.poh-service-order-summary__head > span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.poh-service-order-summary h5 { margin: 0; color: #fff; font: inherit; font-size: clamp(20px,2.8vw,25px); font-weight: 900; line-height: 1.2; }
.poh-service-order-summary__rows { display: grid; grid-template-columns: minmax(92px,.36fr) minmax(0,1fr); align-content: start; gap: 7px 12px; margin: 0; padding: 0; }
.poh-service-order-summary__rows dt { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }
.poh-service-order-summary__rows dd { min-width: 0; margin: 0; color: #fff; font-size: 14px; font-weight: 800; overflow-wrap: anywhere; }
.poh-service-order-summary__price { display: grid; align-content: center; gap: 5px; padding: 16px 18px; color: var(--poh-primary); background: #fff; border: 2px solid rgba(255,255,255,.8); border-radius: var(--poh-radius); box-shadow: 0 9px 22px rgba(0,0,0,.14); }
.poh-service-order-summary__price span { color: #596273; font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.poh-service-order-summary__price strong { color: var(--poh-primary); font-size: clamp(20px,3vw,26px); font-weight: 900; line-height: 1.2; }
.poh-service-order-summary > p { grid-column: 1 / -1; margin: 0; padding-top: 13px; color: rgba(255,255,255,.84); border-top: 1px solid rgba(255,255,255,.22); font-size: 13px; line-height: 1.55; }
.poh-phone-offers { grid-column: 1 / -1; padding: 20px; color: var(--poh-text); background: #fff; border: 1px solid color-mix(in srgb,var(--poh-primary) 20%,#fff); border-radius: var(--poh-radius); box-shadow: 0 10px 28px rgba(20,32,58,.07); }
.poh-phone-offers__head,.poh-phone-offers__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.poh-phone-offers__eyebrow { display: block; margin-bottom: 3px; color: var(--poh-accent); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.poh-phone-offers h4 { margin: 0; color: var(--poh-primary); font: inherit; font-size: 21px; font-weight: 800; }
.poh-phone-offers__status { margin: 11px 0 15px; color: #505a68; font-size: 14px; line-height: 1.55; }
.poh-phone-offers__tools { margin-bottom: 12px; padding: 13px; background: var(--poh-surface); border-radius: calc(var(--poh-radius) - 3px); }
.poh-phone-offers__tools > label { display: block; margin-bottom: 7px; color: var(--poh-text); font-size: 14px; font-weight: 750; }
.poh-phone-offers__tools > div { display: flex; gap: 9px; }
.poh-phone-offers__tools input { min-width: 0; min-height: 48px; flex: 1 1 300px; padding: 10px 13px; color: var(--poh-text); background: #fff; border: 1px solid #cfd5df; border-radius: calc(var(--poh-radius) - 3px); font: inherit; font-size: 16px; }
.poh-phone-offers__tools input:focus { border-color: var(--poh-accent); outline: 3px solid color-mix(in srgb,var(--poh-accent) 17%,transparent); }
.poh-phone-offers__count { margin: 0 0 9px; color: #596273; font-size: 14px; font-weight: 700; }
.poh-phone-offers__cards { display: grid; max-height: 860px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 5px; overflow: auto; scrollbar-gutter: stable; }
.poh-phone-offer { position: relative; display: block; margin: 0; cursor: pointer; }
.poh-phone-offer > input { position: absolute; opacity: 0; pointer-events: none; }
.poh-phone-offer__body { display: grid; min-height: 292px; height: 100%; grid-template-columns: minmax(118px,34%) 1fr; align-content: stretch; gap: 16px; padding: 16px; color: var(--poh-text); background: linear-gradient(145deg,#fff 0%,var(--poh-surface) 100%); border: 2px solid color-mix(in srgb,var(--poh-primary) 10%,#fff); border-radius: calc(var(--poh-radius) + 2px); box-shadow: 0 10px 26px rgba(20,32,58,.07); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.poh-phone-offer__media { display: grid; min-height: 230px; place-items: center; overflow: hidden; background: #fff; border-radius: calc(var(--poh-radius) - 2px); }
.poh-phone-offer__media img { display: block; width: 100%; height: 220px; object-fit: contain; }
.poh-phone-offer__image-fallback { display: grid; width: 82px; height: 112px; place-items: center; color: #fff; background: linear-gradient(160deg,var(--poh-primary),var(--poh-accent)); border-radius: 17px; font-size: 21px; font-weight: 900; box-shadow: 0 10px 22px rgba(20,32,58,.18); }
.poh-phone-offer__image-fallback[hidden] { display: none; }
.poh-phone-offer__info { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 8px; }
.poh-phone-offer__meta { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 8px; color: var(--poh-accent); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.poh-phone-offer__availability { color: #147244; font-size: 11px; letter-spacing: 0; text-align: right; text-transform: none; }
.poh-phone-offer strong { color: var(--poh-primary); font-size: 19px; line-height: 1.25; }
.poh-phone-offer b { color: var(--poh-primary); font-size: 18px; }
.poh-phone-offer__specs { display: flex; flex-wrap: wrap; gap: 6px; }
.poh-phone-offer__specs > span { padding: 5px 8px; color: var(--poh-primary); background: color-mix(in srgb,var(--poh-primary) 8%,#fff); border: 1px solid color-mix(in srgb,var(--poh-primary) 14%,#fff); border-radius: 999px; font-size: 12px; font-weight: 750; line-height: 1.2; }
.poh-phone-offer__details { color: #505a68; font-size: 13px; line-height: 1.45; }
.poh-phone-offer__price { display: flex; align-items: baseline; gap: 5px; margin-top: auto; }
.poh-phone-offer__price small { color: #687180; font-size: 12px; }
.poh-phone-offer__action { width: 100%; padding: 8px 10px; color: #fff; background: var(--poh-primary); border-radius: calc(var(--poh-radius) - 4px); font-size: 13px; font-weight: 800; text-align: center; }
.poh-phone-offer input:checked + .poh-phone-offer__body { border-color: var(--poh-accent); box-shadow: 0 0 0 4px color-mix(in srgb,var(--poh-accent) 15%,transparent); transform: translateY(-1px); }
.poh-phone-offer input:checked + .poh-phone-offer__body .poh-phone-offer__action { background: var(--poh-accent); }
.poh-phone-offer input:focus-visible + .poh-phone-offer__body { outline: 3px solid color-mix(in srgb,var(--poh-accent) 35%,#fff); outline-offset: 3px; }
.poh-phone-configurator { margin-top: 20px; padding: clamp(18px,3vw,28px); background: linear-gradient(135deg,color-mix(in srgb,var(--poh-primary) 7%,#fff),#fff); border: 2px solid color-mix(in srgb,var(--poh-accent) 30%,#fff); border-radius: calc(var(--poh-radius) + 3px); box-shadow: 0 18px 38px rgba(20,32,58,.1); }
.poh-phone-configurator__head { display: grid; gap: 3px; }
.poh-phone-configurator__step { color: var(--poh-accent); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.poh-phone-configurator h5 { margin: 0; color: var(--poh-primary); font: inherit; font-size: 22px; font-weight: 850; }
.poh-phone-configurator__status { margin: 8px 0 18px; color: #505a68; font-size: 14px; line-height: 1.5; }
.poh-phone-configurator__content { display: grid; grid-template-columns: minmax(145px,.55fr) minmax(210px,.8fr) minmax(280px,1.4fr); gap: 22px; align-items: start; }
.poh-phone-configurator__media { display: grid; min-height: 230px; place-items: center; padding: 12px; background: #fff; border-radius: var(--poh-radius); }
.poh-phone-configurator__image { display: block; width: 100%; height: 230px; object-fit: contain; }
.poh-phone-configurator__summary { display: grid; gap: 8px; }
.poh-phone-configurator__summary > strong { color: var(--poh-primary); font-size: 21px; line-height: 1.25; }
.poh-phone-configurator__summary > b { color: var(--poh-primary); font-size: 21px; line-height: 1.25; }
.poh-phone-configurator__price-caption { display: block; color: #596273; font-size: 11px; font-weight: 650; line-height: 1.45; }
.poh-phone-configurator__eyebrow { color: var(--poh-accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.poh-phone-configurator__specs { display: grid; gap: 7px; margin-top: 6px; }
.poh-phone-configurator__specs > span { padding: 8px 10px; color: #344054; background: #fff; border-left: 3px solid var(--poh-accent); border-radius: 4px; font-size: 13px; font-weight: 700; }
.poh-phone-configurator__choices { display: grid; gap: 15px; }
.poh-phone-choice { min-width: 0; margin: 0; padding: 0; border: 0; }
.poh-phone-choice legend { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; color: var(--poh-primary); font-size: 14px; font-weight: 800; }
.poh-phone-choice__step { display: grid; width: 26px; height: 26px; place-items: center; flex: 0 0 auto; color: #fff; background: var(--poh-primary); border-radius: 50%; font-size: 12px; font-weight: 900; }
.poh-phone-choice__options { display: flex; flex-wrap: wrap; gap: 8px; }
.poh-phone-choice label { position: relative; margin: 0; cursor: pointer; }
.poh-phone-choice input { position: absolute; opacity: 0; pointer-events: none; }
.poh-phone-choice label > span { display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 11px; color: var(--poh-text); background: #fff; border: 2px solid #d9e0e9; border-radius: 8px; font-size: 13px; font-weight: 750; }
.poh-phone-choice input:checked + span { color: var(--poh-primary); border-color: var(--poh-accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--poh-accent) 12%,transparent); }
.poh-phone-choice input:focus-visible + span { outline: 3px solid color-mix(in srgb,var(--poh-accent) 30%,#fff); outline-offset: 2px; }
.poh-phone-color-option__swatch { width: 20px; height: 20px; background: #d7dce3; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; box-shadow: inset 0 0 0 2px #fff; }
.poh-phone-choice--tariffs { margin-top: 3px; padding-top: 15px; border-top: 1px solid color-mix(in srgb,var(--poh-primary) 14%,#fff); }
.poh-phone-choice__note { margin: -2px 0 10px; color: #596273; font-size: 12px; line-height: 1.45; }
.poh-phone-choice__options--tariffs { display: grid; grid-template-columns: 1fr; }
.poh-phone-choice__options--tariffs label { width: 100%; }
.poh-phone-choice__options--cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.poh-phone-choice__options--cards label { width: 100%; }
.poh-phone-choice label > .poh-phone-path-option { display: grid; min-height: 72px; align-content: center; align-items: start; gap: 3px; }
.poh-phone-path-option > b { color: var(--poh-primary); font-size: 13px; line-height: 1.35; }
.poh-phone-path-option__meta { color: var(--poh-accent); font-size: 11px; font-weight: 800; line-height: 1.35; }
.poh-phone-path-option__description { color: #596273; font-size: 11px; font-weight: 600; line-height: 1.4; }
.poh-phone-choice label > .poh-phone-tariff-option { display: grid; min-height: 0; grid-template-columns: 1fr auto; gap: 3px 10px; padding: 11px 12px; align-items: center; }
.poh-phone-tariff-option__kind { color: var(--poh-accent); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.poh-phone-tariff-option__data { grid-row: 1 / 3; grid-column: 2; color: var(--poh-primary); font-size: 18px; white-space: nowrap; }
.poh-phone-tariff-option__name { color: var(--poh-text); font-size: 13px; font-weight: 800; }
.poh-phone-tariff-option__price { grid-column: 1 / -1; color: var(--poh-primary); font-size: 14px; font-weight: 850; }
.poh-phone-tariff-option__price.is-pending { color: #596273; font-weight: 700; }
.poh-phone-included { padding: 14px 15px; color: #16482c; background: #edf8f1; border: 1px solid #bfe3cc; border-radius: calc(var(--poh-radius) - 2px); }
.poh-phone-included strong { display: block; color: #0d5d32; font-size: 14px; }
.poh-phone-included p { margin: 5px 0 0; font-size: 12px; line-height: 1.5; }
.poh-phone-order-summary { margin-top: 10px; padding: clamp(20px,3vw,26px); color: #fff; background: linear-gradient(135deg,var(--poh-primary),color-mix(in srgb,var(--poh-primary) 82%,#071b35)); border: 2px solid color-mix(in srgb,var(--poh-accent) 75%,#fff); border-radius: calc(var(--poh-radius) + 2px); box-shadow: 0 16px 34px color-mix(in srgb,var(--poh-primary) 24%,transparent); }
.poh-phone-order-summary__eyebrow { display: block; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.poh-phone-order-summary h6 { margin: 4px 0 16px; color: #fff; font: inherit; font-size: clamp(20px,2.8vw,25px); font-weight: 900; }
.poh-phone-order-summary__rows { display: grid; grid-template-columns: minmax(105px,.34fr) minmax(0,1fr); gap: 7px 13px; margin: 0; padding: 0; }
.poh-phone-order-summary__rows dt { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }
.poh-phone-order-summary__rows dd { min-width: 0; margin: 0; color: #fff; font-size: 14px; font-weight: 800; overflow-wrap: anywhere; }
.poh-phone-order-summary__price { display: grid; gap: 4px; margin: 18px 0 0; padding: 16px 18px; color: var(--poh-primary); background: #fff; border: 2px solid rgba(255,255,255,.8); border-radius: var(--poh-radius); box-shadow: 0 9px 22px rgba(0,0,0,.14); }
.poh-phone-order-summary__price span { color: #596273; font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.poh-phone-order-summary__price strong { color: var(--poh-primary); font-size: clamp(22px,3.2vw,29px); font-weight: 900; line-height: 1.18; }
.poh-phone-order-summary__price small { color: #4d5868; font-size: 14px; font-weight: 750; }
.poh-phone-order-summary__notice { margin: 13px 0 0; padding-top: 13px; color: rgba(255,255,255,.84); border-top: 1px solid rgba(255,255,255,.22); font-size: 13px; line-height: 1.55; }
.poh-phone-configurator__fallback { margin: 0; padding: 12px 14px; color: #6c4614; background: #fff6e5; border-radius: 8px; font-size: 13px; line-height: 1.45; }
.poh-phone-offers__foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid #e3e7ed; }
.poh-phone-offers__foot small { color: #687180; font-size: 12px; }
.poh-order-details-intro { grid-column: 1 / -1; margin: 0 0 18px; padding: 17px 18px; color: var(--poh-text); background: var(--poh-surface); border-left: 4px solid var(--poh-accent); border-radius: 0 var(--poh-radius) var(--poh-radius) 0; }
.poh-order-details-intro span { display: block; margin-bottom: 3px; color: var(--poh-accent); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.poh-order-details-intro h4 { margin: 0 0 5px; color: var(--poh-primary); font: inherit; font-size: 18px; font-weight: 800; }
.poh-order-details-intro p { margin: 0; color: #4f5866; font-size: 13px; line-height: 1.5; }

.poh__consents { display: grid; gap: 12px; margin-top: 22px; padding: 17px; background: var(--poh-surface); border-radius: var(--poh-radius); }
.poh__consents label { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: #4c5562; font-size: 13px; line-height: 1.45; }
.poh__consents input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--poh-primary); }
.poh__consents a { color: var(--poh-primary); text-decoration: underline; }

.poh__actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.poh__actions--end { justify-content: flex-end; }
.poh-button { min-height: 48px; padding: 11px 22px; border: 2px solid transparent; border-radius: calc(var(--poh-radius) - 2px); cursor: pointer; font: inherit; font-size: 16px; font-weight: 750; transition: filter .18s ease, transform .18s ease; }
.poh-button:hover { filter: brightness(.96); transform: translateY(-1px); }
.poh-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--poh-accent) 35%, #fff); outline-offset: 3px; }
.poh-button:disabled { cursor: wait; opacity: .65; transform: none; }
.poh-button--primary { color: #fff; background: var(--poh-accent); border-color: var(--poh-accent); }
.poh-button--secondary { color: var(--poh-primary); background: #fff; border-color: color-mix(in srgb, var(--poh-primary) 28%, #fff); }

.poh__alert { margin: 0 0 18px; padding: 12px 14px; color: #8a1c13; background: #fef3f2; border: 1px solid #fecdca; border-radius: var(--poh-radius); font-size: 14px; }
.poh__success { padding: 28px 10px 10px; text-align: center; }
.poh__success-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 16px; color: #fff; background: #16834a; border-radius: 50%; font-size: 30px; }
.poh__success h3 { margin: 0 0 8px; color: var(--poh-primary); font: inherit; font-size: 26px; font-weight: 800; }
.poh__success p { margin: 5px 0; }
.poh__success .poh__email-confirmation:not(:empty) { max-width: 680px; margin: 16px auto 10px; padding: 12px 14px; color: var(--poh-primary); background: var(--poh-surface); border-left: 4px solid var(--poh-accent); border-radius: var(--poh-radius); font-weight: 750; text-align: left; }
.poh__reference { color: var(--poh-accent); font-weight: 700; }
.poh-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.poh-unavailable { padding: 18px; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 10px; }

/* Polacyw.de — szerokie centrum wielu usług */
.poh--portal { max-width: 1500px; overflow: hidden; padding: 0; border: 0; border-radius: 8px; box-shadow: 0 24px 70px rgba(16,59,112,.16); }
.poh--portal .poh__hero { padding: 30px clamp(24px,5vw,54px) 44px; color: #fff; background: linear-gradient(125deg,#0b315f 0%,var(--poh-primary) 58%,#075aa8 100%); }
.poh--portal .poh-brand-signature { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); }
.poh--portal .poh-brand-signature__mark { position: relative; color: var(--poh-primary); background: #fff; border-radius: 50%; }
.poh--portal .poh-brand-signature__mark::after { content: ""; position: absolute; top: 8px; right: 7px; width: 8px; height: 8px; background: #e21a22; border: 2px solid #fff; border-radius: 50%; }
.poh--portal .poh-brand-signature__copy > span,.poh--portal .poh-brand-signature__copy strong,.poh--portal .poh-brand-signature__copy small { color: #fff; }
.poh--portal .poh-brand-signature__copy small { opacity: .75; }
.poh--portal .poh__header { max-width: 820px; margin: 0; text-align: left; }
.poh--portal .poh__source { color: #fff; background: rgba(255,255,255,.12); }
.poh--portal .poh__title { color: #fff; font-size: clamp(34px,5vw,56px); letter-spacing: -.035em; }
.poh--portal .poh__intro { max-width: 720px; color: rgba(255,255,255,.84); }
.poh--portal .poh__advisor-note { max-width: 720px; margin-left: 0; color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.poh--portal .poh-contact-choice { position: relative; z-index: 2; width: calc(100% - clamp(40px,8vw,96px)); margin: -22px auto 28px; background: #fff; box-shadow: 0 14px 34px rgba(12,37,72,.14); }
.poh--portal .poh__progress { margin-top: 10px; }
.poh--portal .poh__form,.poh--portal .poh__success { padding: 0 clamp(18px,2.5vw,34px) 44px; }
.poh--portal .poh__services { grid-template-columns: repeat(3,minmax(0,1fr)); }
.poh--portal .poh-service__body { min-height: 176px; border: 1px solid #dce5ef; border-radius: 6px; }
.poh--portal .poh-service__icon { border-radius: 50%; }
.poh--portal .poh-service input:checked + .poh-service__body .poh-service__icon { color: #fff; background: var(--poh-accent); border-color: var(--poh-accent); }

/* InternetNiemcy.de — techniczna porównywarka z pionową nawigacją */
.poh--comparison { display: grid; max-width: 1500px; grid-template-columns: 230px minmax(0,1fr); overflow: hidden; padding: 0; border: 1px solid #d9e1ed; border-top: 8px solid var(--poh-accent); border-radius: 8px; box-shadow: 0 14px 38px rgba(12,49,172,.1); }
.poh--comparison .poh__hero { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: 34px; padding: 28px 34px 30px; background: #fff; border-bottom: 1px solid #dfe5ef; }
.poh--comparison .poh-brand-signature { align-self: start; margin: 0; padding: 18px; background: #fff; border: 1px solid #d9e1ef; border-radius: 18px 18px 6px 18px; box-shadow: 0 8px 20px rgba(21,56,180,.1); }
.poh--comparison .poh-brand-signature__mark { color: #fff; background: var(--poh-primary); border-radius: 3px; }
.poh--comparison .poh-brand-signature__copy > span { color: var(--poh-accent); }
.poh--comparison .poh-brand-signature__copy strong { color: #171717; }
.poh--comparison .poh-brand-signature__copy small { color: #697183; }
.poh--comparison .poh__header { max-width: none; margin: 0; text-align: left; }
.poh--comparison .poh__source { color: #fff; background: var(--poh-accent); border-radius: 3px; text-transform: uppercase; letter-spacing: .05em; }
.poh--comparison .poh__title { max-width: 720px; font-size: clamp(30px,4vw,48px); letter-spacing: -.03em; }
.poh--comparison .poh__intro { max-width: 720px; }
.poh--comparison .poh__advisor-note { margin-left: 0; }
.poh--comparison .poh-contact-choice { grid-column: 1 / -1; margin: 0; padding: 18px 34px; background: var(--poh-surface); border: 0; border-bottom: 1px solid #dfe5ef; border-radius: 0; }
.poh--comparison .poh__progress { grid-column: 1; display: grid; grid-template-columns: 1fr; align-content: start; align-self: stretch; gap: 8px; max-width: none; margin: 0; padding: 28px 18px; background: #0b2a78; }
.poh--comparison .poh__progress li { justify-content: flex-start; padding: 12px 10px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); border-radius: 3px; text-align: left; }
.poh--comparison .poh__progress li::before { display: none; }
.poh--comparison .poh__progress li span { width: 30px; height: 30px; color: #fff; background: transparent; border-color: rgba(255,255,255,.5); border-radius: 3px; }
.poh--comparison .poh__progress li.is-active,.poh--comparison .poh__progress li.is-complete { color: #172033; background: #fff; }
.poh--comparison .poh__progress li.is-active span,.poh--comparison .poh__progress li.is-complete span { color: #fff; background: var(--poh-accent); border-color: var(--poh-accent); }
.poh--comparison .poh__form,.poh--comparison .poh__success { grid-column: 2; min-width: 0; padding: 30px 26px 40px; }
.poh--comparison .poh__services { grid-template-columns: 1fr; gap: 9px; }
.poh--comparison .poh-service__body { display: grid; grid-template-columns: 52px minmax(155px,.7fr) minmax(220px,1.4fr) auto; align-items: center; gap: 14px; min-height: 0; padding: 14px 16px; border-width: 1px; border-radius: 4px; }
.poh--comparison .poh-service__icon { width: 44px; min-height: 40px; margin: 0; border-radius: 3px; }
.poh--comparison .poh-service__body small { margin: 0; }
.poh--comparison .poh-service__price { margin: 0; padding: 7px 10px; color: #8d1010; background: #fff0f0; border-radius: 3px; text-align: right; white-space: nowrap; }
.poh--comparison .poh-field input:not([type="radio"]),.poh--comparison .poh-field select,.poh--comparison .poh-field textarea,.poh--comparison .poh-button { border-radius: 4px; }
.poh--comparison .poh-button--primary { min-width: 220px; }

/* InternetDomowy.de — spokojny poradnik w układzie jednej strony */
.poh--editorial { display: block; max-width: 1500px; overflow: hidden; padding: 0; background: #fff; border: 0; border-radius: 8px; box-shadow: 0 24px 70px rgba(109,63,140,.15); }
.poh--editorial .poh__hero { padding: 42px clamp(28px,6vw,72px) 48px; color: #fff; background: radial-gradient(circle at 78% 30%,rgba(255,255,255,.17),transparent 30%),linear-gradient(115deg,#66367f 0%,#9a63b7 100%); text-align: center; }
.poh--editorial .poh-brand-signature { justify-content: center; }
.poh--editorial .poh-brand-signature__mark { color: var(--poh-primary); background: #fff; border: 2px solid rgba(255,255,255,.5); border-radius: 50% 50% 8px 50%; }
.poh--editorial .poh-brand-signature__copy > span,.poh--editorial .poh-brand-signature__copy strong,.poh--editorial .poh-brand-signature__copy small { color: #fff; text-align: left; }
.poh--editorial .poh-brand-signature__copy strong { font-family: inherit; font-size: 19px; font-weight: 800; }
.poh--editorial .poh-brand-signature__copy small { opacity: .8; }
.poh--editorial .poh__header { max-width: 760px; margin: 0 auto; text-align: center; }
.poh--editorial .poh__source { color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); border-radius: 4px; letter-spacing: .03em; }
.poh--editorial .poh__title { max-width: 760px; margin: 8px auto 12px; color: #fff; font-family: inherit; font-size: clamp(34px,5vw,54px); font-weight: 800; letter-spacing: -.025em; }
.poh--editorial .poh__intro { max-width: 700px; margin-inline: auto; color: rgba(255,255,255,.9); }
.poh--editorial .poh__advisor-note { margin-inline: auto; color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); }
.poh--editorial .poh-contact-choice { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,410px); gap: 24px; margin: 0; padding: 25px clamp(28px,5vw,58px); color: var(--poh-text); background: #fff; border: 0; border-bottom: 1px solid #eee6f1; border-radius: 0; }
.poh--editorial .poh-contact-choice__copy > span { color: var(--poh-accent); }
.poh--editorial .poh-contact-choice h3 { color: var(--poh-primary); }
.poh--editorial .poh-contact-choice p { color: #554d5a; }
.poh--editorial .poh-contact-choice__actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
.poh--editorial .poh-contact-button--phone { color: #fff; background: #1686d5; border-color: #1686d5; }
.poh--editorial .poh__form,.poh--editorial .poh__success { padding: 12px clamp(18px,2.5vw,32px) 52px; background: linear-gradient(180deg,#fff,var(--poh-surface)); }
.poh--editorial .poh-service__body { display: grid; grid-template-columns: 62px minmax(0,1fr); grid-template-rows: auto auto auto; min-height: 0; padding: 18px 20px; border: 0; border-left: 5px solid color-mix(in srgb,var(--poh-primary) 32%,#fff); border-radius: 4px 18px 18px 4px; box-shadow: 0 8px 24px rgba(50,38,58,.08); }
.poh--editorial .poh-service__icon { grid-row: 1 / 4; width: 48px; min-height: 48px; margin: 0; border-radius: 50%; }
.poh--editorial .poh-service__body small { margin: 5px 0 10px; }
.poh--editorial .poh-service input:checked + .poh-service__body { border-left-color: var(--poh-accent); box-shadow: 0 12px 30px rgba(109,63,140,.18); }
.poh--editorial .poh-field input:not([type="radio"]),.poh--editorial .poh-field select,.poh--editorial .poh-field textarea { background: rgba(255,255,255,.82); border: 0; border-bottom: 2px solid color-mix(in srgb,var(--poh-primary) 28%,#fff); border-radius: 7px 7px 0 0; }
.poh--editorial .poh-button { border-radius: 999px; }
.poh--editorial .poh-button--primary { color: #fff; background: #1686d5; border-color: #1686d5; }

/* TwojeMedia.de — dynamiczny interfejs usług telekomunikacyjnych */
.poh--media { position: relative; max-width: 1500px; overflow: hidden; padding: 0; color: var(--poh-text); background: #fff; border: 0; border-radius: 12px; box-shadow: 0 24px 70px rgba(8,40,94,.16); }
.poh--media::before { content: ""; position: absolute; top: 70px; right: -80px; width: 300px; height: 300px; background: rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.poh--media .poh__hero { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 38px; padding: 38px clamp(24px,5vw,52px) 42px; color: #fff; background: radial-gradient(circle at 85% 45%,rgba(255,255,255,.22),transparent 26%),linear-gradient(120deg,#1688be 0%,#08b9e8 100%); }
.poh--media .poh-brand-signature { align-self: start; align-items: flex-start; flex-direction: column; margin: 0; padding: 20px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); border-radius: 12px; box-shadow: 0 12px 28px rgba(6,67,105,.16); }
.poh--media .poh-brand-signature__mark { width: 72px; height: 64px; color: #fff; background: var(--poh-primary); border-radius: 8px; font-size: 21px; }
.poh--media .poh-brand-signature__copy > span { color: var(--poh-accent); }
.poh--media .poh-brand-signature__copy strong { color: var(--poh-primary); }
.poh--media .poh-brand-signature__copy small { color: #5c6a7f; }
.poh--media .poh__header { max-width: 760px; margin: 0; text-align: left; }
.poh--media .poh__source { color: #08285e; background: #fff; font-weight: 800; }
.poh--media .poh__title { color: #fff; font-size: clamp(36px,6vw,60px); letter-spacing: -.04em; }
.poh--media .poh__intro { color: rgba(255,255,255,.84); }
.poh--media .poh__advisor-note { margin-left: 0; color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.poh--media .poh-contact-choice { position: relative; margin: 0; padding: 24px clamp(24px,5vw,52px); color: var(--poh-text); background: #fff; border: 0; border-bottom: 1px solid #dfe8ef; border-radius: 0; }
.poh--media .poh-contact-choice__copy > span { color: var(--poh-accent); }
.poh--media .poh-contact-choice h3 { color: var(--poh-primary); }
.poh--media .poh-contact-choice p { color: #526075; }
.poh--media .poh-contact-button--phone { color: #fff; background: var(--poh-primary); border-color: var(--poh-primary); }
.poh--media .poh__progress { position: relative; max-width: none; margin: 24px clamp(24px,5vw,52px) 30px; gap: 10px; }
.poh--media .poh__progress li { padding: 10px; color: #68758a; background: var(--poh-surface); border-radius: 6px; }
.poh--media .poh__progress li::before { display: none; }
.poh--media .poh__progress li span { color: var(--poh-primary); background: #fff; border-color: #cbd9e5; }
.poh--media .poh__progress li.is-active,.poh--media .poh__progress li.is-complete { color: #fff; background: var(--poh-primary); }
.poh--media .poh__progress li.is-active span,.poh--media .poh__progress li.is-complete span { color: var(--poh-primary); background: #fff; border-color: #fff; }
.poh--media .poh__form,.poh--media .poh__success { position: relative; padding: 0 clamp(18px,2.5vw,32px) 46px; }
.poh--media .poh-service__body { min-height: 170px; background: #fff; border: 1px solid #dce8ef; border-top: 6px solid var(--poh-accent); border-radius: 10px; box-shadow: 0 10px 26px rgba(8,40,94,.09); }
.poh--media .poh-service__icon { color: #fff; background: var(--poh-accent); border: 0; border-radius: 7px; }
.poh--media .poh-service input:checked + .poh-service__body { box-shadow: 0 0 0 3px var(--poh-primary),0 14px 30px rgba(8,40,94,.16); }
.poh--media .poh__selected-price { color: var(--poh-primary); background: var(--poh-surface); border-left-color: var(--poh-accent); }
.poh--media .poh__step > .poh__grid > .poh-field > .poh-field__label { color: var(--poh-text); }
.poh--media .poh__step > .poh__grid > .poh-field > .poh-field__help { color: #596273; }
.poh--media .poh-phone-contact-note,.poh--media .poh-order-details-intro { color: var(--poh-text); background: #fff; }
.poh--media .poh-phone-contact-note p,.poh--media .poh-order-details-intro p { color: #4f5866; }
.poh--media .poh-phone-offers .poh-button--secondary { color: var(--poh-primary); background: #fff; border-color: color-mix(in srgb,var(--poh-primary) 28%,#fff); }
.poh--media .poh__step > .poh__grid > .poh-field > .poh-options label > span { color: var(--poh-text); background: #fff; border-color: #cbd9e5; }
.poh--media .poh__step > .poh__grid > .poh-field > .poh-options input:checked + span { color: #fff; background: var(--poh-primary); border-color: var(--poh-primary); }
.poh--media .poh__consents { color: var(--poh-text); background: var(--poh-surface); }
.poh--media .poh-button--primary { color: #fff; background: var(--poh-accent); border-color: var(--poh-accent); border-radius: 6px; }
.poh--media .poh-button--secondary { color: var(--poh-primary); background: #fff; border-color: #bfd0df; border-radius: 6px; }
.poh--media .poh__success h3,.poh--media .poh__success p { color: var(--poh-text); }

/* PolskiPrzedstawiciel.de — formalny konfigurator 1&1 */
.poh--one { max-width: 1500px; overflow: hidden; padding: 0; border: 1px solid #cad5e7; border-top: 10px solid var(--poh-primary); border-radius: 2px; box-shadow: none; }
.poh--one .poh__hero { display: grid; grid-template-columns: 260px minmax(0,1fr); background: #fff; border-bottom: 1px solid #dce3ef; }
.poh--one .poh-brand-signature { align-items: flex-start; flex-direction: column; justify-content: center; margin: 0; padding: 30px; color: #fff; background: var(--poh-primary); }
.poh--one .poh-brand-signature__mark { width: 72px; height: 58px; color: var(--poh-primary); background: #fff; border-radius: 2px; font-size: 20px; }
.poh--one .poh-brand-signature__copy > span,.poh--one .poh-brand-signature__copy strong,.poh--one .poh-brand-signature__copy small { color: #fff; }
.poh--one .poh-brand-signature__copy small { opacity: .75; }
.poh--one .poh__header { max-width: none; margin: 0; padding: 30px 36px; text-align: left; background: linear-gradient(90deg,var(--poh-surface),#fff); }
.poh--one .poh__source { color: #fff; background: var(--poh-primary); border-radius: 2px; text-transform: uppercase; }
.poh--one .poh__title { font-size: clamp(30px,4vw,48px); }
.poh--one .poh__intro { max-width: 760px; }
.poh--one .poh__advisor-note { margin-left: 0; border-radius: 2px; }
.poh--one .poh-contact-choice { margin: 0; padding: 22px 34px; background: #f4f7fb; border: 0; border-bottom: 1px solid #dce3ef; border-radius: 0; }
.poh--one .poh-contact-button { border-radius: 2px; }
.poh--one .poh__progress { max-width: none; margin: 0; gap: 0; background: var(--poh-primary); }
.poh--one .poh__progress li { justify-content: flex-start; padding: 10px 14px; color: rgba(255,255,255,.72); border-right: 1px solid rgba(255,255,255,.18); }
.poh--one .poh__progress li::before { display: none; }
.poh--one .poh__progress li span { width: 28px; height: 28px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.6); border-radius: 2px; }
.poh--one .poh__progress li.is-active,.poh--one .poh__progress li.is-complete { color: #fff; background: color-mix(in srgb,var(--poh-primary) 78%,#000); }
.poh--one .poh__progress li.is-active span,.poh--one .poh__progress li.is-complete span { color: var(--poh-primary); background: #fff; border-color: #fff; }
.poh--one .poh__form,.poh--one .poh__success { padding: 8px 26px 40px; }
.poh--one .poh-service__body { display: grid; grid-template-columns: 62px minmax(180px,.55fr) minmax(0,1.45fr) auto; align-items: center; gap: 16px; min-height: 0; padding: 15px 18px; border: 1px solid #d9e1ee; border-left: 6px solid var(--poh-primary); border-radius: 2px; }
.poh--one .poh-service__icon { width: 48px; min-height: 44px; margin: 0; border-radius: 2px; }
.poh--one .poh-service__body small { margin: 0; }
.poh--one .poh-service__price { margin: 0; }
.poh--one .poh-service input:checked + .poh-service__body { border-color: var(--poh-primary); box-shadow: 0 0 0 2px var(--poh-primary); transform: none; }
.poh--one .poh-field input:not([type="radio"]),.poh--one .poh-field select,.poh--one .poh-field textarea,.poh--one .poh__consents,.poh--one .poh-button { border-radius: 2px; }
.poh--one .poh-button { text-transform: uppercase; letter-spacing: .025em; }
.poh--one .poh-button--primary { color: #142552; background: var(--poh-accent); border-color: var(--poh-accent); }
.poh--one .poh-contact-button--whatsapp { color: #142552; background: var(--poh-accent); border-color: var(--poh-accent); }
.poh--one .poh-service input:checked + .poh-service__body { border-color: var(--poh-accent); box-shadow: 0 0 0 2px var(--poh-accent); }
.poh--one .poh-service input:checked + .poh-service__body .poh-service__icon { color: #142552; background: var(--poh-accent); border-color: var(--poh-accent); }

/* Wariant jednej strony — bez przełączania kroków, pola pionowo */
.poh--single .poh__progress { display: none !important; }
.poh--single .poh__step { display: block !important; padding: 30px 0; border-top: 1px solid color-mix(in srgb,var(--poh-primary) 17%,#fff); }
.poh--single .poh__step[hidden] { display: none !important; }
.poh--single .poh__step:first-of-type { padding-top: 6px; border-top: 0; }
.poh--single .poh__step-title { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--poh-primary); font: inherit; font-size: 22px; font-weight: 800; line-height: 1.25; }
.poh--single .poh__step-title span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: #fff; background: var(--poh-primary); border-radius: 50%; font-size: 15px; }
.poh--single .poh__services,.poh--single .poh__grid,.poh--one.poh--single .poh__services { grid-template-columns: 1fr; }
.poh--single .poh-service__body,.poh--one.poh--single .poh-service__body { min-height: 0; }
.poh--single [data-navigation-only],.poh--single [data-next],.poh--single [data-back] { display: none !important; }
.poh--single .poh__actions { position: static; justify-content: flex-start; margin: 28px 0 0; padding: 0; background: transparent; backdrop-filter: none; }
.poh--single .poh__actions .poh-button[type="submit"] { width: 100%; }
.poh--editorial.poh--single .poh__form { width: 100%; max-width: 1180px; margin-inline: auto; }
.poh--one.poh--single .poh__step { padding-block: 26px; }
.poh--one.poh--single .poh__step-title span { border-radius: 2px; }

.poh--compact { max-width: 760px; padding: clamp(18px, 3vw, 30px); }
.poh--compact .poh__intro { font-size: 15px; }

@media (max-width: 960px) {
	.poh--comparison { display: block; }
	.poh--comparison .poh__progress { grid-template-columns: repeat(3,1fr); padding: 16px 22px; }
	.poh--comparison .poh__form,.poh--comparison .poh__success { padding: 28px 28px 38px; }
	.poh--editorial { display: block; }
	.poh--editorial .poh-contact-choice { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,390px); margin: 0; border-radius: 0; }
	.poh--media .poh__hero { grid-template-columns: 180px minmax(0,1fr); }
	.poh--one .poh__hero { grid-template-columns: 220px minmax(0,1fr); }
	.poh-phone-offer__body { grid-template-columns: 120px 1fr; }
	.poh-phone-configurator__content { grid-template-columns: 150px 1fr; }
	.poh-phone-configurator__choices { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .poh { margin: 16px 0; padding: 20px 16px; border-radius: var(--poh-radius); }
	.poh-auto-placement { width: calc(100vw - 20px); margin-top: 30px; }
	.poh-auto-placement .poh { margin: 0; }
	.poh-brand-signature { align-items: center; flex-direction: row; }
	.poh-brand-signature__mark { flex-basis: 52px; width: 52px; height: 52px; }
	.poh-contact-choice { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
	.poh-contact-choice__actions { grid-template-columns: 1fr; }
	.poh-contact-button { justify-content: flex-start; min-height: 54px; }
  .poh__services, .poh__grid { grid-template-columns: 1fr; }
  .poh-field--wide { grid-column: auto; }
  .poh__progress li { flex-direction: column; gap: 4px; font-size: 12px; text-align: center; }
  .poh__progress li::before { top: 17px; right: 67%; width: 66%; }
  .poh-service__body { min-height: 122px; }
	.poh--portal,.poh--comparison,.poh--editorial,.poh--media,.poh--one { padding: 0; border-radius: 14px; }
	.poh--portal .poh__hero { padding: 24px 18px 38px; }
	.poh--portal .poh-contact-choice { width: calc(100% - 28px); margin-bottom: 22px; }
	.poh--portal .poh__progress { margin-inline: 16px; }
	.poh--portal .poh__form,.poh--portal .poh__success { padding: 0 16px 28px; }
	.poh--portal .poh__services { grid-template-columns: 1fr; }
	.poh--comparison .poh__hero { display: block; padding: 22px 16px; }
	.poh--comparison .poh-brand-signature { margin-bottom: 22px; }
	.poh--comparison .poh-contact-choice { padding: 18px 16px; }
	.poh--comparison .poh__progress { grid-template-columns: repeat(3,1fr); gap: 4px; padding: 12px 8px; }
	.poh--comparison .poh__progress li { flex-direction: column; justify-content: center; padding: 8px 4px; text-align: center; }
	.poh--comparison .poh__form,.poh--comparison .poh__success { padding: 22px 16px 30px; }
	.poh--comparison .poh-service__body { display: flex; min-height: 128px; }
	.poh--comparison .poh-service__price { margin-top: auto; align-self: flex-start; white-space: normal; text-align: left; }
	.poh--editorial .poh__hero { padding: 30px 18px; }
	.poh--editorial .poh-contact-choice { display: grid; grid-template-columns: 1fr; margin: 0; padding: 26px 18px; }
	.poh--editorial .poh__form,.poh--editorial .poh__success { padding: 4px 16px 32px; }
	.poh--editorial .poh-service__body { grid-template-columns: 52px minmax(0,1fr); padding: 16px; }
	.poh--media { border-radius: 18px; }
	.poh--media .poh__hero { display: block; padding: 24px 18px 18px; }
	.poh--media .poh-brand-signature { margin-bottom: 24px; padding: 16px; }
	.poh--media .poh-contact-choice { margin: 0 16px 22px; }
	.poh--media .poh__progress { margin-inline: 16px; }
	.poh--media .poh__form,.poh--media .poh__success { padding: 0 16px 30px; }
	.poh--one { padding-bottom: 20px; }
	.poh--one .poh__hero { display: block; }
	.poh--one .poh-brand-signature { padding: 22px 16px; }
	.poh--one .poh__header { padding: 24px 16px; }
	.poh--one .poh-contact-choice { margin: 0; }
	.poh--one .poh__progress { margin: 0; }
	.poh--one .poh__form,.poh--one .poh__success { padding: 0 16px; }
	.poh--one .poh__services { grid-template-columns: 1fr; }
	.poh--one .poh-service__body { display: flex; min-height: 132px; }
	.poh--one .poh__actions { position: static; margin: 22px 0 0; padding: 0; background: transparent; backdrop-filter: none; }
  .poh__actions { position: sticky; bottom: 0; z-index: 3; margin: 25px -8px -8px; padding: 10px 8px 8px; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
	.poh--media .poh__actions { background: rgba(255,255,255,.96); }
  .poh-button { flex: 1 1 auto; padding-inline: 14px; }
	.poh-field--socket .poh-options,.poh-field--data-package .poh-options,.poh-field--connection-type .poh-options,.poh-field--mobile-offer .poh-options,.poh-field--mobile-choice .poh-options,.poh-live-offers__cards,.poh-router-picker__options,.poh-phone-offers__cards { grid-template-columns: 1fr; }
	.poh-field--socket .poh-options label > span { min-height: 82px; }
	.poh-live-offers__head,.poh-live-offers__foot,.poh-phone-offers__head,.poh-phone-offers__foot { align-items: flex-start; flex-direction: column; }
	.poh-router-picker__head { flex-direction: column; }
	.poh-service-order-summary { grid-template-columns: 1fr; gap: 14px; }
	.poh-service-order-summary__rows { grid-template-columns: 1fr; gap: 2px; }
	.poh-service-order-summary__rows dd { margin-bottom: 6px; }
	.poh-phone-offers__tools > div { flex-direction: column; }
	.poh-phone-offers__tools .poh-button { width: 100%; }
	.poh-phone-offer__body { min-height: 0; grid-template-columns: 105px 1fr; gap: 12px; padding: 12px; }
	.poh-phone-offer__media { min-height: 190px; }
	.poh-phone-offer__media img { height: 185px; }
	.poh-phone-offer__meta { align-items: flex-start; flex-direction: column; }
	.poh-phone-offer__availability { text-align: left; }
	.poh-phone-configurator__content { grid-template-columns: 1fr; }
	.poh-phone-configurator__media { min-height: 190px; }
	.poh-phone-configurator__image { height: 190px; }
	.poh-phone-choice__options--cards { grid-template-columns: 1fr; }
	.poh-phone-order-summary__rows { grid-template-columns: 1fr; gap: 2px; }
	.poh-phone-order-summary__rows dd { margin-bottom: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .poh *, .poh *::before, .poh *::after { scroll-behavior: auto !important; transition: none !important; }
}
