:root {
  --bg: #ffffff;
  --bg-soft: #f7f9fc;
  --text: #111a28;
  --muted: #4f6178;
  --line: #dbe4ef;
  --accent: #1f5eff;
  --accent-2: #1949c9;
  --radius: 14px;
  --shadow: 0 18px 38px -32px rgba(17, 34, 57, 0.2);
  --hero-title-size: clamp(1.45rem, 3.6vw, 2.35rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Public Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.62;
  background-image:
    radial-gradient(1200px 500px at 10% -5%, rgba(178, 208, 255, 0.2), transparent 60%),
    radial-gradient(1000px 420px at 100% 0%, rgba(226, 236, 255, 0.34), transparent 60%);
}

main {
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e9eff6;
}

.nav-wrap {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo img {
  height: 84px;
  display: block;
  filter: brightness(0) saturate(100%);
}

.logo {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.main-nav {
  display: none;
  margin-left: auto;
  gap: 1.1rem;
}

.main-nav a {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--text);
  border-color: #c8d7ee;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.15rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #7ea7ff;
  outline-offset: 2px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  box-shadow: 0 14px 26px -18px rgba(31, 94, 255, 0.45);
}

.btn-secondary {
  color: var(--text);
  background: #fff;
  border-color: var(--line);
}

.section {
  padding: 3.2rem 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(244, 248, 255, 0.92));
}

.hero {
  padding-top: 3.4rem;
}

.page-shell main > .hero-company {
  background: transparent !important;
  overflow: hidden;
}

.hero-company-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0.88) brightness(0.5);
}

.hero-company-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(1000px 340px at 14% 10%, rgba(62, 122, 208, 0.24), transparent 64%),
    linear-gradient(180deg, rgba(7, 19, 37, 0.6), rgba(7, 19, 37, 0.72));
}

.hero-company .eyebrow {
  color: #b7d0ff;
}

.hero-company h1,
.hero-company .lead {
  color: #f2f7ff;
  text-shadow: 0 6px 18px rgba(4, 12, 24, 0.42);
}

.hero-company .hero-accent-lines {
  z-index: 2;
  opacity: 0.56;
}

.hero-company .container {
  z-index: 3;
}

.page-shell main > .hero-drivers {
  background: transparent !important;
  overflow: hidden;
}

.hero-drivers-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0.9) brightness(0.46);
}

.hero-drivers-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(980px 320px at 18% 10%, rgba(72, 132, 219, 0.2), transparent 64%),
    linear-gradient(180deg, rgba(7, 18, 35, 0.62), rgba(7, 18, 35, 0.76));
}

.hero-drivers .eyebrow {
  color: #bdd6ff;
}

.hero-drivers h1,
.hero-drivers .lead {
  color: #f2f7ff;
  text-shadow: 0 6px 18px rgba(4, 12, 24, 0.42);
}

.hero-drivers .panel {
  color: #eaf3ff;
  border-left-color: rgba(189, 214, 248, 0.7) !important;
}

.hero-drivers .panel h3,
.hero-drivers .panel li {
  color: #eaf3ff;
}

.hero-drivers .hero-accent-lines {
  z-index: 2;
  opacity: 0.52;
}

.hero-drivers .container {
  z-index: 3;
}

.hero-grid {
  display: grid;
  gap: 1rem;
}

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

h1 {
  font-size: clamp(1.6rem, 4.5vw, 2.7rem);
  line-height: 1.06;
  max-width: 14ch;
}

.lead {
  margin: 0.95rem 0 1.3rem;
  max-width: 58ch;
  color: var(--muted);
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.path-tile {
  position: relative;
  min-height: 270px;
  border-radius: 14px;
  overflow: hidden;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  box-shadow: 0 18px 36px -28px rgba(16, 36, 62, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.path-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 26%, rgba(74, 160, 255, 0.12), transparent 44%),
    radial-gradient(circle at 58% 62%, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(180deg, rgba(4, 10, 20, 0.72), rgba(4, 10, 20, 0.96));
}

.path-tile::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -30px;
  border-radius: 999px;
  border: 16px solid rgba(111, 177, 255, 0.58);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.12);
}

.path-tile span,
.path-tile small {
  position: relative;
  z-index: 2;
}

.path-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  filter: brightness(0.52) saturate(0.88);
  transition: opacity 0.28s ease;
}

.path-tile span {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.18;
  text-shadow: 0 4px 14px rgba(8, 20, 34, 0.45);
}

.path-tile small {
  margin-top: 0.24rem;
  color: rgba(235, 245, 255, 0.92);
  font-size: 0.9rem;
  text-shadow: 0 3px 10px rgba(8, 20, 34, 0.45);
}

.tile-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-style: normal;
  font-size: 1.1rem;
  z-index: 2;
}

.path-companies {
  background:
    linear-gradient(180deg, rgba(17, 35, 60, 0.42), rgba(17, 35, 60, 0.8)),
    url("sth-group.png") center / cover no-repeat;
}

.path-drivers {
  background:
    linear-gradient(180deg, rgba(15, 31, 54, 0.34), rgba(15, 31, 54, 0.86)),
    url("sth-group.png") center / cover no-repeat;
}

.path-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px -30px rgba(16, 36, 62, 0.58);
  filter: brightness(1.03);
}

.path-tile:hover .path-video,
.path-tile:focus-visible .path-video {
  opacity: 1;
}

.panel,
.card,
.kpi,
.quote-card,
.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.panel,
.card,
.kpi,
.quote-card,
.form-card {
  padding: 1.12rem;
}

