:root{
  --navH: 90px;
  --primary: #b78ae3;
  --primary-dark: #7d4fb1;
  --primary-deep: #5d338a;
  --soft-lilac: #f7f1fc;
  --soft-pink: #fff5fb;
  --white: #ffffff;
  --text: #4b4254;
  --text-soft: #7d7486;
  --shadow: 0 20px 50px rgba(104, 67, 143, .14);
  --shadow-soft: 0 14px 30px rgba(104, 67, 143, .10);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--navH);
}

section{
  scroll-margin-top: calc(var(--navH) + 15px);
}

body{
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Cormorant Garamond', serif;
  color: #2c2137;
  font-weight: 700;
}

p{
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 1rem;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
  display: block;
}

.section-pad{
  padding: 100px 0;
}

.section-soft{
  background:
    radial-gradient(circle at top left, rgba(183,138,227,.16), transparent 35%),
    radial-gradient(circle at bottom right, rgba(247,206,231,.18), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbf9fe 100%);
}

.section-dark-lilac{
  background:
    linear-gradient(135deg, rgba(93,51,138,.95), rgba(140,88,190,.92)),
    url("material/bg-pattern.jpg") center/cover no-repeat;
  position: relative;
}

.section-kicker{
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(183,138,227,.16);
  color: var(--primary-deep);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-kicker.light{
  color: #fff;
  background: rgba(255,255,255,.16);
}

.section-heading{
  max-width: 860px;
  margin: 0 auto 10px;
}

.section-heading h2{
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.section-heading p{
  max-width: 760px;
  margin: 0 auto;
}

/* NAVBAR */
.main-navbar{
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(45, 26, 71, 0.06);
  padding: 14px 0;
  transition: .3s ease;
}

.brand-logo{
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-text{
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #35253f;
}

.main-navbar .nav-link{
  color: #43344d;
  font-weight: 600;
  margin: 0 .35rem;
  position: relative;
}

.main-navbar .nav-link:hover{
  color: var(--primary-deep);
}

.btn-nav-wa{
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.btn-nav-wa:hover{
  color: #fff;
  transform: translateY(-2px);
}

/* HERO */
.hero-section{
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.32), transparent 18%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.22), transparent 15%),
    linear-gradient(135deg, rgba(183,138,227,.92), rgba(125,79,177,.95)),
    url("material/hero-bg.jpg") center/cover no-repeat;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(77, 38, 121, .22), rgba(255,255,255,.02));
}

.hero-particles::before,
.hero-particles::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .35;
}

.hero-particles::before{
  width: 340px;
  height: 340px;
  background: rgba(255,255,255,.18);
  top: 10%;
  left: -80px;
}

.hero-particles::after{
  width: 280px;
  height: 280px;
  background: rgba(247,206,231,.32);
  bottom: 8%;
  right: -60px;
}

.hero-copy{
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 110px;
}

.eyebrow{
  display: inline-block;
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  padding: 9px 16px;
  border-radius: 999px;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-copy h1{
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: .95;
  margin-bottom: 20px;
}

.hero-text{
  color: rgba(255,255,255,.92);
  font-size: 1.08rem;
  max-width: 640px;
}

.btn-hero-primary,
.btn-main-primary,
.btn-final-wa{
  background: linear-gradient(135deg, #ffffff, #f5ebff);
  color: var(--primary-deep);
  border-radius: 999px;
  padding: 15px 28px;
  font-weight: 700;
  border: 0;
  box-shadow: var(--shadow);
  transition: .25s ease;
}

.btn-hero-primary:hover,
.btn-main-primary:hover,
.btn-final-wa:hover{
  transform: translateY(-3px);
  color: var(--primary-deep);
}

.btn-hero-secondary{
  border: 1.5px solid rgba(255,255,255,.45);
  color: #fff;
  border-radius: 999px;
  padding: 15px 28px;
  font-weight: 700;
  background: rgba(255,255,255,.06);
}

.btn-hero-secondary:hover{
  color: #fff;
  background: rgba(255,255,255,.14);
}

.mini-stat{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  backdrop-filter: blur(8px);
}

.mini-stat i{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
}

.glass-card{
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(54, 20, 96, .18);
  overflow: hidden;
  margin-top: 120px;
}

.hero-card-top{
  padding: 26px 26px 10px;
  display: flex;
  justify-content: center;
}

.hero-logo{
  max-width: 220px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.08));
}

