/* Features */
    .feature-card { position: relative; overflow: hidden; min-height: 300px; }
    .feature-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; bottom: -60px; background: var(--mint-100); border-radius: 50%; }
    .feature-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; color: var(--white); background: linear-gradient(145deg, var(--blue-600), var(--cyan-400)); border-radius: 15px; box-shadow: 0 10px 24px rgba(8,120,200,.19); }
    .feature-icon svg { width: 25px; height: 25px; }
    .feature-card p { margin-bottom: 0; }
