/* Footer NOVALEX HOLDING — finition professionnelle */
.footer {
  background: #171d3a !important;
  color: rgba(255,255,255,.88);
}

.footer .footer-main-row {
  align-items: flex-start;
}

.footer .footer-brand-panel {
  height: 100%;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.footer .footer-brand-panel .brand-name {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.footer .footer-brand-panel .brand-name span:first-child { color: #06bbcc; }
.footer .footer-brand-panel .brand-name span:last-child { color: #f0a500; }

.footer .footer-brand-panel p {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  margin-bottom: 0;
}

.footer .footer-news,
.footer .footer-privacy {
  height: 100%;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}

.footer .footer-news h4,
.footer .footer-privacy h4 {
  margin-bottom: 16px !important;
  color: #fff !important;
  font-weight: 800;
}

.footer .footer-news p,
.footer .footer-privacy p {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  font-size: .94rem;
  margin-bottom: 0;
}

.footer .footer-privacy .privacy-scroll {
  max-height: 230px;
  overflow-y: auto;
  padding-right: 12px;
  text-align: left;
}

.footer .footer-privacy .privacy-scroll::-webkit-scrollbar { width: 6px; }
.footer .footer-privacy .privacy-scroll::-webkit-scrollbar-track { background: rgba(255,255,255,.05); border-radius: 10px; }
.footer .footer-privacy .privacy-scroll::-webkit-scrollbar-thumb { background: rgba(6,187,204,.55); border-radius: 10px; }

.footer .footer-links .btn-link {
  color: rgba(255,255,255,.88) !important;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 5px;
  transition: color .2s ease, transform .2s ease;
}

.footer .footer-links .btn-link:hover {
  color: #06bbcc !important;
  transform: translateX(3px);
}

.footer .footer-contact h4 { color: #fff !important; font-weight: 800; }
.footer .footer-contact p { color: rgba(255,255,255,.78); line-height: 1.6; }

.footer .copyright {
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 22px;
}

@media (max-width: 991.98px) {
  .footer .footer-news,
  .footer .footer-privacy,
  .footer .footer-brand-panel { min-height: auto; }
}

/* Section « Pourquoi choisir » : fond clair cohérent avec les interfaces d'investissement. */
.why-novalex-section {
  padding: 80px 0;
  background: #fff;
  color: #181d38;
}
.why-novalex-section .why-title {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: #181d38;
}
.why-novalex-section .why-subtitle {
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.why-novalex-section .why-item-title {
  font-weight: 800;
  font-size: 1rem;
  color: #181d38;
}
.why-novalex-section .why-item-text {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.65;
}

/* Footer v2 — contact links + strict alignment across all public interfaces */
.footer-professional {
  background: #171d3a !important;
  color: rgba(255,255,255,.88);
  overflow: hidden;
}
.footer-professional .container { max-width: 1320px; }
.footer-professional .footer-top-grid {
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(280px, 1.25fr) minmax(320px, 1.35fr);
  gap: 42px;
  align-items: start;
}
.footer-professional .footer-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 58px;
}
.footer-professional .footer-section-title {
  position: relative;
  margin: 0 0 28px !important;
  padding-bottom: 12px;
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 800;
}
.footer-professional .footer-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: #f0a500;
}
.footer-professional .footer-links { padding-top: 4px; }
.footer-professional .footer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 0 17px;
  color: rgba(255,255,255,.9) !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: color .2s ease, transform .2s ease;
}
.footer-professional .footer-link span {
  color: #06bbcc;
  font-size: 1.55rem;
  line-height: .7;
}
.footer-professional .footer-link:hover { color: #06bbcc !important; transform: translateX(3px); }
.footer-professional .footer-brand-panel {
  min-height: 255px;
  padding: 34px 32px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.footer-professional .brand-name { margin-bottom: 18px; font-size: 1.45rem; font-weight: 900; letter-spacing: .02em; }
.footer-professional .brand-name span:first-child { color: #06bbcc; }
.footer-professional .brand-name span:last-child { color: #f0a500; }
.footer-professional .footer-brand-panel p,
.footer-professional .footer-news p,
.footer-professional .footer-privacy p { color: rgba(255,255,255,.74); line-height: 1.75; }
.footer-professional .footer-brand-panel p { margin: 0; }
.footer-professional .footer-contact { padding-top: 4px; }
.footer-professional .footer-contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 13px;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  line-height: 1.5;
  transition: color .2s ease;
}
.footer-professional .footer-contact-link:hover { color: #06bbcc; }
.footer-professional .footer-contact-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(6,187,204,.14);
  color: #06bbcc;
}
.footer-professional .footer-contact-icon-empty { background: transparent; }
.footer-professional .footer-contact-secondary { margin-top: -8px; }
.footer-professional .footer-socials { display: flex; gap: 12px; margin-top: 22px; }
.footer-professional .footer-social {
  width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-professional .footer-social:hover { background: #06bbcc; border-color: #06bbcc; color: #fff; }
.footer-professional .footer-news,
.footer-professional .footer-privacy {
  min-height: 330px;
  padding: 30px 32px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.footer-professional .footer-news p { margin-bottom: 24px; }
.footer-professional .footer-privacy .privacy-scroll { max-height: 260px; overflow-y: auto; padding-right: 14px; text-align: left; }
.footer-professional .footer-privacy .privacy-scroll h6 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.footer-professional .privacy-scroll::-webkit-scrollbar { width: 6px; }
.footer-professional .privacy-scroll::-webkit-scrollbar-track { background: rgba(255,255,255,.05); border-radius: 10px; }
.footer-professional .privacy-scroll::-webkit-scrollbar-thumb { background: rgba(6,187,204,.55); border-radius: 10px; }
.footer-professional .footer-newsletter { display: flex; width: 100%; margin-top: 18px; }
.footer-professional .footer-newsletter input { min-width: 0; flex: 1; height: 56px; border: 0; border-radius: 0; padding: 0 18px; }
.footer-professional .footer-newsletter button { border: 0; padding: 0 24px; background: #f0a500; color: #111827; font-weight: 800; }
.footer-professional .footer-copyright {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 22px 0 26px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 46px;
}
.footer-professional .footer-copyright a,
.footer-professional .footer-menu a { color: #fff; text-decoration: none; }
.footer-professional .footer-copyright a:hover,
.footer-professional .footer-menu a:hover { color: #06bbcc; }
.footer-professional .footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
@media (max-width: 991.98px) {
  .footer-professional .footer-top-grid { grid-template-columns: 1fr 1fr; }
  .footer-professional .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
  .footer-professional .footer-top-grid,
  .footer-professional .footer-bottom-grid { grid-template-columns: 1fr; }
  .footer-professional .footer-contact { grid-column: auto; }
  .footer-professional .footer-brand-panel,
  .footer-professional .footer-news,
  .footer-professional .footer-privacy { min-height: auto; }
  .footer-professional .footer-copyright { flex-direction: column; align-items: flex-start; }
  .footer-professional .footer-menu { justify-content: flex-start; }
  .footer-professional .footer-newsletter { flex-direction: column; }
  .footer-professional .footer-newsletter input,
  .footer-professional .footer-newsletter button { width: 100%; height: 54px; }
}
