:root {
  --bg: #071426;
  --bg-elevated: #0f2a55;
  --ink: #10223d;
  --ink-soft: #55657c;
  --surface: #f8fbff;
  --surface-alt: #eef4fb;
  --surface-muted: #e5eefb;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(16, 33, 61, 0.1);
  --primary: #143266;
  --primary-bright: #3a68cc;
  --accent: #f29a1a;
  --accent-soft: #ffe3b4;
  --accent-red: #ffc160;
  --success: #14b86f;
  --shadow-strong: 0 24px 80px rgba(2, 10, 24, 0.25);
  --shadow-soft: 0 20px 40px rgba(10, 24, 44, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 32px));
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(58, 104, 204, 0.22), transparent 30%),
    radial-gradient(circle at bottom right, rgba(242, 154, 26, 0.16), transparent 28%),
    var(--bg);
  color: white;
}

body.page-sub {
  background:
    radial-gradient(circle at top left, rgba(25, 118, 210, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 140, 6, 0.14), transparent 22%),
    #07111f;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(8, 22, 46, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(2, 10, 24, 0.25);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-size: 0.95rem;
  letter-spacing: 0.14em;
}

.brand-copy small {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.68);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.96rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: white;
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: white;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  padding: 56px 0 76px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.78;
}

.glow-one {
  width: 360px;
  height: 360px;
  top: 7%;
  right: -100px;
  background: rgba(25, 118, 210, 0.42);
  animation: drift 12s ease-in-out infinite;
}

.glow-two {
  width: 420px;
  height: 420px;
  bottom: -180px;
  left: -110px;
  background: rgba(244, 140, 6, 0.35);
  animation: drift 14s ease-in-out infinite reverse;
}

.grid-fade {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 84%);
  opacity: 0.22;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
  gap: 44px;
  align-items: center;
}

.hero-copy h1,
.section h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
  line-height: 1;
  max-width: 13ch;
}

.hero-company {
  margin: 0 0 18px;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
  line-height: 1.08;
}

.hero-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 620px;
}

.hero-brand-chip img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  padding: 6px;
  flex-shrink: 0;
}

.hero-brand-chip span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  font-size: 0.94rem;
}

.hero-text,
.section-copy p,
.section-heading p,
.service-card p,
.process-step p,
.differential-card p,
.feature-block p,
.mini-card p,
.portal-panels p,
.careers-panel p,
.contact-point span {
  color: rgba(255, 255, 255, 0.78);
}

.hero-text {
  max-width: 54ch;
  margin: 22px 0 0;
  font-size: 1rem;
  line-height: 1.72;
}

.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent-soft);
}

.eyebrow-ink {
  color: var(--primary-bright);
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-red));
  color: #08192c;
  box-shadow: 0 18px 34px rgba(244, 140, 6, 0.3);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  color: white;
}

.button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
}

.hero-badges {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
}

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 20px;
  align-items: start;
}

.hero-media-column {
  display: grid;
  gap: 16px;
}

.hero-photo-card,
.feature-photo-card,
.tech-photo-card,
.subpage-card,
.vacancy-card {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.hero-photo-card {
  position: relative;
  min-height: 560px;
  background: var(--bg-elevated);
  border-radius: 34px;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 46, 0.02), rgba(8, 22, 46, 0.08) 42%, rgba(8, 22, 46, 0.72));
}

.hero-note-card small,
.trust-card small,
.service-lead-copy small,
.assurance-copy small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}
.hero-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric-pill {
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(8, 22, 46, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  min-height: 120px;
  display: grid;
  align-content: center;
}

.metric-pill strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: white;
}

.metric-pill span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  font-size: 0.92rem;
}

.hero-floating-stack {
  position: relative;
  width: 100%;
  display: grid;
  gap: 16px;
  align-content: start;
}

.hero-note-card {
  padding: 22px 24px;
  border-radius: 26px;
  box-shadow: var(--shadow-strong);
  min-height: 128px;
}

.hero-note-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  line-height: 1.38;
}

.hero-note-light {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border: 1px solid rgba(16, 33, 61, 0.08);
}

.hero-note-light small {
  color: var(--primary-bright);
}

.hero-note-accent {
  background: linear-gradient(135deg, rgba(247, 154, 27, 0.96), rgba(255, 179, 71, 0.92));
  color: #08162e;
}

