/* =========================================================
   TSB BIRMENSDORF – PREMIUM CSS FEINSCHLIFF
   Vollständige Austauschdatei für Zoho Sites
   Fokus: ruhiger Premium-Look, bessere Mobile-Darstellung,
   konsistente Buttons, Cards, Header, Banner und Footer
========================================================= */

/* =========================================================
   01 – DESIGN TOKENS
========================================================= */

:root {
  --navy-980: #040912;
  --navy-950: #07111f;
  --navy-900: #0b1629;
  --navy-850: #10243d;
  --navy-800: #142b48;

  --blue-700: #1e3a8a;
  --blue-650: #2457c5;
  --blue-600: #2a74e6;
  --blue-500: #1f7cf0;
  --blue-350: #7db7ff;
  --blue-200: #bfdbfe;

  --white: #ffffff;
  --paper: #ffffff;
  --light: #f8fafc;
  --light-2: #f1f5f9;
  --light-3: #e8eef6;

  --text: #07111f;
  --text-soft: #334155;
  --muted: #475569;
  --muted-light: #64748b;
  --border: rgba(148, 163, 184, 0.24);

  --danger-900: #7f1d1d;
  --danger-800: #991b1b;
  --warning-800: #7c2d12;
  --warning-400: #fb923c;

  --radius-card: 20px;
  --radius-panel: 24px;
  --radius-small: 12px;
  --radius-button: 12px;
  --radius-pill: 999px;

  --max-width: 1400px;

  --shadow-soft:
    0 18px 44px rgba(15, 23, 42, 0.07),
    0 2px 10px rgba(15, 23, 42, 0.035);

  --shadow-hover:
    0 24px 58px rgba(15, 23, 42, 0.105),
    0 6px 18px rgba(15, 23, 42, 0.05);

  --shadow-blue:
    0 22px 58px rgba(42, 116, 230, 0.16),
    0 6px 18px rgba(15, 23, 42, 0.05);

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* =========================================================
   02 – RESET & BASIS
========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  background: #ffffff;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family:
    "Open Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

img,
iframe,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family:
    "Outfit",
    "Open Sans",
    system-ui,
    sans-serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--text);
}

::selection {
  background: rgba(42, 116, 230, 0.22);
}

/* =========================================================
   03 – CONTAINER & HILFSKLASSEN
========================================================= */

.container {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(22px, 4vw, 56px);
  padding-right: clamp(22px, 4vw, 56px);
}

.narrow {
  max-width: 880px;
}

.text-center {
  text-align: center;
}

.center {
  justify-content: center;
}

/* =========================================================
   04 – ZOHO FIXES / GLOBAL OVERRIDES
========================================================= */

main,
main section,
.section,
.subpage-hero,
.hero,
.home-hero-simple {
  width: 100%;
}

main > section:first-child,
.zpsection:first-child,
.theme-section:first-child {
  margin-top: 0 !important;
}

/* Zoho overflow / spacing noise reduzieren */
.zpsection,
.zprow,
.zpelem,
.theme-section {
  max-width: 100%;
}

/* Zoho-Navigation: Standardsprache/More möglichst neutralisieren, falls sichtbar */
.zpmmore,
.zp-menu-more,
.theme-navigation-and-icons .more,
.theme-navigation-and-icons [data-zp-more-menu],
.theme-navigation-and-icons .zpmoremenu {
  font-weight: 700;
}

/* =========================================================
   05 – SEKTIONEN
========================================================= */

.section {
  position: relative;
  padding: clamp(82px, 6vw, 116px) 0;
}

