@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  background-color: #0b0d10;
  color: #f3f4f6;
  line-height: 1.5;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* CORES */
.txt-yellow { color: #facc15; }
.txt-green { color: #25D366; }
.txt-red { color: #ef4444; }

/* BARRA DE DEMONSTRAÇÃO COMERCIAL */
.demo-top-bar {
  background: #a855f7;
  color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  border-bottom: 2px solid #9333ea;
}
.demo-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.demo-badge-action {
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
}

/* FILTRO DE AVALIAÇÃO INTELIGENTE PRE-GOOGLE (LANDING PAGE) */
.dynamic-reviewer {
  background: #11141a !important;
  border: 2px solid #1f242d !important;
  width: 100% !important;
  max-width: 280px !important;
  padding: 20px !important;
  border-radius: 12px !important;
  text-align: center !important;
  margin: 0 auto 30px auto !important;
}
.interactive-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  font-size: 26px;
}
.interactive-stars i {
  color: #4b5563;
  cursor: pointer;
  transition: transform 0.2s, color 0.2s;
}
.interactive-stars i:active {
  transform: scale(1.25);
}
.interactive-stars i.glow {
  color: #facc15 !important;
}
#review-status-hint {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
}

/* UTILS SEÇÕES */
.section-tag { font-size: 11px; font-weight: 900; color: #a855f7; display: block; text-align: center; margin-bottom: 5px; letter-spacing: 1px; text-transform: uppercase; }
h2 { font-size: 26px; font-weight: 900; text-align: center; text-transform: uppercase; margin-bottom: 10px; }
.section-sub { text-align: center; color: #9ca3af; font-size: 14px; margin-bottom: 35px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* HEADER */
.main-header { background-color: #11141a; border-bottom: 2px solid #1f242d; padding: 15px 0; }
.header-flex { display: flex; justify-content: space-between; align-items: center; }
.brand { font-weight: 900; font-size: 20px; text-transform: uppercase; letter-spacing: -0.5px; }
.header-right { display: flex; align-items: center; gap: 15px; }
.status-live { font-size: 11px; font-weight: 700; display: flex; align-items: center; background: #1c2330; padding: 5px 10px; border-radius: 4px;}
.ping-green { width: 8px; height: 8px; background: #25D366; border-radius: 50%; margin-right: 6px; animation: blink 1.5s infinite; }
@keyframes blink { 50% { opacity: 0.3; } }
.btn-phone-header { background: #facc15; color: #11141a; text-decoration: none; font-size: 12px; font-weight: 900; padding: 7px 12px; border-radius: 4px; display: none; }

/* HERO SECTION */
.hero { padding: 40px 0; background: radial-gradient(circle at top right, #1d1035 0%, #0b0d10 60%); }
.badge-regiao { background: rgba(250, 204, 21, 0.1); border: 1px solid rgba(250, 204, 21, 0.3); color: #facc15; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 20px; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 15px; }
h1 { font-size: 28px; font-weight: 900; line-height: 1.2; margin-bottom: 15px; text-transform: uppercase; }
.hero-sub { font-size: 15px; color: #9ca3af; margin-bottom: 25px; }

/* BOTÕES DE AÇÃO PRINCIPAIS - ULTRA BLINDAGEM MOBILE */
.hero-ctas { 
  display: flex; 
  flex-direction: column; 
  gap: 12px; 
  margin-bottom: 30px; 
  width: 100%;
}

.btn-action,
.target-whatsapp,
.target-phone,
.btn-card-whatsapp { 
  display: flex !important; 
  align-items: center; 
  justify-content: center; 
  gap: 10px; 
  text-decoration: none !important; 
  padding: 16px !important; 
  border-radius: 8px !important; 
  font-size: 15px !important; 
  font-weight: 900 !important; 
  text-transform: uppercase; 
  text-align: center; 
  transition: all 0.2s; 
  width: 100% !important; 
  border: none !important;
  cursor: pointer;
}

.btn-card-whatsapp {
  padding: 12px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
}

.btn-green-action,
.target-whatsapp,
.btn-card-whatsapp { 
  background: #25D366 !important; 
  color: #fff !important; 
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.25) !important; 
}

.btn-orange-action,
.target-phone { 
  background: #f59e0b !important; 
  color: #fff !important; 
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.25) !important; 
}

.btn-action:active,
.target-whatsapp:active,
.target-phone:active,
.btn-card-whatsapp:active { 
  transform: scale(0.98); 
}

.trust-badges-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; font-size: 12px; font-weight: 600; text-align: left; }
.trust-badges-mini span { background: #11141a; border: 1px solid #1f242d; padding: 10px; border-radius: 6px; display: flex; align-items: center; gap: 8px; }

/* IMAGEM DO GUINCHO PLACEHOLDER */
.hero-graphics { display: flex; flex-direction: column; gap: 20px; margin-top: 35px; }
.img-placeholder-wrapper { width: 100%; height: 220px; background: #11141a; border-radius: 12px; position: relative; overflow: hidden; border: 2px solid #1f242d; }
.fallback-truck-img { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; font-size: 60px; color: #2a313d; background: linear-gradient(45deg, #11141a, #1f242d); }
.badge-img-24h { position: absolute; bottom: 15px; left: 15px; background: #fff; color: #11141a; padding: 8px 12px; border-radius: 8px; display: flex; flex-direction: column; line-height: 1; z-index: 10; font-size: 11px; font-weight: 600; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.badge-img-24h strong { font-size: 18px; font-weight: 900; color: #4f46e5; }

/* RADAR */
.radar-box { background: #07090c; border: 1px solid #1f242d; border-radius: 10px; padding: 15px; text-align: left; box-shadow: inset 0 0 20px rgba(0,255,0,0.02); }
.radar-header { font-size: 11px; color: #9ca3af; font-weight: 700; margin-bottom: 8px; }
.radar-coords { display: flex; justify-content: space-between; font-family: monospace; font-size: 16px; border-bottom: 1px solid #1f242d; padding-bottom: 8px; margin-bottom: 8px; }
.radar-status { font-size: 11px; color: #facc15; }

/* SERVIÇOS */
.services { padding: 50px 0; background: #11141a; }
.grid-services { display: grid; gap: 20px; }
.service-card { background: #0b0d10; border: 1px solid #1f242d; padding: 25px 20px; border-radius: 12px; display: flex; flex-direction: column; transition: all 0.3s; }
.service-icon-box { background: rgba(79, 70, 229, 0.1); width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #facc15; margin-bottom: 15px; }
.service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.service-card p { font-size: 13px; color: #9ca3af; margin-bottom: 20px; flex-grow: 1; }

/* AVALIAÇÕES GOOGLE STYLE CARDS */
.social-proof { padding: 50px 0; background: #0b0d10; }
.reviews-grid { display: grid; gap: 20px; }
.review-card { background: #11141a; padding: 20px; border-radius: 12px; border: 1px solid #1f242d; position: relative; }
.review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.quote-icon { font-size: 24px; color: rgba(250, 204, 21, 0.15); }
.review-card p { font-size: 13px; color: #d1d5db; line-height: 1.6; margin-bottom: 15px; font-style: italic; }
.author-box { display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 30px; height: 30px; background: #4f46e5; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
.author-name { font-size: 13px; font-weight: 600; color: #9ca3af; }

/* QUEM SOMOS */
.about-section { padding: 50px 0; background: #11141a; border-top: 1px solid #1f242d; }
.about-image-box { position: relative; width: 100%; max-width: 400px; margin: 0 auto 30px auto; }
.driver-photo-fallback { width: 100%; height: 280px; background: linear-gradient(to bottom, #1f242d, #0b0d10); border-radius: 12px; border: 1px solid #2a313d; display: flex; align-items: center; justify-content: center; font-size: 80px; color: #374151; }
.driver-badge-name { position: absolute; bottom: -15px; right: 15px; background: #4f46e5; color: #fff; padding: 10px 15px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.4); display: flex; flex-direction: column; font-size: 11px; }
.driver-badge-name strong { font-size: 14px; font-weight: 700; }
.about-text h2 { text-align: left; }
.about-text p { font-size: 14px; color: #9ca3af; margin-bottom: 15px; }
.about-checklist { display: grid; grid-template-columns: repeat(1, 1fr); gap: 10px; font-size: 13px; font-weight: 600; margin-top: 20px; }
.about-checklist div { display: flex; align-items: center; gap: 8px; }
.about-checklist i { color: #25D366; }

/* COMO FUNCIONA */
.how-it-works { padding: 50px 0; background: #0b0d10; }
.steps-grid { display: grid; gap: 20px; }
.step-card { background: #11141a; border: 1px solid #1f242d; border-radius: 12px; padding: 25px 20px; text-align: center; position: relative; }
.step-number { position: absolute; top: 15px; left: 15px; background: #25D366; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 11px; }
.step-card i { font-size: 30px; color: #25D366; margin-bottom: 15px; }
.step-card h3 { font-size: 16px; margin-bottom: 10px; }
.step-card p { font-size: 13px; color: #9ca3af; }

/* ONDE ATENDEMOS CHIPS */
.geo-areas { padding: 50px 0; background: #11141a; }
.chips-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 800px; margin: 0 auto; }
.chip-city { background: rgba(79, 70, 229, 0.08); border: 1px solid rgba(79, 70, 229, 0.2); padding: 10px 18px; border-radius: 6px; font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 8px; color: #d1d5db; }
.chip-city i { color: #4f46e5; }

.btn-purple-call { 
  display: flex !important; 
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #4f46e5 !important; 
  color: #fff !important; 
  text-decoration: none !important; 
  padding: 15px 30px !important; 
  border-radius: 30px !important; 
  font-weight: 900 !important; 
  font-size: 15px !important; 
  text-transform: uppercase; 
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3) !important; 
  width: 100% !important;
  max-width: 400px;
  margin: 0 auto;
  border: none !important;
}

/* FINAL CTA */
.final-cta { padding: 60px 0; background: #0b0d10; text-align: center; }
.final-cta p { color: #9ca3af; margin-top: 5px; font-size: 14px; }

/* FOOTER */
.main-footer { background: #07090c; border-top: 2px solid #11141a; padding: 50px 0 0 0; }
.footer-columns { display: grid; gap: 35px; margin-bottom: 40px; }
.footer-col h4 { font-size: 15px; text-transform: uppercase; border-bottom: 2px solid #1f242d; padding-bottom: 8px; margin-bottom: 15px; letter-spacing: 0.5px; }
.footer-description { font-size: 13px; color: #9ca3af; margin-top: 10px; }
.footer-mini-buttons { display: flex; gap: 10px; margin-top: 15px; }
.btn-footer-sm { flex: 1; text-align: center; text-decoration: none; color: #fff; font-size: 12px; font-weight: 700; padding: 10px; border-radius: 50px; }
.footer-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; font-size: 13px; color: #9ca3af; }
.footer-links-legal li { margin-bottom: 6px; }
.footer-links-legal a { color: #6b7280; font-size: 12px; text-decoration: none; }
.footer-links-legal a:hover { color: #fff; }
.footer-bottom { background: #040507; border-top: 1px solid #11141a; padding: 20px 0; text-align: center; font-size: 11px; color: #4b5563; }

/* FLOATING BUTTON */
.float-whatsapp { position: fixed; bottom: 20px; right: 20px; background-color: #25D366; color: #fff; width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; box-shadow: 0 4px 15px rgba(0,0,0,0.5); z-index: 1000; animation: bounce 2s infinite; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-8px);} 60% {transform: translateY(-4px);} }

/* ========================================================
   ESTILOS EXCLUSIVOS DA PÁGINA EXCLUSIVA DE AVALIAÇÃO (/AVALIAR.HTML)
   ======================================================== */
.rating-page-container { 
  width: 100%; 
  max-width: 480px; 
  margin: 0 auto; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating-card-center { 
  background: #11141a; 
  border: 2px solid #1f242d; 
  padding: 40px 30px; 
  border-radius: 16px; 
  text-align: center; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  width: 100%;
}

.rating-brand { 
  font-size: 24px; 
  font-weight: 900; 
  text-transform: uppercase; 
  margin-bottom: 25px; 
  letter-spacing: -0.5px; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rating-header-text h1 { 
  font-size: 22px; 
  font-weight: 900; 
  text-transform: none; 
  margin-bottom: 12px; 
}

.rating-header-text p { 
  font-size: 14px; 
  color: #9ca3af; 
  line-height: 1.6;
}

/* AJUSTE CRÍTICO: ESTRELAS GRANDES E CENTRALIZADAS */
.interactive-stars-page { 
  display: flex !important; 
  justify-content: center !important; 
  align-items: center !important;
  gap: 16px; 
  margin: 35px 0; 
}

.interactive-stars-page i { 
  font-size: 42px !important; /* Deixa as estrelas bem grandes no mobile */
  color: #374151; 
  cursor: pointer; 
  transition: transform 0.2s, color 0.2s; 
}

.interactive-stars-page i:active { 
  transform: scale(1.3); 
}

.interactive-stars-page i.glow { 
  color: #facc15 !important; 
  text-shadow: 0 0 15px rgba(250, 204, 21, 0.4); /* Efeito neon ao acender */
}

.rating-hint-p { 
  font-size: 13px; 
  color: #9ca3af; 
  font-weight: 600; 
  margin-bottom: 25px; 
}

.rating-footer-badges { 
  border-top: 1px solid #1f242d; 
  padding-top: 20px; 
  display: flex; 
  justify-content: center; 
  gap: 20px; 
  font-size: 11px; 
  font-weight: 700; 
  color: #4b5563; 
  text-transform: uppercase; 
}

.rating-footer-badges span { 
  display: flex; 
  align-items: center; 
  gap: 6px; 
}

/* RESPONSIVIDADE DESKTOP */
@media (min-width: 768px) {
  h2 { font-size: 32px; }
  .btn-phone-header { display: inline-block; }
  .hero { padding: 60px 0; }
  h1 { font-size: 40px; }
  .hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; text-align: left; }
  .hero-sub { font-size: 16px; }
  .hero-graphics { margin-top: 0; }
  .img-placeholder-wrapper { height: 260px; }
  .grid-services { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: center; }
  .about-image-box { margin-bottom: 0; }
  .about-checklist { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-columns { grid-template-columns: 1.2fr 1fr 0.8fr; }
  .demo-flex { flex-direction: row; justify-content: space-between; }
  
  .hero-ctas { 
    flex-direction: row; 
  }
  .btn-action,
  .target-whatsapp,
  .target-phone {
    width: auto !important;
    flex: 1; 
  }
  .btn-purple-call {
    width: auto !important;
  }
}