/* ============================================================
   Dra. Sofía Sánchez · v2
   Layout "todo-en-uno" en el hero — mobile-first
   Misma paleta del manual de marca y mismas fuentes que v1
   ============================================================ */

:root {
  --navy: #031D3D;
  --navy-soft: #0a2c52;
  --blue: #7FADD4;
  --blue-mid: #4a89b8;
  --blue-dark: #1c4d80;
  --cream: #FDF6E1;
  --warm-white: #fffdf5;
  --gray: #5d6b7a;
  --gray-soft: #8a96a3;
  --light-gray: #e6e1d0;
  --accent: #c8a96e;
  --whatsapp: #25D366;
  --whatsapp-dark: #1da955;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--warm-white);
  color: var(--navy);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }

.icon {
  width: 1em; height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  flex-shrink: 0;
}
.icon-fill { fill: currentColor; stroke: none; }

/* ============================================================
   NAV
   ============================================================ */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  background: rgba(255,253,245,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--light-gray);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.nav-logo span { color: var(--blue-mid); font-style: italic; }

.nav-links { display: none; gap: 1.5rem; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:not(.nav-cta):hover { color: var(--blue-mid); }
.nav-cta {
  background: var(--navy);
  color: white !important;
  padding: 0.55rem 1.2rem;
  border-radius: 4px;
  transition: background 0.25s, transform 0.25s !important;
  font-size: 0.76rem !important;
}
.nav-cta:hover { background: var(--blue-mid) !important; transform: translateY(-1px); }

.hamburger { display: flex; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); display: block; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  background: white;
  border-bottom: 1px solid var(--light-gray);
  padding: 1.25rem 5% 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 99;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 0.95rem;
  color: var(--navy);
  text-decoration: none;
  font-weight: 500;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--light-gray);
}
.mobile-menu .btn-primary {
  color: white !important; text-align: center;
  justify-content: center; border-bottom: none;
  margin-top: 0.5rem;
}

/* ============================================================
   HERO V2 — TARJETA DE PRESENTACIÓN TODO-EN-UNO
   ============================================================ */
.hero-v2 {
  background:
    radial-gradient(ellipse at top right, rgba(127,173,212,0.15), transparent 50%),
    linear-gradient(135deg, var(--cream) 0%, var(--warm-white) 100%);
  padding: 80px 5% 3rem;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
.hero-v2::before {
  content: '';
  position: absolute;
  top: -150px; left: -150px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(127,173,212,0.12), transparent 70%);
  pointer-events: none;
}

.hero-v2-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* COLUMNA IZQUIERDA — FOTO + IDENTIDAD */
.hero-v2-identity {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.hero-v2-photo {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--blue-mid));
  border: 4px solid white;
  box-shadow: 0 20px 50px rgba(3,29,61,0.18);
  position: relative;
  flex-shrink: 0;
}
.hero-v2-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-v2-text { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }

.hero-v2-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(74,137,184,0.12);
  color: var(--blue-mid);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border-radius: 100px;
}
.hero-v2-tag::before { content: '●'; font-size: 0.5rem; color: var(--whatsapp); }

.hero-v2-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 5.5vw, 2.8rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.hero-v2-name em {
  font-style: italic;
  font-weight: 500;
  color: var(--blue-mid);
}

.hero-v2-role {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: var(--gray);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.hero-v2-summary {
  color: var(--gray);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.65;
  max-width: 460px;
}

.hero-v2-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  margin-top: 0.25rem;
}
.hero-v2-badge {
  background: white;
  border: 1px solid rgba(3,29,61,0.1);
  color: var(--navy);
  font-size: 0.72rem;
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  font-weight: 500;
}

/* COLUMNA DERECHA — TARJETAS APILADAS */
.hero-v2-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.hero-v2-card {
  background: white;
  border-radius: 12px;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(3,29,61,0.06);
  box-shadow: 0 4px 14px rgba(3,29,61,0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}
.hero-v2-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(3,29,61,0.08); }

.hero-v2-card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.hero-v2-card-icon {
  width: 36px; height: 36px;
  background: rgba(74,137,184,0.12);
  color: var(--blue-mid);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-v2-card-icon .icon { width: 17px; height: 17px; }
.hero-v2-card-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
}

/* HORARIO */
.hero-v2-hours { display: grid; gap: 0.3rem; }
.hero-v2-hour-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.83rem;
  color: var(--gray);
  padding: 0.2rem 0;
  border-bottom: 1px solid var(--light-gray);
}
.hero-v2-hour-row:last-child { border-bottom: none; }
.hero-v2-hour-row .day { font-weight: 500; color: var(--navy); }
.hero-v2-hour-row .time-open { color: var(--blue-mid); font-weight: 500; }

