:root {
  --pds-navy: #061526;
  --pds-navy-soft: #0b243d;
  --pds-gold: #d89b00;
  --pds-gold-soft: #edb838;
  --pds-gold-dark: #946700;
  --pds-ivory: #f7f3ea;
  --pds-paper: #fffdf8;
  --pds-ink: #10243a;
  --pds-copy: #33475a;
  --pds-line: rgba(12, 39, 64, 0.14);
  --pds-shadow: 0 26px 70px rgba(7, 28, 47, 0.13);
}

body.page-insel,
body.page-deutschland {
  background: var(--pds-paper);
  color: var(--pds-ink);
}

body.page-insel header,
body.page-deutschland header {
  background: rgba(3, 24, 42, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 34px rgba(4, 20, 34, 0.16);
}

body.page-insel .nav,
body.page-deutschland .nav {
  min-height: 78px;
}

body.page-insel .brandmark,
body.page-insel .brandtext,
body.page-insel .navlinks,
body.page-deutschland .brand,
body.page-deutschland .nav-links {
  color: #f6f3ec;
}

body.page-deutschland .logo-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.page-deutschland .logo-mark::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 14px;
  height: 8px;
  border-top: 2px solid var(--pds-gold);
  border-left: 2px solid var(--pds-gold);
  transform: translateX(-50%) rotate(45deg);
}

body.page-insel .btn,
body.page-deutschland .btn {
  background: var(--pds-gold);
  border-color: var(--pds-gold);
  color: #071523;
  box-shadow: 0 10px 28px rgba(216, 155, 0, 0.2);
}

body.page-insel .btn:hover,
body.page-deutschland .btn:hover {
  background: var(--pds-gold-soft);
}

body.page-insel .btn.ghost {
  background: rgba(5, 25, 42, 0.22);
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
  box-shadow: none;
}

body.page-insel .hero,
body.page-deutschland .hero {
  min-height: 780px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

body.page-insel .hero {
  background-image:
    linear-gradient(90deg, rgba(3, 24, 42, 0.83) 0%, rgba(3, 24, 42, 0.66) 39%, rgba(3, 24, 42, 0.18) 68%, rgba(3, 24, 42, 0.03) 100%),
    url("./pds-insel-hero.webp");
}

body.page-deutschland .hero {
  background-image:
    linear-gradient(90deg, rgba(3, 24, 42, 0.86) 0%, rgba(3, 24, 42, 0.69) 42%, rgba(3, 24, 42, 0.16) 70%, rgba(3, 24, 42, 0.03) 100%),
    url("./pds-deutschland-hero.webp");
}

body.page-insel .hero::after,
body.page-deutschland .hero::after {
  height: 130px;
  background: linear-gradient(transparent, rgba(3, 24, 42, 0.58));
}

body.page-insel .hero-grid,
body.page-deutschland .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
  gap: 54px;
  padding: 118px 0 82px;
}

body.page-insel .hero-copy,
body.page-deutschland .hero-grid > div:first-child {
  padding: 34px 36px;
  max-width: 760px;
  background: linear-gradient(135deg, rgba(3, 24, 42, 0.72), rgba(3, 24, 42, 0.28));
  border-left: 3px solid var(--pds-gold);
  backdrop-filter: blur(4px);
  box-shadow: 0 28px 70px rgba(1, 16, 29, 0.2);
}

