.css-page-hero-bg {
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.css-page-hero-overlay {
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.css-contact-card-bg {
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.css-contact-card-overlay {
    inset: 0;
    background: linear-gradient(145deg, rgba(24, 28, 36, 0.86) 0%, rgba(34, 39, 48, 0.78) 52%, rgba(16, 18, 24, 0.70) 100%);
}

.css-contact-form-card {
    border-top: 6px solid #ee1a19;
}

.css-contact-form-title {
    font-weight: 700;
    line-height: 1.1;
}

.css-contact-submit {
    background: #ee1a19;
}

.css-map-iframe {
    border: 0;
}

.css-sitemap-wrap {
    background: #f7f8fa;
}

.css-sitemap-hero {
    overflow: hidden;
}

.css-sitemap-kicker {
    color: #ee1a19;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.css-sitemap-hero-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.6;
}

.css-sitemap-crumb-link,
.css-sitemap-crumb-current {
    font-size: 0.95rem;
}

.css-sitemap-crumb-current {
    opacity: 0.92;
}

.css-sitemap-intro {
    border-left: 5px solid #ee1a19;
    border-radius: 0.75rem;
}

.css-sitemap-intro-title {
    color: #1f2937;
    font-weight: 700;
}

.css-sitemap-stat {
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 0.7rem;
}

.css-sitemap-page-title,
.css-sitemap-section-title,
.css-sitemap-categories-title,
.css-sitemap-intro-title,
.css-sitemap-root-title {
    font-weight: 700;
}

.css-sitemap-section-head {
    border-bottom: 1px solid #eef0f3;
    padding-bottom: 0.85rem;
}

.css-sitemap-section-icon {
    background: #fff1f1;
    border-radius: 999px;
    color: #ee1a19;
    height: 2.5rem;
    width: 2.5rem;
}

.css-sitemap-group-card,
.css-sitemap-root-card {
    border-radius: 0.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.css-sitemap-group-card:hover,
.css-sitemap-root-card:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(17, 24, 39, 0.12);
    transform: translateY(-2px);
}

.css-sitemap-link {
    align-items: center;
    border-radius: 0.45rem;
    color: #4b5563;
    display: flex;
    padding: 0.45rem 0.55rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.css-sitemap-root-link {
    color: #1f2937;
    font-weight: 700;
    padding-left: 0;
}

.css-sitemap-link-icon {
    color: #ee1a19;
    font-size: 0.75rem;
    margin-right: 0.55rem;
    width: 0.75rem;
}

.css-sitemap-link:hover {
    background: #fff5f5;
    color: #ee1a19;
    text-decoration: none;
}

.css-sitemap-root-icon {
    color: #ee1a19;
}

.css-sitemap-item + .css-sitemap-item {
    margin-top: 0.15rem;
}

.css-sitemap-nested {
    border-left: 2px solid #f0d4d4;
    margin-left: 0.35rem;
    margin-top: 0.35rem;
    padding-left: 0.65rem;
}

.css-sitemap-categories-head {
    border-bottom: 2px solid #ee1a19;
    padding-bottom: 0.85rem;
}

.css-sitemap-categories {
    margin-top: 0.5rem;
}

.css-sitemap-badge {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
}

.css-sitemap-shop-btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.45rem 1rem;
}
