
:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --orange:#f97316;
  --orange-soft:#fff3e8;
  --violet:#6d28d9;
  --hero-a:#fff7ed;
  --hero-b:#f5f3ff;
  --shadow:0 20px 50px rgba(15,23,42,.10);
  --shadow-soft:0 8px 24px rgba(15,23,42,.07);
  --radius:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1240px,calc(100% - 48px));margin:0 auto}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff 0%,var(--hero-a) 52%,var(--hero-b) 100%)}
.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;filter:blur(72px);opacity:.45;z-index:0}
.hero:before{width:340px;height:340px;right:-80px;top:-100px;background:#fdba74}
.hero:after{width:340px;height:340px;left:-80px;bottom:-120px;background:#c4b5fd}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.06fr .94fr;gap:40px;padding:72px 0 84px}
.pill{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;border:1px solid #fed7aa;background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft);color:#334155;font-size:14px;font-weight:700}
.pill .icon{width:24px;height:24px;border-radius:999px;background:var(--orange-soft);display:grid;place-items:center;color:var(--orange);font-size:14px}
h1{margin:22px 0 0;font-size:72px;line-height:1.02;letter-spacing:-.04em}
.hero h1 .accent{color:var(--orange)}
.lead{max-width:780px;margin:28px 0 0;color:#475569;font-size:19px;line-height:1.7}
.hero-card{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.7);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(8px);padding:34px;align-self:center}
.hero-brand{display:flex;gap:18px;align-items:center;margin-bottom:30px}
.hero-brand img{width:260px;height:auto}
.highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.highlight{border:1px solid var(--line);background:#fff;border-radius:24px;padding:22px;box-shadow:var(--shadow-soft)}
.highlight-icon{width:38px;height:38px;border-radius:14px;background:#f5f3ff;color:var(--violet);display:grid;place-items:center;font-size:18px;margin-bottom:14px}
.highlight h3{margin:0 0 10px;font-size:20px}
.highlight p{margin:0;color:var(--muted);line-height:1.65}
.section-soft{background:#f8fafc}
.section{padding:72px 0}
.section-label{display:inline-flex;align-items:center;padding:12px 18px;background:#fff;border-radius:999px;box-shadow:var(--shadow-soft);font-size:14px;font-weight:700;color:#334155}
.section-head{max-width:880px;margin-bottom:30px}
.section-title-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:18px}
h2{margin:0;font-size:48px;line-height:1.06;letter-spacing:-.03em}
.allegro-badge{display:inline-flex;align-items:center;gap:10px;height:52px;padding:0 18px;border-radius:20px;border:1px solid #fdba74;background:var(--orange-soft);color:#ff5a00;font-weight:800;box-shadow:var(--shadow-soft)}
.allegro-badge .mini{width:24px;height:24px;border-radius:7px;background:#fff;display:grid;place-items:center;font-size:12px}
.section-desc{margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.8;max-width:900px}
.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.card{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow-soft);padding:28px;transition:transform .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.logo-box{min-height:96px;border:1px solid var(--line);border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px;margin-bottom:18px}
.logo-box img{max-height:58px;width:auto;max-width:100%;object-fit:contain}
.card h3{margin:0;font-size:28px;letter-spacing:-.02em}
.card p{margin:14px 0 0;color:var(--muted);line-height:1.7;flex:1}
.brand-block{margin-top:18px}
.brand-label{margin-bottom:12px;color:#94a3b8;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.brand-chip{height:56px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft);padding:8px}
.brand-chip-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface-soft);border-radius:14px;padding:6px 8px}
.brand-chip-inner span{font-size:12px;font-weight:800;text-align:center;color:#334155;line-height:1.2}
.store-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--violet);font-weight:800}
.marketplaces{margin-top:38px;border:1px solid var(--line);background:#fff;border-radius:32px;box-shadow:var(--shadow-soft);padding:28px}
.marketplaces h3{margin:0 0 18px;color:#64748b;font-size:17px}
.market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.market-item{height:92px;border:1px solid var(--line);background:var(--surface-soft);border-radius:24px;display:flex;align-items:center;justify-content:center;padding:14px}
.market-item img{max-height:48px;width:auto;max-width:100%}
.cta-wrap{padding:72px 0}
.cta{border-radius:32px;padding:42px;background:linear-gradient(90deg,#0f172a 0%,#4c1d95 52%,#ea580c 100%);color:#fff;box-shadow:var(--shadow)}
.cta-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}
.cta-label{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.10);color:rgba(255,255,255,.92);font-size:14px;font-weight:700}
.cta h2{margin-top:18px;color:#fff}
.cta p{max-width:760px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.75}
.cta-actions{display:flex;justify-content:flex-end}
.button{display:inline-flex;align-items:center;gap:10px;border:none;border-radius:20px;padding:16px 24px;background:#fff;color:#0f172a;font-weight:800;box-shadow:var(--shadow-soft)}
footer{border-top:1px solid var(--line);background:#fff}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0;color:#64748b;font-size:14px}
.footer-brand{color:#334155;font-weight:700}
@media (max-width:1100px){h1{font-size:58px}.hero-grid,.cta-grid{grid-template-columns:1fr}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:768px){.container{width:min(1240px,calc(100% - 28px))}.hero-grid{padding:46px 0 58px;gap:28px}h1{font-size:42px}h2{font-size:34px}.lead,.section-desc,.cta p{font-size:16px}.highlights,.store-grid,.market-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-brand img{width:220px}.cta-actions{justify-content:flex-start}.footer-inner{flex-direction:column;align-items:flex-start}}



.hero-actions{margin-top:28px;display:flex;gap:16px;flex-wrap:wrap}
.button-newsletter{background:linear-gradient(90deg,#ff7a00 0%,#6d28d9 100%);color:#fff}
.button-newsletter:hover{opacity:.98}

.promo-newsletter-section{padding:16px 0 10px;background:#fff}
.promo-newsletter-container{width:min(1536px,calc(100% - 36px))}
.promo-newsletter-shell{display:grid;grid-template-columns:minmax(0,1fr) 474px;gap:38px;align-items:start;padding:28px 28px 40px;border-radius:42px;border:1px solid #f2d6c0;background:radial-gradient(circle at 100% 0%,rgba(249,115,22,.09),transparent 20%),radial-gradient(circle at 0% 100%,rgba(109,40,217,.05),transparent 20%),linear-gradient(135deg,#fcf8f4 0%,#ffffff 55%,#fcfbff 100%);box-shadow:0 12px 34px rgba(15,23,42,.04)}
.promo-newsletter-left{min-width:0;padding:6px 0 0 10px}
.promo-newsletter-pill{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:999px;border:1px solid #efccb2;background:rgba(255,255,255,.88);box-shadow:0 10px 20px rgba(15,23,42,.03);font-size:15px;font-weight:800;color:#e66318}
.promo-newsletter-pill-icon{font-size:18px}
.promo-newsletter-top{display:grid;grid-template-columns:minmax(0,620px) 235px;gap:26px;align-items:start;margin-top:20px}
.promo-newsletter-title{margin:0;color:#0a163d;font-size:74px;line-height:.96;letter-spacing:-.055em;font-weight:800}
.promo-newsletter-title span{background:linear-gradient(90deg,#f97316 0%,#7c2ce2 100%);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}
.promo-newsletter-desc{max-width:700px;margin:30px 0 0;color:#536784;font-size:18px;line-height:1.64}
.promo-newsletter-burst{position:relative;padding-top:38px;width:220px}
.promo-newsletter-burst-rays:before,.promo-newsletter-burst-rays:after{content:"";position:absolute;left:24px;top:28px;background:#ff7a00;border-radius:6px}
.promo-newsletter-burst-rays:before{width:7px;height:34px;transform:rotate(-22deg)}
.promo-newsletter-burst-rays:after{width:26px;height:7px;left:8px;top:64px;transform:rotate(14deg)}
.promo-newsletter-burst-shape{position:relative;width:190px;height:190px;margin:0 auto;background:linear-gradient(135deg,#ff7a00 0%,#f05b27 42%,#9536de 100%);clip-path:polygon(50% 0%,58% 6%,67% 3%,74% 10%,83% 9%,88% 18%,97% 22%,98% 32%,100% 41%,95% 50%,99% 59%,93% 68%,93% 78%,84% 83%,80% 92%,70% 93%,63% 100%,53% 96%,44% 100%,36% 94%,26% 95%,21% 86%,12% 82%,8% 73%,0% 67%,2% 57%,0% 47%,5% 39%,4% 29%,12% 23%,15% 14%,24% 11%,31% 4%,40% 6%);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 18px 40px rgba(122,44,226,.22)}
.promo-newsletter-burst-do{font-size:28px;font-weight:800;color:#fff;line-height:1;margin-top:-4px}
.promo-newsletter-burst-value{font-size:74px;font-weight:800;letter-spacing:-.06em;line-height:.92;color:#fff}
.promo-newsletter-burst-tag{margin-top:12px;padding:13px 18px;border-radius:999px;background:#fff6f0;color:#f06128;font-size:16px;font-weight:800;line-height:1.05;text-align:center;box-shadow:0 10px 20px rgba(255,255,255,.18)}
.promo-newsletter-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:880px;margin-top:22px}
.promo-newsletter-benefit{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:22px;border:1px solid #edf1f6;background:rgba(255,255,255,.82);box-shadow:0 8px 20px rgba(15,23,42,.03)}
.promo-newsletter-benefit-icon{width:42px;height:42px;border-radius:15px;background:#f5f2ff;color:#6d28d9;display:grid;place-items:center;font-size:22px;font-weight:700;flex:0 0 42px}
.promo-newsletter-benefit-text strong{display:block;color:#233456;font-size:16px;line-height:1.2}
.promo-newsletter-benefit-text span{display:block;margin-top:5px;color:#5e6f88;font-size:14px;line-height:1.35}
.promo-newsletter-note{display:flex;align-items:center;gap:8px;margin-top:18px;color:#586886;font-size:16px;font-weight:700}
.promo-newsletter-note strong{color:#6d28d9}
.promo-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;max-width:880px;margin-top:16px}
.promo-product-card{position:relative;background:rgba(255,255,255,.9);border:1px solid #eef2f5;border-radius:18px;padding:16px 14px 14px;min-height:180px;box-shadow:0 8px 22px rgba(15,23,42,.03)}
.promo-product-discount{position:absolute;top:10px;right:12px;padding:8px 10px;border-radius:12px;background:#ff6e21;color:#fff;font-size:14px;font-weight:800;line-height:1;box-shadow:0 8px 16px rgba(255,110,33,.22)}
.promo-product-image-wrap{display:flex;align-items:center;justify-content:center;height:88px;margin-bottom:12px;overflow:hidden}
.promo-product-image-wrap img{max-width:78px;max-height:88px;display:block;object-fit:contain}
.promo-product-card h3{margin:0;color:#223354;font-size:15px;line-height:1.25;font-weight:800}
.promo-product-card p{margin:6px 0 0;color:#62728d;font-size:13px;line-height:1.38}
.promo-newsletter-form-card{padding:40px 38px 34px;border-radius:34px;border:1px solid #e5ecf5;background:rgba(255,255,255,.96);box-shadow:0 14px 36px rgba(15,23,42,.05)}
.promo-newsletter-form-card h2{margin:0;color:#0a163d;font-size:58px;line-height:.98;letter-spacing:-.045em;font-weight:800}
.promo-newsletter-form-card>p{margin:22px 0 0;color:#60718b;font-size:18px;line-height:1.5}
.promo-newsletter-form{margin-top:28px}
.promo-newsletter-field span,.promo-newsletter-fieldset legend{display:block;margin-bottom:12px;color:#243a62;font-size:20px;font-weight:800}
.promo-newsletter-input-wrap{position:relative}
.promo-newsletter-input-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#6c7b94;font-size:20px}
.promo-newsletter-field input[type="email"]{width:100%;height:64px;padding:0 20px 0 58px;border-radius:18px;border:1px solid #dbe2ec;background:#fff;color:#0f172a;font-size:18px;outline:none}
.promo-newsletter-field input[type="email"]:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px rgba(124,44,226,.08)}
.promo-newsletter-fieldset{margin:24px 0 0;padding:0;border:0}
.promo-newsletter-check{display:flex;align-items:flex-start;gap:16px;padding:18px 18px 18px 20px;border-radius:18px;border:1px solid #dfe6ef;background:#fff}
.promo-newsletter-check+.promo-newsletter-check{margin-top:12px}
.promo-newsletter-check input{width:18px;height:18px;margin-top:3px;accent-color:#6d28d9;flex:0 0 18px}
.promo-newsletter-check span{display:block;color:#223354;font-size:16px;line-height:1.48;font-weight:700}
.promo-newsletter-check-consent{margin-top:16px;padding:18px 18px 18px 20px}
.promo-newsletter-check-consent span{font-weight:400;color:#61728c}
.promo-newsletter-submit{width:100%;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:12px;padding:22px 28px;border:0;border-radius:24px;background:linear-gradient(90deg,#ff7a00 0%,#7c2ce2 100%);color:#fff;font-size:19px;font-weight:800;cursor:pointer;box-shadow:0 16px 32px rgba(124,44,226,.18)}
.promo-newsletter-disclaimer{display:flex;align-items:flex-start;gap:8px;margin-top:18px;color:#74839c;font-size:15px;line-height:1.45}

@media (max-width:1400px){.promo-newsletter-title{font-size:64px}.promo-newsletter-top{grid-template-columns:minmax(0,1fr) 210px}.promo-newsletter-form-card h2{font-size:50px}}
@media (max-width:1180px){.promo-newsletter-shell{grid-template-columns:1fr}.promo-newsletter-form-card{max-width:720px}.promo-newsletter-top{grid-template-columns:minmax(0,1fr) 200px}.promo-products-grid{max-width:none}}
@media (max-width:900px){.promo-newsletter-title{font-size:48px}.promo-newsletter-benefits{grid-template-columns:1fr}.promo-products-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.promo-newsletter-container{width:min(1536px,calc(100% - 22px))}.promo-newsletter-shell{padding:18px 18px 24px;border-radius:28px}.promo-newsletter-left{padding-left:0}.promo-newsletter-top{grid-template-columns:1fr}.promo-newsletter-burst{padding-top:0}.promo-newsletter-title{font-size:40px}.promo-newsletter-desc{font-size:16px}.promo-newsletter-form-card{padding:24px 22px;border-radius:26px}.promo-newsletter-form-card h2{font-size:38px}.promo-products-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.promo-newsletter-pill{font-size:13px;padding:12px 16px}.promo-newsletter-title{font-size:34px}.promo-products-grid{grid-template-columns:1fr}.promo-newsletter-form-card h2{font-size:32px}.promo-newsletter-check span{font-size:15px}}


/* fixes v3 - section width and product packshot visibility */
.promo-newsletter-container{width:min(1240px,calc(100% - 48px)) !important;margin:0 auto !important}
.promo-newsletter-shell{grid-template-columns:minmax(0,1fr) 420px !important;gap:28px !important;padding:28px 28px 34px !important}
.promo-newsletter-left{padding-left:0 !important}
.promo-newsletter-top{grid-template-columns:minmax(0,1fr) 190px !important;gap:20px !important}
.promo-newsletter-title{font-size:58px !important;line-height:.98 !important;max-width:650px !important}
.promo-newsletter-desc{max-width:660px !important;margin-top:24px !important;font-size:17px !important;line-height:1.62 !important}
.promo-newsletter-burst{width:190px !important;padding-top:28px !important}
.promo-newsletter-burst-shape{width:166px !important;height:166px !important}
.promo-newsletter-burst-value{font-size:62px !important}
.promo-newsletter-burst-do{font-size:25px !important}
.promo-newsletter-burst-tag{font-size:13px !important;padding:11px 16px !important}
.promo-newsletter-benefits{max-width:720px !important;gap:12px !important}
.promo-newsletter-benefit{padding:15px 14px !important;gap:12px !important}
.promo-newsletter-benefit-icon{width:38px !important;height:38px !important;flex-basis:38px !important}
.promo-products-grid{max-width:720px !important;gap:12px !important}
.promo-product-card{min-height:174px !important;padding:14px 12px 12px !important;overflow:visible !important}
.promo-product-image-wrap{height:94px !important;overflow:visible !important;margin-bottom:8px !important;align-items:center !important}
.promo-product-image-wrap img{max-width:88px !important;max-height:94px !important;width:auto !important;height:auto !important;object-fit:contain !important;object-position:center center !important;overflow:visible !important}
.promo-product-card h3{font-size:14px !important;line-height:1.2 !important}
.promo-product-card p{font-size:12px !important;line-height:1.32 !important;margin-top:4px !important}
.promo-product-discount{top:10px !important;right:10px !important}
.promo-newsletter-form-card{padding:34px 30px 30px !important;border-radius:32px !important}
.promo-newsletter-form-card h2{font-size:38px !important;line-height:1.08 !important}
.promo-newsletter-form-card>p{font-size:16px !important;margin-top:14px !important}
.promo-newsletter-form{margin-top:22px !important}
.promo-newsletter-field span,.promo-newsletter-fieldset legend{font-size:17px !important;margin-bottom:10px !important}
.promo-newsletter-field input[type="email"]{height:58px !important;font-size:17px !important}
.promo-newsletter-check{padding:15px 16px !important;border-radius:16px !important}
.promo-newsletter-check span{font-size:15px !important}
.promo-newsletter-submit{padding:18px 22px !important;font-size:17px !important;border-radius:22px !important}
@media (max-width:1180px){.promo-newsletter-shell{grid-template-columns:1fr !important}.promo-newsletter-form-card{max-width:720px !important}.promo-products-grid{max-width:none !important}.promo-newsletter-benefits{max-width:none !important}}
@media (max-width:768px){.promo-newsletter-container{width:min(1240px,calc(100% - 28px)) !important}.promo-newsletter-shell{padding:20px !important}.promo-newsletter-top{grid-template-columns:1fr !important}.promo-newsletter-title{font-size:40px !important}.promo-newsletter-burst{padding-top:0 !important}.promo-products-grid{grid-template-columns:repeat(2,1fr) !important}.promo-newsletter-form-card h2{font-size:32px !important}}
@media (max-width:480px){.promo-products-grid{grid-template-columns:1fr !important}.promo-newsletter-title{font-size:34px !important}}


/* v4 packshot fixes */
.promo-products-grid{gap:14px !important}
.promo-product-card{min-height:194px !important;padding:14px 14px 16px !important}
.promo-product-image-wrap{height:106px !important;overflow:visible !important;margin:4px 0 10px !important;align-items:center !important;justify-content:center !important}
.promo-product-image-wrap img{max-width:100px !important;max-height:106px !important;width:auto !important;height:auto !important;object-fit:contain !important;object-position:center center !important;display:block !important}
.promo-product-card h3{font-size:17px !important}
.promo-product-card p{font-size:12px !important;line-height:1.36 !important}
@media (max-width:768px){.promo-product-image-wrap{height:96px !important}.promo-product-image-wrap img{max-width:92px !important;max-height:96px !important}}


/* v5 - standalone packshots, no visible product names */
.promo-products-grid{max-width:720px !important;gap:14px !important;align-items:stretch !important}
.promo-product-card{position:relative;display:flex;align-items:center;justify-content:center;min-height:166px !important;padding:18px 12px 14px !important;border-radius:20px !important;background:#fff !important;border:1px solid #eef2f7 !important;box-shadow:0 10px 24px rgba(15,23,42,.04) !important;overflow:hidden !important}
.promo-product-card h3,.promo-product-card p{display:none !important}
.promo-product-image-wrap{height:124px !important;margin:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:visible !important;width:100% !important}
.promo-product-image-wrap img{display:block !important;width:auto !important;height:auto !important;max-width:108px !important;max-height:124px !important;object-fit:contain !important;object-position:center center !important;filter:none !important}
.promo-product-discount{top:14px !important;right:14px !important;z-index:3 !important}
@media (max-width:900px){.promo-products-grid{grid-template-columns:repeat(3,1fr) !important}.promo-product-card{min-height:158px !important}.promo-product-image-wrap{height:116px !important}.promo-product-image-wrap img{max-width:96px !important;max-height:116px !important}}
@media (max-width:768px){.promo-products-grid{grid-template-columns:repeat(2,1fr) !important}.promo-product-card{min-height:150px !important}.promo-product-image-wrap{height:108px !important}.promo-product-image-wrap img{max-width:92px !important;max-height:108px !important}}
@media (max-width:480px){.promo-products-grid{grid-template-columns:1fr !important}.promo-product-card{min-height:176px !important}.promo-product-image-wrap{height:128px !important}.promo-product-image-wrap img{max-width:118px !important;max-height:128px !important}}


/* v8 - store logos rendered inline, independent of image files */
.logo-box.logo-box-inline{display:flex;align-items:center;justify-content:center;min-height:120px;padding:18px 22px;background:#fff;border:1px solid #e5ecf5;border-radius:24px;overflow:hidden}
.brand-wordmark{width:100%;min-height:76px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;color:#172033;font-weight:900;letter-spacing:-.02em;white-space:normal}
.brand-wordmark span,.brand-wordmark em{display:inline-flex;align-items:center;justify-content:center}
.brand-wordmark em{font-style:normal}
.brand-wordmark-nestle-water,.brand-wordmark-nestle-nutrition,.brand-wordmark-nestle{color:#244a7f;gap:10px;font-size:34px;font-weight:800;font-family:Georgia, 'Times New Roman', serif;letter-spacing:-.04em}
.brand-wordmark-nestle-nutrition{flex-direction:column;gap:6px;font-family:inherit;font-size:40px;color:#284b7c}
.brand-wordmark-nestle-nutrition em{font-family:Georgia, 'Times New Roman', serif;font-size:28px;letter-spacing:.18em;text-transform:uppercase;border-top:2px solid #284b7c;padding-top:8px;width:86%}
.brand-wordmark-nestle .brand-icon,.brand-wordmark-nestle-water .brand-icon{font-size:32px;color:#284b7c;line-height:1}
.brand-wordmark-unilever{gap:18px;color:#0077bb;font-family:Arial, sans-serif;font-size:34px;font-weight:500;letter-spacing:-.035em}
.brand-wordmark-unilever .brand-monogram{width:74px;height:74px;border-radius:18px;background:linear-gradient(135deg,#0077bb,#12a4de);color:#fff;font-size:54px;font-weight:800;font-family:Georgia, serif}
.brand-wordmark-maspex{color:#d50000;font-size:52px;font-weight:950;letter-spacing:-.08em;position:relative}
.brand-wordmark-maspex i{width:56px;height:42px;margin-left:8px;background:#9ca3af;clip-path:polygon(0 50%,100% 0,72% 50%,100% 100%);display:inline-block}
.brand-wordmark-zero-waste{gap:10px;font-size:48px;font-weight:500;letter-spacing:-.06em;color:#7b8758;font-family:'Trebuchet MS', Arial, sans-serif}
.brand-wordmark-zero-waste em{color:#c7b08c}
.brand-wordmark-cocacola{color:#e30613;font-size:38px;font-weight:800;font-family:Arial, sans-serif;letter-spacing:-.05em}
.brand-wordmark-pepsico{color:#1d4f91;font-size:42px;font-weight:900;letter-spacing:-.04em}
.brand-wordmark-rolnik{color:#101010;font-size:50px;font-family:Georgia, 'Times New Roman', serif;font-weight:900;letter-spacing:-.05em;border:3px solid #d9d9d9;border-radius:999px;padding:14px 28px;box-shadow:inset 0 0 18px rgba(0,0,0,.08)}
.brand-wordmark-koszyk365{font-size:40px;font-weight:900;letter-spacing:-.05em;background:linear-gradient(90deg,#6d28d9,#f97316,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent}
.brand-wordmark-naszezoo{color:#111;font-size:46px;font-weight:950;letter-spacing:-.07em}.brand-wordmark-naszezoo em{font-size:32px;margin-left:2px;font-weight:600}
.brand-wordmark-bioderma{flex-direction:column;color:#35313b;font-family:Georgia, 'Times New Roman', serif;font-size:42px;font-weight:500;letter-spacing:.14em}.brand-wordmark-bioderma em{margin-top:12px;font-family:Arial,sans-serif;font-size:15px;letter-spacing:.35em;font-weight:600}
@media (max-width:768px){.logo-box.logo-box-inline{min-height:94px}.brand-wordmark-maspex{font-size:38px}.brand-wordmark-zero-waste{font-size:34px}.brand-wordmark-rolnik{font-size:34px}.brand-wordmark-naszezoo{font-size:34px}.brand-wordmark-bioderma{font-size:30px}.brand-wordmark-cocacola,.brand-wordmark-pepsico,.brand-wordmark-koszyk365{font-size:30px}}


/* v9 - finalne widoczne logotypy w sekcji sklepów */
#stores .logo-box.logo-box-inline{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:120px !important;
  padding:18px 22px !important;
  background:#fff !important;
  border:1px solid #e5ecf5 !important;
  border-radius:24px !important;
  overflow:hidden !important;
}
#stores .logo-box.logo-box-inline img{display:none !important}
#stores .brand-wordmark{
  width:100%;
  min-height:76px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
  color:#172033;
  font-weight:900;
  letter-spacing:-.02em;
}
#stores .brand-wordmark span,#stores .brand-wordmark em{display:inline-flex;align-items:center;justify-content:center}
#stores .brand-wordmark em{font-style:normal}
#stores .brand-wordmark-nestle-water,#stores .brand-wordmark-nestle{color:#244a7f;gap:12px;font-size:34px;font-family:Georgia,'Times New Roman',serif;font-weight:800;letter-spacing:-.04em}
#stores .brand-wordmark-nestle-water span:last-child{line-height:.92}
#stores .brand-wordmark-nestle-nutrition{flex-direction:column;gap:6px;font-size:40px;color:#284b7c;font-weight:900}
#stores .brand-wordmark-nestle-nutrition em{font-family:Georgia,'Times New Roman',serif;font-size:28px;letter-spacing:.18em;text-transform:uppercase;border-top:2px solid #284b7c;padding-top:8px;width:86%}
#stores .brand-wordmark-nestle .brand-icon,#stores .brand-wordmark-nestle-water .brand-icon{font-size:34px;color:#284b7c;line-height:1}
#stores .brand-wordmark-unilever{gap:18px;color:#0077bb;font-family:Arial,sans-serif;font-size:34px;font-weight:500;letter-spacing:-.035em}
#stores .brand-wordmark-unilever .brand-monogram{width:74px;height:74px;border-radius:18px;background:linear-gradient(135deg,#0077bb,#12a4de);color:#fff;font-size:54px;font-weight:800;font-family:Georgia,serif}
#stores .brand-wordmark-maspex{color:#d50000;font-size:52px;font-weight:950;letter-spacing:-.08em;position:relative}
#stores .brand-wordmark-maspex i{width:56px;height:42px;margin-left:8px;background:#9ca3af;clip-path:polygon(0 50%,100% 0,72% 50%,100% 100%);display:inline-block}
#stores .brand-wordmark-zero-waste{gap:10px;font-size:48px;font-weight:500;letter-spacing:-.06em;color:#7b8758;font-family:'Trebuchet MS',Arial,sans-serif}
#stores .brand-wordmark-zero-waste em{color:#c7b08c}
#stores .brand-wordmark-cocacola{color:#e30613;font-size:38px;font-weight:800;font-family:Arial,sans-serif;letter-spacing:-.05em}
#stores .brand-wordmark-pepsico{color:#1d4f91;font-size:42px;font-weight:900;letter-spacing:-.04em}
#stores .brand-wordmark-rolnik{color:#101010;font-size:50px;font-family:Georgia,'Times New Roman',serif;font-weight:900;letter-spacing:-.05em;border:3px solid #d9d9d9;border-radius:999px;padding:14px 28px;box-shadow:inset 0 0 18px rgba(0,0,0,.08)}
#stores .brand-wordmark-koszyk365{font-size:40px;font-weight:900;letter-spacing:-.05em;background:linear-gradient(90deg,#6d28d9,#f97316,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent}
#stores .brand-wordmark-naszezoo{color:#111;font-size:46px;font-weight:950;letter-spacing:-.07em}
#stores .brand-wordmark-naszezoo em{font-size:32px;margin-left:2px;font-weight:600}
#stores .brand-wordmark-bioderma{flex-direction:column;color:#35313b;font-family:Georgia,'Times New Roman',serif;font-size:42px;font-weight:500;letter-spacing:.14em}
#stores .brand-wordmark-bioderma em{margin-top:12px;font-family:Arial,sans-serif;font-size:15px;letter-spacing:.35em;font-weight:600}
@media (max-width:768px){
  #stores .logo-box.logo-box-inline{min-height:94px !important}
  #stores .brand-wordmark-maspex{font-size:38px}
  #stores .brand-wordmark-zero-waste{font-size:34px}
  #stores .brand-wordmark-rolnik{font-size:34px}
  #stores .brand-wordmark-naszezoo{font-size:34px}
  #stores .brand-wordmark-bioderma{font-size:30px}
  #stores .brand-wordmark-cocacola,#stores .brand-wordmark-pepsico,#stores .brand-wordmark-koszyk365{font-size:30px}
}


.promo-newsletter-form-message{margin-top:14px;font-size:15px;line-height:1.45;font-weight:700}
.promo-newsletter-form-message.is-success{color:#15803d}
.promo-newsletter-form-message.is-error{color:#dc2626}
.promo-newsletter-submit:disabled{opacity:.72;cursor:not-allowed}


/* v13 - GetResponse in-place confirmation state */
.promo-newsletter-form-card{
  transition: opacity .26s ease, transform .26s ease, min-height .28s ease, box-shadow .28s ease !important;
  overflow:hidden;
}
.promo-newsletter-form-card.is-submitting{
  box-shadow:0 18px 52px rgba(124,44,226,.10) !important;
}
.promo-newsletter-form-card.is-transitioning-out{
  opacity:.18;
  transform:translateY(12px) scale(.985);
}
.promo-submit-spinner{
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.52);
  border-top-color:#fff;
  animation:promoSpin .8s linear infinite;
}
@keyframes promoSpin{to{transform:rotate(360deg)}}

.promo-newsletter-success{
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:4px 0 0;
  animation:promoSuccessIn .54s cubic-bezier(.2,.82,.2,1) both;
}
@keyframes promoSuccessIn{
  from{opacity:0;transform:translateY(18px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.promo-success-hero{
  position:relative;
  width:218px;
  height:180px;
  margin:4px auto 20px;
  display:grid;
  place-items:center;
}
.promo-success-glow{
  position:absolute;
  inset:8px 0 0;
  border-radius:999px;
  background:radial-gradient(circle,rgba(124,44,226,.22),rgba(249,115,22,.14) 38%,rgba(255,255,255,0) 70%);
  filter:blur(2px);
  animation:promoGlowPulse 2.8s ease-in-out infinite;
}
@keyframes promoGlowPulse{
  0%,100%{transform:scale(.96);opacity:.72}
  50%{transform:scale(1.04);opacity:1}
}
.promo-success-envelope{
  position:relative;
  width:156px;
  height:104px;
  margin-top:28px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff7a00 0%,#ef5a32 48%,#7c2ce2 100%);
  box-shadow:0 18px 34px rgba(124,44,226,.18);
  overflow:visible;
  animation:promoEnvelopePop .65s cubic-bezier(.22,1.1,.28,1) both .12s;
}
@keyframes promoEnvelopePop{
  from{transform:translateY(16px) scale(.86);opacity:0}
  to{transform:translateY(0) scale(1);opacity:1}
}
.promo-success-envelope:before,
.promo-success-envelope:after{
  content:"";
  position:absolute;
  bottom:0;
  width:50%;
  height:100%;
  background:rgba(255,255,255,.10);
}
.promo-success-envelope:before{
  left:0;
  clip-path:polygon(0 20%,100% 62%,0 100%);
}
.promo-success-envelope:after{
  right:0;
  clip-path:polygon(100% 20%,0 62%,100% 100%);
}
.promo-success-envelope-flap{
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:64px;
  background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.05));
  clip-path:polygon(0 0,100% 0,50% 78%);
  border-radius:18px 18px 0 0;
}
.promo-success-letter{
  position:absolute;
  left:50%;
  top:-46px;
  width:118px;
  height:96px;
  transform:translateX(-50%);
  border-radius:16px;
  background:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 16px 32px rgba(15,23,42,.10);
  z-index:2;
}
.promo-success-letter span{
  width:58px;
  height:58px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#ff7a00,#7c2ce2);
}
.promo-success-sparkle{
  position:absolute;
  z-index:3;
  color:#8b35df;
  font-weight:900;
  animation:promoSparkle 2.4s ease-in-out infinite;
}
.promo-success-sparkle-a{right:18px;top:36px;font-size:25px}
.promo-success-sparkle-b{left:18px;top:86px;color:#f7a86a;font-size:20px;animation-delay:.5s}
@keyframes promoSparkle{
  0%,100%{opacity:.45;transform:scale(.9) rotate(0deg)}
  50%{opacity:1;transform:scale(1.15) rotate(10deg)}
}
.promo-newsletter-success h2{
  margin:0;
  color:#0a163d;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:800;
}
.promo-success-lead{
  max-width:560px;
  margin:20px auto 0;
  color:#33415f;
  font-size:17px;
  line-height:1.72;
}
.promo-success-info{
  width:100%;
  margin-top:28px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:20px 22px;
  border:1px solid #e5e9f2;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  text-align:left;
}
.promo-success-info-icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  border-radius:999px;
  background:#f3e8ff;
  color:#7c2ce2;
  display:grid;
  place-items:center;
  font-size:24px;
}
.promo-success-info p{
  margin:0;
  color:#33415f;
  font-size:16px;
  line-height:1.48;
}
.promo-success-info strong{
  color:#6d28d9;
  font-weight:800;
}
.promo-success-back{
  margin:24px auto 0;
  padding:0;
  border:0;
  background:transparent;
  color:#6d28d9;
  font-size:17px;
  line-height:1.5;
  font-weight:800;
  cursor:pointer;
  transition:transform .2s ease, color .2s ease;
}
.promo-success-back:hover{
  color:#4c1d95;
  transform:translateX(3px);
}
.promo-success-security{
  width:100%;
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid #edf1f6;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#64748b;
  font-size:15px;
  line-height:1.5;
}
.promo-newsletter-form-message{margin-top:14px;font-size:15px;line-height:1.45;font-weight:700}
.promo-newsletter-form-message.is-success{color:#15803d}
.promo-newsletter-form-message.is-error{color:#dc2626}
.promo-newsletter-submit:disabled{opacity:.72;cursor:not-allowed}
@media (max-width:768px){
  .promo-success-hero{width:188px;height:154px;margin-bottom:16px}
  .promo-success-envelope{width:136px;height:92px}
  .promo-success-letter{width:102px;height:84px;top:-40px}
  .promo-success-letter span{width:50px;height:50px;font-size:29px}
  .promo-newsletter-success h2{font-size:32px}
  .promo-success-lead{font-size:16px;line-height:1.62}
  .promo-success-info{padding:16px;gap:14px}
  .promo-success-info-icon{width:46px;height:46px;flex-basis:46px}
}
