@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body, html{
   font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
header, .navbar {
  position: relative;
  z-index: 50;
}

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
#toTopBtn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;

  width: 48px;
  height: 48px;
  padding: 0;

  display: none;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);


  color: #fff;
  font-size: 18px;

  box-shadow:
    0 10px 30px rgba(0,0,0,.35),
    inset 0 0 0 1px rgba(255,255,255,.06);

  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}


#toTopBtn:hover {
  background-color: #324072;
}

.navbar{
  backdrop-filter: blur(25px);
}
.site-logo {
  height: clamp(60px, 20vw, 100px);
  width: auto;
}


.hero{
  position: relative;
  background: radial-gradient(1200px circle at 30% 20%, rgba(255,122,162,.25), transparent 60%),
              radial-gradient(900px circle at 60% 30%, rgba(111,91,214,.25), transparent 55%),
              linear-gradient(135deg, #0b1020, #121a35);
  color: white;
  overflow: hidden;
}


.hero .container{
  position: relative;
  z-index: 1;
}

.hero-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  border-radius: 1.25rem;
}

.badge-soft{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
      font-size: 15px;
}

.section-title{
  letter-spacing: -.02em;
}

.card{
  border-radius: 1.2rem;
}

.icon-pill{
  width: 44px;
  height: 44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(111,91,214,.15), rgba(255,122,162,.12));
  border: 1px solid rgba(111,91,214,.25);
}

.small-muted{ color: var(--muted); }

.footer{
  background: #0b1020;
  color: rgba(255,255,255,.8);
}

.footer a{ color: rgba(255,255,255,.85); text-decoration:none; }
.footer a:hover{ text-decoration: underline; }

.btn-gradient{
  border: 0;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
}

blockquote{
  border-left: 4px solid #6f5bd6;
  padding-left: 1rem;
  margin: 0;
}
img.benefits-illus {
  max-width: 500px;
  height: auto;
}

