*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#040a12;
  --bg-soft:#09111a;
  --panel:#0c1520;
  --panel-2:#101b28;
  --line:rgba(255,255,255,.08);
  --text:#ffffff;
  --muted:#94a4b8;
  --accent:#0b1f3a;
  --accent-2:#153c7a;
  --navy:#08111a;
  --navy-soft:#0d1722;
  --shadow:0 18px 60px rgba(0,0,0,.38);
  --theme-rgb:21,60,122;
  --theme-soft:#d8e7ff;
  --bottom-1:#0b1f3a;
  --bottom-2:#081426;
}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,var(--site-bg,#03070d),var(--site-bg-2,#050b12));color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.wrap{width:min(1180px,calc(100% - 34px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:var(--topbar-bg,rgba(4,10,18,.95));border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(14px)}
.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand,.footer-brand{display:flex;align-items:center;gap:10px}
.brand-logo-mark{width:46px;height:46px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffffff 0,#d9dee6 18%,#141b24 22%,#111922 60%,#0a1017 100%);display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 0 2px rgba(29,99,215,.35)}
.brand-logo-mark.small{width:40px;height:40px}
.brand-logo-mark span{font-weight:900;color:var(--accent);font-size:15px;letter-spacing:-.04em}
.brand-text strong{display:block;font-size:15px;font-weight:900;line-height:1}
.brand-text small{display:block;font-size:9px;letter-spacing:.24em;color:var(--accent);font-weight:800;margin-top:3px}
.menu{display:flex;gap:26px}
.menu a{font-size:11px;font-weight:700;letter-spacing:.15em;color:#a9b4c0}
.menu a:hover{color:#fff}
.actions{display:flex;align-items:center;gap:10px}
.btn{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 18px;border-radius:8px;font-weight:800;transition:.22s ease}
.btn:hover{transform:translateY(-1px)}
.btn-cta{background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#fff;box-shadow:0 10px 30px rgba(var(--theme-rgb),.22)}
.btn-dark{background:#111a24;color:#fff;border:1px solid rgba(255,255,255,.09)}
.btn-dark-light{background:#16202b;color:#fff;border:1px solid rgba(255,255,255,.1)}
.btn-small{padding:10px 16px;font-size:13px}
.hero-ref{position:relative;overflow:hidden;background:linear-gradient(180deg,#070d14 0%,#0a1118 100%)}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(var(--theme-rgb),.18),transparent 32%),linear-gradient(90deg,rgba(3,7,13,.86),rgba(3,7,13,.68));pointer-events:none}
.hero-lines{position:absolute;inset:0;background:repeating-linear-gradient(125deg,rgba(var(--theme-rgb),.16) 0 3px,transparent 3px 18px);opacity:.45;mix-blend-mode:screen;pointer-events:none}
.hero-layout{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center;padding:48px 0 42px;z-index:1}
.eyebrow-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(var(--theme-rgb),.14);border:1px solid rgba(var(--theme-rgb),.22);font-size:10px;letter-spacing:.14em;font-weight:800;color:#d8e7ff}
.hero-copy h1{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:clamp(42px,6vw,78px);line-height:.9;letter-spacing:-.02em;margin:18px 0 16px;max-width:560px}
.hero-copy h1 span{color:var(--accent)}
.hero-copy p{max-width:540px;color:#aeb9c5;font-size:15px;line-height:1.7}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-badges{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px}
.hero-badges span{display:inline-flex;align-items:center;gap:7px;color:#d5dce4;font-size:12px}
.hero-badges i{color:var(--accent)}
.hero-visual{display:flex;justify-content:center}
.hero-visual-frame{width:min(100%,500px);background:#050b12;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}
.hero-visual-frame img{width:100%;height:390px;object-fit:cover;border-radius:8px;filter:saturate(.85) contrast(1.05)}
.metrics-strip{background:#09121c;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}
.metrics-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.metric-item{padding:22px 12px;text-align:center;position:relative}
.metric-item:not(:last-child)::after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:44px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.09),transparent)}
.metric-item b{display:block;color:var(--accent);font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:clamp(36px,4vw,58px);line-height:1}
.metric-item span{display:block;font-size:10px;letter-spacing:.2em;color:#d8e0e8;margin-top:6px}
.section{padding:78px 0}.section-tight{padding-top:62px}.section-intro{margin-bottom:28px}.center-intro{text-align:center}.eyebrow{font-size:10px;letter-spacing:.28em;color:var(--accent);font-weight:800;margin-bottom:12px}.section-title{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:clamp(34px,4vw,56px);line-height:.95}.section-title.align-left{text-align:left}.section-subtitle{max-width:620px;color:var(--muted);font-size:13px;line-height:1.7;margin:10px auto 0}.section-subtitle.align-left{margin-left:0}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{background:linear-gradient(180deg,#0c1520,#0b141e);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:18px;min-height:122px;box-shadow:0 10px 25px rgba(0,0,0,.15)}.service-icon{width:30px;height:30px;border-radius:6px;background:linear-gradient(180deg,var(--accent),var(--accent-2));display:grid;place-items:center;color:#fff;font-size:13px;margin-bottom:16px}.service-card h3{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:24px;line-height:1;margin-bottom:8px}.service-card p{font-size:12px;line-height:1.6;color:#9aa8b8}
.section-action-center{text-align:center;padding-top:18px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.part-card{background:#0b131c;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-height:330px}.part-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.16)}.part-img{height:220px;background:#050b12;position:relative;border-bottom:1px solid rgba(255,255,255,.05)}.part-img img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;left:12px;top:10px;font-size:10px;letter-spacing:.12em;font-weight:800;background:rgba(29,99,215,.92);padding:6px 8px;border-radius:999px}.part-body{display:flex;flex-direction:column;gap:8px;padding:14px 14px 16px;flex:1}.part-body h3{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:22px;line-height:1}.part-body p{font-size:12px;color:#90a1b4;line-height:1.55}.part-meta{display:grid;gap:3px;font-size:11px;color:#cfd8e2}.part-meta span strong{color:var(--accent);font-weight:700}.price{display:flex;gap:8px;align-items:baseline}.old{font-size:12px;color:#77869a;text-decoration:line-through}.new{font-size:18px;color:#fff;font-weight:800}.btn-card{width:100%;margin-top:auto;background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;border-radius:6px;padding:10px 12px;font-size:12px;font-weight:800;border:0;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.section-about{background:linear-gradient(180deg,#09121b,#0a131d);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.about-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:36px;align-items:center}.about-image-block{position:relative}.about-main-image{width:100%;height:290px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.about-experience-badge{position:absolute;right:14px;bottom:-16px;background:linear-gradient(180deg,#141d28,#0d1520);border:1px solid rgba(29,99,215,.35);border-radius:10px;padding:14px 16px;text-align:center;box-shadow:var(--shadow)}.about-experience-badge strong{display:block;font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:36px;line-height:1;color:var(--accent)}.about-experience-badge span{display:block;font-size:10px;letter-spacing:.18em;color:#d0dae5}.about-copy .section-subtitle{margin-top:12px}.about-checks{display:grid;gap:11px;margin:16px 0 20px}.about-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#d9e3ed}.about-check::before{content:'•';color:var(--accent);font-size:18px;line-height:1;margin-top:-1px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-card{background:#0b131c;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:18px}.step-card b{display:block;font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:34px;color:var(--accent);line-height:1}.step-card h3{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:22px;line-height:1;margin:10px 0 8px}.step-card p{font-size:12px;line-height:1.6;color:#93a3b6}
.cta-band{position:relative;background:linear-gradient(90deg,rgba(7,10,15,.9),rgba(8,20,38,.82));padding:64px 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);overflow:hidden}.cta-overlay{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80') center/cover;opacity:.12}.cta-band-content{position:relative;text-align:center}.cta-band h2{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:clamp(36px,4vw,56px);line-height:.95}.cta-band h2 span{color:var(--accent)}.cta-band p{max-width:560px;margin:8px auto 18px;color:#b1bfcd;font-size:13px;line-height:1.7}
.brands-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.brand-chip{display:flex;align-items:center;justify-content:center;min-height:42px;background:#0d1620;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-size:11px;font-weight:800;color:#dbe3eb;text-align:center;padding:8px}
.section-testimonials{background:#07101a;border-top:1px solid rgba(255,255,255,.04)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quote{background:#0d1620;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:18px;min-height:170px}.quote-stars{color:var(--accent);display:flex;gap:2px;font-size:11px;margin-bottom:12px}.quote p{font-size:12px;line-height:1.7;color:#adb9c6}.quote b{display:block;margin-top:18px;color:#fff;font-size:12px}.quote small{display:block;color:#8e9caf;margin-top:4px;font-size:11px}
.section-faq{padding-bottom:92px}.faq-wrap{max-width:760px}.faq-item{background:#0d1620;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden}.faq-item + .faq-item{margin-top:10px}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:transparent;border:0;color:#fff;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.faq-q b{color:var(--accent)}.faq-a{display:none;padding:0 16px 16px;color:#97a6b7;font-size:12px;line-height:1.7}.faq-item.open .faq-a{display:block}
.bottom-contact{background:linear-gradient(180deg,var(--accent-2),#081426);padding:58px 0}.bottom-contact-content{text-align:center}.bottom-contact-content h2{font-family:'Bebas Neue',Impact,Arial,sans-serif;font-size:clamp(34px,4vw,52px);line-height:.95}.bottom-contact-items{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin:14px 0 18px;color:#d8e7ff;font-size:12px}.bottom-contact-items span{display:inline-flex;align-items:center;gap:8px}
.site-footer{background:#09111a;padding:34px 0 18px}.footer-grid-ref{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:24px}.site-footer h4{font-size:11px;letter-spacing:.15em;color:#fff;margin-bottom:10px}.site-footer p,.site-footer li{list-style:none;color:#9ba8b8;font-size:12px;line-height:1.8}.footer-copy{border-top:1px solid rgba(255,255,255,.06);margin-top:20px;padding-top:14px;text-align:center;color:#7f8da0;font-size:11px}
.reveal{opacity:0;transform:translateY(14px);transition:.55s ease}.reveal.show{opacity:1;transform:none}
.empty{grid-column:1/-1;background:#0d1620;border:1px dashed rgba(255,255,255,.12);border-radius:8px;padding:28px;color:#91a0b0;text-align:center}
.filters,.catalog-hero,.admin-body,.admin-shell,.sidebar,.admin-main,.navbtn,.admin-section,.admin-section.active,.dash,.dash-card,.form-grid,.field,.panel,.table,.row,.thumb,.smallbtn,.danger,.login-page,.login-card,.log-list,.log-item,.hide{all:revert}
/* Re-apply admin styles after revert line */
.admin-body{background:#07111f;font-family:Inter,Arial,sans-serif;color:#fff}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#030812;border-right:1px solid rgba(255,255,255,.08);padding:22px;position:sticky;top:0;height:100vh}.admin-main{padding:26px}.navbtn{width:100%;justify-content:flex-start;margin:6px 0;background:transparent;border:1px solid transparent;box-shadow:none;color:#b8c8e4}.navbtn.active,.navbtn:hover{background:rgba(91,183,255,.09);border-color:rgba(255,255,255,.08)}.admin-section{display:none}.admin-section.active{display:block}.dash{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dash-card{background:rgba(11,31,58,.8);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:22px}.dash-card b{font-size:35px;color:#72c5ff}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.field{display:grid;gap:7px}.field label{font-size:12px;color:#9eb0ce;font-weight:900;text-transform:uppercase;letter-spacing:.08em}input,select,textarea{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#fff;padding:13px;outline:none}textarea{min-height:95px;resize:vertical}.panel{background:rgba(11,31,58,.72);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:20px;margin-bottom:18px}.table{display:grid;gap:10px}.row{display:grid;grid-template-columns:72px 1fr 130px 170px;gap:12px;align-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:10px}.thumb{width:72px;height:54px;object-fit:cover;border-radius:12px;background:#081426}.smallbtn{padding:9px 11px;border-radius:11px;font-size:12px}.danger{background:linear-gradient(135deg,#9f1239,#e11d48)}.login-page{min-height:100vh;display:grid;place-items:center;padding:22px}.login-card{width:min(430px,100%);background:rgba(11,31,58,.86);border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:28px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.log-list{display:grid;gap:10px;max-height:460px;overflow:auto}.log-item{padding:13px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);color:#dce9ff}.hide{display:none!important}
.catalog-hero{padding:58px 0 30px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.filter{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#dce9ff;padding:11px 15px;border-radius:999px;font-weight:900;cursor:pointer}.filter.active{background:linear-gradient(135deg,var(--accent-2),var(--accent));color:#fff}
@media(max-width:1080px){.hero-layout,.about-grid{grid-template-columns:1fr}.hero-visual{justify-content:flex-start}.product-grid,.services-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.brands-grid{grid-template-columns:repeat(4,1fr)}.footer-grid-ref{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.hero-copy h1{max-width:100%}}
@media(max-width:760px){.menu{display:none}.nav{min-height:68px}.metrics-strip-grid{grid-template-columns:repeat(2,1fr)}.metric-item:nth-child(2)::after{display:none}.product-grid,.services-grid,.steps-grid,.brands-grid{grid-template-columns:1fr 1fr}.footer-grid-ref{grid-template-columns:1fr}.bottom-contact-items{flex-direction:column;gap:10px}.actions .btn{padding:10px 12px;font-size:12px}}
@media(max-width:560px){.wrap{width:min(100% - 22px,1180px)}.hero-layout{padding:34px 0 32px}.hero-copy h1{font-size:48px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%}.metrics-strip-grid,.product-grid,.services-grid,.steps-grid,.brands-grid{grid-template-columns:1fr}.metric-item::after{display:none!important}.hero-visual-frame img{height:250px}.section{padding:62px 0}.about-main-image{height:220px}.about-experience-badge{right:10px;bottom:10px}.admin-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.form-grid{grid-template-columns:1fr}.row{grid-template-columns:56px 1fr}.row .row-actions{grid-column:1/-1}}


/* V10 - correção da imagem da seção Sobre */
.about-grid{align-items:center!important}
.about-image-block.about-image-visible{
  position:relative!important;
  min-height:340px!important;
  border-radius:10px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  box-shadow:var(--shadow)!important;
}
.about-main-image{
  width:100%!important;
  height:340px!important;
  min-height:340px!important;
  object-fit:cover!important;
  display:block!important;
  position:relative!important;
  z-index:1!important;
}
.about-image-overlay{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.10))!important;
  pointer-events:none!important;
  z-index:2!important;
}
.about-experience-badge{z-index:3!important}
.about-fallback-active .about-main-image{opacity:1!important}
@media(max-width:560px){
  .about-image-block.about-image-visible{min-height:240px!important}
  .about-main-image{height:240px!important;min-height:240px!important}
}


/* V11 - a imagem do SOBRE não depende mais do site.js/reveal */
.about-image-block.about-image-visible{
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
  display:block!important;
}
.about-image-block.about-image-visible .about-main-image{
  opacity:1!important;
  visibility:visible!important;
  display:block!important;
}


/* V12 - detalhes do site em azul marinho/azul premium */
:root{
  --accent:var(--accent)!important;
  --accent-2:var(--accent-2)!important;
}
.btn-cta{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  box-shadow:0 10px 30px rgba(var(--theme-rgb),.26)!important;
}
.eyebrow,
.brand-text small,
.hero-copy h1 span,
.metric-item b,
.step-card b,
.cta-band h2 span,
.quote-stars,
.faq-q b{
  color:var(--accent)!important;
}
.eyebrow-pill{
  background:rgba(var(--theme-rgb),.14)!important;
  border-color:rgba(var(--theme-rgb),.26)!important;
  color:#d8e7ff!important;
}
.hero-overlay{
  background:radial-gradient(circle at 15% 20%,rgba(var(--theme-rgb),.18),transparent 32%),linear-gradient(90deg,rgba(3,7,13,.86),rgba(3,7,13,.68))!important;
}
.hero-lines{
  background:repeating-linear-gradient(125deg,rgba(var(--theme-rgb),.16) 0 3px,transparent 3px 18px)!important;
}
.service-icon,
.btn-card,
.tag{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}
.about-experience-badge{
  border-color:rgba(29,99,215,.38)!important;
}
.about-experience-badge strong{
  color:var(--accent)!important;
}
.bottom-contact{
  background:linear-gradient(180deg,var(--accent-2),#081426)!important;
}
.brand-logo-mark{
  box-shadow:inset 0 0 0 2px rgba(var(--theme-rgb),.42)!important;
}
.brand-logo-mark span{
  color:var(--accent)!important;
}


/* V13 - botões Ver Catálogo no hero e abaixo do catálogo de peças */
.hero-top-catalog-btn{
  margin-top:14px;
  margin-bottom:2px;
}
.btn-catalog{
  background:linear-gradient(180deg,var(--accent-2),#081426)!important;
  color:#fff!important;
  border:1px solid rgba(90,167,255,.34)!important;
  box-shadow:0 12px 30px rgba(var(--theme-rgb),.22)!important;
}
.btn-catalog:hover{
  filter:brightness(1.12)!important;
  border-color:rgba(90,167,255,.58)!important;
}
.catalog-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
@media(max-width:560px){
  .hero-top-catalog-btn .btn-catalog,
  .catalog-actions .btn{
    width:100%;
  }
}


/* V14 - redução geral de espaçamentos para responsividade melhor */
.section{
  padding:54px 0!important;
}

.section-tight{
  padding-top:44px!important;
}

.section-intro{
  margin-bottom:20px!important;
}

.center-intro{
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.section-title{
  margin-bottom:0!important;
}

.section-subtitle{
  margin-top:8px!important;
  line-height:1.55!important;
}

.services-grid,
.product-grid,
.steps-grid,
.testimonials-grid{
  gap:12px!important;
}

.section-action-center{
  padding-top:12px!important;
}

#estoque.section{
  padding-top:48px!important;
  padding-bottom:50px!important;
}

#estoque .section-intro{
  margin-bottom:18px!important;
}

.hero-layout{
  padding-top:38px!important;
  padding-bottom:34px!important;
}

.hero-copy h1{
  margin-top:14px!important;
  margin-bottom:12px!important;
}

.hero-buttons{
  margin-top:18px!important;
}

.hero-badges{
  margin-top:16px!important;
}

.metrics-strip-grid .metric-item{
  padding-top:16px!important;
  padding-bottom:16px!important;
}

.about-grid{
  gap:28px!important;
}

.about-checks{
  margin-top:12px!important;
  margin-bottom:16px!important;
  gap:8px!important;
}

.cta-band{
  padding:48px 0!important;
}

.bottom-contact{
  padding:44px 0!important;
}

.site-footer{
  padding-top:28px!important;
}

/* Compactação específica para telas menores */
@media(max-width:1080px){
  .section{
    padding:46px 0!important;
  }

  .section-tight{
    padding-top:38px!important;
  }

  .hero-layout{
    gap:26px!important;
    padding-top:32px!important;
    padding-bottom:30px!important;
  }

  .about-grid{
    gap:24px!important;
  }
}

@media(max-width:760px){
  .section{
    padding:40px 0!important;
  }

  #estoque.section{
    padding-top:36px!important;
    padding-bottom:38px!important;
  }

  .section-intro{
    margin-bottom:16px!important;
  }

  .services-grid,
  .product-grid,
  .steps-grid,
  .testimonials-grid{
    gap:10px!important;
  }

  .metric-item{
    padding-top:14px!important;
    padding-bottom:14px!important;
  }

  .cta-band{
    padding:40px 0!important;
  }

  .bottom-contact{
    padding:38px 0!important;
  }
}

@media(max-width:560px){
  .section{
    padding:34px 0!important;
  }

  .section-tight{
    padding-top:32px!important;
  }

  .hero-layout{
    padding-top:28px!important;
    padding-bottom:26px!important;
  }

  .hero-copy h1{
    margin-top:12px!important;
    margin-bottom:10px!important;
  }

  .hero-buttons{
    margin-top:14px!important;
  }

  .hero-badges{
    margin-top:12px!important;
    gap:10px!important;
  }

  #estoque.section{
    padding-top:32px!important;
    padding-bottom:34px!important;
  }

  .section-subtitle{
    line-height:1.45!important;
  }
}


/* V15 - nome, telefone, botão flutuante WhatsApp e cores via painel */
.bottom-contact{
  background:linear-gradient(180deg,var(--bottom-1),var(--bottom-2))!important;
}

.btn-cta,
.service-icon,
.btn-card,
.tag{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

.eyebrow,
.brand-text small,
.hero-copy h1 span,
.metric-item b,
.step-card b,
.cta-band h2 span,
.quote-stars,
.faq-q b,
.about-experience-badge strong,
.brand-logo-mark span{
  color:var(--accent)!important;
}

.eyebrow-pill{
  background:rgba(var(--theme-rgb),.14)!important;
  border-color:rgba(var(--theme-rgb),.26)!important;
  color:var(--theme-soft)!important;
}

.hero-overlay{
  background:radial-gradient(circle at 15% 20%,rgba(var(--theme-rgb),.18),transparent 32%),linear-gradient(90deg,rgba(3,7,13,.86),rgba(3,7,13,.68))!important;
}

.hero-lines{
  background:repeating-linear-gradient(125deg,rgba(var(--theme-rgb),.16) 0 3px,transparent 3px 18px)!important;
}

.floating-whatsapp-btn{
  position:fixed;
  right:22px;
  bottom:22px;
  width:58px;
  height:58px;
  border-radius:50%;
  border:0;
  z-index:9999;
  display:grid;
  place-items:center;
  color:#fff;
  cursor:pointer;
  background:linear-gradient(180deg,#25d366,#128c4a);
  box-shadow:0 16px 40px rgba(37,211,102,.35);
  transition:.22s ease;
}

.floating-whatsapp-btn i{
  font-size:28px;
}

.floating-whatsapp-btn:hover{
  transform:translateY(-3px) scale(1.03);
  filter:brightness(1.08);
}

@media(max-width:560px){
  .floating-whatsapp-btn{
    right:16px;
    bottom:16px;
    width:54px;
    height:54px;
  }
}


/* V16 - padrão azul marinho, catálogo com tema e painel premium */
:root{
  --accent:#0b1f3a;
  --accent-2:#153c7a;
  --theme-rgb:21,60,122;
  --theme-soft:#d8e7ff;
  --bottom-1:#0b1f3a;
  --bottom-2:#081426;
}

/* Quando o painel muda o tema, o site.js sobrescreve estas variáveis no <html>. */
.btn-cta,
.service-icon,
.btn-card,
.tag{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

.eyebrow,
.brand-text small,
.hero-copy h1 span,
.metric-item b,
.step-card b,
.cta-band h2 span,
.quote-stars,
.faq-q b,
.about-experience-badge strong,
.brand-logo-mark span{
  color:var(--accent)!important;
}

.eyebrow-pill{
  background:rgba(var(--theme-rgb),.14)!important;
  border-color:rgba(var(--theme-rgb),.26)!important;
  color:var(--theme-soft)!important;
}

.hero-overlay{
  background:radial-gradient(circle at 15% 20%,rgba(var(--theme-rgb),.18),transparent 32%),linear-gradient(90deg,rgba(3,7,13,.86),rgba(3,7,13,.68))!important;
}

.hero-lines{
  background:repeating-linear-gradient(125deg,rgba(var(--theme-rgb),.16) 0 3px,transparent 3px 18px)!important;
}

.bottom-contact{
  background:linear-gradient(180deg,var(--bottom-1),var(--bottom-2))!important;
}

.floating-whatsapp-btn{
  position:fixed;
  right:22px;
  bottom:22px;
  width:58px;
  height:58px;
  border-radius:50%;
  border:0;
  z-index:9999;
  display:grid;
  place-items:center;
  color:#fff;
  cursor:pointer;
  background:linear-gradient(180deg,#25d366,#128c4a)!important;
  box-shadow:0 16px 40px rgba(37,211,102,.35);
  transition:.22s ease;
}

.floating-whatsapp-btn i{font-size:28px}
.floating-whatsapp-btn:hover{transform:translateY(-3px) scale(1.03);filter:brightness(1.08)}

/* Catálogo também obedece ao tema do painel */
.catalog-hero{
  background:radial-gradient(circle at 18% -10%,rgba(var(--theme-rgb),.20),transparent 32%),#050b12!important;
}

.filter.active{
  background:linear-gradient(135deg,var(--accent),var(--accent-2))!important;
  color:#fff!important;
}

.catalog-hero .title,
.catalog-hero h1{
  color:#fff!important;
}

.catalog-hero .eyebrow{
  color:var(--accent)!important;
}

/* Painel premium sem alterar funções */
.admin-body{
  background:
    radial-gradient(circle at top left,rgba(var(--theme-rgb),.18),transparent 32%),
    linear-gradient(180deg,#050b12,#08111b)!important;
  color:#fff!important;
}

.premium-login{
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
  padding:28px!important;
  background:
    radial-gradient(circle at 20% 10%,rgba(var(--theme-rgb),.28),transparent 28%),
    radial-gradient(circle at 80% 90%,rgba(91,183,255,.10),transparent 25%),
    linear-gradient(135deg,#03070d,#0a1420)!important;
}

.premium-login-card{
  width:min(480px,100%)!important;
  padding:32px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(13,24,37,.94),rgba(7,14,24,.94))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.46)!important;
  position:relative!important;
  overflow:hidden!important;
}

.premium-login-card:before{
  content:""!important;
  position:absolute!important;
  width:220px!important;
  height:220px!important;
  right:-90px!important;
  top:-90px!important;
  background:rgba(var(--theme-rgb),.25)!important;
  filter:blur(55px)!important;
  pointer-events:none!important;
}

.login-brand-row,
.login-hero-text,
.premium-login-card .field,
.admin-login-btn{
  position:relative!important;
  z-index:1!important;
}

.login-hero-text{
  margin:28px 0 22px!important;
}

.admin-kicker{
  display:inline-flex!important;
  align-items:center!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(var(--theme-rgb),.15)!important;
  border:1px solid rgba(var(--theme-rgb),.25)!important;
  color:var(--theme-soft)!important;
  font-size:11px!important;
  letter-spacing:.18em!important;
  font-weight:900!important;
}

.login-hero-text h2{
  font-family:'Bebas Neue',Impact,Arial,sans-serif!important;
  font-size:54px!important;
  line-height:.95!important;
  margin:14px 0 8px!important;
}

.login-hero-text p{
  color:#9fb0c4!important;
  line-height:1.6!important;
  font-size:14px!important;
}

.admin-login-btn{
  margin-top:18px!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

/* Painel interno */
.admin-shell{
  background:linear-gradient(180deg,#07111b,#050b12)!important;
}

.sidebar{
  background:rgba(3,8,18,.94)!important;
  border-right:1px solid rgba(255,255,255,.08)!important;
  box-shadow:12px 0 40px rgba(0,0,0,.22)!important;
}

.admin-main{
  padding:32px!important;
}

.navbtn{
  border-radius:14px!important;
  padding:13px 14px!important;
  color:#aebbd0!important;
  margin:7px 0!important;
}

.navbtn.active,
.navbtn:hover{
  color:#fff!important;
  background:linear-gradient(135deg,rgba(var(--theme-rgb),.22),rgba(255,255,255,.055))!important;
  border-color:rgba(var(--theme-rgb),.28)!important;
}

.panel,
.dash-card{
  background:linear-gradient(180deg,rgba(13,24,37,.90),rgba(8,16,27,.90))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:24px!important;
  box-shadow:0 18px 60px rgba(0,0,0,.20)!important;
}

input,select,textarea{
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
}

input:focus,select:focus,textarea:focus{
  border-color:rgba(var(--theme-rgb),.55)!important;
  box-shadow:0 0 0 3px rgba(var(--theme-rgb),.16)!important;
}

.row{
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:18px!important;
}

@media(max-width:560px){
  .floating-whatsapp-btn{right:16px;bottom:16px;width:54px;height:54px}
  .admin-main{padding:18px!important}
  .premium-login-card{padding:24px!important}
  .login-hero-text h2{font-size:44px!important}
}


/* V17 - melhoria visual dos logs no painel */
.log-item small{
  color:#8fa2bd!important;
}
.log-item span{
  color:#dce9ff!important;
}


/* V18 - correção: painel não aparece junto com login */
#adminShell.hide,
.admin-shell.hide{
  display:none!important;
}

#loginScreen.hide,
.login-page.hide{
  display:none!important;
}

#adminShell:not(.hide){
  display:grid!important;
}

#loginScreen:not(.hide){
  display:grid!important;
}


/* V19 - correção real da cor dinâmica do painel */
html[data-theme="navy"], body[data-theme="navy"]{
  color-scheme:dark;
}

.theme-debug-v19{display:none}

/* Garante que botões e detalhes usem variáveis aplicadas pelo site.js */
.btn-cta,
.service-icon,
.btn-card,
.tag,
.filter.active{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

.catalog-hero{
  background:radial-gradient(circle at 18% -10%,rgba(var(--theme-rgb),.20),transparent 32%),#050b12!important;
}


/* V20 - botão Ver Catálogo movido para a parte baixa da hero */
.hero-top-catalog-btn{
  display:none!important;
}

.btn-catalog{
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  border:1px solid rgba(var(--theme-rgb),.34)!important;
  box-shadow:none!important;
}

.btn-catalog:hover{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  border-color:rgba(var(--theme-rgb),.62)!important;
}


/* V21 - posicionamento do card +15 anos igual ao exemplo */
.about-image-block{
  overflow:visible!important;
  padding-bottom:24px!important;
}

.about-main-image{
  border-radius:16px!important;
}

.about-experience-badge{
  right:-28px!important;
  bottom:-10px!important;
  z-index:6!important;
  min-width:150px!important;
  padding:18px 22px!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#101923,#08111a)!important;
  border:1px solid rgba(var(--theme-rgb),.55)!important;
}

.about-experience-badge strong{
  font-size:38px!important;
}

@media(max-width:1080px){
  .about-experience-badge{
    right:18px!important;
    bottom:4px!important;
  }
}

@media(max-width:560px){
  .about-image-block{
    padding-bottom:0!important;
  }

  .about-experience-badge{
    right:10px!important;
    bottom:10px!important;
    min-width:130px!important;
    padding:14px 16px!important;
  }

  .about-experience-badge strong{
    font-size:30px!important;
  }
}


/* V22 - FAQ corrigido */
.faq-item{
  min-height:46px;
}
.faq-q span{
  display:block;
  padding-right:12px;
}


/* V24 - logo centralizada na tela de login do painel */
.login-panel-logo-wrap{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  margin:0 auto 18px!important;
}

.login-panel-logo{
  max-width:150px!important;
  width:150px!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
  border-radius:14px!important;
  box-shadow:0 14px 38px rgba(0,0,0,.28)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.04)!important;
}

@media(max-width:560px){
  .login-panel-logo{
    max-width:130px!important;
    width:130px!important;
  }
}


/* V25 - painel premium, menu minimizável, cores ampliadas */
.admin-topbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:24px!important;
  padding:20px 22px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(13,24,37,.92),rgba(8,16,27,.88))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 16px 50px rgba(0,0,0,.18)!important;
}

.admin-topbar h1{
  font-family:'Bebas Neue',Impact,Arial,sans-serif!important;
  font-size:42px!important;
  line-height:.95!important;
  margin:8px 0 0!important;
}

.sidebar-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:22px!important;
}

.sidebar-toggle{
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  cursor:pointer!important;
}

.sidebar-menu-label{
  margin:16px 0 8px!important;
  color:#7f8da3!important;
  font-size:10px!important;
  letter-spacing:.18em!important;
  font-weight:900!important;
}

.admin-section-head{
  margin-bottom:18px!important;
}

.admin-section-head h2{
  font-family:'Bebas Neue',Impact,Arial,sans-serif!important;
  font-size:42px!important;
  line-height:.95!important;
  margin:0 0 6px!important;
}

.admin-section-head p{
  color:#9fb0c4!important;
  font-size:14px!important;
}

.admin-sidebar-collapsed .admin-shell{
  grid-template-columns:92px 1fr!important;
}

.admin-sidebar-collapsed .sidebar{
  padding:18px 14px!important;
}

.admin-sidebar-collapsed .brand-text,
.admin-sidebar-collapsed .sidebar-menu-label,
.admin-sidebar-collapsed .navbtn span{
  display:none!important;
}

.admin-sidebar-collapsed .sidebar-top{
  justify-content:center!important;
  flex-direction:column!important;
}

.admin-sidebar-collapsed .navbtn{
  justify-content:center!important;
  padding:14px!important;
}

.navbtn i{
  width:18px!important;
  text-align:center!important;
}

.admin-testimonial-item p{
  color:#dce9ff!important;
  margin:8px 0!important;
  line-height:1.55!important;
}

.dash-card{
  position:relative!important;
  overflow:hidden!important;
}

.dash-card:after{
  content:""!important;
  position:absolute!important;
  width:90px!important;
  height:90px!important;
  right:-28px!important;
  top:-28px!important;
  background:rgba(var(--theme-rgb),.16)!important;
  border-radius:50%!important;
  filter:blur(4px)!important;
}

.dash-card span,
.dash-card b{
  position:relative!important;
  z-index:1!important;
}

@media(max-width:900px){
  .admin-topbar{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .admin-sidebar-collapsed .admin-shell,
  .admin-shell{
    grid-template-columns:1fr!important;
  }
}


/* V28 - usuário extra sem alterar visual do site principal */
body[data-role="extra"] .admin-only{
  display:none!important;
}

body[data-role="extra"] .admin-main{
  padding-top:22px!important;
}

.user-row span{
  color:#dce9ff!important;
}

.muted-action{
  color:#93a3b6!important;
  font-size:12px!important;
  display:inline-flex!important;
  align-items:center!important;
}


/* V29 - correção do visual original: azul padrão e imagens */
:root{
  --accent:#153c7a;
  --accent-2:#0b1f3a;
  --theme-rgb:21,60,122;
  --theme-soft:#d8e7ff;
  --bottom-1:#153c7a;
  --bottom-2:#081426;
}

/* Mantém detalhes no azul marinho visível como padrão */
.btn-cta,
.service-icon,
.btn-card,
.tag,
.filter.active{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

.eyebrow,
.brand-text small,
.hero-copy h1 span,
.metric-item b,
.step-card b,
.cta-band h2 span,
.quote-stars,
.faq-q b,
.about-experience-badge strong,
.brand-logo-mark span{
  color:var(--accent)!important;
}

.brand-logo-mark{
  box-shadow:inset 0 0 0 2px rgba(var(--theme-rgb),.42)!important;
}

.eyebrow-pill{
  background:rgba(var(--theme-rgb),.14)!important;
  border-color:rgba(var(--theme-rgb),.26)!important;
  color:var(--theme-soft)!important;
}

.hero-overlay{
  background:radial-gradient(circle at 15% 20%,rgba(var(--theme-rgb),.18),transparent 32%),linear-gradient(90deg,rgba(3,7,13,.86),rgba(3,7,13,.68))!important;
}

.hero-lines{
  background:repeating-linear-gradient(125deg,rgba(var(--theme-rgb),.16) 0 3px,transparent 3px 18px)!important;
}

.bottom-contact{
  background:linear-gradient(180deg,var(--bottom-1),var(--bottom-2))!important;
}

/* Mantém as imagens corretas/originais solicitadas */
.about-main-image{
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Card +15 anos para fora da imagem */
.about-image-block{
  overflow:visible!important;
  padding-bottom:34px!important;
}

.about-experience-badge{
  right:-34px!important;
  bottom:-22px!important;
  z-index:20!important;
  min-width:150px!important;
  padding:18px 22px!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#101923,#08111a)!important;
  border:1px solid rgba(var(--theme-rgb),.58)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.42)!important;
}

@media(max-width:1080px){
  .about-experience-badge{
    right:18px!important;
    bottom:-10px!important;
  }
}

@media(max-width:560px){
  .about-image-block{padding-bottom:0!important}
  .about-experience-badge{
    right:10px!important;
    bottom:10px!important;
    min-width:130px!important;
    padding:14px 16px!important;
  }
}


/* V30 - volta da imagem exata e azul padrão */
:root{
  --accent:#1d63d7;
  --accent-2:#153c7a;
  --theme-rgb:29,99,215;
  --theme-soft:#d8e7ff;
  --bottom-1:#153c7a;
  --bottom-2:#081426;
}

.btn-cta,
.service-icon,
.btn-card,
.tag,
.filter.active{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

.eyebrow,
.brand-text small,
.hero-copy h1 span,
.metric-item b,
.step-card b,
.cta-band h2 span,
.quote-stars,
.faq-q b,
.about-experience-badge strong,
.brand-logo-mark span{
  color:var(--accent)!important;
}

.eyebrow-pill{
  background:rgba(var(--theme-rgb),.14)!important;
  border-color:rgba(var(--theme-rgb),.26)!important;
  color:var(--theme-soft)!important;
}

.brand-logo-mark{
  box-shadow:inset 0 0 0 2px rgba(var(--theme-rgb),.42)!important;
}

.hero-overlay{
  background:radial-gradient(circle at 15% 20%,rgba(var(--theme-rgb),.18),transparent 32%),linear-gradient(90deg,rgba(3,7,13,.86),rgba(3,7,13,.68))!important;
}

.hero-lines{
  background:repeating-linear-gradient(125deg,rgba(var(--theme-rgb),.16) 0 3px,transparent 3px 18px)!important;
}

.bottom-contact{
  background:linear-gradient(180deg,var(--bottom-1),var(--bottom-2))!important;
}

/* Imagem da seção Sobre volta para a imagem exata */
.about-main-image{
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Card +15 anos permanece para fora da imagem */
.about-image-block{
  overflow:visible!important;
  padding-bottom:34px!important;
}

.about-experience-badge{
  right:-34px!important;
  bottom:-22px!important;
  z-index:20!important;
}

@media(max-width:1080px){
  .about-experience-badge{
    right:18px!important;
    bottom:-10px!important;
  }
}

@media(max-width:560px){
  .about-image-block{padding-bottom:0!important}
  .about-experience-badge{
    right:10px!important;
    bottom:10px!important;
  }
}


/* V31 - nova imagem Lovable e card +15 anos sobreposto para fora da imagem */
.about-image-block{
  position:relative!important;
  overflow:visible!important;
  padding-bottom:38px!important;
}

.about-main-image{
  width:100%!important;
  display:block!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
}

.about-experience-badge{
  position:absolute!important;
  right:-34px!important;
  bottom:-22px!important;
  z-index:30!important;
  min-width:150px!important;
  padding:18px 22px!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#101923,#08111a)!important;
  border:1px solid rgba(var(--theme-rgb),.58)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.42)!important;
}

.about-experience-badge strong{
  font-size:38px!important;
  line-height:1!important;
}

.about-experience-badge span{
  display:block!important;
  margin-top:4px!important;
}

@media(max-width:1080px){
  .about-image-block{
    padding-bottom:28px!important;
  }

  .about-experience-badge{
    right:18px!important;
    bottom:-12px!important;
  }
}

@media(max-width:560px){
  .about-image-block{
    padding-bottom:0!important;
  }

  .about-experience-badge{
    right:10px!important;
    bottom:10px!important;
    min-width:130px!important;
    padding:14px 16px!important;
  }

  .about-experience-badge strong{
    font-size:30px!important;
  }
}


/* V32 - formas de pagamento no rodapé */
.payment-methods-section{
  padding-top:26px!important;
  padding-bottom:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.01),rgba(255,255,255,.00))!important;
}

.payment-intro{
  margin-bottom:20px!important;
}

.payment-intro p{
  max-width:760px!important;
  margin:10px auto 0!important;
  color:#9fb0c4!important;
  text-align:center!important;
}

.payment-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}

.payment-card{
  background:linear-gradient(180deg,rgba(13,24,37,.92),rgba(7,14,24,.92))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:20px!important;
  padding:18px 18px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.16)!important;
}

.payment-card strong{
  display:block!important;
  font-size:15px!important;
  color:#fff!important;
}

.payment-card span{
  display:block!important;
  font-size:12px!important;
  color:#9fb0c4!important;
  margin-top:4px!important;
}

.payment-icon{
  width:52px!important;
  height:52px!important;
  border-radius:16px!important;
  flex:0 0 52px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(var(--theme-rgb),.20)!important;
}

.payment-icon i{
  font-size:22px!important;
}

.payment-icon-pix{
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
}

.payment-icon-pix img{
  width:30px!important;
  height:30px!important;
  object-fit:contain!important;
  display:block!important;
}

@media(max-width:900px){
  .payment-grid{
    grid-template-columns:1fr!important;
  }
}


/* V33 - efeito elegante nas marcas com a cor definida no painel */
.brands-grid .brand-chip{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease!important;
}

.brands-grid .brand-chip::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  background:linear-gradient(135deg,rgba(var(--theme-rgb),.22),rgba(255,255,255,.025))!important;
  opacity:0!important;
  transition:opacity .22s ease!important;
}

.brands-grid .brand-chip::after{
  content:""!important;
  position:absolute!important;
  width:42px!important;
  height:180%!important;
  top:-40%!important;
  left:-70px!important;
  z-index:-1!important;
  background:linear-gradient(90deg,transparent,rgba(var(--theme-rgb),.42),transparent)!important;
  transform:rotate(18deg)!important;
  transition:left .55s ease!important;
}

.brands-grid .brand-chip:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(var(--theme-rgb),.52)!important;
  color:#fff!important;
  box-shadow:0 18px 42px rgba(var(--theme-rgb),.18)!important;
}

.brands-grid .brand-chip:hover::before{
  opacity:1!important;
}

.brands-grid .brand-chip:hover::after{
  left:120%!important;
}


/* V34 - card +15 anos removido */
.about-experience-badge{
  display:none!important;
}

.about-image-block{
  padding-bottom:0!important;
}


/* V35 - correção do seletor de cores no painel e borda dinâmica nos serviços */

/* Deixa o select de cor legível quando abre a lista */
#setThemeColor,
#setThemeColor option,
.admin-body select,
.admin-body select option{
  color:#ffffff!important;
  background:#0b1420!important;
}

#setThemeColor option{
  padding:10px!important;
}

#setThemeColor:focus{
  border-color:rgba(var(--theme-rgb),.65)!important;
  box-shadow:0 0 0 3px rgba(var(--theme-rgb),.18)!important;
}

/* Borda elegante nos cards de serviços seguindo a cor configurada no painel */
.services-grid .service-card{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(var(--theme-rgb),.28)!important;
  box-shadow:0 10px 25px rgba(0,0,0,.15), inset 0 0 0 1px rgba(var(--theme-rgb),.055)!important;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease!important;
}

.services-grid .service-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  padding:1px!important;
  background:linear-gradient(135deg,rgba(var(--theme-rgb),.78),transparent 38%,rgba(var(--theme-rgb),.36))!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask-composite:exclude!important;
  opacity:.35!important;
  pointer-events:none!important;
  transition:opacity .22s ease!important;
}

.services-grid .service-card::after{
  content:""!important;
  position:absolute!important;
  width:80px!important;
  height:80px!important;
  right:-34px!important;
  top:-34px!important;
  border-radius:50%!important;
  background:rgba(var(--theme-rgb),.16)!important;
  filter:blur(10px)!important;
  opacity:.55!important;
  pointer-events:none!important;
  transition:opacity .22s ease, transform .22s ease!important;
}

.services-grid .service-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(var(--theme-rgb),.62)!important;
  box-shadow:0 18px 46px rgba(var(--theme-rgb),.18), inset 0 0 0 1px rgba(var(--theme-rgb),.12)!important;
}

.services-grid .service-card:hover::before{
  opacity:1!important;
}

.services-grid .service-card:hover::after{
  opacity:.95!important;
  transform:scale(1.08)!important;
}

.services-grid .service-card .service-icon,
.services-grid .service-card h3,
.services-grid .service-card p{
  position:relative!important;
  z-index:2!important;
}


/* V36 - múltiplas fotos no produto do catálogo */
.part-photo-dots{
  position:absolute!important;
  left:12px!important;
  right:12px!important;
  bottom:12px!important;
  z-index:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  pointer-events:auto!important;
}

.part-photo-dot{
  width:9px!important;
  height:9px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.55)!important;
  background:rgba(255,255,255,.28)!important;
  cursor:pointer!important;
  padding:0!important;
  transition:.18s ease!important;
}

.part-photo-dot.active,
.part-photo-dot:hover{
  width:22px!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  border-color:rgba(255,255,255,.75)!important;
}

.photo-count{
  position:absolute!important;
  right:12px!important;
  top:10px!important;
  z-index:4!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
  font-weight:900!important;
  background:rgba(0,0,0,.56)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#fff!important;
  padding:6px 8px!important;
  border-radius:999px!important;
  backdrop-filter:blur(10px)!important;
}

.part-main-img{
  transition:opacity .18s ease!important;
}


/* V37 - slider automático sem contador de fotos */
.photo-count{
  display:none!important;
}

.part-photo-dots{
  opacity:.92!important;
}

.part-img:hover .part-photo-dots{
  opacity:1!important;
}

.part-main-img{
  transition:opacity .25s ease, transform .25s ease!important;
}

.part-card:hover .part-main-img{
  transform:scale(1.015)!important;
}


/* V38 - dashboard premium com mapa geo e logs minimizáveis */
.dashboard-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
}

.dashboard-clear-btn{
  border-radius:14px!important;
  box-shadow:0 14px 34px rgba(225,29,72,.16)!important;
}

.dashboard-metrics-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-bottom:18px!important;
}

.premium-metric-card{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  min-height:126px!important;
  padding:20px!important;
  overflow:hidden!important;
  position:relative!important;
}

.premium-metric-card .metric-icon{
  width:52px!important;
  height:52px!important;
  border-radius:18px!important;
  display:grid!important;
  place-items:center!important;
  flex:none!important;
  color:#fff!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  box-shadow:0 14px 34px rgba(var(--theme-rgb),.24)!important;
}

.premium-metric-card .metric-icon i{
  font-size:20px!important;
}

.premium-metric-card span{
  display:block!important;
  color:#9fb0c4!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.premium-metric-card b{
  display:block!important;
  font-family:'Bebas Neue',Impact,Arial,sans-serif!important;
  font-size:42px!important;
  line-height:.95!important;
  margin:4px 0!important;
  color:#fff!important;
}

.premium-metric-card small{
  display:block!important;
  color:#8293a9!important;
  font-size:12px!important;
}

.dashboard-panels-grid{
  display:grid!important;
  grid-template-columns:1.05fr .95fr!important;
  gap:16px!important;
}

.dashboard-panel{
  background:linear-gradient(180deg,rgba(13,24,37,.92),rgba(8,16,27,.90))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:24px!important;
  box-shadow:0 18px 60px rgba(0,0,0,.20)!important;
  overflow:hidden!important;
}

.dashboard-panel summary{
  list-style:none!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:18px 20px!important;
  color:#fff!important;
  font-weight:900!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
}

.dashboard-panel summary::-webkit-details-marker{
  display:none!important;
}

.dashboard-panel summary span{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

.dashboard-panel summary span i{
  color:var(--accent)!important;
}

.dashboard-panel summary > i{
  transition:transform .22s ease!important;
  color:#9fb0c4!important;
}

.dashboard-panel[open] summary > i{
  transform:rotate(180deg)!important;
}

.dashboard-panel-body{
  padding:18px!important;
}

.geo-map-box{
  min-height:300px!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:
    radial-gradient(circle at 18% 30%,rgba(var(--theme-rgb),.24),transparent 18%),
    radial-gradient(circle at 74% 38%,rgba(var(--theme-rgb),.18),transparent 20%),
    radial-gradient(circle at 54% 72%,rgba(255,255,255,.06),transparent 18%),
    linear-gradient(135deg,#07111c,#0d1824)!important;
}

.geo-map-box:before{
  content:""!important;
  position:absolute!important;
  inset:22px!important;
  border-radius:50%!important;
  border:1px dashed rgba(255,255,255,.08)!important;
}

.geo-map-title{
  position:absolute!important;
  left:18px!important;
  top:16px!important;
  color:#dce9ff!important;
  font-size:12px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}

.geo-dot{
  position:absolute!important;
  left:var(--x)!important;
  top:var(--y)!important;
  width:var(--s)!important;
  height:var(--s)!important;
  transform:translate(-50%,-50%)!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  box-shadow:0 0 0 8px rgba(var(--theme-rgb),.12),0 18px 34px rgba(0,0,0,.30)!important;
  animation:geoPulse 2.2s infinite!important;
}

.geo-dot span{
  font-size:10px!important;
  font-weight:900!important;
}

@keyframes geoPulse{
  0%,100%{box-shadow:0 0 0 6px rgba(var(--theme-rgb),.11),0 18px 34px rgba(0,0,0,.30)}
  50%{box-shadow:0 0 0 13px rgba(var(--theme-rgb),.03),0 18px 34px rgba(0,0,0,.30)}
}

.geo-empty{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  color:#9fb0c4!important;
  font-size:14px!important;
  text-align:center!important;
  padding:20px!important;
}

.geo-list{
  display:grid!important;
  gap:8px!important;
  margin-top:12px!important;
}

.geo-list-item{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.07)!important;
  color:#dce9ff!important;
  font-size:13px!important;
}

.geo-list-item b{
  color:#fff!important;
  min-width:34px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(var(--theme-rgb),.22)!important;
}

.dashboard-log-list{
  max-height:414px!important;
  overflow:auto!important;
  padding-right:4px!important;
}

.premium-log-item{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
}

.log-icon{
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  flex:none!important;
  color:#fff!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
}

.logs-panel-full .log-list{
  max-height:620px!important;
  overflow:auto!important;
}

@media(max-width:1100px){
  .dashboard-metrics-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .dashboard-panels-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:620px){
  .dashboard-head{
    flex-direction:column!important;
  }
  .dashboard-clear-btn{
    width:100%!important;
  }
  .dashboard-metrics-grid{
    grid-template-columns:1fr!important;
  }
}


/* V39 - garantia por peça no card */
.part-card-badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:2px 0 4px!important;
}

.part-type-badge,
.part-warranty-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  border-radius:999px!important;
  padding:7px 9px!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  border:1px solid rgba(255,255,255,.10)!important;
}

.part-type-badge{
  color:#dce9ff!important;
  background:rgba(255,255,255,.055)!important;
}

.part-warranty-badge{
  color:#fff!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  box-shadow:0 10px 24px rgba(var(--theme-rgb),.16)!important;
}

.part-warranty-badge i,
.part-type-badge i{
  font-size:11px!important;
}


/* V40 - modelos de botões de orçamento controlados pelo painel */
.quote-btn{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, filter .22s ease!important;
}

/* Opção 1 — padrão atual */
body.quote-style-1 .quote-btn{
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 10px 30px rgba(var(--theme-rgb),.26)!important;
}

/* Opção 2 — premium preenchido */
body.quote-style-2 .quote-btn{
  background:linear-gradient(135deg,var(--accent),var(--accent-2) 62%,#020617)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 16px 42px rgba(var(--theme-rgb),.34), inset 0 1px 0 rgba(255,255,255,.16)!important;
  border-radius:999px!important;
}
body.quote-style-2 .quote-btn::after{
  content:""!important;
  position:absolute!important;
  inset:-80% auto auto -35%!important;
  width:70px!important;
  height:220%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent)!important;
  transform:rotate(24deg)!important;
  transition:left .55s ease!important;
  z-index:-1!important;
}
body.quote-style-2 .quote-btn:hover::after{
  left:120%!important;
}

/* Opção 3 — borda luminosa */
body.quote-style-3 .quote-btn{
  background:rgba(255,255,255,.045)!important;
  color:#fff!important;
  border:1px solid rgba(var(--theme-rgb),.70)!important;
  box-shadow:0 0 0 3px rgba(var(--theme-rgb),.10),0 16px 42px rgba(var(--theme-rgb),.18)!important;
  border-radius:14px!important;
}
body.quote-style-3 .quote-btn::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 30% 0%,rgba(var(--theme-rgb),.32),transparent 46%)!important;
  z-index:-1!important;
}

/* Opção 4 — escuro elegante */
body.quote-style-4 .quote-btn{
  background:linear-gradient(180deg,#101923,#060b12)!important;
  color:#fff!important;
  border:1px solid rgba(var(--theme-rgb),.42)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.05)!important;
  border-radius:12px!important;
}
body.quote-style-4 .quote-btn i{
  color:var(--accent)!important;
}

/* Opção 5 — glass moderno */
body.quote-style-5 .quote-btn{
  background:rgba(var(--theme-rgb),.16)!important;
  color:#fff!important;
  border:1px solid rgba(var(--theme-rgb),.55)!important;
  box-shadow:0 18px 46px rgba(var(--theme-rgb),.18), inset 0 1px 0 rgba(255,255,255,.16)!important;
  backdrop-filter:blur(12px)!important;
  border-radius:16px!important;
}
body.quote-style-5 .quote-btn::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 46%,rgba(var(--theme-rgb),.24))!important;
  z-index:-1!important;
}

body.quote-style-2 .quote-btn:hover,
body.quote-style-3 .quote-btn:hover,
body.quote-style-4 .quote-btn:hover,
body.quote-style-5 .quote-btn:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.08)!important;
}


/* V41 - corrige posição do botão flutuante do WhatsApp */
.floating-whatsapp-btn{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  left:auto!important;
  top:auto!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  z-index:99999!important;
  display:grid!important;
  place-items:center!important;
  transform:none!important;
  background:linear-gradient(180deg,#25d366,#128c4a)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 40px rgba(37,211,102,.35)!important;
}

.floating-whatsapp-btn:hover{
  transform:translateY(-3px) scale(1.03)!important;
}

.floating-whatsapp-btn i{
  font-size:28px!important;
  line-height:1!important;
}

@media(max-width:560px){
  .floating-whatsapp-btn{
    right:16px!important;
    bottom:16px!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
  }
}


/* V42 - borda fina com efeito na imagem SOBRE A ROTASUL, seguindo a cor do painel */
.about-image-block{
  position:relative!important;
  border-radius:24px!important;
  overflow:visible!important;
}

.about-image-block::before{
  content:""!important;
  position:absolute!important;
  inset:-1px!important;
  border-radius:24px!important;
  padding:1px!important;
  background:
    linear-gradient(135deg,
      rgba(var(--theme-rgb),.85),
      rgba(var(--theme-rgb),.28) 32%,
      rgba(255,255,255,.10) 56%,
      rgba(var(--theme-rgb),.65))!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask-composite:exclude!important;
  pointer-events:none!important;
  opacity:.95!important;
  z-index:2!important;
}

.about-image-block::after{
  content:""!important;
  position:absolute!important;
  inset:-10px!important;
  border-radius:30px!important;
  background:radial-gradient(circle at 22% 18%, rgba(var(--theme-rgb),.18), transparent 34%)!important;
  filter:blur(12px)!important;
  pointer-events:none!important;
  z-index:1!important;
  opacity:.95!important;
}

.about-main-image{
  position:relative!important;
  z-index:0!important;
  border-radius:22px!important;
  border:1px solid rgba(var(--theme-rgb),.18)!important;
  box-shadow:
    0 0 0 1px rgba(var(--theme-rgb),.10),
    0 22px 54px rgba(0,0,0,.22),
    0 10px 30px rgba(var(--theme-rgb),.10)!important;
}

@media(max-width:680px){
  .about-image-block{
    border-radius:20px!important;
  }
  .about-image-block::before{
    border-radius:20px!important;
  }
  .about-main-image{
    border-radius:18px!important;
  }
}


/* V43 - logo do site por URL definida no painel */
.brand-logo-mark{
  overflow:hidden!important;
}

.brand-logo-mark.has-logo-img{
  background:rgba(255,255,255,.045)!important;
  box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb),.28), 0 10px 26px rgba(0,0,0,.16)!important;
}

.brand-logo-img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:none;
  padding:4px!important;
  border-radius:inherit!important;
}


/* V44 - mapa geo completo com Leaflet */
.leaflet-geo-map,
.geo-map-box.leaflet-geo-map{
  min-height:420px!important;
  height:420px!important;
  padding:0!important;
  background:#07111c!important;
  overflow:hidden!important;
  border:1px solid rgba(var(--theme-rgb),.22)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.22),0 0 0 1px rgba(var(--theme-rgb),.08)!important;
}

.leaflet-geo-map:before,
.leaflet-geo-map:after{
  display:none!important;
}

.leaflet-container{
  background:#07111c!important;
  font-family:Inter,Arial,sans-serif!important;
}

.leaflet-control-container .leaflet-control,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip{
  background:#0b1420!important;
  color:#fff!important;
  border:1px solid rgba(var(--theme-rgb),.28)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.32)!important;
}

.leaflet-popup-content{
  color:#dce9ff!important;
  line-height:1.55!important;
  font-size:12px!important;
}

.leaflet-popup-content strong{
  color:#fff!important;
}

.leaflet-control-attribution{
  color:#94a3b8!important;
  font-size:10px!important;
}

.geo-list-item span{
  display:grid!important;
  gap:3px!important;
}

.geo-list-item span strong{
  color:#fff!important;
  font-size:13px!important;
}

.geo-list-item span small{
  color:#90a1b6!important;
  font-size:11px!important;
  line-height:1.4!important;
}

@media(max-width:680px){
  .leaflet-geo-map,
  .geo-map-box.leaflet-geo-map{
    height:340px!important;
    min-height:340px!important;
  }
}


/* V45 - borda do hero igual à seção Sobre e correção da logo por URL */
.hero-visual-frame{
  position:relative!important;
  border-radius:24px!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  padding:10px!important;
  box-shadow:none!important;
}

.hero-visual-frame::before{
  content:""!important;
  position:absolute!important;
  inset:-1px!important;
  border-radius:24px!important;
  padding:1px!important;
  background:
    linear-gradient(135deg,
      rgba(var(--theme-rgb),.85),
      rgba(var(--theme-rgb),.28) 32%,
      rgba(255,255,255,.10) 56%,
      rgba(var(--theme-rgb),.65))!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask-composite:exclude!important;
  pointer-events:none!important;
  opacity:.95!important;
  z-index:2!important;
}

.hero-visual-frame::after{
  content:""!important;
  position:absolute!important;
  inset:-10px!important;
  border-radius:30px!important;
  background:radial-gradient(circle at 22% 18%, rgba(var(--theme-rgb),.18), transparent 34%)!important;
  filter:blur(12px)!important;
  pointer-events:none!important;
  z-index:1!important;
  opacity:.95!important;
}

.hero-visual-frame img{
  position:relative!important;
  z-index:0!important;
  width:100%!important;
  height:390px!important;
  object-fit:cover!important;
  border-radius:22px!important;
  border:1px solid rgba(var(--theme-rgb),.18)!important;
  box-shadow:
    0 0 0 1px rgba(var(--theme-rgb),.10),
    0 22px 54px rgba(0,0,0,.22),
    0 10px 30px rgba(var(--theme-rgb),.10)!important;
}

/* Logo por URL nas marcas do site */
.brand-logo-mark{
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
}

.brand-logo-mark.has-logo-img{
  background:rgba(255,255,255,.045)!important;
  box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb),.28), 0 10px 26px rgba(0,0,0,.16)!important;
}

.brand-logo-img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:none;
  padding:4px!important;
  border-radius:inherit!important;
}