.hero-card-body{
  padding: 10px 30px 30px;
}

.hero-card-body h3{
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.hero-card-body p{
  color: rgba(255,255,255,.9);
}

.hero-list{
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}

.hero-list li{
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .97rem;
}

.hero-list i{
  margin-top: 4px;
}

.btn-card-contact{
  background: #fff;
  color: var(--primary-deep);
  border-radius: 16px;
  padding: 14px 20px;
  font-weight: 700;
}

.wave-bottom{
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  line-height: 0;
}

/* ABOUT */
.founder-visual{
  position: relative;
  padding: 20px;
}

.founder-photo-wrap{
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #f8f1fd, #fff);
  padding: 14px;
}

.founder-photo{
  border-radius: 22px;
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.founder-badge{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-14px, -8px);
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 700;
  color: var(--primary-deep);
  display: flex;
  align-items: center;
  gap: 10px;
}

.small-label{
  color: var(--primary-dark);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8rem;
}

.founder-content h3{
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  margin: 12px 0 10px;
}

.lead-text{
  color: var(--primary-deep);
  font-size: 1.18rem;
  font-weight: 600;
}

.info-card{
  height: 100%;
  background: #fff;
  border: 1px solid rgba(183,138,227,.16);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 16px;
}

.info-card .icon{
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(183,138,227,.14), rgba(247,206,231,.22));
  color: var(--primary-deep);
  font-size: 1.15rem;
}

