.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====================
   LOTECH.SK - Woodmart Compatible Styles
   Minimálne CSS pre doplnenie Woodmart témy
   Brand Color: #06397a
   ==================== */

/* ==================== CSS VARIABLES ==================== */
:root {
    --lotech-primary: #06397a;
    --lotech-primary-light: #0a5298;
    --lotech-primary-dark: #042859;
    --lotech-accent: #f59e0b;
    --lotech-accent-light: #fbbf24;
}

/* ==================== GLOBAL BRAND ENHANCEMENTS ==================== */
/* Woodmart button overrides pre brand color */
.wd-action-btn.wd-style-icon:hover,
.btn-color-primary,
.button.btn-color-primary,
.wd-btn.btn-color-primary {
    background-color: var(--lotech-primary) !important;
}

/* Link color */
a:hover {
    color: var(--lotech-primary);
}

/* ==================== HERO SECTION ==================== */
/* Ak používate Elementor hero s custom background */
.lotech-hero,
.elementor-section.lotech-hero-section {
    position: relative;
    background: linear-gradient(135deg, var(--lotech-primary) 0%, var(--lotech-primary-dark) 100%);
}

.lotech-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

/* ==================== CATEGORY CARDS ==================== */
.lotech-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 20px 0;
}

.lotech-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.lotech-category-card:hover {
    border-color: var(--lotech-primary);
    box-shadow: 0 10px 40px rgba(6, 57, 122, 0.12);
    transform: translateY(-4px);
}

.lotech-category-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(6, 57, 122, 0.1) 0%, rgba(6, 57, 122, 0.05) 100%);
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 28px;
    color: var(--lotech-primary);
}

.lotech-category-card:hover .lotech-category-icon {
    background: var(--lotech-primary);
    color: #fff;
}

.lotech-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.lotech-category-count {
    font-size: 13px;
    color: #888;
}

/* ==================== SERVICES GRID (Čo u nás nájdete) ==================== */
.lotech-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.lotech-service-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.lotech-service-card:hover {
    border-color: var(--lotech-primary);
    box-shadow: 0 8px 30px rgba(6, 57, 122, 0.1);
    transform: translateY(-4px);
}

.lotech-service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--lotech-primary) 0%, var(--lotech-primary-light) 100%);
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}

.lotech-service-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.lotech-service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ==================== RENTAL SECTION (Požičovňa) ==================== */
.lotech-rental-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, var(--lotech-primary) 0%, var(--lotech-primary-dark) 100%);
    color: #fff;
}

.lotech-rental-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.lotech-rental-content {
    position: relative;
    z-index: 1;
}

.lotech-rental-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(245, 158, 11, 0.2);
    border-radius: 50px;
    color: var(--lotech-accent);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.lotech-rental-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.lotech-rental-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 32px;
}

/* ==================== CONTACT SECTION (Radi vám poradíme) ==================== */
.lotech-contact-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, var(--lotech-primary) 0%, var(--lotech-primary-dark) 100%);
    color: #fff;
}

.lotech-contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.lotech-contact-content {
    position: relative;
    z-index: 1;
}

.lotech-contact-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
}

.lotech-contact-phone {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--lotech-accent);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.lotech-contact-phone:hover {
    opacity: 0.9;
    color: var(--lotech-accent-light);
}

/* ==================== CTA BUTTONS ==================== */
.lotech-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.lotech-btn-primary {
    background: var(--lotech-primary);
    color: #fff;
    box-shadow: 0 4px 20px rgba(6, 57, 122, 0.3);
}

.lotech-btn-primary:hover {
    background: var(--lotech-primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(6, 57, 122, 0.4);
}

.lotech-btn-white {
    background: #fff;
    color: var(--lotech-primary);
}

.lotech-btn-white:hover {
    background: #f5f5f5;
    color: var(--lotech-primary-dark);
    transform: translateY(-2px);
}

.lotech-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.lotech-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* ==================== PRICE DISPLAY ==================== */
.lotech-price-tag {
    font-size: 24px;
    font-weight: 700;
    color: var(--lotech-primary);
}

.lotech-price-from {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    display: block;
}

.lotech-price-vat {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-left: 4px;
}

/* ==================== FEATURE BOXES ==================== */
.lotech-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.lotech-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.lotech-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 20px;
    color: var(--lotech-accent);
}

.lotech-feature-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px 0;
}

.lotech-feature-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* ==================== WOODMART PRODUCT COMPATIBILITY ==================== */
/* Štýly pre produkty v požičovni */
.woodmart-products .lotech-rental-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--lotech-primary);
}

.woodmart-products .lotech-price-period {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

/* Product hover efekt */
.wd-product:hover {
    border-color: var(--lotech-primary) !important;
}

/* ==================== ELEMENTOR COMPATIBILITY ==================== */
/* Tieto štýly pomáhajú Elementor sekciám */
.elementor-section.lotech-bg-primary {
    background: linear-gradient(135deg, var(--lotech-primary) 0%, var(--lotech-primary-dark) 100%) !important;
}

.elementor-section.lotech-bg-primary .elementor-heading-title,
.elementor-section.lotech-bg-primary .elementor-widget-text-editor {
    color: #fff !important;
}

.elementor-section.lotech-bg-light {
    background: #f8f9fa !important;
}

/* Elementor button styling */
.elementor-widget-button .elementor-button.lotech-style {
    background: var(--lotech-primary) !important;
    border-radius: 8px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
}

.elementor-widget-button .elementor-button.lotech-style:hover {
    background: var(--lotech-primary-dark) !important;
}

/* ==================== FOOTER LINKS ==================== */
/* Pre footer - cookies a GDPR odkazy */
.lotech-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.lotech-footer-links a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lotech-footer-links a:hover {
    color: #fff;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 991px) {
    .lotech-category-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
    }

    .lotech-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
    }

    .lotech-rental-section,
    .lotech-contact-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .lotech-category-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .lotech-category-card {
        padding: 20px 16px;
    }

    .lotech-category-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .lotech-category-title {
        font-size: 14px;
    }

    .lotech-services-grid {
        grid-template-columns: 1fr;
    }

    .lotech-btn {
        width: 100%;
        justify-content: center;
    }

    .lotech-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .lotech-category-grid {
        grid-template-columns: 1fr;
    }
}

/* ==================== SCROLLBAR (Voliteľné) ==================== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--lotech-primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--lotech-primary-dark);
}/* End custom CSS */