/* =========================================
   1. Importy fontů a základní nastavení (ULTRA COMPACT)
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');

/* GLOBÁLNÍ ZMENŠENÍ PÍSMA */




html {
    font-size: 11px; /* Toto zmenší všechny 'rem' hodnoty */
}

/* =========================================
   2. Sekce: DOWNLOADS (Ultra Kompaktní)
   ========================================= */
.downloads-section {
    max-width: 800px;             /* Zmenšeno z 1000px */
    margin: 0 auto;
    padding: 30px 10px;           /* Zmenšeno z 40px 15px */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444;
    font-size: 1rem;
}

.downloads-header {
    text-align: center;
    margin-bottom: 25px;          /* Zmenšeno */
}

.downloads-header h2 {
    font-size: 1.8rem;            /* Zmenšeno */
    color: #2c3e50;
    margin-bottom: 6px;
    font-weight: 700;
}

.downloads-header .divider {
    width: 45px;                  /* Zmenšeno z 55px */
    height: 3px;
    background: #e67e22;
    margin: 10px auto;
    border-radius: 2px;
}

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Zmenšeno z 250px */
    gap: 15px;                    /* Zmenšeno z 20px */
}

.download-card {
    background: #fff;
    padding: 15px;                /* Zmenšeno z 20px */
    border-radius: 10px;          /* Zmenšeno */
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.02);
}

.download-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.download-card h3 {
    font-size: 1.1rem;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    display: flex; align-items: center; gap: 6px;
}

.download-list { list-style: none; padding: 0; margin: 0; }
.download-list li { margin-bottom: 5px; }

.download-link {
    text-decoration: none; color: #555; font-weight: 500;
    display: flex; align-items: center;
    transition: color 0.2s ease, padding-left 0.2s ease;
    font-size: 0.9rem;
}

