/* =============================================================
   CUSTOM HERO — 4SIX Color System  v5.1
   ============================================================= */

.top-banner-section { display: none !important; }

/* Hide original Elementor sections being replaced */
[data-id="7ed1cb8"],
[data-id="f7ee40f"],
[data-id="64639bb"],
[data-id="a329682"],
[data-id="dad6adc"] { display: none !important; }

/* ══════════════════════════════════════════════════════════
   BETTING MARKETS SECTION
   ══════════════════════════════════════════════════════════ */
.bm-section {
    background: #101828;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.bm-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -58deg, transparent 0px, transparent 40px,
        rgba(0,153,102,0.02) 40px, rgba(0,153,102,0.02) 41px
    );
    pointer-events: none;
}
.bm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.bm-header {
    text-align: center;
    margin-bottom: 48px;
}
.bm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 16px;
}
.bm-eyebrow::before, .bm-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
}
.bm-title {
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 14px;
}
.bm-title span {
    background: linear-gradient(90deg, #009966, #f0b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.bm-subtitle {
    font-size: 15px;
    color: rgba(200,220,210,0.5);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
}
/* Split layout */
.bm-split {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
}
.bm-col-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bm-col-label--sports { color: #00d492; }
.bm-col-label--casino { color: #f0b100; }
.bm-col-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}
.bm-col-label--sports .bm-col-dot { background: #009966; box-shadow: 0 0 8px rgba(0,153,102,0.7); }
.bm-col-label--casino .bm-col-dot { background: #f0b100; box-shadow: 0 0 8px rgba(240,177,0,0.7); }

.bm-sports-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bm-casino-grid { display: flex; flex-direction: column; gap: 10px; }

.bm-sport-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(22,33,50,0.7);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 14px 16px;
    transition: all 0.2s ease;
    cursor: default;
}
.bm-sport-item:hover {
    background: rgba(0,153,102,0.1);
    border-color: rgba(0,153,102,0.25);
    transform: translateX(3px);
}
.bm-sport-emoji {
    font-size: 22px;
    line-height: 1;
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,153,102,0.12);
    border-radius: 9px;
    flex-shrink: 0;
}
.bm-sport-info {}
.bm-sport-name {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    line-height: 1.2;
}
.bm-sport-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    margin-top: 2px;
}
.bm-casino-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(22,33,50,0.7);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 14px 18px;
    transition: all 0.2s ease;
}
.bm-casino-item:hover {
    background: rgba(240,177,0,0.07);
    border-color: rgba(240,177,0,0.2);
    transform: translateX(3px);
}
.bm-casino-emoji {
    font-size: 24px;
    line-height: 1;
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(240,177,0,0.1);
    border-radius: 10px;
    flex-shrink: 0;
}
.bm-casino-name {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.88);
}
.bm-casino-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    margin-top: 2px;
}
.bm-casino-badge {
    margin-left: auto;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    flex-shrink: 0;
}
.bm-casino-badge--live {
    background: rgba(0,153,102,0.15);
    color: #00d492;
    border: 1px solid rgba(0,153,102,0.3);
}
.bm-casino-badge--hot {
    background: rgba(240,177,0,0.12);
    color: #f0b100;
    border: 1px solid rgba(240,177,0,0.25);
}
.bm-cta-bar {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.bm-cta-text {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
}
.bm-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #009966;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.22s ease;
}
.bm-cta-btn:hover {
    background: #00cc88;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

/* ══════════════════════════════════════════════════════════
   PROMOTIONS SECTION
   ══════════════════════════════════════════════════════════ */
.promo-section {
    background: #0d1520;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.promo-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240,177,0,0.3), rgba(0,153,102,0.3), transparent);
}
.promo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.promo-header {
    text-align: center;
    margin-bottom: 48px;
}
.promo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #f0b100;
    margin-bottom: 16px;
}
.promo-eyebrow::before, .promo-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #f0b100, #009966);
}
.promo-title {
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 14px;
}
.promo-title span {
    background: linear-gradient(90deg, #f0b100, #009966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.promo-subtitle {
    font-size: 15px;
    color: rgba(200,220,210,0.5);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}
.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.promo-card {
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.28s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    text-decoration: none;
}
.promo-card,
.promo-card:hover,
.promo-card *,
.promo-card:hover * { text-decoration: none !important; }
.promo-card-top {
    padding: 32px 28px 24px;
    position: relative;
    flex: 1;
}
.promo-card--green .promo-card-top { border-top: 3px solid #009966; }
.promo-card--gold  .promo-card-top { border-top: 3px solid #f0b100; }
.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.promo-card--green .promo-badge {
    background: rgba(0,153,102,0.15);
    color: #00d492;
    border: 1px solid rgba(0,153,102,0.3);
}
.promo-card--gold .promo-badge {
    background: rgba(240,177,0,0.12);
    color: #f0b100;
    border: 1px solid rgba(240,177,0,0.25);
}
.promo-amount {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 8px;
}
.promo-card--green .promo-amount { color: #00d492; }
.promo-card--gold  .promo-amount { color: #f0b100; }
.promo-name {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}
.promo-desc {
    font-size: 13px;
    color: rgba(200,215,210,0.48);
    line-height: 1.7;
}
.promo-card-bottom {
    padding: 18px 28px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo-tc {
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    font-weight: 500;
}
.promo-claim-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.promo-card--green .promo-claim-btn {
    background: rgba(0,153,102,0.15);
    color: #00d492;
    border: 1.5px solid rgba(0,153,102,0.35);
}
.promo-card--gold .promo-claim-btn {
    background: rgba(240,177,0,0.12);
    color: #f0b100;
    border: 1.5px solid rgba(240,177,0,0.3);
}
.promo-card--green .promo-claim-btn:hover { background: #009966; color: #fff; text-decoration: none; }
.promo-card--gold  .promo-claim-btn:hover { background: #f0b100; color: #000; text-decoration: none; }

/* ══════════════════════════════════════════════════════════
   HOW TO START SECTION
   ══════════════════════════════════════════════════════════ */
.hts-section {
    background: #101828;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.hts-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(0,153,102,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.hts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.hts-header {
    text-align: center;
    margin-bottom: 56px;
}
.hts-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 16px;
}
.hts-eyebrow::before, .hts-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
}
.hts-title {
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 14px;
}
.hts-title span {
    background: linear-gradient(90deg, #009966, #f0b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hts-subtitle {
    font-size: 15px;
    color: rgba(200,220,210,0.5);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}
.hts-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.hts-steps::before {
    content: '';
    position: absolute;
    top: 42px;
    left: calc(12.5% + 20px);
    right: calc(12.5% + 20px);
    height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100, #009966, #f0b100);
    opacity: 0.25;
    z-index: 0;
}
.hts-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.hts-step-num {
    width: 84px; height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 24px;
    position: relative;
    flex-shrink: 0;
}
.hts-step:nth-child(odd) .hts-step-num {
    background: rgba(0,153,102,0.12);
    color: #009966;
    border: 2px solid rgba(0,153,102,0.3);
    box-shadow: 0 0 30px rgba(0,153,102,0.15);
}
.hts-step:nth-child(even) .hts-step-num {
    background: rgba(240,177,0,0.1);
    color: #f0b100;
    border: 2px solid rgba(240,177,0,0.25);
    box-shadow: 0 0 30px rgba(240,177,0,0.1);
}
.hts-step-icon {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
}
.hts-step-title {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}
.hts-step-desc {
    font-size: 13px;
    color: rgba(200,215,210,0.48);
    line-height: 1.7;
}
.hts-cta {
    margin-top: 56px;
    text-align: center;
    background: linear-gradient(135deg, rgba(0,153,102,0.1) 0%, rgba(240,177,0,0.06) 100%);
    border: 1px solid rgba(0,153,102,0.2);
    border-radius: 18px;
    padding: 40px 32px;
}
.hts-cta-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.hts-cta-sub {
    font-size: 14px;
    color: rgba(200,215,210,0.5);
    margin-bottom: 24px;
}
.hts-cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.hts-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0b100;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 15px 32px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(240,177,0,0.35);
    transition: all 0.22s ease;
}
.hts-btn-primary:hover {
    background: #d08700;
    transform: translateY(-2px);
    color: #000;
    text-decoration: none !important;
}
.hts-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,153,102,0.12);
    color: #00d492;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border: 1.5px solid rgba(0,153,102,0.35);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.22s ease;
}
.hts-btn-secondary:hover {
    background: rgba(0,153,102,0.25);
    color: #fff;
    text-decoration: none !important;
    transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════════
   PAYMENT METHODS SECTION
   ══════════════════════════════════════════════════════════ */
.pay-section {
    background: #0d1520;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.pay-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,153,102,0.35), transparent);
}
.pay-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.pay-header {
    text-align: center;
    margin-bottom: 48px;
}
.pay-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 16px;
}
.pay-eyebrow::before, .pay-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
}
.pay-title {
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 14px;
}
.pay-title span {
    background: linear-gradient(90deg, #009966, #f0b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pay-subtitle {
    font-size: 15px;
    color: rgba(200,220,210,0.5);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}
.pay-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}
.pay-card {
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 24px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.24s ease;
    position: relative;
}
.pay-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,153,102,0.3);
    box-shadow: 0 12px 36px rgba(0,0,0,0.35);
}
.pay-card-emoji {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
}
.pay-card-name {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.pay-card-speed {
    font-size: 10px;
    font-weight: 700;
    color: #00d492;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.pay-card-min {
    font-size: 10px;
    color: rgba(255,255,255,0.3);
}
.pay-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
    background: rgba(0,153,102,0.15);
    color: #00d492;
    border: 1px solid rgba(0,153,102,0.25);
}
.pay-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.pay-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0,153,102,0.06);
    border: 1px solid rgba(0,153,102,0.12);
    border-radius: 10px;
    padding: 16px 20px;
}
.pay-feature-icon {
    font-size: 22px;
    flex-shrink: 0;
}
.pay-feature-text {}
.pay-feature-title {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2px;
}
.pay-feature-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
}

