/* =========================================================
   REGULATION PAGE EXTRA STYLE
   ========================================================= */

.regulation-hero-card {
  align-self: stretch;
}

.regulation-mini-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.regulation-mini-list div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid #26364f;
}

.regulation-mini-list strong {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}

.regulation-mini-list span {
  color: #94a3b8;
  line-height: 1.6;
  font-size: 14px;
}

.regulator-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.regulator-card,
.regulator-used-card {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid #26364f;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.regulator-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.regulator-tier {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.tier-one {
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
  border: 1px solid rgba(34, 197, 94, 0.24);
}

.tier-two {
  background: rgba(56, 189, 248, 0.12);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.24);
}

.tier-offshore {
  background: rgba(251, 191, 36, 0.10);
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.24);
}

.tier-indonesia {
  background: rgba(239, 68, 68, 0.12);
  color: #fecaca;
  border: 1px solid rgba(239, 68, 68, 0.24);
}

.regulator-country {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 800;
}

.regulator-card h3 {
  font-size: 26px;
  margin: 0 0 6px;
  color: #ffffff;
}

.regulator-card h4 {
  margin: 0 0 12px;
  color: #7dd3fc;
  font-size: 14px;
  line-height: 1.5;
}

.regulator-card p {
  color: #cbd5e1;
  line-height: 1.7;
  margin: 0 0 14px;
}

.regulator-note {
  padding: 13px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid #26364f;
  color: #94a3b8;
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 14px;
}

.regulator-used-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.regulator-used-card h3 {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 22px;
}

.regulator-used-card p {
  color: #cbd5e1;
  line-height: 1.7;
  margin: 0 0 8px;
}

.regulator-used-card strong {
  color: #7dd3fc;
}

.regulation-table td {
  min-width: 150px;
}

@media (max-width: 1100px) {
  .regulator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regulator-used-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .regulator-grid {
    grid-template-columns: 1fr;
  }

  .regulator-card h3 {
    font-size: 23px;
  }
}

/* Public CMS content keeps the established layout on small screens. */
.home-page .comparison-wrapper { overflow-x: auto; max-width: 100%; }
.home-page .broker-card, .home-page .main-content, .home-page .sidebar-card { min-width: 0; }
.home-page .legal-card, .home-page .main-content { overflow-wrap: anywhere; }
.home-page img { max-width: 100%; }
.home-page .cms-empty-block { padding: 18px; border: 1px solid #26364f; border-radius: 16px; color: #cbd5e1; }
.home-page .cms-image-placeholder { display: flex; align-items: center; justify-content: center; min-height: 160px; }


.cms-preview-bar{position:relative;background:#fef3c7;color:#78350f;text-align:center;padding:14px;font:600 14px/1.5 Arial,sans-serif}.cms-preview-bar a{color:#1d4ed8}.cms-content{overflow-wrap:anywhere}.cms-content img{max-width:100%;height:auto}.cms-content table{display:block;overflow:auto;max-width:100%}.cms-editor-body{padding:20px}.cms-standard .hero-section h1{font-size:clamp(28px,5vw,48px)}.hero-section,.section{scroll-margin-top:180px}
