/*
 * UAV — Custom Brand CSS
 * Paleta exacta del LOGOS.svg. Aplica directamente al DOM.
 * Sobrescribe TODOS los usos de #B5E717 (verde lima) del template.
 *
 * Regla arquitectónica: el template pinta lima en `.theme-btn span` y `.theme-btn i`.
 * El contenedor .theme-btn es transparente. Aquí se recolorean sólo span+i.
 */

:root {
  --uav-navy: #0a192f;
  --uav-navy-hover: #061020;
  --uav-gold: #c5a880;
  --uav-gold-hover: #b08e5f;
  --uav-gold-light: #ddc9a3;
  --brand-text: #393c3e;
  --wa-green: #25D366;
  --wa-green-hover: #20BD5A;
}

/* Body claro con texto navy */
body {
  background-color: #F8FAFC;
  color: #1E293B;
}

/* ────────────────────────────────────────────
   Botones pill+circle (theme-btn y variantes)
   ──────────────────────────────────────────── */
.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4,
.theme-btn-s5,
.wpo-title-btn,
.footer-btn,
.hero-btn,
.problem-solve-btn,
.close-form {
  background-color: transparent !important;
  border-color: transparent !important;
}
.theme-btn span,
.theme-btn-s2 span,
.theme-btn-s3 span,
.theme-btn-s4 span,
.theme-btn-s5 span,
.theme-btn i,
.theme-btn-s2 i,
.theme-btn-s3 i,
.theme-btn-s4 i,
.theme-btn-s5 i {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}
.theme-btn:hover span,
.theme-btn-s2:hover span,
.theme-btn-s3:hover span,
.theme-btn-s4:hover span,
.theme-btn-s5:hover span,
.theme-btn:hover i,
.theme-btn-s2:hover i,
.theme-btn-s3:hover i,
.theme-btn-s4:hover i,
.theme-btn-s5:hover i {
  background-color: var(--uav-gold-hover) !important;
  color: var(--uav-navy) !important;
}

.theme-btn-uav {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
  font-weight: 700;
}
.theme-btn-uav:hover {
  background-color: var(--uav-gold-hover) !important;
  color: var(--uav-navy) !important;
}

/* ────────────────────────────────────────────
   Header UAV: fondo navy, texto claro, layout 1 fila, sticky navy
   ──────────────────────────────────────────── */
.wpo-site-header {
  background-color: var(--uav-navy) !important;
}
.wpo-site-header .navbar-brand img,
.sticky-header .navbar-brand img {
  max-height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .wpo-site-header .navigation-holder > ul,
  .sticky-header .navigation-holder > ul {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
  }
  .wpo-site-header .navigation-holder > ul > li > a,
  .sticky-header .navigation-holder > ul > li > a {
    padding: 8px 10px !important;
    font-size: 0.88rem;
    line-height: 1.2 !important;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    white-space: nowrap;
  }
  .wpo-site-header .header-right,
  .sticky-header .header-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px !important;
  }
  .wpo-site-header .navbar,
  .sticky-header .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* Texto claro sobre fondo navy */
.wpo-site-header .navigation-holder > ul > li > a,
.sticky-header .navigation-holder > ul > li > a {
  color: #E2E8F0 !important;
}
.wpo-site-header #navbar > ul > li > a:hover,
.wpo-site-header #navbar > ul > li > a.active,
.wpo-site-header #navbar > ul > li.current > a,
.sticky-header #navbar > ul > li > a:hover,
.sticky-header #navbar > ul > li > a.active,
.sticky-header #navbar > ul > li.current > a {
  color: var(--uav-gold) !important;
  background: rgba(197, 168, 128, 0.15) !important;
}
.wpo-site-header #navbar > ul > li .sub-menu a:hover,
.wpo-site-header #navbar > ul > li .sub-menu a.active {
  color: var(--uav-gold) !important;
}

