body.clay-ui.clay-ui-tech {
    --white: #FFFFFF;
    --bg-base: #EEF3FB;
    --bg-secondary: #E7EEF9;
    --surface-bg: #F6F9FF;
    --text-main: #0A2960;
    --text-muted: rgba(10, 41, 96, 0.68);
    --text-soft: rgba(10, 41, 96, 0.54);
    --soft-bg: #F6F9FF;
    --card-bg: #FFFFFF;
    --radius-sm: var(--radius-sm, 14px);
    --radius-md: var(--radius-md, 20px);
    --radius-lg: var(--radius-lg, 28px);
    --shadow-clay: var(--shadow-clay, 18px 18px 40px rgba(10, 41, 96, 0.10), -10px -10px 28px rgba(255, 255, 255, 0.85), inset 1px 1px 2px rgba(255, 255, 255, 0.86));
    --shadow-soft: 14px 14px 32px rgba(10, 41, 96, 0.09), -8px -8px 20px rgba(255,255,255,0.84);
    --shadow-panel: 24px 24px 52px rgba(10, 41, 96, 0.11), -14px -14px 34px rgba(255,255,255,0.72);
    --shadow-orange: 0 14px 30px rgba(255, 111, 0, 0.28);
    --surface-border: rgba(10, 41, 96, 0.06);
    min-height: 100vh;
    background: var(--hb-body-background, radial-gradient(circle at top left, rgba(255,145,0,0.12), transparent 28%), radial-gradient(circle at top right, rgba(10,41,96,0.14), transparent 34%), radial-gradient(circle at 18% 78%, rgba(255,167,38,0.10), transparent 24%), radial-gradient(circle at 82% 64%, rgba(10,41,96,0.08), transparent 22%), linear-gradient(180deg, var(--bg-base) 0%, var(--bg-secondary) 100%));
    color: var(--text-main);
    overflow-x: hidden;
}

/* HBello premium career ecosystem homepage */
body.clay-ui.clay-ui-tech .hbello-career-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255,145,0,0.2), transparent 22%),
        radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 18%),
        linear-gradient(135deg, #061a42 0%, #0A2960 44%, #123d88 100%);
    border-radius: 0 0 42px 42px;
    margin: 0 14px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__bg {
    opacity: 1;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,26,66,0.16), rgba(6,26,66,0.68));
}

body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 34px;
    align-items: stretch;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface,
body.clay-ui.clay-ui-tech .hbello-career-panel,
body.clay-ui.clay-ui-tech .hbello-career-journey-shell,
body.clay-ui.clay-ui-tech .hbello-career-stat {
    position: relative;
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface {
    min-height: 100%;
    padding: 38px 38px 34px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08)),
        linear-gradient(135deg, rgba(255,145,0,0.1), rgba(255,255,255,0));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 36px 80px rgba(2,12,32,0.28);
    backdrop-filter: blur(16px);
}

