@import url("fonts.css?v=3");
@import url("cursor.css?v=1");

* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --page-bg: #050505;
  --page-surface: #0b0b0b;
  --page-surface-2: #111;
  --page-ink: #fff;
  --page-muted: rgba(255, 255, 255, 0.64);
  --page-faint: rgba(255, 255, 255, 0.44);
  --page-line: rgba(255, 255, 255, 0.12);
  --page-red: #e50914;
  --page-pad: clamp(20px, 4vw, 72px);
  --page-max: 1480px;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--page-bg);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--page-ink);
  background:
    radial-gradient(ellipse 66vw 440px at 50% -220px, rgba(229, 9, 20, 0.7), transparent 75%),
    var(--page-bg);
  font-family: var(--font-body);
}

h1,
h2,
h3,
.related-card strong {
  font-family: var(--font-display);
}

body::after {
  content: "";
  position: fixed;
  left: 50%;
  bottom: -170px;
  z-index: -1;
  width: min(100%, 980px);
  height: 330px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(229, 9, 20, 0.25), transparent 68%);
  filter: blur(18px);
  transform: translateX(-50%);
}

button {
  font: inherit;
}

a {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

.page-skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 100;
  padding: 11px 15px;
  color: #050505;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.page-header {
  position: relative;
  z-index: 20;
  width: min(100%, var(--page-max));
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(170px, 250px) 1fr auto auto;
  align-items: center;
  gap: clamp(16px, 2.5vw, 38px);
  margin: 0 auto;
  padding: 22px var(--page-pad);
}

.page-header::after {
  content: "";
  position: absolute;
  right: var(--page-pad);
  bottom: 0;
  left: var(--page-pad);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.17), transparent);
}

.page-header--campaign {
  grid-template-columns: minmax(170px, 250px) 1fr auto;
}

.page-header__logo {
  display: block;
  width: min(100%, 232px);
}

.page-header__logo img {
  width: 100%;
  filter: drop-shadow(0 0 16px rgba(229, 9, 20, 0.25));
}

.page-header__label {
  justify-self: center;
  color: var(--page-faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-header__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(229, 9, 20, 0.44);
  border-radius: 999px;
  color: #fff;
  background: rgba(229, 9, 20, 0.08);
  box-shadow: 0 0 22px rgba(229, 9, 20, 0.1);
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.page-header__cta:hover,
.page-header__cta:focus-visible {
  border-color: rgba(255, 45, 57, 0.82);
  background: rgba(229, 9, 20, 0.18);
  box-shadow: 0 0 28px rgba(229, 9, 20, 0.2);
}

.page-header__cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.84);
  outline-offset: 4px;
}

.page-sound-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--page-line);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 7, 7, 0.68);
  cursor: pointer;
}

.page-sound-toggle svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.page-sound-toggle svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.page-sound-toggle.is-muted svg path:not(:first-child) {
  opacity: 0.18;
}

.page-shell {
  width: min(100%, var(--page-max));
  margin: 0 auto;
  padding-inline: var(--page-pad);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: clamp(30px, 5vw, 70px);
  color: var(--page-faint);
  font-size: 12px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: #fff;
}

.page-hero {
  min-height: min(820px, calc(100svh - 112px));
  display: grid;
  align-items: center;
  padding-block: clamp(80px, 12vw, 180px);
}

.page-hero__inner {
  position: relative;
  max-width: 1120px;
}

.page-hero__inner::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -16%;
  z-index: -1;
  width: min(72vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 9, 20, 0.17), transparent 67%);
  filter: blur(18px);
}

.eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--page-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page-hero h1,
.section-headline,
.page-final h2 {
  margin: 0;
  font-size: clamp(46px, 8.4vw, 132px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.89;
  text-wrap: balance;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 12ch;
}

.page-hero__lead {
  max-width: 790px;
  margin: clamp(30px, 4vw, 58px) 0 0;
  color: rgba(255, 244, 223, 0.78);
  font-size: clamp(19px, 2.1vw, 29px);
  line-height: 1.42;
}

.page-hero__lead p {
  margin: 0 0 0.8em;
}

.page-hero__microcopy {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--page-faint);
  font-size: 12px;
  line-height: 1.5;
}

.page-button {
  width: max-content;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 14px 22px;
  border: 1px solid rgba(229, 9, 20, 0.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(229, 9, 20, 0.09);
  box-shadow: 0 0 28px rgba(229, 9, 20, 0.13);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 220ms ease,
    box-shadow 240ms ease,
    transform 220ms ease;
}

.page-button:hover,
.page-button:focus-visible {
  background: rgba(229, 9, 20, 0.2);
  box-shadow: 0 0 38px rgba(229, 9, 20, 0.24);
  outline: none;
  transform: translateY(-2px);
}

.page-section {
  position: relative;
  padding-block: clamp(88px, 12vw, 176px);
  border-top: 1px solid var(--page-line);
}

.page-section--tight {
  padding-block: clamp(64px, 8vw, 112px);
}

.page-section--surface::before {
  content: "";
  position: absolute;
  inset: 0 calc(var(--page-pad) * -1);
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 50%);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.35fr);
  gap: clamp(40px, 8vw, 150px);
  align-items: start;
}

.section-copy h2,
.section-copy h3 {
  max-width: 16ch;
  margin: 0 0 28px;
  font-size: clamp(34px, 4.8vw, 72px);
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.section-copy h3 {
  font-size: clamp(28px, 3.5vw, 52px);
}

.section-copy > p,
.rich-copy p {
  max-width: 68ch;
  margin: 0 0 1.1em;
  color: var(--page-muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}

.section-headline {
  max-width: 13ch;
  font-size: clamp(40px, 6vw, 92px);
}

.feature-grid,
.case-grid,
.steps-grid,
.reference-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(38px, 6vw, 78px);
}

.feature-card,
.case-card,
.step-card,
.related-card {
  min-height: 250px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--page-line);
  border-radius: 3px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 9, 20, 0.1), transparent 48%),
    rgba(255, 255, 255, 0.018);
}

