:root {
  /* Header-related palette */
  --teal-start: #53D4E0;
  --violet-start: #6B4DD9;
  --blue-start: #2C5EA9;
  --pink-start: #EB6E84;
  --coral-start: #E8958B;
  --gold-start: #F6C45B;
  --ink-start: #0B0F1A;
  --text-start: #0B1220;
  --soft-start: #2B3240;
  /* Backgrounds for AI Grid */
  --grid-bg1-start: #EFFFFF;
  /* very light turquoise */
  --grid-bg2-start: #F3F0FF;
  --coral-2-start: #F18D86;
  --btn-a-start: #EB6E84;
  /* cooler coral-pink */
  --btn-b-start: #E8958B;
  /* warm coral */
  --btn-glow-start: rgba(235, 110, 132, 0.55);
  --accadis-start: #2C5EA9;
  --white-start: #ffffff;
  --overlay-start: rgba(8, 12, 24, 0.34);
  --overlay-strong-start: rgba(8, 12, 24, 0.58);
  --shadow-md-start: 0 12px 30px rgba(0, 0, 0, 0.22);
  --radius-pill-start: 999px;
  --ring-start: #2b3b64;
  --faq-bg-start: linear-gradient(180deg, #ffe9df 0%, #ffe9df 18%, #fff7f1 48%, #fffaf7 80%, #ffffff 100%);
  --faq-card-bg-start: #ffffff;
  --faq-text-start: #111827;
  --faq-muted-start: #6b7280;
  --faq-coral-start: #f97373;
  --faq-radius-start: 24px;
  --faq-shadow-start: 0 18px 45px rgba(15, 23, 42, 0.1);
  --bg1-start: #F7FAFF;
  --bg2-start: #F2F6FB;
  --grid-start: #E4EDF6;
  --ink-start: #0B1220;
  --muted-start: #4A5568;
  --muted-start-light: #9fb0cc;
  --white-start: #fff;
  --shadow-start: 0 22px 54px rgba(8, 16, 32, 0.14);
  --tealDeep-start: #0FB6C7;
  --teal-start: #4FD6E3;
  --coral-start: #EB6E84;
  --peach-start: #F8BFAE;
  --muted-start: #667085;
  --bg-0-start: #f8fbff;
  --bg-1-start: #eef5ff;
  --pink-start: #ff5ea8;
  --teal-start: #00d0c5;
  --violet-start: #6b5bff;
  --gold-start: #ffd36b;
  --card-start: #ffffff;
  --shadow-start: 0 12px 35px rgba(15, 23, 42, 0.08), 0 6px 18px rgba(15, 23, 42, 0.06);
  --radius-start: 20px;
  --track-h-start: 440px;
  /* Kurvenhöhe Desktop     */
  --bg-1-dark-start: #0b1221;
  --bg-2-dark-start: #0e1430;
  --text-white: #eaf2ff;
  --muted-light: #a9b4d0;
  --chip-start: #1a2240;
  --chip-border: #2c365c;
  /* Kategorie-Farben */
  --eng: #8b5cf6;
  /* violet */
  --mgmt: #22d3ee;
  /* teal 300 */
  --sap: #f59e0b;
  /* amber 500 */
  /* CTA Verlauf */
  --grad-cta-start: linear-gradient(90deg, #ff7a7a, #ffb86b, #ff5fb1, #3fd6ff);
  --btn-grad-start: linear-gradient(90deg, var(--coral-start), var(--gold-start));
  --btn-grad-hover-start: linear-gradient(90deg, #ff78a6, #38d5c6);
  /* very light violet */
}
.bd-default {
  --ink: #0b0f1a;
  /* deep night */
  --ink-2: #121a2c;
  /* dusk */
  --ink-3: #0e1426;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(255, 255, 255, 0.1);
  --coral: #ff6b6b;
  --turq: #16c7cc;
  --soft: #2B3240;
  background: var(--ink-start);
  color: var(--white-start);
  /* Cut the big empty spacer above the footer to ~20% of its former size */
  /* FOOTER (study style like screenshot 3) */
}
.bd-default .prog-links {
  margin: 10px 0 0;
  font-size: 15px;
  color: rgba(15, 23, 42, 0.8);
}
.bd-default .prog-links a {
  font-weight: 700;
  text-decoration: none;
  color: #0f172a;
}
.bd-default .prog-links a:hover {
  text-decoration: underline;
}
.bd-default .btn-secondary {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
  text-decoration: none;
}
.bd-default .btn-secondary:hover {
  background: rgba(148, 163, 184, 0.14);
}
.bd-default .page > .content {
  flex: 0 0 clamp(16px, 6vh, 64px) !important;
}
.bd-default .container-maxwidth {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.bd-default header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 40;
  padding: 22px 0;
}
.bd-default .nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: 15px;
  opacity: 0.95;
}
.bd-default .nav-links a {
  opacity: 0.92;
}
.bd-default .nav-links a:hover {
  opacity: 1;
}
.bd-default .hero {
  position: relative;
  min-height: 45vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.bd-default .hero .cta {
  background: var(--white-start);
  color: #111827;
  padding: 12px 20px;
  border-radius: var(--radius-pill-start);
  font-weight: 900;
  box-shadow: var(--shadow-md-start);
}
.bd-default .hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.08) contrast(1.08) brightness(0.78);
}
.bd-default .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(120% 80% at 0% 100%, rgba(234, 120, 113, 0.35), rgba(234, 120, 113, 0) 60%), radial-gradient(100% 60% at 80% 0%, rgba(44, 94, 169, 0.4), rgba(44, 94, 169, 0) 60%);
  pointer-events: none;
}
.bd-default .hero .inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 96%);
  margin-inline: auto;
  padding-top: 230px;
  /* mehr Luft nach oben */
  text-align: center;
  transform: translateY(-40px);
}
@media (min-width: 1600px) {
  .bd-default .hero {
    min-height: 66vh;
  }
}
@media (min-width: 1800px) {
  .bd-default .hero {
    min-height: 75vh;
  }
}
.bd-default .scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, var(--overlay-start) 0%, var(--overlay-start) 35%, var(--overlay-strong-start) 100%);
}
.bd-default .overline {
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.6);
}
.bd-default h1 {
  margin: 0 0 22px 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 1.05;
  font-size: clamp(42px, 6.4vw, 88px);
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.65);
}
.bd-default .apply-pill {
  margin: 18px auto 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: min(900px, 96%);
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-pill-start);
  padding: 10px;
  box-shadow: var(--shadow-md);
}
.bd-default .pill-input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: var(--radius-pill-start);
  padding: 14px 18px;
  min-width: 260px;
  color: #111827;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.bd-default .pill-input input {
  border: none;
  outline: none;
  font-size: 15px;
  width: 220px;
  color: #111827;
}
.bd-default .pill-btn {
  border: none;
  outline: none;
  padding: 16px 26px;
  border-radius: var(--radius-pill-start);
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  min-width: 210px;
  color: #fff;
  background: linear-gradient(90deg, var(--btn-a-start), var(--btn-b-start));
  box-shadow: 0 8px 20px rgba(234, 120, 113, 0.35), 0 0 18px var(--btn-glow-start);
  transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.bd-default .pill-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06) saturate(1.02);
  box-shadow: 0 10px 24px rgba(234, 120, 113, 0.4), 0 0 22px var(--btn-glow);
}
.bd-default .pill-btn:focus-visible {
  outline: 2px solid rgba(235, 110, 132, 0.6);
  outline-offset: 3px;
}
.bd-default .press {
  margin-top: 16px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  opacity: 0.98;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.6);
}
.bd-default .press .logos {
  display: flex;
  gap: 18px;
  align-items: center;
}
.bd-default .press .logo-text {
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0.98;
}
.bd-default .subclaim {
  margin-top: 16px;
  color: #fff;
  opacity: 0.96;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: clamp(16px, 1.6vw, 22px);
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.55);
}
@media (max-width: 720px) {
  .bd-default .nav-links {
    display: none;
  }
  .bd-default h1 {
    font-size: clamp(26px, 7vw, 48px);
  }
  .bd-default .overline {
    font-size: clamp(14px, 3.5vw, 18px);
  }
}
.bd-default #mo_spec > div:nth-of-type(1) {
  /* SECTION WRAPPER (AI Grid background with subtle dotted grid) */
  /* GRID LAYOUT */
  /* LEFT CONTENT */
  /* RIGHT: 2x2 CARD GRID */
  /* Saturated backgrounds per card */
  /* Isometric 3D icons */
  /* Panel light sweep on hover */
  /* micro-shadow/base for icon */
  /* Small playful icon motions */
  /* Reduced motion */
}
.bd-default #mo_spec > div:nth-of-type(1) section.gridSection {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background: linear-gradient(180deg, var(--grid-bg1-start) 0%, var(--grid-bg2-start) 100%);
  isolation: isolate;
}
.bd-default #mo_spec > div:nth-of-type(1) .dots,
.bd-default #mo_spec > div:nth-of-type(1) .dots2 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(44, 94, 169, 0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(44, 94, 169, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  mix-blend-mode: multiply;
  animation: gridfloat 18s ease-in-out infinite;
}
.bd-default #mo_spec > div:nth-of-type(1) .dots2 {
  opacity: 0.35;
  animation-duration: 24s;
}
@keyframes gridfloat {
  0%,
  100% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(6px);
  }
}
.bd-default #mo_spec > div:nth-of-type(1) .grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 46px;
  align-items: start;
}
@media (max-width: 1020px) {
  .bd-default #mo_spec > div:nth-of-type(1) .grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.bd-default #mo_spec > div:nth-of-type(1) .label {
  color: var(--teal-start);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 14px;
}
.bd-default #mo_spec > div:nth-of-type(1) .h1 {
  font-size: clamp(30px, 4.8vw, 48px);
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 14px 0;
  color: var(--ink-start);
}
.bd-default #mo_spec > div:nth-of-type(1) .h1 .accent-startseite {
  position: relative;
  display: inline-block;
}
.bd-default #mo_spec > div:nth-of-type(1) .h1 .accent-startseite::after {
  content: "";
  position: absolute;
  left: 0.08em;
  right: 0.06em;
  bottom: -6px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink-start), var(--coral-start));
  opacity: 0.9;
  filter: blur(0.5px);
}
.bd-default #mo_spec > div:nth-of-type(1) .lead {
  color: var(--soft);
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0 26px;
}
.bd-default #mo_spec > div:nth-of-type(1) .btn {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, var(--pink-start), var(--coral-start));
  box-shadow: 0 10px 26px rgba(235, 110, 132, 0.3), 0 0 18px rgba(235, 110, 132, 0.38);
  transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.2s ease, background 0.25s ease;
}
.bd-default #mo_spec > div:nth-of-type(1) .btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  background: linear-gradient(90deg, var(--pink-start), var(--teal-start));
  /* coral -> teal sweep */
  box-shadow: 0 12px 28px rgba(235, 110, 132, 0.38), 0 0 22px rgba(83, 212, 224, 0.45);
}
.bd-default #mo_spec > div:nth-of-type(1) .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 680px) {
  .bd-default #mo_spec > div:nth-of-type(1) .cards {
    grid-template-columns: 1fr;
  }
}
.bd-default #mo_spec > div:nth-of-type(1) .card {
  position: relative;
  border-radius: 18px;
  padding: 22px 22px 20px;
  color: #0A0D16;
  box-shadow: 0 12px 30px rgba(12, 18, 32, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  overflow: hidden;
  transform: translateZ(0);
  /* enable GPU for sweep */
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=coral] {
  background: linear-gradient(160deg, #FFC1CF 0%, #F49CA9 60%, #ED7E91 100%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=teal] {
  background: linear-gradient(160deg, #C7FAFF 0%, #9FEAF1 60%, #67D8E4 100%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=violet] {
  background: linear-gradient(160deg, #E6DEFF 0%, #C5B4FF 60%, #9C86F5 100%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=gold] {
  background: linear-gradient(160deg, #FFF0C9 0%, #FFD98B 60%, #FFC15E 100%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: #091021;
}
.bd-default #mo_spec > div:nth-of-type(1) .card p {
  margin: 0;
  color: #1B2435;
  opacity: 0.9;
  line-height: 1.65;
}
.bd-default #mo_spec > div:nth-of-type(1) .icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.18));
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(12, 18, 32, 0.16);
  transform: perspective(400px) rotateX(14deg) rotateY(-12deg);
  animation: bob 3.4s ease-in-out infinite;
}
@keyframes bob {
  0%,
  100% {
    transform: perspective(400px) rotateX(14deg) rotateY(-12deg) translateY(0);
  }
  50% {
    transform: perspective(400px) rotateX(14deg) rotateY(-12deg) translateY(-6px);
  }
}
.bd-default #mo_spec > div:nth-of-type(1) .icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #0B1220;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.bd-default #mo_spec > div:nth-of-type(1) .sweep {
  content: "";
  position: absolute;
  inset: -50% auto -50% -60%;
  width: 50%;
  transform: rotate(20deg);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.65s ease;
}
.bd-default #mo_spec > div:nth-of-type(1) .card:hover .sweep {
  opacity: 0.9;
  transform: rotate(20deg) translateX(240%);
}
.bd-default #mo_spec > div:nth-of-type(1) .iso-base {
  position: absolute;
  width: 62px;
  height: 18px;
  border-radius: 50%;
  left: 20px;
  top: 72px;
  filter: blur(6px);
  opacity: 0.35;
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=coral] .iso-base {
  background: radial-gradient(closest-side, #ED7E91 30%, rgba(237, 126, 145, 0) 70%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=teal] .iso-base {
  background: radial-gradient(closest-side, #67D8E4 30%, rgba(103, 216, 228, 0) 70%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=violet] .iso-base {
  background: radial-gradient(closest-side, #9C86F5 30%, rgba(156, 134, 245, 0) 70%);
}
.bd-default #mo_spec > div:nth-of-type(1) .card[v=gold] .iso-base {
  background: radial-gradient(closest-side, #FFC15E 30%, rgba(255, 193, 94, 0) 70%);
}
.bd-default #mo_spec > div:nth-of-type(1) .spin {
  animation: spin 10s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.bd-default #mo_spec > div:nth-of-type(1) .blink {
  animation: blink 2.2s ease-in-out infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bd-default #mo_spec > div:nth-of-type(1) .dots,
  .bd-default #mo_spec > div:nth-of-type(1) .dots2,
  .bd-default #mo_spec > div:nth-of-type(1) .icon,
  .bd-default #mo_spec > div:nth-of-type(1) .spin,
  .bd-default #mo_spec > div:nth-of-type(1) .blink {
    animation: none;
  }
  .bd-default #mo_spec > div:nth-of-type(1) .card:hover .sweep {
    opacity: 0.35;
    transform: none;
  }
}
.bd-default #mo_spec > div:nth-of-type(1) .gridSection .more-link {
  display: inline-block;
  margin-left: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #4c1d95;
  text-decoration: none;
  position: relative;
  top: 2px;
}
.bd-default #mo_spec > div:nth-of-type(1) .gridSection .more-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a855f7, #f97316);
}
.bd-default #mo_spec > div:nth-of-type(1) .gridSection .more-link:hover::after {
  bottom: -5px;
}
.bd-default #mo_spec > div:nth-of-type(2) {
  /* Color chips with icons */
  /* more space above */
  /* coral */
  /* more space below chips */
}
.bd-default #mo_spec > div:nth-of-type(2) section.trust {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 92px 0 108px;
  background: radial-gradient(120% 80% at 10% 0%, rgba(79, 214, 227, 0.26), transparent 60%), radial-gradient(100% 70% at 90% 0%, rgba(107, 77, 217, 0.22), transparent 60%), linear-gradient(180deg, var(--deep-start) 0%, var(--deep2-start) 100%);
}
.bd-default #mo_spec > div:nth-of-type(2) .hl {
  position: absolute;
  inset: -30% -10% -30% -10%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(235, 110, 132, 0.12) 35%, rgba(79, 214, 227, 0.18) 60%, transparent 100%);
  mix-blend-mode: screen;
  filter: blur(16px);
  opacity: 0.82;
  animation: drift 16s ease-in-out infinite;
}
.bd-default #mo_spec > div:nth-of-type(2) .mesh {
  position: absolute;
  inset: -10% -10% -10% -10%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.36;
  background: repeating-linear-gradient(115deg, rgba(79, 214, 227, 0.24) 0 3px, transparent 3px 80px), repeating-linear-gradient(-115deg, rgba(107, 77, 217, 0.16) 0 3px, transparent 3px 80px);
  filter: blur(0.55px);
  animation: drift 26s linear infinite reverse;
}
@keyframes drift {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
.bd-default #mo_spec > div:nth-of-type(2) .wrap {
  position: relative;
  z-index: 1;
}
.bd-default #mo_spec > div:nth-of-type(2) .grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 58px;
  align-items: center;
}
@media (max-width: 980px) {
  .bd-default #mo_spec > div:nth-of-type(2) .grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
.bd-default #mo_spec > div:nth-of-type(2) .logo {
  width: 260px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.35));
  margin-bottom: 12px;
}
.bd-default #mo_spec > div:nth-of-type(2) .title {
  margin: 0 0 18px;
  line-height: 1.06;
  font-weight: 900;
  font-size: clamp(26px, 3.6vw, 40px);
  letter-spacing: -0.2px;
  color: #fff;
  text-shadow: 0 20px 46px rgba(0, 0, 0, 0.45);
}
.bd-default #mo_spec > div:nth-of-type(2) .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  margin: 22px 0 18px;
}
.bd-default #mo_spec > div:nth-of-type(2) .chip {
  hyphens: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #0B1220;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  /* gold */
  /* teal */
}
.bd-default #mo_spec > div:nth-of-type(2) .chip svg {
  width: 18px;
  height: 18px;
  stroke: #0B1220;
  fill: none;
  stroke-width: 2;
}
.bd-default #mo_spec > div:nth-of-type(2) .chip.praxis {
  background: linear-gradient(90deg, #FFD488, #F6C45B);
}
.bd-default #mo_spec > div:nth-of-type(2) .chip.international {
  background: linear-gradient(90deg, #9FEAF1, #4FD6E3);
}
.bd-default #mo_spec > div:nth-of-type(2) .chip.ausgezeichnet {
  background: linear-gradient(90deg, #F7A0AF, #EB6E84);
}
.bd-default #mo_spec > div:nth-of-type(2) .line {
  opacity: 0.96;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 22px;
  font-size: clamp(16px, 1.4vw, 20px);
}
.bd-default #mo_spec > div:nth-of-type(2) .link-strip {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-weight: 800;
  font-size: 16px;
}
.bd-default #mo_spec > div:nth-of-type(2) .link-strip a {
  position: relative;
  text-decoration: none;
  color: #E5E7EB;
}
.bd-default #mo_spec > div:nth-of-type(2) .link-strip a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a855f7, #f97316);
}
.bd-default #mo_spec > div:nth-of-type(2) .link-strip a:nth-child(2)::after {
  background: linear-gradient(90deg, #4f46e5, #22d3ee);
}
.bd-default #mo_spec > div:nth-of-type(2) .link-strip a:nth-child(3)::after {
  background: linear-gradient(90deg, #f97316, #facc15);
}
.bd-default #mo_spec > div:nth-of-type(2) .badge {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  font-weight: 900;
  letter-spacing: 0.02em;
}
.bd-default #mo_spec > div:nth-of-type(2) .badge svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
@media (max-width: 980px) {
  .bd-default #mo_spec > div:nth-of-type(2) .badge {
    position: static;
    margin-bottom: 10px;
  }
}
.bd-default #mo_spec > div:nth-of-type(3) {
  background: linear-gradient(180deg, var(--bg1-start), var(--bg2-start));
  /* Eyebrow (pulsing & shimmering) */
  /* Video frame + hover lift */
  /* Equal-height text boxes */
  /* Fix: hide iframes until content is loaded + no borders/placeholders */
}
.bd-default #mo_spec > div:nth-of-type(3) .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.bd-default #mo_spec > div:nth-of-type(3) section.studies {
  padding: 84px 0 96px;
}
.bd-default #mo_spec > div:nth-of-type(3) .eyebrow {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 16px;
  background: linear-gradient(90deg, var(--tealDeep-start), var(--teal-start), var(--coral-start), var(--peach-start), var(--teal-start), var(--tealDeep-start));
  background-size: 340% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ebShift 12s linear infinite, ebPulse 10s ease-in-out infinite;
  text-shadow: 0 0 20px rgba(15, 182, 199, 0.18), 0 0 26px rgba(235, 110, 132, 0.12);
}
@keyframes ebShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 340% 50%;
  }
}
@keyframes ebPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.1);
  }
}
.bd-default #mo_spec > div:nth-of-type(3) .headline {
  margin: 8px 0 16px;
  font-size: clamp(32px, 5.2vw, 54px);
  line-height: 1.06;
  font-weight: 900;
}
.bd-default #mo_spec > div:nth-of-type(3) .headline .head-start {
  display: block;
}
.bd-default #mo_spec > div:nth-of-type(3) .headline .head-line {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  white-space: nowrap;
}
.bd-default #mo_spec > div:nth-of-type(3) .headline .head-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral-start), #F59E8D, var(--peach-start));
  box-shadow: 0 6px 16px rgba(235, 110, 132, 0.22);
}
@media (max-width: 640px) {
  .bd-default #mo_spec > div:nth-of-type(3) .headline .head-line {
    display: block;
    white-space: normal;
  }
}
.bd-default #mo_spec > div:nth-of-type(3) .sub {
  margin: 12px 0 30px;
  color: var(--muted);
  max-width: 980px;
  line-height: 1.65;
}
.bd-default #mo_spec > div:nth-of-type(3) .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 980px) {
  .bd-default #mo_spec > div:nth-of-type(3) .grid {
    grid-template-columns: 1fr;
  }
}
.bd-default #mo_spec > div:nth-of-type(3) .card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bd-default #mo_spec > div:nth-of-type(3) .kv {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-start);
  transition: inherit;
}
.bd-default #mo_spec > div:nth-of-type(3) .kv video {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.bd-default #mo_spec > div:nth-of-type(3) .kv .overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
  transition: 0.2s;
}
.bd-default #mo_spec > div:nth-of-type(3) .kv .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}
.bd-default #mo_spec > div:nth-of-type(3) .kv .btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 18px solid #0B1220;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  transform: translateX(2px);
}
.bd-default #mo_spec > div:nth-of-type(3) .kv .controls {
  position: absolute;
  left: 12px;
  bottom: 10px;
  display: flex;
  gap: 8px;
  pointer-events: auto;
}
.bd-default #mo_spec > div:nth-of-type(3) .kv .ctrl {
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  cursor: pointer;
}
.bd-default #mo_spec > div:nth-of-type(3) .kv .badge {
  position: absolute;
  right: 12px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}
