/* ============================================================
   Compass Treuhand — 2026 Premium Redesign
   Modernisierungs-Layer über bestehende Brand-Identität
   Brand: #046390 (Blau), #A88802 (Gold), Marcellus SC + Fira Sans
   ============================================================ */

:root {
  --ct-blue: #046390;
  --ct-blue-dark: #034f73;
  --ct-blue-light: #e7f1f7;
  --ct-gold: #A88802;
  --ct-gold-light: #d4ae1a;
  --ct-gold-pale: #fdfaee;
  --ct-text: #2a3645;
  --ct-text-muted: #6b7986;
  --ct-bg-soft: #f6f9fb;
  --ct-shadow-sm: 0 2px 8px rgba(4, 99, 144, 0.06);
  --ct-shadow-md: 0 8px 24px rgba(4, 99, 144, 0.10);
  --ct-shadow-lg: 0 18px 42px rgba(4, 99, 144, 0.16);
  --ct-shadow-gold: 0 14px 38px rgba(168, 136, 2, 0.22);
}

/* ============================================================
   HERO CTA Button Layer
   ============================================================ */
.hero-cta-button {
  display: inline-block;
  background: var(--ct-gold);
  color: #fff !important;
  padding: 16px 36px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(168, 136, 2, 0.42);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border: none;
  cursor: pointer;
}

.hero-cta-button:hover {
  background: #c69f0d;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(168, 136, 2, 0.55);
  color: #fff !important;
}

/* ============================================================
   UEBER UNS / Warum Compass Treuhand — Trust Badge
   ============================================================ */
.ct-section-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ct-gold);
  margin-bottom: 14px;
}

.ct-section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--ct-gold);
  margin-right: 12px;
}

.ct-trust-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 10px 18px 10px 14px;
  background: rgba(168, 136, 2, 0.08);
  border-left: 3px solid var(--ct-gold);
  border-radius: 2px;
  font-size: 13px;
  color: var(--ct-blue);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ct-trust-badge i {
  color: var(--ct-gold);
  margin-right: 10px;
  font-size: 15px;
}

.ct-subheading-gold {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: var(--ct-gold);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

/* ============================================================
   COMPASS-ANSATZ Section (Past / Present / Future)
   ============================================================ */
.ct-compass-approach {
  padding: 100px 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, var(--ct-bg-soft) 100%);
  position: relative;
  overflow: hidden;
}

.ct-compass-approach::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../img/bg13.jpg');
  background-size: cover;
  opacity: 0.04;
  pointer-events: none;
}

.ct-compass-approach .container {
  position: relative;
  z-index: 2;
}

.ct-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
}

.ct-approach-grid::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background-image: linear-gradient(to right, var(--ct-gold) 50%, transparent 50%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  z-index: 0;
  opacity: 0.55;
}

.ct-approach-card {
  position: relative;
  background: #fff;
  padding: 50px 36px 40px;
  border-radius: 4px;
  box-shadow: var(--ct-shadow-md);
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  z-index: 1;
}

.ct-approach-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ct-shadow-lg);
}

.ct-approach-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--ct-gold);
  color: var(--ct-blue);
  font-size: 36px;
  position: relative;
  transition: all 0.4s ease;
}

.ct-approach-card:hover .ct-approach-icon {
  background: var(--ct-gold);
  color: #fff;
  border-color: var(--ct-gold);
  transform: rotate(-6deg) scale(1.05);
}

.ct-approach-card h4 {
  font-family: 'Marcellus SC', serif;
  color: var(--ct-blue);
  font-size: 24px;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ct-approach-card p {
  color: var(--ct-text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.ct-approach-conclusion {
  text-align: center;
  margin-top: 60px;
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ct-blue);
  letter-spacing: 0.3px;
}

.ct-approach-conclusion strong {
  color: var(--ct-gold);
  font-style: normal;
  font-weight: 600;
}

@media screen and (max-width: 850px) {
  .ct-approach-grid {
    grid-template-columns: 1fr;
  }
  .ct-approach-grid::before { display: none; }
}

/* ============================================================
   UNSERE LEISTUNGEN — Premium 4-Card Grid
   ============================================================ */
.ct-services-premium {
  padding: 100px 0 110px;
  background-color: #fff;
  background-image: url('../img/bg13.jpg');
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}

.ct-services-premium .section-heading {
  margin-bottom: 50px;
}

.ct-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.ct-service-card {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 42px 38px 36px;
  box-shadow: var(--ct-shadow-sm);
  border: 1px solid rgba(4, 99, 144, 0.06);
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.ct-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--ct-gold) 0%, var(--ct-blue) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--ct-shadow-lg);
  border-color: rgba(168, 136, 2, 0.25);
}

