/* EXPERTIS V4 — versão mais premium, mantendo o conteúdo essencial da V3 */

:root{
  --bg:#09090b;
  --bg2:#101014;
  --panel:#15151a;
  --panel2:#1a1a20;
  --text:#f7f7f8;
  --muted:#a6a6ae;
  --muted2:#686872;
  --line:rgba(255,255,255,.10);
  --red:#ed1c24;
  --red2:#ff3038;
  --off:#f4f4f1;
  --ink:#16161a;
  --wolf:#003d68;
  --radius:28px;
  --shadow:0 30px 80px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1200px,calc(100% - 42px));margin-inline:auto}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(9,9,11,.72);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-wrap{
  min-height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand img{width:185px}
.main-nav{
  display:flex;
  align-items:center;
  gap:26px;
  font-size:.9rem;
  font-weight:750;
}
.main-nav a{color:#d1d1d5;transition:.2s}
.main-nav a:hover{color:#fff}
.nav-cta{
  padding:11px 18px;
  background:var(--red);
  color:#fff!important;
  border-radius:999px;
}
.nav-cta:hover{background:var(--red2)}
.menu-toggle{
  display:none;
  width:44px;height:44px;
  border:1px solid var(--line);
  background:transparent;
  border-radius:12px;
  padding:10px;
}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}

.hero{
  min-height:calc(100vh - 80px);
  position:relative;
  overflow:hidden;
  display:grid;
  align-items:center;
}
.hero-bg{
  position:absolute;inset:0;
  background:url('assets/workshop-main.png') center/cover no-repeat;
  transform:scale(1.02);
}
.hero-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(4,4,6,.97) 0%, rgba(6,6,8,.84) 43%, rgba(6,6,8,.43) 72%, rgba(6,6,8,.60) 100%),
    linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.6));
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .55fr;
  gap:80px;
  align-items:end;
  padding-block:100px 105px;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#d7d7dc;
  margin-bottom:22px;
}
.hero-kicker .dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 7px rgba(237,28,36,.12);
}
.hero h1{
  max-width:900px;
  margin:0 0 26px;
  font-size:clamp(3.4rem,7vw,7.3rem);
  line-height:.9;
  letter-spacing:-.065em;
}
.hero h1 span{
  display:block;
  color:var(--red);
}
.hero-copy>p{
  max-width:730px;
  color:#c6c6cb;
  font-size:1.12rem;
  margin:0 0 34px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  font-weight:900;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red2)}
.btn-outline{
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
  background:rgba(255,255,255,.03);
}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.07)}

.hero-facts{
  display:grid;
  gap:10px;
  align-self:end;
}
.fact{
  padding:18px 0 18px 20px;
  border-left:1px solid rgba(255,255,255,.22);
  background:linear-gradient(90deg,rgba(255,255,255,.035),transparent);
}
.fact strong{
  display:block;
  font-size:1.8rem;
  line-height:1;
  margin-bottom:7px;
  letter-spacing:-.04em;
}
.fact span{
  display:block;
  color:#b4b4ba;
  font-size:.88rem;
  max-width:260px;
}
.hero-scroll{
  position:absolute;
  z-index:3;
  bottom:28px;
  left:50%;
  width:26px;height:42px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:20px;
  transform:translateX(-50%);
}
.hero-scroll span{
  position:absolute;left:10px;top:8px;
  width:4px;height:8px;border-radius:99px;
  background:var(--red);
  animation:scroll 1.8s infinite;
}
@keyframes scroll{0%{transform:translateY(0);opacity:0}25%{opacity:1}75%{opacity:1}100%{transform:translateY(14px);opacity:0}}

.section{padding:118px 0}
.eyebrow{
  margin:0 0 16px;
  font-size:.77rem;
  letter-spacing:.18em;
  font-weight:900;
  color:#cfcfd5;
}
.eyebrow.red{color:var(--red)}
.eyebrow.blue{color:var(--wolf)}
.lead{
  color:#585860;
  font-size:1.08rem;
  line-height:1.7;
}

