/* ============================================================
   InfoparkDaily — Premium dark-first design system (v2026.07)
   One coherent stylesheet for index / jobs / job / contact.
   Dark is the default; light theme via body.light overrides.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --bg: #0b0b0f;
  --bg-elev: #131318;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-2: rgba(255, 255, 255, 0.08);
  --text: #f5f6fa;
  --muted: #a4a8ba;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);

  --accent: #ffc107;
  --accent-strong: #ffd23f;
  --accent-ink: #191204;
  --accent-soft: rgba(255, 193, 7, 0.14);
  --violet: #a78bfa;
  --violet-soft: rgba(139, 92, 246, 0.16);
  --green: #4ade80;
  --orange: #fb923c;
  --blue: #7dd3fc;

  --radius: 22px;
  --radius-sm: 14px;
  --container: min(1180px, 92vw);
  --display: "Space Grotesk", Manrope, Inter, sans-serif;
  --body-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.35);
  --shadow-2: 0 24px 70px rgba(0, 0, 0, 0.5);
  --glow-accent: 0 8px 32px rgba(255, 193, 7, 0.22);
}

html.theme-light body,
body.light {
  --bg: #f6f5f1;
  --bg-elev: #ffffff;
  --surface: rgba(12, 12, 18, 0.035);
  --surface-2: rgba(12, 12, 18, 0.07);
  --text: #17171f;
  --muted: #5c5f6e;
  --line: rgba(12, 12, 18, 0.1);
  --line-strong: rgba(12, 12, 18, 0.2);
  --accent-soft: rgba(255, 179, 0, 0.16);
  --shadow-1: 0 10px 30px rgba(20, 18, 10, 0.08);
  --shadow-2: 0 24px 70px rgba(20, 18, 10, 0.12);
  --glow-accent: 0 8px 30px rgba(255, 179, 0, 0.25);
}

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(ellipse 60% 42% at 12% -8%, rgba(255, 193, 7, 0.09), transparent 60%),
    radial-gradient(ellipse 55% 40% at 92% -4%, rgba(139, 92, 246, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 110%, rgba(139, 92, 246, 0.06), transparent 60%),
    var(--bg);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

html.theme-light body,
body.light {
  background:
    radial-gradient(ellipse 60% 42% at 12% -8%, rgba(255, 179, 0, 0.12), transparent 60%),
    radial-gradient(ellipse 55% 40% at 92% -4%, rgba(139, 92, 246, 0.1), transparent 55%),
    var(--bg);
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 0.6rem;
  text-wrap: balance;
}

p {
  margin: 0 0 0.9rem;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

::selection {
  background: rgba(255, 193, 7, 0.3);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0.75rem;
  z-index: 100;
  padding: 0.55rem 0.9rem;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  left: 0.75rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Layout shells ---------- */
.site-header,
.hero,
.counter-section,
.content-section,
.site-footer,
.jobs-page,
.contact-page {
  width: var(--container);
  margin-inline: auto;
}

.content-section {
  margin-top: clamp(3.2rem, 7vw, 5.5rem);
}

.glass {
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
  padding: 0.32rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(255, 193, 7, 0.25);
  border-radius: 999px;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  font-size: clamp(1.65rem, 3.4vw, 2.4rem);
}

.accent,
.jobs-hero-accent {
  background: linear-gradient(94deg, var(--accent) 10%, var(--orange) 55%, var(--violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(15, 15, 21, 0.78);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-1);
}

html.theme-light body .site-header,
body.light .site-header {
  background: rgba(255, 255, 255, 0.82);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
  text-decoration: none;
}

.brand > div {
  min-width: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--accent);
  flex-shrink: 0;
}

.brand-name {
  margin: 0;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-tagline {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  margin-left: auto;
  order: 3;
}

.site-nav {
  display: flex;
  flex: 0 1 auto;
  gap: 0.35rem;
  order: 2;
}

.site-nav a {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover {
  color: var(--text);
  background: var(--surface-2);
}

.site-nav a[aria-current="page"] {
  color: var(--accent-ink);
  background: var(--accent);
}

.site-nav a.nav-hexenity {
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.45);
  background: rgba(139, 92, 246, 0.12);
}

.site-nav a.nav-hexenity:hover {
  color: #fff;
  background: rgba(139, 92, 246, 0.3);
}

html.theme-light .site-nav a.nav-hexenity {
  color: #6d28d9;
  background: rgba(139, 92, 246, 0.1);
}

.theme-toggle {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.theme-toggle:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--text);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nav-toggle:hover {
  border-color: var(--accent);
  background: var(--surface-2);
}

.nav-toggle-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 16px;
}

.nav-toggle-bars span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}

.site-header.nav-open .nav-toggle-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .nav-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.78rem 1.5rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--body-font);
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.99);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent) 55%, #f5a300);
  color: var(--accent-ink);
  box-shadow: var(--glow-accent);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(255, 193, 7, 0.35);
}

.btn-secondary {
  background: var(--surface-2);
  color: var(--text);
  border-color: var(--line-strong);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: var(--shadow-1);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--line-strong);
  background: var(--surface);
  transform: translateY(-2px);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  margin-top: clamp(2.2rem, 5vw, 3.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.hero-content h1 {
  font-size: clamp(2.3rem, 5.4vw, 3.9rem);
  margin: 0.4rem 0 1rem;
}

.hero-sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 34rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.4rem 0 1.6rem;
}

.hero-proof {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
}

.hero-proof li {
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -12% -8%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 193, 7, 0.16), transparent 55%),
    radial-gradient(circle at 75% 80%, rgba(139, 92, 246, 0.2), transparent 55%);
  filter: blur(6px);
  z-index: -1;
}

.dashboard-shell {
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-2);
}

.avatar-cluster {
  display: flex;
}

.avatar-cluster span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border-radius: 50%;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--accent-ink);
  background: linear-gradient(135deg, var(--accent-strong), #f5a300);
  border: 2px solid var(--bg);
}

.avatar-cluster span:first-child {
  margin-left: 0;
}

.avatar-cluster span:nth-child(2n) {
  background: linear-gradient(135deg, #c4b5fd, var(--violet));
  color: #17101f;
}

.dashboard-card {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  padding: 1rem 1.1rem;
}

.dashboard-card p {
  margin: 0 0 0.5rem;
  font-family: var(--display);
  font-weight: 700;
}

.dashboard-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  display: grid;
  gap: 0.25rem;
}

.logo-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.logo-card img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.logo-card strong {
  display: block;
  font-family: var(--display);
}

.logo-card span {
  color: var(--muted);
  font-size: 0.85rem;
}

/* ---------- Counter bento ---------- */
.counter-section {
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.counter-bento {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: minmax(120px, auto);
  gap: 0.9rem;
}

.counter-card {
  border-radius: var(--radius);
  padding: 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
  overflow: hidden;
}

.counter-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.14), transparent 70%);
}

.counter-card--wide {
  grid-row: 1 / span 2;
  background:
    linear-gradient(150deg, rgba(255, 193, 7, 0.12), transparent 55%),
    var(--surface);
}

.counter-card--accent {
  background:
    linear-gradient(150deg, rgba(139, 92, 246, 0.2), rgba(255, 193, 7, 0.1)),
    var(--surface);
}

.counter {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--text), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.counter-card--wide .counter {
  font-size: clamp(2.8rem, 6vw, 4.4rem);
}

.counter-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
}

/* ---------- Partners marquee ---------- */
.partners-section {
  overflow: hidden;
}

.partners-marquee {
  margin-top: 0.5rem;
  padding: 0.4rem 0;
  border-block: 1px solid var(--line);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  overflow: hidden;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: clamp(1.8rem, 4vw, 3.2rem);
  width: max-content;
  padding: 1.1rem 1rem;
  animation: partners-scroll 36s linear infinite;
}

.partners-marquee:hover .partners-track {
  animation-play-state: paused;
}

.partners-track img {
  height: 26px;
  width: auto;
  opacity: 0.75;
  transition: opacity 0.25s ease;
}

.partners-track img:hover {
  opacity: 1;
}

html.theme-light body .partners-track img,
body.light .partners-track img {
  filter: invert(0.82);
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ---------- About split ---------- */
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.6rem);
  align-items: start;
}

.about-split-copy p {
  color: var(--muted);
  max-width: 30rem;
}

.about-stack {
  display: grid;
  gap: 0.85rem;
}

