/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 18.30
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */
/* -------------------------------------------------------------------------
 * Mobile Startseite: Hero-Bild nicht laden
 * Das mobile Suchmodul nutzt Homeys separates Popup/Overlay. Deshalb bleibt
 * der Banner als ruhige Flaeche fuer Ueberschrift/Statuszeile erhalten, aber
 * ohne das 422-KiB-Desktop-Hintergrundbild.
 * ---------------------------------------------------------------------- */
@media (max-width: 991px) {
    body.home .top-banner-wrap.hr-mobile-banner-no-image .hr-mobile-banner-solid {
        background-color: #4a4a4a;
    }
}

/* -------------------------------------------------------------------------
 * Mobile Startseite: Banner optisch aufwerten, Homey-Zentrierung exakt lassen.
 * WICHTIG: .banner-caption Position/Transform/Width NICHT ueberschreiben.
 * Homey zentriert den gesamten Caption-/Suchblock selbst.
 * ---------------------------------------------------------------------- */
@media (max-width: 991px) {
    body.home .top-banner-wrap.hr-mobile-banner-no-image .banner-inner.hr-mobile-banner-solid {
        background:
            radial-gradient(circle at 16% 18%, rgba(255,255,255,0.14), rgba(255,255,255,0) 32%),
            radial-gradient(circle at 82% 16%, rgba(255,255,255,0.09), rgba(255,255,255,0) 24%),
            radial-gradient(circle at 78% 82%, rgba(255,255,255,0.07), rgba(255,255,255,0) 22%),
            linear-gradient(135deg, #102337 0%, #1b4d76 58%, #2b6f9f 100%);
    }

    /* Nur etwas kraeftiger/lesbarer; keine Groesse, Ausrichtung oder Abstaende aendern. */
    body.home .top-banner-wrap.hr-mobile-banner-no-image .banner-title {
        font-weight: 700;
        text-shadow: 0 1px 3px rgba(0,0,0,0.28);
    }

    body.home .top-banner-wrap.hr-mobile-banner-no-image .banner-subtitle {
        font-weight: 500;
        text-shadow: 0 1px 3px rgba(0,0,0,0.24);
    }
}

/* -------------------------------------------------------------------------
 * Mobile Logo: natuerliches Seitenverhaeltnis beibehalten
 * Homey setzt Breite und Hoehe getrennt. `height:auto` verhindert die leichte
 * Verzerrung, ohne die konfigurierte Breite oder die Zentrierung zu aendern.
 * ---------------------------------------------------------------------- */
@media (max-width: 991px) {
    .header-mobile .mobile-logo img {
        height: auto !important;
    }
}

/* -------------------------------------------------------------------------
 * Startseite: Kontrast fuer redaktionelle Inhalte verbessern
 *
 * Lighthouse meldet die langen Text-/Listenbereiche auf hellem Hintergrund.
 * Banner, Navigation, Buttons, A-Z-Leiste und Footer bleiben unangetastet.
 * ---------------------------------------------------------------------- */
body.home #section-body .elementor h3,
body.home #section-body .elementor h4,
body.home #section-body .elementor p,
body.home #section-body .elementor li,
body.home #section-body .elementor strong {
    color: #343a40;
}

body.home #section-body .elementor h3,
body.home #section-body .elementor h4 {
    color: #242b31;
}

/* Site Reviews: Titel und „Mehr anzeigen“ klar als Links erkennbar. */
body.home #section-body .glsr a,
body.home #section-body .glsr a:visited {
    color: #155b84;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

body.home #section-body .glsr a:hover,
body.home #section-body .glsr a:focus {
    color: #0d4669;
}

/* -------------------------------------------------------------------------
 * V18.7: Mobile Half-Map – originale Homey-Karte, native Trefferzahl/Sortierung
 *
 * Homey bringt #listings_found und #sort_listings_halfmap bereits selbst mit
 * und aktualisiert beide ueber seine native Half-Map-AJAX-Logik. Das Parent-
 * Theme versteckt den kompletten Sortierbereich auf Mobilgeraeten. Wir blenden
 * nur diesen vorhandenen Bereich wieder ein und veraendern Karte, Pins,
 * Zoomsteuerung, Infoboxen oder Such-Lifecycle nicht.
 * ---------------------------------------------------------------------- */
@media (max-width: 768px) {
    .half-map-left-wrap .sort-wrap {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 54px;
        margin: 0 !important;
        padding: 8px 12px !important;
        border-top: 1px solid #e7e7e7 !important;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;
    }

    .half-map-left-wrap .sort-wrap .pull-left,
    .half-map-left-wrap .sort-wrap .pull-right {
        float: none !important;
        width: auto;
    }

    .half-map-wrap .number-of-listings,
    .half-map-left-wrap .sort-wrap .number-of-listings {
        display: block !important;
        min-width: 0;
        padding: 0 !important;
        margin: 0;
        overflow: hidden;
        color: #222;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .half-map-left-wrap .sort-wrap ul {
        display: flex;
        align-items: center;
        gap: 4px;
        margin: 0;
        white-space: nowrap;
    }

    .half-map-left-wrap .sort-wrap ul > li:first-child {
        display: none;
    }

    .half-map-left-wrap .sort-wrap .bootstrap-select {
        width: auto !important;
        min-width: 122px;
        max-width: 150px;
    }

    .half-map-left-wrap .sort-wrap .bootstrap-select > .dropdown-toggle,
    .half-map-left-wrap .sort-wrap .bootstrap-select > .btn {
        min-height: 38px;
        padding: 7px 28px 7px 10px !important;
        border: 1px solid #c9c9c9 !important;
        border-radius: 6px;
        background: #fff !important;
        color: #222 !important;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
    }

    .half-map-left-wrap .sort-wrap .bootstrap-select .filter-option {
        max-width: 108px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}



/* ==========================================================================
   Staedte-Uebersicht ([hr_staedte_hub]) + Top-Staedte ([hr_top_staedte])
   Reine CSS-Loesung ohne Plugin-Abhaengigkeit (Elementor-unabhaengig).
   ========================================================================== */

.hr-staedte-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 28px;
    padding: 14px;
    background: #f5f7f9;
    border-radius: 8px;
    position: sticky;
    top: 0;
    z-index: 5;
}
.hr-staedte-nav a {
    display: inline-block;
    min-width: 34px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 600;
    color: #155b84;
    background: #fff;
    border: 1px solid #d9e1e7;
    border-radius: 6px;
    text-decoration: none;
}
.hr-staedte-nav a:hover,
.hr-staedte-nav a:focus {
    background: #155b84;
    color: #fff;
}

