/*
Theme Name: Intenzo Pro
Theme URI: https://intenzopro.com
Author: Intenzo Pro
Description: Dedykowany motyw WooCommerce dla Intenzo Pro — Performance Sport Nutrition.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
WC requires at least: 8.0
License: Proprietary
Text Domain: intenzo
*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@400;500;600&display=swap');

/* ─── RESET & TOKENS ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
:root{
  --white:#ffffff;--off:#f7f6f2;--off2:#eeede8;
  --text:#111110;--muted:#6b6b65;--border:#e0dfd8;
  --lime:#c8e32e;--lime-bg:#edf7c5;--lime-dk:#7a9900;
  --red-bg:#fff5f5;--red:#e53e3e;
  --footer:#0d2e1a;
  --r:12px;--rl:20px;
  --fh:'Instrument Sans',sans-serif;
  --fb:'Inter',sans-serif;
  --nav-h:64px;--max-w:1280px;
}
body{background:var(--white);color:var(--text);font-family:var(--fb);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul{list-style:none}
.container{max-width:var(--max-w);margin:0 auto;padding:0 44px}

/* ─── ANN BAR ─── */
.ann-bar{background:var(--lime);color:var(--text);text-align:center;padding:10px 20px;font-family:var(--fh);font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:16px;position:relative;z-index:101}
.ann-bar a{font-weight:700;text-decoration:underline;color:var(--text)}

/* ─── MAIN NAV ─── */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.06)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:0 44px;height:var(--nav-h);gap:24px}
.nav-logo{display:flex;align-items:center;flex-shrink:0}
.nav-logo img{height:28px;width:auto;filter:invert(1) brightness(.1) saturate(0)}
.nav-logo .logo-text{font-family:var(--fh);font-size:20px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.nav-links{display:flex;gap:2px;align-items:center;flex:1;justify-content:center}
.nav-links a{font-family:var(--fh);font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--muted);padding:6px 12px;border-radius:8px;transition:background .15s,color .15s;white-space:nowrap}
.nav-links a:hover,.nav-links .current-menu-item>a,.nav-links .current_page_item>a{background:var(--off);color:var(--text)}
.nav-links .menu-item-highlight>a,.nav-links .hl{color:var(--lime-dk)!important}
.nav-links .menu-item-highlight>a:hover{background:var(--lime-bg)!important}
.nav-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}
.nav-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--text);transition:background .15s;text-decoration:none;position:relative}
.nav-icon:hover{background:var(--off)}
.nav-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.cart-count-bubble{position:absolute;top:5px;right:5px;width:15px;height:15px;background:var(--lime);color:var(--text);border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--fh);line-height:1}
.hamburger{display:none;flex-direction:column;gap:5px;width:26px;padding:6px 0}
.hamburger span{display:block;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}

/* ─── MOBILE DRAWER ─── */
.mobile-drawer{
  position:fixed;inset:0;z-index:99;
  background:var(--white);
  padding:80px 28px 40px;
  overflow-y:auto;
  display:block;
  transform:translateX(-100%);
  transition:transform .32s cubic-bezier(.4,0,.2,1);
  visibility:hidden;
}
.mobile-drawer.open{transform:translateX(0);visibility:visible}
.mobile-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s}
.mobile-close:hover{background:var(--off)}
.mobile-close svg{width:20px;height:20px;stroke:var(--text);fill:none;stroke-width:1.5}
.mobile-nav-list a{display:block;padding:16px 0;font-family:var(--fh);font-size:20px;font-weight:700;color:var(--text);border-bottom:1px solid var(--border);transition:color .15s}
.mobile-nav-list a:hover,.mobile-nav-list a.hl{color:var(--lime-dk)}
.mobile-drawer-footer{margin-top:28px}

