/* ==========================================================
   GLOBAL
========================================================== */

html,
body{
    width:100%;
    overflow-x:hidden;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

.container{
    width:min(1280px,100%);
    margin:auto;
    padding-inline:32px;
}


/* ==========================================================
   TABLETS
========================================================== */

@media (max-width:1024px){

.container{
    padding-inline:28px;
}

.section{
    padding:85px 0;
}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

.container{
    padding-inline:22px;
}

.section{
    padding:75px 0;
}

}

@media (max-width:480px){

.container{
    padding-inline:18px;
}

.section{
    padding:65px 0;
}

}


/* ==========================================================
   HEADER
========================================================== */

@media (max-width:1024px){

.header{
    height:82px;
}

.nav{
    height:82px;
}

.nav__logo img{
    height:58px;
}

}

@media (max-width:768px){

.header{
    height:74px;
}

.nav{
    height:74px;
}

.nav__logo img{
    height:50px;
}

.nav__logo-text{
    font-size:1.45rem;
}

.nav__menu{
    width:100%;
    height:100vh;
    padding-top:100px;
    gap:26px;
}

.nav__link{

    font-size:17px;
    letter-spacing:2px;
}

}

@media (max-width:480px){

.nav__logo img{
    height:46px;
}

.nav__logo-text{
    font-size:1.3rem;
}

.nav__link{

    font-size:16px;
}

}

/* ==========================================================
   HERO SECTION RESPONSIVE
   ========================================================== */

/* ---------- Large Tablets ---------- */
@media (max-width:1024px){

    .ps-hero{
        min-height:760px;
        padding-top:90px;
    }

    .ps-hero__pre{
        font-size:clamp(2rem,4vw,3rem);
        margin-bottom:10px;
    }

    .ps-hero__text-wrapper{
        top:-75px;
    }

    .ps-hero__text-left{
        font-size:clamp(4rem,12vw,7rem);
        letter-spacing:-2px;
    }

    .ps-hero__figure{
        bottom:-70px;
    }

    .ps-hero__photo{
        height:430px;
    }

}


/* ---------- Tablets ---------- */

@media (max-width:768px){

    .ps-hero{

        min-height:650px;
        padding-top:70px;
        overflow:hidden;

    }

    .ps-hero__glow::before{

        width:900px;
        height:650px;
        filter:blur(70px);

    }

    .ps-hero__pre{

        font-size:3rem;
        margin-bottom:5px;

    }

    .ps-hero__center{

        justify-content:center;

    }

    .ps-hero__text-wrapper{

        top:-45px;

    }

    .ps-hero__text-left{

        font-size:clamp(3.4rem,15vw,5.5rem);
        letter-spacing:-1px;
        text-align:center;

    }

    .ps-hero__figure{

        bottom:-85px;

    }

    .ps-hero__photo{

        height:400px;

    }
    .hero-divider{
        height:90px;
        margin-top:-88px;
        z-index:20;
    }

}


/* ---------- Large Phones ---------- */

@media (max-width:576px){

    .ps-hero{

        min-height:600px;
        padding-top:70px;

    }

    .ps-hero__pre{

        font-size:2rem;

    }

    .ps-hero__text-wrapper{

        top:-25px;

    }

    .ps-hero__text-left{

        font-size:clamp(3.4rem,16vw,4.8rem);
        letter-spacing:0;

    }

    .ps-hero__figure{

        bottom:-35px;

    }

    .ps-hero__photo{

        height:310px;

    }

}


/* ---------- Small Phones ---------- */

@media (max-width:480px){

    .ps-hero{

        min-height:610px;
        padding-top:55px;
        overflow: hidden;
    }

    .ps-hero__pre{

        font-size:3rem;
        letter-spacing:1px;
        font-weight: 900;
    }

    .ps-hero__text-wrapper{

        top:35px;

    }

    .ps-hero__text-left{

        font-size:clamp(3rem,15vw,4.5rem);
        line-height:.9;
        white-space:nowrap;

    }

    .ps-hero__figure{

        bottom:-110px;

    }

    .ps-hero__photo{

        height:360px;

    }
    .hero-divider{
        height:70px;
        margin-top:-69px;
        z-index:20;
    }

    .hero-divider svg{
        width:100%;
        height:100%;
        display:block;
    }
    
}


/* ---------- Very Small Phones ---------- */

@media (max-width:360px){

    .ps-hero{

        min-height:560px;

    }

    .ps-hero__pre{

        font-size:1.5rem;

    }

    .ps-hero__text-wrapper{

        top:0;

    }

    .ps-hero__text-left{

        font-size:3rem;

    }

    .ps-hero__figure{
        bottom:-100px;
    }

    .ps-hero__photo{
        height:310px;
    }

    .hero-divider{
        height:60px;
        margin-top:-59px;
    }

}

@media (max-width:768px){
    /*DOWNLOAD SECTION*/
    .download{
        padding:80px 0 100px;
        overflow:visible;
    }

    .download__container{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:40px;
    }

    .download__image-col,
    .download__content-col{
        width:100%;
        max-width:500px;
    }

    .download__image{
        width:100%;
        height:auto;
        display:block;
    }

    .download__content-col{
        text-align:center;
    }

    .download__title{
        font-size:2.2rem;
    }

    .download__desc{
        margin-bottom:30px;
    }

    .download__form{
        display:flex;
        flex-direction:column;
        gap:18px;
        width:100%;
    }

    .form__input{
        width:100%;
    }

    .form__submit{
        width:100%;
        min-height:56px;
        margin-top:10px;
        margin-bottom:40px;   /* IMPORTANT */
    }

    .section-divider{
        margin-top:20px;
    }

}
    @media (max-width:768px){

  .potential{
      padding:70px 0 40px;
      overflow:hidden;
  }

  .potential__container{
      display:flex;
      flex-direction:column;
      align-items:center;
      text-align:center;
      gap:10px;
  }

  /* ---------- TITLE ---------- */

  .potential__title{
      transform:scale(.72);
      transform-origin:center top;
      margin-bottom:-35px;
  }

  .potential__line--1{
      font-size:2.2rem;
      letter-spacing:1px;
  }

  /* KEEP THE DESKTOP "N" STRUCTURE */

  .potential__shared-grid{
      display:grid;
      grid-template-columns:auto auto auto;
      justify-content:center;
      column-gap:2px;
      row-gap:0;
  }

  .potential__cell{
      font-size:2.2rem;
      line-height:1;
  }

  .potential__shared-n{
    font-size:7rem;
    line-height:0.9;
    align-self:center;
    font-weight:900;
}

  /* ---------- SUBTITLE ---------- */

  .potential__subtitle{
      font-size:1.35rem;
      margin-top:8px;
  }

  .potential__p{
      font-size:1rem;
      max-width:320px;
      margin:12px auto 0;
  }

  /* ---------- IMAGE ---------- */

  .potential__right-image{
      margin-top:-10px;
      left: 50px;
  }

  .potential__right-image img{
      width:125%;
      max-width:470px;
      height:auto;
      display:block;
      margin:0 auto;
  }

}
/* ==========================================================
   CONFIDENCE / UNSTOPPABLE SECTION - MOBILE
========================================================== */

@media (max-width:768px){

    .confidence__collage{

        display:grid;

        grid-template-columns:repeat(3,1fr);

        grid-template-areas:
        "img1 img2 img3"
        "text text text"
        "img4 img5 img6";

        gap:18px;

        width:100%;

        align-items:center;

        justify-items:center;

    }


    /* TOP THREE IMAGES */

    .confidence__collage-item--1{
        grid-area:img1;
    }

    .confidence__collage-item--2{
        grid-area:img2;
    }

    .confidence__collage-item--3{
        grid-area:img3;
    }


    /* CENTER TEXT */

    .confidence__center{

        grid-area:text;

        width:100%;

        max-width:100%;

        padding:25px 15px;

        text-align:center !important;

        display:flex;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        margin:0 auto;

        position:static !important;

        transform:none !important;

    }


    /* BOTTOM THREE IMAGES */

    .confidence__collage-item--4{
        grid-area:img4;
    }

    .confidence__collage-item--5{
        grid-area:img5;
    }

    .confidence__collage-item--6{
        grid-area:img6;
    }



    .confidence__collage-item{

        position:static !important;

        transform:none !important;

        width:100%;

        max-width:120px;

        height:105px;

        border:6px solid #fff;

        border-bottom:18px solid #fff;

    }


    .confidence__collage-item img{

        width:100%;

        height:100%;

        object-fit:cover;

    }


    .confidence__script{

        font-size:38px;

        text-align:center;

    }


    .confidence__title{

        font-size:44px;

        line-height:1;

        text-align:center;

    }


    .confidence__p{

        font-size:16px;

        line-height:1.7;

        max-width:340px;

        text-align:center;

        margin:15px auto;

    }

}



/* ==========================================================
   SMALL PHONES
========================================================== */

@media(max-width:480px){

    .confidence__collage{

        gap:12px;

    }


    .confidence__collage-item{

        max-width:95px;

        height:90px;

    }


    .confidence__script{

        font-size:32px;

    }


    .confidence__title{

        font-size:38px;

    }


    .confidence__p{

        font-size:15px;

        max-width:300px;

    }



    .book-promo__image-box{
    max-width:100%;
    display:flex;
    justify-content:center;
}

.book-promo__mockup{
    width:100%;
    max-width:380px;   
    height:auto;
}

} 
/* ==========================================================
   CONFIDENCE SECTION - FIX BOTTOM IMAGES VISIBILITY
========================================================== */

@media (max-width:768px){

    .confidence__collage{
        display:grid !important;

        grid-template-columns:repeat(3,1fr);

        grid-template-areas:
        "top1 top2 top3"
        "content content content"
        "bottom1 bottom2 bottom3";

        gap:20px;

        position:relative;
        height:auto !important;
        overflow:visible !important;
    }


    .confidence__collage-item{
        position:relative !important;
        inset:auto !important;
        transform:none !important;
        opacity:1 !important;
        visibility:visible !important;
    }


    .confidence__collage-item--1{
        grid-area:top1;
    }

    .confidence__collage-item--2{
        grid-area:top2;
    }

    .confidence__collage-item--3{
        grid-area:top3;
    }


    .confidence__center{
        grid-area:content;

        position:relative !important;

        width:100% !important;

        transform:none !important;

        left:auto !important;
        right:auto !important;

        text-align:center !important;

        z-index:5;
    }


    .confidence__collage-item--4{
        grid-area:bottom1;

        display:block !important;
    }

    .confidence__collage-item--5{
        grid-area:bottom2;

        display:block !important;
    }

    .confidence__collage-item--6{
        grid-area:bottom3;

        display:block !important;
    }


    .confidence__collage-item img{

        display:block !important;

        width:100% !important;

        height:100% !important;

        object-fit:cover;

    }

}


@media(max-width:480px){

    .confidence__collage{

        gap:12px;

    }

}

@media screen and (max-width: 767px) {
    .download__container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .download__image-col,
    .download__content-col {
        width: 100%;
        max-width: 100%;
    }
    .download__title {
        text-align: center;
    }
    .download__desc {
        text-align: center;
    }
    .download__form {
        max-width: 500px;
        margin: auto;
    }
}

/* ==========================================================
   RESULTS SECTION - 768px
========================================================== */

@media (max-width:768px){

.results-section{
    padding:70px 0 90px;
}

.results-header{
    margin-bottom:45px;
}

.results-main-title{
    font-size:2.2rem;
    line-height:1.15;
}

/* Two hexagons per row */

.hexagon-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    justify-items:center;
    align-items:center;
    max-width:620px;
    margin:0 auto;
}

.hex-item{
    width:100%;
    max-width:250px;
    aspect-ratio:250/285;
    height:auto;
    margin:0;
}

.hex-inner{
    padding:20px;
}

.hex-icon{
    width:55px;
    height:55px;
    margin-bottom:15px;
}

.hex-title{
    font-size:1.1rem;
}

.hex-text{
    font-size:.9rem;
    line-height:1.45;
}

.results-v-divider-bottom-true{
    height:55px;
}

}
/* ==========================================================
   RESULTS SECTION - 480px
========================================================== */

