/* Hero Section */
.kontakt_hero {
    width: 100%;
    height: 293px;
    background-image: url('/img/prostredni-obrazek-homepage.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.kontakt_hero_container {
    width: 100%;
    max-width: 1440px;
    height: 293px;
    position: relative;
}

.kontakt_hero_overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 118px;
    gap: 40px;
    position: relative;
}

.kontakt_hero_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    width: 208px;
    height: 61px;
}

.kontakt_hero_ikona {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 55px;
    right: 430px;
}

/* Main Content */
.kontakt_obsah {
    width: 100%;
    padding: 100px 20px;
    background-color: #FFFFFF;
}

.kontakt_container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.kontakt_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* Left Column - Contact Info */
.kontakt_info_sloupec {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.kontakt_info_box {
    display: flex;
    flex-direction: column;
}

.kontakt_info_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #0B3D77;
    margin: 0;
}

.kontakt_info_adresa {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0B3D77;
    margin: 0;
}

.kontakt_info_podnadpis {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #0B3D77;
    margin: 0;
}

.kontakt_uredni_popis {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #0B3D77;
    margin: 0;
}

.kontakt_info_text {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #0B3D77;
    margin: 0;
}

.kontakt_info_link {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #0B3D77;
    margin: 0;
}

.kontakt_info_link a {
    color: #4CA7DD;
    text-decoration: none;
}

/* Office Hours */
.kontakt_uredni_hodiny {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kontakt_hodiny_radek {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: none;
}

.kontakt_den {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0B3D77;
}

.kontakt_cas {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0B3D77;
}

/* Emergency Service */
.kontakt_havarijni {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

.kontakt_havarijni_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #E9333F;
}

.kontakt_havarijni_text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0B3D77;
    margin-bottom: 16px;
}

.kontakt_havarijni_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 393px;
    height: 60px;
    padding: 0;
    background-color: #E93333;
    color: #FFFFFF;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.kontakt_havarijni_button:hover {
    background-color: #d12929;
}

/* Right Column - Contact Form */
.kontakt_formular_sloupec {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kontakt_formular_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #0B3D77;
    margin: 0;
}

.kontakt_formular {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 30px;
    border: 5px solid #F0EAE7;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.kontakt_form_radek {
    display: grid;
    grid-template-columns: 240px 240px;
    gap: 34px;
}

.kontakt_form_pole,
.kontakt_form_pole_plne {
    display: flex;
    flex-direction: column;
}

.kontakt_form_pole input,
.kontakt_form_pole_plne input,
.kontakt_form_pole_plne textarea {
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0B3D77;
    transition: border-color 0.3s ease;
}

.kontakt_form_pole input:focus,
.kontakt_form_pole_plne input:focus,
.kontakt_form_pole_plne textarea:focus {
    outline: none;
    border-bottom-color: #4CA7DD;
}

.kontakt_form_pole input::placeholder,
.kontakt_form_pole_plne textarea::placeholder {
    color: #0B3D77;
}

.kontakt_form_pole_plne textarea {
    resize: vertical;
    min-height: 80px;
}

.kontakt_souhlas_radek {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.kontakt_souhlas_text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #0B3D77;
    flex: 1;
}

.kontakt_odeslat {
    width: 123px;
    height: 50px;
    padding: 0;
    background-color: #4CA7DD;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.kontakt_odeslat:hover {
    background-color: #3a8fc7;
}

/* Team Section */
.kontakt_tym {
    width: 100%;
    padding: 80px 20px;
    background-color: #FFFFFF;
}

.kontakt_tym_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #0B3D77;
    margin: 0 0 40px 0;
}