.section-light,
.section--light {
  background:
    radial-gradient(circle at 0 0, rgba(42, 116, 230, 0.055), transparent 36%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.section-white,
.section--white {
  background: #ffffff;
}

.section-blue,
.section--blue,
.cta-section {
  background:
    radial-gradient(circle at top left, rgba(42, 116, 230, 0.20), transparent 36%),
    radial-gradient(circle at bottom right, rgba(125, 183, 255, 0.10), transparent 42%),
    linear-gradient(135deg, #07111f 0%, #091523 42%, #0b1629 100%);
  color: #ffffff;
}

.section-white + .section-light,
.section-light + .section-white,
.section-blue + .section-white,
.section--blue + .section--white {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

/* =========================================================
   06 – EYEBROWS / ÜBERTITEL
========================================================= */

.section-eyebrow,
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 1;
}

.section-blue .section-eyebrow,
.section--blue .section-eyebrow,
.cta-section .section-eyebrow,
.hero-eyebrow {
  color: var(--blue-350);
}

/* =========================================================
   07 – TITEL & TEXTE
========================================================= */

.section-header {
  max-width: 860px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(38px, 4.1vw, 60px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -0.038em;
}

.section-text,
.section-subtitle,
.section-lead {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.split .section-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

/* =========================================================
   08 – HERO
========================================================= */

.subpage-hero,
.home-hero-simple,
.hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: clamp(92px, 8vw, 132px) 0 clamp(96px, 8vw, 136px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(42, 116, 230, 0.22), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(125, 183, 255, 0.11), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b1629 54%, #10243d 100%);
  color: #ffffff;
}

.subpage-hero::before,
.home-hero-simple::before,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.42), transparent 78%);
}

.subpage-hero::after,
.home-hero-simple::after,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,17,31,0.05) 0%, rgba(7,17,31,0.36) 100%);
}

.subpage-title,
.hero-title {
  max-width: 1120px;
  margin-bottom: 26px;
  color: #ffffff !important;
  font-size: clamp(54px, 5.6vw, 92px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: none;
}

.subpage-lead,
.hero-subtitle {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.72;
}

.hero-overlay {
  display: none;
}

/* =========================================================
   09 – HERO META
========================================================= */

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-meta-item {
  padding: 10px 17px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  backdrop-filter: blur(10px);
}

/* =========================================================
   10 – BUTTONS
========================================================= */

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.btn,
button,
input[type="submit"] {
  font-family: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: var(--radius-button);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.01em;
  text-transform: none;
  cursor: pointer;
  transition:
    transform 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    background 0.22s var(--ease),
    border-color 0.22s var(--ease),
    color 0.22s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
.text-link:focus-visible,
.staff-banner-link:focus-visible,
.notice-link:focus-visible,
.header-portal-link:focus-visible {
  outline: 3px solid rgba(125, 183, 255, 0.55);
  outline-offset: 3px;
}

.btn--primary,
.btn-primary {
  background: linear-gradient(135deg, var(--blue-600), var(--blue-650));
  color: #ffffff;
  box-shadow: 0 15px 34px rgba(42, 116, 230, 0.26);
}

.btn--primary:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 20px 42px rgba(42, 116, 230, 0.30);
}

.btn--secondary,
.btn--portal {
  background: rgba(255,255,255,0.065);
  border-color: rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
}

.btn--secondary:hover,
.btn--portal:hover {
  background: rgba(255,255,255,0.11);
  border-color: rgba(255,255,255,0.30);
  color: #ffffff;
}

.btn--secondary-dark {
  border-color: rgba(15, 23, 42, 0.14);
  background: #ffffff;
  color: var(--text);
}

.btn--secondary-dark:hover {
  background: rgba(15, 23, 42, 0.045);
  border-color: rgba(15, 23, 42, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--blue-600);
  font-size: 14px;
  font-weight: 780;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.text-link:hover {
  opacity: 0.84;
  transform: translateX(2px);
}

/* =========================================================
   11 – BADGES
========================================================= */

.badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 116, 230, 0.11);
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   12 – GRIDS & LAYOUTS
========================================================= */

.feature-grid,
.offer-grid,
.pricing-grid,
.course-grid,
.rules-grid,
.steps-grid {
  display: grid;
  gap: 30px;
}

.feature-grid,
.rules-grid {
  grid-template-columns: repeat(4, 1fr);
}

.offer-grid,
.pricing-grid,
.course-grid {
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.contact-layout,
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 32px;
}

/* =========================================================
   13 – CARDS / KARTEN
========================================================= */

.card,
.feature-card,
.offer-card,
.pricing-card,
.course-card,
.rule-card,
.step-card,
.info-box,
.cta-card,
.contact-card-large,
.contact-card-side {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: 34px;
  color: var(--text);
  transition:
    transform 0.24s var(--ease),
    box-shadow 0.24s var(--ease),
    border-color 0.24s var(--ease),
    background 0.24s var(--ease);
}

.feature-card,
.offer-card,
.pricing-card,
.step-card {
  padding: 32px;
}

.feature-card:hover,
.offer-card:hover,
.pricing-card:hover,
.course-card:hover,
.rule-card:hover,
.step-card:hover,
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(42, 116, 230, 0.20);
  box-shadow: var(--shadow-hover);
}

