/* ============================================================
   24. SEKCJA HERO (podstrony)
   ============================================================ */
.rev-page-hero {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: 100%;
    margin-top: -153px;
    padding-top: 153px;
    background: #fff;
}
.rev-page-hero::before {
    content: "";
    position: absolute;
    top: -153px;
    right: 0;
    width: 30%;
    height: calc(100% + 153px + 80px);
    background: #cacaca;
    z-index: -1;
}
.rev-page-hero-inner {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    padding: 0;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.rev-page-hero-content {
    max-width: 950px;
    padding-left: calc((100vw - 1500px) / 2 + 60px);
}
.rev-page-hero-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(28px, 4vw, 52px) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.05 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.rev-page-hero-subtitle {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(18px, 2.5vw, 40px) !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}
.rev-page-hero-line {
    width: 48px;
    height: 3px;
    background: #e30613;
    margin-bottom: 20px;
    margin-top: 16px;
    flex-shrink: 0;
}
.rev-page-hero-desc {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    max-width: 560px;
    margin: 0 !important;
}
.rev-page-hero-desc strong {
    color: #1c1c1b;
}
.rev-page-hero-image {
    position: relative;
    overflow: hidden;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: -80px;
    align-self: flex-start;
}
.rev-page-hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.rev-page-hero-image--empty {
    background: #e8e8e8;
}
.rev-series-hero-breadcrumbs {
    position: absolute;
    top: 100px;
margin-left:20px;
    z-index: 10;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.rev-page-hero-breadcrumbs a {
    color: #888 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}
.rev-page-hero-breadcrumbs a:hover {
    color: #e30613 !important;
}

