/* UP1702 - Public/account content polish, Lucas public cleanup, company detail, Career Hub, dashboard/profile forms */
.fij-design-v1702 .hero,
.fij-design-v1702 .fjx-hero,
.fij-design-v1702 .dashboard-public-hero,
.fij-design-v1702 .fij-profile-hero {
    min-height: 0 !important;
}
.fij-design-v1702 .hero .container,
.fij-design-v1702 .fjx-hero .container,
.fij-design-v1702 .dashboard-public-hero .container,
.fij-design-v1702 .fij-profile-hero .container {
    padding-top: clamp(54px, 7vw, 98px) !important;
    padding-bottom: clamp(42px, 5.5vw, 76px) !important;
}
.fij-design-v1702 .hero h1,
.fij-design-v1702 .fjx-hero h1,
.fij-design-v1702 .dashboard-public-hero h1,
.fij-design-v1702 .fij-profile-hero h1 {
    max-width: 760px;
    line-height: .94;
}
.fij-design-v1702 a[href="/lucas"],
.fij-design-v1702 a[href*="/lucas"],
.fij-design-v1702 a[href*="career-assistant"],
.fij-design-v1702 .fij-lucas-dashboard-card,
.fij-design-v1702 .fij-lucas-strip-v1658,
.fij-design-v1702 .fij-lucas-floating,
.fij-design-v1702 .fij-lucas-float,
.fij-design-v1702 [class*="lucas"]:not(body):not(html) {
    display: none !important;
}
.fij-design-v1702 .fij-public-brand .fij-brand-lockup-text,
.fij-design-v1702 .fij-footer-brand .fij-brand-lockup-text {
    white-space: nowrap;
}

/* Company detail */
.fij-company-detail-v1702 .section {
    padding-block: clamp(38px, 5vw, 72px);
}
.fij-company-profile-grid-v1702 {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(280px, .85fr);
    gap: 32px;
    align-items: start;
}
.fij-company-profile-main-v1702,
.fij-company-profile-panel-v1702,
.fij-company-job-row-v1702,
.fij-empty-cta-v1702 {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(11, 24, 38, .09) !important;
}
.fij-company-profile-main-v1702 {
    padding: clamp(30px, 4vw, 50px) !important;
}
.fij-company-profile-main-v1702 h1 {
    font-size: clamp(42px, 5.8vw, 74px);
    line-height: .95;
    margin: 12px 0 26px;
}
.fij-company-location-v1702 {
    font-weight: 900;
    color: #334155;
    margin-bottom: 22px;
}
.fij-company-description-v1702 {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.75;
    color: #142033;
}
.fij-company-actions-v1702 {
    margin-top: 28px;
}
.fij-company-profile-panel-v1702 {
    padding: 28px !important;
}
.fij-company-profile-panel-v1702 h2 {
    font-size: 24px;
    margin: 8px 0 20px;
}
.fij-company-profile-panel-v1702 dl {
    display: grid;
    gap: 12px;
    margin: 0;
}
.fij-company-profile-panel-v1702 dt {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #0891b2;
    font-weight: 950;
}
.fij-company-profile-panel-v1702 dd {
    margin: -8px 0 8px;
    color: #253044;
    font-weight: 800;
}
.fij-section-header-row-v1702 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 24px;
}
.fij-section-header-row-v1702 h2 {
    font-size: clamp(34px, 4vw, 54px);
    margin: 8px 0 0;
}
.fij-company-job-list-v1702 {
    display: grid;
    gap: 12px;
}
.fij-company-job-row-v1702 {
    display: grid;
    grid-template-columns: 52px minmax(0, 1.1fr) minmax(220px, .9fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 26px !important;
    color: inherit;
    text-decoration: none;
    background: #fff;
}
.fij-row-icon-v1702 {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0fdff;
    border: 1px solid rgba(6, 182, 212, .22);
    color: #0891b2;
    font-weight: 950;
}
.fij-company-job-main-v1702 strong {
    display: block;
    font-size: 20px;
    line-height: 1.15;
}
.fij-company-job-main-v1702 small,
.fij-company-job-meta-v1702 span {
    color: #596579;
    font-weight: 700;
}
.fij-company-job-meta-v1702 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.fij-company-job-meta-v1702 span {
    background: #f4f7f8;
    padding: 5px 8px;
    font-size: 12px;
}
.fij-list-cta-v1702 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #075985;
    font-weight: 950;
}
.fij-empty-cta-v1702 {
    padding: 28px !important;
}

