@import url("../base.css");
@import url("../regions-chrome.css");

:root {
      --navy: #1B3054;
      --navy-deep: #0F1E38;
      --teal: #3A8B7A;
      --teal-soft: #E8F4F0;
      --mint: #B0DDD0;
      --white: #FAFCFD;
      --off: #F3F5F8;
      --muted: #6B7A8D;
      --border: rgba(27, 48, 84, 0.10);
      --shadow: 0 22px 60px rgba(15, 30, 56, 0.10);
      --button-radius: 6px;
      --radius: 8px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    body {
      margin: 0;
      font-family: Jost, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: #fff;
      color: var(--navy);
      line-height: 1.6;
      overflow-x: hidden;
    }
    a { color: inherit; }

    .section {
      padding: clamp(72px, 9vw, 118px) clamp(20px, 7vw, 96px);
    }
    .section-inner {
      max-width: var(--max);
      margin: 0 auto;
    }
    .eyebrow {
      margin: 0 0 14px;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      color: var(--teal);
    }
    h1, h2, h3 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 700;
      line-height: 1.08;
      color: var(--navy);
    }
    h1 { font-size: clamp(2.8rem, 7vw, 6.8rem); letter-spacing: -0.055em; max-width: 980px; }
    #hero-title {
      font-family: "Philosopher", Georgia, "Times New Roman", serif;
      font-size: clamp(2.2rem, 4.8vw, 3.7rem);
      letter-spacing: -0.02em;
      font-weight: 700;
    }
    h2 { font-size: clamp(2.1rem, 4.5vw, 4.25rem); letter-spacing: -0.04em; max-width: 900px; }
    h3 { font-size: clamp(1.3rem, 2.1vw, 1.8rem); letter-spacing: -0.02em; }
    p { margin: 0; }
    .lead {
      max-width: 760px;
      margin-top: 24px;
      font-size: clamp(1.08rem, 1.5vw, 1.28rem);
      color: #52647C;
    }
    .muted { color: var(--muted); }

    .btn-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      margin-top: 34px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 14px 24px;
      border-radius: 999px;
      border: 1px solid transparent;
      text-decoration: none;
      font-weight: 800;
      font-size: 0.88rem;
      letter-spacing: 0.04em;
    }
    .btn-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 34px rgba(27, 48, 84, 0.18); }
    .btn-primary:hover { background: var(--navy); }
    .btn-secondary { background: transparent; color: var(--navy); border-color: rgba(27, 48, 84, 0.20); }
    .btn-secondary:hover { border-color: rgba(27, 48, 84, 0.20); color: var(--navy); }
    .btn-light { background: #fff; color: var(--navy); }
    .hero .btn-row .btn {
      min-height: 42px;
      padding: 8px 24px;
      border-radius: 12px;
      font-size: 0.9rem;
      letter-spacing: 0.06em;
    }

    .hero {
      min-height: calc(100svh - 66px);
      display: flex;
      align-items: center;
      background: linear-gradient(180deg, #fff 0%, #f9fcff 100%);
      overflow: hidden;
    }
    #regionen { background: transparent; }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
      gap: clamp(30px, 4vw, 72px);
      align-items: center;
      width: 100%;
      max-width: var(--max);
      margin: 0 auto;
    }
    .hero-copy .lead {
      max-width: 690px;
      margin-top: 20px;
    }
    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 22px;
      padding: 9px 14px;
      border: 1px solid rgba(58, 139, 122, 0.20);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      color: var(--teal);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .hero-kicker::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--teal);
    }
    .hero-note {
      margin-top: 22px;
      max-width: 700px;
      color: var(--muted);
      font-size: 0.98rem;
    }

    .hero-visual {
      position: relative;
      min-height: 640px;
      padding: 20px 0 0;
      isolation: isolate;
    }
    .hero-map-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
    }
    .hero-map-bg img {
      position: absolute;
      top: -90px;
      right: -240px;
      width: clamp(620px, 60vw, 980px);
      max-width: none;
      height: auto;
      opacity: 0.2;
      filter: saturate(0.84) contrast(0.92);
    }
    .hero-map-bg::before {
      content: "";
      position: absolute;
      inset: 52px 22px 36px 0;
      border: 2px dashed rgba(153, 198, 190, 0.45);
      border-radius: 50%;
      transform: rotate(-7deg);
    }
    .hero-map-bg::after {
      content: "";
      position: absolute;
      left: -26px;
      top: 372px;
      width: 96px;
      height: 96px;
      border: 2px solid rgba(153, 198, 190, 0.5);
      border-radius: 50%;
    }
    .hero-cards {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 18px;
      align-content: start;
    }
    .hero-card {
      border: 1px solid rgba(27, 48, 84, 0.12);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.93);
      box-shadow: 0 20px 40px rgba(15, 30, 56, 0.1);
      padding: 16px 20px;
    }
    .hero-card-head {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: flex-start;
    }
    .hero-card-title-wrap {
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
    }
    .hero-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--teal-soft);
      color: #178778;
      display: grid;
      place-items: center;
    }
    .hero-icon svg {
      width: 22px;
      height: 22px;
      display: block;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .hero-icon img {
      width: 22px;
      height: 22px;
      display: block;
      object-fit: contain;
    }
    .hero-icon-logo {
      background: transparent;
    }
    .hero-card-title {
      margin: 0;
      font-family: Jost, Inter, system-ui, sans-serif;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.1;
      color: var(--navy-deep);
    }
    .hero-card-sub {
      margin: 2px 0 0;
      color: #3f4f68;
      font-size: 1.95rem;
      line-height: 1.2;
    }
    .hero-card-menu {
      color: #73839a;
      line-height: 1;
      font-weight: 700;
      font-size: 1.1rem;
      margin-top: 2px;
    }
    .hero-program {
      width: 76%;
      margin-left: 4%;
      height: 184px;
      overflow: hidden;
    }
    .hero-program .hero-card-title {
      font-size: clamp(1.32rem, 1.9vw, 1.85rem);
    }
    .hero-program .hero-card-sub {
      font-size: clamp(1.05rem, 1.42vw, 1.5rem);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .hero-program .hero-card-title-wrap > div {
      min-width: 0;
    }
    .hero-program-divider {
      border: 0;
      border-top: 1px solid rgba(27, 48, 84, 0.12);
      margin: 14px 0 12px;
    }
    .hero-program-text {
      margin: 0;
      color: #354661;
      font-size: clamp(1.04rem, 1.3vw, 1.36rem);
    }
    .hero-program-text strong {
      color: #178778;
      font-weight: 600;
    }
    .hero-pipeline {
      display: block;
      width: 560px;
      height: 156px;
      margin-left: 94px;
      margin-top: -4px;
      margin-bottom: 0;
      overflow: hidden;
      border-radius: 18px;
    }
    .hero-pipeline-image {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 18px;
      object-fit: cover;
      object-position: center;
      transform: scale(1);
      transform-origin: center;
    }
    .hero-process .hero-card-title {
      font-size: clamp(1.42rem, 2.1vw, 2.12rem);
    }
    .hero-process {
      width: 98%;
      margin-left: 2%;
      margin-top: -2px;
    }
    .hero-process-timeline {
      --steps: 5;
      --progress: 0.58;
      position: relative;
      margin-top: 12px;
      padding-top: 2px;
    }
    .hero-process-track,
    .hero-process-progress {
      position: absolute;
      top: 43px;
      left: calc(100% / (var(--steps) * 2));
      right: calc(100% / (var(--steps) * 2));
      height: 14px;
      border-radius: 999px;
    }
    .hero-process-track {
      background: rgba(147, 153, 164, 0.7);
    }
    .hero-process-progress {
      background: linear-gradient(90deg, #28b7a8 0%, #1e9f8f 100%);
      transform-origin: left center;
      transform: scaleX(var(--progress));
      box-shadow: 0 0 14px rgba(40, 183, 168, 0.32);
    }
    .hero-process-steps {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      column-gap: 12px;
      align-items: start;
    }
    .hero-process-step {
      display: grid;
      justify-items: center;
      gap: 10px;
      text-align: center;
    }
    .hero-process-label {
      color: var(--navy-deep);
      font-size: clamp(1rem, 1.08vw, 1.1rem);
      line-height: 1.15;
      min-height: 48px;
      display: grid;
      align-content: end;
    }
    .hero-process-dot {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 4px solid #a6a8ab;
      background: rgba(240, 242, 245, 0.95);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8);
    }
    .hero-process-step.is-complete .hero-process-dot {
      border-color: #28b7a8;
      background: rgba(89, 220, 201, 0.28);
      box-shadow: 0 0 0 4px rgba(58, 203, 185, 0.3);
    }
    .hero-result {
      width: 82%;
      margin-left: 12%;
      margin-top: -2px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 14px;
      align-items: center;
    }
    .hero-result .hero-card-title {
      font-size: clamp(1.45rem, 2.1vw, 2.12rem);
    }
    .hero-result-line {
      margin: 10px 0 0;
      line-height: 1.24;
      color: #354661;
      font-size: clamp(1.08rem, 1.34vw, 1.44rem);
    }
    .hero-result-line strong {
      color: #178778;
      font-weight: 600;
    }
    .hero-result-mark {
      width: 76px;
      height: 76px;
      border-radius: 50%;
      border: 5px solid #178778;
      display: grid;
      place-items: center;
      color: #178778;
      font-size: 2.05rem;
      font-weight: 700;
      margin-right: 8px;
    }

    .trust-strip {
      padding: 22px clamp(20px, 7vw, 96px);
      background: var(--navy-deep);
      color: #fff;
    }
    .trust-list {
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .trust-item {
      display: flex;
      gap: 10px;
      align-items: center;
      color: rgba(255,255,255,0.82);
      font-size: 0.94rem;
    }
    .check {
      display: inline-grid;
      place-items: center;
      flex: 0 0 24px;
      width: 24px;
      height: 24px;
      border-radius: 999px;
      background: rgba(176,221,208,0.16);
      color: var(--mint);
      font-weight: 900;
      font-size: 0.85rem;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 36px;
      margin-bottom: 36px;
    }
    .section-head .lead { margin-top: 0; max-width: 490px; font-size: 1.04rem; }
    #regionen .card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 10px;
      align-items: stretch;
    }
    #regionen .section-head {
      min-height: clamp(180px, 30vh, 320px);
      margin-bottom: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    #problem-title {
      font-size: clamp(1.7rem, 3.3vw, 3rem);
      letter-spacing: -0.04em;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }
    #regionen .section-head .lead {
      margin: 8px auto 0;
      max-width: 760px;
      text-align: center;
    }
    .problem-card {
      background: #fff;
      border: 1px solid rgba(27, 48, 84, 0.10);
      border-radius: 10px;
      padding: 34px 34px 30px;
      min-height: 0;
      height: 100%;
      aspect-ratio: 1 / 1;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      box-shadow: 0 12px 34px rgba(15, 30, 56, 0.045);
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }
    .problem-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg, rgba(15, 30, 56, 0.56), rgba(15, 30, 56, 0.40));
      pointer-events: none;
    }
    .problem-card > * {
      position: relative;
      z-index: 1;
    }
    .problem-card-1 { background-image: url("../../images/Imag1.png"); }
    .problem-card-2 { background-image: url("../../images/Imag3.png"); }
    .problem-card-3 { background-image: url("../../images/Imag2.png"); }
    .problem-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(15, 30, 56, 0.10);
      border-color: rgba(27, 48, 84, 0.18);
    }
    .problem-card-number {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      display: inline-grid;
      place-items: center;
      margin-bottom: 24px;
      background: rgba(255, 255, 255, 0.82);
      color: var(--navy);
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 1;
    }
    .problem-card h3 {
      margin: 0;
      font-size: clamp(2.1rem, 2.45vw, 3rem);
      line-height: 1.02;
      letter-spacing: -0.02em;
      color: #fff;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
    }
    .problem-card p {
      margin-top: 16px;
      color: rgba(255, 255, 255, 0.92);
      line-height: 1.42;
      font-size: clamp(1.35rem, 1.45vw, 2rem);
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    }

    .off-section {
      background:
        radial-gradient(circle at 15% 20%, rgba(89, 130, 246, 0.12), transparent 28%),
        radial-gradient(circle at 85% 70%, rgba(245, 158, 11, 0.12), transparent 30%),
        linear-gradient(135deg, #f8fafc 0%, #eef3fb 55%, #fff8ed 100%);
    }
    .process-wrap {
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: clamp(32px, 6vw, 76px);
      align-items: start;
    }
    .sticky-copy { position: static; top: auto; }
    .sticky-copy #process-title,
    .sticky-copy .lead {
      animation: none !important;
      transition: none !important;
      transform: none !important;
    }
    .process-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 22px;
      min-height: 44px;
      padding: 10px 22px;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: var(--navy);
      color: #fff;
      font-weight: 800;
      font-size: 0.98rem;
      letter-spacing: 0.01em;
      text-decoration: none;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .process-cta:hover {
      background: var(--navy);
      border-color: rgba(255, 255, 255, 0.18);
      color: #fff;
    }
    .steps { display: grid; gap: 14px; }
    .step {
      perspective: 1200px;
      min-height: 120px;
      --step-glow: rgba(27, 48, 84, 0.20);
    }
    .step:nth-child(1) { --step-glow: rgba(27, 48, 84, 0.22); }
    .step:nth-child(2) { --step-glow: rgba(89, 130, 246, 0.24); }
    .step:nth-child(3) { --step-glow: rgba(58, 139, 122, 0.24); }
    .step:nth-child(4) { --step-glow: rgba(245, 158, 11, 0.24); }
    .step:nth-child(5) { --step-glow: rgba(34, 197, 94, 0.24); }
    .step-inner {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 18px;
      transform-style: preserve-3d;
      transition: transform 0.6s ease;
    }
    .step:hover .step-inner,
    .step:focus .step-inner,
    .step:focus-within .step-inner {
      transform: rotateX(180deg);
    }
    .step-face {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: 58px minmax(0, 1fr);
      gap: 18px;
      padding: 22px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.78);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.8);
      box-shadow:
        0 18px 50px rgba(25, 44, 84, 0.08),
        0 0 0 1px var(--step-glow),
        0 8px 22px -14px var(--step-glow);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      align-items: center;
    }
    .step-face-back {
      transform: rotateX(180deg);
      grid-template-columns: 1fr;
    }
    .step-back-copy p {
      margin: 0;
      color: var(--muted);
    }
    .step-num {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--navy);
      color: #fff;
      font-weight: 900;
    }
    .step h3 { margin: 0; font-size: 1.16rem; font-family: Jost, Inter, system-ui, sans-serif; letter-spacing: 0; }

    .verticals-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 18px;
      align-items: stretch;
    }
    .feature-card {
      min-height: 100%;
      padding: clamp(30px, 4vw, 48px);
      border-radius: 24px;
      background: linear-gradient(150deg, var(--navy), var(--navy-deep));
      color: #fff;
      overflow: hidden;
      position: relative;
    }
    .feature-card::after {
      content: "";
      position: absolute;
      right: -110px;
      bottom: -120px;
      width: 280px;
      height: 280px;
      border-radius: 999px;
      background: rgba(176,221,208,0.12);
    }
    .feature-card h3 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 3rem); }
    .feature-card p { margin-top: 16px; color: rgba(255,255,255,0.78); max-width: 680px; }
    .tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
    .tag {
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.16);
      color: rgba(255,255,255,0.86);
      font-size: 0.84rem;
      font-weight: 700;
    }
    .side-stack { display: grid; gap: 18px; }
    .mini-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 28px; }
    .mini-card h3 { font-size: 1.55rem; }
    .mini-card p { margin-top: 12px; color: var(--muted); }

    .ethics {
      background: var(--navy-deep);
      color: #fff;
      padding-bottom: 0;
      overflow: hidden;
    }
    .ethics h2, .ethics h3 { color: #fff; }
    .ethics .eyebrow { color: var(--mint); }
    .ethics .lead { color: rgba(255,255,255,0.72); }
    .ethics-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 34px;
      min-height: 44px;
      padding: 10px 22px;
      border-radius: 12px;
      border: 1px solid #C7CFDB;
      background: #EEF2F7;
      color: var(--navy);
      font-weight: 800;
      font-size: 0.98rem;
      letter-spacing: 0.01em;
      text-decoration: none;
    }
    .ethics-cta:hover {
      background: #EEF2F7;
      border-color: #C7CFDB;
      color: var(--navy);
    }
    .ethics-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
    .ethics-copy { margin-top: clamp(24px, 4vw, 68px); }
    .ethics-papers {
      margin: 0;
      align-self: end;
      width: 115%;
      max-width: none;
      justify-self: end;
      transform: translateX(12%);
    }
    .ethics-papers img {
      display: block;
      width: 100%;
      height: auto;
    }
    .ethics-list { display: grid; gap: 14px; }
    .ethics-item {
      display: grid;
      grid-template-columns: 32px minmax(0, 1fr);
      gap: 14px;
      padding: 18px;
      border-radius: 16px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.10);
    }
    .ethics-item p { color: rgba(255,255,255,0.70); margin-top: 4px; }

    .proof-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
    .quote-card {
      padding: clamp(26px, 4vw, 44px);
      border-radius: 24px;
      background: linear-gradient(140deg, #fff, #F6FAF9);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
    }
    .quote-mark { font-size: 4rem; line-height: 0.7; color: var(--teal); font-family: Georgia, "Times New Roman", serif; }
    .quote-text { margin-top: 18px; font-size: clamp(1.15rem, 2vw, 1.55rem); color: #52647C; font-family: Georgia, "Times New Roman", serif; line-height: 1.45; }
    .quote-by { margin-top: 24px; font-weight: 800; color: var(--navy); }
    .proof-list { display: grid; gap: 14px; }
    .proof-item { padding: 20px; border-radius: 18px; border: 1px solid var(--border); background: #fff; }
    .proof-item strong { display: block; }
    .proof-item p { margin-top: 6px; color: var(--muted); }

    .final-cta {
      background: var(--white);
    }
    .cta-box {
      padding: clamp(30px, 5vw, 58px);
      border-radius: 28px;
      background: var(--navy);
      color: #fff;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 24px;
      justify-items: center;
      text-align: center;
      box-shadow: var(--shadow);
    }
    .cta-box h2 { color: #fff; }
    .cta-box p { color: rgba(255,255,255,0.72); margin-top: 18px; max-width: 680px; }
    .contact-options { display: grid; gap: 12px; width: min(760px, 100%); }
    .contact-option {
      display: grid;
      gap: 6px;
      padding: 16px 18px;
      border-radius: 16px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      text-decoration: none;
      color: #fff;
      text-align: left;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .contact-option:hover {
      background: rgba(255,255,255,0.12);
      border-color: rgba(255,255,255,0.2);
    }
    .contact-option-title {
      font-weight: 800;
      font-size: 1.08rem;
    }
    .contact-option-desc {
      color: rgba(255,255,255,0.72);
      font-weight: 500;
      line-height: 1.35;
    }

    @media (max-width: 980px) {
      .hero { min-height: auto; }
      .hero-grid, .process-wrap, .verticals-grid, .ethics-grid, .proof-grid, .cta-box { grid-template-columns: 1fr; }
      .hero-visual {
        min-height: 0;
        padding-top: 8px;
      }
      .hero-map-bg img {
        right: -36px;
        top: -8px;
        width: min(90vw, 640px);
      }
      .hero-map-bg::before,
      .hero-map-bg::after {
        display: none;
      }
      .hero-cards {
        gap: 12px;
      }
      .hero-program,
      .hero-pipeline,
      .hero-process,
      .hero-result {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
      }
      .hero-pipeline {
        height: auto;
        margin-bottom: 0;
      }
      .hero-pipeline-image {
        height: auto;
        aspect-ratio: 2.15 / 1;
        transform: scale(1);
      }
      .hero-program {
        height: auto;
      }
      .ethics-copy { margin-top: 0; }
      .ethics-papers {
        width: 100%;
        justify-self: stretch;
        transform: none;
      }
      .trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .sticky-copy { position: static; }
      .section-head { display: block; }
      .section-head .lead { margin-top: 18px; max-width: 760px; }
      #regionen .card-grid { grid-template-columns: 1fr; gap: 14px; }
      #regionen .section-head {
        min-height: 140px;
        margin-bottom: 24px;
      }
      #regionen .section-head .lead {
        margin-top: 8px;
      }
      #regionen .problem-card {
        aspect-ratio: auto;
        min-height: 0;
      }
    }

    @media (max-width: 620px) {
      .section { padding: 62px 18px; }
      h1 { font-size: clamp(2.55rem, 16vw, 4.2rem); }
      #hero-title {
        font-size: clamp(2.3rem, 13vw, 3rem);
        letter-spacing: -0.03em;
      }
      .hero-process-timeline {
        --progress: 0.58;
      }
      .hero-process-track,
      .hero-process-progress {
        top: 40px;
        height: 12px;
      }
      .hero-process-steps {
        column-gap: 8px;
      }
      .hero-process-label {
        font-size: 0.9rem;
        min-height: 40px;
      }
      .hero-process-dot {
        width: 24px;
        height: 24px;
        border-width: 3px;
      }
      .hero-result {
        grid-template-columns: 1fr;
      }
      .hero-result-mark {
        margin: 4px 0 0;
      }
      .hero-card {
        padding: 14px 16px;
      }
      .hero-card-title-wrap {
        grid-template-columns: 40px minmax(0, 1fr);
      }
      .hero-icon {
        width: 40px;
        height: 40px;
      }
      .trust-list { grid-template-columns: 1fr; }
      .btn { width: 100%; }
      .step { grid-template-columns: 1fr; }
      .cta-box { border-radius: 20px; }
    }
    .home-main {
      background: #fff;
      padding-top: 66px;
    }
    .home-section {
      position: relative;
      overflow: hidden;
    }
    .home-shell {
      width: min(1280px, calc(100% - clamp(40px, 8vw, 120px)));
      margin: 0 auto;
    }
    .home-section-heading {
      display: grid;
      justify-items: center;
      gap: 20px;
      text-align: center;
    }
    .home-section-heading p,
    .home-process-copy p,
    .home-ethics-copy p,
    .home-contact-heading p {
      max-width: 840px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1rem, 1.6vw, 1.28rem);
      line-height: 1.45;
      color: #425879;
    }
    .home-display,
    .home-title-serif {
      max-width: none;
      font-family: "Philosopher", Georgia, "Times New Roman", serif;
      color: var(--navy);
      letter-spacing: -0.04em;
    }
    .home-display {
      font-size: clamp(2.9rem, 5.4vw, 5.35rem);
      line-height: 0.98;
    }
    .home-hero #hero-title .hero-title-line {
      display: block;
      white-space: nowrap;
    }
    .home-title-serif {
      font-size: clamp(2.7rem, 5vw, 4.9rem);
      line-height: 1.02;
    }
    .home-title-sans {
      max-width: none;
      font-family: Jost, Inter, system-ui, sans-serif;
      font-size: clamp(2.4rem, 4.5vw, 4.35rem);
      font-weight: 700;
      line-height: 1.08;
      letter-spacing: -0.04em;
      color: var(--navy);
    }
    .home-button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin-top: 34px;
    }
    .home-hero .home-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 64px;
      padding: 16px 24px;
      border: 1px solid rgba(27, 48, 84, 0.18);
      border-radius: 6px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1rem, 1.35vw, 1.16rem);
      font-weight: 500;
      line-height: 1.2;
      text-decoration: none;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }
    .home-hero .home-btn:hover {
      transform: translateY(-1px);
    }
    .home-btn-primary {
      background: #22385f;
      border-color: #17314f;
      box-shadow: 0 10px 28px rgba(17, 34, 63, 0.16);
      color: #fff;
    }
    .home-btn-primary:hover {
      background: #22385f;
      border-color: #17314f;
      color: #fff;
    }
    .home-btn-secondary {
      background: #fff;
      color: #121820;
    }
    .home-btn-secondary:hover {
      border-color: rgba(27, 48, 84, 0.18);
      color: #121820;
    }
    .home-hero {
      overflow: visible;
      padding: clamp(20px, 3.5vw, 40px) 0 0;
      background: #fff;
    }
    .home-hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
      gap: clamp(30px, 4.5vw, 72px);
      align-items: center;
    }
    .home-hero-copy {
      position: relative;
      z-index: 4;
      max-width: 650px;
      padding: clamp(34px, 4.2vw, 68px) 0 clamp(22px, 3vw, 46px);
    }
    .home-hero-copy > p {
      margin-top: 42px;
      max-width: 650px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1.12rem, 1.55vw, 1.42rem);
      line-height: 1.35;
      color: #546983;
    }
    .home-hero-copy > p .hero-subtitle-line {
      display: block;
      white-space: nowrap;
    }
    .home-hero .home-button-row {
      margin-top: 46px;
    }
    .home-hero-media {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      overflow-x: visible;
      overflow-y: hidden;
      min-height: 600px;
      padding: 0;
      margin-bottom: -210px;
    }
    .hero-stack {
      position: relative;
      width: min(100%, 600px);
      height: min(64vw, 680px);
      min-height: 500px;
      transform: translate(clamp(-46px, -2.2vw, -22px), clamp(-72px, -5.2vw, -34px));
      pointer-events: auto;
    }
    .hero-stack-card {
      position: absolute;
      inset: var(--card-inset, 0);
      display: flex;
      flex-direction: column;
      gap: 28px;
      padding: 42px 42px 32px;
      transform: translate3d(180px, 20px, 0) scale(0.96) rotate(calc(var(--card-tilt, 0deg) + 2deg));
      opacity: 0;
      filter: blur(0.2px);
      border-radius: 3px;
      background: #fff;
      border: 1px solid rgba(27, 48, 84, 0.08);
      box-shadow: 0 24px 50px rgba(15, 30, 56, 0.14);
      transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
      pointer-events: none;
    }
    .hero-stack-card--image {
      gap: 0;
      padding: 0;
      overflow: hidden;
    }
    .hero-stack-image {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }
    .hero-stack-card-back {
      --card-inset: 5% 1% 9% 8%;
      --card-tilt: 1.8deg;
      --card-opacity: 0.84;
      --card-filter: blur(0.15px);
      z-index: 1;
    }
    .hero-stack-card-middle {
      --card-inset: 9% 4% 4% 10%;
      --card-tilt: -1.2deg;
      --card-opacity: 0.94;
      z-index: 2;
    }
    .hero-stack-card-front {
      --card-inset: 14% 0 0 12%;
      --card-tilt: 0deg;
      --card-opacity: 1;
      z-index: 3;
    }
    .hero-stack-card.is-visible {
      transform: translate3d(0, 0, 0) scale(1) rotate(var(--card-tilt, 0deg));
      opacity: var(--card-opacity, 1);
      filter: var(--card-filter, none);
    }
    .hero-stack-header {
      display: flex;
      align-items: center;
      gap: 18px;
    }
    .hero-stack-mark {
      width: 44px;
      height: 44px;
      border-radius: 2px;
      background: linear-gradient(135deg, #b3035d 0%, #c71f7c 100%);
    }
    .hero-stack-line {
      height: 4px;
      flex: 1;
      border-radius: 999px;
      background: #2758b5;
    }
    .hero-stack-meta {
      position: absolute;
      left: 50%;
      bottom: 32px;
      transform: translateX(-50%);
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      width: min(86%, 500px);
    }
    .hero-stack-footer {
      display: flex;
      align-items: center;
      gap: 10px;
      pointer-events: none;
    }
    .hero-stack-dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: rgba(27, 48, 84, 0.18);
    }
    .hero-stack-dot.is-active {
      background: #0a3548;
    }
    .hero-stack-source {
      margin: 0;
      font-family: "DM Sans 18 pt", "DM Sans", "Segoe UI", sans-serif;
      font-size: 8px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0;
      color: rgba(15, 30, 56, 0.78);
      text-decoration: none;
      text-align: center;
      overflow-wrap: anywhere;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);
      pointer-events: auto;
    }
    .hero-stack-source:hover,
    .hero-stack-source:focus-visible {
      text-decoration: underline;
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-stack-card {
        transition: none;
      }
    }
    .home-audience-strip {
      position: relative;
      z-index: 6;
      margin-top: 28px;
      padding: 42px clamp(20px, 4vw, 44px) 46px;
      background: linear-gradient(180deg, #edf2ff 0%, #eef2fb 100%);
      --audience-fade: 32px;
      --audience-gap: clamp(22px, 2.2vw, 38px);
      -webkit-mask-image: linear-gradient(
        180deg,
        transparent 0%,
        #000 var(--audience-fade),
        #000 calc(100% - var(--audience-fade)),
        transparent 100%
      );
      mask-image: linear-gradient(
        180deg,
        transparent 0%,
        #000 var(--audience-fade),
        #000 calc(100% - var(--audience-fade)),
        transparent 100%
      );
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }
    .home-audience-marquee {
      position: relative;
      z-index: 1;
      width: 100%;
      overflow: hidden;
    }
    .hero-stack-nav {
      position: absolute;
      top: 50%;
      z-index: 9;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(27, 48, 84, 0.2);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.38);
      color: rgba(27, 48, 84, 0.45);
      font-family: "DM Sans", "Segoe UI", sans-serif;
      font-size: 1.6rem;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transform: translateY(-50%);
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
      backdrop-filter: blur(2px);
      pointer-events: auto;
    }
    .hero-stack-nav:hover {
      background: rgba(255, 255, 255, 0.56);
      color: rgba(27, 48, 84, 0.68);
      border-color: rgba(27, 48, 84, 0.34);
    }
    .hero-stack-nav:focus-visible {
      outline: 2px solid rgba(39, 88, 181, 0.36);
      outline-offset: 2px;
    }
    .hero-stack-nav-left {
      left: -18px;
    }
    .hero-stack-nav-right {
      right: -30px;
    }
    .home-audience-track {
      display: flex;
      gap: var(--audience-gap);
      width: max-content;
      animation: homeAudienceTicker 30s linear infinite;
      transform: translateX(-50%);
      will-change: transform;
    }
    .home-audience-seq {
      position: relative;
      display: flex;
      align-items: center;
      flex: 0 0 auto;
      gap: var(--audience-gap);
      padding-inline: 0;
      color: var(--navy);
      font-family: "Playfair Display", Georgia, "Times New Roman", serif;
      font-size: clamp(1.35rem, 2vw, 1.9rem);
      line-height: 1.2;
      white-space: nowrap;
    }
    .home-audience-item {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }
    .home-audience-sep {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transform: translateY(-4%);
      color: #2a426d;
      font-size: 0.9em;
      line-height: 1;
    }
    @keyframes homeAudienceTicker {
      from {
        transform: translateX(-50%);
      }
      to {
        transform: translateX(0);
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .home-audience-track {
        animation: none;
        transform: none;
      }
    }
    .home-support {
      isolation: isolate;
      padding: clamp(64px, 8vw, 110px) 0 clamp(60px, 8vw, 96px);
      background: #ffffff;
    }
    .home-support::after {
      content: "";
      position: absolute;
      inset: 48% 0 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #eef3ff 100%);
      pointer-events: none;
      z-index: 0;
    }
    .home-support .home-shell {
      position: relative;
      z-index: 1;
    }
    .support-flow {
      display: none;
      grid-template-columns: minmax(180px, 1fr) auto minmax(260px, 1.35fr) auto minmax(180px, 1fr);
      align-items: center;
      gap: 10px;
      margin-top: 54px;
    }
    .support-node {
      min-height: 118px;
      padding: 18px 22px;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      color: var(--navy);
      font-family: "Playfair Display", Georgia, "Times New Roman", serif;
      font-size: clamp(1.26rem, 1.7vw, 1.75rem);
      line-height: 1.15;
    }
    .support-node-featured {
      background: transparent;
      border-color: transparent;
    }
    .support-node-featured > span:last-child {
      position: relative;
      isolation: isolate;
      padding: 8px 18px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: 1.08em;
      font-weight: 500;
    }
    .support-node-featured > span:last-child::before {
      content: "";
      position: absolute;
      left: -92px;
      top: 50%;
      width: 176px;
      height: 176px;
      transform: translateY(-50%);
      background: center / contain no-repeat url("../../images/polyglon-globe-symbol.png");
      opacity: 0.8;
      pointer-events: none;
      z-index: -2;
    }
    .support-node-featured > span:last-child::after {
      content: "";
      position: absolute;
      inset: -8px -18px;
      background: rgba(58, 139, 122, 0.34);
      border-radius: 999px;
      filter: blur(12px);
      pointer-events: none;
      z-index: -1;
    }
    .support-avatar {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      flex: 0 0 54px;
      background: linear-gradient(180deg, #f2f7f8 0%, #e8eff2 100%);
      border: 1px dashed rgba(27, 48, 84, 0.12);
      display: none;
    }
    .support-link {
      width: 86px;
      height: 2px;
      background: transparent;
      position: relative;
    }
    .support-link::after {
      display: none;
    }
    .support-columns {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(24px, 3vw, 42px);
      margin-top: 124px;
    }
    .support-columns article {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .support-columns article h3 {
      max-width: none;
      font-family: Jost, Inter, system-ui, sans-serif;
      font-size: clamp(1.55rem, 2vw, 2rem);
      font-weight: 700;
      line-height: 1.16;
      letter-spacing: -0.03em;
      color: #101b2c;
      text-align: center;
    }
    .support-columns article h3 .support-title-line {
      display: block;
    }
    .support-columns article p {
      margin-top: 14px;
      max-width: 22ch;
      text-align: left;
      font-size: clamp(1rem, 1.35vw, 1.2rem);
      line-height: 1.45;
      color: #222b35;
    }
    .support-quote {
      margin: 148px auto 0;
      max-width: 1180px;
      text-align: center;
      font-family: "Playfair Display", Georgia, "Times New Roman", serif;
      font-size: clamp(2rem, 3.2vw, 3.3rem);
      font-weight: 700;
      line-height: 1.12;
      color: #27406a;
    }
    .support-quote-text {
      display: inline-block;
      font-size: 0.8em;
      line-height: 1.14;
    }
    #regionen .home-section-heading #problem-title {
      font-family: "Philosopher", Georgia, "Times New Roman", serif;
    }
    #regionen .home-section-heading #problem-title .problem-title-line {
      display: block;
    }
    #regionen .home-section-heading > p {
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
    }
    .home-process {
      padding: clamp(72px, 8vw, 110px) 0;
      background: linear-gradient(180deg, #eef3ff 0%, #edf1fb 100%);
      overflow: visible;
    }
    .home-process-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: clamp(32px, 5vw, 76px);
      align-items: center;
    }
    .home-process-copy {
      position: relative;
      padding: clamp(28px, 3vw, 36px) 0;
    }
    .home-process-copy::before {
      content: "";
      position: absolute;
      left: -200px;
      top: -380px;
      width: min(200%, 1000px);
      aspect-ratio: 0.74;
      background: center / contain no-repeat url("../../images/Germany black.png");
      opacity: 0.14;
      pointer-events: none;
    }
    .home-process-copy p {
      margin-top: 20px;
      max-width: 470px;
      color: #121820;
      position: relative;
    }
    .home-dark-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: clamp(260px, 30vw, 340px);
      min-height: 48px;
      margin-top: 22px;
      padding: 12px 22px;
      border-radius: 7px;
      background: #233a63;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      box-shadow: 0 10px 24px rgba(15, 30, 56, 0.12);
    }
    .home-dark-cta:hover {
      background: #233a63;
      color: #fff;
    }
    .home-process-steps {
      display: grid;
      gap: 12px;
    }
    .home-process-step {
      position: relative;
      min-height: 108px;
      perspective: 1200px;
      cursor: pointer;
    }
    .home-process-step-inner {
      position: relative;
      min-height: 108px;
      transform-style: preserve-3d;
      transition: transform 0.7s ease;
    }
    .home-process-step:is(:hover, :focus-visible) .home-process-step-inner {
      transform: rotateX(180deg);
    }
    .home-process-step-face {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      align-items: center;
      gap: 18px;
      padding: 18px 24px;
      border: 1px solid rgba(47, 93, 183, 0.34);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 10px 24px rgba(15, 30, 56, 0.05);
      backface-visibility: hidden;
    }
    .home-process-step-number {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #1f3761;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1;
    }
    .home-process-step-title {
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1.18rem, 1.55vw, 1.52rem);
      font-weight: 400;
      line-height: 1.14;
      color: #22355a;
    }
    .home-process-step-back {
      grid-template-columns: 1fr;
      padding: 22px 26px;
      transform: rotateX(180deg);
      justify-items: start;
    }
    .home-process-step-back-text {
      margin: 0;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(0.98rem, 1.18vw, 1.12rem);
      line-height: 1.42;
      color: #1e2f4f;
    }
    .home-ethics {
      padding: clamp(76px, 8vw, 116px) 0;
      background: #142847;
      color: #fff;
    }
    .home-ethics-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.02fr);
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
    }
    .home-ethics-copy {
      max-width: 470px;
    }
    .home-ethics-copy .home-title-serif {
      color: #fff;
    }
    .home-ethics-copy p {
      margin-top: 22px;
      color: rgba(255, 255, 255, 0.86);
    }
    .home-light-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      margin-top: 28px;
      padding: 12px 30px;
      background: #fff;
      color: #1b2f52;
      text-decoration: none;
      font-size: 1.08rem;
      font-weight: 500;
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    }
    .home-light-cta:hover {
      background: #fff;
      color: #1b2f52;
    }
    .home-certificate {
      position: relative;
      padding-left: 34px;
    }
    .home-certificate-frame {
      position: relative;
      padding: 34px 34px 30px;
      background: #fffdfc;
      color: #111;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      border: 1px solid rgba(15, 30, 56, 0.26);
      box-shadow: 16px 16px 0 rgba(10, 18, 34, 0.18);
    }
    .home-certificate-frame::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 2px solid rgba(17, 24, 39, 0.4);
      pointer-events: none;
    }
    .home-certificate-frame h3 {
      position: relative;
      z-index: 1;
      max-width: none;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1.75rem, 2vw, 2.4rem);
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.03em;
      color: #101010;
      text-align: center;
    }
    .home-certificate-rule {
      position: relative;
      z-index: 1;
      width: min(60%, 240px);
      height: 4px;
      margin: 22px auto 30px;
      border-radius: 999px;
      background: rgba(16, 16, 16, 0.42);
    }
    .home-certificate-seal {
      position: absolute;
      left: -24px;
      top: -30px;
      width: 162px;
      height: 162px;
      background: center / contain no-repeat url("../../images/Polyglon Stamp.png");
      z-index: 2;
    }
    .home-principles {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 22px;
    }
    .home-principle {
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }
    .home-principle-check {
      width: 32px;
      height: 32px;
      border: 4px solid #477f2f;
      display: inline-grid;
      place-items: center;
      position: relative;
      margin-top: 4px;
    }
    .home-principle-check-icon {
      width: 20px;
      height: 20px;
      overflow: visible;
    }
    .home-principle-check-icon path {
      fill: none;
      stroke: #2d6b20;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 100;
      stroke-dashoffset: 100;
      animation: home-principle-check-draw 0.72s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      animation-delay: calc(var(--check-index, 0) * 1s + 120ms);
      animation-play-state: paused;
    }
    .home-principles.is-check-animation-active .home-principle-check-icon path {
      animation-play-state: running;
    }
    @keyframes home-principle-check-draw {
      to {
        stroke-dashoffset: 0;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .home-principle-check-icon path {
        animation: none;
        stroke-dashoffset: 0;
      }
    }
    .home-principle strong,
    .home-principle em {
      display: block;
      color: #141414;
    }
    .home-principle strong {
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1.25rem, 1.55vw, 1.7rem);
      line-height: 1.16;
      font-weight: 700;
    }
    .home-principle em {
      margin-top: 4px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1rem, 1.2vw, 1.22rem);
      line-height: 1.34;
      font-style: italic;
    }
    .home-signature {
      position: relative;
      z-index: 1;
      width: 230px;
      height: 42px;
      margin: 20px 0 0 auto;
      overflow: visible;
    }
    .home-signature::before {
      content: "";
      position: absolute;
      inset: 0;
      background: center / contain no-repeat url("../../images/Polyglon Signature.png");
      transform: translateX(360px) scale(4.2, 2.4);
      transform-origin: right center;
      pointer-events: none;
    }
    .home-signature::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 2px;
      width: 180px;
      height: 3px;
      background: rgba(30, 30, 30, 0.85);
      transform: translateX(-36px);
      transform-origin: right center;
      border-radius: 999px;
      pointer-events: none;
    }
    .home-contact {
      padding: clamp(76px, 8vw, 120px) 0;
      background: linear-gradient(135deg, rgba(238, 242, 251, 0.9) 0%, rgba(242, 240, 245, 0.9) 58%, rgba(247, 240, 240, 0.9) 100%);
    }
    .home-contact-shell {
      position: relative;
      z-index: 1;
    }
    .home-contact-heading {
      display: grid;
      justify-items: center;
      gap: 18px;
      text-align: center;
    }
    .home-contact-heading .home-title-serif {
      max-width: none;
    }
    .contact-title-line {
      display: block;
    }
    @media (min-width: 921px) {
      .contact-title-line {
        white-space: nowrap;
      }
    }
    .home-contact-heading p {
      max-width: 920px;
      color: #1f2024;
    }
    .home-highlights {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin: 42px auto 0;
      max-width: 1120px;
    }
    .home-highlight {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 14px;
      padding: 0 22px;
      min-height: 72px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      color: #243d67;
      font-size: clamp(1.2rem, 1.7vw, 1.7rem);
      font-weight: 700;
      position: relative;
    }
    .home-highlight > span:last-child {
      white-space: nowrap;
    }
    .home-highlight:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 52px;
      background: rgba(27, 48, 84, 0.16);
      transform: translateY(-50%);
    }
    .home-highlight-icon {
      width: 54px;
      height: 54px;
      flex: 0 0 54px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(230, 239, 249, 0.92);
      border: 1px solid rgba(27, 48, 84, 0.08);
      color: #243d67;
    }
    .home-highlight-icon svg {
      width: 32px;
      height: 32px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .home-contact-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      margin: 28px auto 0;
      max-width: 620px;
      color: #1f355c;
      text-align: center;
    }
    .home-contact-divider span {
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: 18pt;
      font-weight: 700;
      line-height: 1.2;
    }
    .home-contact-divider::before,
    .home-contact-divider::after {
      content: "";
      flex: 1;
      height: 3px;
      background: rgba(31, 53, 92, 0.92);
    }
    .home-contact-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 22px;
    }
    .home-contact-grid--single {
      grid-template-columns: minmax(0, 420px);
      justify-content: center;
      margin-top: 68px;
    }
    .home-contact-card {
      position: relative;
      min-height: 238px;
      padding: 26px 22px 24px;
      border: 1px solid rgba(27, 48, 84, 0.16);
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.92);
      box-shadow: 0 10px 24px rgba(15, 30, 56, 0.08);
      text-decoration: none;
      overflow: hidden;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .home-contact-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(15, 30, 56, 0.12);
      border-color: rgba(27, 48, 84, 0.24);
    }
    .home-contact-card h3 {
      position: relative;
      z-index: 1;
      max-width: none;
      font-family: "Philosopher", Georgia, "Times New Roman", serif;
      font-size: clamp(1.85rem, 2.1vw, 2.3rem);
      line-height: 1.08;
      text-align: center;
      color: #22355b;
    }
    .home-contact-card--cta {
      min-height: 156px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 20px;
    }
    .home-contact-card p {
      position: relative;
      z-index: 1;
      margin: 18px auto 0;
      max-width: 300px;
      font-family: "DM Sans 18 pt", "Segoe UI", sans-serif;
      font-size: clamp(1rem, 1.24vw, 1.16rem);
      line-height: 1.34;
      text-align: center;
      color: #11151b;
    }
    @media (max-width: 1040px) {
      .home-hero-grid,
      .home-process-grid,
      .home-ethics-grid {
        grid-template-columns: 1fr;
      }
      .home-hero-media {
        min-height: 0;
        justify-content: center;
        padding-top: 0;
        margin-bottom: 0;
      }
      .hero-stack {
        width: min(100%, 720px);
        height: min(92vw, 700px);
        min-height: 420px;
        transform: none;
      }
      .home-process-copy::before {
        width: min(72vw, 430px);
      }
      .support-flow {
        grid-template-columns: 1fr;
        justify-items: center;
      }
      .support-link {
        width: 2px;
        height: 48px;
        background: rgba(58, 139, 122, 0.62);
      }
      .support-link::after {
        top: auto;
        right: 50%;
        bottom: -1px;
        transform: translateX(50%) rotate(135deg);
      }
      .home-hero #hero-title .hero-title-line {
        white-space: normal;
      }
      .home-hero-copy > p .hero-subtitle-line {
        white-space: normal;
      }
    }
    @media (max-width: 920px) {
      .home-shell {
        width: min(1280px, calc(100% - 32px));
      }
      .home-highlights,
      .home-contact-grid,
      .support-columns {
        grid-template-columns: 1fr;
      }
      .home-highlight {
        justify-content: flex-start;
        padding: 10px 0;
      }
      .home-highlight:not(:last-child)::after {
        display: none;
      }
      .home-contact-divider::before,
      .home-contact-divider::after {
        display: none;
      }
      .home-contact-card {
        min-height: 0;
      }
      .support-columns article {
        text-align: center;
      }
      .home-certificate {
        padding-left: 0;
      }
    }
    @media (max-width: 1100px) {
      .home-hero-media {
        opacity: 0.35;
      }
    }
    @media (max-width: 720px) {
      .home-audience-strip {
        --audience-gap: clamp(14px, 4vw, 20px);
      }
      .hero-stack-nav {
        display: none;
      }
      .home-hero {
        padding-top: 28px;
      }
      .home-display {
        font-size: clamp(2.6rem, 12vw, 4.1rem);
      }
      .home-title-serif {
        font-size: clamp(2.3rem, 9vw, 3.4rem);
      }
      .home-title-sans {
        font-size: clamp(2rem, 9vw, 3.2rem);
      }
      .home-btn {
        width: 100%;
      }
      .hero-stack-card-front {
        inset: 8% 0 0 10%;
      }
      .hero-stack-card {
        padding: 24px 24px 20px;
      }
      .home-audience-seq {
        gap: var(--audience-gap);
        padding-inline: 0;
        font-size: clamp(1.25rem, 7vw, 1.85rem);
      }
      .support-node {
        width: 100%;
        font-size: 1.2rem;
      }
      .home-process-step-face {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 18px 16px;
      }
      .home-process-step-title {
        font-size: 1.08rem;
      }
      .home-process-step-back {
        grid-template-columns: 1fr;
      }
      .home-process-step-back-text {
        font-size: 0.96rem;
      }
      .home-certificate-frame {
        padding: 28px 22px 22px;
      }
      .home-certificate-seal {
        width: 124px;
        height: 124px;
      }
      .home-contact-heading p,
      .home-section-heading p,
      .home-process-copy p,
      .home-ethics-copy p {
        font-size: 1rem;
      }
      .home-highlight {
        font-size: 1.1rem;
      }
      .home-contact-card h3 {
        font-size: 1.6rem;
      }
      .home-hero-media {
        display: none;
      }
    }

    button,
    .btn,
    .home-hero .home-btn,
    .home-dark-cta,
    .home-light-cta,
    .process-cta,
    .ethics-cta,
    .final-cta {
      border-radius: var(--button-radius) !important;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
    }

    button:hover,
    .btn:hover,
    .home-hero .home-btn:hover,
    .home-dark-cta:hover,
    .home-light-cta:hover,
    .process-cta:hover,
    .ethics-cta:hover,
    .final-cta:hover {
      transform: translateY(-1px);
      border-color: rgba(27, 48, 84, 0.32) !important;
      box-shadow: 0 8px 22px rgba(15, 30, 56, 0.08) !important;
    }

    .hero-stack-nav:hover {
      transform: translateY(calc(-50% - 1px));
      border-color: rgba(27, 48, 84, 0.32) !important;
      box-shadow: 0 8px 22px rgba(15, 30, 56, 0.08) !important;
      background: rgba(255, 255, 255, 0.38);
      color: rgba(27, 48, 84, 0.45);
    }

    .btn-primary:hover {
      background: var(--navy);
      color: #fff;
    }

    .btn-secondary:hover {
      border-color: rgba(27, 48, 84, 0.20);
      color: var(--navy);
    }

    .home-btn-primary:hover {
      background: #22385f;
      border-color: #17314f;
      color: #fff;
    }

    .home-dark-cta:hover {
      background: #233a63;
      color: #fff;
    }

    .home-light-cta:hover {
      background: #fff;
      color: #1b2f52;
    }

    .process-cta:hover {
      background: var(--navy);
      color: #fff;
    }

    .ethics-cta:hover {
      background: #EEF2F7;
      border-color: #C7CFDB;
      color: var(--navy);
    }

    body.cookie-modal-open {
      overflow: hidden;
    }
    .cookie-modal {
      position: fixed;
      inset: 0;
      z-index: 1400;
      display: grid;
      place-items: center;
      padding: 24px;
    }
    .cookie-modal[hidden] {
      display: none;
    }
    .cookie-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(15, 30, 56, 0.62);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
    .cookie-modal-dialog {
      position: relative;
      width: min(720px, 100%);
      max-height: min(86vh, 920px);
      overflow: auto;
      padding: 34px;
      border-radius: 28px;
      border: 1px solid rgba(27, 48, 84, 0.1);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 245, 248, 0.98) 100%);
      box-shadow: 0 32px 80px rgba(15, 30, 56, 0.24);
      transform: translateY(18px) scale(0.98);
      opacity: 0;
      transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .cookie-modal.is-open .cookie-modal-dialog {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
    .cookie-modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 50%;
      background: rgba(27, 48, 84, 0.08);
      color: var(--navy);
      font-size: 1.6rem;
      line-height: 1;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }
    .cookie-modal-close:hover,
    .cookie-modal-close:focus-visible {
      background: rgba(58, 139, 122, 0.14);
      transform: translateY(-1px);
      outline: none;
    }
    .cookie-modal-dialog h2 {
      margin: 0 0 12px;
      max-width: 14ch;
      font-size: clamp(2rem, 3vw, 2.6rem);
      line-height: 1.05;
    }
    .cookie-modal-dialog > p {
      margin: 0;
      font-size: 0.94rem;
      color: var(--muted);
      line-height: 1.78;
      max-width: 62ch;
    }
    .cookie-preference-list {
      display: grid;
      gap: 14px;
      margin-top: 28px;
    }
    .cookie-preference-item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      padding: 18px 20px;
      border-radius: 20px;
      border: 1px solid rgba(27, 48, 84, 0.08);
      background: rgba(255, 255, 255, 0.82);
    }
    .cookie-preference-item.is-locked {
      background: linear-gradient(135deg, rgba(58, 139, 122, 0.12), rgba(255, 255, 255, 0.86));
    }
    .cookie-preference-copy {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .cookie-preference-copy strong {
      font-size: 0.96rem;
      color: var(--navy);
    }
    .cookie-preference-copy span {
      font-size: 0.84rem;
      line-height: 1.7;
      color: var(--muted);
    }
    .cookie-toggle-wrap {
      position: relative;
      flex-shrink: 0;
    }
    .cookie-toggle-wrap input {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
    }
    .cookie-toggle-wrap input:disabled {
      cursor: not-allowed;
    }
    .cookie-toggle {
      display: block;
      width: 58px;
      height: 32px;
      border-radius: 999px;
      background: rgba(27, 48, 84, 0.15);
      position: relative;
      transition: background 0.2s ease;
    }
    .cookie-toggle::after {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 4px 16px rgba(15, 30, 56, 0.18);
      transition: transform 0.2s ease;
    }
    .cookie-toggle-wrap input:checked + .cookie-toggle {
      background: linear-gradient(135deg, var(--teal), var(--mint));
    }
    .cookie-toggle-wrap input:checked + .cookie-toggle::after {
      transform: translateX(26px);
    }
    .cookie-toggle-wrap input:focus-visible + .cookie-toggle {
      outline: 2px solid rgba(58, 139, 122, 0.42);
      outline-offset: 3px;
    }
    .cookie-toggle-wrap input:disabled + .cookie-toggle {
      opacity: 0.9;
    }
    .cookie-modal-note {
      margin-top: 18px;
      font-size: 0.8rem;
      color: rgba(107, 122, 141, 0.94);
    }
    .cookie-modal-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .cookie-modal-actions .btn {
      min-height: 46px;
      border-radius: 12px;
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 700;
    }

    @media (max-width: 620px) {
      .cookie-modal {
        padding: 16px;
      }
      .cookie-modal-dialog {
        padding: 28px 20px 22px;
        border-radius: 22px;
      }
      .cookie-preference-item {
        padding: 14px;
        gap: 12px;
      }
      .cookie-modal-actions .btn {
        width: 100%;
      }
    }
