/* ================================================
   PAGE-SPECIFIC STYLES
   Extracted from inline <style> tags in HTML files
   ================================================ */

/* ==========================================
   INDEX.HTML - Homepage Styles
   ========================================== */
body.page-index {
    background: #ffffff !important;
}

body.page-index::before,
body.page-index::after {
    display: none !important;
}

body.page-index section {
    background: transparent !important;
}

/* Hero Buttons - Orange/Gold Gradient */
body.page-index .hero-craft-btn-primary {
    background: linear-gradient(135deg, #f97316, #f59e0b) !important;
    border: 2px solid transparent !important;
}

body.page-index .hero-craft-btn-primary:hover {
    background: white !important;
    color: #f97316 !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5) !important;
}

body.page-index .hero-craft-title-accent {
    background: linear-gradient(135deg, #f97316 0%, #f59e0b 50%, #fb923c 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: shimmer 4s linear infinite !important;
}

@keyframes shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* ==========================================
   KONTAKT.HTML & OTHER PAGES - White Background
   ========================================== */
body.page-white-bg {
    background: #ffffff !important;
}

body.page-white-bg section {
    background: transparent !important;
}
