/* =========================================================
   Voctos — GEO: Why Classic SEO No Longer Delivers
   Tokens matched to theme exactly.
   ========================================================= */
.voctos-geo-whyseo { font-family: 'Unbounded', sans-serif; }

.voctos-geo-whyseo .whyseo-inner { max-width: 1300px; margin: 0 auto; padding: 0 0 40px; }
@media (min-width: 1024px) { .voctos-geo-whyseo .whyseo-inner { padding: 0 0 56px; } }

.voctos-geo-whyseo .whyseo-card { background: #fff; border-radius: 30px; padding: 28px; }     /* rc-1, p-7 */
@media (min-width: 1024px) { .voctos-geo-whyseo .whyseo-card { padding: 36px; } }              /* p-9 */

.voctos-geo-whyseo .whyseo-heading {
  font-size: 24px;            /* text-2xl */
  font-weight: 400;
  line-height: 2rem;          /* text-2xl lh = 32px (kept at lg) */
  color: #0d172d;
  margin: 0 0 24px;           /* mb-6 */
}
@media (min-width: 1024px) {
  .voctos-geo-whyseo .whyseo-heading { font-size: 38px; margin: 0 0 32px; } /* fs-5, lg:mb-8 */
}

.voctos-geo-whyseo .whyseo-grid {
  display: grid; grid-template-columns: 1fr;
  column-gap: 40px; row-gap: 16px;   /* gap-x-10, gap-y-4 */
  margin-bottom: 24px;               /* mb-6 */
}
@media (min-width: 640px) { .voctos-geo-whyseo .whyseo-grid { grid-template-columns: repeat(2, 1fr); } }

.voctos-geo-whyseo .whyseo-item { display: flex; align-items: center; gap: 12px; }   /* gap-3 */
.voctos-geo-whyseo .whyseo-x { width: 14px; height: 14px; flex-shrink: 0; color: #ff0000; } /* w-3.5 h-3.5 */
.voctos-geo-whyseo .whyseo-item p {
  font-size: 14px;            /* text-sm */
  font-weight: 400;
  line-height: 1.625;         /* leading-relaxed */
  color: #0d172d;
  margin: 0;
}

.voctos-geo-whyseo .whyseo-callout { background: rgba(191,121,255,.2); border-radius: 10px; padding: 20px 28px; } /* rc-6, py-5 px-7 */
.voctos-geo-whyseo .whyseo-callout p {
  font-size: 14px;            /* text-sm */
  font-weight: 400;
  line-height: 1.625;         /* leading-relaxed */
  color: #0d172d;
  margin: 0;
}
@media (min-width: 1024px) { .voctos-geo-whyseo .whyseo-callout p { font-size: 16px; } } /* lg:text-base */

@media (max-width: 600px) { .voctos-geo-whyseo .whyseo-heading { font-size: 24px; } }