/* Employer workspace */
.fij-employer-hero-grid-v1702 {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: 48px;
    align-items: center;
}
.fij-employer-hero-v1702 h1 {
    max-width: 780px;
}
.fij-employer-benefit-card-v1702 {
    padding: 30px !important;
    border-radius: 0 !important;
}
.fij-employer-benefit-card-v1702 strong {
    display: block;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
    margin: 14px 0 6px;
}
.fij-employer-benefit-card-v1702 span {
    display: block;
    color: #075985;
    font-weight: 950;
    font-size: 16px;
}
.fij-employer-benefit-card-v1702 small {
    display: block;
    margin-top: 16px;
    color: #334155;
    font-weight: 700;
}
.fij-step-card-v1702 {
    border-radius: 0 !important;
    padding: 30px !important;
}
.fij-step-card-v1702 span {
    display: inline-flex;
    color: #06b6d4;
    font-weight: 950;
    letter-spacing: .14em;
    margin-bottom: 16px;
}
.fij-step-card-v1702 h2 {
    font-size: 24px;
    margin-bottom: 14px;
}
.fij-employer-value-grid-v1702 {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 32px;
    align-items: stretch;
}
.fij-employer-value-grid-v1702 h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
    margin-bottom: 20px;
}
.fij-employer-value-grid-v1702 p {
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
}
.fij-employer-final-cta-v1702 {
    border-radius: 0 !important;
    padding: 30px !important;
}

/* Career Hub list */
.fij-career-hub-hero-v1702 .hero-actions {
    margin-top: 24px;
}
.fij-article-list-container-v1702 {
    max-width: 1120px;
}
.fij-search-v1702 {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(11, 24, 38, .1) !important;
    padding: 10px !important;
    gap: 10px !important;
}
.fij-search-v1702 .input,
.fij-search-v1702 .btn {
    min-height: 44px;
}
.fij-article-list-v1702 {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}
.fij-article-row-v1702 {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    box-shadow: none !important;
    border: 1px solid rgba(11, 24, 38, .08) !important;
}
.fij-article-row-mark-v1702 {
    background: #061421;
    color: #67e8f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 950;
}
.fij-article-row-content-v1702 {
    padding: 22px 26px 22px 0;
}
.fij-article-row-content-v1702 h3 {
    margin: 6px 0 8px;
    font-size: clamp(22px, 2.2vw, 31px);
    line-height: 1.08;
}
.fij-article-row-content-v1702 p {
    color: #405068;
    line-height: 1.58;
    margin: 0 0 10px;
}

/* Article detail */
.fij-article-layout-v1702 {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr);
    gap: 34px;
    align-items: start;
}
.fij-article-main-v1702,
.fij-article-side-v1702 .card {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(11, 24, 38, .09) !important;
}
.fij-article-image-shell-v1702,
.fij-article-image-fallback-v1702 {
    margin: 0 0 28px;
    background: linear-gradient(135deg, #07111f, #12313d);
    min-height: 260px;
    display: flex;
    align-items: end;
    padding: 22px;
    color: #cffafe;
}
.fij-article-image-shell-v1702.is-missing {
    min-height: 170px;
}
.fij-article-image-shell-v1702 img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}
.fij-article-image-shell-v1702 figcaption,
.fij-article-image-fallback-v1702 span {
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .14em;
}
.fij-article-body-v1702 {
    font-size: 18px;
    line-height: 1.85;
    color: #142033;
}
.fij-reader-card-v1702 li {
    margin-bottom: 12px;
}
.fij-mini-job-v1702 {
    display: block;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 24, 38, .08);
    padding: 12px 0;
}
.fij-mini-job-v1702 strong,
.fij-mini-job-v1702 span {
    display: block;
}
.fij-mini-job-v1702 span {
    color: #667085;
    font-size: 13px;
    margin-top: 4px;
}

