/* Page-specific subset for ar/mystery-shopperV3.html
   Extracted from assets/css/new-styles.css to reduce unused CSS on mobile.
*/

.hero-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #666;
    margin-top: 15px;
  }
  .hero-badge .checkmark {
    color: #28a745;
    margin-right: 8px;
    font-size: 16px;
  }
  .authority-section {
    /* background-color: var(--background-ligth); */
    padding: 60px 0;
    }
  .authority-section h2 {
   
    color: var(--azul-primario);
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
  .authority-section .subtitle {
    color: #666;
    font-size: 22px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 30px;
  }

  .cases-real-section {
    /* background-color: var(--background-ligth); */
    padding: 60px 0;
    background-color: var(--background-ligth);
  }
  .cases-real-section h2 {
   
    color: var(--azul-primario);
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
  .cases-real-section .subtitle {
    color: #666;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
  }

  .company-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  .company-logos img {
    height: 40px;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: all 0.3s ease;
  }
  .company-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
  }
  .why-measure-section {
    padding: 80px 0;
    background: #fff;
  }
  .why-measure-section h2 {
    color: #227be1;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .benefit-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid #227be1;
  }
  .benefit-card h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .benefit-card p {
    color: #666;
    font-size: 14px;
    margin: 0;
  }
  .founder-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
  }
  .founder-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .founder-card .name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
  }
  .founder-card .title {
    color: #666;
    font-size: 13px;
  }
  .cases-section {
    
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f4f8 0%, #fff 100%);
     background-color: var(--background-ligth);
  }
  .cases-section h2 {
  
    color: var(--azul-primario);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
  }
  .case-card {
    /* background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease; */ 
    padding: 30px;
    text-align: center;
    color: #6c757d !important;
  }
  .case-card img {
    width: 100%;
    max-width: 300px;
    height: 160px;
    margin-bottom: 30px;
    object-fit: contain;
  }
  .case-card .improvement {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .case-card .description {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .price-section {
    padding: 80px 0;
    background: #fff;
  }
  .price-section h2 {
   
    color: var(--azul-primario);
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
  }
  .price-section .subtitle {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .flag-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .flag-container img {
    width: 55px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .flag-container span {
    font-weight: 500;
    font-size: 22px;
    color: #6c757d;
  }
  .price-card {
    border: 2px solid #d1d3d5;
    border-radius: 16px;
    padding: 30px;
    text-align: left;
   transition: all 0.3s ease;
  }
  .price-card:hover {
    border-color: #227be1;
  }
  .price-card.highlighted {
    border-color: #227be1;
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
  }
  .price-card .type {
    font-size: 17px;
    font-weight: 600;
    color: var(--azul-primario);
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  .price-card .approx {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .price-card .price {
    font-size: 22px;
    font-weight: 100;
    color: #333;
    margin-bottom: 10px;
  }
  .price-card .currency {
    font-size: 16px;
  }
  .cta-section {
    padding: 80px 0;
   text-align: center;
  }
  .cta-section h2 {
  
    color: var(--azul-primario);
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  .contact-form-container {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-form-container .logo {
    margin-bottom: 20px;
  }
  .contact-form-container .logo img {
   
  }
  .contact-form-container .tagline {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .faq-section {
    padding: 30px 0;
    background: #fff;
  }
  .faq-section h2 {
    color: var(--azul-primario);
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
  }
  .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  .faq-question {
    padding: 20px 25px;
    font-weight: 100;
    color: var(--azul-primario);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    font-size: 21px;
  }
  .faq-question:hover {
    background: #f8f9fa;
  }
  .faq-question::after {
    content: '+';
    font-size: 21px;
    color: var(--azul-primario);
    transition: transform 0.3s ease;
  }
  .faq-question.active::after {
    transform: rotate(45deg);
  }
  .faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 19px;
  }
  .faq-answer.active {
    padding: 0 25px 20px;
    max-height: 700px;
    font-size: 20px;
  }
  .faq-answer p {
    color: var(--azul-primario);
    line-height: 1.9;
    margin: 0;
  }
  .platform-badge {
    background: linear-gradient(135deg, #227be1 0%, #1a5fb4 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
  }
  .dashboard-preview {
    border-radius: 16px;
  
    max-width: 100%;
  }

  /* WhatsApp floating button icon alignment without bootstrap-icons */
  .float {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .float .my-float {
    margin-top: 12px;
    color: #fff;
  }
  @media (max-width: 768px) {
    .company-logos {
      gap: 20px;
    }
    .company-logos img {
      height: 30px;
    }
    .why-measure-section h2,
    .cases-section h2,
    .price-section h2,
    .cta-section h2,
    .faq-section h2 {
      font-size: 24px;
    }
    .btn-diagnostico {
      padding: 6px 12px !important;
      font-size: 0.65rem !important;
      height: 36px !important;
      margin-left: 10px !important;
    }
  }
  /* CTA Menu button states */
  .btn-diagnostico {
    transition: all 0.3s ease;
  }
  .btn-diagnostico.cta-primary {
    background-color: var(--azul-primario) !important;
    color: var(--blanco) !important;
    border-color: var(--azul-primario) !important;
  }
  
/* Buttons/layout helpers used by KPI sections */
#kpis3-mystery .button-container,
#kpis3-mystery-hero .button-container,
#kpis3-mystery-why .button-container {
  /* width: 100%; */
  /* display: flex; */
}

#kpis3-mystery .button-container button,
#kpis3-mystery-hero .button-container button,
#kpis3-mystery-why .button-container button {
  width: 30%;
  margin: 10px;
  min-width: 300px;
  height: 58px;
}

#kpis3-mystery .button-container a,
#kpis3-mystery-hero .button-container a,
#kpis3-mystery-why .button-container a {
  width: 30%;
  margin: 10px;
  min-width: 300px;
}

#kpis3-mystery ul,
#kpis3-mystery-hero ul,
#kpis3-mystery-why ul {
  margin-top: 3px !important;
}

/* --------KPIs3-mystery Programa de mejora -----------*/

#kpis3-mystery .title,
#kpis3-mystery-hero .title,
#kpis3-mystery-why .title {
  margin-bottom: 19px;
  margin-top: 25px;
}

#kpis3-mystery .title h1,
#kpis3-mystery-hero .title h1,
#kpis3-mystery-why .title h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
  color: var(--azul-primario);
}

#kpis3-mystery #kpis_item,
#kpis3-mystery-hero #kpis_item_hero,
#kpis3-mystery-why #kpis_item_why {
  padding: 0px !important;
  padding-bottom: 45px !important;
}

#kpis3-mystery #kpis_item .kpi-img,
#kpis3-mystery-hero #kpis_item_hero .kpi-img,
#kpis3-mystery-why #kpis_item_why .kpi-img {
  width: 350px !important;
  margin-top: 35px;
}

#kpis3-mystery .clock-icon,
#kpis3-mystery-hero .clock-icon,
#kpis3-mystery-why .clock-icon {
  width: 22px;
  height: 21px;
  margin-right: 6px;
}

#kpis3-mystery #kpis_item .card,
#kpis3-mystery #kpis_item .card2,
#kpis3-mystery-hero #kpis_item_hero .card,
#kpis3-mystery-hero #kpis_item_hero .card2,
#kpis3-mystery-why #kpis_item_why .card,
#kpis3-mystery-why #kpis_item_why .card2 {
  border: none;
  width: 100% !important;
  height: 100% !important;
  padding: 25px !important;
  display: unset;
}

