.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}

.material-symbols-outlined.fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body.mobile-nav-open {
    overflow: hidden;
}

.mobile-nav-drawer.is-open {
    transform: translateX(0);
}

.mobile-nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.legal-content section {
    margin-bottom: 2.5rem;
}

.legal-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #0a2540;
    margin-bottom: 0.75rem;
}

.legal-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #0a2540;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.legal-content p,
.legal-content li {
    color: #43474d;
    line-height: 1.625;
}

.legal-content p {
    margin-bottom: 0.75rem;
}

.legal-content ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.legal-content li {
    margin-bottom: 0.35rem;
}

.legal-content a {
    color: #007aff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-content a:hover {
    color: #0a2540;
}

.cookie-consent {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 60;
    padding: 1rem;
    pointer-events: none;
}

.cookie-consent.is-visible {
    pointer-events: auto;
}

.cookie-consent__panel {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.12);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .cookie-consent__panel {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }
}

.cookie-consent__content {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
}

.cookie-consent__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    background: #f2f4f6;
    color: #0a2540;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-consent__icon .material-symbols-outlined {
    font-size: 1.25rem;
}

.cookie-consent__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #0a2540;
    margin-bottom: 0.35rem;
}

.cookie-consent__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #43474d;
}

.cookie-consent__text a {
    color: #007aff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cookie-consent__btn {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    padding: 0.625rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.cookie-consent__btn--primary {
    background: #ff8c00;
    color: #ffffff;
    border: 1px solid #ff8c00;
}

.cookie-consent__btn--primary:hover {
    background: #e67e00;
    border-color: #e67e00;
}

.cookie-consent__btn--secondary {
    background: transparent;
    color: #0a2540;
    border: 1px solid #0a2540;
}

.cookie-consent__btn--secondary:hover {
    background: #f2f4f6;
}

.whatsapp-icon {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.whatsapp-icon-wrap .whatsapp-icon {
    width: 1.75rem;
    height: 1.75rem;
}

.whatsapp-float {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
    z-index: 55;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 3.5rem;
    min-height: 3.5rem;
    padding: 0.875rem 1.125rem;
    border-radius: 9999px;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    text-decoration: none;
    transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.whatsapp-float .whatsapp-icon {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    z-index: 1;
}

.whatsapp-float:hover {
    background: #1fb855;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4);
}

.whatsapp-float__pulse {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: #25d366;
    opacity: 0.35;
    animation: whatsapp-pulse 2s ease-out infinite;
    pointer-events: none;
}

.whatsapp-float__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .whatsapp-float {
        bottom: max(5.75rem, calc(env(safe-area-inset-bottom, 0px) + 4.75rem));
        right: max(1rem, env(safe-area-inset-right, 0px));
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        min-height: 3.5rem;
        padding: 0;
    }

    .whatsapp-float__label {
        display: none;
    }
}

@media (min-width: 768px) {
    .whatsapp-float {
        bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
    }
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
        opacity: 0.35;
    }

    70% {
        transform: scale(1.25);
        opacity: 0;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

.contact-map {
    min-height: 20rem;
}

.contact-map__iframe {
    display: block;
    width: 100%;
    height: 20rem;
    border: 0;
}

@media (min-width: 768px) {
    .contact-map {
        min-height: 24rem;
    }

    .contact-map__iframe {
        height: 24rem;
    }
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    font-family: Montserrat, sans-serif;
    color: #0a2540;
    margin: 1.75rem 0 0.75rem;
}

.blog-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

.blog-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
}

.blog-content p,
.blog-content li {
    color: #43474d;
    font-size: 1rem;
    line-height: 1.75rem;
}

.blog-content p {
    margin-bottom: 1rem;
}

.blog-content ul,
.blog-content ol {
    margin: 0 0 1rem 1.25rem;
}

.blog-content ul {
    list-style: disc;
}

.blog-content ol {
    list-style: decimal;
}

.blog-content a {
    color: #007aff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.25rem 0;
}

.blog-content blockquote {
    border-left: 3px solid #fd8b00;
    padding-left: 1rem;
    color: #43474d;
    margin: 1.25rem 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
}

.blog-content th,
.blog-content td {
    border: 1px solid #e2e8f0;
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.grecaptcha-badge {
    visibility: hidden;
}
