/*
Theme Name: 8xbetnaija Premium
Theme URI: https://8xbetnaija.com/
Author: Barshad Sitoula
Author URI: https://barshadsitoula.com/
Description: Premium editable WordPress theme matching the finalized 8xbetnaija V4 design.
Version: 1.6.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: x8-premium
Tags: custom-logo, custom-menu, featured-images, block-styles, wide-blocks, accessibility-ready, editor-style
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
 --x8-brand:#45a3e8;
 --x8-brand-dark:#2c6fb4;
 --x8-heading:#2c6fb4;
 --x8-text:#234e70;
 --x8-muted:#557590;
 --x8-bg:#f7fafd;
 --x8-line:#cfe0ec;
 --x8-nav-bg:#ffffff;
 --x8-nav-text:#2c6fb4;
 --x8-footer:#163d5d;
 --x8-content-width:1180px;
 --x8-radius:18px;
 --x8-hero-radius:18px;
 --x8-scrollbar:11px;
 --x8-scrollbar-color:#2c6fb4;
 --x8-age-bg:#143d60;
 --x8-shadow:0 10px 28px rgba(40,98,145,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--x8-scrollbar-color) #e8f1f7}
html::-webkit-scrollbar{width:var(--x8-scrollbar)}
html::-webkit-scrollbar-track{background:#e8f1f7}
html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--x8-brand),var(--x8-scrollbar-color));border:2px solid #e8f1f7;border-radius:999px}
body{margin:0;background:var(--x8-bg);font-family:Arial,Helvetica,sans-serif;color:var(--x8-text);line-height:1.74}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto}
.x8-container{width:min(var(--x8-content-width),calc(100% - 28px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;top:8px;left:8px;width:auto;height:auto;padding:10px 14px;background:#fff;color:#000;clip:auto;z-index:99999}

/* FINAL V4 HEADER */
.x8-site-header{position:sticky;top:0;z-index:80}
.admin-bar .x8-site-header{top:32px}
.x8-main-nav{background:var(--x8-nav-bg);border-top:1px solid #d9e8f2;border-bottom:3px solid var(--x8-brand);box-shadow:0 3px 14px rgba(31,91,137,.08)}
.x8-nav-inner{height:76px;display:flex;align-items:center;gap:6px;overflow:hidden}
.x8-logo-box{height:56px;min-width:175px;max-width:190px;background:transparent;display:flex;align-items:center;justify-content:flex-start;padding:4px 8px 4px 0;margin-right:7px}
.x8-logo-box img{display:block;max-width:155px;max-height:48px;width:auto}
.x8-logo-box .custom-logo-link,.x8-logo-box .x8-fallback-logo{display:flex;align-items:center}
.x8-logo-box .site-title{font-size:26px;font-weight:900;letter-spacing:-.04em;color:var(--x8-brand-dark)}
.x8-primary-wrap{min-width:0;overflow-x:auto;scrollbar-width:none;flex:1}
.x8-primary-wrap::-webkit-scrollbar{display:none}
.x8-primary-menu{display:flex;align-items:center;gap:2px;list-style:none;padding:0;margin:0;min-width:max-content}
.x8-primary-menu>li{display:flex;margin:0}
.x8-primary-menu a{position:relative;display:flex;align-items:center;padding:11px 13px;color:var(--x8-nav-text);white-space:nowrap;font-size:13px;font-weight:800;border:0;border-radius:10px;line-height:1.2;transition:background .18s ease,color .18s ease}
.x8-primary-menu a:hover{background:#eef8ff;color:#174d7d}
.x8-primary-menu .current-menu-item>a,.x8-primary-menu .current-menu-ancestor>a{background:transparent;color:#174d7d;border-radius:0}
.x8-primary-menu .current-menu-item>a:after,.x8-primary-menu .current-menu-ancestor>a:after{content:"";position:absolute;left:12px;right:12px;bottom:-17px;height:3px;background:var(--x8-brand);border-radius:999px}
.x8-nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto;padding-left:10px;flex:0 0 auto}
.x8-nav-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;border:1px solid var(--x8-brand-dark);transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.x8-login-pill{background:#eef8ff;color:var(--x8-brand-dark)!important;box-shadow:none}
.x8-login-pill:hover{background:var(--x8-brand-dark);color:#fff!important;transform:translateY(-1px);box-shadow:0 7px 18px rgba(44,111,180,.20)}
.x8-register-pill{background:var(--x8-brand-dark);color:#fff!important;box-shadow:0 7px 18px rgba(44,111,180,.18)}
.x8-register-pill:hover{background:var(--x8-brand);border-color:var(--x8-brand);color:#fff!important;transform:translateY(-1px);box-shadow:0 9px 22px rgba(69,163,232,.25)}
.x8-empty-menu{color:var(--x8-nav-text);font-size:13px;padding:0 14px}

/* FINAL V4 IMAGE-ONLY HERO */
.x8-hero{position:relative;margin:18px auto 30px;min-height:0;height:auto;display:block;border-radius:var(--x8-hero-radius);overflow:hidden;background:#fff;box-shadow:var(--x8-shadow);padding:0}
.x8-hero-bg{position:relative;width:100%;aspect-ratio:1180/430;min-height:360px;background-size:cover;background-position:center;background-repeat:no-repeat}
.x8-no-hero{height:20px}

/* FINAL V4 PANEL + TYPOGRAPHY */
.site-main{min-height:50vh}
.x8-content-wrap{padding-bottom:0}
.x8-content-panel{background:#fff;border:1px solid #e0eaf1;border-radius:var(--x8-radius);box-shadow:var(--x8-shadow);padding:38px 42px;margin-bottom:34px}
.x8-entry-header{text-align:center;margin-bottom:0}
.x8-entry-title{color:var(--x8-heading);font-size:clamp(31px,4vw,44px);line-height:1.18;margin:0 0 14px;font-weight:800}
.x8-entry-lead{max-width:970px;margin:0 auto 32px;color:var(--x8-text);font-size:17px}
.entry-content{color:var(--x8-text)}
.entry-content>*:first-child{margin-top:0}
.entry-content p{color:var(--x8-text)}
.entry-content ul,.entry-content ol{padding-left:23px}
.entry-content li{margin-bottom:8px}

/* FINAL V4 FEATURE STACK */
.x8-feature-stack{display:grid;gap:18px;margin:28px 0 40px;padding:0!important}
.x8-feature-card{display:grid!important;grid-template-columns:minmax(300px,42%) 1fr;gap:0!important;background:#fff;border:1px solid var(--x8-line);border-radius:24px;overflow:hidden;box-shadow:0 7px 24px rgba(42,100,145,.07);transition:.2s;padding:0!important;margin:0!important}
.x8-feature-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(42,100,145,.12)}
.x8-feature-card>.x8-feature-image{grid-column:1;grid-row:1;margin:0!important;min-height:245px;height:100%;background:#dcecf7;overflow:hidden}
.x8-feature-card>.x8-feature-image img{width:100%;height:100%;min-height:245px;object-fit:cover;display:block}
.x8-feature-card>.x8-feature-text{grid-column:2;grid-row:1;padding:28px 30px!important;display:flex;flex-direction:column;justify-content:center;margin:0!important}
.x8-feature-eyebrow{color:var(--x8-brand)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.13em!important;margin:0 0 3px!important}
.x8-feature-text h3{font-size:28px;line-height:1.2;color:#153f67;margin:9px 0 10px}
.x8-feature-text h3 a{color:#153f67}
.x8-feature-text h3 a:hover{color:var(--x8-brand)}
.x8-feature-text p:not(.x8-feature-eyebrow){margin:0;color:var(--x8-text);font-size:15px;line-height:1.72}

/* FINAL V4 LONG-FORM SECTIONS */
.x8-section{padding:4px 0 9px!important;margin:0!important}
.x8-section h2,.entry-content>h2{color:var(--x8-heading);font-size:29px;line-height:1.3;margin:38px 0 14px}
.x8-section h3,.entry-content>h3{color:#174d7d;font-size:21px;margin:25px 0 9px}
.x8-section p{margin:0 0 16px}
.x8-content-image{max-width:850px!important;width:100%!important;height:320px!important;margin:16px auto 24px!important;border-radius:18px;overflow:hidden;background:#e8f1f7}
.x8-content-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block;border-radius:0!important}

/* TABLES */
.entry-content .wp-block-table{overflow-x:auto;margin:19px 0}
.entry-content table{width:100%;min-width:620px;border-collapse:collapse}
.entry-content th,.entry-content td{border:1px solid #d7e4ed;padding:14px 16px;text-align:left;vertical-align:top}
.entry-content th{background:var(--x8-brand-dark);color:#fff;width:29%}
.entry-content td{color:var(--x8-text)}
.entry-content tr:nth-child(even) td{background:#f8fbfd}
.x8-compare-table td:first-child{font-weight:800;color:#173f62;background:#f7fbfe}

/* HUB / COMPARE GRIDS */
.x8-hub-grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:13px!important;margin:27px 0!important;padding:0!important}
.x8-hub-card{border:1px solid var(--x8-line);background:#fbfdff;border-radius:14px;padding:18px!important;transition:.2s;margin:0!important}
.x8-hub-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(31,100,143,.11)}
.x8-hub-index{display:block;color:var(--x8-brand)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.1em!important;margin:0!important}
.x8-hub-card h3{margin:12px 0 5px!important;font-size:17px!important;line-height:1.35;color:#173f62!important}
.x8-hub-card h3 a{color:#173f62!important}
.x8-hub-card>p:not(.x8-hub-index){font-size:13px!important;color:var(--x8-muted)!important;margin:0!important}

/* FAQ + NOTE */
.x8-faq details,.wp-block-details{border:0;border-bottom:1px solid var(--x8-line);padding:0 5px;margin:0}
.x8-faq summary,.wp-block-details summary{padding:17px 0;display:flex;justify-content:space-between;gap:20px;cursor:pointer;color:#173f62;font-weight:800}
.x8-faq details p,.wp-block-details>p{padding:0 0 16px;color:var(--x8-text)}
.x8-note{background:#eff8ff;border:1px solid #cce6f6;border-radius:13px;padding:17px 18px!important;margin:22px 0!important;color:#315b79;font-size:13px}
.x8-note p{margin:0!important;color:#315b79!important}

/* Generic Gutenberg compatibility */
.wp-block-image{box-sizing:border-box}.wp-block-group{box-sizing:border-box}.wp-block-separator{border-color:#d8e5ee}

/* ARCHIVE / SEARCH */
.x8-related-posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.x8-post-card{background:#fff;border:1px solid var(--x8-line);border-radius:var(--x8-radius);overflow:hidden;box-shadow:0 7px 20px rgba(31,89,132,.08)}
.x8-post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.x8-post-card-body{padding:18px}.x8-post-card h2{font-size:21px;margin:0 0 8px}.x8-post-card p{font-size:14px;color:var(--x8-muted)}
.x8-pagination{display:flex;gap:8px;justify-content:center;margin:30px 0}.x8-pagination .page-numbers{padding:8px 12px;border:1px solid var(--x8-line);background:#fff;border-radius:9px}.x8-pagination .current{background:var(--x8-brand);color:#fff}
.x8-404{text-align:center;padding:70px 20px}.x8-404 h1{font-size:70px;color:var(--x8-brand);margin:0}.x8-404 p{font-size:18px}.x8-search-form{display:flex;gap:8px;max-width:520px;margin:25px auto}.x8-search-form input{flex:1;border:1px solid var(--x8-line);border-radius:10px;padding:12px}.x8-search-form button{border:0;border-radius:10px;background:var(--x8-brand-dark);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer}

/* FINAL V4 FOOTER */
.x8-footer{background:var(--x8-footer);color:#fff;margin-top:12px}
.x8-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding:44px 0 26px}
.x8-footer-logo img{width:145px;background:#fff;border-radius:10px;padding:5px 9px}
.x8-footer-title{font-size:26px;font-weight:900}
.x8-footer p{color:#d7e8f4;font-size:13px}
.x8-footer h4{color:#9ddcff;margin:0 0 7px}
.x8-footer-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.x8-footer-menu a{color:#edf7fc;font-size:13px}.x8-footer-menu a:hover{color:#9ddcff}
.x8-footer-inline-age{font-size:23px;font-weight:900;margin-top:22px}.x8-footer-inline-age small{font-size:11px;font-weight:500;color:#cee0ea;margin-left:8px}
.x8-copyright{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:15px;font-size:11px;color:#bfd2de}
.x8-agebar{background:var(--x8-age-bg);color:#fff;text-align:center;font-size:12px;padding:8px 12px;border-top:1px solid rgba(255,255,255,.12)}
.x8-agebar strong{color:#9ad7ff}

@media(max-width:900px){
 .x8-feature-card{grid-template-columns:40% 1fr}
 .x8-hub-grid{grid-template-columns:repeat(2,1fr)}
 .x8-footer-grid{grid-template-columns:1fr 1fr}
 .x8-footer-grid>div:first-child{grid-column:1/-1}
 .x8-related-posts{grid-template-columns:1fr 1fr}
}
@media(max-width:782px){.admin-bar .x8-site-header{top:46px}}
@media(max-width:680px){
 .x8-container{width:calc(100% - 20px)}
 .x8-nav-inner{height:66px}
 .x8-logo-box{min-width:132px;max-width:132px;height:50px;margin-right:7px;padding:5px 8px 5px 0}
 .x8-logo-box img{max-width:115px}
 .x8-primary-menu a{padding:9px 10px;font-size:12px}.x8-nav-actions{gap:5px;padding-left:3px}.x8-nav-pill{min-height:31px;padding:0 10px;font-size:11px}
 .x8-hero{margin-top:10px;border-radius:13px}
 .x8-hero-bg{min-height:230px;aspect-ratio:16/7}
 .x8-content-panel{padding:22px 14px}
 .x8-entry-title{font-size:29px}
 .x8-entry-header{text-align:left}
 .x8-entry-lead{font-size:15px;text-align:left}
 .x8-section h2,.entry-content>h2{font-size:24px}
 .x8-feature-card{grid-template-columns:1fr}
 .x8-feature-card>.x8-feature-image{grid-column:1;grid-row:1;min-height:220px}
 .x8-feature-card>.x8-feature-image img{min-height:220px}
 .x8-feature-card>.x8-feature-text{grid-column:1;grid-row:2;padding:21px 20px!important}
 .x8-feature-text h3{font-size:24px}
 .x8-hub-grid{grid-template-columns:1fr}
 .x8-content-image{height:245px!important}
 .x8-footer-grid{grid-template-columns:1fr}
 .x8-footer-grid>div:first-child{grid-column:auto}
 .x8-related-posts{grid-template-columns:1fr}
}

/* Prevent theme.json block constraints from changing the approved V4 geometry. */
.entry-content>.x8-feature-stack,
.entry-content>.x8-section,
.entry-content>.x8-hub-grid,
.entry-content>.x8-note,
.x8-feature-stack>.x8-feature-card{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}
.x8-feature-card>*{max-width:none!important;margin-left:0!important;margin-right:0!important}
.x8-section>*:not(.x8-content-image),
.x8-feature-text>*{max-width:none!important}
.x8-hub-grid>.x8-hub-card{max-width:none!important;margin-left:0!important;margin-right:0!important}
.x8-feature-card>*{margin-block-start:0!important;margin-block-end:0!important}
.x8-feature-text>*{margin-block-start:0!important}
.x8-section>*{margin-block-start:0!important}
.x8-hub-card>*{margin-block-start:0!important}


/* V1.4 ROUNDED INFORMATION TABLE */
.x8-info-table,.x8-compare-table{border:1px solid var(--x8-line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 7px 22px rgba(40,98,145,.07)}
.entry-content .x8-info-table table,.entry-content .x8-compare-table table{margin:0;border:0;border-collapse:separate;border-spacing:0;min-width:760px}
.entry-content .x8-info-table th,.entry-content .x8-info-table td,.entry-content .x8-compare-table th,.entry-content .x8-compare-table td{border:0;border-right:1px solid var(--x8-line);border-bottom:1px solid var(--x8-line);padding:17px 18px}
.entry-content .x8-info-table th:last-child,.entry-content .x8-info-table td:last-child,.entry-content .x8-compare-table th:last-child,.entry-content .x8-compare-table td:last-child{border-right:0}
.entry-content .x8-info-table tbody tr:last-child td,.entry-content .x8-compare-table tbody tr:last-child td{border-bottom:0}
.entry-content .x8-info-table th{width:auto;background:linear-gradient(135deg,var(--x8-brand-dark),#337fc2)}
.entry-content .x8-info-table th:nth-child(1){width:23%}.entry-content .x8-info-table th:nth-child(2){width:35%}.entry-content .x8-info-table th:nth-child(3){width:42%}

/* V1.4 VISUAL HUB CARDS — approved image-first treatment */
.x8-visual-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px!important;margin:28px 0 38px!important;padding:0!important}
.x8-visual-card{overflow:hidden;border:1px solid var(--x8-line);border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(28,82,124,.08);padding:0!important;margin:0!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.x8-visual-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(28,82,124,.14);border-color:#acd3ee}
.x8-visual-card-media{margin:0!important;width:100%!important;aspect-ratio:16/10;overflow:hidden;background:#e8f1f7}
.x8-visual-card-media a{display:block;width:100%;height:100%}
.x8-visual-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block;transition:transform .25s ease}
.x8-visual-card:hover .x8-visual-card-media img{transform:scale(1.035)}
.x8-visual-card-body{padding:17px 18px 19px!important;margin:0!important}
.x8-visual-card-body h3{font-size:18px!important;line-height:1.3!important;margin:0!important;color:#12385a!important}
.x8-visual-card-body h3 a{color:#12385a!important}.x8-visual-card-body h3 a:hover{color:var(--x8-brand-dark)!important}
.x8-visual-card-body p{font-size:12px!important;color:var(--x8-muted)!important;margin:8px 0 0!important;line-height:1.55!important}

/* V1.4 PRE-FOOTER CTA */
.x8-prefooter{background:#eaf3ff;padding:68px 0;margin-top:0}
.x8-prefooter-card{background:#fff;border:1px solid #d7e6f3;border-radius:26px;padding:32px 32px 30px;box-shadow:0 22px 50px rgba(39,83,128,.14);max-width:1060px;margin:auto}
.x8-prefooter-badge{display:inline-flex;padding:6px 13px;border:1px solid #cfe1ef;border-radius:999px;color:var(--x8-brand-dark);font-size:11px;font-weight:900;margin-bottom:10px;background:#fbfdff}
.x8-prefooter h2{font-size:clamp(34px,4.4vw,58px);line-height:1.02;letter-spacing:-.035em;color:#193a6b;margin:0 0 13px}
.x8-prefooter p{font-size:15px;color:#455b7a;margin:0 0 22px;max-width:760px}
.x8-prefooter-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;background:var(--x8-brand-dark);color:#fff!important;font-size:13px;font-weight:900;box-shadow:0 9px 22px rgba(44,111,180,.23);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.x8-prefooter-button:hover{transform:translateY(-2px);background:var(--x8-brand);box-shadow:0 12px 26px rgba(69,163,232,.28)}

/* V1.4 FOOTER HASHTAGS */
.x8-footer-hashtags{margin-top:12px;font-size:11px!important;line-height:1.75!important;color:#bed8e9!important;max-width:540px}
.x8-footer-hashtags strong{color:#fff}
.x8-source-list{font-size:13px}.x8-source-list a{color:var(--x8-brand-dark);text-decoration:underline;text-underline-offset:3px}.x8-verified-date{display:inline-block;background:#eff8ff;border:1px solid #cce6f6;border-radius:999px;padding:7px 12px;color:#315b79!important;font-size:12px!important}

@media(max-width:1050px){.x8-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.x8-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.x8-prefooter{padding:48px 0}}
@media(max-width:680px){.x8-primary-menu .current-menu-item>a:after,.x8-primary-menu .current-menu-ancestor>a:after{bottom:-14px}.x8-nav-pill{min-height:33px;padding:0 11px}.x8-visual-grid{grid-template-columns:1fr 1fr;gap:12px!important}.x8-visual-card{border-radius:15px}.x8-visual-card-body{padding:13px 13px 15px!important}.x8-visual-card-body h3{font-size:15px!important}.x8-visual-card-body p{display:none}.x8-prefooter{padding:34px 0}.x8-prefooter-card{border-radius:20px;padding:25px 20px}.x8-prefooter h2{font-size:34px}}

/* =========================================================
   V1.5 HELP & TRUST — dedicated page designs
   FAQ, Support, Responsible Gambling, Privacy, Terms, Contact
   ========================================================= */
.x8-help-main{background:linear-gradient(180deg,#f6faff 0,#f8fbfd 32%,#f7fafd 100%)}
.x8-help-hero{position:relative;overflow:hidden;padding:70px 0 62px;border-bottom:1px solid #d7e7f2;background:#eef7ff}
.x8-help-hero:before,.x8-help-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.x8-help-hero:before{width:420px;height:420px;right:-100px;top:-220px;background:rgba(69,163,232,.14)}
.x8-help-hero:after{width:220px;height:220px;right:18%;bottom:-160px;background:rgba(44,111,180,.10)}
.x8-help-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:48px;align-items:center;position:relative;z-index:1}
.x8-help-hero-copy{max-width:780px}
.x8-help-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--x8-brand-dark);font-size:11px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.x8-help-eyebrow:before{content:"";width:26px;height:2px;background:var(--x8-brand);border-radius:999px}
.x8-help-hero h1{font-size:clamp(42px,5.2vw,68px);line-height:.98;letter-spacing:-.045em;color:#16395f;margin:0 0 17px}
.x8-help-hero p{font-size:17px;line-height:1.7;color:#4d6680;max-width:700px;margin:0}
.x8-help-hero-mark{width:220px;height:220px;margin-left:auto;position:relative;border:1px solid rgba(44,111,180,.16);border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(225,242,254,.8));box-shadow:0 26px 50px rgba(43,91,132,.12);transform:rotate(6deg)}
.x8-help-hero-mark:before{content:"?";position:absolute;inset:0;display:grid;place-items:center;font-size:100px;font-weight:900;color:var(--x8-brand-dark);transform:rotate(-6deg)}
.x8-help-hero-mark span{position:absolute;border-radius:999px;background:var(--x8-brand)}
.x8-help-hero-mark span:nth-child(1){width:46px;height:7px;left:-18px;top:45px}.x8-help-hero-mark span:nth-child(2){width:28px;height:7px;right:-10px;bottom:54px}.x8-help-hero-mark span:nth-child(3){width:7px;height:42px;right:34px;top:-18px}
.x8-help-hero-support{background:linear-gradient(135deg,#edf8ff,#f6fbff)}.x8-help-hero-support .x8-help-hero-mark:before{content:"✓"}
.x8-help-hero-privacy{background:linear-gradient(135deg,#f4f8ff,#eef4fb)}.x8-help-hero-privacy .x8-help-hero-mark:before{content:"◈"}
.x8-help-hero-terms{background:linear-gradient(135deg,#f5f8fc,#edf5fa)}.x8-help-hero-terms .x8-help-hero-mark:before{content:"§"}
.x8-help-hero-contact{background:linear-gradient(135deg,#eef9ff,#f7fbff)}.x8-help-hero-contact .x8-help-hero-mark:before{content:"✉";font-size:82px}

.x8-help-tools{margin-top:-24px;position:relative;z-index:4;background:#fff;border:1px solid #dce9f2;border-radius:22px;padding:17px;box-shadow:0 16px 36px rgba(34,83,121,.10)}
.x8-faq-search-wrap{height:54px;display:flex;align-items:center;gap:12px;padding:0 17px;border:1px solid #d4e4ef;border-radius:14px;background:#fbfdff}
.x8-faq-search-wrap span{font-size:28px;color:var(--x8-brand-dark);line-height:1}.x8-faq-search-wrap input{width:100%;border:0;outline:0;background:transparent;font:inherit;color:#183f60;font-size:15px}
.x8-faq-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.x8-faq-filter-row button{border:0;background:#f0f7fc;color:#2d6089;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;cursor:pointer;transition:.18s}.x8-faq-filter-row button:hover{background:#e0f1fd;color:#184e7d}.x8-faq-filter-row button.is-active{background:var(--x8-brand-dark);color:#fff}
.x8-help-content-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start;padding:38px 0 70px}
.x8-help-content{background:#fff;border:1px solid #dce8f0;border-radius:22px;padding:34px 38px;box-shadow:0 12px 30px rgba(34,82,121,.07)}
.x8-help-content h2{color:#174d7d;font-size:27px;line-height:1.25;margin:34px 0 10px}.x8-help-content h2:first-child{margin-top:0}
.x8-help-content h3{color:#183f60}.x8-help-content p{color:#345874}.x8-help-content a{color:var(--x8-brand-dark);font-weight:700}
.x8-help-side-card{position:sticky;top:108px;background:#153f62;color:#fff;border-radius:22px;padding:27px;box-shadow:0 18px 36px rgba(21,63,98,.16)}
.x8-help-side-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#fff;color:var(--x8-brand-dark);font-size:22px;font-weight:900;margin-bottom:34px}
.x8-help-side-card h2{font-size:24px;line-height:1.15;margin:0 0 10px;color:#fff}.x8-help-side-card p,.x8-help-side-card li{color:#d8e9f4;font-size:13px;line-height:1.65}.x8-help-side-card ul{padding-left:18px}.x8-help-side-card a{display:inline-flex;margin-top:14px;padding:10px 13px;border-radius:999px;background:#fff;color:#164e7b;font-size:12px;font-weight:900}
.x8-faq-content h2{padding-top:8px;border-top:1px solid #e1edf4}.x8-faq-content h2:first-of-type{border-top:0;padding-top:0}.x8-faq-content details{border:1px solid #e0eaf1!important;border-radius:13px!important;margin:9px 0!important;padding:0 15px!important;background:#fbfdff}.x8-faq-content details[open]{background:#fff;border-color:#badcf3!important;box-shadow:0 7px 18px rgba(43,97,139,.06)}.x8-faq-content summary{padding:16px 0!important;color:#153f61!important}.x8-faq-content details p{padding-bottom:16px!important;margin-bottom:0!important}.x8-faq-item.is-hidden{display:none!important}.x8-faq-content h2.is-hidden{display:none!important}
.x8-help-category-row{display:flex!important;gap:9px;flex-wrap:wrap;margin:0 0 28px!important}.x8-help-category-row p{margin:0!important}.x8-help-category-row a{display:inline-flex;padding:9px 13px;border:1px solid #d8e7f1;border-radius:999px;background:#fff;color:#2c6b9c;font-size:12px;font-weight:800}

/* Support dashboard */
.x8-support-status{margin-top:-22px;position:relative;z-index:4;background:#fff;border:1px solid #dbe8f0;border-radius:20px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 14px 32px rgba(35,81,117,.08)}.x8-support-status>div{display:grid;grid-template-columns:auto auto;column-gap:10px;align-items:center}.x8-support-status>div>span{width:10px;height:10px;border-radius:50%;background:#31a66a;box-shadow:0 0 0 5px #e3f6ec}.x8-support-status strong{color:#193f60}.x8-support-status p{grid-column:2;margin:2px 0 0;color:#648096;font-size:12px}.x8-support-status>a{white-space:nowrap;color:var(--x8-brand-dark);font-size:12px;font-weight:900}
.x8-support-shell{padding-top:32px}.x8-support-notice{background:#fff7e8;border:1px solid #f2d59c;border-radius:16px;padding:18px 20px!important;margin:0 0 26px!important}.x8-support-notice h3{margin:0 0 4px!important;color:#7f5310}.x8-support-notice p{margin:0!important;color:#6e5a35}
.x8-support-router{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px!important;margin:0 0 30px!important}.x8-support-route{border:1px solid #dce8f0;border-radius:16px;padding:19px!important;background:#fbfdff;margin:0!important}.x8-support-route-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#eaf6fe;color:#1f6da6!important;font-weight:900;margin:0 0 18px!important}.x8-support-route h3{font-size:17px;margin:0 0 6px!important;color:#173f60}.x8-support-route p:last-child{font-size:12px;margin:0!important;color:#5d788d!important}.x8-support-table{border:1px solid #dce8f0;border-radius:16px;overflow:hidden}.x8-support-table table{margin:0!important}.x8-support-fraud{background:#fdf1f1;border:1px solid #efc9c9;border-radius:16px;padding:20px!important;margin-top:26px!important}.x8-support-fraud h3{color:#8d3232;margin-top:0!important}.x8-support-side-card li{margin-bottom:7px}

/* Responsible gambling */
.x8-rg-page{background:#f4f8fc}.x8-rg-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#0e304b 0,#164f78 55%,#1e729e 100%);color:#fff;padding:72px 0}.x8-rg-hero:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-160px;top:-260px;background:rgba(255,255,255,.07)}.x8-rg-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:60px;align-items:center;position:relative;z-index:1}.x8-rg-age{display:inline-grid;place-items:center;width:58px;height:58px;border:2px solid #8fd8ff;border-radius:50%;font-size:18px;font-weight:900;margin-right:12px}.x8-rg-hero .x8-help-eyebrow{color:#9ddcff}.x8-rg-hero .x8-help-eyebrow:before{background:#9ddcff}.x8-rg-hero h1{font-size:clamp(44px,5vw,66px);line-height:1;letter-spacing:-.045em;margin:17px 0 14px}.x8-rg-hero p{color:#d6eaf5;font-size:17px;max-width:660px}.x8-rg-hero-actions{display:flex;gap:9px;margin-top:24px}.x8-rg-hero-actions a{padding:10px 14px;border-radius:999px;background:#fff;color:#164f78;font-size:12px;font-weight:900}.x8-rg-hero-actions a:last-child{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}
.x8-rg-limit-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px;transform:rotate(3deg)}.x8-rg-limit-visual span{display:grid;place-items:center;aspect-ratio:1.6;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(255,255,255,.08);font-size:14px;font-weight:900;color:#e7f5fb;backdrop-filter:blur(3px)}
.x8-rg-content{padding:38px 0 70px}.x8-rg-alert{display:flex;gap:18px;align-items:center;background:#fff;border:1px solid #dce8f0;border-left:5px solid #f0a735;border-radius:16px;padding:18px 20px;margin-bottom:18px;box-shadow:0 10px 24px rgba(35,81,117,.06)}.x8-rg-alert strong{color:#7e5111}.x8-rg-alert span{color:#4e6a7f;font-size:13px}.x8-rg-article{max-width:1040px;margin:0 auto}.x8-rg-principles{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important;margin:0 0 36px!important}.x8-rg-principle{border:1px solid #dce8f0;border-radius:16px;padding:19px;background:#fbfdff}.x8-rg-principle strong{color:#174d7d}.x8-rg-principle p{font-size:12px;margin:7px 0 0}.x8-rg-checklist{list-style:none!important;padding:0!important;display:grid;grid-template-columns:1fr 1fr;gap:9px}.x8-rg-checklist li{position:relative;border:1px solid #dce8f0;border-radius:13px;padding:13px 14px 13px 42px;background:#fbfdff}.x8-rg-checklist li:before{content:"?";position:absolute;left:13px;top:12px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e8f5fd;color:#17699c;font-size:11px;font-weight:900}.x8-rg-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important}.x8-rg-steps>div{border-top:3px solid var(--x8-brand);background:#f8fbfd;border-radius:0 0 14px 14px;padding:17px}.x8-rg-steps span{font-size:10px;color:var(--x8-brand);font-weight:900}.x8-rg-steps h3{font-size:16px;margin:14px 0 5px}.x8-rg-steps p{font-size:12px;margin:0}.x8-rg-resources{display:grid!important;grid-template-columns:1fr 1fr;gap:13px!important}.x8-rg-resources>div{border:1px solid #dce8f0;border-radius:16px;padding:20px;background:#fbfdff}.x8-rg-resources strong{color:#173f60;font-size:17px}.x8-rg-resources p{font-size:13px}.x8-rg-emergency{background:#173f60;color:#fff;border-radius:17px;padding:22px!important;margin-top:24px!important}.x8-rg-emergency h3,.x8-rg-emergency p{color:#fff!important}.x8-rg-emergency h3{margin-top:0!important}

/* Legal pages */
.x8-legal-meta{display:flex;justify-content:space-between;gap:20px;color:#668095;font-size:12px;padding:20px 0 12px}.x8-legal-meta span:last-child{font-weight:800;color:#365e7d}.x8-legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start;padding:0 0 70px}.x8-legal-toc{position:sticky;top:106px;border:1px solid #dce8f0;background:#fff;border-radius:18px;padding:20px;box-shadow:0 8px 22px rgba(34,82,121,.06)}.x8-legal-toc>strong{display:block;color:#173f60;font-size:13px;margin-bottom:11px}.x8-legal-toc nav{display:flex;flex-direction:column;gap:2px}.x8-legal-toc a{padding:8px 9px;border-radius:9px;color:#5b7890;font-size:12px}.x8-legal-toc a:hover{background:#edf7fd;color:#174d7d}.x8-legal-document{padding:38px 44px}.x8-legal-document h2{scroll-margin-top:110px;border-top:1px solid #e2edf4;padding-top:30px;margin-top:34px}.x8-legal-document h2:first-of-type{border-top:0;padding-top:0;margin-top:20px}.x8-legal-summary-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px!important;margin:0 0 32px!important}.x8-legal-summary-grid>div{padding:17px;border:1px solid #dce8f0;border-radius:14px;background:#fbfdff}.x8-legal-summary-grid strong{color:#174d7d;font-size:13px}.x8-legal-summary-grid p{font-size:11px!important;margin:6px 0 0!important;color:#668096!important}.x8-terms-summary>div{border-top:3px solid #4d8fbd}.x8-privacy-page .x8-help-hero-mark{background:linear-gradient(145deg,#fff,#edf5ff)}

/* Contact */
.x8-contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start;padding:38px 0 70px}.x8-contact-main{min-width:0}.x8-contact-intro{padding:28px 32px;margin-bottom:18px}.x8-contact-reasons{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important;margin:0!important}.x8-contact-reasons>div{border:1px solid #dce8f0;border-radius:15px;padding:16px;background:#fbfdff}.x8-contact-reasons span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#e8f5fd;color:#1d6c9f;font-weight:900;margin-bottom:15px}.x8-contact-reasons strong{display:block;color:#173f60}.x8-contact-reasons p{font-size:11px!important;margin:5px 0 0!important}.x8-contact-player-note{margin:20px 0 0!important;background:#fff8e9;border:1px solid #efd69f;border-radius:15px;padding:18px!important}.x8-contact-player-note h3{color:#7b5115;margin:0 0 5px!important}.x8-contact-player-note p{margin:0!important;color:#695738!important;font-size:12px!important}.x8-contact-form-card{background:#fff;border:1px solid #dce8f0;border-radius:22px;padding:30px 32px;box-shadow:0 12px 30px rgba(34,82,121,.07)}.x8-contact-form-heading>span{color:var(--x8-brand);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.x8-contact-form-heading h2{font-size:28px;color:#173f60;margin:8px 0}.x8-contact-form-heading p{color:#5e788e;font-size:13px}.x8-contact-form label{display:block;margin-top:15px}.x8-contact-form label>span{display:block;color:#294e6b;font-size:12px;font-weight:800;margin-bottom:6px}.x8-contact-form input,.x8-contact-form select,.x8-contact-form textarea{width:100%;border:1px solid #cfdfe9;border-radius:11px;background:#fbfdff;padding:11px 12px;font:inherit;color:#173f60;outline:none;transition:.18s}.x8-contact-form input:focus,.x8-contact-form select:focus,.x8-contact-form textarea:focus{border-color:#7abbe5;box-shadow:0 0 0 3px rgba(69,163,232,.11);background:#fff}.x8-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.x8-contact-form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:17px}.x8-contact-form-footer p{margin:0;color:#6b8192;font-size:11px;max-width:520px}.x8-contact-form button{border:0;border-radius:999px;padding:12px 20px;background:var(--x8-brand-dark);color:#fff;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(44,111,180,.20)}.x8-contact-form button:hover{background:var(--x8-brand)}.x8-contact-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.x8-contact-sidebar{display:grid;gap:13px}.x8-contact-sidebar .x8-help-side-card{position:static}.x8-contact-small-card{background:#fff;border:1px solid #dce8f0;border-radius:16px;padding:18px}.x8-contact-small-card strong{color:#173f60}.x8-contact-small-card p{font-size:12px;color:#627c91;margin-bottom:0}.x8-form-status{border-radius:13px;padding:13px 15px;margin-bottom:14px;font-size:13px;font-weight:700}.x8-form-status-success{background:#e9f8ef;border:1px solid #bfe7cf;color:#226d43}.x8-form-status-error{background:#fff1f1;border:1px solid #efc9c9;color:#8a3838}

@media(max-width:980px){.x8-help-hero-inner{grid-template-columns:1fr 180px}.x8-help-hero-mark{width:170px;height:170px}.x8-help-hero-mark:before{font-size:74px}.x8-help-content-shell,.x8-contact-layout{grid-template-columns:1fr}.x8-help-side-card{position:static}.x8-rg-hero-inner{grid-template-columns:1fr 310px}.x8-rg-principles,.x8-rg-steps,.x8-legal-summary-grid{grid-template-columns:repeat(2,1fr)}.x8-legal-layout{grid-template-columns:210px 1fr}}
@media(max-width:760px){.x8-help-hero{padding:48px 0}.x8-help-hero-inner{grid-template-columns:1fr}.x8-help-hero-mark{display:none}.x8-help-hero h1{font-size:40px}.x8-help-tools{margin-top:-16px}.x8-help-content-shell{padding:28px 0 50px}.x8-help-content{padding:24px 18px}.x8-support-status{align-items:flex-start;flex-direction:column}.x8-support-router{grid-template-columns:1fr}.x8-rg-hero{padding:48px 0}.x8-rg-hero-inner{grid-template-columns:1fr}.x8-rg-limit-visual{display:none}.x8-rg-principles,.x8-rg-steps,.x8-rg-resources{grid-template-columns:1fr 1fr!important}.x8-rg-checklist{grid-template-columns:1fr}.x8-rg-alert{align-items:flex-start;flex-direction:column}.x8-legal-layout{grid-template-columns:1fr}.x8-legal-toc{position:static;top:auto}.x8-legal-toc nav{display:grid;grid-template-columns:1fr 1fr}.x8-legal-document{padding:26px 19px}.x8-legal-summary-grid{grid-template-columns:1fr 1fr}.x8-contact-reasons{grid-template-columns:1fr 1fr!important}.x8-form-grid{grid-template-columns:1fr}.x8-contact-form-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.x8-rg-principles,.x8-rg-steps,.x8-rg-resources,.x8-legal-summary-grid,.x8-contact-reasons{grid-template-columns:1fr!important}.x8-legal-toc nav{grid-template-columns:1fr}.x8-faq-filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.x8-faq-filter-row button{white-space:nowrap}.x8-help-hero h1{font-size:36px}.x8-contact-form-card{padding:24px 18px}}

/* V1.6 About, sitemap and editable business contact details */
.x8-footer-contact{display:grid;gap:3px;margin:16px 0 18px}.x8-footer-contact p{margin:0!important;font-size:12px!important;color:#dcebf4!important}.x8-footer-contact strong{color:#9ddcff}.x8-footer-contact a{color:#fff;font-weight:800}.x8-footer-contact a:hover{color:#9ddcff}
.x8-contact-location-card p{margin:8px 0 0!important}.x8-contact-location-card b{color:#173f60}.x8-contact-location-card a{color:var(--x8-brand-dark);font-weight:800}
.x8-help-hero-sitemap{background:linear-gradient(135deg,#eef8ff,#f9fcff)}.x8-help-hero-sitemap .x8-help-hero-mark:before{content:"≡";font-size:92px}
.x8-sitemap-page{background:#f6faff}.x8-sitemap-shell{padding:38px 0 70px}.x8-sitemap-intro{background:#fff;border:1px solid #dce8f0;border-radius:18px;padding:22px 24px;margin-bottom:20px;box-shadow:0 9px 26px rgba(34,82,121,.06)}.x8-sitemap-intro strong{display:block;color:#173f60;font-size:20px}.x8-sitemap-intro p{margin:6px 0 0;color:#607c91;font-size:13px}.x8-sitemap-group{background:#fff;border:1px solid #dce8f0;border-radius:20px;padding:25px;margin-top:16px;box-shadow:0 9px 26px rgba(34,82,121,.05)}.x8-sitemap-group-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.x8-sitemap-group-head h2{margin:0;color:#174d7d;font-size:25px}.x8-sitemap-group-head span{font-size:11px;font-weight:900;color:#2c6fb4;background:#edf7fd;padding:6px 9px;border-radius:999px}.x8-sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.x8-sitemap-grid a{display:flex;flex-direction:column;gap:5px;padding:14px 15px;border:1px solid #dce8f0;border-radius:13px;background:#fbfdff;transition:.18s}.x8-sitemap-grid a:hover{transform:translateY(-2px);background:#edf7fd;border-color:#b8dbef}.x8-sitemap-grid strong{font-size:13px;color:#173f60}.x8-sitemap-grid small{font-size:10px;color:#71899b;overflow-wrap:anywhere}
.x8-about-page{background:linear-gradient(180deg,#f2f8fd 0,#f8fbfd 55%,#f7fafd 100%)}.x8-about-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#0f3657,#1b638f 64%,#3b9bd4);color:#fff;padding:72px 0}.x8-about-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.07);right:-170px;top:-260px}.x8-about-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:54px;align-items:center}.x8-about-hero .x8-help-eyebrow{color:#9edcff}.x8-about-hero .x8-help-eyebrow:before{background:#9edcff}.x8-about-hero h1{font-size:clamp(44px,5.3vw,68px);line-height:.98;letter-spacing:-.045em;margin:0 0 17px}.x8-about-hero p{color:#d9ebf5;max-width:700px;font-size:17px}.x8-about-hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:23px}.x8-about-hero-badges span{font-size:10px;font-weight:900;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08)}.x8-about-identity-card{background:#fff;color:#173f60;border-radius:24px;padding:28px;box-shadow:0 25px 55px rgba(7,41,65,.22);transform:rotate(2deg)}.x8-about-identity-card small{display:block;color:#45a3e8;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.x8-about-identity-card strong{display:block;font-size:26px;line-height:1.1;margin:20px 0 12px}.x8-about-identity-card p{color:#60788c;font-size:12px;margin:0}.x8-about-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start;padding:40px 0 72px}.x8-about-content{background:#fff;border:1px solid #dce8f0;border-radius:22px;padding:36px 40px;box-shadow:0 12px 30px rgba(34,82,121,.07)}.x8-about-content h2{color:#174d7d;font-size:28px;margin:38px 0 13px}.x8-about-content h2:first-child{margin-top:0}.x8-about-content p{color:#345874}.x8-about-sidebar{position:sticky;top:106px}.x8-about-contact-card{background:#153f62;color:#fff;border-radius:22px;padding:26px;box-shadow:0 18px 36px rgba(21,63,98,.16)}.x8-about-contact-card>span{color:#9ddcff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.x8-about-contact-card h2{color:#fff;font-size:27px;margin:20px 0}.x8-about-contact-card p{display:grid;gap:3px;color:#d8e9f4;font-size:12px;margin:12px 0}.x8-about-contact-card p strong{color:#9ddcff;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.x8-about-contact-card a{color:#fff}.x8-about-contact-link{display:inline-flex!important;margin-top:15px;padding:10px 13px;border-radius:999px;background:#fff;color:#164e7b!important;font-size:11px;font-weight:900}.x8-about-intro-grid{display:grid!important;grid-template-columns:1.5fr .7fr;gap:14px!important;margin:0 0 30px!important}.x8-about-intro-main,.x8-about-fact-card{border:1px solid #dce8f0;border-radius:18px;padding:22px;background:#fbfdff}.x8-about-intro-main>span{font-size:10px;color:#45a3e8;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.x8-about-intro-main h2{font-size:29px!important;margin:9px 0 12px!important}.x8-about-intro-main p:last-child{margin-bottom:0}.x8-about-fact-card{background:#edf8ff}.x8-about-fact-card strong{font-size:21px;color:#174d7d}.x8-about-fact-card p{font-size:12px;margin:9px 0 0}.x8-about-pillars{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px!important;margin:0!important}.x8-about-pillars>div{border:1px solid #dce8f0;border-radius:16px;padding:19px;background:#fbfdff}.x8-about-pillars span{display:block;font-size:9px;font-weight:900;color:#45a3e8}.x8-about-pillars strong{display:block;color:#173f60;font-size:17px;margin:15px 0 6px}.x8-about-pillars p{font-size:12px;margin:0}.x8-about-process{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px!important}.x8-about-process>div{padding:20px;border-top:3px solid #45a3e8;background:#f8fbfd;border-radius:0 0 14px 14px}.x8-about-process b{display:grid;place-items:center;width:30px;height:30px;background:#e6f5fd;color:#17689e;border-radius:9px}.x8-about-process h3{font-size:16px;margin:17px 0 7px;color:#173f60}.x8-about-process p{font-size:11px;margin:0}.x8-about-disclosure{background:#fff8e9;border:1px solid #efd69f;border-radius:16px;padding:20px!important;margin:30px 0!important}.x8-about-disclosure h2{color:#7b5115!important;margin:0 0 8px!important;font-size:22px!important}.x8-about-disclosure p{color:#695738!important;margin:0!important;font-size:12px}
@media(max-width:980px){.x8-about-hero-inner{grid-template-columns:1fr 280px}.x8-about-layout{grid-template-columns:1fr}.x8-about-sidebar{position:static}.x8-sitemap-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.x8-about-hero{padding:50px 0}.x8-about-hero-inner{grid-template-columns:1fr}.x8-about-identity-card{transform:none}.x8-about-layout{padding:28px 0 50px}.x8-about-content{padding:25px 18px}.x8-about-intro-grid,.x8-about-pillars,.x8-about-process{grid-template-columns:1fr!important}.x8-sitemap-shell{padding:28px 0 50px}.x8-sitemap-grid{grid-template-columns:1fr}.x8-sitemap-group{padding:18px}.x8-sitemap-group-head{align-items:flex-start}.x8-sitemap-group-head h2{font-size:22px}}
