/*
Theme Name: SPOS Talent 2026
Theme URI: https://spos-talent.nl
Author: SPOS Talent
Description: Snel, toegankelijk en privacybewust maatwerkthema voor SPOS Talent.
Version: 1.0.5
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: spos-talent
*/

:root {
  --spos-navy: #071f3d;
  --spos-navy-2: #0d3158;
  --spos-teal: #087f91;
  --spos-aqua: #18a9aa;
  --spos-mint: #65d4cf;
  --spos-ink: #102844;
  --spos-copy: #506276;
  --spos-line: #dbe6eb;
  --spos-soft: #f3f7f9;
  --spos-white: #ffffff;
  --spos-success: #0b6b45;
  --spos-danger: #9f2f2f;
  --spos-shadow: 0 24px 70px rgba(7, 31, 61, 0.09);
  --spos-radius: 24px;
  --spos-max: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--spos-white);
  color: var(--spos-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .spos-header {
  top: 32px;
}

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

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

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

p,
h1,
h2,
h3,
h4,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--spos-navy);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(2.7rem, 7vw, 5.25rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.55rem);
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
}

::selection {
  background: var(--spos-aqua);
  color: #fff;
}

:focus-visible {
  outline: 3px solid var(--spos-mint);
  outline-offset: 4px;
}

.screen-reader-text,
.spos-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.spos-skip-link:focus {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  border-radius: 8px;
  background: #fff;
  color: var(--spos-navy);
  font-weight: 800;
}

.spos-container {
  width: min(calc(100% - 40px), var(--spos-max));
  margin-inline: auto;
}

.spos-section {
  padding-block: clamp(72px, 9vw, 112px);
}

.spos-section--soft {
  background: var(--spos-soft);
}

.spos-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--spos-teal);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spos-kicker::before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}

.spos-lead {
  max-width: 720px;
  color: var(--spos-copy);
  font-size: clamp(1.06rem, 2vw, 1.22rem);
  line-height: 1.75;
}

.spos-eyebrow {
  color: var(--spos-mint);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.spos-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.spos-button--primary {
  background: var(--spos-teal);
  color: #fff;
}

.spos-button--primary:hover {
  background: #066d7d;
}

.spos-button--navy {
  background: var(--spos-navy);
  color: #fff;
}

.spos-button--light {
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.spos-button--outline {
  border-color: #b8cbd4;
  background: #fff;
  color: var(--spos-navy);
}

.spos-arrow {
  font-size: 1.15em;
  line-height: 1;
}

.spos-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(219, 230, 235, .9);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
}

.spos-header__inner {
  position: relative;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.spos-header__panel {
  display: contents;
}

.spos-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.spos-logo img {
  width: auto;
  height: 72px;
  object-fit: contain;
}

.spos-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
}

.spos-nav a:not(.spos-button) {
  position: relative;
  color: #31465d;
  font-size: 0.95rem;
  font-weight: 700;
}

.spos-nav a:not(.spos-button)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  background: var(--spos-teal);
  transition: transform 180ms ease;
}

.spos-nav a:hover::after,
.spos-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.spos-header__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.spos-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--spos-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.spos-menu-button span,
.spos-menu-button span::before,
.spos-menu-button span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--spos-navy);
  content: "";
  transition: transform 180ms ease;
}

.spos-menu-button span::before { transform: translateY(-6px); }
.spos-menu-button span::after { transform: translateY(4px); }

.spos-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 18%, rgba(31, 171, 173, .24), transparent 31%), linear-gradient(135deg, #061a34 0%, #0a294b 100%);
  color: #fff;
}

.spos-hero::after {
  position: absolute;
  right: -180px;
  bottom: -330px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(101, 212, 207, .2);
  border-radius: 50%;
  content: "";
}

.spos-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 680px;
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  padding-block: clamp(80px, 10vw, 128px);
}

.spos-hero h1 {
  max-width: 780px;
  margin: 18px 0 26px;
  color: #fff;
}

.spos-hero h1 span {
  color: var(--spos-mint);
}

.spos-hero__copy {
  max-width: 700px;
  color: #d3e0ea;
  font-size: clamp(1.12rem, 2vw, 1.28rem);
  line-height: 1.75;
}

.spos-hero__actions,
.spos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.spos-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spos-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #eef8fa;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.spos-badge::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--spos-mint);
  content: "";
}

