@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: clip;
}

    /* ----- Reset & Grundlagen ----- */
    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    html {
      font-size: 16px;
      scroll-behavior: smooth;
    }
    body {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 17px;
      line-height: 1.7;
      color: #1a1a1a;
      background: #f5f5f7;
      padding-bottom: 0;
    }
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    a {
      color: #2c3e50;
    }

    /* ----- Container & Layout ----- */
    .header {
      background: #2c3e50;
      color: #fff;
      padding: 14px 20px;
      border-bottom: 4px solid #1a252f;
    }
    .header__inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      font-family: 'Playfair Display', Georgia, serif;
    }
    .header__title {
      font-size: 20px;
      font-weight: 900;
      letter-spacing: -0.01em;
    }
    .header__title a {
      color: inherit;
      text-decoration: none;
    }
    .header__title a:hover {
      opacity: 0.9;
    }
    .header__by {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 12px;
      opacity: 0.75;
      letter-spacing: 0.02em;
    }
    .header__advertorial {
      margin-left: auto;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #1a1a1a;
      background: #f5c518;
      padding: 6px 12px;
      border-radius: 4px;
      flex-shrink: 0;
      line-height: 1;
    }
    @media (max-width: 640px) {
      .header__advertorial {
        margin-left: 0;
        width: 100%;
        text-align: center;
      }
    }

    .page {
      max-width: 1100px;
      margin: 0 auto;
      padding: 28px 20px 40px;
    }

    .article-wrap {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
    }
    @media (min-width: 1024px) {
      .article-wrap {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 48px;
      }
    }

    /* ----- Hauptartikel ----- */
    .article {
      background: #ffffff;
      padding: 32px 24px;
      border-radius: 6px;
    }
    @media (min-width: 768px) {
      .article {
        padding: 48px 56px;
      }
    }

    .article-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 30px;
      line-height: 1.22;
      letter-spacing: -0.015em;
      color: #1a1a1a;
      margin-bottom: 14px;
    }
    @media (min-width: 768px) {
      .article-title {
        font-size: 38px;
      }
    }

    .article-subtitle {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 19px;
      line-height: 1.5;
      color: #5a5a5a;
      margin-bottom: 22px;
      font-style: italic;
    }

    /* ----- Trust Bar ----- */
    .trust-bar {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 13px;
      color: #5a5a5a;
      padding: 8px 14px;
      background: #f5f5f7;
      border-radius: 4px;
      margin-bottom: 22px;
      flex-wrap: wrap;
    }
    .trust-bar__stars {
      color: #f5a623;
      font-size: 14px;
      letter-spacing: 1px;
    }
    .trust-bar__rating {
      font-weight: 700;
      color: #1a1a1a;
    }
    .trust-bar__divider {
      color: #8a8a8a;
    }
    .trust-bar__label {
      color: #5a5a5a;
    }

    /* ----- Byline ----- */
    .byline {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
      padding-bottom: 22px;
      border-bottom: 1px solid #e2e6e2;
    }
    .byline__avatar {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: #2c3e50;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 700;
      font-size: 17px;
      flex-shrink: 0;
    }
    .byline__info {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .byline__name {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 600;
      font-size: 15px;
    }
    .byline__date {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 13px;
      color: #8a8a8a;
    }

    /* ----- Body / Text ----- */
    .body {
      font-size: 17px;
    }
    .body p {
      margin-bottom: 22px;
    }
    .body p.lead {
      font-size: 21px;
      line-height: 1.55;
      font-weight: 400;
      color: #1a1a1a;
      margin-bottom: 28px;
    }
    .body h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 26px;
      line-height: 1.3;
      color: #1a1a1a;
      margin-top: 38px;
      margin-bottom: 18px;
      letter-spacing: -0.01em;
    }
    .body h2:first-of-type {
      margin-top: 18px;
    }

    .body ol {
      margin: 20px 0;
      padding-left: 24px;
    }
    .body ol li {
      margin-bottom: 12px;
    }

    .media {
      margin: 26px 0;
    }
    .media img {
      width: 100%;
      border-radius: 4px;
    }
    .media--medium img {
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
    .media--polaroid {
      max-width: 480px;
      margin: 26px auto;
      padding: 12px 12px 18px;
      background: #fff;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
      border-radius: 2px;
      transform: rotate(-0.6deg);
    }
    .media video {
      width: 100%;
      border-radius: 4px;
      display: block;
    }
    .media__caption {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 13px;
      color: #8a8a8a;
      text-align: center;
      margin-top: 8px !important;
    }

    /* ----- CTA Blöcke ----- */
    .cta-block {
      margin: 36px 0;
      padding: 28px 22px;
      background: linear-gradient(135deg, #fff8f5, #fff1ec);
      border-radius: 6px;
      border: 1px solid #f3d9d0;
      text-align: center;
    }

    .cta-button {
      display: inline-block;
      background: #d63838;
      color: #fff !important;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 17px;
      padding: 16px 28px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.2s, transform 0.1s;
      line-height: 1.3;
    }
    .cta-button:hover {
      background: #b32a2a;
      transform: translateY(-1px);
    }
    .cta-button__sub {
      display: block;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.04em;
      opacity: 0.95;
      margin-top: 4px;
      text-transform: uppercase;
    }

    .cta-reassure {
      margin-top: 14px !important;
      font-size: 13px !important;
      color: #5a5a5a;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    /* ----- Science Box ----- */
    .science-box {
      background: #f5f5f7;
      padding: 26px 22px;
      border-radius: 6px;
      margin: 28px 0;
      border-left: 4px solid #2c3e50;
    }
    .science-box h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 700;
      font-size: 19px;
      margin-bottom: 18px;
      color: #1a1a1a;
    }
    .science-step {
      display: flex;
      gap: 14px;
      margin-bottom: 18px;
    }
    .science-step:last-child {
      margin-bottom: 0;
    }
    .science-number {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #2c3e50;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 14px;
      flex-shrink: 0;
    }
    .science-content h4 {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 15px;
      margin-bottom: 4px;
      color: #1a1a1a;
    }
    .science-content p {
      font-size: 15px !important;
      line-height: 1.6;
      margin-bottom: 0 !important;
      color: #5a5a5a;
    }

    /* ----- Preisvergleich ----- */
    .price-compare {
      background: #fff;
      border: 2px solid #e2e6e2;
      border-radius: 6px;
      padding: 22px;
      margin: 26px 0;
    }
    .price-compare__row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid #e2e6e2;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .price-compare__row:last-of-type {
      border-bottom: none;
    }
    .price-compare__label {
      font-size: 15px;
      color: #1a1a1a;
    }
    .price-compare__price {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 700;
      font-size: 22px;
    }
    .price-compare__price--old {
      color: #8a8a8a;
      text-decoration: line-through;
    }
    .price-compare__price--new {
      color: #d63838;
    }
    .price-compare__savings {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 2px solid #e2e6e2;
      text-align: center;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 17px;
      color: #00b67a;
    }

    /* ----- Ergebnis-Galerie ----- */
    .results-gallery {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin: 28px 0;
    }
    @media (min-width: 600px) {
      .results-gallery {
        grid-template-columns: 1fr 1fr;
      }
    }
    .result-item {
      background: #fff;
      border: 1px solid #e2e6e2;
      border-radius: 4px;
      overflow: hidden;
    }
    .result-item img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }
    .result-caption {
      padding: 12px 14px;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 13px;
      color: #1a1a1a;
      line-height: 1.5;
      margin: 0 !important;
    }

    /* ----- Bewertungen ----- */
    .reviews {
      margin: 28px 0;
    }
    .review {
      background: #f5f5f7;
      border-radius: 6px;
      padding: 18px 20px;
      margin-bottom: 14px;
    }
    .review__head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .review__avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #2c3e50;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 14px;
      flex-shrink: 0;
    }
    .review__name {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 14px;
    }
    .review__verified {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 11px;
      color: #00b67a;
      font-weight: 600;
      display: inline-block;
      margin-top: 1px;
    }
    .review__stars {
      color: #f5a623;
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 6px;
    }
    .review__title {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 700;
      font-size: 15px;
      margin-bottom: 6px;
      color: #1a1a1a;
    }
    .review__text {
      font-size: 14px;
      line-height: 1.55;
      color: #1a1a1a;
    }

    /* ----- FAQ ----- */
    .faq {
      margin: 28px 0;
    }
    .faq__item {
      background: #f5f5f7;
      border-radius: 6px;
      margin-bottom: 12px;
      overflow: hidden;
    }
    .faq__item summary {
      list-style: none;
      cursor: pointer;
      padding: 16px 44px 16px 18px;
      position: relative;
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 700;
      font-size: 16px;
      color: #1a1a1a;
    }
    .faq__item summary::-webkit-details-marker {
      display: none;
    }
    .faq__item summary::after {
      content: "+";
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #d63838;
      line-height: 1;
    }
    .faq__item[open] summary::after {
      content: "\2013";
    }
    .faq__answer {
      padding: 0 18px 18px;
      font-size: 15px;
      line-height: 1.6;
      color: #5a5a5a;
    }

    /* ----- Final CTA ----- */
    .final-cta {
      background: linear-gradient(135deg, #fff5f0, #ffe9dd);
      border: 2px solid #d63838;
      border-radius: 8px;
      padding: 32px 22px;
      margin: 36px 0;
      text-align: center;
    }
    .final-cta__heading {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 24px;
      color: #1a1a1a;
      margin-bottom: 12px;
    }
    .final-cta__subhead {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 16px;
      color: #5a5a5a;
      margin-bottom: 22px;
    }

    /* ----- Kommentare ----- */
    .comments {
      margin: 36px 0;
      padding-top: 22px;
      border-top: 2px solid #e2e6e2;
    }
    .comments__heading {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 22px;
      color: #1a1a1a;
      margin-bottom: 20px;
    }
    .comment {
      padding: 14px 0;
      border-bottom: 1px solid #e2e6e2;
    }
    .comment--reply {
      padding-left: 36px;
      background: #f5f5f7;
      border-radius: 4px;
      padding: 14px 16px;
      margin-bottom: 6px;
    }
    .comment__header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .comment__avatar {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 13px;
      flex-shrink: 0;
    }
    .comment__avatar.a-1 {
      background: #ffe5e5;
      color: #d63838;
    }
    .comment__avatar.a-2 {
      background: #e5f5ff;
      color: #2980b9;
    }
    .comment__avatar.a-3 {
      background: #e8f5e9;
      color: #27ae60;
    }
    .comment__avatar.a-4 {
      background: #fff3e0;
      color: #f39c12;
    }
    .comment__avatar.a-5 {
      background: #f3e5f5;
      color: #8e44ad;
    }
    .comment__avatar.a-6 {
      background: #e0f2f1;
      color: #16a085;
    }
    .comment__avatar.a-7 {
      background: #fce4ec;
      color: #c2185b;
    }
    .comment__avatar.a-8 {
      background: #e8eaf6;
      color: #3f51b5;
    }
    .comment__name {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 14px;
    }
    .comment__text {
      font-size: 15px !important;
      line-height: 1.55;
      color: #1a1a1a;
      margin-bottom: 6px !important;
    }
    .comment__meta {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 12px;
      color: #8a8a8a;
    }
    .comment__meta a {
      color: #2c3e50;
      text-decoration: none;
      margin: 0 4px;
      cursor: pointer;
      font-weight: 500;
    }
    .comment__meta .reply-link {
      color: #2c3e50;
      text-decoration: none;
      margin: 0 4px;
      cursor: pointer;
      font-weight: 500;
    }
    .comment__meta .reply-link:hover {
      text-decoration: underline;
    }

    /* ----- TL;DR ----- */
    .tldr {
      background: #fff8f5;
      border: 1px solid #f3d9d0;
      border-left: 4px solid #d63838;
      border-radius: 6px;
      padding: 18px 20px;
      margin: 0 0 26px;
    }
    .tldr__title {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #d63838;
      margin-bottom: 10px;
    }
    .tldr ul {
      margin: 0;
      padding-left: 18px;
    }
    .tldr li {
      font-size: 15px;
      line-height: 1.55;
      margin-bottom: 6px;
    }
    .tldr li:last-child {
      margin-bottom: 0;
    }

    /* ----- Sidebar ----- */
    .sidebar {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }
    .sidebar-card {
      background: #fff;
      border-radius: 6px;
      padding: 22px;
      border: 1px solid #e2e6e2;
    }
    .sidebar-cta {
      text-align: center;
    }
    .sidebar-cta img {
      width: 100%;
      max-width: 200px;
      margin: 0 auto 14px;
      border-radius: 4px;
    }
    .sidebar-cta__product {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 17px;
      color: #1a1a1a;
      margin-bottom: 6px;
    }
    .sidebar-cta__rating {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 13px;
      color: #5a5a5a;
      margin-bottom: 6px;
    }
    .sidebar-cta__price {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #d63838;
      margin-bottom: 8px;
    }
    .sidebar-cta__stock {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 11px;
      letter-spacing: 0.15em;
      color: #00b67a;
      margin-bottom: 14px;
      text-transform: uppercase;
    }
    .sidebar-card .cta-button {
      display: block;
      width: 100%;
      font-size: 15px;
      padding: 14px 18px;
    }
    .sidebar-card__heading {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 17px;
      color: #1a1a1a;
      margin-bottom: 14px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e2e6e2;
    }
    .sidebar-testimonial {
      padding-bottom: 14px;
      margin-bottom: 14px;
      border-bottom: 1px solid #e2e6e2;
    }
    .sidebar-testimonial:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
    }
    .sidebar-testimonial__head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .sidebar-testimonial__avatar {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 13px;
      flex-shrink: 0;
    }
    .sidebar-testimonial__avatar.a-1 {
      background: #ffe5e5;
      color: #d63838;
    }
    .sidebar-testimonial__avatar.a-2 {
      background: #e5f5ff;
      color: #2980b9;
    }
    .sidebar-testimonial__avatar.a-3 {
      background: #e8f5e9;
      color: #27ae60;
    }
    .sidebar-testimonial__avatar.a-4 {
      background: #fff3e0;
      color: #f39c12;
    }
    .sidebar-testimonial__name {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: #1a1a1a;
    }
    .sidebar-testimonial__loc {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 11px;
      color: #8a8a8a;
    }
    .sidebar-testimonial__text {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 13px;
      line-height: 1.5;
      color: #1a1a1a;
    }

    /* ----- Footer ----- */
    .footer {
      background: #2c3e50;
      color: rgba(255, 255, 255, 0.85);
      padding: 40px 20px;
      margin-top: 40px;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .footer .container {
      max-width: 1100px;
      margin: 0 auto;
    }
    .footer .row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 28px;
    }
    @media (min-width: 768px) {
      .footer .row {
        grid-template-columns: 1fr 2fr 1fr;
      }
    }
    .footer img {
      max-width: 140px;
      margin-bottom: 14px;
    }
    .footer__brand {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 22px;
      color: #fff;
      margin-bottom: 14px;
      line-height: 1.2;
    }
    .footer b {
      display: block;
      margin-bottom: 8px;
      color: #fff;
    }
    .footer p {
      font-size: 13px;
      line-height: 1.6;
      margin: 0;
    }
    .footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer ul li {
      margin-bottom: 8px;
    }
    .footer ul a {
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      font-size: 13px;
    }
    .footer ul a:hover {
      color: #fff;
      text-decoration: underline;
    }
    .footer .copyright {
      margin-top: 28px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 13px;
      text-align: center;
    }

    .legal-page {
      padding: 28px 20px 40px;
    }
    .legal-page .container {
      max-width: 900px;
      margin: 0 auto;
    }
    .legal-page .wrapper {
      background: #fff;
      padding: 32px 24px;
      border-radius: 6px;
    }
    @media (min-width: 768px) {
      .legal-page .wrapper {
        padding: 48px 56px;
      }
    }
    .legal-content {
      word-break: break-word;
    }
    .legal-content h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 28px;
      margin-bottom: 8px;
      color: #1a1a1a;
    }
    .legal-updated {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 14px;
      color: #8a8a8a;
      margin-bottom: 20px;
    }
    .legal-content h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 700;
      font-size: 22px;
      margin-top: 28px;
      margin-bottom: 14px;
      color: #1a1a1a;
    }
    .legal-content h3 {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #1a1a1a;
    }
    .legal-content h4 {
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 16px;
      margin-top: 16px;
      margin-bottom: 8px;
    }
    .legal-content p,
    .legal-content li {
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 14px;
      color: #1a1a1a;
    }
    .legal-content ul {
      padding-left: 24px;
      margin-bottom: 16px;
    }
    .legal-content a {
      color: #2c3e50;
      word-break: break-all;
    }
    @media (max-width: 640px) {
      .footer p,
      .footer .copyright {
        word-break: break-all;
      }
    }
    @media (max-width: 480px) {
      .page {
        padding: 20px 14px 32px;
      }
      .article {
        padding: 24px 16px;
      }
      .legal-page .wrapper {
        padding: 24px 16px;
      }
    }

    /* ----- Sticky CTA (mobil) ----- */
    .sticky-cta {
      position: fixed;
      bottom: 16px;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      max-width: calc(100% - 32px);
      background: transparent;
      padding: 0;
      box-shadow: none;
      z-index: 999;
    }
    .sticky-cta a {
      display: inline-block;
      background: #d63838;
      color: #fff !important;
      font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 700;
      font-size: 15px;
      padding: 14px 24px;
      text-decoration: none;
      border-radius: 6px;
      text-align: center;
      transition: background 0.2s;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
      max-width: 100%;
    }
    .sticky-cta a:active {
      background: #b32a2a;
    }
    .sticky-cta__sub {
      display: block;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.04em;
      opacity: 0.95;
      margin-top: 3px;
      text-transform: uppercase;
    }
    @media (min-width: 1024px) {
      .sticky-cta {
        display: none;
      }
    }

