/* ============================================================
   SHIFA MANPOWER CONSULTANCY SERVICES — shifamanpower.com
   Bilingual (EN / தமிழ்) lead-generation homepage
   Brand palette: Purple (deep violet · fuchsia · lilac)
   ============================================================ */

:root {
  --navy-900: #2b0a4d;
  --navy-800: #3d1170;
  --navy-700: #55199c;
  --navy-600: #7c3aed;
  --red: #c026d3;
  --red-dark: #a21caf;
  --gold: #a855f7;
  --gold-soft: #c084fc;
  --ink: #241436;
  --muted: #6b5b85;
  --line: #e9e4f2;
  --bg: #f8f6fc;
  --white: #ffffff;
  --wa: #25d366;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 14px rgba(61, 17, 112, .10);
  --shadow-md: 0 14px 40px rgba(61, 17, 112, .16);
  --maxw: 1200px;
  --font: 'Open Sans', 'Noto Sans Tamil', system-ui, -apple-system, Segoe UI, sans-serif;
  --font-head: 'Sora', 'Noto Sans Tamil', system-ui, -apple-system, Segoe UI, sans-serif;
}

/* headings use the display typeface with tighter tracking */
h1, h2, h3, h4, h5, h6,
.section-head h2, .logo .name b, .hero h1, .page-hero h1,
.slide h1, .job-body h3, .sec-card .thumb h3, .stat b, .stats-band .num b,
.job-salary, .jd-side .sal, .cta-strip h2, .enquire-mini h2 {
  font-family: var(--font-head);
  letter-spacing: -.015em;
}
body.lang-ta h1, body.lang-ta h2, body.lang-ta h3, body.lang-ta h4 { letter-spacing: normal; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* language visibility — !important so more-specific display rules
   (e.g. .stats-band .num span { display:block }) can't reveal the
   inactive language and double the content height */
body.lang-en .ta { display: none !important; }
body.lang-ta .en { display: none !important; }
body.lang-ta { font-family: 'Noto Sans Tamil', 'Open Sans', sans-serif; }

/* icon sizing helper — inherits colour & size from parent */
.fa-solid, .fa-brands, .fa-regular { line-height: 1; }
.job-flag, .flag-chip .fl, .jd-side .flag { font-family: 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 50px 0; }
.section.tight { padding: 34px 0; }
.section.alt { background: var(--white); }

.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); margin-bottom: 12px;
}
.section-head { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; color: var(--navy-800); line-height: 1.2; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  padding: 14px 26px; border-radius: 50px; font-weight: 700; font-size: .95rem;
  cursor: pointer; border: 2px solid transparent; transition: .25s; white-space: nowrap;
}
.btn-sm { padding: 6px 10px; font-size: .88rem; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(192,38,211,.35); }
.btn-gold { background: var(--gold); color: var(--navy-900); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(168,85,247,.4); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { filter: brightness(1.05); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: #fff; color: var(--navy-800); }
.btn-outline { background: transparent; color: var(--navy-800); border-color: var(--navy-800); }
.btn-outline:hover { background: var(--navy-800); color: #fff; }

/* ================= HEADER ================= */
.topbar {
  background: var(--navy-900); color: #ddccef; font-size: .82rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.topbar a { color: #ddccef; }
.topbar .tb-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar .tb-left span { display: inline-flex; align-items: center; gap: 6px; }
.topbar b { color: var(--gold); }

.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px); box-shadow: var(--shadow-sm);
}
.header .container { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 18px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo .globe {
  width: 44px; height: 44px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--navy-600), var(--navy-900));
  display: grid; place-items: center; color: var(--gold); font-size: 1.3rem; flex: none;
  box-shadow: inset 0 0 0 2px var(--gold);
}
.logo .name { line-height: 1.05; }
.logo .name b { display: block; font-size: 1.16rem; font-weight: 800; color: var(--navy-800); letter-spacing: .3px; }
.logo .name small { font-size: .82rem; letter-spacing: .14em; color: var(--red); font-weight: 700; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-weight: 600; font-size: .93rem; color: var(--ink); position: relative; }
.nav a:hover { color: var(--red); }
.nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--red); transition: .25s; }
.nav a:hover::after { width: 100%; }
.nav a.active-link { color: var(--red); }
.nav a.active-link::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-toggle { display: inline-flex; border: 1.5px solid var(--line); border-radius: 50px; overflow: hidden; font-size: .8rem; font-weight: 700; }
.lang-toggle button { padding: 7px 13px; background: #fff; border: none; cursor: pointer; color: var(--muted); font-family: var(--font); }
.lang-toggle button.active { background: var(--navy-800); color: #fff; }

.hamburger { display: none; background: none; border: none; cursor: pointer; font-size: 1.6rem; color: var(--navy-800); }

/* ================= HERO (services showcase + enquiry) ================= */
.hero { position: relative; min-height: 600px; height: min(90vh, 760px); overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; }
/* transition: gentle cross-fade + slow zoom (Ken Burns) */
.slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  background-size: cover; background-position: center; transform: scale(1.12);
  transition: opacity 1.2s ease, transform 7s ease;
}
.slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(43,10,77,.95) 0%, rgba(43,10,77,.82) 42%, rgba(43,10,77,.55) 100%);
}

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; width: 100%; }
.hero-copy { position: relative; color: #fff; min-height: 300px; }
.hero-text { position: absolute; inset: 0 0 auto 0; opacity: 0; pointer-events: none; }
.hero-text.active { position: relative; opacity: 1; pointer-events: auto; }
/* children reveal one-by-one when a slide becomes active */
.hero-text > * { opacity: 0; transform: translateY(18px); }
.hero-text.active > * { animation: heroReveal .55s cubic-bezier(.22,.9,.32,1) forwards; }
.hero-text.active > *:nth-child(1) { animation-delay: .08s; }
.hero-text.active > *:nth-child(2) { animation-delay: .24s; }
.hero-text.active > *:nth-child(3) { animation-delay: .42s; }
.hero-text.active > *:nth-child(4) { animation-delay: .60s; }
@keyframes heroReveal { to { opacity: 1; transform: none; } }
.hero-text .eyebrow { color: var(--gold); background: rgba(168,85,247,.16); padding: 6px 14px; border-radius: 50px; backdrop-filter: blur(3px); }
.hero-text h1 { font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 800; line-height: 1.12; margin: 16px 0; letter-spacing: -.02em; }
.hero-text h1 .hl { color: var(--gold); }
.hero-text p { font-size: clamp(1rem, 1.6vw, 1.12rem); color: #ebe0f6; max-width: 560px; }
.slide-cta { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }

.hero-dots { display: flex; gap: 10px; margin-top: 30px; }
.hero-dots button { width: 30px; height: 5px; border-radius: 4px; border: none; background: rgba(255,255,255,.4); cursor: pointer; transition: .25s; }
.hero-dots button.active { background: var(--gold); width: 42px; }

/* hero enquiry form card */
.hero-form { background: rgba(255,255,255,.98); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow-lg); }
.hero-form h3 { font-family: var(--font-head); color: var(--navy-800); font-size: 1.3rem; }
.hero-form .fine { color: var(--muted); font-size: .84rem; margin: 4px 0 16px; }
.hero-form .field { margin-bottom: 12px; }
.hero-form .btn { width: 100%; margin-top: 4px; }
.hero-form .form-ok { display: none; background: #eafbf0; color: #0f7a3d; padding: 12px; border-radius: var(--radius-sm); font-size: .86rem; text-align: center; margin-bottom: 12px; }
.hero-form .mini-note { font-size: .74rem; color: var(--muted); text-align: center; margin-top: 12px; }

@media (max-width: 900px) {
  .hero { height: auto; min-height: 0; padding: 40px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-copy { min-height: 0; }
  .hero-text { position: relative; }
  .hero-text:not(.active) { display: none; }
}

/* ================= TRUST BAR ================= */
.trustbar { background: var(--navy-800); color: #fff; padding: 22px 0; }
.trustbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; text-align: center; }
.trust-item { flex: 1; min-width: 180px; display: flex; flex-direction: row; align-items: center; justify-content: center; text-align: left; gap: 12px; }
.trust-item .ti-text { display: flex; flex-direction: column; }
.trust-item .ic { font-size: 1.5rem; color: var(--gold); }
.trust-item b { font-size: 1rem; }
.trust-item span { font-size: .78rem; color: #cdb8e8; }

/* ================= SECTORS ================= */
.sector-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 22px; }
.sector-card {
  background: var(--white); border-radius: var(--radius); padding: 30px 24px; text-align: center;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: .3s; position: relative; overflow: hidden;
}
.sector-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--red); transform: scaleX(0); transition: .3s; transform-origin: left; }
.sector-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.sector-card:hover::before { transform: scaleX(1); }
.sector-card .ic { width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 18px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); display: grid; place-items: center; font-size: 1.8rem; color: var(--gold); }
.sector-card h3 { color: var(--navy-800); font-size: 1.15rem; margin-bottom: 8px; }
.sector-card p { font-size: .86rem; color: var(--muted); }

