* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inria Serif", serif;
}


html{
    scroll-behavior: smooth;
}


/* HERO */

.hero{
    background-image: url(../images/coaching-personal-hero.webp);
    background-size: cover;
    background-position: center;
    height: max-content;
    overflow: hidden;
}

.hero-dr{
        background-color: rgb(247, 239, 225, 80%);
    padding: 60px 16px;
    margin: 120px 6px 80px 6px;
    border-radius: 8px;
}

.heroDr-main{
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.tit-sub{
    color: #364151;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
}

.tit-txt{
    color: #364151;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 18px;
}

.btn-sobre-mi{
    margin-top: 28px;
    margin: 28px auto 0px auto;
}


/* SECCION 2 */

.secc2{
    margin: 126px 10px;
    overflow: hidden;
}

.secc2-titsec{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.eyebrow__rule{
  display: inline-block;
  width: clamp(24px, 6vw, 56px);  
  height: 6px;                    
  background: #EABC7B;
  border-radius: 9999px;         
  flex: 0 0 auto;
}

.secc2-tit{
    font-size: 18px;
    letter-spacing: 8px;
    font-weight: lighter;
    color: #364151;
    text-transform: uppercase;
}

.secc2-tit span{
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: none;
}

.secc2-txt{
    color: #364151;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 2px;
    line-height: 45px;
}

/* SECCION 2 - LISTA */

.lista-h3{
    font-size: 32px;
    letter-spacing: 2px;
    color: #364151;
}

.lis-txt{
    font-size: 18px;
    letter-spacing: 2px;
    color: #364151;
    line-height: 36px;
}

.lis-img{
    margin: 80px 0px 60px 0px;
}

.lis-img img{
    width: 300px;
    height: auto;
}

.lista-ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 60px;
    align-items: flex-start;
}

.lis-li{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 28px;
}

.lis-li img{
    width: 34px;
    height: 34px;
}

/* SECCION 3 */

.secc3{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec3-subtit{
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #364151;
}

.naranja{
    background-color: #FFFAF0;
    padding: 80px 10px;
    max-width: 1400px;
}

.naranja-div{
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.cuadrados{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}

.cuad-h3{
    color: #364151;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 28px;
}

.cuad-txt{
    color: #364151;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: lighter;
}

.cuad-pr{
    border-radius: 8px;
    padding: 20px;
    background-color: white;
}

.cuad-int{
    border-radius: 8px;
    border: 1px solid #EABC7B;
    padding: 20px;
    height: 378px;
}



.cuad-cont{
    display: grid;
    gap: 24px;
}

.flor-div{
    display: flex;
    justify-content: center;
}

.flor-div img{
    width: 220px;
    height: auto;
}

.narj-tit{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

/* ADVERTENCIA */

.advert{
    padding: 0px 10px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.adv-rec{
    border: #C4C4C4 1px solid;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
    max-width: 864px;
}

.adv-txt{
    color: #364151;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: lighter;
    line-height: 38px;
}

.adv-txt span{
    text-decoration: underline;
    text-transform: uppercase;
}

/* QUOTE */

.quote-wrap{
  padding: 180px 20px;
}

.quote-card{
  position: relative;
  max-width: 1100px;           
  margin: 0 auto;
  text-align: center;
  color: #364151;
}

/* Comillas decorativas */
.quote-card::before,
.quote-card::after{
  position:absolute;
  font-size: clamp(28px, 10vw, 80px);
  line-height: 1;
  color: #EABC7B;
  opacity: .65;
  font-size: 62px;
}
.quote-card::before{
  content: "“";
  top: clamp(-6px, -1vw, -10px);
  left: clamp(-2px, 2vw, 24px);
}
.quote-card::after{
  content: "”";
  bottom: clamp(30px, 6vw, 60px);
  right: clamp(-2px, 2vw, 24px);
}

/* Texto de la cita */
.quote-card blockquote{
  margin: 0;
}
.quote-card blockquote p{
  margin: 0;
  font-weight: lighter;
  letter-spacing: 2px;
  line-height: 55px;
  /* Tamaño fluido: móvil → desktop grande */
  font-size: clamp(32px, 5vw, 52px);
  padding: 0 clamp(8px, 4vw, 40px);
}

/* Línea + autor (mobile-first: en columna y centrado) */
.quote-card figcaption{
  display: grid;
  place-items: center;
  gap: 10px;
  margin-top: clamp(36px, 4vw, 46px);
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.quote-card figcaption::before{
  content:"";
  display:block;
  width: min(60%, 360px);
  height: 2px;
  background: rgba(234,188,123,.45);
}

/* FLOR FINAL */

.flor-img{
    display: flex;
    justify-content: center;
}

.flor-1{
    width: 300px;
    height: auto;
}

.secc-banner{
    margin-bottom: 120px;
}

/* FAQ */

/* Contenedor */
.faq {
  max-width: 1200px;
  margin: 40px auto 0px auto;
    padding: 180px 0px;
   background-image: url(../images/flor-faq.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: max-content;
    overflow: hidden;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-h2{
  text-align: center;
  margin-bottom: 68px;
  color: #364151;
  font-size: 52px;
  letter-spacing: 2px;
  font-weight: 500;
}

.faqlista{
  list-style-type: disc;         /* el bullet */
  list-style-position: outside;  /* por defecto; prueba inside si hace falta */
  padding-left: 1.25rem;         /* espacio para el bullet */
  margin: 0 0 1rem;       
}

/* Tarjetas */
.faq__item {
  border: 1px solid #E5E7EB; /* gris claro */
  border-radius: 8px;
  background: #fff;
  margin-bottom: 28px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  max-width: 772px;
 }

/* Cabecera clickeable */
.faq__summary {
  list-style: none; /* quita el triángulo nativo */
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  user-select: none;
}

.faq__summary::-webkit-details-marker { display: none; } /* Safari/Chrome marker */

.faq__question {
  font-size: 16px;
  color: #364151;
  letter-spacing: 2px;
  flex: 1;
}

/* Flecha */
.faq__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  stroke: #364151;
  stroke-width: 2;
  fill: none;
  transition: transform .25s ease;
}

/* Contenido con animación (max-height) */
.faq__content {
  padding: 0 18px 16px;
  color: #364151;
  line-height: 1.6;
  letter-spacing: .2px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(.22,.61,.36,1),
    opacity .35s ease;;
}
.faq__content > * {
  overflow: hidden;
  line-height: 45px;
  padding: 40px 10px;
}

/* Estados abiertos */
.faq__item[open] .faq__icon { transform: rotate(180deg); }
.faq__item[open] .faq__content { grid-template-rows: 1fr; }

/* Hover/focus */
.faq__summary:hover { background: #F8FAFC; }
.faq__summary:focus-visible {
  outline: 2px solid #595190;
  outline-offset: 2px;
}

/* WHATSAPP */
  
 #whatsapp-logo {
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 1000;
   cursor: pointer;
   transition: transform 0.3s ease-in-out;
   transform: translateX(200%); /* Start hidden off the screen */
   float: right;
 }
 
 .logo-whatsapp{
   color: #4FCE5D;
   font-size: 64px;
 }

 .logo-whatsapp:hover{
   box-shadow: 0px 4px 4px rgba(252, 251, 251, 0.25);
   transform: translateY(-2px) translateX(2px) scale(1);
   transition: transform 0.3s ease-in-out;
}


@media (min-width: 425px){

  /* HERO */

  .hero-dr {
    padding: 60px 20px;
    }

/* SECCION 2 */

.secc2{
    margin: 126px 40px;
    }

    /* SECCION 3 */

    .naranja{
    padding: 80px 40px;
}

.cuad-int {
    height: 358px;
    width: 368px;
    }

/* ADVERTENCIA */

.advert{
    padding: 0px 40px;
}

/* FAQ */

  .faq{
    padding: 180px 10px;
  }

}


@media (min-width: 700px){

  /* HERO */

      .hero-dr {
        padding: 80px 60px;
    }

    /* SECCION 3 */

    .cuad-cont {
    padding: 20px;
    }

    .secc2-tit{
        text-align: center;
    }

    .sec3-subtit{
    text-align: center;
    }

    /* FAQ */

  .faq{
    padding: 180px 40px;
  }

  .faq__item{
    width: 580px;
  }

}

@media (min-width: 768px) {
  .faq__summary { padding: 18px 20px; }

}



@media (min-width: 900px){

  /* HERO */

  .hero{
    background-position: right;
  }

      .hero-main {
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    margin: auto;
    }

    .hero-dr{
        border-radius: 0px 0px 260px 0px;
        width: 70%;
        margin: 120px 46px 80px 6px;
    }

    /* SECCION 2 */

    .secc2{
        margin: 126px 80px;
        }

    /* SECCION 2 - LISTA */

    .lista-pr{
        display: flex;
    gap: 60px;
    margin-top: 80px;
    }

    .lis-img{
        margin: 0px 0px 0px 0px;
    }

     /* SECCION 3 */

    .naranja {
        padding: 80px 80px;
    }

    /* ADVERTENCIA */

    .adv-rec{
    flex-direction: row;
    gap: 40px;
    padding: 40px 40px;
    }

     /* QUOTE */

    .quote-card figcaption{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
  }
  .quote-card figcaption::before{
    width: clamp(180px, 30vw, 520px);
    height: 2px;
  }

}


@media (min-width: 1000px){

    /* HERO */

    .hero-dr{
        padding: 60px 36px;
        border-radius: 0px 0px 190px 0px;
        width: 60%;
    }

    .tit-txt{
    width: 524px;
    }

    /* SECCION 3 */

        .flor-div img {
        width: 320px;
    }
        
    .secc3{
            margin: 180px 0px 0px 0px;
        }

    /* FAQ */

        .faq__item {
        width: 780px;
    }

}



@media (min-width: 1200px){

    /* HERO */

    .hero-dr {
        padding: 60px 80px;
        border-radius: 0px 0px 260px 0px;
    }

    .btn-sobre-mi {
    margin: 28px 0px 0px 0px;
    }

    /* SECCION 2 */

    .secc2 {
        max-width: 1400px;
        margin: 146px 80px;
    }

    .secc2-titsec {
    width: 80%;
    align-items: flex-start;
    }

    /* SECCION 2 - LISTA */

    .secc2{
        margin: 146px 0px;
    }

    .secc2-titsec{
        margin: 0px 80px;
    }

    .lis-img img {
    width: 422px;
    height: auto;
    }

    .lista-pr{
        gap: 140px;
        align-items: center;
        margin-top: 120px;
    }

    /* SECCION 3 */

    .cuadrados {
        max-width: 860px; /* limita el ancho total del contenedor */
        margin-left: auto;
        margin-right: auto;
    }
    .cuadrados > div {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .naranja-div{
        width: 80%;
    margin: 0px auto;   
    }

}

@media (min-width: 1400px){

    /* HERO */

    .hero{
        height: 700px;
    }

    /* SECCION 2 */

    .secc2 {
        margin: 146px auto;
    }
}

