/* ==========================================================
   TABLET
   (1024px)
========================================================== */

@media (max-width:1024px){

.container{

    width:min(
        calc(100% - 60px),
        100%
    );

}

section{

    padding:100px 0;

}

.section-header{

    margin-bottom:60px;

}

}

/* ==========================================================
   HEADER
========================================================== */

@media (max-width:1024px){

.nav{

    display:none;

}

.btn-header{

    display:none;

}

.menu-toggle{

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:6px;

    width:52px;

    height:52px;

}

.menu-toggle span{

    width:28px;

    height:2px;

    background:var(--color-text);

    transition:var(--transition);

}

.mobile-menu{

    position:fixed;

    top:var(--header-height);

    left:0;

    width:100%;

    background:#FFFFFF;

    padding:40px;

    display:none;

    box-shadow:var(--shadow-lg);

    z-index:var(--z-menu);

}

.mobile-menu.active{

    display:block;

}

.mobile-menu ul{

    display:grid;

    gap:24px;

}

.btn-mobile{

    margin-top:36px;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:18px;

    background:var(--gradient-primary);

    border-radius:999px;

    font-weight:700;

}

}

/* ==========================================================
   HERO
========================================================== */

@media (max-width:1024px){

.hero{

    min-height:auto;

    padding-top:150px;

}

.hero-grid{

    grid-template-columns:1fr;

    gap:80px;

    text-align:center;

}

.hero-content{

    max-width:760px;

    margin:0 auto;

}

.hero-features{

    justify-items:center;

}

.hero-actions{

    justify-content:center;

}

.hero-security{

    text-align:center;

}

.hero-visual{

    min-height:600px;

}

.hero-book{

    width:430px;

}

.hero-glow{

    width:560px;

}

}

/* ==========================================================
   TRUST
========================================================== */

@media (max-width:1024px){

.trust-grid{

    grid-template-columns:repeat(2,1fr);

}

/* ==========================================================
   TRANSFORMATION
========================================================== */

.transformation-grid{

    grid-template-columns:1fr;

    gap:50px;

}

.transformation-center{

    order:-1;

}

.transformation-center img{

    width:300px;

}

}

/* ==========================================================
   BENEFITS
========================================================== */

@media (max-width:1024px){

.benefits-layout{

    grid-template-columns:1fr;

}

.benefit-wide{

    grid-column:auto;

    flex-direction:column;

    align-items:flex-start;

}

}

/* ==========================================================
   EXPERIENCE
========================================================== */

@media (max-width:1024px){

.experience-showcase{

    grid-template-columns:1fr;

}

.showcase-main{

    margin-bottom:30px;

}

.showcase-main img{

    width:430px;

}

.showcase-highlight{

    margin-top:20px;

}

}

/* ==========================================================
   CONTENT
========================================================== */

@media (max-width:1024px){

.content-layout{

    grid-template-columns:1fr;

    gap:50px;

}

.content-book{

    order:-1;

}

.content-book img{

    width:340px;

}

.content-column{

    grid-template-columns:repeat(2,1fr);

}

}

/* ==========================================================
   BONUS
========================================================== */

@media (max-width:1024px){

.bonus-grid{

    grid-template-columns:1fr;

}

.bonus-card{

    align-items:center;

}

.bonus-value{

    flex-direction:column;

    align-items:center;

}

.value-box{

    width:100%;
    max-width:420px;

}

}

/* ==========================================================
   TARGET
========================================================== */

@media (max-width:1024px){

.target-grid{

    grid-template-columns:1fr;

    gap:60px;

}

.target-image{

    display:flex;

    justify-content:center;

}

.target-image img{

    width:500px;

}

.target-content{

    max-width:100%;

    text-align:center;

}

.target-list{

    max-width:600px;

    margin:auto;

}

}

/* ==========================================================
   TIMELINE
========================================================== */

@media (max-width:1024px){

.timeline{

    grid-template-columns:repeat(2,1fr);

}

}

/* ==========================================================
   OFFER
========================================================== */

@media (max-width:1024px){

.offer-wrapper{

    grid-template-columns:1fr;

}

.offer-left{

    text-align:center;

}

.offer-products{

    max-width:700px;

    margin:auto;

}

.offer-card{

    position:relative;

    top:auto;

    max-width:620px;

    margin:auto;

}

}

/* ==========================================================
   GUARANTEE
========================================================== */

@media (max-width:1024px){

.guarantee-grid{

    grid-template-columns:1fr;

    gap:50px;

    text-align:center;

}

.guarantee-seal{

    order:-1;

}

.guarantee-list{

    justify-items:center;

}

}

/* ==========================================================
   FAQ
========================================================== */

@media (max-width:1024px){

.faq-wrapper{

    max-width:100%;

}

}

/* ==========================================================
   CTA FINAL
========================================================== */

@media (max-width:1024px){

.cta-book{

    width:260px;

}

.cta-wrapper{

    max-width:700px;

}

}

/* ==========================================================
   FOOTER
========================================================== */

@media (max-width:1024px){

.footer-top{

    grid-template-columns:1fr;

    gap:60px;

}

.footer-brand{

    text-align:center;

}

.footer-brand img{

    margin:auto auto 24px;

}

.footer-columns{

    grid-template-columns:repeat(3,1fr);

}

}

