/* Extracted from index.html inline custom styles */

.elementor-kit-7 {
    background-color: #2A3040;
}

/* Minimal base typography/layout after WP theme removal */
body.page {
  margin: 0;
  color: #ffffff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.55;
}

.elementor-287 .elementor-widget-text-editor p,
.elementor-287 .elementor-widget-text-editor li {
  font-size: 16px;
  line-height: 1.55;
}

.elementor-287 .elementor-widget-text-editor a {
  color: #74f5a9;
  text-decoration: underline;
}

.elementor-287 .elementor-widget-text-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  background: rgba(28, 32, 45, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.elementor-287 .elementor-widget-text-editor th,
.elementor-287 .elementor-widget-text-editor td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.45;
}

.elementor-287 .elementor-widget-text-editor th {
  color: #53c90a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.06);
}

.elementor-287 .elementor-widget-text-editor tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 5px;
}

ul {
    margin-left: 20px;
}

.site-hero {
  position: relative;
  background-color: #222735;
  background-image: url('../images/5uqqUAlUqURr.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 6% 56px;
  overflow: hidden;
}
.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 39, 53, 0.45);
  pointer-events: none;
}
.site-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.site-hero__title {
  margin: 0;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  max-width: 720px;
}
.site-hero__badges {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 8px;
}
.site-hero__badge {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 8px 14px;
  color: #ffffff;
  background-color: #1e1e28;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.site-hero__badge:hover {
  opacity: 0.92;
  color: #ffffff;
}
.site-hero__cta {
  display: inline-block;
  margin-top: 8px;
  padding: 15px 35px;
  color: #1c202d;
  background: linear-gradient(217deg, #61ce70 32%, #74f5a9 67%);
  border-radius: 8px;
  box-shadow: 0 0 27px 4px rgba(0, 0, 0, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-hero__cta:hover {
  opacity: 0.92;
  color: #1c202d;
}
@media (min-width: 1025px) {
  .site-hero {
    padding: 48px 6% 72px;
  }
  .site-hero__inner {
    gap: 18px;
  }
  .site-hero__cta {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .elementor-287 .elementor-widget-text-editor table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .elementor-287 .elementor-widget-text-editor th,
  .elementor-287 .elementor-widget-text-editor td {
    font-size: 14px;
    white-space: nowrap;
  }
  .site-hero {
    padding: 50px 30px 36px;
  }
  .site-hero__title {
    font-size: 28px;
    line-height: 1.3;
  }
  .site-hero__badge {
    font-size: 14px;
    padding: 7px 12px;
  }
  .elementor-287 .elementor-element.elementor-element-6eabc6fa {
    margin-top: 0 !important;
    --margin-top: 0px !important;
    --padding-top: 28px !important;
    padding-top: 28px !important;
  }
}
body.page {
  padding-top: 72px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #1c202d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.site-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-header__logo {
  flex-shrink: 0;
  line-height: 0;
}
.site-header__logo img {
  display: block;
  height: 44px;
  width: auto;
}
.site-header__nav {
  display: none;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  flex: 1;
}
.site-header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 68px;
  padding: 2px 4px;
  text-decoration: none;
  color: #ffffff;
}
.site-header__nav-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #ffffff;
  transition: color 0.2s ease, background 0.2s ease;
}
.site-header__nav-icon svg {
  display: block;
}
.site-header__nav-label {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  transition: color 0.2s ease;
}
.site-header__nav-item:hover .site-header__nav-icon,
.site-header__nav-item:hover .site-header__nav-label {
  color: #74f5a9;
}
.site-header__nav-item.is-active .site-header__nav-icon {
  background: linear-gradient(180deg, #3d4354 0%, #2b303d 100%);
  color: #74f5a9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.site-header__nav-item.is-active .site-header__nav-label {
  color: #74f5a9;
}
.site-header__auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.site-header__signin {
  padding: 8px 12px;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.site-header__signin:hover {
  color: #74f5a9;
}
.site-header__signup {
  display: inline-block;
  padding: 9px 18px;
  color: #1c202d;
  background: linear-gradient(254deg, #61ce70 0%, #74f5a9 100%);
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.site-header__signup:hover {
  opacity: 0.92;
  color: #1c202d;
}
.site-header-mobile {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #1c202d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
}
.site-header-mobile__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .site-header__nav {
    display: flex;
  }
  .site-header__logo img {
    height: 48px;
  }
}
@media (max-width: 1024px) {
  body.page {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .site-hero {
    margin-top: 52px;
    padding: 50px 30px 36px;
  }
  .site-header__inner {
    padding: 8px 16px;
  }
  .site-header__logo img {
    height: 36px;
  }
  .site-header__signin {
    font-size: 13px;
    padding: 6px 8px;
  }
  .site-header__signup {
    font-size: 13px;
    padding: 8px 14px;
  }
  .site-header-mobile {
    display: block;
  }
  .site-header-mobile .site-header__nav-item {
    min-width: 0;
    gap: 4px;
    padding: 2px 0;
  }
  .site-header-mobile .site-header__nav-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .site-header-mobile .site-header__nav-icon svg {
    width: 20px;
    height: 20px;
  }
}
.elementor-287 .elementor-element.elementor-element-6eabc6fa {
  margin-top: 0 !important;
  --margin-top: 0px !important;
  background-color: #2A3040;
}
.elementor-287 .elementor-widget-heading .elementor-heading-title,
.elementor-287 .elementor-widget-text-editor h2,
.elementor-287 .elementor-widget-text-editor h2 span,
.elementor-287 .elementor-widget-text-editor h3,
.elementor-287 .elementor-widget-text-editor h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}
.elementor-287 .elementor-widget-text-editor h2,
.elementor-287 .elementor-widget-text-editor h2 span,
.elementor-287 .elementor-widget-text-editor h3,
.elementor-287 .elementor-widget-text-editor h3 span {
  color: #53c90a;
}
.faq-accordion {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(28, 32, 45, 0.55);
  margin: 10px 0;
  overflow: hidden;
}
.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  color: #53c90a;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  position: relative;
  padding-right: 44px;
}
.faq-accordion summary::-webkit-details-marker {
  display: none;
}
.faq-accordion summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #74f5a9;
  font-size: 24px;
  font-weight: 700;
}
.faq-accordion[open] summary::after {
  content: "−";
}
.faq-accordion__content {
  padding: 0 16px 16px;
}
.faq-accordion__content p {
  margin: 0;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 14px;
}
.pros-cons-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(28, 32, 45, 0.55);
  overflow: hidden;
}
.pros-cons-card__title {
  margin: 0;
  padding: 14px 16px;
  color: #53c90a;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pros-cons-list {
  list-style: none;
  margin: 0;
  padding: 0 16px 10px;
}
.pros-cons-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0;
}
.pros-cons-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 3px;
}
.pros-cons-icon::before,
.pros-cons-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 2px;
}
.pros-cons-icon--pros {
  background: #2cc56a;
}
.pros-cons-icon--pros::before {
  width: 8px;
  height: 2px;
}
.pros-cons-icon--pros::after {
  width: 2px;
  height: 8px;
}
.pros-cons-icon--cons {
  background: #e95f4a;
}
.pros-cons-icon--cons::before {
  width: 8px;
  height: 2px;
}

