/* Estilos para artículos del blog y páginas de ciudad */
/* Variables hardcodeadas: navy=#00245b green=#6090f6 green2=#4a7de8 light=#f4f7fb gray=#5a6470 border=#dde3ec */

.page-hero {
  background: #00245b;
  background: linear-gradient(135deg, #00245b 0%, #00307a 100%);
  color: #fff; padding: 64px 20px;
}
.page-hero .breadcrumb { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 16px; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.55); transition: color .2s; }
.page-hero .breadcrumb a:hover { color: #fff; }
.page-hero h1 { font-size: 40px; font-weight: 800; line-height: 1.25; max-width: 820px; }
.page-hero p.hero-sub { font-size: 18px; color: rgba(255,255,255,.78); margin-top: 16px; max-width: 620px; line-height: 1.7; }
.page-hero .meta { font-size: 13px; color: rgba(255,255,255,.55); margin-top: 16px; }

/* ── ARTICLE BODY ── */
.article-wrap { max-width: 800px; margin: 0 auto; padding: 64px 20px; }
.article-lead {
  font-size: 20px; color: #00245b; font-weight: 600; line-height: 1.7;
  margin-bottom: 36px; padding-left: 20px; border-left: 4px solid #6090f6;
}
.article-body { font-size: 17px; color: #374151; line-height: 1.9; }
.article-body h2 { font-size: 26px; font-weight: 800; color: #00245b; margin: 40px 0 16px; }
.article-body h3 { font-size: 20px; font-weight: 700; color: #00245b; margin: 28px 0 12px; }
.article-body p  { margin-bottom: 20px; }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 20px; }
.article-body li { margin-bottom: 10px; }
.article-body strong { color: #00245b; }

.info-box {
  background: #eaeffd; border-left: 4px solid #6090f6;
  border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 28px 0;
}
.info-box strong { display: block; color: #00245b; margin-bottom: 8px; font-size: 15px; }
.info-box p { margin: 0; font-size: 15px; color: #374151; }

/* ── CTA BOX INLINE ── */
.cta-box {
  background: #00245b;
  background: linear-gradient(135deg, #00245b 0%, #1a4fa8 100%);
  border-radius: 16px; padding: 36px; text-align: center;
  margin: 48px 0; color: #fff;
  box-shadow: 0 8px 32px rgba(0,36,91,.25);
}
.cta-box h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; color: #fff; }
.cta-box p  { font-size: 15px; color: rgba(255,255,255,.8); margin-bottom: 24px; }
.cta-box strong { color: #fff; }
.cta-box-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-cta-w  { background: #fff; color: #4a7de8; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 15px; transition: opacity .2s; }
.btn-cta-w:hover { opacity: .9; }
.btn-cta-wa { background: #25d366; color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 15px; transition: background .2s; }
.btn-cta-wa:hover { background: #1ebe5d; }

/* ── FAQ ── */
.faq-section { background: #f4f7fb; padding: 60px 20px; }
.faq-inner   { max-width: 800px; margin: 0 auto; }
.faq-section h2 { font-size: 28px; font-weight: 800; color: #00245b; margin-bottom: 32px; }
.faq-item { background: #fff; border-radius: 12px; border: 1px solid #dde3ec; margin-bottom: 12px; overflow: hidden; }
.faq-q {
  padding: 20px 24px; font-weight: 700; font-size: 15px;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  color: #00245b; user-select: none;
}
.faq-q::after { content: '+'; font-size: 22px; color: #6090f6; transition: transform .3s; flex-shrink: 0; margin-left: 12px; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 20px; font-size: 14px; color: #5a6470; line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── CTA FINAL ── */
.cta-footer { background: #00245b; padding: 72px 20px; text-align: center; color: #fff; }
.cta-footer h2 { font-size: 34px; font-weight: 800; margin-bottom: 12px; }
.cta-footer p  { font-size: 18px; color: rgba(255,255,255,.75); margin-bottom: 36px; }
.cta-footer-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-green { background: #6090f6; color: #fff; padding: 16px 36px; border-radius: 10px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 10px; transition: background .2s; }
.btn-green:hover { background: #4a7de8; }
.btn-wa-big { background: #25d366; color: #fff; padding: 16px 36px; border-radius: 10px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 10px; transition: background .2s; }
.btn-wa-big:hover { background: #1ebe5d; }

/* ── BLOG LISTING ── */
.blog-section { padding: 72px 20px; background: #f4f7fb; }
.blog-inner   { max-width: 1000px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 48px; }
.blog-card {
  background: #fff; border-radius: 16px;
  border: 1px solid #dde3ec; overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.blog-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-4px); }
.blog-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  display: inline-block; background: #eaeffd; color: #4a7de8;
  font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .6px; margin-bottom: 14px;
}
.blog-card h2 { font-size: 18px; font-weight: 800; color: #00245b; line-height: 1.35; margin-bottom: 12px; }
.blog-card p  { font-size: 14px; color: #5a6470; line-height: 1.7; flex: 1; margin: 0; }
.blog-card-footer {
  padding: 16px 28px; border-top: 1px solid #dde3ec;
  display: flex; align-items: center; justify-content: space-between;
}
.blog-meta { font-size: 12px; color: #5a6470; }
.blog-link { font-size: 13px; font-weight: 700; color: #4a7de8; display: inline-flex; align-items: center; gap: 4px; }

/* ── CITY HERO EXTRAS ── */
.city-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px; padding: 6px 16px; font-size: 13px;
  margin-bottom: 20px; backdrop-filter: blur(4px);
}
.hero-form-card {
  background: #fff; border-radius: 16px; padding: 36px 32px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25); color: #1a2433;
}
.hero-form-card h2 { font-size: 20px; font-weight: 800; margin-bottom: 4px; color: #00245b; }
.hero-form-card .sub { font-size: 13px; color: #5a6470; margin-bottom: 20px; }
.city-hero-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px; gap: 50px; align-items: center;
}
.city-content-wrap { max-width: 900px; margin: 0 auto; padding: 72px 20px; }

/* ── WA FLOAT ── */
.wa-float {
  position: fixed; bottom: 24px; left: 24px; z-index: 200;
  background: #25d366; color: #fff;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.5);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ── RESPONSIVE ── */
@media(max-width: 1024px) {
  .city-hero-inner { grid-template-columns: 1fr; }
  .hero-form-card { max-width: 560px; margin: 0 auto; }
}
@media(max-width: 768px) {
  .page-hero { padding: 48px 16px; }
  .page-hero h1 { font-size: 26px; }
  .page-hero p.hero-sub { font-size: 15px; }
  .article-wrap { padding: 44px 16px; }
  .article-lead { font-size: 17px; }
  .article-body { font-size: 15px; }
  .article-body h2 { font-size: 22px; }
  .article-body h3 { font-size: 18px; }
  .cta-box { padding: 28px 20px; }
  .cta-box-btns { flex-direction: column; align-items: center; }
  .faq-section { padding: 44px 16px; }
  .faq-q { font-size: 14px; padding: 16px 18px; }
  .faq-a { padding: 0 18px 16px; }
  .cta-footer { padding: 52px 16px; }
  .cta-footer h2 { font-size: 26px; }
  .cta-footer-btns { flex-direction: column; align-items: center; }
  .btn-green, .btn-wa-big { width: 100%; justify-content: center; }
  .blog-grid { grid-template-columns: 1fr; gap: 18px; }
  .city-content-wrap { padding: 52px 16px; }
  .wa-float { bottom: 16px; left: 16px; width: 50px; height: 50px; }
  .wa-float svg { width: 24px; height: 24px; }
}