/* ══════════════════════════════════════════════════════════
   ABOUT 4SIX SEO SECTION
   ══════════════════════════════════════════════════════════ */
.ab4-section {
    background: #101828;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.ab4-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,153,102,0.4), rgba(240,177,0,0.3), transparent);
}
.ab4-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.ab4-split {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 56px;
    align-items: start;
}
.ab4-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 18px;
}
.ab4-eyebrow::before {
    content: '';
    display: block;
    width: 28px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
}
.ab4-title {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 22px;
}
.ab4-title span {
    background: linear-gradient(90deg, #009966, #f0b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab4-body p {
    font-size: 14px;
    line-height: 1.85;
    color: rgba(200,215,210,0.55);
    margin: 0 0 16px;
}
.ab4-body p strong {
    color: rgba(255,255,255,0.8);
    font-weight: 700;
}
.ab4-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
.ab4-kw {
    font-size: 11px;
    font-weight: 700;
    color: rgba(0,212,146,0.7);
    background: rgba(0,153,102,0.08);
    border: 1px solid rgba(0,153,102,0.18);
    border-radius: 4px;
    padding: 4px 12px;
}
/* Right column */
.ab4-right { display: flex; flex-direction: column; gap: 14px; }
.ab4-fact {
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.22s ease;
}
.ab4-fact:hover {
    border-color: rgba(0,153,102,0.25);
    background: rgba(0,153,102,0.07);
}
.ab4-fact-icon {
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
    width: 46px; height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(0,153,102,0.12);
}
.ab4-fact:nth-child(even) .ab4-fact-icon { background: rgba(240,177,0,0.1); }
.ab4-fact-body {}
.ab4-fact-title {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}
.ab4-fact-desc {
    font-size: 12px;
    color: rgba(200,215,210,0.45);
    line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   SPORTS BETTING GUIDE SEO SECTION
   ══════════════════════════════════════════════════════════ */
.sg-section {
    background: #0d1520;
    padding: 80px 0 70px;
    position: relative;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sg-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240,177,0,0.3), transparent);
}
.sg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.sg-header {
    text-align: center;
    margin-bottom: 48px;
}
.sg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #f0b100;
    margin-bottom: 16px;
}
.sg-eyebrow::before, .sg-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #f0b100, #009966);
}
.sg-title {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 14px;
}
.sg-title span {
    background: linear-gradient(90deg, #f0b100, #009966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sg-subtitle {
    font-size: 15px;
    color: rgba(200,220,210,0.5);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}
.sg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 32px;
}
.sg-card {
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
}
.sg-card:hover {
    border-color: rgba(0,153,102,0.2);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.sg-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sg-card-emoji {
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.sg-card--green .sg-card-emoji { background: rgba(0,153,102,0.14); }
.sg-card--gold  .sg-card-emoji { background: rgba(240,177,0,0.1); }
.sg-card-heading {}
.sg-card-title {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.5px;
}
.sg-card--green .sg-card-title { color: #00d492; }
.sg-card--gold  .sg-card-title { color: #f0b100; }
.sg-card-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    margin-top: 3px;
}
.sg-card-body {
    padding: 18px 24px 22px;
}
.sg-card-body p {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(200,215,210,0.5);
    margin: 0 0 14px;
}
.sg-card-body p:last-child { margin-bottom: 0; }
.sg-card-body p strong { color: rgba(255,255,255,0.75); font-weight: 700; }
.sg-markets {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}
.sg-market-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
}
.sg-card--green .sg-market-tag {
    background: rgba(0,153,102,0.12);
    color: rgba(0,212,146,0.8);
    border: 1px solid rgba(0,153,102,0.2);
}
.sg-card--gold .sg-market-tag {
    background: rgba(240,177,0,0.1);
    color: rgba(240,177,0,0.8);
    border: 1px solid rgba(240,177,0,0.2);
}
.sg-bottom-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.sg-strip-item {
    background: rgba(22,33,50,0.6);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 16px 14px;
    text-align: center;
    transition: background 0.2s ease;
}
.sg-strip-item:hover { background: rgba(0,153,102,0.08); }
.sg-strip-icon { font-size: 22px; margin-bottom: 8px; }
.sg-strip-name {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    margin-bottom: 3px;
}
.sg-strip-count {
    font-size: 10px;
    color: rgba(0,212,146,0.6);
    font-weight: 600;
}

/* ══════════════════════════════════════════════════════════
   FAQ SECTION  v2 — numbered, two-col, animated chevron
   ══════════════════════════════════════════════════════════ */
.faq-section {
    background: #101828;
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.faq-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,153,102,0.35), transparent);
}
.faq-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(0,153,102,0.05) 0%, transparent 70%);
    pointer-events: none;
}
.faq-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