.hr-staedte-gruppe {
    margin: 0 0 26px;
    scroll-margin-top: 80px;
}
.hr-staedte-letter {
    font-size: 1.5rem;
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #155b84;
}
.hr-staedte-liste {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 4px 24px;
}
.hr-staedte-liste li {
    padding: 4px 0;
    border-bottom: 1px solid #eef1f4;
}
.hr-staedte-liste a {
    color: #155b84;
    text-decoration: none;
}
.hr-staedte-liste a:hover,
.hr-staedte-liste a:focus {
    text-decoration: underline;
}
.hr-staedte-count {
    color: #8a97a2;
    font-size: 0.85em;
}

.hr-top-staedte {
    margin: 22px 0;
}
.hr-top-staedte-title {
    text-align: center;
    margin: 0 0 22px;
}
.hr-top-staedte-liste {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    gap: 10px;
}
.hr-top-staedte-liste a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 11px 13px;
    background: #fff;
    border: 1px solid #e0e6eb;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color .15s, box-shadow .15s;
}
.hr-top-staedte-liste a:hover,
.hr-top-staedte-liste a:focus {
    border-color: #155b84;
    box-shadow: 0 2px 8px rgba(21, 91, 132, .12);
}
.hr-top-stadt-name {
    font-weight: 600;
    color: #1a1a1a;
}
.hr-top-stadt-count {
    font-size: 0.85em;
    color: #6b7680;
}

/* -------------------------------------------------------------------------
 * hr_top_staedte - responsive Feinschliff (v18-14)
 *  - Desktop (>=992px): genau 6 Staedte pro Zeile => 24 Staedte = 4 Zeilen.
 *    Kein Breakout mehr, damit das Raster buendig mit dem Text darunter liegt.
 *    Fuer eine andere Spaltenzahl nur die 6 in repeat(6, 1fr) aendern.
 *  - Tablet (768-991px): base-Raster (auto-fill) => 4-5 Spalten.
 *  - Mobil (<=767px): genau 2 Staedte pro Zeile, kompaktere Kacheln.
 * ------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .hr-top-staedte-liste {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 767px) {
    .hr-top-staedte-liste {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .hr-top-staedte-liste a {
        padding: 10px 11px;
    }
    .hr-top-stadt-name {
        font-size: 0.95em;
        line-height: 1.25;
    }
    .hr-top-stadt-count {
        font-size: 0.78em;
    }
}

/* -------------------------------------------------------------------------
 * City-Content: Autorenbox am Ende der Taxonomie-Beschreibung
 * ---------------------------------------------------------------------- */
.hr-city-author-box {
    margin: 36px 0 12px;
    padding: 24px 26px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

.hr-city-author-box__label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.68;
}

.hr-city-author-box__name {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.3;
}

.hr-city-author-box__name a {
    color: inherit;
}

.hr-city-author-box__role {
    margin: 0 0 12px;
    font-weight: 600;
}

.hr-city-author-box__bio {
    margin: 0;
    line-height: 1.7;
}

.hr-city-author-box__link {
    margin: 14px 0 0;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hr-city-author-box {
        margin-top: 28px;
        padding: 20px;
    }

    .hr-city-author-box__name {
        font-size: 20px;
    }
}


/* -------------------------------------------------------------------------
 * Fachautorenprofil Andreas Noethen (/author/andreas/) - v18.20
 * Das normale Homey-Gastgeberprofil anderer Benutzer bleibt unveraendert.
 * ---------------------------------------------------------------------- */
.hr-author-profile {
    --hr-author-text: #17212b;
    --hr-author-muted: #65717d;
    --hr-author-line: #e3e8ec;
    --hr-author-soft: #f5f7f8;
    --hr-author-accent: #155b84;
    --hr-author-dark: #132b3a;
    color: var(--hr-author-text);
    background: #fff;
}

.hr-author-profile .container {
    max-width: 1170px;
}

