.home-services { padding: 80px 0 60px; background: #fff; scroll-margin-top: 145px; }
.home-services__intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 34px; }
.home-services .home-services__eyebrow { margin: 0 0 12px; color: #197cdf; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.home-services h2 { margin: 0; color: #102641; font-size: clamp(27px,3vw,34px); font-weight: 600; line-height: 1.25; letter-spacing: -.035em; }
.home-services__intro > p { max-width: 330px; margin: 0; color: #5b7089; font-size: 14px; line-height: 1.8; }
.home-services__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.home-services__card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 34px; background: #f2f6fb; color: #102641; border-radius: 5px; text-decoration: none; transition: background .2s, color .2s; }
.home-services__top { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.home-services__top svg { width: 29px; height: 29px; color: #238ddc; }
.home-services__top span { color: #7d92a9; font-size: 11px; font-weight: 500; letter-spacing: 1px; }
.home-services .home-services__card h3 { margin: 0 0 10px; color: inherit; font-size: 23px; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.home-services__card > p { margin: 0 0 15px; color: #536a83; font-size: 15px; line-height: 1.8; max-width: 48ch; }
.home-services__tags { margin-bottom: 24px; color: #69819b; font-size: 11px; line-height: 1.7; letter-spacing: .3px; font-weight: 500; }
.home-services__action { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; margin-top: auto; color: #167acb; font-size: 12px; font-weight: 600; }
.home-services__action svg { width: 19px; height: 19px; flex-shrink: 0; transition: transform .2s; }
.home-services__card:hover, .home-services__card:focus-visible { background: #0b2139; color: #fff; }
.home-services__card:focus-visible { outline: 2px solid #238ddc; outline-offset: 3px; }
.home-services__card:is(:hover,:focus-visible) > p { color: #c0d0e1; }
.home-services__card:is(:hover,:focus-visible) .home-services__tags { color: #94aec8; }
.home-services__card:is(:hover,:focus-visible) .home-services__action, .home-services__card:is(:hover,:focus-visible) .home-services__top svg { color: #6bc4ff; }
.home-services__card:hover .home-services__action svg { transform: translateX(3px); }
.home-services__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; }
.home-services__bottom p { margin: 0; color: #637a91; font-size: 13px; line-height: 1.7; }
.home-services__bottom .button { white-space: nowrap; }
@media(max-width:650px) { .home-services { padding: 48px 0; } .home-services__intro { display: block; } .home-services__intro > p { margin-top: 18px; max-width: none; } .home-services__grid { grid-template-columns: 1fr; gap: 14px; } .home-services__card { padding: 26px; } .home-services__bottom { align-items: flex-start; flex-direction: column; } }
@media(prefers-reduced-motion:reduce) { .home-services__card, .home-services__action svg { transition: none; } }
