/* Start custom CSS *//* ─── Full-Bleed Helper ─────────────────────────────────────────────────── */
.oc-full .elementor-widget-html .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}
.oc-full .elementor-widget-html {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.oc-full {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.oc-full .elementor-column,
.oc-full .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ─── Design Tokens ─────────────────────────────────────────── */
.oc-fo {
  --ink:         #0f1d3e;
  --brand:       #5b9bc7;
  --brand-light: #7ab4d9;
  --paper:       #ffffff;
  --stone:       #0a1a2e;
  --slate:       #3d4f62;
  --mist:        #4e6070;
  --rule:        #d0dde8;
  --surface-dark:#060e1a;
  --surface-mid: #e8eef4;

  --bg:          var(--paper);
  --bg-alt:      var(--stone);
  --bg-dark:     var(--surface-dark);
  --text-head:   var(--ink);
  --text-body:   var(--slate);
  --text-muted:  var(--mist);
  --text-inv:    #f0ece3;
  --accent:      var(--brand);
  --accent-hov:  var(--brand-light);
  --divider:     var(--rule);

  --font-display: 'Cinzel', 'Trajan Pro', Georgia, serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  --max-prose:    760px;
  --max-wide:     1080px;
  --gutter:       clamp(1.5rem, 5vw, 4rem);

  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-color-scheme: dark) {
  .oc-fo:not([data-theme="light"]) {
    --bg:        #0b1522;
    --bg-alt:    #10203a;
    --bg-dark:   #070d18;
    --text-head: #dde8f5;
    --text-body: #a0a8b4;
    --text-muted:#5c6472;
    --text-inv:  #e6dfc9;
    --accent:    #7ab4d9;
    --accent-hov:#8ec5e6;
    --divider:   #1e3050;
    --surface-mid:#10203a;
  }
}

.oc-fo[data-theme="dark"] {
  --bg:        #0b1522;
  --bg-alt:    #10203a;
  --bg-dark:   #070d18;
  --text-head: #dde8f5;
  --text-body: #a0a8b4;
  --text-muted:#5c6472;
  --text-inv:  #e6dfc9;
  --accent:    #7ab4d9;
  --accent-hov:#8ec5e6;
  --divider:   #1e3050;
  --surface-mid:#10203a;
}

/* ─── Reset & Base ──────────────────────────────────────────── */
.oc-fo *, .oc-fo *::before, .oc-fo *::after { box-sizing: border-box; margin: 0; padding: 0; }
.oc-fo { font-size: 16px; scroll-behavior: smooth; background: var(--bg); color: var(--text-body); font-family: var(--font-body); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.oc-fo img { max-width: 100%; display: block; }
.oc-fo a { color: var(--accent); text-decoration: underline; text-decoration-color: transparent; transition: color 0.2s var(--ease), text-decoration-color 0.2s var(--ease); }
.oc-fo a:hover { color: var(--accent-hov); text-decoration-color: currentColor; }
.oc-fo a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
@media (prefers-reduced-motion: reduce) {
  .oc-fo *, .oc-fo *::before, .oc-fo *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .oc-fo { scroll-behavior: auto; }
}

/* ─── Typography ────────────────────────────────────────────── */
.oc-fo h1, .oc-fo h2, .oc-fo h3, .oc-fo h4, .oc-fo h5 { font-family: var(--font-display); color: var(--text-head); text-wrap: balance; line-height: 1.2; letter-spacing: 0.06em; font-weight: 600; }
.oc-fo .label { font-family: var(--font-body); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #1a6090; }
.oc-fo .label--muted { color: var(--text-muted); }

/* ─── Section Layout ────────────────────────────────────────── */
.oc-fo .section { padding: clamp(3rem, 6vw, 5.5rem) var(--gutter); }
.oc-fo .section--alt { background: var(--bg-alt); }
.oc-fo .section--dark { background: var(--bg-dark); }
.oc-fo .section__inner { max-width: var(--max-prose); margin: 0 auto; }
.oc-fo .section__inner--wide { max-width: var(--max-wide); margin: 0 auto; }
.oc-fo .brass-rule { width: 3rem; height: 1px; background: var(--accent); margin-bottom: 1.75rem; }

/* ─── Hero ──────────────────────────────────────────────────── */
.oc-fo .hero { padding: clamp(3.5rem, 8vw, 7rem) var(--gutter) clamp(3rem, 6vw, 5rem); background: var(--bg-dark); }
.oc-fo .hero__inner { max-width: var(--max-prose); margin: 0 auto; }
.oc-fo .hero__qualifier { margin-bottom: 1.75rem; padding: 0.875rem 1.1rem; border-left: 3px solid var(--accent); background: rgba(74,170,216,0.08); border-radius: 0 8px 8px 0; font-size: 0.8125rem; color: #90afc8; line-height: 1.6; }
.oc-fo .hero__qualifier strong { color: #bdd4e8; font-weight: 500; }
.oc-fo .hero__label { margin-bottom: 1.25rem; }
.oc-fo .hero .label { color: var(--brand-light); }
.oc-fo .hero__h1 { font-size: clamp(2.1rem, 4.5vw, 3.5rem); font-weight: 600; line-height: 1.15; letter-spacing: 0.05em; color: #e2eff9; margin-bottom: 1.5rem; }
.oc-fo .hero__h1 em { font-style: normal; font-weight: 400; color: var(--accent); }
.oc-fo .hero__deck { font-size: 1.05rem; line-height: 1.8; color: #89aec8; max-width: 620px; margin-bottom: 2.5rem; }
.oc-fo .hero__rule { width: 100%; height: 1px; background: linear-gradient(to right, var(--accent) 4rem, rgba(255,255,255,0.08) 4rem); margin-bottom: 2.5rem; }
.oc-fo .hero__ctas { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* ─── Proof Bar ─────────────────────────────────────────────── */
.oc-fo .proof-bar { display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--divider); border-radius: 14px; overflow: hidden; margin-top: 2.5rem; }
.oc-fo .proof-item { flex: 1 1 200px; padding: 1.5rem 1.75rem; border-right: 1px solid var(--divider); border-bottom: 1px solid var(--divider); }
.oc-fo .proof-item:last-child { border-right: none; }
.oc-fo .proof-item__number { font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; color: var(--accent); margin-bottom: 0.35rem; letter-spacing: 0.04em; }
.oc-fo .proof-item p { font-size: 0.8125rem; line-height: 1.55; color: var(--text-muted); }

/* ─── Buttons ───────────────────────────────────────────────── */
.oc-fo .btn { display: inline-block; font-family: var(--font-body); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; padding: 0.9rem 2.1rem; border-radius: 8px; transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease); cursor: pointer; border: none; }
.oc-fo .btn--primary { background: var(--accent); color: #07111e; box-shadow: 0 4px 14px rgba(74,170,216,0.35); }
.oc-fo .btn--primary:hover { background: var(--accent-hov); color: #07111e; text-decoration: none; box-shadow: 0 6px 20px rgba(74,170,216,0.45); }
.oc-fo .btn--outline { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); color: #bdd4e8; }
.oc-fo .btn--outline:hover { border-color: var(--accent); color: var(--accent); background: rgba(74,170,216,0.08); text-decoration: none; }

/* ─── Section Headers & Prose ───────────────────────────────── */
.oc-fo .section-head { margin-bottom: 2.5rem; }
.oc-fo .section-head h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 600; margin-bottom: 1rem; }
.oc-fo .section-head p { font-size: 1rem; line-height: 1.75; color: var(--text-body); max-width: 580px; }
.oc-fo .prose p { margin-bottom: 1.25rem; }
.oc-fo .prose p:last-child { margin-bottom: 0; }
.oc-fo .challenge-intro { font-size: 1.15rem; line-height: 1.8; color: var(--text-body); margin-bottom: 2rem; }
.oc-fo .challenge-intro strong { color: var(--text-head); font-weight: 500; }
.oc-fo .blockquote-pull { border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; padding: 1.25rem 1.75rem; margin: 2rem 0; background: rgba(74,170,216,0.07); }
.oc-fo .blockquote-pull p { font-family: var(--font-body); font-size: 1.1rem; font-style: italic; font-weight: 300; line-height: 1.55; color: var(--text-head); }

/* ─── Objectives Grid ───────────────────────────────────────── */
.oc-fo .objectives-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; overflow: hidden; margin-top: 2rem; }
.oc-fo .objective-item { background: rgba(255,255,255,0.04); padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: background 0.15s; }
.oc-fo .objective-item:hover { background: rgba(74,170,216,0.07); }
.oc-fo .objective-item__mark { width: 1px; flex-shrink: 0; background: var(--accent); align-self: stretch; min-height: 1.5rem; margin-top: 0.2rem; }
.oc-fo .objective-item p { font-size: 0.9rem; line-height: 1.6; color: var(--text-body); }

/* ─── Assessment Grid ───────────────────────────────────────── */
.oc-fo .assessment-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 2rem; }
.oc-fo .assessment-item { padding: 1.25rem; border: 1px solid var(--divider); border-radius: 10px; background: var(--bg); }
.oc-fo .assessment-item__number { font-family: var(--font-body); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; color: #1a6090; margin-bottom: 0.5rem; }
.oc-fo .assessment-item h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--text-head); margin-bottom: 0.4rem; }
.oc-fo .assessment-item p { font-size: 0.8125rem; line-height: 1.6; color: var(--text-muted); }

/* ─── Structuring Routes ────────────────────────────────────── */
.oc-fo .routes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.oc-fo .route-card { padding: 1.75rem 1.5rem; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; background: rgba(255,255,255,0.03); position: relative; overflow: hidden; transition: background 0.2s var(--ease); }
.oc-fo .route-card:hover { background: rgba(74,170,216,0.07); }
.oc-fo .route-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); opacity: 0.5; }
.oc-fo .route-card__title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--text-head); margin-bottom: 0.75rem; }
.oc-fo .route-card p { font-size: 0.84rem; line-height: 1.65; color: var(--text-body); margin-bottom: 0.75rem; }
.oc-fo .route-card p:last-child { margin-bottom: 0; }
.oc-fo .route-card__considerations { list-style: none; margin-top: 0.75rem; }
.oc-fo .route-card__considerations li { font-size: 0.78rem; color: var(--text-muted); padding: 0.3rem 0; border-top: 1px solid rgba(255,255,255,0.06); line-height: 1.5; }
.oc-fo .route-card__considerations li:first-child { border-top: none; }

/* ─── Assist List ───────────────────────────────────────────── */
.oc-fo .assist-list { list-style: none; margin-top: 1.5rem; }
.oc-fo .assist-list li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--divider); font-size: 0.9375rem; line-height: 1.6; color: var(--text-body); align-items: flex-start; }
.oc-fo .assist-list li:last-child { border-bottom: none; }
.oc-fo .assist-list li::before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 0.65rem; }

