/*
Theme Name: Brandleads Custom HTML Theme
Description: Vlastní HTML téma podle designu
Author: Tomáš Michalec
Version: 1.4.7
*/

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    max-width: 100%;
    scroll-behavior: smooth;
}

/* Hide WordPress Coming Soon bar */
#wpadminbar {
    display: none !important;
}

body.admin-bar {
    margin-top: 0 !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #E7E2D5;
    background-color: #04201A;
    padding-top: 0;
    overflow-x: hidden;
    max-width: 100%;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-nav {
    background-color: #04201A;
    border-bottom: 1px solid rgba(231, 226, 213, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
}

.nav-logo {
    position: absolute;
    left: 20px;
    z-index: 10;
}

.nav-logo img {
    height: 50px;
    width: auto;
}

.nav-logo a {
    display: flex;
    align-items: center;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    flex: 1;
}

.nav-cta {
    position: absolute;
    right: 20px;
    padding: 8px 20px;
    border: 2px solid #E7E2D5;
    border-radius: 25px;
    color: #E7E2D5;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-menu li a {
    text-decoration: none;
    color: #E7E2D5;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu li a:hover {
    color: #D1FFD5;
}

.nav-cta:hover {
    background: #D1FFD5;
    color: #04201A;
    border-color: #D1FFD5;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    position: absolute;
    right: 20px;
}

.burger span {
    width: 25px;
    height: 3px;
    background: #E7E2D5;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #04201A;
    padding: 10px 20px;
    border-top: 1px solid rgba(231, 226, 213, 0.1);
}

.mobile-menu a {
    text-decoration: none;
    color: #E7E2D5;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(231, 226, 213, 0.1);
    transition: color 0.3s ease;
}

.mobile-menu a:hover {
    color: #D1FFD5;
}

.mobile-menu a.nav-cta {
    margin: 10px 0;
    padding: 12px 20px;
    border: 2px solid #E7E2D5;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    width: fit-content;
    margin-top: -6px;
}


.mobile-menu a.nav-cta:hover {
    background: #D1FFD5;
    color: #04201A;
    border-color: #D1FFD5;
}

.nav-cta2 {
    margin-top: 20px;

    padding: 6px 20px;
    border: 2px solid #E7E2D5 !important;
    border-radius: 25px;
    text-align: center;
}

.nav-cta2:hover {
    background: #D1FFD5;
    color: #04201A !important;
    border-color: #D1FFD5;
}

/* Hero Section podle designu */
.hero {
    background: #04201A;
    color: #E7E2D5;
    height: auto;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 110px;
    /* padding-bottom: 2rem; */
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 10rem;
    max-width: 1200px;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    letter-spacing: 0.5px;
    border: 1.5px solid #041e18;
    border-radius: 50px;
    padding: 20px 35px;
    display: inline-block;
    color: #D1FFD5;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-align: center;
    color: #E7E2D5;
    font-weight: 400;
}

.hero h1 strong {
    font-weight: 700;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #6E6E6E;
}

.hero-globe {
    width: 100%;
}

/* .hero-globe .wave-image {
    z-index: -1;
    width: 100%;

    background-color: #E7E2D5;
} */

.hero-globe {
    background-color: #E7E2D5;
}

.hero-globe .globe-image {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding-bottom: 2rem;

    background-image: url("/wp-content/themes/brandleads/assets/images/wave_1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    box-shadow: inset #04201A 0 3px 0 0;
}

.hero-globe .globe-image .img {
    width: 1400px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.hero-globe .globe-image img {
    display: none;
}

@media (max-width: 1920px) {
    .hero-globe .globe-image .img {
        width: 1000px;
    }
}

@media (max-width: 1024px) {
    .hero-globe .globe-image .img {
        width: 700px;
    }
}

@media (max-width: 768px) {
    .hero-globe .globe-image .img {
        width: 400px;
    }

    .hero-globe .globe-image img {
        display: block;
    }

    .hero-globe .globe-image video {
        display: none;
    }
}

.btn-hero {
    background: linear-gradient(135deg, #D1FFD5 0%, #A7F3D0 100%);
    color: #04201A;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(209, 255, 213, 0.3);
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(209, 255, 213, 0.4);
    background: linear-gradient(135deg, #A7F3D0 0%, #6EE7B7 100%);
}

/* Spodní sekce podle obrázku */
.bottom-section {
    background: #E7E2D5;
    color: #04201A;
    padding: 6.5rem 0 4rem;
    z-index: 20;
}

.bottom-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-section {
    margin-bottom: 6rem;
}

.btn-main {
    background: #083104;
    color: #D1FFD5;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(4, 32, 26, 0.3);
}

.cta-subtitle {
    font-size: 1.55rem;
    color: #083104;
    font-weight: 500;
}

.black-line {
    min-height: 400px;
    width: 3px;
    background: #000000;
    z-index: 10;
    flex-shrink: 0;
}

.text-columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4rem;
    
    /* padding-inline: 4rem; */
}

.text-column {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    min-height: 400px;
    min-width: 650px;

    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 1428px) {
    .text-columns {
        gap: 1rem !important;
    }
}

@media (max-width: 1330px) {
    .text-column {
        min-width: auto !important;
        min-height: auto !important;
    }

    .text-columns {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .black-line {
        width: 90%;
        min-height: 1px !important;
    }
}

.text-columns-mobile {
    display: none;
}

@media (max-width: 590px) {
    .text-columns {
        display: none;
    }

    .text-columns-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding-inline: 1rem;
    }

    .hero-subtitle {
        font-size: 14px !important;
        padding-inline: 10px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border-radius: 10px !important;
        margin: 5px;
        margin-top: 1.5rem !important;
    }

    .hero-content h1 {
        margin: 10px;
    }

    .hero-description {
        margin: 10px;
        margin-top: 30px;
    }

    .hero-content {
        padding-bottom: 0px !important;
    }

    .hero {
        padding-top: 50px !important;
    }
    
}

@media (max-width: 430px) {
    .text-column .text-column-content p {
        font-size: 10px !important;
    }
}

@media (max-width: 1024px) {
    .wave {
        margin-top: -1px;
        margin-bottom: -1px;
    }
}

.text-column h3 {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    word-wrap: break-word;
}

.text-column-content p {
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: center;
    hyphens: auto;
    width: 100%;
}

.text-column-content {
    width: 100%;
}

.front-page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wave {
    width: 100%;
    background-color: #E7E2D5;
}

/* Wave obrázek pod bottom-section */
.bottom-wave {
    width: 100vw;
    height: 16vw;
    background: #E7E2D5; 
    z-index: 10;
    pointer-events: none;
}

.top-wave {
    background: #E7E2D5;
    width: 100vw;
    height: 16vw;
    z-index: 10;
    pointer-events: none;
}

/* Responzivní design pro bottom sekci */
@media (max-width: 768px) {
    .bottom-section {
        padding: 6rem 0 3rem;
        /* margin-top: -50px; */
    }
    
    .black-line {
        display: none;
    }
    
    .text-columns::before {
        display: none;
    }
    
    .cta-section {
        margin-bottom: 4rem;
    }
}

/* Services Section podle obrázku */
.services-section {
    background: #04201A;
    color: #E7E2D5;
    padding: 8rem 0 6rem;
    position: relative;
}

.services-header {
    text-align: center;
    padding-bottom: 4rem;
}

.services-badge {
    background: #083104;
    color: #D1FFD5;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
    display: inline-block;
    z-index: 9999;
}

.services-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(4, 32, 26, 0.3);
}

.services-main-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E7E2D5;
    line-height: 1.2;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* white-space: nowrap; */
    z-index: 9999;
}

.services-description {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #E7E2D5;
    max-width: 1400px;
    margin: 0 auto 2rem;
    opacity: 0.9;
    font-weight: 400;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(209, 255, 213, 0.4);
}

.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
}

.service-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.service-card h3 {
    color: #E7E2D5;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    line-height: 1.3;
}

.service-card p {
    color: #E7E2D5;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 0.95rem;
}

/* Responzivní design pro services */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-main-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 6rem 0 4rem;
        padding-top: 200px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    .services-main-title {
        font-size: 1.8rem;
    }
    
    .services-description {
        font-size: 1rem;
    }
}

/* Is This For You Section */
.is-for-you-section {
    background: #E7E2D5;
    color: #04201A;
    padding: 6rem 0;
    position: relative;
}

.is-for-you-header {
    text-align: center;
    margin-bottom: 4rem;
}

.is-for-you-title {
    font-size: 1.55rem;
    color: #083104;
    font-weight: 500;
}

.is-for-you-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.bg-white {
    background: #E7E2D5;
}

.is-for-you-card {
    background: #27272712;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.is-for-you-card h3 {
    color: #04201A;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.checklist {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.check-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.checklist-item img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-top: 5px;
}

.is-for-you-card:first-child .check-icon {
    background: #27ae60;
}

.is-for-you-card:last-child .check-icon {
    background: #e74c3c;
}

.checklist-item span {
    color: #04201A;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Responzivní design pro is-for-you sekci */
@media (max-width: 768px) {
    .is-for-you-section {
        padding: 4rem 0;
    }
    
    .is-for-you-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .is-for-you-card {
        padding: 2rem;
    }
    
    .is-for-you-title {
        font-size: 1.5rem;
    }
}

/* Testimonials and Case Studies Section */
.testimonials-section {
    background: #04201A;
    color: #E7E2D5;
    padding: 8rem 0 6rem;
    padding-top: 150px;
    position: relative;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E7E2D5;
    line-height: 1.2;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 6rem;
}

.testimonial-video {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.testimonial-video:hover {
    transform: translateY(-5px);
}

.testimonial-video video {
    width: 100%;
    height: auto;
    display: block;
}

.case-studies-section {
    margin-top: 4rem;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 2rem;
}

.case-study-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.case-study-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(209, 255, 213, 0.3);
}

.case-study-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    background: rgba(209, 255, 213, 0.1);
    border-radius: 50%;
}

.case-study-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.case-study-card h3 {
    color: #E7E2D5;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.case-study-card p {
    color: #E7E2D5;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.case-study-link {
    display: inline-block;
    background: #083104;
    color: #D1FFD5;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.case-study-link:hover {
    background: #0a4105;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 49, 4, 0.3);
}

/* Responzivní design pro testimonials sekci */
@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 6rem 0 4rem;
        padding-top: 200px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .case-study-card {
        padding: 2rem;
    }
    
    .testimonials-title {
        font-size: 1.5rem;
    }
}

