/*
Theme Name: SM Ubezpieczenia Lublin
Theme URI: https://sm-ubezpieczenia.pl/
Author: Create Website
Author URI: https://www.createwebsite.pl/
Description: Autorski, responsywny motyw WordPress dla SM Ubezpieczenia w Lublinie. Zawiera podstrony ofertowe, punkty, formularz kontaktowy, lokalne SEO, politykę prywatności i zarządzanie zgodą cookies.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 7.0.4
Requires PHP: 8.0
Text Domain: sm-ubezpieczenia
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--font-geist-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #12213b;
  --ink-2: #1d3562;
  --paper: #f5f2ec;
  --white: #fff;
  --red: #e62445;
  --red-dark: #c71736;
  --blue: #dce8fb;
  --blue-strong: #244b99;
  --cream: #eee7da;
  --coral: #ffd8cf;
  --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: var(--font-geist-sans), Arial, sans-serif; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.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); border-color: transparent; }
.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; }

.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: var(--font-geist-mono); 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: var(--font-geist-mono); 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: var(--font-geist-mono); 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: var(--font-geist-mono); 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: var(--font-geist-mono); 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 button { cursor: pointer; min-height: 38px; padding: 0 6px; border: 0; background: transparent; color: rgba(18,33,59,.58); border-radius: 5px; font-size: 10px; }
.quote-tabs button.active { background: var(--white); color: var(--ink); font-weight: 750; 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: var(--font-geist-mono); 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; }

.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.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(--cream); border-radius: 8px; }
.service-card.red { background: #f7cdd4; }
.service-card.blue { background: var(--blue); }
.service-card.cream { background: var(--cream); }
.service-card.coral { background: var(--coral); }
.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: var(--font-geist-mono); 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); }
.service-links { display: grid; margin-top: 23px; border-top: 1px solid rgba(18,33,59,.2); }
.service-card .service-links a { margin: 0; padding: 13px 0; border-top: 0; }
.service-card .service-links a + a { border-top: 1px solid rgba(18,33,59,.14); }
.service-card .service-links .service-buy { color: var(--red-dark); font-weight: 850; }

.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: var(--font-geist-mono); 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: var(--font-geist-mono); 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: var(--font-geist-mono); font-size: 9px; }
.location-tag { width: max-content; margin-top: 50px; padding: 7px 10px; background: var(--blue); border-radius: 99px; font-family: var(--font-geist-mono); 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-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: var(--font-geist-mono); 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: var(--font-geist-mono); 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); }
.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: var(--font-geist-mono); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.footer-bottom a, .footer-bottom button { color: inherit; }
.footer-credit { margin-left: auto; text-align: right; }
.footer-credit strong { color: rgba(255,255,255,.6); font-weight: 700; }

/* 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: var(--font-geist-mono); 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: var(--font-geist-mono); 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: var(--font-geist-mono); font-size: 9px; }
.point-copy > p:first-child { margin: 0 0 9px; color: var(--red); font-family: var(--font-geist-mono); 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: var(--font-geist-mono); 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 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: var(--font-geist-mono); 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 > 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: var(--font-geist-mono); 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-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) {
  .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; }
}

/* Jeden prosty krój w całym serwisie */
h1, h2, h3,
.hero h1 em,
.contact-hero h1 em,
h1 em, h2 em,
.buy-hero-visual figcaption strong {
  font-family: var(--font-geist-sans);
  font-style: normal;
  font-weight: 650;
}

