:root {
  --bg: #f6faf9;
  --surface: #ffffff;
  --surface-soft: #edf5f3;
  --ink: #12181b;
  --ink-soft: #46545a;
  --muted: #738287;
  --line: #dbe7e5;
  --teal: #075f63;
  --teal-2: #0b7778;
  --teal-dark: #073f43;
  --burgundy: #a00022;
  --burgundy-dark: #790019;
  --gold: #c4a45e;
  --shadow: 0 28px 80px rgba(9, 39, 42, 0.16);
  --radius: 8px;
  --container-max: 1180px;
  --container-readable: 760px;
  --container-narrow: 940px;
  --max: var(--container-max);
  --pad: clamp(16px, 5vw, 64px);
  --space-2xs: clamp(8px, 1.6vw, 12px);
  --space-xs: clamp(12px, 2vw, 18px);
  --space-sm: clamp(16px, 2.6vw, 24px);
  --space-md: clamp(24px, 4vw, 40px);
  --space-lg: clamp(40px, 7vw, 72px);
  --space-xl: clamp(56px, 10vw, 126px);
  --text-sm: clamp(0.875rem, 0.84rem + 0.18vw, 1rem);
  --text-base: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  --text-lead: clamp(1.0625rem, 0.98rem + 0.42vw, 1.375rem);
  --heading-sm: clamp(1.35rem, 1.18rem + 0.85vw, 1.875rem);
  --heading-md: clamp(2rem, 1.42rem + 2.9vw, 4.125rem);
  --heading-lg: clamp(2.35rem, 1.65rem + 3.5vw, 4.25rem);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 96px;
}

body,
button,
input,
textarea {
  font: 400 var(--text-base) / 1.6 var(--font);
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(7, 95, 99, 0.34);
  outline-offset: 3px;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

ul,
ol {
  padding: 0;
}

li {
  list-style: none;
}

main {
  min-width: 0;
}

.container,
.site-container,
.section-container,
.section-shell,
.content-container {
  margin-inline: auto;
  max-width: var(--max);
  padding-inline: var(--pad);
  width: 100%;
}

.container-narrow,
.content-narrow {
  max-width: var(--container-narrow);
}

.readable,
.prose {
  max-width: var(--container-readable);
}

.flow > * + * {
  margin-top: var(--flow-space, var(--space-sm));
}

img,
svg {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

.responsive-image,
.responsive-picture img {
  display: block;
  height: auto;
  max-width: 100%;
}

.responsive-image-cover {
  object-fit: cover;
}

.responsive-image-contain,
.brand-logo,
.footer-brand-logo,
.holding-logo {
  object-fit: contain;
}

.brand-logo,
.footer-brand-logo {
  aspect-ratio: 1000 / 339;
}

.holding-logo {
  aspect-ratio: 1 / 1;
}

::selection {
  background: rgba(7, 95, 99, 0.18);
}

.skip-link {
  background: var(--teal);
  color: white;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement-bar {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 10px var(--pad);
}

.announcement-bar p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.announcement-bar strong {
  color: white;
}

.announcement-bar div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.announcement-bar a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 760;
}

.announcement-bar a:hover {
  color: white;
}

.site-header {
  align-items: center;
  background: rgba(246, 250, 249, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 231, 229, 0.78);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto auto;
  min-height: 82px;
  padding: 16px var(--pad);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  width: fit-content;
}

.brand-image {
  gap: 0;
}

.brand-image picture {
  display: block;
  width: clamp(150px, 14vw, 190px);
}

.brand-logo {
  height: auto;
  width: 100%;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--teal-2));
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 28px;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 42px;
}

.brand span:last-child {
  color: var(--ink);
  font-size: 23px;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-links {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  gap: clamp(12px, 1.5vw, 22px);
  font-size: 14px;
  font-weight: 720;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--teal);
}

.mobile-nav-cta {
  display: none;
}

.mobile-nav-toggle {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.mobile-nav-toggle span {
  background: var(--ink);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  width: 19px;
}

.mobile-nav-toggle span + span {
  margin-top: 5px;
}

.header-cta,
.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 820;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  white-space: nowrap;
}

.header-cta {
  gap: 4px;
}

.header-cta,
.button-primary {
  background: var(--burgundy);
  color: white;
}

.header-cta:hover,
.button-primary:hover {
  background: var(--burgundy-dark);
  transform: translateY(-1px);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--teal-dark);
}

.button-secondary:hover {
  border-color: rgba(7, 95, 99, 0.32);
  color: var(--teal);
  transform: translateY(-1px);
}

.eyebrow {
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 {
  font-size: var(--heading-lg);
  line-height: 1.04;
  margin-top: 18px;
  max-width: 760px;
}

h2 {
  font-size: var(--heading-md);
  line-height: 1;
}

h3 {
  font-size: var(--heading-sm);
  line-height: 1.12;
}

p,
li,
dd {
  overflow-wrap: anywhere;
}

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

.direct-contact {
  display: grid;
  gap: 8px;
  margin-top: 32px;
}

.contact-bullets {
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 750;
  margin-top: 24px;
}

.direct-contact a:first-child {
  color: var(--teal);
  font-size: 23px;
  font-weight: 900;
}

.direct-contact a:last-child {
  color: var(--burgundy);
  font-weight: 820;
  overflow-wrap: anywhere;
}

.contact-form {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(9, 39, 42, 0.08);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.embedded-form-shell {
  gap: 14px;
  padding: clamp(14px, 3vw, 22px);
  scroll-margin-top: 110px;
}

.salessuite-slot,
.salessuite-form,
.salessuite-form iframe,
.salessuite-slot iframe,
.embedded-form-shell > iframe {
  border-radius: 8px;
  overflow: hidden;
}

.salessuite-form iframe,
.salessuite-slot iframe,
.embedded-form-shell > iframe {
  background: white;
}

.form-consent-panel {
  align-content: center;
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.032) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 44px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  min-height: 400px;
  padding: clamp(22px, 4vw, 34px);
  position: relative;
}

.form-consent-panel::before {
  background: var(--teal);
  content: "";
  height: calc(100% - 40px);
  left: 0;
  opacity: 0.55;
  position: absolute;
  top: 20px;
  width: 3px;
}

.form-consent-panel[hidden] {
  display: none;
}

.form-consent-copy {
  display: grid;
  gap: 12px;
  max-width: 560px;
  min-width: 0;
}

.form-consent-copy span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-consent-panel strong {
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
}

.form-consent-panel p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.form-consent-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.form-consent-panel .button {
  width: fit-content;
}

.form-consent-panel a {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  appearance: none;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 56px;
  outline: 0;
  padding: 15px 16px;
  resize: vertical;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
  width: 100%;
}

.contact-form textarea {
  min-height: 140px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(7, 95, 99, 0.13);
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.form-error {
  background: rgba(160, 0, 34, 0.08);
  border: 1px solid rgba(160, 0, 34, 0.18);
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.6;
  padding: 14px 16px;
}

.form-error[hidden] {
  display: none;
}

.form-note a,
.form-error a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.faq-section {
  background: var(--bg);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 880px;
}

details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  list-style: none;
  padding: 22px 58px 22px 22px;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--teal);
  content: "+";
  font-size: 28px;
  position: absolute;
  right: 22px;
  top: 16px;
}

details[open] summary::after {
  content: "-";
}

details p {
  border-top: 1px solid var(--line);
  padding: 18px 22px 22px;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 64px 64px;
  color: white;
  padding: clamp(42px, 6vw, 72px) var(--pad) 28px;
}

.footer-shell {
  display: grid;
  gap: clamp(30px, 5vw, 52px);
  margin: 0 auto;
  max-width: var(--max);
  width: 100%;
}

.footer-topline {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: clamp(26px, 4vw, 40px);
}

.footer-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-topline h2 {
  color: white;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-top: 14px;
  max-width: 760px;
}

.footer-topline p:not(.footer-kicker) {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  margin-top: 18px;
  max-width: 760px;
}

.footer-main {
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(150px, 1fr));
  width: 100%;
}

.footer-company {
  align-content: start;
  display: grid;
  gap: 24px;
}

.footer-brand span:last-child {
  color: white;
}

.footer-column p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

.footer-signals {
  display: grid;
  gap: 10px;
  max-width: 310px;
}

.footer-signals li {
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  display: grid;
  font-size: 14px;
  font-weight: 760;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.45;
}

.footer-signals li::before {
  background: var(--gold);
  content: "";
  height: 2px;
  width: 18px;
}

.footer-cta {
  align-items: center;
  background: var(--burgundy);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  white-space: nowrap;
  width: fit-content;
}

.footer-cta:hover {
  background: var(--burgundy-dark);
  border-color: rgba(255, 255, 255, 0.28);
  color: white;
}

.footer-column {
  align-content: start;
  display: grid;
  gap: 10px;
}

.footer-column h2 {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.footer-column p {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 2px;
}

.footer-contact {
  font-style: normal;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 700;
}

.site-footer a:hover {
  color: white;
}

.footer-cookie-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 700;
  justify-self: start;
  padding: 0;
}

.footer-cookie-button:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 22px;
  justify-content: space-between;
  padding-top: 22px;
}

.cookie-banner {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 54px rgba(9, 39, 42, 0.16);
  display: grid;
  gap: 18px 24px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  left: var(--pad);
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(16px, 2.4vw, 24px);
  position: fixed;
  right: var(--pad);
  z-index: 90;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner:focus {
  outline: 3px solid rgba(7, 95, 99, 0.32);
  outline-offset: 4px;
}

.cookie-banner h2 {
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.12;
  margin-top: 6px;
}

.cookie-banner p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
  margin-top: 10px;
  max-width: 700px;
}

.cookie-copy {
  min-width: 0;
}

.cookie-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.cookie-option {
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 14px;
  font-weight: 780;
  gap: 10px;
  margin-top: 0;
  padding: 9px 11px;
}

.cookie-option input {
  accent-color: var(--teal);
  height: 18px;
  width: 18px;
}

.cookie-actions {
  align-content: center;
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.cookie-actions .button {
  min-height: 44px;
}

.cookie-legal-link {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  grid-column: 1 / -1;
  width: fit-content;
}

.legal-header {
  position: static;
}

.legal-page {
  margin: 0 auto;
  max-width: 940px;
  min-height: calc(100vh - 82px);
  padding: clamp(72px, 10vw, 132px) var(--pad);
}

.legal-page h1 {
  font-size: clamp(46px, 8vw, 82px);
  margin-top: 14px;
  max-width: 780px;
}

.legal-page > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.7;
  margin: 24px 0 34px;
  max-width: 720px;
}

