:root{
  --ink:#34393a;--ink-2:#484f4f;--muted:#6f7471;--paper:#fff;--soft:#f7f8f3;--soft-2:#f1f4e8;
  --green:#8dbf32;--green-2:#6f9e27;--lime:#bfd94a;--line:#e1e6d8;--shadow:0 20px 55px rgba(23,58,54,.10);
  --radius:26px;--radius-sm:18px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-60px;z-index:9999;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.topbar{background:#303536;color:#edf1e7;font-size:13px}.topbar__inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar__right{display:flex;gap:10px;align-items:center}.topbar a:hover{color:#fff}.topbar__dot{opacity:.45}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.25s ease}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 8px 30px rgba(23,58,54,.06)}.header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:block;flex:0 0 auto}.brand img{width:245px;height:auto}.site-nav{display:flex;align-items:center;gap:5px}.nav-link{border:0;background:none;padding:12px 11px;border-radius:12px;font-weight:700;font-size:14px;color:#4b5350;cursor:pointer;white-space:nowrap;transition:.2s ease}.nav-link:hover,.nav-link.is-active{background:#f2f6e8;color:var(--green-2)}.nav-dropdown{position:relative}.nav-dropdown__toggle{display:flex;gap:5px;align-items:center}.nav-dropdown__menu{position:absolute;left:0;top:calc(100% + 10px);min-width:280px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;visibility:visible;transform:none}.nav-dropdown__menu a{display:block;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:650;color:#505753}.nav-dropdown__menu a:hover{background:var(--soft);color:var(--green-2)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:1px solid transparent;border-radius:14px;padding:13px 18px;font-weight:800;font-size:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn--shop{background:var(--ink);color:#fff;margin-left:6px}.btn--shop:hover{background:#242a2b;box-shadow:0 10px 25px rgba(23,58,54,.2)}.btn--primary{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;box-shadow:0 12px 28px rgba(34,168,125,.22)}.btn--ghost{border-color:#d5dbc9;background:#fff;color:var(--ink)}.btn--light{background:#fff;color:var(--ink)}.btn--outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.04)}.nav-toggle{display:none;width:46px;height:46px;border:0;border-radius:13px;background:var(--soft);padding:11px;cursor:pointer}.nav-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfcf7 0%,#fff 100%);min-height:690px;display:flex;align-items:center}.hero__grid{display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center;padding:76px 0 82px;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--green-2);margin-bottom:14px}.eyebrow::before{content:"";width:24px;height:2px;background:var(--lime);border-radius:2px}.eyebrow--light{color:#f0f7dc}.hero h1,.page-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;max-width:850px}.hero h1 span{color:var(--green)}.hero__lead{font-size:19px;color:#686f6c;max-width:690px;margin:0 0 28px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px;border-top:1px solid var(--line);padding-top:26px}.hero__stats div{display:flex;flex-direction:column;gap:3px}.hero__stats strong{font-size:24px;letter-spacing:-.02em}.hero__stats span{font-size:12px;color:var(--muted);line-height:1.4}.hero__visual{min-height:520px;display:flex;align-items:center;justify-content:center}.paper-scene{width:470px;height:470px;position:relative;transform:rotate(-2deg)}.sheet{position:absolute;width:270px;height:360px;border-radius:24px;background:#fff;box-shadow:0 30px 70px rgba(23,58,54,.15);right:45px;top:45px;border:1px solid #e7efec}.sheet--back{transform:translate(30px,-24px) rotate(8deg);background:#ecf6f1}.sheet--middle{transform:translate(-20px,20px) rotate(-7deg);background:#f8f4df}.sheet--front{z-index:3;padding:28px}.label-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;height:100%}.label-grid span{border-radius:13px;border:2px solid #d8e7e1;background:linear-gradient(135deg,#fff,#f5faf8);position:relative}.label-grid span::after{content:"";position:absolute;left:14px;right:14px;top:18px;height:6px;border-radius:6px;background:#dcebe5;box-shadow:0 14px 0 #f4f6ee,0 28px 0 #f4f6ee}.roll{position:absolute;left:0;bottom:12px;width:195px;height:108px;border-radius:55px;background:linear-gradient(180deg,#cfb27a,#ab874c);box-shadow:0 28px 55px rgba(66,47,19,.22);z-index:4;transform:rotate(11deg)}.roll::after{content:"";position:absolute;right:-42px;top:22px;width:115px;height:64px;border-radius:8px 45px 45px 8px;background:linear-gradient(90deg,#c9a866,#e5c88d)}.roll__core{position:absolute;left:24px;top:25px;width:58px;height:58px;border-radius:50%;background:#fff7e7;border:14px solid #795b31;z-index:2}.float-badge{position:absolute;right:-2px;bottom:42px;z-index:6;background:var(--ink);color:#fff;padding:12px 15px;border-radius:14px;font-weight:800;font-size:12px;box-shadow:var(--shadow)}.hero__glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55}.hero__glow--one{width:460px;height:460px;right:-160px;top:-180px;background:radial-gradient(circle,#d7f4e7,transparent 68%)}.hero__glow--two{width:360px;height:360px;left:-170px;bottom:-160px;background:radial-gradient(circle,#f1f7d7,transparent 68%)}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-strip__grid{min-height:78px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.trust-strip__grid span{font-size:13px;font-weight:750;color:#59736e;text-align:center;padding:0 14px;border-right:1px solid var(--line)}.trust-strip__grid span:last-child{border-right:0}.section{padding:96px 0}.section--soft{background:var(--soft)}.section-heading{max-width:760px;margin-bottom:42px}.section-heading--row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}.section-heading h2,.split__content h2,.cta h2,.hours-card h2,.contact-note h2{font-size:clamp(31px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:0 0 16px}.section-heading p,.split__content p{color:var(--muted);font-size:17px;margin:0}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.offer-card{position:relative;min-height:260px;border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;transition:.25s ease;overflow:hidden}.offer-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#cfe2db}.offer-card h3{font-size:23px;letter-spacing:-.02em;margin:20px 0 8px}.offer-card p{color:var(--muted);margin:0 0 18px}.offer-card__tag{position:absolute;right:18px;top:18px;background:#eef8d9;color:#56751f;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:6px 9px;border-radius:999px}.card-link{display:inline-block;font-size:13px;font-weight:900;color:var(--green-2)}.offer-card--dark{background:var(--ink);color:#fff;border-color:var(--ink)}.offer-card--dark p{color:#c3d3cf}.offer-card--dark .card-link{color:#9fe6cb}.offer-card__icon{display:block;width:54px;height:54px;border-radius:16px;background:#f3f7e8;position:relative}.offer-card--dark .offer-card__icon{background:rgba(255,255,255,.1)}.icon-labels::before{content:"";position:absolute;inset:12px;border:2px solid var(--green);border-radius:5px;box-shadow:10px 0 0 -5px #f3f7e8,10px 0 0 -3px var(--green)}.icon-film::before{content:"";position:absolute;width:28px;height:28px;border:3px solid var(--green);border-radius:50%;left:12px;top:10px}.icon-film::after{content:"";position:absolute;width:24px;height:9px;border:3px solid var(--green);border-left:0;left:26px;top:28px;border-radius:0 9px 9px 0}.icon-laser::before{content:"";position:absolute;left:10px;right:10px;bottom:12px;height:18px;border:2px solid var(--green);border-radius:5px}.icon-laser::after{content:"";position:absolute;left:18px;right:18px;top:10px;height:17px;border:2px solid var(--green);border-bottom:0}.icon-ink::before{content:"";position:absolute;width:22px;height:30px;background:var(--green);clip-path:polygon(50% 0,100% 65%,100% 72%,85% 100%,15% 100%,0 72%,0 65%);left:16px;top:11px}.icon-special::before{content:"★";position:absolute;inset:0;display:grid;place-items:center;color:var(--green);font-size:27px}.icon-security::before{content:"✓";position:absolute;inset:10px;border:2px solid #c4df61;border-radius:11px;display:grid;place-items:center;color:#c4df61;font-weight:900}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split--reverse{grid-template-columns:1.08fr .92fr}.material-stack{height:480px;position:relative;max-width:520px;margin:auto}.material{position:absolute;width:300px;height:205px;border-radius:20px;box-shadow:0 25px 50px rgba(23,58,54,.13);display:flex;align-items:end;padding:22px;font-weight:900;letter-spacing:.12em;font-size:12px}.material--kraft{left:30px;top:0;background:repeating-linear-gradient(16deg,#b28f5c 0 4px,#b89460 4px 7px);transform:rotate(-8deg);color:#5c472a}.material--white{right:40px;top:90px;background:#fff;border:1px solid #e4ece9;transform:rotate(5deg);color:#a6b0ad}.material--silver{left:45px;top:190px;background:linear-gradient(135deg,#aeb8b5,#f0f4f2 45%,#919c99);transform:rotate(-3deg);color:#4e5a57}.material--clear{right:10px;top:275px;background:linear-gradient(135deg,rgba(189,238,224,.72),rgba(255,255,255,.45));border:1px solid #d8e7c4;backdrop-filter:blur(5px);transform:rotate(7deg);color:#789b36}.check-list{padding:0;margin:26px 0;list-style:none}.check-list li{position:relative;padding:9px 0 9px 32px;border-bottom:1px solid #d9e6e1;color:#59605c}.check-list li::before{content:"✓";position:absolute;left:0;top:9px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#edf5dd;color:var(--green-2);font-size:12px;font-weight:900}.text-link{font-weight:900;color:var(--green-2)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{border:1px solid var(--line);border-radius:24px;padding:18px;background:#fff}.news-card__swatch{height:190px;border-radius:18px;margin-bottom:20px}.swatch--materica{background:repeating-linear-gradient(35deg,#bea06f 0 7px,#b49362 7px 9px)}.swatch--organic{background:radial-gradient(circle at 25% 35%,rgba(126,113,61,.16) 0 2px,transparent 3px),linear-gradient(135deg,#e9e2c5,#f5f0d8)}.swatch--black{background:repeating-linear-gradient(125deg,#151b1a 0 7px,#202726 7px 10px)}.pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f5f7ef;color:var(--green-2);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.news-card h3{font-size:22px;margin:12px 0 7px}.news-card p{color:var(--muted);margin:0}.cta-section{padding:0 0 84px}.cta{background:linear-gradient(135deg,#34393a,#5f8627);border-radius:30px;color:#fff;padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 30px 70px rgba(23,58,54,.22)}.cta h2{max-width:760px;margin:0}.cta__actions{display:flex;gap:10px;flex-wrap:wrap}.site-footer{background:#2d3333;color:#e6efec;padding:70px 0 22px}.footer__grid{display:grid;grid-template-columns:1.45fr .8fr 1fr 1fr;gap:55px}.footer__brand img{margin-bottom:18px}.footer__brand p{color:#aab1a8;max-width:430px}.site-footer h2{font-size:13px;text-transform:uppercase;letter-spacing:.11em;color:#c1db61;margin:2px 0 16px}.site-footer a,.site-footer span{display:block;color:#c8cec2;font-size:14px;margin:8px 0}.site-footer a:hover{color:#fff}.site-footer strong{color:#f0f4e8}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.footer__bottom span,.footer__bottom a{font-size:12px;margin:0}.page-hero{padding:84px 0 76px;background:linear-gradient(180deg,#f6faf8,#fff);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-170px;top:-180px;background:radial-gradient(circle,rgba(156,207,59,.15),transparent 65%)}.page-hero__inner{position:relative;z-index:2;max-width:900px}.page-hero h1{font-size:clamp(46px,6vw,72px);margin-bottom:18px}.page-hero p{font-size:19px;color:#686f6c;max-width:760px;margin:0}.page-hero--labels{background:linear-gradient(135deg,#f6faf8,#f7fbef)}.page-hero--film{background:linear-gradient(135deg,#f9fbf3,#f5f9ed)}.page-hero--ink{background:linear-gradient(135deg,#f6faf8,#f5f6ff)}.page-hero--laser{background:linear-gradient(135deg,#f7faf9,#f2f8ff)}.page-hero--offset{background:linear-gradient(135deg,#fafbf6,#f8f5ef)}.page-hero--special{background:linear-gradient(135deg,#fafbf6,#f7f2e8)}.page-hero--security{background:linear-gradient(135deg,#f5f8f7,#eef2f1)}.page-hero--news{background:linear-gradient(135deg,#f9faf5,#f7f2e4)}.page-hero--contact{background:linear-gradient(135deg,#f4faf7,#f5f8ee)}.product-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.product-main h2{font-size:42px;letter-spacing:-.03em;margin:0 0 15px}.product-main h3{font-size:24px;margin:34px 0 10px}.product-main p{color:var(--muted);font-size:17px}.chips{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}.chips span{padding:9px 12px;border-radius:999px;background:#f5f7ef;color:#5b625d;font-size:13px;font-weight:750}.info-box{margin-top:34px;padding:23px 25px;border-radius:18px;background:#f5f8ee;border:1px solid #e3ead5}.info-box p{font-size:14px;margin:5px 0 0}.product-aside{border:1px solid var(--line);border-radius:24px;padding:25px;background:#fff;box-shadow:0 15px 45px rgba(23,58,54,.06)}.product-aside h3{margin-top:25px}.sheet-demo{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:18px;background:#f4f7f6;border-radius:18px;aspect-ratio:1/1.15}.sheet-demo span{background:#fff;border:1px solid #d8e5e0;border-radius:6px;box-shadow:0 2px 5px rgba(23,58,54,.04)}.plain-list{padding-left:20px;color:#686f6c}.plain-list li{margin:7px 0}.product-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mini-product{padding:22px;border:1px solid var(--line);border-radius:20px}.mini-product h3{margin:18px 0 6px}.mini-product p{margin:0;color:var(--muted)}.swatch{display:block;height:94px;border-radius:14px}.swatch-clear{background:linear-gradient(135deg,rgba(139,220,199,.45),rgba(255,255,255,.75));border:1px solid #d6e3bf}.swatch-white{background:linear-gradient(135deg,#fff,#e7eeeb);border:1px solid #dce5e1}.swatch-silver{background:linear-gradient(135deg,#8e9a96,#f2f5f4 45%,#aeb8b5)}.swatch-yellow{background:linear-gradient(135deg,#f3df39,#ffe978)}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}.spec-grid>div{background:var(--soft);padding:25px;border-radius:18px}.spec-grid h3{margin:0 0 6px}.spec-grid p{margin:0;color:var(--muted)}.feature-list{border-top:1px solid var(--line)}.feature-list>div{display:grid;grid-template-columns:1fr 1fr;padding:20px 0;border-bottom:1px solid var(--line)}.feature-list span{color:var(--muted)}.product-table{border:1px solid var(--line);border-radius:22px;overflow:hidden}.product-row{display:grid;grid-template-columns:.8fr 1.4fr .7fr;gap:20px;padding:21px 24px;border-bottom:1px solid var(--line);align-items:center}.product-row:last-child{border-bottom:0}.product-row--head{background:var(--ink);color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.product-row:not(.product-row--head) span{color:var(--muted)}.note{margin-top:24px;background:#fff8df;border:1px solid #f2e4ac;padding:18px 20px;border-radius:16px;color:#6a5b24}.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.detail-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}.detail-card h3{font-size:24px;margin:0 0 12px}.detail-card ul{padding-left:20px;color:var(--muted)}.detail-card p{font-size:13px;margin-top:22px}.format-cloud{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.format-cloud span{width:110px;height:110px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--line);font-size:23px;font-weight:900;box-shadow:0 12px 30px rgba(23,58,54,.06)}.empty-rich{display:grid;grid-template-columns:150px 1fr;gap:45px;align-items:start;background:var(--soft);border-radius:28px;padding:48px}.empty-rich__icon{width:120px;height:120px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--lime));color:#fff;font-size:42px;font-weight:900}.empty-rich h2{font-size:42px;letter-spacing:-.03em;margin:0 0 15px}.empty-rich p{color:var(--muted);font-size:17px;max-width:780px}.special-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.special-card{border:1px solid var(--line);border-radius:22px;padding:26px;min-height:220px;position:relative;overflow:hidden;background:#fff}.special-card::after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:#f2f6e8;right:-42px;bottom:-42px}.special-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:var(--green-2)}.special-card h3{font-size:24px;margin:14px 0 8px}.special-card p{color:var(--muted);margin:0}.more-materials{margin-top:32px;padding:28px;background:var(--soft);border-radius:22px}.more-materials h3{margin-top:0}.security-grid{display:grid;gap:25px}.security-card{display:grid;grid-template-columns:360px 1fr;gap:42px;padding:28px;border:1px solid var(--line);border-radius:26px;align-items:center}.security-card h2{font-size:34px;letter-spacing:-.03em;margin:12px 0}.security-card p{color:var(--muted)}.security-demo{height:260px;border-radius:20px;position:relative;overflow:hidden;display:grid;place-items:center}.security-demo--void{background:linear-gradient(130deg,#c8d0ce,#fbfcf7 32%,#aeb8b5 63%,#eef2f1)}.security-demo--void::before{content:"VOID  VOID  VOID  VOID  VOID  VOID  VOID";position:absolute;inset:-20px;transform:rotate(-22deg);font-weight:900;letter-spacing:.25em;color:rgba(43,66,62,.18);font-size:18px;line-height:4}.security-demo--void span:first-child{font-size:50px;font-weight:950;letter-spacing:.08em;color:#3a4c49;z-index:2}.security-demo--void span:last-child{position:absolute;bottom:40px;font-size:12px;letter-spacing:.3em;z-index:2}.security-demo--checker{background:linear-gradient(135deg,#b8c0be,#eef2f1)}.security-demo--checker::before{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,rgba(70,80,78,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(70,80,78,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(70,80,78,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(70,80,78,.25) 75%);background-size:34px 34px;background-position:0 0,0 17px,17px -17px,-17px 0}.news-list{display:grid;gap:24px}.news-item{display:grid;grid-template-columns:260px 1fr;gap:34px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:24px}.news-item__sample{height:220px;border-radius:18px}.news-item h2{font-size:31px;letter-spacing:-.03em;margin:11px 0}.news-item p{color:var(--muted);font-size:16px}.sample--materica{background:repeating-linear-gradient(35deg,#b99a68 0 7px,#ae8e5d 7px 10px)}.sample--recycle{background:radial-gradient(circle at 25% 35%,rgba(73,82,76,.14) 0 1px,transparent 2px),linear-gradient(135deg,#e9ebe7,#f7f7f4)}.sample--organic{background:radial-gradient(circle at 25% 35%,rgba(126,113,61,.18) 0 2px,transparent 3px),linear-gradient(135deg,#e7e0be,#f6f0d7)}.sample--grass{background:radial-gradient(ellipse at 20% 20%,rgba(89,91,49,.32) 0 1px,transparent 2px),linear-gradient(135deg,#d7cba6,#ece2c2)}.sample--kraft{background:repeating-linear-gradient(0deg,#af8955 0 5px,#b7925f 5px 8px)}.sample--black{background:repeating-linear-gradient(125deg,#151b1a 0 7px,#202726 7px 10px)}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-card{border:1px solid var(--line);border-radius:24px;padding:30px;min-height:230px;display:flex;flex-direction:column;align-items:flex-start;transition:.25s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cbe0d8}.contact-card--main{background:var(--ink);color:#fff;border-color:var(--ink)}.contact-card__icon{width:48px;height:48px;border-radius:14px;background:#f3f7eb;color:var(--green-2);display:grid;place-items:center;font-size:21px;margin-bottom:28px}.contact-card--main .contact-card__icon{background:rgba(255,255,255,.12);color:#c5df61}.contact-card>span:not(.contact-card__icon){font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#7d8580}.contact-card--main>span:not(.contact-card__icon){color:#b2b9ae}.contact-card strong{font-size:27px;line-height:1.25;margin:8px 0 14px;letter-spacing:-.02em}.contact-card small{color:#898f8b;margin-top:auto}.contact-card--main small{color:#b4baaf}.contact-bottom{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hours-card,.contact-note{background:#fff;border-radius:24px;padding:36px;border:1px solid var(--line)}.hours-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.hours-row:last-child{border-bottom:0}.hours-row span{color:var(--muted)}.contact-note p{color:var(--muted);font-size:17px;margin-bottom:25px}.about-numbers{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.about-numbers div{background:var(--soft);border-radius:22px;padding:30px;min-height:160px;display:flex;flex-direction:column;justify-content:end}.about-numbers strong{font-size:34px;letter-spacing:-.03em}.about-numbers span{font-size:13px;color:var(--muted)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-card{border:1px solid var(--line);border-radius:22px;padding:28px}.value-card>span{color:var(--green);font-weight:900;font-size:12px}.value-card h3{font-size:24px;margin:18px 0 8px}.value-card p{color:var(--muted);margin:0}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal--delay{transition-delay:.12s}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.offer-card,.contact-card{transition:none}}
@media(max-width:1080px){.brand img{width:215px}.nav-link{padding:10px 8px;font-size:13px}.hero__grid{gap:35px}.paper-scene{transform:scale(.9) rotate(-2deg)}.footer__grid{grid-template-columns:1.2fr 1fr 1fr;}.footer__grid>div:last-child{grid-column:2/4}}
@media(max-width:980px){.topbar__left{display:none}.topbar__inner{justify-content:center}.nav-toggle{display:block}.site-nav{position:fixed;left:20px;right:20px;top:128px;max-height:calc(100vh - 150px);overflow:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:12px;display:none;align-items:stretch}.site-nav.is-open{display:flex;flex-direction:column}.nav-link{width:100%;text-align:left;padding:13px}.btn--shop{margin:4px 0 0}.nav-dropdown__menu{position:static;min-width:0;box-shadow:none;border:0;background:var(--soft);margin:4px 0;display:none;opacity:1;visibility:visible;transform:none}.nav-dropdown.is-open .nav-dropdown__menu{display:block}.nav-dropdown:hover .nav-dropdown__menu:not(:focus-within){opacity:1}.hero{min-height:auto}.hero__grid{grid-template-columns:1fr;padding-top:65px}.hero__visual{min-height:450px}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.trust-strip__grid span:nth-child(2){border-right:0}.trust-strip__grid span{padding:18px}.offer-grid{grid-template-columns:repeat(2,1fr)}.split,.split--reverse{grid-template-columns:1fr;gap:48px}.news-grid{grid-template-columns:1fr 1fr}.news-card:last-child{grid-column:1/3}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:last-child{grid-column:auto}.product-layout{grid-template-columns:1fr}.product-aside{max-width:560px}.product-cards{grid-template-columns:repeat(2,1fr)}.three-cols,.special-grid,.values-grid{grid-template-columns:1fr 1fr}.security-card{grid-template-columns:290px 1fr}.contact-grid{grid-template-columns:1fr 1fr}.contact-bottom{grid-template-columns:1fr}.news-item{grid-template-columns:220px 1fr}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--container))}.topbar__right{gap:7px;font-size:11px}.topbar__right .topbar__dot{display:none}.topbar__right{flex-wrap:wrap;justify-content:center}.header__inner{min-height:72px}.brand img{width:200px}.site-nav{top:116px;left:14px;right:14px}.hero__grid{padding:55px 0}.hero h1,.page-hero h1{font-size:43px}.hero__lead,.page-hero p{font-size:16px}.hero__stats{grid-template-columns:1fr;gap:11px}.hero__stats div{display:grid;grid-template-columns:80px 1fr;align-items:center}.hero__visual{min-height:355px}.paper-scene{transform:scale(.68) rotate(-2deg);margin:-40px -75px}.trust-strip__grid{grid-template-columns:1fr}.trust-strip__grid span{border-right:0;border-bottom:1px solid var(--line)}.trust-strip__grid span:last-child{border-bottom:0}.section{padding:70px 0}.section-heading--row{display:block}.section-heading--row .btn{margin-top:15px}.offer-grid,.news-grid{grid-template-columns:1fr}.news-card:last-child{grid-column:auto}.offer-card{min-height:230px}.split{gap:35px}.material-stack{height:385px;transform:scale(.83);transform-origin:top center;margin-bottom:-55px}.cta{padding:34px 26px;display:block}.cta__actions{margin-top:24px}.footer__grid{grid-template-columns:1fr;gap:32px}.footer__grid>div:last-child{grid-column:auto}.footer__bottom{align-items:flex-start;gap:15px;flex-direction:column}.page-hero{padding:66px 0 58px}.product-main h2,.empty-rich h2{font-size:34px}.product-cards,.spec-grid,.three-cols,.special-grid,.values-grid{grid-template-columns:1fr}.feature-list>div{grid-template-columns:1fr;gap:5px}.product-row{grid-template-columns:1fr;gap:6px}.product-row--head{display:none}.product-row strong{font-size:18px}.empty-rich{grid-template-columns:1fr;padding:30px}.empty-rich__icon{width:85px;height:85px}.security-card{grid-template-columns:1fr;padding:18px}.security-demo{height:220px}.news-item{grid-template-columns:1fr;padding:16px}.news-item__sample{height:180px}.contact-grid{grid-template-columns:1fr}.contact-card{min-height:210px}.about-numbers{grid-template-columns:1fr 1fr}.about-numbers div{padding:20px;min-height:130px}.about-numbers strong{font-size:26px}.contact-card strong{font-size:23px}}