@media(max-width:680px){
  .hero-visual-frame{
    border-radius:20px!important;
    padding:8px!important;
  }
  .hero-visual-frame::before{
    border-radius:20px!important;
  }
  .hero-visual-frame img{
    border-radius:18px!important;
    height:320px!important;
  }
}


/* V46 - estabilidade da logo por URL */
.brand-logo-mark.has-logo-img span{
  display:none!important;
}

.brand-logo-mark.has-logo-img .brand-logo-img{
  display:block!important;
}

.brand-logo-img{
  max-width:100%!important;
  max-height:100%!important;
}


/* V47 - correção mobile: dados e cor do painel refletindo no site */
@media(max-width:760px){
  #featuredParts.product-grid,
  .product-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  #featuredParts .part-card{
    display:block!important;
    opacity:1!important;
    transform:none!important;
  }

  .part-card.reveal{
    opacity:1!important;
    transform:none!important;
  }
}

/* reforço: detalhes continuam usando variáveis alteradas pelo painel em qualquer largura */
@media(max-width:760px){
  .btn-cta,
  .service-icon,
  .btn-card,
  .tag,
  .filter.active,
  .part-warranty-badge{
    background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  }

  .eyebrow,
  .brand-text small,
  .hero-copy h1 span,
  .metric-item b,
  .step-card b,
  .cta-band h2 span,
  .quote-stars,
  .faq-q b,
  .brand-logo-mark span{
    color:var(--accent)!important;
  }
}


