/**
 * Mango Klimat Shop — Design System v2
 * Premium warm palette with elegant typography
 * No inline styles, no blur/backdrop-filter
 */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');

/* ==========================================================================
   STEP 1: Design Tokens (CSS Variables)
   ========================================================================== */

[data-page="shop"] {
    /* Colors — Warm, Rich Palette */
    --color-bg: #fdfcfa;
    --color-surface: #f7f5f0;
    --color-surface-elevated: #ffffff;
    --color-text: #2d2a26;
    --color-text-secondary: #6b6560;
    --color-muted: #9c9590;
    --color-border: #e8e4dd;
    --color-border-hover: #d4cfc6;
    
    /* Brand — Emerald Green (rich, warm) */
    --color-accent: #2d7a5f;
    --color-accent-hover: #236349;
    --color-accent-light: #e8f5f0;
    --color-accent-muted: #a8d5c5;
    
    /* Secondary — Warm Terracotta */
    --color-secondary: #c4785a;
    --color-secondary-hover: #a8614a;
    --color-secondary-light: #fdf3ef;
    
    /* Semantic */
    --color-success: #3d8b5f;
    --color-success-light: #e8f5ed;
    --color-warning: #c4943a;
    --color-warning-light: #fdf8eb;
    --color-error: #c45a5a;
    --color-error-light: #fdf0f0;
    
    /* Neutral tones */
    --color-cream: #f5f1e8;
    --color-sand: #e8e2d5;
    --color-stone: #d4cec2;
    
    /* Spacing scale */
    --s-1: 4px;
    --s-2: 8px;
    --s-3: 12px;
    --s-4: 16px;
    --s-5: 24px;
    --s-6: 32px;
    --s-7: 48px;
    --s-8: 64px;
    
    /* Radii */
    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 16px;
    --r-xl: 24px;
    --r-full: 9999px;
    
    /* Sizing */
    --container-max: 1200px;
    --tap: 44px;
    
    /* Shadows (warm tinted) */
    --shadow-sm: 0 1px 3px rgba(45, 42, 38, 0.06);
    --shadow-md: 0 4px 12px rgba(45, 42, 38, 0.08);
    --shadow-lg: 0 12px 28px rgba(45, 42, 38, 0.12);
    --shadow-xl: 0 20px 40px rgba(45, 42, 38, 0.15);
    
    /* ====== ULTRA PREMIUM HEADER TOKENS (v3.0 Luxury Design) ====== */
    /* Deep Dark Navy Base */
    --sh-header-bg-primary: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    --sh-header-bg-secondary: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    --sh-header-bg-glass: rgba(15, 23, 42, 0.97);
    
    /* Luxury Gold Accent */
    --sh-header-gold: #d4a853;
    --sh-header-gold-light: #e8c882;
    --sh-header-gold-dark: #b08d3e;
    --sh-header-gold-gradient: linear-gradient(135deg, #e8c882 0%, #d4a853 50%, #b08d3e 100%);
    --sh-header-gold-glow: 0 0 20px rgba(212, 168, 83, 0.4);
    --sh-header-gold-shimmer: 0 0 30px rgba(212, 168, 83, 0.25), 0 0 60px rgba(212, 168, 83, 0.1);
    
    /* Electric Emerald Accent */
    --sh-header-emerald: #10b981;
    --sh-header-emerald-light: #34d399;
    --sh-header-emerald-dark: #059669;
    --sh-header-emerald-gradient: linear-gradient(135deg, #34d399 0%, #10b981 50%, #059669 100%);
    --sh-header-emerald-glow: 0 0 15px rgba(16, 185, 129, 0.35);
    
    /* Text Colors */
    --sh-header-text: #f8fafc;
    --sh-header-text-muted: #94a3b8;
    --sh-header-text-dim: #64748b;
    
    /* Borders & Dividers */
    --sh-header-border: rgba(148, 163, 184, 0.15);
    --sh-header-border-glow: rgba(212, 168, 83, 0.3);
    --sh-header-divider: linear-gradient(90deg, transparent 0%, rgba(212, 168, 83, 0.5) 20%, rgba(212, 168, 83, 0.8) 50%, rgba(212, 168, 83, 0.5) 80%, transparent 100%);
    
    /* Shadows */
    --sh-header-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
    --sh-header-shadow-lift: 0 12px 40px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.3);
    
    /* Typography — Nunito: строгий и мягкий */
    --font-sans: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-size-4xl: 2.5rem;
    --font-size-5xl: 3rem;
    
    --line-height-tight: 1.2;
    --line-height-base: 1.6;
    --line-height-relaxed: 1.8;
    
    --letter-spacing-tight: -0.01em;
    --letter-spacing-normal: 0;
    --letter-spacing-wide: 0.01em;
    
    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 400ms ease;
}

/* ==========================================================================
   Base Styles (scoped)
   ========================================================================== */

/* Reset (global) */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Scoped base */
[data-page="shop"] {
    font-family: var(--font-sans);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text);
    background-color: var(--color-bg);
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: var(--letter-spacing-normal);
}

[data-page="shop"] img {
    max-width: 100%;
    height: auto;
    display: block;
}

[data-page="shop"] ul {
    list-style: none;
}

[data-page="shop"] a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition-fast);
}

[data-page="shop"] a:hover {
    color: var(--color-accent-hover);
}

/* Focus-visible for accessibility */
[data-page="shop"] a:focus-visible,
[data-page="shop"] button:focus-visible,
[data-page="shop"] input:focus-visible,
[data-page="shop"] select:focus-visible,
[data-page="shop"] textarea:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* Typography */
[data-page="shop"] h1,
[data-page="shop"] h2,
[data-page="shop"] h3,
[data-page="shop"] h4,
[data-page="shop"] h5,
[data-page="shop"] h6 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: var(--line-height-tight);
    color: var(--color-text);
    letter-spacing: var(--letter-spacing-tight);
}

[data-page="shop"] h1:not(.sh-hero__title):not(.sh-account2__user-name):not(.sh-product-info__title) { font-size: var(--font-size-4xl); margin-bottom: var(--s-5); }
[data-page="shop"] h2 { font-size: var(--font-size-3xl); margin-bottom: var(--s-4); }
[data-page="shop"] h3 { font-size: var(--font-size-2xl); margin-bottom: var(--s-3); }
[data-page="shop"] h4 { font-size: var(--font-size-xl); margin-bottom: var(--s-3); }

[data-page="shop"] p { margin-bottom: var(--s-4); }

/* ==========================================================================
   STEP 2: Layout Utilities
   ========================================================================== */

/* Container */
.sh-container {
    width: 100%;
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--s-4);
    padding-right: var(--s-4);
}

@media (min-width: 768px) {
    .sh-container {
        padding-left: var(--s-5);
        padding-right: var(--s-5);
    }
}

/* Stack (vertical spacing) */
.sh-stack > * + * {
    margin-top: var(--s-4);
}

.sh-stack--sm > * + * {
    margin-top: var(--s-2);
}

.sh-stack--lg > * + * {
    margin-top: var(--s-6);
}

/* Grid */
.sh-grid {
    display: grid;
    gap: var(--s-4);
    grid-template-columns: 1fr;
}

@media (min-width: 480px) {
    .sh-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .sh-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--s-5);
    }
}

@media (min-width: 1024px) {
    .sh-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.sh-grid--3 {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .sh-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .sh-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Row (horizontal) */
.sh-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-3);
    align-items: center;
}

.sh-row--between {
    justify-content: space-between;
}

.sh-row--center {
    justify-content: center;
}

/* Divider */
.sh-divider {
    border: 0;
    border-top: 1px solid var(--color-border);
    margin: var(--s-6) 0;
}

/* Section spacing */
.sh-section {
    padding-top: var(--s-7);
    padding-bottom: var(--s-7);
}

@media (min-width: 768px) {
    .sh-section {
        padding-top: var(--s-8);
        padding-bottom: var(--s-8);
    }
}

/* ==========================================================================
   STEP 3: Components
   ========================================================================== */

/* --- Card --- */
.sh-card {
    background-color: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
    transition: box-shadow var(--transition-base), 
                border-color var(--transition-base),
                transform var(--transition-base);
}

.sh-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.sh-card--surface {
    background-color: var(--color-surface);
}

.sh-card--clickable {
    cursor: pointer;
}

.sh-card--clickable:hover {
    border-color: var(--color-accent);
}

/* --- Button --- */
.sh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-2);
    min-height: var(--tap);
    padding: var(--s-3) var(--s-5);
    font-family: var(--font-sans);
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--r-md);
    cursor: pointer;
    letter-spacing: var(--letter-spacing-wide);
    transition: background-color var(--transition-base), 
                border-color var(--transition-base),
                color var(--transition-base),
                box-shadow var(--transition-base),
                transform var(--transition-fast);
}

.sh-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.sh-btn:active {
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
}

.sh-btn:disabled,
.sh-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Primary */
.sh-btn--primary {
    background-color: var(--color-accent);
    color: #ffffff;
    border-color: var(--color-accent);
}

.sh-btn--primary:hover {
    background-color: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
    color: #ffffff;
}

/* Secondary */
.sh-btn--secondary {
    background-color: var(--color-surface-elevated);
    color: var(--color-text);
    border-color: var(--color-border);
}

.sh-btn--secondary:hover {
    background-color: var(--color-surface);
    border-color: var(--color-accent-muted);
    color: var(--color-text);
}

/* Ghost */
.sh-btn--ghost {
    background-color: transparent;
    color: var(--color-accent);
    border-color: transparent;
}

.sh-btn--ghost:hover {
    background-color: var(--color-accent-light);
    color: var(--color-accent-hover);
}

/* Small button */
.sh-btn--sm {
    min-height: 36px;
    padding: var(--s-2) var(--s-4);
    font-size: var(--font-size-sm);
}

/* --- Input --- */
.sh-input {
    display: block;
    width: 100%;
    height: var(--tap);
    padding: var(--s-3) var(--s-4);
    font-family: var(--font-sans);
    font-size: 16px; /* Prevents zoom on iOS */
    line-height: 1.5;
    color: var(--color-text);
    background-color: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-md);
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.sh-input::placeholder {
    color: var(--color-muted);
}

.sh-input:hover {
    border-color: var(--color-border-hover);
}

.sh-input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 4px var(--color-accent-light);
    outline: none;
}

/* --- Badge --- */
.sh-badge {
    display: inline-flex;
    align-items: center;
    padding: var(--s-1) var(--s-3);
    font-size: var(--font-size-xs);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-secondary);
    background-color: var(--color-surface);
    border-radius: var(--r-full);
}

.sh-badge--accent {
    color: var(--color-accent);
    background-color: var(--color-accent-light);
}

.sh-badge--secondary {
    color: var(--color-secondary);
    background-color: var(--color-secondary-light);
}

/* --- Price --- */
.sh-price {
    font-family: var(--font-display);
    font-size: var(--font-size-2xl);
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: var(--letter-spacing-tight);
}

.sh-price--lg {
    font-size: var(--font-size-4xl);
}

/* ==========================================================================
   Header styles moved to /css/shop/header.css
   ========================================================================== */

/* --- Search Results Section --- */
.sh-search-section {
    margin-bottom: var(--s-8);
}

.sh-search-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--s-4);
    padding-bottom: var(--s-3);
    border-bottom: 1px solid var(--color-border);
}

.sh-search-section__title {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--color-text);
    margin: 0;
}

.sh-search-section__count {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    background: var(--color-surface-hover);
    padding: var(--s-1) var(--s-3);
    border-radius: var(--r-full);
}

.sh-search-pages {
    display: flex;
    flex-direction: column;
    gap: var(--s-3);
}

.sh-search-page {
    padding: var(--s-4);
    background: var(--color-surface-elevated);
    border-radius: var(--r-lg);
    border: 1px solid var(--color-border);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.sh-search-page:hover {
    border-color: var(--color-accent);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.sh-search-page__title {
    font-weight: 600;
    font-size: var(--font-size-base);
    margin: 0 0 var(--s-2);
}

.sh-search-page__title a {
    color: var(--color-text);
    text-decoration: none;
}

.sh-search-page__title a:hover {
    color: var(--color-accent);
}

.sh-search-page__excerpt {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.6;
}

/* --- Premium Empty State --- */
.sh-empty--premium {
    text-align: center;
    padding: var(--s-10) var(--s-6);
    background: linear-gradient(135deg, var(--color-surface-elevated) 0%, var(--color-surface) 100%);
    border-radius: var(--r-xl);
    border: 2px dashed var(--color-border);
}

.sh-empty--premium .sh-empty__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--s-4);
    color: var(--color-stone);
    opacity: 0.5;
}

.sh-empty--premium .sh-empty__title {
    font-family: var(--font-display);
    font-size: var(--font-size-2xl);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-2);
}

.sh-empty--premium .sh-empty__text {
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
    margin: 0 0 var(--s-6);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.sh-empty--premium .sh-btn {
    min-width: 200px;
}

/* --- Header Row 2: Nav + Lead + Phone (WOW v2) --- */
.sh-header__row--nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-4);
    flex-wrap: wrap;
}

/* Header Lead Block (buttons + phone) — Legacy support */
.sh-header__lead {
    display: flex;
    align-items: center;
    gap: var(--s-5);
}

/* Lead Buttons Container — Legacy support */
.sh-lead-buttons {
    display: flex;
    gap: var(--s-3);
}

/* Primary CTA Button — Updated for v3 palette */
.sh-btn--primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--s-2) var(--s-4);
    font-family: var(--font-sans);
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: #0f172a;
    background: var(--sh-header-gold-gradient);
    border: none;
    border-radius: var(--r-md);
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(212, 168, 83, 0.3);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.sh-btn--primary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 168, 83, 0.4), var(--sh-header-gold-glow);
    color: #0f172a;
    text-decoration: none;
}

.sh-btn--primary-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(212, 168, 83, 0.2);
}

