/* 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, .seo-limitation-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; }
.fleet-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.fleet-node { min-height: 96px; border: 1px solid rgba(148, 163, 184, .22); border-radius: 18px; padding: 16px; background: rgba(15, 23, 42, .7); }
.fleet-node span { display: block; color: var(--text-muted, #94a3b8); font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.fleet-node strong { display: block; margin-top: 10px; color: var(--text, #f8fafc); font-size: 1.1rem; }
.fleet-node.active { border-color: rgba(34, 197, 94, .45); background: rgba(34, 197, 94, .1); }
.fleet-node.warning { border-color: rgba(245, 158, 11, .5); background: rgba(245, 158, 11, .12); }
.fleet-node.critical { border-color: rgba(239, 68, 68, .52); background: rgba(239, 68, 68, .12); }
.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-data-grid--tight { margin-top: 18px; }
.seo-expert-stack { display: grid; gap: clamp(28px, 4vw, 46px); }
.seo-expert-section { min-width: 0; }
.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, .seo-limitation-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, .seo-limitation-card { margin-top: clamp(18px, 3vw, 28px); }
.seo-case-card h3, .seo-formula-card h3, .seo-limitation-card h2 { margin: 0 0 10px; color: var(--text); font-weight: 850; line-height: 1.45; }
.seo-limitation-card { border-color: rgba(245, 158, 11, .36); background: linear-gradient(135deg, rgba(245, 158, 11, .12), rgba(15, 23, 42, .68)); }
.seo-case-card a, .seo-note-card a, .seo-formula-card a, .seo-limitation-card a { color: var(--color-primary, #38bdf8); text-decoration: none; font-weight: 750; }
.seo-case-card a:hover, .seo-note-card a:hover, .seo-formula-card a:hover { text-decoration: underline; }
.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-table-wrap { overflow-x: auto; margin-top: 28px; border: 1px solid rgba(148, 163, 184, .2); border-radius: 24px; background: rgba(15, 23, 42, .54); box-shadow: 0 22px 60px rgba(2, 6, 23, .20); }
.seo-table { width: 100%; min-width: 820px; border-collapse: collapse; }
.seo-table th, .seo-table td { padding: 16px 18px; border-bottom: 1px solid rgba(148, 163, 184, .18); text-align: left; vertical-align: top; line-height: 1.55; }
.seo-table th { color: var(--text); font-size: .92rem; font-weight: 850; background: rgba(56, 189, 248, .10); }
.seo-table td { color: var(--text-muted, #94a3b8); }
.seo-table tbody tr:last-child td { border-bottom: 0; }
.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); }
.seo-answer-block { border: 1px solid rgba(56,189,248,.32); border-radius: 24px; padding: clamp(22px, 3vw, 34px); background: linear-gradient(135deg, rgba(56,189,248,.14), rgba(15,23,42,.64)); box-shadow: 0 22px 60px rgba(2, 6, 23, .22); }
.seo-answer-block h2 { margin-top: 0; }
.seo-answer-block p { max-width: 980px; color: var(--text, #f8fafc); line-height: 1.72; font-size: 1.05rem; }
.seo-topic-list { display: grid; gap: 12px; margin: 22px 0 0; padding-left: 20px; color: var(--text-muted, #94a3b8); line-height: 1.65; }
.seo-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 20px); margin-top: 24px; }
.seo-link-card { display: block; border: 1px solid rgba(148,163,184,.22); border-radius: 18px; padding: 18px; color: inherit; text-decoration: none; background: rgba(15,23,42,.45); min-width: 0; }
.seo-link-card strong { display: block; margin-bottom: 8px; color: var(--text, #f8fafc); }
.seo-link-card span { display: block; color: var(--text-muted, #94a3b8); line-height: 1.55; }
.seo-link-card:hover { border-color: rgba(56,189,248,.55); transform: translateY(-1px); }
.seo-formula-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); margin-top: 28px; }
.seo-formula-card code { display: block; white-space: normal; overflow-wrap: anywhere; border: 1px solid rgba(56,189,248,.24); border-radius: 14px; padding: 12px 14px; margin-bottom: 12px; background: rgba(2, 6, 23, .42); color: var(--text, #f8fafc); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; line-height: 1.55; }
.seo-inline-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.seo-inline-links a { border: 1px solid rgba(148,163,184,.22); border-radius: 999px; padding: 7px 10px; color: inherit; text-decoration: none; background: rgba(15,23,42,.42); font-size: .88rem; font-weight: 750; }
.seo-inline-links a:hover { color: var(--color-primary, #38bdf8); border-color: rgba(56,189,248,.55); }
.seo-link-grid--compact { grid-template-columns: 1fr; margin-top: 0; }
.seo-wheel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); margin-top: 28px; }
.seo-wheel-diagram { border: 1px solid rgba(148,163,184,.24); border-radius: 24px; padding: 22px; background: rgba(15,23,42,.54); min-width: 0; }
.seo-wheel-diagram h3 { margin: 0 0 16px; }
.seo-wheel-diagram p { color: var(--text-muted, #94a3b8); line-height: 1.65; }
.seo-wheel-body { position: relative; display: grid; gap: 14px; border: 2px solid rgba(148,163,184,.28); border-radius: 20px; padding: 18px; background: linear-gradient(90deg, transparent 0 47%, rgba(148,163,184,.16) 47% 53%, transparent 53%), rgba(2,6,23,.24); }
.seo-cab, .seo-joint { justify-self: center; border: 1px solid rgba(56,189,248,.36); border-radius: 999px; padding: 6px 12px; color: var(--color-primary, #38bdf8); background: rgba(56,189,248,.1); font-weight: 850; }
.seo-joint { width: min(100%, 320px); text-align: center; border-style: dashed; }
.seo-axle { display: grid; grid-template-columns: minmax(96px, .85fr) minmax(70px, 1fr) minmax(70px, 1fr); gap: 10px; align-items: center; }
.seo-axle--dual { grid-template-columns: minmax(96px, .85fr) repeat(4, minmax(54px, 1fr)); }
.seo-axle b { color: var(--text, #f8fafc); font-size: .9rem; }
.seo-wheel { min-height: 56px; display: grid; place-items: center; border: 2px solid rgba(71,85,105,.78); border-radius: 18px; padding: 8px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 2px, transparent 2px 7px), linear-gradient(145deg, rgba(12,18,32,.98), rgba(30,41,59,.86)); color: var(--text, #f8fafc); font-weight: 900; text-align: center; box-shadow: inset 0 0 0 4px rgba(2,6,23,.32); }
.seo-wheel small { display: block; color: var(--text-muted, #94a3b8); font-weight: 650; font-size: .7rem; line-height: 1.2; }
.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-limitation-card,
[data-theme="light"] .seo-table-wrap,
[data-theme="light"] .seo-card,
[data-theme="light"] .seo-step,
[data-theme="light"] .fleet-node,
[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,
[data-theme="light"] .seo-answer-block,
[data-theme="light"] .seo-link-card,
[data-theme="light"] .seo-inline-links a,
[data-theme="light"] .seo-wheel-diagram {
    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-limitation-card p,
[data-theme="light"] .seo-faq-item p,
[data-theme="light"] .seo-check-list,
[data-theme="light"] .seo-topic-list,
[data-theme="light"] .seo-link-card span,
[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-limitation-card h2,
[data-theme="light"] .seo-process-flow span,
[data-theme="light"] .seo-answer-block p,
[data-theme="light"] .seo-link-card strong {
    color: #0f172a;
}

[data-theme="light"] .seo-table th {
    color: #0f172a;
    background: rgba(37, 99, 235, .08);
}

[data-theme="light"] .seo-table td {
    color: #475569;
}

[data-theme="light"] .seo-formula-card code {
    background: rgba(248, 250, 252, .86);
    color: #0f172a;
}

[data-theme="light"] .seo-wheel-body {
    background: linear-gradient(90deg, transparent 0 47%, rgba(100,116,139,.16) 47% 53%, transparent 53%), rgba(255,255,255,.58);
}

[data-theme="light"] .seo-axle b,
[data-theme="light"] .seo-wheel {
    color: #0f172a;
}

[data-theme="light"] .seo-wheel {
    background: repeating-linear-gradient(90deg, rgba(15,23,42,.05) 0 2px, transparent 2px 7px), linear-gradient(145deg, rgba(248,250,252,.98), rgba(226,232,240,.9));
    box-shadow: inset 0 0 0 4px rgba(148,163,184,.16);
}

[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, .seo-link-grid, .seo-wheel-grid, .seo-formula-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, .seo-link-grid, .seo-wheel-grid, .seo-formula-grid { grid-template-columns: 1fr; } .seo-signal-row, .seo-axle, .seo-axle--dual { grid-template-columns: 1fr 1fr; } .seo-axle b { grid-column: 1 / -1; } .footer-inner { flex-direction: column; } .seo-process-flow span { width: 100%; border-radius: 16px; } }
@media (max-width: 520px) { .fleet-map { grid-template-columns: 1fr; } }