body.clay-ui.clay-ui-tech .hbello-enterprise-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: #f4f8ff !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
    max-width: 11ch;
    margin: 20px 0 18px;
    color: #0A2960 !important;
    font-size: clamp(3.7rem, 6vw, 6.3rem);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-wrap: balance;
    text-shadow: none;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content p {
    max-width: 60ch;
    margin-bottom: 28px;
    color: rgba(8,31,72,0.78) !important;
    font-size: 1.08rem;
    line-height: 1.8;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__actions .clay-btn,
body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-clay-btn-outline,
body.clay-ui.clay-ui-tech .hbello-career-hero__ghost {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__actions .clay-btn {
    background: linear-gradient(135deg, #FF9100 0%, #FF6F00 100%);
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(255,111,0,0.32);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-clay-btn-outline {
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(10,41,96,0.12);
    color: #0A2960 !important;
    box-shadow: 0 16px 28px rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10,41,96,0.08);
    border: 1px solid rgba(10,41,96,0.1);
    color: #0A2960 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__actions .clay-btn:hover,
body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-clay-btn-outline:hover,
body.clay-ui.clay-ui-tech .hbello-career-hero__ghost:hover {
    transform: translateY(-2px);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.clay-ui.clay-ui-tech .hbello-career-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 0 14px 24px rgba(10,41,96,0.06);
}

body.clay-ui.clay-ui-tech .hbello-career-trust-badge i {
    color: #FF9100 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-trust-badge span {
    color: #0A2960 !important;
    font-size: 0.92rem;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-career-panel {
    min-height: 100%;
    padding: 28px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(7,24,60,0.92), rgba(10,41,96,0.88)),
        linear-gradient(135deg, rgba(255,145,0,0.12), rgba(255,255,255,0));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 36px 80px rgba(2,12,32,0.28);
    backdrop-filter: blur(16px);
}

body.clay-ui.clay-ui-tech .hbello-career-panel::before,
body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface::before,
body.clay-ui.clay-ui-tech .hbello-career-journey-shell::before,
body.clay-ui.clay-ui-tech .hbello-career-stat::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.16), transparent 28%);
}

body.clay-ui.clay-ui-tech .hbello-career-panel__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__top span {
    color: rgba(237,243,251,0.72) !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__top h2 {
    margin-top: 8px;
    color: #ffffff !important;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,145,0,0.14);
    border: 1px solid rgba(255,145,0,0.24);
    color: #ffd08a !important;
    font-weight: 700;
    white-space: nowrap;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__status i {
    color: #FF9100 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__summary {
    margin-bottom: 18px;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path span {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(237,243,251,0.76) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path strong,
body.clay-ui.clay-ui-tech .hbello-career-panel__path strong i {
    color: #ffffff !important;
    font-size: 1.12rem;
    line-height: 1.8;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path p {
    margin: 12px 0 0;
    color: rgba(237,243,251,0.78) !important;
    line-height: 1.7;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

body.clay-ui.clay-ui-tech .hbello-career-highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-highlight i {
    color: #FF9100 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-highlight span {
    color: #eef3fb !important;
    font-size: 0.9rem;
    font-weight: 600;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__media {
    margin-bottom: 18px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
    min-height: 220px;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__image,
body.clay-ui.clay-ui-tech .hbello-career-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.clay-ui.clay-ui-tech .hbello-career-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.clay-ui.clay-ui-tech .hbello-career-card {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.06));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
}

body.clay-ui.clay-ui-tech .hbello-career-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255,145,0,0.14);
    color: #FF9100 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-card__copy span {
    color: rgba(237,243,251,0.72) !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-career-card__copy strong {
    display: block;
    margin: 8px 0 8px;
    color: #ffffff !important;
    font-size: 1.08rem;
    line-height: 1.35;
}

body.clay-ui.clay-ui-tech .hbello-career-card__copy p {
    color: rgba(237,243,251,0.72) !important;
    font-size: 0.92rem;
    line-height: 1.65;
}

body.clay-ui.clay-ui-tech .hbello-career-journey-shell {
    margin-top: 28px;
    padding: 20px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,248,255,0.94));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 0 28px 60px rgba(10,41,96,0.12);
}

body.clay-ui.clay-ui-tech .hbello-career-journey-band {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #edf3fb 100%);
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 0 16px 30px rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step::after {
    display: none;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #0A2960;
    color: #ffffff !important;
    font-weight: 800;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255,145,0,0.12);
    color: #FF9100 !important;
    border: none;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step strong {
    color: #0A2960 !important;
    font-size: 1rem;
    font-weight: 800;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__copy small {
    display: block;
    margin-top: 6px;
    color: rgba(10,41,96,0.7) !important;
    font-size: 0.92rem;
    line-height: 1.6;
}

body.clay-ui.clay-ui-tech .hbello-career-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

body.clay-ui.clay-ui-tech .hbello-career-stat {
    padding: 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(242,247,255,0.96));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 0 20px 38px rgba(10,41,96,0.1);
}

body.clay-ui.clay-ui-tech .hbello-career-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #0A2960 !important;
    font-size: clamp(1.85rem, 2.4vw, 2.7rem);
    line-height: 1;
    font-weight: 900;
}

body.clay-ui.clay-ui-tech .hbello-career-stat span {
    color: rgba(10,41,96,0.72) !important;
    font-weight: 700;
}

@media (max-width: 1399px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    }
}

@media (max-width: 1199px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero__layout,
    body.clay-ui.clay-ui-tech .hbello-career-journey-band,
    body.clay-ui.clay-ui-tech .hbello-career-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
        max-width: 12ch;
        font-size: clamp(3.1rem, 5vw, 5rem);
    }
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero {
        margin: 0 10px;
        border-radius: 0 0 34px 34px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__layout,
    body.clay-ui.clay-ui-tech .hbello-career-cards,
    body.clay-ui.clay-ui-tech .hbello-career-journey-band,
    body.clay-ui.clay-ui-tech .hbello-career-stats {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface,
    body.clay-ui.clay-ui-tech .hbello-career-panel {
        padding: 26px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-panel__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero {
        margin: 0 8px;
        border-radius: 0 0 28px 28px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface,
    body.clay-ui.clay-ui-tech .hbello-career-panel,
    body.clay-ui.clay-ui-tech .hbello-career-journey-shell {
        padding: 20px;
        border-radius: 24px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
        max-width: none;
        font-size: clamp(2.5rem, 12vw, 3.9rem);
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .clay-btn,
    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-clay-btn-outline,
    body.clay-ui.clay-ui-tech .hbello-career-hero__ghost {
        width: 100%;
        justify-content: center;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__step {
        grid-template-columns: auto minmax(0, 1fr);
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__index {
        grid-row: span 2;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__icon {
        display: none;
    }
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
        grid-template-columns: 1fr !important;
        gap: 22px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface {
        padding: 24px 22px;
        border-radius: 28px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame,
    body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder {
        min-height: 460px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey-band {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey-band .hbello-career-journey__step::after {
        display: none;
    }

    body.clay-ui.clay-ui-tech .hbello-career-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .hbello-career-journey-band {
        grid-template-columns: 1fr !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__step {
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__icon {
        display: none !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card {
        padding: 14px;
        border-radius: 24px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame,
    body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder {
        min-height: 360px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-floating {
        position: static !important;
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__strip {
        position: static !important;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 12px;
        grid-template-columns: 1fr !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-stats {
        grid-template-columns: 1fr !important;
    }
}

body.clay-ui.clay-ui-tech a {
    color: var(--primary-blue);
    transition: all 0.25s ease;
}

body.clay-ui.clay-ui-tech a:hover {
    color: var(--dark-orange);
}

body.clay-ui.clay-ui-tech h1,
body.clay-ui.clay-ui-tech h2,
body.clay-ui.clay-ui-tech h3,
body.clay-ui.clay-ui-tech h4,
body.clay-ui.clay-ui-tech h5,
body.clay-ui.clay-ui-tech h6 {
    color: var(--text-main) !important;
}

body.clay-ui.clay-ui-tech p,
body.clay-ui.clay-ui-tech span,
body.clay-ui.clay-ui-tech li,
body.clay-ui.clay-ui-tech label,
body.clay-ui.clay-ui-tech small {
    color: var(--text-muted);
}

body.clay-ui.clay-ui-tech .clay-card,
body.clay-ui.clay-ui-tech .section-bg-1,
body.clay-ui.clay-ui-tech .section-bg-2,
body.clay-ui.clay-ui-tech .single-blog,
body.clay-ui.clay-ui-tech .single-service,
body.clay-ui.clay-ui-tech .single-job,
body.clay-ui.clay-ui-tech .single-profile,
body.clay-ui.clay-ui-tech .category-item,
body.clay-ui.clay-ui-tech .faq-single,
body.clay-ui.clay-ui-tech .dashboard__card,
body.clay-ui.clay-ui-tech .shop-details-content,
body.clay-ui.clay-ui-tech .widget-area-wrapper,
body.clay-ui.clay-ui-tech .footer-widget,
body.clay-ui.clay-ui-tech .service-card,
body.clay-ui.clay-ui-tech .browse-service-card,
body.clay-ui.clay-ui-tech .rounded-2xl.bg-white,
body.clay-ui.clay-ui-tech .rounded-3xl.bg-white,
body.clay-ui.clay-ui-tech .bg-white.rounded-2xl,
body.clay-ui.clay-ui-tech .bg-white.rounded-3xl,
body.clay-ui.clay-ui-tech .modal-content,
body.clay-ui.clay-ui-tech .ihavecookies-banner,
body.clay-ui.clay-ui-tech .toast,
body.clay-ui.clay-ui-tech table,
body.clay-ui.clay-ui-tech .table-responsive {
    background: var(--card-bg) !important;
    border-radius: 24px !important;
    box-shadow: var(--shadow-clay) !important;
    border: 1px solid var(--surface-border) !important;
}

body.clay-ui.clay-ui-tech .navbar-area,
body.clay-ui.clay-ui-tech .navbar,
body.clay-ui.clay-ui-tech #mainNav,
body.clay-ui.clay-ui-tech #footer {
    background: rgba(255,255,255,0.88) !important;
    border: 1px solid rgba(10, 41, 96, 0.06) !important;
    box-shadow: var(--shadow-clay) !important;
    backdrop-filter: blur(14px);
    border-radius: 24px !important;
}

body.clay-ui.clay-ui-tech .hbello-main-nav {
    margin: 14px auto 0;
    left: 14px;
    right: 14px;
    width: auto;
}

body.clay-ui.clay-ui-tech #desktopMenu > li > a,
body.clay-ui.clay-ui-tech #mobileMenu a,
body.clay-ui.clay-ui-tech #mobileMenu button,
body.clay-ui.clay-ui-tech .text-gray-700,
body.clay-ui.clay-ui-tech .text-base-300 {
    color: var(--text-main) !important;
}

body.clay-ui.clay-ui-tech .sub-menu,
body.clay-ui.clay-ui-tech .dropdown-menu,
body.clay-ui.clay-ui-tech .navbar-right-notification-wrapper,
body.clay-ui.clay-ui-tech #mobileMenuDropdown {
    background: var(--card-bg) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(10, 41, 96, 0.06) !important;
    box-shadow: var(--shadow-clay) !important;
}

body.clay-ui.clay-ui-tech .btn,
body.clay-ui.clay-ui-tech .submit-btn,
body.clay-ui.clay-ui-tech .cmn-btn,
body.clay-ui.clay-ui-tech .btn-primary,
body.clay-ui.clay-ui-tech a.bg-primary,
body.clay-ui.clay-ui-tech button.bg-primary,
body.clay-ui.clay-ui-tech input[type="submit"].bg-primary,
body.clay-ui.clay-ui-tech button[type="submit"] {
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange)) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 22px;
    font-weight: 700;
    box-shadow: var(--shadow-orange) !important;
}

body.clay-ui.clay-ui-tech[data-button-style="solid"] .btn,
body.clay-ui.clay-ui-tech[data-button-style="solid"] .submit-btn,
body.clay-ui.clay-ui-tech[data-button-style="solid"] .cmn-btn,
body.clay-ui.clay-ui-tech[data-button-style="solid"] .btn-primary,
body.clay-ui.clay-ui-tech[data-button-style="solid"] a.bg-primary,
body.clay-ui.clay-ui-tech[data-button-style="solid"] button.bg-primary,
body.clay-ui.clay-ui-tech[data-button-style="solid"] input[type="submit"].bg-primary,
body.clay-ui.clay-ui-tech[data-button-style="solid"] button[type="submit"] {
    background: var(--primary-orange) !important;
}

body.clay-ui.clay-ui-tech[data-button-style="soft"] .btn,
body.clay-ui.clay-ui-tech[data-button-style="soft"] .submit-btn,
body.clay-ui.clay-ui-tech[data-button-style="soft"] .cmn-btn,
body.clay-ui.clay-ui-tech[data-button-style="soft"] .btn-primary,
body.clay-ui.clay-ui-tech[data-button-style="soft"] a.bg-primary,
body.clay-ui.clay-ui-tech[data-button-style="soft"] button.bg-primary,
body.clay-ui.clay-ui-tech[data-button-style="soft"] input[type="submit"].bg-primary,
body.clay-ui.clay-ui-tech[data-button-style="soft"] button[type="submit"] {
    background: linear-gradient(135deg, rgba(255,145,0,0.92), rgba(255,111,0,0.82)) !important;
}

body.clay-ui.clay-ui-tech .btn:hover,
body.clay-ui.clay-ui-tech .submit-btn:hover,
body.clay-ui.clay-ui-tech .cmn-btn:hover,
body.clay-ui.clay-ui-tech .btn-primary:hover,
body.clay-ui.clay-ui-tech a.bg-primary:hover,
body.clay-ui.clay-ui-tech button.bg-primary:hover,
body.clay-ui.clay-ui-tech input[type="submit"].bg-primary:hover,
body.clay-ui.clay-ui-tech button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255, 111, 0, 0.35) !important;
}

body.clay-ui.clay-ui-tech .btn-secondary,
body.clay-ui.clay-ui-tech a.bg-secondary,
body.clay-ui.clay-ui-tech button.bg-secondary,
body.clay-ui.clay-ui-tech input[type="submit"].bg-secondary {
    background: linear-gradient(135deg, var(--light-orange), var(--primary-orange)) !important;
    color: #fff !important;
}

body.clay-ui.clay-ui-tech input,
body.clay-ui.clay-ui-tech select,
body.clay-ui.clay-ui-tech textarea,
body.clay-ui.clay-ui-tech .form-control,
body.clay-ui.clay-ui-tech .nice-select,
body.clay-ui.clay-ui-tech .select2-container--default .select2-selection--single {
    background: #fff !important;
    border: 1px solid rgba(10, 41, 96, 0.10) !important;
    border-radius: 16px !important;
    box-shadow: inset 4px 4px 10px rgba(10,41,96,0.06), inset -4px -4px 10px rgba(255,255,255,0.95) !important;
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech input:focus,
body.clay-ui.clay-ui-tech select:focus,
body.clay-ui.clay-ui-tech textarea:focus,
body.clay-ui.clay-ui-tech .form-control:focus,
body.clay-ui.clay-ui-tech .nice-select:focus,
body.clay-ui.clay-ui-tech .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--primary-orange) !important;
    box-shadow: 0 0 0 4px rgba(255,145,0,0.15) !important;
}

body.clay-ui.clay-ui-tech input::placeholder,
body.clay-ui.clay-ui-tech textarea::placeholder {
    color: rgba(10, 41, 96, 0.44) !important;
}

body.clay-ui.clay-ui-tech .text-primary,
body.clay-ui.clay-ui-tech .color-one {
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech .text-secondary,
body.clay-ui.clay-ui-tech .color-two,
body.clay-ui.clay-ui-tech .checkmark {
    color: var(--primary-orange) !important;
}

body.clay-ui.clay-ui-tech .section-bg-1,
body.clay-ui.clay-ui-tech .section-bg-2,
body.clay-ui.clay-ui-tech #popularCategories,
body.clay-ui.clay-ui-tech #popularServices,
body.clay-ui.clay-ui-tech section.py-10.px-6.md\:py-16.lg\:py-28,
body.clay-ui.clay-ui-tech section.py-10.md\:py-16.lg\:py-28,
body.clay-ui.clay-ui-tech section.relative,
body.clay-ui.clay-ui-tech section.container.mx-auto.max-w-7xl.px-6.py-10.md\:py-16.lg\:py-28 {
    margin: 0 16px 24px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border-radius: 28px !important;
}

body.clay-ui.clay-ui-tech section.bg-gradient-to-br.from-\[\#E2FFF6\].via-base-100.to-\[\#fff5e66e\],
body.clay-ui.clay-ui-tech section.min-h-screen.flex.items-center.justify-center.pt-28.pb-20.px-6.overflow-hidden {
    margin: 110px 16px 28px;
    min-height: calc(100vh - 140px);
    border-radius: 32px !important;
    background:
        radial-gradient(circle at top left, rgba(255,145,0,0.14), transparent 28%),
        radial-gradient(circle at top right, rgba(10,41,96,0.10), transparent 26%),
        #FFFFFF !important;
    box-shadow: var(--shadow-clay) !important;
    border: 1px solid rgba(10,41,96,0.06);
}

body.clay-ui.clay-ui-tech section.bg-gradient-to-br.from-\[\#E2FFF6\].via-base-100.to-\[\#fff5e66e\] h1,
body.clay-ui.clay-ui-tech section.bg-gradient-to-br.from-\[\#E2FFF6\].via-base-100.to-\[\#fff5e66e\] h2,
body.clay-ui.clay-ui-tech section.min-h-screen.flex.items-center.justify-center.pt-28.pb-20.px-6.overflow-hidden h1,
body.clay-ui.clay-ui-tech section.min-h-screen.flex.items-center.justify-center.pt-28.pb-20.px-6.overflow-hidden h2 {
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech section.bg-gradient-to-br.from-\[\#E2FFF6\].via-base-100.to-\[\#fff5e66e\] p,
body.clay-ui.clay-ui-tech section.min-h-screen.flex.items-center.justify-center.pt-28.pb-20.px-6.overflow-hidden p {
    color: var(--text-muted) !important;
}

body.clay-ui.clay-ui-tech .service-card,
body.clay-ui.clay-ui-tech .browse-service-card,
body.clay-ui.clay-ui-tech #popularCategories .grid > div,
body.clay-ui.clay-ui-tech #popularServices .grid > div,
body.clay-ui.clay-ui-tech #testimonialsCards > div {
    border-radius: 24px !important;
}

body.clay-ui.clay-ui-tech .popular-project-bookmark-btn,
body.clay-ui.clay-ui-tech .card-arrow-btn,
body.clay-ui.clay-ui-tech .arrow-btn,
body.clay-ui.clay-ui-tech .hbello-footer-socials a,
body.clay-ui.clay-ui-tech .navbar-right-notification-icon {
    background: #fff !important;
    border: 1px solid rgba(10,41,96,0.06) !important;
    box-shadow: var(--shadow-soft) !important;
    border-radius: 999px !important;
}

body.clay-ui.clay-ui-tech .hbello-shell-width {
    max-width: var(--hb-layout-width, 1320px);
    width: 100%;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-section {
    position: relative;
    margin: 0 16px 28px;
    border-radius: 32px;
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-heading {
    max-width: 760px;
    margin: 0 auto 36px;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-heading-split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,145,0,0.12);
    color: var(--dark-orange) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

body.clay-ui.clay-ui-tech .hbello-clay-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(5, 22, 51, 0.16);
    backdrop-filter: blur(10px);
}

body.clay-ui.clay-ui-tech .hbello-clay-btn-outline:hover {
    background: rgba(255,255,255,0.14);
    color: #fff !important;
    transform: translateY(-2px);
}

body.clay-ui.clay-ui-tech .hbello-career-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255,145,0,0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 28%),
        linear-gradient(135deg, rgba(5,22,51,0.98), var(--hb-hero-surface, rgba(10,41,96,0.94)) 48%, rgba(14,59,128,0.92) 100%);
    border-radius: 0 0 44px 44px;
    margin: 0 14px 26px;
    box-shadow: 24px 28px 60px rgba(5,22,51,0.18);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__bg-image {
    position: absolute;
    right: -8%;
    top: -2%;
    width: min(540px, 42vw);
    height: auto;
    object-fit: cover;
    filter: blur(0.5px);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 34px;
    align-items: center;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
    margin: 16px 0 18px;
    font-size: clamp(2.6rem, 4.8vw, 4.9rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #fff !important;
    max-width: 11ch;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content p {
    margin: 0 0 28px;
    max-width: 720px;
    color: rgba(255,255,255,0.78) !important;
    font-size: 1.08rem;
    line-height: 1.8;
}

body.clay-ui.clay-ui-tech .hbello-career-journey {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 18px 18px 18px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.07));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 34px rgba(5,22,51,0.16);
    backdrop-filter: blur(12px);
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 22px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,145,0,0.85), rgba(255,255,255,0.34));
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step:last-child::after {
    display: none;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__index {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(255,111,0,0.28);
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step strong {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.3;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step small {
    color: rgba(255,255,255,0.66) !important;
    line-height: 1.5;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__link {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    color: rgba(255,255,255,0.82) !important;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__link:hover {
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.clay-ui.clay-ui-tech .hbello-career-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 14px 28px rgba(5,22,51,0.12);
}

body.clay-ui.clay-ui-tech .hbello-career-trust-badge i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,145,0,0.22), rgba(255,111,0,0.18));
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-career-trust-badge span {
    color: rgba(255,255,255,0.78) !important;
    font-weight: 600;
}

body.clay-ui.clay-ui-tech .hbello-career-panel {
    position: relative;
    padding: 28px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.18), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,246,255,0.98));
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 24px 26px 54px rgba(5,22,51,0.22), inset 1px 1px 0 rgba(255,255,255,0.6);
}

body.clay-ui.clay-ui-tech .hbello-career-panel__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__top span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--primary-orange) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__top h2 {
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.2;
    color: var(--primary-blue) !important;
    max-width: 12ch;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(10,41,96,0.08), rgba(255,145,0,0.14));
    color: var(--primary-blue) !important;
    font-weight: 700;
    white-space: nowrap;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 18px;
    margin-bottom: 18px;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path {
    padding: 18px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(10,41,96,0.94), rgba(10,41,96,0.86));
    box-shadow: 0 18px 34px rgba(10,41,96,0.16);
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path span {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.6) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path strong,
body.clay-ui.clay-ui-tech .hbello-career-panel__path strong i {
    color: #fff !important;
    font-size: 1rem;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 128px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,145,0,0.96), rgba(255,111,0,0.9));
    box-shadow: 0 16px 30px rgba(255,111,0,0.22);
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__image--placeholder i {
    color: #fff !important;
    font-size: 2.25rem;
}

body.clay-ui.clay-ui-tech .hbello-career-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.clay-ui.clay-ui-tech .hbello-career-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(243,247,255,0.98));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 0 16px 28px rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-card:first-child {
    grid-column: span 2;
}

body.clay-ui.clay-ui-tech .hbello-career-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,145,0,1), rgba(255,111,0,0.94));
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(255,111,0,0.2);
    flex-shrink: 0;
}

body.clay-ui.clay-ui-tech .hbello-career-card__copy span {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--primary-orange) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
}

body.clay-ui.clay-ui-tech .hbello-career-card__copy strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-blue) !important;
    font-size: 1rem;
    line-height: 1.35;
}

body.clay-ui.clay-ui-tech .hbello-career-card__copy p {
    margin: 0;
    color: var(--text-muted) !important;
    line-height: 1.6;
    font-size: 0.94rem;
}

body.clay-ui.clay-ui-tech .hbello-career-hero {
    padding-left: 8px;
    padding-right: 8px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__orb,
body.clay-ui.clay-ui-tech .hbello-career-hero__grid {
    position: absolute;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__orb {
    border-radius: 50%;
    filter: blur(6px);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__orb--one {
    width: 220px;
    height: 220px;
    left: -60px;
    top: 120px;
    background: radial-gradient(circle, rgba(255,145,0,0.28), transparent 65%);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__orb--two {
    width: 260px;
    height: 260px;
    right: 10%;
    bottom: 30px;
    background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__grid {
    inset: 0;
    opacity: 0.06;
    background-image:
        linear-gradient(rgba(255,255,255,0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.3) 1px, transparent 1px);
    background-size: 38px 38px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr) minmax(0, 0.88fr);
    gap: 26px;
    align-items: stretch;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content,
body.clay-ui.clay-ui-tech .hbello-career-hero__visual,
body.clay-ui.clay-ui-tech .hbello-career-hero__dashboard {
    position: relative;
    z-index: 1;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content-surface {
    padding: 30px 28px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(255,145,0,0.14), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 24px 48px rgba(5,22,51,0.16);
    backdrop-filter: blur(12px);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
    max-width: 9ch;
    font-size: clamp(2.9rem, 4.6vw, 5.3rem);
    text-shadow: 0 12px 28px rgba(5,22,51,0.22);
}

body.clay-ui.clay-ui-tech .hbello-career-hero__content p {
    max-width: 58ch;
}

body.clay-ui.clay-ui-tech .hbello-career-journey,
body.clay-ui.clay-ui-tech .hbello-career-journey-band {
    display: grid;
    gap: 14px;
}

body.clay-ui.clay-ui-tech .hbello-career-journey-band {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 24px;
    margin-bottom: 24px;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step {
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 16px 18px;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 34px rgba(5,22,51,0.14);
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step::after {
    top: 50%;
    left: auto;
    right: -14px;
    bottom: auto;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,145,0,0.82), rgba(255,255,255,0.2));
}

body.clay-ui.clay-ui-tech .hbello-career-journey-band .hbello-career-journey__step:last-child::after {
    display: none;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.12);
}

body.clay-ui.clay-ui-tech .hbello-career-journey__step strong {
    display: block;
    margin-bottom: 4px;
}

body.clay-ui.clay-ui-tech .hbello-career-journey__copy small {
    display: block;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__visual {
    display: flex;
    align-items: center;
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 26px 54px rgba(5,22,51,0.2);
    backdrop-filter: blur(14px);
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame {
    position: relative;
    height: 100%;
    min-height: 620px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(255,255,255,0.26), rgba(255,255,255,0.08));
    border: 1px solid rgba(255,255,255,0.12);
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__image,
body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,145,0,0.16));
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder i {
    font-size: 3rem;
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-career-floating {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.9);
    color: var(--primary-blue) !important;
    box-shadow: 0 18px 34px rgba(5,22,51,0.16);
}

body.clay-ui.clay-ui-tech .hbello-career-floating i {
    color: var(--primary-orange) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-floating span {
    color: var(--primary-blue) !important;
    font-weight: 700;
    font-size: 0.9rem;
}

body.clay-ui.clay-ui-tech .hbello-career-floating--top {
    left: -18px;
    top: 58px;
}

body.clay-ui.clay-ui-tech .hbello-career-floating--mid {
    right: -20px;
    top: 230px;
}

body.clay-ui.clay-ui-tech .hbello-career-floating--bottom {
    left: 14px;
    bottom: 96px;
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__strip {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(5,22,51,0.76);
    color: #fff !important;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

body.clay-ui.clay-ui-tech .hbello-career-visual-card__strip span i {
    color: var(--primary-orange) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__summary {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
}

body.clay-ui.clay-ui-tech .hbello-career-panel__path strong {
    line-height: 1.7;
}

body.clay-ui.clay-ui-tech .hbello-career-cards {
    grid-template-columns: 1fr;
}

body.clay-ui.clay-ui-tech .hbello-career-card:first-child {
    grid-column: span 1;
}

body.clay-ui.clay-ui-tech .hbello-career-hero__dashboard .hbello-career-panel {
    min-height: 100%;
}

body.clay-ui.clay-ui-tech .hbello-career-stat,
body.clay-ui.clay-ui-tech .hbello-career-card {
    position: relative;
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-career-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

body.clay-ui.clay-ui-tech .hbello-career-stat {
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(242,247,255,0.96));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 0 18px 34px rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-stat::before,
body.clay-ui.clay-ui-tech .hbello-career-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.4), transparent 30%);
}

body.clay-ui.clay-ui-tech .hbello-career-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-blue) !important;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    line-height: 1;
}

body.clay-ui.clay-ui-tech .hbello-career-stat span {
    color: var(--text-muted) !important;
    font-weight: 600;
}

@media (max-width: 1399px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr) minmax(0, 0.92fr);
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame,
    body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero {
        border-radius: 0 0 34px 34px;
        margin-left: 10px;
        margin-right: 10px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
        max-width: none;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame,
    body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder {
        min-height: 460px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero {
        border-radius: 0 0 28px 28px;
        margin-left: 8px;
        margin-right: 8px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
        font-size: clamp(2.2rem, 10vw, 3.4rem);
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .clay-btn,
    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-clay-btn-outline,
    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-career-hero__link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__step {
        grid-template-columns: auto minmax(0, 1fr);
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__index {
        grid-row: span 2;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey__icon {
        display: none;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card {
        padding: 14px;
        border-radius: 24px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__frame,
    body.clay-ui.clay-ui-tech .hbello-career-visual-card__placeholder {
        min-height: 360px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-floating {
        position: static;
        margin-top: 12px;
        width: 100%;
        justify-content: center;
    }

    body.clay-ui.clay-ui-tech .hbello-career-visual-card__strip {
        position: static;
        margin-top: 12px;
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-panel {
        padding: 20px;
        border-radius: 26px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-panel__top {
        grid-template-columns: 1fr;
        display: grid;
    }

    body.clay-ui.clay-ui-tech .hbello-career-stats {
        grid-template-columns: 1fr;
    }
}

body.clay-ui.clay-ui-tech .hbello-enterprise-heading h2 {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.04;
    margin-bottom: 14px;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-heading p {
    font-size: 1.05rem;
    line-height: 1.7;
}

body.clay-ui.clay-ui-tech .hbello-trust-grid,
body.clay-ui.clay-ui-tech .hbello-stats-grid,
body.clay-ui.clay-ui-tech .hbello-security-grid,
body.clay-ui.clay-ui-tech .hbello-story-grid,
body.clay-ui.clay-ui-tech .hbello-market-grid,
body.clay-ui.clay-ui-tech .hbello-course-grid {
    display: grid;
    gap: 20px;
}

body.clay-ui.clay-ui-tech .hbello-trust-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

body.clay-ui.clay-ui-tech .hbello-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.clay-ui.clay-ui-tech .hbello-security-grid,
body.clay-ui.clay-ui-tech .hbello-market-grid,
body.clay-ui.clay-ui-tech .hbello-course-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body.clay-ui.clay-ui-tech .hbello-story-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

body.clay-ui.clay-ui-tech .hbello-trust-item,
body.clay-ui.clay-ui-tech .hbello-stat-card,
body.clay-ui.clay-ui-tech .hbello-security-card,
body.clay-ui.clay-ui-tech .hbello-market-card,
body.clay-ui.clay-ui-tech .hbello-story-card,
body.clay-ui.clay-ui-tech .hbello-course-card,
body.clay-ui.clay-ui-tech .hbello-enterprise-feature,
body.clay-ui.clay-ui-tech .hbello-enterprise-cta {
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(10,41,96,0.06);
    border-radius: 28px;
    box-shadow: var(--shadow-clay);
}

body.clay-ui.clay-ui-tech .hbello-trust-item,
body.clay-ui.clay-ui-tech .hbello-stat-card,
body.clay-ui.clay-ui-tech .hbello-security-card,
body.clay-ui.clay-ui-tech .hbello-market-card,
body.clay-ui.clay-ui-tech .hbello-course-card {
    padding: 24px;
}

body.clay-ui.clay-ui-tech .preloader-inner {
    flex-direction: column;
    gap: 22px;
    background:
        radial-gradient(circle at top left, rgba(255,145,0,0.14), transparent 28%),
        radial-gradient(circle at top right, rgba(10,41,96,0.12), transparent 32%),
        linear-gradient(180deg, #EEF3FB 0%, #E7EEF9 100%);
}

body.clay-ui.clay-ui-tech .preloader-brand-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    padding: 28px 34px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(10,41,96,0.06);
    border-radius: 28px;
    box-shadow: var(--shadow-clay);
}

body.clay-ui.clay-ui-tech .preloader-brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
}

body.clay-ui.clay-ui-tech .preloader-brand-logo {
    max-width: 220px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

body.clay-ui.clay-ui-tech .preloader-brand-text {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--primary-blue);
}

body.clay-ui.clay-ui-tech .preloader-brand-copy {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: rgba(10, 41, 96, 0.68) !important;
}

body.clay-ui.clay-ui-tech .preloader-inner-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}

body.clay-ui.clay-ui-tech .preloader-inner span {
    font-size: clamp(32px, 5vw, 54px);
    color: var(--primary-blue);
    -webkit-text-stroke: 1px rgba(10, 41, 96, 0.16);
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .preloader-brand-shell {
        margin: 0 18px;
        padding: 22px 20px;
    }

    body.clay-ui.clay-ui-tech .preloader-brand-logo {
        max-width: 180px;
        max-height: 60px;
    }
}

body.clay-ui.clay-ui-tech .hbello-trust-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-align: center;
    min-height: 164px;
}

body.clay-ui.clay-ui-tech .hbello-trust-logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

body.clay-ui.clay-ui-tech .hbello-stat-card strong {
    display: block;
    font-size: 2rem;
    color: var(--primary-blue);
    margin-bottom: 8px;
}

body.clay-ui.clay-ui-tech .hbello-security-icon,
body.clay-ui.clay-ui-tech .hbello-enterprise-feature-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,145,0,0.18), rgba(255,111,0,0.1));
    color: var(--dark-orange);
    font-size: 22px;
    margin-bottom: 18px;
}

body.clay-ui.clay-ui-tech .hbello-market-card,
body.clay-ui.clay-ui-tech .hbello-story-card,
body.clay-ui.clay-ui-tech .hbello-course-card {
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-course-heading-badge {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    min-width: 240px;
    padding: 18px 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(10,41,96,0.96), rgba(12,58,131,0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 38px rgba(10, 41, 96, 0.2);
}

body.clay-ui.clay-ui-tech .hbello-course-heading-badge span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-orange) !important;
}

body.clay-ui.clay-ui-tech .hbello-course-heading-badge strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

body.clay-ui.clay-ui-tech .hbello-course-heading-badge small {
    color: rgba(255,255,255,0.74) !important;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-course-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    position: relative;
    padding: 0;
    background:
        linear-gradient(180deg, rgba(10,41,96,0.98) 0, rgba(10,41,96,0.92) 128px, rgba(255,255,255,0.98) 128px, rgba(246,249,255,0.98) 100%);
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow:
        20px 20px 42px rgba(10,41,96,0.14),
        -10px -10px 26px rgba(255,255,255,0.74);
}

body.clay-ui.clay-ui-tech .hbello-course-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.26), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.06), transparent 22%);
}

body.clay-ui.clay-ui-tech .hbello-course-card-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 24px 0;
}

body.clay-ui.clay-ui-tech .hbello-course-card-band span,
body.clay-ui.clay-ui-tech .hbello-course-card-band strong {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-course-card-band span {
    color: rgba(255,255,255,0.76) !important;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

body.clay-ui.clay-ui-tech .hbello-course-card-band strong {
    color: #fff;
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
    box-shadow: 0 12px 28px rgba(255,111,0,0.26);
}

body.clay-ui.clay-ui-tech .hbello-course-card-top,
body.clay-ui.clay-ui-tech .hbello-course-copy,
body.clay-ui.clay-ui-tech .hbello-course-support-list,
body.clay-ui.clay-ui-tech .hbello-course-footer {
    position: relative;
    z-index: 1;
}

body.clay-ui.clay-ui-tech .hbello-course-card-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
}

body.clay-ui.clay-ui-tech .hbello-course-media img,
body.clay-ui.clay-ui-tech .hbello-course-icon {
    width: 96px;
    height: 96px;
    border-radius: 26px;
}

body.clay-ui.clay-ui-tech .hbello-course-media img {
    object-fit: cover;
    box-shadow: 0 16px 30px rgba(5,22,51,0.2);
    border: 3px solid rgba(255,255,255,0.12);
}

body.clay-ui.clay-ui-tech .hbello-course-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,145,0,1), rgba(255,111,0,0.96));
    color: #fff;
    font-size: 32px;
    box-shadow: 0 18px 34px rgba(255,111,0,0.26);
    border: 3px solid rgba(255,255,255,0.12);
}

body.clay-ui.clay-ui-tech .hbello-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    min-height: 96px;
}

body.clay-ui.clay-ui-tech .hbello-course-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,145,0,0.22), rgba(255,111,0,0.18));
    color: var(--dark-orange) !important;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 10px 20px rgba(5,22,51,0.14);
}

body.clay-ui.clay-ui-tech .hbello-course-badge.is-soft {
    background: linear-gradient(180deg, rgba(231,238,249,0.98), rgba(246,249,255,1));
    color: var(--primary-blue) !important;
    border-color: rgba(10,41,96,0.08);
    box-shadow: 0 10px 18px rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-course-copy {
    margin: 0 24px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-course-copy h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    color: var(--primary-blue);
}

body.clay-ui.clay-ui-tech .hbello-course-copy p {
    margin-bottom: 0;
    line-height: 1.7;
    color: rgba(10,41,96,0.74) !important;
}

body.clay-ui.clay-ui-tech .hbello-course-support-list {
    display: grid;
    gap: 12px;
    padding: 0 24px;
}

body.clay-ui.clay-ui-tech .hbello-course-support-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(236,242,252,0.98), rgba(255,255,255,0.98));
    border: 1px solid rgba(10, 41, 96, 0.1);
    box-shadow: 0 14px 24px rgba(10,41,96,0.1);
}

body.clay-ui.clay-ui-tech .hbello-course-support-item i {
    color: var(--primary-orange);
    font-size: 16px;
}

body.clay-ui.clay-ui-tech .hbello-course-support-item span {
    color: var(--primary-blue) !important;
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.95rem;
}

body.clay-ui.clay-ui-tech .hbello-course-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding: 6px 24px 24px;
}

body.clay-ui.clay-ui-tech .hbello-course-fee small {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-course-fee strong {
    color: var(--primary-blue);
    font-size: 1.12rem;
}

body.clay-ui.clay-ui-tech .hbello-market-cover,
body.clay-ui.clay-ui-tech .hbello-market-avatar {
    margin-bottom: 18px;
}

body.clay-ui.clay-ui-tech .hbello-market-cover img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
}

body.clay-ui.clay-ui-tech .hbello-market-cover-fallback,
body.clay-ui.clay-ui-tech .hbello-market-avatar span {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(10,41,96,0.9), rgba(10,41,96,0.72));
    color: #fff;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-market-avatar img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 50%;
}

body.clay-ui.clay-ui-tech .hbello-market-meta,
body.clay-ui.clay-ui-tech .hbello-story-topline,
body.clay-ui.clay-ui-tech .hbello-story-metrics {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .hbello-market-link,
body.clay-ui.clay-ui-tech .hbello-ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-market-link {
    background: rgba(10,41,96,0.06);
}

body.clay-ui.clay-ui-tech .hbello-story-card {
    display: grid;
}

body.clay-ui.clay-ui-tech .hbello-story-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.clay-ui.clay-ui-tech .hbello-story-copy {
    padding: 24px;
}

body.clay-ui.clay-ui-tech .hbello-story-rating {
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

body.clay-ui.clay-ui-tech .hbello-story-rating .is-active {
    color: var(--primary-orange) !important;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-cta {
    padding: 36px;
    background-size: cover !important;
    background-position: center !important;
    display: grid;
    gap: 24px;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

body.clay-ui.clay-ui-tech .hbello-ghost-btn {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.08);
}

body.clay-ui.clay-ui-tech .hbello-enterprise-feature-list {
    display: grid;
    gap: 16px;
}

body.clay-ui.clay-ui-tech .hbello-enterprise-feature {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.08);
}

body.clay-ui.clay-ui-tech .hbello-enterprise-feature h3,
body.clay-ui.clay-ui-tech .hbello-enterprise-feature p,
body.clay-ui.clay-ui-tech .hbello-enterprise-cta p {
    color: rgba(255,255,255,0.9) !important;
}

@media (min-width: 992px) {
    body.clay-ui.clay-ui-tech .hbello-enterprise-cta {
        grid-template-columns: 1.15fr .85fr;
        align-items: center;
    }
}

body.clay-ui.clay-ui-tech .hbello-course-filter-bar,
body.clay-ui.clay-ui-tech .hbello-course-featured-block,
body.clay-ui.clay-ui-tech .hbello-course-catalog-block,
body.clay-ui.clay-ui-tech .hbello-course-detail-card,
body.clay-ui.clay-ui-tech .hbello-course-detail-hero {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,255,0.96));
    border: 1px solid rgba(10, 41, 96, 0.06);
    border-radius: 28px;
    box-shadow: var(--shadow-panel);
}

body.clay-ui.clay-ui-tech .hbello-course-filter-bar,
body.clay-ui.clay-ui-tech .hbello-course-featured-block,
body.clay-ui.clay-ui-tech .hbello-course-catalog-block {
    padding: 24px;
    margin-bottom: 28px;
}

body.clay-ui.clay-ui-tech .hbello-course-filter-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 16px;
    align-items: center;
}

body.clay-ui.clay-ui-tech .hbello-course-filter-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 26px;
    padding: 28px;
    margin-bottom: 28px;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-hero h1 {
    font-size: clamp(2.1rem, 3vw, 3.45rem);
    line-height: 1.05;
    margin-bottom: 14px;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-visual img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-course-detail-icon {
    width: 180px;
    height: 180px;
    border-radius: 42px;
    font-size: 56px;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-main {
    display: grid;
    gap: 20px;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-card {
    padding: 24px;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-card h2 {
    margin-bottom: 14px;
    font-size: 1.45rem;
}

body.clay-ui.clay-ui-tech .hbello-course-detail-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-course-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-course-home-badges {
    margin: 0 0 24px;
}

body.clay-ui.clay-ui-tech .hbello-course-home-section {
    position: relative;
}

body.clay-ui.clay-ui-tech .hbello-course-home-shell {
    position: relative;
    padding: 34px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.14), transparent 24%),
        radial-gradient(circle at left center, rgba(10,41,96,0.1), transparent 28%),
        linear-gradient(180deg, rgba(246,249,255,0.96), rgba(255,255,255,0.98));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow:
        22px 22px 52px rgba(10,41,96,0.12),
        -12px -12px 28px rgba(255,255,255,0.78);
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-course-home-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255,255,255,0.46), transparent 28%),
        linear-gradient(180deg, rgba(10,41,96,0.02), transparent 40%);
}

body.clay-ui.clay-ui-tech .hbello-course-home-shell > * {
    position: relative;
    z-index: 1;
}

body.clay-ui.clay-ui-tech .hbello-course-home-insights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0 22px;
}

body.clay-ui.clay-ui-tech .hbello-course-home-stat {
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10,41,96,0.96), rgba(10,41,96,0.88));
    box-shadow: 0 16px 32px rgba(10,41,96,0.16);
    border: 1px solid rgba(255,255,255,0.08);
}

