/* ============================================================
   HRTIME /ZEITERFASSUNG - CSS V2 - KORRIGIERT
   Angepasst an Global-CSS Styles
   Stand: Dezember 2025
   
   Farben:
   - Primary Dark: #0B1933
   - Primary Blue: #5272C5
   - Accent Orange: #E65100
   - Light BG: #f0f0ef
   - Light Blue: #D4E3F0
   ============================================================ */

/* ============================================================
   SEKTION 1: HERO HEADER V2 - HELL MIT ANIMIERTEN COUNTERN
   ============================================================ */

:root {
  --hrt-hero-gradient-start: #f0f0ef;
  --hrt-hero-gradient-mid: #e8ecf2;
  --hrt-hero-gradient-end: #D4E3F0;
  --hrt-hero-padding-top: 80px;
  --hrt-hero-padding-bottom: 0px;
  --hrt-wave-height: 240px;
  --hrt-wave-color: #ffffff;
  --hrt-stat-bg: rgba(255, 255, 255, 0.7);
  --hrt-stat-bg-hover: rgba(255, 255, 255, 0.9);
  --hrt-stat-border: rgba(82, 114, 197, 0.15);
}

.hrtime-process-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5272C5;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.hrtime2-process-label {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #5272C5 !important;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.hrt-ze-hero-v2 {
  background: linear-gradient(180deg, var(--hrt-hero-gradient-start) 0%, var(--hrt-hero-gradient-start) 30%, var(--hrt-hero-gradient-mid) 50%, var(--hrt-hero-gradient-end) 100%);
  padding: var(--hrt-hero-padding-top) 0 var(--hrt-hero-padding-bottom);
  position: relative;
  overflow: visible;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  isolation: isolate;
}

.hrt-ze-wave-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--hrt-wave-height);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  line-height: 0;
}

.hrt-ze-wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--hrt-wave-color);
  transform: translateZ(0);
  will-change: transform;
}

.hrt-ze-hero-v2 .hero-container {
  max-width: min(1300px, 100% - 40px);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-inline: 20px;
  padding-block-end: 240px;
  box-sizing: border-box;
  container-type: inline-size;
}

.hrt-ze-hero-v2 .hero-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-block-end: 25px;
  color: #0B1933;
  letter-spacing: -0.5px;
  text-wrap: balance;
}

.hrt-ze-hero-v2 .hero-lead {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  margin-block-end: 25px;
  color: #0B1933;
  text-wrap: pretty;
}

.hrt-ze-stats {
  display: flex;
  gap: clamp(20px, 4vw, 40px);
  margin-block-end: 30px;
  flex-wrap: wrap;
}

.hrt-ze-stat {
  text-align: center;
  padding: 10px 18px;
  background: var(--hrt-stat-bg);
  border-radius: 16px;
  border: 1px solid var(--hrt-stat-border);
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 140px;
}

.hrt-ze-stat:hover {
  background: var(--hrt-stat-bg-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--hrt-stat-border);
}

.hrt-ze-stat-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #E65100;
  line-height: 1;
  margin-bottom: 2px;
  font-variant-numeric: tabular-nums;
}

.hrt-ze-stat-label {
  font-size: clamp(0.8rem, 1.5vw, 0.85rem);
  font-weight: 500;
  color: #0B1933;
  opacity: 0.8;
  display: block;
  line-height: 0.9;
  margin-top: 4px;
}

/* BUTTON MIT 35PX ABSTAND */
.hrt-ze-hero-v2 .hero-cta-button {
  margin-bottom: 35px !important;
}

.hrt-ze-badges-wrapper {
  margin-top: 25px;
  text-align: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
}

.hrt-ze-badges-img {
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  display: block;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  transition: transform 0.3s ease;
}

.hrt-ze-badges-img:hover {
  transform: scale(1.02);
}

.hrt-ze-hero-v2 .hero-image img {
  width: 100%;
  height: auto;
  max-width: 550px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hrt-ze-hero-v2 .hero-image img:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(82, 114, 197, 0.25);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .hrt-ze-stat,
  .hrt-ze-stat:hover,
  .hrt-ze-badges-img:hover,
  .hrt-ze-hero-v2 .hero-image img,
  .hrt-ze-hero-v2 .hero-image img:hover {
    transition: none;
    transform: none;
  }
}

@container (max-width: 968px) {
  .hrt-ze-hero-v2 .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
    padding-block-end: 80px;
  }

  .hrt-ze-stats {
    justify-content: center;
  }

  .hrt-ze-hero-v2 .hero-image {
    order: -1;
  }

  .hrt-ze-hero-v2 .hero-cta-button {
    margin-inline: auto;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 968px) {
  :root {
    --hrt-wave-height: 120px;
  }

  .hrt-ze-hero-v2 .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
    padding-block-end: 80px !important;
  }

  .hrt-ze-hero-v2 .hero-cta-button {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  :root {
    --hrt-wave-height: 80px;
  }

  .hrt-ze-stats {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }

  .hrt-ze-stat {
    flex: 1;
    min-width: auto;
    max-width: 120px;
    padding: 8px 12px;
  }

  .hrt-ze-stat-number {
    font-size: 1.8rem;
  }

  .hrt-ze-stat-label {
    font-size: 0.7rem;
  }

  .hrt-ze-hero-v2 .hero-container {
    padding-block-end: 60px !important;
  }

  .hrt-ze-hero-v2 .hero-text h1 {
    margin-block-end: 15px;
  }

  .hrt-ze-hero-v2 .hero-lead {
    margin-block-end: 20px;
    font-size: 16px;
  }

  .hrt-ze-hero-v2 .hero-cta-button {
    margin-bottom: 25px !important;
  }
}

@media (prefers-contrast: high) {
  .hrt-ze-stat {
    border-width: 2px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --hrt-stat-bg: rgba(11, 25, 51, 0.7);
    --hrt-stat-bg-hover: rgba(11, 25, 51, 0.9);
  }
}

/* ============================================================
   TESTIMONIALS CSS - HRTIME4 (Schwarz + Mobile Abstand)
   ============================================================ */

