/* =====================================================================
   MECÂNICA OSMAR AUTOPEÇAS — Design System
   Paleta extraída da identidade real: preto/azul-marinho, cromado, azul
   elétrico. Tipografia condensada de sinalização de oficina + mono para
   códigos de estoque.
   ===================================================================== */

:root{
  /* cor */
  --navy-900:#0A0E16;
  --navy-800:#101623;
  --navy-700:#161F30;
  --panel:#131A28;
  --chrome-100:#EEF1F5;
  --chrome-300:#C7CDD6;
  --chrome-500:#8B93A1;
  --line:#26314480;
  --blue-600:#1B5FE0;
  --blue-500:#2E7CFF;
  --blue-400:#5FA0FF;
  --blue-glow:#3B8CFF66;
  --amber:#F2B84B;
  --steel:#9FB0CC;
  --ok:#33B36B;
  --low:#E6A522;
  --out:#E24B4B;
  --white:#FFFFFF;

  /* tipografia */
  --f-display:'Oswald', 'Arial Narrow', sans-serif;
  --f-body:'Work Sans', system-ui, sans-serif;
  --f-mono:'IBM Plex Mono', ui-monospace, monospace;

  --radius:10px;
  --shadow-lg:0 20px 50px -20px rgba(0,0,0,.6);
  --insta-grad:linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--navy-900);
  color:var(--chrome-100);
  font-family:var(--f-body);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
.os-top + main{padding-top:84px;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;}
input,select,textarea{font-family:inherit;}

.container{
  width:100%;
  max-width:1180px;
  margin-inline:auto;
  padding-inline:24px;
}

/* respeita usuários com redução de movimento */
@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important;}
}

/* ---------- foco de teclado visível ---------- */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:2px solid var(--blue-400);
  outline-offset:3px;
  border-radius:4px;
}

/* ---------- texturas ---------- */
.hex-texture{
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:22px 22px;
}

/* =====================================================================
   TIPOGRAFIA UTILITÁRIA
   ===================================================================== */
.eyebrow{
  font-family:var(--f-mono);
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--blue-400);
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.eyebrow::before{
  content:"";
  width:7px;height:7px;
  background:var(--blue-500);
  border-radius:1px;
  box-shadow:0 0 10px 2px var(--blue-glow);
}
h1,h2,h3,h4{
  font-family:var(--f-display);
  text-transform:uppercase;
  letter-spacing:.01em;
  color:var(--chrome-100);
  margin:0;
}
h1{font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:.98;font-weight:700;}
h2{font-size:clamp(1.9rem,3.6vw,2.7rem);line-height:1.04;font-weight:600;}
h3{font-size:1.25rem;font-weight:600;}
p{margin:0;}
.lede{font-size:1.08rem;color:var(--chrome-300);max-width:56ch;}
.mono{font-family:var(--f-mono);}

.section-head{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:42px;
  max-width:640px;
}
.section-head--center{
  margin-inline:auto;
  text-align:center;
  align-items:center;
}
.section-head--center .eyebrow{justify-content:center;}
.section-head--center .lede{max-width:52ch;}

/* =====================================================================
   BOTÕES
   ===================================================================== */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:14px 26px;
  font-family:var(--f-display);
  font-size:.95rem;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-weight:600;
  border-radius:6px;
  border:1px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px);}
.btn-primary{
  background:linear-gradient(180deg,var(--blue-500),var(--blue-600));
  color:var(--white);
  box-shadow:0 10px 26px -10px var(--blue-glow);
}
.btn-primary:hover{box-shadow:0 14px 32px -8px var(--blue-glow);transform:translateY(-1px);}
.btn-ghost{
  background:transparent;
  color:var(--chrome-100);
  border-color:#3A4557;
}
.btn-ghost:hover{border-color:var(--blue-400);color:var(--blue-400);}
.btn-block{width:100%;}
.btn[disabled]{opacity:.45;cursor:not-allowed;}

/* =====================================================================
   TOPBAR (faixa utilitária acima do menu, padrão de site institucional)
   ===================================================================== */
