.jb-cards { font-family: inherit; background: #ffffff; padding: 88px 24px; }
.jb-cards__inner { max-width: 1200px; margin: 0 auto; }
.jb-cards__eyebrow { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #4632DA; font-weight: 700; margin: 0 0 16px; }
.jb-cards__title { font-size: clamp(36px, 5vw, 58px); font-weight: 700; line-height: 1.08; color: #3d4459; margin: 0 0 24px; max-width: 18ch; }
.jb-cards__intro { max-width: 62ch; font-size: 17px; line-height: 1.7; color: #353535; margin: 0 0 56px; }
.jb-cards__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.jb-cards__card { background: #ffffff; border: 1px solid rgba(61, 68, 89, 0.14); border-radius: 10px; padding: 28px 24px 32px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.jb-cards__card:hover { transform: translateY(-3px); border-color: #4632DA; box-shadow: 0 12px 28px rgba(70, 50, 218, 0.10); }
.jb-cards__card::before { content: ""; display: block; width: 34px; height: 3px; background: linear-gradient(90deg, #4632DA, #06D9FA); margin-bottom: 18px; border-radius: 2px; }
.jb-cards__card h3 { font-size: 17px; font-weight: 700; color: #3d4459; margin: 0 0 10px; line-height: 1.3; }
.jb-cards__card p { font-size: 14.5px; line-height: 1.65; margin: 0; color: #353535; opacity: 0.88; }
@media (max-width: 1024px) { .jb-cards__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .jb-cards { padding: 64px 20px; } .jb-cards__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .jb-cards__card { transition: none; } }