/* ---------- Cards (feature / service) ---------- */
.feature-card,
.service-card {
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card::before,
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent 70%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-card:hover,
.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.feature-card:hover::before,
.service-card:hover::before {
  opacity: 1;
}

.feature-card h3,
.service-card h3 {
  font-size: 1.12rem;
}

.feature-card p,
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

/* ---------- IT support ---------- */
.it-support-shell {
  border-radius: 28px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.it-support-intro p {
  color: var(--muted);
  max-width: 52rem;
}

.it-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.it-support-card {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  padding: 1.2rem 1.3rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.it-support-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.it-support-card h3 {
  font-size: 1.05rem;
}

.it-support-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.it-support-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
  display: grid;
  gap: 0.3rem;
}

.it-support-process {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* ---------- Reels ---------- */
.reels-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.premium-reel-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.premium-reel-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-2);
  border-color: var(--line-strong);
}

.premium-reel-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.media-one {
  background: linear-gradient(140deg, #3b2c07, #6d4c00 55%, #2b1f4d);
}

.media-two {
  background: linear-gradient(140deg, #35134d, #6b21a8 55%, #4c1d95);
}

.media-three {
  background: linear-gradient(140deg, #082f49, #0e7490 55%, #164e63);
}

.premium-reel-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.premium-reel-card:hover .premium-reel-thumb {
  transform: scale(1.05);
}

.premium-reel-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-ink);
  background: var(--accent);
}

.premium-reel-play {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.premium-reel-card:hover .premium-reel-play {
  transform: scale(1.1);
  background: rgba(255, 193, 7, 0.85);
  color: var(--accent-ink);
}

.premium-reel-content {
  padding: 1.1rem 1.2rem 1.2rem;
}

.premium-reel-content h3 {
  font-size: 1.05rem;
  color: var(--text);
}

.premium-reel-content p {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.premium-reel-link {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ---------- Results / testimonials ---------- */
.highlight {
  border-radius: 30px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  background:
    radial-gradient(circle at 85% 8%, rgba(139, 92, 246, 0.16), transparent 40%),
    radial-gradient(circle at 8% 90%, rgba(255, 193, 7, 0.1), transparent 40%),
    var(--surface);
  border: 1px solid var(--line);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.result-card {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  padding: 1.3rem 1.4rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.result-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}

.result-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  background: linear-gradient(120deg, var(--text), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.result-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.testimonial-slider {
  border-radius: var(--radius);
  padding: 1.6rem 1.8rem;
  position: relative;
}

.testimonial-quote {
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  min-height: 3.4rem;
}

.testimonial-author {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
}

.slider-controls {
  display: flex;
  gap: 0.5rem;
}

.slider-controls button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--text);
  font-size: 1.05rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.slider-controls button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
  transform: translateY(-2px);
}

/* ---------- Jobs community block ---------- */
.jobs-community {
  margin-top: 1.4rem;
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 193, 7, 0.1), transparent 45%),
    var(--surface);
}

.jobs-community h3 {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  max-width: 34rem;
}

.jobs-community > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 40rem;
}

.jobs-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

/* ---------- CTA ---------- */
.cta-fullbleed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  border-radius: 30px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid rgba(255, 193, 7, 0.25);
  background:
    radial-gradient(circle at 90% 15%, rgba(139, 92, 246, 0.22), transparent 45%),
    linear-gradient(120deg, rgba(255, 193, 7, 0.14), transparent 60%),
    var(--bg-elev);
}

.cta-fullbleed h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.cta-fullbleed p:last-child {
  margin: 0;
  color: var(--muted);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  flex-shrink: 0;
}

/* ---------- Footer ---------- */
.site-footer {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
  border-radius: 30px 30px 0 0;
  border: 1px solid var(--line);
  border-bottom: 0;
  background:
    linear-gradient(180deg, var(--surface), transparent 90%),
    var(--bg-elev);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(260px, 0.95fr);
  gap: 2.2rem;
  align-items: stretch;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.footer-brand-name {
  margin: 0;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-tagline {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 26rem;
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer-contact-col h2 {
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: baseline;
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-contact-item span {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.footer-contact-item a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-contact-item a:hover {
  color: var(--accent);
}

.footer-map {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 190px;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 190px;
  border: 0;
  display: block;
  filter: saturate(0.85) contrast(1.02);
}

.contact-map iframe {
  width: 100%;
  height: 230px;
  border: 0;
  border-radius: var(--radius-sm);
  filter: saturate(0.85) contrast(1.02);
}

.footer-map iframe {
  height: 100%;
  border-radius: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.footer-links a {
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--muted);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
  color: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.footer-bottom {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.65rem 1rem;
  color: var(--muted);
  font-size: 0.85rem;
  padding-bottom: 0.35rem;
}

.footer-bottom .footer-legal {
  order: 0;
}

.footer-bottom .footer-credit {
  width: 100%;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-credit a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

/* ============================================================
   JOBS PAGE
   ============================================================ */
.jobs-page {
  padding-bottom: 2rem;
}

.jobs-kicker {
  margin: 0 0 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
}

.jobs-kicker::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.jobs-hero {
  position: relative;
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.75fr);
  gap: 1.1rem;
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(1.4rem, 3.4vw, 2.4rem);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 10%, rgba(139, 92, 246, 0.18), transparent 42%),
    linear-gradient(150deg, rgba(255, 193, 7, 0.08), transparent 50%),
    var(--surface);
}

.jobs-hero-glow {
  position: absolute;
  inset: auto -15% -70% -15%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(255, 193, 7, 0.12), transparent 65%);
  pointer-events: none;
}

.jobs-hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  display: grid;
}

.jobs-intro {
  color: var(--muted);
  max-width: 32rem;
}

.jobs-hero-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
}

.jobs-hero-stats li {
  min-width: 108px;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface);
  display: grid;
}

.jobs-hero-stats strong {
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--accent);
}

.jobs-hero-stats span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.jobs-hero-panel {
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jobs-panel-label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.jobs-panel-steps {
  margin: 0 0 0.8rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.jobs-panel-note {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--green);
}

/* Toolbar */
.jobs-controls-section {
  margin-top: 1.4rem;
}

.jobs-toolbar {
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem 1.1rem;
}

.jobs-toolbar-row.jobs-toolbar-row--top {
  margin-top: 0;
  margin-bottom: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 200px) minmax(170px, 210px);
  align-items: end;
}

.jobs-search-label {
  position: relative;
  display: block;
}

.jobs-search-icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: var(--muted);
  pointer-events: none;
}

.jobs-search-label .jobs-search {
  padding-left: 2.6rem;
}

.jobs-select-label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.jobs-select-caption {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-left: 0.2rem;
}

.jobs-filter-group {
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.jobs-filter-group:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.jobs-filter-caption {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.jobs-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.jobs-filter-btn {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.5rem 1.05rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jobs-filter-btn:hover {
  color: var(--text);
  border-color: var(--line-strong);
}

.jobs-filter-btn.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
}

.jobs-filter-btn--urgent.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #1c0f02;
}

.jobs-filter-btn--expired.is-active {
  background: #64748b;
  border-color: #64748b;
  color: #f8fafc;
}

.jobs-filter-hint {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.78rem;
}

.jobs-expired-mode-banner {
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(148, 163, 184, 0.45);
  background:
    linear-gradient(135deg, rgba(100, 116, 139, 0.18), rgba(15, 23, 42, 0.35)),
    var(--surface);
  color: var(--text);
}

.jobs-expired-mode-banner strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  color: #e2e8f0;
}

.jobs-expired-mode-banner p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}

html.theme-light body .jobs-expired-mode-banner {
  background: rgba(100, 116, 139, 0.1);
  border-color: rgba(100, 116, 139, 0.35);
}

html.theme-light body .jobs-expired-mode-banner strong {
  color: #334155;
}

.jobs-toolbar-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.jobs-clear-btn {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.jobs-clear-btn:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.jobs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.jobs-tag-chip {
  border: 1px dashed var(--line-strong);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.32rem 0.8rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 650;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jobs-tag-chip:hover {
  color: var(--text);
}

.jobs-tag-chip.is-active {
  border-style: solid;
  border-color: var(--violet);
  background: var(--violet-soft);
  color: var(--violet);
}

.jobs-toolbar-row {
  display: grid;
  grid-template-columns: 1fr minmax(170px, 220px);
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.jobs-search,
.jobs-sort {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--text);
  padding: 0.8rem 1rem;
  font: inherit;
  font-size: 0.92rem;
  transition: border-color 0.2s ease;
}

.jobs-search:focus,
.jobs-sort:focus {
  outline: none;
  border-color: var(--accent);
}

.jobs-search::placeholder {
  color: var(--muted);
}

.jobs-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

/* Job cards */
.jobs-listings-section {
  margin-top: 1.4rem;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 1.25rem 1.3rem 1.2rem;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  animation: job-card-in 0.5s ease both;
  animation-delay: var(--delay, 0ms);
}

@keyframes job-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.job-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.job-card-accent {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--violet));
  opacity: 0.85;
}

