.elementor-4689 .elementor-element.elementor-element-28a9098{--display:flex;border-style:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4689 .elementor-element.elementor-element-14d5403{width:100%;max-width:100%;}.elementor-4689 .elementor-element.elementor-element-14d5403 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4689 .elementor-element.elementor-element-14d5403.elementor-element{--flex-grow:1;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4689 .elementor-element.elementor-element-28a9098{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-14d5403 *//* =========================================================
   365 Heroes · EU AI Act Landingpage · BASIS-CSS
   (self-contained; Overrides v3 am Ende eingebettet)
   ========================================================= */
.eu365h-root {
  --eu365h-green: #01F482;
  --eu365h-navy: #25273C;
  --eu365h-navy-2: #2F3149;
  --eu365h-teal: #14835C;
  --eu365h-gold: #E2BA56;
  --eu365h-white: #FFFFFF;
  --eu365h-gray: #A1AAB7;
  --eu365h-gray-soft: #E5E7EB;
  --eu365h-text: #25273C;
  --eu365h-text-muted: #4B4F63;
  --eu365h-red: #a14040;
  --eu365h-shadow: 0 4px 18px rgba(37,39,60,0.08);

  font-family: 'Roboto', Calibri, Arial, sans-serif;
  font-size: 17px; line-height: 1.6;
  color: var(--eu365h-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.eu365h-root *, .eu365h-root *::before, .eu365h-root *::after { box-sizing: border-box; }
.eu365h-root h1, .eu365h-root h2, .eu365h-root h3 { margin: 0; letter-spacing: -0.015em; font-family: 'Roboto', Arial, sans-serif; }
.eu365h-root p { margin: 0; }
.eu365h-root a { color: var(--eu365h-teal); text-decoration: none; }
.eu365h-root em { font-style: normal; color: var(--eu365h-green); }

.eu365h-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 640px) { .eu365h-container { padding: 0 20px; } }

/* ============ HERO ============ */
.eu365h-hero {
  position: relative; overflow: hidden;
  background: var(--eu365h-navy);
  color: #fff;
  padding: 110px 0 130px;
}
.eu365h-hero .eu365h-container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
@media (max-width: 980px) {
  .eu365h-hero .eu365h-container { grid-template-columns: 1fr; gap: 32px; }
}

.eu365h-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Roboto Mono', ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  padding: 8px 14px; border: 1px solid rgba(1,244,130,0.35);
  border-radius: 999px;
  background: rgba(1,244,130,0.06);
  margin-bottom: 22px;
}
.eu365h-hero__eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--eu365h-green);
  box-shadow: 0 0 12px rgba(1,244,130,0.9);
  animation: eu365h-pulse 1.8s ease-in-out infinite;
}
@keyframes eu365h-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.eu365h-hero__title {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}
.eu365h-hero__subline {
  font-size: clamp(16px, 1.25vw, 19px);
  color: rgba(255,255,255,0.8);
  max-width: 620px;
  margin-bottom: 36px;
}

.eu365h-paths {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.eu365h-path {
  display: block;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
  color: #fff;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  position: relative; overflow: hidden;
}
.eu365h-path::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(1,244,130,0.12), transparent 55%);
  opacity: 0; transition: opacity .25s ease;
}
.eu365h-path:hover { transform: translateY(-3px); border-color: rgba(1,244,130,0.5); background: rgba(1,244,130,0.05); }
.eu365h-path:hover::before { opacity: 1; }
.eu365h-path > * { position: relative; z-index: 1; }
.eu365h-path__label {
  font-family: 'Roboto Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--eu365h-green);
}
.eu365h-path__title {
  font-size: 19px; font-weight: 700; margin: 8px 0 6px;
}
.eu365h-path__desc {
  font-size: 14px; color: rgba(255,255,255,0.72); margin-bottom: 14px;
  line-height: 1.5;
}
.eu365h-path__arrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--eu365h-green);
  font-size: 13px; font-weight: 500;
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 0.04em;
}
.eu365h-path__arrow svg { transition: transform .25s ease; }
.eu365h-path:hover .eu365h-path__arrow svg { transform: translateY(3px); }

