* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    /* outline: #FF0000 solid 2px;  */
}

:root {
    --color-black-box: #0c252D;
    --color-charade: #394142;
    --color-bungee: #6a6155;
    --color-stroopwafeel: #a97045;
    --color-stikes: #baa484;
    --color-white: #fff;
    --color-black: #000;
}

@font-face {
    font-family: 'garamond';
    src: url(../assets/fonts/CormorantGaramond-VariableFont_wght.woff2) format('woff2-variations');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
    size-adjust: 105%;
}

@font-face {
    font-family: 'jost';
    src: url(../assets/fonts/Jost-VariableFont_wght.woff2) format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


html,
body {
    overflow-x: hidden;
    overflow-y: unset
}

body {
    background: #FFF9E0;
    font-family: 'garamond';
    color: var(--color-black);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    font-size: clamp(12px, 5vw, 18px);
    font-family: 'jost';
    overflow-wrap: break-word;

}

h1 {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 400;
    font-family: 'garamond';
}

h2 {
    font-size: clamp(26px, 5vw, 42px);
    font-weight: 400;
}

h3 {
    font-size: clamp(20px, 5vw, 26px);
    font-weight: 400;
    font-family: 'jost';
}

ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: var(--sec-color) solid 1px;
    border-radius: 10px;
}

li p {
    min-width: 0;
    flex: 1;
}

a{
    text-decoration: none;
}

.hide {
    display: none;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--color-stroopwafeel);
    color: var(--color-white);
    padding: 12px 18px;
    z-index: 9999;
    font-family: 'jost';
    font-size: 14px;
    border-radius: 0 0 8px 0;
    transition: top .2s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid var(--color-black);
}

/* colors */

.color--strike {
    color: var(--color-stikes);
}

.color--stroopwafeel {
    color: var(--color-stroopwafeel);
}

.color--bungee {
    color: var(--color-bungee);
}

.yellow {
    color: #FFE56B;
}

/* auxiliares */

.container {
    padding-top: 5%;
    padding-left: clamp(16px, 4vw, 32px);
    padding-right: clamp(16px, 4vw, 32px);
    width: 100%;
    max-width: min(1200px, 100%);
    margin: 0 auto;
    height: 100%;
    gap: 30px;
}

.small {
    font-size: clamp(10px, 4vw, 14px);
}

.grow {
    font-size: clamp(60px, 5vw, 60px);
}

.grower {
    font-size: clamp(50px, 5vw, 80px);
}

.d--flex {
    display: flex;
    gap: 20px;
}

.all--center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.f--column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.button-check,
.button {
    background: var(--color-stroopwafeel);
    border: none;
    cursor: pointer;
    color: var(--color-white);
    font-weight: 500;
    padding: 18px;
    font-size: clamp(16px, 3vw, 18px);
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    transition: .2s;
    border: var(--color-stroopwafeel) 1px solid;
    font-family: 'jost';

}

.button-check:hover,
.button:hover {
    background-color: transparent;
    color: var(--color-stroopwafeel);
    transition: .5s;
}

.bk-gradient {
    background: #0B0B0B;
    background: linear-gradient(0deg, rgba(11, 11, 11, 1) 0%, rgba(32, 32, 32, 1) 100%);
}

.borders {
    border: var(--sec-color) 1px solid;
    border-radius: 10px;
    padding: 10px;
}

/*  CONTADOR  */
.progress-container {
    margin-top: 20px;
    width: 100%;
    max-width: 550px;
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
    height: 10px;
    margin-bottom: 10px
}

.progress-bar {
    height: 20px;
    width: 0;
    background-color: #FF9C45;
    text-align: center;
    color: #fff;
    font-weight: 700;
    transition: width .3s;
    font-size: 14px
}

.section {
    position: relative;
    background: #304441;
    background: linear-gradient(0deg, rgba(48, 68, 65, 1) 0%, rgba(27, 47, 44, 1) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 80px 0 120px;
}

.section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -140px;
    transform: translateX(-50%);
    width: 160%;
    height: 220px;
    background: var(--bk-color);
    /* cor da próxima section */
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 0;
}

