.elementor-3898 .elementor-element.elementor-element-aa51e1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3898 .elementor-element.elementor-element-0c76cf1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3898 .elementor-element.elementor-element-ec783d7{width:100%;max-width:100%;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e767a24 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================================
   COMPLIANCE PAGE — FIXED + HARD SCOPED
   Applies ONLY inside: #ohx-compliance-page
   ========================================================= */

#ohx-compliance-page .ohx-comp {
  --ink: #0b1324;
  --muted: #5c6b82;
  --line: rgba(11, 19, 36, 0.10);
  --brand: #23bdff;
  --navy: #001226;

  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ohx-compliance-page .ohx-comp,
#ohx-compliance-page .ohx-comp * {
  box-sizing: border-box;
}

#ohx-compliance-page .ohx-comp a { color: inherit; }

/* ===================== WRAPPER ===================== */
#ohx-compliance-page .ohx-comp__wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
}

/* ===================== HERO ===================== */
#ohx-compliance-page .ohx-comp__hero {
  padding: 60px 0 30px;
  background:
    radial-gradient(900px 520px at 10% 10%, rgba(35, 189, 255, 0.15), transparent 55%),
    linear-gradient(180deg, #0a0f18, #001226);
}

#ohx-compliance-page .ohx-comp__heroCard {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
}

#ohx-compliance-page .ohx-comp__kicker {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.80);
  background: rgba(255, 255, 255, 0.08);
}

#ohx-compliance-page .ohx-comp__h1 {
  margin: 10px 0;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  color: #fff;
}

#ohx-compliance-page .ohx-comp__sub {
  font-size: 15px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.80);
  font-weight: 500;
  line-height: 1.7;
}

#ohx-compliance-page .ohx-comp__lead {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.60);
  line-height: 1.6;
  font-weight: 500;
}

/* Hero doc items */
#ohx-compliance-page .ohx-comp__doc { padding: 10px; margin-top: 8px; }
#ohx-compliance-page .ohx-comp__docName { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.92); }
#ohx-compliance-page .ohx-comp__docMeta { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.60); line-height: 1.5; }

/* ===================== MAIN LAYOUT ===================== */
#ohx-compliance-page .ohx-comp__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 40px 18px;
}

/* Nav (if you have a card wrapper, keep it. If not, this still won’t break anything) */
#ohx-compliance-page .ohx-comp__navTitle {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

#ohx-compliance-page .ohx-comp__navList a {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
}

#ohx-compliance-page .ohx-comp__navList a:hover {
  color: var(--brand);
}

/* ===================== CONTENT SECTIONS ===================== */
#ohx-compliance-page .ohx-comp__section {
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,18,38,0.06);
}

#ohx-compliance-page .ohx-comp__h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

#ohx-compliance-page .ohx-comp__headSub {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

#ohx-compliance-page .ohx-comp__p,
#ohx-compliance-page .ohx-comp__bullets li {
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(11, 19, 36, 0.85);
}

#ohx-compliance-page .ohx-comp__bullets {
  margin: 12px 0 0;
  padding-left: 18px;
}

/* ===================== SPLIT PANEL (fix) ===================== */
#ohx-compliance-page .ohx-comp__split {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}

#ohx-compliance-page .ohx-comp__panel { padding-right: 0; }

#ohx-compliance-page .ohx-comp__ctaCard {
  background: #f1f5f9;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#ohx-compliance-page .ohx-comp__ctaTitle {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}

/* ===================== POLICY GRID ===================== */
#ohx-compliance-page .ohx-comp__policy { padding: 16px; border-radius: 14px; border: 1px solid var(--line); background:#fff; }
#ohx-compliance-page .ohx-comp__policyTitle { font-size: 14px; font-weight: 700; margin: 0; }
#ohx-compliance-page .ohx-comp__policyDesc { font-size: 12.5px; line-height: 1.5; color: var(--muted); margin-top: 6px; }

/* ===================== BAND (fix overlap for real) ===================== */
#ohx-compliance-page .ohx-comp__band {
  background: var(--navy);
  border-radius: 24px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
  margin: 40px 0;
  overflow: hidden; /* prevents weird bleed */
}

#ohx-compliance-page .ohx-comp__bandCopy { max-width: 520px; }

#ohx-compliance-page .ohx-comp__bandTitle {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}

#ohx-compliance-page .ohx-comp__bandText {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

#ohx-compliance-page .ohx-comp__bandActions {
  display: grid;              /* grid > flex for consistent button stacking */
  gap: 12px;
  width: 100%;
}

/* ===================== BUTTONS (single source of truth) ===================== */
#ohx-compliance-page .ohx-comp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;

  background: var(--brand);
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;

  border-radius: 12px;
  border: 1px solid var(--brand);
  text-decoration: none;

  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

#ohx-compliance-page .ohx-comp__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

#ohx-compliance-page .ohx-comp__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

#ohx-compliance-page .ohx-comp__btn--ghost:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.40);
}

/* ===================== BOTTOM LINKS ===================== */
#ohx-compliance-page .ohx-comp__links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

#ohx-compliance-page .ohx-comp__link {
  color: var(--brand);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