.hero-note-accent small {
  color: rgba(8, 22, 46, 0.74);
}

.hero-note-dark {
  background: linear-gradient(135deg, rgba(12, 31, 73, 0.96), rgba(58, 104, 204, 0.92));
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-note-dark small {
  color: rgba(255, 255, 255, 0.72);
}

.hero-note-brand {
  background: linear-gradient(135deg, rgba(24, 64, 146, 0.98), rgba(53, 96, 194, 0.94));
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-note-brand small {
  color: rgba(255, 255, 255, 0.72);
}

.signal-card,
.mini-card,
.service-card,
.process-step,
.differential-card,
.feature-block,
.compliance-card,
.portal-window,
.careers-panel,
.contact-form,
.strip-item {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.hero-signal {
  position: absolute;
  inset: 18px 10px 130px 0;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(17, 51, 94, 0.94), rgba(10, 28, 51, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
}

.hero-signal-logo-wrap {
  display: inline-flex;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 28px rgba(2, 10, 24, 0.18);
}

.hero-signal-logo {
  width: min(180px, 42vw);
  height: auto;
}

.signal-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.signal-kicker,
.signal-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.signal-kicker {
  color: rgba(255, 255, 255, 0.75);
}

.signal-status {
  padding: 0 14px;
  background: rgba(20, 184, 111, 0.14);
  color: #9cf3c7;
}

.hero-signal h2 {
  margin: 22px 0 0;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-family: "Sora", sans-serif;
  max-width: 12ch;
}

.signal-metrics {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.signal-metrics article {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-metrics strong {
  font-size: 2rem;
  font-family: "Sora", sans-serif;
}

.signal-metrics span,
.signal-flow span,
.mini-card small,
.mini-card p {
  color: rgba(255, 255, 255, 0.72);
}

.signal-flow {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.signal-flow span {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.signal-metrics article:first-child strong::before,
.signal-metrics article:last-child strong::before {
  content: "+";
}

.floating-stack {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(88%, 410px);
  display: grid;
  gap: 16px;
}

.mini-card {
  padding: 20px 22px;
  backdrop-filter: blur(12px);
}

.mini-card small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 800;
  font-size: 0.68rem;
}

.mini-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
}

.mini-card p {
  margin: 12px 0 0;
  line-height: 1.7;
}

.mini-card-light {
  color: var(--ink);
  background: rgba(255, 250, 242, 0.98);
}

.mini-card-light small,
.mini-card-light p {
  color: rgba(8, 25, 44, 0.7);
}

.mini-card-accent {
  background: linear-gradient(135deg, rgba(244, 140, 6, 0.94), rgba(255, 106, 61, 0.95));
  color: #08192c;
}

.mini-card-accent small,
.mini-card-accent p {
  color: rgba(8, 25, 44, 0.75);
}

.strip-item strong,
.feature-block h3,
.service-card h3,
.process-step h3,
.differential-card h3,
.portal-panels strong,
.careers-panel h3,
.contact-point strong {
  font-family: "Sora", sans-serif;
}

.section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

main > .section + .section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1180px, calc(100vw - 32px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(16, 33, 61, 0.08), transparent);
}

.section-light,
.section-light-alt {
  color: var(--ink);
}

.section-light {
  background: linear-gradient(180deg, var(--surface), #ffffff);
}

.section-light-alt {
  background:
    radial-gradient(circle at top right, rgba(58, 104, 204, 0.1), transparent 24%),
    radial-gradient(circle at bottom left, rgba(242, 154, 26, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff, var(--surface-alt));
}

.section-ink {
  background:
    radial-gradient(circle at top left, rgba(58, 104, 204, 0.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(242, 154, 26, 0.12), transparent 18%),
    linear-gradient(180deg, #09192f, #10284e);
}

.section-contrast {
  background: linear-gradient(180deg, #fefefe, var(--surface-alt));
}

.section-portal {
  background:
    radial-gradient(circle at right top, rgba(247, 154, 27, 0.2), transparent 24%),
    linear-gradient(135deg, #0b1f42, #11306a 62%, #0b2347);
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.section-copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.section-heading p,
.section-copy p {
  margin: 18px 0 0;
  line-height: 1.8;
}

.section-note {
  margin: 18px 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.section-note-ink {
  color: var(--ink-soft);
}

.section-ink .section-heading p,
.section-ink .section-copy p,
.section-ink .section-note,
.section-portal .section-heading p,
.section-portal .section-copy p,
.section-portal .section-note {
  color: rgba(255, 255, 255, 0.82);
}

.section-ink .section-heading h2,
.section-ink .section-copy h2,
.section-portal .section-heading h2,
.section-portal .section-copy h2 {
  color: white;
}

.section-light .section-heading p,
.section-light .section-copy p,
.section-light-alt .section-heading p,
.section-light-alt .section-copy p,
.section-light .feature-block p,
.section-light .service-card p,
.section-light .process-step p,
.section-light-alt .portal-panels p,
.section-light .careers-panel p,
.section-light .contact-point span {
  color: var(--ink-soft);
}

.two-column-grid,
.compliance-layout,
.portal-grid,
.careers-grid,
.contact-grid {
  display: grid;
  gap: 32px;
  align-items: start;
}

.two-column-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.94fr);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 36px;
  align-items: center;
}

.trust-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.trust-card {
  padding: 22px 24px;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(16, 33, 61, 0.08);
  box-shadow: 0 18px 30px rgba(10, 24, 44, 0.06);
}

.trust-card small {
  color: var(--primary-bright);
}

.trust-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
  line-height: 1.4;
}

.trust-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.intro-photo-panel {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.intro-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-photo-copy {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(8, 22, 46, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
}

.intro-photo-copy small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--accent-soft);
}

.intro-photo-copy strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  line-height: 1.45;
}

.feature-cluster {
  display: grid;
  gap: 18px;
}

.feature-photo-card {
  position: relative;
  min-height: 290px;
}

.feature-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-photo-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(8, 22, 46, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
}

.feature-photo-copy small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--accent-soft);
}

.feature-photo-copy strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  line-height: 1.42;
}

.feature-block {
  padding: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 25, 44, 0.08);
}

.feature-block span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(13, 44, 84, 0.08);
  color: var(--primary-bright);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.feature-block h3 {
  margin: 18px 0 0;
  font-size: 1.35rem;
}

.service-grid,
.process-grid,
.differential-grid,
.team-grid,
.sector-grid,
.portal-benefits-grid,
.candidate-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

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

.service-heading-side {
  display: grid;
  gap: 18px;
}

.service-mode-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-mode-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: white;
  border: 1px solid rgba(16, 33, 61, 0.08);
  color: var(--primary);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(10, 24, 44, 0.05);
}

.service-lead-card {
  position: relative;
  min-height: 290px;
  margin-top: 34px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.service-lead-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-lead-copy {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 340px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(8, 22, 46, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
}

.service-lead-copy small {
  color: var(--accent-soft);
}

.service-lead-copy strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  line-height: 1.4;
}

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

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

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

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

.support-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.75fr));
  gap: 18px;
  margin-top: 32px;
}

.support-visual-card {
  position: relative;
  min-height: 280px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.support-visual-wide {
  min-height: 360px;
}

.support-visual-image,
.clients-photo,
.contact-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-visual-copy,
.clients-photo-copy,
.contact-visual-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(8, 22, 46, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: white;
}

.support-visual-copy small,
.clients-photo-copy small,
.clients-summary-card small,
.contact-visual-copy small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.support-visual-copy small,
.clients-photo-copy small,
.contact-visual-copy small {
  color: var(--accent-soft);
}

.support-visual-copy strong,
.clients-photo-copy strong,
.clients-summary-card strong,
.contact-visual-copy strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  line-height: 1.42;
}

.clients-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 34px;
}

.clients-photo-card {
  position: relative;
  min-height: 380px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.clients-summary {
  display: grid;
  gap: 16px;
}

.clients-summary-card {
  padding: 24px 26px;
  border-radius: 26px;
  background: white;
  border: 1px solid rgba(16, 33, 61, 0.08);
  box-shadow: 0 16px 30px rgba(10, 24, 44, 0.06);
  color: var(--ink);
}

.clients-summary-card small {
  color: var(--primary-bright);
}

.clients-summary-card strong {
  color: var(--ink);
}

.portal-benefits-grid,
.candidate-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.process-step,
.differential-card,
.team-card,
.sector-card,
.portal-benefit-card,
.candidate-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.service-card {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-light-alt .service-card,
.section-light .differential-card {
  background: white;
  border: 1px solid rgba(16, 33, 61, 0.08);
  color: var(--ink);
  box-shadow: 0 18px 30px rgba(10, 24, 44, 0.06);
}

.section-light-alt .service-card p,
.section-light .differential-card p {
  color: var(--ink-soft);
}

.service-card::after,
.process-step::after,
.differential-card::after,
.team-card::after,
.sector-card::after,
.portal-benefit-card::after,
.candidate-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244, 140, 6, 0.18), transparent 68%);
}