.section>* {
    position: relative;
    z-index: 2;
}

.sub--title {
    letter-spacing: 3px;
}

/* animações */

.fade-right {
    transform: translateX(-80px);
}

.fade-left {
    transform: translateX(80px);
}

.fade-up {
    transform: translateY(80px);
}

.fade-down {
    transform: translateY(-180px);
}

.fade-down-left {
    transform: translateX(-160px) scale(.6);
}

.fade-down-rigth {
    transform: translateX(160px) scale(.6);
}

.fade-up-rigth {
    transform: translateY(160px) scale(.6);
}

.flip {
    transform: rotatex(90deg);
}

.flip-left {
    transform: rotateY(90deg);
}

.ef {
    opacity: 0;
    transition: opacity .8s ease, transform .8s ease;
    will-change: transform, opacity;
}

.df {
    opacity: 1;
    transition: opacity .8s ease, transform .8s ease;
}

/* estado final aplicado via JS (IntersectionObserver) */
.show {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
}

/* 
@media (prefers-reduced-motion: reduce) {

    .ef,
    .df,
    .snapgradiente {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
} */

.snapgradiente {

    background: linear-gradient(90deg,
            var(--sec-color) 0%,
            var(--sec-color) 35%,
            #FEEBC2,
            var(--sec-color) 65%,
            var(--sec-color) 100%);

    background-size: 280% auto;
    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;

    animation: gradient var(--velocidade-animacao) linear infinite;
}

@keyframes gradient {
    to {
        background-position: 220% center;
    }
}


/* hero */

#hero h1{
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 400;
}

#hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    background-image: url(../assets/image/hero-bk.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .hero__dras {
    position: absolute;
    inset: 0 0 0 auto;
    height: 100%;
    width: auto;
    max-width: 60%;
    object-fit: contain;
    object-position: right center;
    z-index: 0;
    pointer-events: none;
}

#hero .container {
    position: relative;
    z-index: 1;
    flex: 1;
    justify-content: center;
    padding-bottom: clamp(24px, 6vh, 48px);
}

#hero .box__text {
    width: 50%;
}

#hero .button {
    max-width: 500px;
}

/* perf: skip render of off-screen sections (melhora Speed Index/LCP) */
#why,
#many,
#path,
#process,
#fase,
#integrate,
#sustentation,
#chose,
#dras,
#questions,
#price,
#faq,
#convive,
footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 800px;
}

/* arive */
#arrive {
    background-color: var(--color-black-box);
    color: var(--color-white);
    padding-bottom: 5%;
    font-weight: 200;
}

#arrive .box__text {
    width: 50%;
}

#arrive .box__text {
    width: 50%;
}

/* live */
#live {
    background-color: #F0E8DC;
    padding-bottom: 5%;
}

#live .box__text {
    text-align: center;
    width: 60%;
}

#live .d--flex {
    gap: 40px;
}

/* why */
#why {
    padding-bottom: 5%;
    background-image: url(../assets/image/why-bk.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

#why .box__text {
    width: 50%;
    text-align: left;
}

#why .box__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    background-color: #F5EFE6;
    gap: 10px;
}

#why .card {
    display: flex;
    align-items: center;
    gap: 10px;
}

#why .card p {
    font-size: medium;
    font-weight: 200;
}

#why .grow {
    font-size: 40px;
}

/* many */

#many {
    background-color: #394143;
    padding-bottom: 5%;
    color: var(--color-white);
}

#many .box__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);


    background-color: var(--color-bungee);
}

#many .card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px;
    border: var(--color-white) solid 1px;
}

#many .button {
    background-color: transparent;
    color: var(--color-stikes);
    border: var(--color-stikes) solid 1px;
}

#many .button:hover {
    background-color: var(--color-stikes);
    color: #394143;
    border: var(--color-stikes) solid 1px;
}

/* path */

#path {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #F0E8DC;
    background-image: url(../assets/image/path-bk.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5%;
}