.kontakt_tym_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.kontakt_tym_karta {
    background: linear-gradient(270deg, rgba(246, 242, 240, 0.5) 0%, #F6F2F0 100%);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kontakt_tym_role {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #0B3D77;
    margin: 0;
}

.kontakt_tym_obsah {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.kontakt_tym_foto {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.kontakt_tym_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kontakt_tym_jmeno {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #4CA7DD;
    margin: 0;
}

.kontakt_tym_kontakt_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.kontakt_tym_kontakt_ikona {
    width: 24px;
    height: 48px;
    flex-shrink: 0;
}

.kontakt_tym_kontakt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B3D77;
}

.kontakt_tym_kontakt svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.kontakt_tym_kontakt a {
    color: #0B3D77;
    text-decoration: none;
}

/* FAQ Section */
.kontakt_faq {
    width: 100%;
    padding: 80px 20px;
    background-color: #F6F2F0;
}

.kontakt_faq_hlavicka {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 48px;
}

.kontakt_faq_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #0B3D77;
    margin: 0;
    width: 345px;
    flex-shrink: 0;
}

.kontakt_faq_popis {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0B3D77;
    margin: 0;
    width: 522px;
}

.kontakt_faq_seznam {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kontakt_faq_item {
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kontakt_faq_otazka {
    width: 100%;
    padding: 24px 0;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kontakt_faq_item.active .kontakt_faq_otazka {
    display: none;
}

.kontakt_faq_otazka_text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #0B3D77;
    text-align: left;
}

.kontakt_faq_ikona {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.kontakt_faq_odpoved_hlavicka .kontakt_faq_ikona {
    transform: rotate(180deg);
}

.kontakt_faq_odpoved {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.kontakt_faq_item.active .kontakt_faq_odpoved {
    max-height: 800px;
}

.kontakt_faq_odpoved_obsah {
    padding: 24px;
    margin: 16px 0;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.kontakt_faq_odpoved_hlavicka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.kontakt_faq_odpoved_nadpis {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #0B3D77;
    margin: 0;
}

.kontakt_faq_odpoved_text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0B3D77;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    /* Hero section */
    .kontakt_hero_obsah {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .kontakt_hero_ikona {
        width: 100px;
        height: 100px;
    }
    
    /* Main content - stack columns */
    .kontakt_layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    /* Team section - stack cards */
    .kontakt_tym_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    /* FAQ section */
    .kontakt_faq_hlavicka {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .kontakt_faq_nadpis,
    .kontakt_faq_popis {
        width: 100%;
    }
}

@media (max-width: 768px) {
    /* Hero section */
    .kontakt_hero {
        height: 300px;
        padding: 40px 20px;
    }
    
    .kontakt_hero_nadpis {
        font-size: 32px;
    }
    
    .kontakt_hero_ikona {
        width: 80px;
        height: 80px;
    }
    
    /* Container padding */
    .kontakt_container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    /* Contact info section */
    
    
    .kontakt_info_nadpis {
        font-size: 20px;
    }
    
    .kontakt_uredni_hodiny_grid {
        grid-template-columns: 1fr;
    }
    
    /* Emergency button */
    .kontakt_havarijni_button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Form section */
    .kontakt_formular_nadpis {
        font-size: 28px;
    }
    
    .kontakt_formular {
        padding: 20px;
    }
    
    .kontakt_form_radek {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .kontakt_form_pole input {
        width: 100%;
    }
    
    .kontakt_souhlas_radek {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .kontakt_odeslat {
        width: 100%;
    }
    
    /* Team section */
    .kontakt_tym {
        padding: 60px 20px;
    }
    
    .kontakt_tym_nadpis {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .kontakt_tym_karta {
        padding: 20px;
    }
    
    .kontakt_tym_role {
        font-size: 20px;
    }
    
    .kontakt_tym_obsah {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .kontakt_tym_foto {
        width: 100px;
        height: 100px;
    }
    
    /* FAQ section */
    .kontakt_faq {
        padding: 60px 20px;
    }
    
    .kontakt_faq_nadpis {
        font-size: 28px;
    }
    
    .kontakt_faq_popis {
        font-size: 14px;
        line-height: 20px;
    }
    
    .kontakt_faq_otazka_text,
    .kontakt_faq_odpoved_nadpis {
        font-size: 18px;
    }
    
    .kontakt_faq_odpoved_obsah {
        padding: 20px;
    }
}
