/* Swim Elements — Marketing Site (Referenz-Design) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #0066FF;
  --navy: #0B1F5B;
  --cyan: #00C8E0;
  --font-sans: 'Helvetica Neue', Arial, sans-serif;
}

html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--navy); background: #fff; }

.site { font-family: var(--font-sans); }

/* NAV */
.snav {
  background: #fff; border-bottom: 1px solid #eee;
  padding: 0 24px; height: 56px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 100;
}
.snav-logo {
  display: flex; align-items: center; gap: 7px;
  text-decoration: none;
}
.snav-logo img { height: 32px; width: auto; display: block; }

/* ANGEBOTE — zwei gleichwichtige Produkte */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.offer-grid--3 { grid-template-columns: repeat(3, 1fr); }
.offer-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 12px;
  padding: 22px 20px 20px; display: flex; flex-direction: column; gap: 14px;
  min-height: 0;
}
.offer-card__head { display: flex; flex-direction: column; gap: 6px; }
.offer-card__cta { margin-top: auto; width: 100%; }
.offer-card .offer-list { margin-top: 4px; }
.offer-card--navy { background: #0B1F5B; border-color: #0B1F5B; color: #fff; }
.offer-card--muted { background: #f8f9fb; }
.offer-label {
  font-size: 10px; font-weight: 600; color: #888;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.offer-card--navy .offer-label { color: #00C8E0; }
.offer-title { font-size: 19px; font-weight: 700; color: #0B1F5B; line-height: 1.2; }
.offer-card--navy .offer-title { color: #fff; }
.offer-hook {
  font-size: 14px; color: #555; line-height: 1.5; margin: 0;
}
.offer-card--navy .offer-hook { color: rgba(255,255,255,0.78); }
.offer-desc { font-size: 15px; color: #666; line-height: 1.6; flex: 1; }
.offer-card--navy .offer-desc { color: rgba(255,255,255,0.72); }
.offer-chips {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.offer-chips li {
  font-size: 11px; font-weight: 600; line-height: 1.3;
  color: #0B1F5B; background: #eef3ff;
  border: 0.5px solid #d4e0ff; border-radius: 20px;
  padding: 5px 10px;
}
.offer-chips--light li {
  color: #fff; background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}
.offer-note {
  margin: -4px 0 0; font-size: 11px; color: #888; line-height: 1.45;
}
.offer-card--navy .offer-note { color: rgba(255,255,255,0.55); }
.offer-waitlist {
  display: flex; flex-direction: column; gap: 8px; margin-top: auto;
}
.offer-waitlist__lead {
  margin: 0 0 2px; font-size: 12px; line-height: 1.45; color: #666;
}
.offer-waitlist__row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.offer-waitlist__input {
  width: 100%; padding: 9px 11px; font-size: 13px; font-family: var(--font-sans);
  border: 0.5px solid #dde1e7; border-radius: 8px; background: #fff; color: #0B1F5B;
}
.offer-waitlist__input:focus {
  outline: none; border-color: #0066FF; box-shadow: 0 0 0 2px rgba(0,102,255,0.15);
}
.offer-waitlist__input::placeholder { color: #999; }
.offer-waitlist .btn-offer {
  font-size: 12px; line-height: 1.35; padding: 11px 14px; white-space: normal;
}
.offer-waitlist__status {
  margin: 0; font-size: 12px; line-height: 1.45;
}
.offer-waitlist__status--ok { color: #008a9a; }
.offer-waitlist__status--err { color: #c0392b; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.offer-list,
.price-features {
  list-style: none; display: flex; flex-direction: column;
  gap: 0; margin: 0; padding: 0;
}
.offer-list li,
.price-features li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 0; font-size: 14.5px; line-height: 1.5; color: #444;
  border-bottom: 1px solid #eef1f6;
}
.offer-list li:last-child,
.price-features li:last-child { border-bottom: none; padding-bottom: 0; }
.offer-list li:first-child,
.price-features li:first-child { padding-top: 0; }
.offer-card--navy .offer-list li {
  color: rgba(255,255,255,0.88); border-color: rgba(255,255,255,0.12);
}
.offer-list li > i,
.price-features li > i {
  position: relative;
  flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #eef1f6; color: #0066FF; font-size: 12px;
}
/* Häkchen per CSS zeichnen — unabhängig von der Icon-Webfont */
.offer-list li > i::before,
.price-features li > i::before { content: none; }
.offer-list li > i::after,
.price-features li > i::after {
  content: ""; display: block;
  width: 5px; height: 9px; margin-top: -1px;
  border: solid currentColor; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.offer-card--navy .offer-list li > i {
  background: #0066FF; color: #fff;
}
.offer-list__body { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.offer-list__lead { font-weight: 600; color: #0B1F5B; }
.offer-card--navy .offer-list__lead { color: #fff; }
.offer-list__sub { font-size: 14px; color: #666; line-height: 1.5; }
.offer-card--navy .offer-list__sub { color: rgba(255,255,255,0.72); }
.offer-list__text { flex: 1; min-width: 0; }
.offer-list__meta {
  flex-shrink: 0; font-weight: 600; color: #0B1F5B; font-size: 14.5px;
  margin-left: 12px;
}
.offer-list li.is-row { align-items: center; }
.btn-offer {
  display: inline-block; text-align: center; text-decoration: none;
  background: #0066FF; color: #fff; border: none;
  padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 500;
  font-family: var(--font-sans); cursor: pointer;
}
.btn-offer--outline {
  background: none; color: #fff; border: 1.5px solid rgba(255,255,255,0.4);
}
.btn-offer--outline:hover { border-color: #fff; }
.offer-card:not(.offer-card--navy) .btn-offer--outline {
  color: #0B1F5B; border-color: #c8d0de;
}
.offer-card:not(.offer-card--navy) .btn-offer--outline:hover {
  border-color: #0066FF; color: #0066FF;
}

/* WORKSHOPS — Hero-Farbwelt */
.workshop-hero {
  background: #0B1F5B; color: #fff;
}
.workshop-hero__inner {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 40px);
}
.workshop-hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.workshop-hero__eyebrow {
  font-size: 11px; font-weight: 500; color: #00C8E0;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px;
}
.workshop-hero__title {
  font-size: clamp(28px, 3.5vw, 36px); font-weight: 700; color: #fff;
  line-height: 1.15; margin-bottom: 14px;
}
.workshop-hero__title span { color: #00C8E0; }
.workshop-hero__lead {
  font-size: 16.5px; color: rgba(255,255,255,0.75); line-height: 1.65;
  margin-bottom: 28px; max-width: 480px;
}
.workshop-hero__features-title {
  font-size: 13px; font-weight: 600; color: #00C8E0;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px;
}
.workshop-hero__side { display: flex; flex-direction: column; gap: 16px; }
.workshop-hero__book {
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(0,200,224,0.25);
  border-radius: 12px; padding: 24px;
}
.workshop-hero__book-title {
  font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 8px;
}
.workshop-hero__book-sub {
  font-size: 15px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 16px;
}

.offer-list--on-dark li {
  color: rgba(255,255,255,0.88); border-color: rgba(255,255,255,0.1);
}
.offer-list--on-dark li > i {
  background: #0066FF; color: #fff;
}
.offer-list--on-dark .offer-list__lead { color: #fff; }
.offer-list--on-dark .offer-list__sub { color: rgba(255,255,255,0.62); }

.workshop-note { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 12px; line-height: 1.45; }
.workshop-media {
  aspect-ratio: 16 / 10; max-height: 280px;
  background: #0d2566; border: 0.5px solid rgba(0,200,224,0.2); border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; overflow: hidden; position: relative;
}
.workshop-media--video {
  aspect-ratio: auto; max-height: none; display: block; background: #000;
}
.workshop-media--dark { background: #0d2566; }
.workshop-media img,
.workshop-media video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.workshop-media--video video {
  position: static; width: 100%; height: auto; display: block; border-radius: 12px;
}
.workshop-media__icon { font-size: 36px; color: rgba(0,200,224,0.35); }
.workshop-media__label { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.55); }
.workshop-media__hint { font-size: 12px; color: rgba(255,255,255,0.38); }
.workshop-loc-btns { display: flex; flex-direction: column; gap: 8px; }
.workshop-loc-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 20px; font-size: 14px; font-weight: 500;
  background: #0066FF; color: #fff;
  border: none; border-radius: 8px;
  text-decoration: none; font-family: var(--font-sans);
  transition: background .15s;
}
.workshop-loc-btn:hover { background: #0050cc; color: #fff; }
.workshop-loc-btn__city { font-weight: 600; }
.workshop-loc-btn__action { font-size: 13px; font-weight: 500; opacity: 0.9; }
.workshop-loc-btn:hover .workshop-loc-btn__action { opacity: 1; }

/* WORKSHOPS — Deine Vorteile */
.workshop-benefits {
  background-color: #0B1F5B;
  border-top: 3px solid #00C8E0;
  color: #fff;
}
.workshop-benefits__inner {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 40px);
}
.workshop-benefits__title {
  font-size: clamp(26px, 3vw, 34px); font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 0.04em;
  margin-bottom: clamp(24px, 3vw, 36px);
}
.workshop-benefits__layout {
  display: flex; flex-direction: column; gap: clamp(32px, 4vw, 44px);
}
.workshop-benefits__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr;
  gap: 0; max-width: 920px;
}
@media (min-width: 768px) {
  .workshop-benefits__list { grid-template-columns: 1fr 1fr; column-gap: clamp(28px, 4vw, 48px); }
}
.workshop-benefits__list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.18);
}
.workshop-benefits__list li:first-child { padding-top: 0; }
.workshop-benefits__list li:last-child { border-bottom: none; padding-bottom: 0; }
.workshop-benefits__list li > i {
  flex-shrink: 0; width: 24px; height: 24px; margin-top: 2px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #0066FF; color: #fff; font-size: 13px;
}
.workshop-benefits__body { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.workshop-benefits__lead { font-size: 16px; font-weight: 700; color: #fff; line-height: 1.3; }
.workshop-benefits__text { font-size: 14.5px; color: rgba(255,255,255,0.88); line-height: 1.6; }

.workshop-includes__eyebrow {
  font-size: 11px; font-weight: 600; color: #00C8E0;
  letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 14px;
}
.workshop-includes__grid {
  display: grid; grid-template-columns: 1fr; gap: 12px;
}
@media (min-width: 640px) {
  .workshop-includes__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}
.workshop-include {
  display: flex; align-items: stretch; gap: 14px;
  padding: 14px;
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(0,200,224,0.22);
  border-radius: 12px;
}
.workshop-include__media {
  position: relative; flex-shrink: 0;
  width: 76px; height: 76px; border-radius: 8px; overflow: hidden;
  background: rgba(11,31,91,0.5);
}
@media (min-width: 640px) {
  .workshop-include__media { width: 88px; height: 88px; }
}
.workshop-include__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.workshop-include__media--book img { object-fit: cover; object-position: center top; }
.workshop-include__media--video::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,31,91,0.15) 0%, rgba(11,31,91,0.55) 100%);
}
.workshop-include__play {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
}
.workshop-include__play i {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: #0066FF;
  font-size: 14px; display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(11,31,91,0.35);
}
.workshop-include__badge {
  position: absolute; left: 6px; bottom: 6px; z-index: 2;
  font-size: 9px; font-weight: 700; color: #0B1F5B;
  background: #00C8E0; padding: 2px 6px; border-radius: 20px;
  letter-spacing: 0.02em;
}
.workshop-include__tag {
  position: absolute; top: 6px; left: 6px; z-index: 2;
  font-size: 8px; font-weight: 700; letter-spacing: 0.03em;
  text-transform: uppercase; padding: 3px 6px; border-radius: 20px;
  line-height: 1.2; max-width: calc(100% - 12px);
}
.workshop-include__tag--soldout {
  color: #0B1F5B; background: #FFD54F;
}
.workshop-include__release {
  margin: 0; font-size: 12px; line-height: 1.5; color: rgba(255,255,255,0.72);
}
.workshop-include__release strong { color: #00C8E0; font-weight: 600; }
.workshop-include__cta {
  font-size: 12px; font-weight: 600; color: #00C8E0; text-decoration: none; line-height: 1.45;
}
.workshop-include__cta:hover { color: #fff; text-decoration: underline; }
.workshop-include--book .workshop-include__body { gap: 6px; }
.workshop-include__body {
  display: flex; flex-direction: column; justify-content: center; gap: 4px; min-width: 0;
}
.workshop-include__title {
  margin: 0; font-size: 15px; font-weight: 700; color: #fff; line-height: 1.25;
}
.workshop-include__text {
  margin: 0; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.78);
}

.promo-cc-note {
  font-size: 11px; color: #888; line-height: 1.5; margin-top: 10px; max-width: 420px;
}
.promo-cc-note--light { color: rgba(255,255,255,0.65); }
.promo-cc-note--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-book-link {
  margin-top: 24px; font-size: 13px;
}
.section-book-link a {
  color: #0066FF; font-weight: 500; text-decoration: none;
}
.section-book-link a:hover { text-decoration: underline; }
.section-book-link--light a { color: #00C8E0; }
.methode-video {
  aspect-ratio: 16 / 9; max-width: 720px; margin: 0 auto 28px;
  border-radius: 10px; border: 0.5px solid #dde1e7;
  position: relative; overflow: hidden;
}
.methode-video__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.methode-video__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 31, 91, 0.78) 0%,
    rgba(11, 31, 91, 0.28) 55%,
    rgba(11, 31, 91, 0.12) 100%
  );
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; padding: 20px;
}
.methode-video__placeholder {
  color: rgba(255,255,255,0.92); font-size: 14px; text-align: center;
  line-height: 1.5; text-shadow: 0 1px 8px rgba(11,31,91,0.45);
}
.methode-video__placeholder small { font-size: 12px; opacity: 0.88; display: block; margin-top: 4px; }
.methode-video--teaser { opacity: 1; }
.methode-teaser-note {
  text-align: center; font-size: 15px; font-weight: 500; color: #0B1F5B;
  margin: -8px auto 28px; max-width: 520px;
}

.snav-links { display: flex; gap: 4px; align-items: center; }
.snav-link {
  background: none; border: none; font-size: 13px; color: #444;
  padding: 6px 10px; border-radius: 6px; cursor: pointer;
  font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}
.snav-link:hover { background: #f0f2f8; color: #0B1F5B; }
.snav-link--accent { color: #0066FF; }
.snav-cta {
  background: #0066FF; color: #fff; border: none;
  font-size: 13px; font-weight: 500; padding: 7px 16px; border-radius: 7px;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}
.snav-cta:hover { background: #0050cc; }
.snav-avatar {
  width: 34px; height: 34px; border-radius: 50%; background: #0B1F5B;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; color: #fff; text-decoration: none;
  flex-shrink: 0;
}
.snav-avatar[hidden],
.auth-member-only[hidden],
.auth-guest-only[hidden] {
  display: none !important;
}
body.is-logged-in .auth-guest-only {
  display: none !important;
}
body.is-logged-in .auth-member-only[hidden] {
  display: none !important;
}
body:not(.is-logged-in) .auth-member-only:not(.auth-member-only--force) {
  display: none !important;
}
.snav-avatar:hover { background: #0066FF; }
.snav-avatar--inline { width: 28px; height: 28px; font-size: 10px; }
.snav--signup .snav-links { margin-left: auto; }
@media (max-width: 768px) {
  .snav--signup .snav-links { display: flex; }
}
.snav-mobile { display: none; margin-left: auto; flex-shrink: 0; align-items: center; gap: 8px; }
.snav-burger {
  background: transparent; border: none; cursor: pointer;
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  transition: background .15s;
}
.snav-burger:hover { background: #f0f2f8; }
.snav-burger__bar {
  display: block; width: 22px; height: 2.5px;
  background: #0B1F5B; border-radius: 2px;
}

/* MOBILE MENU (Drawer) */
.mobile-menu { position: fixed; inset: 0; z-index: 200; }
.mobile-menu[hidden] { display: none; }
.mobile-menu__backdrop {
  position: absolute; inset: 0; background: rgba(11,31,91,0.45);
  opacity: 0; transition: opacity .28s ease; backdrop-filter: blur(2px);
}
.mobile-menu.is-open .mobile-menu__backdrop { opacity: 1; }
.mobile-menu__panel {
  position: absolute; top: 0; right: 0; height: 100%;
  width: min(84%, 320px); background: #fff;
  box-shadow: -12px 0 44px rgba(11,31,91,0.22);
  display: flex; flex-direction: column; gap: 2px;
  padding: 64px 18px 24px;
  transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
}
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__close {
  position: absolute; top: 16px; right: 16px;
  background: #f0f2f8; border: none; cursor: pointer;
  width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #0B1F5B; font-size: 20px; transition: background .15s;
}
.mobile-menu__close:hover { background: #e2e7f0; }
.mobile-menu__link {
  padding: 13px 14px; border-radius: 10px; font-size: 15px;
  color: #0B1F5B; text-decoration: none; font-weight: 500;
  transition: background .15s;
}
.mobile-menu__link:hover { background: #f0f2f8; }
.mobile-menu__link--account { display: flex; align-items: center; gap: 10px; }
.mobile-menu__divider { height: 1px; background: #e4e8ef; margin: 10px 4px; }
.mobile-menu__cta {
  margin-top: 6px; background: #0066FF; color: #fff; text-align: center;
  padding: 13px; border-radius: 10px; font-weight: 600; font-size: 15px;
  text-decoration: none; transition: background .15s;
}
.mobile-menu__cta:hover { background: #0050cc; }
@media (min-width: 769px) { .mobile-menu { display: none !important; } }

/* HERO */
.hero {
  background: #0B1F5B; display: grid; grid-template-columns: 1fr 1fr;
  min-height: 380px;
}
.hero-text {
  padding: 48px 40px; display: flex; flex-direction: column;
  justify-content: center; gap: 20px;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 500; color: #00C8E0;
  letter-spacing: 1.5px; text-transform: uppercase;
}
.hero-h1 {
  font-size: 34px; font-weight: 700; color: #fff; line-height: 1.15;
}
.hero-h1 span { color: #00C8E0; }
.hero-sub {
  font-size: 17px; color: rgba(255,255,255,0.75);
  line-height: 1.65; max-width: 400px;
}
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-primary {
  background: #0066FF; color: #fff; border: none;
  padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}
.btn-outline {
  background: none; color: #fff; border: 1.5px solid rgba(255,255,255,0.4);
  padding: 10px 22px; border-radius: 8px; font-size: 14px;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}
.btn-outline:hover { border-color: #fff; }
.btn-soft {
  background: #f0f2f8; color: #0B1F5B; border: none;
  padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 500;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}
.hero-img {
  background: #0d2566; display: flex; align-items: center;
  justify-content: center; overflow: hidden; position: relative;
}
.hero-img-inner {
  width: 100%; height: 100%; min-height: 380px;
  position: relative; overflow: hidden;
}
.hero-img-photo {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; position: absolute; inset: 0;
}

/* TRUST BAR */
.trust-bar {
  background: #eef1f7; border-bottom: 1px solid #e4e8ef;
  padding: 14px 24px; display: flex; align-items: center;
  justify-content: center; gap: 32px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: #555;
}
.trust-item i { color: #0066FF; font-size: 16px; }

/* SECTION — volle Breite, abwechselnde Hintergründe */
.section {
  padding: 56px clamp(20px, 4vw, 40px);
  max-width: none; background: #fff;
}
.section.alt { background: #f8f9fc; }
.section.dark { background: #0B1F5B; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-inner--narrow { max-width: 760px; }

/* Seiten-Hero (Impressum, Datenschutz, AGB, Kontakt) */
.page-hero {
  background: #0B1F5B; position: relative; overflow: hidden;
  padding: 72px clamp(20px, 4vw, 40px) 104px; text-align: center;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(620px 300px at 18% -10%, rgba(0,200,224,0.18), transparent 70%),
    radial-gradient(560px 320px at 92% 0%, rgba(0,100,255,0.22), transparent 70%);
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero__eyebrow {
  font-size: 11px; font-weight: 500; color: #00C8E0;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px;
}
.page-hero__title { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.12; margin: 0 0 14px; }
.page-hero__sub {
  font-size: 16px; color: rgba(255,255,255,0.78); line-height: 1.65;
  max-width: 580px; margin: 0 auto;
}

/* Rechtstexte (Impressum, Datenschutz, AGB) */
.legal { max-width: 760px; margin: 0 auto; }
.legal-card {
  max-width: 820px; margin: -64px auto 0; background: #fff;
  border: 0.5px solid #e8ebf0; border-radius: 18px;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 22px 60px rgba(11,31,91,0.10);
}
.legal-card--narrow { max-width: 460px; }
.legal-card--narrow h2 { border-top: 0; padding-top: 0; margin-top: 0; }
.legal h2 {
  font-size: 19px; font-weight: 700; color: #0B1F5B;
  margin: 36px 0 12px; padding-top: 22px; border-top: 1px solid #eef1f6;
}
.legal h2:first-child, .legal h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal h3 { font-size: 15px; font-weight: 600; color: #0B1F5B; margin: 20px 0 6px; }
.legal p, .legal li { font-size: 15.5px; line-height: 1.75; color: #444; }
.legal p { margin: 0 0 13px; }
.legal ul { margin: 0 0 14px; padding-left: 4px; list-style: none; }
.legal ul li { position: relative; padding-left: 26px; margin-bottom: 9px; }
.legal ul li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 7px; height: 7px; border-radius: 50%; background: #00C8E0;
}
.legal a { color: #0066FF; text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal strong { color: #0B1F5B; font-weight: 600; }
.legal__box {
  background: #f6f8fc; border: 0.5px solid #e4e8ef; border-left: 3px solid #0066FF;
  border-radius: 0 12px 12px 0; padding: 18px 22px; margin: 0 0 14px;
}
.legal__back {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid #eef1f6;
  font-size: 14px;
}
.legal__back a { font-weight: 500; }
.section-label {
  font-size: 11px; font-weight: 500; color: #0066FF;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px;
}
.section-label.light { color: #00C8E0; }
.section-h2 {
  font-size: 26px; font-weight: 700; color: #0B1F5B;
  margin-bottom: 6px; line-height: 1.2;
}
.section-h2.light { color: #fff; }
.section-sub {
  font-size: 16px; color: #666; margin-bottom: 32px;
  max-width: 560px; line-height: 1.65;
}
.section-sub.light { color: rgba(255,255,255,0.7); }
.section-sub--wide { max-width: 720px; }
.story-prose { max-width: 720px; margin-bottom: 28px; }
.story-prose p {
  font-size: 16px; color: #555; line-height: 1.75; margin-bottom: 14px;
}
.story-prose p:last-child { margin-bottom: 0; }
.pull-quote {
  max-width: 640px; margin: 0 0 28px; padding: 20px 24px;
  background: #f0f4ff; border-left: 3px solid #0066FF; border-radius: 0 10px 10px 0;
}
.pull-quote p {
  font-size: 16px; font-weight: 500; color: #0B1F5B; line-height: 1.55;
  font-style: italic; margin: 0;
}
.methode-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.methode-block {
  background: #f8f9fc; border: none; border-radius: 12px; padding: 24px 24px 24px 28px;
  position: relative; overflow: hidden;
}
.methode-block::before {
  content: ""; position: absolute; left: 0; top: 20px; bottom: 20px; width: 3px;
  background: #0066FF; border-radius: 0 2px 2px 0;
}
.section.alt .methode-block { background: #fff; border: 0.5px solid #e8ebf0; }
.methode-block__label {
  font-size: 10px; font-weight: 600; color: #0066FF;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px;
}
.methode-block__title { font-size: 18px; font-weight: 600; color: #0B1F5B; margin-bottom: 10px; line-height: 1.25; }
.methode-block__sub { font-size: 12px; font-weight: 500; color: #888; margin-bottom: 10px; }
.methode-block__text { font-size: 15.5px; color: #555; line-height: 1.65; margin: 0; }
.kompass-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.kompass-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px; padding: 18px;
}
.kompass-card__tag {
  font-size: 10px; font-weight: 600; color: #00C8E0;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px;
}
.kompass-card__title { font-size: 15px; font-weight: 600; color: #0B1F5B; margin-bottom: 4px; }
.kompass-card__motto { font-size: 12px; font-weight: 500; color: #0066FF; margin-bottom: 10px; }
.kompass-card__text { font-size: 13.5px; color: #666; line-height: 1.55; }
.element-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.element-detail {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px; padding: 16px 18px;
}
.element-detail__title {
  font-size: 14px; font-weight: 600; color: #0B1F5B; margin-bottom: 8px;
}
.element-detail ul {
  list-style: none; display: flex; flex-direction: column; gap: 5px;
}
.element-detail li {
  font-size: 13.5px; color: #555; line-height: 1.5; padding-left: 14px; position: relative;
}
.element-detail li::before {
  content: "·"; position: absolute; left: 0; color: #0066FF; font-weight: 700;
}

/* METHODE CARDS */
.methode-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.methode-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
  padding: 18px; transition: border-color .15s;
}
.methode-card:hover { border-color: #0066FF; }
.methode-num {
  font-size: 11px; font-weight: 500; color: #00C8E0;
  letter-spacing: 1px; margin-bottom: 6px;
}
.methode-title { font-size: 15px; font-weight: 600; color: #0B1F5B; margin-bottom: 6px; }
.methode-sub { font-size: 13.5px; color: #666; line-height: 1.5; }

/* LOOP */
.loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.loop-step {
  background: rgba(255,255,255,0.06); border: 0.5px solid rgba(255,255,255,0.12);
  padding: 20px; position: relative; text-align: center;
}
.loop-step:not(:last-child)::after {
  content: "→"; position: absolute; right: -10px; top: 50%;
  transform: translateY(-50%); color: #00C8E0; font-size: 18px; z-index: 1;
}
.loop-num {
  font-size: 28px; font-weight: 700; color: #00C8E0;
  opacity: 0.3; line-height: 1;
}
.loop-title { font-size: 13px; font-weight: 600; color: #fff; margin: 4px 0; }
.loop-sub { font-size: 11px; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
}
.team-photo {
  aspect-ratio: 1 / 1; overflow: hidden; background: #f0f2f8; flex-shrink: 0;
}
.team-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center center;
  display: block;
}
.team-photo img[alt="Sandrine Roditscheff"] { object-position: center 18%; }
.team-photo img[alt="Dominique Diezi"] { object-position: center 22%; }
.team-body { padding: 14px; flex: 1; }
.team-name { font-size: 15px; font-weight: 600; color: #0B1F5B; margin-bottom: 2px; }
.team-role {
  font-size: 11px; font-weight: 500; color: #0066FF;
  letter-spacing: 0.5px; margin-bottom: 8px;
}
.team-bio { font-size: 13.5px; color: #555; line-height: 1.55; margin-bottom: 0; }
.team-school {
  margin-top: auto; padding: 12px 20px 20px; border-top: 0.5px solid #e4e8ef;
}
.team-school__label {
  display: block; font-size: 11px; font-weight: 600; color: #888;
  margin-bottom: 10px;
}
.team-school__link {
  display: block; width: 100%; text-decoration: none;
}
.team-school__link:hover .team-school__logo-box { opacity: 0.85; }
.team-school__logo-box {
  display: flex; align-items: center; justify-content: center;
  width: 100%; min-height: 80px; padding: 20px; box-sizing: border-box;
  background: #fff; border-radius: 8px;
}
.team-school__logo-box img {
  width: 100%; max-height: 52px; height: auto; display: block; object-fit: contain;
}

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.pricing-grid--signup { grid-template-columns: 1fr 1fr; max-width: 720px; }
/* Beta / Signup: Monatsabo (Beta) oder zwei Karten ab Launch */
.pricing-grid.signup-pricing {
  margin: 0 auto;
  gap: 16px;
  align-items: stretch;
}
html.yearly-enabled .pricing-grid.signup-pricing {
  grid-template-columns: 1fr 1fr;
  max-width: 820px;
}
.price-card--featured {
  border: 2px solid #0066FF;
  box-shadow: 0 14px 40px rgba(0, 102, 255, 0.16);
}
.price-card--featured.signup-card--open { border-color: #0066FF; }
.price-save {
  font-size: 13px; font-weight: 600; color: #0066FF;
  margin: -6px 0 12px; line-height: 1.45;
}
.price-btn--featured { background: #0066FF !important; color: #fff !important; }
.price-card:not(.price-card--featured) .price-btn { background: #f0f2f8; color: #0B1F5B; }
.price-card:not(.price-card--featured).signup-card--open .price-btn { background: #0066FF; color: #fff; }

@media (max-width: 720px) {
  .pricing-grid.signup-pricing { grid-template-columns: 1fr; max-width: 440px; }
  .pricing-grid.signup-pricing:not(.signup-pricing--monthly-only) .price-card--featured { order: -1; }
}
html:not(.yearly-enabled) [data-yearly-offer] {
  display: none !important;
}
.signup-pricing--monthly-only {
  grid-template-columns: minmax(0, 440px);
  justify-content: center;
}
.price-card--beta {
  border: 1.5px solid #00C8E0;
  box-shadow: 0 10px 30px rgba(0, 200, 224, 0.12);
}

/* Community — Subscription-Abschnitt */
.community-section__inner { max-width: 980px; }
.community-hero {
  text-align: center;
  margin-bottom: 28px;
}
.community-hero__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #0B1F5B;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.community-hero__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #0B1F5B;
  line-height: 1.15;
  margin: 0 0 10px;
}
.community-hero__lead {
  font-size: 17px;
  color: #555;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto 14px;
}
.community-hero__trial {
  display: inline-block;
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 200, 224, 0.14);
  border: 1px solid rgba(0, 200, 224, 0.45);
  color: #0B1F5B;
  font-size: 15px;
  font-weight: 600;
}
.community-offer {
  display: grid;
  grid-template-columns: 1.15fr minmax(280px, 0.85fr);
  gap: 20px;
  align-items: start;
}
.community-offer__benefits .community-includes {
  margin: 0 0 16px;
  max-width: none;
}
.community-offer__note {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.community-plan {
  position: sticky;
  top: 88px;
  padding: 26px 24px;
  border: 2px solid #0066FF;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 102, 255, 0.14);
  background: #fff;
}
.community-plan__label {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0066FF;
}
.community-plan__trial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 16px;
}
.community-plan__trial-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  background: #eef6ff;
  color: #0066FF;
  font-size: 14px;
  font-weight: 700;
}
.community-plan__trial-zero {
  font-size: 14px;
  font-weight: 600;
  color: #0B1F5B;
}
.community-plan__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
}
.community-plan__amount {
  font-size: 42px;
  font-weight: 800;
  color: #0B1F5B;
  line-height: 1;
}
.community-plan__period {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}
.community-plan__after {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef1f6;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.community-plan__checks {
  margin-bottom: 20px !important;
}
.community-plan__checks li {
  font-size: 14px;
  color: #333;
}
.community-plan__cta {
  padding: 14px 16px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
}
.community-plan__secure {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.community-offer.signup-pricing--monthly-only {
  grid-template-columns: 1.15fr minmax(280px, 0.85fr);
  max-width: none;
  justify-content: stretch;
}
html.yearly-enabled .community-offer.community-offer--yearly {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 820px) {
  .community-offer {
    grid-template-columns: 1fr;
  }
  .community-plan {
    position: static;
    order: -1;
  }
}

/* Community — Jetzt vs. demnächst */
.community-includes {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  max-width: 820px; margin: 0 auto 28px;
}
.community-includes__box {
  background: #fff; border: 0.5px solid #e8ebf0; border-radius: 14px;
  padding: 22px 24px; box-shadow: 0 8px 28px rgba(11,31,91,0.06);
}
.community-includes__box--now { border-top: 3px solid #0066FF; }
.community-includes__box--soon { border-top: 3px solid #00C8E0; }
.community-includes__title {
  font-size: 17px; font-weight: 700; color: #0B1F5B; margin: 0 0 6px;
}
.community-includes__lead {
  font-size: 14px; color: #666; line-height: 1.5; margin: 0 0 14px;
}
.community-includes__list {
  list-style: none; margin: 0; padding: 0;
}
.community-includes__list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: #333; line-height: 1.45;
  padding: 8px 0; border-bottom: 0.5px solid #eef1f6;
}
.community-includes__list li:last-child { border-bottom: none; padding-bottom: 0; }
.community-includes__list li > i {
  flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 11px; font-weight: 700;
}
.community-includes__box--now .community-includes__list li > i {
  background: #0066FF; color: #fff;
}
.community-includes__box--soon .community-includes__list li > i {
  background: #e8f9fc; color: #00a8bc; font-size: 13px;
}
.offer-includes-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #0066FF; margin: 12px 0 4px;
}
.offer-includes-label--soon { color: #00a8bc; margin-top: 14px; }
.offer-list--soon li > i {
  background: #e8f9fc !important; color: #00a8bc !important;
}
.offer-list--soon li > i::after { content: none !important; }

@media (max-width: 640px) {
  .community-includes { grid-template-columns: 1fr; }
}
.btn-offer--disabled { opacity: .55; cursor: default; pointer-events: none; }
/* Shop: Buch erscheint bald */
.shop-soon {
  text-align: center; max-width: 520px; margin: 8px auto 0;
  background: #fff; border: 0.5px solid #e8ebf0; border-radius: 16px;
  padding: 40px 28px; box-shadow: 0 18px 50px rgba(11,31,91,0.08);
}
.shop-soon__icon { font-size: 44px; color: #00C8E0; }
.shop-soon__title { font-size: 20px; font-weight: 700; color: #0B1F5B; margin: 12px 0 8px; }
.shop-soon__text { font-size: 15px; color: #5a6172; line-height: 1.6; margin-bottom: 20px; }
.signup-login-hint { text-align: center; font-size: 13px; color: #666; margin-top: 14px; }
.signup-login-link {
  background: none; border: none; padding: 0; color: #0066FF;
  font-size: inherit; cursor: pointer; font-family: var(--font-sans); text-decoration: underline;
}
.price-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 12px; padding: 24px;
  display: flex; flex-direction: column;
}
.price-badge {
  background: #0066FF; color: #fff; font-size: 10px; font-weight: 500;
  padding: 3px 10px; border-radius: 10px; display: inline-block; margin-bottom: 10px;
}
.price-name { font-size: 14px; font-weight: 600; color: #0B1F5B; margin-bottom: 4px; }
.price-amount { font-size: 28px; font-weight: 700; color: #0B1F5B; line-height: 1; }
.price-period { font-size: 13px; color: #888; margin-bottom: 12px; }
.price-features { margin-bottom: 20px; flex: 1; }
.price-features li { font-size: 14.5px; color: #444; }
.price-note-cc {
  font-size: 12px; color: #888; margin-top: -4px; margin-bottom: 16px; line-height: 1.55;
  padding-bottom: 16px; border-bottom: 1px solid #eef1f6;
}
.price-btn {
  width: 100%; background: #f0f2f8; color: #0B1F5B; border: none;
  padding: 9px; border-radius: 7px; font-size: 13px; font-weight: 500;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: block; text-align: center; appearance: none;
}
button.price-btn { line-height: inherit; }
.pricing-grid .price-card:not(.price-card--login):not([data-signup-card]) .price-btn {
  background: #0066FF; color: #fff;
}
.signup-pricing .community-plan .price-btn,
.signup-pricing .community-plan.signup-card--open .price-btn {
  background: #0066FF;
  color: #fff;
}

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testi {
  margin: 0; background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px; padding: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.testi-text {
  font-size: 14px; color: #444; line-height: 1.65; font-style: normal; flex: 1;
}
.testi-meta { display: flex; flex-direction: column; gap: 2px; }
.testi-author { font-size: 12px; font-weight: 600; color: #0B1F5B; font-style: normal; }
.testi-loc { font-size: 11px; color: #888; }
.testi-source { font-size: 10px; color: #aaa; margin-top: 2px; }
.testi-grid-note {
  margin: 16px 0 0; padding: 14px 16px; font-size: 13px; line-height: 1.55; color: #555;
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
}
.stars { color: #0066FF; font-size: 13px; margin-bottom: 0; letter-spacing: 1px; }

/* CTA */
.cta-section {
  background: #0066FF; padding: 48px 40px; text-align: center;
}
.cta-h2 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 24px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-btn-w {
  background: #fff; color: #0066FF; border: none;
  padding: 11px 24px; border-radius: 8px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}
.cta-btn-o {
  background: none; color: #fff; border: 1.5px solid rgba(255,255,255,0.5);
  padding: 10px 24px; border-radius: 8px; font-size: 14px;
  cursor: pointer; font-family: var(--font-sans); text-decoration: none;
  display: inline-block;
}

/* NEWSLETTER */
.newsletter {
  background: #0B1F5B; color: #fff;
}
.newsletter__inner {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 40px);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.newsletter__eyebrow {
  font-size: 11px; font-weight: 500; color: #00C8E0;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px;
}
.newsletter__title {
  font-size: clamp(24px, 3vw, 30px); font-weight: 700; color: #fff;
  line-height: 1.2; margin-bottom: 10px;
}
.newsletter__text {
  font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.6; max-width: 420px;
}
.newsletter-form__label {
  display: block; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px;
}
.newsletter-form__row {
  display: flex; gap: 8px;
}
.newsletter-form__input {
  flex: 1; min-width: 0;
  padding: 11px 14px; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
  font-size: 14px; font-family: var(--font-sans); color: #0B1F5B;
  background: #fff;
}
.newsletter-form__input:focus {
  outline: none; border-color: #00C8E0; box-shadow: 0 0 0 2px rgba(0,200,224,0.25);
}
.newsletter-form__input::placeholder { color: #999; }
.newsletter-form__btn {
  flex-shrink: 0; background: #0066FF; color: #fff; border: none;
  padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: var(--font-sans); white-space: nowrap;
}
.newsletter-form__btn:hover { background: #0050cc; }
.newsletter-form__btn:disabled { opacity: 0.7; cursor: wait; }
.newsletter-form__hint {
  font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 10px; line-height: 1.45;
}
.newsletter-form__message {
  font-size: 13px; margin-top: 10px; line-height: 1.45;
}
.newsletter-form__message--success { color: #00C8E0; }
.newsletter-form__message--error { color: #ffb4b4; }

/* FOOTER */
.footer {
  background: #0B1F5B; padding: 32px 40px 20px;
  color: rgba(255,255,255,0.6); font-size: 12px;
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px; margin-bottom: 24px; max-width: 1200px; margin-left: auto; margin-right: auto;
}
.footer-brand { color: #fff; font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.footer-col-title { color: rgba(255,255,255,0.9); font-weight: 500; margin-bottom: 8px; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 5px; }
.footer-link {
  color: rgba(255,255,255,0.5); font-size: 12px; cursor: pointer;
  text-decoration: none;
}
.footer-link:hover { color: #00C8E0; }
.footer-bottom {
  border-top: 0.5px solid rgba(255,255,255,0.1); padding-top: 16px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  max-width: 1200px; margin-left: auto; margin-right: auto;
}

/* MOBILE */
@media (max-width: 900px) {
  .methode-grid { grid-template-columns: repeat(2, 1fr); }
  .methode-blocks { grid-template-columns: 1fr; }
  .kompass-grid { grid-template-columns: repeat(2, 1fr); }
  .element-detail-grid { grid-template-columns: 1fr; }
  .loop-grid { grid-template-columns: repeat(2, 1fr); }
  .loop-step:not(:last-child)::after { display: none; }
}
@media (max-width: 768px) {
  .snav-links { display: none; }
  .snav-mobile { display: flex; align-items: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-img { min-height: 260px; order: -1; }
  .hero-img-inner { min-height: 260px; }
  .hero-text { padding: 32px 20px; }
  .hero-h1 { font-size: 26px; }
  .section { padding: 36px 20px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid--3 { grid-template-columns: 1fr; }
  .workshop-hero__grid { grid-template-columns: 1fr; }
  .workshop-hero__side { order: -1; }
  .workshop-loc-btn { flex-direction: row; align-items: center; }
  .partner-benefits { grid-template-columns: 1fr; }
  .newsletter__inner { grid-template-columns: 1fr; }
  .newsletter-form__row { flex-direction: column; }
  .newsletter-form__btn { width: 100%; }
  .team-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .trust-bar { gap: 16px; }
  .cta-section { padding: 36px 20px; }
}

/* Shop */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.shop-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
  overflow: hidden; text-decoration: none; color: inherit;
  transition: border-color .15s;
}
.shop-card:hover { border-color: #0066FF; }
.shop-card__media {
  aspect-ratio: 4/3; background: #0B1F5B;
  display: flex; align-items: center; justify-content: center;
}
.shop-card__media-icon { font-size: 48px; color: rgba(255,255,255,0.2); }
.shop-card__body { padding: 16px; }
.shop-card__type {
  font-size: 10px; font-weight: 500; color: #888;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px;
}
.shop-card__title { font-size: 15px; font-weight: 600; color: #0B1F5B; margin-bottom: 6px; }
.shop-card__desc { font-size: 13.5px; color: #666; line-height: 1.55; margin-bottom: 12px; }
.shop-card__footer { display: flex; justify-content: space-between; align-items: center; }
.shop-card__price { font-size: 16px; font-weight: 700; color: #0B1F5B; }
.shop-card__link { font-size: 12px; font-weight: 500; color: #0066FF; }
@media (max-width: 768px) { .shop-grid { grid-template-columns: 1fr; } }

/* Produktseite */
.product-breadcrumb {
  font-size: 12px; color: #888; margin-bottom: 20px; max-width: 1200px; margin-left: auto; margin-right: auto;
}
.product-breadcrumb a { color: #0066FF; text-decoration: none; }
.product-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  max-width: 1200px; margin: 0 auto 40px;
  border: 0.5px solid #dde1e7; border-radius: 10px; overflow: hidden;
  background: #fff;
}
.product-detail__media {
  background: linear-gradient(145deg, #0B1F5B 0%, #0a3a7a 100%);
  min-height: 360px; display: flex; align-items: center; justify-content: center;
}
.product-detail__media-icon { font-size: 80px; color: rgba(255,255,255,0.2); }
.product-detail__info { padding: 32px 28px; }
.product-detail__type {
  font-size: 10px; font-weight: 500; color: #888;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px;
}
.product-detail__title { font-size: 24px; font-weight: 700; color: #0B1F5B; margin-bottom: 6px; line-height: 1.2; }
.product-detail__subtitle { font-size: 16px; color: #666; margin-bottom: 16px; }
.product-detail__price { font-size: 28px; font-weight: 700; color: #0B1F5B; margin-bottom: 4px; }
.product-detail__price-note { font-size: 12px; color: #888; margin-bottom: 20px; }
.product-detail__features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.product-detail__features li { font-size: 14.5px; color: #555; display: flex; gap: 8px; line-height: 1.5; }
.product-detail__features li::before { content: "✓"; color: #0066FF; font-weight: 700; flex-shrink: 0; }
.product-detail__desc { font-size: 16px; color: #666; line-height: 1.65; margin-bottom: 24px; }
.product-detail__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.product-related__title { font-size: 18px; font-weight: 600; color: #0B1F5B; margin-bottom: 16px; }
@media (max-width: 768px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-detail__media { min-height: 240px; }
}

/* ══════════════════════════════════════
   PORTAL (Mitgliederbereich)
══════════════════════════════════════ */
.site--portal { background: #f8f9fc; min-height: 100vh; }

.portal-nav {
  background: #fff; border-bottom: 0.5px solid #dde1e7;
  padding: 0 20px; height: 56px;
  display: flex; align-items: center; gap: 12px;
  position: sticky; top: 0; z-index: 100;
}
.portal-nav__logo {
  display: flex; align-items: center; flex-shrink: 0; text-decoration: none;
}
.portal-nav__logo img { height: 32px; width: auto; display: block; }
.portal-nav__tabs {
  display: flex; align-items: stretch; flex: 1; min-width: 0;
  overflow-x: auto; scrollbar-width: none;
}
.portal-nav__tabs::-webkit-scrollbar { display: none; }
.portal-nav__tab {
  background: none; border: none; font-size: 13px; color: #666;
  padding: 0 12px; height: 56px; cursor: pointer; font-family: var(--font-sans);
  border-bottom: 2px solid transparent; transition: color .15s; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 5px; text-decoration: none;
}
.portal-nav__tab:hover { color: #0B1F5B; }
.portal-nav__tab--active { color: #0B1F5B; font-weight: 600; border-bottom-color: #0066FF; }
.portal-nav__tab i { font-size: 15px; }
.portal-nav__user { display: flex; align-items: center; gap: 10px; flex-shrink: 0; position: relative; }
.portal-nav__username { font-size: 13px; color: #888; }
.portal-nav__avatar-wrap { position: relative; flex-shrink: 0; }
.portal-nav__avatar {
  width: 32px; height: 32px; border-radius: 50%; background: #0B1F5B;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; color: #fff; text-decoration: none;
  border: none; padding: 0; cursor: pointer; font-family: inherit;
  transition: background .15s, transform .15s;
}
.portal-nav__avatar:hover { background: #0066FF; transform: scale(1.04); }
.portal-nav__avatar[aria-expanded="true"] {
  background: #0066FF;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(0,102,255,0.35);
}
.portal-nav__menu {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 196px;
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 12px;
  padding: 6px; z-index: 200; box-shadow: 0 10px 28px rgba(11,31,91,0.14);
}
.portal-nav__menu[hidden] { display: none; }
.portal-nav__menu-head {
  display: none; padding: 10px 12px 6px;
  border-bottom: 0.5px solid #eef0f4; margin-bottom: 4px;
}
.portal-nav__menu-name {
  font-size: 13px; font-weight: 600; color: #0B1F5B;
  display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.portal-nav__menu-item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 10px 12px; font-size: 13px; font-weight: 500; color: #0B1F5B;
  background: none; border: none; border-radius: 8px; cursor: pointer;
  font-family: inherit; text-decoration: none;
}
.portal-nav__menu-item i { font-size: 16px; color: #888; flex-shrink: 0; }
.portal-nav__menu-item:hover { background: #f3f5f9; color: #0066FF; }
.portal-nav__menu-item:hover i { color: #0066FF; }
.portal-nav__menu-divider { height: 1px; background: #eef0f4; margin: 4px 6px; }
.portal-nav__menu-item--logout { color: #666; }
.portal-nav__menu-item--logout:hover { color: #a01818; background: #fff5f5; }
.portal-nav__menu-item--logout:hover i { color: #a01818; }

.trial-banner {
  background: #eef6ff; padding: 10px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  border-bottom: 0.5px solid #dde1e7;
}
.trial-banner__actions {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.trial-banner__text { font-size: 13px; color: #0B1F5B; }
.trial-banner__text strong { font-weight: 600; }

.page { padding: 32px 20px; max-width: 1100px; margin: 0 auto; }
.page__title { font-size: 24px; font-weight: 700; color: #0B1F5B; margin-bottom: 4px; }
.page__subtitle { font-size: 14px; color: #666; margin-bottom: 24px; }

.inner-label {
  font-size: 13px; font-weight: 600; color: #0B1F5B;
  display: flex; align-items: center; gap: 8px; margin-bottom: 14px;
}
.inner-label i { color: #0066FF; font-size: 16px; }

.stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px;
}
.stats-row--duo { grid-template-columns: repeat(2, 1fr); }
.stats-row__item {
  padding: 20px; border-radius: 10px; background: #fff;
  border: 0.5px solid #dde1e7; text-align: center;
}
.stats-row__item--link {
  cursor: pointer; font: inherit; width: 100%;
  transition: border-color .15s, transform .15s;
}
.stats-row__item--link:hover { border-color: #0066FF; transform: translateY(-1px); }
.stats-row__num { font-size: 28px; font-weight: 700; color: #0066FF; line-height: 1; }
.stats-row__label { font-size: 12px; color: #888; margin-top: 6px; }

.portal-quick {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px;
}
.portal-quick__card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  padding: 18px 16px; background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
  text-decoration: none; color: inherit; text-align: left;
  transition: border-color .15s, transform .15s; cursor: pointer;
  font-family: var(--font-sans);
}
button.portal-quick__card { appearance: none; width: 100%; }
.portal-quick__card:hover { border-color: #0066FF; transform: translateY(-1px); }
.portal-quick__icon { font-size: 22px; color: #0066FF; line-height: 1; }
.portal-quick__title { font-size: 14px; font-weight: 600; color: #0B1F5B; }
.portal-quick__meta { font-size: 12px; color: #888; line-height: 1.4; }

.portal-info-notice {
  display: flex; gap: 12px; align-items: flex-start;
  background: #f0f7ff; border: 0.5px solid #d4e4ff; border-radius: 10px;
  padding: 14px 16px; margin-bottom: 16px;
}
.portal-info-notice i { color: #0066FF; font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.portal-info-notice p { margin: 0; font-size: 14px; color: #444; line-height: 1.55; }

.inner-label--fav i { color: #00C8E0; }
.portal-home-more {
  margin: 12px 0 0; font-size: 13px; text-align: center;
}
.portal-home-more a { color: #0066FF; font-weight: 500; text-decoration: none; }
.portal-home-more a:hover { text-decoration: underline; }

.portal-recent { margin-bottom: 28px; }
.portal-recent-empty {
  margin: 0; padding: 16px 18px; font-size: 14px; color: #666;
  background: #f8f9fb; border: 0.5px solid #e8ebf0; border-radius: 10px;
}
.portal-recent__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.recent-item {
  display: flex; align-items: flex-start; gap: 12px; text-align: left;
  padding: 14px; background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
  cursor: pointer; font-family: var(--font-sans); width: 100%;
  transition: border-color .15s, transform .15s;
}
.recent-item:hover { border-color: #0066FF; transform: translateY(-1px); }
.recent-item__icon {
  width: 36px; height: 36px; border-radius: 8px; background: #eef6ff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: #0066FF; font-size: 18px;
}
.recent-item__body { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.recent-item__title {
  font-size: 13px; font-weight: 600; color: #0B1F5B; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.recent-item__meta { font-size: 11px; color: #888; }
.post--highlight {
  animation: post-highlight 2s ease;
}
@keyframes post-highlight {
  0%, 100% { box-shadow: none; }
  15%, 45% { box-shadow: 0 0 0 3px rgba(0,200,224,0.45); }
}

@media (max-width: 768px) {
  .portal-quick { grid-template-columns: 1fr; }
  .stats-row--duo { grid-template-columns: 1fr 1fr; }
}

.search-row {
  display: flex; gap: 0; margin-bottom: 12px;
  border: 0.5px solid #dde1e7; border-radius: 8px; overflow: hidden;
}
.search-row input {
  flex: 1; font-size: 13px; padding: 10px 12px; border: none; outline: none;
  font-family: var(--font-sans); color: #0B1F5B; background: #fff;
}
.search-row input::placeholder { color: #aaa; }
.search-row button {
  background: #0B1F5B; color: #fff; border: none;
  padding: 10px 16px; font-size: 13px; cursor: pointer;
}
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.filter-tag {
  background: none; border: none; font-size: 12px; color: #666;
  padding: 4px 0; cursor: pointer; font-family: var(--font-sans);
  border-bottom: 2px solid transparent;
}
.filter-tag:hover { color: #0B1F5B; }
.filter-tag--active { color: #0B1F5B; font-weight: 600; border-bottom-color: #0066FF; }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.video-card {
  border-radius: 10px; overflow: hidden; background: #fff;
  border: 0.5px solid #dde1e7; cursor: pointer;
  transition: border-color .15s, transform .15s;
}
.video-card:hover { border-color: #0066FF; transform: translateY(-2px); }
.video-card__thumb {
  background: linear-gradient(145deg, #0B1F5B 0%, #0d2566 100%);
  height: 100px; display: flex; align-items: center; justify-content: center; position: relative;
}
.video-card__play {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center;
}
.video-card__play i { color: #00C8E0; font-size: 20px; }
.video-card__thumb > .video-card__play i { color: #00C8E0; font-size: 20px; }
.video-card__fav i { color: #888 !important; font-size: 18px !important; }
.video-card__fav.video-fav-btn--active i,
.video-fav-btn--active i { color: #00C8E0 !important; }
.video-card__tag {
  position: absolute; top: 8px; right: 8px;
  background: rgba(0,102,255,0.9); color: #fff;
  font-size: 9px; font-weight: 600; padding: 3px 8px; text-transform: uppercase; border-radius: 20px;
}
.video-card__tag--new { background: #00C8E0; color: #0B1F5B; }
.video-card__info { padding: 12px 14px; }
.video-card__title { font-size: 13px; font-weight: 600; color: #0B1F5B; margin-bottom: 3px; }
.video-card__meta { font-size: 11px; color: #888; }

.portal-dev-notice {
  max-width: 520px; margin: 24px auto 0; text-align: center;
  background: #fff; border: 0.5px solid #e8ebf0; border-radius: 16px;
  padding: 36px 28px; box-shadow: 0 12px 40px rgba(11,31,91,0.08);
}
.portal-dev-notice__icon { font-size: 40px; color: #00C8E0; margin-bottom: 12px; }
.portal-dev-notice__title {
  font-size: 20px; font-weight: 700; color: #0B1F5B; margin: 0 0 12px;
}
.portal-dev-notice__text {
  font-size: 15px; color: #555; line-height: 1.65; margin: 0;
}
.portal-dev-notice__text a { color: #0066FF; font-weight: 500; }
.portal-dev-notice__actions { margin-top: 22px; }

.video-empty,
.video-library-footer {
  padding: 14px 0; text-align: center; font-size: 12px; color: #8a9ab0;
  border-top: 1px solid #dde2ec; margin-top: 4px;
}

.video-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.video-modal[hidden] { display: none; }
.video-modal__backdrop {
  position: absolute; inset: 0; background: rgba(11,31,91,0.72);
}
.video-modal__panel {
  position: relative; width: min(920px, 100%); background: #fff;
  border-radius: 12px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}
.video-modal__header {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  padding: 18px 20px; border-bottom: 0.5px solid #dde1e7;
}
.video-modal__header-text { flex: 1; min-width: 0; }
.video-modal__header-actions {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.video-modal__title { font-size: 18px; font-weight: 700; color: #0B1F5B; margin-bottom: 4px; }
.video-modal__meta { font-size: 12px; color: #888; }
.video-modal__close {
  background: none; border: none; font-size: 20px; color: #666;
  cursor: pointer; padding: 4px; line-height: 1;
}
.video-modal__close:hover { color: #0B1F5B; }
.video-modal__fav { position: static; box-shadow: none; background: #f3f5f9; }

.video-fav-btn {
  width: 34px; height: 34px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 2; color: #aaa; font-size: 18px;
  transition: color .15s, transform .15s, background .15s;
  box-shadow: 0 2px 8px rgba(11,31,91,0.12);
}
.video-fav-btn:hover { color: #00C8E0; transform: scale(1.06); }
.video-fav-btn--active,
.video-fav-btn--active i { color: #00C8E0; }
.video-card__fav {
  position: absolute; top: 8px; left: 8px;
}

.portal-toast {
  position: fixed; bottom: 24px; left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #0B1F5B; color: #fff;
  padding: 12px 22px; border-radius: 10px;
  font-size: 14px; font-weight: 500; z-index: 1100; opacity: 0;
  transition: opacity .25s, transform .25s;
  pointer-events: none; box-shadow: 0 8px 24px rgba(11,31,91,0.22);
}
.portal-toast--visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.portal-toast[hidden] { display: none; }
.portal-toast:not([hidden]) { display: block; }

.filter-tag--fav i { font-size: 13px; margin-right: 2px; color: #aaa; }
.filter-tag--fav.filter-tag--active i { color: #00C8E0; }
.video-modal__player {
  aspect-ratio: 16 / 9; background: #0B1F5B; position: relative;
}
.video-modal__stage {
  position: relative; width: 100%; height: 100%;
}
.video-modal__stage iframe {
  width: 100%; height: 100%; border: 0; display: block;
}
.video-modal__watermark {
  position: absolute; right: 14px; bottom: 14px;
  width: clamp(70px, 13vw, 110px); height: auto;
  opacity: 0.88; pointer-events: none; user-select: none;
  z-index: 2; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.35));
}
.video-modal__placeholder {
  height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.85); text-align: center; padding: 24px; gap: 12px;
}
.video-modal__placeholder i { font-size: 48px; color: #00C8E0; opacity: 0.5; }
.video-modal__placeholder small { opacity: 0.65; }

.post-card {
  background: #fff; border-radius: 10px; border: 0.5px solid #dde1e7; padding: 20px;
}
.post { padding: 18px 0; border-bottom: 0.5px solid #e4e8ef; }
.post-card.post { border-bottom: none; }
.post:last-child { border-bottom: none; }
.post__header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.post__avatar {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; flex-shrink: 0;
}
.post__name { font-size: 13px; font-weight: 600; color: #0B1F5B; }
.post__time { font-size: 11px; color: #888; }
.post__tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.post__tag {
  font-size: 10px; font-weight: 600; color: #0B1F5B;
  background: #eef6ff; padding: 4px 10px; border-radius: 20px;
}
.post__body { font-size: 13px; color: #555; line-height: 1.65; margin-bottom: 10px; }
.post__actions { display: flex; gap: 10px; padding-top: 8px; }
.post__action {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 8px;
  font-size: 12px; color: #666; cursor: pointer;
  display: flex; align-items: center; gap: 4px; font-family: var(--font-sans); padding: 6px 12px;
}
.post__action:hover { color: #0B1F5B; border-color: #0B1F5B; }
.post__action--fav { color: #E8A400; border-color: #E8A400; }
.post__action--fav:hover { color: #E8A400; border-color: #E8A400; }
.post__action[disabled] { opacity: .5; cursor: default; }

.post-loadmore { display: flex; justify-content: center; margin: 18px 0 4px; }

.page-header-row {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 4px;
}
.post__title { font-size: 15px; font-weight: 700; color: #0B1F5B; margin-bottom: 8px; }
.post__image {
  width: 100%; max-height: 360px; object-fit: cover; border-radius: 10px;
  margin: 10px 0 4px; border: 0.5px solid #dde1e7;
}
.post__video {
  position: relative; width: 100%; aspect-ratio: 16/9; margin: 10px 0 4px;
  border-radius: 10px; overflow: hidden; background: #0B1F5B;
}
.post__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.post-comments {
  margin-top: 12px; padding-top: 12px; border-top: 0.5px solid #e4e8ef;
}
.post-comment { margin-bottom: 12px; }
.post-comment__meta { font-size: 11px; color: #888; margin-bottom: 4px; }
.post-comment__body { font-size: 13px; color: #555; line-height: 1.55; }
.post-comment__empty { font-size: 12px; color: #888; margin: 0 0 10px; }
.post-comment-form { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.post-comment-form__input {
  width: 100%; padding: 10px 12px; border-radius: 8px; border: 0.5px solid #dde1e7;
  font-family: var(--font-sans); font-size: 13px; resize: vertical;
}
.post-compose-modal {
  position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.post-compose-modal[hidden] { display: none; }
.post-compose-modal__backdrop { position: absolute; inset: 0; background: rgba(11,31,91,.45); }
.post-compose-modal__panel {
  position: relative; width: min(560px, 100%); max-height: 90vh; overflow: auto;
  background: #fff; border-radius: 12px; padding: 20px 22px; box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.post-compose-modal__header {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px;
}
.post-compose-modal__header h2 { font-size: 18px; color: #0B1F5B; margin: 0; }
.post-compose-form .form-field { display: block; margin-bottom: 14px; }
.post-compose-tags {
  border: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 14px;
}
.post-compose-tags label { font-size: 12px; color: #555; display: inline-flex; align-items: center; gap: 6px; }

.pdf-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.pdf-card {
  position: relative;
  border-radius: 10px; background: #fff;
  border: 0.5px solid #dde1e7;
  transition: border-color .15s;
}
.pdf-card:hover { border-color: #0066FF; }
.pdf-card__link {
  padding: 16px;
  display: flex; gap: 12px; align-items: flex-start;
  text-decoration: none; color: inherit; cursor: pointer;
}
.pdf-card__fav {
  position: absolute; top: 8px; right: 8px; z-index: 2;
}
.pdf-card__icon {
  width: 36px; height: 36px; background: #0B1F5B; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pdf-card__icon i { color: #00C8E0; font-size: 18px; }
.pdf-card__title { font-size: 13px; font-weight: 600; color: #0B1F5B; margin-bottom: 3px; }
.pdf-card__meta { font-size: 11px; color: #888; }

.konto-section {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px; margin-bottom: 14px; overflow: hidden;
}
.konto-section__header {
  padding: 14px 18px; border-bottom: 0.5px solid #e4e8ef;
  display: flex; align-items: center; gap: 8px;
}
.konto-section__title {
  font-size: 11px; font-weight: 600; color: #0B1F5B;
  text-transform: uppercase; letter-spacing: 1px;
}
.konto-section__body { padding: 18px; }
.konto-section--muted { background: #f8f9fc; }
.konto-section__badge {
  margin-left: auto; font-size: 10px; font-weight: 600; color: #0066FF;
  background: #eef6ff; padding: 3px 10px; border-radius: 20px; text-transform: uppercase;
  letter-spacing: 0.04em;
}
.konto-book__lead {
  font-size: 13px; color: #555; line-height: 1.55; margin-bottom: 14px;
}
.konto-book__actions {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.konto-book__actions .btn--primary,
.konto-book__actions .btn--ghost {
  display: inline-flex; align-items: center; gap: 6px; text-decoration: none;
}
.konto-purchases-note,
.konto-purchases-empty {
  font-size: 12px; color: #888; line-height: 1.5; margin-bottom: 14px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.form-field__label {
  display: block; font-size: 11px; font-weight: 600; color: #888;
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px;
}
.form-field__input,
.form-field__select {
  width: 100%; font-size: 13px; padding: 9px 10px;
  border: 0.5px solid #dde1e7; border-radius: 8px; font-family: var(--font-sans);
  color: #0B1F5B; background: #fff; outline: none;
}
.form-field__input:focus,
.form-field__select:focus { border-color: #0066FF; }
.form-field__hint { font-size: 11px; color: #888; margin-top: 4px; }
.form-field__input--area { min-height: 150px; resize: vertical; line-height: 1.6; }

/* Kontaktformular */
.partner-intro {
  font-size: 16px; color: #444; line-height: 1.65; margin: 0 0 28px; max-width: 720px;
}
.partner-benefits {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 32px;
}
.partner-benefit {
  padding: 18px 18px 16px; background: #f8f9fc; border: 0.5px solid #e8ebf0;
  border-radius: 10px;
}
.partner-benefit__icon { font-size: 22px; color: #0066FF; margin-bottom: 10px; display: block; }
.partner-benefit__title { font-size: 15px; font-weight: 600; color: #0B1F5B; margin: 0 0 6px; }
.partner-benefit__text { font-size: 13.5px; color: #555; line-height: 1.55; margin: 0; }
.partner-form-lead { font-size: 14.5px; color: #666; margin: -8px 0 20px; line-height: 1.55; }
.partner-alt { font-size: 14px; color: #666; margin-top: 24px; line-height: 1.55; }
.partner-alt a { color: #0066FF; text-decoration: none; font-weight: 500; }
.partner-alt a:hover { text-decoration: underline; }
.partner-cta {
  margin-top: 20px; padding: 16px 18px;
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(0,200,224,0.25); border-radius: 10px;
  font-size: 14px; color: rgba(255,255,255,0.88); line-height: 1.55;
}
.partner-cta a { color: #00C8E0; font-weight: 600; text-decoration: none; }
.partner-cta a:hover { color: #fff; text-decoration: underline; }

.contact-form { max-width: 620px; }
.contact-form .form-field { margin-bottom: 16px; }
.contact-form .honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status {
  margin-top: 14px; font-size: 14px; padding: 12px 14px; border-radius: 10px; display: none;
}
.form-status.is-visible { display: block; }
.form-status--ok { background: #e7f8ee; color: #15803d; border: 0.5px solid #b8e7c8; }
.form-status--error { background: #fdecec; color: #c0322b; border: 0.5px solid #f3c4c1; }

.delivery-toggle {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  padding-top: 14px; margin-top: 14px; border-top: 0.5px solid #e4e8ef;
}
.toggle-track {
  width: 36px; height: 20px; background: #dde1e7; border-radius: 10px;
  position: relative; transition: background .2s; flex-shrink: 0;
}
.toggle-track--on { background: #0066FF; }
.toggle-knob {
  position: absolute; top: 2px; left: 2px; width: 16px; height: 16px;
  background: #fff; border-radius: 50%; transition: transform .2s;
}
.toggle-track--on .toggle-knob { transform: translateX(16px); }
.toggle-label { font-size: 13px; color: #555; }

.order-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0; border-bottom: 0.5px solid #e4e8ef;
}
.order-row:last-child { border-bottom: none; }
.order-row__name { font-size: 13px; font-weight: 600; color: #0B1F5B; margin-bottom: 2px; }
.order-row__date { font-size: 11px; color: #888; }
.order-row__right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.order-row__price { font-size: 13px; font-weight: 600; color: #0B1F5B; }
.badge { font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 4px; }
.badge--done { background: #eef1f7; color: #666; }
.badge--active { background: #e6f4ee; color: #1a7a4a; }
.badge--dl { background: #eef6ff; color: #0066FF; }

.abo-banner {
  background: #0B1F5B; padding: 18px 20px; border-radius: 10px;
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 14px; flex-wrap: wrap; gap: 12px;
}
.abo-banner__title { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 3px; }
.abo-banner__sub { font-size: 12px; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
.abo-banner__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.abo-banner__actions [hidden] { display: none !important; }
.abo-banner__btn-ghost {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.35);
}
.abo-banner__btn-ghost:hover { background: rgba(255,255,255,0.08); }
.abo-banner__note {
  font-size: 11px; color: rgba(255,255,255,0.55); margin: 10px 0 0; line-height: 1.45;
}
.abo-banner__note--error { color: #ffb4b4; }
.abo-banner__price { font-size: 22px; font-weight: 700; color: #fff; }
.abo-banner__period { font-size: 11px; color: rgba(255,255,255,0.5); }
.abo-banner__aside { text-align: right; }

.konto-profile { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.konto-profile__avatar {
  width: 44px; height: 44px; border-radius: 50%; background: #0B1F5B;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; color: #00C8E0; flex-shrink: 0;
}
.konto-profile__name { font-size: 15px; font-weight: 600; color: #0B1F5B; }
.konto-profile__meta { font-size: 12px; color: #888; }
.konto-actions { padding-bottom: 32px; display: flex; gap: 8px; flex-wrap: wrap; }
.delivery-heading {
  font-size: 11px; font-weight: 600; color: #0B1F5B;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
  display: flex; align-items: center; gap: 6px;
}
.delivery-heading i { color: #0066FF; font-size: 14px; }
.delivery-section { display: none; padding-top: 14px; margin-top: 14px; border-top: 0.5px solid #e4e8ef; }
.form-field--half { width: 50%; }
.form-field--full { width: 100%; margin-bottom: 12px; }
.form-block { margin-bottom: 12px; }

.book-wrap { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 56px - 44px); }
.toc { background: #fff; border-right: 0.5px solid #dde1e7; overflow-y: auto; }
.toc__header {
  padding: 14px 20px; border-bottom: 0.5px solid #e4e8ef;
  display: flex; align-items: center; justify-content: space-between;
}
.toc__title { font-size: 11px; font-weight: 600; color: #0B1F5B; text-transform: uppercase; letter-spacing: 1px; }
.toc__dl { font-size: 11px; font-weight: 600; color: #0066FF; text-decoration: none; display: flex; align-items: center; gap: 4px; }
.toc__section {
  padding: 8px 20px 2px; font-size: 9px; font-weight: 600; color: #888;
  text-transform: uppercase; letter-spacing: 1px; margin-top: 6px;
}
.toc__item {
  padding: 8px 20px; cursor: pointer; display: flex; align-items: flex-start; gap: 8px;
  transition: background .12s; border-left: 3px solid transparent;
}
.toc__item:hover { background: #f8f9fc; }
.toc__item--active { background: #eef6ff; border-left-color: #0066FF; }
.toc__item--active .toc__item-text { font-weight: 600; }
.toc__item-num { font-size: 10px; font-weight: 600; color: #888; min-width: 16px; }
.toc__item-text { font-size: 12px; color: #0B1F5B; line-height: 1.4; }
.toc__item-pg { font-size: 10px; color: #888; margin-left: auto; flex-shrink: 0; }

.reader { display: flex; flex-direction: column; background: #f8f9fc; }
.reader__toolbar {
  background: #fff; border-bottom: 0.5px solid #dde1e7;
  padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.reader__toolbar-left, .reader__toolbar-right { display: flex; align-items: center; gap: 8px; }
.reader__chapter { font-size: 13px; font-weight: 600; color: #0B1F5B; }

.book-pages {
  flex: 1; padding: 32px 20px; display: flex; justify-content: center;
  overflow-y: auto; max-height: calc(100vh - 200px);
}
.book-page {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
  width: 100%; max-width: 560px; min-height: 460px; padding: 40px 44px; position: relative;
}
.book-page__num {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  font-size: 10px; color: #888;
}
.book-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; border-top: 0.5px solid #dde1e7; background: #fff;
}
.book-nav__btn {
  background: none; border: none; font-size: 13px; color: #0B1F5B;
  cursor: pointer; font-family: var(--font-sans); font-weight: 600;
  display: flex; align-items: center; gap: 6px; padding: 6px 0;
}
.book-nav__btn:hover { color: #0066FF; }
.book-nav__btn:disabled { color: #ccc; cursor: default; }
.book-nav__info { font-size: 11px; color: #888; text-align: center; }

.bk-label { font-size: 9px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; display: block; }
.bk-h1 { font-size: 26px; font-weight: 700; color: #0B1F5B; line-height: 1.15; margin-bottom: 6px; }
.bk-divider { border: none; border-top: 0.5px solid #e4e8ef; margin: 18px 0; }
.bk-h2 { font-size: 13px; font-weight: 700; color: #0B1F5B; margin: 18px 0 8px; padding-top: 14px; border-top: 2px solid #0B1F5B; }
.bk-h3 { font-size: 12px; font-weight: 600; color: #0B1F5B; margin: 12px 0 5px; }
.bk-p { font-size: 13px; color: #555; line-height: 1.75; margin-bottom: 10px; }
.bk-p strong { color: #0B1F5B; font-weight: 600; }
.bk-list { margin: 8px 0 12px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 5px; }
.bk-list li { font-size: 13px; color: #555; display: flex; gap: 8px; line-height: 1.5; }
.bk-list li::before { content: "—"; color: #888; flex-shrink: 0; }
.bk-box { background: #f8f9fc; border-left: 3px solid #0066FF; padding: 12px 14px; margin: 14px 0; border-radius: 0 8px 8px 0; }
.bk-box p { font-size: 12px; color: #555; line-height: 1.6; margin: 0; }
.bk-tip { background: #0B1F5B; padding: 12px 14px; margin: 14px 0; border-radius: 8px; }
.bk-tip p { font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.6; margin: 0; }
.bk-tip strong { color: #fff; font-weight: 600; }

/* Portal button aliases */
.btn, .btn--primary, .btn--cyan { background: #0066FF; color: #fff; border: none; padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: var(--font-sans); text-decoration: none; display: inline-block; }
.btn--soft { background: #f0f2f8; color: #0B1F5B; border: none; padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: var(--font-sans); text-decoration: none; display: inline-block; }
.btn--ghost { background: #fff; color: #0B1F5B; border: 0.5px solid #dde1e7; padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: var(--font-sans); }
.btn--sm { padding: 7px 14px; font-size: 12px; }

@media (max-width: 768px) {
  .portal-nav__username { display: none; }
  .portal-nav__tab[href="konto.html"] { display: none; }
  .portal-nav__avatar { width: 36px; height: 36px; font-size: 12px; }
  .portal-nav__menu-head { display: block; }
  .portal-nav__menu {
    position: fixed; right: 12px; top: 60px; left: auto;
    min-width: min(240px, calc(100vw - 24px));
    box-shadow: 0 16px 40px rgba(11,31,91,0.18);
  }
  .trial-banner { padding: 10px 14px; }
  .trial-banner__text { flex: 1; min-width: 0; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .pdf-grid { grid-template-columns: 1fr; }
  .form-grid, .form-grid-3 { grid-template-columns: 1fr; }
  .book-wrap { grid-template-columns: 1fr; }
  .toc { display: none; }
  .book-page { padding: 24px 20px; }
  .stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .stats-row__item { padding: 14px 10px; }
  .stats-row__num { font-size: 22px; }
  .page-hero { padding: 52px 20px 88px; }
  .page-hero__title { font-size: 27px; }
  .legal-card { margin-top: -56px; border-radius: 14px; }
}
@media (max-width: 480px) {
  .video-grid { grid-template-columns: 1fr; }
}

/* Signup / Auth */
.signup-hero { padding-top: 40px; }
.signup-auth-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 10px;
  padding: 24px; margin-bottom: 28px; max-width: 480px;
}
.signup-auth-card__title { font-size: 18px; font-weight: 600; color: #0B1F5B; margin-bottom: 6px; }
.signup-auth-card__text { font-size: 14px; color: #666; margin-bottom: 16px; line-height: 1.55; }
.signup-pricing { margin-bottom: 20px; }
.signup-checkout-message {
  margin-top: 16px; padding: 12px 14px; border-radius: 8px;
  font-size: 13px; line-height: 1.5; max-width: 640px;
}
.signup-checkout-message--error {
  background: #fff0f0; color: #a01818; border: 1px solid #f5c2c2;
}
.signup-checkout-message--info {
  background: #eef6ff; color: #0B1F5B; border: 1px solid #c2daf5;
}
.price-card--login { display: flex; flex-direction: column; }
.price-card[data-signup-card] { display: flex; flex-direction: column; }
.price-card[data-signup-card] .price-features { flex: 1; }
.price-period--login { font-size: 13px; color: #666; line-height: 1.55; margin-bottom: 14px; min-height: 2.4em; }
.price-card--login .price-features { flex: 1; }
.signup-checkout-form {
  display: flex; flex-direction: column; gap: 8px;
}
.signup-plan-actions { margin-top: auto; }
.signup-plan-start[hidden],
.signup-checkout-panel[hidden] {
  display: none !important;
}
.signup-checkout-title {
  font-size: 13px; font-weight: 600; color: #0B1F5B; margin-bottom: 12px;
  padding-top: 4px;
}
.price-card[data-signup-card].signup-card--open { border: 2px solid #0066FF; }
.signup-checkout-input {
  width: 100%; padding: 9px 11px; border: 1px solid #dde1e7; border-radius: 7px;
  font-size: 13px; font-family: var(--font-sans); color: #0B1F5B;
  background: #fff;
}
.signup-checkout-input:focus {
  outline: none; border-color: #0066FF; box-shadow: 0 0 0 2px rgba(0,102,255,0.15);
}
.signup-checkout-legal {
  display: flex; align-items: flex-start; gap: 8px;
  margin: 4px 0 2px; cursor: pointer;
}
.signup-checkout-legal__input {
  flex-shrink: 0; width: 15px; height: 15px; margin: 2px 0 0;
  accent-color: #0066FF; cursor: pointer;
}
.signup-checkout-legal__text {
  font-size: 12px; line-height: 1.45; color: #555;
}
.signup-checkout-legal__text a {
  color: #0066FF; text-decoration: underline; text-underline-offset: 2px;
}
.signup-checkout-legal__text a:hover { color: #0052cc; }
.signup-plan--highlight { outline: 2px solid #0066FF; outline-offset: 2px; }
.workshop-signup-banner {
  margin: 0 0 28px;
  padding: 18px 22px;
  border-radius: 12px;
  background: #0B1F5B;
  border: none;
  border-left: 4px solid #00C8E0;
  box-shadow: 0 10px 28px rgba(11, 31, 91, 0.18);
}
.workshop-signup-banner__text {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}
.workshop-signup-banner__lead {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
.workshop-signup-banner__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.workshop-signup-banner__text strong {
  color: #00C8E0;
  font-weight: 700;
}
.welcome-hero { padding-top: 48px; padding-bottom: 64px; }
.welcome-card {
  background: #fff; border: 0.5px solid #dde1e7; border-radius: 12px;
  padding: 36px 32px; text-align: center; max-width: 520px; margin: 0 auto;
}
.welcome-icon {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%;
  background: #eef6ff; color: #0066FF; display: flex; align-items: center; justify-content: center;
  font-size: 28px;
}
.welcome-lead { font-size: 15px; color: #444; line-height: 1.6; margin-bottom: 20px; }
.welcome-list {
  list-style: none; text-align: left; max-width: 360px; margin: 0 auto 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.welcome-list li {
  font-size: 13px; color: #444; display: flex; align-items: flex-start; gap: 8px;
}
.welcome-list li i { color: #0066FF; font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.welcome-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.welcome-note { font-size: 12px; color: #888; line-height: 1.5; }
.welcome-note a { color: #0066FF; font-weight: 500; text-decoration: none; }
.welcome-note a:hover { text-decoration: underline; }
.auth-demo-mode [data-ms-protected] { /* lokal ohne Memberstack sichtbar */ }
.konto-billing-link { font-size: 13px; color: #0066FF; text-decoration: none; font-weight: 500; }
.konto-billing-link:hover { text-decoration: underline; }
