* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.08rem;
    line-height: 1.68;
    color: #2C3E50;
    background-color: #FDFDFD;
    margin: 0;
    padding: 0;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.navbar {
    padding: 16px 0;
}

.navbar-brand {
    font-size: 1.45rem;
    font-weight: 600;
    color: #0F4C5C;
}

.navbar-brand:hover {
    color: #0F4C5C;
    text-decoration: none;
}

.nav-link {
    color: #2C3E50;
    transition: color 0.28s ease;
    margin-left: 24px;
}

.nav-link:hover,
.nav-link.active {
    color: #0F4C5C;
}

main {
    padding-top: 72px;
}

h1 {
    font-size: 2.7rem;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1A252F;
    font-weight: 600;
}

h2 {
    font-size: 2.1rem;
    line-height: 1.35;
    margin-bottom: 24px;
    margin-top: 48px;
    color: #1A252F;
    font-weight: 600;
}

h3 {
    font-size: 1.45rem;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 32px;
    color: #2C3E50;
    font-weight: 600;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #2C3E50;
    font-weight: 600;
}

p {
    margin-bottom: 16px;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.6;
}

.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: #F8F9FA;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.hero-content {
    position: relative;
    z-index: 10;
    padding: 80px 0;
}

.hero-content h1 {
    color: #0F4C5C;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.disclaimer-text {
    font-size: 0.95rem;
    color: #546E7A;
    margin-top: 24px;
    font-style: italic;
}

.content-section {
    padding: 64px 0;
}

.content-section.bg-light {
    background-color: #F8F9FA;
}

.content-with-image {
    margin-bottom: 32px;
}

.content-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.info-box {
    background-color: #E3F2FD;
    border-left: 4px solid #0F4C5C;
    padding: 24px;
    margin: 32px 0;
    border-radius: 4px;
}

.info-box h3 {
    margin-top: 0;
    color: #0F4C5C;
}

.faq-section {
    padding: 64px 0;
}

.faq-item {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.2rem;
    color: #0F4C5C;
    margin-bottom: 12px;
}

.cta-section {
    padding: 64px 0;
    background-color: #FFFFFF;
}

.btn-primary {
    background-color: #0F4C5C;
    border-color: #0F4C5C;
    color: #FFFFFF;
    padding: 12px 32px;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.28s ease;
}

.btn-primary:hover {
    background-color: #0D3D4A;
    border-color: #0D3D4A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 76, 92, 0.3);
}

.btn-outline-primary {
    color: #0F4C5C;
    border-color: #0F4C5C;
    padding: 12px 32px;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.28s ease;
}

.btn-outline-primary:hover {
    background-color: #0F4C5C;
    border-color: #0F4C5C;
    color: #FFFFFF;
}

.contact-section {
    padding: 64px 0;
}

.form-disclaimer {
    font-size: 0.95rem;
    color: #546E7A;
    padding: 16px;
    background-color: #FFF9C4;
    border-left: 4px solid #FFA000;
    margin-bottom: 24px;
    border-radius: 4px;
}

.newsletter-form .form-group,
.contact-form .form-group {
    margin-bottom: 24px;
}

.newsletter-form label,
.contact-form label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #2C3E50;
}

.form-control {
    padding: 12px 16px;
    font-size: 1rem;
    border: 1px solid #CFD8DC;
    border-radius: 4px;
    transition: border-color 0.28s ease;
}

.form-control:focus {
    border-color: #0F4C5C;
    box-shadow: 0 0 0 0.2rem rgba(15, 76, 92, 0.15);
}

.contact-info h3 {
    font-size: 1.3rem;
    margin-bottom: 16px;
}

.contact-details p {
    margin-bottom: 8px;
}

.page-content {
    min-height: calc(100vh - 200px);
}

.page-header {
    padding: 80px 0 40px;
    background-color: #F8F9FA;
}

.page-header h1 {
    margin-bottom: 16px;
}

.footer {
    background-color: #2C3E50;
    color: #ECEFF1;
    padding: 48px 0 24px;
    margin-top: 64px;
}

.footer h4 {
    color: #FFFFFF;
    font-size: 1.15rem;
    margin-bottom: 16px;
}

.footer p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer a {
    color: #ECEFF1;
    transition: color 0.28s ease;
}

.footer a:hover {
    color: #0F4C5C;
    text-decoration: none;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer-disclaimer {
    font-size: 0.9rem;
    font-style: italic;
    color: #B0BEC5;
    margin-top: 16px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1A252F;
    color: #FFFFFF;
    padding: 16px 0;
    z-index: 9999;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.15);
    display: none;
}

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

.cookie-banner p {
    margin: 0;
    font-size: 0.95rem;
}

.cookie-banner .btn {
    margin-top: 8px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .hero-section {
        min-height: 400px;
    }

    .hero-content {
        padding: 48px 0;
    }

    .content-section {
        padding: 40px 0;
    }

    .content-image {
        max-width: 100%;
        float: none !important;
        margin: 0 0 24px 0 !important;
    }

    .nav-link {
        margin-left: 0;
    }

    .cookie-banner .btn {
        width: 100%;
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .cookie-banner .btn {
        margin-top: 0;
    }
}
