/* Manrope is self-hosted under the SIL Open Font License 1.1. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('Sources/fonts/manrope-latin-ext-400-700.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('Sources/fonts/manrope-latin-400-700.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --ink: #060825;
  --ink-2: #0d1034;
  --charcoal: #484a54;
  --muted: #606069;
  --line: #dfe2e7;
  --paper: #f7f6f2;
  --white: #fff;
  --amber: #eaa421;
  --amber-dark: #c98208;
  --blue: #1e8af8;
  --blue-dark: #0d6fce;
  --ice: #edf3f8;
  --max: 1240px;
  --radius: 3px;
  --shadow: 0 22px 55px rgba(17,18,22,.12);
  --type-body-sm: clamp(.96rem, calc(.90rem + .18vw), 1.08rem);
  --type-secondary: clamp(.9rem, calc(.85rem + .14vw), 1rem);
  --type-meta: clamp(.78rem, calc(.74rem + .1vw), .86rem);
  --type-action: clamp(.88rem, calc(.83rem + .13vw), .96rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4.3vw, 4.4rem); font-weight: 500; }
h3 { font-size: 1.4rem; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 72px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: var(--amber); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #d9d9dc; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--amber); }
.eyebrow.dark { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 14px 20px; border: 1px solid var(--blue); border-radius: var(--radius); background: var(--blue); color: var(--white); font-size: .83rem; font-weight: 700; line-height: 1.2; text-decoration: none; box-shadow: 0 8px 22px rgba(30,138,248,.18); transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.button:hover { border-color: #55a9ff; background: #55a9ff; box-shadow: 0 12px 28px rgba(30,138,248,.28); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 16px; }
.button-light { border-color: var(--blue); background: var(--blue); color: var(--white); }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { display: inline-flex; gap: 14px; align-items: center; border-bottom: 1px solid #767780; color: var(--white); font-size: .84rem; font-weight: 600; text-decoration: none; }
.text-link.light { color: var(--white); }
.text-link:hover { border-color: var(--blue); color: var(--blue); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); transform: translateY(0); transition: transform .46s cubic-bezier(.22,.61,.36,1), background .25s, box-shadow .25s; will-change: transform; }
.site-header.scrolled { background: rgba(6,8,37,.96); box-shadow: 0 8px 28px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.site-header.header-hidden { pointer-events: none; transform: translateY(calc(-100% - 2px)); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.brand-logo { display: block; width: 112px; height: auto; }
.shiftix-brand-logo { width: 168px; height: auto; object-fit: contain; }
.brand small { margin-left: 10px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.26); color: #b9bac0; font-size: .57rem; line-height: 1.25; letter-spacing: .07em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 18px; }
.primary-nav > a:not(.button) { position: relative; color: #dddde0; font-size: .72rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--blue); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav > a:hover::after { transform: scaleX(1); }
.primary-nav > .nav-current { color: var(--white); text-shadow: 0 0 7px rgba(30,138,248,.95), 0 0 18px rgba(30,138,248,.72); }
.primary-nav > .nav-current::after { transform: scaleX(1); box-shadow: 0 0 8px var(--blue); }
.nav-dropdown { position: relative; flex: 0 0 auto; }
.nav-toggle { display: flex; min-height: 38px; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: transparent; color: #dddde0; font-size: .72rem; font-weight: 600; list-style: none; cursor: pointer; white-space: nowrap; }
.nav-menu { position: absolute; top: calc(100% + 8px); right: 0; display: block; width: 220px; padding: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 42px rgba(6,8,37,.22); color: var(--ink); visibility: hidden; opacity: 0; transform: translateY(-5px); transition: visibility 0s linear .18s, opacity .18s ease, transform .18s ease; pointer-events: none; }
.nav-dropdown::after { position: absolute; top: 100%; right: 0; left: 0; height: 10px; content: ''; }
.nav-dropdown:hover .nav-menu,
.nav-dropdown.hover-open .nav-menu,
.nav-dropdown:focus-within .nav-menu { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; pointer-events: auto; }
.nav-menu a,
.language-placeholder { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 9px 10px; font-size: .72rem; text-decoration: none; }
.nav-menu a:hover { background: var(--ice); color: var(--blue-dark); }
.language-switcher { margin-left: 1px; }
.language-toggle { min-height: 34px; padding: 6px 0; }
.language-menu { width: 190px; }
.language-menu a { background: var(--ice); font-weight: 700; }
.language-menu a span,
.language-placeholder small { color: var(--muted); font-size: .56rem; font-weight: 500; text-transform: uppercase; }
.language-placeholder { color: #8b8d95; cursor: not-allowed; }
.nav-menu-placeholder { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px; color: #8b8d95; font-size: .72rem; line-height: 1.35; cursor: not-allowed; }
.nav-menu-placeholder small { flex: 0 0 auto; color: var(--muted); font-size: .56rem; font-weight: 500; text-transform: uppercase; }
.services-menu { width: 330px; }
.services-menu > * + * { border-top: 1px solid var(--line); }
.services-menu a[aria-current="page"] { background: var(--ice); color: var(--blue-dark); font-weight: 700; }
.nav-toggle.nav-current { color: var(--white); text-shadow: 0 0 7px rgba(30,138,248,.95), 0 0 18px rgba(30,138,248,.72); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle i { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 760px; overflow: hidden; padding: 145px 0 24px; background: var(--ink); color: var(--white); }
.hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6,8,37,.97) 0%, rgba(6,8,37,.88) 31%, rgba(6,8,37,.28) 60%, rgba(6,8,37,.05) 100%); content: ''; }
.hero::after { position: absolute; z-index: 1; inset: auto 0 0; height: 24%; background: linear-gradient(0deg, var(--ink), transparent); content: ''; }
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg,#000 0%,#000 42%,transparent 72%); }
.hero-layout { position: relative; z-index: 2; display: flex; min-height: 545px; align-items: center; }
.hero-copy { padding-bottom: 30px; }
.hero h1 { max-width: 800px; margin-bottom: 30px; font-size: clamp(3.2rem, 6.2vw, 6.25rem); font-weight: 500; }
.hero h1 em, .principle h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 685px; margin-bottom: 36px; color: #c3c4c9; font-size: clamp(1.06rem,1.5vw,1.25rem); line-height: 1.65; }
.trust-line { display: flex; gap: 20px; margin: 44px 0 0; padding: 0; color: #92949d; font-size: .69rem; letter-spacing: .03em; list-style: none; }
.trust-line li + li::before { margin-right: 20px; color: var(--amber); content: '•'; }

.systems-map { position: relative; min-height: 560px; }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-lines path { fill: none; stroke: url(#lineGradient); stroke-width: 1; stroke-dasharray: 7 8; opacity: .58; }
.map-lines circle { fill: var(--amber); }
.map-node { position: absolute; width: 180px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.19); background: rgba(24,26,32,.88); box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.map-node::before { position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--blue); content: ''; }
.map-node span { display: block; margin-bottom: 18px; color: var(--blue); font: 600 .62rem Manrope; }
.map-node strong,.map-node small { display: block; }.map-node strong { font-size: .84rem; }.map-node small { color: #8c8e97; font-size: .62rem; }
.node-business { top: 60px; left: 0; }.node-process { right: 2px; top: 85px; }.node-data { bottom: 60px; left: 0; }.node-ai { right: 0; bottom: 50px; }
.map-core { position: absolute; top: 50%; left: 50%; display: grid; width: 170px; height: 170px; place-items: center; border: 1px solid rgba(234,164,33,.45); border-radius: 50%; background: #15171c; color: var(--white); font-size: .75rem; text-align: center; text-transform: uppercase; transform: translate(-50%,-50%); }
.map-core::before,.map-core::after { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ''; }.map-core::before { inset: -20px; }.map-core::after { inset: 22px; }
.map-core i { position: absolute; top: 18px; right: 12px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 14px var(--blue); }
.map-decision { position: absolute; bottom: 2px; left: 50%; display: flex; width: 214px; align-items: center; justify-content: space-between; padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); background: rgba(6,8,37,.9); transform: translateX(-50%); }
.map-decision span { color: #8b8d95; font-size: .6rem; text-transform: uppercase; }.map-decision strong { color: var(--blue); font-size: .68rem; }

.section-heading { display: grid; margin-bottom: 40px; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.section-heading > p { margin: 0; color: var(--muted); }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { display: flex; min-height: 570px; flex-direction: column; padding: 30px; border: 1px solid #d9dbdf; background: rgba(255,255,255,.55); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-7px); }
.card-top { display: flex; min-height: 112px; align-items: start; justify-content: center; }
.service-icon { position: relative; display: grid; width: 78px; height: 78px; flex: 0 0 78px; place-items: center; border: 1px solid rgba(30,138,248,.35); border-radius: 50%; background: linear-gradient(145deg,rgba(30,138,248,.13),rgba(255,255,255,.88)); color: var(--blue-dark); box-shadow: 0 12px 28px rgba(6,8,37,.10), inset 0 0 0 7px rgba(255,255,255,.62); transition: border-color .25s, box-shadow .25s, transform .25s; }
.service-icon::after { position: absolute; inset: -5px; border: 1px solid rgba(30,138,248,.10); border-radius: 50%; content: ''; }
.service-icon svg { width: 50px; height: 50px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-icon .icon-accent { stroke: var(--blue); stroke-width: 2.7; }
.service-card:hover .service-icon { border-color: var(--blue); box-shadow: 0 15px 34px rgba(30,138,248,.22), 0 0 0 5px rgba(30,138,248,.08), inset 0 0 0 7px rgba(255,255,255,.72); transform: translateY(-4px) scale(1.04); }
.service-card h3 { max-width: 315px; margin-bottom: 16px; font-size: 1.65rem; }
.service-card > p { color: var(--muted); font-size: .91rem; }.service-card .card-promise { min-height: 48px; margin-bottom: 14px; color: var(--ink); font-weight: 700; }
.offer { margin-top: auto; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.offer small,.offer strong { display: block; }.offer small { margin-bottom: 5px; color: var(--muted); font-size: .63rem; text-transform: uppercase; }.offer strong { font-size: .8rem; line-height: 1.45; }
.card-link { display: flex; justify-content: space-between; margin-top: 22px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: .76rem; font-weight: 700; text-align: left; }.card-link span { color: var(--blue-dark); }
.service-detail { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }.service-detail h4 { margin: 0 0 5px; font-size: .72rem; text-transform: uppercase; }.service-detail ul,.service-detail p { margin: 0 0 15px; color: var(--muted); font-size: .78rem; }.service-card.expanded { min-height: 0; }
.card-detail-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--blue-dark); font-size: .78rem; font-weight: 700; text-decoration: none; }
.card-detail-link:hover { color: var(--blue); }
.card-detail-link.is-pending { color: #8b8d95; cursor: not-allowed; }
.card-detail-link small { margin-left: auto; color: #8b8d95; font-size: .56rem; font-weight: 500; text-transform: uppercase; }

.principle { overflow: hidden; padding: 64px 0; background: var(--ink); color: var(--white); }
.principle-inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.principle h2 { font-size: clamp(2.2rem,3.7vw,3.7rem); }.principle-inner > p { margin: 0; color: #a6a7ad; font-size: .9rem; }

.approach { background: var(--white); }
.process-flow { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4,1fr); list-style: none; }
.process-flow li { position: relative; min-height: 350px; padding: 30px 26px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }.process-flow li:first-child { border-left: 1px solid var(--line); }
.process-flow li::before { position: absolute; top: -2px; left: 0; width: 0; height: 3px; background: var(--blue); content: ''; transition: width .4s; }.process-flow li:hover::before { width: 100%; }
.process-flow span { color: #a2a4aa; font-size: .65rem; }.process-flow i { display: grid; width: 52px; height: 52px; margin: 50px 0 36px; place-items: center; border-radius: 50%; background: var(--paper); color: var(--blue-dark); font-style: normal; font-weight: 700; }.process-flow li:not(:last-child) i::after { position: absolute; right: -8px; width: 15px; color: var(--blue); content: '→'; }
.process-flow h3 { margin-bottom: 16px; }.process-flow p { color: var(--muted); font-size: .86rem; }

.dark-section { background: var(--ink); color: var(--white); }.section-heading.light > p { color: #9b9da5; }
.engagement-path { display: grid; grid-template-columns: repeat(5,1fr); align-items: end; }
.engagement-path > .level { min-width: 0; grid-row: 1; }.level-0 { grid-column: 1; }.level-1 { grid-column: 2; }.level-2 { grid-column: 3; }.level-3 { grid-column: 4; }.level-4 { grid-column: 5; }
html[lang="de"] .level h3,
html[lang="de"] .level-trigger .level-heading { overflow-wrap: break-word; hyphens: auto; }
.level { position: relative; min-height: 250px; padding: 25px 22px; border: 1px solid #34363d; background: #17181d; transition: background .25s, border-color .25s, box-shadow .25s, transform .25s; }.engagement-path > .level:not(:first-child) { border-left: 0; }.level-1 { min-height: 300px; border-top: 3px solid var(--blue); background: #202126; }.level-2 { min-height: 350px; }.level-3 { min-height: 400px; }.level-4 { min-height: 450px; }
.level::before { position: absolute; inset: -1px -1px auto; height: 3px; background: var(--blue); content: ''; opacity: 0; transform: scaleX(.25); transform-origin: left; transition: opacity .25s, transform .25s; }
.level:hover { z-index: 2; border-color: var(--blue); background: #20242b; box-shadow: 0 22px 55px rgba(0,0,0,.38), 0 0 0 1px rgba(30,138,248,.18); transform: translateY(-7px); }
.level:hover::before { opacity: 1; transform: scaleX(1); }
.level b { color: var(--blue); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }.level h3 { margin: 60px 0 18px; font-size: 1.17rem; }.level p { color: #adafb6; font-size: .8rem; }.level small { position: absolute; right: 22px; bottom: 22px; left: 22px; color: #777983; font-size: .63rem; }
.level-trigger { width: 100%; appearance: none; color: inherit; font: inherit; text-align: left; cursor: pointer; }.level-trigger .level-kicker { display: block; color: var(--blue); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.level-trigger .level-heading { display: block; margin: 60px 0 18px; font-size: 1.17rem; font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }.level-trigger .level-description { display: block; color: #adafb6; font-size: .8rem; }.level-trigger .level-meta { position: absolute; right: 54px; bottom: 22px; left: 22px; color: #777983; font-size: .63rem; }.level-toggle-icon { position: absolute; right: 18px; bottom: 17px; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(30,138,248,.38); border-radius: 50%; color: var(--blue); font-size: 1.2rem; font-weight: 400; line-height: 1; box-shadow: 0 0 12px rgba(30,138,248,.18); transition: background .2s,color .2s,transform .2s; }.level-trigger[aria-expanded="true"] .level-toggle-icon { background: var(--blue); color: var(--white); transform: rotate(180deg); }
.level-detail-panel { grid-row: 2; grid-column: 1/-1; margin-top: 24px; padding: 42px; border: 1px solid var(--line); background: var(--white); color: var(--ink); box-shadow: 0 24px 60px rgba(6,8,37,.12); animation: assessment-panel-in .32s ease both; }.level-detail-panel[hidden] { display: none; }.rapid-panel-layout { display: grid; grid-template-areas: "copy results" "value cta"; grid-template-columns: .82fr 1.18fr; column-gap: 64px; row-gap: 28px; align-items: start; }.rapid-panel-copy { grid-area: copy; }.rapid-panel-copy h2 { margin-bottom: 28px; font-size: clamp(2rem,3.2vw,3.35rem); }.rapid-panel-copy > p { color: var(--muted); }.rapid-panel-results { min-width: 0; grid-area: results; }.rapid-panel-value { grid-area: value; margin: 0; padding: 22px 0 22px 22px; border-left: 3px solid var(--blue); font-size: 1rem; }.rapid-panel-value strong { color: var(--blue-dark); }.rapid-panel-cta { grid-area: cta; margin: 0; align-self: start; justify-self: end; font-size: 1rem; }
@keyframes assessment-panel-in { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }

.assessment { background: var(--ice); }.assessment-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }.assessment-copy h2 { margin-bottom: 32px; font-size: clamp(2.3rem,3.7vw,3.75rem); }.assessment-copy > p { color: var(--muted); }.assessment blockquote { margin: 45px 0 0; padding: 25px 0 25px 25px; border-left: 3px solid var(--blue); font-size: 1.05rem; }.assessment blockquote strong { color: var(--blue-dark); }
.output-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cfd5da; border-left: 1px solid #cfd5da; }.output-grid div { min-height: 128px; padding: 27px; border-right: 1px solid #cfd5da; border-bottom: 1px solid #cfd5da; font-size: .88rem; font-weight: 600; }.output-grid span { display: block; margin-bottom: 24px; color: var(--blue-dark); font-size: .65rem; }

.differentiators { background: var(--paper); }.difference-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.difference-grid article { min-height: 0; padding: 26px 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.25); }.difference-title { display: grid; margin: 12px 0 18px; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; }.difference-title .reason-marker { color: #ffc247; font-size: 1.7rem; font-weight: 600; line-height: .78; text-shadow: 0 0 7px rgba(255,194,71,.95),0 0 18px rgba(234,164,33,.72); }.difference-title h3 { margin: 0; font-size: 1.3rem; }.difference-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.team { background: #eceae4; }.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.team-card { padding: 18px 18px 30px; border: 1px solid #d3d1cb; background: var(--paper); }.portrait { position: relative; display: grid; height: 250px; margin-bottom: 25px; place-items: center; overflow: hidden; background: linear-gradient(145deg,#272930,#15161a); }.portrait::before { position: absolute; width: 190px; height: 190px; border: 1px solid rgba(234,164,33,.4); border-radius: 50%; content: ''; }.portrait::after { position: absolute; width: 280px; height: 1px; background: linear-gradient(90deg,transparent,var(--amber),transparent); content: ''; transform: rotate(-35deg); }.portrait span { position: relative; z-index: 2; color: var(--white); font-size: 2.7rem; font-weight: 500; letter-spacing: -.05em; }.portrait-cb { background: linear-gradient(145deg,#29343f,#17191d); }.portrait-partner { background: repeating-linear-gradient(135deg,#202126,#202126 12px,#25262c 12px,#25262c 24px); }.portrait.has-photo { height: auto; aspect-ratio: 4/3; background: #f8f8f8; }.portrait.has-photo::before,.portrait.has-photo::after { display: none; }.portrait.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.team-role { min-height: 57px; color: var(--blue-dark); font-size: .63rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; }.team-role strong { font-weight: 800; }.team-card h3 { margin: 16px 0; font-size: 1.55rem; }.team-card p,.team-card li { color: var(--muted); font-size: .8rem; }.team-card ul { padding-left: 18px; }.team-card .availability { margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 600; }.network-note { display: flex; gap: 45px; margin: 28px 0 0; padding: 25px 28px; border: 1px solid #d3d1cb; color: var(--muted); font-size: .82rem; }.network-note span { flex: 0 0 auto; color: var(--ink); font-weight: 700; }

.final-cta { padding: 64px 0; background: var(--amber); }.final-cta .eyebrow { color: #604100; }.final-cta .eyebrow span { background: var(--ink); }.final-cta-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }.final-cta h2 { font-size: clamp(2.5rem,4.5vw,4.7rem); }.final-cta-inner > div:last-child > p { margin-bottom: 35px; color: #4b360d; }.final-cta .text-link { border-color: #58400f; color: var(--ink); }

.contact { background: var(--paper); }.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }.contact-copy { position: sticky; top: 120px; align-self: start; }.contact-copy h2 { margin-bottom: 28px; }.contact-copy p { color: var(--muted); }.contact-copy .contact-direct { margin: 28px 0 4px; }.contact-copy > a { color: var(--blue-dark); font-weight: 700; }
.contact-form { padding: 42px; border: 1px solid var(--line); background: var(--white); }.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }.contact-form label { display: grid; gap: 9px; margin-bottom: 20px; color: #373940; font-size: .72rem; font-weight: 700; }.contact-form input,.contact-form select,.contact-form textarea { width: 100%; border: 1px solid #cfd1d6; border-radius: 0; background: #fbfbfa; color: var(--ink); padding: 13px; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--blue); outline: 2px solid rgba(30,138,248,.15); }.contact-form fieldset { margin: 6px 0 22px; padding: 0; border: 0; }.contact-form legend { margin-bottom: 12px; color: #373940; font-size: .72rem; font-weight: 700; }.contact-form .radio { display: inline-flex; gap: 8px; margin: 0 23px 0 0; align-items: center; font-weight: 500; }.contact-form .radio input,.contact-form .consent input { width: auto; }.contact-form .consent { display: flex; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-weight: 500; }.contact-form .consent input { margin-top: 4px; }.contact-form .consent a { color: var(--blue-dark); }.form-status { margin: 20px 0 0; color: #246c38; font-weight: 600; }.contact-form .invalid { border-color: #b42318; }
.field-label { display: inline; }.required-mark { color: #b42318; font-size: .86rem; }
.contact-honeypot { position: absolute!important; width: 1px!important; height: 1px!important; margin: -1px!important; padding: 0!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; border: 0!important; }
.contact-turnstile { min-height: 65px; margin: 4px 0 20px; }
.contact-form[aria-busy="true"] button[type="submit"] { cursor: wait; opacity: .72; }

.site-footer { padding: 50px 0 22px; background: var(--ink); color: var(--white); }.footer-top { display: grid; padding-bottom: 34px; grid-template-columns: .7fr 1fr auto; gap: 80px; align-items: center; border-bottom: 1px solid #32343a; }.footer-top p { max-width: 520px; margin: 0; color: #9b9da5; font-size: .85rem; }.footer-brand .shiftix-brand-logo { width: 196px; }.back-top { color: var(--blue); font-size: .75rem; text-decoration: none; }.footer-links { display: grid; padding: 36px 0; grid-template-columns: repeat(4,1fr); gap: 40px; }.footer-links div { display: grid; align-content: start; gap: 10px; }.footer-links strong { margin-bottom: 10px; color: var(--white); font-size: .7rem; text-transform: uppercase; }.footer-links a { color: #8f919a; font-size: .75rem; text-decoration: none; }.footer-links a:hover { color: var(--blue); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #32343a; color: #6f717a; font-size: .65rem; }

/* Alternating section rhythm: dark #060825, then light, throughout the page. */
.engagement { background: var(--white); color: var(--ink); }
.engagement .eyebrow { color: var(--muted); }
.engagement .section-heading.light > p { color: var(--muted); }
.engagement .level { border-color: var(--line); background: #f7f8fb; color: var(--ink); }
.engagement .level-1 { border-top-color: var(--amber); background: rgba(234,164,33,.10); }
.engagement .level p { color: var(--muted); }
.engagement .level small { color: #737681; }
.engagement .level-trigger .level-description { color: var(--muted); }.engagement .level-trigger .level-meta { color: #737681; }
.engagement .level:hover { border-color: var(--blue); background: var(--white); box-shadow: 0 22px 55px rgba(6,8,37,.16), 0 0 0 1px rgba(30,138,248,.14); }

.differentiators { background: var(--ink); color: var(--white); }
.differentiators .eyebrow.dark { color: #aeb1c1; }
.differentiators .section-heading > p { color: #b7b9c8; }
.differentiators .difference-grid { border-color: #292d52; }
.differentiators .difference-grid article { border-color: #292d52; background: var(--ink-2); }
.differentiators .difference-grid h3 { color: var(--white); }
.differentiators .difference-grid p { color: #b7b9c8; }

.assessment { background: var(--ink); color: var(--white); }
.assessment .eyebrow.dark { color: #aeb1c1; }
.assessment .assessment-copy > p { color: #b7b9c8; }
.assessment blockquote { border-left-color: var(--blue); color: #e4e5ec; }
.assessment blockquote strong { color: #68b2ff; }
.assessment .output-grid { border-color: #292d52; }
.assessment .output-grid div { border-color: #292d52; background: rgba(255,255,255,.025); color: var(--white); }
.assessment .output-grid span { color: #68b2ff; }

/* Alternative consulting concept: one fixed hero image beneath the full page. */
body.fixed-background-version { position: relative; isolation: isolate; background: transparent; }
body.fixed-background-version::before { position: fixed; z-index: -2; inset: 0; background: #060825 url('Sources/tacd-hero-transformation-flow.webp') center center / cover no-repeat; content: ''; }
.fixed-background-version .hero { background: transparent; }
.fixed-background-version .hero-art { display: none; }
.fixed-background-version .principle,
.fixed-background-version .differentiators,
.fixed-background-version .assessment,
.fixed-background-version .site-footer { background: rgba(6,8,37,.74); backdrop-filter: brightness(.78); }
.fixed-background-version .differentiators .difference-grid article { background: rgba(13,16,52,.60); }
.fixed-background-version .assessment .output-grid div { background: rgba(13,16,52,.34); }
.fixed-background-version .services,
.fixed-background-version .engagement,
.fixed-background-version .team,
.fixed-background-version .contact { position: relative; z-index: 1; }
.fixed-background-version .services { background: var(--paper); }
.fixed-background-version .engagement { background: var(--white); }
.fixed-background-version .team { background: #eceae4; }
.fixed-background-version .contact { background: var(--paper); }
.fixed-background-version .final-cta { position: relative; z-index: 1; }

/* Customer-situation pages */
.situation-page .hero { min-height: 820px; }
.situation-page .hero-copy { max-width: 900px; }
.situation-page .hero .eyebrow { margin-bottom: 28px; }
.situation-page .hero h1 { max-width: 940px; }
.hero-supporting { max-width: 720px; margin: -10px 0 34px; color: #9296ad; font-size: .9rem; }
.situation-section { position: relative; z-index: 1; }
.situation-light { background: var(--paper); color: var(--ink); }
.situation-dark { background: rgba(6,8,37,.76); color: var(--white); backdrop-filter: brightness(.78); }
.situation-dark .section-heading > p,
.situation-dark .section-intro p { color: #b7b9c8; }
.section-intro p:last-child { margin-bottom: 0; }

.trigger-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trigger-grid article { display: grid; min-height: 128px; padding: 25px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 28px 1fr; gap: 18px; align-items: start; background: rgba(255,255,255,.36); }
.trigger-grid article > span,
.why-grid article > span { color: #ffc247; font-size: 1.6rem; font-weight: 700; line-height: 1; text-shadow: 0 0 7px rgba(255,194,71,.9),0 0 16px rgba(234,164,33,.65); }
.trigger-grid p { margin: 0; color: var(--charcoal); font-size: .9rem; }

.dimension-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #292d52; border-left: 1px solid #292d52; }
.dimension-grid article { min-width: 0; min-height: 280px; padding: 28px; border-right: 1px solid #292d52; border-bottom: 1px solid #292d52; background: rgba(13,16,52,.52); }
.dimension-grid article > span,
.approach-grid li > span,
.engagement-card-grid article > span { display: block; margin-bottom: 50px; color: #68b2ff; font-size: .66rem; font-weight: 700; letter-spacing: .08em; }
.dimension-grid h3 { margin-bottom: 18px; }
.dimension-grid p { margin: 0; color: #b7b9c8; font-size: .86rem; }
.dimension-grid.process-dimensions { grid-template-columns: repeat(5,1fr); }
.dimension-grid.recovery-dimensions { grid-template-columns: repeat(3,1fr); }

.outcome-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.outcome-heading { position: sticky; top: 112px; }
.outcome-heading h2 { margin-bottom: 28px; }
.outcome-heading > p:last-child { color: var(--muted); }
.outcome-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.outcome-list li { position: relative; min-height: 148px; padding: 28px 28px 28px 54px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--charcoal); font-size: .86rem; }
.outcome-list li::before { position: absolute; top: 31px; left: 27px; color: var(--blue); font-weight: 800; content: '✓'; }

.pull-quote { margin: 0; padding: 10px 0 10px 24px; border-left: 3px solid var(--amber); color: #e8e9ef; font-size: 1.05rem; }
.approach-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(5,1fr); border-top: 1px solid #292d52; border-left: 1px solid #292d52; list-style: none; }
.approach-grid li { min-height: 340px; padding: 26px 24px; border-right: 1px solid #292d52; border-bottom: 1px solid #292d52; background: rgba(13,16,52,.52); }
.approach-grid h3 { min-height: 72px; margin-bottom: 20px; font-size: 1.15rem; }
.approach-grid p { margin: 0; color: #b7b9c8; font-size: .8rem; }
.method-strip { display: grid; margin-top: 24px; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(104,178,255,.3); background: rgba(6,8,37,.52); }
.method-strip article { position: relative; padding: 23px 24px; }
.method-strip article + article { border-left: 1px solid rgba(104,178,255,.2); }
.method-strip article:not(:last-child)::after { position: absolute; top: 24px; right: -6px; z-index: 1; color: var(--amber); content: '→'; }
.method-strip strong,.method-strip span { display: block; }
.method-strip strong { margin-bottom: 8px; color: #68b2ff; font-size: .82rem; text-transform: uppercase; }
.method-strip span { color: #aeb1c1; font-size: .72rem; }

.assessment-offer-head { display: grid; margin-bottom: 48px; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.assessment-offer-head h2 { font-size: clamp(3rem,5.4vw,5.7rem); }
.process-page .assessment-offer-head h2 { font-size: clamp(2.35rem,4vw,4.35rem); }
.assessment-offer-head > div:last-child > p { margin-bottom: 28px; color: var(--muted); font-size: 1.02rem; }
.assessment-columns { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; }
.assessment-questions { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.assessment-questions h3,.assessment-results h3 { margin-bottom: 24px; font-size: 1.05rem; text-transform: uppercase; }
.assessment-questions ul { margin: 0; padding-left: 20px; }
.assessment-questions li { margin-bottom: 13px; color: var(--charcoal); font-size: .84rem; }
.compact-output-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cfd5da; border-left: 1px solid #cfd5da; }
.compact-output-grid div { min-height: 112px; padding: 22px; border-right: 1px solid #cfd5da; border-bottom: 1px solid #cfd5da; font-size: .8rem; font-weight: 600; }
.compact-output-grid span { display: block; margin-bottom: 14px; color: var(--blue-dark); font-size: .62rem; }

.engagement-card-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #292d52; border-left: 1px solid #292d52; }
.engagement-card-grid article { min-height: 390px; padding: 30px; border-right: 1px solid #292d52; border-bottom: 1px solid #292d52; background: rgba(13,16,52,.52); }
.engagement-card-grid article > span { margin-bottom: 32px; }
.engagement-card-grid h3 { max-width: 500px; margin-bottom: 18px; font-size: 1.45rem; }
.engagement-card-grid p,.engagement-card-grid li { color: #b7b9c8; font-size: .8rem; }
.engagement-card-grid h4 { margin: 28px 0 10px; color: #68b2ff; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.engagement-card-grid ul { columns: 2; margin-bottom: 0; padding-left: 18px; }
.engagement-card-grid.three-cards article:last-child { min-height: 285px; grid-column: 1/-1; }
.recovery-page .trigger-grid article:last-child,
.recovery-page .outcome-list li:last-child { grid-column: 1/-1; }

.why-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article { display: grid; min-height: 205px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 25px 1fr; gap: 15px; background: rgba(255,255,255,.36); }
.why-grid h3 { margin: 2px 0 15px; font-size: 1.25rem; }
.why-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.proof-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.proof-layout h2 { margin-bottom: 30px; }
.proof-note { max-width: 510px; color: #aeb1c1; font-size: .86rem; }
.proof-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2,1fr); border-top: 1px solid #292d52; border-left: 1px solid #292d52; list-style: none; }
.proof-list li { position: relative; min-height: 125px; padding: 26px 26px 26px 50px; border-right: 1px solid #292d52; border-bottom: 1px solid #292d52; color: #d7d8e1; font-size: .82rem; }
.proof-list li::before { position: absolute; top: 28px; left: 25px; color: var(--blue); content: '◆'; }

.situation-final-cta { position: relative; z-index: 1; padding: 72px 0; background: var(--paper); color: var(--ink); }
.situation-cta-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.situation-cta-layout h2 { font-size: clamp(2.5rem,4.2vw,4.4rem); }
.situation-cta-layout > div:last-child > p { color: var(--charcoal); }
.situation-cta-layout .cta-support { margin: 25px 0 30px; padding-left: 20px; border-left: 3px solid var(--blue); font-size: .85rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid #292d52; }
.faq-list details { border-bottom: 1px solid #292d52; }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; color: var(--white); font-size: 1rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 22px; right: 4px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(104,178,255,.4); border-radius: 50%; color: #68b2ff; content: '+'; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 760px; padding: 0 50px 25px 0; color: #b7b9c8; font-size: .86rem; }
.faq-list details[open] p { animation: faq-content-in .4s ease both; }
@keyframes faq-content-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
.shiftix-faq .faq-list { border-color: rgba(6,8,37,.32); }
.shiftix-faq .faq-list details { border-color: rgba(6,8,37,.32); }
.shiftix-faq .faq-list summary { color: var(--ink); }
.shiftix-faq .faq-list summary::after { border-color: rgba(6,8,37,.42); background: rgba(255,255,255,.14); color: var(--ink); }
.shiftix-faq .faq-list details p { color: #4b360d; }
.situation-footer .footer-links span { color: #666a7b; font-size: .75rem; }

/* Shiftix product page */
.shiftix-page .shiftix-hero { min-height: 780px; padding-top: 100px; background: transparent; }
.shiftix-page .shiftix-hero::before { background: linear-gradient(90deg,rgba(6,8,37,.98) 0%,rgba(6,8,37,.90) 38%,rgba(6,8,37,.46) 67%,rgba(6,8,37,.20) 100%); }
.shiftix-hero-layout { position: relative; z-index: 2; display: grid; min-height: 650px; grid-template-columns: .72fr 1.28fr; gap: 0; align-items: start; }
.shiftix-hero-copy { position: relative; z-index: 4; padding-top: 24px; }
.shiftix-hero h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(3.1rem,5.3vw,5.5rem); }
.shiftix-gold { color: #f0ad2d; text-shadow: 0 0 18px rgba(234,164,33,.24); }
.shiftix-hero .hero-lede { max-width: 610px; }
.shiftix-device-stage { position: relative; min-width: 0; height: 640px; perspective: 1200px; }
.shiftix-device-stage::before { position: absolute; right: 0; bottom: 2%; left: 2%; height: 24%; border-radius: 50%; background: rgba(30,138,248,.32); filter: blur(70px); content: ''; }
.shiftix-device-stage .device { position: absolute; height: auto; padding: 0; border: 0; background: transparent; opacity: 0; filter: drop-shadow(0 24px 32px rgba(0,0,0,.35)); cursor: zoom-in; transition: filter .35s ease; }
.shiftix-device-stage .device img { width: 100%; height: auto; transition: transform .28s ease,filter .28s ease; }
.shiftix-device-stage .device:hover img { filter: brightness(1.05); transform: translateY(-3px) scale(1.015); }
.shiftix-device-stage .device:focus-visible { border-radius: 4px; outline: 3px solid #68b2ff; outline-offset: 5px; }
.device-monitor { z-index: 1; top: 8px; right: -2%; width: 93%; }
.device-laptop { z-index: 3; bottom: 0; left: 3%; width: 63%; }
.device-tablet { z-index: 4; bottom: 0; left: 50%; width: 46.8%; }
.device-phone { z-index: 5; right: -1%; bottom: 0; width: 14%; }
.shiftix-device-stage.devices-ready .device { animation: shiftix-device-fade-in .7s cubic-bezier(.22,.61,.36,1) both; }
.shiftix-device-stage.devices-ready .device-monitor { animation-delay: 0s; }
.shiftix-device-stage.devices-ready .device-laptop { animation-delay: .65s; }
.shiftix-device-stage.devices-ready .device-tablet { animation-delay: 1.3s; }
.shiftix-device-stage.devices-ready .device-phone { animation-delay: 1.95s; }
@keyframes shiftix-device-fade-in { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }

.shiftix-device-lightbox { position: fixed; z-index: 300; inset: 0; display: grid; padding: 40px; place-items: center; background: rgba(6,8,37,.88); backdrop-filter: blur(5px) brightness(.68); opacity: 0; transition: opacity .22s ease; }
.shiftix-device-lightbox[hidden] { display: none; }
.shiftix-device-lightbox.is-open { opacity: 1; }
.shiftix-lightbox-image { width: auto; height: auto; max-width: calc(100vw - 80px); max-height: calc(100vh - 80px); object-fit: contain; filter: drop-shadow(0 32px 70px rgba(0,0,0,.55)); transform: scale(.97); transition: transform .25s cubic-bezier(.22,.61,.36,1); }
.shiftix-device-lightbox.is-open .shiftix-lightbox-image { transform: none; }
.shiftix-lightbox-close { position: fixed; z-index: 1; top: 22px; right: 26px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(6,8,37,.65); color: var(--white); font-size: 2rem; font-weight: 300; line-height: 1; transition: border-color .2s,background .2s,transform .2s; }
.shiftix-lightbox-close:hover { border-color: #68b2ff; background: var(--blue); transform: rotate(4deg); }
body.image-lightbox-open { overflow: hidden; }

.shiftix-feature-grid { display: grid; grid-template-areas: "automatic automatic mobile" "swap replacement replacement"; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.shiftix-feature-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.shiftix-feature-card img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: center; border: 0; }
.shiftix-feature-copy { padding: 24px 28px; }
.shiftix-feature-copy h3 { margin-bottom: 13px; font-size: 1.55rem; }
.shiftix-feature-copy p { margin: 0; color: var(--muted); font-size: .88rem; }
.feature-auto { display: flex; min-height: 560px; grid-area: automatic; flex-direction: column; justify-content: flex-end; }
.feature-auto .shiftix-feature-copy { display: grid; min-height: 118px; place-content: center; text-align: center; }
.feature-auto > img { width: calc(100% - 24px); margin: 0 auto; }
.feature-mobile { display: flex; min-height: 560px; grid-area: mobile; flex-direction: column; }
.feature-mobile > img { width: calc(100% - 20px); margin: 58px auto 0; }
.feature-mobile .shiftix-feature-copy { display: grid; min-height: 145px; margin-top: auto; align-content: center; text-align: center; }
.feature-swap { display: flex; min-height: 365px; padding: 20px; grid-area: swap; flex-direction: column; justify-content: center; }
.feature-swap > img { width: 100%; margin: 0 auto; }
.feature-swap .shiftix-feature-copy { min-height: 76px; padding: 18px 0 0; text-align: center; }
.feature-replacement { display: grid; min-height: 365px; padding: 10px; grid-area: replacement; grid-template-columns: .42fr .58fr; align-items: center; background: rgba(45,119,255,.10); }
.feature-replacement .shiftix-feature-copy { padding: 30px 22px; }
.feature-replacement > img { width: 100%; }
.feature-motion { opacity: 1; transform: none; }
.reveal-animations .feature-motion { opacity: 0; transition: opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal-animations .feature-up { transform: translateY(28px); }
.reveal-animations .feature-left { transform: translateX(-32px); }
.reveal-animations .feature-zoom { transform: scale(.84); }
.feature-delay-200 { transition-delay: .2s; }
.feature-delay-400 { transition-delay: .4s; }
.reveal-animations .feature-motion.visible { opacity: 1; transform: none; }
.shiftix-section-button { margin-top: 30px; }

.shiftix-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #292d52; border-left: 1px solid #292d52; }
.shiftix-benefit-grid article { min-height: 270px; padding: 28px 25px; border-right: 1px solid #292d52; border-bottom: 1px solid #292d52; background: rgba(13,16,52,.52); }
.shiftix-benefit-grid article > span { display: block; margin-bottom: 55px; color: #ffc247; font-size: 2rem; font-weight: 700; line-height: 1; text-shadow: 0 0 8px rgba(255,194,71,.9),0 0 18px rgba(234,164,33,.68); }
.shiftix-benefit-grid h3 { margin-bottom: 16px; font-size: 1.18rem; }
.shiftix-benefit-grid p { margin: 0; color: #b7b9c8; font-size: .8rem; }

/* Shiftix overview alternates light and transparent-dark sections after the feature grid. */
.shiftix-video.situation-dark .shiftix-video-layout > div:first-child > p:last-child { color: #b7b9c8; }
.shiftix-video.situation-dark .shiftix-video-frame { border-color: #292d52; box-shadow: 0 26px 60px rgba(0,0,0,.3); }

.shiftix-benefits.situation-light .shiftix-benefit-grid { border-color: var(--line); }
.shiftix-benefits.situation-light .shiftix-benefit-grid article { border-color: var(--line); background: rgba(255,255,255,.5); }
.shiftix-benefits.situation-light .shiftix-benefit-grid h3 { color: var(--ink); }
.shiftix-benefits.situation-light .shiftix-benefit-grid p { color: var(--muted); }

.shiftix-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.shiftix-stat-grid article { min-height: 250px; padding: 33px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.44); }
.shiftix-stat-grid strong { display: block; margin-bottom: 48px; color: var(--blue-dark); font-size: clamp(2.8rem,4.3vw,4.5rem); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.shiftix-stat-grid p { max-width: 225px; margin: 0; color: var(--charcoal); font-size: .84rem; }

.shiftix-statistics.situation-dark .shiftix-stat-grid { border-color: #292d52; }
.shiftix-statistics.situation-dark .shiftix-stat-grid article { border-color: #292d52; background: rgba(13,16,52,.52); }
.shiftix-statistics.situation-dark .shiftix-stat-grid strong { color: #68b2ff; text-shadow: 0 0 18px rgba(30,138,248,.22); }
.shiftix-statistics.situation-dark .shiftix-stat-grid p { color: #b7b9c8; }
.shiftix-stat-note { margin: 14px 0 0; color: #989bae; font-size: .7rem; line-height: 1.5; }

.shiftix-support { min-height: 400vh; padding: 0; }
.shiftix-support-pin { position: sticky; top: 0; display: flex; min-height: 100vh; overflow: hidden; padding: 88px 0 42px; align-items: center; }
.shiftix-support-pin .section-heading { margin-bottom: 28px; }
.shiftix-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: start; }
.shiftix-story-visual { position: relative; height: min(50vh,450px); min-height: 390px; overflow: hidden; border: 1px solid #292d52; background: rgba(13,16,52,.62); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.shiftix-story-visual::after { position: absolute; inset: 0; border: 1px solid rgba(104,178,255,.12); content: ''; pointer-events: none; }
.shiftix-story-visual img { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity .5s ease,transform .8s ease; }
.shiftix-story-visual img.active { opacity: 1; transform: scale(1); }
.shiftix-story-steps { display: grid; height: min(50vh,450px); min-height: 390px; grid-template-rows: repeat(4,1fr); }
.shiftix-story-step { position: relative; display: grid; min-height: 0; padding: 15px 20px; border-top: 1px solid #292d52; grid-template-areas: "number title" "number copy"; grid-template-columns: 34px 1fr; column-gap: 12px; align-content: center; opacity: .38; transition: opacity .3s,background .3s,border-color .3s,box-shadow .3s; }
.shiftix-story-step:last-child { border-bottom: 1px solid #292d52; }
.shiftix-story-step:hover { background: rgba(30,138,248,.05); opacity: .72; }
.shiftix-story-step.active { border-color: rgba(104,178,255,.65); background: rgba(30,138,248,.09); box-shadow: inset 3px 0 0 var(--blue); opacity: 1; }
.shiftix-story-step.active:hover { opacity: 1; }
.shiftix-story-step > span { display: block; margin: 3px 0 0; grid-area: number; color: #68b2ff; font-size: .62rem; font-weight: 700; }
.shiftix-story-step h3 { margin: 0 0 7px; grid-area: title; font-size: 1.08rem; }
.shiftix-story-step p { margin: 0; grid-area: copy; color: #b7b9c8; font-size: .72rem; line-height: 1.5; }
.shiftix-story-choice { position: absolute; z-index: 2; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; inset: 0; }
.shiftix-story-choice:focus-visible { outline: 2px solid #68b2ff; outline-offset: -4px; }

.shiftix-support.situation-light .shiftix-story-visual { border-color: var(--line); background: rgba(255,255,255,.55); box-shadow: 0 25px 60px rgba(6,8,37,.12); }
.shiftix-support.situation-light .shiftix-story-visual::after { border-color: rgba(30,138,248,.1); }
.shiftix-support.situation-light .shiftix-story-step { border-color: var(--line); }
.shiftix-support.situation-light .shiftix-story-step:hover { background: rgba(30,138,248,.055); }
.shiftix-support.situation-light .shiftix-story-step.active { border-color: rgba(30,138,248,.42); background: rgba(30,138,248,.075); box-shadow: inset 3px 0 0 var(--blue); }
.shiftix-support.situation-light .shiftix-story-step h3 { color: var(--ink); }
.shiftix-support.situation-light .shiftix-story-step p { color: var(--muted); }

.shiftix-video-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: center; }
.shiftix-video-layout h2 { margin-bottom: 25px; font-size: clamp(2.3rem,3.7vw,3.8rem); }
.shiftix-video-layout > div:first-child > p:last-child { color: var(--muted); }
.shiftix-video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid #ccd3da; background: var(--ink); box-shadow: 0 26px 60px rgba(6,8,37,.16); }
.shiftix-video-frame iframe { position: absolute; width: 100%; height: 100%; border: 0; inset: 0; }
.shiftix-video-poster { position: absolute; display: grid; overflow: hidden; width: 100%; height: 100%; padding: 0; border: 0; color: var(--white); cursor: pointer; font: inherit; text-decoration: none; place-items: center; inset: 0; isolation: isolate; }
.shiftix-video-poster::after { position: absolute; z-index: -1; background: linear-gradient(180deg,rgba(6,8,37,.08),rgba(6,8,37,.78)); content: ''; inset: 0; }
.shiftix-video-poster img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; inset: 0; transition: transform .35s ease,opacity .35s ease; }
.shiftix-video-poster:hover img { opacity: .82; transform: scale(1.025); }
.shiftix-video-poster strong { position: absolute; right: 24px; bottom: 20px; left: 24px; text-align: center; font-size: var(--type-action); }
.shiftix-video-play { display: grid; width: 78px; height: 78px; padding-left: 5px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--blue); box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: 1.6rem; place-items: center; transition: transform .25s ease,background .25s ease; }
.shiftix-video-poster:hover .shiftix-video-play { background: var(--amber); transform: scale(1.06); }
.shiftix-video-poster.media-consent-required { background: radial-gradient(circle at 70% 25%,rgba(30,138,248,.2),transparent 48%),var(--ink); }
.shiftix-video-poster.media-consent-required .shiftix-video-play { background: transparent; }
.shiftix-video-consent-note { position: absolute; right: 24px; bottom: 52px; left: 24px; color: #b7b9c8; text-align: center; font-size: .72rem; line-height: 1.5; }
.shiftix-video-local-notice { position: absolute; display: grid; padding: 44px; text-align: center; place-content: center; gap: 14px; inset: 0; }
.shiftix-video-local-notice strong { color: var(--white); font-size: clamp(1.2rem,2vw,1.7rem); }
.shiftix-video-local-notice span { max-width: 600px; color: #b7b9c8; line-height: 1.6; }
.shiftix-video-local-notice code { padding: 2px 6px; background: rgba(255,255,255,.1); color: var(--amber); }

.shiftix-role-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
.shiftix-role-card { position: relative; min-height: 650px; padding: 34px 26px 88px; border: 1px solid #292d52; background: rgba(13,16,52,.52); transition: border-color .25s,background .25s,box-shadow .25s,transform .25s; }
.shiftix-role-card > span { display: block; margin-bottom: 42px; color: #68b2ff; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.shiftix-role-card h3 { min-height: 76px; margin-bottom: 23px; font-size: 1.38rem; }
.shiftix-role-card ul { columns: 1; margin: 0; padding-left: 18px; }
.shiftix-role-card li { break-inside: avoid; margin-bottom: 10px; color: #b7b9c8; font-size: .8rem; }
.shiftix-role-card > a { position: absolute; right: 26px; bottom: 32px; left: 26px; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid #292d52; color: #68b2ff; font-size: .8rem; font-weight: 700; text-decoration: none; }
.shiftix-role-card > a:hover { color: var(--white); }
.shiftix-role-card-highlight { z-index: 2; border-color: rgba(104,178,255,.75); background: rgba(30,138,248,.14); box-shadow: 0 20px 48px rgba(0,0,0,.28),0 0 28px rgba(30,138,248,.18); transform: translateY(-12px); }
.shiftix-role-card-highlight::before { position: absolute; top: -1px; right: -1px; left: -1px; height: 3px; background: var(--blue); box-shadow: 0 0 14px rgba(30,138,248,.85); content: ''; }
.shiftix-role-card-highlight > span { color: #9acfff; text-shadow: 0 0 12px rgba(30,138,248,.7); }

.shiftix-final-cta { background: var(--paper); }
body.consent-dialog-open { overflow: hidden; }
.consent-ui [hidden] { display: none !important; }
.consent-banner { position: fixed; z-index: 1200; right: 22px; bottom: 22px; left: 22px; display: flex; max-width: 1180px; margin: 0 auto; padding: 22px 24px; border: 1px solid rgba(104,178,255,.36); background: #0d1034; color: var(--white); box-shadow: 0 22px 70px rgba(0,0,0,.42); gap: 28px; align-items: center; justify-content: space-between; }
.consent-banner-copy { max-width: 690px; }
.consent-banner-copy strong { display: block; margin-bottom: 7px; font-size: 1rem; }
.consent-banner-copy p { margin: 0; color: #c1c4d2; font-size: .78rem; line-height: 1.55; }
.consent-ui a { color: #7fbdff; }
.consent-actions,.consent-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-button { min-height: 44px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.32); border-radius: 2px; background: transparent; color: var(--white); cursor: pointer; font: inherit; font-size: .74rem; font-weight: 700; }
.consent-button:hover,.consent-button:focus-visible { border-color: var(--amber); outline: 2px solid transparent; color: var(--amber); }
.consent-button-primary { border-color: var(--blue); background: var(--blue); color: var(--white); }
.consent-button-primary:hover,.consent-button-primary:focus-visible { border-color: var(--amber); background: var(--amber); color: var(--ink); }
.consent-modal-backdrop { position: fixed; z-index: 1300; display: grid; padding: 22px; background: rgba(2,4,22,.78); place-items: center; inset: 0; }
.consent-modal { position: relative; overflow: auto; width: min(720px,100%); max-height: min(760px,calc(100vh - 44px)); padding: 34px; border: 1px solid rgba(30,138,248,.28); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.5); color: var(--ink); }
.consent-modal h2 { margin: 0 42px 10px 0; font-size: clamp(1.7rem,3vw,2.35rem); }
.consent-modal > p { margin: 0 0 24px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.consent-modal a { color: #096ecf; }
.consent-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.consent-close:focus-visible { outline: 2px solid var(--blue); }
.consent-category { display: grid; padding: 20px 0; border-top: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.consent-category strong,.consent-category span { display: block; }
.consent-category strong { margin-bottom: 5px; font-size: .9rem; }
.consent-category div > span { max-width: 520px; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.consent-switch { position: relative; display: block; width: 50px; height: 28px; cursor: pointer; }
.consent-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent-switch > span { position: absolute; border-radius: 16px; background: #aeb3bd; inset: 0; transition: background .2s; }
.consent-switch > span::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 5px rgba(0,0,0,.22); content: ''; transition: transform .2s; }
.consent-switch input:checked + span { background: var(--blue); }
.consent-switch input:checked + span::after { transform: translateX(22px); }
.consent-switch input:focus-visible + span { outline: 3px solid rgba(30,138,248,.35); outline-offset: 3px; }
.consent-switch input:disabled + span { opacity: .62; }
.consent-switch em { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-modal-actions { padding-top: 24px; border-top: 1px solid var(--line); justify-content: flex-end; }
.consent-modal .consent-button-secondary { border-color: #aeb3bd; color: var(--ink); }
.consent-modal .consent-button-secondary:hover,.consent-modal .consent-button-secondary:focus-visible { border-color: var(--blue); color: #096ecf; }
.footer-consent-link { padding: 0; border: 0; background: transparent; color: #8f919a; cursor: pointer; font: inherit; font-size: .75rem; text-align: left; }
.footer-consent-link:hover,.footer-consent-link:focus-visible { color: var(--blue); outline: 0; text-decoration: underline; }

@media (max-width: 760px) {
  .consent-banner { right: 12px; bottom: 12px; left: 12px; padding: 19px; align-items: stretch; flex-direction: column; gap: 16px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions [data-consent-accept] { grid-column: 1 / -1; grid-row: 1; }
  .consent-modal { padding: 28px 20px; }
  .consent-category { gap: 15px; }
  .consent-modal-actions { display: grid; grid-template-columns: 1fr; }
}

.shiftix-feature-hero { min-height: 860px; padding-top: 104px; background: transparent; }
.shiftix-feature-hero::before { background: linear-gradient(90deg,rgba(6,8,37,.98) 0%,rgba(6,8,37,.91) 40%,rgba(6,8,37,.52) 72%,rgba(6,8,37,.22) 100%); }
.shiftix-feature-hero-inner { position: relative; z-index: 2; display: grid; min-height: 725px; padding: 24px 0 46px; grid-template-columns: .88fr 1.12fr; gap: 78px; align-items: center; }
.shiftix-feature-hero h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(3.25rem,5.5vw,5.8rem); }
.shiftix-feature-hero .hero-lede { max-width: 660px; }
.shiftix-feature-index { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(104,178,255,.22); border-left: 1px solid rgba(104,178,255,.22); background: rgba(6,8,37,.34); box-shadow: 0 24px 60px rgba(0,0,0,.2); backdrop-filter: blur(5px); }
.shiftix-feature-index a { display: grid; min-height: 78px; padding: 16px 18px; border-right: 1px solid rgba(104,178,255,.22); border-bottom: 1px solid rgba(104,178,255,.22); grid-template-columns: 28px 1fr; gap: 12px; align-items: center; color: #e5e7ee; font-size: 20px; font-weight: 650; line-height: 1.35; text-decoration: none; transition: background .2s,color .2s,box-shadow .2s; }
.shiftix-feature-index a span { color: #68b2ff; font-size: .59rem; letter-spacing: .08em; }
html[lang="de"] .shiftix-feature-index a { padding-inline: 15px; gap: 10px; font-size: 1rem; line-height: 1.3; }
.shiftix-feature-index a:hover { background: rgba(30,138,248,.15); box-shadow: inset 3px 0 0 var(--blue); color: var(--white); }

.shiftix-feature-detail { overflow: hidden; padding: 88px 0; }
.feature-detail-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 82px; align-items: center; }
.feature-detail-reverse { grid-template-columns: 1.14fr .86fr; }
.feature-detail-reverse .feature-detail-copy { order: 2; }
.feature-detail-reverse .feature-detail-visual { order: 1; }
.feature-detail-copy h2 { max-width: 640px; margin-bottom: 26px; font-size: clamp(2.45rem,4.15vw,4.25rem); }
.feature-detail-copy > p:not(.eyebrow):not(.feature-result) { max-width: 650px; margin-bottom: 24px; color: var(--muted); }
.situation-dark .feature-detail-copy > p:not(.eyebrow):not(.feature-result) { color: #b7b9c8; }
.feature-check-list { display: grid; margin: 0 0 28px; padding: 0; gap: 10px; list-style: none; }
.feature-check-list li { position: relative; padding-left: 25px; color: var(--charcoal); font-size: .86rem; line-height: 1.55; }
.feature-check-list li::before { position: absolute; top: 1px; left: 0; color: var(--blue); font-weight: 800; content: '✓'; }
.situation-dark .feature-check-list li { color: #d6d8e2; }
.situation-dark .feature-check-list li::before { color: #68b2ff; }
.feature-result { max-width: 660px; margin: 0; padding: 18px 20px; border-left: 3px solid var(--blue); background: rgba(30,138,248,.08); color: var(--ink); font-size: .88rem; }
.feature-result strong { display: block; margin-bottom: 3px; color: var(--blue-dark); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.situation-dark .feature-result { background: rgba(30,138,248,.12); color: #f1f2f8; }
.situation-dark .feature-result strong { color: #68b2ff; }
.feature-detail-visual { display: grid; width: 100%; min-height: 420px; overflow: hidden; padding: 20px; border: 1px solid #d7dce3; background: rgba(255,255,255,.96); box-shadow: 0 28px 65px rgba(6,8,37,.16); place-items: center; transition: border-color .25s,box-shadow .25s,transform .25s; }
.feature-detail-visual:hover { border-color: var(--blue); box-shadow: 0 30px 70px rgba(6,8,37,.22),0 0 24px rgba(30,138,248,.16); transform: translateY(-4px); }
.feature-detail-visual img { width: 100%; height: auto; max-height: 510px; object-fit: contain; }
.feature-detail-mobile-visual img { max-height: 470px; }
.shiftix-feature-cta { padding: 78px 0; }
.feature-back-link { margin: 0; padding: 0 0 5px; border: 0; }

/* About Us */
.about-hero { min-height: 860px; padding-top: 112px; }
.about-hero .hero-layout { min-height: 720px; }
.about-hero-copy { max-width: 1000px; }
.about-hero h1 { max-width: 980px; font-size: clamp(3.25rem,5.8vw,5.9rem); }
.about-hero h1 em { white-space: nowrap; }
.about-hero-text { display: grid; max-width: 900px; gap: 17px; }
.about-hero-text p { margin: 0; color: #b9bccb; font-size: 20px; line-height: 1.65; }
.about-hero-text p:first-child { color: #e6e7ee; font-size: 20px; }
.about-hero .button-row { margin-top: 34px; }
.fixed-background-version .about-team { position: relative; z-index: 1; background: var(--white); color: var(--ink); backdrop-filter: none; }
.about-team .section-heading > p { color: var(--muted); }
.about-team .team-card { color: var(--ink); }
.about-team .team-role { min-height: 122px; font-size: 20px; line-height: 1.3; letter-spacing: -.015em; }
.about-team .network-note { border-color: var(--line); background: var(--paper); color: var(--muted); }
.about-team .network-note span { color: var(--ink); }
.about-how-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.about-how-layout h2 { max-width: 590px; }
.about-how-copy { display: grid; gap: 20px; }
.about-how-copy > p { max-width: 700px; margin: 0; color: #b7b9c8; }
.about-how-copy > p:first-child { color: #e6e7ee; font-size: 1.08rem; }
.about-work-list { display: grid; margin: 8px 0; padding: 0; grid-template-columns: repeat(2,1fr); border-top: 1px solid #292d52; border-left: 1px solid #292d52; list-style: none; }
.about-work-list li { position: relative; min-height: 74px; padding: 20px 20px 18px 47px; border-right: 1px solid #292d52; border-bottom: 1px solid #292d52; background: rgba(13,16,52,.52); color: var(--white); font-size: .84rem; font-weight: 600; }
.about-work-list li::before { position: absolute; top: 19px; left: 20px; color: #ffc247; font-size: 1.25rem; font-weight: 700; line-height: 1; text-shadow: 0 0 7px rgba(255,194,71,.9),0 0 16px rgba(234,164,33,.65); content: '>'; }
.about-partner-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.about-partner-layout > * { min-width: 0; }
.about-partner-layout h2 { max-width: 610px; }
html[lang="de"] .about-partner-layout h2 { font-size: clamp(2rem,3.1vw,3.25rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
.about-partner-copy { display: grid; gap: 20px; }
.about-partner-copy p { max-width: 690px; margin: 0; color: var(--muted); }
.about-partner-copy p:first-child { color: var(--ink); font-size: 1.12rem; font-weight: 500; }
.about-partner-copy .button { margin-top: 12px; justify-self: start; }
.about-partner.final-cta .about-partner-copy p { color: #4b360d; }
.about-partner.final-cta .about-partner-copy p:first-child { color: var(--ink); }

/* Contact */
.contact-page-hero { position: relative; z-index: 1; min-height: 100vh; padding: 152px 0 82px; background: rgba(6,8,37,.68); color: var(--white); backdrop-filter: brightness(.78); }
.contact-page-hero .contact-layout { align-items: start; }
.contact-page-hero .contact-copy h1 { max-width: 570px; margin-bottom: 30px; font-size: clamp(3rem,5vw,5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.contact-page-hero .contact-copy p { max-width: 570px; color: #b7b9c8; }
.contact-page-hero .contact-copy > a { color: #68b2ff; font-weight: 700; }
.contact-page-hero .contact-form { box-shadow: 0 30px 75px rgba(0,0,0,.25); }
.contact-page .site-footer { background: rgba(6,8,37,.78); }

.shiftix-page .site-footer { background: rgba(6,8,37,.78); }
.reveal { opacity: 1; transform: none; }
.reveal-animations .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-animations .reveal-left { transform: translateX(-25px); }
.reveal-animations .reveal-right { transform: translateX(25px); }
.reveal-animations .reveal-zoom { transform: scale(.965); }
.reveal-animations .reveal.visible,.reveal-animations .reveal-left.visible,.reveal-animations .reveal-right.visible,.reveal-animations .reveal-zoom.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; } .reveal,.feature-motion,.reveal-animations .reveal,.reveal-animations .feature-motion { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .brand small { display: none; }.primary-nav { gap: 12px; }.primary-nav > a:not(.button),.nav-toggle { font-size: .67rem; }
  .hero::before { background: linear-gradient(90deg, rgba(6,8,37,.97) 0%, rgba(6,8,37,.88) 43%, rgba(6,8,37,.25) 78%, rgba(6,8,37,.08) 100%); }
  .service-grid { grid-template-columns: repeat(2,1fr); }.service-card:last-child { grid-column: 1/-1; min-height: 480px; }
  .engagement-path { grid-template-columns: repeat(2,1fr); align-items: stretch; }.engagement-path > .level { grid-row: auto; grid-column: auto; min-height: 275px; border: 1px solid #34363d; }.engagement-path > .level:not(:first-child) { border-left: 1px solid var(--line); }.level:last-child { grid-column: 1/-1; }.level-detail-panel { grid-row: auto; grid-column: 1/-1; margin-top: 0; }.rapid-panel-layout { grid-template-areas: "copy" "results" "value" "cta"; grid-template-columns: 1fr; gap: 32px; }
  .assessment-layout,.contact-layout { gap: 55px; }.team-card { padding: 12px 12px 25px; }.portrait { height: 210px; }
  .situation-page .primary-nav { gap: 10px; }
  .dimension-grid { grid-template-columns: repeat(2,1fr); }
  .dimension-grid.process-dimensions,.dimension-grid.recovery-dimensions { grid-template-columns: repeat(2,1fr); }
  .approach-grid { grid-template-columns: repeat(2,1fr); }
  .approach-grid li:last-child { grid-column: 1/-1; min-height: 260px; }
  .outcome-layout,.proof-layout { gap: 55px; }
  .shiftix-hero-layout { grid-template-columns: .8fr 1.2fr; }
  .shiftix-device-stage { height: 570px; }
  .device-monitor { top: 20px; width: 94%; }
  .shiftix-benefit-grid,.shiftix-stat-grid { grid-template-columns: repeat(2,1fr); }
  .shiftix-role-grid { grid-template-columns: repeat(2,1fr); }
  .shiftix-role-card-highlight { transform: none; }
  .shiftix-story { gap: 48px; }
  .shiftix-video-layout { gap: 48px; }
  .shiftix-feature-hero-inner { gap: 42px; }
  .feature-detail-layout,.feature-detail-reverse { gap: 50px; }
  .feature-detail-visual { min-height: 350px; }
  .about-how-layout,.about-partner-layout { gap: 60px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px),var(--max)); }.section { padding: 60px 0; }
  .menu-toggle { position: relative; z-index: 102; display: block; }.menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0 0 auto; display: flex; width: 100%; height: 100vh; height: 100dvh; overflow-y: auto; padding: 105px 30px 34px; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); transform: translateX(100%); transition: transform .3s; }.primary-nav.open { transform: translateX(0); }.primary-nav > a:not(.button) { padding: 14px 0; border-bottom: 1px solid #34363d; font-size: 1.02rem; }.primary-nav .button { margin-top: 22px; }
  .primary-nav > .nav-current::after { bottom: 0; }
  .nav-dropdown { width: 100%; }
  .nav-toggle { width: 100%; min-height: 52px; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #34363d; font-size: 1.02rem; text-align: left; }
  .nav-dropdown::after { display: none; }
  .nav-dropdown:hover .nav-menu,
  .nav-dropdown.hover-open .nav-menu,
  .nav-dropdown:focus-within .nav-menu { visibility: hidden; opacity: 0; pointer-events: none; }
  .nav-menu { position: static; display: none; width: 100%; margin-top: 4px; border-color: #34363d; background: #0d1034; box-shadow: none; color: var(--white); visibility: visible; opacity: 1; transform: none; transition: none; pointer-events: auto; }
  .nav-dropdown.is-open .nav-menu,
  .nav-dropdown.is-open:hover .nav-menu,
  .nav-dropdown.is-open:focus-within .nav-menu { display: block; visibility: visible; opacity: 1; pointer-events: auto; }
  .products-menu a + a { border-top: 1px solid #252848; }
  .services-menu > * + * { border-top-color: #252848; }
  .nav-menu-placeholder { color: #858899; }
  .language-switcher { margin: 12px 0 0; }
  .language-toggle { min-height: 44px; padding: 9px 0; font-size: .85rem; }
  .language-menu a { background: rgba(30,138,248,.12); }
  .language-placeholder { color: #858899; }
  .hero { min-height: 700px; padding-top: 118px; }.hero-layout { min-height: 550px; }.hero-copy { width: 100%; }.hero-art img { object-position: 64% center; }.hero::before { background: linear-gradient(90deg, rgba(6,8,37,.98) 0%, rgba(6,8,37,.9) 62%, rgba(6,8,37,.38) 100%); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }.section-heading > p { max-width: 650px; }
  .principle-inner { grid-template-columns: 1fr; gap: 25px; }.principle-inner > p { grid-column: auto; margin-top: 0; }
  .process-flow { grid-template-columns: repeat(2,1fr); }.process-flow li { border: 1px solid var(--line); }.process-flow li:nth-child(n+3) { border-top: 0; }
  .assessment-layout,.contact-layout,.final-cta-inner { grid-template-columns: 1fr; }.assessment-layout,.contact-layout,.final-cta-inner { gap: 60px; }.difference-grid { grid-template-columns: repeat(2,1fr); }.team-grid { grid-template-columns: 1fr; }.team-card { padding: 18px 18px 30px; }.portrait { height: 300px; }
  .contact-copy { position: static; }.footer-top { grid-template-columns: 1fr auto; gap: 30px; }.footer-top p { grid-row: 2; grid-column: 1/-1; }.footer-links { grid-template-columns: repeat(2,1fr); }
  .situation-page .hero { min-height: 760px; }
  .outcome-layout,.assessment-offer-head,.assessment-columns,.proof-layout,.situation-cta-layout,.faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .outcome-heading { position: static; }
  .approach-grid { grid-template-columns: repeat(2,1fr); }
  .method-strip { grid-template-columns: repeat(2,1fr); }
  .method-strip article:nth-child(3) { border-top: 1px solid rgba(104,178,255,.2); border-left: 0; }
  .method-strip article:nth-child(4) { border-top: 1px solid rgba(104,178,255,.2); }
  .engagement-card-grid,.why-grid { grid-template-columns: repeat(2,1fr); }
  .shiftix-page .shiftix-hero { min-height: 870px; }
  .shiftix-hero-layout { min-height: 755px; padding-top: 20px; grid-template-columns: 1fr; }
  .shiftix-hero-copy { max-width: 720px; }
  .shiftix-device-stage { width: min(690px,100%); height: 400px; margin: -15px auto 0; }
  .device-monitor { top: 0; right: 0; width: 84%; }
  .device-laptop { right: auto; bottom: 0; left: 2%; width: 62%; }
  .device-tablet { top: auto; bottom: 0; left: 49%; width: 45.6%; }
  .device-phone { right: 0; bottom: 0; width: 14%; }
  .shiftix-device-stage .device,
  .shiftix-device-stage.devices-ready .device { opacity: 1; animation: none; transform: none; }
  .shiftix-feature-grid { grid-template-areas: "automatic" "mobile" "swap" "replacement"; grid-template-columns: 1fr; }
  .feature-auto,.feature-mobile,.feature-swap,.feature-replacement { min-height: 0; }
  .feature-mobile > img { margin-top: 24px; }
  .feature-replacement { grid-template-columns: 1fr; }
  .feature-replacement > img { order: -1; }
  .shiftix-support { min-height: 0; padding: 60px 0; }
  .shiftix-support-pin { position: static; min-height: 0; overflow: visible; padding: 0; }
  .shiftix-story { grid-template-columns: 1fr; gap: 38px; }
  .shiftix-story-visual { position: sticky; z-index: 2; top: 84px; height: 390px; min-height: 0; }
  .shiftix-story-steps { height: auto; min-height: 0; grid-template-rows: none; }
  .shiftix-story-step { display: block; min-height: 190px; padding: 28px 24px; }
  .shiftix-story-step > span { margin-bottom: 28px; }
  .shiftix-story-step h3 { margin-bottom: 14px; font-size: 1.35rem; }
  .shiftix-story-step p { font-size: .82rem; }
  .shiftix-video-layout { grid-template-columns: 1fr; gap: 45px; }
  .shiftix-feature-hero { min-height: 1050px; }
  .shiftix-feature-hero-inner { min-height: 930px; padding-top: 20px; grid-template-columns: 1fr; gap: 42px; }
  .shiftix-feature-hero h1 { max-width: 820px; }
  .shiftix-feature-index { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shiftix-feature-detail { padding: 66px 0; }
  .feature-detail-layout,.feature-detail-reverse { grid-template-columns: 1fr; gap: 42px; }
  .feature-detail-reverse .feature-detail-copy,.feature-detail-reverse .feature-detail-visual { order: initial; }
  .feature-detail-visual { min-height: 360px; }
  .about-hero { min-height: 880px; padding-top: 112px; }
  .about-hero .hero-layout { min-height: 750px; }
  .about-how-layout,.about-partner-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-page-hero { min-height: 0; padding-top: 125px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }.container { width: min(calc(100% - 28px),var(--max)); }.section { padding: 48px 0; }
  .hero h1 { font-size: clamp(2.75rem,13.5vw,4rem); }.hero-lede { font-size: 1rem; }.button-row { align-items: stretch; flex-direction: column; }.button-row .button { width: 100%; }.text-link { align-self: flex-start; }.trust-line { flex-direction: column; gap: 7px; }.trust-line li + li::before { margin-right: 10px; }
  .hero { min-height: 680px; }.hero-layout { min-height: 540px; }.hero-art img { object-position: 70% center; opacity: .62; }.hero::before { background: linear-gradient(90deg, rgba(6,8,37,.98), rgba(6,8,37,.84)); }
  .service-grid { grid-template-columns: 1fr; }.service-card,.service-card:last-child { grid-column: auto; min-height: 535px; }.principle { padding: 48px 0; }.principle-inner { grid-template-columns: 1fr; }.principle-inner > p { grid-column: 1; }
  .process-flow { grid-template-columns: 1fr; }.process-flow li:nth-child(n) { min-height: auto; border: 1px solid var(--line); border-top: 0; }.process-flow li:first-child { border-top: 1px solid var(--line); }.process-flow i { margin: 32px 0 22px; }.process-flow li:not(:last-child) i::after { right: 25px; content: '↓'; }
  .engagement-path { grid-template-columns: 1fr; }.level:last-child { grid-column: auto; }.level { min-height: 245px; }.level-detail-panel { grid-column: 1; padding: 24px 18px; }.rapid-panel-layout { gap: 32px; }
  .output-grid,.difference-grid { grid-template-columns: 1fr; }.output-grid div { min-height: 105px; }.difference-grid article { min-height: 0; }.portrait { height: 250px; }.network-note { flex-direction: column; gap: 10px; }
  .final-cta { padding: 48px 0; }.contact-form { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-form .radio { display: flex; margin: 0 0 10px; }
  .footer-top { grid-template-columns: 1fr; }.footer-top p { grid-area: auto; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { gap: 12px; flex-direction: column; }
  .services-menu { width: 100%; }
  .trigger-grid,.dimension-grid,.outcome-list,.approach-grid,.method-strip,.compact-output-grid,.engagement-card-grid,.why-grid,.proof-list { grid-template-columns: 1fr; }
  .dimension-grid.process-dimensions,.dimension-grid.recovery-dimensions { grid-template-columns: 1fr; }
  .trigger-grid article { min-height: 0; }
  .dimension-grid article,.approach-grid li,.engagement-card-grid article,.why-grid article { min-height: 0; }
  .approach-grid li:last-child { grid-column: auto; }
  .approach-grid h3 { min-height: 0; }
  .method-strip article + article { border-top: 1px solid rgba(104,178,255,.2); border-left: 0; }
  .method-strip article:not(:last-child)::after { top: auto; right: 22px; bottom: -9px; content: '↓'; }
  .engagement-card-grid ul { columns: 1; }
  .engagement-card-grid.three-cards article:last-child,
  .recovery-page .trigger-grid article:last-child,
  .recovery-page .outcome-list li:last-child { min-height: 0; grid-column: auto; }
  .situation-page .hero { min-height: 720px; }
  .situation-page .hero .eyebrow { margin-bottom: 20px; }
  .situation-final-cta { padding: 48px 0; }
  .shiftix-page .shiftix-hero { min-height: 780px; }
  .shiftix-hero-layout { min-height: 665px; }
  .shiftix-device-stage { height: 265px; margin-top: -5px; }
  .device-monitor { top: 0; width: 86%; }
  .device-laptop { right: auto; left: 1%; width: 62%; }
  .device-tablet { top: auto; bottom: 0; left: 49%; width: 46.8%; }
  .device-phone { right: 0; bottom: 0; width: 15%; }
  .shiftix-device-lightbox { padding: 18px; }
  .shiftix-lightbox-image { max-width: calc(100vw - 36px); max-height: calc(100vh - 36px); }
  .shiftix-lightbox-close { top: 14px; right: 14px; }
  .shiftix-feature-copy { min-height: 0; }
  .shiftix-benefit-grid,.shiftix-stat-grid,.shiftix-role-grid { grid-template-columns: 1fr; }
  .shiftix-benefit-grid article,.shiftix-stat-grid article { min-height: 0; }
  .shiftix-benefit-grid article > span,.shiftix-stat-grid strong { margin-bottom: 30px; }
  .shiftix-story-visual { position: relative; top: 0; height: 280px; }
  .shiftix-story-step { min-height: 0; }
  .shiftix-role-card { min-height: 0; }
  .shiftix-role-card ul { columns: 1; }
  .shiftix-feature-hero { min-height: 1240px; }
  .shiftix-feature-hero-inner { min-height: 1120px; padding-bottom: 34px; }
  .shiftix-feature-hero h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .shiftix-feature-index { grid-template-columns: 1fr; }
  .shiftix-feature-index a { min-height: 58px; padding: 12px 15px; }
  .shiftix-feature-detail { padding: 50px 0; }
  .feature-detail-copy h2 { font-size: clamp(2.2rem,10.5vw,3.15rem); }
  .feature-detail-visual { min-height: 230px; padding: 10px; }
  .feature-check-list { gap: 12px; }
  .about-hero { min-height: 920px; padding-top: 108px; }
  .about-hero .hero-layout { min-height: 790px; }
  .about-hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .about-hero-text p,.about-hero-text p:first-child { font-size: 20px; }
  .about-work-list { grid-template-columns: 1fr; }
  .contact-page-hero { padding-top: 112px; }
  .contact-page-hero .contact-copy h1 { font-size: clamp(2.65rem,12vw,3.8rem); }

  /* German compound nouns need explicit shrink and hyphenation room in one-column grids. */
  html[lang="de"] .about-hero h1 em { white-space: normal; }
  html[lang="de"] h1,
  html[lang="de"] h2,
  html[lang="de"] h3,
  html[lang="de"] h4,
  html[lang="de"] p,
  html[lang="de"] li { overflow-wrap: break-word; hyphens: auto; }
  .outcome-layout > *,
  .assessment-offer-head > *,
  .assessment-columns > *,
  .proof-layout > *,
  .situation-cta-layout > *,
  .faq-layout > *,
  .about-how-layout > *,
  .about-partner-layout > * { min-width: 0; }
}

/* Readable lower-tier type scale across the full site */
.eyebrow { font-size: var(--type-meta); }
.button,.text-link { font-size: var(--type-action); }
.primary-nav > a:not(.button),.nav-toggle { font-size: clamp(.74rem,calc(.7rem + .08vw),.8rem); }
.nav-menu a,.language-placeholder,.nav-menu-placeholder { font-size: var(--type-meta); }
.language-menu a span,.language-placeholder small,.nav-menu-placeholder small { font-size: .66rem; }
.trust-line { font-size: var(--type-secondary); line-height: 1.5; }

.service-card > p,
.principle-inner > p,
.process-flow p,
.level p,
.level-trigger .level-description,
.rapid-panel-copy > p,
.difference-grid p,
.team-card p,
.team-card li,
.network-note,
.footer-top p { font-size: var(--type-secondary); }

.offer small,
.level b,
.level-trigger .level-kicker,
.level small,
.level-trigger .level-meta,
.output-grid span,
.compact-output-grid span,
.engagement-card-grid article > span,
.engagement-card-grid h4,
.shiftix-story-step > span,
.shiftix-role-card > span,
.feature-result strong,
.shiftix-feature-index a span { font-size: var(--type-meta); }

.offer strong,
.card-link,
.service-detail h4,
.service-detail ul,
.service-detail p,
.card-detail-link,
.output-grid div,
.team-role,
.contact-form label,
.contact-form legend { font-size: var(--type-secondary); }

.back-top,
.footer-links strong,
.footer-links a,
.footer-bottom { font-size: var(--type-meta); }

.card-detail-link small { font-size: .72rem; }

.hero-supporting { font-size: var(--type-body-sm); }

.trigger-grid p,
.dimension-grid p,
.outcome-list li,
.approach-grid p,
.method-strip span,
.assessment-questions li,
.compact-output-grid div,
.engagement-card-grid p,
.engagement-card-grid li,
.why-grid p,
.proof-note,
.proof-list li,
.situation-cta-layout .cta-support,
.faq-list details p,
.shiftix-feature-copy p,
.shiftix-benefit-grid p,
.shiftix-stat-grid p,
.shiftix-story-step p,
.shiftix-role-card li,
.shiftix-role-card > a,
.feature-check-list li,
.feature-result,
.about-work-list li { font-size: var(--type-secondary); }

.situation-footer .footer-links span { font-size: var(--type-meta); }

@media (max-width: 820px) {
  .primary-nav > a:not(.button),.nav-toggle { font-size: 1.02rem; }
  .language-toggle { font-size: .9rem; }
}

/* Layout rebalancing after the readability update */
.brand small { font-size: .68rem; line-height: 1.15; }

.service-grid { align-items: start; }
.service-grid .service-card { min-height: 0; align-self: start; }
.service-card h3 { height: 86px; min-height: 86px; }
.service-card .card-promise { min-height: 54px; }
.service-card > p:not(.card-promise) { min-height: 100px; }
.service-card .offer { height: 112px; min-height: 112px; margin-top: 0; }
.service-card.expanded { min-height: 0; }

.level { padding-bottom: 76px; }
.level h3,.level-trigger .level-heading { margin-top: 48px; }

@media (min-width: 1051px) {
  .level-0 { min-height: 310px; }
  .level-1 { min-height: 360px; }
  .level-2 { min-height: 410px; }
  .level-3 { min-height: 460px; }
  .level-4 { min-height: 510px; }
}

@media (min-width: 821px) {
  .service-grid .service-card { display: grid; min-height: 680px; grid-template-rows: 112px 86px 54px minmax(124px,auto) 112px auto auto auto; align-content: start; }
  html[lang="de"] .service-grid .service-card { grid-template-rows: 112px 86px 54px minmax(166px,auto) 112px auto auto auto; }
  .service-grid .service-card:not(.expanded) { height: auto; }
  .service-grid .service-card.expanded { height: auto; min-height: 680px; }
  .service-card .offer { height: auto; margin-top: 0; }
  .team-card { display: grid; grid-template-rows: auto 92px 68px 120px 1fr; align-content: start; }
  .team-card .team-role { min-height: 0; font-size: var(--type-meta); }
  .team-card h3 { min-height: 0; margin: 14px 0; font-size: 1.42rem; }
  .team-card > p { min-height: 0; margin-bottom: 16px; }
}

.team-card { position: relative; padding-bottom: 68px; }
.team-linkedin { position: absolute; right: 18px; bottom: 18px; z-index: 2; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 3px; background: #0a66c2; color: var(--white); box-shadow: 0 8px 20px rgba(10,102,194,.2); transition: background .2s, box-shadow .2s, transform .2s; }
.team-linkedin svg { width: 20px; height: 20px; fill: currentColor; }
.team-linkedin:hover { background: #1683df; box-shadow: 0 11px 24px rgba(10,102,194,.3); transform: translateY(-2px); }

@media (max-width: 1050px) {
  .engagement-path > .level { min-height: 330px; }
}

@media (max-width: 820px) {
  .team-card { display: block; }
  .team-card .team-role { min-height: 0; font-size: var(--type-meta); }
  .team-card h3,.team-card > p { min-height: 0; }
}

@media (max-width: 560px) {
  .service-card h3,
  .service-card .card-promise,
  .service-card > p:not(.card-promise),
  .service-card .offer { min-height: 0; }
  .service-card h3,.service-card .offer { height: auto; }
  .service-card .offer { margin-top: 12px; }
  .engagement-path > .level { min-height: 300px; }
}

/* Simple, readable legal pages */
.legal-hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  align-items: end;
  padding: 150px 0 72px;
  background: rgba(6,8,37,.42);
  color: var(--white);
}
.legal-hero h1 {
  max-width: 920px;
  margin: 20px 0 0;
  font-size: clamp(3.2rem,6.2vw,6.3rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.legal-section { position: relative; z-index: 1; padding: 72px 0 90px; background: var(--paper); }
.legal-content { max-width: 900px; color: var(--ink); }
.legal-content h2 {
  margin: 46px 0 14px;
  font-size: clamp(1.35rem,2.2vw,1.8rem);
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p,
.legal-content li,
.legal-content td,
.legal-content th { font-size: 1rem; line-height: 1.72; }
.legal-content p { margin: 0 0 18px; color: #4f5260; }
.legal-content ul,
.legal-content ol { margin: 0 0 24px; padding-left: 24px; color: #4f5260; }
.legal-content li + li { margin-top: 7px; }
.legal-content a { color: #0879e8; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-content figure { margin: 28px 0; overflow-x: auto; }
.legal-content table { width: 100%; border-collapse: collapse; background: var(--white); }
.legal-content td,
.legal-content th { padding: 20px; border: 1px solid #d5d8e0; text-align: left; vertical-align: top; }
.legal-content strong { color: var(--ink); }

@media (max-width: 820px) {
  .legal-hero { min-height: 340px; padding: 122px 0 52px; }
  .legal-hero h1 { font-size: clamp(2.7rem,12vw,4rem); }
  .legal-section { padding: 50px 0 64px; }
  .legal-content h2 { margin-top: 36px; }
  .legal-content p,
  .legal-content li,
  .legal-content td,
  .legal-content th { font-size: .98rem; }
}
