/* footerSite.css — Shared Footer (Light/Clean Theme) */

.footer-transition { height: 1px; background: #e8e8e8; width: 100%; }
.footer-cta-section + .footer-transition { height: 0; display: none; }

.dark .footer-transition {
    background: rgba(255, 255, 255, 0.08);
}

.footer-cta-section {
    position: relative; overflow: hidden; padding: 80px 40px;
    background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%); text-align: center;
}

.dark .footer-cta-section {
    background: linear-gradient(180deg, #101010 0%, #171717 100%);
}
.footer-cta-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 600px; height: 300px;
    background: radial-gradient(ellipse, rgba(228,14,24,0.06) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
}
.footer-cta-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.footer-cta-title { font-size: 2.5rem; font-weight: 700; color: #111; margin: 0 0 16px; line-height: 1.2; }
.footer-cta-subtitle { font-size: 1.1rem; color: #666; margin: 0 0 32px; line-height: 1.6; }

.dark .footer-cta-title { color: #f9fafb; }
.dark .footer-cta-subtitle { color: #cbd5e1; }
.footer-cta-button {
    display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px;
    background: #E40E18; color: #fff; border: none; border-radius: 50px;
    font-size: 1rem; font-weight: 600; cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 4px 20px rgba(228,14,24,0.2);
}
.footer-cta-button:hover { background: #c50d15; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(228,14,24,0.3); }

.footer-modern {
    position: relative; width: 100%; background: #f9f9f9;
    color: #333; overflow: hidden;
    font-family: 'Exo 2','Rajdhani',system-ui,sans-serif;
}

.dark .footer-modern {
    background: #0f0f10;
    color: #e5e7eb;
}
.footer-inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 23px 48px 0px; }

.footer-social-link {
    display: flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 10px;
    background: #fff; border: 1px solid #e0e0e0;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    text-decoration: none; color: #555;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.dark .footer-social-link {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.footer-social-link:hover { background: #E40E18; border-color: #E40E18; color: #fff; transform: translateY(-2px); }

.footer-contact-card {
    background: #fff; border: 1px solid #ebebeb; border-radius: 20px;
    padding: 40px; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.dark .footer-contact-card {
    background: #141416;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.footer-contact-title { font-size: 1.4rem; font-weight: 600; color: #111; margin: 0 0 8px; }
.footer-contact-subtitle { font-size: 0.9rem; color: #888; margin: 0; }

.dark .footer-contact-title { color: #f9fafb; }
.dark .footer-contact-subtitle { color: #9ca3af; }
.footer-input {
    width: 100%; padding: 12px 16px; background: #f5f5f5;
    border: 1px solid #e0e0e0; border-radius: 12px; color: #222;
    font-size: 0.9rem; outline: none; transition: all 0.3s ease; box-sizing: border-box;
}

.dark .footer-input {
    background: #0f172a;
    border-color: rgba(255, 255, 255, 0.08);
    color: #f3f4f6;
}
.footer-input::placeholder { color: #999; }
.footer-input:focus { border-color: #E40E18; background: #fff; box-shadow: 0 0 0 3px rgba(228,14,24,0.08); }

.dark .footer-input::placeholder { color: #94a3b8; }
.dark .footer-input:focus {
    background: #111827;
    box-shadow: 0 0 0 3px rgba(228, 14, 24, 0.2);
}
.footer-submit-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 40px; background: #E40E18; color: #fff; border: none;
    border-radius: 50px; font-size: 0.95rem; font-weight: 600; cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 4px 16px rgba(228,14,24,0.2);
}
.footer-submit-btn:hover { background: #c50d15; box-shadow: 0 6px 24px rgba(228,14,24,0.3); }

.footer-mini-faq-item {
    background: #fff; border: 1px solid #ebebeb; border-radius: 10px;
    overflow: hidden; transition: all 0.3s ease; box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.dark .footer-mini-faq-item {
    background: #141416;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.footer-mini-faq-item.mini-faq-open { border-color: rgba(228,14,24,0.3); box-shadow: 0 2px 12px rgba(228,14,24,0.06); }
.footer-mini-faq-question {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 12px 14px; background: transparent; border: none;
    color: #444; font-size: 0.85rem; font-weight: 500; cursor: pointer; text-align: left; gap: 10px;
}

.dark .footer-mini-faq-question {
    color: #e5e7eb;
}
.footer-mini-faq-question:hover { color: #111; }
.dark .footer-mini-faq-question:hover { color: #fff; }
.footer-mini-faq-chevron { flex-shrink: 0; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); color: #aaa; }
.dark .footer-mini-faq-chevron { color: #9ca3af; }
.mini-faq-open .footer-mini-faq-chevron { transform: rotate(180deg); color: #E40E18; }
.footer-mini-faq-answer-wrapper { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s cubic-bezier(0.4,0,0.2,1); }
.mini-faq-open .footer-mini-faq-answer-wrapper { grid-template-rows: 1fr; }
.footer-mini-faq-answer { overflow: hidden; min-height: 0; font-size: 0.82rem; line-height: 1.6; color: #777; padding: 0 14px; }
.dark .footer-mini-faq-answer { color: #a1a1aa; }
.mini-faq-open .footer-mini-faq-answer { padding: 0 14px 12px; }

.footer-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #e0e0e0 20%, #e0e0e0 80%, transparent); margin-bottom: 24px; }
.dark .footer-divider { background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12) 20%, rgba(255,255,255,0.12) 80%, transparent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copyright { font-size: 0.82rem; color: #999; }
.footer-bottom-links a { color: #999; text-decoration: none; font-size: 0.82rem; transition: color 0.25s ease; }
.dark .footer-copyright,
.dark .footer-bottom-links a { color: #94a3b8; }
.footer-bottom-links a:hover { color: #E40E18; }
.footer-alert-success { background: rgba(34,197,94,0.08); color: #16a34a; border: 1px solid rgba(34,197,94,0.2); margin-top: 16px; padding: 12px 16px; border-radius: 10px; font-size: 0.88rem; }
.footer-alert-error { background: rgba(239,68,68,0.08); color: #dc2626; border: 1px solid rgba(239,68,68,0.2); margin-top: 16px; padding: 12px 16px; border-radius: 10px; font-size: 0.88rem; }

.footer-view-more-faq {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.85rem;
    color: #E40E18;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.footer-view-more-faq:hover {
    color: #c50d15;
    transform: translateX(4px);
}

.dark .footer-view-more-faq:hover {
    color: #ff6b75;
}


@media (max-width: 768px) {
    .footer-cta-section { padding: 60px 24px; }
    .footer-cta-title { font-size: 1.8rem; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .footer-contact-card { padding: 28px 20px; }
}