/* Rentvelo sklep - design system. Brand: #8864D1, Montserrat, zwykłe "-" */

:root {
    --purple: #8864D1;
    --purple-dark: #6f4fb8;
    --purple-light: #f1ecfa;
    --ink: #1a1a1a;
    --text: #23202b;
    --muted: #6b6b75;
    --border: #e6e2ef;
    --bg-alt: #f7f6fb;
    --dark: #171520;
    --shadow: 0 6px 24px rgba(23,21,32,.10);
    --shadow-sm: 0 2px 10px rgba(23,21,32,.06);
    --radius: 14px;
}

* { box-sizing: border-box; }
/* UWAGA: NIE ustawiamy overflow-x:hidden/clip na html/body - oba psują
   position:fixed na mobile (pływający koszyk Booqable dryfuje przy scrollu)
   ORAZ nie są potrzebne (nic nie wystaje poza ekran - karuzele mają własne
   kontenery przewijania). Poziomy overflow ograniczać punktowo na elemencie. */
html, body { max-width: 100%; }
body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: var(--purple); text-decoration: none; }
a:hover { color: var(--purple-dark); }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 800px; }

h1, h2, h3 { font-weight: 800; line-height: 1.2; color: var(--ink); letter-spacing: -.01em; }
h1 { font-size: 34px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
.muted { color: var(--muted); }

/* Sekcje */
.section { padding: 64px 0; }
.section-alt { background: var(--bg-alt); }
.section-title { font-size: 28px; margin: 0 0 8px; }

/* ===== Topbar ===== */
.topbar { background: var(--dark); color: #cfc9dd; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #e6e1f2; }
.topbar-contact a { margin-left: 14px; font-weight: 600; }

/* ===== Header / nav (dwupoziomowy) ===== */
.site-header {
    position: relative; z-index: 50;   /* sticky tylko na mobile (niżej) */
    background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}
/* Rząd 1: logo + ikony */
.header-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.logo img { width: 210px; height: auto; display: block; }
.logo-text { font-weight: 800; font-size: 22px; color: var(--purple); }
.header-icons { display: flex; align-items: center; gap: 6px; }
.hdr-icon, .hdr-drop > summary {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 10px; border: none; background: none;
    color: var(--ink); cursor: pointer; padding: 0; list-style: none;
}
.hdr-icon:hover, .hdr-drop > summary:hover { background: var(--purple-light); color: var(--purple-dark); }
.hdr-icon svg, .hdr-drop > summary svg { width: 23px; height: 23px; }
.hdr-drop { position: relative; }
.hdr-drop > summary::-webkit-details-marker { display: none; }
.hdr-drop-panel {
    position: absolute; right: 0; top: calc(100% + 8px); min-width: 240px;
    background: #fff; border: 1px solid var(--border); border-radius: 12px;
    box-shadow: var(--shadow); padding: 16px 18px; z-index: 70; font-size: 14px;
}
.hdr-drop-panel p { margin: 0 0 10px; line-height: 1.55; }
.btn-sm { padding: 8px 14px; font-size: 13px; border-radius: 8px; }
.contact-links { display: flex; flex-direction: column; gap: 8px; margin: 0 0 12px; }
.contact-links a { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink); }
.contact-links a:hover { color: var(--purple-dark); }
.contact-links .ci { display: inline-flex; width: 20px; height: 20px; color: var(--purple); flex: none; }
.contact-links .ci svg { width: 100%; height: 100%; }
.contact-links .ci-wa { color: #25D366; }

/* Rząd 2: guzik Informacje + menu */
.header-menu { border-top: 1px solid var(--border); }
.header-menu-inner { display: flex; align-items: center; gap: 12px; padding-top: 12px; padding-bottom: 12px; }
.info-drop > summary {
    width: auto; height: 38px; gap: 8px; padding: 0 14px;
    font-weight: 700; font-size: 14px; color: var(--ink);
    border: 1px solid var(--border); border-radius: 9px; background: var(--bg-alt);
}
.info-drop > summary svg { width: 17px; height: 17px; }
.info-drop .hdr-drop-panel { left: 0; right: auto; padding: 6px; }
.info-panel a { display: block; padding: 9px 12px; border-radius: 7px; font-size: 14px; font-weight: 600; color: var(--ink); }
.info-panel a:hover { background: var(--purple-light); color: var(--purple-dark); }
.main-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-left: auto; }
.main-nav > a, .nav-drop-label {
    font-weight: 600; font-size: 15px; color: var(--ink);
    padding: 8px 12px; border-radius: 8px; cursor: pointer; display: inline-block;
}
.main-nav > a:hover, .nav-drop-label:hover { background: var(--purple-light); color: var(--purple-dark); }
.main-nav > a.active { color: var(--purple-dark); }
.nav-cta {
    background: var(--purple) !important; color: #fff !important;
    padding: 10px 18px !important; border-radius: 9px; font-weight: 700 !important; margin-left: 6px;
}
.nav-cta:hover { background: var(--purple-dark) !important; }

/* Dropdown "Inne" */
.nav-drop { position: relative; }
.nav-drop-menu {
    position: absolute; top: 100%; left: 0; min-width: 200px;
    background: #fff; border: 1px solid var(--border); border-radius: 10px;
    box-shadow: var(--shadow); padding: 6px; display: none; z-index: 60;
}
.nav-drop:hover .nav-drop-menu { display: block; }
.nav-drop-menu a { display: block; padding: 9px 12px; border-radius: 7px; font-size: 15px; font-weight: 600; color: var(--ink); }
.nav-drop-menu a:hover { background: var(--purple-light); color: var(--purple-dark); }
.nav-drop-label i { font-style: normal; font-size: 11px; color: var(--muted); }

/* Hamburger (mobile) - ikonka obok pozostałych ikon w górnym rzędzie */
.navtoggle, .navburger, .mobile-nav { display: none; }
.navburger { cursor: pointer; align-items: center; justify-content: center; width: 40px; height: 40px; }
.burger-bars { display: flex; flex-direction: column; gap: 4px; }
.burger-bars span { width: 21px; height: 2.5px; background: var(--ink); border-radius: 2px; display: block; }
/* krzyżyk po otwarciu menu */
.navtoggle:checked ~ .header-top .navburger .burger-bars span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.navtoggle:checked ~ .header-top .navburger .burger-bars span:nth-child(2) { opacity: 0; }
.navtoggle:checked ~ .header-top .navburger .burger-bars span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.burger-bars span { transition: transform .2s, opacity .2s; }

/* ===== Hero ===== */
.hero {
    position: relative; background-size: cover; background-position: center;
    background-color: var(--dark);
    color: #fff; padding: 74px 0; min-height: 320px; display: flex; align-items: center;
}
/* Domyślny baner bez zdjęcia: głębszy gradient + delikatna siatka kropek
   i miękkie poświaty - dużo ładniejszy niż płaski fiolet. */
.hero-plain {
    background:
        radial-gradient(circle at 12% 12%, rgba(255,255,255,.14), transparent 45%),
        radial-gradient(circle at 92% 88%, rgba(196,168,255,.30), transparent 50%),
        linear-gradient(125deg, #211050 0%, var(--purple-dark) 42%, var(--purple) 78%, #b79fe4 100%);
    overflow: hidden;
}
.hero-plain::before {
    content: ''; position: absolute; inset: 0; z-index: 0; opacity: .8;
    background-image: radial-gradient(rgba(255,255,255,.28) 1.5px, transparent 1.6px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(160deg, rgba(0,0,0,.95), transparent 80%);
    mask-image: linear-gradient(160deg, rgba(0,0,0,.95), transparent 80%);
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(20,17,30,.82) 0%, rgba(20,17,30,.55) 55%, rgba(20,17,30,.25) 100%);
}
.hero-plain .hero-overlay { display: none; }
/* Baner "wypełnij boki rozmyciem": pełne zdjęcie na środku + rozmyta kopia
   w tle wypełnia boki (na desktopie). Na mobile zwykły cover. */
.hero-fill { background: var(--dark); overflow: hidden; }
.hero-bg-blur {
    position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: center;
    filter: blur(30px) brightness(.72); transform: scale(1.25);
}
.hero-bg-photo {
    position: absolute; inset: 0; z-index: 1;
    background-repeat: no-repeat; background-size: auto 100%; background-position: center;
}
.hero-fill .hero-overlay { z-index: 2; }
.hero-fill .hero-content { z-index: 3; }
@media (max-width: 860px) { .hero-bg-photo { background-size: cover !important; } }

.hero-content { position: relative; z-index: 2; }
.hero h1 { color: #fff; font-size: 44px; margin: 8px 0 0; max-width: 900px; }
.hero-lead { font-size: 18px; color: #e9e4f5; max-width: 640px; margin: 14px 0 0; font-weight: 500; }
.hero-crumbs { font-size: 13px; color: #cdc6e0; font-weight: 600; }
.hero-crumbs a { color: #cdc6e0; }
.hero-crumbs a:hover { color: #fff; }
.hero-crumbs em { font-style: normal; opacity: .5; margin: 0 4px; }

/* Rotacja zdjęć w hero głównej (crossfade) */
.hero-rotate .hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.1s ease;
}
.hero-slide.active { opacity: 1; }

/* Pasek zaufania (pod hero na stronie głównej) - subtelny */
.trust-band { background: #fff; border-bottom: 1px solid var(--border); }
.trust-inner { display: flex; justify-content: center; flex-wrap: wrap; padding-top: 15px; padding-bottom: 15px; min-height: 34px; }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 2px 28px; position: relative; }
.trust-item:not(:last-child)::after {
    content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    height: 26px; width: 1px; background: var(--border);
}
.trust-num { font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.2; letter-spacing: -.01em; }
.trust-lab { font-size: 12px; color: var(--muted); margin-top: 1px; text-transform: uppercase; letter-spacing: .03em; }
@media (max-width: 560px) {
    .trust-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 0; }
    .trust-item { padding: 4px 10px; }
    .trust-item::after { display: none; }
    .trust-item:nth-child(odd):not(:last-child)::after {
        display: block; left: auto; right: 0; }
}

/* Rozbudowany tekst SEO na dole strony kategorii */
.cat-seo { margin-top: 4px; }
.cat-seo h2 { font-size: 22px; margin: 26px 0 10px; }
.cat-seo h2:first-child { margin-top: 0; }
.cat-seo p { margin: 0 0 12px; color: var(--text); }

/* ===== Buttons ===== */
.btn {
    display: inline-block; background: var(--purple); color: #fff;
    padding: 12px 24px; border-radius: 9px; font-weight: 700; font-size: 15px; border: none; cursor: pointer;
}
.btn:hover { background: var(--purple-dark); color: #fff; }

/* ===== Kategorie: chipy + kafle ===== */
.collections { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.collections a {
    font-size: 14px; font-weight: 600; color: var(--purple-dark);
    background: var(--purple-light); padding: 8px 16px; border-radius: 20px; border: 1px solid transparent;
}
.collections a:hover { border-color: var(--purple); }
.collections a.active { background: var(--purple); color: #fff; }

.cat-tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 24px; }
.cat-tile { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; border: 1px solid var(--border); transition: box-shadow .15s, transform .15s; }
.cat-tile:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.cat-tile-img { aspect-ratio: 4/3; background: var(--purple-light) center/cover no-repeat; }
.cat-tile span { padding: 14px 16px; font-weight: 700; font-size: 16px; color: var(--ink); }
.cat-tile-desc {
    display: block; margin-top: -8px; padding: 0 16px 14px;
    font-size: 13.5px; font-weight: 400; color: var(--muted); line-height: 1.45;
}

.cat-intro { max-width: 820px; font-size: 17px; color: var(--text); margin: 0 0 28px; }
.cat-intro p { margin: 0; }
.subcat { margin-top: 48px; padding-top: 8px; }
.subcat h2 { margin-bottom: 4px; }

/* ===== Siatka produktów ===== */
.product-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; margin: 8px 0 0;
}
.product-card { display: flex; flex-direction: column; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; transition: background .15s; }
.product-card:hover { background: #faf8ff; }
.product-card .card-link { display: flex; flex-direction: column; flex: 1; color: inherit; padding: 0; }
.product-card .thumb { aspect-ratio: 4/3; background: #f4f4f6; overflow: hidden; margin: 0; display: flex; align-items: center; justify-content: center; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.product-card:hover .thumb img { transform: scale(1.06); }
.product-card .thumb .noimg { color: var(--purple); font-size: 13px; }
.product-card .body { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 16px 18px 18px; }
.product-card .name { font-weight: 600; font-size: 17px; color: var(--ink); line-height: 1.3; }
.product-card .card-excerpt { font-size: 14px; color: var(--muted); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-price { margin-top: auto; padding-top: 10px; }
.card-price .price-val { font-size: 17px; font-weight: 800; color: var(--purple-dark); }
.card-days { font-size: 14px; font-weight: 400; color: var(--muted); }
.card-price .price-od { font-weight: 400; color: var(--muted); font-size: 13px; }
.muted-price { color: var(--muted); font-weight: 500; font-size: 13px; }
.grid-empty { padding: 24px 0; }

/* ===== Karta wyboru dat (Booqable, ostylowany) =====
   Biała karta z cienką zaokrągloną ramką (zamiast fioletowego pasa). */
.datepicker-card {
    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 14px 20px; margin: 20px 0 0;
}
.dp-label { font-weight: 700; color: var(--ink); font-size: 15px; white-space: nowrap; }
.bq-dp-wrap { flex: 1; min-width: 240px; max-width: 460px; min-height: 46px; }
.booqable-datepicker, .booqable-datepicker * { font-family: 'Montserrat', Arial, sans-serif !important; font-weight: 600 !important; }
.datepicker-card .booqable-datepicker p { font-weight: 600 !important; }
.datepicker-card .booqable-datepicker [class^="Container"], .datepicker-card .booqable-datepicker [class*=" Container"] { background: transparent !important; border-radius: 0 !important; gap: 10px !important; }
.datepicker-card .booqable-datepicker [class^="DateTimeContainer"], .datepicker-card .booqable-datepicker [class*=" DateTimeContainer"] {
    border: 1px solid var(--border) !important; border-radius: 10px !important;
    background: var(--bg-alt) !important; padding: 10px 14px !important;
    min-width: 0 !important;
}
.booqable-datepicker [class^="Placeholder"], .booqable-datepicker [class*=" Placeholder"] { color: var(--purple-dark) !important; }

/* ===== Strona produktu ===== */
.crumbs { font-size: 13px; color: var(--muted); margin: 16px 0 0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--purple); }
.product-page { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.product-page .deposit { font-size: 15px; color: var(--text); }
.product-price { font-size: 30px; font-weight: 800; color: var(--purple-dark); margin: 6px 0 2px; }
.product-price .price-od, .product-price .price-per { font-size: 16px; font-weight: 500; color: var(--muted); }
.price-hint { font-size: 13px; margin: 0 0 10px; }
.gallery-main { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #f4f4f6; }
.gallery-main img { width: 100%; display: block; }
.noimg-lg { padding: 60px 20px; text-align: center; }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.gallery-thumbs button { width: 68px; height: 68px; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; cursor: pointer; background: #f4f4f6; }
.gallery-thumbs button.active { border-color: var(--purple); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.avail { display: inline-block; font-size: 14px; font-weight: 700; padding: 6px 14px; border-radius: 20px; margin: 4px 0 12px; }
.avail span { font-weight: 400; }
.avail-yes { color: #1a7a3d; background: #e6f6ec; border: 1px solid #b7e4c6; }
.avail-no { color: #b3261e; background: #fdecea; border: 1px solid #f5c2be; }
.description { margin-top: 40px; max-width: 820px; }
.description h2 { margin-bottom: 10px; }

/* Rezerwacja (Booqable button ostylowany) */
.booking-box { border: 2px solid var(--purple); border-radius: var(--radius); padding: 18px; margin: 18px 0; background: var(--purple-light); min-height: 120px; }
.booking-box, .booking-box * { font-family: 'Montserrat', Arial, sans-serif !important; }
.booking-label { font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.bq-button { background: var(--purple) !important; border-color: var(--purple) !important; border-radius: 8px !important; font-weight: 700 !important; }
.bq-button:hover { background: var(--purple-dark) !important; border-color: var(--purple-dark) !important; }
.booking-box .bq-price-details, .booking-box .bq-status { display: none !important; }

/* ===== Cross-sell kaset (kompaktowy, rozwijany, w kolumnie info) ===== */
.cass-box {
    border: 1px solid var(--purple); border-radius: 12px; background: #fff;
    margin: 0 0 14px; overflow: hidden;
}
.cass-box > summary {
    display: flex; align-items: center; gap: 10px; cursor: pointer;
    padding: 13px 16px; list-style: none; flex-wrap: wrap;
}
.cass-box > summary::-webkit-details-marker { display: none; }
.cass-box > summary::after {
    content: '▾'; margin-left: auto; color: var(--purple);
    transition: transform .15s; font-size: 13px;
}
.cass-box[open] > summary::after { transform: rotate(180deg); }
.cass-box-title { font-weight: 700; font-size: 14px; color: var(--purple-dark); }
.cass-box-sel { font-size: 13px; color: var(--muted); }
.cs-list { border-top: 1px solid var(--border); padding: 6px; display: flex; flex-direction: column; }
.cs-opt {
    display: flex; align-items: center; gap: 10px; padding: 9px 10px;
    border-radius: 8px; cursor: pointer; font-size: 14px;
}
.cs-opt:hover { background: var(--purple-light); }
.cs-opt input { accent-color: var(--purple); width: 16px; height: 16px; flex: none; }
.cs-name { flex: 1; font-weight: 600; }
.cs-sub { font-weight: 400; color: var(--muted); font-size: 12px; }
.cs-price { font-weight: 700; color: var(--purple-dark); white-space: nowrap; font-size: 13px; }
.cass-box .price-hint { padding: 0 16px 10px; }
.cass-embed {
    border: 1px dashed var(--purple); border-radius: 12px; background: var(--purple-light);
    padding: 12px 16px; margin: 0 0 14px;
}
.cass-embed, .cass-embed * { font-family: 'Montserrat', Arial, sans-serif !important; }
.cass-embed .bq-price-details, .cass-embed .bq-status,
.cass-embed [class*="AvailabilityLink"],
.cass-embed .bq-variation-wrapper { display: none !important; }   /* wariant wybierany w naszej liście */
.cass-embed-label { margin: 0 0 6px; font-size: 13px; }

/* ===== Strona główna ===== */
.hero-home { min-height: 480px; padding: 96px 0; }
.hero-kicker { font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #cbb9f2; margin: 0; }
.hero-home h1 { font-size: 52px; }
.hero-ctas { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.btn-lg { padding: 14px 28px; font-size: 16px; }
.btn-ghost { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-outline { background: transparent; border: 2px solid var(--purple); color: var(--purple-dark); }
.btn-outline:hover { background: var(--purple-light); color: var(--purple-dark); }
.more-link { margin: 22px 0 0; font-weight: 700; }
.cat-tile span em { font-style: normal; color: var(--purple); }

/* Jak to działa */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 10px; }
.step { text-align: left; }
.step-icon {
    position: relative; width: 76px; height: 76px; border-radius: 20px;
    background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm);
    display: flex; align-items: center; justify-content: center;
    color: var(--purple); margin-bottom: 14px;
}
.step-icon svg { width: 40px; height: 40px; }
.step-icon img { width: 44px; height: 44px; object-fit: contain; }
.step-num {
    position: absolute; top: -9px; right: -9px; width: 26px; height: 26px;
    background: var(--purple); color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800;
}
.step h3 { font-size: 17px; margin: 0 0 6px; }
.step p { margin: 0; font-size: 14px; color: var(--muted); }

/* Wyróżnione produkty - karuzela (scroll-snap, bez JS) */
.featured-scroll {
    display: flex; gap: 18px; overflow-x: auto; padding: 6px 2px 14px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.feat-card {
    flex: 0 0 250px; scroll-snap-align: start;
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-sm); color: inherit;
    transition: box-shadow .15s, transform .15s;
}
.feat-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.feat-img { aspect-ratio: 4/3; background: #f4f4f6 center/cover no-repeat; }
.feat-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; }
.feat-name { font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.3; }
.feat-price { font-weight: 800; color: var(--purple-dark); font-size: 15px; }

/* O nas / wyróżniki */
.about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.about-text p { font-size: 17px; }
.about-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feat {
    display: flex; gap: 14px; align-items: flex-start;
    background: #fff; border: 1px solid var(--border); border-radius: 14px;
    padding: 18px 20px; box-shadow: var(--shadow-sm); transition: box-shadow .15s, transform .15s;
}
.feat:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.feat-ico {
    flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px;
    background: var(--purple-light); color: var(--purple-dark);
    display: flex; align-items: center; justify-content: center;
}
.feat-ico svg { width: 23px; height: 23px; }
.feat h3 { font-size: 16px; margin: 0 0 5px; color: var(--ink); }
.feat p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }

/* Opinie Google */
.stars { color: #f5a623; letter-spacing: 2px; font-size: 15px; }
.reviews-scroll {
    display: flex; gap: 18px; overflow-x: auto; padding: 6px 2px 14px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.review-card {
    flex: 0 0 320px; scroll-snap-align: start;
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow-sm); padding: 20px 22px;
    display: flex; flex-direction: column; gap: 10px;
}
.review-text { margin: 0; font-size: 14px; line-height: 1.6; color: var(--text); }
.review-author { margin: auto 0 0; font-weight: 700; font-size: 14px; color: var(--ink); }
.review-author span { font-weight: 400; color: var(--muted); font-size: 13px; margin-left: 6px; }

/* Partnerzy (wąski pas) */
.partners-band { border-top: 1px solid var(--border); background: #fff; padding: 26px 0; }
.partners-inner { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.partners-label { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.partners-logos { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.partners-logos a { display: inline-flex; align-items: center; opacity: .75; transition: opacity .15s; }
.partners-logos a:hover { opacity: 1; }
.partners-logos img { height: 40px; width: auto; max-width: 190px; object-fit: contain; }

/* Kontakt (pasek) */
.contact-band { background: linear-gradient(120deg, var(--purple-dark), var(--purple)); color: #fff; }
.contact-band .section-title { color: #fff; }
.contact-band p { color: #eae4f8; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: center; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.contact-band .btn { background: #fff; color: var(--purple-dark); text-align: center; }
.contact-band .btn:hover { background: var(--purple-light); }
.contact-band .btn-outline { background: transparent; border-color: rgba(255,255,255,.6); color: #fff; }
.contact-band .btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }

@media (max-width: 1000px) {
    .steps { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; gap: 26px; }
    .contact-grid { grid-template-columns: 1fr; }
    .hero-home h1 { font-size: 38px; }
}
@media (max-width: 620px) {
    /* Kroki: ikona po lewej, tekst (tytuł + opis) obok po prawej */
    .steps { grid-template-columns: 1fr; gap: 16px; }
    .step { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; align-items: center; }
    .step-icon { grid-row: 1 / span 2; align-self: center; width: 60px; height: 60px; margin-bottom: 0; border-radius: 16px; }
    .step-icon svg { width: 32px; height: 32px; }
    .step-icon img { width: 34px; height: 34px; }
    .step h3 { align-self: end; margin: 0 0 2px; }
    .step p { align-self: start; }
    .about-feats { grid-template-columns: 1fr; }
    .hero-home { min-height: 440px; padding: 64px 0; }
    .hero-home h1 { font-size: 30px; }
}

/* ===== Karty wpisów z bloga ===== */
.section-sub { margin: -2px 0 20px; }
.blog-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card {
    display: flex; flex-direction: column; background: #fff;
    border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-sm); color: inherit; transition: box-shadow .15s, transform .15s;
}
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.blog-card-img { aspect-ratio: 16/9; background: var(--purple-light) center/cover no-repeat; }
.blog-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-card h3 { margin: 0; font-size: 17px; line-height: 1.35; color: var(--ink); }
.blog-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }
.blog-more { margin-top: auto; padding-top: 6px; font-weight: 700; font-size: 14px; color: var(--purple-dark); }
@media (max-width: 860px) { .blog-cards { grid-template-columns: 1fr; } }

/* ===== FAQ (accordion) ===== */
.faq-search { margin: 0 0 18px; }
.faq-search input {
    width: 100%; padding: 13px 16px; font-family: inherit; font-size: 15px;
    border: 1px solid var(--border); border-radius: 12px; background: #fff;
}
.faq-search input:focus { outline: 2px solid var(--purple); border-color: var(--purple); }
.faq-section { margin: 0 0 26px; }
.faq-section h2 { font-size: 20px; margin: 26px 0 10px; color: var(--purple-dark); }
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
    background: #fff; border: 1px solid var(--border); border-radius: 12px;
    overflow: hidden;
}
.faq-item > summary {
    display: flex; align-items: baseline; gap: 8px; cursor: pointer;
    padding: 14px 18px; list-style: none; font-weight: 600; font-size: 15px;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
    content: '▾'; margin-left: auto; color: var(--purple); font-size: 13px;
    transition: transform .15s; flex: none; align-self: center;
}
.faq-item[open] > summary::after { transform: rotate(180deg); }
.faq-item[open] > summary { border-bottom: 1px solid var(--border); }
.faq-num { color: var(--purple); font-weight: 800; flex: none; }
.faq-q { flex: 1; }
.faq-tag {
    font-size: 11px; font-weight: 700; color: var(--purple-dark);
    background: var(--purple-light); border-radius: 20px; padding: 2px 9px; flex: none;
}
.faq-a { padding: 12px 18px 16px; font-size: 15px; color: var(--text); }
.faq-a p { margin: 0 0 8px; }
.faq-noresults { padding: 8px 0; }

/* ===== Aktualności (slider: jeden szeroki wpis + strzałki) ===== */
.news-slider { position: relative; display: flex; align-items: stretch; gap: 12px; }
.news-viewport {
    flex: 1; min-width: 0;
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow-sm); overflow: hidden;
}
.news-slide { display: none; grid-template-columns: 300px 1fr; }
.news-slide.is-active { display: grid; }
.news-slide.no-img { grid-template-columns: 1fr; }
.news-slide-img { background: var(--bg-soft, #f2f2f4); }
.news-slide-img img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; display: block; }
.news-slide-body {
    padding: 26px 30px; display: flex; flex-direction: column; gap: 10px;
    justify-content: center;
}
.news-date { font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: .06em; }
.news-slide-body h3 { margin: 0; font-size: 22px; line-height: 1.3; }
.news-body { font-size: 15px; color: var(--muted); line-height: 1.6; }
.news-more { margin-top: 4px; font-weight: 700; font-size: 15px; color: var(--purple-dark); align-self: flex-start; }
.news-nav {
    flex: 0 0 auto; align-self: center; width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow-sm);
    font-size: 26px; line-height: 1; color: var(--ink, #222); cursor: pointer;
    display: flex; align-items: center; justify-content: center; transition: background .15s, transform .15s;
}
.news-nav:hover { background: var(--purple-dark); color: #fff; transform: scale(1.06); }
.news-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.news-dot {
    width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0;
    background: var(--border); cursor: pointer; transition: background .15s, transform .15s;
}
.news-dot.is-active { background: var(--purple-dark); transform: scale(1.25); }
@media (max-width: 720px) {
    .news-slide.is-active, .news-slide { grid-template-columns: 1fr; }
    .news-slide-img img { min-height: 180px; max-height: 240px; }
    .news-slide-body { padding: 20px 22px; }
    .news-slide-body h3 { font-size: 19px; }
    .news-nav { width: 38px; height: 38px; font-size: 22px; }
}

/* ===== Karuzela produktów (akcesoria do trenażera) ===== */
.prod-carousel { margin: 0; }
.pc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 6px; }
.pc-head .section-title { margin: 0; }
.pc-more { font-weight: 700; font-size: 14px; color: var(--purple-dark); white-space: nowrap; }
.pc-wrap { position: relative; }
.pc-track {
    display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 8px 2px 12px; scrollbar-width: thin; -webkit-overflow-scrolling: touch;
}
.pc-track::-webkit-scrollbar { height: 6px; }
.pc-track::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
.pc-track .product-card {
    flex: 0 0 220px; width: 220px; scroll-snap-align: start;
    border: 1px solid var(--border); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-sm);
}
.pc-track .product-card .body { padding: 12px 14px 14px; gap: 6px; }
.pc-track .product-card .name { font-size: 15px; }
.pc-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border);
    background: #fff; box-shadow: var(--shadow); font-size: 24px; line-height: 1;
    color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background .15s, color .15s, opacity .15s;
}
.pc-nav:hover { background: var(--purple-dark); color: #fff; }
.pc-prev { left: -8px; } .pc-next { right: -8px; }
.pc-nav.off { opacity: 0; pointer-events: none; }
@media (max-width: 720px) {
    .pc-track .product-card { flex-basis: 160px; width: 160px; }
    .pc-nav { display: none; }
}

/* ===== Zwijane sekcje na stronie produktu (dane techniczne, wysyłka) ===== */
.prod-acc {
    border: 1px solid var(--border); border-radius: 12px; background: #fff;
    margin: 14px 0 0; overflow: hidden;
}
.prod-acc summary {
    cursor: pointer; list-style: none; padding: 14px 18px;
    font-weight: 700; font-size: 16px; position: relative; user-select: none;
}
.prod-acc summary::-webkit-details-marker { display: none; }
.prod-acc summary::after {
    content: ''; position: absolute; right: 18px; top: 50%;
    width: 9px; height: 9px; border-right: 2px solid var(--purple);
    border-bottom: 2px solid var(--purple);
    transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.prod-acc[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.prod-acc summary:hover { color: var(--purple-dark); }
.prod-acc-body { padding: 2px 18px 16px; border-top: 1px solid var(--border); }
.prod-acc-body > :first-child { margin-top: 12px; }

/* Zdjęcia w treści stron: domyślnie responsywne; klasy .img-right/.img-left
   oblewane tekstem na desktopie, pełna szerokość na telefonie. */
.prose img { max-width: 100%; height: auto; border-radius: 10px; }
.prose::after { content: ''; display: block; clear: both; }
.prose .img-right { float: right; max-width: 46%; margin: 6px 0 16px 24px; }
.prose .img-left  { float: left;  max-width: 46%; margin: 6px 24px 16px 0; }
.prose figure { margin: 0 0 16px; }
.prose figure.img-right, .prose figure.img-left { max-width: 46%; }
.prose figure img { width: 100%; }
.prose figcaption { font-size: 13px; color: var(--muted); margin-top: 6px; text-align: center; }
@media (max-width: 640px) {
    .prose .img-right, .prose .img-left,
    .prose figure.img-right, .prose figure.img-left { float: none; max-width: 100%; margin: 12px 0; }
}

/* Tabele w treściach stron (np. cennik przesyłek na /przesylki) */
.prose table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 15px; }
.prose table th, .prose table td { padding: 9px 12px; border: 1px solid var(--border); text-align: left; }
.prose table th { background: var(--purple-light); font-weight: 700; }
.prose table td:last-child { white-space: nowrap; font-weight: 600; }
@media (max-width: 640px) { .prose table { display: block; overflow-x: auto; } }

/* ===== Poradnik: uszkodzenie bagażu ===== */
.alert-box {
    display: flex; gap: 18px; align-items: flex-start;
    background: #fff7ed; border: 1px solid #fcd9a8; border-left: 5px solid #e8912d;
    border-radius: 14px; padding: 22px 24px; margin: 0 0 26px;
}
.alert-ico { flex: 0 0 auto; width: 44px; height: 44px; color: #d9820f; }
.alert-ico svg { width: 100%; height: 100%; }
.alert-box h2 { margin: 0 0 8px; font-size: 20px; }
.alert-box p { margin: 0 0 8px; font-size: 15px; line-height: 1.6; }
.alert-box p:last-child { margin-bottom: 0; }
.alert-call { font-weight: 700; }
.alert-call a { color: var(--purple-dark); }
.lead-txt { font-size: 17px; line-height: 1.65; margin: 0 0 32px; }
.note-txt { font-size: 14px; line-height: 1.6; margin-top: 18px; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 18px; }
.col-box { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow-sm); }
.col-box h3 { margin: 0 0 12px; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.col-box ul { margin: 0; padding-left: 20px; }
.col-box li { margin-bottom: 8px; font-size: 14.5px; line-height: 1.55; color: var(--text); }
.col-yes { border-top: 3px solid #3f9c54; }
.col-yes h3::before { content: '✓'; color: #3f9c54; font-weight: 800; }
.col-no { border-top: 3px solid #c0524a; }
.col-no h3::before { content: '✕'; color: #c0524a; font-weight: 800; }

.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 18px; }
.fact { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px; box-shadow: var(--shadow-sm); }
.fact-num { display: block; font-size: 22px; font-weight: 800; color: var(--purple-dark); line-height: 1.15; }
.fact-lab { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin: 2px 0 8px; }
.fact p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--text); }
@media (max-width: 860px) {
    .two-col { grid-template-columns: 1fr; }
    .fact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
    .fact-grid { grid-template-columns: 1fr; }
    .alert-box { flex-direction: column; gap: 12px; padding: 18px; }
}

/* ===== Kontakt ===== */
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.k-card {
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow-sm); padding: 24px 26px;
}
.k-card h2 { margin: 0 0 6px; }
.k-card h3 { margin: 0 0 12px; font-size: 17px; }
.k-tiles { display: flex; flex-direction: column; gap: 18px; }
.k-form { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }
.k-form label { display: flex; flex-direction: column; gap: 5px; font-weight: 600; font-size: 14px; }
.k-form input, .k-form textarea {
    border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px;
    font: inherit; font-weight: 400; background: #fff; width: 100%;
}
.k-form input:focus, .k-form textarea:focus { outline: 2px solid var(--purple); outline-offset: 0; border-color: var(--purple); }
.k-form textarea { resize: vertical; }
.k-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.k-form .btn { align-self: flex-start; }
.k-rodo { font-size: 12.5px; margin: 0; }
.k-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.k-error {
    background: #fdecec; border: 1px solid #f3b6b6; color: #8f1f1f;
    border-radius: 10px; padding: 10px 14px; margin: 10px 0 0; font-size: 14px;
}
.k-sent {
    background: #ecf8ee; border: 1px solid #b9e2c1; color: #1d5c2a;
    border-radius: 10px; padding: 16px 18px; margin-top: 14px; font-size: 15px; line-height: 1.55;
}
.k-links { display: flex; flex-direction: column; gap: 10px; }
.k-links a { display: flex; align-items: center; gap: 10px; font-weight: 400; color: var(--ink); }
.k-links a:hover { color: var(--purple-dark); }
.k-links .ci { display: flex; width: 20px; height: 20px; color: var(--purple); flex: 0 0 auto; }
.k-links .ci svg { width: 100%; height: 100%; }
.k-social { display: flex; gap: 12px; }
.k-social a {
    display: flex; align-items: center; gap: 8px; font-weight: 500; color: var(--ink);
    border: 1px solid var(--border); border-radius: 999px; padding: 8px 16px; transition: border-color .15s, color .15s;
}
.k-social a:hover { border-color: var(--purple); color: var(--purple-dark); }
.k-social svg { width: 20px; height: 20px; }
.k-map { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.k-map iframe { display: block; width: 100%; height: 240px; border: 0; }
.k-map-link { display: inline-block; margin-top: 10px; font-weight: 700; font-size: 14px; color: var(--purple-dark); }
@media (max-width: 860px) {
    .contact-layout { grid-template-columns: 1fr; }
    .k-row2 { grid-template-columns: 1fr; }
}

/* ===== Cennik (strona) ===== */
.cennik-note { max-width: 820px; font-size: 14px; }
.cennik-section { margin: 30px 0 0; }
.cennik-section h2 { font-size: 22px; margin: 0 0 12px; }
.cennik-min {
    font-size: 12px; font-weight: 700; color: var(--purple-dark);
    background: var(--purple-light); border-radius: 20px; padding: 3px 12px;
    vertical-align: middle; margin-left: 6px;
}
.cennik-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.cennik-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.cennik-table th {
    background: var(--purple); color: #fff; text-align: left;
    padding: 11px 14px; font-size: 13px; font-weight: 700; white-space: nowrap;
}
.cennik-table td { padding: 10px 14px; border-top: 1px solid var(--border); font-size: 14px; white-space: nowrap; }
.cennik-table tbody tr:nth-child(even) { background: var(--bg-alt); }
.cennik-prod { display: flex; align-items: center; gap: 12px; white-space: normal !important; min-width: 240px; }
.cennik-prod img { width: 46px; height: 46px; object-fit: cover; border-radius: 8px; flex: none; background: #f4f4f6; }
.cennik-prod span { display: flex; flex-direction: column; }
.cennik-prod a { font-weight: 600; }
.cennik-prod small { color: var(--muted); font-size: 12px; }
/* stawka dobowa - jaśniejsza niż kaucja, żeby dało się je rozróżnić */
.cennik-daily { color: #a09cae; cursor: help; }

/* Mini-cennik na karcie produktu */
.mini-cennik { margin: 16px 0; }
.mini-cennik-title { font-weight: 700; margin: 0 0 6px; font-size: 14px; }
.mini-cennik table { border-collapse: collapse; min-width: 240px; }
.mini-cennik td { border-top: 1px solid var(--border); padding: 7px 14px 7px 0; font-size: 14px; }
.mini-cennik td:last-child { font-weight: 700; color: var(--purple-dark); text-align: right; }
.mini-cennik tr:first-child td { border-top: none; }
.mini-cennik-note { font-size: 13px; color: var(--muted); margin: 8px 0 0; }
/* Stawka dobowa - ostatni wiersz mini-cennika, jaśniejszy (informacja dodatkowa) */
.mini-cennik .daily-row td { color: var(--muted); font-size: 13px; }
.mini-cennik .daily-row td:last-child { color: var(--muted); font-weight: 600; }
.mini-cennik .daily-row span[title] { cursor: help; border-bottom: 1px dotted var(--border); }

/* ===== Jak to działa (oś czasu) ===== */
.howto { position: relative; padding-left: 0; }
.howto-step { display: flex; gap: 22px; position: relative; padding-bottom: 34px; }
.howto-step:not(:last-child)::before {
    content: ''; position: absolute; left: 37px; top: 78px; bottom: 6px;
    width: 2px; background: var(--border);
}
.howto-marker { position: relative; flex: none; }
.howto-icon {
    width: 76px; height: 76px; border-radius: 22px;
    background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm);
    display: flex; align-items: center; justify-content: center; color: var(--purple);
}
.howto-icon svg { width: 38px; height: 38px; }
.howto-num {
    position: absolute; top: -8px; right: -8px; width: 26px; height: 26px;
    background: var(--purple); color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800;
}
.howto-body h2 { font-size: 20px; margin: 8px 0 6px; }
.howto-body p { margin: 0; color: var(--text); font-size: 15px; max-width: 620px; }
.howto-cta { text-align: center; margin-top: 10px; }
.howto-cta .muted { margin-top: 14px; font-size: 14px; }
@media (max-width: 620px) {
    .howto-step { gap: 14px; }
    .howto-icon { width: 60px; height: 60px; border-radius: 16px; }
    .howto-icon svg { width: 30px; height: 30px; }
    .howto-step:not(:last-child)::before { left: 29px; top: 64px; }
}

/* Prose (strony treściowe) */
.prose { font-size: 16px; }
.prose h2 { margin: 28px 0 10px; font-size: 22px; }
.prose h3 { margin: 20px 0 8px; font-size: 18px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 4px; }
.prose img { border-radius: 10px; }
.prose table { border-collapse: collapse; }
.prose td, .prose th { border: 1px solid var(--border); padding: 8px 12px; }
.page-updated {
    display: inline-block; font-size: 13px; font-weight: 700;
    color: var(--purple-dark); background: var(--purple-light);
    border-radius: 20px; padding: 4px 14px; margin: 0 0 18px;
}

/* ===== Stopka ===== */
.site-footer { background: var(--dark); color: #c9c3da; margin-top: 0; }
/* UWAGA: padding pionowy bez zerowania bocznego (.wrap daje 24px z boków) */
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-top: 54px; padding-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 15px; margin: 0 0 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; font-size: 14px; }
.footer-col a { color: #c9c3da; }
.footer-col a:hover { color: #fff; }
.footer-logo { height: 40px; margin-bottom: 14px; }
.footer-about p { font-size: 14px; line-height: 1.7; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.08); color: #c9c3da;
}
.footer-social a:hover { background: var(--purple); color: #fff; }
.footer-contact li { line-height: 1.5; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; font-size: 13px; color: #8f88a3; flex-wrap: wrap; gap: 8px; }
.footer-legal { color: #b3accb; margin-left: 6px; }
.footer-legal:hover { color: #fff; text-decoration: underline; }

.notice { border: 1px solid var(--purple); background: var(--purple-light); border-radius: 10px; padding: 14px 18px; margin: 24px 0; }

/* ===== Responsywność ===== */
@media (max-width: 1100px) {
    .cat-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1000px) {
    .cat-tiles { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 860px) {
    /* Menu mobilne: drugi pasek (.header-menu) znika, hamburger jest obok ikon
       w górnym rzędzie i rozwija panel .mobile-nav - jeden kompaktowy nagłówek. */
    .site-header { position: sticky; top: 0; z-index: 100; }
    .header-menu { display: none; }
    .navburger { display: flex; }
    .header-icons { gap: 4px; }
    .mobile-nav {
        display: block; position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
        max-height: 0; overflow: hidden; transition: max-height .25s ease;
    }
    .navtoggle:checked ~ .mobile-nav { max-height: 85vh; overflow-y: auto; }
    .mobile-nav-inner { display: flex; flex-direction: column; gap: 2px; padding: 10px 16px 18px; }
    .mobile-nav-inner a { padding: 11px 10px; border-radius: 8px; color: var(--ink); font-size: 16px; font-weight: 600; }
    .mobile-nav-inner a:hover { background: var(--purple-light); }
    .mnav-sep { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: 10px 10px 2px; }
    .mnav-cta { margin-top: 10px; text-align: center; background: var(--purple); color: #fff !important; }
    .logo img { width: 150px; }
    .hdr-icon, .hdr-drop > summary { width: 38px; height: 38px; }
    .hdr-icon svg, .hdr-drop > summary svg { width: 21px; height: 21px; }
    .navburger { width: 38px; height: 38px; }
    .hero h1 { font-size: 32px; }
    .product-page { grid-template-columns: 1fr; gap: 24px; }
    .partners-inner { justify-content: center; }
}
@media (max-width: 620px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .cat-tiles { grid-template-columns: repeat(2, 1fr); }
    .section { padding: 44px 0; }
    .hero { padding: 54px 0; min-height: 240px; }
    .hero h1 { font-size: 27px; }
    /* Karta dat: pionowo, pola na całą szerokość karty (bez wychodzenia poza ekran) */
    .datepicker-card { flex-direction: column; align-items: stretch; gap: 10px; padding: 14px; }
    .dp-label { white-space: normal; }
    .bq-dp-wrap { max-width: 100%; min-width: 0; }
    .datepicker-card .booqable-datepicker [class^="Container"],
    .datepicker-card .booqable-datepicker [class*=" Container"] { flex-direction: column !important; }
    .datepicker-card .booqable-datepicker [class^="DateTimeContainer"],
    .datepicker-card .booqable-datepicker [class*=" DateTimeContainer"] { width: 100% !important; }
}
@media (max-width: 420px) {
    .product-grid { grid-template-columns: 1fr; }
    .cat-tiles { grid-template-columns: 1fr; }
}

/* ===== Baner zgody na cookies ===== */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: var(--dark); color: #e6e2f2; box-shadow: 0 -4px 22px rgba(0,0,0,.28); }
.cookie-inner { max-width: 1180px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: space-between; }
.cookie-inner p { margin: 0; font-size: 14px; max-width: 660px; line-height: 1.5; }
.cookie-inner a { color: #fff; text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-bar .btn-outline { border-color: #6b6980; color: #fff; }
.cookie-bar .btn-outline:hover { border-color: #fff; background: transparent; }
@media (max-width: 640px) {
    .cookie-inner { padding: 14px 16px; }
    .cookie-btns { width: 100%; }
    .cookie-btns .btn { flex: 1; }
}
