@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');

/* === Z?KLADN? TYPOGRAFIE === */
body {
    font-family: 'Lato', sans-serif;
    color: #2c3e2d;
    font-size: 16px;
    line-height: 1.75;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #1a4a1a;
    line-height: 1.3;
}
h2 { font-size: 2rem; margin-bottom: 1rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.15rem; color: #2d6a2d; }
p { color: #3d4f3d; }
a { color: #2d6a2d; }
a:hover { color: #4caf50; text-decoration: none; }

/* === TLA??TKA === */
.btn-primary {
    background-color: #2d6a2d;
    border-color: #2d6a2d;
    color: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 0.82rem;
    transition: all 0.25s ease;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1a4a1a;
    border-color: #1a4a1a;
    color: #fff;
}

/* === SEKCE ? OBECN? === */
.section-container {
    padding: 64px 0;
}
.section-content img {
    width: 100%;
    border-radius: 4px;
}

/* === SECTION TITLE (?vodn? sekce str?nky) === */
.section-title {
    background-color: #f1f8e9;
    border-top: 4px solid #4caf50;
}
.section-title h2 {
    font-size: 2.4rem;
    color: #1a4a1a;
    margin-bottom: 1.2rem;
}
.section-title p {
    font-size: 1.1rem;
    color: #4a5c4a;
    max-width: 760px;
}

/* === SECTION HEADER === */
.section-header {
    background-color: #e8f5e9;
}
.section-header h2 { color: #1a4a1a; }

/* === SECTION CTA === */
.section-cta {
    background-color: #2d6a2d;
    text-align: center;
    padding: 72px 0;
}
.section-cta h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
}
.section-cta p { color: #c8e6c9; }
.section-cta .btn-primary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    padding: 13px 40px;
    letter-spacing: 2px;
}
.section-cta .btn-primary:hover {
    background-color: #fff;
    color: #2d6a2d;
}

/* === SECTION BLANK === */
.section-blank {
    background-color: #fff;
}

/* === SECTION 2-COL === */
.section-2-col-left-text,
.section-2-col-right-text {
    background-color: #fff;
}
.section-2-col-left-text h2,
.section-2-col-right-text h2 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.section-2-col-left-text h2::after,
.section-2-col-right-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #4caf50;
}
.section-2-col-left-text img,
.section-2-col-right-text img {
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(45,106,45,0.12);
}

/* === SECTION 3-COL === */
.section-3-col-bottom-text .section-cell-item,
.section-3-col-top-text .section-cell-item {
    background: #fff;
    border: 1px solid #e0f0e0;
    border-top: 3px solid #4caf50;
    border-radius: 4px;
    padding: 24px 20px 28px;
    margin-bottom: 24px;
    transition: box-shadow 0.25s, transform 0.25s;
}
.section-3-col-bottom-text .section-cell-item:hover,
.section-3-col-top-text .section-cell-item:hover {
    box-shadow: 0 8px 28px rgba(45,106,45,0.13);
    transform: translateY(-3px);
}
.section-3-col-bottom-text .section-cell-img {
    margin: -24px -20px 18px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.section-3-col-bottom-text .section-cell-img img {
    border-radius: 4px 4px 0 0;
    margin: 0;
    transition: transform 0.4s ease;
}
.section-3-col-bottom-text .section-cell-item:hover .section-cell-img img {
    transform: scale(1.04);
}
.section-3-col-bottom-text h4,
.section-3-col-top-text h4 {
    color: #2d6a2d;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* === SECTION SERVICES === */
.section-services {
    background-color: #f9fbe7;
}
.section-services h2 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 28px;
}
.section-services h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #4caf50;
}
.section-services ul {
    list-style: none;
    padding: 0;
    column-count: 2;
    column-gap: 24px;
}
.section-services li {
    break-inside: avoid;
    margin-bottom: 10px;
}
.section-services li span {
    display: block;
    padding: 11px 18px 11px 46px;
    background-color: #fff;
    border-left: 4px solid #4caf50;
    border-radius: 0 3px 3px 0;
    position: relative;
    font-size: 0.95rem;
    transition: background-color 0.2s, border-color 0.2s;
}
.section-services li span::before {
    content: '?';
    position: absolute;
    left: 16px;
    color: #4caf50;
    font-weight: 700;
}
.section-services li span:hover {
    background-color: #e8f5e9;
    border-left-color: #2d6a2d;
}

/* === SECTION PRICELIST / PARAMETERS === */
.section-pricelist {
    background-color: #fff;
}
.section-pricelist h2 {
    padding-bottom: 12px;
    border-bottom: 2px solid #4caf50;
    margin-bottom: 24px;
}
.section-pricelist .table thead th {
    background-color: #2d6a2d;
    color: #fff;
    border-color: #2d6a2d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.section-pricelist .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f1f8e9;
}

/* === SECTION ACCORDION === */
.section-accordion .accordion-button {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: #1a4a1a;
    background-color: #f1f8e9;
}
.section-accordion .accordion-button:not(.collapsed) {
    background-color: #2d6a2d;
    color: #fff;
    box-shadow: none;
}
.section-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(10);
}
.section-accordion .accordion-item {
    border-color: #c8e6c9;
    margin-bottom: 6px;
    border-radius: 4px;
    overflow: hidden;
}

/* === SECTION TABS === */
.section-tabs .nav-tabs .nav-link {
    color: #2d6a2d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}
.section-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2d6a2d;
    border-color: #2d6a2d;
}
.section-tabs .tab-content {
    border: 1px solid #c8e6c9;
    border-top: none;
    padding: 24px;
}
.section-tabs h2 {
    font-size: 1.4rem;
    color: #1a4a1a;
}

/* === SECTION CONTACT === */
.section-contact {
    background-color: #f9fbe7;
}
.section-contact h4 {
    font-family: 'Playfair Display', serif;
    color: #2d6a2d;
    border-bottom: 2px solid #c8e6c9;
    padding-bottom: 8px;
    margin-bottom: 14px;
}
.section-contact ul {
    list-style: none;
    padding: 0;
}
.section-contact li {
    padding: 4px 0;
    color: #3d4f3d;
    font-size: 0.95rem;
}
.section-contact a {
    color: #2d6a2d;
}

/* === SECTION CAROUSEL === */
.section-carousel .carousel-caption h5,
.section-carousel .carousel-caption h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.section-carousel .carousel-control-prev-icon,
.section-carousel .carousel-control-next-icon {
    background-color: rgba(45,106,45,0.7);
    border-radius: 50%;
    padding: 16px;
}