.offer-card--featured,
.pricing-card--featured,
.course-card--highlight {
  transform: translateY(-3px);
  border-color: rgba(42, 116, 230, 0.30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 251, 255, 1));
  box-shadow: var(--shadow-blue);
}

.card h1,
.card h2,
.card h3,
.card h4,
.feature-card h1,
.feature-card h2,
.feature-card h3,
.feature-card h4,
.offer-card h1,
.offer-card h2,
.offer-card h3,
.offer-card h4,
.pricing-card h1,
.pricing-card h2,
.pricing-card h3,
.pricing-card h4,
.course-card h1,
.course-card h2,
.course-card h3,
.course-card h4,
.rule-card h1,
.rule-card h2,
.rule-card h3,
.rule-card h4,
.step-card h1,
.step-card h2,
.step-card h3,
.step-card h4,
.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4,
.cta-card h1,
.cta-card h2,
.cta-card h3,
.cta-card h4,
.contact-card-large h1,
.contact-card-large h2,
.contact-card-large h3,
.contact-card-large h4,
.contact-card-side h1,
.contact-card-side h2,
.contact-card-side h3,
.contact-card-side h4 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.022em;
  opacity: 1;
}

.card p,
.feature-card p,
.offer-card p,
.pricing-card p,
.course-card p,
.rule-card p,
.step-card p,
.info-box p,
.cta-card p,
.contact-card-large p,
.contact-card-side p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.74;
  opacity: 1;
}

/* =========================================================
   14 – BILDER IN KARTEN
========================================================= */

.feature-image,
.feature-card img,
.offer-card img,
.infrastructure-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 26px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    filter 0.35s var(--ease);
}

.feature-card:hover .feature-image,
.feature-card:hover img,
.offer-card:hover img,
.infrastructure-card:hover img {
  transform: scale(1.012);
  filter: saturate(1.03) contrast(1.02);
}

/* =========================================================
   15 – PREISE / KURSE
========================================================= */

.pricing-note,
.course-duration {
  color: var(--muted-light);
  font-size: 14px;
  margin-bottom: 12px;
}

.pricing-price,
.course-price {
  margin: 20px 0 22px;
  color: var(--navy-900);
  font-family: "Outfit", "Open Sans", sans-serif;
  font-size: 46px;
  font-weight: 830;
  line-height: 1;
  letter-spacing: -0.035em;
}

.pricing-price span {
  color: var(--muted-light);
  font-size: 17px;
  letter-spacing: 0;
}

.pricing-price-small {
  font-size: 40px;
}


/* =========================================================
   16 – LISTEN
========================================================= */

.card-list,
.why-list,
.opening-hours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-list li,
.why-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
  color: var(--text-soft);
  line-height: 1.65;
}

.card-list li::before,
.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-600);
  font-weight: 900;
}

/* =========================================================
   17 – PROZESS / SCHRITTE
========================================================= */

.process-steps {
  padding-left: 22px;
}

.process-steps li {
  margin-bottom: 14px;
  color: var(--text-soft);
  line-height: 1.7;
}

.rule-card span,
.step-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue-600);
  font-size: 17px;
  font-weight: 820;
}

/* =========================================================
   18 – KONTAKT / ÖFFNUNGSZEITEN
========================================================= */