/* ============ HERO VISUAL (rechts) ============ */
.eu365h-hero__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
@media (max-width: 980px) {
  .eu365h-hero__visual { margin: 0 auto; max-width: 420px; }
}
.eu365h-hero__visual svg { width: 100%; height: 100%; display: block; overflow: visible; }

/* Hintergrund-Orb */
.eu365h-hero__visual::before {
  content: ""; position: absolute; inset: 8% 4%;
  background: radial-gradient(circle at 50% 50%, rgba(1,244,130,0.18) 0%, rgba(1,244,130,0) 60%);
  border-radius: 50%;
  z-index: 0;
  animation: eu365h-breath 6s ease-in-out infinite;
}
@keyframes eu365h-breath {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* Ring-Rotation (äußerer Ring) */
.eu365h-viz-ring-outer { transform-origin: 280px 280px; animation: eu365h-rot 40s linear infinite; }
.eu365h-viz-ring-inner { transform-origin: 280px 280px; animation: eu365h-rot-rev 28s linear infinite; }
@keyframes eu365h-rot { to { transform: rotate(360deg); } }
@keyframes eu365h-rot-rev { to { transform: rotate(-360deg); } }

/* Sterne leuchten */
.eu365h-viz-star { animation: eu365h-twinkle 3s ease-in-out infinite; transform-origin: center; }
.eu365h-viz-star:nth-child(2)  { animation-delay: 0.2s; }
.eu365h-viz-star:nth-child(3)  { animation-delay: 0.4s; }
.eu365h-viz-star:nth-child(4)  { animation-delay: 0.6s; }
.eu365h-viz-star:nth-child(5)  { animation-delay: 0.8s; }
.eu365h-viz-star:nth-child(6)  { animation-delay: 1.0s; }
.eu365h-viz-star:nth-child(7)  { animation-delay: 1.2s; }
.eu365h-viz-star:nth-child(8)  { animation-delay: 1.4s; }
.eu365h-viz-star:nth-child(9)  { animation-delay: 1.6s; }
.eu365h-viz-star:nth-child(10) { animation-delay: 1.8s; }
.eu365h-viz-star:nth-child(11) { animation-delay: 2.0s; }
.eu365h-viz-star:nth-child(12) { animation-delay: 2.2s; }
@keyframes eu365h-twinkle {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 1; filter: drop-shadow(0 0 6px rgba(1,244,130,0.7)); }
}

/* Schild-Puls */
.eu365h-viz-shield { transform-origin: 280px 280px; animation: eu365h-shield-pulse 4s ease-in-out infinite; }
@keyframes eu365h-shield-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(1,244,130,0)); }
  50%      { transform: scale(1.03); filter: drop-shadow(0 0 18px rgba(1,244,130,0.45)); }
}

/* Haken zeichnen */
.eu365h-viz-check {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: eu365h-draw 3.2s ease-in-out infinite;
}
@keyframes eu365h-draw {
  0%       { stroke-dashoffset: 60; }
  40%      { stroke-dashoffset: 0; }
  85%      { stroke-dashoffset: 0; }
  100%     { stroke-dashoffset: 60; }
}

