.hero {
position: relative;
}
.hero-media {
height: 100%;
min-height: 260px;
}
.hero .flex {
justify-content: center;
}
.card {
min-width: 0;
}
.team-media {
margin-top: var(--space-lg);
}
.sticky-cta {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 1000;
box-shadow: var(--shadow-md);
}
@media (max-width: 768px) {
.sticky-cta {
left: 50%;
right: auto;
transform: translateX(-50%);
width: calc(100% - 32px);
text-align: center;
}
}
