:root {
    --c-blue: #4DA9D6; --c-yellow: #F9C846; --c-pink: #E85D88; --c-purple: #9B51A0; --c-green: #7DBA42;
    --bg-white: #FFFFFF; --bg-cream: #F8F9FA; --font-heading: 'Baloo 2', cursive; --font-body: 'Quicksand', sans-serif;
    --shadow-soft: 0 20px 40px rgba(0,0,0,0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ZÁKLADNÍ TYPOGRAFIE */
body { font-family: var(--font-body); color: #555; background: var(--bg-white); line-height: 1.7; font-size: 1.15rem; overflow-x: hidden; }
p { margin-bottom: 1.5rem; }
.container { max-width: 1150px; margin: 0 auto; padding: 0 30px; }
.section { padding: 90px 0; scroll-margin-top: 140px; }
.bg-cream { background-color: var(--bg-cream); }
.section-title { font-family: var(--font-heading); font-size: 3.2rem; text-align: center; color: var(--c-purple); margin-bottom: 60px; line-height: 1.2; }

/* Header & Navigace */
header { background: white; padding: 12px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.main-logo { height: 110px; width: auto; }
.nav-links { display: flex; gap: 25px; list-style: none; align-items: center; }

/* Odkazy v navigaci */
.nav-links a:not(.btn-nav):not(.btn) { text-decoration: none; color: #444; font-weight: 700; position: relative; padding-bottom: 5px; font-size: 1.1rem; }
.nav-links a:not(.btn-nav):not(.btn)::after { content: ''; position: absolute; width: 100%; height: 3px; bottom: 0; left: 0; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; border-radius: 2px; }
.nav-links a:not(.btn-nav):not(.btn):hover::after { transform: scaleX(1); transform-origin: bottom left; }
.nav-links a.btn::after, .nav-links a.btn-nav::after { display: none !important; content: none !important; }

/* Barvy odkazů v menu */
.nav-links li:nth-child(2) a:not(.btn):not(.btn-nav)::after { background-color: var(--c-blue); }   /* O táboře */
.nav-links li:nth-child(3) a:not(.btn):not(.btn-nav)::after { background-color: var(--c-green); }  /* Galerie */
.nav-links li:nth-child(4) a:not(.btn):not(.btn-nav)::after { background-color: var(--c-yellow); } /* Tým */
.nav-links li:nth-child(5) a:not(.btn):not(.btn-nav)::after { background-color: var(--c-pink); }   /* Harmonogram */
.nav-links li:nth-child(6) a:not(.btn):not(.btn-nav)::after { background-color: var(--c-purple); } /* Kontakty */
.nav-links li:nth-child(7) a:not(.btn):not(.btn-nav)::after { background-color: orange; }          /* FAQ */

.active-link { color: var(--c-blue) !important; }
.active-link::after { transform: scaleX(1) !important; background-color: var(--c-blue); }

.btn-nav { background: var(--c-green); color: white !important; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: transform 0.3s ease, box-shadow 0.3s ease; font-size: 1.1rem; }
.btn-nav:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(125, 186, 66, 0.4); }

/* Hero */
.hero { padding: 80px 0; background: linear-gradient(135deg, #fff, var(--bg-cream)); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 50px; }
h1 { font-family: var(--font-heading); font-size: 4rem; line-height: 1.1; color: var(--c-blue); margin-bottom: 25px; }
.txt-pink, .txt-yellow, .txt-green { color: inherit; font-family: inherit; font-size: inherit; }
.txt-pink { color: var(--c-pink); } .txt-yellow { color: var(--c-yellow); } .txt-green { color: var(--c-green); }
.hero-description { font-size: 1.35rem; margin-bottom: 50px; color: #555; max-width: 650px; line-height: 1.6; }
.hero-btns { display: flex; gap: 20px; flex-wrap: wrap; position: relative; z-index: 5; }
.hero-image-bubble { position: relative; width: 100%; height: 500px; border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; overflow: hidden; border: 6px solid white; box-shadow: var(--shadow-soft); transform: rotate(2deg); background: #f0f0f0; }

/* SLIDESHOW (Bublina) */
.bubble-slideshow { width: 100%; height: 100%; }
.bubble-slide { position: absolute; top:0; left:0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: smoothFade 35s infinite ease-in-out; }

@keyframes smoothFade { 0% { opacity: 0; } 5% { opacity: 1; } 16.6% { opacity: 1; } 21.6% { opacity: 0; } 100% { opacity: 0; } }

.bubble-slide:nth-child(1) { animation-delay: 0s; opacity: 1; }
.bubble-slide:nth-child(2) { animation-delay: 5s; }
.bubble-slide:nth-child(3) { animation-delay: 10s; }
.bubble-slide:nth-child(4) { animation-delay: 15s; }
.bubble-slide:nth-child(5) { animation-delay: 20s; }
.bubble-slide:nth-child(6) { animation-delay: 25s; }
.bubble-slide:nth-child(7) { animation-delay: 30s; }

/* --- POHYBLIVÁ GALERIE (INFINITE SLIDER) --- */
.slider-container {
    overflow: hidden;
    padding: 0;
    background: white;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.slider-track {
    display: flex;
    width: calc(33.333vw * 16); 
    animation: scroll 45s linear infinite; 
}

.slide {
    width: 33.333vw; 
    height: 350px; 
    padding: 10px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.slide img:hover {
    transform: scale(1.03);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-33.333vw * 8)); } 
}

/* Responsivita pro galerii */
@media (max-width: 992px) {
    .slider-track { width: calc(50vw * 16); } 
    .slide { width: 50vw; height: 300px; }
    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-50vw * 8)); }
    }
}

@media (max-width: 600px) {
    .slider-track { width: calc(90vw * 16); } 
    .slide { width: 90vw; height: 250px; }
    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-90vw * 8)); }
    }
}

