/* Split from legacy style.css - home, jobs and search */

/* =========================================================
HOME HERO / SEARCH
========================================================= */
.hero-title{max-width:780px;}
.hero-desc{max-width:56ch;}
.hero-search-float{position:relative;margin-top:0;z-index:20;}
.job-search-wrap{position:relative;z-index:10;}

.job-search-card{
  padding:14px;
  border-radius:22px;
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 22px 60px rgba(2,6,23,.12);
}

.job-field{position:relative;}

.job-field i{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(2,6,23,.45);
  font-size:14px;
  pointer-events:none;
}

.job-search-card .btn-search{
  height:54px;
  border-radius:16px;
  padding:0 22px;
  font-weight:800;
  box-shadow:0 18px 36px rgba(37,99,235,.22);
}

.theme-startup .job-search-card{
  border-color:rgba(15,23,42,.10);
  box-shadow:0 22px 60px rgba(15,23,42,.10);
}

.theme-startup .btn-startup-primary{
  background:var(--startup-primary);
  border-color:var(--startup-primary);
  color:#fff;
  font-weight:800;
  box-shadow:0 16px 34px rgba(79,70,229,.22);
}

.theme-startup .btn-primary{
  background:var(--startup-primary);
  border-color:var(--startup-primary);
}

.theme-startup .btn-primary:hover,
.theme-startup .btn-startup-primary:hover{
  background:#4338CA;
  border-color:#4338CA;
  color:#fff;
}

.theme-startup .btn-startup-ghost{
  background:rgba(15,23,42,.02);
  border:1px solid var(--startup-border);
  color:var(--startup-text);
  font-weight:800;
}

.theme-startup .btn-startup-ghost:hover{
  background:rgba(15,23,42,.04);
  border-color:rgba(15,23,42,.16);
}

.theme-startup .mini-chip{
  background:rgba(15,23,42,.03);
  border:1px solid var(--startup-border);
  color:rgba(15,23,42,.75);
}

@media (max-width:768px){
  .hero-title{font-size:clamp(2rem, 7vw, 2.8rem);}
  .job-search-card{padding:12px;border-radius:20px;}
  .job-search-card .form-control,
  .job-search-card .form-select,
  .job-search-card .btn-search{
    height:52px;
    border-radius:16px;
    font-size:14px;
  }
}

@media (max-width:576px){
  .job-field i{left:12px;font-size:13px;}
}

/* =========================================================
11) ABOUT (HOME)
========================================================= */
.theme-premium :is(.about-card,.about-steps){padding:22px;}

.about-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(37,99,235,.06);
  color:var(--primary);
  font-weight:900;
  font-size:12px;
  margin-bottom:12px;
}

.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.about-mini{
  display:flex;
  gap:12px;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(2,6,23,.08);
  background:#fff;
}

.about-mini .ic{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(37,99,235,.06);
  color:var(--primary);
}

.about-mini .t{
  font-weight:900;
  letter-spacing:-0.02em;
}

.about-mini .s{
  font-weight:700;
  color:var(--muted);
  font-size:12px;
}

.step{
  display:flex;
  gap:12px;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(2,6,23,.08);
  background:#fff;
  margin-top:10px;
}

.step .n{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--primary);
  color:#fff;
  font-weight:900;
}

.step .t{
  font-weight:900;
  letter-spacing:-0.02em;
}

.step .s{
  color:var(--muted);
  font-weight:700;
  font-size:12px;
}

.steps-foot{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}

.about-steps .mini-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid #dfe3eb;
  border-radius:10px;
  background:#fff;
  color:#5f6b7a;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  min-height:40px;
}

@media (max-width:991.98px){
  .about-grid{grid-template-columns:1fr;}
}

.theme-premium .nav-pills :is(.nav-link,a,button).active{
  border-bottom:2px solid var(--dark);
}

/* ABOUT ACTION BUTTONS */
.about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}

.about-actions .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  min-height:48px;
  padding:0 22px;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.about-actions .btn-startup-primary{
  min-width:188px;
}

.about-actions .btn-startup-ghost{
  min-width:152px;
}

.theme-startup .about-actions .btn-startup-primary{
  box-shadow:0 10px 24px rgba(79,70,229,.18);
}

.theme-startup .about-actions .btn-startup-ghost{
  background:#fff;
  border:1px solid #d1d5db;
  color:#111827;
  box-shadow:none;
}