/* Header */
.faq-header {
    text-align: center;
    margin-bottom: 56px;
}
.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 16px;
}
.faq-eyebrow::before, .faq-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
}
.faq-title {
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 12px;
}
.faq-title span {
    background: linear-gradient(90deg, #009966, #f0b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.faq-subtitle {
    font-size: 15px;
    color: rgba(200,220,210,0.45);
    line-height: 1.7;
}

/* Two-column grid */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
}

/* Individual item */
.faq-item {
    background: rgba(18,27,43,0.9);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:hover {
    border-color: rgba(0,153,102,0.18);
}
.faq-item.faq-open {
    border-color: rgba(0,153,102,0.35);
    box-shadow: 0 4px 24px rgba(0,153,102,0.1);
}

/* Question row */
.faq-question {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 20px 18px;
    cursor: pointer;
    user-select: none;
}
.faq-num {
    width: 34px; height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.faq-item:nth-child(odd)  .faq-num { background: rgba(0,153,102,0.14); color: #00d492; border: 1px solid rgba(0,153,102,0.25); }
.faq-item:nth-child(even) .faq-num { background: rgba(240,177,0,0.1);  color: #f0b100; border: 1px solid rgba(240,177,0,0.22); }
.faq-item.faq-open:nth-child(odd)  .faq-num { background: rgba(0,153,102,0.25); }
.faq-item.faq-open:nth-child(even) .faq-num { background: rgba(240,177,0,0.18); }

.faq-q-text {
    flex: 1;
    font-size: 14.5px;
    font-weight: 700;
    color: rgba(255,255,255,0.82);
    line-height: 1.4;
    transition: color 0.2s ease;
}
.faq-item.faq-open .faq-q-text { color: #fff; }

/* Chevron toggle icon */
.faq-chevron {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}
.faq-chevron svg {
    width: 14px; height: 14px;
    stroke: rgba(255,255,255,0.4);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
    display: block;
}
.faq-item.faq-open .faq-chevron {
    background: rgba(0,153,102,0.15);
    border-color: rgba(0,153,102,0.3);
}
.faq-item.faq-open .faq-chevron svg {
    stroke: #00d492;
    transform: rotate(180deg);
}

/* Answer panel */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}
.faq-item.faq-open .faq-answer {
    max-height: 600px;
}
.faq-answer-inner {
    margin: 0 18px 20px 18px;
    padding: 16px 18px;
    background: rgba(0,153,102,0.04);
    border-left: 3px solid rgba(0,153,102,0.4);
    border-radius: 0 10px 10px 0;
}
.faq-item:nth-child(even) .faq-answer-inner {
    background: rgba(240,177,0,0.04);
    border-left-color: rgba(240,177,0,0.35);
}
.faq-answer-text {
    font-size: 13.5px;
    line-height: 1.85;
    color: rgba(200,215,210,0.6);
}
.faq-answer-text strong {
    color: rgba(255,255,255,0.82);
    font-weight: 700;
}
.faq-answer-text a {
    color: #009966;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,153,102,0.3);
}
.faq-answer-text a:hover { color: #00cc88; border-bottom-color: rgba(0,204,136,0.5); }

/* Answer highlight chips */
.faq-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}
.faq-chip {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}
.faq-chip--green {
    background: rgba(0,153,102,0.12);
    color: #00d492;
    border: 1px solid rgba(0,153,102,0.25);
}
.faq-chip--gold {
    background: rgba(240,177,0,0.1);
    color: #f0b100;
    border: 1px solid rgba(240,177,0,0.22);
}

.faq-view-all {
    text-align: center;
    margin-top: 40px;
}
.faq-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: transparent;
    border: 1.5px solid rgba(255,184,0,0.4);
    border-radius: 50px;
    color: #FFB800;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
}
.faq-view-all-btn:hover {
    background: rgba(255,184,0,0.1);
    border-color: rgba(255,184,0,0.7);
    color: #FFB800;
    transform: translateY(-2px);
    text-decoration: none !important;
}

/* ══════════════════════════════════════════════════════════
   FINAL CTA BANNER SECTION
   ══════════════════════════════════════════════════════════ */
.fcta-section {
    position: relative;
    padding: 70px 32px;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #0a1f12 0%, #101828 40%, #1a1400 100%);
}
.fcta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 80% at 10% 50%, rgba(0,153,102,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 70% at 90% 50%, rgba(240,177,0,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.fcta-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -58deg, transparent 0px, transparent 40px,
        rgba(0,153,102,0.03) 40px, rgba(0,153,102,0.03) 41px
    );
    pointer-events: none;
}
.fcta-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.fcta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00d492;
    background: rgba(0,153,102,0.1);
    border: 1px solid rgba(0,153,102,0.25);
    border-radius: 20px;
    padding: 6px 16px;
    margin-bottom: 28px;
}
.fcta-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #00d492;
    box-shadow: 0 0 8px rgba(0,212,146,0.8);
    animation: chBlink 1.5s ease-in-out infinite;
}
.fcta-title {
    font-size: clamp(32px, 4.5vw, 58px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1.05;
    margin: 0 0 16px;
}
.fcta-title .fcta-green {
    background: linear-gradient(90deg, #009966, #00d492);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fcta-title .fcta-gold {
    background: linear-gradient(90deg, #f0b100, #ffd44d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fcta-sub {
    font-size: 16px;
    color: rgba(200,220,210,0.55);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 36px;
}
.fcta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.fcta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #f0b100;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 17px 36px;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(240,177,0,0.45);
    transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.fcta-btn-primary:hover {
    background: #d08700;
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(240,177,0,0.55);
    color: #000;
    text-decoration: none;
}
.fcta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,153,102,0.12);
    color: #00d492;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 32px;
    border: 1.5px solid rgba(0,153,102,0.35);
    border-radius: 7px;
    text-decoration: none;
    transition: all 0.22s ease;
}
.fcta-btn-secondary:hover {
    background: rgba(0,153,102,0.25);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.fcta-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.fcta-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    font-weight: 600;
}
.fcta-trust-item span { font-size: 14px; }

/* ══════════════════════════════════════════════════════════
   LATEST BLOG SECTION
   ══════════════════════════════════════════════════════════ */
.blog-section {
    background: #0d1520;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.blog-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,153,102,0.4), rgba(240,177,0,0.3), transparent);
}
.blog-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -58deg, transparent 0px, transparent 40px,
        rgba(0,153,102,0.02) 40px, rgba(0,153,102,0.02) 41px
    );
    pointer-events: none;
}
.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}
.blog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}
.blog-header-left {}
.blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 14px;
}
.blog-eyebrow::before {
    content: '';
    display: block;
    width: 28px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
}
.blog-title {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0;
}
.blog-title span {
    background: linear-gradient(90deg, #009966, #f0b100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.blog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #009966;
    text-decoration: none;
    border: 1.5px solid rgba(0,153,102,0.3);
    border-radius: 6px;
    padding: 10px 20px;
    background: rgba(0,153,102,0.06);
    transition: all 0.2s ease;
    white-space: nowrap;
}
.blog-view-all:hover {
    background: rgba(0,153,102,0.15);
    border-color: #009966;
    color: #00cc88;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ── Top grid: featured + 2 stacked ─────────────────────── */
.blog-top {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

/* Featured card */
.blog-featured {
    display: flex;
    flex-direction: column;
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.28s ease;
}
.blog-featured:hover {
    border-color: rgba(0,153,102,0.3);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.45);
    text-decoration: none;
}
.blog-featured-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,153,102,0.1);
    position: relative;
    flex-shrink: 0;
}
.blog-featured-img::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(22,33,50,0.9) 0%, transparent 100%);
}
.blog-featured-body {
    padding: 20px 22px 24px;
    flex: 1;
}
.blog-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #00d492;
    background: rgba(0,153,102,0.12);
    border: 1px solid rgba(0,153,102,0.25);
    border-radius: 4px;
    padding: 3px 10px;
    margin-bottom: 12px;
}
.blog-featured-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    letter-spacing: -0.3px;
    margin: 0 0 10px;
    transition: color 0.2s ease;
}
.blog-featured:hover .blog-featured-title { color: #00d492; }
.blog-featured-excerpt {
    font-size: 13px;
    color: rgba(200,215,210,0.48);
    line-height: 1.7;
    margin: 0 0 14px;
}
.blog-featured-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    font-weight: 500;
}
.blog-featured-meta span { display: flex; align-items: center; gap: 5px; }

