.hero-section .container{align-items:center}
.hero-section h1{margin-bottom:var(--space-md)}
.hero-section p{max-width:600px}
.hero-section .btn{margin-top:var(--space-md)}

.card{max-width:900px;margin-inline:auto}
.card h2{margin-bottom:var(--space-sm)}

.sticky-cta{position:fixed;bottom:20px;right:20px;z-index:999;box-shadow:var(--shadow-md)}

@media (max-width:768px){
.sticky-cta{left:50%;right:auto;transform:translateX(-50%);width:calc(100% - 2rem);text-align:center}
}
