/*
Theme Name: GLERTECH s.r.o.
Author: Pavel Hulva
Author URI: 
Description: Jsme tým specialistů na kybernetickou bezpečnost, který pomáhá firmám chránit jejich data, systémy i reputaci v digitálním prostředí. Sledujeme aktuální hrozby, nové technologie i legislativní požadavky a převádíme je do praktických a funkčních řešení, která dávají smysl v reálném provozu – nejen na papíře. Bezpečnost pro nás není jednorázový projekt, ale dlouhodobý proces.
Version: 1.O
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --glertech-green: #607B76!important;
    --body-bg: #e5e5e5!important;
    --hero-text-color: #ffffff!important;
}

*,
*::before,
*::after {
    box-sizing: border-box!important;
}

body {
    margin: 0!important;
    font-family: "IBM Plex Mono", monospace!important;
    background-color: var(--body-bg)!important;
    color: #111111!important;
}

/* HEADER / NAVBAR */

.site-header {
    background-color: #ffffff!important;
}

.brand-logo {
    height: 40px!important;
    width: auto!important;
}

.brand-text {
    font-weight: 500!important;
    letter-spacing: 0.2em!important;
    font-size: 1rem!important;
}

.navbar {
    background-color: transparent!important;
}

.navbar-nav .nav-link {
    font-size: 0.9rem!important;
    letter-spacing: 0.18em!important;
    text-transform: uppercase!important;
    color: #222222!important;
    padding: 0!important;
    margin-right: 30px!important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--glertech-green)!important;
}

.btn-cta {
    background-color: var(--glertech-green);
    color: #ffffff!important;
    border-radius: 10px!important;
    padding: 1rem 1.9rem!important;
    font-size: 0.85rem!important;
    letter-spacing: 0.16em!important;
    text-transform: uppercase!important;
    border: none!important;
    white-space: nowrap!important;
}

.btn-cta:hover,
.btn-cta:focus {
    background-color: #4e6561!important;
    color: #ffffff!important;
}

/* HERO */

.hero {
    position: relative !important;
    margin-top: 0 !important;
    padding: 0 !important;            /* zrušíme padding, ať centrování sedí přesně */
    overflow: hidden !important;
    min-height: 600px !important;
    display: flex!important;
    align-items: center!important;              /* vertikální střed */
    justify-content: center!important;          /* horizontální střed */
}

.hero-bg {
    position: absolute!important;
    inset: 0!important;
    z-index: -2!important;
}

/* background image – nahraď url() vlastní fotkou */
.hero-bg-image {
    position: absolute!important;
    inset: 0!important;
    background-image: url("../../files/glertech/hero-bg.png")!important;
    background-size: cover!important;
    background-position: center!important;
    filter: grayscale(10%)!important;
    z-index: -3!important;
}

.hero-overlay {
    position: absolute!important;
    inset: 0!important;
    background: rgba(0, 0, 0, 0.2)!important;
    z-index: -2!important;
}

.hero-content {
    max-width: 880px!important;
    margin: 0 auto!important;                   /* zruší se horní odsazení */
    color: var(--hero-text-color)!important;
    position: relative!important;
    z-index: 2!important;
}

.hero-title {
    font-size: clamp(1.6rem, 2vw + 1.4rem, 2.6rem)!important;
    line-height: 1.3!important;
    letter-spacing: 0.24em!important;
    text-transform: uppercase!important;
}

.hero-title-line {
    display: block!important;
    font-weight: 400!important;
    color: #FFFFFF!important;
}

.hero-title-strong {
    font-weight: 700!important;
}

.btn-hero {
    display: inline-block!important;
    margin-top: 1rem!important;
    background-color: var(--glertech-green)!important;
    color: #ffffff!important;
    border-radius: 10px!important;
    padding: 0.9rem 3.4rem!important;
    font-size: 0.95rem!important;
    letter-spacing: 0.18em!important;
    text-transform: uppercase!important;
    border: none!important;
}

.btn-hero:hover,
.btn-hero:focus {
    background-color: #4e6561!important;
    color: #ffffff!important;
}

/* RESPONSIVE TWEAKS */

@media (max-width: 991.98px) {
    .brand-logo {
        height: 32px!important;
    }

    .navbar-nav {
        gap: 0.75rem!important;
    }

    .navbar-nav .nav-link {
        padding: 0.25rem 0!important;
    }

    .btn-cta {
        width: 100%!important;
        text-align: center!important;
        margin-bottom: 0.25rem!important;
    }
}

