
/* ==========================   TOPBAR   ========================== */

.topbar-l {
    font-size: 0.9rem;
}

.topbar-l p {
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .topbar-l {
        font-size: 0.85rem;
    }
}

/* ==========================   HERO - titulka - section 1 - moudl přehodit pořadí   ========================== */


/***
@media (max-width: 991.98px) {
    .opensys-hero .row.flex-row-reverse {
        flex-direction: column !important;
    }

    .opensys-hero .row > .col-lg-5 {
        order: 1;
    }

    .opensys-hero .row > .col-lg-6 {
        order: 2;
        margin-top: 2rem;
    }
}
***/

/* ================================   JACT =================== */

#t4-section-3,
#t4-section-3 .osys-green,
#t4-section-3 .osys-green .section-inner,
#t4-section-3 .osys-green .section-ct {
    background-color: #f3f6f0 !important;
}

/** header blok **/

/* Celá hlavička */

#t4-header {
    position: relative;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Zelený pruh */

#t4-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #739d24;
    z-index: 100;
}

/* Bílé pozadí všech vnitřních bloků */

#t4-header .header-block,
#t4-header .header-wrap,
#t4-header .container-xxl {
    background: #ffffff !important;
}


@media (min-width: 992px) {

    #t4-header {
        position: sticky;
        top: 0;
        z-index: 1050;

        background: #ffffff !important;
        border-bottom: 3px solid #739d24 !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    }

}


/* Lehké zúžení hlavního menu na desktopu */

@media (min-width: 992px) {

    #t4-header .t4-megamenu .navbar-nav > li > a.nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }

}


/* Hero – menší subheading a menší mezera pod ním */


.opensys-hero .feature-subheading {
    font-size: 0.875rem !important;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 8px !important;
}

.acm-hero .hero-subheading,
.acm-features .feature-subheading,
.opensys-hero .feature-subheading {
    font-size: 0.75rem !important;   /* 12 px */
    font-weight: 800 !important;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 6px !important;
}

/* Hero obrázek – optický průhledný okraj */


@media (min-width: 992px) {
    .opensys-hero .acm-hero.style-5 .hero-media {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* Mobil */

@media (max-width: 991.98px) {
    .opensys-hero .acm-hero.style-5 .hero-media {
        padding: 0px 0px 10px;
    }
}

/* prices */

#t4-section-2:has(.osys-price) {
    background-color: #f3f6f0;
}

#t4-section-2:has(.osys-price) .pricing-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}


.t4-section:has(.osys-price) .pricing-item {
    background: #fff;
    border: 1px solid #dce2d8;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: all .2s ease;
}

/* Prostřední (STANDARD) */

.t4-section:has(.osys-price) .col-lg-4:nth-child(2) .pricing-item {
    border: 2px solid #6ea000;
    transform: scale(1.03);
    box-shadow: 0 12px 32px rgba(110, 160, 0, .20);
    position: relative;
    z-index: 10;
}

.t4-section:has(.osys-price) .col-lg-4:nth-child(2) .pricing-item {
    background: linear-gradient(
        to bottom,
        #f8fceb 0%,
        #ffffff 20%
    );
}

.osys-price .pricing-plan-list li::before {
    color: #6ea000;
}

.t4-section:has(.osys-price) .osys-price .pricing-action {
    margin-top: 0px;
    padding-top: 0;
}


.osys .stats-count {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 24px;

    border-radius: 50%;

    background: #ffffff;
    color: #6ea000 !important;

    border: 3px solid #6ea000;

    box-shadow: 0 0 0 8px #eef5e4;

    font-size: 1.8rem;
    font-weight: 900;
}

.osys2 .stats-count {
    min-width: 110px;
    height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 24px;
    padding: 0 24px;

    border-radius: 10px;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f5f8f0 100%
    );

    color: #6ea000 !important;

    border: 2px solid #6ea000;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08);

    font-size: 1.8rem;
    font-weight: 900;
}



/*******                                           ****/

/* ==========================================================
   MODUL – SOUČÁST ŘEŠENÍ
   přípona třídy modulu: osys-included
   ========================================================== */

.osys-included {
    background: #ffffff;
}

/* Menší mezera mezi názvem modulu a obsahem */

.osys-included .module-title,
.osys-included .mod-title,
.osys-included .section-heading {
    margin-bottom: 24px !important;
}