/* Sticky header UAV: fondo navy con sombra */
.sticky-header {
  background: var(--uav-navy) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Ítem destacado del menú (COSIMEX cruzado) */
.nav-brand-link {
  color: var(--uav-gold) !important;
  font-weight: 700 !important;
}

/* ────────────────────────────────────────────
   Botones del header (teléfono + WhatsApp pill)
   ──────────────────────────────────────────── */
/* Botón teléfono compacto pill UAV — fondo claro con texto navy legible sobre header navy */
.btn-phone-compact {
  background-color: #ffffff !important;
  color: var(--uav-navy) !important;
  border: 1px solid rgba(197, 168, 128, 0.5) !important;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(10, 25, 47, 0.18);
}
.btn-phone-compact i {
  color: var(--uav-navy) !important;
}
.btn-phone-compact:hover {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
  border-color: var(--uav-gold) !important;
}
.btn-phone-compact:hover i {
  color: var(--uav-navy) !important;
}

.btn-wa-header {
  background-color: var(--wa-green) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  line-height: 1.2;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.btn-wa-header:hover {
  background-color: var(--wa-green-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.btn-wa-header .wa-icon-mini,
.wa-icon-mini {
  width: 14px;
  height: 14px;
  fill: #fff;
  vertical-align: middle;
}

/* ────────────────────────────────────────────
   Neutralizar #B5E717 en todos los selectores del template
   ──────────────────────────────────────────── */

.back-to-top {
  border-color: var(--uav-gold) !important;
  color: var(--uav-gold) !important;
}
.back-to-top:hover {
  background-color: var(--uav-gold) !important;
  border-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

.form input:focus,
.form textarea:focus,
.form select:focus,
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: var(--uav-gold) !important;
  box-shadow: 0 0 0 0.2rem rgba(197, 168, 128, 0.15) !important;
}

.contact-validation-active #loader2 i {
  color: var(--uav-gold) !important;
}

.social-links li a:hover {
  background-color: var(--uav-gold) !important;
  border-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

.wpo-site-header .mobail-menu button,
.wpo-site-header .mobail-menu button:focus {
  background-color: var(--uav-gold) !important;
}

.client-team ul li:last-child {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

.wpo-testimonial-section-s2 .testimonial-slide .owl-dots button.active,
.wpo-case-section .case-slider .owl-dots button.active,
.wpo-cta-section .owl-dots button.active,
.wpo-portfolio-section .owl-dots button.active,
.owl-dots button.active {
  background: var(--uav-gold) !important;
}

.wpo-mission-vision-section .mission-vision-right .wpo-section-title-s2 .title-top span::before {
  background-color: var(--uav-gold) !important;
}

.odometer,
.wpo-about-section .odometer,
.wpo-about-section-s2 .odometer,
.wpo-fun-fact-grids .odometer {
  color: var(--uav-navy) !important;
}

.wpo-why-choose-section-s4 .why-choose-left .why-choose-left-bg {
  background-color: var(--uav-navy) !important;
}
.wpo-pricing-section .pricing-card.active .pricing-item,
.wpo-pricing-section .pricing-card:hover .pricing-item {
  background-color: var(--uav-gold) !important;
}

/* Badges en About UAV */
.about-badge {
  display: inline-block;
  padding: 6px 14px;
  margin: 4px 6px 4px 0;
  border-radius: 999px;
  background: rgba(197, 168, 128, 0.12);
  color: var(--uav-navy);
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid rgba(197, 168, 128, 0.35);
}

/* Iconos de tarjetas de Servicios UAV */
.service-icon-gold {
  background-color: rgba(197, 168, 128, 0.15) !important;
  color: var(--uav-gold) !important;
}
.service-icon-navy {
  background-color: rgba(10, 25, 47, 0.1) !important;
  color: var(--uav-navy) !important;
}

/* Card UAV clara */
.card-uav-light {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-top: 4px solid var(--uav-gold);
  box-shadow: 0 6px 24px rgba(197, 168, 128, 0.12);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
}

/* ────────────────────────────────────────────
   Floating WhatsApp Widget
   ──────────────────────────────────────────── */
.whatsapp-float-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--wa-green);
  color: #fff;
  padding: 12px 22px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: all 200ms ease;
  animation: pulse-wa 3s infinite;
}
.whatsapp-float-widget:hover {
  background-color: var(--wa-green-hover);
  color: #fff;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}
.whatsapp-icon-svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
@keyframes pulse-wa {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Utility overrides */
.text-brand-red { color: var(--uav-gold) !important; }
.bg-brand-red { background-color: var(--uav-gold) !important; color: var(--uav-navy) !important; }

/* ────────────────────────────────────────────
   Neutraliza el pill-hover crema del template (::before con #FBFEE7)
   ──────────────────────────────────────────── */
.wpo-site-header #navbar > ul > li > a::before,
.wpo-site-header #navbar > ul > li > a:hover::before,
.wpo-site-header #navbar > ul > li > a.active::before,
.sticky-header #navbar > ul > li > a::before,
.sticky-header #navbar > ul > li > a:hover::before,
.sticky-header #navbar > ul > li > a.active::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   PULIDO 4 — Erradicación sistemática del lima del template (UAV)
   Mapa: fondos verde oliva → navy; superficies claras verdosas → beige neutro;
         acentos/dots → oro; textos crema → crema neutra; gris verdoso → gris.
   ═══════════════════════════════════════════════════════════════ */

/* — Superficies grandes de tarjeta INVERTIDAS a claro con texto navy —
     Los cards del template que venían verde oliva/oscuro pasan a blanco/beige
     claro con acento oro. Footers UAV se manejan aparte y se preservan navy. */
.wpo-about-section-s2 .about-right,
.wpo-service-section .wpo-service-card .service-item,
.wpo-service-section-s3 .wpo-service-card .service-item,
.wpo-problem-solve-section .problem-solve-right,
.wpo-testimonial-section .testimonial-slide .testimonial-card,
.wpo-testimonial-section-s2 .testimonial-slide .testimonial-card,
.contact-left,
.wpo-mission-vision-section .mission-vision-left,
.wpo-why-choose-section-s3 .why-choose-left,
.wpo-why-choose-section-s3 .why-choose-right .why-choose-item .why-choose-list,
.wpo-case-single-section .case-top .item span,
.wpo-case-single-section .case-single-item .case-single-content .case-single-bottom .case-card,
.wpo-blog-single-section .blog-card-bottom .blog-card,
.wpo-blog-single-section .author-widget,
.wpo-blog-single-section .more-posts,
.wpo-blog-single-section .comments-area .comments-area-top {
  background-color: #ffffff !important;
  border: 1px solid rgba(197, 168, 128, 0.25);
  box-shadow: 0 4px 20px rgba(10, 25, 47, 0.05);
  color: var(--uav-navy) !important;
}
/* Textos dentro de esos cards → navy legible */
.wpo-about-section-s2 .about-right h3,
.wpo-service-section .wpo-service-card .service-item h3,
.wpo-service-section .wpo-service-card .service-item h3 a,
.wpo-service-section .wpo-service-card .service-item p,
.wpo-problem-solve-section .problem-solve-right h3,
.wpo-problem-solve-section .problem-solve-right p,
.wpo-testimonial-section .testimonial-slide .testimonial-card h3,
.wpo-testimonial-section .testimonial-slide .testimonial-card p,
.wpo-testimonial-section-s2 .testimonial-slide .testimonial-card h3,
.wpo-testimonial-section-s2 .testimonial-slide .testimonial-card p,
.contact-left h3, .contact-left p {
  color: var(--uav-navy) !important;
}
.wpo-service-section .wpo-service-card .service-item a,
.wpo-problem-solve-section .problem-solve-right a {
  color: var(--uav-gold);
}

/* Superficies pequeñas de acento (íconos redondos, hover arrow) → oro */
.wpo-why-choose-section .why-choose-right .why-choose-item .why-choose-list .icon,
.wpo-why-choose-section-s2 .why-choose-right .why-choose-item .why-choose-list .icon,
.wpo-case-section .case-item:hover .arrow-icon,
.team-card .team-bottom .team-list .team-text h3 a:hover,
.wpo-blog-single-section .comments-area .comment-reply-link {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

/* Footer UAV: se preserva navy (decisión de marca) */
.wpo-site-footer .wpo-topbar-footer,
.wpo-site-footer-s2 .wpo-topbar-footer,
.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer {
  background-color: var(--uav-navy) !important;
}

/* — Fondos de sección claros verdosos → beige suave alineado con oro — */
.wpo-page-title,
.wpo-page-title-s2,
.wpo-about-section,
.wpo-about-section-s2,
.wpo-about-section-s3,
.wpo-why-choose-section,
.wpo-why-choose-section-s2,
.wpo-why-choose-section-s3,
.wpo-contact-section,
.wpo-contact-section-s2,
.wpo-case-section-s2 .case-left .case-item .case-content,
.wpo-faq-section,
.wpo-faq-section-s2,
.wpo-faq-section .wpo-faq-items,
.wpo-faq-section-s2 .wpo-faq-items,
.wpo-about-section-s3 .wpo-about-item,
.wpo-problem-solve-section-s2 .problem-solve-right,
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items,
.wpo-service-section-s2,
.wpo-pricing-section .pricing-card,
.wpo-pricing-section .pricing-card .pricing-item .pricing-money,
.wpo-service-single-section .service-single-item .image,
.pagination-wrapper .pg-pagination li a {
  background-color: #F7F5EE !important;
}

/* — Card interior about-right y service-bg → blanco con borde oro superior — */
.wpo-about-section-s2 .about-right .about-right-bg,
.wpo-service-section .wpo-service-card .service-item .service-bg,
.wpo-service-section-s3 .wpo-service-card .service-item .service-bg {
  background-color: #ffffff !important;
  border-top: 4px solid var(--uav-gold);
}

/* ═══════════════════════════════════════════════════════════════
   PULIDO UAV — Fondos de SECCIÓN verde oscuro del template → claros
   Culpables en sass del template:
     .wpo-service-section, .wpo-service-section-s3 { background: #202E05 }
     .wpo-service-section-s2 { background: #EFF6EA } (verdoso claro)
     .wpo-why-choose-section-s3 { background: #4C6311 }
     .wpo-mission-vision-section { background: #202E05 }
   Aclarados a beige-neutro. Header y footer navy intencionales NO se tocan.
   ═══════════════════════════════════════════════════════════════ */
.wpo-service-section,
.wpo-service-section-s2,
.wpo-service-section-s3,
.wpo-why-choose-section-s3,
.wpo-mission-vision-section {
  background-color: #F7F5EE !important;
}
/* Textos section-title sobre fondo claro → navy/oro */
.wpo-service-section .wpo-section-title-s2 .title-top span,
.wpo-service-section-s2 .wpo-section-title-s2 .title-top span,
.wpo-service-section-s3 .wpo-section-title-s2 .title-top span,
.wpo-service-section .wpo-section-title-s3 .title-top span,
.wpo-service-section-s2 .wpo-section-title-s3 .title-top span,
.wpo-service-section-s3 .wpo-section-title-s3 .title-top span {
  color: var(--uav-gold) !important;
}
.wpo-service-section .wpo-section-title-s2 h2,
.wpo-service-section-s2 .wpo-section-title-s2 h2,
.wpo-service-section-s3 .wpo-section-title-s2 h2,
.wpo-service-section .wpo-section-title-s3 h2,
.wpo-service-section-s2 .wpo-section-title-s3 h2,
.wpo-service-section-s3 .wpo-section-title-s3 h2 {
  color: var(--uav-navy) !important;
}
.wpo-service-section p,
.wpo-service-section-s2 p,
.wpo-service-section-s3 p,
.wpo-service-section-s2 .service-item .service-content h3,
.wpo-service-section-s2 .service-item .service-content h3 a {
  color: var(--uav-navy) !important;
}

/* Otras posibles secciones oscuras del template (por si se activan) */
.wpo-page-title,
.wpo-page-title-s2 {
  background-color: #F7F5EE !important;
}

/* — Acentos/dots decorativos → oro UAV — */
.wpo-section-title .title-top span::before,
.wpo-section-title-s2 .title-top span::before,
.wpo-section-title-s3 .title-top span::before,
.wpo-page-title .wpo-breadcumb-wrap .top-title span::before,
.wpo-page-title-s2 .wpo-breadcumb-wrap .top-title span::before,
.wpo-faq-section-s2 .wpo-section-title-s3 span::before,
.wpo-why-choose-section-s3 .why-choose-right .title-top span::before,
.wpo-faq-section .wpo-section-title-s3 span::before,
.wpo-about-section .about-right .about-bottom p::before,
.wpo-about-section-s2 .about-right .about-bottom p::before,
.wpo-about-section-s3 .about-right .about-bottom p::before,
.wpo-problem-solve-section .problem-solve-right .problem-solve-bottom p::before,
.wpo-service-section .wpo-service-card .service-bottom p::before,
.wpo-service-section-s3 .wpo-service-card .service-bottom p::before {
  background-color: var(--uav-gold) !important;
}

/* — Iconos coloreados lima → oro — */
.wpo-case-section .case-item .case-bottom .arrow-icon,
.wpo-contact-pg-section .contact-top-item .office-info-item.active .office-info-content,
.wpo-contact-pg-section .contact-top-item .office-info-item:hover .office-info-content {
  background-color: var(--uav-gold) !important;
}

/* — Textos "current/active" en el nav (más específicos que mis overrides previos) — */
.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a.active,
.wpo-site-header #navbar > ul li a:focus,
.wpo-site-header #navbar > ul li a:active,
.wpo-site-header #navbar > ul > li .sub-menu a:after,
.wpo-site-header #navbar > ul > li .sub-menu a:hover,
.wpo-site-header #navbar > ul > li .sub-menu a.active {
  color: var(--uav-gold) !important;
}

/* — Links de servicio/case/blog hover → oro — */
.wpo-service-section .wpo-service-card .service-item .service-bg .service-content h3 a:hover,
.wpo-service-section-s3 .wpo-service-card .service-item .service-bg .service-content h3 a:hover,
.wpo-case-section .case-item .case-bottom .case-content .case-text h3 a:hover,
.wpo-service-section-s2 .service-item .service-bottom .service-content .service-text h3 a:hover,
.wpo-blog-section .blog-item .blog-bottom .blog-content .blog-text h3 a:hover,
.wpo-blog-single-section .blog-tag ul li a:hover,
.wpo-blog-single-section .more-posts a:hover .post-control-link,
.wpo-blog-single-section .comments-area .comment-reply-link:hover,
.wpo-blog-pg-section .wpo-blog-wrap .blog-item .blog-content .blog-tag li a:hover,
.wpo-blog-pg-section .wpo-blog-wrap .blog-item .blog-content h3 a:hover {
  color: var(--uav-gold) !important;
}

/* — Textos crema claros del template → crema neutra — */
.wpo-hero-static .hero-content p,
.wpo-hero-static .hero-content h2,
.wpo-site-footer .wrapper .top-left h2,
.wpo-site-footer-s2 .wrapper .top-left h2,
.wpo-site-footer .footer-address .item ul li,
.wpo-site-footer-s2 .footer-address .item ul li,
.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a,
.wpo-site-footer .newsletter-s2 .form-fild .fild,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .fild {
  color: #F5F1EA !important;
}
.wpo-site-footer .newsletter-s2 .form-fild .fild::-webkit-input-placeholder,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .fild::-webkit-input-placeholder {
  color: rgba(245, 241, 234, 0.55) !important;
}
.wpo-site-footer .newsletter-s2 .form-fild .fild::-moz-placeholder,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .fild::-moz-placeholder {
  color: rgba(245, 241, 234, 0.55) !important;
}

/* — Botones y hovers de footer lima → oro — */
.wpo-site-footer .newsletter-s2 .form-fild button,
.wpo-site-footer-s2 .newsletter-s2 .form-fild button {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}
.wpo-site-footer .newsletter-s2 .form-fild button:hover,
.wpo-site-footer-s2 .newsletter-s2 .form-fild button:hover {
  background-color: var(--uav-gold-hover) !important;
}
.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover,
.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer .wpo-lower-footer .copyright a:hover,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a:hover,
.wpo-site-footer .wpo-lower-footer .right li a:hover,
.wpo-site-footer-s2 .wpo-lower-footer .right li a:hover,
.wpo-site-footer .footer-address .item ul li span,
.wpo-site-footer-s2 .footer-address .item ul li span,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .terms label {
  color: var(--uav-gold) !important;
}

/* — theme-btn-s3 hover — */
.theme-btn-s3:hover span, .theme-btn-s3:focus span, .theme-btn-s3:active span,
.theme-btn-s3:hover i, .theme-btn-s3:focus i, .theme-btn-s3:active i,
.theme-btn-s3 span {
  background-color: var(--uav-gold-hover) !important;
  color: var(--uav-navy) !important;
}

/* — Pricing — */
.wpo-pricing-section .pricing-card.active,
.wpo-pricing-section .pricing-card:hover {
  background-color: var(--uav-gold) !important;
}
.wpo-pricing-section .pricing-card.active .pricing-item .pricing-content .pricing-btn span,
.wpo-pricing-section .pricing-card:hover .pricing-item .pricing-content .pricing-btn span {
  background-color: var(--uav-navy) !important;
  color: #fff !important;
}

/* — Textos CTA sobre fondo oscuro — */
.wpo-cta-section .cta-left .wpo-section-title-s2 h2,
.wpo-cta-section .cta-left .wpo-section-title-s2 p,
.wpo-faq-section .wpo-section-title-s3 span,
.wpo-faq-section-s2 .wpo-section-title-s3 span,
.wpo-faq-section .wpo-section-title-s3 h2,
.wpo-faq-section .wpo-section-title-s3 p,
.wpo-faq-section-s2 .wpo-section-title-s3 h2,
.wpo-faq-section-s2 .wpo-section-title-s3 p {
  color: #F5F1EA !important;
}

/* — Fun-fact tag → oro — */
.wpo-about-section-s2 .about-middle .wpo-fun-fact-grids .grid .tag,
.wpo-about-section-s3 .about-middle .wpo-fun-fact-grids .grid .tag {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

/* — client-team estrellita hero-s2 — */
.wpo-hero-static-s2 .hero-right-image .client-team ul li:last-child {
  background-color: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

/* — Contact form placeholder → gris neutro — */
.contact-left .wpo-contact-form-area .form-control,
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  color: #6b7280;
}
.contact-left .wpo-contact-form-area .form-control::-moz-placeholder,
.contact-left .wpo-contact-form-area .form-control::placeholder,
.wpo-blog-single-section .comment-respond form input::-moz-placeholder,
.wpo-blog-single-section .comment-respond form input::placeholder,
.wpo-blog-single-section .comment-respond form textarea::-moz-placeholder,
.wpo-blog-single-section .comment-respond form textarea::placeholder {
  color: #9ca3af !important;
}
.wpo-pricing-section .pricing-card .pricing-item .pricing-money span {
  color: #6b7280 !important;
}

/* ═══════════════════════════════════════════════════════════════
   :visited REFORZADO
   ═══════════════════════════════════════════════════════════════ */
a, a:link, a:visited, a:active { color: inherit; }
a[href^="mailto:"], a[href^="mailto:"]:link, a[href^="mailto:"]:visited, a[href^="mailto:"]:active,
a[href^="tel:"], a[href^="tel:"]:link, a[href^="tel:"]:visited, a[href^="tel:"]:active { color: inherit !important; }

/* Nav UAV: texto claro sobre navy */
.wpo-site-header #navbar > ul > li > a,
.wpo-site-header #navbar > ul > li > a:link,
.wpo-site-header #navbar > ul > li > a:visited,
.wpo-site-header #navbar > ul > li > a:active,
.sticky-header #navbar > ul > li > a,
.sticky-header #navbar > ul > li > a:link,
.sticky-header #navbar > ul > li > a:visited,
.sticky-header #navbar > ul > li > a:active { color: #E2E8F0 !important; }

/* Footer UAV */
.wpo-site-footer a, .wpo-site-footer a:link, .wpo-site-footer a:visited, .wpo-site-footer a:active,
.wpo-site-footer-s2 a, .wpo-site-footer-s2 a:link, .wpo-site-footer-s2 a:visited, .wpo-site-footer-s2 a:active { color: #F5F1EA; }

/* Botones con color propio */
.btn-wa-header, .btn-wa-header:link, .btn-wa-header:visited, .btn-wa-header:active,
.whatsapp-float-widget, .whatsapp-float-widget:link, .whatsapp-float-widget:visited, .whatsapp-float-widget:active { color: #fff !important; }
.btn-phone-compact, .btn-phone-compact:link, .btn-phone-compact:visited, .btn-phone-compact:active { color: var(--uav-navy) !important; }
.nav-brand-link, .nav-brand-link:link, .nav-brand-link:visited, .nav-brand-link:active { color: var(--uav-gold) !important; }

/* Contacto: correos y tels UAV en oro */
.wpo-contact-section a[href^="mailto:"],
.wpo-contact-section a[href^="mailto:"]:visited,
.wpo-contact-section a[href^="tel:"],
.wpo-contact-section a[href^="tel:"]:visited { color: var(--uav-gold) !important; }

.text-brand-red, .text-brand-red:visited { color: var(--uav-gold) !important; }

/* ═══════════════════════════════════════════════════════════════
   PULIDO 5 — Familia completa de verdes del template (UAV)
   CRÍTICO: textos oscuros del template (#202E05) van a NAVY (nunca verde).
   ═══════════════════════════════════════════════════════════════ */

/* — #202E05: color base de TEXTO del template → navy UAV
     (SIN !important: los textos blancos de footer/header/cards oscuras
     ganan por especificidad). — */
body {
  color: var(--uav-navy);
}
/* Título/párrafo en secciones de fondo CLARO → navy */
.wpo-hero-static p,
.wpo-hero-static h1, .wpo-hero-static h2, .wpo-hero-static h3,
.wpo-about-section-s2 h2, .wpo-about-section-s2 h3, .wpo-about-section-s2 p,
.wpo-service-section-s2 h2, .wpo-service-section-s2 h3, .wpo-service-section-s2 p,
.wpo-why-choose-section-s2 h2, .wpo-why-choose-section-s2 h3, .wpo-why-choose-section-s2 p,
.wpo-contact-section h2, .wpo-contact-section h3, .wpo-contact-section p,
.wpo-section-title .title-top span,
.wpo-section-title-s2 .title-top span,
.wpo-section-title-s3 .title-top span,
.wpo-page-title .wpo-breadcumb-wrap .top-title span,
.wpo-page-title-s2 .wpo-breadcumb-wrap .top-title span,
.pagination-wrapper .pg-pagination li a,
.pagination-wrapper .pg-pagination li:last-child a:hover {
  color: var(--uav-navy);
}

/* — #202E05 como BACKGROUND — */
.preloader {
  background-color: var(--uav-navy) !important;
}
.wpo-site-header .mobail-menu button span {
  background-color: #fff !important;
}
.header-style-s2 #navbar,
.header-style-s3 #navbar {
  background-color: transparent !important;
}
.theme-btn-s3 span,
.theme-btn-s3 i {
  background: var(--uav-gold) !important;
  color: var(--uav-navy) !important;
}

/* — #265215: bordes y textos verdes secundarios → paleta UAV — */
.wpo-site-footer-s2 .wpo-topbar-footer,
.wpo-site-footer-s2 .wpo-lower-footer {
  border-color: rgba(197, 168, 128, 0.15) !important;
}
.contact-left .wpo-contact-form-area select.form-control,
.team-card .team-bottom .team-list .team-text span,
.wpo-case-section-s2 .case-left .case-item .case-content .text span,
.wpo-blog-section .blog-item .blog-bottom .blog-content .blog-text span {
  color: var(--uav-gold) !important;
}

/* — #E0FBCC → beige claro — */
.wpo-why-choose-section-s2 .why-choose-right .why-choose-item .why-choose-list,
.wpo-why-choose-section-s3 .why-choose-right .why-choose-item .why-choose-list {
  background-color: #F7F5EE !important;
}

/* — rgba(241,254,231, *): fondos y textos claros — */
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .right li a {
  color: rgba(245, 241, 234, 0.7) !important;
}
.wpo-about-section-s2 .about-middle .wpo-fun-fact-grids .grid,
.wpo-about-section-s3 .about-middle .wpo-fun-fact-grids .grid,
.wpo-service-section-s2 .service-item .service-bottom .service-content,
.team-card .team-bottom .team-list,
.cta-card .cta-item,
.wpo-blog-section .blog-item .blog-bottom .blog-content,
.wpo-blog-section .blog-item .blog-tag li,
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items .image:before {
  background: rgba(247, 245, 238, 0.9) !important;
}

/* — rgba(32,46,5, *): bordes y tags → navy con opacidad — */
.wpo-testimonial-section .testimonial-slide .testimonial-card .client,
.wpo-testimonial-section-s2 .testimonial-slide .testimonial-card .client,
.wpo-case-single-section .case-single-item .case-single-content .case-single-bottom .case-card .client,
.wpo-blog-single-section .blog-card-bottom .blog-card .client {
  border-top-color: rgba(10, 25, 47, 0.1) !important;
}
.wpo-problem-solve-section-s2 .problem-solve-right .problem-solve-tag li,
.wpo-service-single-section .service-single-item .service-top-img .service-single-tag li,
.wpo-case-single-section .image .case-tag li,
.wpo-contact-map-section .wpo-contact-map .cta-card {
  background: rgba(10, 25, 47, 0.66) !important;
}

/* ═══════════════════════════════════════════════════════════════
   Menú móvil (panel deslizante) — UAV
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  /* Fondo panel móvil → navy UAV */
  .wpo-site-header #navbar {
    background: var(--uav-navy) !important;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.35);
  }
  /* Texto claro sobre navy */
  .wpo-site-header #navbar ul a,
  .wpo-site-header #navbar > ul > li a {
    color: #E2E8F0 !important;
  }
  /* Activo/hover en oro */
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul a.active,
  .wpo-site-header #navbar ul li.current a,
  .wpo-site-header #navbar > ul > li a:hover,
  .wpo-site-header #navbar > ul > li a.active {
    color: var(--uav-gold) !important;
    background-color: rgba(197, 168, 128, 0.15) !important;
  }
  .wpo-site-header #navbar .nav-brand-link {
    color: var(--uav-gold) !important;
    font-weight: 700 !important;
  }
  /* Close button */
  .wpo-site-header .menu-close {
    color: #E2E8F0 !important;
    border-color: #E2E8F0 !important;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: var(--uav-gold) !important;
    color: var(--uav-navy) !important;
  }
  /* Header móvil: sin solape */
  .wpo-site-header .header-right {
    gap: 4px !important;
    flex-wrap: nowrap;
  }
  .wpo-site-header .navbar-brand img {
    max-height: 40px !important;
    max-width: 130px !important;
  }
  .btn-phone-compact,
  .btn-wa-header {
    padding: 6px 10px !important;
    font-size: 0.72rem !important;
  }
  @media (max-width: 480px) {
    .btn-phone-compact {
      font-size: 0 !important;
      padding: 8px !important;
    }
    .btn-phone-compact i {
      font-size: 16px !important;
      margin: 0 !important;
    }
    .btn-wa-header {
      font-size: 0 !important;
      padding: 8px !important;
      gap: 0 !important;
    }
    .btn-wa-header .wa-icon-mini {
      width: 16px;
      height: 16px;
    }
  }
}

/* ═══════════════════════════════════════════════════════════════
   Back-to-top: ocultar
   ═══════════════════════════════════════════════════════════════ */
.back-to-top,
.back-to-top-wraper,
#back-to-top,
.scroll-top {
  display: none !important;
}

/* Imágenes stock temporales: SÓLO forzar cover en contenedores de fondo,
   NO globalmente (rompía el hero UAV que tiene 2 imágenes superpuestas). */
.image-bg img[src*="/stock/"],
.bg-left-image .image img[src*="/stock/"],
.contact-bg-image .image img[src*="/stock/"] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   PULIDO UAV — HERO INDEX-2 (2 columnas del template, no bg de sección)
   El template usa .hero-right-image con imagen principal enmascarada
   (max-width: 892px) + image-2 en position absolute bottom/right.
   La PRINCIPAL debe protagonizar; la image-2 es un overlay chico.
   ═══════════════════════════════════════════════════════════════ */

/* Contenedor .hero-right-image: dimensiones grandes para que la principal llene */
.wpo-hero-static-s2 .hero-right-image {
  position: relative;
  z-index: 1;
  max-width: 892px;
  margin-left: auto;
  min-height: 620px;
}
.wpo-hero-static-s2 .hero-right-image .image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  position: relative;
}