@media (max-width: 575.98px) {
    .hero {
        padding: 3.5rem 0 4rem!important;
    }

    .hero-content {
        margin-top: 2.5rem!important;
        padding: 0 0.5rem!important;
    }

    .hero-title {
        letter-spacing: 0.18em!important;
    }

    .btn-hero {
        width: 100%!important;
    }
}

/* =========================
   NABÍDKA SLUŽEB
========================= */

.offer-section {
    padding: 6rem 0!important;
    background-color: #ffffff!important;
}

.section-title {
    font-size: 2rem!important;
    font-weight: 700!important;
    letter-spacing: 0.18em!important;
    text-transform: uppercase!important;
}

.section-text {
    font-size: 0.95rem!important;
    line-height: 1.8!important;
    color: #222!important;
    max-width: 85%!important;
}

/* =========================
   KARTY
========================= */

.offer-card {
    height: 100%!important;
    min-height: 320px!important;
    border-radius: 28px!important;
    background: linear-gradient(180deg, #607B76 0%, #0f1c1b 100%)!important;
    padding: 2.4rem 2rem!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    text-align: center!important;
    color: #fff!important;
    transition: all 0.35s ease!important;
}

.offer-card:hover {
    transform: translateY(-6px)!important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35)!important;
}

.offer-icon {
    width: 90px!important;
    height: 90px!important;
    margin: 0 auto 1.8rem!important;
}

.offer-title {
    font-size: 1.2rem!important;
    letter-spacing: 0.18em!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    line-height: 1.5!important;
    color: #FFFFFF!important;
}

.offer-link {
    font-size: 0.85rem!important;
    letter-spacing: 0.14em!important;
    text-transform: uppercase!important;
    color: #fff!important;
    text-decoration: none!important;
    margin-top: 1.5rem!important;
    opacity: 0.85!important;
}

.offer-link:hover {
    opacity: 1;
    text-decoration: underline!important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
    .section-title {
        font-size: 1.6rem!important;
    }

    .section-text {
        max-width: 100%!important;
    }
}

@media (max-width: 575.98px) {
    .offer-section {
        padding: 4rem 0!important;
    }

    .offer-card {
        min-height: 280px!important;
        padding: 2rem 1.6rem!important;
    }

    .offer-title {
        font-size: 1.4rem!important;
    }
}

/* =========================
   O NÁS / PROČ S NÁMI
========================= */

.about-section {
    padding: 6rem 0!important;
    background: rgba(96, 123, 118, 0.37)!important; /* dle zadání */
}

.about-text {
    font-size: 0.95rem!important;
    line-height: 1.8!important;
    color: #111111!important;
    max-width: 560px!important;
}

/* bloky „Proč s námi“ */

.about-feature {
    display: flex!important;
    align-items: flex-start!important;
    gap: 1.5rem!important;
    margin-bottom: 2.5rem!important;
}