/* V48 - reforço de sync público: logo, cor do painel e destaques no mobile/desktop */
.brand-logo-mark.has-logo-img span{
  display:none!important;
}

.brand-logo-mark.has-logo-img .brand-logo-img{
  display:block!important;
}

.brand-logo-img{
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}

#featuredParts{
  min-height:80px;
}

#featuredParts.product-grid,
.product-grid{
  visibility:visible!important;
}

.part-card{
  visibility:visible!important;
}

@media(max-width:760px){
  #featuredParts.product-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
}


/* V49 - logo padrão, tamanho maior e cor realtime no mobile/desktop */
.brand-logo-mark{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
}

.brand-logo-mark.small{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  min-height:50px!important;
}

.brand-logo-mark.has-logo-img span{
  display:none!important;
}

.brand-logo-mark.has-logo-img .brand-logo-img{
  display:block!important;
}

.brand-logo-img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  padding:3px!important;
}

@media(max-width:760px){
  .brand-logo-mark{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    min-height:56px!important;
  }

  .brand-logo-img{
    display:block!important;
  }

  #featuredParts.product-grid,
  .product-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    visibility:visible!important;
  }

  #featuredParts .part-card,
  .part-card.reveal{
    display:block!important;
    opacity:1!important;
    transform:none!important;
    visibility:visible!important;
  }
}


