/* ==========================================================
   MI LOTE SEGURO — Estilos para mi-lote-seguro.html
   Prefijo único: mlsX- (evita conflictos con app.css)
   ========================================================== */

/* ==========================================================
   SECCIÓN 1: Dos columnas — imagen izquierda
   ========================================================== */
.mlsX-split-row {
  max-width: 1240px;
  margin: 0 auto 60px;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
}

.mlsX-split-img {
  flex: 1;
  min-width: 380px;
  position: relative;
  background: url('../../imagenes/oportunidad-inmobiliaria.webp') center center / cover no-repeat;
  min-height: 480px;
}

.mlsX-split-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18,20,24,0.55) 0%, rgba(247,89,89,0.15) 100%);
}

.mlsX-corner-tl {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-top: 3px solid #8FF6B8;
  border-left: 3px solid #8FF6B8;
}

.mlsX-corner-br {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-bottom: 3px solid #8FF6B8;
  border-right: 3px solid #8FF6B8;
}

.mlsX-badge-wrap {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
}

.mlsX-badge {
  display: inline-block;
  background: #F75959;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 4px;
}

.mlsX-split-content {
  flex: 1.1;
  padding: 50px 50px 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f9f5ee;
  position: relative;
}

.mlsX-accent-line {
  position: absolute;
  top: 40px;
  left: 0;
  width: 4px;
  height: 70px;
  background: #F75959;
  border-radius: 0 4px 4px 0;
}

.mlsX-brand {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  color: #F75959;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  font-weight: 700;
}

.mlsX-title-dark {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #2E2E2E;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.mlsX-title-red {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #F75959;
  margin: 0 0 24px 0;
  font-weight: 700;
  font-style: italic;
}

.mlsX-divider {
  width: 55px;
  height: 3px;
  background: linear-gradient(90deg, #F75959, #8FF6B8);
  margin-bottom: 26px;
  border-radius: 2px;
}

.mlsX-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.9;
  color: #494e51;
  margin: 0 0 18px 0;
}

.mlsX-text strong {
  color: #2E2E2E;
}

.mlsX-highlight-box {
  margin-top: 18px;
  padding: 18px 22px;
  background: #ffffff;
  border-left: 4px solid #8FF6B8;
  border-radius: 0 8px 8px 0;
}

.mlsX-highlight-title {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #2E2E2E;
  margin: 0;
  font-weight: 600;
}

.mlsX-highlight-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #F75959;
  margin: 4px 0 0 0;
  font-weight: 600;
}

/* ==========================================================
   SECCIÓN 2: Dos columnas — texto izquierda, imagen derecha
   ========================================================== */
.mlsX-txtimg-row {
  max-width: 1240px;
  margin: 0 auto 60px;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: 'Poppins', sans-serif;
  background: transparent;
}

.mlsX-txtimg-text {
  flex: 1;
  padding-right: 10px;
}

.mlsX-subtitle {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F75959;
  margin-bottom: 16px;
}

.mlsX-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  line-height: 1.2;
  color: #2E2E2E;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.mlsX-body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #494e51;
  font-weight: 500;
  margin: 0 0 28px 0;
}

.mlsX-body b {
  color: #2E2E2E;
}

.mlsX-callout-box {
  padding: 20px 24px;
  background: #F8F8F5;
  border-left: 4px solid #F75959;
  border-radius: 0 8px 8px 0;
}

.mlsX-callout-box h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 25px;
  margin: 0;
}

.mlsX-txtimg-img {
  flex: 1;
  min-width: 380px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mlsX-txtimg-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.mlsX-txtimg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(18,20,24,0.35) 100%);
  border-radius: 8px;
}

.mlsX-corner-tr {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 45px;
  height: 45px;
  border-top: 3px solid #8FF6B8;
  border-right: 3px solid #8FF6B8;
}

.mlsX-corner-bl {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 45px;
  height: 45px;
  border-bottom: 3px solid #8FF6B8;
  border-left: 3px solid #8FF6B8;
}

/* ==========================================================
   SECCIÓN 3: Hero con fondo + 3 columnas de cards
   ========================================================== */


.mlsX-hero {
  max-width: 1240px;
  margin: 0 auto 60px;
  font-family: 'Poppins', sans-serif;
  
  /* PROPIEDADES SEPARADAS EN LUGAR DE SHORTHAND */
  background-image: url('../../imagenes/hero3-bg.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  border-radius: 8px;
  overflow: hidden;
  position: relative;
}


.mlsX-hero-inner {
  position: relative;
  z-index: 1;
  padding: 70px 40px 80px;
}

.mlsX-hero-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.mlsX-hero-label {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8FF6B8;
  margin-bottom: 16px;
}

.mlsX-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  line-height: 1.15;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.mlsX-cards-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.mlsX-cards-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mlsX-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px 28px;
  margin-bottom: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mlsX-card-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.mlsX-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.35;
  margin: 0 0 14px 0;
}