.legal-section {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.legal-section h2 {
  font-size: clamp(24px, 3vw, 34px);
  hyphens: auto;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.legal-section p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
  margin-top: 14px;
}

.legal-section a {
  color: var(--teal);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-updated {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  margin: 28px 0 22px;
}

.site-footer > * {
  min-width: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .site-header.is-nav-open {
    z-index: 80;
  }

  .nav-links {
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(9, 39, 42, 0.16);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: var(--pad);
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    right: var(--pad);
    top: calc(100% + 8px);
    transform: translateY(-8px);
    visibility: hidden;
    z-index: 90;
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 0s linear 160ms;
  }

  .site-header.is-nav-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .nav-links a {
    border-radius: 8px;
    min-height: 44px;
    padding: 12px 14px;
  }

  .nav-links a:hover {
    background: var(--surface-soft);
  }

  .mobile-nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

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

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

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

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

@media (max-width: 820px) {
  section[id] {
    scroll-margin-top: 84px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    min-height: 76px;
  }

  .nav-links {
    grid-template-columns: 1fr;
  }

  .brand-mark {
    border-radius: 8px;
    font-size: 24px;
    height: 36px;
    width: 36px;
  }

  .brand-image picture {
    width: 154px;
  }

  .brand span:last-child {
    font-size: 21px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 15px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    white-space: normal;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    left: 14px;
    max-height: calc(100vh - 28px);
    overflow: auto;
    right: 14px;
  }

  .cookie-actions {
    min-width: 0;
  }

  .cookie-options {
    display: grid;
  }

  .cookie-option {
    align-items: flex-start;
  }

  .form-consent-panel {
    min-height: 340px;
  }

  .form-consent-actions {
    display: grid;
  }

  .form-consent-panel .button {
    width: 100%;
  }

  .footer-topline {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-signals {
    max-width: none;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 480px) {
  .site-header {
    gap: 8px;
  }

  .brand-image picture {
    width: 112px;
  }

  .header-cta {
    font-size: 12px;
    gap: 3px;
    min-height: 42px;
    padding: 0 10px;
  }

  h1 {
    font-size: clamp(38px, 10.4vw, 44px);
    overflow-wrap: break-word;
  }

  .hero-text,
  .section-heading p:not(.eyebrow),
  .os-contact .contact-copy p {
    font-size: 17px;
  }

  .contact-form {
    border-radius: 8px;
    padding: 22px;
  }

  .embedded-form-shell {
    padding: 10px;
  }
}

@media (max-width: 360px) {
  .cookie-banner {
    left: 12px;
    max-width: calc(100vw - 24px);
    right: auto;
    width: min(296px, calc(100vw - 24px));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Individual prozess.legal operating-system landing page */
.os-hero {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 0 50%, #071317 50% 100%);
  background-size: 72px 72px, 72px 72px, auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: calc(100vh - 82px);
}

.hero-panel {
  align-content: start;
  min-width: 0;
  padding: clamp(58px, 7vw, 106px) var(--pad);
}

.os-hero .hero-copy {
  align-self: start;
  max-width: none;
}

.os-hero h1 {
  color: #071317;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.95;
  margin: 0;
  max-width: 720px;
}

.os-hero .hero-text {
  color: #435156;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.62;
  margin-top: 28px;
  max-width: 700px;
}

.trust-signal-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  max-width: 720px;
}

.trust-signal-list li {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(7, 95, 99, 0.13);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(7, 19, 23, 0.05);
  display: flex;
  gap: 8px;
  min-height: 42px;
  min-width: 0;
  padding: 10px 12px;
}

.trust-signal-list span {
  color: #139a9b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-signal-list strong {
  color: #243237;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.os-proof-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  max-width: 720px;
  overflow: hidden;
}

.os-proof-list li {
  color: #344247;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.35;
  padding: 18px;
}

.os-proof-list li + li {
  border-left: 1px solid var(--line);
}

.process-map {
  --map-accent: #69d7d4;
  background:
    radial-gradient(circle at 75% 45%, rgba(11, 119, 120, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: auto, 54px 54px, 54px 54px, auto;
  color: white;
  min-height: 100%;
  position: relative;
}

.process-map[data-map-active="communication"] {
  --map-accent: #c4a45e;
}

.process-map[data-map-active="billing"] {
  --map-accent: #d94663;
}

.map-toolbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(115, 209, 206, 0.24);
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: clamp(22px, 3.2vw, 38px);
  max-width: 650px;
  padding: 14px;
  position: relative;
  z-index: 2;
}

.map-toolbar > div:first-child {
  display: grid;
  gap: 3px;
}

.map-toolbar span,
.map-status-grid span {
  color: var(--map-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-toolbar strong {
  color: white;
  font-size: 18px;
  line-height: 1.1;
}

.map-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.map-tool-actions span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(115, 209, 206, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 10px;
  text-transform: none;
}

.map-title {
  display: grid;
  gap: 8px;
  margin-bottom: clamp(22px, 3.2vw, 36px);
}

.map-title span,
.eyebrow {
  color: #139a9b;
}

.map-title span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.map-title strong {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.map-lanes {
  display: grid;
  gap: 16px;
  max-width: 590px;
  position: relative;
  z-index: 2;
}

.map-lanes::after {
  background: linear-gradient(180deg, transparent, rgba(115, 209, 206, 0.62), transparent);
  content: "";
  height: calc(100% - 32px);
  position: absolute;
  right: -28px;
  top: 16px;
  width: 2px;
}

.map-lane {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(115, 209, 206, 0.38);
  border-radius: 8px;
  color: white;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 8px 16px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 88px;
  padding: 16px 18px;
  position: relative;
  text-align: left;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.map-lane::after {
  background: currentColor;
  content: "";
  height: 2px;
  opacity: 0.72;
  position: absolute;
  right: -29px;
  top: 50%;
  width: 28px;
}

.map-lane span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.map-lane strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-lane small {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 13px;
  font-weight: 650;
  grid-column: 2;
}

.map-lane:hover,
.map-lane.is-active {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(2px);
}

.map-lane:focus-visible {
  outline: 3px solid rgba(105, 215, 212, 0.72);
  outline-offset: 4px;
}

.map-lane.is-active {
  border-color: var(--lane-accent);
  box-shadow:
    inset 0 0 0 1px var(--lane-accent),
    0 18px 42px rgba(0, 0, 0, 0.22);
}

.map-lane.is-active span {
  background: var(--lane-accent);
  border-color: var(--lane-accent);
  color: #071317;
}

.lane-intake,
.lane-deadlines {
  --lane-accent: #69d7d4;
  color: var(--lane-accent);
}

.lane-comms {
  --lane-accent: #c4a45e;
  color: var(--lane-accent);
}

.lane-billing {
  --lane-accent: #d94663;
  color: var(--lane-accent);
}

.map-hub {
  align-items: center;
  background: rgba(7, 19, 23, 0.92);
  border: 1px solid rgba(115, 209, 206, 0.44);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin-top: 22px;
  max-width: 390px;
  min-width: 250px;
  padding: 18px 20px 18px 58px;
  position: relative;
}

.map-hub span {
  background: #69d7d4;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(105, 215, 212, 0.12);
  height: 12px;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.map-hub strong {
  font-size: 16px;
}

.map-hub small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.map-status-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  max-width: 590px;
  position: relative;
  z-index: 2;
}

.map-status-grid div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(115, 209, 206, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
}

.map-status-grid strong {
  color: white;
  font-size: 14px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.map-detail {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  margin-top: 0;
  max-width: 590px;
  overflow: hidden;
  padding: clamp(18px, 2.3vw, 24px);
  position: relative;
  z-index: 2;
}

.map-lanes .map-detail {
  max-width: none;
}

.map-hub + .map-detail {
  margin-top: clamp(22px, 3vw, 34px);
}

.map-detail::before {
  background: var(--map-accent);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 4px;
}

.map-detail-heading {
  display: grid;
  gap: 6px;
}

.map-detail-heading span,
.map-detail dt {
  color: var(--map-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-detail h2 {
  color: white;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
  margin: 0;
}

.map-detail dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.map-detail dl div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding-top: 12px;
}

.map-detail dd {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.map-detail a {
  color: white;
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--map-accent);
  text-underline-offset: 5px;
  width: fit-content;
}

.signal-strip {
  background: white;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signal-strip article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: clamp(24px, 4vw, 44px) var(--pad);
}

.signal-strip article + article {
  border-left: 1px solid var(--line);
}

.signal-strip span,
.layer-stack span,
.sprint-timeline span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-strip strong {
  color: #071317;
  font-size: 22px;
  line-height: 1.1;
}

.signal-strip p {
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 340px;
}

.map-section,
.fit-section,
.proof-section,
.seo-intent-section,
.layers-section,
.deliverables-section,
.check-offer-section,
.os-contact,
.faq-section {
  padding: clamp(70px, 8vw, 126px) var(--pad);
}

.section-heading {
  margin: 0 auto clamp(38px, 5vw, 72px);
  max-width: var(--max);
}

.section-heading.compact {
  text-align: center;
}

.section-heading h2 {
  margin-top: 12px;
  max-width: 980px;
  overflow-wrap: anywhere;
}

.section-heading.compact h2,
.section-heading.compact p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.section-heading p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.65;
  margin-top: 20px;
  max-width: 760px;
}

.before-after {
  display: grid;
  gap: clamp(18px, 3vw, 36px);
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.before-after-column {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
}

.before-after-column > span {
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.after-column > span {
  color: var(--teal);
}

.before-after-column h3 {
  margin-top: 8px;
}

.process-sketch {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #f7fbfa;
  background-size: 32px 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin-top: 24px;
  min-width: 0;
  overflow: hidden;
  padding: 16px;
}

.process-sketch p {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.5;
}

.sketch-canvas {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(123, 154, 158, 0.2);
  border-radius: 8px;
  min-height: 196px;
  overflow: hidden;
  position: relative;
}

.process-sketch-sprint {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.1) 1px, transparent 1px),
    #eff9f8;
  background-size: 32px 32px;
  border-color: rgba(11, 119, 120, 0.2);
}

.sketch-flow {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sketch-flow span {
  background: white;
  border: 1px solid rgba(11, 119, 120, 0.2);
  border-radius: 8px;
  color: #12383d;
  display: grid;
  font-size: 12px;
  font-weight: 880;
  gap: 6px;
  line-height: 1.25;
  min-width: 0;
  padding: 12px;
  position: relative;
}

.sketch-flow span:not(:last-child)::after {
  background: var(--teal);
  content: "";
  height: 2px;
  position: absolute;
  right: -9px;
  top: 50%;
  width: 9px;
}

.sketch-flow strong {
  color: var(--teal);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.sketch-runbook {
  align-items: center;
  background: #071317;
  border: 1px solid rgba(105, 215, 212, 0.32);
  border-radius: 8px;
  color: white;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px 16px;
}

.sketch-runbook span {
  color: #69d7d4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sketch-runbook strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
}

.before-after-column ul {
  display: grid;
  gap: 0;
  margin-top: 22px;
}

.before-after-column li {
  display: grid;
  gap: 6px;
  padding: 20px 0;
}

.before-after-column li + li {
  border-top: 1px solid var(--line);
}

.before-after-column strong {
  color: #071317;
  font-size: 17px;
}

.before-after-column small {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.before-after-column .sketch-flow strong {
  color: var(--teal);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.before-after-column .sketch-runbook strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
}

.before-after-rail {
  align-content: center;
  display: grid;
  gap: 46px;
  justify-items: center;
}

.before-after-rail span {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.before-after-rail span::before {
  content: "→";
}

.contact-teaser-section {
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
  padding: 0 var(--pad) clamp(58px, 6vw, 92px);
}

.contact-teaser {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(9, 39, 42, 0.08);
  display: grid;
  gap: clamp(20px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--max);
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
}

.contact-teaser::before {
  background: var(--burgundy);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 4px;
}

.contact-teaser div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-teaser span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-teaser strong {
  color: var(--ink);
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.06;
}

.contact-teaser p {
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 780px;
}

.contact-teaser .button {
  white-space: nowrap;
}

.fit-section {
  background: white;
  border-top: 1px solid var(--line);
}

.fit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.fit-card {
  background:
    linear-gradient(180deg, rgba(7, 95, 99, 0.035), transparent 48%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 40px);
  position: relative;
}

.fit-card::before {
  background: var(--teal);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fit-card-negative::before {
  background: var(--burgundy);
}

.fit-card span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fit-card-negative span {
  color: var(--burgundy);
}

.fit-card h3 {
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.05;
  max-width: 560px;
}

.fit-card ul {
  display: grid;
  gap: 0;
  margin-top: 6px;
}

.fit-card li {
  color: var(--ink-soft);
  display: grid;
  gap: 12px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.6;
  padding: 16px 0;
}

.fit-card li + li {
  border-top: 1px solid var(--line);
}

.fit-card li::before {
  align-items: center;
  background: rgba(7, 95, 99, 0.12);
  border-radius: 50%;
  color: var(--teal);
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  width: 22px;
}

.fit-card-negative li::before {
  background: rgba(160, 0, 34, 0.1);
  color: var(--burgundy);
  content: "–";
}

.proof-section {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.04) 1px, transparent 1px),
    #f8fbfa;
  background-size: 58px 58px;
  border-top: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.proof-grid article {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(9, 39, 42, 0.055);
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
}

.proof-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-grid h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.proof-grid p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.proof-grid strong {
  align-self: end;
  background: rgba(7, 95, 99, 0.08);
  border: 1px solid rgba(7, 95, 99, 0.14);
  border-radius: 8px;
  color: var(--teal-dark);
  font-size: 13px;
  line-height: 1.35;
  padding: 12px;
}

.seo-intent-section {
  background: white;
  border-top: 1px solid var(--line);
}

.seo-intent-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.seo-intent-grid article {
  background:
    linear-gradient(180deg, rgba(7, 95, 99, 0.045), transparent 48%),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
}

.seo-intent-grid span {
  align-items: center;
  border: 1px solid rgba(7, 95, 99, 0.22);
  border-radius: 8px;
  color: var(--teal);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.seo-intent-grid h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.seo-intent-grid p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.layers-section {
  background: #f3f8f7;
}

.layer-stack {
  counter-reset: layer;
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 980px;
}

.layer-stack article {
  align-items: start;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px 28px;
  grid-template-columns: 150px minmax(0, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(20px, 3vw, 28px);
}

.layer-stack h3 {
  font-size: clamp(23px, 2.3vw, 32px);
}

.layer-stack p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.sprint-section {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: 64px 64px;
  color: white;
  padding: clamp(78px, 9vw, 132px) var(--pad);
}

.sprint-section .section-heading h2,
.sprint-section h3 {
  color: white;
}

.sprint-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.sprint-timeline {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  position: relative;
}

.sprint-timeline::before {
  background: linear-gradient(90deg, transparent, rgba(115, 209, 206, 0.72), transparent);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 26px;
}

.sprint-timeline li {
  display: grid;
  gap: 16px;
  justify-items: start;
  min-width: 0;
  position: relative;
}

.sprint-timeline span {
  align-items: center;
  background: linear-gradient(135deg, #69d7d4, var(--teal));
  border-radius: 8px;
  color: white;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
  z-index: 1;
}

.sprint-timeline p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.deliverables-section {
  background: white;
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.deliverables-section > div:first-child {
  align-self: start;
}

.deliverables-section h2 {
  margin-top: 12px;
  max-width: 620px;
}

.deliverables-intro {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.7;
  margin-top: 24px;
  max-width: 620px;
}

.runbook-preview {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: 54px 54px;
  border: 1px solid rgba(115, 209, 206, 0.26);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: white;
  display: grid;
  gap: 16px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
}

.runbook-preview-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-bottom: 16px;
}

.runbook-preview-top span {
  color: #69d7d4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.runbook-preview-top strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.runbook-document-meta {
  background: rgba(115, 209, 206, 0.16);
  border: 1px solid rgba(115, 209, 206, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.runbook-document-meta div {
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
}

.runbook-document-meta span,
.runbook-board-head span,
.module-kicker,
.runbook-detail-grid span,
.runbook-priority span {
  color: #69d7d4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.runbook-document-meta strong {
  color: white;
  font-size: 14px;
  line-height: 1.25;
}

.runbook-board {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
}

.runbook-board-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(118px, 0.7fr) minmax(132px, 0.8fr) 108px;
  min-width: 0;
}

.runbook-board-row + .runbook-board-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.runbook-board-row > * {
  align-items: center;
  display: flex;
  min-width: 0;
  padding: 13px 14px;
}

.runbook-board-row > * + * {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.runbook-board-head {
  background: rgba(255, 255, 255, 0.055);
}

.runbook-board-row div {
  align-items: start;
  display: grid;
  gap: 5px;
}

.runbook-board-row strong {
  color: white;
  font-size: 15px;
  line-height: 1.25;
}

.runbook-board-row span:not(.status-pill):not(.module-kicker),
.runbook-board-row small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.35;
}

.status-pill {
  align-self: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.1;
  padding: 8px 10px;
  text-align: center;
  width: fit-content;
}

.status-active {
  background: rgba(105, 215, 212, 0.14);
  color: #a7f4f1;
}

.status-draft {
  background: rgba(196, 164, 94, 0.15);
  color: #f2d795;
}

.status-review {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
}

.status-next {
  background: rgba(176, 0, 38, 0.2);
  color: #ffb8c5;
}

.runbook-detail-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.runbook-detail-grid article,
.runbook-priority {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.runbook-detail-grid p,
.runbook-priority small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.runbook-priority {
  background:
    linear-gradient(90deg, rgba(196, 164, 94, 0.16), rgba(196, 164, 94, 0.05)),
    rgba(255, 255, 255, 0.055);
  border-color: rgba(196, 164, 94, 0.55);
}

.runbook-priority span {
  color: var(--gold);
}

.runbook-priority strong {
  color: white;
  font-size: 18px;
  line-height: 1.2;
}

.check-offer-section {
  background:
    radial-gradient(circle at 78% 36%, rgba(105, 215, 212, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(115, 209, 206, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.07) 1px, transparent 1px),
    #071317;
  background-size: auto, 54px 54px, 54px 54px, auto;
  color: white;
}

.check-offer-shell {
  align-items: stretch;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  margin: 0 auto;
  max-width: var(--max);
}

.check-offer-copy {
  align-content: center;
  display: grid;
  gap: 24px;
  max-width: 570px;
}

.check-offer-copy .eyebrow {
  color: #69d7d4;
}

.check-offer-copy h2 {
  color: white;
}

.check-offer-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.7;
}

.check-offer-copy .button {
  width: fit-content;
}

.check-offer-board {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(115, 209, 206, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  display: grid;
  min-width: 0;
  overflow: hidden;
}

.check-offer-topline {
  align-items: center;
  border-bottom: 1px solid rgba(115, 209, 206, 0.2);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: clamp(18px, 2.4vw, 26px);
}

.check-offer-topline span {
  color: #69d7d4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.check-offer-topline strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 850;
}

.check-offer-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.check-offer-outcomes article {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: clamp(20px, 2.8vw, 30px);
}

.check-offer-outcomes article + article {
  border-left: 1px solid rgba(115, 209, 206, 0.18);
}

.check-offer-outcomes article > span {
  align-items: center;
  border: 1px solid rgba(105, 215, 212, 0.5);
  border-radius: 8px;
  color: #69d7d4;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.check-offer-outcomes h3 {
  color: white;
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.08;
}

.check-offer-outcomes p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.58;
}

.check-offer-note {
  align-items: center;
  background: rgba(105, 215, 212, 0.08);
  border-top: 1px solid rgba(115, 209, 206, 0.2);
  display: grid;
  gap: 8px;
  grid-template-columns: 0.52fr 1fr;
  padding: clamp(18px, 2.4vw, 26px);
}

.check-offer-note strong {
  color: #69d7d4;
  font-size: 18px;
  line-height: 1.2;
}

.check-offer-note span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.os-contact {
  background: #f3f8f7;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
}

.os-contact .contact-copy {
  max-width: 680px;
}

.os-contact .contact-copy h2 {
  margin-top: 12px;
}

.os-contact .contact-copy p {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.7;
  margin-top: 20px;
}

.contact-bullets {
  color: var(--ink-soft);
  display: grid;
  gap: 10px;
  font-size: 15px;
  font-weight: 750;
  margin-top: 24px;
}

.contact-bullets li {
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.contact-bullets li::before {
  align-items: center;
  background: rgba(7, 95, 99, 0.12);
  border-radius: 50%;
  color: var(--teal);
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin-top: 4px;
  width: 18px;
}

.call-flow {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(9, 39, 42, 0.06);
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: clamp(18px, 2.4vw, 24px);
}

.call-flow-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.call-flow-heading span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.call-flow-heading strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
}

.call-flow ol {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.call-flow li {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
}

.call-flow li span {
  align-items: center;
  background: rgba(7, 95, 99, 0.1);
  border: 1px solid rgba(7, 95, 99, 0.18);
  border-radius: 8px;
  color: var(--teal-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.call-flow li strong {
  color: #223238;
  font-size: 14px;
  line-height: 1.25;
}

.faq-section {
  background: white;
}

.faq-list {
  margin: 0 auto;
  max-width: 940px;
}

.legal-page {
  background: var(--bg);
}

@media (max-width: 1180px) {
  .os-hero,
  .deliverables-section,
  .os-contact {
    grid-template-columns: 1fr;
  }

  .os-hero {
    background:
      linear-gradient(90deg, rgba(7, 95, 99, 0.06) 1px, transparent 1px),
      linear-gradient(rgba(7, 95, 99, 0.05) 1px, transparent 1px),
      #ffffff;
    background-size: 72px 72px, 72px 72px, auto;
  }

  .process-map {
    background:
      linear-gradient(90deg, rgba(7, 95, 99, 0.055) 1px, transparent 1px),
      linear-gradient(rgba(7, 95, 99, 0.048) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 243, 0.78));
    background-size: 58px 58px, 58px 58px, auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(9, 39, 42, 0.1);
    color: var(--ink);
    margin: 0 var(--pad) clamp(42px, 6vw, 72px);
    min-height: 0;
    overflow: hidden;
    padding: clamp(30px, 5vw, 54px);
  }

  .process-map .map-title strong,
  .process-map .map-toolbar strong,
  .process-map .map-detail h2,
  .process-map .map-status-grid strong,
  .process-map .map-hub strong {
    color: var(--ink);
  }

  .process-map .map-toolbar,
  .process-map .map-status-grid div {
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--line);
    box-shadow: 0 12px 30px rgba(9, 39, 42, 0.05);
  }

  .process-map .map-tool-actions span {
    background: var(--surface-soft);
    border-color: var(--line);
    color: var(--teal-dark);
  }

  .process-map .map-lanes::after {
    background: linear-gradient(180deg, transparent, rgba(7, 95, 99, 0.32), transparent);
  }

  .process-map .map-lane {
    background: rgba(255, 255, 255, 0.74);
    border-color: var(--line);
    box-shadow: 0 10px 28px rgba(9, 39, 42, 0.04);
  }

  .process-map .map-lane small {
    color: var(--ink-soft);
  }

  .process-map .map-lane:hover,
  .process-map .map-lane.is-active {
    background: white;
    transform: translateX(0);
  }

  .process-map .map-lane.is-active {
    box-shadow:
      inset 0 0 0 1px var(--lane-accent),
      0 18px 38px rgba(9, 39, 42, 0.12);
  }

  .process-map .map-hub {
    background: white;
    border-color: var(--line);
    box-shadow: 0 14px 34px rgba(9, 39, 42, 0.07);
  }

  .process-map .map-hub small {
    color: var(--ink-soft);
  }

  .process-map .map-detail {
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--line);
    box-shadow: 0 18px 42px rgba(9, 39, 42, 0.08);
  }

  .process-map .map-detail dl div {
    border-top-color: var(--line);
  }

  .process-map .map-detail dd {
    color: var(--ink-soft);
  }

  .process-map .map-detail a {
    color: var(--teal-dark);
  }
}

@media (max-width: 920px) {
  .os-proof-list,
  .signal-strip,
  .before-after,
  .fit-grid,
  .proof-grid,
  .seo-intent-grid,
  .check-offer-shell,
  .check-offer-outcomes,
  .call-flow ol,
  .layer-stack article,
  .sprint-timeline {
    grid-template-columns: 1fr;
  }

  .os-proof-list li + li,
  .signal-strip article + article,
  .check-offer-outcomes article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .check-offer-outcomes article + article {
    border-top-color: rgba(115, 209, 206, 0.18);
  }

  .check-offer-note {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .before-after-rail {
    display: none;
  }

  .sprint-timeline::before {
    bottom: 0;
    height: auto;
    left: 26px;
    right: auto;
    top: 0;
    width: 2px;
  }

  .sprint-timeline li {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .sprint-timeline li h3,
  .sprint-timeline li p {
    grid-column: 2;
  }

  .sprint-timeline span {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 820px) {
  .os-hero h1 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .hero-panel,
  .map-section,
  .contact-teaser-section,
  .proof-section,
  .seo-intent-section,
  .layers-section,
  .deliverables-section,
  .check-offer-section,
  .os-contact,
  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-map {
    min-height: 0;
  }

  .map-toolbar {
    align-items: start;
    display: grid;
    max-width: none;
  }

  .map-tool-actions {
    justify-content: start;
  }

  .seo-intent-section .section-heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.1;
    padding-bottom: 4px;
  }

  .map-status-grid {
    grid-template-columns: 1fr;
  }

  .map-lanes::after,
  .map-lane::after {
    display: none;
  }

  .map-hub {
    margin-top: 26px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .map-detail {
    margin-top: 24px;
  }

  .map-detail dl div {
    grid-template-columns: 1fr;
  }

  .before-after-column {
    padding: 22px;
  }

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

  .sketch-flow span:not(:last-child)::after {
    display: none;
  }

  .sketch-runbook {
    align-items: start;
    display: grid;
  }

  .sketch-runbook strong {
    text-align: left;
  }

  .contact-teaser {
    align-items: start;
    grid-template-columns: 1fr;
  }

	  .contact-teaser .button {
	    width: 100%;
	  }

  .call-flow-heading {
    align-items: start;
    display: grid;
  }

  .call-flow-heading strong {
    text-align: left;
  }

  .trust-signal-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-signal-list li {
    align-items: start;
    display: grid;
    gap: 5px;
  }

  .fit-card {
    padding: 24px 20px;
  }
}

@media (max-width: 520px) {
  .hero-panel {
    padding-bottom: 20px;
    padding-top: 32px;
  }

  .os-hero h1 {
    font-size: clamp(36px, 10vw, 40px);
    line-height: 1;
  }

  .os-hero .hero-text {
    font-size: 16px;
    line-height: 1.48;
    margin-top: 16px;
  }

  .os-hero .hero-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .os-hero .button {
    font-size: 13px;
    line-height: 1.2;
    min-height: 46px;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }

  .trust-signal-list {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .trust-signal-list li {
    min-height: 0;
    padding: 9px 10px;
  }

  .trust-signal-list li:first-child {
    grid-column: 1 / -1;
  }

  .trust-signal-list span {
    font-size: 10px;
  }

  .trust-signal-list strong {
    font-size: 12px;
  }

  .os-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .os-proof-list li {
    font-size: 11.5px;
    line-height: 1.28;
    padding: 10px;
  }

  .os-proof-list li + li {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .os-proof-list li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
  }

  .process-map {
    margin-top: -4px;
    padding: 20px 16px;
  }

  .map-toolbar {
    margin-bottom: 18px;
    padding: 12px;
  }

  .map-title {
    margin-bottom: 18px;
  }

  .map-title strong {
    font-size: clamp(25px, 7.4vw, 30px);
  }

  .map-tool-actions span {
    font-size: 11px;
    padding: 7px 9px;
  }

  .map-lanes {
    gap: 12px;
  }

  .map-lane {
    gap: 6px 12px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 76px;
    padding: 12px;
  }

  .map-lane span {
    height: 42px;
    width: 42px;
  }

  .map-lane small {
    font-size: 12px;
    line-height: 1.35;
  }

	  .map-detail {
	    gap: 14px;
	    padding: 16px;
	  }

	  .check-offer-topline {
	    align-items: start;
	    display: grid;
	  }

	  .check-offer-copy .button {
	    width: 100%;
	  }

	  .process-sketch {
    margin-top: 18px;
    padding: 12px;
  }

  .sketch-canvas {
    min-height: 178px;
  }

  .sketch-flow span {
    padding: 10px;
  }

  .button,
  .header-cta {
    white-space: normal;
  }

  .runbook-preview {
    padding: 18px;
  }

  .runbook-preview-top {
    align-items: start;
    display: grid;
  }

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

  .runbook-board-head {
    display: none;
  }

  .runbook-board-row {
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .runbook-board-row > * {
    padding: 0;
  }

  .runbook-board-row > * + * {
    border-left: 0;
  }

  .runbook-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .runbook-document-meta {
    grid-template-columns: 1fr;
  }

  .runbook-detail-grid article,
  .runbook-priority {
    padding: 14px;
  }
}

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

/* Offer pages and detail routes */
.section-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  margin-top: 28px;
}

.deliverables-copy .section-actions {
  justify-content: flex-start;
}

.text-link {
  color: var(--teal);
  font-size: 15px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--teal-dark);
}

.section-actions-dark .button-secondary,
.offer-hero-dark .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(115, 209, 206, 0.34);
  color: white;
}

.section-actions-dark .button-secondary:hover,
.offer-hero-dark .button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(115, 209, 206, 0.48);
}

.section-actions-dark .text-link,
.text-link-dark {
  color: #8ee4e0;
}

.section-actions-dark .text-link:hover,
.text-link-dark:hover {
  color: white;
}

.offer-site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  position: sticky;
}

.offer-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  min-width: 0;
}

.offer-nav a {
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 9px 10px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.offer-nav a:hover,
.offer-nav a[aria-current="page"] {
  background: white;
  border-color: var(--line);
  color: var(--teal-dark);
}

.offer-page {
  background: var(--bg);
  overflow: hidden;
}

.offer-hero {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.05) 1px, transparent 1px),
    #ffffff;
  background-size: 72px 72px;
  display: grid;
  gap: clamp(32px, 6vw, 78px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  min-height: 610px;
  padding: clamp(70px, 9vw, 126px) var(--pad);
}

.offer-hero-dark {
  background:
    radial-gradient(circle at 78% 34%, rgba(105, 215, 212, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: auto, 64px 64px, 64px 64px, auto;
  color: white;
}

.offer-hero-copy {
  align-self: center;
  display: grid;
  max-width: 800px;
  min-width: 0;
}

.offer-hero h1 {
  font-size: clamp(46px, 5.6vw, 82px);
  line-height: 0.96;
  margin-top: 14px;
  max-width: 820px;
}

.offer-hero-dark h1,
.offer-hero-dark .offer-hero-copy p {
  color: white;
}

.offer-hero-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.65;
  margin-top: 24px;
  max-width: 780px;
}

.offer-hero-dark .offer-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.offer-hero-board,
.sprint-board,
.runbook-page-preview {
  align-self: center;
  background: #071317;
  border: 1px solid rgba(115, 209, 206, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: white;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(18px, 3vw, 30px);
}

.offer-hero-board {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: 44px 44px;
}

.offer-hero-board div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(115, 209, 206, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px;
}

.offer-hero-board span,
.sprint-board span,
.runbook-mini-table span,
.offer-card > span,
.offer-flow span,
.offer-output-grid span {
  color: #69d7d4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-hero-board strong {
  color: white;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.06;
}

.offer-hero-board small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 750;
}

.offer-section {
  padding: clamp(70px, 8vw, 126px) var(--pad);
}

.offer-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.offer-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(9, 39, 42, 0.055);
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
}

.offer-card-primary {
  background:
    linear-gradient(180deg, rgba(7, 95, 99, 0.06), transparent 46%),
    white;
  border-color: rgba(7, 95, 99, 0.22);
}

.offer-card > span {
  color: var(--teal);
}

.offer-card h3 {
  font-size: clamp(27px, 2.6vw, 38px);
  line-height: 1.04;
}

.offer-card p,
.offer-section-intro,
.offer-flow-copy p {
  color: var(--ink-soft);
  line-height: 1.68;
}

.offer-card ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  padding-top: 6px;
}

.offer-card li {
  color: var(--ink-soft);
  display: grid;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
  line-height: 1.55;
  padding: 12px 0;
}

.offer-card li::before {
  align-items: center;
  background: rgba(7, 95, 99, 0.1);
  border-radius: 50%;
  color: var(--teal);
  content: "✓";
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  height: 20px;
  justify-content: center;
  margin-top: 3px;
  width: 20px;
}

.offer-card .button {
  align-self: end;
  width: fit-content;
}

.answer-section {
  background: #f8fbfa;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
  padding: clamp(30px, 5vw, 58px) var(--pad);
}

.answer-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(9, 39, 42, 0.045);
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(20px, 2.5vw, 30px);
}

.answer-card-primary {
  background:
    linear-gradient(180deg, rgba(7, 95, 99, 0.07), transparent 54%),
    white;
  border-color: rgba(7, 95, 99, 0.2);
}

.answer-card h2,
.answer-card h3 {
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.06;
}

.answer-card p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.answer-note {
  background:
    linear-gradient(90deg, rgba(185, 0, 35, 0.045), transparent 56%),
    white;
}

.answer-steps,
.answer-list {
  display: grid;
  gap: 10px;
}

.answer-steps {
  counter-reset: answer-step;
  list-style: none;
}

.answer-steps li,
.answer-list li {
  color: var(--ink-soft);
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
}

.answer-steps li::before {
  align-items: center;
  background: rgba(7, 95, 99, 0.1);
  border: 1px solid rgba(7, 95, 99, 0.16);
  border-radius: 8px;
  color: var(--teal);
  content: counter(answer-step, decimal-leading-zero);
  counter-increment: answer-step;
  display: inline-flex;
  font-size: 10px;
  font-weight: 950;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.answer-list li::before {
  background: var(--teal);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 7px;
}

.answer-list strong {
  color: var(--ink);
}

.offer-comparison-section,
.runbook-table-section {
  background: #f8fbfa;
  border-top: 1px solid var(--line);
}

.offer-table-wrap {
  margin: 30px auto 0;
  max-width: var(--max);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.offer-comparison-table {
  background: white;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  box-shadow: 0 18px 44px rgba(9, 39, 42, 0.045);
  min-width: 820px;
  overflow: hidden;
  width: 100%;
}

.offer-comparison-table caption {
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 14px;
  text-align: left;
}

.offer-comparison-table th,
.offer-comparison-table td {
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  line-height: 1.5;
  padding: 18px;
  text-align: left;
  vertical-align: top;
}

.offer-comparison-table thead th,
.offer-comparison-table tbody th {
  color: var(--ink);
  font-weight: 850;
}

.offer-comparison-table thead th {
  background: rgba(7, 95, 99, 0.07);
}

.offer-comparison-table tbody tr:last-child th,
.offer-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.offer-example-section,
.sprint-deep-dive-section {
  background: white;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.process-example-grid,
.sprint-checklist-grid,
.runbook-quality-grid {
  display: grid;
  gap: 14px;
}

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

.process-example-grid article,
.sprint-checklist-grid article,
.runbook-quality-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
}

.process-example-grid span,
.sprint-checklist-grid span,
.runbook-quality-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-example-grid h3,
.sprint-checklist-grid h3,
.runbook-quality-grid h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.process-example-grid p,
.sprint-checklist-grid p,
.runbook-quality-grid p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.process-example-grid ul,
.sprint-checklist-grid ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.process-example-grid li,
.sprint-checklist-grid li {
  color: var(--ink-soft);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.process-example-grid li::before,
.sprint-checklist-grid li::before {
  background: var(--teal);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
}

.sprint-deep-dive-section {
  grid-template-columns: 1fr;
}

.sprint-checklist-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.sprint-process-visual {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.04) 1px, transparent 1px),
    #f8fbfa;
  background-size: 52px 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(18px, 3vw, 28px);
}

.sprint-process-visual div {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  position: relative;
}

.sprint-process-visual div:not(:last-child)::after {
  color: var(--teal);
  content: "→";
  font-size: 26px;
  font-weight: 900;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.sprint-process-visual span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sprint-process-visual strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

.sprint-process-visual p {
  color: var(--ink-soft);
  line-height: 1.55;
}

.runbook-module-table {
  min-width: 880px;
}

.runbook-quality-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px auto 0;
  max-width: var(--max);
}

.offer-flow-section {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.04) 1px, transparent 1px),
    #f8fbfa;
  background-size: 58px 58px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.offer-flow-copy {
  align-content: center;
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.offer-flow-copy h2 {
  max-width: 600px;
}

.offer-flow {
  counter-reset: offer-flow;
  display: grid;
  gap: 12px;
  margin: 0;
}

.offer-flow-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.offer-flow li {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 20px;
}

.offer-flow span,
.offer-output-grid span {
  align-items: center;
  border: 1px solid rgba(7, 95, 99, 0.2);
  border-radius: 8px;
  color: var(--teal);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.offer-flow strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.12;
}

.offer-flow p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.offer-split {
  background: white;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 74px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.offer-split h2 {
  margin-top: 12px;
  max-width: 660px;
}

.offer-section-intro {
  font-size: 18px;
  margin-top: 24px;
  max-width: 620px;
}

.offer-detail-list {
  display: grid;
  gap: 14px;
}

.offer-detail-list article {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.045), transparent 34%),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: clamp(20px, 3vw, 28px);
}

.offer-detail-list h3 {
  font-size: clamp(23px, 2.2vw, 30px);
}

.offer-detail-list p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.sprint-board {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.045);
  background-size: 44px 44px;
}

.sprint-board-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
}

.sprint-board-top strong {
  color: white;
  font-size: clamp(25px, 2.8vw, 38px);
  line-height: 1.02;
}

.sprint-board-grid {
  display: grid;
  gap: 12px;
}

.sprint-board-grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(115, 209, 206, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.sprint-board-grid p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.offer-output-section {
  background: #f3f8f7;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

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

.offer-output-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
}

.offer-output-grid h3 {
  font-size: clamp(22px, 2vw, 30px);
}

.offer-output-grid p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.runbook-page-preview {
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: 44px 44px;
}

.runbook-mini-table {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.runbook-mini-table div {
  background: rgba(255, 255, 255, 0.055);
  display: grid;
  gap: 5px;
  padding: 16px;
}

.runbook-mini-table div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.runbook-mini-table strong {
  color: white;
  font-size: 17px;
  line-height: 1.2;
}

.runbook-mini-table small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.offer-cta-band {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(115, 209, 206, 0.08) 1px, transparent 1px),
    #071317;
  background-size: 58px 58px;
  color: white;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(46px, 6vw, 82px) var(--pad);
}

.offer-cta-band h2 {
  color: white;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
  margin-top: 12px;
  max-width: 980px;
}

.offer-cta-band .button {
  white-space: nowrap;
}

.offer-footer {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: space-between;
  padding: 28px var(--pad);
}

.offer-footer > a {
  color: white;
  font-size: 18px;
  font-weight: 900;
}

.offer-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.offer-footer nav a,
.offer-footer .footer-consent-button {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 740;
}

.offer-footer nav a:hover,
.offer-footer .footer-consent-button:hover,
.offer-footer .footer-consent-button:focus-visible {
  color: white;
}

@media (max-width: 1180px) {
  .offer-hero,
  .offer-flow-section,
  .offer-split,
  .offer-output-section,
  .offer-example-section,
  .answer-section {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    min-height: 0;
  }

  .offer-flow-copy {
    max-width: 760px;
  }
}

@media (max-width: 960px) {
  .offer-site-header {
    grid-template-columns: 1fr auto;
  }

  .offer-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .offer-card-grid,
  .offer-flow-wide,
  .offer-output-grid,
  .process-example-grid,
  .sprint-checklist-grid,
  .runbook-quality-grid {
    grid-template-columns: 1fr;
  }

  .sprint-process-visual {
    grid-template-columns: 1fr;
  }

  .sprint-process-visual div:not(:last-child)::after {
    bottom: -27px;
    right: 20px;
    top: auto;
    transform: rotate(90deg);
  }

  .offer-card .button {
    width: 100%;
  }

  .offer-cta-band {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .offer-cta-band .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-actions,
  .deliverables-copy .section-actions {
    align-items: stretch;
    display: grid;
    justify-content: stretch;
  }

  .section-actions .button,
  .section-actions .text-link,
  .check-offer-copy .text-link {
    justify-self: stretch;
    text-align: center;
    width: 100%;
  }

  .offer-site-header {
    gap: 10px;
  }

  .offer-site-header .brand-image picture {
    width: 122px;
  }

  .offer-site-header .header-cta {
    font-size: 12px;
    min-height: 42px;
    padding: 0 10px;
  }

  .offer-nav {
    display: none;
  }

  .offer-hero,
  .offer-section,
  .offer-cta-band,
  .answer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .answer-section {
    gap: 10px;
    padding-bottom: 26px;
    padding-top: 26px;
  }

  .answer-card {
    padding: 18px;
  }

  .offer-table-wrap {
    margin-top: 22px;
  }

  .offer-comparison-table {
    min-width: 760px;
  }

  .offer-comparison-table caption {
    font-size: 14px;
  }

  .offer-comparison-table th,
  .offer-comparison-table td {
    font-size: 14px;
    padding: 14px;
  }

  .offer-hero {
    gap: 18px;
    padding-bottom: 34px;
    padding-top: 38px;
  }

  .offer-hero h1 {
    font-size: clamp(34px, 9.4vw, 42px);
    line-height: 1;
  }

  .offer-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 18px;
  }

  .offer-hero .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .offer-hero-board,
  .sprint-board,
  .runbook-page-preview {
    padding: 10px;
  }

  .offer-hero-board {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-hero-board div {
    gap: 5px;
    padding: 10px;
  }

  .offer-hero-board span,
  .sprint-board span,
  .runbook-mini-table span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .offer-hero-board strong {
    font-size: 13px;
    line-height: 1.12;
  }

  .offer-hero-board small {
    display: none;
  }

  .sprint-board {
    gap: 10px;
  }

  .sprint-board-top {
    gap: 5px;
    padding-bottom: 10px;
  }

  .sprint-board-top strong {
    font-size: 18px;
  }

  .sprint-board-grid {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sprint-board-grid article {
    padding: 10px;
  }

  .sprint-board-grid p {
    display: none;
  }

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

  .runbook-mini-table div {
    padding: 10px;
  }

  .runbook-mini-table div + div {
    border-top: 0;
  }

  .runbook-mini-table strong {
    font-size: 13px;
  }

  .runbook-mini-table small {
    display: none;
  }

  .offer-footer {
    display: grid;
  }
}

/* Light editorial theme overrides */
.announcement-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.announcement-bar p,
.announcement-bar a {
  color: var(--ink-soft);
}

.announcement-bar strong,
.announcement-bar a:hover {
  color: var(--ink);
}

.os-hero {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.05) 1px, transparent 1px),
    #ffffff;
  background-size: 72px 72px, 72px 72px, auto;
}

.process-map,
.offer-hero-dark,
.sprint-section,
.check-offer-section,
.offer-cta-band {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.048) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 243, 0.82));
  background-size: 58px 58px, 58px 58px, auto;
  color: var(--ink);
}

.process-map {
  border-left: 1px solid var(--line);
  min-height: 100%;
}

.process-map .map-title strong,
.process-map .map-toolbar strong,
.process-map .map-detail h2,
.process-map .map-status-grid strong,
.process-map .map-hub strong,
.sprint-section .section-heading h2,
.sprint-section h3,
.check-offer-copy h2,
.check-offer-outcomes h3,
.offer-hero-dark h1,
.offer-cta-band h2 {
  color: var(--ink);
}

.process-map .map-toolbar,
.process-map .map-status-grid div,
.process-map .map-hub,
.process-map .map-detail,
.process-map .map-lane {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
  box-shadow: 0 14px 36px rgba(9, 39, 42, 0.065);
}

.process-map .map-tool-actions span {
  background: var(--surface-soft);
  border-color: var(--line);
  color: var(--teal-dark);
}

.process-map .map-lanes::after {
  background: linear-gradient(180deg, transparent, rgba(7, 95, 99, 0.32), transparent);
}

.process-map .map-lane small,
.process-map .map-hub small,
.process-map .map-detail dd,
.sprint-section .section-heading p:not(.eyebrow),
.sprint-timeline p,
.check-offer-copy p,
.check-offer-outcomes p,
.check-offer-note span,
.offer-hero-dark .offer-hero-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.process-map .map-lane:hover,
.process-map .map-lane.is-active {
  background: #ffffff;
  transform: translateX(0);
}

.process-map .map-lane.is-active {
  box-shadow:
    inset 0 0 0 1px var(--lane-accent),
    0 18px 38px rgba(9, 39, 42, 0.12);
}

.process-map .map-detail dl div {
  border-top-color: var(--line);
}

.process-map .map-detail a {
  color: var(--teal-dark);
}

.sprint-timeline::before {
  display: none;
}

.sprint-timeline li {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(9, 39, 42, 0.05);
  padding: 18px;
}

.section-actions-dark .button-secondary,
.offer-hero-dark .button-secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
  color: var(--teal-dark);
}

.section-actions-dark .button-secondary:hover,
.offer-hero-dark .button-secondary:hover {
  background: #ffffff;
  border-color: rgba(7, 95, 99, 0.26);
  color: var(--teal);
}

.section-actions-dark .text-link,
.text-link-dark {
  color: var(--teal);
}

.section-actions-dark .text-link:hover,
.text-link-dark:hover {
  color: var(--teal-dark);
}

.check-offer-board,
.offer-hero-board,
.sprint-board,
.runbook-page-preview {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.04) 1px, transparent 1px),
    #ffffff;
  background-size: 44px 44px;
  border-color: var(--line);
  box-shadow: 0 18px 50px rgba(9, 39, 42, 0.08);
  color: var(--ink);
}

.check-offer-copy .eyebrow,
.check-offer-topline span,
.check-offer-note strong {
  color: var(--teal);
}

.check-offer-topline,
.check-offer-note {
  border-color: var(--line);
}

.check-offer-topline strong,
.offer-hero-board strong,
.sprint-board-top strong,
.runbook-preview-top strong,
.runbook-mini-table strong {
  color: var(--ink);
}

.check-offer-outcomes article + article {
  border-left-color: var(--line);
}

.check-offer-outcomes article > span {
  border-color: rgba(7, 95, 99, 0.2);
  color: var(--teal);
}

.check-offer-note {
  background: rgba(7, 95, 99, 0.055);
}

.offer-hero-board div,
.sprint-board-grid article,
.runbook-mini-table div {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
}

.offer-hero-board small,
.sprint-board-grid p,
.runbook-mini-table small {
  color: var(--ink-soft);
}

.sprint-board-top,
.runbook-preview-top {
  border-bottom-color: var(--line);
}

.runbook-mini-table {
  border-color: var(--line);
}

.runbook-mini-table div + div {
  border-top-color: var(--line);
}

.runbook-preview {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.045) 1px, transparent 1px),
    #ffffff;
  background-size: 54px 54px;
  border-color: var(--line);
  color: var(--ink);
}

.runbook-document-meta {
  background: rgba(7, 95, 99, 0.08);
  border-color: var(--line);
}

.runbook-document-meta div,
.runbook-board,
.runbook-board-head,
.runbook-detail-grid article,
.runbook-priority {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
}

.runbook-board-row + .runbook-board-row,
.runbook-board-row > * + * {
  border-color: var(--line);
}

.runbook-document-meta strong,
.runbook-board-row strong,
.runbook-priority strong {
  color: var(--ink);
}

.runbook-board-row span:not(.status-pill):not(.module-kicker),
.runbook-board-row small,
.runbook-detail-grid p,
.runbook-priority small {
  color: var(--ink-soft);
}

.status-active {
  background: rgba(7, 95, 99, 0.1);
  color: var(--teal-dark);
}

.status-draft {
  background: rgba(196, 164, 94, 0.16);
  color: #765f1f;
}

.status-review {
  background: rgba(70, 84, 90, 0.08);
  color: var(--ink-soft);
}

.status-next {
  background: rgba(160, 0, 34, 0.08);
  color: var(--burgundy);
}

.offer-cta-band {
  border-top: 1px solid var(--line);
}

.offer-footer,
.site-footer {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.04) 1px, transparent 1px),
    #f3f8f7;
  background-size: 58px 58px;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.footer-topline {
  border-bottom-color: var(--line);
}

.footer-kicker,
.footer-column h2 {
  color: var(--teal);
}

.footer-topline h2,
.footer-brand span:last-child,
.offer-footer > a {
  color: var(--ink);
}

.footer-topline p:not(.footer-kicker),
.footer-column p,
.footer-bottom,
.footer-signals li,
.site-footer a,
.footer-cookie-button,
.offer-footer nav a,
.offer-footer .footer-consent-button {
  color: var(--ink-soft);
}

.site-footer a:hover,
.footer-cookie-button:hover,
.offer-footer nav a:hover,
.offer-footer .footer-consent-button:hover,
.offer-footer .footer-consent-button:focus-visible {
  color: var(--ink);
}

.footer-bottom {
  border-top-color: var(--line);
}

/* Reizconsulting-inspired structure pass */
:root {
  --layout-gutter: max(var(--pad), calc((100vw - var(--max)) / 2));
  --section-y: clamp(56px, 10vw, 116px);
  --section-y-tight: clamp(42px, 8vw, 84px);
}

body {
  background: var(--bg);
}

.announcement-bar,
.site-header,
main > section,
.site-footer,
.offer-footer {
  border-radius: 0;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  width: auto;
}

.announcement-bar {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0;
  max-width: none;
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
}

.site-header {
  backdrop-filter: blur(16px);
  background: rgba(246, 250, 249, 0.92);
  border: 0;
  border-bottom: 1px solid rgba(219, 231, 229, 0.86);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 0;
  margin: 0;
  max-width: none;
  min-height: 82px;
  padding: 18px var(--layout-gutter);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 30;
}

.nav-links {
  justify-content: center;
}

main {
  display: block;
  padding: 0;
}

main > section {
  border: 0;
  max-width: var(--max);
  padding: var(--section-y) 24px;
}

.os-hero {
  align-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(7, 95, 99, 0.11), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(237, 245, 243, 0.74));
  border-bottom: 1px solid rgba(219, 231, 229, 0.72);
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  isolation: isolate;
  margin: 0 auto 18px;
  max-width: none;
  min-height: min(780px, calc(100svh - 118px));
  overflow: hidden;
  padding: 58px var(--layout-gutter) 48px;
  position: relative;
}

.os-hero::before {
  background-image:
    linear-gradient(rgba(7, 95, 99, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 95, 99, 0.048) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(110deg, transparent 0%, black 22%, transparent 74%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-panel {
  padding: 0;
}

.os-hero .hero-copy {
  align-self: center;
  max-width: none;
}

.os-hero h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  max-width: 820px;
}

.os-hero .hero-text {
  font-size: 20px;
  line-height: 1.55;
  margin-top: 28px;
  max-width: 650px;
}

.process-map {
  align-self: center;
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.052) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.046) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 243, 0.84));
  background-size: 42px 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  min-height: 0;
  overflow: hidden;
  padding: clamp(20px, 2.2vw, 28px);
}

.process-map .map-title strong,
.process-map .map-toolbar strong,
.process-map .map-detail h2,
.process-map .map-status-grid strong,
.process-map .map-hub strong {
  color: var(--ink);
}

.process-map .map-toolbar,
.process-map .map-status-grid div,
.process-map .map-detail,
.process-map .map-lane {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
  box-shadow: 0 14px 36px rgba(9, 39, 42, 0.06);
}

.process-map .map-toolbar {
  margin-bottom: 14px;
  max-width: none;
  padding: 12px;
}

.process-map .map-title {
  gap: 5px;
  margin-bottom: 14px;
}

.process-map .map-title strong {
  font-size: clamp(24px, 2.2vw, 31px);
}

.process-map .map-lanes {
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
}

.process-map .map-lanes::after,
.process-map .map-lane::after,
.os-hero .map-hub {
  display: none;
}

.process-map .map-lane {
  gap: 6px 11px;
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 74px;
  padding: 10px 12px;
}

.process-map .map-lane span {
  height: 38px;
  width: 38px;
}

.process-map .map-lane strong {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.process-map .map-lane small,
.process-map .map-detail dd {
  color: var(--ink-soft);
}

.process-map .map-lane small {
  font-size: 12px;
  grid-column: 1 / -1;
  line-height: 1.35;
}

.process-map .map-lane:hover,
.process-map .map-lane.is-active {
  background: white;
  transform: translateY(-1px);
}

.process-map .map-status-grid {
  gap: 8px;
  max-width: none;
}

.process-map .map-status-grid div {
  padding: 10px 12px;
}

.process-map .map-detail {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr);
  margin-top: 12px;
  max-width: none;
  padding: 14px;
  width: 100%;
}

.process-map .map-detail dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-map .map-detail dl div {
  border-top-color: var(--line);
  gap: 5px;
  grid-template-columns: 1fr;
  padding-top: 8px;
}

.process-map .map-detail h2 {
  font-size: clamp(21px, 1.7vw, 25px);
}

.process-map .map-detail dd {
  font-size: 12px;
  line-height: 1.38;
}

.process-map .map-detail a {
  color: var(--teal-dark);
  display: none;
  grid-column: 1 / -1;
}

.trust-signal-list.hero-insights {
  align-self: end;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 231, 229, 0.94);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0;
  grid-column: 2;
  justify-self: end;
  margin-top: -118px;
  max-width: 440px;
  overflow: hidden;
  position: relative;
  width: min(78%, 440px);
  z-index: 2;
}

.trust-signal-list.hero-insights li {
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 3px;
  min-height: 0;
  padding: 16px 18px;
}

.trust-signal-list.hero-insights li + li {
  border-top: 1px solid var(--line);
}

.trust-signal-list.hero-insights span {
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 0;
}

.trust-signal-list.hero-insights strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.os-proof-list.hero-proof {
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 0;
  max-width: none;
  overflow: visible;
  padding-top: 18px;
}

.os-proof-list.hero-proof li {
  border: 0;
  border-left: 3px solid var(--teal);
  color: #263340;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
  padding: 0 0 0 12px;
}

.signal-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  max-width: var(--max);
  padding: 0;
}

.signal-strip article {
  padding: 32px 28px;
}

.map-section,
.fit-section,
.proof-section,
.seo-intent-section,
.layers-section,
.sprint-section,
.deliverables-section,
.check-offer-section,
.os-contact,
.faq-section {
  background: transparent;
  border-top: 0;
}

.section-heading,
.section-heading.compact {
  align-items: start;
  display: grid;
  gap: 24px 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  margin: 0 0 58px;
  max-width: none;
  text-align: left;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
}

.section-heading h2,
.section-heading.compact h2 {
  grid-column: 1;
  margin: 0;
  max-width: none;
}

.section-heading p:not(.eyebrow),
.section-heading.compact p:not(.eyebrow) {
  align-self: end;
  color: var(--ink-soft);
  font-size: 18px;
  grid-column: 2;
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

.section-heading .section-actions {
  grid-column: 2;
  justify-content: flex-start;
  margin-top: 0;
}

.before-after,
.fit-grid,
.proof-grid,
.seo-intent-grid,
.sprint-timeline,
.check-offer-shell,
.faq-list,
.offer-card-grid,
.offer-flow-wide {
  max-width: none;
}

.layer-stack {
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}

.layer-stack article {
  align-content: start;
  gap: 18px;
  grid-template-columns: 1fr;
  min-height: 300px;
}

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

.sprint-section .section-heading h2,
.sprint-section h3 {
  color: var(--ink);
}

.sprint-section .section-heading p:not(.eyebrow),
.sprint-timeline p {
  color: var(--ink-soft);
}

.sprint-timeline::before {
  display: none;
}

.sprint-timeline li {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(9, 39, 42, 0.05);
  padding: 24px;
}

.deliverables-section,
.os-contact {
  align-items: center;
  display: grid;
}

.check-offer-section {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.052) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.046) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 243, 0.84));
  background-size: 54px 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(9, 39, 42, 0.06);
  color: var(--ink);
  margin-bottom: 18px;
  margin-top: 18px;
  padding: clamp(38px, 5.5vw, 62px);
}