.feature-card h3,
.case-card h3,
.step-card h3,
.related-card strong {
  display: block;
  margin: 0 0 18px;
  font-size: clamp(19px, 2vw, 29px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-card p,
.case-card p,
.step-card p {
  margin: 0;
  color: var(--page-muted);
  font-size: 15px;
  line-height: 1.58;
}

.step-card {
  min-height: 220px;
}

.step-card__number {
  display: block;
  margin-bottom: 54px;
  color: var(--page-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 244, 223, 0.76);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--page-red);
  box-shadow: 0 0 14px rgba(229, 9, 20, 0.78);
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.7fr);
  gap: 30px;
  align-items: end;
  padding: clamp(30px, 6vw, 84px);
  border: 1px solid rgba(229, 9, 20, 0.28);
  background: radial-gradient(circle at 85% 50%, rgba(229, 9, 20, 0.17), transparent 42%);
}

.price-panel h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(40px, 6vw, 92px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

.price-panel__copy p {
  color: var(--page-muted);
  line-height: 1.6;
}

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

.reference-card {
  appearance: none;
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(230px, 26vw) auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--page-line);
  border-radius: 3px;
  color: var(--page-ink);
  background: var(--page-surface);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    transform 260ms cubic-bezier(0.16, 0.84, 0.24, 1);
}

.reference-card:hover,
.reference-card:focus-visible {
  border-color: rgba(229, 9, 20, 0.62);
  outline: none;
  transform: translateY(-5px);
}

.reference-card--placeholder {
  cursor: default;
  border-style: dashed;
}

.reference-card--placeholder:hover {
  border-color: var(--page-line);
  transform: none;
}

.reference-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(229, 9, 20, 0.23), transparent 55%),
    #090909;
}

.reference-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 5, 5, 0.66);
  box-shadow: 0 0 26px rgba(229, 9, 20, 0.34);
  font-size: 15px;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.reference-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.16, 0.84, 0.24, 1);
}

.reference-card:hover .reference-card__visual img {
  transform: scale(1.025);
}

.reference-card__media-label {
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.reference-card__copy {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.reference-card__copy strong {
  font-size: 18px;
  line-height: 1.2;
}

.reference-card__copy > span:not(.reference-card__action) {
  color: var(--page-muted);
  font-size: 13px;
  line-height: 1.45;
}

.reference-card__action {
  margin-top: 8px;
  color: var(--page-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-list {
  margin-top: clamp(34px, 5vw, 70px);
  border-top: 1px solid var(--page-line);
}

.faq-list details {
  border-bottom: 1px solid var(--page-line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--page-red);
  font-size: 28px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "×";
}

.faq-list details p {
  max-width: 72ch;
  margin: 0;
  padding: 0 52px 26px 0;
  color: var(--page-muted);
  line-height: 1.65;
}

.related-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--page-ink);
  text-decoration: none;
  transition:
    border-color 220ms ease,
    transform 220ms ease;
}

.related-card:hover,
.related-card:focus-visible {
  border-color: rgba(229, 9, 20, 0.58);
  outline: none;
  transform: translateY(-4px);
}

.related-card span {
  color: var(--page-red);
  font-size: 12px;
  font-weight: 850;
}

.page-final {
  min-height: min(760px, 86svh);
  display: grid;
  place-items: center;
  padding-block: clamp(100px, 15vw, 220px);
  border-top: 1px solid var(--page-line);
  text-align: center;
}

.page-final__inner {
  display: grid;
  justify-items: center;
}

.page-final h2 {
  max-width: 14ch;
}

.page-final p {
  max-width: 670px;
  margin: 28px auto 0;
  color: var(--page-muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
}

.page-footer {
  border-top: 1px solid var(--page-line);
}

.page-footer__inner {
  width: min(100%, var(--page-max));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 100px) var(--page-pad) 34px;
}

.page-footer__brand img {
  width: min(260px, 70vw);
}

.page-footer__brand p {
  margin: 18px 0 0;
  color: var(--page-muted);
}

.page-footer__socials,
.page-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.page-footer__socials a,
.page-footer__legal a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  text-decoration: none;
}

.page-footer__socials a:hover,
.page-footer__legal a:hover,
.page-footer__socials a:focus-visible,
.page-footer__legal a:focus-visible {
  color: #fff;
}

.page-footer__legal {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--page-faint);
  font-size: 12px;
}

.page-footer__legal > .page-footer__copyright {
  margin-left: auto;
}

.page-footer--reduced .page-footer__inner {
  min-height: 190px;
}

.page-media-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: clamp(70px, 6vw, 96px) var(--page-pad) 28px;
  border: 0;
  color: #fff;
  background: rgba(2, 2, 2, 0.95);
  backdrop-filter: blur(18px);
}

.page-media-dialog::backdrop {
  background: rgba(0, 0, 0, 0.88);
}

.page-media-dialog__panel {
  width: min(100%, 1320px);
  min-height: calc(100dvh - 124px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 22px;
  margin: 0 auto;
}

.page-media-dialog__close {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 5, 5, 0.8);
  cursor: pointer;
  font-size: 30px;
}

.page-media-dialog__stage {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
}

.page-media-dialog__stage img,
.page-media-dialog__stage video {
  max-width: 100%;
  max-height: calc(100svh - 190px);
  object-fit: contain;
}

.page-media-dialog__copy h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 44px);
}

.page-media-dialog__copy p {
  margin: 8px 0 0;
  color: var(--page-muted);
  line-height: 1.5;
}

/* Shared visual language with the main Kindskopf.Studio page. */
.page-hero h1,
.section-headline,
.page-final h2,
.price-panel h2,
.section-copy h2,
.section-copy h3 {
  color: #fff;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: none;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.16),
    0 0 38px rgba(229, 9, 20, 0.18),
    0 24px 64px rgba(0, 0, 0, 0.82);
}

.page-hero h1 {
  max-width: 13ch;
  font-size: clamp(48px, 6.4vw, 104px);
  line-height: 1.01;
}

.section-headline {
  max-width: 14ch;
  font-size: clamp(40px, 5.4vw, 86px);
}

.page-final h2 {
  max-width: 13ch;
  font-size: clamp(44px, 6.2vw, 96px);
  line-height: 1.02;
}