/* Imagen principal (protagonista): llena TODO el marco con mask curvo */
.wpo-hero-static-s2 .hero-right-image .image .right-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.wpo-hero-static-s2 .hero-right-image .image .right-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  max-width: none !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  display: block;
}

/* Imagen secundaria (overlay chico, subordinado): máximo 240px, esquina inf. der. */
.wpo-hero-static-s2 .hero-right-image .image-2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 11;
  max-width: 240px;
  width: 240px;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(10, 25, 47, 0.35);
  border: 3px solid #fff;
}
.wpo-hero-static-s2 .hero-right-image .image-2 img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  display: block;
}

/* Móvil: reducir contenedor y ajustar overlay */
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-right-image,
  .wpo-hero-static-s2 .hero-right-image .image,
  .wpo-hero-static-s2 .hero-right-image .image .right-image,
  .wpo-hero-static-s2 .hero-right-image .image .right-image img {
    min-height: 460px !important;
    height: 460px !important;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-right-image,
  .wpo-hero-static-s2 .hero-right-image .image,
  .wpo-hero-static-s2 .hero-right-image .image .right-image,
  .wpo-hero-static-s2 .hero-right-image .image .right-image img {
    min-height: 360px !important;
    height: 360px !important;
  }
  .wpo-hero-static-s2 .hero-right-image .image-2 {
    max-width: 180px; width: 180px; height: 130px;
    bottom: 16px; right: 16px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .hero-right-image .image-2 {
    max-width: 140px; width: 140px; height: 100px;
  }
}

/* Texto del hero UAV: navy sobre fondo claro */
.wpo-hero-static-s2 .hero-left .hero-content h2,
.wpo-hero-static-s2 .hero-left .hero-content p {
  color: var(--uav-navy) !important;
}
.wpo-hero-static-s2 .hero-left .partner-item span {
  color: var(--uav-gold) !important;
}
.wpo-hero-static-s2 .hero-left .line:before {
  background: rgba(197, 168, 128, 0.25) !important;
}

/* ═══════════════════════════════════════════════════════════════
   PULIDO UAV-2 — CTA "Inicia tu Reporte con un Abogado"
   Template: .wpo-cta-section { background: url(../images/img-bg.jpg);
   background-size: cover; min-height: 1050px }. Ese img-bg.jpg es
   verde-lima del template. Se sustituye por foto stock + overlay navy.
   min-height reducido porque el carousel .cta-slide está en d-none.
   ═══════════════════════════════════════════════════════════════ */
.wpo-cta-section {
  background: url("../../assets/images/stock/uav-cta-bg.jpg") no-repeat center !important;
  background-size: cover !important;
  background-color: var(--uav-navy) !important;
  min-height: 480px !important;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.wpo-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.78) 0%, rgba(10, 25, 47, 0.62) 100%);
  z-index: -1;
}
.wpo-cta-section .container-fluid,
.wpo-cta-section .cta-wrap,
.wpo-cta-section .cta-left {
  position: relative;
  z-index: 2;
}
.wpo-cta-section .cta-left .wpo-section-title-s2 h2 {
  color: #ffffff !important;
}
.wpo-cta-section .cta-left .wpo-section-title-s2 p {
  color: rgba(255, 255, 255, 0.9) !important;
}
.wpo-cta-section .owl-dots button {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
.wpo-cta-section .owl-dots button.active {
  background: var(--uav-gold) !important;
}
/* .cta-slide oculto por HTML d-none, forzar por si acaso */
.wpo-cta-section .cta-slide { display: none !important; }

/* ═══════════════════════════════════════════════════════════════
   PULIDO UAV-2 — Footer navy limpio (sin verde parásito del template)
   Template: .wpo-site-footer-s2 { background: #202E05; background-color: #102D06 }
   Solo cubrí topbar/lower en pulidos previos, faltaba el CONTENEDOR.
   ═══════════════════════════════════════════════════════════════ */
.wpo-site-footer-s2,
.wpo-site-footer-s2 .wpo-upper-footer {
  background: var(--uav-navy) !important;
  background-color: var(--uav-navy) !important;
}
/* Imagen decorativa middle-img del template es una silueta verde/oliva.
   La ocultamos porque en UAV navy no aporta y desentona. */
.wpo-site-footer-s2 .wpo-upper-footer .middle-img,
.wpo-site-footer .wpo-upper-footer .middle-img {
  display: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   PULIDO UAV-2 — Verdes remanentes específicos de la sección
   "Nuestras Fortalezas" (.wpo-service-section-s2)
   Hex encontrados: #102D06 (texto base s2), #2B6014 (hover text)
   ═══════════════════════════════════════════════════════════════ */
.wpo-service-section-s2 .service-item .service-bottom .service-content .service-text h3,
.wpo-service-section-s2 .service-item .service-bottom .service-content .service-text h3 a {
  color: var(--uav-navy) !important;
}
.wpo-service-section-s2 .service-item .service-bottom .service-content .service-text h3 a:hover {
  color: var(--uav-gold) !important;
}
.wpo-service-section-s2 .service-item .service-bottom .service-content {
  background: #ffffff !important;
}
/* Cualquier texto #102D06 remanente en el body (aparece en varios lugares del s2) */
.wpo-hero-static-s2 .hero-left .hero-content p,
.wpo-hero-static-s2 .hero-left .hero-content h2,
.cta-card .content h3,
.cta-card .content p {
  color: var(--uav-navy) !important;
}