.hr-author-profile__hero {
    padding: 64px 0 36px;
    background: linear-gradient(180deg, #f4f8fa 0%, #ffffff 100%);
    border-bottom: 1px solid var(--hr-author-line);
}

.hr-author-profile__hero-grid {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.hr-author-profile__portrait {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #fff;
    box-shadow: 0 14px 38px rgba(22, 51, 69, 0.14);
    background: #e8eef2;
}

.hr-author-profile__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.hr-author-profile__eyebrow {
    margin: 0 0 10px;
    color: var(--hr-author-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.hr-author-profile__hero h1 {
    margin: 0 0 10px;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.03;
    letter-spacing: -0.035em;
}

.hr-author-profile__role {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
}

.hr-author-profile__lead {
    max-width: 780px;
    margin: 0;
    color: #465561;
    font-size: 18px;
    line-height: 1.75;
}

.hr-author-profile__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.hr-author-profile__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #c8d3da;
    border-radius: 6px;
    background: #fff;
    color: var(--hr-author-text);
    font-weight: 600;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.hr-author-profile__button:hover,
.hr-author-profile__button:focus {
    color: var(--hr-author-text);
    border-color: #9fb2bd;
    box-shadow: 0 6px 18px rgba(19, 43, 58, 0.09);
    transform: translateY(-1px);
    text-decoration: none;
}

.hr-author-profile__button--primary {
    border-color: var(--hr-author-accent);
    background: var(--hr-author-accent);
    color: #fff;
}

.hr-author-profile__button--primary:hover,
.hr-author-profile__button--primary:focus {
    color: #fff;
    border-color: #0f496c;
    background: #0f496c;
}

.hr-author-profile__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 50px;
    border: 1px solid var(--hr-author-line);
    border-radius: 10px;
    overflow: hidden;
    background: var(--hr-author-line);
}

.hr-author-profile__fact {
    min-height: 112px;
    padding: 22px 24px;
    background: #fff;
}

.hr-author-profile__fact strong {
    display: block;
    margin-bottom: 6px;
    font-size: 25px;
    line-height: 1.1;
}

.hr-author-profile__fact span {
    color: var(--hr-author-muted);
    font-size: 14px;
    line-height: 1.45;
}

.hr-author-profile__section {
    padding: 72px 0;
}

.hr-author-profile__section--muted {
    background: var(--hr-author-soft);
    border-top: 1px solid var(--hr-author-line);
    border-bottom: 1px solid var(--hr-author-line);
}

.hr-author-profile__section--dark {
    background: var(--hr-author-dark);
    color: #fff;
}

.hr-author-profile__section h2 {
    margin-top: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.hr-author-profile__section-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.hr-author-profile__section-head > p:last-child {
    color: var(--hr-author-muted);
    font-size: 17px;
    line-height: 1.7;
}

.hr-author-profile__section-head--split {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.hr-author-profile__section-head--split > div {
    max-width: 760px;
}

.hr-author-profile__content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
    gap: 70px;
    align-items: start;
}

.hr-author-profile__prose p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.8;
}

.hr-author-profile__text-link {
    color: var(--hr-author-accent);
    font-weight: 700;
}

.hr-author-profile__quote {
    position: relative;
    padding: 34px 30px 30px;
    border-radius: 10px;
    background: var(--hr-author-soft);
}

.hr-author-profile__quote-mark {
    display: block;
    height: 40px;
    color: var(--hr-author-accent);
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 0.85;
}

.hr-author-profile__quote p {
    margin: 10px 0 18px;
    font-size: 18px;
    line-height: 1.7;
}

.hr-author-profile__evidence-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hr-author-profile__evidence-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border: 1px solid var(--hr-author-line);
    border-radius: 10px;
    background: #fff;
}

.hr-author-profile__evidence-kicker {
    margin-bottom: 12px;
    color: var(--hr-author-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hr-author-profile__evidence-card h3,
.hr-author-profile__expertise-grid h3,
.hr-author-profile__guide-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.35;
}

.hr-author-profile__evidence-card p {
    flex: 1 1 auto;
    color: #54636e;
    line-height: 1.7;
}

.hr-author-profile__evidence-card > a {
    margin-top: 14px;
    color: var(--hr-author-accent);
    font-weight: 700;
}

.hr-author-profile__expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hr-author-profile__expertise-grid article {
    padding: 25px 26px;
    border-left: 4px solid var(--hr-author-accent);
    background: var(--hr-author-soft);
}

.hr-author-profile__expertise-grid p {
    margin: 0;
    color: var(--hr-author-muted);
    line-height: 1.7;
}

.hr-author-profile__method-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
    gap: 80px;
    align-items: start;
}

.hr-author-profile__section--dark .hr-author-profile__eyebrow {
    color: #9fd2f1;
}

.hr-author-profile__method-copy p {
    color: #d6e1e7;
    font-size: 17px;
    line-height: 1.8;
}

.hr-author-profile__method-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 26px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hr-author-profile__method-list li {
    position: relative;
    padding-left: 22px;
    color: #fff;
    line-height: 1.55;
}

.hr-author-profile__method-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #9fd2f1;
    font-weight: 700;
}

.hr-author-profile__guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hr-author-profile__guide-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--hr-author-line);
    border-radius: 9px;
    background: #fff;
}

.hr-author-profile__guide-card h3 a {
    color: var(--hr-author-text);
}

.hr-author-profile__guide-card p {
    flex: 1 1 auto;
    color: var(--hr-author-muted);
    line-height: 1.65;
}

.hr-author-profile__guide-link {
    margin-top: 12px;
    color: var(--hr-author-accent);
    font-weight: 700;
}

.hr-author-profile__empty {
    padding: 24px;
    border: 1px dashed #bac7cf;
    border-radius: 8px;
    color: var(--hr-author-muted);
}

.hr-author-profile__profiles {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 60px;
    align-items: start;
}

.hr-author-profile__profiles > div:first-child > p:last-child {
    color: var(--hr-author-muted);
    line-height: 1.7;
}

.hr-author-profile__profile-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hr-author-profile__profile-links a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
    border: 1px solid var(--hr-author-line);
    border-radius: 8px;
    background: #fff;
    color: var(--hr-author-text);
    text-decoration: none;
}

