/* ═══════════════════════════════════════════════════════════════════
   SEO-подстраницы лендинга — визуальная связка с landing-modern.html
   ═══════════════════════════════════════════════════════════════════ */

.landing-seo-page {
    background:
        radial-gradient(ellipse 120% 80% at 50% -20%, rgba(99, 102, 241, 0.09) 0%, transparent 55%),
        linear-gradient(180deg, #fafafa 0%, #f4f4f5 35%, #ffffff 100%);
    overflow-x: hidden;
}

/* Выпадающее меню в стиле лендинга */
.landing-seo-page .navbar:not(.scrolled) .dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.75);
}

.landing-seo-page .navbar.scrolled .dropdown-toggle::after {
    border-top-color: var(--gray-600, #52525b);
}

.landing-seo-page .dropdown-menu {
    border-radius: var(--radius-xl, 1.25rem);
    padding: 0.45rem;
    border: 1px solid var(--gray-200, #e4e4e7);
    box-shadow: var(--shadow-xl, 0 25px 60px rgba(0, 0, 0, 0.2));
    margin-top: 0.5rem !important;
}

.landing-seo-page .dropdown-item {
    border-radius: var(--radius-md, 0.75rem);
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

.landing-seo-page .dropdown-item:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(139, 92, 246, 0.06) 100%);
    color: var(--brand-primary, #6366f1);
}

.landing-seo-page .dropdown-divider {
    margin: 0.35rem 0.5rem;
    opacity: 0.12;
}

/* Блок «блог» перед футером */
.landing-seo-page .blog-cta-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--gray-50, #fafafa) 100%);
    border-top: 1px solid var(--gray-200, #e4e4e7);
}

.landing-seo-page .blog-cta-section a {
    color: var(--brand-primary, #6366f1);
    font-weight: 600;
}

.landing-seo-page .seo-page-wrap {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .landing-seo-page .seo-page-wrap {
        padding-top: 6rem;
    }
}

/* ─── Тёмный hero в духе .hero на главной ─── */
.seo-page-hero {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-2xl, 2rem);
    padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2.5rem);
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
    background: var(--gradient-hero, linear-gradient(135deg, #0f0f23 0%, #1a1a3e 50%, #0d0d1f 100%));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 4px 24px rgba(15, 15, 35, 0.25),
        0 25px 80px rgba(99, 102, 241, 0.12);
    text-align: center;
}

@media (min-width: 768px) {
    .seo-page-hero {
        text-align: left;
    }
}

.seo-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-mesh);
    opacity: 0.85;
    animation: seo-mesh-move 22s ease-in-out infinite;
    pointer-events: none;
}

@keyframes seo-mesh-move {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-3%, 4%) scale(1.05); }
    66% { transform: translate(4%, -3%) scale(1.02); }
}

.seo-page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.seo-page-hero__effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.seo-page-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.42;
    animation: seo-orb-pulse 12s ease-in-out infinite;
}