#kpis3-mystery #kpis_item .card h2,
#kpis3-mystery #kpis_item .card2 h2,
#kpis3-mystery-hero #kpis_item_hero .card h2,
#kpis3-mystery-hero #kpis_item_hero .card2 h2,
#kpis3-mystery-why #kpis_item_why .card h2,
#kpis3-mystery-why #kpis_item_why .card2 h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--azul-primario);
}

#kpis3-mystery #kpis_item .card h1,
#kpis3-mystery #kpis_item .card2 h1,
#kpis3-mystery-hero #kpis_item_hero .card h1,
#kpis3-mystery-hero #kpis_item_hero .card2 h1,
#kpis3-mystery-why #kpis_item_why .card h1,
#kpis3-mystery-why #kpis_item_why .card2 h1 {
  font-size: 36px;
  font-weight: 600;
  color: var(--azul-primario);
  margin-bottom: 42px;
}

#kpis3-mystery #kpis_item .card p,
#kpis3-mystery #kpis_item .card2 p,
#kpis3-mystery-hero #kpis_item_hero .card p,
#kpis3-mystery-hero #kpis_item_hero .card2 p,
#kpis3-mystery-why #kpis_item_why .card p,
#kpis3-mystery-why #kpis_item_why .card2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-top: 15px;
}

#kpis3-mystery > div:nth-child(3),
#kpis3-mystery-hero > div:nth-child(3),
#kpis3-mystery-why > div:nth-child(3) {
  background-color: var(--background-ligth);
}

#kpis3-mystery > div:nth-child(5),
#kpis3-mystery-hero > div:nth-child(5),
#kpis3-mystery-why > div:nth-child(5) {
  background-color: var(--background-ligth);
}

#kpis3-mystery #kpis_item button,
#kpis3-mystery-hero #kpis_item_hero button,
#kpis3-mystery-why #kpis_item_why button {
  border: none;
  background-color: transparent;
  align-items: baseline;
  display: block;
}

@media screen and (min-width: 992px) {
  #kpis3-mystery .title,
  #kpis3-mystery-hero .title,
  #kpis3-mystery-why .title {
    height: 114px !important;
    margin-bottom: 0px !important;
  }

  #kpis3-mystery #kpis_item,
  #kpis3-mystery-hero #kpis_item_hero,
  #kpis3-mystery-why #kpis_item_why {
    padding-top: 30px !important;
  }

  #kpis3-mystery #kpis_item .card,
  #kpis3-mystery-hero #kpis_item_hero .card,
  #kpis3-mystery-why #kpis_item_why .card {
    width: 500px !important;
    height: 351px;
    border: none;
    margin-right: 100px;
    padding: 0px !important;
  }

  #kpis3-mystery #kpis_item .card2,
  #kpis3-mystery-hero #kpis_item_hero .card2,
  #kpis3-mystery-why #kpis_item_why .card2 {
    width: 620px !important;
    /* min-height: 349px !important; */
    border: none;
    margin-left: 100px;
    padding: 0px !important;
  }

  #kpis3-mystery #kpis_item .kpi-img,
  #kpis3-mystery-hero #kpis_item_hero .kpi-img,
  #kpis3-mystery-why #kpis_item_why .kpi-img {
    max-width: 566px !important;
    margin-top: 0px !important;
    width: 100% !important;
    min-width: 550px !important;
  }
}

@media screen and (min-width: 1400px) {
  #kpis3-mystery .main-card-items,
  #kpis3-mystery .main-card-items-2,
  #kpis3-mystery-hero .main-card-items,
  #kpis3-mystery-hero .main-card-items-2,
  #kpis3-mystery-why .main-card-items,
  #kpis3-mystery-why .main-card-items-2 {
    max-width: 1230px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #kpis3-mystery #kpis_item .card,
  #kpis3-mystery-hero #kpis_item_hero .card,
  #kpis3-mystery-why #kpis_item_why .card {
    margin-right: 0px !important;
    width: 561px !important;
  }
}


