/* style/resources-gk88-betting-tips-deep-dive.css */
.page-resources-gk88-betting-tips-deep-dive {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-gk88-betting-tips-deep-dive .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-gk88-betting-tips-deep-dive .hero-section {
    background: linear-gradient(135deg, #0A2463, #E3B23C);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.page-resources-gk88-betting-tips-deep-dive .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.2;
}

.page-resources-gk88-betting-tips-deep-dive .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-gk88-betting-tips-deep-dive .section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-gk88-betting-tips-deep-dive .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E3B23C;
    border-radius: 2px;
}

.page-resources-gk88-betting-tips-deep-dive .sub-section-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-gk88-betting-tips-deep-dive .content-block {
    margin-bottom: 30px;
}

.page-resources-gk88-betting-tips-deep-dive .content-block p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #555;
}

.page-resources-gk88-betting-tips-deep-dive .highlight {
    color: #0A2463;
    font-weight: bold;
}

.page-resources-gk88-betting-tips-deep-dive .hero-section .highlight {
    color: #E3B23C;
}

.page-resources-gk88-betting-tips-deep-dive .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.page-resources-gk88-betting-tips-deep-dive .btn-primary {
    background-color: #E3B23C;
    color: #0A2463;
    border: 2px solid #E3B23C;
}

.page-resources-gk88-betting-tips-deep-dive .btn-primary:hover {
    background-color: #cf9b35;
    border-color: #cf9b35;
    color: #0A2463;
}

.page-resources-gk88-betting-tips-deep-dive .btn-secondary {
    background-color: #0A2463;
    color: #E3B23C;
    border: 2px solid #0A2463;
}

.page-resources-gk88-betting-tips-deep-dive .btn-secondary:hover {
    background-color: #1a3c7c;
    border-color: #1a3c7c;
    color: #E3B23C;
}

.page-resources-gk88-betting-tips-deep-dive .btn-outline {
    background-color: transparent;
    color: #0A2463;
    border: 2px solid #0A2463;
}

.page-resources-gk88-betting-tips-deep-dive .btn-outline:hover {
    background-color: #0A2463;
    color: #fff;
}

.page-resources-gk88-betting-tips-deep-dive .link-cta {
    color: #E3B23C;
    font-weight: bold;
    text-decoration: none;
}

.page-resources-gk88-betting-tips-deep-dive .link-cta:hover {
    text-decoration: underline;
    color: #cf9b35;
}

.page-resources-gk88-betting-tips-deep-dive .introduction-section,
.page-resources-gk88-betting-tips-deep-dive .sports-betting-section,
.page-resources-gk88-betting-tips-deep-dive .casino-section,
.page-resources-gk88-betting-tips-deep-dive .slots-section,
.page-resources-gk88-betting-tips-deep-dive .app-section,
.page-resources-gk88-betting-tips-deep-dive .promotions-section,
.page-resources-gk88-betting-tips-deep-dive .responsible-gambling-section,
.page-resources-gk88-betting-tips-deep-dive .conclusion-section {
    padding: 80px 0;
}

.page-resources-gk88-betting-tips-deep-dive .bg-light {
    background-color: #f9f9f9;
}

.page-resources-gk88-betting-tips-deep-dive .image-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-gk88-betting-tips-deep-dive .margin-top-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-resources-gk88-betting-tips-deep-dive .introduction-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-resources-gk88-betting-tips-deep-dive .introduction-section .content-block,
.page-resources-gk88-betting-tips-deep-dive .introduction-section .image-block {
    flex: 1;
    min-width: 300px;
}

.page-resources-gk88-betting-tips-deep-dive .grid-2-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-gk88-betting-tips-deep-dive .feature-card,
.page-resources-gk88-betting-tips-deep-dive .promo-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-resources-gk88-betting-tips-deep-dive .feature-card:hover,
.page-resources-gk88-betting-tips-deep-dive .promo-card:hover {
    transform: translateY(-5px);
}

.page-resources-gk88-betting-tips-deep-dive .card-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-resources-gk88-betting-tips-deep-dive .cta-section {
    text-align: center;
    margin-top: 60px;
}

.page-resources-gk88-betting-tips-deep-dive .cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #555;
}

.page-resources-gk88-betting-tips-deep-dive .cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-resources-gk88-betting-tips-deep-dive .app-section .grid-2-cols {
    align-items: center;
}

.page-resources-gk88-betting-tips-deep-dive .app-mockup {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.page-resources-gk88-betting-tips-deep-dive .align-center {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-gk88-betting-tips-deep-dive .hero-title {
        font-size: 2.5em;
    }

    .page-resources-gk88-betting-tips-deep-dive .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-gk88-betting-tips-deep-dive .section-title {
        font-size: 2em;
    }

    .page-resources-gk88-betting-tips-deep-dive .sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-gk88-betting-tips-deep-dive .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-gk88-betting-tips-deep-dive .introduction-section .container {
        flex-direction: column;
    }

    .page-resources-gk88-betting-tips-deep-dive .cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-gk88-betting-tips-deep-dive .cta-group .btn {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-resources-gk88-betting-tips-deep-dive .hero-title {
        font-size: 2em;
    }

    .page-resources-gk88-betting-tips-deep-dive .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-gk88-betting-tips-deep-dive .section-title {
        font-size: 1.8em;
    }

    .page-resources-gk88-betting-tips-deep-dive .sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-gk88-betting-tips-deep-dive .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}