/* =compare_firms_styles */


/* =loading_state */

main.cf-loading {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}


/* =css_variables */

:root {
  --cf-bg-primary: #060c1a;
  --cf-bg-secondary: #0d1528;
  --cf-bg-panel: rgba(20, 33, 61, 0.72);
  --cf-bg-card: #0f1a2e;
  --cf-bg-row-odd: #0b1222;
  --cf-bg-row-even: #0e1729;

  --cf-grad-start: #1f69ff;
  --cf-grad-end: #5d39ff;
  --cf-highlight: #3c8dff;
  --cf-highlight-green: #00c48c;
  --cf-highlight-red: #ff4d4d;
  --cf-highlight-orange: #f5a623;

  --cf-border: rgba(87, 121, 255, 0.28);
  --cf-border-soft: rgba(87, 121, 255, 0.12);

  --cf-text: rgba(255, 255, 255, 0.87);
  --cf-text-muted: rgba(143, 143, 143, 1);
  --cf-text-label: #7b8ba3;

  --cf-radius-lg: 28px;
  --cf-radius-md: 16px;
  --cf-radius-sm: 10px;
  --cf-transition: 0.2s ease-in-out;
}


/* =header */

.cf-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
}

.cf-header__logo {
  max-height: 38px;
  width: auto;
}

.cf-header__nav {
  margin-left: 2rem;
}

.cf-header__menu .nav-link,
.cf-header__auth-link {
  color: var(--cf-text);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color var(--cf-transition);
}

.cf-header__menu .nav-link:hover,
.cf-header__auth-link:hover {
  color: var(--cf-highlight);
}

.cf-header__cta-link {
  display: inline-block;
  padding: 10px 28px;
  background: linear-gradient(135deg, var(--cf-grad-start), var(--cf-grad-end));
  color: #fff;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity var(--cf-transition);
}

.cf-header__cta-link:hover {
  opacity: 0.9;
  color: #fff;
}

.cf-header__mobile-toggle {
  border: none;
  background: transparent;
  padding: 0.5rem;
}

.cf-header__mobile-toggle svg {
  width: 24px;
  height: 24px;
}

.cf-header__mobile-menu {
  background: var(--cf-bg-secondary);
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius-sm);
  min-width: 220px;
}

.cf-header__mobile-menu .nav-link {
  color: var(--cf-text);
}


/* =hero */

.cf-hero {
  background: var(--cf-bg-primary);
  background-image: radial-gradient(ellipse at 50% 0%, rgba(31, 105, 255, 0.15) 0%, transparent 60%);
  padding: 140px 0 60px;
  text-align: center;
}

.cf-hero > .container {
  padding-bottom: 60px;
  border-bottom: 2px dashed #134CA5;
}

.cf-hero__title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.cf-hero__versus {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.cf-hero__firm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform var(--cf-transition), opacity var(--cf-transition);
}

.cf-hero__firm-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform var(--cf-transition), opacity var(--cf-transition);
}

.cf-hero__firm-link:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.cf-hero__btn {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--cf-transition);
  background: linear-gradient(98.16deg, #3385FF 2.25%, #00B4FF 95.02%);
}

.cf-hero__btn:hover {
  background: var(--cf-highlight);
  color: #fff;
  text-decoration: none;
}

.cf-hero__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  /* background: #0b1730; */
  border-radius: 12px;
  padding: 8px;
}

.cf-hero__firm-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cf-text);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cf-hero__vs-divider {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 16px;
}

.cf-hero__line {
  display: block;
  width: 80px;
  height: 2px;
  background: #0DA5FA;
}

.cf-hero__vs-text {
  font-size: 2rem;
  font-weight: 800;
  color: #0DA5FA;
}

.cf-hero__selectors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cf-hero__select {
  background: var(--cf-bg-secondary);
  color: var(--cf-text);
  border: 1px solid var(--cf-border);
  border-radius: 8px;
  padding: 10px 36px 10px 16px;
  font-size: 0.875rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/uil_arrow.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px auto;
  min-width: 200px;
  cursor: pointer;
}

/* =comparison_tables */

.cf-tactical,
.cf-payouts,
.cf-platforms {
  background: var(--cf-bg-primary);
  padding: 20px 0;
}

.cf-platforms {
  padding-top: 3rem;
}

.cf-section__heading {
  margin-bottom: 22px;
}

.cf-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.cf-section__subtitle {
  font-size: 0.95rem;
  color: var(--cf-text-muted);
  margin-bottom: 0;
}

.cf-info-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
  color: var(--cf-text-muted);
  cursor: help;
  outline: none;
}

.cf-info-tip__icon {
  width: 18px;
  height: 18px;
  transition: color 0.15s ease;
}

.cf-info-tip:hover .cf-info-tip__icon,
.cf-info-tip:focus .cf-info-tip__icon {
  color: #fff;
}

.cf-info-tip__bubble {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 220px;
  max-width: 280px;
  padding: 10px 12px;
  background: #0f1a2e;
  border: 1px solid var(--cf-border-soft);
  border-radius: 8px;
  color: var(--cf-text);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 10;
}

.cf-info-tip__bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0f1a2e;
}

.cf-info-tip:hover .cf-info-tip__bubble,
.cf-info-tip:focus .cf-info-tip__bubble {
  opacity: 1;
  visibility: visible;
}

.cf-table__group {
  margin-bottom: 16px;
}