.mlsX-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #6b7074;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.mlsX-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F8F8F5;
  color: #F75959;
  font-size: 16px;
  cursor: pointer;
}

.mlsX-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.mlsX-card-img {
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.mlsX-card-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* ==========================================================
   SECCIÓN 4: 4 columnas de cards con números
   ========================================================== */
.mlsX-features {
  max-width: 1240px;
  margin: 0 auto 60px;
  font-family: 'Poppins', sans-serif;
  padding: 70px 20px;
  background: transparent;
}

.mlsX-feat-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.mlsX-feat-label {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F75959;
  margin-bottom: 16px;
}

.mlsX-feat-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  line-height: 1.2;
  color: #2E2E2E;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.mlsX-feat-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #6b7074;
  font-weight: 500;
  margin: 0;
}

.mlsX-feat-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.mlsX-feat-item {
  flex: 1;
  text-align: center;
}

.mlsX-feat-img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mlsX-feat-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.mlsX-feat-img-wrap:hover img {
  transform: scale(1.05);
}

.mlsX-feat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(18,20,24,0.25) 100%);
  border-radius: 8px;
}

.mlsX-feat-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F75959;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  box-shadow: 0 4px 15px rgba(247,89,89,0.3);
}

.mlsX-feat-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.35;
  margin: 0 0 14px 0;
}

.mlsX-feat-item p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #494e51;
  font-weight: 500;
  margin: 0;
}

/* ==========================================================
   SECCIÓN 5: Video container
   ========================================================== */