.topbar{
  background:var(--navy-900);
  border-bottom:1px solid var(--line);
  font-family:var(--f-mono);
  font-size:.72rem;
  letter-spacing:.02em;
  color:var(--chrome-500);
}
.topbar .container{
  display:flex;align-items:center;justify-content:space-between;
  height:38px;gap:16px;flex-wrap:wrap;
}
.topbar-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.topbar-left a{display:inline-flex;align-items:center;gap:6px;color:var(--chrome-500);}
.topbar-left a:hover{color:var(--blue-400);}
.topbar-left svg{width:13px;height:13px;flex-shrink:0;}
.topbar-right{display:flex;align-items:center;gap:12px;}
.topbar-right a{
  width:24px;height:24px;border-radius:6px;display:grid;place-items:center;
  color:var(--chrome-500);border:1px solid #22304680;
}
.topbar-right a:hover{color:var(--white);border-color:#3A4557;}
.topbar-right a svg{width:13px;height:13px;}
.topbar-right a.insta:hover{background:var(--insta-grad);color:var(--white);border-color:transparent;}

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(3,7,13,.84);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(120,160,215,.13);
  box-shadow:none;
}
.header-row{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  height:84px;
  gap:24px;
}
.site-header .brand{display:none;}
.main-nav{grid-column:2;justify-self:center;}
.brand{display:flex;align-items:center;gap:12px;}
.brand-logo{
  flex:0 0 auto;
  min-width:0;
}
.brand-panel{
  position:relative;
  width:clamp(250px,26vw,340px);
  height:74px;
  display:flex;
  align-items:center;
  padding:4px 0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  clip-path:none;
  box-shadow:
    0 18px 38px -28px rgba(46,124,255,.9);
}
.brand-panel::before{
  content:"";
  position:absolute;
  left:4%;
  right:8%;
  bottom:6px;
  height:22px;
  background:
    radial-gradient(ellipse at center,rgba(46,124,255,.34),transparent 68%);
  filter:blur(10px);
  opacity:.7;
  pointer-events:none;
  z-index:0;
}
.brand-panel::after{
  content:"";
  position:absolute;
  left:7%;
  right:13%;
  bottom:4px;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--blue-400),#6FE36E,transparent);
  opacity:.58;
  z-index:0;
}
.brand-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:left center;
  position:relative;
  z-index:1;
  filter:
    drop-shadow(0 10px 14px rgba(0,0,0,.72))
    drop-shadow(0 0 12px rgba(46,124,255,.2));
}
.brand-logo .official-logo{
  max-width:100%;
}
.brand-mark{
  width:52px;height:52px;
  border-radius:12px;
  display:grid;place-items:center;
  background:radial-gradient(circle at 30% 25%, #2C3850, var(--navy-800) 70%);
  border:1px solid #33415A;
  position:relative;
  transition:transform .4s ease;
}
.brand:hover .brand-mark{transform:rotate(18deg);}
.brand-mark svg{width:32px;height:32px;}
.brand-text{display:flex;flex-direction:column;line-height:1;}
.brand-text b{
  font-family:var(--f-display);
  font-size:1.3rem;
  letter-spacing:.02em;
  text-transform:uppercase;
  background:linear-gradient(180deg,#F5F7FA,#AEB6C2);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.brand-text span{
  font-family:var(--f-mono);
  font-size:.64rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--blue-400);
  margin-top:4px;
}

/* marca d'água grande no hero — reforça a identidade visual */
.brand-watermark{
  position:absolute;
  top:50%;right:-60px;
  width:560px;height:560px;
  transform:translateY(-50%);
  opacity:.05;
  pointer-events:none;
  z-index:0;
}
.hero > .brand-watermark{display:none;}
@media (max-width:980px){.brand-watermark{display:none;}}

.main-nav ul{display:flex;gap:34px;align-items:center;}
.main-nav a{
  position:relative;
  padding:31px 0 27px;
  font-family:var(--f-display);
  font-size:.82rem;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#d1d8e4;
  border-radius:0;
  transition:color .15s ease, background .15s ease;
}
.main-nav a::after{
  content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;
  background:var(--blue-400);border-radius:2px;
  transform:scaleX(0);transform-origin:left;
  transition:transform .2s ease;
}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1);}
.main-nav a:hover,.main-nav a.active{color:var(--white);background:transparent;}
.header-cta{grid-column:3;justify-self:end;display:flex;align-items:center;gap:10px;}
.header-cta .btn{
  white-space:nowrap;
}
.header-cta .btn-primary{
  min-height:46px;
  padding:0 22px;
  border:1px solid rgba(83,162,255,.38);
  border-radius:8px;
  background:rgba(4,10,18,.62);
  box-shadow:none;
}
.header-cta .btn-primary .hide-mobile,
.header-cta .btn-primary{
  font-size:0;
}
.header-cta .btn-primary:before{
  content:"WhatsApp";
  font:700 .82rem var(--f-display);
  letter-spacing:.04em;
  text-transform:uppercase;
}

.nav-toggle{
  display:none;
  width:42px;height:42px;
  border-radius:8px;
  border:1px solid #33415A;
  background:var(--navy-800);
  align-items:center;justify-content:center;
}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{
  content:"";display:block;width:18px;height:2px;background:var(--chrome-100);
  position:relative;transition:.2s;
}
.nav-toggle span::before{position:absolute;top:-6px;}
.nav-toggle span::after{position:absolute;top:6px;}

/* =====================================================================
   HERO
   ===================================================================== */
.hero{
  position:relative;
  padding:76px 0 90px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(7,10,16,.98) 0%,rgba(7,10,16,.9) 32%,rgba(7,10,16,.62) 58%,rgba(7,10,16,.2) 100%),
    linear-gradient(180deg,rgba(7,10,16,.7),rgba(7,10,16,.92)),
    url("../assets/ui/fundo.png") center right/cover no-repeat,
    var(--navy-900);
  border-bottom:1px solid var(--line);
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 35%,rgba(46,124,255,.16),transparent 34%),
    linear-gradient(90deg,rgba(7,10,16,.58),rgba(7,10,16,.7) 58%,rgba(7,10,16,.46)),
    linear-gradient(180deg,rgba(7,10,16,.42),rgba(7,10,16,.78));
  pointer-events:none;
  z-index:0;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:36%;
  background:linear-gradient(180deg,transparent,var(--navy-900));
  pointer-events:none;
  z-index:0;
}
.hero-grid{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:56px;
  align-items:center;
}
.hero-copy .eyebrow{margin-bottom:18px;}
.hero-copy h1{margin-bottom:20px;}
.hero-copy h1 em{
  font-style:normal;
  background:linear-gradient(90deg,var(--blue-400),var(--blue-600));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-copy .lede{margin-bottom:30px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px;}
.hero-trust{display:flex;gap:26px;flex-wrap:wrap;}
.hero-trust div{display:flex;flex-direction:column;}
.hero-trust b{font-family:var(--f-display);font-size:1.5rem;color:var(--white);}
.hero-trust span{font-size:.78rem;color:var(--chrome-500);}

.hero-brand-showcase{
  position:relative;
  border:1px solid rgba(95,160,255,.22);
  border-radius:18px;
  overflow:hidden;
  background:rgba(5,8,13,.68);
  box-shadow:
    0 35px 90px -48px rgba(46,124,255,.9),
    inset 0 1px 0 rgba(255,255,255,.08);
  isolation:isolate;
  align-self:center;
}
.hero-brand-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,8,13,.06),transparent 45%,rgba(5,8,13,.2)),
    radial-gradient(circle at 75% 54%,rgba(46,124,255,.18),transparent 34%);
  z-index:1;
  pointer-events:none;
}
.hero-brand-showcase .hero-brand-art{
  width:100%;
  aspect-ratio:1717/916;
  object-fit:cover;
  object-position:center;
  display:block;
  opacity:.88;
  filter:saturate(1.04) contrast(1.08);
}
.hero-brand-card{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px 18px;
  align-items:center;
  padding:16px;
  border-top:1px solid rgba(95,160,255,.24);
  border-radius:0;
  background:rgba(6,10,16,.76);
  backdrop-filter:blur(10px);
}
.hero-brand-card span{
  grid-column:1/-1;
  font-family:var(--f-mono);
  font-size:.66rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--blue-400);
}
.hero-brand-card b{
  color:var(--white);
  font-size:.95rem;
}
.hero-brand-card .btn{
  padding:10px 16px;
  font-size:.76rem;
}

