/* ===================================================================
   Zubopact Footer & CTA Banner CSS
   Extracted from inline styles for better caching & performance
   =================================================================== */

/* ===== CTA BANNER ===== */
.zp-cta-banner {
    background: linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 50%, #2563eb 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.zp-cta-bg-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.zp-cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(30, 168, 88, 0.08);
}

.zp-cta-shape--1 {
    width: 400px;
    height: 400px;
    top: -120px;
    right: -80px;
}

.zp-cta-shape--2 {
    width: 250px;
    height: 250px;
    bottom: -60px;
    left: -40px;
    background: rgba(111, 208, 128, 0.06);
}

.zp-cta-shape--3 {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 60%;
    background: rgba(30, 168, 88, 0.05);
}

.zp-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.zp-cta-content {
    max-width: 560px;
}

.zp-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.zp-cta-heading {
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.zp-cta-desc {
    color: #a8ecc3;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.zp-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.zp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.zp-cta-btn--primary {
    background: #ffffff;
    color: #1e3a5f;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.zp-cta-btn--primary:hover {
    background: #eff6ff;
    color: #1e3a5f;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.zp-cta-btn--outline {
    background: transparent;
    color: #dbeafe;
    border: 1.5px solid rgba(212, 245, 224, 0.3);
}

.zp-cta-btn--outline:hover {
    background: rgba(30, 168, 88, 0.15);
    color: #ffffff;
    border-color: rgba(212, 245, 224, 0.5);
    transform: translateY(-2px);
}

/* ===== SEO KEYWORDS ===== */
.zp-seo-keywords {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 34%),
        linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
    border-top: 1px solid rgba(37, 99, 235, 0.08);
    border-bottom: 1px solid rgba(10, 26, 16, 0.06);
    padding: 44px 0;
}

.zp-seo-keywords__inner {
    display: grid;
    gap: 24px;
}

.zp-seo-keywords__header {
    max-width: 760px;
}

.zp-seo-keywords__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(30, 168, 88, 0.1);
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.zp-seo-keywords__header h2 {
    color: #0f172a;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
}

.zp-seo-keywords__header p {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.zp-seo-keywords__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zp-seo-keywords__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.12);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
    color: #1e3a5f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.zp-seo-keywords__chip:hover {
    color: #1d4ed8;
    border-color: rgba(29, 78, 216, 0.26);
    box-shadow: 0 14px 34px rgba(29, 78, 216, 0.12);
    transform: translateY(-2px);
}

/* ===== FOOTER V2 ===== */
.zp-footer-v2 {
    background: #0a1a10;
    color: #94a3b8;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.zp-footer-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 168, 88, 0.3), transparent);
}

.zp-ft-top {
    padding: 64px 0 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.zp-ft-top-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.zp-ft-brand-area {
    max-width: 420px;
}

.zp-ft-logo {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zp-ft-logo-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

.zp-ft-logo-text span:first-child {
    color: #2563eb;
}

.zp-ft-logo-text span:last-child {
    color: #f0f0f0;
}

.zp-ft-tagline {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.zp-ft-trust-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.zp-ft-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(30, 168, 88, 0.08);
    border: 1px solid rgba(30, 168, 88, 0.15);
    color: #60a5fa;
    font-size: 12px;
    font-weight: 600;
}

.zp-ft-newsletter-area {
    max-width: 400px;
    width: 100%;
}

.zp-ft-nl-title {
    font-size: 16px;
    font-weight: 700;
    color: #d0d0d0;
    margin-bottom: 8px;
}

.zp-ft-nl-desc {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 16px;
    line-height: 1.5;
}

.zp-ft-nl-form {
    display: flex;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 4px;
    transition: border-color 0.3s;
}

.zp-ft-nl-form:focus-within {
    border-color: rgba(30, 168, 88, 0.4);
    box-shadow: 0 0 0 3px rgba(30, 168, 88, 0.1);
}

.zp-ft-nl-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
    min-width: 0;
}

.zp-ft-nl-input::placeholder {
    color: #475569;
}

.zp-ft-nl-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.zp-ft-nl-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.zp-ft-nl-note {
    font-size: 12px;
    color: #475569;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* --- Middle: Link columns --- */
.zp-ft-links {
    padding: 48px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.zp-ft-col-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #d0d0d0;
    margin-bottom: 24px;
    position: relative;
}

.zp-ft-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zp-ft-link-list li {
    margin-bottom: 14px;
}

.zp-ft-link-list a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.zp-ft-link-list a:hover {
    color: #2563eb;
    transform: translateX(4px);
}

.zp-ft-link-list a i {
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s;
    margin-left: -4px;
}

.zp-ft-link-list a:hover i {
    opacity: 1;
}

/* --- Contact column --- */
.zp-ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.zp-ft-contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(30, 168, 88, 0.1);
    color: #2563eb;
    font-size: 16px;
    transition: all 0.3s;
}

.zp-ft-contact-item:hover .zp-ft-contact-icon {
    background: rgba(30, 168, 88, 0.18);
    transform: scale(1.05);
}

.zp-ft-contact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #475569;
    font-weight: 600;
    margin-bottom: 3px;
}