.check-offer-copy h2,
.check-offer-outcomes h3,
.check-offer-topline strong {
  color: var(--ink);
}

.check-offer-copy p,
.check-offer-outcomes p,
.check-offer-note span {
  color: var(--ink-soft);
}

.check-offer-board,
.check-offer-outcomes article,
.check-offer-note {
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--line);
}

.check-offer-topline,
.check-offer-outcomes article + article {
  border-color: var(--line);
}

.os-contact {
  background:
    radial-gradient(circle at 86% 40%, rgba(196, 164, 94, 0.12), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 247, 0.92));
  border: 1px solid rgba(194, 211, 202, 0.94);
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(15, 23, 32, 0.08);
  margin-bottom: 26px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
}

.site-footer,
.offer-footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 64px 64px;
  border: 0;
  color: white;
  margin: 0;
  max-width: none;
  padding: clamp(42px, 6vw, 72px) var(--layout-gutter) 28px;
}

.footer-topline {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.footer-kicker,
.footer-column h2 {
  color: var(--gold);
}

.footer-topline h2,
.footer-brand span:last-child,
.offer-footer > a {
  color: white;
}

.footer-topline p:not(.footer-kicker),
.footer-column p,
.footer-bottom,
.footer-signals li,
.site-footer a,
.footer-cookie-button,
.offer-footer nav a,
.offer-footer .footer-consent-button {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a:hover,
.footer-cookie-button:hover,
.offer-footer nav a:hover,
.offer-footer .footer-consent-button:hover,
.offer-footer .footer-consent-button:focus-visible {
  color: white;
}

.footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 1180px) {
  .os-hero,
  .deliverables-section,
  .os-contact,
  .check-offer-shell {
    grid-template-columns: 1fr;
  }

  .os-hero {
    min-height: 0;
  }

  .trust-signal-list.hero-insights {
    grid-column: 1;
    justify-self: stretch;
    margin-top: -24px;
    max-width: none;
    width: 100%;
  }

  .process-map {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 920px) {
  main > section {
    padding-bottom: var(--section-y-tight);
    padding-top: var(--section-y-tight);
  }

  .section-heading,
  .section-heading.compact {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .section-heading h2,
  .section-heading.compact h2,
  .section-heading p:not(.eyebrow),
  .section-heading.compact p:not(.eyebrow),
  .section-heading .section-actions {
    grid-column: 1;
  }

  .process-map .map-lanes,
  .layer-stack {
    grid-template-columns: 1fr;
  }

  .process-map .map-detail,
  .process-map .map-detail dl {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  :root {
    --layout-gutter: 20px;
  }

  .announcement-bar,
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  main > section,
  .os-hero,
  .offer-hero,
  .offer-section,
  .offer-cta-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .os-hero {
    gap: 28px;
    padding-top: 42px;
  }

  .trust-signal-list.hero-insights {
    margin-top: -10px;
  }

  .process-map {
    padding: 20px 16px;
  }

  .process-map .map-toolbar {
    display: grid;
  }
}

@media (max-width: 520px) {
  :root {
    --layout-gutter: 16px;
  }

  .announcement-bar,
  .site-header,
  main > section,
  .os-hero,
  .offer-hero,
  .offer-section,
  .offer-cta-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .os-hero h1 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .process-map {
    padding: 14px;
  }

  .process-map .map-toolbar {
    gap: 8px;
    margin-bottom: 12px;
    padding: 10px;
  }

  .process-map .map-tool-actions {
    display: none;
  }

  .process-map .map-title {
    margin-bottom: 12px;
  }

  .process-map .map-title strong {
    font-size: 25px;
  }

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

  .process-map .map-lane {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 72px;
    padding: 9px;
  }

  .process-map .map-lane span {
    font-size: 12px;
    height: 32px;
    width: 32px;
  }

  .process-map .map-lane strong {
    font-size: 11px;
    letter-spacing: 0;
  }

  .process-map .map-lane small,
  .process-map .map-status-grid {
    display: none;
  }

  .process-map .map-detail {
    margin-top: 10px;
    padding: 12px;
  }

  .process-map .map-detail dl div {
    padding-top: 7px;
  }

  .trust-signal-list.hero-insights li {
    padding: 11px 12px;
  }

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

  .site-footer,
  .offer-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Footer structure matched to reizconsulting.de */
.site-footer.enhanced-footer {
  align-items: start;
  background:
    linear-gradient(180deg, rgba(248, 250, 247, 0.96), rgba(239, 244, 240, 0.98)),
    linear-gradient(90deg, rgba(7, 95, 99, 0.06), transparent 54%);
  border-top: 1px solid rgba(205, 218, 210, 0.9);
  color: var(--muted);
  display: grid;
  font-size: 14px;
  gap: 38px;
  grid-template-columns: minmax(280px, 1.25fr) minmax(150px, 0.55fr) minmax(170px, 0.65fr) minmax(150px, 0.55fr);
  margin: 0 auto;
  max-width: none;
  padding: 58px var(--layout-gutter) 36px;
}

.site-footer.enhanced-footer a {
  color: inherit;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-footer.enhanced-footer a:hover,
.footer-consent-button:hover,
.footer-consent-button:focus-visible {
  color: var(--teal);
}

.footer-about {
  display: grid;
  gap: 0;
}

.footer-brand-logo {
  display: block;
  height: 42px;
  margin-bottom: 20px;
  object-fit: contain;
  width: auto;
}

.site-footer.enhanced-footer p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 520px;
}

.site-footer.enhanced-footer nav {
  align-content: start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}

.site-footer.enhanced-footer .footer-column {
  align-content: start;
  display: grid;
  gap: 10px;
}

.site-footer.enhanced-footer .footer-column > span {
  color: var(--ink);
  display: block;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: none;
}

.site-footer.enhanced-footer .footer-column p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}

.site-footer.enhanced-footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.site-footer.enhanced-footer .footer-contact a {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(194, 211, 202, 0.95);
  border-radius: 7px;
  color: #10202c;
  display: inline-flex;
  font-weight: 780;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  width: min(100%, 190px);
}

.footer-consent-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  justify-self: start;
  padding: 0;
  text-align: left;
}

.site-footer.enhanced-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(205, 218, 210, 0.88);
  color: #647280;
  display: flex;
  gap: 24px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 28px;
}

.holding-affiliation {
  align-items: center;
  color: #526270;
  display: flex;
  gap: 12px;
  justify-items: start;
  min-width: 0;
  text-align: left;
}

.holding-affiliation:hover,
.holding-affiliation:focus-visible {
  color: var(--teal);
  opacity: 0.9;
}

.holding-affiliation img {
  display: block;
  height: 62px;
  object-fit: contain;
  opacity: 0.74;
  width: 62px;
}

.holding-affiliation span {
  font-size: 12px;
  font-weight: 740;
  line-height: 1.25;
  max-width: 140px;
}

@media (max-width: 1180px) {
  .site-footer.enhanced-footer {
    align-items: stretch;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-about {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(194, 211, 202, 0.72);
    border-radius: 8px;
    grid-column: 1 / -1;
    padding: 22px;
  }

  .site-footer.enhanced-footer .footer-column {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(194, 211, 202, 0.72);
    border-radius: 8px;
    min-height: 170px;
    padding: 18px;
  }

  .site-footer.enhanced-footer .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-footer.enhanced-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 96px;
    padding-top: 42px;
  }

  .footer-about,
  .site-footer.enhanced-footer .footer-column {
    padding: 18px;
  }

  .site-footer.enhanced-footer .footer-column {
    min-height: auto;
  }

  .site-footer.enhanced-footer nav {
    gap: 8px;
  }

  .site-footer.enhanced-footer .footer-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer.enhanced-footer .footer-contact a {
    justify-content: center;
    width: 100%;
  }

  .site-footer.enhanced-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
    padding-top: 22px;
  }

  .holding-affiliation img {
    height: 58px;
    width: 58px;
  }

  .footer-brand-logo {
    height: 30px;
    max-width: 190px;
  }
}

/* Final hero process-map formatting pass */
.os-hero {
  align-items: center;
  gap: clamp(34px, 5vw, 62px);
}

.os-hero .process-map {
  align-self: center;
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 245, 0.94));
  background-size: 44px 44px;
  border: 1px solid rgba(194, 211, 202, 0.96);
  box-shadow: 0 20px 56px rgba(9, 39, 42, 0.12);
  justify-self: end;
  max-width: 590px;
  padding: 18px;
  width: 100%;
}

