/* ONEO Global Financial Group — regulatory presence */

.oneo-gfg-page {
  background: #0a0a0a;
  color: #fff;
}

.oneo-gfg-hero {
  padding: 132px 0 64px;
  background:
    radial-gradient(100% 70% at 0% 0%, rgba(94, 184, 246, 0.2) 0%, transparent 55%),
    radial-gradient(70% 50% at 100% 10%, rgba(255, 196, 87, 0.1) 0%, transparent 45%),
    #0a0a0a;
}

.oneo-gfg-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.oneo-gfg-region__media--license,
.oneo-gfg-region__media--certificate {
  background: #ece8df;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 320px;
}

.oneo-gfg-region__media--license::after,
.oneo-gfg-region__media--certificate::after {
  display: none;
}

.oneo-gfg-region__media--certificate img,
.oneo-gfg-region__media--license img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(520px, 72vh);
  min-height: 0;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(10, 10, 10, 0.18);
  background: #fff;
}

.oneo-gfg-region__media--placeholder img {
  max-height: 360px;
  opacity: 0.92;
  box-shadow: none;
}

.oneo-gfg-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece8df;
  border-radius: 24px;
  min-height: 280px;
  padding: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.oneo-gfg-hero__visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(10, 10, 10, 0.18);
  background: #fff;
}

.oneo-gfg-region__licence-ref {
  margin: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(10, 10, 10, 0.06);
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.45;
}

.oneo-gfg-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 40px;
}

.oneo-gfg-stats__item {
  padding: 18px 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e4e4e7;
  text-align: center;
}

.oneo-gfg-stats__item strong {
  display: block;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}

.oneo-gfg-stats__item span {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.68;
  line-height: 1.35;
}

.oneo-gfg-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 36px;
}

.oneo-gfg-jump a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e4e4e7;
  font-size: 13px;
  font-weight: 700;
  color: #0a0a0a;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.oneo-gfg-jump a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.08);
}

.oneo-gfg-region--visual {
  padding: 0;
  margin: 0 0 40px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 48px rgba(10, 10, 10, 0.08);
}

.oneo-gfg-region__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100%;
}

.oneo-gfg-region--reverse .oneo-gfg-region__grid {
  direction: rtl;
}

.oneo-gfg-region--reverse .oneo-gfg-region__grid > * {
  direction: ltr;
}

.oneo-gfg-region__media {
  margin: 0;
  position: relative;
  min-height: 280px;
  background: #0a0a0a;
}

.oneo-gfg-region__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.oneo-gfg-region__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.oneo-gfg-region__badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.oneo-gfg-region__copy {
  padding: 32px 36px 36px;
}

.oneo-gfg-region__copy .oneo-gfg-section__body {
  max-width: none;
}

.oneo-gfg-matrix td img {
  width: 44px;
  height: 28px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 8px;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.12);
  background: #f8f6f1;
}

.oneo-gfg-matrix td:first-child {
  white-space: nowrap;
}

.oneo-gfg-eco__card {
  overflow: hidden;
  padding: 0;
}

.oneo-gfg-eco__card-head {
  padding: 18px 22px 0;
}

.oneo-gfg-eco__card-head p {
  padding: 0;
  margin-top: 4px;
}

.oneo-gfg-eco__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin: 14px 22px 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(94, 184, 246, 0.2), rgba(10, 10, 10, 0.04));
  font-size: 28px;
}

.oneo-gfg-eco__card p {
  padding: 0 22px;
}

.oneo-gfg-eco__card p:last-child {
  padding-bottom: 22px;
}

.oneo-gfg-hero__inner,
.oneo-gfg-section__inner {
  width: min(960px, 100% - 64px);
  margin: 0 auto;
}

.oneo-gfg-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.oneo-gfg-hero__title {
  margin: 0 0 14px;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.oneo-gfg-hero__subtitle {
  margin: 0 0 20px;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36ch;
}

.oneo-gfg-hero__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.78);
}

.oneo-gfg-hero__lead + .oneo-gfg-hero__lead {
  margin-top: 12px;
}

.oneo-gfg-section {
  padding: 72px 0;
}

