:root{--red:#C8102E;--red-dark:#8F0D20;--graphite:#222222;--gray-dark:#444444;--gray-light:#F2F2F2;--white:#FFFFFF;--yellow:#FFC107;--wa:#0E7A5F;--text:#2b2b2b;--muted:#5a5a5a;--radius-sm:14px;--radius:26px;--radius-lg:44px;--shadow:0 18px 40px -18px rgba(34, 34, 34, .28);--shadow-soft:0 10px 30px -14px rgba(34, 34, 34, .18);--container:1200px;--ease:cubic-bezier(.22, .8, .24, 1);--font:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}iframe,img,svg{display:block;max-width:100%}img{height:auto}svg{width:20px;height:20px;flex-shrink:0}a{color:var(--red);text-decoration:none;transition:color .25s var(--ease)}a:hover{color:var(--red-dark)}h1,h2,h3,h4{font-weight:700;line-height:1.22;color:var(--graphite);margin:0 0 .6em;letter-spacing:-.01em}h1{font-size:38px}h2{font-size:28px}h3{font-size:20px}h4{font-size:17px}p{margin:0 0 1.1em}ul{margin:0;padding:0}button{font:inherit;cursor:pointer}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:6px}.skip-link{position:absolute;left:16px;top:-60px;z-index:999;background:var(--graphite);color:var(--white);padding:10px 18px;border-radius:999px}.skip-link:focus{top:12px;color:var(--white)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.section{padding:96px 0;position:relative}.section--gray{background:var(--gray-light)}.section--dark{background:var(--graphite);color:#e6e6e6}.breadcrumb a,.hero h1,.page-hero h1,.section--dark h2,.section--dark h3,.team-list a:hover svg{color:var(--white)}.section--curve{border-radius:var(--radius-lg) var(--radius-lg)0 0;margin-top:-44px;z-index:2}.section--round{border-radius:var(--radius-lg);margin:0 16px}.grid{display:grid;gap:28px}.grid-2{grid-template-columns:repeat(2,1fr);align-items:center;gap:56px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.section-head{max-width:720px;margin:0 auto 52px;text-align:center}.section-head p{color:var(--muted)}.section--dark .section-head p{color:#cfcfcf}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red);background:rgba(200,16,46,.08);padding:7px 16px;border-radius:999px;margin-bottom:16px}.eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow)}.section--dark .eyebrow{color:var(--white);background:rgba(255,255,255,.1)}.btn,.card p{font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 30px;border-radius:999px;border:2px solid transparent;font-weight:600;line-height:1.2;text-align:center;transition:transform .3s var(--ease),background .3s var(--ease),box-shadow .3s var(--ease),color .3s}.btn svg{width:20px;height:20px}.btn:hover{transform:translateY(-3px)}.btn--red{background:var(--red);color:var(--white);box-shadow:0 14px 30px -12px rgba(200,16,46,.6)}.btn--red:hover{background:var(--red-dark);color:var(--white)}.btn--wa{background:var(--wa);color:var(--white);box-shadow:0 14px 30px -12px rgba(14,122,95,.6)}.btn--wa:hover{background:#0a5f4a;color:var(--white)}.btn--ghost,.section--dark .chips li{background:rgba(255,255,255,.08);color:var(--white)}.btn--ghost{border-color:rgba(255,255,255,.7);backdrop-filter:blur(6px)}.btn--ghost:hover{background:var(--white);color:var(--graphite)}.btn--outline{border-color:var(--red);color:var(--red);background:0 0}.btn--outline:hover{background:var(--red);color:var(--white)}.breadcrumb ol,.btn-row{display:flex;flex-wrap:wrap;gap:14px}.card{background:var(--white);border-radius:var(--radius);padding:34px 30px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.prod-card::after{display:none}.card h3{font-size:18px;letter-spacing:.02em}.card p{color:var(--muted);margin:0}.card::after{content:"";position:absolute;right:-60px;top:-60px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(200,16,46,.09),transparent 70%)}.icon-bubble{width:62px;height:62px;display:grid;place-items:center;margin-bottom:20px;border-radius:22px 22px 22px 8px;color:var(--white);background:linear-gradient(135deg,var(--red),var(--red-dark));box-shadow:0 12px 24px -10px rgba(200,16,46,.6)}.icon-bubble svg{width:28px;height:28px}.hero h1 span,.icon-bubble .accent,.topbar a:hover{color:var(--yellow)}.check-list{list-style:none;display:grid;gap:10px}.check-list li{display:flex;gap:12px;align-items:flex-start}.check-list svg{width:22px;height:22px;color:var(--red);margin-top:3px}.cols-2{display:block;columns:2;column-gap:32px}.cols-2 li{break-inside:avoid;margin-bottom:10px;display:flex}.breadcrumb ol{list-style:none;gap:6px;margin:0;padding:0;font-size:14px}.breadcrumb li{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.85)}.breadcrumb li+li::before{content:"›";color:var(--yellow);font-weight:700}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.topbar{background:var(--graphite);color:#dcdcdc;font-size:13.5px}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:42px}.topbar a{color:#f1f1f1;display:inline-flex;align-items:center;gap:7px}.topbar svg{width:15px;height:15px;color:var(--yellow)}.topbar-list{display:flex;gap:22px;list-style:none;flex-wrap:wrap}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid rgba(0,0,0,.05);transition:box-shadow .3s}.header.is-scrolled{box-shadow:0 10px 30px -20px rgba(0,0,0,.35)}.header .container{justify-content:space-between;min-height:84px;gap:20px}.logo img{width:190px;height:56px;object-fit:contain}.header .container,.header-cta,.nav-list{display:flex;align-items:center}.nav-list{gap:4px;list-style:none;background:var(--gray-light);padding:6px;border-radius:999px}.nav-list a,.strip-item strong{display:block;color:var(--graphite)}.nav-list a{padding:10px 18px;border-radius:999px;font-weight:500;font-size:14.5px;transition:background .3s var(--ease),color .3s}.nav-list a:hover{background:var(--white);color:var(--red)}.nav-list a[aria-current=page]{background:var(--red);color:var(--white);box-shadow:0 8px 18px -8px rgba(200,16,46,.7)}.header-cta{gap:12px}.header-cta .btn{min-height:46px;padding:10px 22px}.menu-toggle{display:none;width:48px;height:48px;border-radius:50%;border:0;background:var(--gray-light);color:var(--graphite);place-items:center}.menu-toggle svg,.strip-item .icon-bubble svg{width:24px;height:24px}.hero,.hero-badges li{display:flex;align-items:center}.hero{position:relative;min-height:640px;color:var(--white);overflow:hidden;background:var(--graphite);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.hero-slide,.hero-slides,.hero::before{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 1.2s var(--ease)}.hero-slide.is-active{opacity:1}.hero-slide img,.page-hero>img{width:100%;height:100%;object-fit:cover}.hero-slide img{transform:scale(1.06);transition:transform 7s linear}.hero-slide.is-active img{transform:scale(1)}.hero::before{content:"";z-index:1;background:linear-gradient(100deg,rgba(20,20,20,.9)0,rgba(34,34,34,.72) 42%,rgba(143,13,32,.35) 100%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 45%)}.hero .container{position:relative;z-index:2;padding-top:80px;padding-bottom:120px}.hero-content{max-width:660px}.hero-lead{font-size:18px;color:#ececec;max-width:580px;margin-bottom:30px}.hero .eyebrow{color:var(--white);background:rgba(255,255,255,.12);backdrop-filter:blur(6px)}.hero-dots{position:absolute;z-index:3;bottom:92px;right:20px;display:flex;gap:10px}.hero-dots button{width:14px;height:14px;padding:0;border-radius:999px;border:0;background:rgba(255,255,255,.45);transition:width .4s var(--ease),background .3s;position:relative}.hero-dots button::after,.page-hero::before{content:"";position:absolute;inset:-15px}.hero-dots button[aria-current=true]{width:38px;background:var(--yellow)}.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px;list-style:none}.hero-badges li{gap:8px;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);font-size:14px;backdrop-filter:blur(6px)}.hero-badges svg{width:18px;height:18px;color:var(--yellow)}.page-hero{position:relative;color:var(--white);overflow:hidden;background:var(--graphite);border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:90px 0 130px}.page-hero>img{position:absolute;inset:0}.page-hero::before{inset:0;z-index:1;background:linear-gradient(100deg,rgba(20,20,20,.92)0,rgba(34,34,34,.75) 50%,rgba(143,13,32,.45) 100%)}.float-strip,.page-hero .container{position:relative;z-index:2}.page-hero h1{margin:18px 0 12px;max-width:820px}.page-hero p{color:#e9e9e9;max-width:680px;font-size:17px;margin:0}.float-strip{z-index:5;margin-top:-70px}.float-strip .grid{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;gap:10px}.strip-item{display:flex;gap:16px;align-items:center;padding:12px 16px;border-radius:20px;transition:background .3s}.prod-card li,.strip-item:hover{background:var(--gray-light)}.strip-item .icon-bubble{margin:0;width:54px;height:54px;border-radius:18px 18px 18px 6px;flex-shrink:0}.strip-item strong{font-size:15px;line-height:1.3}.strip-item span,.testimonial figcaption span{font-size:14px;color:var(--muted)}.media-stack{position:relative;padding:0 0 60px 40px}.media-stack .m-float,.media-stack .m-main{border-radius:120px 26px 120px 26px;box-shadow:var(--shadow);width:100%;object-fit:cover;aspect-ratio:4/3}.media-stack .m-float{position:absolute;left:0;bottom:0;width:48%;border-radius:26px 70px 26px 70px;border:8px solid var(--white)}.media-stack .m-badge{position:absolute;right:-10px;bottom:28px;background:var(--red);color:var(--white);border-radius:28px 28px 28px 8px;padding:18px 22px;box-shadow:var(--shadow);max-width:210px;font-size:14px;line-height:1.4}.m-badge strong{display:block;font-size:26px;color:var(--yellow);line-height:1.1}.media-round,.prod-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.media-round{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.prod-card{padding:0}.prod-card img{border-radius:var(--radius) var(--radius) 60px 0;background:var(--white)}.prod-card .prod-body{padding:24px 26px 30px}.prod-card ul{gap:8px;margin-top:12px}.prod-card li{font-size:13px;color:var(--gray-dark);padding:5px 12px;border-radius:999px}.chips,.prod-card ul,.steps{list-style:none}.chips,.prod-card ul{display:flex;flex-wrap:wrap}.chips{gap:12px;justify-content:center}.chips li{padding:12px 24px;border-radius:999px;background:var(--white);color:var(--graphite);font-weight:600;box-shadow:var(--shadow-soft);font-size:15px}.section--dark .chips li{box-shadow:none;border:1px solid rgba(255,255,255,.16)}.steps{counter-reset:step}.step{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:34px 34px 34px 10px;padding:34px 28px 30px;transition:transform .4s var(--ease),background .4s}.step:hover{transform:translateY(-6px);background:rgba(255,255,255,.09)}.step-num{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--red);color:var(--white);font-weight:700;font-size:20px;margin-bottom:18px;box-shadow:0 0 0 8px rgba(200,16,46,.22)}.step h3{font-size:17px;letter-spacing:.04em}.step p{margin:0;color:#d3d3d3;font-size:15px}.section--gray .step,.section:not(.section--dark) .step{background:var(--white);border-color:transparent;box-shadow:var(--shadow-soft)}.section:not(.section--dark) .step p{color:var(--muted)}.testimonial{margin:0;padding:38px 32px 32px;border-radius:40px 40px 40px 12px}.testimonial .stars{display:flex;gap:3px;color:var(--yellow);margin-bottom:16px}.testimonial .stars svg{width:18px;height:18px}.testimonial blockquote{margin:0 0 22px;font-size:16px;color:var(--text);font-style:italic}.info-list li,.store-card h3,.testimonial figcaption{display:flex;align-items:center;gap:14px}.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;background:var(--graphite);color:var(--yellow);font-weight:700}.testimonial figcaption strong{display:block;color:var(--graphite);line-height:1.3}.quote-mark{position:absolute;right:26px;top:20px;width:54px;height:54px;color:rgba(200,16,46,.12)}.store-card{padding:38px 34px;border-radius:40px 12px 40px 12px}.store-card h3{gap:10px}.store-card .tag{font-size:12px;font-weight:600;background:var(--yellow);color:var(--graphite);padding:4px 12px;border-radius:999px}.info-list{list-style:none;display:grid;gap:14px;margin:20px 0 26px}.info-list li{align-items:flex-start;font-size:15px}.info-list svg{width:20px;height:20px;margin-top:3px}.faq summary,.info-list a{color:var(--graphite);font-weight:500}.info-list a:hover,.info-list svg{color:var(--red)}.map-box{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--gray-light);aspect-ratio:16/10;display:grid;place-items:center;text-align:center;padding:20px;background-image:radial-gradient(circle at 20% 20%,rgba(200,16,46,.08),transparent 40%),radial-gradient(circle at 80% 80%,rgba(255,193,7,.12),transparent 40%)}.map-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.map-box p{font-size:14px;color:var(--muted);margin:10px 0 0}.faq{max-width:860px;margin:0 auto;display:grid;gap:14px}.faq details{background:var(--white);border-radius:22px;box-shadow:var(--shadow-soft);overflow:hidden}.faq summary{list-style:none;cursor:pointer;padding:22px 64px 22px 28px;font-weight:600;position:relative;font-size:16px}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--gray-light);color:var(--red);display:grid;place-items:center;font-size:22px;font-weight:500;transition:transform .3s,background .3s}.faq details[open] summary::after{content:"−";background:var(--red);color:var(--white)}.faq details>div{padding:0 28px 24px;color:var(--muted)}.faq details>div p{margin:0}.cta-band,.gallery figure{overflow:hidden;position:relative}.cta-band{border-radius:var(--radius-lg);padding:64px 56px;background:linear-gradient(120deg,var(--red) 0%,var(--red-dark) 100%);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.cta-band::after,.cta-band::before{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.07)}.cta-band::before{width:380px;height:380px;right:-120px;top:-180px}.cta-band::after{width:240px;height:240px;left:-80px;bottom:-140px}.cta-band>*{position:relative;z-index:1}.cta-band h2{color:var(--white);margin-bottom:8px}.cta-band p{margin:0;color:#fde8eb;max-width:560px}.cta-band .btn--light{background:var(--white);color:var(--red)}.cta-band .btn--light:hover{background:var(--yellow);color:var(--graphite)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;border-radius:var(--radius)}.gallery figure:nth-child(3n+1){border-radius:60px 20px 60px 20px}.gallery figure:nth-child(3n+2){border-radius:20px 60px 20px 60px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .8s var(--ease)}.gallery figure:hover img{transform:scale(1.06)}.gallery figcaption{position:absolute;left:14px;bottom:14px;background:rgba(34,34,34,.8);color:var(--white);font-size:13px;padding:6px 14px;border-radius:999px;backdrop-filter:blur(4px)}.prose{max-width:860px;margin:0 auto}.prose h2{margin-top:1.6em}.prose ul{padding-left:1.3em;margin-bottom:1.1em}.form label,.prose li{margin-bottom:6px}.form,.form-row{display:grid;gap:18px}.form-row{grid-template-columns:1fr 1fr}.form label{display:block;font-weight:600;font-size:14px;color:var(--graphite)}.form input,.form select,.form textarea{width:100%;font:inherit;font-size:15px;color:var(--text);background:var(--gray-light);border:2px solid transparent;border-radius:18px;padding:14px 18px;transition:border-color .3s,background .3s}.form textarea{min-height:140px;resize:vertical;border-radius:22px}.form input:focus,.form select:focus,.form textarea:focus{outline:0;border-color:var(--red);background:var(--white)}.form small{color:var(--muted);font-size:13px}.form-card{border-radius:40px 40px 40px 12px;padding:42px 38px}.footer ul,.team-list{list-style:none;display:grid;gap:12px}.team-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:var(--gray-light);border-radius:999px;color:var(--graphite);font-weight:500;transition:background .3s,color .3s}.team-list a:hover{background:var(--wa);color:var(--white)}.team-list a span{display:inline-flex;align-items:center;gap:10px}.team-list svg{color:var(--wa)}.error-page{min-height:70vh;display:grid;place-items:center;text-align:center;padding:80px 20px}.error-code{font-size:140px;font-weight:700;line-height:1;margin:0 0 10px;background:linear-gradient(135deg,var(--red),var(--red-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.footer{background:var(--graphite);color:#cfcfcf;padding:90px 0 0;border-radius:var(--radius-lg) var(--radius-lg)0 0;font-size:15px}.footer h3{color:var(--white);font-size:17px;margin-bottom:18px}.footer .info-list svg,.footer a:hover{color:var(--yellow)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px}.footer-logo img{width:200px;height:58px;object-fit:contain;margin-bottom:18px}.footer ul{gap:10px}.footer .info-list a,.footer a{color:#e3e3e3}.footer-bottom{margin-top:60px;border-top:1px solid rgba(255,255,255,.1);padding:24px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:14px;color:#bdbdbd}.footer-bottom ul{display:flex;gap:18px;flex-wrap:wrap}.wa-float{position:fixed;right:20px;bottom:20px;z-index:90;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--wa);color:var(--white);box-shadow:0 14px 30px -10px rgba(14,122,95,.7);transition:transform .3s var(--ease)}.wa-float:hover{transform:scale(1.08);color:var(--white)}.wa-float svg{width:30px;height:30px}.cookie-banner,.to-top{position:fixed;background:var(--white)}.to-top{right:28px;bottom:92px;z-index:89;width:44px;height:44px;border-radius:50%;border:0;display:grid;place-items:center;color:var(--red);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s var(--ease)}.to-top.is-visible{opacity:1;visibility:visible;transform:none}.cookie-banner{left:16px;right:16px;bottom:16px;z-index:120;max-width:720px;margin:0 auto;color:var(--text);border-radius:28px;box-shadow:0 24px 60px -20px rgba(0,0,0,.45);padding:22px 26px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:0;flex:1 1 320px;font-size:14px}.cookie-banner .btn{min-height:44px;padding:10px 22px;font-size:14px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-in{opacity:1;transform:none}.text-center{text-align:center}.mt-2{margin-top:24px}.mt-3{margin-top:40px}.lead{font-size:17px;color:var(--muted)}@media (max-width:1080px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.header-cta .btn--wa span{display:none}.header-cta .btn--wa{padding:10px 14px}}@media (max-width:920px){.menu-toggle{display:grid}.header,.nav{background:var(--white)}.header{backdrop-filter:none}.nav{position:fixed;inset:0 0 0 auto;width:min(340px,86vw);z-index:110;padding:96px 24px 30px;transform:translateX(105%);transition:transform .45s var(--ease);box-shadow:-20px 0 50px -20px rgba(0,0,0,.4);border-radius:var(--radius-lg)0 0 var(--radius-lg);visibility:hidden}.nav.is-open{transform:none;visibility:visible}.nav-list{flex-direction:column;align-items:stretch;background:0 0;padding:0;gap:6px}.nav-list a{padding:14px 20px;font-size:16px;background:var(--gray-light)}.nav-close{position:absolute;top:22px;right:22px}.nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:105;opacity:0;visibility:hidden;transition:opacity .3s}.nav-backdrop.is-open{opacity:1;visibility:visible}.grid-2{grid-template-columns:1fr;gap:44px}.gallery,.grid-3{grid-template-columns:repeat(2,1fr)}.topbar .hide-md{display:none}}@media (min-width:921px){.nav-backdrop,.nav-close{display:none}}@media (max-width:640px){.section{padding:72px 0}.grid-3,.grid-4{grid-template-columns:1fr}.hero{min-height:600px}.hero .container{padding-top:60px;padding-bottom:130px}.hero-lead{font-size:16px}.hero-dots{left:20px;right:auto;bottom:96px}.topbar-list li:not(:first-child){display:none}.logo img{width:160px;height:47px}.header .container{min-height:72px}.header-cta .btn--wa{display:none}.cta-band{padding:44px 28px}.form-row{grid-template-columns:1fr}.form-card,.store-card{padding:32px 24px}.cols-2{columns:1}.media-stack{padding-left:0}.media-stack .m-badge{right:0}.footer-grid,.gallery{grid-template-columns:1fr}.section--round{margin:0 8px}.page-hero{padding:64px 0 110px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.card p a,.cookie-banner p a,.form small a,.prose li a,main p a:not(.btn){text-decoration:underline;text-underline-offset:3px}.footer .btn--wa,.footer .btn--wa:hover{color:var(--white)}