.topbar-hero{
  position: relative;
  background: radial-gradient(1200px circle at 30% 20%, rgba(255, 122, 162, .25), transparent 60%),
              radial-gradient(900px circle at 60% 30%, rgba(111, 91, 214, .25), transparent 55%),
              linear-gradient(135deg, #0b1020, #121a35);
  color: white;
  overflow: hidden;
}



.topbar-hero .navbar{
  background: transparent !important;
}
.section-title{
  line-height: 1.1;
}

.title-hand{
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #4b5563;
  letter-spacing: .02em;
}


.title-hypno{
  display: inline-block;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: .08em;
}


.title-hypno span:nth-child(1){ color:#6fb7c6; } 
.title-hypno span:nth-child(2){ color:#8cc0b6; } 
.title-hypno span:nth-child(3){ color:#e5a7b0; } 
.title-hypno span:nth-child(4){ color:#c9b7d6; } 
.title-hypno span:nth-child(5){ color:#e7c07a; } 
.title-hypno span:nth-child(6){ color:#d8896f; }
.title-hypno span:nth-child(7){ color:#6f5bd6; }
.title-hypno span:nth-child(8){ color:#8fb3d9; }
.title-hypno span:nth-child(9){ color:#e5a7b0; }
.title-hypno span:nth-child(10){ color:#c7d36f; }
.title-hypno span:nth-child(11){ color:#f0a07c; }
.title-hypno span:nth-child(12){ color:#9ec3b8; }
.title-hypno span:nth-child(13){ color:#111827; } 



.feature-card{
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 45px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
  border-color: rgba(111,91,214,.20);
}

.feature-icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(111,91,214,.14), rgba(255,122,162,.12));
  border: 1px solid rgba(111,91,214,.22);
}

.feature-link{
  font-weight: 600;
  color: rgba(111,91,214,1);
}


.cta-band{
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(1200px circle at 30% 20%, rgba(255, 122, 162, .22), transparent 60%),
    radial-gradient(900px circle at 60% 30%, rgba(111, 91, 214, .22), transparent 55%),
    linear-gradient(135deg, #0b1020, #121a35);
  color: #fff;
  box-shadow: 0 20px 70px rgba(0,0,0,.18);
}


.cta-box{
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}


.content-panel{
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
}


.panel-icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: linear-gradient(135deg, rgba(111,91,214,.14), rgba(255,122,162,.12));
  border: 1px solid rgba(111,91,214,.22);
}


.content-text p{
  font-size: 1.05rem;
  line-height: 1.7;
  color: #111827;
}

.content-text em{
  font-style: normal;
  font-weight: 600;
  color: #6f5bd6;
}


.quote-box{
  position: relative;
  border-radius: 20px;
  padding: 18px 18px 18px 52px;
  background: linear-gradient(135deg, rgba(111,91,214,.10), rgba(255,122,162,.08));
  border: 1px solid rgba(111,91,214,.15);
}

.quote-mark{
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 44px;
  line-height: 1;
  color: rgba(111,91,214,.45);
}

.side-panel{
  position: relative;
  border-radius: 28px;
  padding: 22px;

  background:
    radial-gradient(1200px circle at 30% 20%, rgba(255, 122, 162, .22), transparent 60%),
    radial-gradient(900px circle at 60% 30%, rgba(111, 91, 214, .22), transparent 55%),
    linear-gradient(135deg, #0b1020, #121a35);

  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
  color: #111827;
}


.side-panel .text-secondary{
  color: rgba(255,255,255,.70) !important;
}

.side-note{
  font-size: .9rem;
  color: rgba(255,255,255,.75);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 14px;
}


.btn-outline-light-soft{
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  background: rgba(255,255,255,.06);
}

.btn-outline-light-soft:hover{
  background: rgba(255,255,255,.12);
  color: #fff;
}



.session-panel{
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
}


.panel-icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: linear-gradient(135deg, rgba(111,91,214,.14), rgba(255,122,162,.12));
  border: 1px solid rgba(111,91,214,.22);
}


.timeline{
  margin-top: 18px;
  display: grid;
  gap: 18px;
}

.step{
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.06);
}

.step-badge{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0b1020;
  background: #fff;
  border: 1px solid rgba(111,91,214,.25);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.step-content p{
  line-height: 1.7;
}


.side-panel{
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(1200px circle at 30% 20%, rgba(255, 122, 162, .22), transparent 60%),
    radial-gradient(900px circle at 60% 30%, rgba(111, 91, 214, .22), transparent 55%),
    linear-gradient(135deg, #0b1020, #121a35);
  box-shadow: 0 20px 70px rgba(0,0,0,.18);
  color: #fff;
}


.tarifs-table{
  border-radius: 18px;
  overflow: hidden;
}

.tarifs-table thead th{
  background: rgba(111,91,214,.10);
  border-bottom: 1px solid rgba(15,23,42,.08);
  font-weight: 700;
}

.tarifs-table td, .tarifs-table th{
  padding: 14px 14px;
  border-color: rgba(15,23,42,.06);
}


.price-pill{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,122,162,.14);
  border: 1px solid rgba(255,122,162,.25);
  font-weight: 700;
}


.accordion-item{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  margin-bottom: 10px;
}

.accordion-button{
  background: rgba(255,255,255,.65);
  font-weight: 600;
}

.accordion-button:not(.collapsed){
  background: rgba(111,91,214,.10);
  color: #111827;
}

.accordion-button:focus{
  box-shadow: none;
}



.contact-panel{
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
}


.panel-icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: linear-gradient(135deg, rgba(111,91,214,.14), rgba(255,122,162,.12));
  border: 1px solid rgba(111,91,214,.22);
}

.mini-icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(111,91,214,.10);
  border: 1px solid rgba(111,91,214,.18);
}


.contact-info{
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.info-row{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.06);
}

.info-label{
  font-weight: 700;
  color: #111827;
}

.info-value{
  color: #111827;
}


.link-soft{
  color: #6f5bd6;
  text-decoration: none;
  font-weight: 700;
}
.link-soft:hover{ text-decoration: underline; }


.note-box{
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255,122,162,.10);
  border: 1px solid rgba(255,122,162,.18);
  color: #111827;
}


.form-control-soft{
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.85);
  padding: 10px 12px;
}

.form-control-soft:focus{
  border-color: rgba(111,91,214,.45);
  box-shadow: 0 0 0 .2rem rgba(111,91,214,.15);
}


.btn-outline-soft{
  border: 1px solid rgba(111,91,214,.35);
  color: #6f5bd6;
  background: rgba(111,91,214,.06);
}

.btn-outline-soft:hover{
  background: rgba(111,91,214,.12);
  color: #6f5bd6;
}


@media (max-width: 576px){
  img.benefits-illus {
  max-width: 100%;
}
  .info-row{
    grid-template-columns: 1fr;
  }
  img.benefits-illus {
    width:100%;
    margin: 0 auto;
}

}

.about-home{
  background:
    radial-gradient(900px circle at 20% 15%, rgba(255,122,162,.12), transparent 60%),
    radial-gradient(700px circle at 80% 25%, rgba(111,91,214,.12), transparent 55%),
    linear-gradient(180deg, #ffffff, #fdfdff);
}

.home-sections {
   background: #ffffff;
}


.about-eyebrow{
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .75rem;
  color: #6f5bd6;
}

.about-photo{
width: 100%;
  max-width: 360px;
  margin-inline: auto;        
  aspect-ratio: 1 / 1; 
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,.14);
  position: relative;
}

.about-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;     
  object-position: center;
}

.btn-outline-dark-soft{
  border: 1px solid rgba(15,23,42,.15);
  color: #0b1020;
  background: transparent;
}

.btn-outline-dark-soft:hover{
  background: rgba(15,23,42,.04);
  color: #0b1020;
}
body.theme-mint-pastel .radial-change{
background:
radial-gradient(1200px circle at 30% 20%, rgba(90,220,190,.40), transparent 60%),
radial-gradient(900px circle at 60% 30%, rgba(140,240,210,.30), transparent 55%),
linear-gradient(135deg, #39bfa7, #1e8f7d);
}
.text-white-50 {
    color: rgb(255 255 255) !important;
}
.nav-link {
color: var(--bs-navbar-active-color);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    
    color: var(--bs-nav-link-color);
}
@media (max-width: 991.98px) {
  .navbar:has(.navbar-collapse.show) {
    border-bottom: 5px solid #fff;
    padding-bottom: 20px;
  }
}
.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 576px) {
  .about-home .row {
    --bs-gutter-x: 1rem;
  }
}