.os-hero .process-map .map-toolbar {
  align-items: center;
  box-shadow: none;
  gap: 14px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.os-hero .process-map .map-tool-actions {
  gap: 6px;
}

.os-hero .process-map .map-tool-actions span {
  font-size: 11px;
  font-weight: 850;
  padding: 7px 9px;
}

.os-hero .process-map .map-title {
  gap: 4px;
  margin-bottom: 14px;
}

.os-hero .process-map .map-title span {
  color: var(--teal);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.os-hero .process-map .map-title strong {
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.1;
}

.os-hero .process-map .map-lanes {
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.os-hero .process-map .map-lane {
  box-shadow: none;
  gap: 7px 11px;
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 78px;
  padding: 10px;
}

.os-hero .process-map .map-lane span {
  height: 36px;
  width: 36px;
}

.os-hero .process-map .map-lane strong {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.os-hero .process-map .map-lane small {
  font-size: 12px;
  grid-column: 1 / -1;
  line-height: 1.35;
}

.os-hero .process-map .map-status-grid {
  gap: 10px;
  margin-top: 12px;
}

.os-hero .process-map .map-status-grid div {
  box-shadow: none;
  gap: 5px;
  min-height: 62px;
  padding: 10px 12px;
}

.os-hero .process-map .map-status-grid span,
.os-hero .process-map .map-detail dt {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.os-hero .process-map .map-status-grid strong {
  font-size: 13px;
}

.os-hero .process-map .map-detail {
  box-shadow: none;
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr;
  margin-top: 12px;
  overflow: visible;
  padding: 14px;
}

.os-hero .process-map .map-detail::before {
  width: 3px;
}

.os-hero .process-map .map-detail-heading {
  gap: 4px;
}

.os-hero .process-map .map-detail h2 {
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.12;
  max-width: none;
}

.os-hero .process-map .map-detail dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.os-hero .process-map .map-detail dl div {
  align-content: start;
  border-top: 1px solid var(--line);
  gap: 5px;
  grid-template-columns: 1fr;
  min-width: 0;
  padding-top: 9px;
}

.os-hero .process-map .map-detail dd {
  font-size: 12px;
  line-height: 1.42;
}

.os-hero .process-map .map-detail a,
.os-hero .process-map .map-hub {
  display: none;
}

.trust-signal-list.hero-insights {
  align-self: stretch;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-self: stretch;
  margin-top: 0;
  max-width: none;
  width: 100%;
}

.trust-signal-list.hero-insights li {
  min-height: 76px;
}

@media (max-width: 1180px) {
  .os-hero .process-map {
    justify-self: stretch;
    max-width: none;
  }

  .trust-signal-list.hero-insights {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .os-hero .process-map {
    padding: 14px;
  }

  .os-hero .process-map .map-toolbar {
    align-items: start;
    display: grid;
  }

  .os-hero .process-map .map-lanes {
    grid-template-columns: 1fr;
  }

  .os-hero .process-map .map-status-grid {
    display: none;
  }

  .os-hero .process-map .map-detail dl,
  .trust-signal-list.hero-insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .os-hero .process-map .map-title strong {
    font-size: 22px;
  }

  .os-hero .process-map .map-lane {
    min-height: 68px;
  }

  .os-hero .process-map .map-lane small {
    display: block;
  }
}

/* Clearer before-state process sketch */
.sketch-canvas-chaos {
  align-content: start;
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 14px;
}

.sketch-chaos-topline {
  border-bottom: 1px solid rgba(160, 0, 34, 0.12);
  display: grid;
  gap: 3px;
  padding-bottom: 10px;
}

.sketch-chaos-topline span,
.sketch-chaos-issue span {
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sketch-chaos-topline strong,
.sketch-chaos-issue strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.sketch-source-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sketch-source-grid span {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(160, 0, 34, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
}

.sketch-source-grid strong {
  color: #263340;
  font-size: 12px;
  font-weight: 880;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.sketch-source-grid small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
}

.sketch-chaos-issue {
  background: rgba(160, 0, 34, 0.055);
  border: 1px solid rgba(160, 0, 34, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.sketch-chaos-list {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sketch-chaos-list span {
  background: #ffffff;
  border: 1px solid rgba(123, 154, 158, 0.2);
  border-left: 3px solid var(--burgundy);
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 780;
  line-height: 1.25;
  padding: 8px 9px;
}

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

  .sketch-chaos-list {
    grid-template-columns: 1fr;
  }
}

/* Clearer after-state process sketch */
.process-sketch-sprint .sketch-flow {
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-sketch-sprint .sketch-flow span {
  align-content: start;
  min-height: 62px;
  padding: 11px 12px;
}

.process-sketch-sprint .sketch-flow span:not(:last-child)::after {
  display: none;
}

.process-sketch-sprint .sketch-flow strong {
  display: block;
}

@media (max-width: 420px) {
  .process-sketch-sprint .sketch-flow {
    grid-template-columns: 1fr;
  }
}

/* Tighter layer-card headline rhythm */
.layer-stack h3 {
  font-size: clamp(22px, 1.75vw, 27px);
  hyphens: auto;
  line-height: 1.12;
  max-width: 12ch;
  overflow-wrap: normal;
}

.layer-stack article {
  padding-left: clamp(20px, 2.3vw, 26px);
  padding-right: clamp(20px, 2.3vw, 26px);
}

.layer-stack p {
  font-size: 15px;
  line-height: 1.58;
  max-width: 20ch;
}

.sprint-section .section-actions .button-secondary {
  background: var(--burgundy);
  border-color: var(--burgundy);
  box-shadow: 0 16px 34px rgba(160, 0, 34, 0.18);
  color: #ffffff;
  min-width: 232px;
}

.sprint-section .section-actions .button-secondary::after {
  content: "\2192";
  margin-left: 10px;
}

.sprint-section .section-actions .button-secondary:hover,
.sprint-section .section-actions .button-secondary:focus-visible {
  background: var(--burgundy-dark);
  border-color: var(--burgundy-dark);
  color: #ffffff;
}

.sprint-section .section-actions .text-link {
  color: var(--teal-dark);
  font-weight: 850;
  text-decoration-thickness: 2px;
}

.sprint-section .section-actions .text-link:hover {
  color: var(--teal);
}

.deliverables-copy .section-actions .button-secondary {
  background: var(--burgundy);
  border-color: var(--burgundy);
  box-shadow: 0 16px 34px rgba(160, 0, 34, 0.18);
  color: #ffffff;
  min-width: 240px;
}

.deliverables-copy .section-actions .button-secondary::after {
  content: "\2192";
  margin-left: 10px;
}

.deliverables-copy .section-actions .button-secondary:hover,
.deliverables-copy .section-actions .button-secondary:focus-visible {
  background: var(--burgundy-dark);
  border-color: var(--burgundy-dark);
  color: #ffffff;
}

.deliverables-copy .section-actions .text-link {
  color: var(--teal-dark);
  font-weight: 850;
  text-decoration-thickness: 2px;
}

.deliverables-copy .section-actions .text-link:hover {
  color: var(--teal);
}

.sprint-timeline h3 {
  font-size: clamp(24px, 2vw, 29px);
  hyphens: auto;
  line-height: 1.08;
  max-width: 9.5ch;
  overflow-wrap: normal;
}

.sprint-timeline p {
  font-size: 15px;
  line-height: 1.58;
  max-width: 20ch;
}

.sprint-timeline li:nth-child(3) h3 {
  max-width: none;
}

@media (max-width: 920px) {
  .layer-stack h3 {
    max-width: none;
  }

  .layer-stack p {
    max-width: 58ch;
  }

  .sprint-timeline h3 {
    max-width: none;
  }

  .sprint-timeline p {
    max-width: 58ch;
  }
}

/* Polished runbook preview */
.runbook-preview {
  background:
    linear-gradient(90deg, rgba(7, 95, 99, 0.038) 1px, transparent 1px),
    linear-gradient(rgba(7, 95, 99, 0.034) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px;
  border: 1px solid var(--line);
  box-shadow: 0 22px 58px rgba(9, 39, 42, 0.08);
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
}

.runbook-preview-top {
  border-bottom-color: var(--line);
  gap: 16px;
  padding-bottom: 14px;
}

.runbook-preview-top span {
  color: var(--teal);
  letter-spacing: 0.1em;
}

.runbook-preview-top strong {
  color: var(--ink);
  white-space: nowrap;
}

.runbook-document-meta {
  background: transparent;
  border: 0;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.runbook-document-meta div {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  gap: 6px;
  padding: 12px;
}

.runbook-document-meta span,
.runbook-board-head span,
.module-kicker,
.runbook-detail-grid span,
.runbook-priority span {
  color: var(--teal);
  letter-spacing: 0.08em;
}

.runbook-document-meta strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.runbook-board {
  background: transparent;
  border: 0;
  display: grid;
  gap: 10px;
  overflow: visible;
}

.runbook-board-head {
  display: none;
}

.runbook-board-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "module status"
    "owner priority";
  padding: 13px 14px;
}

.runbook-board-row.runbook-board-head {
  display: none;
}

.runbook-board-row + .runbook-board-row {
  border-top: 1px solid var(--line);
}

.runbook-board-row > * {
  padding: 0;
}

.runbook-board-row > * + * {
  border-left: 0;
}

.runbook-board-row > div {
  grid-area: module;
}

.runbook-board-row > .status-pill {
  grid-area: status;
  justify-self: end;
  max-width: 112px;
}

.runbook-board-row > span:not(.status-pill):not(.module-kicker) {
  grid-area: owner;
}

.runbook-board-row > strong:last-child {
  grid-area: priority;
  justify-self: end;
}

.runbook-board-row strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.18;
}

.runbook-board-row small,
.runbook-board-row span:not(.status-pill):not(.module-kicker) {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.35;
}

.status-pill {
  font-size: 11px;
  line-height: 1.1;
  padding: 7px 9px;
}

.runbook-detail-grid {
  gap: 10px;
}

.runbook-detail-grid article,
.runbook-priority {
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--line);
  padding: 14px;
}

.runbook-detail-grid p,
.runbook-priority small {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.48;
}

.runbook-priority {
  background: linear-gradient(90deg, rgba(196, 164, 94, 0.12), rgba(255, 255, 255, 0.9));
  border-color: rgba(196, 164, 94, 0.42);
}

.runbook-priority strong {
  color: var(--ink);
  font-size: 17px;
}

@media (min-width: 1100px) {
  .runbook-preview {
    max-width: 560px;
    justify-self: end;
  }
}

@media (max-width: 700px) {
  .runbook-document-meta,
  .runbook-detail-grid {
    grid-template-columns: 1fr;
  }

  .runbook-preview-top {
    align-items: start;
    display: grid;
  }

  .runbook-preview-top strong {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .runbook-board-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "module"
      "status"
      "owner"
      "priority";
  }

  .runbook-board-row > .status-pill,
  .runbook-board-row > strong:last-child {
    justify-self: start;
  }
}

/* Calm Kanzlei-Check section */
#kanzlei-check.check-offer-section {
  background: #ffffff;
  background-size: auto;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(9, 39, 42, 0.045);
  color: var(--ink);
}

#kanzlei-check .check-offer-shell {
  gap: clamp(28px, 4vw, 56px);
}

#kanzlei-check .check-offer-copy .eyebrow,
#kanzlei-check .check-offer-topline span,
#kanzlei-check .check-offer-note strong {
  color: var(--teal);
}

#kanzlei-check .check-offer-copy h2,
#kanzlei-check .check-offer-outcomes h3,
#kanzlei-check .check-offer-topline strong {
  color: var(--ink);
}

#kanzlei-check .check-offer-copy p,
#kanzlei-check .check-offer-outcomes p,
#kanzlei-check .check-offer-note span {
  color: var(--ink-soft);
}

#kanzlei-check .check-offer-board {
  background: #ffffff;
  background-size: auto;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(9, 39, 42, 0.055);
}

#kanzlei-check .check-offer-topline,
#kanzlei-check .check-offer-note {
  background: #f7fbfa;
  border-color: var(--line);
}

#kanzlei-check .check-offer-outcomes article {
  background: #ffffff;
}

#kanzlei-check .check-offer-outcomes article + article {
  border-color: var(--line);
}

#kanzlei-check .check-offer-outcomes article > span {
  background: #ffffff;
  border-color: rgba(7, 95, 99, 0.22);
  color: var(--teal);
}