.service-card h3,
.process-step h3,
.differential-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.service-card p,
.process-step p,
.differential-card p {
  margin: 18px 0 0;
  line-height: 1.8;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
  align-items: end;
}

.split-heading p {
  margin: 0;
}

.process-step {
  background: white;
  border: 1px solid rgba(8, 25, 44, 0.08);
  color: var(--ink);
}

.process-step span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(244, 140, 6, 0.12), rgba(25, 118, 210, 0.12));
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 20px;
}

.differential-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.team-card {
  background: white;
  border: 1px solid rgba(8, 25, 44, 0.08);
  color: var(--ink);
  box-shadow: 0 18px 30px rgba(10, 24, 44, 0.06);
}

.sector-card,
.portal-benefit-card,
.candidate-card {
  background: white;
  border: 1px solid rgba(8, 25, 44, 0.08);
  color: var(--ink);
  box-shadow: 0 18px 30px rgba(10, 24, 44, 0.06);
}

.team-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(13, 44, 84, 0.08);
  color: var(--primary-bright);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.team-card h3 {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.28rem;
}

.team-card p {
  margin: 14px 0 18px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.team-card a {
  display: block;
  margin-top: 10px;
  color: var(--primary);
  font-weight: 800;
}

.sector-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 140, 6, 0.14), rgba(25, 118, 210, 0.08));
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sector-card ul,
.vacancy-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.portal-benefit-card h3,
.candidate-card h3,
.vacancy-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
}