.ct-service-card:hover::before {
  transform: scaleX(1);
}

.ct-service-head {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 22px;
}

.ct-service-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(168, 136, 2, 0.12) 0%, rgba(168, 136, 2, 0.04) 100%);
  color: var(--ct-gold);
  font-size: 28px;
  transition: all 0.4s ease;
}

.ct-service-card:hover .ct-service-icon {
  background: var(--ct-gold);
  color: #fff;
  transform: scale(1.05);
}

.ct-service-titles {
  flex: 1;
  min-width: 0;
}

.ct-service-card h4 {
  font-family: 'Fira Sans', sans-serif;
  color: var(--ct-blue);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.ct-service-tagline {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ct-gold);
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
}

.ct-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
}

.ct-service-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--ct-text);
  line-height: 1.5;
}

.ct-service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--ct-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(168, 136, 2, 0.15);
}

.ct-service-link {
  display: inline-flex;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ct-blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.ct-service-link:hover {
  color: var(--ct-gold);
  text-decoration: none;
}

.ct-service-link::after {
  content: '→';
  margin-left: 8px;
  transition: transform 0.35s ease;
  font-size: 16px;
}

.ct-service-link:hover::after {
  transform: translateX(6px);
}

@media screen and (max-width: 850px) {
  .ct-services-grid {
    grid-template-columns: 1fr;
  }
  .ct-service-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 500px) {
  .ct-service-card {
    padding: 32px 26px 28px;
  }
  .ct-service-head {
    flex-direction: column;
    gap: 14px;
  }
}

/* ============================================================
   FUER WEN WIR ARBEITEN — Audience Cards
   ============================================================ */
.ct-audience {
  padding: 90px 0 100px;
  background: var(--ct-bg-soft);
}

.ct-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}

.ct-audience-card {
  background: #fff;
  border-radius: 4px;
  padding: 38px 30px;
  text-align: center;
  box-shadow: var(--ct-shadow-sm);
  border: 1px solid rgba(4, 99, 144, 0.06);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-audience-card:hover {
  transform: translateY(-6px);
  border-color: var(--ct-gold);
  box-shadow: var(--ct-shadow-md);
}

.ct-audience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(4, 99, 144, 0.08);
  color: var(--ct-blue);
  font-size: 28px;
  transition: all 0.4s ease;
}

.ct-audience-card:hover .ct-audience-icon {
  background: var(--ct-blue);
  color: #fff;
}

.ct-audience-card h5 {
  font-family: 'Fira Sans', sans-serif;
  color: var(--ct-blue);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.4;
}

.ct-audience-tagline {
  text-align: center;
  margin-top: 50px;
  font-family: 'Marcellus SC', serif;
  font-size: 22px;
  color: var(--ct-blue);
  letter-spacing: 1px;
  font-weight: 400;
}

.ct-audience-tagline::before,
.ct-audience-tagline::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--ct-gold);
  vertical-align: middle;
  margin: 0 18px 6px;
}

@media screen and (max-width: 850px) {
  .ct-audience-grid {
    grid-template-columns: 1fr;
  }
  .ct-audience-tagline::before,
  .ct-audience-tagline::after {
    width: 24px;
    margin: 0 10px 4px;
  }
}

/* ============================================================
   SO ARBEITEN WIR — 3-Step Process
   ============================================================ */
.ct-process {
  padding: 100px 0 110px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.ct-process::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../img/compass-white2.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  pointer-events: none;
}

.ct-process .container {
  position: relative;
  z-index: 2;
}

.ct-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
}

/* Gold-Verbindungslinie entfernt — die 3 Bilder erzeugen
   den visuellen Rhythmus inzwischen selbst */
.ct-process-grid::before { display: none; }

.ct-process-step {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 0 24px 30px;
  z-index: 1;
}

