.solution .section-head .lede{color:rgba(242,240,234,0.65);}.solution-grid{display:flex;flex-direction:column;gap:28px;}.product-feature{aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;position:relative;background:#1A1A18;max-width:520px;}.product-feature img,.product-feature video{width:100%;height:100%;object-fit:cover;display:block;}.feature-list{display:flex;flex-direction:column;gap:0;}.feat{display:grid;grid-template-columns:36px 1fr 22px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.10);}.feat:last-child{border-bottom:0;}.feat>.icon{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,0.06);display:grid;place-items:center;border:1px solid rgba(255,255,255,0.08);flex-shrink:0;}.feat>.icon svg{width:18px !important;height:18px !important;stroke:var(--accent);}.feat h4{font-size:15px;font-weight:500;margin-bottom:2px;}.feat p{font-size:13px;color:rgba(242,240,234,0.55);}.feat .check{color:var(--accent);display:grid;place-items:center;width:22px;height:22px;flex-shrink:0;}.feat .check svg{width:18px !important;height:18px !important;}@media (min-width:760px){.solution-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:72px;align-items:center;}.product-feature{aspect-ratio:4/5;max-width:none;}}