.theme-startup .about-actions .btn-startup-ghost:hover{
  background:#f8fafc;
  border-color:#9ca3af;
  color:#111827;
}

@media (max-width:767.98px){
  .about-actions{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }

  .about-actions .btn{
    width:100%;
    max-width:300px;
    min-height:48px;
    padding:0 18px;
    margin:0 auto;
    font-size:15px;
  }
}

/* =========================================================
12) JOB LIST
========================================================= */
.theme-premium .featured-jobs .job-item{
  height:100%;
  display:flex;
  flex-direction:column;
}

.theme-premium .featured-jobs .job-item h5{
  font-size:18px;
  line-height:1.25;
  margin-bottom:2px;
}

.theme-premium .featured-jobs .job-item small{
  font-weight:600;
  color:var(--muted);
}

.theme-premium .featured-jobs .job-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-bottom:12px;
}

.theme-premium .featured-jobs .job-meta span{
  font-weight:600;
  color:var(--muted);
  font-size:14px;
}

.theme-premium .featured-jobs .job-logo{
  width:56px;
  height:56px;
  border-radius:14px;
  object-fit:cover;
}

.theme-premium .featured-jobs .job-actions{
  margin-top:auto;
  padding-top:10px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.theme-premium :is(.featured-jobs,.job-feed) a.job-detail-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  color:#DC2626;
  text-decoration:none;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.theme-premium :is(.featured-jobs,.job-feed) a.job-detail-link i{
  font-size:12px;
  transform:translateX(0);
  transition:transform var(--t-fast);
}

.theme-premium :is(.featured-jobs,.job-feed) a.job-detail-link:hover{
  color:#B91C1C;
  text-decoration:underline;
}

.theme-premium :is(.featured-jobs,.job-feed) a.job-detail-link:hover i{
  transform:translateX(3px);
}

.theme-premium :is(.featured-jobs,.job-feed) a.job-detail-link.btn{
  background:transparent;
  border:0;
  padding:0;
  box-shadow:none;
  color:inherit;
}

.theme-premium .job-feed .job-logo{
  width:56px;
  height:56px;
  border-radius:14px;
  object-fit:cover;
}

.theme-premium .job-feed .job-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-bottom:12px;
}

.theme-premium .job-feed .job-meta span{
  font-weight:600;
  color:var(--muted);
  font-size:14px;
}

/* Job detail cards - nổi nhẹ */
.job-detail-page .card-premium{
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:16px;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}

@media (min-width:769px){
  .job-detail-page .card-premium{
    transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;
  }

  .job-detail-page .card-premium:hover{
    border-color:rgba(15,23,42,.08);
    box-shadow:0 10px 24px rgba(15,23,42,.08);
    transform:translateY(-1px);
  }
}

@media (max-width:768px){
  .job-detail-page .card-premium{
    border-radius:14px;
    box-shadow:0 4px 14px rgba(15,23,42,.05);
  }

  .job-detail-page .job-side-card{
    padding:10px !important;
    margin-bottom:12px !important;
  }
}

/* =========================================================
16) ISOTOPE / PORTFOLIO FILTERS
========================================================= */
.isotope-filters,
.portfolio-filters{
  list-style:none;
  padding-left:0;
  margin:0 0 16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.isotope-filters li,
.portfolio-filters li{
  cursor:pointer;
  user-select:none;
  padding:8px 14px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:999px;
  background:#fff;
  transition:.15s;
}

.isotope-filters li.filter-active,
.portfolio-filters li.filter-active{
  background:#0d6efd;
  border-color:#0d6efd;
  color:#fff;
}

/* =========================================================
25) CATEGORIES
========================================================= */
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.section-head h2{
  margin:0;
  font-weight:950;
  letter-spacing:-0.03em;
  font-size:28px;
  line-height:1.1;
  color:var(--heading-color,var(--ink));
}

.link-more{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
  text-decoration:none;
  color:rgba(11,18,32,.78);
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  box-shadow:var(--shadow-xs);
  transition:transform var(--t-fast),box-shadow var(--t-fast),border-color var(--t-fast),filter var(--t-fast);
}

.link-more::after{
  content:"→";
  font-weight:900;
  transition:transform .2s ease;
}

.link-more:hover{
  transform:translateY(-1px);
  border-color:rgba(37,99,235,.20);
  box-shadow:var(--shadow-sm);
}

.link-more:hover::after{
  transform:translateX(4px);
}

/* Nút section như "Xem tất cả" */
.btn-section-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:136px;
  height:44px;
  padding:0 18px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
}