/* Contact/Calendar Section */
.contact-calendar-section {
    background: #E7E2D5;
    color: #04201A;
    padding: 8rem 0;
    position: relative;
}

.contact-header {
    text-align: center;
    padding-bottom: 4rem;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #04201A;
    padding-bottom: 1rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact-subtitle {
    font-size: 1.3rem;
    color: #083104;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
}

.calendar-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(4, 32, 26, 0.1);
}

.calendar-container iframe {
    display: block;
    width: 100%;
    height: 700px;
    border: none;
    border-radius: 20px;
}

.calendar-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.contact-info {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(4, 32, 26, 0.1);
}

.contact-info h3 {
    color: #04201A;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.contact-info li {
    margin-bottom: 1rem;
    color: #04201A;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 500;
}

.contact-cta {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid #083104;
}

.contact-cta h4 {
    color: #04201A;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-cta p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.calendly-inline-widget {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.calendly-inline-widget li {
    list-style-type: disc !important;
}

.calendly-inline-widget ul {
    list-style-position: inside !important;
}

.calendar-widget iframe {
    width: 100%;
    height: 700px;
    border: none;
}

.calendar-widget .calendly-inline-widget {
    border-radius: 20px;
    overflow: hidden;
    min-height: 700px !important;
    height: 700px !important;
}

