/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html[b-hr7040ihx1] {
    font-size: 14px;
    min-height: 100%;
}

@media (min-width: 768px) {
    html[b-hr7040ihx1] {
        font-size: 16px;
    }
}

body[b-hr7040ihx1] {
    min-height: 100vh;
    margin: 0;
    background: linear-gradient(180deg, #f8f9fb 0%, #eef4fb 100%);
    color: #1f2937;
}

.site-shell[b-hr7040ihx1] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main[b-hr7040ihx1] {
    flex: 1;
    padding-bottom: 2rem;
}

a.navbar-brand[b-hr7040ihx1] {
    white-space: normal;
    text-align: center;
    word-break: break-word;
}

a[b-hr7040ihx1] {
    color: #0077cc;
}

.btn-primary[b-hr7040ihx1] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hr7040ihx1],
.nav-pills .show > .nav-link[b-hr7040ihx1] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-hr7040ihx1] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-hr7040ihx1] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hr7040ihx1] {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy[b-hr7040ihx1] {
    font-size: 1rem;
    line-height: inherit;
}

.ve-navbar[b-hr7040ihx1] {
    background-color: #ffffff;
}

.ve-brand[b-hr7040ihx1] {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.hero-section[b-hr7040ihx1] {
    background: #ffffff;
    border-radius: 16px;
    padding: clamp(1.5rem, 3vw, 3rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.hero-title[b-hr7040ihx1] {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subtitle[b-hr7040ihx1] {
    font-size: clamp(1.05rem, 1.6vw, 1.5rem);
    color: #374151;
    margin-bottom: 1rem;
}

.hero-text[b-hr7040ihx1] {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #4b5563;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.content-section[b-hr7040ihx1] {
    background: #ffffff;
    border-radius: 16px;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.contact-card[b-hr7040ihx1] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background-color: #f9fafb;
}

.page-title[b-hr7040ihx1],
.section-title[b-hr7040ihx1] {
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-title[b-hr7040ihx1] {
    font-size: 2rem;
}

.section-title[b-hr7040ihx1] {
    font-size: 1.25rem;
    margin-top: 1.5rem;
}

.footer[b-hr7040ihx1] {
    margin-top: auto;
    width: 100%;
    background-color: #ffffff;
    padding: 1rem 0;
    white-space: normal;
    line-height: 1.5;
}

.footer-inner[b-hr7040ihx1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-links a[b-hr7040ihx1] {
    text-decoration: none;
}

.hero-logo[b-hr7040ihx1] {
    width: clamp(140px, 18vw, 260px);
    height: auto;
    display: block;
}
