/* Uprising — company pages (home, services, about, contact) + shared site chrome.
   Loaded after portal.css. Palette: deep navy, royal blue, saffron gold. */
:root {
  --navy-900: #06142f;
  --navy-800: #0a1f44;
  --navy-700: #12306b;
  --blue: #2155d6;
  --blue-600: #1a47bb;
  --gold: #f7b500;
  --gold-600: #e0a200;
  --ink: #0f172a;
  --ink-2: #334155;
  --soft: #f5f7fc;
  --soft-2: #eef2fb;
  --ring: rgba(33, 85, 214, .22);
  --r-lg: 22px;
  --r-md: 16px;
  --sh-1: 0 1px 2px rgba(15, 23, 42, .06), 0 2px 8px rgba(15, 23, 42, .06);
  --sh-2: 0 12px 32px rgba(15, 23, 42, .12);
  --sh-3: 0 30px 60px rgba(6, 20, 47, .35);
  --display: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root { --ink: #e7ecf6; --ink-2: #b6c0d4; --soft: #16181c; --soft-2: #1d2026; --sh-1: 0 1px 2px rgba(0,0,0,.4); --sh-2: 0 12px 32px rgba(0,0,0,.45); }
}

.ico { flex: none; display: inline-block; vertical-align: middle; }

/* ================= Top bar ================= */
.topbar { height: auto; min-height: var(--topbar-h); background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); box-shadow: 0 1px 0 rgba(15, 23, 42, .08); }
@media (prefers-color-scheme: dark) { .topbar { background: rgba(24, 25, 26, .92); } }
.topbar-inner { height: var(--topbar-h); gap: 18px; }
.brand-text strong { font-family: var(--display); color: var(--navy-800); }
@media (prefers-color-scheme: dark) { .brand-text strong { color: #fff; } }
.brand-text small { color: var(--gold-600); letter-spacing: 2.4px; }
.site-nav { display: flex; gap: 4px; flex: none; }
.site-nav a { position: relative; padding: 8px 14px; border-radius: 10px; font-weight: 600; font-size: 15px; color: var(--ink-2); transition: color .15s, background .15s; }
.site-nav a:hover { color: var(--ink); background: var(--soft-2); }
.site-nav a.active { color: var(--blue); }
.site-nav a.active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -11px; height: 3px; border-radius: 3px; background: var(--blue); }
.site-nav-mobile { display: none; }
.top-spacer { flex: 1; }
.topbar .search { max-width: 340px; }
.topbar .search .ico { color: var(--muted); }
.top-hire {
  flex: none; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; padding: 10px 16px; border-radius: 999px;
  background: var(--gold); color: var(--navy-900); box-shadow: 0 6px 16px rgba(247, 181, 0, .35); transition: transform .15s;
}
.top-hire:hover { transform: translateY(-1px); }
.top-cta { gap: 7px; padding: 10px 16px; box-shadow: 0 6px 16px rgba(31, 168, 85, .3); }

/* ================= Shared ================= */
.site { display: block; color: var(--ink); }
.site h1, .site h2, .site h3 { font-family: var(--display); letter-spacing: -.02em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow.gold { color: var(--gold); }
.btn-primary-lg, .btn-gold-lg, .btn-outline {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: 14px; font: 700 15px/1 Inter, system-ui, sans-serif;
  transition: transform .15s, box-shadow .15s, background .15s; border: 0; cursor: pointer;
}
.btn-primary-lg { background: var(--blue); color: #fff; box-shadow: 0 10px 22px rgba(33, 85, 214, .3); }
.btn-primary-lg:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn-gold-lg { background: var(--gold); color: var(--navy-900); box-shadow: 0 10px 22px rgba(247, 181, 0, .35); }
.btn-gold-lg:hover { transform: translateY(-2px); }
.btn-outline { border: 2px solid var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy-900); }
.lead { font-size: 18px; color: var(--ink-2); margin: 14px 0 0; line-height: 1.6; }
.kicker { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }

/* ================= HERO ================= */
.hx { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 85% 20%, #1c3f8f 0%, transparent 60%), linear-gradient(160deg, var(--navy-900) 0%, var(--navy-800) 55%, #0d2a60 100%); color: #fff; }
.hx-bg { position: absolute; inset: 0; pointer-events: none; }
.hx-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; }
.hx-glow.g1 { width: 420px; height: 420px; background: #2d6bff; top: -120px; right: 8%; animation: float 12s ease-in-out infinite; }
.hx-glow.g2 { width: 360px; height: 360px; background: var(--gold); bottom: -180px; left: -80px; opacity: .25; animation: float 14s ease-in-out infinite reverse; }
.hx-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse at 30% 40%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 30% 40%, #000 20%, transparent 75%); }
@keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, 20px); } }