/* V52 - permissões avançadas para usuário extra */
.permissions-box{
  margin-top:18px!important;
  padding:16px!important;
  border-radius:18px!important;
  border:1px solid rgba(var(--theme-rgb),.20)!important;
  background:rgba(255,255,255,.035)!important;
}

.permissions-title{
  color:#fff!important;
  font-weight:900!important;
  margin-bottom:12px!important;
  letter-spacing:.04em!important;
}

.permissions-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

.permissions-grid.compact{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  margin-bottom:12px!important;
}

.permissions-grid label{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px 11px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.07)!important;
  color:#dce9ff!important;
  font-size:12px!important;
  font-weight:800!important;
}

.permissions-grid input{
  accent-color:var(--accent)!important;
}

.advanced-user-row{
  padding:16px!important;
}

.permission-summary{
  margin:8px 0 10px!important;
  color:#9fb0c4!important;
  line-height:1.5!important;
  font-size:12px!important;
}

.user-permission-editor{
  margin-top:10px!important;
}

@media(max-width:900px){
  .permissions-grid,
  .permissions-grid.compact{
    grid-template-columns:1fr!important;
  }
}


/* V54 - centralização e ordem da tela principal no mobile */
@media(max-width:760px){
  body{
    text-align:center!important;
  }

  .wrap{
    width:min(100% - 24px,1180px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-layout{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:26px!important;
    padding:34px 0 30px!important;
  }

  .hero-copy{
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
  }

  .hero-copy h1,
  .hero-copy p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-copy h1{
    max-width:12ch!important;
    line-height:.94!important;
  }

  .hero-copy p{
    max-width:36ch!important;
  }

  .eyebrow-pill{
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .hero-buttons{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
  }

  .hero-buttons .btn,
  .hero-buttons a{
    width:min(100%,330px)!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .hero-badges{
    width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
  }

  .hero-badges span{
    justify-content:center!important;
    text-align:center!important;
  }

  .hero-visual{
    width:100%!important;
    max-width:420px!important;
    margin:0 auto!important;
  }

  .hero-visual-frame{
    margin:0 auto!important;
  }

  .metrics-strip-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    text-align:center!important;
  }

  .metric-item{
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
  }

  .section-intro,
  .center-intro,
  .section-title,
  .section-subtitle,
  .lead,
  .title{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .services-grid,
  .product-grid,
  .steps-grid,
  .brands-grid,
  .quotes-grid,
  .payment-grid{
    justify-items:center!important;
    text-align:center!important;
  }

  .service-card,
  .part-card,
  .step-card,
  .quote,
  .payment-card{
    width:100%!important;
    text-align:center!important;
  }

  .service-icon,
  .payment-icon{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .about-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
    gap:24px!important;
  }

  .about-copy,
  .about-copy h2,
  .about-copy p{
    text-align:center!important;
  }

  .check-list{
    text-align:left!important;
    max-width:420px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .process-card,
  .cta-band,
  .footer-grid-ref{
    text-align:center!important;
  }

  .cta-actions,
  .bottom-contact-items{
    justify-content:center!important;
    align-items:center!important;
  }
}

@media(max-width:560px){
  .hero-copy h1{
    font-size:44px!important;
    max-width:11ch!important;
  }

  .hero-copy p{
    font-size:14px!important;
    line-height:1.65!important;
  }

  .metrics-strip-grid,
  .services-grid,
  .product-grid,
  .steps-grid,
  .brands-grid{
    grid-template-columns:1fr!important;
  }

  .metric-item{
    min-height:92px!important;
  }

  .section{
    padding-left:0!important;
    padding-right:0!important;
  }
}


/* V55 - personalização RGB do painel e logo configurável */
:root{
  --admin-accent:#1d63d7;
  --admin-rgb:29,99,215;
}

.admin-body .btn:not(.danger),
.admin-body .admin-login-btn,
.admin-body .metric-icon,
.admin-body .log-icon,
.admin-body .sidebar-toggle{
  background:linear-gradient(180deg,var(--admin-accent),rgba(var(--admin-rgb),.72))!important;
}

.admin-body .admin-kicker,
.admin-body .sidebar-menu-label,
.admin-body .navbtn i,
.admin-body .dashboard-panel summary span i,
.admin-body .brand-text small{
  color:var(--admin-accent)!important;
}

.admin-body .panel,
.admin-body .dashboard-panel,
.admin-body .dash-card,
.admin-body .login-card{
  border-color:rgba(var(--admin-rgb),.20)!important;
}

.login-panel-logo-wrap{
  width:190px!important;
  height:190px!important;
  margin:0 auto 18px!important;
  border-radius:32px!important;
  padding:10px!important;
  border:1px solid rgba(var(--admin-rgb),.36)!important;
  background:radial-gradient(circle at 30% 10%,rgba(var(--admin-rgb),.20),rgba(255,255,255,.035))!important;
  box-shadow:0 24px 70px rgba(var(--admin-rgb),.18),0 22px 70px rgba(0,0,0,.28)!important;
  cursor:pointer!important;
}

.login-panel-logo{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:24px!important;
  cursor:pointer!important;
}

.panel-sidebar-logo{
  width:58px!important;
  height:58px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(var(--admin-rgb),.26)!important;
}

.panel-brand-logo-img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:4px!important;
  display:block!important;
}

.rgb-color-row{
  display:grid!important;
  grid-template-columns:64px repeat(3,1fr)!important;
  gap:8px!important;
  align-items:center!important;
}

.rgb-color-row input[type="color"]{
  width:64px!important;
  height:46px!important;
  padding:3px!important;
  border-radius:12px!important;
  cursor:pointer!important;
}

.field-hint{
  display:block!important;
  margin-top:7px!important;
  color:#91a1b6!important;
  font-size:11px!important;
  line-height:1.35!important;
}

@media(max-width:560px){
  .login-panel-logo-wrap{
    width:160px!important;
    height:160px!important;
  }
  .rgb-color-row{
    grid-template-columns:1fr!important;
  }
}


/* V56 - tela de login limpa: sem logo pequena/texto e sem clique na logo grande */
.login-panel-logo-wrap,
.login-panel-logo{
  cursor:default!important;
}

.login-brand-row{
  display:none!important;
}


/* V57 - fila WhatsApp em tempo real no painel */
.queue-card .metric-icon{
  background:linear-gradient(180deg,var(--admin-accent, var(--accent)),rgba(var(--admin-rgb, var(--theme-rgb)),.72))!important;
}

.whatsapp-queue-panel{
  grid-column:1/-1!important;
}

.queue-status-box{
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:16px!important;
}

.queue-status-box > div:not(.queue-arrow){
  padding:18px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(var(--admin-rgb, var(--theme-rgb)),.18)!important;
}

.queue-status-box small{
  display:block!important;
  color:#9fb0c4!important;
  text-transform:uppercase!important;
  letter-spacing:.10em!important;
  font-size:11px!important;
  font-weight:900!important;
  margin-bottom:8px!important;
}

.queue-status-box strong{
  display:block!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:900!important;
  margin-bottom:4px!important;
}

.queue-status-box span{
  color:#dce9ff!important;
  font-size:14px!important;
}

.queue-arrow{
  width:46px!important;
  height:46px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:linear-gradient(180deg,var(--admin-accent, var(--accent)),rgba(var(--admin-rgb, var(--theme-rgb)),.72))!important;
  box-shadow:0 14px 34px rgba(var(--admin-rgb, var(--theme-rgb)),.20)!important;
}

.queue-help{
  margin:14px 0 0!important;
  color:#9fb0c4!important;
  font-size:13px!important;
  line-height:1.55!important;
  text-align:center!important;
}

@media(max-width:760px){
  .queue-status-box{
    grid-template-columns:1fr!important;
  }
  .queue-arrow{
    margin:auto!important;
    transform:rotate(90deg)!important;
  }
}


/* V58 - campo de Google Tags no painel */
#setGoogleTags{
  min-height:118px!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;
  letter-spacing:.02em!important;
}


/* V59 - Google Tag aceita código completo */
#setGoogleTags{
  min-height:180px!important;
  white-space:pre!important;
}


/* V67 - tags principal/adicionais e ajuste de proporção das imagens dos cards */
#setGoogleMainTagCode,
#setGoogleAdditionalTags{
  min-height:170px!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;
  letter-spacing:.02em!important;
  white-space:pre!important;
}

.part-img{
  height:auto!important;
  aspect-ratio:4/3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#050b12,#08111c)!important;
  overflow:hidden!important;
}

.part-img img,
.part-main-img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#050b12!important;
  display:block!important;
}