.sh-btn--primary-cta:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.4), 0 4px 16px rgba(212, 168, 83, 0.4);
}

/* Secondary CTA Button — Updated for v3 palette */
.sh-btn--secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--s-2) var(--s-4);
    font-family: var(--font-sans);
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--sh-header-emerald-light);
    background: transparent;
    border: 2px solid var(--sh-header-emerald);
    border-radius: var(--r-md);
    cursor: pointer;
    text-decoration: none;
    transition: transform var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.sh-btn--secondary-cta:hover {
    transform: translateY(-2px);
    background: var(--sh-header-emerald-gradient);
    color: #0f172a;
    border-color: transparent;
    box-shadow: var(--sh-header-emerald-glow);
    text-decoration: none;
}

.sh-btn--secondary-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}

.sh-btn--secondary-cta:focus-visible {
    outline: none;
    border-color: var(--sh-header-emerald);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
}

/* Phone Block in Lead — Updated */
.sh-phones {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Callback Link — Updated for v3 */
.sh-header__callback {
    display: inline-block;
    position: relative;
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: var(--sh-header-gold);
    text-decoration: none;
    margin-top: var(--s-1);
    padding-bottom: 3px;
    text-align: center;
    transition: color var(--transition-fast);
}

.sh-header__callback::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: var(--sh-header-gold-gradient);
    border-radius: 1px;
    opacity: 0.5;
    transition: left var(--transition-fast), right var(--transition-fast), opacity var(--transition-fast);
}

.sh-header__callback:hover {
    color: var(--sh-header-gold-light);
}

.sh-header__callback:hover::after {
    left: 0;
    right: 0;
    opacity: 1;
}

.sh-header__callback:focus-visible {
    outline: 2px solid var(--sh-header-gold);
    outline-offset: 2px;
    border-radius: var(--r-sm);
}

/* Small outline button for header */
.sh-btn--sm {
    padding: var(--s-2) var(--s-3);
    font-size: var(--font-size-sm);
}

.sh-btn--outline {
    background: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
}

.sh-btn--outline:hover {
    background: var(--color-accent);
    color: #fff;
}

/* --- Flash Messages --- */
.sh-flash {
    padding: var(--s-3) 0;
}

.sh-flash--success {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-bottom: 1px solid #a7f3d0;
}

.sh-flash__content {
    display: flex;
    align-items: center;
    gap: var(--s-3);
}

.sh-flash__icon {
    width: 24px;
    height: 24px;
    color: #059669;
    flex-shrink: 0;
}

.sh-flash__text {
    font-weight: 500;
    color: #065f46;
}

/* ==========================================================================
   LEAD MODALS — Premium SaaS 2025 (Stripe/Linear/Framer style)
   ========================================================================== */
.sh-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-modal:target {
    opacity: 1;
    visibility: visible;
}

.sh-modal__backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        rgba(15, 23, 42, 0.7) 0%, 
        rgba(15, 23, 42, 0.85) 100%
    );
}

.sh-modal__container {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 88vh;
    overflow-y: auto;
    /* Premium card: subtle gradient + layered shadows */
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(249, 250, 251, 1) 100%
    );
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    box-shadow: 
        0 0 0 1px rgba(0, 0, 0, 0.03),
        0 2px 4px rgba(0, 0, 0, 0.02),
        0 8px 16px rgba(0, 0, 0, 0.04),
        0 24px 48px rgba(0, 0, 0, 0.08);
    transform: translateY(16px) scale(0.98);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-modal:target .sh-modal__container {
    transform: translateY(0) scale(1);
}

.sh-modal__container--compact {
    max-width: 380px;
}

/* Header — compact, refined */
.sh-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(250, 250, 250, 0.8) 100%
    );
    border-radius: 20px 20px 0 0;
}

.sh-modal__title {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.sh-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    color: #64748b;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.sh-modal__close svg {
    width: 18px;
    height: 18px;
}

.sh-modal__close:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #1e293b;
}

.sh-modal__close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #d4a853;
}

/* Body — compact padding */
.sh-modal__body {
    padding: 16px 20px 20px;
}

.sh-modal__intro {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 16px;
    line-height: 1.5;
}

/* Footer — sticky bottom with gradient fade */
.sh-modal__footer {
    position: sticky;
    bottom: 0;
    padding: 16px 20px 20px;
    background: linear-gradient(180deg, 
        rgba(249, 250, 251, 0) 0%, 
        rgba(249, 250, 251, 1) 20%, 
        rgba(249, 250, 251, 1) 100%
    );
    border-radius: 0 0 20px 20px;
}

.sh-modal__privacy {
    font-size: 11px;
    color: #64748b;
    text-align: center;
    margin: 10px 0 0;
    line-height: 1.5;
}

.sh-modal__privacy a {
    color: #f7931e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-modal__privacy a:hover {
    color: #e07b0a;
    text-decoration: underline;
}

/* ==========================================================================
   MODAL FORM ELEMENTS — Premium SaaS 2025
   ========================================================================== */
.sh-form-group {
    margin-bottom: 14px;
}

.sh-form-group:last-child {
    margin-bottom: 0;
}

.sh-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sh-form-row .sh-form-group {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .sh-form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.sh-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.sh-required {
    color: #f43f5e;
    margin-left: 2px;
}

.sh-input,
.sh-textarea {
    width: 100%;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #1e293b;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.15s ease;
}

.sh-input::placeholder,
.sh-textarea::placeholder {
    color: #94a3b8;
}

.sh-input:hover,
.sh-textarea:hover {
    border-color: rgba(0, 0, 0, 0.15);
}

.sh-input:focus,
.sh-textarea:focus {
    outline: none;
    border-color: #d4a853;
    box-shadow: 
        0 0 0 3px rgba(212, 168, 83, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.04);
}

.sh-textarea {
    resize: vertical;
    min-height: 80px;
}

.sh-form-hint {
    font-size: 12px;
    color: #64748b;
    margin: 6px 0 0;
    line-height: 1.4;
}

.sh-error {
    display: block;
    font-size: 12px;
    color: #f43f5e;
    margin-top: 4px;
    font-weight: 500;
}

/* ==========================================================================
   FILE UPLOAD — Premium SaaS 2025
   ========================================================================== */
.sh-file-upload {
    position: relative;
}

.sh-file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.sh-file-upload__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    border: 1.5px dashed rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: linear-gradient(180deg, 
        rgba(249, 250, 251, 0.8) 0%, 
        rgba(243, 244, 246, 0.6) 100%
    );
    text-align: center;
    transition: all 0.2s ease;
}

.sh-file-upload:hover .sh-file-upload__content,
.sh-file-input:focus + .sh-file-upload__content {
    border-color: #d4a853;
    background: linear-gradient(180deg, 
        rgba(212, 168, 83, 0.04) 0%, 
        rgba(212, 168, 83, 0.08) 100%
    );
}

.sh-file-upload__icon {
    width: 28px;
    height: 28px;
    color: #d4a853;
    margin-bottom: 6px;
}

.sh-file-upload__text {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.sh-file-upload__hint {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
}

/* File upload with label (for modals) */
.sh-file-upload__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.sh-file-upload__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    border: 1.5px dashed rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: linear-gradient(180deg, 
        rgba(249, 250, 251, 0.8) 0%, 
        rgba(243, 244, 246, 0.6) 100%
    );
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.sh-file-upload:hover .sh-file-upload__label,
.sh-file-upload__input:focus + .sh-file-upload__label {
    border-color: #d4a853;
    background: linear-gradient(180deg, 
        rgba(212, 168, 83, 0.04) 0%, 
        rgba(212, 168, 83, 0.08) 100%
    );
}

.sh-file-upload__list {
    margin-top: 8px;
    font-size: 12px;
    color: #64748b;
}

/* File List — Visual feedback for selected files */
.sh-file-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.sh-file-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: rgba(249, 250, 251, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 6px;
    font-size: 13px;
}

.sh-file-list__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #64748b;
}

.sh-file-list__icon svg {
    width: 100%;
    height: 100%;
}

.sh-file-list__name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #374151;
    font-weight: 500;
}

.sh-file-list__name--error {
    color: #dc2626;
}

.sh-file-list__size {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 12px;
}

.sh-file-list__size--error {
    color: #dc2626;
}

.sh-file-list__remove {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding: 4px;
    border: none;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.15s ease;
}

.sh-file-list__remove:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}

.sh-file-list__remove svg {
    width: 100%;
    height: 100%;
}

.sh-file-list__counter {
    font-size: 11px;
    color: #94a3b8;
    text-align: right;
    margin-top: 4px;
}

.sh-file-upload__error {
    display: none;
    margin-top: 6px;
    padding: 8px 10px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 6px;
    color: #dc2626;
    font-size: 12px;
}

/* ==========================================================================
   MODAL HINT BLOCK — Premium SaaS 2025 (subtle card)
   ========================================================================== */
.sh-modal__hint-block {
    margin-top: 16px;
    padding: 12px 14px;
    background: linear-gradient(135deg, 
        rgba(212, 168, 83, 0.06) 0%, 
        rgba(212, 168, 83, 0.02) 100%
    );
    border: 1px solid rgba(212, 168, 83, 0.15);
    border-radius: 12px;
}

.sh-modal__hint-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.sh-modal__hint-icon {
    width: 16px;
    height: 16px;
    color: #d4a853;
    flex-shrink: 0;
}

.sh-modal__hint-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

.sh-modal__hint-list {
    margin: 0 0 10px;
    padding-left: 24px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

.sh-modal__hint-list li {
    margin-bottom: 2px;
}

.sh-modal__hint-link {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #d4a853;
    text-decoration: none;
    transition: color 0.15s ease;
}

.sh-modal__hint-link:hover {
    color: #c49a47;
}

/* ==========================================================================
   MODAL BENEFITS — Premium SaaS 2025 (surveyor modal)
   ========================================================================== */
.sh-modal__benefits {
    margin-top: 16px;
    padding: 14px;
    background: linear-gradient(180deg, 
        rgba(249, 250, 251, 1) 0%, 
        rgba(243, 244, 246, 0.8) 100%
    );
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.sh-modal__benefits-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}

.sh-modal__benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sh-modal__benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.4;
}

.sh-modal__benefits-list li:first-child {
    padding-top: 0;
}

.sh-modal__benefits-list li:last-child {
    padding-bottom: 0;
}

.sh-modal__benefits-list li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sh-modal__check {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Modal Notice (info/warning boxes) */
.sh-modal__notice {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
}

.sh-modal__notice--info {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #1e40af;
}

.sh-modal__notice svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 0.8;
}

.sh-modal__notice strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1e3a8a;
}

.sh-modal__notice p {
    margin: 0;
    opacity: 0.9;
}

/* Modal Steps (numbered list) */
.sh-modal__step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ==========================================================================
   INSTALLATION MODAL (Montage Page)
   ========================================================================== */

.sh-modal--installation .sh-modal__container {
    max-width: 500px;
}

.sh-modal--installation .sh-modal__intro {
    margin-bottom: 20px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #166534;
}

/* Radio Group */
.sh-radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.sh-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: #fff;
}

.sh-radio:hover {
    border-color: #10b981;
    background: #f0fdf4;
}

.sh-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sh-radio__mark {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.sh-radio__mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.sh-radio input[type="radio"]:checked ~ .sh-radio__mark {
    border-color: #10b981;
}

.sh-radio input[type="radio"]:checked ~ .sh-radio__mark::after {
    transform: translate(-50%, -50%) scale(1);
}

.sh-radio input[type="radio"]:checked ~ .sh-radio__label {
    color: #166534;
    font-weight: 500;
}

.sh-radio__label {
    font-size: 14px;
    color: #475569;
    transition: all 0.2s ease;
}

/* Radio Cards Style */
.sh-radio-group--cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 480px) {
    .sh-radio-group--cards {
        grid-template-columns: 1fr;
    }
}

.sh-radio--card {
    flex: 1;
    justify-content: flex-start;
    padding: 12px 14px;
    border: 2px solid #e2e8f0;
}

.sh-radio--card:has(input:checked) {
    border-color: #10b981;
    background: #f0fdf4;
}

/* Phone Hint */
.sh-modal__phone-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 14px;
    color: #64748b;
}

.sh-modal__phone-hint svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    color: #10b981;
    flex-shrink: 0;
}

.sh-modal__phone-link {
    color: #10b981;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-modal__phone-link:hover {
    color: #059669;
}

/* Success State */
.sh-modal__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
}

.sh-modal__success[hidden] {
    display: none;
}

.sh-modal__success-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-radius: 50%;
    margin-bottom: 20px;
}

.sh-modal__success-icon svg {
    width: 32px;
    height: 32px;
    color: #10b981;
}

.sh-modal__success-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px;
}

.sh-modal__success-text {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 24px;
    line-height: 1.5;
}

/* Error State */
.sh-error--hidden {
    display: none;
}

.sh-form-group--error .sh-input {
    border-color: #ef4444;
    background: #fef2f2;
}

.sh-form-group--error .sh-error {
    display: block;
}

/* Loading Spinner */
.sh-spinner {
    width: 20px;
    height: 20px;
    animation: sh-spin 1s linear infinite;
}

@keyframes sh-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.sh-btn__loader[hidden] {
    display: none;
}

.sh-btn--loading .sh-btn__text {
    opacity: 0;
}

