body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333
}

.beta7-block-wrap {
    position: relative;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.min-vh-50 {
    min-height: 50vh
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important
}

.card {
    border-radius: 15px;
    overflow: hidden;
}

.btn {
    border-radius: 25px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease
}

.btn-lg {
    padding: 12px 30px;
    font-size: 1.1rem;
}

.navbar-nav .nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover:before {
    width: 100%;
    left: 0
}

.display-4, .display-5, .display-6 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.text-primary { color: #007bff !important; }
.bg-primary { background-color: #007bff !important }
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.card-header {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.form-control, .form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    transition: all 0.3s ease
}

.form-control:focus, .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.cookie-banner {
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.service-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-card:hover {
    border-color: #007bff ;
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
    
    .display-5 {
        font-size: 2rem;
    }
    
    .btn-lg {
        padding: 10px 25px;
        font-size: 1rem;
    }
    
    .card-body {
        padding: 1.5rem !important;
    }
}

.sticky-top {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 123, 255, 0.95) !important
}

footer .btn-outline-light:hover {
    background-color: #007bff;
    border-color: #007bff
}

.text-decoration-none:hover {
    text-decoration: underline !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.lead {
    font-weight: 400;
    font-size: 1.125rem
}

.btn-outline-light {
    border-width: 2px
}

.list-unstyled li {
    margin-bottom: 0.5rem;
}