.company{
  background:var(--off);
  color:var(--ink);
}
.company-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:86px;
  align-items:center;
}
.company-copy h2,
.section-top h2,
.parts-copy h2,
.partner-copy h2,
.wolf h2,
.location-side h2,
.contact h2{
  margin:0;
  font-size:clamp(2.55rem,4.8vw,5rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.company-copy .lead{margin:24px 0 30px}
.company-points{display:grid;gap:16px}
.company-points>div{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:16px;
  padding-top:16px;
  border-top:1px solid rgba(0,0,0,.12);
}
.company-points span{
  color:var(--red);
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.12em;
}
.company-points p{margin:0;color:#3f3f46}
.company-gallery{
  position:relative;
  min-height:570px;
}
.gallery-main{
  position:absolute;
  inset:0;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.16);
}
.gallery-main img{
  width:100%;height:100%;
  object-fit:cover;
}
.gallery-caption{
  position:absolute;
  left:24px;bottom:14px;
  background:#111116;
  color:#fff;
  border-radius:999px;
  padding:10px 15px;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
}

.activity{
  background:#0f0f13;
}
.section-top{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:end;
  margin-bottom:50px;
}
.section-intro{
  margin:0 0 8px;
  color:#a6a6ad;
  font-size:1.07rem;
}
.vehicle-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.vehicle-card{
  min-height:350px;
  padding:28px;
  border-radius:26px;
  background:#17171d;
  border:1px solid rgba(255,255,255,.08);
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.vehicle-card:after{
  content:"";
  position:absolute;
  inset:auto -50px -50px auto;
  width:150px;height:150px;border-radius:50%;
  background:rgba(237,28,36,.06);
}
.vehicle-card:hover{
  transform:translateY(-7px);
  border-color:rgba(237,28,36,.48);
}
.vehicle-icon{
  height:112px;
  display:grid;
  place-items:center;
  overflow:visible;
}
.vehicle-icon img{
  height:auto;
  max-height:96px;
  object-fit:contain;
  display:block;
}

.vehicle-card:nth-child(1) .vehicle-icon img{width:150px}
.vehicle-card:nth-child(2) .vehicle-icon img{width:193px}
.vehicle-card:nth-child(3) .vehicle-icon img{width:233px}
.vehicle-card:nth-child(4) .vehicle-icon img{width:140px}

.vehicle-no{
  color:#6f6f76;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.15em;
  margin-top:18px;
}
.vehicle-card h3{
  font-size:1.48rem;
  margin:12px 0 10px;
}
.vehicle-card p{
  margin:0;
  color:#a1a1a8;
  font-size:.95rem;
}

.workshop-feature{
  min-height:680px;
  position:relative;
  display:grid;
  align-items:end;
  overflow:hidden;
}
.workshop-feature>img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
}
.workshop-overlay{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(5,5,7,.9),rgba(5,5,7,.10) 60%,rgba(5,5,7,.14));
}
.workshop-content{
  position:relative;
  z-index:2;
  padding-bottom:72px;
}
.workshop-content h2{
  max-width:850px;
  margin:0 0 28px;
  font-size:clamp(2.5rem,5vw,5.2rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.feature-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.feature-chips span{
  border:1px solid rgba(255,255,255,.24);
  background:rgba(0,0,0,.30);
  backdrop-filter:blur(10px);
  border-radius:999px;
  padding:10px 15px;
  font-size:.86rem;
  font-weight:800;
}

.parts{
  background:#f7f7f5;
  color:var(--ink);
}
.parts-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:80px;
  align-items:center;
}
.parts-copy .lead{
  margin:24px 0 28px;
}
.parts-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:30px;
}
.parts-list span{
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.09);
  background:#fff;
  font-size:.88rem;
  font-weight:750;
}
.text-cta{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--red);
  font-weight:900;
}
.text-cta.dark{color:#18181c}
.text-cta b{font-size:1.25rem}
.parts-visual{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.14);
}
.parts-visual img{
  width:100%;
  min-height:520px;
  object-fit:cover;
}
.parts-badge{
  position:absolute;
  left:22px;bottom:22px;
  display:grid;
  gap:2px;
  background:rgba(9,9,11,.88);
  color:#fff;
  backdrop-filter:blur(10px);
  padding:15px 18px;
  border-radius:16px;
  max-width:240px;
}
.parts-badge strong{font-size:1.18rem}
.parts-badge span{font-size:.82rem;color:#c9c9cd}

.partner{
  background:#fff;
  color:var(--ink);
  padding:110px 0;
}
.partner-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:90px;
  align-items:center;
}
.partner-logo{
  min-height:390px;
  border-radius:30px;
  display:grid;
  place-items:center;
  padding:44px;
  background:#f4f4f2;
  box-shadow:0 26px 60px rgba(0,0,0,.08);
}
.partner-logo img{max-width:410px}
.partner-copy p:not(.eyebrow){
  color:#585860;
  font-size:1.08rem;
  max-width:670px;
  margin:22px 0 24px;
}

