
:root{--black:#050507;--black-2:#0c0c10;--white:#fff;--text:#161616;--muted:#666;--yellow:#ffc400;--yellow-2:#ffab00;--cyan:#00bfff;--pink:#ff1e9a;--line:#e9e9e9;--radius:22px;--shadow:0 20px 60px rgba(0,0,0,.16);--container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.45}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(100% - 40px,var(--container));margin-inline:auto}.skip{position:absolute;left:-999px;top:0;background:#fff;color:#000;padding:10px;z-index:999}.skip:focus{left:10px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,7,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:24px}.brand img{width:180px;max-height:70px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:34px;font-weight:900;text-transform:uppercase;font-size:14px;color:#fff}.main-nav a{position:relative}.main-nav a::after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:3px;background:var(--yellow);transition:.2s}.main-nav a:hover::after{width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;border-radius:12px;padding:15px 22px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;border:2px solid transparent;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-yellow{background:var(--yellow);color:#050505;box-shadow:0 12px 28px rgba(255,196,0,.25)}.btn-outline{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(255,255,255,.04)}.btn-outline.light{border-color:rgba(255,255,255,.55);color:#fff}.btn-dark{background:#111;color:#fff;border-color:#111}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:28px;height:3px;background:#fff;margin:5px 0;border-radius:999px}
.hero{background:radial-gradient(circle at 75% 30%,rgba(255,196,0,.20),transparent 28%),radial-gradient(circle at 65% 60%,rgba(255,30,154,.18),transparent 25%),linear-gradient(105deg,#050507 0 57%,#111 57% 100%);color:#fff;overflow:hidden}.hero-grid{min-height:680px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:44px;padding:70px 0}.eyebrow{display:inline-block;color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px;margin-bottom:14px}.hero h1{font-size:clamp(44px,6vw,84px);line-height:.94;margin:0 0 22px;text-transform:uppercase;letter-spacing:-.045em}.hero h1 strong{color:var(--yellow);display:block}.hero p{font-size:clamp(18px,2vw,23px);color:#e9e9e9;max-width:620px;margin:0 0 28px}.hero-points{display:flex;gap:24px;margin:28px 0;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);padding:18px 0;flex-wrap:wrap}.hero-points div{min-width:130px}.hero-points b{display:block;text-transform:uppercase;color:#fff}.hero-points small{color:#cfcfcf}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.whats-inline{display:inline-flex;align-items:center;gap:10px;color:#fff;margin-top:4px;font-size:18px}.whats-inline span{background:#13c95a;color:#fff;width:32px;height:32px;border-radius:999px;display:grid;place-items:center}.hero-media{position:relative;isolation:isolate}.hero-media::before{content:"";position:absolute;inset:10%;border-radius:50%;background:linear-gradient(90deg,var(--cyan),var(--pink),var(--yellow));filter:blur(60px);opacity:.28;z-index:-1}.hero-media img{border-radius:30px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08)}
.section{padding:72px 0}.section-heading h2,.why-title h2,.portfolio-top h2{font-size:clamp(32px,4.2vw,54px);line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}.section-heading p,.why-title p{color:var(--muted);font-size:18px;margin:0}.center{text-align:center}.mt{margin-top:34px}.products{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:34px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s,border-color .2s}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(0,0,0,.12);border-color:var(--yellow)}.product-card figure{margin:0;aspect-ratio:1.5/1;overflow:hidden;background:#f4f4f4}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover img{transform:scale(1.05)}.product-card__body{padding:18px}.product-card h3{font-size:17px;margin:0 0 8px;text-transform:uppercase}.product-card p{margin:0 0 12px;color:#555;font-size:14px}.product-card span{font-weight:900;color:#111}
.why{background:#f6f6f6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.why-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:start}.why-title strong{color:var(--yellow)}.why-items{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd;border-radius:var(--radius);overflow:hidden}.why-items article{background:#f6f6f6;padding:28px;text-align:center}.icon{font-size:42px;display:block;margin-bottom:14px}.why-items h3{text-transform:uppercase;margin:0 0 8px}.why-items p{margin:0;color:#555;font-size:15px}
.portfolio{background:#0a0a0d;color:#fff;overflow:hidden}.portfolio-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.portfolio-top strong{color:var(--yellow)}.portfolio-top a{font-weight:900;color:#fff}.portfolio-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.portfolio-card{position:relative;overflow:hidden;border-radius:18px;min-height:170px;background:#111;box-shadow:0 18px 50px rgba(0,0,0,.3)}.portfolio-card img{width:100%;height:100%;object-fit:cover;aspect-ratio:1.7/1;filter:saturate(1.05)}.portfolio-card span{position:absolute;left:14px;bottom:14px;background:rgba(0,0,0,.65);padding:8px 12px;border-radius:999px;font-weight:900}
.steps{background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.steps-grid article{padding:28px;border:1px solid var(--line);border-radius:var(--radius);text-align:center}.steps-grid b{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--yellow);margin-bottom:10px}.steps-grid h3{text-transform:uppercase;margin:8px 0}.steps-grid p{color:#555;margin:0}
.cta-band{background:radial-gradient(circle at 15% 50%,rgba(0,191,255,.2),transparent 22%),radial-gradient(circle at 88% 40%,rgba(255,196,0,.2),transparent 22%),#050507;color:#fff;padding:54px 0}.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-grid h2{font-size:clamp(30px,3.4vw,48px);margin:0 0 8px}.cta-grid p{margin:0;color:#e5e5e5;font-size:18px}.contact-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{background:#0b0b0f;color:#d8d8d8;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer-logo{width:210px;margin-bottom:10px}.site-footer h3{color:#fff;text-transform:uppercase;font-size:15px}.site-footer a{display:block;color:#d8d8d8;margin:7px 0}.site-footer a:hover{color:var(--yellow)}
.float-whatsapp{position:fixed;right:22px;bottom:22px;z-index:80;width:62px;height:62px;border-radius:999px;background:#16c760;color:white;display:grid;place-items:center;font-size:32px;box-shadow:0 16px 35px rgba(22,199,96,.42)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.portfolio-strip{grid-template-columns:repeat(3,1fr)}.why-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.header-inner{min-height:74px}.brand img{width:145px}.menu-toggle{display:block}.main-nav{position:fixed;top:74px;left:0;right:0;background:#050507;display:none;flex-direction:column;gap:0;padding:16px 20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.main-nav.open{display:flex}.main-nav a{padding:14px 0;width:100%;border-bottom:1px solid rgba(255,255,255,.08)}.header-cta{display:none}.hero{background:#050507}.hero-grid{grid-template-columns:1fr;min-height:unset;padding:48px 0}.hero-media{order:-1}.hero-media img{border-radius:22px}.hero-points{gap:12px}.hero-points div{min-width:calc(50% - 12px)}.product-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.cta-grid{display:block}.contact-actions{justify-content:flex-start;margin-top:22px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.container{width:min(100% - 26px,var(--container))}.hero h1{font-size:44px}.product-grid,.portfolio-strip,.why-items,.steps-grid,.footer-grid{grid-template-columns:1fr}.hero-actions .btn,.contact-actions .btn{width:100%}.section{padding:52px 0}.float-whatsapp{width:54px;height:54px;right:16px;bottom:16px}}


/* Fixes v2 */
.brand{display:flex;align-items:center}.brand img{width:220px;max-height:76px;object-fit:contain;background:transparent;mix-blend-mode:screen}
.footer-logo{width:230px;max-width:100%;background:transparent;mix-blend-mode:screen}
.hero-media{display:flex;justify-content:center;align-items:center}.hero-media img{width:100%;max-width:640px;object-fit:contain;background:transparent}.portfolio-top{align-items:center}.site-footer .container{position:relative}
@media(max-width:860px){.brand img{width:170px;max-height:64px}.hero-media img{max-width:100%}}


/* Ajuste visual v3 - topo igual ao modelo aprovado */
body{background:#fff}
.site-header{
  background:#070708 !important;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:none;
}
.header-inner{
  min-height:74px !important;
  max-width:1200px;
}
.brand img{
  width:185px !important;
  max-height:64px !important;
  object-fit:contain;
  mix-blend-mode:normal !important;
  filter:none;
}
.main-nav{
  font-size:13px !important;
  gap:30px !important;
}
.main-nav a{color:#fff}
.main-nav a:first-child{color:var(--yellow)}
.main-nav a:first-child::after{width:100%}
.header-cta{
  min-width:210px;
  padding:11px 20px !important;
  flex-direction:column;
  line-height:1.05;
  gap:2px;
  border-radius:10px !important;
  box-shadow:0 12px 35px rgba(255,196,0,.24) !important;
}
.header-cta span{display:block;font-size:15px}
.header-cta small{display:block;font-size:10px;text-transform:none;letter-spacing:0;color:#161616;font-weight:800}

.hero{
  margin-top:0;
  background:
    radial-gradient(circle at 78% 42%, rgba(255,196,0,.18), transparent 34%),
    linear-gradient(110deg,#050506 0 59%,#0b0b0d 59% 100%) !important;
  min-height:0;
}
.hero-grid{
  min-height:390px !important;
  padding:34px 0 30px !important;
  gap:30px !important;
  grid-template-columns: 0.92fr 1.08fr !important;
}
.hero-copy{padding-top:0}
.hero .eyebrow{
  font-size:12px !important;
  letter-spacing:.22em !important;
  margin-bottom:14px !important;
  color:#ffd21a !important;
}
.hero h1{
  font-size:clamp(42px,5.2vw,72px) !important;
  line-height:.92 !important;
  margin-bottom:16px !important;
  max-width:650px;
}
.hero h1 span,.hero h1 strong{display:block}
.hero h1 strong{color:var(--yellow)}
.hero p{
  max-width:520px !important;
  font-size:17px !important;
  line-height:1.35 !important;
  margin-bottom:16px !important;
  color:#fff !important;
}
.hero-points{
  border-top:0 !important;
  border-bottom:0 !important;
  padding:0 !important;
  margin:18px 0 22px !important;
  gap:28px !important;
}
.hero-points div{
  min-width:auto !important;
  display:grid;
  grid-template-columns:34px auto;
  column-gap:10px;
  align-items:center;
  position:relative;
}
.hero-points div::before{
  content:"";
  width:28px;height:28px;
  border-radius:50%;
  border:2px solid var(--yellow);
  background:
    radial-gradient(circle at 50% 50%, transparent 0 38%, var(--yellow) 39% 42%, transparent 43%),
    linear-gradient(var(--yellow),var(--yellow)) center/13px 2px no-repeat;
}
.hero-points b{font-size:13px;line-height:1.05}
.hero-points small{font-size:12px;color:#f0f0f0}
.hero-actions{margin:0 0 18px !important}
.hero-actions .btn{
  padding:13px 22px !important;
  min-width:190px;
}
.hero-actions .btn-outline{
  border-color:rgba(255,255,255,.75);
}
.whats-inline{
  font-size:15px !important;
  font-weight:700;
}
.whats-inline span{
  width:30px;height:30px;
}
.hero-media{
  justify-content:flex-end !important;
  min-height:300px;
}
.hero-media::before{
  inset:8% 0 0 20%;
  filter:blur(55px);
  opacity:.20;
}
.hero-media img{
  width:100%;
  max-width:620px !important;
  border-radius:0 !important;
  box-shadow:none !important;
  border:0 !important;
  background:transparent !important;
}

/* remove aparencia de quadrado no rodapé também */
.footer-logo{
  mix-blend-mode:normal !important;
  width:230px !important;
}

@media(max-width:960px){
  .hero-grid{
    grid-template-columns:1fr !important;
    padding:30px 0 42px !important;
  }
  .hero-media{
    order:-1;
    justify-content:center !important;
    min-height:auto;
  }
  .hero-media img{max-width:520px !important}
}
@media(max-width:860px){
  .header-inner{min-height:72px !important}
  .brand img{width:155px !important;max-height:58px !important}
  .hero h1{font-size:44px !important}
  .hero-points{gap:16px !important}
  .hero-points div{grid-template-columns:30px auto}
}
@media(max-width:560px){
  .hero .eyebrow{font-size:10px !important;letter-spacing:.13em !important}
  .hero h1{font-size:38px !important}
  .hero p{font-size:16px !important}
  .hero-points{display:grid;grid-template-columns:1fr 1fr;gap:12px !important}
  .hero-actions .btn{min-width:0;width:100%}
}


/* ===== V5 - TOPO REFEITO COMO SOLICITADO ===== */
.hero-v5{
  background:
    radial-gradient(circle at 78% 42%, rgba(255,196,0,.14), transparent 34%),
    linear-gradient(110deg,#050506 0 59%,#0b0b0d 59% 100%) !important;
  color:#fff;
  overflow:hidden;
}
.hero-v5 .hero-grid{
  min-height:430px !important;
  padding:34px 0 34px !important;
  grid-template-columns: 0.86fr 1.14fr !important;
  gap:34px !important;
  align-items:center !important;
}
.hero-v5 .eyebrow{
  text-transform:uppercase !important;
  font-size:12px !important;
  line-height:1.35 !important;
  letter-spacing:.24em !important;
  color:#ffd21a !important;
  margin-bottom:14px !important;
}
.hero-v5 h1{
  text-transform:uppercase !important;
  font-size:clamp(42px,5.4vw,76px) !important;
  line-height:.92 !important;
  letter-spacing:-.045em !important;
  margin:0 0 16px !important;
  max-width:650px !important;
}
.hero-v5 h1 span,
.hero-v5 h1 strong{
  display:block !important;
}
.hero-v5 h1 strong{
  color:var(--yellow) !important;
}
.hero-v5 p{
  font-size:17px !important;
  line-height:1.4 !important;
  max-width:560px !important;
  color:#fff !important;
  margin:0 0 16px !important;
}
.hero-points-v5{
  display:flex !important;
  align-items:center !important;
  gap:26px !important;
  margin:16px 0 24px !important;
  padding:0 !important;
  border:0 !important;
  flex-wrap:wrap !important;
}
.hero-points-v5 div{
  min-width:auto !important;
  display:grid !important;
  grid-template-columns:34px auto !important;
  column-gap:10px !important;
  align-items:center !important;
}
.hero-points-v5 div::before{
  content:"" !important;
  display:block !important;
  width:28px !important;
  height:28px !important;
  border-radius:999px !important;
  border:2px solid var(--yellow) !important;
  background:
    radial-gradient(circle, transparent 0 42%, var(--yellow) 44% 49%, transparent 50%),
    linear-gradient(var(--yellow),var(--yellow)) center/13px 2px no-repeat !important;
}
.hero-points-v5 b,
.hero-points-v5 small{
  text-transform:uppercase !important;
}
.hero-points-v5 b{
  display:block !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1.05 !important;
}
.hero-points-v5 small{
  display:block !important;
  color:#f0f0f0 !important;
  font-size:12px !important;
  line-height:1.1 !important;
}
.hero-v5 .hero-actions{
  margin:0 0 18px !important;
}
.hero-v5 .hero-actions .btn{
  padding:13px 22px !important;
  min-width:190px !important;
}
.hero-products-showcase{
  position:relative;
  min-height:315px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  isolation:isolate;
}
.hero-products-showcase::before{
  content:"";
  position:absolute;
  inset:10% 0 0 10%;
  border-radius:50%;
  background:linear-gradient(90deg,var(--cyan),var(--pink),var(--yellow));
  filter:blur(70px);
  opacity:.18;
  z-index:-1;
}
.hero-products-showcase img{
  display:block;
  width:100%;
  max-width:680px;
  height:auto;
  object-fit:contain;
  background:transparent;
  border:0;
  box-shadow:none;
}
@media(max-width:980px){
  .hero-v5 .hero-grid{
    grid-template-columns:1fr !important;
    padding:28px 0 42px !important;
  }
  .hero-products-showcase{
    order:-1;
    justify-content:center;
    min-height:auto;
  }
  .hero-products-showcase img{
    max-width:620px;
  }
}
@media(max-width:560px){
  .hero-v5 h1{font-size:38px !important;}
  .hero-v5 .eyebrow{font-size:10px !important;letter-spacing:.13em !important;}
  .hero-points-v5{display:grid !important;grid-template-columns:1fr 1fr;gap:12px !important;}
  .hero-v5 .hero-actions .btn{width:100%;min-width:0 !important;}
}

/* ===== HOME SLIDER COM LOGO APLICADO NOS PRODUTOS ===== */
.hero-slider{
  position:relative;
  background:#050506;
  color:#fff;
  overflow:hidden;
}
.hero-slider__frame{
  position:relative;
  min-height:560px;
  overflow:hidden;
  background:#050506;
}
.hero-slide{
  position:absolute;
  inset:0;
  display:grid;
  opacity:0;
  visibility:hidden;
  background:#050506;
  transition:opacity .42s ease, visibility .42s ease;
}
.hero-slide::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg, rgba(5,5,6,.97) 0%, rgba(5,5,6,.88) 33%, rgba(5,5,6,.20) 68%, rgba(5,5,6,.10) 100%);
  pointer-events:none;
}
.hero-slide__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  z-index:0;
}
.hero-slide.is-active{
  opacity:1;
  visibility:visible;
  z-index:1;
}
.hero-slide__inner{
  min-height:560px;
  display:flex;
  align-items:center;
  padding:62px 0 74px;
}
.hero-slider .hero-copy{
  width:min(560px, 52vw);
  position:relative;
  z-index:2;
}
.hero-slider .eyebrow{
  font-size:12px !important;
  line-height:1.35 !important;
  letter-spacing:.18em !important;
  color:#ffd21a !important;
  margin-bottom:14px !important;
}
.hero-slider h1{
  text-transform:uppercase;
  font-size:clamp(42px,5.4vw,76px);
  line-height:.92;
  letter-spacing:-.045em;
  margin:0 0 16px;
}
.hero-slider h1 span,
.hero-slider h1 strong{
  display:block;
}
.hero-slider h1 strong{
  color:var(--yellow);
}
.hero-slider p{
  font-size:17px;
  line-height:1.4;
  max-width:540px;
  color:#fff;
  margin:0 0 16px;
}
.hero-slider__arrow{
  position:absolute;
  top:50%;
  z-index:5;
  width:46px;
  height:46px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  font-size:38px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  transform:translateY(-50%);
  transition:background .2s, border-color .2s, color .2s;
}
.hero-slider__arrow:hover,
.hero-slider__arrow:focus-visible{
  background:transparent;
  color:var(--yellow);
  outline:0;
}
.hero-slider__arrow--prev{left:18px}
.hero-slider__arrow--next{right:18px}
.hero-slider__dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:24px;
  display:flex;
  gap:10px;
  transform:translateX(-50%);
}
.hero-slider__dot{
  width:11px;
  height:11px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:999px;
  background:rgba(255,255,255,.16);
  padding:0;
  cursor:pointer;
}
.hero-slider__dot.is-active{
  width:34px;
  border-color:var(--yellow);
  background:var(--yellow);
}
@media(max-width:860px){
  .hero-slider__frame,
  .hero-slide__inner{
    min-height:720px;
  }
  .hero-slide{
    background:#050506;
  }
  .hero-slide::after{
    background:linear-gradient(180deg, rgba(5,5,6,.98) 0%, rgba(5,5,6,.82) 48%, rgba(5,5,6,.18) 100%);
  }
  .hero-slide__image{
    height:56%;
    top:auto;
    object-fit:cover;
    object-position:68% bottom;
  }
  .hero-slide__inner{
    align-items:flex-start;
    padding:44px 0 300px;
  }
  .hero-slider .hero-copy{
    width:100%;
  }
  .hero-slider h1{
    font-size:44px;
  }
  .hero-slider__arrow{
    top:auto;
    bottom:18px;
    transform:none;
  }
  .hero-slider__arrow--prev{left:18px}
  .hero-slider__arrow--next{right:18px}
}
@media(max-width:560px){
  .hero-slider__frame,
  .hero-slide__inner{
    min-height:690px;
  }
  .hero-slide{
    background:#050506;
  }
  .hero-slide::after{
    background:linear-gradient(180deg, rgba(5,5,6,.99) 0%, rgba(5,5,6,.84) 54%, rgba(5,5,6,.20) 100%);
  }
  .hero-slide__image{
    height:48%;
    object-position:70% bottom;
  }
  .hero-slide__inner{
    padding:34px 0 270px;
  }
  .hero-slider .eyebrow{
    font-size:10px !important;
    letter-spacing:.12em !important;
  }
  .hero-slider h1{
    font-size:38px;
  }
  .hero-slider p{
    font-size:16px;
  }
}

/* Ajustes finos do slider: respiro no topo, icones e aviso legal */
.hero-slider .hero-copy{
  padding-top:34px;
}
.hero-slider .whats-inline{
  margin-top:18px;
  margin-bottom:72px;
  font-weight:900;
}
.hero-slider .hero-points-v5{
  gap:22px !important;
  margin:18px 0 24px !important;
}
.hero-slider .hero-points-v5 div{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  min-width:auto !important;
}
.hero-slider .hero-points-v5 div::before{
  width:28px !important;
  height:28px !important;
  flex:0 0 28px !important;
  border-radius:999px !important;
  border:2px solid var(--yellow) !important;
  background-color:rgba(255,196,0,.08) !important;
  background-repeat:no-repeat !important;
}
.hero-slider .hero-points-v5 b,
.hero-slider .hero-points-v5 small{
  display:inline !important;
  text-transform:uppercase !important;
  line-height:1 !important;
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}
.hero-slider .hero-points-v5 b{
  font-size:14px !important;
  color:#fff !important;
}
.hero-slider .hero-points-v5 small{
  margin-left:5px !important;
  font-size:14px !important;
  color:#fff !important;
}
.hero-slider .point-quality::before{background:linear-gradient(135deg, transparent 45%, var(--yellow) 46% 55%, transparent 56%) center/18px 18px no-repeat,linear-gradient(var(--yellow),var(--yellow)) 50% 64%/16px 3px no-repeat !important}
.hero-slider .point-speed::before{background:linear-gradient(var(--yellow),var(--yellow)) 42% 50%/16px 3px no-repeat,linear-gradient(135deg, transparent 56%, var(--yellow) 57% 66%, transparent 67%) center/18px 18px no-repeat !important}
.hero-slider .point-price::before{background:radial-gradient(circle, transparent 0 34%, var(--yellow) 36% 45%, transparent 47%),linear-gradient(var(--yellow),var(--yellow)) center/3px 16px no-repeat !important}
.hero-slider .point-colors::before{background:radial-gradient(circle at 38% 42%, #00bfff 0 13%, transparent 14%),radial-gradient(circle at 59% 42%, #ff1e9a 0 13%, transparent 14%),radial-gradient(circle at 49% 62%, var(--yellow) 0 13%, transparent 14%) !important}
.hero-slider .point-finish::before{background:linear-gradient(45deg, transparent 45%, var(--yellow) 46% 56%, transparent 57%),linear-gradient(-45deg, transparent 45%, var(--yellow) 46% 56%, transparent 57%) !important}
.hero-slider .point-delivery::before{background:linear-gradient(var(--yellow),var(--yellow)) 45% 42%/16px 3px no-repeat,linear-gradient(var(--yellow),var(--yellow)) 56% 58%/18px 3px no-repeat,radial-gradient(circle at 33% 69%, var(--yellow) 0 9%, transparent 10%),radial-gradient(circle at 68% 69%, var(--yellow) 0 9%, transparent 10%) !important}
.hero-slider .point-layout::before{background:linear-gradient(var(--yellow),var(--yellow)) 50% 32%/16px 3px no-repeat,linear-gradient(var(--yellow),var(--yellow)) 50% 50%/16px 3px no-repeat,linear-gradient(var(--yellow),var(--yellow)) 50% 68%/16px 3px no-repeat !important}
.hero-slider .point-products::before{background:linear-gradient(var(--yellow),var(--yellow)) 39% 42%/10px 10px no-repeat,linear-gradient(var(--yellow),var(--yellow)) 63% 42%/10px 10px no-repeat,linear-gradient(var(--yellow),var(--yellow)) 51% 65%/10px 10px no-repeat !important}
.hero-slider .point-service::before{background:radial-gradient(circle at 50% 38%, transparent 0 18%, var(--yellow) 20% 29%, transparent 31%),linear-gradient(var(--yellow),var(--yellow)) 50% 67%/18px 3px no-repeat !important}
.hero-slider__note{
  position:absolute;
  right:24px;
  bottom:14px;
  z-index:6;
  color:rgba(255,255,255,.64);
  font-size:11px;
  line-height:1;
}
.hero-slider__dots{
  bottom:28px;
}
@media(max-width:860px){
  .hero-slider .hero-copy{padding-top:18px}
  .hero-slider .whats-inline{margin-bottom:82px}
  .hero-slider .hero-points-v5 b,
  .hero-slider .hero-points-v5 small{font-size:13px !important}
}
@media(max-width:560px){
  .hero-slider .hero-points-v5{
    grid-template-columns:1fr !important;
  }
  .hero-slider__note{
    right:14px;
    bottom:12px;
    font-size:10px;
  }
  .hero-slider .whats-inline{margin-bottom:92px}
  .hero-slider .hero-points-v5 b,
  .hero-slider .hero-points-v5 small{font-size:12px !important}
}

/* Desktop: evita corte do titulo e do WhatsApp no rodape do banner */
@media(min-width:861px){
  .hero-slider__frame,
  .hero-slide__inner{
    min-height:690px !important;
  }
  .hero-slide__inner{
    align-items:flex-start !important;
    padding:104px 0 130px !important;
  }
  .hero-slider .hero-copy{
    padding-top:0 !important;
  }
  .hero-slider .whats-inline{
    margin-bottom:0 !important;
  }
  .hero-slider__dots{
    bottom:34px !important;
  }
  .hero-slider__note{
    bottom:18px !important;
  }
}

/* Icons sociais e etapas */
.btn-social{
  width:58px;
  min-width:58px;
  min-height:52px;
  padding:12px !important;
}
.social-icon{
  position:relative;
  display:inline-block;
  width:24px;
  height:24px;
  flex:0 0 24px;
}
.social-icon--whatsapp{
  border:3px solid #050507;
  border-radius:50%;
}
.btn-outline .social-icon--whatsapp,
.footer-social .social-icon--whatsapp{
  border-color:var(--yellow);
}
.social-icon--whatsapp::before{
  content:"";
  position:absolute;
  left:5px;
  bottom:-5px;
  width:8px;
  height:8px;
  background:inherit;
  border-left:3px solid currentColor;
  border-bottom:3px solid currentColor;
  transform:rotate(-18deg);
}
.social-icon--whatsapp::after{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  width:8px;
  height:8px;
  border-left:3px solid currentColor;
  border-bottom:3px solid currentColor;
  transform:rotate(-42deg);
}
.social-icon--instagram{
  border:3px solid currentColor;
  border-radius:8px;
}
.social-icon--instagram::before{
  content:"";
  position:absolute;
  left:5px;
  top:5px;
  width:8px;
  height:8px;
  border:3px solid currentColor;
  border-radius:50%;
}
.social-icon--instagram::after{
  content:"";
  position:absolute;
  right:3px;
  top:3px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
}
.btn-social.btn-yellow{color:#050507}
.btn-social.btn-outline{color:var(--yellow)}
.footer-social{
  display:flex !important;
  align-items:center;
  gap:9px;
}
.footer-social .social-icon{
  width:19px;
  height:19px;
  color:var(--yellow);
}
.footer-social .social-icon--whatsapp,
.footer-social .social-icon--instagram{
  border-width:2px;
  border-color:var(--yellow);
}
.footer-social .social-icon--instagram::before{border-width:2px;width:6px;height:6px}
.footer-social .social-icon--whatsapp::after{border-width:2px;width:6px;height:6px}
.footer-social .social-icon--whatsapp::before{border-width:2px;width:6px;height:6px}
.step-icon{
  display:block;
  width:42px;
  height:42px;
  margin:16px auto 0;
  border:2px solid var(--yellow);
  border-radius:12px;
  position:relative;
  background:rgba(255,196,0,.08);
}
.step-icon--request::before{
  content:"";
  position:absolute;
  left:10px;
  top:12px;
  width:18px;
  height:12px;
  border:2px solid #111;
  border-radius:3px;
  box-shadow:8px 8px 0 -2px var(--yellow);
}
.step-icon--quote::before{
  content:"";
  position:absolute;
  left:11px;
  top:8px;
  width:16px;
  height:22px;
  border:2px solid #111;
  border-radius:3px;
  background:linear-gradient(#111,#111) 50% 38%/10px 2px no-repeat,linear-gradient(#111,#111) 50% 58%/10px 2px no-repeat;
}
.step-icon--print::before{
  content:"";
  position:absolute;
  left:9px;
  top:12px;
  width:20px;
  height:14px;
  border:2px solid #111;
  border-radius:3px;
  background:linear-gradient(var(--yellow),var(--yellow)) center bottom/16px 4px no-repeat;
}
.step-icon--delivery::before{
  content:"";
  position:absolute;
  left:8px;
  top:13px;
  width:22px;
  height:12px;
  border:2px solid #111;
  border-radius:3px;
}
.step-icon--delivery::after{
  content:"";
  position:absolute;
  left:10px;
  bottom:7px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#111;
  box-shadow:17px 0 0 #111;
}
@media(max-width:560px){
  .contact-actions .btn-social{
    width:100%;
  }
}
