.features-hero,.features-page{position:relative}.features-hero{padding:60px 0 0;text-align:center}.features-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 0,rgba(196,174,146,.08) 0,transparent 70%);pointer-events:none}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.feature-card{padding:28px;display:flex;flex-direction:column;gap:14px;border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);transition:background .3s ease;position:relative}.feature-card:nth-child(3n){border-right:none}.feature-card:nth-last-child(-n+3){border-bottom:none}.feature-card:hover{background:rgba(255,255,255,.02)}.feature-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:rgba(255,255,255,.75);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.feature-title{font-size:16px;font-weight:600;letter-spacing:-.2px;color:var(--text-primary);line-height:1.25}.feature-description{font-size:13px;line-height:20px;color:var(--text-secondary);flex:1 1}.feature-arrow{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;color:var(--text-muted);margin-top:auto;transition:all .2s ease}.feature-card:hover .feature-arrow{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(3n){border-right:1px solid rgba(255,255,255,.05)}.feature-card:nth-child(2n){border-right:none}.feature-card:nth-last-child(-n+3){border-bottom:1px solid rgba(255,255,255,.05)}.feature-card:nth-last-child(-n+2){border-bottom:none}}@media (max-width:640px){.features-grid{grid-template-columns:1fr}.feature-card{border-right:none!important}.feature-card:last-child{border-bottom:none}}