:root {
  --swiper-navigation-sides-offset: 0;
  /* offset for navigation */ }
  @media (min-width: 1470px) {
    :root {
      --swiper-navigation-sides-offset: -3rem; } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #0a0a0a;
  color: #ffffff;
  font-weight: 400;
  padding: 24px 0; }

.modal-open {
  overflow: hidden; }
  .modal-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    z-index: 0; }

h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif; }

.badge, .features__content .badge {
  padding: 0.25rem 0.5rem;
  background: #feebeb;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.125rem;
  background-color: #feebeb;
  color: #f62828;
  margin-bottom: 16px; }

.card, .benefits__card, .features__card, .pricing__card, .testimonials__card {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-align: center; }

.icon, .benefits__icon, .features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #feebeb;
  color: #f62828; }

.button, .hero .button, .features__content__button, .trusted__button {
  font-size: 18px;
  font-weight: 700;
  padding: 0 24px;
  line-height: 48px;
  border-radius: 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
  background-color: #f62828;
  color: #f0f0f0;
  width: 100%; }
  .button:hover, .features__content__button:hover, .trusted__button:hover {
    background-color: #b10707; }
  @media (min-width: 768px) {
    .button, .hero .button, .features__content__button, .trusted__button {
      width: auto; } }

.container, .hero__container, .benefits__container, .features__container, .pricing__container, .cta__container, .info__container, .prefooter__container, .footer__container {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .container, .hero__container, .benefits__container, .features__container, .pricing__container, .cta__container, .info__container, .prefooter__container, .footer__container {
      padding: 3rem 1rem 0 1rem; } }

.hero {
  padding: 0 1rem;
  height: 480px; }
  .hero__container {
    padding: 2rem 1rem;
    background-size: cover;
    border-radius: 32px;
    color: #ffffff;
    background: linear-gradient(270deg, rgba(10, 10, 10, 0) 0.6%, rgba(10, 10, 10, 0) 50.58%, rgba(10, 10, 10, 0.8) 100.56%), url("header.webp") 77% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 480px;
    max-width: 1330px; }
    @media (min-width: 768px) {
      .hero__container {
        padding: 3rem 3.5rem; } }
  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem; }
  .hero__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    max-width: 560px; }
  .hero__description {
    max-width: 530px;
    font-size: 1rem;
    line-height: 1.25; }
  .hero .button, .hero .features__content__button, .hero .trusted__button {
    padding: 16px 32px;
    font-size: 1.5rem;
    line-height: 1.5rem; }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 2.5rem;
      line-height: 3rem; }
    .hero__description {
      font-size: 1.25rem;
      line-height: 1.5; } }

