*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f3f4f6;
    color: #020617;
    line-height: 1.6;
}



a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: #1d4ed8;
}



section {
    position: relative;
}

section[id] {
    scroll-margin-top: 90px;
}



.btn-accent {
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    border: none;
    color: #f9fafb;
    border-radius: 999px;
    padding: 0.75rem 1.9rem;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(79, 70, 229, 0.35);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.14s ease;
}

.btn-accent:hover {
    background: linear-gradient(135deg, #22c55e, #0ea5e9);
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.35);
    transform: translateY(-1px);
    color: #f9fafb;
}

.btn-accent:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.3);
}



header .navbar {
    background: radial-gradient(circle at top left, #1d4ed8 0, #020617 60%, #020617 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.8);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e5e7eb !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #cbd5f5;
    font-weight: 500;
    font-size: 0.92rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #0ea5e9);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease-out;
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link:focus::after {
    transform: scaleX(1);
}

.navbar-toggler {
    border-color: rgba(148, 163, 184, 0.8);
}



.cookie-banner {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 540px;
    background: rgba(15, 23, 42, 0.97);
    color: #e5e7eb;
    padding: 1rem 1.2rem;
    border-radius: 1.25rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.8);
    font-size: 0.9rem;
    z-index: 1080;
}

.cookie-banner p {
    margin: 0;
}

.cookie-banner a {
    color: #0ea5e9;
    font-weight: 500;
}

.cookie-banner a:hover {
    color: #38bdf8;
}

#acceptCookies {
    min-width: 120px;
    margin-top: 0.4rem;
    font-size: 0.85rem;
}



.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: stretch;
    color: #e5e7eb;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05) brightness(0.7);
    transform: scale(1.04);
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.9), rgba(15, 23, 42, 0.96) 55%, rgba(15, 23, 42, 1) 100%);
}

.hero-title {
    font-size: clamp(2.3rem, 3vw + 1.6rem, 3.4rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

.hero-subtitle {
    font-size: 1.02rem;
    max-width: 44rem;
    margin: 0 auto;
    color: #e5e7eb;
    opacity: 0.95;
}



.section-header {
    position: relative;
}

.section-header h2 {
    font-size: clamp(1.8rem, 1.4vw + 1.4rem, 2.3rem);
    font-weight: 700;
    color: #020617;
    margin-bottom: 0.4rem;
}

.section-header p {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}



.section-bg {
    background: radial-gradient(circle at top, #f9fafb 0, #e5e7eb 46%, #e5e7eb 100%);
}



main {
    background: linear-gradient(180deg, #e5e7eb 0, #f9fafb 30%, #f3f4f6 100%);
}

main .content-section {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.2rem 2rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(209, 213, 219, 0.9);
}

main .content-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.6rem;
    margin-bottom: 0.5rem;
    color: #111827;
}

main .content-section p {
    color: #4b5563;
    margin-bottom: 0.9rem;
    font-size: 0.96rem;
}



.article-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #111827;
}

.article-content p {
    color: #4b5563;
    font-size: 0.96rem;
}

.content-section h3:first-child {
    margin-top: 0;
}



.benefit-item {
    padding: 0.7rem 0;
}

.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    margin-right: 0.75rem;
    font-size: 1.7rem;
    background: conic-gradient(from 160deg, #22c55e, #0ea5e9, #6366f1, #22c55e);
    color: #f9fafb;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.45);
}

.benefit-item h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    color: #020617;
}

.benefit-item p {
    font-size: 0.95rem;
    color: #4b5563;
}



.stat-card {
    background: #ffffff;
    border-radius: 1.35rem;
    padding: 1.7rem 1.5rem;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(226, 232, 240, 0.95);
    height: 100%;
}

.stat-number {
    font-size: 2.1rem;
    font-weight: 700;
    color: #0ea5e9;
    margin-bottom: 0.4rem;
}

.stat-text {
    font-size: 0.96rem;
    color: #4b5563;
}



img.rounded {
    border-radius: 1.4rem !important;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
}



.contact-form {
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 2.1rem 1.8rem;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(226, 232, 240, 0.95);
}

.contact-form .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.contact-form .form-control {
    border-radius: 0.9rem;
    border: 1px solid #d1d5db;
    padding: 0.6rem 0.8rem;
    font-size: 0.95rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, transform 0.08s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 1px #0ea5e9, 0 0 0 6px rgba(14, 165, 233, 0.18);
    background-color: #f9fafb;
    transform: translateY(-1px);
}



.contact-info {
    font-size: 0.95rem;
    color: #4b5563;
}

.contact-info .material-icons-outlined {
    font-size: 1.2rem;
    color: #0ea5e9;
}

.contact-email {
    color: #2563eb;
    font-weight: 500;
}

.contact-email:hover {
    color: #1d4ed8;
}



.thank-you-section {
    min-height: 100vh;
    padding-top: 7rem;
    padding-bottom: 4rem;
    background: radial-gradient(circle at top, #dbeafe 0, #eff6ff 35%, #e5e7eb 100%);
    display: flex;
    align-items: center;
}

.thank-you-card {
    background: #ffffff;
    border-radius: 1.9rem;
    padding: 2.8rem 2.3rem;
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(209, 213, 219, 0.95);
}

.thank-you-icon span {
    font-size: 3.4rem;
    color: #22c55e;
    text-shadow: 0 12px 32px rgba(34, 197, 94, 0.55);
}

.thank-you-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #020617;
}

.thank-you-message {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.thank-you-submessage {
    font-size: 0.96rem;
    color: #6b7280;
    max-width: 32rem;
    margin: 0 auto;
}

.thank-you-actions .btn {
    min-width: 210px;
}



footer {
    background: #020617 !important;
    color: #e5e7eb;
    font-size: 0.9rem;
}

footer h5,
footer h6 {
    font-weight: 600;
    margin-bottom: 0.6rem;
}

footer p {
    color: #9ca3af;
}

footer a {
    color: #e5e7eb;
    font-size: 0.9rem;
}

footer a:hover {
    color: #0ea5e9;
}

footer hr {
    border-color: rgba(148, 163, 184, 0.45);
}



@media (max-width: 991.98px) {
    header .navbar {
        background: rgba(15, 23, 42, 0.98);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.9);
    }

    .hero-overlay {
        padding-top: 6.5rem;
        padding-bottom: 4rem;
        text-align: center;
    }

    .cookie-banner {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        max-width: none;
        border-radius: 1rem;
    }

    #acceptCookies {
        width: 100%;
    }

    main .content-section {
        padding: 1.8rem 1.4rem;
    }

    .thank-you-card {
        padding: 2.3rem 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.1rem;
    }

    .hero-subtitle {
        font-size: 0.98rem;
    }

    .contact-form {
        padding: 1.7rem 1.3rem;
    }

    .thank-you-card {
        padding: 2rem 1.4rem;
    }
}
