/*
Theme Name: Todero Medellín
Theme URI: https://toderomedellin.com
Author: Webprogramo
Author URI: https://webprogramo.com
Description: Tema ligero optimizado para SEO local y generación de leads. Albañil y todero en Medellín.
Version: 1.9.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: todero
*/

/* ==========================================================================
   Variables y base
   ========================================================================== */
:root {
  --navy: #0f1c2e;
  --navy-2: #16283f;
  --amber: #f5a623;
  --amber-dark: #d98c0a;
  --wa: #25d366;
  --wa-dark: #1eb857;
  --ink: #1e2a3a;
  --muted: #5b6b7d;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --line: #e4e9ef;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(15, 28, 46, .10);
  --font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

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

/* Material Symbols (Google) */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  flex: none;
}

h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); font-weight: 800; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin-bottom: .5em; }
h3 { font-size: 1.15rem; }

.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #dbe4ee; }
.section--navy h2 { color: #fff; }

.kicker {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber-dark);
  margin-bottom: 10px;
}
.section--navy .kicker { color: var(--amber); }
.lead { color: var(--muted); max-width: 640px; }
.section--navy .lead { color: #b9c6d6; }
.center { text-align: center; }
.center .lead { margin: 0 auto; }

/* ==========================================================================
   Botones
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn .material-symbols-outlined { font-size: 20px; }
.btn--wa { background: var(--wa); color: #fff !important; box-shadow: 0 6px 20px rgba(37, 211, 102, .35); }
.btn--wa:hover { background: var(--wa-dark); }
.btn--primary { background: var(--amber); color: var(--navy) !important; box-shadow: 0 6px 20px rgba(245, 166, 35, .35); }
.btn--primary:hover { background: var(--amber-dark); color: #fff !important; }
.btn--ghost { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.4); }
.btn--ghost:hover { border-color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--amber);
  display: grid; place-items: center;
  font-weight: 900; color: var(--navy); font-size: 1.2rem;
}
.brand__name { font-weight: 800; color: var(--navy); font-size: 1.1rem; line-height: 1.1; }
.brand__tag { font-size: .72rem; color: var(--muted); display: block; font-weight: 600; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav ul { display: flex; list-style: none; gap: 4px; }
.nav a {
  display: block; padding: 8px 13px; border-radius: 8px;
  color: var(--ink); font-weight: 600; font-size: .95rem;
}
.nav a:hover { background: var(--bg-soft); text-decoration: none; }
.header-cta { display: inline-flex; }
.header-cta .btn { padding: 10px 18px; font-size: .9rem; }

.nav-toggle {
  display: none;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-toggle span {
  display: block; width: 24px; height: 3px; background: var(--navy);
  margin: 5px 0; border-radius: 2px; transition: .2s;
}

@media (max-width: 900px) {
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 12px 20px 20px;
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(245,166,35,.18), transparent 60%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #dbe4ee;
  padding: 80px 0 64px;
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
.hero h1 { color: #fff; margin: 14px 0 18px; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,166,35,.15); color: var(--amber);
  border: 1px solid rgba(245,166,35,.4);
  padding: 6px 14px; border-radius: 999px;
  font-size: .85rem; font-weight: 700;
}
.hero p.lead { color: #b9c6d6; margin-bottom: 28px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  padding: 7px 14px; border-radius: 999px;
  font-size: .84rem; font-weight: 600; color: #dbe4ee;
}
.chip svg { width: 15px; height: 15px; color: var(--amber); }
.chip .material-symbols-outlined { font-size: 16px; color: var(--amber); }
.hero__badge .material-symbols-outlined { font-size: 17px; }

.hero__card {
  background: #fff; color: var(--ink);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px; position: relative;
}
.hero__card h3 { margin-bottom: 4px; }
.hero__card .price { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; }
.hero__card .price small { font-size: 1rem; color: var(--muted); font-weight: 600; }
.hero__card ul { list-style: none; margin: 16px 0 20px; }
.hero__card li { padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: .95rem; display: flex; gap: 9px; align-items: center; }
.hero__card li svg { width: 16px; height: 16px; color: var(--wa); flex: none; }
.hero__card li .material-symbols-outlined { font-size: 18px; color: var(--wa); }
.hero__card .btn { width: 100%; justify-content: center; }
.hero__photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding: 48px 0 44px; }
}

/* ==========================================================================
   Servicios
   ========================================================================== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 36px; }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(245,166,35,.14);
  display: grid; place-items: center; margin-bottom: 16px;
}
.card__icon svg { width: 26px; height: 26px; color: var(--amber-dark); }
.card__icon .material-symbols-outlined { font-size: 28px; color: var(--amber-dark); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .95rem; margin-bottom: 12px; }
.card__link { font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 5px; }

/* ==========================================================================
   Precios
   ========================================================================== */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; align-items: stretch; }