.about-feature-icon {
    flex: 0 0 56px!important;
    width: 56px!important;
    height: 56px!important;
    border-radius: 50%!important;
    background-color: #111111!important;
    color: #ffffff!important;
    font-weight: 700!important;
    font-size: 1.8rem!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.about-feature-title {
    font-size: 1.1rem!important;
    font-weight: 700!important;
    letter-spacing: 0.06em!important;
    text-transform: none!important;
    margin-bottom: 0.4rem!important;
}

.about-feature-text {
    font-size: 0.95rem!important;
    line-height: 1.8!important;
    color: #111111!important;
}

/* responsive úpravy */

@media (max-width: 991.98px) {
    .about-section {
        padding: 4.5rem 0!important;
    }

    .about-text {
        max-width: 100%!important;
    }
}

@media (max-width: 575.98px) {
    .about-feature {
        flex-direction: column!important;
        align-items: center!important;
        text-align: center!important;
    }

    .about-feature-icon {
        margin-bottom: 0.4rem!important;
    }

    .about-section .section-title {
        text-align: center!important;
    }
}

/* MINI GALERIE */

.mini-gallery {
    padding: 5rem 0!important;
    background-color: #ffffff!important;
}

.mini-gallery-inner {
    overflow: hidden!important;        /* skryje přetékající část */
}

.mini-gallery-track {
    display: inline-flex!important;
    gap: 2rem!important;
    animation: galleryScroll 40s linear infinite!important;
}

.mini-gallery-track img {
    width: 420px!important;
    height: 280px!important;
    object-fit: cover!important;
    border-radius: 22px!important;
    flex: 0 0 auto!important;
}

/* animace – posun zprava doleva */
@keyframes galleryScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* pauza na hover */

.mini-gallery-inner:hover .mini-gallery-track {
    animation-play-state: paused!important;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .mini-gallery-track img {
        width: 320px!important;
        height: 220px!important;
    }
}

@media (max-width: 575.98px) {
    .mini-gallery {
        padding: 3.5rem 0!important;
    }

    .mini-gallery-track img {
        width: 260px!important;
        height: 180px!important;
    }
}

/* =========================
   CTA KONTAKT
========================= */

.contact-cta {
    position: relative!important;
    padding: 5rem 0!important;
    overflow: hidden!important;
    color: #ffffff!important;
}

.contact-cta-bg {
    position: absolute!important;
    inset: 0!important;
    background-image: url("../../files/glertech/cta-bg.png")!important;
    background-size: cover!important;
    background-position: center!important;
    z-index: -2!important;
}

.contact-cta-overlay {
    position: absolute!important;
    inset: 0!important;
    background: rgba(0, 0, 0, 0.2)!important;
    z-index: -1!important;
}

.contact-cta-title {
    font-size: 1.8rem!important;
    font-weight: 700!important;
    letter-spacing: 0.18em!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
}

.contact-cta-subtitle {
    font-size: 1.4rem!important;
    letter-spacing: 0.08em!important;
}

.contact-cta-btn {
    padding-inline: 2.6rem!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

/* =========================
   REFERENCE / CITÁT
========================= */

.testimonial-section {
    padding: 6rem 0 5rem!important;
    background-color: #ffffff!important;
}

.testimonial-wrapper {
    position: relative!important;
    max-width: 900px!important;
    margin: 0 auto!important;
}

.testimonial-box {
    margin: 0!important;
    text-align: center!important;
    padding: 2.5rem 2rem 0!important;
}

.testimonial-text {
    font-size: 1.2rem!important;
    line-height: 2!important;
    font-style: italic!important;
    margin: 0 0 2rem!important;
}

.testimonial-author {
    font-weight: 600!important;
    font-size: 1.2rem!important;
}

@media (max-width: 575.98px) {
.testimonial-text {
        font-size: 1rem!important;
    }
}

/* uvozovky vlevo/vpravo */

.testimonial-quotes {
    position: absolute!important;
    top: 0!important;
    font-size: 4rem!important;
    color: #607B76!important;
    opacity: 0.7!important;
    line-height: 1!important;
}

.testimonial-quotes-left {
    left: 0!important;
}

.testimonial-quotes-right {
    right: 0!important;
    transform: scaleX(-1)!important;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .contact-cta {
        text-align: center!important;
    }

    .contact-cta-title {
        font-size: 1.5rem!important;
    }

    .contact-cta-subtitle {
        font-size: 1.2rem!important;
    }

    .contact-cta-btn {
        width: 100%!important;
        margin-top: 1.5rem!important;
    }

    .testimonial-section {
        padding: 4.5rem 0 4rem!important;
    }

    .testimonial-wrapper {
        padding-inline: 1.5rem!important;
    }

    .testimonial-quotes {
        font-size: 3rem!important;
    }
}

@media (max-width: 575.98px) {
    .testimonial-quotes-left {
        left: 0.3rem!important;
    }

    .testimonial-quotes-right {
        right: 0.3rem!important;
    }
}

/* =========================
   FOOTER
========================= */

.site-footer {
    background-color: #142322!important;
    color: #ffffff!important;
    padding: 4rem 0 2.5rem!important;
    font-size: 0.95rem!important;
}

.footer-top {
    margin-bottom: 3rem!important;
}

.footer-logo {
    max-width: 180px!important;
    height: auto!important;
    opacity: 0.9!important;
}

.footer-heading {
    font-size: 1rem!important;
    font-weight: 700!important;
    letter-spacing: 0.14em!important;
    text-transform: uppercase!important;
    margin-bottom: 1.2rem!important;
    color: #FFFFFF!important;
}

.footer-list {
    list-style: none!important;
    padding: 0!important;
    margin: 0!important;
}

.footer-list li {
    margin-bottom: 0.35rem!important;
}

.footer-label {
    display: inline-block!important;
    width: 1.4rem!important;
    font-weight: 600!important;
}

.footer-list a {
    color: #ffffff!important;
    text-decoration: none!important;
}

.footer-list a:hover {
    color: #607B76!important;
    text-decoration: underline!important;
}

/* social */

.footer-social {
    display: flex!important;
    align-items: center!important;
    gap: 1rem!important;
    margin-top: 0.3rem!important;
}

.footer-social > a {
  margin-right: 15px!important;
}

/* spodní část */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08)!important;
    padding-top: 1.5rem!important;
    font-size: 0.85rem!important;
    opacity: 0.9!important;
}

