/* ============================================
   NetShow Footer v3 — Compact, Helpful, Always There
   ============================================ */

.netshow-footer {
    position: relative;
    margin-top: auto;
    background: #0b0b12;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0;
    overflow: hidden;
}

/* ---- Multi-Channel Help Strip ---- */
.footer-help-strip {
    padding: 1.5rem 0 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-help-title {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    margin: 0 0 1rem 0;
    letter-spacing: 0.01em;
}

.footer-help-options {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
}

.footer-help-option {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    color: inherit !important;
    min-width: 0;
    text-align: center;
}

.footer-help-option:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.footer-help-agent:hover {
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.08);
}

.footer-help-call:hover {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(59, 130, 246, 0.08);
}

.footer-help-whatsapp:hover {
    border-color: rgba(37, 211, 102, 0.4);
    background: rgba(37, 211, 102, 0.08);
}

.footer-help-sms:hover {
    border-color: rgba(139, 92, 246, 0.4);
    background: rgba(139, 92, 246, 0.08);
}

.footer-help-email:hover {
    border-color: rgba(236, 72, 153, 0.4);
    background: rgba(236, 72, 153, 0.08);
}

.footer-help-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.footer-help-agent .footer-help-icon {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.footer-help-call .footer-help-icon {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.footer-help-whatsapp .footer-help-icon {
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
}

.footer-help-sms .footer-help-icon {
    background: rgba(139, 92, 246, 0.15);
    color: #8b5cf6;
}

.footer-help-email .footer-help-icon {
    background: rgba(236, 72, 153, 0.15);
    color: #ec4899;
}

.footer-help-label {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.2;
}

.footer-help-sub {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.68rem;
    white-space: nowrap;
}

/* ---- Footer Grid ---- */
.footer-grid {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(0, 2fr);
    gap: 2rem;
    padding: 2rem 0;
}

/* ---- Brand ---- */
.footer-brand-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-logo-link {
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
}

.footer-logo-main {
    height: 32px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
    transition: opacity 0.2s ease;
}

.footer-logo-link:hover .footer-logo-main {
    opacity: 0.85;
}

.footer-tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    max-width: 240px;
    line-height: 1.4;
}

.footer-social {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    border-color: rgba(245, 158, 11, 0.5);
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
    transform: translateY(-1px);
}

/* ---- Links ---- */
.footer-links-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.footer-links-col h6.footer-heading {
    margin: 0 0 0.6rem 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.footer-links-col h6.footer-heading::after {
    display: none;
}

.footer-links-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links-col ul li {
    margin-bottom: 0.35rem;
}

.footer-links-col ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.15s ease;
    line-height: 1.6;
}

.footer-links-col ul li a::before {
    display: none;
}

.footer-links-col ul li a:hover {
    color: #f59e0b;
}

/* ---- Bottom Bar ---- */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.75rem;
}

.footer-feedback-toggle {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.78rem;
    padding: 0.4rem 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-feedback-toggle:hover {
    border-color: rgba(245, 158, 11, 0.4);
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.06);
}

.footer-phone {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.78rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.footer-phone i {
    color: var(--ns-accent, #f59e0b);
    font-size: 0.75rem;
}

.footer-phone:hover {
    border-color: rgba(245, 158, 11, 0.4);
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.06);
}

/* ---- Slide-up Feedback Panel ---- */
.footer-feedback-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    transform: translateY(100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    display: block !important;
}

.footer-feedback-panel.open {
    transform: translateY(0) !important;
    pointer-events: auto;
}

.feedback-panel-inner {
    max-width: 560px;
    margin: 0 auto;
    background: #1a1a24;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 1rem 1.25rem 1.25rem;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.feedback-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.feedback-panel-header span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.feedback-panel-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0.25rem;
    font-size: 0.9rem;
    transition: color 0.15s;
}

.feedback-panel-close:hover {
    color: #fff;
}

.feedback-panel-form textarea {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 0.6rem 0.75rem !important;
    font-size: 0.85rem;
    resize: none;
    margin-bottom: 0.6rem;
    font-family: inherit;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.feedback-panel-form textarea:focus {
    outline: none;
    border-color: rgba(245, 158, 11, 0.5);
}

.feedback-panel-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.feedback-panel-row {
    display: flex;
    gap: 0.5rem;
}

.feedback-panel-row input {
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.8rem;
    font-family: inherit;
    transition: border-color 0.2s;
    height: auto !important;
}

.feedback-panel-row input:focus {
    outline: none;
    border-color: rgba(245, 158, 11, 0.5);
}

.feedback-panel-row input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.feedback-panel-row button {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.feedback-panel-row button:hover {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    transform: scale(1.04);
}

.feedback-panel-row button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ---- Tablet ---- */
@media (max-width: 1024px) {
    .footer-help-options {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
    .footer-help-options {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }

    .footer-links-section {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
        text-align: center;
    }

    .footer-copyright {
        width: 100%;
        text-align: center;
    }

    .feedback-panel-inner {
        margin: 0 0.5rem;
        padding: 0.875rem 1rem 1rem;
    }

    .feedback-panel-row {
        flex-wrap: wrap;
    }

    .feedback-panel-row input {
        flex: 1 1 calc(50% - 0.5rem);
    }

    .feedback-panel-row button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .footer-help-options {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-help-option:last-child {
        grid-column: 1 / -1;
    }

    .footer-links-section {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