/* Bild oben in jeder Karte — kartografisch-warme Fotos passend zum Brand */
.ct-process-image {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(4, 99, 144, 0.15),
              0 2px 6px rgba(4, 99, 144, 0.08);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-process-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Sanfter Gold-Schimmer am oberen Rand fuer Brand-Akzent */
.ct-process-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ct-gold) 0%, var(--ct-gold-light) 50%, var(--ct-gold) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ct-process-step:hover .ct-process-image {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(4, 99, 144, 0.22),
              0 4px 10px rgba(4, 99, 144, 0.10);
}

.ct-process-step:hover .ct-process-image img {
  transform: scale(1.04);
}

.ct-process-step:hover .ct-process-image::after {
  opacity: 1;
}

.ct-process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--ct-gold);
  color: var(--ct-blue);
  font-family: 'Marcellus SC', serif;
  font-size: 36px;
  font-weight: 400;
  position: relative;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 6px 18px rgba(4, 99, 144, 0.10);
}

.ct-process-step:hover .ct-process-number {
  background: var(--ct-gold);
  color: #fff;
  transform: scale(1.06);
  box-shadow: var(--ct-shadow-gold);
}

.ct-process-step h4 {
  font-family: 'Fira Sans', sans-serif;
  color: var(--ct-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.ct-process-step p {
  color: var(--ct-text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 850px) {
  .ct-process-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .ct-process-grid::before { display: none; }

  .ct-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 22px;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, var(--ct-gold) 50%, transparent 50%);
    background-size: 2px 8px;
    background-repeat: repeat-y;
  }

  /* Bilder auf Mobile leicht kleiner, immer noch markant */
  .ct-process-image {
    max-width: 360px;
    margin-bottom: 24px;
  }
}

/* ============================================================
   KOSTEN & TRANSPARENZ — Trust Bar oberhalb Pricing
   ============================================================ */
.ct-cost-intro {
  margin-bottom: 50px;
  text-align: center;
}

.ct-cost-intro h3 {
  margin-bottom: 6px;
}

.ct-trust-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px auto 0;
  max-width: 760px;
}

.ct-trust-item {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid rgba(168, 136, 2, 0.25);
  border-radius: 100px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--ct-blue);
  letter-spacing: 0.6px;
  box-shadow: 0 4px 12px rgba(4, 99, 144, 0.06);
  transition: all 0.35s ease;
}

.ct-trust-item:hover {
  transform: translateY(-3px);
  border-color: var(--ct-gold);
  box-shadow: 0 8px 20px rgba(168, 136, 2, 0.18);
}

.ct-trust-item i {
  color: var(--ct-gold);
  margin-right: 10px;
  font-size: 14px;
}

.ct-cost-subline {
  margin-top: 22px;
  font-size: 15px;
  color: var(--ct-text-muted);
  font-style: italic;
}

/* ============================================================
   FINAL CTA — "Lassen Sie uns gemeinsam den Kurs bestimmen"
   ============================================================ */
.ct-final-cta {
  position: relative;
  padding: 110px 0 120px;
  background-image: url('../img/compass-white.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}

.ct-final-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(4, 99, 144, 0.92) 0%, rgba(3, 79, 115, 0.88) 100%);
}

.ct-final-cta .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ct-final-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ct-gold-light);
}

.ct-final-cta-eyebrow::before,
.ct-final-cta-eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--ct-gold-light);
  margin: 0 16px;
}

.ct-final-cta h2 {
  font-family: 'Marcellus SC', serif;
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  text-transform: lowercase;
  font-weight: 400;
}

.ct-final-cta-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 44px;
}

.ct-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.ct-final-cta-btn {
  display: inline-flex;
  align-items: center;
  background: var(--ct-gold);
  color: #fff !important;
  padding: 18px 44px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  box-shadow: 0 14px 38px rgba(168, 136, 2, 0.4);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-final-cta-btn:hover {
  background: #c69f0d;
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(168, 136, 2, 0.55);
  color: #fff !important;
}

.ct-final-cta-phone {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  padding: 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  transition: all 0.35s ease;
}

.ct-final-cta-phone i {
  color: var(--ct-gold-light);
  margin-right: 12px;
  font-size: 16px;
}

.ct-final-cta-phone:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--ct-gold-light);
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .ct-final-cta {
    padding: 80px 0 90px;
    background-attachment: scroll;
  }
  .ct-final-cta h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .ct-final-cta-sub {
    font-size: 16px;
  }
  .ct-final-cta-btn {
    padding: 16px 32px;
    font-size: 14px;
  }
  .ct-final-cta-eyebrow::before,
  .ct-final-cta-eyebrow::after {
    width: 18px;
    margin: 0 10px;
  }
}

