/* ═══════════════════════════════════════════════════════════
   OpenSkiff — header
   #172b4c navy  |  #d12e2d red  |  Roboto
   ═══════════════════════════════════════════════════════════ */

body { font-family: 'Roboto', sans-serif !important; }
.fa, .fas, .far, .fab, .fal { font-family: 'FontAwesome' !important; }

/* ── TOPBAR ────────────────────────────────────────────────
   Czerwony pasek 30px. Własne klasy os-top/os-top-l/os-top-r
   żeby nie kolidować z template.
─────────────────────────────────────────────────────────── */
.topbar {
    background: #d12e2d !important;
    height: 30px !important;
    min-height: 0 !important;
    max-height: 30px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 9999 !important;
    line-height: 30px !important;
}
.os-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 0 20px;
}
.os-top-l,
.os-top-r {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 30px;
}
.topbar a {
    color: rgba(255,255,255,0.9) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 30px !important;
}
.topbar a:hover { color: #fff !important; }
.topbar .fa { font-size: 12px !important; }

/* ── NAV HEADER (logo) ─────────────────────────────────────
   Granatowe tło, 105px, wyśrodkowane.
─────────────────────────────────────────────────────────── */
nav .nav-header,
nav.nav-white.nav-transparent .nav-header,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .nav-header {
    background: #172b4c !important;
    height: 105px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}
nav .brand { padding: 0 !important; }
nav .brand img {
    max-height: 72px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* ── WRAP-CORE-NAV-LIST ────────────────────────────────────
   Białe tło, 105px. BEZ flex — zostawiamy floaty coreNavigation.
─────────────────────────────────────────────────────────── */
nav .wrap-core-nav-list,
nav.nav-white.nav-transparent .wrap-core-nav-list,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .wrap-core-nav-list {
    background: #ffffff !important;
    height: 105px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .wrap-core-nav-list {
    box-shadow: 0 4px 20px rgba(23,43,76,0.08) !important;
}

/* attributes: float right (skrajnie prawa strona) */
nav ul.attributes {
    float: right !important;
    height: 105px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 10px !important;
    list-style: none !important;
}

/* menu: float right też — ląduje po lewej stronie attributes */
nav ul.menu {
    float: right !important;
    height: 105px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

@media (min-width: 920px) {
    nav ul.menu > li,
    nav ul.attributes > li {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        list-style: none !important;
    }
    nav ul.menu > li.os-menu-mobile-item {
        display: none !important;
    }
}

/* ── STICKY — pełna szerokość, na samej górze ───────────── */
nav.core-nav.nav-core-sticky.on-scroll {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    background: #172b4c !important;
}

/* ── LINKI MENU ──────────────────────────────────────────── */
nav .menu li a,
nav.nav-white.nav-transparent .menu li a,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a {
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #172b4c !important;
    border-bottom: 3px solid transparent !important;
    padding: 8px 0 !important;
    margin: 0 14px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    transition: color 0.2s, border-color 0.2s !important;
}
nav .menu li a:hover,
nav .menu li.active > a {
    color: #d12e2d !important;
    border-bottom-color: #d12e2d !important;
}

/* ── PRZYCISK PANEL / ADMIN ──────────────────────────────── */
.nav-action-btn {
    background: #d12e2d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    transition: background 0.2s !important;
    margin-left: 8px !important;
}
.nav-action-btn:hover { background: #a81f1f !important; }
.nav-action-btn--red { background: #d12e2d !important; }
.nav-action-btn--red:hover { background: #a81f1f !important; }

/* ── MOBILE ──────────────────────────────────────────────── */
@media (max-width: 991px) {

    /* Topbar — kompaktowy na mobile */
    .topbar {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        line-height: 1 !important;
        padding: 0 !important;
    }
    .os-top {
        padding: 0 12px !important;
        height: auto !important;
        min-height: 28px !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
    }
    /* Ukryj email i telefon na mobile — zostaw tylko Przepisy */
    .os-top-l a:not(:first-child) { display: none !important; }
    .os-top-l a:first-child { font-size: 11px !important; }
    .os-top-r a { font-size: 11px !important; }

    /* Nav header — zawsze widoczny */
    nav .nav-header {
        background: #172b4c !important;
        height: auto !important;
        min-height: 64px !important;
        padding: 10px 16px !important;
        border-bottom: 2px solid #d12e2d !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    /* Logo — oryginalne kolory (nie invertuj) */
    nav .nav-header .brand img {
        max-height: 44px !important;
        filter: none !important;
    }

    /* Hamburger */
    nav .nav-header .toggle-bar,
    nav .nav-header .core-nav-toggle {
        color: #fff !important;
        font-size: 22px !important;
        background: none !important;
        border: none !important;
        cursor: pointer !important;
    }

    /* Ukryj .attributes w nav-header na mobile — Wyniki/Panel są w hamburgerze */
    nav .nav-header .attributes { display: none !important; }

    /* Panel menu — tło i cień */
    .core-nav .wrap-core-nav-list {
        background: #fff !important;
        box-shadow: 4px 0 30px rgba(23,43,76,0.2) !important;
        border-right: 3px solid #d12e2d !important;
        min-height: 50vh !important;
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    /* ul.menu / core-nav-list — pionowa lista, nie flex */
    .core-nav .wrap-core-nav-list .core-nav-list,
    .core-nav .wrap-core-nav-list ul.menu {
        display: block !important;
        float: none !important;
        height: auto !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Pozycje listy — pionowo */
    .core-nav .wrap-core-nav-list .core-nav-list li {
        display: block !important;
        float: none !important;
        height: auto !important;
        width: 100% !important;
    }

    /* Linki w menu */
    .core-nav .wrap-core-nav-list .core-nav-list li a {
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #172b4c !important;
        border-bottom: 1px solid #f0f4f9 !important;
        padding: 20px 24px !important;
        margin: 0 !important;
        display: block !important;
        width: 100% !important;
        text-decoration: none !important;
    }
    .core-nav .wrap-core-nav-list .core-nav-list li a:hover {
        color: #d12e2d !important;
        background: #fff5f5 !important;
    }

    /* Mobile-only pozycje menu (Wyniki, Panel) */
    .core-nav .wrap-core-nav-list .core-nav-list li.os-menu-mobile-item a {
        color: #d12e2d !important;
        font-weight: 700 !important;
        border-top: 2px solid #eaeef5 !important;
    }
    .core-nav .wrap-core-nav-list .core-nav-list li.os-menu-mobile-item a:hover {
        background: #fff5f5 !important;
    }
}

/* ── ADMIN DRAWER ────────────────────────────────────────── */
.ad-drawer  { z-index: 1000000005 !important; }
.ad-overlay { z-index: 1000000004 !important; }

/* ── MODALE — globalny styl nagłówka ────────────────────── */
.modal-header {
    background: #172b4c !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}
.modal-header .modal-title,
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
}
.modal-header .close {
    color: #fff !important;
    opacity: 0.85 !important;
    text-shadow: none !important;
    font-size: 1.4rem !important;
}
.modal-header .close:hover {
    opacity: 1 !important;
    color: #fff !important;
}
.modal-content {
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(10,22,40,0.25) !important;
}
.modal-footer {
    border-top: 1px solid #e8ecf3 !important;
    background: #f7f9fc !important;
}

/* ── FOOTER ──────────────────────────────────────────────── */
footer.footer_three,
footer.footer_three .bg-dark3 {
    background: #0d1e36 !important;
}

/* Górna część stopki */
footer.footer_three .footer-top {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    border-top: 3px solid #d12e2d !important;
}

/* Tytuły sekcji */
footer.footer_three .footer-title {
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Linia pod tytułem */
footer.footer_three .footer-title + hr {
    border-color: #d12e2d !important;
    border-width: 2px !important;
    width: 40px !important;
    margin-left: 0 !important;
    margin-bottom: 14px !important;
}

/* Tekst opisowy */
footer.footer_three .widget p {
    color: rgba(255,255,255,0.65) !important;
    font-size: 13.5px !important;
    line-height: 1.7 !important;
}

/* Lista kontaktowa */
footer.footer_three .widget ul.list li {
    color: rgba(255,255,255,0.65) !important;
    font-size: 13.5px !important;
    padding-left: 24px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    line-height: 1.7 !important;
    position: relative !important;
}
footer.footer_three .widget ul.list li i {
    color: #d12e2d !important;
    font-size: 14px !important;
    position: absolute !important;
    left: 0 !important;
    top: 5px !important;
    width: 16px !important;
    text-align: center !important;
}
footer.footer_three .widget ul.list li span {
    color: rgba(255,255,255,0.65) !important;
}

/* Newsletter form */
footer.footer_three .form-control {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border-radius: 5px !important;
}
footer.footer_three .form-control::placeholder {
    color: rgba(255,255,255,0.4) !important;
}
footer.footer_three .form-control:focus {
    background: rgba(255,255,255,0.12) !important;
    border-color: #d12e2d !important;
    box-shadow: none !important;
    color: #fff !important;
}
footer.footer_three .btn-primary {
    background: #d12e2d !important;
    border-color: #d12e2d !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    letter-spacing: 0.3px !important;
}
footer.footer_three .btn-primary:hover {
    background: #a81f1f !important;
    border-color: #a81f1f !important;
}

/* Pasek linków nawigacyjnych */
footer.footer_three .by-1 {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    padding: 10px 0 !important;
}
footer.footer_three .footer-links .btn-link {
    color: rgba(255,255,255,0.55) !important;
    font-size: 12.5px !important;
    padding: 3px 10px !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    font-weight: 500 !important;
}
footer.footer_three .footer-links .btn-link:hover {
    color: #d12e2d !important;
    text-decoration: none !important;
}

/* Stopka dolna — copyright */
footer.footer_three .footer-bottom {
    padding: 16px 0 !important;
    border-top: none !important;
}
footer.footer_three .footer-bottom .col-md-6:first-child {
    color: rgba(255,255,255,0.45) !important;
    font-size: 12.5px !important;
}
footer.footer_three .footer-bottom .text-white {
    color: rgba(255,255,255,0.8) !important;
}

/* Ikonki social media */
footer.footer_three .social-icons .btn-social-icon {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: rgba(255,255,255,0.6) !important;
    transition: all 0.2s !important;
}
footer.footer_three .social-icons .btn-social-icon:hover {
    background: #d12e2d !important;
    border-color: #d12e2d !important;
    color: #fff !important;
}

/* ── NAV TABS (regaty / wyniki / modale) ────────────── */
.nav-tabs {
    border-bottom: 2px solid #e0e5ee !important;
    flex-wrap: wrap !important;
}
.nav-tabs .nav-link {
    color: #172b4c !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    padding: 10px 18px !important;
    margin-bottom: -2px !important;
    transition: color 0.15s, border-color 0.15s !important;
    background: none !important;
}
.nav-tabs .nav-link:hover {
    color: #d12e2d !important;
    border-bottom-color: #d12e2d !important;
}
.nav-tabs .nav-link.active {
    color: #d12e2d !important;
    border-bottom: 3px solid #d12e2d !important;
    font-weight: 700 !important;
    background: none !important;
}

/* ── STRONA DOKUMENTÓW ───────────────────────────────── */
.docs-add-btn {
    background: #d12e2d;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s;
}
.docs-add-btn:hover { background: #a81f1f; color: #fff; }

ul.doc-list { list-style: none; padding: 0; margin: 0; }

.doc-item {
    background: #fff !important;
    border: none !important;
    border-left: 4px solid #172b4c !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(23,43,76,0.07) !important;
    margin-bottom: 10px !important;
    padding: 14px 20px !important;
    gap: 14px !important;
    transition: box-shadow 0.15s !important;
}
.doc-item:hover {
    box-shadow: 0 4px 18px rgba(23,43,76,0.13) !important;
}
.doc-icon      { font-size: 24px; flex-shrink: 0; width: 28px; text-align: center; }
.doc-icon-pdf  { color: #d12e2d; }
.doc-icon-word { color: #2b5797; }
.doc-icon-excel{ color: #1d6f42; }
.doc-icon-ppt  { color: #d04503; }
.doc-icon-zip  { color: #e6a817; }
.doc-icon-img  { color: #6f42c1; }
.doc-icon-def  { color: #6c757d; }

.doc-link {
    flex: 1 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #172b4c !important;
    text-decoration: none !important;
    word-break: break-word !important;
    cursor: default !important;
}

.doc-btn-dl {
    background: #172b4c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: background 0.15s !important;
}
.doc-btn-dl:hover { background: #d12e2d !important; color: #fff !important; text-decoration: none !important; }

.doc-btn-del {
    background: none !important;
    border: 1px solid #fcc !important;
    color: #d12e2d !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    margin-left: 8px !important;
    flex-shrink: 0 !important;
    transition: all 0.15s !important;
}
.doc-btn-del:hover {
    background: #d12e2d !important;
    color: #fff !important;
    border-color: #d12e2d !important;
}

/* ── TABELA WYNIKÓW W MODALU ─────────────────────────── */
table.results-modal-table thead th {
    background: #172b4c !important;
    color: #fff !important;
    border-color: #172b4c !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 14px !important;
}
table.results-modal-table tbody td {
    vertical-align: middle !important;
    padding: 8px 14px !important;
    color: #172b4c !important;
    font-size: 13.5px !important;
    border-color: #e8ecf3 !important;
}
table.results-modal-table tbody tr:nth-child(even) td {
    background: #f4f6fb !important;
}
table.results-modal-table tbody tr:hover td {
    background: #eaf0ff !important;
}
/* Podium */
tr.results-podium-1 td { background: #fffbea !important; }
tr.results-podium-2 td { background: #f5f6f7 !important; }
tr.results-podium-3 td { background: #fef6ef !important; }
tr.results-podium-1:hover td { background: #fff3c4 !important; }
tr.results-podium-2:hover td { background: #eaecee !important; }
tr.results-podium-3:hover td { background: #fde8d5 !important; }

/* ── TABELE REGAT / WYNIKÓW (product-order) ─────────── */
table.product-order thead th {
    background: #172b4c !important;
    color: #fff !important;
    border-color: #172b4c !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    padding: 10px 14px !important;
    white-space: nowrap !important;
}
table.product-order tbody td {
    vertical-align: middle !important;
    padding: 8px 14px !important;
    color: #172b4c !important;
    font-size: 13.5px !important;
    border-color: #e8ecf3 !important;
}
table.product-order tbody tr:nth-child(even) td {
    background: #f4f6fb !important;
}
table.product-order tbody tr:hover td {
    background: #eaf0ff !important;
    transition: background 0.12s !important;
}
/* Współczynnik badge */
table.product-order .badge-success {
    background: #1a8a4a !important;
    font-size: 12px !important;
    padding: 4px 9px !important;
    border-radius: 4px !important;
}
/* Przycisk Wyniki */
table.product-order .btn-info {
    background: #172b4c !important;
    border-color: #172b4c !important;
}
table.product-order .btn-info:hover {
    background: #d12e2d !important;
    border-color: #d12e2d !important;
}
/* Ranking badges (wyniki) */
table.product-order .badge.bg-secondary { background: #172b4c !important; }
table.product-order .badge.bg-success   { background: #1a8a4a !important; }
table.product-order .badge.bg-light     { background: #f0f3f9 !important; color: #172b4c !important; }

/* ── TABELE W TREŚCI (CKEditor) ─────────────────────── */
.news-card-body,
.os-user-content {
    overflow-x: auto;
}
.news-card-body table,
.os-user-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 16px 0 !important;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif !important;
    border: none !important;
}
.news-card-body table td,
.news-card-body table th,
.os-user-content table td,
.os-user-content table th {
    border: 1px solid #d0d7e3 !important;
    padding: 7px 12px !important;
    vertical-align: middle !important;
    color: #172b4c !important;
    background: #fff !important;
    line-height: 1.5 !important;
}
/* Nagłówek — pierwszy wiersz */
.news-card-body table tr:first-child td,
.os-user-content table tr:first-child td,
.news-card-body table thead td,
.news-card-body table thead th,
.os-user-content table thead td,
.os-user-content table thead th {
    background: #172b4c !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-color: #172b4c !important;
    letter-spacing: 0.3px !important;
}
/* Naprzemienne wiersze */
.news-card-body table tbody tr:nth-child(even) td,
.os-user-content table tbody tr:nth-child(even) td {
    background: #f4f6fb !important;
    color: #172b4c !important;
}
/* Hover */
.news-card-body table tbody tr:hover td,
.os-user-content table tbody tr:hover td {
    background: #eaf0ff !important;
}
/* Lewa krawędź kolumny nr 1 */
.news-card-body table td:first-child,
.os-user-content table td:first-child {
    font-weight: 600 !important;
    color: #d12e2d !important;
    text-align: center !important;
}
/* ══════════════════════════════════════════════════════════
   O NAS PAGE
   ══════════════════════════════════════════════════════════ */

/* ── Info cards ─────────────────────────────────────────── */
.os-about-infocard {
    background: #fff;
    border-radius: 14px;
    border-left: 5px solid #d12e2d;
    box-shadow: 0 3px 18px rgba(23,43,76,0.09);
    padding: 24px 26px 22px;
    height: 100%;
}
.os-about-icon-wrap {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #172b4c 0%, #d12e2d 100%);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
}
.os-about-icon-wrap .fa {
    color: #fff !important;
    font-size: 18px;
}
.os-about-infocard-title {
    color: #172b4c;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}
.os-about-infocard-body {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}
.os-infocard-hr {
    border-top: 1px solid #e8ecf4;
    margin: 14px 0;
}
.os-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #8ca0b8;
}
.os-label-sm {
    font-size: 12px;
    color: #8ca0b8;
    font-style: italic;
}
.os-iban {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    color: #172b4c;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.os-fee-row {
    font-size: 14px;
    color: #172b4c;
    padding: 5px 0;
}
.os-fee-row .fa {
    color: #d12e2d !important;
    margin-right: 6px;
}

/* ── CTA section ─────────────────────────────────────────── */
.os-cta-section {
    background: linear-gradient(135deg, #172b4c 0%, #0d1e36 100%);
    padding: 40px 0;
}
.os-cta-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}
.os-cta-subtitle {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
}
.os-cta-btn {
    display: inline-block;
    background: #d12e2d;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 4px 18px rgba(209,46,45,0.35);
}
.os-cta-btn:hover {
    background: #b52625;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(209,46,45,0.45);
}

/* ── Section heading (Zarząd / Komisja) ──────────────────── */
.os-members-heading {
    font-size: 22px;
    font-weight: 700;
    color: #172b4c;
    margin-bottom: 28px;
    padding-bottom: 12px;
    border-bottom: 3px solid #d12e2d;
    display: inline-block;
}

/* ── Member cards ───────────────────────────────────────── */
.os-member-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8ecf4;
    padding: 18px 20px;
    box-shadow: 0 2px 12px rgba(23,43,76,0.07);
    transition: box-shadow 0.2s, transform 0.15s;
    height: 100%;
}
.os-member-card:hover {
    box-shadow: 0 6px 22px rgba(23,43,76,0.13);
    transform: translateY(-2px);
}
.os-member-avatar {
    width: 48px; height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #172b4c 0%, #d12e2d 100%);
    color: #fff;
    font-size: 16px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(209,46,45,0.3);
}
.os-member-info { flex: 1; min-width: 0; }
.os-member-role {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #d12e2d;
    margin-bottom: 4px;
}
.os-member-name {
    font-size: 15px;
    font-weight: 700;
    color: #172b4c;
    margin-bottom: 4px;
}
.os-member-email {
    font-size: 12px;
    color: #8ca0b8;
}
.os-member-email .fa {
    color: #d12e2d !important;
    margin-right: 4px;
}

/* ── About — parallax story section ─────────────────────── */
.os-about-story h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #8ca0b8 !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 28px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8ecf4;
}
.os-about-story h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #172b4c !important;
    margin-top: 32px !important;
    margin-bottom: 12px !important;
    padding-left: 14px;
    border-left: 4px solid #d12e2d;
    line-height: 1.3 !important;
}
.os-about-story p {
    color: #444 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 12px !important;
}
.os-about-story ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin-bottom: 14px !important;
}
.os-about-story ul li {
    color: #444 !important;
    font-size: 15px !important;
    padding: 5px 0 5px 24px !important;
    position: relative !important;
    line-height: 1.6 !important;
}
.os-about-story ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 13px;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #d12e2d;
}

/* ══════════════════════════════════════════════════════════
   KONTAKT PAGE
   ══════════════════════════════════════════════════════════ */

/* ── Form card ──────────────────────────────────────────── */
.os-contact-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8ecf4;
    box-shadow: 0 4px 24px rgba(23,43,76,0.09);
    padding: 32px;
    height: 100%;
}
.os-contact-card-heading {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f3f8;
}
.os-contact-card-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #172b4c 0%, #d12e2d 100%);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 12px;
}
.os-contact-card-icon .fa {
    color: #fff !important;
    font-size: 18px;
}
.os-contact-card-title {
    color: #172b4c !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}
.os-contact-card-sub {
    color: #8ca0b8;
    font-size: 13px;
    margin: 0;
}

/* ── Form inputs ─────────────────────────────────────────── */
.os-form-group { margin-bottom: 16px; }
.os-form-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #172b4c;
    margin-bottom: 6px;
    display: block;
}
.os-form-control {
    border: 1.5px solid #dde3ee !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #172b4c !important;
    background: #f9fafc !important;
    transition: border-color 0.18s, box-shadow 0.18s !important;
}
.os-form-control:focus {
    border-color: #d12e2d !important;
    box-shadow: 0 0 0 3px rgba(209,46,45,0.1) !important;
    background: #fff !important;
    outline: none !important;
}
.os-form-control::placeholder { color: #b0bcd0 !important; }

/* ── Submit button ───────────────────────────────────────── */
.os-contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d12e2d 0%, #a01f1e 100%);
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 4px 16px rgba(209,46,45,0.3);
}
.os-contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(209,46,45,0.4);
}

/* ── Info card (right column) ───────────────────────────── */
.os-contact-info {
    background: linear-gradient(150deg, #172b4c 0%, #0d1e36 100%);
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    color: #fff;
}
.os-contact-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.os-contact-info-items { margin-bottom: 28px; }
.os-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}
.os-contact-info-item:last-child { border-bottom: none; }
.os-contact-info-icon {
    width: 36px; height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(209,46,45,0.2);
    display: flex; align-items: center; justify-content: center;
}
.os-contact-info-icon .fa {
    color: #d12e2d !important;
    font-size: 15px;
}
.os-contact-social-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.45);
    margin-bottom: 12px;
}
.os-contact-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
