.products-hero {
    min-height: 400px;
    background: linear-gradient(105deg, rgba(10, 0, 0, 0.8) 0%, rgba(10, 0, 0, 0.5) 50%, transparent 100%),
                url('../../images/product-banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    overflow: visible;
    padding-bottom: 4rem;
}

.products-hero-content { max-width: 720px; }

.products-hero .hero-badge {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--red-accent);
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(200, 16, 46, 0.2);
    border: 1px solid rgba(200, 16, 46, 0.4);
    padding: 6px 16px;
    border-radius: 100px;
}

.products-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: #fff;
    line-height: 1.2;
    overflow: visible;
    padding-top: 0.12em;
}

.products-hero h1 span { color: var(--gold); font-style: italic; }

.products-hero .hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 550px;
}

.sa-hero {
    height: auto;
    min-height: 380px;
    padding-top: 6rem;
}

.sa-cats .sec-title,
.sa-products .sec-title,
.sa-blogs .sec-title,
.sa-certs .sec-title,
.sa-faq .sec-title,
.sa-related .sec-title,
.sa-listing .sec-title {
    line-height: 1.25;
    overflow: visible;
    padding: 0.12em 0 0.08em;
}

.sa-breadcrumb {
    margin-top: 1.5rem;
}

.sa-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: var(--text-muted);
}

.sa-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    opacity: 0.45;
    color: inherit;
}

.sa-breadcrumb a {
    color: var(--ash);
    text-decoration: none;
    font-weight: 500;
}

.sa-breadcrumb a:hover {
    color: var(--red-primary);
}

.sa-breadcrumb li[aria-current="page"] {
    color: var(--red-primary);
    font-weight: 600;
}

.products-hero .sa-breadcrumb {
    margin-top: 1.5rem;
}

.products-hero .sa-breadcrumb ol {
    color: rgba(255, 255, 255, 0.8);
}

.products-hero .sa-breadcrumb a {
    color: #fff;
}

.products-hero .sa-breadcrumb a:hover {
    color: var(--gold);
}

.products-hero .sa-breadcrumb li[aria-current="page"] {
    color: var(--gold);
}

.blog-detail-wrapper .content-body .sa-breadcrumb {
    margin: 0 0 1rem;
}

.blog-detail-wrapper .content-body .sa-breadcrumb ol {
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: var(--text-muted);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.85rem;
}

.blog-detail-wrapper .content-body .sa-breadcrumb a {
    color: var(--ash);
    font-weight: 500;
}

.blog-detail-wrapper .content-body .sa-breadcrumb a:hover {
    color: var(--red-primary);
}

.blog-detail-wrapper .content-body .sa-breadcrumb li[aria-current="page"] {
    color: var(--red-primary);
    font-weight: 700;
}

.blog-detail-wrapper .content-body h1,
.blog-detail-wrapper .content-body h2,
.blog-detail-wrapper .content-body h3 {
    color: var(--ash);
}

.blog-detail-wrapper .content-body p,
.blog-detail-wrapper .content-body .desc-text,
.blog-detail-wrapper .content-body .hero-desc {
    color: var(--text-muted);
}

.sa-listing,
.sa-seo,
.sa-content,
.sa-products,
.sa-related,
.sa-cats,
.sa-certs,
.sa-blogs,
.sa-faq {
    padding: 70px 0;
}

.sa-cats,
.sa-blogs,
.sa-related,
.sa-products,
.sa-listing {
    background: var(--cream);
}

.sa-certs,
.sa-faq,
.sa-seo,
.sa-content {
    background: var(--white);
}

.sa-content .row {
    align-items: flex-start;
}

.sa-content .col-lg-4 {
    position: sticky;
    top: 96px;
}

.sa-article h2,
.sa-article h3,
.sa-cats .sec-title,
.sa-products .sec-title,
.sa-blogs .sec-title,
.sa-certs .sec-title,
.sa-faq .sec-title,
.sa-related .sec-title {
    scroll-margin-top: 96px;
}
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--ash);
    margin-bottom: 1.1rem;
}