/* ============================================================
   FOOTER TAGLINE — "Ihr Erfolg auf Kurs"
   ============================================================ */
.ct-footer-tagline {
  display: block;
  margin-top: 14px;
  margin-bottom: 4px;
  font-family: 'Marcellus SC', serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--ct-gold-light);
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* ============================================================
   SECTION-HEADING Enhancements für neue Sektionen
   ============================================================ */
.ct-section-heading {
  text-align: center;
  margin-bottom: 20px;
}

.ct-section-heading h3 {
  font-family: 'Fira Sans', sans-serif;
  color: var(--ct-blue);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0 0 8px;
}

.ct-section-heading .ct-subheading-gold {
  margin-top: 4px;
  margin-bottom: 14px;
}

.ct-section-heading .section-heading-line {
  width: 60px;
  height: 3px;
  background: var(--ct-gold);
  margin: 18px auto 0;
}

@media screen and (max-width: 768px) {
  .ct-section-heading h3 {
    font-size: 28px;
  }
}

/* ============================================================
   Checkliste Steuererklärung — Section mit Download-Button
   ============================================================ */
.ct-checklist-section {
  background: linear-gradient(135deg, #046390 0%, #034f73 100%);
  position: relative;
  overflow: hidden;
}

.ct-checklist-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 136, 2, 0.14) 0%, transparent 65%);
  pointer-events: none;
}

.ct-checklist-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 540px;
  position: relative;
  z-index: 1;
}

.ct-checklist-text {
  display: flex;
  align-items: center;
  padding: 80px 60px 80px 8vw;
  color: #fff;
}

.ct-checklist-inner {
  max-width: 580px;
}

.ct-checklist-text h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0 14px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.ct-checklist-line {
  width: 56px;
  height: 3px;
  background: var(--ct-gold-light);
  margin: 0 0 28px;
}

.ct-checklist-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 30px;
}

.ct-checklist-lead strong {
  color: var(--ct-gold-light);
  font-weight: 600;
}

.ct-checklist-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  gap: 14px;
}

.ct-checklist-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.ct-checklist-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(168, 136, 2, 0.22);
  color: var(--ct-gold-light);
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}

.ct-checklist-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.ct-checklist-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--ct-gold);
  color: #fff !important;
  padding: 16px 24px;
  border-radius: 4px;
  text-decoration: none !important;
  box-shadow: 0 14px 38px rgba(168, 136, 2, 0.42);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-checklist-btn:hover {
  background: #c69f0d;
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(168, 136, 2, 0.55);
  color: #fff !important;
}

.ct-checklist-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
}

.ct-checklist-btn strong {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.2;
}

.ct-checklist-btn small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.4px;
  margin-top: 3px;
  text-transform: none;
}

.ct-checklist-link {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

.ct-checklist-link span {
  margin-left: 6px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.ct-checklist-link:hover {
  color: var(--ct-gold-light);
  border-color: var(--ct-gold-light);
}

.ct-checklist-link:hover span {
  transform: translateX(4px);
}

/* Bild-Spalte */
.ct-checklist-media {
  position: relative;
  min-height: 540px;
}

.ct-checklist-media-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #034f73; /* Fallback während Bild lädt / fehlt */
  background-repeat: no-repeat;
}

.ct-checklist-media-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 99, 144, 0.55) 0%, rgba(4, 99, 144, 0.05) 35%, rgba(4, 99, 144, 0) 100%);
}

.ct-checklist-media-badge {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 20px 26px;
  border-radius: 6px;
  border-left: 4px solid var(--ct-gold);
  box-shadow: 0 18px 40px rgba(4, 99, 144, 0.28);
  max-width: 240px;
}

