.xp-scope {
  --omb-blue:#1B1FA1; --omb-blue-alt:#0000A3; --omb-ice:#E8EAF6;
  --omb-white:#FFFFFF; --omb-black:#1A1A2E;
  --font-display:'Archivo Black','Arial Black',sans-serif;
  --font-body:'Inter','PP Neue Montreal','Helvetica Neue',Arial,sans-serif;
  --maxw:1410px;
}
.xp-scope, .xp-scope * {box-sizing:border-box;margin:0;padding:0}

.xp-scope {font-family:var(--font-body);color:var(--omb-black);background:var(--omb-white);line-height:1.6;-webkit-font-smoothing:antialiased}
.xp-scope .xp-wrap {max-width:var(--maxw);margin:0 auto;padding:0 15px}
@media(max-width:479px){
.xp-scope .xp-wrap{max-width:none}
}
.xp-scope h1, .xp-scope h2, .xp-scope h3 {font-family:var(--font-display);line-height:1.1;letter-spacing:-.01em}
.xp-scope a {color:inherit;text-decoration:none}
.xp-scope u {text-decoration-thickness:2px;text-underline-offset:3px}
.xp-scope .xp-u-blue {color:var(--omb-blue)}
.xp-scope img {max-width:100%;display:block}

/* NAV */
.xp-scope .xp-nav-in {display:flex;align-items:center;justify-content:space-between;height:68px}
.xp-scope .xp-nav-logo img {height:30px;display:block}
.xp-scope .xp-nav-links {display:flex;gap:28px;align-items:center;font-weight:500;font-size:15px}
.xp-scope .xp-nav-links a:hover {color:var(--omb-blue)}
.xp-scope .xp-nav-cta {background:var(--omb-blue);color:#fff;padding:11px 20px;border-radius:8px;font-weight:600;font-size:15px}
@media(max-width:820px){
.xp-scope .xp-nav-links{display:none}
}

/* HERO */
.xp-scope .xp-hero {background:var(--omb-blue);color:#fff;padding:150px 0 96px;position:relative;overflow:hidden}
.xp-scope .xp-hero .xp-wrap {position:relative;z-index:2}
.xp-scope .xp-kicker {display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c9cbff;border:1px solid rgba(255,255,255,.3);border-radius:100px;padding:7px 16px 7px 12px;margin-bottom:28px}
.xp-scope .xp-kicker img {height:16px;width:auto}
.xp-scope .xp-hero h1 {font-size:clamp(38px,6vw,66px);color:#fff;max-width:17ch}
.xp-scope .xp-hero p.xp-lead {font-size:clamp(18px,2.2vw,22px);color:#dfe0ff;max-width:60ch;margin-top:24px}
.xp-scope .xp-hero-cta {display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.xp-scope .xp-btn {display:inline-block;font-weight:600;font-size:16px;padding:15px 28px;border-radius:9px;transition:transform .15s ease}
.xp-scope .xp-btn:hover {transform:translateY(-2px)}
.xp-scope .xp-btn-white {background:#fff;color:var(--omb-blue)}
.xp-scope .xp-btn-ghost {background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}
.xp-scope .xp-hero-note {margin-top:20px;font-size:14px;color:#b9baf5}
.xp-scope .xp-hero-stk {position:absolute;z-index:1;pointer-events:none;user-select:none}
.xp-scope .xp-hero-stk.xp-a {right:40px;top:66px;width:150px;transform:rotate(8deg)}
.xp-scope .xp-hero-stk.xp-b {right:150px;bottom:54px;width:120px;transform:rotate(-9deg)}
@media(max-width:960px){
.xp-scope .xp-hero-stk{display:none}
}

/* SECTION SHELL */
.xp-scope section.xp-block {padding:76px 0;position:relative}
.xp-scope .xp-eyebrow {display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--omb-blue);margin-bottom:16px}
.xp-scope .xp-eyebrow img {height:17px;width:auto}
.xp-scope .xp-eyebrow.xp-on-dark {color:#c9cbff}
.xp-scope h2.xp-section-h {font-size:clamp(28px,4vw,44px);max-width:22ch}
.xp-scope .xp-section-sub {font-size:18px;color:#4a4a63;max-width:66ch;margin-top:18px}
.xp-scope .xp-ice {background:var(--omb-ice)}
.xp-scope .xp-center {text-align:center}
.xp-scope .xp-center .xp-section-sub {margin-left:auto;margin-right:auto}
.xp-scope .xp-center .xp-eyebrow {justify-content:center}

/* DETAIL GRID (2x2) */
.xp-scope .xp-detail {display:grid;grid-template-columns:repeat(2,1fr);gap:26px;margin-top:44px}
.xp-scope .xp-dcard {background:#fff;border:1px solid var(--omb-ice);border-radius:16px;padding:32px}
.xp-scope .xp-dcard .xp-dnum {font-family:var(--font-display);font-size:15px;color:var(--omb-blue);letter-spacing:.05em}
.xp-scope .xp-dcard h3 {font-size:22px;margin:12px 0 12px}
.xp-scope .xp-dcard p {font-size:16px;color:#4a4a63}
.xp-scope .xp-dcard ul {list-style:none;margin-top:16px}
.xp-scope .xp-dcard ul li {position:relative;padding-left:24px;font-size:15px;color:#3a3a52;margin:9px 0}
.xp-scope .xp-dcard ul li::before {content:"\2726";position:absolute;left:0;color:var(--omb-blue)}
@media(max-width:760px){
.xp-scope .xp-detail{grid-template-columns:1fr}
}

/* STEPS (3col) */
.xp-scope .xp-steps {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.xp-scope .xp-step {background:#fff;border-radius:16px;padding:30px;border:1px solid var(--omb-ice)}
.xp-scope .xp-ice .xp-step {background:#fff}
.xp-scope .xp-step .xp-sn {font-family:var(--font-display);font-size:40px;color:var(--omb-ice)}
.xp-scope .xp-step h3 {font-size:20px;margin:6px 0 10px}
.xp-scope .xp-step p {font-size:15px;color:#4a4a63}
@media(max-width:760px){
.xp-scope .xp-steps{grid-template-columns:1fr}
}

/* DARK PANEL */
.xp-scope .xp-whyot {background:var(--omb-blue);color:#fff;border-radius:20px;padding:56px;margin-top:8px;position:relative;overflow:hidden}
.xp-scope .xp-whyot .xp-inner {position:relative;z-index:2}
.xp-scope .xp-whyot h2 {color:#fff;font-size:clamp(26px,3.4vw,38px);max-width:24ch}
.xp-scope .xp-whyot p.xp-big {color:#dfe0ff;font-size:18px;max-width:72ch;margin-top:18px}
.xp-scope .xp-whyot .xp-row {display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:36px}
.xp-scope .xp-whyot .xp-row div h3 {color:#fff;font-family:var(--font-display);font-size:19px;margin-bottom:8px}
.xp-scope .xp-whyot .xp-row div p {font-size:15px;color:#c9cbff}
.xp-scope .xp-whyot-stk {position:absolute;right:30px;top:30px;width:120px;transform:rotate(7deg);z-index:1;opacity:.97;pointer-events:none}
@media(max-width:900px){
.xp-scope .xp-whyot-stk{display:none}
}
@media(max-width:760px){
.xp-scope .xp-whyot{padding:34px}
.xp-scope .xp-whyot .xp-row{grid-template-columns:1fr}
}

/* STAT BAND */
.xp-scope .xp-stats {display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}
.xp-scope .xp-stat {padding:8px 4px}
.xp-scope .xp-stat .xp-n {font-family:var(--font-display);font-size:clamp(34px,4.6vw,50px);color:var(--omb-blue);line-height:1}
.xp-scope .xp-on-dark .xp-stat .xp-n, .xp-scope .xp-stat.xp-on-dark .xp-n {color:#fff}
.xp-scope .xp-stat .xp-l {font-size:14.5px;color:#4a4a63;margin-top:10px;font-weight:500}
.xp-scope .xp-on-dark .xp-stat .xp-l {color:#c9cbff}
@media(max-width:760px){
.xp-scope .xp-stats{grid-template-columns:repeat(2,1fr);gap:28px}
}

/* FEATURE SPLIT */
.xp-scope .xp-split {display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;margin-top:12px}
.xp-scope .xp-split.xp-rev .xp-media {order:2}
.xp-scope .xp-split .xp-txt h2 {font-size:clamp(26px,3.4vw,38px);max-width:20ch}
.xp-scope .xp-split .xp-txt p {font-size:17px;color:#4a4a63;margin-top:16px;max-width:56ch}
.xp-scope .xp-split .xp-media {background:var(--omb-ice);border-radius:20px;min-height:300px;display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden}
.xp-scope .xp-split .xp-media.xp-blue {background:var(--omb-blue)}
.xp-scope .xp-split .xp-media img.xp-stk {width:min(80%,300px);position:relative;z-index:2}
.xp-scope .xp-checklist {list-style:none;margin-top:22px}
.xp-scope .xp-checklist li {position:relative;padding-left:34px;font-size:16px;color:#2f2f47;margin:13px 0;font-weight:500}
.xp-scope .xp-checklist li img {position:absolute;left:0;top:2px;height:20px;width:20px}
@media(max-width:820px){
.xp-scope .xp-split{grid-template-columns:1fr;gap:28px}
.xp-scope .xp-split.xp-rev .xp-media{order:0}
}

/* QUOTE CARDS */
.xp-scope .xp-quotes {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.xp-scope .xp-qcard {background:#fff;border:1px solid var(--omb-ice);border-radius:16px;padding:30px;display:flex;flex-direction:column}
.xp-scope .xp-ice .xp-qcard {background:#fff}
.xp-scope .xp-qcard .xp-qm {font-family:var(--font-display);font-size:40px;color:var(--omb-ice);line-height:.7;margin-bottom:6px}
.xp-scope .xp-qcard p {font-size:16px;color:#33334c;flex:1}
.xp-scope .xp-qcard .xp-who {margin-top:18px;font-size:14px;color:#6a6a80;font-weight:600}
@media(max-width:860px){
.xp-scope .xp-quotes{grid-template-columns:1fr}
}

/* COMPARISON */
.xp-scope .xp-compare {display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px}
.xp-scope .xp-comp {border-radius:16px;padding:32px}
.xp-scope .xp-comp.xp-bad {background:#fff;border:1px solid var(--omb-ice)}
.xp-scope .xp-comp.xp-good {background:var(--omb-blue);color:#fff}
.xp-scope .xp-comp h3 {font-size:20px;margin-bottom:18px}
.xp-scope .xp-comp.xp-good h3 {color:#fff}
.xp-scope .xp-comp ul {list-style:none}
.xp-scope .xp-comp ul li {position:relative;padding-left:28px;margin:12px 0;font-size:15.5px}
.xp-scope .xp-comp.xp-bad li {color:#5a5a72}
.xp-scope .xp-comp.xp-bad li::before {content:"\00d7";position:absolute;left:0;top:-1px;color:#b6b6cc;font-weight:700;font-size:18px}
.xp-scope .xp-comp.xp-good li {color:#ececff}
.xp-scope .xp-comp.xp-good li::before {content:"\2726";position:absolute;left:0;color:#fff}
@media(max-width:760px){
.xp-scope .xp-compare{grid-template-columns:1fr}
}

/* TIMELINE */
.xp-scope .xp-timeline {margin-top:44px;border-left:2px solid var(--omb-ice);padding-left:0}
.xp-scope .xp-tl {position:relative;padding:0 0 30px 40px}
.xp-scope .xp-tl:last-child {padding-bottom:0}
.xp-scope .xp-tl::before {content:"";position:absolute;left:-9px;top:2px;width:16px;height:16px;border-radius:50%;background:var(--omb-blue);border:3px solid #fff;box-shadow:0 0 0 2px var(--omb-ice)}
.xp-scope .xp-tl .xp-ty {font-family:var(--font-display);font-size:14px;color:var(--omb-blue);letter-spacing:.04em}
.xp-scope .xp-tl h3 {font-size:19px;margin:6px 0 8px}
.xp-scope .xp-tl p {font-size:15.5px;color:#4a4a63;max-width:64ch}

/* PROOF BAR (chips) */
.xp-scope .xp-proofbar {display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.xp-scope .xp-proofbar span {background:#fff;border:1px solid var(--omb-ice);border-radius:100px;padding:9px 18px;font-size:14px;font-weight:600;color:#33334c}
.xp-scope .xp-on-dark .xp-proofbar span {background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#ececff}

/* PROFILE HERO (about pages) */
.xp-scope .xp-phero {display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center;position:relative;z-index:2}
.xp-scope .xp-phero .xp-pcard {background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:34px;text-align:center}
.xp-scope .xp-phero .xp-pcard img.xp-stk {width:min(78%,240px);margin:0 auto 20px}
.xp-scope .xp-phero .xp-pcard .xp-role {font-size:14px;color:#dfe0ff;font-weight:500;line-height:1.5}
.xp-scope .xp-phero .xp-pcard .xp-role b {color:#fff}
@media(max-width:860px){
.xp-scope .xp-phero{grid-template-columns:1fr}
}

/* FAQ */
.xp-scope .xp-faq {margin-top:40px;border-top:1px solid var(--omb-ice)}
.xp-scope .xp-faq details {border-bottom:1px solid var(--omb-ice);padding:22px 0}
.xp-scope .xp-faq summary {font-family:var(--font-display);font-size:19px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;color:var(--omb-black)}
.xp-scope .xp-faq summary::-webkit-details-marker {display:none}
.xp-scope .xp-faq summary::after {content:"+";color:var(--omb-blue);font-size:26px;line-height:1}
.xp-scope .xp-faq details[open] summary::after {content:"\2013"}
.xp-scope .xp-faq p {font-size:16px;color:#4a4a63;margin-top:14px;max-width:82ch}

/* PATTERN STRIP */
.xp-scope .xp-patstrip {height:80px;background-repeat:repeat;background-size:auto 80px}

/* FINAL CTA */
.xp-scope .xp-finalcta {background:var(--omb-blue);color:#fff;text-align:center;padding:88px 0;position:relative;overflow:hidden}
.xp-scope .xp-finalcta .xp-wrap {position:relative;z-index:2}
.xp-scope .xp-finalcta h2 {color:#fff;font-size:clamp(30px,5vw,52px);max-width:20ch;margin:0 auto}
.xp-scope .xp-finalcta p {color:#dfe0ff;font-size:18px;margin:20px auto 0;max-width:54ch}
.xp-scope .xp-finalcta .xp-hero-cta {justify-content:center}
.xp-scope .xp-cta-stk {position:absolute;z-index:1;pointer-events:none}
.xp-scope .xp-cta-stk.xp-l {left:38px;bottom:34px;width:118px;transform:rotate(-10deg)}
.xp-scope .xp-cta-stk.xp-r {right:44px;top:40px;width:110px;transform:rotate(9deg)}
@media(max-width:820px){
.xp-scope .xp-cta-stk{display:none}
}

/* FOOTER */
.xp-scope footer {background:var(--omb-black);color:#cfcfe0;padding:56px 0 30px;font-size:14px}
.xp-scope footer a {color:#cfcfe0}
.xp-scope footer a:hover {color:#fff}
.xp-scope .xp-foot-grid {display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.xp-scope .xp-foot-grid h4 {font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#8a8aa8;margin-bottom:14px;font-family:var(--font-body);font-weight:600}
.xp-scope .xp-foot-grid ul {list-style:none}
.xp-scope .xp-foot-grid ul li {margin:8px 0}
.xp-scope .xp-foot-logo img {height:30px;margin-bottom:16px}
.xp-scope .xp-foot-bottom {border-top:1px solid #2a2a44;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#8a8aa8}
@media(max-width:760px){
.xp-scope .xp-foot-grid{grid-template-columns:1fr 1fr}
}