@media (max-width:480px){

.results-section{
    padding:55px 0 70px;
}

.results-header{
    margin-bottom:30px;
}

.results-main-title{
    font-size:1.8rem;
    line-height:1.2;
}

.hexagon-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    justify-items:center;

    align-items:center;

    max-width:340px;

    margin:0 auto;
}

.hex-item{

    width:100%;

    max-width:155px;

    aspect-ratio:250/285;

    height:auto;

    margin:0;
}

.hex-inner{

    padding:14px;
}

.hex-icon{

    width:42px;

    height:42px;

    margin-bottom:10px;
}

.hex-title{

    font-size:.9rem;
}

.hex-text{

    font-size:.72rem;

    line-height:1.35;
}

.results-v-divider-bottom-true{

    height:45px;
}

}
/* ==========================================================
   WALL OF LOVE - 768px
========================================================== */

@media (max-width:768px){

.wall-love{
    padding:70px 0;
}
.wall-love__title{
    margin-top:70px;
}
.wall-love__grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;

    align-items:start;
}

.wall-love__card{

    width:100%;

    max-width:none;

    padding:24px 20px;

    margin:0;
}

.wall-love__quote{
    font-size:16px;
    line-height:1.7;
}

.wall-love__author{
    font-size:18px;
    margin-top:18px;
}