/* responsive */

@media (max-width: 991.98px) {
    .site-footer {
        text-align: center!important;
    }

    .footer-logo {
        margin-bottom: 1rem!important;
    }

    .footer-label {
        width: auto;
        margin-right: 0.3rem!important;
    }

    .footer-social {
        justify-content: center!important;
    }
}

.site-footer .footer-top > div:first-child {
    display: flex!important;
    align-items: center!important;
}

@media (max-width: 575.98px) {
    .site-footer {
        padding: 3rem 0 2rem!important;
    }
}

/* =========================
   SLUŽBY – OBECNÉ
========================= */

.service-section {
    padding: 5rem 0!important;
    background-color: #ffffff!important;
}

.service-section-muted {
    background: rgba(96, 123, 118, 0.12)!important;
}

.service-section-dark {
    background-color: #0f1817!important;
    color: #ffffff!important;
}

.service-text {
    font-size: 0.95rem!important;
    line-height: 1.9!important;
    color: #111111!important;
}

.service-section-dark .service-text {
    color: #f5f5f5!important;
}

/* HERO SLUŽBY */

.service-hero {
    position: relative!important;
    padding: 5rem 0 4.5rem!important;
    color: #ffffff!important;
    overflow: hidden!important;
}

.service-hero-bg {
    position: absolute!important;
    inset: 0!important;
    z-index: -2!important;
    background-image: url("../../files/glertech/hero-bg.png")!important;
    background-size: cover!important;
    background-position: center!important;
}

.service-hero-overlay {
    position: absolute!important;
    inset: 0!important;
    background: rgba(0, 0, 0, 0.2)!important;
    z-index: -1!important;
}

.service-hero-kicker {
    text-transform: uppercase!important;
    letter-spacing: 0.18em!important;
    font-size: 0.75rem!important;
    margin-bottom: 0.7rem!important;
    opacity: 0.75!important;
}

.service-hero-title {
    font-size: clamp(2rem, 2.6vw + 1.4rem, 3rem)!important;
    font-weight: 700!important;
    letter-spacing: 0.16em!important;
    text-transform: uppercase!important;
    margin-bottom: 1.5rem!important;
    color: #FFFFFF!important;
}

.service-hero-text {
    font-size: 1rem!important;
    max-width: 85%!important;
}

.service-hero-link {
    font-size: 0.85rem!important;
    letter-spacing: 0.16em!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    color: #ffffff!important;
    position: relative!important;
}

.service-hero-link::after {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    bottom: -0.15rem!important;
    width: 100%!important;
    height: 1px!important;
    background-color: #ffffff!important;
    opacity: 0.6!important;
}

.service-hero-link:hover {
    opacity: 0.8!important;
}

/* BOX – NA CO SE ZAMĚŘUJEME */

.service-highlight-box {
    background-color: #0f1817!important;
    color: #ffffff!important;
    border-radius: 24px!important;
    padding: 2.2rem 2rem!important;
}

.service-highlight-title {
    font-size: 1rem!important;
    text-transform: uppercase!important;
    letter-spacing: 0.14em!important;
    margin-bottom: 1rem!important;
    color: #FFFFFF!important;
}

.service-list {
    list-style: none!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 0.9rem!important;
    line-height: 1.9!important;
}

.service-list li::before {
    content: "• "!important;
    color: #607B76!important;
}

/* KARTY – KDY DÁVÁ SMYSL */

.service-card {
    background-color: #ffffff;
    border-radius: 22px!important;
    padding: 1.9rem 1.7rem!important;
    height: 100%!important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08)!important;
}

.service-card-title {
    font-size: 1rem!important;
    font-weight: 700!important;
    margin-bottom: 0.8rem!important;
}

.service-card-text {
    font-size: 0.95rem!important;
    line-height: 1.8!important;
}

/* KROKY – JAK TEST PROBÍHÁ */

.service-steps {
    position: relative!important;
}