/* ─── FAQ ───────────────────────────────────────────────────── */
.oc-fo .faq-list { margin-top: 2rem; }
.oc-fo .faq-item { border-top: 1px solid var(--divider); }
.oc-fo .faq-item:last-child { border-bottom: 1px solid var(--divider); }
.oc-fo .faq-item summary { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; padding: 1.25rem 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--text-head); line-height: 1.4; transition: color 0.15s var(--ease); }
.oc-fo .faq-item summary::-webkit-details-marker { display: none; }
.oc-fo .faq-item summary:hover { color: var(--accent); }
.oc-fo .faq-item summary::after { content: '+'; font-family: var(--font-body); font-size: 1.25rem; font-weight: 300; color: var(--accent); flex-shrink: 0; line-height: 1; margin-top: 0.1rem; transition: transform 0.2s var(--ease); }
.oc-fo .faq-item[open] summary::after { transform: rotate(45deg); }
.oc-fo .faq-item__answer { padding: 0 0 1.5rem; font-size: 0.9rem; line-height: 1.75; color: var(--text-body); max-width: 640px; }

/* ─── Dual CTA Block ────────────────────────────────────────── */
.oc-fo .cta-block { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(0,0,0,0.08); margin-top: 2rem; border-radius: 16px; overflow: hidden; }
@media (max-width: 600px) { .oc-fo .cta-block { grid-template-columns: 1fr; } }
.oc-fo .cta-panel { padding: 2.5rem 2rem; background: var(--bg); display: flex; flex-direction: column; gap: 1rem; }
.oc-fo .cta-panel--primary { background: var(--bg-dark); }
.oc-fo .cta-panel--secondary .btn--outline { background: transparent; border: 1px solid var(--divider); color: var(--accent); }
.oc-fo .cta-panel--secondary .btn--outline:hover { background: var(--accent); color: #fff; }
.oc-fo .cta-panel__label { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.oc-fo .cta-panel__label--muted { color: var(--text-muted); }
.oc-fo .cta-panel h3 { font-size: 1.4rem; font-weight: 400; line-height: 1.25; color: var(--text-inv); }
.oc-fo .cta-panel--secondary h3 { color: var(--text-head); }
.oc-fo .cta-panel p { font-size: 0.875rem; line-height: 1.65; color: rgba(180,190,200,0.85); flex-grow: 1; }
.oc-fo .cta-panel--secondary p { color: var(--text-muted); }

/* ─── Related Links ─────────────────────────────────────────── */
.oc-fo .related-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 2rem; }
.oc-fo .related-link { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1rem 1.1rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; background: rgba(255,255,255,0.04); transition: border-color 0.2s var(--ease), background 0.2s var(--ease); }
.oc-fo .related-link:hover { border-color: var(--brand); background: rgba(74,170,216,0.08); text-decoration: none; }
.oc-fo .related-link__arrow { font-size: 0.75rem; color: var(--accent); margin-top: 0.1rem; flex-shrink: 0; }
.oc-fo .related-link__text { display: flex; flex-direction: column; gap: 0.2rem; }
.oc-fo .related-link__title { font-size: 0.875rem; font-weight: 500; color: var(--text-head); line-height: 1.4; }
.oc-fo .related-link__desc { font-size: 0.75rem; color: var(--text-muted); line-height: 1.45; }

/* ─── Disclaimer ────────────────────────────────────────────── */
.oc-fo .disclaimer { padding: 2rem var(--gutter); border-top: 1px solid var(--divider); }
.oc-fo .disclaimer__inner { max-width: var(--max-prose); margin: 0 auto; font-size: 0.75rem; line-height: 1.7; color: var(--text-muted); }
.oc-fo .disclaimer__inner p { margin-bottom: 0.5rem; }
.oc-fo .disclaimer__inner p:last-child { margin-bottom: 0; }

/* ─── Dark-Section Overrides ───────────────────────────────── */
.oc-fo .section--alt {
  --text-head:  #d8eaf6;
  --text-body:  #8ab4cc;
  --text-muted: #7ab4d9;
  --divider:    rgba(255,255,255,0.1);
}
.oc-fo .section--alt .label,
.oc-fo .section--alt .label--muted { color: #7ab4d9; }
.oc-fo .section--alt .objective-item { background: rgba(255,255,255,0.04); }
.oc-fo .section--alt .objective-item:hover { background: rgba(91,155,199,0.10); }
.oc-fo .section--alt .assist-list li { border-color: rgba(255,255,255,0.08); }
.oc-fo .section--alt .faq-item,
.oc-fo .section--alt .faq-item:last-child { border-color: rgba(255,255,255,0.1); }
.oc-fo .section--alt .related-link { border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); }
.oc-fo .section--alt .related-link:hover { border-color: var(--brand); background: rgba(91,155,199,0.10); }

/* ─── Scroll Reveal ─────────────────────────────────────────── */
.oc-fo .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.oc-fo .reveal.is-visible { opacity: 1; transform: none; }/* End custom CSS */