.panel h3,
.card h3,
.quote-card h3 {
  margin-bottom: 0.38rem;
}

.panel p {
  margin: 0;
  color: var(--muted);
}

.list-clean {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.36rem;
}

.media-grid {
  display: grid;
  gap: 0.9rem;
}

.text-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.text-block h3 {
  margin-bottom: 0.45rem;
}

.text-block p {
  margin: 0 0 0.65rem;
  color: var(--muted);
}

.text-block p:last-child {
  margin-bottom: 0;
}

.about-value-block {
  margin-top: 0.9rem;
}

.image-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.image-about {
  background:
    linear-gradient(180deg, rgba(18, 35, 58, 0.2), rgba(18, 35, 58, 0.55)),
    url("sth-group.png") center / cover no-repeat;
}

.image-company {
  background:
    linear-gradient(180deg, rgba(18, 35, 58, 0.2), rgba(18, 35, 58, 0.55)),
    url("logo_2.png") center / cover no-repeat;
}

.image-driver {
  background:
    linear-gradient(180deg, rgba(18, 35, 58, 0.2), rgba(18, 35, 58, 0.55)),
    url("sth-group.png") center / cover no-repeat;
}

.section-head {
  max-width: 72ch;
  margin-bottom: 0.95rem;
}

.section-head h2 {
  font-size: var(--hero-title-size);
  margin-bottom: 0.4rem;
  line-height: 1.06;
}

.about-hero-size {
  font-size: var(--hero-title-size) !important;
  line-height: 1.06;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.section-head-divider .section-divider {
  width: 88px;
  height: 1px;
  border-radius: 999px;
  margin-top: 0.8rem;
  background: linear-gradient(90deg, rgba(31, 94, 255, 0.55), rgba(31, 94, 255, 0.12));
}

.cards-3,
.cards-4,
.kpi-grid,
.cta-split {
  display: grid;
  gap: 0.8rem;
}

.card p,
.kpi span,
.quote-card strong {
  margin: 0;
  color: var(--muted);
}

.card,
.panel,
.quote-card,
.form-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.card:hover,
.panel:hover,
.quote-card:hover,
.form-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px -28px rgba(19, 42, 73, 0.25);
}

.logo-strip {
  display: grid;
  gap: 0.65rem;
}

.logo-pill {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.75rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #31445f;
  text-align: center;
}

.search-demo {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 0.8rem;
  display: grid;
  gap: 0.65rem;
}

.search-fields {
  display: grid;
  gap: 0.55rem;
}