/* Daten-Partikel auf Bahnen */
.eu365h-viz-dot {
  offset-rotate: 0deg;
  animation: eu365h-flow 5s linear infinite;
}
.eu365h-viz-dot--a { offset-path: path("M 60 280 Q 170 150 280 280 Q 390 410 500 280"); animation-duration: 5s; }
.eu365h-viz-dot--b { offset-path: path("M 60 280 Q 170 410 280 280 Q 390 150 500 280"); animation-duration: 6s; animation-delay: 0.8s; }
.eu365h-viz-dot--c { offset-path: path("M 280 60 Q 150 170 280 280 Q 410 390 280 500"); animation-duration: 7s; animation-delay: 1.4s; }
.eu365h-viz-dot--d { offset-path: path("M 280 60 Q 410 170 280 280 Q 150 390 280 500"); animation-duration: 5.6s; animation-delay: 2.2s; }
@keyframes eu365h-flow {
  0%   { offset-distance: 0%;   opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

/* Floating Chips (Art.4, Compliance, …) */
.eu365h-viz-chip {
  position: absolute;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(1,244,130,0.3);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 6px;
  z-index: 3;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  animation: eu365h-float 6s ease-in-out infinite;
}
.eu365h-viz-chip::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--eu365h-green);
  box-shadow: 0 0 8px rgba(1,244,130,0.9);
}
.eu365h-viz-chip--1 { top:  8%; left: -4%;  animation-delay: 0s; }
.eu365h-viz-chip--2 { top: 38%; right: -6%; animation-delay: 1.5s; }
.eu365h-viz-chip--3 { bottom: 10%; left:  6%; animation-delay: 3s; }
@keyframes eu365h-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@media (max-width: 980px) {
  .eu365h-viz-chip--1 { left: 2%; }
  .eu365h-viz-chip--2 { right: 2%; }
}

/* ============ SECTIONS ============ */
.eu365h-section { padding: 100px 0; position: relative; }
.eu365h-block--light { background: #F7F8FA; color: var(--eu365h-text); }
.eu365h-block--dark { background: var(--eu365h-navy); color: var(--eu365h-white); position: relative; overflow: hidden; }
.eu365h-block--dark::before {
  content: "";
  position: absolute;
  bottom: -150px; right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(1,244,130,0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.eu365h-block--dark > .eu365h-container { position: relative; z-index: 1; }

.eu365h-section__eyebrow {
  display: inline-block;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--eu365h-teal);
  margin-bottom: 14px;
}
.eu365h-block--dark .eu365h-section__eyebrow { color: var(--eu365h-green); }
.eu365h-section__title {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  max-width: 820px;
  text-wrap: pretty;
}
.eu365h-block--dark .eu365h-section__title { color: var(--eu365h-white); }
.eu365h-section__subline {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--eu365h-text-muted);
  margin-top: 16px;
  max-width: 760px;
}
.eu365h-block--dark .eu365h-section__subline { color: rgba(255,255,255,0.75); }
.eu365h-mt-lg { margin-top: 120px; margin-bottom: 8px; }
.eu365h-ba + .eu365h-mt-lg { margin-top: 140px; }
.eu365h-cert + .eu365h-mt-lg { margin-top: 140px; }
.eu365h-mt-lg + .eu365h-section__subline { margin-top: 10px; margin-bottom: 24px; }

/* Benefits */
.eu365h-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.eu365h-benefit {
  display: flex; align-items: center; gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--eu365h-gray-soft);
  border-radius: 12px;
  box-shadow: var(--eu365h-shadow);
}
.eu365h-benefit__icon {
  width: 44px; height: 44px; flex: 0 0 44px;
  border-radius: 10px;
  background: rgba(1,244,130,0.12);
  color: var(--eu365h-teal);
  display: grid; place-items: center;
}
.eu365h-block--dark .eu365h-benefit__icon { color: var(--eu365h-green); }
.eu365h-benefit__text { font-size: 15px; font-weight: 500; line-height: 1.4; }

/* Before/After */
.eu365h-ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 760px) { .eu365h-ba { grid-template-columns: 1fr; } }
.eu365h-ba__card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--eu365h-gray-soft);
  border-radius: 14px;
}
.eu365h-ba__card--after { border-color: var(--eu365h-teal); box-shadow: 0 10px 30px rgba(20,131,92,0.1); }
.eu365h-ba__label {
  display: inline-block;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  margin-bottom: 16px;
}
.eu365h-ba__label--before { background: rgba(161,64,64,0.12); color: var(--eu365h-red); }
.eu365h-ba__label--after  { background: rgba(20,131,92,0.12); color: var(--eu365h-teal); }
.eu365h-ba__list { list-style: none; padding: 0; margin: 0; }
.eu365h-ba__item {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 10px 0; font-size: 15px;
}
.eu365h-ba__item svg { flex: 0 0 20px; margin-top: 2px; }