/* Variablen scope für hrtime4 */
.hrtime4-testimonials-section {
  --ht4-dark-blue: #0B1933;
  --ht4-light-blue: #5272C5;
  --ht4-orange: #E65100;
  --ht4-white: #ffffff;
  --ht4-bg-start: #ffffff;
  --ht4-bg-end: #f8fafc;
  --ht4-text: #333;
  --ht4-text-mute: #555;

  --ht4-padding-y: 120px;
  --ht4-padding-x: 20px;
  --ht4-gap: 30px;
  --ht4-radius: 20px;
  --ht4-font: 'Montserrat', sans-serif;
}

/* SECTION RESET & COLORS */
.hrtime4-testimonials-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  padding: var(--ht4-padding-y) var(--ht4-padding-x);
  font-family: var(--ht4-font);
  container-type: inline-size;
  container-name: testimonials4;
  position: relative;
  z-index: 5;
  margin: 0;
}

.hrtime4-testimonials-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* HEADER */
.hrtime4-testimonials-header {
  text-align: center;
  margin-bottom: 120px;
}

.hrtime4-testimonials-header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--ht4-dark-blue);
  margin-bottom: 15px;
  line-height: 1.3;
}

.hrtime4-solutions-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--ht4-light-blue), var(--ht4-orange));
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

.hrtime4-testimonials-intro {
  font-size: 1.05rem;
  color: var(--ht4-text-mute);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* GRID */
.hrtime4-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ht4-gap);
  margin-bottom: 50px;
}

/* CARD */
.hrtime4-testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(82, 114, 197, 0.15);
  border-radius: var(--ht4-radius);
  padding: 35px 30px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}

.hrtime4-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(82, 114, 197, 0.15);
}

.hrtime4-testimonial-content {
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hrtime4-testimonial-quote i {
  font-size: 24px;
  color: var(--ht4-orange);
  opacity: 0.5;
  margin-bottom: 15px;
}

.hrtime4-testimonial-stars {
  margin-bottom: 20px;
  color: #FFB400;
  font-size: 14px;
}

.hrtime4-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ht4-text);
  margin-bottom: 25px;
  flex-grow: 1;
}

.hrtime4-testimonial-text strong {
  color: var(--ht4-dark-blue);
  font-weight: 600;
}

/* AUTHOR */
.hrtime4-testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(82, 114, 197, 0.1);
}

.hrtime4-author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(82, 114, 197, 0.2);
}

.hrtime4-author-name {
  display: block;
  font-weight: 600;
  color: var(--ht4-dark-blue);
  font-size: 15px;
}

.hrtime4-author-role {
  display: block;
  font-size: 13px;
  color: #666;
}

/* TRUST BAR */
.hrtime4-trust-bar {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 30px 40px;
  background: linear-gradient(135deg, rgba(11, 25, 51, 0.03), rgba(82, 114, 197, 0.08));
  border-radius: var(--ht4-radius);
  border: 1px solid rgba(82, 114, 197, 0.1);
}

.hrtime4-trust-item {
  text-align: center;
  position: relative;
  min-width: 120px;
}

.hrtime4-trust-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(82, 114, 197, 0.2);
}

.hrtime4-trust-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--ht4-orange);
  line-height: 1;
  margin-bottom: 5px;
}

.hrtime4-trust-label {
  font-size: 0.85rem;
  color: var(--ht4-dark-blue);
  font-weight: 500;
}

/* RESPONSIVE & MOBILE FIXES */
@container testimonials4 (max-width: 968px) {
  .hrtime4-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hrtime4-trust-bar {
    gap: 40px;
  }
}