.search-field {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  color: #5a6e88;
  font-size: 0.9rem;
  background: #fff;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag {
  border: 1px solid #cdd9ea;
  border-radius: 999px;
  background: #f4f8ff;
  color: #264168;
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

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

.steps li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.steps span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.steps h3 {
  margin-bottom: 0.24rem;
  font-size: 1.02rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  gap: 0.9rem;
}

.bullets {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  display: grid;
  gap: 0.4rem;
}

.quote-card p {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.kpi strong {
  display: block;
  font-size: 1.28rem;
}

.form-card form {
  display: grid;
  gap: 0.72rem;
}

.form-card .full-row {
  grid-column: 1 / -1;
}

.form-card label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.84rem;
  font-weight: 600;
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 0.64rem 0.72rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea { resize: vertical; }

input:focus,
textarea:focus,
select:focus {
  border-color: #7ea7ff;
  box-shadow: 0 0 0 3px rgba(126, 167, 255, 0.2);
}

.site-footer {
  border-top: 1px solid #e7edf6;
  background: #fff;
  padding: 1.25rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.fade-up {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.home-clean .section {
  padding: 3.3rem 0;
  position: relative;
}

.home-clean .section > .container {
  position: relative;
  z-index: 1;
}

.home-clean .section::before {
  content: "";
  position: absolute;
  inset: -28px 0 auto 0;
  height: 180px;
  pointer-events: none;
  background:
    radial-gradient(580px 210px at 15% 40%, rgba(120, 180, 255, 0.1), transparent 60%),
    radial-gradient(520px 220px at 85% 35%, rgba(140, 170, 255, 0.08), transparent 60%);
  filter: blur(2px);
}

.hero-minimal {
  position: relative;
  padding: 4.6rem 0 3.8rem;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 249, 255, 0.96)),
    url("sth-group.png") center / cover no-repeat;
}

.hero-content {
  position: relative;
  max-width: 1020px;
}

.trust-bar {
  padding: 1.7rem 0;
}

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

.trust-item {
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
}

.trust-item strong {
  display: block;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.86rem;
}

.home-clean h1 {
  font-size: clamp(1.65rem, 4.2vw, 2.55rem);
  max-width: 13ch;
}

.home-clean h2 {
  font-size: var(--hero-title-size);
  margin: 0.2rem 0 0.6rem;
  max-width: 18ch;
}

.home-text {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
}

.media-band {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.media-band-grid {
  display: grid;
  gap: 0.9rem;
}

.media-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.media-image {
  background:
    linear-gradient(180deg, rgba(20, 37, 63, 0.18), rgba(20, 37, 63, 0.5)),
    url("sth-group.png") center / cover no-repeat;
}

.media-panel video {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.home-section .eyebrow {
  margin-bottom: 0.45rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.verify-mosaic {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.verify-card {
  position: relative;
  min-height: 248px;
  border-radius: 20px;
  overflow: hidden;
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 40px -30px rgba(15, 35, 61, 0.46);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.verify-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 35, 0.24), rgba(8, 20, 35, 0.82));
  transition: background 0.22s ease;
}

.verify-card-a {
  background:
    linear-gradient(180deg, rgba(11, 28, 49, 0.22), rgba(11, 28, 49, 0.64)),
    url("10.jpg") center / cover no-repeat;
}

.verify-card-b {
  background:
    linear-gradient(180deg, rgba(13, 34, 61, 0.2), rgba(13, 34, 61, 0.72)),
    url("9.jpg") center / cover no-repeat;
}

.verify-card-c {
  background:
    linear-gradient(180deg, rgba(10, 30, 52, 0.18), rgba(10, 30, 52, 0.72)),
    url("8.jpg") center / cover no-repeat;
}

.verify-card-d {
  background:
    linear-gradient(180deg, rgba(11, 30, 53, 0.18), rgba(11, 30, 53, 0.65)),
    url("5.jpg") center / cover no-repeat;
}

.verify-kicker,
.verify-card h3,
.verify-card p,
.verify-arrow {
  position: relative;
  z-index: 1;
}

.verify-kicker {
  margin: 0 0 auto;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.verify-card h3 {
  margin: 0 0 0.2rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.verify-card p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.9);
}

.verify-card .verify-explain {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
}

.verify-card:hover,
.verify-card:focus-visible,
.verify-card.is-open {
  border-color: rgba(175, 208, 255, 0.7);
  box-shadow: 0 26px 44px -32px rgba(10, 29, 52, 0.52);
}

.verify-card:hover::before,
.verify-card:focus-visible::before,
.verify-card.is-open::before {
  background: linear-gradient(180deg, rgba(8, 20, 35, 0.28), rgba(8, 20, 35, 0.88));
}

.verify-card:hover .verify-explain,
.verify-card:focus-visible .verify-explain,
.verify-card.is-open .verify-explain {
  max-height: 84px;
  opacity: 1;
  transform: translateY(0);
}

.verify-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #0f2f58;
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  font-weight: 700;
}

.company-needs-mosaic {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.company-needs-card {
  position: relative;
  min-height: 242px;
  border-radius: 20px;
  overflow: hidden;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 40px -30px rgba(12, 29, 50, 0.48);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.company-needs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 19, 34, 0.2), rgba(7, 19, 34, 0.82));
  transition: background 0.22s ease;
}

.company-needs-a {
  background:
    linear-gradient(180deg, rgba(11, 29, 51, 0.18), rgba(11, 29, 51, 0.68)),
    url("transport-ledning.jpg") center / cover no-repeat;
}

.company-needs-b {
  background:
    linear-gradient(180deg, rgba(11, 29, 51, 0.18), rgba(11, 29, 51, 0.72)),
    url("9.jpg") center / cover no-repeat;
}

.company-needs-c {
  background:
    linear-gradient(180deg, rgba(9, 25, 45, 0.18), rgba(9, 25, 45, 0.74)),
    url("chauffor.jpg") center / cover no-repeat;
}

.company-needs-d {
  background:
    linear-gradient(180deg, rgba(10, 28, 49, 0.16), rgba(10, 28, 49, 0.72)),
    url("projekt-laggning.jpg") center / cover no-repeat;
}

.company-needs-kicker,
.company-needs-card h3,
.company-needs-explain {
  position: relative;
  z-index: 1;
}

.company-needs-kicker {
  margin: 0 0 auto;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(236, 245, 255, 0.9);
}

.company-needs-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.08;
}

.company-needs-explain {
  margin: 0.26rem 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  color: rgba(230, 241, 255, 0.94);
  transition: max-height 0.3s ease, opacity 0.22s ease, transform 0.22s ease;
}

.company-needs-card:hover,
.company-needs-card:focus-visible,
.company-needs-card.is-open {
  border-color: rgba(170, 207, 255, 0.76);
  box-shadow: 0 26px 44px -30px rgba(8, 24, 46, 0.56);
}

.company-needs-card:hover::before,
.company-needs-card:focus-visible::before,
.company-needs-card.is-open::before {
  background: linear-gradient(180deg, rgba(7, 19, 34, 0.24), rgba(7, 19, 34, 0.9));
}

.company-needs-card:hover .company-needs-explain,
.company-needs-card:focus-visible .company-needs-explain,
.company-needs-card.is-open .company-needs-explain {
  max-height: 110px;
  opacity: 1;
  transform: translateY(0);
}

.feature-card {
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.feature-card h3 {
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.icon-badge {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid #cfe0f8;
  background: linear-gradient(180deg, #f4f8ff, #eaf2ff);
  color: #1f5eff;
  margin-bottom: 0.65rem;
}

.icon-badge svg {
  width: 20px;
  height: 20px;
}

.services-simple {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.2rem;
}

.enterprise-intro,
.enterprise-split {
  display: grid;
  gap: 1.2rem;
}

.enterprise-services {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.95rem;
}

.video-grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.9rem;
}

.video-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-card video {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.video-card h3 {
  margin: 0;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
}

.service-line {
  padding: 0.2rem 0 0.95rem;
  border-bottom: 1px solid var(--line);
}

.service-line h3 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
}

.service-line p {
  margin: 0;
  color: var(--muted);
}

.job-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.88rem 0.95rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.job-row strong {
  display: block;
}

.job-row span {
  color: var(--muted);
  font-size: 0.86rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #f6f9ff;
  white-space: nowrap;
}

.feed-cta {
  margin-top: 0.9rem;
}

.sector-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.sector-pill {
  padding: 0.52rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: #29415f;
  font-size: 0.85rem;
  font-weight: 600;
}

.panel.company-cta-card {
  position: relative;
  border-left: 0 !important;
  padding: 1.2rem !important;
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid #adc9f5 !important;
  background:
    radial-gradient(560px 220px at 10% 0%, rgba(84, 146, 255, 0.34), transparent 60%),
    linear-gradient(165deg, #193e70 0%, #102a4c 62%, #0c2039 100%) !important;
  box-shadow: 0 26px 44px -34px rgba(8, 25, 45, 0.62) !important;
}

.company-cta-card .eyebrow {
  color: rgba(201, 225, 255, 0.92);
  margin-bottom: 0.45rem;
}

.company-cta-card h3,
.company-cta-card p {
  color: #ffffff;
}

.company-cta-card p {
  margin-top: 0.45rem;
}

.company-cta-card .tag-list {
  margin-top: 0.7rem;
}

.company-cta-card .tag {
  border-color: rgba(180, 209, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #e8f2ff;
}

.company-cta-actions {
  margin-top: 0.95rem;
}

.btn-ghost-light {
  color: #ffffff;
  border: 1px solid rgba(209, 228, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.16);
}

.areas-title {
  margin: 0 0 1rem;
  font-size: var(--hero-title-size);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #122857;
  text-transform: lowercase;
}

.areas-intro {
  margin: 0 0 1rem;
  max-width: 76ch;
  color: var(--muted);
}

.areas-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.55rem;
  scrollbar-width: thin;
}

.area-card {
  position: relative;
  flex: 0 0 min(390px, 86vw);
  min-height: 390px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.area-card-photo {
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 36px -30px rgba(18, 40, 72, 0.34);
}

.area-card-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 32, 0.36), rgba(8, 18, 32, 0.8));
}

.area-card-drivers {
  background-image: url("chauffor.jpg");
  background-position: center;
}

.area-card-transport-lead {
  background-image: url("transport-ledning.jpg");
  background-position: center;
}

.area-card-consulting {
  background-image: url("konsult.jpg");
  background-position: center;
}

.area-card-staffing {
  background-image: url("bemanning.jpg");
  background-position: center;
}

.area-card-development {
  background-image: url("utveckling.jpg");
  background-position: center;
}

.area-graphic-arrow {
  position: absolute;
  right: 96px;
  top: 186px;
  width: 134px;
  height: 22px;
  border-radius: 999px;
  background: #19c0ec;
  transform: rotate(123deg);
}

.area-graphic-arrow::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 54px;
  height: 22px;
  border-radius: 999px;
  background: #19c0ec;
  transform: translateY(-50%) rotate(54deg);
}

.area-label {
  position: relative;
  z-index: 2;
  max-width: 12ch;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.38rem, 1.8vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 5px 16px rgba(7, 20, 38, 0.52);
}

.area-label-dark {
  color: #132d59;
  text-shadow: none;
}

.enterprise-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.enterprise-list li {
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
  color: #21354f;
  font-weight: 500;
}

.specialist-section .enterprise-split > div:first-child {
  border-left: 3px solid rgba(31, 94, 255, 0.26);
  padding-left: 0.9rem;
}

.specialist-section .enterprise-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.specialist-section .enterprise-list li {
  position: relative;
  border: 1px solid #d8e4f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px -22px rgba(17, 42, 75, 0.22);
  padding: 0.72rem 0.8rem 0.72rem 1.9rem;
  color: #213b5b;
  border-bottom: 1px solid #d8e4f5;
}

.specialist-section .enterprise-list li::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1f5eff;
  transform: translateY(-50%);
}

