/* =========================================================
   Voctos — GEO: What You Get (numbered benefit cards)
   ========================================================= */
.voctos-geo-youget { font-family: 'Unbounded', sans-serif; }
.voctos-geo-youget .youget-inner { max-width: 1300px; margin: 0 auto; padding: 0 0 40px; }
@media (min-width: 1024px) { .voctos-geo-youget .youget-inner { padding: 0 0 56px; } }

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

.voctos-geo-youget .youget-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; column-gap: 32px; row-gap: 24px; }
@media (min-width: 640px)  { .voctos-geo-youget .youget-grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; } }
@media (min-width: 1024px) { .voctos-geo-youget .youget-grid { grid-template-columns: repeat(3, 1fr); } }

.voctos-geo-youget .youget-card { position: relative; }

.voctos-geo-youget .youget-num {
  position: absolute; z-index: 2; top: 0; left: 0;
  width: 64px; height: 64px; border-radius: 15px; background: #27272a;
  display: flex; align-items: center; justify-content: center;
}
@media (min-width: 640px) { .voctos-geo-youget .youget-num { width: 96px; height: 96px; } }
.voctos-geo-youget .youget-num-text {
  font-size: 30px; font-weight: 400; line-height: 1;
  background-image: linear-gradient(180deg, #AAB4CA .04%, #E7EAF2 100%); /* bg-lg-13 */
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
@media (min-width: 640px) { .voctos-geo-youget .youget-num-text { font-size: 46px; } }

.voctos-geo-youget .youget-titlebox {
  padding: 10px 12px 10px 80px; border: 1px solid #CBCFDF; border-radius: 15px;
  height: 64px; margin-bottom: 16px; display: flex; align-items: center;
}
@media (min-width: 640px) { .voctos-geo-youget .youget-titlebox { padding: 20px 12px 20px 112px; height: 96px; margin-bottom: 20px; } }
.voctos-geo-youget .youget-title {
  font-size: 18px; font-weight: 600; line-height: 1.25; color: #0d172d; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@media (min-width: 640px) { .voctos-geo-youget .youget-title { font-size: 22px; } }

.voctos-geo-youget .youget-desc { font-size: 12px; font-weight: 400; line-height: 1.625; color: #0d172d; margin: 0; }