/* Stacked side cards */
.blog-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.blog-stacked-card {
    display: flex;
    gap: 14px;
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.24s ease;
    flex: 1;
    align-items: stretch;
}
.blog-stacked-card:hover {
    border-color: rgba(0,153,102,0.25);
    transform: translateX(4px);
    text-decoration: none;
    background: rgba(0,153,102,0.06);
}
.blog-stacked-img {
    width: 110px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,153,102,0.1);
}
.blog-stacked-body {
    padding: 16px 16px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.blog-stacked-cat {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f0b100;
    margin-bottom: 8px;
}
.blog-stacked-title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.88);
    line-height: 1.35;
    letter-spacing: -0.2px;
    margin: 0 0 8px;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-stacked-card:hover .blog-stacked-title { color: #00d492; }
.blog-stacked-date {
    font-size: 10px;
    color: rgba(255,255,255,0.28);
    font-weight: 500;
}

/* ── Bottom row: 3 horizontal mini cards ─────────────────── */
.blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.blog-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(22,33,50,0.7);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.22s ease;
}
.blog-list-item:hover {
    background: rgba(0,153,102,0.08);
    border-color: rgba(0,153,102,0.22);
    transform: translateY(-2px);
    text-decoration: none;
}
.blog-list-img {
    width: 58px; height: 58px;
    border-radius: 9px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,153,102,0.1);
}
.blog-list-body { flex: 1; min-width: 0; }
.blog-list-title {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.82);
    line-height: 1.35;
    letter-spacing: -0.2px;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}