#featuredParts .part-img,
#catalogGrid .part-img{
  aspect-ratio:4/3!important;
  min-height:210px!important;
  max-height:260px!important;
}

@media(max-width:760px){
  #featuredParts .part-img,
  #catalogGrid .part-img{
    min-height:190px!important;
    max-height:240px!important;
  }
}


/* V71 - ajustes mobile e notificações de vendas */
@media(max-width:760px){
  .payment-card{
    flex-direction:column!important;
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .payment-icon,
  .payment-icon-pix{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .payment-icon-pix img{
    margin:auto!important;
  }
  .quote-stars{
    justify-content:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

.sales-notification-stack{
  position:fixed!important;
  left:18px!important;
  bottom:96px!important;
  z-index:80!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  pointer-events:none!important;
}

.sales-notification{
  width:min(340px,calc(100vw - 32px))!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:13px 14px!important;
  border-radius:18px!important;
  border:1px solid rgba(var(--theme-rgb),.42)!important;
  background:linear-gradient(180deg,rgba(9,17,30,.96),rgba(5,10,18,.96))!important;
  box-shadow:0 18px 55px rgba(0,0,0,.34),0 0 0 1px rgba(var(--theme-rgb),.08)!important;
  transform:translateY(18px) translateX(-12px)!important;
  opacity:0!important;
  transition:.35s ease!important;
  pointer-events:auto!important;
}

.sales-notification.show{
  transform:translateY(0) translateX(0)!important;
  opacity:1!important;
}

.sales-notification-icon{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  flex:0 0 44px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  box-shadow:0 12px 30px rgba(var(--theme-rgb),.22)!important;
}

.sales-notification b{
  display:block!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
}

.sales-notification span{
  display:block!important;
  color:#b8c7da!important;
  font-size:12px!important;
  margin-top:2px!important;
}

.sales-notification button{
  margin-left:auto!important;
  width:26px!important;
  height:26px!important;
  border-radius:999px!important;
  border:0!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}

.sales-admin-list{
  display:grid!important;
  gap:10px!important;
}

.sales-admin-empty,
.sales-admin-item{
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.04)!important;
  padding:12px!important;
}

.sales-admin-item{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}

.sales-admin-item b{
  display:block!important;
  color:#fff!important;
}

.sales-admin-item span{
  display:block!important;
  color:#9fb0c4!important;
  font-size:12px!important;
  margin-top:3px!important;
}

/* V70/V71 - Hero com cards de peças em destaque */
.hero-featured-frame{position:relative!important;border-radius:28px!important;padding:16px!important;border:1px solid rgba(var(--theme-rgb),.42)!important;background:linear-gradient(180deg,rgba(var(--theme-rgb),.14),rgba(255,255,255,.035))!important;box-shadow:0 24px 70px rgba(0,0,0,.35)!important;overflow:hidden!important}
.hero-featured-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:14px!important}
.hero-featured-head span{display:block!important;color:var(--accent)!important;font-size:11px!important;letter-spacing:.16em!important;font-weight:900!important}
.hero-featured-head h2{color:#fff!important;font-size:28px!important;line-height:1!important;font-family:'Bebas Neue',Impact,Arial,sans-serif!important}
.hero-featured-head>i{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border-radius:16px!important;color:#fff!important;background:linear-gradient(180deg,var(--accent),var(--accent-2))!important}
.hero-featured-slider{position:relative!important;min-height:430px!important}
.hero-feature-card{position:absolute!important;inset:0!important;opacity:0!important;transform:translateX(18px) scale(.985)!important;pointer-events:none!important;transition:opacity .45s ease,transform .45s ease!important;display:flex!important;flex-direction:column!important;border-radius:22px!important;overflow:hidden!important;background:#07111e!important;border:1px solid rgba(var(--theme-rgb),.28)!important}
.hero-feature-card.active{opacity:1!important;transform:translateX(0) scale(1)!important;pointer-events:auto!important}
.hero-feature-img{position:relative!important;height:260px!important;background:#03070d!important;display:flex!important;align-items:center!important;justify-content:center!important}
.hero-feature-img img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#03070d!important}
.hero-feature-img span{position:absolute!important;left:12px!important;top:12px!important;border-radius:999px!important;padding:7px 10px!important;font-size:10px!important;letter-spacing:.12em!important;font-weight:900!important;color:#fff!important;background:linear-gradient(180deg,var(--accent),var(--accent-2))!important}
.hero-feature-info{padding:16px!important;display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important}
.hero-feature-info h3{color:#fff!important;font-size:26px!important;line-height:1!important;font-family:'Bebas Neue',Impact,Arial,sans-serif!important}
.hero-feature-info p{color:#aebbd0!important;font-size:13px!important;line-height:1.5!important}
.hero-feature-meta{margin-top:auto!important;display:grid!important;gap:10px!important}
.hero-feature-dots{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin-top:14px!important}
.hero-feature-dot{width:9px!important;height:9px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.55)!important;background:rgba(255,255,255,.22)!important;cursor:pointer!important}
.hero-feature-dot.active{width:26px!important;background:linear-gradient(180deg,var(--accent),var(--accent-2))!important}
.hero-featured-empty,.hero-featured-loading{min-height:430px!important;display:grid!important;place-items:center!important;text-align:center!important;color:#dce9ff!important;border-radius:22px!important;border:1px dashed rgba(var(--theme-rgb),.35)!important;padding:24px!important}

.btn-top-catalog{background:rgba(var(--theme-rgb),.14)!important;border:1px solid rgba(var(--theme-rgb),.45)!important;color:#fff!important}
.settings-tabs{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:18px!important;padding:10px!important;border-radius:18px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(var(--admin-rgb,var(--theme-rgb)),.14)!important}
.settings-tab-btn{border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.045)!important;color:#cbd5e1!important;border-radius:14px!important;padding:11px 14px!important;cursor:pointer!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;gap:8px!important}
.settings-tab-btn.active,.settings-tab-btn:hover{color:#fff!important;background:linear-gradient(180deg,var(--admin-accent,var(--accent)),rgba(var(--admin-rgb,var(--theme-rgb)),.72))!important}
.settings-subtab{display:none!important}.settings-subtab.active{display:block!important}.settings-check{display:flex!important;align-items:center!important;gap:10px!important;padding:14px!important;border-radius:14px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;color:#dce9ff!important;font-weight:800!important}
body{background:linear-gradient(180deg,var(--site-bg,#03070d),var(--site-bg-2,#050b12))!important}.topbar{background:var(--topbar-bg,rgba(4,10,18,.95))!important}

@media(max-width:760px){
  .sales-notification-stack{left:12px!important;right:12px!important;bottom:92px!important}
  .sales-notification{width:100%!important}
  .hero-featured-slider{min-height:400px!important}
  .hero-feature-img{height:230px!important}
}


/* V72 - Hero destaque maior no desktop e ajustado no mobile */
.hero-layout{
  grid-template-columns:minmax(0,0.95fr) minmax(500px,1.08fr)!important;
  align-items:center!important;
}

.hero-visual{
  width:100%!important;
  justify-content:center!important;
}

.hero-featured-frame{
  width:min(100%,580px)!important;
  min-height:610px!important;
  padding:20px!important;
  border-radius:32px!important;
}

.hero-featured-head{
  margin-bottom:18px!important;
}

.hero-featured-head h2{
  font-size:34px!important;
}

.hero-featured-head > i{
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  font-size:20px!important;
}

.hero-featured-slider{
  min-height:500px!important;
}

.hero-feature-card{
  border-radius:26px!important;
}

.hero-feature-img{
  height:335px!important;
}

.hero-feature-info{
  padding:20px!important;
  gap:12px!important;
}

.hero-feature-info h3{
  font-size:34px!important;
}

.hero-feature-info p{
  font-size:14px!important;
  line-height:1.6!important;
}

.hero-feature-meta small{
  font-size:13px!important;
}

.hero-feature-meta .btn-card{
  min-height:48px!important;
  font-size:13px!important;
}

.hero-featured-empty,
.hero-featured-loading{
  min-height:500px!important;
}

@media(min-width:1280px){
  .hero-featured-frame{
    width:min(100%,640px)!important;
    min-height:650px!important;
  }

  .hero-featured-slider{
    min-height:535px!important;
  }

  .hero-feature-img{
    height:365px!important;
  }

  .hero-feature-info h3{
    font-size:38px!important;
  }
}

@media(max-width:980px){
  .hero-layout{
    grid-template-columns:1fr!important;
  }

  .hero-featured-frame{
    width:min(100%,560px)!important;
    min-height:580px!important;
    margin:0 auto!important;
  }

  .hero-featured-slider{
    min-height:470px!important;
  }

  .hero-feature-img{
    height:315px!important;
  }
}

@media(max-width:760px){
  .hero-visual{
    width:100%!important;
  }

  .hero-featured-frame{
    width:min(100%,420px)!important;
    min-height:520px!important;
    padding:14px!important;
    border-radius:26px!important;
    margin:0 auto!important;
  }

  .hero-featured-head{
    margin-bottom:12px!important;
  }

  .hero-featured-head h2{
    font-size:25px!important;
  }

  .hero-featured-head span{
    font-size:9px!important;
  }

  .hero-featured-head > i{
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
    font-size:16px!important;
  }

  .hero-featured-slider{
    min-height:430px!important;
  }

  .hero-feature-card{
    border-radius:20px!important;
  }

  .hero-feature-img{
    height:270px!important;
  }

  .hero-feature-info{
    padding:14px!important;
    gap:8px!important;
  }

  .hero-feature-info h3{
    font-size:28px!important;
  }

  .hero-feature-info p{
    font-size:12.5px!important;
    line-height:1.45!important;
  }

  .hero-feature-meta{
    gap:8px!important;
  }

  .hero-feature-meta .btn-card{
    min-height:44px!important;
  }

  .hero-featured-empty,
  .hero-featured-loading{
    min-height:430px!important;
  }
}

@media(max-width:420px){
  .hero-featured-frame{
    width:100%!important;
    min-height:500px!important;
    padding:12px!important;
  }

  .hero-featured-slider{
    min-height:410px!important;
  }

  .hero-feature-img{
    height:250px!important;
  }

  .hero-feature-info h3{
    font-size:25px!important;
  }
}


/* V74 - Ajustes visuais dos cards destaque hero + selo promoção */
.hero-featured-frame{
  overflow:visible!important;
}

.hero-featured-slider{
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
}

.hero-feature-card{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  overflow:hidden!important;
}

.hero-feature-card.active{
  z-index:2!important;
}

.hero-feature-img{
  overflow:hidden!important;
}

.hero-category-pill{
  left:50%!important;
  top:14px!important;
  transform:translateX(-50%)!important;
  text-align:center!important;
  white-space:nowrap!important;
  max-width:calc(100% - 110px)!important;
}

.hero-feature-info{
  min-height:0!important;
}

.hero-feature-text{
  min-height:0!important;
}

.hero-feature-meta{
  margin-top:auto!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-items:center!important;
}

.hero-attendance-btn{
  width:100%!important;
  align-self:end!important;
  position:relative!important;
  bottom:auto!important;
  margin-top:0!important;
}

.hero-feature-dots{
  min-height:26px!important;
  width:100%!important;
  position:relative!important;
  z-index:5!important;
}

.hero-feature-dot{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
}

.hero-promo-badge{
  position:absolute!important;
  z-index:8!important;
  top:16px!important;
  right:16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:9px 12px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--accent),var(--accent-2))!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 14px 34px rgba(var(--theme-rgb),.34),0 0 0 5px rgba(var(--theme-rgb),.10)!important;
  font-size:11px!important;
  letter-spacing:.10em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  animation:promoPulse 1.7s ease-in-out infinite!important;
}

.hero-promo-badge i{
  font-size:13px!important;
  filter:drop-shadow(0 2px 8px rgba(255,255,255,.28))!important;
}

@keyframes promoPulse{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-2px) scale(1.045)}
}

@media(max-width:760px){
  .hero-category-pill{
    top:12px!important;
    max-width:calc(100% - 92px)!important;
    font-size:9px!important;
  }

  .hero-promo-badge{
    top:12px!important;
    right:12px!important;
    padding:8px 10px!important;
    font-size:9px!important;
    gap:5px!important;
  }

  .hero-feature-meta{
    gap:8px!important;
  }

  .hero-attendance-btn{
    min-height:46px!important;
  }

  .hero-feature-dots{
    margin-top:12px!important;
  }
}


/* V75 - centraliza seletor/dots do destaque hero na versão web */
.hero-featured-frame{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}

.hero-featured-dots{
  width:100%!important;
  left:auto!important;
  right:auto!important;
  margin-left:auto!important;
  margin-right:auto!important;
  align-self:center!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:9px!important;
  padding:0!important;
  transform:none!important;
}

.hero-feature-dot{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  float:none!important;
  flex:0 0 auto!important;
  margin:0!important;
}

#heroFeaturedDots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin:14px auto 0!important;
}

@media(min-width:761px){
  .hero-featured-dots,
  #heroFeaturedDots{
    position:relative!important;
    inset:auto!important;
    justify-content:center!important;
    place-content:center!important;
    justify-items:center!important;
  }
}


/* V77 - ajuste selo/ícone hero dentro do card, notificações sem acumular e segundos */
.hero-featured-frame{
  overflow:hidden!important;
}

.hero-feature-card{
  overflow:hidden!important;
  contain:paint!important;
}

.hero-feature-img{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px 22px 0 0!important;
}

.hero-promo-badge{
  top:12px!important;
  right:12px!important;
  max-width:calc(100% - 24px)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  transform:none!important;
  animation:promoPulseInner 1.7s ease-in-out infinite!important;
}

@keyframes promoPulseInner{
  0%,100%{filter:brightness(1)}
  50%{filter:brightness(1.18)}
}

.hero-category-pill{
  top:12px!important;
  left:12px!important;
  right:auto!important;
  transform:none!important;
  max-width:calc(100% - 150px)!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.hero-feature-noimg{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  color:rgba(255,255,255,.22)!important;
  font-size:72px!important;
}

.sales-notification-stack{
  max-height:120px!important;
  overflow:hidden!important;
}

@media(max-width:760px){
  .hero-promo-badge{
    top:10px!important;
    right:10px!important;
    max-width:calc(100% - 20px)!important;
    font-size:8.5px!important;
  }

  .hero-category-pill{
    top:10px!important;
    left:10px!important;
    max-width:calc(100% - 128px)!important;
  }

  .hero-feature-noimg{
    font-size:54px!important;
  }
}


/* V78 - preço/desconto no destaque do Hero com modos configuráveis */
.hero-price-box{
  margin-top:10px!important;
  width:100%!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  color:#fff!important;
  border:1px solid rgba(var(--theme-rgb),.30)!important;
}

.hero-price-box strong{
  font-size:22px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.hero-price-box em{
  font-style:normal!important;
  font-size:10px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  color:rgba(255,255,255,.76)!important;
  white-space:nowrap!important;
}

.hero-price-old{
  color:#93a4ba!important;
  text-decoration:line-through!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.hero-price-premium{
  padding:13px 14px!important;
  background:linear-gradient(135deg,rgba(var(--theme-rgb),.36),rgba(var(--theme-rgb),.12))!important;
  box-shadow:0 12px 34px rgba(var(--theme-rgb),.16)!important;
}

.hero-price-badge{
  width:max-content!important;
  max-width:100%!important;
  padding:11px 14px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  box-shadow:0 12px 32px rgba(var(--theme-rgb),.25)!important;
}

.hero-price-bar{
  padding:12px 14px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.055)!important;
  border-left:4px solid var(--accent)!important;
}

.hero-price-minimal{
  padding:8px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  justify-content:flex-start!important;
}

.hero-price-minimal strong{
  color:var(--accent)!important;
}

.hero-price-neon{
  padding:13px 14px!important;
  background:rgba(var(--theme-rgb),.16)!important;
  border-color:rgba(var(--theme-rgb),.65)!important;
  box-shadow:0 0 0 1px rgba(var(--theme-rgb),.18),0 0 26px rgba(var(--theme-rgb),.34)!important;
}

@media(max-width:760px){
  .hero-price-box{
    flex-wrap:wrap!important;
    justify-content:center!important;
    text-align:center!important;
    gap:6px 10px!important;
    padding:10px 11px!important;
  }

  .hero-price-box strong{
    font-size:19px!important;
  }

  .hero-price-box em{
    font-size:9px!important;
  }

  .hero-price-old{
    font-size:11px!important;
  }
}


/* V79 - correção preço no destaque Hero sem sobrepor botão */
.hero-feature-card{
  min-height:100%!important;
}

.hero-feature-info{
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:10px!important;
  align-content:stretch!important;
  min-height:0!important;
  overflow:hidden!important;
}

.hero-feature-text{
  min-height:0!important;
}

.hero-feature-text h3{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.hero-feature-text p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.hero-price-wrap{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  gap:6px!important;
  position:relative!important;
  z-index:2!important;
}

.hero-price-label{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  gap:6px!important;
  color:var(--accent)!important;
  font-size:10px!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
  font-weight:950!important;
}

.hero-price-label::before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:var(--accent)!important;
  box-shadow:0 0 14px rgba(var(--theme-rgb),.75)!important;
  flex:0 0 7px!important;
}

.hero-price-box{
  position:relative!important;
  margin:0!important;
  min-height:0!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
}

.hero-price-values{
  display:flex!important;
  align-items:baseline!important;
  gap:8px!important;
  min-width:0!important;
  flex-wrap:wrap!important;
}

.hero-price-box strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
}

.hero-feature-meta{
  margin-top:0!important;
  align-self:end!important;
  position:relative!important;
  z-index:3!important;
}

.hero-attendance-btn{
  position:static!important;
  width:100%!important;
  margin:0!important;
}

@media(min-width:761px){
  .hero-feature-info{
    min-height:190px!important;
  }
}

@media(max-width:760px){
  .hero-feature-info{
    gap:8px!important;
  }

  .hero-price-wrap{
    gap:5px!important;
  }

  .hero-price-label{
    justify-content:center!important;
    margin:0 auto!important;
    font-size:8.5px!important;
    letter-spacing:.10em!important;
  }

  .hero-price-box{
    width:100%!important;
  }

  .hero-price-values{
    justify-content:center!important;
  }
}


/* V81 - correção final preço Hero: card normal, sem efeito/sombra e apenas cor do painel */
.hero-feature-card{
  overflow:hidden!important;
  border-radius:26px!important;
}

.hero-feature-promo-price-zone{
  display:contents!important;
  position:static!important;
  width:auto!important;
  pointer-events:auto!important;
}

.hero-feature-info > .hero-price-wrap{
  display:grid!important;
}

.hero-price-wrap{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  display:grid!important;
  gap:6px!important;
  margin:0!important;
}

.hero-price-label{
  color:var(--accent)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  width:max-content!important;
  max-width:100%!important;
  font-size:10px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
}

.hero-price-label::before{
  background:var(--accent)!important;
  box-shadow:none!important;
}

.hero-price-box,
.hero-price-premium,
.hero-price-badge,
.hero-price-bar,
.hero-price-minimal,
.hero-price-neon{
  width:100%!important;
  margin:0!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:rgba(var(--theme-rgb),.10)!important;
  border:1px solid rgba(var(--theme-rgb),.50)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  color:#fff!important;
}

.hero-price-box strong,
.hero-price-premium strong,
.hero-price-badge strong,
.hero-price-bar strong,
.hero-price-minimal strong,
.hero-price-neon strong{
  color:var(--accent)!important;
  font-size:22px!important;
  font-weight:950!important;
  line-height:1!important;
}

.hero-price-box em,
.hero-price-premium em,
.hero-price-badge em,
.hero-price-bar em,
.hero-price-minimal em,
.hero-price-neon em{
  color:#cbd5e1!important;
  font-size:9px!important;
  font-style:normal!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.10em!important;
}

.hero-price-old{
  color:#8fa1b8!important;
  text-decoration:line-through!important;
  font-size:12px!important;
  font-weight:800!important;
}

.hero-feature-info{
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:10px!important;
  min-height:190px!important;
  overflow:hidden!important;
}

.hero-feature-meta{
  margin-top:0!important;
  position:relative!important;
  z-index:3!important;
}

.hero-attendance-btn{
  width:100%!important;
  position:static!important;
  margin:0!important;
  bottom:auto!important;
}

@media(max-width:760px){
  .hero-feature-info{
    min-height:170px!important;
    gap:8px!important;
  }

  .hero-price-label{
    margin:0 auto!important;
    font-size:8.5px!important;
    text-align:center!important;
  }

  .hero-price-box,
  .hero-price-premium,
  .hero-price-badge,
  .hero-price-bar,
  .hero-price-minimal,
  .hero-price-neon{
    padding:9px 10px!important;
    text-align:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
  }

  .hero-price-box strong,
  .hero-price-premium strong,
  .hero-price-badge strong,
  .hero-price-bar strong,
  .hero-price-minimal strong,
  .hero-price-neon strong{
    font-size:19px!important;
  }
}


/* V82 - preço dentro da imagem do Hero e botão Atendimento menor/dentro do card */
.hero-feature-card{
  overflow:hidden!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
}

.hero-feature-img{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px 22px 0 0!important;
}

.hero-image-top-stack{
  position:absolute!important;
  z-index:8!important;
  top:12px!important;
  right:12px!important;
  width:min(220px,calc(100% - 120px))!important;
  display:grid!important;
  gap:7px!important;
  justify-items:end!important;
  pointer-events:none!important;
}

.hero-image-top-stack .hero-promo-badge{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  max-width:100%!important;
  justify-self:end!important;
  pointer-events:auto!important;
  transform:none!important;
}

.hero-image-price{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:max-content!important;
  max-width:100%!important;
  padding:8px 10px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:rgba(var(--theme-rgb),.92)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  pointer-events:auto!important;
}

.hero-image-price strong{
  color:#fff!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.hero-image-price .hero-price-old{
  color:rgba(255,255,255,.70)!important;
  font-size:11px!important;
  font-weight:800!important;
  text-decoration:line-through!important;
  white-space:nowrap!important;
}

.hero-image-price em,
.hero-image-price .hero-price-label,
.hero-feature-info > .hero-price-wrap{
  display:none!important;
}

.hero-category-pill{
  left:12px!important;
  right:auto!important;
  top:12px!important;
  transform:none!important;
  max-width:calc(100% - 250px)!important;
}

.hero-feature-info{
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  gap:10px!important;
  min-height:170px!important;
  padding:16px!important;
  overflow:hidden!important;
}

.hero-feature-text{
  min-height:0!important;
  overflow:hidden!important;
}

.hero-feature-text h3{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.hero-feature-text p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.hero-feature-meta{
  margin-top:0!important;
  display:grid!important;
  gap:8px!important;
  align-self:end!important;
  position:relative!important;
  z-index:3!important;
}

.hero-attendance-btn{
  width:100%!important;
  min-height:40px!important;
  height:40px!important;
  padding:0 12px!important;
  font-size:12px!important;
  border-radius:13px!important;
  position:static!important;
  margin:0!important;
  bottom:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}

.hero-attendance-btn i{
  font-size:14px!important;
}

@media(min-width:761px){
  .hero-feature-info{
    min-height:172px!important;
  }
}

@media(max-width:760px){
  .hero-image-top-stack{
    top:10px!important;
    right:10px!important;
    width:min(185px,calc(100% - 96px))!important;
    gap:5px!important;
  }

  .hero-image-price{
    padding:7px 9px!important;
    gap:6px!important;
  }

  .hero-image-price strong{
    font-size:15px!important;
  }

  .hero-image-price .hero-price-old{
    font-size:10px!important;
  }

  .hero-category-pill{
    top:10px!important;
    left:10px!important;
    max-width:calc(100% - 205px)!important;
  }

  .hero-feature-info{
    min-height:154px!important;
    padding:13px!important;
    gap:8px!important;
  }

  .hero-feature-meta small{
    font-size:11px!important;
    text-align:center!important;
  }

  .hero-attendance-btn{
    min-height:38px!important;
    height:38px!important;
    font-size:11px!important;
    border-radius:12px!important;
  }
}

@media(max-width:420px){
  .hero-image-top-stack{
    width:min(165px,calc(100% - 88px))!important;
  }

  .hero-image-price strong{
    font-size:14px!important;
  }

  .hero-category-pill{
    max-width:calc(100% - 185px)!important;
  }
}


/* V83 - correção definitiva do preço e selo dentro da imagem do Hero */
.hero-feature-card[data-hero-feature-card]{
  position:relative!important;
  overflow:hidden!important;
  border-radius:26px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-img{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px 22px 0 0!important;
  isolation:isolate!important;
}

/* A pilha sempre fica DENTRO da imagem, no canto superior direito */
.hero-feature-card[data-hero-feature-card] .hero-image-top-stack{
  position:absolute!important;
  z-index:12!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  bottom:auto!important;
  width:auto!important;
  max-width:min(230px,calc(100% - 24px))!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:7px!important;
  transform:none!important;
  pointer-events:none!important;
}

/* Corrige o selo promoção: não pode herdar position absoluta de regras antigas */
.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-promo-badge{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  bottom:auto!important;
  max-width:100%!important;
  width:max-content!important;
  transform:none!important;
  margin:0!important;
  justify-self:auto!important;
  align-self:flex-end!important;
  pointer-events:auto!important;
  box-shadow:none!important;
}

/* Preço sempre abaixo do selo promoção e dentro da imagem */
.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  bottom:auto!important;
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  transform:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:999px!important;
  color:#fff!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  pointer-events:auto!important;
  white-space:nowrap!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price strong{
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price .hero-price-old{
  text-decoration:line-through!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

/* Modos do preço no Hero — agora realmente mudam conforme o painel */
.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-premium{
  padding:8px 11px!important;
  background:rgba(var(--theme-rgb),.92)!important;
  border:1px solid rgba(var(--theme-rgb),.95)!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-premium strong{
  color:#fff!important;
  font-size:18px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-badge{
  padding:8px 12px!important;
  background:var(--accent)!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:12px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-badge strong{
  color:#fff!important;
  font-size:17px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-bar{
  padding:8px 10px 8px 13px!important;
  background:rgba(3,7,13,.78)!important;
  border:1px solid rgba(var(--theme-rgb),.48)!important;
  border-left:5px solid var(--accent)!important;
  border-radius:10px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-bar strong{
  color:var(--accent)!important;
  font-size:18px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-minimal{
  padding:6px 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-minimal strong{
  color:var(--accent)!important;
  font-size:20px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-neon{
  padding:8px 11px!important;
  background:rgba(3,7,13,.88)!important;
  border:1px solid var(--accent)!important;
  border-radius:999px!important;
  outline:2px solid rgba(var(--theme-rgb),.16)!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price.hero-price-neon strong{
  color:var(--accent)!important;
  font-size:19px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price .hero-price-old{
  color:rgba(255,255,255,.70)!important;
  font-size:11px!important;
}

/* Categoria não pode empurrar o selo/preço para fora */
.hero-feature-card[data-hero-feature-card] .hero-category-pill{
  position:absolute!important;
  top:12px!important;
  left:12px!important;
  right:auto!important;
  max-width:calc(100% - 275px)!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  transform:none!important;
  z-index:9!important;
}

/* Remove qualquer preço antigo fora da imagem */
.hero-feature-info > .hero-price-wrap,
.hero-feature-info .hero-image-price{
  display:none!important;
}

@media(max-width:760px){
  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack{
    top:10px!important;
    right:10px!important;
    max-width:min(175px,calc(100% - 20px))!important;
    gap:5px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-promo-badge{
    font-size:8px!important;
    padding:7px 9px!important;
    gap:5px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price{
    gap:5px!important;
    padding:7px 8px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price strong{
    font-size:14px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price .hero-price-old{
    font-size:9px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-category-pill{
    top:10px!important;
    left:10px!important;
    max-width:calc(100% - 195px)!important;
    font-size:8.5px!important;
  }
}

@media(max-width:420px){
  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack{
    max-width:min(158px,calc(100% - 20px))!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-image-price strong{
    font-size:13px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-category-pill{
    max-width:calc(100% - 176px)!important;
  }
}


/* V90 regenerada - ícone promoção sem texto, dentro da imagem do Hero */
.hero-feature-card[data-hero-feature-card] .hero-feature-img{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge.hero-promo-fixed,
.hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  bottom:auto!important;
  z-index:40!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
  display:grid!important;
  place-items:center!important;
  border-radius:16px!important;
  box-sizing:border-box!important;
  color:#fff!important;
  background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;
  border:1px solid rgba(255,255,255,.24)!important;
  box-shadow:none!important;
  animation:none!important;
  pointer-events:auto!important;
  overflow:hidden!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge.hero-promo-fixed i,
.hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge i{
  display:block!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
  height:auto!important;
  line-height:1!important;
  font-size:20px!important;
  color:#fff!important;
  text-align:center!important;
  transform:none!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge span,
.hero-feature-card[data-hero-feature-card] > .hero-promo-badge,
.hero-feature-card[data-hero-feature-card] .hero-image-top-stack .hero-promo-badge{
  display:none!important;
}

.hero-feature-card[data-hero-feature-card] .hero-category-pill{
  max-width:calc(100% - 86px)!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-main-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
}

.hero-feature-card[data-hero-feature-card] .hero-info-price{
  width:max-content!important;
  max-width:205px!important;
  min-width:120px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:4px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  border:1px solid rgba(var(--theme-rgb),.55)!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}

.hero-feature-card[data-hero-feature-card] .hero-info-price strong{color:var(--accent)!important;font-size:22px!important;font-weight:950!important;}
.hero-feature-card[data-hero-feature-card] .hero-info-price .hero-price-old{color:#95a4b8!important;font-size:12px!important;text-decoration:line-through!important;font-weight:800!important;}

.sales-notification-stack{position:fixed!important;left:18px!important;bottom:104px!important;z-index:999999!important;display:flex!important;flex-direction:column!important;gap:10px!important;pointer-events:none!important;max-height:140px!important;overflow:visible!important;}
.sales-notification{width:min(360px,calc(100vw - 36px))!important;display:flex!important;align-items:center!important;gap:12px!important;padding:13px 14px!important;border-radius:18px!important;border:1px solid rgba(var(--theme-rgb),.52)!important;background:linear-gradient(180deg,rgba(9,17,30,.98),rgba(5,10,18,.98))!important;box-shadow:0 18px 55px rgba(0,0,0,.34),0 0 0 1px rgba(var(--theme-rgb),.10)!important;transform:translateY(16px) translateX(-14px)!important;opacity:0!important;transition:.32s ease!important;pointer-events:auto!important;}
.sales-notification.show{transform:translateY(0) translateX(0)!important;opacity:1!important;}
.sales-notification-icon{width:44px!important;height:44px!important;border-radius:14px!important;flex:0 0 44px!important;display:grid!important;place-items:center!important;color:#fff!important;background:linear-gradient(180deg,var(--accent),var(--accent-2))!important;}
.sales-notification-copy{min-width:0!important;flex:1!important;}
.sales-notification b{display:block!important;color:#fff!important;font-size:13px!important;font-weight:900!important;line-height:1.2!important;}
.sales-notification span{display:block!important;color:#b8c7da!important;font-size:12px!important;margin-top:3px!important;line-height:1.35!important;}
.sales-notification button{margin-left:auto!important;width:28px!important;height:28px!important;border-radius:999px!important;border:0!important;display:grid!important;place-items:center!important;cursor:pointer!important;color:#fff!important;background:rgba(255,255,255,.08)!important;}

@media(max-width:760px){
  .hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge.hero-promo-fixed,
  .hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge{
    top:10px!important;right:10px!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;max-height:40px!important;border-radius:14px!important;
  }
  .hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge.hero-promo-fixed i,
  .hero-feature-card[data-hero-feature-card] .hero-feature-img > .hero-promo-badge i{font-size:17px!important;}
  .hero-feature-card[data-hero-feature-card] .hero-category-pill{max-width:calc(100% - 72px)!important;}
  .hero-feature-card[data-hero-feature-card] .hero-feature-main-row{grid-template-columns:1fr!important;gap:8px!important;}
  .hero-feature-card[data-hero-feature-card] .hero-info-price{width:100%!important;max-width:100%!important;min-width:0!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;padding:8px 10px!important;}
  .hero-feature-card[data-hero-feature-card] .hero-info-price strong{font-size:17px!important;}
  .hero-feature-card[data-hero-feature-card] .hero-info-price .hero-price-old{font-size:10px!important;}

  #featuredParts .part-img, #catalogGrid .part-img{display:flex!important;align-items:center!important;justify-content:center!important;}
  #featuredParts .part-img img, #featuredParts .part-main-img, #catalogGrid .part-img img, #catalogGrid .part-main-img{display:block!important;margin:auto!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;}
  .hero-feature-card[data-hero-feature-card] .hero-feature-img{display:flex!important;align-items:center!important;justify-content:center!important;}
  .hero-feature-card[data-hero-feature-card] .hero-feature-img img{display:block!important;margin:auto!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;}

  .sales-notification-stack{top:14px!important;bottom:auto!important;left:12px!important;right:12px!important;width:auto!important;max-height:160px!important;z-index:9999999!important;align-items:center!important;}
  .sales-notification{width:100%!important;max-width:430px!important;transform:translateY(-18px)!important;}
  .sales-notification.show{transform:translateY(0)!important;}
}


/* V91 - restaura tamanho grande do card destaque Hero */
.hero-layout{
  grid-template-columns:minmax(0,0.95fr) minmax(520px,1.08fr)!important;
  align-items:center!important;
}

.hero-visual{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
}

.hero-featured-frame{
  width:100%!important;
  max-width:660px!important;
  min-width:520px!important;
  min-height:650px!important;
  padding:20px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

.hero-featured-slider{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  height:535px!important;
  min-height:535px!important;
  display:block!important;
  overflow:hidden!important;
}

.hero-feature-card[data-hero-feature-card]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-rows:365px minmax(0,1fr)!important;
  overflow:hidden!important;
  border-radius:26px!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-img{
  width:100%!important;
  height:365px!important;
  min-height:365px!important;
  max-height:365px!important;
  box-sizing:border-box!important;
  position:relative!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-img img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-info{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  min-height:0!important;
  padding:18px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  gap:10px!important;
  overflow:hidden!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-main-row{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-text{
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-text h3{
  max-width:100%!important;
  font-size:34px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-text p{
  max-width:100%!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.hero-feature-card[data-hero-feature-card] .hero-feature-meta{
  width:100%!important;
  margin:0!important;
  display:grid!important;
  gap:8px!important;
  align-self:end!important;
}

.hero-feature-card[data-hero-feature-card] .hero-attendance-btn{
  position:static!important;
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  margin:0!important;
  padding:0 14px!important;
  font-size:12px!important;
  border-radius:13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  box-sizing:border-box!important;
}

@media(min-width:1280px){
  .hero-featured-frame{
    max-width:690px!important;
    min-height:675px!important;
  }

  .hero-featured-slider{
    height:555px!important;
    min-height:555px!important;
  }

  .hero-feature-card[data-hero-feature-card]{
    grid-template-rows:385px minmax(0,1fr)!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-img{
    height:385px!important;
    min-height:385px!important;
    max-height:385px!important;
  }
}

@media(max-width:980px){
  .hero-layout{
    grid-template-columns:1fr!important;
  }

  .hero-featured-frame{
    min-width:0!important;
    width:100%!important;
    max-width:620px!important;
    min-height:610px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-featured-slider{
    height:495px!important;
    min-height:495px!important;
  }

  .hero-feature-card[data-hero-feature-card]{
    grid-template-rows:330px minmax(0,1fr)!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-img{
    height:330px!important;
    min-height:330px!important;
    max-height:330px!important;
  }
}

@media(max-width:760px){
  .hero-featured-frame{
    min-width:0!important;
    width:100%!important;
    max-width:430px!important;
    min-height:545px!important;
    padding:14px!important;
  }

  .hero-featured-slider{
    height:445px!important;
    min-height:445px!important;
  }

  .hero-feature-card[data-hero-feature-card]{
    grid-template-rows:275px minmax(0,1fr)!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-img{
    height:275px!important;
    min-height:275px!important;
    max-height:275px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-info{
    padding:13px!important;
    gap:8px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-text h3{
    font-size:26px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-main-row{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-attendance-btn{
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    font-size:11px!important;
  }
}

@media(max-width:420px){
  .hero-featured-frame{
    max-width:100%!important;
    min-height:525px!important;
  }

  .hero-featured-slider{
    height:425px!important;
    min-height:425px!important;
  }

  .hero-feature-card[data-hero-feature-card]{
    grid-template-rows:255px minmax(0,1fr)!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-img{
    height:255px!important;
    min-height:255px!important;
    max-height:255px!important;
  }
}


/* V92 - correções mobile sem alterar funções */
@media(max-width:760px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  body{
    position:relative!important;
  }

  *,
  *::before,
  *::after{
    box-sizing:border-box!important;
  }

  img,
  video,
  canvas,
  svg{
    max-width:100%!important;
  }

  .container,
  .section,
  .hero,
  .hero-layout,
  .hero-copy,
  .hero-visual,
  .features,
  .parts-grid,
  .catalog-grid,
  .footer-grid,
  .footer,
  .topbar,
  .nav-wrap{
    max-width:100%!important;
    min-width:0!important;
  }

  .container{
    width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .section{
    overflow:hidden!important;
  }

  /* 1 - centralizar motores/peças em destaque no mobile */
  #featuredParts,
  .featured-grid,
  .parts-grid{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    align-items:stretch!important;
    gap:18px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  #featuredParts .part-card,
  .featured-grid .part-card,
  .parts-grid .part-card{
    width:100%!important;
    max-width:390px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }

  #featuredParts .part-img,
  .featured-grid .part-img,
  .parts-grid .part-img,
  #featuredParts .part-image,
  .featured-grid .part-image,
  .parts-grid .part-image{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow:hidden!important;
    text-align:center!important;
  }

  #featuredParts .part-img img,
  .featured-grid .part-img img,
  .parts-grid .part-img img,
  #featuredParts .part-main-img,
  .featured-grid .part-main-img,
  .parts-grid .part-main-img{
    display:block!important;
    margin:auto!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  #featuredParts .part-content,
  .featured-grid .part-content,
  .parts-grid .part-content,
  #featuredParts .part-card-body,
  .featured-grid .part-card-body,
  .parts-grid .part-card-body{
    text-align:center!important;
  }

  #featuredParts .part-meta,
  .featured-grid .part-meta,
  .parts-grid .part-meta,
  #featuredParts .part-actions,
  .featured-grid .part-actions,
  .parts-grid .part-actions{
    justify-content:center!important;
  }

  /* hero destaque também centralizado */
  .hero-featured-frame{
    width:100%!important;
    max-width:430px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-img{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero-feature-card[data-hero-feature-card] .hero-feature-img img{
    display:block!important;
    margin:auto!important;
    object-position:center center!important;
  }

  /* 2 - centralizar nome/logo do rodapé no mobile */
  .footer{
    text-align:center!important;
    overflow:hidden!important;
  }

  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
    gap:22px!important;
  }

  .footer .brand,
  .footer-brand,
  .footer-logo,
  .footer-brandline,
  .footer [data-site-name],
  .footer [data-logo]{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
  }

  .footer .brand{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }

  .footer .brand-mark,
  .footer .logo-mark,
  .footer-logo img,
  .footer img[data-logo-img]{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .footer p,
  .footer h3,
  .footer h4,
  .footer small,
  .footer li,
  .footer a{
    text-align:center!important;
  }

  .footer ul{
    padding-left:0!important;
    list-style:none!important;
  }

  .footer .contact-line,
  .footer .footer-contact,
  .footer .footer-links{
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
  }

  /* 3 - impedir vão lateral e rolagem horizontal no mobile */
  .hero,
  .about,
  .services,
  .featured,
  .testimonials,
  .faq,
  .payment-section,
  .brands-section,
  .footer{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  .hero-layout,
  .about-grid,
  .services-grid,
  .metrics-grid,
  .testimonials-grid,
  .faq-grid,
  .payment-grid{
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .hero-copy,
  .hero-visual{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .topbar{
    width:100%!important;
    max-width:100vw!important;
    overflow:hidden!important;
  }

  .nav-wrap{
    width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .actions,
  .hero-actions,
  .hero-buttons{
    flex-wrap:wrap!important;
    justify-content:center!important;
    max-width:100%!important;
  }

  .brands-row,
  .brand-strip,
  .payment-methods,
  .cards-row{
    max-width:100%!important;
    overflow:hidden!important;
    justify-content:center!important;
  }

  .reveal{
    max-width:100%!important;
  }
}

@media(max-width:420px){
  .container{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  #featuredParts .part-card,
  .featured-grid .part-card,
  .parts-grid .part-card{
    max-width:100%!important;
  }
}