.page-glow,
.page-accent {
  display: inline;
  color: #fff;
  font-family: var(--font-accent);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-shadow:
    0 0 7px rgba(255, 255, 255, 0.92),
    0 0 18px rgba(255, 255, 255, 0.42),
    0 0 34px rgba(229, 9, 20, 0.3),
    0 0 58px rgba(229, 9, 20, 0.2);
}

.eyebrow {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 760;
}

.page-hero__lead {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 510;
  line-height: 1.4;
}

.section-copy > p,
.rich-copy p {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 510;
  line-height: 1.52;
}

.page-header__cta,
.page-button {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 30px rgba(229, 9, 20, 0.14),
    0 18px 42px rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transition:
    color 220ms ease,
    box-shadow 240ms ease,
    transform 220ms ease;
}

.page-button {
  min-width: 178px;
  min-height: 50px;
  padding: 0 23px;
}

.page-header__cta {
  min-width: 158px;
  min-height: 46px;
  padding: 0 18px;
}

.page-header__cta::before,
.page-header__cta::after,
.page-button::before,
.page-button::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.page-header__cta::before,
.page-button::before {
  inset: -62%;
  z-index: -2;
  background: conic-gradient(
    from 0deg,
    rgba(229, 9, 20, 0),
    rgba(229, 9, 20, 0) 64%,
    rgba(229, 9, 20, 0.26) 71%,
    rgba(255, 24, 38, 0.92) 78%,
    rgba(255, 158, 162, 1) 83%,
    rgba(255, 45, 56, 0.82) 90%,
    rgba(229, 9, 20, 0.18) 96%,
    rgba(229, 9, 20, 0)
  );
  filter: blur(0.14px) drop-shadow(0 0 9px rgba(229, 9, 20, 0.74));
  animation: page-orbit-border-spin 4.4s linear infinite;
}

.page-header__cta::after,
.page-button::after {
  inset: 1px;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    rgba(3, 3, 3, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.page-header__cta:hover,
.page-header__cta:focus-visible,
.page-button:hover,
.page-button:focus-visible {
  color: #fff;
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 28px rgba(229, 9, 20, 0.16);
}

.page-header__cta:focus-visible,
.page-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 4px;
}

.feature-card,
.case-card,
.step-card,
.related-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 42%),
    rgba(2, 2, 2, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 70px rgba(0, 0, 0, 0.34);
}

.feature-card::before,
.case-card::before,
.step-card::before,
.related-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(229, 9, 20, 0.02),
    rgba(229, 9, 20, 0.22) 18%,
    rgba(255, 28, 42, 0.64) 54%,
    rgba(229, 9, 20, 0.28) 84%,
    rgba(229, 9, 20, 0.04)
  );
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.2);
  opacity: 0.46;
  transition: opacity 300ms ease;
}

.feature-card:hover,
.case-card:hover,
.step-card:hover,
.related-card:hover,
.related-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 30px 82px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(229, 9, 20, 0.08);
}

.feature-card:hover::before,
.case-card:hover::before,
.step-card:hover::before,
.related-card:hover::before,
.related-card:focus-visible::before {
  opacity: 0.9;
}

.feature-card h3,
.case-card h3,
.step-card h3,
.related-card strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

/* Service labels mirror the graffiti-and-glow treatment of the main page. */
.feature-card h3,
.related-card strong {
  font-family: var(--font-accent);
  font-weight: 400;
  text-shadow:
    0 0 7px rgba(255, 255, 255, 0.88),
    0 0 18px rgba(255, 255, 255, 0.35),
    0 0 32px rgba(229, 9, 20, 0.24);
}

.page-section--surface::before {
  background:
    radial-gradient(circle at 88% 12%, rgba(229, 9, 20, 0.055), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.022), transparent 52%);
}

.page-final {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.page-campaign .page-footer {
  border-top-color: rgba(222, 233, 243, 0.26);
  background: linear-gradient(180deg, rgba(27, 33, 39, 0.98) 0, rgba(9, 12, 15, 0.995) 18px, #030405 92px, #050607 100%);
}

.page-final::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(229, 9, 20, 0.16), transparent 66%);
  filter: blur(18px);
}

.page-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #020202 0%, #030303 48%, #050505 100%);
}

.page-footer::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -90px;
  z-index: -1;
  width: min(100%, 1040px);
  height: 320px;
  pointer-events: none;
  background: radial-gradient(
    ellipse 62% 230px at 50% 100%,
    rgba(229, 9, 20, 0.48),
    rgba(229, 9, 20, 0.24) 30%,
    rgba(229, 9, 20, 0.09) 58%,
    rgba(229, 9, 20, 0) 100%
  );
  filter: blur(12px);
  transform: translateX(-50%);
}

.page-footer__brand img {
  filter:
    drop-shadow(0 8px 22px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 16px rgba(229, 9, 20, 0.3));
}

@keyframes page-orbit-border-spin {
  to {
    transform: rotate(1turn);
  }
}

html.pages-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms ease,
    transform 840ms cubic-bezier(0.16, 0.84, 0.24, 1);
}

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

