@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

@media (max-width:460px) {
    .hero-title {
        font-size: 25px!important;
        margin-top:30px;
    }
    p{
        font-size: 15px!important;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:20px;
}

.top-5 {
    top: 5px;
}

.about-image {
        max-width: 200px;
        margin-bottom: 10px;
        border-radius:150px;
}

.hero {
  min-height: 80vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4)),
              url('assets/images/14930.jpg') center/cover no-repeat;
  color: #fff;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
}

.hero-img {
  max-width: 85%;
}

/* Секция */
.why-bhp {
  --why-accent: #0d6efd; /* используем основной цвет Bootstrap */
  background:
    radial-gradient(1200px 400px at 50% -10%, rgba(13,110,253,0.06), transparent 60%),
    #f8f9fa;
}

/* Карточка — лёгкий hover и контур */
.feature-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  border-color: rgba(0,0,0,.06);
}
.feature-card:hover,
.feature-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,.08);
  border-color: rgba(13, 110, 253, .25);
}

/* Иконка — круглый бейдж */
.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(13,110,253,.1);
  color: var(--why-accent);
  font-size: 1.35rem;
}

/* Тёмная тема (если сайт её поддерживает) */
@media (prefers-color-scheme: dark) {
  .why-bhp {
    background:
      radial-gradient(1200px 400px at 50% -10%, rgba(13,110,253,0.15), transparent 60%),
      #0b0f14;
  }
  .feature-card {
    background: #0f141a;
    border-color: rgba(255,255,255,.06);
  }
  .feature-card:hover,
  .feature-card:focus-within {
    box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,.35);
    border-color: rgba(13,110,253,.45);
  }
  .text-secondary {
    color: rgba(255,255,255,.7) !important;
  }
}

/* Небольшие правки типографики */
#why-bhp-title {
  letter-spacing: .2px;
}


/* ===== Feature section styles (Bootstrap 5 friendly) ===== */
#target-groups { background-color: #fff; }

/* Подчёркивание под заголовком, как в скрине */
.heading-underline {
  position: relative;
  display: inline-block;
  padding-bottom: .4rem;
}
.heading-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #e9ecef; /* тонкая светлая линия */
}

/* Карточки */
.feature-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  background-color: #fff;
}
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.08);
}

/* Кружок под иконку */
.icon-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f8f9fa;
  color: #212529;
  box-shadow: inset 0 0 0 1px #e9ecef;
}
.icon-badge svg { display: block; }

/* Отступы секции */
.py-6 { padding-top: 3rem; padding-bottom: 3rem; }
@media (min-width: 1200px) {
  .py-xl-8 { padding-top: 5rem; padding-bottom: 5rem; }
}



.testimonials {
  background: #f8f9fa;
}

.testimonials h2 {
  font-weight: 700;
  color: #1a1a1a;
}

.testimonial-card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.testimonial-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* ===== Services section styles ===== */
#services { background-color: #fff; }

/* Заголовки с тонким подчёркиванием */
.heading-underline,
.subheading-underline {
  position: relative;
  display: inline-block;
  padding-bottom: .4rem;
}
.heading-underline::after,
.subheading-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 140px;
  height: 3px;
  background: #e9ecef;
}
.subheading-underline::after { width: 100px; }

/* Карточки услуг */
.service-card {
  background-color: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .75rem 1.25rem rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.08);
}

/* Бейдж под иконку */
.icon-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f8f9fa;
  color: #212529;
  box-shadow: inset 0 0 0 1px #e9ecef;
}


.img-box{
  height:350px;
}

/* Pricing – BilanxAssist (Bootstrap 5 overrides) */
.pricing-section {
  --ba-surface: #ffffff;
  --ba-subtle: #f7f8fb;
  --ba-border: #e6e8ef;
  --ba-primary: #ad1500; /* Bootstrap primary (можно поменять под бренд) */
  background: linear-gradient(180deg, var(--ba-subtle), #fff 25%);
}

.pricing-section .badge {
  backdrop-filter: saturate(140%) blur(2px);
}

.pricing-card {
  border-radius: 1rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  background-color: var(--ba-surface);
}

.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .75rem 1.5rem rgba(17, 24, 39, .08);
}

.pricing-card .card-header {
  padding: 1.25rem 1.25rem 0;
}

.pricing-card .card-body {
  padding: 1.25rem;
}

.pricing-card .display-6 {
  letter-spacing: -0.02em;
}

.pricing-card ul li {
  padding: .375rem .25rem;
  border-bottom: 1px dashed var(--ba-border);
}

.pricing-card ul li:last-child {
  border-bottom: 0;
}

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

/* Рекомендованный (Business) – легкий акцент */
.pricing-card.shadow {
  box-shadow: 0 .75rem 1.5rem rgba(13, 110, 253, .08);
}

.bg-primary-subtle {
  background-color: rgba(13, 110, 253, .08) !important;
}

.text-primary {
  color: #ad1500 !important;
}

/* Адаптив */
@media (max-width: 575.98px) {
  .pricing-section .display-6 {
    font-size: 1.75rem;
  }
  .pricing-card .card-body {
    padding: 1rem;
  }
}

/* Небольшие правки для alert */
.pricing-section .alert {
  border-radius: .75rem;
  background: #fff;
}


h1{
  font-size: 30px;
  font-weight: 600;
}
h2{
  font-size: 25px;
}
h3{
  font-size: 22px;
}