.sh-btn--loading .sh-btn__loader {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sh-btn--full {
    width: 100%;
}

/* ==========================================================================
   BUTTON FULL WIDTH + PREMIUM SUBMIT
   ========================================================================== */
.sh-btn--full {
    width: 100%;
}

/* Premium submit button for modals */
.sh-modal__footer .sh-btn--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    background: linear-gradient(135deg, 
        #e8c36d 0%, 
        #d4a853 50%, 
        #c49a47 100%
    );
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 4px 12px rgba(212, 168, 83, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    letter-spacing: -0.01em;
}

.sh-modal__footer .sh-btn--primary:hover {
    background: linear-gradient(135deg, 
        #f5d485 0%, 
        #e8c36d 50%, 
        #d4a853 100%
    );
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(212, 168, 83, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.sh-modal__footer .sh-btn--primary:active {
    transform: translateY(0);
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 2px 8px rgba(212, 168, 83, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.sh-modal__footer .sh-btn--primary:focus-visible {
    outline: none;
    box-shadow: 
        0 0 0 3px rgba(212, 168, 83, 0.4),
        0 4px 12px rgba(212, 168, 83, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   MODAL RESPONSIVE — Mobile optimizations
   ========================================================================== */
@media (max-width: 520px) {
    .sh-modal {
        padding: 12px;
        align-items: flex-end;
    }
    
    .sh-modal__container {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 20px 20px 0 0;
    }
    
    .sh-modal__header {
        padding: 14px 16px;
        border-radius: 20px 20px 0 0;
    }
    
    .sh-modal__title {
        font-size: 16px;
    }
    
    .sh-modal__body {
        padding: 14px 16px 18px;
    }
    
    .sh-modal__footer {
        padding: 14px 16px 20px;
    }
    
    .sh-modal__footer .sh-btn--primary {
        padding: 14px 20px;
    }
}

/* Button large */
.sh-btn--lg {
    padding: var(--s-3) var(--s-6);
    font-size: var(--font-size-base);
}

/* Mobile Modal Adjustments */
@media (max-width: 640px) {
    .sh-modal {
        padding: var(--s-2);
        align-items: flex-end;
    }
    
    .sh-modal__container {
        max-height: 85vh;
        border-radius: var(--r-xl) var(--r-xl) 0 0;
    }
    
    .sh-modal__header {
        padding: var(--s-4);
    }
    
    .sh-modal__body {
        padding: var(--s-4);
    }
    
    .sh-modal__footer {
        padding: var(--s-4);
    }
}

/* Reduced motion for modals — high specificity */
@media (prefers-reduced-motion: reduce) {
    .sh-modal,
    .sh-modal *,
    .sh-modal *::before,
    .sh-modal *::after,
    .sh-modal__container,
    .sh-flash,
    .sh-file-upload__content {
        transition: none;
        animation: none;
    }
}

/* ==========================================================================
   PRODUCT QUOTE MODAL — Premium SaaS 2025 (Stripe/Linear/Framer)
   ========================================================================== */

/* Container - Premium sizing */
.sh-modal__container--product {
    max-width: 520px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Form wrapper */
.sh-modal--product .sh-modal__form {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* Scrollable body - contains all form content including submit button */
.sh-modal--product .sh-modal__body {
    overflow-y: auto;
    overscroll-behavior: contain;
    flex: 1;
    min-height: 0;
    padding: 20px 24px 24px;
    scroll-behavior: smooth;
}

/* Premium scrollbar */
.sh-modal--product .sh-modal__body::-webkit-scrollbar {
    width: 6px;
}

.sh-modal--product .sh-modal__body::-webkit-scrollbar-track {
    background: rgba(241, 245, 249, 0.5);
    border-radius: 3px;
    margin: 4px 0;
}

.sh-modal--product .sh-modal__body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.sh-modal--product .sh-modal__body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #94a3b8 0%, #64748b 100%);
}

/* Firefox scrollbar */
.sh-modal--product .sh-modal__body {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 rgba(241, 245, 249, 0.5);
}

/* Header with gradient accent line */
.sh-modal__header--product {
    position: relative;
    padding: 20px 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-bottom: none;
    border-radius: 16px 16px 0 0;
}

.sh-modal__header--product::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        #10b981 0%, 
        #34d399 25%, 
        #d4a853 75%, 
        #e8c878 100%
    );
}

.sh-modal__header-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sh-pq-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    color: #10b981;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sh-pq-badge svg {
    color: #10b981;
}

.sh-modal__header--product .sh-modal__title {
    color: #f1f5f9;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.sh-modal__close--light {
    color: #94a3b8;
}

.sh-modal__close--light:hover {
    color: #f1f5f9;
    background: rgba(255, 255, 255, 0.1);
}

/* Product Preview Card — теперь внутри scrollable body */
.sh-pq-product {
    display: flex;
    gap: 16px;
    padding: 16px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
    box-shadow: 
        0 1px 3px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.sh-pq-product__image {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sh-pq-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sh-pq-product__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.sh-pq-product__name {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.35;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sh-pq-product__meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sh-pq-product__sku {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
}

.sh-pq-product__price {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* Quick Benefits Strip */
.sh-pq-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
}

.sh-pq-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 10px 4px;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.04) 0%, rgba(16, 185, 129, 0.08) 100%);
    border-radius: 10px;
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.sh-pq-benefit__icon {
    width: 20px;
    height: 20px;
    color: #10b981;
}

.sh-pq-benefit span {
    font-size: 10px;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
}

/* Form Sections */
.sh-pq-section {
    margin-bottom: 16px;
}

.sh-pq-section__title {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 6px;
}

.sh-pq-section__title .sh-label-hint {
    font-size: 10px;
    font-weight: 500;
    color: #94a3b8;
    text-transform: none;
    letter-spacing: normal;
}

/* Surveyor Upsell Checkbox */
.sh-pq-upsell {
    margin-top: 8px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.06) 0%, rgba(212, 168, 83, 0.02) 100%);
    border: 1px solid rgba(212, 168, 83, 0.15);
    border-radius: 12px;
}

.sh-pq-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.sh-pq-checkbox__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.sh-pq-checkbox__box {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.sh-pq-checkbox__box svg {
    width: 14px;
    height: 14px;
    color: #ffffff;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.15s ease;
}

.sh-pq-checkbox__input:checked + .sh-pq-checkbox__box {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: #10b981;
}

.sh-pq-checkbox__input:checked + .sh-pq-checkbox__box svg {
    opacity: 1;
    transform: scale(1);
}

.sh-pq-checkbox__input:focus-visible + .sh-pq-checkbox__box {
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.sh-pq-checkbox:hover .sh-pq-checkbox__box {
    border-color: rgba(16, 185, 129, 0.5);
}

.sh-pq-checkbox__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 2px;
}

.sh-pq-checkbox__title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.01em;
}

.sh-pq-checkbox__desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* Submit section (inside scrollable body) */
.sh-pq-submit {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.sh-pq-privacy {
    font-size: 11px;
    color: #64748b;
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.5;
}

.sh-pq-privacy a {
    color: #f7931e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-pq-privacy a:hover {
    color: #e07b0a;
    text-decoration: underline;
}

/* Button with glow effect */
.sh-btn--glow {
    position: relative;
    overflow: hidden;
}

.sh-btn--glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    animation: btn-shimmer 3s ease-in-out infinite;
}

@keyframes btn-shimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.sh-btn__icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Button spinner */
.sh-btn__spinner {
    animation: btn-spin 1s linear infinite;
}

@keyframes btn-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success State */
.sh-pq-success {
    text-align: center;
    padding: 48px 24px;
}

.sh-pq-success__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #10b981;
    animation: success-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes success-pop {
    0% { opacity: 0; transform: scale(0.5); }
    50% { transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

.sh-pq-success__title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.sh-pq-success__text {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 24px;
    line-height: 1.5;
}

/* Product Modal Responsive */
@media (max-width: 520px) {
    .sh-modal__container--product {
        max-width: 100%;
    }
    
    .sh-modal__header--product {
        padding: 16px 18px;
    }
    
    .sh-modal__header--product .sh-modal__title {
        font-size: 18px;
    }
    
    .sh-pq-product {
        padding: 14px 16px;
        gap: 12px;
    }
    
    .sh-pq-product__image {
        width: 64px;
        height: 64px;
    }
    
    .sh-pq-product__name {
        font-size: 13px;
    }
    
    .sh-pq-product__price {
        font-size: 16px;
    }
    
    .sh-pq-benefits {
        gap: 6px;
        padding: 10px 0 14px;
    }
    
    .sh-pq-benefit {
        padding: 8px 2px;
    }
    
    .sh-pq-benefit__icon {
        width: 18px;
        height: 18px;
    }
    
    .sh-pq-benefit span {
        font-size: 9px;
    }
}

/* ==========================================================================
   CONSULTATION MODAL — Premium SaaS 2025 (Stripe/Linear/Framer)
   ========================================================================== */

.sh-modal--consult {
    padding: 12px;
}

.sh-modal__container--consult {
    max-width: 480px;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Consultation Header — Light Premium Design */
.sh-consult-header {
    position: relative;
    padding: 28px 24px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px 24px 0 0;
    text-align: center;
}

.sh-consult-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #d4a853 0%, #c49a47 100%);
    border: none;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(212, 168, 83, 0.3);
}

.sh-consult-header__badge svg {
    color: #ffffff;
}

.sh-consult-header__title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.sh-consult-header__subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.sh-consult-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    color: #64748b;
    transition: all 0.15s ease;
}

.sh-consult-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #0f172a;
}

.sh-consult-close svg {
    width: 20px;
    height: 20px;
}

/* Expert Card */
.sh-consult-expert {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    margin: -12px 16px 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}

.sh-consult-expert__avatar {
    position: relative;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.sh-consult-expert__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.sh-consult-expert__status {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 14px;
    height: 14px;
    background: #10b981;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.sh-consult-expert__info {
    flex: 1;
    min-width: 0;
}

.sh-consult-expert__name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
}

.sh-consult-expert__role {
    display: block;
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
}

.sh-consult-expert__response {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #047857;
    white-space: nowrap;
}

/* Benefits Section */
.sh-consult-benefits {
    padding: 20px 20px 0;
}

.sh-consult-benefits__title {
    font-size: 9px;
    font-weight: 500;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
    text-align: center;
}

.sh-consult-benefits__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sh-consult-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.sh-consult-benefit__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    flex-shrink: 0;
}

.sh-consult-benefit__icon svg {
    width: 18px;
    height: 18px;
    color: #64748b;
}

.sh-consult-benefit__ruble {
    font-size: 18px;
    font-weight: 500;
    color: #64748b;
    line-height: 1;
}

.sh-consult-benefit__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sh-consult-benefit__text span {
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    line-height: 1.3;
}

.sh-consult-benefit__text small {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 400;
}

.sh-consult-benefit span {
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    line-height: 1.3;
}

/* Contact Options */
.sh-consult-contact {
    padding: 20px 20px 0;
}

.sh-consult-contact__title {
    font-size: 9px;
    font-weight: 500;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    text-align: center;
}

.sh-consult-contact__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sh-consult-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sh-consult-option:hover {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.sh-consult-option__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.sh-consult-option__icon svg {
    width: 22px;
    height: 22px;
}

.sh-consult-option--phone .sh-consult-option__icon {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
}

.sh-consult-option--chat .sh-consult-option__icon {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.sh-consult-option--telegram .sh-consult-option__icon {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    color: #0ea5e9;
}

.sh-consult-option--whatsapp .sh-consult-option__icon {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
}

.sh-consult-option__content {
    flex: 1;
    min-width: 0;
}

.sh-consult-option__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
}

.sh-consult-option__value {
    display: block;
    font-size: 12px;
    color: #64748b;
}

.sh-consult-option__arrow {
    width: 20px;
    height: 20px;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.sh-consult-option:hover .sh-consult-option__arrow {
    transform: translateX(3px);
    color: #64748b;
}

/* Divider */
.sh-consult-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 0;
}

.sh-consult-divider::before,
.sh-consult-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.sh-consult-divider span {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

/* Consultation Form */
.sh-consult-form {
    padding: 16px 20px 0;
}

.sh-consult-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.sh-consult-form .sh-form-group {
    margin-bottom: 0;
}

.sh-consult-form .sh-input,
.sh-consult-form .sh-textarea {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.sh-consult-form .sh-input:focus,
.sh-consult-form .sh-textarea:focus {
    border-color: #d4a853;
    box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.1);
}

.sh-consult-form .sh-textarea {
    margin-bottom: 14px;
    resize: none;
}

.sh-consult-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sh-consult-submit svg {
    flex-shrink: 0;
}

.sh-consult-form__privacy {
    font-size: 11px;
    color: #64748b;
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.5;
}

.sh-consult-form__privacy a {
    color: #f7931e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-consult-form__privacy a:hover {
    color: #e07b0a;
    text-decoration: underline;
}

/* Trust Badges */
.sh-consult-trust {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: 20px;
}

.sh-consult-trust__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #64748b;
}

.sh-consult-trust__item svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
}

/* Consultation Modal Responsive */
@media (max-width: 520px) {
    .sh-modal__container--consult {
        max-width: 100%;
        max-height: 95vh;
        margin: 8px;
    }
    
    .sh-consult-header {
        padding: 24px 18px 20px;
    }
    
    .sh-consult-header__title {
        font-size: 19px;
    }
    
    .sh-consult-expert {
        margin: -10px 12px 0;
        padding: 14px 16px;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .sh-consult-expert__response {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }
    
    .sh-consult-benefits__grid {
        grid-template-columns: 1fr;
    }
    
    .sh-consult-benefit {
        padding: 10px 12px;
    }
    
    .sh-consult-form__row {
        grid-template-columns: 1fr;
    }
    
    .sh-consult-trust {
        flex-wrap: wrap;
        gap: 12px 20px;
    }
}

/* --- Footer --- */
.sh-footer {
    background: #1a1917;
    color: #a8a29e;
    padding: 48px 0 0;
    margin-top: 64px;
}

/* Footer links base */
.sh-footer a {
    color: #a8a29e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-footer a:hover {
    color: #ffffff;
}

/* Footer grid - 5 columns */
.sh-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 640px) {
    .sh-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .sh-footer__grid {
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
        gap: 24px;
    }
}

/* Footer columns */
.sh-footer__col {
    min-width: 0;
}

/* Company column */
.sh-footer__col--company {
    padding-right: 16px;
}

/* Footer logo */
.sh-footer__logo {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.sh-footer__logo:hover {
    color: var(--color-accent);
}

/* Tagline */
.sh-footer__tagline {
    font-size: 14px;
    line-height: 1.5;
    color: #a8a29e;
    margin-bottom: 16px;
}

/* Company info block */
.sh-footer__company-info {
    font-size: 13px;
    color: #78716c;
    line-height: 1.6;
}

.sh-footer__company-info p {
    margin: 0;
}

/* Column titles */
.sh-footer__title {
    font-family: var(--font-display);
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    text-transform: none;
}

/* Footer links list */
.sh-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-footer__links li {
    margin-bottom: 10px;
}

.sh-footer__links a {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}

.sh-footer__link--action {
    color: var(--color-accent) !important;
}

.sh-footer__link--action:hover {
    color: var(--color-accent-hover) !important;
    text-decoration: underline;
}

/* Contacts column */
.sh-footer__contacts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-footer__contacts li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sh-footer__contacts svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #78716c;
}

.sh-footer__phone {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sh-footer__email {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.sh-footer__hours,
.sh-footer__city {
    font-size: 14px;
    color: #a8a29e;
}

/* Footer bottom */
.sh-footer__bottom {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .sh-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.sh-footer__bottom-main {
    flex: 1;
}

.sh-footer__copyright {
    font-size: 14px;
    color: #a8a29e;
    margin: 0 0 8px;
}

.sh-footer__disclaimer {
    font-size: 12px;
    color: #78716c;
    line-height: 1.5;
    margin: 0;
    max-width: 700px;
}

.sh-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
}

.sh-footer__bottom-links a {
    color: #78716c;
}

.sh-footer__bottom-links a:hover {
    color: #a8a29e;
}

/* ==========================================================================
   Page-specific Components
   ========================================================================== */

/* --- Hero Section — Compact Premium Design --- */
.sh-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: var(--s-4) 0;
    min-height: auto;
    overflow: hidden;
    border-radius: 24px;
    margin: 0 var(--s-4);
}

/* Subtle reflection/mirror effect at bottom */
.sh-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(255,255,255,0.15), transparent);
    pointer-events: none;
}

.sh-hero::before {
    display: none;
}

/* Container */
.sh-hero__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--s-4);
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .sh-hero__container {
        justify-content: center;
    }
}