.hr-author-profile__profile-links a:hover,
.hr-author-profile__profile-links a:focus {
    border-color: #a9bdc8;
    box-shadow: 0 5px 16px rgba(19, 43, 58, 0.07);
}

.hr-author-profile__profile-links span {
    color: var(--hr-author-muted);
    font-size: 14px;
}

@media (max-width: 991px) {
    .hr-author-profile__hero-grid {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 32px;
    }

    .hr-author-profile__portrait {
        width: 180px;
        height: 180px;
    }

    .hr-author-profile__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hr-author-profile__content-grid,
    .hr-author-profile__method-grid,
    .hr-author-profile__profiles {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hr-author-profile__evidence-grid,
    .hr-author-profile__guides-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hr-author-profile__hero {
        padding: 38px 0 24px;
    }

    .hr-author-profile__hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: left;
    }

    .hr-author-profile__portrait {
        width: 148px;
        height: 148px;
    }

    .hr-author-profile__hero h1 {
        font-size: 39px;
    }

    .hr-author-profile__role {
        font-size: 18px;
    }

    .hr-author-profile__lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .hr-author-profile__hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hr-author-profile__button {
        width: 100%;
    }

    .hr-author-profile__facts {
        grid-template-columns: 1fr 1fr;
        margin-top: 34px;
    }

    .hr-author-profile__fact {
        min-height: 100px;
        padding: 18px 16px;
    }

    .hr-author-profile__fact strong {
        font-size: 22px;
    }

    .hr-author-profile__section {
        padding: 52px 0;
    }

    .hr-author-profile__section h2 {
        font-size: 31px;
    }

    .hr-author-profile__content-grid,
    .hr-author-profile__method-grid,
    .hr-author-profile__profiles {
        gap: 30px;
    }

    .hr-author-profile__evidence-grid,
    .hr-author-profile__expertise-grid,
    .hr-author-profile__guides-grid,
    .hr-author-profile__profile-links,
    .hr-author-profile__method-list {
        grid-template-columns: 1fr;
    }

    .hr-author-profile__section-head--split {
        align-items: stretch;
        flex-direction: column;
    }
}

/* -------------------------------------------------------------------------
 * V18.21: B2B-Landingpage /monteurzimmer-vermieten/
 * ---------------------------------------------------------------------- */
.hr-landlord-page {
    background: #ffffff;
    color: #26313b;
    font-size: 17px;
    line-height: 1.7;
}

.hr-landlord-page *,
.hr-landlord-page *::before,
.hr-landlord-page *::after {
    box-sizing: border-box;
}

.hr-landlord-page h1,
.hr-landlord-page h2,
.hr-landlord-page h3,
.hr-landlord-page p {
    margin-top: 0;
}

.hr-landlord-page h1,
.hr-landlord-page h2,
.hr-landlord-page h3 {
    color: #172432;
    letter-spacing: -0.02em;
}

.hr-landlord-page h1 {
    max-width: 920px;
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
}

.hr-landlord-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.15;
}

.hr-landlord-page h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.28;
}

.hr-landlord-eyebrow {
    margin-bottom: 12px !important;
    color: #13679a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hr-landlord-hero {
    overflow: hidden;
    padding: 78px 0 72px;
    background:
        radial-gradient(circle at 85% 10%, rgba(63, 146, 204, 0.24), transparent 30%),
        radial-gradient(circle at 8% 90%, rgba(32, 104, 153, 0.16), transparent 28%),
        linear-gradient(135deg, #f7fbfe 0%, #eef6fb 52%, #ffffff 100%);
    border-bottom: 1px solid #dce8ef;
}

.hr-landlord-hero .breadcrumb {
    margin-bottom: 36px;
}

.hr-landlord-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: 64px;
    align-items: center;
}

.hr-landlord-hero__lead {
    max-width: 900px;
    margin-bottom: 30px;
    color: #40505f;
    font-size: 21px;
    line-height: 1.65;
}

.hr-landlord-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.hr-landlord-hero__note {
    margin-bottom: 0;
    color: #62707d;
    font-size: 14px;
}

.hr-landlord-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hr-landlord-button:hover,
.hr-landlord-button:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.hr-landlord-button--primary {
    background: #176f9f;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(23, 111, 159, 0.22);
}

.hr-landlord-button--primary:hover,
.hr-landlord-button--primary:focus {
    background: #115b84;
}

.hr-landlord-button--secondary {
    background: rgba(255, 255, 255, 0.86);
    border-color: #b9cbd7;
    color: #25455c !important;
}

.hr-landlord-button--light {
    background: #ffffff;
    color: #16384f !important;
}

.hr-landlord-hero__summary {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #d6e4ec;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(29, 72, 101, 0.12);
}

.hr-landlord-summary__label {
    margin-bottom: 18px !important;
    color: #176f9f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hr-landlord-summary__list,
.hr-landlord-summary__list div,
.hr-landlord-summary__list dt,
.hr-landlord-summary__list dd {
    margin: 0;
}

.hr-landlord-summary__list div {
    padding: 16px 0;
    border-top: 1px solid #e5edf2;
}

.hr-landlord-summary__list div:first-child {
    padding-top: 0;
    border-top: 0;
}

.hr-landlord-summary__list dt {
    margin-bottom: 4px;
    color: #1f2d39;
    font-size: 15px;
    font-weight: 800;
}

.hr-landlord-summary__list dd {
    color: #5b6874;
    font-size: 15px;
    line-height: 1.55;
}

.hr-landlord-jumpnav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e3e9ed;
    box-shadow: 0 4px 16px rgba(21, 49, 67, 0.05);
}


