body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif
}

.hero-section {
    position: relative;
    background-attachment: fixed;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('place/hero-bg-pattern.webp') center/cover;
    opacity: 0.1;
    z-index: 1
}

.x9k5-header-block {
    transition: all 0.3s ease;
    z-index: 1040
}

.x9k5-header-block.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px)
}

.navbar-brand {
    font-weight: 700 !important;
    letter-spacing: -0.5px
}

.nav-link {
    transition: color 0.3s ease;
    position: relative
}

.nav-link:hover {
    color: #ff6b35 !important
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    transition: all 0.3s ease;
    transform: translateX(-50%)
}

.nav-link:hover::after {
    width: 100%
}

.btn {
    transition: all 0.3s ease;
    border-radius: 8px !important
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15)
}

.card {
    transition: all 0.3s ease;
    border-radius: 12px !important
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important
}

.badge {
    border-radius: 20px !important;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 0.85rem
}

.display-5 {
    font-weight: 700;
    letter-spacing: -0.5px
}

.lead {
    font-weight: 400;
    opacity: 0.9
}

.bg-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%)
}

.shadow-lg {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important
}

.shadow-sm {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important
}

.rounded-3 {
    border-radius: 12px !important
}

.text-warning {
    color: #ffc107 !important
}

.form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 12px 16px;
    transition: all 0.3s ease
}

.form-control:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.15);
    outline: none
}

.form-label {
    font-weight: 600;
    color: #2c5aa0;
    margin-bottom: 8px
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem
    }
    
    .display-5 {
        font-size: 2rem
    }
    
    .hero-section {
        min-height: 80vh !important
    }
    
    .py-5 {
        padding: 3rem 0 !important
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .btn-lg {
        padding: 12px 24px;
        font-size: 1rem
    }
}

.navbar-toggler {
    border: none;
    padding: 4px 8px
}

.navbar-toggler:focus {
    box-shadow: none
}

.smooth-scroll {
    scroll-behavior: smooth
}

#cookieConsent {
    animation: slideUp 0.5s ease-out
}

@keyframes slideUp {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.text-decoration-none {
    text-decoration: none !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-medium {
    font-weight: 500 !important
}

.opacity-90 {
    opacity: 0.9 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.me-2 {
    margin-right: 0.5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.ms-2 {
    margin-left: 0.5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.ps-lg-4 {
    padding-left: 1.5rem !important
}

@media (min-width: 992px) {
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
}

.custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='m2 0-2 2h4zm0 5 2-2H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 40px
}

.form-check-input:checked {
    background-color: #ff6b35;
    border-color: #ff6b35
}

.small {
    font-size: 0.875rem
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vh-100 {
    height: 100vh !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.start-0 {
    left: 0 !important
}

.end-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.z-3 {
    z-index: 3 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 992px) {
    .text-lg-end {
        text-align: right !important
    }
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.border-0 {
    border: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.gap-2 {
    gap: 0.5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}