.cf-table__group-row,
.cf-table__group-row td {
  background: transparent !important;
}

.cf-table__group-label {
  font-size: 0.8rem;
  color: var(--cf-text-muted);
  padding: 20px 24px 8px;
  border: none !important;
}

.cf-table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cf-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.cf-table colgroup .cf-col-label,
.cf-table thead th:first-child,
.cf-table tbody td:first-child {
  width: 25%;
}

.cf-table colgroup .cf-col-firm,
.cf-table thead th:nth-child(2),
.cf-table thead th:nth-child(3),
.cf-table tbody td:nth-child(2),
.cf-table tbody td:nth-child(3) {
  width: 37.5%;
}

.cf-table thead th {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 16px 24px;
  text-align: center;
  background: linear-gradient(135deg, rgba(31, 105, 255, 0.18), rgba(93, 57, 255, 0.12));
  border-top: 1px solid var(--cf-border);
  border-bottom: 1px solid var(--cf-border);
}

.cf-table thead th:first-child {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-left: 1px solid var(--cf-border);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.cf-table thead th:last-child {
  border-right: 1px solid var(--cf-border);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cf-table__firm-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: middle;
}

.cf-table tbody tr {
  background: var(--cf-bg-row-odd);
  transition: background var(--cf-transition);
}

.cf-table tbody tr:nth-child(even):not(.cf-table__group-row) {
  background: var(--cf-bg-row-even);
}

.cf-table tbody tr:hover:not(.cf-table__group-row) {
  background: rgba(31, 105, 255, 0.06);
}

.cf-table tbody tr:not(.cf-table__group-row) td {
  border-bottom: 1px solid var(--cf-border-soft);
}

.cf-table tbody tr:not(.cf-table__group-row) td:nth-child(2) {
  border-right: 1px solid var(--cf-border-soft);
}

.cf-table__group-row:hover {
  background: transparent !important;
}

.cf-table__label {
  background: #020F23;
  color: var(--cf-text);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 14px 24px;
  border-right: 1px solid var(--cf-border-soft);
  word-wrap: break-word;
}

.cf-table__label--highlight {
  color: var(--cf-highlight);
  font-weight: 600;
}

.cf-table__value {
  color: var(--cf-text);
  font-size: 0.85rem;
  padding: 14px 24px;
  text-align: center;
  vertical-align: middle;
}

.cf-table__rich {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}

.cf-table__rich p {
  margin: 0 0 6px;
}

.cf-table__rich p:last-child {
  margin-bottom: 0;
}

.cf-table__rich ul,
.cf-table__rich ol {
  margin: 0;
  padding-left: 1.25rem;
}

.cf-table__rich ul {
  list-style: disc outside;
}

.cf-table__rich ol {
  list-style: decimal outside;
}

.cf-table__rich li {
  line-height: 1.4;
}

.cf-table__rich li + li {
  margin-top: 4px;
}

.cf-table__rich a {
  color: var(--cf-highlight);
  text-decoration: underline;
}

.cf-table__cross,
.cf-table__icon {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle;
}

.cf-table__cross {
  color: var(--cf-highlight-red);
  font-weight: 700;
}

.cf-table__star {
  color: #f5a623;
  font-size: 0.95rem;
}

.cf-table__highlight {
  color: var(--cf-highlight);
  font-weight: 600;
}

.cf-table__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.cf-table__badge-logo {
  width: auto;
  height: 34px;
  max-width: 120px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 0;
  display: block;
}

.cf-table__kyc-status {
  display: inline-block;
  color: var(--cf-highlight-orange);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.cf-table__kyc-note {
  font-size: 0.78rem;
  color: var(--cf-text-muted);
  margin: 0;
  line-height: 1.4;
}


/* =tactical_group_tables */

.cf-tactical__header {
  display: grid;
  grid-template-columns: 25% 37.5% 37.5%;
  align-items: center;
  background: #0a1430;
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius-md);
  margin-bottom: 24px;
}

.cf-tactical__header-cell {
  padding: 16px 24px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  border-right: 1px solid var(--cf-border);
}

.cf-tactical__header-cell:last-child {
  border-right: none;
}

.cf-tactical__header-cell--category {
  text-transform: none;
  letter-spacing: 0.02em;
}

.cf-tactical__header-cell--firm {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.cf-tactical__header-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.cf-tactical__group-title {
  font-size: 1rem;
  color: #fff;
  /* letter-spacing: 0.05em; */
  margin: 0 0 12px;
  padding: 0;
}

.cf-tactical__group-title + .cf-tactical__group {
  margin-top: 0;
}

.cf-tactical__group-title:not(:first-of-type),
.cf-tactical__group + .cf-tactical__group-title {
  margin-top: 32px;
}

.cf-tactical__group {
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius-md);
  overflow: hidden;
}

.cf-tactical__group .cf-table tbody tr,
.cf-tactical__group .cf-table tbody tr:nth-child(even):not(.cf-table__group-row),
.cf-tactical__group .cf-table tbody tr:hover:not(.cf-table__group-row) {
  background: transparent;
}

.cf-tactical__group .cf-table tbody tr:last-child td {
  border-bottom: none;
}


/* =platforms_section_override */

.cf-platforms .cf-table {
  border-spacing: 0 18px;
}

.cf-platforms .cf-table thead th {
  background: #0a1430;
  border: 1px solid #1e4d8c;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 22px 28px;
  font-size: 0.82rem;
}

.cf-platforms .cf-table thead th:first-child {
  border-top-left-radius: var(--cf-radius-md);
  border-bottom-left-radius: var(--cf-radius-md);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-weight: 700;
}

.cf-platforms .cf-table thead th:last-child {
  border-top-right-radius: var(--cf-radius-md);
  border-bottom-right-radius: var(--cf-radius-md);
}

.cf-platforms .cf-table thead th:not(:first-child) {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.cf-platforms .cf-table__firm-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.cf-platforms .cf-table tbody tr,
.cf-platforms .cf-table tbody tr:nth-child(even):not(.cf-table__group-row),
.cf-platforms .cf-table tbody tr:hover:not(.cf-table__group-row) {
  background: transparent;
}

.cf-platforms .cf-table tbody tr:not(.cf-table__group-row) td {
  border: none;
  padding: 0 8px 0 15px;
}

.cf-platforms .cf-table tbody td:first-child {
  background: #0a1430;
  border: 1px solid #1e4d8c;
  border-radius: var(--cf-radius-md);
  color: rgba(13, 165, 250, 1);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 8px 14px 15px !important;
  text-align: left;
  vertical-align: middle;
}

.cf-platforms .cf-table tbody td:nth-child(2),
.cf-platforms .cf-table tbody td:nth-child(3) {
  padding: 0 8px 0 15px;
  vertical-align: middle;
  text-align: center;
}

.cf-platforms .cf-table tbody td:nth-child(2) {
  border-right: none;
}


/* =payouts_section_override */

.cf-payouts .cf-table {
  border-spacing: 0 14px;
}

.cf-payouts .cf-table thead th {
  background: linear-gradient(180deg, rgba(20, 40, 85, 0.7) 0%, rgba(12, 26, 60, 0.7) 100%);
  border: 1px solid #1e4d8c;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 21px 28px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.cf-payouts .cf-table thead th:first-child {
  border-top-left-radius: var(--cf-radius-md);
  border-bottom-left-radius: var(--cf-radius-md);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  text-align: left;
}

.cf-payouts .cf-table thead th:last-child {
  border-top-right-radius: var(--cf-radius-md);
  border-bottom-right-radius: var(--cf-radius-md);
}

.cf-payouts .cf-table__firm-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.cf-payouts .cf-table tbody tr,
.cf-payouts .cf-table tbody tr:nth-child(even):not(.cf-table__group-row),
.cf-payouts .cf-table tbody tr:hover:not(.cf-table__group-row) {
  background: transparent;
}

.cf-payouts .cf-table tbody tr:not(.cf-table__group-row) td {
  border: none;
  padding: 0 8px;
  vertical-align: middle;
}

.cf-payouts .cf-table tbody td.cf-table__label {
  background: #0a1430;
  border: 1px solid #1e4d8c;
  border-radius: var(--cf-radius-md);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 12px 24px !important;
  text-align: left;
}

.cf-payouts .cf-table tbody td.cf-table__value {
  text-align: center;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 18px 12px;
}

.cf-payouts .cf-table [data-cf-row="profit-split"] .cf-table__value {
  color: rgba(13, 165, 250, 1);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.cf-payouts .cf-table__highlight {
  color: #3c8dff;
  font-weight: 700;
  font-size: 1rem;
}

.cf-payouts .cf-table__badges {
  justify-content: center;
}

.cf-payouts .cf-table__badge {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
}

.cf-payouts .cf-table__badge + .cf-table__badge::before {
  content: '/';
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}


.cf-platforms .cf-table .cf-table__badges {
  justify-content: center;
  gap: 18px;
  align-items: center;
}

.cf-platforms .cf-table [data-cf-row="platforms"] .cf-table__badge {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cf-platforms [data-cf-table="platforms-detail"] tbody td.cf-table__value {
  vertical-align: top;
}

.cf-platforms [data-cf-table="platforms-detail"] [data-cf-row="platforms"] td.cf-table__value,
.cf-platforms [data-cf-table="platforms-detail"] [data-cf-row="platforms"] td.cf-table__label,
.cf-platforms [data-cf-table="platforms-detail"] [data-cf-row="support-channels"] td.cf-table__value,
.cf-platforms [data-cf-table="platforms-detail"] [data-cf-row="support-channels"] td.cf-table__label,
.cf-platforms [data-cf-table="platforms-detail"] [data-cf-row="kyc"] td.cf-table__value,
.cf-platforms [data-cf-table="platforms-detail"] [data-cf-row="kyc"] td.cf-table__label {
  vertical-align: middle;
}

.cf-platforms .cf-table__badges--support {
  align-items: center;
}

.cf-platforms .cf-table__badge--support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cf-platforms .cf-table__badge-icon {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.cf-support-icon {
  display: block;
  vertical-align: middle;
  transform: scale(0.9);
  transform-origin: center;
}

.cf-platforms .cf-table__kyc-status {
  display: inline-block;
  background: #22C55E29;
  color: rgba(34, 197, 94, 1);
  /* border: 1px solid rgba(34, 197, 94, 0.4); */
  padding: 2px 12px;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.cf-platforms .cf-table__kyc-note {
  color: var(--cf-text);
  font-size: 0.9rem;
  line-height: 1.38;
  max-width: 320px;
  margin: 0 auto;
}


/* =challenge_comparison_module */

.cf-challenges {
  background: var(--cf-bg-primary);
  padding: 60px 0;
}

.cf-challenges__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cf-challenges__card {
  background: var(--cf-bg-card);
  border: 1px solid var(--cf-border-soft);
  border-radius: var(--cf-radius-md);
  padding: 32px;
  transition: border-color var(--cf-transition);
}

.cf-challenges__card:hover {
  border-color: var(--cf-border);
}

.cf-challenges__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.cf-challenges__card-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* background: #0f2145; */
  border-radius: 12px;
  padding: 8px;
}

.cf-challenges__card-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.cf-challenges__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cf-challenges__item {
  background: linear-gradient(139.15deg, #1F1F30 2.52%, rgba(21, 21, 31, 0) 97.48%), radial-gradient(44.53% 37.7% at 28.59% 27.87%, rgba(22, 97, 209, 0.22) 0%, rgba(22, 97, 209, 0) 100%);
  /* border: 1px solid rgb(115 115 115 / 35%); */
  border-radius: var(--cf-radius-md);
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 1px 0 0.5px #1661d16b;
  border-left: 1px solid rgb(115 115 115 / 35%);
  border-right: 1px solid rgb(115 115 115 / 35%);
  border-top: 1px solid rgb(115 115 115 / 35%);
  border-bottom: none;
}

[data-cf-challenges="b"] .cf-challenges__item {
  position: relative;
  border: none;
  border-radius: var(--cf-radius-md);
  box-shadow: 0 1px 0 0.5px #22c55e6e;
  border-left: 1px solid rgb(115 115 115 / 35%);
  border-right: 1px solid rgb(115 115 115 / 35%);
  border-top: 1px solid rgb(115 115 115 / 35%);
  border-bottom: none;
}

[data-cf-challenges="b"] .cf-challenges__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  /* background: linear-gradient(180deg, #27273C 0%, #22C55E 100%); */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.cf-challenges__badge {
  display: inline-block;
  border: 1px solid rgba(60, 141, 255, 0.45);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(34, 197, 94, 1);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

[data-cf-challenges="a"] .cf-challenges__badge {
  color: rgba(19, 127, 236, 1);
  background: rgba(19, 127, 236, 0.2);
}

[data-cf-challenges="b"] .cf-challenges__badge {
  background: rgba(34, 197, 94, 0.2);
}

/* Account Sizes available row — render as cf-challenges__badge style */
[data-cf-row="account-sizes"] .cf-table__badges {
  gap: 3px;
}
[data-cf-row="account-sizes"] .cf-table__badge {
  display: inline-block;
  border: 1px solid rgba(60, 141, 255, 0.45);
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(34, 197, 94, 1);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
[data-cf-row="account-sizes"] [data-cf-cell="a"] .cf-table__badge {
  color: rgba(19, 127, 236, 1);
  background: rgba(19, 127, 236, 0.2);
}
[data-cf-row="account-sizes"] [data-cf-cell="b"] .cf-table__badge {
  background: rgba(34, 197, 94, 0.2);
}

.cf-challenges__desc {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}


/* =critical_rules */

.cf-rules {
  background: var(--cf-bg-primary);
  padding: 60px 0;
}

.cf-rules__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cf-rules__card {
  background: var(--cf-bg-card);
  border-radius: var(--cf-radius-sm);
  padding: 24px;
  transition: border-color var(--cf-transition);
  border: 1px solid #092752;
}

.cf-rules__card:hover {
  border-color: var(--cf-border);
}

.cf-rules__card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf-rules__card-icon img {
  width: 18px;
  height: 18px;
}

.cf-rules__card-icon--consistency {
  background: rgba(31, 105, 255, 0.15);
}

.cf-rules__card-icon--news {
  background: rgba(255, 77, 77, 0.15);
}

.cf-rules__card-icon--swing {
  background: rgba(0, 196, 140, 0.15);
}

.cf-rules__card-icon--kyc {
  background: rgba(245, 166, 35, 0.15);
}

.cf-rules__card-icon--payout {
  background: rgba(31, 105, 255, 0.15);
}

.cf-rules__card-icon--commissions {
  background: rgba(0, 196, 140, 0.15);
}

.cf-rules__card-icon--summary {
  background: rgba(255, 107, 53, 0.15);
}

.cf-rules__card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.cf-rules__card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.cf-rules__card-row + .cf-rules__card-row {
  border-top: 1px solid var(--cf-border-soft);
}

.cf-rules__card-firm {
  font-size: 0.75rem;
  color: var(--cf-text-muted);
  font-weight: 500;
  min-width: 90px;
  flex-shrink: 0;
}

.cf-rules__card-value {
  font-size: 0.75rem;
  color: var(--cf-text);
  font-weight: 600;
  text-align: right;
  line-height: 15px;
}


/* =restricted_countries */

.cf-restricted {
  background: var(--cf-bg-primary);
  padding: 60px 0;
}

.cf-restricted__header {
  background: var(--cf-bg-card);
  border: 1px solid var(--cf-border-soft);
  border-radius: var(--cf-radius-md);
  padding: 12px 32px;
  text-align: center;
  margin-bottom: 24px;
}

.cf-restricted__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(13, 165, 250, 1);
  margin: 0;
}

.cf-restricted__legend {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  padding: 0 16px;
}

.cf-restricted__legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  color: var(--cf-text);
  font-weight: 700;
}

.cf-restricted__legend-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cf-restricted__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.cf-restricted__dot--a {
  background: rgba(216, 0, 39, 1);
}

.cf-restricted__dot--b {
  background: rgba(34, 197, 94, 1);
}

.cf-restricted__dot--both {
  background: rgba(255, 140, 9, 1);
}

.cf-restricted__map {
  background: var(--cf-bg-card);
  border: 1px solid #1e4d8c;
  border-radius: var(--cf-radius-md);
  overflow: hidden;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 32px;
}

.cf-restricted__map svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.cf-restricted__map svg path {
  transition: fill 0.2s ease;
}

.cf-restricted__map-inner {
  position: relative;
  width: 100%;
  transform-origin: center center;
  transition: transform 0.12s ease-out;
  will-change: transform;
}

.cf-restricted__map[data-cf-pannable="1"] {
  cursor: grab;
}

.cf-restricted__map[data-cf-pannable="1"].is-grabbing {
  cursor: grabbing;
}

.cf-restricted__map.is-grabbing .cf-restricted__map-inner {
  transition: none;
}

.cf-restricted__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

.cf-restricted__zoom-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(11, 26, 51, 0.8);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.1s ease, opacity 0.15s ease;
}

.cf-restricted__zoom-btn:hover:not(:disabled) {
  background: rgba(30, 77, 140, 0.95);
}

.cf-restricted__zoom-btn:active:not(:disabled) {
  transform: translateY(1px);
}

.cf-restricted__zoom-btn--in {
  background: #2271b1;
  border-color: #2271b1;
}

.cf-restricted__zoom-btn--in:hover:not(:disabled) {
  background: #135e96;
}

.cf-restricted__zoom-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cf-map-label {
  position: absolute;
  transform: translate(-50%, -100%);
  background: #ffffff;
  color: #0b1a33;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  box-shadow:
    0 0 0 6px rgba(59, 130, 246, 0.12),
    0 8px 20px rgba(11, 26, 51, 0.25);
  white-space: nowrap;
  display: none;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  z-index: 5;
}

.cf-map-label.is-visible {
  display: inline-flex;
}

.cf-map-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}

.cf-map-label__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cf-map-label__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  border: 1px solid rgba(11, 26, 51, 0.08);
}


.cf-restricted__lists {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: left;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid #1e4d8c;
  border-radius: var(--cf-radius-md);
  padding: 28px 32px;
}

.cf-restricted__list {
  padding: 20px 0;
}

.cf-restricted__list:first-child {
  padding-top: 0;
}

.cf-restricted__list:last-child {
  padding-bottom: 0;
}

.cf-restricted__list + .cf-restricted__list {
  border-top: 1px solid #1e4d8c;
}

.cf-restricted__list-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.cf-restricted__list-head .cf-restricted__dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.cf-restricted__list-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  padding: 4px;
  flex-shrink: 0;
}

.cf-restricted__list-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cf-text);
  letter-spacing: 0.01em;
  flex: 1;
  min-width: 0;
}