.service-item {
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.85rem;
}

.service-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.service-item p {
  margin: 0;
  color: var(--muted);
}

.faq-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.72rem;
}

.faq-item {
  border: 1px solid #d5e2f5;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 14px 28px -26px rgba(17, 42, 75, 0.26);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0.9rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.68rem;
  cursor: pointer;
  font: inherit;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  color: #1f5eff;
  background: rgba(31, 94, 255, 0.1);
  border: 1px solid rgba(31, 94, 255, 0.22);
}

.faq-question {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #132d52;
}

.faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #1f5eff;
  background: rgba(31, 94, 255, 0.08);
  border: 1px solid rgba(31, 94, 255, 0.22);
  font-weight: 700;
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.faq-answer {
  margin: 0;
  padding: 0 1rem 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-5px);
  color: var(--muted);
  transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
}

.faq-item:hover,
.faq-item:focus-within,
.faq-item.is-open {
  border-color: #aac5ed;
  box-shadow: 0 20px 34px -28px rgba(13, 36, 67, 0.35);
  background: linear-gradient(180deg, #ffffff, #f1f7ff);
}

.faq-item:hover .faq-answer,
.faq-item:focus-within .faq-answer,
.faq-item.is-open .faq-answer {
  max-height: 110px;
  opacity: 1;
  padding: 0 1rem 0.95rem;
  transform: translateY(0);
}

.faq-item:hover .faq-toggle,
.faq-item:focus-within .faq-toggle,
.faq-item.is-open .faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
  border-color: #2f67bf;
  background: #2f67bf;
}

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

.steps-line li {
  padding-top: 0.2rem;
}

.steps-line span {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.steps-line h3 {
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.steps-line p {
  margin: 0;
  color: var(--muted);
}

.section-process .steps-line {
  position: relative;
  margin-top: 1.2rem;
  padding-top: 1rem;
}

.section-process .steps-line::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0.56rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 94, 255, 0.18), #1f5eff 50%, rgba(31, 94, 255, 0.18));
}

