body {
    font-family: 'DINProRegular', 'DIN Pro', 'DINPro', 'DIN', 'Arial', sans-serif;
    background: linear-gradient(160deg, #f5f8ff 0%, #ecf1ff 100%);
    color: #1a2c54;
    min-height: 100vh;
}

.site-nav {
    background: rgba(15, 42, 69, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.65rem 0;
}

.nav-brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    color: #f7f9ff;
    line-height: 1.1;
}

.nav-brand__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: 0.75;
}

.nav-brand__title {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}

.nav-link-item {
    color: #f7f9ff;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-link-item:hover,
.nav-link-item:focus {
    color: #f3c971;
}

.nav-icon {
    color: #f7f9ff;
    font-size: 1rem;
}

.nav-icon:hover,
.nav-icon:focus {
    color: #f3c971;
}

@media (max-width: 991px) {
    .nav-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .nav-links {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        gap: 0.9rem;
        flex-wrap: wrap;
    }
}

.site-topbar {
    background: rgba(15, 42, 69, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #f7f9ff;
}

.topbar-inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.65rem 0;
}

.topbar-brand {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.topbar-nav {
    display: flex;
    gap: 1rem;
    margin-left: auto;
}

.topbar-link {
    color: #f7f9ff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.topbar-link:hover {
    color: #f3c971;
}

.topbar-icon {
    color: #f7f9ff;
    font-size: 1rem;
}

.topbar-icon:hover {
    color: #f3c971;
}

.hero-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-card {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(17, 38, 92, 0.12);
    overflow: hidden;
}

.brand-card__banner {
    max-height: 180px;
    object-fit: cover;
    width: 100%;
}

.brand-card__banner--adlog {
    display: block;
    width: calc(100% - 1.5rem);
    margin: 0.75rem auto 0;
    padding: 0.35rem;
    max-height: clamp(140px, 20vw, 220px);
    object-fit: contain;
    background: #ffffff;
    border-radius: 0.75rem;
}

@media (max-width: 767px) {
    .brand-card__banner--adlog {
        width: calc(100% - 1rem);
        margin-top: 0.5rem;
        max-height: clamp(120px, 32vw, 170px);
    }

    .brand-card__body.brand-card__body--adlog {
        padding: 1.5rem;
    }
}

.brand-card__body {
    padding: 2.5rem;
}

.brand-card__title {
    font-weight: 700;
    color: #11265c;
}

.btn-primary {
    background-color: #11265c;
    border-color: #11265c;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1b3b8a;
    border-color: #1b3b8a;
}

.form-control,
.form-select {
    border-radius: 0.75rem;
    border: 1px solid rgba(17, 38, 92, 0.2);
    padding: 0.75rem 1rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(17, 38, 92, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(17, 38, 92, 0.15);
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #11265c;
    margin-bottom: 1rem;
}

.floating-alert {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1080;
}

.loader-ring {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 10px solid rgba(17, 38, 92, 0.15);
    border-top-color: #1b3b8a;
    animation: spin 1.2s linear infinite;
    margin: 2rem auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.form-section {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(17, 38, 92, 0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-subtitle {
    font-weight: 600;
    color: #1b3b8a;
    margin-bottom: 1rem;
}

.form-check-input:checked {
    background-color: #11265c;
    border-color: #11265c;
}

.badge-soft {
    background-color: rgba(17, 38, 92, 0.08);
    color: #11265c;
    border-radius: 50rem;
    padding: 0.35rem 0.75rem;
    font-weight: 600;
}

.table-custom th {
    color: #11265c;
    font-weight: 600;
}

.table-custom td {
    color: #2f3c64;
}

.footer-bar {
    padding: 2rem 0;
    color: rgba(17, 38, 92, 0.7);
    font-size: 0.9rem;
}

.footer-bar a {
    color: inherit;
    text-decoration: none;
}

.footer-bar a:hover {
    text-decoration: underline;
}

.step-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(17, 38, 92, 0.08);
    color: #11265c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1rem;
}

.step-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.step-item:not(:last-child) {
    border-bottom: 1px solid rgba(17, 38, 92, 0.08);
}

.step-text-title {
    font-weight: 600;
    color: #11265c;
}

.step-text-desc {
    color: rgba(17, 38, 92, 0.7);
    font-size: 0.95rem;
}

.cta-banner {
    background: linear-gradient(160deg, #11265c 0%, #1b3b8a 100%);
    color: #ffffff;
    border-radius: 1.25rem;
    padding: 2rem;
}

.cta-banner .btn {
    background-color: #ffffff;
    color: #11265c;
    font-weight: 600;
}

.cta-banner .btn:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #11265c;
}
/* Global tweaks for fixed header and smooth anchors */
html { scroll-padding-top: 56px; scroll-behavior: smooth; }

/* Generic gradient section */
.bg-gradient-sky { background: linear-gradient(160deg, #f5f8ff 0%, #ecf1ff 100%); }

/* Utilities */
.maxw-500 { max-width: 500px; }
.maxw-600 { max-width: 600px; }
.maxw-90 { max-width: 90%; }
.circle-icon-lg { width:160px; height:160px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.section-divider { border:0; border-top:2px solid #11265c; opacity:1; }

/* Form inputs (legacy .inputs) */
.inputs { width:100%; padding: .625rem .875rem; border-radius: .5rem; border: 1px solid rgba(17,38,92,.2); background:#fff; }
.inputs:focus { outline: none; border-color: rgba(17,38,92,.45); box-shadow: 0 0 0 .25rem rgba(17,38,92,.12); }
input.invalid { background-color:#ffdddd; }