.portal-benefit-card p,
.candidate-card p,
.vacancy-card p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.assurance-card {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-strong);
}

.assurance-image {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.assurance-copy {
  padding: 26px 28px 30px;
}

.assurance-copy small {
  color: var(--primary-bright);
}

.assurance-copy h3 {
  margin: 12px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.38rem;
  line-height: 1.3;
}

.assurance-copy ul {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  line-height: 1.75;
}

.assurance-card-light {
  background: linear-gradient(180deg, #fffdf9, #ffffff);
  color: var(--ink);
  border: 1px solid rgba(16, 33, 61, 0.08);
}

.assurance-card-light .assurance-copy ul {
  color: var(--ink-soft);
}

.assurance-card-dark {
  background: linear-gradient(180deg, rgba(13, 34, 73, 0.98), rgba(18, 54, 111, 0.96));
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.assurance-card-dark .assurance-copy small,
.assurance-card-dark .assurance-copy ul {
  color: rgba(255, 255, 255, 0.78);
}

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

.assurance-mini-card {
  display: grid;
  grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 40px rgba(2, 10, 24, 0.18);
}

.assurance-mini-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.assurance-mini-copy {
  padding: 24px 26px;
}

.assurance-mini-copy strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  color: var(--accent-soft);
}

.assurance-mini-copy p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.compliance-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr);
}

.compliance-card {
  padding: 32px;
  background: linear-gradient(180deg, rgba(13, 44, 84, 0.98), rgba(18, 58, 107, 0.96));
  color: white;
}

.compliance-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.compliance-list li {
  position: relative;
  padding-left: 34px;
  min-height: 24px;
}

.compliance-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-red));
  box-shadow: 0 8px 16px rgba(244, 140, 6, 0.28);
}

.tech-layout,
.portal-grid,
.careers-grid,
.contact-grid,
.subpage-grid {
  display: grid;
  gap: 32px;
  align-items: start;
}

.portal-grid,
.careers-grid,
.contact-grid,
.tech-layout,
.subpage-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.portal-showcase {
  display: flex;
  justify-content: flex-end;
}

.portal-window {
  width: min(100%, 480px);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.portal-window-image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.window-bar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  background: rgba(13, 44, 84, 0.08);
}

.window-bar span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(13, 44, 84, 0.18);
}