body.page-insel .hero h1,
body.page-deutschland .hero h1,
body.page-deutschland .hero h2,
body.page-insel .hero .sub,
body.page-insel .hero p,
body.page-deutschland .hero p {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

body.page-insel .hero h1 {
  font-size: clamp(3.6rem, 6.4vw, 6.7rem);
}

body.page-deutschland .hero h1 {
  max-width: 770px;
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  line-height: 0.93;
  letter-spacing: -0.045em;
  hyphens: auto;
}

body.page-deutschland .hero h2 {
  margin: 22px 0 16px;
}

body.page-insel .hero-aside,
body.page-deutschland .hero-card {
  align-self: end;
  justify-self: end;
  width: min(100%, 395px);
  padding: 30px;
  color: #f7f3ea;
  background: rgba(3, 24, 42, 0.77);
  border: 1px solid rgba(237, 184, 56, 0.64);
  box-shadow: 0 30px 70px rgba(2, 18, 31, 0.26);
  backdrop-filter: blur(8px);
}

body.page-deutschland .hero-card .big {
  margin: 12px 0 18px;
  color: #f0c65f;
  font-size: 2.05rem;
  line-height: 1.08;
}

body.page-deutschland .hero-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.page-deutschland .hero-card li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

body.page-insel .visual-strip,
body.page-deutschland .trust {
  position: relative;
  z-index: 5;
  margin-top: -24px;
}

body.page-insel .strip-grid,
body.page-deutschland .trust {
  width: min(var(--max), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  background: rgba(6, 21, 38, 0.1);
  border: 1px solid rgba(6, 21, 38, 0.08);
  box-shadow: var(--pds-shadow);
}

body.page-insel .strip-item,
body.page-deutschland .trust > div {
  min-height: 154px;
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: var(--pds-ink);
}

body.page-insel .strip-item svg {
  stroke: var(--pds-gold);
}

body.page-insel .strip-item span,
body.page-deutschland .trust span {
  color: #617080;
}

body.page-deutschland .trust strong {
  display: block;
  color: var(--pds-gold-dark);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

body.page-deutschland .trust span {
  display: block;
  margin-top: 7px;
  font-size: 0.8rem;
}

body.page-insel section,
body.page-deutschland section {
  border-bottom-color: var(--pds-line);
}

body.page-insel main > section:not(.hero):not(.expertise):not(.process-band):not(.final-cta):not(#erstgespraech),
body.page-deutschland main > section:not(.hero):not(#kompetenz):not(#erstgespraech):not(.cta) {
  color: var(--pds-ink);
}

body.page-insel main > section:not(.hero):not(.expertise):not(.process-band):not(.final-cta):not(#erstgespraech) .section-head p,
body.page-insel main > section:not(.hero):not(.expertise):not(.process-band):not(.final-cta):not(#erstgespraech) p,
body.page-deutschland main > section:not(.hero):not(#kompetenz):not(#erstgespraech):not(.cta) .section-head p,
body.page-deutschland main > section:not(.hero):not(#kompetenz):not(#erstgespraech):not(.cta) p {
  color: var(--pds-copy);
}

body.page-insel main > section:not(.hero):not(.expertise):not(.process-band):not(.final-cta):not(#erstgespraech) .eyebrow,
body.page-deutschland main > section:not(.hero):not(#kompetenz):not(#erstgespraech):not(.cta) .eyebrow {
  color: var(--pds-gold-dark);
}

body.page-insel .story,
body.page-deutschland #problem {
  background: var(--pds-ivory);
}

body.page-insel .story-grid {
  gap: 58px;
}

body.page-insel .story-visual {
  min-height: 560px;
  background-image:
    linear-gradient(180deg, rgba(3, 24, 42, 0.02), rgba(3, 24, 42, 0.22)),
    url("./pds-insel-story.webp");
  box-shadow: var(--pds-shadow);
}

body.page-insel .story-visual::before {
  padding: 8px 11px;
  color: #fff;
  background: rgba(3, 24, 42, 0.7);
}

body.page-insel .story-card {
  background: #fff;
  border-left-color: var(--pds-gold);
  box-shadow: 0 18px 42px rgba(7, 28, 47, 0.08);
}

body.page-insel .story-card .display {
  color: var(--pds-ink);
}

body.page-insel #problem,
body.page-insel .buyer-trust,
body.page-deutschland #leistung,
body.page-deutschland .audience {
  background: var(--pds-paper);
}

body.page-insel .decision-board {
  background: linear-gradient(145deg, #09233d, #0d3456);
  box-shadow: var(--pds-shadow);
}

body.page-insel .pain-card {
  background: linear-gradient(145deg, #f7edcf, #fffaf0);
  border-color: rgba(148, 103, 0, 0.24);
}

body.page-insel .services {
  background: #eef3f6;
}

body.page-insel .service-card,
body.page-insel .service-card.gold {
  color: var(--pds-ink);
  background: #fff;
  border-color: rgba(6, 21, 38, 0.12);
  box-shadow: 0 18px 48px rgba(7, 28, 47, 0.09);
  justify-content: flex-start;
  min-height: 650px;
  padding-top: 232px;
}

body.page-insel .service-card.gold {
  background: linear-gradient(150deg, #fff8e6, #fff 66%);
  border-top: 4px solid var(--pds-gold);
}

body.page-insel .service-card p,
body.page-insel .service-card.gold p,
body.page-insel .trust-grid p,
body.page-insel .example-callout p,
body.page-insel .offer-card p,
body.page-insel .offer-card li {
  color: var(--pds-copy);
}

body.page-insel .service-card .iconwrap svg {
  stroke: var(--pds-gold-dark);
}

body.page-insel .service-card .tag {
  color: var(--pds-gold-dark);
}

body.page-insel .trust-grid > div,
body.page-insel .example-callout {
  color: var(--pds-ink);
  background: var(--pds-ivory);
  border-color: rgba(6, 21, 38, 0.12);
}

body.page-insel .trust-callout {
  background: linear-gradient(150deg, #fff5dc, #fff) !important;
}

body.page-insel .trust-callout h3 {
  color: var(--pds-gold-dark);
}

body.page-insel .process-band {
  background: #082038;
}

body.page-insel .step {
  background: transparent;
}

body.page-insel #remote-checkup {
  color: var(--pds-ink) !important;
  background: #eef3f6 !important;
}

body.page-insel #remote-checkup p {
  color: var(--pds-copy) !important;
}

body.page-insel .offers {
  background: var(--pds-ivory);
}

body.page-insel .offer-card,
body.page-insel .offer-card.featured {
  color: var(--pds-ink);
  background: #fff;
  border-color: rgba(6, 21, 38, 0.12);
  box-shadow: 0 18px 46px rgba(7, 28, 47, 0.08);
}

body.page-insel .offer-card.featured {
  background: linear-gradient(150deg, #fff5d9, #fff 62%);
  border-top: 4px solid var(--pds-gold);
}

body.page-insel .price {
  color: var(--pds-gold-dark);
}

body.page-deutschland .section-head {
  max-width: 900px;
}

body.page-deutschland .section-head h2 {
  color: var(--pds-ink);
}

body.page-deutschland .editorial-photo {
  position: relative;
  min-height: 520px;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(6, 21, 38, 0.12);
  box-shadow: var(--pds-shadow);
}

body.page-deutschland .editorial-photo img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.page-deutschland .editorial-photo figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(3, 24, 42, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-deutschland .grid-3,
body.page-deutschland .grid-2 {
  display: grid;
  gap: 24px;
}

body.page-deutschland .grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

body.page-deutschland .grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

body.page-deutschland .card {
  padding: 32px;
  color: var(--pds-ink);
  background: #fff;
  border: 1px solid rgba(6, 21, 38, 0.12);
  border-top: 3px solid var(--pds-gold);
  box-shadow: 0 16px 40px rgba(7, 28, 47, 0.07);
}

body.page-deutschland .card h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

body.page-deutschland .card.gold {
  background: linear-gradient(145deg, #fff3d3, #fff);
}

body.page-deutschland #leistung .process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(6, 21, 38, 0.12);
  box-shadow: var(--pds-shadow);
}

body.page-deutschland #leistung .step {
  min-height: 230px;
  padding: 34px 28px;
  color: #fff;
  background: linear-gradient(145deg, #08233d, #0d3456);
}

body.page-deutschland #leistung .step b,
body.page-deutschland #leistung .step span {
  display: block;
}

body.page-deutschland #leistung .step b {
  color: #f0c65f;
  margin-bottom: 14px;
}

body.page-deutschland #leistung .step span {
  color: #d8e2eb;
}

body.page-deutschland #kompetenz {
  color: #fff;
  background: linear-gradient(145deg, #071b2f, #0c2e4c);
}

body.page-deutschland #kompetenz .section-head h2 {
  color: #fff;
}

body.page-deutschland #kompetenz .stat {
  background: rgba(255, 255, 255, 0.06);
}

body.page-deutschland .audience .grid-2 {
  gap: 18px;
}

body.page-insel .restart-services,
body.page-deutschland .restart-services {
  background:
    radial-gradient(circle at 82% 10%, rgba(215, 162, 34, 0.13), transparent 27%),
    linear-gradient(180deg, #f7f3eb, #eee7dc);
}

body.page-insel .restart-services .section-head h2,
body.page-deutschland .restart-services .section-head h2 {
  color: var(--pds-navy);
}

body.page-insel .restart-services .section-head .lead,
body.page-deutschland .restart-services .section-head .lead {
  max-width: 880px;
  color: var(--pds-slate);
}

body.page-insel .restart-grid,
body.page-deutschland .restart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.page-insel .restart-card,
body.page-deutschland .restart-card {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  padding: 238px 36px 38px;
  border-top: 4px solid var(--pds-gold);
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 29, 49, 0.13);
}

body.page-insel .restart-card::before,
body.page-deutschland .restart-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 205px;
  background-position: center;
  background-size: cover;
}

body.page-insel .restart-card::after,
body.page-deutschland .restart-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 205px;
  background: linear-gradient(180deg, rgba(4, 23, 39, 0.04), rgba(4, 23, 39, 0.38));
}

body.page-insel .restart-card > *,
body.page-deutschland .restart-card > * {
  position: relative;
  z-index: 1;
}

body.page-insel .restart-card.reactivate::before {
  background-image: url("./pds-insel-story.webp");
}

body.page-insel .restart-card.relaunch::before {
  background-image: url("./pds-insel-coast.webp");
  background-position: center 58%;
}

body.page-deutschland .restart-card.reactivate::before {
  background-image: url("./pds-deutschland-story.webp");
  background-position: center 48%;
}

body.page-deutschland .restart-card.relaunch::before {
  background-image: url("./pds-deutschland-evening.webp");
  background-position: center 60%;
}

body.page-insel .restart-kicker,
body.page-deutschland .restart-kicker {
  margin-bottom: 14px;
  color: #9a6b00;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

body.page-insel .restart-card h3,
body.page-deutschland .restart-card h3 {
  margin: 0 0 16px;
  color: var(--pds-navy);
  font-size: clamp(1.75rem, 2.55vw, 2.45rem);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

body.page-insel .restart-card p,
body.page-deutschland .restart-card p {
  margin: 0;
  color: var(--pds-slate);
  line-height: 1.65;
}

body.page-insel #erstgespraech,
body.page-deutschland #erstgespraech {
  color: #fff;
  background: #081a2b !important;
}

body.page-insel .final-cta,
body.page-deutschland .cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-insel .final-cta {
  background-image:
    linear-gradient(90deg, rgba(3, 24, 42, 0.68), rgba(3, 24, 42, 0.34)),
    url("./pds-insel-coast.webp");
}

body.page-deutschland .cta {
  padding: 110px 0;
  background-image:
    linear-gradient(90deg, rgba(3, 24, 42, 0.74), rgba(3, 24, 42, 0.31)),
    url("./pds-deutschland-evening.webp");
}

body.page-deutschland .cta h2 {
  max-width: 920px;
  margin: 14px auto 22px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 0.99;
}

body.page-deutschland .cta .lead {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #fff;
}

body.page-insel footer,
body.page-deutschland footer {
  background: #03182a;
  color: #b7c3cf;
}

@media (max-width: 980px) {
  body.page-insel .hero-grid,
  body.page-deutschland .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 96px 0 76px;
  }

  body.page-insel .hero-aside,
  body.page-deutschland .hero-card {
    justify-self: stretch;
    width: 100%;
  }

  body.page-insel .strip-grid,
  body.page-deutschland .trust {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-insel .strip-item:last-child,
  body.page-deutschland .trust > div:last-child {
    grid-column: 1 / -1;
  }

  body.page-deutschland .grid-3,
  body.page-deutschland .grid-2,
  body.page-deutschland #leistung .process,
  body.page-insel .restart-grid,
  body.page-deutschland .restart-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 72px;
  }

  body.page-insel,
  body.page-deutschland {
    width: 100%;
    overflow-x: hidden;
    font-size: 1rem;
  }

  body.page-insel .wrap,
  body.page-deutschland .wrap {
    width: calc(100% - 32px);
    min-width: 0;
    max-width: 100%;
  }

  body.page-insel img,
  body.page-deutschland img,
  body.page-insel svg,
  body.page-deutschland svg {
    max-width: 100%;
  }

  body.page-insel .section-head,
  body.page-deutschland .section-head,
  body.page-insel .decision-board,
  body.page-insel .pain-card,
  body.page-insel .service-card,
  body.page-insel .offer-card,
  body.page-deutschland .card,
  body.page-insel .hero-grid > *,
  body.page-insel .story-grid > *,
  body.page-insel .problem-grid > *,
  body.page-insel .service-grid > *,
  body.page-insel .trust-grid > *,
  body.page-insel .offer-grid > *,
  body.page-insel .restart-grid > *,
  body.page-deutschland .hero-grid > *,
  body.page-deutschland .grid-2 > *,
  body.page-deutschland .grid-3 > *,
  body.page-deutschland .restart-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  body.page-insel section,
  body.page-deutschland section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  body.page-insel .section-head,
  body.page-deutschland .section-head {
    margin-bottom: 30px;
  }

  body.page-insel .section-head h2,
  body.page-deutschland .section-head h2 {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 10.2vw, 2.5rem);
    line-height: 1.03;
    letter-spacing: -0.025em;
  }

  body.page-insel p,
  body.page-deutschland p,
  body.page-insel li,
  body.page-deutschland li {
    font-size: 1rem;
    line-height: 1.62;
  }

  body.page-insel h1,
  body.page-insel h2,
  body.page-insel h3,
  body.page-insel .eyebrow,
  body.page-insel .tag,
  body.page-insel .flow-row b,
  body.page-insel .flow-row em,
  body.page-deutschland h1,
  body.page-deutschland h2,
  body.page-deutschland h3,
  body.page-deutschland .eyebrow,
  body.page-deutschland .step b {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  body.page-insel .eyebrow,
  body.page-deutschland .eyebrow,
  body.page-insel .tag,
  body.page-insel .restart-kicker,
  body.page-deutschland .restart-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }

  body.page-insel .navlinks,
  body.page-deutschland .nav-links,
  body.page-insel .nav > .btn,
  body.page-deutschland .nav > .btn {
    display: none;
  }

  body.page-insel header,
  body.page-deutschland header {
    min-width: 0;
  }

  body.page-insel .nav,
  body.page-deutschland .nav {
    min-height: 66px;
    gap: 10px;
  }

  body.page-insel .brand,
  body.page-deutschland .brand {
    min-width: 0;
    gap: 9px;
  }

  body.page-insel .brandmark {
    width: 50px;
    min-width: 50px;
  }

  body.page-insel .brandmark .pds-word,
  body.page-deutschland .logo-mark {
    font-size: 1.23rem;
  }

  body.page-insel .brandtext,
  body.page-deutschland .brand-copy {
    min-width: 0;
    font-size: 0.63rem;
    line-height: 1.16;
    letter-spacing: 0.055em;
  }

  body.page-insel .brandtext small,
  body.page-deutschland .brand-copy small {
    display: block !important;
    margin-top: 3px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.1em;
  }

  body.page-insel .hero,
  body.page-deutschland .hero {
    min-height: auto;
    align-items: stretch;
    background-color: #03182a;
    background-repeat: no-repeat;
  }

  body.page-insel .hero {
    background-image:
      linear-gradient(180deg, rgba(3, 24, 42, 0.03) 0, rgba(3, 24, 42, 0.08) 165px, #03182a 282px, #03182a 100%),
      url("./pds-insel-hero.webp");
    background-position: center, 72% top;
    background-size: 100% 100%, auto 285px;
  }

  body.page-deutschland .hero {
    background-image:
      linear-gradient(180deg, rgba(3, 24, 42, 0.03) 0, rgba(3, 24, 42, 0.08) 165px, #03182a 282px, #03182a 100%),
      url("./pds-deutschland-hero.webp");
    background-position: center, 71% top;
    background-size: 100% 100%, auto 285px;
  }

  body.page-insel .hero::after,
  body.page-deutschland .hero::after {
    display: none;
  }

  body.page-insel .hero-grid,
  body.page-deutschland .hero-grid {
    gap: 18px;
    padding: 246px 0 48px;
  }

  body.page-insel .hero-copy,
  body.page-deutschland .hero-grid > div:first-child {
    min-width: 0;
    max-width: 100%;
    padding: 24px 20px;
    background: rgba(3, 24, 42, 0.96);
    border-top: 3px solid var(--pds-gold);
    border-left: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.page-insel .hero h1 {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: clamp(2.7rem, 13.5vw, 3.2rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
  }

  body.page-deutschland .hero h1 {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 9.4vw, 2.28rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.page-deutschland .hero h2 {
    margin: 16px 0 14px !important;
    font-size: clamp(1.5rem, 7vw, 1.8rem) !important;
    line-height: 1.06;
  }

  body.page-insel .hero .sub {
    font-size: 1.34rem;
  }

  body.page-insel .hero-actions,
  body.page-deutschland .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  body.page-insel .hero-actions .btn,
  body.page-deutschland .hero-actions .btn,
  body.page-insel .offer-card .btn,
  body.page-insel .final-cta .btn,
  body.page-deutschland .cta .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  body.page-insel .hero-aside,
  body.page-deutschland .hero-card {
    width: 100%;
    padding: 22px 20px;
    justify-self: stretch;
  }

  body.page-insel .hero-aside .big,
  body.page-deutschland .hero-card .big {
    font-size: 1.7rem;
  }

  body.page-insel .strip-grid,
  body.page-deutschland .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 32px);
    margin-top: 0;
  }

  body.page-insel .strip-item:last-child,
  body.page-deutschland .trust > div:last-child {
    grid-column: 1 / -1;
  }

  body.page-insel .strip-item,
  body.page-deutschland .trust > div {
    min-width: 0;
    min-height: 122px;
    padding: 20px 12px;
  }

  body.page-insel .story-grid,
  body.page-insel .problem-grid,
  body.page-insel .service-grid,
  body.page-insel .trust-grid,
  body.page-insel .offer-grid,
  body.page-insel .process,
  body.page-insel .restart-grid,
  body.page-deutschland .grid-2,
  body.page-deutschland .grid-3,
  body.page-deutschland #leistung .process,
  body.page-deutschland .restart-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-insel .story-grid,
  body.page-insel .problem-grid,
  body.page-insel .service-grid,
  body.page-insel .trust-grid,
  body.page-insel .offer-grid,
  body.page-insel .restart-grid,
  body.page-deutschland .grid-2,
  body.page-deutschland .grid-3,
  body.page-deutschland .restart-grid {
    gap: 18px;
  }

  body.page-insel .flow-row {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 13px 12px;
  }

  body.page-insel .flow-row em {
    grid-column: 2;
  }

  body.page-insel .stats,
  body.page-deutschland .stats {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-insel .stat,
  body.page-deutschland .stat {
    min-width: 0;
    padding: 22px 12px;
  }

  body.page-insel .stat strong,
  body.page-deutschland .stat strong {
    font-size: 1.9rem;
  }

  body.page-insel .stat span,
  body.page-deutschland .stat span {
    overflow-wrap: anywhere;
    hyphens: auto;
    font-size: 0.78rem;
  }

  body.page-deutschland .editorial-photo,
  body.page-deutschland .editorial-photo img {
    min-height: 280px;
    height: 280px;
  }

  body.page-deutschland .editorial-photo {
    margin-bottom: 24px;
  }

  body.page-deutschland .editorial-photo figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 8px 10px;
    font-size: 0.67rem;
    letter-spacing: 0.11em;
  }

  body.page-insel .story-visual {
    min-height: 285px;
    background-position: 60% center;
  }

  body.page-insel .story-card,
  body.page-insel .pain-card,
  body.page-insel .offer-card,
  body.page-insel .trust-grid > div,
  body.page-insel .example-callout,
  body.page-deutschland .card {
    padding: 24px 22px;
  }

  body.page-insel .decision-board {
    min-height: 0;
    padding: 24px 20px;
  }

  body.page-insel .decision-title {
    font-size: 1.65rem;
  }

  body.page-insel .service-card,
  body.page-insel .service-card.gold {
    min-height: 0;
    padding: 178px 22px 28px;
  }

  body.page-insel .service-card .iconwrap {
    top: 22px;
    left: 20px;
    width: 132px;
    height: 132px;
  }

  body.page-insel .service-card .iconwrap svg {
    width: 128px;
    height: 128px;
  }

  body.page-insel .service-card h3,
  body.page-insel .offer-card h3,
  body.page-deutschland .card h3 {
    font-size: 1.62rem;
    line-height: 1.12;
  }

  body.page-insel .step,
  body.page-deutschland #leistung .step {
    min-height: 0;
    padding: 26px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.page-insel .quote,
  body.page-deutschland .quote {
    margin-top: 34px !important;
    font-size: clamp(1.75rem, 8.8vw, 2.2rem);
    line-height: 1.08;
  }

  body.page-insel .restart-card,
  body.page-deutschland .restart-card {
    min-height: 0;
    padding: 198px 22px 28px;
  }

  body.page-insel .restart-card::before,
  body.page-insel .restart-card::after,
  body.page-deutschland .restart-card::before,
  body.page-deutschland .restart-card::after {
    height: 176px;
  }

  body.page-insel .restart-card h3,
  body.page-deutschland .restart-card h3 {
    font-size: 1.7rem;
    line-height: 1.08;
  }

  body.page-insel #erstgespraech,
  body.page-deutschland #erstgespraech {
    padding: 58px 0 !important;
  }

  body.page-insel .pdsb,
  body.page-deutschland .pdsb {
    width: 100%;
    min-width: 0;
    padding: 20px 16px;
  }

  body.page-insel .pdsb-days,
  body.page-insel .pdsb-slots,
  body.page-deutschland .pdsb-days,
  body.page-deutschland .pdsb-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.page-insel .pdsb fieldset,
  body.page-deutschland .pdsb fieldset {
    flex-direction: column;
    gap: 8px;
  }

  body.page-insel .pdsb input,
  body.page-insel .pdsb select,
  body.page-insel .pdsb textarea,
  body.page-deutschland .pdsb input,
  body.page-deutschland .pdsb select,
  body.page-deutschland .pdsb textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  body.page-insel .pdsb-submit,
  body.page-deutschland .pdsb-submit {
    min-height: 50px;
  }

  body.page-insel .final-cta,
  body.page-deutschland .cta {
    padding: 72px 0;
    background-position: 68% center;
  }

  body.page-insel .final-cta h2,
  body.page-deutschland .cta h2 {
    font-size: clamp(2.05rem, 10.5vw, 2.65rem);
    line-height: 1.02;
  }

  body.page-insel .footer-grid,
  body.page-deutschland .footer-grid {
    display: block;
  }

  body.page-insel .footer-links,
  body.page-deutschland .footer-links {
    margin-top: 18px;
    gap: 12px 16px;
  }
}

@media (max-width: 374px) {
  body.page-insel .wrap,
  body.page-deutschland .wrap,
  body.page-insel .strip-grid,
  body.page-deutschland .trust {
    width: calc(100% - 24px);
  }

  body.page-insel .hero h1 {
    font-size: 2.55rem;
  }

  body.page-deutschland .hero h1 {
    font-size: 1.92rem;
  }

  body.page-insel .stats,
  body.page-deutschland .stats {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* V5 – helle, freundliche Fortführung der Verteilseiten-Optik */
:root {
  --pds-slate: #33475a;
  --pds-sky: #edf4f7;
  --pds-sand: #f7f1e5;
}

body.page-insel a:focus-visible,
body.page-deutschland a:focus-visible,
body.page-insel button:focus-visible,
body.page-deutschland button:focus-visible,
body.page-insel input:focus-visible,
body.page-deutschland input:focus-visible,
body.page-insel select:focus-visible,
body.page-deutschland select:focus-visible,
body.page-insel textarea:focus-visible,
body.page-deutschland textarea:focus-visible {
  outline: 3px solid var(--pds-gold-soft);
  outline-offset: 3px;
}

body.page-insel .hero,
body.page-deutschland .hero {
  min-height: 740px;
  background-color: var(--pds-ivory);
}

body.page-insel .hero {
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 36%, rgba(255, 253, 248, 0.45) 59%, rgba(255, 253, 248, 0.04) 82%),
    url("./pds-insel-hero.webp");
}

body.page-deutschland .hero {
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 38%, rgba(255, 253, 248, 0.44) 61%, rgba(255, 253, 248, 0.03) 84%),
    url("./pds-deutschland-hero.webp");
}

body.page-insel .hero::after,
body.page-deutschland .hero::after {
  background: linear-gradient(transparent, rgba(255, 253, 248, 0.9));
}

body.page-insel .hero-copy,
body.page-deutschland .hero-grid > div:first-child {
  color: var(--pds-ink);
  background: rgba(255, 253, 248, 0.9);
  border-left-color: var(--pds-gold);
  box-shadow: 0 28px 70px rgba(7, 28, 47, 0.12);
  backdrop-filter: blur(8px);
}

body.page-insel .hero h1,
body.page-deutschland .hero h1,
body.page-deutschland .hero h2,
body.page-insel .hero .sub,
body.page-insel .hero p,
body.page-deutschland .hero p {
  color: var(--pds-ink);
  text-shadow: none;
}

body.page-insel .hero h1 span,
body.page-insel .hero p[style*="color"],
body.page-deutschland .hero p[style*="color"] {
  color: var(--pds-gold-dark) !important;
}

body.page-insel .hero .eyebrow,
body.page-deutschland .hero .eyebrow {
  color: var(--pds-gold-dark);
}

body.page-insel .hero-actions .btn.ghost {
  color: var(--pds-navy);
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--pds-navy);
}

body.page-insel .hero-aside,
body.page-deutschland .hero-card {
  color: var(--pds-ink);
  background: rgba(255, 253, 248, 0.92);
  border-color: rgba(148, 103, 0, 0.42);
  box-shadow: 0 28px 70px rgba(7, 28, 47, 0.14);
}

body.page-insel .hero-aside p,
body.page-insel .hero-aside li,
body.page-deutschland .hero-card p,
body.page-deutschland .hero-card li {
  color: var(--pds-copy);
}

body.page-insel .hero-aside li,
body.page-deutschland .hero-card li {
  border-top-color: rgba(6, 21, 38, 0.12);
}

body.page-insel .hero-aside .big,
body.page-deutschland .hero-card .big {
  color: var(--pds-gold-dark);
}

body.page-insel .decision-board {
  color: var(--pds-ink);
  background: linear-gradient(145deg, #e7f0f4, #fff);
  border-color: rgba(6, 21, 38, 0.12);
}

body.page-insel .decision-board::before,
body.page-insel .decision-board::after {
  border-color: rgba(148, 103, 0, 0.18);
}

body.page-insel .decision-title {
  color: var(--pds-ink);
}

body.page-insel .flow-row {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(6, 21, 38, 0.11);
}

body.page-insel .flow-row b {
  color: var(--pds-ink);
}

body.page-insel .flow-row em {
  color: var(--pds-copy);
}

body.page-insel .process-band {
  color: var(--pds-ink);
  background: var(--pds-sky);
}

body.page-insel .process-band .process {
  gap: 1px;
  background: rgba(6, 21, 38, 0.1);
  box-shadow: var(--pds-shadow);
}

body.page-insel .process-band .step {
  color: var(--pds-ink);
  background: #fff;
  border-color: rgba(6, 21, 38, 0.1);
}

body.page-insel .process-band .step .n {
  color: var(--pds-gold-dark);
}

body.page-insel .process-band .step p {
  color: var(--pds-copy);
}

body.page-insel .expertise,
body.page-deutschland #kompetenz {
  color: var(--pds-ink);
  background: linear-gradient(145deg, #f8f2e7, #eef4f6);
}

body.page-insel .expertise .section-head h2,
body.page-deutschland #kompetenz .section-head h2,
body.page-insel .expertise .quote,
body.page-deutschland #kompetenz .quote {
  color: var(--pds-ink);
}

body.page-insel .expertise .eyebrow,
body.page-deutschland #kompetenz .eyebrow {
  color: var(--pds-gold-dark);
}

body.page-insel .expertise .stat,
body.page-deutschland #kompetenz .stat {
  color: var(--pds-ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(7, 28, 47, 0.07);
}

body.page-insel .expertise .stat strong,
body.page-deutschland #kompetenz .stat strong,
body.page-insel .expertise .quote em,
body.page-deutschland #kompetenz .quote em {
  color: var(--pds-gold-dark);
}

body.page-insel .expertise .stat span,
body.page-deutschland #kompetenz .stat span {
  color: var(--pds-copy);
}

body.page-insel .text-link {
  color: var(--pds-gold-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.page-deutschland #leistung .process {
  background: rgba(6, 21, 38, 0.1);
}

body.page-deutschland #leistung .step {
  color: var(--pds-ink);
  background: linear-gradient(145deg, #edf4f7, #fff);
}

body.page-deutschland #leistung .step b {
  color: var(--pds-gold-dark);
}

body.page-deutschland #leistung .step span {
  color: var(--pds-copy);
}