/* ================= JOBS ================= */
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.job-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: .3s; display: flex; flex-direction: column; }
.job-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.job-top { padding: 22px 24px 0; display: flex; justify-content: space-between; align-items: start; }
.job-flag { font-size: 2rem; }
.job-badge { background: #eafbf0; color: #0f9d58; font-size: .72rem; font-weight: 700; padding: 5px 11px; border-radius: 50px; text-transform: uppercase; letter-spacing: .05em; }
.job-body { padding: 12px 24px 22px; flex: 1; }
.job-body h3 { font-size: 1.2rem; color: var(--navy-800); }
.job-loc { font-size: .85rem; color: var(--muted); margin: 4px 0 14px; }
.job-salary { font-size: 1.35rem; font-weight: 800; color: var(--red); }
.job-salary span { font-size: .8rem; font-weight: 500; color: var(--muted); }
.job-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.job-tags span { background: var(--bg); border: 1px solid var(--line); font-size: .76rem; padding: 5px 11px; border-radius: 50px; color: var(--muted); }
.job-foot { padding: 0 24px 24px; }
.job-foot .btn { width: 100%; }

/* ================= HOW IT WORKS ================= */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 22px; counter-reset: step; }
.step { text-align: center; position: relative; }
.step .num { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; background: #fff; border: 2px dashed var(--gold); color: var(--navy-800); font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.step h4 { color: var(--navy-800); font-size: 1rem; margin-bottom: 6px; }
.step p { font-size: .84rem; color: var(--muted); }

/* ================= SERVICES ================= */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.svc { background: var(--white); border-radius: var(--radius-sm); padding: 22px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); transition: .25s; }
.svc:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.svc .ic { font-size: 1.5rem; flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--bg); display: grid; place-items: center; color: var(--red); }
.svc h4 { font-size: .98rem; color: var(--navy-800); }
.svc p { font-size: .82rem; color: var(--muted); }

/* ================= WHY / ABOUT ================= */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.why-img { position: relative; }
.why-img img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.why-img .badge { position: absolute; bottom: -22px; right: -18px; background: var(--red); color: #fff; padding: 18px 24px; border-radius: var(--radius); box-shadow: var(--shadow-md); text-align: center; }
.why-img .badge b { display: block; font-size: 2rem; line-height: 1; }
.why-img .badge span { font-size: .78rem; }
.why-list { display: grid; gap: 18px; margin-top: 26px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item .ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); color: var(--gold); display: grid; place-items: center; font-size: 1.15rem; }
.why-item h4 { color: var(--navy-800); font-size: 1rem; }
.why-item p { font-size: .86rem; color: var(--muted); }

/* ================= COUNTRIES ================= */
.countries { background: var(--navy-900); color: #fff; }
.countries .section-head h2 { color: #fff; }
.flag-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 20px; }
.flag-chip { background: none; border: none; border-radius: 0; padding: 4px 6px; display: inline-flex; align-items: center; gap: 8px; font-weight: 500; font-size: .9rem; transition: color .2s; }
.flag-chip:hover { color: var(--gold); }
.flag-chip .fl { font-size: 1.15rem; }

/* ================= TESTIMONIALS ================= */
.tst-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.tst { background: var(--white); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative; }
.tst .quote { font-size: 3rem; color: var(--gold); line-height: 1; font-family: Georgia, serif; }
.tst p { font-size: .94rem; color: var(--ink); margin: 6px 0 18px; }
.tst .who { display: flex; align-items: center; gap: 12px; }
.tst .who .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-600), var(--navy-900)); color: #fff; display: grid; place-items: center; font-weight: 700; }
.tst .who b { display: block; color: var(--navy-800); font-size: .95rem; }
.tst .who span { font-size: .8rem; color: var(--muted); }
.stars { color: var(--gold); font-size: .9rem; margin-bottom: 8px; }

