

h1, h2, h3, h4{
    color: #3e405f;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

h1, h2, h3, h4 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Добавим небольшую задержку для красивого каскада */
h2 {
  font-size:25px;
  animation-delay: 0.2s;
}

h3 {
  font-size:22px;
  animation-delay: 0.4s;
}

h4 {
  animation-delay: 0.6s;
}

@media(max-width:680px){
  .h5{
    font-size:18px;
  }
  h2{
    font-size: 22px;
  } 
  p{
    font-size:18px;
  }
  
}
  /* 1) Глобально отключаем горизонтальный скролл */
html { overflow-x: clip; }               /* современные браузеры */
body { overflow-x: hidden; width: 100%; } /* фолбэк */

/* Секция: Warum BilanzPartnerPro? — кастомные стили поверх Bootstrap */
#warum-bilanzpartnerpro {
  /* мягкий узор/градиент */
  background:
    radial-gradient(1200px 400px at 10% 0%, rgba(13,110,253,0.05), transparent 60%),
    radial-gradient(1200px 400px at 90% 0%, rgba(32,201,151,0.06), transparent 60%),
    #f8f9fa;
}

/* Карточки преимуществ */
#warum-bilanzpartnerpro .feature-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
#warum-bilanzpartnerpro .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.25rem rgba(0,0,0,0.08);
}

/* Иконка-кружок слева */
#warum-bilanzpartnerpro .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13,110,253,.12), rgba(32,201,151,.12));
  color: #7d6dcb; /* основной цвет Bootstrap */
  font-size: 1.25rem;
  flex: 0 0 44px;
}

/* Баннер с УТП */
#warum-bilanzpartnerpro .usp-callout {
  background: linear-gradient(180deg, rgba(13,110,253,.08), rgba(13,110,253,.02));
  border: 1px solid rgba(13,110,253,.15);
  box-shadow: 0 0.5rem 1rem rgba(13,110,253,0.08);
}

@media (max-width: 575.98px) {
  #warum-bilanzpartnerpro .feature-card {
    padding: 1.25rem !important;
  }
  #warum-bilanzpartnerpro .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}

/* Секция: Kostenlose Erstberatung — кастом поверх Bootstrap */
#erstberatung {
  background:
    radial-gradient(1200px 400px at 0% -10%, rgba(13,110,253,.06), transparent 60%),
    radial-gradient(1200px 400px at 100% -10%, rgba(32,201,151,.06), transparent 60%),
    #ffffff;
}

#erstberatung .icon-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: rgba(13,110,253,.12);
  color: #7d6dcb;
  flex: 0 0 1.9rem;
  font-size: 1rem;
  margin-top: .15rem; /* выравнивание с текстом */
}

#erstberatung .form-card {
  border: 1px solid rgba(13,110,253,.12);
  backdrop-filter: saturate(120%) blur(2px);
}

#erstberatung .form-card .form-control,
#erstberatung .form-card .form-select {
  padding-top: .6rem;
  padding-bottom: .6rem;
  border-radius: .8rem;
}

#erstberatung .form-card .btn-lg {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-radius: .9rem;
}

#erstberatung .badge.text-bg-primary {
  background-image: linear-gradient(135deg, #0d6efd, #7d6dcb);
}

/* Состояния валидации Bootstrap (классическое HTML5 + .was-validated / JS-валидация) */
#erstberatung .form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.15);
}

/* Мобильные отступы и выравнивание */
@media (max-width: 575.98px) {
  #erstberatung .display-6 {
    font-size: 1.75rem;
  }
  #erstberatung .form-card {
    border-radius: 1rem;
  }
}

/* Общие отступы секций */
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }

/* Hero */
#about-hero {
  background:
    radial-gradient(1200px 420px at 10% -10%, rgba(13,110,253,.06), transparent 60%),
    radial-gradient(900px 360px at 100% -20%, rgba(32,201,151,.06), transparent 60%),
    #f8f9fa;
}
.about-hero-card { border: 1px solid rgba(13,110,253,.12); }

/* Mission */
#mission .mission-media img { object-fit: cover; }

/* Timeline */
.timeline { position: relative; margin: 0; padding-left: 1rem; }
.timeline::before {
  content: "";
  position: absolute; left: 12px; top: .5rem; bottom: .5rem;
  width: 2px; background: rgba(13,110,253,.25);
}
.timeline-item { position: relative; margin-bottom: 1.75rem; padding-left: 2.25rem; }
.timeline-dot {
  position: absolute; left: 6px; top: .35rem;
  width: 14px; height: 14px; border-radius: 50%;
  background: #5f50a9; box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}
.timeline-card { border-radius: 1rem; }

/* Team */
.team-card .card-img-top { height: 220px; object-fit: cover; }
.team-card .badge { border: 1px solid rgba(0,0,0,.06); }

/* Trust logos */
#trust .trust-logo {
  min-height: 86px;
  display: grid; place-items: center;
  font-weight: 600; color: #5f50a9;
  border-color: rgba(13,110,253,.15) !important;
}

/* CTA */
#cta .cta-box {
  background:
    linear-gradient(180deg, rgba(13,110,253,.07), rgba(13,110,253,.02));
  border-color: rgba(13,110,253,.15) !important;
}

/* Адаптив */
@media (max-width: 575.98px) {
  .display-5 { font-size: 2rem; }
  #cta .cta-box { padding: 2.25rem !important; }
}

/* Sektion Preise – Custom Styles über Bootstrap */

#preise {
  background:
    radial-gradient(1100px 380px at 0% -10%, rgba(13,110,253,.06), transparent 60%),
    radial-gradient(1100px 380px at 100% -10%, rgba(32,201,151,.06), transparent 60%),
    #f8f9fa;
}

/* Preis-Karten */
.pricing-card {
  border: 1px solid rgba(13,110,253,.12);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .9rem 1.4rem rgba(0,0,0,.08);
  border-color: rgba(13,110,253,.28);
}
.pricing-card.highlight {
  outline: 2px solid rgba(13,110,253,.2);
}

/* Preis-Typografie */
.price .currency {
  font-size: .95rem;
  vertical-align: super;
  margin-right: .25rem;
  color: #6c757d;
}
.price .amount {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .2px;
}
.price .period {
  margin-left: .35rem;
  color: #6c757d;
}

/* Check-Icon */
.check-icon {
  color: #198754; /* Bootstrap success */
  font-size: 1.1rem;
  line-height: 1.1;
  margin-top: .15rem;
}

/* Tabelle: Add-ons */
#preise .table {
  margin-bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
}
#preise .table td, 
#preise .table th {
  padding-top: .9rem;
  padding-bottom: .9rem;
}

/* Badge-Veredelung */
.badge.text-bg-light {
  border: 1px solid rgba(0,0,0,.06);
}

/* Responsive Feinschliff */
@media (max-width: 575.98px) {
  #preise .display-6 { font-size: 1.8rem; }
  .price .amount { font-size: 1.7rem; }
}