.contact-block {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.contact-block:last-child {
  border-bottom: 0;
}

.contact-block h3 {
  margin-bottom: 6px;
  color: var(--text);
  font-size: 18px;
}

.contact-block a {
  color: var(--blue-600);
  font-weight: 780;
}

.opening-hours {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.opening-hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  line-height: 1.6;
}

.opening-hours span {
  color: var(--muted);
}

.opening-hours strong {
  color: var(--text);
  font-weight: 820;
}

.opening-note {
  margin-top: 16px;
  color: var(--muted-light);
  font-size: 14px;
}

/* =========================================================
   19 – MAP / STANDORT
========================================================= */

.map-card {
  overflow: hidden;
  min-height: 400px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.map-card iframe {
  width: 100%;
  min-height: 400px;
  display: block;
  border: 0;
}

/* =========================================================
   20 – FAQ
========================================================= */

.faq {
  display: grid;
  gap: 14px;
}

.faq-group + .faq-group {
  margin-top: 64px;
}

.faq-group-title {
  margin-bottom: 24px;
  color: var(--text);
  font-size: 28px;
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.faq details {
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--text);
  font-weight: 800;
}

.faq details p,
.faq details ul {
  margin-top: 0;
  padding-left: 22px;
  padding-right: 22px;
  color: var(--muted);
  line-height: 1.75;
}

.faq details p:last-child,
.faq details ul:last-child {
  padding-bottom: 20px;
}

/* =========================================================
   21 – LEGAL SEITEN
========================================================= */

.legal-hero {
  min-height: 38vh;
  padding: 80px 0 70px;
}

.legal-hero .subpage-title {
  max-width: 1050px;
  font-size: clamp(44px, 4.4vw, 72px);
  line-height: 1.02;
}

.legal-hero .subpage-lead {
  max-width: 760px;
  font-size: 18px;
}

.legal-content {
  max-width: 760px;
}

.legal-content h2 {
  margin-top: 38px;
  margin-bottom: 14px;
  color: var(--text);
  font-size: 38px;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 22px;
  font-weight: 780;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.legal-content p,
.legal-content ul,
.legal-content ol {
  margin-bottom: 14px;
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

.legal-content a {
  color: var(--blue-600);
  font-weight: 700;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-content hr {
  margin: 54px 0;
  border: 0;
  border-top: 1px solid var(--border);
}

/* =========================================================
   22 – FOOTER
========================================================= */

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(42, 116, 230, 0.12), transparent 34%),
    linear-gradient(135deg, #040912 0%, #07111f 54%, #0b1629 100%);
  color: rgba(255, 255, 255, 0.76);
  padding: 68px 0 30px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 54px;
  align-items: start;
}

.footer-title {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.7;
}

.footer-heading {
  margin-bottom: 14px;
  color: var(--blue-350);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.6;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  word-break: break-word;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.6;
}

/* =========================================================
   23 – DUNKLE SEKTIONEN / TEXTFIXES
========================================================= */

.section-blue .section-title,
.section--blue .section-title,
.cta-section .section-title,
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section--blue h1,
.section--blue h2,
.section--blue h3,
.cta-section h1,
.cta-section h2,
.cta-section h3 {
  color: #ffffff;
}

.section-blue .section-text,
.section--blue .section-text,
.cta-section .section-text,
.section-blue .section-subtitle,
.section--blue .section-subtitle,
.cta-section .section-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.section-blue .card,
.section-blue .info-box,
.section-blue .cta-card,
.section--blue .card,
.section--blue .info-box,
.section--blue .cta-card,
.cta-section .card,
.cta-section .info-box,
.cta-section .cta-card {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
}

.section-blue .card h1,
.section-blue .card h2,
.section-blue .card h3,
.section-blue .card h4,
.section-blue .info-box h1,
.section-blue .info-box h2,
.section-blue .info-box h3,
.section-blue .info-box h4,
.section-blue .cta-card h1,
.section-blue .cta-card h2,
.section-blue .cta-card h3,
.section-blue .cta-card h4,
.section--blue .card h1,
.section--blue .card h2,
.section--blue .card h3,
.section--blue .card h4,
.section--blue .info-box h1,
.section--blue .info-box h2,
.section--blue .info-box h3,
.section--blue .info-box h4,
.section--blue .cta-card h1,
.section--blue .cta-card h2,
.section--blue .cta-card h3,
.section--blue .cta-card h4,
.cta-section .card h1,
.cta-section .card h2,
.cta-section .card h3,
.cta-section .card h4,
.cta-section .info-box h1,
.cta-section .info-box h2,
.cta-section .info-box h3,
.cta-section .info-box h4,
.cta-section .cta-card h1,
.cta-section .cta-card h2,
.cta-section .cta-card h3,
.cta-section .cta-card h4 {
  color: var(--text);
}

.section-blue .card p,
.section-blue .info-box p,
.section-blue .cta-card p,
.section--blue .card p,
.section--blue .info-box p,
.section--blue .cta-card p,
.cta-section .card p,
.cta-section .info-box p,
.cta-section .cta-card p {
  color: var(--muted);
}

.section-blue .card li,
.section-blue .info-box li,
.section-blue .cta-card li,
.section--blue .card li,
.section--blue .info-box li,
.section--blue .cta-card li,
.cta-section .card li,
.cta-section .info-box li,
.cta-section .cta-card li {
  color: var(--text-soft);
}

/* =========================================================
   24 – HINWEISBANNER / GESCHLOSSEN
========================================================= */

.notice-banner {
  background:
    radial-gradient(circle at top left, rgba(251, 146, 60, 0.22), transparent 38%),
    linear-gradient(135deg, var(--danger-900) 0%, var(--danger-800) 48%, var(--warning-800) 100%);
  color: #ffffff;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
}

.notice-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.notice-content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #ffffff;
}

.notice-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.notice-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notice-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.5;
}

.notice-title {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.2;
}

.notice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius-button);
  background: rgba(255, 255, 255, 0.94);
  color: #7f1d1d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.notice-link:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

/* =========================================================
   25 – INFORMATIONSBANNER / STELLEN
========================================================= */

.staff-banner {
  background:
    radial-gradient(circle at top left, rgba(42, 116, 230, 0.24), transparent 38%),
    linear-gradient(135deg, #07111f 0%, #0b1629 55%, #10243d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(42, 116, 230, 0.28);
  color: #ffffff;
  padding: 24px 0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.20);
}

.staff-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.staff-banner-content {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.55;
}

.staff-banner-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: var(--radius-pill);
  background: rgba(42, 116, 230, 0.18);
  border: 1px solid rgba(125, 183, 255, 0.28);
  color: var(--blue-350);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.staff-banner-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.staff-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--radius-button);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-650));
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(42, 116, 230, 0.26);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.staff-banner-link:hover {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(42, 116, 230, 0.30);
}