.categories-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
}

@media (max-width:992px){
  .categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:576px){
  .section-head h2{font-size:22px;}
  .categories-grid{grid-template-columns:1fr;gap:14px;}

  .btn-section-link{
    min-width:128px;
    height:42px;
    padding:0 16px;
    font-size:14px;
  }
}

.category-card{
  --cat-emoji:"💼";
  position:relative;
  overflow:hidden;
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  box-shadow:var(--shadow-sm);
  text-decoration:none;
  color:inherit;
  transition:transform var(--t-mid),box-shadow var(--t-mid),border-color var(--t-mid),filter var(--t-mid);
}

.category-card:hover{
  transform:translateY(-4px);
  border-color:rgba(37,99,235,.18);
  box-shadow:var(--shadow-md);
}

.category-card::after{
  content:"";
  position:absolute;
  inset:-40px -60px auto auto;
  width:220px;
  height:160px;
  background:radial-gradient(closest-side, rgba(37,99,235,.10), transparent 65%);
  transform:rotate(15deg);
  pointer-events:none;
}

.category-card::before{
  content:var(--cat-emoji);
  position:absolute;
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 65%),
    linear-gradient(135deg, rgba(37,99,235,.18), rgba(14,165,233,.12));
  border:1px solid rgba(37,99,235,.14);
  box-shadow:0 10px 22px rgba(2,6,23,.06);
  color:rgba(37,99,235,.95);
  font-size:18px;
  line-height:1;
}

.cat-name{
  position:relative;
  z-index:1;
  font-weight:950;
  font-size:16px;
  letter-spacing:-0.02em;
  margin:0 0 10px;
  color:rgba(11,18,32,.92);
  padding-right:56px;
}

.cat-count{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  font-size:13px;
  color:rgba(2,6,23,.60);
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(2,6,23,.02);
  transition:border-color var(--t-fast),background var(--t-fast),color var(--t-fast);
}

.category-card:hover .cat-count{
  border-color:rgba(37,99,235,.18);
  background:rgba(37,99,235,.06);
  color:rgba(2,6,23,.72);
}

.theme-premium .category-card{border-radius:20px;}

.theme-startup .category-card{
  border-color:rgba(15,23,42,.10);
  box-shadow:var(--startup-shadow);
}

.category-card.cat-fb{--cat-emoji:"🍔";}
.category-card.cat-sales-cskh{--cat-emoji:"🎧";}
.category-card.cat-production{--cat-emoji:"🦺";}
.category-card.cat-warehouse-delivery{--cat-emoji:"📦";}
.category-card.cat-driver{--cat-emoji:"🚗";}
.category-card.cat-security{--cat-emoji:"🛡️";}
.category-card.cat-housekeeping{--cat-emoji:"🧹";}
.category-card.cat-office-admin{--cat-emoji:"🏢";}
.category-card.cat-tech-skilled{--cat-emoji:"💻";}

/* =========================================================
26) JOB CARD
========================================================= */
.job-list-bg{
  background:#f5f7fb;
  padding:24px;
  border-radius:18px;
}

.job-card{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  position:relative;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:20px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  transition:transform var(--t-mid),box-shadow var(--t-mid),border-color var(--t-mid);
}

.job-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(15,23,42,.08);
  border-color:#cbd5e1;
}

.job-card__link{
  display:flex;
  flex:1;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}

.job-card__link:hover{
  color:inherit;
  text-decoration:none;
}

.job-card__top{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.job-card__logo{
  flex-shrink:0;
}

.job-card__logo img{
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius:12px;
  border:1px solid #e2e8f0;
  background:#fff;
}

.job-card__titlewrap{
  flex:1;
  min-width:0;
}

.job-card__title{
  margin:0 0 4px;
  color:#0f172a;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:color var(--t-fast);
}

.job-card:hover .job-card__title{
  color:var(--primary);
}

.job-card__company{
  margin:0;
  font-size:14px;
  line-height:1.4;
  font-weight:500;
  color:#475569;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.job-card__salary{
  margin:16px 0 10px;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:15px;
  line-height:1.35;
  font-weight:600;
  color:#2563eb;
}
.job-salary-icon{
  width:14px;
  height:14px;
  color:#94a3b8;
  flex-shrink:0;
}

.job-card__meta{
  margin:0;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}

.job-meta-item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
  font-size:14px;
  line-height:1.45;
  font-weight:500;
  color:#64748b;
}

