
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --red:#e4011f;
  --red-hover:#c7001a;
  --red-dark:#a50016;
  --dark:#1a1a1a;
  --dark-mid:#2d2d2d;
  --gray-dark:#6f6f6f;
  --gray-mid:#6f6f6f;
  --gray-light:#a3a3a3;
  --bg-white:#ffffff;
  --bg-light:#f5f5f5;
  --transition:.3s ease;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--gray-dark);line-height:1.6;background:var(--bg-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:1280px;margin:0 auto;padding:0 24px}


/* ===== HEADER - clean dbl.de style ===== */
.header{position:fixed;top:0;left:0;right:0;z-index:1000}
.header-bar{background:transparent;min-height:112px;display:flex;align-items:stretch;border-bottom:none;transition:min-height .5s cubic-bezier(.25,.46,.45,.94),background .5s ease}
.header.scrolled .header-bar{min-height:78px;background:linear-gradient(180deg,rgba(20,22,26,.12),rgba(20,22,26,.28)),url('../images/nav-bg.webp') center/cover no-repeat;background-color:#2a2f33;border-bottom:none;box-shadow:0 4px 30px rgba(0,0,0,.45)}
.header-bar .container{display:flex;justify-content:space-between;align-items:stretch;width:100%;gap:32px}
.header-right-column{display:flex;flex-direction:column;flex:1;min-width:0;justify-content:center;padding:8px 0}
.header-top-row{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:40px;padding-bottom:8px;border-bottom:1px dashed rgba(255,255,255,.92);transition:min-height .5s ease,padding .5s ease}
.header.scrolled .header-top-row{min-height:30px;padding-bottom:5px}
.header-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:52px;padding-top:8px;transition:min-height .5s ease,padding .5s ease}
.header.scrolled .header-bottom-row{min-height:38px;padding-top:5px}
.header-phone{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.82rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);white-space:nowrap;transition:color var(--transition);letter-spacing:.1em;text-transform:uppercase}
.header-phone:hover{color:var(--red)}
.header-phone svg{width:18px;height:18px;fill:none;flex-shrink:0}
.header-nav-links{display:flex;gap:20px;align-items:center;white-space:nowrap}
.header-nav-links a,.header-nav-links .nav-item{color:#fff;font-size:1.05rem;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.4);transition:color var(--transition);letter-spacing:.01em;position:relative;cursor:pointer;white-space:nowrap}
.header-nav-links a:hover,.header-nav-links .nav-item:hover{color:rgba(255,255,255,.7)}
.header-nav-links a::after,.header-nav-links .nav-item::after{content:'';position:absolute;bottom:-6px;left:0;right:0;height:2px;background:var(--red);transform:scaleX(0);transition:transform .3s ease;transform-origin:center}
.header-nav-links a:hover::after,.header-nav-links .nav-item:hover::after{transform:scaleX(1)}
.header-nav-links a.active{color:var(--red)}
.header-nav-links a.active::after{transform:scaleX(1)}
.header-logo{display:flex;align-items:flex-start;position:relative;z-index:1010;cursor:pointer;flex-shrink:0}
.header-logo-img{height:112px;width:auto;background:#fff;padding:11px 22px 11px;border-radius:0 0 20px 0;box-shadow:0 8px 32px rgba(0,0,0,.4);position:relative;top:0;transition:height .5s cubic-bezier(.25,.46,.45,.94),padding .5s cubic-bezier(.25,.46,.45,.94),box-shadow .5s ease}
.header.scrolled .header-logo-img{height:84px;padding:8px 18px 8px;box-shadow:0 6px 22px rgba(0,0,0,.4)}
.btn-nav-portal{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1.5px solid rgba(255,255,255,.9);color:#fff!important;font-size:.78rem;font-weight:700;height:44px;padding:0 22px;min-width:200px;text-transform:uppercase;letter-spacing:.08em;transition:all var(--transition);white-space:nowrap;text-decoration:none}
.btn-nav-portal:hover{background:#fff;color:var(--dark)!important;border-color:#fff}
.btn-nav-portal::after{display:none!important}
.btn-nav-portal svg{width:14px;height:14px;fill:currentColor}
.btn-nav-portal{min-width:auto;padding:0 26px;font-size:.8rem}
.header-utils{display:flex;align-items:center;gap:20px}
.header-util-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;width:24px;height:24px;transition:color var(--transition)}
.header-util-icon svg{width:22px;height:22px}
.header-util-icon:hover{color:var(--red)}
.btn-nav-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff!important;font-size:.8rem;font-weight:700;padding:0 22px;height:44px;min-width:200px;text-transform:uppercase;letter-spacing:.08em;transition:background var(--transition);cursor:pointer;white-space:nowrap}
.header.scrolled .btn-nav-cta{height:38px}.header.scrolled .btn-nav-portal{height:38px}
.btn-nav-cta:hover{background:var(--red-hover)}
.btn-nav-cta::after{display:none!important}

/* MEGA MENU */
.nav-dropdown-wrap{position:static}
.nav-dropdown-wrap .nav-item{display:inline-flex;align-items:center;gap:4px}
.nav-dropdown-wrap .nav-chevron{width:12px;height:12px;fill:currentColor;transition:transform .3s ease}
.nav-dropdown-wrap:hover .nav-chevron,.nav-dropdown-wrap.open .nav-chevron{transform:rotate(180deg)}
.mega-menu{position:fixed;top:124px;left:0;right:0;background:#fff;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,top .5s cubic-bezier(.25,.46,.45,.94);z-index:1050;box-shadow:0 16px 48px rgba(0,0,0,.15);white-space:normal}.header.scrolled .mega-menu{top:106px}
.nav-dropdown-wrap:hover .mega-menu,.nav-dropdown-wrap.open .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}
.mega-menu-inner{display:flex;max-width:1140px;margin:0 auto;padding:0 24px;overflow:hidden}
.mega-menu-links{width:250px;padding:28px 12px 28px 0;display:flex;flex-direction:column;gap:2px;border-right:1px solid #eee;flex-shrink:0;overflow:hidden}
.mega-menu-links a{display:block;padding:10px 20px;color:var(--gray-dark);font-size:.86rem;font-weight:500;line-height:1.4;transition:all .2s ease;border-radius:6px;text-decoration:none;white-space:normal;text-shadow:none}
.mega-menu-links a:hover,.mega-menu-links a.active{background:var(--red);color:#fff}
.mega-menu-links a::after{display:none!important}
.mega-menu-desc{width:300px;padding:28px 24px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #eee;flex-shrink:0;overflow:hidden;box-sizing:border-box}
.mega-menu-desc p{font-size:.86rem;color:var(--gray-mid);line-height:1.7;word-break:break-word;overflow-wrap:break-word}
.mega-menu-img{flex:1;overflow:hidden;background:var(--bg-light);height:340px}
.mega-menu-img img{width:100%;height:340px;object-fit:cover;display:block;transition:transform .4s ease}
.mega-menu-img:hover img{transform:scale(1.03)}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.mega-menu{display:none}}

/* ===== HAMBURGER ===== */
.hamburger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:0;cursor:pointer;background:none;border:none;padding:0;z-index:1200;position:relative;align-self:center}
.hamburger span{display:block;width:20px;height:1.5px;background:#fff;border-radius:1px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute}
.hamburger span:nth-child(1){top:13px;width:20px}
.hamburger span:nth-child(2){top:19px;width:14px;right:10px;left:auto}
.hamburger span:nth-child(3){top:25px;width:20px}
.hamburger:hover span:nth-child(2){width:20px}
.hamburger.active span:nth-child(1){top:19px;transform:rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0;width:0}
.hamburger.active span:nth-child(3){top:19px;transform:rotate(-45deg)}

/* MOBILE MENU - slide from right */
.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:85vw;background:linear-gradient(180deg,#e4011f 0%,#d00019 40%,#b80015 100%);z-index:1050;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:-10px 0 40px rgba(0,0,0,.3)}
.mobile-menu.active{transform:translateX(0)}
.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1040;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}
.mobile-menu-overlay.active{opacity:1;visibility:visible}
.mobile-menu-header{padding:24px 24px 20px;border-bottom:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between}
.mobile-menu-header img{height:48px;width:auto}
.mobile-menu-close{width:36px;height:36px;background:rgba(255,255,255,.15);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mobile-menu-close svg{width:18px;height:18px;fill:#fff}
.mobile-menu-nav{padding:20px 0;flex:1}
.mobile-menu-nav a{display:block;padding:14px 28px;color:rgba(255,255,255,.9);font-size:1.05rem;font-weight:500;transition:background .2s ease;text-decoration:none}
.mobile-menu-nav a:hover{background:rgba(255,255,255,.1)}
.mobile-menu-nav .mobile-sep{height:1px;background:rgba(255,255,255,.15);margin:8px 28px}
.mobile-menu-nav .mobile-dropdown-label{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;color:rgba(255,255,255,.9);font-size:1.05rem;font-weight:500;cursor:pointer;transition:background .2s ease}
.mobile-menu-nav .mobile-dropdown-label:hover{background:rgba(255,255,255,.1)}
.mobile-menu-nav .mobile-dropdown-label svg{width:16px;height:16px;fill:#fff;transition:transform .3s ease}
.mobile-menu-nav .mobile-dropdown-label.open svg{transform:rotate(180deg)}
.mobile-menu-nav .mobile-sub{display:none;background:rgba(0,0,0,.1)}
.mobile-menu-nav .mobile-sub.open{display:block}
.mobile-menu-nav .mobile-sub a{padding:12px 28px 12px 44px;font-size:.92rem;color:rgba(255,255,255,.7)}
.mobile-menu-footer{padding:20px 28px;border-top:1px solid rgba(255,255,255,.15)}
.mobile-menu-footer .btn-cta{display:block;text-align:center;width:100%;padding:14px;background:#fff;color:var(--red);font-size:.9rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;transition:opacity .2s ease}
.mobile-menu-footer .btn-cta:hover{opacity:.9}
.mobile-menu-footer .mobile-phone{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:rgba(255,255,255,.8);font-size:.9rem;font-weight:600;text-decoration:none}
.mobile-menu-footer .mobile-phone svg{width:16px;height:16px;fill:#fff}

/* ===== HERO - Ken Burns slider ===== */
.hero{padding-top:59px;position:relative;overflow:hidden;background:var(--dark)}
.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}
.hero-slide-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center 28%;opacity:0;transition:opacity 1.2s ease;transform:none}
.hero-slide-bg:first-child{opacity:1;transition:none}
.hero-slide-bg.active{opacity:1}
/* FIX 2026-06-06 (feedback DBL 02.06 pkt 3): grafiki statyczne - usuniety efekt "rozszerzania" (Ken Burns); kadr 28% od gory, aby glowy byly widoczne nawet kosztem mniej widocznej odziezy */
.hero-slide-bg.ken-burns{animation:none;transform:none}
.hero-slide-bg:nth-child(1){background-image:url("../grafiki/hero/hero-spawacz.webp")}
.hero-slide-bg:nth-child(2){background-image:url("../grafiki/hero/hero-work.webp")}
.hero-slide-bg:nth-child(3){background-image:url("../grafiki/hero/hero-med.webp")}
.hero-slide-bg:nth-child(4){background-image:url("../grafiki/hero/hero-farmacja.webp")}
.hero-slide-bg:nth-child(5){background-image:url("../grafiki/hero/hero-kegel.webp")}
.hero-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.45) 0%,rgba(0,0,0,.15) 15%,rgba(0,0,0,0) 30%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.65) 80%,rgba(0,0,0,.82) 100%);z-index:1}
.hero-progress{display:flex;gap:6px;width:200px;margin-top:24px}
.hero-progress-item{flex:1;height:3px;background:rgba(255,255,255,.25);border-radius:2px;overflow:hidden;cursor:pointer;position:relative}
.hero-progress-item .hero-progress-fill{height:100%;width:0;background:#fff;border-radius:2px;transition:none}
.hero-progress-item.active .hero-progress-fill{animation:progressFill 6s linear forwards}
.hero-progress-item.done .hero-progress-fill{width:100%;background:rgba(255,255,255,.5)}
@keyframes progressFill{0%{width:0}100%{width:100%}}
.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:55% 45%;gap:48px;align-items:end;min-height:calc(90vh - 59px);padding-top:100px;padding-bottom:60px}
.hero-text{padding-right:24px;padding-bottom:20px}
.hero-text h1{font-size:2.8rem;line-height:1.12;color:#fff;margin-bottom:12px;font-weight:300;letter-spacing:-.01em}
.hero-text .hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,.75);margin-bottom:28px;line-height:1.6;font-weight:400;font-style:italic}
.btn-cta{display:inline-block;background:var(--red);color:#fff;font-size:.9rem;font-weight:700;padding:14px 36px;border:none;border-radius:3px;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:background var(--transition),transform var(--transition);font-family:inherit;box-shadow:0 4px 20px rgba(228,1,31,.35)}
.btn-cta:hover{background:var(--red-hover);transform:translateY(-2px)}

/* ===== SUBPAGE HERO (smaller, 350px) ===== */
.subpage-hero{padding-top:59px;position:relative;overflow:hidden;height:350px;display:flex;align-items:flex-end;background:var(--dark)}
.subpage-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:.35}
.subpage-hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.6) 100%);z-index:1}
.subpage-hero .container{position:relative;z-index:2;padding-bottom:48px;width:100%}
.subpage-hero h1{font-size:2.4rem;color:#fff;font-weight:300;letter-spacing:-.01em;margin-bottom:8px}
.subpage-hero .subpage-breadcrumb{font-size:.88rem;color:rgba(255,255,255,.5);font-weight:400}
.subpage-hero .subpage-breadcrumb span{color:rgba(255,255,255,.8)}

/* ===== FORM BOX ===== */
.hero-form-col{position:relative;z-index:2}
.hero-form-col .form-box{animation:formGlow 3s ease-in-out infinite}
@keyframes formGlow{0%,100%{box-shadow:0 20px 60px rgba(0,0,0,.25)}50%{box-shadow:0 20px 60px rgba(0,0,0,.25),0 0 40px rgba(228,1,31,.12)}}
.form-badge{position:absolute;top:-14px;right:24px;background:var(--red);color:#fff;font-size:.75rem;font-weight:700;padding:6px 16px;border-radius:20px;letter-spacing:.03em;animation:badgePulse 2s ease-in-out infinite;z-index:3}
@keyframes badgePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.form-box{background:var(--bg-white);border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.25);padding:36px 32px;position:relative}
.form-box h3{font-size:1.3rem;color:var(--dark);margin-bottom:6px;font-weight:800;line-height:1.3}
.form-box .form-subtitle{font-size:.9rem;color:var(--gray-mid);margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-group{margin-bottom:14px}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.form-row{grid-template-columns:1fr}}
.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--gray-dark);margin-bottom:4px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;color:var(--gray-dark);background:var(--bg-white);transition:border var(--transition);appearance:auto;font-family:inherit}
.form-group textarea{min-height:100px;resize:vertical}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--red)}
.form-group .error-msg{font-size:.78rem;color:var(--red);margin-top:3px;display:none;font-weight:500}
.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:var(--red)}
.form-group.has-error .error-msg{display:block}
.btn-submit{width:100%;padding:14px 28px;background:var(--red);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background var(--transition);font-family:inherit;margin-top:8px;text-transform:uppercase;letter-spacing:.04em}
.btn-submit:hover{background:var(--red-hover)}
.form-rodo{font-size:.7rem;color:var(--gray-light);margin-top:12px;line-height:1.5}
.form-success{display:none;text-align:center;padding:48px 24px}
.form-success svg{width:72px;height:72px;margin:0 auto 20px}
.form-success h3{font-size:1.5rem;color:var(--dark);margin-bottom:10px}
.form-success p{color:var(--gray-mid);font-size:1rem;line-height:1.6}

