@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Manrope:wght@200..800&family=Righteous&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --font-family: "Manrope", sans-serif;
    --second-family: "Josefin Sans", sans-serif;
    --font3: "Righteous", sans-serif;
    --font4: "Barlow Semi Condensed", sans-serif;
    --font5: "Inter", sans-serif;
    --font6: "JetBrains Mono", sans-serif;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #f7f7f7;
}

a {
    text-decoration: none;
}

section {
    padding: 64px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.app {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0px;
}

.header_brend {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_brend_logo, .header_brend_logo img {
    width: 32px;
    height: 32px;
}

.header_brend_name {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d;
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header_nav_link {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: rgba(10, 10, 10, 0.7);
}

.main_banner {
    position: relative;
    width: 100%;
    height: 900px;
    margin-top: 12px;
    border-radius: 48px;
    background-image: 
    url('../images/bg.png'),
    radial-gradient(114.65% 100% at 50.12% 0%, rgb(251, 208, 113) 0%, rgb(255, 124, 106) 56.91%, rgb(250, 114, 154) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 2px 4px 0 rgba(10, 10, 10, 0.04), 0 5px 8px 0 rgba(10, 10, 10, 0.04), 0 10px 18px 0 rgba(10, 10, 10, 0.03), 0 24px 48px 0 rgba(10, 10, 10, 0.03), 0 0 0 0px rgba(10, 10, 10, 0.1);
}

.main_center_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 755px;
    height: 100%;
    margin: auto;
}

.main_banner_head {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.main_banner_name {
    font-family: var(--font5);
    font-weight: 700;
    font-size: 96px;
    line-height: 108%;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: inset 0 1px 1px 0 #fff, inset 0 2px 2px 0 rgba(255, 255, 255, 0.5);
}

.main_banner_link {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #fa729a;
    border-radius: 12px;
    padding: 12px 24px;
    box-shadow: inset 0 1px 1px 0 #fff, inset 0 2px 2px 0 rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.9);
    margin-top: 48px;
}

.main_banner_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
}

.main_banner_img, .main_banner_img img {
    width: 80px;
    height: 38px;
}

.main_banner_footer_text {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.section_title {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: #ff608f;
}

.section_head_title {
    font-family: var(--font5);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1d1d1d;
    margin-top: 15px;
}

.section_head_desc {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(10, 10, 10, 0.7);
    margin-top: 15px;
}

.section_header {
    max-width: 700px;
    margin: 0 auto;
}

.section_features_row_main {
    display: flex;
    align-items: stretch;
    gap: 24px;
    justify-content: space-between;
    margin-top: 48px;
    width: 100%;
    height: 100%;
}

.section_features_row_card {
    width: 100%;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 0 2px 4px 0 rgba(10, 10, 10, 0.04), 0 8px 12px -4px rgba(10, 10, 10, 0.03), 0 16px 24px -8px rgba(10, 10, 10, 0.03), 0 0 0 0px rgba(10, 10, 10, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
}

.section_pricing_row_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 0 2px 4px 0 rgba(10, 10, 10, 0.04), 0 8px 12px -4px rgba(10, 10, 10, 0.03), 0 16px 24px -8px rgba(10, 10, 10, 0.03), 0 0 0 0px rgba(10, 10, 10, 0.1);
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 24px;
}

.section_features_row_card_title {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1d1d1d;
}

.section_features_row_card_desc {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(10, 10, 10, 0.7);
    margin-top: 5px;
}

.section_pricing_row_main {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    max-width: 800px;
    margin: 48px auto 0 auto;
}

.section_pricing_row_price {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #1d1d1d;
    margin-top: 15px;
}

.price_value {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: rgba(10, 10, 10, 0.7);
}

.price_period {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(10, 10, 10, 0.7);
}

.section_pricing_from_price {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #1d1d1d;
    margin-top: 15px;
}

.section_banner_double {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(10, 15, 41, 0.08);
    border-radius: 24px;
    padding: 80px 40px;
    box-shadow: 0 2px 4px 0 rgba(10, 10, 10, 0.04), 0 5px 8px 0 rgba(10, 10, 10, 0.04), 0 10px 18px 0 rgba(10, 10, 10, 0.03), 0 24px 48px 0 rgba(10, 10, 10, 0.03), 0 0 0 0px rgba(10, 10, 10, 0.1);
    background-image: radial-gradient(114.65% 100% at 50.12% 0%, rgb(251, 208, 113) 0%, rgb(255, 124, 106) 56.91%, rgb(250, 114, 154) 100%);
}

.section_pricing_link {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    border: 1px solid #ff608f;
    border-radius: 10px;
    padding: 8px 16px;
    box-shadow: inset 0 2px 0 0 #ff9dba;
    background: #ff608f;
    margin-top: 24px;
    text-align: center;
}

.section_banner_double_title {
    font-family: var(--font5);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.section_banner_double_desc {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}

.section_questions {
    background-image: url('../images/faq.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
}

.section_pricing {
    background-image: url('../images/pricing.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
}

.section_questions_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_question_item_head_icon.active {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.section_question_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 550px;
    margin: 80px auto 0 auto;
}

.section_question_item {
    border: 1px solid rgba(10, 10, 10, 0.16);
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 1px 2px -0px rgba(0, 0, 0, 0.08), inset 0 -0px 0 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    cursor: pointer;
}

.section_question_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.section_question_item_head_name {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d;
}

.section_question_item_head_icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.section_question_item_body {
    display: none;
    font-family: var(--font5);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(10, 10, 10, 0.7);
    margin-top: 8px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(10, 10, 10, 0.07);
    background: #fff;
    padding: 48px 40px;
}

@media screen and (max-width: 480px) {
    .app {
        padding: 15px;
    }
    section {
        padding: 32px 0;
    }
    .section_features_row_main, .section_pricing_row_main, .main_banner_footer {
        flex-direction: column;
    }
    .two_row {
        margin-top: 24px;
    }
    .section_questions {
        background-image: none;
    }
    .section_head_title {
        font-size: 32px;
    }
    .main_banner {
        background-image: radial-gradient(114.65% 100% at 50.12% 0%, rgb(251, 208, 113) 0%, rgb(255, 124, 106) 56.91%, rgb(250, 114, 154) 100%);
    }
    .main_banner_name {
        font-size: 44px;
    }
    .main_banner {
        height: 400px;
    }
    .main_banner_link {
        margin-top: 32px;
    }
}

