/*
Theme Name: SM Ubezpieczenia Lublin
Theme URI: https://sm-ubezpieczenia.pl/
Author: CreateWebsite.pl
Author URI: https://www.createwebsite.pl/
Description: Motyw WordPress odwzorowujący aktualną stronę SM Ubezpieczenia Lublin. Katalog online, dobór polisy, formularz antyspamowy, mapy, SEO lokalne i dane strukturalne.
Version: 2.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sm-ubezpieczenia
*/

@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin-ext-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin-ext-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 600 800; font-display: swap; unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 600 800; font-display: swap; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  --ink: #10223f;
  --ink-2: #1a365f;
  --paper: #f7f5f1;
  --white: #fff;
  --red: #db203f;
  --red-dark: #b91833;
  --blue: #e8edf4;
  --blue-strong: #1e426f;
  --cream: #efede8;
  --coral: #f2ece7;
  --line: rgba(18, 33, 59, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.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; }
.screen-reader-text:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; overflow: visible; clip: auto; background: var(--white); color: var(--ink); border-radius: 6px; }
.form-alert { margin: 0 0 24px; padding: 15px 17px; border-radius: 7px; font-size: 14px; font-weight: 700; }
.form-alert.success { background: #e7f6eb; color: #16632a; border: 1px solid #b8dfc2; }
.form-alert.error { background: #fff0f2; color: #8e1228; border: 1px solid #f0c0c8; }
.wp-content-wrap { min-height: 60vh; }
.wp-content-card { max-width: 960px; margin: 0 auto 25px; padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.wp-content-card h1 { margin-top: 0; font-size: clamp(45px, 6vw, 76px); line-height: .95; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 13px max(24px, calc((100vw - 1440px) / 2));
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { flex: 0 0 auto; width: 230px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 13px; font-weight: 650; }
.desktop-nav a { padding: 12px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.desktop-nav a:hover { color: var(--red); border-color: var(--red); }
.desktop-nav .nav-buy { display: flex; align-items: center; gap: 13px; padding: 12px 17px; background: #245fc4; color: var(--white); border: 0; border-radius: 6px; box-shadow: 0 10px 25px rgba(36,95,196,.27); }
.desktop-nav .nav-buy:hover { background: #174a9f; color: var(--white); }
.desktop-nav .nav-buy span { color: #dbe8ff; }
.header-phone { min-width: 176px; display: grid; gap: 2px; padding: 11px 16px; background: var(--red); color: var(--white); border-radius: 7px; box-shadow: 0 10px 25px rgba(230,36,69,.18); }
.header-phone small { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.header-phone strong { font-size: 17px; letter-spacing: -.02em; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; padding: 11px 17px; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; font-weight: 700; }
.mobile-menu nav { position: absolute; right: 0; top: 50px; width: min(310px, calc(100vw - 32px)); display: grid; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 24px 70px rgba(18,33,59,.2); }
.mobile-menu nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
.mobile-menu nav .mobile-phone { margin-top: 10px; padding: 14px; background: var(--red); color: var(--white); border: 0; border-radius: 6px; font-weight: 750; }
.mobile-menu nav .mobile-buy { margin-top: 9px; padding: 14px; background: #245fc4; color: var(--white); border: 0; border-radius: 6px; box-shadow: 0 8px 22px rgba(36,95,196,.22); font-weight: 800; }
.matcher-side-button { position: fixed; z-index: 45; top: 48%; right: 0; width: 178px; display: grid; grid-template-columns: 1fr 22px; gap: 3px 10px; padding: 16px 15px; background: #245fc4; color: var(--white); border-radius: 8px 0 0 8px; box-shadow: 0 15px 35px rgba(13,40,83,.25); transform: translateY(-50%); transition: width .2s, background .2s; }
.matcher-side-button:hover { width: 190px; background: #174a9f; }
.matcher-side-button small { color: #caddff; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.matcher-side-button strong { font-size: 14px; line-height: 1.15; }
.matcher-side-button span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 18px; }
.mobile-call-bar { display: none; }

@keyframes mobile-call-pulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(230,36,69,.3), 0 0 0 0 rgba(230,36,69,.38); }
  55% { box-shadow: 0 12px 30px rgba(230,36,69,.3), 0 0 0 10px rgba(230,36,69,0); }
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 775px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .92fr);
  gap: 80px;
  align-items: center;
  padding: 86px max(28px, calc((100vw - 1440px) / 2)) 80px;
  background: var(--ink);
  color: var(--white);
}
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; left: -330px; bottom: -450px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 95px rgba(255,255,255,.018), 0 0 0 190px rgba(255,255,255,.012); }
.hero::after { content: "LUBLIN"; position: absolute; left: 2%; bottom: -38px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-size: clamp(110px, 14vw, 235px); line-height: .78; font-weight: 800; letter-spacing: -.08em; pointer-events: none; }
.hero-copy, .hero-stack { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: rgba(255,255,255,.68); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow > span { width: 27px; height: 2px; background: var(--red); }
.eyebrow.dark { color: rgba(18,33,59,.6); }
.hero h1 { margin: 0; font-size: clamp(59px, 6.25vw, 98px); line-height: .89; letter-spacing: -.068em; font-weight: 680; }
.seo-h1 { display: block; margin: 0 0 19px 3px; color: #ff6d83; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 10px; line-height: 1; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.hero h1 em, h2 em { color: #ff6d83; font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.button { min-height: 56px; display: inline-flex; justify-content: space-between; align-items: center; gap: 25px; padding: 0 21px; border-radius: 6px; font-size: 13px; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-blue { background: var(--blue-strong); color: var(--white); }
.button-dark { width: 100%; background: var(--ink); color: var(--white); }
.button-dark span { color: #ff7589; }
.button-outline { border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 33px; color: rgba(255,255,255,.5); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof span { display: flex; gap: 7px; }
.hero-proof b { color: #ff6d83; }

.hero-stack { justify-self: end; width: min(100%, 600px); }
.hero-photo { position: relative; height: 330px; margin: 0 0 -65px 60px; overflow: hidden; border-radius: 9px; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(18,33,59,.73)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; z-index: 2; left: 23px; bottom: 82px; display: grid; gap: 4px; color: var(--white); }
.hero-photo figcaption b { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; letter-spacing: .13em; }
.hero-photo figcaption span { font-size: 12px; }
.quote-card { position: relative; z-index: 3; width: min(100%, 520px); padding: 27px; background: var(--white); color: var(--ink); border-radius: 17px 17px 48px 17px; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.quote-topline { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; letter-spacing: .12em; }
.quote-status { color: rgba(18,33,59,.55); letter-spacing: 0; }
.quote-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: #51b36b; border-radius: 50%; }
.quote-kicker { margin: 22px 0 12px; font-size: 12px; font-weight: 700; }
.quote-tabs { display: grid; grid-template-columns: repeat(4, 1fr); padding: 4px; background: #eeeae4; border-radius: 7px; }
.quote-tabs a { min-height: 38px; display: grid; place-items: center; padding: 0 6px; color: rgba(18,33,59,.65); border-radius: 5px; font-size: 10px; font-weight: 700; }
.quote-tabs a:hover, .quote-tabs a:focus-visible { background: var(--white); color: var(--ink); box-shadow: 0 2px 10px rgba(18,33,59,.08); }
.quote-result { min-height: 152px; padding: 22px 0 13px; }
.quote-number { color: rgba(18,33,59,.42); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; letter-spacing: .11em; }
.quote-result h2 { margin: 10px 0 8px; font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.quote-result p { max-width: 410px; margin: 0; color: rgba(18,33,59,.63); font-size: 12px; line-height: 1.55; }
.consultant-button { min-height: 62px; }
.consultant-button > span { display: grid; gap: 2px; color: var(--white); font-size: 17px; }
.consultant-button > span small { color: #ff8b9c; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 7px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.consultant-button > b { color: #ff7589; font-size: 18px; }
.quote-quick-shop { margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line); }
.quote-quick-shop > span { display: block; margin-bottom: 8px; color: rgba(18,33,59,.48); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.quote-quick-shop > div { display: flex; flex-wrap: wrap; gap: 7px; }
.quote-quick-shop a { display: flex; gap: 8px; align-items: center; min-height: 32px; padding: 0 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 99px; font-size: 9px; font-weight: 750; transition: background .2s, color .2s; }
.quote-quick-shop a:hover { background: var(--blue); }
.quote-quick-shop a b { color: var(--red); }

.phone-strip { position: relative; z-index: 4; display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; padding: 24px max(28px, calc((100vw - 1380px) / 2)); background: var(--red); color: var(--white); }
.phone-strip p { margin: 0; font-size: 13px; }
.phone-strip p b { display: block; font-size: 18px; letter-spacing: -.025em; }
.phone-strip > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.phone-strip a { display: grid; gap: 2px; padding: 13px 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 7px; transition: background .2s; }
.phone-strip a:hover { background: rgba(255,255,255,.18); }
.phone-strip a span { font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.phone-strip a strong { font-size: 17px; }
.phone-strip a small { color: rgba(255,255,255,.74); font-size: 10px; }
.phone-strip.compact { padding-top: 19px; padding-bottom: 19px; }

.section { padding: 118px max(28px, calc((100vw - 1320px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 25px; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2 { margin: 0; font-size: clamp(50px, 5.8vw, 83px); line-height: .94; letter-spacing: -.06em; }
.section-heading h2 em { color: var(--red); }
.section-heading > p:last-child { justify-self: end; max-width: 470px; margin: 0; color: rgba(18,33,59,.64); font-size: 16px; line-height: 1.7; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { min-height: 340px; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.service-card.red, .service-card.blue, .service-card.cream, .service-card.coral { background: var(--white); }
.service-card.with-image { display: grid; grid-template-columns: .95fr 1.05fr; }
.service-card > img { width: 100%; height: 100%; object-fit: cover; }
.service-body { min-height: 340px; display: flex; flex-direction: column; padding: 27px; }
.service-meta { display: flex; justify-content: space-between; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; letter-spacing: .12em; }
.service-card h3 { margin: auto 0 12px; font-size: clamp(31px, 3.8vw, 52px); line-height: 1; letter-spacing: -.055em; }
.service-card p { max-width: 470px; margin: 0; color: rgba(18,33,59,.66); font-size: 13px; line-height: 1.62; }
.service-card a { display: flex; justify-content: space-between; margin-top: 23px; padding-top: 16px; border-top: 1px solid rgba(18,33,59,.2); font-size: 12px; font-weight: 750; }
.service-card a span { color: var(--red); }

.local-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 730px; background: var(--white); }
.local-story figure { min-height: 100%; margin: 0; }
.local-story figure img { width: 100%; height: 100%; object-fit: cover; }
.local-story > div { align-self: center; padding: 80px max(28px, 8vw); }
.local-story h2 { margin: 0; font-size: clamp(51px, 5vw, 76px); line-height: .95; letter-spacing: -.06em; }
.local-story h2 em { color: var(--red); }
.local-story p:not(.eyebrow) { max-width: 660px; margin: 25px 0 0; color: rgba(18,33,59,.66); font-size: 15px; line-height: 1.75; }
.local-story .button { margin-top: 28px; }

.price-section { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 125px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.price-section::after { content: "CENA"; position: absolute; right: -20px; bottom: -47px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font-size: clamp(130px, 20vw, 290px); line-height: .75; font-weight: 800; letter-spacing: -.08em; }
.price-title, .price-copy { position: relative; z-index: 2; }
.price-title h2 { margin: 0; font-size: clamp(54px, 5.7vw, 82px); line-height: .94; letter-spacing: -.063em; }
.price-copy > p { max-width: 610px; margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.68; }
.price-copy ul { list-style: none; margin: 0 0 30px; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.price-copy li { display: flex; gap: 24px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7); font-size: 13px; }
.price-copy li span { color: #ff6d83; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; }
.big-phone-card { display: grid; gap: 3px; padding: 20px 22px; background: var(--red); color: var(--white); border-radius: 8px; }
.big-phone-card small { font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.big-phone-card strong { font-size: clamp(31px, 3vw, 45px); letter-spacing: -.045em; }
.big-phone-card > span { color: rgba(255,255,255,.72); font-size: 11px; }

.online-band { display: grid; grid-template-columns: .8fr 1.1fr 1.1fr; gap: 55px; align-items: center; padding: 82px max(28px, calc((100vw - 1320px) / 2)); background: var(--blue); }
.online-band figure { height: 330px; margin: 0; overflow: hidden; border-radius: 8px; }
.online-band figure img { width: 100%; height: 100%; object-fit: cover; }
.online-copy h2 { margin: 0; font-size: clamp(44px, 4.6vw, 68px); line-height: .96; letter-spacing: -.06em; }
.online-copy h2 em { color: var(--blue-strong); }
.online-copy > p:last-child { margin: 20px 0 0; color: rgba(18,33,59,.65); font-size: 14px; line-height: 1.65; }
.online-actions { display: grid; }
.online-actions a { min-height: 79px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-top: 1px solid rgba(18,33,59,.22); font-size: 13px; font-weight: 750; }
.online-actions a:last-child { border-bottom: 1px solid rgba(18,33,59,.22); }
.online-actions b { width: 36px; height: 36px; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; }

.locations { background: var(--paper); }
.location-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: end; margin-bottom: 55px; }
.location-head h2 { margin: 0; font-size: clamp(59px, 7vw, 98px); line-height: .88; letter-spacing: -.07em; }
.location-head h2 em { color: var(--red); }
.location-head > p { max-width: 470px; margin: 0; color: rgba(18,33,59,.62); font-size: 16px; line-height: 1.7; }
.location-feature { display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; margin-bottom: 14px; background: var(--ink); color: var(--white); border-radius: 8px; }
.location-feature figure { height: 410px; margin: 0; }
.location-feature img { width: 100%; height: 100%; object-fit: cover; }
.location-feature > div { align-self: center; padding: 45px; }
.location-kicker { color: #ff7389; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.location-feature h3 { margin: 16px 0; font-size: clamp(35px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; }
.location-feature p { margin: 0 0 25px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.location-card { min-height: 390px; display: flex; flex-direction: column; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.location-index { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; }
.location-tag { width: max-content; margin-top: 50px; padding: 7px 10px; background: var(--blue); border-radius: 99px; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.location-card h3 { margin: auto 0 11px; font-size: clamp(30px, 3.3vw, 45px); line-height: 1; letter-spacing: -.05em; }
.location-card > p { margin: 0 0 18px; color: rgba(18,33,59,.58); font-size: 13px; line-height: 1.55; }
.location-hours, .point-hours { display: grid; gap: 5px; margin: 0 0 18px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: rgba(18,33,59,.66); font-size: 13px; }
.location-hours span, .point-hours span { display: flex; justify-content: space-between; gap: 18px; }
.location-hours b, .point-hours b { color: var(--ink); font-weight: 750; }
.location-phone { position: relative; display: grid; gap: 2px; padding: 15px; background: var(--red); color: var(--white); border-radius: 6px; }
.location-phone small { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.location-phone strong { font-size: 20px; }
.location-phone > span { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }
.location-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 24px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.location-bottom > span { color: rgba(18,33,59,.56); }
.location-bottom a { font-weight: 750; }
.location-bottom b { margin-left: 12px; color: var(--red); }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: var(--white); }
.faq-title { position: sticky; top: 120px; align-self: start; }
.faq-title h2 { margin: 0; font-size: clamp(52px, 5.7vw, 81px); line-height: .91; letter-spacing: -.064em; }
.faq-title h2 em { color: var(--red); }
.faq-title > p:last-child { max-width: 390px; margin-top: 24px; color: rgba(18,33,59,.6); font-size: 14px; line-height: 1.68; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; min-height: 92px; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; gap: 14px; font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: rgba(18,33,59,.38); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; }
.faq-list summary b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 400; transition: transform .2s, background .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); background: var(--red); color: var(--white); border-color: var(--red); }
.faq-list details > p { max-width: 700px; margin: -5px 28px 27px 64px; color: rgba(18,33,59,.64); font-size: 14px; line-height: 1.75; }

.final-cta { min-height: 610px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 95px 25px; background: var(--ink); color: var(--white); text-align: center; }
.final-cta h2 { max-width: 1050px; margin: 0; font-size: clamp(51px, 6.2vw, 87px); line-height: .95; letter-spacing: -.065em; }
.final-cta > p:not(.eyebrow) { margin: 23px 0 0; color: rgba(255,255,255,.6); font-size: 15px; }
.final-actions { display: flex; gap: 12px; margin-top: 36px; }
.compact-cta { min-height: 520px; }

.site-footer { display: grid; grid-template-columns: 1.25fr 1fr .8fr .95fr; gap: 50px; padding: 75px max(28px, calc((100vw - 1320px) / 2)) 24px; background: #091329; color: var(--white); }
.brand-footer { display: block; width: 270px; padding: 11px 13px; background: var(--white); border-radius: 6px; }
.footer-brand > p { max-width: 390px; margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.72; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-col h3 { margin: 0 0 12px; color: #ff7187; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.footer-col a, .footer-col p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; }
.footer-col a:hover { color: var(--white); }
.footer-point { display: grid; gap: 1px; }
.footer-point small { color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.45; }
.company-data p + p { margin-top: 8px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.3); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }

/* Podstrony ofertowe */
.subhero { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--paper); }
.subhero-copy { align-self: center; padding: 85px max(28px, calc((100vw - 1320px) / 2)) 85px max(28px, calc((100vw - 1320px) / 2)); padding-right: 6vw; }
.subhero h1 { max-width: 760px; margin: 0; font-size: clamp(51px, 5.5vw, 80px); line-height: .94; letter-spacing: -.063em; }
.subhero-copy > p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: rgba(18,33,59,.66); font-size: 16px; line-height: 1.72; }
.subhero-image { position: relative; min-height: 650px; margin: 0; overflow: hidden; }
.subhero-image img { width: 100%; height: 100%; object-fit: cover; }
.subhero-image figcaption { position: absolute; right: 25px; bottom: 25px; padding: 10px 12px; background: rgba(18,33,59,.85); color: var(--white); border-radius: 4px; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.detail-section { background: var(--white); }
.detail-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.detail-intro .eyebrow { grid-column: 1 / -1; margin: 0; }
.detail-intro h2 { margin: 0; font-size: clamp(50px, 5.7vw, 80px); line-height: .94; letter-spacing: -.062em; }
.detail-intro h2 em { color: var(--red); }
.detail-intro > p:last-child { margin: 0; color: rgba(18,33,59,.65); font-size: 16px; line-height: 1.72; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.detail-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 27px; background: var(--paper); border: 1px solid var(--line); border-radius: 7px; }
.detail-grid article > span { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; }
.detail-grid h3 { margin: auto 0 11px; font-size: 36px; letter-spacing: -.045em; }
.detail-grid p { margin: 0; color: rgba(18,33,59,.62); font-size: 13px; line-height: 1.68; }
.check-section { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 55px; align-items: center; padding: 105px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.check-section h2 { margin: 0; font-size: clamp(43px, 4.5vw, 65px); line-height: .96; letter-spacing: -.06em; }
.check-section ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.check-section li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 13px; }
.check-section li span { color: #ff7187; }
.subpage-faq { background: var(--paper); }

/* Punkty w Lublinie */
.locations-hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.locations-hero > div { align-self: center; padding: 85px 7vw; }
.locations-hero h1 { margin: 0; font-size: clamp(55px, 6vw, 86px); line-height: .92; letter-spacing: -.066em; }
.locations-hero > div > p:not(.eyebrow) { max-width: 680px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.72; }
.locations-hero figure { min-height: 650px; margin: 0; }
.locations-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.points-detail { background: var(--paper); }
.point-list { display: grid; gap: 12px; }
.point-list article { display: grid; grid-template-columns: 70px 1fr .7fr; gap: 35px; align-items: center; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.point-number { align-self: start; padding-top: 6px; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; }
.point-copy > p:first-child { margin: 0 0 9px; color: var(--red); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.point-copy h2 { margin: 0; font-size: 42px; letter-spacing: -.05em; }
.point-copy address { margin: 11px 0; font-style: normal; font-weight: 700; }
.point-copy > p:last-child { max-width: 680px; margin: 0; color: rgba(18,33,59,.6); font-size: 13px; line-height: 1.65; }
.point-actions { display: grid; gap: 12px; }
.point-call { position: relative; display: grid; gap: 2px; padding: 17px; background: var(--red); color: var(--white); border-radius: 7px; }
.point-call small { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.point-call strong { font-size: 27px; }
.point-call span { position: absolute; right: 17px; top: 50%; transform: translateY(-50%); }
.point-actions > a:last-child { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.visit-info { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 110px max(28px, calc((100vw - 1320px) / 2)); background: var(--blue); }
.visit-info h2 { margin: 0; font-size: clamp(50px, 5.5vw, 78px); line-height: .94; letter-spacing: -.062em; }
.visit-info h2 em { color: var(--blue-strong); }
.visit-info > div:last-child > p { margin: 0 0 25px; color: rgba(18,33,59,.66); font-size: 16px; line-height: 1.72; }
.light-card { max-width: 570px; }

/* Kontakt */
.contact-hero { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.contact-hero-copy { align-self: center; padding: 90px 7vw; }
.contact-hero h1 { margin: 0; font-size: clamp(58px, 6.3vw, 91px); line-height: .9; letter-spacing: -.068em; }
.contact-hero h1 em { color: #ff6d83; font-family: Georgia, serif; font-weight: 400; }
.contact-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 27px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.72; }
.contact-hero figure { position: relative; min-height: 680px; margin: 0; overflow: hidden; }
.contact-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(18,33,59,.78)); }
.contact-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.contact-hero figcaption { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: grid; gap: 5px; color: var(--white); }
.contact-hero figcaption b { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; letter-spacing: .14em; }
.contact-hero figcaption span { font-size: 13px; }

.contact-main { display: grid; grid-template-columns: 1.18fr .82fr; gap: 14px; align-items: start; background: var(--paper); }
.contact-form, .contact-direct { padding: 45px; border-radius: 9px; }
.contact-form { background: var(--white); border: 1px solid var(--line); }
.form-heading h2, .contact-direct h2 { margin: 0; font-size: clamp(45px, 4.6vw, 65px); line-height: .94; letter-spacing: -.06em; }
.form-heading h2 em, .contact-direct h2 em { color: var(--red); }
.form-heading > p:last-child, .contact-direct > p { max-width: 620px; margin: 20px 0 0; color: rgba(18,33,59,.62); font-size: 14px; line-height: 1.68; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 15px; margin-top: 36px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid .hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.form-grid label > span { font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid rgba(18,33,59,.2); outline: none; background: #faf9f6; color: var(--ink); border-radius: 6px; transition: border-color .2s, box-shadow .2s; }
.form-grid input, .form-grid select { height: 54px; padding: 0 15px; }
.form-grid textarea { min-height: 145px; padding: 15px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue-strong); box-shadow: 0 0 0 3px rgba(36,75,153,.1); }
.form-grid ::placeholder { color: rgba(18,33,59,.38); }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin-top: 20px; color: rgba(18,33,59,.58); font-size: 10px; line-height: 1.55; }
.consent-row input { width: 17px; height: 17px; margin: 0; accent-color: var(--red); }
.form-submit { cursor: pointer; width: 100%; min-height: 62px; display: flex; justify-content: space-between; align-items: center; margin-top: 23px; padding: 0 21px; border: 0; background: var(--red); color: var(--white); border-radius: 6px; font-size: 13px; font-weight: 750; }
.form-submit b { font-size: 20px; }
.form-submit:hover { background: var(--red-dark); }
.form-note { margin: 12px 0 0; color: rgba(18,33,59,.52); font-size: 10px; line-height: 1.5; }
.contact-direct { position: sticky; top: 110px; background: var(--blue); }
.direct-list { display: grid; gap: 9px; margin-top: 32px; }
.direct-list a { position: relative; display: grid; gap: 3px; padding: 18px 50px 18px 18px; background: var(--white); border-radius: 7px; }
.direct-list a > span { color: var(--red); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.direct-list a > strong { font-size: 28px; letter-spacing: -.035em; }
.direct-list a > small { color: rgba(18,33,59,.55); font-size: 10px; }
.direct-list a > .direct-hours { margin-top: 3px; color: rgba(18,33,59,.74); font-weight: 700; }
.direct-list a > b { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--red); font-size: 20px; }
.contact-email { display: grid; gap: 3px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(18,33,59,.18); }
.contact-email span { color: rgba(18,33,59,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-email strong { font-size: 16px; }

.contact-maps { background: var(--white); }
.map-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.map-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.map-frame { height: 300px; background: var(--blue); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.75) contrast(.96); }
.map-copy { padding: 24px; }
.map-copy > span { color: var(--red); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.map-copy h2 { margin: 13px 0 10px; font-size: clamp(29px, 3vw, 40px); line-height: 1; letter-spacing: -.05em; }
.map-copy p { min-height: 58px; margin: 0; color: rgba(18,33,59,.58); font-size: 11px; line-height: 1.6; }
.map-copy p strong { color: var(--ink); }
.map-hours { display: block; margin-top: 10px; color: rgba(18,33,59,.76); font-weight: 650; }
.map-copy > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.map-copy a { min-height: 49px; display: grid; place-items: center; padding: 0 10px; border-radius: 5px; font-size: 11px; font-weight: 750; }
.map-phone { background: var(--red); color: var(--white); }
.map-route { border: 1px solid var(--line); background: var(--white); }

.contact-bottom { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; padding: 115px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.contact-bottom h2 { margin: 0; font-size: clamp(48px, 4.9vw, 68px); line-height: .96; letter-spacing: -.05em; }
.contact-bottom h2 em { color: #ff6d83; }
.contact-bottom-title > span, .contact-bottom-title > em { display: block; }
@media (min-width: 821px) {
  .contact-bottom-title > span, .contact-bottom-title > em { white-space: nowrap; }
}
.contact-bottom > div:last-child > p { margin: 0 0 28px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.72; }

@media (max-width: 1120px) {
  .desktop-nav, .header-phone { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-stack { justify-self: start; width: min(100%, 760px); }
  .local-story { min-height: 630px; }
  .online-band { grid-template-columns: .8fr 1.2fr; }
  .online-actions { grid-column: 2; }
  .site-footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .company-data { grid-column: 1 / -1; }
  .check-section { grid-template-columns: 1fr 1fr; }
  .check-section .big-phone-card { grid-column: 2; }
  .map-grid { grid-template-columns: 1fr; }
  .map-card { display: grid; grid-template-columns: 1fr 1fr; }
  .map-copy p { min-height: 0; }
}

@media (max-width: 820px) {
  body { padding-bottom: 76px; }
  .mobile-call-bar { position: fixed; z-index: 55; left: 10px; right: 10px; bottom: 10px; min-height: 56px; display: flex; justify-content: center; align-items: center; gap: 9px; padding: 11px 18px; background: var(--red); color: var(--white); border: 1px solid rgba(255,255,255,.24); border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; animation: mobile-call-pulse 2.2s ease-in-out infinite; }
  .mobile-call-bar strong { font-size: 18px; letter-spacing: -.02em; }
  .hero { padding-top: 70px; }
  .phone-strip { grid-template-columns: 1fr; gap: 18px; }
  .section-heading, .detail-intro { grid-template-columns: 1fr; }
  .section-heading > p:last-child { justify-self: start; }
  .service-card.with-image { grid-template-columns: 1fr; }
  .service-card.with-image > img { height: 290px; }
  .local-story { grid-template-columns: 1fr; }
  .local-story figure { height: 500px; }
  .price-section { grid-template-columns: 1fr; gap: 55px; }
  .online-band { grid-template-columns: 1fr; }
  .online-band figure { height: 410px; }
  .online-actions { grid-column: 1; }
  .location-head, .location-feature { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .faq-title { position: static; }
  .subhero, .locations-hero { grid-template-columns: 1fr; }
  .subhero-image, .locations-hero figure { min-height: 480px; }
  .check-section { grid-template-columns: 1fr; }
  .check-section .big-phone-card { grid-column: 1; }
  .point-list article { grid-template-columns: 45px 1fr; }
  .point-actions { grid-column: 2; }
  .visit-info { grid-template-columns: 1fr; }
  .contact-hero, .contact-main, .contact-bottom { grid-template-columns: 1fr; }
  .contact-hero figure { min-height: 500px; }
  .contact-direct { position: static; }
}

@media (max-width: 620px) {
  .site-header { min-height: 76px; padding: 12px 16px; }
  .brand { width: 190px; }
  .hero { min-height: auto; padding: 65px 20px 55px; }
  .hero h1 { font-size: clamp(49px, 15vw, 66px); }
  .hero-lead { font-size: 15px; }
  .hero-actions, .final-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .hero-actions .button, .final-actions .button { width: 100%; }
  .hero-photo { height: 260px; margin: 0 0 -42px 20px; }
  .hero-photo figcaption { bottom: 58px; }
  .quote-card { padding: 20px; border-radius: 14px 14px 38px 14px; }
  .quote-topline { align-items: flex-start; flex-direction: column; }
  .quote-tabs { grid-template-columns: repeat(2, 1fr); }
  .quote-result { min-height: 167px; }
  .phone-strip { padding: 23px 20px; }
  .phone-strip > div { grid-template-columns: 1fr; }
  .section { padding: 82px 20px; }
  .section-heading h2 { font-size: 50px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-body { min-height: 310px; }
  .service-card.with-image > img { height: 240px; }
  .local-story figure { height: 400px; }
  .local-story > div { padding: 70px 20px; }
  .local-story h2 { font-size: 49px; }
  .price-section { padding: 85px 20px; }
  .price-title h2 { font-size: 51px; }
  .price-copy > p { font-size: 16px; }
  .big-phone-card strong { font-size: 34px; }
  .online-band { padding: 70px 20px; }
  .online-band figure { height: 280px; }
  .location-head { gap: 28px; }
  .location-head h2 { font-size: 58px; }
  .location-feature figure { height: 280px; }
  .location-feature > div { padding: 30px 22px; }
  .location-card { min-height: 350px; }
  .location-bottom { align-items: flex-start; flex-direction: column; }
  .faq { gap: 48px; }
  .faq-title h2 { font-size: 50px; }
  .faq-list summary { grid-template-columns: 34px 1fr 28px; min-height: 84px; font-size: 15px; }
  .faq-list details > p { margin-left: 48px; }
  .final-cta { min-height: 530px; }
  .final-cta h2 { font-size: 49px; }
  .site-footer { grid-template-columns: 1fr; gap: 38px; padding: 60px 20px 76px; }
  .company-data { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .subhero-copy, .locations-hero > div { padding: 70px 20px; }
  .subhero h1, .locations-hero h1 { font-size: 50px; }
  .subhero-image, .locations-hero figure { min-height: 370px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid article { min-height: 250px; }
  .check-section { padding: 80px 20px; }
  .point-list article { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .point-actions { grid-column: 1; }
  .point-copy h2 { font-size: 35px; }
  .visit-info { padding: 80px 20px; gap: 45px; }
  .visit-info h2 { font-size: 49px; }
  .contact-hero-copy { padding: 70px 20px; }
  .contact-hero h1 { font-size: 52px; }
  .contact-hero figure { min-height: 380px; }
  .contact-main { gap: 10px; }
  .contact-form, .contact-direct { padding: 28px 20px; }
  .form-heading h2, .contact-direct h2 { font-size: 46px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: 1; }
  .direct-list a > strong { font-size: 25px; }
  .map-card { display: block; }
  .map-frame { height: 270px; }
  .map-copy > div { grid-template-columns: 1fr; }
  .contact-bottom { gap: 48px; padding: 85px 20px; }
  .contact-bottom h2 { font-size: 50px; }
}

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

/* Charakterystyczna typografia: redakcyjne nagłówki + czytelny krój interfejsu */
h1, h2, h3 { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-weight: 650; }
h1 em, h2 em { font-family: inherit; font-style: normal; font-weight: 650; }
.hero h1, .section-heading h2, .local-story h2, .price-title h2, .online-sales h2,
.location-head h2, .faq-title h2, .final-cta h2, .subhero h1, .detail-intro h2,
.check-section h2, .locations-hero h1, .visit-info h2, .contact-hero h1,
.form-heading h2, .contact-direct h2, .contact-bottom h2 { letter-spacing: -.045em; }

.service-links { margin-top: 23px; border-top: 1px solid rgba(18,33,59,.2); }
.service-card .service-links a { margin: 0; padding: 14px 0 0; border: 0; }
.service-card .service-links .service-buy { color: var(--red-dark); }

/* Sprzedaż online na stronie głównej */
.online-sales { background: var(--ink); color: var(--white); }
.online-sales-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.online-sales-head h2 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: .91; }
.online-sales-head h2 em { color: #ff758b; }
.online-sales-head > div:last-child > p { max-width: 590px; margin: 0 0 28px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.72; }
.link4-child-feature { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; margin-bottom: 18px; background: #f3f6fb; color: var(--ink); border-radius: 12px; box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.link4-child-feature figure { min-height: 440px; margin: 0; }
.link4-child-feature figure img { width: 100%; height: 100%; object-fit: cover; }
.link4-child-feature > div { align-self: center; padding: clamp(34px, 5vw, 72px); }
.link4-feature-badge { display: inline-flex; padding: 8px 11px; background: var(--red); color: var(--white); border-radius: 99px; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.link4-child-feature h3 { margin: 22px 0 18px; font-size: clamp(45px, 5vw, 72px); line-height: .94; letter-spacing: -.05em; }
.link4-child-feature h3 em { color: var(--red); }
.link4-child-feature p { max-width: 700px; margin: 0; color: rgba(18,33,59,.68); font-size: 16px; line-height: 1.7; }
.link4-feature-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.link4-feature-actions .button-outline { color: var(--ink); border-color: rgba(18,33,59,.28); }
.online-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.online-preview-card { min-height: 520px; display: flex; flex-direction: column; overflow: hidden; background: var(--white); color: var(--ink); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; transition: transform .22s, box-shadow .22s; }
.online-preview-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(0,0,0,.2); }
.online-preview-card figure { height: 205px; margin: 0; overflow: hidden; background: var(--cream); }
.online-preview-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.online-preview-card:hover figure img { transform: scale(1.035); }
.online-preview-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.online-preview-meta { display: flex; justify-content: space-between; align-items: center; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; letter-spacing: .1em; }
.online-preview-meta b { padding: 7px 9px; background: var(--cream); border-radius: 99px; }
.online-preview-category { width: max-content; margin-top: 28px; color: var(--red-dark); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.online-preview-card h3 { margin: 13px 0 12px; font-size: clamp(29px, 2.5vw, 39px); line-height: 1.03; letter-spacing: -.035em; }
.online-preview-card p { margin: 0 0 25px; color: rgba(18,33,59,.68); font-size: 15px; line-height: 1.62; }
.online-preview-card strong { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(18,33,59,.18); font-size: 14px; }
.online-preview-card strong i { color: var(--red); font-size: 22px; font-style: normal; }

.service-order-now { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; padding: 72px max(28px, calc((100vw - 1380px) / 2)); background: #edf3ff; border-bottom: 1px solid rgba(18,33,59,.13); }
.service-order-now h2 { margin: 0; font-size: clamp(44px, 4.7vw, 67px); line-height: .94; letter-spacing: -.05em; }
.service-order-now h2 em { color: #245fc4; }
.service-order-now > div:first-child > p:last-child { max-width: 610px; margin: 22px 0 0; color: rgba(18,33,59,.66); font-size: 16px; line-height: 1.68; }
.service-order-buttons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-order-buttons a { position: relative; min-height: 135px; display: flex; flex-direction: column; align-items: flex-start; padding: 22px 56px 22px 22px; background: var(--white); color: var(--ink); border: 1px solid rgba(18,33,59,.14); border-radius: 8px; box-shadow: 0 10px 25px rgba(18,33,59,.06); transition: transform .2s, background .2s; }
.service-order-buttons a:hover { transform: translateY(-3px); }
.service-order-buttons a small { color: rgba(18,33,59,.52); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-order-buttons a strong { margin-top: auto; font-size: 18px; line-height: 1.25; }
.service-order-buttons a > span { position: absolute; top: 50%; right: 21px; transform: translateY(-50%); color: #245fc4; font-size: 22px; }
.service-order-buttons .service-order-product { background: #245fc4; color: var(--white); border-color: #245fc4; }
.service-order-buttons .service-order-product small { color: #caddff; }
.service-order-buttons .service-order-product > span { color: var(--white); }
.service-order-buttons .service-order-all { background: var(--red); color: var(--white); border-color: var(--red); }
.service-order-buttons .service-order-all small { color: #ffd4db; }
.service-order-buttons .service-order-all > span { color: var(--white); }

.global-order-strip { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); background: #245fc4; color: var(--white); }
.global-order-strip > div, .global-order-strip > a { min-height: 116px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px; border-right: 1px solid rgba(255,255,255,.2); }
.global-order-strip > div { display: grid; align-content: center; background: var(--ink); }
.global-order-strip > div small { color: #9ebeff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.global-order-strip > div strong { font-size: 17px; line-height: 1.25; }
.global-order-strip > a { font-size: 14px; font-weight: 800; transition: background .2s; }
.global-order-strip > a:hover { background: rgba(255,255,255,.12); }
.global-order-strip > a b { color: #caddff; font-size: 18px; }
.global-order-strip .global-order-all { background: var(--red); }

.online-direct-panel { margin-top: 52px; padding-top: 42px; border-top: 1px solid rgba(255,255,255,.18); }
.online-direct-heading { display: grid; grid-template-columns: 1fr 1.3fr; gap: 18px 70px; align-items: end; margin-bottom: 26px; }
.online-direct-heading > span { color: #95baff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.online-direct-heading h3 { margin: 0; font-size: clamp(34px, 3.6vw, 54px); line-height: 1; letter-spacing: -.04em; }
.online-direct-heading p { grid-column: 2; max-width: 720px; margin: 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.65; }
.online-direct-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.online-direct-grid a { min-height: 150px; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; transition: transform .2s, background .2s; }
.online-direct-grid a:hover { transform: translateY(-3px); background: rgba(255,255,255,.13); }
.online-direct-grid a.priority { grid-column: span 2; background: #245fc4; border-color: #477bd2; }
.online-direct-grid a > span { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.online-direct-grid a strong { max-width: 430px; margin: 14px 0 22px; font-size: 20px; line-height: 1.2; }
.online-direct-grid a b { margin-top: auto; color: #bdd3ff; font-size: 13px; }
.online-choice-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.online-full-offer, .online-match-link { min-height: 86px; display: flex; justify-content: space-between; align-items: center; padding: 0 23px; border-radius: 7px; font-size: 14px; font-weight: 800; }
.online-full-offer { background: var(--red); color: var(--white); }
.online-match-link { display: grid; grid-template-columns: 1fr 24px; background: var(--white); color: var(--ink); }
.online-match-link small { font-size: 10px; color: rgba(18,33,59,.55); text-transform: uppercase; letter-spacing: .08em; }
.online-match-link strong { font-size: 16px; }
.online-match-link span { grid-column: 2; grid-row: 1 / 3; font-size: 20px; }

/* Miniaplikacja: dobierz swoje ubezpieczenie */
.matcher-hero { min-height: 600px; display: flex; flex-direction: column; justify-content: center; padding: 90px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.matcher-hero h1 { margin: 0; font-size: clamp(68px, 8vw, 118px); line-height: .86; letter-spacing: -.055em; }
.matcher-hero h1 em { color: #ff758b; }
.matcher-hero > p:not(.eyebrow) { max-width: 800px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.65; }
.matcher-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.matcher-trust span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.23); border-radius: 99px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; }
.matcher-section { background: var(--paper); }
.matcher-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 20px 80px; align-items: end; margin-bottom: 62px; }
.matcher-intro .eyebrow { grid-column: 1 / -1; margin: 0; }
.matcher-intro h2 { margin: 0; font-size: clamp(57px, 6.5vw, 92px); line-height: .9; letter-spacing: -.055em; }
.matcher-intro h2 em { color: var(--red); }
.matcher-intro > p:last-child { margin: 0; color: rgba(18,33,59,.66); font-size: 17px; line-height: 1.7; }
.matcher-progress { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); color: rgba(18,33,59,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.matcher-progress strong { color: var(--ink); }
.matcher-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.matcher-grid > button { cursor: pointer; min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: 9px; text-align: left; transition: transform .2s, border-color .2s, background .2s; }
.matcher-grid > button:hover { transform: translateY(-3px); border-color: rgba(36,95,196,.5); }
.matcher-grid > button.active { background: #eaf1ff; border: 2px solid #245fc4; box-shadow: 0 14px 34px rgba(36,95,196,.12); }
.matcher-grid > button > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.matcher-grid > button > strong { margin-top: 30px; font-size: 25px; line-height: 1.08; letter-spacing: -.03em; }
.matcher-grid > button > small { margin: 11px 0 22px; color: rgba(18,33,59,.62); font-size: 14px; line-height: 1.55; }
.matcher-grid > button > b { margin-top: auto; color: #245fc4; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.matcher-submit-row { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 18px; padding: 25px; background: var(--ink); color: var(--white); border-radius: 9px; }
.matcher-submit-row > div { display: flex; align-items: center; gap: 17px; }
.matcher-submit-row > div span { color: rgba(255,255,255,.62); font-size: 12px; }
.matcher-submit-row > div strong { font-size: 32px; }
.matcher-submit-row > button { cursor: pointer; min-height: 62px; display: flex; align-items: center; gap: 34px; padding: 0 24px; background: var(--red); color: var(--white); border: 0; border-radius: 6px; font-weight: 800; }
.matcher-submit-row > button:disabled { cursor: not-allowed; opacity: .45; }
.matcher-results { scroll-margin-top: 100px; margin-top: 70px; padding: 52px; background: var(--ink); color: var(--white); border-radius: 12px; }
.matcher-results-head { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.18); }
.matcher-results-head span { color: #96b9fb; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.matcher-results-head h2 { margin: 9px 0 0; font-size: clamp(48px, 5.2vw, 74px); line-height: .92; }
.matcher-results-head p { margin: 0 0 14px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.65; }
.matcher-results-head button { cursor: pointer; padding: 0; background: none; color: #a9c7ff; border: 0; font-size: 12px; text-decoration: underline; }
.matcher-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.matcher-result-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 27px; background: var(--white); color: var(--ink); border-radius: 8px; }
.matcher-result-grid article > div { display: flex; justify-content: space-between; color: rgba(18,33,59,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.matcher-result-grid h3 { margin: 42px 0 13px; font-size: 32px; line-height: 1.05; letter-spacing: -.035em; }
.matcher-result-grid p { margin: 0 0 25px; color: rgba(18,33,59,.65); font-size: 14px; line-height: 1.6; }
.matcher-result-grid a { min-height: 60px; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 0 18px; background: #245fc4; color: var(--white); border-radius: 6px; font-size: 14px; font-weight: 800; }
.matcher-help { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 13px; padding: 24px; background: rgba(255,255,255,.08); border-radius: 8px; }
.matcher-help > div { display: grid; }
.matcher-help span { color: rgba(255,255,255,.6); font-size: 11px; }
.matcher-help strong { font-size: 20px; }
.matcher-help > a { padding: 15px 19px; background: var(--red); border-radius: 6px; font-weight: 800; }

.community-section { display: grid; grid-template-columns: 1fr 1fr; }
.community-section article { min-height: 620px; display: flex; flex-direction: column; justify-content: flex-end; padding: 80px max(28px, 7vw); }
.facebook-card { background: #244b99; color: var(--white); }
.travelplanet-card { background: var(--cream); color: var(--ink); }
.community-label { margin-bottom: auto; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.community-section h2 { margin: 0; font-size: clamp(48px, 5vw, 75px); line-height: .93; }
.facebook-card h2 em { color: #bcd2ff; }
.travelplanet-card h2 em { color: var(--red-dark); }
.community-section p { max-width: 630px; margin: 24px 0 28px; font-size: 14px; line-height: 1.7; }
.facebook-card p { color: rgba(255,255,255,.72); }
.travelplanet-card p { color: rgba(18,33,59,.66); }
.community-section .button { align-self: flex-start; }
.travelplanet-details { display: flex; gap: 22px; align-items: center; margin: -6px 0 26px; font-size: 12px; }
.travelplanet-details a { color: var(--red-dark); font-size: 24px; font-weight: 800; }
.travelplanet-details span { color: rgba(18,33,59,.58); }

/* Katalog KUP ONLINE — spokojna paleta, fotografia i czytelny zakup */
.buy-hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink); color: var(--white); }
.buy-hero-copy { align-self: center; padding: 95px max(34px, 7vw); }
.buy-hero h1 { margin: 0; font-size: clamp(68px, 7.4vw, 112px); line-height: .88; letter-spacing: -.045em; }
.buy-hero h1 em { color: #ff768b; }
.buy-hero-copy > p:not(.eyebrow) { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 20px; line-height: 1.68; }
.buy-trust-row { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 13px; }
.buy-trust-row b { margin-right: 8px; color: #ff8194; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 11px; }
.buy-hero-visual { position: relative; min-height: 720px; margin: 0; overflow: hidden; }
.buy-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,34,63,.42)); }
.buy-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.buy-hero-visual figcaption { position: absolute; z-index: 2; left: 34px; bottom: 34px; display: grid; gap: 2px; min-width: 230px; padding: 22px 24px; background: rgba(255,255,255,.94); color: var(--ink); border-radius: 10px; box-shadow: 0 18px 55px rgba(0,0,0,.24); }
.buy-hero-visual figcaption strong { font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 38px; font-weight: 650; line-height: 1; }
.buy-hero-visual figcaption span { color: rgba(16,34,63,.65); font-size: 13px; }
.buy-category-nav { display: grid; grid-template-columns: repeat(4, 1fr) 1.25fr; align-items: stretch; padding: 0 max(28px, calc((100vw - 1380px) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }
.buy-category-nav > a { min-height: 86px; display: grid; grid-template-columns: 28px 1fr 18px; gap: 10px; align-items: center; padding: 0 18px; border-left: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.buy-category-nav > a span { color: var(--red); font-size: 10px; }
.buy-category-nav > a b { color: var(--red); }
.buy-category-nav .buy-all-link { grid-template-columns: 1fr 20px; margin: 0; background: var(--red); color: var(--white); border: 0; }
.buy-category-nav .buy-all-link span { color: var(--white); font-size: 17px; }
.buy-catalog { background: var(--paper); }
.buy-catalog-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 90px; }
.buy-catalog-intro .eyebrow { grid-column: 1 / -1; margin: 0; }
.buy-catalog-intro h2 { margin: 0; font-size: clamp(65px, 7vw, 98px); line-height: .91; letter-spacing: -.045em; }
.buy-catalog-intro h2 em { color: var(--red); }
.buy-catalog-intro > p:last-child { max-width: 580px; margin: 0; color: rgba(18,33,59,.68); font-size: 18px; line-height: 1.72; }
.buy-category { display: grid; grid-template-columns: .86fr 1.14fr; gap: 56px; align-items: start; padding: 70px 0; border-top: 1px solid var(--line); scroll-margin-top: 95px; }
.buy-category-visual figure { height: 440px; margin: 0; overflow: hidden; border-radius: 10px; background: var(--cream); }
.buy-category-visual img { width: 100%; height: 100%; object-fit: cover; }
.buy-category-visual > span { display: block; margin-top: 14px; color: rgba(18,33,59,.52); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.buy-category-head { margin-bottom: 30px; }
.buy-category-head h2 { margin: 0; font-size: clamp(49px, 4.9vw, 68px); line-height: .95; }
.buy-category-head p { max-width: 720px; margin: 14px 0 0; color: rgba(18,33,59,.68); font-size: 16px; line-height: 1.68; }
.buy-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.buy-product-card { min-height: 340px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 32px rgba(16,34,63,.05); }
.product-code { display: flex; justify-content: space-between; align-items: center; color: rgba(18,33,59,.55); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 10px; letter-spacing: .09em; }
.product-code b { padding: 8px 10px; background: var(--cream); color: var(--ink); border-radius: 99px; }
.buy-product-card h3 { margin: 48px 0 13px; font-size: clamp(28px, 2.7vw, 39px); line-height: 1.04; letter-spacing: -.035em; }
.buy-product-card > p { margin: 0 0 26px; color: rgba(18,33,59,.68); font-size: 15px; line-height: 1.65; }
.product-actions { display: grid; gap: 8px; margin-top: auto; }
.product-actions a { min-height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-radius: 7px; font-size: 14px; font-weight: 800; transition: background .2s, transform .2s; }
.product-actions a:hover { transform: translateY(-2px); }
.product-buy-link { background: var(--ink); color: var(--white); }
.product-buy-link:hover { background: var(--red); }
.product-actions .product-info-link { min-height: 48px; background: var(--blue); color: var(--ink); border: 1px solid rgba(18,33,59,.14); }
.product-actions a b { color: var(--red); font-size: 20px; }
.matcher-result-grid .matcher-info-link { min-height: 48px; margin-top: 8px; background: transparent; color: var(--ink); border: 1px solid rgba(18,33,59,.22); }
.online-how { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 120px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.online-how h2 { margin: 0; font-size: clamp(55px, 6vw, 85px); line-height: .91; letter-spacing: -.05em; }
.online-how h2 em { color: #ff758b; }
.online-how ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.online-how li { display: grid; grid-template-columns: 55px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.online-how li > span { padding-top: 4px; color: #ff758b; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; }
.online-how li strong { font-size: 20px; }
.online-how li p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.65; }
.online-help { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: center; padding: 110px max(28px, calc((100vw - 1320px) / 2)); background: var(--cream); }
.online-help h2 { margin: 0; font-size: clamp(54px, 6vw, 84px); line-height: .92; letter-spacing: -.05em; }
.online-help h2 em { color: var(--red); }
.online-help > div > p:last-child { max-width: 700px; margin: 24px 0 0; color: rgba(18,33,59,.64); font-size: 15px; line-height: 1.7; }

/* Prywatność, cookies i mapy */
.cookie-banner { position: fixed; z-index: 80; left: 22px; bottom: 22px; width: min(650px, calc(100vw - 44px)); display: grid; grid-template-columns: 54px 1fr auto; gap: 17px; align-items: center; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 24px 70px rgba(9,19,41,.22); }
.cookie-mark { width: 54px; height: 54px; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 8px; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 13px; font-weight: 800; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { margin: 5px 0; color: rgba(18,33,59,.62); font-size: 10px; line-height: 1.5; }
.cookie-banner a { color: var(--red-dark); font-size: 10px; font-weight: 750; text-decoration: underline; }
.cookie-banner button { cursor: pointer; min-height: 44px; padding: 0 17px; border: 0; background: var(--red); color: var(--white); border-radius: 6px; font-size: 11px; font-weight: 800; }
.map-frame { position: relative; }
.map-enable { cursor: pointer; width: 100%; height: 100%; display: grid; grid-template-columns: 54px 1fr; gap: 17px; align-content: center; align-items: center; padding: 30px; border: 0; background-color: #dce8fb; background-image: linear-gradient(rgba(36,75,153,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(36,75,153,.08) 1px, transparent 1px); background-size: 26px 26px; color: var(--ink); text-align: left; }
.map-pin { width: 54px; height: 54px; display: grid; place-items: center; background: var(--red); color: var(--white); border: 8px solid rgba(255,255,255,.8); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 12px 28px rgba(18,33,59,.18); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-enable > span:last-child { display: grid; gap: 4px; }
.map-enable small { color: var(--red-dark); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.map-enable strong { font-size: 22px; }
.map-enable em { color: rgba(18,33,59,.55); font-size: 9px; font-style: normal; line-height: 1.4; }
.consent-row a { color: var(--red-dark); font-weight: 800; text-decoration: underline; }
.legal-hero { min-height: 540px; display: flex; flex-direction: column; justify-content: center; padding: 90px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.legal-hero h1 { margin: 0; font-size: clamp(65px, 7.5vw, 108px); line-height: .86; letter-spacing: -.055em; }
.legal-hero h1 em { color: #ff758b; }
.legal-hero > p:last-child { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 270px 1fr; gap: 90px; align-items: start; background: var(--paper); }
.legal-layout > aside { position: sticky; top: 120px; display: grid; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.legal-layout > aside strong { margin-bottom: 12px; color: var(--red-dark); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout > aside a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.legal-content { max-width: 880px; }
.legal-date { margin: 0 0 35px; color: rgba(18,33,59,.5); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; }
.legal-content section { scroll-margin-top: 110px; padding: 46px 0; border-top: 1px solid var(--line); }
.legal-content section > span { color: var(--red); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 9px; }
.legal-content h2 { margin: 10px 0 22px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1; letter-spacing: -.04em; }
.legal-content p, .legal-content li { color: rgba(18,33,59,.68); font-size: 14px; line-height: 1.78; }
.legal-content p strong, .legal-content li strong { color: var(--ink); }
.legal-content a { color: var(--red-dark); font-weight: 750; text-decoration: underline; }
.legal-content ul { display: grid; gap: 10px; padding-left: 22px; }
.footer-bottom { flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--white); }

/* Większa, spokojniejsza typografia na całej stronie */
.desktop-nav { font-size: 14px; }
.header-phone small { font-size: 10px; }
.header-phone strong { font-size: 18px; }
.eyebrow { font-size: 11px; }
.seo-h1 { font-size: 12px; }
.hero-lead { font-size: 20px; line-height: 1.68; }
.button { min-height: 60px; padding-right: 24px; padding-left: 24px; font-size: 15px; }
.hero-proof { font-size: 10px; }
.hero-photo figcaption b { font-size: 10px; }
.hero-photo figcaption span { font-size: 14px; }
.quote-card { width: min(100%, 540px); padding: 30px; }
.quote-topline { font-size: 10px; }
.quote-kicker { font-size: 14px; }
.quote-tabs a { min-height: 42px; font-size: 12px; }
.quote-number { font-size: 10px; }
.quote-result h2 { font-size: 30px; }
.quote-result p { font-size: 15px; }
.consultant-button > span { font-size: 21px; }
.consultant-button > span small { font-size: 9px; }
.quote-quick-shop > span { font-size: 9px; }
.quote-quick-shop a { min-height: 36px; padding: 0 13px; font-size: 12px; }
.phone-strip p { font-size: 15px; }
.phone-strip p b { font-size: 20px; }
.phone-strip a span { font-size: 11px; }
.phone-strip a strong { font-size: 18px; }
.phone-strip a small { font-size: 11px; }
.section-heading > p:last-child, .location-head > p, .buy-catalog-intro > p:last-child { font-size: 18px; }
.service-meta, .location-index { font-size: 10px; }
.service-card p { font-size: 15px; }
.service-card a { font-size: 14px; }
.local-story p:not(.eyebrow), .location-feature p { font-size: 17px; }
.price-copy li { font-size: 15px; }
.price-copy li span { font-size: 11px; }
.big-phone-card small { font-size: 11px; }
.big-phone-card > span { font-size: 13px; }
.location-kicker, .location-tag { font-size: 10px; }
.location-card > p { font-size: 15px; }
.location-hours, .point-hours { font-size: 14px; }
.location-phone small { font-size: 10px; }
.location-bottom { font-size: 14px; }
.faq-title > p:last-child { font-size: 16px; }
.faq-list summary { font-size: 19px; }
.faq-list details > p { font-size: 16px; }
.final-cta > p:not(.eyebrow) { font-size: 17px; }
.online-sales-head > div:last-child > p { font-size: 18px; }
.online-preview-meta { font-size: 10px; }
.community-label { font-size: 10px; }
.community-section p { font-size: 16px; }
.footer-brand > p, .footer-col a, .footer-col p { font-size: 13px; }
.footer-col h3, .footer-bottom { font-size: 10px; }
.subhero-copy > p:not(.eyebrow), .detail-intro > p:last-child,
.locations-hero > div > p:not(.eyebrow), .contact-hero-copy > p:not(.eyebrow),
.visit-info > div:last-child > p, .contact-bottom > div:last-child > p { font-size: 18px; }
.detail-grid p, .point-copy > p:last-child, .form-heading > p:last-child,
.contact-direct > p, .legal-content p, .legal-content li { font-size: 16px; }
.map-copy p, .point-actions > a:last-child, .form-note, .consent-row { font-size: 13px; }
.form-grid label > span { font-size: 12px; }
.form-submit { font-size: 15px; }
.cookie-banner strong { font-size: 15px; }
.cookie-banner p, .cookie-banner a { font-size: 12px; }
.cookie-banner button { font-size: 13px; }

@media (max-width: 1120px) {
  .online-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .buy-hero { grid-template-columns: 1fr; }
  .buy-hero-visual { min-height: 540px; }
  .buy-category-nav { grid-template-columns: repeat(2, 1fr); }
  .buy-category-nav .buy-all-link { grid-column: 1 / -1; }
  .buy-category { grid-template-columns: 1fr; gap: 34px; }
  .buy-category-visual figure { height: 520px; }
  .legal-layout { grid-template-columns: 220px 1fr; gap: 50px; }
}

@media (max-width: 820px) {
  .online-sales-head, .link4-child-feature, .community-section, .buy-catalog-intro, .online-how, .online-help { grid-template-columns: 1fr; }
  .link4-child-feature figure { min-height: 360px; }
  .community-section article { min-height: 570px; }
  .buy-catalog-intro .eyebrow { grid-column: 1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-layout > aside { position: static; }
}

@media (max-width: 620px) {
  h1, h2 { letter-spacing: -.035em !important; }
  .online-sales-head { gap: 34px; }
  .online-sales-head h2 { font-size: 52px; }
  .online-preview-grid { grid-template-columns: 1fr; }
  .online-preview-card { min-height: 505px; }
  .online-preview-card figure { height: 220px; }
  .link4-child-feature figure { min-height: 280px; }
  .link4-child-feature > div { padding: 30px 20px; }
  .link4-child-feature h3 { font-size: 48px; }
  .link4-feature-actions { display: grid; }
  .online-preview-category { margin-top: 24px; }
  .community-section article { min-height: 530px; padding: 55px 20px; }
  .community-section h2 { font-size: 49px; }
  .travelplanet-details { align-items: flex-start; flex-direction: column; gap: 5px; }
  .buy-hero { min-height: auto; }
  .buy-hero-copy { padding: 70px 20px; }
  .buy-hero h1 { font-size: 59px; }
  .buy-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .buy-hero-visual { min-height: 430px; }
  .buy-hero-visual figcaption { left: 18px; bottom: 18px; min-width: 205px; }
  .buy-category-nav { grid-template-columns: 1fr; padding: 0; }
  .buy-category-nav > a { min-height: 66px; border-left: 0; border-bottom: 1px solid var(--line); }
  .buy-category-nav .buy-all-link { grid-column: 1; }
  .buy-catalog-intro { margin-bottom: 55px; }
  .buy-catalog-intro h2 { font-size: 56px; }
  .buy-category { padding: 45px 0; }
  .buy-category-visual figure { height: 300px; }
  .buy-category-head h2 { font-size: 48px; }
  .buy-product-grid { grid-template-columns: 1fr; }
  .buy-product-card { min-height: 330px; }
  .online-how, .online-help { gap: 55px; padding: 85px 20px; }
  .online-how h2, .online-help h2 { font-size: 52px; }
  .hero-lead { font-size: 17px; }
  .quote-card { padding: 22px; }
  .quote-result p { font-size: 14px; }
  .button { font-size: 14px; }
  .cookie-banner { left: 12px; bottom: 82px; width: calc(100vw - 24px); grid-template-columns: 44px 1fr; padding: 14px; }
  .cookie-mark { width: 44px; height: 44px; }
  .cookie-banner button { grid-column: 1 / -1; width: 100%; }
  .legal-hero { min-height: 490px; padding: 70px 20px; }
  .legal-hero h1 { font-size: 59px; }
  .legal-layout { gap: 45px; }
  .legal-content section { padding: 38px 0; }
  .map-enable { padding: 22px; }
}

/* Ten sam krój Manrope co w aktualnej stronie Sites. */
.hero h1 em,
.contact-hero h1 em,
h1 em,
h2 em {
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-style: normal;
  font-weight: 650;
}

/* Przełączany Szybki start */
.quote-tabs button {
  cursor: pointer;
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: rgba(18,33,59,.65);
  border-radius: 5px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}
.quote-tabs button:hover,
.quote-tabs button:focus-visible,
.quote-tabs button.active {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 2px 10px rgba(18,33,59,.08);
}
.quote-tabs button:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.quote-result { min-height: 218px; }
.quote-full-offer {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(18,33,59,.24);
  font-size: 12px;
  font-weight: 800;
}
.quote-full-offer b { color: var(--red); }

/* Zakup online na podstronach ofertowych */
.service-online {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
  background: var(--blue);
}
.service-online-copy h2 {
  margin: 0;
  font-size: clamp(50px, 5.7vw, 80px);
  line-height: .94;
  letter-spacing: -.062em;
}
.service-online-copy h2 em { color: var(--blue-strong); }
.service-online-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(18,33,59,.67);
  font-size: 17px;
  line-height: 1.72;
}
.service-online-phone {
  position: relative;
  display: grid;
  gap: 3px;
  margin-top: 28px;
  padding: 20px 58px 20px 22px;
  background: var(--red);
  color: var(--white);
  border-radius: 8px;
}
.service-online-phone small { font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.service-online-phone strong { font-size: clamp(32px, 3.2vw, 47px); letter-spacing: -.045em; }
.service-online-phone span { color: rgba(255,255,255,.74); font-size: 12px; }
.service-online-phone::after { content: "→"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; }
.service-online-links { display: grid; padding: 10px 0; border-top: 1px solid rgba(18,33,59,.22); }
.service-online-label { padding: 0 0 16px; color: rgba(18,33,59,.52); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.service-online-links a {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  border-top: 1px solid rgba(18,33,59,.22);
  font-size: 16px;
  font-weight: 800;
}
.service-online-links a:last-child { border-bottom: 1px solid rgba(18,33,59,.22); }
.service-online-links a b { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; }
.service-online-links a:hover { background: rgba(255,255,255,.3); }
.service-online-links .all-online-link b { background: var(--red); }

@media (max-width: 820px) {
  .service-online { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  .quote-result { min-height: 235px; }
  .quote-full-offer { width: 100%; justify-content: space-between; font-size: 11px; }
  .service-online { padding: 78px 20px; }
  .service-online-copy h2 { font-size: 49px; }
  .service-online-copy > p:not(.eyebrow) { font-size: 16px; }
  .service-online-phone { padding-right: 48px; }
  .service-online-links a { min-height: 70px; padding: 0 10px; font-size: 14px; }
}

@media (min-width: 1121px) and (max-width: 1280px) {
  .desktop-nav, .header-phone { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 1120px) {
  .online-direct-grid { grid-template-columns: repeat(2, 1fr); }
  .online-direct-grid a.priority { grid-column: span 1; }
  .matcher-grid { grid-template-columns: repeat(2, 1fr); }
  .service-order-now { grid-template-columns: 1fr; gap: 35px; }
  .global-order-strip { grid-template-columns: repeat(2, 1fr); }
  .global-order-strip > div { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .online-direct-heading, .matcher-intro, .matcher-results-head { grid-template-columns: 1fr; gap: 20px; }
  .online-direct-heading p, .matcher-intro .eyebrow { grid-column: 1; }
  .online-choice-actions, .matcher-result-grid { grid-template-columns: 1fr; }
  .matcher-results { padding: 36px 25px; }
  .service-order-buttons { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .online-direct-grid, .matcher-grid { grid-template-columns: 1fr; }
  .online-direct-grid a { min-height: 132px; }
  .online-choice-actions { margin-top: 12px; }
  .matcher-hero { min-height: auto; padding: 75px 20px; }
  .matcher-hero h1 { font-size: 59px; }
  .matcher-hero > p:not(.eyebrow) { font-size: 17px; }
  .matcher-intro { margin-bottom: 42px; }
  .matcher-intro h2 { font-size: 54px; }
  .matcher-progress { align-items: flex-start; flex-direction: column; }
  .matcher-grid > button { min-height: 205px; }
  .matcher-submit-row { align-items: stretch; flex-direction: column; }
  .matcher-submit-row > button { width: 100%; justify-content: space-between; }
  .matcher-results { margin: 55px -4px 0; padding: 30px 17px; }
  .matcher-result-grid article { min-height: 285px; padding: 22px; }
  .matcher-result-grid h3 { font-size: 28px; }
  .matcher-help { align-items: stretch; flex-direction: column; }
  .matcher-help > a { text-align: center; }
  .service-order-now { padding: 66px 20px; }
  .service-order-now h2 { font-size: 48px; }
  .service-order-buttons a { min-height: 125px; }
  .global-order-strip { grid-template-columns: 1fr; }
  .global-order-strip > div { grid-column: 1; }
  .global-order-strip > div, .global-order-strip > a { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .matcher-side-button { top: auto; right: 10px; bottom: 78px; width: auto; max-width: calc(100vw - 20px); grid-template-columns: 1fr 20px; padding: 12px 14px; border-radius: 7px; transform: none; }
  .matcher-side-button:hover { width: auto; }
  .matcher-side-button small { font-size: 7px; }
  .matcher-side-button strong { font-size: 12px; }
}
