.home-features{padding-top:18px}
.feature-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:center;padding:58px 0;border-bottom:1px solid var(--line)}
.feature-row:last-child{border-bottom:0}
.feature-row.reverse .feature-image{order:2}
.feature-image{aspect-ratio:4/3;overflow:hidden;border-radius:20px;box-shadow:0 20px 45px #09283f18}
.feature-image img{width:100%;height:100%;object-fit:cover;display:block}
.feature-copy h2{margin-bottom:18px}
.feature-copy p{color:#425665;line-height:1.75;margin:0 0 22px}
.feature-copy .text-link{display:inline-block}
@media(max-width:960px){.feature-row{grid-template-columns:1fr;gap:38px}.feature-row.reverse .feature-image{order:0}}
@media(max-width:620px){.feature-row{padding:42px 0;gap:25px}.feature-image{border-radius:14px}}
.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