#path .path__dras {
    position: absolute;
    inset: 0 0 0 auto;
    height: 100%;
    width: auto;
    max-width: 50%;
    object-fit: contain;
    object-position: right center;
    z-index: 0;
    pointer-events: none;
}

#path .container {
    position: relative;
    z-index: 1;
}

#path .box__text {
    width: 50%;
    text-align: left;
}

#path .box__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    gap: 10px;
}

#path .card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px;
    border: var(--color-stroopwafeel) solid 1px;
}

#path .grow {
    font-size: 40px;
}

/* process */
#process {
    padding-bottom: 5%;
}

#process .box {
    width: 80%;
    text-align: center;
}

#process .box__text {
    width: 80%;
    text-align: center;
}

#process .box__time {
    background-color: var(--color-white);
    border-top: 25px solid rgb(13, 38, 45, .15);
}

#process .card {
    padding: 50px;
}

#process .border {
    border-left: 2px solid rgb(13, 38, 45, .15);
    border-right: 2px solid rgb(13, 38, 45, .15);
}

#process .box__cards .card {
    background-color: #F5EFE6;
    padding: 25px;
    width: 100%;
    text-align: left;
    height: 100px;

}

#process .box__cards .card p {
    padding-left: 15px;
    border-left: 2px solid var(--color-stroopwafeel);

}

#swiper {
    width: 100%;
    position: relative;
}

#swiper .swiper-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
    cursor: grab;
    user-select: none;
}

#swiper .swiper-wrapper.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

#swiper .swiper-wrapper.is-dragging .aula {
    pointer-events: none;
}

#swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

#swiper .swiper-slide {
    flex: 0 0 calc((100% - 40px) / 3);
    scroll-snap-align: start;
    min-width: 0;
    display: flex;
}

#swiper .aula {
    background-color: #F5EFE6;
    border: 1px solid var(--color-stroopwafeel);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    width: 100%;
    text-align: left;
}

#swiper .aula img {
    width: 40px;
    height: 40px;
}

#swiper .aula span {
    color: var(--color-stroopwafeel);
    font-family: 'jost';
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#swiper .aula h3 {
    color: var(--color-black-box);
    font-family: 'garamond';
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.3;
}

#swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

#swiper .swiper-pagination button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--color-stikes);
    opacity: 0.4;
    cursor: pointer;
    transition: transform .2s, opacity .2s, background-color .2s;
}

#swiper .swiper-pagination button:hover {
    opacity: 0.7;
}

#swiper .swiper-pagination button[aria-selected="true"] {
    background-color: var(--color-stroopwafeel);
    opacity: 1;
    transform: scale(1.3);
}

/* fase */
#fase {
    padding-bottom: 5%;
    background-color: #F5EFE6;
}

#fase .box__text {
    flex: 1 1 0;
    min-width: 0;
}

#fase .box__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

#fase .card {
    padding: 15px 25px;
    color: var(--color-stroopwafeel);
    border: var(--color-stroopwafeel) solid 1px;
    flex: 0 0 auto;
}

#fase .card p {
    font-family: 'jost';
    font-size: clamp(12px, 2vw, 14px);
    white-space: nowrap;
}

#fase .box{
    padding: 3% 0 ;
    border-bottom: 1px solid var(--color-stroopwafeel);
}

#fase .box__title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#fase h3{
    font-family: 'garamond';
}

#fase .phase-num {
    display: inline-block;
    font-family: 'garamond';
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 400;
    line-height: 1;
}

/* integrate */

#integrate {
    background-color: var(--color-black-box);
    padding-bottom: 5%;
    color: var(--color-white);
}

#integrate .box__text {
    width: 50%;
    text-align: left;
}

#integrate .box__text p{
    font-weight: 200 !important;
}

/* sustentation */

#sustentation {
    padding-bottom: 5%;
}

#sustentation h3{
    font-family: 'garamond';
    color: var(--color-black-box);
    font-weight: 600;
}

#sustentation .card{
    padding: 25px;
    border: var(--color-stroopwafeel) solid 1px;
    min-height: 400px;
}

