.features{background-color:var(--bg-third-color);padding:clamp(4rem,7vw,7rem) 10vw clamp(4rem,6vw,6rem);position:relative}.features__header{text-align:center;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:clamp(2.5rem,4vw,4rem);display:flex}.features__badge{background:#f5872c12;border:1px solid #f5872c4d;border-radius:100px;align-items:center;gap:7px;padding:5px 16px;display:inline-flex}.features__badge:before{content:"";background:var(--primary-color);width:6px;height:6px;box-shadow:0 0 8px var(--primary-color);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite feat-badge-pulse}@keyframes feat-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.features__badge span{letter-spacing:.12em;text-transform:uppercase;color:var(--primary-color);font-size:10.5px;font-weight:700}.features__title{letter-spacing:-.04em;color:#2a3342;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1}.features__subtitle{color:#8896ab;max-width:600px;margin:0;font-size:clamp(1rem,1.2vw,1.1rem);font-weight:400;line-height:1.75}.features__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.features__card{background-color:#fff;border:1px solid #2a334212;border-radius:20px;flex-direction:column;gap:14px;padding:28px 28px 24px;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #2a33420a}.features__card:before{content:"";background:linear-gradient(90deg,#0000 0%,#f5872c80 40% 60%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}.features__card:hover{border-color:#f5872c33;transform:translateY(-4px);box-shadow:0 8px 30px #2a334214}.features__card-icon{width:52px;height:52px;color:var(--primary-color);background:#f5872c14;border:1px solid #f5872c2e;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:background .25s,border-color .25s,box-shadow .25s;display:flex}.features__card:hover .features__card-icon{background:#f5872c24;border-color:#f5872c59;box-shadow:0 0 16px #f5872c1f}.features__card-body{flex-direction:column;flex:1;gap:8px;display:flex}.features__card-title{letter-spacing:-.02em;color:#2a3342;font-size:1.15rem;font-weight:700;line-height:1.3}.features__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.features__list-item{color:#8896ab;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.6;display:flex}.features__list-item:before{content:"";background:var(--primary-color);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.features__button{color:var(--primary-color);opacity:.75;align-items:center;gap:6px;margin-top:4px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s,gap .2s;display:inline-flex}.features__card:hover .features__button{opacity:1;gap:10px}.features__icon{display:none}.features__media{display:none!important}@media (max-width:767px){.features{padding:clamp(3.5rem,12vw,5rem) 6vw clamp(3rem,10vw,5rem)}.features__grid{grid-template-columns:1fr;gap:14px}}@media (min-width:768px) and (max-width:1023px){.features__grid{grid-template-columns:repeat(2,1fr)}}