/* ===== STATS SECTION ===== */
.stats-section{background:#fff;padding:72px 0;border-bottom:1px dashed #ddd}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;max-width:1140px;margin:0 auto}
.stat-card{text-align:center;position:relative}
.stat-icon{width:64px;height:64px;margin:0 auto 20px;position:relative}
.stat-icon svg{width:100%;height:100%;stroke:var(--red);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.stat-icon svg .stat-svg-path{stroke-dasharray:300;stroke-dashoffset:300;transition:stroke-dashoffset 1.8s cubic-bezier(.25,.46,.45,.94)}
.stat-card.animated .stat-svg-path{stroke-dashoffset:0}
.stat-card{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.stat-card.animated{opacity:1;transform:translateY(0)}
.stat-card .stat-number{font-size:2.2rem;font-weight:800;color:var(--dark);line-height:1.05;margin-bottom:6px;display:block}
.stat-card .stat-label{font-size:.92rem;color:var(--gray-mid);font-weight:400;line-height:1.4}
.stat-card::after{content:'';position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px;height:60px;background:#e0e0e0}
.stat-card:last-child::after{display:none}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 32px}.stat-card:nth-child(2)::after{display:none}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:1fr 1fr;gap:32px 20px}.stat-card::after{display:none}.stat-card .stat-number{font-size:2rem}.stat-icon{width:48px;height:48px;margin-bottom:14px}}

/* ===== SECTION TITLES - RED ===== */
.section-title{font-size:2.2rem;font-weight:800;color:var(--red);margin-bottom:16px;letter-spacing:-.02em}
.section-title--center{text-align:center}
.section-subtitle{color:var(--gray-mid);font-size:1.05rem;margin-bottom:56px;max-width:600px;line-height:1.6}
.section-subtitle--center{text-align:center;margin-left:auto;margin-right:auto}

/* ===== BENEFITS ===== */
.benefits{padding:80px 0 0;background:var(--bg-white)}
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto}
.benefit-card{background:none;border:none;border-radius:12px;transition:background .4s ease,box-shadow .4s ease;display:flex;flex-direction:column;padding:16px 16px 24px}
.benefit-card:hover{background:#fff;box-shadow:0 12px 36px rgba(0,0,0,.1)}
.benefit-card-img{height:260px;overflow:hidden;background:var(--bg-light);margin-bottom:24px;border-radius:8px}
.benefit-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.benefit-card:hover .benefit-card-img img{transform:scale(1.04)}
.benefit-card-body{padding:0;display:flex;flex-direction:column;flex:1}
.benefit-card-body h3{font-size:1.5rem;font-weight:300;color:var(--red);margin-bottom:10px;line-height:1.3}
.benefit-card-body p{font-size:.92rem;color:var(--gray-mid);line-height:1.7;margin-bottom:20px;flex:1}
.btn-outline{display:inline-block;padding:10px 22px;border:1px solid var(--red);color:var(--red);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:0;transition:all var(--transition);background:transparent;cursor:pointer;font-family:inherit;align-self:flex-start}
.btn-outline:hover{background:var(--red);color:#fff}
.benefits-divider{border:none;border-top:1px dashed #ccc;margin:60px 0 0}

/* ===== HOW IT WORKS ===== */
.how-it-works{padding:90px 0 80px;background:#fff}
.steps-grid-pro{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1000px;margin:0 auto}
.step-card-pro{text-align:center;padding:40px 28px;position:relative;border-right:1px dashed #ddd;border-bottom:1px dashed #ddd}
.step-card-pro:nth-child(3){border-right:none}
.step-card-pro:nth-child(6){border-right:none}
.step-card-pro:nth-child(4),.step-card-pro:nth-child(5),.step-card-pro:nth-child(6){border-bottom:none}
.step-card-pro .step-num{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;font-size:1.2rem;font-weight:800;margin:0 auto 16px;box-shadow:0 4px 14px rgba(228,1,31,.25);position:relative;z-index:1}
.step-card-pro .step-icon-svg{width:40px;height:40px;margin:0 auto 14px;stroke:var(--gray-mid);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;display:block}
.step-card-pro h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:8px;text-transform:uppercase;letter-spacing:.03em}
.step-card-pro p{font-size:.88rem;color:var(--gray-mid);line-height:1.6}
.how-it-works-divider{border:none;margin:0}
@media(max-width:767px){.steps-grid-pro{grid-template-columns:1fr 1fr;gap:0}.step-card-pro:nth-child(2){border-right:none}.step-card-pro:nth-child(3){border-right:1px dashed #ddd}.step-card-pro:nth-child(4){border-right:none;border-bottom:1px dashed #ddd}.step-card-pro:nth-child(5){border-bottom:none;border-right:1px dashed #ddd}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.steps-grid-pro{grid-template-columns:1fr}.step-card-pro{border-right:none!important;border-bottom:1px dashed #ddd!important;padding:28px 20px}.step-card-pro:last-child{border-bottom:none!important}}

/* ===== PRODUCTS SLIDER (on red gradient) ===== */
.products-preview{padding:80px 0;background:linear-gradient(180deg,#e4011f 0%,#d00019 40%,#b80015 100%);position:relative;overflow:hidden}
.products-preview .section-title{color:#fff}
.products-preview .section-subtitle{color:rgba(255,255,255,.75)}
.products-slider-wrap{position:relative;overflow:hidden;margin:0 -24px}
@media(min-width:1141px){.products-slider-wrap{margin:0 calc(-50vw + 570px)}}
.products-slider{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}
.product-slide{min-width:25%;flex:0 0 25%;padding:0 6px;box-sizing:border-box}
.product-slide-inner{background:#fff;border-radius:8px;overflow:hidden;position:relative;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}
.product-slide-inner:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.25)}
.product-slide-inner img{width:100%;aspect-ratio:1/1;height:auto;object-fit:cover;display:block}
.slider-controls{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:28px}
.slider-btn{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:transparent;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}
.slider-btn:hover{background:rgba(255,255,255,.15);border-color:#fff}
.slider-btn svg{width:20px;height:20px;fill:#fff}
.slider-dots{display:flex;gap:8px;align-items:center}
.slider-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all var(--transition);border:none;padding:0}
.slider-dot.active{background:#fff;transform:scale(1.2)}
.slider-counter{color:rgba(255,255,255,.7);font-size:.9rem;font-weight:600}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.product-slide{min-width:33.333%}}
@media(max-width:767px){.product-slide{min-width:50%}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.product-slide{min-width:100%}}

/* ===== PRODUCT GRID (offer page - 4 cols) ===== */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:80px 0}
.product-grid-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06);transition:transform var(--transition),box-shadow var(--transition)}
.product-grid-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12)}
.product-grid-card-img{height:240px;overflow:hidden;background:var(--bg-light)}
.product-grid-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-grid-card:hover .product-grid-card-img img{transform:scale(1.05)}
.product-grid-card-body{padding:20px}
.product-grid-card-body h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:6px}
.product-grid-card-body p{font-size:.88rem;color:var(--gray-mid);line-height:1.6;margin-bottom:12px}
.product-grid-card-body .product-tag{display:inline-block;padding:4px 12px;background:rgba(228,1,31,.08);color:var(--red);font-size:.75rem;font-weight:600;border-radius:20px}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.product-grid{grid-template-columns:1fr}}

/* ===== TESTIMONIALS INFINITE SLIDER ===== */
.testimonials{padding:100px 0;background:#fff;position:relative;overflow:hidden}
.testimonials-slider-wrap{position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);padding:20px 0}
.testimonials-slider{display:flex;will-change:transform;cursor:grab}
.testimonials-slider.dragging{cursor:grabbing;user-select:none}
.testimonial-slide{min-width:420px;flex:0 0 420px;padding:0 12px;box-sizing:border-box}
.testimonial-card{background:var(--bg-light);border:1px solid #eee;border-radius:16px;padding:36px 32px 32px;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;box-shadow:0 2px 16px rgba(0,0,0,.04)}
.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.1);border-color:rgba(228,1,31,.2)}
.testimonial-card::before{content:'';position:absolute;top:0;left:0;width:60px;height:4px;background:var(--red);border-radius:0 0 4px 0}
.testimonials-progress{max-width:300px;height:4px;background:rgba(0,0,0,.08);margin:40px auto 0;border-radius:4px;overflow:hidden;cursor:pointer;position:relative}
.testimonials-progress:hover{height:6px;background:rgba(0,0,0,.12)}
.testimonials-progress-bar{height:100%;width:0;background:var(--red);border-radius:4px;pointer-events:none;transition:width .1s linear}
.testimonial-quote-wrap{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.testimonial-quote-icon{width:36px;height:36px;min-width:36px;background:rgba(228,1,31,.15);border-radius:10px;display:flex;align-items:center;justify-content:center}
.testimonial-quote-icon svg{width:18px;height:18px;fill:var(--red)}
.testimonial-stars{display:flex;gap:2px}
.testimonial-stars svg{width:14px;height:14px;fill:#f5a623}
.testimonial-text{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin-bottom:24px;position:relative;flex:1}
.testimonial-divider{width:100%;height:1px;background:linear-gradient(90deg,var(--red),transparent);margin-bottom:18px}
.testimonial-footer{display:flex;align-items:center;gap:14px;margin-top:auto}
.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--red),#ff4444);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}
.testimonial-author{font-size:.88rem;font-weight:700;color:var(--dark)}
.testimonial-role{font-size:.78rem;color:var(--gray-mid);margin-top:2px}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.testimonial-slide{min-width:360px;flex:0 0 360px}}

/* ===== FAQ ===== */
.faq{padding:100px 0;position:relative;overflow:hidden;background:#161616}
.faq-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}
.faq-bg-photo{position:absolute;top:0;right:0;width:60%;height:100%;background:url("../materialy/Dodatkowe materiały/szatnia.jpg") right center/contain no-repeat;opacity:.15;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%)}
.faq-bg-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#161616 0%,#161616 40%,rgba(22,22,22,.92) 55%,rgba(22,22,22,.75) 75%,rgba(22,22,22,.6) 100%)}
.faq-bg-accent{position:absolute;top:-150px;right:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(228,1,31,.08) 0%,transparent 70%);pointer-events:none}
.faq-bg-accent2{position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(228,1,31,.05) 0%,transparent 70%);pointer-events:none}
.faq .container{position:relative;z-index:1}
.faq .section-title{color:#fff;text-align:center}
.faq .section-subtitle{color:rgba(255,255,255,.45);text-align:center}
.faq-intro{text-align:center;margin-bottom:56px;max-width:760px;margin-left:auto;margin-right:auto}
.faq-intro-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(228,1,31,.12);border:1px solid rgba(228,1,31,.25);color:var(--red);font-size:.78rem;font-weight:700;padding:7px 18px;border-radius:20px;margin-bottom:20px;letter-spacing:.04em;text-transform:uppercase}
.faq-intro-badge svg{width:14px;height:14px;fill:var(--red)}
.faq-list{max-width:760px;margin:0 auto;position:relative;z-index:1}
.faq-deco-line{position:absolute;top:0;left:-40px;width:1px;height:100%;background:linear-gradient(to bottom,transparent,rgba(228,1,31,.2) 20%,rgba(228,1,31,.2) 80%,transparent);pointer-events:none}
.faq-deco-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--red);opacity:.3;pointer-events:none}
.faq-deco-dot:nth-child(1){top:10%;right:-60px}
.faq-deco-dot:nth-child(2){top:45%;right:-40px}
.faq-deco-dot:nth-child(3){top:75%;right:-55px}
.faq-item{margin-bottom:12px;border-radius:10px;overflow:hidden;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);transition:all .3s ease}
.faq-item.open{background:rgba(255,255,255,.07);border-color:rgba(228,1,31,.25)}
.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:rgba(255,255,255,.8);text-align:left;font-family:inherit;gap:16px;transition:color var(--transition)}
.faq-question-text{display:flex;align-items:center;gap:12px;flex:1}
.faq-question:hover{color:#fff}
.faq-question .faq-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:6px;background:rgba(228,1,31,.15);color:var(--red);font-size:.78rem;font-weight:800;margin-right:8px;transition:background .3s ease}
.faq-item.open .faq-question .faq-num{background:var(--red);color:#fff}
.faq-chevron{width:20px;height:20px;min-width:20px;transition:transform .35s ease;fill:rgba(255,255,255,.3)}
.faq-item.open .faq-chevron{transform:rotate(180deg);fill:var(--red)}
.faq-answer{height:0;overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1)}
.faq-answer-inner{padding:0 24px 0 24px;font-size:.92rem;color:rgba(255,255,255,.5);line-height:1.8}
.faq-item.open .faq-answer-inner{padding-bottom:22px}
.faq-item.open .faq-question{color:#fff}

/* ===== BOTTOM CTA ===== */
.bottom-cta{padding:100px 0;position:relative;overflow:hidden;background:#f9f9f9}
.bottom-cta .container{position:relative;z-index:1}
.bottom-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.bottom-cta-left h2{font-size:2.2rem;font-weight:800;color:var(--dark);line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}
.bottom-cta-left h2 span{color:var(--red)}
.bottom-cta-left>p{font-size:1.05rem;color:var(--gray-mid);line-height:1.6;margin-bottom:36px}
.cta-benefits{list-style:none;padding:0;margin:0 0 32px}
.cta-benefits li{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px dashed #ddd;font-size:.95rem;color:var(--gray-dark);line-height:1.5}
.cta-benefits li:last-child{border-bottom:none}
.cta-benefits li svg{width:22px;height:22px;min-width:22px;fill:var(--red);margin-top:1px}
.cta-trust{display:flex;gap:16px;align-items:center}
.cta-trust img{height:120px;width:auto;object-fit:contain;border-radius:6px}
.bottom-cta .form-box{max-width:none}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.bottom-cta-grid{grid-template-columns:1fr;gap:40px}}

/* ===== TIMELINE (O nas page) ===== */
.timeline{padding:80px 0;position:relative}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,var(--red) 10%,var(--red) 90%,transparent);transform:translateX(-50%)}
.timeline-item{display:flex;align-items:flex-start;margin-bottom:48px;position:relative}
.timeline-item:nth-child(odd){flex-direction:row;padding-right:calc(50% + 32px)}
.timeline-item:nth-child(even){flex-direction:row-reverse;padding-left:calc(50% + 32px)}
.timeline-dot{position:absolute;left:50%;top:8px;width:16px;height:16px;border-radius:50%;background:var(--red);border:3px solid #fff;box-shadow:0 0 0 3px var(--red);transform:translateX(-50%);z-index:1}
.timeline-content{background:#fff;border-radius:8px;padding:24px 28px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #eee}
.timeline-year{font-size:.82rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.timeline-content h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:8px}
.timeline-content p{font-size:.9rem;color:var(--gray-mid);line-height:1.7}
@media(max-width:767px){
  .timeline::before{left:20px}
  .timeline-item:nth-child(odd),.timeline-item:nth-child(even){flex-direction:row;padding-right:0;padding-left:52px}
  .timeline-dot{left:20px}
}

/* ===== CASE STUDY CARDS (Realizacje) ===== */
.case-study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:80px 0}
.case-study-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform var(--transition),box-shadow var(--transition)}
.case-study-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.12)}
.case-study-card-img{height:220px;overflow:hidden;background:var(--bg-light);position:relative}
.case-study-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.case-study-card:hover .case-study-card-img img{transform:scale(1.05)}
.case-study-card-img .case-study-badge{position:absolute;top:16px;left:16px;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:16px;letter-spacing:.03em}
.case-study-card-body{padding:24px}
.case-study-card-body h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:8px;line-height:1.3}
.case-study-card-body p{font-size:.88rem;color:var(--gray-mid);line-height:1.7;margin-bottom:16px}
.case-study-stats{display:flex;gap:20px;padding-top:14px;border-top:1px dashed #ddd}
.case-study-stat{text-align:center;flex:1}
.case-study-stat strong{display:block;font-size:1.2rem;font-weight:800;color:var(--red)}
.case-study-stat span{font-size:.75rem;color:var(--gray-mid)}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.case-study-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.case-study-grid{grid-template-columns:1fr}}

