/* ----------------------------------------------------------------------------------------
   servicios.css
   Estilos adicionales para las páginas de servicio (Plataforma Online, Almacenamiento,
   Finishing, Distribución). Se suma a green.css + index-new.css, no los reemplaza.
   Reutiliza la paleta y tipografías ya definidas en green.css:
     - Verde marca:      #02c5b1 / #00ceb0
     - Oscuro:           #333333 (.bg-oscuro)
     - Oscuro alt:       #474d57 (.bg-oscuro-alternativo)
     - Texto oscuro:     #474d57 (.text-oscuro)
     - Headings:         "Montserrat"
     - Texto:            "conduit_itc_mediumregular"
----------------------------------------------------------------------------------------- */

:root {
  --serv-verde: #02c5b1;
  --serv-verde-alt: #00ceb0;
  --serv-oscuro: #333333;
  --serv-oscuro-alt: #474d57;
  --serv-texto: #6f8ba4;
  --serv-gris-faq: #d6dee2;
}

/* ---------------------------------------------
   Hero de servicio
--------------------------------------------- */
.service-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: no-repeat center center scroll;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 70px;
}

.service-hero .overlay-degree {
  z-index: 1;
}

.service-hero .container {
  position: relative;
  z-index: 5;
}

.service-hero .eyebrow {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 14px;
}

.service-hero .subtitle-hero {
  color: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 16px;
}

.service-hero .subtitle-hero:last-of-type {
  margin-bottom: 32px;
}

.service-hero .btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: bold;
  font-size: 1.1rem;
}

.service-hero .btn-outline-white:hover {
  background: #fff;
  color: var(--serv-oscuro);
}

/* ---------------------------------------------
   Bloque "Cómo funciona" / eyebrow + título
--------------------------------------------- */
.service-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--serv-texto);
  margin-bottom: 10px;
}

.service-section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: var(--serv-oscuro-alt);
  margin-bottom: 18px;
}

.service-section .service-lead {
  color: var(--serv-texto);
  font-size: 17px;
  line-height: 1.6;
  max-width: 800px;
}

/* ---------------------------------------------
   Cards de beneficios / features (íconos)
--------------------------------------------- */
.benefit-card {
  padding: 20px 10px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-icon {
  width: 95px;
  height: 95px;
  margin: 0 auto 22px;
  color: var(--serv-verde);
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--serv-verde);
  stroke-width: 1.4;
}

.benefit-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--serv-oscuro-alt);
  margin-bottom: 10px;
}

.benefit-card p {
  color: var(--serv-texto);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.benefit-card a {
  color: var(--serv-verde);
  text-decoration: underline !important;
}

/* ---------------------------------------------
   Bloque comparativo oscuro (2 columnas)
--------------------------------------------- */
.compare-section{
      backdrop-filter: blur(7px);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}
.compare-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 26px;
}

.compare-section .compare-lead {
  color: #d7dde2;
  font-size: 16px;
  line-height: 1.6;
}

.compare-section h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.compare-list {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
}
.compare-list:last-child {
  margin: 0;
}

.compare-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #d7dde2;
  font-size: 15px;
  line-height: 1.5;
}
.compare-list li:last-child {
  margin: 0;}

.compare-list li:before {
  content: "\25B6";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
}

.compare-list.negative li:before {
  color: #ff6b6b;
}

.compare-list.positive li:before {
  color: var(--serv-verde);
}

.compare-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-steps li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 22px;
  color: #d7dde2;
}

.compare-steps li:before {
  content: "\25B6";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 11px;
  color: var(--serv-verde);
}

.compare-steps li strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

/* ---------------------------------------------
   FAQ acordeón
--------------------------------------------- */
.faq-section {
  background-color: var(--serv-gris-faq);
}

.faq-heading-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}

.faq-arrow {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--serv-verde);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.faq-arrow img,
.service-cta .cta-arrow img {
  width: 45px;
  height: 45px;
  display: block;
}

.faq-heading-row h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--serv-oscuro-alt);
  margin-bottom: 0;
}

.faq-subtitle {
  color: #57636b;
  font-size: 16px;
  margin-bottom: 40px;
  margin-left: 64px;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(71, 77, 87, 0.25);
  border-radius: 0;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type {
  border-radius: 0;
}

.faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--serv-oscuro-alt);
  padding: 22px 45px 22px 0;
  position: relative;
}

.faq-accordion .accordion-button::after {
  display: none;
}

.faq-accordion .accordion-button .faq-toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: var(--serv-verde);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--serv-oscuro-alt);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 0 45px 26px 0;
  color: #4d5a63;
  font-size: 15.5px;
  line-height: 1.6;
}

/* ---------------------------------------------
   Franja CTA (oscura + imagen)
--------------------------------------------- */
.service-cta {
  background-color: var(--serv-oscuro-alt);
}

.service-cta .service-cta-text {
  padding: 60px;
  width: 700px;
}

.service-cta .cta-arrow {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--serv-verde);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.service-cta h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 20px;
}

.service-cta p {
  color: #d7dde2;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 420px;
}

.service-cta .cta-img {
  min-height: 50vh;
  background: no-repeat center center scroll;
  background-size: cover;
}

/* ---------------------------------------------
   Internal navigation / general helpers
--------------------------------------------- */
.service-links-inline a {
  color: var(--serv-verde);
  font-weight: 700;
}
@media (max-width: 992px) {
.service-cta .service-cta-text {
    width:100%;
  }
}
@media (max-width: 767px) {
  .service-hero {
    padding-top: 120px;
    min-height: 50vh;
  }
  .service-section-title,
  .compare-section h2,
  .faq-heading-row h2,
  .service-cta h2 {
    font-size: 26px;
  }
  .faq-subtitle {
    margin-left: 0;
    margin-top: 12px;
  }
  .faq-heading-row {
    flex-wrap: wrap;
  }
  .service-cta .service-cta-text {
    padding: 60px 10%;
    width:100%;
  }
  .service-cta .cta-img {
    min-height: 220px;
  }
}
