:root{--bg: #f8f6f2;--surface: #ffffff;--text: #2f2923;--muted: #6b6259;--brand: #b7863a;--brand-light: #d1a054;--brand-dark: #926929;--border: #e8dfd2;--dark: #1a1410;--dark-soft: #3c332a;--shadow-sm: 0 4px 12px rgba(47, 41, 35, .06);--shadow-md: 0 14px 32px rgba(47, 41, 35, .1);--shadow-lg: 0 28px 60px rgba(47, 41, 35, .14);--shadow-xl: 0 40px 80px rgba(21, 16, 12, .2);--radius-sm: .6rem;--radius-md: 1rem;--radius-lg: 1.4rem;--radius-xl: 2rem;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Sora", "Inter", system-ui, sans-serif;--container: 1200px;--gutter: clamp(1.2rem, 4vw, 2.4rem);font-family:var(--font-sans);line-height:1.55;color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--brand);color:#fff}.site{background:var(--bg);position:relative;overflow-x:hidden}.container{max-width:var(--container);margin:0 auto;padding-inline:var(--gutter)}.section{position:relative;padding-block:clamp(2.5rem,5vw,3.75rem)}#servicos{padding-bottom:clamp(1.25rem,2.5vw,1.75rem)}.values-section{padding-top:clamp(1.25rem,2.5vw,1.75rem)}.section-soft{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-dark{background:var(--text);color:#fff}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;margin:0;font-weight:700}.hero h1,.hero h2,.hero h3,.section-dark h1,.section-dark h2,.section-dark h3{color:#fff}h1{font-size:clamp(2.2rem,5.5vw,4rem);line-height:1.05;font-weight:800;letter-spacing:-.035em}h2,.section-title{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.08;letter-spacing:-.03em}h3{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.2}p{margin:0}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;justify-self:start;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);padding:.45rem .9rem;border-radius:999px;background:#b7863a1a;border:1px solid rgba(183,134,58,.28)}.eyebrow.eyebrow-light{color:#f4dcc2;background:#ffffff14;border-color:#fff3}.eyebrow:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;box-shadow:0 0 10px currentColor}.section-heading{display:grid;gap:.75rem;max-width:720px;margin-bottom:1.75rem;justify-items:start;text-align:left}.section-heading p{color:var(--muted);font-size:clamp(1rem,1.4vw,1.1rem);line-height:1.65}.text-gradient{background:linear-gradient(120deg,var(--brand-light) 10%,var(--brand) 55%,#c5923f 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.45rem;border-radius:999px;font-weight:600;font-size:.96rem;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .25s ease,background .25s ease;white-space:nowrap;text-decoration:none}.btn-lg{padding:1.05rem 1.7rem;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--brand-light) 0%,var(--brand) 100%);color:#fff;box-shadow:0 12px 28px #b7863a61,inset 0 1px #ffffff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px #b7863a7a}.btn-ghost{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-ghost:hover{background:#ffffff29;border-color:#ffffff61;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--brand-dark);border:1px solid rgba(183,134,58,.4)}.btn-outline:hover{background:#b7863a14;transform:translateY(-2px)}.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 0;transition:padding .25s ease,background .25s ease,border-color .25s ease,backdrop-filter .25s ease}.nav-wrap.scrolled{padding:.55rem 0;background:#1a1410d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.brand{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:#fff;letter-spacing:-.02em}.brand-tag{display:block;font-family:var(--font-sans);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#f4dcc2;font-weight:600;margin-top:.2rem}.nav-links{display:flex;align-items:center;gap:.3rem}.nav-links a{color:#ffffffc7;font-size:.92rem;font-weight:500;padding:.5rem .8rem;border-radius:999px;transition:color .2s ease,background .2s ease}.nav-links a:hover{color:#fff;background:#ffffff0f}.nav-cta{margin-left:.35rem}.menu-toggle{display:none;width:46px;height:46px;border-radius:.85rem;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:18px;height:2px;background:#fff;border-radius:999px;transition:transform .25s ease,opacity .25s ease}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a141099;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:60}.menu-overlay.open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;height:100vh;width:min(86vw,360px);background:linear-gradient(180deg,#2f2923,#1a1410);border-left:1px solid rgba(255,255,255,.08);transform:translate(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);z-index:65;padding:1.4rem;display:flex;flex-direction:column;gap:1rem}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.menu-close{width:40px;height:40px;border-radius:.7rem;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#fff;font-size:1.4rem;display:inline-flex;align-items:center;justify-content:center}.mobile-nav{display:flex;flex-direction:column;gap:.4rem}.mobile-nav a{padding:.9rem 1rem;border-radius:.85rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff;font-weight:500}.mobile-nav .mobile-cta{margin-top:.4rem;background:linear-gradient(135deg,var(--brand-light),var(--brand));color:#fff;border:0;font-weight:700;text-align:center;padding:1rem;box-shadow:0 12px 28px #b7863a59}.hero{position:relative;min-height:100vh;padding-top:clamp(7.5rem,13vw,10rem);padding-bottom:clamp(3.5rem,7vw,5.5rem);background:radial-gradient(ellipse at 10% 20%,rgba(183,134,58,.2),transparent 42%),radial-gradient(ellipse at 90% 10%,rgba(209,160,84,.14),transparent 40%),linear-gradient(#221c16ad,#221c16ad),url(/images/header-bg.jpg) center / cover;color:#fff;overflow:hidden;isolation:isolate}.hero-glow{position:absolute;pointer-events:none;z-index:0}.hero-glow.glow-gold{width:480px;height:480px;top:-100px;left:-100px;background:radial-gradient(circle,rgba(209,160,84,.45) 0%,transparent 65%);filter:blur(80px);opacity:.55}.hero-glow.glow-warm{width:520px;height:520px;bottom:-140px;right:-100px;background:radial-gradient(circle,rgba(183,134,58,.35) 0%,transparent 65%);filter:blur(80px);opacity:.5}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,3.5rem);align-items:center}.hero-text{display:grid;gap:1.3rem;max-width:600px}.hero-headline{font-size:clamp(2.4rem,5.8vw,4.2rem);letter-spacing:-.04em;line-height:1;font-weight:800}.hero-sub{font-size:clamp(1.02rem,1.5vw,1.14rem);line-height:1.6;color:#ffffffd1;max-width:520px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:.3rem}.hero-visual{position:relative;width:100%;aspect-ratio:1 / 1;max-width:500px;margin-left:auto}.hero-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;overflow:hidden;box-shadow:0 36px 80px #00000073,0 0 0 1px #ffffff14;transform:rotate(-2deg)}.hero-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(195deg,rgba(47,41,35,.12) 0%,transparent 40%,rgba(26,20,16,.5) 100%);z-index:1}.hero-image-wrap img{width:100%;height:100%;object-fit:cover}.hero-floating-card{position:absolute;background:#1a1410bf;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;padding:.85rem 1rem;box-shadow:0 18px 44px #00000059;z-index:3;display:flex;align-items:center;gap:.75rem;animation:float 6s ease-in-out infinite}.hero-floating-card.card-1{bottom:-1rem;right:-1.4rem;animation-delay:0s}.hero-floating-card.card-2{top:10%;right:-2rem;animation-delay:2s}.hero-floating-card.card-3{top:44%;left:-2rem;animation-delay:4s}.float-icon{width:42px;height:42px;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-light),var(--brand));color:#fff;flex-shrink:0;box-shadow:0 0 20px #b7863a66}.float-icon svg{width:20px;height:20px}.float-text{display:grid;line-height:1.15}.float-text strong{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:#fff}.float-text span{font-size:.76rem;color:#ffffffa6}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.trust-strip{background:var(--text);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:1.25rem 0}.trust-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.trust-pill{display:flex;align-items:center;gap:.7rem;color:#ffffffd9;font-size:.9rem;font-weight:500}.trust-pill-icon{display:inline-flex;flex-shrink:0}.trust-pill-icon svg{width:22px;height:22px;color:var(--brand-light)}.trust-pill-text-short{display:none}.about-intro{max-width:720px;margin-bottom:1.75rem;display:grid;gap:.75rem;justify-items:start;text-align:left}.about-intro p{color:var(--muted);font-size:1.05rem;line-height:1.7;margin-top:1rem}.about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.about-stat{padding:1.25rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center}.about-stat strong{display:block;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;color:var(--brand-dark);letter-spacing:-.02em;line-height:1.1}.about-stat span{display:block;margin-top:.35rem;font-size:.88rem;font-weight:600;color:var(--muted);line-height:1.35}.about-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-point{display:flex;align-items:flex-start;gap:.85rem;padding:1.25rem 1.3rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.about-point:hover{box-shadow:var(--shadow-md);border-color:#b7863a59}.about-point h3{margin-bottom:.3rem;font-size:1.05rem;color:var(--text)}.about-point p{margin:0;font-size:.94rem;color:var(--muted);line-height:1.6}.about-icon{width:44px;height:44px;border-radius:.75rem;background:linear-gradient(135deg,var(--brand-light),var(--brand));color:#fff;display:grid;place-items:center;flex-shrink:0}.about-icon svg{width:20px;height:20px}.grid{display:grid;gap:1.2rem}.services{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#b7863a52}.service-card img{width:100%;height:190px;object-fit:cover;transition:transform .5s ease}.service-card:hover img{transform:scale(1.04)}.service-body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.service-body h3{margin-bottom:.2rem}.service-body p{color:var(--muted);font-size:.94rem;line-height:1.55}.values-section{background:var(--bg)}.values-header{max-width:720px;margin-bottom:1.5rem;display:grid;gap:.75rem;justify-items:start;text-align:left}.values-header p{color:var(--muted);max-width:60ch;line-height:1.65}.values{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.value-row{padding:1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.value-row:hover{border-color:#b7863a59;box-shadow:var(--shadow-md)}.value-row h3{margin-bottom:.4rem;font-size:1rem;color:var(--text)}.value-row p{color:var(--muted);font-size:.9rem;line-height:1.6}.testimonials{background:linear-gradient(180deg,#ffffff 0%,var(--bg) 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.testimonial{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);display:grid;gap:.85rem;transition:border-color .2s ease,box-shadow .2s ease}.testimonial:hover{border-color:#b7863a59;box-shadow:var(--shadow-md)}.testimonial-stars{display:inline-flex;align-items:center;gap:.15rem}.testimonial-stars .star{color:#d8d3ca;font-size:.95rem;line-height:1}.testimonial-stars .star.is-filled{color:var(--brand)}.testimonial-stars small{margin-left:.3rem;color:var(--muted);font-weight:700;font-size:.85rem}.testimonial-quote{color:var(--text);font-size:.97rem;line-height:1.6;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem;padding-top:.85rem;border-top:1px solid var(--border)}.author-avatar{width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:.9rem;flex-shrink:0}.author-info strong{display:block;font-family:var(--font-display);color:var(--text);font-size:.95rem}.author-info span{font-size:.82rem;color:var(--muted)}.testimonials-container{position:relative}.testimonials-measure{position:absolute;inset-inline:0;top:0;visibility:hidden;pointer-events:none;opacity:0;z-index:-1;display:grid;gap:0}.testimonials-measure .testimonial{width:100%}.testimonials-grid.testimonials-carousel{grid-template-columns:1fr;width:100%}.testimonials-grid.testimonials-carousel .testimonial{width:100%;min-width:0;height:100%;display:flex;flex-direction:column}.testimonials-grid.testimonials-carousel .testimonial-quote{flex:1}.testimonials-grid.testimonials-carousel .testimonial-author{margin-top:auto}.testimonials-carousel.is-draggable{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.testimonials-carousel.is-draggable:active{cursor:grabbing}.carousel-dots{display:none;margin-top:1rem;justify-content:center;gap:.4rem}.carousel-dots button{width:8px;height:8px;border-radius:999px;border:0;background:#d4c6af;cursor:pointer;padding:0;transition:width .2s ease,background .2s ease}.carousel-dots button.is-active{width:22px;background:linear-gradient(90deg,var(--brand-light),var(--brand))}@media(max-width:768px){.carousel-dots{display:flex}}.faq-intro{margin-bottom:1.5rem;color:var(--muted);max-width:65ch;line-height:1.65}.faq-list{display:grid;gap:.75rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.1rem;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.faq-item[open]{border-color:#b7863a66;box-shadow:var(--shadow-md)}.faq-item summary{cursor:pointer;font-weight:700;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-family:var(--font-display)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";width:28px;height:28px;border-radius:999px;background:#efe2cc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 14l5-5 5 5' stroke='%237f5a22' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px;flex-shrink:0;transition:background .2s ease}.faq-item[open] summary:after{background-color:#dcc29a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%234d3410' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.faq-item p{margin-top:.7rem;color:var(--muted);line-height:1.6;padding-right:.5rem}.site-footer{background:var(--dark);color:#ffffffb8;padding:clamp(2.5rem,5vw,3.5rem) 0 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand{display:grid;gap:.85rem}.footer-brand-link{display:grid;gap:.2rem}.footer-brand-name{font-family:var(--font-display);font-weight:800;font-size:1.15rem;color:#fff;letter-spacing:-.02em}.footer-brand-tag{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#f4dcc2;font-weight:600}.footer-brand p{color:#ffffff94;line-height:1.6;font-size:.92rem;max-width:320px}.footer-socials{display:flex;gap:.5rem}.footer-socials a{width:40px;height:40px;border-radius:.7rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease,border-color .2s ease}.footer-socials a:hover{background:linear-gradient(135deg,var(--brand-light),var(--brand));border-color:transparent}.footer-socials svg{width:18px;height:18px}.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:.85rem;font-family:var(--font-display)}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.footer-col a{color:#ffffff9e;font-size:.92rem;transition:color .2s ease}.footer-col a:hover{color:var(--brand-light)}.footer-col li{font-size:.92rem;color:#ffffff9e;line-height:1.45}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#ffffff73}.footer-bottom a{color:var(--brand-light);font-weight:600}.whats-float{position:fixed;bottom:1.4rem;right:1.4rem;width:58px;height:58px;border-radius:999px;background:#25d366;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 32px #25d36673;z-index:40;transition:transform .2s ease;animation:pulse 2.4s ease-out infinite}.whats-float:hover{transform:scale(1.08);background:#1ebd5b}.whats-float svg{width:28px;height:28px}@keyframes pulse{0%{box-shadow:0 14px 32px #25d36673,0 0 #25d36680}70%{box-shadow:0 14px 32px #25d36673,0 0 0 18px #25d36600}to{box-shadow:0 14px 32px #25d36673,0 0 #25d36600}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease;transition-delay:var(--reveal-delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-floating-card,.whats-float{animation:none}}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:2.5rem}.hero-visual{margin:0 auto;max-width:440px}.services,.values{grid-template-columns:repeat(2,minmax(0,1fr))}.about-points{grid-template-columns:1fr}.testimonials-grid:not(.testimonials-carousel){grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.testimonials-grid.testimonials-carousel{grid-template-columns:1fr;gap:0;width:100%}.testimonials-grid.testimonials-carousel .testimonial{width:100%}.nav-links{display:none}.menu-toggle{display:inline-flex}.trust-strip{padding:.85rem 0}.trust-strip-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.trust-pill{flex-direction:column;align-items:center;justify-content:center;gap:.45rem;text-align:center;padding:.75rem .35rem;min-height:5.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md)}.trust-pill-icon svg{width:20px;height:20px}.trust-pill-text{font-size:.68rem;line-height:1.3;font-weight:600;color:#ffffffe0}.trust-pill-text-full{display:none}.trust-pill-text-short{display:block}.services,.values,.about-stats,.about-points{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:1.4rem}.footer-col-hide-mobile{display:none}.footer-bottom{flex-direction:column;text-align:center}.hero-floating-card{max-width:min(190px,54vw);padding:.65rem .75rem}.hero-floating-card.card-1{bottom:4%;right:2%}.hero-floating-card.card-2{top:6%;right:2%}.hero-floating-card.card-3{top:auto;bottom:30%;left:2%}}@media(max-width:640px){.hero{padding-top:6.5rem;min-height:auto}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;white-space:normal;text-align:center}.about-stats{grid-template-columns:1fr}.whats-float{width:54px;height:54px;bottom:1rem;right:1rem}}
