/* ============================================================================
   POKEASY FOOTER - PROFESSIONAL E-COMMERCE
   ============================================================================ */

/* Variables */
:root {
    --footer-bg: #0A0A0A;
    --footer-bg-alt: #111111;
    --footer-text: #A3A3A3;
    --footer-text-light: #737373;
    --footer-heading: #FFFFFF;
    --footer-link-hover: #FFD814;
    --footer-border: #262626;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
.pk-footer__newsletter {
    background: linear-gradient(135deg, #FFD814 0%, #FFC107 100%);
    padding: 48px 0;
}

.pk-footer__newsletter-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.pk-footer__newsletter-content {
    flex: 1;
}

.pk-footer__newsletter-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #0F0F0F;
    margin: 0 0 8px;
}

.pk-footer__newsletter-text {
    font-size: 15px;
    color: #333;
    margin: 0 0 16px;
    max-width: 500px;
}

.pk-footer__stats {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 8px 4px;
}

.pk-footer__stat {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pk-footer__stat:last-child {
    border-right: none;
}

.pk-footer__stat-value {
    font-family: 'Funnel Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F0F0F;
    line-height: 1;
}

.pk-footer__stat-label {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
}

.pk-footer__newsletter-form {
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
}

.pk-footer__newsletter-input-wrapper {
    display: flex;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.pk-footer__newsletter-input {
    font-family: 'Funnel Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    flex: 1;
    border: none;
    padding: 16px 20px;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.pk-footer__newsletter-input::placeholder {
    color: #999;
}

.pk-footer__newsletter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0F0F0F;
    color: #FFD814;
    border: none;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 200ms ease;
    white-space: nowrap;
}

.pk-footer__newsletter-btn:hover {
    background: #1A1A1A;
}

.pk-footer__newsletter-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0 0;
    font-size: 12px;
    color: #555;
}

/* ============================================
   MAIN FOOTER
   ============================================ */
.pk-footer__main {
    background: var(--footer-bg);
    padding: 64px 0 48px;
}

.pk-footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.pk-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
    gap: 48px;
}

/* Brand Column */
.pk-footer__col--brand {
    padding-right: 32px;
}

.pk-footer__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.pk-footer__logo-img {
    height: 40px;
    width: auto;
}

.pk-footer__description {
    font-size: 14px;
    line-height: 1.7;
    color: var(--footer-text);
    margin: 0 0 24px;
}

/* Trust Badges */
.pk-footer__trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pk-footer__trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--footer-text);
}

.pk-footer__trust-item svg {
    color: #FFD814;
    flex-shrink: 0;
}

/* Column Titles */
.pk-footer__title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--footer-heading);
    margin: 0 0 20px;
}

.pk-footer__title--social {
    margin-top: 24px;
}

/* Navigation Links */
.pk-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pk-footer__nav a {
    font-size: 14px;
    color: var(--footer-text);
    text-decoration: none;
    transition: color 200ms ease;
}

.pk-footer__nav a:hover {
    color: var(--footer-link-hover);
}

/* Contact Info */
.pk-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 8px;
}

.pk-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--footer-text);
    text-decoration: none;
    transition: color 200ms ease;
}

a.pk-footer__contact-item:hover {
    color: var(--footer-link-hover);
}

.pk-footer__contact-item svg {
    flex-shrink: 0;
    color: #FFD814;
}

/* Social Links */
.pk-footer__social {
    display: flex;
    gap: 12px;
}

.pk-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--footer-border);
    border-radius: 10px;
    color: var(--footer-text);
    transition: all 200ms ease;
}

.pk-footer__social-link:hover {
    background: #FFD814;
    color: #0F0F0F;
    transform: translateY(-2px);
}

/* ============================================
   BOTTOM BAR
   ============================================ */
.pk-footer__bottom {
    background: var(--footer-bg);
    padding: 24px 0 40px;
    border-top: 1px solid var(--footer-border);
}

.pk-footer__bottom .pk-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.pk-footer__bottom-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}

.pk-footer__copyright {
    font-size: 13px;
    color: var(--footer-text-light);
    margin: 0;
}

.pk-footer__legal {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pk-footer__legal a {
    font-size: 13px;
    color: var(--footer-text-light);
    text-decoration: none;
    transition: color 200ms ease;
}

.pk-footer__legal a:hover {
    color: var(--footer-text);
}

.pk-footer__disclaimer {
    font-size: 11px;
    color: var(--footer-text-light);
    text-align: center;
    margin: 8px 0 0;
    max-width: 800px;
    line-height: 1.5;
}

.pk-footer__bottom-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.pk-footer__bottom-payments .pk-footer__payment-icon {
    height: 24px;
    width: auto;
}

/* ============================================
   RESPONSIVE - 1200px
   ============================================ */
@media (max-width: 1200px) {
    .pk-footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pk-footer__col--brand {
        grid-column: span 3;
        padding-right: 0;
        max-width: 500px;
        margin-bottom: 16px;
    }

    .pk-footer__trust {
        flex-direction: row;
        gap: 24px;
    }
}

/* ============================================
   RESPONSIVE - 768px
   ============================================ */
@media (max-width: 768px) {
    .pk-footer__newsletter-inner {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }

    .pk-footer__newsletter-text {
        margin-bottom: 16px;
        max-width: none;
    }

    .pk-footer__newsletter-form {
        max-width: 100%;
    }

    .pk-footer__newsletter-note {
        justify-content: center;
    }

    .pk-footer__stats {
        width: 100%;
        justify-content: center;
        padding: 10px 8px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .pk-footer__stat {
        flex: 1;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        padding: 0 12px;
    }

    .pk-footer__stat-value {
        font-size: 1rem;
    }

    .pk-footer__stat-label {
        font-size: 0.625rem;
        text-align: center;
    }

    .pk-footer__main {
        padding: 48px 0 32px;
    }

    .pk-footer__container {
        padding: 0 20px;
    }

    .pk-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .pk-footer__col--brand {
        grid-column: span 2;
    }

    .pk-footer__trust {
        flex-direction: column;
        gap: 12px;
    }

    .pk-footer__bottom-top {
        flex-direction: column;
        text-align: center;
    }

    .pk-footer__legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}

/* ============================================
   RESPONSIVE - 480px (MOBILE)
   ============================================ */
@media (max-width: 480px) {
    .pk-footer__newsletter {
        padding: 32px 0;
    }

    .pk-footer__newsletter-title {
        font-size: 20px;
        justify-content: center;
    }

    .pk-footer__newsletter-input-wrapper {
        flex-direction: column;
        border-radius: 10px;
    }

    .pk-footer__newsletter-input {
        border-bottom: 1px solid #eee;
    }

    .pk-footer__newsletter-btn {
        justify-content: center;
    }

    .pk-footer__grid {
        grid-template-columns: 1fr !important;
    }

    .pk-footer__col--brand {
        grid-column: span 1;
        text-align: center;
    }

    .pk-footer__logo {
        display: block;
    }

    .pk-footer__trust {
        align-items: center;
    }

    .pk-footer__title {
        text-align: center;
    }

    .pk-footer__nav {
        align-items: center;
    }

    .pk-footer__contact {
        align-items: center;
    }

    .pk-footer__social {
        justify-content: center;
    }
}
