.start-here-page .journey-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 1rem 0;
}

.start-here-page .journey-card,
.start-here-page .trust-card,
.start-here-page .content-card {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 1rem;
    background: rgba(0,0,0,0.2);
}

.start-here-page .breadcrumbs {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.start-here-page .breadcrumbs a {
    text-decoration: none;
}

.start-here-page .cross-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.start-here-page .trust-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.start-here-page .kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    opacity: 0.85;
}