.spos-hero__mark {
  position: relative;
  display: grid;
  width: min(100%, 410px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  box-shadow: 0 32px 100px rgba(0, 8, 25, .3);
}

.spos-hero__mark::before,
.spos-hero__mark::after {
  position: absolute;
  border: 1px solid rgba(101,212,207,.22);
  border-radius: 50%;
  content: "";
}

.spos-hero__mark::before { inset: -18px; }
.spos-hero__mark::after { inset: 22px; }

.spos-hero__mark img {
  position: relative;
  z-index: 1;
  width: 67%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.15));
}

.spos-trustbar {
  border-bottom: 1px solid var(--spos-line);
  background: #fff;
}

.spos-trustbar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.spos-trustbar__item {
  position: relative;
  padding: 28px 34px 28px 26px;
}

.spos-trustbar__item + .spos-trustbar__item {
  border-left: 1px solid var(--spos-line);
}

.spos-trustbar__item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--spos-navy);
}

.spos-trustbar__item span {
  color: var(--spos-copy);
  font-size: .94rem;
}

.spos-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.spos-section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.spos-services {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--spos-line);
  border-radius: var(--spos-radius);
  grid-template-columns: repeat(2, 1fr);
}

.spos-service {
  position: relative;
  min-height: 260px;
  padding: clamp(28px, 5vw, 46px);
  background: #fff;
}

.spos-service:nth-child(even) { border-left: 1px solid var(--spos-line); }
.spos-service:nth-child(n+3) { border-top: 1px solid var(--spos-line); }

.spos-number {
  color: var(--spos-teal);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.spos-service h3 {
  margin: 48px 0 12px;
}

.spos-service p,
.spos-sector p,
.spos-step p,
.spos-value p {
  margin-bottom: 0;
  color: var(--spos-copy);
}

.spos-sector-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--spos-line);
  grid-template-columns: repeat(2, 1fr);
}

.spos-sector {
  display: grid;
  min-height: 230px;
  align-content: start;
  padding: 34px 28px;
  border-bottom: 1px solid var(--spos-line);
  grid-template-columns: 52px 1fr;
  column-gap: 22px;
}

.spos-sector:nth-child(odd) { border-right: 1px solid var(--spos-line); }

.spos-sector__index,
.spos-step__index {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #9cc8cf;
  border-radius: 50%;
  color: var(--spos-teal);
  font-size: .82rem;
  font-weight: 900;
}

.spos-sector h3 {
  margin: 6px 0 12px;
}

.spos-sector p,
.spos-sector__roles {
  grid-column: 2;
}

.spos-sector__roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 22px 0 0;
  padding: 0;
  color: #355067;
  list-style: none;
}

.spos-sector__roles li::before {
  margin-right: 8px;
  color: var(--spos-teal);
  content: "✓";
  font-weight: 900;
}

.spos-process {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.spos-step {
  padding-right: 18px;
}

.spos-step h3 {
  margin: 28px 0 12px;
}

.spos-cert {
  overflow: hidden;
  background: linear-gradient(120deg, var(--spos-navy) 0%, #0b355b 100%);
  color: #fff;
}

.spos-cert__grid {
  display: grid;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: 1.2fr .55fr .8fr;
}

.spos-cert h2 { color: #fff; }
.spos-cert p { color: #d6e2eb; }

.spos-cert__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spos-cert__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-weight: 750;
}

.spos-cert__list li::before {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(101,212,207,.65);
  border-radius: 50%;
  color: var(--spos-mint);
  content: "✓";
  font-size: .8rem;
}

.spos-cert__mark {
  justify-self: center;
  padding: 13px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.spos-cert__mark img {
  display: block;
  width: 150px;
  height: auto;
}

.spos-split-cta {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--spos-line);
  border-radius: 32px;
  box-shadow: var(--spos-shadow);
  grid-template-columns: 1fr 1fr;
}

.spos-split-cta > div {
  padding: clamp(34px, 6vw, 62px);
}

.spos-split-cta > div + div {
  border-left: 1px solid var(--spos-line);
  background: #eff8f8;
}

.spos-split-cta h2 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.spos-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 10vw, 130px);
  background: linear-gradient(135deg, #061a34 0%, #0c3459 100%);
  color: #fff;
}

.spos-page-hero::after {
  position: absolute;
  top: -240px;
  right: -200px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(101,212,207,.25);
  border-radius: 50%;
  content: "";
}

.spos-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.spos-page-hero h1 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(2.7rem, 6.2vw, 4.8rem);
}

.spos-page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #d8e4eb;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.spos-two-column {
  display: grid;
  align-items: start;
  gap: clamp(48px, 8vw, 100px);
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.spos-sticky {
  position: sticky;
  top: 120px;
}

.spos-values {
  display: grid;
  border-top: 1px solid var(--spos-line);
  grid-template-columns: 1fr 1fr;
}

.spos-value {
  padding: 28px 24px 30px 0;
  border-bottom: 1px solid var(--spos-line);
}

.spos-value:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--spos-line);
}