.job-meta-location .meta-truncate{
  min-width:0;
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.job-meta-icon{
  width:13px;
  height:13px;
  color:#94a3b8;
  flex-shrink:0;
}

.job-meta-sep{
  color:#94a3b8;
  font-size:14px;
  line-height:1;
}

.job-meta-text{
  font-size:14px;
  line-height:1.45;
  font-weight:500;
  color:#64748b;
}

.job-card__footer{
  margin-top:auto;
  padding-top:10px;
  display:flex;
  justify-content:flex-end;
}

.job-time{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  line-height:1.4;
  font-weight:400;
  color:#94a3b8;
}
.job-time-icon{
  width:14px;
  height:14px;
  color:#94a3b8;
  flex-shrink:0;
}

.theme-premium .job-card{
  border-radius:var(--r-xl);
  box-shadow:var(--sh-sm);
}

.theme-premium .job-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--sh-md);
}

.theme-premium .job-card__logo img{
  width:44px;
  height:44px;
  border-radius:12px;
  padding:0;
  border:1px solid #e2e8f0;
  box-shadow:none;
}

/* =========================================================
29) VW SEARCH — input + search dropdown + location panel
========================================================= */
.vw-search{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  box-sizing:border-box;
  background:#fff;
  border-radius:24px;
  padding:10px;
  box-shadow:0 12px 30px rgba(16,24,40,.08);
  position:relative;
  overflow:visible;
}

.vw-input{
  position:relative;
  flex:1 1 auto;
  min-width:0;
  overflow:visible;
}

.vw-ico{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border-radius:999px;
  background:#f2f4f7;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#667085;
  z-index:2;
  pointer-events:none;
}

.vw-ico i{
  font-size:14px;
  color:#667085;
}

.vw-control{
  display:block;
  width:100%;
  height:52px;
  border:1px solid #e5e7eb;
  outline:none;
  background:#fff;
  border-radius:999px;
  padding-left:50px !important;
  padding-right:16px !important;
  color:#101828;
  box-shadow:none;
}

.vw-control:focus{
  border-color:#bfd3ff;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.search-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  width:100%;
  z-index:99999;
  background:#fff;
  border:1px solid rgba(16,24,40,.08);
  border-radius:18px;
  box-shadow:0 18px 50px rgba(16,24,40,.16);
  max-height:420px;
  overflow:auto;
}

.search-dropdown mark{
  padding:0 .15em;
  border-radius:6px;
  background:rgba(37,99,235,.14);
}

.vw-loc{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 1 260px;
  min-width:0;
  height:52px;
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:999px;
  padding:0 12px 0 10px;
  color:#101828;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.vw-loc:hover{
  border-color:#d0d5dd;
}

.vw-ico-sm{
  width:36px;
  height:36px;
  border-radius:999px;
  background:#f2f4f7;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#667085;
  pointer-events:none;
  flex:0 0 36px;
}

.vw-loc-trigger{
  width:100%;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 4px 0 0;
  border:0;
  background:transparent;
  font-weight:700;
  color:#101828;
  cursor:pointer;
}

.vw-loc-text{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-weight:700;
  font-size:15px;
}

.vw-chevron{
  color:#98a2b3;
  font-size:14px;
  transition:transform .18s ease;
}

.vw-loc-trigger[aria-expanded="true"] .vw-chevron{
  transform:rotate(180deg);
}

.vw-loc-panel{
  position:absolute;
  right:0;
  top:calc(100% + 12px);
  width:420px;
  max-width:420px;
  background:#fff;
  border:1px solid rgba(16,24,40,.08);
  border-radius:18px;
  box-shadow:0 18px 50px rgba(16,24,40,.16);
  z-index:999999;
  padding:16px;
  box-sizing:border-box;
}

.vw-loc-panel__title{
  font-weight:700;
  font-size:18px;
  margin-bottom:12px;
  color:#101828;
}

.vw-loc-panel__search{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #d6dbe3;
  border-radius:12px;
  padding:10px 12px;
  margin-bottom:12px;
  background:#fff;
}

.vw-loc-panel__search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  font-size:14px;
  color:#101828;
}

.vw-loc-panel__list{
  max-height:320px;
  overflow:auto;
  padding-right:4px;
}

