@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: #f8fafc; /* Clean background (light gray/blue tint) */
  color: #1e293b; /* Readable dark slate */
  line-height: 1.5;
}

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

/* CORES NICHO LIMPEZA/CLEAN */
.txt-cyan { color: #00b4d8; }
.txt-green { color: #25D366; }
.txt-blue { color: #0077b6; }

/* FILTRO DE AVALIAÇÃO INTELIGENTE PRE-GOOGLE (LANDING PAGE) */
.dynamic-reviewer {
  background: #ffffff !important;
  border: 2px solid #e2e8f0 !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;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.interactive-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  font-size: 26px;
}
.interactive-stars i {
  color: #cbd5e1;
  cursor: pointer;
  transition: transform 0.2s, color 0.2s;
}
.interactive-stars i:active {
  transform: scale(1.25);
}
.interactive-stars i.glow {
  color: #00b4d8 !important; /* Brilho Ciano ao invés de Amarelo encardido */
  text-shadow: 0 0 8px rgba(0, 180, 216, 0.3);
}
#review-status-hint {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}

/* UTILS SEÇÕES */
.section-tag { font-size: 11px; font-weight: 900; color: #0077b6; 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; color: #0f172a; }
.section-sub { text-align: center; color: #64748b; font-size: 14px; margin-bottom: 35px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* HEADER */
.main-header { background-color: #ffffff; border-bottom: 2px solid #e2e8f0; padding: 15px 0; box-shadow: 0 1px 3px rgba(0,0,0,0.02); }
.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; color: #0f172a; }
.header-right { display: flex; align-items: center; gap: 15px; }
.status-live { font-size: 11px; font-weight: 700; display: flex; align-items: center; background: #f1f5f9; padding: 5px 10px; border-radius: 4px; color: #334155;}
.ping-green { width: 8px; height: 8px; background: #25D366; border-radius: 50%; margin-right: 6px; animation: waterPulse 1.8s infinite; }

/* ANIMAÇÃO ESTILO BORBULHA DE ÁGUA/LIMPEZA */
@keyframes waterPulse { 
  0% { transform: scale(0.9); opacity: 1; box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { transform: scale(1.1); opacity: 0.5; box-shadow: 0 0 0 6px rgba(37, 211, 102, 0); }
  100% { transform: scale(0.9); opacity: 1; box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.btn-phone-header { background: #00b4d8; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: 900; padding: 7px 12px; border-radius: 4px; display: none; }

/* HERO SECTION - GRADIENTE SUAVE CLEAN */
.hero { padding: 40px 0; background: radial-gradient(circle at top right, #e0f2fe 0%, #f8fafc 70%); }
.badge-regiao { background: rgba(0, 180, 216, 0.1); border: 1px solid rgba(0, 180, 216, 0.2); color: #0077b6; 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; color: #0f172a; }
.hero-sub { font-size: 15px; color: #475569; margin-bottom: 25px; }

/* BOTÕES DE AÇÃO */
.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.3s; width: 100% !important; border: none !important; cursor: pointer; 
}
.btn-card-whatsapp { padding: 12px !important; font-size: 13px !important; border-radius: 6px !important; margin-top: auto; }
.btn-green-action, .target-whatsapp, .btn-card-whatsapp { background: #25D366 !important; color: #fff !important; box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2) !important; }
.btn-cyan-action, .target-phone { background: #00b4d8 !important; color: #fff !important; box-shadow: 0 4px 14px rgba(0, 180, 216, 0.2) !important; }

/* EFEITOS INTERATIVOS DE ANIMAÇÃO NOS BOTÕES */
.btn-action:hover, .target-whatsapp:hover, .btn-card-whatsapp:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-action:active, .target-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: #ffffff; border: 1px solid #e2e8f0; color: #334155; padding: 10px; border-radius: 6px; display: flex; align-items: center; gap: 8px; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }

/* IMAGEM E CAPTURA GRAPHICS */
.hero-graphics { display: flex; flex-direction: column; gap: 20px; margin-top: 35px; }
.img-placeholder-wrapper { width: 100%; height: 220px; background: #e2e8f0; border-radius: 12px; position: relative; overflow: hidden; border: 2px solid #e2e8f0; }
.badge-img-24h { position: absolute; bottom: 15px; left: 15px; background: #ffffff; color: #0f172a; 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 10px rgba(0,0,0,0.05); }
.badge-img-24h strong { font-size: 18px; font-weight: 900; color: #00b4d8; }

/* MONITOR DA DISPONIBILIDADE */
.radar-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 15px; text-align: left; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.radar-header { font-size: 11px; color: #64748b; font-weight: 700; margin-bottom: 8px; }
.radar-coords { display: flex; justify-content: space-between; font-family: sans-serif; font-size: 15px; border-bottom: 1px solid #e2e8f0; padding-bottom: 8px; margin-bottom: 8px; }
.radar-status { font-size: 12px; color: #0077b6; font-weight: 600; }

/* SERVIÇOS CARDS */
.services { padding: 50px 0; background: #ffffff; }
.grid-services { display: grid; gap: 20px; }
.service-card { background: #f8fafc; border: 1px solid #e2e8f0; padding: 25px 20px; border-radius: 12px; display: flex; flex-direction: column; transition: all 0.3s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,119,182,0.04); border-color: #cbd5e1; }
.service-icon-box { background: rgba(0, 180, 216, 0.1); width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #0077b6; margin-bottom: 15px; }
.service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #0f172a; }
.service-card p { font-size: 13px; color: #475569; margin-bottom: 20px; flex-grow: 1; }

/* AVALIAÇÕES */
.social-proof { padding: 50px 0; background: #f8fafc; }
.reviews-grid { display: grid; gap: 20px; }
.review-card { background: #ffffff; padding: 20px; border-radius: 12px; border: 1px solid #e2e8f0; position: relative; box-shadow: 0 2px 4px rgba(0,0,0,0.01); }
.quote-icon { font-size: 24px; color: rgba(0, 180, 216, 0.1); }
.review-card p { font-size: 13px; color: #334155; 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: #0077b6; color: #fff; 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: #475569; }

/* QUEM SOMOS */
.about-section { padding: 50px 0; background: #ffffff; border-top: 1px solid #e2e8f0; }
.about-image-box { position: relative; width: 100%; max-width: 400px; margin: 0 auto 30px auto; }
.driver-badge-name { position: absolute; bottom: -15px; right: 15px; background: #0077b6; color: #fff; padding: 10px 15px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,119,182,0.2); 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: #475569; margin-bottom: 15px; }
.about-checklist { display: grid; grid-template-columns: repeat(1, 1fr); gap: 10px; font-size: 13px; font-weight: 600; margin-top: 20px; color: #334155; }
.about-checklist div { display: flex; align-items: center; gap: 8px; }
.about-checklist i { color: #25D366; }

/* COMO FUNCIONA */
.how-it-works { padding: 50px 0; background: #f8fafc; }
.steps-grid { display: grid; gap: 20px; }
.step-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px 20px; text-align: center; position: relative; box-shadow: 0 1px 3px rgba(0,0,0,0.01); }
.step-number { position: absolute; top: 15px; left: 15px; background: #00b4d8; 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: #00b4d8; margin-bottom: 15px; }
.step-card h3 { font-size: 16px; margin-bottom: 10px; color: #0f172a; }
.step-card p { font-size: 13px; color: #64748b; }

/* FINAL CTA */
.final-cta { padding: 60px 0; background: #ffffff; text-align: center; border-top: 1px solid #e2e8f0; }
.final-cta p { color: #475569; margin-top: 5px; font-size: 14px; }

/* FOOTER */
.main-footer { background: #0f172a; border-top: 2px solid #1e293b; padding: 50px 0 0 0; color: #94a3b8; }
.main-footer .brand { color: #ffffff; }
.footer-columns { display: grid; gap: 35px; margin-bottom: 40px; }
.footer-col h4 { font-size: 15px; text-transform: uppercase; border-bottom: 2px solid #334155; padding-bottom: 8px; margin-bottom: 15px; letter-spacing: 0.5px; color: #f8fafc; }
.footer-description { font-size: 13px; color: #94a3b8; 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-bottom { background: #020617; border-top: 1px solid #1e293b; padding: 20px 0; text-align: center; font-size: 11px; color: #475569; }

/* FLOATING WHATSAPP BUTTON COM ANIMAÇÃO CONTINUA SUAVE */
.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.15); 
  z-index: 1000; animation: floatBubble 2.5s infinite ease-in-out; 
}
@keyframes floatBubble { 
  0% { transform: translateY(0px); } 
  50% { transform: translateY(-6px); } 
  100% { transform: translateY(0px); } 
}

/* 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 1.6fr; }
  
  .hero-ctas { flex-direction: row; }
  .btn-action, .target-whatsapp, .target-phone { width: auto !important; flex: 1; }
}