.rzsf-main {
    padding: 32px 20px 64px;
}

.rzsf-container {
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}

.rzsf-wrap {
    width: 100%;
}

.rzsf-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
    color: #68717c;
    font-size: 14px;
}

.rzsf-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.rzsf-breadcrumbs a:hover {
    color: #e4232a;
}

.rzsf-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
    gap: 24px;
    padding: 32px;
    border: 1px solid #e4e8ec;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%);
    box-shadow: 0 12px 34px rgba(25, 32, 42, .06);
}

.rzsf-kicker {
    margin-bottom: 8px;
    color: #e4232a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rzsf-hero h1 {
    margin: 0 0 14px;
    color: #171b22;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
}

.rzsf-intro {
    max-width: 760px;
    color: #4c5561;
    font-size: 17px;
    line-height: 1.65;
}

.rzsf-intro p:last-child,
.rzsf-hero__aside p:last-child {
    margin-bottom: 0;
}

.rzsf-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.rzsf-badges span {
    padding: 8px 12px;
    border: 1px solid #dde2e7;
    border-radius: 999px;
    background: #fff;
    color: #313a45;
    font-size: 13px;
    font-weight: 600;
}

.rzsf-hero__aside {
    align-self: stretch;
    padding: 24px;
    border-radius: 14px;
    background: #20252d;
    color: #fff;
}

.rzsf-hero__aside strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.rzsf-hero__aside p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.55;
}

.rzsf-hero__aside .button,
.rzsf-hero__aside button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    border-color: #e4232a;
    background: #e4232a;
    color: #fff;
}

.rzsf-products,
.rzsf-content,
.rzsf-links {
    margin-top: 38px;
}

.rzsf-quick-links {
    margin-top: 24px;
}

.rzsf-quick-links h2 {
    margin: 0;
    color: #171b22;
    font-size: 20px;
}

.rzsf-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.rzsf-tag-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid #dde2e7;
    border-radius: 10px;
    background: #fff;
    color: #20252d;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.rzsf-tag-grid a:hover,
.rzsf-tag-grid a:focus-visible {
    border-color: #e4232a;
    box-shadow: 0 6px 18px rgba(25, 32, 42, .08);
    color: #e4232a;
    transform: translateY(-1px);
}

.rzsf-section-heading {
    display: flex;
    gap: 20px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 18px;
}

.rzsf-section-heading h2,
.rzsf-content h2,
.rzsf-links h2 {
    margin: 0;
    color: #171b22;
    font-size: clamp(24px, 3vw, 34px);
}

.rzsf-section-heading span {
    color: #68717c;
    white-space: nowrap;
}

.rzsf-products .woocommerce {
    width: 100%;
}

.rzsf-products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
}

.rzsf-products ul.products::before,
.rzsf-products ul.products::after {
    display: none;
}

.rzsf-products ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
}

.rzsf-notice {
    padding: 18px 20px;
    border-left: 4px solid #e4232a;
    background: #f6f7f8;
}

.rzsf-content {
    padding: 30px;
    border: 1px solid #e4e8ec;
    border-radius: 16px;
    background: #fff;
    color: #343c46;
    line-height: 1.7;
}

.rzsf-content h2,
.rzsf-content h3 {
    margin-top: 28px;
}

.rzsf-content h2:first-child,
.rzsf-content h3:first-child {
    margin-top: 0;
}

.rzsf-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.rzsf-link-grid a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 76px;
    padding: 16px 18px;
    border: 1px solid #e4e8ec;
    border-radius: 12px;
    background: #fff;
    color: #20252d;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rzsf-link-grid a:hover {
    border-color: #e4232a;
    box-shadow: 0 8px 22px rgba(25, 32, 42, .08);
    color: #e4232a;
    transform: translateY(-1px);
}

.rzsf-link-grid a span {
    margin-top: 5px;
    color: #7b838d;
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .rzsf-products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 768px) {
    .rzsf-main {
        padding: 22px 14px 48px;
    }

    .rzsf-hero {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .rzsf-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .rzsf-products ul.products,
    .rzsf-link-grid {
        grid-template-columns: 1fr;
    }

    .rzsf-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .rzsf-tag-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .rzsf-tag-grid a {
        justify-content: center;
        text-align: center;
    }
}