.wall-love__role{
    font-size:14px;
}

.wall-love__avatar{

    width:70px;
    height:70px;
}

}
/* ==========================================================
   WALL OF LOVE - 480px
========================================================== */

@media (max-width:480px){

.wall-love{
    padding:55px 0;
}
.wall-love__title{
    margin-top:60px;
}
.wall-love__grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    align-items:start;
}

.wall-love__card{

    width:100%;

    padding:16px 14px;

    border-radius:16px;
}

.wall-love__quote{

    font-size:13px;

    line-height:1.55;
}

.wall-love__author{

    font-size:15px;

    margin-top:12px;
}

.wall-love__role{

    font-size:12px;
}

.wall-love__avatar{

    width:52px;

    height:52px;

    margin-bottom:10px;
}

}
/* ==========================================================
   WALL OF GROWTH - TABLET / MOBILE (768px)
========================================================== */

@media (max-width:768px){

.wall-growth{
    padding:70px 0;
}

.wall-growth__title{
    font-size:42px;
    margin-bottom:40px;
}

.growth-books-container{

    display:flex !important;

    flex-direction:column; /* one book per line */

    justify-content:center;

    align-items:center;

    gap:0px; /* spacing between books */

    

}


.growth-book{

    flex:0 0 auto !important;

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:visible !important;

    transform:none !important;
    margin:0 !important;
    padding:0 !important;
}

.growth-book img{
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.2));
}
.growth-book img{

    width:320px !important; /* increased size */

    max-width:none !important;

    height:auto;

    display:block;
    filter: none;
    margin:0 !important;
    padding:0 !important;
}

}