.blog-list-item:hover .blog-list-title { color: #00d492; }
.blog-list-date {
    font-size: 10px;
    color: rgba(255,255,255,0.28);
    font-weight: 500;
}
.blog-list-arrow {
    font-size: 16px;
    color: rgba(0,153,102,0.4);
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.blog-list-item:hover .blog-list-arrow {
    color: #009966;
    transform: translateX(3px);
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
    .bm-split { grid-template-columns: 1fr; }
    .bm-sports-grid { grid-template-columns: repeat(2, 1fr); }
    .promo-grid { grid-template-columns: 1fr 1fr; }
    .hts-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
    .hts-steps::before { display: none; }
    .pay-grid { grid-template-columns: repeat(3, 1fr); }
    .pay-features { grid-template-columns: 1fr; }
    .ab4-split { grid-template-columns: 1fr; gap: 32px; }
    .sg-grid { grid-template-columns: 1fr; }
    .sg-bottom-strip { grid-template-columns: repeat(2, 1fr); }
    .blog-top { grid-template-columns: 1fr; }
    .blog-stack { flex-direction: row; }
    .blog-list { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .promo-grid { grid-template-columns: 1fr; }
    .hts-steps { grid-template-columns: 1fr; }
    .pay-grid { grid-template-columns: repeat(2, 1fr); }
    .sg-bottom-strip { grid-template-columns: repeat(2, 1fr); }
    .fcta-btns { flex-direction: column; align-items: center; }
    .blog-stack { flex-direction: column; }
    .blog-header { flex-direction: column; align-items: flex-start; }
}

/* ── WHY 4SIX SECTION ────────────────────────────────────── */
.w4s-section {
    background: #0d1520;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.w4s-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -58deg, transparent 0px, transparent 40px,
        rgba(0,153,102,0.025) 40px, rgba(0,153,102,0.025) 41px
    );
    pointer-events: none;
}
.w4s-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,153,102,0.4), rgba(240,177,0,0.3), transparent);
}
.w4s-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

