/* BinQle Inner Pages Stylesheet */

:root {
    --primary-color: #032842;
    --secondary-color: #C28DDF;
    --accent-color: #49C7ED;
    --orange: #f97316;

    --text-color: #333;
    --light-bg: #f5f5f5;

    /* ✅ Added (required by Jeton blocks) */
    --page-bg: #f6f8fb;
    --card-bg: #ffffff;
    --radius-xl: 28px;
    --radius-lg: 18px;
    --container: 1200px;
}

/* @font-face {
    font-family: "BinQle";
    src: url("/fonts/SequelSans-Display.BSxqJqbM.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'BinQle', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; */
    background: var(--primary-color);

    /* color: var(--text-color); */
    /* line-height: 1.6; */
}

/* Keep your container */
.container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
}

/* ===========================
   ✅ Jeton-style Inner Layout
   =========================== */

/* ✅ Jeton-like inner hero: 2 columns */
@font-face {
    font-family: "SequelSansDisplay";
    src: url("/fonts/SequelSans-Display.BSxqJqbM.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/*.bq-hero {*/
/*    background: var(--primary-color);*/
/*    padding: 340px 15px 40px;*/
    /* jeton height feel */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.14); */
    /* min-height: 66svh; */
/*}*/



.page-content h1 { font-size: 2rem; font-weight: 700; margin: 0 0 1rem; }
.page-content h2 { font-size: 1.5rem; font-weight: 700; margin: 1.5rem 0 0.75rem; }
.page-content h3 { font-size: 1.25rem; font-weight: 600; margin: 1.25rem 0 0.5rem; }

.page-content p { margin: 0 0 1rem; }
.page-content ul { list-style: disc; padding-left: 1.25rem; margin: 0 0 1rem; }
.page-content ol { list-style: decimal; padding-left: 1.25rem; margin: 0 0 1rem; }
.page-content li { margin: 0.25rem 0; }
.page-content a { text-decoration: underline; }
.page-content blockquote { border-left: 4px solid #ddd; padding-left: 1rem; margin: 1rem 0; color: #555; }



.bq-hero {
    background:
        linear-gradient(
            to bottom,
            rgba(3, 40, 66, 0.55) 0%,
            rgba(3, 40, 66, 0.55) 50%,
            rgba(3, 40, 66, 0.65) 75%,
            rgba(3, 40, 66, 1) 100%
        ),
        url("https://www.jobvite.com/wp-content/uploads/2023/03/Jobvite-Blog-The-Job-Seeker-Quadrant%E2%84%A2-Four-Candidate-Personas-Based-on-the-Current-Market-e1678900671997.jpg");

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    padding: 340px 15px 140px;
}



.bq-hero__grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    /* big title area + right info box */
    gap: 10px;
    align-items: end;
}

.bq-hero__title {
    /*font-family: "BinQle", Inter, system-ui, sans-serif;*/
    color: #fff;
    font-weight: 800;
    /*letter-spacing: -0.02em;*/
    line-height: 1.02;
    font-size: clamp(48px, 26.55px + 100vw * .055, 120px);
    margin: 0;

}

.bq-hero__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 5px;
    /* border-left: 2px solid rgba(255, 255, 255, 0.18); */
    /* vertical divider like screenshot */
}

.bq-hero__desc {
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    margin: 0;
}

.bq-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background: #fff;
    color: var(--primary-color);
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.bq-hero__cta:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    transition: 0.15s ease;
}

/* Mobile */
@media (max-width: 900px) {
    .bq-hero__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bq-hero__right {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        padding-top: 200px;

    }
}

/* ===========================
   ✅ Header (UNCHANGED)
   =========================== */

header {
    background: var(--primary-color) !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.site-logo img {
    height: 40px;
    width: auto;
}

nav.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

nav.main-nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

nav.main-nav a:hover {
    color: var(--accent-color);
}

/* ===========================
   ⚠ Old banner system (kept)
   =========================== */
/* If you still have some pages using old HTML, it will still work.
   But your main inner layout should now use bq-hero + bq-surface. */

.page-banner {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 80px 0;
    text-align: center;
    margin-bottom: 60px;
}

.page-banner h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}


/* Content Section */
.content-section {
    padding: 0 0 80px 0;
}

.container-content-inner {
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    border: 10px solid #032842;
    padding-left: 20%;
    padding-right: 20%;
}

@media (max-width: 768px) {
    .container-content-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.content-card {
    background: white;
    border-radius: 20px;
    padding: 60px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    margin-bottom: 40px;
}

.content-card h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 32px;
}

.content-card h3 {
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
}

.content-card p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
}

.content-card ul,
.content-card ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.content-card li {
    margin-bottom: 10px;
}

.content-card a {
    color: var(--accent-color);
    text-decoration: none;
}

.content-card a:hover {
    text-decoration: underline;
}

/* ===========================
   ✅ Footer (UNCHANGED)
   =========================== */

footer {
    background: var(--primary-color);
    color: white;
    padding: 40px 0;
    text-align: center;
}

footer p {
    margin: 0;
}

/* ===========================
   ✅ Floating Navigation Menu (DO NOT REMOVE)
   =========================== */
/* Floating Navigation Menu */


/* Floating Navigation Menu */
.floating-nav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #032842;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 1px 5px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 5px;
    align-items: center;
}

.floating-nav a,
.floating-nav .nav-item {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.floating-nav a:hover,
.floating-nav .nav-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: rgb(73 199 237 / var(--tw-text-opacity, 1));
}

.floating-nav a.active,
.floating-nav .nav-item.active {
    background: #032842;
    color: white;
}




.floating-nav .icon {
    font-size: 18px;
}

.floating-nav .dropdown-arrow {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Dropdown Container */
.nav-dropdown {
    position: relative;
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    background: #032842;
    border-radius: 20px;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown Items */
.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 25px;
}

/* Arrow indicator for dropdown trigger */
.dropdown-trigger {
    cursor: pointer;
}


.card-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 600px;
    background: white;
    padding: 3rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #032842;
    z-index: 10;
}

@media (max-width: 768px) {
    .popup-content {
        width: 100%;
        bottom: auto;
        top: auto;
        right: 0;
        left: 0;
        max-height: 90vh;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }

    .card-popup.active .popup-content {
        transform: translateY(0);
    }
}