/* ==========================================================
   WALL OF GROWTH - SMALL PHONES (480px)
========================================================== */

@media (max-width:480px){

.wall-growth{
    padding:55px 0;
}


.wall-growth__title{
    font-size:32px;
    margin-bottom:30px;
}


.growth-books-container{

    display:flex !important;

    flex-direction:column; /* stack books vertically */

    justify-content:center;

    align-items:center;

    gap:0px !important;

}


.growth-book{
    flex:0 0 auto !important;

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:visible !important;

    transform:none !important;
    margin-top: -25px;
    padding: 0px;

}

.growth-book img{

    width:260px !important; /* larger mobile book */

    max-width:none !important;

    height:auto;

    display:block;

}

}
/* ==========================================================
   TESTIMONIAL RESPONSIVE
========================================================== */

/* ---------- Tablets ---------- */

@media (max-width:1024px){

.testimonial-section{
    margin-top:60px;
}

.testimonial-box{
    width:92%;
    min-height:300px;
    padding:60px 45px 50px;
}

.testimonial-text{
    font-size:1.2rem;
    line-height:1.8;
    max-width:100%;
}

.testimonial-quote{
    font-size:5rem;
    top:12px;
    left:22px;
}

.testimonial-dots{
    margin-top:22px;
}

}


/* ---------- Large Phones ---------- */

@media (max-width:768px){

.testimonial-section{
    margin-top:50px;
}
.testimonial-section-title h3{
    font-size:2rem;
}
.testimonial-box{

    width:94%;

    min-height:auto;

    padding:55px 30px 40px;

}

.testimonial-text{

    font-size:1.05rem;

    line-height:1.75;

    text-align:center;

}

.testimonial-quote{

    font-size:4.3rem;

    left:18px;

    top:10px;

}

.testimonial-dots{

    gap:12px;

    margin-top:20px;

}

.dot{

    width:10px;

    height:10px;

}

}


/* ---------- Small Phones ---------- */

@media (max-width:480px){

.testimonial-section{

    margin-top:40px;

}
.testimonial-section-title h3{

    font-size:1.4rem;
    margin-bottom: 5px;
}
.testimonial-box{

    width:95%;

    padding:45px 20px 30px;

    border-width:1.5px;

}

.testimonial-text{

    font-size:0.95rem;

    line-height:1.65;

}

.testimonial-quote{

    font-size:3.4rem;

    left:14px;

    top:8px;

}

.testimonial-dots{

    gap:10px;

    margin-top:18px;

}

.dot{

    width:8px;

    height:8px;

}

}
/* ==========================================================
   WHEEL SECTION RESPONSIVE
========================================================== */

