/* ========================================
   PÁGINAS ROS QUINTERO
   AISLAMIENTO DEL CATÁLOGO ERP
======================================== */

.ros-page main,
.ros-page main * {
  box-sizing: content-box;
}

.ros-page main {
  background: #ffffff;
  color: #000000;
  font-family: initial;
  line-height: normal;
}

.ros-page main :where(h1, h2, h3, h4, p, ul, ol) {
  margin: revert;
  padding: revert;
}

.ros-page main :where(ul, ol) {
  list-style: revert;
}

.ros-page main a {
  color: revert;
  text-decoration: revert;
}

.ros-page main img {
  display: revert;
  max-width: revert;
}

.ros-page main :where(button, input, textarea, select) {
  font: revert;
}

/* ========================================
   REGLAS APROBADAS DE ROS QUINTERO
======================================== */

.ros-page .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: #d16b78;
  color: #fff;

  padding: 8px 14px;

  border-radius: 4px;

  font-size: 11px;
  font-weight: 500;

  text-decoration: none;
  letter-spacing: 0.5px;

  transition: all 0.2s ease;
}

.ros-page .cta-btn:hover {
  background: #bf5c69;
}

.ros-page .cta-btn i {
  font-size: 14px;
}

/* ========================================
   PLACEHOLDER GLOBAL
   PÁGINAS TEMPORALES
======================================== */

.ros-page .placeholder-wrapper {
  min-height: 65vh;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 60px 20px;

  text-align: center;
  background: #ffffff;
}

.ros-page .placeholder-box {
  max-width: 650px;
  width: 100%;
}

.ros-page .placeholder-badge {
  display: inline-block;

  padding: 8px 18px;
  margin-bottom: 22px;

  border: 1px solid rgba(209, 107, 120, 0.25);
  border-radius: 50px;

  background: rgba(209, 107, 120, 0.05);

  color: #d16b78;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ros-page .placeholder-title {
  margin: 0 0 20px;

  color: #444;

  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
}

.ros-page .placeholder-text {
  max-width: 540px;
  margin: 0 auto;

  color: #666;

  font-size: 15px;
  line-height: 1.8;
}

/* ========================================
   BANNERS PLACEHOLDER
======================================== */

.ros-page .placeholder-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ros-page .banner-desktop,
.ros-page .banner-mobile {
  display: block;
  width: 100%;
  height: auto;
}

.ros-page .banner-mobile {
  display: none;
}

/* =========================
   RESPONSIVE BANNER
========================= */

@media (max-width: 768px) {

  .ros-page .banner-desktop {
    display: none;
  }

  .ros-page .banner-mobile {
    display: block;
  }

}

/* =========================
   RESPONSIVE PLACEHOLDER
========================= */

@media (max-width: 768px) {

  .ros-page .placeholder-wrapper {
    min-height: 55vh;
    padding: 40px 20px;
  }

  .ros-page .placeholder-title {
    font-size: 1.35rem;
  }

  .ros-page .placeholder-text {
    font-size: 14px;
  }

  .ros-page .banner-desktop {
    display: none;
  }

  .ros-page .banner-mobile {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }

}

/* ========================================
   INNER PAGES (GLOBAL)
   NOSOTROS - CONTACTO - LEGALES
======================================== */

.ros-page .inner-page {
  width: 100%;
  background: #fff;
}

/* CONTENEDOR GENERAL */

.ros-page .page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ESPACIADO ENTRE SECCIONES */

.ros-page .page-section {
  padding: 30px 0;
}

/* TITULOS DE SECCIÓN */

.ros-page .page-label {
  display: block;

  margin-bottom: 8px;

  color: #E35F72;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 1px;
  text-transform: uppercase;
}

.ros-page .page-title {
  margin: 0 0 10px;
  color: #222;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1.15;
}

.ros-page .page-subtitle {
  max-width: 700px;

  margin: 0 auto 30px;

  color: #666;

  font-size: 16px;
  line-height: 1.8;
}

/* ========================================
   INNER PAGES - RESPONSIVE
======================================== */