body.clay-ui.clay-ui-tech .hbello-course-home-stat strong {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 8px;
}

body.clay-ui.clay-ui-tech .hbello-course-home-stat span {
    display: block;
    color: rgba(255,255,255,0.76) !important;
    font-size: 0.92rem;
    line-height: 1.5;
}

body.clay-ui.clay-ui-tech .hbello-course-faq-list {
    display: grid;
    gap: 16px;
}

body.clay-ui.clay-ui-tech .hbello-course-faq-item {
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(246,249,255,0.94), rgba(255,255,255,0.96));
    border: 1px solid rgba(10, 41, 96, 0.06);
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-course-faq-item h3 {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

body.clay-ui.clay-ui-tech .hbello-course-certificate-block {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

body.clay-ui.clay-ui-tech .hbello-course-certificate-media img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-course-story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

body.clay-ui.clay-ui-tech .hbello-course-story-card {
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(246,249,255,0.94), rgba(255,255,255,0.96));
    border: 1px solid rgba(10, 41, 96, 0.06);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 12px;
}

body.clay-ui.clay-ui-tech .hbello-course-story-top {
    display: flex;
    gap: 14px;
    align-items: center;
}

body.clay-ui.clay-ui-tech .hbello-course-story-top img,
body.clay-ui.clay-ui-tech .hbello-course-story-avatar {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    object-fit: cover;
}

body.clay-ui.clay-ui-tech .hbello-course-story-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(10,41,96,0.96), rgba(10,41,96,0.76));
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-course-story-card h4,
body.clay-ui.clay-ui-tech .hbello-course-story-card strong {
    color: var(--primary-blue);
}