.ct-checklist-media-badge-num {
  font-family: 'Marcellus SC', serif;
  font-size: 32px;
  color: var(--ct-blue);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.ct-checklist-media-badge-label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ct-text-muted);
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .ct-checklist-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ct-checklist-text {
    padding: 60px 32px 40px;
  }
  .ct-checklist-text h3 {
    font-size: 28px;
  }
  .ct-checklist-media {
    min-height: 320px;
  }
  .ct-checklist-media-badge {
    right: 24px;
    bottom: 24px;
    padding: 16px 20px;
    max-width: 200px;
  }
  .ct-checklist-media-badge-num {
    font-size: 26px;
  }
}

@media screen and (max-width: 549px) {
  .ct-checklist-text {
    padding: 48px 22px 36px;
  }
  .ct-checklist-text h3 {
    font-size: 24px;
  }
  .ct-checklist-lead {
    font-size: 15px;
  }
  .ct-checklist-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .ct-checklist-btn {
    width: 100%;
    justify-content: flex-start;
  }
  .ct-checklist-media {
    min-height: 240px;
  }
  .ct-checklist-media-badge {
    right: 16px;
    bottom: 16px;
    padding: 12px 16px;
    max-width: 170px;
  }
  .ct-checklist-media-badge-num {
    font-size: 22px;
  }
}

/* ============================================================
   Sticky FAB — Kompass-Check Quick-Access
   ============================================================ */
.ct-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #A88802 0%, #c69f0d 100%);
  color: #fff !important;
  padding: 14px 22px 14px 14px;
  border-radius: 100px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(168, 136, 2, 0.45),
              0 4px 12px rgba(4, 99, 144, 0.18);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.ct-fab.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ct-fab:hover {
  background: linear-gradient(135deg, #c69f0d 0%, #d4ae1a 100%);
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(168, 136, 2, 0.55),
              0 6px 16px rgba(4, 99, 144, 0.22);
  color: #fff !important;
  text-decoration: none !important;
}

.ct-fab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  margin-right: 12px;
  font-size: 16px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-fab:hover .ct-fab-icon {
  transform: rotate(15deg);
}

.ct-fab-label {
  white-space: nowrap;
}

@media screen and (max-width: 549px) {
  .ct-fab {
    bottom: 18px;
    right: 18px;
    padding: 12px 18px 12px 12px;
    font-size: 13px;
  }
  .ct-fab-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-right: 10px;
  }
}

/* ============================================================
   Detail-Sektionen (Unternehmensberatung, Nachfolge, Buchführung, Start ups)
   Modernisiert mit SVG-Illustrationen
   ============================================================ */
.ct-detail-section {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.ct-detail-section--alt {
  background: linear-gradient(180deg, #f6f9fb 0%, #ffffff 100%);
}

/* Elegante Kompass-Rose als Halo direkt hinter der SVG-Illustration.
   Folgt der SVG automatisch — egal ob links oder rechts platziert.
   Vektor-SVG bleibt auf jeder Auflösung gestochen scharf. */
.ct-detail-media {
  position: relative;
}

.ct-detail-media::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  width: 680px;
  height: 680px;
  max-width: 130%;
  background-image: url('../img/bg-compass-rose.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.11;
  pointer-events: none;
  z-index: 0;
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
              transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  animation: ctRoseFloat 26s ease-in-out infinite;
}

/* Sehr sanfter Gold-Hauch direkt hinter der SVG für etwas Wärme */
.ct-detail-media::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 520px;
  height: 520px;
  max-width: 110%;
  background: radial-gradient(circle, rgba(168, 136, 2, 0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  transition: opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* SVG-Illustration bleibt im Vordergrund + dezenter Fokus-Boost */
.ct-detail-media .ct-svg-illustration {
  position: relative;
  z-index: 1;
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
              filter 1.4s ease;
}

.ct-detail-section .container {
  position: relative;
  z-index: 1;
}

/* ============================================================
   Fokus-Zustand: Wenn die Sektion mittig im Viewport steht,
   fadet der Kompass weich aus und die SVG rückt in den Fokus.
   ============================================================ */
.ct-detail-section.is-focused .ct-detail-media::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg) scale(1.12);
  animation-play-state: paused;
}

.ct-detail-section.is-focused .ct-detail-media::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.1);
}

.ct-detail-section.is-focused .ct-detail-media .ct-svg-illustration {
  transform: scale(1.04);
}

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  .ct-detail-media::before,
  .ct-detail-media::after,
  .ct-detail-media .ct-svg-illustration {
    transition: opacity 0.4s ease;
    animation: none !important;
  }
  .ct-detail-section.is-focused .ct-detail-media::before,
  .ct-detail-section.is-focused .ct-detail-media::after {
    transform: translate(-50%, -50%);
  }
  .ct-detail-section.is-focused .ct-detail-media .ct-svg-illustration {
    transform: none;
  }
}