/* Rozbudowany Szybki start */
.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); }
.consultant-button { min-height: 62px; }
.consultant-button > span { display: grid; gap: 2px; color: var(--white); font-size: 21px; }
.consultant-button > span small { color: #ff8b9c; font-family: var(--font-geist-mono); font-size: 9px; 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: var(--font-geist-mono); font-size: 9px; 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: 36px; padding: 0 13px; background: var(--paper); border: 1px solid var(--line); border-radius: 99px; font-size: 12px; font-weight: 750; transition: background .2s, color .2s; }
.quote-quick-shop a:hover { background: var(--blue); }
.quote-quick-shop a 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: var(--font-geist-mono); 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 (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* WordPress i dostępność */
.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: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: var(--white); color: var(--ink); border-radius: 4px; }
.wp-content { max-width: 920px; margin: 0 auto; padding: 90px 24px; }
.wp-content h1 { font-size: clamp(46px, 6vw, 78px); line-height: .95; letter-spacing: -.055em; }
.wp-content h2 { margin-top: 44px; font-size: 32px; letter-spacing: -.03em; }
.wp-content p, .wp-content li { color: rgba(18,33,59,.7); line-height: 1.75; }
.notice-success, .notice-error { margin: 0 0 24px; padding: 16px 18px; border-radius: 6px; font-size: 13px; line-height: 1.6; }
.notice-success { background: #e3f5e9; color: #124f2d; border: 1px solid #b9dfc7; }
.notice-error { background: #fff0f1; color: #8b172c; border: 1px solid #f4c7ce; }
.sensitive-data-warning { margin: 18px 0 0; padding: 14px 16px; background: #fff6df; color: #664b0d; border-left: 3px solid #d8a321; font-size: 11px; line-height: 1.6; }
.consent-row a { color: var(--blue-strong); text-decoration: underline; }
.sm-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Polityka prywatności i RODO */
.privacy-hero { padding: 95px max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--white); }
.privacy-hero h1 { max-width: 940px; margin: 0; font-size: clamp(56px, 7vw, 94px); line-height: .92; letter-spacing: -.065em; }
.privacy-hero p:last-child { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.privacy-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 75px; padding: 90px max(24px, calc((100vw - 1180px) / 2)); background: var(--white); }
.privacy-nav { position: sticky; top: 120px; align-self: start; display: grid; gap: 8px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.privacy-nav strong { margin-bottom: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.privacy-nav a { padding: 8px 0; color: rgba(18,33,59,.65); font-size: 12px; border-bottom: 1px solid var(--line); }
.privacy-content { max-width: 830px; }
.privacy-content section { scroll-margin-top: 120px; padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.privacy-content h2 { margin: 0 0 17px; font-size: clamp(31px, 4vw, 46px); line-height: 1; letter-spacing: -.045em; }
.privacy-content h3 { margin: 28px 0 10px; font-size: 20px; }
.privacy-content p, .privacy-content li { color: rgba(18,33,59,.7); font-size: 14px; line-height: 1.78; }
.privacy-content a { color: var(--blue-strong); text-decoration: underline; }
.privacy-table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 12px; }
.privacy-table table { width: 100%; border-collapse: collapse; }
.privacy-table th, .privacy-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.privacy-table th { background: var(--paper); }
.privacy-callout { padding: 20px; background: var(--blue); border-radius: 7px; }
.privacy-callout p { margin: 0; color: var(--ink); }

/* Zgody cookies i zewnętrzne mapy */
.cookie-consent { position: fixed; z-index: 99990; left: 18px; right: 18px; bottom: 18px; display: none; max-width: 1180px; margin: 0 auto; padding: 22px; background: #091329; color: var(--white); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.cookie-consent.is-visible { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.cookie-consent h2 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.02em; }
.cookie-consent p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.65; }
.cookie-consent p a { color: var(--white); text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { cursor: pointer; min-height: 44px; padding: 0 15px; border-radius: 5px; font-size: 11px; font-weight: 750; }
.cookie-accept { border: 0; background: var(--red); color: var(--white); }
.cookie-reject { border: 1px solid rgba(255,255,255,.35); background: transparent; color: var(--white); }
.cookie-settings-button { cursor: pointer; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.62); font: inherit; text-decoration: underline; }
.map-placeholder { min-height: 300px; display: grid; place-items: center; padding: 30px; background: var(--blue); text-align: center; }
.map-placeholder > div { max-width: 340px; }
.map-placeholder strong { display: block; margin-bottom: 8px; font-size: 18px; }
.map-placeholder p { margin: 0 0 14px; color: rgba(18,33,59,.68); font-size: 11px; line-height: 1.55; }
.map-placeholder button { cursor: pointer; min-height: 42px; padding: 0 14px; border: 0; background: var(--ink); color: var(--white); border-radius: 5px; font-size: 11px; font-weight: 750; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 36px; padding-top: 55px; }
  .privacy-nav { position: static; }
  .privacy-table, .privacy-table tbody, .privacy-table tr, .privacy-table th, .privacy-table td { display: block; }
  .privacy-table th { border-bottom: 0; }
  .cookie-consent.is-visible { grid-template-columns: 1fr; gap: 16px; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions button { width: 100%; }
}

/* Widoczne ścieżki zakupu online */
.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; letter-spacing: -.055em; }
.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,.7); font-size: 17px; 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-size: 10px; letter-spacing: .1em; }
.online-preview-meta b { padding: 7px 9px; background: var(--cream); border-radius: 99px; }
.online-preview-category { width: max-content; margin-top: 24px; color: var(--red-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.online-preview-card h3 { margin: 13px 0 12px; font-size: clamp(27px, 2.4vw, 37px); line-height: 1.03; letter-spacing: -.035em; }
.online-preview-card p { margin: 0 0 25px; color: rgba(18,33,59,.68); font-size: 14px; 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; }
.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; }

.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; }
.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); }