.portal-panels {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.portal-panels article {
  padding: 18px;
  border-radius: 18px;
  background: #f6f8fb;
  border: 1px solid rgba(8, 25, 44, 0.08);
  color: var(--ink);
}

.portal-panels strong {
  font-size: 1.02rem;
  color: var(--ink);
}

.portal-panels p {
  margin: 10px 0 0;
  line-height: 1.7;
  color: var(--ink-soft);
}

.tech-benefits {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.tech-card {
  padding: 22px 24px;
  border-radius: 22px;
  background: white;
  border: 1px solid rgba(8, 25, 44, 0.08);
  box-shadow: 0 16px 30px rgba(10, 24, 44, 0.06);
}

.tech-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: var(--primary);
}

.tech-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.tech-cockpit {
  display: grid;
  gap: 18px;
}

.tech-photo-card {
  position: relative;
  min-height: 330px;
  background: var(--bg-elevated);
}

.tech-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-photo-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(8, 22, 46, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-photo-copy small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--accent-soft);
}

.tech-photo-copy strong {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  line-height: 1.45;
}

.tech-screen {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(8, 25, 44, 0.08);
  box-shadow: 0 20px 40px rgba(10, 24, 44, 0.08);
}

.main-tech-screen {
  background: linear-gradient(180deg, #102847, #0b2039);
  color: white;
  border-color: rgba(255, 255, 255, 0.06);
}

.main-tech-screen small,
.accent-screen small,
.neutral-screen small,
.subpage-card small,
.cta-panel small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 800;
}

.main-tech-screen h3,
.subpage-card h2,
.cta-panel h3 {
  margin: 14px 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
}

.tech-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.tech-screen-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.tech-stack {
  display: grid;
  gap: 16px;
}

.accent-screen {
  background: linear-gradient(135deg, rgba(244, 140, 6, 0.94), rgba(255, 106, 61, 0.92));
  color: #08192c;
}

.neutral-screen {
  background: white;
  color: var(--ink);
}

.accent-screen strong,
.neutral-screen strong {
  display: block;
  margin-top: 12px;
  font-family: "Sora", sans-serif;
  font-size: 1.16rem;
  line-height: 1.4;
}

.careers-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
  border: 1px solid rgba(8, 25, 44, 0.08);
  color: var(--ink);
}

.careers-panel article {
  padding: 22px;
  border-radius: 20px;
  background: rgba(13, 44, 84, 0.04);
  border: 1px solid rgba(8, 25, 44, 0.06);
}

.careers-panel-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 22px;
}

.careers-panel h3 {
  margin: 0;
  font-size: 1.1rem;
}

.careers-panel p {
  margin: 10px 0 0;
  line-height: 1.8;
}

.page-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 18px;
}

.subpage-hero {
  padding: 80px 0 90px;
}

.subpage-portal {
  background:
    radial-gradient(circle at top right, rgba(25, 118, 210, 0.2), transparent 24%),
    linear-gradient(180deg, #08192c, #0c213b);
}

.subpage-careers {
  background:
    radial-gradient(circle at top left, rgba(244, 140, 6, 0.28), transparent 24%),
    radial-gradient(circle at bottom right, rgba(25, 118, 210, 0.18), transparent 20%),
    linear-gradient(180deg, #091321, #10243f);
}

.subpage-title {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.subpage-card {
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(2, 10, 24, 0.18);
}

.subpage-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 18px;
}

.subpage-card-warm {
  background:
    linear-gradient(135deg, rgba(244, 140, 6, 0.94), rgba(255, 106, 61, 0.9)),
    rgba(255, 255, 255, 0.04);
  color: #08192c;
}

.subpage-card-warm small {
  color: rgba(8, 25, 44, 0.72);
}

.subpage-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.subpage-mini-grid article {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.subpage-mini-grid strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.subpage-mini-grid p {
  margin: 10px 0 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.subpage-card-warm .subpage-mini-grid article {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.18);
}

.subpage-card-warm .subpage-mini-grid p {
  color: rgba(8, 25, 44, 0.78);
}

.portal-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.cta-panel {
  margin-top: 34px;
  padding: 26px 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, rgba(13, 44, 84, 0.95), rgba(25, 118, 210, 0.88));
  color: white;
  box-shadow: 0 20px 40px rgba(10, 24, 44, 0.12);
}

.cta-panel-strong {
  background: linear-gradient(135deg, rgba(244, 140, 6, 0.96), rgba(255, 106, 61, 0.92));
  color: #08192c;
}

.hidden {
  display: none !important;
}

.vacancy-status {
  margin-top: 34px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(20, 50, 95, 0.06);
  border: 1px solid rgba(20, 50, 95, 0.1);
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.6;
}

.vacancy-status.is-ready {
  background: rgba(20, 184, 111, 0.1);
  border-color: rgba(20, 184, 111, 0.18);
  color: #117248;
}

.vacancy-status.is-empty {
  background: rgba(58, 104, 204, 0.08);
  border-color: rgba(58, 104, 204, 0.14);
  color: var(--primary);
}

.vacancy-status.is-error {
  background: rgba(244, 140, 6, 0.12);
  border-color: rgba(244, 140, 6, 0.2);
  color: #9b5500;
}

.vacancy-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.vacancy-empty {
  margin-top: 22px;
  padding: 28px;
  border-radius: 28px;
  background: white;
  border: 1px dashed rgba(16, 33, 61, 0.16);
  color: var(--ink);
  box-shadow: 0 18px 30px rgba(10, 24, 44, 0.06);
}

.vacancy-empty h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
}

.vacancy-empty p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.vacancy-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
  gap: 18px;
  margin-top: 34px;
}