/* ===== BLOG ARTICLE CARDS ===== */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:80px 0}
.blog-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.05);transition:transform var(--transition),box-shadow var(--transition)}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}
.blog-card-img{height:200px;overflow:hidden;background:var(--bg-light)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-card-body{padding:24px}
.blog-card-meta{display:flex;gap:16px;margin-bottom:10px;font-size:.78rem;color:var(--gray-light);font-weight:500}
.blog-card-meta span{display:inline-flex;align-items:center;gap:4px}
.blog-card-body h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:8px;line-height:1.4}
.blog-card-body p{font-size:.88rem;color:var(--gray-mid);line-height:1.7;margin-bottom:16px}
.blog-card-body .btn-read-more{font-size:.82rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.06em;transition:color var(--transition)}
.blog-card-body .btn-read-more:hover{color:var(--red-hover)}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.blog-grid{grid-template-columns:1fr}}

/* ===== LOCATION CARDS (Kontakt) ===== */
.locations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:60px 0}
.location-card{background:#fff;border-radius:10px;padding:28px;box-shadow:0 2px 16px rgba(0,0,0,.05);border:1px solid #eee;transition:transform var(--transition),box-shadow var(--transition)}
.location-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}
.location-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.location-card h3 svg{width:20px;height:20px;fill:var(--red);flex-shrink:0}
.location-card p{font-size:.88rem;color:var(--gray-mid);line-height:1.7;margin-bottom:4px}
.location-card .location-phone{font-weight:600;color:var(--dark);margin-top:8px}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.locations-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.locations-grid{grid-template-columns:1fr}}

