/* =========================================================
   CoHoiViecLam — Unified UI / Color-Sync Layer
   Loaded AFTER styles.css — overrides legacy orange palette
   and elevates every page to match the premium hv2 homepage.
========================================================= */

/* Homepage hero — fit content, no full-viewport height */
.home-fullpage .home-hero-full {
  min-height:auto !important;
  padding:48px 0 40px !important;
}
@media (max-width:760px) {
  .home-fullpage .home-hero-full { padding:28px 0 24px !important; }
}

/* ═══════════════════════════════════════════════════
   1. GLOBAL DESIGN TOKENS
═══════════════════════════════════════════════════ */
:root {
  --pink:      #ec4899;
  --pink-dark: #db2777;
  --violet:    #8b5cf6;
  --violet-dark:#7c3aed;
  --dark:      #0f172a;
  --dark-2:    #1e1b4b;
  --white:     #ffffff;
  --bg:        #fffafc;
  --surface:   #ffffff;
  --muted:     #64748b;
  --line:      #f3d7e5;
  --soft:      #fff1f7;
  --soft-2:    #f6f1ff;
  --green:     #10b981;
  --shadow:    0 18px 40px rgba(236,72,153,.10);
  --shadow-dark:0 12px 26px rgba(15,23,42,.12);
  --gradient:  linear-gradient(135deg,#ec4899,#8b5cf6);
  --gradient-dark:linear-gradient(135deg,#0f172a,#1e1b4b);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --max:       1200px;
}

/* ═══════════════════════════════════════════════════
   2. GLOBAL TYPOGRAPHY & UTILITIES
═══════════════════════════════════════════════════ */
body {
  font-family:"Be Vietnam Pro","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  background:var(--bg);
  color:var(--dark);
  line-height:1.65;
}
a { text-decoration:none; color:inherit; }
*, *::before, *::after { box-sizing:border-box; }

/* Gradient text utility */
.ui-gradient-text {
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* ═══════════════════════════════════════════════════
   3. GLOBAL BUTTON SYSTEM OVERRIDE
   Replace every orange gradient with pink→violet
═══════════════════════════════════════════════════ */

/* Primary pink→violet button — universal */
.btn-primary,
.btn.btn-primary {
  background:var(--gradient) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 14px 30px rgba(236,72,153,.22) !important;
  border-radius:999px !important;
}
.btn-primary:hover,
.btn.btn-primary:hover {
  filter:brightness(1.08) !important;
  box-shadow:0 20px 42px rgba(236,72,153,.32) !important;
  transform:translateY(-2px) !important;
}

/* Dark / submit buttons — dark navy (not orange) */
.btn.btn-dark,
button[type="submit"].btn-dark {
  background:var(--gradient-dark) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 12px 26px rgba(15,23,42,.18) !important;
  border-radius:999px !important;
}
.btn.btn-dark:hover,
button[type="submit"].btn-dark:hover {
  background:var(--gradient) !important;
  box-shadow:0 20px 42px rgba(236,72,153,.28) !important;
  transform:translateY(-2px) !important;
}

/* Light / ghost buttons */
.btn.btn-light {
  background:#fff !important;
  color:var(--pink) !important;
  border:1px solid #f9a8d4 !important;
  border-radius:999px !important;
  box-shadow:0 8px 20px rgba(236,72,153,.08) !important;
}
.btn.btn-light:hover {
  background:var(--soft) !important;
  color:var(--pink-dark) !important;
}

/* ═══════════════════════════════════════════════════
   4. PAGE HERO (page-hero.php) — PREMIUM DARK VARIANT
═══════════════════════════════════════════════════ */
.ui-page-hero {
  position:relative;
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%);
  overflow:hidden;
  padding:72px 0 64px;
  margin-bottom:0;
}
.ui-page-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 30%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 70%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.ui-page-hero .container { position:relative; z-index:1; }
.ui-page-hero .ui-eyebrow {
  display:inline-flex;
  align-items:center;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.ui-page-hero h1 {
  font-size:clamp(36px,5vw,72px);
  font-weight:950;
  line-height:.96;
  letter-spacing:-.055em;
  color:#fff;
  margin:0 0 16px;
}
.ui-page-hero h1 em {
  font-style:normal;
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.ui-page-hero p {
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.72);
  max-width:700px;
  margin:0;
}
.ui-page-hero .ui-hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.ui-hero-btn-primary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  background:var(--gradient);
  color:#fff;
  font-weight:900;
  font-size:15px;
  box-shadow:0 16px 36px rgba(236,72,153,.28);
  transition:.22s ease;
}
.ui-hero-btn-primary:hover { filter:brightness(1.1); transform:translateY(-2px); }
.ui-hero-btn-ghost {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-weight:900;
  font-size:15px;
  border:1px solid rgba(255,255,255,.28);
  transition:.22s ease;
}
.ui-hero-btn-ghost:hover { background:rgba(255,255,255,.2); }

/* Upgrade existing .hero (used by page-hero.php) to premium look */
.hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  border:0 !important;
  border-radius:0 !important;
  padding:60px 0 !important;
  margin-bottom:0 !important;
  box-shadow:none !important;
  position:relative;
  overflow:hidden;
}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 88% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.hero h1 {
  color:#fff !important;
  font-size:clamp(36px,5vw,72px) !important;
  font-weight:950 !important;
  line-height:.96 !important;
  letter-spacing:-.055em !important;
  position:relative;
  z-index:1;
}
.hero p {
  color:rgba(255,255,255,.72) !important;
  position:relative;
  z-index:1;
}
.hero .eyebrow,
.hero .ui-eyebrow {
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}

/* ═══════════════════════════════════════════════════
   5. EYEBROW / BADGE COMPONENT SYSTEM
═══════════════════════════════════════════════════ */
.eyebrow,
.ui-eyebrow {
  display:inline-flex !important;
  align-items:center !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  background:var(--soft) !important;
  border:1px solid #f8cadd !important;
  color:var(--pink) !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.05em !important;
  text-transform:uppercase !important;
}

/* Status badges */
.ui-badge-green {
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:5px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#d1fae5,#a7f3d0);
  color:#065f46;
  font-size:12px;
  font-weight:900;
}
.ui-badge-pink {
  display:inline-flex;
  padding:5px 12px;
  border-radius:999px;
  background:var(--soft);
  color:var(--pink-dark);
  border:1px solid #f9a8d4;
  font-size:12px;
  font-weight:900;
}
.ui-badge-dark {
  display:inline-flex;
  padding:5px 12px;
  border-radius:999px;
  background:var(--dark);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

/* ═══════════════════════════════════════════════════
   6. JOBS PAGE — COLOR SYNC (CRITICAL)
   Replace all orange (#f97316) with violet (#8b5cf6)
═══════════════════════════════════════════════════ */

/* Override the orange CTA variable */
.jobs-board-page {
  --jobs-cta:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
  --jobs-cta-soft:linear-gradient(135deg,#fff1f7,#f5f0ff) !important;
}

/* Fix command shell: dark navy diagonal (no orange) */
.jobs-command-shell {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 38%,#fff 38.1%,#fff 100%) !important;
}
@media (max-width:1280px) {
  .jobs-command-shell {
    background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 32%,#fff 32.1%,#fff 100%) !important;
  }
}
@media (max-width:760px) {
  .jobs-command-shell {
    background:linear-gradient(180deg,#0f172a 0%,#1e1b4b 220px,#fff 221px,#fff 100%) !important;
  }
}

/* Hero panel stat numbers — pink→violet gradient */
.jobs-board-page .jobs-board-hero .jobs-hero-panel strong {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* Hero primary CTA (Xem việc phù hợp) */
.jobs-hero-primary {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
  box-shadow:0 18px 36px rgba(236,72,153,.26) !important;
}
.jobs-hero-primary:hover {
  box-shadow:0 24px 48px rgba(139,92,246,.32) !important;
}

/* Filter top-bar: pink→violet top accent line */
.jobs-board-page .jobs-top-filter::before {
  background:linear-gradient(90deg,#ec4899,#8b5cf6) !important;
}

/* Sidebar filter submit button */
.jobs-board-page .jobs-filter-form button.btn.btn-primary,
.jobs-board-page button[type="submit"] {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:0 14px 28px rgba(236,72,153,.22) !important;
  border-radius:999px !important;
}
.jobs-board-page .jobs-filter-form button.btn.btn-primary:hover,
.jobs-board-page button[type="submit"]:hover {
  filter:brightness(1.08) !important;
  box-shadow:0 20px 42px rgba(139,92,246,.28) !important;
}

/* All dark buttons in jobs page → pink→violet gradient */
.jobs-board-page .btn.btn-dark,
.jobs-board-page .jobs-top-filter button,
.jobs-board-page .jobs-card-actions .btn-dark {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:0 14px 30px rgba(236,72,153,.22) !important;
}
.jobs-board-page .btn.btn-dark:hover,
.jobs-board-page .jobs-top-filter button:hover,
.jobs-board-page .jobs-card-actions .btn-dark:hover {
  filter:brightness(1.08) !important;
  box-shadow:0 20px 40px rgba(139,92,246,.28) !important;
  transform:translateY(-2px) !important;
}

/* Category tabs section left accent bar */
.jobs-board-page .jobs-category-tabs-section::before,
.jobs-board-page .jobs-location-strip::before,
.jobs-board-page .jobs-results-head::before {
  background:linear-gradient(180deg,#ec4899,#8b5cf6) !important;
}

/* Category tab chip count badge */
.jobs-board-page .jobs-chip-row a span {
  background:var(--soft) !important;
  color:var(--pink) !important;
}

/* Category tab active dots */
.jobs-board-page .jobs-tabs-head strong::before {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  box-shadow:0 0 0 6px rgba(236,72,153,.12) !important;
}

/* Location icon in tab head */
.jobs-board-page .jobs-location-strip .jobs-mini-head strong::before {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  box-shadow:0 12px 24px rgba(139,92,246,.22) !important;
}

/* Results sort pills active / hover */
.jobs-board-page .jobs-sort-pills a.active,
.jobs-board-page .jobs-sort-pills a:hover,
.jobs-board-page .jobs-smart-pills a.active,
.jobs-board-page .jobs-smart-pills a:hover {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow:0 14px 30px rgba(139,92,246,.22) !important;
}

/* Job card left accent border */
.jobs-board-page .jobs-card::before {
  background:linear-gradient(180deg,#ec4899,#8b5cf6) !important;
}

/* Job card "Đang tuyển" badge */
.jobs-card-badge {
  display:inline-flex;
  align-items:center;
  padding:4px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#d1fae5,#a7f3d0);
  color:#065f46;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
  margin-bottom:10px;
}

/* Job card salary meta (make it pink) */
.jobs-card-meta span:nth-child(2) {
  color:var(--pink) !important;
  font-weight:800 !important;
}

/* ═══════════════════════════════════════════════════
   7. COMPANIES PAGE — COLOR SYNC
═══════════════════════════════════════════════════ */
.companies-board-page {
  --companies-cta:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* Companies hero h1 gradient */
.companies-board-page .companies-hero h1 {
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#ec4899 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* Companies CTA button */
.companies-board-page .companies-search button,
.companies-board-page .btn.btn-primary,
.companies-board-page .btn.btn-dark {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border:0 !important;
  color:#fff !important;
}

/* ═══════════════════════════════════════════════════
   8. HOME SEARCH BUTTON COLOR FIX
═══════════════════════════════════════════════════ */
.home-search-btn {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
}
.home-search-btn:hover {
  filter:brightness(1.08) !important;
}

/* ═══════════════════════════════════════════════════
   9. SINGLE JOB PAGE — PREMIUM UPGRADES
═══════════════════════════════════════════════════ */
.job-single-page {
  background:#fffafc;
}

/* Job single hero */
.job-single-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  border:0 !important;
  padding:64px 0 52px !important;
  position:relative;
  overflow:hidden;
}
.job-single-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.job-single-hero .container,
.job-single-hero-grid {
  position:relative;
  z-index:1;
}
.job-single-kicker {
  display:inline-flex;
  align-items:center;
  padding:6px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#d1fae5,#a7f3d0);
  color:#065f46;
  font-size:12px;
  font-weight:900;
  margin-bottom:14px;
}
.job-single-hero h1 {
  color:#fff !important;
  font-size:clamp(30px,4vw,56px) !important;
  font-weight:950 !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  margin:0 0 14px !important;
}
.job-single-hero > .container > div > p {
  color:rgba(255,255,255,.72) !important;
}

/* Meta pills in hero */
.job-single-meta-pills {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:16px 0 !important;
}
.job-single-meta-pills span {
  display:inline-flex;
  align-items:center;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:13px;
  font-weight:700;
}

/* Primary apply button */
.job-single-btn.primary {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  padding:14px 28px !important;
  font-weight:900 !important;
  box-shadow:0 16px 36px rgba(236,72,153,.28) !important;
  display:inline-flex !important;
  align-items:center !important;
}
.job-single-btn.primary:hover {
  filter:brightness(1.1) !important;
  transform:translateY(-2px) !important;
}
.job-single-btn.ghost {
  border-radius:999px !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.28) !important;
  padding:14px 28px !important;
  font-weight:900 !important;
  display:inline-flex !important;
  align-items:center !important;
}
.job-single-btn.ghost:hover {
  background:rgba(255,255,255,.22) !important;
}

/* Hero panel sidebar */
.job-single-hero-panel {
  border-radius:28px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  backdrop-filter:blur(12px) !important;
  padding:24px !important;
}
.job-single-hero-panel > div {
  padding:16px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}
.job-single-hero-panel > div:last-child {
  border-bottom:0 !important;
  padding-bottom:0 !important;
}
.job-single-hero-panel strong {
  display:block !important;
  font-size:20px !important;
  font-weight:900 !important;
  color:#fff !important;
}
.job-single-hero-panel span {
  font-size:13px !important;
  color:rgba(255,255,255,.6) !important;
}

/* Job single apply card */
.job-single-apply-card {
  border:1px solid var(--line) !important;
  border-radius:28px !important;
  padding:28px !important;
  background:linear-gradient(135deg,#fff1f7,#f6f1ff) !important;
  box-shadow:var(--shadow) !important;
}
.job-single-apply-card h2 {
  font-size:22px !important;
  margin:10px 0 12px !important;
  color:var(--dark) !important;
}

/* Checklist items */
.job-single-checklist li::before {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
}

/* Timeline steps */
.job-single-timeline article span {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
}

/* Safe card */
.job-single-safe-card {
  border-radius:24px !important;
  background:linear-gradient(135deg,#fff7fb,#f5f0ff) !important;
  border:1px solid var(--line) !important;
  padding:22px !important;
}
.job-single-safe-card strong {
  color:var(--dark) !important;
  font-size:16px !important;
  font-weight:900 !important;
}

/* Section head eyebrow spans */
.job-single-section-head > span:first-child {
  display:inline-flex;
  padding:5px 12px;
  border-radius:999px;
  background:var(--soft);
  color:var(--pink);
  font-size:12px;
  font-weight:900;
}

/* Tags */
.job-single-tags a {
  display:inline-flex;
  padding:6px 14px;
  border-radius:999px;
  background:var(--soft);
  color:var(--pink-dark);
  border:1px solid #f9a8d4;
  font-size:13px;
  font-weight:800;
  transition:.18s ease;
}
.job-single-tags a:hover {
  background:var(--pink);
  color:#fff;
  border-color:var(--pink);
}

/* ═══════════════════════════════════════════════════
   10. BLOG LISTING PAGE — PREMIUM UPGRADES
═══════════════════════════════════════════════════ */

/* Blog hero */
.blog-board-page .blog-hero-section {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  padding:64px 0 56px !important;
  position:relative;
  overflow:hidden;
}
.blog-board-page .blog-hero-section::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.blog-board-page .blog-hero-grid {
  position:relative;
  z-index:1;
}
.blog-board-page .blog-hero-copy h1 {
  color:#fff !important;
  font-size:clamp(36px,5vw,72px) !important;
  font-weight:950 !important;
  line-height:.96 !important;
  letter-spacing:-.055em !important;
}
.blog-board-page .blog-hero-copy p {
  color:rgba(255,255,255,.72) !important;
}
.blog-eyebrow {
  display:inline-flex !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border:1px solid transparent !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  margin-bottom:16px !important;
}

/* Blog search form */
.blog-search-panel {
  display:flex !important;
  gap:10px !important;
  margin-top:24px !important;
  max-width:580px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:24px !important;
  padding:8px !important;
}
.blog-search-panel input {
  flex:1;
  background:transparent !important;
  border:0 !important;
  color:#fff !important;
  padding:0 14px !important;
  font-size:15px !important;
  outline:none !important;
}
.blog-search-panel input::placeholder { color:rgba(255,255,255,.5) !important; }
.blog-search-panel button {
  border-radius:18px !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  padding:12px 20px !important;
  font-weight:900 !important;
  font-size:14px !important;
  cursor:pointer;
}

/* Blog search — mobile: show input properly in stacked layout */
@media (max-width:768px) {
  .blog-search-panel {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding:10px !important;
    border-radius:20px !important;
    max-width:100% !important;
  }
  .blog-search-panel input {
    background:rgba(255,255,255,.15) !important;
    border:1px solid rgba(255,255,255,.35) !important;
    border-radius:14px !important;
    padding:14px 18px !important;
    min-height:50px !important;
    color:#fff !important;
    font-size:15px !important;
  }
  .blog-search-panel button {
    width:100% !important;
    min-height:50px !important;
    border-radius:14px !important;
    padding:14px 20px !important;
  }
}

/* Blog stat cards */
.blog-stat-card {
  padding:22px !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.blog-stat-card strong {
  display:block !important;
  font-size:clamp(28px,3vw,44px) !important;
  font-weight:950 !important;
  letter-spacing:-.04em !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.blog-stat-card span {
  font-size:14px !important;
  color:rgba(255,255,255,.65) !important;
  margin-top:4px !important;
  display:block !important;
}

/* Blog article cards */
.blog-board-page .article,
.article {
  border-radius:28px !important;
  border:1px solid #edf0f4 !important;
  background:#fff !important;
  box-shadow:0 12px 32px rgba(15,23,42,.05) !important;
  overflow:hidden !important;
  transition:box-shadow .22s ease, transform .22s ease !important;
}
.blog-board-page .article:hover,
.article:hover {
  box-shadow:0 22px 56px rgba(15,23,42,.10) !important;
  transform:translateY(-3px) !important;
}
.blog-board-page .article h3 {
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1.3 !important;
  margin:0 0 8px !important;
}
.blog-board-page .article h3 a:hover {
  color:var(--pink) !important;
}

/* Blog category tabs active */
.blog-board-page .blog-category-tab.active,
.blog-board-page a.active.blog-tab {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-color:transparent !important;
}

/* ═══════════════════════════════════════════════════
   11. SINGLE BLOG POST (single.php) — UPGRADES
═══════════════════════════════════════════════════ */
.single-post-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  border:0 !important;
  padding:64px 0 52px !important;
  position:relative;
  overflow:hidden;
}
.single-post-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.single-post-hero .container,
.single-post-hero-inner {
  position:relative;
  z-index:1;
}
.single-post-kicker {
  display:inline-flex !important;
  padding:6px 14px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border:1px solid transparent !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800 !important;
  margin-bottom:14px !important;
  letter-spacing:.05em !important;
  text-transform:uppercase !important;
}
.single-post-hero h1 {
  color:#fff !important;
  font-size:clamp(28px,4vw,52px) !important;
  font-weight:950 !important;
  line-height:1.05 !important;
  letter-spacing:-.045em !important;
  margin:0 0 14px !important;
}
.single-post-meta {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  align-items:center !important;
}
.single-post-meta span {
  display:inline-flex;
  align-items:center;
  padding:5px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.8);
  font-size:13px;
  font-weight:700;
}

/* Breadcrumb in hero */
.single-post-breadcrumb a {
  color:rgba(255,255,255,.65) !important;
}
.single-post-breadcrumb span {
  color:rgba(255,255,255,.35) !important;
}
.single-post-breadcrumb a:hover {
  color:#fff !important;
}

/* Sidebar card upgrade */
.single-sidebar-card {
  border-radius:24px !important;
  border:1px solid var(--line) !important;
  padding:24px !important;
  background:linear-gradient(135deg,#fff1f7,#f6f1ff) !important;
  box-shadow:var(--shadow) !important;
}
.single-sidebar-card.light {
  background:#fff !important;
  border-color:#edf0f4 !important;
  box-shadow:0 8px 24px rgba(15,23,42,.05) !important;
}
.single-sidebar-card a.btn,
.single-sidebar-card > a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:14px;
  border-radius:999px;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff;
  font-weight:900;
  font-size:14px;
  margin-top:14px;
  box-shadow:0 14px 28px rgba(236,72,153,.22);
  transition:.22s ease;
}
.single-sidebar-card > a:hover {
  filter:brightness(1.1);
  transform:translateY(-2px);
}

/* Post term tags */
.single-post-term-list a {
  display:inline-flex !important;
  padding:6px 14px !important;
  border-radius:999px !important;
  background:var(--soft) !important;
  color:var(--pink-dark) !important;
  border:1px solid #f9a8d4 !important;
  font-size:13px !important;
  font-weight:800 !important;
  transition:.18s ease !important;
}
.single-post-term-list a:hover {
  background:var(--pink) !important;
  color:#fff !important;
  border-color:var(--pink) !important;
}

/* Related posts section */
.single-related-posts {
  padding:48px 0 !important;
}
.single-related-card {
  border-radius:24px !important;
  border:1px solid #edf0f4 !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(15,23,42,.05) !important;
  transition:box-shadow .22s ease, transform .22s ease !important;
}
.single-related-card:hover {
  box-shadow:0 20px 50px rgba(15,23,42,.10) !important;
  transform:translateY(-3px) !important;
}
.single-related-card h3 a:hover {
  color:var(--pink) !important;
}

/* ═══════════════════════════════════════════════════
   12. ABOUT PAGE — COLOR SYNC
═══════════════════════════════════════════════════ */
.about-page-pro {
  background:
    radial-gradient(circle at 8% 0%,rgba(236,72,153,.10),transparent 30%),
    radial-gradient(circle at 92% 10%,rgba(139,92,246,.10),transparent 28%),
    #fffafc !important;
}

/* About hero h1 */
.about-hero-copy h1 {
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#ec4899 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* About CTA buttons */
.about-hero-actions .home-link-btn {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:14px 28px !important;
  font-weight:900 !important;
  display:inline-flex !important;
  align-items:center !important;
}
.about-hero-actions .home-link-btn.light {
  background:#fff !important;
  color:var(--pink) !important;
  border:1px solid #f9a8d4 !important;
  box-shadow:none !important;
}

/* About stats numbers */
.about-stats-pro strong {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* About values card middle (featured) */
.about-path-card.middle {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
}

/* About solution cards */
.home-solution-card.featured {
  background:linear-gradient(135deg,#0f172a,#1e1b4b) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.home-solution-card.featured span {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.home-solution-card.featured h3,
.home-solution-card.featured p {
  color:rgba(255,255,255,.9) !important;
}

/* About mission card */
.about-belief-card.dark {
  background:linear-gradient(135deg,#0f172a,#1e1b4b) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.about-belief-card.dark h3 { color:#fff !important; }
.about-belief-card.dark span,
.about-belief-card.dark p { color:rgba(255,255,255,.75) !important; }

/* ═══════════════════════════════════════════════════
   13. PRICING PAGE — PREMIUM UPGRADES
═══════════════════════════════════════════════════ */
.pricing-page-pro {
  background:
    radial-gradient(circle at 8% 0%,rgba(236,72,153,.10),transparent 30%),
    radial-gradient(circle at 92% 5%,rgba(139,92,246,.10),transparent 28%),
    #fffafc;
}

/* Pricing hero */
.pricing-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  padding:72px 0 60px !important;
  position:relative;
  overflow:hidden;
}
.pricing-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.pricing-hero .container,
.pricing-hero > * {
  position:relative;
  z-index:1;
}
.pricing-hero h1 { color:#fff !important; }
.pricing-hero p { color:rgba(255,255,255,.72) !important; }
.pricing-hero .eyebrow {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border-color:transparent !important;
  color:#fff !important;
}

/* Featured pricing plan */
.pricing-plan.featured,
.pricing-card.featured {
  background:linear-gradient(135deg,#0f172a,#1e1b4b) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow:0 28px 70px rgba(15,23,42,.20) !important;
}
.pricing-plan.featured h3,
.pricing-card.featured h3 { color:#fff !important; }
.pricing-plan.featured .pricing-price,
.pricing-card.featured .pricing-price {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.pricing-plan.featured p,
.pricing-card.featured p { color:rgba(255,255,255,.72) !important; }

/* Pricing CTA button */
.pricing-plan .btn,
.pricing-card .btn,
.pricing-cta-btn {
  border-radius:999px !important;
}
.pricing-plan.featured .btn,
.pricing-card.featured .btn,
.pricing-plan.featured .pricing-cta-btn {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
}

/* ═══════════════════════════════════════════════════
   14. CONTACT PAGE — PREMIUM UPGRADES
═══════════════════════════════════════════════════ */
.contact-page-pro {
  background:
    radial-gradient(circle at 8% 0%,rgba(236,72,153,.10),transparent 30%),
    #fffafc;
}

/* Contact hero */
.contact-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  padding:24px 0 !important;
  position:relative;
  overflow:hidden;
}
.contact-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.contact-hero .container,
.contact-hero > * { position:relative; z-index:1; }
/* Remove white card overlay so dark section background shows through */
.contact-hero-grid {
  background:transparent !important;
  border-color:rgba(255,255,255,.12) !important;
  box-shadow:none !important;
}
.contact-hero h1 {
  color:#fff !important;
  text-shadow:0 2px 16px rgba(0,0,0,.45) !important;
}
.contact-hero p {
  color:rgba(255,255,255,.88) !important;
  opacity:1 !important;
}
.contact-hero .eyebrow,
.contact-kicker {
  display:inline-flex !important;
  align-items:center !important;
  padding:6px 16px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border-color:transparent !important;
  color:#fff !important;
  font-size:.8rem !important;
  font-weight:700 !important;
}


/* Gap between hero and main content — applied at section level, consistent across pages */
.contact-main-section,
.job-single-layout,
.company-single-layout {
  margin-top:36px !important;
}

/* Contact form submit */
.contact-form button[type="submit"],
.contact-page-pro button[type="submit"] {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  padding:14px 32px !important;
  font-weight:900 !important;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(236,72,153,.22) !important;
  transition:.22s ease !important;
}
.contact-form button[type="submit"]:hover,
.contact-page-pro button[type="submit"]:hover {
  filter:brightness(1.08) !important;
  transform:translateY(-2px) !important;
}

/* Contact info icons */
.contact-info-icon {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-radius:14px !important;
}

/* ═══════════════════════════════════════════════════
   15. AUTH / ACCOUNT PAGES — PREMIUM UPGRADES
═══════════════════════════════════════════════════ */
.account-page {
  background:#fffafc;
}

/* Account hero */
.account-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  border:0 !important;
  border-radius:0 !important;
  padding:64px 0 52px !important;
  box-shadow:none !important;
  position:relative;
  overflow:hidden;
  margin-bottom:0 !important;
}
.account-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.account-hero > * { position:relative; z-index:1; }
.account-kicker {
  display:inline-flex !important;
  padding:7px 16px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border:1px solid transparent !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.05em !important;
  text-transform:uppercase !important;
  margin-bottom:16px !important;
}
.account-hero h1 {
  color:#fff !important;
  font-size:clamp(28px,4vw,56px) !important;
  font-weight:950 !important;
  line-height:1.05 !important;
  letter-spacing:-.045em !important;
}
.account-hero p {
  color:rgba(255,255,255,.72) !important;
}
.account-hero-card {
  border-radius:28px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  backdrop-filter:blur(12px) !important;
  padding:24px !important;
}
.account-hero-card strong {
  display:block !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:900 !important;
  margin-bottom:4px !important;
  margin-top:16px !important;
}
.account-hero-card strong:first-child { margin-top:0 !important; }
.account-hero-card span {
  color:rgba(255,255,255,.65) !important;
  font-size:14px !important;
}

/* Account form panels */
.account-panel {
  border-radius:28px !important;
  border:1px solid #edf0f4 !important;
  background:#fff !important;
  padding:32px !important;
  box-shadow:0 12px 36px rgba(15,23,42,.06) !important;
}

/* Account tabs */
.account-tabs a.active {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-color:transparent !important;
}

/* Account buttons */
.account-btn.primary {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  width:100% !important;
  padding:16px !important;
  font-weight:900 !important;
  font-size:16px !important;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(236,72,153,.24) !important;
  transition:.22s ease !important;
}
.account-btn.primary:hover {
  filter:brightness(1.08) !important;
  transform:translateY(-2px) !important;
}
.account-btn.dark {
  background:var(--gradient-dark) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  width:100% !important;
  padding:16px !important;
  font-weight:900 !important;
  cursor:pointer;
  transition:.22s ease !important;
}
.account-btn.dark:hover {
  background:var(--gradient) !important;
}
.account-btn.ghost {
  background:transparent !important;
  color:var(--pink) !important;
  border:1px solid #f9a8d4 !important;
  border-radius:999px !important;
  width:100% !important;
  padding:14px !important;
  font-weight:900 !important;
  cursor:pointer;
  transition:.22s ease !important;
}
.account-btn.ghost:hover {
  background:var(--soft) !important;
}

/* Form inputs */
.account-form label {
  display:block !important;
  font-size:13px !important;
  font-weight:800 !important;
  color:var(--muted) !important;
  margin-bottom:14px !important;
}
.account-form input,
.account-form select,
.account-form textarea {
  display:block;
  width:100%;
  padding:12px 16px;
  border:1px solid #e6ebf2;
  border-radius:14px;
  background:#f8fafc;
  font-size:15px;
  font-family:inherit;
  color:var(--dark);
  margin-top:6px;
  transition:.18s ease;
}
.account-form input:focus,
.account-form select:focus,
.account-form textarea:focus {
  border-color:var(--pink);
  outline:none;
  background:#fff;
  box-shadow:0 0 0 3px rgba(236,72,153,.12);
}

/* ═══════════════════════════════════════════════════
   16. SEARCH PAGE — PROPER STYLED LAYOUT
═══════════════════════════════════════════════════ */
.search-results-page {
  padding-bottom:64px;
}
.search-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%);
  padding:64px 0 52px;
  position:relative;
  overflow:hidden;
  margin-bottom:48px;
}
.search-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.search-hero .container { position:relative; z-index:1; }
.search-hero-eyebrow {
  display:inline-flex;
  padding:7px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.search-hero h1 {
  color:#fff;
  font-size:clamp(28px,4vw,52px);
  font-weight:950;
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 12px;
}
.search-hero h1 em {
  font-style:normal;
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.search-hero p { color:rgba(255,255,255,.65); }
.search-results-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.search-result-card {
  border:1px solid #edf0f4;
  border-radius:24px;
  padding:24px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
  transition:box-shadow .22s ease, transform .22s ease;
}
.search-result-card:hover {
  box-shadow:0 20px 50px rgba(15,23,42,.10);
  transform:translateY(-3px);
}
.search-result-card h3 {
  font-size:18px;
  font-weight:900;
  margin:0 0 8px;
  line-height:1.3;
}
.search-result-card h3 a:hover { color:var(--pink); }
.search-result-card .search-card-date {
  display:inline-flex;
  padding:4px 10px;
  border-radius:999px;
  background:var(--soft);
  color:var(--pink);
  font-size:12px;
  font-weight:800;
  margin-bottom:10px;
}
.search-result-card p {
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  margin:0;
}
.search-result-card .search-thumb {
  width:100%;
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff1f7,#f6f1ff);
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-size:13px;
}
.search-result-card .search-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.search-empty {
  text-align:center;
  padding:80px 24px;
  color:var(--muted);
}
.search-empty h2 {
  font-size:28px;
  font-weight:900;
  color:var(--dark);
  margin:0 0 10px;
}
.search-empty p { font-size:16px; }
.search-back-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  padding:14px 32px;
  border-radius:999px;
  background:var(--gradient);
  color:#fff;
  font-weight:900;
  box-shadow:0 14px 30px rgba(236,72,153,.22);
  transition:.22s ease;
}
.search-back-btn:hover { filter:brightness(1.08); transform:translateY(-2px); }

/* ═══════════════════════════════════════════════════
   17. LEGAL PAGES — COLOR FIX
   Remove orange (#f97316) from legal accent variables
═══════════════════════════════════════════════════ */
.legal-terms    { --legal-accent:#ec4899 !important; --legal-accent-2:#8b5cf6 !important; }
.legal-privacy  { --legal-accent:#8b5cf6 !important; --legal-accent-2:#ec4899 !important; }
.legal-cookies  { --legal-accent:#10b981 !important; --legal-accent-2:#8b5cf6 !important; }
.legal-disclaimer { --legal-accent:#8b5cf6 !important; --legal-accent-2:#ec4899 !important; }
.legal-posting  { --legal-accent:#ec4899 !important; --legal-accent-2:#8b5cf6 !important; }
.legal-rules    { --legal-accent:#8b5cf6 !important; --legal-accent-2:#ec4899 !important; }
.legal-safety   { --legal-accent:#10b981 !important; --legal-accent-2:#8b5cf6 !important; }

/* Legal hero */
.legal-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  padding:64px 0 52px !important;
  position:relative;
  overflow:hidden;
}
.legal-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.legal-hero .container,
.legal-hero-grid { position:relative; z-index:1; }
.legal-eyebrow {
  display:inline-flex !important;
  padding:7px 16px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
  margin-bottom:14px !important;
}
.legal-hero h1 {
  color:#fff !important;
  font-size:clamp(28px,4vw,56px) !important;
  font-weight:950 !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
}
.legal-hero > .container > div > p {
  color:rgba(255,255,255,.72) !important;
}
.legal-updated {
  display:inline-flex !important;
  padding:5px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:rgba(255,255,255,.65) !important;
  font-size:12px !important;
  font-weight:800 !important;
  margin-top:16px !important;
}

/* Legal summary card */
.legal-summary-card {
  border-radius:24px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  backdrop-filter:blur(12px) !important;
  padding:24px !important;
  color:#fff !important;
}
.legal-summary-card strong {
  display:block !important;
  font-size:15px !important;
  font-weight:900 !important;
  margin-bottom:12px !important;
  color:#fff !important;
}
.legal-summary-card div {
  padding:8px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  color:rgba(255,255,255,.75) !important;
  font-size:14px !important;
}
.legal-summary-card div:last-child { border-bottom:0 !important; }

/* Legal side nav active */
.legal-side-nav a.active {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-color:transparent !important;
}

/* ═══════════════════════════════════════════════════
   18. SINGLE COMPANY PAGE — PREMIUM UPGRADES
═══════════════════════════════════════════════════ */
.company-single-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  padding:64px 0 52px !important;
  position:relative;
  overflow:hidden;
}
.company-single-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.company-single-hero .container,
.company-single-hero-grid { position:relative; z-index:1; }
.company-single-hero h1 {
  color:#fff !important;
  font-size:clamp(28px,4vw,52px) !important;
  font-weight:950 !important;
}

/* Company verified badge — override the green !important rules in styles.css */
.verified-badge {
  display:inline-flex !important;
  align-items:center !important;
  gap:5px !important;
  padding:5px 12px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:700 !important;
  vertical-align:middle !important;
  margin-left:8px !important;
  border:none !important;
  box-shadow:none !important;
  letter-spacing:normal !important;
  word-spacing:normal !important;
  line-height:1.4 !important;
}

/* Card padding — ensure content never hugs card edges */
.locations-hero .container {
  padding:56px 72px !important;
}
@media (max-width:768px) {
  .locations-hero .container { padding:32px 28px !important; }
}
/* styles.css:6924 has `body .job-single-page .container { padding-left:0!important }` at
   specificity 0,2,1 — must use 0,3,1 here to restore hero-grid inner padding. */
body .job-single-page .container.job-single-hero-grid {
  padding:clamp(52px,5vw,80px) clamp(60px,7vw,112px) !important;
  background:transparent !important;
  border-color:rgba(255,255,255,.12) !important;
  box-shadow:none !important;
}
/* Same fix for contact hero — same zero-padding reset applies to .contact-page-pro .container */
body .contact-page-pro .container.contact-hero-grid {
  padding:clamp(36px,4vw,64px) clamp(60px,7vw,112px) !important;
  background:transparent !important;
}
@media (max-width:760px) {
  body .job-single-page .container.job-single-hero-grid,
  body .contact-page-pro .container.contact-hero-grid { padding:32px 24px !important; }
}

/* ═══════════════════════════════════════════════════
   19. DASHBOARD PAGE — COLOR SYNC
═══════════════════════════════════════════════════ */
.dashboard-page .account-sidebar-nav a.active,
.dashboard-page .account-sidebar-nav a:hover,
.account-sidebar-nav a.active,
.account-sidebar-nav a:hover {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-color:transparent !important;
}

.dashboard-page .btn.btn-primary,
.dashboard-page button[type="submit"] {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
}

/* Dashboard stat numbers */
.account-stat strong,
.dashboard-stat strong {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* ═══════════════════════════════════════════════════
   20. JOB CARD STANDALONE (template-parts/job-card.php)
   Used in search results, widget areas
═══════════════════════════════════════════════════ */
.job {
  border:1px solid #edf0f4 !important;
  border-radius:24px !important;
  padding:24px !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(15,23,42,.05) !important;
  transition:box-shadow .22s ease, transform .22s ease !important;
  position:relative;
}
.job:hover {
  box-shadow:0 20px 50px rgba(15,23,42,.10) !important;
  transform:translateY(-3px) !important;
}
.job h3 {
  font-size:19px !important;
  font-weight:900 !important;
  line-height:1.3 !important;
  margin:0 0 6px !important;
}
.job h3 a:hover { color:var(--pink) !important; }
.job .meta span {
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e6ebf2;
  font-size:13px;
  font-weight:700;
  color:var(--muted);
}
.job .tag {
  background:var(--soft) !important;
  color:var(--pink-dark) !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:800 !important;
  padding:5px 12px !important;
}
.job .actions .btn-dark {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
}
.job .actions .btn-light {
  background:#fff !important;
  color:var(--pink) !important;
  border:1px solid #f9a8d4 !important;
  border-radius:999px !important;
}

/* Company card standalone */
.company {
  border:1px solid #edf0f4 !important;
  border-radius:24px !important;
  padding:24px !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(15,23,42,.05) !important;
  transition:box-shadow .22s ease, transform .22s ease !important;
}
.company:hover {
  box-shadow:0 20px 50px rgba(15,23,42,.10) !important;
  transform:translateY(-3px) !important;
}
.company h3 {
  font-size:19px !important;
  font-weight:900 !important;
  margin:0 0 6px !important;
}
.company h3 a:hover { color:var(--pink) !important; }
.company .actions .btn-dark {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
}

/* ═══════════════════════════════════════════════════
   21. GLOBAL FORM UPGRADES
═══════════════════════════════════════════════════ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  font-family:"Be Vietnam Pro","Segoe UI",system-ui,sans-serif;
}
input:focus,
select:focus,
textarea:focus {
  border-color:var(--pink) !important;
  outline:none !important;
  box-shadow:0 0 0 3px rgba(236,72,153,.12) !important;
}

/* ═══════════════════════════════════════════════════
   22. SITE-WIDE PAGINATION UPGRADE
═══════════════════════════════════════════════════ */
.nav-links .page-numbers {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:#fff;
  border:1px solid #e6ebf2;
  color:var(--dark);
  font-weight:800;
  font-size:14px;
  transition:.18s ease;
}
.nav-links .page-numbers:hover {
  border-color:var(--pink);
  color:var(--pink);
}
.nav-links .page-numbers.current {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.nav-links .prev,
.nav-links .next {
  width:auto;
  padding:0 16px;
  border-radius:999px;
}

/* ═══════════════════════════════════════════════════
   23. SECTION HEADS — CONSISTENT ACROSS ALL PAGES
═══════════════════════════════════════════════════ */
.home-section-head,
.section-head,
.ui-section-head {
  margin-bottom:36px;
}
.home-kicker,
.section-kicker,
.ui-kicker {
  display:inline-flex !important;
  padding:7px 14px !important;
  border-radius:999px !important;
  background:var(--soft) !important;
  border:1px solid #f8cadd !important;
  color:var(--pink) !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.05em !important;
  text-transform:uppercase !important;
  margin-bottom:12px !important;
}

/* ═══════════════════════════════════════════════════
   24. RESPONSIVE — MOBILE GLOBAL
═══════════════════════════════════════════════════ */
@media (max-width:768px) {
  .hero,
  .ui-page-hero,
  .job-single-hero,
  .blog-board-page .blog-hero-section,
  .single-post-hero,
  .pricing-hero,
  .contact-hero,
  .account-hero,
  .legal-hero,
  .company-single-hero {
    padding:48px 0 40px !important;
  }
  .search-results-grid { grid-template-columns:1fr !important; }
  .about-hero-copy h1 { font-size:38px !important; }
}
@media (max-width:480px) {
  .hero h1,
  .job-single-hero h1,
  .single-post-hero h1 {
    font-size:30px !important;
    letter-spacing:-.03em !important;
  }
}

/* ═══════════════════════════════════════════════════
   25. HERO CONTAINER — z-index above glow ::before
═══════════════════════════════════════════════════ */
.hero .container,
.hero > .container {
  position:relative;
  z-index:1;
}
.hero-notice {
  display:inline-flex;
  align-items:center;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:rgba(255,255,255,.9);
  font-size:13px;
  font-weight:700;
  margin-bottom:16px;
}

/* ═══════════════════════════════════════════════════
   26. SEARCH HERO FORM
═══════════════════════════════════════════════════ */
.search-hero-form {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  max-width:560px;
}
.search-hero-input {
  flex:1;
  padding:13px 20px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:15px;
  font-family:inherit;
  outline:none;
  border:1px solid rgba(255,255,255,.25);
  transition:border-color .2s ease, background .2s ease;
}
.search-hero-input::placeholder { color:rgba(255,255,255,.45); }
.search-hero-input:focus {
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.5);
}

/* ═══════════════════════════════════════════════════
   27. SEARCH RESULT CARD — EXTRA ELEMENTS
═══════════════════════════════════════════════════ */
.search-read-more {
  display:inline-flex;
  align-items:center;
  margin-top:12px;
  color:var(--pink);
  font-size:13px;
  font-weight:800;
  transition:color .2s ease;
}
.search-read-more:hover { color:var(--violet); }
.search-empty-icon {
  font-size:52px;
  margin-bottom:16px;
  display:block;
}

/* ═══════════════════════════════════════════════════
   28. REMAINING ORANGE FIX — BLOG & PRICING
   Replace every #ff7a1a / #f97316 that ui.css missed
═══════════════════════════════════════════════════ */

/* Blog: override --blog-hot gradient and .blog-stat-card border */
.blog-board-page {
  --blog-hot:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
.blog-stat-card {
  border-left-color:var(--pink) !important;
}

/* Pricing: override --pricing-hot gradient and .pricing-hero-panel feature card border */
.pricing-page-pro {
  --pricing-hot:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
.pricing-hero-panel div {
  border-left-color:var(--pink) !important;
}
/* Override global orange brand token — kills all var(--cvl-hot) orange */
:root {
  --cvl-brand-orange:#8b5cf6 !important;
}

/* Contact page */
.contact-page-pro {
  --contact-hot:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
.contact-hero-panel div {
  border-left-color:var(--pink) !important;
}

/* Single job page */
.job-single-page {
  --job-hot:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
.job-single-hero-panel div {
  border-left-color:var(--pink) !important;
}

/* Single company page */
.company-single-page {
  --company-hot:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* Pricing hero background — dark navy for consistency */
.pricing-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#0f172a 100%) !important;
  padding:72px 0 64px !important;
  position:relative;
  overflow:hidden;
}
.pricing-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 35%,rgba(236,72,153,.22),transparent 38%),
    radial-gradient(circle at 90% 65%,rgba(139,92,246,.18),transparent 36%);
  pointer-events:none;
}
.pricing-hero-grid { position:relative; z-index:1; }
.pricing-hero h1,.pricing-hero h2 { color:#fff !important; }
.pricing-kicker {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border-color:transparent !important;
  color:#fff !important;
}
.pricing-hero-copy p { color:rgba(255,255,255,.72) !important; }

/* ── Section 29 · Footer orange elimination ─────────────────────────────── */
/* Contact icon squares (Địa chỉ / Email / Hotline) */
.footer-brand-contact span,
.site-footer .footer-brand-contact span {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
/* Arrow buttons in last footer column (Dashboard, Quên mật khẩu) */
.site-footer .footer-col:last-child a::after {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
/* Mini-note CTA buttons (Xem việc mới, Tạo tài khoản) */
.site-footer .footer-mini-note a {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
/* Newsletter subscribe button */
.site-footer .newsletter-form button {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
/* "Truy cập nhanh" card — orange inset shadow → pink */
.site-footer .footer-mini-note-account {
  box-shadow:inset 4px 0 0 #ec4899,0 14px 34px rgba(236,72,153,.07) !important;
}
.pricing-hero-copy p { color:rgba(255,255,255,.72) !important; }

/* ── Section 30 · Home-fullpage & sitewide orange elimination ────────────── */

/* 1. Hero gradient text "cơ hội việc làm" */
.home-fullpage .home-hero-copy h1 span {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
}

/* 2. All primary CTA buttons on fullpage */
.home-fullpage .btn.btn-primary,
.home-fullpage .home-job-apply,
.home-fullpage .home-link-btn:first-child,
.home-fullpage .home-match-card.active,
.home-fullpage .home-employer-band .btn.btn-primary,
.home-fullpage .home-final-cta .home-link-btn:first-child,
main.home-fullpage > section.container.home-final-cta .home-final-actions a:first-child {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
  background-image:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* 3. Decorative vertical bars and dot circles */
.home-fullpage .home-job-card:before,
.home-company-showcase-card:before {
  background:linear-gradient(180deg,#ec4899,#8b5cf6) !important;
}
.home-fullpage .home-job-salary:before,
.home-fullpage .home-mini-chart i {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
}

/* 4. Company showcase logo circles & platform icon circles */
.home-company-showcase-logo,
.home-platform-cards i {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* 5. Homepage search button */
.home-search-btn {
  background:linear-gradient(135deg,var(--pink),#8b5cf6) !important;
}

/* 6. Nav menu hover state */
.site-header .main-menu a:hover {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* 7. Companies board CTA variable */
.companies-board-page {
  --companies-cta:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* 8. Jobs smart pills active/hover */
.jobs-board-page .jobs-smart-pills a.active,
.jobs-board-page .jobs-smart-pills a:hover {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}

/* 9. Account/dashboard UI */
.account-tabs a.active,
.account-btn.primary {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
.account-candidate-card:before,
.account-job-match-card:before {
  background:linear-gradient(180deg,#ec4899,#8b5cf6) !important;
}
.account-card-avatar {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
}

/* 10. About page elements */
.about-hero-actions .home-link-btn:first-child,
.about-path-card.middle,
.about-values-pro .home-solution-card span {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
}
.about-path-card:after {
  background:linear-gradient(180deg,#ec4899,#8b5cf6) !important;
}

/* 11. Legal terms/safety secondary accent (orange → purple) */
.legal-terms  { --legal-accent-2:#8b5cf6 !important; }
.legal-safety { --legal-accent-2:#8b5cf6 !important; }

/* 12. home-redesign.css final CTA band */
.hv2-final-cta {
  background:linear-gradient(135deg,var(--pink) 0%,#8b5cf6 100%) !important;
}

/* ── Section 31 · Logo color sync ───────────────────────────────────────── */
/* "vieclam" accent text: đỏ cam #ff4b2f → hồng brand */
.logo-wordmark-accent {
  color:#ec4899 !important;
  text-shadow:0 10px 26px rgba(236,72,153,.22) !important;
}
/* Underline gradient: xanh lam→lục → hồng→tím */
.logo-wordmark-line {
  background:linear-gradient(90deg,#ec4899 0%,#8b5cf6 100%) !important;
  box-shadow:0 8px 20px rgba(236,72,153,.18) !important;
}
/* Footer: styles.css có .site-footer .footer-logo .logo-wordmark-text span { color:inherit !important }
   specificity 3cls+1el thắng rule 1cls → cần 4cls để win */
.site-footer .footer-logo .logo-wordmark-text .logo-wordmark-accent,
.site-footer .footer-brand-card .logo-wordmark-accent,
.site-footer .logo-wordmark-accent {
  color:#ec4899 !important;
}
/* Dark header variant — giữ màu trắng trên nền tối, chỉ đổi accent */
.site-header.header-dark .logo-wordmark-accent,
.home-fullpage .site-header .logo-wordmark-accent {
  color:#f472b6 !important;
}

/* ============================================================
   Section 32 — Dashboard tab system + new components
   ============================================================ */

/* Tab nav */
.account-tabs {
  display:flex;
  gap:4px;
  flex-wrap:wrap;
  border-bottom:2px solid #f0f0f5;
  margin-bottom:28px;
  padding-bottom:0;
}
.account-tabs a {
  padding:10px 18px;
  border-radius:10px 10px 0 0;
  font-size:.9rem;
  font-weight:600;
  color:#555;
  text-decoration:none;
  border:2px solid transparent;
  border-bottom:none;
  margin-bottom:-2px;
  transition:color .15s,background .15s;
  display:flex;
  align-items:center;
  gap:6px;
}
.account-tabs a:hover { color:#ec4899; background:rgba(236,72,153,.06); }
.account-tabs a.active {
  color:#ec4899;
  background:#fff;
  border-color:#f0f0f5;
  border-bottom-color:#fff;
}
.account-tab-count {
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff;
  border-radius:99px;
  padding:1px 8px;
  font-size:.75rem;
  font-weight:700;
  min-width:20px;
  text-align:center;
}

/* Quota bar */
.account-quota-bar {
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  padding:12px 16px;
  background:#f8f8fc;
  border-radius:10px;
  margin-bottom:20px;
  font-size:.875rem;
}
.account-quota-track {
  flex:1;
  min-width:120px;
  height:6px;
  background:#e2e8f0;
  border-radius:99px;
  overflow:hidden;
}
.account-quota-fill {
  height:100%;
  background:linear-gradient(90deg,#ec4899,#8b5cf6);
  border-radius:99px;
  transition:width .4s;
}
.account-quota-warn { color:#ec4899; font-weight:600; font-size:.8rem; }
.account-quota-warn a { color:#ec4899; }

/* Job rows */
.account-job-row {
  border:1.5px solid #f0f0f5;
  border-radius:14px;
  margin-bottom:12px;
  overflow:hidden;
  background:#fff;
  transition:box-shadow .2s;
}
.account-job-row:hover { box-shadow:0 4px 18px rgba(0,0,0,.07); }
.account-job-row.trash { opacity:.55; }
.account-job-row-main {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:16px 20px;
}
.account-job-row-info { flex:1; min-width:0; }
.account-job-row-info h3 { font-size:1rem; margin:6px 0 8px; }
.account-job-row-info h3 a { color:inherit; text-decoration:none; }
.account-job-row-info h3 a:hover { color:#ec4899; }
.account-job-row-meta {
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  font-size:.8rem;
  color:#888;
}
.account-job-row-actions {
  display:flex;
  gap:8px;
  align-items:center;
  flex-shrink:0;
}

/* Job status badges */
.account-job-status-badge {
  display:inline-block;
  padding:2px 10px;
  border-radius:99px;
  font-size:.75rem;
  font-weight:700;
}
.account-job-status-badge.publish { background:#dcfce7; color:#16a34a; }
.account-job-status-badge.pending { background:#fef9c3; color:#a16207; }
.account-job-status-badge.draft   { background:#f1f5f9; color:#64748b; }
.account-job-status-badge.trash   { background:#fee2e2; color:#dc2626; }

/* Edit form (collapsible) */
.account-job-edit-form {
  display:none;
  padding:20px;
  border-top:1.5px solid #f0f0f5;
  background:#fafafa;
}
.account-job-edit-form.open { display:block; }

/* Button variants */
.account-btn.small { padding:6px 14px; font-size:.8rem; border-radius:8px; }
.account-btn.danger {
  background:#fee2e2;
  color:#dc2626;
  border:1.5px solid #fecaca;
}
.account-btn.danger:hover { background:#dc2626; color:#fff; }

/* Applicants table */
.account-applicants-table { font-size:.85rem; }
.account-applicants-table th { white-space:nowrap; }
.account-applicant-note { font-size:.78rem; color:#888; font-style:italic; margin-top:2px; }
.account-mail-badge { font-size:.78rem; font-weight:600; padding:2px 8px; border-radius:99px; }
.account-mail-badge.sent   { background:#dcfce7; color:#16a34a; }
.account-mail-badge.failed { background:#fee2e2; color:#dc2626; }

/* Applied history (candidate) */
.account-applied-list { display:grid; gap:12px; }
.account-applied-card {
  border:1.5px solid #f0f0f5;
  border-radius:14px;
  padding:16px 20px;
  background:#fff;
}
.account-applied-meta {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}
.account-applied-date { font-size:.8rem; color:#aaa; margin-left:auto; }
.account-applied-card h3 { font-size:1rem; margin:0 0 8px; }
.account-applied-card h3 a { color:inherit; text-decoration:none; }
.account-applied-card h3 a:hover { color:#ec4899; }

/* Plan cards */
.account-plan-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:16px;
  margin-top:20px;
}
.account-plan-card {
  border:2px solid #f0f0f5;
  border-radius:16px;
  padding:24px 20px;
  background:#fff;
  position:relative;
}
.account-plan-card.recommended {
  border-color:#ec4899;
  box-shadow:0 8px 32px rgba(236,72,153,.12);
}
.account-plan-card.current { border-color:#8b5cf6; }
.account-plan-badge {
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  padding:3px 12px;
  border-radius:99px;
  white-space:nowrap;
}
.account-plan-badge.current { background:#8b5cf6; }
.account-plan-card h3 { font-size:1rem; margin:8px 0 6px; }
.account-plan-price { font-size:1.5rem; font-weight:900; color:#ec4899; margin-bottom:14px; }
.account-plan-card ul { list-style:none; padding:0; margin:0 0 18px; }
.account-plan-card ul li { font-size:.85rem; color:#555; padding:4px 0; }

/* VIP panel status */
.account-vip-status {
  display:inline-block;
  padding:6px 18px;
  border-radius:99px;
  font-weight:700;
  font-size:.9rem;
  background:#f1f5f9;
  color:#64748b;
}
.account-vip-status.active { background:linear-gradient(135deg,#ec4899,#8b5cf6); color:#fff; }

/* Required star */
.account-required { color:#ec4899; margin-left:2px; }

/* Section head flex */
.account-section-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
  flex-wrap:wrap;
}

/* Header dashboard btn */
.header-dashboard-btn {
  background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.header-dashboard-btn:hover { opacity:.9; }

/* ============================================================
   Section 33 — Priority 2: Bookmarks, Reviews, Wizard, Saved
   ============================================================ */

/* ── Applicants table ── */
.account-table-wrap { overflow-x:auto; }
.account-table { width:100%; border-collapse:collapse; font-size:.875rem; }
.account-table th { text-align:left; padding:10px 12px; font-size:.78rem; font-weight:700; color:#888; text-transform:uppercase; letter-spacing:.04em; border-bottom:2px solid #f0f0f5; white-space:nowrap; }
.account-table td { padding:12px 12px; border-bottom:1px solid #f8f8fc; vertical-align:top; }
.account-table tr:last-child td { border-bottom:none; }
.account-table td a { color:#ec4899; text-decoration:none; }
.account-table td a:hover { text-decoration:underline; }
.account-applicant-note { font-size:.78rem; color:#888; margin-top:3px; font-style:italic; }

/* ── Chip rows (shared across dashboard + single pages) ── */
.account-chip-row { display:flex; flex-wrap:wrap; gap:6px; margin-top:6px; }
.account-chip-row span { background:#f1f5f9; color:#555; font-size:.78rem; padding:3px 10px; border-radius:99px; white-space:nowrap; }

/* ── Bookmark button ── */
.job-bookmark-btn { transition:all .2s; }
.job-bookmark-btn.bookmarked { background:rgba(236,72,153,.1) !important; color:#ec4899 !important; border-color:#ec4899 !important; }

/* ── Saved jobs tab in dashboard ── */
.account-saved-grid { display:grid; gap:12px; }
.account-saved-card { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 20px; border-radius:14px; background:#fff; border:1.5px solid #f0f0f5; flex-wrap:wrap; }
.account-saved-info h3 { font-size:.95rem; margin:0 0 6px; }
.account-saved-info h3 a { color:#1a1a2e; text-decoration:none; }
.account-saved-info h3 a:hover { color:#ec4899; }
.account-saved-actions { display:flex; gap:8px; flex-shrink:0; }

/* ── Step-wizard role chooser ── */
.wizard-role-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:8px; }
.wizard-role-card { display:flex; flex-direction:column; gap:8px; padding:24px 20px; border-radius:16px; border:2px solid #f0f0f5; text-decoration:none; color:#1a1a2e; transition:border-color .2s,box-shadow .2s,background .2s; }
.wizard-role-card:hover { border-color:#ec4899; box-shadow:0 8px 28px rgba(236,72,153,.12); background:#fdf9ff; }
.wizard-role-icon { font-size:2.5rem; line-height:1; }
.wizard-role-card h3 { font-size:1.05rem; font-weight:700; margin:0; }
.wizard-role-card p { font-size:.85rem; color:#666; margin:0; line-height:1.5; }
.wizard-role-cta { font-size:.85rem; font-weight:700; color:#ec4899; margin-top:4px; }
.wizard-step-back { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; font-size:.875rem; }
.wizard-step-back a { color:#ec4899; text-decoration:none; font-weight:600; }
.wizard-step-indicator { background:#f1f5f9; color:#64748b; font-size:.8rem; font-weight:600; padding:3px 10px; border-radius:99px; }
@media (max-width:480px) { .wizard-role-grid { grid-template-columns:1fr; } }

/* ── Company reviews ── */
.company-reviews { border-top:1.5px solid #f0f0f5; padding-top:48px; margin-top:48px; }
.reviews-header { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:28px; flex-wrap:wrap; }
.reviews-header h2 { font-size:1.3rem; margin:0 0 6px; }
.reviews-count { color:#888; font-weight:400; }
.reviews-avg { display:flex; align-items:center; gap:8px; font-size:.95rem; }
.reviews-list { display:grid; gap:16px; margin-bottom:36px; }
.reviews-empty { padding:24px; background:#fafafa; border-radius:12px; text-align:center; color:#888; margin-bottom:28px; }

/* Stars */
.stars { display:inline-flex; gap:2px; }
.star { font-size:1.1rem; color:#e2e8f0; }
.star.full, .star.half { color:#f59e0b; }
.star.half { opacity:.65; }

/* Review card */
.review-card { background:#fff; border:1.5px solid #f0f0f5; border-radius:14px; padding:20px 22px; }
.review-card-header { display:flex; align-items:center; gap:12px; margin-bottom:12px; flex-wrap:wrap; }
.review-avatar { width:40px; height:40px; min-width:40px; border-radius:50%; background:linear-gradient(135deg,#ec4899,#8b5cf6); color:#fff; font-size:1rem; font-weight:700; display:flex; align-items:center; justify-content:center; }
.review-card-header > div { flex:1; }
.review-card-header strong { display:block; font-size:.9rem; }
.review-date { font-size:.78rem; color:#aaa; }
.review-stars { margin-left:auto; }
.review-body { color:#444; font-size:.9rem; line-height:1.6; margin:0 0 12px; }
.review-pros-cons { display:grid; grid-template-columns:1fr 1fr; gap:12px; font-size:.85rem; }
.review-pros { color:#16a34a; line-height:1.5; }
.review-cons { color:#ea580c; line-height:1.5; }

/* Review form */
.review-form-wrap { background:#f8f8fc; border-radius:16px; padding:28px; margin-top:8px; }
.review-form-wrap h3 { margin:0 0 18px; font-size:1rem; }
.review-form { display:flex; flex-direction:column; gap:14px; }
.review-form label { display:flex; flex-direction:column; gap:6px; font-size:.875rem; font-weight:600; color:#333; }
.review-form input[type=text], .review-form textarea { border:1.5px solid #e2e8f0; border-radius:10px; padding:10px 14px; font-size:.9rem; outline:none; font-family:inherit; resize:vertical; background:#fff; }
.review-form input[type=text]:focus, .review-form textarea:focus { border-color:#ec4899; }
.review-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.review-notice { padding:12px 16px; border-radius:10px; font-size:.875rem; margin-bottom:16px; }
.review-notice-success { background:#dcfce7; color:#166534; }
.review-notice-info    { background:#dbeafe; color:#1e40af; }
.review-notice-error   { background:#fee2e2; color:#991b1b; }

/* Star picker */
.review-star-picker { display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:4px; padding:4px 0; }
.star-label { font-size:2rem; color:#e2e8f0; cursor:pointer; transition:color .1s; user-select:none; }
.star-label.hover, .star-label.selected { color:#f59e0b; }

/* Company hero rating */
.company-hero-rating { display:flex; align-items:center; gap:8px; margin-bottom:12px; font-size:.9rem; color:#555; }
.rating-count { color:#aaa; }

/* Notice in review section */
.review-notice-success, .review-notice-info, .review-notice-error { border-radius:10px; padding:12px 16px; margin-bottom:20px; font-size:.875rem; }

@media (max-width:600px) {
  .review-pros-cons { grid-template-columns:1fr; }
  .review-form-grid { grid-template-columns:1fr; }
}

/* ============================================================
   Section 34 — Priority 3: SEO, Featured, Share, Related, Alerts
   ============================================================ */

/* ── Breadcrumbs ── */
.breadcrumbs { padding:12px 0 4px; }
.breadcrumbs-list { display:flex; flex-wrap:wrap; gap:4px; list-style:none; padding:0; margin:0; font-size:.8rem; color:#888; }
.breadcrumbs-list li::after { content:'/'; margin-left:4px; color:#ccc; }
.breadcrumbs-list li:last-child::after { content:''; }
.breadcrumbs-list a { color:#ec4899; text-decoration:none; }
.breadcrumbs-list a:hover { text-decoration:underline; }
.breadcrumbs-list li[aria-current] { color:#555; font-weight:500; }

/* ── Featured job pill on single-job hero ── */
.pill-featured { background:linear-gradient(135deg,#f59e0b,#ec4899); color:#fff; font-weight:700; font-size:.78rem; padding:3px 12px; border-radius:99px; display:inline-flex; align-items:center; gap:4px; }

/* ── Featured badge in job row (dashboard) ── */
.job-row-featured-badge { background:linear-gradient(135deg,#fef3c7,#fde68a); color:#92400e; font-size:.75rem; font-weight:700; padding:2px 8px; border-radius:99px; display:inline-block; }

/* ── Featured jobs card in archive ── */
.jobs-card-featured { border-color:#f59e0b !important; background:linear-gradient(to right,#fffbeb,#fff) !important; }
.jobs-card-featured .jobs-card-badge { background:linear-gradient(135deg,#f59e0b,#ec4899) !important; color:#fff; }

/* ── Social share bar ── */
.job-share-bar { display:flex; align-items:center; gap:10px; flex-wrap:wrap; padding:14px 0 4px; }
.job-share-label { font-size:.825rem; font-weight:700; color:#555; white-space:nowrap; }
.job-share-btn { display:inline-flex; align-items:center; gap:6px; padding:7px 14px; border-radius:8px; font-size:.825rem; font-weight:600; text-decoration:none; cursor:pointer; border:1.5px solid transparent; transition:opacity .15s,background .15s; }
.job-share-btn.facebook { background:#1877f2; color:#fff; }
.job-share-btn.facebook:hover { opacity:.85; }
.job-share-btn.linkedin { background:#0a66c2; color:#fff; }
.job-share-btn.linkedin:hover { opacity:.85; }
.job-share-btn.copy-link { background:#f1f5f9; color:#334155; border-color:#e2e8f0; }
.job-share-btn.copy-link:hover { background:#e2e8f0; }
.job-share-card { padding-top:0 !important; }

/* ── Related jobs ── */
.related-jobs { padding:52px 0; border-top:1.5px solid #f0f0f5; }
.related-jobs-title { font-size:1.2rem; margin:0 0 24px; }
.related-jobs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.related-job-card { background:#fff; border:1.5px solid #f0f0f5; border-radius:14px; padding:20px; position:relative; transition:box-shadow .2s,border-color .2s; display:flex; flex-direction:column; gap:8px; }
.related-job-card:hover { border-color:#ec4899; box-shadow:0 6px 24px rgba(236,72,153,.1); }
.related-job-card.featured { border-color:#f59e0b; background:linear-gradient(to bottom right,#fffbeb,#fff); }
.related-job-badge { position:absolute; top:-10px; left:16px; background:linear-gradient(135deg,#f59e0b,#ec4899); color:#fff; font-size:.7rem; font-weight:700; padding:2px 10px; border-radius:99px; }
.related-job-company { font-size:.8rem; color:#888; }
.related-job-card h3 { font-size:.95rem; margin:0; }
.related-job-card h3 a { color:#1a1a2e; text-decoration:none; }
.related-job-card h3 a:hover { color:#ec4899; }
.related-job-meta { display:flex; flex-wrap:wrap; gap:6px; font-size:.78rem; color:#888; }
.related-job-meta span { background:#f1f5f9; padding:2px 8px; border-radius:99px; }
.related-job-cta { font-size:.825rem; font-weight:700; color:#ec4899; text-decoration:none; margin-top:auto; }
.related-job-cta:hover { text-decoration:underline; }
@media (max-width:768px) { .related-jobs-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:480px) { .related-jobs-grid { grid-template-columns:1fr; } }

/* ── Job alert box ── */
.jobs-alert-section { padding-top:0; padding-bottom:52px; }
.job-alert-box { background:linear-gradient(135deg,#fdf2f8,#f5f3ff); border-radius:20px; padding:28px 32px; border:1.5px solid #f0d9f5; }
.job-alert-inner { display:flex; align-items:flex-start; gap:16px; margin-bottom:20px; }
.job-alert-icon { font-size:2rem; line-height:1; flex-shrink:0; }
.job-alert-inner h3 { font-size:1rem; margin:0 0 4px; }
.job-alert-inner p { color:#666; font-size:.875rem; margin:0; }
.job-alert-form { display:grid; grid-template-columns:1fr 1fr 1fr auto; gap:10px; align-items:end; }
.job-alert-form input[type=email] { padding:10px 16px; border:1.5px solid #e2e8f0; border-radius:10px; font-size:.9rem; outline:none; }
.job-alert-form input[type=email]:focus { border-color:#ec4899; }
.job-alert-notice { padding:10px 14px; border-radius:8px; font-size:.875rem; margin-bottom:14px; }
.job-alert-notice-success { background:#dcfce7; color:#166534; }
.job-alert-notice-info    { background:#dbeafe; color:#1e40af; }
.job-alert-notice-error   { background:#fee2e2; color:#991b1b; }
@media (max-width:720px) { .job-alert-form { grid-template-columns:1fr 1fr; } }
@media (max-width:480px) { .job-alert-form { grid-template-columns:1fr; } .job-alert-inner { flex-direction:column; } }

/* ════════════════════════════════════════════════════════════════
   35. Application Status Workflow + Employer Analytics
════════════════════════════════════════════════════════════════ */

/* ── Application status badges ── */
.app-status-badge { display:inline-block; padding:3px 10px; border-radius:99px; font-size:.72rem; font-weight:700; white-space:nowrap; line-height:1.4; }
.app-status-new         { background:#dbeafe; color:#1d4ed8; }
.app-status-viewed      { background:#fef9c3; color:#854d0e; }
.app-status-shortlisted { background:#dcfce7; color:#166534; }
.app-status-rejected    { background:#fee2e2; color:#991b1b; }

/* ── Status select in applicants table ── */
.account-app-status-cell { min-width:148px; vertical-align:middle; }
.app-status-select { display:block; margin-top:6px; width:100%; font-size:.78rem; padding:4px 8px; border:1.5px solid #e2e8f0; border-radius:8px; background:#fff; cursor:pointer; outline:none; }
.app-status-select:focus { border-color:#ec4899; }
.app-status-select:disabled { opacity:.5; cursor:not-allowed; }

/* ── Analytics stat cards ── */
.analytics-stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:20px 0 8px; }
.analytics-stat-card { background:linear-gradient(135deg,#fdf2f8,#f5f3ff); border:1.5px solid #f0d9f5; border-radius:16px; padding:20px 18px; text-align:center; display:flex; flex-direction:column; gap:6px; }
.analytics-stat-card strong { font-size:1.75rem; font-weight:800; background:var(--gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; display:block; }
.analytics-stat-card span { font-size:.8rem; color:var(--muted); }
@media (max-width:900px) { .analytics-stat-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:480px) { .analytics-stat-grid { grid-template-columns:1fr 1fr; } }

/* ── Daily bar chart ── */
.analytics-bar-chart { display:flex; align-items:flex-end; gap:5px; height:160px; padding-bottom:28px; border-bottom:1.5px solid #f0f0f5; overflow-x:auto; margin-bottom:8px; }
.analytics-bar-col { display:flex; flex-direction:column; align-items:center; flex:1; min-width:26px; height:100%; }
.analytics-bar-wrap { flex:1; width:100%; display:flex; align-items:flex-end; }
.analytics-bar { width:100%; min-height:4px; background:var(--gradient); border-radius:6px 6px 0 0; position:relative; transition:opacity .15s; }
.analytics-bar:hover { opacity:.75; }
.analytics-bar-value { position:absolute; top:-17px; left:50%; transform:translateX(-50%); font-size:.6rem; font-weight:700; color:#ec4899; white-space:nowrap; }
.analytics-bar-label { font-size:.62rem; color:var(--muted); text-align:center; margin-top:4px; white-space:nowrap; }

/* ── Analytics top jobs table ── */
.analytics-top-table th:nth-child(3),
.analytics-top-table th:nth-child(4),
.analytics-top-table td:nth-child(3),
.analytics-top-table td:nth-child(4) { text-align:center; }

/* Status pills in analytics table */
.analytics-status-pill { font-size:.72rem; font-weight:700; padding:3px 10px; border-radius:99px; display:inline-block; }
.analytics-status-publish { background:#dcfce7; color:#166534; }
.analytics-status-pending { background:#fef9c3; color:#854d0e; }
.analytics-status-draft   { background:#f1f5f9; color:#475569; }

/* Conversion rate bar */
.analytics-rate-bar { height:6px; background:#f1f5f9; border-radius:99px; overflow:hidden; width:64px; display:inline-block; vertical-align:middle; flex-shrink:0; }
.analytics-rate-fill { height:100%; background:var(--gradient); border-radius:99px; }
.analytics-rate-pct { font-size:.75rem; font-weight:600; color:var(--muted); }

/* ════════════════════════════════════════════════════════════════
   36. CV Builder Page + CV Preview Styles + Print CSS
════════════════════════════════════════════════════════════════ */

/* ── Page hero ── */
.cv-builder-hero { padding:52px 0 28px; text-align:center; }
.cv-builder-hero h1 { font-size:clamp(1.75rem,4vw,2.5rem); margin:8px 0; }
.cv-builder-hero p { color:var(--muted); font-size:1.05rem; }
.cv-builder-hero .account-kicker {
  background:linear-gradient(135deg,#ec4899,#8b5cf6) !important;
  border-color:transparent !important;
  color:#fff !important;
}

/* ── Guest notice ── */
.cv-guest-notice { display:flex; align-items:center; justify-content:space-between; gap:16px; background:#fdf2f8; border:1.5px solid #f9d0e7; border-radius:12px; padding:12px 20px; margin-bottom:16px; font-size:.9rem; flex-wrap:wrap; }

/* ── Builder 2-column layout ── */
.cv-builder-wrap { display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:start; padding-bottom:60px; }
@media (max-width:1024px) { .cv-builder-wrap { grid-template-columns:1fr; } }

/* ── Form sections ── */
.cv-builder-form { display:flex; flex-direction:column; gap:20px; }
.cv-form-section { background:#fff; border:1.5px solid #f0f0f5; border-radius:18px; padding:24px 22px; }
.cv-style-section { background:linear-gradient(135deg,#fdf2f8,#f5f3ff); border-color:#f0d9f5; }
.cv-section-head { font-size:.95rem; font-weight:700; margin:0 0 16px; color:var(--dark); }
.cv-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px 14px; }
.cv-form-grid.three { grid-template-columns:repeat(3,1fr); }
.cv-form-section label { display:flex; flex-direction:column; gap:5px; font-size:.84rem; font-weight:600; color:#334155; }
.cv-form-section input,
.cv-form-section textarea { padding:9px 13px; border:1.5px solid #e2e8f0; border-radius:9px; font-size:.875rem; font-family:inherit; outline:none; transition:border-color .15s; background:#fff; }
.cv-form-section input:focus,
.cv-form-section textarea:focus { border-color:#ec4899; }
.cv-form-section textarea { resize:vertical; width:100%; box-sizing:border-box; }

/* ── Experience / Education entry rows ── */
.cv-entry-row { border:1.5px solid #f0f0f5; border-radius:12px; padding:14px 16px; margin-bottom:12px; }
.cv-entry-row:last-child { margin-bottom:0; }
.cv-entry-label { font-size:.78rem; font-weight:700; color:var(--muted); margin-bottom:10px; text-transform:uppercase; letter-spacing:.05em; }

/* ── Style thumbnails ── */
.cv-style-row { display:flex; gap:12px; margin-bottom:14px; }
.cv-style-btn { flex:1; border:2px solid #e2e8f0; border-radius:12px; padding:10px 8px 8px; background:#fff; cursor:pointer; display:flex; flex-direction:column; align-items:center; gap:6px; font-size:.78rem; font-weight:600; color:#475569; transition:border-color .15s,background .15s; }
.cv-style-btn.active { border-color:#ec4899; background:#fdf2f8; color:#ec4899; }
.cv-style-btn:hover { border-color:#ec4899; }
.cv-style-thumb { width:100%; height:42px; border-radius:6px; overflow:hidden; }
.cv-style-thumb-modern  { background:linear-gradient(to right,#ec4899 35%,#f9f9f9 35%); }
.cv-style-thumb-classic { background:linear-gradient(to bottom,#1e1b4b 18%,#f9f9f9 18%); }
.cv-style-thumb-minimal { background:#f9f9f9; border:1px solid #e2e8f0; }

/* ── Color swatches ── */
.cv-color-row { display:flex; gap:8px; flex-wrap:wrap; }
.cv-color-swatch { width:28px; height:28px; border-radius:50%; border:2.5px solid transparent; cursor:pointer; transition:transform .15s,border-color .15s; }
.cv-color-swatch:hover { transform:scale(1.15); }
.cv-color-swatch.active { border-color:#fff; outline:2.5px solid #ec4899; }

/* ── Form actions ── */
.cv-form-actions { display:flex; gap:12px; padding-top:4px; flex-wrap:wrap; }

/* ── Preview panel ── */
.cv-preview-panel { position:sticky; top:20px; }
.cv-preview-toolbar { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.cv-preview-label { font-size:.85rem; font-weight:700; color:var(--muted); }
.cv-preview-scroll { background:#f0f0f5; border-radius:16px; padding:20px; overflow:auto; max-height:90vh; }

/* ════════════════════════════════════════════════════════════════
   CV Inner — shared base (all styles)
════════════════════════════════════════════════════════════════ */
.cv-inner {
  display:flex;
  font-family:'Be Vietnam Pro',Arial,sans-serif;
  font-size:9.5pt;
  line-height:1.5;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 4px 24px rgba(0,0,0,.12);
  min-height:680px;
  --cv-accent: #ec4899;
}

/* ── Sidebar (shared) ── */
.cvi-sidebar {
  width:35%;
  flex-shrink:0;
  padding:28px 18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.cvi-initials {
  width:56px; height:56px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:1.3rem; font-weight:800; color:#fff;
  background:rgba(255,255,255,.25);
  margin-bottom:4px;
  flex-shrink:0;
}
.cvi-sidebar h2 { font-size:1.05rem; font-weight:800; margin:0; line-height:1.2; }
.cvi-role { font-size:.8rem; opacity:.85; margin-top:2px; }
.cvi-contact-list { list-style:none; padding:0; margin:8px 0 0; display:flex; flex-direction:column; gap:4px; font-size:.75rem; }
.cvi-mini-title { font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; opacity:.7; margin-top:14px; }
.cvi-skills-wrap { display:flex; flex-wrap:wrap; gap:4px; margin-top:4px; }
.cv-skill-tag { font-size:.68rem; font-weight:600; padding:2px 8px; border-radius:99px; background:rgba(255,255,255,.2); }
.cvi-lang-list { display:flex; flex-direction:column; gap:3px; margin-top:4px; }
.cvi-lang-item { font-size:.74rem; }
.cvi-placeholder { opacity:.45; font-style:italic; }

/* ── Main area ── */
.cvi-main { flex:1; padding:28px 22px; display:flex; flex-direction:column; gap:18px; overflow:hidden; }
.cvi-sec { display:flex; flex-direction:column; gap:8px; }
.cvi-sec-title {
  font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em;
  color:var(--cv-accent); padding-bottom:4px;
  border-bottom:1.5px solid var(--cv-accent);
  margin-bottom:4px;
}
.cvi-sec p { font-size:.83rem; color:#374151; margin:0; }

/* Experience / Education items */
.cvi-exp-item, .cvi-edu-item { margin-bottom:10px; }
.cvi-exp-item:last-child, .cvi-edu-item:last-child { margin-bottom:0; }
.cvi-exp-top { display:flex; justify-content:space-between; align-items:baseline; gap:8px; font-size:.83rem; }
.cvi-exp-top strong { font-weight:700; color:#1e293b; }
.cvi-exp-period { font-size:.72rem; color:#64748b; white-space:nowrap; }
.cvi-exp-company { font-size:.77rem; color:var(--cv-accent); font-weight:600; margin-top:1px; }
.cvi-exp-desc { font-size:.77rem; color:#64748b; margin-top:3px; }

/* ════════════════════════════════════════════════════════════════
   Style: Modern — colored sidebar
════════════════════════════════════════════════════════════════ */
.cv-style-modern .cvi-sidebar { background:var(--cv-accent); color:#fff; }
.cv-style-modern .cvi-initials { background:rgba(255,255,255,.25); color:#fff; }
.cv-style-modern .cvi-sidebar h2 { color:#fff; }
.cv-style-modern .cvi-contact-list { color:rgba(255,255,255,.9); }
.cv-style-modern .cv-skill-tag { background:rgba(255,255,255,.2); color:#fff; }
.cv-style-modern .cvi-main { background:#fff; }

/* ════════════════════════════════════════════════════════════════
   Style: Classic — dark header sidebar, lighter tones
════════════════════════════════════════════════════════════════ */
.cv-style-classic .cvi-sidebar { background:#1e1b4b; color:#fff; }
.cv-style-classic .cvi-initials { background:var(--cv-accent); color:#fff; }
.cv-style-classic .cvi-sidebar h2 { color:#fff; }
.cv-style-classic .cv-skill-tag { background:rgba(255,255,255,.15); color:#fff; }
.cv-style-classic .cvi-sec-title { color:#1e1b4b; border-color:#1e1b4b; }
.cv-style-classic .cvi-exp-company { color:#1e1b4b; }

/* ════════════════════════════════════════════════════════════════
   Style: Minimal — light sidebar, almost monochrome
════════════════════════════════════════════════════════════════ */
.cv-style-minimal .cvi-sidebar { background:#f8fafc; color:#334155; border-right:1.5px solid #e2e8f0; }
.cv-style-minimal .cvi-initials { background:var(--cv-accent); color:#fff; }
.cv-style-minimal .cvi-sidebar h2 { color:#0f172a; }
.cv-style-minimal .cvi-role { color:#64748b; }
.cv-style-minimal .cvi-contact-list { color:#475569; }
.cv-style-minimal .cv-skill-tag { background:#f1f5f9; color:#334155; border:1px solid #e2e8f0; }
.cv-style-minimal .cvi-mini-title { color:#64748b; }
.cv-style-minimal .cvi-sec-title { color:#334155; border-color:#e2e8f0; letter-spacing:.04em; }
.cv-style-minimal .cvi-exp-company { color:#475569; }

/* ════════════════════════════════════════════════════════════════
   Print / PDF — only show the CV preview
════════════════════════════════════════════════════════════════ */
@media print {
  html.cv-print-mode body > * { display:none !important; }
  html.cv-print-mode .cv-preview-panel,
  html.cv-print-mode #cv-preview-panel { display:block !important; }
  html.cv-print-mode .cv-preview-toolbar { display:none !important; }
  html.cv-print-mode .cv-preview-scroll { background:transparent; padding:0; box-shadow:none; border-radius:0; max-height:none; overflow:visible; }
  html.cv-print-mode .cv-inner { box-shadow:none; border-radius:0; min-height:unset; page-break-inside:avoid; }
  @page { margin:10mm; size:A4; }
}

/* ═══════════════════════════════════════════════════════════════════
   Section 38 — DASHBOARD V2 — full redesign (db-* classes)
═══════════════════════════════════════════════════════════════════ */
.db-page { background:#f4f2fb; min-height:100vh; }

/* ── Hero ── */
.db-hero {
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#0f172a 100%);
  padding:52px 0 44px; position:relative; overflow:hidden;
}
.db-hero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(circle at 10% 40%,rgba(236,72,153,.28),transparent 42%),
    radial-gradient(circle at 85% 60%,rgba(139,92,246,.22),transparent 38%);
}
.db-hero-grid {
  position:relative; z-index:1;
  display:grid; grid-template-columns:1fr auto; gap:32px; align-items:center;
}
.db-hero-badge {
  display:inline-flex; align-items:center; padding:5px 14px;
  border-radius:999px; background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff; font-size:11px; font-weight:700; text-transform:uppercase;
  letter-spacing:.06em; margin-bottom:12px;
}
.db-hero-copy h1 {
  color:#fff !important; margin:0 0 8px !important;
  font-size:clamp(24px,3vw,44px) !important; font-weight:950 !important;
  line-height:1.08 !important; letter-spacing:-.04em !important;
}
.db-hero-copy p { color:rgba(255,255,255,.65) !important; margin:0 !important; font-size:.95rem !important; }
.db-hero-card {
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px); border-radius:20px; padding:18px 22px; min-width:200px;
}
.db-hero-card strong { display:block; color:#fff; font-size:14px; font-weight:800; margin-bottom:3px; }
.db-hero-card span { display:block; color:rgba(255,255,255,.58); font-size:13px; }
.db-hero-card form { margin-top:12px; }
.db-resend-btn {
  display:inline-block; padding:7px 14px; border-radius:999px;
  border:1px solid rgba(255,255,255,.28); background:transparent;
  color:#fff; font-size:12px; font-weight:600; cursor:pointer;
  transition:.16s ease;
}
.db-resend-btn:hover { background:rgba(255,255,255,.12); }

/* ── Stats bar ── */
.db-stats-bar {
  background:#fff; border-bottom:1px solid #e8eaf2;
  box-shadow:0 4px 18px rgba(15,23,42,.06); position:sticky; top:0; z-index:90;
}
.db-stats-grid { display:flex; }
.db-stat { flex:1; padding:16px 20px; border-right:1px solid #f0f0f8; text-align:center; }
.db-stat:last-child { border-right:none; }
.db-stat strong {
  display:block; font-size:1.5rem; font-weight:950;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  -webkit-background-clip:text; background-clip:text; color:transparent; line-height:1.2;
}
.db-stat span { font-size:11px; color:#94a3b8; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }

/* ── Body layout ── */
.db-body {
  display:grid; grid-template-columns:210px 1fr; gap:24px;
  padding-top:28px; padding-bottom:64px; align-items:start;
}

/* ── Sidebar ── */
.db-sidebar {
  background:#fff; border-radius:18px; border:1px solid #e8eaf2;
  box-shadow:0 6px 20px rgba(15,23,42,.05); overflow:hidden;
  position:sticky; top:72px;
}
.db-sidebar a {
  display:flex; align-items:center; gap:9px; padding:12px 18px;
  font-size:.875rem; font-weight:600; color:#475569; text-decoration:none;
  border-left:3px solid transparent; transition:.14s ease;
}
.db-sidebar a + a { border-top:1px solid #f4f4f8; }
.db-sidebar a:hover { background:#fdf4ff; color:#ec4899; }
.db-sidebar a.active {
  background:linear-gradient(90deg,#fdf2f8,#f5f3ff);
  color:#ec4899; border-left-color:#ec4899; font-weight:700;
}
.db-tab-count {
  margin-left:auto; background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff; border-radius:99px; padding:2px 7px; font-size:.68rem; font-weight:700;
}

/* ── Main content ── */
.db-main { display:flex; flex-direction:column; gap:20px; min-width:0; }

/* ── Panel ── */
.db-panel {
  background:#fff; border-radius:18px; border:1px solid #e8eaf2;
  padding:26px 28px; box-shadow:0 6px 20px rgba(15,23,42,.04);
}
.db-panel-label {
  display:block; font-size:.7rem; font-weight:700; text-transform:uppercase;
  letter-spacing:.08em; color:#ec4899; margin-bottom:3px;
}
.db-panel h2 { font-size:1.1rem; font-weight:800; color:#0f172a; margin:0 0 4px; }
.db-panel-desc { font-size:.85rem; color:#94a3b8; margin:0 0 22px; }
.db-panel-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:18px; }
.db-panel-head h2 { margin:0; }
.db-panel-grid { display:grid; grid-template-columns:1fr 260px; gap:24px; align-items:start; }

/* ── Buttons ── */
.db-btn {
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  padding:9px 18px; border-radius:999px; font-size:.855rem; font-weight:700;
  text-decoration:none; cursor:pointer; border:none; transition:.16s ease; white-space:nowrap;
}
.db-btn.primary {
  background:linear-gradient(135deg,#ec4899,#8b5cf6); color:#fff;
  box-shadow:0 6px 18px rgba(236,72,153,.2);
}
.db-btn.primary:hover { filter:brightness(1.07); transform:translateY(-1px); }
.db-btn.ghost { background:transparent; color:#ec4899; border:1.5px solid #f9a8d4; }
.db-btn.ghost:hover { background:#fdf2f8; }
.db-btn.danger { background:transparent; color:#ef4444; border:1.5px solid #fca5a5; }
.db-btn.danger:hover { background:#fff1f1; }
.db-btn.sm { padding:6px 13px; font-size:.78rem; }

/* ── Forms ── */
.db-form label {
  display:flex; flex-direction:column; gap:5px;
  font-size:.78rem; font-weight:700; color:#64748b;
  text-transform:uppercase; letter-spacing:.04em; margin-bottom:14px;
}
.db-form input,.db-form select,.db-form textarea {
  display:block; width:100%; padding:10px 13px;
  border:1.5px solid #e4e8f2; border-radius:11px;
  background:#f8fafc; font-size:.93rem; font-family:inherit; color:#0f172a;
  transition:.14s ease;
}
.db-form input:focus,.db-form select:focus,.db-form textarea:focus {
  border-color:#ec4899; outline:none; background:#fff;
  box-shadow:0 0 0 3px rgba(236,72,153,.1);
}
.db-form-grid { display:grid; gap:0 20px; }
.db-form-grid.col2 { grid-template-columns:repeat(2,1fr); }
.db-form-grid.col3 { grid-template-columns:repeat(3,1fr); }
.db-required { color:#ec4899; }
.db-form-section-title {
  font-size:.88rem; font-weight:800; color:#0f172a;
  margin:20px 0 14px; padding-top:20px; border-top:1px solid #f1f5f9;
}
.db-form-submit { margin-top:20px; }

/* ── Logo upload ── */
.db-logo-row {
  display:flex; align-items:center; gap:16px; margin-bottom:20px;
  padding:14px 16px; border:1.5px dashed #e4e8f2; border-radius:14px; background:#fafbfe;
}
.db-logo-preview {
  width:68px; height:68px; border-radius:13px; flex-shrink:0; overflow:hidden;
  background:linear-gradient(135deg,#fdf2f8,#f5f3ff);
  display:flex; align-items:center; justify-content:center;
  color:#ec4899; font-weight:800; font-size:1.15rem; border:2px solid #fce7f3;
}
.db-logo-preview img { width:100%; height:100%; object-fit:cover; }

/* ── VIP sidebar card ── */
.db-vip-card {
  background:linear-gradient(135deg,#fdf2f8,#f5f3ff);
  border:1.5px solid #fce7f3; border-radius:16px; padding:20px;
  display:flex; flex-direction:column; gap:10px;
}
.db-vip-card h3 { font-size:.95rem; font-weight:800; color:#0f172a; margin:0; }
.db-vip-badge {
  display:inline-flex; padding:5px 12px; border-radius:999px;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff; font-size:.82rem; font-weight:800;
}
.db-vip-card p { font-size:.83rem; color:#64748b; margin:0; }

/* ── Quota bar ── */
.db-quota {
  background:#f7f5ff; border:1px solid #ddd6fe; border-radius:11px;
  padding:11px 15px; margin-bottom:18px;
  display:flex; align-items:center; gap:12px; flex-wrap:wrap;
}
.db-quota-label { font-size:.83rem; color:#6d28d9; font-weight:600; }
.db-quota-track { flex:1; min-width:100px; height:5px; background:#ddd6fe; border-radius:99px; overflow:hidden; }
.db-quota-fill { height:100%; background:linear-gradient(90deg,#ec4899,#8b5cf6); border-radius:99px; transition:width .4s; }
.db-quota-warn { font-size:.78rem; color:#dc2626; font-weight:600; }
.db-quota-warn a { color:#ec4899; }

/* ── Job list ── */
.db-job-list { display:flex; flex-direction:column; gap:10px; }
.db-job-row {
  border:1.5px solid #e8eaf2; border-radius:13px; padding:14px 18px;
  background:#fff; transition:box-shadow .16s; border-left:4px solid #e2e8f0;
}
.db-job-row:hover { box-shadow:0 6px 20px rgba(15,23,42,.07); }
.db-job-row.publish { border-left-color:#10b981; }
.db-job-row.pending { border-left-color:#f59e0b; }
.db-job-row.draft { border-left-color:#94a3b8; }
.db-job-row.trash { border-left-color:#ef4444; opacity:.55; }
.db-job-row-top { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.db-job-row-info h3 { font-size:.97rem; font-weight:700; color:#0f172a; margin:0 0 5px; }
.db-job-row-info h3 a { color:inherit; text-decoration:none; }
.db-job-row-info h3 a:hover { color:#ec4899; }
.db-job-chips { display:flex; flex-wrap:wrap; gap:5px; margin-top:5px; }
.db-chip { padding:2px 9px; border-radius:99px; background:#f1f5f9; color:#475569; font-size:.75rem; font-weight:600; }
.db-status-badge {
  display:inline-flex; align-items:center; padding:2px 9px;
  border-radius:99px; font-size:.72rem; font-weight:700; margin-bottom:5px;
}
.db-status-badge.publish { background:#d1fae5; color:#065f46; }
.db-status-badge.pending { background:#fef3c7; color:#92400e; }
.db-status-badge.draft { background:#f1f5f9; color:#475569; }
.db-status-badge.trash { background:#fee2e2; color:#991b1b; }
.db-job-actions { display:flex; gap:7px; flex-shrink:0; align-items:flex-start; }
.db-edit-form { display:none; margin-top:14px; padding-top:14px; border-top:1px solid #f1f5f9; }
.db-edit-form.open { display:block; }

/* ── Plan cards ── */
.db-plan-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.db-plan-card {
  border:2px solid #e8eaf2; border-radius:18px; padding:22px 18px;
  background:#fff; position:relative; display:flex; flex-direction:column; gap:10px;
  transition:.18s ease;
}
.db-plan-card:hover { box-shadow:0 10px 32px rgba(15,23,42,.08); }
.db-plan-card.recommended { border-color:#ec4899; box-shadow:0 10px 36px rgba(236,72,153,.14); }
.db-plan-card.current { background:linear-gradient(135deg,#fdf2f8,#f5f3ff); border-color:#e879f9; }
.db-plan-tag {
  position:absolute; top:-11px; left:50%; transform:translateX(-50%);
  background:linear-gradient(135deg,#ec4899,#8b5cf6); color:#fff;
  padding:3px 12px; border-radius:99px; font-size:.68rem; font-weight:800; white-space:nowrap;
}
.db-plan-card h3 { font-size:1rem; font-weight:800; color:#0f172a; margin:0; }
.db-plan-price {
  font-size:1.35rem; font-weight:950;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  -webkit-background-clip:text; background-clip:text; color:transparent; line-height:1.2;
}
.db-plan-features { list-style:none; padding:0; margin:0; flex:1; display:flex; flex-direction:column; gap:5px; }
.db-plan-features li { font-size:.82rem; color:#475569; display:flex; align-items:center; gap:6px; }
.db-plan-features li::before { content:"✓"; color:#ec4899; font-weight:900; flex-shrink:0; }

/* ── Analytics ── */
.db-analytics-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:24px; }
.db-analytics-stat {
  background:linear-gradient(135deg,#fdf2f8,#f5f3ff);
  border:1px solid #fce7f3; border-radius:13px; padding:14px 18px;
}
.db-analytics-stat strong {
  display:block; font-size:1.5rem; font-weight:950;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.db-analytics-stat span { font-size:.8rem; color:#64748b; font-weight:600; }

/* ── Tables ── */
.db-table-wrap { overflow-x:auto; border-radius:13px; border:1px solid #e8eaf2; }
.db-table { width:100%; border-collapse:collapse; font-size:.855rem; }
.db-table th {
  padding:11px 14px; background:#f8fafc; color:#64748b;
  font-weight:700; font-size:.74rem; text-transform:uppercase; letter-spacing:.05em;
  text-align:left; border-bottom:1px solid #e8eaf2;
}
.db-table td { padding:11px 14px; border-bottom:1px solid #f1f5f9; color:#0f172a; vertical-align:top; }
.db-table tr:last-child td { border-bottom:none; }
.db-table tr:hover td { background:#fafbfe; }
.db-mail-badge { display:inline-flex; align-items:center; gap:3px; padding:2px 8px; border-radius:99px; font-size:.72rem; font-weight:700; }
.db-mail-badge.sent { background:#d1fae5; color:#065f46; }
.db-mail-badge.failed { background:#fee2e2; color:#991b1b; }
.db-app-badge { display:inline-flex; padding:2px 8px; border-radius:99px; font-size:.72rem; font-weight:700; }
.db-app-badge.new { background:#dbeafe; color:#1d4ed8; }
.db-app-badge.viewed { background:#fef3c7; color:#92400e; }
.db-app-badge.shortlisted { background:#d1fae5; color:#065f46; }
.db-app-badge.rejected { background:#fee2e2; color:#991b1b; }
.db-status-select { padding:4px 8px; border-radius:8px; border:1.5px solid #e2e8f0; font-size:.78rem; }
.db-applicant-note { font-size:.78rem; color:#94a3b8; margin-top:3px; font-style:italic; }

/* ── Applied / Saved cards ── */
.db-applied-list,.db-saved-list { display:flex; flex-direction:column; gap:10px; }
.db-applied-card,.db-saved-card {
  border:1.5px solid #e8eaf2; border-radius:13px; padding:14px 18px; background:#fafbfe;
}
.db-applied-card h3,.db-saved-card h3 { font-size:.95rem; font-weight:700; color:#0f172a; margin:5px 0 7px; }
.db-applied-card h3 a,.db-saved-card h3 a { color:inherit; text-decoration:none; }
.db-applied-card h3 a:hover,.db-saved-card h3 a:hover { color:#ec4899; }
.db-applied-meta { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:3px; align-items:center; }
.db-applied-date { font-size:.74rem; color:#94a3b8; font-weight:600; }
.db-saved-row { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.db-saved-actions { display:flex; gap:7px; flex-shrink:0; }

/* ── Match grids ── */
.db-match-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.db-candidate-card {
  border:1.5px solid #e8eaf2; border-radius:14px; padding:18px; background:#fff;
  display:flex; flex-direction:column; gap:9px;
}
.db-avatar {
  width:46px; height:46px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff; font-weight:800; font-size:1.05rem;
  display:flex; align-items:center; justify-content:center;
}
.db-candidate-card h3 { font-size:.92rem; font-weight:800; color:#0f172a; margin:0; }
.db-candidate-card p { font-size:.82rem; color:#64748b; margin:0; }
.db-candidate-card a { font-size:.78rem; color:#ec4899; text-decoration:none; }
.db-chips { display:flex; flex-wrap:wrap; gap:5px; }
.db-job-match-card {
  border:1.5px solid #e8eaf2; border-radius:14px; padding:18px; background:#fff;
  display:flex; flex-direction:column; gap:7px; border-left:4px solid #ec4899;
}
.db-job-match-card > span { font-size:.68rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:#ec4899; }
.db-job-match-card h3 { font-size:.92rem; font-weight:800; color:#0f172a; margin:0; }
.db-job-match-card h3 a { color:inherit; text-decoration:none; }
.db-job-match-card h3 a:hover { color:#ec4899; }
.db-job-match-card > p { font-size:.82rem; color:#64748b; margin:0; }

/* ── Misc ── */
.db-locked-card {
  background:#fafbfe; border:2px dashed #e2e8f0; border-radius:14px;
  padding:28px; text-align:center;
}
.db-locked-card strong { display:block; font-size:.98rem; font-weight:800; color:#0f172a; margin-bottom:7px; }
.db-locked-card span { font-size:.855rem; color:#94a3b8; }
.db-empty { text-align:center; padding:36px 16px; color:#94a3b8; font-size:.9rem; }
.db-empty a { color:#ec4899; font-weight:600; text-decoration:none; }
.db-alert { padding:11px 15px; border-radius:11px; font-size:.855rem; font-weight:600; margin-bottom:14px; }
.db-alert.error { background:#fee2e2; color:#991b1b; border:1px solid #fca5a5; }
.db-alert.success { background:#d1fae5; color:#065f46; border:1px solid #6ee7b7; }
.db-muted { font-size:.83rem; color:#94a3b8; }

/* ── Login required ── */
.db-login-required {
  min-height:60vh; display:flex; flex-direction:column;
  align-items:center; justify-content:center; text-align:center;
  padding:64px 20px; gap:16px;
}
.db-login-required h1 { font-size:clamp(22px,3vw,40px); font-weight:950; color:#0f172a; margin:0; }
.db-login-required p { color:#64748b; max-width:480px; }

/* ── Responsive ── */
@media(max-width:1024px){
  .db-plan-grid{grid-template-columns:repeat(2,1fr)}
  .db-analytics-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .db-body{grid-template-columns:1fr}
  .db-sidebar{position:static;display:flex;flex-wrap:wrap;border-radius:13px}
  .db-sidebar a{padding:9px 13px;border-left:none;border-top:none;border-bottom:3px solid transparent;font-size:.82rem}
  .db-sidebar a+a{border-top:none}
  .db-sidebar a.active{border-left:none;border-bottom-color:#ec4899;background:#fdf2f8}
  .db-panel-grid{grid-template-columns:1fr}
  .db-match-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .db-plan-grid{grid-template-columns:1fr}
  .db-match-grid{grid-template-columns:1fr}
  .db-form-grid.col2,.db-form-grid.col3{grid-template-columns:1fr}
  .db-hero{padding:36px 0 28px}
  .db-hero-grid{grid-template-columns:1fr}
  .db-stats-grid{flex-wrap:wrap}
  .db-saved-row{flex-direction:column;align-items:flex-start}
}
