.hostedb-theme {
    background:
        radial-gradient(circle at top right, rgba(191, 153, 74, 0.16), transparent 28%),
        linear-gradient(180deg, #f5f1e8 0%, #ffffff 24%, #f8f8f6 100%);
    color: #17202a;
}

.hostedb-header .navbar-light,
.hostedb-header .main-navbar-wrapper,
.hostedb-footer {
    background: #102033;
}

.hostedb-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #f8fafc;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hostedb-brand:hover {
    color: #f8fafc;
    text-decoration: none;
}

.hostedb-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.25rem;
    height: 2.1rem;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: #c39a4b;
    color: #102033;
    font-size: 0.82rem;
}

.hostedb-brand-text {
    color: #f8fafc;
    font-size: 0.96rem;
}

.hostedb-hero {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 2rem;
    padding: 2rem;
    margin: 2rem 0 2.5rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #102033 0%, #1d3552 60%, #2a4d74 100%);
    color: #f8fafc;
    box-shadow: 0 18px 45px rgba(16, 32, 51, 0.18);
}

.hostedb-eyebrow {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: #c39a4b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hostedb-hero h1 {
    max-width: 12ch;
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
}

.hostedb-hero p {
    max-width: 56ch;
    color: rgba(248, 250, 252, 0.82);
}

.hostedb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.hostedb-hero-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.45);
}

.hostedb-hero-panel {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.hostedb-stat,
.hostedb-card,
.hostedb-link-card {
    border-radius: 20px;
}

.hostedb-stat {
    padding: 1.2rem 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hostedb-stat-label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(248, 250, 252, 0.64);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hostedb-section {
    margin: 2.5rem 0;
}

.hostedb-section-head {
    margin-bottom: 1.25rem;
}

.hostedb-section-head h2 {
    margin: 0;
    color: #102033;
    font-size: 1.8rem;
}

.hostedb-card {
    height: 100%;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(16, 32, 51, 0.08);
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
}

.hostedb-card h3 {
    margin-bottom: 0.75rem;
    color: #102033;
    font-size: 1.2rem;
}

.hostedb-link-card {
    display: block;
    height: 100%;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid rgba(16, 32, 51, 0.08);
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.05);
    color: #102033;
}

.hostedb-link-card:hover {
    color: #102033;
    text-decoration: none;
    transform: translateY(-2px);
}

.hostedb-link-card strong {
    display: block;
    margin-bottom: 0.35rem;
}

.hostedb-link-card span,
.hostedb-footer-note {
    color: #5b6470;
}

.hostedb-footer-note {
    margin-top: 0.5rem;
    color: rgba(248, 250, 252, 0.56);
}

@media (max-width: 991.98px) {
    .hostedb-hero {
        grid-template-columns: 1fr;
    }
}
