/* =========================================================
   Media Guys — site styles
   ========================================================= */

/* ===== Base ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; }
/* never let anything cause a sideways scroll on phones */
html, body { max-width: 100%; overflow-x: hidden; }
input::placeholder { color: #A99F92; }

/* Scroll-into-view targets get a little breathing room from the top */
#apply, #industries, #jobs { scroll-margin-top: 24px; }

.page {
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  background: #FBF1E6;
  color: #1A1512;
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ===== Hero ===== */
.hero {
  background: linear-gradient(180deg, #FCF2E7 0%, #FBEFE0 100%);
  padding-bottom: 70px;
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 10px;
}

.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-mark { font-weight: 800; font-size: 34px; letter-spacing: -1px; }
.logo-mark .m { color: #F26B1D; }
.logo-mark .g { color: #1A1512; margin-left: -6px; }
.logo-text { font-size: 9px; font-weight: 700; letter-spacing: 3px; color: #1A1512; margin-top: 2px; }
.logo-img { height: 84px; width: auto; display: block; margin: -16px 0; }
.footer-logo-img { height: 76px; width: auto; display: block; margin: -16px 0; }

/* ===== Shared site header ===== */
.site-header { background: #fff; border-bottom: 1px solid #F0E7DA; position: sticky; top: 0; z-index: 50; }
.site-header-inner {
  width: 100%; padding: 0 58px; min-height: 150px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.site-logo { justify-self: start; display: inline-flex; }
.site-logo img { height: 130px; width: auto; display: block; margin: -28px 0; }
.site-nav { justify-self: center; display: flex; gap: 30px; }
.site-nav a {
  color: #1A1512; text-decoration: none; font-size: 16px; font-weight: 500;
  transition: opacity .15s;
}
.site-nav a:hover { opacity: .5; }
.site-call {
  justify-self: end; background: #1A1512; color: #fff; text-decoration: none;
  font-size: 14px; font-weight: 700; letter-spacing: 1px; padding: 13px 30px; border-radius: 8px;
  transition: opacity .15s;
}
.site-call:hover { opacity: .85; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
  padding-top: 16px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  height: 540px;
  padding-bottom: 70px;
}

.eyebrow { color: #F26B1D; font-size: 12px; font-weight: 700; letter-spacing: 2px; margin-top: 34px; margin-bottom: 18px; }
.hero-title { font-size: 52px; line-height: 1.1; font-weight: 800; letter-spacing: -1px; margin-bottom: 26px; }
.title-accent { color: #F26B1D; position: relative; display: inline-block; }
.title-underline { position: absolute; left: 0; bottom: -8px; }
.hero-desc { font-size: 16px; line-height: 1.65; color: #5C5448; max-width: 430px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; margin: auto 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary { background: #1A1512; color: #fff; border: none; }
.btn-outline { background: #fff; color: #1A1512; border: 1.5px solid #E4DACB; }
.btn-outline:hover { border-color: #C9BCA9; }
.btn-sm { padding: 11px 18px; font-size: 14px; }

.hero-right { position: relative; height: 540px; }

.deco-dots {
  position: absolute; top: 6px; right: 30px; width: 70px; height: 60px;
  background-image: radial-gradient(#D9B98C 1.6px, transparent 1.6px);
  background-size: 12px 12px; opacity: .7;
}

.hero-circle {
  position: absolute; right: 10px; bottom: 48px; width: 360px; height: 360px;
  background: radial-gradient(circle at 50% 45%, #FCEAD6 0%, #F8DEC0 52%, #F5D6B4 68%, rgba(245, 214, 180, 0) 78%);
  border-radius: 50%; z-index: 0;
}

.hero-photo {
  position: absolute; right: -115px; bottom: 0; width: 760px; height: 870px;
  object-fit: contain; object-position: bottom center; z-index: 2;
}

.connector { position: absolute; left: 104px; top: 108px; z-index: 1; }

.badge {
  position: absolute; width: 52px; height: 52px; background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08); z-index: 3; color: #C98A3C;
}
.badge-1 { left: 150px; top: 120px; }
.badge-2 { left: 124px; top: 238px; }
.badge-3 { left: 150px; top: 356px; }

/* ===== Stats bar ===== */
.stats { max-width: 1180px; margin: 26px auto 0; padding: 0 28px; position: relative; z-index: 5; }
.stats-card {
  background: #fff; border-radius: 16px; box-shadow: 0 18px 50px rgba(120, 90, 40, .10);
  padding: 26px 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.stat { display: flex; align-items: center; gap: 14px; }
.stat-icon {
  width: 50px; height: 50px; border-radius: 50%; background: #FCEAD4;
  display: flex; align-items: center; justify-content: center; color: #E08A2B; flex-shrink: 0;
}
.stat-num { font-size: 24px; font-weight: 800; line-height: 1; }
.stat-label { font-size: 13px; color: #6B6256; margin-top: 5px; }

/* ===== Courses: Rejection se Selection tak ===== */
/* whole section sits on a clean white band */
.courses {
  max-width: 1124px;
  margin: -70px auto 0; padding: 38px 34px;
  background: #fff; border-radius: 16px;
  box-shadow: 0 18px 50px rgba(120, 90, 40, .10);
  position: relative; z-index: 5;
}
/* dedicated /courses.php page — give it breathing room top & bottom */
.courses--page { margin: 48px auto 64px; }
/* admin-uploaded background image variant: dark overlay + white heading for readability */
.courses--bg {
  background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden;
}
.courses--bg::before {
  content: ''; position: absolute; inset: 0; border-radius: 16px;
  background: linear-gradient(180deg, rgba(20,15,12,.55) 0%, rgba(20,15,12,.35) 100%);
}
.courses--bg .courses-head, .courses--bg .course-cards { position: relative; z-index: 1; }
.courses--bg .courses-title { color: #fff; }
.courses--bg .courses-sub { color: rgba(255,255,255,.85); }
.courses--bg .courses-browse { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); color: #fff; }
.courses--bg .courses-browse:hover { background: rgba(255,255,255,.24); border-color: rgba(255,255,255,.45); }
.courses-head { position: relative; text-align: center; margin: 0 auto 28px; max-width: 1180px; }
.courses-browse {
  position: absolute; top: 6px; right: 0;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: #1A1512; text-decoration: none;
  padding: 8px 14px; border: 1px solid #EFE4D3; border-radius: 8px;
  background: #FDF6EC; transition: border-color .15s, background .15s;
}
.courses-browse:hover { background: #FCF1E1; border-color: #E7D6BE; }
.courses-title { font-size: 30px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.12; }
.courses-title .hl { color: #F26B1D; }
.courses-sub { font-size: 14px; color: #6B6256; line-height: 1.6; max-width: 560px; margin: 10px auto 0; }

/* horizontal row of identical course cards */
.course-cards {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.course-card {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: #FDF6EC; border: 1px solid #EFE4D3; border-radius: 10px;
  padding: 14px 16px; transition: border-color .15s, background .15s;
}
.course-card:hover { background: #FCF1E1; border-color: #E7D6BE; }
.course-name { font-size: 15px; font-weight: 800; color: #1A1512; line-height: 1.25; }
.course-btn {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  background: #1A1512; color: #fff; border: none; text-decoration: none; font-weight: 700; font-size: 12.5px;
  padding: 9px 15px; border-radius: 8px; transition: background .15s;
}
.course-btn:hover { background: #1A1512; }
@media (max-width: 860px) {
  .course-cards { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .courses-title { font-size: 26px; }
  .courses-browse { position: static; margin: 0 auto 16px; }
}

/* ===== Course apply modal ===== */
.cmodal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.cmodal[hidden] { display: none; }
.cmodal-backdrop { position: absolute; inset: 0; background: rgba(26, 21, 18, .55); backdrop-filter: blur(2px); }
.cmodal-box {
  position: relative; width: 100%; max-width: 420px;
  background: #fff; border-radius: 18px; padding: 30px 28px 26px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
  animation: cmodalIn .2s ease;
}
@keyframes cmodalIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.cmodal-x {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: none; cursor: pointer;
  background: #F2EADD; color: #1A1512; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.cmodal-x:hover { background: #E7DCC9; }
.cmodal-title { font-size: 18px; font-weight: 700; color: #1A1512; padding-right: 30px; letter-spacing: -0.2px; }
.cmodal-title span { color: #1A1512; font-weight: 700; }
.cmodal-sub { font-size: 14px; color: #6B6256; line-height: 1.55; margin: 8px 0 20px; }
.cmodal-field { margin-bottom: 16px; }

/* ===== Success popup (shown after any form submit) ===== */
.success-pop { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.success-pop[hidden] { display: none; }
.success-pop-backdrop { position: absolute; inset: 0; background: rgba(26, 21, 18, .55); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.success-pop-box {
  position: relative; width: 100%; max-width: 360px; text-align: center;
  background: #fff; border-radius: 18px; padding: 32px 28px 26px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28); animation: cmodalIn .2s ease;
}
.success-pop-check {
  width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  background: #E9F8EF; color: #2E9E5B;
}
.success-pop-title { font-size: 20px; font-weight: 800; color: #1A1512; margin-bottom: 8px; }
.success-pop-msg { font-size: 14px; color: #6B6256; line-height: 1.55; margin-bottom: 22px; }
.success-pop-btn {
  width: 100%; background: #1A1512; color: #fff; border: none; border-radius: 11px;
  padding: 14px; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
  transition: opacity .15s;
}
.success-pop-btn:hover { opacity: .88; }
.success-pop-explore {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; margin-bottom: 10px; background: #F26B1D; color: #fff; text-decoration: none;
  border-radius: 11px; padding: 14px; font-family: inherit; font-size: 15px; font-weight: 700;
  transition: background .15s;
}
.success-pop-explore:hover { background: #D95C12; }
.success-pop-explore[hidden] { display: none; }
.success-pop-explore svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ===== Staff / job-role picker (compact, minimal) ===== */
#staffModal .cmodal-box { padding: 24px 24px 22px; max-width: 400px; }
#staffModal .cmodal-title { font-size: 17px; }
#staffModal .cmodal-sub { font-size: 12.5px; line-height: 1.45; margin: 6px 0 16px; }
#staffModal .cmodal-field { margin-bottom: 14px; }
#staffModal .submit-btn { margin-top: 6px; }
.staff-opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.staff-opt {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 10px 6px; border: 1px solid #ECE3D6; border-radius: 11px; background: #FBF8F3;
  cursor: pointer; transition: border-color .15s, background .15s;
}
.staff-opt:hover { border-color: #E7D6BE; background: #FCF1E1; }
.staff-opt input { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.staff-opt img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; display: block; }
.staff-opt span { font-size: 11.5px; font-weight: 700; color: #1A1512; text-align: center; line-height: 1.2; }
.staff-opt:has(input:checked) { border-color: #F26B1D; background: #FEF3E7; box-shadow: inset 0 0 0 1px #F26B1D; }
.staff-opt .staff-opt-ph { width: 46px; height: 46px; border-radius: 50%; background: #FDF6EC; color: #1A1512; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; }

/* icon-less fallback badge on the banner */
.nodeg-role .nodeg-ph { width: 78px; height: 78px; border-radius: 50%; background: #FDF6EC; color: #1A1512; font-weight: 800; font-size: 26px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(120, 90, 40, .10); }

/* "Browse All Jobs" button below the banner */
.nodeg-browse-wrap { text-align: center; margin: 16px auto 0; }
.nodeg-browse {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1A1512; color: #fff; text-decoration: none; border: none; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: 14px; padding: 11px 26px; border-radius: 10px;
  transition: background .15s;
}
.nodeg-browse:hover { background: #F26B1D; }
.nodeg-browse svg { width: 16px; height: 16px; }

/* Floating WhatsApp button (bottom-right, every page) */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 2147483000;
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #25D366; color: #fff; text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: box-shadow .15s;
  animation: waFloat 2.6s ease-in-out infinite;
}
.wa-float svg { width: 34px; height: 34px; }
.wa-float:hover { box-shadow: 0 12px 30px rgba(37, 211, 102, .6); animation-play-state: paused; }
@keyframes waFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
@media (max-width: 560px) {
  .wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .wa-float svg { width: 30px; height: 30px; }
}

/* Browse-all (staff-jobs.php) page */
.jobspage { max-width: 1180px; margin: 44px auto 60px; padding: 0 28px; }
.jobspage-head { text-align: center; margin-bottom: 30px; }
.jobspage-title { font-size: 30px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.12; }
.jobspage-title .hl { color: #F26B1D; }
.jobspage-sub { font-size: 14px; color: #6B6256; line-height: 1.6; max-width: 620px; margin: 12px auto 0; }
.jobgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.jobcard {
  background: #fff; border: 1px solid #F0E7DA; border-radius: 14px; padding: 18px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
  box-shadow: 0 6px 18px rgba(120, 90, 40, .05);
}
.jobcard img, .jobcard .nodeg-ph { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 12px rgba(120, 90, 40, .10); }
.jobcard-name { font-size: 14.5px; font-weight: 800; }
/* single centered, middle-width Apply button at the bottom of the Browse-All page */
.jobspage-apply { text-align: center; margin-top: 34px; }
.jobspage-apply-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: min(420px, 100%); background: #1A1512; color: #fff; border: none; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 11px;
  transition: background .15s;
}
.jobspage-apply-btn:hover { background: #F26B1D; }
.jobspage-apply-btn svg { width: 17px; height: 17px; }
@media (max-width: 900px) { .jobgrid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) {
  .jobgrid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .jobcard { padding: 16px 10px; gap: 8px; }
  .jobcard img, .jobcard .nodeg-ph { width: 66px; height: 66px; }
  .jobcard-name { font-size: 13.5px; }
}

/* ===== Main: form + industries ===== */
.main { max-width: 1180px; margin: 56px auto 0; padding: 0 28px; }
.main-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 40px; align-items: start; }

.form-card { background: #fff; border: 1px solid #F0E7DA; border-radius: 18px; padding: 34px 36px; }
.section-title { font-size: 27px; font-weight: 800; margin-bottom: 12px; }
.form-subtitle { font-size: 15px; line-height: 1.6; color: #6B6256; margin-bottom: 28px; max-width: 380px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }

.field-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.input-wrap { position: relative; }
.input-icon { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: #B6AC9D; }
.input {
  width: 100%; border: 1px solid #ECE3D6; background: #FBF8F3; border-radius: 9px;
  padding: 13px 14px; font-family: inherit; font-size: 14px; color: #1A1512; outline: none;
}
.input--icon { padding-left: 36px; }
.select {
  width: 100%; border: 1px solid #ECE3D6; background: #FBF8F3; border-radius: 9px;
  padding: 13px 36px 13px 14px; font-family: inherit; font-size: 14px; color: #A99F92;
  outline: none; appearance: none; cursor: pointer;
}
.select-icon { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: #9C9284; pointer-events: none; }

.resume-box {
  display: flex; align-items: center; gap: 11px; border: 1px solid #ECE3D6; background: #FBF8F3;
  border-radius: 9px; padding: 9px 14px; cursor: pointer;
}
.resume-icon { color: #E08A2B; }
.resume-title { font-size: 13.5px; font-weight: 700; color: #E08A2B; }
.resume-hint { font-size: 11px; color: #9C9284; margin-top: 2px; }

.submit-btn {
  width: 100%; margin-top: 26px; background: #1A1512; color: #fff; border: none;
  border-radius: 11px; padding: 16px; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
}
.submit-btn:disabled { opacity: .65; cursor: default; }

.form-msg { margin-top: 16px; font-size: 14px; font-weight: 600; display: none; }
.form-msg.show { display: block; }
.form-msg.success { color: #2E9E5B; }
.form-msg.error { color: #C0392B; }

/* Industries */
.section-title--spaced { margin-bottom: 26px; }
.industry-list { display: flex; flex-direction: column; gap: 20px; }
.industry-empty { color: #8A7F70; font-size: 14px; padding: 8px 2px; }
.industry-card {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #F8CC8B 0%, #F3A84F 100%); border-radius: 16px;
  padding: 24px 26px; display: flex; align-items: center; gap: 18px; cursor: pointer;
}
.industry-icon {
  width: 62px; height: 62px; border-radius: 14px; background: rgba(255, 255, 255, .55);
  display: flex; align-items: center; justify-content: center; color: #1A1512; flex-shrink: 0;
}
.industry-body { flex: 1; }
.industry-name { font-size: 19px; font-weight: 800; margin-bottom: 5px; }
.industry-desc { font-size: 13.5px; line-height: 1.45; color: #5A3F1E; }
.industry-arrow {
  width: 42px; height: 42px; border-radius: 50%; background: #1A1512; color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* Cards with an admin-uploaded banner: image fills the card, a dark scrim
   keeps the overlapping name readable, and its contents sit above both. */
.industry-card--banner {
  background-size: cover; background-position: center; background-repeat: no-repeat;
  min-height: 120px;
}
.industry-card--banner::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(16, 12, 9, .58) 0%, rgba(16, 12, 9, .28) 55%, rgba(16, 12, 9, .08) 100%);
}
.industry-card--banner > * { position: relative; z-index: 1; }
.industry-card--banner .industry-icon { background: rgba(255, 255, 255, .22); color: #fff; }
.industry-card--banner .industry-name { color: #fff; text-shadow: 0 2px 10px rgba(0, 0, 0, .55); }
.industry-card--banner .industry-desc { color: rgba(255, 255, 255, .92); text-shadow: 0 1px 6px rgba(0, 0, 0, .5); }

/* Home page: extra industry cards stay hidden until "See All" is clicked. */
.industry-card--hidden { display: none; }
.industry-seeall {
  display: flex; align-items: center; gap: 7px; width: fit-content; margin: 22px auto 0;
  background: #fff; color: #1A1512; border: 1.5px solid #E4DACB; border-radius: 9px;
  padding: 9px 20px; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
  transition: border-color .15s, background .15s;
}
.industry-seeall:hover { border-color: #C9BCA9; background: #FDF6EC; }

/* ===== All Industries page ===== */
.all-ind { padding: 40px 0 64px; }
.all-ind-back { display: inline-block; color: #6B6256; text-decoration: none; font-size: 14px; font-weight: 600; margin-bottom: 18px; }
.all-ind-back:hover { color: #1A1512; }

/* Reusable "Back to Home" bar shown top-left on inner pages */
.page-back-bar { padding-top: 18px; }
.page-back { display: inline-flex; align-items: center; gap: 7px; color: #6B6256; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .15s; }
.page-back:hover { color: #1A1512; }
.all-ind-title { font-size: 36px; font-weight: 800; letter-spacing: -1px; line-height: 1.1; }
.all-ind-sub { font-size: 15px; color: #6B6256; margin: 10px 0 30px; }
.all-ind-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 760px) {
  .all-ind-grid { grid-template-columns: 1fr; }
  .all-ind-title { font-size: 28px; }
}

/* ===== Business growth CTA banner (between Urgent Hiring & Partners) ===== */
.bizcta { max-width: 1180px; margin: 34px auto 0; padding: 0 28px; }
.bizcta--nodeg { margin: 22px auto; }
.bizcta--nodeg .bizcta-inner { position: relative; }
.bizcta--nodeg .bizcta-title { font-size: 26px; line-height: 1.25; }
.nodeg-apply {
  position: absolute; top: 20px; right: 24px;
  display: inline-flex; align-items: center; gap: 6px; text-decoration: none;
  background: #1A1512; color: #fff; border: none; cursor: pointer;
  font-family: inherit; font-size: 12px; font-weight: 600;
  padding: 7px 13px; border-radius: 7px; transition: opacity .15s;
}
.nodeg-apply:hover { opacity: .85; }
.nodeg-apply svg { width: 13px; height: 13px; flex-shrink: 0; }
.nodeg-roles { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.nodeg-role { flex: 1; min-width: 84px; display: flex; flex-direction: column; align-items: center; gap: 9px; color: #1A1512; }
.nodeg-role svg { width: 30px; height: 30px; }
.nodeg-role img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 4px 14px rgba(120, 90, 40, .10); }
.nodeg-role span { font-size: 12.5px; font-weight: 700; color: #6B6256; text-align: center; }
.bizcta-inner {
  background: #fff; border: 1px solid #F0E7DA; border-radius: 14px;
  box-shadow: 0 10px 30px rgba(120, 90, 40, .06);
  padding: 24px 30px; display: flex; flex-direction: column; gap: 20px;
}
.bizcta-head { position: relative; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 0 58px; }
.bizcta-text { min-width: 0; text-align: center; }
.bizcta-title { font-size: 19px; font-weight: 700; line-height: 1.35; letter-spacing: -0.2px; max-width: 720px; margin: 0 auto; }
.bizcta-head .bizcta-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.bizcta-title .hl { color: #F26B1D; }
/* "See All" link in the banner's right corner (shown when more than 4 cards exist). */
.bizcta-seeall {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 6px; text-decoration: none;
  background: #FDF6EC; color: #1A1512; border: 1px solid #EFE4D3; border-radius: 8px;
  padding: 8px 14px; font-size: 13px; font-weight: 700;
  transition: border-color .15s, background .15s;
}
.bizcta-seeall:hover { background: #FCF1E1; border-color: #E7D6BE; }
.bizcta-inner--bg .bizcta-seeall { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); color: #fff; }
/* Flex so cards auto-fill the row equally, whatever their count (2/3/4…). */
.bizcta-cards { display: flex; flex-wrap: wrap; gap: 14px; }
.bizcta-card {
  flex: 1 1 160px; cursor: pointer; font-family: inherit;
  background: #FDF6EC; border: 1px solid #EFE4D3; border-radius: 10px;
  padding: 14px 16px; font-size: 14px; font-weight: 700; color: #1A1512; text-align: center;
  transition: border-color .15s, background .15s;
}
.bizcta-card:hover { background: #FCF1E1; border-color: #E7D6BE; }
.bizcta-btn {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: #1A1512; color: #fff; display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.bizcta-btn svg { width: 20px; height: 20px; }
.bizcta-btn:hover { background: #F26B1D; }

/* background-image variant (admin-uploaded): dark overlay + white text */
.bizcta-inner--bg {
  position: relative; overflow: hidden; border-color: transparent;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.bizcta-inner--bg::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,15,12,.60) 0%, rgba(20,15,12,.26) 100%);
}
.bizcta-inner--bg .bizcta-head, .bizcta-inner--bg .bizcta-cards { position: relative; z-index: 1; }
.bizcta-inner--bg .bizcta-title { color: #fff; }
.bizcta-inner--bg .bizcta-title .hl { color: #FF8A3D; }
.bizcta-inner--bg .bizcta-btn { background: #fff; color: #1A1512; }
.bizcta-inner--bg .bizcta-btn:hover { background: #F26B1D; color: #fff; }
.bizcta-inner--bg .bizcta-card {
  background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); color: #fff;
}
.bizcta-inner--bg .bizcta-card:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.4); }
@media (max-width: 760px) {
  /* On narrow screens force at least 2-up: basis ~40% lets cards wrap 2 per row. */
  .bizcta-card { flex-basis: 40%; }
}
@media (max-width: 640px) {
  .bizcta-inner { padding: 22px 20px; }
  .bizcta-title { font-size: 17px; }
  /* Stack the head so "See All" sits below the title instead of overlapping it. */
  .bizcta-head { flex-direction: column; gap: 12px; padding: 0; }
  .bizcta-seeall { position: static; transform: none; align-self: center; }
}

/* ===== Urgent hiring ===== */
.urgent { max-width: 1180px; margin: 70px auto 0; padding: 0 28px; }
.urgent-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 26px; }
.urgent-title { font-size: 27px; font-weight: 800; margin-bottom: 7px; }
.urgent-sub { font-size: 14px; color: #6B6256; }
.view-all-btn {
  display: flex; align-items: center; gap: 9px; background: #fff; color: #1A1512;
  border: 1.5px solid #E4DACB; border-radius: 10px; padding: 12px 18px;
  font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
}

.jobs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.job-card { background: #fff; border: 1px solid #EFE7DA; border-radius: 14px; padding: 22px; }
.job-head { display: flex; gap: 13px; margin-bottom: 16px; }
.job-icon {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.job-icon--orange { background: #FBEFDD; color: #E08A2B; }
.job-icon--green { background: #E7F4EC; color: #2E9E5B; }
.job-icon--teal { background: #E8F1EC; color: #3B8C6E; }
.job-icon--red { background: #FBE8E0; color: #D86A3C; }
.job-title { font-size: 15.5px; font-weight: 800; line-height: 1.2; }
.job-company { font-size: 13px; color: #7A7164; margin-top: 4px; }
.job-loc { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #6B6256; margin-bottom: 18px; }
.job-foot { border-top: 1px solid #F0E8DC; padding-top: 14px; }
.job-apply {
  display: flex; align-items: center; gap: 7px; color: #E0701B; font-size: 14px;
  font-weight: 700; text-decoration: none; cursor: pointer;
}

/* Centered header with side dashes */
.urgent-head--center { display: block; text-align: center; margin-bottom: 30px; }
.urgent-kicker {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 20px; font-weight: 800; letter-spacing: 3px; color: #1A1512; text-transform: uppercase;
}
.urgent-kicker::before, .urgent-kicker::after {
  content: ""; width: 34px; height: 2px; background: #F26B1D; display: inline-block;
}
.urgent-head--center .urgent-sub { margin-top: 12px; }

/* Auto-sliding job carousel (CSS marquee) */
.jobs-marquee { position: relative; }
.jobs-viewport { overflow: hidden; }
.jobs-track {
  display: flex; width: max-content; padding: 6px 4px;
  animation: jobs-scroll 48s linear infinite;
}
.jobs-viewport:hover .jobs-track { animation-play-state: paused; }
@keyframes jobs-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ujob {
  flex-shrink: 0; width: 430px; margin-right: 22px;
  display: flex; align-items: center; gap: 18px;
  background: #fff; border: 1px solid #EFE7DA; border-radius: 16px; padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(120, 90, 40, .05);
}
.ujob-icon {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.ujob-body { flex: 1; min-width: 0; }
.ujob-title { font-size: 16px; font-weight: 800; line-height: 1.2; }
.ujob-company { font-size: 13px; color: #7A7164; margin-top: 3px; }
.ujob-loc { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #6B6256; margin-top: 9px; }
.ujob-apply {
  display: inline-flex; align-items: center; gap: 7px; color: #E0701B; font-size: 14px;
  font-weight: 700; text-decoration: none; white-space: nowrap; flex-shrink: 0;
}
.ujob-apply:hover { color: #C25A12; }

/* ===== Partners ===== */
.partners { background: #FBF1E6; margin-top: 40px; padding: 46px 0 50px; }
.partners-title { text-align: center; font-size: 19px; font-weight: 800; margin-bottom: 34px; }
.partner-marquee { overflow: hidden; position: relative; }
/* soft fade on both edges so logos appear/disappear smoothly */
.partner-marquee::before,
.partner-marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.partner-marquee::before { left: 0; background: linear-gradient(90deg, #FBEEDF, rgba(251, 238, 223, 0)); }
.partner-marquee::after { right: 0; background: linear-gradient(270deg, #FBEEDF, rgba(251, 238, 223, 0)); }
.partner-track {
  display: flex; width: max-content;
  animation: partner-scroll 26s linear infinite;
}
.partner-marquee:hover .partner-track { animation-play-state: paused; }
.partner { display: flex; align-items: center; gap: 10px; flex-shrink: 0; margin-right: 64px; }
@keyframes partner-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.partner-name { font-size: 16px; font-weight: 700; }
.partner-icon { display: inline-flex; }
.partner-icon--starwebx { color: #1B3C8C; }
.partner-icon--techradiance { color: #2E84D8; }
.partner-icon--codecraft { color: #1A1512; }
.partner-icon--webitech { color: #1FA6A0; }
.partner-logo-box {
  width: 48px; height: 48px; border-radius: 12px; color: #fff; font-weight: 800; font-size: 22px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.partner-logo-box--digi { background: linear-gradient(135deg, #7A3FF2, #C13FA8); }
.partner-logo-box--pixel { background: #2E84D8; }

/* ===== Apply page (apply.php) ===== */
.apply-header { background: linear-gradient(180deg, #FCF2E7 0%, #FBEFE0 100%); padding-bottom: 58px; }
.apply-shell { max-width: 820px; margin: 0 auto; padding: 0 28px; }
.apply-nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 4px; }

.apply-jobhead { display: flex; align-items: center; gap: 18px; padding: 22px 0 0; }
.apply-jobhead-icon {
  width: 66px; height: 66px; border-radius: 18px;
  background: linear-gradient(135deg, #F8CC8B 0%, #F3A84F 100%); color: #1A1512;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  box-shadow: 0 12px 28px rgba(214, 138, 60, .25);
}
.apply-eyebrow { color: #F26B1D; font-size: 11.5px; font-weight: 700; letter-spacing: 2px; margin-bottom: 7px; }
.apply-jobtitle { font-size: 32px; font-weight: 800; letter-spacing: -1px; line-height: 1.1; }
.apply-jobmeta { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: #6B6256; margin-top: 9px; font-weight: 600; }
.apply-company { display: inline-flex; align-items: center; gap: 7px; }
.apply-company-logo {
  width: 22px; height: 22px; border-radius: 6px; background: #1A1512; color: #fff;
  font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center;
}
.apply-dot { color: #C9BCA9; }

.apply-formwrap { margin-top: -34px; padding-bottom: 72px; }
.apply-formwrap .form-card { border: none; box-shadow: 0 18px 50px rgba(120, 90, 40, .12); padding: 36px 38px; }

/* ===== Companies listing (companies.php) ===== */
.companies { max-width: 1180px; margin: 0 auto; padding: 18px 28px 80px; }
.companies-title { font-size: 46px; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 12px; }
.companies-sub { font-size: 16px; color: #6B6256; margin-bottom: 34px; }

.companies-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.companies-tab {
  padding: 10px 20px; border: 1px solid #E4DACB; background: #fff; border-radius: 999px;
  font-size: 14px; font-weight: 600; color: #5C5448; text-decoration: none;
}
.companies-tab:hover { border-color: #C9BCA9; }
.companies-tab.is-active { background: #1A1512; color: #fff; border-color: #1A1512; }

.companies-filters { display: flex; gap: 16px; margin-bottom: 34px; flex-wrap: wrap; }
.companies-search { position: relative; flex: 1; min-width: 260px; }
.companies-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #B6AC9D; }
.companies-search-input {
  width: 100%; border: 1px solid #ECE3D6; background: #fff; border-radius: 12px;
  padding: 16px 16px 16px 46px; font-family: inherit; font-size: 15px; color: #1A1512; outline: none;
}
.companies-search-input:focus { border-color: #E3B98A; }

.companies-loc { position: relative; min-width: 220px; }
.companies-loc-select {
  width: 100%; border: 1px solid #ECE3D6; background: #fff; border-radius: 12px;
  padding: 16px 40px 16px 18px; font-family: inherit; font-size: 15px; font-weight: 600;
  color: #1A1512; outline: none; appearance: none; cursor: pointer;
}
.companies-loc-select:focus { border-color: #E3B98A; }
.companies-loc-icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #9C9284; pointer-events: none; }

.companies-search-btn {
  background: #1A1512; color: #fff; border: none; border-radius: 12px; padding: 0 28px;
  font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer;
}
.companies-search-btn:hover { background: #2A211A; }

.companies-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.company-card {
  background: #fff; border: 1px solid #EFE7DA; border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; transition: box-shadow .18s, transform .18s;
}
.company-card:hover { box-shadow: 0 14px 34px rgba(120, 90, 40, .12); transform: translateY(-3px); }
.company-head { display: flex; gap: 14px; margin-bottom: 18px; }
.company-logo {
  width: 52px; height: 52px; border-radius: 14px; color: #fff; font-size: 22px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.company-info { flex: 1; min-width: 0; }
.company-name { font-size: 17px; font-weight: 800; line-height: 1.2; margin-bottom: 6px; }
.company-desc { font-size: 13.5px; line-height: 1.5; color: #6B6256; }

.company-positions {
  display: flex; align-items: center; gap: 9px; color: #6B6256; font-size: 14px;
  margin-top: auto; padding-top: 6px;
}
.company-positions strong { color: #1A1512; font-weight: 700; }
.company-foot { border-top: 1px solid #F0E8DC; margin-top: 18px; padding-top: 16px; }
.company-viewjobs {
  display: inline-flex; align-items: center; gap: 7px; color: #E0701B; font-size: 14.5px;
  font-weight: 700; text-decoration: none;
}
.company-viewjobs:hover { gap: 11px; }

.companies-empty {
  background: #fff; border: 1px solid #EFE7DA; border-radius: 16px; padding: 44px;
  text-align: center; color: #6B6256; font-size: 15px;
}
.companies-empty a { color: #E0701B; font-weight: 700; text-decoration: none; margin-left: 6px; }

.companies-pagination { display: flex; justify-content: center; gap: 12px; margin-top: 46px; }
.page-btn {
  min-width: 48px; height: 48px; padding: 0 16px; border: 1px solid #E4DACB; background: #fff;
  border-radius: 11px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 600; color: #1A1512; text-decoration: none;
}
.page-btn:hover { border-color: #C9BCA9; }
.page-btn.is-active { background: #1A1512; color: #fff; border-color: #1A1512; }

@media (max-width: 1000px) {
  .companies-grid { grid-template-columns: repeat(2, 1fr); }
  .companies-title { font-size: 38px; }
}
@media (max-width: 560px) {
  .companies-grid { grid-template-columns: 1fr; }
  .companies-filters { flex-direction: column; }
  .companies-search-btn { padding: 15px; }
}

/* ===== Company jobs page (jobs.php) ===== */
.jobspage { max-width: 1180px; margin: 0 auto; padding: 22px 28px 80px; }
.jobspage-hero {
  display: flex; align-items: center; gap: 22px; background: #fff; border: 1px solid #EFE7DA;
  border-radius: 18px; padding: 28px 30px; margin-bottom: 34px;
}
.jobspage-logo {
  width: 74px; height: 74px; border-radius: 18px; color: #fff; font-size: 30px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.jobspage-info { flex: 1; min-width: 0; }
.jobspage-name { font-size: 30px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.1; }
.jobspage-desc { font-size: 15px; color: #6B6256; margin-top: 7px; }
.jobspage-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 14px; font-size: 13.5px; color: #6B6256; font-weight: 600; }
.jobspage-meta span { display: inline-flex; align-items: center; gap: 7px; }

.jobspage-listhead { font-size: 21px; font-weight: 800; margin-bottom: 18px; }
.joblist { display: flex; flex-direction: column; gap: 16px; }
.joblist-card {
  background: #fff; border: 1px solid #EFE7DA; border-radius: 14px; padding: 22px 24px;
  display: flex; align-items: center; gap: 22px; transition: box-shadow .18s;
}
.joblist-card:hover { box-shadow: 0 12px 30px rgba(120, 90, 40, .10); }
.joblist-main { flex: 1; min-width: 0; }
.joblist-title { font-size: 17px; font-weight: 800; }
.joblist-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 11px; }
.joblist-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600;
  color: #6B6256; background: #FBF3E8; border: 1px solid #F0E5D5; border-radius: 999px; padding: 5px 12px;
}
.joblist-desc { font-size: 13.5px; line-height: 1.55; color: #6B6256; margin-top: 11px; max-width: 640px; }
.joblist-apply {
  display: inline-flex; align-items: center; gap: 8px; background: #1A1512; color: #fff;
  border-radius: 10px; padding: 13px 22px; font-size: 14.5px; font-weight: 700;
  text-decoration: none; flex-shrink: 0;
}
.joblist-apply:hover { background: #2A211A; }

@media (max-width: 640px) {
  .jobspage-hero { flex-direction: column; text-align: center; align-items: center; }
  .jobspage-meta { justify-content: center; }
  .joblist-card { flex-direction: column; align-items: stretch; }
  .joblist-apply { justify-content: center; }
}

/* ===== Footer ===== */
.site-footer { background: #15110D; color: #C9C0B3; }
.site-footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 58px; }

.ftr-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 30px 44px; padding: 100px 0 78px; align-items: center;
}
.ftr-logo { height: 118px; width: auto; display: block; margin-bottom: 28px; filter: brightness(0) invert(1); }
.ftr-locations { font-size: 17px; font-weight: 500; letter-spacing: 1px; line-height: 1.85; color: #B7AFA3; text-transform: uppercase; margin-bottom: 38px; }
.ftr-contact { margin-bottom: 28px; }
.ftr-label { font-size: 13px; font-weight: 600; letter-spacing: 2px; color: #847A6C; margin-bottom: 11px; }
.ftr-value { font-size: 21px; font-weight: 500; letter-spacing: .3px; color: #F1ECE3; text-decoration: none; }
.ftr-value:hover { color: #F2A33C; }

.ftr-heading { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 22px; }
.ftr-col a { display: block; font-size: 15px; color: #A39A8D; text-decoration: none; margin-bottom: 16px; transition: color .15s; }
.ftr-col a:hover { color: #fff; }

.ftr-cta { text-align: center; }
.ftr-cta-text { font-size: 29px; font-weight: 500; color: #F3EEE6; line-height: 1.45; letter-spacing: .2px; margin-bottom: 30px; }
.ftr-cta-btn {
  display: inline-flex; align-items: center; gap: 11px; padding: 19px 38px;
  border: 1px solid #464037; border-radius: 8px; color: #fff; text-decoration: none;
  font-size: 16px; font-weight: 600; letter-spacing: .8px; transition: background .15s, border-color .15s;
}
.ftr-cta-btn:hover { background: #F26B1D; border-color: #F26B1D; }

.ftr-bottom { border-top: 1px solid #2A241D; }
.ftr-bottom-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 30px; }
.ftr-copy { font-size: 15px; color: #847A6C; }
.ftr-copy span { color: #B7AFA3; font-weight: 500; margin-left: 6px; }
.ftr-powered { display: inline-flex; align-items: center; gap: 5px; }
.ftr-star { color: #F26B1D; flex-shrink: 0; }
.ftr-admin-link {
  display: inline-block; margin-left: 10px; padding: 2px 10px;
  font-size: 12px; color: #B7AFA3; text-decoration: none;
  border: 1px solid #3A342B; border-radius: 20px; transition: all .2s ease;
}
.ftr-admin-link:hover { color: #fff; background: #2A241D; border-color: #2A241D; }
.ftr-social { display: flex; align-items: center; gap: 13px; }
.ftr-follow { font-size: 15px; color: #B7AFA3; margin-right: 4px; }
.ftr-social a {
  width: 38px; height: 38px; border-radius: 50%; background: #2A241D; color: #C9C0B3;
  display: inline-flex; align-items: center; justify-content: center; transition: background .15s, color .15s;
}
.ftr-social a:hover { background: #F26B1D; color: #fff; }

@media (max-width: 860px) {
  .ftr-grid { grid-template-columns: 1fr; }
  .ftr-bottom-inner { flex-direction: column; gap: 16px; }
}

/* =========================================================
   MOBILE RESPONSIVE  — tablets & phones
   (all desktop rules above stay unchanged)
   ========================================================= */
@media (max-width: 900px) {
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .companies-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /* tighter side gutters everywhere */
  .container, .stats, .urgent, .bizcta, .main, .companies { padding-left: 16px; padding-right: 16px; }

  /* ---- Header ---- */
  .site-header-inner { padding: 0 16px; min-height: 64px; gap: 10px; }
  .site-logo img { height: 66px; width: auto; max-width: 150px; margin: -12px 0; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 14px; }
  .site-call { padding: 10px 15px; font-size: 12px; letter-spacing: .5px; }

  /* ---- Hero: stack, drop the oversized photo, shrink text ---- */
  .hero { padding-bottom: 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 6px; padding-top: 6px; }
  .hero-left { height: auto; padding-bottom: 0; }
  .hero-right { display: none; }
  .eyebrow { margin-top: 14px; margin-bottom: 12px; }
  .hero-title { font-size: 34px; line-height: 1.12; letter-spacing: -0.5px; margin-bottom: 16px; }
  .hero-desc { font-size: 15px; margin-bottom: 22px; max-width: none; }
  .hero-actions { flex-wrap: wrap; gap: 12px; }
  .hero-actions .btn { flex: 1 1 auto; }

  /* ---- Stats ---- */
  .stats { margin-top: 16px; }
  .stats-card { grid-template-columns: repeat(2, 1fr); padding: 20px 16px; gap: 18px 14px; }
  .stat { gap: 11px; }
  .stat-icon { width: 42px; height: 42px; }
  .stat-num { font-size: 20px; }
  .stat-label { font-size: 12px; }

  /* ---- Courses ---- */
  .courses { margin-top: 22px; padding: 26px 18px; }
  .courses-head { text-align: center; }
  .courses-title { font-size: 24px; }
  .course-cards { grid-template-columns: 1fr; }

  /* ---- Apply form + industries ---- */
  .main { margin-top: 34px; }
  .main-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-card { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-title { font-size: 22px; }
  .form-subtitle { max-width: none; }
  .industry-card { padding: 18px 18px; gap: 14px; }
  .industry-icon { width: 52px; height: 52px; }
  .industry-name { font-size: 17px; }

  /* ---- Urgent hiring ---- */
  .urgent { margin-top: 46px; }
  .urgent-kicker { font-size: 16px; letter-spacing: 2px; gap: 10px; }
  .urgent-kicker::before, .urgent-kicker::after { width: 20px; }
  .ujob { width: 290px; margin-right: 16px; padding: 16px 18px; gap: 13px; }
  .ujob-icon { width: 46px; height: 46px; }
  .ujob-title { font-size: 15px; }

  /* ---- "Degree Nahi Lagti" banner ---- */
  .bizcta-inner { padding: 22px 18px; }
  .bizcta-title { font-size: 16px; }
  .nodeg-roles { gap: 10px; }
  .nodeg-role { min-width: 64px; gap: 7px; }
  .nodeg-role img, .nodeg-role .nodeg-ph { width: 62px; height: 62px; }
  .nodeg-role span { font-size: 11px; }

  /* ---- Browse-all / staff jobs page ---- */
  .jobspage { padding-left: 16px; padding-right: 16px; }
  .jobspage-title { font-size: 24px; }
  .jobspage-name { font-size: 24px; }

  /* ---- Companies + apply pages ---- */
  .companies-title { font-size: 30px; }
  .companies-sub { font-size: 14px; }
  .apply-jobtitle { font-size: 26px; }
  .apply-jobhead-icon { width: 56px; height: 56px; }

  /* ---- Footer ---- */
  .site-footer-inner { padding: 0 22px; }
  .ftr-grid { padding: 48px 0 40px; gap: 26px; }
  .ftr-logo { height: 92px; margin-bottom: 18px; }
  .ftr-locations { font-size: 14px; margin-bottom: 24px; }
  .ftr-contact { margin-bottom: 20px; }
  .ftr-value { font-size: 18px; }
  .ftr-cta { text-align: left; }
  .ftr-cta-text { font-size: 22px; margin-bottom: 22px; }
  .ftr-cta-btn { padding: 15px 26px; font-size: 14px; }
}

@media (max-width: 480px) {
  /* Header: keep logo + CALL, hide the single nav link to avoid crowding */
  .site-nav { display: none; }
  .site-header-inner { grid-template-columns: 1fr auto; }

  .hero-title { font-size: 28px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }

  .stats-card { gap: 16px 12px; padding: 18px 14px; }
  .section-title { font-size: 20px; }

  .nodeg-role { min-width: 52px; }
  .nodeg-role img, .nodeg-role .nodeg-ph { width: 54px; height: 54px; }
  .nodeg-role span { font-size: 10.5px; }

  .jobspage-title { font-size: 22px; }
  .companies-title { font-size: 26px; }
  .cmodal-box { padding: 24px 18px; }
  .ftr-cta-text { font-size: 19px; }
  .ftr-value { font-size: 17px; }
}

/* On phones the "Degree Nahi Lagti" banner's corner "Browse All" (only shown
   when there are 7+ jobs) moves into the normal flow so it can't overlap the title. */
@media (max-width: 560px) {
  .bizcta--nodeg .bizcta-inner { align-items: center; }
  .nodeg-apply { position: static; margin: 0 auto 2px; }
  /* clean 3-per-row grid instead of an uneven 5 + 1 wrap */
  .nodeg-roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 8px; width: 100%; }
  .nodeg-role { min-width: 0; }
}
