.elementor-11441 .elementor-element.elementor-element-a048918{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1aa0989 *//* ============================================
   OTTOKIND PRODUCTS PAGE
   Enterprise B2B Design System
   ============================================ */

/* Hero Section */
#drh-site-wrapper .products-hero {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
    padding: 100px 32px 80px !important;
    text-align: center !important;
}

#drh-site-wrapper .products-hero-inner {
    max-width: 800px !important;
    margin: 0 auto !important;
}

#drh-site-wrapper .products-headline {
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.15 !important;
    margin: 0 0 24px 0 !important;
    letter-spacing: -0.02em !important;
}

#drh-site-wrapper .products-intro {
    font-size: 1.25rem !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* Section Container */
#drh-site-wrapper .products-section {
    padding: 40px 0 80px !important;
    background: #ffffff !important;
}

#drh-site-wrapper .products-container {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
}

/* Product Category Cards */
#drh-site-wrapper .product-category {
    padding: 60px 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

#drh-site-wrapper .product-category:last-of-type {
    border-bottom: none !important;
}

#drh-site-wrapper .product-category-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 80px !important;
    align-items: center !important;
}

#drh-site-wrapper .product-category-reverse .product-category-grid {
    direction: rtl !important;
}

#drh-site-wrapper .product-category-reverse .product-category-grid > * {
    direction: ltr !important;
}

#drh-site-wrapper .product-category-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.3 !important;
}

#drh-site-wrapper .product-category-text {
    font-size: 1.0625rem !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    margin: 0 0 24px 0 !important;
}

/* Product Features List */
#drh-site-wrapper .product-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 24px !important;
}

#drh-site-wrapper .product-features li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.9375rem !important;
    color: #475569 !important;
}

#drh-site-wrapper .product-features li::before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    background: #3b82f6 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

/* Product Actions */
#drh-site-wrapper .product-category-actions {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

#drh-site-wrapper .product-link-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #3b82f6 !important;
    color: #ffffff !important;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

#drh-site-wrapper .product-link-primary:hover {
    background: #2563eb !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.25) !important;
}

#drh-site-wrapper .product-link-primary svg {
    transition: transform 0.2s ease !important;
}

#drh-site-wrapper .product-link-primary:hover svg {
    transform: translateX(4px) !important;
}

#drh-site-wrapper .product-link-secondary {
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #3b82f6 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

#drh-site-wrapper .product-link-secondary:hover {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
}

/* Image Placeholders */
#drh-site-wrapper .products-section .image-placeholder {
    background: #f1f5f9 !important;
    border: 2px dashed #cbd5e1 !important;
    border-radius: 12px !important;
    padding: 60px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    min-height: 300px !important;
    text-align: center !important;
}

#drh-site-wrapper .products-section .image-placeholder svg {
    color: #94a3b8 !important;
}

#drh-site-wrapper .products-section .image-placeholder span {
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    color: #64748b !important;
}

#drh-site-wrapper .products-section .image-placeholder .image-size {
    font-size: 0.8125rem !important;
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

/* Features Bar */
#drh-site-wrapper .products-features-bar {
    background: #f8fafc !important;
    padding: 48px 0 !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

#drh-site-wrapper .features-bar-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 64px !important;
    flex-wrap: wrap !important;
}

#drh-site-wrapper .feature-bar-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
}

#drh-site-wrapper .feature-bar-item svg {
    color: #3b82f6 !important;
}

/* CTA Section */
#drh-site-wrapper .products-cta-section {
    padding: 80px 0 100px !important;
    background: #ffffff !important;
}

#drh-site-wrapper .products-cta-section .cta-card {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e293b 100%) !important;
    border-radius: 16px !important;
    padding: 64px !important;
    text-align: center !important;
}

#drh-site-wrapper .products-cta-section .cta-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 16px 0 !important;
}

#drh-site-wrapper .products-cta-section .cta-text {
    font-size: 1.125rem !important;
    color: #cbd5e1 !important;
    margin: 0 0 32px 0 !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

#drh-site-wrapper .products-cta-section .cta-buttons {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

#drh-site-wrapper .products-cta-section .cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

#drh-site-wrapper .products-cta-section .cta-button-primary {
    background: #3b82f6 !important;
    color: #ffffff !important;
}

#drh-site-wrapper .products-cta-section .cta-button-primary:hover {
    background: #2563eb !important;
    transform: translateY(-2px) !important;
}

#drh-site-wrapper .products-cta-section .cta-button-secondary {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

#drh-site-wrapper .products-cta-section .cta-button-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* ============================================
   PRODUCTS PAGE RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    #drh-site-wrapper .products-hero {
        padding: 80px 24px 64px !important;
    }
    
    #drh-site-wrapper .products-headline {
        font-size: 2.5rem !important;
    }
    
    #drh-site-wrapper .products-container {
        padding: 0 24px !important;
    }
    
    #drh-site-wrapper .product-category-grid {
        gap: 48px !important;
    }
    
    #drh-site-wrapper .features-bar-grid {
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    #drh-site-wrapper .products-headline {
        font-size: 2rem !important;
    }
    
    #drh-site-wrapper .products-intro {
        font-size: 1.125rem !important;
    }
    
    #drh-site-wrapper .product-category-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    
    #drh-site-wrapper .product-category-reverse .product-category-grid {
        direction: ltr !important;
    }
    
    #drh-site-wrapper .product-category-image {
        order: -1 !important;
    }
    
    #drh-site-wrapper .product-features {
        grid-template-columns: 1fr !important;
    }
    
    #drh-site-wrapper .features-bar-grid {
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
    }
    
    #drh-site-wrapper .products-cta-section .cta-card {
        padding: 48px 32px !important;
    }
}

@media (max-width: 600px) {
    #drh-site-wrapper .products-hero {
        padding: 64px 20px 48px !important;
    }
    
    #drh-site-wrapper .products-headline {
        font-size: 1.75rem !important;
    }
    
    #drh-site-wrapper .products-container {
        padding: 0 20px !important;
    }
    
    #drh-site-wrapper .product-category {
        padding: 40px 0 !important;
    }
    
    #drh-site-wrapper .product-category-title {
        font-size: 1.5rem !important;
    }
    
    #drh-site-wrapper .product-category-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    #drh-site-wrapper .product-link-primary {
        justify-content: center !important;
    }
    
    #drh-site-wrapper .product-link-secondary {
        text-align: center !important;
    }
    
    #drh-site-wrapper .products-cta-section .cta-buttons {
        flex-direction: column !important;
    }
    
    #drh-site-wrapper .products-cta-section .cta-button {
        width: 100% !important;
        justify-content: center !important;
    }
}/* End custom CSS */