@import url('../vars.css');

.asp-hero{
    display: flex;
    padding: 32px 48px;
    height: 400px;
    background-image: url('/wp-content/themes/neve/assets/img/asp/banner\ design.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 100px;
}
.asp-hero-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 812px;
}
.asp-hero-title{
    width: 80%;
    font-family: var(--desktop-h4-font);
    font-size: var(--desktop-h4-size);
    font-weight: var(--desktop-h4-weight);
}
.asp-hero-desc{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
}
.asp-hero-btn-cont{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 80%;
}
.asp-hero-blue-btn{
    width: 100%;
    padding: 8px 14px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    background: var(--primary-brand-2);
    text-decoration: none;
    font-family: var(--desktop-button-font);
    font-size: var(--desktop-button-size);
    font-weight: var(--desktop-button-weight);
}
.asp-hero-blue-btn:hover{
    color: #fff;
    box-shadow: var(--drop-shadow-200);
}
.asp-hero-red-btn{
    width: 100%;
    padding: 8px 14px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    background: var(--primary-brand-1);
    text-decoration: none;
    font-family: var(--desktop-button-font);
    font-size: var(--desktop-button-size);
    font-weight: var(--desktop-button-weight);
}
.asp-hero-red-btn:hover{
    color: #fff;
    box-shadow: var(--drop-shadow-200);
}
.asp-hero-blue-btn:focus,
.asp-hero-red-btn:focus{
    color: #fff;
}

.asp-programs{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.asp-programs-desc{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: var(--gray-400);
}
.asp-prog-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.asp-prog-card{
    display: flex;
    flex-direction: column;
    box-shadow: var(--drop-shadow-200);
    width: 415px;
    border-radius: 8px;
}
.asp-prog-card-top{
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    background-color: var(--secondary-4);
    border-radius: 8px 8px 0 0;
}
.asp-prog-card-head{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.asp-prog-card-tag{
    color: #fff;
    padding: 4px 12px;
    border-radius: 100px;
    background: var(--primary-brand-2);
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
}
.asp-prog-card-foot{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.asp-prog-card-sub{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: #fff;
}
.asp-prog-card-title{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: #fff;
}
.asp-prog-card-postfix{
    font-family: var(--desktop-subtitle-font);
    font-size: var(--desktop-subtitle-size);
    font-weight: var(--desktop-subtitle-weight);
    color: #fff;
}
.asp-prog-card-bot{
    background: #fff;
    padding: 16px 16px 32px;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
}
.asp-prog-card-item{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.asp-prog-card-val{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: var(--text);
}
.asp-prog-card-desc{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: var(--text);
}

.asp-progs-sub{
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    background: var(--feedback-success-20);
    width: 860px;
    align-items: center;
    margin-bottom: 100px;
}
.asp-progs-icon{
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border: 6px solid #ECFDF3;
}
.asp-progs-text{
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: var(--text);
}

.asp-metod{}
.asp-metod-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
}
.asp-metod-card{
    width: 415px;
    border-radius: 16px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--drop-shadow-200);
}
.asp-metod-card-top{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.asp-metod-sub{
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: var(--gray-400);
}
.asp-metod-title{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: var(--text);
}
.asp-metod-desc{
    font-family: var(--desktop-subtitle-font);
    font-size: var(--desktop-subtitle-size);
    font-weight: var(--desktop-subtitle-weight);
    color: var(--text);
}
.asp-metod-card-bot{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.asp-metod-card-doc{
    display: grid;
    align-items: center;
    grid-template-columns: 6fr 1fr;
    gap: 8px;
}
.asp-metod-card-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--primary-brand-2);
    font-family: var(--desktop-button-font);
    font-size: var(--desktop-button-size);
    font-weight: var(--desktop-button-weight);
    color: var(--primary-brand-2);
}
.asp-metod-card-icon{}
.asp-metod-card-ecp{
    text-align: center;
    border-radius: 100px;
    padding: 4px 12px;
    background: var(--primary-brand-2);
    color: #fff;
    font-family: var(--desktop-subtitle-font);
    font-size: var(--desktop-subtitle-size);
    font-weight: var(--desktop-subtitle-weight);
}
.asp-metod-card-ecp:hover{
    color: #fff;
    box-shadow: var(--drop-shadow-200);
}

.asp-bottom{
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}
.asp-bottom .blue-border-pane{
    height: fit-content;
    width: 100%;
}
.asp-docs-cont{
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .asp-bottom{
        flex-direction: column;
    }
}

@media screen and (max-width: 1280px) {
    .asp-prog-cards{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .asp-metod-cards{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .asp-progs-sub{
        width: 100%;
    }
    .asp-metod-card{
        width: 100%;
    }
    .asp-prog-card{
        width: 100%;
    }
    .asp-hero{
        background-image: url('/wp-content/themes/neve/assets/img/asp/768.png');
        background-position: bottom center;
        height: 700px;
    }
    .asp-hero-info{
        width: 100%;
        height: 340px;
    }
}

@media screen and (max-width: 768px) {
    .asp-hero-title{
        width: 100%;
    }
    .asp-hero-btn-cont{
        width: 100%;
    }
    .asp-metod-cards{
        display: flex;
        flex-direction: column;
    }
    .asp-prog-cards{
        display: flex;
        flex-direction: column;
    }
    .asp-prog-card-top{
        height: 200px;
    }
    .asp-metod-card{
        gap: 20px;
    }
    .asp-metod-card-link{
        padding: 4px;
    }
    .asp-hero{
        margin-bottom: 32px;
        padding: 16px 12px;
    }
    .asp-hero-info{
        gap: 12px;
    }
    .asp-progs-sub{
        margin-bottom: 32px;
    }
    .asp-metod-cards{
        margin-bottom: 32px;
    }
    .asp-bottom{
        margin-bottom: 32px;
    }
    .asp-metod-card-icon{
        width: 16px;
        height: 16px;
    }
    .asp-metod-card{
        padding: 20px 12px;
    }
    .asp-metod-card-doc{
        grid-template-columns: 6fr 1.5fr;
    }
}
@media screen and (max-width: 480px) {
    .asp-hero{
        background-image: url('/wp-content/themes/neve/assets/img/asp/360.png');
    }
}