/* UBICACIÓN — MAPA EMBED COMPACTO */
.hero-v2-map {
  border-radius: 8px;
  overflow: hidden;
  height: 160px;
  margin-bottom: 0.85rem;
}
.hero-v2-map iframe { width: 100%; height: 100%; border: none; }
.hero-v2-address {
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.5;
  margin-bottom: 0.85rem;
}
.hero-v2-address strong { color: var(--navy); font-weight: 500; }

.hero-v2-map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--blue-mid);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
}
.hero-v2-map-link:hover { text-decoration: underline; }

/* CTA WHATSAPP DEL HERO */
.hero-v2-cta {
  background: var(--whatsapp);
  color: white;
  text-decoration: none;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 500;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
}
.hero-v2-cta:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(37,211,102,0.45);
}
.hero-v2-cta .icon { width: 26px; height: 26px; fill: white; flex-shrink: 0; }
.hero-v2-cta-text { line-height: 1.3; }
.hero-v2-cta-text strong { font-size: 0.95rem; display: block; }
.hero-v2-cta-text small { font-size: 0.78rem; opacity: 0.9; }

/* ============================================================
   SECCIONES INFERIORES
   ============================================================ */
section { padding: 4rem 5%; }

.section-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-mid);
  margin-bottom: 0.85rem;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.section-title em {
  font-style: italic;
  color: var(--blue-mid);
  font-weight: 500;
}

/* Servicios */
#servicios { background: var(--navy); color: white; }
#servicios .section-label { color: var(--blue); }
#servicios .section-title { color: white; }
#servicios .section-title em { color: var(--blue); }
#servicios > p { color: rgba(255,255,255,0.65); max-width: 540px; margin-bottom: 2.5rem; font-weight: 300; font-size: 0.95rem; }

.services-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.service-v2 {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 0.25s;
}
.service-v2:hover {
  background: rgba(127,173,212,0.07);
  border-color: rgba(127,173,212,0.3);
  transform: translateY(-3px);
}
.service-v2-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(127,173,212,0.12);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}
.service-v2-icon .icon { width: 22px; height: 22px; }
.service-v2 h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.45rem;
}
.service-v2 p { font-size: 0.85rem; color: rgba(255,255,255,0.55); font-weight: 300; line-height: 1.6; }

/* Credenciales */
#credenciales { background: var(--cream); }
.credentials-v2 {
  max-width: 1100px;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
.cred-v2 {
  display: flex;
  gap: 0.85rem;
  padding: 1.1rem 1.25rem;
  background: white;
  border-radius: 10px;
  border-left: 3px solid var(--blue-mid);
  align-items: flex-start;
}
.cred-v2-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(74,137,184,0.12);
  color: var(--blue-mid);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cred-v2-icon .icon { width: 17px; height: 17px; }
.cred-v2-title { font-weight: 500; color: var(--navy); font-size: 0.95rem; }
.cred-v2-sub { font-size: 0.82rem; color: var(--gray); margin-top: 0.15rem; }

/* FAQ */
#faq-v2 { background: var(--warm-white); }
.faq-v2-wrap { max-width: 860px; margin: 0 auto; }
.faq-v2-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-v2-item {
  background: white;
  border: 1px solid rgba(3,29,61,0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-v2-item[open] {
  border-color: var(--blue);
  box-shadow: 0 8px 20px rgba(3,29,61,0.06);
}
.faq-v2-item summary {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 1rem;
}
.faq-v2-item summary::-webkit-details-marker { display: none; }
.faq-v2-item summary::after {
  content: '+'; font-size: 1.4rem; color: var(--blue-mid);
  flex-shrink: 0; font-weight: 300; line-height: 1;
}
.faq-v2-item[open] summary::after { content: '−'; }
.faq-v2-answer {
  padding: 0 1.25rem 1.1rem;
  color: var(--gray);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip-v2 {
  background: linear-gradient(135deg, var(--blue-mid) 0%, var(--navy) 100%);
  padding: 3.5rem 5%;
  text-align: center;
  color: white;
}
.cta-strip-v2 h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 4.5vw, 2.4rem);
  font-weight: 500;
  color: white;
  margin-bottom: 0.85rem;
  line-height: 1.25;
}
.cta-strip-v2 h2 em { font-style: italic; color: var(--blue); }
.cta-strip-v2 p { color: rgba(255,255,255,0.8); margin-bottom: 1.75rem; font-weight: 300; font-size: 0.95rem; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: white;
  color: var(--navy);
  text-decoration: none;
  padding: 0.95rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.25s;
}
.btn-primary:hover {
  background: var(--cream);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(255,255,255,0.2);
}
.btn-primary .icon { width: 18px; height: 18px; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--navy); color: rgba(255,255,255,0.55); padding: 3rem 5% 1.5rem; }
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.25rem;
}
.footer-col h4 {
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-col p, .footer-col a {
  display: block;
  color: rgba(255,255,255,0.55);
  font-size: 0.86rem;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-weight: 300;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--blue); }
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: white;
  font-weight: 500;
  margin-bottom: 0.6rem;
  display: block;
}
.footer-logo span { color: var(--blue); font-style: italic; }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.85rem;
  font-size: 0.78rem;
  text-align: center;
}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.floating-cta-v2 {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 200;
  display: flex; align-items: center; gap: 0.55rem;
}
.floating-cta-pill-v2 {
  background: white;
  color: var(--navy);
  padding: 0.6rem 0.9rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: 0 8px 26px rgba(3,29,61,0.18);
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 0.45rem;
  border: 1px solid rgba(3,29,61,0.06);
  animation: slideInFromRight 0.5s 1.2s ease both;
  transition: all 0.25s;
}
.floating-cta-pill-v2:hover { background: var(--navy); color: white; transform: translateX(-2px); }
.floating-cta-pill-v2 .dot {
  width: 8px; height: 8px;
  background: var(--whatsapp);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.floating-whatsapp-v2 {
  background: var(--whatsapp);
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37,211,102,0.5);
  transition: all 0.25s;
  position: relative;
  animation: bounceIn 0.6s 0.8s ease both;
}
.floating-whatsapp-v2:hover { background: var(--whatsapp-dark); transform: scale(1.08); }
.floating-whatsapp-v2 .icon { width: 28px; height: 28px; color: white; fill: white; }
.floating-whatsapp-v2::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid var(--whatsapp);
  border-radius: 50%;
  opacity: 0.5;
  animation: ringPulse 2s infinite;
  pointer-events: none;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}
