.entry-includes {
    width: 100%;
    padding: 104px 32px;
    background: #ffffff;
    color: #0b1f3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
}

.entry-includes__container {
    max-width: 1280px;
    margin: 0 auto;
}

.entry-includes__header {
    max-width: 900px;
    margin-bottom: 58px;
}

.entry-includes__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #826af7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.entry-includes__header h2 {
    font-size: 4.2rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -0.06em;
    color: #0b1f3a;
    margin-bottom: 24px;
}

.entry-includes__header p {
    font-size: 2rem;
    line-height: 1.55;
    color: #40516a;
}

.entry-includes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.entry-includes__card {
    min-height: 285px;
    padding: 32px;
    border: 1px solid #e5e8ef;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.entry-includes__card:hover {
    transform: translateY(-6px);
    border-color: #826af7;
    box-shadow: 0 26px 70px rgba(11, 31, 58, 0.13);
}

.entry-includes__card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%);
    border-color: #826af7;
}

.entry-includes__code {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f0ff;
    color: #826af7;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.entry-includes__card h3 {
    font-size: 2.45rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #0b1f3a;
    margin-bottom: 16px;
}

.entry-includes__card p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #40516a;
}

.entry-includes__note {
    margin-top: 42px;
    padding: 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0b1f3a 0%, #1f41ea 58%, #826af7 100%);
    color: #ffffff;
}

.entry-includes__note h3 {
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.045em;
    margin-bottom: 14px;
}

.entry-includes__note p {
    font-size: 1.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1100px) {
    .entry-includes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .entry-includes {
        padding: 74px 24px;
    }

    .entry-includes__header h2 {
        font-size: 3rem;
    }

    .entry-includes__header p,
    .entry-includes__eyebrow {
        font-size: 2rem;
    }

    .entry-includes__grid {
        grid-template-columns: 1fr;
    }

    .entry-includes__card {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .entry-includes {
        padding: 58px 18px;
    }

    .entry-includes__header h2 {
        font-size: 2.5rem;
    }

    .entry-includes__card,
    .entry-includes__note {
        padding: 26px;
    }

    .entry-includes__card h3 {
        font-size: 2.2rem;
    }

    .entry-includes__card p,
    .entry-includes__note p {
        font-size: 1.65rem;
    }
}
/*_-------------------*/
.entry-price {
    width: 100%;
    padding: 104px 32px;
    background: #f8f9ff;
    color: #0b1f3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
}

.entry-price__container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 56px;
    align-items: center;
}

.entry-price__content {
    max-width: 760px;
}

.entry-price__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #826af7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.entry-price h2 {
    font-size: 4.2rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -0.06em;
    color: #0b1f3a;
    margin-bottom: 24px;
}

.entry-price__content p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
}

.entry-price__card {
    padding: 36px;
    border: 1px solid #826af7;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%);
    box-shadow: 0 24px 70px rgba(11, 31, 58, 0.14);
}

.entry-price__card-header {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(130, 106, 247, 0.22);
    margin-bottom: 26px;
}

.entry-price__plan {
    display: inline-block;
    margin-bottom: 16px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #826af7;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.entry-price__card h3 {
    font-size: 5rem;
    line-height: 1;
    font-weight: 750;
    letter-spacing: -0.07em;
    color: #0b1f3a;
    margin-bottom: 12px;
}

.entry-price__card-header p {
    font-size: 1.8rem;
    color: #40516a;
}

.entry-price__equivalent {
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #40516a;
}

.entry-price__equivalent strong {
    color: #0b1f3a;
    font-weight: 700;
}

.entry-price__list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.entry-price__list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 1.85rem;
    line-height: 1.45;
    color: #40516a;
}

.entry-price__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #826af7;
}

.entry-price__note {
    padding: 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5e8ef;
    margin-bottom: 30px;
}

.entry-price__note h4 {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0b1f3a;
    margin-bottom: 10px;
}

.entry-price__note p {
    font-size: 1.65rem;
    line-height: 1.5;
    color: #40516a;
}

.entry-price__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    width: 100%;
    padding: 0 30px;
    border-radius: 999px;
    background: #826af7;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease;
}

.entry-price__button:hover {
    transform: translateY(-3px);
    background: #1f41ea;
}

@media (max-width: 980px) {
    .entry-price__container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .entry-price {
        padding: 74px 24px;
    }

    .entry-price h2 {
        font-size: 3rem;
    }

    .entry-price__content p,
    .entry-price__eyebrow {
        font-size: 2rem;
    }

    .entry-price__card h3 {
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    .entry-price {
        padding: 58px 18px;
    }

    .entry-price__card {
        padding: 26px;
    }

    .entry-price h2 {
        font-size: 2.5rem;
    }

    .entry-price__card h3 {
        font-size: 3.3rem;
    }

    .entry-price__list li {
        font-size: 1.6rem;
    }
}
