﻿
.category-row {
}


.category-item {
    width: 250px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #ffffff !important; 
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px 10px;
}

    .category-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        text-decoration: none;
    }


.single-recent-blog-post .homethumb {
    position: relative;
    width: 100%;
    padding-top: 66.66%; 
    height: 0;
    overflow: hidden;
}

    .single-recent-blog-post .homethumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
        object-fit: cover;
        display: block;
    }

:root {
    --primary-orange: #ff9907; 
}
body h1,
body .h1-style { 
    color: var(--primary-orange) !important;
}
body h2,
body .h2-style { 
    color: var(--primary-orange) !important;
}
body h3,
body .h3-style { 
    color: var(--primary-orange) !important;
}


<style >
/* ====================== */
/* Izolovaný eBook Container */
/* ====================== */
.ebook-wrapper {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box;
}



.ebook-content-wrapper {
    
    display: flex;
    flex-direction: column;
    gap: 40px; 
    align-items: center; 
    
    background: rgba(255,255,255,0.98);
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 100%;
    box-sizing: border-box;
}

.ebook-info {
    text-align: center;
    width: 100%;
    overflow: visible;
}

.ebook-cover {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    max-width: 100%;
    padding: 20px 15px 15px 15px;
}

.ebook-image {
    width: 250px;
    max-width: 100%;
    height: 320px;
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 2px solid #ff9907;
}

    .ebook-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .ebook-image:hover {
        transform: translateY(-10px) rotate(2deg);
        box-shadow: 0 20px 45px rgba(255, 153, 7, 0.3);
    }

.floating-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff9907;
    color: #000000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    animation: pulse 2s infinite;
    z-index: 3;
    white-space: nowrap;
}

@@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.ebook-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ebook-subtitle {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 30px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.benefits-list {
    list-style: none;
    text-align: left;
    margin: 30px auto;
    padding: 0;
    max-width: 400px;
    width: 100%;
}

    .benefits-list li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 1rem;
        color: #000000;
        padding: 10px 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

        .benefits-list li i {
            color: #ff9907;
            margin-right: 12px;
            min-width: 20px;
            font-size: 18px;
            flex-shrink: 0;
        }

.stats-section {
    display: flex;
    justify-content: space-around;
    margin: 40px 0 20px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    border: 2px solid #ff9907;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.stat-item {
    text-align: center;
    flex: 1 1 100px;
    margin-bottom: 15px;
    min-width: 80px;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff9907;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.stat-label {
    font-size: 0.85rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    white-space: nowrap;
}

.form-section {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    border: 1px solid #e9ecef;
    margin: 30px auto 0 auto;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

    .form-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ff9907, #000000);
        border-radius: 15px 15px 0 0;
    }

.form-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.form-subtitle {
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.form-group {
    margin-bottom: 25px;
    width: 100%;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #000000;
        font-size: 0.95rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

        .form-group label i {
            color: #ff9907;
            margin-right: 5px;
        }

.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    font-family: inherit;
    box-sizing: border-box;
}

.download-btn {
    width: 100%;
    background: linear-gradient(135deg, #ff9907, #000000);
    color: white;
    padding: 18px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.success-message,
.error-message {
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ====================== */
/* Responsive */
/* ====================== */



@@media (max-width: 768px) {
    .ebook-wrapper {
        padding: 0 10px !important;
    }

    .ebook-content-wrapper {
        padding: 20px;
        margin: 0 10px;
        gap: 30px;
    }

    .ebook-hero {
        padding: 40px 0;
    }

    .ebook-image {
        width: 200px;
        height: 260px;
    }

    .form-section {
        padding: 25px 20px;
    }

    .ebook-title {
        font-size: 1.75rem;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }
}

@@media (max-width: 576px) {
    .ebook-wrapper {
        padding: 0 5px !important;
    }

    .ebook-content-wrapper {
        padding: 15px;
        margin: 0 5px;
        border-radius: 10px;
    }

    .ebook-hero {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .ebook-title {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }

    .ebook-subtitle {
        font-size: 0.95rem;
    }

    .form-section {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .form-title {
        font-size: 1.3rem;
    }

    .form-subtitle {
        font-size: 0.9rem;
    }

    .form-control {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .download-btn {
        padding: 15px;
        font-size: 1rem;
    }

    .benefits-list li {
        font-size: 0.9rem;
        padding: 8px 0;
    }

    .stats-section {
        padding: 20px 10px;
        gap: 5px;
    }

    .stat-item {
        flex: 1 1 30%;
        margin-bottom: 10px;
    }

    .stat-number {
        font-size: 1.3rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .ebook-image {
        width: 180px;
        height: 230px;
    }

    .floating-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}

@@media (max-width: 400px) {
    .ebook-title {
        font-size: 1.3rem;
    }

    .form-title {
        font-size: 1.2rem;
    }

    .ebook-content-wrapper {
        padding: 12px;
    }

    .form-section {
        padding: 15px 12px;
    }

    .stat-item {
        flex: 1 1 45%;
    }

    .ebook-image {
        width: 160px;
        height: 210px;
    }
}


</style >