#ohx-compliance-page .ohx-comp__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1040px) {
  #ohx-compliance-page .ohx-comp__layout { grid-template-columns: 1fr; padding: 28px 0 60px; }
  #ohx-compliance-page .ohx-comp__heroCard { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
  #ohx-compliance-page .ohx-comp__split { grid-template-columns: 1fr; gap: 22px; }
  #ohx-compliance-page .ohx-comp__band { grid-template-columns: 1fr; padding: 28px; gap: 18px; }
}

@media (max-width: 640px) {
  #ohx-compliance-page .ohx-comp__wrap { padding: 0 16px; }
  #ohx-compliance-page .ohx-comp__hero { padding: 52px 0 24px; }
  #ohx-compliance-page .ohx-comp__section { padding: 18px; }
  #ohx-compliance-page .ohx-comp__h2 { font-size: 20px; }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-ec783d7 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

.ohx-comp {
  --ink: #0b1324;
  --muted: #64748b;
  --line: rgba(11, 19, 36, 0.08);
  --brand: #23bdff;
  --brand-glow: rgba(35, 189, 255, 0.3);
  --navy: #020617;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.1);
  
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: #f8fafc;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.ohx-comp__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- HERO SECTION --- */
.ohx-comp__hero {
  padding: 100px 0 80px;
  background: radial-gradient(circle at 0% 0%, rgba(35, 189, 255, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 100% 100%, rgba(35, 189, 255, 0.05) 0%, transparent 50%),
              var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ohx-comp__heroCard {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.ohx-comp__kicker {
  display: inline-block;
  padding: 6px 14px;
  background: var(--brand);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.ohx-comp__h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  background: linear-gradient(to right, #fff, #94a3b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ohx-comp__sub {
  font-size: 18px;
  color: #94a3b8;
  max-width: 600px;
  margin-bottom: 30px;
}

/* --- PILL LINKS --- */
.ohx-comp__pillRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ohx-comp__pill {
  padding: 8px 16px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ohx-comp__pill:hover {
  background: var(--brand);
  color: var(--navy);
  transform: translateY(-2px);
}

/* --- DOCUMENT ASIDE (The Glass Box) --- */
.ohx-comp__heroAside {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.ohx-comp__doc {
  display: block;
  text-decoration: none;
  padding: 16px;
  border-bottom: 1px solid var(--glass-border);
  transition: background 0.2s;
}

.ohx-comp__doc:last-child { border: none; }

.ohx-comp__docName {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}

.ohx-comp__docMeta {
  color: #64748b;
  font-size: 12px;
}

.ohx-comp__doc:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* --- MAIN CONTENT LAYOUT --- */
.ohx-comp__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  padding: 80px 24px;
}

.ohx-comp__navCard {
  position: sticky;
  top: 100px;
}

.ohx-comp__navList {
  list-style: none;
  padding: 0;
}

.ohx-comp__navList li { margin-bottom: 12px; }

.ohx-comp__navList a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.ohx-comp__navList a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: 50%;
  margin-right: 12px;
  transition: 0.3s;
}

/* --- SECTIONS --- */
.ohx-comp__section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}

.ohx-comp__section:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.ohx-comp__h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.ohx-comp__bullets {
  padding-left: 20px;
  margin: 24px 0;
}

.ohx-comp__bullets li {
  margin-bottom: 12px;
  color: #475569;
}

/* --- POLICY GRID --- */
.ohx-comp__policyGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.ohx-comp__policy {
  padding: 20px;
  background: #f1f5f9;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.ohx-comp__policy:hover {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 10px 15px -3px var(--brand-glow);
}

.ohx-comp__policyTitle {
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

/* --- CTA BAND --- */
.ohx-comp__band {
  background: var(--navy);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-top: 40px;
}

.ohx-comp__btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--brand);
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}

.ohx-comp__btn:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .ohx-comp__heroCard, .ohx-comp__layout, .ohx-comp__band {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 30px;
  }
  .ohx-comp__nav { display: none; }
}
/* --- FIXING THE PANEL SPACING (Image 1) --- */
.ohx-comp__split {
  display: grid;
  grid-template-columns: 1fr 320px; /* Gives the CTA card its own space */
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}

.ohx-comp__panel {
  background: #f8fafc;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.ohx-comp__note {
  margin-top: 20px;
  padding: 15px;
  border-left: 4px solid var(--brand);
  background: rgba(35, 189, 255, 0.05);
  font-style: italic;
  font-size: 13px;
  color: var(--muted);
}

/* --- FIXING THE BUTTON MESS & BAND (Image 2) --- */
.ohx-comp__band {
  background: var(--navy);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px; /* Prevents text and buttons from touching */
  margin: 40px 0;
}

.ohx-comp__bandCopy {
  flex: 1;
}

.ohx-comp__bandTitle {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.ohx-comp__bandText {
  color: #94a3b8;
  font-size: 15px;
}

/* Grid-based button container to prevent overlapping */
.ohx-comp__bandActions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

.ohx-comp__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  background: var(--brand);
  color: var(--navy);
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--brand);
}

.ohx-comp__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ohx-comp__btn--ghost:hover {
  background: #FFF;
  border-color: #fff;
}

/* --- THE BOTTOM LINKS --- */
.ohx-comp__links {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.ohx-comp__link {
  color: var(--brand);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}/* End custom CSS */