.quick-service-board{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:stretch;
  padding:34px;
  border:1px solid #263450;
  border-radius:16px;
  background:
    linear-gradient(120deg,rgba(242,184,75,.08),transparent 34%),
    linear-gradient(160deg,#141c2a,#0d131d);
  box-shadow:0 28px 70px -45px rgba(0,0,0,.9);
}
.quick-service-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.quick-service-copy h2{margin:10px 0 14px;}
.quick-service-copy .lede{margin-bottom:24px;}
.quick-service-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  overflow:hidden;
  border:1px solid #263450;
  border-radius:12px;
  background:#263450;
}
.quick-service-list article{
  min-height:220px;
  padding:24px 20px;
  background:rgba(15,22,34,.92);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
}
.quick-service-list article::before{
  content:"";
  position:absolute;
  left:20px;
  top:22px;
  width:36px;
  height:3px;
  border-radius:20px;
  background:linear-gradient(90deg,var(--amber),var(--blue-400));
}
.quick-service-list span{
  font-family:var(--f-mono);
  color:var(--amber);
  font-size:.72rem;
  margin-bottom:18px;
}
.quick-service-list h3{font-size:1rem;margin-bottom:8px;}
.quick-service-list p{font-size:.84rem;color:var(--chrome-500);}

/* painel "status de estoque" — elemento assinatura */
.status-panel{
  background:linear-gradient(180deg,var(--panel),var(--navy-800));
  border:1px solid #263450;
  border-radius:14px;
  padding:22px;
  box-shadow:var(--shadow-lg);
}
.status-panel-head{
  display:flex;align-items:center;justify-content:space-between;
  padding-bottom:16px;margin-bottom:16px;
  border-bottom:1px dashed #2A3750;
}
.status-panel-head b{
  font-family:var(--f-mono);font-size:.72rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--chrome-300);
}
.live-dot{display:inline-flex;align-items:center;gap:7px;font-family:var(--f-mono);font-size:.68rem;color:var(--ok);text-transform:uppercase;letter-spacing:.08em;}
.live-dot::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 0 rgba(51,179,107,.6);animation:pulse 1.8s infinite;}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(51,179,107,.55);}
  70%{box-shadow:0 0 0 8px rgba(51,179,107,0);}
  100%{box-shadow:0 0 0 0 rgba(51,179,107,0);}
}
.tag{
  font-family:var(--f-mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.06em;
  padding:3px 8px;border-radius:20px;border:1px solid transparent;
}
.tag-cat{color:var(--blue-400);background:#5FA0FF1f;border-color:#5FA0FF4d;}

/* =====================================================================
   FAIXA DE MARCAS / SELOS
   ===================================================================== */
.strip{
  border-bottom:1px solid var(--line);
  background:var(--navy-800);
}
.strip .container{
  display:flex;flex-wrap:wrap;gap:14px 34px;justify-content:space-between;
  padding-block:22px;
}
.strip-item{
  display:flex;align-items:center;gap:10px;
  font-family:var(--f-display);font-size:.82rem;letter-spacing:.03em;
  text-transform:uppercase;color:var(--chrome-300);
}
.strip-item svg{width:20px;height:20px;color:var(--blue-400);flex-shrink:0;}

/* =====================================================================
   MARQUEE DE MARCAS PARCEIRAS
   ===================================================================== */
.marquee-wrap{
  background:
    radial-gradient(circle at 50% 45%,rgba(22,119,255,.16),transparent 40%),
    linear-gradient(90deg,rgba(2,7,17,.90) 0%,rgba(7,17,31,.76) 50%,rgba(2,7,17,.90) 100%),
    url("../assets/Trabalhamos com as principais marcas do mercado.png") center/cover no-repeat;
  border-top:1px solid rgba(80,145,220,.22);
  border-bottom:1px solid rgba(80,145,220,.25);
  padding-block:48px 52px;
  overflow:hidden;
  position:relative;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    inset 0 -1px 0 rgba(255,255,255,.025),
    0 26px 80px rgba(0,0,0,.34);
}
.marquee-wrap::before,.marquee-wrap::after{
  content:"";position:absolute;top:0;bottom:0;width:160px;z-index:2;pointer-events:none;
}
.marquee-wrap::before{left:0;background:linear-gradient(90deg,#020711 0%,rgba(2,7,17,.84) 34%,transparent 100%);}
.marquee-wrap::after{right:0;background:linear-gradient(270deg,#020711 0%,rgba(2,7,17,.84) 34%,transparent 100%);}
.marquee-label{
  position:relative;z-index:3;
  text-align:center;font-family:var(--f-mono);font-size:.68rem;letter-spacing:.28em;
  text-transform:uppercase;color:#8FA3BD;margin-bottom:28px;
  text-shadow:0 12px 28px rgba(0,0,0,.55);
}
.marquee-track{
  position:relative;z-index:1;
  display:flex;gap:14px;width:max-content;
  animation:marquee 32s linear infinite;
}
@media (prefers-reduced-motion: reduce){.marquee-track{animation:none;}}
@keyframes marquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
.brand-chip{
  width:150px;height:64px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(214,224,238,.92));
  border:1px solid rgba(95,160,255,.18);
  border-radius:12px;
  padding:10px 18px;
  filter:none;
  transition:filter .25s ease, transform .25s ease, box-shadow .25s ease;
}
.brand-chip:hover{
  filter:brightness(1.08);
  transform:translateY(-3px);
  box-shadow:0 14px 28px -12px rgba(47,128,255,.55);
}
.brand-chip img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.brand-chip .brand-fallback{
  display:none;
  font-family:var(--f-display);
  font-size:1.02rem;letter-spacing:.03em;text-transform:uppercase;
  color:var(--navy-800);
  white-space:nowrap;
}

/* =====================================================================
   ESTATÍSTICAS / NÚMEROS
   ===================================================================== */
.stats-row{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
}
.stat-item{
  background:var(--panel);
  padding:26px 20px;
  text-align:center;
  transition:background .2s ease;
}
.stat-item:hover{background:#171F30;}
.stat-item b{
  display:block;
  font-family:var(--f-display);
  font-size:clamp(1.7rem,3vw,2.3rem);
  color:var(--white);
  background:linear-gradient(180deg,#F5F7FA,#9FB0CC);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.stat-item span{
  display:block;margin-top:6px;
  font-size:.78rem;color:var(--chrome-500);
}

/* =====================================================================
   VITRINE DA LOJA — carrossel de fotos reais em quadro premium
   (mesmo princípio do .marquee-wrap/.marquee-track das marcas)
   ===================================================================== */
.section-alt.vitrine-intro{
  position:relative;
  padding-block:64px!important;
  background:
    linear-gradient(180deg, rgba(9,13,22,.88) 0%, rgba(9,13,22,.72) 45%, rgba(9,13,22,.94) 100%),
    url("../assets/auto peças.png") center/cover no-repeat;
}
.vitrine-wrap{
  background:
    radial-gradient(circle at 50% 45%,rgba(22,119,255,.10),transparent 34%),
    linear-gradient(90deg,rgba(2,7,17,.98) 0%,rgba(7,17,31,.94) 48%,rgba(2,7,17,.98) 100%);
  border-top:1px solid rgba(80,145,220,.22);
  border-bottom:1px solid rgba(80,145,220,.25);
  padding-block:36px;
  overflow:hidden;
  position:relative;
}
.vitrine-wrap::before,.vitrine-wrap::after{
  content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none;
}
.vitrine-wrap::before{left:0;background:linear-gradient(90deg,#020711 0%,rgba(2,7,17,.84) 34%,transparent 100%);}
.vitrine-wrap::after{right:0;background:linear-gradient(270deg,#020711 0%,rgba(2,7,17,.84) 34%,transparent 100%);}
.vitrine-track{
  position:relative;z-index:1;
  display:flex;gap:16px;width:max-content;
  animation:vitrine-scroll 38s linear infinite;
}
.vitrine-wrap:hover .vitrine-track{animation-play-state:paused;}
@media (prefers-reduced-motion: reduce){.vitrine-track{animation:none;}}
@keyframes vitrine-scroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
.vitrine-card{
  position:relative;flex-shrink:0;
  width:280px;aspect-ratio:16/10;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--border);
  background:var(--panel);
  box-shadow:0 16px 34px -20px rgba(0,0,0,.75);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.vitrine-card:hover{
  transform:translateY(-4px);
  border-color:rgba(95,160,255,.45);
  box-shadow:0 20px 40px -22px rgba(46,124,255,.5);
}
.vitrine-card img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .4s ease;
}
.vitrine-card:hover img{transform:scale(1.06);}
.vitrine-card--caption:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(9,13,22,0) 50%, rgba(9,13,22,.92) 100%);
}
.vitrine-card__label{
  position:absolute;left:14px;bottom:11px;z-index:1;
  font-family:var(--f-display);text-transform:uppercase;
  font-size:.78rem;letter-spacing:.03em;color:var(--white);
}
@media (max-width:600px){
  .vitrine-card{width:220px;}
}

/* =====================================================================
   CATEGORIA — chips rápidos
   ===================================================================== */
.chip-row{display:flex;flex-wrap:wrap;gap:11px;}
.chip-row a{
  display:inline-flex;align-items:center;gap:10px;
  padding:7px 18px 7px 7px;border-radius:24px;
  border:1px solid #26324a;
  background:linear-gradient(180deg,#161f31,#0d131f);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 10px 20px -16px rgba(0,0,0,.7);
  font-family:var(--f-display);font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;
  color:var(--chrome-300);transition:border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.chip-row a .chip-icon{
  position:relative;
  width:32px;height:32px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 34% 30%,#1c2b48,#0a0e17 72%);
  border:1px solid #2c3c5c;
  box-shadow:inset 0 0 9px rgba(47,128,255,.28);
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.chip-row a .chip-icon svg{
  width:18px;height:18px;
  stroke:var(--blue-400);
  filter:drop-shadow(0 0 4px rgba(95,160,255,.55));
  transition:transform .2s ease;
}
.chip-row a .chip-icon--rot svg{transform:rotate(90deg);}
.chip-row a:hover .chip-icon--rot svg{transform:rotate(90deg) scale(1.1);}
.chip-row a:hover{border-color:var(--blue-400);color:var(--white);background:linear-gradient(180deg,#1b2740,#0d131f);transform:translateY(-2px);box-shadow:0 12px 26px -12px var(--blue-glow);}
.chip-row a:hover svg{transform:scale(1.15) rotate(-4deg);}
.chip-row a:hover .chip-icon{border-color:var(--blue-400);box-shadow:inset 0 0 12px rgba(47,128,255,.45), 0 0 16px -4px var(--blue-glow);transform:scale(1.08);}

/* =====================================================================
   PROCESSO (passo a passo — ordem real, numeração faz sentido aqui)
   ===================================================================== */
.process-row{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  position:relative;
}
.process-step{
  padding:0 22px 0 0;
  position:relative;
}
.process-step:not(:last-child)::after{
  content:"";position:absolute;top:23px;right:0;left:56px;height:1px;
  background:repeating-linear-gradient(90deg,#2A3750 0 6px,transparent 6px 12px);
}
.process-num{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  font-family:var(--f-mono);font-size:.9rem;color:var(--blue-400);
  background:var(--panel);border:1px solid #2A3750;
  margin-bottom:16px;position:relative;z-index:1;
}
.process-step h3{font-size:1rem;margin-bottom:8px;}
.process-step p{color:var(--chrome-500);font-size:.86rem;}

/* =====================================================================
   FOTO placeholder (espaço reservado para imagens reais)
   ===================================================================== */
.photo-slot{
  aspect-ratio:4/3;
  border-radius:14px;
  border:1px dashed #2E3B54;
  background:
    repeating-linear-gradient(135deg, #131A28 0 2px, #111827 2px 14px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:10px;text-align:center;padding:24px;
  color:var(--chrome-500);
}
.photo-slot svg{width:34px;height:34px;color:#3A4863;}
.photo-slot b{color:var(--chrome-300);font-family:var(--f-display);text-transform:uppercase;font-size:.85rem;letter-spacing:.03em;}
.photo-slot span{font-size:.78rem;max-width:26ch;}
.photo-slot .btn{margin-top:6px;}

.insta-btn{
  background:var(--insta-grad);
  color:var(--white);
}
.insta-btn:hover{filter:brightness(1.08);}

/* =====================================================================
   DICAS / CONTEÚDO
   ===================================================================== */
.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.tip-card{
  background:var(--panel);border:1px solid #212C40;border-radius:12px;
  padding:24px;display:flex;flex-direction:column;gap:12px;
}
.tip-card .t-tag{
  font-family:var(--f-mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;
  color:var(--blue-400);
}
.tip-card h3{font-size:1.02rem;}
.tip-card p{color:var(--chrome-500);font-size:.88rem;}

/* =====================================================================
   SEÇÕES GERAIS
   ===================================================================== */
.section{padding:88px 0;}
.section-alt{background:var(--navy-800);border-block:1px solid var(--line);}

/* -------- serviços -------- */
.services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.service-card{
  background:var(--panel);
  border:1px solid #212C40;
  border-radius:12px;
  padding:26px 24px;
  transition:border-color .2s ease, transform .2s ease;
  position:relative;
  overflow:hidden;
}
.service-card:hover{border-color:#33507A;transform:translateY(-3px);}
.service-card .s-icon{
  width:60px;height:60px;border-radius:16px;
  display:grid;place-items:center;margin-bottom:18px;
  background:linear-gradient(160deg,#1E2C48,#101827);
  border:1px solid #2A3750;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card .s-icon svg{width:30px;height:30px;color:var(--blue-400);transition:color .25s ease;}
.service-card:hover .s-icon{
  transform:translateY(-2px) scale(1.06) rotate(-3deg);
  border-color:var(--blue-400);
  box-shadow:0 12px 28px -10px var(--blue-glow);
}
.service-card h3{margin-bottom:8px;}
.service-card p{color:var(--chrome-500);font-size:.92rem;}
.service-card .s-num{
  position:absolute;top:18px;right:20px;
  font-family:var(--f-mono);font-size:.7rem;color:#3A4863;
}

/* -------- produtos / catálogo -------- */
.catalog-toolbar{
  display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:space-between;
  margin-bottom:30px;
  padding:16px 18px;
  background:var(--panel);
  border:1px solid #212C40;
  border-radius:12px;
}
.search-field{
  flex:1;min-width:220px;
  display:flex;align-items:center;gap:10px;
  background:#0F1622;border:1px solid #232F46;border-radius:8px;
  padding:10px 14px;
}
.search-field svg{width:16px;height:16px;color:var(--chrome-500);flex-shrink:0;}
.search-field input{
  background:transparent;border:0;outline:0;color:var(--white);width:100%;font-size:.92rem;
}
.search-field input::placeholder{color:var(--chrome-500);}
.cat-select{
  background:#0F1622;color:var(--chrome-100);border:1px solid #232F46;border-radius:8px;
  padding:10px 14px;font-size:.86rem;
}

.products-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.product-card{
  position:relative;
  min-height:300px;
  border-radius:12px;
  border:1px solid #212C40;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  background-size:cover;
  background-position:center;
  transition:border-color .2s ease, transform .2s ease;
}
.product-card:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(9,13,22,.05) 0%, rgba(9,13,22,.55) 55%, rgba(9,13,22,.96) 100%);
}
.product-card:hover{border-color:#33507A;transform:translateY(-2px);}
.product-card > .tag-cat{position:absolute;z-index:1;top:16px;left:16px;}
.p-card-body{position:relative;z-index:1;width:100%;padding:20px;display:flex;flex-direction:column;gap:8px;}
.p-name{font-family:var(--f-display);font-size:1.05rem;text-transform:uppercase;color:var(--chrome-100);letter-spacing:.01em;}
.p-meta{font-size:.82rem;color:var(--chrome-300);}
.p-meta b{color:var(--white);font-weight:600;}
.p-card-body .btn{align-self:flex-start;margin-top:6px;}
.p-empty{
  grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--chrome-500);
  font-family:var(--f-mono);font-size:.85rem;
}

/* -------- "por que nós" -------- */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.why-card{
  padding:24px 20px;background:var(--panel);border:1px solid #212C40;border-radius:12px;
}
.why-card .w-num{font-family:var(--f-mono);color:var(--blue-400);font-size:.75rem;margin-bottom:12px;display:block;}
.why-card h3{font-size:1.05rem;margin-bottom:8px;}
.why-card p{color:var(--chrome-500);font-size:.88rem;}

/* -------- CTA final -------- */
.cta-band{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(2,7,17,.92) 0%,rgba(2,7,17,.72) 42%,rgba(2,7,17,.34) 72%,rgba(2,7,17,.82) 100%),
    linear-gradient(180deg,rgba(2,7,17,.18),rgba(2,7,17,.82)),
    url("../assets/não achou a peça.png") center / cover no-repeat;
  border:1px solid rgba(80,145,220,.28);
  border-radius:16px;
  padding:52px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;
  box-shadow:0 28px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
}
.cta-band>*{position:relative;z-index:1;}
.cta-band h2{color:var(--white);}
.cta-band p{color:#DCE6FF;margin-top:8px;}
.cta-band .btn-ghost{border-color:#ffffff55;color:var(--white);}
.cta-band .btn-ghost:hover{border-color:var(--white);background:#ffffff18;}
.cta-pair-section{
  padding-block:54px;
}
.cta-pair-section--second{
  padding-top:0;
}
.cta-band-uniform{
  min-height:172px;
  width:min(100% - 32px,var(--container));
  padding:44px 52px;
  margin-inline:auto;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}
.cta-band-uniform h2{
  font-size:clamp(1.9rem,3vw,2.45rem);
  line-height:1.02;
  letter-spacing:.01em;
}
.cta-band-uniform p{
  max-width:760px;
  font-size:1.02rem;
}
.cta-band-uniform .btn{
  min-width:268px;
  justify-content:center;
}

/* =====================================================================
   FORMULÁRIOS (contato / orçamento / agendamento)
   ===================================================================== */
.form-card{
  background:var(--panel);border:1px solid #212C40;border-radius:14px;padding:30px;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;}
.field.full{grid-column:1/-1;}
.field label{font-size:.8rem;color:var(--chrome-300);font-weight:600;}
.field input,.field select,.field textarea{
  background:#0F1622;border:1px solid #232F46;border-radius:8px;
  padding:12px 14px;color:var(--white);font-size:.92rem;outline:0;
  transition:border-color .15s ease;
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue-500);}
.field textarea{resize:vertical;min-height:110px;}
.form-note{font-size:.78rem;color:var(--chrome-500);margin-top:6px;}
.form-success{
  display:none;
  align-items:center;gap:12px;
  background:#33B36B18;border:1px solid #33B36B4d;border-radius:10px;
  padding:16px 18px;color:var(--ok);font-size:.9rem;margin-top:18px;
}
.form-success.show{display:flex;}
.form-success svg{width:20px;height:20px;flex-shrink:0;}

/* =====================================================================
   CONTATO — info cards
   ===================================================================== */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start;}
.info-list{display:flex;flex-direction:column;gap:16px;margin-bottom:26px;}
.info-item{
  display:flex;gap:14px;align-items:flex-start;
  background:var(--panel);border:1px solid #212C40;border-radius:12px;padding:18px;
  transition:transform .2s ease, border-color .2s ease;
}
.info-item:hover{transform:translateY(-2px);border-color:#33507A;}
.info-item .i-icon{
  width:46px;height:46px;border-radius:13px;flex-shrink:0;display:grid;place-items:center;
  background:linear-gradient(160deg,#1E2C48,#101827);border:1px solid #2A3750;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.info-item .i-icon svg{width:22px;height:22px;color:var(--blue-400);}
.info-item:hover .i-icon{transform:scale(1.08) rotate(-3deg);border-color:var(--blue-400);box-shadow:0 10px 22px -10px var(--blue-glow);}
.info-item b{display:block;font-family:var(--f-display);text-transform:uppercase;font-size:.86rem;letter-spacing:.03em;margin-bottom:4px;}
.info-item span,.info-item a{color:var(--chrome-300);font-size:.9rem;}
.info-item a:hover{color:var(--blue-400);}
.map-frame{
  border:1px solid #212C40;border-radius:12px;overflow:hidden;height:320px;
  filter:grayscale(.15) contrast(1.05);
}
.map-frame iframe{width:100%;height:100%;border:0;}

/* =====================================================================
   SOBRE
   ===================================================================== */
.about-intro-bg{
  position:relative;
  background:
    linear-gradient(180deg, rgba(9,13,22,.90) 0%, rgba(9,13,22,.74) 45%, rgba(9,13,22,.94) 100%),
    url("../assets/Trabalhamos com as principais marcas do mercado.png") center/cover no-repeat;
}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.team-photo{display:flex;flex-direction:column;align-items:center;}
.team-photo__frame{
  width:100%;
  aspect-ratio:4/3;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:0 18px 40px -22px rgba(0,0,0,.75);
}
.team-photo__frame img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .4s ease;
}
.team-photo__frame:hover img{transform:scale(1.06);}
.team-photo .btn{
  display:inline-flex;align-items:center;gap:8px;
  width:auto;
}
.team-photo .btn svg{width:16px;height:16px;flex-shrink:0;}
.timeline{display:flex;flex-direction:column;gap:0;margin-top:28px;}
.timeline-item{
  display:grid;grid-template-columns:70px 1fr;gap:18px;
  padding-bottom:26px;position:relative;
}
.timeline-item::before{
  content:"";position:absolute;left:34px;top:26px;bottom:0;width:1px;background:#26324a;
}
.timeline-item:last-child::before{display:none;}
.timeline-item .t-year{
  font-family:var(--f-mono);font-size:.78rem;color:var(--blue-400);padding-top:2px;
}
.timeline-item h3{font-size:1rem;margin-bottom:6px;}
.timeline-item p{color:var(--chrome-500);font-size:.9rem;}
.about-photo{
  aspect-ratio:4/5;border-radius:14px;
  background:
    radial-gradient(circle at 30% 20%, #22314F, transparent 55%),
    linear-gradient(160deg,var(--panel),var(--navy-800));
  border:1px solid #212C40;
  display:grid;place-items:center;
  position:relative;overflow:hidden;
}
.about-photo svg{width:44%;color:#243350;}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px;}
.values-photo{
  display:block;width:100%;height:auto;margin-top:16px;
  border-radius:var(--radius);border:1px solid #212C40;
  box-shadow:var(--shadow-lg);
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer{
  background:
    linear-gradient(180deg, rgba(10,14,22,.88), rgba(10,14,22,.96)),
    url("../assets/rodapé.png") center / cover no-repeat,
    var(--navy-800);
  border-top:1px solid var(--line);
  padding:56px 0 26px;
}
.site-footer .container{
  border:0;
  background:transparent;
}
.site-footer p,
.site-footer li,
.site-footer a,
.footer-bottom{
  text-shadow:0 10px 24px rgba(0,0,0,.72);
}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:42px;}
.footer-brand p{color:var(--chrome-500);font-size:.88rem;margin-top:14px;max-width:32ch;}
.footer-col h4{font-family:var(--f-display);font-size:.82rem;letter-spacing:.06em;color:var(--chrome-300);margin-bottom:16px;text-transform:uppercase;}
.footer-col ul{display:flex;flex-direction:column;gap:10px;}
.footer-col a{color:var(--chrome-500);font-size:.88rem;}
.footer-col a:hover{color:var(--blue-400);}
.footer-bottom{
  border-top:1px solid var(--line);padding-top:22px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;
  font-size:.78rem;color:var(--chrome-500);
}
.social-row{display:flex;gap:10px;margin-top:16px;}
.social-row a{
  width:36px;height:36px;border-radius:8px;border:1px solid #2A3750;
  display:grid;place-items:center;background:#101827;
}
.social-row a svg{width:16px;height:16px;color:var(--chrome-300);}
.social-row a:hover{border-color:var(--blue-400);}

/* botão flutuante whatsapp */
.whats-float{
  position:fixed;right:22px;bottom:22px;z-index:60;
  width:58px;height:58px;border-radius:50%;
  background:#22C55E;
  display:grid;place-items:center;
  box-shadow:0 10px 30px -8px #22C55E88;
  transition:transform .15s ease;
}
.whats-float:hover{transform:scale(1.06);}
.whats-float svg{width:28px;height:28px;color:#fff;}

/* =====================================================================
   PÁGINA INTERNA — cabeçalho de página
   ===================================================================== */
.page-hero{
  position:relative;
  overflow:hidden;
  padding:56px 0 46px;
  background:
    linear-gradient(90deg,rgba(10,14,22,.96) 0%,rgba(10,14,22,.82) 42%,rgba(10,14,22,.55) 100%),
    linear-gradient(180deg,rgba(10,14,22,.50),rgba(10,14,22,.92)),
    url("../assets/fundo.png") center/cover no-repeat,
    var(--navy-900);
  border-bottom:1px solid var(--line);
}
.page-hero .brand-watermark{width:340px;height:340px;right:-50px;}
.page-hero .brand-watermark{display:none;}
.page-hero .container{position:relative;z-index:1;}
.breadcrumb{
  font-family:var(--f-mono);font-size:.72rem;color:var(--chrome-500);
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;display:block;
}
.breadcrumb span{color:var(--blue-400);}

/* =====================================================================
   RESPONSIVO
   ===================================================================== */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;}
  .quick-service-board{grid-template-columns:1fr;}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .products-grid{grid-template-columns:repeat(2,1fr);}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .about-grid{grid-template-columns:1fr;}
  .team-photo__frame{aspect-ratio:16/9;}
  .contact-grid{grid-template-columns:1fr;}
  .stats-row{grid-template-columns:1fr 1fr;}
  .process-row{grid-template-columns:1fr 1fr;gap:28px 22px;}
  .process-step:not(:last-child)::after{display:none;}
  .tips-grid{grid-template-columns:1fr 1fr;}
  .topbar .container{justify-content:center;text-align:center;}
  .topbar-left{justify-content:center;}
  .brand-panel{width:230px;height:62px;}
  .header-row{gap:18px;}
  .hero-brand-showcase{max-width:720px;}
}
@media (max-width:600px){
  .topbar-left span:nth-child(3){display:none;}
}
@media (max-width:760px){
  .main-nav{
    position:fixed;inset:78px 0 0 0;
    background:var(--navy-900);
    padding:20px;
    transform:translateY(-8px);
    opacity:0;pointer-events:none;
    transition:opacity .18s ease, transform .18s ease;
  }
  .main-nav.open{opacity:1;pointer-events:auto;transform:translateY(0);}
  .main-nav ul{flex-direction:column;align-items:stretch;gap:4px;}
  .main-nav a{padding:14px 16px;font-size:1rem;}
  .nav-toggle{display:flex;}
  .brand-panel{width:168px;height:48px;}
  .header-cta .btn span.hide-mobile{display:none;}
  .hero-brand-card{
    position:static;
    grid-template-columns:1fr;
    margin:0;
    border-width:1px 0 0;
    border-radius:0;
    background:rgba(6,10,16,.94);
  }
  .services-grid{grid-template-columns:1fr;}
  .products-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .quick-service-board{padding:24px;}
  .quick-service-list{grid-template-columns:1fr;}
  .quick-service-list article{min-height:168px;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .form-grid{grid-template-columns:1fr;}
  .cta-band{padding:34px 24px;flex-direction:column;text-align:center;}
  .cta-pair-section{padding-block:34px;}
  .cta-pair-section--second{padding-top:0;}
  .cta-band-uniform{
    width:min(100% - 24px,var(--container));
    min-height:210px;
    padding:34px 24px;
    gap:22px;
  }
  .cta-band-uniform h2{font-size:clamp(1.55rem,8vw,2rem);}
  .cta-band-uniform p{font-size:.96rem;}
  .cta-band-uniform .btn{width:100%;min-width:0;}
  .catalog-toolbar{flex-direction:column;align-items:stretch;}
  .stats-row{grid-template-columns:1fr 1fr;}
  .process-row{grid-template-columns:1fr;}
  .tips-grid{grid-template-columns:1fr;}
}


/* ===== Upgrade visual profissional 2026 ===== */
:root{--radius:16px;--shadow-lg:0 28px 80px -30px rgba(0,0,0,.85)}
body{background:#090d14}
.site-header{background:rgba(9,13,20,.94);box-shadow:0 12px 35px rgba(0,0,0,.22)}
.header-row{height:86px}
.hero{min-height:680px;display:flex;align-items:center;padding:92px 0;background:linear-gradient(90deg,rgba(7,10,16,.98) 0%,rgba(7,10,16,.9) 32%,rgba(7,10,16,.62) 58%,rgba(7,10,16,.22) 100%),linear-gradient(180deg,rgba(7,10,16,.62),rgba(7,10,16,.92)),url("../assets/ui/fundo.png") center right/cover no-repeat,var(--navy-900)}
.hero-grid{grid-template-columns:1.12fr .88fr;gap:72px}
.hero-copy h1{font-size:clamp(3.2rem,6vw,5.6rem);letter-spacing:-.025em;max-width:820px}
.hero-copy .lede{font-size:1.16rem;line-height:1.75;max-width:650px}
.hero-trust{padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}
.hero-trust div{min-width:110px}
.hero-trust b{font-size:1.9rem;color:#fff}
.premium-card{position:relative;padding:34px;border:1px solid rgba(95,160,255,.24);border-radius:24px;background:linear-gradient(160deg,rgba(26,37,56,.96),rgba(12,18,29,.96));box-shadow:0 34px 90px -35px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden}
.premium-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(46,124,255,.15);filter:blur(20px);right:-90px;top:-100px}
.premium-card>*{position:relative}
.premium-card-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(46,124,255,.12);border:1px solid rgba(95,160,255,.25);font-family:var(--f-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-400);margin-bottom:20px}
.premium-card h2{font-size:2rem;line-height:1.08;text-transform:none;margin-bottom:14px}
.premium-card p{color:var(--chrome-300);line-height:1.7;margin-bottom:22px}
.premium-checks{display:grid;gap:12px;margin:0 0 26px}
.premium-checks li{position:relative;padding-left:28px;color:#dce3ed}
.premium-checks li:before{content:"✓";position:absolute;left:0;color:#62d58c;font-weight:700}
.premium-card small{display:block;text-align:center;color:var(--chrome-500);margin-top:13px}
.section{padding-block:96px}
.section-alt{background:linear-gradient(180deg,#101722,#0d131d)}
.service-card,.product-card,.category-card,.step-card,.quick-service-board{border-radius:18px!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.service-card:hover,.product-card:hover,.category-card:hover{transform:translateY(-5px);border-color:rgba(95,160,255,.45)!important;box-shadow:0 22px 50px -28px rgba(46,124,255,.55)}
.cta-band{border-radius:22px!important;box-shadow:0 30px 70px -35px rgba(0,0,0,.9)}
.marquee-wrap{border-color:rgba(80,145,220,.25)}
.brand-chip{background:#121a27;border-color:#263247;border-radius:999px}
@media(max-width:980px){.hero{min-height:auto;padding:70px 0}.hero-grid,.quick-service-board{grid-template-columns:1fr;gap:42px}.premium-card,.hero-brand-showcase{max-width:720px}.hero-copy h1{font-size:clamp(2.8rem,10vw,4.7rem)}}
@media(max-width:640px){.hero{padding:54px 0}.hero-copy h1{font-size:2.8rem}.premium-card{padding:25px}.section{padding-block:68px}.hero-actions .btn,.quick-service-copy .btn{width:100%}.quick-service-board{padding:22px}.quick-service-list{grid-template-columns:1fr}.quick-service-list article{min-height:156px}}

/* ===== HOME PREMIUM 2026 ===== */
.hero-premium{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden;background:#05080e}
.hero-premium__media{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,6,11,.94) 0%,rgba(3,6,11,.82) 42%,rgba(3,6,11,.28) 72%,rgba(3,6,11,.58) 100%),url('../assets/ui/fachada-osmar-premium.png') center/cover no-repeat;transform:scale(1.02)}
.hero-premium__shade{position:absolute;inset:0;background:radial-gradient(circle at 72% 35%,rgba(28,111,255,.16),transparent 30%),linear-gradient(180deg,rgba(0,0,0,.05),#05080e 100%)}
.hero-premium__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.7fr);gap:70px;align-items:center;padding-top:130px;padding-bottom:100px}
.hero-premium__copy{max-width:790px}.hero-premium h1{font-family:Oswald,sans-serif;font-size:clamp(3.6rem,7vw,7rem);line-height:.92;letter-spacing:-.045em;text-transform:uppercase;margin:22px 0 28px;max-width:900px;color:#f6f8fb}.hero-premium h1 em{font-style:normal;color:#2f80ff;text-shadow:0 0 32px rgba(47,128,255,.22)}
.hero-premium .lede{font-size:1.15rem;line-height:1.75;max-width:710px;color:#c8d0dc}
.hero-premium__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:44px}.hero-premium__proof div{padding:18px 18px 16px;border-top:1px solid rgba(76,145,255,.55);background:linear-gradient(180deg,rgba(14,23,37,.8),rgba(8,13,22,.55));backdrop-filter:blur(8px)}.hero-premium__proof strong{display:block;color:#fff;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.hero-premium__proof span{font-size:.82rem;line-height:1.45;color:#8f9bad}
.hero-premium__card{padding:36px;border:1px solid rgba(91,151,255,.35);background:linear-gradient(145deg,rgba(19,29,46,.94),rgba(7,12,21,.88));box-shadow:0 30px 80px rgba(0,0,0,.45);backdrop-filter:blur(18px);border-radius:22px}.hero-premium__card h2{font-family:Oswald,sans-serif;font-size:2.4rem;line-height:1.08;text-transform:uppercase;margin:13px 0 22px;color:#fff}.card-kicker{font:500 .72rem IBM Plex Mono,monospace;letter-spacing:.16em;text-transform:uppercase;color:#5aa0ff}.hero-premium__card ul{list-style:none;padding:0;margin:0 0 26px}.hero-premium__card li{padding:13px 0 13px 30px;border-bottom:1px solid rgba(255,255,255,.08);color:#d7dde7;position:relative}.hero-premium__card li:before{content:'✓';position:absolute;left:0;color:#4f9cff;font-weight:700}
.about-premium{background:linear-gradient(180deg,#05080e,#080d15)}.about-premium__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.about-premium__image-wrap{position:relative}.about-premium__image-wrap img{width:100%;display:block;border-radius:22px;box-shadow:0 35px 90px rgba(0,0,0,.45);border:1px solid rgba(93,151,255,.18)}.about-premium__badge{position:absolute;right:-20px;bottom:-22px;background:#0b1422;border:1px solid #2f80ff;padding:20px 28px;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.4)}.about-premium__badge b{display:block;font-family:Oswald,sans-serif;font-size:2rem;color:#fff}.about-premium__badge span{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#6fa8ff}.about-premium__copy h2{font-family:Oswald,sans-serif;font-size:clamp(2.7rem,5vw,4.6rem);line-height:1;text-transform:uppercase;color:#fff;margin:18px 0 24px}.about-premium__copy>p{font-size:1.08rem;line-height:1.75;color:#aeb8c7}.about-premium__features{display:grid;gap:14px;margin-top:32px}.about-premium__features div{display:grid;grid-template-columns:50px 1fr;column-gap:14px;padding:18px 0;border-top:1px solid rgba(255,255,255,.09)}.about-premium__features span{grid-row:1/3;font:600 .8rem IBM Plex Mono;color:#4d97ff;border:1px solid rgba(77,151,255,.35);width:42px;height:42px;display:grid;place-items:center;border-radius:50%}.about-premium__features b{color:#fff;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:1.2rem}.about-premium__features p{margin:3px 0 0;color:#8894a5;font-size:.9rem}
@media(max-width:980px){.hero-premium__grid,.about-premium__grid{grid-template-columns:1fr}.hero-premium__grid{gap:32px;padding-top:120px}.hero-premium__card{max-width:620px}.hero-premium__proof{grid-template-columns:1fr}.about-premium__grid{gap:45px}.about-premium__badge{right:14px}}
@media(max-width:640px){.hero-premium{min-height:auto}.hero-premium__grid{padding-top:110px;padding-bottom:70px}.hero-premium h1{font-size:3.4rem}.hero-premium__card{padding:25px}.about-premium__copy h2{font-size:2.7rem}.about-premium__badge{position:relative;right:auto;bottom:auto;margin:-22px 14px 0}}