.bd-default #mo_spec > div:nth-of-type(3) .card:hover {
  transform: translateY(-6px);
}
.bd-default #mo_spec > div:nth-of-type(3) .label {
  display: inline-block;
  align-self: flex-start;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid rgba(8, 16, 32, 0.08);
  box-shadow: 0 10px 24px rgba(8, 16, 32, 0.1);
  backdrop-filter: blur(6px);
  background: #fff;
}
.bd-default #mo_spec > div:nth-of-type(3) .textbox {
  background: #ffffffcc;
  border: 1px solid rgba(8, 16, 32, 0.06);
  border-radius: 16px;
  padding: 18px 18px 20px;
  box-shadow: var(--shadow-start);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
}
.bd-default #mo_spec > div:nth-of-type(3) .textbox .title {
  margin: 0.15rem 0;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.25;
  color: #0B1220;
}
.bd-default #mo_spec > div:nth-of-type(3) .textbox .text {
  margin: 0;
  color: #2B3240;
  opacity: 0.9;
  line-height: 1.6;
}
.bd-default #mo_spec > div:nth-of-type(3) .textbox .short {
  margin-top: auto;
  font-weight: 800;
  color: #1e2533;
}
.bd-default #mo_spec > div:nth-of-type(3) .stage iframe {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  visibility: hidden;
}
.bd-default #mo_spec > div:nth-of-type(3) .degree-link {
  text-decoration: none;
  color: var(--teal-start);
}
.bd-default #mo_spec > div:nth-of-type(3) .degree-link:hover {
  text-decoration: underline;
}
.bd-default #mo_spec > div:nth-of-type(3) .card .title a {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.bd-default #mo_spec > div:nth-of-type(3) .card .title a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a855f7, #f97316);
}
.bd-default #mo_spec > div:nth-of-type(3) .ctrl {
  color: var(--ink-start);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who {
  --gic-ink: #0B1220;
  --gic-ink-2: #1B2036;
  --gic-white: #ffffff;
  --gic-text: #E6EEF2;
  --gic-coral: #EB6E84;
  --gic-gold: #F6C45B;
  --gic-teal: #4FD6E3;
  --gic-pink: #F59E8D;
  --gic-radius: 24px;
  --gic-shadow: 0 28px 64px rgba(0, 0, 0, 0.35);
  --gic-transition: 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 24px;
  background: radial-gradient(1200px 600px at 15% 10%, rgba(235, 110, 132, 0.1), transparent 60%), linear-gradient(180deg, var(--gic-ink) 0%, var(--gic-ink-2) 100%);
  color: var(--gic-white);
  isolation: isolate;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: radial-gradient(1200px 1200px at 80% -20%, rgba(79, 214, 227, 0.35), transparent 60%), repeating-linear-gradient(35deg, transparent 0 36px, rgba(255, 255, 255, 0.09) 36px 37px);
  mix-blend-mode: overlay;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 980px) {
  .bd-default #mo_spec > div:nth-of-type(4) .gic-who__inner {
    grid-template-columns: 1fr;
  }
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who__media {
  margin: 0;
  padding: 0;
  border-radius: var(--gic-radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--gic-shadow);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  transform: scale(1);
  transition: transform var(--gic-transition);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who__media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px 200px at 90% 10%, rgba(79, 214, 227, 0.18), transparent 60%), radial-gradient(360px 180px at 10% 90%, rgba(235, 110, 132, 0.22), transparent 60%);
  mix-blend-mode: screen;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who__media:hover img {
  transform: scale(1.02);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gic-teal);
  margin: 0 0 10px;
  opacity: 0.95;
  font-size: 14px;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-title {
  font-weight: 800;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.06;
  color: var(--gic-white);
  margin: 0 0 16px;
  position: relative;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-title::after {
  content: "";
  display: block;
  width: clamp(140px, 26vw, 320px);
  height: 6px;
  border-radius: 999px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--gic-coral), rgba(235, 110, 132, 0.25));
  box-shadow: 0 6px 16px rgba(235, 110, 132, 0.35);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-body {
  color: var(--gic-text);
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18.5px);
  line-height: 1.6;
  margin: 0 0 14px;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-body--cta {
  margin-top: 8px;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background: linear-gradient(90deg, var(--gic-coral), var(--gic-gold));
  box-shadow: 0 10px 24px rgba(235, 110, 132, 0.35);
  transform: translateY(0);
  transition: background var(--gic-transition), transform var(--gic-transition), box-shadow var(--gic-transition);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-cta:hover {
  background: linear-gradient(90deg, var(--gic-pink), var(--gic-teal));
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(79, 214, 227, 0.35), 0 10px 24px rgba(235, 110, 132, 0.35);
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-cta:focus-visible {
  outline: 2px solid var(--gic-teal);
  outline-offset: 3px;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-cta--secondary {
  margin-left: 10px;
  background: transparent;
  color: #E5E7EB;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: none;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-cta--secondary:hover {
  background: rgba(148, 163, 184, 0.14);
  box-shadow: none;
}
.bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-micro {
  margin-top: 8px;
  color: #b8c3d6;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
@media (prefers-reduced-motion: reduce) {
  .bd-default #mo_spec > div:nth-of-type(4) .gic-who .gic-cta,
  .bd-default #mo_spec > div:nth-of-type(4) .gic-who__media img {
    transition: none;
  }
}
.bd-default #mo_spec > div:nth-of-type(5) {
  background: var(--bg-0-start);
  /* Tech-Grid-Background */
  /* Nodes / Glow */
  /* Step-Karten */
  /* Node-Positionen (prozentual im Container) */
}
.bd-default #mo_spec > div:nth-of-type(5) .wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px);
}
.bd-default #mo_spec > div:nth-of-type(5) .journey {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, var(--bg-0-start) 0%, var(--bg-1-start) 100%);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-start);
}
.bd-default #mo_spec > div:nth-of-type(5) .journey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(10, 20, 40, 0.06) 0 1px, transparent 1px 28px), repeating-linear-gradient(90deg, rgba(10, 20, 40, 0.05) 0 1px, transparent 1px 28px);
  mask: radial-gradient(120% 120% at 50% 10%, #000 50%, transparent 80%);
  opacity: 0.45;
}
.bd-default #mo_spec > div:nth-of-type(5) .eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-start);
  font-weight: 700;
  font-size: 13px;
  margin: 8px 0 12px;
}
.bd-default #mo_spec > div:nth-of-type(5) .h1 {
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 8px;
}
.bd-default #mo_spec > div:nth-of-type(5) .sub {
  color: var(--muted-start);
  max-width: 680px;
  margin: 0 0 24px;
}
.bd-default #mo_spec > div:nth-of-type(5) .trackbox {
  position: relative;
  height: var(--track-h-start);
  margin-top: 28px;
}
.bd-default #mo_spec > div:nth-of-type(5) .trackbox svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bd-default #mo_spec > div:nth-of-type(5) .node {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
}
.bd-default #mo_spec > div:nth-of-type(5) .n1 {
  background: radial-gradient(circle at 30% 30%, #fff 0 20%, var(--coral-start) 55%, #ff4d6d 100%);
}
.bd-default #mo_spec > div:nth-of-type(5) .n2 {
  background: radial-gradient(circle at 30% 30%, #fff 0 20%, var(--teal-start) 55%, #00b0a5 100%);
}
.bd-default #mo_spec > div:nth-of-type(5) .n3 {
  background: radial-gradient(circle at 30% 30%, #fff 0 20%, var(--violet-start) 55%, #5145ff 100%);
}
.bd-default #mo_spec > div:nth-of-type(5) .n4 {
  background: radial-gradient(circle at 30% 30%, #fff 0 20%, var(--coral) 55%, #ff4d6d 100%);
}
.bd-default #mo_spec > div:nth-of-type(5) .n5 {
  background: radial-gradient(circle at 30% 30%, #fff 0 20%, var(--teal-start) 55%, #00b0a5 100%);
}
.bd-default #mo_spec > div:nth-of-type(5) .n6 {
  background: radial-gradient(circle at 30% 30%, #fff 0 20%, var(--gold-start) 55%, #ffbf46 100%);
}
.bd-default #mo_spec > div:nth-of-type(5) .node::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 40%, rgba(255, 255, 255, 0.25) 40% 60%, transparent 60% 100%);
  animation: sweep 2.6s linear infinite;
  filter: blur(1px);
}
@keyframes sweep {
  to {
    transform: rotate(1turn);
  }
}
.bd-default #mo_spec > div:nth-of-type(5) .steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px 22px;
  margin-top: 26px;
}
.bd-default #mo_spec > div:nth-of-type(5) .step {
  background: var(--card-start);
  border-radius: var(--radius-start);
  box-shadow: var(--shadow-start);
  padding: 18px 18px 16px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-default #mo_spec > div:nth-of-type(5) .step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(5, 12, 30, 0.12), 0 8px 20px rgba(5, 12, 30, 0.08);
}
.bd-default #mo_spec > div:nth-of-type(5) .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d1b2a;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  padding: 7px 11px;
  backdrop-filter: blur(6px);
}
.bd-default #mo_spec > div:nth-of-type(5) .badge i,
.bd-default #mo_spec > div:nth-of-type(5) .badge em {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 6px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.bd-default #mo_spec > div:nth-of-type(5) .b1 i,
.bd-default #mo_spec > div:nth-of-type(5) .b1 em {
  background: linear-gradient(135deg, var(--coral-start), #ff4d6d);
}
.bd-default #mo_spec > div:nth-of-type(5) .b2 i,
.bd-default #mo_spec > div:nth-of-type(5) .b2 em {
  background: linear-gradient(135deg, var(--teal-start), #00b0a5);
}
.bd-default #mo_spec > div:nth-of-type(5) .b3 i,
.bd-default #mo_spec > div:nth-of-type(5) .b3 em {
  background: linear-gradient(135deg, var(--violet-start), #5145ff);
}
.bd-default #mo_spec > div:nth-of-type(5) .b4 i,
.bd-default #mo_spec > div:nth-of-type(5) .b4 em {
  background: linear-gradient(135deg, var(--coral-start), #ff4d6d);
}
.bd-default #mo_spec > div:nth-of-type(5) .b5 i,
.bd-default #mo_spec > div:nth-of-type(5) .b5 em {
  background: linear-gradient(135deg, var(--teal-start), #00b0a5);
}
.bd-default #mo_spec > div:nth-of-type(5) .b6 i,
.bd-default #mo_spec > div:nth-of-type(5) .b6 em {
  background: linear-gradient(135deg, var(--gold-start), #ffbf46);
  color: #2b1d00;
}
.bd-default #mo_spec > div:nth-of-type(5) .st-title {
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.25;
  margin: 10px 0 6px;
  font-weight: 900;
}
.bd-default #mo_spec > div:nth-of-type(5) .st-body {
  color: var(--muted-start);
  margin: 0;
}
.bd-default #mo_spec > div:nth-of-type(5) .pos-n1 {
  left: 6%;
  top: 72%;
}
.bd-default #mo_spec > div:nth-of-type(5) .pos-n2 {
  left: 24%;
  top: 34%;
}
.bd-default #mo_spec > div:nth-of-type(5) .pos-n3 {
  left: 42%;
  top: 64%;
}
.bd-default #mo_spec > div:nth-of-type(5) .pos-n4 {
  left: 58%;
  top: 30%;
}
.bd-default #mo_spec > div:nth-of-type(5) .pos-n5 {
  left: 76%;
  top: 62%;
}
.bd-default #mo_spec > div:nth-of-type(5) .pos-n6 {
  left: 94%;
  top: 28%;
}
@media (max-width: 980px) {
  .bd-default #mo_spec > div:nth-of-type(5) :root {
    --track-h: 360px;
  }
  .bd-default #mo_spec > div:nth-of-type(5) .steps {
    grid-template-columns: 1fr;
  }
}
.bd-default #mo_spec > div:nth-of-type(6) {
  background: radial-gradient(1200px 600px at 15% 0%, #10203a 0%, transparent 60%), radial-gradient(1200px 600px at 85% 0%, #111a2f 0%, transparent 60%), radial-gradient(1600px 900px at 50% 100%, #0a1426 0%, transparent 70%), linear-gradient(180deg, var(--bg-1-dark-start), var(--bg-2-dark-start));
  /* dezentes Rauten-Mesh */
  /* ==== Chips ==== */
  /* ==== Carousel ==== */
  /* ==== Card ==== */
  /* Kategorie-spezifische Glows */
  /* responsive tweak */
}
.bd-default #mo_spec > div:nth-of-type(6) .mesh {
  --line: rgba(255, 255, 255, 0.045);
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(-30deg, transparent 49%, var(--line-start) 50%, transparent 51%) 0 0/40px 40px, linear-gradient(150deg, transparent 49%, var(--line-start) 50%, transparent 51%) 0 0/40px 40px;
  mask-image: radial-gradient(1200px 800px at 50% 30%, #000 55%, transparent 85%);
  opacity: 0.8;
}
.bd-default #mo_spec > div:nth-of-type(6) .section {
  position: relative;
  padding: clamp(48px, 6vw, 96px) clamp(20px, 5vw, 80px);
  overflow: hidden;
}
.bd-default #mo_spec > div:nth-of-type(6) .eyebrow {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  color: #86a2ff;
  opacity: 0.9;
  margin: 0 0 10px;
}
.bd-default #mo_spec > div:nth-of-type(6) h2 {
  margin: 0.1rem 0 1.2rem;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--color-light);
}
.bd-default #mo_spec > div:nth-of-type(6) h3 {
  color: var(--color-light);
}
.bd-default #mo_spec > div:nth-of-type(6) .lede {
  color: var(--muted-start-light);
  max-width: 70ch;
  margin: 0.5rem 0 2rem;
  font-size: clamp(15px, 1.6vw, 18px);
}
.bd-default #mo_spec > div:nth-of-type(6) .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 24px;
}
.bd-default #mo_spec > div:nth-of-type(6) .chip {
  --ring: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 10px 14px;
  background: var(--chip-start);
  border: 1px solid var(--chip-border-start);
  border-radius: 999px;
  color: #d6e1ff;
  font-weight: 600;
  font-size: 0.94rem;
  cursor: pointer;
  transition: 0.25s ease;
  outline: 0;
}
.bd-default #mo_spec > div:nth-of-type(6) .chip:hover {
  transform: translateY(-1px);
}
.bd-default #mo_spec > div:nth-of-type(6) .chip[aria-current="true"] {
  box-shadow: 0 0 0 2px var(--ring-start), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.bd-default #mo_spec > div:nth-of-type(6) .chip.all[aria-current="true"] {
  --ring-start: #6472ff66;
}
.bd-default #mo_spec > div:nth-of-type(6) .chip.eng[aria-current="true"] {
  --ring-start: #8b5cf666;
}
.bd-default #mo_spec > div:nth-of-type(6) .chip.mgmt[aria-current="true"] {
  --ring-start: #22d3ee66;
}
.bd-default #mo_spec > div:nth-of-type(6) .chip.sap[aria-current="true"] {
  --ring-start: #f59e0b66;
}
.bd-default #mo_spec > div:nth-of-type(6) .rail-wrap {
  position: relative;
}
.bd-default #mo_spec > div:nth-of-type(6) .rail {
  scroll-snap-type: x mandatory;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 18px;
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: none;
}
.bd-default #mo_spec > div:nth-of-type(6) .rail::-webkit-scrollbar {
  display: none;
}
.bd-default #mo_spec > div:nth-of-type(6) .nav {
  position: absolute;
  inset-block: auto -22px;
  inset-inline: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.bd-default #mo_spec > div:nth-of-type(6) .nav button {
  background: #18223f;
  border: 1px solid #2c365c;
  color: #e8f0ff;
  border-radius: 14px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 13px;
}
.bd-default #mo_spec > div:nth-of-type(6) .nav button:hover {
  transform: translateY(-1px);
}
.bd-default #mo_spec > div:nth-of-type(6) .card {
  scroll-snap-align: start;
  position: relative;
  background: linear-gradient(180deg, #121a2e, #0f1730);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 18px 18px 16px;
  min-height: 320px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform-style: preserve-3d;
  perspective: 700px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.bd-default #mo_spec > div:nth-of-type(6) .card:hover {
  transform: translateY(-2px) rotateX(0.6deg) rotateY(0.6deg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
.bd-default #mo_spec > div:nth-of-type(6) .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #162143;
  color: #cfe4ff;
  align-self: flex-start;
}
.bd-default #mo_spec > div:nth-of-type(6) .badge svg {
  width: 16px;
  height: 16px;
}
.bd-default #mo_spec > div:nth-of-type(6) .title {
  margin: 0.85rem 0 0.35rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