@container testimonials4 (max-width: 600px) {
  .hrtime4-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* MOBILE FORCE FIX (Das "Loch" schließen) */
@media (max-width: 768px) {

  .hrtime4-testimonials-section {
    .hrtime4-testimonials-section {
      padding-top: 60px !important;
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    }

    /* Header-Abstand reduzieren */
    .hrtime4-testimonials-header {
      margin-bottom: 30px !important;
    }

    /* Trust Bar (Leiste unten) kompakter machen */
    .hrtime4-trust-bar {
      margin-bottom: 0 !important;
      /* Kein Außenabstand */
      padding-bottom: 30px !important;
      /* Genug Innenabstand für den Text */
      border-bottom-left-radius: 0 !important;
      /* Eckig machen, damit es bündig abschließt? Oder: */
      border-radius: 20px !important;
      /* Rund lassen, aber mit Margin */

      /* WICHTIG: Damit sie nicht "abgeschnitten" wirkt */
      overflow: visible !important;
      height: auto !important;
      min-height: 100px;
    }

    /* Das Text-Problem lösen (Zufriedene Kunden umbrach komisch) */
    .hrtime4-trust-label {
      font-size: 0.7rem !important;
      /* Etwas größer als vorher damit es lesbar ist */
      line-height: 1.2;
      display: block;
      margin-top: 5px;
    }

    /* 3. Den "Loch-Killer" Margin anwenden */
    /* Wir ziehen alles was danach kommt, etwas hoch */
    .hrtime4-testimonials-container {
      margin-bottom: -10px !important;
    }
  }

  /* Brutaler Override für alle Elementor-Wrapper, die diesen Code enthalten */
  .elementor-widget-wrap .hrtime4-testimonials-section,
  .elementor-container .hrtime4-testimonials-section {
    padding-bottom: 0px !important;
    margin-bottom: -20px !important;
  }
}

/* =========================================
   HRTIME MODULES ISO V4 (Clean CSS Only)
   ========================================= */

/* --- 1. DESKTOP STYLES (Standard) --- */
.hrt-iso-modules {
  background: linear-gradient(180deg, #ffffff 0%, #f0f0ef 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 5;
  margin: 0;
}

.hrt-iso-container {
  max-width: 1200px;
  margin: 0 auto;
}

.hrt-iso-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.hrt-iso-label {
  text-transform: uppercase;
  color: #5272C5;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.hrt-iso-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #0B1933;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hrt-iso-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #5272C5, #E65100);
  margin: 0 auto 25px auto;
  border-radius: 2px;
}

.hrt-iso-intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

.hrt-iso-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.hrt-iso-card {
  background: linear-gradient(135deg, #5272C5 0%, #0B1933 100%);
  border-radius: 20px;
  padding: 35px 28px;
  color: white;
  text-align: center;
  transition: transform 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.hrt-iso-card:hover {
  transform: translateY(-10px);
}

.hrt-iso-icon i {
  font-size: 40px;
  color: #E65100;
  margin-bottom: 20px;
}

.hrt-iso-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.hrt-iso-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  flex-grow: 1;
}

.hrt-iso-features li {
  padding: 6px 0 6px 20px;
  position: relative;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.hrt-iso-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #E65100;
  font-weight: bold;
}

.hrt-iso-cta {
  text-align: center;
  margin-top: 20px;
}


/* --- 2. MOBILE MODIFICATIONS (Clean & Shadow-Trick) --- */
@media (max-width: 768px) {

  .hrt-iso-modules {
    /* 1. Layout sauber lassen (keine negativen Margins!) */
    margin-top: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 0px !important;

    /* 2. Nahtloser Hintergrund */
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f0f0ef 100%) !important;

    /* 3. DER TRICK: Box-Shadow füllt das Loch nach OBEN (#f8fafc ist Testimonials-Ende) */
    box-shadow: 0 -150px 0 0 #f8fafc !important;

    /* Overlay-Logik */
    z-index: 2;
    position: relative;
  }

  /* Grid einspaltig */
  .hrt-iso-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  /* Typo Anpassung Mobile */
  .hrt-iso-header h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .hrt-iso-header {
    margin-bottom: 30px !important;
  }

  .hrt-iso-card {
    min-height: auto;
    padding: 25px 20px;
  }

  /* Soft Override für die Nachbarn (Sicherheitshalber drin lassen) */
  body .hrtime-testimonials-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body .hrtime5-tabs-section {
    margin-top: 0 !important;
  }
}

/* ============================================================
   HRTIME5 TABS - FINALE VERSION
   Barrierefreiheit | SEO Schema.org | Desktop 40/60 | Mobile Block
   ============================================================ */
.hrtime5-tabs-section {
  background: linear-gradient(180deg, #f0f0ef 0%, #D4E3F0 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden;
}

.hrtime5-tabs-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Header */
.hrtime5-tabs-header {
  text-align: center;
  margin-bottom: 50px;
}

.hrtime5-process-label {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5272C5;
  font-weight: 700;
  margin-bottom: 10px;
}

.hrtime5-tabs-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0B1933;
  margin: 0 0 15px 0;
}

.hrtime5-solutions-divider {
  width: 60px;
  height: 4px;
  background: #E65100;
  margin: 0 auto 25px;
}

.hrtime5-tabs-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #4a5568;
  max-width: 900px;
  margin: 0 auto;
}

/* Navigation */
.hrtime5-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}

.hrtime5-tab-button {
  background: #E65100;
  color: #ffffff;
  border: 2px solid #E65100;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.hrtime5-tab-button i {
  color: #ffffff !important;
  font-size: 18px;
}

.hrtime5-tab-button.active {
  background: #ffffff;
  color: #0B1933;
  border-top: 4px solid #E65100;
  padding-top: 10px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
}

.hrtime5-tab-button.active i {
  color: #E65100 !important;
}

/* Content Wrapper */
.hrtime5-tab-content-wrapper {
  background: white;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(11, 25, 51, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.hrtime5-tab-item {
  display: none;
  animation: hrtime5-fadeIn 0.5s ease-out;
}

.hrtime5-tab-item.active {
  display: flex;
}

/* Image Column */
.hrtime5-tab-image-col {
  width: 40%;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hrtime5-shine-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}

.hrtime5-tab-image-col img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

.hrtime5-shine-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 2;
}

.hrtime5-tab-item:hover .hrtime5-shine-wrapper img {
  transform: scale(1.05);
}

.hrtime5-tab-item:hover .hrtime5-shine-wrapper::before {
  animation: hrtime5-shineMove 0.8s ease;
}

/* Text Column */
.hrtime5-tab-content-col {
  width: 60%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
}

.hrtime5-tab-content-col h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0B1933;
  margin-bottom: 5px;
}

.text-orange {
  color: #E65100;
}

.hrtime5-ideal-para {
  font-size: 14px;
  color: #E65100;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.hrtime5-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.hrtime5-feature-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.5;
}

.hrtime5-feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #E65100;
  font-weight: 900;
  font-size: 20px;
}

.hrtime5-tab-quote {
  background: #f8fafc;
  padding: 25px;
  border-left: 5px solid #5272C5;
  border-radius: 0 15px 15px 0;
  margin-bottom: 35px;
  font-style: italic;
  font-size: 15px;
  color: #4a5568;
}

.hrtime5-cta-button {
  background: #E65100;
  color: white !important;
  padding: 18px 35px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  max-width: fit-content;
  transition: transform 0.3s ease;
}

.hrtime5-cta-button:hover {
  transform: translateX(5px);
}

/* BARRIEREFREIHEIT */
@media (prefers-color-scheme: dark) {
  .hrtime5-shine-wrapper::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (prefers-contrast: high) {
  .hrtime5-shine-wrapper {
    border: 3px solid #000;
  }

  .hrtime5-shine-wrapper img {
    filter: contrast(1.3);
  }
}

@media (prefers-reduced-motion: reduce) {

  .hrtime5-tab-item img,
  .hrtime5-shine-wrapper::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media print {
  .hrtime5-shine-wrapper::before {
    display: none !important;
  }
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .hrtime5-tab-item.active {
    display: block !important;
  }

  .hrtime5-tab-image-col,
  .hrtime5-tab-content-col {
    width: 100% !important;
    padding: 25px !important;
  }

  .hrtime5-tab-image-col img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}

@keyframes hrtime5-shineMove {
  100% {
    left: 150%;
  }
}

@keyframes hrtime5-fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   SEKTION 5: FEATURES V2
   Updated: Grauer Start -> Blauer Verlauf & Mobile 2-Columns
   ============================================================ */
.hrt-ze-features-v2 {
  position: relative;
  /* UPDATED: Startet mit #f0f0ef (Grau, passt zur Vor-Sektion) und geht ins Blaue */
  background: linear-gradient(180deg,
      #D4E3F0 0%,
      #dce4ef 40%,
      #e8ecf2 70%,
      #f0f0ef 100%) !important;

  padding: 80px 20px 100px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  z-index: 5;
}

/* BLOBS */
.hrtime-benefits-blobs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  /* Wichtig damit nichts rausschaut */
}

.benefits-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
}

.benefits-blob.blob-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #E65100, #FF8A50);
  bottom: -100px;
  left: -100px;
}