body.clay-ui.clay-ui-tech .hbello-course-marketplace-cta {
    margin-top: 28px;
}

body.clay-ui.clay-ui-tech .hbello-course-enquiry-form {
    display: grid;
    gap: 14px;
}

body.clay-ui.clay-ui-tech .hbello-course-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-course-sidebar-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
}

body.clay-ui.clay-ui-tech .hbello-course-sidebar-price strong {
    color: var(--primary-blue);
    font-size: 1.4rem;
}

body.clay-ui.clay-ui-tech .hbello-course-sidebar-price span {
    text-decoration: line-through;
}

body.clay-ui.clay-ui-tech .hbello-course-card-public {
    min-height: 100%;
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero {
        border-radius: 0 0 34px 34px;
        margin-left: 10px;
        margin-right: 10px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__layout {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.clay-ui.clay-ui-tech .hbello-career-panel__top,
    body.clay-ui.clay-ui-tech .hbello-career-panel__summary {
        grid-template-columns: 1fr;
        display: grid;
    }

    body.clay-ui.clay-ui-tech .hbello-enterprise-heading-split {
        display: block;
    }

    body.clay-ui.clay-ui-tech .hbello-course-heading-badge {
        min-width: 0;
        margin-top: 18px;
    }

    body.clay-ui.clay-ui-tech .hbello-course-home-insights {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-course-filter-grid,
    body.clay-ui.clay-ui-tech .hbello-course-detail-layout,
    body.clay-ui.clay-ui-tech .hbello-course-detail-hero {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-course-certificate-block {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero {
        border-radius: 0 0 28px 28px;
        margin-left: 8px;
        margin-right: 8px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__content h1 {
        max-width: none;
        font-size: clamp(2.2rem, 10vw, 3rem);
    }

    body.clay-ui.clay-ui-tech .hbello-career-journey {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .clay-btn,
    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-clay-btn-outline,
    body.clay-ui.clay-ui-tech .hbello-career-hero__actions .hbello-career-hero__link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    body.clay-ui.clay-ui-tech .hbello-career-panel {
        padding: 20px;
        border-radius: 26px;
    }

    body.clay-ui.clay-ui-tech .hbello-career-cards {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-card:first-child {
        grid-column: span 1;
    }

    body.clay-ui.clay-ui-tech .hbello-course-home-shell {
        padding: 22px 18px;
        border-radius: 26px;
    }

    body.clay-ui.clay-ui-tech .hbello-course-card {
        border-radius: 24px;
    }

    body.clay-ui.clay-ui-tech .hbello-course-card-band,
    body.clay-ui.clay-ui-tech .hbello-course-card-top,
    body.clay-ui.clay-ui-tech .hbello-course-support-list,
    body.clay-ui.clay-ui-tech .hbello-course-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.clay-ui.clay-ui-tech .hbello-course-copy {
        margin-left: 18px;
        margin-right: 18px;
    }

    body.clay-ui.clay-ui-tech .hbello-course-card-band {
        flex-direction: column;
        align-items: flex-start;
    }

    body.clay-ui.clay-ui-tech .hbello-course-footer {
        align-items: stretch;
        flex-direction: column;
    }

    body.clay-ui.clay-ui-tech .hbello-course-footer .clay-btn {
        width: 100%;
        text-align: center;
    }

    body.clay-ui.clay-ui-tech .hbello-course-filter-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.clay-ui.clay-ui-tech .hbello-course-filter-actions .clay-btn,
    body.clay-ui.clay-ui-tech .hbello-course-filter-actions .hbello-market-link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

body.clay-ui.clay-ui-tech table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

body.clay-ui.clay-ui-tech table thead th {
    color: var(--primary-blue) !important;
    background: rgba(10,41,96,0.03);
    border-bottom: 1px solid rgba(10,41,96,0.06);
}

body.clay-ui.clay-ui-tech table tbody tr {
    transition: background 0.2s ease, transform 0.2s ease;
}

body.clay-ui.clay-ui-tech table tbody tr:hover {
    background: rgba(255,145,0,0.05);
}

body.clay-ui.clay-ui-tech .badge,
body.clay-ui.clay-ui-tech .status,
body.clay-ui.clay-ui-tech .alert {
    border-radius: 999px;
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .alert {
    background: #fff !important;
    border: 1px solid rgba(10,41,96,0.08) !important;
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech #footer,
body.clay-ui.clay-ui-tech #footer.hbello-footer-shell {
    margin: 24px 16px 16px;
    background: #fff !important;
    border: 1px solid rgba(10,41,96,0.06) !important;
    box-shadow: var(--shadow-clay) !important;
}

body.clay-ui.clay-ui-tech #footer::before,
body.clay-ui.clay-ui-tech #footer.hbello-footer-shell::before {
    content: none !important;
}

body.clay-ui.clay-ui-tech #footer p,
body.clay-ui.clay-ui-tech #footer span,
body.clay-ui.clay-ui-tech #footer li,
body.clay-ui.clay-ui-tech #footer a {
    color: var(--text-main) !important;
}

body.clay-ui.clay-ui-tech #footer li a:hover {
    color: var(--dark-orange) !important;
}

body.clay-ui.clay-ui-tech .back-to-top {
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange)) !important;
    color: #fff !important;
    box-shadow: var(--shadow-orange) !important;
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-main-nav {
        left: 10px;
        right: 10px;
    }

    body.clay-ui.clay-ui-tech section.bg-gradient-to-br.from-\[\#E2FFF6\].via-base-100.to-\[\#fff5e66e\],
    body.clay-ui.clay-ui-tech section.min-h-screen.flex.items-center.justify-center.pt-28.pb-20.px-6.overflow-hidden,
    body.clay-ui.clay-ui-tech .section-bg-1,
    body.clay-ui.clay-ui-tech .section-bg-2,
    body.clay-ui.clay-ui-tech #popularCategories,
    body.clay-ui.clay-ui-tech #popularServices,
    body.clay-ui.clay-ui-tech section.py-10.px-6.md\:py-16.lg\:py-28,
    body.clay-ui.clay-ui-tech section.py-10.md\:py-16.lg\:py-28,
    body.clay-ui.clay-ui-tech section.relative,
    body.clay-ui.clay-ui-tech section.container.mx-auto.max-w-7xl.px-6.py-10.md\:py-16.lg\:py-28,
    body.clay-ui.clay-ui-tech #footer {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 22px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

body.clay-ui.clay-ui-tech .hbello-page-shell,
body.clay-ui.clay-ui-tech .hbello-home-shell {
    position: relative;
    z-index: 1;
}

body.clay-ui.clay-ui-tech .hbello-page-shell::before,
body.clay-ui.clay-ui-tech .hbello-home-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 14%, rgba(255, 145, 0, 0.12), transparent 18%),
        radial-gradient(circle at 88% 10%, rgba(10, 41, 96, 0.12), transparent 20%),
        radial-gradient(circle at 24% 90%, rgba(255, 167, 38, 0.09), transparent 20%),
        radial-gradient(circle at 78% 72%, rgba(10, 41, 96, 0.08), transparent 18%);
    filter: blur(4px);
    z-index: -1;
}

body.clay-ui.clay-ui-tech .hbello-surface,
body.clay-ui.clay-ui-tech .hbello-listing-shell,
body.clay-ui.clay-ui-tech .hbello-auth-card,
body.clay-ui.clay-ui-tech .hbello-auth-side,
body.clay-ui.clay-ui-tech .single-profile-settings,
body.clay-ui.clay-ui-tech .profile-settings-menu,
body.clay-ui.clay-ui-tech .hbello-blog-sidebar-card,
body.clay-ui.clay-ui-tech .hbello-blog-article,
body.clay-ui.clay-ui-tech .hbello-empty-state,
body.clay-ui.clay-ui-tech .choose-account {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,255,0.98)) !important;
    border: 1px solid rgba(10, 41, 96, 0.06) !important;
    border-radius: 28px !important;
    box-shadow: var(--shadow-panel) !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell > section,
body.clay-ui.clay-ui-tech .hbello-home-shell .section-bg-1,
body.clay-ui.clay-ui-tech .hbello-home-shell .section-bg-2 {
    position: relative;
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-home-shell > section:first-child,
body.clay-ui.clay-ui-tech .hbello-home-shell > div > section:first-child {
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.12), transparent 24%),
        radial-gradient(circle at left center, rgba(10,41,96,0.10), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(246,249,255,0.98)) !important;
    border-radius: 32px !important;
    box-shadow: var(--shadow-panel) !important;
    border: 1px solid rgba(10, 41, 96, 0.06);
}

body.clay-ui.clay-ui-tech .hbello-listing-shell {
    padding: 26px;
    background: linear-gradient(180deg, rgba(246,249,255,0.78), rgba(255,255,255,0.72)) !important;
}

body.clay-ui.clay-ui-tech .hbello-public-hero {
    margin-bottom: 30px;
}

body.clay-ui.clay-ui-tech .hbello-public-toolbar {
    margin-bottom: 0;
}

body.clay-ui.clay-ui-tech .hbello-page-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 28px;
    margin-bottom: 28px;
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.08), transparent 22%),
        linear-gradient(145deg, rgba(255,255,255,0.94), rgba(246,249,255,0.98));
    border-radius: 32px;
    box-shadow: var(--shadow-panel);
    border: 1px solid rgba(10, 41, 96, 0.06);
}

