.service-strip{padding:0 0 110px;background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.service-grid article{padding:34px 38px 0 0;border-right:1px solid var(--line)}
.service-grid article+article{padding-left:38px}
.service-grid article:last-child{border-right:0}
.service-grid span{font-size:.7rem;color:var(--orange);font-weight:800}
.service-grid h3{font-size:1.4rem;margin:18px 0 10px}
.service-grid p{font-size:.88rem;color:var(--muted);min-height:70px}
.service-grid a{font-size:.78rem;color:var(--blue);font-weight:800}
.branch-grid article{padding:30px 32px 30px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.branch-grid article+article{padding-left:0}
.branch-grid article:nth-child(3n+2),.branch-grid article:nth-child(3n+3){padding-left:32px}
.branch-grid article:nth-child(3n){border-right:0}
.branch-grid article:last-child{border-right:1px solid rgba(255,255,255,.18)}
.branch-grid h3{font-size:1.35rem;margin:16px 0 10px}
.branch-grid p{min-height:82px;font-size:.86rem}
.branch-grid p b{color:#fff;font-weight:600}
.branch-map{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;min-height:470px;margin:-12px 0 60px;background:#0a3455;border:1px solid rgba(255,255,255,.16);overflow:hidden}
.map-copy{padding:48px}
.map-copy h3{font-size:2rem;margin-bottom:15px}
.map-copy>p:not(.eyebrow){color:#afbdc7;max-width:420px}
.map-city-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.map-city-list a{padding:7px 11px;border:1px solid rgba(255,255,255,.18);font-size:.72rem;font-weight:700;color:#dce5eb;transition:.2s}
.map-city-list a:hover{border-color:var(--orange);color:#fff;background:rgba(211,116,40,.16)}
.poland-map{width:100%;height:470px;padding:24px}
.map-shape{fill:#123f62;stroke:#66869e;stroke-width:2;stroke-linejoin:round}
.map-country-label{fill:rgba(255,255,255,.08);font:800 36px Manrope,Arial,sans-serif;letter-spacing:.22em;text-anchor:middle}
.map-marker circle{fill:var(--orange);stroke:#fff;stroke-width:3;transition:.2s;transform-box:fill-box;transform-origin:center}
.map-marker.main circle{fill:#fff;stroke:var(--orange);stroke-width:5}
.map-marker text{fill:#fff;font:700 13px Manrope,Arial,sans-serif;paint-order:stroke;stroke:#0a3455;stroke-width:4px;stroke-linejoin:round}
.map-marker:hover circle,.map-marker:focus circle{transform:scale(1.35)}
.branch-grid article{scroll-margin-top:110px}
.portal-link,.mobile-portal{font:inherit;font-size:.84rem;font-weight:800;color:var(--blue);background:transparent;border:0;padding:10px 0;cursor:pointer}
.portal-link:hover,.mobile-portal:hover{color:var(--orange)}
.portal-button{font-family:inherit;cursor:pointer}
.mobile-portal{display:none}
.construction-dialog{width:min(500px,calc(100% - 32px));border:0;padding:46px;background:#fff;color:var(--ink);box-shadow:0 24px 80px rgba(0,20,38,.35)}
.construction-dialog::backdrop{background:rgba(3,25,44,.74);backdrop-filter:blur(3px)}
.construction-dialog h2{font-size:clamp(2rem,5vw,3rem);letter-spacing:-.04em;margin-bottom:16px}
.construction-dialog>p:not(.eyebrow){color:var(--muted);margin:0 0 28px;line-height:1.7}
.construction-dialog strong{color:var(--navy)}
.dialog-close{position:absolute;top:14px;right:18px;border:0;background:transparent;color:var(--navy);font-size:2rem;line-height:1;cursor:pointer}
.dialog-confirm{font-family:inherit;cursor:pointer}
@media(max-width:900px){
  .service-grid{grid-template-columns:1fr}
  .service-grid article,.service-grid article+article{padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}
  .service-grid p{min-height:0}
  .branch-grid{grid-template-columns:repeat(2,1fr)}
  .branch-grid article,.branch-grid article:nth-child(3n+2),.branch-grid article:nth-child(3n+3){padding:25px 24px 25px 0;border-right:1px solid rgba(255,255,255,.18)}
  .branch-grid article:nth-child(even){padding-left:24px;border-right:0}
  .branch-map{grid-template-columns:1fr}
  .map-copy{padding:36px 36px 0}
  .poland-map{height:430px}
  .mobile-portal{display:block;text-align:left}
}
@media(max-width:640px){
  .service-strip{padding-bottom:75px}
  .branch-grid{grid-template-columns:1fr}
  .branch-grid article,.branch-grid article:nth-child(3n+2),.branch-grid article:nth-child(3n+3),.branch-grid article:nth-child(even){padding:25px 0;border-right:0}
  .branch-grid p{min-height:0}
  .branch-map{margin-bottom:38px}
  .map-copy{padding:28px 22px 0}
  .map-copy h3{font-size:1.6rem}
  .poland-map{height:auto;padding:10px 0 18px}
  .map-marker text{font-size:12px}
  .construction-dialog{padding:38px 26px 30px}
}