/* Ganz langsame Drehung — wirkt wie eine ausschlagende Kompassnadel,
   ohne aufdringlich zu sein (sehr klein, sehr langsam) */
@keyframes ctRoseFloat {
  0%, 100% { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  50%      { transform: translate(-50%, -50%) rotate(2.5deg) scale(1); }
}

.ct-detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.ct-detail-row--media-left .ct-detail-text { order: 2; }
.ct-detail-row--media-left .ct-detail-media { order: 1; }

.ct-detail-text {
  max-width: 520px;
}

.ct-detail-text .ct-section-eyebrow {
  margin-bottom: 14px;
}

.ct-detail-text h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #046390;
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.ct-detail-text .section-heading-line-left {
  width: 56px;
  height: 3px;
  background: #A88802;
  margin: 0 0 28px;
}

.ct-detail-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3645;
  margin: 0 0 26px;
}

.ct-detail-lead strong {
  color: #046390;
  font-weight: 600;
}

.ct-detail-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ct-detail-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #2a3645;
  line-height: 1.55;
  font-weight: 500;
}

.ct-bullet {
  color: #A88802;
  font-size: 11px;
  line-height: 1.55;
  flex-shrink: 0;
  margin-top: 5px;
}

.ct-detail-cta {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #046390;
  border: 2px solid #046390;
  padding: 14px 30px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-detail-cta span {
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.35s ease;
}

.ct-detail-cta:hover {
  background: #A88802;
  border-color: #A88802;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(168, 136, 2, 0.32);
}

.ct-detail-cta:hover span {
  transform: translateX(5px);
}

/* SVG Illustrations */
.ct-svg-illustration {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-svg-illustration::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(168, 136, 2, 0.06) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.ct-svg-illustration svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.ct-detail-section:hover .ct-svg-illustration {
  transform: scale(1.02);
}

@media screen and (max-width: 991px) {
  .ct-detail-section {
    padding: 70px 0;
  }
  .ct-detail-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ct-detail-row--media-left .ct-detail-text { order: 1; }
  .ct-detail-row--media-left .ct-detail-media { order: 2; }
  .ct-detail-text {
    max-width: 100%;
  }
  .ct-detail-text h3 {
    font-size: 28px;
  }
  .ct-svg-illustration {
    max-width: 380px;
  }
  /* Watermark auf Mobile kleiner & dezenter — bleibt zentriert hinter SVG */
  .ct-detail-media::before {
    width: 460px;
    height: 460px;
    opacity: 0.06;
  }
  .ct-detail-media::after {
    width: 360px;
    height: 360px;
  }
}

@media screen and (max-width: 549px) {
  .ct-detail-media::before {
    width: 360px;
    height: 360px;
    opacity: 0.05;
  }
  .ct-detail-media::after {
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 549px) {
  .ct-detail-section {
    padding: 56px 0;
  }
  .ct-detail-text h3 {
    font-size: 24px;
  }
  .ct-detail-cta {
    padding: 13px 24px;
    font-size: 12px;
  }
}

/* ============================================================
   Trust Signal Bar
   ============================================================ */
.ct-trust-section {
  padding: 56px 0;
  background: linear-gradient(135deg, #046390 0%, #034f73 100%);
  position: relative;
  overflow: hidden;
}

.ct-trust-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(168, 136, 2, 0.10) 0%, transparent 65%);
  pointer-events: none;
}

.ct-trust-section .container {
  position: relative;
  z-index: 2;
}

.ct-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
  align-items: stretch;
}

.ct-trust-stat {
  position: relative;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.ct-trust-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.ct-trust-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(168, 136, 2, 0.18);
  color: #d4ae1a;
  font-size: 20px;
  flex-shrink: 0;
}

/* Gemeinsame Höhe für Zahl- und Text-Hauptzeile — auf gleicher Baseline */
.ct-trust-stat-number,
.ct-trust-stat-text {
  font-family: 'Marcellus SC', serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
}

.ct-trust-stat-number {
  font-size: 46px;
  letter-spacing: 1px;
}

.ct-trust-stat-text {
  font-size: 22px;
  letter-spacing: 2px;
}

.ct-trust-stat-divider {
  margin: 0 4px;
  color: #d4ae1a;
  font-weight: 300;
}

.ct-trust-stat-plus {
  font-size: 30px;
  color: #d4ae1a;
  margin-left: 2px;
  font-weight: 400;
  line-height: 1;
}

.ct-trust-stat-label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: auto;
}