/* Dashboard */
.fij-dashboard-grid-v1702 {
    align-items: start;
}
.fij-dashboard-command-card-v1702,
.fij-profile-dashboard-card-v1702,
.fij-dashboard-side-v1702 .card {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(11, 24, 38, .09) !important;
}
.fij-dashboard-kpi-grid-v1702 .role-kpi {
    min-height: 92px;
}
.fij-profile-dashboard-card-v1702 {
    display: grid;
    gap: 18px;
}
.fij-saved-matches-card-v1702 .eyebrow {
    color: #0891b2;
}

/* Profile workspace */
.fij-profile-completion-v1702 .fij-profile-workspace-grid {
    align-items: start;
}
.fij-profile-completion-v1702 .fij-profile-form,
.fij-profile-completion-v1702 .fij-profile-side-stack .card {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(11, 24, 38, .09) !important;
}
.fij-profile-completion-v1702 .input,
.fij-profile-completion-v1702 input,
.fij-profile-completion-v1702 select,
.fij-profile-completion-v1702 textarea {
    border-radius: 0 !important;
    min-height: 46px;
}
.fij-file-upload-v1702 {
    position: relative;
    display: grid !important;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid rgba(11, 24, 38, .1);
    padding: 14px;
    cursor: pointer;
}
.fij-file-upload-v1702 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    background: #fff;
    border: 1px solid rgba(11, 24, 38, .14);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
}
.fij-file-upload-v1702 small {
    color: #64748b;
    font-weight: 700;
}
.fij-file-upload-v1702 input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.fij-checklist-v1702 {
    display: grid;
    gap: 8px;
}
.fij-checklist-v1702 > div {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 8px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(11, 24, 38, .07);
}
.fij-checklist-v1702 span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #0891b2;
    font-weight: 950;
}
.fij-checklist-v1702 .missing span {
    background: #fff7ed;
    color: #ea580c;
}
.fij-checklist-v1702 strong {
    font-size: 13px;
}
.fij-checklist-v1702 small {
    color: #64748b;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 850;
}
.fij-profile-preview-card-v1702 h2 {
    margin-top: 8px;
}

@media (max-width: 900px) {
    .fij-company-profile-grid-v1702,
    .fij-employer-hero-grid-v1702,
    .fij-employer-value-grid-v1702,
    .fij-article-layout-v1702 {
        grid-template-columns: 1fr;
    }
    .fij-company-job-row-v1702 {
        grid-template-columns: 42px 1fr;
    }
    .fij-company-job-meta-v1702,
    .fij-list-cta-v1702 {
        grid-column: 2;
    }
    .fij-article-row-v1702 {
        grid-template-columns: 1fr;
    }
    .fij-article-row-mark-v1702 {
        min-height: 44px;
    }
    .fij-article-row-content-v1702 {
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .fij-design-v1702 .hero .container,
    .fij-design-v1702 .fjx-hero .container,
    .fij-design-v1702 .dashboard-public-hero .container,
    .fij-design-v1702 .fij-profile-hero .container {
        padding-top: 38px !important;
        padding-bottom: 36px !important;
    }
    .fij-section-header-row-v1702 {
        align-items: start;
        flex-direction: column;
    }
    .fij-company-profile-main-v1702 h1 {
        font-size: 38px;
    }
}