.vacancy-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(8, 25, 44, 0.08);
  box-shadow: 0 18px 30px rgba(10, 24, 44, 0.06);
}

.vacancy-main-card {
  background:
    radial-gradient(circle at top right, rgba(244, 140, 6, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.vacancy-card-featured {
  grid-column: span 2;
}

.vacancy-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 140, 6, 0.94), rgba(255, 106, 61, 0.92));
  color: #08192c;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.vacancy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vacancy-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 50, 95, 0.08);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.vacancy-copy {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.vacancy-copy p {
  margin: 0;
}

.vacancy-copy p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 33, 61, 0.08);
}

.vacancy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.vacancy-button {
  margin-top: 0;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-visual-card {
  position: relative;
  min-height: 220px;
  margin-top: 28px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.contact-point {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.contact-form {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  padding: 15px 16px;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.contact-form select option {
  color: var(--ink);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(244, 140, 6, 0.78);
  background: rgba(255, 255, 255, 0.12);
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #cce9ff;
}

.site-footer {
  padding: 28px 0 44px;
  background: #06111f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inner p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.76);
}

.site-nav-static {
  position: static;
  display: flex;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #24d366, #16a34a);
  color: white;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(36, 211, 102, 0.34);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 24px, 0) scale(1.06);
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .intro-layout,
  .two-column-grid,
  .compliance-layout,
  .portal-grid,
  .careers-grid,
  .contact-grid,
  .tech-layout,
  .subpage-grid,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-grid,
  .differential-grid,
  .team-grid,
  .sector-grid,
  .portal-benefits-grid,
  .candidate-grid,
  .support-visual-grid,
  .clients-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid,
  .portal-step-list,
  .vacancy-spotlight,
  .vacancy-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-floating-stack {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    padding-top: 0;
  }

  .assurance-grid,
  .assurance-mini-grid {
    grid-template-columns: 1fr;
  }

  .support-visual-wide {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100vw - 24px, 100%);
    --header-height: 78px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 12px;
    left: 12px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(8, 25, 44, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: var(--shadow-strong);
  }

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

  .site-nav .nav-cta {
    text-align: center;
  }

  .site-nav-static {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .hero-showcase {
    gap: 14px;
  }

  .service-grid,
  .process-grid,
  .differential-grid,
  .team-grid,
  .sector-grid,
  .portal-benefits-grid,
  .candidate-grid,
  .portal-step-list,
  .vacancy-spotlight,
  .vacancy-feed,
  .form-row,
  .hero-floating-stack,
  .support-visual-grid,
  .clients-showcase {
    grid-template-columns: 1fr;
  }

  .vacancy-card-featured {
    grid-column: auto;
  }

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

  .support-visual-wide {
    grid-column: auto;
    min-height: 300px;
  }

  .intro-photo-panel {
    min-height: 500px;
  }

  .assurance-mini-card {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .section {
    padding: 80px 0;
  }

  .subpage-mini-grid,
  .tech-screen-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading h2,
  .section-copy h2,
  .subpage-title {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 52px;
    padding: 0 18px;
  }
}