/* Glass Card — Compact */
.sh-hero__glass {
    max-width: 360px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    box-shadow: 
        0 4px 24px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
    .sh-hero__glass {
        max-width: 100%;
        padding: 18px 16px;
        margin: 0 12px;
        text-align: center;
    }
}

/* Title */\n.sh-hero__title {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 5px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .sh-hero__title {
        font-size: 22px;
    }
}

/* Subtitle */
.sh-hero__subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Tags row */
.sh-hero__tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

@media (min-width: 640px) {
    .sh-hero__tags {
        grid-template-columns: 1fr 1fr;
        gap: 6px 8px;
    }
}

.sh-hero__tag {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sh-hero__tag::before {
    content: '✓';
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    margin-right: 5px;
    color: #10b981;
    font-weight: 700;
    font-size: 10px;
}

/* --- Product Card --- */
.sh-product-card {
    display: flex;
    flex-direction: column;
    background-color: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.sh-product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.sh-product-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: var(--color-surface);
}

.sh-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.sh-product-card:hover .sh-product-card__image img {
    transform: scale(1.05);
}

.sh-product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: var(--s-5);
}

.sh-product-card__title {
    font-family: var(--font-sans);
    font-size: var(--font-size-base);
    font-weight: 600;
    margin-bottom: var(--s-1);
    line-height: var(--line-height-base);
}

.sh-product-card__title a {
    color: var(--color-text);
}

.sh-product-card__title a:hover {
    color: var(--color-accent);
}

.sh-product-card__brand {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--s-2);
}

.sh-product-card__price {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--color-text);
    margin-top: auto;
    margin-bottom: var(--s-3);
}

/* Personal price display in related products */
.sh-product-card__price-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: auto;
    margin-bottom: var(--s-3);
}

.sh-product-card__price-block .cc-price--rc {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 12px;
    color: #9ca3af;
}

.sh-product-card__price-block .cc-price--rc-value {
    /* Не зачёркиваем РЦ - просто показываем для сравнения */
}

.sh-product-card__price-block .cc-price--personal {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.sh-product-card__price-block .cc-price--personal-label {
    font-size: 10px;
    font-weight: 600;
    color: #059669;
}

.sh-product-card__price-block .cc-price--personal-value {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: #059669;
}

.sh-product-card__price-block .cc-price--current,
.sh-product-card__price-block .cc-price {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--color-text);
}

.sh-product-card__price-block .cc-price--old {
    font-size: 12px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* --- Category Card --- */
.sh-category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--s-6) var(--s-4);
    background: linear-gradient(135deg, var(--color-surface-elevated) 0%, var(--color-surface) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    text-align: center;
    color: var(--color-text);
    transition: all var(--transition-base);
}

.sh-category-card:hover {
    border-color: var(--color-accent);
    box-shadow: var(--shadow-md);
    text-decoration: none;
    color: var(--color-text);
    transform: translateY(-2px);
}

.sh-category-card__title {
    font-family: var(--font-display);
    font-size: var(--font-size-lg);
    font-weight: 500;
    margin: 0;
    letter-spacing: var(--letter-spacing-tight);
}

/* --- Service Card --- */
.sh-service-card {
    display: block;
    padding: var(--s-6) var(--s-5);
    background: linear-gradient(135deg, var(--color-surface-elevated) 0%, var(--color-cream) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    color: var(--color-text);
    transition: all var(--transition-base);
}

.sh-service-card:hover {
    border-color: var(--color-accent);
    box-shadow: var(--shadow-md);
    text-decoration: none;
    color: var(--color-text);
    transform: translateY(-2px);
}

.sh-service-card__title {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 500;
    margin-bottom: var(--s-3);
    letter-spacing: var(--letter-spacing-tight);
}

.sh-service-card__desc {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
    line-height: var(--line-height-relaxed);
}

/* --- Product Topbar --- */
.sh-product-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--s-5);
}

.sh-product-topbar__actions {
    display: flex;
    gap: 0.5rem;
}

.sh-topbar-action {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sh-topbar-action:hover {
    color: #374151;
    background: #f8fafc;
    border-color: #cbd5e1;
}

.sh-topbar-action svg {
    flex-shrink: 0;
    color: #9ca3af;
}

.sh-topbar-action:hover svg {
    color: #6b7280;
}

.sh-topbar-action[data-action="favorite"].active {
    color: #ef4444;
    border-color: #fecaca;
    background: #fef2f2;
}

.sh-topbar-action[data-action="favorite"].active svg {
    fill: #ef4444;
    color: #ef4444;
}

/* --- Breadcrumb --- */
.sh-breadcrumb {
    font-size: 0.6875rem;
    color: var(--color-text-secondary);
}

.sh-breadcrumb a {
    color: var(--color-text-secondary);
    transition: color var(--transition-fast);
}

.sh-breadcrumb a:hover {
    color: var(--color-accent);
}

.sh-breadcrumb__sep {
    margin: 0 0.25rem;
    color: var(--color-muted);
}

/* S45 - Truncated breadcrumb item with tooltip */
.sh-breadcrumb__current[title] {
    cursor: help;
}

/* --- Product Detail --- */
.sh-product-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-5);
}

@media (min-width: 768px) {
    .sh-product-detail {
        grid-template-columns: 1fr 1fr;
        gap: var(--s-7);
    }
}

.sh-product-gallery__main {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-radius: var(--r-lg, 16px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.02);
    padding: 20px;
    max-height: 420px;
}

.sh-product-gallery__main img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.sh-product-gallery__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.sh-product-gallery__thumb {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    padding: 5px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sh-product-gallery__thumb:hover {
    border-color: rgba(249, 115, 22, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.12);
}

.sh-product-gallery__thumb.active {
    border-color: var(--color-accent, #f97316);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.sh-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.sh-product-info__title,
h1.sh-product-info__title,
[data-page="shop"] h1.sh-product-info__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    margin-bottom: 0;
    word-break: break-word;
    color: #111827;
}

.sh-product-info__meta {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--s-2);
}

.sh-product-info__price {
    margin: var(--s-5) 0;
}

.sh-product-info__desc {
    color: var(--color-text-secondary);
    margin-bottom: var(--s-5);
}

/* --- Catalog Layout --- */
.sh-catalog {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-6);
}

@media (min-width: 768px) {
    .sh-catalog {
        grid-template-columns: 220px 1fr;
    }
}

.sh-catalog__sidebar {
    order: 2;
}

@media (min-width: 768px) {
    .sh-catalog__sidebar {
        order: 0;
    }
}

.sh-catalog__sidebar h3 {
    font-size: var(--font-size-base);
    margin-bottom: var(--s-4);
}

.sh-category-list {
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
}

.sh-category-list a {
    color: var(--color-text);
    padding: var(--s-2) 0;
}

.sh-category-list a:hover {
    color: var(--color-accent);
}

.sh-category-list__item--active a {
    color: var(--color-accent);
    font-weight: 600;
}

/* --- Page Article --- */
.sh-article {
    max-width: 800px;
    margin: 0 auto;
}

.sh-article__body {
    color: var(--color-text-secondary);
    line-height: var(--line-height-relaxed);
}

/* --- CTA Box --- */
.sh-cta {
    text-align: center;
    padding: var(--s-6);
    background-color: var(--color-surface);
    border-radius: var(--r-md);
    margin-top: var(--s-7);
}

.sh-cta__text {
    font-size: var(--font-size-lg);
    margin-bottom: var(--s-4);
}

.sh-cta .sh-btn--primary {
    color: #ffffff !important;
    font-weight: 500;
}

.sh-cta .sh-btn--primary:hover,
.sh-cta .sh-btn--primary:focus {
    color: #ffffff !important;
}

/* --- Empty State --- */
.sh-empty {
    text-align: center;
    padding: var(--s-7) var(--s-4);
    color: var(--color-text-secondary);
}

/* --- Section Header --- */
.sh-section-title {
    text-align: center;
    margin-bottom: var(--s-6);
}

.sh-section-footer {
    text-align: center;
    margin-top: var(--s-6);
}

/* --- Pagination --- */
.sh-pagination {
    display: flex;
    justify-content: center;
    margin-top: var(--s-6);
}

.shop-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.shop-pagination__arrow,
.shop-pagination__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
}

.shop-pagination__arrow svg {
    width: 20px;
    height: 20px;
}

.shop-pagination__arrow:hover:not(.shop-pagination__arrow--disabled) {
    background: #f1f5f9;
    color: #0f172a;
}

.shop-pagination__arrow--disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.shop-pagination__page:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.shop-pagination__page--active {
    background: #14b8a6;
    color: white;
    cursor: default;
}

.shop-pagination__page--active:hover {
    background: #14b8a6;
    color: white;
}

.shop-pagination__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: #94a3b8;
    font-size: 14px;
}

/* Mobile pagination - professional e-commerce style */
@media (max-width: 640px) {
    .shop-pagination {
        gap: 4px;
        padding: 12px 8px;
        background: #fafbfc;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
    }

    .shop-pagination__arrow,
    .shop-pagination__page {
        min-width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        background: #fff;
        border: 1px solid #e5e7eb;
        color: #374151;
        -webkit-tap-highlight-color: transparent;
    }

    .shop-pagination__arrow {
        background: #fff;
    }

    .shop-pagination__arrow svg {
        width: 18px;
        height: 18px;
    }

    .shop-pagination__arrow:hover:not(.shop-pagination__arrow--disabled),
    .shop-pagination__page:hover {
        background: #f1f5f9;
        border-color: #d1d5db;
    }

    .shop-pagination__arrow:active:not(.shop-pagination__arrow--disabled),
    .shop-pagination__page:active {
        background: #e2e8f0;
        transform: scale(0.96);
    }

    .shop-pagination__arrow--disabled {
        background: #f9fafb;
        border-color: #f3f4f6;
        opacity: 0.5;
    }

    .shop-pagination__page--active {
        background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
        border-color: transparent;
        color: #fff;
        box-shadow: 0 2px 8px rgba(20, 184, 166, 0.3);
    }

    .shop-pagination__page--active:hover,
    .shop-pagination__page--active:active {
        background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
        border-color: transparent;
        transform: none;
    }

    .shop-pagination__dots {
        min-width: 32px;
        height: 42px;
        color: #9ca3af;
        font-size: 16px;
        font-weight: 600;
    }

    /* Show mobile, hide desktop */
    .shop-pagination__pages--desktop {
        display: none;
    }
    .shop-pagination__pages--mobile {
        display: contents;
    }
}

/* Desktop: show desktop, hide mobile */
@media (min-width: 641px) {
    .shop-pagination__pages--mobile {
        display: none;
    }
    .shop-pagination__pages--desktop {
        display: contents;
    }
}

/* ==========================================================================
   STEP 5: Responsive (Mobile-first already applied above)
   ========================================================================== */

/* Mobile nav adjustments */
@media (max-width: 767px) {
    .sh-header__inner {
        flex-direction: column;
        text-align: center;
    }
    
    .sh-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .sh-header__contacts {
        width: 100%;
        text-align: center;
    }
}

/* Ensure no horizontal scroll on shop wrapper only */
[data-page="shop"] {
    overflow-x: hidden;
}

/* Print styles */
@media print {
    .sh-header,
    .sh-footer {
        display: none;
    }
}

/* ==========================================================================
   STEP 6: Header Actions & Icon Buttons
   ========================================================================== */

.sh-header__actions {
    display: flex;
    align-items: center;
    gap: var(--s-3);
}

.sh-header__phone {
    display: none;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
}

.sh-header__phone:hover {
    color: var(--color-accent);
}