.section-process .steps-line li {
  position: relative;
  border-top: 0;
  border: 1px solid #d7e4f7;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 14px 28px -26px rgba(18, 44, 78, 0.28);
  padding: 1rem 0.95rem 0.9rem;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.section-process .steps-line li::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #ffffff;
  border: 2px solid #1f5eff;
  box-shadow: 0 0 0 4px rgba(31, 94, 255, 0.12);
}

.section-process .steps-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 26px;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: rgba(31, 94, 255, 0.09);
  border: 1px solid rgba(31, 94, 255, 0.2);
  margin-bottom: 0.45rem;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.section-process .steps-line li:hover,
.section-process .steps-line li:focus-within {
  border-color: #2f67bf;
  box-shadow: 0 22px 36px -28px rgba(10, 33, 63, 0.42);
  background: linear-gradient(180deg, #1f416d, #173861);
}

.section-process .steps-line li:hover h3,
.section-process .steps-line li:focus-within h3,
.section-process .steps-line li:hover p,
.section-process .steps-line li:focus-within p {
  color: #ffffff;
}

.section-process .steps-line li:hover span,
.section-process .steps-line li:focus-within span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.46);
}

.section-process .process-line {
  margin-top: 1rem;
  padding-top: 0;
}

.section-process .process-line li {
  padding-top: 0.2rem;
}

.section-process .process-line span {
  display: inline-block;
  color: #1f5eff;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.steps-line-4 {
  margin-top: 0.9rem;
}

.kpi-minimal {
  margin-top: 0.9rem;
  display: grid;
  gap: 1rem;
}

.kpi-item {
  position: relative;
  padding: 1rem 0.2rem 0.35rem;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.kpi-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #6da2ff);
  transform-origin: left;
  transform: scaleX(0.25);
  opacity: 0.7;
}

.kpi-item small {
  display: block;
  margin-bottom: 0.55rem;
  color: #5f738f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
}

.kpi-minimal article strong {
  display: block;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.kpi-item.visible::before {
  animation: kpi-line-in 0.8s ease forwards;
}

.kpi-item.visible strong {
  animation: kpi-value-in 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.kpi-item:hover {
  transform: translateY(-3px);
}

.kpi-item.visible {
  animation: kpi-soft-glow 1.1s ease;
}

@keyframes kpi-line-in {
  from {
    transform: scaleX(0.25);
    opacity: 0.7;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes kpi-value-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kpi-soft-glow {
  0% {
    box-shadow: 0 0 0 rgba(31, 94, 255, 0);
  }
  50% {
    box-shadow: 0 10px 28px -24px rgba(31, 94, 255, 0.45);
  }
  100% {
    box-shadow: 0 0 0 rgba(31, 94, 255, 0);
  }
}

.kpi-minimal article span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
}

.company-count-panel {
  margin-top: 0.35rem;
  padding: 0.35rem 0 0.2rem;
  border: 0;
  border-top: 1px solid rgba(183, 208, 255, 0.4);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Public Sans", "Segoe UI", sans-serif;
}

.company-count-panel h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.04rem;
  line-height: 1.28;
  color: #f1f7ff;
}

.company-kpi-minimal {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.company-kpi-minimal .kpi-item {
  position: relative;
  padding: 0.52rem 0 0.34rem;
  border-top: 1px solid rgba(189, 213, 245, 0.28);
  border-left: 0;
}

.company-kpi-minimal .kpi-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, rgba(96, 165, 250, 0.15));
  transform-origin: left;
  transform: scaleX(0.25);
  opacity: 0.8;
}

.company-kpi-minimal .kpi-item strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  font-family: "Public Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #f5f9ff;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.company-kpi-minimal .kpi-item span {
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(230, 240, 255, 0.94);
}

.company-kpi-minimal .kpi-item small {
  color: rgba(200, 219, 246, 0.92);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.74rem;
}

.company-kpi-minimal .kpi-item.visible::before {
  animation: kpi-line-in 1s ease forwards;
}

.company-kpi-minimal [data-count-up] {
  min-width: 1.2ch;
  font-variant-numeric: tabular-nums;
}

@media (min-width: 760px) {
  .hero-company .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 780px;
    align-items: end;
    gap: 1rem;
  }

  .hero-company .company-count-panel {
    max-width: none;
    justify-self: stretch;
  }

  .hero-company .company-kpi-minimal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem 0.85rem;
  }

  .hero-company .company-kpi-minimal .kpi-item {
    min-height: 100%;
    padding: 0.26rem 0 0.24rem 0.75rem;
  }
}

.home-cta {
  padding-top: 3.6rem;
  padding-bottom: 4.6rem;
}

.cta-center {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #f7faff, #f1f6ff);
  padding: clamp(1.2rem, 3.5vw, 2.4rem);
  text-align: center;
}

.cta-center h2 {
  margin-inline: auto;
}

.cta-center p {
  margin: 0 0 1.1rem;
  color: var(--muted);
}