/* ===== FOOTER ===== */
.site-footer{background:linear-gradient(180deg,#e4011f 0%,#d00019 40%,#b80015 70%,#a00012 100%);color:#fff;position:relative}
.footer-top{padding:52px 0 40px;position:relative}
.footer-top .container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px}
.footer-top h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;color:rgba(255,255,255,.8)}
.footer-top p,.footer-top a{display:block;font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:7px;line-height:1.6;transition:color var(--transition)}
.footer-top a:hover{color:#fff}
.footer-top .footer-phone-link{font-weight:700;font-size:1rem;color:#fff;margin-bottom:10px}
.footer-top .footer-phone-link:hover{opacity:.9}
.footer-social{display:flex;gap:10px;margin-top:16px}
.footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:.75rem;font-weight:700;transition:all var(--transition);border:1px solid rgba(255,255,255,.25)}
.footer-social a:hover{background:rgba(255,255,255,.3);transform:translateY(-2px);text-decoration:none}
.footer-divider{border:none;border-top:1px dashed rgba(255,255,255,.15);margin:0}
.footer-mid{padding:40px 0;position:relative}
.footer-mid .container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px}
.footer-mid h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;color:rgba(255,255,255,.7)}
.footer-mid a{display:block;font-size:.85rem;color:rgba(255,255,255,.65);margin-bottom:7px;transition:color var(--transition)}
.footer-mid a:hover{color:#fff;text-decoration:underline}
.footer-bottom{padding:20px 0;position:relative;border-top:1px dashed rgba(255,255,255,.12)}
.footer-bottom .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}
.footer-bottom-logo{display:flex;align-items:center;gap:12px}
.footer-bottom-logo img{height:52px;width:auto}
.footer-bottom-copy{font-size:.78rem;color:rgba(255,255,255,.5)}
.footer-bottom-links{font-size:.78rem;text-align:center}
.footer-bottom-links a{color:rgba(255,255,255,.5);transition:color var(--transition)}
.footer-bottom-links a:hover{color:#fff}
.footer-credit-inline{font-size:.72rem;color:rgba(255,255,255,.35);text-align:right}
.footer-credit-inline a{color:rgba(255,255,255,.45);font-weight:600;transition:color var(--transition)}
.footer-credit-inline a:hover{color:#fff}

/* ===== SCROLL TO TOP ===== */
.scroll-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;cursor:pointer;z-index:900;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease;background:none;border:none;padding:0}
.scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.scroll-top:hover{transform:translateY(-3px)}
.scroll-top svg.scroll-top-circle{position:absolute;top:0;left:0;width:48px;height:48px;transform:rotate(-90deg)}
.scroll-top-track{fill:none;stroke:rgba(228,1,31,.15);stroke-width:2.5}
.scroll-top-progress{fill:none;stroke:var(--red);stroke-width:2.5;stroke-linecap:round;stroke-dasharray:138.23;stroke-dashoffset:138.23;transition:stroke-dashoffset .15s ease,stroke .3s ease}
.scroll-top-bg{position:absolute;top:3px;left:3px;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.95);transition:background .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.scroll-top:hover .scroll-top-bg{background:var(--red)}
.scroll-top-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;fill:var(--red);transition:fill .3s ease;z-index:1}
.scroll-top:hover .scroll-top-arrow{fill:#fff}
.scroll-top.on-red .scroll-top-track{stroke:rgba(255,255,255,.2)}
.scroll-top.on-red .scroll-top-progress{stroke:#fff}
.scroll-top.on-red .scroll-top-bg{background:rgba(255,255,255,.15)}
.scroll-top.on-red .scroll-top-arrow{fill:#fff}
.scroll-top.on-red:hover .scroll-top-bg{background:rgba(255,255,255,.95)}
.scroll-top.on-red:hover .scroll-top-arrow{fill:var(--red)}

/* ===== SCROLL REVEAL - enhanced ===== */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94),filter .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.reveal-scale{opacity:0;transform:scale(.92);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}
.reveal-scale.visible{opacity:1;transform:scale(1)}
.reveal-blur{opacity:0;filter:blur(8px);transform:translateY(16px);transition:opacity .8s ease,filter .8s ease,transform .8s ease}
.reveal-blur.visible{opacity:1;filter:blur(0);transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}
.reveal-delay-4{transition-delay:.4s}
.reveal-delay-5{transition-delay:.5s}

/* ===== 3D TILT on cards ===== */
.tilt-card{transition:transform .4s ease,box-shadow .4s ease;transform-style:preserve-3d;will-change:transform}
.tilt-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.15)}

/* ===== ANIMATED DASHED LINES ===== */
.anim-line{position:relative}
.anim-line::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,#ccc 0,#ccc 8px,transparent 8px,transparent 16px);transform:scaleX(0);transform-origin:left;transition:transform 1.2s cubic-bezier(.25,.46,.45,.94)}
.anim-line.visible::before{transform:scaleX(1)}

/* ===== HERO PARALLAX ===== */
.hero-bg{will-change:transform}

/* ===== FLOATING CTA pulse ===== */
@keyframes ctaPulse{0%,100%{box-shadow:0 4px 20px rgba(228,1,31,.35)}50%{box-shadow:0 6px 28px rgba(228,1,31,.5)}}
.btn-cta{animation:ctaPulse 3s ease-in-out infinite}
.btn-cta:hover{animation:none;transform:translateY(-3px);box-shadow:0 8px 30px rgba(228,1,31,.4)}

/* ===== STAGGER children ===== */
.stagger-children>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.stagger-children.visible>*:nth-child(1){transition-delay:.05s;opacity:1;transform:translateY(0)}
.stagger-children.visible>*:nth-child(2){transition-delay:.12s;opacity:1;transform:translateY(0)}
.stagger-children.visible>*:nth-child(3){transition-delay:.19s;opacity:1;transform:translateY(0)}
.stagger-children.visible>*:nth-child(4){transition-delay:.26s;opacity:1;transform:translateY(0)}
.stagger-children.visible>*:nth-child(5){transition-delay:.33s;opacity:1;transform:translateY(0)}
.stagger-children.visible>*:nth-child(6){transition-delay:.4s;opacity:1;transform:translateY(0)}
.stagger-children.visible>*:nth-child(n+7){transition-delay:.47s;opacity:1;transform:translateY(0)}

/* ===== SECTION TITLE red line accent ===== */
.section-title{position:relative}
.section-title::after{content:'';display:block;width:0;height:3px;background:var(--red);margin-top:12px;transition:width .8s cubic-bezier(.25,.46,.45,.94) .2s;border-radius:2px}
.section-title--center::after{margin-left:auto;margin-right:auto}
.reveal.visible .section-title::after,.reveal-blur.visible .section-title::after,.section-title.anim-visible::after{width:60px}

/* ===== SMOOTH image zoom on scroll ===== */
.scroll-zoom{overflow:hidden}
.scroll-zoom img{transition:transform .6s ease}
.scroll-zoom:hover img{transform:scale(1.05)}