.service-step {
    background-color: #ffffff!important;
    border-radius: 20px!important;
    padding: 1.8rem 1.6rem!important;
    height: 100%!important;
    border: 1px solid rgba(0, 0, 0, 0.06)!important;
}

.service-step-number {
    display: inline-block!important;
    font-size: 0.9rem!important;
    letter-spacing: 0.18em!important;
    text-transform: uppercase!important;
    color: #607B76!important;
    margin-bottom: 0.4rem!important;
}

.service-step-title {
    font-size: 1rem!important;
    font-weight: 700!important;
    margin-bottom: 0.7rem!important;
}

.service-step-text {
    font-size: 0.9rem!important;
    line-height: 1.8!important;
}

/* BENEFITY NA TMAVÉM POZADÍ */

.section-title-inverse {
    color: #ffffff!important;
}

.service-benefit {
    background: rgba(20, 35, 34, 0.9)!important;
    border-radius: 20px!important;
    padding: 1.9rem 1.7rem!important;
    height: 100%!important;
    border: 1px solid rgba(255, 255, 255, 0.06)!important;
}

.service-benefit-title {
    font-size: 1.2rem!important;
    font-weight: 700!important;
    margin-bottom: 0.7rem!important;
    color: #FFFFFF!important;
}

.service-benefit-text {
    font-size: 0.9rem!important;
    line-height: 1.8!important;
    color: #e4e4e4!important;
}

/* CTA NA KONCI SLUŽBY */

.service-cta {
    padding: 4rem 0!important;
    background-color: #ffffff!important;
    border-top: 1px solid rgba(0, 0, 0, 0.05)!important;
}

.service-cta-title {
    font-size: 1.4rem!important;
    font-weight: 700!important;
    letter-spacing: 0.08em!important;
    text-transform: uppercase!important;
    margin-bottom: 0.8rem!important;
}

.service-cta-text {
    font-size: 0.95rem!important;
    max-width: 80%!important;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .service-hero {
        padding: 4rem 0 3.5rem!important;
    }

    .service-cta-title {
        font-size: 1.2rem!important;
    }

    .service-highlight-box {
        margin-top: 2rem!important;
    }

    .service-section {
        padding: 4rem 0!important;
    }
}

@media (max-width: 575.98px) {
    .service-hero-title {
        letter-spacing: 0.12em!important;
    }

    .service-cta {
        text-align: center!important;
    }

    .service-cta-text {
        margin: 0 auto 1.5rem!important;
    }
}

/* jiný background pro hero školení */
.service-hero-bg-training {
    background-image: url("../../files/glertech/hero-bg.png")!important;
}

/* background pro hero na stránce školení AI */
.service-hero-bg-ai {
    background-image: url("../../files/glertech/hero-bg.png")!important;
}

/* background pro hero na stránce NIS2 */
.service-hero-bg-nis2 {
    background-image: url("../../files/glertech/hero-bg.png")!important;
}

/* HERO pozadí pro stránku O nás */
.service-hero-bg-about {
    background-image: url("../../files/glertech/hero-bg.png")!important;
}

/* topics grid – seznam témat školení */
.service-topics-grid {
    display: grid!important;
    grid-template-columns: 1fr!important;
    gap: 0.7rem 1.5rem!important;
    font-size: 0.95rem!important;
}

.service-topic {
    display: flex!important;
    align-items: flex-start!important;
    gap: 0.6rem!important;
    line-height: 1.8!important;
}

.service-topic-bullet {
    width: 6px!important;
    height: 6px!important;
    border-radius: 50%!important;
    margin-top: 0.45rem!important;
    background-color: #607B76!important;
}

/* klidnější spacing na menších displejích */
@media (max-width: 991.98px) {
    .service-topics-grid {
        margin-top: 1.5rem!important;
    }
}

/* HERO ROZCESTNÍKU */

.services-hero {
    padding: 5rem 0 3rem!important;
    background-color: #ffffff!important;
}

/* aby celá karta byla klikací jako odkaz */
.offer-card-link {
    text-decoration: none!important;
    color: inherit!important;
    display: flex!important;
}

.offer-card-link:hover {
    color: inherit!important;
}

/* lehké zvýraznění při hoveru na rozcestníku */
.offer-card-link:hover .offer-title {
    text-decoration: none!important;
}

@media (max-width: 991.98px) {
    .services-hero {
        padding: 4rem 0 2.5rem!important;
    }
}

