body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding-top: 70px;
}

.navbar {
    display: flex;
    justify-content: space-between;
}

.navbar-toggler {
    display: block !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.navbar-brand svg {
    transition: transform 0.3s ease;
}

.navbar-brand:hover svg {
    transform: rotate(180deg);
}

.contact-inline-form {
    max-width: 100%;
}

.process-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #dc3545;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}

.testimonial-case {
    border-left: 4px solid #dc3545;
}

.testimonial-micro {
    background: #f8f9fa;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
}

.footer-section {
    margin-top: 4rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    z-index: 1050;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.map-placeholder {
    border: 2px dashed #dee2e6;
}

.schedule-box {
    border: 1px solid #dee2e6;
}

.success-icon {
    display: inline-block;
}

@media (max-width: 768px) {
    .contact-inline-form .col-md-3,
    .contact-inline-form .col-md-6 {
        margin-bottom: 1rem;
    }
    
    .process-card .col-md-6 {
        margin-bottom: 2rem;
    }
}

.nav-pills .nav-link {
    color: #6c757d;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.nav-pills .nav-link.active {
    background-color: #dc3545;
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: #ffe7e7;
    color: #dc3545;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.disclaimer-box {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.rounded {
    border-radius: 0.375rem;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.min-vh-100 {
    min-height: 100vh;
}