@media (min-width: 768px) {
    .sh-header__phone {
        display: block;
        margin-right: var(--s-2);
    }
}

/* Icon Button */
.sh-iconbtn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--s-1);
    min-width: var(--tap);
    min-height: var(--tap);
    padding: var(--s-2);
    font-family: var(--font-sans);
    font-size: var(--font-size-xs);
    font-weight: 500;
    color: var(--color-text);
    background-color: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-md);
    cursor: pointer;
    text-decoration: none;
    transition: all var(--transition-base);
}

.sh-iconbtn:hover {
    color: var(--color-accent);
    border-color: var(--color-accent-muted);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    text-decoration: none;
}

.sh-iconbtn:active {
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
}

.sh-iconbtn__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.sh-iconbtn__label {
    display: none;
}

@media (min-width: 480px) {
    .sh-iconbtn {
        flex-direction: row;
        gap: var(--s-2);
        padding: var(--s-2) var(--s-3);
    }
    
    .sh-iconbtn__label {
        display: block;
    }
}

/* ==========================================================================
   STEP 7: Auth Modal
   ========================================================================== */

/* Scroll Lock */
html.is-scroll-locked {
    overflow: hidden;
}

/* Modal Container */
.sh-authmodal {
    position: fixed;
    inset: 0;
    z-index: 1010; /* Must be above drawer (1002) and its overlay (1001) */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.sh-authmodal:not([hidden]) {
    pointer-events: auto;
}

/* Overlay */
.sh-authmodal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(45, 42, 38, 0.5);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.sh-authmodal:not([hidden]) .sh-authmodal__overlay {
    opacity: 1;
}

/* Panel */
.sh-authmodal__panel {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    background-color: var(--color-surface-elevated);
    border-radius: var(--r-xl) var(--r-xl) 0 0;
    box-shadow: var(--shadow-xl), 0 0 40px rgba(45, 122, 95, 0.15);
    padding: var(--s-5);
    transform: translateY(100%);
    transition: transform var(--transition-base);
}

.sh-authmodal:not([hidden]) .sh-authmodal__panel {
    transform: translateY(0);
}

@media (min-width: 480px) {
    .sh-authmodal {
        align-items: center;
        padding: var(--s-4);
    }
    
    .sh-authmodal__panel {
        border-radius: var(--r-xl);
        transform: translateY(20px) scale(0.98);
        opacity: 0;
    }
    
    .sh-authmodal:not([hidden]) .sh-authmodal__panel {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Modal Header */
.sh-authmodal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--s-5);
}

.sh-authmodal__title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin: 0;
}

.sh-authmodal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: var(--r-full);
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.sh-authmodal__close:hover {
    background-color: var(--color-error-light);
    border-color: var(--color-error);
    color: var(--color-error);
}

.sh-authmodal__close svg {
    width: 18px;
    height: 18px;
}

/* Role Selector */
.sh-authmodal__roles {
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
    margin-bottom: var(--s-5);
}

.sh-authmodal__roles-label {
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
}

/* Segmented Control */
.sh-segmented {
    display: flex;
    background-color: var(--color-surface);
    border-radius: var(--r-md);
    padding: var(--s-1);
    gap: var(--s-1);
}

.sh-segmented__btn {
    flex: 1;
    padding: var(--s-2) var(--s-3);
    font-family: var(--font-sans);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    background: transparent;
    border: none;
    border-radius: var(--r-sm);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.sh-segmented__btn:hover {
    color: var(--color-text);
}

.sh-segmented__btn.is-active {
    background-color: var(--color-surface-elevated);
    color: var(--color-accent);
    box-shadow: var(--shadow-sm);
}

/* Auth Tabs */
.sh-authtabs__nav {
    display: flex;
    gap: var(--s-1);
    margin-bottom: var(--s-5);
    border-bottom: 1px solid var(--color-border);
}

.sh-authtabs__tab {
    flex: 1;
    padding: var(--s-3) var(--s-4);
    font-family: var(--font-sans);
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text-secondary);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.sh-authtabs__tab:hover {
    color: var(--color-text);
}

.sh-authtabs__tab.is-active {
    color: var(--color-accent);
    border-bottom-color: var(--color-accent);
}

.sh-authtabs__panel {
    display: none;
}

.sh-authtabs__panel.is-active {
    display: block;
}

/* Auth Form */
.sh-authform {
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
}

.sh-authform__field {
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
}

.sh-authform__label {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text);
}

.sh-authform__link {
    display: block;
    width: 100%;
    margin-top: var(--space-md);
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: color var(--transition-fast);
}

.sh-authform__link:hover {
    color: var(--color-accent);
    text-decoration: underline;
}

/* Auth form actions row */
.sh-authform__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
    margin-top: var(--space-md);
}

.sh-authform__actions .sh-authform__link {
    display: inline;
    width: auto;
    margin-top: 0;
}

/* Auth form toggle (checkbox row) */
.sh-authform__toggle {
    margin: var(--space-md) 0;
    padding: var(--space-sm) 0;
}

/* Auth form error */
.sh-authform__error {
    font-size: var(--font-size-xs);
    color: var(--color-error);
    margin-top: var(--s-1);
}

/* Auth form hint */
.sh-authform__hint {
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
    text-align: center;
    margin: var(--s-3) 0;
    line-height: 1.5;
}

.sh-input.is-invalid {
    border-color: var(--color-error);
}

.sh-input.is-invalid:focus {
    box-shadow: 0 0 0 4px var(--color-error-light);
}

/* Role hint */
.sh-authmodal__role-hint {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--s-4);
    padding: var(--s-2) var(--s-3);
    background-color: var(--color-surface);
    border-radius: var(--r-sm);
    text-align: center;
}

/* Full-width button */
.sh-btn--full {
    width: 100%;
}

/* Header logout form */
.sh-header__logout-form {
    display: contents;
}

/* Icon button variants */
.sh-iconbtn--admin {
    color: var(--color-secondary);
}

.sh-iconbtn--admin:hover {
    color: var(--color-secondary-hover);
    border-color: var(--color-secondary);
}

.sh-iconbtn--logout:hover {
    color: var(--color-error);
    border-color: var(--color-error);
}

/* ==========================================================================
   STEP 8: Account Page
   ========================================================================== */

.sh-account-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--s-4);
    padding: var(--s-5);
    background-color: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    margin-bottom: var(--s-6);
}

.sh-account-header__info {
    display: flex;
    flex-direction: column;
    gap: var(--s-1);
}

.sh-account-header__name {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.sh-account-header__email,
.sh-account-header__phone {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
}

.sh-account-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-4);
}

@media (min-width: 480px) {
    .sh-account-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .sh-account-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.sh-account-stat {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--color-accent);
    margin: var(--s-2) 0;
}

.sh-text-muted {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
}

/* ==========================================================================
   Auth Page (standalone pages like forgot-password)
   ========================================================================== */

.sh-auth-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: var(--space-xl) 0;
}

.sh-auth-page__card {
    width: 100%;
    max-width: 420px;
    background: var(--color-surface);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-lg);
    padding: var(--space-xl);
}

.sh-auth-page__title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 var(--space-sm) 0;
    text-align: center;
}

.sh-auth-page__desc {
    color: var(--color-text-secondary);
    text-align: center;
    margin-bottom: var(--space-lg);
    line-height: 1.5;
}

/* ==========================================================================
   Notice (success/error messages)
   ========================================================================== */

.sh-notice {
    padding: 16px 20px;
    border-radius: var(--r-md);
    margin-bottom: var(--space-xl);
    font-size: 13px;
    line-height: 1.6;
}

.sh-notice--success {
    background-color: var(--color-success-light);
    color: var(--color-success);
    border: 1px solid var(--color-success);
}

/* In auth modal, ensure notice has proper spacing */
.sh-authtabs__panel .sh-notice {
    margin-top: 0;
    margin-bottom: 20px;
}

.sh-notice--error {
    background-color: var(--color-error-light);
    color: var(--color-error);
    border: 1px solid var(--color-error);
}

/* ==========================================================================
   Auth Form Intro
   ========================================================================== */

.sh-authform__intro {
    color: var(--color-text-secondary);
    margin-bottom: var(--space-lg);
    line-height: 1.5;
}

.sh-authform__intro p {
    margin: 0;
}

/* ==========================================================================
   Account Page — User Block
   ========================================================================== */

.sh-account__title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    margin-bottom: var(--space-lg);
}

/* ==========================================================================
   Profile Card (Account Header)
   ========================================================================== */

.sh-profile-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-4);
    padding: var(--s-4) var(--s-5);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    margin-bottom: var(--s-5);
}

.sh-profile-card__main {
    min-width: 0;
}

.sh-profile-card__name {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-1) 0;
    line-height: var(--line-height-tight);
}

.sh-profile-card__email,
.sh-profile-card__phone {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.4;
}

.sh-profile-card__phone {
    margin-top: var(--s-1);
}

.sh-profile-card__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--s-2);
    flex-shrink: 0;
}

.sh-profile-card__logout {
    margin: 0;
}

@media (max-width: 480px) {
    .sh-profile-card {
        flex-direction: column;
        align-items: stretch;
        gap: var(--s-3);
    }
    
    .sh-profile-card__side {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* ==========================================================================
   Tabs (Pill Style)
   ========================================================================== */

.sh-tabs {
    display: flex;
    gap: var(--s-2);
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
    padding-bottom: var(--s-2);
    margin-bottom: var(--s-5);
    -webkit-overflow-scrolling: touch;
}

.sh-tabs::-webkit-scrollbar {
    height: 4px;
}

.sh-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.sh-tabs::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: var(--r-full);
}

.sh-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 44px;
    padding: 0 var(--s-4);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    text-decoration: none;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-full);
    white-space: nowrap;
    transition: all var(--transition-fast);
}

.sh-tab:hover {
    color: var(--color-text);
    border-color: var(--color-border-hover);
    background: var(--color-surface-elevated);
}

.sh-tab.is-active {
    color: var(--color-surface-elevated);
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.sh-tab.is-active:hover {
    background: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
}

/* Ghost button variant */
.sh-btn--ghost {
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-text-secondary);
}

.sh-btn--ghost:hover {
    background: var(--color-surface);
    border-color: var(--color-border-hover);
    color: var(--color-text);
}

/* ==========================================================================
   Legacy Account Tabs (kept for compatibility)
   ========================================================================== */

.sh-account-tabs {
    margin-bottom: var(--space-lg);
    border-bottom: 1px solid var(--color-border);
}

.sh-account-tabs__scroll {
    display: flex;
    gap: var(--space-xs);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: var(--space-xs);
    margin-bottom: -1px;
}

.sh-account-tabs__scroll::-webkit-scrollbar {
    display: none;
}

.sh-account-tabs__item {
    flex-shrink: 0;
    padding: var(--space-sm) var(--space-md);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--transition-fast), border-color var(--transition-fast);
    white-space: nowrap;
}

.sh-account-tabs__item:hover {
    color: var(--color-text);
}

.sh-account-tabs__item.is-active {
    color: var(--color-accent);
    border-bottom-color: var(--color-accent);
}

/* ==========================================================================
   Account Panel (Tab Content)
   ========================================================================== */

.sh-account-panel {
    background: var(--color-surface);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    padding: var(--space-lg);
}

.sh-account-panel__title {
    font-size: var(--font-size-xl);
    font-weight: 600;
    margin: 0 0 var(--space-lg) 0;
    color: var(--color-text);
}

/* ==========================================================================
   Empty State
   ========================================================================== */

.sh-empty-state {
    text-align: center;
    padding: var(--space-xl) var(--space-lg);
}

.sh-empty-state--compact {
    padding: var(--space-lg) var(--space-md);
}

.sh-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: var(--space-md);
    color: var(--color-text-muted);
}

.sh-empty-state__icon svg {
    width: 48px;
    height: 48px;
}

.sh-empty-state__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--space-sm) 0;
}

.sh-empty-state__text {
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
    margin: 0 0 var(--space-lg) 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.sh-empty-state--compact .sh-empty-state__text {
    margin-bottom: var(--space-md);
}

/* ==========================================================================
   Account Stats
   ========================================================================== */

.sh-account-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
}

.sh-account-stat-card {
    background: var(--color-bg);
    border-radius: var(--r-md);
    padding: var(--space-md);
    text-align: center;
}

.sh-account-stat-card__value {
    display: block;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: var(--space-xs);
}

.sh-account-stat-card__label {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
}

/* ==========================================================================
   VIP Card
   ========================================================================== */

.sh-vip-card {
    background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-surface) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--space-lg);
    margin-bottom: var(--space-lg);
}

.sh-vip-card__status {
    margin-bottom: var(--space-md);
}

.sh-vip-card__badge {
    display: inline-block;
    padding: var(--space-xs) var(--space-sm);
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-secondary);
    background: var(--color-bg);
    border-radius: var(--r-full);
}

.sh-vip-card__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin: 0 0 var(--space-md) 0;
}

.sh-vip-card__benefits {
    margin: 0;
    padding-left: var(--space-lg);
    color: var(--color-text-secondary);
}

.sh-vip-card__benefits li {
    margin-bottom: var(--space-xs);
}

.sh-vip-card__benefits li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Service Timer
   ========================================================================== */

.sh-service-timer {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-lg);
    background: var(--color-bg);
    border-radius: var(--r-lg);
    margin-bottom: var(--space-lg);
}

.sh-service-timer__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    color: var(--color-accent);
}

.sh-service-timer__icon svg {
    width: 100%;
    height: 100%;
}

.sh-service-timer__label {
    display: block;
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-xs);
}

.sh-service-timer__value {
    display: block;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-text);
}

/* ==========================================================================
   Info Box
   ========================================================================== */

.sh-info-box {
    background: var(--color-accent-light);
    border-left: 3px solid var(--color-accent);
    border-radius: var(--r-md);
    padding: var(--space-md);
    margin-bottom: var(--space-lg);
}