/* === v2: kolorystyka zbliżona do oryginalnego Samoprzylepne24 === */
:root{
  --ink:#34393a;--ink-2:#484f4f;--muted:#6f7471;--paper:#fff;--soft:#f7f8f3;--soft-2:#f1f4e8;
  --green:#8dbf32;--green-2:#6f9e27;--lime:#bfd94a;--line:#e1e6d8;--shadow:0 20px 55px rgba(52,57,58,.10);
}
.topbar{background:#303536;color:#f1f4ea}.site-header.is-scrolled{box-shadow:0 8px 30px rgba(52,57,58,.08)}
.nav-link:hover,.nav-link.is-active{background:#f2f6e8;color:var(--green-2)}
.btn--primary{background:linear-gradient(135deg,#97c93d,#76a92d);box-shadow:0 12px 28px rgba(111,158,39,.22)}
.btn--shop{background:#383e3f}.btn--shop:hover{background:#262b2c}
.eyebrow{color:#6f9e27}.eyebrow::before{background:#bfd94a}
.hero{background:linear-gradient(180deg,#fafbf7 0%,#fff 100%)}
.hero h1 span{color:#86b931}
.trust-strip{border-top-color:#e5e9de;border-bottom-color:#e5e9de;background:#fbfcf8}
.offer-card__tag,.pill{background:#eef5dc;color:#5d8522}
.card-link,.text-link{color:#648f24}
.cta-section{background:#34393a}.site-footer{background:#2e3334}

/* Zdjęcia produktowe z oryginalnej strony */
.hero-photo-collage{position:relative;width:min(520px,100%);height:500px;margin-inline:auto}
.hero-photo-card{position:absolute;background:#fff;border:1px solid #e3e7dd;border-radius:24px;box-shadow:0 24px 55px rgba(52,57,58,.16);overflow:hidden}
.hero-photo-card img{width:100%;height:100%;object-fit:cover}
.hero-photo-card--main{width:330px;height:300px;right:38px;top:72px;transform:rotate(2.5deg)}
.hero-photo-card--left{width:210px;height:270px;left:0;top:132px;transform:rotate(-8deg)}
.hero-photo-card--small{width:220px;height:145px;right:8px;bottom:28px;transform:rotate(-3deg)}
.hero-photo-badge{position:absolute;left:70px;top:64px;background:#8dbf32;color:#fff;padding:11px 15px;border-radius:13px;font-size:12px;font-weight:900;box-shadow:0 12px 25px rgba(111,158,39,.25);z-index:5}
.hero-photo-note{position:absolute;right:0;top:24px;background:#34393a;color:#fff;padding:10px 14px;border-radius:12px;font-size:12px;font-weight:800;z-index:5}
.product-photo{border-radius:22px;background:#fff;border:1px solid var(--line);padding:16px;box-shadow:var(--shadow)}
.product-photo img{width:100%;height:260px;object-fit:contain;border-radius:14px;background:#fff}
.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:26px}
.photo-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(52,57,58,.08)}
.photo-card img{width:100%;height:220px;object-fit:contain;background:#fff;padding:12px}
.photo-card__body{padding:18px 20px 22px}.photo-card h3{margin:0 0 7px}.photo-card p{margin:0;color:var(--muted);font-size:14px}
.news-card__photo{height:190px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}
.news-card__photo img{width:100%;height:100%;object-fit:contain;padding:12px}
.news-item__photo{width:210px;min-width:210px;height:180px;border-radius:20px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}
.news-item__photo img{width:100%;height:100%;object-fit:contain;padding:10px}
.security-photo{width:260px;min-width:260px;height:210px;border-radius:20px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}
.security-photo img{width:100%;height:100%;object-fit:contain;padding:12px}
.brand img{width:255px;max-height:54px}
@media (max-width:900px){.hero-photo-collage{height:420px}.hero-photo-card--main{width:290px;height:260px}.hero-photo-card--left{width:180px;height:230px}.hero-photo-card--small{width:200px;height:130px}.photo-grid{grid-template-columns:1fr 1fr}.news-item__photo,.security-photo{width:100%;min-width:0}}
@media (max-width:620px){.photo-grid{grid-template-columns:1fr}.hero-photo-collage{height:360px}.hero-photo-card--main{width:240px;height:220px;right:16px}.hero-photo-card--left{width:145px;height:190px;top:120px}.hero-photo-card--small{width:170px;height:105px}.hero-photo-badge{left:18px}.hero-photo-note{right:10px}.news-item__photo{height:220px}}
.news-card__photo{border-radius:18px;margin-bottom:20px}
.news-item__photo{width:100%;min-width:0;height:220px}
.security-photo{width:100%;min-width:0;height:260px}
@media (max-width:900px){.security-photo{height:230px}}
/* Proporcje pierwszego ekranu */
.topbar__inner{min-height:34px}.header__inner{min-height:74px}.hero{min-height:610px}.hero__grid{padding:58px 0 64px}.hero h1,.page-hero h1{font-size:clamp(40px,5vw,68px)}.hero__visual{min-height:450px}
@media (max-width:900px){.hero{min-height:auto}.hero__grid{padding:48px 0 56px}.hero__visual{min-height:400px}}
/* Dopasowanie do rozdzielczości zdjęć z obecnej strony */
.hero-photo-card img{object-fit:contain;background:#fff;padding:8px}
.hero-photo-card--main{width:350px;height:245px;right:25px;top:105px}
.hero-photo-card--left{width:185px;height:255px;left:2px;top:105px}
.hero-photo-card--small{width:220px;height:150px;right:8px;bottom:22px}
@media (max-width:900px){.hero-photo-card--main{width:310px;height:220px}.hero-photo-card--left{width:165px;height:225px}.hero-photo-card--small{width:200px;height:135px}}
@media (max-width:620px){.hero-photo-card--main{width:245px;height:180px;top:105px}.hero-photo-card--left{width:135px;height:190px;top:110px}.hero-photo-card--small{width:170px;height:115px}}


/* === v3: dopracowanie logo, hero i mobile === */
.brand img{width:270px;max-height:58px}
.header__inner{gap:34px}
.hero__grid{grid-template-columns:1.02fr .98fr;gap:52px}
.hero h1{font-size:clamp(40px,4.65vw,64px);max-width:680px;line-height:1.055}
.hero__lead{font-size:18px;max-width:650px}
.hero__stats{margin-top:36px}
.hero__visual{min-height:440px}
.hero-photo-collage{width:min(535px,100%);height:455px}
.hero-photo-card{transition:transform .25s ease,box-shadow .25s ease}
.hero-photo-card:hover{box-shadow:0 30px 65px rgba(52,57,58,.20)}
.hero-photo-card--main{width:360px;height:250px;right:8px;top:98px;z-index:2;transform:rotate(1.5deg)}
.hero-photo-card--left{width:180px;height:248px;left:8px;top:111px;z-index:1;transform:rotate(-6deg)}
.hero-photo-card--small{width:225px;height:145px;right:2px;bottom:18px;z-index:3;transform:rotate(-2deg)}
.hero-photo-badge{left:78px;top:58px;z-index:6}
.hero-photo-note{right:0;top:18px;z-index:6}
@media(max-width:1080px){.brand img{width:235px}.hero__grid{gap:30px}.hero h1{font-size:clamp(40px,5.25vw,60px)}}
@media(max-width:980px){.brand img{width:255px}.hero__grid{gap:24px}.hero h1{max-width:760px}.hero__visual{min-height:410px}.hero-photo-collage{height:395px}}
@media(max-width:680px){.brand img{width:210px}.hero__grid{padding:46px 0 50px}.hero h1,.page-hero h1{font-size:38px;line-height:1.06}.hero__lead{font-size:16px}.hero__stats{margin-top:30px;padding-top:22px}.hero__visual{min-height:330px}.hero-photo-collage{height:320px}.hero-photo-card--main{width:235px;height:165px;right:5px;top:92px}.hero-photo-card--left{width:128px;height:178px;left:3px;top:98px}.hero-photo-card--small{width:160px;height:105px;right:0;bottom:4px}.hero-photo-badge{left:12px;top:48px;padding:8px 11px}.hero-photo-note{right:0;top:8px;padding:8px 10px;font-size:10px}}
@media(max-width:430px){.topbar__inner{min-height:32px}.topbar__right{font-size:10px}.brand img{width:188px}.header__inner{min-height:66px}.site-nav{top:104px}.hero h1,.page-hero h1{font-size:35px}.hero__actions .btn{width:100%}.hero-photo-collage{transform:scale(.94);transform-origin:center top;margin-bottom:-18px}}

/* === v4: logo, back-to-top, RODO i WCAG === */
.brand img{width:288px;max-height:60px}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.footer__legal{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.footer__legal a{color:#dfe4dd;font-weight:600;font-size:14px;opacity:.95}
.footer__legal a:hover{text-decoration:underline}
.back-to-top{position:fixed;right:22px;bottom:22px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#34393a;color:#fff;font-size:24px;font-weight:800;box-shadow:0 16px 36px rgba(52,57,58,.24);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:120}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:#24292a}
.legal-page{max-width:920px}
.legal-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px 34px 30px;box-shadow:var(--shadow)}
.legal-card h2{font-size:24px;line-height:1.2;margin:28px 0 12px}
.legal-card h2:first-child{margin-top:0}
.legal-card p,.legal-card li{color:#5d6461}
.legal-card ul{padding-left:22px;margin:10px 0 16px}
.legal-card a{color:#648f24;font-weight:700}
.legal-card a:hover{text-decoration:underline}
@media(max-width:900px){.brand img{width:270px}}
@media(max-width:680px){.brand img{width:235px}.footer__legal{gap:12px}.back-to-top{right:16px;bottom:16px;width:46px;height:46px;font-size:22px}.legal-card{padding:26px 20px 22px}.legal-card h2{font-size:22px}}
@media(max-width:430px){.brand img{width:224px}.footer__bottom{align-items:flex-start}.footer__legal{flex-direction:column;align-items:flex-start}}

/* === v5: widoczny WCAG w górnym pasku === */
.topbar__wcag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 9px;border:1px solid rgba(191,217,74,.65);border-radius:8px;color:#f4f8e8!important;font-weight:900;letter-spacing:.04em;line-height:1;background:rgba(141,191,50,.16);transition:background .2s ease,border-color .2s ease}
.topbar__wcag:hover,.topbar__wcag:focus-visible{background:#8dbf32;border-color:#8dbf32;color:#fff!important;outline:none}
@media(max-width:680px){.topbar__wcag{padding:3px 7px;font-size:10px}.topbar__right{gap:7px}}
@media(max-width:520px){.topbar__left{display:none}.topbar__inner{justify-content:center}.topbar__right{width:100%;justify-content:center}.topbar__right a[href^="mailto:"]{display:none}}

/* === v7: panel dostępności WCAG 2.1 === */
.topbar__wcag{appearance:none;font:inherit;cursor:pointer}
.a11y-panel[hidden]{display:none!important}
.a11y-panel{position:fixed;z-index:1000;top:44px;right:max(20px,calc((100vw - var(--container))/2));width:min(390px,calc(100vw - 28px));max-height:calc(100vh - 62px);overflow:auto;background:#fff;color:#252a2a;border:2px solid #8dbf32;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.28);padding:18px}
.a11y-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:13px;border-bottom:1px solid #dfe5d6}
.a11y-panel__head>div{display:flex;flex-direction:column;line-height:1.25}.a11y-panel__head strong{font-size:18px}.a11y-panel__head span{font-size:12px;font-weight:800;color:#668c27;margin-top:3px}
.a11y-panel__close{width:36px;height:36px;border:0;border-radius:10px;background:#34393a;color:#fff;font-size:25px;line-height:1;cursor:pointer}
.a11y-panel__group{padding:14px 0;border-bottom:1px solid #e6eadf}.a11y-panel__label{display:block;font-weight:850;font-size:13px;margin-bottom:9px;color:#3c4441}
.a11y-panel__row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.a11y-panel__row--3{grid-template-columns:repeat(3,1fr)}
.a11y-panel__row button,.a11y-reset{min-height:42px;border:1px solid #ccd4c5;border-radius:10px;background:#f8faf4;color:#303636;font-weight:750;font-size:13px;padding:8px 10px;cursor:pointer;text-align:center}
.a11y-panel__row button:hover,.a11y-panel__row button:focus-visible,.a11y-panel__row button.is-active,.a11y-reset:hover,.a11y-reset:focus-visible{background:#34393a;color:#fff;border-color:#34393a;outline:3px solid #bfd94a;outline-offset:2px}
.a11y-panel__row button[aria-pressed="true"]{background:#34393a;color:#fff;border-color:#34393a}
.a11y-panel__footer{padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.a11y-panel__footer a{font-size:12px;font-weight:800;color:#5d8522;text-decoration:underline}.a11y-reset{background:#fff;min-height:38px;font-size:12px}
:focus-visible{outline:3px solid #bfd94a;outline-offset:3px}

/* Rozmiar tekstu */
html.a11y-font-smaller{font-size:90%}html.a11y-font-larger{font-size:112.5%}

/* Wysoki kontrast */
html.a11y-contrast-high body{background:#000!important;color:#fff!important}
html.a11y-contrast-high body *,html.a11y-contrast-high body *::before,html.a11y-contrast-high body *::after{border-color:#fff!important;text-shadow:none!important;box-shadow:none!important}
html.a11y-contrast-high body .topbar,html.a11y-contrast-high body .site-header,html.a11y-contrast-high body .hero,html.a11y-contrast-high body .section,html.a11y-contrast-high body .section--soft,html.a11y-contrast-high body .trust-strip,html.a11y-contrast-high body .site-footer,html.a11y-contrast-high body .page-hero,html.a11y-contrast-high body .offer-card,html.a11y-contrast-high body .photo-card,html.a11y-contrast-high body .contact-card,html.a11y-contrast-high body .legal-card,html.a11y-contrast-high body .nav-dropdown__menu{background:#000!important;color:#fff!important;background-image:none!important}
html.a11y-contrast-high body a,html.a11y-contrast-high body button,html.a11y-contrast-high body h1,html.a11y-contrast-high body h2,html.a11y-contrast-high body h3,html.a11y-contrast-high body p,html.a11y-contrast-high body span,html.a11y-contrast-high body strong,html.a11y-contrast-high body small,html.a11y-contrast-high body li{color:#fff!important}
html.a11y-contrast-high body .btn,html.a11y-contrast-high body .topbar__wcag{background:#000!important;color:#fff!important;border:2px solid #fff!important}
html.a11y-contrast-high body img{filter:none}

/* Żółty tekst na czarnym tle */
html.a11y-contrast-yellow body{background:#000!important;color:#ffeb00!important}
html.a11y-contrast-yellow body *,html.a11y-contrast-yellow body *::before,html.a11y-contrast-yellow body *::after{border-color:#ffeb00!important;text-shadow:none!important;box-shadow:none!important}
html.a11y-contrast-yellow body .topbar,html.a11y-contrast-yellow body .site-header,html.a11y-contrast-yellow body .hero,html.a11y-contrast-yellow body .section,html.a11y-contrast-yellow body .section--soft,html.a11y-contrast-yellow body .trust-strip,html.a11y-contrast-yellow body .site-footer,html.a11y-contrast-yellow body .page-hero,html.a11y-contrast-yellow body .offer-card,html.a11y-contrast-yellow body .photo-card,html.a11y-contrast-yellow body .contact-card,html.a11y-contrast-yellow body .legal-card,html.a11y-contrast-yellow body .nav-dropdown__menu{background:#000!important;color:#ffeb00!important;background-image:none!important}
html.a11y-contrast-yellow body a,html.a11y-contrast-yellow body button,html.a11y-contrast-yellow body h1,html.a11y-contrast-yellow body h2,html.a11y-contrast-yellow body h3,html.a11y-contrast-yellow body p,html.a11y-contrast-yellow body span,html.a11y-contrast-yellow body strong,html.a11y-contrast-yellow body small,html.a11y-contrast-yellow body li{color:#ffeb00!important}
html.a11y-contrast-yellow body .btn,html.a11y-contrast-yellow body .topbar__wcag{background:#000!important;color:#ffeb00!important;border:2px solid #ffeb00!important}

/* Skala szarości */
html.a11y-contrast-gray body{filter:grayscale(1)}

/* Czytelność */
html.a11y-links body a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}
html.a11y-spacing body{letter-spacing:.045em!important;word-spacing:.09em!important;line-height:1.9!important}
html.a11y-spacing body p,html.a11y-spacing body li{line-height:2!important}
html.a11y-reduce-motion *,html.a11y-reduce-motion *::before,html.a11y-reduce-motion *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
html.a11y-reduce-motion .reveal{opacity:1!important;transform:none!important}

/* Panel ma zachować czytelność także po włączeniu trybów kontrastu */
html.a11y-contrast-high .a11y-panel{background:#000!important;color:#fff!important;border-color:#fff!important}
html.a11y-contrast-yellow .a11y-panel{background:#000!important;color:#ffeb00!important;border-color:#ffeb00!important}
html.a11y-contrast-high .a11y-panel button,html.a11y-contrast-yellow .a11y-panel button{background:#000!important;color:inherit!important;border-color:currentColor!important}

@media(max-width:680px){.a11y-panel{top:38px;right:14px;padding:15px}.a11y-panel__row{grid-template-columns:1fr}.a11y-panel__row--3{grid-template-columns:repeat(3,1fr)}.a11y-panel__footer{align-items:flex-start;flex-direction:column}}
