/* ==========================================================================
   INMOBILIARIA MOLMAR - DESIGN SYSTEM (AZUL #0072C6 & BLANCO)
   ========================================================================== */

:root {
  --molmar-blue: #0072C6;
  --molmar-blue-dark: #005999;
  --molmar-blue-light: #e6f2fb;
  --molmar-blue-accent: #0d8ae2;
  --molmar-dark: #1e293b;
  --molmar-gray-bg: #f8fafc;
  --molmar-card-border: #e2e8f0;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--molmar-gray-bg);
  color: #334155;
  line-height: 1.6;
}

/* --- Brand Navbar --- */
.molmar-navbar {
  background-color: #ffffff;
  border-bottom: 2px solid var(--molmar-blue-light);
  box-shadow: 0 2px 10px rgba(0, 114, 198, 0.08);
  padding: 0.75rem 0;
  transition: all 0.3s ease;
}

.molmar-navbar .navbar-brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.molmar-navbar .navbar-brand img:hover {
  transform: scale(1.03);
}

.molmar-navbar .nav-link {
  color: #1e293b;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
  transition: color 0.2s ease;
}

.molmar-navbar .nav-link:hover,
.molmar-navbar .nav-link.active {
  color: var(--molmar-blue);
}

.nav-cta-btn {
  background-color: var(--molmar-blue);
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.5rem 1.25rem !important;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 114, 198, 0.25);
}

.nav-cta-btn:hover {
  background-color: var(--molmar-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 114, 198, 0.35);
}

/* --- Top Announcement / Bar --- */
.top-bar {
  background-color: var(--molmar-blue);
  color: #ffffff;
  font-size: 0.85rem;
  padding: 0.4rem 0;
}

.top-bar a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.top-bar a:hover {
  text-decoration: underline;
}

/* --- Hero & Page Header Sections (Crystal Clear Contrast & Blue Overlay) --- */
.hero-section,
.page-hero-banner {
  position: relative;
  background: linear-gradient(135deg, #072a4a 0%, #005999 50%, #0072C6 100%);
  color: #ffffff;
  padding: 4.5rem 0 6.5rem 0;
  overflow: hidden;
}

.page-hero-banner {
  padding: 3.5rem 0 4.25rem 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #ffffff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 2;
}

/* Background image on hero headers (Crisp and clearly visible) */
.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.92 !important;
  filter: brightness(0.92) contrast(1.06);
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

/* Blue transparent shadow overlay over the image (Subtle & translucent) */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(7, 30, 55, 0.52) 0%, rgba(0, 65, 125, 0.40) 50%, rgba(0, 114, 198, 0.30) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Ensure all content inside hero and page headers sits firmly above background and overlays */
.hero-section .container,
.page-hero-banner .container,
.hero-content {
  position: relative;
  z-index: 3;
}

/* Enhanced high-contrast text shadows on headings */
.hero-title,
.page-hero-banner h1,
.page-hero-banner .display-4,
.page-hero-banner .display-5,
.hero-section h1 {
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 4px 16px rgba(0, 0, 0, 0.85), 0 0 12px rgba(7, 30, 55, 0.9) !important;
}

.page-hero-banner h1,
.page-hero-banner .display-4 {
  font-size: 2.5rem;
}

/* High-contrast text shadows on subtitles & descriptions */
.hero-subtitle,
.page-hero-banner p,
.page-hero-banner .lead,
.hero-section p {
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 10px rgba(0, 0, 0, 0.85), 0 0 8px rgba(7, 30, 55, 0.8) !important;
}

/* --- Floating Search Card --- */
.search-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 114, 198, 0.12);
  border: 1px solid var(--molmar-blue-light);
  padding: 1.75rem;
  margin-top: -3rem;
  position: relative;
  z-index: 20;
}

.search-card label {
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--molmar-blue);
  margin-bottom: 0.35rem;
}

.form-control-custom,
.form-select-custom {
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  color: #1e293b;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-custom:focus,
.form-select-custom:focus {
  border-color: var(--molmar-blue);
  box-shadow: 0 0 0 4px rgba(0, 114, 198, 0.15);
  outline: none;
}

.btn-molmar-primary {
  background-color: var(--molmar-blue);
  color: #ffffff;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 114, 198, 0.3);
}

.btn-molmar-primary:hover {
  background-color: var(--molmar-blue-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 114, 198, 0.4);
}

.btn-molmar-outline {
  background-color: transparent;
  color: var(--molmar-blue);
  font-weight: 700;
  border: 2px solid var(--molmar-blue);
  border-radius: 10px;
  padding: 0.65rem 1.25rem;
  transition: all 0.2s ease;
}

.btn-molmar-outline:hover {
  background-color: var(--molmar-blue);
  color: #ffffff;
}

/* --- Property Cards Grid --- */
.property-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--molmar-card-border);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 114, 198, 0.15);
  border-color: var(--molmar-blue);
}

