
/* Override global .navbar padding from style.css */
.custom-navbar.navbar,
nav.custom-navbar {
    padding: 0 !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}
/* ============================================================
   Phase 1 Navigation & Footer — exact Figma wireframe match
   Colors extracted directly from Figma exports
   ============================================================ */

/* --- TOP BAR --- */
.hs-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: #f6f6f6;
}
.hs-logo { display: inline-block; }
.hs-topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hs-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #2f3f7e;
    padding: 4px;
}
.hs-search-input {
    border: 1px solid #c8c8c8;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 13px;
    width: 180px;
    outline: none;
}
.hs-search-input:focus { border-color: #2f3f7e; }
.hs-account-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2f3f7e !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
}
.hs-account-pill:hover { text-decoration: none !important; }
.hs-account-avatar {
    width: 30px; height: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.hs-account-icon { font-size: 26px; color: #666666; }

/* --- NAV BAR (light blue, full viewport width) --- */
.hs-navbar {
    background: #e1f4fd;
    padding: 0 20px;
}
.hs-navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* --- NAV TABS --- */
.hs-nav-tabs {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}
.hs-nav-tabs > li > a {
    display: block;
    padding: 10px 16px;
    font-family: 'Gibson', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2f3f7e !important;
    text-decoration: none !important;
    white-space: nowrap;
    border-radius: 4px;
    transition: background 0.15s;
}
.hs-nav-tabs > li > a:hover {
    background: rgba(21,37,108,0.07);
}
.hs-nav-tabs > li.active > a,
.hs-nav-tabs > li.active > a:hover {
    background: #15256c !important;
    color: #ffffff !important;
}

/* --- CONFERENCE LINK (right side of nav bar, same line) --- */
.hs-conference-link {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #2f3f7e !important;
    text-decoration: none !important;
    padding: 8px 0;
    margin-left: auto;
}
.hs-conference-link:hover { text-decoration: underline !important; }
.hs-conference-link .fa { font-size: 14px; }

/* --- HAMBURGER (mobile) --- */
.hs-hamburger {
    display: none;
    background: none;
    border: 1px solid #15256c;
    border-radius: 3px;
    padding: 6px 8px;
    cursor: pointer;
    margin: 6px 0;
}
.hs-hamburger span {
    display: block;
    width: 18px; height: 2px;
    background: #15256c;
    margin: 3px 0;
}

/* --- BREADCRUMBS --- */
.hs-breadcrumbs {
    padding: 6px 20px;
    font-size: 12px;
    color: #666666;
    background: #f6f6f6;
}
.hs-breadcrumbs a { color: #666666; text-decoration: none; }
.hs-breadcrumbs a:hover { color: #2f3f7e; }
.hs-bc-sep { margin: 0 5px; color: #aeaeae; }

/* --- FOOTER --- */
.hs-footer {
    background: #1e1e1e;
    color: #c8c8c8;
    padding: 24px 20px 16px;
    margin-top: 40px;
    font-family: 'Gibson', Arial, sans-serif;
    font-size: 13px;
    text-align: center;
}
.hs-footer-inner {
    max-width: 100%;
}
.hs-footer-links { margin-bottom: 12px; }
.hs-footer-links a {
    color: #c8c8c8;
    text-decoration: none;
}
.hs-footer-links a:hover { color: #ffffff; text-decoration: underline; }
.hs-footer-sep { color: #666666; margin: 0 6px; }
.hs-footer-social { margin-bottom: 10px; }
.hs-footer-follow { margin-right: 8px; color: #aeaeae; font-size: 13px; }
.hs-footer-social a {
    color: #aeaeae;
    font-size: 16px;
    margin: 0 5px;
    text-decoration: none;
}
.hs-footer-social a:hover { color: #ffffff; }
.hs-footer-copyright {
    color: #888888;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #333333;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .hs-hamburger { display: block; }
    .hs-navbar { padding: 0 12px; }
    .hs-navbar-content {
        display: none;
        flex-direction: column;
        align-items: stretch;
    }
    .hs-navbar-content.open { display: flex; }
    .hs-nav-tabs {
        flex-direction: column;
        gap: 2px;
        padding: 8px 0;
    }
    .hs-nav-tabs > li > a {
        padding: 10px 14px;
        font-size: 15px;
    }
    .hs-conference-link {
        padding: 10px 14px;
        border-top: 1px solid #c8dff0;
    }
    .hs-topbar { padding: 8px 12px; }
    .hs-breadcrumbs { padding: 6px 12px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hs-nav-tabs > li > a { font-size: 12px; padding: 10px 10px; }
    .hs-conference-link { font-size: 12px; }
}

/* Align first nav tab with logo (remove its left padding) */
.hs-nav-tabs > li:first-child > a {
    padding-left: 4px !important;
}