.osys-included .module-ct,
.osys-included .custom {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Karty pouze jako nosiče sloupců */

.osys-included .card {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.osys-included .card-header {
    display: none !important;
}

.osys-included .card-body {
    padding: 0 !important;
}

/* Seznamy */

.osys-included ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.osys-included li {
    position: relative;
    margin: 0 0 10px !important;
    padding-left: 28px !important;
    list-style: none !important;
    line-height: 1.45;
}

/* Zelené tučné zatržítko */

.osys-included li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;

    color: #6ea000;
    font-weight: 800;
    font-size: 1.05em;
}


/* Odsazení obou sloupců */

.osys-included .col {
    padding-left: 20px;
    padding-right: 20px;
}

/* Odsazení položek seznamu */

.osys-included li {
    padding-left: 48px !important;
}

/* Posun zeleného zatržítka */

.osys-included li::before {
    left: 20px;
}


/* Styl h11 */

h11,
.h11 {
    display: block;

    margin: 32px 0;
    padding: 10px 0 10px 22px;

    border-left: 4px solid #6ea000;

    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.01em;

    color: #202428;
}

/* Styl ceny */

h12,
.h12 {
    display: block;

    margin: 32px 0;

    font-size: 2.0rem;
    font-weight: 800;
    line-height: 1;

    color: #202428;
    letter-spacing: -0.06em;
}

/* Jednotka */

h12 small, .h12 small {
    font-size: 0.52em;
    font-weight: 400;
    color: #607080;
    letter-spacing: -0.03em;
}


/* OpenSys – detail jednoho kontaktu (com_contact) */

.contact.osys-contact-page,
.contact .osys-contact-layout {
    width: 100%;
}

.contact .osys-contact-layout {
    padding: 3.5rem 0 4rem;
}

.contact .osys-contact-layout > .row {
    align-items: flex-start;
}

.contact .osys-contact-heading,
.contact .osys-contact-form-heading {
    margin: 0 0 1.75rem;
    color: #20262b;
    font-size: clamp(1.8rem, 2.5vw, 2.45rem);
    font-weight: 500;
    line-height: 1.15;
}

.contact .osys-contact-position {
    margin-bottom: 1.25rem;
    color: #2d3740;
    font-size: 1.15rem;
    font-weight: 600;
}

.contact .osys-contact-misc {
    margin-bottom: 1.75rem;
    color: #344257;
    font-size: 1rem;
    line-height: 1.55;
}

.contact .osys-contact-misc p:last-child {
    margin-bottom: 0;
}

.contact .osys-contact-address {
    color: #344257;
    font-size: 1rem;
    line-height: 1.55;
}

.contact .osys-contact-address-block {
    margin-bottom: 1.6rem;
}

.contact .osys-contact-address-block span + span::before {
    content: " ";
}

.contact .osys-contact-line {
    margin: 0.55rem 0;
}

.contact .osys-contact-line a {
    color: #5b861d;
    text-decoration: none;
}

.contact .osys-contact-line a:hover,
.contact .osys-contact-line a:focus {
    color: #6ea000;
    text-decoration: underline;
}

.contact .osys-contact-form-intro {
    margin: -0.8rem 0 1.3rem;
    color: #4f5963;
    font-size: 0.95rem;
}

.contact .osys-contact-form .control-label,
.contact .osys-contact-form label {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #2d3338;
    font-weight: 400;
}

.contact .osys-contact-form .form-control {
    min-height: 44px;
    border: 1px solid #cfd7dd;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
}

.contact .osys-contact-form textarea.form-control {
    min-height: 230px;
    resize: vertical;
}

.contact .osys-contact-form .form-control:focus {
    border-color: #6ea000;
    box-shadow: 0 0 0 0.18rem rgba(110, 160, 0, 0.14);
}

.contact .osys-contact-form .star {
    color: #dc3545;
}

.contact .osys-contact-form .dynamic-fields {
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
}

.contact .osys-contact-form .dynamic-fields legend {
    display: none;
}

.contact .osys-contact-submit {
    min-width: 112px;
    padding: 0.7rem 1.45rem;
    border-color: #6ea000;
    background-color: #6ea000;
    text-transform: uppercase;
}

.contact .osys-contact-submit:hover,
.contact .osys-contact-submit:focus {
    border-color: #5b861d;
    background-color: #5b861d;
}

@media (min-width: 992px) {
    .contact .osys-contact-details {
        padding-right: 3rem;
    }

    .contact .osys-contact-form {
        padding-left: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .contact .osys-contact-layout {
        padding: 2.5rem 0 3rem;
    }

    .contact .osys-contact-details {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .contact .osys-contact-layout {
        padding-top: 2rem;
    }

    .contact .osys-contact-heading,
    .contact .osys-contact-form-heading {
        margin-bottom: 1.25rem;
        font-size: 1.75rem;
    }

    .contact .osys-contact-form textarea.form-control {
        min-height: 190px;
    }
}

.osys-contact-misc .contact-misc,
.osys-contact-address {
    font-size: 1rem;
    line-height: 1.6;
}

.contact .osys-contact-misc .contact-misc,
.contact .osys-contact-misc .contact-misc p {
    font-size: 1rem !important;
    line-height: 1.6;
}
/****/
/* =========================================================
   KONTAKT – PRACUJEME TAM, KDE JSTE VY
   Užší a odlehčená varianta pro běžnou šířku T4 containeru
   ========================================================= */

/*
 * Třídu osys-contact-module vložte do pole
 * „Přípona CSS třídy modulu“.
 *
 * Modul se tím zarovná na standardní šířku obsahu šablony,
 * i když je publikovaný v pozici přes celou obrazovku.
 */

.osys-contact-module {
    margin: 0 auto 62px !important;
    padding: 0 15px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.osys-contact-module > .module-inner,
.osys-contact-module > .t4-module,
.osys-contact-module .custom {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.osys-contact-module .custom {
    max-width: 1320px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.osys-contact-intro-wrap {
    max-width: 1180px;
    margin: 0 auto 60px auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}



/* Hlavní karta */

.osys-contact-intro {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    background:
        radial-gradient(
            circle at 88% 16%,
            rgba(115, 157, 36, 0.09) 0,
            rgba(115, 157, 36, 0.025) 27%,
            transparent 49%
        ),
        #ffffff;
    border: 1px solid rgba(35, 47, 58, 0.07);
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(38, 52, 66, 0.055);
}

.osys-contact-intro__main {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    align-items: center;
    gap: 56px;
    padding: 46px 52px 44px;
}


/* Levá textová část */

.osys-contact-intro__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #739d24;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.osys-contact-intro__eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    flex: 0 0 24px;
    background: #739d24;
    border-radius: 10px;
}

.osys-contact-intro__title {
    margin: 0 0 15px;
    color: #20272d;
    font-size: clamp(31px, 2.35vw, 42px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.025em;
}

.osys-contact-intro__lead {
    max-width: 650px;
    margin: 0 0 27px;
    color: #5d6b78;
    font-size: 15px;
    line-height: 1.65;
}

.osys-contact-intro__features {
    display: grid;
    gap: 15px;
}

.osys-contact-intro__feature {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.osys-contact-intro__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #739d24;
    font-size: 16px;
    background: rgba(115, 157, 36, 0.075);
    border: 1px solid rgba(115, 157, 36, 0.18);
    border-radius: 50%;
}

.osys-contact-intro__feature strong {
    display: block;
    margin: 0 0 2px;
    color: #29343e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.osys-contact-intro__feature span:not(.osys-contact-intro__icon) {
    display: block;
    color: #6b7884;
    font-size: 12.5px;
    line-height: 1.55;
}


/* Pravá část */

.osys-contact-intro__side {
    min-width: 0;
}

.osys-contact-intro__graphic {
    position: relative;
    width: 260px;
    height: 230px;
    margin: 0 auto 12px;
}

.osys-contact-intro__orbit {
    position: absolute;
    top: 48%;
    left: 50%;
    border: 1px dashed rgba(115, 157, 36, 0.24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.osys-contact-intro__orbit.orbit-one {
    width: 160px;
    height: 160px;
}

.osys-contact-intro__orbit.orbit-two {
    width: 220px;
    height: 220px;
    border-color: rgba(115, 157, 36, 0.13);
}

.osys-contact-intro__graphic-center,
.osys-contact-intro__graphic-point {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.osys-contact-intro__graphic-center {
    top: 48%;
    left: 50%;
    width: 78px;
    height: 78px;
    color: #739d24;
    font-size: 29px;
    background: rgba(115, 157, 36, 0.095);
    border: 1px solid rgba(115, 157, 36, 0.12);
    transform: translate(-50%, -50%);
}

.osys-contact-intro__graphic-point {
    width: 46px;
    height: 46px;
    color: #739d24;
    font-size: 17px;
    background: #ffffff;
    border: 1px solid rgba(115, 157, 36, 0.25);
    box-shadow: 0 6px 16px rgba(38, 52, 66, 0.08);
}

.osys-contact-intro__graphic-point.point-one {
    top: 4px;
    left: 107px;
}

.osys-contact-intro__graphic-point.point-two {
    right: 7px;
    bottom: 47px;
}

.osys-contact-intro__graphic-point.point-three {
    bottom: 39px;
    left: 9px;
}

.osys-contact-intro__line {
    position: absolute;
    z-index: 1;
    top: 48%;
    left: 50%;
    width: 94px;
    height: 1px;
    background: rgba(115, 157, 36, 0.25);
    transform-origin: left center;
}

.osys-contact-intro__line.line-one {
    transform: rotate(-91deg);
}

.osys-contact-intro__line.line-two {
    transform: rotate(31deg);
}

.osys-contact-intro__line.line-three {
    transform: rotate(145deg);
}


/* Cestovné – lehký blok uvnitř pravého sloupce */

.osys-contact-intro__travel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(35, 47, 58, 0.10);
    padding-top: 21px;
}

.osys-contact-intro__travel-item {
    min-width: 0;
    padding: 0 16px;
    border-left: 1px solid rgba(35, 47, 58, 0.10);
}

.osys-contact-intro__travel-item:first-child {
    border-left: 0;
}

.osys-contact-intro__travel-item--lead {
    display: none;
}

.osys-contact-intro__travel-item strong {
    display: block;
    margin-bottom: 4px;
    color: #739d24;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4;
}

.osys-contact-intro__travel-item span {
    display: block;
    color: #687682;
    font-size: 11px;
    line-height: 1.55;
}


/* Běžný desktop – šířka odpovídající containeru T4 */

@media (min-width: 1200px) {
    .osys-contact-module .custom {
        max-width: 1320px;
    }
}


/* Menší desktop a tablet */

@media (max-width: 1199.98px) {

    .osys-contact-module .custom {
        max-width: 1140px;
    }

    .osys-contact-intro__main {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 38px;
        padding: 42px 40px;
    }

    .osys-contact-intro__travel-item {
        padding: 0 11px;
    }
}

@media (max-width: 991.98px) {

    .osys-contact-module .custom {
        max-width: 960px;
    }

    .osys-contact-intro {
        margin-bottom: 0;
    }

    .osys-contact-intro__main {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 28px;
        padding: 38px 32px;
    }

    .osys-contact-intro__graphic {
        width: 230px;
        height: 205px;
        transform: scale(0.9);
        transform-origin: center center;
    }

    .osys-contact-intro__travel {
        grid-template-columns: 1fr;
        gap: 11px;
        padding-top: 17px;
    }

    .osys-contact-intro__travel-item {
        padding: 0 0 0 13px;
        border-left: 2px solid rgba(115, 157, 36, 0.2);
    }
}


/* Mobil */

@media (max-width: 767.98px) {

    .osys-contact-module {
        margin-bottom: 36px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .osys-contact-module .custom {
        max-width: 720px;
    }

    .osys-contact-intro {
        margin-bottom: 0;
        border-radius: 5px;
    }

    .osys-contact-intro__main {
        display: block;
        padding: 31px 23px 29px;
    }

    .osys-contact-intro__title {
        font-size: 29px;
    }

    .osys-contact-intro__lead {
        margin-bottom: 25px;
        font-size: 15px;
    }

    .osys-contact-intro__graphic {
        display: none;
    }

    .osys-contact-intro__travel {
        margin-top: 28px;
    }

    .osys-contact-intro__feature {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 12px;
    }

    .osys-contact-intro__icon {
        width: 39px;
        height: 39px;
        font-size: 15px;
    }
}


.osys-contact-intro-wrap {
    margin-bottom: 10px;
}


/* ==========================================================
   OpenSys – sekce O nás
   Tři moduly typu „Vlastní obsah“
   Využívá Bootstrap 5 a typografii šablony JA Purity IV.
   ========================================================== */

.osys-about {
    --osys-green: #6ea000;
    --osys-text: #33465a;
    --osys-heading: #202428;
    --osys-border: #dce2d8;
    --osys-green-bg: #f3f6f0;
    --osys-blue-bg: #eef4f9;

    color: var(--osys-text);
}

.osys-about--green {
    background: var(--osys-green-bg);
}

.osys-about--white {
    background: #fff;
}

.osys-about--blue {
    background: var(--osys-blue-bg);
}

/* Obarvení celého pruhu T4 pouze u sekce s příslušným modulem. */
.t4-section:has(.osys-about--green) {
    background: var(--osys-green-bg);
}

.t4-section:has(.osys-about--white) {
    background: #fff;
}

.t4-section:has(.osys-about--blue) {
    background: var(--osys-blue-bg);
}

.osys-about__inner {
    padding-top: 44px;
    padding-bottom: 44px;
}

.osys-about__row {
    align-items: center;
}

.osys-about__eyebrow {
    margin-bottom: .6rem;
    color: var(--osys-green);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.osys-about__title {
    margin: 0 0 1.5rem;
    color: var(--osys-heading);
    font-size: clamp(2rem, 3vw, 2.15rem);
    line-height: 1.08;
    font-weight: 400;
}

.osys-about__lead {
    max-width: 35rem;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.62;
}

/* Pravý panel */

.osys-about__panel {
    overflow: hidden;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--osys-border);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(28,39,46,.055);
}

/* Co provozujeme */

.osys-about__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
}

.osys-about__service {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 14px;
    min-height: 126px;
    padding: 24px 22px;
}

.osys-about__service:nth-child(odd) {
    border-right: 1px solid #e7ebe4;
}

.osys-about__service:nth-child(-n+4) {
    border-bottom: 1px solid #e7ebe4;
}

.osys-about__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.osys-about__service h3,
.osys-about__audience h3,
.osys-about__check h3 {
    margin: 0 0 .35rem;
    color: var(--osys-heading);
    font-size: .98rem;
    line-height: 1.3;
    font-weight: 700;
}

.osys-about__service p,
.osys-about__check p {
    margin: 0;
    color: #53616c;
    font-size: .80rem;
    line-height: 1.5;
}

/* Pro koho pracujeme */

.osys-about__audiences {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    padding: 18px 12px;
}

.osys-about__audience {
    min-height: 165px;
    padding: 20px 13px;
    text-align: center;
}

.osys-about__audience + .osys-about__audience {
    border-left: 1px solid #e5e9e2;
}

.osys-about__audience img {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
    object-fit: contain;
}

.osys-about__audience h3 {
    font-size: .84rem;
    line-height: 1.42;
}

/* Osobní odpovědnost */

.osys-about__checks {
    position: relative;
    padding: 18px 28px 18px 42px;
}

.osys-about__checks::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 24px;
    width: 3px;
    border-radius: 3px;
    background: var(--osys-green);
}

.osys-about__check {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 15px;
    padding: 13px 0;
}

.osys-about__check img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.osys-about__button {
    margin-top: 2rem;
}

/* Tablet */

@media (max-width: 991.98px) {
    .osys-about__inner {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .osys-about__intro {
        margin-bottom: 28px;
    }

    .osys-about__title,
    .osys-about__lead {
        max-width: none;
    }

    .osys-about__audiences {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .osys-about__audience {
        border-left: 0 !important;
        border-bottom: 1px solid #e5e9e2;
    }

    .osys-about__audience:not(:nth-child(3n+1)) {
        border-left: 1px solid #e5e9e2 !important;
    }
}

/* Mobil */

@media (max-width: 767.98px) {
    .osys-about__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .osys-about__title {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .osys-about__lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .osys-about__services {
        grid-template-columns: 1fr;
    }

    .osys-about__service {
        min-height: 0;
        padding: 19px 17px;
        border-right: 0 !important;
        border-bottom: 1px solid #e7ebe4 !important;
    }

    .osys-about__service:last-child {
        border-bottom: 0 !important;
    }

    .osys-about__audiences {
        grid-template-columns: repeat(2, minmax(0,1fr));
        padding: 8px;
    }

    .osys-about__audience {
        min-height: 145px;
        padding: 17px 9px;
        border-left: 0 !important;
    }

    .osys-about__audience:nth-child(even) {
        border-left: 1px solid #e5e9e2 !important;
    }

    .osys-about__audience:last-child {
        grid-column: 1 / -1;
    }

    .osys-about__checks {
        padding: 14px 17px 14px 28px;
    }

    .osys-about__checks::before {
        left: 14px;
    }

    .osys-about__check {
        grid-template-columns: 38px minmax(0,1fr);
        gap: 12px;
    }

    .osys-about__check img {
        width: 35px;
        height: 35px;
    }
}

/* ==========================================================
   Rozšíření k balíčku opensys-o-nas-moduly
   Sekce: Na čem stavíme dlouhodobou spolupráci
   ========================================================== */

.osys-about--principles {
    border-top: 1px solid #e4e9e0;
}

.osys-about__principles-heading {
    margin-bottom: 32px;
    text-align: center;
}

.osys-about__principles-heading h2 {
    margin: 0;
    color: var(--osys-heading, #202428);
    font-size: clamp(1.8rem, 2.7vw, 2.6rem);
    line-height: 1.2;
    font-weight: 500;
}

.osys-about__principles {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.osys-about__principle {
    min-height: 170px;
    padding: 10px 22px 18px;
    text-align: center;
}

.osys-about__principle + .osys-about__principle {
    border-left: 1px solid #e4e9e0;
}

.osys-about__principle img {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    object-fit: contain;
}

.osys-about__principle h3 {
    margin: 0;
    color: var(--osys-heading, #202428);
    font-size: .98rem;
    line-height: 1.5;
    font-weight: 600;
}

/* Tablet */
@media (max-width: 991.98px) {
    .osys-about__principles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .osys-about__principle {
        border-left: 0 !important;
        border-bottom: 1px solid #e4e9e0;
    }

    .osys-about__principle:not(:nth-child(3n+1)) {
        border-left: 1px solid #e4e9e0 !important;
    }

    .osys-about__principle:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .osys-about__principles-heading {
        margin-bottom: 22px;
    }

    .osys-about__principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .osys-about__principle {
        min-height: 150px;
        padding: 16px 10px;
        border-left: 0 !important;
        border-bottom: 1px solid #e4e9e0 !important;
    }

    .osys-about__principle:nth-child(even) {
        border-left: 1px solid #e4e9e0 !important;
    }

    .osys-about__principle:last-child {
        grid-column: 1 / -1;
        border-left: 0 !important;
        border-bottom: 0 !important;
    }

    .osys-about__principle img {
        width: 56px;
        height: 56px;
    }

    .osys-about__principle h3 {
        font-size: .9rem;
    }
}

/* ==========================================================
   OpenSys – úvod k formuláři „Žádost o konzultaci / nabídku“
   Navazuje na vzhled modulu „Dostupní bez ohledu na vzdálenost“
   ========================================================== */

.osys-contact-prompt {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto 26px;
    padding: 42px 48px;
    overflow: hidden;

    background:
        radial-gradient(circle at 86% 20%, rgba(110,160,0,.10), transparent 28%),
        linear-gradient(135deg, #f3f6f0 0%, #ffffff 68%);

    border: 1px solid #dce2d8;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(34, 48, 38, .06);
}

.osys-contact-prompt__main {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 56px;
    align-items: center;
}

.osys-contact-prompt__eyebrow {
    margin-bottom: 10px;
    color: #6ea000;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.osys-contact-prompt__title {
    margin: 0 0 18px;
    color: #202428;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.08;
    font-weight: 500;
}

.osys-contact-prompt__lead {
    max-width: 760px;
    margin: 0;
    color: #33465a;
    font-size: 1.08rem;
    line-height: 1.62;
}

.osys-contact-prompt__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.osys-contact-prompt__feature {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.osys-contact-prompt__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    border-radius: 50%;

    color: #6ea000;
    background: #ffffff;
    border: 2px solid #6ea000;
    box-shadow: 0 0 0 6px #eef5e4;
}

.osys-contact-prompt__feature strong {
    display: block;
    margin-bottom: 4px;
    color: #202428;
    font-size: .96rem;
    line-height: 1.35;
}

.osys-contact-prompt__feature span {
    display: block;
    color: #5b6873;
    font-size: .84rem;
    line-height: 1.48;
}

.osys-contact-prompt__side {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.osys-contact-prompt__visual {
    position: relative;
    width: 260px;
    height: 220px;
}

.osys-contact-prompt__visual-center,
.osys-contact-prompt__bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    color: #6ea000;
    background: #ffffff;
    border: 2px solid #6ea000;
    box-shadow: 0 7px 20px rgba(110, 160, 0, .12);
}

.osys-contact-prompt__visual-center {
    left: 95px;
    top: 72px;
    width: 72px;
    height: 72px;
    font-size: 1.65rem;
    z-index: 3;
}

.osys-contact-prompt__bubble {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    z-index: 3;
}

.osys-contact-prompt__bubble--one {
    left: 22px;
    top: 24px;
}

.osys-contact-prompt__bubble--two {
    right: 18px;
    top: 30px;
}

.osys-contact-prompt__bubble--three {
    left: 36px;
    bottom: 20px;
}

.osys-contact-prompt__line {
    position: absolute;
    display: block;
    height: 2px;
    background: #b8ce91;
    transform-origin: left center;
    z-index: 1;
}

.osys-contact-prompt__line--one {
    left: 62px;
    top: 67px;
    width: 78px;
    transform: rotate(16deg);
}

.osys-contact-prompt__line--two {
    left: 132px;
    top: 80px;
    width: 78px;
    transform: rotate(-18deg);
}

.osys-contact-prompt__line--three {
    left: 72px;
    top: 168px;
    width: 76px;
    transform: rotate(-35deg);
}

.osys-contact-prompt__note {
    width: 100%;
    max-width: 320px;
    padding: 18px 20px;

    background: rgba(255,255,255,.9);
    border: 1px solid #dce2d8;
    border-radius: 12px;
    text-align: center;
}

.osys-contact-prompt__note strong,
.osys-contact-prompt__note span {
    display: block;
}

.osys-contact-prompt__note strong {
    margin-bottom: 4px;
    color: #202428;
    font-size: .95rem;
}

.osys-contact-prompt__note span {
    color: #5d6973;
    font-size: .82rem;
    line-height: 1.45;
}

/* Tablet */
@media (max-width: 991.98px) {
    .osys-contact-prompt {
        padding: 36px 30px;
    }

    .osys-contact-prompt__main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .osys-contact-prompt__side {
        display: none;
    }

    .osys-contact-prompt__features {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .osys-contact-prompt {
        margin-bottom: 18px;
        padding: 28px 20px;
        border-radius: 12px;
    }

    .osys-contact-prompt__title {
        font-size: 2rem;
    }

    .osys-contact-prompt__lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .osys-contact-prompt__feature {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .osys-contact-prompt__icon {
        width: 38px;
        height: 38px;
        box-shadow: 0 0 0 5px #eef5e4;
    }
}

.mod-footer .footer1 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333333;
}

.mod-footer .footer2 {
    margin-top: 6px;

    font-size: 0.75rem;
    line-height: 1.4;

    color: #8a8a8a;
}

.mod-footer .footer2 a {
    color: #8a8a8a;
    text-decoration: underline;
}

.mod-footer .footer2 a:hover {
    color: #666666;
}

.mod-footer .footer2 {
    font-size: 0.7rem;
    color: #999999;
    font-style: italic;
}

/* ==========================================================
   OpenSys Cloud panel v3
   Vzhledově sjednoceno s Thunderbird panelem.
   ========================================================== */

.oscloud-panel {
    width: 100%;
    padding: 48px 0;
    margin: 0;
    background: #eef4f9;
    color: #33465a;
}

.oscloud-panel,
.oscloud-panel * {
    box-sizing: border-box;
}

.oscloud-panel__card {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 30px 34px 24px;
    background: #ffffff !important;
    border: 1px solid #b8cc9b;
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(40,55,45,.06);
}

.oscloud-panel__card::after {
    content: "";
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: -30px;
    height: 95px;
    background:
        radial-gradient(120% 90% at 20% 100%, rgba(110,160,0,.09), transparent 60%),
        radial-gradient(120% 90% at 75% 100%, rgba(110,160,0,.07), transparent 62%);
    pointer-events: none;
}

.oscloud-panel__head {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
}

.oscloud-panel__head h2 {
    margin: 0;
    color: #202428 !important;
    font-size: clamp(1.8rem,2.5vw,2.55rem);
    line-height: 1.15;
    font-weight: 600;
}

.oscloud-panel__line {
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 12px;
    background: #6ea000;
}

.oscloud-panel__dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 50px;
    opacity: .35;
    background-image:
        radial-gradient(circle,#6ea000 1.5px,transparent 1.5px);
    background-size: 12px 12px;
}

.oscloud-panel__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 26px;
}

.oscloud-panel__item {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 14px;
    min-height: 74px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8ece5;
}

.oscloud-panel__item:nth-last-child(-n+2) {
    border-bottom: 0;
}

.oscloud-panel__item img {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
    padding: 7px;
    border-radius: 50%;
    background: #f5f8f1;
}

.oscloud-panel__item span {
    display: block;
    padding-left: 14px;
    border-left: 1px solid #bdd59d;
    color: #202428 !important;
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 600;
}

.oscloud-panel__text {
    padding-left: 22px;
}

.oscloud-panel__eyebrow {
    margin-bottom: .65rem;
    color: #6ea000 !important;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.oscloud-panel__title {
    max-width: 620px;
    margin: 0 0 1.7rem;
    color: #202428 !important;
     font-size: clamp(1.7rem, 2.0vw, 2.7rem);
    line-height: 1.1;
    /*font-size: clamp(1rem,3.2vw,3.25rem);
    line-height: 1.08; */
    font-weight: 500;
}

.oscloud-panel__text .lead {
    max-width: 610px;
    color: #33465a !important;
    font-size: 1.08rem;
    line-height: 1.58;
}

.oscloud-panel__text .lead + .lead {
    margin-top: 1.7rem;
}

@media (max-width: 991.98px) {
    .oscloud-panel {
        padding: 38px 0;
    }

    .oscloud-panel__text {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .oscloud-panel {
        padding: 30px 0;
    }

    .oscloud-panel__card {
        padding: 24px 20px 18px;
    }

    .oscloud-panel__grid {
        grid-template-columns: 1fr;
    }

    .oscloud-panel__item:nth-last-child(-n+2) {
        border-bottom: 1px solid #e8ece5;
    }

    .oscloud-panel__item:last-child {
        border-bottom: 0;
    }

    .oscloud-panel__title {
        margin-bottom: 1.2rem;
        font-size: 2rem;
    }

    .oscloud-panel__text .lead {
        font-size: 1rem;
        line-height: 1.55;
    }
}

/* ==========================================================
   OpenSys Thunderbird modul
   Všechny třídy mají unikátní prefix opensys-tb-module
   Bez :has(), bez stylování body, section nebo jiných rodičů.
   ========================================================== */

.opensys-tb-module {
    --opensys-tb-green: #6ea000;
    --opensys-tb-heading: #202428;
    --opensys-tb-text: #33465a;
    --opensys-tb-border: #dce2d8;
    --opensys-tb-bg: #eef4f9;

    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--opensys-tb-text);
}

.opensys-tb-module,
.opensys-tb-module * {
    box-sizing: border-box;
}

.opensys-tb-module__inner {
    width: 100%;
    padding: 48px 0;
    background: var(--opensys-tb-bg);
}

.opensys-tb-module__panel {
    position: relative;
    overflow: hidden;
    padding: 30px 34px 24px;
    background: #ffffff;
    border: 1px solid #b8cc9b;
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(40, 55, 45, .06);
}

.opensys-tb-module__panel::after {
    content: "";
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: -30px;
    height: 95px;
    background:
        radial-gradient(120% 90% at 20% 100%, rgba(110,160,0,.09), transparent 60%),
        radial-gradient(120% 90% at 75% 100%, rgba(110,160,0,.07), transparent 62%);
    pointer-events: none;
}

.opensys-tb-module__panel-head {
    position: relative;
    margin-bottom: 22px;
}

.opensys-tb-module__panel-head h2 {
    margin: 0;
    color: var(--opensys-tb-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.55rem);
    line-height: 1.15;
    font-weight: 600;
}

.opensys-tb-module__panel-line {
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 12px;
    background: var(--opensys-tb-green);
}

.opensys-tb-module__dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 50px;
    opacity: .35;
    background-image:
        radial-gradient(circle, var(--opensys-tb-green) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
}

.opensys-tb-module__features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
}

.opensys-tb-module__feature {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 74px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8ece5;
}

.opensys-tb-module__feature:nth-last-child(-n+2) {
    border-bottom: 0;
}

.opensys-tb-module__feature img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    padding: 7px;
    border-radius: 50%;
    background: #f5f8f1;
}

.opensys-tb-module__feature span {
    display: block;
    padding-left: 14px;
    border-left: 1px solid #bdd59d;
    color: var(--opensys-tb-heading);
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 600;
}

.opensys-tb-module__content {
    padding-left: 22px;
}

.opensys-tb-module__eyebrow {
    margin-bottom: .65rem;
    color: var(--opensys-tb-green);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.opensys-tb-module__title {
    max-width: 580px;
    margin: 0 0 1.7rem;
    color: var(--opensys-tb-heading);
    font-size: clamp(1.7rem, 2.6vw, 2.7rem);
    line-height: 1.1;
    font-weight: 500;
}

.opensys-tb-module__content .lead {
    max-width: 590px;
    color: var(--opensys-tb-text);
    font-size: 1.08rem;
    line-height: 1.58;
}

.opensys-tb-module__content .lead + .lead {
    margin-top: 1.7rem;
}

/* Tablet */
@media (max-width: 991.98px) {
    .opensys-tb-module__inner {
        padding: 38px 0;
    }

    .opensys-tb-module__content {
        padding-left: 0;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .opensys-tb-module__inner {
        padding: 30px 0;
    }

    .opensys-tb-module__panel {
        padding: 24px 20px 18px;
    }

    .opensys-tb-module__features {
        grid-template-columns: 1fr;
    }

    .opensys-tb-module__feature:nth-last-child(-n+2) {
        border-bottom: 1px solid #e8ece5;
    }

    .opensys-tb-module__feature:last-child {
        border-bottom: 0;
    }

    .opensys-tb-module__title {
        margin-bottom: 1.2rem;
        font-size: 2rem;
    }

    .opensys-tb-module__content .lead {
        font-size: 1rem;
        line-height: 1.55;
    }
}

/* ==========================================================
   OpenSys – poslední kontaktní modul
   Navazuje na stávající Bootstrap 5 / T4 / JA Purity IV.
   Unikátní prefix: opensys-contact-last
   ========================================================== */

.opensys-contact-last {
    --osys-contact-green: #6ea000;
    --osys-contact-heading: #202428;
    --osys-contact-text: #33465a;
    --osys-contact-muted: #667481;
    --osys-contact-border: #dce2d8;
    --osys-contact-bg: #f7faf3;

    width: 100%;
    color: var(--osys-contact-text);
}

.opensys-contact-last,
.opensys-contact-last * {
    box-sizing: border-box;
}

.opensys-contact-last__inner {
    padding-top: 46px;
    padding-bottom: 46px;
    background: var(--osys-contact-bg);
    border: 1px solid var(--osys-contact-border);
    border-radius: 16px;
}

.opensys-contact-last__eyebrow {
    margin-bottom: .7rem;
    color: var(--osys-contact-green);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.opensys-contact-last__title {
    margin: 0 0 1rem;
    color: var(--osys-contact-heading);
    font-size: clamp(1.8rem, 2.0vw, 3.2rem);
    line-height: 1.06;
    font-weight: 500;
}

.opensys-contact-last__lead {
    max-width: 760px;
    margin: 0;
    color: var(--osys-contact-text);
    font-size: 1.08rem;
    line-height: 1.55;
}

.opensys-contact-last__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 28px;
}

.opensys-contact-last__step {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.opensys-contact-last__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--osys-contact-green);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 7px rgba(110,160,0,.09);
}

.opensys-contact-last__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.opensys-contact-last__step h3 {
    margin: 2px 0 4px;
    color: var(--osys-contact-heading);
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 600;
}

.opensys-contact-last__step p {
    margin: 0;
    color: var(--osys-contact-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.opensys-contact-last__note {
    margin-top: 214px;
    padding: 20px 22px;
    background: rgba(255,255,255,.9);
    border: 1px solid var(--osys-contact-border);
    border-radius: 12px;
    text-align: center;
}

.opensys-contact-last__note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--osys-contact-heading);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.opensys-contact-last__note span {
    display: block;
    color: var(--osys-contact-muted);
    font-size: .88rem;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .opensys-contact-last__inner {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .opensys-contact-last__steps {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .opensys-contact-last__note {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .opensys-contact-last__inner {
        padding: 30px 18px;
        border-radius: 12px;
    }

    .opensys-contact-last__title {
        font-size: 2rem;
    }

    .opensys-contact-last__lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .opensys-contact-last__step {
        grid-template-columns: 48px minmax(0,1fr);
        gap: 12px;
    }

    .opensys-contact-last__icon {
        width: 44px;
        height: 44px;
    }

    .opensys-contact-last__icon img {
        width: 27px;
        height: 27px;
    }
}


/* Pravá kontaktní grafika */

.opensys-contact-last__graphic {
    position: relative;
    width: 280px;
    height: 210px;
    margin: 0 auto 18px;
}

/* Kruhy */

.opensys-contact-last__graphic-center,
.opensys-contact-last__graphic-point {
    position: absolute;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6ea000;
    background: #ffffff;
    border: 2px solid #6ea000;
    border-radius: 50%;
}

/* Středový kruh */

.opensys-contact-last__graphic-center {
    top: 105px;
    left: 140px;

    width: 72px;
    height: 72px;

    transform: translate(-50%, -50%);
    font-size: 28px;
}

/* Malé kruhy */

.opensys-contact-last__graphic-point {
    width: 48px;
    height: 48px;

    transform: translate(-50%, -50%);
    font-size: 16px;
}

.opensys-contact-last__graphic-point.point-mail {
    top: 38px;
    left: 58px;
}

.opensys-contact-last__graphic-point.point-chat {
    top: 40px;
    left: 224px;
}

.opensys-contact-last__graphic-point.point-phone {
    top: 168px;
    left: 70px;
}


/* Spojovací čáry */

.opensys-contact-last__graphic-line {
    position: absolute;
    z-index: 1;

    top: 105px;
    left: 140px;

    height: 2px;

    background: rgba(110,160,0,.38);

    transform-origin: 0 50%;
}

/* střed -> mail */

.opensys-contact-last__graphic-line.line-mail {
    width: 106px;
    transform: rotate(-140.8deg);
}

/* střed -> chat */

.opensys-contact-last__graphic-line.line-chat {
    width: 106px;
    transform: rotate(-37.8deg);
}

/* střed -> telefon */

.opensys-contact-last__graphic-line.line-phone {
    width: 94px;
    transform: rotate(138deg);
}


/* Box pod grafikou */

.opensys-contact-last__note {
    margin-top: 0;
}


/* Tablet / mobil */

@media (max-width: 991.98px) {

    .opensys-contact-last__graphic {
        transform: scale(.9);
        transform-origin: center top;
        margin-bottom: 0;
    }

}


/* Vlastní světlá karta OpenSys */

.osys-card-light {
    background: #ffffff !important;
    color: #202428 !important;

    border: 1px solid #dce2d8;
    border-radius: 12px;

    overflow: hidden;
}

.osys-card-light .card-header {
    background: #f3f6f0 !important;
    color: #202428 !important;

    border-bottom: 1px solid #dce2d8;

    font-weight: 600;
}

.osys-card-light .card-body,
.osys-card-light .card-title,
.osys-card-light li {
    color: #202428 !important;
}


.bg-green2 {
    background-color: #edf4e3 !important;
    color: #202428 !important;

    border: 1px solid #dce2d8;
}

.bg-green2 .card-header {
    background-color: #e4efd4 !important;
    color: #202428 !important;

    border-bottom: 1px solid #dce2d8;
}

.bg-green2 .card-title,
.bg-green2 p,
.bg-green2 li {
    color: #202428 !important;
}

/*******                                           ****/

/* ==========================================================
   SROVNÁVACÍ TABULKA – START / STANDARD / PROFESSIONAL
   ========================================================== */

.osys-compare-table-wrap {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    border: 1px solid #dce2d8;
    border-radius: 10px;
    background-color: #ffffff;
}

.osys-compare-table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    color: #202428;
    background-color: #ffffff;
}

.osys-compare-table th,
.osys-compare-table td {
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #dce2d8;
    vertical-align: middle;
    line-height: 1.3;
}

/* Hlavička tabulky */

.osys-compare-table thead th {
    background-color: #171b1d;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.osys-compare-table thead th:first-child {
    width: 32%;
    text-align: left;
    border-top-left-radius: 9px;
}

.osys-compare-table thead th:last-child {
    border-top-right-radius: 9px;
}

/* Obsah tabulky */

.osys-compare-table tbody th {
    background-color: #ffffff;
    font-weight: 400;
    text-align: left;
}

.osys-compare-table tbody td {
    text-align: center;
}

.osys-compare-table tbody tr:last-child th,
.osys-compare-table tbody tr:last-child td {
    border-bottom: 0;
}

/* Zvýrazněný sloupec STANDARD */

.osys-compare-table .is-recommended {
    background-color: #edf4e3;
}

.osys-compare-table thead .is-recommended {
    background-color: #171b1d;
    box-shadow: inset 0 4px 0 #6ea000;
}

/* Pomocné styly */

.osys-table-muted {
    color: #9aa19c;
}

.osys-table-check {
    color: #6ea000;
    font-size: 1.2rem;
    font-weight: 700;
}

.osys-table-plan {
    color: #4f8500;
    font-weight: 500;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991.98px) {

    .osys-compare-table {
        min-width: 680px;
    }

    .osys-compare-table th,
    .osys-compare-table td {
        padding: 13px 14px;
        font-size: 0.9rem;
    }

    .osys-compare-table thead th {
        font-size: 0.88rem;
    }
}


/* ==========================================================
   MOBIL
   Tabulka se vejde do šířky stránky a text se zalamuje.
   ========================================================== */

@media (max-width: 767.98px) {

    .osys-compare-table-wrap {
        overflow-x: visible;
        border-radius: 8px;
    }

    .osys-compare-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .osys-compare-table th,
    .osys-compare-table td {
        padding: 11px 6px;
        font-size: 0.76rem;
        line-height: 1.4;
        white-space: normal;
        word-break: normal;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .osys-compare-table thead th {
        padding: 12px 4px;
        font-size: 0.72rem;
        line-height: 1.2;
        white-space: normal;
        overflow-wrap: normal;
    }

    .osys-compare-table thead th:first-child {
        width: 29%;
    }

    .osys-compare-table thead th:nth-child(2),
    .osys-compare-table thead th:nth-child(3),
    .osys-compare-table thead th:nth-child(4) {
        width: 23.666%;
    }

    .osys-compare-table tbody th {
        font-size: 0.76rem;
    }

    .osys-compare-table tbody td {
        font-size: 0.76rem;
    }

    .osys-table-plan {
        font-size: 0.7rem;
    }

    .osys-table-check {
        font-size: 1rem;
    }
}


/* ==========================================================
   VELMI ÚZKÉ MOBILY
   ========================================================== */

@media (max-width: 399.98px) {

    .osys-compare-table th,
    .osys-compare-table td {
        padding: 9px 4px;
        font-size: 0.7rem;
        line-height: 1.35;
    }

    .osys-compare-table thead th {
        padding: 10px 2px;
        font-size: 0.66rem;
    }

    .osys-compare-table thead th:first-child {
        width: 28%;
    }

    .osys-compare-table thead th:nth-child(2),
    .osys-compare-table thead th:nth-child(3),
    .osys-compare-table thead th:nth-child(4) {
        width: 24%;
    }

    .osys-table-plan {
        font-size: 0.64rem;
    }
}



/* Obecný vzhled karet */

.card {
    border-radius: 16px;
    border: 1px solid #dce2d8;
    overflow: hidden;
}

/* Světle zelená varianta */

.bg-green {
    background-color: #edf4e3 !important;
    color: #202428 !important;
}

/* Hlavička zelené karty */

.bg-green .card-header {
    background-color: rgba(110, 160, 0, 0.08);
    border-bottom: 1px solid #dce2d8;
    font-weight: 600;
}

/* Tmavá varianta */

.bg-dark {
    border-color: #2f3437;
}

/* Hlavička všech karet */

.card-header {
    padding: 14px 20px;
}

/* Obsah karty */

.card-body {
    padding: 20px;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.osys-footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    padding: 14px 0;

    font-size: 14px;
}

.osys-footer-contact__group {
    display: flex;
    align-items: center;
    gap: 22px;
}

.osys-footer-contact__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6ea000;
}

.osys-footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #34445a;
    text-decoration: none;
    white-space: nowrap;
}

.osys-footer-contact a:hover {
    color: #6ea000;
}

.osys-footer-contact i {
    color: #6ea000;
    width: 15px;
    text-align: center;
}

@media (max-width: 991.98px) {

    .osys-footer-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .osys-footer-contact__group {
        flex-wrap: wrap;
        gap: 8px 18px;
    }
}

@media (max-width: 575.98px) {

    .osys-footer-contact__group {
        display: grid;
        grid-template-columns: 1fr;
    }

    .osys-footer-contact__title {
        margin-bottom: 2px;
    }
}