@media (max-width: 900px) { .pricing { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; } }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; text-align: center; position: relative;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.price-card--featured { border: 2px solid var(--amber); box-shadow: var(--shadow); }
.price-card__flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--amber); color: var(--navy);
  font-size: .75rem; font-weight: 800; letter-spacing: .05em;
  padding: 4px 16px; border-radius: 999px; text-transform: uppercase; white-space: nowrap;
}
.price-card h3 { font-size: 1.05rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.price-card .amount { font-size: 2.7rem; font-weight: 900; color: var(--navy); margin: 10px 0 2px; }
.price-card .amount small { font-size: 1rem; font-weight: 600; color: var(--muted); }
.price-card ul { list-style: none; margin: 18px 0 24px; flex: 1; }
.price-card li { padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: .95rem; }
.price-card .btn { justify-content: center; }

/* ==========================================================================
   Stats
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat__num { font-size: 2.4rem; font-weight: 900; color: var(--amber); line-height: 1.1; }
.stat__label { font-size: .9rem; color: #b9c6d6; font-weight: 600; }

/* ==========================================================================
   Pasos
   ========================================================================== */
.step { position: relative; }
.step__num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--amber);
  display: grid; place-items: center;
  font-weight: 900; font-size: 1.1rem; margin-bottom: 14px;
}

/* ==========================================================================
   Testimonios
   ========================================================================== */
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 36px; }
@media (max-width: 800px) { .testimonials { grid-template-columns: 1fr; } }
.testimonial {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px;
}
.testimonial__stars { color: var(--amber); letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 12px; }
.testimonial p { font-style: italic; color: var(--ink); margin-bottom: 16px; }
.testimonial footer { font-weight: 700; color: var(--navy); font-size: .95rem; }
.testimonial footer span { display: block; font-weight: 500; color: var(--muted); font-size: .85rem; }

/* ==========================================================================
   Zonas (GEO)
   ========================================================================== */
.zones { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.zone {
  background: #fff; border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 999px;
  font-size: .9rem; font-weight: 600; color: var(--ink);
  display: inline-flex; align-items: center; gap: 7px;
}
a.zone { color: var(--ink); text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
a.zone:hover { border-color: var(--amber); transform: translateY(-2px); text-decoration: none; }
.zone svg { width: 14px; height: 14px; color: var(--amber-dark); }
.zone .material-symbols-outlined { font-size: 16px; color: var(--amber-dark); }

/* ==========================================================================
   Bloque de respuesta rápida (GEO)
   ========================================================================== */
.answer-block { padding-top: 48px; padding-bottom: 8px; }
.answer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--amber);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.answer-card h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-bottom: 14px; }
.answer-lead { font-size: 1.02rem; color: var(--ink); margin-bottom: 22px; }
.answer-lead strong { color: var(--navy); }
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.facts > div { background: #fff; padding: 12px 14px; }
.facts dt {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; color: var(--muted); margin-bottom: 3px;
}
.facts dd { font-size: .93rem; font-weight: 700; color: var(--navy); }
.answer-updated { font-size: .82rem; color: var(--muted); margin: 0; }
@media (max-width: 860px) { .facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) {
  .facts { grid-template-columns: 1fr; }
  .answer-card { padding: 22px; }
}

/* ==========================================================================
   Páginas de zona
   ========================================================================== */
.zona-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 44px;
  align-items: start;
}
.zona-texto { color: var(--muted); margin-bottom: 1em; }
.zona-ventaja {
  display: flex; align-items: flex-start; gap: 10px;
  background: rgba(245,166,35,.1);
  border-left: 4px solid var(--amber);
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  font-weight: 600; color: var(--navy);
  margin-top: 20px;
}
.zona-ventaja .material-symbols-outlined { color: var(--amber-dark); font-size: 22px; }

.sectores-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 96px;
}
.sectores-card h3 { margin-bottom: 14px; }
.sectores { list-style: none; margin-bottom: 16px; }
.sectores li {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
  font-size: .95rem; font-weight: 600; color: var(--ink);
}
.sectores li:last-child { border-bottom: 0; }
.sectores .material-symbols-outlined { font-size: 17px; color: var(--amber-dark); }
.sectores-nota { font-size: .88rem; color: var(--muted); margin-bottom: 16px; }
.sectores-card .btn { width: 100%; justify-content: center; }
.precios-nota { margin-top: 26px; color: var(--muted); font-size: .95rem; }