.hr-landlord-jumpnav .container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    scrollbar-width: none;
}

.hr-landlord-jumpnav .container::-webkit-scrollbar {
    display: none;
}

.hr-landlord-jumpnav a {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    color: #3a5364;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hr-landlord-jumpnav a:hover,
.hr-landlord-jumpnav a:focus {
    background: #edf5fa;
    color: #115b84;
}

.hr-landlord-section {
    padding: 86px 0;
    scroll-margin-top: 86px;
}

.hr-landlord-section--muted {
    background: #f6f8fa;
}

.hr-landlord-section--dark {
    background: linear-gradient(145deg, #10283b 0%, #173d59 100%);
    color: #dbe7ef;
}

.hr-landlord-section__head {
    max-width: 820px;
    margin-bottom: 42px;
}

.hr-landlord-section__head > p:last-child {
    margin-bottom: 0;
    color: #566572;
    font-size: 18px;
}

.hr-landlord-section__head--light h2,
.hr-landlord-section--dark h3,
.hr-landlord-section--dark .hr-landlord-eyebrow {
    color: #ffffff;
}

.hr-landlord-answer {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 64px;
    padding: 44px;
    background: #f4f9fc;
    border: 1px solid #d7e8f2;
    border-left: 5px solid #176f9f;
    border-radius: 12px;
}

.hr-landlord-answer__copy p:last-child {
    margin-bottom: 0;
}

.hr-landlord-card-grid {
    display: grid;
    gap: 22px;
}

.hr-landlord-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hr-landlord-card {
    min-height: 240px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dfe6eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(22, 52, 72, 0.05);
}

.hr-landlord-card__number {
    display: block;
    margin-bottom: 24px;
    color: #176f9f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.hr-landlord-card p {
    margin-bottom: 0;
    color: #586673;
}

.hr-landlord-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 72px;
    align-items: start;
}

.hr-landlord-checklist {
    display: grid;
    gap: 14px;
}

.hr-landlord-checklist > div {
    position: relative;
    padding: 18px 20px 18px 52px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 10px;
}

.hr-landlord-checklist > div::before {
    position: absolute;
    top: 19px;
    left: 19px;
    width: 22px;
    height: 22px;
    content: "✓";
    background: #e5f4ed;
    border-radius: 50%;
    color: #18764b;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
}

.hr-landlord-checklist strong,
.hr-landlord-checklist span {
    display: block;
}

.hr-landlord-checklist strong {
    margin-bottom: 3px;
    color: #20303d;
}

.hr-landlord-checklist span {
    color: #65727d;
    font-size: 15px;
}

.hr-landlord-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hr-landlord-steps li {
    padding: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
}

.hr-landlord-steps__number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    background: #ffffff;
    border-radius: 50%;
    color: #173d59;
    font-weight: 900;
}

.hr-landlord-steps p {
    margin-bottom: 0;
    color: #c8d8e3;
}

.hr-landlord-section__cta {
    margin-top: 34px;
}

.hr-landlord-pricing {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 64px;
    align-items: center;
}

.hr-landlord-pricing__intro > p:not(.hr-landlord-eyebrow):not(.hr-landlord-fineprint) {
    font-size: 18px;
}

.hr-landlord-fineprint {
    margin: 18px 0 0;
    color: #6c7881;
    font-size: 13px;
}

.hr-landlord-pricing__facts {
    overflow: hidden;
    background: #f7fafc;
    border: 1px solid #dce6ec;
    border-radius: 14px;
}

.hr-landlord-pricing__facts > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 18px;
    padding: 22px 24px;
    border-top: 1px solid #dce6ec;
}

.hr-landlord-pricing__facts > div:first-child {
    border-top: 0;
}

.hr-landlord-pricing__facts span {
    color: #5f6d78;
    font-weight: 700;
}

.hr-landlord-pricing__facts strong {
    color: #145f8b;
    font-size: 22px;
}

.hr-landlord-pricing__facts small {
    grid-column: 1 / -1;
    color: #7a858d;
}

.hr-landlord-responsibility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hr-landlord-responsibility article {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 12px;
}

.hr-landlord-responsibility ul {
    margin: 0;
    padding-left: 20px;
}

.hr-landlord-responsibility li + li {
    margin-top: 9px;
}

.hr-landlord-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hr-landlord-proof-grid article {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 12px;
}

.hr-landlord-proof-grid__kicker {
    margin-bottom: 22px;
    color: #176f9f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hr-landlord-proof-grid p {
    color: #5b6873;
}

.hr-landlord-proof-grid a {
    margin-top: auto;
    color: #145f8b;
    font-weight: 800;
    text-decoration: none;
}

.hr-landlord-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hr-landlord-faq article {
    padding: 26px 28px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 10px;
}

.hr-landlord-faq h3 {
    font-size: 19px;
}

.hr-landlord-faq p {
    margin-bottom: 0;
    color: #5d6a75;
    font-size: 15px;
}

.hr-landlord-final-cta {
    padding: 72px 0;
    background:
        radial-gradient(circle at 88% 25%, rgba(61, 154, 214, 0.25), transparent 28%),
        linear-gradient(135deg, #10283b 0%, #1b4e70 100%);
    color: #dce8ef;
}

.hr-landlord-final-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 56px;
    align-items: center;
}

.hr-landlord-final-cta h2,
.hr-landlord-final-cta .hr-landlord-eyebrow {
    color: #ffffff;
}

.hr-landlord-final-cta p {
    margin-bottom: 0;
    color: #d1e0e9;
}