body.clay-ui.clay-ui-tech .hbello-page-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-orange) !important;
    background: rgba(255, 145, 0, 0.10);
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-page-hero h1,
body.clay-ui.clay-ui-tech .hbello-page-hero h2 {
    margin-bottom: 10px;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

body.clay-ui.clay-ui-tech .hbello-page-hero p {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.7;
}

body.clay-ui.clay-ui-tech .hbello-page-hero-metrics {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.clay-ui.clay-ui-tech .hbello-page-hero-metric {
    min-width: 134px;
    padding: 18px 20px;
    border-radius: 22px;
    text-align: left;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(246,249,255,0.98));
    border: 1px solid rgba(10, 41, 96, 0.06);
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-page-hero-metric strong {
    display: block;
    font-size: 24px;
    color: var(--primary-blue);
}

body.clay-ui.clay-ui-tech .hbello-page-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, rgba(246, 249, 255, 0.90), rgba(231, 238, 249, 0.84));
    border-radius: 24px;
    border: 1px solid rgba(10, 41, 96, 0.07);
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-page-toolbar .hbello-toolbar-filter,
body.clay-ui.clay-ui-tech .hbello-page-toolbar .hbello-toolbar-sort {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .hbello-toolbar-chip,
body.clay-ui.clay-ui-tech .active-filters-section #clear-all-filters {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid rgba(10, 41, 96, 0.08) !important;
    box-shadow: var(--shadow-soft) !important;
    color: var(--primary-blue) !important;
    font-weight: 600;
}

body.clay-ui.clay-ui-tech .active-filters-section {
    padding: 18px 20px;
    margin-bottom: 22px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(246,249,255,0.94), rgba(255,255,255,0.92));
    border: 1px solid rgba(10, 41, 96, 0.06);
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-project-grid,
body.clay-ui.clay-ui-tech #topTalents,
body.clay-ui.clay-ui-tech #articlesGrid {
    gap: 24px !important;
}

body.clay-ui.clay-ui-tech .hbello-project-card,
body.clay-ui.clay-ui-tech .hbello-talent-card,
body.clay-ui.clay-ui-tech .hbello-blog-card,
body.clay-ui.clay-ui-tech .blog-item {
    position: relative;
    height: 100%;
    border-radius: 28px !important;
    border: 1px solid rgba(10, 41, 96, 0.06) !important;
    box-shadow: var(--shadow-panel) !important;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(246,249,255,0.97)) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.clay-ui.clay-ui-tech .hbello-project-card,
body.clay-ui.clay-ui-tech .hbello-talent-card,
body.clay-ui.clay-ui-tech .hbello-blog-card {
    display: flex;
    flex-direction: column;
}

body.clay-ui.clay-ui-tech .hbello-project-card:hover,
body.clay-ui.clay-ui-tech .hbello-talent-card:hover,
body.clay-ui.clay-ui-tech .hbello-blog-card:hover,
body.clay-ui.clay-ui-tech .blog-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(10, 41, 96, 0.16), -10px -10px 24px rgba(255,255,255,0.88) !important;
}

body.clay-ui.clay-ui-tech .hbello-project-card .carousel-container,
body.clay-ui.clay-ui-tech .hbello-blog-card-media,
body.clay-ui.clay-ui-tech .hbello-blog-featured-media {
    border-radius: 22px;
    overflow: hidden;
}

body.clay-ui.clay-ui-tech .hbello-project-card .p-4,
body.clay-ui.clay-ui-tech .hbello-talent-card {
    position: relative;
}

body.clay-ui.clay-ui-tech .hbello-project-card-body,
body.clay-ui.clay-ui-tech .hbello-blog-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

body.clay-ui.clay-ui-tech .hbello-project-card-footer {
    margin-top: auto;
    padding-top: 16px;
}

body.clay-ui.clay-ui-tech .hbello-project-card-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

body.clay-ui.clay-ui-tech .hbello-project-card .p-4::before,
body.clay-ui.clay-ui-tech .hbello-talent-card::before,
body.clay-ui.clay-ui-tech .hbello-blog-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.26), transparent 22%);
}

body.clay-ui.clay-ui-tech .hbello-project-card .text-sm.font-medium.text-gray-500,
body.clay-ui.clay-ui-tech .hbello-blog-meta,
body.clay-ui.clay-ui-tech .hbello-meta-chip {
    color: var(--text-muted) !important;
}

body.clay-ui.clay-ui-tech .hbello-skill-chip,
body.clay-ui.clay-ui-tech .hbello-tag-chip,
body.clay-ui.clay-ui-tech .hbello-meta-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(10, 41, 96, 0.07);
    color: var(--primary-blue) !important;
    font-size: 13px;
    font-weight: 600;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8);
}

body.clay-ui.clay-ui-tech .hbello-inline-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(10,41,96,0.08);
    background: rgba(255,255,255,0.86);
    box-shadow: var(--shadow-soft);
    color: var(--primary-blue) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-inline-cta:hover {
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-empty-action {
    border-radius: 999px !important;
    box-shadow: var(--shadow-orange) !important;
}

body.clay-ui.clay-ui-tech .hbello-empty-state {
    padding: 48px 28px;
    text-align: center;
    background: linear-gradient(180deg, rgba(246,249,255,0.94), rgba(255,255,255,0.98)) !important;
}

body.clay-ui.clay-ui-tech .hbello-empty-state p {
    max-width: 560px;
    margin: 16px auto 0;
}

body.clay-ui.clay-ui-tech .login-area,
body.clay-ui.clay-ui-tech .choose-account-area {
    position: relative;
    background: transparent !important;
}

body.clay-ui.clay-ui-tech .login-wrapper,
body.clay-ui.clay-ui-tech .choose-account {
    padding: 14px;
    border-radius: 32px !important;
}

body.clay-ui.clay-ui-tech .login-wrapper-contents,
body.clay-ui.clay-ui-tech .hbello-auth-side-inner {
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,255,0.98));
}

body.clay-ui.clay-ui-tech .login-wrapper-contents-title,
body.clay-ui.clay-ui-tech .choose-account-title {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    margin-bottom: 12px;
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech .login-right,
body.clay-ui.clay-ui-tech .hbello-auth-side {
    padding: 16px;
}

body.clay-ui.clay-ui-tech .login-right-item,
body.clay-ui.clay-ui-tech .hbello-auth-side-inner {
    min-height: 100%;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.18), transparent 26%),
        radial-gradient(circle at left bottom, rgba(10,41,96,0.14), transparent 30%),
        linear-gradient(145deg, #0A2960, #123c87) !important;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.22);
}

body.clay-ui.clay-ui-tech .login-right-contents-title,
body.clay-ui.clay-ui-tech .login-right-contents-para {
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-auth-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255,145,0,0.12);
    color: var(--primary-orange) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-auth-copy {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-muted) !important;
}

body.clay-ui.clay-ui-tech .hbello-auth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

body.clay-ui.clay-ui-tech .hbello-auth-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .choose-account-flex,
body.clay-ui.clay-ui-tech .hbello-role-grid {
    gap: 18px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .choose-account-single {
    flex: 1 1 240px;
    padding: 26px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.93), rgba(246,249,255,0.98));
    border: 1px solid rgba(10, 41, 96, 0.07);
    box-shadow: var(--shadow-soft);
    transition: all 0.25s ease;
}

body.clay-ui.clay-ui-tech .choose-account-single.selected,
body.clay-ui.clay-ui-tech .choose-account-single.active,
body.clay-ui.clay-ui-tech .choose-account-single:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 145, 0, 0.35);
    box-shadow: 0 18px 32px rgba(255, 145, 0, 0.16), -8px -8px 20px rgba(255,255,255,0.94);
}

body.clay-ui.clay-ui-tech .choose-account-single-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255,145,0,0.12), rgba(10,41,96,0.08));
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .single-input,
body.clay-ui.clay-ui-tech .input-flex-item {
    gap: 16px;
}

body.clay-ui.clay-ui-tech .single-input .label-title,
body.clay-ui.clay-ui-tech .checkbox-label,
body.clay-ui.clay-ui-tech .form-check-label {
    color: var(--primary-blue) !important;
    font-weight: 600;
}

body.clay-ui.clay-ui-tech .single-input-inner {
    position: relative;
}

body.clay-ui.clay-ui-tech .toggle-password {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
}

body.clay-ui.clay-ui-tech .login-others-single-btn,
body.clay-ui.clay-ui-tech .btn-profile,
body.clay-ui.clay-ui-tech .hbello-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--primary-blue) !important;
    border: 1px solid rgba(10, 41, 96, 0.08) !important;
    box-shadow: var(--shadow-soft) !important;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .login-others-single-btn:hover,
body.clay-ui.clay-ui-tech .btn-profile:hover,
body.clay-ui.clay-ui-tech .hbello-secondary-btn:hover {
    color: var(--dark-orange) !important;
    transform: translateY(-2px);
}

body.clay-ui.clay-ui-tech .profile-settings-area {
    background: transparent !important;
}

body.clay-ui.clay-ui-tech .profile-settings-wrapper {
    display: grid;
    gap: 24px;
}

body.clay-ui.clay-ui-tech .profile-settings-menu {
    padding: 12px;
    top: 0;
    width: 280px;
    max-width: 280px;
    background: linear-gradient(180deg, rgba(10,41,96,0.96), rgba(10,41,96,0.90)) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-right: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: 18px 18px 42px rgba(10,41,96,0.18), inset 1px 1px 0 rgba(255,255,255,0.08) !important;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(255,145,0,0.10), transparent 22%), linear-gradient(180deg, rgba(12,47,109,0.98), rgba(7,29,72,0.96));
    min-height: 100%;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-list {
    display: grid;
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-user-sidebar-group-label {
    list-style: none;
    margin: 10px 0 0;
    padding: 4px 6px 0;
    color: rgba(255,255,255,0.56) !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-list > .hbello-user-sidebar-group-label:first-child {
    margin-top: 0;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-item-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    padding: 14px 18px;
    border-radius: 18px;
    color: rgba(255,255,255,0.78) !important;
    background: rgba(255,255,255,0.02);
    border: 1px solid transparent;
    font-weight: 600;
    line-height: 1.35;
    transition: all 0.24s ease;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-item.active .profile-settings-menu-item-link,
body.clay-ui.clay-ui-tech .profile-settings-menu-item-link:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
    border-color: rgba(255,255,255,0.12);
    box-shadow: inset 4px 0 0 rgba(255,255,255,0.92), 0 14px 28px rgba(255,111,0,0.28);
}

body.clay-ui.clay-ui-tech .profile-settings-menu-item-link svg {
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    opacity: 0.95;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-item-link svg path,
body.clay-ui.clay-ui-tech .profile-settings-menu-item-link svg g,
body.clay-ui.clay-ui-tech .profile-settings-menu-item-link svg rect {
    fill: currentColor;
}

body.clay-ui.clay-ui-tech .profile-settings-menu-item.active .profile-settings-menu-item-link svg,
body.clay-ui.clay-ui-tech .profile-settings-menu-item-link:hover svg {
    transform: none;
}

body.clay-ui.clay-ui-tech .profile-bars,
body.clay-ui.clay-ui-tech .profile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.08);
}

body.clay-ui.clay-ui-tech .disabled-link a,
body.clay-ui.clay-ui-tech .disabled-link .profile-settings-menu-item-link {
    color: rgba(255,255,255,0.34) !important;
    background: rgba(255,255,255,0.02) !important;
}

body.clay-ui.clay-ui-tech .single-profile-settings {
    position: relative;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,249,255,0.98)) !important;
    border: 1px solid rgba(10,41,96,0.08) !important;
    box-shadow: 20px 20px 44px rgba(10,41,96,0.11), -10px -10px 28px rgba(255,255,255,0.85) !important;
}

body.clay-ui.clay-ui-tech .single-profile-settings::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.34), transparent 22%);
}

body.clay-ui.clay-ui-tech .single-profile-settings-header,
body.clay-ui.clay-ui-tech .single-profile-settings-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .single-profile-settings-header-title {
    margin: 0;
    font-size: 28px;
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech .single-profile-settings-header {
    position: relative;
    padding: 2px 4px 14px;
}

body.clay-ui.clay-ui-tech .single-profile-settings-header::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(10,41,96,0.12), rgba(255,145,0,0.18), rgba(10,41,96,0));
}

body.clay-ui.clay-ui-tech .profile-border-top {
    border-top: 1px solid rgba(10, 41, 96, 0.08) !important;
    margin-top: 18px;
    padding-top: 22px;
}