.job-walkin-banner {
  margin: 0.2rem 0 0.8rem;
  padding: 0.4rem 0.75rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 750;
  color: var(--orange);
  background: rgba(251, 146, 60, 0.12);
  border: 1px solid rgba(251, 146, 60, 0.3);
}

.job-card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

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

/* Deadline countdown pill */
.job-deadline-pill {
  flex-shrink: 0;
  align-self: flex-start;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.job-deadline-pill--open {
  color: var(--green);
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.28);
}

.job-deadline-pill--closing {
  color: var(--orange);
  background: rgba(251, 146, 60, 0.14);
  border: 1px solid rgba(251, 146, 60, 0.4);
  animation: deadline-pulse 2.2s ease-in-out infinite;
}

@keyframes deadline-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(251, 146, 60, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(251, 146, 60, 0);
  }
}

.job-deadline-pill--expired {
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  text-decoration: line-through;
}

/* Quick fact chips */
.job-fact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.35rem 0 0.55rem;
}

.job-fact {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  padding: 0.4rem 0.6rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  min-width: 0;
}

.job-fact-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.job-fact-value {
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Card status states */
.job-card--closing {
  border-color: rgba(251, 146, 60, 0.4);
}

.job-card--closing .job-card-accent {
  background: linear-gradient(94deg, var(--orange), var(--accent));
  opacity: 1;
}

.job-card--expired {
  opacity: 0.72;
  filter: saturate(0.5);
  border-color: rgba(148, 163, 184, 0.4);
  box-shadow: inset 4px 0 0 #64748b;
}

.job-card--expired:hover {
  opacity: 0.92;
  filter: saturate(0.75);
}

/* When browsing Expired / mixed mode, keep expired cards readable */
.jobs-listings-section:has(#jobs-expired-banner:not([hidden])) .job-card--expired {
  opacity: 0.96;
  filter: none;
}

.job-logo-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  display: grid;
  place-items: center;
}

.job-logo-wrap--lg {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.job-logo-fallback {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--accent);
}

.job-logo-wrap--lg .job-logo-fallback {
  font-size: 1.3rem;
}

.job-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-card-meta h3 {
  margin: 0 0 0.1rem;
  font-size: 1.05rem;
}

.job-location {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.job-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.job-badge,
.job-status-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
}

.job-badge--fresher {
  color: var(--green);
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.3);
}

.job-badge--experienced {
  color: var(--blue);
  background: rgba(125, 211, 252, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.3);
}

.job-badge--both {
  color: var(--violet);
  background: var(--violet-soft);
  border: 1px solid rgba(167, 139, 250, 0.32);
}

.job-badge--new {
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(255, 193, 7, 0.4);
}

.job-badge--walkin {
  color: var(--orange);
  background: rgba(251, 146, 60, 0.12);
  border: 1px solid rgba(251, 146, 60, 0.35);
}

.job-badge--verified {
  color: var(--blue);
  background: rgba(125, 211, 252, 0.1);
  border: 1px solid rgba(125, 211, 252, 0.35);
}

.job-badge--verified::before {
  content: "✓ ";
}

.job-badge--closing {
  color: var(--orange);
  background: rgba(251, 146, 60, 0.14);
  border: 1px solid rgba(251, 146, 60, 0.4);
}

.job-badge--expired {
  color: #f8fafc;
  background: #64748b;
  border: 1px solid rgba(248, 250, 252, 0.22);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.job-badge--intern {
  color: #38bdf8;
  background: rgba(14, 165, 233, 0.14);
  border: 1px solid rgba(14, 165, 233, 0.32);
}

.job-badge--alert {
  color: #fbbf24;
  background: rgba(255, 193, 7, 0.18);
  border: 1px solid rgba(255, 193, 7, 0.38);
  font-weight: 700;
}

.job-badge--pan {
  color: #c4b5fd;
  background: rgba(139, 92, 246, 0.16);
  border: 1px solid rgba(139, 92, 246, 0.32);
}

html.theme-light body .job-badge--intern {
  color: #0369a1;
  background: rgba(14, 165, 233, 0.12);
}

html.theme-light body .job-badge--alert {
  color: #b45309;
  background: rgba(245, 158, 11, 0.16);
}

html.theme-light body .job-badge--pan {
  color: #6d28d9;
  background: rgba(109, 40, 217, 0.1);
}

.job-status-chip {
  color: var(--muted);
  border: 1px solid var(--line);
  background: var(--surface);
}

.job-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.15rem 0 0.5rem;
}

.job-tag-pill {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid var(--line);
}

.job-card-body {
  flex: 1;
}

.job-roles-label {
  margin: 0.4rem 0 0.35rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.job-roles {
  list-style: none;
  margin: 0 0 0.6rem;
  padding: 0;
  display: grid;
  gap: 0.3rem;
}

.job-roles li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.job-roles li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--accent);
}

.job-roles-more {
  color: var(--muted);
  font-weight: 600 !important;
}

.job-roles-more::before {
  background: var(--muted) !important;
}

.job-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.job-card-foot {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.job-meta-row {
  display: grid;
  gap: 0.15rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.job-date,
.job-deadline {
  font-weight: 600;
}

.job-source {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--violet);
}

.job-details-btn {
  padding: 0.6rem 1.15rem;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.jobs-empty {
  margin-top: 1rem;
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  color: var(--muted);
  font-weight: 600;
}

.jobs-empty a {
  color: var(--accent);
}

.jobs-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
}

/* Jobs CTA banner */
.jobs-cta-banner {
  margin-top: 2.4rem;
}

.jobs-cta-inner {
  border-radius: 28px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background:
    linear-gradient(120deg, rgba(255, 193, 7, 0.1), transparent 55%),
    var(--surface);
}

.jobs-cta-inner h2 {
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
}

.jobs-cta-inner p:last-child {
  margin: 0;
  color: var(--muted);
}

.jobs-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  flex-shrink: 0;
}

.jobs-disclaimer {
  margin: 2rem auto 0;
  max-width: 52rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

/* Full InfoparkDaily community disclaimer */
.ipd-disclaimer-mount {
  margin: 1.5rem 0 0;
}

.ipd-disclaimer {
  margin: 1.35rem auto 0;
  max-width: 72rem;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  border-radius: 24px;
  border: 1px dashed rgba(255, 193, 7, 0.4);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.1), transparent 42%),
    rgba(255, 193, 7, 0.05);
}

.ipd-disclaimer-head {
  margin-bottom: 1rem;
}

.ipd-disclaimer-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.ipd-disclaimer-head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
}

.ipd-disclaimer-lead {
  margin: 0;
  color: var(--muted);
  max-width: 46rem;
  line-height: 1.65;
}

.ipd-disclaimer-lead strong {
  color: var(--text);
}

.ipd-disclaimer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.ipd-disclaimer-card {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
}

.ipd-disclaimer-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}

.ipd-disclaimer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.ipd-disclaimer-card strong {
  color: var(--text);
  font-weight: 650;
}

.ipd-disclaimer-card--alert {
  border-color: rgba(255, 193, 7, 0.4);
  background: rgba(255, 193, 7, 0.08);
}


.ipd-disclaimer--limited {
  max-width: 52rem;
  padding: 1.1rem 1.2rem;
}

.ipd-disclaimer--limited .ipd-disclaimer-head h2 {
  font-size: 1.15rem;
}