body.page-insel .offers,
body.page-deutschland .offers {
  color: var(--pds-ink);
  background: var(--pds-ivory);
}

body.page-insel .offer-grid,
body.page-deutschland .offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

body.page-insel .offer-card,
body.page-deutschland .offer-card,
body.page-insel .offer-card.featured,
body.page-deutschland .offer-card.featured {
  position: relative;
  padding: 36px;
  color: var(--pds-ink);
  background: #fff;
  border: 1px solid rgba(6, 21, 38, 0.12);
  box-shadow: 0 18px 46px rgba(7, 28, 47, 0.08);
}

body.page-insel .offer-card.featured,
body.page-deutschland .offer-card.featured {
  background: linear-gradient(150deg, #fff5d9, #fff 62%);
  border-top: 4px solid var(--pds-gold);
}

body.page-deutschland .offer-card h3 {
  margin: 12px 0;
  font-size: 2rem;
  font-weight: 520;
  line-height: 1.12;
}

body.page-insel .offer-card p,
body.page-deutschland .offer-card p,
body.page-insel .offer-card li,
body.page-deutschland .offer-card li,
body.page-insel .offer-note,
body.page-deutschland .offer-note {
  color: var(--pds-copy);
}

body.page-insel .price,
body.page-deutschland .price {
  color: var(--pds-gold-dark);
}

body.page-deutschland .offer-card ul {
  padding-left: 18px;
}

body.page-deutschland .offer-card li {
  margin: 9px 0;
}

body.page-deutschland .offer-card .btn {
  margin-top: 16px;
}

body.page-insel .offer-note,
body.page-deutschland .offer-note {
  margin-top: 20px;
  font-size: 0.86rem;
}

body.page-insel #erstgespraech,
body.page-deutschland #erstgespraech {
  color: var(--pds-ink);
  background: var(--pds-sky) !important;
}

