/* style/gambling-strategies-slot-high-payout.css */
.page-gambling-strategies-slot-high-payout {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

.page-gambling-strategies-slot-high-payout .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-gambling-strategies-slot-high-payout .hero-section {
    background: linear-gradient(135deg, #0A2342, #1a427c);
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}

.page-gambling-strategies-slot-high-payout .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    line-height: 1.2;
}

.page-gambling-strategies-slot-high-payout .hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-gambling-strategies-slot-high-payout .highlight-text {
    color: #FFD700;
    font-weight: bold;
}

.page-gambling-strategies-slot-high-payout .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1.1em;
}

.page-gambling-strategies-slot-high-payout .btn-primary {
    background-color: #FFD700;
    color: #0A2342;
}

.page-gambling-strategies-slot-high-payout .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-gambling-strategies-slot-high-payout .btn-secondary {
    background-color: #0A2342;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-gambling-strategies-slot-high-payout .btn-secondary:hover {
    background-color: #1a427c;
    transform: translateY(-2px);
}

/* General Section Styling */
.page-gambling-strategies-slot-high-payout section {
    padding: 60px 0;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-gambling-strategies-slot-high-payout section:nth-of-type(even) {
    background-color: #fefefe;
}

.page-gambling-strategies-slot-high-payout .section-title {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-gambling-strategies-slot-high-payout .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-gambling-strategies-slot-high-payout p {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #555;
}

.page-gambling-strategies-slot-high-payout ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    color: #555;
}

.page-gambling-strategies-slot-high-payout li {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

/* Features Grid */
.page-gambling-strategies-slot-high-payout .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-gambling-strategies-slot-high-payout .feature-item {
    text-align: center;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.page-gambling-strategies-slot-high-payout .feature-item:hover {
    transform: translateY(-5px);
}

.page-gambling-strategies-slot-high-payout .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-gambling-strategies-slot-high-payout .feature-item h3 {
    color: #0A2342;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-gambling-strategies-slot-high-payout .feature-item p {
    font-size: 1em;
    color: #666;
}

/* Mechanics Section */
.page-gambling-strategies-slot-high-payout .mechanics-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-left: 5px solid #FFD700;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-gambling-strategies-slot-high-payout .mechanics-item h3 {
    color: #0A2342;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-gambling-strategies-slot-high-payout .mechanics-item ul {
    list-style-type: square;
    margin-left: 25px;
}

.page-gambling-strategies-slot-high-payout .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Strategy Section */
.page-gambling-strategies-slot-high-payout .strategy-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-gambling-strategies-slot-high-payout .strategy-item:nth-child(even) {
    flex-direction: row-reverse;
}

.page-gambling-strategies-slot-high-payout .strategy-image {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 30px;
    flex-shrink: 0;
}

.page-gambling-strategies-slot-high-payout .strategy-item:nth-child(even) .strategy-image {
    margin-right: 0;
    margin-left: 30px;
}

.page-gambling-strategies-slot-high-payout .strategy-item h3 {
    color: #0A2342;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-gambling-strategies-slot-high-payout .strategy-item p {
    color: #555;
}

/* CTA Section */
.page-gambling-strategies-slot-high-payout .cta-section {
    text-align: center;
    background-color: #0A2342;
    color: #FFFFFF;
    padding: 80px 0;
    border-radius: 10px;
}

.page-gambling-strategies-slot-high-payout .cta-section .section-title {
    color: #FFD700;
}

.page-gambling-strategies-slot-high-payout .cta-section .section-title::after {
    background-color: #FFD700;
}

.page-gambling-strategies-slot-high-payout .cta-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-gambling-strategies-slot-high-payout .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-gambling-strategies-slot-high-payout .hero-title {
        font-size: 2.8em;
    }
    .page-gambling-strategies-slot-high-payout .section-title {
        font-size: 2em;
    }
    .page-gambling-strategies-slot-high-payout .strategy-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-gambling-strategies-slot-high-payout .strategy-item:nth-child(even) {
        flex-direction: column;
    }
    .page-gambling-strategies-slot-high-payout .strategy-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-gambling-strategies-slot-high-payout .strategy-item:nth-child(even) .strategy-image {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .page-gambling-strategies-slot-high-payout .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-gambling-strategies-slot-high-payout .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-gambling-strategies-slot-high-payout .hero-section {
        padding: 80px 0;
    }
    .page-gambling-strategies-slot-high-payout .hero-title {
        font-size: 2.2em;
    }
    .page-gambling-strategies-slot-high-payout .hero-description {
        font-size: 1.1em;
    }
    .page-gambling-strategies-slot-high-payout .section-title {
        font-size: 1.8em;
    }
    .page-gambling-strategies-slot-high-payout p, .page-gambling-strategies-slot-high-payout li {
        font-size: 1em;
    }
    .page-gambling-strategies-slot-high-payout .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-gambling-strategies-slot-high-payout .hero-title {
        font-size: 1.8em;
    }
    .page-gambling-strategies-slot-high-payout .section-title {
        font-size: 1.5em;
    }
    .page-gambling-strategies-slot-high-payout .features-grid {
        grid-template-columns: 1fr;
    }
    .page-gambling-strategies-slot-high-payout .strategy-image {
        width: 150px;
        height: 100px;
    }
}