a {
  color: #02a1f9;
  text-decoration: none;
  font-weight: 600;
}


body {
  font-family: "Inter", sans-serif;
  color: #0b3947;
}


.navbar-brand {
  color: #0b3947 !important;
  font-weight: 600;
  font-size: 1rem;
}

.navbar-brand img {
  max-width: 40px;
  margin-right: 0.3rem;
  margin-top: -5px;
}

nav.navbar {
  border-bottom: 1px solid #24df8e52;
}

.container {
  max-width: 1200px;
}

.fs-xl {
  font-size: 1rem !important;
}

.btn:hover {
  border-color: transparent;
}

a.btn.btn-outline-dark {
  border-color: #c4c4c4;
  color: #5f5f5f;
}

a.btn.btn-outline-dark:hover {
  background-color: #0b3947;
  color: #fff !important;

}

.card-horizontal-home {
  font-size: 0.80rem;
}

.bg-green {
  background-color: #e8f5f4 !important;
}

.faq a {
  text-decoration: none;
}


.highlights {
  border: 1px solid #c4cac875;
  border-radius: 0.6rem;
  padding: 1.2rem 2.5rem;
  font-size: 0.9rem;
}

.text-light {
  --bs-text-opacity: 1;
  color: #7c8d8694 !important;
}


.chevron-arrow {
  display: inline-block;
  transition: .5s ease-in-out;
}

.nav-link.active {
  color: #24df8e !important;
  font-weight: bold;
}

.border-primary {
  border-color: #02a1f9 !important;
}

.card.border-primary {
  outline: 3px solid #02a1f9 !important;
}

.planes-card .card:hover {
  background: #0d6efd0f;
  border-color: #02a1f9 !important;

}


.text-primary {
  color: #24df8e !important;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.2;
}

.numero {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  margin-bottom: 8px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.card-round {
  background-color: #e8f5f4;
  border-radius: 24px;
}


.planes-card .card {
  cursor: pointer;
}



.btn .btn-gradient,
.payment-button,
.btn-primary {

  color: #0b3947 !important;
  border-radius: 16px;
  border: 2px solid transparent;
  background-color: #29f29b !important;
}

.btn.btn-primary:hover {
  background-color: #96f3cb !important;
}

.icon-shape {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}



.icon-xl {
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5rem;
}

.text-white-stable {
  color: #fff !important;
}


.bg-primary {
  background-color: #02a1f9 !important;
}

.btn .btn-outline-primary {
  border-color: #02a1f9 !important;
}

.payment-button:hover {
  border: 2px solid #0b3947;
  background: #fff;
  color: #0b3947;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0b3947;
}

section {
  padding: 5rem 0rem;
  overflow: hidden
}

.form-control {
  min-height: 3rem;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 0.8rem;
  line-height: 1.7;
}

li.list-payment__item {
  display: inline;
}

a.btn.btn-link {
  color: #24df8e !important;
  font-weight: 800 !important;
  font-style: normal !important;
}

.icon-shape {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-lg {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}

.rounded-circle {
  border-radius: 50% !important;
}

.bg-body-tertiary {
  background-color: #e8f5f4 !important
}



/*passos com funciona*/

.steps {
  display: flex;
  flex-direction: column;
  --si-steps-number-size: 7.625rem;
  --si-steps-number-inner-size: 5.625rem;
  --si-steps-connect-color: #e2e5f1;
}

.step {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

/* ========== LÍNIES DE CONNEXIÓ ========== */
.step::before,
.step::after {
  content: "";
  position: absolute;
  left: calc(var(--si-steps-number-size) * 0.5);
  width: 1px;
  background-color: var(--si-steps-connect-color);
  z-index: 1;
}

.step::before {
  top: 0;
  height: 50%;
}

.step::after {
  bottom: 0;
  height: 50%;
}

.step:first-child::before {
  display: none;
}

.step:last-child::after {
  display: none;
}

/* ========== CERCLE DEL NÚMERO ========== */
.step-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--si-steps-number-size);
  width: var(--si-steps-number-size);
  border-radius: 50%;
  background-color: #e8f5f4;
  /* color corporatiu substitueix el lila */
  color: #0b0f19;
  font-size: 2rem;
  font-weight: 800;
  flex-shrink: 0;
}

.step-number .step-number-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--si-steps-number-inner-size);
  width: var(--si-steps-number-inner-size);
  border-radius: 50%;

  background-color: #29f29b;
  /* verd corporatiu intens */

  /* background-color: #27a89e; verd corporatiu intens */
  color: #0b3947;
  /* text blanc dins el cercle */
  font-weight: 700;
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, .06),
    0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, .03);
}