body.clay-ui.clay-ui-tech .myJob-wrapper-single-balance {
    height: 100%;
    padding: 22px;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,255,0.98)) !important;
    border: 1px solid rgba(10, 41, 96, 0.06);
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .total_balance {
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.18), transparent 28%),
        linear-gradient(145deg, rgba(10,41,96,0.97), rgba(25,72,150,0.92)) !important;
}

body.clay-ui.clay-ui-tech .total_balance * {
    color: inherit !important;
}

body.clay-ui.clay-ui-tech .contract_single__balance-price {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
}

body.clay-ui.clay-ui-tech .custom_table {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    box-shadow: 16px 16px 34px rgba(10,41,96,0.08), -8px -8px 22px rgba(255,255,255,0.76);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,255,0.96));
}

body.clay-ui.clay-ui-tech .custom_table table {
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

body.clay-ui.clay-ui-tech .custom_table tbody td {
    color: var(--text-main) !important;
    vertical-align: middle;
    border-color: rgba(10,41,96,0.06) !important;
}

body.clay-ui.clay-ui-tech .custom_table .btn-sm,
body.clay-ui.clay-ui-tech .custom_table .btn-warning,
body.clay-ui.clay-ui-tech .custom_table .btn-success,
body.clay-ui.clay-ui-tech .custom_table .btn-danger {
    padding: 8px 14px !important;
    border-radius: 999px !important;
    font-size: 12px;
}

body.clay-ui.clay-ui-tech .custom_table thead th {
    padding: 18px 20px !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(10,41,96,0.76) !important;
    background: linear-gradient(180deg, rgba(231,238,249,0.9), rgba(246,249,255,0.92));
}

body.clay-ui.clay-ui-tech .custom_table tbody td,
body.clay-ui.clay-ui-tech .custom_table tbody th {
    padding: 18px 20px !important;
}

body.clay-ui.clay-ui-tech .custom_table tbody tr + tr td {
    border-top: 1px solid rgba(10,41,96,0.06);
}

body.clay-ui.clay-ui-tech .hbello-blog-shell {
    display: grid;
    gap: 28px;
}

body.clay-ui.clay-ui-tech .hbello-blog-sidebar-card {
    padding: 24px;
    background: linear-gradient(180deg, rgba(246,249,255,0.94), rgba(255,255,255,0.96)) !important;
}

body.clay-ui.clay-ui-tech .hbello-blog-category-list {
    display: grid;
    gap: 12px;
}

body.clay-ui.clay-ui-tech .hbello-blog-category-item {
    padding: 12px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(246,249,255,0.92), rgba(255,255,255,0.82));
    border: 1px solid rgba(10, 41, 96, 0.05);
    transition: all 0.2s ease;
}

body.clay-ui.clay-ui-tech .hbello-blog-category-item:hover,
body.clay-ui.clay-ui-tech .hbello-blog-category-item.is-active {
    background: linear-gradient(135deg, rgba(255,145,0,0.14), rgba(255,255,255,0.96));
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .hbello-blog-article {
    padding: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(246,249,255,0.98)) !important;
}

body.clay-ui.clay-ui-tech .hbello-share-card {
    background: linear-gradient(145deg, rgba(255,145,0,0.10), rgba(255,255,255,0.96)) !important;
}

body.clay-ui.clay-ui-tech .hbello-cta-surface {
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.14), transparent 24%),
        radial-gradient(circle at left center, rgba(10,41,96,0.12), transparent 28%),
        linear-gradient(135deg, rgba(10,41,96,0.96), rgba(5,22,51,0.96)) !important;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 22px 22px 48px rgba(10,41,96,0.18);
}

body.clay-ui.clay-ui-tech .hbello-blog-prose {
    font-size: 16px;
    line-height: 1.85;
    color: var(--text-main);
}

body.clay-ui.clay-ui-tech .hbello-blog-prose h1,
body.clay-ui.clay-ui-tech .hbello-blog-prose h2,
body.clay-ui.clay-ui-tech .hbello-blog-prose h3,
body.clay-ui.clay-ui-tech .hbello-blog-prose h4,
body.clay-ui.clay-ui-tech .hbello-blog-prose p,
body.clay-ui.clay-ui-tech .hbello-blog-prose li {
    color: inherit !important;
}

body.clay-ui.clay-ui-tech .hbello-search-input-wrap {
    position: relative;
    margin-bottom: 16px;
}

body.clay-ui.clay-ui-tech .hbello-search-input-wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
}

body.clay-ui.clay-ui-tech .hbello-search-input {
    padding-left: 44px !important;
}

body.clay-ui.clay-ui-tech .hbello-filter-overlay {
    backdrop-filter: blur(6px);
}

body.clay-ui.clay-ui-tech .hbello-filter-sidebar {
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(246,249,255,0.98)) !important;
    border-radius: 0 28px 28px 0 !important;
    box-shadow: 24px 24px 52px rgba(10,41,96,0.16);
    border-right: 1px solid rgba(10,41,96,0.08) !important;
}

body.clay-ui.clay-ui-tech .pagination,
body.clay-ui.clay-ui-tech .pagination-list,
body.clay-ui.clay-ui-tech .pagination_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .pagination .page-item,
body.clay-ui.clay-ui-tech .page-numbers,
body.clay-ui.clay-ui-tech .page-link {
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: var(--shadow-soft);
    background: #fff !important;
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech .pagination .active .page-link,
body.clay-ui.clay-ui-tech .page-link:hover {
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange)) !important;
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .modal-content {
    padding: 10px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,255,0.98)) !important;
}

body.clay-ui.clay-ui-tech .modal-title {
    color: var(--primary-blue) !important;
    font-size: 28px;
}

body.clay-ui.clay-ui-tech .nav-tabs,
body.clay-ui.clay-ui-tech .tabs {
    gap: 12px;
    border-bottom: 0 !important;
}

body.clay-ui.clay-ui-tech .nav-tabs .nav-link,
body.clay-ui.clay-ui-tech .tabs .tab-btn {
    border: 1px solid rgba(10, 41, 96, 0.06) !important;
    background: #fff !important;
    color: var(--primary-blue) !important;
    border-radius: 999px !important;
    box-shadow: var(--shadow-soft);
}

body.clay-ui.clay-ui-tech .nav-tabs .nav-link.active,
body.clay-ui.clay-ui-tech .tabs .tab-btn.active {
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange)) !important;
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 41, 96, 0.08);
    color: var(--primary-blue) !important;
    font-size: 12px;
    font-weight: 700;
}

body.clay-ui.clay-ui-tech .hbello-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0A2960, #15418f);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(10, 41, 96, 0.18);
    flex-shrink: 0;
}

body.clay-ui.clay-ui-tech .hbello-verified-badge i {
    font-size: 11px;
    line-height: 1;
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-kyc-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 24px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(10, 41, 96, 0.10);
}

body.clay-ui.clay-ui-tech .hbello-kyc-badge i {
    font-size: 10px;
    line-height: 1;
}

body.clay-ui.clay-ui-tech .hbello-kyc-badge.is-verified {
    background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .hbello-kyc-badge.is-unverified {
    background: linear-gradient(135deg, #d4d8df, #a8adb7);
    color: #fff !important;
}

body.clay-ui.clay-ui-tech .single-profile-settings-form,
body.clay-ui.clay-ui-tech .identity-verifying-form,
body.clay-ui.clay-ui-tech .popup-contents-form,
body.clay-ui.clay-ui-tech .single-setup-account-inner,
body.clay-ui.clay-ui-tech .setup-wrapper-contents,
body.clay-ui.clay-ui-tech .project-category-item,
body.clay-ui.clay-ui-tech .jobFilter-wrapper,
body.clay-ui.clay-ui-tech .pay-now-single,
body.clay-ui.clay-ui-tech .end-contract-widget-item,
body.clay-ui.clay-ui-tech .project-wrapper-single {
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(246,249,255,0.98)) !important;
    border: 1px solid rgba(10,41,96,0.08) !important;
    border-radius: 24px !important;
    box-shadow: 14px 14px 30px rgba(10,41,96,0.08), -8px -8px 20px rgba(255,255,255,0.76) !important;
}

body.clay-ui.clay-ui-tech .popup-contents-btn,
body.clay-ui.clay-ui-tech .btn-wrapper.flex-btn,
body.clay-ui.clay-ui-tech .flex-between.profile-border-top,
body.clay-ui.clay-ui-tech .project-category-item-bottom.profile-border-top,
body.clay-ui.clay-ui-tech .jobFilter-proposal-offered.profile-border-top,
body.clay-ui.clay-ui-tech .pay-now-single-contents.profile-border-top,
body.clay-ui.clay-ui-tech .end-contract-widget-item-footer.profile-border-top {
    background: linear-gradient(180deg, rgba(246,249,255,0.56), rgba(255,255,255,0.14));
    border-top: 1px solid rgba(10,41,96,0.08) !important;
}

body.clay-ui.clay-ui-tech .alert,
body.clay-ui.clay-ui-tech .notice-board,
body.clay-ui.clay-ui-tech .notice-general,
body.clay-ui.clay-ui-tech .toast,
body.clay-ui.clay-ui-tech .swal2-popup {
    border-radius: 22px !important;
    box-shadow: 16px 16px 34px rgba(10,41,96,0.10), -8px -8px 22px rgba(255,255,255,0.74) !important;
}

body.clay-ui.clay-ui-tech .breadcrumb-area {
    position: relative;
    margin: 112px 16px 24px;
    padding: 26px 28px;
    border-radius: 30px;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(255,145,0,0.14), transparent 22%), radial-gradient(circle at left center, rgba(10,41,96,0.10), transparent 26%), linear-gradient(180deg, rgba(246,249,255,0.96), rgba(255,255,255,0.92));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: 18px 18px 42px rgba(10,41,96,0.10), -10px -10px 28px rgba(255,255,255,0.82);
}

body.clay-ui.clay-ui-tech .breadcrumb-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .breadcrumb-contents-title {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech .breadcrumb-contents-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

body.clay-ui.clay-ui-tech .breadcrumb-contents-list-item-link,
body.clay-ui.clay-ui-tech .breadcrumb-contents-list-item-text {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: var(--shadow-soft);
    color: var(--primary-blue) !important;
}

body.clay-ui.clay-ui-tech .breadcrumb-contents-list-item-text {
    background: linear-gradient(135deg, rgba(255,145,0,0.14), rgba(255,255,255,0.86));
}

body.clay-ui.clay-ui-tech .search-form,
body.clay-ui.clay-ui-tech .filter-wrapper,
body.clay-ui.clay-ui-tech .search-input,
body.clay-ui.clay-ui-tech .search_result,
body.clay-ui.clay-ui-tech .jobFilter-wrapper {
    border-radius: 22px !important;
}

body.clay-ui.clay-ui-tech .search-form input,
body.clay-ui.clay-ui-tech .search-form select,
body.clay-ui.clay-ui-tech .filter-wrapper input,
body.clay-ui.clay-ui-tech .filter-wrapper select {
    min-height: 52px;
}

body.clay-ui.clay-ui-tech .empty-state,
body.clay-ui.clay-ui-tech .nothing-found,
body.clay-ui.clay-ui-tech .not-found,
body.clay-ui.clay-ui-tech .no-data-found {
    padding: 34px 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(246,249,255,0.94), rgba(255,255,255,0.98));
    border: 1px solid rgba(10,41,96,0.08);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

body.clay-ui.clay-ui-tech .btn-profile,
body.clay-ui.clay-ui-tech .login-others-single-btn,
body.clay-ui.clay-ui-tech .submit-btn,
body.clay-ui.clay-ui-tech .btn,
body.clay-ui.clay-ui-tech button[type="submit"] {
    min-height: 48px;
}

body.clay-ui.clay-ui-tech .badge,
body.clay-ui.clay-ui-tech .status,
body.clay-ui.clay-ui-tech .btn-sm {
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.clay-ui.clay-ui-tech .modal-dialog {
    padding: 12px;
}

body.clay-ui.clay-ui-tech .modal-footer,
body.clay-ui.clay-ui-tech .popup-contents-btn,
body.clay-ui.clay-ui-tech .chat-wrapper-details-footer-btn,
body.clay-ui.clay-ui-tech .btn-wrapper {
    gap: 12px;
    flex-wrap: wrap;
}

body.clay-ui.clay-ui-tech .modal-footer > *,
body.clay-ui.clay-ui-tech .popup-contents-btn > *,
body.clay-ui.clay-ui-tech .btn-wrapper > * {
    flex-shrink: 0;
}

body.clay-ui.clay-ui-tech .modal-content .choose-account-single {
    min-height: 100%;
}

body.clay-ui.clay-ui-tech .section-bg-1,
body.clay-ui.clay-ui-tech .section-bg-2,
body.clay-ui.clay-ui-tech .responsive-overlay,
body.clay-ui.clay-ui-tech .login-area,
body.clay-ui.clay-ui-tech .choose-account-area {
    background-color: transparent !important;
}

@media (max-width: 1199px) {
    body.clay-ui.clay-ui-tech .hbello-page-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    body.clay-ui.clay-ui-tech .hbello-page-hero-metrics {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-listing-shell,
    body.clay-ui.clay-ui-tech .single-profile-settings,
    body.clay-ui.clay-ui-tech .hbello-blog-sidebar-card,
    body.clay-ui.clay-ui-tech .hbello-blog-article,
    body.clay-ui.clay-ui-tech .choose-account,
    body.clay-ui.clay-ui-tech .login-wrapper-contents,
    body.clay-ui.clay-ui-tech .hbello-auth-side-inner {
        padding: 20px;
    }

    body.clay-ui.clay-ui-tech .hbello-page-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    body.clay-ui.clay-ui-tech .hbello-public-toolbar .hbello-toolbar-filter,
    body.clay-ui.clay-ui-tech .hbello-public-toolbar .hbello-toolbar-sort {
        width: 100%;
        justify-content: space-between;
    }

    body.clay-ui.clay-ui-tech .hbello-filter-sidebar {
        width: min(360px, calc(100vw - 18px));
        padding: 20px !important;
    }

    body.clay-ui.clay-ui-tech .hbello-project-grid,
    body.clay-ui.clay-ui-tech #topTalents,
    body.clay-ui.clay-ui-tech #articlesGrid {
        gap: 18px !important;
    }

    body.clay-ui.clay-ui-tech .profile-settings-menu {
        position: fixed;
        top: 96px;
        left: 12px;
        bottom: 12px;
        width: min(280px, calc(100vw - 24px));
        max-width: min(280px, calc(100vw - 24px));
        margin-bottom: 0;
        padding: 12px;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-112%);
        transition: transform 0.28s ease, opacity 0.28s ease;
        opacity: 0;
        z-index: 9998;
        box-shadow: 14px 14px 30px rgba(10,41,96,0.16) !important;
    }

    body.clay-ui.clay-ui-tech .profile-settings-menu.active {
        transform: translateX(0);
        opacity: 1;
    }

    body.clay-ui.clay-ui-tech .responsive-overlay.active {
        position: fixed;
        inset: 0;
        display: block !important;
        background: rgba(5, 22, 51, 0.38) !important;
        backdrop-filter: blur(2px);
        z-index: 9996;
    }

    body.clay-ui.clay-ui-tech .breadcrumb-area {
        margin-top: 98px;
    }

    body.clay-ui.clay-ui-tech .custom_table {
        overflow-x: auto;
    }

    body.clay-ui.clay-ui-tech .package-table {
        overflow-x: auto;
        padding-bottom: 8px;
        border-radius: 24px;
    }

    body.clay-ui.clay-ui-tech .create_project_table {
        min-width: 760px;
        border-collapse: separate;
        border-spacing: 0;
    }

    body.clay-ui.clay-ui-tech .create_project_table th:first-child,
    body.clay-ui.clay-ui-tech .create_project_table td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(246,249,255,0.98), rgba(255,255,255,0.98)) !important;
    }

    body.clay-ui.clay-ui-tech .create_project_table thead th:first-child {
        z-index: 3;
    }

    body.clay-ui.clay-ui-tech .create_project_table th,
    body.clay-ui.clay-ui-tech .create_project_table td {
        min-width: 180px;
        vertical-align: top;
    }

    body.clay-ui.clay-ui-tech .create_project_table .package-head-left-title,
    body.clay-ui.clay-ui-tech .create_project_table .package-head-title {
        white-space: normal;
    }

    body.clay-ui.clay-ui-tech .chat-wrapper-contact {
        max-width: 100%;
    }

    body.clay-ui.clay-ui-tech .chat-wrapper-details-footer-btn {
        justify-content: stretch !important;
    }

    body.clay-ui.clay-ui-tech .chat-wrapper-details-footer-btn > * {
        width: 100%;
    }

    body.clay-ui.clay-ui-tech .chat-wrapper-details-footer-btn .position-relative,
    body.clay-ui.clay-ui-tech .chat-wrapper-details-footer-btn .btn-profile {
        width: 100%;
    }
}