.wolf{
  background:#edf4f7;
  color:#0d2333;
  padding:110px 0;
  overflow:hidden;
}
.wolf-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}
.wolf-logo{
  width:235px;
  margin-bottom:26px;
}
.wolf-copy p:not(.eyebrow){
  color:#486474;
  font-size:1.07rem;
  max-width:650px;
  margin:22px 0 28px;
}
.btn-wolf{background:var(--wolf);color:#fff}
.btn-wolf:hover{background:#062f50}
.wolf-visual{
  min-height:500px;
  display:grid;
  place-items:center;
  position:relative;
}
.wolf-circle{
  position:absolute;
  width:430px;height:430px;border-radius:50%;
  background:radial-gradient(circle at 34% 30%,#effbff,#c1dfed 48%,#87b8ce 100%);
  box-shadow:0 30px 80px rgba(0,59,103,.18);
}
.wolf-visual img{
  position:relative;
  z-index:2;
  width:min(100%,520px);
  filter:drop-shadow(0 28px 28px rgba(0,30,50,.20));
}

.location-contact{
  background:#101014;
  padding:110px 0;
}
.lc-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:65px;
  align-items:stretch;
}
.location-side .address{
  color:#d0d0d4;
  font-size:1.06rem;
  margin:26px 0 10px;
}
.maps-note{
  color:#919198;
  margin:0 0 28px;
}
.map-card{
  min-height:500px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
}
.map-card iframe{
  width:100%;height:100%;
  min-height:500px;
  border:0;
  display:block;
}

.contact{
  background:var(--red);
  padding:90px 0;
}
.contact-wrap{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:center;
}
.contact-copy .eyebrow{color:#fff;opacity:.82}
.contact-copy p:last-child{
  max-width:610px;
  opacity:.86;
  font-size:1.04rem;
}
.contact-actions{display:grid;gap:12px}
.contact-action{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:"small arrow" "strong arrow";
  gap:1px 20px;
  align-items:center;
  padding:20px 22px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.30);
  transition:.2s ease;
}
.contact-action:hover{
  background:#fff;
  color:#151519;
  transform:translateX(5px);
}
.contact-action small{grid-area:small;opacity:.72}
.contact-action strong{grid-area:strong;font-size:1.1rem}
.contact-action span{grid-area:arrow;font-size:1.5rem}

footer{
  background:#070708;
  color:#8f8f96;
  padding:28px 0;
}
.footer-wrap{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  font-size:.84rem;
}
.footer-wrap>div:first-child{
  display:grid;
  gap:3px;
}
.footer-wrap strong{
  color:#fff;
  font-size:1rem;
}
.footer-right{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.footer-right a:hover{color:#fff}

/* reveal */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease, transform .65s ease;
}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}
.delay-3{transition-delay:.24s}

@media(max-width:1040px){
  .main-nav{
    display:none;
    position:absolute;
    top:84px;left:20px;right:20px;
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:18px;
    background:#121216;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:var(--shadow);
  }
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .hero-grid,
  .company-grid,
  .section-top,
  .parts-grid,
  .partner-grid,
  .wolf-grid,
  .lc-grid,
  .contact-wrap{
    grid-template-columns:1fr;
    gap:46px;
  }
  .hero{min-height:auto}
  .hero-grid{padding-block:82px 98px}
  .hero-facts{
    grid-template-columns:repeat(3,1fr);
  }
  .company-gallery{min-height:520px}
  .vehicle-grid{grid-template-columns:repeat(2,1fr)}
  .partner-logo{min-height:300px}
}

@media(max-width:650px){

  .vehicle-card:nth-child(1) .vehicle-icon img{width:136px}
  .vehicle-card:nth-child(2) .vehicle-icon img{width:174px}
  .vehicle-card:nth-child(3) .vehicle-icon img{width:209px}
  .vehicle-card:nth-child(4) .vehicle-icon img{width:126px}

.container{width:min(100% - 28px,1200px)}
  .nav-wrap{min-height:70px}
  .brand img{width:155px}
  .main-nav{top:74px}
  .hero-grid{padding-block:62px 88px}
  .hero h1{font-size:clamp(3rem,15vw,4.5rem)}
  .hero-facts{grid-template-columns:1fr}
  .fact{padding-left:16px}
  .section{padding:80px 0}
  .company-gallery{min-height:420px}
  .vehicle-grid{grid-template-columns:1fr}
  .vehicle-card{min-height:300px}
  .workshop-feature{min-height:570px}
  .workshop-content{padding-bottom:50px}
  .parts-visual img{min-height:360px}
  .partner,.wolf,.location-contact,.contact{padding:80px 0}
  .partner-logo{min-height:240px;padding:30px}
  .wolf-visual{min-height:350px}
  .wolf-circle{width:300px;height:300px}
  .map-card,.map-card iframe{min-height:380px}
  .footer-wrap{
    align-items:flex-start;
    flex-direction:column;
  }
  .footer-right{justify-content:flex-start}
}


/* WhatsApp flutuante */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:120;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  box-shadow:0 14px 36px rgba(0,0,0,.32);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.03);
  background:#20bd5a;
  box-shadow:0 18px 42px rgba(0,0,0,.38);
}
.whatsapp-float svg{
  width:33px;
  height:33px;
  fill:currentColor;
}
.whatsapp-tooltip{
  position:absolute;
  right:72px;
  white-space:nowrap;
  padding:8px 11px;
  border-radius:10px;
  background:#111116;
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  opacity:0;
  pointer-events:none;
  transform:translateX(6px);
  transition:.2s ease;
  box-shadow:0 8px 24px rgba(0,0,0,.24);
}
.whatsapp-float:hover .whatsapp-tooltip{
  opacity:1;
  transform:translateX(0);
}

@media(max-width:650px){

  .vehicle-card:nth-child(1) .vehicle-icon img{width:136px}
  .vehicle-card:nth-child(2) .vehicle-icon img{width:174px}
  .vehicle-card:nth-child(3) .vehicle-icon img{width:209px}
  .vehicle-card:nth-child(4) .vehicle-icon img{width:126px}

.whatsapp-float{
    right:18px;
    bottom:18px;
    width:58px;
    height:58px;
  }
  .whatsapp-float svg{
    width:31px;
    height:31px;
  }
  .whatsapp-tooltip{display:none}
}