/* Advanced CSS targeting for Calendly internal structure */
.calendly-inline-widget iframe {
    border-radius: 20px !important;
}

/* Force Calendly to use split layout when loaded */
.calendar-widget .calendly-inline-widget::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* Custom overrides for Calendly layout */
@media (min-width: 768px) {
    .calendar-widget .calendly-inline-widget {
        position: relative;
    }
    
    /* Try to force horizontal layout within Calendly */
    .calendar-widget .calendly-inline-widget iframe {
        min-width: 100% !important;
        width: 100% !important;
    }
}

/* Responzivní design pro contact/calendar sekci */
@media (max-width: 968px) {
    .calendar-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info {
        padding: 2rem;
    }
    
    .calendar-widget iframe {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .contact-calendar-section {
        padding: 6rem 0;
        padding-top: 100px;
    }
    
    .contact-title {
        font-size: 1.8rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .calendar-split {
        margin: 0 1rem;
    }
    
    .contact-info {
        padding: 1.5rem;
    }
    
    .contact-info h3 {
        font-size: 1.5rem;
    }
    
    .calendar-widget iframe {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 1.5rem;
    }
    
    .contact-subtitle {
        font-size: 1rem;
    }
    
    .contact-info {
        padding: 1.25rem;
    }
    
    .contact-info h3 {
        font-size: 1.3rem;
    }
    
    .contact-info li {
        font-size: 1rem;
    }
    
    .calendar-widget iframe {
        height: 450px;
    }
}

/* About Section */
.about-section {
    background: #D1FFD5;
    color: #04201A;
    padding: 6rem 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #04201A;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #04201A;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: #04201A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.feature-text {
    color: #04201A;
    font-weight: 500;
}

.about-stats {
    background: #04201A;
    border-radius: 20px;
    padding: 3rem;
    color: white;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #D1FFD5;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Contact Section */
.contact-section {
    background: #04201A;
    color: #E7E2D5;
    padding: 6rem 0;
    text-align: center;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-section p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    background: linear-gradient(135deg, #D1FFD5 0%, #A7F3D0 100%);
    color: #04201A;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(209, 255, 213, 0.3);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(209, 255, 213, 0.3);
}

.btn-secondary {
    background: transparent;
    border: 2px solid #E7E2D5;
    color: #E7E2D5;
}

.btn-secondary:hover {
    background: #E7E2D5;
    color: #04201A;
}

/* Footer */
.site-footer {
    background: #04201A;
    color: #E7E2D5;
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid rgba(231, 226, 213, 0.1);
}

@keyframes mobile-menu-animation {
    from {
        opacity: 0;
        height: 0vh;
    }
    to {
        opacity: 1;
        height: 100vh;
    }
}

/* Responsivní design */
@media (max-width: 768px) {
    .nav-menu,
    .nav-cta {
        display: none;
    }

    .burger {
        display: flex;
    }

    .mobile-menu.active {
        display: flex;
        overflow-y: hidden;

        height: 100vh;
        animation: mobile-menu-animation 0.3s ease-in-out;
    }

    .burger.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger.open span:nth-child(2) {
        opacity: 0;
    }

    .burger.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .site-header {
        padding: 0.5rem 0;
    }
    
    .task-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .form-group {
        flex-direction: column;
    }
    
    .task-categories {
        justify-content: center;
    }
    
    .task-item {
        padding: 0.8rem;
    }
    
    .task-text {
        font-size: 1rem;
    }
    
    .task-meta {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .faq-question {
        padding: 1rem;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 1rem 1rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 15px;
        height: 75px;
    }
    
    .nav-logo {
        left: 15px;
    }
    
    .nav-logo img {
        height: 40px;
    }
    
    .burger {
        right: 15px;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
}



/* Task Manager Styles */
.task-manager {
    max-width: 800px;
    margin: 0 auto;
}

.task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.task-stats {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

.add-task-form {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    border: 2px dashed #dee2e6;
}

.form-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group input {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 150px;
}

.form-buttons {
    display: flex;
    gap: 1rem;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #5a6268;
}

.task-categories {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.category-btn {
    padding: 8px 16px;
    border: 2px solid #dee2e6;
    background: white;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.category-btn:hover {
    border-color: #3498db;
    color: #3498db;
}

.category-btn.active {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.tasks-container {
    min-height: 300px;
}

.tasks-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.task-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
    border-left: 4px solid #dee2e6;
}

.task-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.task-item.completed {
    opacity: 0.7;
    background: #f8f9fa;
}

.task-item.completed .task-text {
    text-decoration: line-through;
    color: #6c757d;
}

.task-item.priority-high {
    border-left-color: #e74c3c;
}

.task-item.priority-medium {
    border-left-color: #f39c12;
}

.task-item.priority-low {
    border-left-color: #27ae60;
}

.task-checkbox {
    position: relative;
}

.task-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.task-checkbox label {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.task-checkbox input[type="checkbox"]:checked + label {
    background: #27ae60;
    border-color: #27ae60;
}

.task-checkbox input[type="checkbox"]:checked + label::after {
    content: '✓';
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.task-content {
    flex: 1;
}

.task-text {
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
}

.task-meta {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.task-priority {
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.task-priority.priority-high {
    background: #fee;
    color: #e74c3c;
}

.task-priority.priority-medium {
    background: #fef9e7;
    color: #f39c12;
}

.task-priority.priority-low {
    background: #eaf4f4;
    color: #27ae60;
}

.task-date {
    font-size: 0.8rem;
    color: #666;
}

.task-delete {
    width: 30px;
    height: 30px;
    border: none;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.task-delete:hover {
    background: #c0392b;
    transform: scale(1.1);
}

.empty-state {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.empty-state h3 {
    margin-bottom: 1rem;
}

.progress-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.progress-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.progress-card h3 {
    margin-bottom: 1rem;
    color: #666;
    font-size: 1rem;
}

.progress-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #041e18;
}

/* FAQ Styles */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.faq-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.faq-item.active {
    border-left: 4px solid #136250;
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #79f4d7;
    font-weight: bold;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    display: none;
    color: #666;
    line-height: 1.6;
}

.faq-answer p {
    margin: 0;
}

