/* style/resources-777bet-safe-gambling-tips.css */

/* Variables for consistent theming */
:root {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #1E90FF; /* Dodger Blue */
    --dark-background: #1a1a1a; /* Very dark grey for main background */
    --light-text: #F0F0F0; /* Light grey for text on dark backgrounds */
    --dark-text: #333333; /* Dark grey for text on light backgrounds */
    --accent-dark-gold: #998100; /* Darker gold for contrast */
    --accent-light-blue: #62B1FF; /* Lighter blue for accents */
}

.page-resources-777bet-safe-gambling-tips {
    font-family: 'Arial', sans-serif;
    color: var(--light-text); /* Default text color for the page */
    background-color: var(--dark-background);
    line-height: 1.6;
}

.page-resources-777bet-safe-gambling-tips .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-777bet-safe-gambling-tips .hero-section {
    background: linear-gradient(135deg, var(--dark-background) 0%, #001f4d 100%); /* Dark gradient with blue */
    color: var(--light-text);
    padding: 100px 0 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-777bet-safe-gambling-tips .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.page-resources-777bet-safe-gambling-tips .hero-title {
    font-size: 3.5em;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.page-resources-777bet-safe-gambling-tips .hero-subtitle {
    font-size: 1.25em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: var(--light-text);
}

.page-resources-777bet-safe-gambling-tips .btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    margin: 10px;
}

.page-resources-777bet-safe-gambling-tips .btn-primary {
    background-color: var(--primary-color);
    color: var(--dark-text); /* Ensure contrast */
    border: 2px solid var(--primary-color);
}

.page-resources-777bet-safe-gambling-tips .btn-primary:hover {
    background-color: var(--accent-dark-gold);
    color: var(--light-text);
    transform: translateY(-2px);
}

.page-resources-777bet-safe-gambling-tips .btn-secondary {
    background-color: var(--secondary-color);
    color: var(--light-text);
    border: 2px solid var(--secondary-color);
}

.page-resources-777bet-safe-gambling-tips .btn-secondary:hover {
    background-color: #1565b3;
    color: var(--light-text);
    transform: translateY(-2px);
}

.page-resources-777bet-safe-gambling-tips .btn-outline {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-resources-777bet-safe-gambling-tips .btn-outline:hover {
    background-color: var(--primary-color);
    color: var(--dark-text);
    transform: translateY(-2px);
}

.page-resources-777bet-safe-gambling-tips .hero-image {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-777bet-safe-gambling-tips .section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-777bet-safe-gambling-tips .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.page-resources-777bet-safe-gambling-tips .section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: var(--light-text);
}

.page-resources-777bet-safe-gambling-tips .responsible-gambling-intro,
.page-resources-777bet-safe-gambling-tips .safe-gambling-tips,
.page-resources-777bet-safe-gambling-tips .account-security,
.page-resources-777bet-safe-gambling-tips .self-exclusion,
.page-resources-777bet-safe-gambling-tips .commitment-777bet {
    padding: 60px 0;
    background-color: var(--dark-background);
}

.page-resources-777bet-safe-gambling-tips .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-777bet-safe-gambling-tips .feature-item {
    background-color: #2a2a2a; /* Slightly lighter dark for contrast */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-777bet-safe-gambling-tips .feature-item:hover {
    transform: translateY(-10px);
    background-color: #3a3a3a;
}

.page-resources-777bet-safe-gambling-tips .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3));
}

.page-resources-777bet-safe-gambling-tips .feature-item h3 {
    color: var(--primary-color);
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-resources-777bet-safe-gambling-tips .feature-item p {
    color: var(--light-text);
    font-size: 1em;
}

.page-resources-777bet-safe-gambling-tips .tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-777bet-safe-gambling-tips .tip-card {
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-left: 5px solid var(--secondary-color);
    transition: border-color 0.3s ease;
}

.page-resources-777bet-safe-gambling-tips .tip-card:hover {
    border-left-color: var(--primary-color);
}

.page-resources-777bet-safe-gambling-tips .tip-card h3 {
    color: var(--primary-color);
    font-size: 1.4em;
    margin-bottom: 15px;
}

.page-resources-777bet-safe-gambling-tips .tip-card p {
    color: var(--light-text);
    font-size: 1em;
}

.page-resources-777bet-safe-gambling-tips .security-list,
.page-resources-777bet-safe-gambling-tips .commitment-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-777bet-safe-gambling-tips .security-list li,
.page-resources-777bet-safe-gambling-tips .commitment-list li {
    background-color: #2a2a2a;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    font-size: 1.1em;
    color: var(--light-text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-777bet-safe-gambling-tips .security-list li strong,
.page-resources-777bet-safe-gambling-tips .commitment-list li strong {
    color: var(--secondary-color);
}

.page-resources-777bet-safe-gambling-tips .action-buttons {
    text-align: center;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-777bet-safe-gambling-tips .hero-title {
        font-size: 2.8em;
    }
    .page-resources-777bet-safe-gambling-tips .hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-777bet-safe-gambling-tips .section-title {
        font-size: 2em;
    }
    .page-resources-777bet-safe-gambling-tips .feature-grid,
    .page-resources-777bet-safe-gambling-tips .tips-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-777bet-safe-gambling-tips .hero-title {
        font-size: 2.2em;
    }
    .page-resources-777bet-safe-gambling-tips .hero-subtitle {
        font-size: 1em;
    }
    .page-resources-777bet-safe-gambling-tips .section-title {
        font-size: 1.8em;
    }
    .page-resources-777bet-safe-gambling-tips .hero-section {
        padding: 80px 0 40px 0;
    }
    .page-resources-777bet-safe-gambling-tips .btn {
        padding: 10px 25px;
        font-size: 0.9em;
    }
    .page-resources-777bet-safe-gambling-tips .feature-item,
    .page-resources-777bet-safe-gambling-tips .tip-card {
        padding: 25px;
    }
    .page-resources-777bet-safe-gambling-tips .feature-item h3,
    .page-resources-777bet-safe-gambling-tips .tip-card h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-resources-777bet-safe-gambling-tips .hero-title {
        font-size: 1.8em;
    }
    .page-resources-777bet-safe-gambling-tips .hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-777bet-safe-gambling-tips .section-title {
        font-size: 1.5em;
    }
    .page-resources-777bet-safe-gambling-tips .feature-grid,
    .page-resources-777bet-safe-gambling-tips .tips-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-777bet-safe-gambling-tips .btn {
        width: 100%;
        margin: 10px 0;
    }
}