@media (min-width: 760px) {
  .main-nav { display: flex; }
  .nav-wrap .btn { margin-left: 0.55rem; }

  .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: end;
    gap: 1.3rem;
  }

  .home-hero .hero-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .path-tile {
    min-height: 390px;
  }

  .cards-3,
  .cards-4,
  .kpi-grid,
  .cta-split {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .split {
    grid-template-columns: 1.06fr 0.94fr;
    align-items: start;
  }

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

  .verify-mosaic {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .verify-card-a {
    grid-column: span 4;
    min-height: 300px;
  }

  .verify-card-b {
    grid-column: span 8;
    min-height: 300px;
  }

  .verify-card-c {
    grid-column: span 8;
    min-height: 360px;
  }

  .verify-card-d {
    grid-column: span 4;
    min-height: 360px;
  }

  .company-needs-mosaic {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .company-needs-a {
    grid-column: span 4;
    min-height: 300px;
  }

  .company-needs-b {
    grid-column: span 8;
    min-height: 300px;
  }

  .company-needs-c {
    grid-column: span 8;
    min-height: 360px;
  }

  .company-needs-d {
    grid-column: span 4;
    min-height: 360px;
  }

  .area-card {
    min-height: 410px;
    padding: 1.5rem;
  }

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

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

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

  .search-fields {
    grid-template-columns: 1.4fr 1.2fr 0.8fr auto;
  }

  .services-simple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .service-item {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding-bottom: 0;
    padding-right: 1.2rem;
  }

  .service-item:last-child {
    border-right: 0;
  }

  .steps-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .steps-line li {
    border-top: 1px solid var(--line);
    padding-top: 1rem;
  }

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

  .form-card form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .form-card button {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 220px;
  }

  .enterprise-intro,
  .enterprise-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: start;
  }

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

  .media-panel,
  .media-panel video {
    min-height: 320px;
  }

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

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

  .footer-grid {
    grid-template-columns: 1.2fr 1fr auto;
    align-items: center;
  }
}

@media (max-width: 759px) {
  .site-header .btn {
    margin-left: auto;
    min-height: 40px;
    font-size: 0.8rem;
    padding: 0.58rem 0.78rem;
  }

  .logo img {
    height: 66px;
  }

  .nav-wrap {
    min-height: 84px;
  }

  .section,
  .hero {
    padding: 2.4rem 0;
  }

  .home-clean .section {
    padding: 2.7rem 0;
  }

  .hero-minimal {
    padding: 3.2rem 0 2.8rem;
  }

  .path-video {
    opacity: 1;
  }

  .trust-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .job-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-process .steps-line::before {
    display: none;
  }

  .section-process .steps-line li::before {
    top: 0.9rem;
    left: auto;
    right: 0.8rem;
    transform: none;
  }

  .verify-card {
    min-height: 230px;
  }

  .verify-card h3 {
    max-width: 10ch;
  }

  .areas-title {
    margin-bottom: 0.8rem;
  }

  .area-card-graphic::before {
    width: 320px;
    height: 320px;
    top: -130px;
    left: 16%;
  }

  .area-card-graphic::after {
    width: 116px;
    height: 116px;
    right: 34px;
  }

  .area-graphic-arrow {
    right: 56px;
    top: 162px;
    width: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================
   ENTERPRISE OVERRIDES
   ========================= */

:root{
  --muted: #3f5166;
  --line: #e6edf6;
  --shadow-soft: 0 10px 22px -20px rgba(17,34,57,.16);
  --shadow-strong: 0 22px 46px -32px rgba(17,34,57,.28);
}

body{
  line-height: 1.58;
}

.site-header{
  background: rgba(255,255,255,.995);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid var(--line);
}

.btn-primary{
  background: var(--accent);
  box-shadow: 0 12px 22px -18px rgba(31,94,255,.35);
}

.btn-primary:hover{
  box-shadow: 0 16px 28px -20px rgba(31,94,255,.4);
}

.panel,
.card,
.kpi,
.quote-card,
.text-block,
.search-demo,
.steps li,
.image-card{
  border: 1px solid var(--line) !important;
  background: #fff !important;
  box-shadow: var(--shadow-soft) !important;
}

.form-card,
.cta-center,
.video-card{
  border: 1px solid var(--line) !important;
  background: #fff !important;
  box-shadow: var(--shadow-strong) !important;
}

.card:hover,
.panel:hover,
.quote-card:hover,
.form-card:hover{
  transform: none !important;
}

.steps li{
  border-top: 1px solid var(--line) !important;
  padding: 1rem 0 !important;
}

.logo-pill{
  border-radius: 999px !important;
  background: transparent !important;
}

.path-tile::after{
  border-width: 10px !important;
  opacity: .75;
}

.kpi-item::before{
  background: linear-gradient(90deg, var(--accent), rgba(31,94,255,.25)) !important;
}

/* =========================
   Premium Depth Enhancements
   ========================= */

.page-shell main > .section {
  position: relative;
}

.page-shell main > .section + .section {
  border-top: 1px solid rgba(18, 42, 72, 0.06);
}

.page-shell main > .section:nth-of-type(odd) {
  background:
    radial-gradient(900px 260px at 0% 0%, rgba(86, 141, 255, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 254, 255, 0.98));
}

.page-shell main > .section:nth-of-type(even) {
  background:
    radial-gradient(860px 260px at 100% 0%, rgba(29, 94, 255, 0.05), transparent 60%),
    linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.hero,
.hero-minimal {
  isolation: isolate;
}

.hero-accent-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background:
    linear-gradient(105deg, transparent 36%, rgba(64, 118, 224, 0.16) 50%, transparent 66%),
    radial-gradient(420px 160px at 88% 15%, rgba(31, 94, 255, 0.16), transparent 70%);
  z-index: 0;
}

.hero-minimal .container,
.hero .container {
  position: relative;
  z-index: 1;
}

.visual-rail {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

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

.rail-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: #2b4362;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.cta-center {
  border-color: #d8e3f3 !important;
  box-shadow: 0 24px 44px -34px rgba(24, 52, 86, 0.32) !important;
}

.form-card {
  box-shadow: 0 24px 44px -34px rgba(24, 52, 86, 0.28) !important;
}

.cards-3,
.cards-4,
.kpi-grid,
.cta-split,
.steps,
.media-grid {
  row-gap: 1rem;
}

@media (max-width: 900px) {
  .rail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================
   Fewer Boxes (Cleaner UI)
   ========================= */

.panel,
.card,
.kpi,
.quote-card,
.text-block,
.search-demo,
.feature-card,
.steps li {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.panel,
.card,
.text-block,
.feature-card,
.steps li {
  padding: 0.2rem 0 0.85rem 0.95rem !important;
  border-left: 2px solid #dce6f3 !important;
}

.steps li {
  border-top: 0 !important;
}

.specialist-section .enterprise-list li {
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0.64rem 0 0.64rem 1.35rem !important;
}

.specialist-section .enterprise-list li::before {
  left: 0.2rem;
}

.page-index #about.section-hero-tone {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 249, 255, 0.96)),
    url("sth-group.png") center / cover no-repeat !important;
}

body.no-scroll {
  overflow: hidden;
}

.mobile-chooser {
  position: fixed;
  inset: 0;
  z-index: 95;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.mobile-chooser.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-chooser-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 33, 0.54);
  backdrop-filter: blur(2px);
}

.mobile-chooser-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #f7faff;
  border-top: 1px solid #d4e2f6;
  box-shadow: 0 -20px 40px -26px rgba(8, 24, 44, 0.46);
  padding: 1rem 1rem 1.05rem;
  transform: translateY(16px);
  transition: transform 0.22s ease;
}

.mobile-chooser.is-open .mobile-chooser-panel {
  transform: translateY(0);
}

.mobile-chooser-panel h3 {
  margin: 0.05rem 0 0.75rem;
  font-size: 1.2rem;
  color: #112744;
}

.mobile-chooser-close {
  position: absolute;
  right: 0.8rem;
  top: 0.6rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d4e2f6;
  background: #ffffff;
  color: #194071;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-chooser-grid {
  display: grid;
  gap: 0.68rem;
}

.mobile-choice {
  position: relative;
  min-height: 120px;
  border-radius: 14px;
  overflow: hidden;
  padding: 0.85rem 0.95rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.mobile-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 15, 28, 0.34), rgba(6, 15, 28, 0.82));
  z-index: 1;
}

