  .womo-landing {
    --womo-navy-950: #020b18;
    --womo-navy-900: #061426;
    --womo-blue-500: #0b7cff;
    --womo-blue-600: #0068f5;
    --womo-green: #00b67a;
    width: 100%;
    overflow: hidden;
    background: #020b18;
    color: #fff;
    font-family: var(--womo-font);
  }

  .womo-landing * {
    box-sizing: border-box;
  }

  .womo-landing a {
    color: inherit;
    text-decoration: none;
  }

  html {
    scroll-behavior: smooth;
  }

  .womo-hero {
    position: relative;
    min-height: clamp(590px, 70vh, 760px);
    isolation: isolate;
    display: flex;
    align-items: stretch;
    background: #061326;
    overflow: hidden;
  }

  .womo-hero__bg {
    position: absolute;
    inset: -80px 0;
    z-index: -3;
    background:
      linear-gradient(90deg, rgba(2, 11, 24, 1) 0%, rgba(3, 14, 28, 0.97) 27%, rgba(4, 16, 31, 0.72) 48%, rgba(4, 12, 23, 0.24) 68%, rgba(3, 9, 18, 0.08) 100%),
      linear-gradient(0deg, rgba(1, 8, 18, 0.78) 0%, rgba(1, 8, 18, 0.12) 52%, rgba(1, 8, 18, 0.05) 100%),
      url("https://images.unsplash.com/photo-1516939884455-1445c8652f83?auto=format&fit=crop&w=2400&q=85");
    background-size: cover;
    background-position: center right;
    filter: saturate(0.9) contrast(1.02) brightness(0.86);
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }

  .womo-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      radial-gradient(circle at 76% 46%, rgba(255, 255, 255, 0.08), transparent 24%),
      radial-gradient(circle at 18% 42%, rgba(0, 112, 255, 0.14), transparent 36%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38));
    pointer-events: none;
  }

  .womo-hero__inner {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding: clamp(74px, 8vh, 112px) clamp(28px, 4vw, 76px) clamp(44px, 6vh, 78px);
    display: grid;
    grid-template-columns: minmax(460px, 650px) 1fr;
    align-items: center;
    gap: clamp(52px, 7vw, 118px);
  }

  .womo-hero__copy {
    max-width: 650px;
  }

  .womo-hero__eyebrow {
    color: #298cff;
    font-size: 16px;
    font-weight: 760;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 0 20px;
  }

  .womo-hero h1 {
    color: #fff;
    font-size: clamp(48px, 5.1vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 850;
    margin: 0 0 20px;
    text-wrap: balance;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .womo-hero__subline {
    color: #fff;
    font-size: clamp(18px, 1.35vw, 23px);
    line-height: 1.45;
    font-weight: 520;
    margin: 0 0 26px;
  }

  .womo-benefits {
    display: grid;
    gap: 13px;
    margin: 0 0 29px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: clamp(18px, 1.28vw, 23px);
    line-height: 1.28;
    font-weight: 400;
  }

  .womo-benefits li {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: start;
    gap: 16px;
  }

  .womo-check {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(180deg, #258fff, #006ce8);
    box-shadow: 0 10px 24px rgba(0, 104, 245, 0.32);
    margin-top: -2px;
  }

  .womo-check svg {
    width: 17px;
    height: 17px;
    stroke-width: 3.5;
  }

  .womo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 34px;
  }

  .womo-btn {
    min-width: 260px;
    height: 58px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 750;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  }

  .womo-btn:hover {
    transform: translateY(-2px);
  }

  .womo-btn--primary {
    background: var(--womo-blue-600);
    border: 1px solid var(--womo-blue-600);
    box-shadow: 0 10px 24px rgba(0, 104, 245, 0.22);
  }

  .womo-btn--primary:hover {
    background: #005bd8;
    border-color: #005bd8;
  }

  .womo-btn--secondary {
    min-width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    box-shadow: none;
  }

  .womo-btn--secondary:hover {
    transform: none;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .womo-btn svg {
    width: 26px;
    height: 26px;
    stroke-width: 2;
  }

  .womo-trust-row {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 21px;
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 860px;
  }

  .womo-trust-item {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 28px;
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  .womo-trust-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .womo-trust-icon {
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    color: var(--womo-blue-500);
    display: grid;
    place-items: center;
  }

  .womo-trust-icon--green {
    color: var(--womo-green);
  }

  .womo-trust-icon svg {
    width: 44px;
    height: 44px;
  }

  .womo-trust-text strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 850;
    white-space: nowrap;
  }

  .womo-trust-text span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    margin-top: 3px;
    white-space: nowrap;
  }

  .womo-hero__right {
    min-height: 620px;
    position: relative;
  }

  .womo-vehicle-section {
    background: #f5f7fa;
    color: #071426;
    padding: clamp(50px, 6vw, 82px) clamp(22px, 4vw, 76px);
    scroll-margin-top: 110px;
  }

  .womo-section-inner {
    max-width: 1420px;
    margin: 0 auto;
  }

  .womo-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
  }

  .womo-kicker {
    color: var(--womo-blue-600);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
  }

  .womo-vehicle-section h2 {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.06;
    letter-spacing: -0.035em;
    color: #061426;
    margin: 0;
  }

  .womo-section-lead {
    max-width: 500px;
    color: #536173;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
  }

  .womo-vehicle-block {
    display: grid;
    gap: 22px;
  }

  .womo-vehicle-block__title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #061426;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
  }

  .womo-vehicle-block__title::before {
    content: "";
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: var(--womo-blue-600);
  }

  .womo-vehicle-primary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .womo-vehicle-card {
    position: relative;
    display: block;
    min-height: 180px;
    padding: 24px 22px 66px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e3e8ef;
    box-shadow: 0 8px 24px rgba(9, 28, 58, 0.06);
    overflow: hidden;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  }

  .womo-vehicle-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 104, 245, 0.38);
    box-shadow: 0 14px 34px rgba(9, 28, 58, 0.11);
  }

  .womo-vehicle-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: background 160ms ease;
  }

  .womo-vehicle-card:hover::before {
    background: var(--womo-blue-600);
  }

  .womo-vehicle-card strong {
    display: block;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    color: #061426;
  }

  .womo-vehicle-card > span:not(.womo-card-arrow):not(.womo-card-tag):not(.womo-model-pills) {
    display: block;
    max-width: 230px;
    color: #647184;
    font-size: 14px;
    line-height: 1.4;
  }

  .womo-model-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 245px;
    margin-top: 4px;
    padding-right: 4px;
  }

  .womo-model-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f1f5fa;
    color: #536173;
    font-size: 12px;
    line-height: 1;
    font-weight: 750;
  }

  .womo-vehicle-card em {
    position: absolute;
    left: 22px;
    bottom: 24px;
    font-style: normal;
    color: var(--womo-blue-600);
    font-weight: 800;
    font-size: 14px;
  }

  .womo-card-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef5ff;
    color: var(--womo-blue-600);
    font-weight: 900;
  }

  .womo-vehicle-directory {
    margin-top: 6px;
    padding: 26px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e3e8ef;
    box-shadow: 0 8px 24px rgba(9, 28, 58, 0.05);
  }

  .womo-directory-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e8ef;
  }

  .womo-directory-head h3 {
    color: #061426;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0 0 6px;
  }

  .womo-directory-head p {
    color: #647184;
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
  }

  .womo-directory-note {
    min-width: max-content;
    color: var(--womo-blue-600);
    font-size: 14px;
    font-weight: 800;
  }

  .womo-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 30px;
  }

  .womo-brand-group {
    min-width: 0;
  }

  .womo-brand-title {
    display: block;
    color: #061426;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 850;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfd7e3;
  }

  .womo-model-list {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .womo-model-list a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #17243a;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    transition: color 140ms ease, transform 140ms ease;
  }

  .womo-model-list a:hover {
    color: var(--womo-blue-600);
    transform: translateX(2px);
  }

  .womo-vehicle-help-strip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 26px;
    padding: 24px 26px;
    border-radius: 12px;
    background: #061426;
    color: #fff;
    overflow: hidden;
  }

  .womo-vehicle-help-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at right, rgba(11, 124, 255, 0.24), transparent 34%);
    pointer-events: none;
  }

  .womo-vehicle-help-strip strong,
  .womo-vehicle-help-strip span,
  .womo-vehicle-help-strip a {
    position: relative;
    z-index: 1;
  }

  .womo-vehicle-help-strip strong {
    display: block;
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 5px;
  }

  .womo-vehicle-help-strip span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.45;
  }

  .womo-help-button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--womo-blue-600);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 800;
  }

  .womo-help-button:hover {
    background: #005bd8;
  }

  @media (max-width: 1200px) {
    .womo-hero__inner {
      grid-template-columns: minmax(420px, 620px) 1fr;
      gap: 40px;
    }

    .womo-btn {
      min-width: 250px;
    }

    .womo-vehicle-primary-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

  @media (max-width: 900px) {
    .womo-hero {
      min-height: auto;
    }

    .womo-hero__inner {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .womo-hero__right {
      display: none;
    }

    .womo-hero__bg {
      background:
        linear-gradient(90deg, rgba(2, 11, 24, 1) 0%, rgba(3, 14, 28, 0.94) 48%, rgba(3, 14, 28, 0.62) 100%),
        linear-gradient(0deg, rgba(1, 8, 18, 0.75) 0%, rgba(1, 8, 18, 0.14) 100%),
        url("https://images.unsplash.com/photo-1516939884455-1445c8652f83?auto=format&fit=crop&w=1800&q=85");
      background-position: center;
    }

    .womo-trust-row {
      flex-wrap: wrap;
      gap: 18px 0;
    }

    .womo-section-header {
      display: block;
    }

    .womo-section-lead {
      margin-top: 14px;
    }
  }

  @media (max-width: 640px) {
    .womo-hero__inner {
      padding: 56px 22px 42px;
    }

    .womo-hero__eyebrow {
      font-size: 13px;
    }

    .womo-hero h1 {
      font-size: clamp(44px, 14vw, 64px);
    }

    .womo-hero__subline,
    .womo-benefits {
      font-size: 17px;
    }

    .womo-hero__actions {
      gap: 14px;
    }

    .womo-btn {
      width: 100%;
      min-width: 0;
      height: 58px;
      font-size: 18px;
    }

    .womo-trust-row {
      display: grid;
      gap: 20px;
    }

    .womo-trust-item {
      border-right: 0;
      padding-right: 0;
      margin-right: 0;
    }

    .womo-vehicle-primary-grid {
      grid-template-columns: 1fr;
    }

    .womo-brand-grid {
      grid-template-columns: 1fr;
      row-gap: 22px;
    }

    .womo-directory-head {
      display: block;
    }

    .womo-directory-note {
      display: block;
      margin-top: 10px;
      min-width: 0;
    }

    .womo-vehicle-directory {
      padding: 20px;
    }

    .womo-vehicle-help-strip {
      display: block;
    }

    .womo-help-button {
      margin-top: 18px;
      width: 100%;
    }

    .womo-vehicle-card {
      min-height: 190px;
    }
  }

Hier kommt der Ratgeber Teil.

  .womo-info-section {
    background: #ffffff;
    color: #071426;
    padding: clamp(48px, 5vw, 76px) clamp(22px, 4vw, 76px);
  }

  .womo-info-inner {
    max-width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    align-items: stretch;
  }

  .womo-info-card {
    position: relative;
    padding: clamp(26px, 3vw, 36px);
    border-radius: 12px;
    background: #f5f7fa;
    border: 1px solid #e3e8ef;
    box-shadow: 0 8px 24px rgba(9, 28, 58, 0.05);
    overflow: hidden;
  }

  .womo-info-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0068f5;
  }

  .womo-info-card--dark {
    background: #061426;
    color: #ffffff;
    border-color: #061426;
  }

  .womo-info-card > * {
    position: relative;
    z-index: 1;
  }

  .womo-info-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0068f5;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
  }

  .womo-info-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .womo-info-card--dark .womo-info-kicker {
    color: #58a8ff;
  }

  .womo-info-title {
    color: #061426;
    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 850;
    margin: 0 0 18px;
  }

  .womo-info-card--dark .womo-info-title {
    color: #ffffff;
  }

  .womo-info-text {
    color: #536173;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
  }

  .womo-info-card--dark .womo-info-text {
    color: rgba(255, 255, 255, 0.76);
  }

  .womo-info-text + .womo-info-text {
    margin-top: 16px;
  }

  @media (max-width: 900px) {
    .womo-info-inner {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .womo-info-section {
      padding: 42px 22px;
    }

    .womo-info-card {
      padding: 24px 22px;
    }

    .womo-info-title {
      font-size: clamp(26px, 8vw, 36px);
    }

    .womo-info-text {
      font-size: 15px;
      line-height: 1.7;
    }
  }

.womo-content-section {
    background: #ffffff;
    color: #071426;
    padding: clamp(48px, 5vw, 76px) clamp(22px, 4vw, 76px);
  }

  .womo-content-inner {
    max-width: 1420px;
    margin: 0 auto;
  }

  .womo-content-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0068f5;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
  }

  .womo-content-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .womo-content-title {
    color: #061426;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 850;
    margin: 0 0 18px;
  }

  .womo-content-text {
    color: #536173;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
  }

  .womo-content-text + .womo-content-text {
    margin-top: 16px;
  }

  /* Block nach dem ersten Bild */
  .womo-control-grid {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
  }

  .womo-control-quote {
    background: #061426;
    color: #fff;
    border-radius: 14px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(9, 28, 58, 0.14);
  }

  .womo-control-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at right top, rgba(11, 124, 255, 0.18), transparent 36%);
    pointer-events: none;
  }

  .womo-control-quote blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.03em;
  }

  .womo-control-textcard {
    background: #f5f7fa;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(9, 28, 58, 0.05);
  }

  /* Systemvergleich */
  .womo-system-section {
    background: #f5f7fa;
    color: #071426;
    padding: clamp(54px, 6vw, 84px) clamp(22px, 4vw, 76px);
  }

  .womo-system-inner {
    max-width: 1420px;
    margin: 0 auto;
  }

  .womo-system-intro {
    max-width: 980px;
    margin-bottom: 28px;
  }

  .womo-system-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
  }

  .womo-system-card {
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(9, 28, 58, 0.05);
  }

  .womo-system-card--dark {
    background: #061426;
    border-color: #061426;
    color: #ffffff;
    box-shadow: 0 16px 42px rgba(9, 28, 58, 0.14);
  }

  .womo-system-label {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef5ff;
    color: #0068f5;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
  }

  .womo-system-card--dark .womo-system-label {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }

  .womo-system-card-title {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 850;
    margin: 0 0 18px;
    color: inherit;
  }

  .womo-system-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
  }

  .womo-system-subtitle {
    font-size: 15px;
    font-weight: 850;
    margin: 0 0 10px;
    color: inherit;
  }

  .womo-system-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
  }

  .womo-system-list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.45;
    color: inherit;
  }

  .womo-system-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0068f5;
  }

  .womo-system-card--dark .womo-system-list li::before {
    background: #58a8ff;
  }

  .womo-system-note {
    font-size: 15px;
    line-height: 1.65;
    color: #536173;
    margin: 0;
  }

  .womo-system-card--dark .womo-system-note {
    color: rgba(255, 255, 255, 0.78);
  }

  .womo-system-reco {
    margin-top: 28px;
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    padding: 28px 30px;
    box-shadow: 0 8px 24px rgba(9, 28, 58, 0.05);
  }

  .womo-system-reco-title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-weight: 850;
    margin: 0 0 14px;
    color: #061426;
  }

  .womo-system-reco-highlight {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #f5f7fa;
    border: 1px solid #e3e8ef;
  }

  .womo-system-reco-highlight strong {
    display: block;
    font-size: 16px;
    color: #061426;
    margin-bottom: 8px;
  }

  /* Fazit */
  .womo-summary-section {
    background: #ffffff;
    color: #071426;
    padding: clamp(54px, 6vw, 84px) clamp(22px, 4vw, 76px);
  }

  .womo-summary-inner {
    max-width: 1420px;
    margin: 0 auto;
  }

  .womo-summary-card {
    background: #061426;
    color: #ffffff;
    border-radius: 16px;
    padding: clamp(28px, 4vw, 42px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(9, 28, 58, 0.16);
  }

  .womo-summary-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at right top, rgba(11, 124, 255, 0.2), transparent 34%);
    pointer-events: none;
  }

  .womo-summary-card > * {
    position: relative;
    z-index: 1;
  }

  .womo-summary-card .womo-content-kicker {
    color: #58a8ff;
  }

  .womo-summary-card .womo-content-title {
    color: #ffffff;
  }

  .womo-summary-card .womo-content-text {
    color: rgba(255, 255, 255, 0.78);
  }

  @media (max-width: 900px) {
    .womo-control-grid,
    .womo-system-grid {
      grid-template-columns: 1fr;
    }

    .womo-system-columns {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .womo-content-section,
    .womo-system-section,
    .womo-summary-section {
      padding: 42px 22px;
    }

    .womo-control-quote,
    .womo-control-textcard,
    .womo-system-card,
    .womo-system-reco,
    .womo-summary-card {
      padding: 24px 22px;
    }

    .womo-content-title,
    .womo-system-reco-title {
      font-size: clamp(26px, 8vw, 36px);
    }

    .womo-content-text,
    .womo-system-note,
    .womo-system-list li {
      font-size: 15px;
      line-height: 1.7;
    }
  }