/* ===== RESPONSIVE ===== */
@media(max-width:1199px){
  .hero .container{grid-template-columns:52% 48%;gap:36px}
  .hero-text h1{font-size:2.4rem}
}
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .hero .container{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:48px;min-height:auto;align-items:start}
  .hero-text{padding-right:0;text-align:center;padding-bottom:0}
  .hero-progress{margin-left:auto;margin-right:auto}
  .hero-text div[style*="display:flex"]{justify-content:center!important}
  .hero-text h1{font-size:2.2rem}
  .hero-form-col{max-width:500px;margin:0 auto}
  .benefits-grid,.testimonials-grid{grid-template-columns:1fr}
  .section-title{font-size:1.7rem}
  .section-subtitle{font-size:.95rem}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
  .atuty-grid{grid-template-columns:repeat(2,1fr)!important}
  .guzik-grid{grid-template-columns:1fr!important}
  .guzik-grid>div:last-child{height:300px!important;order:-1}
  /* 2-col inline grids to 1-col */
  
  
  
  
}
@media(max-width:767px){
  .hero-text h1{font-size:1.8rem}
  .hero-text .hero-subtitle,.hero-text p[style*="italic"]{font-size:1rem!important}
  .form-box{padding:28px 20px}
  .subpage-hero h1{font-size:1.8rem}
  .subpage-hero{height:300px}
  .subpage-hero .subpage-breadcrumb{font-size:.78rem}
  .testimonial-card{padding:28px 20px 24px}
  .testimonial-text{font-size:.92rem}
  .section-subtitle{margin-bottom:36px}
  /* Nagrody - mniejsze */
  .award-lightbox-trigger img{height:100px!important}
  .award-lightbox-trigger img[style*="opacity"]{height:70px!important}
}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .hero-text h1{font-size:1.45rem}
  .container{padding:0 16px}
  .section-title{font-size:1.35rem}
  .section-subtitle{font-size:.88rem;margin-bottom:28px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}
  .footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .benefits-grid{gap:16px}
  .testimonial-slide{min-width:300px;flex:0 0 300px}
  .testimonial-card{padding:28px 22px 24px}
  .testimonial-text{font-size:.88rem}
  .atuty-grid{grid-template-columns:1fr!important}
  .scroll-top{bottom:16px;right:16px;width:40px;height:40px}
  .scroll-top svg.scroll-top-circle{width:40px;height:40px}
  .scroll-top-bg{top:3px;left:3px;width:34px;height:34px}
  .subpage-hero{height:260px}
  .subpage-hero h1{font-size:1.3rem}
  .subpage-hero .container{padding-bottom:40px}
  .legal-content{padding:0 0}
  .legal-content h2{font-size:1.2rem}
  .legal-content p,.legal-content li{font-size:.88rem}
  .hero-progress{width:160px!important;margin-top:16px!important}
  .slider-controls{gap:12px;margin-top:20px}
  .slider-btn{width:36px;height:36px}
  .slider-counter{font-size:.8rem}
  .stat-card .stat-number{font-size:1.8rem}
  .stat-card .stat-label{font-size:.82rem}
  .stat-icon{width:44px;height:44px;margin-bottom:12px}
  .testimonial-card{padding:24px 16px 20px}
  .testimonial-text{font-size:.88rem;line-height:1.7;margin-bottom:16px}
  .testimonial-quote-icon{width:32px;height:32px;min-width:32px}
  .testimonial-stars svg{width:14px;height:14px}
  .testimonial-avatar{width:36px;height:36px;font-size:.85rem}
  .testimonial-author{font-size:.85rem}
  .testimonial-role{font-size:.75rem}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .btn-outline{font-size:.75rem;padding:9px 18px}
  .btn-nav-cta{font-size:.75rem;padding:0 20px;height:48px}
  /* Nagrody grid na mobilce */
  .award-lightbox-trigger img{height:80px!important}
  .award-lightbox-trigger img[style*="opacity"]{height:56px!important}
  /* FAQ mobilka */
  .faq-question{padding:16px;font-size:.9rem}
  .faq-num{width:24px;height:24px;min-width:24px;font-size:.7rem!important}
  .faq-answer-inner{padding:0 16px;font-size:.85rem}
  /* Steps */
  .step-card-pro{padding:24px 16px}
  .step-card-pro h3{font-size:.88rem}
  .step-card-pro p{font-size:.82rem}
  /* CTA dark section */
  [style*="padding:100px 0"]{padding:60px 0!important}
  [style*="padding:80px 0"]{padding:48px 0!important}
  [style*="font-size:2.2rem"]{font-size:1.4rem!important}
  
  
  
}
/* ===== LEGAL PAGES ===== */
.legal-content{max-width:800px;padding:0 0 60px;margin:0 auto}
.legal-content h2{font-size:1.5rem;font-weight:700;color:var(--dark);margin:40px 0 16px}
.legal-content h2:first-child{margin-top:0}
.legal-content h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin:28px 0 12px}
.legal-content p{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin-bottom:12px}
.legal-content ul,.legal-content ol{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin:0 0 16px 24px}
.legal-content li{margin-bottom:6px}
.legal-content a{color:var(--red);text-decoration:underline}
.legal-content a:hover{color:var(--red-hover)}
.legal-content .legal-info-box{background:var(--bg-light);border-left:3px solid var(--red);padding:20px 24px;border-radius:0 8px 8px 0;margin:24px 0}
.legal-content .legal-info-box p{margin-bottom:0}
/* ===== AWARDS GRID ===== */
.awards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:800px;margin:0 auto}
.award-card{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;padding:24px 16px 16px;text-decoration:none;transition:all .4s ease;border:1px solid #eee;cursor:pointer}
.award-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.1);border-color:rgba(228,1,31,.2)}
.award-card-img{height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.award-card-img img{max-height:100%;max-width:100%;object-fit:contain}
.award-card-label{font-size:.68rem;color:var(--red);font-weight:600;text-align:center;line-height:1.3;text-transform:uppercase;letter-spacing:.03em}
.award-card-label span{display:block;font-size:.95rem;color:var(--red);font-weight:800;margin-top:2px}
@media(max-width:767px){.awards-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:575px){.awards-grid{grid-template-columns:repeat(2,1fr);gap:12px}.award-card{padding:16px 10px 12px}.award-card-img{height:70px}}

/* Award Lightbox */
.award-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;cursor:zoom-out}
.award-lightbox.active{opacity:1;visibility:visible}
.award-lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);transform:scale(.9);transition:transform .3s ease}
.award-lightbox.active img{transform:scale(1)}
.award-lightbox-close{position:absolute;top:24px;right:24px;width:40px;height:40px;background:rgba(255,255,255,.15);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}
.award-lightbox-close:hover{background:rgba(255,255,255,.3)}
.award-lightbox-close svg{width:20px;height:20px;fill:#fff}
.award-lightbox-caption{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.7);font-size:.9rem;text-align:center}
/* ===== FORM POPUP ===== */
.form-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}
.form-popup-overlay.active{opacity:1;visibility:visible}
.form-popup{background:#fff;border-radius:16px;max-width:720px;width:calc(100% - 32px);max-height:calc(100vh - 60px);overflow-y:auto;padding:40px 36px;position:relative;transform:translateY(40px) scale(.95);transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;opacity:0;box-shadow:0 32px 80px rgba(0,0,0,.35)}
.form-popup-overlay.active .form-popup{transform:translateY(0) scale(1);opacity:1}
.form-popup-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:var(--bg-light);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}
.form-popup-close:hover{background:#e0e0e0}
.form-popup-close svg{width:18px;height:18px;fill:var(--gray-mid)}
.form-popup h3{font-size:1.4rem;font-weight:800;color:var(--dark);margin-bottom:4px}
.form-popup .form-subtitle{font-size:.9rem;color:var(--gray-mid);margin-bottom:24px}
.form-popup .form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.form-popup .form-group{margin-bottom:14px}
.form-popup .form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--gray-dark);margin-bottom:4px}
.form-popup .form-group input,.form-popup .form-group select,.form-popup .form-group textarea{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:6px;font-size:.95rem;color:var(--gray-dark);background:#fff;transition:border .3s ease;font-family:inherit}
.form-popup .form-group textarea{min-height:80px;resize:vertical}
.form-popup .form-group input:focus,.form-popup .form-group select:focus,.form-popup .form-group textarea:focus{outline:none;border-color:var(--red)}
.form-popup .form-group.has-error input,.form-popup .form-group.has-error select{border-color:var(--red)}
.form-popup .form-group .error-msg{font-size:.78rem;color:var(--red);margin-top:3px;display:none;font-weight:500}
.form-popup .form-group.has-error .error-msg{display:block}
.form-checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:10px;cursor:pointer;font-size:.75rem;color:var(--gray-mid);line-height:1.5}
.form-checkbox input[type="checkbox"]{margin-top:3px;width:16px;height:16px;accent-color:var(--red);flex-shrink:0;cursor:pointer}
.form-checkbox a{color:var(--red)}
.form-checkbox span{flex:1}
.form-rodo-section{margin-top:16px;border-top:1px solid #eee;padding-top:16px}
.form-popup .btn-submit{width:100%;padding:14px;background:var(--red);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s ease;font-family:inherit;text-transform:uppercase;letter-spacing:.04em;margin-top:4px}
.form-checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:10px;cursor:pointer;font-size:.75rem;color:var(--gray-mid);line-height:1.5}
.form-checkbox input[type="checkbox"]{margin-top:3px;width:16px;height:16px;accent-color:var(--red);flex-shrink:0;cursor:pointer}
.form-checkbox a{color:var(--red)}
.form-checkbox span{flex:1}
.form-rodo-section{margin-top:16px;border-top:1px solid #eee;padding-top:16px}
.form-popup .btn-submit:hover{background:var(--red-hover)}
.form-popup .form-rodo{font-size:.7rem;color:var(--gray-light);margin-top:12px;line-height:1.5}
.form-popup .form-rodo a{color:var(--red)}
.form-popup .form-success{display:none;text-align:center;padding:32px 0}
.form-popup .form-success svg{width:64px;height:64px;margin:0 auto 16px}
.form-popup .form-success h3{font-size:1.3rem;margin-bottom:8px}
.form-popup .form-success p{color:var(--gray-mid);font-size:.95rem}
.form-popup .form-topbar{height:4px;background:linear-gradient(90deg,var(--red),#ff4444);border-radius:16px 16px 0 0;position:absolute;top:0;left:0;right:0}
@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.form-popup{padding:28px 20px}.form-popup .form-row{grid-template-columns:1fr}}
/* Floating Panel Button */.floating-panel{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999;writing-mode:vertical-rl;text-orientation:mixed}.floating-panel a{display:flex;align-items:center;gap:8px;background:var(--red);color:#fff;font-size:.75rem;font-weight:700;padding:16px 10px;border-radius:8px 0 0 8px;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;transition:background .3s ease,padding .3s ease;box-shadow:-4px 0 20px rgba(228,1,31,.25)}.floating-panel a:hover{background:var(--red-hover);padding:16px 14px}.floating-panel svg{width:16px;height:16px;fill:#fff;flex-shrink:0}@media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.floating-panel a{font-size:.68rem;padding:12px 8px}.floating-panel svg{width:14px;height:14px}}
/* HEADER MOBILE PATCH v2 */
@media(max-width:991px){.header-right-column{display:none}.header-bar{min-height:86px}.header.scrolled .header-bar{min-height:70px}.header-logo-img{height:98px;padding:5px 8px 7px}.header.scrolled .header-logo-img{height:78px;padding:5px 8px 7px}}


/* === UNIKALNE REGUŁY Z PODSTRON === */

/* === REGULY SPECYFICZNE DLA PODSTRON (auto-prefix .page-template-page-X) === */

/* === page-szafkowy.php === */

.page-template-page-szafkowy /* ===== HEADER ===== */


/* POPUP FORM */
.form-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}


.page-template-page-szafkowy /* ===== SUBPAGE HERO ===== */
.subpage-hero{padding-top:59px;position:relative;overflow:hidden;height:350px;display:flex;align-items:flex-end;background:var(--dark)}


.page-template-page-szafkowy .subpage-hero .subpage-breadcrumb a{color:rgba(255,255,255,.5);transition:color var(--transition)}


.page-template-page-szafkowy .subpage-hero .subpage-breadcrumb a:hover{color:#fff}


.page-template-page-szafkowy /* ===== SECTION TITLES ===== */
.section-title{font-size:2.2rem;font-weight:800;color:var(--red);margin-bottom:16px;letter-spacing:-.02em}


.page-template-page-szafkowy /* ===== BUTTONS ===== */
.btn-outline{display:inline-block;padding:10px 22px;border:1px solid var(--red);color:var(--red);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:0;transition:all var(--transition);background:transparent;cursor:pointer;font-family:inherit;align-self:flex-start}


.page-template-page-szafkowy /* ===== SCROLL REVEAL ===== */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94),filter .7s ease}


.page-template-page-szafkowy .stagger-children>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}


.page-template-page-szafkowy .stagger-children.visible>*:nth-child(3){transition-delay:.12s;opacity:1;transform:translateY(0)}


.page-template-page-szafkowy .anim-line{position:relative}


.page-template-page-szafkowy .section-title{position:relative}


.page-template-page-szafkowy /* ===== RESPONSIVE ===== */
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
  .section-title{font-size:1.7rem}
}


.page-template-page-szafkowy @media(max-width:767px){
  .subpage-hero h1{font-size:1.8rem}
  .subpage-hero{height:300px}
}


.page-template-page-szafkowy @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .container{padding:0 16px}
  .section-title{font-size:1.35rem}
  .subpage-hero{height:260px}
  .subpage-hero h1{font-size:1.3rem}
  .subpage-hero .container{padding-bottom:40px}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .btn-outline{font-size:.75rem;padding:9px 18px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .scroll-top{bottom:16px;right:16px;width:40px;height:40px}
  .scroll-top svg.scroll-top-circle{width:40px;height:40px}
  .scroll-top-bg{top:3px;left:3px;width:34px;height:34px}
}

/* === page-maty-logo.php === */

.page-template-page-maty-logo /* ===== LEGAL CONTENT ===== */
.legal-content{max-width:800px;padding:0 0 60px;margin:0 auto}


.page-template-page-maty-logo /* ===== BUTTONS ===== */
.btn-cta{display:inline-block;background:var(--red);color:#fff;font-size:.9rem;font-weight:700;padding:14px 36px;border:none;border-radius:3px;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:background var(--transition),transform var(--transition);font-family:inherit;box-shadow:0 4px 20px rgba(228,1,31,.35)}


.page-template-page-maty-logo /* ===== RESPONSIVE ===== */
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
}


.page-template-page-maty-logo @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .container{padding:0 16px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .scroll-top{bottom:16px;right:16px;width:40px;height:40px}
  .scroll-top svg.scroll-top-circle{width:40px;height:40px}
  .scroll-top-bg{top:3px;left:3px;width:34px;height:34px}
  .subpage-hero{height:260px}
  .subpage-hero h1{font-size:1.3rem}
  .subpage-hero .container{padding-bottom:40px}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .legal-content{padding:0 0}
  .legal-content h2{font-size:1.3rem}
}

/* === page-polityka-prywatnosci.php === */

.page-template-page-polityka-prywatnosci /* ===== RESPONSIVE ===== */
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .section-title{font-size:1.7rem}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
}


.page-template-page-polityka-prywatnosci @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .container{padding:0 16px}
  .section-title{font-size:1.35rem}
  .subpage-hero{height:260px}
  .subpage-hero h1{font-size:1.3rem}
  .subpage-hero .container{padding-bottom:40px}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .btn-outline{font-size:.75rem;padding:9px 18px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .scroll-top{bottom:16px;right:16px;width:40px;height:40px}
  .scroll-top svg.scroll-top-circle{width:40px;height:40px}
  .scroll-top-bg{top:3px;left:3px;width:34px;height:34px}
  .legal-content{padding:0 0}
  .legal-content h2{font-size:1.3rem}
}

