.home-page {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.home-page-hero {
    text-align: center;
    padding-top: 0.5rem;
}

.home-page-kicker {
    margin: 0 0 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.home-page-title {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    line-height: 1.08;
    color: #0f172a;
}

.home-page-subtitle {
    margin: 0.75rem auto 0;
    max-width: 56rem;
    color: #475569;
    font-size: 1.05rem;
}

.home-surface {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.home-surface .card-body {
    padding: 1.25rem;
}

.home-section-kicker {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.home-section-title {
    margin: 0;
    font-size: 1.45rem;
    color: #0f172a;
}

.home-rich-text {
    color: #334155;
}

.home-rich-text p:last-child,
.home-rich-text ul:last-child {
    margin-bottom: 0;
}

.home-media {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #dbe4f0;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    object-fit: cover;
}

.home-team-grid,
.home-contact-grid {
    display: grid;
    gap: 1rem;
}

.home-team-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.home-info-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.1rem 1.15rem;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.home-info-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    color: #0f172a;
}

.home-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.home-link-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #334155;
}

.home-link-list i {
    width: 1.1rem;
    margin-top: 0.1rem;
    text-align: center;
    color: #2563eb;
}

.home-link-list a {
    color: #2563eb;
    text-decoration: none;
}

.home-link-list a:hover {
    text-decoration: underline;
}

.home-form .form-label {
    font-weight: 600;
    color: #334155;
}

.home-form .form-text {
    color: #64748b;
}

.home-page table th {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .home-surface .card-body {
        padding: 1rem;
    }
}