.oneo-gfg-section--light {
  background: #fff;
  color: #0a0a0a;
}

.oneo-gfg-section--muted {
  background: #f4f4f5;
  color: #0a0a0a;
}

.oneo-gfg-section--ink {
  background: #111;
}

.oneo-gfg-section--sky {
  background: linear-gradient(165deg, #5eb8f6 0%, #8ecff8 38%, #f4f7fb 100%);
  color: #0a0a0a;
}

.oneo-gfg-section__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.62;
}

.oneo-gfg-section__title {
  margin: 0 0 16px;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.oneo-gfg-section__lead {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  max-width: 52ch;
}

.oneo-gfg-section__body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  max-width: 62ch;
  opacity: 0.88;
}

.oneo-gfg-section__body + .oneo-gfg-section__body {
  margin-top: 10px;
}

.oneo-gfg-region {
  padding: 32px 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.oneo-gfg-section--ink .oneo-gfg-region {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.oneo-gfg-region:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.oneo-gfg-region__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin-bottom: 14px;
}

.oneo-gfg-region__flag {
  font-size: 28px;
  line-height: 1;
}

.oneo-gfg-region__market {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.oneo-gfg-region__licence {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  opacity: 0.72;
}

.oneo-gfg-region__regulator {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.65;
}

.oneo-gfg-region__entity {
  display: inline-block;
  margin: 16px 0 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.06);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.oneo-gfg-section--ink .oneo-gfg-region__entity {
  background: rgba(255, 255, 255, 0.1);
}

.oneo-gfg-region__hub {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
}

.oneo-gfg-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px 16px;
}

.oneo-gfg-list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 15px;
  line-height: 1.45;
  opacity: 0.9;
}

.oneo-gfg-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  font-weight: 900;
}

.oneo-gfg-matrix-wrap {
  overflow-x: auto;
  margin-top: 28px;
  border-radius: 16px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  background: #fff;
}

.oneo-gfg-section--ink .oneo-gfg-matrix-wrap {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.oneo-gfg-matrix {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}

.oneo-gfg-matrix th,
.oneo-gfg-matrix td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  vertical-align: top;
}

.oneo-gfg-section--ink .oneo-gfg-matrix th,
.oneo-gfg-section--ink .oneo-gfg-matrix td {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.oneo-gfg-matrix th {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.62;
}

.oneo-gfg-matrix tr:last-child td {
  border-bottom: 0;
}

.oneo-gfg-matrix td:first-child {
  font-weight: 800;
  white-space: nowrap;
}

.oneo-gfg-eco {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.oneo-gfg-eco__card {
  padding: 22px;
  border-radius: 18px;
  background: rgba(10, 10, 10, 0.05);
  border: 1px solid rgba(10, 10, 10, 0.08);
}

.oneo-gfg-section--ink .oneo-gfg-eco__card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.oneo-gfg-eco__card h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.oneo-gfg-eco__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.82;
}

.oneo-gfg-eco__card p + p {
  margin-top: 6px;
  font-weight: 600;
  opacity: 0.95;
}

.oneo-gfg-compliance {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.oneo-gfg-compliance__item {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.oneo-gfg-compliance__item strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.oneo-gfg-compliance__item span {
  font-size: 12px;
  opacity: 0.72;
  line-height: 1.4;
}

.oneo-gfg-close {
  margin: 0;
  padding: 32px;
  border-radius: 20px;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}

.oneo-gfg-close__lines {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.oneo-gfg-close__sub {
  margin: 16px 0 0;
  font-size: 15px;
  opacity: 0.72;
  line-height: 1.55;
}

.oneo-gfg-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

@media (max-width: 720px) {
  .oneo-gfg-hero {
    padding-top: 108px;
  }

  .oneo-gfg-hero__grid,
  .oneo-gfg-region__grid {
    grid-template-columns: 1fr;
  }

  .oneo-gfg-region--reverse .oneo-gfg-region__grid {
    direction: ltr;
  }

  .oneo-gfg-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .oneo-gfg-region__copy {
    padding: 24px 20px 28px;
  }

  .oneo-gfg-list {
    grid-template-columns: 1fr;
  }
}