.mobile-choice-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62);
  pointer-events: none;
}

.mobile-choice span,
.mobile-choice small,
.mobile-choice em {
  position: relative;
  z-index: 2;
}

.mobile-choice span {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.12;
}

.mobile-choice small {
  margin-top: 0.16rem;
  color: rgba(234, 243, 255, 0.95);
  font-size: 0.78rem;
}

.mobile-choice em {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 760px) {
  .mobile-chooser {
    display: none !important;
  }
}

.cta-center.cta-video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(156, 194, 247, 0.42) !important;
  background: #0f2746 !important;
  box-shadow: 0 28px 48px -34px rgba(9, 26, 49, 0.62) !important;
}

.cta-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
}

.cta-video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 320px at 50% 100%, rgba(17, 46, 84, 0.45), transparent 62%),
    linear-gradient(180deg, rgba(7, 21, 39, 0.22), rgba(7, 21, 39, 0.72));
}

.cta-video-content {
  position: relative;
  z-index: 1;
}

.cta-video h2,
.cta-video p {
  color: #f3f8ff;
}

.cta-video .btn-secondary {
  border-color: rgba(230, 242, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.cta-video .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Privacy page */
.privacy-page {
  background:
    radial-gradient(1200px 420px at 8% -2%, rgba(158, 196, 255, 0.2), transparent 62%),
    radial-gradient(900px 360px at 100% 0%, rgba(210, 227, 255, 0.32), transparent 62%),
    #f8fbff;
}

.privacy-page .nav-wrap {
  min-height: 90px;
}

.privacy-page .nav-wrap .btn {
  margin-left: auto;
}

.privacy-shell {
  padding: 2.8rem 0 3.8rem;
}

.privacy-layout {
  max-width: 980px;
}

.privacy-head {
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfe9f7;
}

.privacy-head h1 {
  font-size: var(--hero-title-size);
  max-width: 16ch;
}

.privacy-page .content-block {
  margin-top: 0.85rem;
  border: 1px solid #dce7f6;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 30px -32px rgba(17, 37, 62, 0.24);
  padding: 0.95rem 1.05rem;
}

.privacy-page .content-block .section-head {
  max-width: none;
  margin-bottom: 0;
}

.privacy-page .content-block .section-head h2 {
  font-size: clamp(1.02rem, 2.2vw, 1.3rem);
  margin-bottom: 0.25rem;
}

.privacy-page .content-block .section-head p + p {
  margin-top: 0.65rem;
}

.privacy-page .content-block a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-page .footer-wrap {
  color: var(--muted);
  font-size: 0.84rem;
}

@media (max-width: 759px) {
  .privacy-shell {
    padding: 2.1rem 0 3rem;
  }

  .privacy-page .content-block {
    padding: 0.85rem 0.92rem;
    border-radius: 12px;
  }
}

/* Driver process cards */
.driver-process-grid {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  position: relative;
}

.driver-process-card {
  position: relative;
  border: 1px solid #c7d8f2;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbff, #f2f8ff);
  box-shadow: 0 16px 30px -30px rgba(15, 38, 67, 0.36);
  padding: 1rem 1.05rem 0.95rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  outline: none;
}

.driver-process-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 1rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid #4f86e6;
}

.driver-process-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  padding: 0 0.72rem;
  border-radius: 999px;
  border: 1px solid #b7cdf0;
  background: linear-gradient(180deg, #e9f2ff, #dfeaff);
  color: #2f66cf;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.55rem;
}

.driver-process-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.04rem;
  color: #162b45;
}