.vw-loc-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 10px;
  border-radius:12px;
  cursor:pointer;
  transition:background .16s ease;
}

.vw-loc-row:hover{
  background:#f5f7fb;
}

.vw-loc-row input{
  width:18px;
  height:18px;
  cursor:pointer;
}

.vw-loc-empty{
  padding:12px 8px;
  color:#6b7280;
}

.vw-loc-panel__footer{
  display:flex;
  justify-content:space-between;
  gap:8px;
  padding-top:12px;
  margin-top:4px;
  border-top:1px solid #eef2f7;
}

.vw-btn{
  flex:0 0 auto;
  height:52px;
  border-radius:999px;
  padding:0 18px;
  font-weight:900;
  white-space:nowrap;
  background:linear-gradient(135deg,var(--primary),var(--secondary)) !important;
  color:#fff !important;
  border:1px solid rgba(37,99,235,.18) !important;
  box-shadow:0 18px 40px rgba(37,99,235,.22) !important;
}

.vw-btn:hover{
  filter:brightness(1.02);
  box-shadow:0 22px 52px rgba(37,99,235,.28) !important;
}

/* =========================================================
Mobile — xếp dọc: keyword + location + search
========================================================= */
@media (max-width:768px){
  #hero-search .topcv-mobile-search{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.06) !important;
    border-radius:24px !important;
    padding:14px !important;
    box-shadow:0 12px 30px rgba(15,23,42,.10) !important;
    overflow:visible !important;
    position:relative !important;
  }

  #hero-search .job-search-card,
  #hero-search .topcv-mobile-search,
  #hero-search .topcv-mobile-search .vw-input,
  #hero-search .topcv-mobile-search .vw-loc{
    overflow:visible !important;
  }

  #hero-search .topcv-mobile-search .vw-input,
  #hero-search .topcv-mobile-search .vw-loc{
    width:100% !important;
    flex:none !important;
    display:block !important;
    margin:0 !important;
    position:relative !important;
  }

  #hero-search .topcv-mobile-search .vw-input{
    z-index:50 !important;
  }

  #hero-search .topcv-mobile-search .vw-loc{
    z-index:40 !important;
  }

  #hero-search .topcv-mobile-search .vw-ico{
    position:absolute !important;
    left:14px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:auto !important;
    height:auto !important;
    background:transparent !important;
    z-index:2 !important;
    color:#9ca3af !important;
    font-size:16px !important;
    pointer-events:none !important;
  }

  #hero-search .topcv-mobile-search .vw-ico i{
    font-size:16px !important;
    color:#9ca3af !important;
  }

  #hero-search .topcv-mobile-search .vw-control{
    width:100% !important;
    height:56px !important;
    border:1px solid #e5e7eb !important;
    background:#fff !important;
    border-radius:18px !important;
    padding:0 14px 0 42px !important;
    font-size:15px !important;
    color:#111827 !important;
    box-shadow:none !important;
    margin:0 !important;
  }

  #hero-search .topcv-mobile-search .vw-control:focus{
    border-color:#cbd5e1 !important;
    box-shadow:none !important;
  }

  #hero-search .topcv-mobile-search .vw-control::placeholder{
    color:#9ca3af !important;
  }

  #hero-search .topcv-mobile-search .vw-loc-trigger{
    width:100% !important;
    height:56px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    border:1px solid #e5e7eb !important;
    border-radius:18px !important;
    background:#fff !important;
    padding:0 16px 0 42px !important;
    box-shadow:none !important;
  }

  #hero-search .topcv-mobile-search .vw-ico-sm{
    position:absolute !important;
    left:14px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:2 !important;
    color:#6b7280 !important;
    pointer-events:none !important;
  }

  #hero-search .topcv-mobile-search .vw-btn{
    width:100% !important;
    min-width:100% !important;
    height:52px !important;
    border:none !important;
    border-radius:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 18px !important;
    background:linear-gradient(135deg,var(--primary),var(--secondary)) !important;
    color:#fff !important;
    font-weight:700 !important;
    font-size:15px !important;
    white-space:nowrap !important;
    box-shadow:none !important;
  }

  #hero-search .topcv-mobile-search .vw-btn:hover,
  #hero-search .topcv-mobile-search .vw-btn:focus,
  #hero-search .topcv-mobile-search .vw-btn:active{
    background:linear-gradient(135deg,var(--primary),var(--secondary)) !important;
    color:#fff !important;
    box-shadow:none !important;
    filter:none !important;
  }

  #hero-search .topcv-mobile-search .search-dropdown{
    position:absolute !important;
    top:calc(100% + 8px) !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-height:52vh !important;
    overflow:auto !important;
    border-radius:18px !important;
    box-shadow:0 18px 40px rgba(15,23,42,.16) !important;
    margin:0 !important;
    z-index:9999 !important;
    background:#fff !important;
  }

  #hero-search .vw-loc-panel{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:calc(100% + 8px) !important;
    width:100% !important;
    max-width:none !important;
    border-radius:16px !important;
    padding:14px !important;
    z-index:10000 !important;
    background:#fff !important;
    box-shadow:0 18px 40px rgba(15,23,42,.16) !important;
  }

  #hero-search .vw-loc-panel__title{
    font-size:16px !important;
    margin-bottom:10px !important;
  }

  #hero-search .vw-loc-panel__list{
    max-height:min(60vh, 360px) !important;
  }

  #hero-search .search-location-badges{
    display:none !important;
  }
}