.mlsX-video-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.mlsX-video-wrap video {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* ==========================================================
   RESPONSIVE — TABLETS (≤992px)
   ========================================================== */
@media (max-width: 992px) {
  .mlsX-split-row {
    flex-direction: column;
  }

  .mlsX-split-img {
    min-width: 100%;
    min-height: 360px;
  }

  .mlsX-split-content {
    padding: 40px 30px;
  }

  .mlsX-txtimg-row {
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px;
  }

  .mlsX-txtimg-text {
    padding-right: 0;
  }

  .mlsX-txtimg-img {
    min-width: 100%;
  }

  .mlsX-txtimg-img img {
    height: 400px;
  }

  .mlsX-hero-inner {
    padding: 50px 30px 60px;
  }

  .mlsX-hero-title {
    font-size: 36px;
  }

  .mlsX-cards-row {
    flex-wrap: wrap;
  }

  .mlsX-cards-col {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
  }

  .mlsX-feat-grid {
    flex-wrap: wrap;
  }

  .mlsX-feat-item {
    flex: 1 1 calc(50% - 12px);
    min-width: 260px;
  }

  .mlsX-heading,
  .mlsX-feat-title {
    font-size: 36px;
  }
}

/* ==========================================================
   RESPONSIVE — MÓVILES (≤768px)
   ========================================================== */
@media (max-width: 768px) {
  .mlsX-split-img {
    min-height: 280px;
  }

  .mlsX-split-content {
    padding: 32px 20px;
  }

  .mlsX-title-dark,
  .mlsX-title-red {
    font-size: 24px;
  }

  .mlsX-heading,
  .mlsX-hero-title,
  .mlsX-feat-title {
    font-size: 28px;
  }

  .mlsX-hero-inner {
    padding: 40px 20px 50px;
  }

  .mlsX-cards-row {
    flex-direction: column;
  }

  .mlsX-cards-col {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .mlsX-feat-grid {
    flex-direction: column;
  }

  .mlsX-feat-item {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .mlsX-body {
    font-size: 16px;
    line-height: 28px;
  }

  .mlsX-features {
    padding: 50px 16px;
  }

  .mlsX-txtimg-row {
    padding: 40px 16px;
  }

  .mlsX-txtimg-img img {
    height: 300px;
  }
}

/* ==========================================================
   RESPONSIVE — MÓVIL PEQUEÑO (≤480px)
   ========================================================== */
@media (max-width: 480px) {
  .mlsX-split-img {
    min-height: 240px;
  }

  .mlsX-split-content {
    padding: 24px 16px;
  }

  .mlsX-title-dark,
  .mlsX-title-red {
    font-size: 22px;
  }

  .mlsX-heading,
  .mlsX-hero-title,
  .mlsX-feat-title {
    font-size: 24px;
  }

  .mlsX-hero-inner {
    padding: 32px 16px 40px;
  }

  .mlsX-hero-label,
  .mlsX-subtitle,
  .mlsX-feat-label {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .mlsX-text {
    font-size: 18px;
    line-height: 1.8;
  }

  .mlsX-body {
    font-size: 18px;
    line-height: 26px;
  }

  .mlsX-card {
    padding: 24px 20px;
  }

  .mlsX-card h4 {
    font-size: 18px;
  }
}

/* ==========================================================
   BLOG: TU DINERO TRABAJANDO PARA TI
   Estilos scoped con prefijo .blg-
   ========================================================== */

.blog-content {
  max-width: 980px;
  margin: 50px auto 0;
  font-family: var(--font-primary, 'Roboto', sans-serif);
}

.blg-lead {
  font-size: 22px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.blg-headline {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 46px;
  line-height: 1.15;
  color: #111111;
  margin: 0 0 5px 0;
  font-weight: 800;
  letter-spacing: -1px;
}

.blg-two-col {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.blg-two-col-text {
  flex: 1;
  min-width: 280px;
}

.blg-two-col-text p {
  font-family: var(--font-primary, 'Roboto', sans-serif);
  font-size: 19px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

.blg-two-col-img {
  flex: 0 1 35%;
  min-width: 240px;
  max-width: 100%;
}

.blg-two-col-img img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border: none;
}

.blg-highlight {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-weight: 700;
  color: #111111;
  font-size: 22px;
  display: inline-block;
  margin-top: 6px;
}

.blg-callout {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 34px;
  line-height: 1.25;
  color: #F75959;
  margin: 36px 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.blg-body {
  font-size: 22px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
}

.blg-body-sm {
  font-size: 22px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.blg-body-md {
  font-size: 22px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 32px;
}

.blg-body strong {
  font-weight: 700;
  color: #111111;
}

.blg-section-title {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 38px;
  line-height: 1.2;
  color: #111111;
  margin: 52px 0 20px 0;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.blg-question-box {
  border-left: 6px solid #F75959;
  padding: 28px 32px;
  margin: 40px 0;
  border-radius: 0 12px 12px 0;
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  background: #f9f9f9;
}

.blg-question-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #111111;
  font-weight: 700;
}

.blg-question-sub {
  margin: 8px 0 0 0;
  font-size: 19px;
  line-height: 1.5;
  color: #666666;
  font-family: var(--font-primary, 'Roboto', sans-serif);
  font-weight: 400;
}

.blg-bold-statement {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 22px;
  line-height: 1.3;
  color: #111111;
  font-weight: 800;
  margin: 36px 0;
}

.blg-calc-box {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #F8F8F5;
  border-left: 6px solid #F75959;
  border-radius: 0 12px 12px 0;
  padding: 36px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.blg-calc-content {
  flex: 1;
  min-width: 260px;
}

.blg-calc-title {
  margin: 0 0 12px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #33312e;
  font-family: var(--font-secondary, 'Poppins', sans-serif);
}

.blg-calc-text {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #444;
}

.blg-calc-text-sm {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #444;
}

.blg-calc-text strong {
  font-weight: 800;
  color: #111111;
  font-size: 24px;
}

.blg-big-number {
  display: block;
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 52px;
  font-weight: 800;
  color: #F75959;
  margin: 8px 0 4px 0;
  line-height: 1;
  letter-spacing: -1px;
}

.blg-calc-img {
  flex: 0 0 360px;
  max-width: 100%;
}

.blg-calc-img img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.blg-bold-para {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  color: #111111;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
  margin-bottom: 28px;
}

.blg-citation {
  border-left: 6px solid #F75959;
  padding: 24px 32px;
  margin: 40px 0;
  border-radius: 0 10px 10px 0;
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 22px;
  line-height: 1.5;
  color: #2E2E2E;
  background: #f9f9f9;
  font-weight: 600;
}

.blg-citation p {
  margin: 0;
  font-style: italic;
}

.blg-cta {
  background: #F1EEE6;
  border-radius: 16px;
  padding: 48px 36px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.blg-cta-text {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.blg-cta-title {
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-size: 32px;
  font-weight: 800;
  color: #1F3D2E;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.25;
}

.blg-cta-para {
  color: #4a4a4a;
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.blg-cta-para-lg {
  color: #4a4a4a;
  font-size: 26px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.blg-cta-para strong,
.blg-cta-para-lg strong {
  color: #1F3D2E;
}

.blg-cta-btn {
  display: inline-block;
  background: #1F3D2E;
  color: #ffffff;
  font-family: var(--font-secondary, 'Poppins', sans-serif);
  font-weight: 700;
  font-size: 18px;
  padding: 16px 38px;
  border-radius: 8px;
  text-decoration: none;
}

.blg-cta-img {
  flex: 1;
  min-width: 280px;
  max-width: 420px;
}

.blg-cta-img img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Animaciones blog */
@keyframes blgFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes blgScaleIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes blgSlideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes blgPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes blgBorderWipe {
  from { border-left-color: transparent; }
  to { border-left-color: #F75959; }
}

.blog-content .blg-reveal-once {
  opacity: 0;
  will-change: transform, opacity;
}

.blog-content .blg-reveal-once.blg-visible {
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-duration: 0.7s;
  animation-name: blgFadeUp;
}

.blog-content .blg-headline.blg-reveal-once.blg-visible {
  animation-name: blgScaleIn;
  animation-duration: 0.8s;
}

.blog-content .blg-callout.blg-reveal-once.blg-visible {
  animation-name: blgFadeUp;
  animation-duration: 0.65s;
}

.blog-content .blg-section-title.blg-reveal-once.blg-visible {
  animation-name: blgSlideLeft;
  animation-duration: 0.65s;
}

.blog-content .blg-question-box.blg-reveal-once.blg-visible {
  animation-name: blgFadeUp;
  animation-duration: 0.6s;
}

.blog-content .blg-question-box.blg-visible {
  animation: blgBorderWipe 0.8s ease-out forwards;
}

.blog-content .blg-bold-statement.blg-reveal-once.blg-visible {
  animation-name: blgScaleIn;
  animation-duration: 0.7s;
}

.blog-content .blg-calc-box.blg-reveal-once.blg-visible {
  animation-name: blgFadeUp;
  animation-duration: 0.7s;
}

.blog-content .blg-citation.blg-reveal-once.blg-visible {
  animation-name: blgFadeUp;
  animation-duration: 0.6s;
}

.blog-content .blg-cta.blg-reveal-once.blg-visible {
  animation-name: blgFadeUp;
  animation-duration: 0.7s;
}

.blog-content .blg-big-number.blg-visible {
  animation: blgPulse 2.5s ease-in-out infinite 0.8s;
}

.blog-content .blg-two-col-img.blg-reveal-once.blg-visible {
  animation-name: blgScaleIn;
  animation-duration: 0.8s;
}

/* Hover interactions blog */
.blog-content .blg-cta-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.blog-content .blg-cta-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(31,61,46,0.3);
  background-color: #2a5240;
}

.blog-content .blg-cta-btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(31,61,46,0.2);
}

.blog-content .blg-question-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-content .blg-question-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.blog-content .blg-cta-img img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.blog-content .blg-cta-img:hover img {
  transform: scale(1.02);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.blog-content .blg-two-col-img img {
  transition: transform 0.4s ease;
}

.blog-content .blg-two-col-img:hover img {
  transform: scale(1.02);
}

.blog-content .blg-calc-img img {
  transition: transform 0.4s ease;
}

.blog-content .blg-calc-img:hover img {
  transform: scale(1.03);
}

.blog-content .blg-highlight {
  position: relative;
  transition: color 0.3s ease;
}

.blog-content .blg-highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #F75959;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.blog-content .blg-highlight:hover::after {
  width: 100%;
}

.blog-content .blg-highlight:hover {
  color: #F75959;
}

.blog-content .blg-citation {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-content .blg-citation:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

@media (prefers-reduced-motion: reduce) {
  .blog-content .blg-reveal-once {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .blog-content .blg-big-number,
  .blog-content .blg-callout,
  .blog-content .blg-question-box,
  .blog-content .blg-cta-btn,
  .blog-content .blg-cta-img img,
  .blog-content .blg-two-col-img img,
  .blog-content .blg-calc-img img,
  .blog-content .blg-highlight,
  .blog-content .blg-citation {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .blg-headline { font-size: 32px; }
  .blg-callout { font-size: 26px; }
  .blg-section-title { font-size: 28px; margin: 36px 0 16px; }
  .blg-bold-statement { font-size: 24px; }
  .blg-big-number { font-size: 40px; }
  .blg-cta { flex-direction: column; padding: 32px 20px; }
  .blg-cta-img { max-width: 100%; }
  .blg-calc-box { flex-direction: column; }
  .blg-calc-img { flex: 1 1 auto; width: 100%; }
  .blog-content .blg-reveal-once.blg-visible { animation-duration: 0.5s; }
  .blog-content .blg-headline.blg-reveal-once.blg-visible { animation-duration: 0.6s; }
}