.seo-page-hero__orb--1 {
    width: min(420px, 70vw);
    height: min(420px, 70vw);
    background: var(--brand-primary, #6366f1);
    top: -35%;
    right: -15%;
}

.seo-page-hero__orb--2 {
    width: min(320px, 55vw);
    height: min(320px, 55vw);
    background: var(--brand-secondary, #8b5cf6);
    bottom: -40%;
    left: -10%;
    animation-delay: 4s;
}

.seo-page-hero__orb--3 {
    width: min(200px, 40vw);
    height: min(200px, 40vw);
    background: var(--brand-accent, #06b6d4);
    top: 35%;
    left: 5%;
    opacity: 0.28;
    animation-delay: 2s;
}

@keyframes seo-orb-pulse {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.06); }
}

.seo-page-hero__content {
    position: relative;
    z-index: 2;
    max-width: 52rem;
}

@media (min-width: 768px) {
    .seo-page-hero__content {
        margin-left: 0;
        margin-right: auto;
    }
}

.seo-page-hero .hero-badge {
    margin-bottom: var(--space-lg, 1.25rem);
}

.seo-page-hero .section-eyebrow {
    color: rgba(165, 180, 252, 0.95) !important;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 12px rgba(99, 102, 241, 0.35);
}

.seo-page-hero__title {
    font-size: clamp(1.65rem, 4.2vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 2px 32px rgba(99, 102, 241, 0.25);
}

.seo-page-hero__title .seo-title-accent {
    background: linear-gradient(135deg, #ffffff 0%, #c7d2fe 45%, #a5b4fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.seo-page-hero__lead,
.seo-page-hero .lead {
    color: rgba(228, 228, 231, 0.88) !important;
    font-size: 1.0625rem !important;
    line-height: 1.65 !important;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .seo-page-hero__lead,
    .seo-page-hero .lead {
        margin-left: 0;
        margin-right: 0;
    }
}

.seo-page-hero__lead a,
.seo-page-hero .lead a {
    color: #a5b4fc !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(165, 180, 252, 0.45);
}

.seo-page-hero__lead a:hover,
.seo-page-hero .lead a:hover {
    color: #fff !important;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.seo-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem 1rem;
    margin-top: 1.75rem;
}

@media (min-width: 768px) {
    .seo-hero-cta-row {
        justify-content: flex-start;
    }
}

.btn-seo-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border-radius: var(--radius-full, 9999px);
    font-weight: 600;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.92) !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.25s var(--ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}

.btn-seo-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
    transform: translateY(-2px);
}

/* ─── Текст статьи — карточка как bento ─── */
.seo-prose {
    font-size: 1.0625rem;
    line-height: 1.78;
    color: var(--gray-900, #18181b);
    background: var(--white, #fff);
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2.25rem);
    border-radius: var(--radius-2xl, 2rem);
    border: 1px solid var(--gray-200, #e4e4e7);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 12px 40px rgba(15, 23, 42, 0.06);
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.seo-prose::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-glow, linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%));
    opacity: 0.85;
}

.seo-prose p {
    margin-bottom: 1.05rem;
}

.seo-prose p:last-child {
    margin-bottom: 0;
}

.seo-prose h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
    color: var(--gray-900, #18181b);
}

.seo-prose a {
    color: var(--brand-primary, #6366f1);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(99, 102, 241, 0.35);
}

.seo-prose a:hover {
    color: var(--brand-secondary, #8b5cf6);
    text-decoration-color: rgba(139, 92, 246, 0.5);
}

.seo-prose code {
    font-size: 0.88em;
    padding: 0.12rem 0.35rem;
    border-radius: 6px;
    background: var(--gray-100, #f4f4f5);
    color: var(--gray-800, #27272a);
}

/* ─── Секция демо — как .demo-section-compact ─── */
.seo-demo-section {
    position: relative;
    margin: clamp(2rem, 5vw, 3rem) 0;
    padding: clamp(2.5rem, 6vw, 3.5rem) clamp(1rem, 4vw, 2rem);
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(180deg, var(--gray-50, #fafafa) 0%, var(--white, #fff) 100%);
    border-top: 1px solid var(--gray-200, #e4e4e7);
    border-bottom: 1px solid var(--gray-200, #e4e4e7);
}

.seo-demo-section .section-eyebrow {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-primary, #6366f1);
    margin-bottom: 0.4rem;
}

.seo-demo-title {
    text-align: center;
    font-size: clamp(1.2rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--gray-900, #18181b);
    margin-bottom: 1.75rem;
    letter-spacing: -0.02em;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

/* ─── Мокапы CRM ─── */
.seo-crm-mock {
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 45%, #eef2ff 100%);
    border-radius: var(--radius-xl, 1.25rem);
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(99, 102, 241, 0.14);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.03),
        0 20px 50px rgba(99, 102, 241, 0.1);
    max-width: 520px;
    margin: 0 auto;
}

.seo-crm-mock-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-500, #71717a);
}

.seo-appt-card {
    background: #fff;
    border-radius: 14px;
    padding: 0.9rem 1.05rem;
    margin-bottom: 0.55rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.seo-appt-card--new {
    animation: seoApptSlide 0.65s ease forwards;
}

.seo-appt-card--flash {
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 10px 32px rgba(99, 102, 241, 0.18);
    transform: translateX(3px) scale(1.01);
}

@keyframes seoApptSlide {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.seo-appt-time {
    font-weight: 700;
    color: #1976d2;
    font-size: 0.9rem;
    min-width: 3.2rem;
}

.seo-appt-body {
    flex: 1;
    min-width: 0;
}

.seo-appt-name {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--gray-900, #18181b);
}

.seo-appt-sub {
    font-size: 0.78rem;
    color: var(--gray-500, #71717a);
}

.seo-badge-online {
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.18rem 0.48rem;
    border-radius: 8px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.25);
}

/* Касса */
.seo-cash-mock {
    background: #fff;
    border-radius: var(--radius-xl, 1.25rem);
    overflow: hidden;
    border: 1px solid rgba(22, 163, 74, 0.22);
    box-shadow: 0 20px 50px rgba(22, 163, 74, 0.08);
    max-width: 480px;
    margin: 0 auto;
}

.seo-cash-toolbar {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
    color: #fff;
    padding: 0.75rem 1.1rem;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seo-cash-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1.1rem;
    border-bottom: 1px solid var(--gray-100, #f4f4f5);
    font-size: 0.88rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.seo-cash-row--pulse {
    background: rgba(34, 197, 94, 0.09);
    transform: translateX(4px);
}

.seo-cash-amt-plus {
    color: #15803d;
    font-weight: 700;
}

.seo-cash-amt-minus {
    color: #dc2626;
    font-weight: 700;
}

/* Склад */
.seo-wh-mock {
    background: #fff;
    border-radius: var(--radius-xl, 1.25rem);
    border: 1px solid rgba(59, 130, 246, 0.2);
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.08);
}

.seo-wh-head {
    display: grid;
    grid-template-columns: 1fr 80px 80px;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e40af;
}

.seo-wh-row {
    display: grid;
    grid-template-columns: 1fr 80px 80px;
    gap: 0.5rem;
    padding: 0.58rem 1rem;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--gray-100, #f4f4f5);
    transition: background 0.35s ease;
}

.seo-wh-row--glow {
    background: rgba(59, 130, 246, 0.09);
}

/* Онлайн-запись */
.seo-ob-mock {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--gray-200, #e4e4e7);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
    background: #fafafa;
}

.seo-ob-header {
    padding: 1.2rem 1.35rem;
    background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
    color: #fff;
}

.seo-ob-header h3 {
    font-size: 1.08rem;
    margin: 0 0 0.25rem;
    font-weight: 700;
}

.seo-ob-header p {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.88;
}

.seo-ob-slots {
    padding: 1.1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
}

.seo-ob-slot {
    padding: 0.55rem;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--gray-200, #e4e4e7);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-700, #3f3f46);
    transition: all 0.35s ease;
}

.seo-ob-slot--pick {
    border-color: #6366f1;
    background: linear-gradient(180deg, #eef2ff 0%, #fff 100%);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.22);
    transform: scale(1.04);
    color: #4338ca;
}

/* Телефон */
.seo-phone-wrap {
    max-width: 280px;
    margin: 0 auto;
    filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.2));
}

.seo-phone-frame {
    border-radius: 28px;
    border: 10px solid #1e293b;
    background: #1e293b;
    overflow: hidden;
}

.seo-phone-notch {
    height: 22px;
    background: #1e293b;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4px;
}

.seo-phone-notch::after {
    content: "";
    width: 80px;
    height: 18px;
    background: #0f172a;
    border-radius: 0 0 12px 12px;
}

.seo-phone-screen {
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
    min-height: 360px;
    padding: 0.55rem;
}

.seo-phone-card {
    background: #fff;
    border-radius: 12px;
    padding: 0.55rem 0.65rem;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    opacity: 0.55;
    transform: translateY(6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.seo-phone-card--active {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.12);
}

/* Перелинковка */
.seo-crosslink-section {
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(99, 102, 241, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border-top: 1px solid var(--gray-200, #e4e4e7);
}

.seo-crosslink-card {
    background: var(--white, #fff);
    border-radius: var(--radius-2xl, 2rem);
    padding: clamp(1.5rem, 4vw, 2rem);
    border: 1px solid var(--gray-200, #e4e4e7);
    box-shadow: 0 12px 48px rgba(15, 23, 42, 0.06);
    position: relative;
    overflow: hidden;
}

.seo-crosslink-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: var(--gradient-cta, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
}

.seo-crosslink-card .seo-crosslink-heading {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--gray-900, #18181b);
    margin-bottom: 0.35rem;
}

.seo-crosslink-card .seo-crosslink-heading i {
    color: var(--brand-primary, #6366f1);
}

.seo-crosslink-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.75rem;
    border-radius: var(--radius-lg, 1rem);
    text-decoration: none !important;
    color: var(--gray-800, #27272a) !important;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid transparent;
    transition: all 0.2s var(--ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}

.seo-crosslink-item i {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.08) 100%);
    color: var(--brand-primary, #6366f1);
    font-size: 0.85rem;
    flex-shrink: 0;
}

.seo-crosslink-item:hover {
    background: var(--gray-50, #fafafa);
    border-color: rgba(99, 102, 241, 0.15);
    color: var(--brand-primary, #6366f1) !important;
    transform: translateX(3px);
}

/* Сравнение: таблица в секции */
.seo-demo-section .comparison-table-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* Garage feature row inside demo */
.seo-demo-section .feature-card-spotlight {
    min-height: 150px;
}

/* ═══════════════════════════════════════════════════════════════════
   Реалистичные макеты под веб-CRM (index), кассу, склад, OB, Android
   ═══════════════════════════════════════════════════════════════════ */

.seo-mock-caption {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-500, #71717a);
    margin-bottom: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.seo-mock-caption i {
    color: var(--brand-primary, #6366f1);
    margin-right: 0.35rem;
}

/* ─── Веб-CRM: карточки записей (как .appointment-card в style.css) ─── */
.seo-web-crm {
    max-width: 420px;
    margin: 0 auto;
    font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
}

.seo-web-ac {
    display: flex;
    position: relative;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.seo-web-ac__stripe {
    width: 4px;
    flex-shrink: 0;
    background: #0d6efd;
}

.seo-web-ac--today .seo-web-ac__stripe {
    background: #dc3545;
}

.seo-web-ac--future .seo-web-ac__stripe {
    background: #28a745;
}

.seo-web-ac--past .seo-web-ac__stripe {
    background: #6c757d;
}

.seo-web-ac__inner {
    flex: 1;
    padding: 14px 14px 12px;
    min-width: 0;
}

.seo-web-ac__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.seo-web-ac__dt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seo-web-ac__date {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    line-height: 1.2;
}

.seo-web-ac__time-pill {
    display: inline-block;
    background: #17a2b8;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    width: fit-content;
}

.seo-web-ac__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    align-items: center;
}

.seo-web-ac__id {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 600;
}

.seo-bad-online {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 6px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #fff;
}

.seo-web-ac__client {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.seo-web-ac__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1976d2, #0d47a1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.seo-web-ac__name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.25;
}

.seo-web-ac__phone {
    font-size: 0.88rem;
    color: #6c757d;
    margin-top: 2px;
}

.seo-web-ac__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.seo-web-ac__lbl {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.seo-web-ac__val {
    font-size: 0.88rem;
    color: #495057;
    font-weight: 500;
    line-height: 1.3;
}

.seo-web-ac__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.seo-web-ac__master {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #495057;
    background: #f8f9fa;
    padding: 6px 10px;
    border-radius: 8px;
}

.seo-web-ac__master i {
    color: #1976d2;
    font-size: 0.75rem;
}

.seo-web-ac__price {
    font-size: 0.92rem;
    font-weight: 700;
    color: #198754;
}

.seo-web-ac--new {
    animation: seoWebAcIn 0.55s ease forwards;
}

.seo-web-ac--flash {
    box-shadow: 0 6px 22px rgba(25, 118, 210, 0.22);
    transform: translateY(-1px);
    border-color: rgba(25, 118, 210, 0.35);
}

@keyframes seoWebAcIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── Десктоп: таблица записей как index.html (table-enhanced) ─── */
.seo-index-appts-demo {
    width: 100%;
}

.seo-desktop-appts-wrap {
    margin-bottom: 0;
}

.seo-index-table-scroll {
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.seo-index-table-scroll::-webkit-scrollbar {
    height: 8px;
}

.seo-index-table-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 8px;
}

.seo-index-table-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 8px;
}

.seo-index-table-scroll::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.seo-index-appts-demo .seo-index-table {
    --seo-dt-info: #17a2b8;
    --seo-dt-info2: #1976d2;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 720px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    font-size: 0.8125rem;
    font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
}

.seo-index-appts-demo .seo-index-table thead th {
    background: linear-gradient(135deg, #1976d2, #1565c0);
    color: #fff;
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    white-space: nowrap;
}

.seo-index-appts-demo .seo-index-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    vertical-align: middle;
}

.seo-index-appts-demo .seo-index-table tbody tr:last-child td {
    border-bottom: none;
}

.seo-index-appts-demo .seo-index-table tbody tr.appointment-row {
    position: relative;
}

.seo-index-appts-demo .seo-index-table tbody tr.past-date {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.08), rgba(108, 117, 125, 0.12)) !important;
    box-shadow: inset 4px 0 0 #6c757d;
}

.seo-index-appts-demo .seo-index-table tbody tr.today-date:not(.pending-online) {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(220, 53, 69, 0.12)) !important;
    box-shadow: inset 4px 0 0 #dc3545;
}

.seo-index-appts-demo .seo-index-table tbody tr.future-date {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.08), rgba(40, 167, 69, 0.12)) !important;
    box-shadow: inset 4px 0 0 #28a745;
}

.seo-index-appts-demo .seo-index-table tbody tr.pending-online {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.12), rgba(255, 152, 0, 0.18)) !important;
    box-shadow: inset 4px 0 0 #ff9800;
}

.seo-index-appts-demo .seo-index-table tbody tr.completed-status {
    position: relative;
}

.seo-index-appts-demo .seo-index-table tbody tr.completed-status td:last-child {
    border-right: 4px solid #4caf50;
    padding-right: 10px;
}

.seo-index-appts-demo .datetime-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 100px;
    text-align: center;
}

.seo-index-appts-demo .appointment-date {
    font-size: 0.72rem;
    font-weight: 600;
    color: #495057;
    line-height: 1.2;
    white-space: nowrap;
}

.seo-index-appts-demo .appointment-time {
    background: linear-gradient(135deg, var(--seo-dt-info), var(--seo-dt-info2));
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.seo-index-appts-demo .appointment-time.later {
    background: linear-gradient(135deg, #43a047, #2e7d32);
}

.seo-index-appts-demo .client-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.seo-index-appts-demo .seo-dt-avatar-wrap {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.seo-index-appts-demo .client-avatar-fallback {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1976d2, #0d47a1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.72rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.seo-index-appts-demo .client-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.seo-index-appts-demo .client-name-link {
    font-weight: 700;
    font-size: 0.88rem;
    color: #343a40;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seo-index-appts-demo .client-phone {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    color: #198754;
    font-weight: 600;
    flex-wrap: wrap;
}

.seo-index-appts-demo .client-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3px 6px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.seo-index-appts-demo .client-status-badge i {
    font-size: 8px;
}

.seo-index-appts-demo .client-status-new {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.seo-index-appts-demo .client-status-reg {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.seo-index-appts-demo .client-status-vip {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.seo-index-appts-demo .car-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.seo-index-appts-demo .car-icon {
    color: #1976d2;
    font-size: 0.95rem;
    opacity: 0.85;
    flex-shrink: 0;
}

.seo-index-appts-demo .car-model {
    font-size: 0.8rem;
    color: #495057;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seo-index-appts-demo .services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.seo-index-appts-demo .service-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 8px;
    background: rgba(25, 118, 210, 0.1);
    color: #1565c0;
    border: 1px solid rgba(25, 118, 210, 0.2);
}

.seo-index-appts-demo .masters-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seo-index-appts-demo .master-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: #495057;
}

.seo-index-appts-demo .time-left-cell {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.75rem;
}

.seo-index-appts-demo .actions-cell {
    position: relative;
    vertical-align: middle;
}

.seo-index-appts-demo .actions-cell--stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.seo-index-appts-demo .actions-cell.pending-confirmation {
    background: rgba(255, 152, 0, 0.06);
}

.seo-index-appts-demo .seo-dt-actions-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

.seo-index-appts-demo .seo-dt-confirm-chip {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
    cursor: default;
    opacity: 0.95;
}

.seo-index-appts-demo .seo-dt-more-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #495057;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: default;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.seo-index-appts-demo .seo-dt-done-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
}

.seo-index-appts-demo .seo-dt-done-label i {
    color: #4caf50;
}

.seo-index-appts-demo .seo-index-table tbody tr.seo-dt-tr--pulse {
    outline: 2px solid rgba(13, 110, 253, 0.35);
    outline-offset: -2px;
    z-index: 1;
}

/* ─── Касса (как cash.html: карточки + таблица) ─── */
.seo-cash-page {
    max-width: 720px;
    margin: 0 auto;
    font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
}

.seo-cash-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

@media (min-width: 576px) {
    .seo-cash-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.seo-cash-stat {
    border-radius: 10px;
    padding: 0.75rem 0.5rem;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}

.seo-cash-stat--in {
    border-color: #198754;
    color: #198754;
}

.seo-cash-stat--out {
    border-color: #dc3545;
    color: #dc3545;
}

.seo-cash-stat--bal {
    border-color: #198754;
    color: #198754;
}

.seo-cash-stat--ops {
    border-color: #0dcaf0;
    color: #0aa2c0;
}

.seo-cash-stat__val {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.seo-cash-stat__lbl {
    font-size: 0.68rem;
    font-weight: 600;
    margin-top: 4px;
    opacity: 0.9;
}

.seo-cash-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-top: 0.75rem;
}

.seo-cash-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 700;
    font-size: 0.95rem;
    color: #212529;
}

.seo-cash-card__head i {
    color: #0d6efd;
    margin-right: 6px;
}

.seo-cash-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.seo-cash-table th {
    text-align: left;
    padding: 8px 12px;
    background: #e9ecef;
    color: #495057;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.seo-cash-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.seo-cash-tr--pulse {
    background: rgba(13, 110, 253, 0.07) !important;
}

.seo-cash-amt-in {
    color: #198754;
    font-weight: 700;
}

.seo-cash-amt-out {
    color: #dc3545;
    font-weight: 700;
}

/* ─── Склад (стиль table-enhanced) ─── */
.seo-wh-panel {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.seo-wh-panel__head {
    padding: 14px 16px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #212529;
}

.seo-wh-panel__head i {
    color: #0d6efd;
}

.seo-wh-panel__head--split {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.seo-wh-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.seo-wh-table thead th {
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #1e40af;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 2px solid #cbd5e1;
}

.seo-wh-table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.seo-wh-table tbody tr:hover {
    background: rgba(13, 110, 253, 0.04);
}

.seo-wh-tr--glow {
    background: rgba(59, 130, 246, 0.1) !important;
}

.seo-wh-badge-qty {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.75rem;
}

.seo-wh-badge-qty--ok {
    background: #d1e7dd;
    color: #0f5132;
}

.seo-wh-badge-qty--low {
    background: #fff3cd;
    color: #664d03;
}

.seo-wh-badge-qty--out {
    background: #f8d7da;
    color: #842029;
}

.seo-wh-badge-qty--muted {
    background: #f1f5f9;
    color: #64748b;
}

/* ─── Онлайн-запись (тон booking_public.css) ─── */
.seo-ob-mock-v2 {
    --seo-ob-brand: #1e3a5f;
    --seo-ob-warm: #e8a87c;
    --seo-ob-bg: #eef2f7;
    --seo-ob-ink: #0c1222;
    --seo-ob-muted: #5c6578;
    --seo-ob-card: #ffffff;
    --seo-ob-line: rgba(12, 18, 34, 0.08);
    max-width: 420px;
    margin: 0 auto;
    font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(12, 18, 34, 0.12);
    background:
        radial-gradient(600px 300px at 90% -20%, color-mix(in srgb, var(--seo-ob-brand) 16%, transparent), transparent 55%),
        radial-gradient(500px 280px at -10% 40%, color-mix(in srgb, var(--seo-ob-warm) 14%, transparent), transparent 50%),
        var(--seo-ob-bg);
    border: 1px solid var(--seo-ob-line);
}

.seo-ob-mock-v2__app {
    padding: 1rem 1.1rem 1.25rem;
}

.seo-ob-mock-v2__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}

.seo-ob-mock-v2__logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--seo-ob-brand), #2d5080);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.35);
}

.seo-ob-mock-v2__title h3 {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--seo-ob-ink);
    letter-spacing: -0.02em;
}

.seo-ob-mock-v2__title p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--seo-ob-muted);
}

.seo-ob-mock-v2__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--seo-ob-card);
    border: 1px solid var(--seo-ob-line);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--seo-ob-brand);
    box-shadow: 0 4px 24px rgba(12, 18, 34, 0.06);
}

.seo-ob-mock-v2__slots-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--seo-ob-muted);
    margin-bottom: 0.65rem;
}

.seo-ob-mock-v2__slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.seo-ob-slot-v2 {
    padding: 10px 6px;
    text-align: center;
    border-radius: 12px;
    background: var(--seo-ob-card);
    border: 1px solid var(--seo-ob-line);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--seo-ob-ink);
    transition: all 0.25s ease;
}

.seo-ob-slot-v2--pick {
    border-color: var(--seo-ob-brand);
    background: #fff;
    box-shadow: 0 6px 20px rgba(30, 58, 95, 0.18);
    color: var(--seo-ob-brand);
    transform: scale(1.04);
}

/* ─── Android / HomeScreens: top bar + календарь + M3 Card ─── */
.seo-android-wrap {
    max-width: 300px;
    margin: 0 auto;
}

.seo-android-frame {
    border-radius: 28px;
    border: 10px solid #1e293b;
    background: #1e293b;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.35);
}

.seo-android-notch {
    height: 22px;
    background: #1e293b;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4px;
}

.seo-android-notch::after {
    content: "";
    width: 78px;
    height: 17px;
    background: #0f172a;
    border-radius: 0 0 12px 12px;
}

.seo-android-body {
    background: #f3f4f6;
    min-height: 420px;
    padding: 0 8px 10px;
    font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
}

.seo-android-topbar {
    padding: 10px 6px 8px;
}

.seo-android-topbar__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1b4b;
    letter-spacing: -0.02em;
}

.seo-android-topbar__sub {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 2px;
}

.seo-phone-screen.seo-android-screen {
    background: #f3f4f6;
    min-height: 420px;
    padding: 6px 6px 10px;
    font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
}

.seo-android-cal {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-bottom: 6px;
    -webkit-overflow-scrolling: touch;
}

.seo-android-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.seo-android-cal-card {
    background: #fff;
    border-radius: 16px;
    padding: 10px 10px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 8px;
}

.seo-android-cal-card__row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.seo-android-cal-card__label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #4338ca;
}

.seo-android-cal-card__actions {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    color: #4338ca;
}

.seo-android-cal-strip {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.seo-cal-pill {
    flex: 0 0 auto;
    width: 48px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748b;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-cal-pill__num {
    font-size: 0.95rem;
    font-weight: 800;
    color: #334155;
}

.seo-cal-pill--today {
    background: rgba(67, 56, 202, 0.15);
    color: #4338ca;
}

.seo-cal-pill--today .seo-cal-pill__num {
    color: #4338ca;
}

.seo-cal-pill--pick {
    background: #4338ca;
    color: #fff;
    box-shadow: 0 4px 12px rgba(67, 56, 202, 0.35);
    transform: scale(1.05);
}

.seo-cal-pill--pick .seo-cal-pill__num {
    color: #fff;
}

.seo-cal-pill__cnt {
    font-size: 0.55rem;
    margin-top: 2px;
    opacity: 0.85;
}

.seo-m3-appt {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    background: #edf7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.seo-m3-appt--today {
    background: #fff3f0;
}

.seo-m3-appt--past {
    background: #eceff1;
}

.seo-m3-appt__stripe {
    width: 5px;
    flex-shrink: 0;
    background: #43a047;
}

.seo-m3-appt--today .seo-m3-appt__stripe {
    background: #1976d2;
}

.seo-m3-appt--past .seo-m3-appt__stripe {
    background: #90a4ae;
}

.seo-m3-appt__body {
    flex: 1;
    padding: 10px 10px 8px;
    min-width: 0;
}

.seo-m3-appt__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 6px;
}

.seo-m3-appt__time {
    font-size: 1.15rem;
    font-weight: 800;
    color: #4338ca;
    line-height: 1.1;
}

.seo-m3-appt--today .seo-m3-appt__time {
    color: #1976d2;
}

.seo-m3-appt__date-sm {
    font-size: 0.62rem;
    color: #64748b;
    margin-top: 2px;
}

.seo-m3-appt__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
}

.seo-m3-badge {
    font-size: 0.58rem;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 6px;
    color: #fff;
    text-transform: none;
}

.seo-m3-badge--pending {
    background: #e65100;
}

.seo-m3-badge--ok {
    background: #43a047;
}

.seo-m3-badge--online {
    background: #ff5722;
}

.seo-m3-badge--work {
    background: #1565c0;
}

.seo-m3-badge--new {
    background: #6a1b9a;
}

.seo-m3-appt__hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 6px 0;
}

.seo-m3-appt__client {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 0.78rem;
}

.seo-m3-appt__client i {
    color: #4338ca;
    opacity: 0.75;
    font-size: 0.75rem;
}

.seo-m3-appt__client-name {
    font-weight: 700;
    color: #1e293b;
}

.seo-m3-appt__client-phone {
    font-size: 0.68rem;
    color: #4338ca;
    font-weight: 600;
}

.seo-m3-appt__svc {
    display: flex;
    gap: 6px;
    font-size: 0.72rem;
    color: #475569;
    margin-bottom: 6px;
}

.seo-m3-appt__svc i {
    margin-top: 2px;
    opacity: 0.55;
    font-size: 0.7rem;
}

.seo-m3-appt__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.seo-m3-appt__master {
    font-size: 0.62rem;
    font-weight: 600;
    color: #475569;
    background: rgba(99, 102, 241, 0.12);
    padding: 4px 8px;
    border-radius: 6px;
}

.seo-m3-appt__price {
    font-size: 0.78rem;
    font-weight: 800;
    color: #15803d;
}

.seo-m3-appt--active {
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.2);
    transform: scale(1.01);
}

@media (prefers-reduced-motion: reduce) {
    .seo-page-hero::before,
    .seo-page-hero__orb {
        animation: none !important;
    }

    .seo-appt-card--new,
    .seo-appt-card--flash,
    .seo-cash-row--pulse,
    .seo-wh-row--glow,
    .seo-ob-slot--pick,
    .seo-phone-card--active,
    .seo-web-ac--new,
    .seo-web-ac--flash,
    .seo-cash-tr--pulse,
    .seo-wh-tr--glow,
    .seo-ob-slot-v2--pick,
    .seo-m3-appt--active,
    .seo-cal-pill--pick,
    .seo-dt-tr--pulse {
        animation: none !important;
        transition: none !important;
    }
}