.sh-info-box__title {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--space-xs) 0;
}

.sh-info-box__text {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.6;
}

.sh-info-box__list {
    margin: var(--s-2) 0 0 0;
    padding-left: var(--s-5);
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    line-height: 1.6;
}

.sh-info-box__list li {
    margin-bottom: var(--s-1);
}

.sh-info-box__list li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   PREMIUM ACCOUNT DASHBOARD — Light Theme
   Scoped to .sh-account to not affect other pages
   ========================================================================== */

/* Account Container */
.sh-account {
    background: var(--color-bg);
    min-height: 100vh;
    padding-bottom: var(--s-8);
}

/* ==========================================================================
   Account Header
   ========================================================================== */

.sh-account-header {
    background: var(--color-surface-elevated);
    border-bottom: 1px solid var(--color-border);
    padding: var(--s-5) 0;
    margin-bottom: var(--s-6);
}

.sh-account-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--s-4);
}

.sh-account-header__left {
    flex: 1;
    min-width: 200px;
}

.sh-account-header__title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 var(--s-2) 0;
}

.sh-account-header__user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--s-2) var(--s-3);
}

.sh-account-header__name {
    font-weight: 600;
    color: var(--color-text);
}

.sh-account-header__email {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
}

.sh-account-header__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--s-2);
}

.sh-account-header__logout {
    margin: 0;
}

@media (max-width: 640px) {
    .sh-account-header__inner {
        flex-direction: column;
    }
    
    .sh-account-header__actions {
        width: 100%;
    }
    
    .sh-account-header__actions .sh-btn {
        flex: 1;
    }
}

/* ==========================================================================
   Account Section Titles
   ========================================================================== */

.sh-account-section__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-4) 0;
}

/* ==========================================================================
   Account Overview (KPI Section)
   ========================================================================== */

.sh-account-overview {
    margin-bottom: var(--s-6);
}

.sh-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--s-3);
}

.sh-kpi-card {
    display: flex;
    flex-direction: column;
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-4);
    text-decoration: none;
    transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.sh-kpi-card:hover {
    transform: translateY(-2px);
    border-color: var(--color-accent-muted);
    box-shadow: var(--shadow-md);
}

.sh-kpi-card:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.sh-kpi-card.is-active {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px var(--color-accent-light);
}

.sh-kpi-card__value {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1.2;
}

.sh-kpi-card__label {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text);
    margin-top: var(--s-1);
}

.sh-kpi-card__hint {
    font-size: var(--font-size-xs);
    color: var(--color-muted);
    margin-top: var(--s-1);
}

/* ==========================================================================
   Smart Hints Section
   ========================================================================== */

.sh-account-hints {
    margin-bottom: var(--s-6);
}

.sh-hints-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--s-4);
}

.sh-hint-card {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
}

.sh-hint-card--status {
    background: var(--color-accent-light);
    border-color: var(--color-accent-muted);
}

.sh-hint-card__title {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-3) 0;
}

.sh-hint-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-hint-card__list li {
    padding: var(--s-2) 0;
    border-bottom: 1px solid var(--color-border);
}

.sh-hint-card__list li:last-child {
    border-bottom: none;
}

.sh-hint-card__list a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--transition-fast);
}

.sh-hint-card__list a:hover {
    color: var(--color-accent-hover);
    text-decoration: underline;
}

.sh-hint-card__list a:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.sh-hint-card__progress {
    display: flex;
    align-items: center;
    gap: var(--s-3);
    margin-bottom: var(--s-3);
}

.sh-hint-card__percent {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-accent);
    white-space: nowrap;
}

.sh-hint-card__text {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin: 0;
}

.sh-hint-card__todo {
    list-style: disc;
    padding-left: var(--s-4);
    margin: 0 0 var(--s-4) 0;
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
}

.sh-hint-card__todo li {
    margin-bottom: var(--s-1);
}

/* Progress Bar */
.sh-progress {
    flex: 1;
    height: 8px;
    background: var(--color-surface);
    border-radius: var(--r-full);
    overflow: hidden;
}

.sh-progress__bar {
    height: 100%;
    background: var(--color-accent);
    border-radius: var(--r-full);
    transition: width var(--transition-base);
}

/* ==========================================================================
   Tabs (Account-scoped)
   ========================================================================== */

.sh-account .sh-tabs {
    display: flex;
    gap: var(--s-2);
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
    padding-bottom: var(--s-2);
    margin-bottom: var(--s-4);
    -webkit-overflow-scrolling: touch;
}

.sh-account .sh-tabs::-webkit-scrollbar {
    height: 4px;
}

.sh-account .sh-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.sh-account .sh-tabs::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: var(--r-full);
}

.sh-account .sh-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 44px;
    padding: 0 var(--s-5);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text-secondary);
    text-decoration: none;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-full);
    white-space: nowrap;
    transition: all var(--transition-fast);
}

.sh-account .sh-tab:hover {
    color: var(--color-text);
    background: var(--color-surface-elevated);
    border-color: var(--color-border-hover);
}

.sh-account .sh-tab:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.sh-account .sh-tab.is-active {
    color: var(--color-surface-elevated);
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.sh-account .sh-tab.is-active:hover {
    background: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
}

/* ==========================================================================
   Panel (Tab Content Container)
   ========================================================================== */

.sh-account .sh-panel {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
}

@media (min-width: 768px) {
    .sh-account .sh-panel {
        padding: var(--s-6);
    }
}

/* ==========================================================================
   Tab Content
   ========================================================================== */

.sh-tab-content__title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 var(--s-5) 0;
    padding-bottom: var(--s-3);
    border-bottom: 1px solid var(--color-border);
}

/* ==========================================================================
   Stats Row
   ========================================================================== */

.sh-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--s-3);
    margin-bottom: var(--s-5);
}

.sh-stat-card {
    background: var(--color-accent-light);
    border: 1px solid var(--color-accent-muted);
    border-radius: var(--r-md);
    padding: var(--s-4);
    text-align: center;
}

.sh-stat-card__value {
    display: block;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-accent);
}

.sh-stat-card__label {
    display: block;
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
    margin-top: var(--s-1);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ==========================================================================
   VIP Card Display
   ========================================================================== */

.sh-vip-card-display {
    display: flex;
    align-items: center;
    gap: var(--s-3);
    margin: var(--s-3) 0;
}

.sh-vip-card-number {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    font-family: 'JetBrains Mono', monospace;
    background: var(--color-bg);
    padding: var(--s-2) var(--s-4);
    border-radius: var(--r-md);
    border: 2px solid var(--color-accent);
}

.sh-vip-card-status {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-success);
    background: var(--color-success-light, rgba(34, 197, 94, 0.1));
    padding: var(--s-1) var(--s-2);
    border-radius: var(--r-sm);
}

/* ==========================================================================
   Info Block
   ========================================================================== */

.sh-info-block {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-md);
    padding: var(--s-4);
    margin-bottom: var(--s-5);
}

.sh-info-block--highlight {
    background: var(--color-accent-light);
    border-color: var(--color-accent-muted);
}

.sh-info-block__title {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-3) 0;
}

.sh-info-block__text {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0 0 var(--s-3) 0;
}

.sh-info-block__list {
    list-style: disc;
    padding-left: var(--s-5);
    margin: 0;
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.sh-info-block__list--check {
    list-style: none;
    padding-left: 0;
}

.sh-info-block__list--check li {
    position: relative;
    padding-left: var(--s-5);
}

.sh-info-block__list--check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: 700;
}

.sh-info-block__list li {
    margin-bottom: var(--s-1);
}

/* ==========================================================================
   Empty State
   ========================================================================== */

.sh-account .sh-empty {
    text-align: center;
    padding: var(--s-6) var(--s-4);
}

.sh-account .sh-empty--compact {
    padding: var(--s-5) var(--s-4);
}

.sh-account .sh-empty__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-2) 0;
}

.sh-account .sh-empty__text {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0 0 var(--s-4) 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: var(--line-height-relaxed);
}

.sh-account .sh-empty__hints {
    list-style: none;
    padding: 0;
    margin: 0 auto var(--s-5) auto;
    max-width: 320px;
    text-align: left;
}

.sh-account .sh-empty__hints li {
    position: relative;
    padding-left: var(--s-5);
    margin-bottom: var(--s-2);
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
}

.sh-account .sh-empty__hints li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--color-accent);
}

.sh-account .sh-empty__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--s-3);
}

/* Subtle text helper */
.sh-subtle {
    font-size: var(--font-size-xs);
    color: var(--color-muted);
    margin-top: var(--s-3);
}

/* ==========================================================================
   Buttons (Account-scoped enhancements)
   ========================================================================== */

.sh-account .sh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-2);
    height: 44px;
    padding: 0 var(--s-5);
    font-family: var(--font-sans);
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--r-md);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.sh-account .sh-btn:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.sh-account .sh-btn--primary {
    color: var(--color-surface-elevated);
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
}

.sh-account .sh-btn--primary:hover {
    color: var(--color-surface-elevated);
    background: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
}

.sh-account .sh-btn--primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sh-account .sh-btn--outline {
    color: var(--color-accent);
    background: transparent;
    border: 1px solid var(--color-accent);
}

.sh-account .sh-btn--outline:hover {
    color: var(--color-accent);
    background: var(--color-accent-light);
    border-color: var(--color-accent);
}

.sh-account .sh-btn--ghost {
    color: var(--color-text-secondary);
    background: transparent;
    border: 1px solid var(--color-border);
}

.sh-account .sh-btn--ghost:hover {
    color: var(--color-text);
    background: var(--color-surface);
    border-color: var(--color-border-hover);
}

.sh-account .sh-btn--sm {
    height: 36px;
    padding: 0 var(--s-4);
    font-size: var(--font-size-xs);
}

/* ==========================================================================
   Forms (Account-scoped)
   ========================================================================== */

.sh-account .sh-form-card {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
    margin-bottom: var(--s-5);
}

.sh-account .sh-form-card__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-4) 0;
    padding-bottom: var(--s-3);
    border-bottom: 1px solid var(--color-border);
}

.sh-account .sh-form {
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
}

.sh-account .sh-form__group {
    display: flex;
    flex-direction: column;
    gap: var(--s-1);
}

.sh-account .sh-form__label {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text);
}

.sh-account .sh-form__required {
    color: #dc2626;
}

.sh-account .sh-form__input,
.sh-account .sh-form__select,
.sh-account .sh-form__textarea {
    width: 100%;
    padding: var(--s-3);
    font-family: var(--font-sans);
    font-size: var(--font-size-base);
    color: var(--color-text);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-md);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.sh-account .sh-form__input:focus,
.sh-account .sh-form__select:focus,
.sh-account .sh-form__textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px var(--color-accent-light);
}

.sh-account .sh-form__input--error,
.sh-account .sh-form__select--error,
.sh-account .sh-form__textarea--error {
    border-color: #dc2626;
}

.sh-account .sh-form__input--error:focus,
.sh-account .sh-form__select--error:focus,
.sh-account .sh-form__textarea--error:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.sh-account .sh-form__textarea {
    min-height: 120px;
    resize: vertical;
}

.sh-account .sh-form__error {
    font-size: var(--font-size-sm);
    color: #dc2626;
}

.sh-account .sh-form__hint {
    font-size: var(--font-size-xs);
    color: var(--color-muted);
}

.sh-account .sh-form__actions {
    display: flex;
    gap: var(--s-3);
    padding-top: var(--s-2);
}

/* Form Sections and Rows (Account Profile) */
.sh-account .sh-form__section {
    padding-bottom: var(--s-4);
    margin-bottom: var(--s-4);
    border-bottom: 1px solid var(--color-border);
}

.sh-account .sh-form__section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sh-account .sh-form__section-title {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-3) 0;
}

.sh-account .sh-form__optional {
    font-weight: 400;
    color: var(--color-muted);
    font-size: var(--font-size-sm);
}

.sh-account .sh-form__row {
    margin-bottom: var(--s-4);
}

.sh-account .sh-form__row:last-child {
    margin-bottom: 0;
}

.sh-account .sh-form__row--2col {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-4);
}

@media (min-width: 640px) {
    .sh-account .sh-form__row--2col {
        grid-template-columns: 1fr 1fr;
    }
}

.sh-account .sh-form__group--full {
    grid-column: 1 / -1;
}

/* ==========================================================================
   Alerts (Account-scoped)
   ========================================================================== */

.sh-account .sh-alert {
    padding: var(--s-4);
    border-radius: var(--r-md);
    margin-bottom: var(--s-5);
    font-size: var(--font-size-sm);
}

.sh-account .sh-alert--success {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
}

.sh-account .sh-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

/* ==========================================================================
   Service Requests List (Account-scoped)
   ========================================================================== */

.sh-account .sh-requests-section {
    margin-top: var(--s-6);
}

.sh-account .sh-requests-section__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-4) 0;
}

.sh-account .sh-requests-list {
    display: flex;
    flex-direction: column;
    gap: var(--s-3);
}

.sh-account .sh-request-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: border-color var(--transition-fast);
}

.sh-account .sh-request-card:hover {
    border-color: var(--color-border-hover);
}

.sh-account .sh-request-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--s-3) var(--s-4);
    background: var(--color-surface-elevated);
    border-bottom: 1px solid var(--color-border);
}

.sh-account .sh-request-card__id {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-accent);
}

.sh-account .sh-request-card__date {
    font-size: var(--font-size-xs);
    color: var(--color-muted);
}

.sh-account .sh-request-card__body {
    padding: var(--s-4);
}

.sh-account .sh-request-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--s-2);
    margin-bottom: var(--s-2);
}

.sh-account .sh-request-card__type {
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
}

.sh-account .sh-request-card__subject {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-2) 0;
}

.sh-account .sh-request-card__message {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
}

/* ==========================================================================
   Badges (Account-scoped)
   ========================================================================== */

