:root{--gx-accent:#f4b400;--gx-accent2:#f0851a;--gx-bg:#0e1116;--gx-line:rgba(255,255,255,.08);--gx-text:#eaeaea}
/* Nav pills bar (desktop) */
.gx-navbar{background:#0e1116;border-bottom:1px solid var(--gx-line);padding:10px 24px}
.gx-navbar-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
.gx-navbar-inner::-webkit-scrollbar{display:none}
.gx-pill{flex:0 0 auto;padding:8px 16px;border-radius:999px;background:#1a1e26;color:#eaeaea;font-weight:500;font-size:14px;text-decoration:none;border:1px solid rgba(255,255,255,.06);white-space:nowrap;transition:all .15s}
.gx-pill:hover{background:#242830;color:#fff}
.gx-pill-active{background:linear-gradient(180deg,#f4b400,#f0851a);color:#111;border-color:transparent}
/* Mobile menu */
.gx-mmenu{display:none;position:relative;flex:1;max-width:200px;margin:0 auto}
.gx-mmenu-trigger{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px 12px;background:linear-gradient(180deg,#22262f,#1a1e26);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:13px;font-weight:600;user-select:none}
.gx-mmenu-trigger::-webkit-details-marker{display:none}
.gx-mmenu-trigger::marker{display:none}
.gx-mmenu-trigger svg{color:var(--gx-accent);transition:transform .2s}
.gx-mmenu[open] .gx-mmenu-trigger svg{transform:rotate(180deg)}
.gx-mmenu-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#12151b;border:1px solid var(--gx-line);border-radius:10px;padding:6px;display:flex;flex-direction:column;gap:3px;z-index:200;box-shadow:0 8px 28px rgba(0,0,0,.55)}
.gx-mmenu-item{padding:9px 12px;border-radius:6px;color:#e0e0e0;text-decoration:none;font-size:13.5px;font-weight:500}
.gx-mmenu-item:hover{background:rgba(255,255,255,.06);color:#fff}
.gx-mmenu-active{background:linear-gradient(180deg,#f4b400,#f0851a)!important;color:#111!important;font-weight:700!important}
@media(max-width:900px){
  .gx-navbar-inner{display:none}
  .gx-mmenu{display:block!important}
  .gx-navbar{padding:8px 12px}
}
/* SEO block */
.gx-seo{max-width:1400px;margin:32px auto;padding:32px 28px;background:linear-gradient(180deg,#12151b,#0e1116);border-radius:14px;border:1px solid var(--gx-line);color:var(--gx-text)}
.gx-h1{font-size:28px;line-height:1.2;margin:0 0 14px;color:#fff}
.gx-hero-lead{font-size:16px;line-height:1.6;color:#c9c9c9;margin:0 0 22px;padding:14px 18px;border-left:3px solid var(--gx-accent);background:rgba(255,255,255,.03);border-radius:0 8px 8px 0}
.gx-cta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;background:linear-gradient(90deg,rgba(244,180,0,.12),rgba(240,133,26,.05));border:1px solid rgba(244,180,0,.25);border-radius:12px;padding:16px 20px;margin:0 0 24px}
.gx-cta-text{font-weight:600;color:#fff;font-size:16px;flex:1;min-width:220px}
.gx-cta-buttons{display:flex;gap:10px;flex-wrap:wrap}
.gx-cta-btn{display:inline-flex;align-items:center;padding:10px 22px;border-radius:8px;text-decoration:none;font-weight:800;font-size:15px;transition:all .15s;letter-spacing:.3px}
.gx-cta-primary{background:linear-gradient(180deg,#f4b400,#f0851a);color:#0a0a0a}
.gx-cta-primary:hover{filter:brightness(1.1)}
.gx-cta-secondary{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.35);font-weight:700}
.gx-cta-secondary:hover{background:rgba(255,255,255,.12)}
.gx-toc{background:rgba(255,255,255,.04);border:1px solid var(--gx-line);border-radius:10px;padding:14px 18px;margin:0 0 28px}
.gx-toc-title{font-size:15px;font-weight:600;color:#fff;margin:0 0 8px}
.gx-toc ol{margin:0;padding-left:22px;line-height:1.8;font-size:14px}
.gx-toc a{color:var(--gx-accent);text-decoration:none}
.gx-toc a:hover{text-decoration:underline}
.gx-h2{font-size:22px;color:#fff;margin:32px 0 12px;line-height:1.3}
.gx-sec{text-align:justify;line-height:1.65;font-size:15px;color:#d0d0d0}
.gx-sec p{margin:0 0 12px;text-align:justify}
.gx-sec ul,.gx-sec ol{padding-left:22px;line-height:1.75;margin:0 0 14px}
.gx-sec table{width:100%;border-collapse:collapse;margin:14px 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.gx-sec th,.gx-sec td{padding:9px 12px;border:1px solid var(--gx-line);text-align:left}
.gx-sec th{background:rgba(244,180,0,.08);color:#fff}
.gx-sec strong{color:#fff}
.gx-sec a{color:var(--gx-accent)}
/* FAQ accordion */
.gx-faq-list{display:flex;flex-direction:column;gap:10px;margin:16px 0}
.gx-faq-item{background:rgba(255,255,255,.04);border:1px solid var(--gx-line);border-radius:10px;overflow:hidden;transition:all .2s}
.gx-faq-item[open]{background:rgba(244,180,0,.06);border-color:rgba(244,180,0,.25)}
.gx-faq-item summary{padding:14px 46px 14px 18px;cursor:pointer;font-weight:600;color:#fff;font-size:15px;position:relative;list-style:none;user-select:none}
.gx-faq-item summary::-webkit-details-marker{display:none}
.gx-faq-item summary::marker{display:none}
.gx-faq-item summary::after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--gx-accent)}
.gx-faq-item[open] summary::after{content:'−'}
.gx-faq-a{padding:0 18px 16px;color:#d0d0d0;font-size:14.5px;line-height:1.65;text-align:justify}
.gx-faq-a p{margin:0}
/* Footer */
.gx-footer{background:linear-gradient(180deg,#0e1116,#080a0e);border-top:1px solid var(--gx-line);margin:56px 0 0;padding:44px 24px 20px;color:#a0a0a0}
.gx-footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.06)}
.gx-footer-brand img{height:42px}
.gx-footer-tag{margin:14px 0 16px;font-size:13.5px;line-height:1.55;color:#9a9a9a}
.gx-badge{display:inline-flex;padding:5px 12px;border-radius:6px;font-size:11px;font-weight:700;background:rgba(244,180,0,.15);color:#f4b400;border:1px solid rgba(244,180,0,.35)}
.gx-footer-title{margin:0 0 14px;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.4px}
.gx-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.gx-footer-links a{color:#c0c0c0;text-decoration:none;font-size:14px;display:inline-flex;gap:6px;align-items:center}
.gx-footer-links a::before{content:'›';color:var(--gx-accent);opacity:.65;font-weight:700}
.gx-footer-links a:hover{color:var(--gx-accent)}
.gx-footer-info span{color:#9a9a9a;font-size:13px;line-height:1.55;display:inline-flex;gap:8px}
.gx-footer-bottom{max-width:1400px;margin:0 auto;padding:20px 0 0;text-align:center;font-size:12.5px;color:#7f7f7f}
@media(max-width:900px){.gx-footer-inner{grid-template-columns:1fr 1fr;gap:28px 20px}.gx-footer-brand{grid-column:1/-1}}
@media(max-width:520px){.gx-footer-inner{grid-template-columns:1fr;gap:22px}.gx-footer{padding:32px 16px 16px}}
@media(max-width:640px){
  .gx-seo{padding:18px 14px 32px;margin:20px 12px}
  .gx-h1{font-size:22px}
  .gx-h2{font-size:19px}
  .gx-sec{font-size:14.5px}
}

/* ---------- boundary ---------- */

.uc55bb1965 a.active{background:linear-gradient(180deg,#f4b400,#f0851a)!important;color:#111!important;border-radius:999px;padding:6px 14px}

/* ---------- boundary ---------- */

:root{--gx-blue:#012987;--gx-blue-dark:#250c91;--gx-red:#E41E26;--gx-yellow:#ffc107}
.gx-seo{max-width:1400px;margin:32px auto;padding:32px 32px 40px;background:linear-gradient(180deg,#012987,#0a1a5c);color:#fff;border-radius:16px;border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 20px rgba(0,0,0,.35)}
.gx-h1{font-size:30px;line-height:1.2;margin:0 0 16px;color:#fff;font-weight:700;letter-spacing:.2px}
.gx-hero-lead{font-size:16px;line-height:1.65;color:#e8e9e9;margin:0 0 22px;padding:16px 20px;border-left:4px solid #ffc107;background:rgba(255,255,255,.06);border-radius:0 10px 10px 0}
.gx-cta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;background:rgba(255,193,7,.14);border:1px solid rgba(255,193,7,.4);border-radius:14px;padding:18px 22px;margin:0 0 28px}
.gx-cta-text{font-weight:700;color:#fff;font-size:17px;flex:1;min-width:220px;letter-spacing:.2px}
.gx-cta-buttons{display:flex;gap:10px;flex-wrap:wrap}
.gx-cta-btn{display:inline-flex;align-items:center;padding:11px 24px;border-radius:10px;text-decoration:none;font-weight:800;font-size:15px;letter-spacing:.4px;text-transform:uppercase;transition:all .15s}
.gx-cta-primary{background:#E41E26;color:#fff;border:0;box-shadow:0 2px 8px rgba(228,30,38,.4)}
.gx-cta-primary:hover{background:#c8171e;box-shadow:0 4px 14px rgba(228,30,38,.6)}
.gx-cta-secondary{background:#fff;color:#012987;border:0}
.gx-cta-secondary:hover{background:#e8e9e9}
.gx-toc{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:18px 22px;margin:0 0 32px}
.gx-toc-title{font-size:16px;font-weight:700;color:#ffc107;margin:0 0 10px;letter-spacing:.5px;text-transform:uppercase}
.gx-toc ol{margin:0;padding-left:24px;line-height:1.85;font-size:14px;color:#fff}
.gx-toc a{color:#fff;text-decoration:none;border-bottom:1px dashed rgba(255,193,7,.4)}
.gx-toc a:hover{color:#ffc107;border-bottom-color:#ffc107}
.gx-h2{font-size:24px;color:#ffc107;margin:36px 0 14px;line-height:1.3;font-weight:700;letter-spacing:.3px}
.gx-h2::after{content:'';display:block;width:60px;height:3px;background:#ffc107;border-radius:2px;margin-top:6px}
.gx-sec{text-align:justify;line-height:1.68;font-size:15px;color:#e8e9e9}
.gx-sec p{margin:0 0 12px}
.gx-sec ul,.gx-sec ol{padding-left:24px;line-height:1.75;margin:0 0 14px}
.gx-sec li{margin:4px 0}
.gx-sec strong{color:#fff;font-weight:700}
.gx-sec a{color:#ffc107;text-decoration:none;border-bottom:1px dashed rgba(255,193,7,.5)}
.gx-sec a:hover{border-bottom-style:solid}
.gx-sec table{width:100%;border-collapse:collapse;margin:14px 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;background:rgba(255,255,255,.05);border-radius:8px}
.gx-sec th,.gx-sec td{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.12);text-align:left;color:#fff}
.gx-sec th{background:rgba(255,193,7,.15);color:#ffc107;font-weight:700;letter-spacing:.3px;text-transform:uppercase;font-size:12.5px}
/* FAQ accordion */
.gx-faq-list{display:flex;flex-direction:column;gap:10px;margin:16px 0}
.gx-faq-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:12px;overflow:hidden;transition:all .2s}
.gx-faq-item[open]{background:rgba(255,193,7,.1);border-color:rgba(255,193,7,.45)}
.gx-faq-item summary{padding:16px 50px 16px 20px;cursor:pointer;font-weight:600;color:#fff;font-size:15px;position:relative;list-style:none;user-select:none}
.gx-faq-item summary::-webkit-details-marker{display:none}
.gx-faq-item summary::marker{display:none}
.gx-faq-item summary::after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:26px;color:#ffc107;font-weight:400}
.gx-faq-item[open] summary::after{content:'−'}
.gx-faq-item summary:hover{background:rgba(255,255,255,.04)}
.gx-faq-a{padding:0 20px 18px;color:#e8e9e9;font-size:14.5px;line-height:1.7;text-align:justify}
.gx-faq-a p{margin:0}
@media(max-width:640px){
  .gx-seo{padding:20px 16px 28px;margin:20px 12px;border-radius:12px}
  .gx-h1{font-size:22px}
  .gx-h2{font-size:19px}
  .gx-sec{font-size:14.5px}
  .gx-cta{padding:14px 16px}
  .gx-cta-text{font-size:15px}
  .gx-cta-btn{padding:9px 18px;font-size:13px}
}

/* ---------- boundary ---------- */

/* Payment icons — always horizontal row, wrap gracefully, no column stack */
.u2d74a75ff{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:20px!important;padding:16px 20px}
.u7ce4b8eda{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:16px!important;width:100%!important;max-width:1400px;margin:0 auto!important}
.ub7fd1d2a1{flex:0 0 auto}
.ub7fd1d2a1 img{max-width:70px;height:auto;display:block}
@media(max-width:640px){
  .u2d74a75ff{gap:12px!important;padding:12px 8px}
  .u7ce4b8eda{gap:10px!important}
  .ub7fd1d2a1 img{max-width:52px}
}

/* ---------- boundary ---------- */

/* Override native table color/bg inside our SEO section */
.gx-seo table,.gx-seo .u8cbdda931 table{width:100%!important;border:1px solid rgba(255,193,7,.35)!important;border-radius:12px!important;background:rgba(255,255,255,.06)!important;display:table!important;margin:16px 0!important;overflow:hidden!important}
.gx-seo thead th,.gx-seo table thead th{background:rgba(255,193,7,.18)!important;color:#ffc107!important;text-transform:uppercase!important;font-size:12.5px!important;letter-spacing:.4px!important;padding:12px 14px!important;border:none!important;border-bottom:1px solid rgba(255,193,7,.35)!important;text-align:left!important;font-weight:700!important}
.gx-seo tbody tr,.gx-seo table tbody tr{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
.gx-seo tbody tr:last-child{border-bottom:none!important}
.gx-seo tbody td,.gx-seo table tbody td{color:#fff!important;background:transparent!important;padding:11px 14px!important;font-size:14px!important;line-height:1.5!important;border:none!important;vertical-align:top!important}
.gx-seo tbody tr:hover{background:rgba(255,255,255,.04)!important}
/* Also fix list bullets (were spawning as blue star chars) */
.gx-seo ul{list-style:disc!important;padding-left:22px!important}
.gx-seo ul li{color:#e8e9e9;margin:6px 0}
.gx-seo ol{list-style:decimal!important;padding-left:22px!important}
.gx-seo ol li{color:#e8e9e9;margin:6px 0}
.gx-seo ul li::marker,.gx-seo ol li::marker{color:#ffc107}

/* ---------- boundary ---------- */

.gx-footer-brand img{width:auto!important;height:48px!important;max-width:180px!important;display:block!important;object-fit:contain!important}
.gx-badge{display:inline-flex;padding:6px 14px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.5px;background:#ffc107;color:#012987;border:0;text-transform:uppercase}
.gx-footer-title{color:#ffc107!important}
.gx-footer{background:linear-gradient(180deg,#0a1a5c,#01072a)!important;border-top:2px solid rgba(255,193,7,.25)!important}
.gx-footer-tag{color:#c9d1e6!important}
.gx-footer-links a{color:#e0e6f5!important}
.gx-footer-links a:hover{color:#ffc107!important}
.gx-footer-links a::before{color:#ffc107!important}
.gx-footer-info span{color:#b8c1d6!important}
.gx-footer-bottom{color:#8a94b0!important;border-top:1px solid rgba(255,255,255,.08)}

/* ---------- boundary ---------- */

.u55eb4d518{background:linear-gradient(180deg,#012987,#0a1a5c)!important;border-bottom:2px solid rgba(255,193,7,.25);padding:12px 0!important;box-shadow:0 4px 14px rgba(0,0,0,.35);position:sticky;top:0;z-index:100}
.u2c172e367{gap:18px!important;max-width:1400px!important;padding:0 24px!important;align-items:center!important}
.u3361e3e15{display:flex;align-items:center;gap:12px;flex-shrink:0}
.u3361e3e15 img{height:44px!important;width:auto!important;max-width:60px!important;object-fit:contain;border-radius:8px}
.uf0b7cff9e{font-size:18px!important;font-weight:700!important;color:#fff!important;letter-spacing:.3px!important;white-space:nowrap}
.uc55bb1965{flex:1;display:flex;justify-content:center;min-width:0}
.u68e924abb{display:flex!important;gap:8px!important;list-style:none!important;padding:0!important;margin:0!important;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
.u68e924abb::-webkit-scrollbar{display:none}
.u0359eebc4{list-style:none;margin:0!important;padding:0!important}
.u0359eebc4 a{display:inline-flex;align-items:center;padding:9px 18px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-weight:600!important;font-size:14px!important;text-decoration:none!important;border:1px solid rgba(255,255,255,.1)!important;transition:all .2s ease!important;white-space:nowrap}
.u0359eebc4 a:hover{background:rgba(255,193,7,.15)!important;border-color:rgba(255,193,7,.45)!important;color:#ffc107!important;transform:translateY(-1px)}
.u0359eebc4 a.active,.uc55bb1965 a.active{background:linear-gradient(180deg,#ffc107,#f4b400)!important;color:#012987!important;border-color:transparent!important;font-weight:800!important;box-shadow:0 3px 10px rgba(255,193,7,.35)!important;padding:9px 20px!important}
.u2c172e367>div:last-child{display:flex;gap:10px;flex-shrink:0;align-items:center}
.u2c172e367>div:last-child a{display:inline-flex;align-items:center;padding:10px 20px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:.3px;transition:all .18s}
.u2c172e367>div:last-child a:first-child{background:transparent!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.35)!important;animation:none!important}
.u2c172e367>div:last-child a:first-child:hover{background:rgba(255,255,255,.1)!important;border-color:#fff!important}
.u2c172e367>div:last-child a:last-child{background:#E41E26!important;color:#fff!important;border:0!important;box-shadow:0 3px 10px rgba(228,30,38,.4)!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.5px;padding:10px 22px!important;animation:none!important}
.u2c172e367>div:last-child a:last-child:hover{background:#c8171e!important;transform:translateY(-1px);box-shadow:0 5px 14px rgba(228,30,38,.55)!important}
.u7e685c577{background:rgba(255,255,255,.1)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;font-size:22px!important;padding:6px 12px!important;cursor:pointer;display:none}
@media(max-width:1100px){
  .u2c172e367{gap:12px!important;padding:0 14px!important}
  .u3361e3e15 img{height:38px!important}
  .uf0b7cff9e{font-size:15px!important}
  .u0359eebc4 a{padding:7px 12px!important;font-size:12.5px!important}
  .u2c172e367>div:last-child a{padding:7px 14px;font-size:12.5px}
}
@media(max-width:820px){
  .uc55bb1965{display:none!important;position:absolute;top:100%;left:0;right:0;background:#0a1a5c;border-bottom:1px solid rgba(255,193,7,.25);padding:14px;z-index:99}
  .uc55bb1965.active{display:flex!important}
  .u68e924abb{flex-direction:column!important;gap:4px!important;width:100%}
  .u0359eebc4{width:100%}
  .u0359eebc4 a{width:100%;justify-content:center}
  .u7e685c577{display:inline-flex!important;align-items:center;justify-content:center;width:36px;height:36px;padding:0!important}
  .uf0b7cff9e{display:none}
}
@media(max-width:520px){
  .u2c172e367{gap:8px!important;padding:0 10px!important}
  .u3361e3e15 img{height:32px!important}
  .u2c172e367>div:last-child a:first-child{display:none}
  .u2c172e367>div:last-child a:last-child{padding:7px 12px!important;font-size:11.5px!important}
}

/* ---------- boundary ---------- */

.u2c172e367{max-width:1400px!important;gap:14px!important}
.u3361e3e15{gap:8px!important}
.u3361e3e15 img{height:38px!important;max-width:44px!important}
.uf0b7cff9e{font-size:16px!important}
.uc55bb1965{flex:1 1 auto!important;min-width:0!important}
.u68e924abb{gap:5px!important;justify-content:center}
.u0359eebc4 a{padding:7px 12px!important;font-size:12.5px!important;font-weight:600!important}
.u0359eebc4 a.active,.uc55bb1965 a.active{padding:7px 14px!important}
.u2c172e367>div:last-child a{padding:8px 16px!important;font-size:13px!important}
.u2c172e367>div:last-child a:last-child{padding:8px 18px!important}
@media(min-width:1200px){
  .u0359eebc4 a{padding:8px 14px!important;font-size:13.5px!important}
}
@media(max-width:1150px){
  .u3361e3e15 img{height:34px!important}
  .uf0b7cff9e{display:none}
  .u0359eebc4 a{padding:6px 10px!important;font-size:12px!important}
}
@media(max-width:900px){
  .u2c172e367{gap:8px!important}
  .u2c172e367>div:last-child a{padding:6px 12px!important;font-size:12px!important}
}

/* ---------- boundary ---------- */

.gx-toc{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,193,7,.25)!important;border-radius:14px!important;padding:22px 28px!important;margin:0 0 32px!important}
.gx-toc-title{color:#ffc107!important;font-size:14px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;margin:0 0 16px!important;font-weight:700!important;text-align:center!important;position:relative}
.gx-toc-title::before,.gx-toc-title::after{content:'';display:inline-block;width:40px;height:2px;background:linear-gradient(90deg,transparent,#ffc107);vertical-align:middle;margin:0 12px}
.gx-toc-title::after{background:linear-gradient(90deg,#ffc107,transparent)}
.gx-toc ol{columns:2!important;column-gap:44px!important;padding:0!important;margin:0!important;list-style:none!important;counter-reset:toc-counter}
.gx-toc ol li{break-inside:avoid;list-style:none!important;padding:0!important;margin:0 0 4px!important;counter-increment:toc-counter;position:relative}
.gx-toc ol li::before,.gx-toc ol li::marker{display:none!important;content:none!important}
.gx-toc ol li a{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;color:#e0e6f5!important;text-decoration:none!important;font-size:14px;font-weight:500;transition:all .15s;line-height:1.35;border:none!important}
.gx-toc ol li a::before{content:counter(toc-counter);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;height:26px;background:rgba(255,193,7,.15);color:#ffc107;border-radius:6px;font-size:12px;font-weight:700;transition:all .15s}
.gx-toc ol li a:hover{background:rgba(255,193,7,.1);color:#ffc107!important}
.gx-toc ol li a:hover::before{background:#ffc107;color:#012987}
@media(max-width:640px){
  .gx-toc{padding:18px 16px!important}
  .gx-toc ol{columns:1!important}
  .gx-toc-title::before,.gx-toc-title::after{width:24px;margin:0 8px}
}

/* ---------- boundary ---------- */

body.reg-landing{margin:0;font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:linear-gradient(180deg,#012987,#01072a);color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}
.card{max-width:520px;background:rgba(255,255,255,.06);border:1px solid rgba(255,193,7,.35);border-radius:16px;padding:36px 30px}
img{height:64px;margin:0 auto 20px;display:block}
h1{color:#ffc107;margin:0 0 16px;font-size:26px;letter-spacing:.3px}
p{color:#e0e6f5;line-height:1.6;font-size:15px;margin:0 0 24px}
.btn{display:inline-flex;align-items:center;padding:12px 28px;border-radius:10px;background:#E41E26;color:#fff;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;font-size:15px;box-shadow:0 4px 14px rgba(228,30,38,.4)}
.btn:hover{background:#c8171e}
.small{display:block;margin-top:16px;color:#8a94b0;font-size:12.5px}
.back{color:#ffc107;text-decoration:none;border-bottom:1px dashed rgba(255,193,7,.45)}

/* Hero bonus text — enlarge */
.u657f132e5__wrap .u622d26e02 strong,
.u657f132e5__wrap .u622d26e02 p{
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-shadow: 0 3px 12px rgba(0,0,0,.6);
  letter-spacing: .3px;
}
@media (max-width: 768px){
  .u657f132e5__wrap .u622d26e02 strong,
  .u657f132e5__wrap .u622d26e02 p{
    font-size: 22px !important;
  }
}