.driver-process-card p {
  margin: 0;
  color: #324c6b;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  margin-top: 0;
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease, margin-top 0.22s ease;
}

.driver-process-card:hover,
.driver-process-card:focus-visible,
.driver-process-card.is-open {
  border-color: #9ec0ee;
  box-shadow: 0 20px 34px -30px rgba(12, 31, 56, 0.46);
  transform: translateY(-2px);
}

.driver-process-card:hover p,
.driver-process-card:focus-visible p,
.driver-process-card.is-open p {
  max-height: 160px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0.42rem;
}

.driver-process-card:hover .driver-process-more,
.driver-process-card:focus-visible .driver-process-more,
.driver-process-card.is-open .driver-process-more {
  margin-top: 0.34rem;
  color: #2b4563;
}

@media (min-width: 760px) {
  .driver-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 1.4rem;
  }

  .driver-process-grid::before {
    content: "";
    position: absolute;
    left: calc(100% / 6);
    right: calc(100% / 6);
    top: 0.32rem;
    height: 3px;
    border-radius: 999px;
    background: #c7daf6;
    z-index: 0;
  }

  .driver-process-grid::after {
    content: "";
    position: absolute;
    left: calc(100% / 6);
    right: calc(100% / 6);
    top: 0.32rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(79, 134, 230, 0.1) 0%, #4f86e6 45%, rgba(79, 134, 230, 0.1) 100%);
    background-size: 200% 100%;
    z-index: 1;
    animation: driver-process-flow 3.6s linear infinite;
  }

  .driver-process-card {
    z-index: 2;
  }

  .driver-process-card::before {
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-width: 2px;
    box-shadow: 0 0 0 6px rgba(79, 134, 230, 0.12);
    animation: driver-node-pulse 2.8s ease-in-out infinite;
  }

  .driver-process-card:nth-child(2)::before {
    animation-delay: 0.28s;
  }

  .driver-process-card:nth-child(3)::before {
    animation-delay: 0.56s;
  }
}

@keyframes driver-process-flow {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes driver-node-pulse {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(79, 134, 230, 0.1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(79, 134, 230, 0.22);
  }
}

@media (max-width: 759px) {
  .driver-process-card::before {
    top: -10px;
    left: 1rem;
    transform: none;
    box-shadow: none;
    animation: none;
  }
}

/* Quality timeline carousel (companies) */
.quality-carousel-wrap {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
}

.quality-nav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #bfd2ef;
  background: #f3f8ff;
  color: #2257c7;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.quality-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 84%);
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.15rem 0.1rem 0.55rem;
  scrollbar-width: thin;
  scrollbar-color: #c9daf3 transparent;
}

.quality-step {
  scroll-snap-align: start;
  position: relative;
  min-height: 180px;
  border: 1px solid #c4d7f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbff, #f3f8ff);
  box-shadow: 0 14px 30px -28px rgba(13, 37, 67, 0.36);
  padding: 1rem 1rem 0.95rem;
  outline: none;
}

.quality-step::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 1rem;
  width: calc(100% + 0.95rem);
  height: 2px;
  background: linear-gradient(90deg, #4f86e6, rgba(79, 134, 230, 0.08));
}

.quality-step::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0.9rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #4f86e6;
  background: #ffffff;
}

.quality-step:last-child::before {
  width: 34px;
}

.quality-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid #b6ccef;
  background: linear-gradient(180deg, #eaf2ff, #e0ebff);
  color: #2f66cf;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.62rem;
}

.quality-step h3 {
  margin: 0 0 0.26rem;
  font-size: 1.02rem;
  color: #13263f;
}

.quality-step p {
  margin: 0;
  color: #314d6d;
}

.quality-step:hover,
.quality-step:focus-visible {
  border-color: #94b9ed;
  box-shadow: 0 18px 34px -30px rgba(13, 37, 67, 0.42);
}

@media (min-width: 760px) {
  .quality-carousel {
    grid-auto-columns: minmax(240px, calc((100% - 1.8rem) / 3));
  }
}

@media (max-width: 759px) {
  .quality-carousel-wrap {
    grid-template-columns: 1fr;
  }

  .quality-nav {
    display: none;
  }
}

/* Companies process cards */
.steps.steps-enterprise {
  margin-top: 1rem;
  gap: 0.9rem;
}

.steps.steps-enterprise li {
  position: relative;
  border: 1px solid #c8d9f3 !important;
  border-top: 1px solid #c8d9f3 !important;
  border-left: 1px solid #c8d9f3 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f6f9ff, #f4f8ff) !important;
  box-shadow: 0 14px 28px -28px rgba(17, 42, 78, 0.34) !important;
  padding: 1rem 1.05rem 0.95rem !important;
}

.steps.steps-enterprise li::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid #4f86e6;
}

.steps.steps-enterprise li > span {
  width: auto !important;
  min-width: 52px !important;
  height: 30px !important;
  margin-bottom: 0.58rem !important;
  padding: 0 0.72rem !important;
  border-radius: 999px !important;
  border: 1px solid #b7cdf0 !important;
  background: linear-gradient(180deg, #e8f0ff, #dfeaff) !important;
  color: #2f66cf !important;
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.steps.steps-enterprise li h3 {
  margin-bottom: 0.34rem !important;
  font-size: 1.03rem !important;
  line-height: 1.22 !important;
  color: #14253d !important;
}

.steps.steps-enterprise li p {
  color: #324b68 !important;
}

@media (min-width: 760px) {
  .steps.steps-enterprise {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
  }
}
