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

:root{color-scheme:only light;--red:#e10600;--red-dark:#b90000;--nav:#252c31;--top:#3d464c;--ink:#30383e;--paper:#f7f7f5;--white:#fff;--muted:#747b7e;--line:#e3e5e4;--soft:#eff0ee}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Poppins',Arial,sans-serif;font-size:15px;line-height:1.6}
[id]{scroll-margin-top:88px}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 48px));margin:0 auto}
.utility-bar{background:var(--top);color:#e9eded;font-size:12px}
.utility-inner{height:43px;display:flex;align-items:center;justify-content:space-between}
.utility-left,.utility-right{display:flex;align-items:center;gap:12px}
.utility-right{gap:22px}
.utility-right a:hover{color:#fff}
.utility-dot{width:8px;height:8px;border:2px solid var(--red);border-radius:50%}
.utility-divider{width:1px;height:13px;background:#748087}
.utility-location,.utility-social,.utility-schedule{display:inline-flex;align-items:center;gap:7px}
.utility-location svg,.utility-social svg,.utility-schedule svg{width:14px;height:14px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.utility-social svg{color:#ff514b}

.main-header{position:sticky;top:0;z-index:20;background:#f5f5f2;color:var(--ink);box-shadow:0 8px 24px rgba(28,35,39,.1)}
.brand-badge{display:flex;align-items:center;width:218px;padding:0;background:transparent}
.brand-badge img{width:100%;height:auto}
.header-contact-button{min-height:46px;background:var(--red);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 19px;font-size:10px;font-weight:700;letter-spacing:.05em;white-space:nowrap;transition:background .2s,transform .2s}
.header-contact-button:hover,.hero-button:hover,.dark-button:hover,.drawer-button:hover,.promo-button:hover{background:var(--red-dark);transform:translateY(-1px)}
.nav-shell{background:#f5f5f2;color:var(--ink);position:relative}
.nav-inner{height:76px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:28px}
.sticky-brand{display:flex;align-items:center;width:176px}
.sticky-brand img{width:100%}
.main-nav{display:flex;align-items:center;justify-content:center;gap:30px;font-weight:600;font-size:13px}
.main-nav a{color:var(--ink);opacity:.76;position:relative;padding-top:2px}
.main-nav a:after{content:'';position:absolute;bottom:-27px;left:0;right:0;height:3px;background:transparent}
.main-nav a:hover,.main-nav a.active{opacity:1}
.main-nav a.active:after{background:var(--red)}
.mobile-menu-toggle{display:none;background:none;border:0;color:var(--ink);font-size:24px}

.hero-slider{position:relative;background:radial-gradient(circle at 78% 26%,rgba(255,255,255,.1),transparent 22%),radial-gradient(circle at 91% 90%,rgba(225,6,0,.25),transparent 27%),linear-gradient(125deg,#0b294b,#123b62);overflow:hidden}
.hero-slide{min-height:510px;background:transparent;color:#fff;display:none}
.hero-slide.is-active{display:block}
.hero-slide-alt{background:linear-gradient(125deg,rgba(10,39,64,.74),rgba(28,62,78,.92))}
.hero-content{min-height:510px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative}
.hero-copy{padding:46px 0 58px;z-index:2}
.hero-overline,.section-overline,.promo-overline{font-size:11px;font-weight:700;letter-spacing:.15em;margin:0 0 17px}
.hero-overline{color:#c4d1d9}
.hero-copy h1{font-family:'Poppins',Arial,sans-serif;font-size:clamp(42px,5vw,67px);font-weight:400;line-height:1.04;letter-spacing:-.045em;margin:0 0 21px}
.hero-copy h1 strong{font-weight:700}
.hero-copy>p:not(.hero-overline){max-width:430px;font-size:16px;color:#d8e4e8;margin:0 0 29px}
.hero-button,.dark-button,.promo-button{display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--red);border-radius:999px;padding:14px 22px;font-size:11px;font-weight:700;letter-spacing:.06em;transition:background .2s,transform .2s}
.hero-product{align-self:stretch;display:flex;align-items:center;justify-content:center;position:relative}
.hero-product:before{content:'';position:absolute;width:410px;height:410px;border-radius:50%;border:1px solid rgba(255,255,255,.14);right:3%;top:48px}
.hero-product-accent{position:absolute;width:355px;height:355px;border-radius:30px;background:var(--red);right:5%;top:94px;transform:rotate(4deg);opacity:.78}
.hero-product-frame{width:374px;height:374px;border-radius:28px;overflow:hidden;position:relative;z-index:1;transform:rotate(-2deg);box-shadow:0 28px 55px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.2)}
.hero-product-frame img{width:100%;height:100%;object-fit:cover}
.hero-badge{position:absolute;z-index:2;right:1px;top:96px;color:#fff;background:var(--red);font-size:9px;font-weight:700;letter-spacing:.13em;padding:10px 14px;border-radius:999px}
.hero-product-note{position:absolute;z-index:2;left:42px;bottom:50px;background:rgba(19,29,35,.88);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:9px 13px;font-size:8px;font-weight:700;letter-spacing:.11em}
.hero-controls{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}
.hero-dots{display:flex;gap:8px;pointer-events:auto}
.hero-dots button{border:0;background:rgba(255,255,255,.38);width:8px;height:8px;border-radius:50%;padding:0;cursor:pointer}
.hero-dots button.is-active{background:var(--red);width:24px;border-radius:999px}

.service-band{background:var(--red);color:#fff}
.service-grid{min-height:116px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.service-item{display:flex;align-items:center;gap:14px;padding:0 22px;border-right:1px solid rgba(255,255,255,.25)}
.service-item:first-child{padding-left:0}
.service-item:last-child{border-right:0}
.service-icon{width:31px;height:31px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.service-item strong,.service-item small{display:block}
.service-item strong{font-size:13px}
.service-item small{font-size:11px;opacity:.88;line-height:1.45}

.section{padding:82px 0}
.products-section{background:#fff}
.section-title{display:flex;justify-content:space-between;align-items:end;gap:35px}
.section-overline{color:var(--red);margin-bottom:9px}
.section-title h2,.popular-heading h2{font-family:'Poppins',Arial,sans-serif;font-size:36px;font-weight:500;line-height:1.1;letter-spacing:-.03em;margin:0}
.section-copy{color:var(--muted);max-width:350px;margin:0;font-size:13px}
.product-tabs{display:flex;justify-content:center;gap:36px;border-bottom:1px solid var(--line);margin:39px 0 30px}
.product-tabs button{border:0;background:transparent;color:#969b9d;cursor:pointer;font-size:12px;font-weight:700;padding:0 2px 13px;position:relative}
.product-tabs button:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:3px;background:transparent;border-radius:3px 3px 0 0}
.product-tabs button.is-active{color:var(--ink)}
.product-tabs button.is-active:after{background:var(--red)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{background:#fff;position:relative;min-width:0}
.product-card-image{height:252px;background:#f0efed;position:relative;overflow:hidden;display:block;border-radius:16px}
.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.product-card:hover .product-card-image img{transform:scale(1.035)}
.product-tag{position:absolute;z-index:2;top:13px;left:13px;padding:5px 10px;color:#fff;background:var(--red);font-size:9px;font-weight:700;letter-spacing:.08em;border-radius:999px}
.product-info{padding:14px 3px 0}
.product-info h3{font-family:'Poppins',Arial,sans-serif;font-size:16px;font-weight:500;margin:4px 0 11px}
.product-meta{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:9px}
.product-price{color:var(--ink);font-size:12px;font-weight:700}
.product-ask{color:var(--red);font-size:9px;font-weight:700;border:1px solid rgba(225,6,0,.28);background:#fff;padding:7px 11px;border-radius:999px;cursor:pointer;transition:.2s}
.product-ask:hover{color:#fff;background:var(--red);border-color:var(--red)}

.promo-banner{background:var(--nav);color:#fff;min-height:370px;overflow:hidden}
.promo-inner{min-height:370px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;position:relative}
.promo-inner:before{content:'';position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-95px;top:-130px}
.promo-copy{padding:55px 0;position:relative;z-index:2}
.promo-overline{color:#ff6e69;margin-bottom:10px}
.promo-banner h2{font-family:'Poppins',Arial,sans-serif;font-size:38px;line-height:1.08;font-weight:500;letter-spacing:-.03em;margin:0 0 14px}
.promo-banner h2 em,.newsletter-cta h2 em{color:#ff514b;font-style:normal;font-weight:700}
.promo-copy>p:not(.promo-overline){max-width:520px;color:#c8ced0;font-size:13px;margin:0 0 25px}
.promo-visual{height:370px;position:relative;display:flex;align-items:center;justify-content:center}
.promo-visual>img{width:310px;height:310px;object-fit:cover;border-radius:28px;position:relative;z-index:1;transform:rotate(3deg);box-shadow:0 25px 50px rgba(0,0,0,.34)}
.promo-outline{position:absolute;width:284px;height:284px;border:1px solid rgba(255,255,255,.2);border-radius:26px;transform:translate(-37px,12px) rotate(-4deg)}
.promo-brand{position:absolute;z-index:3;right:0;bottom:42px;background:var(--red);border-radius:18px;padding:16px 20px;box-shadow:0 12px 25px rgba(0,0,0,.25)}
.promo-brand img{width:145px;filter:brightness(0) invert(1)}

.popular-section{background:radial-gradient(circle at 85% 0,rgba(225,6,0,.27),transparent 32%),linear-gradient(135deg,#20272c,#323c42);color:#fff}
.popular-heading{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:38px}
.popular-heading .section-overline{color:#ff6e69}
.popular-heading>p{max-width:390px;color:#bfc6c8;font-size:13px;margin:0}
.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.popular-grid a{min-height:260px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:25px 22px;display:flex;flex-direction:column;transition:background .2s,transform .2s,border-color .2s}
.popular-grid a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,81,75,.65);transform:translateY(-3px)}
.category-icon{width:58px;height:58px;border-radius:16px;background:rgba(225,6,0,.17);display:grid;place-items:center;margin-bottom:27px;color:#ff5751}
.category-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.popular-grid strong{font-family:'Poppins',Arial,sans-serif;font-size:18px;font-weight:500;margin-bottom:7px}
.popular-grid small{font-size:11px;color:#bfc6c8;line-height:1.55}
.popular-action{margin-top:auto;color:#fff;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:3px;width:max-content}

.instagram-section{background:#fff}
.instagram-link{font-size:12px;font-weight:700;border:1px solid var(--line);border-radius:999px;padding:8px 15px}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
.post-card{display:block;height:328px;position:relative;overflow:hidden;background:#ddd;border-radius:16px}
.post-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.post-card:hover img{transform:scale(1.04)}
.post-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 18px 17px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff;font-size:10px;font-weight:700;display:flex;justify-content:space-between}
.post-overlay b{color:#ff5c57;font-size:9px;letter-spacing:.06em}
.instagram-copy{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;background:var(--soft);border-radius:16px;padding:24px 27px;margin-top:3px}
.instagram-glyph{color:var(--red);font-size:31px;font-weight:700}
.instagram-copy h3{font-family:'Poppins',Arial,sans-serif;font-size:20px;line-height:1.2;font-weight:500;margin:0 0 5px}
.instagram-copy p{color:var(--muted);font-size:12px;margin:0}
.instagram-copy a{display:inline-flex;color:var(--red);font-size:10px;font-weight:700;letter-spacing:.06em;border:1px solid rgba(225,6,0,.25);border-radius:999px;padding:9px 14px}

.newsletter-cta{background:var(--red);color:#fff}
.newsletter-inner{min-height:255px;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}
.newsletter-cta .section-overline{color:#f8c5c4}
.newsletter-cta h2{font-family:'Poppins',Arial,sans-serif;font-size:39px;font-weight:400;line-height:1.04;letter-spacing:-.04em;margin:0}
.newsletter-cta h2 em{color:#fff}
.newsletter-inner>div:last-child{max-width:370px}
.newsletter-inner p:not(.section-overline){font-size:14px;margin:0 0 22px;color:#ffe9e9}
.dark-button{background:var(--nav);padding:14px 21px}

.footer{background:#30383e;color:#dce2e3;padding-top:62px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:48px}
.footer-brand{max-width:270px}
.brand-badge-footer{width:200px;margin-bottom:19px}
.brand-badge-footer img{filter:brightness(0) invert(1)}
.footer-brand p{color:#aeb7ba;font-size:12px;line-height:1.7;margin:0 0 14px}
.footer-brand>a{color:#fff;font-size:12px}
.footer h3{color:#fff;font-size:14px;margin:8px 0 15px}
.footer-grid>div:not(.footer-brand) a{display:block;color:#aeb7ba;font-size:12px;margin:7px 0}
.footer-grid>div:not(.footer-brand) a:hover,.footer-brand>a:hover{color:#fff}
.footer-contact p{font-size:12px;color:#aeb7ba;margin:0;line-height:1.7}
.footer-note{color:#ff5c57!important;margin-top:10px!important}
.footer-bottom{border-top:1px solid #4e575b;min-height:69px;display:flex;align-items:center;gap:30px;color:#aeb7ba;font-size:11px}
.footer-bottom span:nth-child(2){margin-left:auto}
.footer-bottom>a{border:1px solid #758086;border-radius:999px;padding:6px 11px;color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em}

.whatsapp-float{position:fixed;z-index:25;right:24px;bottom:24px;min-height:56px;display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;border-radius:999px;padding:0 19px 0 15px;font-size:11px;font-weight:700;letter-spacing:.03em;box-shadow:0 12px 28px rgba(20,75,43,.28);transition:transform .2s,background .2s}
.whatsapp-float:hover{background:#1fbd5a;transform:translateY(-2px)}
.whatsapp-float svg{width:29px;height:29px;fill:currentColor;stroke:none}

.quote-drawer{position:fixed;z-index:30;right:0;top:0;bottom:0;width:min(360px,100%);background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.18);padding:25px;transform:translateX(102%);transition:transform .25s}
.quote-drawer.is-open,.quote-drawer[aria-hidden="false"]{transform:none}
.quote-drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}
.quote-drawer-head strong{font-family:'Poppins',Arial,sans-serif;font-size:22px;font-weight:500}
.quote-drawer-head button{border:0;background:none;font-size:26px;color:var(--muted);cursor:pointer}
.quote-drawer>p{color:var(--muted);font-size:13px}
.quote-line{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;font-size:13px}
.quote-line button{border:0;background:none;color:var(--red);cursor:pointer}
.quote-empty{color:var(--muted);font-size:13px}
.drawer-button{display:block;background:var(--red);color:#fff;text-align:center;font-size:11px;font-weight:700;padding:14px;border-radius:999px;margin-top:24px;transition:.2s}

@media(max-width:900px){
  .container{width:min(100% - 36px,680px)}
  .nav-inner{grid-template-columns:150px 1fr 86px;gap:12px}
  .sticky-brand{width:148px}
  .main-nav{gap:11px;font-size:10px}
  .header-contact-button{width:86px;min-height:42px;padding:0;font-size:0}
  .header-contact-button:after{content:'CONTATO';font-size:8px}
  .service-grid{grid-template-columns:repeat(2,1fr);padding:15px 0}
  .service-item{min-height:53px;padding:8px 15px}
  .service-item:first-child,.service-item:nth-child(3){padding-left:0}
  .service-item:nth-child(2){border-right:0}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-card-image{height:310px}
  .promo-inner{gap:25px}
  .promo-visual>img{width:260px;height:260px}
  .promo-brand{right:-8px}
  .popular-grid{grid-template-columns:repeat(2,1fr)}
  .post-grid{grid-template-columns:1fr 1fr}
  .post-card:nth-child(3){grid-column:1/-1;height:300px}
  .instagram-copy{grid-column:1/-1}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:30px}
  .footer-contact{grid-column:2/4}
  .hero-copy h1{font-size:57px}
  .hero-product:before{width:350px;height:350px;right:-2%;top:74px}
  .hero-product-accent{width:300px;height:300px;right:1%;top:112px}
  .hero-product-frame{width:320px;height:320px}
  .hero-badge{right:-7px;top:111px}
  .hero-product-note{left:17px;bottom:69px}
}

@media(max-width:640px){
  .container{width:calc(100% - 28px)}
  .utility-inner{height:auto;min-height:39px;padding:8px 0;font-size:10px}
  .utility-right a:first-child{display:none}
  .utility-right{gap:0;text-align:right}
  .utility-left{gap:7px}
  .utility-left .utility-divider,.utility-location{display:none}
  [id]{scroll-margin-top:76px}
  .nav-inner{height:68px;grid-template-columns:1fr 86px 44px;gap:9px}
  .sticky-brand{width:154px}
  .header-contact-button{width:86px;min-height:42px;padding:0;font-size:0}
  .header-contact-button:after{content:'CONTATO';font-size:8px}
  .mobile-menu-toggle{display:block;width:44px;height:44px;padding:0}
  .main-nav{display:none;position:absolute;z-index:8;top:68px;left:0;right:0;background:#f5f5f2;padding:9px 14px 17px;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 14px 24px rgba(0,0,0,.16)}
  .main-nav.is-open{display:flex}
  .main-nav a{padding:12px 0;width:100%;border-bottom:1px solid rgba(48,56,62,.12)}
  .main-nav a.active{color:var(--red)}
  .main-nav a:after{display:none}
  .hero-content{min-height:610px;display:block}
  .hero-copy{padding:43px 0 0}
  .hero-copy h1{font-size:43px}
  .hero-copy>p:not(.hero-overline){font-size:13px;max-width:290px}
  .hero-button{padding:13px 17px;font-size:10px}
  .hero-product{height:260px;position:absolute;right:-5px;bottom:20px;width:56%}
  .hero-product:before{width:232px;height:232px;right:-31px;top:8px}
  .hero-product-accent{width:205px;height:205px;right:-6px;top:33px;border-radius:21px}
  .hero-product-frame{width:218px;height:218px;border-radius:20px}
  .hero-badge{top:9px;right:-3px;font-size:7px;padding:7px 9px}
  .hero-product-note{display:none}
  .hero-controls{bottom:13px}
  .service-grid{grid-template-columns:1fr 1fr;padding:11px 0}
  .service-item{gap:10px;padding:11px 8px!important;border-right:1px solid rgba(255,255,255,.25)!important}
  .service-item:nth-child(2),.service-item:nth-child(4){border-right:0!important}
  .service-icon{width:23px;height:23px}
  .service-item strong{font-size:10px}
  .service-item small{font-size:9px}
  .section{padding:62px 0}
  .section-title,.popular-heading{display:block}
  .section-title h2,.popular-heading h2{font-size:30px}
  .section-copy,.popular-heading>p{margin-top:14px;font-size:12px}
  .product-tabs{justify-content:space-between;gap:8px;margin:30px 0 25px}
  .product-tabs button{font-size:9px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:23px 12px}
  .product-card-image{height:178px;border-radius:12px}
  .product-info{padding-top:10px}
  .product-info h3{font-size:13px;margin-bottom:8px}
  .product-meta{font-size:8px}
  .product-bottom{display:block}
  .product-price{display:block;font-size:10px;margin-bottom:8px}
  .product-ask{font-size:8px;padding:6px 9px}
  .promo-inner{min-height:570px;display:block;padding-top:48px}
  .promo-copy{padding:0;position:relative;z-index:4}
  .promo-banner h2{font-size:30px}
  .promo-copy>p:not(.promo-overline){font-size:12px}
  .promo-visual{height:300px;margin-top:5px}
  .promo-visual>img{width:235px;height:235px;border-radius:22px}
  .promo-outline{width:215px;height:215px}
  .promo-brand{right:0;bottom:24px;padding:12px 14px;border-radius:14px}
  .promo-brand img{width:108px}
  .popular-heading{margin-bottom:28px}
  .popular-grid{grid-template-columns:1fr;gap:10px}
  .popular-grid a{min-height:220px;padding:21px}
  .category-icon{margin-bottom:20px}
  .post-grid{grid-template-columns:1fr 1fr;gap:11px}
  .post-card{height:190px}
  .post-card:nth-child(3){grid-column:1/-1;height:235px}
  .post-overlay{padding:30px 10px 11px;font-size:8px}
  .instagram-copy{grid-column:1/-1;display:block;padding:20px;margin-top:2px}
  .instagram-glyph{display:block;margin-bottom:8px}
  .instagram-copy h3{font-size:20px}
  .instagram-copy p{font-size:12px;margin-bottom:17px}
  .newsletter-inner{display:block;padding:43px 0}
  .newsletter-cta h2{font-size:34px;margin-bottom:25px}
  .newsletter-inner>div:last-child{max-width:100%}
  .newsletter-inner p:not(.section-overline){font-size:12px}
  .footer{padding-top:42px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .footer-brand{grid-column:1/-1;max-width:100%}
  .footer-contact{grid-column:1/-1}
  .footer-bottom{min-height:84px;flex-wrap:wrap;gap:5px;padding:15px 0}
  .footer-bottom span:nth-child(2){margin-left:0;width:calc(100% - 55px)}
  .footer-bottom>a{margin-left:auto;margin-top:-29px}
  .whatsapp-float{right:15px;bottom:15px;width:54px;min-height:54px;padding:0;justify-content:center}
  .whatsapp-float span{display:none}
  .whatsapp-float svg{width:28px;height:28px}
  .quote-drawer{padding:20px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
