body {
    color: #333;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.small {
    font-size: 0.875rem;
}
h1, h2, h3, h4, h5, h6, .importante {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}
h1 { font-size: 3rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.75rem; }
h1, h2, h3, h4, h5, h6, .importante, p, .signup-substack {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.headline { color: #1F243C; }
.subheadline { font-size: 1.25rem; color: #8BA9A2; }
.hero-bodytext { font-size: 1.25rem; color: #49506A; }
.text-moon-blue { color: #49506A; }
.text-ghost-white { color: #F5F7FC; }
.text-coral { color: #FF8F9C; }
.text-green { color: #8BA9A2; }
.text-yellow { color: #ff0; }
.importante { color: #FF8F9C; }
.card-border { border-color: #F5F7FC; }
.card-ico { font-size: 2rem; }
.logo-lunara { max-height: 80px; }
.logo-container {
    color: #1F243C;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}
.header {
    background: #F5F7FC;
    z-index: 1000;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.header.default {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.header.scrolled {
    background-color: rgba(245, 247, 252, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(245, 247, 252,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.btn i.bi {
    color: #ff0;
}
.btn-primary:hover, .btn-outline-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 143, 156, 0.4);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF8F9C;
    --bs-btn-border-color: #FF8F9C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff8f9cc9;
    --bs-btn-hover-border-color: #ff8f9cc9;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff8f9cc9;
    --bs-btn-active-border-color: #ff8f9cc9;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FF8F9C;
    --bs-btn-disabled-border-color: #FF8F9C;
}
.btn-outline-secondary {
    --bs-btn-color: #8BA9A2;
    --bs-btn-border-color: #8BA9A2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8BA9A2;
    --bs-btn-hover-border-color: #8BA9A2;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8BA9A2;
    --bs-btn-active-border-color: #8BA9A2;
    --bs-btn-disabled-color: #8BA9A2;
    --bs-btn-disabled-border-color: #8BA9A2;
}
.hero { background: #F5F7FC; }
.problema, .disclaimer { background: #fff; }
.solucion { background: #8BA9A2; }
.newsletter { background: #F5F7FC; }
.signup, .share { background: #1F243C; }
.urgencia { background: #FF8F9C; }
.footer {
    background: #49506A;
    color: #F5F7FC;
}
.card-title { color: #1F243C !important; }

.sticky-cta {
    background: #F5F7FC;
    z-index: 999;
}

/* .sticky-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FF8F9C;
    text-align: center;
    padding: 12px;
    z-index: 999;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}
.sticky-cta a {
    color: white;
    text-decoration: none;
} */

/* MENU */
/* En móvil/tablet (menos de lg), cuando el menú está abierto, dibuja un borde inferior */
@media (max-width: 991.98px) {
  #lunaraNav.collapse.show {
    border-top: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-bottom: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  #lunaraNav.collapse.show .nav-item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

/* TOP BAR */
/* Estilo base del announcement bar */
.announcement-bar{
  background: #1F243C;
  top: 0;
  z-index: 1080;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.btn-transparent{
  background: transparent;
}
#lunaraBarMsg > .small{
  color: #fff;
  opacity: .95;
  border-top: 1px solid rgba(255,255,255,.12);
}

/* COUNTDOWN */
/* contenedor principal — conserva tipografía y anchura responsiva */
.lunara-countdown { max-width: 420px; width: 100%; }

/* unidad */
.lc-timer .lc-unit {
  min-width: 64px;
  min-height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(31,36,60,0.04);
}

.lc-value { font-size: 1.05rem; line-height: 1; }
.lc-label { margin-top: 4px; font-size: 0.75rem; }
.lc-note  { opacity: 0.95; }

/* Fallback 2019 para "gap" en flex (Safari/Edge antiguos) */
.lc-timer { margin-left: -0.25rem; margin-right: -0.25rem; }
.lc-timer .lc-unit { margin: 0 0.25rem; }

/* Responsive */
@media (max-width: 576px) {
  /* si no hay soporte de gap, mantiene separación con el fallback anterior */
  .lc-timer .lc-unit { min-width: 56px; padding: 8px; }
  .lc-value { font-size: 0.95rem; }
}
/* FIN COUNTDOWN */

/* Latest posts — Lunara */
.ln-card {
  background: #ffffff;
  border: 1px solid rgba(31,36,60,0.08);
  border-radius: 0.75rem; /* ~rounded-3 */
  box-shadow: 0 8px 24px rgba(31,36,60,0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ln-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31,36,60,0.08);
}

.ln-thumb-wrap { width: 120px; }
.ln-thumb {
  width: 120px; height: 96px; object-fit: cover;
  border: 1px solid rgba(31,36,60,0.06);
}

/* Tipografía/colores suaves (ajústalos a tu paleta si usas .text-moon-blue) */
.ln-title-link { color: #1f243c; }
.ln-title-link:hover { text-decoration: underline; }

.ln-excerpt { color: #5b607a; }
.ln-link {
  font-weight: 600;
  text-decoration: none;
  color: #3b5bdb; /* un azul suave; sustituye por tu --moon-blue si lo tienes */
}
.ln-link:hover { text-decoration: underline; }

/* Responsive: miniatura más pequeña en móviles */
@media (max-width: 576px) {
  .ln-thumb-wrap, .ln-thumb { width: 96px; height: 80px; }
}

/* Social proof (HERO) */
/* .hero-social-proof { } */
.hs-count .badge {
  padding: .35rem .6rem;
  font-weight: 600;
}
.hs-count-text {
  color: #1f243c;
}
.hs-stars .bi {
  font-size: 1rem;
  line-height: 1;
}
/* .hs-rating { } */