/* ── Homepage scoped styles ─────────────────────────────────── */
.kt-hp * { box-sizing: border-box; }
.kt-hp {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  color: #0B1F3A;
  overflow-x: hidden;
}

/* HERO */
.kt-hp .kt-hero {
  background: linear-gradient(135deg, #0D3B6E 0%, #1A5BA8 100%);
  padding: 52px 5% 44px;
  position: relative;
  overflow: hidden;
}
.kt-hp .kt-hero::after {
  content: '';
  position: absolute;
  right: -80px; top: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(0,200,150,.1);
  background: rgba(0,200,150,.04);
}
.kt-hp .kt-hero-eyebrow {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-bottom: 14px;
  letter-spacing: .03em;
}
.kt-hp .kt-hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  max-width: 640px;
}
.kt-hp .kt-hero h1 em { color: #00C896; font-style: normal; }
.kt-hp .kt-hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 22px;
}
.kt-hp .kt-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.kt-hp .kt-btn-primary {
  height: 44px;
  background: #00C896;
  color: #0D3B6E;
  font-weight: 700;
  font-size: 14px;
  padding: 0 24px;
  border-radius: 9px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background .15s;
}
.kt-hp .kt-btn-primary:hover { background: #00A578; color: #0D3B6E; }
.kt-hp .kt-btn-ghost {
  height: 44px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 0 22px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background .15s;
}
.kt-hp .kt-btn-ghost:hover { background: rgba(255,255,255,.18); }
.kt-hp .kt-hero-trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,.6);
}
.kt-hp .kt-hero-trust span::before { content: '✓ '; color: #00C896; }

/* SECTIONS */
.kt-hp .kt-sec {
  padding: 48px 5%;
  background: #F5F7FA;
}
.kt-hp .kt-sec.white { background: #fff; }
.kt-hp .kt-sec-inner { max-width: 1100px; margin: 0 auto; }
.kt-hp .kt-sec-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00A578;
  margin-bottom: 6px;
}
.kt-hp .kt-sec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.kt-hp .kt-sec-h2 {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0B1F3A;
  letter-spacing: -.02em;
  margin: 0;
}
.kt-hp .kt-view-all {
  font-size: 13px;
  font-weight: 600;
  color: #1A5BA8;
  text-decoration: none;
  white-space: nowrap;
}
.kt-hp .kt-view-all:hover { color: #0D3B6E; }

/* BROKER TABLE */
.kt-hp .kt-broker-table {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 12px;
  overflow: hidden;
}
.kt-hp .kt-broker-head {
  display: grid;
  grid-template-columns: 2.2fr 0.8fr 1.1fr 1.4fr 0.8fr 1.1fr;
  background: #F5F7FA;
  border-bottom: 1px solid #D9E3EE;
  padding: 10px 20px;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: #8A9BB2;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.kt-hp .kt-broker-row {
  display: grid;
  grid-template-columns: 2.2fr 0.8fr 1.1fr 1.4fr 0.8fr 1.1fr;
  padding: 16px 20px;
  border-bottom: 1px solid #F5F7FA;
  align-items: center;
  transition: background .15s;
}
.kt-hp .kt-broker-row:last-child { border-bottom: none; }
.kt-hp .kt-broker-row:hover { background: #FAFBFD; }
.kt-hp .kt-broker-row.featured { background: rgba(0,200,150,.03); border-left: 3px solid #00C896; }
.kt-hp .kt-b-cell { display: flex; align-items: center; gap: 10px; }
.kt-hp .kt-b-logo {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 13px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.kt-hp .kt-b-name { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; color: #0B1F3A; }
.kt-hp .kt-b-tag {
  font-size: 9px; font-weight: 700;
  padding: 2px 7px; border-radius: 3px;
  display: inline-block; margin-top: 3px;
}
.kt-hp .kt-b-val { font-family: 'DM Mono', monospace; font-size: 13px; font-weight: 500; color: #0B1F3A; }
.kt-hp .kt-b-sub { font-size: 10px; color: #8A9BB2; display: block; margin-top: 1px; }
.kt-hp .kt-b-stars { color: #F5A623; font-size: 12px; letter-spacing: -1px; margin-right: 3px; }
.kt-hp .kt-b-actions { display: flex; gap: 7px; flex-direction: column; }
.kt-hp .kt-btn-review {
  font-size: 11px; font-weight: 600;
  color: #1A5BA8; background: #EBF0F7;
  padding: 5px 11px; border-radius: 5px;
  text-decoration: none; text-align: center;
  transition: background .15s;
}
.kt-hp .kt-btn-review:hover { background: #D9E3EE; }
.kt-hp .kt-btn-visit {
  font-size: 11px; font-weight: 700;
  color: #0D3B6E; background: #00C896;
  padding: 5px 11px; border-radius: 5px;
  text-decoration: none; text-align: center;
  transition: background .15s;
}
.kt-hp .kt-btn-visit:hover { background: #00A578; color: #0D3B6E; }

/* MARKETS GRID */
.kt-hp .kt-markets-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.kt-hp .kt-market-card {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 12px;
  padding: 22px 18px;
  
}
.kt-hp .kt-market-card:hover { border-color: #2E7DD6; transform: translateY(-2px); }
.kt-hp .kt-market-icon { font-size: 28px; margin-bottom: 10px; }
.kt-hp .kt-market-name {
  font-family: 'Sora', sans-serif;
  font-size: 16px; font-weight: 700; color: #0B1F3A;
  margin-bottom: 7px;
}
.kt-hp .kt-market-desc { font-size: 12px; color: #4A5E78; line-height: 1.6; margin-bottom: 12px; }
.kt-hp .kt-market-links { display: flex; flex-direction: column; gap: 4px; }
.kt-hp .kt-market-links a { font-size: 11px; color: #1A5BA8; text-decoration: none; }
.kt-hp .kt-market-links a:hover { color: #0D3B6E; }

/* COMPARE CTA */
.kt-hp .kt-compare-cta {
  background: linear-gradient(135deg, #0D3B6E, #1A5BA8);
  border-radius: 14px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* REVIEWS GRID */
.kt-hp .kt-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.kt-hp .kt-review-card {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 12px;
  padding: 22px;
}
.kt-hp .kt-review-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.kt-hp .kt-review-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 12px; }
.kt-hp .kt-r-tag {
  font-size: 10px; font-weight: 600;
  color: #1A5BA8; background: #EBF0F7;
  padding: 3px 9px; border-radius: 4px;
}
.kt-hp .kt-review-bullets { list-style: none; padding: 0; margin: 0 0 16px; }
.kt-hp .kt-review-bullets li {
  font-size: 12px; color: #4A5E78; line-height: 1.55;
  padding: 5px 0 5px 16px; position: relative;
  border-bottom: 1px solid #F5F7FA;
}
.kt-hp .kt-review-bullets li:last-child { border-bottom: none; }
.kt-hp .kt-review-bullets li::before { content: '→'; position: absolute; left: 0; color: #00A578; font-size: 11px; }
.kt-hp .kt-review-btns { display: flex; gap: 8px; }
.kt-hp .kt-btn-review-lg {
  flex: 1; text-align: center; padding: 9px;
  background: #EBF0F7; color: #1A5BA8;
  font-size: 12px; font-weight: 600;
  border-radius: 7px; text-decoration: none;
}
.kt-hp .kt-btn-review-lg:hover { background: #D9E3EE; }
.kt-hp .kt-btn-visit-lg {
  flex: 1; text-align: center; padding: 9px;
  background: #00C896; color: #0D3B6E;
  font-size: 12px; font-weight: 700;
  border-radius: 7px; text-decoration: none;
}
.kt-hp .kt-btn-visit-lg:hover { background: #00A578; color: #0D3B6E; }

/* NEWS / LEARN GRID */
.kt-hp .kt-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 14px;
}
.kt-hp .kt-news-card {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
  display: block;
  transition: border-color .15s;
}
.kt-hp .kt-news-card:hover { border-color: #2E7DD6; }
.kt-hp .kt-news-cat { font-size: 10px; font-weight: 600; color: #1A5BA8; margin-bottom: 7px; }
.kt-hp .kt-news-title { font-size: 13px; font-weight: 600; color: #0B1F3A; line-height: 1.5; margin-bottom: 8px; }
.kt-hp .kt-news-date { font-size: 11px; color: #8A9BB2; }

/* TOOLS GRID */
.kt-hp .kt-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.kt-hp .kt-tool-card {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 12px;
  padding: 22px;
  text-decoration: none;
  display: block;
  transition: border-color .15s, transform .15s;
}
.kt-hp .kt-tool-card:hover { border-color: #2E7DD6; transform: translateY(-2px); }
.kt-hp .kt-tool-icon { font-size: 26px; margin-bottom: 10px; }
.kt-hp .kt-tool-name { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; color: #0B1F3A; margin-bottom: 6px; }
.kt-hp .kt-tool-desc { font-size: 12px; color: #4A5E78; line-height: 1.6; }

/* RISK WARNING */
.kt-hp .kt-risk {
  background: #F5F7FA;
  border-top: 1px solid #D9E3EE;
  padding: 16px 5%;
}
.kt-hp .kt-risk p {
  font-size: 11px;
  color: #8A9BB2;
  line-height: 1.65;
  max-width: 900px;
  margin: 0 auto;
  border-left: 2px solid #D9E3EE;
  padding-left: 12px;
}
.kt-hp .kt-risk a { color: #8A9BB2; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .kt-hp .kt-markets-grid { grid-template-columns: repeat(2,1fr); }
  .kt-hp .kt-news-grid { grid-template-columns: repeat(2,1fr); }
  .kt-hp .kt-broker-head { display: none; }
  .kt-hp .kt-broker-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px 14px;
    align-items: center;
  }
  .kt-hp .kt-broker-row > *:nth-child(3),
  .kt-hp .kt-broker-row > *:nth-child(4) { display: none; }
  .kt-hp .kt-b-actions { flex-direction: row !important; gap: 6px; }
}
@media (max-width: 768px) {
  .kt-hp .kt-hero h1 { font-size: 28px; }
  .kt-hp .kt-sec { padding: 32px 5%; }
  .kt-hp .kt-markets-grid,
  .kt-hp .kt-tools-grid,
  .kt-hp .kt-news-grid { grid-template-columns: 1fr; }
  .kt-hp .kt-reviews-grid { grid-template-columns: 1fr; }
  .kt-hp .kt-compare-cta { flex-direction: column; padding: 24px 20px; }
}