.bd-default #mo_spec > div:nth-of-type(6) .desc {
  color: var(--muted-start);
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0 0 0.9rem;
}
.bd-default #mo_spec > div:nth-of-type(6) .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8aa1d1;
  font-size: 0.85rem;
}
.bd-default #mo_spec > div:nth-of-type(6) .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.65;
}
.bd-default #mo_spec > div:nth-of-type(6) .spacer {
  flex: 1 1 auto;
}
.bd-default #mo_spec > div:nth-of-type(6) .cta {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-default #mo_spec > div:nth-of-type(6) .btn-apply {
  border: none;
  background: var(--grad-cta-start);
  color: #051726;
  /* readable */
  font-weight: 900;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.92rem;
  box-shadow: 0 6px 24px rgba(255, 122, 122, 0.25);
  background-size: 300% 100%;
  transition: background-position 0.35s ease, transform 0.2s ease, box-shadow 0.35s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bd-default #mo_spec > div:nth-of-type(6) .btn-apply:hover {
  background-position: 100% 0;
  box-shadow: 0 10px 36px rgba(63, 214, 255, 0.25);
  transform: translateY(-1px);
}
.bd-default #mo_spec > div:nth-of-type(6) .card[data-cat="eng"] {
  box-shadow: 0 22px 60px rgba(139, 92, 246, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.bd-default #mo_spec > div:nth-of-type(6) .card[data-cat="mgmt"] {
  box-shadow: 0 22px 60px rgba(34, 211, 238, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.bd-default #mo_spec > div:nth-of-type(6) .card[data-cat="sap"] {
  box-shadow: 0 22px 60px rgba(245, 158, 11, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
@media (max-width: 760px) {
  .bd-default #mo_spec > div:nth-of-type(6) .nav {
    inset-block: auto -18px;
  }
  .bd-default #mo_spec > div:nth-of-type(6) .cta {
    gap: 8px;
  }
}
.bd-default #mo_spec > div:nth-of-type(7) {
  background: radial-gradient(1200px 600px at 15% 10%, rgba(56, 213, 198, 0.12), transparent 60%), radial-gradient(1000px 600px at 85% 15%, rgba(255, 138, 122, 0.1), transparent 60%), var(--bg1-start);
  animation: breathe 10s ease-in-out infinite;
  /* === FORCE SUPER‑HIGH CONTRAST CAPTIONS === */
}
@keyframes breathe {
  0%,
  100% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 0 -10px, 0 -12px, 0 0;
  }
}
.bd-default #mo_spec > div:nth-of-type(7) .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 20px 72px;
  position: relative;
  isolation: isolate;
}
.bd-default #mo_spec > div:nth-of-type(7) .wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to right, rgba(13, 18, 37, 0.04) 0 1px, transparent 1px 32px), repeating-linear-gradient(to bottom, rgba(13, 18, 37, 0.04) 0 1px, transparent 1px 32px);
  opacity: 0.35;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.bd-default #mo_spec > div:nth-of-type(7) .overtitle {
  font-size: clamp(12px, 0.9vw, 13px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 600;
}
.bd-default #mo_spec > div:nth-of-type(7) h2 {
  margin: 0 0 14px 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.bd-default #mo_spec > div:nth-of-type(7) h2 .break {
  display: block;
}
.bd-default #mo_spec > div:nth-of-type(7) .intro {
  color: var(--muted-start);
  max-width: 70ch;
  margin-bottom: 28px;
  font-size: clamp(15px, 1.25vw, 18px);
}
.bd-default #mo_spec > div:nth-of-type(7) .carousel {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 18, 37, 0.12);
  background: #fff;
}
.bd-default #mo_spec > div:nth-of-type(7) .slides {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.bd-default #mo_spec > div:nth-of-type(7) .slide {
  position: relative;
  min-height: clamp(320px, 48vw, 540px);
}
.bd-default #mo_spec > div:nth-of-type(7) .slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.bd-default #mo_spec > div:nth-of-type(7) .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 18, 37, 0.52), rgba(13, 18, 37, 0.14) 35%, rgba(13, 18, 37, 0) 55%), radial-gradient(1200px 400px at 20% 10%, rgba(56, 213, 198, 0.18), transparent 60%), radial-gradient(1000px 400px at 80% 15%, rgba(255, 138, 122, 0.16), transparent 60%), radial-gradient(1000px 500px at 50% 100%, rgba(122, 140, 255, 0.16), transparent 60%), repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 3px);
  pointer-events: none;
  z-index: 1;
}
.bd-default #mo_spec > div:nth-of-type(7) .slide.hero::after {
  background: linear-gradient(to top, rgba(13, 18, 37, 0.6), rgba(13, 18, 37, 0.18) 35%, rgba(13, 18, 37, 0) 55%), radial-gradient(1400px 460px at 20% 10%, rgba(56, 213, 198, 0.22), transparent 60%), radial-gradient(1200px 460px at 80% 15%, rgba(255, 138, 122, 0.2), transparent 60%), radial-gradient(1200px 560px at 50% 100%, rgba(122, 140, 255, 0.22), transparent 60%), repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 3px);
}
.bd-default #mo_spec > div:nth-of-type(7) .caption {
  position: absolute;
  left: clamp(18px, 4vw, 40px);
  bottom: clamp(18px, 4vw, 40px);
  color: #fff;
  max-width: 56ch;
}
.bd-default #mo_spec > div:nth-of-type(7) .cap-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 10px;
}
.bd-default #mo_spec > div:nth-of-type(7) .cap-title {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  margin: 2px 0 10px 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.bd-default #mo_spec > div:nth-of-type(7) .cap-sub {
  opacity: 0.95;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.45;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.bd-default #mo_spec > div:nth-of-type(7) .ctrl {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.bd-default #mo_spec > div:nth-of-type(7) .btn {
  pointer-events: auto;
  appearance: none;
  border: 0;
  width: 48px;
  height: 48px;
  margin: 0 10px;
  border-radius: 999px;
  background: var(--btn-grad-start);
  color: #0d1225;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(255, 138, 122, 0.28);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.22s ease;
}
.bd-default #mo_spec > div:nth-of-type(7) .btn:hover {
  transform: translateY(-2px);
  background: var(--btn-grad-hover-start);
  box-shadow: 0 12px 28px rgba(56, 213, 198, 0.24);
}
.bd-default #mo_spec > div:nth-of-type(7) .dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
}
.bd-default #mo_spec > div:nth-of-type(7) .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(13, 18, 37, 0.25);
  transition: transform 0.18s, background 0.18s;
}
.bd-default #mo_spec > div:nth-of-type(7) .dot.is-active {
  transform: scale(1.45);
  background: #0d1225;
}
.bd-default #mo_spec > div:nth-of-type(7) .cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.bd-default #mo_spec > div:nth-of-type(7) .cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--btn-grad-start);
  color: #0d1225;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(255, 138, 122, 0.24);
  transition: transform 0.18s ease, background 0.22s ease, box-shadow 0.18s ease;
}
.bd-default #mo_spec > div:nth-of-type(7) .cta:hover {
  transform: translateY(-2px);
  background: var(--btn-grad-hover-start);
  box-shadow: 0 16px 32px rgba(56, 213, 198, 0.22);
}
.bd-default #mo_spec > div:nth-of-type(7) .meta {
  color: var(--muted-start);
  font-size: 13px;
}
@media (max-width: 780px) {
  .bd-default #mo_spec > div:nth-of-type(7) .caption {
    max-width: 90%;
  }
  .bd-default #mo_spec > div:nth-of-type(7) .ctrl {
    display: none;
  }
  .bd-default #mo_spec > div:nth-of-type(7) .dots {
    bottom: 10px;
  }
}
.bd-default #mo_spec > div:nth-of-type(7) .slide .caption {
  position: absolute !important;
  z-index: 99 !important;
}
.bd-default #mo_spec > div:nth-of-type(7) .slide .caption .cap-title {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 8px 26px rgba(0, 0, 0, 0.6), 0 0 0 #fff !important;
}
.bd-default #mo_spec > div:nth-of-type(7) .slide .caption .cap-sub {
  color: #fff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 0 #fff !important;
}
.bd-default #mo_spec > div:nth-of-type(7) .link-strip {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-weight: 800;
  font-size: 16px;
}
.bd-default #mo_spec > div:nth-of-type(7) .link-strip a {
  position: relative;
  text-decoration: none;
  color: #6d28d9;
}
.bd-default #mo_spec > div:nth-of-type(7) .link-strip a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a855f7, #f97316);
}
.bd-default #mo_spec > div:nth-of-type(7) {
  --bg: #f8fbff;
  --ink: #0d1225;
  --muted: #6b7280;
  --coral: #ff8a7a;
  --gold: #ffcc66;
  --teal: #38d5c6;
  --violet: #7a8cff;
  --btn-grad: linear-gradient(90deg, var(--coral), var(--gold));
  --btn-grad-hover: linear-gradient(90deg, #ff78a6, #38d5c6);
}
.bd-default #mo_spec > div:nth-of-type(8) {
  /* mesh */
  /* container */
  /* header text */
  /* chips line (optional) */
  /* grid of benefits */
  /* CTA */
  /* small pulsating halo on hover */
}
.bd-default #mo_spec > div:nth-of-type(8) .bg-mesh {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(-30deg, transparent 49%, rgba(255, 255, 255, 0.048) 50%, transparent 51%) 0 0/44px 44px, linear-gradient(150deg, transparent 49%, rgba(255, 255, 255, 0.048) 50%, transparent 51%) 0 0/44px 44px;
  opacity: 0.9;
  mask-image: radial-gradient(1200px 900px at 50% 15%, #000 60%, transparent 90%);
}
.bd-default #mo_spec > div:nth-of-type(8) .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 20px 84px;
}
.bd-default #mo_spec > div:nth-of-type(8) .eyebrow {
  letter-spacing: 0.2em;
  text-transform: none;
  color: #87b5ff;
  font-weight: 700;
  margin: 0 0 10px 0.5px;
}
.bd-default #mo_spec > div:nth-of-type(8) h1 {
  margin: 0.1rem 0 0.8rem 0;
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: 0.01em;
  font-weight: 900;
}
.bd-default #mo_spec > div:nth-of-type(8) .lead {
  color: var(--muted-start-light);
  max-width: 70ch;
  margin: 0.5rem 0 2rem;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
}
.bd-default #mo_spec > div:nth-of-type(8) .chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 6px 0 24px 0;
}
.bd-default #mo_spec > div:nth-of-type(8) .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0f1f3a;
  border: 1px solid var(--ring-start);
  color: #cfe0ff;
  font-weight: 700;
  font-size: 0.9rem;
}
.bd-default #mo_spec > div:nth-of-type(8) .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.bd-default #mo_spec > div:nth-of-type(8) .card {
  position: relative;
  font-size: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)), var(--card-vorteile);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: var(--shadow);
  min-height: 170px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.2s ease;
  outline: none;
}
.bd-default #mo_spec > div:nth-of-type(8) .card::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: radial-gradient(500px 220px at 10% 10%, rgba(255, 122, 162, 0.18), transparent 60%), radial-gradient(500px 220px at 90% 90%, rgba(56, 213, 198, 0.16), transparent 60%);
  filter: blur(12px);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.bd-default #mo_spec > div:nth-of-type(8) .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  border-color: #34508a;
}
.bd-default #mo_spec > div:nth-of-type(8) .card:hover::before {
  opacity: 0.85;
}
.bd-default #mo_spec > div:nth-of-type(8) .badge {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 8px;
  width: max-content;
  background: #0f2547;
  border: 1px solid #2b4775;
  color: #cde2ff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bd-default #mo_spec > div:nth-of-type(8) .badge em {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #0a1221;
  font-weight: 900;
  background: radial-gradient(120% 120% at 30% 25%, var(--coral-start), var(--gold-start));
  box-shadow: 0 2px 10px rgba(255, 122, 162, 0.35);
}
.bd-default #mo_spec > div:nth-of-type(8) .ttl {
  margin: 0.75rem 0 0.35rem 0;
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--white);
}
.bd-default #mo_spec > div:nth-of-type(8) .txt {
  color: #b8c6e4;
  margin: 0;
}
.bd-default #mo_spec > div:nth-of-type(8) .card:focus-visible {
  outline: 3px solid #8cc5ff;
  outline-offset: 2px;
}
.bd-default #mo_spec > div:nth-of-type(8) .cta {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}
.bd-default #mo_spec > div:nth-of-type(8) .btn {
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  color: #0f1b2e;
  font-weight: 900;
  padding: 14px 20px;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, var(--coral-start), var(--gold-start));
  box-shadow: 0 16px 40px rgba(255, 122, 162, 0.32), 0 4px 12px rgba(0, 0, 0, 0.2);
}
.bd-default #mo_spec > div:nth-of-type(8) .btn:hover {
  background: linear-gradient(90deg, #ff78a6, #38d5c6);
}
.bd-default #mo_spec > div:nth-of-type(8) .card:hover .halo {
  opacity: 0.8;
  transform: scale(1);
}
.bd-default #mo_spec > div:nth-of-type(8) .halo {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 211, 106, 0.55), rgba(56, 213, 198, 0.35), transparent);
  filter: blur(12px);
  opacity: 0;
  transform: scale(0.7);
  transition: 0.35s ease;
  pointer-events: none;
}
.bd-default #mo_spec > div:nth-of-type(9) {
  --bg: #f8fbfd;
  --ink: #0f1726;
  --muted: #55607a;
  --card: #ffffff;
  --ring: #e8f4ff;
  --grid-c1: rgba(44, 187, 187, 0.1);
  --grid-c2: rgba(44, 187, 187, 0.05);
  --coral: #ff7a7a;
  --sun: #ffd36f;
  --aqua: #2cd4d9;
  --violet: #7a6cff;
  --shadow: 0 10px 30px rgba(15, 23, 38, 0.12);
  --shadow-strong: 0 20px 60px rgba(15, 23, 38, 0.18);
  --radius: 20px;
  /* Hell + Tech: zartes, türkises Gitternetz */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), repeating-linear-gradient(0deg, var(--grid-c2) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, var(--grid-c2) 0 1px, transparent 1px 32px), radial-gradient(1200px 800px at 15% 5%, rgba(44, 212, 217, 0.07), transparent 60%), var(--bg1);
  background-color: var(--bg-0);
  /* Canvas: zentriertes Video + Orbit-Ring + schwebende Punkte */
  /* Vorteil-Kacheln: planetenartig um die Mitte */
  /* Positionen im Orbit */
  /* CTA */
  /* Responsive */
}
.bd-default #mo_spec > div:nth-of-type(9) .trbox {
  background: var(--bg);
}
.bd-default #mo_spec > div:nth-of-type(9) .wrap {
  max-width: 1200px;
  padding: clamp(20px, 4vw, 48px);
  margin: 0 auto 72px;
}
.bd-default #mo_spec > div:nth-of-type(9) .section {
  position: relative;
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
}
.bd-default #mo_spec > div:nth-of-type(9) .headline {
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.bd-default #mo_spec > div:nth-of-type(9) .intro {
  color: var(--muted);
  max-width: 68ch;
  font-size: clamp(16px, 1.6vw, 18px);
  margin: 0 0 28px;
  animation: fadeIn 1.6s ease 0.2s both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.bd-default #mo_spec > div:nth-of-type(9) h1 {
  color: black;
  text-shadow: none;
}
.bd-default #mo_spec > div:nth-of-type(9) .canvas {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
  box-shadow: var(--shadow);
  overflow: visible;
}
.bd-default #mo_spec > div:nth-of-type(9) .orbit-ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 2px solid rgba(44, 212, 217, 0.25);
  filter: drop-shadow(0 12px 22px rgba(44, 212, 217, 0.15));
  animation: ringPulse 6s ease-in-out infinite;
}
@keyframes ringPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(44, 212, 217, 0.15);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(44, 212, 217, 0.08);
  }
}
.bd-default #mo_spec > div:nth-of-type(9) .robot-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(32vw, 420px);
  height: min(32vw, 420px);
  border-radius: 50%;
  background: radial-gradient(60% 60% at 50% 45%, rgba(255, 255, 255, 0.75), rgba(244, 247, 251, 0.45));
  box-shadow: var(--shadow-strong);
  display: grid;
  place-items: center;
  overflow: hidden;
  backdrop-filter: blur(2px);
}
.bd-default #mo_spec > div:nth-of-type(9) .robot-video {
  width: 120%;
  height: 120%;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.1);
}
.bd-default #mo_spec > div:nth-of-type(9) .nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bd-default #mo_spec > div:nth-of-type(9) .node {
  position: absolute;
  width: clamp(220px, 24vw, 340px);
  background: var(--card);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 16px 18px 18px;
  border: 1px solid rgba(15, 23, 38, 0.05);
  pointer-events: auto;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.bd-default #mo_spec > div:nth-of-type(9) .node h4 {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.7vw, 18px);
  letter-spacing: -0.01em;
}
.bd-default #mo_spec > div:nth-of-type(9) .node p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.5vw, 16px);
}
.bd-default #mo_spec > div:nth-of-type(9) .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(255, 122, 122, 0.12), rgba(255, 211, 111, 0.12));
  color: #d94b4b;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 122, 0.25);
  margin-bottom: 10px;
}
.bd-default #mo_spec > div:nth-of-type(9) .node:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-strong);
  border-color: rgba(44, 212, 217, 0.25);
}
.bd-default #mo_spec > div:nth-of-type(9) .node:hover .badge {
  background: linear-gradient(90deg, rgba(255, 122, 122, 0.22), rgba(255, 211, 111, 0.22));
}
.bd-default #mo_spec > div:nth-of-type(9) .n1 {
  top: 7%;
  left: 6%;
}
.bd-default #mo_spec > div:nth-of-type(9) .n2 {
  top: 12%;
  right: 5%;
}
.bd-default #mo_spec > div:nth-of-type(9) .n3 {
  top: 40%;
  left: 3%;
}
.bd-default #mo_spec > div:nth-of-type(9) .n4 {
  top: 40%;
  right: 3%;
}
.bd-default #mo_spec > div:nth-of-type(9) .n5 {
  bottom: 7%;
  left: 7%;
}
.bd-default #mo_spec > div:nth-of-type(9) .n6 {
  bottom: 5%;
  right: 6%;
}
.bd-default #mo_spec > div:nth-of-type(9) .cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  font-size: 15px;
}
.bd-default #mo_spec > div:nth-of-type(9) .btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 14px 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--coral), var(--sun));
  box-shadow: 0 10px 24px rgba(255, 122, 122, 0.25);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.bd-default #mo_spec > div:nth-of-type(9) .btn:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 16px 34px rgba(255, 122, 122, 0.35);
  filter: saturate(1.06);
}
@media (max-width: 1040px) {
  .bd-default #mo_spec > div:nth-of-type(9) .canvas {
    aspect-ratio: 4/5;
  }
  .bd-default #mo_spec > div:nth-of-type(9) .robot-wrap {
    width: min(64vw, 420px);
    height: min(64vw, 420px);
  }
  .bd-default #mo_spec > div:nth-of-type(9) .nodes {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 0 0;
  }
  .bd-default #mo_spec > div:nth-of-type(9) .node {
    position: relative;
    width: auto;
    transform: none !important;
  }
  .bd-default #mo_spec > div:nth-of-type(9) .n1,
  .bd-default #mo_spec > div:nth-of-type(9) .n2,
  .bd-default #mo_spec > div:nth-of-type(9) .n3,
  .bd-default #mo_spec > div:nth-of-type(9) .n4,
  .bd-default #mo_spec > div:nth-of-type(9) .n5,
  .bd-default #mo_spec > div:nth-of-type(9) .n6 {
    inset: auto;
  }
}
.bd-default #mo_spec > div:nth-of-type(10) {
  --ink: #0B0F1A;
  --deep: #0F1528;
  --deep2: #141E34;
  --muted: #B7C0D4;
  --teal: #4FD6E3;
  --coral: #EB6E84;
  --gold: #F6C45B;
  --white: #FFFFFF;
  font-size: 16px;
  background: radial-gradient(120% 80% at 12% -10%, rgba(79, 214, 227, 0.18), transparent 60%), radial-gradient(100% 70% at 85% -5%, rgba(235, 110, 132, 0.12), transparent 60%), linear-gradient(180deg, var(--deep) 0%, var(--deep2) 100%);
  /* Right: browser frame + portal preview */
  /* Reveal helper label on hover */
}
.bd-default #mo_spec > div:nth-of-type(10) .container-maxwidth {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px) 24px 24px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1000px) {
  .bd-default #mo_spec > div:nth-of-type(10) .container-maxwidth {
    display: block;
  }
  .bd-default #mo_spec > div:nth-of-type(10) .container-maxwidth .container {
    grid-template-columns: 1fr;
  }
}
.bd-default #mo_spec > div:nth-of-type(10) .eyebrow {
  color: var(--teal);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 10px;
  opacity: 0.95;
}
.bd-default #mo_spec > div:nth-of-type(10) h1 {
  margin: 0 0 16px 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.bd-default #mo_spec > div:nth-of-type(10) .lead {
  color: var(--muted);
  max-width: 70ch;
  margin: 0.5rem 0 2rem;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
}
.bd-default #mo_spec > div:nth-of-type(10) .chiprow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 18px;
}
.bd-default #mo_spec > div:nth-of-type(10) .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #121A2B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
  color: #DDE6F7;
}
.bd-default #mo_spec > div:nth-of-type(10) .chip svg {
  width: 18px;
  height: 18px;
  stroke: #DDE6F7;
  fill: none;
  stroke-width: 2;
}
.bd-default #mo_spec > div:nth-of-type(10) .cta {
  display: inline-block;
  margin-top: 16px;
  padding: 16px 28px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #f97316, #facc15);
  color: #0B1120;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(249, 115, 22, 0.45);
  position: relative;
}
.bd-default #mo_spec > div:nth-of-type(10) .cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.28), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.75;
  pointer-events: none;
}
.bd-default #mo_spec > div:nth-of-type(10) .cta:hover {
  background: linear-gradient(90deg, #a855f7, #f97316);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.55);
  transform: translateY(-1px);
}
.bd-default #mo_spec > div:nth-of-type(10) .meta {
  display: block;
  margin-top: 10px;
  color: #A9B4C9;
}
.bd-default #mo_spec > div:nth-of-type(10) .frame {
  position: relative;
  background: #0D1324;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.bd-default #mo_spec > div:nth-of-type(10) .chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #0F182D, #0B1225);
}
.bd-default #mo_spec > div:nth-of-type(10) .dots {
  display: flex;
  gap: 6px;
  margin-right: 10px;
}
.bd-default #mo_spec > div:nth-of-type(10) .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bd-default #mo_spec > div:nth-of-type(10) .d1 {
  background: #FF5F57;
}
.bd-default #mo_spec > div:nth-of-type(10) .d2 {
  background: #FEBC2E;
}
.bd-default #mo_spec > div:nth-of-type(10) .d3 {
  background: #28C840;
}
.bd-default #mo_spec > div:nth-of-type(10) .url {
  flex: 1;
  background: #091125;
  color: #DCE6FF;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 12px;
  opacity: 0.95;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.bd-default #mo_spec > div:nth-of-type(10) .pill {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
}
.bd-default #mo_spec > div:nth-of-type(10) .viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #0B1220;
}
.bd-default #mo_spec > div:nth-of-type(10) .portal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px) saturate(1.02) contrast(1.02);
  transform: scale(1.01);
  transition: filter 0.35s ease, transform 0.35s ease;
}
.bd-default #mo_spec > div:nth-of-type(10) .frame.revealed .portal,
.bd-default #mo_spec > div:nth-of-type(10) .viewport:hover .portal {
  filter: none;
  transform: none;
}
.bd-default #mo_spec > div:nth-of-type(10) .hint {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.bd-default #mo_spec > div:nth-of-type(10) .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.bd-default #mo_spec > div:nth-of-type(10) .ghost {
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  background: #121A2B;
  color: #DDE6F7;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.bd-default #mo_spec > div:nth-of-type(10) .ghost :hover {
  filter: brightness(1.08);
}
.bd-default #mo_spec > div:nth-of-type(11) {
  --faq-bg: linear-gradient(180deg, #ffe9df 0%, #ffe9df 18%, #fff7f1 48%, #fffaf7 80%, #ffffff 100%);
  --faq-card-bg: #ffffff;
  --faq-text: #111827;
  --faq-muted: #6b7280;
  --faq-coral: #f97373;
  --faq-radius: 24px;
  --faq-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  background-image: var(--faq-bg);
  background-attachment: fixed;
  color: var(--faq-text);
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px) clamp(20px, 5vw, 40px) 72px;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-section + .faq-section {
  margin-top: 48px;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .eyebrow {
  color: var(--faq-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections h2 {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.1;
  margin: 0 0 24px 0;
  font-weight: 800;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}
@media (max-width: 960px) {
  .bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-grid {
    grid-template-columns: 1fr;
  }
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card {
  background: var(--faq-card-bg);
  border-radius: var(--faq-radius);
  box-shadow: var(--faq-shadow);
  padding: 16px 20px;
  border: 1px solid rgba(248, 250, 252, 0.9);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card.open .faq-question .icon {
  background: #fee2e2;
  border-color: #f97373;
  color: #b91c1c;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card.open .faq-answer {
  margin-top: 10px;
  opacity: 1;
  max-height: 400px;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0;
  font: 700 16px/1.4 Poppins, system-ui, sans-serif;
  color: var(--faq-text);
  cursor: pointer;
  text-align: left;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-question .icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--faq-muted);
  background: #f9fafb;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.22s ease, opacity 0.22s ease;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-answer p {
  margin: 0 0 6px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--faq-muted);
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-answer p.more-link {
  margin-top: 6px;
  font-weight: 700;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-answer p a {
  color: #4f46e5;
  text-decoration: none;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-card .faq-answer p a:hover {
  text-decoration: underline;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-more-all {
  margin-top: 40px;
  font-size: 14px;
  color: var(--faq-muted);
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-more-all a {
  color: #4f46e5;
  font-weight: 700;
  text-decoration: none;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-more-all a:hover {
  text-decoration: underline;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-toggle {
  display: none;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-toggle:checked + .faq-question .icon {
  background: #fee2e2;
  border-color: #f97373;
  color: #b91c1c;
}
.bd-default #mo_spec > div:nth-of-type(11) #faq.faq-sections .faq-toggle:checked ~ .faq-answer {
  margin-top: 10px;
  opacity: 1;
  max-height: 400px;
}
.bd-default .wrap {
  width: 100%;
  max-width: 1400px;
}
.bd-default #mo_late,
.bd-default #mo_higr {
  display: none;
}