.hx-inner { position: relative; max-width: 1280px; margin: 0 auto; padding: 72px 24px 56px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.hx-live { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); font-weight: 600; font-size: 14px; }
.hx-live .dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.7); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.hx h1 { font-family: var(--display); font-size: clamp(38px, 5.4vw, 66px); line-height: 1.04; font-weight: 800; margin: 22px 0 0; letter-spacing: -.03em; }
.hx-rotator { display: block; color: var(--gold); min-height: 1.1em; }
.hx-rotator span { display: inline-block; animation: rot-in .5s ease both; }
.hx-rotator span.out { animation: rot-out .35s ease both; }
@keyframes rot-in { from { opacity: 0; transform: translateY(40%); } to { opacity: 1; transform: none; } }
@keyframes rot-out { to { opacity: 0; transform: translateY(-40%); } }
.hx-lead { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,.82); margin: 20px 0 0; max-width: 560px; }
.hx-lead strong { color: #fff; }

.hx-search { margin-top: 30px; display: flex; gap: 6px; background: #fff; border-radius: 18px; padding: 8px; box-shadow: var(--sh-3); max-width: 640px; }
.hx-field { flex: 1.3; min-width: 0; display: flex; align-items: center; gap: 10px; padding: 0 14px; color: #64748b; }
.hx-field + .hx-field { border-left: 1px solid #e2e8f0; }
.hx-where { flex: 1; }
.hx-field input, .hx-field select { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; font: 500 16px Inter, system-ui, sans-serif; color: #0f172a; height: 48px; }
.hx-field select { appearance: none; cursor: pointer; }
.hx-go { flex: none; display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer; background: var(--blue); color: #fff; font: 700 16px Inter, sans-serif; padding: 0 24px; border-radius: 12px; transition: background .15s; }
.hx-go:hover { background: var(--blue-600); }
.hx-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; font-size: 14px; }
.hx-popular > span { color: rgba(255,255,255,.65); font-weight: 600; }
.hx-popular a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); font-weight: 600; transition: background .15s; }
.hx-popular a:hover { background: rgba(255,255,255,.18); }
.hx-trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 26px; font-weight: 600; color: rgba(255,255,255,.88); }
.hx-trust li { display: inline-flex; align-items: center; gap: 8px; }
.hx-trust .ico { color: var(--gold); }

.hx-visual { position: relative; height: 560px; }
.hx-stack { position: absolute; inset: 0; }
.hx-poster { position: absolute; width: 58%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; border-radius: 20px; box-shadow: var(--sh-3); border: 5px solid #fff; background: #fff; }
.hx-poster.p0 { left: 0; top: 60px; transform: rotate(-8deg); z-index: 1; }
.hx-poster.p1 { left: 21%; top: 0; z-index: 3; animation: bob 6s ease-in-out infinite; }
.hx-poster.p2 { right: 0; top: 90px; transform: rotate(7deg); z-index: 2; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hx-badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 16px; background: #fff; color: #0f172a; box-shadow: var(--sh-2); animation: bob 7s ease-in-out infinite; }
.hx-badge strong { display: block; font-family: var(--display); font-size: 19px; line-height: 1.1; }
.hx-badge small { color: #64748b; font-weight: 600; font-size: 12px; }
.hx-badge .bi { width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.bi.green { background: #dcfce7; color: #15803d; }
.bi.gold { background: #fef3c7; color: #b45309; }
.bi.blue { background: #dbeafe; color: #1d4ed8; }
.hx-badge.b1 { left: -12px; bottom: 70px; animation-delay: -2s; }
.hx-badge.b2 { right: -6px; top: 26px; animation-delay: -4s; }
.hx-badge.b3 { right: 16px; bottom: 12px; }

.hx-employer { position: relative; max-width: 1232px; margin: 0 auto 28px; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; backdrop-filter: blur(6px); }
.hx-employer > div { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); }
.hx-employer .ico { color: var(--gold); }
.hx-employer strong { color: #fff; }
.hx-employer a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--navy-900); background: var(--gold); padding: 10px 16px; border-radius: 12px; }

/* ================= Stats ================= */
.hstats { position: relative; z-index: 3; max-width: 1180px; margin: -1px auto 0; transform: translateY(-28px); display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-2); padding: 26px 10px; }
.hstats > div { text-align: center; padding: 4px 12px; position: relative; }
.hstats > div + div::before { content: ""; position: absolute; left: 0; top: 12%; bottom: 12%; width: 1px; background: var(--line); }
.hstats strong { font-family: var(--display); font-size: 38px; font-weight: 800; color: var(--blue); letter-spacing: -.02em; }
.hstats em { font-style: normal; font-family: var(--display); font-size: 38px; font-weight: 800; color: var(--blue); }
.hstats span { display: block; color: var(--muted); font-weight: 600; font-size: 14px; margin-top: 2px; }

/* ================= Sections ================= */
.hsec { padding: 64px 24px; }
.hsec > * { max-width: 1232px; margin-left: auto; margin-right: auto; }
.hsec.tinted { background: var(--soft); }
.hsec.dark { background: linear-gradient(160deg, var(--navy-900), var(--navy-800)); color: #fff; }
.hsec h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; line-height: 1.12; }
.hsec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.hsec-head p { margin: 10px 0 0; color: var(--muted); font-size: 17px; }
.hsec.dark .hsec-head p { color: rgba(255,255,255,.72); }
.hsec-head.center { justify-content: center; text-align: center; }
.hsec-head.center .eyebrow::before { display: none; }

/* ================= Carousel ================= */
.car-controls { display: flex; gap: 10px; }
.car-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-1); transition: background .15s, color .15s, transform .15s; }
.car-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); transform: scale(1.05); }
.car-tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; margin-bottom: 20px; padding-bottom: 2px; }
.car-tabs::-webkit-scrollbar { display: none; }
.car-tab { flex: none; display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--card); color: var(--ink-2); font: 600 14px Inter, sans-serif; cursor: pointer; transition: all .15s; }
.car-tab b { font-weight: 700; color: var(--muted); font-size: 12px; background: var(--soft-2); border-radius: 999px; padding: 2px 8px; }
.car-tab:hover { border-color: var(--blue); color: var(--blue); }
.car-tab.active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.car-tab.active b { background: rgba(255,255,255,.18); color: #fff; }

.carousel { position: relative; }
.car-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 8px 4px 26px; scrollbar-width: none; overscroll-behavior-x: contain; }
.car-track::-webkit-scrollbar { display: none; }
.jcard { flex: 0 0 340px; scroll-snap-align: start; background: var(--card); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-1); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.jcard:hover { transform: translateY(-6px); box-shadow: var(--sh-2); }
.jcard[hidden] { display: none !important; }
.jcard-media { position: relative; display: block; aspect-ratio: 4 / 4.4; overflow: hidden; background: #fff; }
.jcard-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s ease; }
.jcard:hover .jcard-media img { transform: scale(1.04); }
.jcard-cat { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 999px; background: rgba(10, 31, 68, .88); color: #fff; font-size: 12px; font-weight: 700; backdrop-filter: blur(4px); }
.jcard-hot { position: absolute; right: 12px; top: 12px; display: inline-flex; align-items: center; gap: 4px; padding: 6px 10px; border-radius: 999px; background: #ef4444; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; }
.jcard-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.jcard-client { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--muted); }
.jcard-client .mi-avatar { width: 26px; height: 26px; font-size: 10px; }
.jcard h3 { font-size: 20px; font-weight: 800; line-height: 1.25; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.5em; }
.jcard h3 a:hover { color: var(--blue); }
.jcard-pay { font-family: var(--display); font-size: 22px; font-weight: 800; color: #16a34a; }
.jcard-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; color: var(--muted); font-size: 13px; font-weight: 600; }
.jcard-meta span { display: inline-flex; align-items: center; gap: 5px; }
.jcard-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 10px; }
.jbtn-apply { flex: 1; height: 50px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--blue), #3b6ff0); color: #fff; font: 800 16px Inter, sans-serif; cursor: pointer; box-shadow: 0 10px 20px rgba(33, 85, 214, .28); transition: transform .15s, box-shadow .15s; }
.jbtn-apply:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(33, 85, 214, .36); }
.jbtn-icon { width: 50px; height: 50px; flex: none; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--soft-2); color: var(--ink); transition: background .15s, color .15s; }
.jbtn-icon:hover { background: var(--navy-800); color: #fff; }
.jbtn-icon.wa { background: #dcfce7; color: #15803d; }
.jbtn-icon.wa:hover { background: #16a34a; color: #fff; }
.jcard-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.jbtn-call, .jbtn-wa { display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 46px; border-radius: 12px; font: 700 15px Inter, sans-serif; border: 0; cursor: pointer; transition: background .15s, color .15s, transform .15s; }
.jbtn-call { background: #eff6ff; color: var(--blue); border: 1.5px solid #bfdbfe; }
.jbtn-call:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.jbtn-wa { background: #ecfdf3; color: #15803d; border: 1.5px solid #bbf7d0; }
.jbtn-wa:hover { background: #16a34a; color: #fff; border-color: #16a34a; }
@media (prefers-color-scheme: dark) {
  .jbtn-call { background: rgba(33, 85, 214, .15); border-color: rgba(33, 85, 214, .4); color: #8fb4ff; }
  .jbtn-wa { background: rgba(22, 163, 74, .14); border-color: rgba(22, 163, 74, .4); color: #6ee7a0; }
}

/* Call-HR modal + buttons shared by feed, job page and carousel */
.btn-call { background: var(--blue); color: #fff; }
.btn-call:hover { background: var(--blue-600); }
.post-actions .act-call { color: var(--blue); }
.post-actions .act-wa { color: #16a34a; }
.call-dialog { width: min(380px, calc(100vw - 24px)); }
.call-head { display: flex; align-items: center; gap: 12px; }
.call-ico { width: 44px; height: 44px; flex: none; border-radius: 14px; background: #dbeafe; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; }
.call-ico.big { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto; animation: ring 1.2s ease-in-out infinite; }
@keyframes ring { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(-12deg); } 40% { transform: rotate(12deg); } 60% { transform: rotate(-6deg); } }
.call-dialog[data-mode="call"] .m-wa, .call-dialog[data-mode="wa"] .m-call { display: none !important; }
.call-dialog .m-call, .call-dialog .m-wa { display: inline-flex; align-items: center; gap: 7px; }
.call-dialog[data-mode="wa"] .call-ico { background: #dcfce7; color: #15803d; }
.call-dialog[data-mode="wa"] .btn-call { background: #16a34a; }
.call-dialog[data-mode="wa"] .btn-call:hover { background: #15803d; }
.call-number { display: block; font-family: var(--display); font-size: 30px; font-weight: 800; color: var(--blue); letter-spacing: 1px; }
.car-progress { height: 4px; border-radius: 4px; background: var(--line); overflow: hidden; max-width: 280px; margin: 0 auto; }
.car-progress span { display: block; height: 100%; width: 20%; border-radius: 4px; background: var(--blue); transition: width .3s ease, margin-left .3s ease; }
.center-cta { text-align: center; margin-top: 26px; }

/* ================= Categories ================= */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.cat { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: var(--r-md); background: var(--card); border: 1px solid var(--line); box-shadow: var(--sh-1); transition: transform .2s, box-shadow .2s, border-color .2s; }
.cat:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: transparent; }
.cat strong { font-family: var(--display); font-size: 18px; }
.cat small { color: var(--muted); font-weight: 600; }
.cat-ico { width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.cat-arrow { position: absolute; right: 20px; top: 24px; color: var(--muted); transition: transform .2s, color .2s; }
.cat:hover .cat-arrow { transform: translateX(4px); color: var(--blue); }
.cat.c1 .cat-ico { background: #dbeafe; color: #1d4ed8; }
.cat.c2 .cat-ico { background: #fef3c7; color: #b45309; }
.cat.c3 .cat-ico { background: #dcfce7; color: #15803d; }
.cat.c4 .cat-ico { background: #fce7f3; color: #be185d; }
.cat.c5 .cat-ico { background: #ede9fe; color: #6d28d9; }
.cat.c0 .cat-ico { background: #cffafe; color: #0e7490; }

/* ================= Services (dark) ================= */
.svc-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.svc-card { display: flex; flex-direction: column; gap: 10px; padding: 26px 22px; border-radius: var(--r-md); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); transition: background .2s, transform .2s, border-color .2s; }
.svc-card:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); border-color: rgba(247,181,0,.5); }
.svc-card-ico { width: 52px; height: 52px; border-radius: 14px; background: rgba(247,181,0,.14); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.svc-card h3 { font-size: 18px; font-weight: 700; margin: 4px 0 0; }
.svc-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; flex: 1; }
.svc-card-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--gold); font-size: 14px; }

/* ================= Clients ================= */
.clients-frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-2); background: #fff; }
.clients-frame img { width: 100%; height: auto; }

/* ================= How it works ================= */
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.how-card { background: var(--card); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--sh-1); border: 1px solid var(--line); }
.how-card.employer { background: linear-gradient(160deg, var(--navy-800), var(--navy-700)); color: #fff; border: 0; }
.how-card h2 { font-size: 30px; }
.tl { list-style: none; padding: 0; margin: 26px 0 28px; position: relative; display: flex; flex-direction: column; gap: 20px; }
.tl::before { content: ""; position: absolute; left: 21px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--blue), transparent); opacity: .35; }
.tl li { display: flex; gap: 16px; position: relative; }
.tl li > span { width: 44px; height: 44px; flex: none; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #dbeafe; color: var(--blue); }
.how-card.employer .tl li > span { background: rgba(247,181,0,.16); color: var(--gold); }
.how-card.employer .tl::before { background: linear-gradient(var(--gold), transparent); }
.tl b { font-family: var(--display); font-size: 17px; }
.tl p { margin: 2px 0 0; color: var(--muted); font-size: 15px; }
.how-card.employer .tl p { color: rgba(255,255,255,.72); }

/* ================= CTA / enquiry ================= */
.cta-band { background: radial-gradient(900px 400px at 10% 0%, #1c3f8f, transparent 60%), linear-gradient(160deg, var(--navy-900), var(--navy-800)); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.cta-copy p { color: rgba(255,255,255,.78); font-size: 17px; }
.cta-points { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.cta-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.cta-points .ico { color: #0f172a; background: var(--gold); border-radius: 50%; padding: 3px; width: 24px; height: 24px; }
.cta-contact { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-contact a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); font-weight: 600; }

.enq-form { background: var(--card); color: var(--text); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-3); display: flex; flex-direction: column; gap: 12px; scroll-margin-top: 100px; }
.enq-form h3 { font-family: var(--display); font-size: 22px; font-weight: 800; }
.enq-form p { margin: 0; }
.enq-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); }
.enq-form input, .enq-form select, .enq-form textarea {
  font: 500 15px/1.3 Inter, system-ui, sans-serif; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line);
  background: var(--soft); color: var(--text); outline: none; width: 100%; transition: border-color .15s, box-shadow .15s;
}
.enq-form textarea { resize: vertical; }
.enq-form input:focus, .enq-form select:focus, .enq-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px var(--ring); background: var(--card); }
.enq-form .btn-primary { background: linear-gradient(135deg, var(--blue), #3b6ff0); border-radius: 14px; height: 52px; font-size: 16px; }
.form-ok { color: #16a34a; font-weight: 700; }

/* ================= Inner pages ================= */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(900px 400px at 80% 0%, #1c3f8f, transparent 60%), linear-gradient(160deg, var(--navy-900), var(--navy-800)); color: #fff; padding: 72px 24px 88px; text-align: center; }
.page-hero > * { position: relative; max-width: 860px; margin-left: auto; margin-right: auto; }
.page-hero .kicker { color: var(--gold); }
.page-hero h1 { font-size: clamp(34px, 4.8vw, 56px); font-weight: 800; line-height: 1.08; }
.page-hero .lead { color: rgba(255,255,255,.82); }
.page-hero .lead a { color: var(--gold); font-weight: 700; }
.svc-jump { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; max-width: 1000px; }
.svc-jump a { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); padding: 9px 15px; border-radius: 999px; font-weight: 600; font-size: 14px; }
.svc-jump a:hover { background: rgba(255,255,255,.2); }
.svc-jump .ico { color: var(--gold); }

.stats-band { max-width: 1100px; margin: -40px auto 0; position: relative; z-index: 2; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-2); display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 12px; }
.stats-band div { text-align: center; padding: 4px 10px; border-right: 1px solid var(--line); }
.stats-band div:last-child { border-right: 0; }
.stats-band strong { display: block; font-family: var(--display); font-size: 34px; font-weight: 800; color: var(--blue); }
.stats-band span { font-size: 14px; color: var(--muted); font-weight: 600; }

.section { padding: 64px 24px; }
.section.alt { background: var(--soft); }
.section > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.section h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.section-head.center { justify-content: center; text-align: center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.svc-ico.big { width: 64px; height: 64px; border-radius: 18px; background: #dbeafe; color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-detail { scroll-margin-top: 90px; }
.svc-detail .btn { margin-top: 20px; }
.ticks.big { background: var(--card); border-radius: var(--r-md); padding: 10px 24px; box-shadow: var(--sh-1); border: 1px solid var(--line); }
.ticks.big li { font-size: 16px; padding: 14px 0 14px 32px; border-bottom: 1px solid var(--line); }
.ticks.big li:last-child { border-bottom: 0; }
.ticks.big li::before { top: 14px; width: 20px; height: 20px; border-radius: 50%; background: #dcfce7; color: #15803d; font-size: 11px; display: flex; align-items: center; justify-content: center; left: 0; }
.ticks a { color: var(--blue); font-weight: 700; }
.cta-section { background: var(--soft); }
.cta-section a { color: var(--blue); font-weight: 600; }
.about-card { background: var(--card); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--sh-2); border-top: 5px solid var(--gold); }
.about-card h3 { margin-bottom: 12px; font-size: 22px; }
.clients-wall img { width: 100%; height: auto; border-radius: var(--r-lg); box-shadow: var(--sh-2); background: #fff; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; background: var(--card); padding: 18px; border-radius: var(--r-md); box-shadow: var(--sh-1); border: 1px solid var(--line); transition: transform .15s, box-shadow .15s; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.contact-card > span { font-size: 26px; }
.contact-card small { display: block; color: var(--muted); font-size: 13px; }
.contact-card.highlight { background: #fef3c7; border-color: #fde68a; }

/* ================= Footer ================= */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.72); }
.sf-inner { max-width: 1232px; margin: 0 auto; padding: 56px 24px 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 32px; }
.sf-col { display: flex; flex-direction: column; gap: 9px; font-size: 14px; }
.sf-col h4 { color: #fff; margin: 0 0 6px; font-family: var(--display); font-size: 16px; }
.sf-col a:hover { color: #fff; }
.sf-col p { margin: 0; line-height: 1.55; }
.sf-brand .brand-text strong { color: #fff; }
.sf-brand .btn { align-self: flex-start; margin-top: 8px; background: rgba(255,255,255,.08); color: #fff; }
.sf-bottom { border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 18px; font-size: 13px; }

/* ================= Responsive ================= */
@media (max-width: 1100px) {
  :root { --topbar-h: 58px; }
  .site-nav, .top-hire { display: none; }
  .site-nav-mobile { display: flex; gap: 6px; overflow-x: auto; padding: 0 12px 10px; scrollbar-width: none; max-width: 1320px; margin: 0 auto; }
  .site-nav-mobile::-webkit-scrollbar { display: none; }
  .site-nav-mobile a { flex: none; padding: 7px 15px; border-radius: 999px; font-weight: 600; font-size: 14px; background: var(--soft-2); color: var(--ink-2); }
  .site-nav-mobile a.active { background: var(--navy-800); color: #fff; }
  .site-nav-mobile a.hire { background: var(--gold); color: var(--navy-900); }
  .left-col, .right-col { top: calc(var(--topbar-h) + 60px); }
  .hx-inner { grid-template-columns: 1fr; padding-top: 48px; }
  .hx-visual { height: 460px; max-width: 520px; width: 100%; margin: 0 auto; }
  .two-col, .cta-grid, .how-grid { grid-template-columns: 1fr; }
  .sf-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .hx-inner { padding: 36px 16px 32px; gap: 28px; }
  .hx-search { flex-direction: column; padding: 10px; }
  .hx-field + .hx-field { border-left: 0; border-top: 1px solid #e2e8f0; }
  .hx-go { height: 50px; justify-content: center; }
  .hx-visual { height: 380px; }
  .hx-badge { padding: 8px 12px 8px 8px; }
  .hx-badge strong { font-size: 16px; }
  .hx-badge.b1 { left: 0; }
  .hx-badge.b2 { right: 0; }
  .hx-employer { margin: 0 16px 24px; }
  .hstats, .stats-band { grid-template-columns: 1fr 1fr; row-gap: 18px; margin-left: 16px; margin-right: 16px; }
  .hstats > div:nth-child(3)::before { display: none; }
  .stats-band div:nth-child(2) { border-right: 0; }
  .hstats strong, .hstats em, .stats-band strong { font-size: 28px; }
  .hsec, .section { padding: 44px 16px; }
  .car-controls { display: none; }
  .jcard { flex-basis: 84%; }
  .how-card { padding: 24px; }
  .contact-cards, .sf-inner { grid-template-columns: 1fr; }
  .hide-md { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hx-glow, .hx-poster, .hx-badge, .hx-rotator span, .hx-live .dot { animation: none !important; }
  .car-track { scroll-behavior: auto; }
}