/* Header */
.w4s-header {
    text-align: center;
    margin-bottom: 52px;
}
.w4s-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 18px;
}
.w4s-eyebrow::before,
.w4s-eyebrow::after {
    content: '';
    display: block;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
    flex-shrink: 0;
}
.w4s-title {
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 16px;
}
.w4s-title .w4s-accent {
    background: linear-gradient(90deg, #009966 0%, #f0b100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.w4s-subtitle {
    font-size: 16px;
    color: rgba(200,220,210,0.55);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

/* Cards grid */
.w4s-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 48px;
}
.w4s-card {
    background: rgba(22,33,50,0.8);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.28s ease;
}
.w4s-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 16px 16px 0 0;
    transition: opacity 0.2s ease;
}
.w4s-card--green::before { background: linear-gradient(90deg, #009966, #00cc88); }
.w4s-card--gold::before  { background: linear-gradient(90deg, #f0b100, #ffd44d); }
.w4s-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,153,102,0.25);
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}
.w4s-card--gold:hover { border-color: rgba(240,177,0,0.25); }

.w4s-icon-wrap {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.w4s-card--green .w4s-icon-wrap { background: rgba(0,153,102,0.15); }
.w4s-card--gold  .w4s-icon-wrap { background: rgba(240,177,0,0.12); }

.w4s-card-title {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
}
.w4s-card--green .w4s-card-title { color: #00d492; }
.w4s-card--gold  .w4s-card-title { color: #f0b100; }

.w4s-card-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(200,215,210,0.5);
    margin: 0;
}

/* Bottom trust strip */
.w4s-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(0,153,102,0.06);
    border: 1px solid rgba(0,153,102,0.15);
    border-radius: 14px;
    overflow: hidden;
}
.w4s-trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 16px;
    position: relative;
    transition: background 0.2s ease;
}
.w4s-trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: rgba(255,255,255,0.07);
}
.w4s-trust-item:hover { background: rgba(0,153,102,0.08); }
.w4s-trust-num {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}
.w4s-trust-item:nth-child(odd)  .w4s-trust-num { color: #009966; }
.w4s-trust-item:nth-child(even) .w4s-trust-num { color: #f0b100; }
.w4s-trust-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 5px;
    text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
    .w4s-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .w4s-section { padding: 56px 0 48px; }
    .w4s-grid { grid-template-columns: 1fr; gap: 12px; }
    .w4s-trust { flex-wrap: wrap; }
    .w4s-trust-item { min-width: 50%; }
    .w4s-trust-item:nth-child(2)::after { display: none; }
}

/* ── Hero wrapper ────────────────────────────────────────── */
.ch-hero {
    position: relative;
    background: #101828;
    overflow: hidden;
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.ch-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 52%; height: 100%;
    background: linear-gradient(135deg, rgba(0,79,59,0.5) 0%, #101828 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}
.ch-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -58deg, transparent 0px, transparent 30px,
        rgba(0,153,102,0.03) 30px, rgba(0,153,102,0.03) 31px
    );
    z-index: 1;
    pointer-events: none;
}

/* ── Main split ──────────────────────────────────────────── */
.ch-main {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
}

/* ── LEFT PANEL ──────────────────────────────────────────── */
.ch-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 48px 70px 64px;
    position: relative;
}
.ch-left::before {
    content: '4SIX';
    position: absolute;
    top: 50%; left: -10px;
    transform: translateY(-50%);
    font-size: 150px;
    font-weight: 900;
    color: rgba(0,153,102,0.04);
    letter-spacing: -8px;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
}
.ch-left > * { position: relative; z-index: 1; }

.ch-logo-wrap { margin-bottom: 18px; }
.ch-logo { height: 52px; width: auto; display: block; }

.ch-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #00d492;
    margin-bottom: 20px;
}
.ch-eyebrow::before {
    content: '';
    display: block;
    width: 28px; height: 2px;
    background: linear-gradient(90deg, #009966, #f0b100);
    flex-shrink: 0;
}

.ch-headline {
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: -3px;
    margin: 0 0 22px;
    color: #fff;
}
.ch-headline .line-accent {
    display: block;
    background: linear-gradient(90deg, #009966 0%, #f0b100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ch-desc {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(200,220,210,0.6);
    max-width: 420px;
    margin: 0 0 34px;
}

.ch-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.ch-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0b100;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(240,177,0,0.35);
    transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
    position: relative;
    overflow: hidden;
}
.ch-btn-primary::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
    transition: left 0.5s ease;
}
.ch-btn-primary:hover::after { left: 100%; }
.ch-btn-primary:hover {
    background: #d08700;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(240,177,0,0.5);
    color: #000;
    text-decoration: none;
}