@keyframes ringPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.5); opacity: 0; }
}
@keyframes bounceIn {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.15); }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes slideInFromRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 700px) {
  .services-v2 { grid-template-columns: 1fr 1fr; }
  .credentials-v2 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  section { padding: 5rem 5%; }
  .hero-v2 { padding: 100px 5% 4rem; }
}

@media (min-width: 950px) {
  nav { height: 70px; }
  .mobile-menu { top: 70px; }
  .hamburger { display: none; }
  .nav-links { display: flex; gap: 2rem; }
  .nav-cta { font-size: 0.82rem !important; padding: 0.6rem 1.35rem; }

  /* HERO V2 — layout asimétrico de 2 columnas */
  .hero-v2 { padding: 7rem 5% 4rem; }
  .hero-v2-inner {
    grid-template-columns: 1.05fr 1fr;
    gap: 3.5rem;
    align-items: center;
  }
  .hero-v2-identity {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 2rem;
  }
  .hero-v2-photo {
    width: 240px;
    height: 280px;
    border-radius: 16px;
    flex-shrink: 0;
  }
  .hero-v2-text { align-items: flex-start; }
  .hero-v2-summary { max-width: none; text-align: left; }
  .hero-v2-badges { justify-content: flex-start; }

  .services-v2 { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
  .credentials-v2 { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; }
  .footer-bottom { text-align: left; }

  .floating-cta-v2 { bottom: 24px; right: 24px; gap: 0.65rem; }
  .floating-cta-pill-v2 { padding: 0.7rem 1.05rem; font-size: 0.85rem; }
  .floating-whatsapp-v2 { width: 62px; height: 62px; }
  .floating-whatsapp-v2 .icon { width: 30px; height: 30px; }
}

@media (min-width: 1100px) {
  .hero-v2-inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 4.5rem;
  }
  .hero-v2-photo { width: 280px; height: 320px; }
}

/* ============================================================
   SECCIÓN BLOG — index.html
   ============================================================ */
.blog-section {
  background: var(--cream);
  padding: 5rem 5%;
}
.blog-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.blog-section-header p.intro {
  max-width: 620px;
  margin: 0.75rem auto 0;
  color: var(--gray);
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.7;
}
.blog-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  .blog-cards-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
@media (min-width: 950px) {
  .blog-cards-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}
.blog-card-v2 {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(127,173,212,0.2);
  box-shadow: 0 2px 12px rgba(3,29,61,0.06);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.blog-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(3,29,61,0.12);
  border-color: rgba(127,173,212,0.5);
}
.blog-card-v2-icon {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: var(--blue);
}
.blog-card-v2-icon .icon { width: 38px; height: 38px; }
.blog-card-v2-body {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-v2-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-mid);
  margin-bottom: 0.55rem;
}
.blog-card-v2-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 0.65rem;
}
.blog-card-v2-desc {
  font-size: 0.83rem;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.6;
  flex: 1;
}
.blog-card-v2-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue-mid);
  letter-spacing: 0.03em;
}
.blog-card-v2-cta .icon { width: 14px; height: 14px; transition: transform 0.18s; }
.blog-card-v2:hover .blog-card-v2-cta .icon { transform: translateX(3px); }
.blog-section-footer {
  text-align: center;
  margin-top: 2.75rem;
}
.btn-outline-navy {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: white;
}
