.sitemap-section {
    padding: 100px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #334155;
}

.sm-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.sm-header {
    text-align: center;
    margin-bottom: 40px;
}

.sm-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin: 0 0 10px;
    color: #0f172a;
    line-height: 1.1;
}

.sm-title .highlight-text {
    color: #27ae60;
}

.sm-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0 0 28px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.sm-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}

.sm-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.sm-stat-num {
    color: #27ae60;
    font-weight: 800;
}

.sm-search-box {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}

.sm-search-box input {
    width: 100%;
    padding: 15px 20px 15px 52px;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    font-size: 15px;
    outline: none;
    transition: 0.25s;
    font-family: inherit;
    background: #fff;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.sm-search-box input:focus {
    border-color: #27ae60;
    box-shadow: 0 8px 28px rgba(39, 174, 96, 0.12);
}

.sm-search-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    color: #94a3b8;
    pointer-events: none;
}

.sm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.sm-column {
    background: #fff;
    padding: 24px 22px 28px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.sm-column-wide {
    grid-column: span 2;
}

.sm-col-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #0f172a;
}

.sm-col-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sm-col-icon svg {
    width: 20px;
    height: 20px;
}

.sm-col-icon-services { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.sm-col-icon-cities { background: rgba(39, 174, 96, 0.1); color: #27ae60; }
.sm-col-icon-portfolio { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.sm-col-icon-blog { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.sm-col-icon-company { background: rgba(100, 116, 139, 0.1); color: #64748b; }

.sm-group-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin: 16px 0 8px;
}

.sm-group-label:first-of-type {
    margin-top: 0;
}

.sm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sm-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
}

.sm-list-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.sm-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #475569;
    font-size: 14px;
    line-height: 1.35;
    transition: 0.2s;
}

.sm-link:hover {
    background: #f0fdf4;
    color: #15803d;
    transform: translateX(2px);
}

.sm-link-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sm-link-icon svg {
    width: 15px;
    height: 15px;
}

.sm-link-text {
    flex: 1;
    min-width: 0;
}

.sm-link-arrow {
    width: 16px;
    height: 16px;
    color: #cbd5e1;
    flex-shrink: 0;
    transition: 0.2s;
}

.sm-link:hover .sm-link-arrow {
    color: #27ae60;
    transform: translateX(3px);
}

.sm-icon-viz { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.sm-icon-corp { background: rgba(99, 102, 241, 0.1); color: #6366f1; }
.sm-icon-shop { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.sm-icon-cat { background: rgba(14, 165, 233, 0.1); color: #0ea5e9; }
.sm-icon-land { background: rgba(39, 174, 96, 0.1); color: #27ae60; }
.sm-icon-seo { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.sm-icon-ads { background: rgba(236, 72, 153, 0.1); color: #ec4899; }
.sm-icon-admin { background: rgba(100, 116, 139, 0.1); color: #64748b; }
.sm-icon-app { background: rgba(99, 102, 241, 0.1); color: #6366f1; }
.sm-icon-bot { background: rgba(14, 165, 233, 0.1); color: #0ea5e9; }
.sm-icon-ai { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.sm-icon-city { background: rgba(39, 174, 96, 0.08); color: #27ae60; }
.sm-icon-case { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.sm-icon-blog { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.sm-icon-page { background: rgba(100, 116, 139, 0.08); color: #64748b; }
.sm-icon-home { background: rgba(39, 174, 96, 0.1); color: #27ae60; }

.sm-empty {
    padding: 12px;
    color: #94a3b8;
    font-size: 14px;
    font-style: italic;
}

.sm-no-results {
    display: none;
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
    font-size: 15px;
}

.sm-no-results.is-visible {
    display: block;
}

.fade-up-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: 0.7s ease;
}

.fade-up-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.15s; }

@media (max-width: 1024px) {
    .sm-list-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sitemap-section {
        padding-top: 92px;
    }

    .sm-title {
        font-size: 2rem;
    }

    .sm-grid {
        grid-template-columns: 1fr;
    }

    .sm-column-wide {
        grid-column: span 1;
    }

    .sm-list-grid,
    .sm-list-grid-3 {
        grid-template-columns: 1fr;
    }
}
