/* =========================================================
   Voctos — GEO: Hero (tokens matched to theme exactly)
   ========================================================= */
.voctos-geo-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #BF79FF 0%, #D0A8F5 50%, #EFF0F4 100%); /* bg-lg-28 */
  font-family: 'Unbounded', sans-serif;
}
.voctos-geo-hero .geohero-topfade {
  position: absolute; left: 0; right: 0; top: 0; height: 144px; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.voctos-geo-hero .geohero-inner {
  position: relative; z-index: 1; max-width: 1300px; margin: 0 auto; padding: 80px 20px 0;
}
@media (min-width: 1024px) { .voctos-geo-hero .geohero-inner { padding-top: 112px; } }

.voctos-geo-hero .geohero-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }

/* ---- Badge ---- */
.voctos-geo-hero .geohero-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border-radius: 9999px; padding: 8px 20px 8px 10px; margin-bottom: 24px; }
.voctos-geo-hero .geohero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #7616f4; flex-shrink: 0; }
.voctos-geo-hero .geohero-badge-text { color: #7616f4; font-size: 12px; font-weight: 500; line-height: 1; }

/* ---- Title / intro ---- */
.voctos-geo-hero .geohero-title { color: #fff; font-size: 30px; font-weight: 500; line-height: 1.25; margin: 0 0 20px; }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-title { font-size: 44px; margin: 0 0 24px; } }
.voctos-geo-hero .geohero-intro { color: rgba(255,255,255,.85); font-size: 14px; font-weight: 400; line-height: 1.625; margin: 0 0 28px; }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-intro { font-size: 16px; } }

/* ---- Feature ticks ---- */
.voctos-geo-hero .geohero-features { display: grid; grid-template-columns: 1fr; column-gap: 40px; row-gap: 12px; margin-bottom: 32px; }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-features { grid-template-columns: repeat(2, 1fr); } }
.voctos-geo-hero .geohero-feature { display: flex; align-items: center; gap: 8px; }
.voctos-geo-hero .geohero-check { width: 12px; height: 12px; flex-shrink: 0; color: #7616f4; }
.voctos-geo-hero .geohero-feature span { color: #fff; font-size: 14px; line-height: 1.25; white-space: nowrap; }

/* ---- CTAs ---- */
.voctos-geo-hero .geohero-ctas { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
@media (min-width: 640px) { .voctos-geo-hero .geohero-ctas { flex-direction: row; } }
.voctos-geo-hero .geohero-cta-wrap { display: flex; flex-direction: column; gap: 8px; }
.voctos-geo-hero .geohero-btn { display: inline-flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 14px; text-decoration: none; border-radius: 10px; padding: 16px 20px; white-space: nowrap; transition: opacity .2s ease, background .2s ease; }
.voctos-geo-hero .geohero-btn-primary { background: linear-gradient(90deg, #5D59FE 0%, #7A3CEE 100%); color: #fff; font-weight: 500; box-shadow: 0 9px 20px rgba(94,88,254,.4); }
.voctos-geo-hero .geohero-btn-primary:hover { opacity: .9; }
.voctos-geo-hero .geohero-cta-note { font-size: 12px; color: rgba(15,23,42,.5); text-align: center; }
.voctos-geo-hero .geohero-btn-ghost { border: 1.5px solid #fff; color: #fff; padding: 16px 28px; }
.voctos-geo-hero .geohero-btn-ghost:hover { background: rgba(255,255,255,.1); }

/* ---- Right card ---- */
.voctos-geo-hero .geohero-card { background: #fff; border-radius: 30px; padding: 24px; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-card { padding: 32px; } }
.voctos-geo-hero .geohero-card-title { font-size: 16px; font-weight: 500; line-height: 1.5; color: #0d172d; margin: 0 0 8px; }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-card-title { font-size: 22px; } }
.voctos-geo-hero .geohero-card-sub { font-size: 12px; color: #878b95; line-height: 1.625; margin: 0 0 20px; }

.voctos-geo-hero .geohero-chat { display: flex; flex-direction: column; gap: 14px; padding: 20px 0; }
.voctos-geo-hero .geohero-bubble-user { align-self: flex-end; max-width: 298px; background: #f5f5f5; border-radius: 10px; padding: 16px; color: #0d172d; font-size: 12px; line-height: 1.375; }
.voctos-geo-hero .geohero-bubble-ai { background: rgba(191,121,255,.2); border: 1px solid #BF79FF; border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.voctos-geo-hero .geohero-bubble-ai p { font-size: 12px; color: #0d172d; line-height: 1.375; margin: 0; }
.voctos-geo-hero .geohero-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.voctos-geo-hero .geohero-tag { background: #fff; color: #0d172d; font-size: 10px; padding: 4px 10px; border-radius: 9999px; opacity: .8; }

/* ---- Form ---- */
.voctos-geo-hero .geohero-form { display: flex; flex-direction: column; gap: 12px; }
.voctos-geo-hero .geohero-input { width: 100%; padding: 14px 20px; border-radius: 10px; background: #eff0f4; font-size: 14px; border: none; outline: none; color: #0d172d; font-family: 'Unbounded', sans-serif; }
.voctos-geo-hero .geohero-input::placeholder { color: #7f8287; }
.voctos-geo-hero .geohero-submit { width: 100%; padding: 16px; border-radius: 10px; background: linear-gradient(90deg, #5D59FE 0%, #7A3CEE 100%); color: #fff; font-size: 14px; font-weight: 500; border: none; cursor: pointer; font-family: 'Unbounded', sans-serif; transition: opacity .2s ease; }
.voctos-geo-hero .geohero-submit:hover { opacity: .9; }
.voctos-geo-hero .geohero-consent { font-size: 10px; color: #7f8287; margin: 0; }
.voctos-geo-hero .geohero-consent a { color: #7616f4; text-decoration: underline; }

/* ---- Breadcrumb ---- */
.voctos-geo-hero .geohero-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 24px 0; position: relative; z-index: 2; }
@media (min-width: 1024px) { .voctos-geo-hero .geohero-breadcrumb { justify-content: flex-start; padding: 64px 0; } }
.voctos-geo-hero .geohero-breadcrumb a { font-size: 12px; color: #000; text-decoration: none; }
.voctos-geo-hero .geohero-crumb-sep { color: #fff; font-size: 12px; }
.voctos-geo-hero .geohero-crumb-current { font-size: 12px; color: rgba(115,115,115,.9); }
