.get-started {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: "Inter", sans-serif;
}

.get-started__base {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.get-started__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.get-started__text-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.get-started__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -2%;
    color: var(--color-total-black);
    margin: 0;
    text-align: center;
}

.get-started__subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    opacity: 65%;
    margin: 0;
    text-align: center;
}

.get-started__text {
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.5%;
    color: var(--color-total-black);
    opacity: 80%;
    margin: 0;
    text-align: center;
}

.get-started__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.get-started .button {
    margin: 0;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    opacity: 100%;
}

.get-started__image img {
    width: 100%;
}

.get-started__additional {
    background: var(--color-light-gray-background);
    padding: 30px 25px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.get-started__additional-text-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.get-started__additional-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -2%;
    color: var(--color-total-black);
    margin: 0;
    text-align: center;
}

.get-started__additional-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0;
    color: var(--color-total-black);
    opacity: 55%;
    margin: 0;
    text-align: center;
}

.get-started__additional-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.5%;
    color: var(--color-primary);
    margin: 0;
    text-align: center;
}

.get-started__additional-image img {
    width: 100%;
}

.features {
    background: var(--color-total-black);
    font-family: "Inter", sans-serif;
}

.features__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.features__text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.features__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -2%;
    color: var(--color-white);
    margin: 0;
    text-align: center;
}

.features__subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 135%;
    letter-spacing: -2%;
    color: var(--color-white);
    margin: 0;
    text-align: center;
}

.features__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.features__item {
    background: var(--color-white);
    padding: 30px 30px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 10px;
}

.features__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.5%;
    color: var(--color-total-black);
    margin: 0;
}

.features__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    opacity: 55%;
    margin: 0;
}

.features__item-image {
    width: 70%;
    margin: 0 auto;
}

.motivation {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: "Inter", sans-serif;
}

.motivation__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--color-total-black);
    margin: 0;
    text-align: center;
}

.motivation__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.motivation__item {
    background: var(--color-light-gray-background);
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.motivation__image {
    margin: 0 auto;

    width: 30px;
    height: 30px;

    min-width: 30px;
    min-height: 30px;

    max-width: 30px;
    max-height: 30px;

    background: var(--color-gray);
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    svg {
        font-size: 18px;
        color: var(--color-total-black);
    }
}

.motivation__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.5%;
    color: var(--color-total-black);
    margin: 0;
    text-align: center;
}

.motivation__item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    opacity: 55%;
    margin: 0;
    text-align: center;
}

.pricing {
    border-top: 1px solid var(--color-light-gray);
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: "Inter", sans-serif;
}

.pricing__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--color-total-black);
    margin: 0;
    text-align: center;
}

.pricing__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    opacity: 55%;
    margin: 0;
    text-align: center;
}

.pricing__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pricing__item {
    border: 1px solid var(--color-light-gray);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.plan__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1%;
    color: var(--color-total-black);
    margin: 0;
}

.plan__subtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    opacity: 55%;
    margin: 0;
}

.plan__price {
    display: flex;
    gap: 6px;
    align-items: end;
}

.plan__amount {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    margin: 0;
}

.plan__amount--gray {
    opacity: 55%;
}

.plan__amount--purple {
    color: var(--color-primary);
}

.plan__per_month {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    opacity: 55%;
    margin: 0;
}

.plan__features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.plan__features-item {
    display: flex;
    gap: 6px;
    align-items: center;
}

.plan__features-item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.5%;
    color: var(--color-total-black);
    margin: 0;
}

.pricing .plan__actions .button {
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    width: 100%;
    border-radius: 12px;
    margin: 0;

    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5%;
    text-align: center;
    border: 2px solid;
}

.pricing .plan__actions .button.button--secondary {
    border-color: var(--color-light-gray);
}

.pricing .plan__actions .button.button--primary {
    border-color: var(--color-total-black);
}

.pricing .plan__actions .button.button--purple {
    border-color: var(--color-primary);
}

.footer {
    background: var(--color-total-black);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer__logo {
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -2%;
    color: var(--color-white);
    margin: 0;
    text-align: center;
}

.footer__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.5%;
    color: var(--color-white);
    opacity: 80%;
    margin: 0;
    text-align: center;
}

.footer__subtext {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5%;
    color: var(--color-white);
    opacity: 55%;
    margin: 0;
    text-align: center;
}

