﻿:root {
    --primary: #0056d6;
    --primary-dark: #003f9c;
    --secondary: #0d6efd;
    --surface: #ffffff;
    --surface-strong: #f8f9ff;
    --text: #1f2937;
    --muted: #6b7280;
    --border: rgba(15, 23, 42, 0.08);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Prompt', sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #eff3ff 0%, #f8fafc 100%);
    min-height: 100%;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.navbar {
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #ffffff;
}

.hero {
    background: linear-gradient(135deg, #0d6efd 15%, #4f8bff 100%);
    color: white;
    padding: 4rem 0 3rem;
}

.hero .badge {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero h1 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    letter-spacing: -0.03em;
}

.hero p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 760px;
}

.quick-links {
    margin-top: -3rem;
    position: relative;
    z-index: 5;
}

.quick-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.quick-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}

.quick-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.quick-card p {
    color: var(--muted);
    margin-bottom: 1rem;
}

.quick-card .btn {
    font-weight: 600;
}

.footer-section {
    padding: 2.5rem 0;
    color: var(--muted);
}

.footer-section .footer-note {
    color: #475569;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
}

.section-subtitle {
    color: var(--muted);
}

@media (max-width: 767px) {
    .hero {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .hero h1 {
        font-size: 2.6rem;
    }
}
\n.gallery-card img { transition: transform 0.35s ease; }\n.gallery-card:hover img { transform: scale(1.05); }\n.text-content img { max-width: 100%; height: auto; }\n.text-content blockquote { border-left: 4px solid rgba(13, 110, 253, 0.25); padding-left: 1rem; color: #344054; }\n
\n.section-header { max-width: 900px; margin: 0 auto; }\n.resource-card { background: white; border: 1px solid rgba(15,23,42,0.08); border-radius: 18px; box-shadow: 0 18px 45px rgba(15,23,42,0.06); transition: transform 0.25s ease, border-color 0.25s ease; }\n.resource-card:hover { transform: translateY(-4px); border-color: rgba(13,110,253,0.2); }\n.resource-label { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #0d6efd; margin-bottom: 0.75rem; display: inline-flex; align-items: center; gap: 0.5rem; }\n.doc-list { display: grid; gap: 0.75rem; }\n.doc-link { display: block; padding: 14px 16px; border-radius: 12px; background: #f8f9ff; color: #1f2937; text-decoration: none; border: 1px solid #e5e7eb; transition: all 0.2s ease; }\n.doc-link:hover { background: #eff6ff; border-color: #cfe2ff; color: #0d6efd; }\n.news-card { color: inherit; }\n.stats-card { background: white; border-radius: 18px; border: 1px solid rgba(15,23,42,0.08); box-shadow: 0 18px 45px rgba(15,23,42,0.06); }\n@media (max-width: 768px) { .section-header { padding: 0 1rem; } }\n