/* =========================================================
   26 – BEWERTUNGEN
========================================================= */

.testimonial-stars {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 15px;
}

.testimonial-name {
  margin-top: 18px;
  color: var(--text);
  font-weight: 780;
}

/* =========================================================
   27 – KUNDENPORTAL / HERO TOPBAR
========================================================= */

.btn.btn--portal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px !important;
  min-height: 52px;
  background: rgba(71, 85, 105, 0.88) !important;
  border: 1px solid rgba(148, 163, 184, 0.24) !important;
  border-radius: var(--radius-button);
  color: #ffffff !important;
  box-shadow: none !important;
  transition:
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    transform 0.2s var(--ease);
}

.btn.btn--portal:hover {
  background: rgba(51, 65, 85, 0.94) !important;
  border-color: rgba(148, 163, 184, 0.34) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.portal-lock {
  margin-right: 2px;
  font-size: 12px;
  line-height: 1;
  opacity: 0.72;
}

.subpage-hero .btn-group {
  margin-bottom: 42px;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.header-portal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
  backdrop-filter: blur(10px);
  transition:
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    color 0.25s var(--ease),
    transform 0.2s var(--ease);
}

.header-portal-link:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.28);
  color: #ffffff;
  transform: translateY(-1px);
}

/* =========================================================
   28 – HEADER / NAV FEINSCHLIFF FÜR ZOHO
   Greift defensiv auf häufige Zoho-Theme-Klassen.
========================================================= */