@media (max-width: 900px) {
  .zona-grid { grid-template-columns: 1fr; gap: 30px; }
  .sectores-card { position: static; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 780px; margin: 36px auto 0; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--navy);
  list-style: none; position: relative; padding-right: 48px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; color: var(--amber-dark); font-weight: 400;
}
.faq details[open] summary::after { content: "–"; }
.faq .faq__body { padding: 0 22px 20px; color: var(--muted); }

/* ==========================================================================
   CTA final
   ========================================================================== */
.cta-final { text-align: center; }
.cta-final .hero__ctas { justify-content: center; margin-top: 28px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy); color: #b9c6d6; padding: 56px 0 0; font-size: .95rem; }
.site-footer a { color: #dbe4ee; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
.footer-grid ul { list-style: none; }
.footer-grid li { padding: 5px 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0; text-align: center; font-size: .85rem; color: #8496a9;
}

/* ==========================================================================
   WhatsApp flotante + barra móvil
   ========================================================================== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 990;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--wa); display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; color: #fff; }
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--wa); opacity: .5; z-index: -1;
  animation: wa-pulse 2s ease-out infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: .5; }
  100% { transform: scale(1.7); opacity: 0; }
}

.mobile-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 980;
  background: #fff; border-top: 1px solid var(--line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  box-shadow: 0 -6px 20px rgba(15,28,46,.08);
}
.mobile-bar .btn { flex: 1; justify-content: center; padding: 12px 10px; font-size: .95rem; }
.btn--call { background: var(--navy); color: #fff !important; }
@media (max-width: 700px) {
  .mobile-bar { display: flex; }
  .wa-float { bottom: 84px; }
  body { padding-bottom: 66px; }
}

/* ==========================================================================
   Animación de entrada
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   Contenido genérico (page.php / index.php)
   ========================================================================== */
.entry-content { max-width: 780px; margin: 0 auto; }
.entry-content p, .entry-content ul, .entry-content ol { margin-bottom: 1.2em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* ==========================================================================
   Blog: artículos
   ========================================================================== */
.post-hero { background: var(--bg-soft); padding: 48px 0 36px; border-bottom: 1px solid var(--line); }
.post-hero .container { max-width: 820px; }
.post-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 14px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: .88rem; color: var(--muted); font-weight: 600; }
.post-meta .material-symbols-outlined { font-size: 17px; color: var(--amber-dark); vertical-align: -3px; }

.entry-content h2 {
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  margin: 1.8em 0 .6em;
  padding-top: .3em;
  border-top: 2px solid var(--line);
}
.entry-content h3 { font-size: 1.12rem; margin: 1.4em 0 .4em; color: var(--navy); }
.entry-content ol { padding-left: 1.4em; }
.entry-content li { margin-bottom: .5em; }
.entry-content a { font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* Bloque de respuesta rápida (GEO) dentro de artículos */
.entry-content .respuesta-rapida {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--amber);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  font-size: 1.03rem;
  box-shadow: var(--shadow);
  margin-bottom: 1.8em;
}
.entry-content .respuesta-rapida strong { color: var(--navy); }

/* Llamados a la acción intercalados */
.cta-post {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #dbe4ee;
  border-radius: var(--radius);
  padding: 26px 28px;
  margin: 2em 0;
  text-align: center;
}
.cta-post p { margin-bottom: 14px; }
.cta-post p:last-child { margin-bottom: 0; }
.cta-post strong { color: #fff; font-size: 1.12rem; display: inline-block; margin-bottom: 4px; }

/* Tablas de datos */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
  font-size: .95rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15,28,46,.07);
}
.entry-content thead { background: var(--navy); }
.entry-content th {
  color: #fff; font-weight: 700; text-align: left;
  padding: 13px 16px; font-size: .88rem;
  text-transform: uppercase; letter-spacing: .04em;
}
.entry-content td { padding: 12px 16px; border-bottom: 1px solid var(--line); }
.entry-content tbody tr:last-child td { border-bottom: 0; }
.entry-content tbody tr:nth-child(even) { background: var(--bg-soft); }
.entry-content figure.wp-block-table { margin: 1.4em 0; overflow-x: auto; }

/* Listado del blog */
.post-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 820px) { .post-list { grid-template-columns: 1fr; } }
.post-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card h2 { font-size: 1.2rem; margin-bottom: 10px; }
.post-card h2 a { color: var(--navy); text-decoration: none; }
.post-card p { color: var(--muted); font-size: .95rem; margin-bottom: 14px; }
.post-card__meta { font-size: .82rem; color: var(--muted); font-weight: 600; }

.post-cta-final { margin-top: 2.5em; }