/* Timeline */
.eu365h-timeline, .eu365h-program {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.eu365h-step {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--eu365h-gray-soft);
  border-radius: 12px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.eu365h-step:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.eu365h-step__num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--eu365h-teal); color: #fff;
  display: grid; place-items: center;
  font-weight: 700; margin-bottom: 14px;
  font-family: 'Roboto Mono', monospace;
}
.eu365h-block--dark .eu365h-step__num { background: var(--eu365h-green); color: var(--eu365h-navy); }
.eu365h-step__duration {
  font-family: 'Roboto Mono', monospace;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--eu365h-teal);
  margin-bottom: 6px;
}
.eu365h-step__title { font-size: 17px; font-weight: 700; margin-bottom: 8px; margin-top: 4px; }
.eu365h-step__desc { font-size: 14px; color: var(--eu365h-text-muted); line-height: 1.5; }

/* Format-Bar */
.eu365h-format-bar {
  display: flex; flex-wrap: wrap; gap: 28px;
  margin-top: 32px;
  padding: 18px 24px;
  background: var(--eu365h-navy);
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
}
.eu365h-format-bar__item {
  display: inline-flex; align-items: center; gap: 8px;
}
.eu365h-format-bar__item svg { color: var(--eu365h-green); }

/* Certificate */
.eu365h-cert {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 820px) { .eu365h-cert { grid-template-columns: 1fr; } }
.eu365h-cert__title { font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.eu365h-cert__text { font-size: 15px; color: var(--eu365h-text-muted); margin-top: 8px; line-height: 1.55; }
.eu365h-block--dark .eu365h-cert__text { color: rgba(255,255,255,0.75); }

.eu365h-cert__mockup {
  position: relative;
  aspect-ratio: 1 / 1.33;
  max-width: 380px; width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 36px 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  border: 1px solid var(--eu365h-gray-soft);
  color: var(--eu365h-navy);
  display: flex; flex-direction: column;
  margin: 0 auto;
}
.eu365h-cert__mockup::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--eu365h-green), var(--eu365h-teal));
  border-radius: 12px 12px 0 0;
}
.eu365h-cert__mockup-eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--eu365h-teal);
  margin-bottom: 14px;
}
.eu365h-cert__mockup-title {
  font-size: 22px; font-weight: 700; line-height: 1.15;
  margin-bottom: 28px;
}
.eu365h-cert__mockup-name {
  font-size: 20px; font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px dashed var(--eu365h-gray);
  margin-bottom: 4px;
}
.eu365h-cert__mockup-sub { font-size: 13px; color: var(--eu365h-text-muted); }
.eu365h-cert__mockup-meta {
  display: flex; justify-content: space-between;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--eu365h-gray);
  margin-top: auto;
  padding-top: 24px;
}
.eu365h-cert__mockup-seal {
  position: absolute; bottom: 22px; right: 22px;
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--eu365h-navy); color: var(--eu365h-green);
  display: grid; place-items: center; text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  line-height: 1.2;
  box-shadow: 0 6px 18px rgba(37,39,60,0.3);
}

