/* ==========================================================================
   Project Zero Trader - Light Theme Complete Footer Stylesheet
   ========================================================================== */

/* Main Footer Outer Container */
.pzt-site-footer {
    background-color: #F8FAFC; /* Light Background Color */
    color: #475569;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding-top: 24px;
    border-top: 1px solid #E2E8F0;
}

.pzt-main-footer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 1. Top Feature Highlights Strip */
.pzt-footer-features {
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 24px;
    margin-bottom: 36px;
}

.pzt-features-grid {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.pzt-feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pzt-feature-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.pzt-feature-title {
    font-size: 13px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.2;
}

.pzt-feature-subtitle {
    font-size: 11px;
    color: #64748B;
    margin-top: 2px;
}

/* 2. Main Footer Grid (5 Columns) */
.pzt-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 1.1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 36px;
}

.pzt-col-heading {
    font-size: 13px;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: 0.5px;
    margin: 0 0 18px 0;
    position: relative;
}

.pzt-col-heading::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #2563EB;
    margin-top: 6px;
    border-radius: 2px;
}

/* Column 1: Branding & Info */
.pzt-site-title {
    font-size: 18px;
    font-weight: 900;
    color: #0F172A;
    display: block;
}

.pzt-site-title .highlight-blue {
    color: #2563EB;
}

.pzt-site-tagline {
    font-size: 11px;
    font-weight: 700;
    display: block;
    margin-top: 2px;
}

.t-learn { color: #64748B; }
.t-practice { color: #2563EB; }
.t-grow { color: #16A34A; }

.pzt-footer-description {
    font-size: 12px;
    line-height: 1.6;
    color: #475569;
    margin: 16px 0;
}

.pzt-trust-badge {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #1E40AF;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.pzt-tb-check {
    color: #16A34A;
    font-weight: 900;
}

.pzt-social-heading {
    font-size: 12px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 10px;
}

.pzt-footer-socials {
    display: flex;
    gap: 10px;
}

.pzt-footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.pzt-footer-social-btn:hover {
    background: #2563EB;
    color: #FFFFFF;
    border-color: #2563EB;
}

/* Links Styling */
.pzt-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pzt-footer-links li {
    margin-bottom: 10px;
}

.pzt-footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

.pzt-footer-links a:hover {
    color: #2563EB;
}

.link-icon {
    font-size: 13px;
    opacity: 0.85;
}

/* Powerful Tools Box Banner */
.pzt-powerful-tools-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #BFDBFE;
    border-radius: 10px;
    padding: 12px 14px;
    text-decoration: none;
    margin-top: 16px;
    transition: all 0.25s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.pzt-powerful-tools-box:hover {
    border-color: #2563EB;
    background: #EFF6FF;
}

.ptb-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptb-gear { font-size: 20px; }

.ptb-content strong {
    font-size: 12px;
    color: #16A34A;
    display: block;
}

.ptb-content small {
    font-size: 10px;
    color: #64748B;
    display: block;
    line-height: 1.3;
}

.ptb-arrow {
    color: #2563EB;
    font-size: 16px;
    font-weight: 900;
}

/* Newsletter Column */
.pzt-nl-graphic {
    text-align: center;
    margin-bottom: 12px;
}

.nl-mail-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    font-size: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.pzt-newsletter-text {
    font-size: 12px;
    color: #475569;
    margin-bottom: 14px;
    line-height: 1.4;
}

.pzt-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pzt-newsletter-input {
    width: 100%;
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    color: #0F172A;
    font-size: 12px;
    outline: none;
    box-sizing: border-box;
}

.pzt-newsletter-input:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.pzt-newsletter-btn {
    width: 100%;
    background: #16A34A;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
}

.pzt-newsletter-btn:hover {
    background: #15803D;
}

.pzt-newsletter-note {
    font-size: 10px;
    color: #64748B;
    margin-top: 10px;
    text-align: center;
}

/* 3. Stats Counters Bar (White Cards + Dark Sharp Text) */
.pzt-stats-counters-bar {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.pzt-stat-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.stat-icon { font-size: 26px; }

.pzt-stat-card strong {
    font-size: 18px;
    font-weight: 900;
    color: #0F172A !important; /* Dark Sharp Text */
    display: block;
    line-height: 1.2;
}

.pzt-stat-card small {
    font-size: 11px;
    font-weight: 700;
    color: #475569 !important; /* Visible Slate Text */
    display: block;
    margin-top: 2px;
}

/* 4. Bottom Copyright Bar */
.pzt-bottom-bar {
    border-top: 1px solid #E2E8F0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #64748B;
}

.heart-icon { color: #EF4444; }
.pzt-flag { margin-left: 4px; }

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .pzt-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .pzt-features-grid, .pzt-stats-counters-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pzt-footer-grid, .pzt-features-grid, .pzt-stats-counters-bar {
        grid-template-columns: 1fr;
    }
    .pzt-bottom-bar {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}