/* ─── BUTTONS ─── */
.btn-lime{background:var(--lime);color:var(--text);border:none;border-radius:100px;padding:14px 30px;font-family:var(--fh);font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .15s,box-shadow .2s;cursor:pointer;text-decoration:none;line-height:1}
.btn-lime:hover{background:#d4ef40;transform:translateY(-2px);box-shadow:0 6px 24px rgba(140,190,0,.25);color:var(--text)}
.btn-ghost{background:transparent;color:var(--text);border:1.5px solid var(--border);border-radius:100px;padding:13px 26px;font-family:var(--fh);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:border-color .2s,background .2s,transform .15s;cursor:pointer;text-decoration:none;line-height:1}
.btn-ghost:hover{border-color:var(--text);background:var(--off);transform:translateY(-2px);color:var(--text)}
.btn-dark{background:var(--text);color:var(--white);border:none;border-radius:100px;padding:11px 22px;font-family:var(--fh);font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px;transition:background .2s,transform .15s;cursor:pointer;text-decoration:none;line-height:1;white-space:nowrap}
.btn-dark:hover{background:#333;transform:scale(1.03);color:var(--white)}

/* ─── SECTION HELPERS ─── */
.section{padding:88px 44px}
.section-sm{padding:56px 44px}
.eyebrow{font-family:var(--fh);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lime-dk);margin-bottom:12px}
h1.site-h1,.site-h1{font-family:var(--fh);font-size:clamp(42px,5vw,78px);font-weight:700;line-height:1.0;letter-spacing:-.02em;margin-bottom:20px}
h2.site-h2,.site-h2{font-family:var(--fh);font-size:clamp(28px,3.5vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.02em;margin-bottom:16px}
h3.site-h3,.site-h3{font-family:var(--fh);font-size:clamp(20px,2vw,28px);font-weight:700;line-height:1.15;margin-bottom:12px}
.site-h1 em,.site-h2 em,.site-h3 em{font-style:normal;color:var(--lime-dk)}
.lead{font-size:17px;color:var(--muted);line-height:1.75;max-width:540px}

/* ─── HERO ─── */
.hero-section{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 72px);overflow:hidden}
.hero-left{padding:72px 56px 72px 44px;display:flex;flex-direction:column;justify-content:center}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--lime-bg);color:var(--lime-dk);border-radius:100px;padding:6px 14px;font-family:var(--fh);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px;width:fit-content}
.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--lime-dk);animation:pulse-dot 2s ease-in-out infinite}
@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.25}}
.hero-rating{display:flex;align-items:center;gap:10px;margin-bottom:32px;font-size:13px;color:var(--muted)}
.hero-rating-stars{color:#f0a500;font-size:16px}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
/* Hero prawa kolumna — samo zdjęcie, zero paddings */
.hero-right{margin:0;padding:0;overflow:hidden;position:relative}
.hero-product-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;bottom:0;right:0}
.hero-product-card{background:var(--white);border-radius:var(--rl);box-shadow:0 8px 48px rgba(0,0,0,.1);width:260px;animation:card-float 5s ease-in-out infinite;position:relative;overflow:hidden}
@keyframes card-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.hpc-ribbon{position:absolute;top:0;left:0;right:0;background:var(--lime);color:var(--text);font-family:var(--fh);font-size:11px;font-weight:700;text-align:center;padding:7px 12px;letter-spacing:.04em;z-index:2}
.hpc-img{width:100%;aspect-ratio:1/1;object-fit:cover;margin-top:34px}
.hpc-body{padding:16px 18px 20px}
.hpc-name{font-family:var(--fh);font-size:20px;font-weight:700;line-height:1.1;margin-bottom:4px}
.hpc-flavor{font-size:11px;color:var(--lime-dk);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.hpc-meta{display:flex;flex-direction:column;gap:5px;font-size:12px;color:var(--muted);border-top:1px solid var(--border);padding-top:12px;margin-bottom:10px}
.hpc-price{font-family:var(--fh);font-size:22px;font-weight:700}
.hero-float-badge{position:absolute;background:var(--white);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:10px 14px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px;white-space:nowrap;font-family:var(--fh)}
.hfb-1{bottom:22%;left:4%;animation:card-float 5s ease-in-out 1s infinite}
.hfb-2{top:20%;right:4%;animation:card-float 5s ease-in-out 2s infinite}
.hfb-val{color:var(--lime-dk)}

/* ─── COMPARISON ─── */
.compare-section{background:var(--off);padding:88px 44px}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:52px}
.compare-card{border-radius:var(--rl);padding:36px;transition:transform .3s,box-shadow .3s}
.compare-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}
.compare-card.cc-bad{background:var(--red-bg);border:1.5px solid #fed7d7}
.compare-card.cc-good{background:var(--lime-bg);border:1.5px solid #c6f6d5}
.cc-head{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.07)}
.cc-ico{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}
.cc-ico-bad{background:#fed7d7}
.cc-ico-good{background:#c6f6d5}
.cc-ttl{font-family:var(--fh);font-size:18px;font-weight:700;line-height:1.2}
.cc-sub{font-size:12px;font-weight:600;margin-top:3px}
.cc-sub-bad{color:var(--red)}
.cc-sub-good{color:var(--lime-dk)}
.compare-list{display:flex;flex-direction:column}
.ci-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.ci-row:last-child{border-bottom:none}
.ci-mark{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}
.ci-x{background:#fed7d7;color:var(--red)}
.ci-v{background:#c6f6d5;color:#276749}
.ci-content strong{display:block;font-family:var(--fh);font-size:14px;font-weight:700;margin-bottom:2px}
.ci-content span{font-size:13px;color:var(--muted);line-height:1.55}
.science-note{display:flex;align-items:flex-start;gap:10px;background:rgba(0,0,0,.04);border-radius:10px;padding:14px 16px;margin-top:20px;font-size:12px;color:var(--muted);line-height:1.55}

/* ─── PRODUCT CARDS ─── */
.prod-card{border-radius:var(--rl);overflow:hidden;background:var(--off);display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s;position:relative}
.prod-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.09)}
.prod-card.feat{outline:2px solid var(--lime)}
.prod-badge{position:absolute;top:14px;left:14px;font-family:var(--fh);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:6px;z-index:2}
.prod-badge-lime{background:var(--lime);color:var(--text)}
.prod-badge-dark{background:var(--text);color:var(--white)}
.prod-img-wrap{aspect-ratio:1/1;overflow:hidden;background:var(--off2)}
.prod-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.prod-card:hover .prod-img-wrap img{transform:scale(1.04)}
.prod-body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.prod-name{font-family:var(--fh);font-size:16px;font-weight:700;margin-bottom:6px}
.prod-desc{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:12px;flex:1}
.prod-stars{color:#f0a500;font-size:12px;margin-bottom:14px}
.prod-stars span{color:var(--muted)}
.prod-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.prod-price{font-family:var(--fh);font-size:20px;font-weight:700}
.prod-price del{font-size:13px;color:var(--muted);margin-left:6px;font-weight:400}
.products-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

/* ─── BENEFIT STRIP ─── */
.benefit-strip{background:var(--off);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr)}
.benefit-item{padding:32px 28px;border-right:1px solid var(--border);transition:background .2s}
.benefit-item:last-child{border-right:none}
.benefit-item:hover{background:var(--lime-bg)}
.benefit-icon{font-size:24px;margin-bottom:8px}
.benefit-title{font-family:var(--fh);font-size:14px;font-weight:700;margin-bottom:4px}
.benefit-desc{font-size:12px;color:var(--muted);line-height:1.55}

/* ─── BUNDLE ─── */
.bundle-inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.bundle-visual{border-radius:var(--rl);overflow:hidden;min-height:380px;position:relative}
.bundle-single-img{display:block;width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:var(--rl)}
.bundle-save-badge{position:absolute;top:-18px;right:-18px;width:78px;height:78px;background:var(--lime);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--fh);font-size:10px;font-weight:700;color:var(--text);text-align:center;line-height:1.2;animation:spin-badge 20s linear infinite;box-shadow:0 4px 20px rgba(140,200,0,.3);z-index:2}
@keyframes spin-badge{to{transform:rotate(360deg)}}
.bsave-num{font-size:22px;font-weight:700}
.bundle-prod-img{object-fit:contain;border-radius:10px;border:1px solid var(--border);padding:6px;background:var(--off);transition:transform .3s}
.bundle-prod-img:nth-child(1){width:95px;height:140px;transform:rotate(-5deg)}
.bundle-prod-img:nth-child(2){width:115px;height:165px;transform:rotate(0)}
.bundle-prod-img:nth-child(3){width:95px;height:140px;transform:rotate(5deg)}
.bundle-prod-img:hover{transform:translateY(-8px) rotate(0)!important}
.bundle-list{list-style:none;margin:24px 0 28px}
.bundle-list li{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid var(--border);font-size:14px;line-height:1.5}
.bundle-check{width:20px;height:20px;flex-shrink:0;background:var(--lime-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--lime-dk);font-weight:700;margin-top:1px}
.bundle-price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.bundle-price{font-family:var(--fh);font-size:48px;font-weight:700}
.bundle-old{font-size:18px;color:var(--muted);text-decoration:line-through}
.bundle-saving{font-family:var(--fh);font-size:13px;color:var(--lime-dk);font-weight:700;background:var(--lime-bg);padding:3px 10px;border-radius:100px}
.pay-row{margin-top:12px;font-size:12px;color:var(--muted);display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.pay-chip{background:var(--off2);border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600;color:var(--muted);font-family:var(--fh)}

/* ─── WHY CARDS ─── */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.why-card{background:var(--off);border-radius:var(--rl);padding:36px 32px;transition:background .25s,transform .25s,border-color .25s;border:1px solid transparent}
.why-card:hover{background:var(--lime-bg);border-color:rgba(120,160,0,.2);transform:translateY(-3px)}
.why-num{font-family:var(--fh);font-size:52px;font-weight:700;color:var(--off2);line-height:1;margin-bottom:16px;transition:color .25s}
.why-card:hover .why-num{color:rgba(120,170,0,.2)}
.why-title{font-family:var(--fh);font-size:18px;font-weight:700;margin-bottom:10px}
.why-desc{font-size:14px;color:var(--muted);line-height:1.7}

/* ─── TESTIMONIAL ─── */
.testi-wrap{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--rl);overflow:hidden;border:1px solid var(--border)}
.testi-photo-side{position:relative;min-height:420px;background:var(--off2);overflow:hidden}
.testi-photo-side img{width:100%;height:100%;object-fit:cover}
.testi-photo-caption{position:absolute;bottom:20px;left:20px;background:rgba(0,0,0,.55);color:#fff;border-radius:10px;padding:12px 16px;backdrop-filter:blur(6px)}
.testi-photo-caption strong{font-family:var(--fh);font-size:14px;font-weight:700;display:block;margin-bottom:2px}
.testi-photo-caption span{font-size:12px;opacity:.75}
.testi-content-side{background:var(--white);display:flex;flex-direction:column}
.testi-tabs-row{display:flex;padding:20px 28px 0;border-bottom:1px solid var(--border);overflow-x:auto;gap:0}
.testi-tab{padding:0 0 14px;margin-right:18px;font-family:var(--fh);font-size:13px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;white-space:nowrap;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;transition:color .2s,border-color .2s}
.testi-tab.active,.testi-tab:hover{color:var(--text);border-bottom-color:var(--text)}
.testi-body{padding:28px;flex:1;display:flex;flex-direction:column;justify-content:center;transition:opacity .2s}
.testi-stars{color:#f0a500;font-size:18px;margin-bottom:14px}
.testi-quote{font-size:clamp(15px,1.3vw,18px);line-height:1.7;color:var(--text);font-style:italic;margin-bottom:20px}

/* ─── REVIEWS ─── */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{background:var(--off);border-radius:var(--r);padding:24px;transition:box-shadow .25s,transform .25s}
.review-card:hover{box-shadow:0 6px 28px rgba(0,0,0,.07);transform:translateY(-3px)}
.r-stars{color:#f0a500;font-size:13px;margin-bottom:10px}
.r-text{font-size:14px;line-height:1.65;margin-bottom:16px}
.r-author{display:flex;align-items:center;gap:10px}
.r-avatar{width:34px;height:34px;border-radius:50%;background:var(--lime-bg);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--lime-dk);font-family:var(--fh)}
.r-name{font-family:var(--fh);font-size:13px;font-weight:600}
.r-verified{font-size:11px;color:var(--lime-dk)}
.score-big{font-family:var(--fh);font-size:64px;font-weight:700;line-height:1}
.score-stars{color:#f0a500;font-size:20px}
.score-count{font-size:13px;color:var(--muted);margin-top:4px}

/* ─── STEPS ─── */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;margin-top:48px}
.step-item{padding:36px 28px;border-right:1px solid var(--border);transition:background .2s}
.step-item:last-child{border-right:none}
.step-item:hover{background:var(--lime-bg)}
.step-num{font-family:var(--fh);font-size:56px;font-weight:700;color:var(--off2);line-height:1;margin-bottom:14px}
.step-title{font-family:var(--fh);font-size:15px;font-weight:700;margin-bottom:8px}
.step-desc{font-size:13px;color:var(--muted);line-height:1.65}

/* ─── NEWSLETTER ─── */
.newsletter-section{background:var(--footer);padding:88px 44px;text-align:center}
.nl-h2{font-family:var(--fh);font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:var(--white);margin:10px auto 14px}
.nl-h2 em{color:var(--lime);font-style:normal}
.nl-sub{font-size:16px;color:rgba(255,255,255,.6);margin:0 auto 32px;max-width:420px;line-height:1.7}
.nl-form{display:flex;gap:10px;max-width:440px;margin:0 auto 14px}
.nl-input{flex:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:14px 22px;color:var(--white);font-size:14px;outline:none;transition:border-color .2s;font-family:var(--fb)}
.nl-input::placeholder{color:rgba(255,255,255,.4)}
.nl-input:focus{border-color:var(--lime)}
.nl-note{font-size:12px;color:rgba(255,255,255,.3)}

/* ─── FOOTER ─── */
.site-footer{background:var(--footer);padding:64px 44px 0;color:rgba(255,255,255,.65)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}
.footer-logo{height:26px;width:auto;filter:brightness(10);margin-bottom:14px}
.footer-desc{font-size:13px;line-height:1.75;max-width:250px;margin-bottom:20px}
.footer-social{display:flex;gap:10px;margin-bottom:0}
.social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}
.social-link:hover{background:var(--lime);border-color:var(--lime)}
.social-link:hover svg{stroke:var(--text)}
.social-link svg{width:16px;height:16px;stroke:rgba(255,255,255,.6);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.footer-col-title{font-family:var(--fh);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:18px}
.footer-col-links li{margin-bottom:9px}
.footer-col-links a{font-size:13px;color:rgba(255,255,255,.5);transition:color .2s}
.footer-col-links a:hover{color:var(--lime)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:12px}
.footer-pay-icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pay-icon-wrap{display:flex;align-items:center;justify-content:center;height:26px;padding:0 8px;background:rgba(255,255,255,.1);border-radius:5px;transition:background .2s}
.pay-icon-wrap:hover{background:rgba(255,255,255,.18)}
.footer-giant{background:var(--footer);overflow:hidden;padding:16px 0 40px;text-align:center}
.footer-giant-text{font-family:var(--fh);font-size:clamp(80px,14vw,200px);font-weight:700;letter-spacing:-.02em;color:rgba(255,255,255,.05);line-height:1;user-select:none;text-transform:uppercase}

/* ─── SCROLL ANIMATIONS ─── */
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.fade-up.in{opacity:1;transform:none}
.fade-left{opacity:0;transform:translateX(-24px);transition:opacity .65s ease,transform .65s ease}
.fade-left.in{opacity:1;transform:none}
.fade-right{opacity:0;transform:translateX(24px);transition:opacity .65s ease,transform .65s ease}
.fade-right.in{opacity:1;transform:none}
.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}

/* ─── WOO OVERRIDES ─── */
.woocommerce-notices-wrapper,.woocommerce-message,.woocommerce-error,.woocommerce-info{font-family:var(--fb)}
.woocommerce-message{background:var(--lime-bg)!important;border-top-color:var(--lime-dk)!important;color:var(--text)!important;border-radius:0 0 var(--r) var(--r)!important}
.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;padding:60px 44px}
.woocommerce div.product .woocommerce-product-gallery{position:sticky;top:80px}
.woocommerce div.product .woocommerce-product-gallery__image img,.woocommerce div.product .woocommerce-product-gallery__image a img{border-radius:var(--rl)}
.woocommerce div.product .product_title{font-family:var(--fh)!important;font-size:clamp(24px,3vw,40px)!important;font-weight:700!important;line-height:1.1!important;letter-spacing:-.01em!important;margin-bottom:12px!important}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-family:var(--fh)!important;font-size:32px!important;font-weight:700!important;color:var(--text)!important;margin-bottom:20px!important;display:block}
.woocommerce div.product p.price del,.woocommerce div.product span.price del{font-size:18px!important;color:var(--muted)!important}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:20px}
.woocommerce div.product form.cart{display:flex;align-items:center;gap:12px;margin-top:24px;flex-wrap:wrap}
.woocommerce div.product form.cart .qty{width:64px;height:52px;text-align:center;border:1.5px solid var(--border);border-radius:var(--r);font-size:16px;font-family:var(--fh);outline:none;transition:border-color .2s}
.woocommerce div.product form.cart .qty:focus{border-color:var(--lime)}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--lime)!important;color:var(--text)!important;border-radius:100px!important;font-family:var(--fh)!important;font-weight:700!important;font-size:15px!important;padding:16px 32px!important;border:none!important;transition:background .2s,transform .15s!important;letter-spacing:.02em!important;box-shadow:none!important;text-shadow:none!important}
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce a.button:hover,.woocommerce button.button:hover{background:#d4ef40!important;transform:translateY(-2px)!important}
.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}
.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);background:var(--off);border-radius:8px;padding:7px 12px}