.theme-header,
.zpheader-style-01,
.zpheader-style-02,
.zpheader-style-03,
.zpheader-style-04,
.zpheader-style-05,
.zpheader-style-06,
.zpheader-style-07,
.zpheader-style-08,
.zpheader-style-09,
.zpheader-style-10 {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.theme-navigation-and-icons a,
.theme-navigation-and-icons li a,
.zpnavmenu a,
.zpnavmenu li a {
  font-weight: 720;
  letter-spacing: 0.005em;
  transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.theme-navigation-and-icons a:hover,
.zpnavmenu a:hover {
  opacity: 0.86;
}

/* =========================================================
   29 – RESPONSIVE TABLET
========================================================= */

@media (max-width: 991px) {
  html {
    scroll-padding-top: 96px;
  }

  .subpage-hero,
  .home-hero-simple,
  .hero {
    min-height: auto;
    padding: 88px 0 92px;
  }

  .subpage-title,
  .hero-title {
    font-size: clamp(48px, 7.6vw, 76px);
  }

  .subpage-lead,
  .hero-subtitle {
    font-size: 18px;
  }

  .section-title {
    font-size: clamp(36px, 5vw, 54px);
  }

  .feature-grid,
  .rules-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-grid,
  .pricing-grid,
  .course-grid,
  .split,
  .contact-layout,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .offer-card,
  .pricing-card,
  .course-card,
  .rule-card,
  .step-card,
  .card,
  .info-box,
  .cta-card,
  .contact-card-large,
  .contact-card-side {
    padding: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* =========================================================
   30 – RESPONSIVE MOBILE
========================================================= */

@media (max-width: 767px) {
  html {
    scroll-padding-top: 88px;
  }

  .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .subpage-hero,
  .home-hero-simple,
  .hero {
    min-height: auto;
    padding: 70px 0 76px;
  }

  .subpage-title,
  .hero-title {
    font-size: clamp(38px, 10.3vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .subpage-lead,
  .hero-subtitle {
    font-size: 17px;
    line-height: 1.66;
  }

  .section {
    padding: 66px 0;
  }

  .section-header {
    margin-bottom: 38px;
  }

  .section-title {
    font-size: clamp(31px, 8.6vw, 43px);
    letter-spacing: -0.036em;
  }

  .section-text,
  .section-subtitle,
  .section-lead,
  .split .section-text {
    font-size: 17px;
    line-height: 1.66;
  }

  .section-eyebrow,
  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .feature-grid,
  .rules-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .btn-group {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .feature-card,
  .offer-card,
  .pricing-card,
  .course-card,
  .rule-card,
  .step-card,
  .card,
  .info-box,
  .cta-card,
  .contact-card-large,
  .contact-card-side {
    padding: 25px;
    border-radius: 18px;
  }

  .pricing-price,
  .course-price {
    font-size: 40px;
  }

  .opening-hours li {
    flex-direction: column;
    gap: 4px;
  }

  .notice-banner,
  .staff-banner {
    padding: 20px 0;
  }

  .notice-inner,
  .notice-content,
  .staff-banner-inner,
  .staff-banner-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .notice-content,
  .staff-banner-content {
    gap: 12px;
  }

  .notice-link,
  .staff-banner-link {
    width: 100%;
  }

  .hero-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-portal-link {
    padding: 11px 18px;
  }

  .legal-hero {
    padding: 64px 0;
  }

  .legal-content h2 {
    font-size: 32px;
  }

  .site-footer {
    padding: 50px 0 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================================================
   31 – MOTION / ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.pricing-addon {
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(25, 92, 255, 0.12);
  box-shadow: 0 14px 35px rgba(15, 35, 70, 0.06);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.pricing-addon h3 {
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.1;
}

.pricing-addon p {
  margin: 0;
  max-width: 760px;
  color: #4d5b75;
  line-height: 1.7;
}

.pricing-addon-price {
  flex-shrink: 0;
  white-space: nowrap;

  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #07152f;
}

.pricing-addon-price span {
  font-size: 15px;
  font-weight: 600;
  color: #66748e;
}

@media (max-width: 900px) {

  .pricing-addon {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .pricing-addon-price {
    font-size: 34px;
  }

}