.providers-strip,
.payments-strip {
  padding: 14px 16px 10px;
  background: #2A3040;
}

.brand-strip__label {
  display: none;
  margin: 0 0 8px;
  color: #53c90a;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.providers-strip {
  border-bottom: none;
}

.payments-strip {
  margin-top: 0;
  border-top: none;
}

.providers-strip::before,
.payments-strip::after {
  content: "";
  display: block;
  width: min(92%, 1040px);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.providers-strip::before {
  margin-bottom: 12px;
}

.payments-strip::after {
  margin-top: 12px;
}

.providers-strip__inner,
.payments-strip__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 14px;
  align-items: center;
}

.providers-strip__inner img,
.payments-strip__inner img {
  width: 100%;
  max-height: 26px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.35);
  opacity: 0.92;
}

@media (max-width: 767px) {
  .pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pros-cons-card__title {
    font-size: 19px;
  }
  .pros-cons-item {
    font-size: 15px;
  }
  .providers-strip,
  .payments-strip {
    padding: 12px 12px 8px;
  }
  .brand-strip__label {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .payments-strip {
    margin-top: 0;
  }
  .providers-strip::before,
  .payments-strip::after {
    width: min(94%, 520px);
  }
  .providers-strip__inner,
  .payments-strip__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 10px;
  }
  .providers-strip__inner img,
  .payments-strip__inner img {
    max-height: 22px;
  }
}

@media (max-width: 767px) {
  .elementor-102 .elementor-element.elementor-element-35dc91ce {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    align-items: start;
  }
  .elementor-102 .elementor-element.elementor-element-24e86e43 {
    grid-column: 1 / -1;
  }
  .elementor-102 .elementor-element.elementor-element-7f434e0,
  .elementor-102 .elementor-element.elementor-element-7def9ca {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .elementor-287 .elementor-widget-heading .elementor-heading-title,
  .elementor-287 .elementor-widget-text-editor h2,
  .elementor-287 .elementor-widget-text-editor h2 span,
  .elementor-287 .elementor-widget-text-editor h3,
  .elementor-287 .elementor-widget-text-editor h3 span {
    font-size: 24px;
  }
  .faq-accordion summary {
    font-size: 19px;
  }
}

