/*
Theme Name: ASYAP
Theme URI: https://asyap.com.mx
Author: ASYAP
Author URI: https://asyap.com.mx
Description: Tema corporativo para ASYAP — Logística y Comercio Internacional. Paleta Azul Marino #1B3A6B · Naranja #E87722.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asyap
Tags: business, logistics, custom-menu, custom-logo, footer-widgets, responsive-layout
*/

/* ═══════════════════════════════════════════════════
   ASYAP — Hoja de Estilos Global
   Paleta: Azul Marino #1B3A6B · Naranja #E87722
   ═══════════════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }
button { background: none; border: none; cursor: pointer; font-family: inherit; }
body { font-family: Arial, sans-serif; color: #222; background: #fff; }

/* ── NAV ── */
nav {
  background: #1B3A6B;
  padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  height: 66px;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.logo { color: #fff; font-size: 26px; font-weight: 900; letter-spacing: 3px; text-decoration: none; }
.logo span { color: #E87722; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: #b8d0ee; text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active, .nav-links .current-menu-item > a { color: #E87722; }
.nav-cta { background: #E87722; color: #fff; border: none; padding: 10px 22px; border-radius: 4px; font-weight: 700; font-size: 13px; cursor: pointer; transition: background 0.2s; text-decoration: none; }
.nav-cta:hover { background: #d06818; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  background: linear-gradient(135deg, #0d1f3c 0%, #1B3A6B 60%, #1a4a8a 100%);
  padding: 70px 48px 60px; color: #fff;
}
.page-hero-content { max-width: 760px; }
.breadcrumb { font-size: 12px; color: #7aadcc; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.6px; }
.page-hero h1 { font-size: 40px; font-weight: 900; line-height: 1.15; margin-bottom: 16px; }
.page-hero h1 span { color: #E87722; }
.page-hero p { font-size: 16px; color: #9abcdd; line-height: 1.7; max-width: 620px; }

/* ── SECTIONS ── */
.section { padding: 70px 48px; }
.section-tag { font-size: 11px; color: #E87722; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.section-title { font-size: 30px; font-weight: 900; color: #1B3A6B; margin-bottom: 12px; }
.section-sub { font-size: 15px; color: #666; max-width: 580px; line-height: 1.75; margin-bottom: 40px; }
.body-text { font-size: 14px; color: #444; line-height: 1.8; }

/* ── TWO COLUMN ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ── INFO CARDS (stats column) ── */
.info-card-col { display: flex; flex-direction: column; gap: 16px; }
.info-card { background: #f2f6fb; border: 1px solid #dde8f4; border-left: 4px solid #E87722; padding: 20px 24px; border-radius: 7px; }
.info-card-num { font-size: 40px; font-weight: 900; color: #1B3A6B; line-height: 1; }
.info-card-num span { color: #E87722; }
.info-card-label { font-size: 12px; color: #888; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── DIRECTOR ── */
.director-card { display: flex; gap: 32px; align-items: flex-start; margin-top: 32px; background: #fff; border: 1px solid #dde8f4; border-radius: 10px; padding: 32px; }
.director-avatar { width: 80px; height: 80px; background: #1B3A6B; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 900; flex-shrink: 0; }
.director-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag { background: #eef3fb; color: #1B3A6B; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }

/* ── VALUES GRID ── */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { border: 1px solid #dde8f4; border-radius: 9px; padding: 28px 22px; text-align: center; }
.value-icon { font-size: 32px; margin-bottom: 14px; }
.value-card h3 { font-size: 15px; font-weight: 800; color: #1B3A6B; margin-bottom: 10px; }
.value-card p { font-size: 13px; color: #666; line-height: 1.65; }

/* ── MEMBRESÍAS ── */
.memb-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 40px; }
.memb-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 9px; padding: 28px 24px; }
.memb-icon { font-size: 28px; margin-bottom: 12px; }
.memb-card h3 { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.memb-card p { font-size: 13px; color: #8ab0cc; line-height: 1.65; }

/* ── SERVICES INDEX FULL ── */
.services-grid-full { display: flex; flex-direction: column; gap: 20px; }
.service-card-full {
  display: grid; grid-template-columns: 80px 1fr auto;
  align-items: center; gap: 24px;
  border: 1px solid #dde8f4; border-radius: 9px;
  padding: 28px 28px; cursor: pointer;
  transition: all 0.2s; background: #fff;
}
.service-card-full:hover { box-shadow: 0 8px 24px rgba(27,58,107,0.12); transform: translateX(4px); border-left: 4px solid #E87722; }
.scf-icon { font-size: 36px; text-align: center; }
.scf-body h3 { font-size: 17px; font-weight: 800; color: #1B3A6B; margin-bottom: 8px; }
.scf-body p { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 10px; }
.srv-list { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.srv-list li { background: #f2f6fb; color: #444; font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 600; }
.scf-cta { color: #E87722; font-weight: 800; font-size: 14px; white-space: nowrap; }

/* ── ECOSISTEMA STATS ── */
.eco-stats-col { display: flex; flex-direction: column; gap: 16px; }
.eco-stat-big { background: #f2f6fb; border: 1px solid #dde8f4; border-left: 4px solid #E87722; border-radius: 7px; padding: 20px 24px; }
.eco-num { font-size: 42px; font-weight: 900; color: #1B3A6B; line-height: 1; }
.eco-lbl { font-size: 12px; color: #888; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }

/* CEDA STATS */
.ceda-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.ceda-stat { text-align: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 9px; padding: 28px 16px; }
.ceda-num { font-size: 40px; font-weight: 900; color: #E87722; line-height: 1; }
.ceda-unit { font-size: 13px; color: #fff; font-weight: 700; margin-top: 4px; }
.ceda-lbl { font-size: 11px; color: #7aaac8; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.5px; }

/* BENEFIT GRID */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.benefit-card { background: #fff; border: 1px solid #dde8f4; border-radius: 9px; padding: 26px 20px; }
.benefit-icon { font-size: 28px; margin-bottom: 12px; }
.benefit-card h4 { font-size: 14px; font-weight: 800; color: #1B3A6B; margin-bottom: 8px; }
.benefit-card p { font-size: 13px; color: #666; line-height: 1.65; }

/* ── CLIENTES ── */
.clients-big-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.client-big-card { display: flex; gap: 20px; align-items: center; border: 1px solid #dde8f4; border-radius: 9px; padding: 24px; }
.client-initial { width: 56px; height: 56px; background: #1B3A6B; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 900; flex-shrink: 0; }
.client-info h3 { font-size: 15px; font-weight: 800; color: #1B3A6B; margin-bottom: 6px; }
.client-info p { font-size: 13px; color: #666; line-height: 1.6; }

/* TESTIMONIALS */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.testimonial-card { background: #fff; border: 1px solid #dde8f4; border-radius: 9px; padding: 28px 24px; position: relative; }
.t-quote { font-size: 52px; color: #E87722; line-height: 0.5; margin-bottom: 16px; font-family: Georgia, serif; }
.testimonial-card p { font-size: 14px; color: #444; line-height: 1.7; font-style: italic; }
.t-author { font-size: 12px; color: #999; font-weight: 700; margin-top: 16px; }

/* SECTORES */
.sector-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.sector-pill { background: #f2f6fb; border: 1px solid #dde8f4; border-radius: 30px; padding: 10px 20px; font-size: 13px; font-weight: 600; color: #1B3A6B; }

/* ── CONTACTO ── */
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #dde8f4; border-radius: 5px;
  font-size: 14px; font-family: Arial, sans-serif; color: #333;
  transition: border-color 0.2s; outline: none;
}
.contact-form-wrap input:focus, .contact-form-wrap select:focus, .contact-form-wrap textarea:focus { border-color: #1B3A6B; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: #555; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.contact-icon { font-size: 22px; min-width: 32px; }
.contact-item h4 { font-size: 13px; font-weight: 800; color: #1B3A6B; margin-bottom: 4px; }
.contact-item p { font-size: 13px; color: #555; line-height: 1.6; }
.whatsapp-btn { display: inline-block; margin-top: 8px; background: #25D366; color: #fff; padding: 7px 16px; border-radius: 4px; font-size: 12px; font-weight: 700; text-decoration: none; }
.contact-hours { background: #f2f6fb; border: 1px solid #dde8f4; border-radius: 8px; padding: 20px; margin-top: 8px; }
.contact-hours h4 { font-size: 13px; font-weight: 800; color: #1B3A6B; margin-bottom: 12px; }
.hours-row { display: flex; justify-content: space-between; font-size: 13px; color: #555; padding: 5px 0; border-bottom: 1px solid #eef2f8; }
.hours-row:last-child { border-bottom: none; }
.map-placeholder { background: #eef3fb; border: 2px dashed #b8d0ee; border-radius: 10px; padding: 60px; text-align: center; margin-top: 32px; }
.map-inner p { font-size: 14px; line-height: 1.6; }
.map-link { display: inline-block; margin-top: 16px; color: #E87722; font-weight: 700; font-size: 14px; text-decoration: none; }

/* ── SERVICE DETAIL ── */
.srv-detail-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.srv-detail-item { display: flex; gap: 14px; align-items: flex-start; }
.sdot { font-size: 16px; color: #E87722; font-weight: 900; min-width: 20px; margin-top: 2px; }
.srv-detail-item strong { font-size: 14px; color: #1B3A6B; display: block; margin-bottom: 4px; }
.srv-detail-item p { font-size: 13px; color: #666; line-height: 1.6; }
.srv-info-box { background: #f2f6fb; border: 1px solid #dde8f4; border-radius: 9px; padding: 28px; }
.srv-info-box h3 { font-size: 14px; font-weight: 800; color: #1B3A6B; margin-bottom: 14px; }
.port-item { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #e8eef8; font-size: 13px; color: #444; }
.port-item:last-child { border-bottom: none; }
.port-dot { width: 8px; height: 8px; background: #E87722; border-radius: 50%; flex-shrink: 0; }

/* SERVICE MODAL CARDS */
.srv-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.srv-modal-card { border: 1px solid #dde8f4; border-radius: 9px; padding: 28px 22px; background: #fff; }
.smc-tag { display: inline-block; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; background: #eef3fb; color: #1B3A6B; }
.smc-tag.urgent { background: #fff3e8; color: #E87722; }
.smc-tag.special { background: #e8f0ff; color: #2255bb; }
.smc-icon { font-size: 32px; margin-bottom: 14px; }
.srv-modal-card h3 { font-size: 15px; font-weight: 800; color: #1B3A6B; margin-bottom: 10px; }
.srv-modal-card p { font-size: 13px; color: #666; line-height: 1.65; }
.info-highlight { background: #fff7f0; border: 1px solid #fde0c4; border-left: 4px solid #E87722; border-radius: 7px; padding: 20px 24px; }
.info-highlight strong { display: block; font-size: 14px; color: #1B3A6B; margin-bottom: 8px; }
.info-highlight p { font-size: 13px; color: #666; line-height: 1.7; }

/* ── CTA SECTION ── */
.cta-section { background: linear-gradient(135deg, #fff7f0 0%, #fff3e8 100%); border-top: 1px solid #fde0c4; padding: 70px 48px; text-align: center; }
.cta-section h2 { font-size: 30px; font-weight: 900; color: #1B3A6B; margin-bottom: 14px; }
.cta-section p { font-size: 15px; color: #666; margin-bottom: 34px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #E87722; color: #fff; padding: 15px 30px; border-radius: 5px; font-weight: 700; font-size: 14px; cursor: pointer; border: none; box-shadow: 0 4px 18px rgba(232,119,34,0.35); transition: background 0.2s; }
.btn-primary:hover { background: #d06818; }
.btn-whatsapp { background: #25D366; color: #fff; padding: 15px 30px; border-radius: 5px; font-weight: 700; font-size: 14px; cursor: pointer; border: none; transition: background 0.2s; }
.btn-whatsapp:hover { background: #1cb857; }
.btn-secondary { background: transparent; color: #1B3A6B; border: 2px solid #1B3A6B; padding: 15px 30px; border-radius: 5px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.2s; }
.btn-secondary:hover { background: #1B3A6B; color: #fff; }
.btn-tel { background: transparent; color: #1B3A6B; border: 2px solid #1B3A6B; padding: 15px 30px; border-radius: 5px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.2s; }
.btn-tel:hover { background: #1B3A6B; color: #fff; }

/* ── FOOTER ── */
footer { background: #0d1f3c; color: #6a90b0; padding: 44px 48px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 28px; }
.f-logo { color: #fff; font-size: 22px; font-weight: 900; letter-spacing: 3px; display: block; margin-bottom: 10px; text-decoration: none; }
.f-logo span { color: #E87722; }
.f-info { font-size: 12px; line-height: 1.8; }
.f-col { display: flex; flex-direction: column; min-width: 140px; }
.f-col h4 { color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.f-col a { display: block; color: #6a90b0; text-decoration: none; font-size: 12px; margin-bottom: 8px; transition: color 0.2s; }
.f-col a:hover { color: #E87722; }
.f-bottom { background: #080f1e; color: #3a4a5a; padding: 14px 48px; font-size: 11px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ═══════════════════════════════════════════════════
   INICIO — Hero, Stats, Trust Bar, Services Grid
   ═══════════════════════════════════════════════════ */

/* ── HERO (index) ── */
.hero {
  background: linear-gradient(135deg, #0d1f3c 0%, #1B3A6B 55%, #1a4a8a 100%);
  color: #fff;
  padding: 90px 48px 80px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; min-height: 500px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; right: -100px; top: -100px;
  width: 550px; height: 550px; border-radius: 50%;
  background: rgba(232,119,34,0.07); pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; left: -60px; bottom: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,0.03); pointer-events: none;
}
.hero-content { max-width: 600px; z-index: 1; }
.hero-badge {
  display: inline-block;
  background: rgba(232,119,34,0.18); border: 1px solid rgba(232,119,34,0.6);
  color: #f0a060; padding: 6px 16px; border-radius: 24px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; margin-bottom: 22px;
}
.hero h1 { font-size: 44px; font-weight: 900; line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.5px; }
.hero h1 span { color: #E87722; }
.hero p { font-size: 16px; color: #9abcdd; line-height: 1.75; margin-bottom: 34px; max-width: 500px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; flex-direction: column; gap: 14px; z-index: 1; flex-shrink: 0; }
.stat-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-left: 4px solid #E87722; padding: 18px 26px; border-radius: 7px; min-width: 190px;
}
.stat-card .num { font-size: 34px; font-weight: 900; color: #fff; line-height: 1; }
.stat-card .num span { color: #E87722; }
.stat-card .lbl { font-size: 11px; color: #7aaac8; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.6px; }

/* ── TRUST BAR ── */
.trust-bar {
  background: #f2f6fb; border-top: 3px solid #E87722; border-bottom: 1px solid #dde8f4;
  padding: 16px 48px; display: flex; align-items: center; gap: 36px; flex-wrap: wrap;
}
.trust-label { font-size: 11px; color: #999; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
.trust-items { display: flex; gap: 28px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 9px; }
.trust-dot { width: 8px; height: 8px; background: #E87722; border-radius: 50%; flex-shrink: 0; }
.trust-item span { font-size: 12px; font-weight: 600; color: #334; }

/* ── SERVICES GRID (index) ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  border: 1px solid #dde8f4; border-radius: 9px; padding: 30px 26px;
  transition: all 0.2s; cursor: pointer; position: relative; overflow: hidden; background: #fff;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: #E87722; transform: scaleX(0);
  transition: transform 0.25s; transform-origin: left;
}
.service-card:hover { box-shadow: 0 10px 28px rgba(27,58,107,0.13); transform: translateY(-4px); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 48px; height: 48px; background: #eef3fb; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; }
.service-card h3 { font-size: 15px; font-weight: 800; color: #1B3A6B; margin-bottom: 9px; }
.service-card p { font-size: 13px; color: #666; line-height: 1.65; }
.service-link { font-size: 12px; color: #E87722; font-weight: 700; margin-top: 16px; display: inline-block; text-decoration: none; }

/* ── WHY SECTION (index) ── */
.why-section { background: #1B3A6B; color: #fff; padding: 72px 48px; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 44px; }
.why-item { display: flex; gap: 20px; align-items: flex-start; }
.why-num { font-size: 36px; font-weight: 900; color: #E87722; line-height: 1; min-width: 48px; }
.why-text h4 { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.why-text p { font-size: 13px; color: #8ab0cc; line-height: 1.7; }

/* ── ECOSYSTEM CARDS (index) ── */
.eco-section { padding: 72px 48px; background: #f9fbff; }
.eco-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 44px; }
.eco-card { background: #fff; border: 1px solid #dde8f4; border-radius: 9px; padding: 32px 28px; }
.eco-card .eco-icon { font-size: 36px; margin-bottom: 16px; }
.eco-card h3 { font-size: 17px; font-weight: 800; color: #1B3A6B; margin-bottom: 10px; }
.eco-card p { font-size: 13px; color: #555; line-height: 1.75; }
.eco-stat { display: inline-block; background: #eef3fb; color: #1B3A6B; font-weight: 800; font-size: 12px; padding: 4px 12px; border-radius: 20px; margin-top: 14px; }

/* ── CLIENTS PILLS (index) ── */
.clients-section { padding: 60px 48px; border-top: 1px solid #eef2f8; }
.clients-grid { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; align-items: center; }
.client-pill { background: #f2f6fb; border: 1px solid #dde8f4; border-radius: 30px; padding: 10px 22px; font-size: 13px; font-weight: 700; color: #1B3A6B; }

/* ── NAV TOGGLE (hidden on desktop) ── */
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 10px 8px; background: transparent; border: none; outline: none; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }

/* ═══════════════════════════════════════════════════
   NAV — DESKTOP
   ═══════════════════════════════════════════════════ */

#asyap-nav {
  background: #1B3A6B;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

#asyap-nav ul.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#asyap-nav ul.nav-links li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#asyap-nav ul.nav-links > li > a {
  color: #b8d0ee;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s;
  white-space: nowrap;
  display: inline;
  background: none;
  padding: 0;
}

#asyap-nav ul.nav-links > li > a:hover,
#asyap-nav ul.nav-links > li > a.active,
#asyap-nav ul.nav-links > li.current-menu-item > a,
#asyap-nav ul.nav-links > li.current_page_item > a,
#asyap-nav ul.nav-links > li.current-menu-ancestor > a {
  color: #E87722;
}

/* Dropdown arrow on parent items */
#asyap-nav ul.nav-links > li.menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.7;
}

/* Invisible bridge over the gap so mouse doesn't lose hover */
#asyap-nav ul.nav-links > li.menu-item-has-children > a::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -10px;
  right: -10px;
  height: 14px;
}

/* ── SUBMENU PANEL ── */
#asyap-nav ul.nav-links > li > ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  background: #0f2447;
  border-top: 3px solid #E87722;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  min-width: 220px;
  z-index: 1001;
  padding: 6px 0;
  flex-direction: column;
  gap: 0;
}

#asyap-nav ul.nav-links > li.js-open > ul.sub-menu {
  display: flex;
  flex-direction: column;
}

#asyap-nav ul.nav-links > li > ul.sub-menu > li {
  width: 100%;
}

#asyap-nav ul.nav-links > li > ul.sub-menu > li > a {
  display: block;
  padding: 11px 20px;
  font-size: 12px;
  color: #b8d0ee;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}

#asyap-nav ul.nav-links > li > ul.sub-menu > li:last-child > a {
  border-bottom: none;
}

#asyap-nav ul.nav-links > li > ul.sub-menu > li > a:hover {
  color: #E87722;
  background: rgba(232,119,34,0.1);
}

/* ── HAMBURGER BUTTON ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: transparent;
  border: none;
  outline: none;
  z-index: 1002;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════════════
   RESPONSIVE — TABLET (max 768px)
   ═══════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* Nav wrapper */
  #asyap-nav {
    padding: 0 20px;
    height: auto;
    min-height: 60px;
    flex-wrap: wrap;
    align-items: center;
  }

  .logo { padding: 14px 0; font-size: 22px; }

  /* Show hamburger, hide CTA button */
  .nav-toggle { display: flex; }
  .nav-cta    { display: none !important; }

  /* Menu is hidden by default on mobile */
  #asyap-nav ul.nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    background: #0f2447;
    padding: 8px 0 16px;
    order: 10;
  }

  /* Opened by JS adding .is-open */
  #asyap-nav ul.nav-links.is-open {
    display: flex !important;
  }

  #asyap-nav ul.nav-links li {
    width: 100%;
  }

  #asyap-nav ul.nav-links > li > a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #b8d0ee;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    text-transform: uppercase;
  }

  #asyap-nav ul.nav-links > li > a:hover,
  #asyap-nav ul.nav-links > li.current-menu-item > a,
  #asyap-nav ul.nav-links > li.current_page_item > a {
    color: #E87722;
    background: rgba(232,119,34,0.1);
  }

  /* Arrow on mobile submenu parents */
  #asyap-nav ul.nav-links > li.menu-item-has-children > a::after {
    float: right;
    transition: transform 0.2s;
  }
  #asyap-nav ul.nav-links > li.menu-item-has-children > a::before {
    display: none;
  }
  #asyap-nav ul.nav-links > li.menu-item-has-children.mobile-open > a::after {
    transform: rotate(180deg);
  }

  /* Mobile submenu: inline below parent */
  #asyap-nav ul.nav-links > li > ul.sub-menu {
    display: none;
    position: static;
    box-shadow: none;
    border-top: none;
    border-left: 3px solid #E87722;
    border-radius: 0;
    background: rgba(0,0,0,0.25);
    min-width: 0;
    padding: 4px 0;
  }

  #asyap-nav ul.nav-links > li.mobile-open > ul.sub-menu {
    display: flex !important;
    flex-direction: column;
  }

  /* Desktop js-open does nothing on mobile */
  #asyap-nav ul.nav-links > li.js-open > ul.sub-menu {
    display: none;
  }
  #asyap-nav ul.nav-links > li.js-open.mobile-open > ul.sub-menu {
    display: flex !important;
    flex-direction: column;
  }

  #asyap-nav ul.nav-links > li > ul.sub-menu > li > a {
    padding: 10px 20px 10px 32px;
    font-size: 13px;
    color: #b8d0ee;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    display: block;
    text-decoration: none;
  }

  /* ── PAGE SECTIONS ── */
  .hero { flex-direction: column; padding: 50px 24px 40px; min-height: auto; gap: 32px; }
  .hero h1 { font-size: 30px; }
  .hero p { font-size: 14px; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; gap: 12px; width: 100%; }
  .stat-card { min-width: calc(50% - 6px); flex: 1; padding: 14px 16px; }
  .stat-card .num { font-size: 26px; }

  .page-hero { padding: 48px 24px 40px; }
  .page-hero h1 { font-size: 30px; }

  .trust-bar { padding: 14px 20px; gap: 12px; }
  .trust-items { gap: 12px; }
  .trust-item span { font-size: 11px; }

  .section { padding: 48px 24px; }
  .section-title { font-size: 24px; }
  .section-sub { font-size: 14px; }

  .two-col { grid-template-columns: 1fr; gap: 28px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .service-card { padding: 20px 16px; }

  .services-grid-full .service-card-full { grid-template-columns: 60px 1fr; gap: 14px; }
  .scf-cta { display: none; }

  .why-section { padding: 48px 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 24px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .memb-grid { grid-template-columns: 1fr; gap: 16px; }
  .eco-section { padding: 48px 24px; }
  .eco-grid { grid-template-columns: 1fr; gap: 16px; }
  .ceda-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .clients-big-grid { grid-template-columns: 1fr; gap: 14px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
  .srv-cards-grid { grid-template-columns: 1fr; gap: 14px; }
  .info-card-col { flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .info-card { flex: 1; min-width: calc(50% - 6px); }
  .director-card { flex-direction: column; gap: 20px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .cta-section { padding: 48px 24px; }
  .cta-section h2 { font-size: 24px; }
  .cta-buttons { flex-direction: column; align-items: center; gap: 12px; }
  .cta-buttons a, .cta-buttons button { width: 100%; max-width: 320px; text-align: center; }

  footer { padding: 36px 24px; flex-direction: column; gap: 28px; }
  .f-bottom { padding: 14px 24px; flex-direction: column; gap: 4px; text-align: center; }
  .map-placeholder { padding: 36px 20px; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max 480px)
   ═══════════════════════════════════════════════════ */

@media (max-width: 480px) {

  #asyap-nav { padding: 0 16px; }
  .logo { font-size: 20px; }

  .hero { padding: 40px 16px 32px; }
  .hero h1 { font-size: 26px; }
  .hero-badge { font-size: 10px; padding: 5px 12px; }
  .hero-buttons { flex-direction: column; gap: 10px; }
  .btn-primary, .btn-secondary { width: 100%; text-align: center; }
  .stat-card { min-width: calc(50% - 5px); padding: 12px 14px; }
  .stat-card .num { font-size: 22px; }
  .stat-card .lbl { font-size: 10px; }

  .page-hero { padding: 36px 16px 32px; }
  .page-hero h1 { font-size: 26px; }
  .page-hero p { font-size: 13px; }

  .trust-bar { padding: 12px 16px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .trust-items { flex-direction: column; gap: 8px; }

  .section { padding: 36px 16px; }
  .section-title { font-size: 22px; }
  .services-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .ceda-stats { grid-template-columns: repeat(2, 1fr); }
  .ceda-num { font-size: 28px; }
  .info-card-col { flex-direction: column; }
  .info-card { min-width: 100%; }
  .service-card-full { grid-template-columns: 1fr; }
  .why-section { padding: 36px 16px; }
  .why-num { font-size: 28px; min-width: 36px; }
  .eco-section { padding: 36px 16px; }
  .eco-num { font-size: 32px; }
  .client-big-card { flex-direction: column; gap: 12px; align-items: flex-start; }
  .clients-grid { gap: 10px; }
  .client-pill { font-size: 12px; padding: 8px 16px; }
  .contact-layout { gap: 24px; }
  .whatsapp-btn { display: block; text-align: center; }
  footer { padding: 28px 16px; }
  .f-logo { font-size: 18px; }
  .cta-section { padding: 36px 16px; }
  .cta-section h2 { font-size: 20px; }
}

/* ═══════════════════════════════════════════════════
   BLOG — Listado + Post Individual
   ═══════════════════════════════════════════════════ */

/* ── BLOG HERO ── */
.blog-hero {
  background-image:
    linear-gradient(135deg, rgba(13,31,60,0.85) 0%, rgba(27,58,107,0.80) 55%, rgba(26,74,138,0.82) 100%),
    url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?w=1600&q=80&fit=crop');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 48px 50px;
  color: #fff;
}
.blog-hero-badge {
  display: inline-block;
  background: rgba(232,119,34,0.18);
  border: 1px solid rgba(232,119,34,0.5);
  color: #f0a060;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.blog-hero h1 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #fff;
}
.blog-hero h1 span { color: #E87722; }
.blog-hero p { font-size: 15px; color: #9abcdd; max-width: 520px; }

/* ── CATEGORY FILTER BAR ── */
.blog-cats {
  background: #f2f6fb;
  border-bottom: 1px solid #dde8f4;
  padding: 16px 48px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.blog-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #dde8f4;
  color: #555;
  background: #fff;
  transition: all 0.2s;
}
.blog-cat-pill:hover,
.blog-cat-pill.active {
  background: #1B3A6B;
  color: #fff;
  border-color: #1B3A6B;
}
.cat-count {
  background: rgba(0,0,0,0.1);
  padding: 1px 6px;
  border-radius: 10px;
  font-size: 10px;
}
.blog-cat-pill.active .cat-count { background: rgba(255,255,255,0.2); }

/* ── BLOG WRAPPER ── */
.blog-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 48px 64px;
}

/* ── FEATURED POST ── */
.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dde8f4;
  margin-bottom: 48px;
  box-shadow: 0 4px 24px rgba(27,58,107,0.08);
  background: #fff;
}
.blog-featured-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 380px;
}
.blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-featured:hover .blog-featured-img { transform: scale(1.03); }
.blog-no-img {
  background: linear-gradient(135deg, #1B3A6B, #1a4a8a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  min-height: 380px;
}
.blog-feat-cat {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #E87722;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-featured-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.blog-meta-sm { font-size: 11px; margin-bottom: 10px; }
.blog-sep { color: #ccc; }
.blog-author { color: #666; font-weight: 600; }
.blog-featured-title {
  font-size: 26px;
  font-weight: 900;
  color: #1B3A6B;
  line-height: 1.25;
  margin-bottom: 14px;
}
.blog-featured-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
.blog-featured-title a:hover { color: #E87722; }
.blog-featured-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 24px;
}
.blog-read-more {
  display: inline-block;
  color: #E87722;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: gap 0.2s;
}
.blog-read-more:hover { color: #c85a00; }

/* ── SECTION LABEL ── */
.blog-section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #E87722;
  margin-bottom: 20px;
}

/* ── BLOG GRID ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.12);
  transform: translateY(-3px);
}
.blog-card-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-img { transform: scale(1.05); }
.blog-card-img.blog-no-img {
  background: linear-gradient(135deg, #1B3A6B, #1a4a8a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  height: 200px;
}
.blog-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #E87722;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-card-body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-title {
  font-size: 16px;
  font-weight: 800;
  color: #1B3A6B;
  line-height: 1.35;
  margin-bottom: 10px;
  flex: 1;
}
.blog-card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
.blog-card-title a:hover { color: #E87722; }
.blog-card-excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
}
.blog-card-link {
  font-size: 12px;
  color: #E87722;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
}
.blog-card-link:hover { color: #c85a00; }

/* ── PAGINATION ── */
.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  list-style: none;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-pagination .page-numbers li a,
.blog-pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #dde8f4;
  color: #555;
  background: #fff;
  transition: all 0.2s;
}
.blog-pagination .page-numbers li a:hover { background: #1B3A6B; color: #fff; border-color: #1B3A6B; }
.blog-pagination .page-numbers li span.current { background: #E87722; color: #fff; border-color: #E87722; }
.blog-pagination .page-numbers li a.prev,
.blog-pagination .page-numbers li a.next { width: auto; padding: 0 16px; }

/* ── EMPTY STATE ── */
.blog-empty {
  text-align: center;
  padding: 80px 24px;
}
.blog-empty-icon { font-size: 56px; margin-bottom: 20px; }
.blog-empty h3 { font-size: 24px; font-weight: 800; color: #1B3A6B; margin-bottom: 10px; }
.blog-empty p { font-size: 14px; color: #888; margin-bottom: 28px; }

/* ═══════════════════════════════════════════════════
   SINGLE POST
   ═══════════════════════════════════════════════════ */

/* ── POST HERO ── */
.post-hero {
  background: linear-gradient(135deg, #0d1f3c 0%, #1B3A6B 55%, #1a4a8a 100%);
  padding: 60px 48px 50px;
  color: #fff;
}
.post-hero-inner { max-width: 800px; }
.post-cat-badge {
  display: inline-block;
  background: #E87722;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 14px 0 16px;
}
.post-hero-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}
.post-hero-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9abcdd;
  flex-wrap: wrap;
}
.post-cat-link {
  color: #E87722;
  text-decoration: none;
  font-weight: 700;
}

/* ── POST LAYOUT ── */
.post-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 48px 64px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

/* ── POST BODY CONTENT ── */
.post-body {
  font-size: 16px;
  line-height: 1.85;
  color: #2c3e50;
}
.post-body h2 { font-size: 24px; font-weight: 800; color: #1B3A6B; margin: 36px 0 14px; }
.post-body h3 { font-size: 20px; font-weight: 700; color: #1B3A6B; margin: 28px 0 12px; }
.post-body h4 { font-size: 17px; font-weight: 700; color: #1B3A6B; margin: 22px 0 10px; }
.post-body p  { margin-bottom: 20px; }
.post-body ul, .post-body ol { padding-left: 24px; margin-bottom: 20px; }
.post-body li { margin-bottom: 8px; }
.post-body strong { color: #1B3A6B; }
.post-body a { color: #E87722; text-decoration: underline; }
.post-body a:hover { color: #c85a00; }
.post-body blockquote {
  border-left: 4px solid #E87722;
  background: #fff7f0;
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #555;
}
.post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}
.post-body figure { margin: 28px 0; }
.post-body figcaption { font-size: 13px; color: #888; text-align: center; margin-top: 8px; }
.post-body code {
  background: #eef3fb;
  color: #1B3A6B;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 14px;
  font-family: monospace;
}
.post-body pre {
  background: #0f2447;
  color: #e2e8f0;
  padding: 20px;
  border-radius: 10px;
  overflow-x: auto;
  margin: 20px 0;
}
.post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.post-body th { background: #1B3A6B; color: #fff; padding: 10px 14px; text-align: left; }
.post-body td { padding: 10px 14px; border-bottom: 1px solid #dde8f4; }
.post-body tr:nth-child(even) td { background: #f2f6fb; }

/* ── POST NAVIGATION ── */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid #dde8f4;
}
.post-nav-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid #dde8f4;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  background: #fff;
}
.post-nav-item:hover { border-color: #E87722; box-shadow: 0 4px 16px rgba(27,58,107,0.08); }
.post-nav-next { text-align: right; }
.post-nav-label { font-size: 11px; font-weight: 700; color: #E87722; text-transform: uppercase; letter-spacing: 0.5px; }
.post-nav-title { font-size: 13px; font-weight: 700; color: #1B3A6B; line-height: 1.4; }

/* ── SIDEBAR ── */
.post-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 86px; }

.sidebar-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 24px;
}
.sidebar-logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #1B3A6B;
  margin-bottom: 10px;
}
.sidebar-logo span { color: #E87722; }
.sidebar-about { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 16px; }
.sidebar-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1B3A6B;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dde8f4;
}
.sidebar-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #eef2f8;
  text-decoration: none;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s;
}
.sidebar-cat:last-child { border-bottom: none; }
.sidebar-cat:hover { color: #E87722; }
.sidebar-cat-count {
  background: #eef3fb;
  color: #1B3A6B;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}
.sidebar-post {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f8;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sidebar-post:last-child { border-bottom: none; }
.sidebar-post:hover { opacity: 0.75; }
.sidebar-post-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 7px;
  flex-shrink: 0;
}
.sidebar-no-img {
  background: #eef3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 7px;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.sidebar-post-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1B3A6B;
  line-height: 1.4;
  margin-bottom: 4px;
}
.sidebar-post-date {
  display: block;
  font-size: 11px;
  color: #999;
}
.sidebar-whatsapp {
  background: #1B3A6B;
  border-color: #1B3A6B;
  text-align: center;
}

/* ═══════════════════════════════════════════════════
   BLOG RESPONSIVE
   ═══════════════════════════════════════════════════ */
@media (max-width: 968px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-img-wrap { min-height: 260px; }
  .blog-featured-body { padding: 28px 24px; }
  .post-layout { grid-template-columns: 1fr; gap: 36px; }
  .post-sidebar { position: static; }
  .post-nav { grid-template-columns: 1fr; }
  .post-nav-next { text-align: left; }
}

@media (max-width: 768px) {
  .blog-hero { padding: 40px 24px 36px; }
  .blog-hero h1 { font-size: 28px; }
  .blog-cats { padding: 14px 20px; }
  .blog-wrap { padding: 32px 24px 48px; }
  .blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-featured-title { font-size: 20px; }
  .post-hero { padding: 40px 24px 36px; }
  .post-hero-title { font-size: 26px; }
  .post-layout { padding: 32px 24px 48px; }
  .post-body { font-size: 15px; }
}

@media (max-width: 480px) {
  .blog-hero { padding: 32px 16px; }
  .blog-hero h1 { font-size: 24px; }
  .blog-cats { padding: 12px 16px; }
  .blog-wrap { padding: 24px 16px 40px; }
  .blog-featured-img-wrap { min-height: 200px; }
  .blog-featured-body { padding: 20px 18px; }
  .blog-featured-title { font-size: 18px; }
  .post-hero { padding: 28px 16px; }
  .post-hero-title { font-size: 22px; }
  .post-layout { padding: 24px 16px 40px; }
}

/* ═══════════════════════════════════════════════════
   COMERCIO CHINA–MÉXICO
   ═══════════════════════════════════════════════════ */

/* ── STAT CARDS ── */
.china-stat-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-left: 4px solid #E87722;
  border-radius: 8px;
  padding: 20px 24px;
}
.china-stat-num {
  font-size: 36px;
  font-weight: 900;
  color: #1B3A6B;
  line-height: 1;
}
.china-stat-num span { color: #E87722; font-size: 22px; }
.china-stat-label {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  line-height: 1.5;
}

/* ── HOW IT WORKS STEPS ── */
.china-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 44px;
  flex-wrap: wrap;
}
.china-step {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
  transition: box-shadow 0.2s;
}
.china-step:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.10);
  transform: translateY(-3px);
}
.china-step-num {
  font-size: 42px;
  font-weight: 900;
  color: #eef3fb;
  line-height: 1;
  margin-bottom: 10px;
}
.china-step-icon {
  font-size: 32px;
  margin-bottom: 14px;
}
.china-step h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 10px;
}
.china-step p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}
.china-step-tag {
  display: inline-block;
  background: #eef3fb;
  color: #1B3A6B;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.china-step-arrow {
  font-size: 24px;
  color: #E87722;
  font-weight: 900;
  padding: 0 8px;
  margin-top: 60px;
  flex-shrink: 0;
}

/* ── PRODUCT CATEGORIES GRID ── */
.china-cats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.china-cat-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 28px 24px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.china-cat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #E87722;
  transform: scaleX(0);
  transition: transform 0.25s;
  transform-origin: left;
}
.china-cat-card:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.10);
  transform: translateY(-3px);
}
.china-cat-card:hover::after { transform: scaleX(1); }
.china-cat-icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
}
.china-cat-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 10px;
  line-height: 1.3;
}
.china-cat-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
}
.china-cat-examples {
  font-size: 11px;
  font-weight: 700;
  color: #E87722;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.china-cat-card-cta {
  background: linear-gradient(135deg, #1B3A6B, #1a4a8a);
  border-color: transparent;
  color: #fff;
}
.china-cat-card-cta h3 { color: #fff; }
.china-cat-card-cta p  { color: #9abcdd; }
.china-cat-card-cta::after { background: #E87722; }

/* ── PRIMERA FASE GRID ── */
.china-inicio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.china-inicio-step {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 10px;
  padding: 28px 22px;
  position: relative;
}
.china-inicio-num {
  width: 36px;
  height: 36px;
  background: #E87722;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}
.china-inicio-step h4 {
  font-size: 14px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 10px;
}
.china-inicio-step p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 968px) {
  .china-cats-grid { grid-template-columns: repeat(2, 1fr); }
  .china-inicio-grid { grid-template-columns: repeat(2, 1fr); }
  .china-steps { flex-direction: column; }
  .china-step-arrow { transform: rotate(90deg); margin: 0 auto; padding: 8px 0; }
}

@media (max-width: 768px) {
  .china-cats-grid { grid-template-columns: 1fr; gap: 14px; }
  .china-inicio-grid { grid-template-columns: 1fr; gap: 14px; }
  .china-stat-card { padding: 16px 18px; }
  .china-stat-num { font-size: 28px; }
  .china-step { padding: 24px 18px; }
}

@media (max-width: 480px) {
  .china-step-arrow { display: none; }
}

/* ═══════════════════════════════════════════════════
   AVISO DE PRIVACIDAD
   ═══════════════════════════════════════════════════ */

.privacidad-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.privacidad-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dde8f4;
}

.privacidad-bloque {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eef2f8;
}

.privacidad-bloque:last-of-type {
  border-bottom: none;
}

.privacidad-bloque h2 {
  font-size: 18px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid #E87722;
}

.privacidad-bloque p {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

.privacidad-bloque h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1B3A6B;
}

.privacidad-bloque a {
  color: #E87722;
  text-decoration: none;
  font-weight: 600;
}

.privacidad-bloque a:hover {
  text-decoration: underline;
}

.privacidad-placeholder {
  background: #fff3e8;
  border: 1px dashed #E87722;
  color: #c85a00;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

/* ── CONTACT BOX ── */
.privacidad-contacto-box {
  background: #f2f6fb;
  border: 1px solid #dde8f4;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.privacidad-contacto-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.privacidad-contacto-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.privacidad-contacto-item strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1B3A6B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.privacidad-contacto-item span {
  font-size: 13px;
  color: #555;
}

/* ── DATA GRID ── */
.privacidad-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 18px 0;
}

.privacidad-datos-box {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 8px;
  padding: 18px 20px;
}

.privacidad-datos-box h4 {
  font-size: 12px;
  font-weight: 700;
  color: #1B3A6B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.privacidad-datos-box ul {
  list-style: none;
  padding: 0;
}

.privacidad-datos-box ul li {
  font-size: 13px;
  color: #555;
  padding: 4px 0;
  border-bottom: 1px solid #f0f4fa;
  display: flex;
  align-items: center;
  gap: 8px;
}

.privacidad-datos-box ul li::before {
  content: '•';
  color: #E87722;
  font-weight: 900;
  flex-shrink: 0;
}

.privacidad-datos-box ul li:last-child {
  border-bottom: none;
}

/* ── NOTE ── */
.privacidad-nota {
  background: #fff7f0;
  border: 1px solid #fde0c4;
  border-left: 4px solid #E87722;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin-top: 16px;
}

/* ── LIST ── */
.privacidad-lista {
  margin: 14px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacidad-lista li {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.privacidad-lista li::before {
  content: '→';
  color: #E87722;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

/* ── ARCO GRID ── */
.privacidad-arco-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0;
}

.privacidad-arco-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.privacidad-arco-card:hover {
  box-shadow: 0 4px 16px rgba(27,58,107,0.08);
}

.privacidad-arco-letra {
  width: 44px;
  height: 44px;
  background: #1B3A6B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto 12px;
}

.privacidad-arco-card h4 {
  font-size: 14px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 8px;
}

.privacidad-arco-card p {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

/* ── FIRMA ── */
.privacidad-firma {
  background: #f2f6fb;
  border: 1px solid #dde8f4;
  border-radius: 10px;
  padding: 28px 32px;
  margin-top: 40px;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

.privacidad-firma strong {
  color: #1B3A6B;
  font-size: 16px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .privacidad-grid-2  { grid-template-columns: 1fr; }
  .privacidad-arco-grid { grid-template-columns: repeat(2, 1fr); }
  .privacidad-bloque h2 { font-size: 16px; }
}

@media (max-width: 480px) {
  .privacidad-arco-grid { grid-template-columns: repeat(2, 1fr); }
  .privacidad-firma { padding: 20px; }
}

/* ═══════════════════════════════════════════════════
   FAQ — Preguntas Frecuentes
   ═══════════════════════════════════════════════════ */

/* ── INTRO BAR ── */
.faq-intro {
  background: #1B3A6B;
  padding: 16px 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.faq-intro-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.faq-intro-label {
  font-size: 13px;
  color: #9abcdd;
  font-weight: 600;
}
.faq-intro-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.faq-intro-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.faq-intro-btn:hover { opacity: 0.85; }
.faq-btn-wa      { background: #25D366; color: #fff; }
.faq-btn-contact { background: #E87722; color: #fff; }

/* ── LAYOUT ── */
.faq-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 48px 64px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
}

/* ── SIDEBAR ── */
.faq-sidebar {
  position: sticky;
  top: 86px;
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 20px 0;
  overflow: hidden;
}
.faq-sidebar-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  padding: 0 20px 14px;
  border-bottom: 1px solid #eef2f8;
  margin-bottom: 8px;
}
.faq-sidebar-link {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: all 0.15s;
  border-left: 3px solid transparent;
}
.faq-sidebar-link:hover,
.faq-sidebar-link.active {
  color: #1B3A6B;
  background: #f2f6fb;
  border-left-color: #E87722;
}

/* ── FAQ GROUPS ── */
.faq-group {
  margin-bottom: 52px;
  scroll-margin-top: 90px;
}
.faq-group-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #dde8f4;
}
.faq-group-icon { font-size: 24px; }
.faq-group-header h2 {
  font-size: 20px;
  font-weight: 800;
  color: #1B3A6B;
}

/* ── FAQ ITEMS ── */
.faq-item {
  border: 1px solid #dde8f4;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item:hover { box-shadow: 0 4px 16px rgba(27,58,107,0.07); }

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 22px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #1B3A6B;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background 0.15s;
  font-family: inherit;
}
.faq-question:hover { background: #f9fbff; }
.faq-question[aria-expanded="true"] {
  background: #f2f6fb;
  border-bottom: 1px solid #dde8f4;
  color: #E87722;
}

.faq-arrow {
  font-size: 16px;
  color: #E87722;
  transition: transform 0.25s;
  flex-shrink: 0;
}
.faq-question[aria-expanded="true"] .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 20px 22px 22px;
  background: #fff;
}
.faq-answer.is-open { display: block; }

.faq-answer p {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
}
.faq-answer p:last-child { margin-bottom: 0; }

.faq-answer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-answer ul li {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
.faq-answer ul li::before {
  content: '→';
  color: #E87722;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.faq-answer a {
  color: #E87722;
  font-weight: 600;
  text-decoration: none;
}
.faq-answer a:hover { text-decoration: underline; }

.faq-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #E87722;
  text-decoration: none;
}
.faq-link:hover { text-decoration: underline; }

/* ── CTA BOTTOM ── */
.faq-cta {
  background: linear-gradient(135deg, #0d1f3c 0%, #1B3A6B 100%);
  padding: 56px 48px;
  text-align: center;
}
.faq-cta-inner { max-width: 560px; margin: 0 auto; }
.faq-cta h3 {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.faq-cta p {
  font-size: 15px;
  color: #9abcdd;
  margin-bottom: 28px;
}
.faq-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── RESPONSIVE ── */
@media (max-width: 968px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px 48px;
  }
  .faq-sidebar {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 14px 0;
  }
  .faq-sidebar-title { width: 100%; }
  .faq-sidebar-link {
    padding: 8px 14px;
    font-size: 12px;
    border-left: none;
    border-bottom: 2px solid transparent;
  }
  .faq-sidebar-link:hover,
  .faq-sidebar-link.active {
    border-left: none;
    border-bottom-color: #E87722;
  }
}

@media (max-width: 768px) {
  .faq-intro { padding: 14px 20px; }
  .faq-intro-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .faq-cta { padding: 40px 24px; }
  .faq-cta h3 { font-size: 22px; }
  .faq-cta-buttons { flex-direction: column; align-items: center; }
  .faq-question { font-size: 13px; padding: 14px 16px; }
  .faq-answer { padding: 16px; }
}

@media (max-width: 480px) {
  .faq-intro { padding: 12px 16px; }
  .faq-cta { padding: 32px 16px; }
}

/* ═══════════════════════════════════════════════════
   RUTA MÉXICO–CUBA
   ═══════════════════════════════════════════════════ */

/* ── DESTINOS GRID ── */
.cuba-destinos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.cuba-destino-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 28px 24px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.cuba-destino-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #E87722;
  transform: scaleX(0);
  transition: transform 0.25s;
  transform-origin: left;
}

.cuba-destino-card:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.10);
  transform: translateY(-3px);
}

.cuba-destino-card:hover::after { transform: scaleX(1); }

.cuba-destino-featured {
  grid-column: span 1;
  background: linear-gradient(135deg, #1B3A6B, #1a4a8a);
  border-color: transparent;
}

.cuba-destino-featured h3 { color: #fff; }
.cuba-destino-featured p  { color: #9abcdd; }
.cuba-destino-featured .cuba-destino-tag {
  background: rgba(232,119,34,0.25);
  color: #f0a060;
  border-color: rgba(232,119,34,0.4);
}

.cuba-destino-icon {
  font-size: 30px;
  margin-bottom: 14px;
  display: block;
}

.cuba-destino-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 10px;
}

.cuba-destino-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
}

.cuba-destino-tag {
  display: inline-block;
  background: #eef3fb;
  color: #1B3A6B;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #dde8f4;
}

/* ── CARGA GRID ── */
.cuba-carga-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.cuba-carga-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 28px 22px;
  transition: all 0.2s;
}

.cuba-carga-card:hover {
  box-shadow: 0 6px 20px rgba(27,58,107,0.09);
  transform: translateY(-2px);
}

.cuba-carga-icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
}

.cuba-carga-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: #1B3A6B;
  margin-bottom: 10px;
}

.cuba-carga-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 968px) {
  .cuba-destinos-grid { grid-template-columns: repeat(2, 1fr); }
  .cuba-carga-grid    { grid-template-columns: repeat(2, 1fr); }
  .cuba-destino-featured { grid-column: span 2; }
}

@media (max-width: 768px) {
  .cuba-destinos-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cuba-carga-grid    { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cuba-destino-featured { grid-column: span 2; }
}

@media (max-width: 480px) {
  .cuba-destinos-grid { grid-template-columns: 1fr; }
  .cuba-carga-grid    { grid-template-columns: 1fr; }
  .cuba-destino-featured { grid-column: span 1; }
}

/* ═══════════════════════════════════════════════════
   PÁGINA DE COTIZACIÓN
   ═══════════════════════════════════════════════════ */

.cotizacion-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

/* ── FORM WRAP ── */
.cotizacion-form-wrap { min-width: 0; }

/* ── FORM ELEMENTS ── */
.cot-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.cot-group.cot-full { width: 100%; }

.cot-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cot-group label {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.cot-group input,
.cot-group select,
.cot-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dde8f4;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.cot-group input:focus,
.cot-group select:focus,
.cot-group textarea:focus {
  border-color: #1B3A6B;
  box-shadow: 0 0 0 3px rgba(27,58,107,0.08);
}

.cot-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231B3A6B' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

/* ── SERVICE SELECT — highlighted ── */
#servicio {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px 14px 14px;
  border: 2px solid #1B3A6B;
  border-radius: 8px;
}
#servicio:focus {
  border-color: #E87722;
  box-shadow: 0 0 0 3px rgba(232,119,34,0.12);
}

/* ── SEPARATOR ── */
.cot-separator {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #E87722;
  padding: 8px 0 14px;
  border-bottom: 1px solid #eef2f8;
  margin-bottom: 20px;
  margin-top: 8px;
}

/* ── DYNAMIC BLOCKS ── */
.cot-dynamic {
  transition: opacity 0.2s;
}

/* ── SUBMIT ── */
.cot-submit {
  width: 100%;
  background: #E87722;
  color: #fff;
  border: none;
  padding: 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 18px rgba(232,119,34,0.35);
  font-family: inherit;
  margin-top: 8px;
}
.cot-submit:hover {
  background: #d06818;
  transform: translateY(-1px);
}
.cot-submit:active { transform: translateY(0); }

.cot-legal {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
}
.cot-legal a { color: #E87722; text-decoration: none; }

/* ── SUCCESS STATE ── */
.cotizacion-success {
  text-align: center;
  padding: 60px 40px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
}
.cotizacion-success-icon { font-size: 56px; margin-bottom: 20px; }
.cotizacion-success h2 {
  font-size: 28px;
  font-weight: 900;
  color: #1B3A6B;
  margin-bottom: 12px;
}
.cotizacion-success p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 20px;
}
.cotizacion-success-wa {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 20px auto;
  max-width: 440px;
}
.cotizacion-success-wa p {
  font-size: 13px;
  margin-bottom: 0;
}

/* ── SIDEBAR ── */
.cotizacion-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 86px;
}

.cot-sidebar-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 24px;
}

.cot-sidebar-dark {
  background: #1B3A6B;
  border-color: transparent;
}

.cot-sidebar-logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 10px;
}
.cot-sidebar-logo span { color: #E87722; }
.cot-sidebar-dark p { font-size: 13px; color: #9abcdd; line-height: 1.6; }

.cot-sidebar-card h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1B3A6B;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dde8f4;
}

.cot-sidebar-reasons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cot-reason {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.cot-reason-icon {
  font-size: 16px;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
}

/* ── HOURS ── */
.cot-hours { display: flex; flex-direction: column; gap: 8px; }
.cot-hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
  padding: 7px 0;
  border-bottom: 1px solid #eef2f8;
}
.cot-hours-row:last-child { border-bottom: none; }
.cot-hours-wa span:last-child {
  color: #25D366;
  font-weight: 700;
}

/* ── RESPONSIVE ── */
@media (max-width: 968px) {
  .cotizacion-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cotizacion-sidebar { position: static; }
}

@media (max-width: 768px) {
  .cot-row { grid-template-columns: 1fr; gap: 0; }
  .cotizacion-success { padding: 40px 24px; }
}

@media (max-width: 480px) {
  .cotizacion-success { padding: 32px 16px; }
  .cot-submit { font-size: 15px; padding: 16px; }
}

/* ═══════════════════════════════════════════════════
   CASOS DE ÉXITO
   ═══════════════════════════════════════════════════ */

/* ── STATS BAR ── */
.casos-stats-bar {
  background: #1B3A6B;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.casos-stat {
  text-align: center;
  padding: 0 40px;
}
.casos-stat-num {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.casos-stat-num span { color: #E87722; font-size: 24px; }
.casos-stat-label {
  font-size: 11px;
  color: #7aaac8;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.casos-stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ── GRUPO ── */
.casos-grupo {
  margin-bottom: 56px;
  scroll-margin-top: 90px;
}
.casos-grupo-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #dde8f4;
}
.casos-grupo-icon { font-size: 26px; }
.casos-grupo-header h2 {
  font-size: 20px;
  font-weight: 800;
  color: #1B3A6B;
}

/* ── GRID ── */
.casos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ── CASO CARD ── */
.caso-card {
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.caso-card:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.10);
  transform: translateY(-3px);
}

.caso-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* Badges by service type */
.caso-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.caso-badge-maritima  { background: #dbeafe; color: #1e40af; }
.caso-badge-aerea     { background: #e0f2fe; color: #0369a1; }
.caso-badge-terrestre { background: #dcfce7; color: #166534; }
.caso-badge-aduanal   { background: #fef9c3; color: #854d0e; }
.caso-badge-china     { background: #fee2e2; color: #991b1b; }
.caso-badge-cuba      { background: #fce7f3; color: #9d174d; }

.caso-resultado {
  font-size: 11px;
  font-weight: 700;
}
.caso-ok    { color: #16a34a; }
.caso-warn  { color: #d97706; }

.caso-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: #1B3A6B;
  line-height: 1.35;
}

.caso-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.75;
  flex: 1;
}

/* ── DATOS ── */
.caso-datos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #f2f6fb;
  border-radius: 8px;
  padding: 14px;
}
.caso-dato {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.caso-dato-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
}
.caso-dato span:last-child {
  font-size: 12px;
  font-weight: 600;
  color: #1B3A6B;
}

/* ── SECTOR ── */
.caso-sector {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 10px;
  border-top: 1px solid #eef2f8;
}

/* ── NOTA ── */
.casos-nota {
  background: #fff7f0;
  border-top: 3px solid #E87722;
  padding: 24px 48px;
}
.casos-nota-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.casos-nota-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.casos-nota p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  font-style: italic;
}

/* ── RESPONSIVE ── */
@media (max-width: 968px) {
  .casos-grid { grid-template-columns: repeat(2, 1fr); }
  .casos-stats-bar { gap: 0; }
  .casos-stat { padding: 12px 20px; }
  .casos-stat-divider { height: 36px; }
}

@media (max-width: 768px) {
  .casos-stats-bar { padding: 20px 24px; }
  .casos-stat-num { font-size: 28px; }
  .casos-nota { padding: 20px 24px; }
  .casos-nota-inner { flex-direction: column; gap: 10px; }
}

@media (max-width: 600px) {
  .casos-grid { grid-template-columns: 1fr; }
  .casos-stats-bar { flex-direction: column; gap: 16px; }
  .casos-stat-divider { width: 60px; height: 1px; }
}

/* ── CLIENTES → CASOS BANNER ── */
.clientes-casos-banner {
  background: linear-gradient(135deg, #1B3A6B 0%, #1a4a8a 100%);
  border-top: 4px solid #E87722;
  padding: 48px 48px;
  margin-top: 0;
}
.clientes-casos-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
.clientes-casos-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #E87722;
  margin-bottom: 10px;
}
.clientes-casos-text h3 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 10px;
  max-width: 520px;
}
.clientes-casos-text p {
  font-size: 14px;
  color: #9abcdd;
  line-height: 1.7;
  max-width: 500px;
}
.clientes-casos-btn {
  display: inline-block;
  background: #E87722;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(232,119,34,0.4);
  transition: background 0.2s, transform 0.15s;
  flex-shrink: 0;
}
.clientes-casos-btn:hover {
  background: #d06818;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .clientes-casos-banner { padding: 36px 24px; }
  .clientes-casos-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .clientes-casos-text h3 { font-size: 20px; }
  .clientes-casos-btn { width: 100%; text-align: center; }
}

@media (max-width: 480px) {
  .clientes-casos-banner { padding: 28px 16px; }
  .clientes-casos-text h3 { font-size: 18px; }
}
