/* ============================================================
   Портал-рейтинг сервисов речевой аналитики
   Тема: «речная» сине-бирюзовая палитра, светлый премиум-дизайн
   ============================================================ */

:root {
    --bg: #f5f8fb;
    --bg-soft: #eef3f8;
    --surface: #ffffff;
    --ink: #0f1b2d;
    --ink-soft: #44566b;
    --ink-muted: #7488a0;
    --line: #e3eaf2;
    --line-soft: #eef2f7;

    --brand: #0ea5b7;
    --brand-deep: #0b7d8c;
    --brand-ink: #075460;
    --accent: #1e6bf1;
    --gold: #e0a400;
    --gold-soft: #fff6dd;

    --good: #16a34a;
    --good-soft: #e8f6ed;
    --bad: #e0476b;
    --bad-soft: #fdecf0;

    --grad-hero: linear-gradient(135deg, #0b7d8c 0%, #0ea5b7 45%, #1e6bf1 100%);
    --grad-leader: linear-gradient(135deg, #075460 0%, #0b7d8c 55%, #0ea5b7 100%);

    --shadow-sm: 0 1px 2px rgba(15, 27, 45, .06), 0 2px 8px rgba(15, 27, 45, .04);
    --shadow-md: 0 8px 24px rgba(15, 27, 45, .08), 0 2px 6px rgba(15, 27, 45, .05);
    --shadow-lg: 0 24px 60px rgba(8, 84, 96, .18);

    --radius: 18px;
    --radius-sm: 12px;
    --maxw: 1160px;
    --font: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font);
    background:
        radial-gradient(1100px 520px at 100% -8%, #e7f3f6 0%, transparent 55%),
        radial-gradient(900px 480px at -5% 18%, #eef0fb 0%, transparent 50%),
        var(--bg);
    background-attachment: fixed;
    color: var(--ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Тонированные секции — ритм и контраст между блоками */
.section { position: relative; }
.section--tint {
    background:
        radial-gradient(700px 300px at 88% 0%, rgba(14,165,183,.10), transparent 60%),
        linear-gradient(180deg, #ecf6f8 0%, #f4fbfc 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.section--tint-blue {
    background:
        radial-gradient(700px 320px at 12% 0%, rgba(30,107,241,.10), transparent 60%),
        linear-gradient(180deg, #eef1fb 0%, #f6f8fe 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.section--ink {
    background: linear-gradient(160deg, #0c2030 0%, #102b3d 100%);
    color: #e7eef5;
}
.section--ink .section-head h2 { color: #fff; }
.section--ink .section-head p { color: #9fb6cc; }
.section--ink .section-head .eyebrow { color: #5fe0d0; }

a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Шапка ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--line);
}
.site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
}
.logo { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.logo-mark {
    width: 34px; height: 34px; border-radius: 10px;
    background: var(--grad-hero);
    display: grid; place-items: center;
    color: #fff; font-size: 18px;
    box-shadow: var(--shadow-sm);
}
.logo small { display: block; font-weight: 500; font-size: 11px; color: var(--ink-muted); letter-spacing: .02em; }
.nav { display: flex; gap: 26px; font-size: 14.5px; font-weight: 500; color: var(--ink-soft); }
.nav a:hover { color: var(--brand-deep); }
.nav-cta {
    padding: 9px 18px; border-radius: 10px;
    background: var(--ink); color: #fff !important; font-weight: 600;
}
.nav-cta:hover { background: var(--brand-deep); }

/* Полупрозрачное меню поверх hero (главная) */
.site-header { transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header--overlay {
    background: rgba(255,255,255,.07);
    border-bottom-color: rgba(255,255,255,.16);
}
.site-header--overlay .logo { color: #fff; }
.site-header--overlay .logo small { color: rgba(255,255,255,.72); }
.site-header--overlay .nav { color: rgba(255,255,255,.9); }
.site-header--overlay .nav a:not(.nav-cta) { color: rgba(255,255,255,.88); }
.site-header--overlay .nav a:not(.nav-cta):hover { color: #fff; }
.site-header--overlay .nav-cta {
    background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.34); color: #fff !important;
    backdrop-filter: blur(4px);
}
.site-header--overlay .nav-cta:hover { background: rgba(255,255,255,.28); }

/* После скролла — снова сплошное белое меню */
.site-header--overlay.scrolled {
    background: rgba(255,255,255,.85);
    border-bottom-color: var(--line);
    box-shadow: var(--shadow-sm);
}
.site-header--overlay.scrolled .logo { color: var(--ink); }
.site-header--overlay.scrolled .logo small { color: var(--ink-muted); }
.site-header--overlay.scrolled .nav { color: var(--ink-soft); }
.site-header--overlay.scrolled .nav a:not(.nav-cta) { color: var(--ink-soft); }
.site-header--overlay.scrolled .nav a:not(.nav-cta):hover { color: var(--brand-deep); }
.site-header--overlay.scrolled .nav-cta { background: var(--ink); border-color: transparent; }
.site-header--overlay.scrolled .nav-cta:hover { background: var(--brand-deep); }

@media (max-width: 720px) {
    .nav a:not(.nav-cta) { display: none; }
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    background: linear-gradient(125deg, #053742 0%, #0c92a4 24%, #1c5fce 48%, #10a7bb 72%, #07616f 100%);
    background-size: 280% 280%;
    color: #fff;
    overflow: hidden;
    margin-top: -66px;        /* hero заходит под полупрозрачное меню */
    padding: 124px 0 104px;
    isolation: isolate;
    animation: heroPan 9s ease-in-out infinite;
}
@keyframes heroPan {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
/* тёмный скрим для контраста текста на светлых участках градиента */
.hero::after {
    content: "";
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(100deg, rgba(2,18,23,.62) 0%, rgba(2,18,23,.34) 42%, rgba(2,18,23,.05) 70%);
}
.hero .wrap { position: relative; z-index: 2; }
.hero-copy { text-shadow: 0 1px 18px rgba(2,18,23,.28); }

/* анимированный фон — плавающие световые «капли» */
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg .blob { position: absolute; border-radius: 50%; filter: blur(64px); opacity: .5; mix-blend-mode: screen; }
.hero-bg .b1 { width: 500px; height: 500px; background: #2fd2bd; top: -190px; right: -120px; animation: float1 8s ease-in-out infinite; }
.hero-bg .b2 { width: 480px; height: 480px; background: #2f72ec; bottom: -210px; left: -110px; animation: float2 10s ease-in-out infinite; }
.hero-bg .b3 { width: 360px; height: 360px; background: #15bcd2; top: 32%; left: 46%; opacity: .34; animation: float3 12s ease-in-out infinite; }
@keyframes float1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-50px,40px) scale(1.12)} }
@keyframes float2 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(60px,-50px) scale(1.08)} }
@keyframes float3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-40px,-30px) scale(1.15)} }

/* эквалайзер внизу hero — отсылка к речевой аналитике */
.hero-eq {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
    display: flex; align-items: flex-end; gap: 5px;
    height: 120px; padding: 0 4%;
    opacity: .22; pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.hero-eq span {
    flex: 1; min-width: 2px; border-radius: 4px 4px 0 0;
    background: linear-gradient(to top, rgba(255,255,255,.15), #aef7ec);
    height: var(--h); transform-origin: bottom;
    animation-name: eq; animation-iteration-count: infinite; animation-timing-function: ease-in-out;
}
@keyframes eq { 0%,100%{ transform: scaleY(.35); } 50%{ transform: scaleY(1); } }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.hero-badge {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 8px 16px; border-radius: 999px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
    font-size: 13px; font-weight: 600; letter-spacing: .02em;
    margin-bottom: 24px; backdrop-filter: blur(6px);
}
.hero-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: #6ef0d6; box-shadow: 0 0 0 0 rgba(110,240,214,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(110,240,214,.7)} 70%{box-shadow:0 0 0 9px rgba(110,240,214,0)} 100%{box-shadow:0 0 0 0 rgba(110,240,214,0)} }
.hero h1 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.06;
    letter-spacing: -.03em;
    max-width: 14em;
}
.hero h1 .grad-word {
    background: linear-gradient(90deg, #d6fff6, #8fe9ff);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead {
    margin: 0 0 32px;
    font-size: clamp(16px, 1.7vw, 18.5px);
    color: rgba(255,255,255,.96);
    max-width: 40em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 24px; border-radius: 12px;
    font-weight: 600; font-size: 15px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: #fff; color: var(--brand-ink); box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-brand { background: var(--grad-hero); color: #fff; box-shadow: var(--shadow-md); }
.btn-brand:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.aside-cta { margin-top: 18px; }

/* Логотипы сервисов — единый «чип» с object-fit: contain */
.logo-chip {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; padding: 8px; flex: none;
    background: #fff; border: 1px solid var(--line);
    border-radius: 12px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.logo-chip img { width: 100%; height: 100%; object-fit: contain; display: block; }
.logo-chip--sm { width: 30px; height: 30px; padding: 5px; border-radius: 8px; box-shadow: none; }
.logo-chip--lg { width: 60px; height: 60px; padding: 11px; border-radius: 15px; }
.card-title-row { display: flex; align-items: center; gap: 12px; margin: 14px 0 6px; }
.card-title-row h3 { margin: 0; }
.podium-card .logo-chip { margin: 2px 0 10px; }
.table .svc a, .rating .svc a { display: inline-flex; align-items: center; gap: 10px; }
.svc-hero-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }

.hero-stats { display: flex; gap: 38px; margin-top: 38px; flex-wrap: wrap; }
.hero-stats .stat strong { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.hero-stats .stat span { font-size: 13px; color: rgba(255,255,255,.75); }

/* мини-таблица рейтинга в hero */
.hero-board {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 22px;
    padding: 20px;
    backdrop-filter: blur(16px) saturate(160%);
    box-shadow: 0 30px 70px rgba(3,42,49,.45);
    animation: rise .6s ease backwards;
}
.board-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 8px 14px; border-bottom: 1px solid rgba(255,255,255,.16); }
.board-head .bh-title { font-weight: 700; font-size: 15px; }
.board-head .bh-meta { font-size: 12px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .05em; }
.board-rows { display: grid; gap: 6px; padding-top: 12px; }
.board-row {
    display: grid; grid-template-columns: 26px 1fr 84px auto; align-items: center; gap: 12px;
    padding: 11px 10px; border-radius: 12px;
    transition: background .15s ease, transform .15s ease;
}
.board-row:hover { background: rgba(255,255,255,.10); transform: translateX(3px); }
.board-row .br-rank { font-size: 15px; font-weight: 700; text-align: center; color: rgba(255,255,255,.85); }
.board-row .br-name { font-size: 14.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.board-row .br-bar { height: 7px; border-radius: 999px; background: rgba(255,255,255,.16); overflow: hidden; }
.board-row .br-bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg,#7fe9d6,#bdf3ff); animation: growbar 1.1s .25s ease forwards; }
.board-row .br-score { font-size: 15px; font-weight: 800; letter-spacing: -.02em; text-align: right; }
.board-row.is-leader {
    background: linear-gradient(90deg, rgba(255,255,255,.20), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.30);
    box-shadow: 0 6px 20px rgba(3,42,49,.3);
}
.board-row.is-leader .br-bar i { background: linear-gradient(90deg,#ffe27a,#fff6cf); }
.board-row.is-leader .br-score { color: #fff7d6; }
@keyframes growbar { from { width: 0; } to { width: var(--w); } }
.board-foot { display: block; text-align: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.9); }
.board-foot:hover { color: #fff; }

@media (prefers-reduced-motion: reduce) {
    .hero, .hero-bg .blob, .hero-eq span, .hero-badge .pulse { animation: none; }
    .board-row .br-bar i { animation: none; width: var(--w); }
}

/* ---------- Секции ---------- */
.section { padding: 64px 0; }
.section-head { margin-bottom: 36px; }
.section-head .eyebrow {
    text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px;
    font-weight: 700; color: var(--brand-deep); margin-bottom: 10px;
}
.section-head h2 { margin: 0 0 10px; font-size: clamp(24px, 3.5vw, 34px); letter-spacing: -.02em; }
.section-head p { margin: 0; color: var(--ink-soft); max-width: 52em; font-size: 16.5px; }

/* ---------- Подиум (топ-3) ---------- */
.podium {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}
.podium-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 34px 22px 26px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease;
    position: relative;
    display: flex; flex-direction: column; align-items: center;
}
.podium-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
/* Единый плавающий бейдж сверху по центру — для всех трёх карточек */
.podium-badge {
    position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    font-weight: 700; color: #fff; box-shadow: var(--shadow-sm); white-space: nowrap;
}
.podium-badge.rank-pill {
    width: 40px; height: 40px; border-radius: 50%; font-size: 17px;
}
.podium-badge.leader-badge {
    padding: 7px 16px; border-radius: 999px; font-size: 13px; letter-spacing: .03em;
    background: linear-gradient(135deg,#f4c430,#e0a400); color: #4a3500;
}
.podium-card.is-leader {
    background: var(--grad-leader);
    color: #fff;
    border: none;
    box-shadow: var(--shadow-lg);
    transform: translateY(-12px);
}
/* Нейросвязи на фоне карточки-лидера */
.podium-card.is-leader::before {
    content: "";
    position: absolute; inset: 0;
    background: url(neural-bg.svg) 50% 50% / 135% no-repeat;
    border-radius: var(--radius);
    opacity: .7;
    pointer-events: none;
    z-index: 0;
    animation: neuralDrift 26s ease-in-out infinite;
}
.podium-card.is-leader > * { position: relative; z-index: 1; }
/* бейдж остаётся плавающим по центру над карточкой (не сбивается правилом выше) */
.podium-card.is-leader .podium-badge { position: absolute; z-index: 2; }
.podium-card.is-leader:hover { transform: translateY(-16px); }
.podium-card.is-leader .svc-name,
.podium-card.is-leader .svc-tag { color: #fff; }
.rank-1 { background: linear-gradient(135deg,#f4c430,#e0a400); }
.rank-2 { background: linear-gradient(135deg,#c7d0db,#9aa7b6); }
.rank-3 { background: linear-gradient(135deg,#e0a479,#c47e4f); }

.leader-crown {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 14px; border-radius: 999px;
    background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
    font-size: 12.5px; font-weight: 700; letter-spacing: .03em; margin-bottom: 14px;
}
.podium-card .svc-name { font-size: 20px; font-weight: 700; letter-spacing: -.01em; margin: 6px 0 4px; }
.podium-card.is-leader .svc-name { font-size: 24px; }
.podium-card .svc-tag { font-size: 13.5px; color: var(--ink-muted); min-height: 2.6em; }
.podium-score {
    display: inline-flex; align-items: baseline; gap: 3px;
    margin: 16px 0 6px; font-weight: 800; letter-spacing: -.02em;
}
.podium-score .num { font-size: 38px; }
.podium-score .den { font-size: 16px; opacity: .65; }
.podium-card .mini-link { font-size: 13.5px; font-weight: 600; color: var(--brand-deep); margin-top: auto; }
.podium-card.is-leader .mini-link { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 760px) {
    .podium { grid-template-columns: 1fr; gap: 26px; }
    .podium-card.is-leader { transform: none; order: -1; }
    .podium-card.is-leader:hover { transform: translateY(-4px); }
}

/* ---------- Фильтры ---------- */
.filters {
    display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
    margin-bottom: 26px;
}
.filter-btn {
    padding: 9px 17px; border-radius: 999px;
    border: 1px solid var(--line); background: var(--surface);
    font-size: 14px; font-weight: 600; color: var(--ink-soft); cursor: pointer;
    transition: all .15s ease;
}
.filter-btn:hover { border-color: var(--brand); color: var(--brand-deep); }
.filter-btn.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter-search {
    margin-left: auto; flex: 1; min-width: 200px; max-width: 320px;
    position: relative;
}
.filter-search input {
    width: 100%; padding: 10px 14px 10px 38px;
    border: 1px solid var(--line); border-radius: 10px;
    font-size: 14px; font-family: inherit; background: var(--surface); color: var(--ink);
}
.filter-search input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(14,165,183,.15); }
.filter-search svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--ink-muted); }

/* ---------- Сетка карточек ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    display: flex; flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    position: relative;
    color: inherit; text-decoration: none; cursor: pointer;
}
.card:hover .card-link { gap: 9px; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d4e2ee; }
.card.is-leader {
    border: 2px solid var(--brand);
    background: linear-gradient(180deg, #f0fbfc 0%, #ffffff 46%);
    box-shadow: 0 0 0 5px rgba(14,165,183,.12), 0 18px 40px -12px rgba(14,165,183,.45);
    transform: translateY(-6px);
}
.card.is-leader::after {
    content: "";
    position: absolute; inset: 0;
    border-radius: var(--radius);
    box-shadow: inset 0 2px 0 rgba(255,255,255,.6);
    pointer-events: none;
}
.card.is-leader:hover { transform: translateY(-12px); box-shadow: 0 0 0 5px rgba(14,165,183,.18), 0 26px 54px -12px rgba(14,165,183,.55); border-color: var(--brand); }
.card.is-leader h3 { color: var(--brand-ink); }
.card.is-leader .card-link { color: var(--brand); }
.card.is-leader .score-ring { transform: scale(1.06); }

.card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 4px; }
.card-rank {
    font-size: 13px; font-weight: 700; color: var(--ink-muted);
    background: var(--bg-soft); border-radius: 8px; padding: 4px 9px; white-space: nowrap;
}
.card.is-leader .card-rank { background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; box-shadow: 0 3px 10px -2px rgba(14,165,183,.5); }
.card.is-leader .card-rank::before { content: "★ "; }

.score-ring {
    --p: 0;
    width: 58px; height: 58px; border-radius: 50%;
    display: grid; place-items: center; flex-shrink: 0;
    background: conic-gradient(var(--ring-color) calc(var(--p) * 1%), var(--line-soft) 0);
    position: relative;
}
.score-ring::before { content: ""; position: absolute; inset: 5px; background: var(--surface); border-radius: 50%; }
.score-ring span { position: relative; font-weight: 800; font-size: 16px; letter-spacing: -.02em; }

.card h3 { margin: 14px 0 6px; font-size: 19px; letter-spacing: -.01em; }
.card .card-tag { color: var(--ink-soft); font-size: 14px; margin: 0 0 16px; flex: 0 0 auto; min-height: 2.8em; }

.card-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-bottom: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.card-meta .m-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-muted); }
.card-meta .m-value { font-size: 14px; font-weight: 600; }

.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.tag-chip {
    font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
}
.chip-simple { background: var(--good-soft); color: var(--good); }
.chip-complex { background: #eef1fb; color: var(--accent); }
.card-link { font-size: 14px; font-weight: 600; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 5px; }
.card-link:hover { gap: 9px; }

.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-muted); display: none; }

/* ---------- Сводная таблица ---------- */
.table-wrap { border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); background: var(--surface); overflow: hidden; }
table.rating { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; font-size: 14px; color: var(--ink); }
table.rating th, table.rating td { padding: 13px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; overflow-wrap: break-word; }

/* Заголовок */
table.rating thead th { background: var(--ink); font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; color: #dfe9f3; font-weight: 700; border-bottom: none; line-height: 1.3; }

/* Выравнивание: #, Оценка, Минут, Старт — по центру; текстовые — влево */
table.rating th:nth-child(1), table.rating td:nth-child(1),
table.rating th:nth-child(3), table.rating td:nth-child(3),
table.rating th:nth-child(5), table.rating td:nth-child(5),
table.rating th:nth-child(7), table.rating td:nth-child(7) { text-align: center; }

/* Колонка # */
table.rating td:nth-child(1) { color: var(--ink-muted); font-weight: 700; font-variant-numeric: tabular-nums; }
/* Ширины колонок (table-layout: fixed) — сумма ≈ 100% */
table.rating th:nth-child(1), table.rating td:nth-child(1) { width: 4%; }
table.rating th:nth-child(2), table.rating td:nth-child(2) { width: 18%; }
table.rating th:nth-child(3), table.rating td:nth-child(3) { width: 8%; }
table.rating th:nth-child(4), table.rating td:nth-child(4) { width: 12%; }
table.rating th:nth-child(5), table.rating td:nth-child(5) { width: 10%; }
table.rating th:nth-child(6), table.rating td:nth-child(6) { width: 16%; }
table.rating th:nth-child(7), table.rating td:nth-child(7) { width: 13%; }
table.rating th:nth-child(8), table.rating td:nth-child(8) { width: 19%; }
table.rating td:nth-child(4), table.rating td:nth-child(5) { font-variant-numeric: tabular-nums; }

/* Зебра + ховер */
table.rating tbody tr:nth-child(even) { background: #f3f7fc; }
table.rating tbody tr:hover { background: #e6eef7; }
table.rating tbody tr:last-child td { border-bottom: none; }

/* Сервис */
table.rating td.svc { font-weight: 700; color: var(--ink); }
table.rating td.svc a { color: var(--ink); }
table.rating td.svc a:hover { color: var(--brand-deep); }

/* Оценка — пилюля */
.score-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; padding: 6px 13px; border-radius: 999px; font-weight: 800; font-size: 14.5px; color: #fff; font-variant-numeric: tabular-nums; background: linear-gradient(135deg, var(--brand-deep), var(--brand)); box-shadow: 0 1px 2px rgba(11,125,140,.28); }

/* Строка-лидер */
table.rating tr.leader-row td { background: #e2f6f8; }
table.rating tr.leader-row td:first-child { box-shadow: inset 4px 0 0 var(--brand); }
table.rating tr.leader-row:hover td { background: #d2eef1; }
table.rating tr.leader-row td.svc a { color: var(--brand-ink); }
table.rating tr.leader-row .score-pill { background: linear-gradient(135deg, var(--brand-deep), var(--brand)); box-shadow: 0 1px 2px rgba(11,125,140,.32); }

/* Старт без интеграции — чипы */
.t-int { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.t-int--yes { background: var(--good-soft); color: #12813c; }
.t-int--no { background: #eaeef3; color: var(--ink-muted); }
.t-int--partial { background: #fff2db; color: #97650a; }

table.rating a { color: var(--brand-deep); font-weight: 700; }

/* ---------- CTA-полоса ---------- */
.cta-band {
    background: var(--grad-leader); color: #fff; border-radius: var(--radius);
    padding: 48px; text-align: center; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-band::after { content:""; position:absolute; inset:0; background: radial-gradient(600px 240px at 50% -20%, rgba(255,255,255,.2), transparent 70%); }
.cta-band > * { position: relative; }
.cta-band h2 { margin: 0 0 12px; font-size: clamp(24px, 3.5vw, 32px); letter-spacing: -.02em; }
.cta-band p { margin: 0 auto 26px; max-width: 40em; color: rgba(255,255,255,.9); font-size: 17px; }

/* ---------- Заявочная форма на лидера ---------- */
.lead-section {
    background:
        radial-gradient(700px 320px at 12% 0%, rgba(14,165,183,.10), transparent 60%),
        linear-gradient(180deg, #ecf6f8 0%, #f4fbfc 100%);
    border-top: 1px solid var(--line);
}
.lead-card {
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 0;
    background: var(--grad-leader); color: #fff;
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg); position: relative; isolation: isolate;
}
.lead-card::after {
    content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: radial-gradient(560px 240px at 80% -10%, rgba(255,255,255,.18), transparent 70%);
}
.lead-info { padding: 44px 40px; position: relative; }
/* Нейросвязи на подложке заявочной формы */
.lead-info::before {
    content: "";
    position: absolute; inset: 0;
    background: url(neural-bg.svg) 50% 50% / 135% no-repeat;
    opacity: .6;
    pointer-events: none;
    z-index: 0;
    animation: neuralDrift 32s ease-in-out infinite;
}
/* Плавный дрейф сетки нейросвязей + лёгкое «дыхание» */
@keyframes neuralDrift {
    0%   { background-position: 32% 30%; }
    25%  { background-position: 62% 42%; }
    50%  { background-position: 70% 68%; }
    75%  { background-position: 40% 58%; }
    100% { background-position: 32% 30%; }
}
@media (prefers-reduced-motion: reduce) {
    .podium-card.is-leader::before,
    .lead-info::before { animation: none; }
}
.lead-info > * { position: relative; z-index: 1; }
.lead-eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
    background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3);
    font-size: 12.5px; font-weight: 700; letter-spacing: .03em;
}
.lead-info h2 { margin: 0 0 12px; font-size: clamp(24px, 3.2vw, 32px); letter-spacing: -.02em; color: #fff; }
.lead-info > p { margin: 0 0 24px; font-size: 16px; color: rgba(255,255,255,.92); max-width: 34em; }
.lead-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.lead-points li { display: flex; gap: 12px; align-items: flex-start; }
.lead-points .lf-ico {
    flex: none; width: 26px; height: 26px; border-radius: 8px; margin-top: 1px;
    background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
    display: grid; place-items: center; font-size: 13px;
}
.lead-points strong { display: block; font-size: 15px; font-weight: 700; }
.lead-points span { font-size: 13.5px; color: rgba(255,255,255,.82); }

.lead-form {
    background: var(--surface); color: var(--ink);
    padding: 36px 34px; display: grid; gap: 14px; align-content: start;
}
.lead-form h3 { margin: 0 0 4px; font-size: 20px; letter-spacing: -.01em; }
.lf-field { display: grid; gap: 6px; }
.lf-field span { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.lf-field input {
    width: 100%; padding: 12px 14px;
    border: 1px solid var(--line); border-radius: 10px;
    font-size: 14.5px; font-family: inherit; background: var(--surface); color: var(--ink);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.lf-field input::placeholder { color: var(--ink-muted); }
.lf-field input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(14,165,183,.15); }
.lf-submit { width: 100%; justify-content: center; margin-top: 6px; background: var(--grad-leader); color: #fff; }
.lf-submit:disabled { opacity: .9; cursor: default; transform: none; }
.lf-note { margin: 0; font-size: 12px; color: var(--ink-muted); text-align: center; }
.lf-done { margin: 4px 0 0; font-size: 14px; font-weight: 600; color: var(--good); text-align: center; }

@media (max-width: 820px) {
    .lead-card { grid-template-columns: 1fr; }
    .lead-info { padding: 36px 28px 28px; }
    .lead-form { padding: 28px 24px 32px; }
}

/* ============================================================
   Страница сервиса
   ============================================================ */
.svc-hero { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 36px 0 44px; }
.svc-hero.leader-hero { background: var(--grad-leader); color: #fff; border: none; }
.breadcrumb { font-size: 13.5px; color: var(--ink-muted); margin-bottom: 22px; }
.leader-hero .breadcrumb { color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: var(--brand-deep); }
.leader-hero .breadcrumb a:hover { color: #fff; }

.svc-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.svc-hero h1 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.02em; }
.svc-hero .svc-lead { font-size: 18px; color: var(--ink-soft); margin: 0 0 20px; max-width: 36em; }
.leader-hero .svc-lead { color: rgba(255,255,255,.92); }
.svc-hero .chips { display: flex; gap: 10px; flex-wrap: wrap; }

.big-score {
    width: 150px; height: 150px; border-radius: 26px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: var(--surface); box-shadow: var(--shadow-md); flex-shrink: 0;
}
.leader-hero .big-score { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); box-shadow: none; }
.big-score .bs-num { font-size: 46px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.big-score .bs-den { font-size: 15px; color: var(--ink-muted); }
.leader-hero .big-score .bs-den { color: rgba(255,255,255,.8); }
.big-score .bs-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-muted); margin-top: 8px; }
.leader-hero .big-score .bs-label { color: rgba(255,255,255,.85); }
.big-score .stars { color: var(--gold); font-size: 14px; margin-top: 6px; letter-spacing: 2px; }

@media (max-width: 720px) {
    .svc-hero-grid { grid-template-columns: 1fr; }
    .big-score { width: 120px; height: 120px; }
}

.svc-body { padding: 56px 0; }
.svc-layout { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
@media (max-width: 900px) { .svc-layout { grid-template-columns: 1fr; } }

.prose h2 { font-size: 23px; letter-spacing: -.01em; margin: 0 0 16px; }
.prose h2:not(:first-child) { margin-top: 40px; }
.prose p { color: var(--ink-soft); font-size: 16.5px; margin: 0 0 16px; }

/* Скриншоты продукта в теле статьи */
.svc-shot { margin: 22px 0 26px; }
.svc-shot img { display: block; width: 100%; height: auto; border-radius: var(--radius-sm); border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--surface); }
.svc-shot figcaption { margin-top: 9px; font-size: 13.5px; color: var(--ink-muted); line-height: 1.45; }

.highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 8px 0 8px; }
@media (max-width: 560px) { .highlight-grid { grid-template-columns: 1fr; } }
.hl-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; box-shadow: var(--shadow-sm); }
.hl-card .hl-ico { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--brand), var(--accent)); display: grid; place-items: center; color: #fff; margin-bottom: 12px; font-size: 18px; }
.hl-card h4 { margin: 0 0 6px; font-size: 16px; }
.hl-card p { margin: 0; font-size: 14px; color: var(--ink-soft); }

.scale-list { list-style: none; padding: 0; margin: 8px 0; display: grid; gap: 14px; }
.scale-list li { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; box-shadow: var(--shadow-sm); }
.scale-list .s-ico { color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.scale-list strong { display: block; margin-bottom: 3px; font-size: 15.5px; }
.scale-list span { font-size: 14px; color: var(--ink-soft); }

/* Плюсы / минусы */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px; }
@media (max-width: 560px) { .proscons { grid-template-columns: 1fr; } }
.pc-col { border-radius: var(--radius-sm); padding: 22px; border: 1px solid var(--line); }
.pc-col.pros { background: var(--good-soft); border-color: #cbecd6; }
.pc-col.cons { background: var(--bad-soft); border-color: #f7d3dd; }
.pc-col h4 { margin: 0 0 14px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.pc-col.pros h4 { color: var(--good); }
.pc-col.cons h4 { color: var(--bad); }
.pc-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.pc-col li { display: flex; gap: 9px; font-size: 14.5px; color: var(--ink); align-items: flex-start; }
.pc-col li::before { flex-shrink: 0; font-weight: 700; }
.pc-col.pros li::before { content: "✓"; color: var(--good); }
.pc-col.cons li::before { content: "–"; color: var(--bad); }

.verdict { margin-top: 36px; background: var(--bg-soft); border-left: 4px solid var(--brand); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 22px 24px; }
.verdict .v-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--brand-deep); font-weight: 700; margin-bottom: 8px; }
.verdict p { margin: 0; font-size: 16px; color: var(--ink); }

/* Крупный CTA в теле статьи (страница лидера) */
.svc-cta { margin-top: 40px; background: var(--grad-leader); color: #fff; border-radius: var(--radius); padding: 36px 40px; box-shadow: var(--shadow-lg); }
.svc-cta-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .04em; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.16); margin-bottom: 16px; }
.svc-cta h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.25; color: #fff; }
.svc-cta p { margin: 0 0 24px; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.9); max-width: 640px; }
.svc-cta-btn { font-size: 16px; padding: 16px 30px; }
@media (max-width: 560px) { .svc-cta { padding: 28px 22px; } .svc-cta h3 { font-size: 20px; } }

/* Сайдбар сервиса */
.aside { position: sticky; top: 90px; display: grid; gap: 18px; }
.spec-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.spec-card h4 { margin: 0 0 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-muted); }
.spec-row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.spec-row:last-child { border-bottom: none; }
.spec-row .sr-label { color: var(--ink-muted); }
.spec-row .sr-value { font-weight: 600; text-align: right; }
.price-tag { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.price-note { font-size: 12.5px; color: var(--ink-muted); margin-top: 4px; }

.aside .btn { width: 100%; justify-content: center; }
.aside-leader { background: var(--grad-leader); color: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg); }
.aside-leader h4 { margin: 0 0 8px; font-size: 18px; }
.aside-leader p { margin: 0 0 18px; font-size: 14px; color: rgba(255,255,255,.88); }

/* Нижняя навигация по сервисам */
.svc-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.svc-nav a { font-size: 14.5px; font-weight: 600; color: var(--brand-deep); }
.svc-nav .sn-dir { display: block; font-size: 12px; color: var(--ink-muted); font-weight: 500; }

/* ---------- Подвал ---------- */
.site-footer { background: var(--ink); color: #c4d2e0; padding: 48px 0 32px; margin-top: 24px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 30px; }
.footer-grid .logo { color: #fff; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col h5 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: #8499ad; }
.footer-col a { display: block; font-size: 14px; padding: 4px 0; color: #c4d2e0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #243447; padding-top: 22px; font-size: 13px; color: #7e92a8; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ---------- Методология ---------- */
.method-section {
    background:
        radial-gradient(760px 340px at 88% -6%, rgba(14,165,183,.24), transparent 62%),
        radial-gradient(620px 300px at 6% 108%, rgba(11,125,140,.14), transparent 60%),
        linear-gradient(180deg, #d4ecef 0%, #e6f5f7 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.crit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.crit-card {
    border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px;
    background: var(--surface); box-shadow: var(--shadow-sm);
    position: relative; overflow: hidden;
}
.crit-card .crit-weight {
    display: inline-block; font-size: 20px; font-weight: 800; letter-spacing: -.02em;
    color: var(--brand-deep); margin-bottom: 8px;
    position: relative; z-index: 1;
}
.crit-card h4 { margin: 0 0 6px; font-size: 15.5px; position: relative; z-index: 1; }
.crit-card p { margin: 0; font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; position: relative; z-index: 1; }
.crit-ico {
    position: absolute; right: -26px; bottom: 46px; width: 148px; height: 148px;
    z-index: 0; pointer-events: none;
    opacity: .2; transform: rotate(-8deg);
    transition: transform .35s ease, opacity .35s ease;
}
.crit-card:hover .crit-ico { transform: rotate(-8deg) scale(1.06); opacity: .3; }
.crit-card--c1 .crit-ico { color: #7fd4d9; }
.crit-card--c2 .crit-ico { color: #b1a6ea; }
.crit-card--c3 .crit-ico { color: #f4b38f; }
.crit-card--c4 .crit-ico { color: #8ed7a6; }
.crit-card--c5 .crit-ico { color: #9cc2f1; }
.crit-card--c6 .crit-ico { color: #f2a4c1; }
.method-note { margin: 26px 0 0; font-size: 14.5px; color: var(--ink-muted); max-width: 60em; border-left: 3px solid var(--line); padding-left: 16px; }
.podium-foot { text-align: center; margin: 22px 0 0; font-size: 14px; color: var(--ink-muted); }
.podium-foot a { color: var(--brand-deep); font-weight: 600; }

/* ---------- Scorecard на странице сервиса ---------- */
.scorecard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); margin-bottom: 8px; }
.sc-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.sc-title { font-size: 16px; font-weight: 700; }
.sc-sub { font-size: 13px; color: var(--ink-muted); margin-top: 3px; max-width: 30em; }
.sc-total { display: flex; align-items: baseline; gap: 2px; flex-shrink: 0; }
.sc-total .num { font-size: 32px; font-weight: 800; letter-spacing: -.02em; color: var(--brand-deep); }
.sc-total .den { font-size: 14px; color: var(--ink-muted); }
.sc-row { margin-bottom: 16px; }
.sc-row:last-child { margin-bottom: 0; }
.sc-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 7px; }
.sc-label { font-size: 14.5px; font-weight: 600; cursor: help; }
.sc-weight { font-size: 12px; color: var(--ink-muted); }
.sc-val { margin-left: auto; font-size: 14.5px; font-weight: 700; }
.sc-track { height: 9px; border-radius: 999px; background: var(--line-soft); overflow: hidden; }
.sc-fill { height: 100%; border-radius: 999px; transition: width .6s ease; }

/* ---------- Навигатор «как выбрать» ---------- */
.usecase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 40px; row-gap: 44px; }
.usecase-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 46px 26px 28px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; position: relative; overflow: visible; }
.usecase-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-hero); border-radius: var(--radius) var(--radius) 0 0; }
.usecase-card:nth-child(1)::before { background: linear-gradient(90deg, #0ea5b7, #38e1c8); }
.usecase-card:nth-child(2)::before { background: linear-gradient(90deg, #1e6bf1, #16c4d8); }
.usecase-card:nth-child(3)::before { background: linear-gradient(90deg, #075460, #0ea5b7); }
.usecase-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
/* Тип бизнеса: крупная иконка «выступает» за верх карточки + подпись в одну строку */
.usecase-card .uc-tag { display: block; margin: 0 0 16px; }
.usecase-card .uc-ico { position: absolute; top: 0; left: 26px; transform: translateY(-42%); width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; color: #fff; box-shadow: 0 10px 22px rgba(8, 84, 96, .28); transition: transform .18s ease; }
.usecase-card:hover .uc-ico { transform: translateY(-42%) scale(1.06); }
.usecase-card .uc-ico svg { width: 32px; height: 32px; }
.usecase-card .uc-label { display: block; white-space: nowrap; font-size: 13.5px; font-weight: 700; letter-spacing: .01em; }
.usecase-card:nth-child(1) .uc-ico { background: linear-gradient(135deg, #0ea5b7, #38e1c8); box-shadow: 0 10px 22px rgba(14, 165, 183, .38); }
.usecase-card:nth-child(2) .uc-ico { background: linear-gradient(135deg, #1e6bf1, #16c4d8); box-shadow: 0 10px 22px rgba(30, 107, 241, .34); }
.usecase-card:nth-child(3) .uc-ico { background: linear-gradient(135deg, #075460, #0ea5b7); box-shadow: 0 10px 22px rgba(7, 84, 96, .38); }
.usecase-card:nth-child(1) .uc-label { color: #0b7d8c; }
.usecase-card:nth-child(2) .uc-label { color: #1e6bf1; }
.usecase-card:nth-child(3) .uc-label { color: #075460; }
.usecase-card h4 { margin: 0 0 10px; font-size: 17px; letter-spacing: -.01em; }
.usecase-card p { margin: 0; font-size: 14.5px; color: var(--ink-soft); }
.usecase-card a { color: var(--brand-deep); font-weight: 600; }
.usecase-card a:hover { text-decoration: underline; }

/* fade-in */
@media (prefers-reduced-motion: no-preference) {
    .card, .podium-card { animation: rise .5s ease backwards; }
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; } }