@media (max-width: 1180px) {
  .page-header {
    grid-template-columns: minmax(160px, 220px) 1fr auto;
  }

  .page-header__label {
    display: none;
  }

  .section-grid,
  .price-panel {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .case-grid,
  .steps-grid,
  .reference-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .page-header {
    min-height: 88px;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding-block: 18px;
  }

  .page-header__logo {
    width: min(100%, 160px);
    min-width: 0;
  }

  .page-header {
    grid-template-columns: minmax(96px, 1fr) clamp(100px, 28vw, 150px) 40px;
    gap: 10px;
  }

  .page-header--campaign {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .page-header__cta {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding-inline: 12px;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .page-sound-toggle {
    width: 40px;
    height: 40px;
  }

  .breadcrumbs {
    padding-top: 24px;
  }

  .page-hero {
    min-height: calc(100svh - 110px);
    padding-block: 72px 96px;
  }

  .page-hero h1 {
    font-size: clamp(43px, 14vw, 72px);
  }

  .page-hero__lead {
    font-size: 18px;
  }

  .page-section {
    padding-block: 82px;
  }

  .feature-grid,
  .case-grid,
  .steps-grid,
  .reference-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .case-card,
  .step-card {
    min-height: 0;
  }

  .step-card__number {
    margin-bottom: 40px;
  }

  .reference-card {
    grid-template-rows: minmax(220px, 72vw) auto;
  }

  .reference-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .page-footer__inner {
    grid-template-columns: 1fr;
  }

  .page-footer__legal {
    grid-column: auto;
  }

  .page-footer__legal > .page-footer__copyright {
    width: 100%;
    margin-left: 0;
  }

  .page-media-dialog {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .page-header__cta::before,
  .page-button::before {
    animation: none;
  }
}

/* Productive heading weight; casing is finalized in the silver pass below. */
body[data-page-kind] :is(h1, h2, h3, h4, h5, h6),
body[data-page-kind] .related-card strong {
  font-weight: 700;
  text-transform: none;
}

body[data-page-kind] :is(.page-glow, .page-accent),
body[data-page-kind] .feature-card h3,
body[data-page-kind] .related-card strong {
  font-weight: 400;
}

/* Canonical KINDSKOPF.STUDIO wordmark: Bold name, Book suffix. */
.brand-wordmark {
  font-family: var(--font-display);
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-wordmark__kindskopf {
  font-weight: 700;
}

.brand-wordmark__studio {
  font-weight: 400;
}

/* Primary CTAs use one size; the current light colour is finalized below. */
.page-header__cta,
.page-button {
  min-width: 184px;
  min-height: 52px;
  box-shadow:
    0 0 0 1px rgba(255, 78, 88, 0.2),
    0 0 34px 9px rgba(229, 9, 20, 0.28),
    0 0 86px 22px rgba(229, 9, 20, 0.13),
    0 18px 42px rgba(0, 0, 0, 0.58);
  filter:
    drop-shadow(0 0 12px rgba(229, 9, 20, 0.34))
    drop-shadow(0 0 28px rgba(229, 9, 20, 0.17));
}

.page-header__cta::after,
.page-button::after {
  background:
    radial-gradient(ellipse at 50% 118%, rgba(229, 9, 20, 0.15), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    rgba(5, 3, 3, 0.94);
}

.page-header__cta:hover,
.page-header__cta:focus-visible,
.page-button:hover,
.page-button:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 104, 112, 0.3),
    0 0 42px 11px rgba(229, 9, 20, 0.38),
    0 0 96px 25px rgba(229, 9, 20, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.58);
}

.page-footer__headline-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(30px, 6vw, 96px);
}

.page-footer__cta {
  width: max-content;
  min-width: clamp(270px, 23vw, 360px);
  min-height: clamp(66px, 7svh, 82px);
  flex: 0 0 auto;
  margin-top: 0;
  padding-inline: clamp(34px, 4vw, 54px);
  background: rgba(34, 2, 5, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 78, 88, 0.18),
    0 0 34px 8px rgba(229, 9, 20, 0.24),
    0 0 82px 18px rgba(229, 9, 20, 0.13),
    0 24px 52px rgba(0, 0, 0, 0.62);
  filter:
    drop-shadow(0 0 16px rgba(229, 9, 20, 0.42))
    drop-shadow(0 0 38px rgba(229, 9, 20, 0.2));
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 720;
  animation: page-footer-cta-backlight 2.35s ease-in-out infinite;
}

.page-footer__cta::after {
  background:
    radial-gradient(ellipse at 50% 115%, rgba(229, 9, 20, 0.28), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    rgba(16, 3, 4, 0.94);
}

@keyframes page-footer-cta-backlight {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 78, 88, 0.16),
      0 0 30px 7px rgba(229, 9, 20, 0.2),
      0 0 72px 16px rgba(229, 9, 20, 0.11),
      0 24px 52px rgba(0, 0, 0, 0.62);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 112, 120, 0.3),
      0 0 48px 13px rgba(229, 9, 20, 0.4),
      0 0 112px 30px rgba(229, 9, 20, 0.2),
      0 24px 52px rgba(0, 0, 0, 0.62);
  }
}

@media (max-width: 700px) {
  .page-footer__headline-row {
    flex-direction: column;
  }

  .page-footer__cta {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .page-header__cta {
    min-width: 0;
    min-height: 38px;
  }
}

.is-contact-cta-suppressed {
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* 2026-08 Silver lighting pass for all productive service and funnel pages.
   Flat red brand accents stay red; emitted light, active edges and CTA halos do not. */
:root {
  --page-silver-light: rgba(235, 238, 242, 0.78);
  --page-silver-soft: rgba(226, 231, 236, 0.2);
  --page-silver-faint: rgba(216, 222, 228, 0.08);
}

body {
  background:
    radial-gradient(ellipse 66vw 440px at 50% -220px, rgba(242, 244, 247, 0.2), transparent 75%),
    var(--page-bg);
}

body::after {
  background: radial-gradient(ellipse at center, rgba(235, 238, 242, 0.09), transparent 68%);
  filter: blur(20px);
}

.page-header__logo img {
  filter: drop-shadow(0 0 14px rgba(235, 238, 242, 0.16));
}

body[data-page-kind] :is(h1, h2, h3, h4, h5, h6),
body[data-page-kind] .related-card strong {
  text-transform: uppercase;
}

body[data-page-kind] :is(.page-glow, .page-accent) {
  font-size: 1.1em;
  line-height: 0.9;
  text-shadow:
    0 0 7px rgba(255, 255, 255, 0.86),
    0 0 18px rgba(244, 246, 248, 0.34),
    0 0 38px rgba(226, 231, 236, 0.18),
    0 0 68px rgba(210, 217, 224, 0.1);
}

body[data-page-kind] .feature-card h3,
body[data-page-kind] .related-card strong {
  font-size: clamp(21px, 2.18vw, 32px);
  text-shadow:
    0 0 7px rgba(255, 255, 255, 0.8),
    0 0 17px rgba(244, 246, 248, 0.28),
    0 0 30px rgba(226, 231, 236, 0.14);
}

.page-hero h1,
.section-headline,
.page-final h2,
.price-panel h2,
.section-copy h2,
.section-copy h3 {
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.16),
    0 0 34px rgba(226, 231, 236, 0.11),
    0 24px 64px rgba(0, 0, 0, 0.82);
}

.page-hero__inner::before {
  background: radial-gradient(circle, rgba(235, 238, 242, 0.08), transparent 67%);
  filter: blur(20px);
}

/* Shared CTA system: KKS-red rotating edge and quiet white backlight. */
.page-header__cta::before,
.page-button::before {
  background: conic-gradient(
    from 0deg,
    rgba(229, 9, 20, 0),
    rgba(229, 9, 20, 0) 64%,
    rgba(229, 9, 20, 0.26) 71%,
    rgba(255, 24, 38, 0.92) 78%,
    rgba(255, 158, 162, 1) 83%,
    rgba(255, 45, 56, 0.82) 90%,
    rgba(229, 9, 20, 0.18) 96%,
    rgba(229, 9, 20, 0)
  );
  filter: blur(0.14px) drop-shadow(0 0 9px rgba(229, 9, 20, 0.74));
}

.page-header__cta,
.page-button {
  box-shadow:
    0 0 0 1px rgba(236, 240, 244, 0.13),
    0 0 26px 7px rgba(226, 231, 236, 0.12),
    0 0 64px 16px rgba(210, 217, 224, 0.055),
    0 18px 42px rgba(0, 0, 0, 0.58);
  filter:
    drop-shadow(0 0 9px rgba(235, 238, 242, 0.16))
    drop-shadow(0 0 22px rgba(216, 222, 228, 0.07));
}

.page-header__cta::after,
.page-button::after {
  background:
    radial-gradient(ellipse at 50% 118%, rgba(235, 238, 242, 0.075), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(5, 5, 5, 0.94);
}

.page-header__cta:hover,
.page-header__cta:focus-visible,
.page-button:hover,
.page-button:focus-visible {
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(245, 247, 249, 0.22),
    0 0 32px 9px rgba(232, 236, 240, 0.18),
    0 0 76px 20px rgba(216, 222, 228, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.58);
}

/* Cards, rails and media previews use the same silver edge language. */
.feature-card,
.case-card,
.step-card,
.related-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 231, 236, 0.035), transparent 48%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 42%),
    rgba(2, 2, 2, 0.74);
}

