/*
 * 123B E-E-A-T SEO 2026 Footer Styles
 * Optimized for desktop + mobile + semantic HTML5
 */

/* ============================================================
   RESET & BASE
   ============================================================ */
#footer-eeat-2026 {
    background: linear-gradient(180deg, #0c1421 0%, #08101a 100%);
    color: #d6e0eb;
    font-size: 14px;
    line-height: 1.7;
    box-sizing: border-box;
    clear: both;
    margin-top: 60px;
    border-top: 3px solid #d4a017;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer-eeat-2026 *,
#footer-eeat-2026 *::before,
#footer-eeat-2026 *::after {
    box-sizing: border-box;
}

#footer-eeat-2026 a {
    color: #e8c252;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

#footer-eeat-2026 a:hover,
#footer-eeat-2026 a:focus {
    color: #ffd968;
    text-decoration: underline;
    outline: 2px solid rgba(232, 194, 82, 0.4);
    outline-offset: 2px;
}

#footer-eeat-2026 strong {
    color: #ffffff;
    font-weight: 600;
}

#footer-eeat-2026 p {
    margin: 0 0 12px 0;
}

/* ============================================================
   LAYOUT CONTAINER
   ============================================================ */
.footer-eeat-main {
    padding: 50px 0 30px 0;
}

.footer-eeat-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* ============================================================
   HEADINGS
   ============================================================ */
.footer-eeat-h2,
.footer-eeat-h3 {
    margin: 0 0 18px 0;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer-eeat-h2::after,
.footer-eeat-h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #d4a017;
    border-radius: 1px;
}

/* ============================================================
   COLUMN 1: BRAND
   ============================================================ */
.footer-eeat-brand {
    font-size: 14px;
}

.footer-eeat-logo-link {
    display: inline-block;
    text-decoration: none !important;
}

.footer-eeat-logo-text {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #d4a017 0%, #ffd968 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    line-height: 1;
    display: inline-block;
}

.footer-eeat-desc {
    margin: 16px 0 20px 0;
    color: #b8c5d4;
    line-height: 1.65;
    font-size: 13.5px;
}

/* Trust signals (PAGCOR, SSL, Years) */
.footer-eeat-trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-eeat-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 160, 23, 0.08);
    border: 1px solid rgba(212, 160, 23, 0.25);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 12.5px;
    color: #e8c252;
}

.footer-eeat-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #d4a017;
}

.footer-eeat-badge--license { background: #1d6f42; }
.footer-eeat-badge--secure { background: #1e4a8c; }
.footer-eeat-badge--years { background: #7a4a0e; }

.footer-eeat-trust-text {
    color: #d6e0eb;
}

/* Address (NAP - SEO local) */
.footer-eeat-address {
    font-style: normal;
    color: #b8c5d4;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 16px 0;
    padding: 10px 12px;
    border-left: 3px solid #d4a017;
    background: rgba(255, 255, 255, 0.02);
}

.footer-eeat-address-label {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 4px;
}

/* Contact */
.footer-eeat-contact {
    margin-bottom: 16px;
}

.footer-eeat-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    background: rgba(29, 111, 66, 0.6);
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.footer-eeat-contact-link:hover {
    background: rgba(29, 111, 66, 0.9);
    text-decoration: none !important;
}

/* Social profiles */
.footer-eeat-social {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.footer-eeat-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #d4a017 !important;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none !important;
    border: 1px solid rgba(212, 160, 23, 0.3);
    transition: all 0.2s ease;
}

.footer-eeat-social-link:hover {
    background: #d4a017;
    color: #08101a !important;
    border-color: #d4a017;
}

/* ============================================================
   COLUMNS 2-4: NAV LISTS
   ============================================================ */
.footer-eeat-nav-list,
.footer-eeat-cert-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-eeat-nav-list li {
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
    font-size: 13.5px;
    color: #b8c5d4;
}

.footer-eeat-nav-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #d4a017;
    font-weight: 700;
}

.footer-eeat-nav-list li a {
    color: #d6e0eb;
    font-weight: 500;
    text-decoration: none;
}

.footer-eeat-nav-list li a:hover {
    color: #e8c252;
    text-decoration: underline;
}

/* Certificate list */
.footer-eeat-cert-list {
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
}

.footer-eeat-cert-item {
    margin-bottom: 8px;
    font-size: 12.5px;
}

.footer-eeat-cert-item a {
    color: #b8c5d4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-eeat-cert-item a::before {
    content: "✓";
    color: #1d6f42;
    font-weight: 700;
    font-size: 14px;
}

/* Responsible gaming */
.footer-eeat-responsible {
    margin-top: 18px;
    padding: 10px 12px;
    background: rgba(122, 74, 14, 0.15);
    border-left: 3px solid #d4a017;
    font-size: 12.5px;
    color: #d6e0eb;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
}

.footer-eeat-18plus {
    background: #d4a017;
    color: #08101a;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

/* ============================================================
   BOTTOM BAR
   ============================================================ */
.footer-eeat-bottom {
    background: #060c14;
    border-top: 1px solid rgba(212, 160, 23, 0.15);
    padding: 18px 0;
    color: #8c9aa9;
    font-size: 12.5px;
}

.footer-eeat-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-eeat-copyright,
.footer-eeat-disclaimer {
    margin: 0;
    color: #8c9aa9;
}

.footer-eeat-copyright strong {
    color: #d4a017;
}

.footer-eeat-disclaimer {
    font-style: italic;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet: 2 columns */
@media only screen and (max-width: 980px) {
    .footer-eeat-container {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .footer-eeat-brand {
        grid-column: 1 / -1;
    }
}

/* Mobile: 1 column */
@media only screen and (max-width: 640px) {
    #footer-eeat-2026 {
        margin-top: 40px;
        font-size: 13.5px;
    }

    .footer-eeat-main {
        padding: 36px 0 20px 0;
    }

    .footer-eeat-container {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0 16px;
    }

    .footer-eeat-brand {
        grid-column: 1 / -1;
    }

    .footer-eeat-h2,
    .footer-eeat-h3 {
        font-size: 16px;
    }

    .footer-eeat-logo-text {
        font-size: 30px;
    }

    .footer-eeat-trust-list {
        gap: 6px;
    }

    .footer-eeat-trust-item {
        font-size: 11.5px;
        padding: 5px 8px;
    }

    .footer-eeat-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .footer-eeat-copyright,
    .footer-eeat-disclaimer {
        font-size: 12px;
        text-align: center;
    }
}

/* ============================================================
   PRINT (accessibility)
   ============================================================ */
@media print {
    #footer-eeat-2026 {
        background: #ffffff !important;
        color: #000000 !important;
        border-top: 2px solid #000000;
    }

    #footer-eeat-2026 a {
        color: #000000 !important;
        text-decoration: underline !important;
    }

    .footer-eeat-bottom {
        background: #ffffff !important;
        color: #000000 !important;
    }
}

/* ============================================================
   ACCESSIBILITY - Focus states
   ============================================================ */
#footer-eeat-2026 a:focus-visible {
    outline: 2px solid #ffd968;
    outline-offset: 3px;
    border-radius: 2px;
}

/* High contrast */
@media (prefers-contrast: high) {
    #footer-eeat-2026 {
        border-top-width: 4px;
    }

    .footer-eeat-h2::after,
    .footer-eeat-h3::after {
        height: 3px;
        width: 40px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    #footer-eeat-2026 *,
    #footer-eeat-2026 *::before,
    #footer-eeat-2026 *::after {
        transition: none !important;
    }
}
