.services-wrapper{padding:60px 30px;background:#ffffff}.services-title-col{display:flex;flex-direction:column;justify-content:center}.services-subtitle{color:var(--services-hover,#0e8187);font-size:14px;font-weight:700;letter-spacing:1.5px;margin-bottom:8px;text-transform:uppercase}.services-title{font-size:38px;font-weight:700;color:var(--color-secondary);margin-bottom:14px;line-height:1.2}.services-intro{font-size:15px;color:rgba(0,0,102,.75);max-width:380px;line-height:1.6}.service-card{position:relative;background:var(--color-surface);padding:28px 24px;border-radius:6px;box-shadow:0 4px 14px rgba(0,0,0,.04);height:100%;min-height:280px;display:flex;flex-direction:column;cursor:pointer;transition:all .35s ease}.service-card:hover{background:var(--services-hover,#0e8187);box-shadow:0 10px 24px rgba(14,129,135,.35);transform:translateY(-5px)}.service-icon{width:50px;height:50px;background:rgba(14,129,135,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:8px;color:var(--services-hover,#0e8187);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px;transition:background .35s ease,color .35s ease}.service-card:hover .service-icon{background:rgba(255,255,255,.15);color:white}.service-card-title{font-size:19px;font-weight:600;margin-bottom:8px;transition:color .35s ease}.service-card:hover .service-card-title{color:var(--color-on-primary)}.service-card-desc{font-size:14px;color:rgba(0,0,102,.75);flex:1 1;line-height:1.6;transition:color .35s ease}.service-card:hover .service-card-desc{color:rgba(255,255,255,.9)}.service-arrow{position:absolute;right:16px;bottom:16px;background:rgba(14,129,135,.12);color:var(--services-hover,#0e8187);width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:all .35s ease}.service-card:hover .service-arrow{background:rgba(255,255,255,.25);color:var(--color-on-primary);transform:translateX(5px) scale(1.1)}