.feature-card::before,
.case-card::before,
.step-card::before,
.related-card::before {
  background: linear-gradient(
    180deg,
    rgba(220, 226, 232, 0.02),
    rgba(226, 231, 236, 0.14) 18%,
    rgba(247, 248, 250, 0.5) 54%,
    rgba(226, 231, 236, 0.2) 84%,
    rgba(216, 222, 228, 0.03)
  );
  box-shadow: 0 0 13px rgba(235, 238, 242, 0.1);
}

.feature-card:hover,
.case-card:hover,
.step-card:hover,
.related-card:hover,
.related-card:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 30px 82px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(226, 231, 236, 0.055);
}

.check-list li::before {
  box-shadow: 0 0 12px rgba(235, 238, 242, 0.24);
}

.price-panel {
  border-color: rgba(235, 238, 242, 0.16);
  background: radial-gradient(circle at 85% 50%, rgba(226, 231, 236, 0.075), transparent 44%);
}

.reference-card:hover,
.reference-card:focus-visible,
.related-card:hover,
.related-card:focus-visible {
  border-color: rgba(235, 238, 242, 0.38);
}

.reference-card__visual {
  background:
    radial-gradient(circle at 50% 30%, rgba(226, 231, 236, 0.1), transparent 55%),
    #090909;
}

.reference-card__play {
  box-shadow: 0 0 22px rgba(226, 231, 236, 0.16);
}

.page-section--surface::before {
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 231, 236, 0.03), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.022), transparent 52%);
}

.page-final::before {
  background: radial-gradient(ellipse at center, rgba(235, 238, 242, 0.075), transparent 66%);
}

.page-footer::before {
  background: radial-gradient(
    ellipse 62% 230px at 50% 100%,
    rgba(242, 244, 247, 0.16),
    rgba(226, 231, 236, 0.075) 30%,
    rgba(210, 217, 224, 0.025) 60%,
    transparent 100%
  );
  filter: blur(15px);
}

.page-footer__brand img {
  filter:
    drop-shadow(0 8px 22px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 14px rgba(235, 238, 242, 0.16));
}

.page-footer__cta {
  background: rgba(10, 10, 10, 0.78);
  box-shadow:
    0 0 0 1px rgba(242, 244, 247, 0.15),
    0 0 28px 7px rgba(226, 231, 236, 0.13),
    0 0 70px 16px rgba(210, 217, 224, 0.06),
    0 24px 52px rgba(0, 0, 0, 0.62);
  filter:
    drop-shadow(0 0 11px rgba(235, 238, 242, 0.18))
    drop-shadow(0 0 28px rgba(216, 222, 228, 0.08));
}

.page-footer__cta::after {
  background:
    radial-gradient(ellipse at 50% 115%, rgba(235, 238, 242, 0.11), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    rgba(8, 8, 8, 0.94);
}

@keyframes page-footer-cta-backlight {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(242, 244, 247, 0.13),
      0 0 25px 6px rgba(226, 231, 236, 0.1),
      0 0 62px 14px rgba(210, 217, 224, 0.045),
      0 24px 52px rgba(0, 0, 0, 0.62);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(250, 251, 252, 0.2),
      0 0 35px 9px rgba(235, 238, 242, 0.17),
      0 0 78px 19px rgba(216, 222, 228, 0.075),
      0 24px 52px rgba(0, 0, 0, 0.62);
  }
}