@media screen and (max-width: 850px) {
  .ct-trust-section {
    padding: 44px 0;
  }
  .ct-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .ct-trust-stat:not(:last-child)::after {
    display: none;
  }
  .ct-trust-stat-number,
  .ct-trust-stat-text {
    height: 44px;
  }
  .ct-trust-stat-number {
    font-size: 38px;
  }
  .ct-trust-stat-text {
    font-size: 19px;
  }
  .ct-trust-stat-plus {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .ct-trust-stat-number,
  .ct-trust-stat-text {
    height: 38px;
  }
  .ct-trust-stat-number {
    font-size: 32px;
  }
  .ct-trust-stat-text {
    font-size: 17px;
  }
  .ct-trust-stat-plus {
    font-size: 22px;
  }
}

/* ============================================================
   Navigation Highlight (Kompass-Check Badge im Dropdown)
   ============================================================ */
.nav-dropdown-highlight {
  border-top: 1px solid rgba(168, 136, 2, 0.15);
  margin-top: 6px;
  padding-top: 4px !important;
}

.nav-dropdown-highlight > a {
  color: var(--ct-blue) !important;
  font-weight: 600 !important;
}

.nav-badge {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  background: var(--ct-gold);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  vertical-align: middle;
}

/* "Mandant werden" — prominenter Nav-CTA als kompakter Pill-Button.
   Architektur: Der aeussere <a> bleibt auf 95px Hoehe (wie alle anderen
   Nav-Anchors), damit er sich sauber ins Flex-Layout der Nav einreiht.
   Die eigentliche Gold-Pille ist ein <span> INNERHALB des Anchors —
   so umgehen wir den Konflikt mit der default 95px-Anchor-Hoehe. */
.nav-menu > li.nav-cta-item {
  margin-left: 6px;
}

.nav-menu > li.nav-cta-item > a.nav-cta-link {
  /* Anchor selbst: transparent, kein Padding-Frame — er bleibt 95px hoch
     und zentriert die Pille via flex (von Default-Stil geerbt). */
  background: transparent !important;
  padding: 0 12px !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.nav-cta-pill {
  display: inline-flex;
  align-items: center;
  background: var(--ct-gold);
  color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 13px;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(168, 136, 2, 0.32);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-menu > li.nav-cta-item > a.nav-cta-link:hover {
  background: transparent !important;
}
.nav-menu > li.nav-cta-item > a.nav-cta-link:hover .nav-cta-pill {
  background: #c69f0d;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 136, 2, 0.48);
}

/* Wenn die Nav weiss/scrolled wird — Pill bleibt unveraendert */
#nav-transparent .nav-white-bg .nav-menu > li.nav-cta-item > a.nav-cta-link {
  background: transparent !important;
}

/* Mobile / Hochformat-Navigation: Pill stretcht voll, zentriert */
.navigation-portrait .nav-menu > li.nav-cta-item {
  margin: 12px 22px 4px;
}
.navigation-portrait .nav-menu > li.nav-cta-item > a.nav-cta-link {
  padding: 6px 0 !important;
  height: auto !important;
}
.navigation-portrait .nav-cta-pill {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 22px;
}

/* ============================================================
   Allgemeine Refinements
   ============================================================ */
/* Pricing Cards: stärkerer Gold-Border on hover */
.pricing-list {
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid rgba(4, 99, 144, 0.08);
}

.pricing-list:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 136, 2, 0.45);
  box-shadow: var(--ct-shadow-lg);
}

/* WOW.js compatibility: hidden until reveal */
.wow {
  visibility: hidden;
}

/* Sicherstellen, dass Bootstrap container Padding bleibt */
.ct-services-premium .container,
.ct-compass-approach .container,
.ct-audience .container,
.ct-process .container,
.ct-final-cta .container {
  padding-left: 15px;
  padding-right: 15px;
}
