/* ============================================================
   OM OSS PAGE — CasinoBonuser.com
   Design system from homepage tokens.
   All classes prefixed .cb-oa- to avoid Mercury collisions.
   Scoped to body.cb-om-oss where needed.
   ============================================================ */

/* ---------- MAIN FULL-WIDTH OVERRIDE ---------- */
body.cb-om-oss main {
  padding-top: 0;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ---------- HIDE LEGACY FOOTER & CROSSLINKS ---------- */
body.cb-om-oss footer.cb-footer { display: none !important; }
body.cb-om-oss .cb-u-crosslinks { display: none !important; }
body.cb-om-oss .cb-breadcrumb { display: none !important; }
body.cb-om-oss .cb-conversion-block { display: none !important; }
body.cb-om-oss .cb-crosslinks { display: none !important; }
body.cb-om-oss .cb-sidebar-toplist { display: none !important; }

/* ---------- RESET & BASE (scoped) ---------- */
body.cb-om-oss {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a2e;
  background: #f4f6f9;
  -webkit-font-smoothing: antialiased;
}
body.cb-om-oss *, body.cb-om-oss *::before, body.cb-om-oss *::after { box-sizing: border-box; }
body.cb-om-oss a { text-decoration: none; color: inherit; }
body.cb-om-oss img { max-width: 100%; height: auto; }
body.cb-om-oss h1, body.cb-om-oss h2, body.cb-om-oss h3, body.cb-om-oss h4 {
  font-family: 'Roboto', 'Inter', sans-serif; line-height: 1.25;
}

/* ---------- TOKENS ---------- */
:root {
  --cb-bg:         #f4f6f9;
  --cb-card-bg:    #ffffff;
  --cb-card-border:#e2e6ec;
  --cb-card-shadow: 0 2px 16px rgba(0,0,0,0.05);
  --cb-card-radius: 14px;
  --cb-text:       #1a1a2e;
  --cb-text-light: #5a6577;
  --cb-text-muted: #8a93a2;
  --cb-navy:       #1e3a5f;
  --cb-green:      #11ac84;
  --cb-green-light:#e8f8f3;
  --cb-gold:       #f5a623;
  --cb-gold-light: #fff8ec;
  --cb-teal:       #00b4d8;
  --cb-teal-light: #e8f8fb;
  --cb-cta-from:   #8ad455;
  --cb-cta-to:     #5fa82e;
  --cb-cta-shadow: 0 4px 18px rgba(106,173,56,0.4);
}

/* ---------- FOCUS STYLES ---------- */
body.cb-om-oss a:focus-visible,
body.cb-om-oss button:focus-visible,
body.cb-om-oss input:focus-visible {
  outline: 2px solid var(--cb-green);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============================================================
   BREADCRUMB (inside hero, light text on dark bg)
   ============================================================ */
.cb-oa-breadcrumb {
  max-width: 720px; margin: 0 auto; padding: 0 16px 16px;
  font-size: 13px; color: #6b7d8d;
  position: relative; z-index: 1; text-align: left;
}
.cb-oa-breadcrumb a { color: #6b7d8d; text-decoration: none; }
.cb-oa-breadcrumb a:hover { color: var(--cb-green); }
.cb-oa-breadcrumb .sep { margin: 0 6px; opacity: .5; }

/* ============================================================
   HERO
   ============================================================ */
.cb-oa-hero {
  background: linear-gradient(135deg, #0f1923 0%, #1e3a5f 100%);
  padding: 64px 16px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.cb-om-oss.admin-bar .cb-oa-hero { padding-top: 96px; }

.cb-oa-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(17,172,132,.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 80%, rgba(0,180,216,.08) 0%, transparent 50%);
  pointer-events: none;
}
.cb-oa-hero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #11ac84, #6aad38);
  opacity: .6;
}
.cb-oa-hero-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.cb-oa-hero h1 {
  color: #fff; font-size: 28px; font-weight: 800; margin-bottom: 10px;
}
.cb-oa-hero-sub {
  color: #94a3b4; font-size: 15px; line-height: 1.7; max-width: 580px; margin: 0 auto;
}

@media (min-width: 768px) {
  .cb-oa-hero { padding: 72px 16px 40px; }
  .cb-oa-hero h1 { font-size: 36px; }
  .cb-oa-hero-sub { font-size: 16px; }
  body.cb-om-oss.admin-bar .cb-oa-hero { padding-top: 104px; }
}

/* ============================================================
   SECTION WRAPPER
   ============================================================ */
.cb-oa-section {
  max-width: 960px; margin: 0 auto; padding: 28px 16px;
}
.cb-oa-section-header {
  text-align: center; margin-bottom: 28px;
}
.cb-oa-section-header h2 {
  font-size: 22px; font-weight: 800; color: var(--cb-navy); margin-bottom: 8px;
}
.cb-oa-section-header p {
  font-size: 14px; color: var(--cb-text-light); max-width: 600px; margin: 0 auto; line-height: 1.7;
}
@media (min-width: 768px) {
  .cb-oa-section-header h2 { font-size: 26px; }
  .cb-oa-section-header p { font-size: 15px; }
}

/* ============================================================
   DIVIDER
   ============================================================ */
.cb-oa-divider {
  max-width: 960px; margin: 0 auto; padding: 0 16px;
}
.cb-oa-divider hr {
  border: none; height: 1px; background: var(--cb-card-border);
}

/* ============================================================
   MISSION CARD
   ============================================================ */
.cb-oa-mission-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 28px 24px;
  box-shadow: var(--cb-card-shadow);
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 16px;
}
.cb-oa-mission-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cb-green-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cb-oa-mission-icon svg { color: var(--cb-green); }
.cb-oa-mission-body h3 {
  font-size: 18px; font-weight: 700; color: var(--cb-navy); margin-bottom: 10px;
}
.cb-oa-mission-body p {
  font-size: 14px; color: var(--cb-text-light); line-height: 1.8; margin-bottom: 10px;
}
.cb-oa-mission-body p:last-child { margin-bottom: 0; }

@media (min-width: 600px) {
  .cb-oa-mission-card { flex-direction: row; align-items: flex-start; gap: 24px; }
}

/* ============================================================
   VALUES GRID
   ============================================================ */
.cb-oa-values-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 520px) { .cb-oa-values-grid { grid-template-columns: 1fr 1fr; } }

.cb-oa-value-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 24px;
  box-shadow: var(--cb-card-shadow);
  transition: box-shadow .2s, transform .2s;
}
.cb-oa-value-card:hover {
  box-shadow: 0 6px 28px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.cb-oa-value-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.cb-oa-value-icon--green { background: var(--cb-green-light); }
.cb-oa-value-icon--green svg { color: var(--cb-green); }
.cb-oa-value-icon--navy { background: #e8edf4; }
.cb-oa-value-icon--navy svg { color: var(--cb-navy); }
.cb-oa-value-icon--gold { background: var(--cb-gold-light); }
.cb-oa-value-icon--gold svg { color: var(--cb-gold); }
.cb-oa-value-icon--teal { background: var(--cb-teal-light); }
.cb-oa-value-icon--teal svg { color: var(--cb-teal); }

.cb-oa-value-card h3 {
  font-size: 16px; font-weight: 700; color: var(--cb-text); margin-bottom: 6px;
}
.cb-oa-value-card p {
  font-size: 13px; color: var(--cb-text-light); line-height: 1.7;
}
.cb-oa-value-card p a {
  color: var(--cb-green); font-weight: 600; text-decoration: underline;
}
.cb-oa-value-card p a:hover { color: var(--cb-navy); }

/* ============================================================
   TEAM GRID
   ============================================================ */
.cb-oa-team-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 600px) { .cb-oa-team-grid { grid-template-columns: 1fr 1fr 1fr; } }

.cb-oa-team-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 24px;
  box-shadow: var(--cb-card-shadow);
  text-align: center;
  transition: box-shadow .2s, transform .2s;
}
.cb-oa-team-card:hover {
  box-shadow: 0 6px 28px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.cb-oa-team-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--cb-green-light), var(--cb-teal-light));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.cb-oa-team-icon svg { color: var(--cb-navy); }
