/* ===== Reviews ===== */
.Reviews_reviewsHeader__0Isdx {
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary, #a8001a);
  letter-spacing: 1px;
}
.Reviews_reviewLinks__szWyr {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 2.5em auto;
  justify-content: center;
  gap: 2em;
  position: relative;
  row-gap: 2.2em;
}
.Reviews_reviewBlock__4HBPp {
  background: #fff;
  border-radius: 16px;
  max-width: 250px;
  min-width: 160px;
  padding: 0.7em 0.7em 0.6em 0.7em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px 0 rgba(60,60,60,0.10);
  border: 1.5px solid #e0e0e0;
  transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
  margin: 0 0.5em;
  text-align: center;
  cursor: pointer;
  background-clip: padding-box;
  text-decoration: none !important;
}
.Reviews_reviewBlock__4HBPp:hover {
  box-shadow: 0 8px 32px 0 rgba(60,60,60,0.16);
  border: 1.5px solid var(--primary);
  z-index: 2;
  text-decoration: none !important;
}
.Reviews_reviewLogoContainer__lix5J {
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.Reviews_reviewLogoContainer__lix5J img {

  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  margin: 0 auto;
  display: block;
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 120px !important;
  max-height: 120px !important;
  padding: 8px;
  box-sizing: content-box;

}
.Reviews_reviewTitle {
  font-size: 1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.18em;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: none;
}
.Reviews_reviewRating__fJ9aM {
  color: #444;
  font-size: 0.85em;
  opacity: 0.7;
  margin-top: 0.12em;
  text-align: center;
}
.rcm-modern-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 3em auto 4em auto;
  max-width: 1200px;
  width: 100%;
}
.rcm-card {
  background: #fff;
  border-radius: 1.5em;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.7em 2em 1.7em 1.7em;
  min-width: 0;
  width: 100%;
  margin: 0 auto 2em auto;
  transition: border 0.18s;
  position: relative;
  gap: 2em;
  max-width: 820px;
  border: 1px solid #ececec;
  overflow: hidden;
}
.rcm-card:hover, .rcm-card:focus-within {
  border-color: #a8001a;
  z-index: 2;
}
.rcm-card-icon {
  width: 110px;
  height: 110px;
  border-radius: 1em;
  background: #fff;
  box-shadow: none;
  border: 1.5px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  transition: border 0.18s;
}
.rcm-card-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 0.7em;
  background: #f7f7fa;
  box-shadow: none;
  transition: none;
}
.rcm-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  gap: 0.5em;
  padding-right: 0.5em;
}
.rcm-card-title {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  color: #a8001a;
  margin: 0 0 0.18em 0;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.13;
  text-shadow: none;
}
.rcm-card-desc {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1.01rem;
  color: #222;
  margin: 0 0 0.7em 0;
  text-align: left;
  opacity: 0.92;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.rcm-card-btn {
  display: inline-block;
  background: var(--primary);
  color: white;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  font-size: 0.89em;
  padding: 0.5em 1.4em;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: background 0.13s, color 0.13s, border 0.13s;
  letter-spacing: 0.01em;
}
.rcm-card-btn:hover, .rcm-card-btn:focus {
  background:var(--primary-dark);
  color: white;
  border-color: #a8001a;
}
.rcm-card-chevron {
  margin-left: 0.2em;
  font-size: 1.1em;
  vertical-align: middle;
}

.rcm-card-btn-secondary{
  display: inline-block;
  background: white;
  color: var(--primary-dark);
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  font-size: 0.89em;
  padding: 0.5em 1.4em;
  text-decoration: none;
  box-shadow: none;
  border: 1px solid var(--primary-dark);
  outline: none;
  cursor: pointer;
  transition: background 0.13s, color 0.13s, border 0.13s;
  letter-spacing: 0.01em;

}

.rcm-card-btn-group{
  gap: 2em;
}
@media (max-width: 900px) {
  .rcm-modern-cards {
    max-width: 99vw;
    padding: 0 0.5em;
  }
  .rcm-card {
    flex-direction: column;
    align-items: center;
    padding: 1em 0.5em 1em 0.5em;
    max-width: 99vw;
    border-radius: 1em;
    gap: 1em;
    box-shadow: none;
  }
  .rcm-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 0.7em;
    margin-bottom: 0.5em;
    border-width: 1px;
  }
  .rcm-card-icon img {
    width: 48px;
    height: 48px;
  }
  .rcm-card-content {
    align-items: center;
    text-align: center;
    padding-right: 0;
  }
  .rcm-card-title, .rcm-card-desc {
    text-align: center;
  }
}


