html{scroll-behavior:smooth}.hero-cta{--ryman-orange:#f06022;--ryman-blue:#114c8f;--grounding-grey:#3f3934;--healthcare-blue:#abdbe7;background:var(--ryman-orange);& .hero-cta__content{background:var(--healthcare-blue);display:grid;gap:8px;margin-inline:auto;max-width:330px;padding:18px 20px;transform:translateY(-10px);transition:transform .3s ease,box-shadow .3s ease}& .hero-cta__title{color:var(--grounding-grey);font-size:1.5rem;margin:0}& .hero-cta__text{color:var(--grounding-grey);font-size:1rem;margin:0}& .hero-cta__buttons{display:flex;gap:12px;justify-content:center}& .hero-cta__button{border-radius:100px;color:#fff;font-size:.875rem;font-weight:600;padding:14px 22px;text-align:center;text-decoration:none;transition:filter .3s ease}& .hero-cta__button:hover{filter:brightness(1.1)}& .hero-cta__button:first-of-type{background:var(--ryman-orange);color:#fff}& .hero-cta__button:last-of-type{background:#fff;color:var(--ryman-orange)}}@media screen and (min-width:992px){.hero-cta{background:transparent;bottom:40px;left:0;margin-inline:auto;max-width:1400px;position:absolute;right:0;width:100%;z-index:1;& .hero-cta__content{gap:14px;margin-inline:0;padding:24px 26px;transform:none;width:329px}& .hero-cta__content:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-2px)}& .hero-cta__button{font-size:1rem;padding:14px 12px}}}@media screen and (min-width:992px) and (max-width:1280px){.hero-cta{bottom:10px}}