/* ============ ANIMIERTER TEILNAHMENACHWEIS / ZERTIFIKAT ============ */
.eu365h-certviz {
  position: relative;
  width: 100%; max-width: 420px;
  aspect-ratio: 1 / 1.33;
  margin: 0 auto;
  perspective: 1400px;
  z-index: 1;
}
.eu365h-certviz__card {
  position: absolute; inset: 0;
  background: #fff;
  border-radius: 14px;
  padding: 36px 30px 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35), 0 0 0 1px rgba(1,244,130,0.2);
  color: var(--eu365h-navy);
  display: flex; flex-direction: column;
  transform-style: preserve-3d;
  animation: eu365h-cert-tilt 10s ease-in-out infinite;
  overflow: hidden;
}
@keyframes eu365h-cert-tilt {
  0%, 100% { transform: rotateY(-6deg) rotateX(4deg); }
  50%      { transform: rotateY(6deg) rotateX(-2deg); }
}
/* Top stripe */
.eu365h-certviz__card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--eu365h-green), var(--eu365h-teal), var(--eu365h-green));
  background-size: 200% 100%;
  animation: eu365h-shimmer 4s linear infinite;
}
@keyframes eu365h-shimmer {
  0%   { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
/* Shine sweep */
.eu365h-certviz__card::after {
  content: ""; position: absolute; top: 0; left: -60%;
  width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(1,244,130,0.18) 50%, transparent 100%);
  transform: skewX(-18deg);
  animation: eu365h-shine 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes eu365h-shine {
  0%       { left: -60%; }
  60%, 100% { left: 130%; }
}
.eu365h-certviz__eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--eu365h-teal);
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.eu365h-certviz__eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--eu365h-green);
  box-shadow: 0 0 10px rgba(1,244,130,0.8);
  animation: eu365h-pulse 1.8s ease-in-out infinite;
}
.eu365h-certviz__title {
  font-size: 22px; font-weight: 700; line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.eu365h-certviz__award {
  font-family: 'Roboto Mono', monospace;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--eu365h-gray);
  margin-bottom: 4px;
}
.eu365h-certviz__name {
  font-size: 22px; font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.eu365h-certviz__name::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--eu365h-gray) 0 4px, transparent 4px 8px);
}
.eu365h-certviz__name-inner {
  display: inline-block;
  border-right: 2px solid var(--eu365h-green);
  overflow: hidden;
  white-space: nowrap;
  animation: eu365h-type 4s steps(14, end) infinite, eu365h-caret 0.8s step-end infinite;
  width: 0;
  vertical-align: bottom;
}
@keyframes eu365h-type {
  0%         { width: 0; }
  40%, 85%   { width: 14ch; }
  95%, 100%  { width: 0; }
}
@keyframes eu365h-caret {
  50% { border-color: transparent; }
}
.eu365h-certviz__sub {
  font-size: 13px; color: var(--eu365h-text-muted); margin-bottom: 18px;
}
.eu365h-certviz__chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 14px;
}
.eu365h-certviz__chip {
  font-family: 'Roboto Mono', monospace;
  font-size: 10px; letter-spacing: 0.08em;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(20,131,92,0.1);
  color: var(--eu365h-teal);
  border: 1px solid rgba(20,131,92,0.2);
  opacity: 0;
  animation: eu365h-chip-in 5s ease-in-out infinite;
}
.eu365h-certviz__chip:nth-child(1) { animation-delay: 0.4s; }
.eu365h-certviz__chip:nth-child(2) { animation-delay: 0.8s; }
.eu365h-certviz__chip:nth-child(3) { animation-delay: 1.2s; }
.eu365h-certviz__chip:nth-child(4) { animation-delay: 1.6s; }
@keyframes eu365h-chip-in {
  0%, 10%  { opacity: 0; transform: translateY(6px); }
  25%, 85% { opacity: 1; transform: translateY(0); }
  100%     { opacity: 1; transform: translateY(0); }
}
.eu365h-certviz__meta {
  display: flex; justify-content: space-between;
  font-family: 'Roboto Mono', monospace;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--eu365h-gray);
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--eu365h-gray-soft);
}
/* Seal */
.eu365h-certviz__seal {
  position: absolute; bottom: 56px; right: 26px;
  width: 78px; height: 78px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, var(--eu365h-green), var(--eu365h-teal), var(--eu365h-green));
  padding: 3px;
  animation: eu365h-rot 12s linear infinite;
  box-shadow: 0 8px 24px rgba(1,244,130,0.35);
}
.eu365h-certviz__seal-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--eu365h-navy);
  color: var(--eu365h-green);
  display: grid; place-items: center; text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  line-height: 1.2;
  animation: eu365h-rot-rev 12s linear infinite;
}
/* Guilloché background pattern */
.eu365h-certviz__guilloche {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}
.eu365h-certviz__card > * { position: relative; z-index: 1; }
/* Floating badges around card */
.eu365h-certviz__badge {
  position: absolute;
  z-index: 2;
  background: rgba(37,39,60,0.95);
  color: var(--eu365h-green);
  font-family: 'Roboto Mono', monospace;
  font-size: 10px; letter-spacing: 0.1em;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(1,244,130,0.4);
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
  animation: eu365h-float 5s ease-in-out infinite;
}
.eu365h-certviz__badge svg { width: 12px; height: 12px; }
.eu365h-certviz__badge--1 { top: 6%;  left: -10%; animation-delay: 0s; }
.eu365h-certviz__badge--2 { bottom: 14%; left: -6%; animation-delay: 1.5s; }
.eu365h-certviz__badge--3 { top: 44%; right: -12%; animation-delay: 2.5s; }
@media (max-width: 820px) {
  .eu365h-certviz__badge--1 { left: 2%; }
  .eu365h-certviz__badge--2 { left: 2%; }
  .eu365h-certviz__badge--3 { right: 2%; }
}
/* Professional variant (dark trim) */
.eu365h-certviz--pro .eu365h-certviz__card {
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(1,244,130,0.25);
}
.eu365h-certviz--pro .eu365h-certviz__eyebrow { color: var(--eu365h-teal); }