/* ===== Slider Logos ===== */

.logo-slider-container {
  width: 100%;
  max-width: 100vw;
  overflow-x: auto;
  margin: 2em auto 2.5em auto;
  padding: 0;
  background: #fff;
  border: none;
  position: relative;
}

.logo-slider {
  display: flex;
  align-items: center;
  gap: 2em;             
  width: 100%;
  max-width: 100vw;
  padding: 1em 2vw;       
  overflow-x: auto;
  background: none;
  scroll-behavior: smooth;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 2em;
  flex-wrap: nowrap; 
 animation: logo-scroll-back-forth 120s linear infinite;
}



.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.2em;
  border-radius: 18px;
  background: linear-gradient(120deg, #f7f8fa 60%, #f0eafc 100%);
  border: 1.5px solid #ececec;
  box-shadow: 0 2px 8px rgba(168,0,26,0.07);
  min-width: 110px;
  max-width: 150px;
  position: relative;
  overflow: hidden;
}
.logo-link:hover, .logo-link:focus {
  box-shadow: 0 8px 28px 0 rgba(168,0,26,0.16);
  background: linear-gradient(120deg, #fff 70%, #f7f8fa 100%);
  border: 1.5px solid var(--primary);
  z-index: 2;
}
.logo-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  box-shadow: 0 2px 12px 0 rgba(168,0,26,0.07);
  opacity: 0.12;
}
.logo-img {
  width: 54px !important;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  filter: grayscale(0.18) brightness(0.98);
  transition: filter 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(160,0,32,0.06);
  background: #fff;
}
.logo-link:hover .logo-img {
  filter: grayscale(0) brightness(1.08);
  box-shadow: 0 4px 18px 0 rgba(168,0,26,0.13);
}

/* Animación de ida y vuelta */
@keyframes logo-scroll-back-forth {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-80%); }
  50%  { transform: translateX(0); }  
  75%  { transform: translateX(50%); } 
  100% { transform: translateX(0); }   
}




/* ===== Responsive ===== */
@media (max-width: 900px) {
  .logo-slider {
    gap: 1.5em;
    padding: 0.8em 1vw;
  }
  .logo-track {
    gap: 1.5em;
  }
   .logo-img {
    width: 60px !important;   
  }
}

@media (max-width: 600px) {
  .logo-img {
    width: 50px !important;   
  }
  .logo-slider {
    gap: 1.2em;
    padding: 0.5em;
  }
  .logo-link {
    padding: 0.6em;
  }
}


/* ===== Quick Actions Pro Section (entre banner) ===== */
.quick-actions-bg.pro {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.13), 0 2px 12px 0 rgba(168,0,26,0.10);
  margin: -2.6rem auto 2.2rem auto;
  padding: 2.2rem 0.5rem 1.2rem 0.5rem;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.quick-actions-separator-pro {
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, #a8001a 0%, #ff4b2b 100%);
  border-radius: 3px;
  margin: 0 0 1.5rem 0;
  opacity: 0.18;
}

.quick-actions-pro {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  flex-wrap: nowrap;
}

