.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../content/1e8306fb759fbcb0636c05accd2840e527b91b5e.png")
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #000000a6;
}

.hero-content {
  position: relative;
  max-width: 820px;
  z-index: 2;
}

.hero h1 {
  color: #f6faff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 auto 24px;
  max-width: 610px;
}

.hero-text {
  color: #f6faff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hero-subtext {
  color: #00a6ff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 40px;
  max-width: 610px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.steps {
  padding: 56px 16px;
}

.container-steps {
  max-width: 1240px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.steps-title {
  text-align: left;
  max-width: 610px;
}

.steps-text {
  margin-bottom: 36px;
  max-width: 610px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #f6faff;
  border-radius: 4px;
  padding: 24px 16px;
  flex: 1;
  min-width: 300px;
  border: 1px solid #0066ff;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 16px;
}

.card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.card p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 36px;
}

.card-btn {
  margin-top: auto;
  font-size: 16px;
  text-align: center;
  padding: 8px 16px;
  background: #00a6ff;
  color: #0b041a;
  text-decoration: none;
  font-weight: 400;
}
.leer {
  margin-top: auto;
  font-size: 16px;
  color: #00a6ff;
  text-decoration: underline;
  font-weight: 400;
}
.card-span {
  color: #00843e;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 4px;
}
.strategies-section {
  background-color: #0066ff;
  padding: 40px 16px;
}
.strategies-section-2 {
  background-color: #ffffff;
  padding: 90px 16px 56px;
}
.strategies-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.strategies-card {
  background: #f6faff;
  border: 1px solid #0066ff;
  border-radius: 4px;
  flex: 1 1 calc(25% - 16px);
  display: flex;
  flex-direction: column;
}

.strategies-card img {
  width: 100%;
  display: block;
  height: 264px;
  object-fit: cover;
}

.strategies-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 16px;
  margin-bottom: 8px;
}

.strategies-card p {
  font-size: 14px;
  font-weight: 300;
  margin: 0 16px 24px 16px;
}
.success-stories {
  padding: 56px 16px;
}

.success-container {
  max-width: 1240px;
  margin: 0 auto;
}

.section-header h2 {
  text-align: center;
}

.section-header p {
  margin: 0 auto 36px;
  text-align: center;
  max-width: 630px;
}

.reviews-wrapper {
  display: flex;
  gap: 20px;
}

.review-card {
  background: #f6faff;
  border-radius: 4px;
  padding: 24px 16px 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-header {
  display: flex;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.reviewer-info {
  margin-left: 16px;
}

.reviewer-info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}

.reviewer-info .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0066ff;
  margin-bottom: 28px;
}

.slider-dots {
  display: none;
}
.cta-section {
  background-color: #0066ff;
  padding: 40px 16px;
}

.cta-container {
  max-width: 1240px;
  margin: 0 auto;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  align-items: center;
}

.cta-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cta-right {
  flex: 1;
  display: flex;
}

.cta-left h2 {
  color: #f6faff;
}

.cta-left p {
  color: #f6faff;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-black {
  background-color: #0b041a;
  color: #f6faff;
}

.btn-white {
  border: 1px solid #f6faff;
  color: #f6faff;
}

.cta-right img {
  width: 100%;
}

.team-cards-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.team-card {
  background: #f6faff;
  border-radius: 4px;
  padding: 24px 16px 24px 16px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-card-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.team-card-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.team-card-position {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #0066ff;
  margin-bottom: 28px;
}

.faq-item {
  background: #f6faff;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #c6ebff;
  overflow: hidden;
}

.faq-question {
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item.active .faq-question {
  position: relative;
}

.faq-item.active .faq-question::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 1px;
  background: #3b82f640;
}

.faq-answer {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 16px 16px;
  max-height: 200px;
}

.icon {
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}
.section-header-end {
  max-width: 568px;
  margin: 0 auto;
  text-align: center;
}

.finance-section {
  padding: 67px 16px 0px;
}

.finance-content {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.finance-left {
  flex: 1;
}

.finance-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.stat {
  background: #f6faff;
  padding: 8px 16px;
  text-align: center;
}

.stat span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.stat strong {
  font-size: 20px;
  color: #0066ff;
}

#mob-h1 {
  display: none;
}

.finance-btn {
  display: inline-block;
  background: #00a6ff;
  color: #0b041a;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.finance-btn:hover {
  background: #174fd1;
}

.finance-right {
  flex: 1;
  display: flex;
}

.finance-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emergency-section {
  padding: 67px 16px 56px;
}

.emergency-container {
  max-width: 820px;
  margin: 0 auto;
}

.emergency-image {
  margin-top: 40px;
}

.emergency-image img {
  width: 100%;
  height: auto;
  display: block;
}

.emergency-text-block {
  max-width: 610px;
  margin: 0 auto;
}

.emergency-text-block b {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 36px;
  margin-top: 16px;
}

.subscribe-section {
  background: #0066ff;
  padding: 40px 16px;
  text-align: center;
}

.subscribe-container {
  max-width: 610px;
  margin: 0 auto;
}

.subscribe-title {
  color: #f6faff;
}

.subscribe-text {
  color: #f6faff;
  margin-bottom: 24px;
}

.subscribe-disclaimer {
  font-size: 14px;
  font-weight: 300;
  color: #d4d4d4;
  margin-top: 8px;
}
.thank-section {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 16px;
}

.thank-image {
  margin-bottom: 0px;
}

.thank-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .strategies-card {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 768px) {
  .emergency-section {
    padding: 56px 16px 56px;
  }
  .subscribe-disclaimer {
    text-align: left;
  }
  .btn-blue {
    width: 100%;
  }
  .hero h1 {
    font-size: 36px;
  }

  .hero-text {
    font-size: 20px;
  }

  .hero-subtext {
    font-size: 20px;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .cards {
    flex-direction: column;
  }
  .card-btn {
    max-width: 100%;
  }
  .strategies-cards-wrapper {
    flex-direction: column;
  }
  .strategies-section {
    padding: 40px 40px;
  }

  .strategies-section-2 {
    padding: 56px 56px;
  }

  .strategies-card {
    flex: 1 1 100%;
  }
  .reviews-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;

    scrollbar-width: none;

    -ms-overflow-style: none;
  }

  .reviews-wrapper::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
  }

  .dot.active {
    background: #0066ff;
  }

  .cta-wrapper {
    flex-direction: column-reverse;
  }

  .cta-buttons {
    flex-direction: column;
    text-align: center;
  }

  .cta-wrapper-f {
    flex-direction: column;
  }
  .finance-content {
    flex-direction: column-reverse;
  }

  .finance-section {
    padding: 56px 16px 0px;
  }

  .finance-right {
    flex-direction: column;
  }

  h1 {
    display: none;
  }

  #mob-h1 {
    display: block;
  }

  .finance-btn {
    width: 100%;
    text-align: center;
  }
}
