* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #212529;
    padding-top: 76px;
}

.navbar {
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.5rem;
    color: #dc3545 !important;
}

.nav-link {
    font-weight: 500;
    color: #495057 !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #dc3545 !important;
}

.hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-section h1 {
    color: #212529;
}

.page-header {
    padding: 100px 0 60px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    margin-bottom: 60px;
}

.section-why,
.section-benefits,
.section-services,
.section-audience,
.section-testimonials,
.section-cta,
.section-content,
.section-approach,
.section-process,
.section-contact-info,
.section-map,
.section-faq,
.section-legal {
    padding: 80px 0;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #fff3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.benefits-list li {
    padding-left: 30px;
    position: relative;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.audience-card {
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.testimonial-card {
    background: white;
}

.testimonial-card .card-body {
    padding: 30px;
}

.section-cta {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 80px 0;
}

.footer {
    padding: 60px 0 20px;
}

.footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #dc3545 !important;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #212529;
    color: white;
    padding: 20px 0;
    z-index: 9999;
    display: none;
}

.cookie-consent.show {
    display: block;
}

.cookie-consent a {
    color: white;
    text-decoration: underline;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    transition: all 0.3s ease;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.service-detail-card {
    padding: 40px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.process-step {
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}

.contact-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.contact-info-box {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.contact-item a {
    color: #212529;
    text-decoration: none;
}

.contact-item a:hover {
    color: #dc3545;
}

.map-placeholder {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dee2e6;
    padding: 20px;
}

.faq-item {
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.thank-you-page {
    padding: 100px 0;
    min-height: 60vh;
}

.success-icon {
    display: inline-block;
}

.thank-you-details {
    text-align: left;
    display: inline-block;
    max-width: 600px;
}

.legal-content {
    background: white;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.legal-content h2 {
    color: #dc3545;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.75rem;
}

.legal-content h5 {
    color: #495057;
    margin-top: 20px;
    margin-bottom: 15px;
}

.legal-content ul {
    margin-bottom: 20px;
}

.legal-content li {
    margin-bottom: 10px;
}

.value-card,
.approach-item {
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.value-icon {
    display: inline-block;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }
    
    .page-header {
        padding: 80px 0 40px;
    }
    
    .section-why,
    .section-benefits,
    .section-services,
    .section-audience,
    .section-testimonials,
    .section-cta,
    .section-content,
    .section-approach,
    .section-process,
    .section-contact-info,
    .section-map,
    .section-faq,
    .section-legal {
        padding: 50px 0;
    }
    
    .legal-content {
        padding: 30px 20px;
    }
    
    .contact-form-wrapper,
    .contact-info-box {
        padding: 30px 20px;
    }
}
