.cf-feature-template-page .cf-billing-tabs-shell {
  width: min(1290px, 100%);
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cf-feature-template-page .cf-billing-tabs-section {
  margin: 96px 0 110px;
}

.cf-feature-template-page .cf-billing-tabs-bridge {
  position: relative;
  z-index: 3;
  margin: 72px auto 44px;
  padding-top: 54px;
  padding-bottom: 40px;
}

.cf-feature-template-page .cf-billing-tabs-bridge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #f7f8fc 0%, #fbfbfe 100%);
  z-index: -2;
}

.cf-feature-template-page .cf-billing-tabs-bridge::after {
  content: "";
  display: block;
  width: min(1180px, calc(100% - 72px));
  height: 1px;
  margin: 0 auto 42px;
  background: linear-gradient(90deg, rgba(39, 45, 131, 0), rgba(39, 45, 131, 0.16), rgba(39, 45, 131, 0));
  position: relative;
  z-index: 1;
}

.cf-feature-template-page .cf-billing-tabpanels::after {
  content: "";
  display: block;
  width: min(1180px, calc(100% - 72px));
  height: 52px;
  margin: 58px auto -34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 50%, rgba(207, 226, 255, 0.55) 0 38px, transparent 39px),
    radial-gradient(circle at 50% 50%, rgba(207, 226, 255, 0.4) 0 34px, transparent 35px),
    radial-gradient(circle at 88% 50%, rgba(207, 226, 255, 0.5) 0 36px, transparent 37px),
    linear-gradient(90deg, rgba(39, 45, 131, 0.07), rgba(113, 173, 255, 0.1), rgba(39, 45, 131, 0.07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  opacity: 0.95;
}

.cf-feature-template-page .cf-billing-tabs-header {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.cf-feature-template-page .cf-billing-tabs-header .cf-billing-tabs-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--e-global-color-8f2293f);
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf-feature-template-page .cf-billing-tabs-header h2 {
  margin: 0;
  color: var(--e-global-color-8f2293f);
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-size: clamp(40px, 5vw, var(--e-global-typography-secondary-font-size));
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 1.05;
}

.cf-feature-template-page .cf-billing-tabs-header p {
  margin: 16px auto 0;
  max-width: 740px;
  color: var(--e-global-color-text);
  font-size: 17px;
  line-height: 1.65;
}

.cf-feature-template-page .cf-billing-tablist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 6px;
  width: min(100%, 1100px);
  margin: 0 auto 26px;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(39, 45, 131, 0.08);
  border-radius: 999px;
  background: #f5f6fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.cf-feature-template-page .cf-billing-tab {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--e-global-color-8f2293f);
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  padding: 15px 16px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cf-feature-template-page .cf-billing-tab.is-active {
  background: var(--e-global-color-8f2293f);
  color: #fff;
  box-shadow: 0 10px 24px rgba(39, 45, 131, 0.18);
}

.cf-feature-template-page .cf-billing-tabpanels {
  position: relative;
}

.cf-feature-template-page .cf-billing-tabpanel {
  display: none;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 36px;
  align-items: center;
  padding: 48px 52px;
  border: 1px solid rgba(39, 45, 131, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 24, 38, 0.06);
}

.cf-feature-template-page .cf-billing-tabpanel.is-active {
  display: grid;
}

.cf-feature-template-page .cf-billing-tabpanel-media {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 4px 0 4px 0;
}

.cf-feature-template-page .cf-billing-tabpanel-media img {
  display: block;
  width: 100%;
  max-width: min(860px, 100%);
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(18, 24, 38, 0.14);
  cursor: zoom-in;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cf-feature-template-page .cf-billing-tabpanel-media img:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(18, 24, 38, 0.18);
}

.cf-feature-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(10, 15, 38, 0.82);
  backdrop-filter: blur(6px);
}

.cf-feature-lightbox[hidden] {
  display: none !important;
}

.cf-feature-lightbox-dialog {
  position: relative;
  width: min(1400px, 100%);
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf-feature-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 84px);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  background: #fff;
}

.cf-feature-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--e-global-color-8f2293f);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(18, 24, 38, 0.2);
}

.cf-feature-template-page .cf-billing-tabpanel-copy h3 {
  margin: 0 0 14px;
  color: var(--e-global-color-8f2293f);
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 1.1;
}

.cf-feature-template-page .cf-billing-tabpanel-copy > p {
  margin: 0 0 22px;
  color: var(--e-global-color-text);
  font-size: 17px;
  line-height: 1.7;
}

.cf-feature-template-page .cf-billing-tabpanel-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.cf-feature-template-page .cf-billing-tabpanel-points li {
  position: relative;
  padding-left: 18px;
  color: var(--e-global-color-text);
  font-size: 16px;
  line-height: 1.65;
}

.cf-feature-template-page .cf-billing-tabpanel-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--e-global-color-99fd9ad);
}

.cf-feature-template-page .cf-billing-tabpanel-points strong {
  color: var(--e-global-color-8f2293f);
}

.cf-feature-template-page .cf-feature-sidebar-list .elementor-icon-list-icon i {
  display: none !important;
}

.cf-feature-template-page .cf-feature-sidebar-list .elementor-icon-list-icon {
  width: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cf-feature-template-page .cf-feature-sidebar-list .elementor-icon-list-icon::before {
  content: "\2192";
  color: var(--e-global-color-8f2293f);
  font-family: var(--e-global-typography-accent-font-family), sans-serif;
  font-size: 18px;
  line-height: 1;
}

.cf-feature-template-page .cf-feature-sidebar-list .elementor-icon-list-text {
  padding-left: 6px;
}

.cf-feature-template-page .cf-feature-source-hidden {
  display: none !important;
}

.cf-feature-template-page .cf-feature-first-section-extra {
  display: none !important;
}

@media (max-width: 1024px) {
  .cf-feature-template-page .cf-billing-tabs-section {
    margin: 72px 0 92px;
  }

  .cf-feature-template-page .cf-billing-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-feature-template-page .cf-billing-tabpanel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 32px;
  }

  .cf-feature-template-page .cf-billing-tabpanel-media {
    min-height: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .cf-feature-template-page .cf-billing-tabs-shell {
    padding: 0 16px;
  }

  .cf-feature-template-page .cf-billing-tabs-bridge {
    margin: 56px auto 36px;
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .cf-feature-template-page .cf-billing-tablist {
    grid-template-columns: 1fr;
  }

  .cf-feature-template-page .cf-billing-tabpanel {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .cf-feature-lightbox {
    padding: 18px;
  }

  .cf-feature-lightbox-dialog {
    width: 100%;
  }

  .cf-feature-lightbox-close {
    top: -10px;
    right: -4px;
  }

  .cf-feature-template-page .cf-billing-tabs-header h2,
  .cf-feature-template-page .cf-billing-tabpanel-copy h3 {
    font-size: clamp(30px, 10vw, 42px);
  }
}