.benefits-blob.blob-2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #5272C5, #3B5BA5);
  top: 10%;
  right: -100px;
}

.benefits-blob.blob-3 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #D4E3F0, #a8c5e8);
  top: 40%;
  left: -50px;
}

/* CONTAINER */
.hrt-ze-features__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* HEADER */
.hrt-ze-features__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.hrt-ze-features__header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: #0B1933;
  margin-bottom: 15px;
  line-height: 1.3;
}

.hrt-ze-features__intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

/* GRID SYSTEM */
.hrt-ze-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop: 4 Spalten */
  gap: 20px;
  margin-bottom: 50px;
}

/* ITEMS */
.hrt-ze-features__item {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid rgba(82, 114, 197, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hrt-ze-features__item:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(82, 114, 197, 0.15);
}

.hrt-ze-features__icon i {
  font-size: 28px;
  color: #E65100;
  margin-bottom: 15px;
}

.hrt-ze-features__item h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0B1933;
  margin-bottom: 8px;
  line-height: 1.3;
}

.hrt-ze-features__item p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* CTA */
.hrt-ze-cta-center {
  text-align: center;
}


/* =========================================
   RESPONSIVE (Tablet & Mobile)
   ========================================= */

/* Tablet (bis 1024px) -> 3 Spalten */
@media (max-width: 1024px) {
  .hrt-ze-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile (bis 768px) -> WICHTIG: 2 SPALTEN & Overflow Safety */
@media (max-width: 768px) {

  .hrt-ze-features-v2 {
    /* Oben weniger Padding, da wir aus einer grauen Sektion kommen */
    padding: 50px 15px 60px !important;
    overflow-x: hidden;
    /* Verhindert seitliches Scrollen */
  }

  .hrt-ze-features__header {
    margin-bottom: 30px;
    padding: 0 10px;
    /* Safety Margin für Text */
  }

  /* GRID: ZWEI SPALTEN NEBENEINANDER */
  .hrt-ze-features__grid {
    grid-template-columns: repeat(2, 1fr);
    /* Erzwungene 2 Spalten */
    gap: 12px;
    /* Kleinerer Abstand damit es passt */
    margin-bottom: 30px;
  }

  /* Items kompakter machen */
  .hrt-ze-features__item {
    padding: 15px 10px;
    /* Weniger Innenabstand */
    min-height: 140px;
    /* Einheitliche Mindesthöhe für Optik */
    border-radius: 12px;
  }

  .hrt-ze-features__icon i {
    font-size: 24px;
    /* Icon etwas kleiner */
    margin-bottom: 10px;
  }

  .hrt-ze-features__item h4 {
    font-size: 0.85rem;
    /* Text kleiner */
    margin-bottom: 5px;
    hyphens: auto;
    /* Worttrennung erlauben */
  }

  .hrt-ze-features__item p {
    font-size: 0.75rem;
    /* Beschreibung kleiner */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Max 3 Zeilen Text */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Kleine Handys (bis 360px) -> Evtl. 1 Spalte falls zu eng? */
@media (max-width: 360px) {
  .hrt-ze-features__grid {
    gap: 8px;
    /* Noch enger */
  }

  .hrt-ze-features__item p {
    display: none;
    /* Beschreibung ausblenden auf Mini-Screens für Platz */
  }
}


/* ============================================================
   SEKTION 7: INTEGRATIONS V2 - TECH EDITION
   ============================================================ */
.hrt-ze-integrations-v2 {
  position: relative;
  /* Basis-Verlauf: Weiß oben -> Hellgrau unten */
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 60%, #f0f0ef 100%);
  padding: 100px 20px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  /* Wichtig, damit Animationen nicht rauslaufen */
  z-index: 1;
}

/* --- HINTERGRUND EFFEKTE (Low Resource, Pure CSS) --- */
.hrt-tech-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* 1. Feines technisches Raster overlay */
.tech-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(82, 114, 197, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 114, 197, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

/* 2. Horizontale Datenströme */
.data-stream {
  opacity: 0.5;
  position: absolute;
  left: -20%;
  /* Startet links außerhalb */
  height: 2px;
  /* Dünne horizontale Linie */
  width: 30%;
  /* Länge des Lichtschweifs */

  /* Verlauf von Links (Transparent) nach Rechts (Farbe) - wirkt wie "Komet" */
  background: linear-gradient(90deg, transparent, rgba(82, 114, 197, 0), #5272C5, #E65100);

  opacity: 0;
  animation: dataSlide 4s infinite linear;
  filter: drop-shadow(0 0 5px rgba(230, 81, 0, 0.5));
}

/* Animation von Links nach Rechts */
@keyframes dataSlide {
  0% {
    left: -40%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

/* Verschiedene Höhen (Top) & Geschwindigkeiten */
.stream-1 {
  top: 15%;
  animation-duration: 3s;
  animation-delay: 0s;
  /* Standard Blau-Orange */
}

.stream-2 {
  top: 40%;
  animation-duration: 5s;
  animation-delay: 1.5s;
  /* Cyan / Blau Variante */
  background: linear-gradient(90deg, transparent, transparent, rgba(33, 150, 243, 0.5), rgba(0, 188, 212, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 188, 212, 0.3)) opacity(0.5);
}

.stream-3 {
  top: 65%;
  animation-duration: 4.5s;
  animation-delay: 2.5s;
  background: linear-gradient(90deg, transparent, rgba(82, 114, 197, 0), rgba(82, 114, 197, 0.4), rgba(230, 81, 0, 0.4));
  filter: drop-shadow(0 0 5px rgba(230, 81, 0, 0.3)) opacity(0.4);
}

.stream-4 {
  top: 85%;
  animation-duration: 7s;
  animation-delay: 0.5s;
  /* Lila / Magenta Variante */
  background: linear-gradient(90deg, transparent, transparent, #9C27B0, #E040FB);
  filter: drop-shadow(0 0 5px rgba(224, 64, 251, 0.5));
}

/* 3. Pulsierender Glow-Punkt der Farbe wechselt */
.tech-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(82, 114, 197, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseColor 10s infinite alternate;
}

@keyframes pulseColor {
  0% {
    background: radial-gradient(circle, rgba(82, 114, 197, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    background: radial-gradient(circle, rgba(230, 81, 0, 0.06) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(1.2);
  }

  100% {
    background: radial-gradient(circle, rgba(82, 114, 197, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(1);
  }
}

/* --- INHALT --- */
.hrt-ze-integrations__container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* Über den Effekten */
}

.hrt-ze-integrations__header {
  text-align: center;
  margin-bottom: 40px;
}

.hrt-ze-integrations__header h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #0B1933;
  margin-bottom: 15px;
}

.hrt-ze-integrations__intro {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* GRID */
.hrt-ze-integrations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* ITEM / CARD — Glassmorphism Premium */
.hrt-ze-integrations__item {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 8px 32px rgba(82, 114, 197, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

/* Hover: Farbiger Rand-Glow + Lift + Scale */
.hrt-ze-integrations__item:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(230, 81, 0, 0.25);
  box-shadow:
    0 20px 50px rgba(82, 114, 197, 0.12),
    0 0 20px rgba(230, 81, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Icon-Kreis mit Gradient-Hintergrund */
.hrt-ze-integrations__logo {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(82, 114, 197, 0.1), rgba(82, 114, 197, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.hrt-ze-integrations__logo i {
  font-size: 26px;
  background: linear-gradient(135deg, #5272C5, #34495e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
  display: inline-block;
}

/* Hover: Icon-Kreis wird Orange-Glow */
.hrt-ze-integrations__item:hover .hrt-ze-integrations__logo {
  background: linear-gradient(135deg, rgba(230, 81, 0, 0.12), rgba(255, 152, 0, 0.08));
  box-shadow: 0 0 15px rgba(230, 81, 0, 0.12);
}

.hrt-ze-integrations__item:hover .hrt-ze-integrations__logo i {
  background: linear-gradient(135deg, #E65100, #FF9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.1);
  filter: drop-shadow(0 0 6px rgba(230, 81, 0, 0.3));
}

.hrt-ze-integrations__item h3,
.hrt-ze-integrations__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0B1933;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.hrt-ze-integrations__item p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Card Highlight Animation (Swipe-Effekt beim Hover) */
.card-highlight {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-25deg);
  pointer-events: none;
  transition: left 0.5s;
  z-index: 1;
}

.hrt-ze-integrations__item:hover .card-highlight {
  left: 150%;
  transition: left 0.7s ease-in-out;
}

/* Responsive */
@media (max-width: 900px) {
  .hrt-ze-integrations__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 20px !important;
  }
}

@media (max-width: 600px) {
  .hrt-ze-integrations__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hrt-ze-integrations-v2 {
    padding: 50px 20px !important;
  }
}

/* =======================================================
   HRTIME PRICING SECTION - DEEP DIVE V2
   Light Gradient + Floating Orbs + Glass Cards
   + Frosted Dark CTA Box mit Lichteinfall
   ======================================================= */
.hrtime-pricing-section {
  position: relative;
  /* Abstand unten auf 25px reduziert */
  padding: 60px 0 25px 0 !important;
  /* Sanfter Verlauf: Hellgrau oben -> Hellblau unten */
  background: linear-gradient(180deg,
      #f0f0ef 0%,
      /* Hellgrau oben */
      #f0f0ef 15%,
      /* Grau halten */
      #e8ecf2 30%,
      /* Sanfter Übergang ins Graublau */
      #dce4ef 50%,
      /* Mittlerer Bereich */
      #D4E3F0 75%,
      /* Zielblau erreicht */
      #D4E3F0 100%
      /* Hellblau unten */
    );
  /* WICHTIG: visible damit der Blob unten raus darf, z-index 20 damit er ÜBER dem Bogen (10) liegt */
  overflow: visible;
  z-index: 20;
  font-family: 'Montserrat', sans-serif;
  color: #0B1933;
}

/* --- BACKGROUND ANIMATION (Low Resource) --- */
.hrtime-pricing-blobs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.pricing-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  animation: floatBlob 20s infinite ease-in-out;
}

.blob-1 {
  top: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: #ffffff;
  animation-delay: 0s;
}

.blob-2 {
  top: 40%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: #5272C5;
  /* HRTime Mittelblau */
  opacity: 0.3;
  animation-delay: -5s;
}

/* ORANGE BLOB - Unten Mitte & Überlappend */
.blob-3 {
  bottom: -150px;
  /* Ragt nun in die nächste Sektion */
  left: calc(50% - 300px);
  /* Exakt zentriert (50% - halbe Breite) */
  width: 600px;
  height: 600px;
  background: #E65100;
  /* Orange Akzent unten */
  opacity: 0.15;
  animation-delay: -10s;
}

@keyframes floatBlob {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* --- CONTAINER & HEADER (Updated to hrtime2) --- */
.hrtime2-pricing-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.hrtime2-pricing-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.hrtime2-pricing-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0B1933;
  margin-bottom: 20px;
}

.hrtime2-pricing-header p {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  color: #444;
  line-height: 1.6;
}

/* Modifikator für die Box oben im Header */
.pricing-bottom-cta-box.header-style {
  background: rgba(11, 25, 51, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.3);
  padding: 20px 40px;
  margin-top: 30px;
  max-width: 800px;
}

.pricing-bottom-cta-box.header-style p {
  color: #ffffff !important;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

/* --- GRID --- */
.hrtime-pricing-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

/* --- PRICING CARD (Glass/Milky) --- */
.pricing-card {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  z-index: 2;
}

/* PRO PAKET SPECIALS */
.pricing-card.popular {
  transform: scale(1.05);
  border: 2px solid #E65100;
  box-shadow: 0 20px 60px rgba(230, 81, 0, 0.15);
  z-index: 1;
}

.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 30px 70px rgba(230, 81, 0, 0.25);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E65100;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(230, 81, 0, 0.4);
}

/* CARD CONTENT */
.pricing-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0B1933;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

.pricing-sub {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 25px;
}

.pricing-price {
  text-align: center;
  color: #0B1933;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.pricing-amount {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #0B1933;
  line-height: 1;
}

.pricing-meta {
  font-size: 13px;
  color: #888;
  display: block;
  margin-top: 5px;
}

.pricing-ideal {
  text-align: center;
  font-weight: 600;
  color: #5272C5;
  margin-bottom: 20px;
  display: block;
}

/* LISTE */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.pricing-features li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #E65100;
  font-weight: bold;
}

/* BUTTONS IN CARD */
.pricing-btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card .hero-cta-button {
  width: 100%;
  justify-content: center;
  font-size: 16px !important;
  padding: 14px !important;
  box-sizing: border-box;
  color: #ffffff !important;
}

.pricing-card .hero-cta-button:hover {
  color: #ffffff !important;
}

/* Ghost Button */
.pricing-ghost-btn {
  background: transparent;
  border: 2px solid #0B1933;
  color: #0B1933;
  padding: 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.pricing-ghost-btn:hover {
  border-color: #E65100;
  color: #ffffff !important;
  background: #E65100;
}

/* --- FOOTER & BOTTOM INFO --- */
.hrtime-pricing-footer {
  text-align: center;
  color: #0B1933;
  margin-top: 30px;
  padding: 0 20px;
}

.pricing-info-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  /* Margin entfernt damit der Section-Padding von 25px greift */
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
}

.pricing-info-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #0B1933;
}

.pricing-info-list li i {
  color: #E65100;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .hrtime-pricing-grid {
    flex-direction: column;
    align-items: center;
  }

  .pricing-card {
    width: 100%;
    max-width: 500px;
  }

  .pricing-card.popular {
    transform: scale(1);
  }

  .pricing-card.popular:hover {
    transform: translateY(-5px);
  }

  /* Mobile Colors Fix */
  .hrtime2-pricing-header h2,
  .hrtime2-pricing-header p,
  .hrtime-pricing-footer,
  .pricing-info-list li {
    color: #0B1933 !important;
  }

  .pricing-ghost-btn {
    border-color: #0B1933 !important;
    color: #0B1933 !important;
  }

  .pricing-ghost-btn:hover {
    border-color: #E65100 !important;
    color: #ffffff !important;
    background: #E65100 !important;
  }
}

/* ============================================================
   DEMO BANNER - ICON KORREKTUR
   ============================================================ */

/* KORREKTUR: Demo-Icon Umrandung - mehr Padding oben/unten */
.hrtime-demo-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #E65100, #FF6D00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(230, 81, 0, 0.3);
  transition: all 0.3s ease;
  /* KORREKTUR: Mehr Padding oben/unten für das Icon */
  padding: 18px 12px;
  /* vorher: gleich auf allen Seiten */
}

.hrtime-demo-icon i {
  font-size: 32px;
  color: #ffffff;
}

.hrtime-demo-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(230, 81, 0, 0.4);
}


/* ============================================================
   ZUSÄTZLICHE ANPASSUNGEN FÜR BESTEHENDE KLASSEN
   ============================================================ */

/* Alert Box - korrigierter Text */
.hrtime-alert-box {
  background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
  border-left: 5px solid #E65100;
  border-radius: 15px;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  box-shadow: 0 5px 20px rgba(230, 81, 0, 0.15);
}

.hrtime-alert-icon {
  font-size: 28px;
  color: #E65100;
  flex-shrink: 0;
}

.hrtime-alert-text {
  font-size: 16px;
  color: #BF360C;
  line-height: 1.6;
}

.hrtime-alert-text strong {
  font-size: 17px;
  color: #D84315;
  display: block;
  margin-bottom: 5px;
}

/* Legal CTA - zentriert */
.hrtime-legal-cta {
  text-align: center;
  margin-top: 30px;
}


/* ============================================================
   KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes shineMove {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

@keyframes counterUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Testimonials Section */
.hrtime-testimonials-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hrtime-testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.hrtime-testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.hrtime-testimonials-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5272C5;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.hrtime-testimonials-header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: #0B1933;
  margin-bottom: 15px;
}

.hrtime-testimonials-intro {
  font-size: 1.05rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Cards Grid */
.hrtime-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

/* Card */
.hrtime-testimonial-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.hrtime-testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(82, 114, 197, 0.3), rgba(230, 81, 0, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hrtime-testimonial-card:hover::before {
  opacity: 1;
}

.hrtime-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(82, 114, 197, 0.15);
}

.hrtime-testimonial-inner {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(82, 114, 197, 0.1);
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Quote Icon */
.hrtime-quote-icon {
  margin-bottom: 15px;
}

.hrtime-quote-icon i {
  font-size: 28px;
  color: #E65100;
  opacity: 0.6;
}

/* Stars */
.hrtime-testimonial-stars {
  margin-bottom: 20px;
}

.hrtime-testimonial-stars i {
  color: #FFB400;
  font-size: 14px;
  margin-right: 3px;
}

/* Text */
.hrtime-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  flex-grow: 1;
  margin-bottom: 25px;
}

.hrtime-testimonial-text strong {
  color: #0B1933;
}

/* Author */
.hrtime-testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(82, 114, 197, 0.1);
  margin-bottom: 15px;
}

.hrtime-author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(82, 114, 197, 0.2);
}

.hrtime-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hrtime-author-info {
  display: flex;
  flex-direction: column;
}

.hrtime-author-name {
  font-weight: 600;
  color: #0B1933;
  font-size: 15px;
}

.hrtime-author-role {
  font-size: 13px;
  color: #666;
}

/* Badge */
.hrtime-testimonial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(82, 114, 197, 0.1), rgba(82, 114, 197, 0.05));
  color: #5272C5;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
}

.hrtime-testimonial-badge i {
  color: #E65100;
}

/* Trust Indicators */
.hrtime-testimonials-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px;
  background: rgba(82, 114, 197, 0.05);
  border-radius: 20px;
  flex-wrap: wrap;
}

.hrtime-trust-item {
  text-align: center;
}

.hrtime-trust-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #E65100;
  line-height: 1;
  margin-bottom: 5px;
}

.hrtime-trust-label {
  font-size: 0.85rem;
  color: #555;
}

.hrtime-trust-divider {
  width: 1px;
  height: 50px;
  background: rgba(82, 114, 197, 0.2);
}

/* Responsive */
@media (max-width: 968px) {
  .hrtime-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .hrtime-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .hrtime-testimonials-trust {
    gap: 25px;
  }

  .hrtime-trust-divider {
    display: none;
  }
}

/* ============================================================
   HRTIME HERO LAYOUT - 60% / 40% SPLIT
   Bilder RECHTS, Text LINKS
   
   Für: Global-CSS (Startseite + alle Funktionsseiten)
   ============================================================ */


/* ========== HERO CONTAINER - GRID LAYOUT ========== */
.hero-header .hero-container,
.hrt-ze-hero-v2 .hero-container,
[class*="hrtime-hero"] .hero-container {
  max-width: 1300px;
  margin: 0 auto !important;
  width: 100%;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 50px;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}


/* ========== LINKE SEITE - TEXT CONTENT (60%) ========== */
.hero-header .hero-text,
.hrt-ze-hero-v2 .hero-text {
  order: 1;
  /* Sicherstellen: Text LINKS */
}

.hero-header .hero-text h1,
.hrt-ze-hero-v2 .hero-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #0B1933;
  letter-spacing: -0.5px;
}

.hero-header .hero-lead,
.hrt-ze-hero-v2 .hero-lead {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 25px;
  color: #333;
}


/* ========== STATS - EINE REIHE ========== */
.hrt-ze-stats,
.hero-stats {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.hrt-ze-stat,
.hero-stat {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  padding: 14px 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(82, 114, 197, 0.12);
  flex: 1;
  min-width: 100px;
  max-width: 140px;
  transition: all 0.3s ease;
}

.hrt-ze-stat:hover,
.hero-stat:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(82, 114, 197, 0.15);
  border-color: rgba(82, 114, 197, 0.25);
}

.hrt-ze-stat-number,
.hero-stat-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #E65100;
  line-height: 1;
  margin-bottom: 6px;
}

.hrt-ze-stat-label,
.hero-stat-label {
  font-size: 0.72rem;
  font-weight: 500;
  color: #555;
  line-height: 1.3;
}


/* ========== RECHTE SEITE - BILDER (40%) ========== */
.hero-header .hero-image,
.hrt-ze-hero-v2 .hero-image {
  order: 2;
  /* Sicherstellen: Bilder RECHTS */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Hauptbild */
.hero-header .hero-image img,
.hrt-ze-hero-v2 .hero-image .main-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.hero-header .hero-image img:hover,
.hrt-ze-hero-v2 .hero-image .main-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(82, 114, 197, 0.2);
}

/* Badges Bild - unterhalb Hauptbild */
.hrt-ze-badges-wrapper,
.hero-badges-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(82, 114, 197, 0.1);
  text-align: center;
}

.hrt-ze-badges-img,
.hero-badges-img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}


/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {

  .hero-header .hero-container,
  .hrt-ze-hero-v2 .hero-container {
    grid-template-columns: 55% 45%;
    gap: 35px;
  }
}

@media (max-width: 900px) {

  .hero-header .hero-container,
  .hrt-ze-hero-v2 .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  /* Mobile: Bilder OBEN, Text UNTEN */
  .hero-header .hero-text,
  .hrt-ze-hero-v2 .hero-text {
    order: 2;
  }

  .hero-header .hero-image,
  .hrt-ze-hero-v2 .hero-image {
    order: 1;
    max-width: 450px;
    margin: 0 auto;
  }

  .hrt-ze-stats,
  .hero-stats {
    justify-content: center;
  }

  .hrt-ze-stat,
  .hero-stat {
    max-width: 130px;
  }

  .hero-cta-button {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {

  .hrt-ze-stats,
  .hero-stats {
    gap: 12px;
  }

  .hrt-ze-stat,
  .hero-stat {
    padding: 12px 15px;
    min-width: 85px;
  }

  .hrt-ze-stat-number,
  .hero-stat-number {
    font-size: 1.5rem;
  }

  .hrt-ze-stat-label,
  .hero-stat-label {
    font-size: 0.65rem;
  }
}

/* ============================================================
DUNKELBLAUER NACH UNTEN GEWÖLBTER BOGEN
============================================================ */
.hrtime-pricing-to-faq-arch {
  width: 100%;
  height: 120px;
  background: #0B1933;
  /* Hintergrund dunkelblau (#0B1933) */
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.hrtime-pricing-to-faq-arch svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .hrtime-pricing-to-faq-arch {
    height: 80px;
  }
}

@media (max-width: 480px) {
  .hrtime-pricing-to-faq-arch {
    height: 60px;
  }
}

/* ============================================================
   SEKTION A: WARUM ZEITERFASSUNG?
   ============================================================ */
.hrt-ze-warum-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hrt-ze-warum__container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.hrt-ze-warum__container h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 15px !important;
  margin-block-end: 15px !important;
  line-height: 1.3 !important;
}

.hrt-ze-warum__image-col img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.hrt-ze-warum__intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px !important;
  margin-block-end: 30px !important;
}

.hrt-ze-warum__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0 !important;
}