.zp-ft-contact-value {
    color: #cbd5e1;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.zp-ft-contact-value:hover {
    color: #2563eb;
}

/* --- Social row --- */
.zp-ft-social-row {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.zp-ft-social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #94a3b8;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.zp-ft-social-link:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.zp-ft-social-link.twitter:hover {
    background: #000;
    border-color: #333;
}

.zp-ft-social-link.linkedin:hover {
    background: #0a66c2;
    border-color: #0a66c2;
}

.zp-ft-social-link.instagram:hover {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
}

.zp-ft-social-link.youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.zp-ft-social-link.github:hover {
    background: #333;
    border-color: #555;
}

/* --- Bottom bar --- */
.zp-ft-bottom {
    padding: 24px 0;
}

.zp-ft-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.zp-ft-copyright {
    font-size: 13px;
    color: #475569;
    margin: 0;
}

.zp-ft-copyright .zp-heart {
    color: #ef4444;
    display: inline;
}

.zp-ft-bottom-links {
    display: flex;
    gap: 24px;
}

.zp-ft-bottom-links a {
    color: #475569;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s;
}

.zp-ft-bottom-links a:hover {
    color: #2563eb;
}

/* ===== FOOTER RESPONSIVE ===== */
@media (max-width: 991px) {
    .zp-cta-inner {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .zp-cta-content {
        max-width: 100%;
    }

    .zp-cta-actions {
        flex-direction: row;
        justify-content: center;
    }

    .zp-ft-top-inner {
        flex-direction: column;
        gap: 32px;
    }

    .zp-ft-newsletter-area {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .zp-seo-keywords {
        padding: 36px 0;
    }

    .zp-seo-keywords__header h2 {
        font-size: 1.5rem;
    }

    .zp-seo-keywords__chip {
        font-size: 12px;
        padding: 9px 12px;
    }

    .zp-cta-banner {
        padding: 56px 0;
    }

    .zp-cta-heading {
        font-size: 1.6rem;
    }

    .zp-cta-desc {
        font-size: 14px;
    }

    .zp-cta-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .zp-cta-btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 24px;
        font-size: 14px;
    }

    .zp-ft-top {
        padding: 40px 0 32px;
    }

    .zp-ft-links {
        padding: 32px 0;
    }

    .zp-ft-col-title {
        margin-bottom: 16px;
    }

    .zp-ft-link-list li {
        margin-bottom: 10px;
    }

    .zp-ft-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .zp-ft-bottom-links {
        justify-content: center;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .zp-cta-banner {
        padding: 44px 0;
    }

    .zp-cta-heading {
        font-size: 1.35rem;
    }

    .zp-cta-eyebrow {
        font-size: 12px;
        padding: 5px 12px;
    }

    .zp-ft-top {
        padding: 32px 0 24px;
    }

    .zp-ft-links {
        padding: 24px 0;
    }

    .zp-ft-contact-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 14px;
    }

    .zp-ft-social-link {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .zp-ft-nl-form {
        flex-direction: column;
        gap: 8px;
        padding: 8px;
    }

    .zp-ft-nl-btn {
        justify-content: center;
        padding: 10px;
    }

    .zp-ft-copyright {
        font-size: 12px;
    }

    .zp-ft-bottom-links a {
        font-size: 12px;
    }
}