body {
  padding-top: 0px !important;
}
.layout-container {
  width: 100%;
}

/* Responsive padding */
@media (max-width: 575.98px) {
  .layout-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo-group {
    width: 210px;
  }

  .logo-group img {
    width: 210px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .layout-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 1030;
  box-shadow: 2px 2px 20px 2px #00000033;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-placeholder {
  height: 42px;
  min-width: 110px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  background: rgba(0, 0, 0, 0.02);
  white-space: nowrap;
}

.logo-separator {
  width: 1px;
  height: 34px;
  background: rgba(0, 0, 0, 0.12);
}

.btn-login-landing {
  border: 1px solid #5080a7;
  color: #5080a7;
  background: #fff;
  border-radius: 15px;
  padding: 10px 18px;
  line-height: 1;
  white-space: nowrap;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.btn-login-landing:hover {
  background: rgba(99, 179, 255, 0.1);
  color: #5080a7;
  border-color: #5080a7;
  text-decoration: none;
}

/* Reuse same container rule (64px from edges) */
.hero-layout-container {
  width: 100%;
}

.hero-box {
  width: 540px !important;
  margin-top: 115px;
}

@media (max-width: 575.98px) {
  .hero-layout-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-box {
    width: 100% !important;
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .hero-layout-container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero-box {
    width: 100% !important;
    margin-top: 0px;
  }
}

.hero-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hero-title {
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Encode Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  vertical-align: middle;
}

.hero-title .blue-ligth {
  color: #3d658a;
}

.hero-subtitle {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #50504e;
}

.hero-cta {
  margin-top: 35px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.btn-landing-create {
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  background: #3d658a;
  color: white;
  width: 199;
  height: 50;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 12px;
  text-decoration: none;
}

.btn-landing-create:hover {
  text-decoration: none;
  color: white;
  background-color: #2a3d50;
}

.btn-landing-google {
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  background: white;
  border: 1px solid #b1b0af;
  color: #6e6d6c;
  width: 199;
  height: 50;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 12px;
  text-decoration: none;
}

.btn-landing-google:hover {
  text-decoration: none;
  color: #6e6d6c;
  background-color: #f6f6f5;
}

.hero-btn {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  white-space: nowrap;
}

/* Right column: background image that adapts */
.hero-media {
  width: 100%;
  background-image: url(../img/landing/women_w.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 255px;
}

@media (min-width: 768px) {
  .hero-media {
    height: 530px;
  } /* tablet */
}

@media (min-width: 992px) {
  .hero-media {
    height: 480px;
  } /* desktop */
}

@media (max-width: 575.98px) {
  .hero-title {
    text-align: center;
    font-size: 48px;
  }
  .hero-subtitle {
    text-align: center;
  }

  .btn-landing-create,
  .btn-landing-google {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .hero-title {
    text-align: center;
  }
  .hero-subtitle {
    text-align: center;
  }
  .btn-landing-create,
  .btn-landing-google {
    width: 47%;
  }
}

/* Keep the same container behavior (64px from viewport edges) */
.layout-container {
  width: 100%;
}
@media (max-width: 575.98px) {
  .layout-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .layout-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Section spacing */
.features-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.features-title {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 45px;
  font-family: Encode Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #3c3c3b;
}

/* Grid: 1 column on mobile, 3 columns on tablet+desktop */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; /* mobile spacing */
  justify-items: center; /* cards centered */
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 75px; /* exact 40px between cards on tablet+ */
    align-items: stretch;
  }
}

/* Card styles */
.feature-card {
  width: 100%;
  height: auto;
  max-width: 360px; /* keeps cards visually centered and consistent */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
}

.feature-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-body {
  padding: 18px 18px 15px 18px; /* 👈 15px desde el borde inferior */
  display: flex;
  flex-direction: column;
  gap: 10px;

  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.feature-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  font-family: Encode Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 21px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #3c3c3b;
}

.feature-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 1.45;
  min-height: 60px;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #50504e;
  height: 100px;
}

.feature-button {
  width: 314.66668701171875;
  height: 44px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 12px;
  border-width: 1px;
  border: 1px solid #5080a7;
  background: #ffffff;
  color: #5080a7;
  font-family: Encode Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin-top: auto;
}

.feature-button:hover {
  background: rgba(99, 179, 255, 0.1);
  color: #5080a7;
  border-color: #5080a7;
  text-decoration: none;
}

.feature-image-1 {
  background-image: url(../img/landing/seccion2_1.png);
}
.feature-image-2 {
  background-image: url(../img/landing/seccion2_2.png);
}
.feature-image-3 {
  background-image: url(../img/landing/seccion2_3.png);
}

@media (max-width: 575.98px) {
  .feature-card {
    height: auto;
    width: 100% !important;
    max-width: inherit !important;
  }

  .feature-heading {
    font-size: 16px;
  }

  .feature-text {
    font-size: 14px;
    height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .feature-heading {
    font-size: 16px;
  }

  .feature-image {
    height: 222px;
  }

  .feature-text {
    font-size: 14px;
  }
}

/* Section spacing */
.highlight-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

/* Desktop: centered block with fixed width 1150px.
     Tablet/Mobile: full width */
.highlight-banner {
  background: #335271;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Text side */
.highlight-content {
  height: 528px;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.highlight-title {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 48px;
  font-family: Encode Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
}

.highlight-subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 450px; /* ayuda a que quede como en la referencia */
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;
}

/* Image side */
.highlight-media {
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/landing/seccion3_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 48px;
}

.highlight-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* On desktop, give the image a little breathing room like the reference */
@media (min-width: 992px) {
  .highlight-media {
    padding: 18px;
  }
  .highlight-content {
    padding: 30px 34px;
  }
}

@media (max-width: 575.98px) {
  .highlight-media {
    height: 243px;

    background-image: url(../img/landing/seccion3_m.png);
  }
  .highlight-content {
    height: auto;
    padding-bottom: 40px;
  }

  .highlight-title {
    font-size: 24px;
    padding-left: 8%;
    max-width: 370px;
  }
  .highlight-subtitle {
    padding-left: 8%;
    max-width: 355px;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .highlight-media {
    height: 399px;

    background-image: url(../img/landing/seccion3_t.png);
  }

  .highlight-content {
    height: auto;
    padding-bottom: 40px;
  }

  .highlight-title,
  .highlight-subtitle {
    padding-left: 8%;
    max-width: 550px;
  }
}

.summary-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.summary-title {
  margin: 0;
  font-weight: 700;

  color: rgba(0, 0, 0, 0.85);

  font-family: Encode Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #3c3c3b;
}

.summary-subtitle {
  margin: 6px 0 0 0;
  color: #3c3c3b;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  margin-top: 15px;
}

.summary-grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: center;
}

@media (min-width: 768px) {
  .summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 135px;
    align-items: stretch;
  }
}

.summary-card {
  width: 100%;
  max-width: 320px;
  height: 280px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 18px 18px 16px 18px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.summary-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px auto;
  border-radius: 999px;
  background: rgba(51, 82, 113, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.summary-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.summary-text {
  margin-top: 65px;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #3c3c3b;
}

@media (max-width: 575.98px) {
  .summary-title {
    font-size: 30px;
  }

  .summary-card {
    width: 100% !important;
    max-width: inherit !important;
  }

  .summary-subtitle {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .summary-text {
    font-size: 18px;
  }
}

.partners-section {
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}

.partners-label {
  font-size: 13px;

  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #3c3c3b;
}

/* Marquee wrapper (overflow hidden) */
.partners-marquee {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Optional fade edges like "mask" */
.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.partners-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.partners-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Track moves right -> left */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeLeft 60s linear infinite;
}

.partners-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 8px 0;
  margin-right: 34px;
  white-space: nowrap;
}

.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 130px;

  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.78);
  user-select: none;
}

/* Tablet: show ~5 */
@media (max-width: 991.98px) {
  .partner-logo {
    min-width: 150px;
  }
  .marquee-track {
    animation-duration: 70s;
  }
}

/* Mobile: show ~3 */
@media (max-width: 575.98px) {
  .partner-logo {
    min-width: 190px;
  }
  .marquee-track {
    animation-duration: 80s;
  }
  .marquee-group {
    gap: 26px;
    margin-right: 26px;
  }
  .partners-marquee::before,
  .partners-marquee::after {
    width: 34px;
  }
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* because we duplicated the group */
}

/* Link centered under logos */
.partners-link-wrapper {
  margin-top: 45px;
}

.partners-link {
  text-decoration: none;
  font-weight: 600;
  color: #3d658a;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
}

.partners-link:hover {
  text-decoration: none;
  color: #2a3d50;
}

.partners-link-arrow {
  margin-left: 6px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

.faq-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.faq-title {
  margin: 0 0 22px 0;
  font-family: Encode Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;

  color: #3c3c3b;
}

/* Remove default accordion look and match clean lines */
.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.faq-accordion .accordion-button {
  background: #fff;
  box-shadow: none;
  padding: 18px 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

/* Hide default bootstrap chevron */
.faq-accordion .accordion-button::after {
  display: none;
}

/* Button layout: question left, icon right */
.faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-question {
  font-family: Encode Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.5%;
  color: #3c3c3b;
}

/* Your icon (circle + arrow) */
.faq-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

/* Rotate icon when open */
.faq-accordion .accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(90deg);
}

/* Body spacing + fade animation */
.faq-body {
  padding: 0 0 18px 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  line-height: 1.5;
  animation: none;
}

/* Fade-in only when it's shown */
.faq-accordion .accordion-collapse.show .faq-body {
  animation: faqFade 220ms ease both;
  dropping: 0;
}

@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-link-wrapper {
  margin-top: 45px;
}

.faq-link {
  text-decoration: none;

  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #3d658a;
}

.faq-link:hover {
  text-decoration: none;
  color: #2a3d50;
}

.faq-link-arrow {
  margin-left: 6px;
}

.accordion-header {
  padding-top: 16px;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-body {
  border-bottom: 1px solid #d9d9d9;
}

.faq-accordion {
  padding-left: 64px;
  padding-right: 64px;
}

/* Accordion: no background, no border highlight, no shadow */
.faq-accordion .accordion-button {
  background: #fff !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* When open (not collapsed) keep it plain */
.faq-accordion .accordion-button:not(.collapsed) {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.85) !important;
  box-shadow: none !important;
}

/* Remove focus ring / border highlight */
.faq-accordion .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* If your browser still shows an outline on keyboard nav */
.faq-accordion .accordion-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Keep the clean separator line between items */
.faq-accordion .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.signup-section {
  background: #f5f7fa;
  padding: 64px 16px;
}

.signup-container {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.signup-container-thk {
  display: none;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  font-family: Encode Sans;
  font-style: normal;
  margin-top: 52px;
  font-size: 19px;
  text-align: center;
  color: #323232;
  line-height: 30px;
  height: 260px;
}

.signup-container-thk .title {
  color: #3d658a;
  font-weight: 700;
  font-size: 24px;
  font-family: Encode Sans;
}

.signup-title {
  margin: 0 0 22px 0;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  line-height: 1.2;
  font-family: Encode Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #3c3c3b;
}

/* Input + button inside */
.signup-form {
  margin: 0 auto 18px auto;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  font-family: Encode Sans;
}

.signup-input-group {
  width: 100%;
  max-width: 540px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.signup-input {
  border: 0;
  outline: none;
  flex: 1;
  padding: 10px 14px;
  font-size: 14px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  min-width: 0;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;

  vertical-align: middle;
  color: #6e6d6c;
}

.signup-input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.signup-submit {
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  background: #335271;
  color: #fff;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
}

.signup-submit:hover {
  filter: brightness(0.95);
  background-color: #2a3d50;
}

/* Google button */
.signup-google {
  margin: 0 auto;
  margin-top: 35px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-weight: 600;
  color: #6e6d6c;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.signup-google:hover {
  background: #f6f6f5;
  text-decoration: none;
  color: #6e6d6c;
}

.google-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #db4437; /* google red hint */
}

/* Footer link */
.signup-footer {
  margin: 18px 0 0 0;
  margin-top: 35px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Encode Sans;
  font-weight: 700;

  font-size: 20px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #3c3c3b;
}

.signup-link {
  margin-left: 6px;
  font-weight: 700;
  text-decoration: none;
  color: #3c3c3b;
}

.signup-link:hover {
  text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
  .signup-title {
    font-size: 22px;
  }
  .signup-input-group {
    flex-direction: column;
    border-radius: 16px;
    padding: 10px;
  }
  .signup-submit {
    width: 100%;
    border-radius: 12px;
    text-align: center;
  }
  .signup-input {
    width: 100%;
  }
  .faq-accordion {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.signup-input-wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.signup-submit-outside {
  margin-top: 25px; /* 👈 lo que pediste */
  width: 100%;
  text-align: center;
}

/* En mobile el input-group no necesita “padding para botón adentro” */
@media (max-width: 575.98px) {
  .signup-input-group {
    border-radius: 16px;
    padding: 10px;
  }
}

.site-footer {
  background: #e0e0e0;
  padding: 44px 16px;
}

/* Full width like section 7, but content centered */
.footer-container {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 45px;
}

.footer-title {
  font-family: Encode Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -2%;

  vertical-align: middle;
  color: #3d658a;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;

  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #3c3c3b;
}

.footer-link {
  display: inline-block;
  padding: 4px 0;
  font-size: 12px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;

  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-subtitle {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 12px;

  font-family: Encode Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -2%;

  vertical-align: middle;
  color: #3d658a;
}

.footer-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3c3c3b;
}

.footer-block {
  margin-bottom: 14px;
}

.footer-social-list {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(51, 82, 113, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.footer-badges {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.badge-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: right;
  justify-content: right;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.65);
}

/* Mobile spacing between stacked columns */
@media (max-width: 575.98px) {
  .footer-col + .footer-col {
    margin-top: 35px; /* 👈 as requested */
  }

  .signup-google {
    margin-top: 0px !important;
    width: 100%;
    text-align: center;
    display: inherit;
  }
}

/* Tablet: 2 columns top, third below aligned left (col-md-12 ensures it breaks) */
@media (min-width: 576px) and (max-width: 991.98px) {
  .footer-col {
    margin-bottom: 26px;
  }
}

.brand-strip {
  padding: 22px 16px;
}

.brand-strip-container {
  margin: 0 auto;
}

.brand-strip-row {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-logo {
  display: block;
  height: auto;
  max-height: 34px; /* desktop/tablet */
  max-width: 100%;
  object-fit: contain;
}

/* Mobile: shrink logos */
@media (max-width: 575.98px) {
  .brand-strip-row {
    padding: 14px 12px;
    gap: 12px;
  }
  .brand-logo {
    max-height: 26px; /* 👈 más chico en mobile */
  }

  .faq-title {
    font-size: 37px;
  }
}

/* mensaje rojo */
.field-error-message {
  padding-top: 10px;

  font-family: Encode Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #dc3545;
}

/* asegurá que el texto dentro del input NO se vuelva rojo */
.signup-input,
.signup-input.is-invalid {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* (opcional) borde rojo del input sin tocar el texto */
.signup-input.is-invalid {
  border: 1px solid #dc3545 !important;
  box-shadow: none !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
  color: #000;
  font-family: EncodeSansRegular;
}

.modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.bkg-blue,
.navbar {
  background-color: #f8f8f8;
}

.modal-title {
  color: #59595b;
  font-family: EncodeSansBold;
}

.caja_modal,
.swiper-container {
  width: 100%;
}
.tbl {
  display: table;
  table-layout: fixed;
}

#MessagesBoxText {
  white-space: pre-wrap;
  color: #59595b;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal-header {
  display: block !important;
}

.loading {
  top: 0;
  left: 0;
  display: block;
}
#myBtn,
.loading {
  position: fixed;
  z-index: 99;
}
#loading,
.loading {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #fff;
  text-align: center;
}
#loading-image,
.lds-ellipsis,
.lds-ring {
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  z-index: 100;
}

.container-1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== Modal base ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.modal__panel {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: min(720px, calc(100% - 48px));
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
  padding: 44px 42px 36px;
  text-align: center;
  outline: none;
}

/* Icono circulito */
.modal__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 18px;

  font-weight: 800;
  font-size: 28px;
  line-height: 56px;
  display: grid;
  place-items: center;
}

.modal__title {
  font-family: Encode Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #3c3c3b;
  margin-top:45px;
}

.modal__desc {
  
  margin: 0 auto 34px;
  max-width: 560px;
  font-family: Encode Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #50504e;
  margin-top:20px;
}

/* Acciones */
.modal__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
margin-top:60px;
}

.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 26px;
  min-width: 220px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.06s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn--ghost {
  width: 192px;
  height: 48px;
  border: 1px solid #5080A7;
  font-family: Encode Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0.4px;
vertical-align: middle;
color: #5080A7;
background-color:transparent !important;
border-radius: 10px;

}

.btn--ghost:hover {
  border-color: rgba(43, 92, 143, 0.55);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.btn--primary {
  width: 192px;
  height: 48px;
  border: 1px solid #3D658A;
  font-family: Encode Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0.4px;
vertical-align: middle;
color: white;
background-color:#3D658A !important;
border-radius: 10px;
}

.btn--primary:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  color:white;
}

/* Responsive */
@media (max-width: 520px) {
  .modal__panel {
    padding: 34px 22px 26px;
  }
  .modal__title {
    font-size: 26px;
  }
  .modal__desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .btn--ghost,
.btn--primary  {
    width: 100%;
  }
}