body.page-insel .final-cta {
  background-image:
    linear-gradient(90deg, rgba(3, 24, 42, 0.57), rgba(3, 24, 42, 0.25)),
    url("./pds-insel-coast.webp");
}

body.page-deutschland .cta {
  background-image:
    linear-gradient(90deg, rgba(3, 24, 42, 0.6), rgba(3, 24, 42, 0.25)),
    url("./pds-deutschland-evening.webp");
}

@media (max-width: 980px) {
  body.page-insel .offer-grid,
  body.page-deutschland .offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  body.page-insel .hero,
  body.page-deutschland .hero {
    min-height: auto;
    background-color: var(--pds-ivory);
  }

  body.page-insel .hero {
    background-image:
      linear-gradient(180deg, rgba(255, 253, 248, 0.02) 0, rgba(255, 253, 248, 0.04) 175px, rgba(247, 243, 234, 0.94) 282px, var(--pds-ivory) 100%),
      url("./pds-insel-hero.webp");
    background-position: center, 72% top;
    background-size: 100% 100%, auto 285px;
  }

  body.page-deutschland .hero {
    background-image:
      linear-gradient(180deg, rgba(255, 253, 248, 0.02) 0, rgba(255, 253, 248, 0.04) 175px, rgba(247, 243, 234, 0.94) 282px, var(--pds-ivory) 100%),
      url("./pds-deutschland-hero.webp");
    background-position: center, 71% top;
    background-size: 100% 100%, auto 285px;
  }

  body.page-insel .hero-copy,
  body.page-deutschland .hero-grid > div:first-child {
    color: var(--pds-ink);
    background: rgba(255, 253, 248, 0.97);
    border-top: 3px solid var(--pds-gold);
  }

  body.page-insel .hero-aside,
  body.page-deutschland .hero-card {
    color: var(--pds-ink);
    background: rgba(255, 255, 255, 0.95);
  }

  body.page-insel .offer-card,
  body.page-deutschland .offer-card {
    padding: 24px 22px;
  }

  body.page-deutschland .offer-card h3 {
    font-size: 1.62rem;
  }

  body.page-insel .offer-card .btn,
  body.page-deutschland .offer-card .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  body.page-insel .process-band .step,
  body.page-deutschland #leistung .step {
    border-bottom-color: rgba(6, 21, 38, 0.1);
  }
}