.sh-account .sh-badge {
    display: inline-flex;
    align-items: center;
    padding: var(--s-1) var(--s-2);
    font-size: var(--font-size-xs);
    font-weight: 600;
    border-radius: var(--r-full);
    white-space: nowrap;
}

.sh-account .sh-badge--info {
    background: #dbeafe;
    color: #1d4ed8;
}

.sh-account .sh-badge--warning {
    background: #fef3c7;
    color: #d97706;
}

.sh-account .sh-badge--success {
    background: #dcfce7;
    color: #166534;
}

.sh-account .sh-badge--muted {
    background: var(--color-surface);
    color: var(--color-muted);
    border: 1px solid var(--color-border);
}

/* ==========================================================================
   HOME PAGE — Cards & Sections
   ========================================================================== */

/* Home Cards Grid (Certificates & Brands) */
.sh-home-cards {
    padding-top: var(--s-6);
    padding-bottom: var(--s-6);
}

.sh-home-cards__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-5);
}

@media (min-width: 768px) {
    .sh-home-cards__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--s-6);
    }
}

/* Home Card */
.sh-home-card {
    display: flex;
    flex-direction: column;
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-xl);
    padding: var(--s-5);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sh-home-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: var(--color-accent);
}

.sh-home-card__content {
    margin-bottom: var(--s-4);
}

.sh-home-card__title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 var(--s-2) 0;
}

.sh-home-card__text {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* Preview Grid */
.sh-home-card__preview {
    flex: 1;
    margin-bottom: var(--s-4);
}

.sh-home-card__preview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-2);
    min-height: 100px;
}

.sh-home-card__preview-grid--brands {
    grid-template-columns: repeat(3, 1fr);
}

.sh-home-card__preview-item {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-cream) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--r-md);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden;
}

.sh-home-card__preview-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* S25.2: Darken light brand logos for better visibility */
    filter: contrast(1.1) brightness(0.85);
}

.sh-home-card__preview-grid--brands .sh-home-card__preview-item {
    aspect-ratio: 1;
}

/* S25.3: Dahaci - enhanced contrast for light logo on homepage */
.sh-home-card__preview-item--dahaci img {
    filter: contrast(1.3) brightness(0.8);
}

/* Certificates grid - 2x2 layout with document aspect ratio */
.sh-home-card__preview-grid--certs {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.sh-home-card__preview-item--cert {
    aspect-ratio: 3/4; /* Document/certificate portrait orientation */
    padding: 4px;
}

.sh-home-card__preview-item--cert img {
    filter: none; /* No filter for certificates - show as-is */
    border-radius: 2px;
}

/* Card Button */
.sh-home-card__btn {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-accent);
    padding: var(--s-2) 0;
    margin-top: auto;
}

.sh-home-card__btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.sh-home-card:hover .sh-home-card__btn svg {
    transform: rotate(90deg);
}

/* Featured Section */
.sh-home-featured {
    background: var(--color-surface);
    padding-top: var(--s-8);
    padding-bottom: var(--s-8);
}

.sh-home-featured__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto var(--s-6);
}

.sh-home-featured__title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 var(--s-3) 0;
}

@media (min-width: 768px) {
    .sh-home-featured__title {
        font-size: var(--font-size-3xl);
    }
}

.sh-home-featured__desc {
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.6;
}

.sh-home-featured__empty {
    text-align: center;
    padding: var(--s-8);
    color: var(--color-text-secondary);
}

.sh-home-featured__footer {
    text-align: center;
    margin-top: var(--s-6);
}

/* ==========================================================================
   HOME PAGE — Benefits & Contact Dual Cards
   ========================================================================== */

.sh-home-dual {
    padding-top: 0;
    padding-bottom: var(--s-6);
}

.sh-home-dual__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-5);
}

@media (min-width: 768px) {
    .sh-home-dual__grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--s-6);
    }
}

/* Benefits Card */
.sh-benefits-card {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-xl);
    padding: var(--s-4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sh-benefits-card__title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-3) 0;
}

.sh-benefits-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
}

.sh-benefits-card__item {
    display: flex;
    align-items: center;
    gap: var(--s-2);
}

.sh-benefits-card__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent-light);
    border-radius: var(--r-sm);
}

.sh-benefits-card__icon svg {
    width: 14px;
    height: 14px;
    color: var(--color-accent);
}

.sh-benefits-card__text {
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-text);
}

/* Contact Specialist Card — Compact UI */
.sh-contact-card {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-xl);
    padding: var(--s-4);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sh-contact-card__title {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-3) 0;
    letter-spacing: -0.01em;
}

.sh-contact-card__specialist {
    display: flex;
    align-items: center;
    gap: var(--s-2);
    margin-bottom: var(--s-2);
}

.sh-contact-card__photo {
    width: 44px;
    height: 44px;
    border-radius: var(--r-full);
    object-fit: cover;
    border: 2px solid var(--color-border);
    flex-shrink: 0;
}

.sh-contact-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.sh-contact-card__name {
    font-size: var(--font-size-base);
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.3;
}

.sh-contact-card__role {
    font-size: var(--font-size-xs);
    color: var(--color-muted);
    line-height: 1.3;
}

/* Status Badge — "Ответим в течение 1 минуты" */
.sh-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-secondary);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 6px;
    width: fit-content;
}

.sh-contact-badge__dot {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
}

.sh-contact-card__phone {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text);
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.03em;
    padding: var(--s-2) 0;
    margin: var(--s-2) 0;
    border-radius: 10px;
    background: var(--color-surface-elevated);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.sh-contact-card__phone:hover {
    color: var(--color-accent);
    background: rgba(255, 138, 0, 0.06);
}

.sh-contact-card__phone:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 138, 0, 0.25);
}

.sh-contact-card__divider {
    height: 1px;
    background: var(--color-border);
    margin: var(--s-3) 0;
}

.sh-contact-card__buttons {
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
    margin-bottom: var(--s-3);
}

/* Contact Action Buttons — Outline Style */
.sh-contact-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 var(--s-3);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
    background: var(--color-surface-elevated);
    border: 1.5px solid var(--color-border);
    border-radius: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

/* Telegram Action — Outline with blue border */
.sh-contact-action--tg {
    border-color: #2AABEE;
}

.sh-contact-action--tg:hover {
    background: rgba(42, 171, 238, 0.06);
    border-color: #1d9cd8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(42, 171, 238, 0.15);
}

.sh-contact-action--tg:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(42, 171, 238, 0.25);
}

/* Telegram Icon Circle */
.sh-contact-action__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sh-contact-action__icon--tg {
    background: #2AABEE;
    color: #ffffff;
}

.sh-contact-action__icon svg {
    width: 16px;
    height: 16px;
}

/* Chat Action — Outline with avatar */
.sh-contact-action--chat {
    border-color: var(--color-border);
}

.sh-contact-action--chat:hover {
    background: var(--color-surface);
    border-color: var(--color-text-secondary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sh-contact-action--chat:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 122, 95, 0.2);
}

/* Avatar in button */
.sh-contact-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid var(--color-border);
    flex-shrink: 0;
}

/* Callback Form — Top Widget style */
.sh-contact-card__callback {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-4);
}

.sh-contact-card__callback-title {
    display: block;
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: var(--s-3);
}

.sh-contact-card__form {
    display: flex;
    gap: var(--s-2);
}

.sh-contact-card__input {
    flex: 1;
    height: 48px;
    padding: 0 var(--s-4);
    font-size: var(--font-size-sm);
    border: 1.5px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface-elevated);
    color: var(--color-text);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sh-contact-card__input:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(45, 122, 95, 0.1);
}

.sh-contact-card__input::placeholder {
    color: var(--color-muted);
}

.sh-contact-card__submit {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.sh-contact-card__submit:hover {
    background: var(--color-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 122, 95, 0.25);
}

.sh-contact-card__submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 122, 95, 0.3);
}

.sh-contact-card__submit svg {
    width: 20px;
    height: 20px;
}

.sh-contact-card__helper {
    display: block;
    font-size: var(--font-size-xs);
    color: var(--color-muted);
    margin-top: var(--s-2);
    text-align: center;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .sh-contact-action,
    .sh-contact-card__submit,
    .sh-contact-card__input,
    .sh-contact-card__phone {
        transition: none;
    }
    
    .sh-contact-action:hover,
    .sh-contact-card__submit:hover {
        transform: none;
    }
}

/* ==========================================================================
   CERTIFICATES PAGE
   ========================================================================== */

/* ==========================================================================
   S25.3: BRANDS PAGE STYLES
   ========================================================================== */

/* Page Header for Brands */
.sh-page-header--brands {
    padding-top: var(--s-4);
    padding-bottom: var(--s-6);
}

.sh-page-header--brands .sh-page-header__title {
    font-size: clamp(28px, 5vw, 36px);
    margin-bottom: var(--s-2);
}

.sh-page-header--brands .sh-page-header__desc {
    max-width: 640px;
    margin: 0 auto;
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* Breadcrumbs for Brands */
.sh-breadcrumb--brands {
    font-size: 14px;
    margin-bottom: var(--s-4);
}

/* Brand card without title (only logo) */
.page-brands .sh-brand-card {
    padding: var(--s-4);
}

.page-brands .sh-brand-card__logo {
    margin-bottom: 0;
    height: 70px;
}

.page-brands .sh-brand-card__title {
    display: none;
}

/* Dahaci: Enhanced contrast for light logo */
.sh-brand-card__logo--dahaci img {
    filter: contrast(1.3) brightness(0.8);
}

/* Compact buttons */
.sh-btn--compact {
    padding: 10px 16px;
    font-size: var(--font-size-sm);
}

.sh-btn--compact svg {
    width: 16px;
    height: 16px;
}

/* ==========================================================================
   END S25.3: BRANDS PAGE STYLES
   ========================================================================== */

.sh-certificates__intro,
.sh-brands__intro {
    max-width: 720px;
    margin: 0 auto var(--s-6);
    text-align: center;
}

.sh-certificates__intro p,
.sh-brands__intro p {
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin: 0;
}

.sh-certificates__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-4);
}

@media (min-width: 768px) {
    .sh-certificates__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--s-5);
    }
}

@media (min-width: 1024px) {
    .sh-certificates__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Certificate Card */
.sh-certificate-card {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sh-certificate-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.sh-certificate-card__image {
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-cream) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-certificate-card__placeholder {
    color: var(--color-muted);
}

.sh-certificate-card__placeholder svg {
    width: 48px;
    height: 48px;
}

.sh-certificate-card__body {
    padding: var(--s-3);
    text-align: center;
}

.sh-certificate-card__title {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-1) 0;
}

.sh-certificate-card__text {
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
    margin: 0;
}

/* Certificate Card with Real Image */
.sh-certificate-card--real .sh-certificate-card__image {
    background: var(--color-surface);
    padding: 8px;
}

.sh-certificate-card--real .sh-certificate-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--r-sm);
}

/* Certificates Empty State */
.sh-certificates__empty {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--s-8);
    background: var(--color-surface);
    border: 2px dashed var(--color-border);
    border-radius: var(--r-lg);
    color: var(--color-text-secondary);
    text-align: center;
}

.sh-certificates__empty svg {
    width: 48px;
    height: 48px;
    margin-bottom: var(--s-3);
    color: var(--color-muted);
}

.sh-certificates__empty p {
    margin: 0;
    font-size: var(--font-size-base);
}

.sh-certificates__footer,
.sh-brands__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--s-3);
    margin-top: var(--s-8);
}

/* ==========================================================================
   CERTIFICATES PAGE - DESKTOP COMPACT (Desktop Only)
   ========================================================================== */

@media (min-width: 1024px) {
    /* Compact grid layout */
    .sh-certificates__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: var(--s-3);
    }
    
    /* Smaller card image aspect ratio */
    .sh-certificate-card__image {
        aspect-ratio: 4/5;
    }
    
    /* Compact card body */
    .sh-certificate-card__body {
        padding: var(--s-2);
    }
    
    .sh-certificate-card__title {
        font-size: 13px;
        margin-bottom: 2px;
    }
    
    .sh-certificate-card__text {
        font-size: 11px;
    }
    
    /* Clickable card cursor */
    .sh-certificate-card--real {
        cursor: pointer;
    }
    
    /* Footer buttons - compact on desktop */
    .sh-certificates__footer {
        gap: var(--s-3);
        margin-top: var(--s-6);
    }
    
    .sh-certificates__footer .sh-btn {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: var(--r-md);
        min-width: auto;
    }
    
    .sh-certificates__footer .sh-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .sh-certificates__footer .sh-btn--secondary {
        gap: 8px;
    }
    
    .sh-certificates__footer .sh-btn--primary-cta {
        gap: 8px;
    }
}

@media (min-width: 1280px) {
    .sh-certificates__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Certificate Lightbox */
.sh-cert-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sh-cert-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.sh-cert-lightbox__backdrop {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.sh-cert-lightbox__content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sh-cert-lightbox__image {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--r-md);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.sh-cert-lightbox__title {
    margin-top: var(--s-3);
    color: #fff;
    font-size: var(--font-size-base);
    font-weight: 600;
    text-align: center;
}

.sh-cert-lightbox__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sh-cert-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.sh-cert-lightbox__close svg {
    width: 20px;
    height: 20px;
}

.sh-cert-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sh-cert-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.2);
}

.sh-cert-lightbox__nav svg {
    width: 24px;
    height: 24px;
}

.sh-cert-lightbox__nav--prev {
    left: -60px;
}

.sh-cert-lightbox__nav--next {
    right: -60px;
}

.sh-cert-lightbox__counter {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

@media (max-width: 768px) {
    .sh-cert-lightbox__nav--prev {
        left: 10px;
    }
    
    .sh-cert-lightbox__nav--next {
        right: 10px;
    }
    
    .sh-cert-lightbox__close {
        top: 10px;
        right: 10px;
    }
}

/* ==========================================================================
   BRANDS PAGE
   ========================================================================== */

.sh-brands__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-4);
}