.ipd-disclaimer-limited-list {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.ipd-disclaimer-limited-list strong {
  color: var(--text);
  font-weight: 650;
}

.ipd-disclaimer-footer-links {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
}

.ipd-disclaimer-footer-links a {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.ipd-disclaimer-footer-links a:hover {
  text-decoration: underline;
}

.job-sheet-disclaimer {
  /* legacy single-block kept for older markup; prefer .ipd-disclaimer */
  margin: 1.35rem auto 0;
  max-width: 46rem;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  border: 1px dashed rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.06);
  text-align: left;
}

.footer-legal {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-legal a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.footer-legal a:hover {
  color: var(--accent);
}

.privacy-page {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 2.5rem;
}

.privacy-hero {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-radius: 28px;
}

.privacy-hero h1 {
  margin: 0.2rem 0 0.55rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.privacy-lead {
  margin: 0;
  color: var(--muted);
  max-width: 46rem;
  line-height: 1.7;
}

.privacy-lead strong {
  color: var(--text);
}

.privacy-pill-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.privacy-pill-row span {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.1);
  font-size: 0.78rem;
  font-weight: 650;
}

.privacy-panel {
  margin-top: 1rem;
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  border-radius: 24px;
}

.privacy-panel h2 {
  margin: 0 0 0.7rem;
}

.privacy-panel > p {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

@media (max-width: 900px) {
  .ipd-disclaimer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ipd-disclaimer-grid {
    grid-template-columns: 1fr;
  }

  .privacy-hero,
  .privacy-panel,
  .ipd-disclaimer {
    border-radius: 20px;
  }
}

/* Sticky WhatsApp bar */
.jobs-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50%, 130%);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: min(920px, calc(100vw - 1.25rem));
  padding: 0.85rem 0.85rem 0.85rem 1.15rem;
  border-radius: 22px;
  background: rgba(19, 19, 24, 0.94);
  border: 1px solid rgba(255, 193, 7, 0.4);
  box-shadow: var(--shadow-2);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

html.theme-light body .jobs-sticky-cta,
body.light .jobs-sticky-cta {
  background: rgba(255, 255, 255, 0.96);
}

.jobs-sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.jobs-sticky-copy {
  flex: 1;
  min-width: 0;
}

.jobs-sticky-title {
  margin: 0;
  font-weight: 750;
  font-size: 0.95rem;
  line-height: 1.3;
}

.jobs-sticky-meta {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1.35;
}

.jobs-sticky-meta strong {
  color: var(--accent);
  font-weight: 800;
}

.jobs-sticky-cta .btn {
  flex-shrink: 0;
  padding: 0.6rem 1.15rem;
  font-size: 0.85rem;
}

.jobs-sticky-dismiss {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.2rem 0.45rem;
  cursor: pointer;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.jobs-sticky-dismiss:hover {
  color: var(--text);
}

body.jobs-body {
  padding-bottom: 5.5rem;
}

/* ============================================================
   JOB DETAIL PAGE
   ============================================================ */
.job-detail-page {
  padding-bottom: 2rem;
}

.job-detail-loading,
.job-missing {
  margin-top: 2rem;
  border-radius: var(--radius);
  padding: 2.4rem;
  text-align: center;
  color: var(--muted);
}

.job-missing h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.job-breadcrumb {
  margin: 1.3rem 0 0.9rem;
}

.job-breadcrumb a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}

.job-breadcrumb a:hover {
  color: var(--accent);
}

.job-detail-hero {
  border-radius: 28px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  display: block;
  background:
    radial-gradient(circle at 88% -10%, rgba(139, 92, 246, 0.18), transparent 45%),
    radial-gradient(circle at 6% 110%, rgba(255, 193, 7, 0.09), transparent 40%),
    var(--surface);
}

.job-detail-hero--expired {
  filter: saturate(0.6);
}

.job-detail-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}

.job-detail-hero-main {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
}

.job-detail-hero-copy h1 {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  margin-bottom: 0.2rem;
}

.job-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  flex-shrink: 0;
}

/* Hero stat strip */
.job-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.6rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.job-hero-stats--sheet {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
}

.job-hero-stat {
  display: grid;
  gap: 0.1rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

html.theme-light body .job-hero-stat,
body.light .job-hero-stat {
  background: rgba(12, 12, 18, 0.03);
}

.job-hero-stat-label {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.job-hero-stat-value {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.98rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Expired banner */
.job-expired-banner {
  margin: 0 0 0.9rem;
  padding: 0.95rem 1.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(100, 116, 139, 0.16);
  color: var(--text);
  font-size: 0.92rem;
}

.job-expired-banner .job-badge--expired {
  margin-right: 0.45rem;
  vertical-align: middle;
}

.job-expired-banner strong {
  color: #e2e8f0;
  margin-right: 0.3rem;
}

.job-expired-banner p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.job-expired-banner a {
  color: var(--accent);
  font-weight: 700;
}

/* Apply methods */
.job-apply-panel {
  border: 1px solid rgba(255, 193, 7, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.07), transparent 45%),
    var(--surface);
}

.job-apply-steps {
  margin-bottom: 0.9rem !important;
}

.job-apply-methods {
  display: grid;
  gap: 0.55rem;
}

.job-apply-method {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.job-apply-method:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--glow-accent);
}

.job-apply-method-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-ink);
  background: var(--accent);
}

.job-apply-method-icon--web {
  background: var(--violet);
  color: #17102b;
}

.job-apply-method-icon--phone {
  background: var(--green);
  color: #06230f;
}

.job-apply-method-body {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.job-apply-method-body strong {
  font-size: 0.9rem;
}

.job-apply-method-body span {
  font-size: 0.82rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Walk-in panel */
.job-walkin-panel {
  border: 1px solid rgba(251, 146, 60, 0.35);
  background:
    radial-gradient(circle at 0% 0%, rgba(251, 146, 60, 0.08), transparent 45%),
    var(--surface);
}

.job-walkin-note {
  margin-top: 0.8rem !important;
  font-size: 0.84rem !important;
}

/* Map embed in sidebar */
.job-map-embed {
  margin-top: 0.9rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 180px;
}

.job-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Share */
.job-share-actions {
  display: grid;
  gap: 0.55rem;
}

.job-share-actions .btn {
  width: 100%;
}

/* Related openings */
.job-related {
  margin-top: 2.2rem;
}

.job-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.job-related-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.job-related-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.job-related-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.job-related-copy strong {
  font-family: var(--display);
  font-size: 0.98rem;
}

.job-related-copy > span {
  font-size: 0.82rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-related-copy .job-deadline-pill {
  justify-self: start;
  margin-top: 0.15rem;
}

.job-detail-layout {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
  gap: 0.9rem;
  align-items: start;
}

.job-detail-main,
.job-detail-side {
  display: grid;
  gap: 0.9rem;
}

.job-panel {
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
}

.job-panel h2 {
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}

.job-detail-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.job-role-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.job-role-grid li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  font-weight: 650;
  font-size: 0.9rem;
  transition: border-color 0.2s ease;
}

.job-role-grid li:hover {
  border-color: var(--accent);
}

.job-role-num {
  flex-shrink: 0;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
}

.job-detail-bullets {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.93rem;
  display: grid;
  gap: 0.4rem;
}

.job-info-list {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.job-info-list--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.9rem;
}

.job-info-item dt {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.job-info-item dd {
  margin: 0.1rem 0 0;
  font-weight: 600;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.job-info-item a {
  color: var(--accent);
  text-decoration: none;
}

.job-info-item a:hover {
  text-decoration: underline;
}

.job-side-cta .job-detail-text {
  margin-bottom: 0.9rem;
}

.job-side-actions {
  display: grid;
  gap: 0.55rem;
}

.job-side-actions .btn {
  width: 100%;
}

/* ============================================================
   INTERN / ALERT HIRING SHEET (clear, scan-friendly)
   ============================================================ */
.job-hero-role {
  margin: 0.15rem 0 0.35rem;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 650;
  color: var(--text);
}

.job-detail-hero--alert {
  border-color: rgba(255, 193, 7, 0.28);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 193, 7, 0.16), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(52, 28, 140, 0.22), transparent 48%),
    var(--surface);
}

.job-alert-banner {
  margin: 1.1rem 0 0.95rem;
  padding: clamp(1.15rem, 3vw, 1.7rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 193, 7, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(52, 28, 140, 0.28)),
    var(--bg-elev);
  text-align: left;
}

.job-alert-banner-label {
  margin: 0 0 0.45rem;
  display: inline-block;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 11, 15, 0.55);
  color: #ffc107;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-alert-banner h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.job-alert-banner p {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 40rem;
}

.job-alert-apply {
  display: inline-flex;
}

.job-sheet {
  padding: clamp(1rem, 2.5vw, 1.45rem);
  border-radius: 28px;
  display: grid;
  gap: 0.85rem;
}

.job-sheet-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: stretch;
}

.job-sheet-fact {
  min-height: 7rem;
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: flex-start;
  height: 100%;
}

.job-sheet-fact-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
}

.job-sheet-fact-value {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.job-sheet-block {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--bg-elev) 88%, transparent);
  overflow: clip;
}

.job-sheet-block-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 193, 7, 0.06);
}

.job-sheet-block-head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.job-sheet-num {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffc107;
  color: #0b0b0f;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 800;
}

.job-sheet-block-body {
  padding: 0.95rem 1rem 1.1rem;
}

