/* ════════════════════════════════════════════════════
   VERCATO — styles.css (não-crítico, carregado async)
════════════════════════════════════════════════════ */

/* Scroll suave (apenas desktop, sem preferência de redução) */
@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {
  html { scroll-behavior: smooth; }
}

/* Reveal animation */
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.visible { opacity: 1 !important; transform: none !important; transition: none !important; }
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Menu mobile ── */
@media (max-width: 768px) {
  .hamburger { display: flex !important; }
  .main-nav {
    display: none;
    position: fixed; top: var(--header-h); left: 0; right: 0;
    background: rgba(17,17,17,0.99);
    flex-direction: column; gap: 4px;
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    z-index: 99;
  }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 16px; padding: 12px 16px; border-radius: var(--radius); }
  .btn-cta-header { text-align: center; margin-top: 8px; }
}

/* ════════════════════════════════════════════════════
   HIGHLIGHTS
════════════════════════════════════════════════════ */
.highlights { padding: 88px 0; background: var(--white); }
.highlights-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-sub { font-size: 17px; color: var(--gray-600); line-height: 1.7; margin-top: 4px; }
.highlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.highlight-card {
  display: flex; flex-direction: column;
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--white); border: 1px solid var(--gray-200);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  .highlight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
}
.highlight-img-wrap { position: relative; height: 200px; overflow: hidden; }
.highlight-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
@media (prefers-reduced-motion: no-preference) {
  .highlight-card:hover .highlight-img-wrap img { transform: scale(1.06); }
}
.highlight-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,17,17,0.45) 0%, transparent 60%); }
.highlight-body { padding: 24px; flex: 1; display: flex; flex-direction: column; text-align: left; }
.highlight-icon { font-size: 24px; margin-bottom: 10px; }
.highlight-body h3 { font-family: var(--font-display); font-size: 20px; font-weight: 900; margin-bottom: 8px; color: var(--black); }
.highlight-body p { font-size: 14px; color: var(--gray-600); line-height: 1.6; flex: 1; margin-bottom: 16px; }
.highlight-link { font-size: 13px; font-weight: 700; color: var(--orange); }

/* ════════════════════════════════════════════════════
   DIFERENCIAIS STRIP
════════════════════════════════════════════════════ */
.diferenciais-strip { background: var(--dark); padding: 56px 0; }
.diferenciais-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.diferencial { display: flex; align-items: flex-start; gap: 16px; color: var(--white); }
.dif-icon { width: 36px; height: 36px; flex-shrink: 0; color: var(--orange); margin-top: 2px; }
.diferencial strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--white); }
.diferencial p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.55; }

/* ════════════════════════════════════════════════════
   SOBRE NÓS
════════════════════════════════════════════════════ */
.sobre { padding: 96px 0; background: var(--gray-100); }
.sobre-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sobre-text p { color: var(--gray-600); margin-bottom: 16px; font-size: 16px; line-height: 1.75; }
.sobre-pilares { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.pilar { display: flex; align-items: flex-start; gap: 16px; }
.pilar-num { font-family: var(--font-display); font-size: 32px; font-weight: 900; color: var(--orange); line-height: 1; flex-shrink: 0; width: 48px; }
.pilar strong { display: block; font-size: 16px; font-weight: 700; margin-bottom: 4px; color: var(--black); }
.pilar p { font-size: 14px; color: var(--gray-600); line-height: 1.55; }
.sobre-visual { position: relative; }
.sobre-img-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.sobre-img-main img { width: 100%; height: 450px; object-fit: cover; }
.sobre-badge-float {
  position: absolute; bottom: -24px; left: -24px;
  background: var(--orange); color: var(--white);
  border-radius: var(--radius-lg); padding: 20px 24px;
  box-shadow: 0 8px 32px rgba(245,98,15,0.4); text-align: center;
}
.badge-num { font-family: var(--font-display); font-size: 40px; font-weight: 900; line-height: 1; }
.badge-text { font-size: 13px; font-weight: 600; opacity: 0.9; line-height: 1.4; }

/* ════════════════════════════════════════════════════
   MARCAS PARCEIRAS
════════════════════════════════════════════════════ */
.marcas {
  padding: 96px 0;
  background: var(--white);
}
.marcas-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.marcas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 900px) {
  .marcas-grid { grid-template-columns: 1fr; }
}
.marca-card {
  background: var(--gray-50, #f9fafb);
  border: 1px solid var(--gray-100, #f3f4f6);
  border-radius: 16px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.marca-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
  transform: translateY(-4px);
}
.marca-card-alt {
  background: var(--black);
  border-color: var(--black);
}
.marca-card-alt h3,
.marca-card-alt p,
.marca-card-alt li {
  color: var(--white) !important;
}
.marca-card-alt .marca-list li::before {
  background: var(--orange);
}
.marca-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: var(--white);
  border-radius: 10px;
  padding: 12px 24px;
}
.marca-card-alt .marca-logo-wrap {
  background: rgba(255,255,255,0.08);
}
.marca-logo-wrap img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0%);
}
.marca-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  margin: 0;
}
.marca-body p {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.7;
  margin: 0;
}
.marca-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.marca-list li {
  font-size: 14px;
  color: var(--gray-600);
  padding-left: 20px;
  position: relative;
}
.marca-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

