@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:17px;
}

.top-5 {
    top: 5px;
}

.image-box{
  height:350px;
}
@media (max-width:991px) {
  .image-box{
    height:250px;
  }
  p{
    font-size:16px;
  }
  h5{
  font-size:17px;
}
}

h1,h2,h3{
  color: #4f4a4c;
}

/* Визуально скрыто, но доступно для ассистивных технологий */
.visually-hidden-important {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Для заданного вами формата чекбокса */
.form-group.checkbox-group {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  }
.form-group.checkbox-group input[type="checkbox"] {
  margin-top: .3rem;
}


/* 1) Глобально отключаем горизонтальный скролл */
html { overflow-x: clip; }               /* современные браузеры */
body { overflow-x: hidden; width: 100%; } /* фолбэк */

/* ===== Hero (AxionFin) ===== */
#hero {
  isolation: isolate; /* чтобы псевдо-слои не выходили наружу */
}

/* плавный градиент поверх bg-dark */
#hero .hero-gradient {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(var(--bs-primary-rgb), .25), transparent 60%),
              radial-gradient(1000px 500px at 90% 20%, rgba(var(--bs-secondary-rgb), .25), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* содержимое над градиентом */
#hero .container {
  z-index: 1;
}

/* адаптивная высота «героя» */
.min-vh-75 { min-height: 65vh; }
@media (min-width: 992px) {
  .min-vh-75 { min-height: 80vh; }
}

/* карточка справа: стеклянный эффект */
#hero .hero-card {
  backdrop-filter: blur(6px);
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,.25);
}

/* типографика заголовка и лид-абзаца */
#hero h1 {
  letter-spacing: -0.02em;
}
#hero .lead {
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.25rem);
  color: rgba(255,255,255,.9);
}

/* кнопки */
#hero .btn {
  border-radius: .75rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
#hero .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
}

/* разделители и текстовые элементы доверия */
#hero .vr {
  opacity: .25;
}

/* нижняя волна */
#hero .hero-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%;
  height: 84px;
  display: block;
  opacity: 1;
}

/* легкая полировка для badge */
#hero .badge {
  border-radius: 999px;
  padding: .5rem .9rem;
  letter-spacing: .02em;
}

/* поддержка prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  #hero .btn { transition: none; }
}

/* ===== Expertise section (AxionFin) ===== */
#expertise {
  /* вертикальные отступы: через utility .py-6 в разметке */
}

/* карточки */
#expertise .exp-card {
  border-radius: 1rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
#expertise .exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
}

/* иконка-бейдж */
#expertise .exp-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.35rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

/* маркеры списка */
#expertise .exp-list li {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  padding: .25rem 0;
  color: var(--bs-dark);
}
#expertise .exp-list i {
  flex: 0 0 auto;
  margin-top: .1rem;
}

/* заголовок секции */
#expertise h2 {
  letter-spacing: -.015em;
}

/* небольшой helper для вертикальных отступов, если у вас нет утилиты .py-6 */
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 992px) {
  .py-6 { padding-top: 5rem; padding-bottom: 5rem; }
}

/* ===== Pourquoi choisir AxionFin ===== */
#reasons { /* отступы заданы утилитой .py-6 в HTML */ }

/* карточки-пункты */
#reasons .reason-card {
  border-radius: 1rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
#reasons .reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12);
}

/* иконка-бейдж слева */
#reasons .reason-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.35rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

/* заголовок секции */
#reasons h2 {
  letter-spacing: -.015em;
}

/* helper-утилита, если у вас нет .py-6 в проекте */
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 992px) {
  .py-6 { padding-top: 5rem; padding-bottom: 5rem; }
}

/* ===== Helpers ===== */
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 992px) {
  .py-6 { padding-top: 5rem; padding-bottom: 5rem; }
}

/* ===== Section 1: About Hero ===== */
#about-hero { isolation: isolate; }
#about-hero .about-hero-gradient {
  background:
    radial-gradient(1000px 500px at 10% 10%, rgba(var(--bs-primary-rgb), .25), transparent 60%),
    radial-gradient(900px 450px at 90% 20%, rgba(var(--bs-secondary-rgb), .25), transparent 60%);
  pointer-events: none; z-index: 0;
}
#about-hero .container { z-index: 1; position: relative; }
#about-hero .about-hero-card {
  backdrop-filter: blur(6px);
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,.25);
}
#about-hero .about-hero-wave {
  position: absolute; left:0; right:0; bottom:-1px; width:100%; height:80px; display:block;
}

/* ===== Section 2: Mission & Valeurs ===== */
#mission .about-card {
  border-radius: 1rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
#mission .about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
}
#mission .about-icon {
  width: 2.75rem; height: 2.75rem; font-size: 1.2rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

/* ===== Section 3: Team ===== */
#team .team-card { border-radius: 1rem; }
#team .team-card:hover { box-shadow: 0 1rem 2rem rgba(0,0,0,.12); }
#team .team-photo { border-top-left-radius: 1rem; border-top-right-radius: 1rem; overflow: hidden; }

/* ===== Section 4: Approche (steps) ===== */
#approach .step { background-color: var(--bs-white); }
#approach .step-icon {
  width: 2.75rem; height: 2.75rem; font-size: 1.2rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.06);
}
#approach .approach-steps .step { transition: transform .18s ease, box-shadow .18s ease; }
#approach .approach-steps .step:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.10);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #mission .about-card,
  #approach .approach-steps .step { transition: none; }
}

/* ===== Helpers ===== */
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 992px) {
  .py-6 { padding-top: 5rem; padding-bottom: 5rem; }
}

/* ===== Pricing ===== */
#pricing h2 { letter-spacing: -.015em; }

#pricing .price-card {
  border-radius: 1rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
#pricing .price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
}

/* Featured (mise en avant) */
#pricing .price-card.featured {
  position: relative;
  border: 1px solid rgba(var(--bs-secondary-rgb), .25);
}
#pricing .featured-ribbon {
  position: absolute;
  top: .75rem; right: .75rem;
  padding: .25rem .5rem;
  border-radius: .5rem;
  font-size: .75rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

/* Listes à puces */
#pricing .price-list li {
  display: flex; gap: .5rem; align-items: baseline;
  padding: .25rem 0;
  color: var(--bs-dark);
}
#pricing .price-list i { flex: 0 0 auto; margin-top: .1rem; }

/* Boutons */
#pricing .btn { border-radius: .75rem; }

/* Carte d’avertissement légal */
#pricing .card p { line-height: 1.5; }

/* Accessibilité: réduire motion */
@media (prefers-reduced-motion: reduce) {
  #pricing .price-card { transition: none; }
}