.cf-restricted__list-count {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--cf-text-muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--cf-border-soft);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cf-restricted__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cf-restricted__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--cf-text);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px 6px 6px;
  border-radius: 8px;
  border: 1px solid var(--cf-border-soft);
  white-space: nowrap;
  transition: background var(--cf-transition), border-color var(--cf-transition);
}

.cf-restricted__chip:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.cf-restricted__chip-flag {
  width: 20px;
  height: 15px;
  border-radius: 3px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cf-restricted__empty {
  font-size: 0.8rem;
  color: var(--cf-text-muted);
  font-style: italic;
}


/* =featured_tools */

.cf-tools {
  background: var(--cf-bg-primary);
  padding: 60px 0;
}

.cf-tools__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cf-tools__card {
  border-radius: var(--cf-radius-md);
  padding: 32px;
  transition: border-color var(--cf-transition);
  background: linear-gradient(95.73deg, #0E162A 0%, #061437 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #005ABE 0%, #151D31 100%);
}

.cf-tools__card:hover {
  border-color: var(--cf-border);
}

.cf-tools__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.cf-tools__card-desc {
  font-size: 0.85rem;
  color: rgb(186 186 186);
  line-height: 1.6;
  margin-bottom: 16px;
}

.cf-tools__card-link {
  display: inline-block;
  background: linear-gradient(98.16deg, #3385FF 2.25%, #00B4FF 95.02%);
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: opacity var(--cf-transition);
}

.cf-tools__card-link:hover {
  opacity: 0.9;
  color: #fff;
}

.cf-tools__card-preview {
  border-radius: var(--cf-radius-sm);
  overflow: hidden;
}

.cf-tools__card-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.cf-tools__card:last-child .cf-tools__card-preview img {
  transform: scale(1.3);
  transform-origin: center;
}


/* =related_comparisons */

.cf-related {
  background: var(--cf-bg-primary);
  padding: 60px 0;
}

.cf-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cf-related__card {
  border: 1px solid var(--cf-border-soft);
  border-radius: var(--cf-radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: border-color var(--cf-transition);
  background: linear-gradient(139.15deg, #1F1F30 2.52%, rgba(21, 21, 31, 0) 97.48%), radial-gradient(44.53% 37.7% at 28.59% 27.87%, rgba(22, 97, 209, 0.22) 0%, rgba(22, 97, 209, 0) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #27273C 0%, #1661D1 100%);
}

.cf-related__card:hover {
  border-color: var(--cf-border);
}

.cf-related__card-firms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.cf-related__card-firm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cf-related__card-logo {
  width: 120px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
}

.cf-related__card-name {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--cf-text);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cf-related__card-vs {
  font-size: 1.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--cf-grad-start), var(--cf-grad-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cf-related__card-link {
  display: inline-block;
  width: 100%;
  background: linear-gradient(135deg, var(--cf-grad-start), #00b4d8);
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity var(--cf-transition);
}

.cf-related__card-link:hover {
  opacity: 0.9;
  color: #fff;
}


/* =footer_cta */

.cf-footer-cta {
  background: var(--cf-bg-primary);
  padding: 60px 0 80px;
}

.cf-footer-cta__versus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 48px;
}

.cf-footer-cta__firm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cf-footer-cta__logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  /* background: #0b1730; */
  border-radius: 12px;
  padding: 10px;
}

.cf-footer-cta__name {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cf-text);
  letter-spacing: 0.08em;
}

.cf-footer-cta__vs {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--cf-grad-start), var(--cf-grad-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cf-footer-cta__btn {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--cf-transition);
  background: linear-gradient(98.16deg, #3385FF 2.25%, #00B4FF 95.02%);
}

.cf-footer-cta__btn:hover {
  background: var(--cf-highlight);
  color: #fff;
}

.cf-footer-cta__tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cf-footer-cta__tool-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(31, 105, 255, 0.1), rgba(0, 180, 216, 0.08));
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius-sm);
  padding: 20px 24px;
  text-decoration: none;
  transition: border-color var(--cf-transition);
}

.cf-footer-cta__tool-card:hover {
  border-color: var(--cf-highlight);
}

.cf-footer-cta__tool-icon {
  width: 40px;
  flex-shrink: 0;
}

.cf-footer-cta__tool-text {
  flex: 1;
}

.cf-footer-cta__tool-text strong {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 2px;
}

.cf-footer-cta__tool-text span {
  font-size: 0.78rem;
  color: var(--cf-text-muted);
  line-height: 1.4;
}

.cf-footer-cta__tool-arrow {
  color: var(--cf-text-muted);
  font-size: 1.2rem;
  flex-shrink: 0;
}


/* =responsive */

@media (max-width: 991.98px) {
  .cf-hero__title {
    font-size: 2rem;
  }

  .cf-hero__versus {
    gap: 24px;
  }

  .cf-hero__line {
    width: 40px;
  }

  .cf-hero__logo {
    width: 56px;
    height: 56px;
  }

  .cf-rules__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cf-related__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .cf-footer-cta__versus {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .cf-hero {
    padding: 120px 0 40px;
  }

  .cf-hero__title {
    font-size: 1.5rem;
  }

  .cf-hero__versus {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-hero__firm {
    flex: 1 1 0;
    min-width: 0;
  }

  .cf-hero__btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.68rem;
    padding: 6px 8px;
    text-align: center;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
    word-break: keep-all;
  }

  .cf-hero__vs-divider {
    flex: 0 0 auto;
    flex-direction: row;
  }

  .cf-hero__line {
    width: 20px;
  }

  .cf-hero__selectors {
    flex-direction: row;
    gap: 12px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-hero__selector {
    flex: 1 1 0;
    min-width: 0;
  }

  .cf-hero__select {
    width: 100%;
    min-width: 0;
  }

  .cf-challenges__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cf-challenges__card {
    padding: 20px;
  }

  .cf-challenges__card-header {
    margin-bottom: 18px;
  }

  .cf-challenges__card-logo {
    width: 48px;
    height: 48px;
  }

  .cf-challenges__item {
    padding: 18px 16px;
  }

  .cf-challenges__desc {
    font-size: 0.85rem;
  }

  .cf-rules__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cf-rules__card {
    padding: 18px;
  }

  .cf-tools__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cf-tools__card {
    padding: 22px;
  }

  .cf-tools__card-title {
    font-size: 1.1rem;
  }

  .cf-footer-cta__versus {
    flex-direction: column;
    gap: 20px;
  }

  .cf-footer-cta__tools {
    grid-template-columns: 1fr;
  }

  .cf-footer-cta__tool-card {
    padding: 16px;
    gap: 12px;
  }

  .cf-footer-cta__logo {
    width: 72px;
    height: 72px;
  }

  .cf-section__title {
    font-size: 1.5rem;
  }

  .cf-tactical,
  .cf-payouts,
  .cf-platforms,
  .cf-challenges,
  .cf-rules,
  .cf-restricted,
  .cf-tools,
  .cf-related,
  .cf-footer-cta {
    padding: 48px 0;
  }

  .cf-tactical__header {
    grid-template-columns: 28% 36% 36%;
  }

  .cf-tactical__header-cell {
    padding: 12px 10px;
    font-size: 0.75rem;
    min-width: 0;
  }

  .cf-tactical__header-cell--firm {
    gap: 6px;
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }

  .cf-tactical__header-cell--firm span {
    min-width: 0;
  }

  .cf-tactical__header-logo {
    width: 20px;
    height: 20px;
  }

  .cf-restricted__panel {
    padding: 24px;
  }

  .cf-restricted__legend {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .cf-restricted__map {
    padding: 20px 12px;
  }

  .cf-restricted__zoom {
    top: 8px;
    right: 8px;
    gap: 6px;
  }

  .cf-restricted__zoom-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .cf-restricted__lists {
    padding: 18px 16px;
    margin-top: 24px;
  }

  .cf-restricted__list {
    padding: 16px 0;
  }

  .cf-restricted__list-head {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
  }

  .cf-restricted__list-name {
    font-size: 0.9rem;
  }

  .cf-table__label {
    min-width: 140px;
    font-size: 0.78rem;
    padding: 12px 14px;
  }

  .cf-table__value {
    font-size: 0.78rem;
    padding: 12px 14px;
  }

  .cf-table thead th {
    font-size: 0.78rem;
    padding: 12px 14px;
  }

  .cf-table__firm-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  /* Payouts and Costs: shrink the larger custom font sizes on mobile */
  .cf-payouts .cf-table thead th {
    font-size: 0.8rem;
    padding: 14px 12px;
  }

  .cf-payouts .cf-table thead th:first-child {
    font-size: 0.7rem;
  }

  .cf-payouts .cf-table tbody td.cf-table__label {
    font-size: 0.78rem;
    padding: 10px 14px !important;
  }

  .cf-payouts .cf-table tbody td.cf-table__value {
    font-size: 0.78rem;
    padding: 12px 8px;
  }

  .cf-payouts .cf-table [data-cf-row="profit-split"] .cf-table__value {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }

  .cf-payouts .cf-table__highlight {
    font-size: 0.82rem;
  }

  .cf-payouts .cf-table__badge {
    font-size: 0.78rem;
  }

  .cf-payouts .cf-table__firm-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }

  /* Section-wide font scale-down for mobile */
  .cf-table__group-label {
    font-size: 0.72rem;
  }

  .cf-challenges__card-name {
    font-size: 0.95rem;
  }

  .cf-challenges__badge {
    font-size: 0.7rem;
    padding: 5px 14px;
  }

  .cf-challenges__desc {
    font-size: 0.85rem;
  }

  .cf-rules__card-title {
    font-size: 0.85rem;
  }

  .cf-rules__card-firm,
  .cf-rules__card-value {
    font-size: 0.72rem;
  }

  /* Platforms section */
  .cf-platforms .cf-table thead th {
    font-size: 0.85rem;
    padding: 14px 14px;
  }

  .cf-platforms .cf-table tbody td.cf-table__label {
    font-size: 0.78rem;
  }

  .cf-platforms .cf-table [data-cf-row="platforms"] .cf-table__badge {
    font-size: 0.65rem;
  }

  .cf-platforms .cf-table__badge-logo {
    width: auto;
    height: 32px;
    max-width: 70px;
  }

  .cf-table__kyc-status {
    font-size: 0.72rem;
  }

  .cf-table__kyc-note {
    font-size: 0.72rem;
  }

  /* Restricted */
  .cf-restricted__title {
    font-size: 1.15rem;
  }

  .cf-restricted__legend-item {
    font-size: 0.85rem;
  }

  .cf-restricted__list-count {
    font-size: 0.65rem;
  }

  .cf-restricted__chip {
    font-size: 0.72rem;
  }

  .cf-restricted__empty {
    font-size: 0.72rem;
  }

  /* Tools */
  .cf-tools__card-title {
    font-size: 1rem;
  }

  .cf-tools__card-desc {
    font-size: 0.78rem;
  }

  .cf-tools__card-link {
    font-size: 0.72rem;
    padding: 9px 18px;
  }

  /* Related */
  .cf-related__card-name {
    font-size: 0.6rem;
  }

  .cf-related__card-vs {
    font-size: 0.95rem;
  }

  .cf-related__card-link {
    font-size: 0.78rem;
    padding: 10px 18px;
  }

  /* Footer CTA */
  .cf-footer-cta__vs {
    font-size: 1.5rem;
  }

  .cf-footer-cta__name {
    font-size: 0.7rem;
  }

  .cf-footer-cta__btn {
    font-size: 0.72rem;
    padding: 7px 18px;
  }

  .cf-footer-cta__tool-text strong {
    font-size: 0.82rem;
  }

  .cf-footer-cta__tool-text span {
    font-size: 0.72rem;
  }

  .cf-footer-cta__tool-arrow {
    font-size: 1rem;
  }

  /* Hero select */
  .cf-hero__select {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .cf-hero {
    padding: 100px 0 32px;
  }

  .cf-hero__title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  .cf-hero__logo {
    width: 48px;
    height: 48px;
  }

  .cf-hero__firm-name {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }

  .cf-hero__btn {
    font-size: 0.62rem;
    padding: 5px 6px;
    letter-spacing: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
  }

  .cf-hero__line {
    width: 24px;
  }

  .cf-hero__vs-text {
    font-size: 1.5rem;
  }

  .cf-section__title {
    font-size: 1.25rem;
  }

  .cf-tactical,
  .cf-payouts,
  .cf-platforms,
  .cf-challenges,
  .cf-rules,
  .cf-restricted,
  .cf-tools,
  .cf-related,
  .cf-footer-cta {
    padding: 36px 0;
  }

  .cf-tactical__header {
    grid-template-columns: 30% 35% 35%;
  }

  .cf-tactical__header-cell {
    padding: 10px 6px;
    font-size: 0.65rem;
  }

  .cf-tactical__header-cell--firm {
    flex-direction: column;
    gap: 4px;
  }

  .cf-tactical__header-logo {
    width: 18px;
    height: 18px;
  }

  .cf-rules__card {
    padding: 14px;
  }

  .cf-rules__card-firm {
    min-width: 72px;
  }

  .cf-rules__card-title {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .cf-challenges__card {
    padding: 16px;
  }

  .cf-table__label,
  .cf-table__value,
  .cf-table thead th {
    padding: 10px 10px;
    font-size: 0.72rem;
  }

  .cf-table__label {
    min-width: 120px;
  }

  .cf-payouts .cf-table thead th {
    font-size: 0.72rem;
    padding: 12px 8px;
  }

  .cf-payouts .cf-table thead th:first-child {
    font-size: 0.65rem;
  }

  .cf-payouts .cf-table tbody td.cf-table__label {
    font-size: 0.72rem;
    padding: 9px 10px !important;
  }

  .cf-payouts .cf-table tbody td.cf-table__value {
    font-size: 0.72rem;
    padding: 10px 6px;
  }

  .cf-payouts .cf-table [data-cf-row="profit-split"] .cf-table__value {
    font-size: 0.85rem;
  }

  .cf-payouts .cf-table__highlight,
  .cf-payouts .cf-table__badge {
    font-size: 0.72rem;
  }

  .cf-restricted__map {
    padding: 14px 8px;
  }

  .cf-restricted__lists {
    padding: 14px 12px;
  }

  .cf-restricted__chip {
    font-size: 0.72rem;
    padding: 5px 10px 5px 5px;
  }

  .cf-related__card {
    padding: 18px;
  }

  .cf-footer-cta__logo {
    width: 60px;
    height: 60px;
  }

  .cf-footer-cta__vs {
    font-size: 1.25rem;
  }

  .cf-footer-cta__name {
    font-size: 0.65rem;
  }

  .cf-footer-cta__btn {
    font-size: 0.68rem;
    padding: 6px 14px;
  }

  .cf-footer-cta__tool-text strong {
    font-size: 0.78rem;
  }

  .cf-footer-cta__tool-text span {
    font-size: 0.68rem;
  }

  /* Section-wide small-mobile fonts */
  .cf-challenges__card-name {
    font-size: 0.88rem;
  }

  .cf-challenges__badge {
    font-size: 0.65rem;
    padding: 4px 12px;
  }

  .cf-challenges__desc {
    font-size: 0.78rem;
  }

  .cf-rules__card-firm,
  .cf-rules__card-value {
    font-size: 0.68rem;
  }

  .cf-platforms .cf-table thead th {
    font-size: 0.75rem;
    padding: 12px 10px;
  }

  .cf-platforms .cf-table tbody td.cf-table__label {
    font-size: 0.72rem;
  }

  .cf-platforms .cf-table [data-cf-row="platforms"] .cf-table__badge {
    font-size: 0.6rem;
  }

  .cf-platforms .cf-table__badge-logo {
    width: auto;
    height: 28px;
    max-width: 60px;
  }

  .cf-table__kyc-status,
  .cf-table__kyc-note {
    font-size: 0.68rem;
  }

  .cf-restricted__title {
    font-size: 1rem;
  }

  .cf-restricted__legend-item {
    font-size: 0.78rem;
  }

  .cf-restricted__list-name {
    font-size: 0.82rem;
  }

  .cf-restricted__list-count {
    font-size: 0.6rem;
  }

  .cf-restricted__chip {
    font-size: 0.68rem;
  }

  .cf-tools__card-title {
    font-size: 0.95rem;
  }

  .cf-tools__card-desc {
    font-size: 0.72rem;
  }

  .cf-tools__card-link {
    font-size: 0.68rem;
    padding: 8px 16px;
  }

  .cf-related__card-name {
    font-size: 0.55rem;
  }

  .cf-related__card-vs {
    font-size: 0.85rem;
  }

  .cf-related__card-link {
    font-size: 0.72rem;
    padding: 9px 14px;
  }

  .cf-table__group-label {
    font-size: 0.65rem;
  }

  .cf-hero__select {
    font-size: 0.75rem;
    padding: 8px 30px 8px 12px;
  }
}


/* =sticky_jump_nav */

.cf-sticky-nav {
  position: fixed;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--cf-border);
  padding: 12px 0;
  background: rgba(51, 133, 255, 0.2);
  text-align: center;
  max-width: 812px;
  margin: 0 auto;
  border-radius: 12px;
}

.cf-sticky-nav__inner {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
}

.cf-sticky-nav__btn {
  flex: 0 1 auto;
  padding: 10px 22px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--cf-text-secondary, rgba(255, 255, 255, 0.6));
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.cf-sticky-nav__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.cf-sticky-nav__btn--active {
  background: var(--cf-grad-start);
  color: #fff;
}

.cf-sticky-nav__btn--active:hover {
  background: var(--cf-grad-start);
}

@media (max-width: 767.98px) {
  .cf-sticky-nav {
    max-width: calc(100% - 16px);
    margin: 0 8px;
    padding: 8px 0;
  }

  .cf-sticky-nav__inner {
    display: flex;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 4px;
    padding: 0 8px;
  }

  .cf-sticky-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .cf-sticky-nav__btn {
    padding: 8px 14px;
    font-size: 0.78rem;
    flex: 0 0 auto;
  }
}

@media (max-width: 576px) {
  .cf-sticky-nav__inner {
    gap: 4px;
    padding: 0 8px;
  }

  .cf-sticky-nav__btn {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
}
