.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;list-style:none;margin:0;padding:0}.feat-card{padding:26px 24px;transition:transform .18s ease,box-shadow .18s ease}.feat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-float)}.feat-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:rgba(var(--green-rgb),.1);color:var(--green-dk);margin-bottom:16px}.feat-icon svg{width:24px;height:24px}.feat-icon.has-img{background:none;border-radius:0;width:52px;height:52px}.feat-icon.has-img img{width:100%;height:100%;object-fit:contain}.feat-card h3{font-family:var(--f-head);font-size:16.5px;font-weight:600;color:var(--navy);margin-bottom:8px}.feat-card p{font-size:14.5px;color:var(--text-2);line-height:1.65}.feat-intro{max-width:980px;font-size:15.5px;line-height:1.75;color:var(--text-2);margin:-18px 0 36px}.feat-center .feat-intro{margin-left:auto;margin-right:auto;text-align:center}.feat-intro p{margin-bottom:10px}.feat-intro p:last-child{margin-bottom:0}.feat-list{columns:2;column-gap:56px;list-style:none;margin:0;padding:0}.feat-cols-1{columns:1;max-width:980px}.feat-cols-3{columns:3;column-gap:40px}.feat-center .feat-list{margin-left:auto;margin-right:auto}.feat-li{position:relative;break-inside:avoid;padding-left:30px;margin-bottom:22px}.feat-li:before{content:"✓";position:absolute;left:0;top:1px;font-family:var(--f-head);font-weight:700;color:var(--navy)}.feat-mark-square .feat-li:before{content:"▪";top:-1px}.feat-mark-none .feat-li{padding-left:0}.feat-mark-none .feat-li:before{content:none}.feat-li h3{font-family:var(--f-head);font-size:18px;font-weight:600;line-height:1.35;color:var(--navy);margin-bottom:6px}.feat-li p{font-size:15.5px;color:var(--text-2);line-height:1.65}.feat-cta{margin-top:32px}.feat-center .feat-cta{text-align:center}.feat-cta .btn{min-width:360px}.feat-cta-note{font-size:14px;color:var(--text-2);margin-top:14px}@media (max-width: 900px){.feat-grid{grid-template-columns:repeat(2,1fr)}.feat-cols-3{columns:2}}@media (max-width: 600px){.feat-grid{grid-template-columns:1fr;gap:16px}.feat-list,.feat-cols-3{columns:1}.feat-cta .btn{width:100%;min-width:0}}@media (prefers-reduced-motion: reduce){.feat-card{transition:none}.feat-card:hover{transform:none}}