/* === page-odziez.php === */

.page-template-page-odziez /* ===== PRODUCT GRID ===== */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:80px 0}


.page-template-page-odziez /* Product Gallery */
.product-gallery{position:relative}


.page-template-page-odziez .product-gallery-main{height:240px;overflow:hidden;background:var(--bg-light)}


.page-template-page-odziez .product-gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}


.page-template-page-odziez .product-thumbs{display:flex;gap:6px;padding:8px 12px;background:#fff;flex-wrap:wrap}


.page-template-page-odziez .product-thumb{width:40px;height:40px;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;flex-shrink:0}


.page-template-page-odziez .product-thumb.active{border-color:var(--red)}


.page-template-page-odziez .product-thumb img{width:100%;height:100%;object-fit:cover}


.page-template-page-odziez /* ===== RESPONSIVE ===== */
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .section-title{font-size:1.7rem}
}


.page-template-page-odziez @media(max-width:767px){
  .subpage-hero h1{font-size:1.8rem}
  .subpage-hero{height:300px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid-pro{grid-template-columns:1fr 1fr;gap:0}
  .step-card-pro:nth-child(2){border-right:none}
  .step-card-pro:nth-child(3){border-right:1px dashed #ddd}
  .step-card-pro:nth-child(4){border-right:none;border-bottom:1px dashed #ddd}
  .step-card-pro:nth-child(5){border-bottom:none;border-right:1px dashed #ddd}
}


.page-template-page-odziez @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .container{padding:0 16px}
  .section-title{font-size:1.35rem}
  .subpage-hero{height:260px}
  .subpage-hero h1{font-size:1.3rem}
  .subpage-hero .container{padding-bottom:40px}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .btn-outline{font-size:.75rem;padding:9px 18px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .scroll-top{bottom:16px;right:16px;width:40px;height:40px}
  .scroll-top svg.scroll-top-circle{width:40px;height:40px}
  .scroll-top-bg{top:3px;left:3px;width:34px;height:34px}
  .product-grid{grid-template-columns:1fr}
  .steps-grid-pro{grid-template-columns:1fr}
  .step-card-pro{border-right:none!important;border-bottom:1px dashed #ddd!important;padding:28px 20px}
  .step-card-pro:last-child{border-bottom:none!important}
}


.page-template-page-odziez @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.floating-panel a{font-size:.68rem;padding:12px 8px}.floating-panel svg{width:14px;height:14px}.intro-desc p{text-align:center!important}}

/* === page-blog.php === */

.page-template-page-blog :root{--red:#e4011f;--red-hover:#c7001a;--red-dark:#a50016;--dark:#1a1a1a;--dark-mid:#2d2d2d;--gray-dark:#6f6f6f;--gray-mid:#6f6f6f;--gray-light:#a3a3a3;--bg-white:#ffffff;--bg-light:#f5f5f5;--transition:.3s ease}




.page-template-page-blog .hamburger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:0;cursor:pointer;background:none;border:none;padding:0;z-index:1200;position:relative;align-self:center}


.page-template-page-blog .subpage-hero{padding-top:59px;position:relative;overflow:hidden;height:350px;display:flex;align-items:flex-end;background:var(--dark)}


.page-template-page-blog .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:80px 0}


.page-template-page-blog .site-footer{background:linear-gradient(180deg,#e4011f 0%,#d00019 40%,#b80015 70%,#a00012 100%);color:#fff;position:relative}


.page-template-page-blog .scroll-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;cursor:pointer;z-index:900;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease;background:none;border:none;padding:0}


.page-template-page-blog .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94),filter .7s ease}


.page-template-page-blog @media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.header-nav-links{display:none}.hamburger{display:flex}.footer-top .container{grid-template-columns:1fr 1fr;gap:32px}.footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}.blog-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:1.7rem}}


.page-template-page-blog @media(max-width:767px){.subpage-hero h1{font-size:1.8rem}.subpage-hero{height:300px}}


.page-template-page-blog @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.header-logo-img{height:80px;padding:4px 8px 8px}.container{padding:0 16px}.section-title{font-size:1.35rem}.subpage-hero{height:260px}.subpage-hero h1{font-size:1.3rem}.subpage-hero .container{padding-bottom:40px}.btn-cta{font-size:.82rem;padding:12px 24px}.btn-outline{font-size:.75rem;padding:9px 18px}.footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-social{justify-content:center}.footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}.footer-bottom-links{font-size:.72rem}.footer-credit-inline{text-align:center}.scroll-top{bottom:16px;right:16px;width:40px;height:40px}.scroll-top svg.scroll-top-circle{width:40px;height:40px}.scroll-top-bg{top:3px;left:3px;width:34px;height:34px}.blog-grid{grid-template-columns:1fr}}

/* === page-onas.php === */

.page-template-page-onas /* ===== STATS ===== */
.stats-section{background:#fff;padding:72px 0;border-bottom:1px dashed #ddd}


.page-template-page-onas .onas .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1000px;margin:0 auto}


.page-template-page-onas .stat-card{text-align:center;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}


.page-template-page-onas .stat-card .stat-number{font-size:2.6rem;font-weight:800;color:var(--dark);line-height:1;margin-bottom:6px;display:block}


.page-template-page-onas /* ===== TIMELINE ===== */
.timeline{padding:80px 0;position:relative}


.page-template-page-onas /* ===== TESTIMONIALS ===== */
.testimonials{padding:100px 0;background:#fff;position:relative;overflow:hidden}


.page-template-page-onas /* ===== RESPONSIVE ===== */
@media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
  .testimonial-slide{min-width:360px;flex:0 0 360px}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 32px}
  .stat-card:nth-child(2)::after{display:none}
  .section-title{font-size:1.7rem}
}


.page-template-page-onas @media(max-width:767px){
  .subpage-hero h1{font-size:1.8rem}
  .subpage-hero{height:300px}
  .timeline::before{left:20px}
  .timeline-item:nth-child(odd),.timeline-item:nth-child(even){flex-direction:row;padding-right:0;padding-left:52px}
  .timeline-dot{left:20px}
}


.page-template-page-onas @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .container{padding:0 16px}
  .section-title{font-size:1.35rem}
  .subpage-hero{height:260px}
  .subpage-hero h1{font-size:1.3rem}
  .subpage-hero .container{padding-bottom:40px}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .btn-outline{font-size:.75rem;padding:9px 18px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .scroll-top{bottom:16px;right:16px;width:40px;height:40px}
  .scroll-top svg.scroll-top-circle{width:40px;height:40px}
  .scroll-top-bg{top:3px;left:3px;width:34px;height:34px}
  .stats-grid{grid-template-columns:1fr 1fr;gap:32px 20px}
  .stat-card::after{display:none}
  .stat-card .stat-number{font-size:2rem}
  .stat-icon{width:48px;height:48px;margin-bottom:14px}
  .testimonial-slide{min-width:300px;flex:0 0 300px}.testimonial-card{padding:28px 22px 24px}.testimonial-text{font-size:.88rem}
}


.page-template-page-onas .awards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:800px;margin:0 auto}

/* === page-bogactwo-kolekcji.php === */

.page-template-page-bogactwo-kolekcji .legal-content{max-width:800px;padding:0 0 60px;margin:0 auto}


.page-template-page-bogactwo-kolekcji @media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.footer-top .container{grid-template-columns:1fr 1fr;gap:32px}.footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}}


.page-template-page-bogactwo-kolekcji @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.header-nav-links{display:none}.hamburger{display:flex}.header-logo-img{height:90px;padding:4px 8px 8px}.container{padding:0 16px}.footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-social{justify-content:center}.footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}.footer-bottom-links{font-size:.75rem}.footer-credit-inline{text-align:center}.scroll-top{bottom:20px;right:20px;width:42px;height:42px}.scroll-top svg.scroll-top-circle{width:42px;height:42px}.scroll-top-bg{top:3px;left:3px;width:36px;height:36px}.subpage-hero{height:260px}.subpage-hero h1{font-size:1.4rem}.legal-content{padding:0 0}.legal-content h2{font-size:1.3rem}}

/* === page-maty.php === */
/* 2026-06-10: korzyści w jednej linii (3 kolumny desktop) + piktogramy; usunięte wcześniejsze
   niepoprawne reguły (selektor .page-maty bez pokrycia w DOM, prefiksowane @media) */
.page-template-page-maty .benefit-card-icon{width:56px;height:56px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
@media(min-width:992px){
  .page-template-page-maty .benefits-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:none}
}

/* === page-realizacje.php === */

.page-template-page-realizacje .section-title{font-size:2.2rem;font-weight:800;color:var(--red);margin-bottom:16px;letter-spacing:-.02em}


.page-template-page-realizacje .case-study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:80px 0}


.page-template-page-realizacje .bottom-cta{padding:100px 0;position:relative;overflow:hidden;background:#f9f9f9}


.page-template-page-realizacje @media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.header-nav-links{display:none}.hamburger{display:flex}.footer-top .container{grid-template-columns:1fr 1fr;gap:32px}.footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}.case-study-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:1.7rem}}


.page-template-page-realizacje @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.header-logo-img{height:80px;padding:4px 8px 8px}.container{padding:0 16px}.section-title{font-size:1.35rem}.subpage-hero{height:260px}.subpage-hero h1{font-size:1.3rem}.subpage-hero .container{padding-bottom:40px}.btn-cta{font-size:.82rem;padding:12px 24px}.btn-outline{font-size:.75rem;padding:9px 18px}.footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-social{justify-content:center}.footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}.footer-bottom-links{font-size:.72rem}.footer-credit-inline{text-align:center}.scroll-top{bottom:16px;right:16px;width:40px;height:40px}.scroll-top svg.scroll-top-circle{width:40px;height:40px}.scroll-top-bg{top:3px;left:3px;width:34px;height:34px}.case-study-grid{grid-template-columns:1fr}}

/* === page-bezpieczenstwo-spawacza.php === */

.page-template-page-bezpieczenstwo-spawacza .mobile-menu .mobile-dropdown-label{font-size:1.4rem;color:rgba(255,255,255,.8);font-weight:300;padding:14px 32px;text-align:center;cursor:pointer;transition:color var(--transition)}


.page-template-page-bezpieczenstwo-spawacza .mobile-menu .mobile-dropdown-label:hover{color:#fff}


.page-template-page-bezpieczenstwo-spawacza .mobile-menu .mobile-sub{display:none;padding:0}


.page-template-page-bezpieczenstwo-spawacza .mobile-menu .mobile-sub.open{display:block}


.page-template-page-bezpieczenstwo-spawacza .mobile-menu .mobile-sub a{font-size:1.1rem;color:rgba(255,255,255,.5);padding:8px 32px}

/* === page-landing.php === */







.page-template-page-landing .header-left{display:flex;align-items:center;gap:32px}


.page-template-page-landing .header-right{display:flex;align-items:center;gap:28px}










.page-template-page-landing .header-nav-links a{color:rgba(255,255,255,.7);font-size:.85rem;font-weight:500;transition:all var(--transition);letter-spacing:.02em;position:relative}


.page-template-page-landing .header-nav-links a:hover{color:#fff}


.page-template-page-landing .header-nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--red);transform:scaleX(0);transition:transform .3s ease;transform-origin:center}