.property-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background-color: #f1f5f9;
}

.property-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.property-card:hover .property-img-wrap img {
  transform: scale(1.06);
}

.property-badge-op {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--molmar-blue);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.property-badge-ref {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
}

.property-price {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #ffffff;
  color: var(--molmar-blue);
  font-size: 1.25rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.property-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.property-type-zone {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.property-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--molmar-dark);
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.property-features {
  display: flex;
  gap: 1rem;
  padding: 0.65rem 0;
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.85rem;
  color: #475569;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
}

.feature-item i {
  color: var(--molmar-blue);
}

.property-footer {
  padding-top: 1rem;
}

/* --- Floating Action Button (Orange CTA Stacking on Top of WhatsApp) --- */
.floating-cta-btn {
  position: fixed;
  bottom: 96px;
  right: 24px;
  background: linear-gradient(135deg, #ff7a00 0%, #ff5000 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 8px 18px 8px 14px;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.45);
  z-index: 1001;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-cta-btn:hover {
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.6);
  background: linear-gradient(135deg, #ff8c1a 0%, #ff5e00 100%);
}

.floating-cta-btn i {
  font-size: 1.35rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.floating-cta-text {
  font-size: 0.8rem;
  line-height: 1.15;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.floating-cta-pulse {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50px;
  border: 2px solid #ff7a00;
  opacity: 0.8;
  animation: floating-pulse-orange 2.2s infinite ease-out;
  pointer-events: none;
}

@keyframes floating-pulse-orange {
  0% {
    transform: scale(0.96);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

/* --- Floating WhatsApp & Phone CTA --- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 20px 10px 14px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
  font-size: 1.6rem;
}

/* --- Footer --- */
.molmar-footer {
  background-color: var(--molmar-blue);
  color: #ffffff;
  padding: 3.5rem 0 2rem 0;
}

.molmar-footer a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.molmar-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  border-radius: 50%;
  margin-right: 0.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-social-link:hover {
  background-color: #ffffff;
  color: var(--molmar-blue) !important;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  margin-top: 2rem;
  font-size: 0.875rem;
}

/* --- Toast / Alert Feedback --- */
.feedback-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

/* --- Touch Mobile Full Width Gallery --- */
.property-carousel {
  position: relative;
  background-color: #0f172a;
}

.gallery-slide-wrap {
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f172a;
  overflow: hidden;
}

.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Hero Header Responsive Badge Pill */
.hero-badge-pill {
  white-space: normal !important;
  line-height: 1.35;
  text-wrap: balance;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
}

/* --- Mobile Responsive Tweaks --- */
@media (max-width: 767.98px) {
  .hero-badge-pill {
    font-size: 0.76rem !important;
    padding: 6px 14px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.01em;
    max-width: 95%;
  }
  .hero-title {
    font-size: 2rem;
  }
  .search-card {
    margin-top: -1.5rem;
    padding: 1.25rem;
  }
  /* Mobile Floating Round Action Buttons */
  .whatsapp-float span {
    display: none !important;
  }
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    aspect-ratio: 1 / 1;
  }
  .whatsapp-float i {
    font-size: 1.7rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .floating-cta-btn .floating-cta-text {
    display: none !important;
  }
  .floating-cta-btn {
    bottom: 86px;
    right: 20px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(255, 106, 0, 0.45);
    aspect-ratio: 1 / 1;
  }
  .floating-cta-btn i {
    font-size: 1.45rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .floating-cta-pulse {
    border-radius: 50% !important;
  }
  .property-carousel {
    border-radius: 0 !important;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: calc(100% + 1.5rem);
  }
  .gallery-slide-wrap {
    height: 320px;
  }
}

/* --- Sibforms Landing Page Card & Responsive Iframe --- */
.sib-landing-card {
  box-shadow: 0 20px 50px rgba(7, 42, 74, 0.12);
  border: 1px solid rgba(7, 42, 74, 0.08) !important;
  background-color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sib-iframe-box {
  width: 100%;
  height: 600px;
  min-height: 580px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.sib-iframe-box iframe {
  width: 100%;
  height: 600px;
  min-height: 580px;
  border: none;
  display: block;
}

@media (max-width: 991.98px) {
  .sib-iframe-box,
  .sib-iframe-box iframe {
    height: 660px;
    min-height: 620px;
  }
}

/* ==========================================================================
   CUSTOMER REVIEWS CAROUSEL (4 DESKTOP / 1 MOBILE)
   ========================================================================== */
.reviews-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.reviews-ctrl-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--molmar-blue);
  background-color: #ffffff;
  color: var(--molmar-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 114, 198, 0.1);
  transition: all 0.2s ease;
  user-select: none;
}

.reviews-ctrl-btn i {
  pointer-events: none;
}

.reviews-ctrl-btn:hover {
  background-color: var(--molmar-blue);
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(0, 114, 198, 0.28);
}

.reviews-slider-viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 4px 16px 4px;
}

.reviews-slider-track {
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.reviews-slide-item {
  flex: 0 0 100%; /* Móvil: 1 reseña visible */
  min-width: 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .reviews-slide-item {
    flex: 0 0 calc(50% - 0.625rem); /* Tablet: 2 reseñas visibles */
  }
}

@media (min-width: 992px) {
  .reviews-slide-item {
    flex: 0 0 calc(25% - (1.25rem * 3 / 4)); /* PC: 4 reseñas visibles */
  }
}

.review-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 114, 198, 0.09) !important;
  box-shadow: 0 4px 20px rgba(7, 42, 74, 0.06) !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 340px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 114, 198, 0.14) !important;
  border-color: rgba(0, 114, 198, 0.22) !important;
}

.review-avatar-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 4px;
  background: #f8fafc;
  border: 2px solid var(--molmar-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.review-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.review-author-name {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-comment {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #475569;
  font-style: italic;
}

/* ==========================================================================
   INVERSORES LANDING PAGE STYLES
   ========================================================================== */

/* Green WhatsApp Action CTA Button */
.btn-whatsapp-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
}

.btn-whatsapp-action:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.55);
  background: linear-gradient(135deg, #2ae26f 0%, #17a08f 100%);
  color: #ffffff !important;
}

.btn-whatsapp-action:active {
  transform: translateY(-1px) scale(0.99);
}

.btn-whatsapp-action i {
  font-size: 1.35rem;
  line-height: 1;
}

/* Smartphone Mockup */
.phone-mockup-wrapper {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
}

.phone-mockup {
  background: #111827;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.15);
  position: relative;
}

.phone-screen {
  background: #0b141a;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #e9edef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.phone-notch {
  width: 110px;
  height: 20px;
  background: #111827;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  z-index: 10;
}

.phone-whatsapp-header {
  background-color: #202c33;
  padding: 24px 14px 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-whatsapp-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0072ce;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  overflow: hidden;
  flex-shrink: 0;
}

.phone-whatsapp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-chat-body {
  background-color: #0b141a;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 0);
  background-size: 16px 16px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phone-msg-card {
  background-color: #1f2c34;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 0.78rem;
}

.phone-msg-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.phone-msg-content {
  padding: 10px;
}

.phone-floating-pill {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}

.pulse-dot-green {
  width: 8px;
  height: 8px;
  background-color: #25d366;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulse-green 1.8s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Feature & Objective Cards */
.inversor-feature-card {
  background: #ffffff;
  border: 1px solid rgba(0, 114, 198, 0.12);
  border-radius: 16px;
  padding: 28px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.inversor-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(7, 42, 74, 0.1);
  border-color: rgba(0, 114, 198, 0.3);
}

.inversor-icon-bubble {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
  background: rgba(0, 114, 198, 0.08);
  color: var(--molmar-blue);
}

.inversor-objective-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px;
  transition: all 0.25s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inversor-objective-card:hover {
  border-color: var(--molmar-blue);
  box-shadow: 0 14px 30px rgba(0, 114, 198, 0.08);
  transform: translateY(-4px);
}

.inversor-exclusive-banner {
  background: linear-gradient(135deg, #072a4a 0%, #0c3e6d 100%);
  border-radius: 24px;
  color: #ffffff;
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   PAGINACIÓN RESPONSIVE ADAPTADA A MÓVIL
   ========================================================================== */
.pagination-molmar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
  margin-bottom: 0.25rem;
  padding-left: 0;
  list-style: none;
}

.pagination-molmar .page-item {
  margin: 0;
}

.pagination-molmar .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  user-select: none;
}

.pagination-molmar .page-link:hover:not(.disabled) {
  color: var(--molmar-blue);
  background-color: var(--molmar-blue-light);
  border-color: #bee3f8;
  transform: translateY(-1px);
}

.pagination-molmar .page-item.active .page-link {
  color: #ffffff !important;
  background-color: var(--molmar-blue) !important;
  border-color: var(--molmar-blue) !important;
  box-shadow: 0 4px 10px rgba(0, 114, 198, 0.35);
  font-weight: 700;
}

.pagination-molmar .page-item.disabled .page-link {
  color: #cbd5e1 !important;
  background-color: #f8fafc !important;
  border-color: #e2e8f0 !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.65;
}

@media (max-width: 575.98px) {
  .pagination-molmar {
    gap: 0.25rem;
  }
  .pagination-molmar .page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 0.35rem;
    font-size: 0.85rem;
    border-radius: 8px !important;
  }
}

@media (max-width: 360px) {
  .pagination-molmar {
    gap: 0.15rem;
  }
  .pagination-molmar .page-link {
    min-width: 30px;
    height: 32px;
    padding: 0 0.2rem;
    font-size: 0.8rem;
  }
}