.sa-article h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--ash);
    margin: 1.75rem 0 0.7rem;
}

.sa-article p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.sa-article a {
    color: var(--red-primary);
    font-weight: 600;
    text-decoration: none;
}

.sa-article a:hover {
    text-decoration: underline;
}

.sa-cert-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--border);
    background: var(--cream);
}

.sa-cert-card h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
}

.sa-cert-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin: 0;
}

.sa-accordion .accordion-item {
    border: 1px solid var(--border);
    margin-bottom: 10px;
    background: var(--cream);
}

.sa-accordion .accordion-button {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    color: var(--ash);
    background: var(--cream);
    box-shadow: none;
}

.sa-accordion .accordion-button:not(.collapsed) {
    color: var(--red-primary);
    background: #fff;
}

.sa-accordion .accordion-body p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.75;
}

.sa-side-card .sa-ghost-btn {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.sa-listing,
.sa-products,
.sa-related {
    background: var(--cream);
}

.sa-seo,
.sa-content {
    background: var(--white);
}

.sa-card {
    display: block;
    height: 100%;
    background: var(--white);
    border: 1px solid var(--border);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: all var(--transition);
}

.sa-card:hover {
    transform: translateY(-6px);
    border-color: var(--red-primary);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    color: inherit;
}

.sa-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--cream);
}

.sa-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sa-card:hover .sa-card-img img {
    transform: scale(1.05);
}

.sa-card-body {
    padding: 1.1rem 1.15rem 1.25rem;
}

.sa-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    margin-bottom: 0.45rem;
    color: var(--ash);
}

.sa-card-body p {
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--text-muted);
    margin-bottom: 0.7rem;
}

.sa-card-link {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--red-primary);
}

.sa-cta,
.sa-side-card {
    background: var(--cream);
    border: 1px solid var(--border);
}

.sa-cta {
    padding: 2rem;
}

.sa-cta h3,
.sa-side-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.sa-ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--border);
    color: var(--ash);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
}

.sa-ghost-btn:hover {
    color: var(--red-primary);
    border-color: var(--red-primary);
}

.sa-richtext {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.sa-richtext p {
    margin-bottom: 1rem;
}

.sa-side-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sa-side-card-body {
    padding: 1.4rem 1.5rem 1.6rem;
}

.sa-products .product-card {
    background: var(--white);
    border: 1px solid var(--border);
    height: 100%;
    overflow: hidden;
}

.sa-products .product-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #fff;
}

.sa-products .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sa-products .product-body {
    padding: 1.1rem 1.15rem 1.25rem;
}

.sa-products .product-body h3 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    margin: 0.35rem 0 0.5rem;
}

.sa-products .product-tag {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--red-primary);
    font-weight: 700;
}

.sa-products .product-link {
    color: var(--red-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
}

.sa-cta-band {
    padding: 70px 0;
    background: linear-gradient(105deg, #1a0505 0%, #3b0a0a 100%);
    color: #fff;
    text-align: center;
}

.sa-cta-band h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 0.75rem;
}

.sa-cta-band p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.5rem;
}

.sa-cta-band .sa-ghost-btn {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.sa-city-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--border);
    text-decoration: none;
    color: var(--ash);
    font-weight: 600;
    font-size: 0.9rem;
}

.sa-city-chip:hover {
    border-color: var(--red-primary);
    color: var(--red-primary);
}

.pagination-custom {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 2rem;
}

.pagination-custom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--border);
    color: var(--text-muted);
    text-decoration: none;
    transition: all var(--transition);
    font-weight: 500;
}

.pagination-custom a:hover,
.pagination-custom a.active {
    background: var(--red-primary);
    border-color: var(--red-primary);
    color: #fff;
}

@media (max-width: 768px) {
    .sa-hero {
        min-height: 320px;
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }
}