/* Archive / shop */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0!important;padding:0!important}
.woocommerce ul.products li.product{margin:0!important;float:none!important;width:auto!important;background:var(--off);border-radius:var(--rl);overflow:hidden;transition:transform .3s,box-shadow .3s}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 10px 36px rgba(0,0,0,.09)}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:0;transition:transform .4s}
.woocommerce ul.products li.product:hover a img{transform:scale(1.04)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--fh)!important;font-size:16px!important;font-weight:700!important;margin:16px 16px 6px!important}
.woocommerce ul.products li.product .price{font-family:var(--fh)!important;font-weight:700!important;font-size:18px!important;color:var(--text)!important;padding:0 16px 16px!important;display:block}
.woocommerce ul.products li.product .button{margin:0 16px 16px!important;border-radius:100px!important;background:var(--text)!important;color:var(--white)!important;font-family:var(--fh)!important;font-size:13px!important;font-weight:700!important;padding:10px 20px!important;width:calc(100% - 32px)!important;text-align:center!important}
.woocommerce ul.products li.product .button:hover{background:var(--lime-dk)!important;transform:none}
.woocommerce-products-header{padding:48px 44px 0}
.woocommerce-products-header .page-title{font-family:var(--fh);font-size:clamp(28px,3vw,48px);font-weight:700;letter-spacing:-.02em;margin-bottom:8px}