.spos-value h3 { margin-bottom: 10px; }

.spos-choice-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.spos-choice {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--spos-line);
  border-radius: var(--spos-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,31,61,.055);
}

.spos-choice--featured {
  border-color: var(--spos-teal);
}

.spos-choice__label {
  color: var(--spos-teal);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.spos-choice h2 {
  margin: 22px 0 16px;
  font-size: 2rem;
}

.spos-choice p { color: var(--spos-copy); }

.spos-check-list {
  display: grid;
  gap: 11px;
  margin: 20px 0 30px;
  padding: 0;
  color: #385067;
  list-style: none;
}

.spos-check-list li::before {
  margin-right: 9px;
  color: var(--spos-teal);
  content: "✓";
  font-weight: 900;
}

.spos-choice .spos-button { margin-top: auto; }

.spos-form-card {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--spos-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--spos-shadow);
}

.spos-form-card fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.spos-form-card fieldset + fieldset {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--spos-line);
}

.spos-form-card legend {
  width: 100%;
  margin-bottom: 8px;
  color: var(--spos-navy);
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: -.025em;
}

.spos-form-note {
  margin-bottom: 24px;
  color: var(--spos-copy);
}

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

.spos-field {
  display: grid;
  gap: 8px;
}

.spos-field--full { grid-column: 1 / -1; }

.spos-field label,
.spos-field__label {
  color: var(--spos-navy);
  font-size: .92rem;
  font-weight: 800;
}

.spos-field input,
.spos-field select,
.spos-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #bdccd5;
  border-radius: 12px;
  background: #fff;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.spos-field textarea {
  min-height: 120px;
  resize: vertical;
}

.spos-field input:focus,
.spos-field select:focus,
.spos-field textarea:focus {
  border-color: var(--spos-teal);
  outline: none;
  box-shadow: 0 0 0 3px rgba(8,127,145,.13);
}

.spos-field input[type="file"] {
  padding: 10px;
  border-style: dashed;
  background: var(--spos-soft);
}

.spos-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: var(--spos-navy);
  color: #fff;
  cursor: pointer;
  font-weight: 750;
}

.spos-field small {
  color: #65788a;
  line-height: 1.5;
}

.spos-consent {
  display: grid;
  align-items: start;
  gap: 12px;
  margin-top: 26px;
  grid-template-columns: 20px 1fr;
  color: var(--spos-copy);
  font-size: .9rem;
}

.spos-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--spos-teal);
}

.spos-consent a,
.spos-rich-text a {
  color: var(--spos-teal);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spos-privacy-warning {
  margin-top: 22px;
  padding: 15px 18px;
  border-left: 3px solid #d39521;
  background: #fff9eb;
  color: #62491d;
  font-size: .9rem;
}

.spos-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.spos-status {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 700;
}

.spos-status--success {
  border: 1px solid #acd9c3;
  background: #edf9f2;
  color: var(--spos-success);
}

.spos-status--error {
  border: 1px solid #e0b3b3;
  background: #fff1f1;
  color: var(--spos-danger);
}

.spos-vacancy-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.spos-vacancy {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--spos-line);
  border-radius: var(--spos-radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.spos-vacancy:hover {
  transform: translateY(-3px);
  box-shadow: var(--spos-shadow);
}

.spos-vacancy h2 {
  margin: 18px 0 14px;
  font-size: 1.7rem;
}

.spos-vacancy p { color: var(--spos-copy); }
.spos-vacancy .spos-text-link { margin-top: auto; }

.spos-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.spos-meta span {
  padding: 5px 10px;
  border: 1px solid var(--spos-line);
  border-radius: 999px;
  color: #4b6277;
  font-size: .8rem;
  font-weight: 750;
}

.spos-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--spos-teal);
  font-weight: 850;
}

.spos-rich-text {
  max-width: 800px;
  color: var(--spos-copy);
  font-size: 1.05rem;
}

.spos-rich-text h2,
.spos-rich-text h3 {
  margin-top: 42px;
}

.spos-rich-text li { margin-bottom: 8px; }

.spos-privacy {
  max-width: 860px;
}

.spos-privacy section {
  padding-block: 28px;
  border-bottom: 1px solid var(--spos-line);
}

.spos-privacy section:first-child { padding-top: 0; }
.spos-privacy h2 { font-size: 1.45rem; }
.spos-privacy p { color: var(--spos-copy); }

