:root{color-scheme:dark;--bg:#080b10;--panel:#10161d;--text:#f2f6f5;--muted:#aab9bd;--line:#27353a;--lime:#d2ff67;--cyan:#72ecf5;--max:1200px}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:95px}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}a,summary{touch-action:manipulation}
a:focus-visible,summary:focus-visible{outline:2px solid var(--lime);outline-offset:4px}
::selection{color:#080b10;background:var(--lime)}
.skip-link{position:absolute;top:-70px;left:16px;z-index:1000;padding:12px 18px;border-radius:8px;background:var(--lime);color:var(--bg)}.skip-link:focus{top:12px}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.eyebrow{display:inline-flex;gap:10px;align-items:center;color:var(--lime);font-size:.75rem;font-weight:750;letter-spacing:.18em;text-transform:uppercase}.eyebrow::before{content:"";width:24px;height:1px;background:currentColor}
h1,h2,h3,p{margin-top:0}
.site-header{position:relative;z-index:20;border-bottom:1px solid rgba(159,211,216,.12);background:rgba(8,11,16,.94)}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:1.34rem;font-weight:850;letter-spacing:-.07em;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:37px;height:37px;border:1px solid rgba(210,255,103,.65);border-radius:10px;background:var(--lime);color:#0b1111;font-size:1.35rem;font-weight:900;letter-spacing:-.12em;padding-right:4px;box-shadow:0 0 26px rgba(210,255,103,.15)}
.brand span:last-child span{color:var(--lime)}
.header-nav{display:flex;align-items:center;gap:30px;color:#c2d0d0;font-size:.91rem;font-weight:600}
.header-nav a:hover,.footer-nav a:hover{color:var(--lime)}
.header-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:0 18px;border:1px solid rgba(210,255,103,.45);border-radius:7px;color:var(--lime);font-size:.87rem;font-weight:750;white-space:nowrap;transition:background .2s,color .2s}
.header-cta:hover{background:var(--lime);color:#0a1110}
.hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 62% 20%,rgba(63,136,149,.11),transparent 38%),radial-gradient(circle at 9% 70%,rgba(119,161,44,.08),transparent 30%)}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.16;background-image:linear-gradient(to right,rgba(195,244,243,.16) 1px,transparent 1px),linear-gradient(to bottom,rgba(195,244,243,.12) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,#000,transparent 94%)}
.hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:48px;min-height:670px;padding-block:78px 92px}
.hero-copy{position:relative;z-index:2}.hero .eyebrow{margin-bottom:25px}
h1{max-width:790px;margin-bottom:26px;font-size:clamp(3.25rem,5.7vw,5.75rem);line-height:1.025;letter-spacing:-.072em;font-weight:850}
h1 .accent{color:var(--lime)}
.hero-lead{max-width:560px;margin-bottom:31px;color:#c6d2d2;font-size:1.13rem;line-height:1.75}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:17px}
.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;min-height:54px;padding:0 23px;border-radius:8px;font-size:.95rem;font-weight:780;line-height:1.3;transition:transform .2s,box-shadow .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--lime);color:#101713;box-shadow:0 0 26px rgba(210,255,103,.13)}.button-primary:hover{box-shadow:0 0 32px rgba(210,255,103,.3);background:#e4ff9a}
.button-outline{border:1px solid #60747a;color:#f3fbf7}.button-outline:hover{border-color:var(--cyan);background:rgba(114,236,245,.07)}
.hero-note{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:37px;color:#a7b7ba;font-size:.83rem}
.hero-note span{display:inline-flex;align-items:center;gap:9px}.hero-note span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--lime)}
.hero-art{position:relative;min-width:0;aspect-ratio:4/4.25;border:1px solid #344d50;border-radius:16px;background:#0b171c;box-shadow:0 30px 90px rgba(0,0,0,.38),0 0 65px rgba(101,235,240,.09);overflow:hidden}
.hero-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:58% center}
.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(7,11,15,.28),transparent 33%,transparent 56%,rgba(6,12,16,.54));pointer-events:none}
.art-label,.art-stamp{position:absolute;z-index:2;display:flex;align-items:center;gap:12px;backdrop-filter:blur(13px);background:rgba(8,16,20,.73);border:1px solid rgba(179,247,238,.32);box-shadow:0 10px 28px rgba(0,0,0,.2)}
.art-label{top:22px;left:22px;padding:11px 14px;border-radius:5px;font-size:.69rem;font-weight:760;letter-spacing:.16em;text-transform:uppercase;color:#e2f3f0}
.art-label span{width:7px;height:7px;background:var(--lime);border-radius:50%;box-shadow:0 0 12px var(--lime)}
.art-stamp{right:20px;bottom:24px;gap:20px;padding:16px 20px;border-radius:9px}
.art-stamp small{display:block;color:#c1d2d2;font-size:.68rem;letter-spacing:.13em;text-transform:uppercase}
.art-stamp strong{display:block;color:var(--lime);font-size:2.15rem;line-height:1.1;letter-spacing:-.07em}
.art-stamp .stamp-arrow{font-size:1.55rem;color:var(--cyan)}
.signal{border-block:1px solid var(--line);background:#0c1116}
.signal-inner{display:grid;grid-template-columns:repeat(3,1fr)}
.signal-item{display:flex;align-items:center;gap:15px;min-height:98px;padding:12px 25px;border-right:1px solid var(--line)}
.signal-item:first-child{padding-left:0}.signal-item:last-child{border:0}
.signal-item b{font-size:.77rem;font-weight:800;color:var(--cyan);letter-spacing:.08em}
.signal-item span{font-size:.92rem;color:#d7e2e0;font-weight:620}
.section{padding-block:120px}
.section-head{max-width:760px;margin-bottom:44px}.section-head .eyebrow{margin-bottom:18px}
h2{margin-bottom:15px;font-size:clamp(2.35rem,4.1vw,4.25rem);line-height:1.1;letter-spacing:-.059em;font-weight:820}
.section-head p{color:var(--muted);font-size:1.06rem;line-height:1.7;margin-bottom:0}
.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.price-card{position:relative;display:flex;flex-direction:column;padding:36px;border:1px solid #334147;border-radius:13px;background:linear-gradient(145deg,#152027,#10161d 65%);min-width:0;transition:transform .2s,border-color .2s}
.price-card:hover{transform:translateY(-4px);border-color:#77a6a1}
.price-card.featured{border-color:rgba(210,255,103,.8);background:linear-gradient(145deg,#1c2924,#10171c 62%);box-shadow:0 0 0 1px rgba(210,255,103,.08),0 20px 75px rgba(149,233,69,.06)}
.price-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:26px}
.package-name{color:var(--cyan);font-size:.75rem;letter-spacing:.17em;text-transform:uppercase;font-weight:800}.featured .package-name{color:var(--lime)}
.badge{max-width:160px;border:1px solid rgba(210,255,103,.38);border-radius:30px;padding:5px 10px;color:var(--lime);font-size:.72rem;font-weight:720;text-align:center}
.price-card h3{margin-bottom:11px;font-size:1.67rem;letter-spacing:-.04em;line-height:1.18}
.price-desc{min-height:60px;max-width:440px;color:#adbdc0;line-height:1.6;font-size:.98rem}
.price-value{display:flex;align-items:baseline;gap:9px;margin:20px 0 22px;font-size:clamp(3.55rem,6vw,5rem);font-weight:830;letter-spacing:-.08em;line-height:1;color:var(--text)}
.price-value small{font-size:1.2rem;letter-spacing:-.03em;font-weight:700;color:var(--muted)}
.price-value .price-period{margin-left:auto;font-size:.77rem;letter-spacing:0;font-weight:520;color:#9aaeb0}
.price-rule{height:1px;background:#34454a;margin-bottom:20px}
.price-points{display:grid;gap:13px;list-style:none;margin:0 0 33px;padding:0;color:#d7e3e1;font-size:.96rem}
.price-points li{position:relative;padding-left:25px}.price-points li::before{content:"✓";position:absolute;left:0;color:var(--lime);font-weight:900}
.price-card .button{margin-top:auto;width:fit-content}
.pricing-footnote{display:flex;align-items:flex-start;gap:12px;margin:22px 2px 0;color:#a8b8b8;font-size:.88rem;line-height:1.6}
.pricing-footnote strong{color:var(--cyan)}
.included{padding-block:10px 120px}
.included-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}
.included-head h2{max-width:690px;margin-bottom:0}.included-head p{max-width:360px;margin:0;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.feature{min-height:193px;padding:29px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(17,25,31,.62)}
.feature-number{display:block;margin-bottom:28px;color:var(--cyan);font-size:.76rem;font-weight:800;letter-spacing:.1em}
.feature h3{margin-bottom:8px;font-size:1.08rem;letter-spacing:-.02em}
.feature p{max-width:330px;margin-bottom:0;color:var(--muted);font-size:.89rem;line-height:1.6}
.why{border-block:1px solid #24383d;background:radial-gradient(circle at 86% 50%,rgba(50,129,136,.14),transparent 44%),#0b1318}
.why-inner{display:grid;grid-template-columns:1fr .82fr;gap:95px;align-items:center;padding-block:116px}
.why-copy .eyebrow{margin-bottom:20px}.why-copy h2{max-width:630px}
.why-copy p{color:#b6c7c7;line-height:1.76;font-size:1.04rem}
.why-copy .small-note{margin-top:23px;margin-bottom:0;padding-left:17px;border-left:2px solid var(--lime);color:#a6b9b9;font-size:.9rem}
.seo-list{border:1px solid #3b5558;border-radius:11px;background:rgba(14,26,31,.84);padding:8px 27px;box-shadow:0 28px 90px rgba(0,0,0,.16)}
.seo-step{display:grid;grid-template-columns:40px 1fr;gap:18px;align-items:center;padding:26px 0;border-bottom:1px solid #2b4449}.seo-step:last-child{border:0}
.seo-step span{display:grid;place-items:center;width:36px;height:36px;border:1px solid #5b8585;border-radius:7px;color:var(--lime);font-size:.82rem;font-weight:750}
.seo-step h3{margin-bottom:3px;font-size:1.03rem}.seo-step p{margin-bottom:0;color:#a9bec0;font-size:.87rem}
.services{padding-block:120px}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.service-card{display:flex;flex-direction:column;min-height:300px;padding:31px;border:1px solid #34454b;border-radius:12px;background:#101920}
.service-label{display:block;margin-bottom:22px;color:var(--cyan);font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;font-weight:800}
.service-card h3{margin-bottom:13px;font-size:1.55rem;letter-spacing:-.04em}
.service-card p{max-width:450px;color:#adbec0;font-size:.95rem;line-height:1.7}
.service-bottom{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:auto;padding-top:20px}
.service-bottom strong{font-size:1.55rem;letter-spacing:-.05em;line-height:1.1}
.service-bottom strong small{font-size:.88rem;font-weight:540;letter-spacing:0;color:var(--muted)}
.text-link{color:var(--lime);font-size:.87rem;font-weight:730;white-space:nowrap}.text-link:hover{text-decoration:underline;text-underline-offset:4px}
.wp-row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:20px;padding:26px 31px;border:1px solid #3b4b4c;border-radius:11px;background:linear-gradient(90deg,rgba(42,64,58,.7),rgba(15,24,30,.9))}
.wp-row h3{margin-bottom:4px;font-size:1.25rem;letter-spacing:-.035em}.wp-row p{margin-bottom:0;color:var(--muted);font-size:.92rem}
.services-note{margin:18px 0 0;color:#9eafb1;font-size:.84rem}
.about{border-top:1px solid var(--line);padding-block:105px}
.about-inner{display:grid;grid-template-columns:.62fr 1fr;gap:80px;align-items:center}
.about-sign{display:flex;flex-direction:column;justify-content:space-between;min-height:310px;padding:28px;border:1px solid #36534f;border-radius:12px;background:radial-gradient(circle at 10% 100%,rgba(210,255,103,.16),transparent 53%),linear-gradient(145deg,#142126,#10191f)}
.about-sign .monogram{font-size:7.5rem;line-height:1;letter-spacing:-.13em;font-weight:850;color:var(--lime)}.about-sign .monogram span{color:var(--cyan)}
.about-sign .sign-caption{display:flex;justify-content:space-between;gap:14px;border-top:1px solid #45605a;padding-top:18px;color:#abc3c3;font-size:.8rem;letter-spacing:.07em;text-transform:uppercase}
.about-copy .eyebrow{margin-bottom:19px}.about-copy h2{margin-bottom:25px}
.about-copy p{max-width:640px;color:#b9c9ca;font-size:1.02rem;line-height:1.75}.about-copy p:last-child{margin-bottom:0}
.faq{padding-block:75px 105px;border-top:1px solid var(--line)}
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:75px}
.faq-title .eyebrow{margin-bottom:18px}.faq-title h2{font-size:clamp(2rem,3.1vw,3.1rem)}
.faq-list{border-top:1px solid #3b4b4f}.faq-list details{border-bottom:1px solid #3b4b4f}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;cursor:pointer;list-style:none;padding:14px 0;color:#eff5f2;font-weight:680;font-size:1rem}
.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";flex:none;color:var(--lime);font-size:1.6rem;font-weight:400;line-height:1}.faq-list details[open] summary::after{content:"−"}
.faq-list details p{max-width:650px;margin:-3px 30px 24px 0;color:#aebec0;font-size:.93rem;line-height:1.7}
.contact{padding-block:0 92px}
.contact-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:35px;align-items:end;padding:55px 60px;border-radius:14px;background:var(--lime);color:#101713}
.contact-panel::before{content:"";position:absolute;right:-55px;top:-170px;width:385px;height:385px;border:1px solid rgba(20,39,26,.19);border-radius:50%;box-shadow:0 0 0 46px rgba(20,39,26,.045),0 0 0 95px rgba(20,39,26,.035);pointer-events:none}
.contact-panel .eyebrow{color:#35482a}.contact-panel .eyebrow::before{background:#35482a}
.contact-panel h2{max-width:740px;margin:17px 0;font-size:clamp(2.5rem,4.5vw,4.6rem)}
.contact-panel p{max-width:650px;margin-bottom:0;color:#354331;font-size:1.03rem}
.contact-actions{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.contact-actions .button{background:#101713;color:#edffdf;white-space:nowrap}.contact-actions .button:hover{background:#243329}
.contact-actions a.phone{font-size:.92rem;font-weight:730;text-decoration:underline;text-underline-offset:4px}
.site-footer{border-top:1px solid var(--line);padding-block:29px 40px}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:25px;color:#a3b4b6;font-size:.85rem}
.footer-inner .brand{color:var(--text);font-size:1.12rem}.footer-inner .brand-mark{width:32px;height:32px;font-size:1.1rem;border-radius:8px}
.footer-nav{display:flex;gap:25px;flex-wrap:wrap}
@media(max-width:1050px){.hero-inner{gap:28px;min-height:600px}h1{font-size:clamp(3rem,6vw,4.7rem)}.why-inner{gap:40px}.about-inner{gap:40px}.contact-panel{padding:45px}.header-nav{gap:17px}}
@media(max-width:760px){.container{width:min(var(--max),calc(100% - 36px))}.header-inner{min-height:72px}.header-nav{display:none}.hero-inner{grid-template-columns:1fr;gap:48px;padding-block:66px 65px}.hero-lead{max-width:650px}.hero-art{width:100%;max-height:490px;aspect-ratio:4/3}.signal-inner{grid-template-columns:1fr}.signal-item{min-height:67px;padding-inline:0;border-right:0;border-bottom:1px solid var(--line)}.signal-item:last-child{border-bottom:0}.section,.services{padding-block:85px}.included{padding-block:0 85px}.pricing-grid,.services-grid,.why-inner,.about-inner,.faq-layout{grid-template-columns:1fr}.price-desc{min-height:0}.feature-grid{grid-template-columns:repeat(2,1fr)}.included-head{align-items:start;flex-direction:column}.why-inner{gap:38px;padding-block:85px}.about{padding-block:85px}.about-sign{min-height:240px;max-width:440px}.about-sign .monogram{font-size:6rem}.faq{padding-block:72px 85px}.faq-layout{gap:26px}.contact-panel{grid-template-columns:1fr;padding:38px;gap:28px}.contact-actions{flex-direction:row;align-items:center;flex-wrap:wrap}.footer-inner{align-items:start;flex-direction:column}}
@media(max-width:480px){.container{width:calc(100% - 32px)}.brand{font-size:1.13rem}.brand-mark{width:34px;height:34px;font-size:1.17rem}.header-cta{font-size:.78rem;padding-inline:11px}.hero-inner{padding-top:56px;gap:38px}h1{font-size:clamp(2.85rem,12.2vw,4.1rem);line-height:1.055}.hero-lead{font-size:1rem;line-height:1.68}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-art{max-height:390px;aspect-ratio:1/1}.art-label{left:13px;top:13px;font-size:.6rem}.art-stamp{right:13px;bottom:13px;padding:11px 13px}.art-stamp strong{font-size:1.65rem}.section-head{margin-bottom:27px}h2{font-size:clamp(2.1rem,9vw,3.1rem)}.price-card{padding:25px}.price-value{font-size:3.7rem}.price-value .price-period{font-size:.68rem}.feature-grid{grid-template-columns:1fr}.feature{min-height:0;padding:25px}.feature-number{margin-bottom:16px}.seo-list{padding-inline:20px}.service-card{padding:25px}.service-bottom{align-items:start;flex-direction:column}.wp-row{align-items:start;flex-direction:column;padding:24px}.about-sign{min-height:240px}.contact-panel{padding:30px 23px}.contact-panel h2{font-size:2.55rem}.contact-actions{align-items:stretch;flex-direction:column}.contact-actions .button{width:100%}.footer-nav{gap:12px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.price-card,.header-cta{transition:none}}

/* SuperTanieStrony: bolder offer, clear benefits and a larger included set. */
.brand{font-size:1.08rem;letter-spacing:-.052em}.brand small{font-size:.8em;color:#e2efeb;letter-spacing:-.03em}
.header-nav{gap:23px}
.hero h1{max-width:700px}.hero-art img{object-position:62% center}
.benefits{background:#0d1419;border-bottom:1px solid var(--line)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.benefit-card{min-height:262px;padding:25px;border:1px solid #30444a;border-radius:11px;background:linear-gradient(155deg,#182229,#10181e);transition:border-color .2s,transform .2s}
.benefit-card:hover{border-color:#7db7ae;transform:translateY(-3px)}
.benefit-index{display:block;margin-bottom:39px;font-size:2rem;font-weight:820;letter-spacing:-.07em;color:var(--lime)}
.benefit-card h3{margin-bottom:10px;font-size:1.19rem;line-height:1.3;letter-spacing:-.035em}
.benefit-card p{margin-bottom:0;color:#b1c2c4;font-size:.89rem;line-height:1.65}
.pricing-section{background:radial-gradient(circle at 60% 20%,rgba(99,156,58,.055),transparent 38%),#080b10}
.bonuses .feature-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.bonuses .feature{min-height:230px;padding:22px;background:#10191f}
.bonuses .feature-number{margin-bottom:24px;color:var(--lime);font-size:.7rem}
.bonuses .feature h3{font-size:1.01rem}.bonuses .feature p{font-size:.85rem}
.bonus-intro{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding:20px 25px;border:1px solid rgba(210,255,103,.55);border-radius:10px;background:linear-gradient(90deg,#203126,#10191d)}
.bonus-intro strong{font-size:1.08rem;letter-spacing:-.03em}.bonus-intro span{margin-right:auto;color:#adbec0;font-size:.9rem}.bonus-intro b{border:1px solid var(--lime);border-radius:4px;padding:5px 9px;color:var(--lime);font-size:.76rem;letter-spacing:.1em;white-space:nowrap}
.process{border-bottom:1px solid var(--line);background:#0e151a}
.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.process-grid article{min-height:257px;padding:28px;border:1px solid #354a4b;border-top:3px solid var(--lime);border-radius:10px;background:#142026}
.process-grid article span{display:block;margin-bottom:30px;color:var(--cyan);font-size:.85rem;font-weight:780}
.process-grid h3{margin-bottom:12px;font-size:1.25rem;letter-spacing:-.035em}
.process-grid p{margin-bottom:0;color:#b5c5c5;font-size:.92rem;line-height:1.7}
.contact-hint{font-size:.84rem;font-weight:750;white-space:nowrap;color:#33422e}
.contact-actions .contact-email{font-size:.88rem;font-weight:700;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.process .section-head a{color:var(--cyan);text-decoration:underline;text-underline-offset:4px}
@media(max-width:1100px){.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-card{min-height:220px}.bonuses .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.header-nav{gap:14px}}
@media(max-width:760px){.brand{font-size:1.04rem}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bonuses .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:0}.process-grid article span{margin-bottom:17px}.bonus-intro{align-items:flex-start;flex-wrap:wrap}.bonus-intro span{order:3;width:100%}.contact-hint{white-space:normal}}
@media(max-width:480px){.brand{font-size:.89rem;gap:8px}.brand-mark{width:32px;height:32px;flex:none}.header-cta{font-size:.72rem;padding-inline:9px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:0}.benefit-index{margin-bottom:19px}.bonuses .feature-grid{grid-template-columns:1fr}.bonuses .feature{min-height:0}.bonus-intro{padding:18px}.bonus-intro strong{font-size:1rem}.contact-hint{font-size:.8rem}}
@media(max-width:360px){.header-cta{display:none}}
@media(prefers-reduced-motion:reduce){.benefit-card{transition:none}}