.page-template-page-landing .header-nav-links a:hover::after{transform:scaleX(1)}


.page-template-page-landing .header-sep{width:1px;height:20px;background:rgba(255,255,255,.2)}








.page-template-page-landing .hero-trust{display:none}


.page-template-page-landing .hero-badge{display:none}


.page-template-page-landing .form-group input,.page-template-page-landing .form-group select{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;color:var(--gray-dark);background:var(--bg-white);transition:border var(--transition);appearance:auto;font-family:inherit}


.page-template-page-landing .form-group input:focus,.page-template-page-landing .form-group select:focus{outline:none;border-color:var(--red)}


.page-template-page-landing .form-group.has-error input,.page-template-page-landing .form-group.has-error select{border-color:var(--red)}


.page-template-page-landing /* ===== STATS SECTION - pro with SVG icons ===== */
.stats-section{background:#fff;padding:72px 0;border-bottom:1px dashed #ddd}


.page-template-page-landing /* ===== SECTION TITLES - RED like dbl.de ===== */
.section-title{font-size:2.2rem;font-weight:800;color:var(--red);margin-bottom:16px;letter-spacing:-.02em}


.page-template-page-landing /* ===== BENEFITS - dbl.de style: clean photo cards ===== */
.benefits{padding:80px 0 0;background:var(--bg-white)}


.page-template-page-landing .page-landing .benefit-card:hover{transform:none;box-shadow:none}


.page-template-page-landing .benefit-card-img{height:260px;overflow:hidden;background:var(--bg-light);margin-bottom:24px}


.page-template-page-landing /* ===== HOW IT WORKS - visual grid with icons ===== */
.how-it-works{padding:90px 0 80px;background:#fff}


.page-template-page-landing /* ===== PRODUCTS - Tile carousel on red gradient ===== */
.products-preview{padding:80px 0;background:linear-gradient(180deg,#e4011f 0%,#d00019 40%,#b80015 100%);position:relative;overflow:hidden}


.page-template-page-landing .product-slide{min-width:25%;flex-shrink:0;padding:0 6px;box-sizing:border-box}


.page-template-page-landing /* ===== TESTIMONIALS - infinite scroll slider ===== */
.testimonials{padding:100px 0;background:#fff;position:relative;overflow:hidden}


.page-template-page-landing .testimonial-quote-icon{width:40px;height:40px;min-width:40px;background:rgba(228,1,31,.08);border-radius:10px;display:flex;align-items:center;justify-content:center}


.page-template-page-landing .testimonial-quote-icon svg{width:20px;height:20px;fill:var(--red)}


.page-template-page-landing .testimonial-stars svg{width:16px;height:16px;fill:#f5a623}


.page-template-page-landing .testimonial-info{}


.page-template-page-landing @media(max-width:991px){.testimonial-slide{min-width:360px;flex:0 0 360px}}


.page-template-page-landing /* ===== FAQ - dark gradient with cards ===== */
.faq{padding:100px 0;position:relative;overflow:hidden;background:#161616}


.page-template-page-landing .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px 20px 24px;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:rgba(255,255,255,.8);text-align:left;font-family:inherit;gap:16px;transition:color var(--transition)}


.page-template-page-landing .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}


.page-template-page-landing .faq-answer-inner{padding:0 24px 22px 24px;font-size:.92rem;color:rgba(255,255,255,.5);line-height:1.8}


.page-template-page-landing .faq-item.open .faq-answer{max-height:400px}


.page-template-page-landing /* ===== BOTTOM CTA - light bg with photo + 2-col layout ===== */
.bottom-cta{padding:100px 0;position:relative;overflow:hidden;background:#f9f9f9}


.page-template-page-landing .bottom-cta-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}


.page-template-page-landing .bottom-cta-bg{display:none}


.page-template-page-landing .bottom-cta-left{}


.page-template-page-landing /* ===== FOOTER - UNIFIED RED GRADIENT (dbl.de signature) ===== */
.site-footer{background:linear-gradient(180deg,#e4011f 0%,#d00019 40%,#b80015 70%,#a00012 100%);color:#fff;position:relative}


.page-template-page-landing .footer-bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}


.page-template-page-landing /* ===== SCROLL TO TOP - circle progress ===== */
.scroll-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;cursor:pointer;z-index:900;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease;background:none;border:none;padding:0}


.page-template-page-landing @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.scroll-top{bottom:20px;right:20px;width:42px;height:42px}.scroll-top svg.scroll-top-circle{width:42px;height:42px}.scroll-top-bg{top:3px;left:3px;width:36px;height:36px}.footer-bottom .container{grid-template-columns:1fr;text-align:center;gap:8px}.footer-credit-inline{text-align:center}}


.page-template-page-landing /* ===== SCROLL REVEAL ===== */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}


.page-template-page-landing @media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}
  .header-nav-links{display:none}
  .hamburger{display:flex}
  .hero .container{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:48px;min-height:auto;align-items:start}
  .hero-text{padding-right:0;text-align:center;padding-bottom:0}
  .hero-form-col{max-width:500px;margin:0 auto}
  .benefits-grid,.products-grid{grid-template-columns:1fr}
  .section-title{font-size:1.7rem}
  .footer-top .container{grid-template-columns:1fr 1fr;gap:32px}
  .footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}
  .product-card{height:300px}
}


.page-template-page-landing @media(max-width:767px){
  .hero-text h1{font-size:1.8rem}
  .hero-text .hero-subtitle{font-size:1.15rem}
  .form-box{padding:28px 20px}
  .testimonial-card{padding:28px 20px 24px}
  .social-strip .container{gap:16px}
  .social-strip .stat-divider{display:none}
  .social-strip .stat-item{font-size:.85rem}
  .step-row{gap:18px;padding:20px 0}
  .step-number{font-size:2rem;min-width:36px}
  .product-card{height:280px}
}


.page-template-page-landing @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}
  .header-logo-img{height:80px;padding:4px 8px 8px}
  .hero-text h1{font-size:1.55rem}
  .container{padding:0 16px}
  .section-title{font-size:1.35rem}
  .btn-cta{font-size:.82rem;padding:12px 24px}
  .btn-outline{font-size:.75rem;padding:9px 18px}
  .footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-social{justify-content:center}
  .footer-bottom .container{grid-template-columns:1fr;text-align:center;gap:8px}
  .footer-bottom-links{font-size:.72rem}
  .footer-credit-inline{text-align:center}
  .benefits-grid,.products-grid{gap:20px}
  .testimonial-slide{min-width:300px;flex:0 0 300px}.testimonial-card{padding:28px 22px 24px}.testimonial-text{font-size:.88rem}
}


.page-template-page-landing /* ===== AWARD LIGHTBOX ===== */
.award-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;cursor:zoom-out}

/* === page-kontakt.php === */

.page-template-page-kontakt .locations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:60px 0}


.page-template-page-kontakt .location-card{background:#fff;border-radius:10px;padding:28px;box-shadow:0 2px 16px rgba(0,0,0,.05);border:1px solid #eee;transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}


.page-template-page-kontakt .location-card .location-phone{font-weight:600;color:var(--dark);margin-top:8px;margin-bottom:0}


.page-template-page-kontakt .location-card .location-map{margin-top:auto;padding-top:16px;border-radius:6px;overflow:hidden;height:160px}


.page-template-page-kontakt .location-card .location-map iframe{width:100%;height:100%;border:0;display:block}


.page-template-page-kontakt @media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.header-nav-links{display:none}.hamburger{display:flex}.footer-top .container{grid-template-columns:1fr 1fr;gap:32px}.footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}.bottom-cta-grid{grid-template-columns:1fr;gap:40px}.locations-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:1.7rem}}


.page-template-page-kontakt @media(max-width:767px){.subpage-hero h1{font-size:1.8rem}.subpage-hero{height:300px}.form-box{padding:28px 20px}}


.page-template-page-kontakt @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.header-logo-img{height:80px;padding:4px 8px 8px}.container{padding:0 16px}.section-title{font-size:1.35rem}.subpage-hero{height:260px}.subpage-hero h1{font-size:1.3rem}.subpage-hero .container{padding-bottom:40px}.btn-cta{font-size:.82rem;padding:12px 24px}.btn-outline{font-size:.75rem;padding:9px 18px}.footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-social{justify-content:center}.footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}.footer-bottom-links{font-size:.72rem}.footer-credit-inline{text-align:center}.scroll-top{bottom:16px;right:16px;width:40px;height:40px}.scroll-top svg.scroll-top-circle{width:40px;height:40px}.scroll-top-bg{top:3px;left:3px;width:34px;height:34px}.form-row{grid-template-columns:1fr}.locations-grid{grid-template-columns:1fr}}

/* === page-faq.php === */

.page-template-page-faq .faq{padding:100px 0;position:relative;overflow:hidden;background:#161616;padding-top:159px}


.page-template-page-faq .faq-bg-photo{position:absolute;top:0;right:0;width:60%;height:100%;background:url("../materialy/Dodatkowe materiały/szatnia.jpg") right center/cover no-repeat;opacity:.15;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%)}


.page-template-page-faq @media(max-width:991px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:repeat(2,1fr)!important}.grid-4col{grid-template-columns:repeat(2,1fr)!important}.header-nav-links{display:none}.hamburger{display:flex}.footer-top .container{grid-template-columns:1fr 1fr;gap:32px}.footer-mid .container{grid-template-columns:1fr 1fr;gap:32px}.section-title{font-size:1.7rem}}


.page-template-page-faq @media(max-width:575px){.grid-2col{grid-template-columns:1fr!important}.grid-3col{grid-template-columns:1fr!important}.grid-4col{grid-template-columns:1fr!important}.header-logo-img{height:80px;padding:4px 8px 8px}.container{padding:0 16px}.section-title{font-size:1.35rem}.subpage-hero{height:260px}.subpage-hero h1{font-size:1.3rem}.subpage-hero .container{padding-bottom:40px}.btn-cta{font-size:.82rem;padding:12px 24px}.btn-outline{font-size:.75rem;padding:9px 18px}.footer-top .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-mid .container{grid-template-columns:1fr;gap:24px;text-align:center}.footer-social{justify-content:center}.footer-bottom .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-bottom-logo{flex-direction:column;align-items:center;gap:8px}.footer-bottom-links{font-size:.72rem}.footer-credit-inline{text-align:center}.scroll-top{bottom:16px;right:16px;width:40px;height:40px}.scroll-top svg.scroll-top-circle{width:40px;height:40px}.scroll-top-bg{top:3px;left:3px;width:34px;height:34px}}