.hr-landlord-final-cta__action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hr-landlord-final-cta__action span {
    color: #b8ccd8;
    font-size: 13px;
}

@media (max-width: 991px) {
    .hr-landlord-hero {
        padding: 52px 0 54px;
    }

    .hr-landlord-hero__grid,
    .hr-landlord-answer,
    .hr-landlord-split,
    .hr-landlord-pricing,
    .hr-landlord-final-cta__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hr-landlord-card-grid--three,
    .hr-landlord-steps,
    .hr-landlord-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hr-landlord-section {
        padding: 64px 0;
    }

    .hr-landlord-answer {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .hr-landlord-page {
        font-size: 16px;
    }

    .hr-landlord-page h1 {
        font-size: 38px;
    }

    .hr-landlord-page h2 {
        font-size: 31px;
    }

    .hr-landlord-hero__lead {
        font-size: 18px;
    }

    .hr-landlord-button {
        width: 100%;
    }

    .hr-landlord-hero__summary,
    .hr-landlord-answer,
    .hr-landlord-card,
    .hr-landlord-responsibility article,
    .hr-landlord-proof-grid article,
    .hr-landlord-faq article {
        padding: 24px;
    }

    .hr-landlord-card-grid--three,
    .hr-landlord-steps,
    .hr-landlord-responsibility,
    .hr-landlord-proof-grid,
    .hr-landlord-faq {
        grid-template-columns: 1fr;
    }

    .hr-landlord-pricing__facts > div {
        grid-template-columns: 1fr;
    }

    .hr-landlord-pricing__facts small {
        grid-column: auto;
    }

}


/* -------------------------------------------------------------------------
 * V18.22: /ueber-uns/ – zentrale HomeRent-/Plattformseite
 * ---------------------------------------------------------------------- */
.hr-about-page {
    background: #ffffff;
    color: #263845;
}

.hr-about-page h1,
.hr-about-page h2,
.hr-about-page h3,
.hr-about-page p,
.hr-about-page dl,
.hr-about-page ol,
.hr-about-page ul {
    margin-top: 0;
}

.hr-about-page h1,
.hr-about-page h2,
.hr-about-page h3 {
    color: #172c3b;
    line-height: 1.15;
}

.hr-about-page h1 {
    max-width: 860px;
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -0.035em;
}

.hr-about-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 3.5vw, 46px);
    letter-spacing: -0.025em;
}

.hr-about-page h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.hr-about-page p,
.hr-about-page li,
.hr-about-page dd {
    font-size: 17px;
    line-height: 1.72;
}