.ch-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,153,102,0.12);
    color: #00d492;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 26px;
    border: 1.5px solid rgba(0,153,102,0.4);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.ch-btn-secondary:hover {
    border-color: #009966;
    color: #fff;
    background: rgba(0,153,102,0.25);
    text-decoration: none;
    transform: translateY(-2px);
}

.ch-payments { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ch-pay-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,212,146,0.5);
}
.ch-pay-chip {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    padding: 4px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.ch-pay-chip:hover {
    color: #00d492;
    border-color: rgba(0,153,102,0.4);
    background: rgba(0,153,102,0.08);
}

/* ── RIGHT PANEL ─────────────────────────────────────────── */
.ch-right {
    display: flex;
    align-items: stretch;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.ch-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 30%; height: 100%;
    background: linear-gradient(to right, #101828 0%, transparent 100%);
    z-index: 3;
    pointer-events: none;
}

.ch-visual-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 36px 36px 28px;
    width: 100%;
    gap: 16px;
    position: relative;
    z-index: 5;
}

/* ── Members bar ─────────────────────────────────────────── */
.ch-members-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(0,153,102,0.08);
    border: 1px solid rgba(0,153,102,0.2);
    border-radius: 12px;
    padding: 10px 16px;
}
.ch-members-avatars {
    display: flex;
    flex-direction: row;
}
.ch-avatar {
    width: 30px; height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    border: 2px solid #101828;
    margin-left: -8px;
    flex-shrink: 0;
}
.ch-avatar:first-child { margin-left: 0; }
.ch-members-text {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    line-height: 1.5;
}
.ch-members-text strong {
    color: #00d492;
    font-weight: 800;
}
.ch-members-live {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: rgba(0,212,146,0.65);
    font-weight: 600;
    margin-top: 1px;
}