.page-template-page-faq /* === HEADER OVERRIDE - zapewnia parametry z index.html (duze logo 160px) === */
body .header-logo-img{height:112px;width:auto;background:#fff;padding:11px 22px 11px;border-radius:0 0 20px 0;box-shadow:0 8px 32px rgba(0,0,0,.4);position:relative;top:0;transition:height .5s cubic-bezier(.25,.46,.45,.94),padding .5s cubic-bezier(.25,.46,.45,.94),box-shadow .5s ease}
.page-template-page-faq body .header.scrolled .header-logo-img{height:84px;padding:8px 18px 8px;box-shadow:0 6px 22px rgba(0,0,0,.4)}
.page-template-page-faq body .header-bar{min-height:104px}
.page-template-page-faq body .header.scrolled .header-bar{min-height:78px}
.page-template-page-faq /* Hero sam ma padding-top,.page-template-page-faq main bez */
@media(max-width:991px){
  body .header-logo-img{height:98px;padding:5px 8px 7px}
  body .header.scrolled .header-logo-img{height:78px;padding:5px 8px 7px}
  body .header-bar{min-height:86px}
}
.page-template-page-faq @media(max-width:575px){
  body .header-logo-img{height:80px;padding:4px 8px 8px}
}

.page-template-page-faq /* Override: przywroc kolor linkow w mega menu (nadpisywane przez duplikat .header-nav-links a z landing.html) */
.header-nav-links .mega-menu-links a{color:var(--gray-dark);font-size:.86rem}
.page-template-page-faq .header-nav-links .mega-menu-links a:hover,.page-template-page-faq .header-nav-links .mega-menu-links a.active{color:#fff}

/* Override: page-template prefixed .reveal losuje do .reveal.visible - bump specyficznosc */
body .reveal.visible{opacity:1;transform:translateY(0)}
body .reveal-left.visible{opacity:1;transform:translateX(0)}
body .reveal-right.visible{opacity:1;transform:translateX(0)}
body .reveal-scale.visible{opacity:1;transform:scale(1)}
body .reveal-blur.visible{opacity:1;filter:blur(0);transform:translateY(0)}

/* === FIX 2026-06-06 (feedback DBL 02.06 pkt 4): logo w wersji mobilnej ucinalo litere "T" (Mat). Przyczyna: zaokraglony rog 0 0 20px 0 + overflow:clip zjadal litere w prawym-dolnym rogu, bo tresc logo siegala krawedzi. Fix: object-fit:contain + wiekszy padding prawy/dolny (bufor poza lukiem rogu). Rog 20px zachowany jak na desktop/dbl.de. === */
.header-logo-img{object-fit:contain}
@media(max-width:991px){
  body .header-logo-img,
  body .header.scrolled .header-logo-img{padding:6px 22px 14px 12px;object-fit:contain}
}

/* ===== RUNDA 4 (2026-06-11) ===== */
/* FAQ - jasne tlo (uwaga klientki: tlo szare/biale) - tylko podstrona FAQ */
.page-template-page-faq .faq{background:#f6f6f7}
.page-template-page-faq .faq-bg-photo,.page-template-page-faq .faq-bg-gradient{display:none}
.page-template-page-faq .faq .section-title{color:var(--dark)}
.page-template-page-faq .faq .section-subtitle{color:var(--gray-mid)}
.page-template-page-faq .faq-item{background:#fff;border:1px solid #e7e7e9}
.page-template-page-faq .faq-item.open{background:#fff;border-color:rgba(228,1,31,.35);box-shadow:0 10px 28px rgba(0,0,0,.07)}
.page-template-page-faq .faq-question{color:var(--gray-dark)}
.page-template-page-faq .faq-question:hover{color:var(--dark)}
.page-template-page-faq .faq-item.open .faq-question{color:var(--dark)}
.page-template-page-faq .faq-chevron{fill:#c2c2c6}
.page-template-page-faq .faq-answer-inner{color:var(--gray-mid)}

/* O nas - nagrody jako logotypy z galeria dyplomow */
.awards-grid--logos,.page-template-page-onas .awards-grid--logos{grid-template-columns:repeat(2,1fr);max-width:620px}
.awards-grid--logos .award-card{padding:32px 24px 20px}
.awards-grid--logos .award-card-img{height:130px;margin-bottom:18px}
.award-card-hint{margin-top:10px;font-size:.72rem;font-weight:600;color:var(--gray-mid);display:inline-flex;align-items:center;gap:6px;letter-spacing:.04em;text-transform:uppercase;transition:color .3s ease}
.award-card-hint::after{content:'\2192';font-size:.85rem;line-height:1}
.award-card:hover .award-card-hint{color:var(--red)}
@media(max-width:575px){.awards-grid--logos,.page-template-page-onas .awards-grid--logos{grid-template-columns:1fr;max-width:320px}.awards-grid--logos .award-card-img{height:100px}}
/* Pozostałe wyróżnienia (runda 6, 2026-06-24) - jeden przycisk do galerii skanów */
.awards-extra{display:flex;justify-content:center;margin:34px auto 0}
.award-extra-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:76px;padding:18px 28px;background:#fff;border:1px solid #eee;border-radius:8px;text-decoration:none;color:var(--dark);box-shadow:0 10px 28px rgba(0,0,0,.06);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.award-extra-button::after{content:'\2192';width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-size:1rem;font-weight:700;flex-shrink:0}
.award-extra-button:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.11);border-color:rgba(228,1,31,.3)}
.award-extra-button-label{font-size:1.02rem;font-weight:800;color:var(--dark);letter-spacing:.02em}
.award-extra-button-hint{font-size:.74rem;font-weight:700;color:var(--gray-mid);letter-spacing:.05em;text-transform:uppercase}
@media(max-width:575px){.award-extra-button{width:100%;max-width:320px;flex-direction:column;gap:8px;padding:18px 20px;text-align:center}.award-extra-button::after{width:28px;height:28px}.award-extra-button-hint{font-size:.68rem}}

/* Odzież robocza - specyfikacje kolekcji */
.collection-specs-grid{display:grid;grid-template-columns:1fr;gap:26px;margin-top:48px}
.collection-spec-card{scroll-margin-top:145px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:stretch;background:#fff;border:1px solid #ececef;border-radius:8px;overflow:hidden;box-shadow:0 12px 34px rgba(0,0,0,.05)}
.collection-spec-card__media{background:#f3f3f4;min-height:280px}
.collection-spec-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.collection-spec-card__body{padding:30px 32px 28px}
.collection-spec-card__eyebrow{display:inline-block;margin-bottom:10px;font-size:.7rem;font-weight:800;color:var(--red);letter-spacing:.12em;text-transform:uppercase}
.collection-spec-card h3{font-size:1.45rem;line-height:1.2;color:var(--dark);margin:0 0 12px;font-weight:800}
.collection-spec-card__lead{font-size:.98rem;line-height:1.7;color:var(--gray-dark);margin:0 0 18px;font-weight:600}
.collection-spec-card__text{font-size:.94rem;line-height:1.75;color:var(--gray-mid)}
.collection-spec-card__text p{margin:0 0 12px}
.collection-spec-card__text p:last-child{margin-bottom:0}
@media(max-width:991px){.collection-spec-card{grid-template-columns:220px minmax(0,1fr);gap:22px}.collection-spec-card__media{min-height:240px}.collection-spec-card__body{padding:26px 24px}}
@media(max-width:767px){.collection-spec-card{grid-template-columns:1fr}.collection-spec-card__media{height:auto;min-height:0}.collection-spec-card__media img{aspect-ratio:1/1;height:auto}.collection-spec-card__body{padding:24px 20px}.collection-spec-card h3{font-size:1.25rem}.collection-spec-card{scroll-margin-top:110px}}

/* Lightbox nagrod - nawigacja galerii */
.award-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.12);border:none;cursor:pointer;display:none;align-items:center;justify-content:center;transition:background .25s ease;z-index:2}
.award-lightbox-nav svg{width:26px;height:26px;fill:#fff}
.award-lightbox-nav:hover{background:rgba(228,1,31,.85)}
.award-lightbox-prev{left:28px}
.award-lightbox-next{right:28px}
.award-lightbox{display:none!important}
.award-lightbox.active{display:flex!important;opacity:1!important;visibility:visible!important}
.award-lightbox.active img{transform:scale(1)}
.award-lightbox.has-gallery .award-lightbox-nav{display:flex!important;visibility:visible!important}
@media(max-width:575px){.award-lightbox-nav{width:42px;height:42px}.award-lightbox-prev{left:10px}.award-lightbox-next{right:10px}}
/* FAQ - strona bez ciemnego hero: header dostaje tlo jak w stanie scrolled (czytelnosc na jasnym tle) */
.page-template-page-faq .header .header-bar{background:linear-gradient(180deg,rgba(20,22,26,.12),rgba(20,22,26,.28)),url('../images/nav-bg.webp') center/cover no-repeat;background-color:#2a2f33;box-shadow:0 4px 30px rgba(0,0,0,.45)}

/* ============================================================
   RUNDA 7 (2026-07) - migracja SEO Eactive
   Tresc optymalizacyjna, podstrony kolekcji (CPT), pasek CTA
   ============================================================ */

/* Tresc SEO przeniesiona 1:1 z dbl.pl - typografia motywu */
.seo-content{max-width:860px;margin:0 auto}
.seo-content h2{font-size:1.6rem;font-weight:700;color:var(--red);margin:44px 0 18px;letter-spacing:-.01em}
.seo-content h2:first-child{margin-top:0}
.seo-content h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin:32px 0 12px}
.seo-content p{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin-bottom:16px}
.seo-content ul,.seo-content ol{margin:0 0 16px 22px}
.seo-content li{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin-bottom:6px}
.seo-content a{color:var(--red);text-decoration:underline;text-underline-offset:2px}
.seo-content a:hover{color:var(--red-hover,var(--red-dark))}
.seo-content strong{color:var(--dark)}

/* Przycisk "Zobacz kolekcje" na kartach specyfikacji */
.collection-spec-card__more{margin-top:18px;align-self:flex-start}
.collection-spec-card__media a{display:block}

/* Podstrona kolekcji (single-kolekcja.php) */
.kolekcja-layout{display:grid;grid-template-columns:minmax(0,440px) 1fr;gap:56px;align-items:start}
.kolekcja-media img{width:100%;height:auto;border-radius:10px;display:block}
.kolekcja-lead{font-size:1.05rem;color:var(--gray-mid);line-height:1.75;font-style:italic;margin-bottom:20px}
.kolekcja-spec p{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin-bottom:14px}
.kolekcja-spec ul{margin:0 0 14px 22px}
.kolekcja-spec li{font-size:.95rem;color:var(--gray-dark);line-height:1.8;margin-bottom:6px}
.kolekcja-others-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}
.kolekcja-other-card{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:var(--dark);background:#fff;border-radius:10px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.kolekcja-other-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.10)}
.kolekcja-other-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.kolekcja-other-card span{font-weight:700;font-size:.95rem;padding:0 16px 16px}

/* Pasek kontaktowy na dole strony glownej (glowne CTA jest pod procesem) */
.cta-strip{background:#161616;padding:36px 0}
.cta-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cta-strip-text{color:rgba(255,255,255,.75);font-size:1.02rem;margin:0}
.cta-strip-actions{display:flex;gap:14px;flex-wrap:wrap}

@media (max-width:991px){
  .kolekcja-layout{grid-template-columns:1fr;gap:36px}
  .kolekcja-others-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:575px){
  .kolekcja-others-grid{grid-template-columns:1fr 1fr;gap:14px}
  .cta-strip-inner{justify-content:center;text-align:center}
}

/* Naglowki tresci SEO przeniesione z prod bywaja opakowane w <strong> -
   dziedzicz kolor naglowka zamiast koloru strong z body tekstu */
.seo-content h2 strong,.seo-content h3 strong,.seo-content h4 strong{color:inherit}