.quick-action-btn-pro {
  background: linear-gradient(180deg, #fff 80%, #f7f7f7 100%);
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(168,0,26,0.07), 0 1.5px 6px 0 rgba(0,0,0,0.06);
  border: 1.5px solid #f0f0f0;
  padding: 1.2rem 1.5rem 1.1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: box-shadow 0.18s, transform 0.18s, border 0.18s;
  min-width: 160px;
  max-width: 220px;
  flex: 1 1 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.quick-action-btn-pro:hover, .quick-action-btn-pro:focus {
  box-shadow: 0 6px 24px 0 rgba(168,0,26,0.13), 0 2px 12px 0 rgba(0,0,0,0.10);
  border: 1.5px solid var(--primary);
  z-index: 2;
}
@media (max-width: 900px) {
  .quick-action-btn-pro .qa-title,
  .quick-action-btn-pro .qa-desc {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .quick-actions-bg.pro {
    max-width: 99vw;
    margin: -3.2rem 0 1.2rem 0;
    padding: 1.2rem 0.2rem 0.7rem 0.2rem;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10), 0 1px 4px 0 rgba(168,0,26,0.08);
    border-bottom: 1.5px solid #f7f7f7;
  }
  .quick-actions-pro {
    gap: 0.7rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 98vw;
  }
  .quick-action-btn-pro {
    min-width: 90px;
    max-width: 140px;
    padding: 0.5rem 0.3rem 0.5rem 0.3rem;
    font-size: 0.89em;
    border-radius: 8px;
  }
}

.quick-action-btn-pro.only-img .qa-title,
.quick-action-btn-pro.only-img .qa-desc {
  display: none !important;
}
.quick-action-btn-pro.only-text .qa-icon {
  display: none !important;
}
@media (max-width: 600px) {
  .quick-actions-bg.pro {
    padding: 0.5rem 0.05rem 0.3rem 0.05rem;
    margin: -2rem 0 0.7rem 0;
  }
  .quick-actions-pro {
    gap: 0.4rem;
    max-width: 99vw;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .quick-action-btn-pro {
    min-width: 70px;
    max-width: 100px;
    padding: 0.3rem 0.1rem 0.3rem 0.1rem;
    font-size: 0.82em;
    border-radius: 6px;
  }
}

.qa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}
.qa-icon img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(168,0,26,0.10);
  background: #fff;
}
.qa-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #a8001a;
  margin-bottom: 0.2rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.qa-desc {
  font-size: 0.98rem;
  color: #444;
  opacity: 0.85;
  text-align: center;
}


/* --- Cards --- */
.apps-container {
  max-width: 1200px;
  margin: 3em auto;
  padding: 0 1.5em;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin-bottom: 3em;
  justify-items: center;
}
@media (max-width: 900px) {
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }
}

