
:root{
  --text:#0f172a;
  --muted:#64748b;
  --line:#dbe3ee;
  --line-strong:#cfd8e3;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --surface-tint:#f3f6fb;
  --blue:#1f2a86;
  --blue-dark:#16215f;
  --green:#16a34a;
  --orange:#f97316;
  --shadow:0 14px 34px rgba(15,23,42,.06);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"Be Vietnam Pro",ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%;display:block}
.page{width:100%}
.wrap{max-width:961px;margin:0 auto;padding:14px 16px 72px}


/* HERO (clean) */
.hero{
  width:100%;
  min-height:90px;
  position:relative;
  overflow:hidden;
  background:url("./images/hero-bg.jpg") center/cover no-repeat;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.34);
}

.hero__overlay{
  position:relative;
  z-index:1;
  width:100%;
  padding:10px 12px;
  display:flex;
  justify-content:center;
}

.hero__stack{
  width:min(900px,100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  text-align:center;
}

.hero__titleimg{
  width:min(360px,78%);
  height:auto;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

/* text you want to edit */
.hero__subtitle{
  font-weight:800;
  font-size:24px;
  line-height:1.05;
  color:#fff;
  text-shadow:0 8px 18px rgba(0,0,0,.35);
}

/* mobile */
@media (max-width:480px){
  .hero__subtitle{
    font-size:12px;
  }
}

/* Typography */
.prose p,.prose li{font-size:15px;line-height:1.85;color:#334155}
.prose p{margin:0 0 14px}
.prose strong{font-weight:800;color:#334155}
.small{font-size:12px}
.muted{color:var(--muted)}
.center{text-align:center}
.h2,.h3{margin:0 0 12px;font-weight:800;color:#0f1f4a;letter-spacing:-.01em}
.h2{font-size:24px}
.h2--big{font-size:28px}
.h3{font-size:22px}
.h3--center{text-align:center}

/* Section rhythm */
.section{padding:34px 0 4px;position:relative}
.section + .section{border-top:1px solid var(--line)}
.section + .section::before{
  content:"";
  display:block;
  width:96px;
  height:3px;
  margin:16px auto 32px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(31,42,134,.08), rgba(31,42,134,.28), rgba(31,42,134,.08));
}
.intro{background:var(--surface-soft);border:1px solid var(--line);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow)}
.intro--compact p{margin:0;line-height:1.6}
.intro-q{padding-left:22px;margin:6px 0 10px}
.intro-q li{margin:4px 0;line-height:1.6}
.hl{display:inline-block;padding:4px 10px;border-radius:999px;background:#eef4ff;border:1px solid #dbe7ff;color:#0f1f4a;font-weight:800}

/* Ranking */
.rank5{padding-top:8px;background:linear-gradient(180deg,#f8fbff,#f2f6fc);border:1px solid #e7eef7;border-radius:18px;padding:14px 12px;box-shadow:0 10px 24px rgba(15,31,74,.06)}
.rank5__table{width:100%;border-collapse:separate;border-spacing:0 10px;table-layout:fixed}
.rank5__th{background:linear-gradient(180deg,var(--blue),var(--blue-dark));color:#fff;padding:10px 8px;font-size:13px;line-height:1.2;text-align:center}
.rank5__table tbody td{padding:10px 8px;background:#f8fafc;border-top:1px solid #e6edf5;border-bottom:1px solid #e6edf5;line-height:1.15;box-shadow:0 4px 14px rgba(15,31,74,.04)}
.rank5__table tbody tr td:first-child{border-left:1px solid #e6edf5;border-radius:14px 0 0 14px}
.rank5__table tbody tr td:last-child{border-right:1px solid #e6edf5;border-radius:0 14px 14px 0}
.rank5__numcell{text-align:center}
.rank5__num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-weight:800;font-size:15px;box-shadow:inset 0 0 0 1px #bfdbfe}
.rank5__brand{display:flex;align-items:center;gap:8px;min-width:0}
.rank5__logobox{width:84px;display:flex;align-items:center;justify-content:center}
.rank5__logobox img{max-height:28px;width:auto}
.rank5__name{font-weight:800;font-size:16px;line-height:1.1;color:#0f1f4a;white-space:nowrap}
.rank5__table tbody tr:hover td{background:#eef4ff}

.rank5__ctacell{text-align:center;padding-left:4px;padding-right:4px}


.rank5__cta-home:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(37,99,235,.28);
  filter:saturate(1.04);
}
.rank5-transition{margin:12px 0 0}

/* General tables */
.tbl{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff}
.tbl thead th{
  background:linear-gradient(180deg,var(--blue),var(--blue-dark));
  color:#fff;padding:14px 12px;font-size:15px;line-height:1.35;text-align:center;
  border-right:1px solid rgba(255,255,255,.16);
}
.tbl thead th:last-child{border-right:none}
.tbl tbody td{
  padding:16px 12px;background:#fff;border-top:1px solid var(--line);border-right:1px solid var(--line);
  font-size:15px;line-height:1.55;vertical-align:middle;color:#0f172a;
}
.tbl tbody tr td:first-child{border-left:1px solid var(--line)}
.tbl thead tr th:first-child{border-left:1px solid var(--blue-dark)}
.tbl thead tr th:last-child{border-right:1px solid var(--blue-dark)}
.tbl tbody tr:last-child td{border-bottom:1px solid var(--line)}
.section > .tbl{width:80%;margin:0 auto 0;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
#tc6 > .tbl{width:100%}

.broker,.broker--nowrap{display:flex;align-items:center;gap:12px;min-width:0}
.broker__name{font-size:17px;font-weight:800;color:#0f1f4a;white-space:normal}
.dot{width:16px;height:16px;border-radius:0;display:inline-block;flex:0 0 auto}
.dot--orange{background:var(--orange)}
.dot--green{background:#22c55e}
.dot--purple{background:#c4b5fd}
.dot--gray{background:#7c8497}
.badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:98px;
  padding:10px 12px;border-radius:0;font-weight:800;font-size:14px;border:1px solid rgba(0,0,0,.06)
}
.badge--orange{background:var(--orange);color:#fff}
.badge--green{background:#0bd64f;color:#fff}
.badge--purple{background:#e8ddff;color:#3b305e}
.badge--gray,.badge--outline{background:#eef2f7;color:#64748b;border-color:#d7dee8}



/* Notes and bullets */
.checks{padding-left:22px;margin:0 0 14px}
.checks li{margin:8px 0;font-size:15px;line-height:1.8;color:#334155}
.bullets{list-style:none;padding-left:0}
.bullets > li{position:relative;padding-left:28px}
.bulletdot{position:absolute;left:0;top:.7em;width:10px;height:10px;border-radius:999px;background:#22c55e}
.sub-bullets{margin-top:8px;padding-left:18px}
.note{width:80%;margin:0 auto 16px;padding:16px 18px;border-radius:16px;border:1px solid #fed7aa;background:#fff7ed}
.note p{margin:0}
.highlight-note{font-weight:800;color:#7c2d12}
.conclusionquote{width:80%;margin:0 auto;padding:14px 16px;border-left:4px solid var(--blue);background:#f8fbff;border-radius:0 14px 14px 0;color:#475569}
.conclusionquote p{margin:0;font-style:italic;line-height:1.8}
#tc6 .note,#tc6 .conclusionquote{width:100%}

/* Conclusion section */
.conclusion{
  padding:34px 0 0;
  background:linear-gradient(rgba(88,0,21,.92), rgba(88,0,21,.92)), url("./images/hero-bg.jpg") center/cover no-repeat;
}
.conclusion .wrap{padding-top:36px;padding-bottom:42px}
.conclusion__card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.6);
  border-radius:24px;
  box-shadow:0 16px 40px rgba(15,23,42,.14);
  padding:28px;
}
.conclusion__card h2{margin:0 0 14px;font-size:24px;color:#0f1f4a}
.conclusion__card > p{margin:0 0 20px;font-size:16px;line-height:1.9;color:#475569}
.conclusion__items{display:flex;flex-direction:column;gap:16px}
.conclusion__broker{
  display:grid;grid-template-columns:220px minmax(0,1fr) 220px;align-items:center;gap:18px;
  padding:18px 20px;border-radius:22px;background:#fff;border:1px solid #e7eaf1;
}
/* =================================
   KẾT LUẬN - LOGO + TÊN SÀN 1 DÒNG
================================= */

/* desktop / tablet */
.conclusion__head{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.conclusion__logo{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.conclusion__meta{
  min-width:0;
  flex:1 1 auto;
}

.conclusion__name{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* mobile */
@media (max-width:480px){
  .conclusion__head{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
  }

  .conclusion__logo{
    flex:0 0 auto;
    justify-content:flex-start;
  }

  .conclusion__meta{
    min-width:0;
    flex:1 1 auto;
  }

  .conclusion__name{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
.conclusion__logo img{max-height:34px;width:auto}
.conclusion__name{font-size:18px;font-weight:800;color:#0f1f4a}
.conclusion__body{min-width:0}
.conclusion__body p{margin:0;font-size:15px;line-height:1.8;color:#475569}
.conclusion__cta{display:flex;justify-content:center;align-items:center}
.conclusion__cta a{
  width:100%;
  max-width:220px;
  min-height:50px;
  padding:12px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(180deg,#1f2a86,#16215f);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(31,42,134,.20);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

/* Footer */
.site-footer{
  width:100%;max-width:none;margin:28px 0 0;padding:0;
}
.site-footer__inner{
  background:#0f172a;border:none;border-radius:0;padding:28px 24px;box-shadow:none
}
.site-footer h3{margin:0 0 10px;font-size:20px;color:#fff}
.site-footer p{margin:0 0 18px;font-size:15px;line-height:1.85;color:rgba(255,255,255,.86)}
.site-footer p:last-child{margin-bottom:0}
.foot{display:none}


/* Section rhythm fixes */
.tbl + .h3{margin-top:20px}
.note + .h3{margin-top:20px}
.h3 + .conclusionquote{margin-top:10px}

/* Desktop readability */
@media (min-width: 992px){
  .prose p,.prose li,.checks li{font-size:16px}
  .tbl thead th{font-size:16px}
  .tbl tbody td{font-size:16px}
  .h2{font-size:26px}
  .h2--big{font-size:30px}
  .h3{font-size:23px}
  .conclusion__card > p,.conclusion__body p{font-size:16px}
}

/* Tablet/mobile */
@media (max-width: 991px){
  .section > .tbl,.note,.conclusionquote{width:100%}
  .conclusion__broker{grid-template-columns:1fr;gap:14px}
  .conclusion__head{grid-template-columns:100px minmax(0,1fr);padding-right:0;border-right:none;border-bottom:1px dashed #d7dee8;padding-bottom:12px}
  .conclusion__cta a{
  width:100%;
  max-width:220px;
  min-height:50px;
  padding:12px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(180deg,#1f2a86,#16215f);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(31,42,134,.20);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
}
@media (max-width: 767px){
  .wrap{padding-left:12px;padding-right:12px;padding-top:6px}
  .intro{padding:10px 12px;border-radius:14px}
  .h2{font-size:21px}
  .h2--big{font-size:24px}
  .h3{font-size:20px}
  .prose p,.prose li,.checks li{font-size:14px;line-height:1.65}
  .tbl thead th{padding:12px 8px;font-size:13px}
  .tbl tbody td{padding:12px 8px;font-size:13px}
  .broker__name{font-size:15px}
  .badge{min-width:86px;padding:8px 10px;font-size:13px}
  
  .conclusion__card{padding:20px 16px;border-radius:20px}
  .conclusion__card h2{font-size:21px}
  .conclusion__card > p,.conclusion__body p{font-size:14px;line-height:1.75}
  .conclusion__broker{padding:16px}
  .conclusion__name{font-size:17px}
  #tc6 .tbl thead th,#tc6 .tbl tbody td{font-size:13px}
}
@media (max-width: 480px){
  .hero__overlay{padding:6px 10px}
  .hero__titleimg{width:min(240px,72%)}
  .rank5__table{border-spacing:0 6px}
  .rank5__logobox{width:68px}
  .rank5__name{font-size:14px;line-height:1.05}
  
  
  .hero{border-radius:14px}
  .hero__subtitle{font-size:clamp(15px,4.2vw,22px);line-height:1.02}
  .rank5__th{padding:8px 6px;font-size:12px}
  .rank5__table tbody td{padding:8px 6px}
  .rank5__num{width:28px;height:28px;font-size:13px}
  .cta-home{padding:8px 8px;min-height:34px;font-size:11px;border-radius:10px}
  .rank5-transition--card{
  width:100%;
  margin:20px 0 6px;
  padding:16px 18px 16px 14px;
  background:#f8fafc;
  border:1px solid var(--line);
  border-left:4px solid var(--blue);
  border-radius:0 16px 16px 0;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  color:#475569;
  font-size:15px;
  line-height:1.85;
  text-align:left;
}
  .conclusion__head{grid-template-columns:1fr;justify-items:start}
  .conclusion__logo{justify-content:flex-start}
}


/* Transition after Top 5 */
.rank5-transition--card{
  width:100%;
  margin:20px 0 6px;
  padding:16px 18px 16px 14px;
  background:#f8fafc;
  border:1px solid var(--line);
  border-left:4px solid var(--blue);
  border-radius:0 16px 16px 0;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  color:#475569;
  font-size:15px;
  line-height:1.85;
  text-align:left;
}
.rank5-transition--card strong{color:#0f1f4a;font-weight:700}

/* =================================
   TABLE 1
================================= */

.tbl--t1 thead th{
  text-align:center;
}

.tbl--t1 tbody td{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

.tbl--t1 tbody td:nth-child(1){
  text-align:left;
}

.tbl--t1 tbody td:nth-child(2),
.tbl--t1 tbody td:nth-child(3),
.tbl--t1 tbody td:nth-child(4){
  text-align:center;
}

.tbl--t1 .broker{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.tbl--t1 .broker__name{
  font-weight:400;
}

.tbl--t1 .badge{
  display:inline-block;
  min-width:0;
  padding:10px 12px;
  border-radius:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* màu badge */

.tbl--t1 .badge--orange{
  background:#f97316;
  color:#fff;
}

.tbl--t1 .badge--purple{
  background:#e8ddff;
  color:#3b305e;
}

.tbl--t1 .badge--green{
  background:#0bd64f;
  color:#fff;
}

.tbl--t1 .badge--gray{
  background:#eef2f7;
  color:#64748b;
  border:1px solid #d7dee8;
}



/* =================================
   TABLE 2
================================= */

.tbl--t2 thead th{
  text-align:center;
}

.tbl--t2 tbody td{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

.tbl--t2 tbody td:nth-child(1){
  text-align:left;
}

.tbl--t2 tbody td:nth-child(2),
.tbl--t2 tbody td:nth-child(3),
.tbl--t2 tbody td:nth-child(4){
  text-align:center;
}

.tbl--t2 .broker{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.tbl--t2 .broker__name{
  font-weight:400;
}

.tbl--t2 .badge{
  display:inline-block;
  min-width:0;
  padding:10px 12px;
  border-radius:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* màu badge */

.tbl--t2 .badge--orange{
  background:#f97316;
  color:#fff;
}

.tbl--t2 .badge--purple{
  background:#e8ddff;
  color:#3b305e;
}

.tbl--t2 .badge--green{
  background:#0bd64f;
  color:#fff;
}

.tbl--t2 .badge--gray{
  background:#eef2f7;
  color:#64748b;
  border:1px solid #d7dee8;
}



/* =================================
   TABLE 3
================================= */

.tbl--t3 thead th{
  text-align:center;
}

.tbl--t3 tbody td{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

.tbl--t3 tbody td:nth-child(1){
  text-align:left;
}

.tbl--t3 tbody td:nth-child(2),
.tbl--t3 tbody td:nth-child(3),
.tbl--t3 tbody td:nth-child(4){
  text-align:center;
}

.tbl--t3 .broker{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.tbl--t3 .broker__name{
  font-weight:400;
}

.tbl--t3 .badge{
  display:inline-block;
  min-width:0;
  padding:10px 12px;
  border-radius:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* màu badge */

.tbl--t3 .badge--orange{
  background:#f97316;
  color:#fff;
}

.tbl--t3 .badge--purple{
  background:#e8ddff;
  color:#3b305e;
}

.tbl--t3 .badge--green{
  background:#0bd64f;
  color:#fff;
}

.tbl--t3 .badge--gray{
  background:#eef2f7;
  color:#64748b;
  border:1px solid #d7dee8;
}



/* =================================
   TABLE 4
================================= */

.tbl--t4 thead th{
  text-align:center;
}

.tbl--t4 tbody td{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

.tbl--t4 tbody td:nth-child(1){
  text-align:left;
}

.tbl--t4 tbody td:nth-child(2),
.tbl--t4 tbody td:nth-child(3),
.tbl--t4 tbody td:nth-child(4){
  text-align:center;
}

.tbl--t4 .broker{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.tbl--t4 .broker__name{
  font-weight:400;
}

.tbl--t4 .badge{
  display:inline-block;
  min-width:0;
  padding:10px 12px;
  border-radius:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* màu badge */

.tbl--t4 .badge--orange{
  background:#f97316;
  color:#fff;
}

.tbl--t4 .badge--purple{
  background:#e8ddff;
  color:#3b305e;
}

.tbl--t4 .badge--green{
  background:#0bd64f;
  color:#fff;
}

.tbl--t4 .badge--gray{
  background:#eef2f7;
  color:#64748b;
  border:1px solid #d7dee8;
}




/* =================================
   BTN XEM THÊM (CHUNG TOÀN SITE)
================================= */

.btn--table{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
  text-align:center;
}



/* =================================
   MOBILE
================================= */

@media (max-width:767px){

  .tbl--t1 .badge,
  .tbl--t2 .badge,
  .tbl--t3 .badge,
  .tbl--t4 .badge{
    font-size:13px;
    padding:8px 6px;
  }

}
/* =================================
   TABLE 5
================================= */

.tbl--t5 thead th{
  text-align:center;
}

.tbl--t5 tbody td{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

.tbl--t5 tbody td:nth-child(1){
  text-align:left;
}

.tbl--t5 tbody td:nth-child(2),
.tbl--t5 tbody td:nth-child(3),
.tbl--t5 tbody td:nth-child(4),
.tbl--t5 tbody td:nth-child(5){
  text-align:center;
}

.tbl--t5 .broker,
.tbl--t5 .broker--nowrap{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
  white-space:normal;
}

.tbl--t5 .broker__name{
  font-weight:400;
  white-space:normal;
  word-break:break-word;
  overflow-wrap:break-word;
}

.tbl--t5 .badge{
  display:inline-block;
  min-width:0;
  padding:10px 12px;
  border-radius:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* màu badge */
.tbl--t5 .badge--orange{
  background:#f97316;
  color:#fff;
}

.tbl--t5 .badge--purple{
  background:#e8ddff;
  color:#3b305e;
}

.tbl--t5 .badge--green{
  background:#0bd64f;
  color:#fff;
}

.tbl--t5 .badge--gray{
  background:#eef2f7;
  color:#64748b;
  border:1px solid #d7dee8;
}


/* =================================
   TABLE 7
================================= */

.tbl--t7 thead th{
  text-align:center;
}

.tbl--t7 tbody td{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

.tbl--t7 tbody td:nth-child(1){
  text-align:left;
}

.tbl--t7 tbody td:nth-child(2),
.tbl--t7 tbody td:nth-child(3),
.tbl--t7 tbody td:nth-child(4),
.tbl--t7 tbody td:nth-child(5){
  text-align:center;
}

.tbl--t7 .broker,
.tbl--t7 .broker--nowrap{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
  white-space:normal;
}

.tbl--t7 .broker__name{
  font-weight:400;
  white-space:normal;
  word-break:break-word;
  overflow-wrap:break-word;
}

.tbl--t7 .badge{
  display:inline-block;
  min-width:0;
  padding:10px 12px;
  border-radius:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* màu badge */
.tbl--t7 .badge--orange{
  background:#f97316;
  color:#fff;
}

.tbl--t7 .badge--purple{
  background:#e8ddff;
  color:#3b305e;
}

.tbl--t7 .badge--green{
  background:#0bd64f;
  color:#fff;
}

.tbl--t7 .badge--gray{
  background:#eef2f7;
  color:#64748b;
  border:1px solid #d7dee8;
}


/* =================================
   BTN XEM THÊM (nếu chưa có block chung)
================================= */

.btn--table{
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
  text-align:center;
}


/* =================================
   MOBILE
================================= */

@media (max-width:767px){

  .tbl--t5 .badge,
  .tbl--t7 .badge{
    font-size:13px;
    padding:8px 6px;
  }

}

/* Table CTA buttons */
.btn--table{
  display:inline-block;
  min-width:0;
  max-width:100%;
  white-space:normal;
  word-break:break-word;
  overflow-wrap:anywhere;
  line-height:1.55;
  font-weight:400;
  text-align:center;
}

/* =================================
   TABLE 6 - BẢNG SO SÁNH SPREAD
================================= */

.tbl--t6,
#tc6 > .tbl--t6{
  width:100%;
  margin:0 auto;
}

@media (min-width:992px){
  .tbl--t6,
  #tc6 > .tbl--t6{
    width:80%;
  }
}

/* text toàn bảng */

.tbl--t6 thead th,
.tbl--t6 tbody td{
  text-align:center;
  font-weight:400;
  line-height:1.55;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}

/* cột mã tài sản */

.tbl--t6 thead th:first-child,
.tbl--t6 tbody td:first-child{
  text-align:left;
  font-weight:400;
  white-space:normal;
  word-break:break-word;
}

/* bỏ đậm asset label */

.tbl--t6 .asset-label{
  font-weight:400;
}

/* mobile */

@media (max-width:767px){

  .tbl--t6{
    width:100%;
  }

}

/* Spread asset icons */
.asset-label{display:inline-flex;align-items:center;gap:8px;color:#0f1f4a;}
.asset-label::before{display:inline-block;flex:0 0 auto;font-size:15px;line-height:1;}
.asset-xauusd::before{content:"🟡";}
.asset-xagusd::before{content:"⚪";}
.asset-eurusd::before{content:"💶";}
.asset-gbpusd::before{content:"💷";}
.asset-wti::before{content:"🛢️";}
.asset-btcusd::before{content:"₿";font-weight:800;color:#f59e0b;}
.asset-ethusd::before{content:"◇";font-weight:800;color:#6366f1;}

/* CTA Home - bảng ranking */

.cta-home{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:10px 10px;
  min-height:38px;

  font-size:12px;
  font-weight:700;
  line-height:1;

  color:#fff;
  background:linear-gradient(180deg,#2563eb,#1d4ed8);

  border-radius:12px;
  text-decoration:none;

  white-space:nowrap;

  box-shadow:0 8px 18px rgba(37,99,235,.25);
  transition:transform .15s ease, box-shadow .15s ease;
}

.cta-home:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(37,99,235,.32);
}

/* CTA Xem thêm */
.cta-more{
display:inline-block;

padding:11px 16px;

border-radius:18px;

background:linear-gradient(180deg,#2563eb,#1d4ed8);
color:#fff;

font-weight:500;
font-size:14px;

text-decoration:none;

line-height:1.35;
text-align:center;

white-space:normal;
word-break:break-word;
}


.conclusion__cta a:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(31,42,134,.26);
  filter:saturate(1.04);
}


.spread-best{
  font-weight:700;
  background:#ecfdf5;
}

.spread-best::after{
  content:"✓";
  display:flex;
  align-items:center;
  justify-content:center;
  margin:6px auto 0;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#16a34a;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
}


/* moved from index inline */

/* Critical inline CSS to avoid missing styles if external CSS fails */
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#111827;background:#fff}
.wrap{max-width:961px;margin:0 auto;padding:8px 16px 70px}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 28px rgba(17,24,39,.06);padding:14px 14px 10px;margin:12px 0}
.quicklist{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff}
.quickrow{display:flex;align-items:center;gap:12px;padding:14px 14px;border-top:1px solid #e5e7eb}
.quickrow:first-child{border-top:0}
.num{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#0b4cc3;background:radial-gradient(circle at 30% 30%, #e8f3ff 0%, #cfe6ff 60%, #bcdcff 100%);border:1px solid #d6e9ff;flex:0 0 auto}
.brand{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
.brand__logo{width:92px;height:36px;object-fit:contain;display:block}
.brand__name{font-size:22px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.link{font-size:16px;font-weight:900;color:#1d4ed8;text-decoration:underline;white-space:nowrap;flex:0 0 auto}


/* gray helpers (fallback) */
.badge--gray{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;}
.dot--gray{background:#6b7280;}

.seo-h1-hidden{
position:absolute !important;
width:1px !important;
height:1px !important;
padding:0 !important;
margin:-1px !important;
overflow:hidden !important;
clip:rect(0, 0, 0, 0) !important;
white-space:nowrap !important;
border:0 !important;
}

@media (min-width:992px){

  .rank5__num{
    width:46px;
    height:46px;
    font-size:18px;
  }

  .rank5__logobox{
    width:96px;
  }

  .rank5__logobox img{
    max-height:46px;
    width:auto;
  }

  .cta-home{
    max-width:128px;
    min-height:46px;
    padding:10px 12px;
    font-size:13px;
    line-height:1.2;
    border-radius:12px;
  }
  
  
/* Ranking table wider on desktop */
   .rank5__table{
    width:80%;
    margin:0 auto;
  }
}

/* Banner taller on desktop */
@media (min-width:992px){

.hero{
min-height:137px;
}

}