@charset "UTF-8";.feature-showcase__item{padding:var(--section-pad) 0;background:#fff}.feature-showcase__item--cream{background:var(--cream)}.feature-showcase__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.feature-showcase__item--flip .feature-showcase__text{order:2}.feature-showcase__item--flip .feature-showcase__visual{order:1}.feature-showcase__badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:var(--pink-light);color:var(--pink);font-size:13px;font-weight:700;margin-bottom:20px}.feature-showcase__heading{font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-.5px;color:var(--text-dark);margin-bottom:16px}.feature-showcase__description{font-size:17px;line-height:1.7;color:var(--text-muted);margin-bottom:28px}.feature-showcase__callout{border-top:1px solid rgba(12,21,40,.1);padding-top:22px;margin-bottom:32px}.feature-showcase__callout p{font-size:15px;line-height:1.7;color:var(--text-muted);max-width:46ch}.feature-showcase__callout-label{display:block;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--pink);margin-bottom:8px}.feature-showcase__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px}.feature-showcase__link{color:var(--pink);font-weight:600;font-size:15px;text-decoration:none;transition:color .2s}.feature-showcase__link:hover{color:var(--pink-hover)}.feature-showcase__note{margin-top:16px;font-size:13px;color:var(--text-muted)}.feature-showcase__image{display:block;width:100%;height:auto;border-radius:var(--radius);box-shadow:0 12px 40px #0c15281f}@media (max-width: 768px){.feature-showcase__item{padding:var(--section-pad-mobile) 0}.feature-showcase__grid{grid-template-columns:1fr;gap:36px}.feature-showcase__item--flip .feature-showcase__text{order:1}.feature-showcase__item--flip .feature-showcase__visual{order:2}.feature-showcase__heading{font-size:28px}.feature-showcase__actions .btn{width:100%;justify-content:center}}
