/* HTML Sitemap — dynamic page */
.sm-hero {
    background: linear-gradient(180deg, #f9f6f0 0%, #fff 55%);
    padding: 48px 0 36px;
}

.sm-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.sm-breadcrumb a {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sm-breadcrumb a:hover {
    color: #f05e27;
}

.sm-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

.sm-hero-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #000;
    margin: 0 0 16px;
}

.sm-hero-title span {
    color: #f05e27;
}

.sm-hero-desc {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #444;
    margin: 0;
    max-width: 560px;
}

.sm-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.sm-stat-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.sm-stat-card strong {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: #f05e27;
    line-height: 1.2;
}

.sm-stat-card span {
    font-size: 0.85rem;
    color: #666;
}

.sm-search-wrap {
    margin-top: 32px;
    position: relative;
}

.sm-search-label {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

.sm-search-input {
    width: 100%;
    padding: 16px 18px 16px 48px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-size: 1rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sm-search-input:focus {
    outline: none;
    border-color: #f05e27;
    box-shadow: 0 0 0 3px rgba(240, 94, 39, 0.15);
}

.sm-search-hint {
    margin: 10px 0 0;
    font-size: 0.9rem;
    color: #f05e27;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sm-body {
    padding: 20px 0 25px;
    background: #fff;
}

.sm-sections {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sm-section-card {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    padding: 28px;
}

.sm-section-head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.sm-section-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ffe0d0;
    color: #f05e27;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.sm-section-head>div:nth-child(2) {
    flex: 1;
    min-width: 200px;
}

.sm-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 6px;
}

.sm-section-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.sm-section-count {
    margin-left: auto;
    font-size: 0.8rem;
    font-weight: 600;
    color: #f05e27;
    background: #fff;
    border: 1px solid #ffe0d0;
    padding: 6px 12px;
    border-radius: 50px;
    white-space: nowrap;
}

.sm-link-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
}

.sm-link-grid--compact {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 16px;
    padding-top: 12px;
}

.sm-link-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.sm-link-item i {
    font-size: 0.7rem;
    color: #ccc;
    flex-shrink: 0;
}

.sm-link-item:hover {
    color: #f05e27;
}

.sm-link-item:hover i {
    color: #f05e27;
}

.sm-product-groups {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sm-product-group {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

.sm-product-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #000;
    cursor: pointer;
    list-style: none;
}

.sm-product-group-title::-webkit-details-marker {
    display: none;
}

.sm-product-group-count {
    font-size: 0.75rem;
    font-weight: 600;
    color: #f05e27;
    background: #fff5f0;
    padding: 4px 10px;
    border-radius: 50px;
}

.sm-product-group[open] .sm-product-group-title {
    border-bottom: 1px solid #f0f0f0;
    background: #fffaf7;
}

.sm-product-group .sm-link-grid {
    padding: 14px 18px 16px;
}

.sm-footer-cta {
    margin-top: 48px;
    text-align: center;
    padding: 36px 24px;
    background: #f9f6f0;
    border-radius: 18px;
}

.sm-footer-cta p {
    margin: 0 0 18px;
    color: #555;
}

.sm-footer-cta a {
    color: #f05e27;
    font-weight: 600;
}

.sm-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #f05e27;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sm-cta-btn:hover {
    background: #e05420;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .sm-hero-grid {
        grid-template-columns: 1fr;
    }

    .sm-link-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sm-link-grid--compact {
        grid-template-columns: repeat(2, 1fr);
    }

    .sm-section-count {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .sm-hero {
        padding: 32px 0 24px;
    }

    .sm-stats {
        grid-template-columns: 1fr 1fr;
    }

    .sm-section-card {
        padding: 20px 16px;
    }

    .sm-link-grid,
    .sm-link-grid--compact {
        grid-template-columns: 1fr;
    }
}