

h1, h2, h3, h4{
    color: #6a3f1d;
}

@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:16px;
  }
  
}
  /* 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: #cd6700; /* основной цвет 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;
  }
}

/* ====== SteuerExperte – Sections ====== */
.section {
  position: relative;
  overflow: hidden;
}

.section--light {
  background: #ffffff;
}

.section--accent {
  background: #ebede4; /* нежный серо-синий для контраста с белыми секциями */
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

/* Заголовки и подзаголовки */
.section-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2px;
}

.section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: .75rem;
  background: currentColor; /* берёт цвет текста заголовка */
  opacity: .2;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.05rem;
}

/* Контентный блок с картой/листом */
.content-block {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 1rem;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.section--accent .content-block {
  background: #ffffff;
}

@media (min-width: 992px) {
  .content-block {
    padding: 1.75rem 1.75rem;
  }
}

/* Типографика параграфов */
.content-block p {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Дополнительные отступы на больших экранах */
@media (min-width: 1200px) {
  #beratung .section-title,
  #erklaerungen .section-title,
  #planung .section-title {
    margin-top: .25rem;
  }
}

/* Поддержка тёмного текста в акцентной секции */
.section--accent .section-title { color: #0b1f33; }
.section--accent .section-subtitle { color: #5f6b7a !important; }

/* Ссылки внутри контента (если появятся) */
.content-block a {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.content-block a:hover {
  border-bottom-style: solid;
}


/* ====== CTA Section (SteuerExperte) ====== */
.section--cta {
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
  position: relative;
  overflow: hidden;
}

.section--cta::before {
  /* мягкий декоративный ореол */
  content: "";
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 1200px; height: 160px;
  background: radial-gradient(600px 90px at 50% 50%, rgba(13,110,253,.08), transparent 70%);
  pointer-events: none;
}

.section--cta .section-title {
  font-weight: 700;
  line-height: 1.2;
}

.section--cta .lead {
  font-size: 1.125rem;
}

.checklist .bi {
  flex: 0 0 auto;
  line-height: 1;
  transform: translateY(2px);
}

/* Карточка формы */
.form-card {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 1rem;
}

.form-card .form-label {
  font-weight: 600;
}

.form-card .btn {
  border-radius: .75rem;
}

/* Ссылки/кнопки рядом выглядят приятно на переносах */
#cta-beratung .btn {
  min-width: 220px;
}

/* Trust row */
.trust .bi {
  font-size: 1rem;
}
.trust small {
  opacity: .85;
}

/* Улучшения для больших экранов */
@media (min-width: 992px) {
  .form-card { padding: .25rem; }
}

/* Доступность: фокус */
#cta-beratung a:focus-visible,
#cta-beratung button:focus-visible,
#cta-beratung input:focus,
#cta-beratung select:focus,
#cta-beratung textarea:focus {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  border-color: #86b7fe;
}

/* ====== Testimonials Section (SteuerExperte) ====== */
#testimonials.section {
  background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
  border-top: 1px solid rgba(0,0,0,.04);
  border-bottom: 1px solid rgba(0,0,0,.04);
}

/* Заголовки/подзаголовки согласованы с остальными секциями */
#testimonials .section-title {
  font-weight: 700;
  line-height: 1.2;
}
#testimonials .section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: .75rem;
  background: currentColor;
  opacity: .2;
  border-radius: 2px;
}
#testimonials .section-subtitle { font-size: 1.05rem; }

/* Карточки отзывов */
.testimonial {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 1rem;
}
.testimonial .card-body { padding: 1.5rem; }
@media (min-width: 992px) {
  .testimonial .card-body { padding: 1.75rem; }
}

/* Аватарка */
.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

/* Рейтинг звездами (иконки Bootstrap Icons) */
.rating .bi {
  font-size: 1rem;
  letter-spacing: .5px;
  color: #e67300; /* мягкий золото-жёлтый для звёзд */
}
.rating .bi + .bi { margin-left: 2px; }

/* Цитата */
.blockquote {
  font-size: 1.02rem;
  line-height: 1.7;
  position: relative;
  padding-left: .5rem;
}
.blockquote::before {
  content: "“";
  position: absolute;
  left: -6px;
  top: -8px;
  font-size: 2rem;
  line-height: 1;
  color: rgba(0,0,0,.12);
}

/* Метаданные под цитатой */
.testimonial-meta .bi { transform: translateY(1px); }

/* Бренды/логотипы */
.brand {
  max-height: 36px;
  filter: grayscale(100%);
  opacity: .85;
  transition: opacity .2s ease, filter .2s ease;
}
.brand:hover { opacity: 1; filter: grayscale(0%); }