#sustentation .card img{
    width: 50px;
    height: 50px;
}

#sustentation .box__text{
    width: 60%; 
    text-align: center;
}

/* chose */
#chose{
    padding-bottom: 5%;
}

#chose .box__dark,
#chose .box{
    width: 50%;
    margin-top: 50px;
}

#chose .box ul li{
    padding: 15px;
    border-left: 3px solid var(--color-stroopwafeel);
    background-color: rgb(186, 164, 132, .3);
    border-radius: 0;
    margin-top: 20px;
}

#chose .box__dark {
    background-color: #394143;
    color: var(--color-white);
    padding: 50px;
}

#chose .box__dark ul li{
    padding: 15px;
    border-left: 3px solid #707677;
    background-color: rgba(40, 41, 41, 0.342);
    border-radius: 0;
    margin-top: 20px;
}

#chose .box__dark span{
    color: #707677;
}

/* dras */

#dras {
    padding-bottom: 5%;
    background-color: var(--color-black-box);
    color: var(--color-white);
}

#dras .box__text{
    width: 50%;
    text-align: center;
}

#dras .box p{
    font-weight: 200;
}

#dras .box {
    width: 100%;
    align-items: stretch;
}

#dras .card{
    background-color: #22393F;
    padding: 50px;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#dras .card img {
    width: 30%;
    height: auto;
}

/* questions */

#questions {
    padding-bottom: 5%;
    background-color: #F5EFE6;
}

#questions .box__text{
    width: 50%;
    text-align: center;
}

#questions .card{
    padding: 30px;
    background-color: #fff;
    border-top: var(--color-stroopwafeel) 3px solid;
}

/* price */

#price {
    padding-bottom: 5%;
}

#price .box__text {
    width: 60%;
    text-align: center;
}

#price .box__price {
    border: 1px solid var(--color-stroopwafeel);
    padding: clamp(30px, 5vw, 60px) clamp(20px, 4vw, 50px);
    text-align: center;
    max-width: 520px;
    width: 100%;
    gap: 18px;
}

#price .box__price h1,
#price .box__price .price-display {
    font-style: italic;
    font-weight: 300;
    font-size: clamp(48px, 8vw, 78px);
    line-height: 1;
    font-family: 'garamond';
    margin: 0;
}

#price .box__price h1 .color--strike,
#price .box__price .price-display .color--strike {
    color: var(--color-stroopwafeel);
    padding: 0 12px;
}

#price .box__price ul {
    width: 100%;
    gap: 0;
    margin: 10px 0;
}

#price .box__price li {
    border: none;
    border-bottom: 1px solid rgba(186, 164, 132, .5);
    border-radius: 0;
    padding: 16px 0;
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
}

#price .box__price li:last-child {
    border-bottom: none;
}

#price .box__price li p {
    font-size: clamp(13px, 2vw, 15px);
    color: var(--color-bungee);
}

#price .box__price .button {
    margin-top: 10px;
}

/* faq */

#faq  {
    padding-bottom: 5%;
}

#faq p {
    font-size: clamp(12px, 4vw, 18px);
}

#faq .box {
    width: 70%;
}

#faq .card {
    border-bottom: 1px solid #000;
    padding: 18px 0;
}

#faq .card h3 {
    cursor: pointer;
    font-family: 'garamond';
}

#faq .card p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, margin-top 0.35s ease;
    margin-top: 0;
}

#faq .card.active p {
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 20px;
}

/* convive */

#convive {
    text-align: center;
    background-color: var(--color-black-box);
    color: var(--color-white);
    padding-bottom: 5%;
}

#convive .box__text {
    width: 50%;
    text-align: left;
}

#convive .button {
    text-align: center;
}

#convive p {
    font-size: clamp(12px, 4vw, 18px);
    font-weight: 200;
}

/* footer */

footer{
    background-color: #08191D;
    color: var(--color-white);
    padding-bottom: 5%;

}

footer .box{
    display: flex;
    justify-content: space-between;
}

footer p{
    font-size: small;
    font-weight: 200;
    
}