@media (max-width:600px) {

  .ros-page .page-container {
    padding:60px 20px;
  }

  .ros-page .page-title {
    font-size:2rem;
  }

}

/* ========================================
   PAGE BANNERS GLOBAL
   BANNERS INTERNOS DESKTOP / MOBILE
======================================== */

.ros-page .page-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.ros-page .page-banner picture {
  display: block;
  width: 100%;
}

.ros-page .page-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   HERO BANNER CON TEXTO
======================================== */

.ros-page .page-hero {
  position: relative;
}

.ros-page .page-hero-content {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  max-width: 430px;
  line-height: normal;
}

.ros-page .page-hero-content h1 {
  margin: 0 0 16px;
  color: #222;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}

.ros-page .page-hero-content h1 span {
  color: #E35F72;
}

.ros-page .page-hero-content h2 {
  margin: 0 0 16px;
  color: #222;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.ros-page .page-hero-content h2 span {
  color: #d16b78;
}

.ros-page .page-hero-content .page-divider {
  margin: 0 0 24px;
}

.ros-page .page-hero-content .page-divider::after {
  background: transparent;
}

.ros-page .page-hero-content p {
  max-width: 390px;
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

/* ========================================
   HERO BANNER CON TEXTO - RESPONSIVE
======================================== */

@media (max-width:768px) {

  .ros-page .page-banner.page-hero img {
    height:420px !important;
    object-fit:cover;
    object-position:center top;
  }

  .ros-page .page-hero-content {
    left:8%;
    right:8%;
    max-width:none;
  }

  .ros-page .page-hero-content h1 {
    font-size:34px;
    line-height:1.15;
  }

  .ros-page .page-hero-content h2 {
    font-size:30px;
    line-height:1.15;
  }

  .ros-page .page-hero-content .page-divider {
    margin:0 0 18px;
  }

  .ros-page .page-hero-content p {
    max-width:100%;
    font-size:14px;
    line-height:1.65;
  }

}

/* ========================================
   BLOQUE IMAGEN + TEXTO
======================================== */

.ros-page .page-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.ros-page .page-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.ros-page .page-content p {
  max-width: 520px;
  margin-bottom: 11px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

/* ========================================
   BLOQUE IMAGEN + TEXTO - RESPONSIVE
======================================== */

@media (max-width:900px) {

  .ros-page .page-split {
    grid-template-columns:1fr;
    gap:40px;
  }

}

/* ========================================
   BLOQUES CENTRADOS
======================================== */

.ros-page .page-center {
  text-align: center;
}

.ros-page .page-divider {
    width: 90px;
    height: 1px;

    background: #ecd8db;

    margin: 8px auto 20px;

    position: relative;
}

.ros-page .page-divider::after {
    content: "✦";

    position: absolute;
    left: 50%;
    top: -10px;

    transform: translateX(-50%);

    background: #fff;

    padding: 0 10px;

    color: #d16b78;
    font-size: 12px;
}

/* ========================================
   TARJETAS / SECCIÓN PILARES
======================================== */

.ros-page .pilares-section {
  padding-top: 20px;
}

.ros-page .page-cards {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  column-gap: 40px;
  row-gap: 25px;
}

.ros-page .page-card {
  padding: 24px 16px;

  background: #F6F1ED;

  border: 1px solid #E8C8CC;
  border-radius: 8px;

  text-align: center;

  transition: .3s ease;
}

.ros-page .page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(215,163,166,.12);
}

.ros-page .page-card-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #FDF2F4;
    color: #E35F72;

    font-size: 24px;

    border: 1px solid #F3D9DD;
}

.ros-page .page-card h3 {
  margin-bottom: 10px;

  color: #4A4A4A;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.ros-page .page-card p {
  max-width: 230px;
  margin: 0 auto;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}

.ros-page .page-card a,
.ros-page .page-card p a {
  color:#555;
  text-decoration:none;
}

.ros-page .page-card a:hover,
.ros-page .page-card p a:hover {
  color:#E35F72;
}

.ros-page .page-card a {
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#E35F72;
  font-weight:600;
  transition:.3s ease;
}

.ros-page .page-card a i {
  font-size:18px;
}

.ros-page .page-card a:hover {
  color:#C94D61;
  transform:translateX(2px);
}

/* Encabezado específico de la sección */

.ros-page .pilares-section .page-label {
  color: #E35F72;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* Fecha específica en documentos legales */

.ros-page .pilares-section .legal-date {
  font-size:11px;
  letter-spacing:.6px;
}

/* ========================================
   FECHA DOCUMENTOS LEGALES - RESPONSIVE
======================================== */

@media (max-width:768px) {

  .ros-page .pilares-section .legal-date {
    max-width:180px;
    margin:0 auto 8px;

    font-size:14px;
    line-height:1.4;
  }

}

.ros-page .pilares-section .page-title {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}

.ros-page .pilares-section > p {
  max-width: 500px;
  margin: 0 auto 22px;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

/* ========================================
   TARJETAS - RESPONSIVE
======================================== */

@media (max-width:900px) {

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

}

/* ========================================
   GRID BENEFICIOS
======================================== */

.ros-page .page-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;

  max-width: 1120px;
  margin: 28px auto 0;

  /* superior | laterales | inferior */
  padding: 32px 38px 22px;

  border: 1px solid #f1d9dd;
  border-radius: 14px;
  background: radial-gradient(circle at center, #fff 0%, #fff8f9 100%);
  box-shadow: 0 12px 34px rgba(209, 107, 120, 0.06);

}

.ros-page .page-feature {
  position: relative;
  padding: 0 24px;
}

.ros-page .page-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 150px;
  background: #efd0d5;
}

.ros-page .page-feature-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #fdecef;
  color: #e35f72;
  font-size: 30px;
}

.ros-page .page-feature h4 {
  margin: 0 0 12px;

  color: #4A4A4A;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.ros-page .page-feature p {
  max-width:215px;
  margin:0 auto;

  color:#555;
  font-size:13px;
  line-height:1.7;
  font-weight:500;
}

.ros-page .page-divider {
  width: 70px;
  height: 1px;
  margin: 0 auto 24px;
  position: relative;
  background: #f1d9dd;
}

.ros-page .page-divider::after {
  content: "✦";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  padding: 0 10px;
  background: #fff;
  color: #e35f72;
  font-size: 11px;
}

.ros-page .page-center .page-label {
  margin-bottom: 6px;
}

.ros-page .page-center h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.ros-page .page-features > .page-label,
.ros-page .page-features > h2,
.ros-page .page-features > .page-divider {
  grid-column: 1 / -1;
}

.ros-page .page-features > .page-label {
  margin-bottom: 4px;

  color: #E35F72;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ros-page .page-features > h2 {
  margin: 0 0 10px;

  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.ros-page .page-features > .page-divider {
  margin: 0 auto 18px;
}

/* ========================================
   GRID BENEFICIOS - RESPONSIVE
======================================== */

@media (max-width:900px) {

  .ros-page .page-features {
    grid-template-columns:repeat(2, 1fr);
  }

}

@media (max-width:600px) {

  .ros-page .page-features {
    grid-template-columns:1fr;
    padding:34px 24px 36px;
  }

  .ros-page .page-feature {
    padding:0 0 80px;
  }

  .ros-page .page-feature:last-child {
    padding-bottom:0;
  }

  .ros-page .page-feature:not(:last-child)::after {
    content:"✦";
    position:absolute;
    left:50%;
    right:auto;
    top:auto;
    bottom:40px;
    transform:translateX(-50%);
    width:90px;
    height:1px;
    background:linear-gradient(to right, #f1d9dd 0 38%, transparent 38% 62%, #f1d9dd 62% 100%);
    color:#E35F72;
    font-size:11px;
    line-height:1px;
    text-align:center;
  }

  .ros-page .page-feature-icon {
    margin-bottom:18px;
  }

}
/* ========================================
   CTA FINAL
======================================== */

.ros-page .page-cta {
  position: relative;
}

.ros-page .page-cta picture {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.ros-page .page-cta img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 100%;
  border-radius: 14px;
}

.ros-page .page-cta-content {
  position: absolute;
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
  max-width: 340px;
}

.ros-page .page-cta-content h2 {
  margin-bottom: 12px;
  color: #2f2f2f;
  font-size: 30px;
  line-height: 1.15;
  max-width: 340px;
}

.ros-page .page-cta-content p {
  margin-bottom: 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.ros-page .page-cta .cta-btn {
  min-width: 220px;
  justify-content: center;
  padding: 12px 24px;
}

/* ========================================
   CTA FINAL - RESPONSIVE
======================================== */

@media (max-width:768px) {

  .ros-page .page-cta picture {
    border-radius:18px;
  }

  .ros-page .page-cta img {
    height:360px;
    object-position:center;
    border-radius:18px;
  }

  .ros-page .page-cta-content {
    left:28px;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    max-width:none;
    text-align:center;
  }

  .ros-page .page-cta-content h2 {
    max-width:100%;
    margin-bottom:16px;
    font-size:25px;
    line-height:1.18;
  }

  .ros-page .page-cta-content p {
    margin-bottom:20px;
    font-size:13px;
    line-height:1.6;
  }

  .ros-page .page-cta .cta-btn {
  width:auto;
  min-width:auto;
  max-width:none;
  padding:12px 18px;
  margin:0 auto;
  justify-content:center;
}

}

/* ========================================
   FAQ
======================================== */

.ros-page .faq-list {
    max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.ros-page .faq-item {
    border:1px solid #F0D9DC;
    border-radius:10px;
    overflow:hidden;
}

.ros-page .faq-question {
    width:100%;
    border:none;
    background:#fff;

    appearance:none;
    -webkit-appearance:none;
    color:#333;

    padding:6px 16px 3px;
    display:flex;
    align-items:center;
    gap:14px;
    cursor:pointer;
    text-align:left;
}

.ros-page .faq-question span {
  flex:1;
  color:#333;
  font-size:12px;
  font-weight:500;
  line-height:1.15;
  margin-top:-4px;
}

.ros-page .faq-icon {
    width:44px;
    height:44px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#FDF5F6;
    color:#E35F72;
    font-size:20px;
}

.ros-page .faq-icon i {
    color:#E35F72;
}

.ros-page .faq-arrow {
    font-size:21px;
    color:#777;
    transition:.3s;
}

.ros-page .faq-answer {
    max-height:0;
    overflow:hidden;
    padding:0 16px 0 82px;
    transition:max-height .35s ease, padding .35s ease;
}

.ros-page .faq-answer p {
    margin:0;
    font-size:13px;
    line-height:1.5;
    color:#555;
}

.ros-page .faq-item.active .faq-answer {
    max-height:120px;
    padding:0 16px 6px 82px;
    margin-top:-8px;
}

.ros-page .faq-item.active .faq-arrow {
    transform:rotate(180deg);
}

.ros-page .faq-section .page-title {
    font-size:34px;
    max-width:650px;
    margin:0 auto 10px;
}

/* Corrección definitiva FAQ */
.ros-page .faq-section .faq-answer {
    text-align:left !important;
    padding-left:82px !important;
}

.ros-page .faq-section .faq-answer p {
    text-align:left !important;
    max-width:none !important;
    margin:0 !important;
}

/* ========================================
   FAQ - RESPONSIVE
======================================== */

@media (max-width:768px) {

  /* Ajusta el título para que no se vea gigante en móvil */
  .ros-page .faq-section .page-title {
    max-width:340px;
    margin:0 auto 12px;
    font-size:32px;
    line-height:1.18;
  }

  /* Mantiene las preguntas dentro del ancho móvil */
  .ros-page .faq-list {
    max-width:100%;
    gap:14px;
  }

  /* Agranda el área táctil del botón */
  .ros-page .faq-question {
    min-height:76px;
    padding:10px 14px;
    gap:14px;
  }

  /* Evita texto azul en Safari y mejora lectura */
  .ros-page .faq-question span {
    color:#333;
    font-size:15px;
    line-height:1.2;
    margin-top:0;
  }

  /* Icono más visible en móvil */
  .ros-page .faq-icon {
    width:54px;
    height:54px;
    font-size:24px;
  }

  /* Alinea la respuesta con el texto de la pregunta */
  .ros-page .faq-answer {
    padding:0 18px 0 82px;
  }

  /* Estado abierto */
  .ros-page .faq-item.active .faq-answer {
    padding:0 18px 14px 82px;
    margin-top:-6px;
  }

  .ros-page .faq-answer p {
    font-size:13px;
    line-height:1.55;
  }

}

/* ========================================
   TARJETAS / DOCUMENTOS LEGALES
======================================== */

.ros-page .legal-docs {
  padding-top:40px;
  text-align:center;
}

.ros-page .legal-docs-label {
  display:block;
  margin-bottom:8px;
  color:#E35F72;
  font-size:17px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
}

.ros-page .legal-docs-title {
  max-width:520px;
  margin:0 auto 10px;
  color:#555;
  font-size:13px;
  font-weight:500;
  line-height:1.5;
}

.ros-page .legal-cards {
  display:grid;
  grid-template-columns:repeat(4,220px);
  justify-content:center;
  column-gap:16px;
  row-gap:25px;
}

.ros-page .legal-card {
  min-height:300px;
  padding:26px 18px 22px;
  background:#F6F1ED;
  border:1px solid #E8C8CC;
  border-radius:8px;
  text-align:center;
  transition:.3s ease;
}

.ros-page .legal-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(215,163,166,.12);
}

.ros-page .legal-card-icon {
  width:58px;
  height:58px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#FDF2F4;
  color:#E35F72;
  font-size:26px;
  border:1px solid #F3D9DD;
}

.ros-page .legal-card h3 {
  margin-bottom:16px;
  color:#4A4A4A;
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}

.ros-page .legal-card p {
  max-width:180px;
  min-height:110px;
  margin:0 auto 22px;
  color:#555;
  font-size:13px;
  line-height:1.7;
  font-weight:500;
}

.ros-page .legal-card-line {
  width:100%;
  height:1px;
  margin:0 0 28px;
  background:#E8C8CC;
  opacity:.7;
}

.ros-page .legal-card-link {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#E35F72;
  font-size:13px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
}

/* ========================================
   TARJETAS LEGALES - RESPONSIVE
======================================== */

/* Tablet */
@media (max-width:1000px) {

  .ros-page .legal-cards {
    grid-template-columns:repeat(2,220px);
  }

}

/* Móvil */
@media (max-width:600px) {

  .ros-page .legal-cards {
    grid-template-columns:1fr;
    max-width:320px;
    margin:0 auto;
  }

}

/* ========================================
   INDEX
======================================== */

.ros-page .index-main {
  width:100%;
}

/* Banner superior */
.ros-page .index-top-banner {
  width:100%;
  height:160px;
  overflow:hidden;
}

.ros-page .index-top-banner img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

/* ========================================
   RESPONSIVE - BANNER SUPERIOR
======================================== */

@media (max-width:768px) {

  .ros-page .index-top-banner {
    height:90px;
  }

}

@media (max-width:480px) {

  .ros-page .index-top-banner {
    height:75px;
  }

}

/* ========================================
   COMO COMPRAR
======================================== */

.ros-page .index-how {
  padding:55px 20px 65px;
  background:#fff;
}

.ros-page .index-how-header {
  text-align:center;
  margin-bottom:34px;
}

.ros-page .index-how-header .page-label {
  margin-bottom:0px;
}

.ros-page .index-how-title {
  margin:0 0 12px;
  color:#222;
  font-size: clamp(1.3rem, 1.9vw, 1.6rem);
  font-weight:400;
  line-height:1.2;
}

.ros-page .index-how-list {
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:34px;
  align-items:start;
}

.ros-page .index-how-item {
  text-align:center;
  position:relative;
}

.ros-page .index-how-item:not(:last-child)::after {
  content:"→";
  position:absolute;
  top:42px;
  right:-23px;
  color:#E35F72;
  font-size:18px;
  font-weight:400;
}

.ros-page .index-how-img {
  width:118px;
  height:118px;
  margin:0 auto 18px;
  border-radius:50%;
  overflow:hidden;
}

.ros-page .index-how-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ros-page .index-how-number {
  margin-bottom:4px;
  color:#E35F72;
  font-size:14px;
  font-weight:700;
}

.ros-page .index-how-item h3 {
  margin:0 0 6px;
  color:#444;
  font-size:15px;
  font-weight:600;
}

.ros-page .index-how-item p {
  max-width:190px;
  margin:0 auto;
  color:#555;
  font-size:13px;
  line-height:1.55;
  font-weight:500;
}

/* ========================================
   RESPONSIVE - COMO COMPRAR
======================================== */

@media (max-width:768px) {

  .ros-page .index-how {
    padding:42px 0 50px;
  }

  .ros-page .index-how-header {
  padding:0 15px;
}

  .ros-page .index-how-title {
  font-size:1.2rem;
  line-height:1.2;
}

.ros-page .index-how-list {
  max-width:none;
  margin:0;
  padding:0 calc((100% - 260px) / 2) 8px;
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-padding-left:calc((100% - 260px) / 2);
  -webkit-overflow-scrolling:touch;
}

  .ros-page .index-how-item {
  min-width:260px;
  flex:0 0 260px;
  scroll-snap-align:start;
}

  .ros-page .index-how-item:not(:last-child)::after {
    display:block;
    right:-12px;
  }

  .ros-page .index-how-img {
  width:108px;
  height:108px;
  margin-bottom:16px;
}

  .ros-page .index-how-item h3 {
    font-size:14px;
  }

  .ros-page .index-how-item p {
    max-width:180px;
    font-size:12.5px;
    line-height:1.5;
  }

}

/* ========================================
   OPCIONES DE COMPRA
======================================== */

.ros-page .index-options {
  padding:45px 20px 58px;
  background:#fff;
}

.ros-page .index-options-header {
  text-align:center;
  margin-bottom:30px;
}

.ros-page .index-options-header .page-label {
  margin-bottom:5px;
}

.ros-page .index-options-title {
  margin:0 0 14px;
  color:#222;
  font-size:clamp(1.35rem, 2vw, 1.85rem);
  font-weight:400;
  line-height:1.15;
}

.ros-page .index-options-title span {
  display:block;
  color:#E35F72;
  font-style:italic;
}

.ros-page .index-options-grid {
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}

.ros-page .index-option-card {
  min-height:150px;
  display:grid;
  grid-template-columns:45% 55%;
  align-items:center;
  overflow:hidden;
  border:1px solid #F0D9DC;
  border-radius:8px;
  background:#fff;
}

.ros-page .index-option-img {
  height:100%;
}

.ros-page .index-option-img img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ros-page .index-option-content {
  position:relative;
  padding:22px 26px 20px 42px;
}

.ros-page .index-option-icon {
  position:absolute;
  left:-20px;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#FDF5F6;
  color:#E35F72;
  font-size:20px;
}

.ros-page .index-option-content h3 {
  margin:0 0 12px;
  color:#222;
  font-size:20px;
  font-weight:400;
  line-height:1.1;
}

.ros-page .index-option-content h3 span {
  display:block;
  color:#E35F72;
  font-style:italic;
}

.ros-page .index-option-content p {
  max-width:210px;
  margin:0 0 12px;
  color:#555;
  font-size:12px;
  line-height:1.55;
  font-weight:500;
}

.ros-page .index-option-link {
  display:inline-flex;
  align-items:center;
  gap:5px;

  padding:6px 12px;

  border:1px solid #E35F72;
  border-radius:999px;

  background:transparent;

  color:#E35F72;
  font-size:11px;
  font-weight:700;
  text-decoration:none;

  transition:.25s ease;
}

.ros-page .index-option-link:hover {
  background:#E35F72;
  color:#fff;
}

.ros-page .index-option-link i {
  margin-left:0;
  font-size:13px;
}

/* ========================================
   RESPONSIVE - OPCIONES DE COMPRA
======================================== */

@media (max-width:768px) {

  .ros-page .index-options {
    padding:40px 20px 50px;
  }

  .ros-page .index-options-header {
    margin-bottom:24px;
  }

  .ros-page .index-options-title {
    font-size:1.35rem;
  }

  .ros-page .index-options-grid {
    max-width:420px;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }

  .ros-page .index-option-card {
    min-height:165px;
    grid-template-columns:42% 58%;
  }

  .ros-page .index-option-content {
    padding:20px 20px 18px 34px;
  }

  .ros-page .index-option-icon {
    left:-18px;
    width:38px;
    height:38px;
    font-size:18px;
  }

  .ros-page .index-option-content h3 {
    margin-bottom:9px;
    font-size:18px;
  }

  .ros-page .index-option-content p {
    max-width:190px;
    margin-bottom:10px;
    font-size:11.5px;
    line-height:1.5;
  }

  .ros-page .index-option-link {
    font-size:11.5px;
  }

}

.ros-page .index-option-link {
  padding:4px 10px;
  font-size:10px;
}

.ros-page .index-option-link i {
  font-size:11px;
}

/* ========================================
   TESTIMONIOS
======================================== */

.ros-page .index-testimonials {
  padding:42px 20px 100px;
  background:#fff;
}

.ros-page .index-testimonials-header {
  text-align:center;
  margin-bottom:28px;
}

.ros-page .index-testimonials-header .page-label {
  margin-bottom:6px;
}

.ros-page .index-testimonials-header .page-divider {
  margin-top:12px;
}

.ros-page .index-testimonials-grid {
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:28px;
}

.ros-page .index-testimonial-card {
  display:grid;
  grid-template-columns:52px 1fr;
  gap:12px;
  align-items:start;
  padding:0 24px 0 8px;
  border-right:1px solid #F0D9DC;
}

.ros-page .index-testimonial-card:last-child {
  border-right:none;
}

.ros-page .index-testimonial-img {
  width:48px;
  height:48px;
  border-radius:50%;
  overflow:hidden;
}

.ros-page .index-testimonial-img img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ros-page .index-testimonial-stars {
  margin-bottom:7px;
  color:#E35F72;
  font-size:12px;
  letter-spacing:2px;
}

.ros-page .index-testimonial-card p {
  margin:0 0 8px;
  color:#555;
  font-size:11px;
  line-height:1.55;
  font-weight:500;
}

.ros-page .index-testimonial-card h3 {
  margin:0;
  color:#E35F72;
  font-size:11px;
  font-weight:600;
  line-height:1.4;
}

/* ========================================
   RESPONSIVE - TESTIMONIOS
======================================== */

@media (max-width:768px) {

  .ros-page .index-testimonials {
    padding:38px 0 70px;
  }

  .ros-page .index-testimonials-header {
    padding:0 20px;
    margin-bottom:34px;
  }

  .ros-page .index-testimonials-header::after {
    content:"Desliza para ver más opiniones →";
    display:block;
    margin-top:12px;
    color:#E35F72;
    font-size:11px;
    font-weight:600;
    letter-spacing:.4px;
  }

  .ros-page .index-testimonials-grid {
    max-width:none;
    margin:0;
    padding:0 42px 8px 42px;
    display:flex;
    gap:34px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-padding-left:42px;
    -webkit-overflow-scrolling:touch;
  }

  .ros-page .index-testimonial-card {
    position:relative;
    min-width:310px;
    flex:0 0 310px;
    scroll-snap-align:start;

    display:grid;
    grid-template-columns:52px 1fr;
    gap:12px;

    padding:12px 0;
    border-right:none;
  }

  .ros-page .index-testimonial-img {
    width:48px;
    height:48px;
  }

  .ros-page .index-testimonial-card p {
    font-size:11px;
    line-height:1.55;
  }

  .ros-page .index-testimonial-card h3 {
    font-size:11px;
  }

}

@media (max-width:600px) {

  .ros-page .index-testimonials-grid {
    --testimonial-card-width:min(310px, calc(100vw - 40px));
    padding-left:calc((100% - var(--testimonial-card-width)) / 2);
    padding-right:calc((100% - var(--testimonial-card-width)) / 2);
    scroll-padding-left:calc((100% - var(--testimonial-card-width)) / 2);
  }

  .ros-page .index-testimonial-card {
    min-width:var(--testimonial-card-width);
    flex-basis:var(--testimonial-card-width);
  }

}