/* HERO KONTAKT */

.contact-page-hero {
    position: relative!important;
    padding: 4rem 0 3.5rem!important;
    color: #ffffff!important;
    overflow: hidden!important;
}

.contact-page-hero-bg {
    position: absolute!important;
    inset: 0!important;
    background-image: url("../../files/glertech/hero-bg.png")!important;
    background-size: cover!important;
    background-position: center!important;
    z-index: -2!important;
}

.contact-page-hero-overlay {
    position: absolute!important;
    inset: 0!important;
    background: rgba(0, 0, 0, 0.2)!important;
    z-index: -1!important;
}

.contact-page-hero-title {
    font-size: clamp(2rem, 2.4vw + 1.4rem, 2.8rem)!important;
    font-weight: 700!important;
    letter-spacing: 0.16em!important;
    text-transform: uppercase!important;
    margin-bottom: 1.4rem!important;
    color: #FFFFFF!important;
}

.contact-page-hero-text {
    font-size: 1rem!important;
    max-width: 540px!important;
}

/* HLAVNÍ KONTAKTNÍ SEKCE */

.contact-section {
    padding: 4.5rem 0 4rem!important;
    background-color: #ffffff!important;
}

.contact-info-block {
    margin-bottom: 1.5rem!important;
}

.contact-info-heading {
    font-size: 1rem!important;
    font-weight: 700!important;
    margin-bottom: 0.3rem!important;
}

.contact-info-line {
    margin: 0!important;
    font-size: 0.95rem!important;
}

.contact-info-list {
    font-size: 0.95rem!important;
}

.contact-info-item {
    display: flex!important;
    gap: 0.5rem!important;
    margin-bottom: 0.3rem!important;
}

.contact-info-label {
    width: 2.2rem!important;
    font-weight: 600!important;
}

.contact-info-item a {
    color: #111111!important;
    text-decoration: none!important;
}

.contact-info-item a:hover {
    color: #607B76!important;
    text-decoration: underline!important;
}

.contact-info-note {
    font-size: 0.9rem!important;
    color: #333333!important;
    max-width: 320px!important;
}

/* FORMULÁŘ */

.contact-form-card {
    background-color: #0f1817!important;
    color: #ffffff!important;
    border-radius: 24px!important;
    padding: 2.4rem 2.1rem 2.6rem!important;
}

.contact-form-title {
    font-size: 1.1rem!important;
    text-transform: uppercase!important;
    letter-spacing: 0.14em!important;
    margin-bottom: 0.6rem!important;
}

.contact-form-text {
    font-size: 0.9rem!important;
    margin-bottom: 1.5rem!important;
    max-width: 420px!important;
}

.contact-form-card .form-label {
    font-size: 0.85rem!important;
    letter-spacing: 0.06em!important;
    text-transform: uppercase!important;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    background-color: #142322!important;
    border: 1px solid rgba(255, 255, 255, 0.14)!important;
    color: #ffffff!important;
    font-size: 0.9rem!important;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #607B76!important;
    box-shadow: 0 0 0 0.15rem rgba(96, 123, 118, 0.35)!important;
}

.contact-form-card .form-check-label {
    font-size: 0.8rem!important;
}

.contact-form-card .form-check-input {
    border-radius: 0!important;
    border: 1px solid rgba(255, 255, 255, 0.4)!important;
    background-color: transparent!important;
}

.contact-form-card .form-check-input:checked {
    background-color: #607B76!important;
    border-color: #607B76!important;
}

/* MAPA / LOKACE */

.contact-map-section {
    padding: 0 0 4.5rem!important;
    background-color: #ffffff!important;
}

.contact-map-wrapper {
    border-radius: 24px!important;
    overflow: hidden!important;
    background-color: #f3f5f4!important;
}

.contact-map-placeholder {
    height: 260px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 0.9rem!important;
    color: #607B76!important;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .contact-page-hero {
        padding: 3.5rem 0 3rem!important;
    }

    .contact-section {
        padding: 3.8rem 0 3.5rem!important;
    }

    .contact-form-card {
        margin-top: 2rem!important;
    }

    .contact-info-note {
        max-width: 100%!important;
    }
}

@media (max-width: 575.98px) {
    .contact-page-hero-title {
        letter-spacing: 0.12em!important;
    }

    .contact-form-card {
        padding: 2rem 1.6rem 2.3rem!important;
    }

    .contact-map-placeholder {
        height: 220px!important;
    }
}