.card {
  background: linear-gradient(120deg, var(--bg-white) 0%, #e6ecf5 100%);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 1em 1.2em 1em;
  transition: var(--transition);
  position: relative;
  min-height: 220px;
  max-width: 380px;
  width: 100%;
}
.card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-md);
}
.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  margin-bottom: 1em;
  background: var(--primary-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-title {
  font-size: 1.35em;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  color: var(--primary-dark);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-desc {
  font-size: 0.96em;
  margin: 0 0 0.8em 0;
  color: var(--text-dark);
  text-align: center;
}
.btn.btn-primary {
  display: inline-block;
  background: var(--secondary);
  color: var(--text-light);
  padding: 0.45em 1em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97em;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.btn.btn-primary:hover {
  background: var(--accent);
}

/* BANNER PRINCIPAL */
.banner-main {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 550px;
  margin: 1.5em auto 2.5em;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  background: var(--bg-white);
    background: linear-gradient(120deg, var(--primary-light, #ffb3b3) 0%, var(--primary, #a8001a) 100%);
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0,0,0,0.15));
  padding-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  top:40px;
}

/* Overlay sobre el video para mejorar legibilidad */
.banner-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 0%, rgba(10, 10, 30, 0.3) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}

.banner-content-inner {
  color: var(--text-light, #fff);
  text-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.banner-desc {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
/* Video de fondo */
.banner-main video,
.banner-main .banner-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner-main .banner-fallback {
  display: none; /* Solo visible si falla el video */
}

/* Contenido superpuesto */
.banner-content {
  position: relative;
  z-index: 2;
  color: var(--text-light);
  padding: 3em 3.5em;
  max-width: 500px;
  margin: 3em 2.5em;
  background: rgba(30, 32, 50, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(0);
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Título principal */
.banner-title {
  font-family: 'Bebas Neue', 'Oswald', 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  font-weight: 900;
  margin: 0;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, var(--accent), var(--primary), var(--primary-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 18px rgba(0,0,0,0.25), 0 1px 0 #fff, 0 -1px 0 #fff;
  line-height: 1.2;
}
@keyframes gradient-move {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Descripción */
.banner-desc {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
  margin: 0;
  color: var(--text-light);
  letter-spacing: 0.5px;
  font-weight: 500;
  background: rgba(30,32,50,0.18);
  padding: 0.7em 1em;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

/* Banner info block modern style */
.banner-info {
  max-width: 700px;
  margin: 2.5em auto 2em auto;
  padding: 2em 2.2em 1.5em 2.2em;
  background: linear-gradient(120deg, #fff 70%, var(--primary-light) 100%);
  border-radius: 32px;
  box-shadow: 0 6px 32px rgba(160,0,32,0.10), 0 2px 8px rgba(0,0,0,0.08);
  border: 2px solid var(--primary-light);
  text-align: left;
  position: relative;
  z-index: 2;
}
.banner-info p {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1.18em;
  color: var(--primary-dark);
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(160,0,32,0.08);
}

/* ===== MEDIA QUERIES MEJORADOS ===== */

@media (max-width: 900px) {
  .banner-main {
    height: 450px;
    margin: 1em auto 2em;
  }

  .banner-content {
    padding: 2em;
    margin: 2em 1.5em;
    max-width: 90%;
    backdrop-filter: blur(10px);
    border-radius: 16px;
  }

  .banner-title {
    font-size: 2.5rem;
  }

  .banner-subtitle {
    font-size: 1.4rem;
  }

  .banner-desc {
    font-size: 1rem;
  }

  .apps-container {
    padding: 0 0.5em;
  }

  .cards-grid {
    gap: 1.2em;
  }

  .card {
    padding: 1.2em 0.7em;
    min-height: 220px;
  }
}

@media (max-width: 600px) {
  .banner-main {
    height: 400px;
    margin: 1em auto 1.5em;
  }

  .banner-content {
    margin: 1.2em auto;
    padding: 1.5em;
    max-width: 94%;
    text-align: center;
    border-radius: 14px;
  }

  .banner-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .banner-subtitle {
    font-size: 1.2rem;
    margin: 0.5em 0 0.7em;
  }

  .banner-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1em 0.5em;
    min-height: 140px;
  }
}

@media (max-width: 400px) {
  .banner-main {
    height: 360px;
  }

  .banner-content {
    padding: 1.2em;
  }

  .banner-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .apps-container {
    padding: 0 0.5em;
  }
  .cards-grid {
    gap: 1.2em;
  }
  .card {
    padding: 1.2em 0.7em;
    min-height: 220px;
  }
}
@media (max-width: 600px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 1em 0.5em;
    min-height: 140px;
  }
}


.main-title {
  font-family: 'Bebas Neue', 'Oswald', 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 900;
  text-align: center;
  margin: 2em auto 1.2em auto;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--accent), var(--primary), var(--primary-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 18px rgba(0,0,0,0.18), 0 1px 0 #fff, 0 -1px 0 #fff;
  color: var(--primary-light);
  line-height: 1.08;
  border-radius: 8px;
  padding: 0.2em 0.5em;
}

/* ================== MOre apps y Blog================== */

.main-moreapps-blog-container {
  display: flex;
  gap: 20rem; 
  align-items: flex-start;
  justify-content: center;
  margin: 3rem auto;
  max-width: 1100px;
  padding: 1rem 2rem;
}

/* ================== LADO IZQUIERDO ================== */
.main-moreapps-side {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.more-apps ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}

.more-apps ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0.7rem;
  border-radius: 8px;
  background:var(--primary-dark);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 10px 0 rgba(168,0,26,0.10);
  transition: var(--transition);
  text-align: center;
  width: 100%;
  min-width: 180px;
  max-width: 260px;
  margin: 0 auto;
}

.more-apps ul li a:hover {
  background: var(--primary);
  border-color: var(--accent);
  box-shadow: 0 4px 18px 0 rgba(168,0,26,0.13);
}

.more-apps ul li a:active {
  transform: scale(0.97);
  box-shadow: 0 2px 8px 0 rgba(168,0,26,0.10);
  background: var(--primary-dark);
}

/* ================== BLOG CARD ================== */
.alert-content-main1 {
  background: var(--bg-white);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid var(--border);
  max-width: 420px;
  margin: 0 auto;
}

.alert-content-main1 .image-container-main1 img {
  width: 100%;
  border-radius: calc(var(--radius) - 4px);
  object-fit: cover;
}

.post-headline-main1 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 0.4rem 0;
  line-height: 1.4;
}

.post-date-badge-main1 {
  font-size: 0.82rem;
  color: var(--primary-dark);
  padding: 0.3rem 0.7rem;
  border-radius: 8px;
  font-weight: 500;
}

/* ================== BOTÓN BLOG ================== */
.cta-button-read-main1 {
  display: inline-block;
  background: var(--primary-dark);
  color: var(--text-light);
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.3px;
  transition: var(--transition);
  align-self: flex-start;
  box-shadow: var(--shadow-sm);
}

.cta-button-read-main1:hover {
  background: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cta-button-read-main1:active {
  transform: scale(0.97);
  background: var(--primary-dark);
}

/* ================== RESPONSIVE ================== */
@media (max-width: 768px) {
  .main-moreapps-blog-container {
    flex-direction: column;
    gap: 2rem;
    max-width: 95vw;
    padding: 1rem;
  }

  .alert-content-main1 {
    max-width: 100%;
  }

  .main-moreapps-side {
    flex: 1;
  }
}



/* ====== Separadores dinámicos ====== */
.section-separator {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.section-separator svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* ===== Card Flotante Mejorada ===== */
.floating-try-now-btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  pointer-events: auto;
  animation: floatInRight 0.7s cubic-bezier(.4,1.4,.6,1) 1;
}
@keyframes floatInRight {
  from {
    opacity: 0;
    transform: translateX(80px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.unified-floating-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  width: 220px;
  min-width: 160px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 12px;
  animation: floatCard 2.2s ease-in-out infinite alternate;
}
@keyframes floatCard {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.card-image-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.card-reference-image {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  margin-top: 10px;
}
.card-new-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(90deg, #941f05 0%, #a8001a 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 5px;
  z-index: 2;
  border: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(168,0,26,0.10);
  letter-spacing: 1.2px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-new-label::before {
  content: "★";
  font-size: 1em;
  margin-right: 3px;
  color: #fffbe6;
}
.card-feature-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #ffb347;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 8px;
  border: none;
}
.card-action-btn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  background: #a8001a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 20px;
  text-decoration: none;
  border: none;
  transition: background 0.15s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-action-btn:hover {
  background: #c53030;
}
.card-action-btn .btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.btn-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .unified-floating-card {
    width: 95vw;
    border-radius: 10px;
    min-width: 120px;
    max-width: 99vw;
  }
  .card-reference-image {
    width: 95vw;
    height: 70px;
    border-radius: 7px;
  }
  .card-new-label {
    top: 4px;
    left: 4px;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 8px;
    gap: 4px;
  }
  .card-feature-label {
    bottom: 4px;
    left: 4px;
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 6px;
  }
  .card-action-btn {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 6px;
  }
}


/* separator */
.separator {
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2em 0;
}

.separator-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, transparent, #a8001a, transparent);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.separator-text {
  background: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #a8001a;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Animación de entrada */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ====== Footer ====== */
footer {
  background: #222;
  color: #fff;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-logo img {
  max-width: 150px;
  height: auto;
  margin-bottom: 0.5em;
}

.footer-logo h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
}

.footer-logo span {
  font-size: 0.9rem;
  color: #ccc;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #a8001a;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}

.footer-social a {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #a8001a;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1.5em;
  text-align: center;
  font-size: 0.8rem;
  color: #ccc;
}

.footer-bottom a {
  color: #a8001a;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Animaciones de entrada para el footer */
.footer-logo,
.footer-links,
.footer-social,
.footer-bottom {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.6s ease-out forwards, slideIn 0.6s ease-out forwards;
}

.footer-logo {
  animation-delay: 0.2s;
}

.footer-links {
  animation-delay: 0.4s;
}

.footer-social {
  animation-delay: 0.6s;
}

.footer-bottom {
  animation-delay: 0.8s;
}

/* Card alternativa demo */
.alt-card-demo {
  background: linear-gradient(120deg,#f7f7fa 60%,#e6ecf5 100%);
  border: 2px dashed #a8001a;
  box-shadow: 0 2px 16px rgba(44,62,80,0.10);
  border-radius: 40px 8px 40px 8px;
  width: 220px;
  min-width: 160px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 12px;
  animation: floatCardAlt 2.2s ease-in-out infinite alternate;
}
@keyframes floatCardAlt {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-8px) scale(1.03); }
}
.alt-card-demo .card-image-section {
  margin-top: 0px;
}
.alt-card-demo .card-reference-image {
  border-radius: 50%;
  border: 2px solid #a8001a;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-top: 12px;
}
.alt-card-demo .card-new-label {
  background: #222;
  color: #ffb347;
  left: auto;
  right: 8px;
  font-size: 12px;
  border-radius: 16px;
  padding: 5px 14px;
}
.alt-card-demo .card-action-btn {
  background: #222;
  color: #ffb347;
  border-radius: 16px;
  font-size: 13px;
  padding: 8px 20px;
  margin-top: 16px;
}
.alt-card-demo .card-action-btn:hover {
  background: #a8001a;
  color: #fff;
}
