#get_started {
  width: 100%;
  min-height: 100vh;
  padding: 160px 24px 40px;
}
@media (max-width: 768px) {
  #get_started {
    padding: 48px 20px 32px;
  }
}
@media (max-width: 480px) {
  #get_started {
    padding: 120px 24px 24px 24px;
  }
}
#get_started {
  /* ---------- Hero wrapper ---------- */
}
#get_started .hero-section {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#get_started .hero-section__badge {
  display: inline-block;
  background-color: #D6F2EE;
  color: #147187;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 8px 22px;
  border-radius: 66px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #get_started .hero-section__badge {
    font-size: 12px;
  }
}
#get_started .hero-section__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #1E1E1E;
  margin: 0 0 24px;
  text-align: center;
}
@media (max-width: 768px) {
  #get_started .hero-section__title {
    font-size: 20px;
    line-height: 24px;
  }
}
#get_started .hero-section__title-accent {
  color: #14707c;
}
#get_started .hero-section__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 780px;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  #get_started .hero-section__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
#get_started {
  /* ---------- Cards ---------- */
}
#get_started .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 850px;
  margin-bottom: 94px;
}
@media (max-width: 768px) {
  #get_started .cards {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 16px;
    margin-bottom: 32px;
  }
}
#get_started .card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(69, 175, 200, 0.2);
  cursor: pointer;
}
#get_started .card:hover {
  border-color: #45AFC8;
}
#get_started .card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d5ece8;
  color: #14707c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#get_started .card__icon svg {
  width: 24px;
  height: 24px;
}
#get_started .card__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1E1E1E;
  margin: 0 0 18px;
}
@media (max-width: 768px) {
  #get_started .card__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
#get_started .card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #777777;
  margin: 0 0 26px;
  max-width: 284px;
  width: 100%;
}
#get_started .card__button {
  display: inline-block;
  background-color: #147187;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 999px;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
#get_started .card__button:hover {
  background-color: #0f5a64;
}
#get_started .card__link {
  display: inline-block;
  color: #14707c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 24px;
  line-height: 1;
  transition: color 0.2s ease;
}
#get_started .card__link:hover {
  color: #0f5a64;
}
#get_started {
  /* ---------- Trust strip ---------- */
}
#get_started .trust {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 850px;
  margin-top: auto;
}
#get_started .trust__line {
  flex: 1;
  height: 1px;
  background-color: #CFCFCF;
}
#get_started .trust__text {
  font-size: 16px;
  font-weight: 400;
  color: #9aa4ad;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #get_started .trust__text {
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
}/*# sourceMappingURL=get-started.css.map */