

/* ── Global resets for page ── */
    .swbrand-page { font-family: 'Inter', sans-serif; }

    /* ── BREADCRUMB ── */
    .swbrand-breadcrumb {
      background: #f4f1eb;
      padding: 10px 0;
      font-size: 0.8rem;
      color: #666;
      border-bottom: 1px solid #e0d8c8;
    }
    .swbrand-breadcrumb .container {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }
    .swbrand-breadcrumb a { color: var(--swbrand-gold); text-decoration: none; }
    .swbrand-breadcrumb a:hover { text-decoration: underline; }
    .swbrand-breadcrumb .sep { color: #bbb; }

    /* ── HERO ── */
    .swbrand-hero {
      background: url('/images/trademark.jpg') center center / cover no-repeat;
      padding: 90px 0 80px;
      position: relative;
      overflow: hidden;
    }
    /* Abdunkelungs-Overlay */
    .swbrand-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(
          to right,
          rgba(10,7,3,0.88) 0%,
          rgba(10,7,3,0.75) 55%,
          rgba(10,7,3,0.55) 100%
        );
      pointer-events: none;
      z-index: 0;
    }
    .swbrand-hero .container { position: relative; z-index: 1; }
    .swbrand-hero .container {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 60px;
      align-items: center;
    }
    .swbrand-hero__label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(200,134,10,0.15);
      border: 1px solid rgba(200,134,10,0.35);
      border-radius: 20px;
      padding: 5px 14px;
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--swbrand-gold-lt);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .swbrand-hero__title {
      font-size: clamp(1.9rem, 4vw, 3rem);
      font-weight: 800;
      color: #fff !important;
      line-height: 1.22;
      margin: 0 0 18px;
    }
    .swbrand-hero__title span { color: var(--swbrand-gold-lt); }
    .swbrand-hero__sub {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.7) !important;
      line-height: 1.7;
      margin: 0 0 28px;
    }
    .swbrand-hero__badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 36px;
    }
    .swbrand-hero__badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 6px;
      padding: 6px 14px;
      font-size: 0.8rem;
      font-weight: 600;
      color: rgba(255,255,255,0.85) !important;
    }
    .swbrand-hero__badge--gold  { border-color: rgba(200,134,10,0.5); color: var(--swbrand-gold-lt) !important; }
    .swbrand-hero__badge--blue  { border-color: rgba(26,95,180,0.5);  color: #6fa8e8 !important; }
    .swbrand-hero__badge--red   { border-color: rgba(155,28,28,0.5);  color: #e08080 !important; }
    .swbrand-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; }
    .swbrand-hero__cta-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--swbrand-gold) !important;
      color: #fff !important;
      padding: 14px 28px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none !important;
      transition: background 0.2s;
    }
    .swbrand-hero__cta-primary:hover { background: #a86e08 !important; color: #fff !important; }
    .swbrand-hero__cta-secondary {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent !important;
      color: rgba(255,255,255,0.8) !important;
      border: 1px solid rgba(255,255,255,0.25);
      padding: 13px 24px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 0.95rem;
      text-decoration: none !important;
      transition: border-color 0.2s, color 0.2s;
    }
    .swbrand-hero__cta-secondary:hover { border-color: rgba(200,134,10,0.6); color: var(--swbrand-gold-lt) !important; }
    /* Hero right panel */
    .swbrand-hero__panel {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(200,134,10,0.2);
      border-radius: 16px;
      padding: 32px 28px;
    }
    .swbrand-hero__panel-title {
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--swbrand-gold-lt) !important;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin: 0 0 18px;
    }
    .swbrand-hero__stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 22px;
    }
    .swbrand-hero__stat {
      text-align: center;
      background: rgba(255,255,255,0.04);
      border-radius: 10px;
      padding: 14px 10px;
    }
    .swbrand-hero__stat-num {
      font-size: 1.7rem;
      font-weight: 800;
      color: var(--swbrand-gold-lt) !important;
      line-height: 1;
    }
    .swbrand-hero__stat-label {
      font-size: 0.72rem;
      color: rgba(255,255,255,0.55) !important;
      margin-top: 4px;
    }
    .swbrand-hero__persp {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .swbrand-hero__persp-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.75) !important;
    }
    .swbrand-hero__persp-item i { font-size: 0.8rem; width: 16px; text-align: center; }
    .swbrand-hero__persp-item--gold i { color: var(--swbrand-gold-lt); }
    .swbrand-hero__persp-item--blue i { color: #6fa8e8; }
    .swbrand-hero__persp-item--red  i { color: #e08080; }

    /* ── SECTION SHARED ── */
    .swbrand-section { padding: 80px 0; }
    .swbrand-section--dark {
      background: var(--swbrand-dark) !important;
    }
    .swbrand-section--surface {
      background: var(--swbrand-surface) !important;
    }
    .swbrand-section--light { background: #f9f5ed !important; }
    .swbrand-section--white { background: #fff !important; }
    .swbrand-label {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .swbrand-label--gold { color: var(--swbrand-gold); }
    .swbrand-label--dark { color: var(--swbrand-gold); }
    .swbrand-section-title {
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 800;
      margin: 0 0 12px;
      line-height: 1.25;
    }
    .swbrand-section-title--light { color: #1a1308 !important; }
    .swbrand-section-title--dark  { color: #fff !important; }
    .swbrand-section-sub {
      font-size: 1rem;
      line-height: 1.7;
      max-width: 640px;
      margin: 0 auto 48px;
      text-align: center;
    }
    .swbrand-section-sub--light { color: #555 !important; }
    .swbrand-section-sub--dark  { color: rgba(255,255,255,0.6) !important; }
    .swbrand-text-center { text-align: center; }

    /* ── PROBLEM SECTION ── */
    .swbrand-problem { background: #f9f5ed !important; }
    .swbrand-problem__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }
    .swbrand-problem__card {
      background: #fff;
      border-radius: 14px;
      padding: 28px 24px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    }
    .swbrand-problem__card-top {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }
    .swbrand-problem__card-icon {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: #fef3e2;
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
      color: var(--swbrand-gold);
      flex-shrink: 0;
    }
    .swbrand-problem__card h3 {
      font-size: 0.95rem;
      font-weight: 700;
      color: #1a1308 !important;
      margin: 0;
      line-height: 1.3;
    }
    .swbrand-problem__card p {
      font-size: 0.87rem;
      color: #555 !important;
      line-height: 1.65;
      margin: 0;
    }
    .swbrand-problem__resolve {
      background: linear-gradient(135deg, #1a5f14 0%, #2a7a1e 100%);
      border-radius: 14px;
      padding: 22px 28px;
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .swbrand-problem__resolve i {
      font-size: 1.4rem;
      color: #7ef07a;
      flex-shrink: 0;
    }
    .swbrand-problem__resolve p {
      font-size: 0.92rem;
      color: #e0ffe0 !important;
      line-height: 1.6;
      margin: 0;
    }
    .swbrand-problem__resolve strong { color: #fff !important; }

    /* ── PERSPECTIVES – identisch zu nis2optimiert.html "Unser Ansatz" ── */
    .swbrand-persp {
      background: #f9f5ed !important; /* hell statt dunkel */
    }
    .swbrand-persp__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 32px rgba(0,0,0,0.09);
    }
    @media (max-width: 991px) and (min-width: 600px) {
      .swbrand-persp__grid { grid-template-columns: repeat(2,1fr); }
      .swbrand-persp__card--red { grid-column: 1 / -1; }
    }
    @media (max-width: 599px) {
      .swbrand-persp__grid { grid-template-columns: 1fr; }
    }
    .swbrand-persp__card {
      padding: 30px 26px;
      position: relative;
    }
    /* Satte Farbverläufe wie in nis2optimiert */
    .swbrand-persp__card--gold { background: linear-gradient(150deg, #6b4500, #c8860a); }
    .swbrand-persp__card--blue { background: linear-gradient(150deg, #081c40, #1a5fb4); }
    .swbrand-persp__card--red  { background: linear-gradient(150deg, #5C1003, #9b1c1c); }
    .swbrand-persp__head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
    .swbrand-persp__icon {
      width: 42px; height: 42px;
      border-radius: 9px;
      background: rgba(255,255,255,0.14);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
      color: #fff;
      flex-shrink: 0;
    }
    .swbrand-persp__icon--gold {}
    .swbrand-persp__icon--blue {}
    .swbrand-persp__icon--red  {}
    .swbrand-persp__card h3 {
      font-size: 1.05rem;
      font-weight: 800;
      color: #fff !important;
      margin: 0;
    }
    .swbrand-persp__card p {
      font-size: 13px;
      color: rgba(255,255,255,0.72) !important;
      line-height: 1.65;
      margin-bottom: 14px;
    }
    .swbrand-persp__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }
    .swbrand-persp__tag {
      background: rgba(255,255,255,0.14);
      color: rgba(255,255,255,0.88) !important;
      font-size: 10px;
      font-weight: 600;
      padding: 3px 9px;
      border-radius: 10px;
      border: none;
    }
    .swbrand-persp__tag--gold {}
    .swbrand-persp__tag--blue {}
    .swbrand-persp__tag--red  {}

    /* ── LEISTUNGEN ── */
    .swbrand-leist { background: #fff !important; }
    .swbrand-leist__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .swbrand-leist__card {
      background: #f9f5ed;
      border-radius: 16px;
      padding: 30px 26px;
      position: relative;
    }
    .swbrand-leist__card-icon {
      width: 48px; height: 48px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.15rem;
      margin-bottom: 16px;
    }
    .swbrand-leist__card-icon--gold { background: rgba(200,134,10,0.15); color: var(--swbrand-gold); }
    .swbrand-leist__card-icon--blue { background: rgba(26,95,180,0.12);  color: var(--swbrand-blue); }
    .swbrand-leist__card-icon--red  { background: rgba(155,28,28,0.12);  color: var(--swbrand-red); }
    .swbrand-leist__card h3 {
      font-size: 1rem;
      font-weight: 700;
      color: #1a1308 !important;
      margin: 0 0 10px;
    }
    .swbrand-leist__card p {
      font-size: 0.87rem;
      color: #555 !important;
      line-height: 1.65;
      margin: 0 0 16px;
    }
    .swbrand-leist__list {
      list-style: none;
      padding: 0; margin: 0;
      display: flex;
      flex-direction: column;
      gap: 7px;
    }
    .swbrand-leist__list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 0.83rem;
      color: #444 !important;
      line-height: 1.5;
    }
    .swbrand-leist__list li i { margin-top: 2px; flex-shrink: 0; font-size: 0.75rem; }
    .swbrand-leist__list--gold li i { color: var(--swbrand-gold); }
    .swbrand-leist__list--blue li i { color: var(--swbrand-blue); }
    .swbrand-leist__list--red  li i { color: var(--swbrand-red); }

    /* ── ABLAUF PROCESS (3×2 GRID) – hellgrauer Hintergrund wie nis2optimiert ── */
    .swbrand-process-section {
      background: #f4f7fc !important; /* hell statt dunkel */
      padding: 80px 0;
    }
    .swbrand-process-section .swbrand-section-title { color: #1a1308 !important; }
    .swbrand-process-section .swbrand-section-sub   { color: #555 !important; }
    .swbrand-process-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      max-width: 940px;
      margin: 0 auto;
    }
    @media (max-width: 767px) { .swbrand-process-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 479px) { .swbrand-process-grid { grid-template-columns: 1fr; } }
    .swbrand-process-box {
      background: #fff;
      border: 1px solid #e4e8ef;
      border-radius: 10px;
      padding: 22px 20px;
      position: relative;
    }
    .swbrand-process-box__num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px; height: 36px;
      border-radius: 50%;
      font-size: 15px; font-weight: 900;
      color: #fff !important;
      margin-bottom: 12px;
      flex-shrink: 0;
    }
    /* Farbige Nummern je Schritt */
    .swbrand-process-box:nth-child(1) .swbrand-process-box__num { background: #c8860a; }
    .swbrand-process-box:nth-child(2) .swbrand-process-box__num { background: #1a5fb4; }
    .swbrand-process-box:nth-child(3) .swbrand-process-box__num { background: #c8860a; }
    .swbrand-process-box:nth-child(4) .swbrand-process-box__num { background: #9b1c1c; }
    .swbrand-process-box:nth-child(5) .swbrand-process-box__num { background: #9b1c1c; }
    .swbrand-process-box:nth-child(6) .swbrand-process-box__num { background: #1a5fb4; }
    .swbrand-process-box h4 {
      color: #1a1308 !important;
      font-size: 0.9rem;
      font-weight: 800;
      margin-bottom: 6px;
    }
    .swbrand-process-box p {
      color: #555 !important;
      font-size: 12px;
      line-height: 1.6;
      margin: 0;
    }

    /* ── ERGEBNISSE ── */
    .swbrand-results {
      background: #f9f5ed !important;
    }
    .swbrand-results__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
    .swbrand-results__item {
      background: #fff;
      border-radius: 14px;
      padding: 24px 22px;
      display: flex;
      gap: 14px;
      align-items: flex-start;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }
    .swbrand-results__icon {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: rgba(200,134,10,0.12);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.95rem;
      color: var(--swbrand-gold);
      flex-shrink: 0;
    }
    .swbrand-results__item h4 {
      font-size: 0.88rem;
      font-weight: 700;
      color: #1a1308 !important;
      margin: 0 0 5px;
    }
    .swbrand-results__item p {
      font-size: 0.82rem;
      color: #666 !important;
      line-height: 1.55;
      margin: 0;
    }
    /* Readiness-Box: hellgrün wie .swnis-resolution in nis2optimiert */
    .swbrand-results__readiness {
      margin-top: 28px;
      background: #edf7f0;
      border: 1px solid #b6dfc4;
      border-radius: 10px;
      padding: 24px 30px;
      text-align: center;
      max-width: 820px;
      margin: 28px auto 0;
      display: flex;
      align-items: center;
      gap: 20px;
      text-align: left;
    }
    .swbrand-results__readiness i {
      font-size: 2rem;
      color: #1a6e36;
      flex-shrink: 0;
    }
    .swbrand-results__readiness-text h4 {
      font-size: 1rem;
      font-weight: 800;
      color: #1a3d28 !important;
      margin: 0 0 6px;
    }
    .swbrand-results__readiness-text p {
      font-size: 0.88rem;
      color: #1a3d28 !important;
      margin: 0;
      line-height: 1.6;
    }

    /* ── VORTEILE – 4-Karten-Grid ── */
    .swbrand-vorteile {
      background: #fff;
    }
    .swbrand-vorteile__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    @media (max-width: 992px) {
      .swbrand-vorteile__grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .swbrand-vorteile__grid { grid-template-columns: 1fr; }
    }
    .swbrand-vorteile__card {
      background: #f4f7fc;
      border: 1px solid #e4e8ef;
      border-radius: 12px;
      padding: 26px 22px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      transition: box-shadow .2s, transform .2s;
    }
    .swbrand-vorteile__card:hover {
      box-shadow: 0 6px 24px rgba(0,0,0,0.09);
      transform: translateY(-3px);
    }
    .swbrand-vorteile__icon {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
    }
    .swbrand-vorteile__icon--gold  { background: rgba(200,134,10,0.12); color: var(--swbrand-gold) !important; }
    .swbrand-vorteile__icon--blue  { background: rgba(26,95,180,0.12);  color: var(--swbrand-blue) !important; }
    .swbrand-vorteile__icon--red   { background: rgba(155,28,28,0.12);  color: var(--swbrand-red)  !important; }
    .swbrand-vorteile__icon--dark  { background: rgba(15,12,7,0.08);    color: var(--swbrand-dark) !important; }
    .swbrand-vorteile__card h4 {
      color: #1a1308 !important;
      font-size: 15px;
      font-weight: 700;
      margin: 0;
      line-height: 1.3;
    }
    .swbrand-vorteile__card p {
      color: #555 !important;
      font-size: 13px;
      line-height: 1.6;
      margin: 0;
    }

    /* ── WARUM SOURCEWEB – weißer Hintergrund wie nis2optimiert ── */
    .swbrand-why {
      background: #fff !important;
    }
    .swbrand-why__layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: start;
    }
    @media (max-width: 767px) { .swbrand-why__layout { grid-template-columns: 1fr; } }
    /* Linke dunkle Karte wie .swnis-why-main */
    .swbrand-why-main {
      background: var(--swbrand-dark);
      border-radius: 12px;
      padding: 30px 28px;
      color: #fff;
    }
    .swbrand-why-main h2 {
      font-size: 1.1rem;
      font-weight: 800;
      color: #fff !important;
      margin: 0 0 10px;
    }
    .swbrand-why-main p {
      color: rgba(255,255,255,0.75) !important;
      font-size: 14px;
      line-height: 1.7;
      margin: 0 0 12px;
    }
    /* Rechte Why-Points wie .swnis-why-points */
    .swbrand-why__points {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .swbrand-why__point {
      background: #f4f7fc;
      border: 1px solid #e4e8ef;
      border-radius: 8px;
      padding: 16px 18px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }
    .swbrand-why__point-icon {
      font-size: 15px;
      color: var(--swbrand-gold);
      margin-top: 2px;
      flex-shrink: 0;
      width: auto; height: auto;
      background: none;
      border-radius: 0;
    }
    .swbrand-why__point h4 {
      font-size: 13px;
      font-weight: 700;
      color: #1a1308 !important;
      margin: 0 0 3px;
      display: block;
    }
    .swbrand-why__point p {
      font-size: 12px;
      color: #555 !important;
      margin: 0;
      line-height: 1.55;
    }
    /* Wieland card – eingebettet in .swbrand-why-main (dunkle Karte) */
    .swbrand-wieland-card {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px;
      padding: 16px 18px;
      margin-top: 22px;
    }
    .swbrand-wieland-card__photo {
      width: 64px; height: 64px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      border: 2px solid rgba(255,255,255,0.2);
      background: rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
    }
    .swbrand-wieland-card__photo img {
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .swbrand-wieland-card__info { flex: 1; }
    .swbrand-wieland-card__name {
      font-size: 14px;
      font-weight: 800;
      color: #fff !important;
      margin-bottom: 3px;
    }
    .swbrand-wieland-card__roles {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      margin-bottom: 7px;
    }
    .swbrand-wieland-card__role {
      font-size: 10px;
      font-weight: 600;
      background: rgba(255,255,255,0.12);
      color: rgba(255,255,255,0.80) !important;
      padding: 2px 8px;
      border-radius: 8px;
      border: none;
    }
    .swbrand-wieland-card__text {
      font-size: 12px;
      color: rgba(255,255,255,0.65) !important;
      line-height: 1.55;
      margin: 0;
    }
    .swbrand-wieland-card__cta {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--swbrand-gold) !important;
      color: #fff !important;
      text-decoration: none !important;
      padding: 9px 18px;
      border-radius: 8px;
      font-size: 0.82rem;
      font-weight: 700;
      transition: background 0.2s;
      margin-top: 12px;
    }
    .swbrand-wieland-card__cta:hover { background: #a86e08 !important; color: #fff !important; }

    /* ── ANGEBOTE / PAKETE ── */
    .swbrand-pakete {
      background: #fff !important;
    }
    .swbrand-pakete__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      margin-bottom: 28px;
    }
    .swbrand-pakete__card {
      background: #f9f5ed;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      border: 1px solid #e8dec8;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .swbrand-pakete__card:hover {
      box-shadow: 0 8px 32px rgba(200,134,10,0.12);
      transform: translateY(-3px);
    }
    .swbrand-pakete__card--featured {
      background: var(--swbrand-dark);
      border-color: rgba(200,134,10,0.4);
    }
    .swbrand-pakete__featured-badge {
      position: absolute;
      top: 14px; right: 14px;
      background: var(--swbrand-gold);
      color: #fff !important;
      font-size: 0.68rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 10px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }
    .swbrand-pakete__header {
      padding: 26px 22px 18px;
      border-bottom: 1px solid rgba(0,0,0,0.07);
    }
    .swbrand-pakete__card--featured .swbrand-pakete__header {
      border-bottom-color: rgba(255,255,255,0.1);
    }
    .swbrand-pakete__icon {
      width: 42px; height: 42px;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
      margin-bottom: 12px;
    }
    .swbrand-pakete__icon--gold   { background: rgba(200,134,10,0.15); color: var(--swbrand-gold); }
    .swbrand-pakete__icon--white  { background: rgba(255,255,255,0.1);  color: var(--swbrand-gold-lt); }
    .swbrand-pakete__icon--teal   { background: rgba(14,138,130,0.15);  color: #0fbfb5; }
    .swbrand-pakete__icon--orange { background: rgba(200,80,10,0.15);   color: #d45c14; }
    .swbrand-pakete__card h3 {
      font-size: 0.95rem;
      font-weight: 800;
      color: #1a1308 !important;
      margin: 0 0 5px;
    }
    .swbrand-pakete__card--featured h3 { color: #fff !important; }
    .swbrand-pakete__for {
      font-size: 0.75rem;
      color: #888 !important;
      line-height: 1.5;
      margin: 0 0 12px;
    }
    .swbrand-pakete__card--featured .swbrand-pakete__for { color: rgba(255,255,255,0.55) !important; }
    .swbrand-pakete__price {
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--swbrand-gold) !important;
    }
    .swbrand-pakete__card--featured .swbrand-pakete__price { color: var(--swbrand-gold-lt) !important; }
    .swbrand-pakete__price-note {
      font-size: 0.75rem;
      font-weight: 400;
      color: #999 !important;
    }
    .swbrand-pakete__card--featured .swbrand-pakete__price-note { color: rgba(255,255,255,0.45) !important; }
    .swbrand-pakete__body { padding: 18px 22px; flex: 1; }
    .swbrand-pakete__features {
      list-style: none; padding: 0; margin: 0;
      display: flex; flex-direction: column; gap: 9px;
    }
    .swbrand-pakete__features li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 0.82rem;
      color: #444 !important;
      line-height: 1.45;
    }
    .swbrand-pakete__card--featured .swbrand-pakete__features li { color: rgba(255,255,255,0.75) !important; }
    .swbrand-pakete__features li i.fa-check { color: var(--swbrand-gold); font-size: 0.7rem; margin-top: 3px; flex-shrink: 0; }
    .swbrand-pakete__features li i.fa-check-double { color: var(--swbrand-gold-lt); font-size: 0.7rem; margin-top: 3px; flex-shrink: 0; }
    .swbrand-pakete__footer { padding: 0 22px 22px; }
    .swbrand-pakete__cta {
      display: block;
      text-align: center;
      padding: 11px 16px;
      border-radius: 8px;
      font-size: 0.83rem;
      font-weight: 700;
      text-decoration: none !important;
      transition: background 0.2s, color 0.2s;
      background: #e8dec8 !important;
      color: #5a3d0a !important;
      border: 1px solid #d4c4a0;
    }
    .swbrand-pakete__cta:hover { background: var(--swbrand-gold) !important; color: #fff !important; border-color: var(--swbrand-gold); }
    .swbrand-pakete__card--featured .swbrand-pakete__cta {
      background: var(--swbrand-gold) !important;
      color: #fff !important;
      border-color: transparent;
    }
    .swbrand-pakete__card--featured .swbrand-pakete__cta:hover { background: #a86e08 !important; }
    .swbrand-pakete__custom {
      background: #f9f5ed;
      border-radius: 12px;
      padding: 18px 24px;
      font-size: 0.88rem;
      color: #555 !important;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      border: 1px dashed #d4c4a0;
    }
    .swbrand-pakete__custom i { color: var(--swbrand-gold); }
    .swbrand-pakete__custom a { color: var(--swbrand-gold) !important; font-weight: 600; }

    /* ── FAQ ── */
    .swbrand-faq {
      background: #f9f5ed !important;
    }
    .swbrand-faq__list {
      max-width: 760px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .swbrand-faq__item {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #e8dec8;
    }
    .swbrand-faq__question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 22px;
      background: transparent;
      border: none;
      cursor: pointer;
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      font-weight: 700;
      color: #1a1308;
      text-align: left;
      gap: 12px;
    }
    .swbrand-faq__question:hover { background: #fef8f0; }
    .swbrand-faq__question i { color: var(--swbrand-gold); transition: transform 0.25s; flex-shrink: 0; }
    .swbrand-faq__question.open i { transform: rotate(180deg); }
    .swbrand-faq__answer {
      display: none;
      padding: 0 22px 18px;
      font-size: 0.87rem;
      color: #555;
      line-height: 1.7;
      border-top: 1px solid #f0e8d8;
    }
    .swbrand-faq__answer.visible { display: block; }

    /* ── FINAL CTA ── */
    .swbrand-cta-final {
      background: linear-gradient(135deg, var(--swbrand-dark) 0%, #1a1610 50%, #0c0a05 100%) !important;
      padding: 80px 0;
      text-align: center;
    }
    .swbrand-cta-final h2 {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 800;
      color: #fff !important;
      margin: 0 0 16px;
    }
    .swbrand-cta-final p {
      font-size: 1rem;
      color: rgba(255,255,255,0.65) !important;
      max-width: 560px;
      margin: 0 auto 36px;
      line-height: 1.7;
    }
    .swbrand-cta-final__btns {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
    }
    .swbrand-cta-final__btn-primary {
      display: inline-flex; align-items: center; gap: 9px;
      background: var(--swbrand-gold) !important;
      color: #fff !important;
      padding: 15px 32px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.97rem;
      text-decoration: none !important;
      transition: background 0.2s;
    }
    .swbrand-cta-final__btn-primary:hover { background: #a86e08 !important; color: #fff !important; }
    .swbrand-cta-final__btn-secondary {
      display: inline-flex; align-items: center; gap: 9px;
      background: transparent !important;
      color: rgba(255,255,255,0.8) !important;
      border: 1px solid rgba(255,255,255,0.3);
      padding: 14px 28px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 0.97rem;
      text-decoration: none !important;
      transition: border-color 0.2s, color 0.2s;
    }
    .swbrand-cta-final__btn-secondary:hover { border-color: var(--swbrand-gold-lt); color: var(--swbrand-gold-lt) !important; }

    /* ── INTERSTITIAL CTA BAR ── */
    .swbrand-interstitial {
      background: var(--swbrand-gold) !important;
      padding: 18px 0;
    }
    .swbrand-interstitial .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .swbrand-interstitial span {
      font-size: 0.92rem;
      font-weight: 600;
      color: #fff !important;
    }
    .swbrand-interstitial a {
      display: inline-flex; align-items: center; gap: 7px;
      background: rgba(0,0,0,0.2) !important;
      color: #fff !important;
      text-decoration: none !important;
      padding: 9px 20px;
      border-radius: 6px;
      font-size: 0.85rem;
      font-weight: 700;
      white-space: nowrap;
      transition: background 0.2s;
    }
    .swbrand-interstitial a:hover { background: rgba(0,0,0,0.35) !important; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .swbrand-hero .container { grid-template-columns: 1fr; }
      .swbrand-hero__panel { display: none; }
      .swbrand-pakete__grid { grid-template-columns: repeat(2, 1fr); }
      .swbrand-why__layout { grid-template-columns: 1fr; gap: 24px; }
    }
    @media (max-width: 768px) {
      .swbrand-leist__grid,
      .swbrand-problem__grid,
      .swbrand-results__grid { grid-template-columns: 1fr; }
      .swbrand-pakete__grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 480px) {
      .swbrand-hero { padding: 60px 0 50px; }
      .swbrand-section { padding: 56px 0; }
    }
    /* Markencheck 2-Spalten → 1 Spalte auf Mobil */
    @media (max-width: 680px) {
      #markencheck > .container > div { grid-template-columns: 1fr !important; }
    }