/* ════════════════════════════════════════════════════
   LOGO COMO IMAGEM DE EQUIPAMENTO
════════════════════════════════════════════════════ */
.eq-img-logo {
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eq-img-logo img {
  object-fit: contain !important;
  padding: 40px;
  height: 100%;
  width: 100%;
  max-height: 360px;
}
.eq-img-logo-dark {
  background: #1a1a1a !important;
}

/* ════════════════════════════════════════════════════
   EQUIPAMENTOS / CATÁLOGO
════════════════════════════════════════════════════ */
.equipamentos { padding: 96px 0; background: var(--white); }
.eq-header { margin-bottom: 56px; }
.eq-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--gray-200); margin-bottom: 48px;
  box-shadow: var(--shadow);
}
.eq-card-reverse { direction: rtl; }
.eq-card-reverse > * { direction: ltr; }
.eq-img { position: relative; min-height: 360px; overflow: hidden; }
.eq-img img { width: 100%; height: 100%; object-fit: cover; }
.eq-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--orange); color: var(--white);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
}
.eq-body { padding: 40px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.eq-category { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.eq-title { font-family: var(--font-display); font-size: 32px; font-weight: 900; color: var(--black); margin-bottom: 12px; line-height: 1.1; }
.eq-desc { font-size: 15px; color: var(--gray-600); line-height: 1.7; margin-bottom: 24px; }
.eq-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
  margin-bottom: 28px; padding: 20px;
  background: var(--gray-100); border-radius: var(--radius);
}
.spec-item dt { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 2px; }
.spec-item dd { font-size: 14px; font-weight: 600; color: var(--black); }

/* ════════════════════════════════════════════════════
   SERVIÇOS
════════════════════════════════════════════════════ */
.servicos { padding: 96px 0; background: var(--gray-100); }
.serv-header { margin-bottom: 56px; }
.servicos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.servico-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px;
  border: 1px solid var(--gray-200); position: relative;
  transition: box-shadow var(--transition), transform var(--transition);
}
@media (prefers-reduced-motion: no-preference) {
  .servico-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
}
.servico-destaque { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.servico-badge-top {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: var(--white);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 4px 14px; border-radius: 100px; white-space: nowrap;
}
.servico-icon {
  width: 52px; height: 52px; border-radius: var(--radius);
  background: rgba(245,98,15,0.1); display: flex; align-items: center;
  justify-content: center; color: var(--orange); margin-bottom: 16px;
}
.servico-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 900; color: var(--black); margin-bottom: 10px; }
.servico-card p { font-size: 14px; color: var(--gray-600); line-height: 1.65; margin-bottom: 16px; }
.servico-lista { display: flex; flex-direction: column; gap: 8px; }
.servico-lista li { font-size: 13px; color: var(--gray-600); padding-left: 18px; position: relative; }
.servico-lista li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 700; font-size: 12px; }