/* FAQ */
.eu365h-faq { margin-top: 24px; display: grid; gap: 10px; }
.eu365h-faq__item {
  background: #fff;
  border: 1px solid var(--eu365h-gray-soft);
  border-radius: 10px;
  overflow: hidden;
}
.eu365h-faq__q {
  cursor: pointer; list-style: none;
  padding: 18px 48px 18px 22px;
  font-weight: 500; font-size: 16px;
  position: relative;
  transition: background .2s;
}
.eu365h-faq__q::-webkit-details-marker { display: none; }
.eu365h-faq__q::after {
  content: "+";
  position: absolute; right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px; font-weight: 300; color: var(--eu365h-teal);
  transition: transform .25s;
}
.eu365h-faq__item[open] .eu365h-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.eu365h-faq__a {
  padding: 0 22px 20px; font-size: 15px;
  color: var(--eu365h-text-muted); line-height: 1.6;
}

/* Preis */
.eu365h-price {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 24px;
  align-items: center;
  padding: 36px 40px;
  background: var(--eu365h-navy);
  color: #fff;
  border-radius: 16px;
  position: relative; overflow: hidden;
}
.eu365h-price::after {
  content: ""; position: absolute;
  top: -80px; right: -80px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(1,244,130,0.16) 0%, transparent 60%);
  pointer-events: none;
}
@media (max-width: 720px) { .eu365h-price { grid-template-columns: 1fr; padding: 28px; } }
.eu365h-price__label {
  font-family: 'Roboto Mono', monospace;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--eu365h-green);
  margin-bottom: 10px;
}
.eu365h-price__amount {
  font-size: 32px; font-weight: 700;
}
.eu365h-price__amount span { color: var(--eu365h-green); }
.eu365h-price__sub { font-size: 14px; color: rgba(255,255,255,0.75); margin-top: 10px; }
.eu365h-price__mwst { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* Buttons */
.eu365h-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600; font-size: 15px;
  text-decoration: none;
  transition: transform .15s ease, background .2s, color .2s;
  cursor: pointer;
}
.eu365h-btn--primary {
  background: var(--eu365h-green);
  color: var(--eu365h-navy);
  border: 1px solid var(--eu365h-green);
}
.eu365h-btn--primary:hover { transform: translateY(-1px); background: #00d973; }

/* Assessment */
.eu365h-assessment {
  margin-top: 32px;
  display: flex; align-items: center; gap: 24px;
  padding: 24px 28px;
  background: rgba(1,244,130,0.08);
  border: 1px solid rgba(1,244,130,0.3);
  border-radius: 14px;
  color: #fff;
}
.eu365h-assessment__badge {
  width: 86px; height: 86px; flex: 0 0 86px;
  border-radius: 50%;
  background: var(--eu365h-green);
  color: var(--eu365h-navy);
  display: grid; place-items: center;
  font-family: 'Roboto Mono', monospace;
  font-weight: 700; font-size: 14px; letter-spacing: 0.04em;
  line-height: 1.15; text-align: center;
}
.eu365h-assessment__title { font-weight: 700; font-size: 18px; margin-bottom: 4px; }
.eu365h-assessment__text { font-size: 14px; color: rgba(255,255,255,0.8); }

/* Audience */
.eu365h-audience {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.eu365h-audience__item {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  font-size: 15px;
}
.eu365h-audience__item svg { color: var(--eu365h-green); flex: 0 0 20px; }

/* Crosslink */
.eu365h-crosslink {
  margin-top: 48px;
  padding: 18px 22px;
  border-top: 1px solid var(--eu365h-gray-soft);
  font-size: 15px;
  color: var(--eu365h-text-muted);
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.eu365h-crosslink a { color: var(--eu365h-teal); font-weight: 600; }

/* Final */
.eu365h-final {
  padding: 100px 0;
  background: #F7F8FA;
  text-align: center;
}
.eu365h-final .eu365h-container { text-align: center; display: flex; flex-direction: column; align-items: center; }
.eu365h-final__accent-line {
  display: inline-block; width: 64px; height: 4px;
  background: var(--eu365h-green);
  border-radius: 4px;
  margin-bottom: 24px;
}
.eu365h-root .eu365h-final__title {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  max-width: 820px;
  margin: 0 auto 20px;
  text-wrap: pretty;
}
.eu365h-root .eu365h-final__text {
  font-size: 17px; color: var(--eu365h-text-muted);
  max-width: 680px; margin: 0 auto 32px;
}

/* ============================================================
   OVERRIDE v3 (inline) – Block 1 dunkel
   ============================================================ */
.eu365h-root #certified-user.eu365h-block--light {
  background: linear-gradient(180deg, #25273C 0%, #2A2D45 100%);
  color: var(--eu365h-white);
  position: relative; overflow: hidden;
}
.eu365h-root #certified-user.eu365h-block--light::before {
  content: ""; position: absolute;
  top: -150px; left: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(1,244,130,0.08) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}
.eu365h-root #certified-user.eu365h-block--light > .eu365h-container { position: relative; z-index: 1; }
.eu365h-root #certified-user .eu365h-section__eyebrow { color: var(--eu365h-green); }
.eu365h-root #certified-user .eu365h-section__title,
.eu365h-root #certified-user .eu365h-cert__title { color: var(--eu365h-white); }
.eu365h-root #certified-user .eu365h-section__subline,
.eu365h-root #certified-user .eu365h-cert__text { color: rgba(255,255,255,0.75); }
.eu365h-root #certified-user .eu365h-benefit { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-user .eu365h-benefit__text { color: var(--eu365h-white); }
.eu365h-root #certified-user .eu365h-benefit__icon { color: var(--eu365h-green); }
.eu365h-root #certified-user .eu365h-ba__card { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-user .eu365h-ba__card--after { border-color: var(--eu365h-green); box-shadow: 0 10px 40px rgba(1,244,130,0.15); }
.eu365h-root #certified-user .eu365h-ba__item { color: rgba(255,255,255,0.92); }
.eu365h-root #certified-user .eu365h-ba__label--before { background: rgba(180,80,80,0.2); color: #ff9999; }
.eu365h-root #certified-user .eu365h-ba__label--after  { background: rgba(1,244,130,0.15); color: var(--eu365h-green); }
.eu365h-root #certified-user .eu365h-step { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-user .eu365h-step:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.eu365h-root #certified-user .eu365h-step__title { color: var(--eu365h-white); }
.eu365h-root #certified-user .eu365h-step__desc { color: rgba(255,255,255,0.72); }
.eu365h-root #certified-user .eu365h-step__duration { color: var(--eu365h-green); }
.eu365h-root #certified-user .eu365h-format-bar { background: var(--eu365h-white); color: var(--eu365h-navy); }
.eu365h-root #certified-user .eu365h-format-bar__item svg { color: var(--eu365h-teal); }
.eu365h-root #certified-user .eu365h-cert__mockup { box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.eu365h-root #certified-user .eu365h-faq__item { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-user .eu365h-faq__item:hover .eu365h-faq__q { background: rgba(1,244,130,0.08); }
.eu365h-root #certified-user .eu365h-faq__q { color: var(--eu365h-white); }
.eu365h-root #certified-user .eu365h-faq__q::after { color: var(--eu365h-green); }
.eu365h-root #certified-user .eu365h-faq__a { color: rgba(255,255,255,0.72); }
.eu365h-root #certified-user .eu365h-price { background: var(--eu365h-white); color: var(--eu365h-navy); }
.eu365h-root #certified-user .eu365h-price::after { background: radial-gradient(circle, rgba(1,244,130,0.12) 0%, transparent 60%); }
.eu365h-root #certified-user .eu365h-price__label { color: var(--eu365h-teal); }
.eu365h-root #certified-user .eu365h-price__amount span { color: var(--eu365h-teal); }
.eu365h-root #certified-user .eu365h-price__sub { color: var(--eu365h-text-muted); }
.eu365h-root #certified-user .eu365h-price__mwst { color: var(--eu365h-gray); }
.eu365h-root #certified-user .eu365h-crosslink { border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.72); }
.eu365h-root #certified-user .eu365h-crosslink a { color: var(--eu365h-green); }
.eu365h-root #certified-user .eu365h-crosslink:hover { border-color: var(--eu365h-green); }

/* ============================================================
   BLOCK 2 – Dark-Styling für weiße Karten
   ============================================================ */
.eu365h-root #certified-professional .eu365h-benefit { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-professional .eu365h-benefit__text { color: var(--eu365h-white); }
.eu365h-root #certified-professional .eu365h-benefit__icon { background: rgba(1,244,130,0.15); color: var(--eu365h-green); }
.eu365h-root #certified-professional .eu365h-step { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-professional .eu365h-step:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.eu365h-root #certified-professional .eu365h-step__title { color: var(--eu365h-white); }
.eu365h-root #certified-professional .eu365h-step__desc { color: rgba(255,255,255,0.72); }
.eu365h-root #certified-professional .eu365h-step__duration { color: var(--eu365h-green); }
.eu365h-root #certified-professional .eu365h-faq__item { background: #2F3149; border-color: rgba(255,255,255,0.1); }
.eu365h-root #certified-professional .eu365h-faq__item:hover .eu365h-faq__q { background: rgba(1,244,130,0.08); }
.eu365h-root #certified-professional .eu365h-faq__q { color: var(--eu365h-white); }
.eu365h-root #certified-professional .eu365h-faq__q::after { color: var(--eu365h-green); }
.eu365h-root #certified-professional .eu365h-faq__a { color: rgba(255,255,255,0.72); }
.eu365h-root #certified-professional .eu365h-format-bar { background: #fff; color: var(--eu365h-navy); }
.eu365h-root #certified-professional .eu365h-format-bar__item svg { color: var(--eu365h-teal); }
.eu365h-root #certified-professional .eu365h-crosslink { border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.72); }
.eu365h-root #certified-professional .eu365h-crosslink a { color: var(--eu365h-green); }

@media (prefers-reduced-motion: reduce) {
  .eu365h-root * { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; }
}/* End custom CSS */