.hr-about-eyebrow {
    margin-bottom: 12px !important;
    color: #176f9f;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

.hr-about-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0 48px;
    background:
        radial-gradient(circle at 80% 15%, rgba(54, 157, 208, 0.14), rgba(54, 157, 208, 0) 30%),
        linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.hr-about-hero::after {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 420px;
    height: 420px;
    content: "";
    border: 70px solid rgba(23, 111, 159, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.hr-about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 58px;
    align-items: center;
}

.hr-about-hero__content .breadcrumb {
    margin-bottom: 26px;
}

.hr-about-hero__lead {
    max-width: 860px;
    margin-bottom: 28px;
    color: #455d6d;
    font-size: 21px !important;
    line-height: 1.65 !important;
}

.hr-about-hero__lead strong {
    color: #173e57;
}

.hr-about-hero__actions,
.hr-about-author__actions,
.hr-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hr-about-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hr-about-button:hover,
.hr-about-button:focus {
    transform: translateY(-1px);
}

.hr-about-button--primary {
    background: #176f9f;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(23, 111, 159, 0.2);
}

.hr-about-button--primary:hover,
.hr-about-button--primary:focus {
    background: #105d87;
}

.hr-about-button--secondary {
    background: rgba(255, 255, 255, 0.9);
    border-color: #b9cbd7;
    color: #25455c !important;
}

.hr-about-button--light {
    background: #ffffff;
    color: #14384f !important;
}

.hr-about-button--outline-light {
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff !important;
}

.hr-about-hero__summary {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #d6e4ec;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(29, 72, 101, 0.12);
}

.hr-about-summary__label {
    margin-bottom: 18px !important;
    color: #176f9f;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hr-about-summary__list,
.hr-about-summary__list div,
.hr-about-summary__list dt,
.hr-about-summary__list dd {
    margin: 0;
}

.hr-about-summary__list div {
    padding: 14px 0;
    border-top: 1px solid #e5edf2;
}

.hr-about-summary__list div:first-child {
    padding-top: 0;
    border-top: 0;
}

.hr-about-summary__list dt {
    margin-bottom: 3px;
    color: #263946;
    font-size: 14px;
    font-weight: 800;
}

.hr-about-summary__list dd {
    color: #5b6874;
    font-size: 15px;
    line-height: 1.5;
}

.hr-about-facts {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 54px;
    overflow: hidden;
    background: #17384e;
    border-radius: 14px;
}

.hr-about-facts > div {
    padding: 24px 26px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hr-about-facts > div:first-child {
    border-left: 0;
}

.hr-about-facts strong,
.hr-about-facts span {
    display: block;
}

.hr-about-facts strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
}

.hr-about-facts span {
    color: #d2e1e9;
    font-size: 14px;
    line-height: 1.45;
}

.hr-about-facts__date {
    position: relative;
    z-index: 1;
    margin: 10px 0 0 !important;
    color: #6b7984;
    font-size: 13px !important;
    text-align: right;
}

.hr-about-jumpnav {
    position: sticky;
    z-index: 20;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e3e9ed;
    box-shadow: 0 4px 16px rgba(21, 49, 67, 0.05);
    backdrop-filter: blur(10px);
}

.admin-bar .hr-about-jumpnav {
    top: 32px;
}

.hr-about-jumpnav .container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    scrollbar-width: none;
}

.hr-about-jumpnav .container::-webkit-scrollbar {
    display: none;
}

.hr-about-jumpnav a {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    color: #3a5364;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hr-about-jumpnav a:hover,
.hr-about-jumpnav a:focus {
    background: #edf5fa;
    color: #115b84;
}

.hr-about-section {
    padding: 88px 0;
    scroll-margin-top: 92px;
}

.hr-about-section--muted {
    background: #f6f8fa;
}

.hr-about-section--dark {
    background: linear-gradient(145deg, #10283b 0%, #173d59 100%);
    color: #dbe7ef;
}

.hr-about-section--evidence {
    background: #edf5f9;
}

.hr-about-section__head {
    max-width: 850px;
    margin-bottom: 42px;
}

.hr-about-section__head > p:last-child {
    margin-bottom: 0;
    color: #5a6c78;
    font-size: 18px;
}

.hr-about-section__head--light h2,
.hr-about-section--dark h3,
.hr-about-section--dark .hr-about-eyebrow {
    color: #ffffff;
}

.hr-about-section__head--light > p:last-child {
    color: #c7d7e1;
}

.hr-about-answer {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 62px;
    padding: 46px;
    background: #f4f9fc;
    border: 1px solid #d7e8f2;
    border-left: 5px solid #176f9f;
    border-radius: 12px;
}

.hr-about-answer__copy p:last-child {
    margin-bottom: 0;
}

.hr-about-section--operator {
    padding-top: 72px;
    padding-bottom: 40px;
}

.hr-about-operator {
    max-width: 900px;
    padding: 34px 38px;
    background: #f6f8fa;
    border: 1px solid #dbe6ec;
    border-radius: 14px;
}

.hr-about-operator h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 3vw, 40px);
}

.hr-about-operator p:last-child {
    margin-bottom: 0;
    color: #526875;
}

.hr-about-operator strong {
    color: #173e57;
}

.hr-about-entity-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.hr-about-entity-card {
    padding: 34px;
    background: #ffffff;
    border: 1px solid #dae4ea;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(24, 60, 84, 0.06);
}

.hr-about-entity-card__type {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 6px 10px;
    background: #e9f3f8;
    border-radius: 999px;
    color: #176f9f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hr-about-entity-card p {
    color: #5b6874;
}

.hr-about-entity-card a,
.hr-about-center-link a,
.hr-about-evidence-grid a,
.hr-about-text-link,
.hr-about-company-data a {
    color: #176f9f;
    font-weight: 800;
    text-decoration: none;
}

.hr-about-entity-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c8290;
}

.hr-about-entity-link span {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hr-about-entity-link strong {
    color: #176f9f;
    font-size: 34px;
}

.hr-about-definition {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #dbe6eb;
    border-radius: 10px;
}

.hr-about-definition strong {
    flex: 0 0 auto;
    color: #163e57;
}

.hr-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 72px;
    align-items: start;
}

.hr-about-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hr-about-timeline::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 22px;
    width: 2px;
    content: "";
    background: #d7e4eb;
}

.hr-about-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 22px;
    padding-bottom: 28px;
}

.hr-about-timeline li:last-child {
    padding-bottom: 0;
}

.hr-about-timeline__marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: #176f9f;
    border: 5px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.hr-about-timeline p {
    margin-bottom: 0;
    color: #61717c;
}

.hr-about-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hr-about-audience-grid article {
    padding: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
}

.hr-about-audience-grid__number {
    display: block;
    margin-bottom: 24px;
    color: #7fc3e8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.hr-about-audience-grid p {
    color: #c8d8e3;
}

.hr-about-audience-grid a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.hr-about-operational-note {
    display: grid;
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
    gap: 28px;
    margin-top: 30px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid #69b7e0;
    border-radius: 6px;
}

.hr-about-operational-note strong {
    color: #ffffff;
}

.hr-about-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hr-about-team-grid article {
    display: grid;
    gap: 5px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #dfe7ec;
    border-radius: 10px;
}

.hr-about-team-grid strong {
    color: #1f3b4e;
    font-size: 17px;
}

.hr-about-team-grid span {
    color: #61717c;
    font-size: 15px;
    line-height: 1.55;
}

.hr-about-center-link {
    margin: 28px 0 0 !important;
    text-align: center;
}

.hr-about-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 70px;
    align-items: start;
}

.hr-about-editorial-grid__lead {
    color: #536a79;
    font-size: 19px !important;
}

.hr-about-editorial-steps {
    display: grid;
    gap: 14px;
}

.hr-about-editorial-steps article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #dfe7ec;
    border-radius: 10px;
}

.hr-about-editorial-steps article > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: #e8f4fa;
    border-radius: 50%;
    color: #176f9f;
    font-weight: 900;
}

.hr-about-editorial-steps h3 {
    margin-bottom: 4px;
    font-size: 18px;
}

.hr-about-editorial-steps p {
    margin-bottom: 0;
    color: #667681;
    font-size: 15px;
    line-height: 1.55;
}

.hr-about-transparency {
    margin-top: 38px;
    padding: 30px 34px;
    background: #17384e;
    border-radius: 12px;
    color: #d6e5ed;
}

.hr-about-transparency h3 {
    color: #ffffff;
}