@media (min-width: 640px) {
    .sh-brands__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .sh-brands__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: var(--s-5);
    }
}

@media (min-width: 1024px) {
    .sh-brands__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Brand Card */
.sh-brand-card {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sh-brand-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: var(--color-accent);
}

.sh-brand-card__logo {
    width: 100%;
    height: 80px;
    margin: 0 auto var(--s-3);
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    overflow: hidden;
}

.sh-brand-card__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* S25.2: Darken light brand logos for better visibility */
    filter: contrast(1.1) brightness(0.85);
}

.sh-brand-card__placeholder {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-accent);
}

.sh-brand-card__title {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-text);
    margin: 0;
}

/* ==========================================================================
   Reduced Motion for Account
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .sh-account .sh-kpi-card:hover,
    .sh-account .sh-tab:hover {
        transform: none;
    }
    
    .sh-account *,
    .sh-account *::before,
    .sh-account *::after {
        transition-duration: 0.01ms;
    }
}

/* ==========================================================================
   Reduced Motion (Global)
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }
}

/* ==========================================================================
   Order Cards — Account Orders Tab
   ========================================================================== */

.sh-orders {
    display: flex;
    flex-direction: column;
    gap: var(--s-4, 16px);
}

.sh-order-card {
    background: var(--color-bg, #ffffff);
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: var(--r-lg, 12px);
    overflow: hidden;
}

.sh-order-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--s-4, 16px);
    background: var(--color-bg-muted, #f9fafb);
    border-bottom: 1px solid var(--color-border, #e5e7eb);
}

.sh-order-card__info {
    display: flex;
    flex-direction: column;
    gap: var(--s-1, 4px);
}

.sh-order-card__number {
    font-size: var(--font-size-lg, 18px);
    font-weight: 700;
    color: var(--color-text, #111827);
}

.sh-order-card__date {
    font-size: var(--font-size-sm, 14px);
    color: var(--color-text-secondary, #6b7280);
}

.sh-order-card__status {
    font-size: var(--font-size-sm, 14px);
    font-weight: 600;
    padding: var(--s-1, 4px) var(--s-3, 12px);
    border-radius: 9999px;
    text-transform: capitalize;
}

.sh-order-card__status--new {
    background: #dbeafe;
    color: #1e40af;
}

.sh-order-card__status--confirmed {
    background: #d1fae5;
    color: #065f46;
}

.sh-order-card__status--processing {
    background: #fef3c7;
    color: #92400e;
}

.sh-order-card__status--shipped {
    background: #e0e7ff;
    color: #3730a3;
}

.sh-order-card__status--delivered {
    background: #d1fae5;
    color: #047857;
}

.sh-order-card__status--cancelled {
    background: #fee2e2;
    color: #991b1b;
}

/* Service Date Block */
.sh-order-card__service {
    display: flex;
    align-items: center;
    gap: var(--s-3, 12px);
    padding: var(--s-3, 12px) var(--s-4, 16px);
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    border-bottom: 1px solid var(--color-border, #e5e7eb);
}

.sh-order-card__service-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: var(--r-md, 8px);
}

.sh-order-card__service-icon svg {
    width: 20px;
    height: 20px;
    color: #0284c7;
}

.sh-order-card__service-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sh-order-card__service-label {
    font-size: var(--font-size-xs, 12px);
    color: #0369a1;
    font-weight: 500;
}

.sh-order-card__service-value {
    font-size: var(--font-size-sm, 14px);
    font-weight: 600;
    color: #0c4a6e;
}

.sh-order-card__service-value--pending {
    color: #6b7280;
    font-style: italic;
}

/* Order Items */
.sh-order-card__items {
    padding: var(--s-4, 16px);
    display: flex;
    flex-direction: column;
    gap: var(--s-3, 12px);
}

.sh-order-item {
    display: grid;
    grid-template-columns: 60px 1fr auto auto;
    gap: var(--s-3, 12px);
    align-items: center;
    padding-bottom: var(--s-3, 12px);
    border-bottom: 1px solid var(--color-border, #e5e7eb);
}

.sh-order-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sh-order-item__image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: var(--r-sm, 6px);
    background: var(--color-bg-muted, #f9fafb);
}

.sh-order-item__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-order-item__image--placeholder svg {
    width: 24px;
    height: 24px;
    color: var(--color-text-muted, #9ca3af);
}

.sh-order-item__info {
    min-width: 0;
}

.sh-order-item__name {
    font-size: var(--font-size-sm, 14px);
    font-weight: 500;
    color: var(--color-text, #111827);
    line-height: 1.4;
}

.sh-order-item__name a {
    color: inherit;
    text-decoration: none;
}

.sh-order-item__name a:hover {
    color: var(--color-accent, #f97316);
}

.sh-order-item__sku,
.sh-order-item__brand {
    font-size: var(--font-size-xs, 12px);
    color: var(--color-text-secondary, #6b7280);
    margin-top: 2px;
}

.sh-order-item__qty {
    font-size: var(--font-size-sm, 14px);
    color: var(--color-text-secondary, #6b7280);
    white-space: nowrap;
}

.sh-order-item__price {
    font-size: var(--font-size-sm, 14px);
    font-weight: 600;
    color: var(--color-text, #111827);
    white-space: nowrap;
}

/* Order Footer */
.sh-order-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--s-4, 16px);
    background: var(--color-bg-muted, #f9fafb);
    border-top: 1px solid var(--color-border, #e5e7eb);
}

.sh-order-card__total {
    display: flex;
    align-items: center;
    gap: var(--s-2, 8px);
}

.sh-order-card__total-label {
    font-size: var(--font-size-sm, 14px);
    color: var(--color-text-secondary, #6b7280);
}

.sh-order-card__total-value {
    font-size: var(--font-size-lg, 18px);
    font-weight: 700;
    color: var(--color-text, #111827);
}

/* Order Cards Mobile */
@media (max-width: 640px) {
    .sh-order-item {
        grid-template-columns: 50px 1fr;
        grid-template-rows: auto auto;
    }
    
    .sh-order-item__qty,
    .sh-order-item__price {
        grid-column: 2;
        justify-self: start;
    }
    
    .sh-order-item__qty {
        font-size: var(--font-size-xs, 12px);
    }
    
    .sh-order-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--s-2, 8px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }
}

/* ==========================================================================
   Category Select Page (для выбора подкатегории)
   ========================================================================== */

.sh-category-select {
    padding: var(--s-6) 0 var(--s-10);
}

.sh-category-select__header {
    text-align: center;
    margin: var(--s-8) 0;
}

.sh-category-select__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: var(--s-3);
}

.sh-category-select__desc {
    font-size: 1.125rem;
    color: var(--color-text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.sh-category-select__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-4);
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .sh-category-select__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Category Card */
.sh-category-card {
    display: flex;
    align-items: center;
    gap: var(--s-4);
    padding: var(--s-5);
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg, 16px);
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sh-category-card:hover {
    border-color: var(--color-accent);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.sh-category-card__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: var(--r-md, 12px);
}

.sh-category-card__icon svg {
    width: 28px;
    height: 28px;
    color: var(--color-accent);
}

.sh-category-card:hover .sh-category-card__icon {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.sh-category-card__content {
    flex: 1;
    min-width: 0;
}

.sh-category-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0 0 var(--s-1);
}

.sh-category-card__desc {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    margin: 0 0 var(--s-2);
    line-height: 1.4;
}

.sh-category-card__count {
    font-size: 0.8125rem;
    color: var(--color-muted);
}

.sh-category-card__arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--color-muted);
    transition: transform 0.2s ease, color 0.2s ease;
}

.sh-category-card__arrow svg {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Hero Title Override — Ensure proper font-size for hero banner
   Must be at end of file to override global [data-page="shop"] h1 rule
   ========================================================================== */

[data-page="shop"] .sh-hero__title {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

@media (min-width: 768px) {
    [data-page="shop"] .sh-hero__title {
        font-size: 25px !important;
    }
}

.sh-category-card:hover .sh-category-card__arrow {
    color: var(--color-accent);
    transform: translateX(4px);
}

/* ==========================================================================
   Legal Pages — Styles for legal documents and informational pages
   ========================================================================== */

.sh-legal {
    padding: var(--s-7) 0;
    background: var(--color-bg);
    min-height: 60vh;
}

.sh-legal__content {
    max-width: 800px;
    margin: 0 auto;
    background: var(--color-surface-elevated);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-md);
    padding: var(--s-6);
}

@media (min-width: 768px) {
    .sh-legal__content {
        padding: var(--s-7);
    }
}

.sh-legal__header {
    margin-bottom: var(--s-6);
    padding-bottom: var(--s-5);
    border-bottom: 1px solid var(--color-border);
}

.sh-legal__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 var(--s-3);
    line-height: 1.3;
}

@media (min-width: 768px) {
    .sh-legal__title {
        font-size: 28px;
    }
}

.sh-legal__updated {
    font-size: 14px;
    color: var(--color-muted);
    margin: 0;
}

.sh-legal__body {
    /* Container for prose content */
}

/* ==========================================================================
   Prose — Typographic styles for legal documents
   ========================================================================== */

.sh-prose {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text);
}

.sh-prose h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin: var(--s-6) 0 var(--s-4);
    padding-top: var(--s-4);
}

.sh-prose h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

.sh-prose h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    margin: var(--s-5) 0 var(--s-3);
}

.sh-prose p {
    margin: 0 0 var(--s-4);
}

.sh-prose ul,
.sh-prose ol {
    margin: 0 0 var(--s-4);
    padding-left: var(--s-5);
}

.sh-prose li {
    margin-bottom: var(--s-2);
}

.sh-prose li::marker {
    color: var(--color-accent);
}

.sh-prose a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.sh-prose a:hover {
    color: var(--color-accent-hover);
}

.sh-prose strong {
    font-weight: 600;
    color: var(--color-text);
}

/* Legal highlight box */
.sh-legal__highlight {
    background: var(--color-accent-light);
    border-left: 4px solid var(--color-accent);
    padding: var(--s-4);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    margin: var(--s-5) 0;
}

.sh-legal__highlight p {
    margin: 0;
}

.sh-legal__highlight p + p {
    margin-top: var(--s-3);
}

/* Legal warning box */
.sh-legal__warning {
    background: var(--color-warning-light);
    border-left: 4px solid var(--color-warning);
    padding: var(--s-4);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    margin: var(--s-5) 0;
}

.sh-legal__warning p {
    margin: 0;
}

/* ==========================================================================
   Requisites Page — Company info grid
   ========================================================================== */

.sh-requisites {
    display: grid;
    gap: var(--s-5);
}

@media (min-width: 640px) {
    .sh-requisites {
        grid-template-columns: 1fr 1fr;
    }
}

.sh-requisites__section {
    background: var(--color-surface);
    border-radius: var(--r-md);
    padding: var(--s-5);
}

.sh-requisites__section h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--s-4);
    padding-bottom: var(--s-3);
    border-bottom: 1px solid var(--color-border);
}

.sh-requisites__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--s-2) 0;
    gap: var(--s-3);
}

.sh-requisites__row:not(:last-child) {
    border-bottom: 1px dashed var(--color-border);
}

.sh-requisites__label {
    font-size: 14px;
    color: var(--color-text-secondary);
    flex-shrink: 0;
}

.sh-requisites__value {
    font-size: 14px;
    color: var(--color-text);
    font-weight: 500;
    text-align: right;
    word-break: break-word;
}

/* Copy button */
.sh-requisites__copy {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    padding: var(--s-2) var(--s-3);
    background: var(--color-accent);
    color: white;
    border: none;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.sh-requisites__copy:hover {
    background: var(--color-accent-hover);
}

.sh-requisites__copy svg {
    width: 16px;
    height: 16px;
}

/* ==========================================================================
   Cookie Banner — Bottom notification
   ========================================================================== */

.sh-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-surface-elevated);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: var(--s-4);
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sh-cookie-banner.is-visible {
    transform: translateY(0);
}

.sh-cookie-banner__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
}

@media (min-width: 768px) {
    .sh-cookie-banner__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.sh-cookie-banner__text {
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.5;
    margin: 0;
}

.sh-cookie-banner__text a {
    color: var(--color-accent);
    text-decoration: underline;
}

.sh-cookie-banner__actions {
    display: flex;
    gap: var(--s-3);
    flex-shrink: 0;
}

.sh-cookie-banner__btn {
    padding: var(--s-2) var(--s-4);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.sh-cookie-banner__btn--accept {
    background: var(--color-accent);
    color: white;
    border: none;
}

.sh-cookie-banner__btn--accept:hover {
    background: var(--color-accent-hover);
}

.sh-cookie-banner__btn--settings {
    background: transparent;
    color: var(--color-text-secondary);
    border: 1px solid var(--color-border);
}

.sh-cookie-banner__btn--settings:hover {
    border-color: var(--color-border-hover);
    color: var(--color-text);
}

/* ==========================================================================
   S36: Catalog Sorting Toolbar
   ========================================================================== */

.catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--s-3) 0;
    margin-bottom: var(--s-4);
}

.catalog-toolbar__sort {
    display: flex;
    align-items: center;
    gap: var(--s-2);
}

.catalog-toolbar__sort-label {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    white-space: nowrap;
}

.catalog-toolbar__sort-select {
    appearance: none;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--r-sm);
    padding: var(--s-2) var(--s-8) var(--s-2) var(--s-3);
    font-size: var(--font-size-sm);
    color: var(--color-text);
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-width: 160px;
}

.catalog-toolbar__sort-select:hover {
    border-color: var(--color-border-hover);
}

.catalog-toolbar__sort-select:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

/* Mobile */
@media (max-width: 640px) {
    .catalog-toolbar__sort-select {
        min-width: 140px;
    }
}
