/* ==============================================================================
   HA GROUP & WORLD CONNECT - GLOBAL SOCIAL MEDIA & MULTI-CHANNEL NETWORK
   Official Domains: www.hagroupoc.com | www.worldconnectcons.com
   ============================================================================== */

/* --- Topbar Quick-Connect Social Bar --- */
.topbar-social-links {
    float: left;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 0 9px 10px;
    margin: 0;
    vertical-align: middle;
}
.topbar-social-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.topbar-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.topbar-social-btn.btn-linkedin:hover { background: #0077b5; border-color: #0077b5; }
.topbar-social-btn.btn-x:hover { background: #000000; border-color: #333333; }
.topbar-social-btn.btn-youtube:hover { background: #ff0000; border-color: #ff0000; }
.topbar-social-btn.btn-instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); border-color: #d6249f; }
.topbar-social-btn.btn-line:hover { background: #06c755; border-color: #06c755; }
.topbar-social-btn.btn-wechat:hover { background: #07c160; border-color: #07c160; }
.topbar-social-btn.btn-whatsapp:hover { background: #25d366; border-color: #25d366; }

/* Responsive adjustments */
@media (max-width: 1200px) {
    .topbar-social-btn {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    .topbar-social-links {
        display: none !important;
    }
}

/* --- Footer Comprehensive Social Ecosystem --- */
.ha-footer-social-wrapper {
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0;
    margin: 15px 0;
}
.ha-social-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ha-social-title {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ha-social-pill-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.ha-social-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    cursor: pointer;
}
.ha-social-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    color: #ffffff !important;
}

/* Specific Pill Brand Colors */
.pill-linkedin { background: #0077b5; }
.pill-facebook { background: #1877f2; }
.pill-youtube { background: #e60000; }
.pill-x { background: #000000; border: 1px solid #334155; }
.pill-instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.pill-threads { background: #000000; border: 1px solid #475569; }
.pill-line { background: #06c755; }
.pill-line:hover { background: #05b04b; border-color: #05b04b; }
.pill-pinterest { background: #bd081c; }
.pill-wechat { background: #07c160; }
.pill-whatsapp { background: #25d366; }

/* Service-Specific Facebook Badges in Footer Category */
.fb-service-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #60a5fa !important;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.3);
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.fb-service-badge:hover {
    background: #1877f2;
    color: #ffffff !important;
    border-color: #1877f2;
}

/* Executive Founder Badge */
.founder-connect-box {
    margin-top: 14px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}
.founder-connect-box .name {
    font-size: 12px;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 4px;
}
.founder-connect-links {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}
.founder-btn {
    font-size: 10.5px;
    font-weight: 700;
    color: #cbd5e1 !important;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: background 0.2s;
}
.founder-btn:hover {
    background: #fe9126;
    color: #ffffff !important;
}

/* --- WeChat QR Code Pop-up Modal --- */
.wechat-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.wechat-modal-overlay.active {
    display: flex !important;
    animation: fadeInModal 0.25s ease;
}
@keyframes fadeInModal {
    from { opacity: 0; }
    to { opacity: 1; }
}
.wechat-modal-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    text-align: center;
    position: relative;
    animation: zoomModal 0.25s ease;
}
@keyframes zoomModal {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.wechat-modal-header {
    background: linear-gradient(135deg, #07c160 0%, #059669 100%);
    color: #ffffff;
    padding: 16px 20px;
    position: relative;
}
.wechat-modal-header h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.wechat-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.wechat-modal-close:hover {
    opacity: 1;
}
.wechat-modal-body {
    padding: 24px 20px 20px;
    background: #ffffff;
}
.wechat-qr-container {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    padding: 12px;
    display: inline-block;
    margin-bottom: 14px;
}
.wechat-qr-img {
    width: 210px;
    height: auto;
    display: block;
    border-radius: 6px;
    margin: 0 auto;
}
.wechat-modal-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.45;
    margin-bottom: 8px;
}
.wechat-modal-footer {
    background: #f1f5f9;
    padding: 12px 20px;
    font-size: 11.5px;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
}

/* ==============================================================================
   PRE-LAUNCH PREVIEW EDITION BANNER & 5-PILLAR SHOWCASE
   Official Launch: September 20, 2026
   ============================================================================== */
.ha-prelaunch-banner {
    background: linear-gradient(135deg, #090d16 0%, #0f172a 50%, #1e293b 100%);
    border-bottom: 3px solid #fe9126;
    color: #ffffff;
    padding: 16px 20px 18px;
    position: relative;
    z-index: 1000;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', 'Raleway', sans-serif;
}
.ha-prelaunch-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}
.ha-prelaunch-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}
.ha-prelaunch-badge {
    background: linear-gradient(90deg, #ea580c 0%, #fe9126 100%);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(254, 145, 38, 0.35);
}
.ha-prelaunch-dates {
    font-size: 12.5px;
    color: #fde047;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.ha-prelaunch-close {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
}
.ha-prelaunch-close:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
}
.ha-prelaunch-intro {
    font-size: 13px;
    line-height: 1.55;
    color: #e2e8f0;
    margin-bottom: 14px;
}
.ha-prelaunch-intro strong {
    color: #ffffff;
}
.ha-prelaunch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}
.ha-pillar-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 10px 12px;
    transition: all 0.25s ease;
}
.ha-pillar-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fe9126;
    transform: translateY(-2px);
}
.ha-pillar-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #fe9126;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ha-pillar-desc {
    font-size: 11.5px;
    line-height: 1.45;
    color: #cbd5e1;
    margin: 0;
}
.ha-pillar-highlight {
    border-color: rgba(254, 145, 38, 0.4);
    background: rgba(254, 145, 38, 0.08);
}
.ha-prelaunch-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ha-prelaunch-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ha-btn-prelaunch-wa {
    background: #25d366;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
}
.ha-btn-prelaunch-wa:hover {
    background: #1eb954;
    transform: translateY(-1px);
}
.ha-btn-prelaunch-quote {
    background: #fe9126;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.ha-btn-prelaunch-quote:hover {
    background: #e07d1a;
    transform: translateY(-1px);
}
.ha-prelaunch-portals {
    font-size: 11.5px;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ha-prelaunch-portals a {
    color: #fde047;
    text-decoration: none;
    font-weight: 600;
}
.ha-prelaunch-portals a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .ha-prelaunch-grid {
        grid-template-columns: 1fr;
    }
    .ha-prelaunch-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

