/* ═══════════════════════════════════════════════════════════
   HOME PAGE — single-pass consolidated stylesheet
   Load order: base.css → modern-refresh.css → home.css →
               jobs.css → dashboard.css → final-overrides.css

   Rules that need to beat final-overrides.css use a two-class
   selector (e.g. .home-page .section) so they win the
   !important specificity battle without re-adding !important
   to home-page-unique selectors.
═══════════════════════════════════════════════════════════ */

/* ── 1. Font & page base ─────────────────────────────────── */
body:has(.home-page) {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    background: linear-gradient(180deg, #faf8ff 0%, #ffffff 38%, #f6fef9 100%) !important;
}
body:has(.home-page) .header {
    border-bottom-color: rgba(208, 213, 221, .72) !important;
    background: rgba(255, 255, 255, .82) !important;
    box-shadow: 0 12px 36px rgba(16, 24, 40, .06) !important;
}
body:has(.home-page) .brand-title { letter-spacing: -.03em; font-weight: 900; }
body:has(.home-page) .nav-link,
body:has(.home-page) .btn { font-weight: 850; letter-spacing: -.01em; }

/* ── 2. Home-page scope & tokens ─────────────────────────── */
.home-page {
    --home-blue:      #4f46e5;
    --home-blue-dark: #4338ca;
    --home-green:     #087443;
    --home-ink:       #14102c;
    --home-muted:     #475467;
    --home-line:      #d0d5dd;
    --home-soft:      #eef2ff;
    color: var(--home-ink);
}
.home-page .wrap { max-width: 1220px; }
.home-page h1,
.home-page h2,
.home-page h3 {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    letter-spacing: .01em;
    color: var(--home-ink);
}
.home-page .lead {
    max-width: 600px;
    color: var(--home-muted) !important;
    font-size: clamp(15px, 1.45vw, 18px) !important;
    line-height: 1.72 !important;
    font-weight: 500;
    margin-top: 18px !important;
}

/* ── 3. Buttons ───────────────────────────────────────────── */
.home-page .btn {
    min-height: 46px !important;
    border-radius: 12px !important;
    padding: 11px 18px !important;
    box-shadow: none !important;
}
.home-page .btn:not(.outline) {
    background: var(--home-blue) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(99,102,241, .18) !important;
}
.home-page .btn:not(.outline):hover { background: var(--home-blue-dark) !important; }
.home-page .btn.dark    { background: #14102c !important; }
.home-page .btn.outline {
    border-color: #c7d2fe !important;
    background: #fff !important;
    color: var(--home-blue) !important;
}

/* ── 4. Section padding ───────────────────────────────────── */
.home-page .section,
.home-page .ai-difference-section,
.home-page .ai-screening-story,
.home-page .tracking-flow-section,
.home-page .audience-section,
.home-page .career-potential,
.home-page .home-stats-band,
.home-page .home-featured-jobs { padding-top: 42px !important; padding-bottom: 42px !important; }
.home-page .home-testimonials   { padding-top: 28px !important; padding-bottom: 42px !important; }
.home-page .section-title {
    max-width: 760px !important;
    margin-bottom: 28px !important;
}
.home-page .section-title p:last-child,
.home-page .ai-difference-copy p,
.home-page .ai-story-copy p { color: var(--home-muted) !important; font-weight: 500 !important; }

/* ── 5. Eyebrow ───────────────────────────────────────────── */
.home-page .eyebrow {
    border-color: #c7d2fe !important;
    border-radius: 999px !important;
    background: rgba(239, 248, 255, .88) !important;
    color: var(--home-blue) !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
}

/* ── 6. Hero ──────────────────────────────────────────────── */
.home-page .hero {
    padding: 0 0 32px !important;
    min-height: calc(100dvh - 80px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    background:
        radial-gradient(ellipse 70% 55% at 5% 0%,   rgba(99,102,241, .13),  transparent 58%),
        radial-gradient(ellipse 55% 45% at 95% 5%,  rgba(7, 148, 85, .10),   transparent 55%),
        radial-gradient(ellipse 45% 35% at 60% 95%, rgba(139,92,246, .07), transparent 50%),
        linear-gradient(180deg, #f0ecff 0%, #faf8ff 50%, #ffffff 100%) !important;
}
.home-page .hero > .wrap { width: 100%; }

/* Hero copy grid */
.hero-copy-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr) !important;
    align-items: center !important;
    gap: 40px !important;
}
.hero-copy-grid > .hero-copy { max-width: 100%; text-align: left; }
.hero-copy-grid h1,
.hero-copy-grid .lead,
.hero-copy-grid .search { margin-left: 0 !important; margin-right: 0 !important; }
.hero-copy-grid .hero-actions { justify-content: flex-start; }
.hero-copy-grid .search input:focus-visible { outline: 0 !important; box-shadow: none !important; }

/* Hero badge */
.home-page .hero-copy { position: relative; }
.home-page .hero-copy:before {
    content: "Jobs and hiring, made clear";
    display: inline-flex;
    margin-bottom: 16px;
    border: 1.5px solid #c7d2fe;
    border-radius: 999px;
    background: rgba(239, 248, 255, .86);
    padding: 8px 13px;
    color: var(--home-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(99,102,241, .14);
    animation: heroBadgePulse 3.8s ease-in-out infinite;
}

/* H1 */
.home-page h1,
.hero-copy-grid h1 {
    max-width: 720px;
    font-size: clamp(38px, 5vw, 66px) !important;
    line-height: 1.0 !important;
    letter-spacing: -.04em !important;
}

/* Gradient text accent on headline */
.hero-accent {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 48%, #22c55e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 220% 100%;
    animation: heroAccentFlow 4.5s ease-in-out infinite;
    display: inline;
}

/* ── 7. Search bar ────────────────────────────────────────── */
.home-page .search {
    margin-top: 26px !important;
    border-width: 1.5px !important;
    border-color: #c4b5fd !important;
    border-radius: 18px !important;
    padding: 6px 6px 6px 10px !important;
    box-shadow: 0 14px 36px rgba(99,102,241, .10) !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.home-page .search:focus-within {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99,102,241, .11), 0 18px 42px rgba(99,102,241, .13) !important;
}
.home-page .search-inner { min-height: 50px !important; }
.home-page .search-inner input { font-size: 15px !important; font-weight: 600 !important; }
.home-page .search .btn {
    min-height: 44px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    border-radius: 14px !important;
    letter-spacing: -.01em !important;
}

/* ── 8. Trust strip ───────────────────────────────────────── */

/* ── 9. Path cards ────────────────────────────────────────── */
.home-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
    max-width: 690px;
}
.home-path-card {
    position: relative;
    display: grid;
    gap: 7px;
    min-width: 0;
    padding: 16px 36px 16px 16px;
    border: 1px solid #e0e7ff;
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(16, 24, 40, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.home-path-card:first-child {
    border-left: 3px solid #6366f1;
    background: linear-gradient(145deg, rgba(99,102,241, .05) 0%, rgba(255, 255, 255, .96) 58%);
}
.home-path-card:last-child {
    border-left: 3px solid #087443;
    background: linear-gradient(145deg, rgba(8, 116, 67, .05) 0%, rgba(255, 255, 255, .96) 58%);
}
.home-path-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, .09);
}
.home-path-card:first-child:hover { border-color: #a5b4fc; background: linear-gradient(145deg, rgba(99,102,241, .07) 0%, #fff 58%); }
.home-path-card:last-child:hover  { border-color: #86efac; background: linear-gradient(145deg, rgba(8, 116, 67, .07) 0%, #fff 58%); }

/* Label badge */
.home-path-card > span:not(.home-path-arrow) {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.home-path-card:first-child > span:not(.home-path-arrow) {
    background: rgba(99,102,241, .08);
    border-color: rgba(99,102,241, .2);
    color: #6366f1;
}
.home-path-card:last-child > span:not(.home-path-arrow) {
    background: rgba(8, 116, 67, .08);
    border-color: rgba(8, 116, 67, .2);
    color: #087443;
}
.home-path-card strong { color: var(--home-ink); font-size: 15px; font-weight: 900; line-height: 1.35; }
.home-path-card small  { color: var(--home-muted); font-size: 13px; line-height: 1.55; font-weight: 700; }
.home-path-arrow {
    position: absolute;
    right: 13px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    transition: transform .18s ease, background .18s ease;
}
.home-path-card:first-child .home-path-arrow { background: rgba(99,102,241, .1); color: #6366f1; }
.home-path-card:last-child  .home-path-arrow { background: rgba(8, 116, 67, .1);  color: #087443; }
.home-path-arrow::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, 1px);
}
.home-path-card:hover .home-path-arrow { transform: translateX(3px); }
.home-path-card:first-child:hover .home-path-arrow { background: #e0e7ff; }
.home-path-card:last-child:hover  .home-path-arrow { background: #dcfce7; }

/* ── 10. Hero photo card ──────────────────────────────────── */
.hero-photo-card {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    max-height: calc(100dvh - 240px);
    margin-top: 0;
    border: 1.5px solid #c7d2fe;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 64px rgba(99,102,241, .14), 0 4px 12px rgba(15, 23, 42, .06);
}
.hero-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    max-height: calc(100dvh - 240px);
    object-fit: cover;
}
.hero-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, .62));
    pointer-events: none;
}
.hero-photo-card figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: grid;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    padding: 14px;
    color: #14102c;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, .14);
}
.hero-photo-card figcaption strong { font-size: 16px; }
.hero-photo-card figcaption span   { color: #475467; font-size: 13px; font-weight: 800; line-height: 1.45; }

/* ── 11. Hero chips ───────────────────────────────────────── */
.hero-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    backdrop-filter: blur(14px);
    padding: 8px 12px;
    pointer-events: none;
    animation: heroChipFloat 5s ease-in-out infinite;
}
.hero-chip-match {
    top: 18px;
    left: 18px;
    border: 1px solid rgba(187, 247, 208, .45);
    border-left: 3px solid #22c55e;
    background: rgba(240, 253, 244, .72);
}
.hero-chip-match strong {
    color: #087443;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    -webkit-text-fill-color: initial !important;
    background: none !important;
}
.hero-chip-match span { color: #166534; font-size: 11px !important; font-weight: 800 !important; line-height: 1.3; }
.hero-chip-stage {
    top: 18px;
    right: 18px;
    border: 1px solid rgba(221,214,254, .45);
    border-left: 3px solid #a78bfa;
    background: rgba(240, 249, 255, .72);
    color: #6d28d9;
    font-size: 12px;
    font-weight: 900;
    animation-delay: 1.2s;
}
.hero-chip-stage i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    animation: chipDotPulse 2s ease-in-out infinite;
    font-style: normal;
}

/* ── 12. AI Difference section ────────────────────────────── */
.ai-difference-section { padding-top: 26px !important; padding-bottom: 38px !important; }
.ai-difference {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: stretch;
    border: 1px solid rgba(208, 227, 255, .9);
    border-radius: 18px;
    background: linear-gradient(150deg, #faf8ff 0%, #f4f1ff 50%, #f0fdf4 100%);
    padding: 26px;
    box-shadow: 0 8px 40px rgba(16, 24, 40, .06);
}
.ai-difference-copy { display: grid; align-content: center; gap: 14px; min-width: 0; }
.ai-difference-copy .eyebrow { width: max-content; max-width: 100%; margin: 0 !important; }
.ai-difference-copy h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: 0; }
.ai-difference-copy p  { margin: 0; font-size: 17px; line-height: 1.7; font-weight: 500; }
.ai-difference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.ai-difference-card {
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ai-difference-card:hover { transform: translateY(-3px); }
.ai-difference-card:nth-child(1):hover { border-color: #c4b5fd; box-shadow: 0 18px 34px rgba(79,70,229, .12), 0 0 0 4px rgba(79,70,229, .05); }
.ai-difference-card:nth-child(2):hover { border-color: #86efac; box-shadow: 0 18px 34px rgba(8, 116, 67, .12), 0 0 0 4px rgba(8, 116, 67, .05); }
.ai-difference-card:nth-child(3):hover { border-color: #fdba74; box-shadow: 0 18px 34px rgba(181, 71, 8, .12), 0 0 0 4px rgba(181, 71, 8, .05); }
.ai-difference-card .icon-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: #eef2ff !important;
    color: #4f46e5 !important;
}
.ai-difference-card .icon-mark svg,
.tracking-flow .flow-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ai-difference-card small {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    border-radius: 999px;
    background: #f8fafc;
    padding: 5px 9px;
    color: #475467;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.ai-difference-card h3 { font-size: 18px; line-height: 1.25; }
.ai-difference-card p  { margin: 0; font-size: 14px; line-height: 1.65; font-weight: 500; }
.ai-difference-card:nth-child(1) { border-top: 3px solid #4f46e5; background: linear-gradient(160deg, #fff 0%, #eef2ff 100%); }
.ai-difference-card:nth-child(2) { border-top: 3px solid #087443; background: linear-gradient(160deg, #fff 0%, #f0fdf4 100%); }
.ai-difference-card:nth-child(2) .icon-mark { background: #ecfdf3 !important; color: #087443 !important; }
.ai-difference-card:nth-child(2) small      { background: #ecfdf3; color: #087443; }
.ai-difference-card:nth-child(3) { border-top: 3px solid #b54708; background: linear-gradient(160deg, #fff 0%, #fff7ed 100%); }
.ai-difference-card:nth-child(3) .icon-mark { background: #fff7ed !important; color: #b54708 !important; }
.ai-difference-card:nth-child(3) small      { background: #fff7ed; color: #b54708; }
.ai-card-stat {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid rgba(16, 24, 40, .06);
    background: rgba(16, 24, 40, .03);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #344054;
}
.ai-difference-card:nth-child(1) .ai-card-stat { border-color: rgba(79,70,229, .18); background: rgba(79,70,229, .06); color: #4f46e5; }
.ai-difference-card:nth-child(2) .ai-card-stat { border-color: rgba(8, 116, 67, .18); background: rgba(8, 116, 67, .06); color: #087443; }
.ai-difference-card:nth-child(3) .ai-card-stat { border-color: rgba(181, 71, 8, .18); background: rgba(181, 71, 8, .06); color: #b54708; }
.ai-difference-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }

/* ── 13. AI Screening story ───────────────────────────────── */
.ai-screening-story { padding-top: 18px !important; }
.ai-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
    gap: 26px;
    align-items: start;
}
.ai-story-copy { min-width: 0; }
.ai-story-copy .eyebrow { margin-bottom: 14px !important; }
.ai-story-copy h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: 0; }
.ai-story-copy p  { max-width: 720px; margin: 18px 0 0; font-size: 17px; line-height: 1.75; font-weight: 500; }
.ai-story-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.ai-story-photo {
    display: block;
    width: 100%;
    max-height: 260px;
    margin-top: 20px;
    border: 1px solid #e0e7ff;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}
.ai-screen-preview {
    display: grid;
    gap: 14px;
    border: 1px solid #c7d2fe;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #faf8ff);
    padding: 20px;
    box-shadow: 0 18px 42px rgba(79,70,229, .10);
}
.ai-screen-preview-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #e0e7ff;
    padding-bottom: 14px;
}
.ai-screen-preview-head span   { color: #4f46e5; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.ai-screen-preview-head strong { color: #087443; font-size: 52px; line-height: .9; }
.ai-screen-bars { display: grid; gap: 10px; }
.ai-screen-bars div {
    position: relative;
    overflow: hidden;
    border: 1px solid #ede9fe;
    border-radius: 14px;
    background: #faf8ff;
    padding: 11px 12px 15px;
}
.ai-screen-bars span   { display: block; color: #667085; font-size: 11px; font-weight: 900; }
.ai-screen-bars strong { display: block; margin-top: 3px; color: #14102c; font-size: 14px; }
.ai-screen-bars i      { position: absolute; left: 0; bottom: 0; height: 4px; border-radius: 999px; background: #4f46e5; }
.ai-screen-bars div:nth-child(2) i { background: #087443; }
.ai-screen-bars div:nth-child(3) i { background: #f79009; }
.ai-screen-note {
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    background: #f0fdf4;
    padding: 13px;
}
.ai-screen-note strong { display: block; color: #166634; font-size: 14px; }
.ai-screen-note p      { margin: 5px 0 0; color: #475467; font-size: 12px; line-height: 1.55; font-weight: 800; }

/* ── 14. Tracking flow ────────────────────────────────────── */
.tracking-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.tracking-flow article {
    position: relative;
    min-width: 0;
    border: 1px solid #e0e7ff;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
}
.tracking-flow article::after {
    content: "";
    position: absolute;
    top: 32px;
    right: -11px;
    width: 12px;
    height: 2px;
    background: #a5b4fc;
}
.tracking-flow article:last-child::after { display: none; }
.tracking-flow .flow-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: #eef2ff !important;
    color: #4f46e5 !important;
}
.tracking-flow article:nth-child(2) .flow-icon { background: #f5f3ff !important; color: #6d28d9 !important; }
.tracking-flow article:nth-child(3) .flow-icon { background: #ecfdf3 !important; color: #087443 !important; }
.tracking-flow article:nth-child(4) .flow-icon { background: #fff7ed !important; color: #b54708 !important; }
.tracking-flow article:nth-child(5) .flow-icon { background: #f5f3ff !important; color: #6941c6 !important; }
.tracking-flow article > small {
    position: absolute;
    right: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #f8fafc;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 950;
}
.tracking-flow h3 { margin-top: 16px !important; font-size: 17px; }
.tracking-flow p  { margin: 8px 0 0; color: var(--home-muted, #475467); font-size: 13px; line-height: 1.6; font-weight: 800; }

/* ── 15. Audience cards ───────────────────────────────────── */
.audience-section { padding-top: 34px !important; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card {
    border: 1px solid #e0e7ff;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #eef2ff);
    padding: 22px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}
.audience-card.company { background: linear-gradient(135deg, #fff, #f0fdf4); }
.audience-card > img {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 0 22px;
    border: 1px solid #e0e7ff;
    border-radius: 14px;
    object-fit: cover;
}
.audience-card .eyebrow { margin-bottom: 12px !important; }
.audience-card h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.12; letter-spacing: 0; }
.audience-card ul {
    display: grid;
    gap: 11px;
    margin: 20px 0 0;
    padding-left: 0 !important;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 850;
}
.audience-card li {
    list-style: none !important;
    position: relative;
    padding-left: 24px !important;
    color: #344054;
}
.audience-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='%23eef2ff' stroke='%23c7d2fe'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-5' stroke='%234f46e5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.audience-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.audience-cta .btn { min-height: 42px !important; }

/* ── 16. Featured jobs ────────────────────────────────────── */
.featured-jobs-row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.featured-job-slot {
    display: flex !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 380px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.featured-job-slot .job-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    overflow: hidden;
    border-radius: 16px !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.featured-job-slot .job-card:hover {
    transform: translateY(-4px) !important;
    border-color: #a5b4fc !important;
    box-shadow: 0 22px 48px rgba(16, 24, 40, .10) !important;
}
.featured-job-slot .job-card .tags { margin-top: auto !important; padding-top: 18px !important; }
.featured-job-slot .job-card .btn  { width: 100% !important; }
.featured-empty {
    text-align: center;
    padding: 48px 24px;
    border: 1px dashed var(--kdx-border, #ddd6fe);
    border-radius: 16px;
    color: #667085;
    font-size: 15px;
    line-height: 1.6;
}
.featured-empty a { color: #4f46e5; font-weight: 800; }

/* ── 17. Testimonials ─────────────────────────────────────── */
.home-testimonials .section-title { text-align: left; }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    border: 1px solid #e0e7ff;
    border-radius: 16px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.testimonial-card:hover { transform: translateY(-3px); border-color: #a5b4fc; box-shadow: 0 16px 38px rgba(16, 24, 40, .09); }
.testimonial-quote {
    display: block;
    color: #c4b5fd;
    font-size: 44px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -2px;
    margin-bottom: 6px;
}
.testimonial-card p {
    margin: 0;
    flex: 1;
    color: #344054;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 500;
}
.testimonial-stars {
    font-size: 13px;
    color: #f59e0b;
    letter-spacing: 3px;
    margin-top: 14px;
}
.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 0;
    border-top: 1px solid #e4e7ec;
    padding-top: 14px;
}
.testimonial-footer strong { display: block; color: #14102c; font-size: 14px; font-weight: 900; }
.testimonial-footer span   { display: block; margin-top: 2px; color: #667085; font-size: 12px; font-weight: 700; }
.testimonial-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #c7d2fe;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    color: #4f46e5;
    font-size: 14px;
    font-weight: 950;
}

/* ── 18. Stats band ───────────────────────────────────────── */
.home-stats-band {
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: linear-gradient(135deg, #eef2ff, #ecfdf3) !important;
}
.home-stats-intro { margin: 0 auto 24px; text-align: center; }
.home-stats-intro .eyebrow { width: max-content; margin: 0 auto 10px !important; }
.home-stats-intro p:last-child { margin: 0; font-size: 16px; font-weight: 800; }
.home-stats-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}
.home-stats-row > .stat {
    justify-content: center;
    min-width: 0;
    gap: 18px !important;
    min-height: 126px;
    padding: 24px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .9) !important;
}
.home-stats-row > .stat .icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
    flex: 0 0 auto;
}
.home-stats-row > .stat .tiny { display: block; line-height: 1.2; font-weight: 800; }
.home-stats-row > .stat-value { font-size: 42px !important; line-height: 1 !important; }

/* ── 19. Career potential / journey grid ──────────────────── */
.career-potential { padding-top: 18px; }
.journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.journey-card {
    position: relative;
    overflow: hidden;
    min-height: 184px;
    border: 1px solid #ede9fe;
    border-radius: 18px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
}
.journey-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #4f46e5, #8b5cf6);
}
.journey-grid > article:nth-child(2)::after { background: linear-gradient(90deg, #087443, #22c55e); }
.journey-grid > article:nth-child(3)::after { background: linear-gradient(90deg, #b54708, #f59e0b); }
.journey-grid > article:nth-child(4)::after { background: linear-gradient(90deg, #6941c6, #a78bfa); }
.journey-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #141022;
    color: #fff;
    font-weight: 950;
    margin-bottom: 18px;
}
.journey-card h3 { font-size: 16px; }
.journey-card p  { font-size: 13px; line-height: 1.7; color: #374151; }

/* ── 20. CTA band ─────────────────────────────────────────── */
.home-cta-band {
    position: relative;
    overflow: hidden;
    padding: 56px 0;
    background: linear-gradient(130deg, #14102c 0%, #342864 55%, #4f46e5 100%);
}
.home-cta-band::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 340px;
    height: 340px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    pointer-events: none;
}
.home-cta-band::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -60px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .03);
    pointer-events: none;
}
.home-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
}
.home-cta-copy .eyebrow {
    border-color: rgba(255, 255, 255, .22) !important;
    background: rgba(255, 255, 255, .1) !important;
    color: rgba(255, 255, 255, .9) !important;
    margin-bottom: 14px !important;
}
.home-cta-copy h2 {
    font-size: clamp(26px, 3.2vw, 44px) !important;
    line-height: 1.1 !important;
    color: #fff !important;
    letter-spacing: -.02em !important;
}
.home-cta-copy p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 500;
}
.home-cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 190px; }
.home-cta-actions .btn:not(.outline) {
    background: #fff !important;
    color: #4f46e5 !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18) !important;
}
.home-cta-actions .btn:not(.outline):hover {
    background: #eef2ff !important;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .22) !important;
}
.home-cta-actions .btn.outline {
    border-color: rgba(255, 255, 255, .48) !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
}
.home-cta-actions .btn.outline:hover {
    background: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .8) !important;
}

/* ── 21. About page styles ────────────────────────────────── */
/* .about-story, .about-values, .about-value base comes from
   final-overrides.css; we only add what's unique here. */
.about-story { grid-template-columns: 1.1fr .9fr; align-items: start; }
.about-panel {
    border: 1px solid #e0e7ff;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff, #f7f4ff);
    padding: 32px;
    box-shadow: 0 20px 44px rgba(139,92,246, .10);
}
.about-panel p { color: #475569; line-height: 1.85; }
.about-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.about-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e7ff;
    border-radius: 999px;
    background: #fff;
    padding: 8px 14px;
    color: #6d28d9;
    font-size: 13px;
    font-weight: 900;
}
.about-metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-metric {
    border: 1px solid #e0e7ff;
    border-radius: 22px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}
.about-metric strong { display: block; font-size: 28px; line-height: 1; color: #141022; }
.about-metric span   { display: block; margin-top: 8px; color: #64748b; font-weight: 800; }
.about-value h3 { margin-bottom: 10px; }
.about-value p  { margin: 0; color: #475569; line-height: 1.75; }

/* ── 22. Footer ───────────────────────────────────────────── */
.footer {
    position: relative;
    margin-top: 72px;
    border-top: 1px solid #e0e7ff;
    background: linear-gradient(180deg, #faf8ff 0%, #fff 42%, #f8fafc 100%);
    padding: 0 0 52px;
    overflow: hidden;
}
.footer .wrap { position: relative; z-index: 1; }
.footer-top {
    display: grid;
    grid-template-columns: minmax(300px, 1.28fr) repeat(3, minmax(150px, 1fr));
    gap: 46px;
    min-height: 360px;
    align-items: start;
    padding-top: 28px;
}
.footer-about { display: grid; gap: 18px; max-width: 450px; }
.footer-logo  { display: flex; align-items: center; gap: 12px; color: #6d28d9; font-size: 29px; font-weight: 950; line-height: 1; }
.footer-logo img { width: 46px; height: 46px; }
.footer-about p { margin: 0; color: #334155; font-size: 15px; line-height: 1.75; }
.footer-links { display: grid; gap: 14px; color: #141022; font-size: 16px; }
.footer-links strong { margin-bottom: 8px; color: #070414; font-size: 20px; }
.footer-links a { color: #171331; line-height: 1.35; transition: .2s; }
.footer-links a:hover { color: #6d28d9; transform: translateX(3px); }
.footer-bottom {
    margin-top: 42px;
    border-top: 1px solid #e0e7ff;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}
.footer-bottom .tiny { color: #141022; font-weight: 800; }
.social-row { display: flex; align-items: center; gap: 18px; }
.social-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #070414;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
    transition: .2s;
}
.social-dot svg { width: 23px; height: 23px; fill: currentColor; }
.social-dot:hover { background: #6d28d9; color: #fff; transform: translateY(-3px); }

/* ── 23. Scroll reveal ────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
    .home-page [data-reveal] {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity .48s ease, transform .48s ease;
    }
    .home-page [data-reveal].is-visible { opacity: 1; transform: none; }
    .home-page [data-reveal][data-delay="1"] { transition-delay: .1s; }
    .home-page [data-reveal][data-delay="2"] { transition-delay: .2s; }
    .home-page [data-reveal][data-delay="3"] { transition-delay: .3s; }
    .home-page [data-reveal][data-delay="4"] { transition-delay: .4s; }
    /* Staggered rows: container itself stays visible, children animate in */
    .home-page .tracking-flow[data-reveal],
    .home-page .journey-grid[data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
    .home-page .tracking-flow[data-reveal] > article,
    .home-page .journey-grid[data-reveal] > article { opacity: 0; transform: translateY(16px); transition: opacity .38s ease, transform .38s ease; }
    .home-page .tracking-flow.is-visible > article,
    .home-page .journey-grid.is-visible > article { opacity: 1; transform: none; }
    .home-page .tracking-flow.is-visible > article:nth-child(2),
    .home-page .journey-grid.is-visible > article:nth-child(2) { transition-delay: .08s; }
    .home-page .tracking-flow.is-visible > article:nth-child(3),
    .home-page .journey-grid.is-visible > article:nth-child(3) { transition-delay: .16s; }
    .home-page .tracking-flow.is-visible > article:nth-child(4),
    .home-page .journey-grid.is-visible > article:nth-child(4) { transition-delay: .24s; }
    .home-page .tracking-flow.is-visible > article:nth-child(5) { transition-delay: .32s; }
}

/* ── 24. Keyframes ────────────────────────────────────────── */
@keyframes heroAccentFlow {
    0%, 100% { background-position: 0% 50%; }
    50%       { background-position: 100% 50%; }
}
@keyframes heroBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0   rgba(99,102,241, .14); }
    55%       { box-shadow: 0 0 0 7px rgba(99,102,241, .04); }
}
@keyframes heroChipFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-4px); }
}
@keyframes chipDotPulse {
    0%, 100% { box-shadow: 0 0 0 0   rgba(34, 197, 94, .45); }
    50%       { box-shadow: 0 0 0 5px rgba(34, 197, 94, .0); }
}

/* ── 25. Reduced motion ───────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .hero-accent                   { animation: none !important; background-position: 0% 50%; }
    .home-page .hero-copy:before,
    .hero-chip,
    .hero-chip-stage i             { animation: none !important; }
}

/* ── 26. Dark mode ────────────────────────────────────────── */
body.theme-dark:has(.home-page) {
    background: linear-gradient(180deg, #0f0b20 0%, #161129 100%) !important;
}
body.theme-dark:has(.home-page) .header {
    background: rgba(11, 18, 32, .86) !important;
    border-color: #382a66 !important;
}
body.theme-dark .home-page {
    --home-ink:   #f8fafc;
    --home-muted: #cbd5e1;
    --home-line:  #382a66;
    --home-soft:  #251c47;
}
body.theme-dark .home-page .hero {
    background:
        radial-gradient(ellipse 70% 55% at 5% 0%,  rgba(167,139,250, .10), transparent 58%),
        radial-gradient(ellipse 55% 45% at 95% 5%,  rgba(34, 197, 94, .08),  transparent 55%),
        linear-gradient(180deg, #0f0b20 0%, #161129 100%) !important;
}
body.theme-dark .home-path-card {
    border-color: #382a66;
    background: #171331;
    box-shadow: none;
}
body.theme-dark .home-path-card:first-child {
    border-left-color: rgba(167,139,250, .55);
    background: linear-gradient(145deg, rgba(167,139,250, .06) 0%, #171331 58%);
}
body.theme-dark .home-path-card:last-child {
    border-left-color: rgba(34, 197, 94, .55);
    background: linear-gradient(145deg, rgba(34, 197, 94, .06) 0%, #171331 58%);
}
body.theme-dark .home-path-card:first-child > span:not(.home-path-arrow) {
    background: rgba(167,139,250, .1);
    border-color: rgba(167,139,250, .25);
    color: #c4b5fd;
}
body.theme-dark .home-path-card:last-child > span:not(.home-path-arrow) {
    background: rgba(34, 197, 94, .1);
    border-color: rgba(34, 197, 94, .25);
    color: #86efac;
}
body.theme-dark .home-path-card:first-child .home-path-arrow { background: rgba(167,139,250, .12); color: #c4b5fd; }
body.theme-dark .home-path-card:last-child  .home-path-arrow { background: rgba(34, 197, 94, .12); color: #86efac; }
body.theme-dark .home-path-card strong      { color: #f8fafc; }
body.theme-dark .home-path-card small,
body.theme-dark .home-page .lead,
body.theme-dark .home-page .section-title p:last-child,
body.theme-dark .home-page .ai-difference-copy p,
body.theme-dark .home-page .ai-story-copy p { color: #cbd5e1 !important; }

body.theme-dark .hero-photo-card {
    border-color: #382a66;
    background: #171331;
}
body.theme-dark .hero-photo-card figcaption {
    border-color: #382a66;
    background: rgba(17, 24, 39, .9);
    color: #f8fafc;
}
body.theme-dark .hero-photo-card figcaption span { color: #cbd5e1; }
body.theme-dark .ai-story-photo { border-color: #382a66; }
body.theme-dark .hero-chip-match { border: 1px solid rgba(20, 83, 45, .4); border-left: 3px solid #22c55e; background: rgba(5, 46, 22, .65); }
body.theme-dark .hero-chip-match strong { color: #86efac !important; }
body.theme-dark .hero-chip-match span   { color: #bbf7d0 !important; }
body.theme-dark .hero-chip-stage { border: 1px solid rgba(30, 58, 95, .45); border-left: 3px solid #a78bfa; background: rgba(15, 23, 42, .65); color: #c4b5fd; }
body.theme-dark .ai-difference {
    border-color: #382a66;
    background: linear-gradient(150deg, #141022 0%, #1d153c 50%, #071a10 100%);
}
body.theme-dark .ai-difference-copy h2,
body.theme-dark .ai-difference-card h3 { color: #f8fafc !important; }
body.theme-dark .ai-difference-copy p,
body.theme-dark .ai-difference-card p  { color: #cbd5e1 !important; }
body.theme-dark .ai-difference-card {
    border-color: #382a66;
    box-shadow: none;
}
body.theme-dark .ai-difference-card:nth-child(1) { border-top-color: #8b5cf6; background: linear-gradient(160deg, #171331 0%, #221947 100%); }
body.theme-dark .ai-difference-card:nth-child(2) { border-top-color: #22c55e; background: linear-gradient(160deg, #171331 0%, #052e16 100%); }
body.theme-dark .ai-difference-card:nth-child(3) { border-top-color: #f97316; background: linear-gradient(160deg, #171331 0%, #1c0d00 100%); }
body.theme-dark .ai-difference-card .icon-mark,
body.theme-dark .ai-difference-card small { background: #251c47 !important; color: #ddd6fe !important; }
body.theme-dark .ai-card-stat { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.05); color: #94a3b8; }
body.theme-dark .ai-difference-card:nth-child(1) .ai-card-stat { border-color: rgba(59,130,246,.2); background: rgba(59,130,246,.08); color: #c4b5fd; }
body.theme-dark .ai-difference-card:nth-child(2) .ai-card-stat { border-color: rgba(34,197,94,.2); background: rgba(34,197,94,.08); color: #86efac; }
body.theme-dark .ai-difference-card:nth-child(3) .ai-card-stat { border-color: rgba(249,115,22,.2); background: rgba(249,115,22,.08); color: #fdba74; }
body.theme-dark .ai-story-copy h2,
body.theme-dark .ai-screen-bars strong,
body.theme-dark .tracking-flow h3,
body.theme-dark .audience-card h2 { color: #f8fafc !important; }
body.theme-dark .ai-screen-preview,
body.theme-dark .tracking-flow article,
body.theme-dark .audience-card { border-color: #382a66; background: #171331; box-shadow: none; }
body.theme-dark .audience-card > img    { border-color: #382a66; }
body.theme-dark .ai-screen-note         { border-color: #166534; background: #052e16; }
body.theme-dark .ai-screen-bars div     { border-color: #382a66; background: #141022; }
body.theme-dark .ai-screen-preview-head { border-color: #382a66; }
body.theme-dark .ai-story-copy p,
body.theme-dark .ai-screen-note p,
body.theme-dark .tracking-flow p,
body.theme-dark .audience-card ul { color: #cbd5e1 !important; }
body.theme-dark .audience-card li::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='%23251c47' stroke='%23382a66'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-5' stroke='%23a78bfa' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.theme-dark .tracking-flow .flow-icon,
body.theme-dark .tracking-flow article > small { background: #251c47 !important; color: #ddd6fe !important; }
body.theme-dark .testimonial-card       { border-color: #382a66; background: #171331; box-shadow: none; }
body.theme-dark .testimonial-quote      { color: #8b5cf6; }
body.theme-dark .testimonial-card p     { color: #cbd5e1; }
body.theme-dark .testimonial-stars      { color: #fbbf24; }
body.theme-dark .testimonial-footer     { border-color: #382a66; }
body.theme-dark .testimonial-footer strong { color: #f8fafc; }
body.theme-dark .testimonial-footer span   { color: #94a3b8; }
body.theme-dark .testimonial-avatar { background: #251c47; border-color: #382a66; color: #ddd6fe; }
body.theme-dark .home-stats-band { border-color: #382a66; background: linear-gradient(135deg, #251c47, #052e2b) !important; }
body.theme-dark .home-stats-row > .stat { background: #171331 !important; }
body.theme-dark .home-stats-row > .stat-value,
body.theme-dark .profile-box .stat-value { color: #f8fafc !important; }
body.theme-dark .journey-card  { border-color: #382a66 !important; background: #171331 !important; color: #f8fafc !important; box-shadow: none !important; }
body.theme-dark .journey-card p { color: #cbd5e1 !important; }
body.theme-dark .about-panel  { border-color: #382a66; background: linear-gradient(135deg, #141022, #171331); }
body.theme-dark .about-panel p { color: #94a3b8; }
body.theme-dark .about-chip   { border-color: #382a66; background: #251c47; color: #ddd6fe; }
body.theme-dark .about-metric { border-color: #382a66; background: #171331; }
body.theme-dark .about-metric strong { color: #f8fafc; }
body.theme-dark .about-metric span   { color: #94a3b8; }
body.theme-dark .footer {
    border-color: #382a66;
    background: linear-gradient(180deg, #0a0718 0%, #0f0b20 100%);
}
body.theme-dark .footer-about p  { color: #94a3b8; }
body.theme-dark .footer-links    { color: #cbd5e1; }
body.theme-dark .footer-links a  { color: #94a3b8; }
body.theme-dark .footer-links a:hover  { color: #a78bfa; }
body.theme-dark .footer-links strong   { color: #f8fafc; }
body.theme-dark .footer-bottom   { border-color: #382a66; }
body.theme-dark .footer-bottom .tiny   { color: #94a3b8; }
body.theme-dark .social-dot      { background: #382a66; color: #ddd6fe; box-shadow: none; }
body.theme-dark .social-dot:hover { background: #8b5cf6; color: #fff; }

/* ── 27. Responsive ───────────────────────────────────────── */
@media (max-width: 1100px) {
    .featured-jobs-row { flex-wrap: wrap !important; }
    .featured-job-slot { flex: 1 1 calc(50% - 28px) !important; max-width: 520px !important; }
    .tracking-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tracking-flow article::after { display: none; }
}
@media (max-width: 1024px) {
    .home-page .hero {
        padding: 40px 0 36px !important;
        min-height: auto !important;
    }
    .hero-copy-grid { grid-template-columns: 1fr !important; }
    .hero-copy-grid > .hero-copy { text-align: center; }
    .hero-copy-grid h1,
    .hero-copy-grid .lead,
    .hero-copy-grid .search { margin-left: auto !important; margin-right: auto !important; }
    .hero-copy-grid .hero-actions { justify-content: center; }
    .home-paths { margin-left: auto; margin-right: auto; }
    .hero-photo-card,
    .hero-photo-card img { min-height: 280px; max-height: 380px; }
    .hero-photo-card { margin-top: 24px; }
    .hero-chip { display: none; }
    .ai-difference { grid-template-columns: 1fr; }
    .ai-difference-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; min-height: auto; }
    .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
    .ai-story-grid,
    .audience-grid { grid-template-columns: 1fr; }
    .ai-difference { grid-template-columns: 1fr; }
    .home-cta-band { padding: 44px 0; }
    .home-cta-inner { grid-template-columns: 1fr; text-align: center; }
    .home-cta-copy .eyebrow { margin-left: auto !important; margin-right: auto !important; }
    .home-cta-actions { flex-direction: row; flex-wrap: wrap; justify-content: center; min-width: 0; }
    .home-cta-actions .btn { flex: 1 1 160px; }
    .tracking-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tracking-flow article:nth-child(3)::after { display: none; }
}
@media (max-width: 760px) {
    .home-page .hero { display: block !important; min-height: auto !important; }
    .hero-copy-grid { grid-template-columns: 1fr !important; }
    .hero-photo-card { margin-top: 24px; }
    .hero-chip { display: none; }
    .journey-grid { grid-template-columns: 1fr 1fr; }
    .home-stats-band { padding-top: 34px !important; padding-bottom: 34px !important; }
    .home-stats-row { grid-template-columns: 1fr !important; }
    .home-stats-row > .stat { justify-content: flex-start; min-height: 0; padding: 18px !important; }
    .home-stats-row > .stat-value { font-size: 34px !important; }
    .tracking-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tracking-flow article:nth-child(2)::after,
    .tracking-flow article:nth-child(4)::after { display: none; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; padding-top: 18px; }
    .footer-links { font-size: 15px; }
    .footer-links strong { font-size: 18px; }
    .social-dot { width: 50px; height: 50px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .home-page .hero { padding: 28px 0 32px !important; }
    .home-page h1,
    .hero-copy-grid h1 { font-size: 36px !important; }
    .home-page .section,
    .home-page .ai-difference-section,
    .home-page .ai-screening-story,
    .home-page .tracking-flow-section,
    .home-page .audience-section,
    .home-page .career-potential,
    .home-page .home-stats-band,
    .home-page .home-testimonials,
    .home-page .home-featured-jobs { padding-top: 28px !important; padding-bottom: 28px !important; }
    .home-page .search { padding: 10px !important; }
    .home-page .search .btn { width: 100% !important; border-radius: 12px !important; }
    .home-page .search { flex-direction: column; }
    .home-page .search-inner { min-height: 44px !important; }
    .home-paths { grid-template-columns: 1fr; }
    .home-path-card { padding: 14px 36px 14px 14px; }
    .hero-photo-card,
    .hero-photo-card img { min-height: 200px; max-height: 280px; }
    .hero-photo-card figcaption { left: 12px; right: 12px; bottom: 12px; padding: 12px; }
    .ai-story-photo { max-height: 220px; }
    .ai-screening-story { padding-top: 12px !important; }
    .ai-difference { padding: 18px; }
    .ai-difference-grid { grid-template-columns: 1fr; }
    .ai-difference-copy h2 { font-size: 28px !important; }
    .ai-difference-copy p { font-size: 15px; }
    .ai-screen-preview-head { align-items: flex-start; flex-direction: column; }
    .ai-screen-preview-head strong { font-size: 44px; }
    .tracking-flow { grid-template-columns: 1fr; }
    .tracking-flow article::after { display: none; }
    .audience-card { padding: 20px; }
    .audience-card > img { height: 210px; }
    .audience-card h2 { font-size: 24px !important; }
    .audience-cta .btn { flex: 1 1 100%; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .home-testimonials { padding-top: 18px !important; }
    .featured-jobs-row { display: grid !important; grid-template-columns: 1fr !important; }
    .featured-job-slot { max-width: none !important; width: 100% !important; }
    .journey-grid { grid-template-columns: 1fr; }
    .home-cta-band { padding: 32px 0; }
    .home-cta-copy p { font-size: 15px; }
    .footer { padding-bottom: 36px; }
}
@media (max-width: 420px) {
    .home-page h1,
    .hero-copy-grid h1 { font-size: 30px !important; }
    .home-page .lead { font-size: 15px !important; }
    .home-page .hero-copy:before { font-size: 10px; padding: 6px 10px; }
    .ai-difference-card { padding: 16px; }
    .ai-difference-card h3 { font-size: 16px; }
    .ai-screen-preview-head strong { font-size: 36px; }
    .audience-card h2 { font-size: 22px !important; }
    .audience-card > img { height: 180px; }
    .testimonial-card { padding: 18px; }
    .home-cta-actions .btn { flex: 1 1 100%; }
}

/* ── Companies listing: richer company cards ───────────────── */
.company-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.company-card:hover {
    transform: translateY(-4px);
    border-color: #c7d2fe;
    box-shadow: 0 18px 44px rgba(124, 58, 237, .14);
}
.company-card-head { display: flex; align-items: center; gap: 14px; }
.company-logo {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid #e0e7ff;
    background: #f5f3ff;
}
span.company-logo.profile-photo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6d28d9;
    font-size: 22px;
    font-weight: 900;
}
.company-head-text { min-width: 0; }
.company-card h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1.25;
}
.company-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 11px;
    font-weight: 900;
}
.company-industry { margin: 3px 0 0; color: #7c3aed; font-size: 13px; font-weight: 800; }
.company-meta { color: #64748b; font-size: 14px; font-weight: 600; }
.company-desc { margin: 0; color: #475467; font-size: 14px; line-height: 1.6; }
.company-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
}
.company-jobs-pill {
    border-radius: 999px;
    background: #ede9fe;
    padding: 7px 14px;
    color: #6d28d9;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.company-card-footer .btn { white-space: nowrap; }

body.theme-dark .company-card { border-color: #382a66; background: #171331; }
body.theme-dark .company-card:hover { border-color: #4c3a85; }
body.theme-dark .company-logo { border-color: #382a66; background: #241c47; }
body.theme-dark span.company-logo.profile-photo-fallback { color: #c4b5fd; }
body.theme-dark .company-industry { color: #c4b5fd; }
body.theme-dark .company-meta { color: #94a3b8; }
body.theme-dark .company-desc { color: #cbd5e1; }
body.theme-dark .company-jobs-pill { background: #2a2150; color: #c4b5fd; }
body.theme-dark .company-verified { background: rgba(22, 101, 52, .35); color: #86efac; }