/* --- SEKCE O TÁBOŘE --- */
.about-card {
    background: white; padding: 50px; border-radius: 40px;
    box-shadow: var(--shadow-soft); max-width: 1100px; margin: 0 auto 80px;
    position: relative; text-align: center; overflow: hidden;
    border-bottom: 8px solid #b88a00;
}
.about-card .perex { font-size: 1.15rem; color: #333; margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; margin-bottom: 40px; text-align: left; }
.about-card p { font-size: 1.15rem; line-height: 1.8; color: #555; margin-bottom: 0; }
.highlight-box-safety { background-color: transparent; border-radius: 0; padding: 0; border-left: none; height: auto; display: block; }
.about-col-right { padding: 0; }
.about-card strong.txt-blue { color: var(--c-blue); }
.about-card strong.txt-purple { color: var(--c-purple); }
.about-card strong.txt-gold { color: #b88a00; }
.about-card strong.txt-green { color: var(--c-green); } 
.about-card strong.txt-yellow { color: #b88a00; } 
.about-card strong.txt-pink { color: var(--c-pink); }

.features-grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin-bottom: 80px; }
.feature-card { background: white; padding: 40px 30px; border-radius: 40px; text-align: center; box-shadow: var(--shadow-soft); border-bottom: 6px solid transparent; transition: transform 0.3s; display: flex; flex-direction: column; align-items: center; }
.feature-card:hover { transform: translateY(-10px); }
.fc-icon { font-size: 3rem; margin-bottom: 20px; background: var(--bg-cream); width: 90px; height: 90px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.feature-card h3 { font-family: var(--font-heading); font-size: 1.5rem; color: #444; margin-bottom: 15px; }
.feature-card p { font-size: 1.15rem; color: #666; margin: 0; line-height: 1.6; }
.feature-card:nth-child(1) { border-bottom-color: var(--c-blue); }
.feature-card:nth-child(2) { border-bottom-color: var(--c-yellow); }
.feature-card:nth-child(3) { border-bottom-color: var(--c-green); }
.feature-card:nth-child(4) { border-bottom-color: var(--c-pink); }
.feature-card:nth-child(5) { border-bottom-color: var(--c-purple); }
.feature-card:nth-child(6) { border-bottom-color: orange; } 
.logistics-box { background: white; border-radius: 40px; padding: 50px; border-bottom: 8px solid var(--c-yellow); max-width: 900px; margin: 0 auto 80px; box-shadow: 0 30px 60px rgba(0,0,0,0.08); }
.logistics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.logistics-item { display: flex; gap: 20px; align-items: flex-start; }
.l-icon-wrapper { font-size: 2rem; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bg-yellow-soft { background-color: rgba(249, 200, 70, 0.2); color: #b88a00; }
.bg-blue-soft { background-color: rgba(77, 169, 214, 0.2); color: var(--c-blue); }
.bg-pink-soft { background-color: rgba(232, 93, 136, 0.15); color: var(--c-pink); }
.logistics-item h4 { font-family: var(--font-heading); font-size: 1.4rem; color: #444; margin-bottom: 8px; }
.logistics-item p { font-size: 1.1rem; margin: 0; color: #666; }
.logistics-cta { text-align: center; border-top: 2px dashed #eee; padding-top: 30px; margin-top: 30px; }
.logistics-cta p { margin-bottom: 25px; font-weight: 600; font-size: 1.2rem; color: #b88a00; }

/* Tým & Harmonogram */
.team-member-card { display: flex; align-items: flex-start; gap: 50px; background: white; padding: 50px; border-radius: 50px; box-shadow: var(--shadow-soft); margin-bottom: 40px; }
.team-circle-wrapper { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 8px solid transparent; }
.team-circle-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.border-blue { border-color: var(--c-blue); } .border-pink { border-color: var(--c-pink); }
.team-member-info h3 { font-family: var(--font-heading); font-size: 2.4rem; margin-bottom: 20px; }
.team-member-info .txt-blue { color: var(--c-blue); }
.team-member-info .txt-pink { color: var(--c-pink); }
.team-member-info p { text-align: left; font-size: 1.15rem; line-height: 1.8; margin-bottom: 0; }
.team-member-card:nth-child(even) { flex-direction: row-reverse; }
.schedule-container { max-width: 950px; margin: 0 auto; background: white; padding: 50px; border-radius: 50px; box-shadow: var(--shadow-soft); border-top: 8px solid var(--c-blue); }
.schedule-list { display: flex; flex-direction: column; gap: 15px; }
.schedule-item { display: flex; align-items: center; padding: 18px 30px; border-radius: 20px; transition: transform 0.2s; }
.schedule-item:hover { transform: scale(1.01); }
.schedule-item strong { color: #444; font-family: var(--font-heading); font-size: 1.25rem; min-width: 140px; display: inline-block; }
.schedule-item span { font-weight: 500; color: #555; font-size: 1.15rem; }
.sch-blue { background-color: rgba(77, 169, 214, 0.12); border-left: 6px solid var(--c-blue); }
.sch-green { background-color: rgba(125, 186, 66, 0.12); border-left: 6px solid var(--c-green); }
.sch-yellow { background-color: rgba(249, 200, 70, 0.15); border-left: 6px solid var(--c-yellow); }
.sch-orange { background-color: rgba(255, 165, 0, 0.12); border-left: 6px solid orange; }
.sch-red { background-color: rgba(232, 93, 136, 0.12); border-left: 6px solid var(--c-pink); }
.sch-purple { background-color: rgba(155, 81, 160, 0.12); border-left: 6px solid var(--c-purple); }

/* --- ROZBALOVACÍ BIO V TÝMU --- */
.bio-wrapper { position: relative; max-height: 160px; overflow: hidden; transition: max-height 0.6s ease-in-out; }
.bio-wrapper.expanded { max-height: 5000px; }
.bio-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); pointer-events: none; transition: opacity 0.4s; }
.bio-wrapper.expanded .bio-overlay { opacity: 0; }
.read-more-btn { background: none; border: 2px solid var(--c-blue); color: var(--c-blue); padding: 8px 20px; border-radius: 20px; font-family: var(--font-heading); font-weight: 700; font-size: 1rem; margin-top: 15px; cursor: pointer; transition: 0.3s; display: inline-block; }
.read-more-btn:hover { background: var(--c-blue); color: white; }
.btn-pink-outline { border-color: var(--c-pink); color: var(--c-pink); }
.btn-pink-outline:hover { background: var(--c-pink); color: white; }

/* KONTAKTY */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }
.contact-info { display: flex; flex-direction: column; gap: 30px; }
.contact-item { display: flex; align-items: flex-start; gap: 25px; background: white; padding: 25px; border-radius: 30px; box-shadow: var(--shadow-soft); transition: transform 0.3s; }
.contact-item:hover { transform: translateX(10px); }
.ci-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
.ci-content h4 { font-family: var(--font-heading); font-size: 1.3rem; color: #444; margin-bottom: 8px; }
.ci-content p { margin: 0; font-size: 1.1rem; color: #555; line-height: 1.5; }
.ci-content a { color: var(--c-blue); text-decoration: none; font-weight: 700; border-bottom: 2px solid transparent; transition: 0.3s; }
.ci-content a:hover { border-color: var(--c-blue); }
.ci-note { font-size: 0.95rem !important; color: #888 !important; margin-top: 5px !important; font-style: italic; }
.map-wrapper { height: 100%; min-height: 400px; background: white; padding: 10px; border-radius: 40px; box-shadow: var(--shadow-soft); overflow: hidden; }
.map-wrapper iframe { border-radius: 30px; width: 100%; height: 100%; }

/* FAQ Styles */
.subpage-section { padding-top: 150px; min-height: 80vh; }
.faq-wrapper { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.faq-item { background: white; border-radius: 20px; box-shadow: var(--shadow-soft); overflow: hidden; transition: 0.3s ease; }
.faq-question { width: 100%; padding: 25px 30px; background: white; border: none; text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: var(--font-heading); font-size: 1.3rem; color: #444; transition: 0.3s; }
.faq-question:hover { color: var(--c-blue); background-color: #fcfcfc; }
.faq-icon { font-size: 1.5rem; font-weight: 700; color: var(--c-pink); transition: transform 0.3s ease; }
.faq-answer { max-height: 0; overflow: hidden; padding: 0 30px; transition: max-height 0.3s ease, padding 0.3s ease; background: white; }
.faq-answer p { margin: 0; padding-bottom: 25px; font-size: 1.1rem; color: #666; line-height: 1.6; }
.faq-item.active { box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.faq-item.active .faq-question { color: var(--c-blue); }
.faq-item.active .faq-icon { transform: rotate(45deg); color: var(--c-blue); }
.faq-item.active .faq-answer { max-height: 5000px; }

/* Form & Validace */
.form-wrapper { background: white; padding: 60px; border-radius: 50px; box-shadow: var(--shadow-soft); max-width: 900px; margin: 0 auto; border-top: 8px solid var(--c-purple); }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeIn 0.5s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.step-indicator { display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 50px; }
.step { width: 45px; height: 45px; background: #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; position: relative; font-family: var(--font-heading); font-size: 1.2rem; }
.step span { position: absolute; bottom: -25px; font-size: 0.85rem; white-space: nowrap; color: #888; font-family: var(--font-body); }
.step.active { background: var(--c-blue); color: white; }
.step-line { width: 60px; height: 4px; background: #eee; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.form-group { margin-bottom: 25px; text-align: left; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 700; color: #444; font-size: 1.1rem; }
.form-control { width: 100%; padding: 16px; border-radius: 15px; border: 2px solid #eee; font-family: inherit; font-size: 1.1rem; background-color: white; appearance: none; -webkit-appearance: none; }
select.form-control { cursor: pointer; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234DA9D6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 15px center; background-size: 20px; }
.phone-wrapper { display: flex; gap: 15px; }
.phone-prefix { width: 120px; flex-shrink: 0; }
.phone-number { flex-grow: 1; }
.error-border { border-color: red !important; background-color: #fff8f8; }
.error-msg { color: red; font-size: 0.95rem; margin-top: 8px; display: block; font-weight: 600; }
.checkbox-error { color: red; animation: shake 0.3s ease-in-out; }
.checkbox-error .checkmark { border-color: red; background-color: #fff0f0; }
@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
.form-btns-step { display: flex; gap: 20px; margin-top: 30px; }
.checkbox-container { display: block; position: relative; padding-left: 40px; margin-bottom: 15px; cursor: pointer; text-align: left; font-size: 1.05rem; }
.checkbox-container input { position: absolute; opacity: 0; }
.checkmark { position: absolute; top: 0; left: 0; height: 28px; width: 28px; background: #eee; border-radius: 8px; }
.checkbox-container input:checked ~ .checkmark { background: var(--c-green); }
.payment-box { display: flex; justify-content: space-between; align-items: center; background: var(--bg-cream); padding: 40px; border-radius: 40px; }
.payment-qr { background: white; padding: 20px; border-radius: 20px; text-align: center; }
.payment-qr img { width: 130px; display: block; margin-bottom: 5px; }

/* Odkazy ve formuláři */
.form-link { color: var(--c-blue); text-decoration: underline; position: relative; z-index: 10; transition: color 0.2s; }
.form-link:hover { color: var(--c-pink); }

/* Tlačítka */
.btn { padding: 18px 40px; border-radius: 50px; border: none; font-weight: 700; font-family: var(--font-heading); cursor: pointer; transition: 0.3s; display: inline-block; text-decoration: none; font-size: 1.2rem; }
.btn-primary { background: var(--c-pink); color: white; box-shadow: 0 8px 25px rgba(232, 93, 136, 0.35); }
.btn-secondary { border: 2px solid var(--c-blue); color: var(--c-blue); background: white; }
.btn:hover { transform: translateY(-4px); }

/* --- KARTY PLATEB --- */
.payment-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.payment-option-card { background: white; border: 3px solid #eee; border-radius: 20px; padding: 25px; text-align: center; cursor: pointer; transition: 0.3s; position: relative; }
.payment-option-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.payment-option-card.selected { border-color: var(--c-green); background-color: rgba(125, 186, 66, 0.05); }
.payment-option-card h4 { font-family: var(--font-heading); font-size: 1.4rem; color: var(--c-blue); margin-bottom: 10px; }
.payment-option-card .price { font-size: 1.5rem; font-weight: bold; color: var(--c-pink); display: block; margin-bottom: 10px; }
.payment-option-card .check-icon { position: absolute; top: 15px; right: 15px; width: 25px; height: 25px; background: var(--c-green); color: white; border-radius: 50%; display: none; align-items: center; justify-content: center; font-weight: bold; }
.payment-option-card.selected .check-icon { display: flex; }

/* =========================================
   RESPONZIVITA (MOBILNÍ VERZE)
   ========================================= */
.hamburger { display: none; cursor: pointer; }

@media (max-width: 992px) {
    body { font-size: 1rem; }
    h1 { font-size: 2.5rem; }
    .section-title { font-size: 2.2rem; margin-bottom: 40px; }
    .subtitle { font-size: 1.4rem; }
    .section { padding: 60px 0; }
    .container { padding: 0 20px; }

    .hamburger { display: block; position: relative; z-index: 2000; width: 30px; height: 20px; }
    .hamburger span { display: block; width: 100%; height: 3px; background-color: #333; margin-bottom: 5px; border-radius: 2px; transition: 0.3s; }
    .hamburger span:last-child { margin-bottom: 0; }
    
    .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); background-color: var(--c-pink); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -7px); background-color: var(--c-pink); }

    .nav-menu { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); z-index: 1500; transition: 0.4s ease; display: flex; align-items: center; justify-content: center; box-shadow: -5px 0 20px rgba(0,0,0,0.1); }
    .nav-menu.active { right: 0; }
    
    .nav-links { flex-direction: column; gap: 30px; text-align: center; }
    .nav-links li { margin: 0; }
    .nav-links a:not(.btn-nav) { font-size: 1.5rem; display: block; padding: 10px; }
    .btn-nav { font-size: 1.3rem; padding: 15px 40px; margin-top: 10px; display: inline-block;}

    .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .hero-text { order: 1; }
    .hero-image-bubble { order: -1; height: 300px; transform: rotate(0deg); border-width: 4px; margin: 0 auto; width: 90%; }
    .hero-description { margin: 0 auto 30px; font-size: 1.1rem; }
    .hero-btns { justify-content: center; flex-direction: column; width: 100%; }
    .hero-btns .btn { width: 100%; text-align: center; }

    .features-grid-cards, .logistics-grid, .team-detailed-grid, .contact-grid, .form-grid { grid-template-columns: 1fr; gap: 30px; }
    .team-member-card { flex-direction: column !important; text-align: center; align-items: center; padding: 30px; }
    .team-circle-wrapper { width: 180px; height: 180px; margin-bottom: 20px; }
    .team-member-info h3 { font-size: 1.8rem; text-align: center; }
    .team-member-info p { text-align: center; }
    .schedule-item { flex-direction: column; align-items: flex-start; gap: 5px; padding: 15px; }
    .schedule-item strong { min-width: auto; margin-bottom: 5px; color: var(--c-blue); }
    .map-wrapper { height: 350px; min-height: 350px; order: -1; }
    .contact-info { order: 1; }
    .form-wrapper { padding: 30px 20px; }
    .step-indicator { gap: 10px; }
    .step { width: 35px; height: 35px; font-size: 1rem; }
    .step span { display: none; }
    .step-line { width: 30px; }
    .payment-box { flex-direction: column; text-align: center; gap: 20px; }
    .phone-wrapper { flex-direction: column; }
    .phone-prefix { width: 100%; }
    .faq-question { padding: 20px; font-size: 1.1rem; }
    .payment-options-grid { grid-template-columns: 1fr; }
    
    /* Mobilní úprava pro sekci O táboře */
    .about-grid { grid-template-columns: 1fr; gap: 30px; }
    .about-card { padding: 30px 20px; }
    .highlight-box-safety { padding: 0; border-left: none; }
    .about-col-right { padding: 0; }
}

@media (max-width: 400px) {
    h1 { font-size: 2rem; }
    .btn { padding: 15px 25px; font-size: 1rem; }
    .hero-image-bubble { height: 250px; }
}

/* STYLY PRO TISK (PDF) */
@media print {
    @page { margin: 1.5cm; size: A4; }
    body { background: white; color: black; font-size: 11pt; line-height: 1.4; }
    header, footer, .no-print, .btn, .nav-container, .hamburger { display: none !important; }
    .section, .subpage-section { padding: 0 !important; margin: 0 !important; }
    .container { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; box-shadow: none !important; }
    .subpage-section .container div { box-shadow: none !important; border: none !important; padding: 0 !important; background: none !important; }
    h1, h2, h3, h4 { color: #000 !important; page-break-after: avoid; text-align: left !important; }
    h1.section-title { font-size: 20pt; margin-bottom: 15px; border-bottom: 2px solid #333; padding-bottom: 10px; }
    h3 { font-size: 14pt; margin-top: 20px; margin-bottom: 10px; }
    p, ul, li { page-break-inside: avoid; orphans: 3; widows: 3; text-align: justify; }
    a { text-decoration: none; color: #000; }
}

/* ZÁCHRANA - POKUD SE WEB NEZOBRAZUJE, TOTO TO OPRAVÍ */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

/* --- ANTI-SPAM (Honeypot) --- */
.honeypot-field { 
    display: none !important; 
    position: absolute; 
    left: -9999px; 
    visibility: hidden; 
}