
:root{
  --bg:#0B0E0C;
  --bg-soft:#121713;
  --panel:#101512;
  --text:#F2F3F2;
  --muted:#AEB5B0;

  /* Paleta extraída da logo BR Metais */
  --brand:#3FA16A;
  --brand-dark:#287A4B;
  --brand-light:#58C783;
  --brand-yellow:#CDC821;

  /* aliases do layout original */
  --lime:var(--brand);
  --lime-2:var(--brand-light);

  --light:#F3F5F3;
  --dark:#111713;
  --line:rgba(255,255,255,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  background:transparent;
  border-bottom:1px solid transparent;
  transition:background .28s ease, backdrop-filter .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.site-header.is-scrolled{
  background:rgba(8,11,9,.92);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom-color:rgba(255,255,255,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.nav-wrap{height:86px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center}.brand img{width:190px;height:auto;object-fit:contain;display:block}.footer-brand img{width:175px}
.main-nav{margin-left:auto;display:flex;gap:25px;font-size:13px;text-transform:uppercase;font-weight:800}
.main-nav a{opacity:.92}
.main-nav a:hover{color:var(--lime-2)}
.header-cta{margin-left:8px}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;cursor:pointer}
.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}

.btn{
  min-height:46px;padding:0 20px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.01em;border:1px solid transparent;transition:.2s ease;
}
.btn-primary{
  background:linear-gradient(135deg,var(--brand-light) 0%,var(--brand) 48%,var(--brand-dark) 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(63,161,106,.24);
}
.btn-primary:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
  box-shadow:0 15px 34px rgba(63,161,106,.34);
}
.btn-outline{border-color:rgba(63,161,106,.62);color:#fff;background:rgba(20,22,20,.3)}
.btn-outline:hover{border-color:var(--lime);color:var(--lime-2)}
.btn-ghost{border-color:rgba(255,255,255,.30);background:rgba(0,0,0,.16);color:#fff}
.play{font-size:11px}

.hero{min-height:calc(100svh - 110px);height:calc(100svh - 110px);display:flex;align-items:center;position:relative;background:#111 url("assets/compra-sucata-metais-br-metais.webp") center right/cover no-repeat;padding-top:70px}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,8,.95) 0%,rgba(8,9,8,.78) 42%,rgba(8,9,8,.18) 72%,rgba(8,9,8,.38) 100%)}
.hero-content{position:relative;z-index:1;padding-top:96px;padding-bottom:52px}
.eyebrow{text-transform:uppercase;color:var(--lime-2);font-size:13px;font-weight:900;letter-spacing:.02em;margin:0 0 14px}
.hero h1{font-size:64px;line-height:.98;letter-spacing:-.04em;margin:0 0 18px;max-width:680px}
.hero h1 span,.services-copy h2 span{color:var(--lime)}
.hero-copy{max-width:530px;font-size:18px;line-height:1.55;color:#efefec;margin-bottom:30px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}

.benefits-strip{background:linear-gradient(90deg,#161916,#111311);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefits-grid article{display:flex;gap:16px;padding:27px 22px;border-right:1px solid var(--line)}
.benefits-grid article:first-child{padding-left:0}
.benefits-grid article:last-child{border-right:0}
.icon{color:var(--lime-2);font-size:28px;min-width:33px}
.benefits-grid h3{margin:0 0 8px;font-size:15px;line-height:1.25}
.benefits-grid p{margin:0;color:#bcbfbb;font-size:12px;line-height:1.55}

.section{padding:74px 0}
.light{background:var(--light);color:var(--dark)}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.section-head h2,.services-copy h2,.quote-section h2{font-size:38px;line-height:1.04;letter-spacing:-.035em;margin:0 0 10px}
.section-head p:not(.eyebrow),.services-copy>p{color:#5f625d;max-width:650px}
.dark-outline{color:#111;background:transparent;border-color:var(--brand)}

.materials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.material-card{background:#111;color:white;border-radius:4px;overflow:hidden;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.material-card img{height:120px;object-fit:cover;filter:saturate(.88) contrast(1.05)}
.material-card div{padding:16px 16px 18px}
.material-card h3{margin:0 0 8px;font-size:17px}
.material-card p{margin:0;color:#d3d3cf;font-size:12px;line-height:1.55}

.services{padding-top:22px}
.services-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}
.service-photo{position:relative}
.service-photo img{border-radius:4px;min-height:335px;object-fit:cover}
.floating-card{position:absolute;left:22px;bottom:22px;background:rgba(13,15,13,.92);color:#fff;padding:16px 18px;display:flex;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.09);max-width:270px}
.floating-card>span{font-size:26px;color:var(--lime-2)}
.floating-card strong{display:block;text-transform:uppercase;color:var(--lime-2);font-size:12px}
.floating-card small{display:block;margin-top:5px;line-height:1.45}
.services-copy h2{font-size:43px}
.check-list{list-style:none;padding:0;margin:24px 0 28px}
.check-list li{position:relative;padding-left:27px;margin:10px 0;font-size:15px}
.check-list li::before{content:"✓";position:absolute;left:0;color:var(--lime);font-weight:900}

.proof-strip{background:#121512;border-block:1px solid var(--line)}
.proof-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.proof-grid>div{padding:23px 16px;border-right:1px solid var(--line)}
.proof-grid>div:last-child{border-right:0}
.proof-grid strong,.proof-grid span{display:block}
.proof-grid strong{font-size:14px}
.proof-grid span{margin-top:3px;color:#c7c9c6;font-size:12px}

.quote-section{padding:60px 0;background:radial-gradient(circle at 80% 10%,rgba(63,161,106,.12),transparent 30%),#0d0f0d}
.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}
.quote-section h2{font-size:43px}
.quote-section p:not(.eyebrow){color:#c8cbc6;max-width:440px;line-height:1.55}
.quote-form{border:1px solid rgba(63,161,106,.25);padding:24px;background:rgba(255,255,255,.018)}
.quote-form h3{margin:0 0 18px;color:var(--lime-2);font-size:14px;text-transform:uppercase}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-grid label{font-size:11px;color:#d6d8d4}
.form-grid input,.form-grid select,.form-grid textarea{
  width:100%;margin-top:6px;background:#171a17;border:1px solid #343834;color:#fff;border-radius:2px;padding:12px 13px;outline:none
}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--lime)}
.form-grid .full{grid-column:1/-1}
.form-submit{width:100%;margin-top:15px}
.form-status{margin:10px 0 0!important;font-size:12px;color:var(--lime-2)!important}

.footer{background:#101210;border-top:1px solid var(--line);padding:38px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:35px}
.footer h4{color:var(--lime-2);text-transform:uppercase;font-size:11px;margin:0 0 13px}
.footer a:not(.brand){display:block;color:#d0d2ce;font-size:12px;margin:7px 0}
.footer p{color:#aeb1ad;font-size:12px;line-height:1.6;max-width:300px}
.footer-bottom{display:flex;justify-content:space-between;color:#777c76;font-size:11px;border-top:1px solid var(--line);margin-top:24px;padding-top:18px}

@media (max-width: 980px){
  .main-nav,.header-cta{display:none}
  .menu-toggle{display:block}
  .main-nav.open{display:flex;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;background:#0f110f;padding:20px;border:1px solid var(--line)}
  .hero h1{font-size:54px}
  .benefits-grid{grid-template-columns:1fr 1fr}
  .benefits-grid article{border-bottom:1px solid var(--line)}
  .materials-grid{grid-template-columns:repeat(2,1fr)}
  .proof-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width: 720px){
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{height:72px}
  .hero{min-height:100svh;height:100svh;background-position:62% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(8,9,8,.92),rgba(8,9,8,.78) 58%,rgba(8,9,8,.50))}
  .hero-content{padding-top:72px;padding-bottom:45px}
  .hero h1{font-size:43px;max-width:440px}
  .hero-copy{font-size:15px;max-width:360px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .benefits-grid{grid-template-columns:1fr}
  .benefits-grid article{padding:24px 0;border-right:0}
  .section{padding:54px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .section-head h2,.services-copy h2,.quote-section h2{font-size:32px}
  .materials-grid{grid-template-columns:1fr 1fr;gap:10px}
  .material-card img{height:92px}
  .material-card div{padding:12px}
  .material-card h3{font-size:14px}
  .material-card p{display:none}
  .services-grid,.quote-grid{grid-template-columns:1fr}
  .service-photo img{min-height:260px}
  .proof-grid{grid-template-columns:1fr 1fr}
  .proof-grid>div{border-bottom:1px solid var(--line)}
  .form-grid{grid-template-columns:1fr}
  .form-grid .full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;gap:8px}
}

@media (max-width: 420px){
  .hero h1{font-size:39px}
  .materials-grid{grid-template-columns:1fr 1fr}
  .proof-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}

@media (max-width: 720px){.brand img{width:155px}.footer-brand img{width:160px}}

/* Microacentos derivados do amarelo da logo */
.brand img{filter:none}
.eyebrow{color:var(--brand-light)}
.site-header::after{
  content:"";
  position:absolute;
  left:0;top:0;
  width:4px;height:100%;
  background:linear-gradient(to bottom,var(--brand),var(--brand-yellow));
  opacity:.9;
}
.quote-form h3,.footer h4{color:var(--brand-light)}
.material-card{border:1px solid rgba(63,161,106,.10)}

@media (min-width: 1200px){
  .hero h1{font-size:clamp(64px,5vw,78px)}
  .hero-copy{font-size:19px;max-width:560px}
}

@supports (height: 100dvh){
  .hero{min-height:calc(100dvh - 110px);height:calc(100dvh - 110px)}
}

/* Amarelo da marca: usado como acento, não como cor dominante */
.hero .eyebrow{
  color:var(--brand-yellow);
}
.hero h1 span{
  position:relative;
  color:var(--brand-light);
}
.hero h1 span::after{
  content:"";
  position:absolute;
  left:2px;
  bottom:-8px;
  width:46px;
  height:4px;
  border-radius:10px;
  background:var(--brand-yellow);
}
.btn-primary{
  position:relative;
  overflow:hidden;
}
.btn-primary::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:3px;
  background:var(--brand-yellow);
  opacity:.9;
}
.benefits-grid article{
  position:relative;
}
.benefits-grid article::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:34px;
  height:2px;
  background:var(--brand-yellow);
  opacity:.8;
}
.section-head .eyebrow,
.services-copy .eyebrow{
  color:var(--brand);
}
.quote-section .eyebrow{
  color:var(--brand-yellow);
}
.footer-bottom{
  position:relative;
}
.footer-bottom::before{
  content:"";
  position:absolute;
  left:0;
  top:-1px;
  width:82px;
  height:2px;
  background:linear-gradient(90deg,var(--brand-yellow),var(--brand));
}
@media (max-width:720px){
  .hero h1 span::after{bottom:-6px;width:38px;height:3px}
}

@media (min-width: 981px){
  .benefits-strip{min-height:110px}
  .benefits-grid{min-height:110px}
  .benefits-grid article{display:flex;align-items:center}
}

@media (max-width: 720px){
  .hero{min-height:100svh;height:100svh}
}
@supports (height: 100dvh){
  @media (max-width:720px){
    .hero{min-height:100dvh;height:100dvh}
  }
}

/* Navegação e seções */
section[id]{scroll-margin-top:92px}
.about-section{
  background:#101512;
  color:var(--text);
  border-bottom:1px solid var(--line);
}
.about-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.about-section h2{
  margin:0;
  max-width:560px;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.about-copy p{
  margin:0 0 16px;
  color:#c5cbc6;
  line-height:1.75;
}
.differentials-section{
  background:#eef1ee;
  color:var(--dark);
}
.differentials-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.differentials-grid article{
  padding:28px 24px;
  background:#fff;
  border:1px solid rgba(17,23,19,.09);
  border-top:3px solid var(--brand);
}
.differentials-grid article span{
  color:var(--brand-yellow);
  font-size:12px;
  font-weight:900;
}
.differentials-grid h3{
  margin:12px 0 8px;
  font-size:18px;
}
.differentials-grid p{
  margin:0;
  color:#626a64;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:900px){
  .about-grid{grid-template-columns:1fr;gap:28px}
  .differentials-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  section[id]{scroll-margin-top:78px}
  .about-section h2{font-size:32px}
  .differentials-grid{grid-template-columns:1fr}
}

/* Modal de qualificação de leads */
body.modal-open{overflow:hidden}
button.btn{cursor:pointer}
.quote-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.quote-modal.is-open{display:flex}
.quote-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,7,5,.78);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.quote-modal-dialog{
  position:relative;
  z-index:1;
  width:min(720px,100%);
  max-height:min(88vh,820px);
  overflow:auto;
  background:#101512;
  border:1px solid rgba(255,255,255,.10);
  border-top:3px solid var(--brand);
  box-shadow:0 30px 90px rgba(0,0,0,.50);
  padding:34px;
  color:#fff;
}
.quote-modal-close{
  position:absolute;
  right:18px;
  top:15px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.14);
  background:transparent;
  color:#fff;
  font-size:26px;
  cursor:pointer;
}
.quote-modal-head h2{
  margin:0 40px 10px 0;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.quote-modal-head>p:not(.eyebrow){
  color:#bcc4be;
  line-height:1.6;
  max-width:590px;
}
.modal-progress{
  height:4px;
  margin-top:22px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
}
.modal-progress span{
  display:block;
  width:33.333%;
  height:100%;
  background:linear-gradient(90deg,var(--brand),var(--brand-yellow));
  transition:width .25s ease;
}
.modal-step-label{
  display:block;
  margin-top:8px;
  color:#89928b;
}
.qualification-step{display:none;padding-top:24px}
.qualification-step.is-active{display:block}
.qualification-step h3{margin:0 0 18px;font-size:20px}
.option-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:16px;
}
.option-card input{position:absolute;opacity:0;pointer-events:none}
.option-card span{
  display:block;
  min-height:110px;
  padding:18px;
  border:1px solid rgba(255,255,255,.13);
  background:#151b17;
  cursor:pointer;
  transition:.2s ease;
}
.option-card strong{display:block;font-size:15px;margin-bottom:7px}
.option-card small{display:block;color:#9ca59e;line-height:1.5}
.option-card input:checked + span{
  border-color:var(--brand);
  box-shadow:inset 0 0 0 1px var(--brand);
  background:rgba(63,161,106,.10);
}
.field-label{
  display:block;
  margin-top:14px;
  color:#d8ddd9;
  font-size:12px;
  font-weight:700;
}
.field-label input,.field-label select{
  width:100%;
  margin-top:7px;
  min-height:48px;
  padding:0 13px;
  color:#fff;
  background:#171d19;
  border:1px solid #343d36;
  outline:none;
}
.field-label input:focus,.field-label select:focus{border-color:var(--brand)}
.modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.modal-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:24px;
}
.modal-actions.split{justify-content:space-between;gap:12px}
.modal-actions .btn{min-width:150px}
.consent-line{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:18px;
  color:#aeb7b0;
  font-size:12px;
  line-height:1.5;
}
.consent-line input{margin-top:3px;accent-color:var(--brand)}
.qualification-success{text-align:center;padding:34px 10px 12px}
.success-icon{
  width:60px;height:60px;
  display:grid;place-items:center;
  margin:0 auto 18px;
  border-radius:50%;
  background:var(--brand);
  font-weight:900;
  font-size:28px;
}
.qualification-success h3{font-size:25px;margin:0 0 9px}
.success-copy{color:#b7c0b9;line-height:1.6}
.lead-summary{
  margin:20px auto;
  max-width:480px;
  padding:15px;
  background:#151b17;
  border-left:3px solid var(--brand-yellow);
  color:#d9dedb;
  font-size:12px;
  line-height:1.6;
  text-align:left;
}

@media(max-width:720px){
  .quote-modal{padding:10px;align-items:flex-end}
  .quote-modal-dialog{
    width:100%;
    max-height:92dvh;
    padding:26px 18px 22px;
  }
  .quote-modal-head h2{font-size:27px}
  .option-grid,.modal-form-grid{grid-template-columns:1fr}
  .option-card span{min-height:auto}
  .modal-actions.split{flex-direction:column-reverse}
  .modal-actions .btn{width:100%}
}

.js-open-quote-modal{
  font-family:inherit;
}

/* CTA final simplificado */
.quote-section-centered{
  min-height:480px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:85px 0;
  text-align:center;
}
.cta-center{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.quote-section-centered h2{
  max-width:760px;
  margin:0 auto 18px;
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.quote-section-centered p:not(.eyebrow){
  max-width:650px;
  margin:0 auto 28px;
  color:#c8cbc6;
  line-height:1.65;
}
.quote-section-centered .btn{
  min-width:220px;
}
@media(max-width:720px){
  .quote-section-centered{
    min-height:420px;
    padding:65px 0;
  }
  .quote-section-centered h2{
    font-size:34px;
  }
  .quote-section-centered .btn{
    width:100%;
    max-width:360px;
  }
}

/* Botão voltar ao topo */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:80;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:var(--brand);
  color:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .2s ease;
}
.back-to-top span{
  font-size:23px;
  line-height:1;
  transform:translateY(-1px);
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  background:var(--brand-dark);
  transform:translateY(-2px);
}
@media(max-width:720px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:44px;
    height:44px;
  }
}

/* Localização / mapa */
.map-section{
  background:#eef1ee;
  color:var(--dark);
  padding:70px 0;
  border-top:1px solid rgba(17,23,19,.08);
}
.map-grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:42px;
  align-items:center;
}
.map-copy h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.map-copy p:not(.eyebrow){
  margin:0 0 24px;
  color:#5f6861;
  line-height:1.7;
}
.map-frame{
  min-height:390px;
  border:1px solid rgba(17,23,19,.12);
  overflow:hidden;
  background:#dfe4df;
}
.map-frame iframe{
  width:100%;
  height:390px;
  border:0;
  display:block;
}
@media(max-width:820px){
  .map-grid{grid-template-columns:1fr}
  .map-copy h2{font-size:34px}
  .map-frame,.map-frame iframe{min-height:330px;height:330px}
}

/* SEO/AEO FAQ */
.faq-section{background:#101512;color:var(--text)}
.faq-wrap{max-width:900px}
.faq-section .section-head p:not(.eyebrow){color:#aeb5b0}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:0}
.faq-list summary{cursor:pointer;list-style:none;padding:22px 42px 22px 0;font-weight:800;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:4px;top:17px;color:var(--brand-light);font-size:25px;font-weight:400}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{margin:0;padding:0 45px 22px 0;color:#b8c0ba;line-height:1.75;font-size:14px}
@media(max-width:720px){.faq-list summary{padding:18px 34px 18px 0}.faq-list details p{padding-right:0}}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 84px;
  z-index: 80;

  width: 56px;
  height: 56px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: #25D366;
  color: #fff;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.32);
}

/* Mobile */
@media (max-width: 720px) {
  .whatsapp-float {
    right: 16px;
    bottom: 72px;
    width: 52px;
    height: 52px;
  }

  .whatsapp-float svg {
    width: 29px;
    height: 29px;
  }
}