body.clay-ui.clay-ui-tech .modal-dialog,
body.clay-ui.clay-ui-tech .modal-content {
    max-height: calc(100vh - 32px);
}

body.clay-ui.clay-ui-tech .modal-content {
    overflow: hidden;
    border-radius: 28px;
}

body.clay-ui.clay-ui-tech .modal-body {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.clay-ui.clay-ui-tech .auth-modal,
body.clay-ui.clay-ui-tech .auth-shell,
body.clay-ui.clay-ui-tech .auth-page {
    max-height: none;
    min-height: auto;
    overflow-y: auto;
}

body.clay-ui.clay-ui-tech .auth-modal {
    overflow-x: hidden;
    overscroll-behavior: contain;
    pointer-events: auto;
}

body.clay-ui.clay-ui-tech .auth-card,
body.clay-ui.clay-ui-tech .login-card,
body.clay-ui.clay-ui-tech .register-card {
    height: auto !important;
    max-height: none !important;
}

body.clay-ui.clay-ui-tech .auth-form-wrap {
    padding-bottom: 32px;
}

body.clay-ui.clay-ui-tech .auth-modal-card {
    position: relative;
    max-height: calc(100vh - 32px);
    overflow: hidden;
    border-radius: 28px !important;
    pointer-events: auto;
    z-index: 2;
}

body.clay-ui.clay-ui-tech .auth-modal-body {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    z-index: 3;
}

body.clay-ui.clay-ui-tech .auth-close-btn {
    position: absolute !important;
    top: 16px;
    right: 16px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 10px 24px rgba(10, 41, 96, 0.14);
}

body.clay-ui.clay-ui-tech .auth-modal-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

body.clay-ui.clay-ui-tech .auth-modal-image {
    min-width: 0;
}

body.clay-ui.clay-ui-tech .auth-modal-panel {
    position: relative;
    min-width: 0;
    overflow-x: hidden;
    pointer-events: auto;
    z-index: 3;
}

body.clay-ui.clay-ui-tech .auth-modal-panel form,
body.clay-ui.clay-ui-tech .auth-modal-panel input,
body.clay-ui.clay-ui-tech .auth-modal-panel button,
body.clay-ui.clay-ui-tech .auth-modal-panel a,
body.clay-ui.clay-ui-tech .auth-form-wrap {
    position: relative;
    pointer-events: auto;
    z-index: 4;
}

body.clay-ui.clay-ui-tech .auth-modal-panel table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

body.clay-ui.clay-ui-tech .auth-modal-panel .whitespace-nowrap {
    white-space: normal !important;
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .modal-dialog {
        margin: 12px;
    }

    body.clay-ui.clay-ui-tech .modal-body,
    body.clay-ui.clay-ui-tech .auth-modal-body {
        max-height: calc(100vh - 60px);
        padding-bottom: 80px;
    }

    body.clay-ui.clay-ui-tech .auth-modal {
        padding: 12px;
        align-items: flex-start !important;
    }

    body.clay-ui.clay-ui-tech .auth-modal-card {
        max-height: calc(100vh - 24px);
        margin: 0;
        width: 100%;
    }

    body.clay-ui.clay-ui-tech .auth-modal-grid {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .auth-modal-image {
        display: none !important;
    }

    body.clay-ui.clay-ui-tech .auth-close-btn {
        top: 12px;
        right: 12px;
    }
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .hbello-page-hero {
        padding: 22px 20px;
        border-radius: 26px;
    }

    body.clay-ui.clay-ui-tech .hbello-page-hero h1,
    body.clay-ui.clay-ui-tech .hbello-page-hero h2,
    body.clay-ui.clay-ui-tech .login-wrapper-contents-title,
    body.clay-ui.clay-ui-tech .choose-account-title {
        font-size: 28px;
    }

    body.clay-ui.clay-ui-tech .breadcrumb-area {
        margin: 96px 10px 18px;
        padding: 20px 18px;
        border-radius: 22px;
    }

    body.clay-ui.clay-ui-tech .breadcrumb-contents-title {
        font-size: 26px;
    }

    body.clay-ui.clay-ui-tech .input-flex-item {
        display: grid;
    }

    body.clay-ui.clay-ui-tech .custom_table table,
    body.clay-ui.clay-ui-tech .custom_table thead,
    body.clay-ui.clay-ui-tech .custom_table tbody,
    body.clay-ui.clay-ui-tech .custom_table th,
    body.clay-ui.clay-ui-tech .custom_table td,
    body.clay-ui.clay-ui-tech .custom_table tr {
        display: block;
        width: 100%;
    }

    body.clay-ui.clay-ui-tech .custom_table thead {
        display: none;
    }

    body.clay-ui.clay-ui-tech .custom_table tbody tr {
        padding: 18px;
        margin: 0 0 14px;
        border: 1px solid rgba(10, 41, 96, 0.08);
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(246,249,255,0.96));
        box-shadow: 14px 14px 26px rgba(10,41,96,0.08), -8px -8px 18px rgba(255,255,255,0.76);
    }

    body.clay-ui.clay-ui-tech .custom_table tbody td {
        padding: 8px 0 !important;
        border: 0 !important;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
    }

    body.clay-ui.clay-ui-tech .custom_table tbody td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: rgba(10,41,96,0.56);
        font-weight: 700;
    }

    body.clay-ui.clay-ui-tech .profile-settings-area {
        padding-bottom: 90px !important;
    }

    body.clay-ui.clay-ui-tech .profile-settings-menu-item-link {
        border-radius: 16px;
    }

    body.clay-ui.clay-ui-tech .single-profile-settings,
    body.clay-ui.clay-ui-tech .custom_table,
    body.clay-ui.clay-ui-tech .profile-settings-menu {
        border-radius: 20px !important;
    }

    body.clay-ui.clay-ui-tech .hbello-page-hero-metrics,
    body.clay-ui.clay-ui-tech .modal-footer,
    body.clay-ui.clay-ui-tech .popup-contents-btn,
    body.clay-ui.clay-ui-tech .flex-between.profile-border-top,
    body.clay-ui.clay-ui-tech .project-category-item-bottom-flex,
    body.clay-ui.clay-ui-tech .myOrder-single-flex {
        flex-direction: column;
        align-items: stretch !important;
    }

    body.clay-ui.clay-ui-tech .btn-profile,
    body.clay-ui.clay-ui-tech .modal-footer .btn,
    body.clay-ui.clay-ui-tech .modal-footer button,
    body.clay-ui.clay-ui-tech .popup-contents-btn .btn-profile {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    body.clay-ui.clay-ui-tech .chat-wrapper-details-footer-form .single-input textarea,
    body.clay-ui.clay-ui-tech .form-message {
        min-height: 120px;
    }

    body.clay-ui.clay-ui-tech .chat-wrapper-contact-close,
    body.clay-ui.clay-ui-tech .chat-wrapper-details,
    body.clay-ui.clay-ui-tech .chat-wrapper,
    body.clay-ui.clay-ui-tech .package-table {
        border-radius: 20px !important;
    }

    body.clay-ui.clay-ui-tech .create_project_table {
        min-width: 680px;
    }

    body.clay-ui.clay-ui-tech .hbello-public-toolbar .hbello-toolbar-filter,
    body.clay-ui.clay-ui-tech .hbello-public-toolbar .hbello-toolbar-sort,
    body.clay-ui.clay-ui-tech .active-filters-section > div {
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px;
    }

    body.clay-ui.clay-ui-tech .project-count-display,
    body.clay-ui.clay-ui-tech .talent-count-display {
        white-space: normal;
        line-height: 1.6;
    }

    body.clay-ui.clay-ui-tech .hbello-project-card-footer,
    body.clay-ui.clay-ui-tech .hbello-project-card-cta {
        align-items: flex-start;
        text-align: left;
    }

    body.clay-ui.clay-ui-tech .hbello-project-card-footer {
        gap: 14px;
        flex-direction: column;
    }

    body.clay-ui.clay-ui-tech .hbello-inline-cta,
    body.clay-ui.clay-ui-tech .hbello-empty-action,
    body.clay-ui.clay-ui-tech .continue_to_info,
    body.clay-ui.clay-ui-tech .login-others-single-btn {
        width: 100%;
    }

    body.clay-ui.clay-ui-tech .hbello-auth-points {
        flex-direction: column;
    }

    body.clay-ui.clay-ui-tech .hbello-blog-featured-media .w-full > img,
    body.clay-ui.clay-ui-tech .hbello-blog-card-media {
        min-height: 220px;
    }

    body.clay-ui.clay-ui-tech .choose-account,
    body.clay-ui.clay-ui-tech .login-wrapper-contents,
    body.clay-ui.clay-ui-tech .hbello-auth-side-inner,
    body.clay-ui.clay-ui-tech .hbello-filter-sidebar {
        padding: 18px !important;
    }
}

/* Final homepage hero overrides */
body.clay-ui.clay-ui-tech .hbello-career-hero {
    background:
        radial-gradient(circle at top left, rgba(255,145,0,0.18), transparent 22%),
        linear-gradient(135deg, #071b45 0%, #0A2960 52%, #143f8b 100%) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content,
body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__dashboard {
    min-width: 0;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content-surface {
    min-height: 100% !important;
    padding: 34px !important;
    border-radius: 32px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(241,246,255,0.95)) !important;
    border: 1px solid rgba(10,41,96,0.08) !important;
    box-shadow: 0 28px 60px rgba(2,12,32,0.16) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-enterprise-kicker {
    background: rgba(10,41,96,0.08) !important;
    border: 1px solid rgba(10,41,96,0.1) !important;
    color: #0A2960 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content h1 {
    max-width: none !important;
    margin: 18px 0 14px !important;
    color: #0A2960 !important;
    font-size: clamp(3.5rem, 6vw, 6rem) !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content p {
    color: rgba(10,41,96,0.78) !important;
    margin-bottom: 22px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__actions {
    margin-bottom: 20px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-trust-badge {
    background: #ffffff !important;
    border: 1px solid rgba(10,41,96,0.08) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-trust-badge span {
    color: #0A2960 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-block {
    margin-top: auto;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(240,246,255,0.92));
    border: 1px solid rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-head {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-head strong {
    color: #0A2960 !important;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 800;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-head span {
    color: rgba(10,41,96,0.72) !important;
    font-size: 0.9rem;
    line-height: 1.5;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(10,41,96,0.07);
    box-shadow: 0 10px 20px rgba(10,41,96,0.05);
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,145,0,0.12);
    color: #FF9100 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-copy {
    display: grid;
    gap: 4px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-copy strong {
    color: #0A2960 !important;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 800;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-copy span {
    color: rgba(10,41,96,0.7) !important;
    font-size: 0.82rem;
    line-height: 1.42;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel {
    min-height: 100% !important;
    padding: 24px !important;
    border-radius: 32px !important;
    background: linear-gradient(180deg, rgba(8,28,70,0.97), rgba(10,41,96,0.94)) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__summary,
body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__highlights,
body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__media {
    margin-bottom: 14px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__path {
    background: rgba(255,255,255,0.08) !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-card {
    padding: 16px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-journey-shell {
    margin-top: 20px !important;
    padding: 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-stats {
    margin-top: 18px !important;
}

@media (max-width: 1199px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-cards,
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-journey-band,
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-stats {
        grid-template-columns: 1fr !important;
    }
}

/* Homepage alignment audit */
body.clay-ui.clay-ui-tech .hbello-home-shell {
    display: grid;
    gap: 14px;
    padding-bottom: 14px;
}

body.clay-ui.clay-ui-tech .hbello-home-shell > section,
body.clay-ui.clay-ui-tech .hbello-home-shell > div > section,
body.clay-ui.clay-ui-tech .hbello-home-shell .section-bg-1,
body.clay-ui.clay-ui-tech .hbello-home-shell .section-bg-2 {
    margin: 0 10px 14px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell > section:last-child,
body.clay-ui.clay-ui-tech .hbello-home-shell > div > section:last-child {
    margin-bottom: 0 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    border-radius: 28px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading {
    max-width: 860px;
    margin: 0 auto 22px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading-split {
    gap: 16px !important;
    margin-bottom: 22px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading h2,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading span,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-trust-item span,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-stat-card h3,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-stat-card p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-copy h3,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-copy p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-copy h3,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-copy p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-card h3,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-card p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-copy h3,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-copy p {
    color: #0A2960 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-stat-card p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-copy p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-copy p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-card p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-copy p,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stat span {
    color: rgba(10,41,96,0.72) !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-trust-grid,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-stats-grid,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-grid,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-grid,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-grid,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-grid,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-feature-list {
    gap: 14px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-trust-item,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-stat-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-feature,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-cta {
    border-radius: 24px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-trust-item,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-stat-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-card {
    padding: 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-trust-item {
    min-height: 132px !important;
    gap: 10px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-security-card,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    min-height: 100%;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-copy,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-copy {
    display: grid;
    gap: 8px;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-market-meta,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-metrics,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-topline,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-story-rating {
    margin-top: 0 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-home-shell {
    padding: 24px !important;
    border-radius: 28px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-home-insights {
    gap: 12px !important;
    margin: 18px 0 16px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-home-stat,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-card-band,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-copy,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-support-list,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-card {
    gap: 14px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-footer {
    padding-bottom: 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-support-list,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-meta,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-chip-list {
    gap: 10px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-heading-badge {
    min-width: 220px;
    padding: 16px 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-hero {
    margin-bottom: 0 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey-shell {
    margin-top: 16px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stats {
    margin-top: 14px !important;
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-home-shell {
        gap: 12px;
    }

    body.clay-ui.clay-ui-tech .hbello-home-shell > section,
    body.clay-ui.clay-ui-tech .hbello-home-shell > div > section,
    body.clay-ui.clay-ui-tech .hbello-home-shell .section-bg-1,
    body.clay-ui.clay-ui-tech .hbello-home-shell .section-bg-2 {
        margin: 0 8px 12px !important;
    }

    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-section,
    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-home-shell {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-heading-split {
        align-items: flex-start !important;
    }

    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-home-insights {
        grid-template-columns: 1fr !important;
    }
}

/* Screenshot-driven hero fit refinements */
body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.86fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content {
    display: flex;
    min-width: 0;
    align-self: stretch !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__dashboard {
    display: flex;
    align-self: stretch !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content-surface {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 30px !important;
    min-height: 100% !important;
    height: 100% !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content h1 {
    max-width: 9.2ch !important;
    font-size: clamp(3rem, 4.8vw, 5.2rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.055em !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content p {
    max-width: 28ch;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin-bottom: 14px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-block {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(244,248,255,0.96), rgba(236,243,251,0.92));
    border: 1px solid rgba(10,41,96,0.08);
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-head {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-head strong {
    color: #0A2960 !important;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-head span {
    color: rgba(10,41,96,0.7) !important;
    font-size: 0.86rem;
    line-height: 1.5;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(10,41,96,0.07);
    box-shadow: 0 10px 18px rgba(10,41,96,0.04);
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,145,0,0.12);
    color: #FF9100 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-copy {
    display: grid;
    gap: 4px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-copy span {
    color: #FF9100 !important;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-copy strong {
    color: #0A2960 !important;
    font-size: 0.95rem;
    line-height: 1.24;
    font-weight: 800;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-copy p {
    margin: 0;
    color: rgba(10,41,96,0.72) !important;
    font-size: 0.78rem;
    line-height: 1.42;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__trust {
    gap: 10px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-trust-badge {
    padding: 10px 12px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__actions {
    margin-bottom: 16px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel {
    padding: 22px !important;
    min-height: 100% !important;
    height: 100% !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__top {
    margin-bottom: 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__top h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(1.7rem, 2vw, 2.25rem) !important;
    line-height: 1.02 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__status {
    padding: 9px 13px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__path {
    padding: 18px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__journey {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 12px;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__journey-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__journey-step i {
    color: #FF9100 !important;
    font-size: 0.8rem;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__path p {
    margin-top: 0 !important;
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__highlights {
    gap: 8px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-highlight {
    padding: 9px 12px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-highlight span {
    font-size: 0.88rem !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-cards {
    gap: 10px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-card {
    padding: 14px !important;
    border-radius: 20px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-card__icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-card__copy span {
    margin-bottom: 4px !important;
    font-size: 0.72rem !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-card__copy strong {
    font-size: 1rem !important;
    line-height: 1.28 !important;
    margin: 4px 0 5px !important;
}

body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-card__copy p {
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
}

@media (max-width: 1199px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__layout {
        grid-template-columns: 1fr !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content h1 {
        max-width: 10.5ch !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content p {
        max-width: 56ch;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__value-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content-surface,
    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel {
        padding: 18px !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__content h1 {
        max-width: none !important;
        font-size: clamp(2.4rem, 11vw, 3.8rem) !important;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-hero__ai-grid {
        grid-template-columns: 1fr;
    }

    body.clay-ui.clay-ui-tech .hbello-career-hero .hbello-career-panel__journey {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Journey and stats row corrections */
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey-shell {
    padding: 14px !important;
    border-radius: 26px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey-band {
    gap: 12px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__step {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px 12px !important;
    padding: 14px !important;
    min-height: 132px;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__index {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    font-size: 0.86rem !important;
    background: linear-gradient(135deg, #FF9100 0%, #FF6F00 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 18px rgba(255,111,0,0.24);
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__icon {
    display: none !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__copy {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__step strong,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__copy strong {
    display: block !important;
    margin: 0 !important;
    color: #0A2960 !important;
    background: transparent !important;
    text-shadow: none !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__copy small {
    display: block !important;
    margin: 0 !important;
    color: rgba(10,41,96,0.72) !important;
    background: transparent !important;
    text-shadow: none !important;
    font-size: 0.9rem !important;
    line-height: 1.42 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stats {
    gap: 14px !important;
    margin-top: 14px !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stat {
    padding: 18px !important;
    border-radius: 22px !important;
    min-height: 92px;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stat strong {
    display: block !important;
    margin: 0 0 6px !important;
    color: #0A2960 !important;
    background: transparent !important;
    text-shadow: none !important;
    font-size: clamp(1.8rem, 2.4vw, 2.5rem) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stat span {
    display: block !important;
    color: rgba(10,41,96,0.76) !important;
    background: transparent !important;
    text-shadow: none !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey-band,
    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stats {
        grid-template-columns: 1fr !important;
    }

    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey__step,
    body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stat {
        min-height: auto;
    }
}

/* Homepage orange atmosphere */
body.clay-ui.clay-ui-tech .hbello-home-shell::before {
    background:
        radial-gradient(circle at 10% 12%, rgba(255,145,0,0.28), transparent 18%),
        radial-gradient(circle at 88% 14%, rgba(255,111,0,0.2), transparent 20%),
        radial-gradient(circle at 22% 82%, rgba(255,153,51,0.18), transparent 20%),
        radial-gradient(circle at 76% 74%, rgba(201,90,32,0.16), transparent 18%),
        linear-gradient(180deg, rgba(255,224,191,0.88) 0%, rgba(245,205,161,0.92) 100%) !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell > section:first-child,
body.clay-ui.clay-ui-tech .hbello-home-shell > div > section:first-child {
    background:
        radial-gradient(circle at top right, rgba(255,145,0,0.22), transparent 24%),
        radial-gradient(circle at left center, rgba(214,108,36,0.14), transparent 28%),
        linear-gradient(145deg, rgba(255,252,248,0.98), rgba(255,235,214,0.99)) !important;
}

body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-enterprise-section,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-course-home-shell,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-journey-shell,
body.clay-ui.clay-ui-tech .hbello-home-shell .hbello-career-stat {
    box-shadow:
        0 24px 48px rgba(201,90,32,0.12),
        0 12px 28px rgba(115,48,10,0.08) !important;
}

/* Force wallet balance card readability */
body .wallet-balance-card,
body .dashboard-wallet-card,
body .stat-card.wallet,
body .dashboard-info-card:first-child {
    background: #FDF6EC !important;
    color: #0A2960 !important;
}

body .wallet-balance-card *,
body .dashboard-wallet-card *,
body .stat-card.wallet *,
body .dashboard-info-card:first-child * {
    color: #0A2960 !important;
    opacity: 1 !important;
}

body .wallet-balance-card .label,
body .dashboard-wallet-card .label,
body .stat-card.wallet .label,
body .dashboard-info-card:first-child .label {
    color: #5F6F92 !important;
}

/* FINAL FIX: Wallet balance readability */
body .total_balance,
body .total_balance.wallet-balance-card {
    background: #FDF6EC !important;
    color: #0A2960 !important;
}

body .total_balance *,
body .total_balance.wallet-balance-card * {
    color: #0A2960 !important;
    opacity: 1 !important;
}

body .total_balance p,
body .total_balance span,
body .total_balance .label {
    color: #5F6F92 !important;
}

body .total_balance h1,
body .total_balance h2,
body .total_balance h3,
body .total_balance h4,
body .total_balance strong,
body .total_balance .amount {
    color: #0A2960 !important;
}

/* FINAL FIX: Overriding -webkit-text-fill-color from hbello-dashboard-pro.css for wallet balance card readability */
body .wallet-balance-card .contract_single__balance-price,
body .wallet-balance-card .amount,
body .total_balance.wallet-balance-card .contract_single__balance-price {
    -webkit-text-fill-color: #0A2960 !important;
}

/* Legibility Fix for Notifications and Alerts on White/Light Cards */
body .navbar-right-notification-wrapper,
body .dashboard__notification__wrapper {
    background: #ffffff !important;
    color: #1e293b !important;
}

body .navbar-right-notification-wrapper-list-item,
body .dashboard__notification__list__item {
    background-color: #f8fafc !important;
    color: #1e293b !important;
}

body .navbar-right-notification-wrapper-list-item-content-title,
body .navbar-right-notification-wrapper-list-item-content-title a,
body .dashboard__notification__list__content__title,
body .dashboard__notification__list__content__title a {
    color: #0a2960 !important;
    -webkit-text-fill-color: #0a2960 !important;
    font-weight: 600 !important;
}

body .navbar-right-notification-wrapper-list-item-content-time,
body .dashboard__notification__list__content__time {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

body .alert,
body .alert-warning,
body .alert-info,
body .alert-success,
body .alert-danger,
body .alert-secondary,
body .alert-light {
    color: #1e293b !important;
}

body .alert p,
body .alert span,
body .alert div,
body .alert li,
body .alert strong,
body .alert a {
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
}

body .hb-dash-hero__notice,
body .hb-revision-banner {
    color: #1e293b !important;
}

body .hb-dash-hero__notice *,
body .hb-revision-banner * {
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
}

/* Toastr Notification Popups Legibility Override */
body.clay-ui #toast-container > div,
body.clay-ui .toast,
#toast-container > div,
#toast-container .toast {
    background: #ffffff !important;
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
    opacity: 1 !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 14px 38px rgba(10, 41, 96, 0.14) !important;
}

body.clay-ui #toast-container > div *,
body.clay-ui .toast *,
#toast-container > div *,
#toast-container .toast * {
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
    opacity: 1 !important;
}

body.clay-ui #toast-container > .toast-warning .toast-title,
body.clay-ui .toast-warning .toast-title,
#toast-container > .toast-warning .toast-title,
.toast-warning .toast-title {
    color: #d97706 !important;
    -webkit-text-fill-color: #d97706 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

body.clay-ui #toast-container > .toast-error .toast-title,
body.clay-ui .toast-error .toast-title,
#toast-container > .toast-error .toast-title,
.toast-error .toast-title {
    color: #dc2626 !important;
    -webkit-text-fill-color: #dc2626 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

body.clay-ui #toast-container > .toast-success .toast-title,
body.clay-ui .toast-success .toast-title,
#toast-container > .toast-success .toast-title,
.toast-success .toast-title {
    color: #059669 !important;
    -webkit-text-fill-color: #059669 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

body.clay-ui #toast-container > .toast-info .toast-title,
body.clay-ui .toast-info .toast-title,
#toast-container > .toast-info .toast-title,
.toast-info .toast-title {
    color: #0a2960 !important;
    -webkit-text-fill-color: #0a2960 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

body.clay-ui #toast-container > div .toast-message,
body.clay-ui .toast .toast-message,
#toast-container > div .toast-message,
#toast-container .toast .toast-message {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
    font-size: 13px !important;
    font-weight: 550 !important;
    line-height: 1.5 !important;
}

body.clay-ui #toast-container > .toast-warning,
#toast-container > .toast-warning {
    border-left: 5px solid #f59e0b !important;
}

body.clay-ui #toast-container > .toast-error,
#toast-container > .toast-error {
    border-left: 5px solid #ef4444 !important;
}

body.clay-ui #toast-container > .toast-success,
#toast-container > .toast-success {
    border-left: 5px solid #10b981 !important;
}

body.clay-ui #toast-container > .toast-info,
#toast-container > .toast-info {
    border-left: 5px solid #0a2960 !important;
}

body.clay-ui .toast-close-button,
#toast-container .toast-close-button {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    text-shadow: none !important;
    opacity: 0.8 !important;
}

