.seo-page {
    padding: 24px 0 72px;
}

.seo-breadcrumbs {
    margin-bottom: 24px;
    color: #5f6f77;
    font-size: 14px;
}

.seo-breadcrumbs a {
    color: #1f5860;
    text-decoration: none;
}

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

.seo-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 40px 42px;
    border: 1px solid rgba(28, 82, 90, 0.10);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(136, 185, 173, 0.20), transparent 34%),
        linear-gradient(135deg, #f8fcfa 0%, #eef6f2 55%, #e8f0ee 100%);
    box-shadow: 0 22px 60px rgba(23, 53, 57, 0.08);
}

.seo-hero--with-product .seo-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: center;
    gap: 28px;
}

.seo-hero--with-product .seo-hero__content {
    min-width: 0;
}

.seo-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(28, 82, 90, 0.08);
    color: #1f5860;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.seo-hero h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: #163740;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
}

.seo-hero__lead {
    max-width: 760px;
    margin: 0;
    color: #36545c;
    font-size: 18px;
    line-height: 1.65;
}

.seo-hero__media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-hero__img {
    display: block;
    width: min(100%, 260px);
    height: auto;
    max-height: 340px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));
}

.seo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.seo-main {
    display: grid;
    gap: 20px;
}

.seo-card {
    padding: 28px;
    border: 1px solid rgba(28, 82, 90, 0.10);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(17, 43, 48, 0.06);
}

.seo-card--muted {
    background: linear-gradient(180deg, #f9fbfa 0%, #f1f6f4 100%);
}

.seo-card h2 {
    margin: 0 0 16px;
    color: #173941;
    font-size: 28px;
    line-height: 1.22;
}

.seo-card p {
    margin: 0 0 14px;
    color: #3f5960;
    font-size: 17px;
    line-height: 1.72;
}

.seo-card p:last-child {
    margin-bottom: 0;
}

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

.seo-list li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 26px;
    color: #36545c;
    font-size: 16px;
    line-height: 1.65;
}

.seo-list li:last-child {
    margin-bottom: 0;
}

.seo-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f7b63 0%, #1f5860 100%);
}

.seo-quote-grid,
.seo-feature-grid,
.seo-links-grid,
.seo-compare-grid,
.seo-faq-grid {
    display: grid;
    gap: 16px;
}

.seo-quote-grid,
.seo-feature-grid,
.seo-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.seo-quote,
.seo-feature,
.seo-link-card,
.seo-compare,
.seo-faq {
    padding: 20px 22px;
    border-radius: 22px;
    background: #f7fbf9;
    border: 1px solid rgba(28, 82, 90, 0.10);
}

.seo-quote strong,
.seo-feature strong,
.seo-compare strong,
.seo-faq strong {
    display: block;
    margin-bottom: 10px;
    color: #173941;
    font-size: 18px;
}

.seo-quote p,
.seo-feature p,
.seo-compare p,
.seo-faq p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

.seo-link-card {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9f6 100%);
}

.seo-link-card a {
    color: #173941;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}

.seo-link-card a:hover {
    color: #1f5860;
}

.seo-link-card p {
    margin: 10px 0 0;
    color: #476168;
    font-size: 15px;
    line-height: 1.6;
}

.seo-side {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 108px;
}

.seo-side__title {
    margin: 0 0 12px;
    color: #173941;
    font-size: 22px;
}

.seo-badge-list {
    display: grid;
    gap: 12px;
}

.seo-badge {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(28, 82, 90, 0.10);
    color: #36545c;
    font-size: 15px;
    line-height: 1.55;
}

.seo-badge strong {
    display: block;
    margin-bottom: 6px;
    color: #173941;
    font-size: 16px;
}

.seo-cta {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(140deg, #1f5860 0%, #295f51 100%);
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(24, 58, 63, 0.24);
}

.seo-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.22;
}

.seo-cta p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.68;
}

.seo-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-cta__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #173941;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-cta__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(13, 30, 33, 0.18);
}

.seo-note {
    color: #5f757a;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .seo-grid {
        grid-template-columns: 1fr;
    }

    .seo-side {
        position: static;
    }
}

@media (max-width: 767px) {
    .seo-page {
        padding: 18px 0 56px;
    }

    .seo-hero {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .seo-hero--with-product .seo-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .seo-hero__media {
        order: -1;
        margin-bottom: 0.5rem;
    }

    .seo-hero__img {
        width: min(100%, 210px);
        max-height: 240px;
    }

    .seo-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .seo-card h2,
    .seo-cta h2 {
        font-size: 24px;
    }

    .seo-card p,
    .seo-hero__lead {
        font-size: 16px;
    }

    .seo-quote-grid,
    .seo-feature-grid,
    .seo-compare-grid {
        grid-template-columns: 1fr;
    }

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

    .seo-cta__actions {
        flex-direction: column;
    }

    .seo-cta__link {
        width: 100%;
    }
}