.hrt-ze-warum__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.hrt-ze-warum__checklist li i {
  color: #E65100;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.semibold {
  font-weight: 600;
}

.text-orange {
  color: #E65100;
}

@media (max-width: 968px) {
  .hrt-ze-warum__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .hrt-ze-warum__image-col {
    order: -1;
  }

  .hrt-ze-warum__image-col img {
    margin: 0 auto;
  }

  .hrt-ze-warum__checklist li {
    justify-content: center;
  }
}

/* ============================================================
   SEKTION B: ALT VS. NEU VERGLEICH
   ============================================================ */
.hrt-ze-comparison-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f0f0ef 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hrt-ze-comparison__container {
  max-width: 1100px;
  margin: 0 auto;
}

.hrt-ze-comparison__header {
  text-align: center;
  margin-bottom: 50px;
}

.hrt-ze-comparison__header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 15px !important;
  margin-block-end: 15px !important;
  line-height: 1.3 !important;
}

.hrt-ze-comparison__intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.hrt-ze-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.hrt-ze-comparison__col {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(82, 114, 197, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.hrt-ze-comparison__col-header {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 1rem;
}

.hrt-ze-comparison__col-header--old {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: #991b1b;
}

.hrt-ze-comparison__col-header--old i {
  color: #dc2626;
  font-size: 20px;
}

.hrt-ze-comparison__col-header--new {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  color: #166534;
}

.hrt-ze-comparison__col-header--new i {
  color: #16a34a;
  font-size: 20px;
}

.hrt-ze-comparison__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 25px;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hrt-ze-comparison__item:last-child {
  border-bottom: none;
}

.hrt-ze-comparison__col--old .hrt-ze-comparison__item i {
  color: #dc2626;
  font-size: 14px;
  flex-shrink: 0;
}

.hrt-ze-comparison__col--new .hrt-ze-comparison__item i {
  color: #16a34a;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hrt-ze-comparison__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SEKTION C: 3-SCHRITTE-PROZESS
   ============================================================ */
.hrt-ze-process-section {
  background: linear-gradient(180deg, #f0f0ef 0%, #D4E3F0 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hrt-ze-process__container {
  max-width: 1100px;
  margin: 0 auto;
}

.hrt-ze-process__header {
  text-align: center;
  margin-bottom: 50px;
}

.hrt-ze-process__header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 15px !important;
  margin-block-end: 15px !important;
  line-height: 1.3 !important;
}

.hrt-ze-process__intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.hrt-ze-process__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
}

.hrt-ze-process__step {
  flex: 1;
  text-align: center;
  padding: 40px 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(82, 114, 197, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 300px;
}

.hrt-ze-process__step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(82, 114, 197, 0.15);
}

.hrt-ze-process__number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #5272C5, #0B1933);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 15px;
}

.hrt-ze-process__icon {
  margin-bottom: 15px;
}

.hrt-ze-process__icon i {
  font-size: 32px;
  color: #E65100;
}

.hrt-ze-process__step h3 {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 12px !important;
  margin-block-end: 12px !important;
}

.hrt-ze-process__step p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.hrt-ze-process__connector {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.hrt-ze-process__connector i {
  font-size: 24px;
  color: #5272C5;
  opacity: 0.5;
}

.hrt-ze-cta-center {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .hrt-ze-process__steps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .hrt-ze-process__step {
    max-width: 100%;
    width: 100%;
  }

  .hrt-ze-process__connector {
    transform: rotate(90deg);
    padding: 5px 0;
  }
}

/* ============================================================
   SEKTION D: ARBEITSZEITMODELLE
   ============================================================ */
.hrt-ze-modelle-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hrt-ze-modelle__container {
  max-width: 1200px;
  margin: 0 auto;
}

.hrt-ze-modelle__header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px !important;
}

.hrt-ze-modelle__header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 15px !important;
  margin-block-end: 15px !important;
  line-height: 1.3 !important;
}

