/* =========================================================
   Voctos — GEO: Why Work with Us (A/B/C reason cards)
   ========================================================= */
.voctos-geo-whyus { font-family: 'Unbounded', sans-serif; }
.voctos-geo-whyus .whyus-inner { max-width: 1300px; margin: 0 auto; padding: 40px 0; }
@media (min-width: 1024px) { .voctos-geo-whyus .whyus-inner { padding: 56px 0; } }

.voctos-geo-whyus .whyus-heading { font-size: 24px; font-weight: 400; line-height: 2rem; color: #0d172d; margin: 0 0 12px; }
@media (min-width: 1024px) { .voctos-geo-whyus .whyus-heading { font-size: 38px; margin: 0 0 16px; } }
.voctos-geo-whyus .whyus-intro { font-size: 14px; font-weight: 400; line-height: 1.625; color: #0d172d; margin: 0 0 28px; }
@media (min-width: 1024px) { .voctos-geo-whyus .whyus-intro { font-size: 16px; margin: 0 0 36px; } }

.voctos-geo-whyus .whyus-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .voctos-geo-whyus .whyus-grid { grid-template-columns: repeat(3, 1fr); } }

.voctos-geo-whyus .whyus-card { background: #fff; border-radius: 21px; padding: 24px; }
@media (min-width: 1024px) { .voctos-geo-whyus .whyus-card { padding: 28px; } }

.voctos-geo-whyus .whyus-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.voctos-geo-whyus .whyus-badge { flex-shrink: 0; width: 60px; height: 60px; border-radius: 15px; background: #252525; display: flex; align-items: center; justify-content: center; }
.voctos-geo-whyus .whyus-letter {
  font-size: 24px; font-weight: 600; line-height: 1;
  background-image: linear-gradient(180deg, #AAB4CA .04%, #E7EAF2 100%); /* bg-lg-13 */
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.voctos-geo-whyus .whyus-title { font-size: 22px; font-weight: 600; line-height: 1.25; color: #0d172d; margin: 0; padding-top: 8px; }
.voctos-geo-whyus .whyus-desc { font-size: 12px; font-weight: 400; line-height: 1.625; color: #0d172d; margin: 0; }