/* CATEGORY */
.category-box{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(15,23,42,.10);
  padding:10px;
}

.category-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:18px;
  border-radius:18px;
  margin-bottom:14px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  text-decoration:none;
  color:#111827;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}

.category-item:last-child{
  margin-bottom:0;
}

.category-item:hover{
  transform:translateY(-2px);
  background:#ffffff;
  border-color:rgba(37,99,235,.16);
  box-shadow:0 16px 32px rgba(15,23,42,.10);
}

/* Market card */
.market-card{
  width:100%;
  border-radius:24px;
  padding:18px 24px;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 55%,#4f46e5 100%);
  box-shadow:0 10px 30px rgba(37,99,235,.18);
}

.market-card__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.market-card__title-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.market-card__icon{
  width:34px;
  height:34px;
  border-radius:10px;
  background:rgba(255,255,255,.14);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  flex-shrink:0;
}

.market-card__title{
  margin:0;
  font-size:24px;
  font-weight:700;
  line-height:1.2;
  color:#fff;
}

.market-card__date{
  font-size:14px;
  font-weight:600;
  color:rgba(255,255,255,.85);
  white-space:nowrap;
}

.market-card__stats{
  display:flex;
  align-items:center;
  gap:24px;
}

.market-card__stat{
  display:flex;
  align-items:baseline;
  gap:12px;
  flex-wrap:wrap;
}

.market-card__label{
  font-size:15px;
  font-weight:500;
  color:rgba(255,255,255,.88);
}

.market-card__value{
  font-size:30px;
  font-weight:800;
  line-height:1;
  letter-spacing:-0.02em;
  color:#fff;
}

.market-card__divider{
  width:1px;
  height:38px;
  background:rgba(255,255,255,.2);
  flex-shrink:0;
}

@media (max-width:991.98px){
  .market-card{margin-bottom:24px;}
}

@media (max-width:767.98px){
  .market-card{
    padding:16px;
    border-radius:20px;
  }

  .market-card__header{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    margin-bottom:14px;
  }

  .market-card__title{
    font-size:20px;
  }

  .market-card__stats{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .market-card__divider{
    width:100%;
    height:1px;
  }

  .market-card__value{
    font-size:26px;
  }
}

/* =========================================================
SECTION CTA BUTTONS
========================================================= */
.section-view-all-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  min-width:190px;
}

.section-view-all-btn:hover,
.section-view-all-btn:focus{
  color:#fff;
  background:var(--primary);
  border-color:var(--primary);
  box-shadow:var(--shadow-md);
}

@media (max-width: 767.98px){
  .section-view-all-btn{
    width:auto;
    min-width:190px;
  }
}

.job-company-logo,
.job-company-logo-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}

.job-company-logo{
  object-fit:contain;
  background:#fff;
}

.job-company-logo-placeholder{
  border-radius:12px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  user-select:none;
}

.job-company-logo-placeholder span{
  display:block;
  font-size:18px;
  line-height:1;
}

.job-card__logo .job-company-logo,
.job-card__logo .job-company-logo-placeholder{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid #e2e8f0;
  background:#fff;
}

.theme-premium .job-card__logo .job-company-logo,
.theme-premium .job-card__logo .job-company-logo-placeholder{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid #e2e8f0;
  box-shadow:none;
}

.job-card__logo .job-company-logo-placeholder span{
  font-size:18px;
  font-weight:700;
}