#tie-body {
    background: #2b2b2b;
    color: #fff;
    font-family: 'DM Sans', Jannah, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
.dark-skin { background-color: #1f1f1f; color: #fff; }
.site { background: #2b2b2b; }
.tie-container { width: 100%; max-width: 1200px; margin: 0 auto; }
.container { max-width: 1200px; padding: 0 15px; margin: 0 auto; }
.clearfix:after { content: ""; display: table; clear: both; }
.tie-row { display: flex; flex-wrap: wrap; }
.tie-col-md-8 { width: 66.666667%; }
.tie-col-md-4 { width: 33.333333%; }
.tie-col-sm-4 { width: 33.333333%; }
.tie-col-sm-6 { width: 50%; }
#theme-header { background: #1f1f1f; position: relative; z-index: 999; }
.header-layout-2 { background: #1f1f1f; }
#top-nav { background: #2b2b2b; border-bottom: 1px solid #333; padding: 8px 0; font-size: 12px; }
.topbar-wrapper { display: flex; justify-content: space-between; align-items: center; }
.top-menu ul { list-style: none; margin: 0; padding: 0; display: flex; }
.top-menu li { margin-right: 20px; }
.top-menu a { color: rgba(255,255,255,0.7); font-size: 12px; text-decoration: none; transition: color .2s; }
.top-menu a:hover { color: #fff; }
.logo-container { padding: 15px 0; }
.logo-row { justify-content: center; }
.logo-wrapper { text-align: center; width: 100%; }
#logo { display: block; }
.image-logo { text-align: center; }
.tie-logo-img { max-height: 62px; width: auto; }
#main-nav { background: #f0982f; position: relative; }
.main-nav-wrapper { background: #f0982f; }
.main-menu-wrapper { display: flex; align-items: center; justify-content: space-between; }
.main-menu ul { list-style: none; margin: 0; padding: 0; display: flex; }
.main-menu li { position: relative; }
.main-menu > div > ul > li > a,
.main-menu > ul > li > a {
    display: block; padding: 15px 18px; color: #fff; font-size: 13px;
    font-weight: 600; text-transform: uppercase; text-decoration: none;
    letter-spacing: 0.5px; transition: background .2s;
}
.main-menu > div > ul > li > a:hover,
.main-menu.header-menu > ul > li > a:hover { background: rgba(0,0,0,0.1); }
.main-menu > div > ul > li > a i,
.main-menu.header-menu > ul > li > a i { margin-right: 4px; font-size: 0.85em; }
.hero-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2b2b2b 50%, #1f1f1f 100%);
    padding: 55px 0 48px;
    border-bottom: 3px solid #f0982f;
    position: relative;
    overflow: hidden;
}
.hero-section:before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 280px; height: 280px;
    border: 2px solid rgba(240,152,47,0.08);
    border-radius: 50%;
}
.hero-section:after {
    content: '';
    position: absolute;
    bottom: -40px; left: -40px;
    width: 200px; height: 200px;
    border: 2px solid rgba(240,152,47,0.06);
    border-radius: 50%;
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.hero-badge {
    display: inline-block; background: rgba(240,152,47,0.15); color: #f0982f;
    padding: 5px 14px; border-radius: 3px; font-size: 12px; font-weight: 600;
    text-transform: uppercase; margin-bottom: 18px; letter-spacing: 0.5px;
    border: 1px solid rgba(240,152,47,0.25);
}
.hero-title {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 42px; font-weight: 400; line-height: 1.15;
    margin: 0 0 16px; color: #fff;
}
.hero-desc { color: #aaa; font-size: 15px; line-height: 1.65; margin: 0 0 28px; max-width: 600px; }
.responsible-strip { background: #1a1a1a; border-bottom: 1px solid #333; padding: 12px 0; }
.responsible-strip-inner { color: #999; font-size: 12px; line-height: 1.6; }
.responsible-strip-inner i { color: #f0982f; margin-right: 4px; }
.responsible-strip-inner a { color: #f0982f; text-decoration: underline; }
.main-wrap { padding-top: 28px; padding-bottom: 4px; }
.mag-box-title {
    background: #f0982f; padding: 10px 15px; margin-bottom: 0;
    display: flex; justify-content: space-between; align-items: center;
}
.mag-box-title h3 { margin: 0; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.mag-box-title h3 a { color: #fff; text-decoration: none; }
.mag-box-title h3 i { margin-right: 6px; font-size: 0.9em; }
.the-global-title { background: #f0982f; color: #fff; }
.mag-box { margin-bottom: 28px; background: #333; }
.container-wrapper { background: #333; }
.mag-box-container { padding: 15px; background: #333; }
.more-link.button {
    display: inline-block; background: #f0982f; color: #fff; padding: 10px 24px;
    font-size: 12px; font-weight: 600; text-transform: uppercase; text-decoration: none;
    border-radius: 3px; transition: background .2s; white-space: nowrap;
}
.more-link.button:hover { background: #e8912a; }
.partner-list-wrap { padding: 15px 15px 5px; }
.partner-card {
    background: #2b2b2b; border: 1px solid #444; border-radius: 4px;
    margin-bottom: 16px; transition: border-color .2s; overflow: hidden;
}
.partner-card:hover { border-color: #f0982f; }
.partner-card-inner { display: flex; align-items: stretch; }
.partner-card-left {
    flex-shrink: 0; width: 180px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; padding: 22px 18px;
    background: #252525; border-right: 1px solid #444;
}
.partner-logo-wrap {
    width: 130px; height: 65px; display: flex;
    align-items: center; justify-content: center; margin-bottom: 10px;
}
.partner-logo-img { max-width: 130px; max-height: 60px; object-fit: contain; filter: brightness(1.1); }
.partner-rating { font-size: 13px; color: #f0982f; }
.partner-rating span { color: #999; font-size: 12px; margin-left: 4px; }
.partner-card-mid { flex: 1; padding: 18px 20px; }
.partner-card-name { font-size: 18px; font-weight: 700; margin-bottom: 6px; color: #fff; }
.partner-licence-badge {
    display: inline-block; background: rgba(240,152,47,0.12); color: #f0982f;
    padding: 3px 10px; border-radius: 2px; font-size: 11px; font-weight: 600; margin-bottom: 8px;
}
.partner-licence-badge i { margin-right: 4px; }
.partner-card-desc { color: #999; font-size: 13px; line-height: 1.55; margin: 0 0 12px; }
.partner-advantages { display: flex; flex-wrap: wrap; gap: 6px; }
.partner-adv-tag {
    display: inline-flex; align-items: center; gap: 4px;
    background: #333; border: 1px solid #555; border-radius: 3px;
    padding: 4px 10px; font-size: 11px; color: #ccc;
}
.partner-adv-tag i { color: #f0982f; font-size: 12px; }
.partner-card-right {
    flex-shrink: 0; width: 170px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; padding: 18px; gap: 14px;
    background: #252525; border-left: 1px solid #444;
}
.partner-verified { color: #f0982f; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.partner-verified i { margin-right: 3px; }
.hiw-step { text-align: center; padding: 12px 8px 6px; position: relative; }
.hiw-num {
    font-size: 36px; font-weight: 700; color: rgba(240,152,47,0.15);
    font-family: 'Instrument Serif', Georgia, serif; line-height: 1; margin-bottom: 6px;
}
.fact-card { background: #2b2b2b; border-radius: 3px; overflow: hidden; height: 100%; }
.fact-card-img { width: 100%; height: 150px; object-fit: cover; display: block; }
.fact-card h3, .fact-card p { padding: 0 14px; }
.fact-card p:last-child { padding-bottom: 14px; }
.wcu-item {
    display: flex; gap: 14px; padding: 12px 10px; background: #2b2b2b;
    border-radius: 3px; border: 1px solid #3a3a3a; height: 100%;
}
.wcu-icon {
    flex-shrink: 0; width: 40px; height: 40px; background: rgba(240,152,47,0.12);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #f0982f;
}
.review-card {
    background: #2b2b2b; border: 1px solid #3a3a3a; border-radius: 4px;
    padding: 20px 18px; height: 100%; display: flex; flex-direction: column;
}
.review-stars { color: #f0982f; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { color: #ccc; font-size: 13px; line-height: 1.6; font-style: italic; margin: 0 0 14px; flex: 1; }
.review-author { font-size: 13px; font-weight: 600; color: #fff; border-top: 1px solid #444; padding-top: 12px; }
.review-author span { display: block; font-weight: 400; color: #888; font-size: 11px; margin-top: 2px; }
.faq-item h3 i { vertical-align: middle; }
#footer { background: #1a1a1a; color: #fff; margin-top: 0; }
#footer-widgets-container { padding: 40px 0 35px; border-bottom: 1px solid #333; }
.footer-widget-area .widget { background: transparent; }
.footer-widget-area .widget-title { background: transparent; border-bottom: 2px solid #f0982f; padding: 0 0 10px; margin-bottom: 0; }
.footer-widget-area a { color: rgba(255,255,255,0.7); transition: color .15s; }
.footer-widget-area a:hover { color: #f0982f; }
.footer-widget-content { padding: 0 10px; }
.footer-menu li a:hover { color: #f0982f !important; }
#site-info { padding: 20px 0; text-align: center; font-size: 13px; }
.copyright-text { color: rgba(255,255,255,0.6); }
.copyright-text a { color: #f0982f; text-decoration: none; }
.copyright-text a:hover { text-decoration: underline; }
.footer-responsible-block { text-align: center; padding: 0 0 24px; border-bottom: 1px solid #333; }
.footer-responsible-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; background: #f0982f; color: #fff;
    font-size: 18px; font-weight: 700; border-radius: 50%; margin-bottom: 14px;
}
.footer-responsible-text { color: #bbb; font-size: 13px; line-height: 1.65; max-width: 800px; margin: 0 auto 18px; }
.footer-regulator-logos { display: flex; align-items: center; justify-content: center; gap: 28px; }
.regulator-logo { height: 36px; width: auto; opacity: 0.75; transition: opacity .2s; filter: brightness(0) invert(1); }
.regulator-logo:hover { opacity: 1; }

.go-to-top-button {
    position: fixed; bottom: 30px; right: 30px; width: 40px; height: 40px;
    background: #f0982f; color: #fff; border-radius: 3px; display: flex;
    align-items: center; justify-content: center; z-index: 99;
    text-decoration: none; font-size: 1rem; transition: background .2s;
}
.go-to-top-button:hover { background: #e8912a; }
.age-gate-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.92); z-index: 99999;
    display: flex; align-items: center; justify-content: center; padding: 20px;
}
.age-gate-box {
    background: #1f1f1f; border: 1px solid #444; border-radius: 6px;
    padding: 36px 32px 28px; max-width: 420px; width: 100%; text-align: center;
}
.age-gate-icon { font-size: 38px; color: #f0982f; margin-bottom: 14px; font-weight: 700; letter-spacing: 1px; }
.age-gate-icon i { font-size: 32px; vertical-align: middle; margin-right: 6px; }
.age-gate-heading { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #fff; }
.age-gate-text { color: #999; font-size: 13px; line-height: 1.6; margin: 0 0 22px; }
.age-gate-btn {
    display: inline-block; background: #f0982f; color: #fff; border: none;
    padding: 12px 36px; font-size: 14px; font-weight: 600; border-radius: 3px;
    cursor: pointer; font-family: 'DM Sans', Arial, sans-serif;
    text-transform: uppercase; letter-spacing: 0.5px; transition: background .2s;
}
.age-gate-btn:hover { background: #e8912a; }
.cookie-bar {
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: #1a1a1a; border-top: 1px solid #444; z-index: 9999; padding: 16px 0;
}
.cookie-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cookie-bar-text { color: #ccc; font-size: 13px; line-height: 1.5; flex: 1; min-width: 280px; }
.cookie-bar-text a { color: #f0982f; text-decoration: underline; }
.cookie-bar-actions { display: flex; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-btn {
    border: none; padding: 8px 18px; font-size: 12px; font-weight: 600;
    border-radius: 3px; cursor: pointer; font-family: 'DM Sans', Arial, sans-serif;
    text-transform: uppercase; transition: background .2s, color .2s;
}
.cookie-btn-accept { background: #f0982f; color: #fff; }
.cookie-btn-accept:hover { background: #e8912a; }
.cookie-btn-decline { background: #444; color: #fff; }
.cookie-btn-decline:hover { background: #555; }
.cookie-btn-settings { background: transparent; color: #f0982f; border: 1px solid #f0982f; }
.cookie-btn-settings:hover { background: #f0982f; color: #fff; }
.cookie-settings-panel { margin-top: 14px; padding-top: 14px; border-top: 1px solid #333; }
.cookie-setting-row { padding: 6px 0; }
.cookie-setting-row input[type="checkbox"] { accent-color: #f0982f; width: 16px; height: 16px; }
.page-content h1 { font-family: 'Instrument Serif', Georgia, serif; font-size: 28px; font-weight: 400; margin: 0 0 16px; color: #fff; line-height: 1.25; }
.page-content h2 { font-size: 17px; font-weight: 600; color: #f0982f; margin: 22px 0 8px; }
.page-content h3 { font-size: 15px; font-weight: 600; color: #ccc; margin: 18px 0 6px; }
.page-content p { color: #bbb; font-size: 14px; line-height: 1.7; margin: 0 0 13px; }
.page-content a { color: #f0982f; text-decoration: underline; }
.page-content a:hover { color: #e8912a; }
.mob-toggle { display: none; margin-left: auto; }
.mob-toggle a {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; text-decoration: none;
}
.hamburger-icon {
    display: block; width: 22px; height: 2px; background: #fff; position: relative;
}
.hamburger-icon:before, .hamburger-icon:after {
    content: ''; position: absolute; width: 100%; height: 2px;
    background: #fff; left: 0;
}
.hamburger-icon:before { top: -7px; }
.hamburger-icon:after { top: 7px; }
@media (max-width: 991px) {
    .mob-toggle { display: block; }
    #menu-main-menu { display: none; }
    #menu-main-menu.mob-open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #e88a20;
        z-index: 998;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    #menu-main-menu.mob-open li a {
        padding: 13px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        display: block;
    }
    .main-nav-wrapper { position: relative; }
    .main-menu-wrapper { position: relative; }

    .main-menu-wrapper { position: relative; }
    .tie-col-md-8 { width: 100%; }
    .tie-col-md-4 { width: 100%; }
    .tie-col-sm-4 { width: 100%; }
    .tie-col-sm-6 { width: 100%; }
    .cookie-bar-inner { flex-direction: column; align-items: flex-start; }
    .partner-card-inner { flex-direction: column; }
    .partner-card-left { width: 100%; flex-direction: row; gap: 14px; padding: 14px 18px; border-right: none; border-bottom: 1px solid #444; justify-content: flex-start; }
    .partner-card-right { width: 100%; flex-direction: row; gap: 14px; padding: 14px 18px; border-left: none; border-top: 1px solid #444; justify-content: flex-start; }
    .partner-logo-wrap { width: 100px; height: 50px; margin-bottom: 0; }
    .hero-title { font-size: 32px; }
}
@media (max-width: 768px) {
    .container { padding: 0 10px; }
    .hero-section { padding: 38px 0 32px; }
    .hero-title { font-size: 28px; }
    .footer-regulator-logos { gap: 18px; }
    .regulator-logo { height: 28px; }
    .fact-card-img { height: 120px; }
}
@media (max-width: 576px) {
    .top-menu { display: none; }
    .main-menu > div > ul > li > a, .main-menu.header-menu > ul > li > a { padding: 12px 10px; font-size: 12px; }
    .hero-title { font-size: 24px; }
    .partner-advantages { gap: 4px; }
    .partner-adv-tag { font-size: 10px; padding: 3px 7px; }
    .age-gate-box { padding: 28px 20px 22px; }
}