/* Pełna oferta KUP ONLINE */
.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-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(18,33,59,.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; }
.buy-hero-visual figcaption strong { font-size: 35px; line-height: 1; }
.buy-hero-visual figcaption span { color: rgba(18,33,59,.65); font-size: 13px; }
.buy-catalog { background: var(--paper); }
.buy-catalog-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 65px; }
.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 { margin: 0; color: rgba(18,33,59,.68); font-size: 18px; line-height: 1.72; }
.buy-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.buy-product-card { min-height: 365px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 32px rgba(18,33,59,.05); }
.product-code { display: flex; justify-content: space-between; align-items: center; color: rgba(18,33,59,.55); 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(27px, 2.7vw, 38px); 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: transform .2s, background .2s; }
.product-actions a:hover { transform: translateY(-2px); }
.product-buy-link { background: #245fc4; color: var(--white); }
.product-buy-link:hover { background: #174a9f; }
.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; }
.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; }

/* Miniaplikacja Dobierz ubezpieczenie */
[hidden] { display: none !important; }
.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-result-grid .matcher-info-link { min-height: 48px; margin-top: 8px; background: transparent; color: var(--ink); border: 1px solid rgba(18,33,59,.22); }
.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; }

@media (min-width: 1121px) and (max-width: 1280px) {
  .desktop-nav, .header-phone { display: none; }
  .mobile-menu { display: block; }
}
@media (max-width: 1120px) {
  .online-preview-grid, .buy-product-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; }
  .matcher-grid { grid-template-columns: repeat(2, 1fr); }
  .buy-hero { grid-template-columns: 1fr; }
  .buy-hero-visual { min-height: 520px; }
}
@media (max-width: 820px) {
  .online-sales-head, .link4-child-feature, .online-choice-actions, .buy-catalog-intro, .online-help, .matcher-intro, .matcher-results-head, .matcher-result-grid { grid-template-columns: 1fr; }
  .link4-child-feature figure { min-height: 360px; }
  .buy-catalog-intro .eyebrow, .matcher-intro .eyebrow { grid-column: 1; }
  .service-order-buttons { grid-template-columns: 1fr; }
  .matcher-results { padding: 36px 25px; }
}
@media (max-width: 620px) {
  .online-preview-grid, .buy-product-grid, .matcher-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; }
  .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); }
  .buy-hero { min-height: auto; }
  .buy-hero-copy { padding: 70px 20px; }
  .buy-hero h1, .matcher-hero h1 { font-size: 59px; }
  .buy-hero-copy > p:not(.eyebrow), .matcher-hero > p:not(.eyebrow) { font-size: 17px; }
  .buy-hero-visual { min-height: 410px; }
  .buy-catalog-intro h2, .matcher-intro h2 { font-size: 54px; }
  .online-help { gap: 50px; padding: 80px 20px; }
  .online-help h2 { font-size: 50px; }
  .matcher-hero { min-height: auto; padding: 75px 20px; }
  .matcher-intro { margin-bottom: 42px; }
  .matcher-progress { align-items: flex-start; flex-direction: column; }
  .matcher-grid > button { min-height: 205px; }
  .matcher-submit-row, .matcher-help { 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-help > a { text-align: center; }
  .matcher-side-button { top: auto; right: 10px; bottom: 10px; 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; }
}
