.header {
  background-color: var(--header-back);
  padding-top: 80px;
  margin: 24px;
  border-radius: 20px;
  /* padding: 0px 10%; */

  .hero {
    padding-left: 50px;
    padding-right: 50px;

    @media (max-width: 1024px) {
      padding-left: 12px;
      padding-right: 12px;
    }
  }

  @media (max-width: 1024px) {
    padding: 0px;
    margin: 0px;
    padding-top: 150px;
  }
}

.btn-ghost {
  background-color: white;
}

.nav-links {
  flex-wrap: wrap;

  @media (max-width: 660px) {
    display: none;
  }
}

.eyebrow {
  color: var(--brand-600);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.style2 {
  text-transform: none;
  font-weight: 600;
}

.eyebrow-text {
  font-size: 16px;
  color: #666;
}

.card {
  transition: 500ms;
  cursor: pointer;
  background: var(--header-back);

  .badge {
    font-size: 20px;
  }

  h3 {
    color: var(--brand-600);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 70px;
    height: 140px;

    @media (max-width: 640px) {
      height: fit-content;
    }
  }

  p {
    padding-bottom: 100px;
    color: #333;
  }

  img {
    position: absolute;
    bottom: 30px;
    right: 12px;
  }
}

.card:hover {
  background: var(--brand-600);
  h3 {
    color: white;
  }

  p {
    color: white;
  }
}

.stats {
  padding: 0px 7% 0px 10%;

  @media (max-width: 640px) {
    padding: 12px;
  }
  .stat {
    position: relative;
    color: #555;
    strong {
      cursor: pointer;
      transition: 500ms;
      z-index: 9999;
      font-weight: 700;
      color: var(--brand-600);
      font-size: 18px;
      padding-bottom: 18px;
    }

    strong:hover {
      transform: scale(1.2);
    }

    .shadow-text {
      font-weight: 900;
      font-size: 80px;
      position: absolute;
      top: -40px;
      left: -50px;
      color: var(--header-back);
      z-index: -100;

      @media (max-width: 640px) {
        left: 20%;
        top: -50px;
      }
    }
  }
}

.benefit {
  border-top: 8px solid var(--brand-600);
  border-radius: 30px;
  border-top-left-radius: 0px;
  position: relative;
  background: var(--header-back);
  padding: 100px 26px 40px 24px;
  transition: 500ms;
  cursor: pointer;

  &.expert {
    border: 0px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 6px 1px rgba(30, 62, 113, 0.089);

    img {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100px;
    }
  }

  h4 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 12px;
    line-height: 30px;
    z-index: 9999;
  }
  .shadow-text {
    font-weight: 900;
    font-size: 120px;
    position: absolute;
    top: 8px;
    left: -4px;
    color: var(--accent);
    opacity: 0.3;
    letter-spacing: -14px;
    /* z-index: -100; */
  }

  p {
    color: #444;
  }
}

.benefit:hover {
  transform: translateY(-30px);
}

.brand-color {
  color: var(--brand-600);
}

#testimonials {
  @media (max-width: 640px) {
    display: none;
  }
}

.bubble {
  background: var(--brand-600);
  color: white;
}

.card2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--header-back);
  border-radius: 8px;
  padding: 20px 24px;
  background: #fff;
  max-width: 480px;
  width: 100%;
  /* box-shadow: 0 1px 3px var(--header-back); */
  transition: 500ms;
  cursor: pointer;
  width: 100%;

  .card-left {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8f0fe;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .card-text {
    padding-right: 12px;
  }

  .card-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    padding-top: 0px;
  }

  .card-text p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #555;
    padding-bottom: 0px;
  }

  .card-price {
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    text-align: right;
  }
}

.card2:hover {
  transform: translateX(-40px);
  background: var(--header-back);
}

.nav {
  position: fixed;
  top: 26px;
  width: calc(100vw - 48px);
  z-index: 1000;

  background: linear-gradient(90deg, #d9dfff, #e2e3ff);
  /* padding: 0px; */
  border-radius: 22px;
  /* box-shadow: 0px 4px 4px 1px #8888884d; */

  @media (max-width: 1024px) {
    top: 12px;
    margin-left: 12px;

    width: calc(100dvw - 24px);
  }

  .nav-links {
    padding-right: 24px;
  }
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  padding-right: 24px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
  transition: 0.3s;
}

/* Dropdown (mobile) */
.nav-links.mobile {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding-right: 0px;

  a{
    width: 100%;
    padding: 24px;
    margin-right: 0px;
  }
}

.nav-links.mobile.show {
  display: flex;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
}