.contact-strip{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-strip div{
  background: var(--soft-lilac);
  color: #4b3762;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: .92rem;
}

/* SERVICES */
.service-card{
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 30px 24px;
  box-shadow: var(--shadow-soft);
  transition: .28s ease;
  border: 1px solid rgba(183,138,227,.12);
}

.service-card:hover{
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-icon{
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(183,138,227,.18), rgba(247,206,231,.28));
  color: var(--primary-deep);
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.service-card h4{
  font-size: 2rem;
  margin-bottom: 10px;
}

/* ACCORDION */
.academy-accordion .accordion-item{
  border: 0;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: var(--shadow-soft);
}

.academy-accordion .accordion-button{
  background: #fff;
  color: #34253f;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 22px 24px;
  box-shadow: none;
}

.academy-accordion .accordion-button:not(.collapsed){
  background: linear-gradient(135deg, rgba(183,138,227,.13), rgba(247,206,231,.22));
  color: var(--primary-deep);
}

.academy-accordion .accordion-body{
  padding: 0 24px 24px;
  color: var(--text-soft);
}

/* CERTS */
.cert-card{
  height: 100%;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  padding: 30px 24px;
  color: #fff;
  backdrop-filter: blur(10px);
}

.cert-card h4{
  color: #fff;
  font-size: 1.9rem;
  margin-bottom: 12px;
}

.cert-card p{
  color: rgba(255,255,255,.84);
}

.cert-number{
  display: inline-block;
  background: rgba(255,255,255,.14);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.btn-light-outline{
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.42);
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
  background: transparent;
}

.btn-light-outline:hover{
  color: #fff;
  background: rgba(255,255,255,.08);
}

/* TRAINERS */
.trainer-card{
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  height: 100%;
  border: 1px solid rgba(183,138,227,.10);
}

.trainer-img{
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.trainer-body{
  padding: 22px 20px 24px;
  text-align: center;
}

.trainer-body h5{
  font-size: 1.9rem;
  margin-bottom: 6px;
}

.trainer-body p{
  margin-bottom: 0;
}

/* SPECIALISTS */
.specialist-card{
  height: 100%;
  background: linear-gradient(180deg, #fff, #fcf9ff);
  border: 1px solid rgba(183,138,227,.12);
  border-radius: 22px;
  padding: 24px 20px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.specialist-card h5{
  font-size: 1.7rem;
  margin-bottom: 8px;
}

/* GALLERY */
.gallery-item{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.gallery-item img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: .4s ease;
}

.gallery-item:hover img{
  transform: scale(1.06);
}

/* TESTIMONIALS */
.testimonial-card{
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 30px 26px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(183,138,227,.10);
}

.quote-icon{
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(183,138,227,.18), rgba(247,206,231,.25));
  color: var(--primary-deep);
  margin-bottom: 18px;
}

/* FINAL CTA */
.final-cta{
  padding: 0 0 100px;
  background: linear-gradient(180deg, #fbf9fe 0%, #fff 100%);
}

.final-cta-box{
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.28), transparent 25%),
    linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: 34px;
  padding: 48px 42px;
  box-shadow: var(--shadow);
}

.final-cta-box h2,
.final-cta-box p,
.final-cta-box .section-kicker{
  color: #fff;
}

.final-cta-box .section-kicker{
  background: rgba(255,255,255,.14);
}

/* CONTACT */
.contact-card,
.map-card{
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  border: 1px solid rgba(183,138,227,.10);
  height: 100%;
}

.contact-card{
  padding: 32px 28px;
}

.contact-card h4{
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact-list{
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.contact-list li{
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: #5f5469;
  font-weight: 500;
}

.contact-list i{
  color: var(--primary-dark);
  margin-top: 4px;
}

.btn-outline-contact{
  border: 1.5px solid rgba(125,79,177,.30);
  color: var(--primary-deep);
  border-radius: 16px;
  padding: 14px 20px;
  font-weight: 700;
}

.btn-outline-contact:hover{
  color: var(--primary-deep);
  background: var(--soft-lilac);
}

.map-card{
  min-height: 380px;
}

/* FOOTER */
.main-footer{
  background: #291f33;
  color: rgba(255,255,255,.8);
  padding: 26px 0;
}

.main-footer p{
  color: rgba(255,255,255,.76);
  font-size: .95rem;
}

/* WHATSAPP FANCY */
.whatsapp-fancy{
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.28);
  font-weight: 700;
  transition: .25s ease;
}

.whatsapp-fancy i{
  font-size: 1.2rem;
}

.whatsapp-fancy:hover{
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  background: #1fb85a;
}

/* RESPONSIVE */
@media (max-width: 991.98px){
  .hero-copy{
    padding-top: 140px;
    text-align: center;
  }

  .hero-text{
    margin: 0 auto;
  }

  .hero-buttons{
    justify-content: center;
  }

  .glass-card{
    margin-top: 0;
  }

  .founder-photo{
    min-height: 420px;
  }

  .final-cta-box{
    padding: 34px 24px;
  }
}

@media (max-width: 767.98px){
  .section-pad{
    padding: 78px 0;
  }

  .brand-logo{
    width: 44px;
    height: 44px;
  }

  .brand-text{
    font-size: 1.35rem;
  }

  .hero-copy h1{
    font-size: 3rem;
  }

  .mini-stat{
    justify-content: center;
    text-align: left;
  }

  .founder-badge{
    position: static;
    transform: none;
    margin-top: 16px;
    justify-content: center;
  }

  .gallery-item img{
    height: 220px;
  }

  .trainer-img{
    height: 280px;
  }

  .whatsapp-fancy{
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
  }
}

.trainer-card {
  text-align: center;
  padding: 20px;
}

.trainer-img {
  width: 100%;
  height: 320px;
  object-fit: contain; /* 👈 clave para retratos limpios */
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}

.trainer-body h5 {
  font-size: 20px;
  margin-top: 10px;
}

.trainer-body p {
  font-size: 14px;
  color: #666;
}

.specialist-card{
  height: 100%;
  background: linear-gradient(180deg, #fff, #fcf9ff);
  border: 1px solid rgba(183,138,227,.12);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  transition: .28s ease;
}

.specialist-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.specialist-img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  margin-bottom: 16px;
  background: #fff;
}

.specialist-body h5{
  font-size: 1.45rem;
  margin-bottom: 10px;
  line-height: 1.15;
}

.specialist-body p{
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.7;
  color: #6d6477;
}

.specialist-body strong{
  color: var(--primary-deep);
}

.gallery-item{
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.gallery-item img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: .35s ease;
}

.gallery-item:hover img{
  transform: scale(1.05);
}

@media (max-width: 767.98px){
  .gallery-item img{
    height: 220px;
  }
}