/* pulse dot (shared) */
@keyframes chBlink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}
.ch-sports-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #009966;
    box-shadow: 0 0 7px rgba(0,153,102,0.9);
    animation: chBlink 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

/* ── Feature cards grid ──────────────────────────────────── */
.ch-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ch-feat-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(30,41,57,0.7);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 14px 14px;
    transition: all 0.22s ease;
    position: relative;
    overflow: hidden;
}
.ch-feat-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    border-radius: 12px 0 0 12px;
    transition: opacity 0.2s ease;
}
.ch-feat-card--green::before { background: #009966; }
.ch-feat-card--gold::before  { background: #f0b100; }
.ch-feat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
.ch-feat-card--green:hover { background: rgba(0,153,102,0.12); border-color: rgba(0,153,102,0.28); }
.ch-feat-card--gold:hover  { background: rgba(240,177,0,0.08); border-color: rgba(240,177,0,0.25); }

.ch-feat-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.ch-feat-card--green .ch-feat-icon { background: rgba(0,153,102,0.15); }
.ch-feat-card--gold  .ch-feat-icon { background: rgba(240,177,0,0.12); }

.ch-feat-body { flex: 1; min-width: 0; }
.ch-feat-title {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.ch-feat-card--green .ch-feat-title { color: #00d492; }
.ch-feat-card--gold  .ch-feat-title { color: #f0b100; }
.ch-feat-desc {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255,255,255,0.42);
    margin-top: 3px;
    line-height: 1.4;
}

/* ── STATS RIBBON ────────────────────────────────────────── */
.ch-stats {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(0,153,102,0.15);
    background: #0d1520;
}
.ch-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    position: relative;
    transition: background 0.25s ease;
}
.ch-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: rgba(255,255,255,0.06);
}
.ch-stat-item:nth-child(odd)  { background: rgba(0,153,102,0.04); }
.ch-stat-item:nth-child(even) { background: rgba(240,177,0,0.03); }
.ch-stat-item:hover { background: rgba(0,153,102,0.1); }
.ch-stat-num {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1.5px;
}
.ch-stat-item:nth-child(odd)  .ch-stat-num { color: #009966; }
.ch-stat-item:nth-child(even) .ch-stat-num { color: #f0b100; }
.ch-stat-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.28);
    margin-top: 6px;
    text-align: center;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1080px) {
    .ch-left  { padding: 60px 32px 60px 40px; }
    .ch-visual-wrap { padding: 32px 24px; }
}
@media (max-width: 768px) {
    .ch-hero::before { display: none; }
    .ch-main { grid-template-columns: 1fr; }
    .ch-left  { padding: 48px 24px 32px; }
    .ch-right { min-height: auto; }
    .ch-visual-wrap { padding: 24px; }
    .ch-left::before { font-size: 90px; }
    .ch-headline { font-size: 40px; letter-spacing: -2px; }
    .ch-stats { grid-template-columns: repeat(2, 1fr); }
    .ch-stat-item:nth-child(2)::after { display: none; }
}
@media (max-width: 480px) {
    .ch-ctas { flex-direction: column; }
    .ch-btn-primary, .ch-btn-secondary { justify-content: center; }
}
