/* =========================================
   Responsible Gaming – Local Components
   ========================================= */

/* Section shells */
.section {
    padding: 2rem 0 3rem;
}

@media (min-width:640px) {
    .section {
        padding: 3rem 0 4rem;
    }
}

@media (min-width:1024px) {
    .section {
        padding: 4rem 0 5rem;
    }
}

.section--soft {
    background: var(--orange-50);
}

.section--alt {
    background: var(--orange-100);
}

.section--tint {
    background: #fde6bf;
}

.section--muted {
    background: #fff7ed;
}


/* Wraps */
.wrap--wide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.wrap--narrow {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Headings block */
.head {
    text-align: center;
    margin-bottom: 1.5rem;
}

@media (min-width:640px) {
    .head {
        margin-bottom: 2.5rem;
    }
}

.head__badge {
    display: inline-block;
    padding: .7rem 1.25rem;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .2px;
    transform: rotate(1deg);
}

.head__badge--danger {
    background: var(--red-600);
    color: #fff;
}

.head__badge--warn {
    background: var(--yellow-400);
    color: var(--orange-900);
}

.head__title {
    font-weight: 900;
    color: var(--orange-900);
    font-size: clamp(1.875rem, 4vw, 3rem);
    margin: .75rem 0;
}

.head__rule {
    width: 96px;
    height: 8px;
    border-radius: 999px;
    margin: 0 auto;
    background: var(--red-600);
}

.head__rule--yellow {
    background: var(--yellow-400);
}

.head__rule--orange {
    background: var(--orange-700);
}

/* Grid helpers (component-scoped) */
.cgrid {
    display: grid;
    gap: 1rem;
}

@media (min-width:768px) {
    .cgrid-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:1024px) {
    .cgrid-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1024px) {
    .cgrid-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Cards – warning items */
.warn-card {
    background: #fff;
    border: 4px solid #fecaca;
    border-radius: var(--radius-3xl);
    padding: 1.25rem;
    box-shadow: var(--shadow-xl);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

@media (min-width:640px) {
    .warn-card {
        padding: 2rem;
    }
}

.warn-card:hover {
    border-color: var(--red-600);
    transform: translateY(-2px);
    box-shadow: var(--shadow-2xl);
}

.warn-card__head {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;
}

.warn-card__dot {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--red-600);
    color: #fff;
}

.warn-card__title {
    font-size: 1.125rem;
    font-weight: 900;
    color: var(--red-600);
    margin: 0;
}

.warn-card p {
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* Help CTA (danger) */
.cta-danger {
    background: var(--red-600);
    color: #fff;
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-2xl);
    padding: 1.5rem;
    text-align: center;
}

@media (min-width:640px) {
    .cta-danger {
        padding: 2rem;
    }
}

.cta-danger__title {
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 .75rem;
}

.cta-danger__lead {
    font-size: 1.05rem;
    margin: 0 0 1rem;
    opacity: .95;
}

.btn-inline {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-weight: 900;
    background: #fff;
    color: var(--red-600);
    padding: .9rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    transition: transform .2s ease;
}

.btn-inline:hover {
    transform: scale(1.05);
}

/* Responsible overview block */
.rg-overview {
    background: #fff;
    border: 4px solid var(--yellow-400);
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-2xl);
    padding: 1.25rem;
    backdrop-filter: blur(6px);
}

@media (min-width:640px) {
    .rg-overview {
        padding: 2rem;
    }
}

.rg-overview p {
    color: #374151;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Logo tiles */
.logo-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width:1024px) {
    .logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.logo-item {
    background: #fff;
    border: 4px solid #bbf7d0;
    border-radius: var(--radius-2xl);
    padding: 1.25rem;
    display: grid;
    place-content: center;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.logo-item:hover {
    transform: scale(1.04);
    border-color: var(--green-600);
    box-shadow: var(--shadow-xl);
}

.logo-item img {
    height: 56px;
    width: auto;
    margin-inline: auto;
}

/* Tools grid cards */
.tool-card {
    background: #fff;
    border: 4px solid #e9d5ff;
    border-radius: var(--radius-3xl);
    padding: 1.25rem;
    box-shadow: var(--shadow-xl);
    transition: border-color .2s;
}

.tool-card--yellow {
    border-color: #fef08a;
}

.tool-card--pink {
    border-color: #fecdd3;
}

.tool-card:hover {
    border-color: #a78bfa;
}

.tool-card__head {
    text-align: center;
    margin-bottom: .75rem;
}

.tool-card__dot {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin: 0 auto .5rem;
}

.tool-card__title {
    font-size: 1.125rem;
    font-weight: 900;
    color: #7c3aed;
    margin: 0;
}

/* Do/Don't columns */
.duo {
    display: grid;
    gap: 1rem;
}

@media (min-width:768px) {
    .duo {
        grid-template-columns: 1fr 1fr;
    }
}

.do,
.dont {
    background: #fff;
    border: 4px solid #bbf7d0;
    border-radius: var(--radius-3xl);
    padding: 1.5rem;
    box-shadow: var(--shadow-2xl);
}

.dont {
    border-color: #fecaca;
}

.duo__head {
    text-align: center;
    margin-bottom: 1rem;
}

.duo__dot {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin: 0 auto .75rem;
}

.duo__title {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
}

.duo__title--do {
    color: var(--green-600);
}

.duo__title--dont {
    color: var(--red-600);
}

.duo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .75rem;
}

.duo li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    color: #374151;
    line-height: 1.6;
}

.duo li .mark {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 24px;
}

.mark--do {
    background: var(--green-600);
    color: #fff;
}

.mark--dont {
    background: var(--red-600);
    color: #fff;
}

/* Final CTA */
.final-cta {
    background: #fff;
    border: 4px solid #fecaca;
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-2xl);
    padding: 1.25rem;
    text-align: center;
}

@media (min-width:640px) {
    .final-cta {
        padding: 2rem;
    }
}

.final-cta__badge {
    display: inline-block;
    background: var(--red-600);
    color: #fff;
    padding: .6rem 1rem;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 1rem;
}

.final-cta__title {
    font-weight: 900;
    color: var(--orange-900);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    margin: .5rem 0 1rem;
}

.final-cta__lead {
    color: #374151;
    font-size: 1.05rem;
    margin: 0 0 1.25rem;
}

.final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
}

.btn-call,
.btn-chat {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-weight: 900;
    padding: 1rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s ease;
}

.btn-call {
    background: var(--red-600);
}

.btn-chat {
    background: var(--green-600);
}

.btn-call:hover,
.btn-chat:hover {
    transform: scale(1.06);
}

/* Icon sizing (SVGs inherit) */
.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-28 {
    width: 28px;
    height: 28px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}