.spos-footer {
  background: #04162d;
  color: #d3dee7;
}

.spos-footer__grid {
  display: grid;
  gap: 70px;
  padding-block: 70px;
  grid-template-columns: 1.2fr .7fr 1fr;
}

.spos-footer__logo {
  display: inline-grid;
  width: 150px;
  height: 150px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.spos-footer__logo img {
  width: 108px;
  height: auto;
}

.spos-footer__cert {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.spos-footer__cert img {
  width: 72px;
  height: auto;
  border-radius: 4px;
}

.spos-footer__cert span {
  max-width: 150px;
  color: #fff;
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.35;
}

.spos-footer h2 {
  margin-bottom: 22px;
  color: var(--spos-mint);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.spos-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spos-footer a:hover { color: #fff; }

.spos-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.11);
}

.spos-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
  color: #9fb0bf;
  font-size: .85rem;
}

.spos-empty {
  padding: 48px;
  border: 1px solid var(--spos-line);
  border-radius: var(--spos-radius);
  background: #fff;
  text-align: center;
}

@media (max-width: 1040px) {
  html.spos-menu-open { overflow: hidden; }

  .spos-header__panel {
    position: absolute;
    z-index: 3;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 18px;
    max-height: calc(100dvh - 112px);
    padding: 18px;
    overflow-y: auto;
    border: 1px solid var(--spos-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--spos-shadow);
  }

  .spos-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .spos-nav a:not(.spos-button) {
    padding: 9px 4px;
    font-size: 1.06rem;
  }

  .spos-nav a:not(.spos-button)::after {
    bottom: 5px;
  }

  .spos-header__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--spos-line);
  }

  .spos-header.is-open::after {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    height: 100vh;
    content: "";
    background: rgba(7, 31, 61, .58);
  }

  .spos-header.is-open .spos-header__panel { display: flex; }
  .spos-header.is-open .spos-menu-button span { background: transparent; }
  .spos-header.is-open .spos-menu-button span::before { transform: rotate(45deg); }
  .spos-header.is-open .spos-menu-button span::after { transform: translateY(-2px) rotate(-45deg); }
  .spos-menu-button { display: inline-flex; }

  .spos-hero__grid { grid-template-columns: 1fr; }
  .spos-hero__mark { width: min(75vw, 390px); justify-self: center; }
  .spos-process { grid-template-columns: repeat(2, 1fr); gap: 42px; }
  .spos-choice-grid { grid-template-columns: 1fr; }
  .spos-choice { min-height: 0; }
}

@media (max-width: 780px) {
  body.admin-bar .spos-header { top: 46px; }
  .spos-container { width: min(calc(100% - 32px), var(--spos-max)); }
  .spos-logo img { height: 64px; }
  .spos-header__inner { min-height: 78px; }
  .spos-trustbar__grid,
  .spos-services,
  .spos-sector-grid,
  .spos-cert__grid,
  .spos-split-cta,
  .spos-two-column,
  .spos-values,
  .spos-vacancy-grid,
  .spos-footer__grid { grid-template-columns: 1fr; }
  .spos-trustbar__item + .spos-trustbar__item { border-top: 1px solid var(--spos-line); border-left: 0; }
  .spos-service:nth-child(even) { border-left: 0; }
  .spos-service:nth-child(n+2) { border-top: 1px solid var(--spos-line); }
  .spos-sector:nth-child(odd) { border-right: 0; }
  .spos-section-heading { align-items: start; flex-direction: column; }
  .spos-split-cta > div + div { border-top: 1px solid var(--spos-line); border-left: 0; }
  .spos-sticky { position: static; }
  .spos-value:nth-child(even) { padding-left: 0; border-left: 0; }
  .spos-form-grid { grid-template-columns: 1fr; }
  .spos-field--full { grid-column: auto; }
  .spos-footer__grid { gap: 44px; }
  .spos-cert__mark { justify-self: start; }
  .spos-footer__bottom-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
  .spos-header__panel { right: -2px; left: -2px; }
  .spos-header__actions { grid-template-columns: 1fr; }
  .spos-hero__grid { min-height: auto; padding-block: 68px 82px; }
  .spos-hero__mark { width: min(82vw, 320px); }
  .spos-hero__actions .spos-button,
  .spos-actions .spos-button { width: 100%; }
  .spos-process { grid-template-columns: 1fr; }
  .spos-sector { padding-inline: 8px; grid-template-columns: 44px 1fr; }
  .spos-sector__index { width: 38px; height: 38px; }
  .spos-form-card { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
