.landing-cards>div:nth-child(1){background:linear-gradient(145deg,#eef7ff,#ffffff);border:1px solid #b9dcff;box-shadow:0 18px 40px rgba(19,104,190,.13),inset 0 1px 0 rgba(255,255,255,.95)}
.landing-cards>div:nth-child(2){background:linear-gradient(145deg,#f2f4ff,#ffffff);border:1px solid #c8d0ff;box-shadow:0 18px 40px rgba(70,76,170,.12),inset 0 1px 0 rgba(255,255,255,.95)}
.landing-cards>div:nth-child(3){background:linear-gradient(145deg,#fff8ed,#ffffff);border:1px solid #f1d8aa;box-shadow:0 18px 40px rgba(170,119,36,.11),inset 0 1px 0 rgba(255,255,255,.95)}
.landing-cards>div{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.landing-cards>div:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,#1680ff,#6bb8ff);opacity:.9}
.landing-cards>div:nth-child(2):before{background:linear-gradient(90deg,#5967e8,#9da7ff)}
.landing-cards>div:nth-child(3):before{background:linear-gradient(90deg,#d99b32,#f1c56d)}
.landing-cards>div:hover{transform:translateY(-4px);box-shadow:0 24px 48px rgba(35,89,140,.16)}
.landing-cards b{color:#173d64;letter-spacing:-.2px}
.landing-cards small{color:#5f7188}