/* ════════════════════════════════════════════════════
   CTA STRIP
════════════════════════════════════════════════════ */
.cta-strip { background: var(--orange); padding: 64px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-text h2 { font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 36px); font-weight: 900; color: var(--white); margin-bottom: 8px; }
.cta-text p { font-size: 16px; color: rgba(255,255,255,0.85); }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-actions .btn-primary { background: var(--white); color: var(--orange); border-color: var(--white); }
.cta-actions .btn-primary:hover { background: var(--gray-100); }
.cta-actions .btn-outline { border-color: rgba(255,255,255,0.5); color: var(--white); }
.cta-actions .btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }

/* ════════════════════════════════════════════════════
   CONTATO
════════════════════════════════════════════════════ */
.contato { padding: 96px 0; background: var(--white); }
.contato-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.contact-items { display: flex; flex-direction: column; gap: 24px; margin-top: 8px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon {
  width: 44px; height: 44px; border-radius: var(--radius);
  background: rgba(245,98,15,0.1); display: flex; align-items: center;
  justify-content: center; color: var(--orange); flex-shrink: 0;
}
.contact-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.contact-item a, .contact-item span { font-size: 15px; color: var(--gray-600); line-height: 1.5; }
.contact-item a:hover { color: var(--orange); }

/* Formulário */
.contato-form {
  background: var(--gray-100); border-radius: var(--radius-lg);
  padding: 40px; border: 1px solid var(--gray-200);
}
.form-title { font-family: var(--font-display); font-size: 22px; font-weight: 900; color: var(--black); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--gray-700); }
.form-group input, .form-group select, .form-group textarea {
  padding: 11px 14px; border: 1.5px solid var(--gray-200);
  border-radius: var(--radius); background: var(--white); color: var(--black);
  font-size: 15px; font-family: var(--font-body);
  transition: border-color var(--transition), box-shadow var(--transition);
  -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,98,15,0.12);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-disclaimer { font-size: 12px; color: var(--gray-400); text-align: center; margin-top: 12px; }
.form-success {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 12px; padding: 40px 24px; color: #16a34a;
}
.form-success[hidden] { display: none !important; }
.form-success h4 { font-size: 20px; font-weight: 700; color: var(--black); }
.form-success p { font-size: 15px; color: var(--gray-600); }

/* ════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════ */
.site-footer { background: var(--gray-900); padding-top: 72px; }
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-logo { height: 32px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.65; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: var(--radius);
  background: rgba(255,255,255,0.07); display: flex; align-items: center;
  justify-content: center; color: rgba(255,255,255,0.5);
  transition: background var(--transition), color var(--transition);
}
.footer-social a:hover { background: var(--orange); color: var(--white); }
.footer-nav h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-nav ul { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a, .footer-nav span { font-size: 14px; color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom { padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.2); }

/* ════════════════════════════════════════════════════
   WHATSAPP FLUTUANTE
════════════════════════════════════════════════════ */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,0.45);
  transition: transform var(--transition), box-shadow var(--transition);
}
@media (prefers-reduced-motion: no-preference) {
  .whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.55); }
}
.whatsapp-tooltip {
  position: absolute; right: 70px;
  background: var(--dark); color: var(--white);
  font-size: 13px; font-weight: 600; padding: 6px 12px;
  border-radius: var(--radius); white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity var(--transition);
}
.whatsapp-tooltip::after {
  content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  border: 6px solid transparent; border-left-color: var(--dark); border-right: none;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }

/* ════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .diferenciais-inner { grid-template-columns: repeat(2, 1fr); }
  .servicos-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .sobre-inner { gap: 48px; }
  .contato-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .highlights-grid { grid-template-columns: 1fr; }
  .diferenciais-inner { grid-template-columns: 1fr; gap: 24px; }
  .sobre-inner { grid-template-columns: 1fr; }
  .sobre-visual { display: none; }
  .eq-card, .eq-card-reverse { grid-template-columns: 1fr; direction: ltr; }
  .eq-img { min-height: 240px; }
  .eq-body { padding: 28px 24px; }
  .eq-specs { grid-template-columns: 1fr; }
  .servicos-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .contato-form { padding: 28px 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { flex-direction: column; }
  .hero-stats { gap: 24px; }
}

@media (max-width: 480px) {
  .section-title { font-size: 28px; }
  .whatsapp-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .contato-form { padding: 20px 16px; }
  .eq-body { padding: 20px 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}