/* Фокус/доступность */
#testimonials a:focus-visible,
#testimonials button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  border-radius: .5rem;
}
/* ====== Base Sections ====== */
.section { position: relative; overflow: hidden; }
.section--light { background: #fff; }
.section--accent { background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%); }
.section--cta {
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
  border-top: 1px solid rgba(0,0,0,.05);
}

/* Hero */
.section--hero { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }
.hero-figure img { border: 1px solid rgba(0,0,0,.06); }
.section--hero .display-5 { line-height: 1.15; }

/* Section headings */
.section-title { font-weight: 700; line-height: 1.2; }
.section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: .75rem;
  background: currentColor;
  opacity: .2;
  border-radius: 2px;
}
.section-subtitle { font-size: 1.05rem; }

/* Values */
.value .icon-wrap {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(13,110,253,.08);
  color: #e67300;
}
.value .icon-wrap .bi { font-size: 1.2rem; }

/* Stats */
#facts .stat { padding: .75rem .5rem; }
#facts .stat-value {
  font-size: 2rem; font-weight: 700; line-height: 1;
}
#facts .stat-label { margin-top: .35rem; }

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

/* Timeline */
.timeline { position: relative; margin-left: .5rem; padding-left: 1.25rem; }
.timeline::before {
  content: ""; position: absolute; left: 10px; top: 0; bottom: 0;
  width: 2px; background: #e67300;
}
.timeline-item { position: relative; padding-left: 1.25rem; margin-bottom: 1.25rem; }
.timeline-point {
  position: absolute; left: 2px; top: .35rem;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 3px solid #e67300;
  box-shadow: 0 0 0 4px rgba(13,110,253,.08);
}
.timeline-content h3 { font-weight: 600; }

/* Certifications / Brands */
#certs .brand {
  max-height: 38px; filter: grayscale(100%); opacity: .85;
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
#certs .brand:hover { opacity: 1; filter: grayscale(0%); transform: translateY(-2px); }

/* FAQ */
#faq .accordion-button { font-weight: 600; }
#faq .accordion-button:focus { box-shadow: none; }
#faq .accordion-button:not(.collapsed) { background: rgba(13,110,253,.06); }

/* CTA */
#about-cta h2 { font-weight: 700; }
#about-cta .btn { border-radius: .75rem; }

/* A11y focus styles */
a:focus-visible, button:focus-visible, .form-control:focus, .btn:focus {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
  border-color: #e67300 !important;
}

/* Spacing tweaks on large screens */
@media (min-width: 992px) {
  .section { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
}

/* ====== Preise Section (SteuerExperte) ====== */
.section { position: relative; overflow: hidden; }
.section--light { background: #fff; }

/* Заголовки */
.section-title { font-weight: 700; line-height: 1.2; }
.section-title::after {
  content: ""; display: block; width: 64px; height: 3px;
  margin-top: .75rem; background: currentColor; opacity: .2; border-radius: 2px;
}
.section-subtitle { font-size: 1.05rem; }

/* Карточки тарифов */
.price-card { border: 1px solid rgba(0,0,0,.06); border-radius: 1rem; }
.price-card.featured {
  border-color: rgba(13,110,253,.25);
  box-shadow: 0 12px 30px rgba(13,110,253,.08), 0 6px 16px rgba(0,0,0,.04);
}
.price-card .badge { border-radius: .5rem; }

.price {
  display: flex; align-items: baseline; gap: .5rem;
}
.price-value {
  font-size: 1.75rem; font-weight: 700; line-height: 1;
  letter-spacing: .2px;
}
.price-note { font-size: .9rem; }

.price-card .card-footer {
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem;
}

/* Список фич */
.price-card .bi { color: #198754; transform: translateY(1px); }

/* Таблица доп.услуг */
.add-ons { border: 1px solid rgba(0,0,0,.06); border-radius: 1rem; }
.add-ons .table thead th {
  font-size: .9rem; color: #6c757d; font-weight: 600; border-bottom: 1px solid rgba(0,0,0,.06);
}
.add-ons .table tbody td { border-top-color: rgba(0,0,0,.04); }
.add-ons .btn { border-radius: .7rem; }

/* Alert / Hinweise */
.alert.border { border-color: rgba(0,0,0,.08) !important; }

/* Доступность: фокус */
#preise a:focus-visible, #preise button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  border-radius: .5rem;
}

/* Адаптивные улучшения */
@media (min-width: 992px) {
  .price-value { font-size: 2rem; }
}




