/* R-DTR Region Router 0.2.0-dev */
.rdtr-region-strip {
    margin: 0 0 24px;
    padding: 28px 24px;
    border-radius: 18px;
    background: #111;
    color: #fff;
    overflow: hidden;
}
.rdtr-region-strip__inner { max-width: 980px; }
.rdtr-region-strip__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #f04b4b;
    font-weight: 700;
}
.rdtr-region-strip h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.05;
}
.rdtr-region-strip p {
    margin: 0;
    max-width: 720px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}
.rdtr-region-hero {
    min-height: 360px;
    margin: 0 0 28px;
    padding: 34px;
    border-radius: 20px;
    background: linear-gradient(135deg,#151515,#343434);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.rdtr-region-hero__content { max-width: 760px; }
.rdtr-region-hero__label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #d71920;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rdtr-region-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1.02;
}
.rdtr-region-hero h1 a { color: #fff; text-decoration: none; }
.rdtr-region-hero p {
    margin: 0 0 18px;
    max-width: 650px;
    color: rgba(255,255,255,.86);
    font-size: 18px;
}
.rdtr-region-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    color: #111 !important;
    text-decoration: none;
    font-weight: 700;
}
.rdtr-region-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0 0 28px;
}
.rdtr-region-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.rdtr-region-card__thumb {
    display: block;
    aspect-ratio: 16/9;
    background: #1d1d1d;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}
.rdtr-region-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rdtr-region-card__thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
}
.rdtr-region-card__body { padding: 16px; }
.rdtr-region-card__date {
    display: block;
    margin-bottom: 7px;
    color: #d71920;
    font-size: 12px;
    font-weight: 700;
}
.rdtr-region-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.15;
}
.rdtr-region-card h3 a { color: #111; text-decoration: none; }
.rdtr-region-card p {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 1.45;
}
.rdtr-region-empty {
    padding: 22px;
    border-radius: 16px;
    background: #f4f4f4;
    color: #222;
    font-weight: 600;
}
@media (max-width: 900px) {
    .rdtr-region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .rdtr-region-grid { grid-template-columns: 1fr; }
    .rdtr-region-hero { min-height: 300px; padding: 24px; }
}