/* responsividade */

@media (max-width: 1024px) {
    #hero {
        background-size: cover;
        background-position: center;
    }

    #hero .hero__dras {
        max-width: 50%;
        object-position: right bottom;
    }

    #hero .box__text {
        width: 60%;
    }

    #path .path__dras {
        max-width: 40%;
        opacity: .55;
        object-position: right bottom;
    }

    #why .box__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #process .card {
        padding: 30px;
    }

    #sustentation .box__cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #questions .box__cards {
        flex-wrap: wrap;
    }

    #questions .card {
        flex: 1 1 calc(50% - 30px);
    }

    #swiper .swiper-slide {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .container {
        padding-top: 12%;
        gap: 20px;
    }

    .all--center {
        flex-direction: column;
        gap: 30px;
    }

    .d--flex {
        flex-wrap: wrap;
    }

    #hero {
        height: auto;
        min-height: 100vh;
        background-image: url(../assets/image/hero-bk.png);
        background-size: cover;
        background-position: center;
    }

    #hero .hero__dras {
        opacity: 1;
        max-width: 100%;
        object-position: right bottom;
    }


    #hero .box__text{
        width: 100%;
        text-align: center;
        padding: 20px;
        background-color: var(--color-white);
        border-radius: 10px;
        opacity: .9;
    }

    #why {
        background-image: none;
    }

    #why .box__text{
        width: 100%;
        text-align: center;
        padding: 20px;
        background-color: var(--color-white);
        border-radius: 10px;
        opacity: .9;
    }

    #arrive .box__text,
    #live .box__text,
    #why .box__text,
    #path .box__text,
    #integrate .box__text,
    #sustentation .box__text,
    #dras .box__text,
    #questions .box__text,
    #price .box__text,
    #convive .box__text {
        width: 100%;
    }

    #why .box__cards,
    #many .box__cards,
    #path .box__cards,
    #sustentation .box__cards {
        grid-template-columns: 1fr;
    }

    #path .path__dras {
        display: none;
    }

    #live .d--flex {
        justify-content: center;
        gap: 20px;
    }

    #process .box,
    #process .box__text {
        width: 100%;
    }

    #process .box__time .card {
        padding: 25px;
    }

    #process .border {
        border-left: none;
        border-right: none;
        border-top: 2px solid rgb(13, 38, 45, .15);
        border-bottom: 2px solid rgb(13, 38, 45, .15);
    }

    #process .box__cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 15px;
    }

    #process .box__cards .card {
        height: auto;
        min-height: 80px;
    }

    #swiper .swiper-slide {
        flex: 0 0 100%;
    }

    #swiper .aula {
        padding: 25px;
    }

    #fase .box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #fase .box__title {
        width: 100%;
    }

    #fase .card p {
        white-space: normal;
    }

    #chose .all--center {
        flex-direction: column;
    }

    #chose .box,
    #chose .box__dark {
        width: 100%;
        padding: 30px;
        margin-top: 30px;
    }

    #dras .box {
        flex-direction: column;
    }

    #dras .card {
        padding: 30px;
        flex: 1 1 auto;
        width: 100%;
    }

    #questions .box__cards {
        flex-direction: column;
    }

    #questions .card {
        flex: 1 1 100%;
        width: 100%;
    }

    #price .box__price {
        padding: 30px 20px;
    }

    #faq .box {
        width: 100%;
    }

    footer .box {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .button-check,
    .button {
        font-size: 14px;
        padding: 14px;
    }

    #process .box__cards {
        grid-template-columns: 1fr;
    }

    #process .box__time .card,
    #dras .card,
    #chose .box,
    #chose .box__dark {
        padding: 25px;
    }

    #sustentation .card {
        min-height: auto;
        padding: 20px;
    }

    #price .box__price {
        padding: 25px 18px;
    }

    #price .box__price h1,
    #price .box__price .price-display {
        font-size: clamp(40px, 12vw, 60px);
    }

    #price .box__price li {
        padding: 14px 0;
        gap: 10px;
    }
}