/* SEO public pages — Современные карьерные технологии, 2026-06-27 v4. */
.seo-page {
    overflow-x: hidden;
    background: var(--gradient-hero, var(--bg));
    color: var(--text);
}
.nav-link.is-active { color: var(--color-primary, #38bdf8); background: rgba(56, 189, 248, 0.1); }
.seo-hero { padding-bottom: clamp(56px, 8vw, 96px); }
.seo-page .btn { white-space: normal; text-align: center; }
.seo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.seo-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 18px 0 20px; color: var(--text-muted, #94a3b8); font-size: .92rem; }
.seo-breadcrumbs a { color: inherit; text-decoration: none; }
.seo-breadcrumbs a:hover { color: var(--color-primary, #38bdf8); }
.seo-hero-card, .seo-cta-card, .seo-note-card, .seo-case-card, .seo-formula-card { border: 1px solid rgba(148, 163, 184, .24); border-radius: 28px; padding: clamp(22px, 3vw, 32px); background: radial-gradient(circle at top left, rgba(56, 189, 248, .18), transparent 34%), rgba(15, 23, 42, .78); box-shadow: 0 26px 80px rgba(2, 6, 23, .32); backdrop-filter: blur(18px); min-width: 0; }
.seo-hero-card__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.seo-hero-card__body { display: grid; gap: 0; }
.seo-signal-row { display: grid; grid-template-columns: minmax(90px, .34fr) minmax(0, 1fr); gap: 14px; align-items: start; padding: 14px 0; border-bottom: 1px solid rgba(148, 163, 184, .18); }
.seo-signal-row:last-child { border-bottom: 0; }
.seo-section .section-head p { max-width: 900px; }
.seo-lead { color: var(--text-muted, #94a3b8); line-height: 1.7; max-width: 820px; }
.seo-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.seo-data-grid, .seo-use-grid, .seo-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); margin-top: 28px; }
.seo-card, .seo-step, .seo-data-card, .seo-use-card, .seo-role-card { border: 1px solid rgba(148, 163, 184, .2); border-radius: 24px; padding: 22px; background: rgba(15, 23, 42, .54); min-width: 0; }
.seo-card h3, .seo-step h3, .seo-data-card h3, .seo-use-card h3, .seo-role-card h3 { margin: 0 0 10px; }
.seo-card p, .seo-step p, .seo-data-card p, .seo-use-card p, .seo-role-card p, .seo-cta-card p, .seo-note-card p, .seo-case-card p, .seo-formula-card p { color: var(--text-muted, #94a3b8); margin: 0; line-height: 1.65; }
.seo-section-muted { background: linear-gradient(180deg, rgba(15,23,42,.28), rgba(2,6,23,.12)); }
.seo-case-card, .seo-formula-card { margin-top: clamp(18px, 3vw, 28px); }
.seo-case-card strong, .seo-formula-card strong { display: block; margin-bottom: 10px; color: var(--text); font-weight: 850; line-height: 1.45; }
.seo-process-flow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(18px, 3vw, 28px); }
.seo-process-flow span { position: relative; display: inline-flex; align-items: center; min-height: 42px; padding: 10px 14px; border: 1px solid rgba(56,189,248,.28); border-radius: 999px; background: rgba(15, 23, 42, .54); color: var(--text); font-size: .92rem; font-weight: 750; line-height: 1.25; }
.seo-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.seo-step span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; margin-bottom: 16px; background: rgba(56,189,248,.16); color: var(--color-primary, #38bdf8); font-weight: 800; }
.seo-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.seo-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; margin: 20px 0 0; padding-left: 20px; color: var(--text-muted, #94a3b8); line-height: 1.65; }
.seo-faq { display: grid; gap: 14px; max-width: 960px; }
.seo-faq-item { border: 1px solid rgba(148,163,184,.2); border-radius: 18px; padding: 16px 18px; background: rgba(15,23,42,.54); }
.seo-faq-item summary { cursor: pointer; font-weight: 700; }
.seo-faq-item p { color: var(--text-muted, #94a3b8); line-height: 1.65; margin-bottom: 0; }
.seo-related { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-related a { border: 1px solid rgba(148,163,184,.22); border-radius: 999px; padding: 10px 14px; color: inherit; text-decoration: none; background: rgba(15,23,42,.45); }
.seo-related a:hover { color: var(--color-primary, #38bdf8); border-color: rgba(56,189,248,.55); }
.footer { padding: 44px 0; border-top: 1px solid rgba(148,163,184,.16); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; color: var(--text-muted, #94a3b8); }
.footer a { color: inherit; }
[data-theme="light"] .seo-page {
    background: var(--gradient-hero, #f6f8fc);
}

[data-theme="light"] .nav-link.is-active {
    color: #1d4ed8;
    background: rgba(37, 99, 235, .10);
}

[data-theme="light"] .seo-hero-card,
[data-theme="light"] .seo-cta-card,
[data-theme="light"] .seo-note-card,
[data-theme="light"] .seo-case-card,
[data-theme="light"] .seo-formula-card,
[data-theme="light"] .seo-card,
[data-theme="light"] .seo-step,
[data-theme="light"] .seo-data-card,
[data-theme="light"] .seo-use-card,
[data-theme="light"] .seo-role-card,
[data-theme="light"] .seo-faq-item,
[data-theme="light"] .seo-related a,
[data-theme="light"] .seo-process-flow span {
    border-color: rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

[data-theme="light"] .seo-section-muted {
    background: linear-gradient(180deg, rgba(15, 23, 42, .035), rgba(37, 99, 235, .035));
}

[data-theme="light"] .seo-breadcrumbs,
[data-theme="light"] .seo-lead,
[data-theme="light"] .seo-card p,
[data-theme="light"] .seo-step p,
[data-theme="light"] .seo-data-card p,
[data-theme="light"] .seo-use-card p,
[data-theme="light"] .seo-role-card p,
[data-theme="light"] .seo-cta-card p,
[data-theme="light"] .seo-note-card p,
[data-theme="light"] .seo-case-card p,
[data-theme="light"] .seo-formula-card p,
[data-theme="light"] .seo-faq-item p,
[data-theme="light"] .seo-check-list,
[data-theme="light"] .footer-inner {
    color: #475569;
}

[data-theme="light"] .seo-case-card strong,
[data-theme="light"] .seo-formula-card strong,
[data-theme="light"] .seo-process-flow span {
    color: #0f172a;
}

[data-theme="light"] .footer {
    background: rgba(255, 255, 255, .70);
}
@media (max-width: 1180px) { .seo-card-grid, .seo-steps, .seo-data-grid, .seo-use-grid, .seo-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .seo-hero-grid, .seo-two-col { grid-template-columns: 1fr; } }
@media (max-width: 680px) { .seo-card-grid, .seo-steps, .seo-data-grid, .seo-use-grid, .seo-role-grid, .seo-check-list { grid-template-columns: 1fr; } .seo-signal-row { grid-template-columns: 1fr; } .footer-inner { flex-direction: column; } .seo-process-flow span { width: 100%; border-radius: 16px; } }