.job-sheet-subhead {
  margin: 0.55rem 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.job-sheet-subhead:first-child {
  margin-top: 0;
}

.job-sheet-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.job-sheet-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 0.84rem;
  font-weight: 600;
}

.job-sheet-chips--tech .job-sheet-chip {
  border-color: rgba(14, 165, 233, 0.35);
  background: rgba(14, 165, 233, 0.1);
}

.job-sheet-chips--soft .job-sheet-chip {
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(168, 85, 247, 0.1);
}

.job-sheet-note {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.job-sheet-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  counter-reset: sheet-step;
}

.job-sheet-steps li {
  position: relative;
  padding: 0.7rem 0.85rem 0.7rem 2.85rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-weight: 550;
  counter-increment: sheet-step;
}

.job-sheet-steps li::before {
  content: counter(sheet-step);
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 193, 7, 0.2);
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
}

.job-sheet-link {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.1);
  text-decoration: none;
  color: var(--text);
}

.job-sheet-link span {
  color: var(--muted);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.job-sheet-link:hover {
  border-color: var(--accent);
}

.job-sheet-notes li {
  font-weight: 550;
}

.job-sheet-checklist li {
  font-weight: 550;
}

.job-sheet-faqs {
  display: grid;
  gap: 0.55rem;
}

.job-sheet-faq {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.job-sheet-faq strong {
  font-size: 0.95rem;
}

.job-sheet-faq span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.job-sheet-safety {
  padding: 0.2rem 0;
}

.job-sheet-safety .job-detail-bullets {
  margin-bottom: 0.55rem;
}

.job-sheet-channels {
  margin-top: 1.1rem;
  padding: clamp(1.15rem, 3vw, 1.7rem);
  border-radius: 28px;
}

.job-sheet-channels h2 {
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(1.25rem, 2.8vw, 1.7rem);
}

.job-sheet-channel-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.55rem;
}

.job-sheet-channel {
  display: grid;
  gap: 0.18rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.job-sheet-channel span {
  color: var(--muted);
  font-size: 0.8rem;
}

.job-sheet-channel:hover {
  border-color: rgba(255, 193, 7, 0.45);
  transform: translateY(-1px);
}

.job-sheet-disclaimer {
  margin: 1.35rem auto 0;
  max-width: 46rem;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  border: 1px dashed rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.06);
  text-align: left;
}

.job-sheet-disclaimer strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.job-sheet-disclaimer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

.job-sheet-disclaimer em {
  color: var(--text);
  font-style: normal;
  font-weight: 650;
}

html.theme-light body .job-detail-hero--alert {
  background:
    radial-gradient(circle at 92% 0%, rgba(245, 158, 11, 0.14), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(52, 28, 140, 0.08), transparent 48%),
    var(--surface);
}

html.theme-light body .job-alert-banner {
  background:
    linear-gradient(135deg, rgba(255, 193, 7, 0.22), rgba(52, 28, 140, 0.08)),
    #fffdf5;
}

html.theme-light body .job-alert-banner-label {
  background: rgba(11, 11, 15, 0.88);
}

@media (max-width: 1100px) {
  .job-sheet-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .job-sheet-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-sheet-fact {
    min-height: 5.6rem;
  }
}

@media (max-width: 640px) {
  .job-sheet-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-sheet-block-head {
    align-items: flex-start;
  }

  .job-alert-banner,
  .job-sheet,
  .job-sheet-channels {
    border-radius: 20px;
  }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page {
  padding-bottom: 2rem;
}

.contact-hero {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 0.9rem;
}

.contact-hero-copy,
.contact-hero-card {
  border-radius: 28px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.contact-hero-copy {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 8%, rgba(139, 92, 246, 0.16), transparent 45%),
    linear-gradient(150deg, rgba(255, 193, 7, 0.08), transparent 50%),
    var(--surface);
}

.contact-hero-copy h1 {
  font-size: clamp(2rem, 4.4vw, 3rem);
}

.contact-hero-copy p {
  color: var(--muted);
  max-width: 32rem;
}

.contact-hours {
  margin: 1rem 0 0;
  color: var(--text) !important;
  font-size: 0.92rem;
}

.contact-hero-card p {
  margin: 0 0 0.5rem;
  color: var(--muted);
}

.contact-hero-card a {
  color: var(--text);
  font-weight: 650;
  text-decoration: none;
}

.contact-hero-card a:hover {
  color: var(--accent);
}

.contact-person {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.75rem !important;
}

.contact-person a {
  font-size: 1.15rem;
  font-family: var(--display);
  color: var(--accent);
}

.contact-site-link {
  margin-top: 0.35rem !important;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}

.contact-site-link a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--accent);
}

.contact-layout {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 0.9rem;
  align-items: start;
}

.contact-form {
  border-radius: 28px;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.contact-form .section-heading {
  margin-bottom: 1rem;
}

.contact-form .section-heading h2 {
  font-size: 1.4rem;
}

.contact-reasons {
  border: 0;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.contact-reason {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  cursor: pointer;
  font-weight: 650;
  font-size: 0.88rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-reason:hover {
  border-color: var(--line-strong);
}

.contact-reason input {
  accent-color: var(--accent);
}

.contact-reason:has(input:checked) {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.contact-field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
  font-weight: 650;
  font-size: 0.9rem;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--text);
  padding: 0.85rem 1rem;
  font: inherit;
  font-weight: 500;
  resize: vertical;
  transition: border-color 0.2s ease;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.contact-field ::placeholder {
  color: var(--muted);
}

.contact-form-status {
  min-height: 1.3rem;
  margin: 0 0 0.6rem;
  font-weight: 650;
  font-size: 0.9rem;
  color: var(--green);
}

.contact-form-status.is-error {
  color: #f87171;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.contact-form-note {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.contact-side {
  display: grid;
  gap: 0.9rem;
}

.contact-side-card {
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
}

.contact-side-card h2 {
  font-size: 1.05rem;
}

.contact-side-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-social-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.contact-social-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contact-social-btn:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent);
}

/* ============================================================
   Featured jobs (homepage)
   ============================================================ */
.featured-jobs-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-job-card .job-details-btn {
  margin-top: auto;
  width: 100%;
}

.featured-job-card {
  padding-bottom: 1.3rem;
}

.featured-jobs-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

/* ============================================================
   Motion
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .partners-track {
    animation: none;
  }

  .job-card {
    animation: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ---------- Social wall (media page) ---------- */
.media-hero-actions {
  display: grid;
  gap: 0.6rem;
  margin: 0.9rem 0;
}

.media-hero-actions .btn {
  width: 100%;
}

.media-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.media-channel {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.05rem 1.15rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.media-channel:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.media-channel > div {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 0.15rem;
}

.media-channel strong {
  font-family: var(--display);
  font-size: 0.96rem;
}

.media-channel > div > span {
  font-size: 0.8rem;
  color: var(--muted);
}

.media-channel-badge {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.85rem;
}

.media-channel-badge--ig {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b 55%, #6228d7);
  color: #fff;
}

.media-channel-badge--jobs {
  background: var(--accent);
  color: var(--accent-ink);
}

.media-channel-badge--media {
  background: var(--violet);
  color: #17102b;
}

.media-channel-badge--bc {
  background: linear-gradient(135deg, #ee2a7b, #6228d7);
  color: #fff;
}

.media-channel-badge--wa {
  background: #25d366;
  color: #06230f;
}

.media-channel-cta {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--accent);
  white-space: nowrap;
}

.media-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 0.9rem;
  align-items: start;
}

.media-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  min-height: 200px;
}

.media-embed .instagram-media {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* ---------- Services page (premium svcx design) ---------- */
.svcx-hero {
  position: relative;
  overflow: clip;
  border-radius: 28px;
  margin: 1rem 0 0;
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.2rem, 5vw, 4rem);
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(255, 193, 7, 0.14), transparent 60%),
    radial-gradient(700px 420px at 0% 110%, rgba(167, 139, 250, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg-elev), var(--bg));
  border: 1px solid var(--line);
}

.svcx-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.svcx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  animation: svcx-float 14s ease-in-out infinite alternate;
}

.svcx-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(255, 193, 7, 0.22);
  top: -160px;
  right: -100px;
}

.svcx-orb-2 {
  width: 340px;
  height: 340px;
  background: rgba(167, 139, 250, 0.2);
  bottom: -140px;
  left: -80px;
  animation-delay: -6s;
}

@keyframes svcx-float {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(30px, 24px, 0) scale(1.1); }
}

.svcx-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, black, transparent);
}