.hr-about-transparency p:last-child {
    margin-bottom: 0;
}

.hr-about-author {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 46px;
    align-items: center;
    padding: 42px;
    background: linear-gradient(135deg, #f4f9fc 0%, #ffffff 100%);
    border: 1px solid #d8e7ef;
    border-radius: 16px;
}

.hr-about-author__media {
    display: flex;
    justify-content: center;
}

.hr-about-author__avatar,
.hr-about-author__fallback {
    display: flex;
    width: 190px;
    height: 190px;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    background: #17384e;
    border: 8px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 16px 40px rgba(20, 63, 91, 0.14);
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
}

.hr-about-author__role {
    margin-bottom: 18px !important;
    color: #176f9f;
    font-weight: 800;
}

.hr-about-evidence-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hr-about-evidence-grid article {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #d9e5eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(22, 52, 72, 0.05);
}

.hr-about-evidence-grid article > span {
    display: block;
    margin-bottom: 18px;
    color: #176f9f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hr-about-evidence-grid p {
    color: #61717c;
}

.hr-about-company-data {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 64px;
    align-items: start;
}

.hr-about-company-data dl,
.hr-about-company-data dl div,
.hr-about-company-data dt,
.hr-about-company-data dd {
    margin: 0;
}

.hr-about-company-data dl {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce6eb;
    border-radius: 12px;
}

.hr-about-company-data dl div {
    display: grid;
    grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
    padding: 16px 20px;
    border-top: 1px solid #e7edf0;
}

.hr-about-company-data dl div:first-child {
    border-top: 0;
}

.hr-about-company-data dt {
    color: #536976;
    font-size: 14px;
    font-weight: 800;
}

.hr-about-company-data dd {
    color: #263b49;
    font-size: 15px;
    line-height: 1.5;
}

.hr-about-company-data__legal {
    grid-column: 2;
    margin: -44px 0 0 !important;
    padding: 0 20px 20px;
    font-size: 14px !important;
}

.hr-about-faq {
    max-width: 980px;
}

.hr-about-faq details {
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 10px;
}

.hr-about-faq details + details {
    margin-top: 12px;
}

.hr-about-faq summary {
    position: relative;
    padding: 20px 54px 20px 22px;
    color: #203847;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    list-style: none;
}

.hr-about-faq summary::-webkit-details-marker {
    display: none;
}

.hr-about-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    color: #176f9f;
    font-size: 26px;
    font-weight: 500;
    transform: translateY(-50%);
}

.hr-about-faq details[open] summary::after {
    content: "–";
}

.hr-about-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    color: #5d6e79;
    font-size: 16px;
}

.hr-about-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #123149 0%, #17628e 100%);
    color: #dbeaf2;
}

.hr-about-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 48px;
    align-items: center;
}

.hr-about-cta h2,
.hr-about-cta .hr-about-eyebrow {
    color: #ffffff;
}

.hr-about-cta p:last-child {
    margin-bottom: 0;
}

.hr-about-cta__actions {
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .hr-about-hero__grid,
    .hr-about-story-grid,
    .hr-about-editorial-grid {
        gap: 44px;
    }

    .hr-about-facts span {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .hr-about-hero__grid,
    .hr-about-answer,
    .hr-about-story-grid,
    .hr-about-editorial-grid,
    .hr-about-company-data,
    .hr-about-cta__inner {
        grid-template-columns: 1fr;
    }

    .hr-about-hero__summary {
        max-width: 720px;
    }

    .hr-about-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hr-about-facts > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .hr-about-facts > div:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .hr-about-entity-grid {
        grid-template-columns: 1fr;
    }

    .hr-about-entity-link {
        min-height: 50px;
        transform: rotate(90deg);
    }

    .hr-about-audience-grid,
    .hr-about-evidence-grid {
        grid-template-columns: 1fr;
    }

    .hr-about-team-grid {
        grid-template-columns: 1fr;
    }

    .hr-about-author {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 32px;
        padding: 34px;
    }

    .hr-about-author__avatar,
    .hr-about-author__fallback {
        width: 160px;
        height: 160px;
    }

    .hr-about-company-data__legal {
        grid-column: 1;
        margin: -44px 0 0 !important;
    }

    .hr-about-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 782px) {
    .admin-bar .hr-about-jumpnav {
        top: 46px;
    }
}

@media (max-width: 767px) {
    .hr-about-hero {
        padding: 42px 0 34px;
    }

    .hr-about-page h1 {
        font-size: 40px;
    }

    .hr-about-page h2 {
        font-size: 31px;
    }

    .hr-about-page p,
    .hr-about-page li,
    .hr-about-page dd {
        font-size: 16px;
    }

    .hr-about-hero__lead {
        font-size: 18px !important;
    }

    .hr-about-section {
        padding: 64px 0;
    }

    .hr-about-section--operator {
        padding-top: 52px;
        padding-bottom: 24px;
    }

    .hr-about-operator {
        padding: 26px;
    }

    .hr-about-author,
    .hr-about-entity-card {
        padding: 26px;
    }

    .hr-about-facts {
        grid-template-columns: 1fr;
    }

    .hr-about-facts > div {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .hr-about-facts > div:first-child {
        border-top: 0;
    }

    .hr-about-facts__date {
        text-align: left;
    }

    .hr-about-operational-note {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hr-about-author {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hr-about-author__actions {
        justify-content: center;
    }

    .hr-about-company-data dl div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .hr-about-company-data__legal {
        margin: -32px 0 0 !important;
    }

    .hr-about-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hr-about-cta__actions .hr-about-button {
        width: 100%;
    }
}