/* Cart & Checkout */
.woocommerce table.shop_table{border-collapse:collapse;width:100%}
.woocommerce table.shop_table th{font-family:var(--fh);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:1px solid var(--border);padding:10px 0}
.woocommerce table.shop_table td{padding:16px 0;border-bottom:1px solid var(--border);vertical-align:middle}
.woocommerce-cart,.woocommerce-checkout{padding:60px 44px}
.woocommerce form .form-row label{font-family:var(--fh);font-size:13px;font-weight:600}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:1.5px solid var(--border)!important;border-radius:var(--r)!important;padding:12px 16px!important;font-family:var(--fb)!important;font-size:14px!important;transition:border-color .2s!important}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--lime)!important;outline:none!important}

/* ─── PAGES ─── */
.page-hero{background:var(--off);padding:64px 44px;border-bottom:1px solid var(--border)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{background:var(--off);border-radius:var(--rl);overflow:hidden;transition:transform .3s,box-shadow .3s}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.08)}
.blog-card-img{display:block;aspect-ratio:3/2;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-body{padding:20px 22px 24px}
.blog-card-date{font-size:11px;color:var(--muted);margin-bottom:8px;font-weight:500}
.blog-card-title{font-family:var(--fh);font-size:17px;font-weight:700;line-height:1.3;margin-bottom:8px}
.blog-card-title a:hover{color:var(--lime-dk)}
.blog-card-excerpt{font-size:13px;color:var(--muted);line-height:1.6}
.entry-content h2{font-family:var(--fh);font-size:24px;font-weight:700;margin:36px 0 14px}
.entry-content h3{font-family:var(--fh);font-size:20px;font-weight:600;margin:28px 0 12px}
.entry-content p{margin-bottom:18px;line-height:1.8}
.entry-content ul,.entry-content ol{padding-left:20px;margin-bottom:18px}
.entry-content li{margin-bottom:8px}
.entry-content a{color:var(--lime-dk);text-decoration:underline}
.entry-content blockquote{border-left:3px solid var(--lime);padding:16px 20px;background:var(--lime-bg);border-radius:0 8px 8px 0;margin:24px 0;font-style:italic}

/* ─── RESPONSIVE ─── */
@media(max-width:1024px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .nav-inner{padding:0 24px}
  .section,.section-sm,.compare-section{padding-left:24px;padding-right:24px}
  .hero-section{grid-template-columns:1fr;min-height:auto}
  .hero-left{padding:52px 24px 40px}
  .hero-right{min-height:420px;position:relative}
  .compare-grid,.bundle-inner,.testi-wrap{grid-template-columns:1fr}
  .products-3col,.reviews-grid,.why-grid{grid-template-columns:1fr 1fr}
  .benefit-strip{grid-template-columns:1fr 1fr}
  .steps-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .site-footer{padding:48px 24px 0}
  .woocommerce div.product{grid-template-columns:1fr;padding:40px 24px}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}
  .woocommerce-products-header{padding:40px 24px 0}
  .woocommerce-cart,.woocommerce-checkout{padding:40px 24px}
  .page-hero{padding:48px 24px}
  .blog-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  :root{--nav-h:56px}
  .section,.section-sm,.compare-section{padding-top:56px;padding-bottom:56px}
  .products-3col,.reviews-grid,.why-grid,.compare-grid,.blog-grid{grid-template-columns:1fr}
  .benefit-strip{grid-template-columns:1fr}
  .benefit-item{border-right:none;border-bottom:1px solid var(--border)}
  .steps-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .nl-form{flex-direction:column}
  .hero-left{padding:40px 20px 32px}
  .bundle-inner{gap:40px}
  .woocommerce ul.products{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}


/* ─── FOOTER PAYMENT ICONS (poprawione) ─── */
.footer-pay-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pay-icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 48px;
  padding: 0 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.75);
  letter-spacing: .03em;
  white-space: nowrap;
  transition: background .2s;
}
.pay-icon-pill:hover { background: rgba(255,255,255,.18); }
.pay-icon-pill.visa { font-style: italic; color: #a8c4e0; letter-spacing: .05em; font-size: 12px; }
.pay-icon-pill.mc { position: relative; padding: 0 8px; overflow: visible; }
.mc-circles { display: flex; align-items: center; }
.mc-circles span { display: block; width: 16px; height: 16px; border-radius: 50%; }
.mc-circles span:first-child { background: #eb001b; opacity: .9; }
.mc-circles span:last-child  { background: #f79e1b; opacity: .9; margin-left: -6px; }

/* ─── TESTIMONIAL SLIDER ─── */
.testi-slider {
  border-radius: var(--rl);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
}
/* Ukryj wszystkie slajdy */
.ts-slide {
  display: none !important;
  grid-template-columns: 1fr 1fr;
}
/* Pokaż aktywny */
.ts-slide.active {
  display: grid !important;
}
.ts-photo {
  position: relative;
  overflow: hidden;
  background: var(--off2);
  min-height: 460px;
}
.ts-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ts-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,.55);
  color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  backdrop-filter: blur(6px);
  z-index: 2;
}
.ts-caption strong {
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.ts-caption span { font-size: 12px; opacity: .75; }
.ts-content {
  background: var(--white);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ts-stars { color: #f0a500; font-size: 20px; margin-bottom: 16px; }
.ts-quote {
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.75;
  color: var(--text);
  font-style: italic;
  margin-bottom: 24px;
  flex: 1;
}
.ts-author {
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ts-role {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  font-family: var(--fb);
}
@media (max-width: 768px) {
  .ts-slide.active { display: flex !important; flex-direction: column; }
  .ts-photo { min-height: 260px; }
  .ts-content { padding: 24px 20px; }
}