.download-link span { margin-right: 6px; font-size: 1em; }
.download-link:hover { color: #00b09b; padding-left: 3px; }

/* Barvy kategorií */
.card-herbs h3 { color: #27ae60; border-color: rgba(39, 174, 96, 0.2); }
.card-herbs .download-link span, .card-herbs .download-link:hover { color: #27ae60; }
.card-food h3 { color: #e67e22; border-color: rgba(230, 126, 34, 0.2); }
.card-food .download-link span, .card-food .download-link:hover { color: #e67e22; }
.card-health h3 { color: #2980b9; border-color: rgba(41, 128, 185, 0.2); }
.card-health .download-link span, .card-health .download-link:hover { color: #2980b9; }
.card-lectures h3 { color: #8e44ad; border-color: rgba(142, 68, 173, 0.2); }
.card-lectures .download-link span, .card-lectures .download-link:hover { color: #8e44ad; }
.card-music h3 { color: #c0392b; border-color: rgba(192, 57, 43, 0.2); }
.card-music .download-link span, .card-music .download-link:hover { color: #c0392b; }

.card-other { background: #f9f9f9; border: 2px dashed #ddd; box-shadow: none; }
.card-other:hover { transform: none; box-shadow: none; border-color: #bbb; }
.card-other h3 { color: #7f8c8d; border-color: #ddd; }

@media (max-width: 600px) {
    .downloads-header h2 { font-size: 1.4rem; }
    .downloads-grid { grid-template-columns: 1fr; }
}

/* =========================================
   3. Sekce: KONTAKT (Ultra Kompaktní)
   ========================================= */
.contact-section {
    padding: 40px 10px;           /* Zmenšeno z 60px */
    background-color: #fdfbf7;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 1rem;
}

.c-container { max-width: 760px; margin: 0 auto; } /* Zmenšeno z 950px */

.c-header { text-align: center; margin-bottom: 30px; }

.c-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;              /* Zmenšeno */
    color: #1a1a1a;
    margin-bottom: 4px;
}

.c-subtitle {
    font-size: 0.9rem;
    color: #00b09b;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase; letter-spacing: 1px;
}

.c-meta { font-size: 0.75rem; color: #999; font-style: italic; }

.c-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #333;
    margin: 35px 0 20px;
    text-align: center;
    position: relative;
    display: inline-block; width: 100%;
}

/* Grid Adresy */
.c-grid-addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Zmenšeno z 250px */
    gap: 15px;
}

.c-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;           /* Zmenšeno */
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.c-card:hover { transform: translateY(-3px); }

.c-icon-circle {
    width: 45px; height: 45px;    /* Zmenšeno z 55px */
    background: linear-gradient(135deg, #96c93d 0%, #00b09b 100%);
    border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
    color: white; font-size: 1.2rem;
    margin: 0 auto 10px;
    box-shadow: 0 6px 12px rgba(0, 176, 155, 0.2);
}

.c-card h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.c-card p {
    line-height: 1.4; color: #555; margin-bottom: 10px; font-size: 0.9rem;
}

.c-details {
    display: flex; flex-direction: column; gap: 3px;
    font-size: 0.85rem; color: #777;
    background: #f4f4f4; padding: 6px; border-radius: 6px;
}

/* Finance */
.c-finance-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;                /* Zmenšeno */
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid #eee;
}

.c-grid-finance {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Zmenšeno */
    gap: 15px; margin-bottom: 20px;
}

.bank-card {
    background: #fcfcfc; border: 1px solid #eee;
    border-radius: 10px; padding: 15px;
    position: relative; overflow: hidden;
}
.bank-card.charity { background: #fffdf9; border-color: #ffecd1; }

.bank-currency {
    position: absolute; top: 10px; right: 10px;
    font-weight: 700; font-size: 0.9rem; color: #ddd; z-index: 0;
}
.bank-card.charity .bank-currency { color: #ffccbc; }

.bank-card h4 {
    font-size: 0.9rem; margin: 0 0 6px 0; color: #333; position: relative; z-index: 1;
}

.account-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700; color: #00b09b;
    margin-bottom: 8px; position: relative; z-index: 1;
}
.charity .account-number { color: #ff9966; }

.iban-box {
    font-size: 0.7rem; color: #666; background: rgba(0,0,0,0.03);
    padding: 6px; border-radius: 5px; word-break: break-all;
}

.bank-footer-info {
    text-align: center; border-top: 1px solid #eee; padding-top: 15px;
    font-size: 0.8rem; color: #777;
}

.donation-note {
    background: linear-gradient(to right, #e0f2f1, #e8f5e9);
    padding: 10px 15px; border-radius: 30px;
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 10px; text-align: left; max-width: 600px;
    font-size: 0.85rem;
}
.donation-note i { font-size: 1.1rem; color: #00b09b; }
.donation-note a { color: #00b09b; font-weight: 600; text-decoration: none; }

/* Tým */
.c-grid-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Zmenšeno */
    gap: 15px;
}

.team-card {
    background: #fff; border-radius: 10px; padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-top: 2px solid #ff9966;
    display: flex; flex-direction: column; justify-content: space-between;
}

.team-header h4 {
    margin: 0; font-family: 'Playfair Display', serif;
    font-size: 0.95rem; color: #333;
}

.team-role {
    display: block; font-size: 0.7rem; text-transform: uppercase;
    color: #999; font-weight: 600; margin-top: 3px; margin-bottom: 10px;
}

.team-desc {
    font-size: 0.8rem; color: #666; line-height: 1.3; margin-bottom: 12px; flex-grow: 1;
}

.team-phone {
    display: inline-block; background: #f8f9fa; color: #333;
    text-decoration: none; padding: 5px 10px; border-radius: 12px;
    font-weight: 600; font-size: 0.75rem; align-self: flex-start;
}
.team-phone:hover { background: #00b09b; color: white; }
.team-phone i { margin-right: 4px; font-size: 0.7rem; }

@media (max-width: 768px) {
    .c-title { font-size: 1.6rem; }
    .donation-note { flex-direction: column; text-align: center; border-radius: 10px; }
}

/* =========================================
   4. Sekce: PARTNEŘI (Ultra Kompaktní)
   ========================================= */
.partners-section {
    padding: 40px 10px;
    background-color: #fdfbf7;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.p-container { max-width: 800px; margin: 0 auto; } /* Zmenšeno */
.p-header { text-align: center; margin-bottom: 35px; }

.p-title {
    font-family: 'Playfair Display', serif; font-size: 2rem;
    color: #1a1a1a; margin-bottom: 4px;
}
.p-subtitle { font-size: 0.9rem; color: #00b09b; font-weight: 600; margin-bottom: 8px; }
.p-meta { font-size: 0.75rem; color: #999; font-style: italic; }

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Zmenšeno */
    gap: 15px;
}

.partner-card {
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease; display: flex; flex-direction: column;
}
.partner-card:hover { transform: translateY(-3px); }

.partner-img-wrapper { position: relative; height: 130px; overflow: hidden; } /* Zmenšeno */
.partner-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.partner-card:hover .partner-img-wrapper img { transform: scale(1.05); }

.country-badge {
    position: absolute; top: 8px; right: 8px;
    background: rgba(255, 255, 255, 0.95); padding: 3px 8px;
    border-radius: 12px; font-size: 0.65rem; font-weight: 700; color: #333;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1); z-index: 2;
}
.country-badge i { color: #ff9966; margin-right: 3px; }

.partner-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; text-align: center; }
.partner-content h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin: 0 0 6px 0; color: #222; }
.partner-desc { font-size: 0.85rem; color: #666; margin-bottom: 15px; line-height: 1.4; flex-grow: 1; }

.partner-btn {
    display: inline-block; padding: 6px 14px;
    background-color: #f4f8f7; color: #00b09b; border-radius: 20px;
    text-decoration: none; font-weight: 600; transition: all 0.3s ease;
    border: 1px solid transparent; font-size: 0.75rem;
}
.partner-btn:hover { background-color: #00b09b; color: white; }

/* =========================================
   5. Sekce: KALENDÁŘ (Ultra Kompaktní)
   ========================================= */
.calendar-section {
    padding: 40px 10px;
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    color: #333; font-size: 1rem;
}

.cal-container { max-width: 650px; margin: 0 auto; } /* Zmenšeno */
.cal-header { text-align: center; margin-bottom: 30px; }
.cal-title { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1a1a1a; margin-bottom: 4px; }
.cal-subtitle { font-size: 0.9rem; color: #666; margin-bottom: 8px; }
.cal-meta { font-size: 0.75rem; color: #999; margin-bottom: 15px; font-style: italic; }

.cal-contact-bar { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.cal-contact-bar a { text-decoration: none; color: #555; font-weight: 500; font-size: 0.8rem; }
.cal-contact-bar a:hover { color: #00b09b; }

/* Timeline */
.cal-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 35px; }

.cal-item {
    background: #ffffff; border-radius: 8px; padding: 10px 15px;
    display: flex; align-items: center; gap: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    transition: transform 0.2s, box-shadow 0.2s;
    border-left: 3px solid transparent;
}
.cal-item:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.08); }

.cal-date-box {
    display: flex; flex-direction: column; min-width: 50px; /* Zmenšeno */
    text-align: center; color: #1a1a1a; font-family: 'Playfair Display', serif;
}
.cal-day { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.cal-day-end { font-size: 1.1rem; color: #777; }

.cal-info { flex-grow: 1; }
.cal-event-name { margin: 3px 0 0 0; font-size: 0.9rem; font-weight: 600; color: #333; }
.cal-note { font-weight: 400; font-size: 0.75rem; color: #e74c3c; margin-left: 6px; }
.cal-label { font-size: 0.6rem; text-transform: uppercase; font-weight: 700; padding: 2px 5px; border-radius: 3px; display: inline-block; }

/* Footer Resources */
.cal-footer-resources {
    background: #fff; border-top: 2px solid #96c93d; padding: 20px;
    border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.cfr-title { text-align: center; font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 20px; color: #333; }
.cfr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cfr-column h4 { margin-top: 0; font-size: 0.9rem; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 6px; }
.cfr-links { display: flex; flex-direction: column; gap: 3px; }
.cfr-links a { color: #555; text-decoration: none; font-weight: 500; font-size: 0.8rem; }
.cfr-list li { margin-bottom: 8px; font-size: 0.8rem; line-height: 1.4; }
.meet-link { color: #00b09b; font-weight: 600; text-decoration: none; font-size: 0.8rem; }
.cfr-note { font-size: 0.7rem; color: #888; margin-top: 10px; font-style: italic; }

@media (max-width: 768px) {
    .cal-item { flex-direction: column; align-items: flex-start; gap: 6px; }
    .cal-date-box { flex-direction: row; gap: 4px; align-items: baseline; }
    .cfr-grid { grid-template-columns: 1fr; }
}

/* =========================================
   6. Sekce: ONLINE SKUPINY (Ultra Kompaktní)
   ========================================= */
.online-groups-section {
    padding: 40px 10px; background-color: #fcfcfc;
    font-family: 'Montserrat', sans-serif; color: #444; font-size: 1rem;
}
.og-container { max-width: 800px; margin: 0 auto; }
.og-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }

.og-title {
    font-family: 'Playfair Display', serif; font-size: 1.8rem;
    color: #1a1a1a; margin-bottom: 15px; line-height: 1.2;
}
.og-lead-text { font-size: 0.9rem; line-height: 1.4; margin-bottom: 10px; color: #555; font-weight: 500; }
.og-text { font-size: 0.85rem; line-height: 1.4; margin-bottom: 20px; color: #666; }

.og-schedule-box {
    background: #fff; border-left: 3px solid #96c93d; padding: 15px;
    border-radius: 0 10px 10px 0; box-shadow: 0 3px 12px rgba(0,0,0,0.05); margin-bottom: 20px;
}
.og-subtitle { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 10px; color: #333; }
.og-meeting-row {
    display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #eee;
}
.og-meet-info strong { color: #333; font-size: 0.9rem; }
.og-meet-info span { font-size: 0.8rem; color: #777; }

.og-meet-link {
    background-color: #f0f0f0; padding: 5px 10px; border-radius: 12px;
    text-decoration: none; color: #00b09b; font-weight: 600; font-size: 0.75rem; transition: all 0.3s;
}
.og-meet-link:hover { background-color: #00b09b; color: #fff; }
.og-warning { color: #e74c3c; font-weight: 600; font-size: 0.75rem; margin-top: 6px; }

.og-contact-area { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.og-contact-title { font-family: 'Playfair Display', serif; font-size: 1rem; margin: 0; color: #333; }
.og-contact-area a { text-decoration: none; color: #555; font-weight: 500; border-bottom: 1px dotted #999; font-size: 0.9rem; }

/* Karta Experta */
.og-expert-card {
    background: #ffffff; padding: 25px 20px; border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); position: relative;
    border-top: 3px solid #ff9966;
}
.og-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }

.og-icon-circle {
    width: 40px; height: 40px;    /* Zmenšeno z 50px */
    background: linear-gradient(135deg, #ff9966 0%, #ff7043 100%);
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    color: white; font-size: 1rem; flex-shrink: 0;
}
.og-card-title { font-family: 'Playfair Display', serif; font-size: 1rem; margin: 0; color: #333; }
.og-card-subtitle { font-size: 0.8rem; color: #777; margin: 3px 0 0 0; font-weight: 600; }
.og-card-body p { font-size: 0.85rem; line-height: 1.5; color: #666; margin-bottom: 10px; text-align: justify; }
.og-quote-highlight { font-style: italic; color: #00b09b; font-weight: 500; border-left: 2px solid #00b09b; padding-left: 10px; }

@media (max-width: 900px) { .og-grid { grid-template-columns: 1fr; gap: 25px; } }

/* =========================================
   7. Sekce: 12 KROKŮ (Ultra Kompaktní)
   ========================================= */
.steps-section {
    padding: 40px 10px; background-color: #ffffff;
    font-family: 'Montserrat', sans-serif; font-size: 1rem;
}
.ts-container { max-width: 800px; margin: 0 auto; }
.ts-header { text-align: center; margin-bottom: 35px; }

.ts-main-title {
    font-family: 'Playfair Display', serif; font-size: 1.8rem;
    color: #1a1a1a; margin-bottom: 6px;
}
.ts-subtitle { font-size: 0.9rem; color: #666; margin-bottom: 12px; }
.ts-divider { width: 40px; height: 2px; background: linear-gradient(90deg, #96c93d, #00b09b); margin: 0 auto; border-radius: 2px; }

.ts-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Zmenšeno */
    gap: 15px;
}

.ts-card {
    background: #f9fbfd; border-radius: 10px; padding: 15px;
    position: relative; box-shadow: 0 6px 20px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee; display: flex; flex-direction: column;
}
.ts-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); background: #fff; }

.ts-number {
    font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700;
    color: rgba(0, 176, 155, 0.15); position: absolute;
    top: 8px; right: 12px; line-height: 1;
}

.ts-content { position: relative; z-index: 2; margin-top: 4px; display: flex; flex-direction: column; height: 100%; }
.ts-step-text { font-size: 0.9rem; color: #444; line-height: 1.4; margin-bottom: 12px; flex-grow: 1; }

.ts-verse {
    font-size: 0.7rem; font-weight: 600; color: #ff9966;
    display: flex; align-items: center; gap: 5px; align-self: flex-start;
    background: rgba(255, 153, 102, 0.1); padding: 3px 8px; border-radius: 10px;
}

@media (max-width: 600px) {
    .ts-grid { grid-template-columns: 1fr; }
    .ts-main-title { font-size: 1.6rem; }
}

/* =========================================
   8. Sekce: VÝROČNÍ ZPRÁVY (Ultra Kompaktní)
   ========================================= */
.reports-section {
    padding: 40px 10px; background-color: #fdfbf7;
    font-family: 'Montserrat', sans-serif; font-size: 1rem;
}
.r-container { max-width: 800px; margin: 0 auto; }
.r-header { text-align: center; margin-bottom: 35px; }

.r-title { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1a1a1a; margin-bottom: 4px; }
.r-subtitle { font-size: 0.9rem; color: #00b09b; font-weight: 600; margin-bottom: 8px; }
.r-meta { font-size: 0.75rem; color: #999; font-style: italic; }

.reports-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Zmenšeno */
    gap: 15px;
}

.report-card {
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease; display: flex; flex-direction: column;
}
.report-card:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }

.report-img-wrapper { position: relative; height: 135px; overflow: hidden; background-color: #eee; } /* Zmenšeno */
.report-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.report-card:hover .report-img-wrapper img { transform: scale(1.05); }

.year-badge {
    position: absolute; top: 8px; right: 8px;
    background: #00b09b; color: #fff; padding: 3px 8px;
    border-radius: 8px; font-size: 0.75rem; font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 176, 155, 0.3); z-index: 2;
}

.report-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; text-align: center; }
.report-content h3 {
    font-family: 'Playfair Display', serif; font-size: 1.1rem; margin: 0 0 6px 0; color: #222;
}