.benefits {
  margin-top: 2rem; }
  .benefits__container {
    padding-top: 2rem; }
  .benefits__title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 2rem;
    letter-spacing: -0.72px; }
  .benefits__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-content: center; }
  .benefits__card {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .benefits__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    font-size: 18px; }
  .benefits__card-title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 0.5rem;
    letter-spacing: -0.36px; }
  .benefits__card-description {
    color: #bdbdbd;
    letter-spacing: -0.32px; }
  .benefits__header {
    text-align: center;
    margin-bottom: 2rem; }
    .benefits__header__badge {
      display: inline-block;
      background-color: #feebeb;
      color: #f62828;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    .benefits__header__title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff; }
      @media (min-width: 768px) {
        .benefits__header__title {
          font-size: 2.25rem;
          margin-bottom: 0.5rem; } }

.features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem; }
  .features__container {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 58px; }
  .features__image {
    flex: 1;
    order: 2;
    max-width: 100%; }
    .features__image img {
      max-width: 600px;
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .features__content {
    flex: 1;
    order: 1;
    text-align: left; }
    @media (min-width: 768px) {
      .features__content {
        max-width: 50%;
        padding-left: 2rem;
        order: 2; } }
    .features__content__title {
      font-size: 2.25rem;
      font-weight: bold;
      margin-bottom: 1rem; }
    .features__content__list {
      padding: 0;
      margin-bottom: 2rem;
      color: #bdbdbd;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-left: 28px; }
      .features__content__list li {
        font-size: 1rem; }
        .features__content__list li strong {
          font-weight: bold;
          color: #ffffff; }
  .features__header {
    text-align: center;
    margin-bottom: 2rem; }
    .features__header__badge {
      display: inline-block;
      background-color: #feebeb;
      color: #f62828;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    .features__header__title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff; }
      @media (min-width: 768px) {
        .features__header__title {
          font-size: 2.25rem;
          margin-bottom: 0.5rem; } }
    @media (min-width: 768px) {
      .features__header {
        text-align: left; } }
  .features__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    justify-content: center; }
  .features__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    font-size: 1.5rem; }
  .features__card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .features__card-description {
    font-size: 0.9rem;
    color: white; }

.pricing {
  margin-top: 2rem;
  text-align: center; }
  .pricing__cards {
    display: flex;
    overflow-x: auto;
    gap: 1rem; }
  .pricing__card {
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: left;
    color: #ffffff;
    width: 100%;
    min-width: 80vw; }
    @media (min-width: 480px) {
      .pricing__card {
        min-width: 400px; } }
    .pricing__card__icon-wrapper {
      text-align: center; }
      .pricing__card__icon-wrapper img {
        border-radius: 0; }
    .pricing__card__plan-title {
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 0.5rem; }
    .pricing__card__plan-subtitle {
      font-size: 0.875rem;
      text-align: center;
      margin-bottom: 1rem;
      color: white; }
    .pricing__card__features {
      font-size: 14px;
      list-style: none;
      padding: 0;
      margin-top: 0.75rem; }
      .pricing__card__features li {
        display: flex;
        align-items: center;
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
        line-height: 1.25rem;
        position: relative;
        padding-left: 32px; }
        .pricing__card__features li::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          content: ""; }
        .pricing__card__features li.enabled::before {
          background-image: url("plan-enabled.png");
          background-size: cover;
          content: ""; }
        .pricing__card__features li.disabled::before {
          background-image: url("plan-disabled.png");
          background-size: cover;
          content: ""; }
    .pricing__card__details {
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      font-size: 0.875rem; }
      .pricing__card__details strong {
        font-weight: bold;
        color: #ffffff; }
      .pricing__card__details p {
        margin: 0.5rem 0;
        line-height: 1.4; }
    .pricing__card__details {
      display: flex;
      flex-direction: column;
      gap: 0.5rem; }
      .pricing__card__details__detail {
        display: flex;
        justify-content: space-between;
        font-size: 0.875rem;
        line-height: 1.5;
        width: 100%;
        border-bottom: 1px solid #242424;
        padding: 12px 0; }
        .pricing__card__details__detail:last-child {
          border-bottom: none; }
        .pricing__card__details__detail span {
          font-weight: 400; }
          .pricing__card__details__detail span:first-child {
            text-align: left;
            color: #8a8a8a;
            max-width: 160px; }
          .pricing__card__details__detail span:last-child {
            text-align: right;
            color: #f0f0f0;
            max-width: 160px; }
  .pricing__header {
    text-align: center;
    margin-bottom: 2rem; }
    .pricing__header__badge {
      display: inline-block;
      background-color: #feebeb;
      color: #f62828;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    .pricing__header__title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff; }
      @media (min-width: 768px) {
        .pricing__header__title {
          font-size: 2.25rem;
          margin-bottom: 0.5rem; } }
    .pricing__header__subtitle {
      font-size: 0.75rem;
      color: #bdbdbd; }
      @media (min-width: 768px) {
        .pricing__header__subtitle {
          font-size: 1rem; } }

.trusted {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0a0a0a;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 2rem; }
  .trusted__header {
    text-align: center;
    margin-bottom: 2rem; }
    .trusted__header__badge {
      display: inline-block;
      background-color: #feebeb;
      color: #f62828;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    .trusted__header__title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff; }
      @media (min-width: 768px) {
        .trusted__header__title {
          font-size: 2.25rem;
          margin-bottom: 0.5rem; } }
    @media (min-width: 768px) {
      .trusted__header {
        text-align: left; } }
  .trusted__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem; }
  .trusted__content {
    order: 1; }
    @media (min-width: 768px) {
      .trusted__content {
        max-width: 50%;
        padding: 56px;
        order: 2; } }
  .trusted__subtitle {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #bdbdbd; }
  .trusted p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #bdbdbd; }
    .trusted p strong {
      color: #f0f0f0; }
  .trusted__image {
    order: 2; }
    .trusted__image img {
      width: 100%;
      border-radius: 10px;
      height: auto; }

.cta {
  margin-top: 2rem;
  text-align: center;
  color: #ffffff;
  padding: 0 1rem; }
  .cta__container {
    background-color: #191919;
    border-radius: 24px;
    padding: 3rem 1.5rem;
    max-width: 1330px;
    margin: 0 auto; }
  .cta__icon {
    font-size: 2rem;
    color: #ff4a4a;
    margin-bottom: 1rem; }
  .cta__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.4px; }
  .cta__description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5; }
  .cta__button {
    padding: 0 44px; }

.info__container {
  background-color: #191919;
  border-radius: 24px; }

.testimonials {
  margin-top: 2rem;
  text-align: center;
  background-color: #0a0a0a;
  border-radius: 10px; }
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    background: #191919;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #f0f0f0;
    font-size: 18px;
    top: unset;
    transform: translate(0, 50%); }
    .testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
      content: ""; }
  .testimonials .swiper-button-disabled {
    color: #f0f0f0; }
  .testimonials__container {
    position: relative;
    padding: 3rem 1rem 0 1rem; }
  .testimonials__header {
    text-align: center;
    margin-bottom: 2rem; }
    .testimonials__header__badge {
      display: inline-block;
      background-color: #feebeb;
      color: #f62828;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    .testimonials__header__title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff; }
      @media (min-width: 768px) {
        .testimonials__header__title {
          font-size: 2.25rem;
          margin-bottom: 0.5rem; } }
    .testimonials__header__subtitle {
      font-size: 0.75rem;
      color: #bdbdbd; }
      @media (min-width: 768px) {
        .testimonials__header__subtitle {
          font-size: 1rem; } }
  .testimonials__cards {
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    margin: 0 auto; }
    @media (min-width: 1470px) {
      .testimonials__cards {
        width: 100%; } }
  .testimonials__card {
    width: calc(33.3333% - 1.33333rem);
    text-align: center;
    padding: 1.5rem;
    height: unset !important; }
    .testimonials__card-rating {
      color: #ff4a4a;
      font-size: 1.25rem;
      margin-bottom: 0.5rem; }
    .testimonials__card-title {
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
    .testimonials__card-description {
      font-size: 0.875rem;
      color: white;
      margin-bottom: 1rem; }
    .testimonials__card-author {
      font-size: 0.875rem;
      font-weight: bold;
      color: #ffffff; }
  @media (max-width: 768px) {
    .testimonials__card {
      flex: 1 1 100%;
      max-width: 100%; } }

.faq {
  margin-top: 2rem; }
  .faq__header {
    text-align: center;
    margin-bottom: 2rem; }
    .faq__header__badge {
      display: inline-block;
      background-color: #feebeb;
      color: #f62828;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    .faq__header__title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff; }
      @media (min-width: 768px) {
        .faq__header__title {
          font-size: 2.25rem;
          margin-bottom: 0.5rem; } }
    .faq__header__subtitle {
      font-size: 0.75rem;
      color: #bdbdbd; }
      @media (min-width: 768px) {
        .faq__header__subtitle {
          font-size: 1rem; } }
  .faq__list-wrapper {
    background-color: #191919;
    border-radius: 24px;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .faq__list-wrapper {
        padding: 2.5rem; } }
  .faq__item {
    border-bottom: 1px solid #242424;
    padding: 1rem 0; }
    .faq__item:last-of-type {
      border-bottom: none; }
    .faq__item__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-weight: bold;
      font-size: 1rem;
      color: #bdbdbd;
      transition: color 0.3 ease, dpadding 0.3s ease; }
      .faq__item__header .faq__item__icon {
        transition: transform 0.3s ease; }
    .faq__item--open .faq__item__header {
      color: #ffffff;
      padding-bottom: 1rem; }
    .faq__item--open .faq__item__content {
      max-height: 500px; }
    .faq__item--open .faq__item__icon {
      transform: rotate(180deg); }
    .faq__item__content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #bdbdbd;
      padding-top: 0; }
  .faq__container {
    padding-top: 2rem; }

.prefooter {
  padding: 3rem 1rem;
  min-height: 398px; }
  .prefooter__container {
    border: 1px solid #242424;
    color: #7a7a7a;
    border-radius: 24px;
    padding: 3rem 1.5rem;
    max-width: 1330px;
    position: relative;
    margin: 0 auto; }
  .prefooter__content {
    overflow: scroll;
    max-height: 300px;
    font-size: 0.875rem; }
    .prefooter__content h3 {
      margin-bottom: 0.5rem; }
    .prefooter__content p {
      margin-bottom: 1rem; }
  .prefooter--fullScreen .prefooter__container {
    padding: 4rem 1rem 1rem;
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background: #0a0a0a;
    z-index: 100; }
  .prefooter--fullScreen .prefooter__content {
    height: calc(100vh - 8rem);
    max-height: unset;
    text-align: center; }
  .prefooter--fullScreen .prefooter__button {
    top: 1rem;
    bottom: unset; }
  .prefooter__button {
    width: 40px;
    height: 40px;
    background: #242424;
    border-radius: 50%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer; }

.footer {
  padding: 3rem 1rem; }
  .footer__container {
    background: #191919;
    padding: 3rem 2.5rem;
    color: #575757;
    max-width: 1330px;
    border-radius: 24px; }
  .footer__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center; }
    @media (min-width: 768px) {
      .footer__content {
        flex-direction: row;
        justify-content: space-between; } }
  .footer__language-selector {
    position: relative;
    min-width: 164px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #242424;
    padding: 0.75rem 1.125rem;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff; }
  .footer__language-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    justify-content: space-between; }
    .footer__language-header > div {
      display: flex;
      align-items: center;
      gap: 0.75rem; }
  .footer__language-label {
    display: flex;
    flex-direction: column;
    text-align: left; }
  .footer__language-title {
    font-size: 0.625rem;
    color: #bdbdbd; }
  .footer__language-current {
    font-size: 0.875rem;
    font-weight: normal;
    color: #ffffff; }
  .footer__language__icon {
    font-size: 0.875rem;
    color: white;
    transition: transform 0.3s ease; }
  .footer__language:hover {
    background-color: #3e3e3e; }
  .footer__language-options {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #242424;
    border-radius: 24px;
    padding: 0.5rem 0;
    width: 100%;
    z-index: 1;
    display: none; }
  .footer__language-option {
    padding: 0.5rem 1.125rem;
    cursor: pointer;
    color: #ffffff; }
    .footer__language-option:hover {
      color: #3e3e3e; }

@media (min-width: 768px) {
  .benefits__cards {
    grid-template-columns: repeat(2, 1fr); }

  .features__container,
  .trusted__container {
    flex-direction: row; }

  .features__image,
  .trusted__image {
    order: 1;
    max-width: 50%; }

  .features__content,
  .trusted__content {
    order: 2; }

  .features__title,
  .benefits__title,
  .pricing__title,
  .trusted__title {
    font-size: 2.25rem;
    line-height: 3rem; } }
@media (min-width: 1200px) {
  .benefits__cards {
    grid-template-columns: repeat(4, 1fr); } }

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