/* ================= CONTACT ================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-info h3 { color: var(--navy-800); font-size: 1.4rem; margin-bottom: 8px; }
.contact-info > p { color: var(--muted); margin-bottom: 24px; }
.ci-item { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.ci-item .ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--bg); color: var(--red); display: grid; place-items: center; font-size: 1.2rem; }
.ci-item b { color: var(--navy-800); display: block; font-size: .95rem; }
.ci-item span, .ci-item a { color: var(--muted); font-size: .88rem; }
.ci-item a:hover { color: var(--red); }
.map-wrap { margin-top: 8px; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 200px; border: 0; display: block; }

.lead-form { background: var(--white); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-md); border-top: 5px solid var(--red); }
.lead-form h3 { color: var(--navy-800); font-size: 1.3rem; margin-bottom: 6px; }
.lead-form .fine { font-size: .82rem; color: var(--muted); margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font); font-size: .92rem; color: var(--ink); background: var(--bg); transition: .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-600); background: #fff; box-shadow: 0 0 0 3px rgba(124,58,237,.12); }
.field textarea { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form .btn { width: 100%; margin-top: 6px; }
.form-note { font-size: .78rem; color: var(--muted); text-align: center; margin-top: 12px; }
.form-ok { display: none; background: #eafbf0; color: #0f7a3d; padding: 14px; border-radius: var(--radius-sm); font-size: .9rem; text-align: center; margin-bottom: 16px; }

/* ================= CTA STRIP ================= */
.cta-strip { background: linear-gradient(120deg, var(--navy-800), var(--navy-600)); color: #fff; text-align: center; }
.cta-strip h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; }
.cta-strip p { color: #e5daf6; margin: 12px auto 26px; max-width: 620px; }
.cta-strip .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ================= FOOTER ================= */
.footer { background: var(--navy-900); color: #c3aede; padding: 60px 0 0; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 40px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer .f-about .logo .name b { color: #fff; }
.footer .f-about p { margin: 16px 0; line-height: 1.7; }
.footer .reg { display: inline-block; background: rgba(168,85,247,.14); color: var(--gold); padding: 6px 12px; border-radius: 8px; font-size: .78rem; font-weight: 700; }
.footer ul li { margin-bottom: 10px; }
.footer ul a:hover { color: var(--gold); }
.footer .f-contact p { margin-bottom: 12px; display: flex; gap: 10px; align-items: flex-start; }
.footer .f-contact p i { flex: none; width: 16px; text-align: center; margin-top: 4px; color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; font-size: .82rem; color: #9c84bd; }
.footer-bottom .admin-link { color: #9c84bd; }
.footer-bottom .admin-link:hover { color: var(--gold); }
.footer-bottom .dev-credit { margin-top: 8px; font-size: .78rem; color: #9c84bd; }
.footer-bottom .dev-credit a { color: var(--gold); font-weight: 700; }
.footer-bottom .dev-credit a:hover { color: #fff; }

/* ================= FLOATING BUTTONS ================= */
.floaters { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.floaters a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.5rem; box-shadow: var(--shadow-md); transition: .25s; }
.floaters a:hover { transform: scale(1.08); }
.fl-wa { background: var(--wa); }
.fl-call { background: var(--red); }

/* ================= MOBILE ================= */
@media (max-width: 900px) {
  .why, .contact-grid { grid-template-columns: 1fr; }
  .why-img { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav { position: fixed; inset: 74px 0 auto 0; background: #fff; flex-direction: column; padding: 20px; gap: 4px; box-shadow: var(--shadow-md); transform: translateY(-140%); transition: .3s; }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 12px 6px; width: 100%; border-bottom: 1px solid var(--line); }
  .hamburger { display: block; }
  .topbar .tb-left { display: none; }
  .header-actions .phone-cta { display: none; }
  .hero-arrow { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 38px 0; }
  .section.tight { padding: 26px 0; }
}

/* ============================================================
   INNER PAGES  (jobs · job detail · about · service)
   ============================================================ */

/* ---- Page hero / breadcrumb ---- */
.page-hero {
  position: relative; padding: 66px 0 58px; color: #fff; overflow: hidden;
  background: var(--navy-800); background-size: cover; background-position: center;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(43,10,77,.94), rgba(43,10,77,.7)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.15; max-width: 760px; }
.page-hero p { color: #e5daf6; margin-top: 12px; max-width: 640px; }
.crumb { font-size: .85rem; color: #cdb8e8; margin-bottom: 14px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.crumb a { color: #cdb8e8; } .crumb a:hover { color: var(--gold); }
.crumb .sep { opacity: .5; }

/* ---- Jobs filter bar ---- */
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; background: var(--white); padding: 18px; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); margin-bottom: 34px; }
.filter-bar select, .filter-bar input { flex: 1; min-width: 160px; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-family: var(--font); font-size: .9rem; background: var(--bg); color: var(--ink); }
.filter-bar select:focus, .filter-bar input:focus { outline: none; border-color: var(--navy-600); background: #fff; }
.jobs-count { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.jobs-count b { color: var(--navy-800); }
.job-hidden { display: none !important; }
.no-jobs { display: none; text-align: center; padding: 40px; color: var(--muted); background: var(--white); border-radius: var(--radius); border: 1px dashed var(--line); }

/* ---- Job detail layout ---- */
.jd-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.jd-main h2 { color: var(--navy-800); font-size: 1.3rem; margin: 30px 0 12px; }
.jd-main h2:first-child { margin-top: 0; }
.jd-main p { color: var(--muted); margin-bottom: 12px; }
.jd-list { display: grid; gap: 10px; margin: 6px 0 8px; }
.jd-list li { display: flex; gap: 10px; color: var(--ink); font-size: .95rem; align-items: flex-start; }
.jd-list li::before { content: '✓'; color: #0f9d58; font-weight: 800; flex: none; }
.jd-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 14px; margin: 22px 0; }
.jd-fact { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px; }
.jd-fact span { font-size: .78rem; color: var(--muted); display: block; }
.jd-fact b { color: var(--navy-800); font-size: 1.05rem; }
.jd-side { position: sticky; top: 96px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-md); border-top: 5px solid var(--red); padding: 26px; }
.jd-side .sal { font-size: 1.9rem; font-weight: 800; color: var(--red); }
.jd-side .sal span { font-size: .85rem; font-weight: 500; color: var(--muted); }
.jd-side .flag { font-size: 2.4rem; }
.jd-side ul { margin: 16px 0; display: grid; gap: 10px; }
.jd-side ul li { font-size: .88rem; color: var(--ink); display: flex; gap: 8px; }
.jd-side .btn { width: 100%; margin-bottom: 10px; }
.jd-side .fine { font-size: .76rem; color: var(--muted); text-align: center; }

/* ---- About ---- */
.about-story { display: grid; grid-template-columns: 1.15fr 1fr; gap: 46px; align-items: center; }
.about-story img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.about-story h2 { color: var(--navy-800); font-size: clamp(1.6rem,3.2vw,2.2rem); font-weight: 800; margin-bottom: 14px; }
.about-story p { color: var(--muted); margin-bottom: 14px; }
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 22px; }
.stat { text-align: center; background: var(--white); border-radius: var(--radius); padding: 30px 18px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.stat b { display: block; font-size: 2.4rem; font-weight: 800; color: var(--red); line-height: 1; }
.stat span { color: var(--muted); font-size: .9rem; margin-top: 8px; display: block; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mv-card { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); border-left: 5px solid var(--gold); }
.mv-card .ic { font-size: 1.8rem; margin-bottom: 12px; }
.mv-card h3 { color: var(--navy-800); font-size: 1.2rem; margin-bottom: 8px; }
.mv-card p { color: var(--muted); font-size: .94rem; }

/* ---- Service page ---- */
.svc-detail { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.svc-detail h2 { color: var(--navy-800); font-size: 1.4rem; margin: 26px 0 12px; }
.svc-detail h2:first-child { margin-top: 0; }
.svc-detail p { color: var(--muted); margin-bottom: 12px; }
.svc-side { position: sticky; top: 96px; display: grid; gap: 18px; }
.svc-side .card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); padding: 24px; }
.svc-side .card h4 { color: var(--navy-800); margin-bottom: 14px; }
.svc-side .card.cta { background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); color: #fff; text-align: center; }
.svc-side .card.cta h4 { color: #fff; }
.svc-side .card.cta p { color: #e5daf6; font-size: .88rem; margin-bottom: 16px; }
.related-svc li { margin-bottom: 10px; }
.related-svc a { display: flex; gap: 8px; color: var(--ink); font-size: .92rem; padding: 8px 0; border-bottom: 1px solid var(--line); }
.related-svc a:hover { color: var(--red); }

@media (max-width: 900px) {
  .jd-wrap, .svc-detail, .about-story { grid-template-columns: 1fr; }
  .jd-side, .svc-side { position: static; }
  .about-story img { order: -1; }
  .mv-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   IMAGE-BASED SECTOR & SERVICE CARDS  +  MINI ENQUIRE  +  CTA v2
   ============================================================ */

/* ---- Sector cards (image) ---- */
.sec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.sec-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: .3s; display: flex; flex-direction: column; }
.sec-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.sec-card .thumb { position: relative; height: 168px; background-size: cover; background-position: center; }
.sec-card .thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,10,77,.92) 0%, rgba(43,10,77,.35) 55%, rgba(43,10,77,.1) 100%); }
.sec-card .thumb h3 { position: absolute; left: 18px; bottom: 14px; z-index: 2; color: #fff; font-size: 1.22rem; font-weight: 700; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.sec-card .thumb .tag { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--red); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 50px; }
.sec-card .roles { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.sec-card .rl { display: flex; flex-wrap: wrap; gap: 7px; }
.sec-card .rl span { font-size: .76rem; background: var(--bg); border: 1px solid var(--line); border-radius: 50px; padding: 4px 11px; color: var(--muted); }
.sec-card .more { margin-top: 16px; font-weight: 700; font-size: .85rem; color: var(--red); display: inline-flex; align-items: center; gap: 7px; }
.sec-card .more:hover { gap: 11px; }

/* ---- Service cards (image) ---- */
.svcimg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px) { .svcimg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .svcimg-grid { grid-template-columns: 1fr; } }
.svcimg-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: .3s; display: flex; flex-direction: column; }
.svcimg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.svcimg-card .thumb { height: 158px; background-size: cover; background-position: center; }
.svcimg-card .body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.svcimg-card h4 { color: var(--navy-800); font-size: 1.08rem; margin-bottom: 7px; }
.svcimg-card p { color: var(--muted); font-size: .87rem; flex: 1; }
.svcimg-card .more { margin-top: 14px; font-weight: 700; font-size: .84rem; color: var(--red); display: inline-flex; align-items: center; gap: 7px; }
.svcimg-card .more:hover { gap: 11px; }

/* ---- Mini enquire (pre-footer, homepage) ---- */
.enquire-mini { background: linear-gradient(120deg, #efe6fb, #f6f0fd); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.enquire-mini .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.enquire-mini h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; line-height: 1.2; color: var(--navy-800); }
.enquire-mini p { color: var(--muted); margin-top: 10px; font-size: .96rem; }
.enquire-mini .mini-contacts { margin-top: 18px; display: flex; gap: 22px; flex-wrap: wrap; font-size: .9rem; }
.enquire-mini .mini-contacts a { color: var(--red); font-weight: 700; }
.enquire-mini .mini-contacts span { color: var(--muted); }
.mini-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-md); }
.mini-form h3 { color: var(--navy-800); font-size: 1.15rem; margin-bottom: 4px; }
.mini-form .fine { font-size: .8rem; color: var(--muted); margin-bottom: 14px; }
.mini-form .field { margin-bottom: 12px; }
.mini-form .btn { width: 100%; }
.mini-form .form-ok { display: none; background: #eafbf0; color: #0f7a3d; padding: 12px; border-radius: var(--radius-sm); font-size: .88rem; text-align: center; margin-bottom: 12px; }

/* ---- CTA band v2 (with image + overlay) ---- */
.cta-strip { position: relative; background: var(--navy-800); background-size: cover; background-position: center; color: #fff; text-align: center; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(43,10,77,.95), rgba(85,25,156,.82)); }
.cta-strip .container { position: relative; z-index: 2; }
.cta-strip .kicker { display: inline-block; color: var(--gold); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin-bottom: 12px; }
.cta-strip .kicker::before, .cta-strip .kicker::after { content: '★'; margin: 0 8px; }
.cta-strip h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 800; }
.cta-strip p { color: #ebe0f6; margin: 12px auto 26px; max-width: 620px; }
.cta-strip .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- listing page intro grids reuse; detail role cards ---- */
.role-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 12px; margin: 10px 0 4px; }
.role-cards span { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 11px 14px; font-size: .88rem; color: var(--ink); text-align: center; }

@media (max-width: 900px) {
  .enquire-mini .inner { grid-template-columns: 1fr; }
}

/* ============================================================
   OECL-STYLE SECTION PATTERNS (layout only)
   ============================================================ */

/* ---- Quick links strip (below hero) ---- */
.quicklinks { background: var(--white); border-bottom: 1px solid var(--line); }
.quicklinks .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 0; }
.ql { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--line); transition: .25s; }
.ql:last-child { border-right: none; }
.ql:hover { background: var(--bg); }
.ql .ic { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); color: var(--gold); display: grid; place-items: center; font-size: 1.2rem; flex: none; }
.ql b { display: block; color: var(--navy-800); font-size: .98rem; }
.ql span { font-size: .8rem; color: var(--muted); }

/* ---- About split (text left / image + floating stat right) ---- */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-split .blk { margin-bottom: 22px; }
.about-split .blk h3 { color: var(--navy-800); font-size: 1.12rem; margin-bottom: 6px; }
.about-split .blk p { color: var(--muted); font-size: .94rem; }
.about-split .media { position: relative; }
.about-split .media img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.about-split .media .stat-badge { position: absolute; bottom: -20px; left: -18px; background: var(--red); color: #fff; padding: 18px 24px; border-radius: var(--radius); box-shadow: var(--shadow-md); text-align: center; }
.about-split .media .stat-badge b { display: block; font-size: 2rem; line-height: 1; }
.about-split .media .stat-badge span { font-size: .78rem; }

/* ---- Process / workflow band (bg image) ---- */
.process { position: relative; background: var(--navy-900); background-size: cover; background-position: center; color: #fff; }
.process::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(43,10,77,.95), rgba(85,25,156,.85)); }
.process .container { position: relative; z-index: 2; }
.process .section-head h2 { color: #fff; }
.process .section-head p { color: #e5daf6; }
.flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.flow-step { text-align: center; position: relative; }
.flow-step .n { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 50%; background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.5); color: #fff; font-weight: 800; font-size: 1.2rem; display: grid; place-items: center; }
.flow-step h4 { font-size: .98rem; margin-bottom: 6px; }
.flow-step p { font-size: .82rem; color: #e5daf6; }
@media (max-width: 760px) { .flow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px) { .flow { grid-template-columns: repeat(2, 1fr); } }

/* ---- Stats band ---- */
.stats-band { background: var(--white); }
.stats-band .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 24px; }
.stats-band .num { text-align: center; padding: 10px; }
.stats-band .num b { display: block; font-size: clamp(2rem,4vw,2.8rem); font-weight: 800; color: var(--red); line-height: 1; }
.stats-band .num span { color: var(--muted); font-size: .9rem; margin-top: 8px; display: block; }

/* ---- Global presence band (light) ---- */
.global { position: relative; background: linear-gradient(120deg, #f3ecfb, #faf7fe); color: var(--ink); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.global .section-head h2 { color: var(--navy-800); }
.global .section-head p { color: var(--muted); }
.global .flag-chip { color: var(--ink); }
.global .flag-chip:hover { color: var(--red); }

/* ---- Why choose (feature grid) ---- */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 22px; }
.feat { background: var(--white); border-radius: var(--radius); padding: 26px 24px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: .3s; border-top: 3px solid var(--gold); }
.feat:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feat .ic { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); color: var(--gold); display: grid; place-items: center; font-size: 1.3rem; margin-bottom: 14px; }
.feat h4 { color: var(--navy-800); font-size: 1.05rem; margin-bottom: 8px; }
.feat p { color: var(--muted); font-size: .87rem; }

@media (max-width: 900px) {
  .about-split { grid-template-columns: 1fr; }
  .about-split .media { order: -1; }
  .ql { border-right: none; border-bottom: 1px solid var(--line); }
}

/* ============================================================
   UI POLISH v2  (typography, buttons, hero, forms)
   ============================================================ */
:root { --shadow-lg: 0 24px 60px rgba(43,10,77,.22); }
body { font-size: 16px; letter-spacing: .1px; }

.section-head h2 { letter-spacing: -.02em; }
.eyebrow { position: relative; }

/* gradient, softer buttons */
.btn { border-radius: 12px; font-weight: 700; letter-spacing: .01em; }
.btn-primary { background: linear-gradient(135deg, #c026d3, #9333ea); }
.btn-primary:hover { background: linear-gradient(135deg, #a21caf, #7c3aed); }
.btn-gold { background: linear-gradient(135deg, #a855f7, #7c3aed); color: #fff; }
.btn-gold:hover { background: linear-gradient(135deg, #9333ea, #6d28d9); color: #fff; }
.btn-sm { border-radius: 10px; }

/* FIX "2 layers / 2 backgrounds": the .btn 2px transparent border + default
   background-origin stretches the gradient into a faint frame. Make filled
   buttons paint the gradient over the whole border box, no border, flat. */
.btn-primary, .btn-gold, .btn-wa {
  border: none;
  background-origin: border-box;
  background-clip: border-box;
  box-shadow: 0 2px 8px rgba(61,17,112,.18);
}
.btn-primary:hover, .btn-gold:hover { box-shadow: 0 5px 14px rgba(61,17,112,.24); transform: translateY(-1px); }

/* compact header "Call Now" button */
.phone-cta { padding: 9px 16px; font-size: .84rem; border-radius: 10px; }
.phone-cta i { font-size: .82rem; }

/* role / skill pills — single flat chip (no border-over-fill "double" look) */
.role-cards span, .sec-card .rl span, .job-tags span {
  border: none;
  background: #efe9f7;
  color: var(--navy-800);
}

/* ============================================================
   SECTOR DETAIL — richer, SEO-friendly layout
   ============================================================ */
#sectorDetail .lead-p, #serviceDetail .lead-p { font-size: 1.08rem; color: var(--ink); max-width: 840px; margin-bottom: 26px; line-height: 1.8; }
#sectorDetail h2, #serviceDetail h2 { font-family: var(--font-head); color: var(--navy-800); font-size: clamp(1.3rem, 2.4vw, 1.65rem); margin: 34px 0 14px; letter-spacing: -.01em; }
#sectorDetail h3, #serviceDetail h3 { font-family: var(--font-head); color: var(--navy-800); font-size: 1.06rem; margin-bottom: 12px; }

/* service "how it works" steps */
.svc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 8px 0 4px; }
.svc-step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-align: center; }
.svc-step .n { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 50%; background: linear-gradient(135deg, var(--accent, #c026d3), var(--navy-600)); color: #fff; font-weight: 800; display: grid; place-items: center; }
.svc-step b { color: var(--navy-800); display: block; font-size: .95rem; }
.svc-step p { color: var(--muted); font-size: .82rem; margin-top: 4px; }
@media (max-width: 760px) { .svc-steps { grid-template-columns: 1fr 1fr; } }

/* light service sidebar CTA ("Free consultation") */
.svc-side .card.cta { background: linear-gradient(135deg, #f1e9fb, #faf7fe); color: var(--ink); border: 1px solid var(--line); }
.svc-side .card.cta h4 { color: var(--navy-800); }
.svc-side .card.cta p { color: var(--muted); }

.sector-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin: 6px 0 8px; }
.benefit { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: flex; gap: 12px; align-items: flex-start; box-shadow: var(--shadow-sm); }
.benefit .ic { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); color: var(--gold); display: grid; place-items: center; flex: none; }
.benefit b { color: var(--navy-800); font-size: .95rem; display: block; }
.benefit span { color: var(--muted); font-size: .82rem; }

.sector-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 4px 0; }
.sc-block { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }

.sector-flags { justify-content: flex-start; gap: 8px 18px; }
.sector-flags .flag-chip { color: var(--ink); }

.faq { display: grid; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--navy-800); padding: 15px 44px 15px 16px; list-style: none; position: relative; font-size: .98rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--red); line-height: 1; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-a { padding: 0 16px 16px; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.faq-a a { color: var(--red); font-weight: 600; }

.sector-cta { margin-top: 38px; background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); color: #fff; border-radius: var(--radius); padding: 32px; text-align: center; }
.sector-cta h3 { color: #fff; font-size: 1.35rem; font-family: var(--font-head); }
.sector-cta p { color: #e5daf6; margin: 8px 0 20px; }
.sector-cta .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 760px) { .sector-cols { grid-template-columns: 1fr; } }

/* topbar: keep everything on a single line (desktop) */
.topbar { font-size: .8rem; }
.topbar .container { flex-wrap: nowrap; white-space: nowrap; overflow: hidden; }
.topbar .tb-left { flex-wrap: nowrap; gap: 18px; }
.topbar .tb-right { gap: 18px; }
@media (max-width: 760px) {
  .topbar .container { flex-wrap: wrap; white-space: normal; overflow: visible; justify-content: center; }
}

/* Apply Now nav CTA highlight */
.nav a.apply-cta { color: var(--red); font-weight: 800; }

/* logo mark refresh */
.logo .globe { box-shadow: inset 0 0 0 2px var(--gold), var(--shadow-sm); }
.logo .name b { letter-spacing: .2px; }
/* real logo image */
.logo-mark { width: 48px; height: 48px; object-fit: contain; flex: none; display: block; }
.logo-mark-footer { width: 54px; height: 54px; background: #fff; border-radius: 12px; padding: 5px; }

/* hero: deeper, more cinematic overlay + rounded CTA */
.slide h1 { letter-spacing: -.02em; }
.slide .eyebrow { backdrop-filter: blur(3px); }

/* cards: crisper hover */
.job-card, .sec-card, .svcimg-card, .feat, .stat, .tst { border-radius: 18px; }
.job-card:hover, .sec-card:hover, .svcimg-card:hover { box-shadow: var(--shadow-lg); }

/* section vertical rhythm */
.section { padding: 42px 0; }
.section.tight { padding: 26px 0; }
.section-head { margin-bottom: 26px; }

/* form fields a touch larger + rounded */
.field input, .field select, .field textarea { padding: 13px 15px; border-radius: 12px; }

/* nicer scrollbar accent */
::selection { background: var(--gold); color: #fff; }

/* icon glyphs on dark-gradient boxes → light for contrast */
.feat .ic, .ql .ic, .why-item .ic, .sector-card .ic, .benefit .ic,
.logo .globe, .trust-item .ic { color: #fff; }

/* breadcrumb banners (page-hero) get a work-themed background image */
.page-hero { background-image: url('../img/hero-construction.jpg'); background-color: var(--navy-800); }

/* show faces on people photos in cards (bias crop toward top) */
.sec-card .thumb, .svcimg-card .thumb { background-position: center 22%; }

/* ============================================================
   HERO v3 — light, 3 themes, workforce image, enquiry bar
   ============================================================ */
.hero.hero-light { position: relative; height: auto; min-height: 0; overflow: visible;
  background: linear-gradient(120deg, #f1e9fb 0%, #ffffff 62%); padding: 52px 0 34px; display: block; }
.hero-light .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 30px; align-items: center; }
.hero-light .hero-copy { color: var(--ink); min-height: 360px; display: flex; flex-direction: column; justify-content: center; }
.hero-light .hero-text .eyebrow { color: var(--red); background: rgba(192,38,211,.08); backdrop-filter: none; }
.hero-light .hero-text h1 { color: var(--navy-800); font-size: clamp(1.9rem, 3.7vw, 2.9rem); }
.hero-light .hero-text h1 .hl { color: var(--red); }
.hero-light .hero-text p { color: var(--muted); }
.hero-light .hero-dots button { background: rgba(85,25,156,.22); }
.hero-light .hero-dots button.active { background: var(--red); }
.hero-visual { position: relative; text-align: center; overflow: hidden; max-height: 520px; align-self: center; }
.hero-visual img { width: 100%; max-width: 820px; height: auto; object-fit: contain; object-position: top center;
  display: block; margin-left: auto; filter: drop-shadow(0 22px 28px rgba(61,17,112,.14)); }
.hero-plane { position: absolute; top: 18px; right: 7%; z-index: 4; font-size: 2rem; color: var(--navy-600);
  opacity: .45; transform: rotate(-6deg); animation: planeFloat 6s ease-in-out infinite; }
@keyframes planeFloat { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-12px) rotate(-6deg); } }

.hero-bar { background: linear-gradient(120deg, #efe6fb, #f6f0fd); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-bar-form { display: flex; gap: 12px; align-items: center; padding: 16px 0; flex-wrap: wrap; }
.hero-bar-form .hbf-lead { color: var(--navy-800); font-family: var(--font-head); white-space: nowrap; }
.hero-bar-form .hbf-lead i { color: var(--red); margin-right: 6px; }
.hero-bar-form input, .hero-bar-form select { flex: 1; min-width: 150px; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 10px; font-family: var(--font); font-size: .9rem; background: #fff; color: var(--ink); }
.hero-bar-form input:focus, .hero-bar-form select:focus { outline: none; border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(124,58,237,.12); }
.hero-bar-form .btn { white-space: nowrap; }
.hero-bar-form .form-ok { display: none; flex-basis: 100%; background: #eafbf0; color: #0f7a3d;
  padding: 10px; border-radius: 10px; text-align: center; font-size: .88rem; }

@media (max-width: 900px) {
  .hero-light .hero-grid { grid-template-columns: 1fr; }
  .hero-light .hero-copy { min-height: 0; }
  .hero-visual { order: -1; }
  .hero-visual img { margin: 0 auto; max-width: 480px; height: auto; object-fit: contain; }
  .hero-plane { display: none; }
}

/* ---- horizontal carousels (sectors + testimonials) ---- */
.carousel { position: relative; }
.hrow, .tst-row { display: flex; gap: 22px; overflow-x: auto; scroll-behavior: smooth; align-items: flex-start;
  scroll-snap-type: x mandatory; padding: 6px 2px 16px; scrollbar-width: none; }
.hrow::-webkit-scrollbar, .tst-row::-webkit-scrollbar { display: none; }
.hrow > * { flex: 0 0 auto; width: 272px; scroll-snap-align: start; }
.tst-row > * { flex: 0 0 auto; width: min(360px, 82vw); scroll-snap-align: start; }
.car-arrow, .tst-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--navy-800); font-size: 1.5rem; line-height: 1; cursor: pointer;
  box-shadow: var(--shadow-sm); transition: .2s; display: grid; place-items: center; }
.car-arrow:hover, .tst-arrow:hover { background: var(--red); color: #fff; border-color: transparent; }
.car-arrow { position: absolute; top: 42%; transform: translateY(-50%); z-index: 5; }
.car-arrow.prev { left: -10px; } .car-arrow.next { right: -10px; }
.tst-nav { display: flex; gap: 10px; justify-content: center; margin-top: 6px; }
@media (max-width: 600px) { .car-arrow { display: none; } }

/* ---- all pre-footer CTA bands are light ---- */
.cta-strip { background: linear-gradient(120deg, #f1e9fb, #faf7fe); background-image: none; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-strip::before { display: none; }
.cta-strip h2 { color: var(--navy-800); }
.cta-strip .kicker { color: var(--red); }
.cta-strip p { color: var(--muted); }
.cta-strip .btn-ghost { color: var(--navy-800); border-color: var(--navy-800); }
.cta-strip .btn-ghost:hover { background: var(--navy-800); color: #fff; }

/* ---- Why Choose: image + features ---- */
.why-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.why-media img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; height: 100%; max-height: 470px; object-fit: cover; }
.why-body .section-head { text-align: left; margin: 0 0 22px; max-width: none; }
.feat-grid.feat-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .why-split { grid-template-columns: 1fr; } .why-media { order: -1; } .feat-grid.feat-2 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .feat-grid.feat-2 { grid-template-columns: 1fr; } }

@media (max-width: 760px) {
  .section { padding: 44px 0; }
}

/* job education chip on cards */
.job-edu { font-size: .8rem; color: var(--muted); margin: 8px 0 0; display: flex; gap: 7px; align-items: flex-start; }
.job-edu i { color: var(--navy-600); margin-top: 2px; }
/* education highlight on job detail */
.jd-edu { background: linear-gradient(120deg, #f3ecfb, #faf7fe); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); padding: 14px 16px; font-size: .95rem; color: var(--ink); margin: 4px 0 20px; }
.jd-edu i { color: var(--navy-600); margin-right: 6px; }
.jd-edu b { color: var(--navy-800); }
.muted-note { color: var(--muted); background: var(--white); border: 1px dashed var(--line); border-radius: var(--radius); padding: 26px; text-align: center; }
.muted-note a { color: var(--red); font-weight: 700; }

/* apply form */
.apply-form .apply-sec { font-family: var(--font-head); color: var(--navy-700); font-size: 1.1rem; margin: 26px 0 14px; padding-top: 16px; border-top: 1px dashed var(--line); }
.apply-form .apply-sec:first-of-type { border-top: none; padding-top: 0; margin-top: 4px; }
.apply-jobbanner { background: linear-gradient(120deg, #f3ecfb, #faf7fe); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); padding: 13px 16px; font-size: .95rem; margin-bottom: 20px; }
.apply-jobbanner i { color: var(--navy-600); margin-right: 6px; }
.apply-form .form-err { display: none; background: #fdeaec; color: var(--red-dark); padding: 14px; border-radius: var(--radius-sm); font-size: .9rem; margin-bottom: 16px; }
.apply-form .form-err a { font-weight: 700; text-decoration: underline; }
.apply-form input[type=file] { padding: 10px; background: var(--bg); }
.apply-form .btn { margin-top: 10px; }

/* phone: country code + 10-digit number */
.phone-group { display: flex; gap: 8px; }
.phone-group .cc { flex: 0 0 auto; width: 130px; }
.phone-group input { flex: 1; }

/* languages chip multi-select */
.lang-picker { display: flex; flex-wrap: wrap; gap: 8px; margin: 2px 0 12px; }
.lang-chip { font-family: var(--font); font-size: .84rem; font-weight: 600; padding: 7px 14px; border-radius: 50px;
  border: 1.5px solid var(--line); background: var(--white); color: var(--ink); cursor: pointer; transition: .18s; }
.lang-chip:hover { border-color: var(--navy-600); }
.lang-chip.on { background: linear-gradient(135deg, #a855f7, #7c3aed); border-color: transparent; color: #fff; }
.lang-chip .x { display: inline-block; margin-left: 8px; font-weight: 800; font-size: 1rem; line-height: 1; opacity: .8; cursor: pointer; }
.lang-chip .x:hover { opacity: 1; }
.lang-add { display: flex; gap: 10px; align-items: stretch; max-width: 460px; margin-top: 4px; }
.lang-add input { flex: 1 1 auto; min-width: 0; }
.lang-add .btn { width: auto !important; flex: 0 0 auto; margin-top: 0; white-space: nowrap; }

/* legal pages */
.legal { max-width: 860px; margin: 0 auto; }
.legal h2 { font-family: var(--font-head); color: var(--navy-800); font-size: 1.25rem; margin: 30px 0 10px; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--ink); font-size: .96rem; margin-bottom: 10px; line-height: 1.75; }
.legal ul { margin: 6px 0 14px 4px; display: grid; gap: 6px; }
.legal li { display: flex; gap: 10px; }
.legal li::before { content: '›'; color: var(--red); font-weight: 800; }
.legal .updated { color: var(--muted); font-size: .85rem; margin-bottom: 24px; }
.legal a { color: var(--red); font-weight: 600; }

/* country flag group labels */
.flag-group-label { text-align: center; color: var(--gold); font-family: var(--font-head); font-size: .9rem; font-weight: 700; margin: 6px 0 12px; }
.global .flag-row + .flag-group-label { margin-top: 22px; }
.section.global { padding: 46px 0; }
.global .section-head { margin-bottom: 22px; }

/* ============================================================
   NATIVE MOBILE  — compact, app-like phone layout (≤ 640px)
   Goal: cut the vertical length of the homepage by turning the
   single-column stacks into tight 2-up grids and trimming the
   desktop vertical rhythm. Kept in one block for easy tuning.
   ============================================================ */
@media (max-width: 640px) {
  /* --- global rhythm & type --- */
  .container { padding: 0 15px; }
  .section { padding: 30px 0; }
  .section.tight { padding: 20px 0; }
  .section.global { padding: 30px 0; }
  .section-head { margin-bottom: 18px; max-width: none; }
  .section-head h2 { font-size: clamp(1.35rem, 5.6vw, 1.72rem); line-height: 1.22; }
  .section-head p { font-size: .9rem; margin-top: 9px; }
  .eyebrow { font-size: .72rem; letter-spacing: .1em; margin-bottom: 8px; }
  .btn { padding: 12px 20px; font-size: .9rem; }
  /* section-level "View all" buttons: full-width, easy to tap */
  .section > .container > div[style*="text-align:center"] .btn { width: 100%; max-width: 340px; }

  /* --- topbar: drop the long opening-hours line, keep email --- */
  .topbar { padding: 6px 0; font-size: .74rem; }
  .topbar .tb-right span:first-child { display: none; }
  .header .container { height: 62px; }
  .logo-mark { width: 40px; height: 40px; }
  .logo .name b { font-size: 1rem; }
  .logo .name small { font-size: .7rem; }

  /* --- HERO: centered, smaller image, tighter --- */
  .hero.hero-light { padding: 24px 0 20px; }
  .hero-light .hero-grid { gap: 16px; }
  .hero-light .hero-copy { text-align: center; min-height: 0; }
  .hero-text .slide-cta,
  .hero-text .eyebrow-wrap { justify-content: center; }
  .hero-light .hero-text .eyebrow { display: inline-block; }
  .hero-text h1 { font-size: clamp(1.55rem, 7.2vw, 2.15rem); margin: 10px 0; }
  .hero-text p { font-size: .95rem; margin: 0 auto; }
  .slide-cta { justify-content: center; margin-top: 18px; gap: 10px; }
  .slide-cta .btn { flex: 1 1 auto; }
  .hero-dots { justify-content: center; margin-top: 16px; }
  .hero-visual { max-height: 240px; }
  .hero-visual img { max-width: 280px; }

  /* --- HERO enquiry bar: stacked, full-width submit --- */
  .hero-bar-form { padding: 14px 0; gap: 9px; }
  .hero-bar-form .hbf-lead { flex-basis: 100%; }
  .hero-bar-form input, .hero-bar-form select { flex: 1 1 100%; min-width: 0; }
  .hero-bar-form .btn { width: 100%; }

  /* --- TRUST BAR: 2×2 compact grid instead of 4 stacked rows --- */
  .trustbar { padding: 16px 0; }
  .trustbar .container { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; }
  .trust-item { min-width: 0; gap: 9px; justify-content: flex-start; }
  .trust-item .ic { font-size: 1.3rem; }
  .trust-item b { font-size: .88rem; }
  .trust-item span { font-size: .7rem; }

  /* --- CURRENT JOBS: single column already; tighten --- */
  .jobs-grid { grid-template-columns: 1fr; gap: 16px; }

  /* --- ABOUT split (cap the tall portrait image) --- */
  .about-split { gap: 22px; }
  .about-split .blk { margin-bottom: 16px; }
  .about-split .media img { max-height: 240px; object-fit: cover; }
  .about-split .media .stat-badge { padding: 12px 16px; left: 0; bottom: -16px; }
  .about-split .media .stat-badge b { font-size: 1.6rem; }

  /* --- SECTORS carousel cards a touch smaller --- */
  .hrow > * { width: 240px; }
  .sec-card .thumb { height: 140px; }

  /* --- SERVICES: 2 columns (was 1) → half the height --- */
  .svcimg-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .svcimg-card .thumb { height: 100px; }
  .svcimg-card .body { padding: 12px 13px 14px; }
  .svcimg-card h4 { font-size: .92rem; margin-bottom: 5px; }
  .svcimg-card p { font-size: .78rem; }
  .svcimg-card .more { font-size: .78rem; margin-top: 10px; }

  /* --- PROCESS flow: 3-up compact (was 2) → 2 rows --- */
  .flow { grid-template-columns: repeat(3, 1fr); gap: 14px 10px; }
  .flow-step .n { width: 42px; height: 42px; font-size: 1rem; margin-bottom: 8px; }
  .flow-step h4 { font-size: .82rem; margin-bottom: 3px; }
  .flow-step p { font-size: .72rem; line-height: 1.4; }

  /* --- STATS band: 2×2 --- */
  .stats-band .container { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stats-band .num b { font-size: clamp(1.8rem, 8vw, 2.4rem); }

  /* --- WHY CHOOSE: keep 2 columns, compact cards --- */
  .why-split { gap: 22px; }
  .why-media img { max-height: 220px; }
  .feat-grid.feat-2 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .feat { padding: 16px 14px; }
  .feat .ic { width: 42px; height: 42px; font-size: 1.1rem; margin-bottom: 10px; }
  .feat h4 { font-size: .9rem; margin-bottom: 6px; }
  .feat p { font-size: .77rem; }

  /* --- GLOBAL flags --- */
  .flag-row { gap: 4px 14px; }
  .flag-chip { font-size: .82rem; }

  /* --- TESTIMONIALS --- */
  .tst-row > * { width: min(320px, 86vw); }
  .tst { padding: 22px 20px; }

  /* --- PRE-FOOTER enquire --- */
  .enquire-mini .inner { gap: 22px; }
  .enquire-mini .mini-contacts { gap: 10px 18px; }
  .mini-form { padding: 20px; }

  /* --- FOOTER: 2-up so the two link columns sit side by side;
         About + Contact span full width. Tighter link rhythm. --- */
  .footer { padding: 38px 0 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 20px; padding-bottom: 30px; }
  .footer .f-about, .footer .f-contact { grid-column: 1 / -1; }
  .footer h4 { margin-bottom: 12px; }
  .footer .f-about p { margin: 12px 0; }
  .footer ul li { margin-bottom: 8px; }
  .footer .f-contact p { margin-bottom: 10px; }

  /* --- floating call/whatsapp: slightly smaller so they don't crowd --- */
  .floaters { right: 14px; bottom: 14px; gap: 10px; }
  .floaters a { width: 50px; height: 50px; font-size: 1.35rem; }
}

/* very small phones: give the 2-up service/feature grids room to breathe */
@media (max-width: 360px) {
  .svcimg-grid, .feat-grid.feat-2, .trustbar .container { grid-template-columns: 1fr; }
  .stats-band .container { grid-template-columns: 1fr 1fr; }
  .flow { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   NATIVE MOBILE — INNER PAGES (jobs · apply · about · services ·
   sectors · service/sector detail · contact).  Same goals as the
   homepage block: shorter breadcrumb banner, 2-up grids, tighter
   forms. (≤ 640px)
   ============================================================ */
@media (max-width: 640px) {
  /* --- Breadcrumb / page hero: was ~700px tall, nearly a full
         screen. Trim padding + heading so content starts sooner. --- */
  .page-hero { padding: 30px 0 28px; }
  .page-hero h1 { font-size: clamp(1.5rem, 6.4vw, 2rem); }
  .page-hero p { font-size: .94rem; margin-top: 9px; }
  .crumb { font-size: .8rem; margin-bottom: 10px; }

  /* --- Jobs listing --- */
  .filter-bar { padding: 14px; gap: 10px; margin-bottom: 24px; }
  .jobs-count { margin-bottom: 14px; }

  /* --- Job detail --- */
  .jd-facts { grid-template-columns: 1fr 1fr; gap: 10px; }
  .jd-main h2 { margin: 22px 0 10px; }
  .jd-side { padding: 22px; }

  /* --- About page --- */
  .about-story { gap: 24px; }
  .about-story img { max-height: 240px; object-fit: cover; }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat { padding: 22px 14px; }
  .stat b { font-size: 2rem; }
  .mv-grid { grid-template-columns: 1fr; gap: 16px; }
  .mv-card { padding: 24px; }

  /* --- Forms (apply / contact / lead): tighter field rhythm --- */
  .field { margin-bottom: 13px; }
  .lead-form { padding: 24px; }
  .apply-form .apply-sec { margin: 20px 0 12px; }
  .map-wrap iframe { height: 220px; }

  /* --- Service / sector detail --- */
  #sectorDetail .lead-p, #serviceDetail .lead-p { font-size: 1rem; margin-bottom: 20px; }
  #sectorDetail h2, #serviceDetail h2 { margin: 26px 0 12px; }
  /* benefit tiles were full-width single column → 2-up, icon stacked */
  .sector-benefits { grid-template-columns: 1fr 1fr; gap: 12px; }
  .benefit { flex-direction: column; gap: 8px; padding: 14px; }
  .benefit .ic { width: 38px; height: 38px; }
  .svc-steps { gap: 12px; }
  .role-cards { grid-template-columns: 1fr 1fr; }
  .sector-cta { padding: 24px; margin-top: 28px; }
  .sector-cta h3 { font-size: 1.2rem; }
}

@media (max-width: 360px) {
  .jd-facts, .stats-row, .sector-benefits, .role-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOG / INSIGHTS  — listing cards + article layout
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.blog-card { background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; transition: .3s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-card .thumb { height: 184px; background-size: cover; background-position: center; position: relative; display: block; }
.blog-card .thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,10,77,.35), rgba(43,10,77,0) 55%); }
.blog-card .tag { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--red); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: 50px; }
.blog-card .body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.blog-card .date { font-size: .76rem; color: var(--muted); margin-bottom: 8px; display: flex; align-items: center; gap: 7px; }
.blog-card .date i { color: var(--gold); }
.blog-card h3 { color: var(--navy-800); font-size: 1.12rem; line-height: 1.34; margin-bottom: 9px; }
.blog-card:hover h3 { color: var(--red); }
.blog-card p { color: var(--muted); font-size: .88rem; flex: 1; }
.blog-card .more { margin-top: 15px; font-weight: 700; font-size: .84rem; color: var(--red); display: inline-flex; align-items: center; gap: 7px; }
.blog-card:hover .more { gap: 11px; }

/* article */
.blog-article { max-width: 820px; margin: 0 auto; }
.blog-article .lead { font-size: 1.12rem; color: var(--ink); line-height: 1.8; margin-bottom: 22px; }
.blog-article h2 { font-family: var(--font-head); color: var(--navy-800); font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin: 34px 0 12px; letter-spacing: -.01em; }
.blog-article h3 { font-family: var(--font-head); color: var(--navy-800); font-size: 1.1rem; margin: 22px 0 8px; }
.blog-article p { color: var(--ink); font-size: 1rem; line-height: 1.8; margin-bottom: 14px; }
.blog-article ul, .blog-article ol { margin: 6px 0 18px 2px; display: grid; gap: 9px; }
.blog-article ul li { display: flex; gap: 10px; color: var(--ink); line-height: 1.7; }
.blog-article ul li::before { content: '✓'; color: #0f9d58; font-weight: 800; flex: none; }
.blog-article ol { list-style: decimal; padding-left: 22px; }
.blog-article ol li { color: var(--ink); line-height: 1.7; padding-left: 4px; }
.blog-article a { color: var(--red); font-weight: 600; }
.blog-article a:hover { text-decoration: underline; }
.blog-article .note { background: linear-gradient(120deg, #f3ecfb, #faf7fe); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); padding: 16px 18px; margin: 8px 0 20px; color: var(--ink); font-size: .96rem; }
.blog-article .note b { color: var(--navy-800); }

/* article meta in the dark page-hero */
.blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #cdb8e8; font-size: .86rem; margin-top: 14px; }
.blog-meta span { display: inline-flex; align-items: center; gap: 7px; }
.blog-meta i { color: var(--gold); }
.blog-back { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 700; font-size: .9rem; margin-bottom: 18px; }
.blog-back:hover { gap: 12px; }

/* "read next" */
.blog-related { margin-top: 12px; }
.blog-related h2 { text-align: center; color: var(--navy-800); font-size: 1.5rem; margin-bottom: 22px; }

/* The in-article call-to-action is a dark box; the .blog-article typography
   above must NOT recolor its heading/text/buttons (kept white for contrast). */
.blog-article .sector-cta h3 { color: #fff; }
.blog-article .sector-cta p { color: #e5daf6; }
.blog-article .sector-cta p a { color: #fff; text-decoration: underline; }
.blog-article .sector-cta .btn { text-decoration: none; }
.blog-article .sector-cta .btn-primary,
.blog-article .sector-cta .btn-wa,
.blog-article .sector-cta .btn-gold { color: #fff; }
.blog-article .sector-cta .btn-primary i,
.blog-article .sector-cta .btn-wa i { color: #fff; }

@media (max-width: 640px) {
  .blog-card .thumb { height: 168px; }
  .blog-article .lead { font-size: 1rem; }
  .blog-article p { font-size: .96rem; }
  .blog-meta { font-size: .8rem; gap: 6px 14px; }
}
