/* style/responsible-gambling.css */
/* Base styles for the page */
.page-responsible-gambling {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Main text color for dark background */
    background-color: #08160F; /* Page background color */
    padding-bottom: 60px; /* Space above footer */
}

/* Hero Section */
.page-responsible-gambling__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    overflow: hidden;
}

.page-responsible-gambling__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 30px; /* Space between image and content */
}

.page-responsible-gambling__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

.page-responsible-gambling__hero-content {
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.page-responsible-gambling__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
    font-weight: 700;
    color: #F2C14E; /* Gold color for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.4); /* Subtle glow */
}

.page-responsible-gambling__hero-description {
    font-size: 1.15rem;
    color: #A7D9B8; /* Secondary text color */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Common Container */
.page-responsible-gambling__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Section Titles */
.page-responsible-gambling__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #F2C14E; /* Gold color for section titles */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    line-height: 1.3;
}

/* Text Blocks */
.page-responsible-gambling__text-block {
    font-size: 1.05rem;
    color: #F2FFF6; /* Main text color */
    margin-bottom: 20px;
    text-align: justify;
}

.page-responsible-gambling__text-block .highlight {
    color: #57E38D; /* Glow color for highlights */
    font-weight: bold;
}

/* CTA Buttons */
.page-responsible-gambling__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-responsible-gambling__btn-primary,
.page-responsible-gambling__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-responsible-gambling__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-responsible-gambling__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
    transform: translateY(-2px);
}

.page-responsible-gambling__btn-secondary {
    background: transparent;
    color: #2AD16F;
    border: 2px solid #2AD16F;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.2);
}

.page-responsible-gambling__btn-secondary:hover {
    background-color: rgba(42, 209, 111, 0.1);
    color: #57E38D;
    border-color: #57E38D;
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.4);
    transform: translateY(-2px);
}

/* Intro Section */
.page-responsible-gambling__intro-section {
    padding: 60px 0;
    background-color: #0A4B2C; /* Deep Green for intro section */
    color: #F2FFF6;
}

/* Principles Section */
.page-responsible-gambling__principles-section {
    padding: 60px 0;
    background-color: #08160F; /* Main background color */
}

.page-responsible-gambling__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling__card {
    background-color: #11271B; /* Card background color */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #2E7A4E; /* Border color */
}

.page-responsible-gambling__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 15px #57E38D; /* Glow on hover */
}

.page-responsible-gambling__card-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
    object-fit: cover;
}

.page-responsible-gambling__card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #F2C14E; /* Gold color for card titles */
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-responsible-gambling__card-text {
    font-size: 1rem;
    color: #A7D9B8; /* Secondary text color */
    flex-grow: 1;
}

/* Tools Section */
.page-responsible-gambling__tools-section {
    padding: 60px 0;
    background-color: #0A4B2C; /* Deep Green for tools section */
    color: #F2FFF6;
}

.page-responsible-gambling__list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-responsible-gambling__list-item {
    background-color: #11271B; /* Card background for list items */
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 5px solid #2AD16F;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling__list-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #F2C14E; /* Gold color for list titles */
    margin-bottom: 10px;
}

.page-responsible-gambling__list-text {
    font-size: 1rem;
    color: #A7D9B8; /* Secondary text color */
}

/* Identification Section */
.page-responsible-gambling__identification-section {
    padding: 60px 0;
    background-color: #08160F; /* Main background color */
}

/* Advice Section */
.page-responsible-gambling__advice-section {
    padding: 60px 0;
    background-color: #0A4B2C; /* Deep Green for advice section */
    color: #F2FFF6;
}

.page-responsible-gambling__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}