/* Typography pass: headings and Sedgwick accents stay crisp without a halo. */
body[data-page-kind] :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .page-glow,
  .page-accent,
  .feature-card h3,
  .related-card strong
) {
  text-shadow: none !important;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

body[data-page-kind] :is(h1, h2, h3, h4, h5, h6) :is(.page-glow, .page-accent) {
  line-height: 1;
}

.section-grid > *,
.price-panel > *,
.feature-grid > *,
.case-grid > *,
.steps-grid > *,
.reference-grid > *,
.related-grid > * {
  min-width: 0;
}

html.has-page-dialog {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .section-grid,
  .price-panel {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Phase 11: shared visual and interaction contract for the four campaign funnels. */
body.page-campaign {
  --page-bg: #050505;
  --page-surface: #0a0a0a;
  --page-surface-2: #101010;
  --page-ink: #f5f3ed;
  --page-muted: #a7a7a2;
  --page-faint: #777773;
  --page-line: rgba(255, 255, 255, 0.14);
  --page-red: #e50914;
  min-width: 320px;
  color: var(--page-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    var(--page-bg);
  background-size: 44px 44px, 44px 44px, auto;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.58;
}

body.page-campaign::after {
  bottom: -220px;
  width: min(100%, 980px);
  height: 360px;
  background: radial-gradient(ellipse at center, rgba(245, 243, 237, 0.07), transparent 68%);
  filter: blur(22px);
}

body.page-campaign :is(h1, h2, h3, h4, h5, h6) {
  color: var(--page-ink);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  text-shadow: none !important;
  text-transform: uppercase;
}

body.page-campaign :is(.page-glow, .page-accent) {
  color: inherit;
  font-family: var(--font-accent);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-shadow: none !important;
  text-transform: uppercase;
}

body.page-campaign .page-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 76px;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  gap: 22px;
  margin: 0;
  padding: 14px var(--page-pad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(18px);
}

body.page-campaign .page-header::after {
  display: none;
}

body.page-campaign .page-header__logo {
  width: clamp(132px, 14vw, 206px);
}

body.page-campaign :is(.page-header__logo img, .page-footer__brand img) {
  width: 100%;
  filter: none;
}

body.page-campaign .page-header__label {
  justify-self: center;
  color: var(--page-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

body.page-campaign .page-sound-toggle {
  width: 46px;
  height: 46px;
  justify-self: end;
  border-color: var(--page-line);
  color: var(--page-ink);
  background: var(--page-surface);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.page-campaign .page-sound-toggle:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--page-surface-2);
  transform: translateY(-2px);
}

body.page-campaign .page-shell {
  width: min(100%, var(--page-max));
}

body.page-campaign .page-hero {
  min-height: calc(100svh - 76px);
  padding-block: clamp(86px, 9vw, 126px);
}

body.page-campaign .page-hero__inner {
  max-width: 1160px;
}

body.page-campaign .page-hero__inner::before {
  width: min(70vw, 720px);
  background: radial-gradient(circle, rgba(245, 243, 237, 0.055), transparent 68%);
  filter: blur(22px);
}

body.page-campaign .page-hero h1 {
  max-width: 14ch;
  font-size: clamp(46px, 6.8vw, 116px);
  hyphens: none;
  line-height: 0.9;
  overflow-wrap: normal;
}

body.page-campaign .page-hero__lead {
  max-width: 780px;
  margin-top: clamp(30px, 4vw, 54px);
  color: #bebeba;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 400;
  line-height: 1.5;
}

body.page-campaign .page-hero__microcopy {
  color: var(--page-faint);
  font-size: 13px;
}

body.page-campaign .eyebrow {
  margin-bottom: 18px;
  color: #c4c4bf;
  font-size: clamp(11px, 0.85vw, 14px);
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-shadow: none;
}

body.page-campaign .page-section {
  padding-block: clamp(96px, 14vw, 200px);
  border-color: rgba(255, 255, 255, 0.09);
}

body.page-campaign .page-section--surface::before {
  background: var(--page-surface);
}

body.page-campaign .section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 5vw, 96px);
}

@media (min-width: 1181px) {
  body.page-campaign .section-grid--reverse > :first-child {
    grid-column: 2;
    grid-row: 1;
  }

  body.page-campaign .section-grid--reverse > :last-child {
    grid-column: 1;
    grid-row: 1;
  }
}

body.page-campaign .section-headline {
  max-width: none;
  font-size: clamp(40px, 4.5vw, 72px);
  line-height: 0.96;
}

body.page-campaign :is(.section-copy > p, .rich-copy p, .price-panel__copy p) {
  color: var(--page-muted);
  font-size: clamp(16px, 1.28vw, 20px);
  font-weight: 400;
  line-height: 1.62;
}

body.page-campaign :is(.feature-grid, .case-grid, .steps-grid, .reference-grid) {
  gap: 1px;
  border: 1px solid var(--page-line);
  background: var(--page-line);
}

body.page-campaign :is(.feature-card, .case-card, .step-card) {
  min-height: 230px;
  padding: clamp(24px, 3vw, 46px);
  border: 0;
  border-radius: 0;
  background: var(--page-surface);
  box-shadow: none;
}

body.page-campaign :is(.feature-card, .case-card, .step-card)::before {
  width: 2px;
  background: var(--page-red);
  box-shadow: none;
  opacity: 0.72;
}

body.page-campaign :is(.feature-card, .case-card, .step-card):hover {
  border-color: transparent;
  background: var(--page-surface-2);
  box-shadow: none;
}

body.page-campaign :is(.feature-card h3, .case-card h3, .step-card h3) {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-shadow: none !important;
}

body.page-campaign :is(.feature-card p, .case-card p, .step-card p) {
  color: var(--page-muted);
  font-size: 15px;
  line-height: 1.62;
}

body.page-campaign .step-card__number {
  margin-bottom: 48px;
  color: var(--page-red);
}

body.page-campaign .check-list {
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--page-line);
}

body.page-campaign .check-list li {
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid var(--page-line);
  color: var(--page-muted);
  font-size: clamp(16px, 1.25vw, 19px);
}

body.page-campaign .check-list li::before {
  top: 1.27em;
  width: 7px;
  height: 7px;
  box-shadow: none;
}

body.page-campaign .price-panel {
  align-items: center;
  padding: clamp(30px, 6vw, 78px);
  border-color: var(--page-line);
  background: var(--page-surface);
}

body.page-campaign .price-panel h2 {
  width: 100%;
  max-width: none;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 0.96;
}

body.page-campaign :is(.page-button, .page-footer__cta) {
  width: max-content;
  min-width: 190px;
  min-height: 50px;
  padding: 13px 22px;
  overflow: visible;
  border: 1px solid var(--page-red);
  border-radius: 999px;
  color: #fff;
  background: var(--page-red);
  box-shadow: none;
  filter: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  animation: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.page-campaign :is(.page-button, .page-footer__cta)::before,
body.page-campaign :is(.page-button, .page-footer__cta)::after {
  display: none;
}

body.page-campaign :is(.page-button, .page-footer__cta):hover {
  border-color: #fff;
  color: #fff;
  background: #b9000a;
  box-shadow: none;
  transform: translateY(-2px);
}

body.page-campaign :is(a, button, summary, [tabindex]):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

body.page-campaign .faq-list {
  border-color: var(--page-line);
}

body.page-campaign .faq-list details {
  border-color: var(--page-line);
}

body.page-campaign .faq-list summary {
  min-height: 64px;
  color: var(--page-ink);
  font-weight: 700;
}

body.page-campaign .faq-list details[open] {
  background: rgba(255, 255, 255, 0.025);
}

body.page-campaign .faq-list details p {
  color: var(--page-muted);
}

body.page-campaign .reference-card {
  border: 0;
  border-radius: 0;
  background: var(--page-surface);
}

body.page-campaign .reference-card:hover,
body.page-campaign .reference-card:focus-visible {
  border-color: transparent;
  background: var(--page-surface-2);
  transform: translateY(-3px);
}

body.page-campaign .reference-card__play {
  box-shadow: none;
}

body.page-campaign .page-final {
  min-height: min(780px, 88svh);
  border-color: rgba(255, 255, 255, 0.09);
}

body.page-campaign .page-final::before {
  display: none;
}

body.page-campaign .page-final h2 {
  max-width: 14ch;
  font-size: clamp(44px, 6.2vw, 100px);
  line-height: 0.92;
}

body.page-campaign .page-final p {
  color: var(--page-muted);
}

body.page-campaign .page-footer {
  border-color: rgba(255, 255, 255, 0.09);
  background: #030303;
}

body.page-campaign .page-footer::before {
  display: none;
}

body.page-campaign .page-footer__inner {
  padding-top: clamp(62px, 8vw, 106px);
}

body.page-campaign .page-footer__headline-row {
  align-items: center;
}

body.page-campaign .page-footer__brand {
  width: clamp(170px, 20vw, 260px);
}

body.page-campaign .page-footer__cta {
  flex: 0 1 auto;
  margin-top: 0;
}

body.page-campaign .page-footer__legal {
  border-color: rgba(255, 255, 255, 0.1);
}

body.page-campaign .page-footer__legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--page-muted);
}

body.page-campaign .page-footer__legal a:hover {
  color: #fff;
}

@media (max-width: 1180px) {
  body.page-campaign :is(.section-grid, .price-panel) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  body.page-campaign :is(.feature-grid, .case-grid, .steps-grid, .reference-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.page-campaign .page-header {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 14px;
    padding-block: 12px;
  }

  body.page-campaign .page-header__label {
    display: none;
  }

  body.page-campaign .page-header__logo {
    width: min(100%, 174px);
  }

  body.page-campaign .page-hero {
    min-height: calc(100svh - 72px);
  }

  body.page-campaign .page-footer__headline-row {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  body.page-campaign {
    --page-pad: clamp(18px, 5vw, 28px);
  }

  body.page-campaign .page-hero {
    padding-block: 76px 104px;
  }

  body.page-campaign .page-hero h1 {
    font-size: clamp(38px, 11.8vw, 62px);
    text-wrap: wrap;
  }

  body.page-campaign .section-headline,
  body.page-campaign .price-panel h2 {
    font-size: clamp(36px, 10.4vw, 58px);
  }

  body.page-campaign .section-headline--long {
    font-size: clamp(35px, 9.4vw, 52px);
  }

  body.page-campaign .page-final h2 {
    font-size: clamp(42px, 12.8vw, 70px);
  }

  body.page-campaign .page-section {
    padding-block: clamp(80px, 22vw, 118px);
  }

  body.page-campaign :is(.feature-grid, .case-grid, .steps-grid, .reference-grid) {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-campaign :is(.feature-card, .case-card, .step-card) {
    min-height: 0;
  }

  body.page-campaign :is(.page-button, .page-footer__cta) {
    width: min(100%, 360px);
    min-width: 0;
    white-space: normal;
  }

  body.page-campaign .page-footer__legal > .page-footer__copyright {
    width: 100%;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-campaign [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  body.page-campaign :is(.page-button, .page-footer__cta, .page-sound-toggle, .reference-card):hover {
    transform: none;
  }
}

/* Campaign CTAs use the same silver orbit treatment as the homepage. */
body.page-campaign :is(.page-button, .page-footer__cta) {
  position: relative;
  isolation: isolate;
  width: max-content;
  min-width: 178px;
  min-height: 50px;
  display: inline-grid;
  place-items: center;
  padding: 0 23px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(236, 240, 244, 0.13),
    0 0 26px 7px rgba(226, 231, 236, 0.12),
    0 0 64px 16px rgba(210, 217, 224, 0.055),
    0 18px 42px rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  filter:
    drop-shadow(0 0 9px rgba(235, 238, 242, 0.16))
    drop-shadow(0 0 22px rgba(216, 222, 228, 0.07));
  animation: none;
  transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

body.page-campaign :is(.page-button, .page-footer__cta)::before,
body.page-campaign :is(.page-button, .page-footer__cta)::after {
  position: absolute;
  display: block;
  border-radius: inherit;
  content: "";
}

body.page-campaign :is(.page-button, .page-footer__cta)::before {
  inset: -62%;
  z-index: -2;
  background: conic-gradient(
    from 0deg,
    rgba(229, 9, 20, 0),
    rgba(229, 9, 20, 0) 64%,
    rgba(229, 9, 20, 0.26) 71%,
    rgba(255, 24, 38, 0.92) 78%,
    rgba(255, 158, 162, 1) 83%,
    rgba(255, 45, 56, 0.82) 90%,
    rgba(229, 9, 20, 0.18) 96%,
    rgba(229, 9, 20, 0)
  );
  filter: blur(0.14px) drop-shadow(0 0 9px rgba(229, 9, 20, 0.74));
  animation: page-orbit-border-spin 4.4s linear infinite;
}

body.page-campaign :is(.page-button, .page-footer__cta)::after {
  inset: 1px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 118%, rgba(235, 238, 242, 0.075), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(5, 5, 5, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

body.page-campaign :is(.page-button, .page-footer__cta):hover,
body.page-campaign :is(.page-button, .page-footer__cta):focus-visible {
  color: #fff;
  background: transparent;
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(245, 247, 249, 0.22),
    0 0 32px 9px rgba(232, 236, 240, 0.18),
    0 0 76px 18px rgba(216, 222, 228, 0.08),
    0 20px 46px rgba(0, 0, 0, 0.62);
  transform: translateY(-2px);
}

@media (max-width: 680px) {
  body.page-campaign :is(.page-button, .page-footer__cta) {
    width: min(100%, 360px);
    min-width: 0;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-campaign :is(.page-button, .page-footer__cta)::before {
    animation: none;
  }
}

/* Kampagnen übernehmen den vollständigen Footer der Startseite. */
.page-footer {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-top: 1px solid rgba(222, 233, 243, 0.26);
  background: linear-gradient(180deg, rgba(27, 33, 39, 0.98) 0, rgba(9, 12, 15, 0.995) 18px, #030405 92px, #050607 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 -12px 32px rgba(177, 204, 228, 0.055),
    0 -48px 110px rgba(0, 0, 0, 0.64);
  isolation: isolate;
}

body.page-campaign .page-footer::before {
  bottom: -54px;
  z-index: 0;
  height: 220px;
  display: block;
  background: radial-gradient(ellipse 64% 220px at 50% 100%, rgba(199, 220, 239, 0.16), rgba(139, 170, 199, 0.065) 38%, transparent 76%);
  filter: blur(12px);
  opacity: 0.38;
}

.page-footer::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 12px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(217, 231, 244, 0.18), rgba(83, 99, 114, 0.08) 42%, rgba(0, 0, 0, 0.58));
  box-shadow:
    0 -1px 0 rgba(240, 247, 253, 0.24),
    0 -12px 38px rgba(181, 210, 235, 0.08),
    0 14px 30px rgba(0, 0, 0, 0.68);
}

.page-footer__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1510px);
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(12px, 1.4svh, 20px);
  padding-top: clamp(22px, 2.6svh, 36px);
  padding-bottom: clamp(18px, 2svh, 28px);
}

body.page-campaign .page-footer__inner {
  padding-top: clamp(22px, 2.6svh, 36px);
  padding-bottom: clamp(18px, 2svh, 28px);
}

.page-footer__logo {
  width: max-content;
  display: inline-flex;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.14),
    0 0 34px rgba(229, 9, 20, 0.18);
}

.page-footer__descriptor {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.42;
}

.page-footer__socials {
  grid-column: 1;
  margin-top: 0;
}

.page-footer__legal {
  padding-top: 10px;
}

body.page-campaign .page-footer__legal a {
  min-height: 0;
}

.page-footer__cta {
  min-width: clamp(230px, 19vw, 300px);
  min-height: clamp(52px, 5.4svh, 62px);
  padding-inline: clamp(24px, 3vw, 40px);
}

body.page-campaign .page-footer__cta {
  min-width: clamp(230px, 19vw, 300px);
  min-height: clamp(52px, 5.4svh, 62px);
  padding-inline: clamp(24px, 3vw, 40px);
}

@media (max-width: 900px) {
  .page-footer__headline-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-footer__cta {
    width: min(100%, 360px);
  }
}

@media (max-width: 580px) {
  .page-footer__inner {
    padding: 18px max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  }

  body.page-campaign .page-footer__inner {
    padding: 18px max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  }

  .page-footer__logo {
    max-width: 100%;
    font-size: clamp(24px, 7.6vw, 34px);
    line-height: 1.02;
    white-space: nowrap;
  }

  .page-footer__legal > .page-footer__copyright {
    width: 100%;
    margin-left: 0;
  }
}

/* Geschlossene Kampagnenraster ohne optische Leerstelle. */
@media (min-width: 1181px) {
  body.page-campaign .campaign-grid--five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.page-campaign .campaign-grid--five > :nth-child(-n + 3) {
    grid-column: span 2;
  }

  body.page-campaign .campaign-grid--five > :nth-child(n + 4) {
    grid-column: span 3;
  }

  body.page-campaign .campaign-grid--seven {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  body.page-campaign .campaign-grid--seven > :nth-child(-n + 3) {
    grid-column: span 4;
  }

  body.page-campaign .campaign-grid--seven > :nth-child(n + 4) {
    grid-column: span 3;
  }

  body.page-campaign .campaign-grid--eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body.page-campaign .campaign-grid--five,
  body.page-campaign .campaign-grid--seven {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.page-campaign .campaign-grid--five > *,
  body.page-campaign .campaign-grid--seven > * {
    grid-column: span 3;
  }

  body.page-campaign .campaign-grid--five > :last-child,
  body.page-campaign .campaign-grid--seven > :last-child {
    grid-column: 1 / -1;
  }

  body.page-campaign .campaign-grid--eight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Deutsche Überschriften umbrechen ausschließlich an vorhandenen Wortgrenzen. */
body.page-campaign :is(h1, h2, h3, h4, h5, h6, .section-headline, .page-final h2) {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

body.page-campaign :is(.page-glow, .page-accent) {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

@media (max-width: 680px) {
  body.page-campaign .section-headline,
  body.page-campaign .section-headline--long,
  body.page-campaign .page-final h2 {
    max-width: none;
    font-size: clamp(33px, 8.8vw, 46px);
  }

  body.page-campaign :is(.feature-card h3, .case-card h3, .step-card h3) {
    font-size: clamp(19px, 5.2vw, 22px);
  }

  body.page-campaign .price-panel {
    padding: 28px 18px;
  }

  body.page-campaign .price-panel h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(26px, 7vw, 32px);
  }
}
