.badge {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #e09900;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  position: relative;
}
.card--with-icon {
  overflow: hidden;
}
.card__icon {
  text-align: center;
  color: #666666;
  position: absolute;
  opacity: 0.075;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 5rem;
}
.card__content {
  position: sticky;
}
.card h3 {
  margin-top: 1rem;
}

.checkmark {
  background: #e09900;
  color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.25rem 0.3rem;
  width: 0.75rem;
  height: 0.75rem;
}

.hero {
  position: relative;
  overflow: clip;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}
.hero__bg .orb {
  position: absolute;
  filter: blur(125px);
  opacity: 0.4;
  width: 400px;
  height: 400px;
  border-radius: 999px;
  background: #e09900;
}
.hero__bg .orb--a {
  right: -300px;
  top: -300px;
}
.hero__bg .orb--b {
  left: -300px;
  bottom: -300px;
}
.hero__inner {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr;
}
.hero__art {
  display: flex;
  justify-content: center;
}
.hero__art img {
  max-width: 100%;
  max-height: 450px;
  display: block;
}
@media (min-width: 960px) {
  .hero__art img {
    max-height: none;
  }
}
.hero__content {
  padding: 1rem 0;
}
@media (min-width: 650px) {
  .hero__content {
    padding: 2rem 0;
  }
}
@media (min-width: 960px) {
  .hero__content {
    padding: 3rem 0;
  }
}
.hero__content h1 {
  font-size: 3rem;
  margin: 0;
}
.hero .lead {
  font-size: 1.125rem;
  color: #374151;
  margin-top: 1rem;
}
.hero .checks {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.hero .checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.4rem 0;
  color: #374151;
}

@media (min-width: 1200px) {
  .hero__bg .orb--a {
    right: -250px;
    top: -250px;
  }
  .hero__bg .orb--b {
    left: -250px;
    bottom: -250px;
  }
}
@media (min-width: 1300px) {
  .hero__bg .orb--a {
    right: -180px;
    top: -180px;
  }
  .hero__bg .orb--b {
    left: -180px;
    bottom: -180px;
  }
}
@media (min-width: 960px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.section {
  padding: 64px 0;
}
.section__title {
  font-size: 1.75rem;
}

.section--border {
  border-top: 1px solid #e5e7eb;
}

.section--no-padding-top {
  padding-top: 0;
}
@media (min-width: 960px) {
  .section--no-padding-top {
    padding-top: 32px;
  }
}

.alt {
  background: #fff9ee;
}

.ta-center {
  text-align: center;
}

.muted {
  color: #8c8c8c;
}

.mt-48 {
  margin-top: 2.5rem;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.grid--2 {
  grid-template-columns: 1fr;
}

.grid--3 {
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  .grid--2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step .step__head {
  display: flex;
  align-items: center;
}
.step .step__head h3 {
  margin: 0 0 0 0.5rem;
  font-size: 1.15rem;
}
.step video,
.step img {
  width: 100%;
  max-width: 474px;
  display: block;
  margin-top: 1rem;
}
.step p {
  color: #374151;
}

.price-wrap {
  display: grid;
  place-items: center;
  margin-top: 2.5rem;
  max-width: 700px;
}

.price {
  position: relative;
  padding: 2rem;
}
.price__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 450px) {
  .price__top {
    flex-direction: row;
  }
}
.price__value {
  text-align: right;
  white-space: nowrap;
  margin-left: 2rem;
  margin-top: 1rem;
}
@media (min-width: 450px) {
  .price__value {
    margin-top: 0;
  }
}
.price .muted {
  padding-top: 0.75rem;
  font-size: 0.9rem;
}
@media (min-width: 650px) {
  .price .muted {
    font-size: 1rem;
  }
}
.price .value {
  font-size: 2.25rem;
  font-weight: 800;
}
.price .vat {
  color: #b8b8b8;
  font-size: 0.85rem;
}
.price .list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  color: #3a3a3a;
}
.price .list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0.4rem 0;
}
.price .ribbon {
  position: absolute;
  right: 1rem;
  top: -12px;
  background: #e09900;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.price__cta {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
}
.price__cta .button {
  display: flex;
  align-items: center;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid #e5e7eb;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item.active .faq__question {
  color: #e09900;
}
.faq__item.active .faq__question svg {
  transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 1rem;
}
.faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #3a3a3a !important;
  background: none !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}
.faq__question:hover {
  color: #e09900 !important;
}
.faq__question svg {
  transition: transform 0.3s ease;
  font-size: 0.9rem;
  color: #e09900;
}
.faq__answer {
  max-height: 0;
  opacity: 0;
  padding: 0 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #666666;
  line-height: 1.6;
}
.faq__answer p {
  margin: 0;
}

.author {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.author:hover {
  transform: translateY(-5px);
}
.author__photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.author__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author__info h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.author__info h3 img {
  width: 20px;
  height: 20px;
}
.author__info p {
  margin: 0;
  color: #666666;
  line-height: 1.6;
}
.author__role {
  color: #e09900 !important;
  font-weight: bold;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/*# sourceMappingURL=index.css.map */