/* ========== COS DEL PAS ========== */
.step-body {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}

.step-body h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #0d3c3a;
  /* lleuger toc corporatiu */
}

.step-body p {
  color: #555;
  margin: 0;
}

.step-body ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  color: #444;
}

.step-body li {
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

/* ========== IMATGES ========== */
.rellax img {
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 306 / 306;
  /* substitueix amb l'aspecte real de la teva imatge */
}

/* ========== BLOCS DE CONSELLS 💡 ========== */
.tip {
  background-color: #e8f5f4;
  /* color corporatiu */
  border-left: 4px solid #29f29b !important;
  /* verd corporatiu per contrast */
  padding: 12px 16px;
  margin-top: 12px;
  border-radius: 6px;
  font-style: italic;
  color: #1d3c3a;
  font-size: 0.95rem;
}

.tip::before {
  content: "💡 ";
  font-style: normal;
  margin-right: 4px;
}

/*fi passos com funciona*/


.payment-button {
  line-height: 1.3;
  padding: 1.1rem;
}


.accordion-button {
  padding: 1rem 1.25rem !important;
}

.accordion-button:not(.collapsed) {
  padding: 1rem 1.25rem !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
}

/* Card FAQ custom */
.faq-card {
  border: 1px solid #dee2e6;
  /* border normal */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* ombra suau */
  padding: 1rem;
  border-radius: 0.5rem;
}

.faq-col-divider {
  border-right: 1px solid #dee2e6;
  /* línia vertical subtil */
}

.faq-col-divider:last-child {
  border-right: none;
  /* últim bloc sense línia */
}

.faq-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #0d6efd;
  /* blau Bootstrap */
}

.faq-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-text {
  font-size: 0.9rem;
  color: #6c757d;
}



@media (min-width: 992px) {
  .logo-half {
    max-width: 40%;
  }

  .phone-thumb {
    max-width: 90px;
    padding-left: 0.25rem;
    margin: 0 auto;
    display: block;
  }

}

@media (max-width: 768px) {
  .phone-thumb {
    padding-left: 0;
    margin: 0 auto;
    display: block;
  }

  .logo-half {
    max-width: 60%;
  }


  section#comprar {
    padding: 2rem 1rem;
  }


  /*passos com funciona*/

  .step {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0;
  }

  /* Amaga les línies verticals per no sobreposar el text */
  .step::before,
  .step::after {
    display: none;
  }

  /* Ajusta el cercle dels números */
  .step-number {
    height: 5rem;
    width: 5rem;
    font-size: 1.5rem;
  }

  .step-number .step-number-inner {
    height: 3.5rem;
    width: 3.5rem;
  }

  /* Ajusta espais del cos del pas */
  .step-body {
    padding-left: 0;
    margin-top: 1rem;
  }

  .step-body h3 {
    font-size: 1.1rem;
  }

  /* Ajusta el bloc de consell 💡 en pantalles petites */
  .tip {
    padding: 10px 12px;
    font-size: 0.9rem;
    margin-top: 10px;
  }

  /*fi passos com funciona*/




  .card-img-mobile-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    /* opcional, manté l'estètica Bootstrap */
    border-bottom-left-radius: 0.5rem;
  }


  .card-body.p-5 {
    padding: 2rem !important;
  }

  section {
    padding: 5rem 0rem
  }

  .scroller.row {
    overflow: auto;
    white-space: nowrap;
    display: block;
    margin-bottom: -2rem;
  }

  .scroller>div {
    display: inline-block;
    white-space: initial;
    width: 75%;
    padding-bottom: 2rem;
  }
}