/* Hero Section - Dashboard header and introduction */

.hero-section {
    padding: 2rem 1.5rem;
    max-width: 80rem;
    margin: 0 auto;
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hero-content {
    flex: 1.5 1 0%;
    padding-right: 2rem;
}

.hero-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.125rem;
    color: #295e84;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.hero-map {
    flex: 1 1 0%;
}

.hero-map-image {
    width: 100%;
    height: 280px;
    background-image: url("/assets/images/SSA-dashboard.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20% center;
    opacity: 0.8;
}

/* Position the city platform button at the top-right corner of the hero map */
.hero-map {
    position: relative;
}

.hero-map-action {
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 2000;
    display: inline-flex;
}