html.theme-light .svcx-hero-grid {
  background-image:
    linear-gradient(to right, rgba(15, 18, 32, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 18, 32, 0.05) 1px, transparent 1px);
}

.svcx-hero-inner {
  position: relative;
  max-width: 56rem;
}

.svcx-kicker {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 193, 7, 0.4);
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1.3rem;
}

.svcx-hero h1 {
  font-size: clamp(2.1rem, 5.6vw, 4rem);
  line-height: 1.08;
  margin: 0 0 1.1rem;
  letter-spacing: -0.02em;
}

.svcx-hero-flame {
  background: linear-gradient(100deg, var(--accent), #fb923c 55%, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.svcx-lede {
  max-width: 40rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  margin: 0 0 1.8rem;
}

.svcx-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.svcx-btn-lg {
  padding: 0.85rem 1.7rem;
  font-size: 0.95rem;
}

.svcx-hero-trust {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.7rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.svcx-trust-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
  animation: svcx-pulse 2.4s ease-in-out infinite;
}

@keyframes svcx-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15); }
  50% { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0.05); }
}

/* Stats ticker */
.svcx-ticker {
  overflow: hidden;
  margin: 1.1rem 0 0;
  border-block: 1px solid var(--line);
  padding: 0.85rem 0;
  background: var(--bg-elev);
}

.svcx-ticker-track {
  display: flex;
  gap: 2.8rem;
  width: max-content;
  animation: svcx-ticker 34s linear infinite;
}

.svcx-ticker-track span {
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.svcx-ticker-track strong {
  font-family: var(--display);
  color: var(--accent);
  font-size: 1rem;
  margin-right: 0.35rem;
}

.svcx-ticker-track span::after {
  content: "◆";
  margin-left: 2.8rem;
  font-size: 0.5rem;
  color: var(--accent);
  opacity: 0.6;
  vertical-align: middle;
}

@keyframes svcx-ticker {
  to { transform: translateX(-50%); }
}

.svcx-section {
  padding-top: clamp(2.4rem, 5vw, 4rem);
}

/* Editorial service rows */
.svcx-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.svcx-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(0.8rem, 2.5vw, 2.4rem);
  align-items: center;
  padding: clamp(1.3rem, 2.6vw, 1.9rem) clamp(0.4rem, 1.5vw, 1rem);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background 0.25s ease;
}

.svcx-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), #fb923c);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.svcx-row:hover {
  background: var(--surface-2);
}

.svcx-row:hover::before {
  opacity: 1;
}

.svcx-num {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--text);
  opacity: 0.16;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.svcx-row:hover .svcx-num {
  opacity: 1;
  color: var(--accent);
}

.svcx-row-main h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.svcx-row-main p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.svcx-row-main a {
  color: var(--accent);
  font-weight: 700;
}

.svcx-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.svcx-chips li {
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg-elev);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.svcx-row:hover .svcx-chips li {
  border-color: rgba(255, 193, 7, 0.4);
}

/* Lead engine timeline */
.svcx-engine {
  list-style: none;
  margin: 0;
  padding: 2.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.svcx-engine::before {
  content: "";
  position: absolute;
  top: calc(2.2rem + 24px);
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent) 12%, #fb923c 50%, #a78bfa 88%, transparent);
  opacity: 0.55;
}

.svcx-engine li {
  position: relative;
  text-align: center;
  padding: 0 0.3rem;
}

.svcx-engine-node {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-elev);
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
  box-shadow: 0 0 0 6px rgba(255, 193, 7, 0.08), 0 12px 26px -12px rgba(255, 193, 7, 0.5);
}

.svcx-engine h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.svcx-engine p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

/* Collaboration panel */
.svcx-collab {
  border-radius: 28px;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

.svcx-collab-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin: 0.5rem 0 0.7rem;
}

.svcx-collab-sub {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 1.4rem;
}

.svcx-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.svcx-steps li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.svcx-steps li:hover {
  transform: translateX(6px);
  border-color: rgba(255, 193, 7, 0.4);
}

.svcx-step-num {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.95rem;
}

.svcx-steps h3 {
  margin: 0 0 0.2rem;
  font-size: 0.98rem;
}

.svcx-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

/* Audience mosaic */
.svcx-audience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.svcx-aud {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  padding: 1.4rem 1.3rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.svcx-aud:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 193, 7, 0.4);
  box-shadow: var(--shadow-2);
}

.svcx-aud-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--accent-soft);
  border: 1px solid rgba(255, 193, 7, 0.3);
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}

.svcx-aud h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.svcx-aud p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Why cards */
.svcx-why {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.svcx-why-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  padding: 1.7rem 1.5rem;
}

.svcx-why-card h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.svcx-why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.svcx-why-card--accent {
  background: linear-gradient(150deg, rgba(255, 193, 7, 0.14), var(--bg-elev) 65%);
  border-color: rgba(255, 193, 7, 0.35);
}

.svcx-why-card--accent h3 {
  color: var(--accent);
}

/* CTA */
.svcx-cta {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 193, 7, 0.3);
  background:
    radial-gradient(700px 320px at 50% -40%, rgba(255, 193, 7, 0.2), transparent 70%),
    linear-gradient(180deg, var(--bg-elev), var(--bg));
  padding: clamp(2.2rem, 5vw, 3.6rem);
  text-align: center;
}

.svcx-cta-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.12), transparent 65%);
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.svcx-cta h2 {
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  margin: 0.6rem 0 0.7rem;
}

.svcx-cta-sub {
  color: var(--muted);
  margin: 0 0 1.6rem;
}

.svcx-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  position: relative;
}

/* ---------- News (listing + article) ---------- */
.news-controls-section {
  margin-top: 1.6rem;
}

.news-filters {
  justify-content: flex-start;
}

.news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-featured:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.news-featured-media {
  min-height: 280px;
  background: var(--bg-elev);
}

.news-featured-media img,
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.news-featured-copy {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

.news-featured-copy h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  margin: 0;
}

.news-read-btn {
  margin-top: 0.4rem;
}

.news-summary {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--muted);
}

