.lead-hero {
    background: radial-gradient(130% 140% at 6% 10%, rgba(0, 87, 255, 0.12), rgba(0, 87, 255, 0) 45%), radial-gradient(120% 130% at 94% 16%, rgba(0, 221, 173, 0.12), rgba(0, 221, 173, 0) 40%), linear-gradient(180deg, #f8fbff 0%, #ffffff 70%);
    border: 1px solid #e9eef9;
    border-radius: 24px;
    padding: 1.3em;
    margin-bottom: 3.2em !important;
}

.lead-hero .hero {
    align-items: center;
    gap: 1.8em;
}

.lead-kicker {
    display: inline-flex;
    gap: 0.45em;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.hero-copy h1 {
    margin-bottom: 0.5em;
}

.hero-copy p {
    margin-bottom: 1.1em;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    align-items: center;
}

.hero-actions .secondary-link {
    color: var(--primary-text);
    text-decoration: underline;
    font-weight: 600;
}

#venue-flow {
    background: linear-gradient(145deg, #07122e 0%, #0d244f 65%, #12356f 100%);
    border-radius: 24px;
    padding: 1.4em;
    margin-bottom: 3.2em !important;
}

#venue-flow .section-title,
#venue-flow h2,
#venue-flow p {
    color: #f8f1e8;
}

.biz-scroll-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.4em;
    scrollbar-width: thin;
}

.biz-track {
    display: flex;
    gap: 1em;
    width: max-content;
    min-width: 100%;
}

.biz-card {
    position: relative;
    width: 320px;
    min-height: 390px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
    text-decoration: none !important;
}

.biz-media {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: 0.03em;
    background: linear-gradient(145deg, #2b4f7f 0%, #0c1d4f 70%);
}

.biz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.biz-card:nth-child(2) .biz-media {
    background: linear-gradient(145deg, #1f4f7f 0%, #0a2241 70%);
}

.biz-card:nth-child(3) .biz-media {
    background: linear-gradient(145deg, #34669f 0%, #0f2e57 70%);
}

.biz-card:nth-child(4) .biz-media {
    background: linear-gradient(145deg, #0e4f88 0%, #0a2856 70%);
}

.biz-card:nth-child(5) .biz-media {
    background: linear-gradient(145deg, #2f4f9a 0%, #132d63 70%);
}

.biz-card:nth-child(6) .biz-media {
    background: linear-gradient(145deg, #155b96 0%, #12376f 70%);
}

.biz-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.2em;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.16) 70%, rgba(0, 0, 0, 0));
    color: white;
}

.biz-overlay h3 {
    color: white;
    margin-bottom: 0.25em;
}

.biz-overlay p {
    color: rgba(255, 255, 255, 0.92) !important;
    margin: 0;
    font-size: 0.95em;
    line-height: 1.45em;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease;
}

.biz-card:hover .biz-overlay p,
.biz-card:focus-within .biz-overlay p {
    opacity: 1;
    max-height: 130px;
    margin-top: 0.35em;
}

#operating-system .card,
#launch-flow .card,
#packages .pkg {
    text-align: left;
}

#hospitality-map .map-layout {
    display: grid;
    gap: 1.2em;
    grid-template-columns: 1fr;
}

.map-points {
    text-align: left;
}

.map-point {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0.8em 0.15em;
    font-size: 2rem;
    line-height: 1.15em;
    font-weight: 500;
    color: var(--primary-text);
    cursor: pointer;
    transition: color 0.2s ease;
}

.map-point.active {
    color: var(--color-primary);
}

.map-feature-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr;
}

.map-feature-card {
    background: linear-gradient(160deg, #eef4ff 0%, #dfeaff 100%);
    border: 1px solid #c9dcff;
    border-radius: 22px;
    padding: 1.25em;
    text-align: left;
}

.map-feature-card:nth-child(even) {
    background: linear-gradient(160deg, #e8f7ff 0%, #d9ecff 100%);
    border-color: #bfe2ff;
}

.map-feature-card h3 {
    margin-bottom: 0.45em;
}

.map-feature-card p {
    margin-bottom: 0.65em;
}

.map-feature-card a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: underline;
}

.cta-band {
    border: 1px solid #e9eef9;
    border-radius: 20px;
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
    padding: 1.4em;
}

.cta-band .hero-actions {
    justify-content: center;
    margin-top: 0.9em;
}

@media screen and (min-width: 1024px) {
    #hospitality-map .map-layout {
        grid-template-columns: minmax(260px, 1fr) 2fr;
    }

    .map-feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .hero-actions {
        width: 100%;
    }

    .hero-actions .cta,
    .hero-actions .btn-outline {
        width: 100%;
        text-align: center;
    }

    .map-point {
        font-size: 1.55rem;
    }

    .biz-card {
        width: 280px;
        min-height: 350px;
    }
}
