.seo-mobile {
    padding: 32px 0 0;
}

.seo-mobile__box {
    padding: 32px;
    border: 1px solid #dce0e9;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 212, 74, 0.28), transparent 34%),
        linear-gradient(180deg, #fffdf7 0%, #f7f9fc 100%);
    box-shadow: 0 18px 40px rgba(31, 35, 45, 0.06);
}

.seo-mobile__intro {
    max-width: 860px;
    margin-bottom: 24px;
}

.seo-mobile__eyebrow {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6e788a;
}

.seo-mobile__title {
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.12;
    color: #1f232d;
}

.seo-mobile__lead,
.seo-mobile__text,
.seo-mobile__note,
.seo-mobile__list-item {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #4e596a;
}

.seo-mobile__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.seo-mobile__card {
    padding: 24px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(220, 224, 233, 0.92);
    backdrop-filter: blur(8px);
}

.seo-mobile__card-title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #1f232d;
}

.seo-mobile__text + .seo-mobile__text {
    margin-top: 14px;
}

.seo-mobile__list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.seo-mobile__list-item {
    position: relative;
    padding-left: 18px;
}

.seo-mobile__list-item + .seo-mobile__list-item {
    margin-top: 12px;
}

.seo-mobile__list-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f6c700;
}

.seo-mobile__footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(220, 224, 233, 0.92);
}

.seo-mobile__note {
    max-width: 980px;
}

@media screen and (max-width: 959px) {
    .seo-mobile__box {
        padding: 28px 24px;
    }

    .seo-mobile__title {
        font-size: 28px;
    }

    .seo-mobile__grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .seo-mobile {
        padding-top: 24px;
    }

    .seo-mobile__box {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .seo-mobile__intro {
        margin-bottom: 20px;
    }

    .seo-mobile__title {
        font-size: 24px;
    }

    .seo-mobile__card {
        padding: 20px;
        border-radius: 18px;
    }

    .seo-mobile__card-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 430px) {
    .seo-mobile__box {
        padding: 20px 16px;
    }

    .seo-mobile__eyebrow {
        font-size: 12px;
    }

    .seo-mobile__title {
        font-size: 22px;
    }

    .seo-mobile__lead,
    .seo-mobile__text,
    .seo-mobile__note,
    .seo-mobile__list-item {
        font-size: 14px;
        line-height: 1.55;
    }

    .seo-mobile__card-title {
        font-size: 18px;
    }
}
