.feature-cards{background-color:#0d263b;box-sizing:border-box;color:#fff;font-family:Roboto,sans-serif;padding:16px 0 56px;width:100%}.feature-cards__inner{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 24px}.feature-cards__grid{box-sizing:border-box;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-cards__card{background-color:#0d263b;border-radius:20px;box-sizing:border-box;min-width:0;overflow:hidden;padding:32px;position:relative;z-index:0}.feature-cards__card:before{background:linear-gradient(90deg,#a4f4a7 13%,#c2e8ff 36%,#b1e1f1 57%,#468dff 95%);border-radius:20px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute;z-index:-1}.feature-cards__tag{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:20px;color:#c8d6e8;display:inline-block;font-family:Roboto,sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:16px;padding:5px 14px;text-transform:uppercase}.feature-cards__title{color:#fff!important;font-family:Roboto,sans-serif!important;font-size:22px;font-weight:700;line-height:1.3;margin:0 0 12px}.feature-cards__description{color:#c8d6e8!important;font-family:Roboto,sans-serif!important;font-size:16px;font-weight:400;line-height:1.6;margin:0}@media (max-width:1024px){.feature-cards{padding:12px 0 48px}.feature-cards__grid{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.feature-cards{padding:24px 0 40px}.feature-cards__grid{gap:12px;grid-template-columns:1fr}.feature-cards__card{padding:24px}.feature-cards__title{font-size:20px}.feature-cards__description{font-size:15px}}