.seo-page {
    min-height: 100vh;
    padding: 48px 20px 72px;

    background:
        radial-gradient(circle at 8% 12%, rgba(47, 128, 237, 0.10), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(40, 199, 143, 0.12), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(47, 128, 237, 0.08), transparent 38%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #f3f9ff 100%);

    color: #071a44;
    font-family: Arial, Helvetica, sans-serif;
}

.seo-container {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.seo-title {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 0.95;
    margin: 0 0 22px;

    color: #071a44;
    text-transform: uppercase;
}

.seo-subtitle {
    width: 100%;
    max-width: none;
    margin: 0 0 34px;

    color: #31476f;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;

    text-align: justify;
    text-justify: inter-word;
}

.seo-section-title {
    margin: 34px 0 18px;

    color: #071a44;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.seo-text {
    margin: 0;

    color: #5b6b84;
    font-size: 1rem;
    line-height: 1.65;

    text-align: justify;
    text-justify: inter-word;
}

.seo-list {
    padding-left: 0;
    list-style: none;
}

.seo-list li {
    margin-bottom: 12px;
    padding: 16px 18px;

    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(7, 26, 68, 0.06);

    color: #071a44;
    font-weight: 700;
}

.seo-breadcrumb {
    margin-bottom: 20px;
    color: #5b6b84;
    font-size: 0.9rem;
    font-weight: 600;
}

.seo-breadcrumb a {
    color: #2f80ed;
    text-decoration: none;
}

.seo-breadcrumb a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .seo-page {
        padding: 32px 16px 48px;
    }

    .seo-title {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    .seo-subtitle,
    .seo-text {
        text-align: left;
    }
}

.seo-info-panel,
.seo-warning-section,
.seo-faq-block {
    margin-top: 34px;
}

.seo-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.seo-info-card {
    min-height: 145px;
    padding: 20px;
    border: 1px solid rgba(47, 128, 237, 0.14);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(7, 26, 68, 0.06);
}

.seo-info-card h3,
.seo-faq-item h3 {
    margin: 0 0 8px;
    color: #071a44;
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.seo-info-card p,
.seo-note-box p,
.seo-faq-item p {
    margin: 0;
    color: #5b6b84;
    font-size: 0.98rem;
    line-height: 1.55;
}

.seo-split-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

.seo-split-section .seo-section-title,
.seo-warning-section .seo-section-title,
.seo-faq-block .seo-section-title {
    margin-top: 0;
}

.seo-note-box {
    margin-top: 58px;
    padding: 20px;
    border-left: 5px solid #28c78f;
    border-radius: 12px;
    background: rgba(40, 199, 143, 0.10);
}

.seo-note-box strong {
    display: block;
    margin-bottom: 8px;
    color: #071a44;
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
}

.seo-check-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-check-list li {
    position: relative;
    padding: 14px 18px 14px 42px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(7, 26, 68, 0.05);
    color: #071a44;
    font-weight: 650;
    line-height: 1.45;
}

.seo-check-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2f80ed;
}

.seo-faq-block {
    padding-top: 6px;
}

.seo-faq-item {
    padding: 18px 0;
    border-top: 1px solid rgba(7, 26, 68, 0.12);
}

.seo-faq-item:last-child {
    border-bottom: 1px solid rgba(7, 26, 68, 0.12);
}



.seo-related-panel {
    margin-top: 38px;
}

.seo-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.seo-related-card {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(6, 27, 73, 0.07);
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.seo-related-card:hover,
.seo-related-card:focus-visible {
    transform: translateY(-3px);
    border-color: #2bbf9a;
    box-shadow: 0 18px 40px rgba(6, 27, 73, 0.12);
    color: inherit;
    text-decoration: none;
}

.seo-related-card:focus-visible {
    outline: 3px solid rgba(47, 128, 237, 0.22);
    outline-offset: 3px;
}

.seo-related-icon {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.95), transparent 24%),
        linear-gradient(135deg, rgba(47, 128, 237, 0.14), rgba(43, 191, 154, 0.20));
    color: #061b49;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
}

.seo-related-icon::after {
    content: "";
    position: absolute;
    inset: 4px 5px auto 5px;
    height: 42%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
    z-index: -1;
}

.seo-related-card h3 {
    margin: 0 0 10px;
    color: #061b49;
    font-size: 1.04rem;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
}

.seo-related-card p {
    margin: 0 0 18px;
    color: #5f6b7a;
    font-size: 0.96rem;
    line-height: 1.55;
}

.seo-related-cta {
    margin-top: auto;
    color: #2f80ed;
    font-size: 0.94rem;
    font-weight: 850;
    text-decoration: none;
    transition: color 180ms ease;
}

.seo-related-card:hover .seo-related-cta,
.seo-related-card:focus-visible .seo-related-cta {
    color: #2bbf9a;
}

@media (max-width: 900px) {
    .seo-info-grid,
    .seo-split-section,
    .seo-related-grid {
        grid-template-columns: 1fr;
    }

    .seo-related-card {
        min-height: auto;
        padding: 20px;
    }

    .seo-note-box {
        margin-top: 0;
    }
}
