.features-section{display:block;width:100%;clear:both}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:1rem 2rem;max-width:1250px;width:100%;box-sizing:border-box;margin:0 auto}@media (max-width:780px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;border-radius:4px;padding:20px 18px 24px;position:relative;box-sizing:border-box;text-align:center}.feature-card::before{content:"";position:absolute;inset:4px;border-radius:4px;pointer-events:none}.feature-card.yellow{border:2.5px solid #f5c518}.feature-card.yellow::before{border:1.5px solid rgba(245,197,24,.38)}.feature-card.blue{border:2.5px solid #7ec8e3}.feature-card.blue::before{border:1.5px solid rgba(126,200,227,.38)}.feature-card.red{border:2.5px solid #c0392b}.feature-card.red::before{border:1.5px solid rgba(192,57,43,.38)}.feature-card.green{border:2.5px solid #82c785}.feature-card.green::before{border:1.5px solid rgba(130,199,133,.38)}.feature-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.feature-icon.yellow{background:#fef3b0}.feature-icon.blue{background:#d0ecf7}.feature-icon.red{background:#c0392b}.feature-icon.green{background:#c8f0c8}.feature-icon svg{width:22px;height:22px}.feature-title{font-family:"Caveat",cursive;font-size:clamp(18px,2vw,22px);font-weight:700;color:#264188;margin:0 0 10px;line-height:1.3}.feature-card.red .feature-title{color:#c0392b}.feature-body{font-family:Arial,sans-serif;font-size:13px;color:#444;line-height:1.6;margin:0}