.cb-oa-team-card h3 {
  font-size: 16px; font-weight: 700; color: var(--cb-text); margin-bottom: 4px;
}
.cb-oa-team-role {
  font-size: 12px; font-weight: 600; color: var(--cb-green); margin-bottom: 10px;
  text-transform: uppercase; letter-spacing: .5px;
}
.cb-oa-team-card p:last-child {
  font-size: 13px; color: var(--cb-text-light); line-height: 1.7;
}

/* ============================================================
   HOW WE WORK
   ============================================================ */
.cb-oa-howwework-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 28px 24px;
  box-shadow: var(--cb-card-shadow);
  max-width: 760px; margin: 0 auto;
}
.cb-oa-howwework-card p {
  font-size: 14px; color: var(--cb-text-light); line-height: 1.8; margin-bottom: 14px;
}
.cb-oa-howwework-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 15px; font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--cb-cta-from), var(--cb-cta-to));
  padding: 12px 24px;
  border-radius: 10px;
  box-shadow: var(--cb-cta-shadow);
  transition: transform .15s, box-shadow .15s, gap .15s;
  margin-top: 4px;
}
.cb-oa-howwework-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(106,173,56,0.5);
  gap: 10px;
  color: #fff;
}

/* ============================================================
   STATS GRID
   ============================================================ */
.cb-oa-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (min-width: 600px) { .cb-oa-stats-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }

.cb-oa-stat-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 24px 16px;
  box-shadow: var(--cb-card-shadow);
  text-align: center;
  transition: box-shadow .2s, transform .2s;
}
.cb-oa-stat-card:hover {
  box-shadow: 0 6px 28px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.cb-oa-stat-number {
  display: block;
  font-family: 'Roboto', 'Inter', sans-serif;
  font-size: 32px; font-weight: 800;
  color: var(--cb-navy);
  line-height: 1.2;
  margin-bottom: 4px;
}
.cb-oa-stat-label {
  display: block;
  font-size: 13px; font-weight: 600;
  color: var(--cb-text-light);
  text-transform: uppercase;
  letter-spacing: .3px;
}
@media (min-width: 768px) {
  .cb-oa-stat-number { font-size: 38px; }
  .cb-oa-stat-label { font-size: 14px; }
}

/* ============================================================
   CONTACT CTA
   ============================================================ */
.cb-oa-contact-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 32px 24px;
  box-shadow: var(--cb-card-shadow);
  max-width: 560px; margin: 0 auto;
  text-align: center;
}
.cb-oa-contact-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cb-green-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.cb-oa-contact-icon svg { color: var(--cb-green); }
.cb-oa-contact-card > p {
  font-size: 14px; color: var(--cb-text-light); line-height: 1.7; margin-bottom: 12px;
}
.cb-oa-contact-email {
  display: inline-block;
  font-size: 17px; font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--cb-cta-from), var(--cb-cta-to));
  padding: 12px 28px;
  border-radius: 10px;
  box-shadow: var(--cb-cta-shadow);
  transition: transform .15s, box-shadow .15s;
  margin-bottom: 12px;
}
.cb-oa-contact-email:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(106,173,56,0.5);
  color: #fff;
}
.cb-oa-contact-note {
  font-size: 12px; color: var(--cb-text-muted); margin-bottom: 0 !important;
}
