/* ============================================================
   19. STRONA O FIRMIE — HERO (3 BLOKI)
   ============================================================ */
.rev-about-hero {
    background: #f8f8f8;
    padding: 80px 60px;
}
.rev-about-hero-header {
    max-width: 1400px;
    margin: 0 auto 64px;
}
.rev-about-hero-sub {
    font-family: "Bahnschrift", sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #e30613;
    margin-bottom: 12px !important;
    display: block;
}
.rev-about-hero-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(32px, 5vw, 60px) !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.05 !important;
    margin-bottom: 16px !important;
}
.rev-about-hero-title strong {
    font-weight: 900 !important;
    display: block;
}
.rev-about-hero-line {
    width: 48px;
    height: 3px;
    background: #e30613;
    margin-bottom: 24px;
}
.rev-about-hero-desc {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #666 !important;
    max-width: 800px;
    margin: 0 !important;
}
.rev-about-hero-desc strong {
    color: #1c1c1b !important;
}
.rev-about-hero-blocks {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #e0e0e0;
}
.rev-about-hero-block {
    padding: 40px 48px;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    background: #fff;
    transition: background 0.3s;
}
.rev-about-hero-block:last-child {
    border-right: none;
}
.rev-about-hero-block:hover {
    background: #f8f8f8;
}
.rev-about-hero-block--mid {
    background: #ffffff;
}
.rev-about-hero-block--mid:hover {
    background: #f8f8f8;
}
.rev-about-hero-block--accent {
    background: #ffffff;
}
.rev-about-hero-block--accent:hover {
    background: #f8f8f8;
}
.rev-about-hero-block-num {
    font-family: "Bahnschrift", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #e30613;
    margin-bottom: 16px;
}
.rev-about-hero-block-bar {
    width: 32px;
    height: 2px;
    background: #e30613;
    margin-bottom: 20px;
    transition: width 0.3s;
}
.rev-about-hero-block:hover .rev-about-hero-block-bar {
    width: 64px;
}
.rev-about-hero-block-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #1c1c1b !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}
.rev-about-hero-block-text {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #1c1c1b !important;
    margin-bottom: 12px !important;
}
.rev-about-hero-block-text--note {
    color: #1c1c1b !important;
    font-style: italic;
    margin-top: 8px !important;
    font-size: 16px !important;
}
.rev-about-hero-block-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 66px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rev-about-hero-block-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    color: #1c1c1b !important;
    margin: 0 !important;
}
.rev-about-hero-block-list li strong {
    color: #1c1c1b;
}
.rev-about-hero-block-list-dot {
    width: 10px;
    height: 10px;
    background: #e30613;
    flex-shrink: 0;
}
.rev-about-hero-block-quote {
    background: #f8f8f8;
    border-left: 3px solid #e30613;
    padding: 16px 20px;
    margin: 16px 0 24px;
}
.rev-about-hero-block-quote-mark {
    font-family: "Bahnschrift", sans-serif;
    font-size: 48px;
    color: #1c1c1b;
    line-height: 1;
    display: block;
    margin-bottom: -8px;
    opacity: 0.4;
}
.rev-about-hero-block-quote p {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #1c1c1b !important;
    font-style: italic;
    margin: 0 !important;
}
.rev-about-hero-map {
     width: 1400px;
    margin: 0px auto 0;
margin-top:-130px;
    position: relative;
}
.rev-about-hero-map img {
    width: 1400px;
   height: auto;
    display: block;
}
.rev-about-hero-map-label {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.rev-about-hero-map-label-val {
    font-family: "Bahnschrift", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #e30613;
    line-height: 1;
}
.rev-about-hero-map-label-txt {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #888;
}

