@import "/css/google-fonts.css";
@import "/fonts/bootstrap-icons/bootstrap-icons.css";
@import "/fonts/fontawesome/css/all.min.css";
@import "/lib/bootstrap/dist/css/bootstrap.min.css";
/* ==========================================================================
   HYPNOSE DOUBLE MAMAN
   ========================================================================== */
:root {
  --brand-turquoise: #149da4;
  --brand-turquoise-dark: #0e7d83;
  --brand-turquoise-light: #e6f6f7;
  --brand-gold: #caa14c;
  --brand-gold-light: #f7f3e8;
  --bg-cream: #faf6f0;
  --bg-white: #ffffff;
  --text-dark: #2c3e40;
  --text-muted: #607476;
  --radius-organic: 24px;
  --radius-smooth: 16px;
  --shadow-soft: 0 10px 30px rgba(20, 157, 164, 0.04);
  --shadow-card: 0 15px 40px rgba(44, 62, 64, 0.04);
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: var(--bg-cream);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.65;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
.display-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.14;
  color: #3B3A36;
}
p,
ul,
ol,
span,
label {
  font-size: 10.5pt;
}
.section-padding {
  padding: 90px 0;
}
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-cream);
}
::-webkit-scrollbar-thumb {
  background: var(--brand-turquoise);
  border-radius: 4px;
}
/* Buttons */
.btn-primary-custom {
  background-color: var(--brand-turquoise);
  color: var(--bg-white);
  border: none;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(20, 157, 164, 0.2);
          box-shadow: 0 4px 15px rgba(20, 157, 164, 0.2);
  font-size: 10.5pt;
}
.btn-primary-custom:hover {
  background-color: var(--brand-turquoise-dark);
  color: var(--bg-white);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(20, 157, 164, 0.3);
          box-shadow: 0 6px 20px rgba(20, 157, 164, 0.3);
}
.btn-secondary-custom {
  background-color: transparent;
  color: var(--brand-turquoise);
  border: 2px solid var(--brand-turquoise);
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10.5pt;
}
.btn-secondary-custom:hover {
  background-color: var(--brand-turquoise-light);
  color: var(--brand-turquoise-dark);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.btn-soft {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  border: 1.5px solid transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.btn-primary-soft {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  border: 1.5px solid transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #11A8AC;
  color: #fff;
  -webkit-box-shadow: 0 10px 30px -12px rgba(12, 113, 118, 0.18);
          box-shadow: 0 10px 30px -12px rgba(12, 113, 118, 0.18);
}
.btn-primary-soft:hover {
  background: #0E8C90;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 26px 60px -22px rgba(12, 113, 118, 0.28);
          box-shadow: 0 26px 60px -22px rgba(12, 113, 118, 0.28);
}
.btn-primary-soft:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #0C7176;
}
.btn-gold-soft {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  border: 1.5px solid transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #DBA629;
  color: #fff;
  -webkit-box-shadow: 0 14px 34px -14px rgba(219, 166, 41, 0.45);
          box-shadow: 0 14px 34px -14px rgba(219, 166, 41, 0.45);
}
.btn-gold-soft:hover {
  background: #C8941F;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.btn-gold-soft:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn-ghost-soft {
  font-family: 'Mulish', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  border: 1.5px solid transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #0C7176;
  border-color: #D4ECEB;
}
.btn-ghost-soft:hover {
  background: #ECF7F6;
  color: #0C7176;
  border-color: #11A8AC;
}
/* Navbar Customization */
.navbar-custom {
  background-color: #fff;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20, 157, 164, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 0;
}
.navbar-custom .navbar-brand img {
  max-height: 55px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.navbar-custom .navbar-brand img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.navbar-custom .nav-link {
  color: var(--text-dark);
  font-weight: 500;
  margin: 0 12px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 10.5pt;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--brand-turquoise);
}
.navbar-custom .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--brand-gold);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
  width: 100%;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.brand-lockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
}
.brand-lockup .brand-name {
  font-family: 'Mulish', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0C7176;
  line-height: 1.15;
}
/* Hero Section */
.hero-section {
  background: radial-gradient(circle at 85% 20%, var(--brand-gold-light) 0%, transparent 45%), radial-gradient(circle at 15% 80%, var(--brand-turquoise-light) 0%, transparent 50%), var(--bg-cream);
  padding: 160px 0 110px 0;
  position: relative;
}
.hero-logo-wrapper {
  margin-bottom: 25px;
}
.hero-logo-wrapper img {
  max-width: 140px;
  -webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.03));
}
.hero-section h1 {
  font-size: 38pt;
  color: var(--text-dark);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.hero-slogan {
  font-size: 16pt;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--brand-turquoise-dark);
  margin-bottom: 25px;
}
.hero-slogan span {
  font-size: 16pt;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--brand-turquoise-dark);
  margin-bottom: 25px;
}
.hero-intro {
  font-size: 11.5pt;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 40px auto;
}
/* Section Title Blueprint */
.section-header {
  text-align: center;
  margin-bottom: 55px;
}
.section-header h2 {
  font-size: 24pt;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-header h2::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(var(--brand-turquoise)), to(var(--brand-gold)));
  background: linear-gradient(90deg, var(--brand-turquoise), var(--brand-gold));
  border-radius: 2px;
}
.section-header p {
  color: var(--text-muted);
  margin: 0 auto;
}
/* Services Cards Grid */
.services-section {
  background-color: var(--bg-white);
}
.service-card {
  background: var(--bg-cream);
  border: 1px solid rgba(20, 157, 164, 0.04);
  border-radius: var(--radius-smooth);
  padding: 30px;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: var(--shadow-soft);
          box-shadow: var(--shadow-soft);
}
.service-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  background: var(--bg-white);
  border-color: rgba(20, 157, 164, 0.15);
  -webkit-box-shadow: 0 20px 40px rgba(20, 157, 164, 0.07);
          box-shadow: 0 20px 40px rgba(20, 157, 164, 0.07);
  cursor: pointer;
}
.service-icon-box {
  width: 55px;
  height: 55px;
  background-color: var(--brand-turquoise-light);
  color: var(--brand-turquoise);
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20pt;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-card:hover .service-icon-box {
  background-color: var(--brand-turquoise);
  color: var(--bg-white);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.service-card h3 {
  font-size: 14pt;
  margin-bottom: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
}
.service-card p {
  color: var(--text-muted);
  margin-bottom: 0;
  font-size: 10pt;
}
/* À Propos Section */
.about-section {
  background-color: var(--bg-cream);
}
.about-img-wrapper {
  position: relative;
  padding: 15px;
}
.about-img-placeholder {
  width: 100%;
  height: 480px;
  background: linear-gradient(135deg, #e3ede9 0%, #eddcd4 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  -webkit-box-shadow: var(--shadow-card);
          box-shadow: var(--shadow-card);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text-muted);
  border: 6px solid var(--bg-white);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-img-placeholder i {
  font-size: 40pt;
  color: var(--brand-turquoise);
  margin-bottom: 15px;
}
.about-content {
  padding-left: 20px;
}
.about-accent-badge {
  display: inline-block;
  background-color: var(--brand-gold-light);
  color: var(--brand-gold);
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 9.5pt;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-text-p {
  margin-bottom: 20px;
  color: var(--text-dark);
  text-align: justify;
}
/* Bénéfices Section */
.benefits-section {
  background-color: var(--bg-white);
  position: relative;
}
.benefit-main-card {
  background: linear-gradient(145deg, var(--bg-cream) 0%, var(--brand-gold-light) 100%);
  border-radius: var(--radius-organic);
  padding: 40px;
  -webkit-box-shadow: var(--shadow-soft);
          box-shadow: var(--shadow-soft);
  margin-bottom: 45px;
  border: 1px solid rgba(202, 161, 76, 0.1);
}
.benefit-quote-icon {
  font-size: 30pt;
  color: var(--brand-gold);
  opacity: 0.3;
  line-height: 1;
}
.benefit-intro-text {
  font-size: 12pt;
  font-style: italic;
  color: var(--text-dark);
  line-height: 1.7;
}
.benefit-badge-pill {
  background-color: var(--bg-cream);
  border: 1px solid rgba(20, 157, 164, 0.15);
  border-radius: var(--radius-smooth);
  padding: 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: var(--shadow-soft);
          box-shadow: var(--shadow-soft);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.benefit-badge-pill:hover {
  border-color: var(--brand-turquoise);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  cursor: pointer;
}
.benefit-badge-pill i {
  font-size: 24pt;
  color: var(--brand-turquoise);
  margin-bottom: 12px;
  line-height: 1;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefit-badge-pill span {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 11pt;
}
.benefit-summary-box {
  background-color: var(--brand-turquoise-light);
  border-left: 4px solid var(--brand-turquoise);
  border-radius: 4px 16px 16px 4px;
  padding: 25px;
  margin-top: 40px;
}
/* Tarifs Section */
.pricing-section {
  background-color: var(--bg-cream);
}
.pricing-card {
  background-color: var(--bg-white);
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: var(--radius-smooth);
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: var(--shadow-card);
          box-shadow: var(--shadow-card);
}
.pricing-card.featured {
  border: 2px solid var(--brand-turquoise);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.pricing-ribbon {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--brand-turquoise);
  color: var(--bg-white);
  font-size: 8.5pt;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.pricing-card h3 {
  font-size: 13pt;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.price-amount {
  font-size: 28pt;
  /*font-family: 'Playfair Display', serif;*/
  font-weight: 700;
  color: var(--brand-turquoise-dark);
  margin-bottom: 5px;
}
.price-duration {
  font-size: 9.5pt;
  color: var(--text-muted);
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
  border-top: 1px solid #f1eeeb;
  padding-top: 20px;
}
.pricing-features-list li {
  font-size: 10pt;
  color: var(--text-muted);
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-features-list li i {
  color: var(--brand-gold);
  margin-right: 10px;
  font-size: 12pt;
}
.pricing-note-box {
  background-color: var(--bg-white);
  border: 1px dashed rgba(20, 157, 164, 0.35);
  border-radius: var(--radius-smooth);
  padding: 32px;
  margin-top: 45px;
  -webkit-box-shadow: var(--shadow-soft);
          box-shadow: var(--shadow-soft);
}
.pricing-note-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.pricing-note-item {
  text-align: center;
}
.pricing-note-item + .pricing-note-item {
  border-left: 1px dashed rgba(20, 157, 164, 0.35);
}
.pricing-note-item i {
  font-size: 28px;
  color: var(--brand-turquoise);
  margin-bottom: 12px;
}
.pricing-note-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.pricing-note-item p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .pricing-note-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pricing-note-item + .pricing-note-item {
    border-left: 0;
    border-top: 1px dashed rgba(20, 157, 164, 0.35);
    padding-top: 24px;
  }
}
/* Credibility Credentials Band */
.credibility-section {
  padding: 50px 0;
  background-color: var(--bg-white);
  border-top: 1px solid rgba(20, 157, 164, 0.05);
  border-bottom: 1px solid rgba(20, 157, 164, 0.05);
}
.credential-logo-block {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.credential-icon {
  color: var(--brand-turquoise);
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
}
.credential-icon i {
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.credential-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.4;
  max-width: 440px;
}
.credential-link {
  color: var(--brand-turquoise);
  font-size: 15px;
  text-decoration: none;
}
.credential-link:hover {
  color: var(--brand-turquoise);
  text-decoration: underline;
}
.credential-separator {
  width: 1px;
  height: 100%;
  min-height: 70px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 0 auto;
}
.credential-logo-block {
  text-align: center;
  padding: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.credential-logo-block:hover {
  opacity: 0.9;
}
.credential-title {
  font-size: 10.5pt;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.credential-link {
  font-size: 9.5pt;
  color: var(--brand-turquoise);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.credential-link:hover {
  color: var(--brand-turquoise-dark);
  text-decoration: underline;
}
.cred-separator {
  width: 1px;
  height: 50px;
  background-color: #e0dcd5;
  margin: 0 auto;
}
/* Contact Section */
.contact-section {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-cream)), to(var(--brand-gold-light)));
  background: linear-gradient(180deg, var(--bg-cream) 0%, var(--brand-gold-light) 100%);
}
.contact-card-wrapper {
  background-color: var(--bg-white);
  border-radius: var(--radius-organic);
  padding: 50px;
  -webkit-box-shadow: var(--shadow-card);
          box-shadow: var(--shadow-card);
}
.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
.contact-info-icon {
  width: 45px;
  height: 45px;
  background-color: var(--brand-turquoise-light);
  color: var(--brand-turquoise);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14pt;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-info-text h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11pt;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-info-text p {
  color: var(--text-muted);
  margin-bottom: 0;
}
.contact-info-text a {
  color: var(--text-muted);
  margin-bottom: 0;
}
.contact-info-text a:hover {
  color: var(--brand-turquoise);
  margin-bottom: 0;
}
.politique a {
  color: var(--text-dark);
}
.politique a:hover {
  color: var(--brand-turquoise);
}
.form-control-custom {
  background-color: var(--bg-cream);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--text-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10pt;
}
.form-control-custom:focus {
  background-color: var(--bg-white);
  border-color: var(--brand-turquoise);
  -webkit-box-shadow: 0 0 0 4px rgba(20, 157, 164, 0.1);
          box-shadow: 0 0 0 4px rgba(20, 157, 164, 0.1);
  outline: none;
}
.form-check-input:checked {
  background-color: var(--brand-turquoise);
  border-color: var(--brand-turquoise);
}
.alert-success {
  --bs-alert-color: var(--brand-turquoise);
  --bs-alert-bg: var(--brand-turquoise-light);
  --bs-alert-border-color: var(--brand-turquoise);
  --bs-alert-link-color: var(--brand-turquoise);
  border: 1px dashed rgba(20, 157, 164, 0.35);
}
h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  line-height: 1.14;
  color: var(--brand-turquoise);
}
/* Footer Section */
.site-footer {
  background: #0A595D;
  color: rgba(255, 255, 255, 0.75);
  padding: 3.5rem 0 2rem;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.55);
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .footer-mark {
  height: 70px;
  margin-bottom: 1rem;
}
.site-footer .footer-name {
  font-family: 'Mulish', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85rem;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-socials a:hover {
  background-color: #fff;
  color: var(--brand-turquoise);
  border-color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer-social-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 22px;
  margin-bottom: 12px;
}
/* Responsive Breakpoint Corrections */
@media (max-width: 991.98px) {
  .hero-section h1 {
    font-size: 30pt;
  }
  .about-img-placeholder {
    height: 350px;
    margin-bottom: 30px;
    background-position: center 20%;
  }
  .pricing-card.featured {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .cred-separator {
    display: none;
  }
  .contact-card-wrapper {
    padding: 30px;
  }
}
/* 404 */
.npv-404-page {
  min-height: 70vh;
  padding: 120px 20px;
  background: radial-gradient(circle at top left, rgba(28, 169, 169, 0.12), transparent 34%), linear-gradient(135deg, #f7fbfa 0%, #fbf6ef 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npv-404-card {
  width: 100%;
  max-width: 720px;
  padding: 56px 48px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 140, 140, 0.14);
  border-radius: 28px;
  -webkit-box-shadow: 0 22px 60px rgba(25, 77, 77, 0.1);
          box-shadow: 0 22px 60px rgba(25, 77, 77, 0.1);
  text-align: center;
}
.npv-404-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(24, 167, 167, 0.12);
  color: #13a7a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}
.npv-404-kicker {
  margin: 0 0 10px;
  color: #c99b62;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.npv-404-card h1 {
  margin: 0;
  color: #0f6f70;
  font-size: clamp(72px, 12vw, 130px);
  line-height: 0.9;
  font-weight: 600;
}
.npv-404-card h2 {
  margin: 22px 0 14px;
  color: #243f3f;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 500;
}
.npv-404-card h1 span,
.npv-404-card h2 span,
.npv-error-card h1 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.npv-404-text {
  max-width: 560px;
  margin: 0 auto 32px;
  color: #5f7272;
  font-size: 16px;
  line-height: 1.75;
}
.npv-404-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npv-404-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  background: #13a7a7;
  color: #ffffff;
  border: 1px solid #13a7a7;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0 12px 28px rgba(19, 167, 167, 0.22);
          box-shadow: 0 12px 28px rgba(19, 167, 167, 0.22);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.npv-404-btn:hover {
  background: #0f8f8f;
  border-color: #0f8f8f;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 34px rgba(19, 167, 167, 0.28);
          box-shadow: 0 16px 34px rgba(19, 167, 167, 0.28);
}
@media (max-width: 575.98px) {
  .npv-404-page {
    padding: 90px 16px;
  }
  .npv-404-card {
    padding: 42px 24px;
    border-radius: 22px;
  }
  .npv-404-icon {
    width: 62px;
    height: 62px;
    font-size: 26px;
  }
}
/* Error */
.npv-error-page {
  min-height: 70vh;
  padding: 120px 20px;
  background: radial-gradient(circle at top right, rgba(201, 155, 98, 0.14), transparent 34%), linear-gradient(135deg, #fbf6ef 0%, #f7fbfa 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npv-error-card {
  width: 100%;
  max-width: 760px;
  padding: 56px 48px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(201, 155, 98, 0.22);
  border-radius: 28px;
  -webkit-box-shadow: 0 22px 60px rgba(83, 66, 44, 0.1);
          box-shadow: 0 22px 60px rgba(83, 66, 44, 0.1);
  text-align: center;
}
.npv-error-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(201, 155, 98, 0.14);
  color: #c99b62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}
.npv-error-kicker {
  margin: 0 0 12px;
  color: #13a7a7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.npv-error-card h1 {
  max-width: 620px;
  margin: 0 auto 18px;
  color: #243f3f;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
  font-weight: 500;
}
.npv-error-card h1 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.npv-error-text {
  max-width: 580px;
  margin: 0 auto 30px;
  color: #5f7272;
  font-size: 16px;
  line-height: 1.75;
}
.npv-error-request {
  max-width: 520px;
  margin: 0 auto 32px;
  padding: 16px 20px;
  background: #f7fbfa;
  border: 1px solid rgba(19, 167, 167, 0.16);
  border-left: 4px solid #13a7a7;
  border-radius: 16px;
  text-align: left;
}
.npv-error-request span {
  display: block;
  margin-bottom: 6px;
  color: #5f7272;
  font-size: 13px;
  font-weight: 600;
}
.npv-error-request code {
  color: #0f6f70;
  background: transparent;
  font-size: 14px;
  word-break: break-word;
}
.npv-error-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.npv-error-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  background: #13a7a7;
  color: #ffffff;
  border: 1px solid #13a7a7;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0 12px 28px rgba(19, 167, 167, 0.22);
          box-shadow: 0 12px 28px rgba(19, 167, 167, 0.22);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.npv-error-btn:hover {
  background: #0f8f8f;
  border-color: #0f8f8f;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 34px rgba(19, 167, 167, 0.28);
          box-shadow: 0 16px 34px rgba(19, 167, 167, 0.28);
}
@media (max-width: 575.98px) {
  .npv-error-page {
    padding: 90px 16px;
  }
  .npv-error-card {
    padding: 42px 24px;
    border-radius: 22px;
  }
  .npv-error-icon {
    width: 62px;
    height: 62px;
    font-size: 26px;
  }
  .npv-error-request {
    text-align: center;
  }
}