.hrt-ze-modelle__intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

.hrt-ze-modelle__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.hrt-ze-modelle__card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(82, 114, 197, 0.12);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hrt-ze-modelle__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(82, 114, 197, 0.15);
}

.hrt-ze-modelle__icon {
  margin-bottom: 15px;
}

.hrt-ze-modelle__icon i {
  font-size: 32px;
  color: #E65100;
}

.hrt-ze-modelle__card h3 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 10px !important;
  margin-block-end: 10px !important;
}

.hrt-ze-modelle__card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 968px) {
  .hrt-ze-modelle__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hrt-ze-modelle__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SEKTION E: ÜBERSTUNDEN & ABWESENHEITEN
   ============================================================ */
.hrt-ze-overtime-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f0f0ef 100%);
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hrt-ze-overtime__container {
  max-width: 1100px;
  margin: 0 auto;
}

.hrt-ze-overtime__header {
  text-align: center;
  margin-bottom: 50px;
}

.hrt-ze-overtime__header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 15px !important;
  margin-block-end: 15px !important;
  line-height: 1.3 !important;
}

.hrt-ze-overtime__intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.hrt-ze-overtime__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.hrt-ze-overtime__col {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(82, 114, 197, 0.12);
  border-radius: 20px;
  padding: 35px 30px;
}

.hrt-ze-overtime__col-icon {
  margin-bottom: 15px;
}

.hrt-ze-overtime__col-icon i {
  font-size: 32px;
  color: #E65100;
}

.hrt-ze-overtime__col h3 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #0B1933 !important;
  margin-bottom: 20px !important;
  margin-block-end: 20px !important;
}

.hrt-ze-overtime__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hrt-ze-overtime__col li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.hrt-ze-overtime__col li i {
  color: #E65100;
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hrt-ze-overtime__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   DIVIDER UTILITY (shared)
   ============================================================ */
.hrtime-solutions-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #5272C5, #E65100);
  margin: 0 auto 25px auto !important;
  margin-block-end: 25px !important;
  border-radius: 2px;
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {

  .hrt-ze-process__step,
  .hrt-ze-modelle__card,
  .hrt-ze-overtime__col {
    transition: none;
  }

  .hrt-ze-process__step:hover,
  .hrt-ze-modelle__card:hover {
    transform: none;
  }
}