/* Final mobile responsiveness pass */
@media (max-width: 820px) {
  .offer-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: auto;
  }

  .offer-nav {
    display: none;
  }

  .offer-site-header .header-cta {
    min-width: 0;
  }

  .legal-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .legal-header .header-cta {
    grid-column: 2;
    width: auto;
  }

  .os-hero .process-map .map-title span,
  .os-hero .process-map .map-toolbar span,
  .os-hero .process-map .map-status-grid span,
  .os-hero .process-map .map-detail dt,
  .os-hero .process-map .map-detail-heading span {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: clip;
  }

  .announcement-bar {
    display: none;
  }

  .site-header {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .site-header:not(.offer-site-header):not(.legal-header) > .header-cta {
    display: none;
  }

  .site-header .brand-image,
  .offer-site-header .brand-image {
    min-width: 0;
  }

  .site-header .brand-image picture,
  .offer-site-header .brand-image picture {
    width: min(118px, 34vw);
  }

  .mobile-nav-toggle {
    background: #ffffff;
    border-color: rgba(9, 39, 42, 0.28);
    border-radius: 8px;
    height: 44px;
    padding: 0;
    width: 44px;
  }

  .mobile-nav-toggle span {
    background: var(--ink);
    border-radius: 999px;
    height: 3px;
    width: 21px;
  }

  .header-cta,
  .offer-site-header .header-cta {
    align-self: center;
    font-size: 12px;
    justify-self: end;
    line-height: 1.12;
    min-height: 44px;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .offer-site-header {
    grid-template-columns: minmax(112px, 1fr) minmax(124px, 152px);
  }

  .offer-site-header .header-cta {
    grid-column: 2;
  }

  .legal-header {
    grid-template-columns: minmax(112px, 1fr) minmax(104px, 152px);
  }

  .legal-header .header-cta {
    grid-column: 2;
    width: 100%;
  }

  .os-hero {
    gap: 24px;
    padding-bottom: 34px;
    padding-top: 32px;
  }

  .os-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.03;
  }

  .os-hero .hero-text {
    font-size: 17px;
    line-height: 1.55;
  }

  .os-hero .hero-actions,
  .offer-hero .hero-actions {
    gap: 10px;
  }

  .os-hero .process-map .map-toolbar,
  .os-hero .process-map .map-detail,
  .os-hero .process-map .map-lane {
    border-radius: 8px;
  }

  .os-hero .process-map .map-title span,
  .os-hero .process-map .map-toolbar span,
  .os-hero .process-map .map-status-grid span,
  .os-hero .process-map .map-detail dt,
  .os-hero .process-map .map-detail-heading span,
  .sketch-source-grid small,
  .sketch-chaos-list span {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .offer-hero {
    gap: 18px;
    padding-bottom: 32px;
    padding-top: 28px;
  }

  .offer-hero h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.04;
  }

  .offer-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }

  .offer-hero-board span,
  .sprint-board span,
  .runbook-mini-table span {
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .offer-hero-board strong,
  .sprint-board-grid strong,
  .runbook-mini-table strong {
    overflow-wrap: anywhere;
  }

  .cookie-banner {
    bottom: 8px;
    gap: 10px;
    grid-template-columns: 1fr;
    left: 10px;
    max-height: min(68svh, 560px);
    max-width: none;
    overflow: auto;
    padding: 12px;
    right: 10px;
    width: auto;
  }

  .cookie-banner h2 {
    font-size: 20px;
    line-height: 1.05;
    margin-top: 2px;
  }

  .cookie-banner p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;
  }

  .cookie-options {
    gap: 6px;
    margin-top: 8px;
  }

  .cookie-option {
    font-size: 13px;
    line-height: 1.25;
    min-height: 42px;
    padding: 8px 10px;
  }

  .cookie-option input {
    height: 16px;
    width: 16px;
  }

  .cookie-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .cookie-actions .button {
    font-size: 13px;
    min-height: 42px;
    padding: 0 10px;
  }

  .cookie-actions .button-primary {
    grid-column: 1 / -1;
    order: -1;
  }

  .cookie-legal-link {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .runbook-mini-table {
    border: 0;
    gap: 8px;
    grid-template-columns: 1fr !important;
    overflow: visible;
  }

  .runbook-mini-table div {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 11px 12px;
  }

  .runbook-mini-table div + div {
    border-top: 1px solid var(--line);
  }

  .runbook-mini-table strong {
    font-size: 15px;
    line-height: 1.18;
  }

  .runbook-preview-top span,
  .runbook-document-meta span,
  .runbook-board-head span,
  .module-kicker,
  .runbook-detail-grid span,
  .runbook-priority span {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 360px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 42px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .offer-site-header {
    grid-template-columns: minmax(104px, 1fr) minmax(124px, 136px);
  }

  .legal-header {
    grid-template-columns: minmax(104px, 1fr) minmax(104px, 136px);
  }

  .site-header .brand-image picture,
  .offer-site-header .brand-image picture {
    width: 108px;
  }

  .mobile-nav-toggle {
    height: 42px;
    width: 42px;
  }

  .header-cta,
  .offer-site-header .header-cta {
    font-size: 12px;
    min-height: 42px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .offer-hero h1 {
    font-size: clamp(31px, 9.2vw, 36px);
  }

  .cookie-banner {
    left: 8px;
    max-width: calc(100vw - 16px);
    right: auto;
    width: min(304px, calc(100vw - 16px));
  }
}

@media (max-width: 640px) {
  .site-header:not(.offer-site-header):not(.legal-header) {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  .site-header:not(.offer-site-header):not(.legal-header) .mobile-nav-toggle {
    display: inline-flex !important;
    grid-column: 2;
    justify-self: end;
  }

  .site-header:not(.offer-site-header):not(.legal-header) > .header-cta {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .site-header:not(.offer-site-header):not(.legal-header) {
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }
}

/* Touch targets for mobile accessibility. Inline prose links intentionally keep their text flow. */
:root {
  --touch-target: 48px;
}

:where(
  button,
  summary,
  .button,
  .header-cta,
  .mobile-nav-toggle,
  .brand,
  .nav-links a,
  .text-link,
  .direct-contact a,
  .form-consent-actions a,
  .cookie-option,
  .cookie-legal-link,
  .footer-cta,
  .footer-cookie-button,
  .footer-consent-button,
  .site-footer.enhanced-footer .footer-contact a,
  .site-footer.enhanced-footer .footer-column a,
  .offer-footer > a,
  .offer-footer nav a,
  .holding-affiliation,
  .map-lane
) {
  min-height: var(--touch-target);
}

:where(
  button,
  summary,
  .button,
  .header-cta,
  .mobile-nav-toggle
) {
  min-width: var(--touch-target);
}

:where(
  .brand,
  .nav-links a,
  .text-link,
  .direct-contact a,
  .form-consent-actions a,
  .cookie-legal-link,
  .footer-cookie-button,
  .footer-consent-button,
  .site-footer.enhanced-footer .footer-contact a,
  .site-footer.enhanced-footer .footer-column a,
  .offer-footer > a,
  .offer-footer nav a,
  .holding-affiliation
) {
  align-items: center;
  display: inline-flex;
}

.site-footer.enhanced-footer .footer-column a,
.offer-footer nav a {
  width: fit-content;
}

/* Mobile navigation standard */
.site-header .nav-links .mobile-nav-cta {
  display: none;
}

@media (max-width: 1180px) {
  .site-header .nav-links {
    max-height: min(72svh, 560px);
    overflow: auto;
    overscroll-behavior: contain;
  }

  .offer-site-header .offer-nav.nav-links,
  .legal-header .nav-links {
    display: grid;
    justify-content: stretch;
    overflow-x: visible;
    padding: 8px;
  }

  .site-header .nav-links .mobile-nav-cta {
    background: var(--burgundy);
    color: white;
    display: inline-flex;
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 4px;
    text-align: center;
  }

  .site-header .nav-links .mobile-nav-cta:hover {
    background: var(--burgundy-dark);
    color: white;
  }
}

@media (max-width: 640px) {
  .offer-site-header,
  .legal-header {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  .offer-site-header > .header-cta,
  .legal-header > .header-cta {
    display: none !important;
  }

  .offer-site-header .mobile-nav-toggle,
  .legal-header .mobile-nav-toggle {
    display: inline-flex !important;
    grid-column: 2;
    justify-self: end;
  }

  .offer-site-header .offer-nav.nav-links,
  .legal-header .nav-links {
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
  }
}

@media (max-width: 360px) {
  .offer-site-header,
  .legal-header {
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }

  .offer-site-header .offer-nav.nav-links,
  .legal-header .nav-links {
    left: 12px;
    right: 12px;
  }
}

/* Mobile form touch standard */
.contact-form,
.embedded-form-shell,
.form-consent-panel,
.salessuite-slot {
  min-width: 0;
}

.salessuite-slot iframe,
.embedded-form-shell > iframe {
  max-width: 100%;
  width: 100% !important;
}

.form-consent-actions .button,
.form-consent-actions a,
.cookie-option,
.cookie-actions .button,
.cookie-legal-link,
.form-note a,
.form-error a {
  touch-action: manipulation;
}

@media (max-width: 640px) {
  .contact-form {
    gap: 12px;
  }

  .form-consent-panel {
    min-height: 300px;
    padding: 18px;
  }

  .form-consent-panel::before {
    height: calc(100% - 32px);
    top: 16px;
  }

  .form-consent-panel strong {
    font-size: clamp(23px, 7vw, 29px);
  }

  .form-consent-panel p,
  .form-note,
  .form-error {
    overflow-wrap: anywhere;
  }

  .form-consent-actions {
    gap: 10px;
  }

  .form-consent-actions .button,
  .form-consent-actions a,
  .cookie-option,
  .cookie-actions .button,
  .cookie-legal-link {
    min-height: 48px;
  }

  .form-consent-actions a,
  .cookie-legal-link {
    align-items: center;
    display: inline-flex;
  }

  .salessuite-slot iframe,
  .embedded-form-shell > iframe {
    height: min(760px, 82svh) !important;
    min-height: min(620px, 72svh) !important;
  }

  .cookie-option {
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
  }

  .cookie-option input {
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .cookie-actions {
    gap: 10px;
  }

  .cookie-actions .button {
    font-size: 13px;
    line-height: 1.18;
  }
}

@media (max-width: 360px) {
  .contact-form {
    padding: 14px;
  }

  .embedded-form-shell {
    padding: 8px;
  }

  .form-consent-panel {
    padding: 16px 14px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .cookie-actions .button-primary {
    grid-column: auto;
  }
}
