@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/FINANCIAL-BUSINESS-CONSULTING-768x384.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; }
}

.shp-section {
  position: relative;
  overflow: hidden;
}

.shp-badge {
  letter-spacing: .2px;
}

.shp-feature-card {
  border: 1px solid rgba(13,110,253,.1);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shp-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.06);
  border-color: rgba(13,110,253,.25);
}

.shp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: .75rem;
  background: var(--shp-primary-50);
  color: var(--shp-primary-600);
  flex: 0 0 44px;
}

.shp-visual {
  border-radius: 1rem;
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(13,110,253,.06) 0%, rgba(13,110,253,0) 60%),
    #fff;
}

.shp-bullet {
  width: 10px;
  height: 10px;
  margin-top: .45rem;
  border-radius: 50%;
  background: var(--shp-primary-600);
  box-shadow: 0 0 0 6px rgba(13,110,253,.12);
}

/* Buttons fine-tuning (keeps Bootstrap look) */
.btn-success {
  background-color: var(--shp-accent);
  border-color: var(--shp-accent);
}
.btn-success:hover,
.btn-success:focus {
  filter: brightness(.95);
}

/* Spacing helpers for larger screens */
@media (min-width: 992px) {
  .py-md-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}

/* Optional: light/dark support if страница переключает темы */
@media (prefers-color-scheme: dark) {
  .shp-section.bg-light { background-color: #111827 !important; }
  .shp-feature-card { border-color: rgba(255,255,255,.08); background-color: #0b1220; }
  .shp-visual { background: #0b1220; }
  .shp-icon { background: rgba(13,110,253,.15); color: #93c5fd; }
  .text-secondary { color: #adb5bd !important; }
}

.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;
}

.shp-pricing-section .badge{text-transform:none; letter-spacing:.2px}

.shp-price-card{
  border:1px solid rgba(13,110,253,.12);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  border-radius:1rem;
}
.shp-price-card:hover{
  transform:translateY(-2px);
  box-shadow:0 .75rem 1.5rem rgba(0,0,0,.06);
  border-color:rgba(13,110,253,.3);
}

.shp-price-card-featured{
  box-shadow:0 .75rem 1.75rem rgba(13,110,253,.12);
  background:linear-gradient(180deg,#fff,rgba(13,110,253,.03));
}

.shp-price{
  display:flex; align-items:flex-end; gap:.4rem;
  line-height:1; color:var(--shp-ink);
}
.shp-price-currency{font-size:.95rem; color:var(--shp-muted)}
.shp-price-number{font-size:2.25rem; font-weight:700}
.shp-price-period{font-size:.95rem; color:var(--shp-muted)}

.table>thead th{border-bottom:1px solid rgba(0,0,0,.06)}
.table tr td, .table tr th{padding:.9rem .75rem}

@media (min-width:992px){
  .py-lg-6{padding-top:5rem!important; padding-bottom:5rem!important}
}

/* Optional dark mode */
@media (prefers-color-scheme: dark){
  .shp-pricing-section.bg-white{background-color:#0b1220!important}
  .card.shadow-sm{background-color:#0f172a; color:#e5e7eb}
  .text-secondary{color:#a8b0bb!important}
  .table{--bs-table-color:#e5e7eb; --bs-table-bg:transparent; --bs-table-border-color:rgba(255,255,255,.12)}
  .shp-price-card{border-color:rgba(255,255,255,.12)}
  .shp-price-card-featured{background:linear-gradient(180deg,#0f172a,#0f172a)}
}
h1{
  font-size: 30px;
  font-weight: 600;
}
h2{
  font-size: 25px;
}
h3{
  font-size: 22px;
}

p{
  font-size: 18px;
}