.news-cat {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(255, 193, 7, 0.35);
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-park {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.news-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  animation: job-card-in 0.5s ease both;
  animation-delay: var(--delay, 0ms);
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.news-card-media {
  aspect-ratio: 16 / 9;
  background: var(--bg-elev);
}

.news-media-missing {
  display: grid;
  place-items: center;
}

.news-media-missing::after {
  content: "INFOPARKDAILY · NEWS";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.news-card-body {
  padding: 1.05rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.news-card-body h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
}

.news-card-cta {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--accent);
}

/* Article page */
.news-article {
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
  max-width: 56rem;
  margin-inline: auto;
}

.news-article-head h1 {
  font-size: clamp(1.6rem, 3.6vw, 2.5rem);
  margin: 0.7rem 0 0.5rem;
}

.news-article-summary {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.news-article-media {
  margin: 1.4rem 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
}

.news-article-media img {
  width: 100%;
  display: block;
}

.news-article-media figcaption {
  padding: 0.55rem 0.9rem;
  font-size: 0.78rem;
  color: var(--muted);
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
}

.news-highlights {
  margin: 0 0 1.2rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 193, 7, 0.3);
  background: var(--accent-soft);
}

.news-highlights-title {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.news-highlights ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
}

.news-article-body p {
  color: var(--text);
  opacity: 0.92;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.news-article-foot {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.news-source {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.news-source a {
  color: var(--accent);
}

.news-share-actions {
  display: flex;
  gap: 0.55rem;
}

.news-share-actions .btn {
  width: auto;
}

.news-attachments {
  max-width: 56rem;
  margin: 0.9rem auto 0;
}

.news-article-page .job-related {
  max-width: 56rem;
  margin-inline: auto;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .it-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .site-header,
  .hero,
  .counter-section,
  .content-section,
  .site-footer,
  .jobs-page,
  .contact-page {
    width: min(1180px, 94vw);
  }

  .brand {
    flex: 0 1 auto;
    gap: 0.5rem;
    min-width: 0;
    max-width: calc(100% - 96px);
    margin-right: auto;
    justify-content: flex-start;
    text-align: left;
  }

  .site-header {
    position: fixed;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, 94vw);
    margin-top: 0;
    border-radius: 22px;
    gap: 0.45rem;
    padding: 0.5rem 0.6rem;
    justify-content: flex-start;
    z-index: 80;
  }

  /* Keep page content clear of the fixed mobile header */
  body {
    padding-top: 4.25rem;
  }

  body.nav-locked {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }

  .brand-name {
    font-size: 0.84rem;
    letter-spacing: 0.05em;
  }

  .brand-tagline {
    display: none;
  }

  .header-actions {
    order: 2;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .theme-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
  }

  .theme-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: var(--accent);
  }

  html.theme-light body .theme-toggle::before,
  body.light .theme-toggle::before {
    margin: -7px 0 0 -3px;
    background: transparent;
    box-shadow: inset -3px -2px 0 0 var(--text);
  }

  .nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .site-nav {
    order: 3;
    flex: 1 0 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.55rem 0 0.1rem;
    border-top: 1px solid var(--line);
    margin-top: 0.1rem;
  }

  .site-header.nav-open {
    border-radius: 20px;
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 0.85rem 1rem;
    border-radius: 14px;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    color: var(--text);
    background: var(--surface-2);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(255, 193, 7, 0.16);
    color: var(--text);
  }

  .site-nav a[aria-current="page"] {
    color: var(--accent-ink);
    background: var(--accent);
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(5, 5, 8, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .nav-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .counter-bento {
    grid-template-columns: 1fr 1fr;
  }

  .counter-card--wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .about-split {
    grid-template-columns: 1fr;
  }

  .reels-track,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .jobs-hero {
    grid-template-columns: 1fr;
  }

  .media-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svcx-audience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svcx-engine {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .svcx-engine::before {
    content: none;
  }

  .svcx-collab {
    grid-template-columns: 1fr;
  }

  .svcx-row {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .svcx-chips {
    grid-column: 2;
    justify-content: flex-start;
  }

  .news-featured {
    grid-template-columns: 1fr;
  }

  .news-featured-media {
    min-height: 200px;
  }

  .job-detail-layout,
  .contact-hero,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .job-detail-hero-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-detail-hero-main {
    width: 100%;
    align-items: flex-start;
  }

  .job-detail-hero-actions {
    width: 100%;
  }

  .job-detail-hero-actions .btn {
    flex: 1 1 calc(50% - 0.5rem);
  }

  .job-related-grid {
    grid-template-columns: 1fr;
  }

  .cta-fullbleed,
  .jobs-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .footer-map {
    min-height: 200px;
  }
}

@media (max-width: 640px) {
  .hero-visual::before {
    inset: -12% 0;
  }

  .site-header {
    top: 8px;
    width: min(1180px, 96vw);
    padding: 0.5rem 0.55rem;
    justify-content: flex-start;
  }

  body {
    padding-top: 4rem;
  }

  .brand {
    flex: 0 1 auto;
    margin-right: auto;
    justify-content: flex-start;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
  }

  .theme-toggle,
  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .site-nav a {
    padding: 0.9rem 1rem;
    font-size: 0.88rem;
  }

  .jobs-grid,
  .featured-jobs-grid,
  .service-grid,
  .career-grid {
    grid-template-columns: 1fr;
  }

  .counter-bento {
    grid-template-columns: 1fr;
  }

  .job-role-grid {
    grid-template-columns: 1fr;
  }

  .job-info-list--grid {
    grid-template-columns: 1fr;
  }

  .media-channels {
    grid-template-columns: 1fr;
  }

  .media-wall {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .svcx-audience {
    grid-template-columns: 1fr;
  }

  .svcx-engine {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .svcx-engine li {
    text-align: left;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.25rem;
    align-items: start;
  }

  .svcx-engine-node {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .svcx-engine h3 {
    grid-column: 2;
    align-self: center;
  }

  .svcx-engine p {
    grid-column: 2;
  }

  .svcx-why {
    grid-template-columns: 1fr;
  }

  .svcx-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .svcx-num {
    opacity: 0.5;
    color: var(--accent);
    font-size: 1.3rem;
  }

  .svcx-chips {
    grid-column: auto;
  }

  .svcx-hero {
    border-radius: 20px;
  }

  .contact-reasons {
    grid-template-columns: 1fr;
  }

  .jobs-toolbar-row,
  .jobs-toolbar-row.jobs-toolbar-row--top {
    grid-template-columns: 1fr;
  }

  .job-fact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-hero-stats li {
    min-width: calc(50% - 0.35rem);
  }

  .hero-cta .btn {
    flex: 1 1 100%;
  }

  .jobs-sticky-cta {
    border-radius: 18px;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0.85rem 0.75rem 0.85rem 0.95rem;
    gap: 0.65rem;
  }

  .jobs-sticky-copy {
    flex: 1 1 auto;
  }

  .jobs-sticky-title {
    font-size: 0.88rem;
  }

  .jobs-sticky-meta {
    font-size: 0.72rem;
  }

  .jobs-sticky-cta .btn {
    flex: 0 0 auto;
    padding: 0.55rem 0.85rem;
    font-size: 0.8rem;
  }

  .job-detail-hero-actions .btn {
    flex: 1 1 100%;
  }

  .contact-social-row {
    grid-template-columns: 1fr 1fr;
  }
}


.privacy-updated {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.privacy-toc {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.privacy-toc a {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--text);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
}

.privacy-toc a:hover {
  border-color: rgba(255, 193, 7, 0.45);
  color: var(--accent);
}

.privacy-panel a {
  color: var(--accent);
}

.privacy-legal-note {
  margin: 1.25rem auto 0;
  max-width: 46rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.privacy-legal-note a {
  color: var(--accent);
}

/* ---------- Build Together page ---------- */
.bt-tagline {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent);
}

.bt-section {
  margin-top: 0.5rem;
}

.bt-section-lede {
  margin: 0.65rem 0 0;
  max-width: 40rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.bt-who-grid,
.bt-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.bt-who-card,
.bt-offer-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-who-card h3,
.bt-offer-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: 1.1rem;
}

.bt-who-card p,
.bt-offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.bt-steps {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.bt-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-step-num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--accent);
  line-height: 1;
  padding-top: 0.15rem;
}

.bt-step h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.08rem;
}

.bt-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.bt-collab {
  padding: 1.4rem 1.45rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-collab .section-heading {
  margin-bottom: 0.9rem;
}

.bt-collab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.bt-collab-list li {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.bt-collab-list strong {
  color: var(--text);
}

.bt-collab-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
}

.bt-home-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.45rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-home-teaser h3 {
  margin: 0.25rem 0 0.45rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.bt-home-teaser p {
  margin: 0;
  color: var(--muted);
  max-width: 36rem;
  line-height: 1.5;
}

.bt-home-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

/* ---------- Build: gov support + ecosystem data ---------- */
.bt-idea-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.bt-idea-card {
  padding: 1.15rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-idea-num {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.bt-idea-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: 1.02rem;
}

.bt-idea-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.bt-idea-card--accent {
  border-color: rgba(255, 193, 7, 0.4);
  background:
    linear-gradient(160deg, rgba(255, 193, 7, 0.16), transparent 60%),
    var(--surface);
}

.bt-gov-panel {
  margin-top: 1.15rem;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-gov-head h3 {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

.bt-gov-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 46rem;
}

.bt-gov-grid {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.bt-gov-grid li {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  display: grid;
  gap: 0.35rem;
}

.bt-gov-grid strong {
  font-family: var(--display);
  font-size: 0.95rem;
}

.bt-gov-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.bt-gov-note {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--muted);
}

.bt-gov-note a {
  color: var(--accent);
}

.bt-data-panel {
  margin-top: 1.5rem;
}

.bt-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.bt-stat {
  padding: 1.15rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: left;
}

.bt-stat-value {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent);
  line-height: 1.1;
}

.bt-stat-label {
  margin: 0.45rem 0 0;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 650;
}

.bt-stat-hint {
  margin: 0.3rem 0 0;
  font-size: 0.76rem;
  color: var(--muted);
  line-height: 1.4;
}

.bt-ai-era {
  margin-top: 1.1rem;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 193, 7, 0.28);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 1.35rem;
  align-items: center;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(255, 193, 7, 0.12), transparent 65%),
    var(--surface);
}

.bt-ai-copy h3 {
  margin: 0.35rem 0 0.55rem;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
}

.bt-ai-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.bt-ai-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.bt-ai-list li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.45;
}

.bt-ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.bt-ai-chart {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
}

.bt-ai-bar-row {
  display: grid;
  grid-template-columns: minmax(0, 7.5rem) minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
}

.bt-ai-bar-row span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.3;
}

.bt-ai-bar-row i {
  display: block;
  height: 0.7rem;
  width: 0;
  border-radius: 999px;
  background: rgba(164, 168, 186, 0.45);
  transition: width 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.bt-ai-bar-row--hot span {
  color: var(--text);
}

.bt-ai-bar-row--hot i {
  background: linear-gradient(90deg, #fb923c, #ffc107 70%, #ffd23f);
  box-shadow: 0 0 16px rgba(255, 193, 7, 0.28);
}

.reveal.is-visible .bt-ai-bar-row i {
  width: var(--bt-ai);
}

.bt-ai-chart-caption {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .bt-ai-bar-row i {
    width: var(--bt-ai);
    transition: none;
  }
}

/* ---------- Build impact visualization ---------- */
.bt-path-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.85rem;
  align-items: stretch;
  margin-top: 1.25rem;
}

.bt-path-card {
  padding: 1.25rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
}

.bt-path-card--solo {
  background:
    linear-gradient(160deg, rgba(164, 168, 186, 0.08), transparent 55%),
    var(--surface);
}

.bt-path-card--together {
  border-color: rgba(255, 193, 7, 0.35);
  background:
    linear-gradient(160deg, rgba(255, 193, 7, 0.14), transparent 55%),
    var(--surface);
  box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.08);
}

.bt-path-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.bt-path-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: 1.15rem;
}

.bt-path-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bt-path-pills {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.bt-path-pills li {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}

.bt-path-card--together .bt-path-pills li {
  border-color: rgba(255, 193, 7, 0.35);
  color: var(--text);
  background: var(--accent-soft);
}

.bt-path-vs {
  display: grid;
  place-items: center;
  align-self: center;
}

.bt-path-vs span {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--bg-elev);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.bt-impact-panel {
  margin-top: 1.1rem;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-impact-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  margin-bottom: 1.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.bt-impact-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.bt-impact-legend i {
  display: block;
  width: 1.15rem;
  height: 0.45rem;
  border-radius: 999px;
}

.bt-legend-solo i {
  background: rgba(164, 168, 186, 0.75);
}

.bt-legend-together i {
  background: linear-gradient(90deg, #fb923c, #ffc107);
}

.bt-impact-chart {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.05rem;
}

.bt-impact-row {
  display: grid;
  grid-template-columns: minmax(0, 12.5rem) minmax(0, 1fr);
  gap: 0.85rem 1.15rem;
  align-items: center;
}

.bt-impact-meta strong {
  display: block;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.3;
}

.bt-impact-meta span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.bt-bars {
  display: grid;
  gap: 0.38rem;
}

.bt-bar-track {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  min-height: 1.35rem;
}

.bt-bar-track em {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted);
  min-width: 3.2rem;
  text-align: right;
}

.bt-bar {
  display: block;
  height: 0.72rem;
  width: 0;
  border-radius: 999px;
  transform-origin: left center;
  transition: width 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.bt-bar--solo {
  background: rgba(164, 168, 186, 0.55);
}

.bt-bar--together {
  background: linear-gradient(90deg, #fb923c, #ffc107 70%, #ffd23f);
  box-shadow: 0 0 18px rgba(255, 193, 7, 0.25);
}

.reveal.is-visible .bt-bar,
[data-bt-impact].is-visible .bt-bar {
  width: var(--bt-w);
}

.bt-impact-note {
  margin: 1.15rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--muted);
}

.bt-growth {
  margin-top: 1.1rem;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.bt-growth-head h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.15rem;
}

.bt-growth-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bt-growth-flow {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.bt-growth-flow li {
  position: relative;
  padding: 0.85rem 0.7rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  text-align: center;
}

.bt-growth-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.4rem;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 2px solid rgba(255, 193, 7, 0.55);
  border-right: 2px solid rgba(255, 193, 7, 0.55);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.bt-growth-stage {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.bt-growth-flow strong {
  display: block;
  font-family: var(--display);
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

.bt-growth-flow li > span:last-child {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.35;
}

.bt-growth-chart {
  margin-top: 1.15rem;
  padding: 0.65rem 0.4rem 0.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 193, 7, 0.05), transparent 40%),
    var(--surface);
  overflow: hidden;
}

.bt-growth-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.bt-growth-area {
  fill: url(#bt-curve-fill);
  opacity: 0;
  transition: opacity 0.9s ease 0.15s;
}

.bt-growth-line {
  fill: none;
  stroke: url(#bt-curve-line);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.bt-growth-dots circle {
  fill: #ffc107;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.reveal.is-visible .bt-growth-area {
  opacity: 1;
}

.reveal.is-visible .bt-growth-line {
  stroke-dashoffset: 0;
}

.reveal.is-visible .bt-growth-dots circle {
  opacity: 1;
  transition-delay: 0.7s;
}

.bt-growth-axis {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.15rem 0.55rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}

html.theme-light .bt-bar--solo,
body.light .bt-bar--solo {
  background: rgba(92, 95, 110, 0.45);
}

html.theme-light .bt-legend-solo i,
body.light .bt-legend-solo i {
  background: rgba(92, 95, 110, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .bt-bar,
  .bt-growth-line,
  .bt-growth-area,
  .bt-growth-dots circle {
    transition: none;
  }

  .bt-bar {
    width: var(--bt-w);
  }

  .bt-growth-line {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }

  .bt-growth-area,
  .bt-growth-dots circle {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .bt-who-grid,
  .bt-offer-grid {
    grid-template-columns: 1fr;
  }

  .bt-home-teaser {
    grid-template-columns: 1fr;
  }

  .bt-home-teaser-actions {
    justify-content: flex-start;
  }

  .bt-idea-strip {
    grid-template-columns: 1fr 1fr;
  }

  .bt-gov-grid,
  .bt-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bt-ai-era {
    grid-template-columns: 1fr;
  }

  .bt-path-compare {
    grid-template-columns: 1fr;
  }

  .bt-path-vs {
    padding: 0.15rem 0;
  }

  .bt-path-vs span {
    transform: rotate(90deg);
  }

  .bt-impact-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .bt-growth-flow {
    grid-template-columns: 1fr;
  }

  .bt-growth-flow li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}

/* ---------- Global mobile hardening ---------- */
@media (max-width: 640px) {
  :root {
    --container: min(1180px, 96vw);
    --radius: 18px;
  }

  img,
  svg,
  video,
  iframe,
  canvas {
    max-width: 100%;
  }

  .content-section {
    margin-top: clamp(2rem, 7vw, 3.2rem);
  }

  .section-heading h2,
  .svcx-hero h1 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .svcx-hero-inner {
    padding-inline: 0.1rem;
  }

  .svcx-hero-ctas,
  .svcx-cta-actions,
  .hero-cta,
  .bt-home-teaser-actions,
  .footer-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .svcx-hero-ctas .btn,
  .svcx-cta-actions .btn,
  .hero-cta .btn,
  .bt-home-teaser-actions .btn,
  .footer-cta-row .btn,
  .cta-fullbleed .btn,
  .jobs-cta-inner .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .svcx-cta {
    padding: 1.6rem 1.15rem;
    border-radius: 20px;
  }

  .svcx-btn-lg {
    min-height: 48px;
  }

  .bt-step {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .bt-step-num {
    font-size: 0.95rem;
  }

  .bt-impact-panel,
  .bt-growth,
  .bt-collab,
  .bt-who-card,
  .bt-offer-card,
  .bt-gov-panel,
  .bt-ai-era,
  .bt-idea-card,
  .bt-stat {
    padding: 1.05rem 1rem;
  }

  .bt-idea-strip,
  .bt-gov-grid,
  .bt-stat-grid {
    grid-template-columns: 1fr;
  }

  .bt-ai-bar-row {
    grid-template-columns: minmax(0, 6.2rem) minmax(0, 1fr);
  }

  .bt-bar-track em {
    min-width: 2.8rem;
    font-size: 0.66rem;
  }

  .bt-growth-chart {
    margin-inline: -0.15rem;
  }

  .job-fact-row,
  .contact-social-row {
    grid-template-columns: 1fr;
  }

  .jobs-hero-stats li {
    min-width: 100%;
  }

  .footer-links {
    gap: 0.55rem 0.85rem;
  }

  .footer-map,
  .contact-map {
    min-height: 180px;
  }

  .footer-map iframe,
  .contact-map iframe {
    width: 100%;
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .site-header,
  .hero,
  .counter-section,
  .content-section,
  .site-footer,
  .jobs-page,
  .contact-page {
    width: min(1180px, 97vw);
  }

  .svcx-hero {
    padding: 1.6rem 1rem 1.8rem;
  }

  .svcx-lede,
  .bt-section-lede {
    font-size: 0.95rem;
  }

  .bt-path-pills {
    gap: 0.3rem;
  }

  .bt-path-pills li {
    font-size: 0.68rem;
  }

  .bt-impact-legend {
    gap: 0.55rem 0.9rem;
  }
}