/* =======================
   TABLETS (1024px)
======================= */

@media (max-width:1024px){

.wheel-section{
    padding:90px 0 !important;
}

.wheel-section__container{
    flex-direction:column;
    gap:60px;
    align-items:center;
}

.wheel-section__content{
    transform:none;
    max-width:720px;
    text-align:center;
}

.wheel-section__title{
    font-size:3.3rem;
}

.wheel-section__placeholder-text p{
    max-width:100%;
    font-size:1.15rem;
    line-height:1.75;
}

.mission-p-highlight{
    font-size:1.25rem !important;
}

.mission-p-accent{
    border-left:none;
    border-top:3px solid #ff65a3;
    padding-left:0;
    padding-top:20px;
}

.mission-quote-wrapper{
    margin:35px auto 0 !important;
}

.wheel-section__right-column{
    width:100%;
}

.wheel-wrapper{
    max-width:600px;
    margin:0 auto;
}

#wheelCanvas{
    max-width:600px;
}

.wheel-spin-trigger{
    width:95px;
    height:95px;
    font-size:1rem;
}

.wheel-section__question{
    margin-top:0;
    font-size:1.8rem;
}

.wheel-section__spin-text{
    font-size:1.8rem;
}

}


/* =======================
   LARGE PHONES (768px)
======================= */

@media (max-width:768px){

.wheel-section{
    padding:80px 0 !important;
}

.wheel-section__container{
    flex-direction:column;
    gap:45px;
}

.wheel-section__content{
    transform:none;
    max-width:100%;
    text-align:center;
}

.wheel-section__title{
    font-size:2.8rem;
    margin-bottom:25px;
}

.wheel-section__placeholder-text p{
    font-size:1.05rem;
    line-height:1.7;
    margin-bottom:18px;
}

.mission-p-highlight{
    font-size:1.12rem !important;
}

.mission-p-accent{
    border-left:none;
    border-top:3px solid #ff65a3;
    padding-top:18px;
    padding-left:0;
}

.mission-quote-wrapper{
    max-width:100%;
    padding:25px 18px !important;
}

.mission-custom-quote{
    font-size:1.2rem !important;
}

.mission-quote-mark{
    font-size:2rem !important;
}

.wheel-section__question{
    margin-top:0;
    font-size:1.55rem;
}

.wheel-section__spin-text{
    font-size:1.5rem;
}

.wheel-wrapper{
    max-width:470px;
    margin:0 auto;
}

#wheelCanvas{
    max-width:470px;
}

.wheel-spin-trigger{
    width:82px;
    height:82px;
    font-size:.9rem;
    border-width:5px;
}

.wheel-pointer{
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:24px solid #ff3366;
}

}


/* =======================
   SMALL PHONES (480px)
======================= */

@media (max-width:480px){

.wheel-section{
    padding:65px 0 !important;
}

.wheel-section__container{
    gap:35px;
}

.wheel-section__title{
    font-size:2.2rem;
}

.wheel-section__placeholder-text p{
    font-size:.98rem;
    line-height:1.65;
}

.mission-p-highlight{
    font-size:1rem !important;
}

.mission-custom-quote{
    font-size:1rem !important;
    line-height:1.6 !important;
}

.mission-quote-wrapper{
    padding:22px 15px !important;
}

.mission-quote-mark{
    font-size:1.8rem !important;
}

.wheel-section__question{
    font-size:1.3rem;
}

.wheel-section__spin-text{
    font-size:1.25rem;
    margin-bottom:15px;
}

.wheel-wrapper{
    max-width:320px;
}

#wheelCanvas{
    max-width:320px;
}

.wheel-spin-trigger{
    width:68px;
    height:68px;
    font-size:.75rem;
    border-width:4px;
}

.wheel-pointer{
    top:-8px;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:20px solid #ff3366;
}

}
@media(max-width:1100px){

.wall-love__collage{

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.love-photo{

transform:none !important;

}

}

@media(max-width:700px){

.wall-love{

padding:80px 6%;

}

.wall-love__title{

font-size:3rem;

}

.wall-love__collage{

grid-template-columns:1fr;

gap:30px;

}

.love-photo{

transform:none !important;

}

}