:root{
    --primary-color:#F17B14;
    --anton: 'Anton', sans-serif;
}

.scroll-wrapper{
    gap: 2rem !important;
}

.feedbacks h2 {
	color: #fff;
	text-align: center;
	font: 42px var(--anton);
	line-height: 1.2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
@media (min-width: 992px) {
    .feedbacks {
        padding: 0;
    }
}
.feedbacks {
    position: relative;
    padding: 0;
}

.pricing-details {
    max-width: 625px;
    width: 90%;
    height: 327px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
h2.want-know{
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.1;
}

.gui-section p{
    color: #fff;
    text-align: left !important;
}

.saiba-mais {
    margin-top: 40px;
}

.btn-saiba-mais{
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--anton);
    text-transform: uppercase;
    font-size: 28px;
    padding: .3rem 1rem;
    text-align: center;
    margin-top: 3rem !important;
    display: block;
    width: 40%;
}

.btn-saiba-mais:hover{
    color: #fff;
}

@media (max-width: 768px){
    .gui-section{
        border: none;
    }

    .btn-saiba-mais{
        width: 100%;
    }
}

.layout-gui-section{
    height: auto;
}

#mentor {
    padding: 30px 0;
}

.pricing-details {
    height: auto;
}

/*---------------------------*/

.money-learn{
    position: relative;
    background: #000;
    padding: 4rem 0 1rem;
    overflow: hidden;
}

.ml-title{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1 !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
    margin: 0 auto !important;
    max-width: 800px;
}

.ml-grid{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
}

.ml-phones{
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(240px, 40vw, 420px);
}

.ml-phones__img{
    width: min(520px, 92%);
    height: auto;
    display: block;
    object-fit: contain;
}


.ml-list{
    display: grid;
    gap: 16px;
    max-width: 580px;
    margin-inline: auto;
}

.ml-card{
    background: #2D2D2D;
    border-left: 4px solid var(--primary-color);
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    min-height: 120px;
}

.ml-card__title{
    font-family: var(--anton);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(20px, 1.6vw, 28px);
}

.ml-card__icon{
    inline-size: 24px;
    block-size: 24px;
    object-fit: contain;
    flex: 0 0 24px;
}

.ml-card__text{
    margin: 8px 0 0;
    color: #fff;
    font-size: 16px !important;
    line-height: 1.1;
}

@media (min-width: 992px){
    .ml-grid{
        grid-template-columns: 1fr 1fr;
    }
    .ml-list{
        justify-self: start;
    }
    .ml-phones__img{ 
        width: 600px;
    }
}

@media (max-width: 767px) {
    .pricing-subtitle {
        font-size: 14px !important;
    }
}

.pricing-header p {
    font-size: 18px;
    color: #fff;
    margin-top: 2rem;
}

.highlight-text {
    font-weight: 400 !important;
    width: 90%;
}

.pricing-header {
    width: 803px;
    height: auto;
    gap: 21px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .pricing-details .highlight-text {
        font-size: 24px !important;
    }
}

/*hero*/

.vdf-hero{
    position: relative;
    background: #020612;
    color: #fff;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0;
}

.vdf-hero__inner{
    max-width: 1200px;
    margin-inline: auto;
    display: grid;
    align-items: stretch;
    grid-template-columns: 1.05fr .95fr;
    padding-inline: 1rem;
    z-index: 3;
    position: relative;
}

.vdf-hero__copy{
    display: flex;
    max-width: 640px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: clamp(24px, 10vw, 8rem);
    align-items: flex-start;
}

.vdf-hero__logo{
    width: clamp(140px, 18vw, 210px);
    height: auto;
    display: block;
}

.vdf-hero__title{
    font-family: var(--anton);
    text-transform: uppercase;
    line-height: 1.2;
    font-size: clamp(34px, 5.4vw, 65px);
    margin-top: 3rem;
}

.vdf-hero__highlight{
    color: var(--primary-color);
}

.vdf-hero__lead{
    margin: 2rem 0;
    color: #fff;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.1;
}

.vdf-hero__cta{
    display: inline-block;
    background-color: var(--primary-color);
    padding: .5rem 2rem;
    user-select: none;
}
.vdf-hero__cta img{
    display: block;
    width: clamp(220px, 24vw, 320px);
    height: auto;
}

.vdf-hero__media{
    align-self: stretch; 
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}
.vdf-hero__person{
    width: clamp(260px, 32vw, 400px);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,.45));
    object-position: bottom center;
    margin: 0;
}

.vdf-hero__orb{
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: blur(18px);
}
.vdf-hero__orb--left{
    left: -8%;
    bottom: 10%;
    width: 520px;
    height: 520px;
    background: radial-gradient(closest-side, rgba(241,123,20,.3), transparent 70%);
}
.vdf-hero__orb--right{
    right: -15%;
    top: 8%;
    width: 720px;
    height: 720px;
    background: radial-gradient(closest-side, rgba(241,123,20,.3), transparent 70%);
}

@media (max-width: 992px){
    .vdf-hero{
        min-height: unset;
        padding-top: clamp(24px, 6vw, 40px);
    }
    .vdf-hero__inner{
        grid-template-columns: 1fr;
    }
    .vdf-hero__person{
        width: clamp(280px, 70vw, 460px);
    }
    .vdf-hero__orb--left{
        left: -20%;
        bottom: 20%;
    }
    .vdf-hero__orb--right{
        right: -24%;
        top: 2%;
    }
}
@media (max-width: 690px){
    .vdf-hero__orb--left{
        left: -20%;
        bottom: 0;
    }
    .vdf-hero__orb--right{
        right: -24%;
        top: 2%;
    }
}
