/* Auto-synced from geo-aeo-page.html — do not edit on server */
/* ─────────────────────────────────────────
   Chyzh Agency — GEO/AEO landing
   LIGHT THEME — brandbook v2.0 faithful
   Все классы и переменные с префиксом .geo-* / --geo-*
───────────────────────────────────────── */
.geo-section, .geo-hero, .geo-cta {
  --geo-green:#16A34A; --geo-green-dim:#166534; --geo-green-glow:rgba(22,163,74,.10);
  --geo-bg-section:#F4F4F4; --geo-bg-body:#F1F1F1; --geo-bg-surface:#FFFFFF;
  --geo-bg-surface-2:#F5F5F5; --geo-bg-elevated:#E8E8E8;
  --geo-border-soft:#EEEEEE; --geo-border:#E0E0E0; --geo-border-2:#D0D0D0;
  --geo-text-mute:#888888; --geo-text-2nd:#555555; --geo-text:#333333;
  --geo-text-strong:#1A1A1A; --geo-text-h:#111111;
  --geo-r-xs:2px; --geo-r-sm:3px; --geo-r-md:4px; --geo-r-ui:8px;
  --geo-font:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  --geo-page-max:1456px; --geo-section-gap:72px;
}
.geo-section *, .geo-section *::before, .geo-section *::after,
.geo-hero *, .geo-hero *::before, .geo-hero *::after,
.geo-cta *, .geo-cta *::before, .geo-cta *::after { box-sizing: border-box; }
.geo-section, .geo-hero, .geo-cta {
  box-sizing: border-box; font-family: var(--geo-font); color: var(--geo-text-strong);
  font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; background: var(--geo-bg-body);
}
.geo-section a, .geo-hero a, .geo-cta a { color: inherit; text-decoration: none; }
.geo-section p, .geo-hero p, .geo-cta p { margin: 0 0 18px; }
.geo-section img, .geo-section svg, .geo-hero img, .geo-hero svg, .geo-cta img, .geo-cta svg { max-width: 100%; display: block; }

/* LAYOUT
   Section/hero/cta — full-bleed background (aurora gradients edge-to-edge).
   Container inside matches theme's .container width (max 1500rem, calc(100% - 104px))
   so headings/dashboard align with header logo and footer content. */
html { overflow-x: clip; margin: 0 !important; padding: 0 !important; }
/* Theme doesn't reset default browser body margin (8px) — that's what creates
   the narrow strips on the sides of header/footer. Reset hard. */
body { margin: 0 !important; padding: 0 !important; }
header.header, footer.footer { margin: 0 !important; width: 100% !important; }

/* Unconstrain ONLY header & footer top-level containers (NOT menu, NOT submenus —
   they have their own layout that breaks with width changes). */
.container.header__container,
.container.footer__container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .container.header__container,
  .container.footer__container { padding-left: 16px !important; padding-right: 16px !important; }
}
.geo-section, .geo-hero, .geo-cta {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.geo-container {
  max-width: 1500rem;
  width: calc(100% - 104px);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) { .geo-container { width: calc(100% - 64px); } }
@media (max-width: 700px)  { .geo-container { width: calc(100% - 32px); } }
@media (max-width: 480px)  { .geo-container { width: calc(100% - 24px); } }
.geo-section { padding: var(--geo-section-gap) 0; border-bottom: 1px solid var(--geo-border); }
.geo-section:last-of-type { border-bottom: 0; }

/* ATOMS */
.geo-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--geo-green); margin-bottom: 24px;
}
.geo-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--geo-green); }
.geo-section h1, .geo-section h2, .geo-section h3,
.geo-hero h1, .geo-hero h2, .geo-hero h3,
.geo-cta h1, .geo-cta h2, .geo-cta h3 {
  color: var(--geo-text-h); letter-spacing: -.025em; line-height: 1.1;
  font-family: var(--geo-font); margin: 0;
}
.geo-section h2, .geo-hero h2, .geo-cta h2 {
  font-size: clamp(28px, 3vw, 42px); font-weight: 800; margin-bottom: 16px;
}
.geo-section h3, .geo-hero h3, .geo-cta h3 {
  font-size: 20px; font-weight: 800; margin-bottom: 12px;
}
.geo-section-sub {
  font-size: 16px; font-weight: 400; color: var(--geo-text-2nd);
  max-width: 720px; line-height: 1.7; margin-bottom: 48px;
}
.geo-section-sub strong { color: var(--geo-text-h); font-weight: 700; }
.geo-section-sub strong.geo-text-green { color: var(--geo-green); }
.geo-section-footer {
  font-size: 15px; color: var(--geo-text); line-height: 1.7;
  max-width: 880px; margin-top: 40px;
}
.geo-section-footer strong { color: var(--geo-text-h); font-weight: 700; }
.geo-section-footer strong.geo-text-green { color: var(--geo-green); }
.geo-mt-32 { margin-top: 32px; } .geo-mt-48 { margin-top: 48px; } .geo-mt-64 { margin-top: 64px; }
.geo-text-green { color: var(--geo-green); }

/* BUTTONS */
.geo-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 24px; border-radius: var(--geo-r-ui);
  font-family: var(--geo-font); font-size: 14px; font-weight: 600; cursor: pointer;
  border: none; transition: all .15s ease; letter-spacing: .01em; text-decoration: none;
  white-space: nowrap;
}
.geo-btn-lg { height: 48px; padding: 0 32px; font-size: 15px; }
.geo-btn-primary { background: var(--geo-green); color: #fff; }
.geo-btn-primary:hover { background: #15803d; color: #fff; }
.geo-btn-ghost { background: transparent; color: var(--geo-text-strong); border: 1px solid var(--geo-border-2); }
.geo-btn-ghost:hover { border-color: var(--geo-text); color: var(--geo-text-h); }
.geo-btn-outline { background: transparent; color: var(--geo-green); border: 1px solid var(--geo-green-dim); }
.geo-btn-outline:hover { background: var(--geo-green-glow); }

/* ─────────────────────────────────────────
   BREADCRUMBS (inside hero)
───────────────────────────────────────── */
.geo-breadcrumbs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--geo-text-2nd);
  padding-top: 24px;
  margin-bottom: 16px;
}
.geo-breadcrumbs__item {
  color: var(--geo-text-2nd);
  text-decoration: none;
  transition: color .15s ease;
}
.geo-breadcrumbs__item:hover { color: var(--geo-green); }
.geo-breadcrumbs__item--current {
  color: var(--geo-text-mute);
  pointer-events: none;
  max-width: 60ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.geo-breadcrumbs__sep {
  color: var(--geo-text-mute);
  font-weight: 400;
  opacity: .6;
}
@media (max-width: 700px) {
  .geo-breadcrumbs { font-size: 11px; gap: 6px; padding-top: 16px; margin-bottom: 12px; }
  .geo-breadcrumbs__item--current { max-width: 40ch; }
}

/* ─────────────────────────────────────────
   HERO — ВАУ: aurora + spotlight + grid
───────────────────────────────────────── */
.geo-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 88px 0 64px;
  border-bottom: 1px solid var(--geo-border);
  /* base background — soft mesh */
  background:
    radial-gradient(ellipse 1100px 700px at 15% 0%,   rgba(22,163,74,.16), transparent 60%),
    radial-gradient(ellipse 900px 600px  at 90% 50%,  rgba(34,197,94,.12), transparent 60%),
    radial-gradient(ellipse 700px 500px  at 50% 100%, rgba(16,185,129,.10), transparent 65%),
    linear-gradient(180deg, #F8F8F8 0%, #F1F1F1 100%);
}
/* AURORA — drifting blurred blobs */
.geo-hero::before {
  content: '';
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(circle 420px at 18% 28%, rgba(22,163,74,.32), transparent 60%),
    radial-gradient(circle 360px at 78% 78%, rgba(74,222,128,.28), transparent 60%),
    radial-gradient(circle 300px at 55% 42%, rgba(16,185,129,.22), transparent 65%),
    radial-gradient(circle 240px at 35% 80%, rgba(110,231,183,.18), transparent 65%);
  filter: blur(40px);
  opacity: .9;
  animation: geo-aurora-drift 22s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
@keyframes geo-aurora-drift {
  0%, 100% { transform: translate(0,0) rotate(0deg) scale(1); }
  25% { transform: translate(40px, -25px) rotate(20deg) scale(1.08); }
  50% { transform: translate(-30px, 25px) rotate(-15deg) scale(.96); }
  75% { transform: translate(20px, 35px) rotate(10deg) scale(1.04); }
}
/* SPOTLIGHT — follows cursor across hero */
.geo-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle 640px at var(--hx, 50%) var(--hy, 40%),
    rgba(22,163,74,.14),
    transparent 50%
  );
  pointer-events: none;
  z-index: 1;
  transition: background 0.15s ease;
}
/* SUBTLE GRID overlay — techy feel */
.geo-hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22,163,74,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,163,74,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 1;
}
/* Hero content above all bg layers */
.geo-hero > .geo-container { position: relative; z-index: 2; }
.geo-hero-inner {
  position: relative; display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.geo-hero h1 {
  font-size: clamp(40px, 5vw, 64px); font-weight: 800; color: var(--geo-text-h);
  letter-spacing: -.03em; line-height: 1.05; margin-bottom: 24px;
}
.geo-hero h1 em {
  font-style: normal;
  background: linear-gradient(
    100deg,
    #166534 0%,
    #16A34A 20%,
    #22C55E 40%,
    #4ADE80 50%,
    #22C55E 60%,
    #16A34A 80%,
    #166534 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: geo-shimmer 6s linear infinite;
}
@keyframes geo-shimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 250% 50%; }
}
.geo-hero-desc {
  font-size: 17px; font-weight: 400; color: var(--geo-text-2nd);
  line-height: 1.7; margin-bottom: 40px; max-width: 540px;
}
.geo-hero-desc strong { color: var(--geo-text-h); font-weight: 700; }
.geo-hero-desc strong.geo-text-green { color: var(--geo-green); }
.geo-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
/* KPI strip — теперь full-width под hero */
.geo-kpi-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--geo-border); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); overflow: hidden;
  margin-top: 56px;
}
.geo-kpi {
  background: var(--geo-bg-surface); padding: 32px 30px; position: relative;
  transition: background 0.15s ease;
}
.geo-kpi:hover { background: var(--geo-bg-surface-2); }
.geo-kpi::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--geo-green); }
.geo-kpi strong {
  display: block; font-size: 36px; line-height: 1; color: var(--geo-text-h);
  font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px;
}
.geo-kpi span { font-size: 13px; color: var(--geo-text-mute); }

/* HERO DASHBOARD — glassmorphism */
.geo-hero-dash { perspective: 1200px; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.geo-hero-dash:hover { transform: translateY(-4px); }
.geo-hd {
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: var(--geo-r-md);
  overflow: hidden;
  box-shadow:
    0 1px 3px rgba(0,0,0,.04),
    0 12px 40px rgba(22,163,74,.10),
    inset 0 1px 0 rgba(255,255,255,.7);
  transition: box-shadow .4s ease, transform .5s cubic-bezier(.2,.8,.2,1);
  transform-style: preserve-3d;
}
.geo-hero-dash:hover .geo-hd {
  box-shadow:
    0 1px 3px rgba(0,0,0,.05),
    0 24px 56px rgba(22,163,74,.18),
    inset 0 1px 0 rgba(255,255,255,.8);
  transform: rotateY(-2deg) rotateX(1deg);
}
.geo-hd-header {
  background: var(--geo-bg-surface-2); border-bottom: 1px solid var(--geo-border);
  padding: 12px 20px; display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; color: var(--geo-text-2nd);
}
.geo-hd-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.geo-hd-dot--r { background: #ef4444; } .geo-hd-dot--y { background: #f59e0b; } .geo-hd-dot--g { background: #22c55e; }
.geo-hd-title { margin-left: 8px; }
.geo-hd-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--geo-border); }
.geo-hd-kpi { background: var(--geo-bg-surface); padding: 20px; }
.geo-hd-kpi-l {
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .08em; color: var(--geo-text-mute); margin-bottom: 6px;
}
.geo-hd-kpi-v { font-size: 26px; font-weight: 800; color: var(--geo-text-h); letter-spacing: -.02em; line-height: 1; }
.geo-hd-kpi-d { font-size: 11px; font-weight: 600; color: var(--geo-green); margin-top: 4px; }
.geo-hd-kpi-d--down { color: #ef4444; }
.geo-hd-chart { padding: 20px; border-top: 1px solid var(--geo-border); }
.geo-hd-chart-label {
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .08em; color: var(--geo-text-mute); margin-bottom: 14px;
}
.geo-hd-bars { display: flex; align-items: flex-end; gap: 4px; height: 64px; }
.geo-hd-bar {
  flex: 1;
  background: var(--geo-border);
  border-radius: 2px 2px 0 0;
  transform-origin: bottom;
  animation: geo-bar-grow 1s cubic-bezier(.2,.8,.2,1) backwards;
  transition: background .2s;
}
.geo-hd-bar:nth-child(1)  { animation-delay: .10s; }
.geo-hd-bar:nth-child(2)  { animation-delay: .16s; }
.geo-hd-bar:nth-child(3)  { animation-delay: .22s; }
.geo-hd-bar:nth-child(4)  { animation-delay: .28s; }
.geo-hd-bar:nth-child(5)  { animation-delay: .34s; }
.geo-hd-bar:nth-child(6)  { animation-delay: .40s; }
.geo-hd-bar:nth-child(7)  { animation-delay: .46s; }
.geo-hd-bar:nth-child(8)  { animation-delay: .52s; }
.geo-hd-bar:nth-child(9)  { animation-delay: .58s; }
.geo-hd-bar:nth-child(10) { animation-delay: .64s; }
.geo-hd-bar:nth-child(11) { animation-delay: .70s; }
.geo-hd-bar:nth-child(12) { animation-delay: .76s; }
@keyframes geo-bar-grow {
  from { transform: scaleY(0); opacity: 0; }
  to   { transform: scaleY(1); opacity: 1; }
}
.geo-hd-bar--active {
  background: linear-gradient(180deg, #4ADE80, var(--geo-green) 60%, var(--geo-green-dim));
  box-shadow: 0 0 0 0 rgba(22,163,74,.4);
  animation:
    geo-bar-grow 1s cubic-bezier(.2,.8,.2,1) backwards,
    geo-bar-pulse 2.4s ease-in-out infinite 1.2s;
}
@keyframes geo-bar-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,163,74,.0); }
  50%      { box-shadow: 0 -6px 16px 0 rgba(22,163,74,.5); }
}
.geo-hd-bar:hover { background: var(--geo-green); opacity: .85; }

/* TABLES */
.geo-table-wrap {
  overflow: auto; border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); background: var(--geo-bg-surface); margin-top: 30px;
}
.geo-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 760px; }
.geo-table th {
  text-align: left; padding: 14px 18px; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--geo-text-mute);
  border-bottom: 1px solid var(--geo-border); background: var(--geo-bg-surface-2);
}
.geo-table td {
  padding: 16px 18px; color: var(--geo-text); line-height: 1.6;
  border-bottom: 1px solid var(--geo-border-soft); vertical-align: top;
}
.geo-table tr:last-child td { border-bottom: 0; }
.geo-table tr:hover td { background: #FAFAFA; }
.geo-table th:first-child, .geo-table td:first-child { font-weight: 600; color: var(--geo-text-strong); }

/* ─────────────────────────────────────────
   INTERACTIVE GRADIENTS — cursor-following glow on cards
───────────────────────────────────────── */
.geo-pricing-card, .geo-metric, .geo-usp, .geo-case,
.geo-vs-card, .geo-faq-item, .geo-text-block, .geo-risk,
.geo-timeline-step, .geo-step, .geo-kpi, .geo-author-card,
.geo-testimonial, .geo-callout {
  position: relative;
  overflow: hidden;
}
/* pricing-card has a sticking-out "РЕКОМЕНДОВАНО" badge → don't clip parent.
   The cursor glow ::after self-clips via border-radius: inherit, so this is safe. */
.geo-pricing-card { overflow: visible; }
.geo-pricing-card::after { overflow: hidden; }
.geo-pricing-card::after, .geo-metric::after, .geo-usp::after, .geo-case::after,
.geo-vs-card::after, .geo-faq-item::after, .geo-text-block::after, .geo-risk::after,
.geo-timeline-step::after, .geo-step::after, .geo-kpi::after, .geo-author-card::after,
.geo-testimonial::after, .geo-callout::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle 420px at var(--mx, 50%) var(--my, 50%),
    rgba(22,163,74,.10),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.geo-pricing-card:hover::after, .geo-metric:hover::after, .geo-usp:hover::after,
.geo-case:hover::after, .geo-vs-card:hover::after, .geo-faq-item:hover::after,
.geo-text-block:hover::after, .geo-risk:hover::after, .geo-timeline-step:hover::after,
.geo-step:hover::after, .geo-kpi:hover::after, .geo-author-card:hover::after,
.geo-testimonial:hover::after, .geo-callout:hover::after {
  opacity: 1;
}
/* keep content above the gradient */
.geo-pricing-card > *, .geo-metric > *, .geo-usp > *, .geo-case > *,
.geo-vs-card > *, .geo-faq-item > *, .geo-text-block > *, .geo-risk > *,
.geo-timeline-step > *, .geo-step > *, .geo-kpi > *, .geo-author-card > *,
.geo-testimonial > *, .geo-callout > * {
  position: relative;
  z-index: 1;
}

/* Button shimmer on hover */
.geo-btn-primary { position: relative; overflow: hidden; isolation: isolate; }
.geo-btn-primary::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg,
    transparent 30%, rgba(255,255,255,.22) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .55s ease;
}
.geo-btn-primary:hover::after { transform: translateX(100%); }

.geo-btn-ghost {
  position: relative; overflow: hidden; isolation: isolate;
  transition: all .2s ease;
}
.geo-btn-ghost::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(135deg, var(--geo-green-glow), transparent);
  opacity: 0;
  transition: opacity .2s ease;
}
.geo-btn-ghost:hover::after { opacity: 1; }

/* Animated CTA background (hero has its own aurora) */
@keyframes geo-hero-pulse {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .9; }
  33%      { transform: translate(40px, -20px) scale(1.08); opacity: 1; }
  66%      { transform: translate(-30px, 15px) scale(.95); opacity: .85; }
}
.geo-cta::before {
  animation: geo-hero-pulse 16s ease-in-out infinite reverse;
}

/* HERO ELEMENT BOOSTS */
/* Primary button — green halo + lift */
.geo-hero-actions .geo-btn-primary {
  box-shadow: 0 6px 20px rgba(22,163,74,.32);
  transition: transform .2s ease, box-shadow .25s ease, background .15s ease;
}
.geo-hero-actions .geo-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(22,163,74,.5);
}
.geo-hero-actions .geo-btn-ghost {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255,255,255,.5);
}
.geo-hero-actions .geo-btn-ghost:hover {
  background: rgba(255,255,255,.85);
  transform: translateY(-2px);
}

/* Eyebrow shine */
.geo-hero .geo-eyebrow {
  position: relative; padding: 6px 14px 6px 0;
  background: linear-gradient(90deg, rgba(22,163,74,.10), transparent);
  border-radius: 100px;
}
.geo-hero .geo-eyebrow::before {
  width: 28px;
  background: linear-gradient(90deg, var(--geo-green), transparent);
  margin-left: 14px;
}

/* KPI strip — glassmorphism overlay over aurora */
.geo-hero .geo-kpi-strip {
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow:
    0 1px 2px rgba(0,0,0,.03),
    0 8px 32px rgba(22,163,74,.08),
    inset 0 1px 0 rgba(255,255,255,.6);
}
.geo-hero .geo-kpi {
  background: transparent;
}
.geo-hero .geo-kpi:hover {
  background: rgba(22,163,74,.06);
}
.geo-hero .geo-kpi strong {
  background: linear-gradient(135deg, var(--geo-text-h) 0%, var(--geo-text-h) 60%, var(--geo-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-position .3s ease;
}
.geo-hero .geo-kpi:hover strong {
  background: linear-gradient(135deg, var(--geo-green), var(--geo-green-dim));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ─────────────────────────────────────────
   TESTIMONIAL (новий блок цитати з аватаром)
───────────────────────────────────────── */
.geo-testimonial {
  background: linear-gradient(135deg, rgba(22,163,74,.06), rgba(22,163,74,.02) 60%, var(--geo-bg-surface));
  border: 1px solid rgba(22,163,74,.22);
  border-radius: var(--geo-r-md);
  padding: 40px 40px 32px;
  margin: 0;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.geo-testimonial:hover {
  border-color: var(--geo-green);
  box-shadow: 0 12px 32px rgba(22,163,74,.15);
  transform: translateY(-3px);
}
.geo-testimonial-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 96px;
  font-weight: 800;
  color: var(--geo-green);
  line-height: .8;
  position: absolute;
  top: 8px;
  right: 28px;
  opacity: .22;
  user-select: none;
  pointer-events: none;
}
.geo-testimonial-text {
  font-size: 18px;
  line-height: 1.55;
  color: var(--geo-text-h);
  font-weight: 500;
  margin: 8px 0 32px;
  position: relative;
  font-style: normal;
}
.geo-testimonial-text strong { font-weight: 700; color: var(--geo-text-h); }
.geo-testimonial-text strong.geo-text-green { color: var(--geo-green); }
.geo-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(22,163,74,.18);
}
.geo-testimonial-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--geo-green) 0%, var(--geo-green-dim) 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: .04em;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(22,163,74,.32);
}
/* Real-photo avatar (img instead of initials) */
.geo-testimonial-photo {
  width: 64px; height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(22,163,74,.32);
  background: linear-gradient(135deg, var(--geo-green), var(--geo-green-dim));
}
.geo-testimonial-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Solo testimonial — centered + larger.
   Heading + quote use the SAME max-width to align visually. */
.geo-section-header-center { text-align: center; max-width: 820px; margin: 0 auto; }
.geo-section-header-center .geo-eyebrow { justify-content: center; }
.geo-h2-center { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }
.geo-testimonial--solo {
  max-width: 820px;
  margin: 40px auto 0;
  padding: 56px 56px 40px;
}
.geo-testimonial--solo .geo-testimonial-text {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 36px;
}
.geo-testimonial--solo .geo-testimonial-mark {
  font-size: 140px;
  top: 8px;
  right: 36px;
  opacity: .18;
}
.geo-testimonial--solo .geo-testimonial-author {
  padding-top: 28px;
  gap: 16px;
}
.geo-testimonial--solo .geo-testimonial-name { font-size: 16px; }
.geo-testimonial--solo .geo-testimonial-role { font-size: 13px; }
.geo-testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--geo-text-h);
  margin-bottom: 2px;
  line-height: 1.3;
}
.geo-testimonial-role {
  font-size: 12px;
  color: var(--geo-text-mute);
}

/* CALLOUT (важна інформація / висновок) */
.geo-callout {
  background: linear-gradient(135deg, rgba(22,163,74,.08), rgba(22,163,74,.03));
  border: 1px solid rgba(22,163,74,.2);
  border-left: 3px solid var(--geo-green);
  border-radius: var(--geo-r-md);
  padding: 24px 28px;
  margin-top: 40px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: var(--geo-text-strong);
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: start;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.geo-callout:hover { border-left-color: var(--geo-green-dim); box-shadow: 0 4px 16px rgba(22,163,74,.08); }
.geo-callout::before {
  content: 'i';
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--geo-green); color: #fff;
  font-family: Georgia, serif; font-style: italic;
  font-weight: 800; font-size: 16px;
  margin-top: 2px;
}
.geo-callout p { margin: 0 0 12px; }
.geo-callout p:last-child { margin-bottom: 0; }
.geo-callout strong { color: var(--geo-text-h); font-weight: 700; }
.geo-callout strong.geo-text-green { color: var(--geo-green); }

/* PRICING CARDS — 3 пакета (заменяет таблицу) */
.geo-pricing-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 56px;
}
.geo-pricing-card {
  background: var(--geo-bg-surface);
  border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
}
.geo-pricing-card:hover {
  transform: translateY(-4px);
  border-color: var(--geo-border-2);
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
}
.geo-pricing-card--featured {
  border-color: rgba(22,163,74,.45);
  background: linear-gradient(180deg, rgba(22,163,74,.05), var(--geo-bg-surface) 40%);
}
.geo-pricing-card--featured:hover {
  border-color: var(--geo-green);
  box-shadow: 0 16px 40px rgba(22,163,74,.18);
}
.geo-pricing-card--featured::before {
  content: 'РЕКОМЕНДОВАНО';
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--geo-green); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .14em;
  padding: 6px 14px; border-radius: 12px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(22,163,74,.3);
}
.geo-pricing-tier {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--geo-text-mute);
  margin-bottom: 14px;
}
.geo-pricing-card--featured .geo-pricing-tier { color: var(--geo-green); }
.geo-pricing-name {
  font-size: 22px; font-weight: 800; color: var(--geo-text-h);
  margin-bottom: 16px; letter-spacing: -.02em;
}
.geo-pricing-price {
  font-size: 40px; font-weight: 800; color: var(--geo-text-h);
  letter-spacing: -.04em; line-height: 1; margin-bottom: 4px;
}
.geo-pricing-price small {
  font-size: 14px; font-weight: 500; color: var(--geo-text-mute);
  display: block; margin-top: 6px;
}
.geo-pricing-desc {
  font-size: 14px; line-height: 1.6; color: var(--geo-text);
  margin: 20px 0 24px; padding-bottom: 24px;
  border-bottom: 1px solid var(--geo-border-soft);
}
.geo-pricing-features {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: grid; gap: 12px; flex: 1;
}
.geo-pricing-features li {
  font-size: 14px; color: var(--geo-text);
  position: relative; padding-left: 26px; line-height: 1.5;
}
.geo-pricing-features li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--geo-green); font-weight: 800; font-size: 14px;
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--geo-green-glow); border-radius: 50%;
  font-size: 11px;
}
.geo-pricing-btn-wrap { margin-top: auto; }
.geo-pricing-btn-wrap .geo-btn { width: 100%; }

/* PRINCETON METRIC CARDS (3) */
.geo-metrics {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 40px;
}
.geo-metric {
  background: var(--geo-bg-surface);
  border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md);
  padding: 32px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  position: relative;
}
.geo-metric:hover {
  transform: translateY(-3px);
  border-color: var(--geo-green);
  box-shadow: 0 8px 24px rgba(22,163,74,.1);
}
.geo-metric-num {
  font-size: 11px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--geo-green); margin-bottom: 16px;
  display: inline-flex; align-items: center; gap: 8px;
}
.geo-metric-num::before {
  content: ''; width: 20px; height: 1px; background: var(--geo-green);
}
.geo-metric-name {
  font-size: 22px; font-weight: 800; color: var(--geo-text-h);
  margin-bottom: 12px; letter-spacing: -.02em;
}
.geo-metric-desc {
  font-size: 14px; color: var(--geo-text); line-height: 1.6;
  margin-bottom: 20px;
}
.geo-metric-target {
  padding-top: 20px; border-top: 1px solid var(--geo-border-soft);
  font-size: 12px; color: var(--geo-text-mute);
  text-transform: uppercase; letter-spacing: .08em; font-weight: 700;
  margin-bottom: 6px;
}
.geo-metric-target-value {
  font-size: 18px; font-weight: 800; color: var(--geo-green);
  letter-spacing: -.02em;
}

/* ─────────────────────────────────────────
   LIGHTBOX (для скриншотів кейсів)
───────────────────────────────────────── */
.geo-lightbox {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(0,0,0,.92);
  display: none; align-items: center; justify-content: center;
  padding: 40px; cursor: zoom-out;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.geo-lightbox.is-open { display: flex; }
.geo-lightbox img {
  max-width: min(1400px, 95vw); max-height: 90vh;
  box-shadow: 0 12px 48px rgba(0,0,0,.6);
  border-radius: 6px;
  cursor: zoom-in;
  display: block;
}
.geo-lightbox-close {
  position: absolute; top: 24px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  font-size: 22px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .15s;
}
.geo-lightbox-close:hover { background: rgba(255,255,255,.22); transform: rotate(90deg); }
.geo-lightbox-caption {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.85); font-size: 13px;
  background: rgba(0,0,0,.55); padding: 8px 18px; border-radius: 100px;
  max-width: 90%; text-align: center;
}

/* CASE SCREENSHOT — placeholder vs filled */
.geo-case-screenshot {
  margin-top: 24px;
  aspect-ratio: 16/10;
  background:
    linear-gradient(135deg, var(--geo-bg-elevated) 25%, transparent 25%, transparent 50%, var(--geo-bg-elevated) 50%, var(--geo-bg-elevated) 75%, transparent 75%, transparent),
    var(--geo-bg-surface-2);
  background-size: 12px 12px;
  border: 1px dashed var(--geo-border-2);
  border-radius: var(--geo-r-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--geo-text-mute);
  font-size: 12px;
  text-align: center;
  padding: 16px;
  overflow: hidden;
  transition: border-color .2s ease;
}
/* When a screenshot is uploaded — full-bleed, no placeholder pattern */
.geo-case-screenshot:has(a),
.geo-case-screenshot--filled {
  padding: 0;
  background: var(--geo-bg-elevated);
  border-style: solid;
  border-color: var(--geo-border);
}
.geo-case:hover .geo-case-screenshot { border-color: var(--geo-green); }
.geo-case-screenshot img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; transition: transform .3s ease; }
.geo-case-screenshot a { display: block; width: 100%; height: 100%; cursor: zoom-in; position: relative; border-radius: inherit; overflow: hidden; }
.geo-case-screenshot a::after {
  content: '⤢'; position: absolute; top: 10px; right: 10px;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(0,0,0,.6); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; opacity: 0; transition: opacity .2s;
  pointer-events: none;
}
.geo-case-screenshot a:hover::after { opacity: 1; }
.geo-case-screenshot a:hover img { transform: scale(1.04); }


/* CASE hover */
.geo-case {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.geo-case:hover {
  transform: translateY(-3px);
  border-color: var(--geo-border-2);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* STEP hover */
.geo-step {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.geo-step:hover {
  border-color: rgba(22,163,74,.4);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.geo-step::before { transition: background .2s ease; }
.geo-step:hover::before { background: rgba(22,163,74,.06); }

/* RISK/TIMELINE/USP/FAQ hover */
.geo-risk, .geo-timeline-step, .geo-usp, .geo-faq-item, .geo-text-block {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.geo-risk:hover, .geo-timeline-step:hover, .geo-usp:hover,
.geo-faq-item:hover, .geo-text-block:hover {
  transform: translateY(-2px);
  border-color: var(--geo-border-2);
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
}

/* COMPARE VS CARDS (новый дизайн для What changes) */
.geo-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: 40px;
}
.geo-vs-card {
  background: var(--geo-bg-surface);
  border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md);
  padding: 40px 36px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.geo-vs-card:hover {
  transform: translateY(-3px);
  border-color: var(--geo-border-2);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.geo-vs-card--accent {
  border-color: rgba(22,163,74,.4);
  background: linear-gradient(180deg, rgba(22,163,74,.04), var(--geo-bg-surface) 60%);
}
.geo-vs-card--accent:hover {
  border-color: var(--geo-green);
  box-shadow: 0 8px 24px rgba(22,163,74,.15);
}
.geo-vs-head { margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--geo-border-soft); }
.geo-vs-tag {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--geo-text-mute); margin-bottom: 8px;
}
.geo-vs-card--accent .geo-vs-tag { color: var(--geo-green); }
.geo-vs-head h3 { font-size: 22px; margin: 0; line-height: 1.2; }
.geo-vs-rows { display: grid; gap: 0; }
.geo-vs-row { padding: 18px 0; border-bottom: 1px solid var(--geo-border-soft); transition: padding-left 0.2s ease; }
.geo-vs-row:last-child { border-bottom: 0; padding-bottom: 0; }
.geo-vs-row:first-child { padding-top: 0; }
.geo-vs-card:hover .geo-vs-row { padding-left: 6px; }
.geo-vs-label {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--geo-text-mute); margin-bottom: 6px;
}
.geo-vs-value { font-size: 14px; line-height: 1.55; color: var(--geo-text-strong); }
.geo-vs-card--accent .geo-vs-value { font-weight: 500; }
.geo-vs-divider {
  width: 72px; align-self: center; justify-self: center; position: relative;
}
.geo-vs-divider::before, .geo-vs-divider::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 1px; background: var(--geo-border);
}
.geo-vs-divider::before { top: 0; bottom: 50%; margin-bottom: 28px; }
.geo-vs-divider::after  { top: 50%; bottom: 0; margin-top: 28px; }
.geo-vs-divider span {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--geo-text-h); color: #fff;
  font-size: 13px; font-weight: 800; letter-spacing: .06em;
  margin: 0 auto; position: relative; z-index: 1;
}

/* STEPS */
.geo-steps { counter-reset: geo-step; display: grid; gap: 2px; }
.geo-step {
  counter-increment: geo-step; display: grid; grid-template-columns: 80px 1fr;
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border); border-radius: var(--geo-r-md);
}
.geo-step::before {
  content: '0' counter(geo-step); display: flex; align-items: flex-start; justify-content: center;
  padding-top: 32px; color: var(--geo-green); font-weight: 800; letter-spacing: -.03em;
  font-size: 24px; border-right: 1px solid var(--geo-border);
}
.geo-step-content { padding: 28px 32px; }
.geo-step-content h3 { margin-bottom: 10px; }
.geo-step-content p:last-child { margin-bottom: 0; }

/* PRICING COMPARE */
.geo-pricing-wrap {
  overflow: auto; border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); background: var(--geo-bg-surface); margin-top: 30px;
}
.geo-pricing-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  min-width: 760px; font-size: 14px;
}
.geo-pricing-table th, .geo-pricing-table td {
  padding: 16px 20px; text-align: left;
  border-bottom: 1px solid var(--geo-border-soft); vertical-align: top;
}
.geo-pricing-table thead th {
  background: var(--geo-bg-surface-2); color: var(--geo-text-h);
  font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--geo-border);
}
.geo-pricing-table thead th.geo-featured-col {
  background: rgba(22,163,74,.08); color: var(--geo-green);
}
.geo-pricing-table tbody tr:last-child td { border-bottom: 0; }
.geo-pricing-table th:first-child, .geo-pricing-table td:first-child {
  font-weight: 600; color: var(--geo-text-2nd); font-size: 13px;
  background: var(--geo-bg-surface-2); width: 28%;
}
.geo-pricing-table .geo-price-cell-value {
  font-size: 20px; font-weight: 800; color: var(--geo-text-h); letter-spacing: -.02em;
}
.geo-pricing-table .geo-price-cell-value small {
  display: block; font-size: 12px; font-weight: 500; color: var(--geo-text-mute); margin-top: 2px;
}
.geo-pricing-table .geo-check { color: var(--geo-green); font-weight: 800; font-size: 16px; }

/* Pricing — hover interactivity */
.geo-pricing-table tbody td { transition: background 0.15s ease, color 0.15s ease; }
.geo-pricing-table tbody tr:hover td { background: rgba(22,163,74,.04); }
.geo-pricing-table tbody tr:hover td:first-child { background: var(--geo-bg-elevated); color: var(--geo-text-h); }
.geo-pricing-table tbody tr:hover .geo-price-cell-value { color: var(--geo-green); }
.geo-pricing-table thead th { transition: background 0.15s ease; position: relative; }
.geo-pricing-table thead th.geo-featured-col::after {
  content: 'РЕКОМЕНДОВАНО';
  position: absolute; top: -1px; left: 50%; transform: translate(-50%, -50%);
  background: var(--geo-green); color: #fff;
  font-size: 9px; font-weight: 800; letter-spacing: .14em;
  padding: 4px 10px; border-radius: 10px; white-space: nowrap;
  box-shadow: 0 2px 6px rgba(22,163,74,.25);
}

/* RISKS */
.geo-risks { display: grid; gap: 2px; }
.geo-risk {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 26px 32px;
  display: grid; grid-template-columns: 32px 1fr; gap: 18px; align-items: start;
}
.geo-risk::before {
  content: '!'; display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(239,68,68,.1); color: #ef4444; font-weight: 800; font-size: 16px; margin-top: 2px;
}
.geo-risk h3 { font-size: 16px; margin-bottom: 8px; color: var(--geo-text-h); }
.geo-risk p { margin: 0; color: var(--geo-text); font-size: 14px; line-height: 1.65; }
.geo-risk p strong { color: var(--geo-text-h); font-weight: 700; }

/* TIMELINE */
.geo-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.geo-timeline-step {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 32px; position: relative;
}
.geo-timeline-when {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--geo-green); margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
}
.geo-timeline-when::before { content: ''; width: 24px; height: 1px; background: var(--geo-green); display: block; }
.geo-timeline-step h3 { font-size: 18px; margin-bottom: 10px; }
.geo-timeline-step p:last-child { margin-bottom: 0; }
.geo-timeline-step p strong { color: var(--geo-text-h); font-weight: 700; }

/* WHY US (USPs) */
.geo-usps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.geo-usp {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 40px 32px;
}
.geo-usp-num {
  font-size: 56px; font-weight: 800; color: var(--geo-green);
  letter-spacing: -.04em; line-height: 1; margin-bottom: 24px; display: block;
}
.geo-usp h3 { font-size: 18px; margin-bottom: 12px; }
.geo-usp p:last-child { margin-bottom: 0; }
.geo-usp p strong { color: var(--geo-text-h); font-weight: 700; }

/* CASES */
/* CASES SLIDER — horizontal scroll, 3 per view */
.geo-cases-wrap { position: relative; }
.geo-cases {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* slight negative margin so cards align with .geo-container edges */
}
.geo-cases::-webkit-scrollbar { display: none; }
.geo-cases > .geo-case {
  flex: 0 0 calc((100% - 4px) / 3);
  scroll-snap-align: start;
  min-width: 0;
}
.geo-cases-nav {
  display: flex; gap: 10px; justify-content: flex-end; margin-top: 24px;
}
.geo-cases-arrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--geo-bg-surface);
  border: 1px solid var(--geo-border);
  color: var(--geo-text-strong);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
  font-size: 0; padding: 0;
}
.geo-cases-arrow svg { width: 18px; height: 18px; display: block; }
.geo-cases-arrow:hover:not(:disabled) {
  background: var(--geo-green); color: #fff; border-color: var(--geo-green);
  box-shadow: 0 6px 18px rgba(22,163,74,.32);
  transform: translateY(-1px);
}
.geo-cases-arrow:active:not(:disabled) { transform: translateY(0); }
.geo-cases-arrow:disabled { opacity: .3; cursor: not-allowed; }
.geo-cases-count {
  margin-right: auto; align-self: center;
  font-size: 12px; color: var(--geo-text-mute);
  font-weight: 600; letter-spacing: .04em;
}
@media (max-width: 1024px) { .geo-cases > .geo-case { flex: 0 0 calc((100% - 2px) / 2); } }
@media (max-width: 700px)  { .geo-cases > .geo-case { flex: 0 0 100%; } }
.geo-case {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 32px;
}
.geo-case-niche {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--geo-text-mute); margin-bottom: 12px;
}
.geo-case h3 { font-size: 22px; margin-bottom: 14px; }
.geo-case-task {
  font-size: 11px; color: var(--geo-text-mute); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin-top: 16px; margin-bottom: 6px;
}
.geo-case p { margin-bottom: 12px; font-size: 14px; line-height: 1.65; }
.geo-case p:last-child { margin-bottom: 0; }

/* TEXT BLOCKS */
.geo-text-blocks { display: grid; gap: 2px; }
.geo-text-blocks--2col { grid-template-columns: 1fr 1fr; }
.geo-text-blocks--3col { grid-template-columns: 1fr 1fr 1fr; }
.geo-text-block {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 32px;
}
.geo-text-block h3 { margin-bottom: 12px; }
.geo-text-block p { font-size: 14px; line-height: 1.7; }
.geo-text-block p:last-child { margin-bottom: 0; }
.geo-text-block p strong { color: var(--geo-text-h); font-weight: 700; }

/* INTRO (без H2) */
.geo-intro-text { max-width: 880px; }
.geo-intro-text p { font-size: 17px; line-height: 1.75; color: var(--geo-text); margin-bottom: 24px; }
.geo-intro-text p:last-child { margin-bottom: 0; }
.geo-intro-text p strong { color: var(--geo-text-h); font-weight: 700; }
.geo-intro-text p strong.geo-text-green { color: var(--geo-green); }

/* FAQ */
.geo-faq { display: grid; gap: 2px; }
.geo-faq-item {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 28px 32px;
}
.geo-faq-item h3 { font-size: 17px; margin-bottom: 10px; color: var(--geo-text-h); }
.geo-faq-item p { font-size: 14px; line-height: 1.7; }
.geo-faq-item p:last-child { margin-bottom: 0; }
.geo-faq-item p strong { color: var(--geo-text-h); font-weight: 700; }

/* AUTHOR */
.geo-author-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.geo-author-card {
  background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 40px;
}
.geo-author-name {
  font-size: 24px; font-weight: 800; color: var(--geo-text-h);
  letter-spacing: -.02em; margin-bottom: 6px;
}
.geo-author-role { font-size: 13px; color: var(--geo-text-mute); margin-bottom: 24px; }
.geo-author-bio { font-size: 14px; line-height: 1.7; color: var(--geo-text); margin-bottom: 24px; }
.geo-quote {
  font-size: 16px; color: var(--geo-text-h); font-weight: 500; line-height: 1.55;
  font-style: italic; border-left: 3px solid var(--geo-green); padding-left: 20px; margin: 0;
}
.geo-quote strong { font-weight: 700; }
.geo-quote-author { font-size: 13px; color: var(--geo-text-mute); margin-top: 16px; font-style: normal; }
.geo-team-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.geo-team-list li {
  font-size: 14px; color: var(--geo-text); position: relative; padding-left: 18px;
}
.geo-team-list li::before {
  content: ''; position: absolute; left: 0; top: .72em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--geo-green);
}
.geo-team-list strong { color: var(--geo-text-h); font-weight: 700; }
.geo-team-title {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--geo-text-mute); margin: 32px 0 8px;
}

/* CTA BANNER */
.geo-cta { background: #F4F4F4; position: relative; overflow: hidden; padding: 72px 0; }
.geo-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 640px 320px at 70% 30%, rgba(22,163,74,.08), transparent 70%);
  pointer-events: none;
}
.geo-cta-box {
  position: relative; background: var(--geo-bg-surface); border: 1px solid var(--geo-border);
  border-radius: var(--geo-r-md); padding: 56px 64px; text-align: center;
}
.geo-cta-box h2 { margin-bottom: 16px; max-width: 720px; margin-left: auto; margin-right: auto; }
.geo-cta-box p {
  font-size: 17px; color: var(--geo-text-2nd); line-height: 1.6;
  max-width: 640px; margin: 0 auto 32px;
}
.geo-cta-box p strong { color: var(--geo-text-h); font-weight: 700; }
.geo-cta-box .geo-btn { margin: 0 6px; }
.geo-cta-note { font-size: 12px; color: var(--geo-text-mute); margin: 18px 0 0; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .geo-usps, .geo-cases, .geo-timeline,
  .geo-pricing-cards, .geo-metrics { grid-template-columns: 1fr 1fr; }
  .geo-section, .geo-cta { padding: 64px 0; }
}

/* Tablet & small desktop */
@media (max-width: 900px) {
  .geo-container { padding: 0 20px; }

  .geo-hero-inner, .geo-author-grid,
  .geo-text-blocks--2col, .geo-text-blocks--3col,
  .geo-usps, .geo-cases, .geo-timeline,
  .geo-pricing-cards, .geo-metrics { grid-template-columns: 1fr; }

  .geo-hd { display: none; }

  /* Hero */
  .geo-hero { padding: 44px 0 36px; }
  .geo-hero h1 { font-size: 32px; line-height: 1.1; }
  .geo-hero-desc { font-size: 15px; margin-bottom: 24px; }
  .geo-hero-actions { gap: 10px; margin-bottom: 0; }
  .geo-hero-inner { gap: 0; }

  /* KPI strip — 2×2, tighter */
  .geo-kpi-strip { grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .geo-kpi { padding: 20px 18px; }
  .geo-kpi strong { font-size: 24px; margin-bottom: 6px; }
  .geo-kpi span { font-size: 12px; }

  /* Sections — tighter padding */
  .geo-section, .geo-cta { padding: 44px 0; }

  /* Headings */
  .geo-section h2, .geo-hero h2, .geo-cta h2 { font-size: 26px; margin-bottom: 12px; }
  .geo-section-sub { font-size: 15px; margin-bottom: 24px; max-width: none; }
  .geo-eyebrow { margin-bottom: 18px; }

  /* Compact card paddings everywhere */
  .geo-vs-card, .geo-text-block, .geo-pricing-card, .geo-metric,
  .geo-usp, .geo-case, .geo-author-card, .geo-faq-item,
  .geo-timeline-step { padding: 24px; }
  .geo-risk { padding: 20px 22px; gap: 14px; }
  .geo-callout { margin-top: 24px; padding: 18px 20px; gap: 12px; }
  .geo-callout::before { width: 24px; height: 24px; font-size: 14px; }

  /* Compare VS — hide divider, stack */
  .geo-vs { grid-template-columns: 1fr; gap: 8px; }
  .geo-vs-divider { display: none; }

  /* Steps */
  .geo-step { grid-template-columns: 1fr; }
  .geo-step::before { justify-content: flex-start; padding: 18px 22px 0; border-right: 0; font-size: 20px; }
  .geo-step-content { padding: 18px 22px; }
  .geo-step:hover { transform: none; }

  /* Pricing */
  .geo-pricing-card { padding: 28px 24px; }
  .geo-pricing-name { font-size: 20px; }
  .geo-pricing-price { font-size: 34px; }
  .geo-pricing-card--featured { order: -1; }

  /* Metric / USP */
  .geo-metric-name { font-size: 20px; }
  .geo-metric-target-value { font-size: 16px; }
  .geo-usp-num { font-size: 44px; margin-bottom: 18px; }
  .geo-usp h3 { font-size: 17px; }

  /* Author / testimonial */
  .geo-author-card { padding: 28px 24px; }
  .geo-author-name { font-size: 20px; }
  .geo-testimonial { padding: 28px 24px; }
  .geo-testimonial-mark { font-size: 64px; right: 18px; top: 8px; }
  .geo-testimonial-text { font-size: 16px; margin-bottom: 24px; }
  .geo-testimonial-avatar { width: 44px; height: 44px; font-size: 15px; }
  .geo-testimonial-photo { width: 52px; height: 52px; border-width: 2px; }

  /* Solo testimonial mobile compact */
  .geo-testimonial--solo { padding: 32px 24px 28px; margin-top: 28px; }
  .geo-testimonial--solo .geo-testimonial-text { font-size: 17px; line-height: 1.5; margin-bottom: 24px; }
  .geo-testimonial--solo .geo-testimonial-mark { font-size: 84px; right: 18px; top: 6px; }
  .geo-testimonial--solo .geo-testimonial-author { padding-top: 20px; gap: 14px; }
  .geo-testimonial--solo .geo-testimonial-photo { width: 48px; height: 48px; }
  .geo-testimonial--solo .geo-testimonial-name { font-size: 15px; }

  /* CTA */
  .geo-cta-box { padding: 36px 22px; }
  .geo-cta-box h2 { font-size: 22px; }
  .geo-cta-box p { font-size: 15px; margin-bottom: 24px; }

  /* Tables scroll cleanly */
  .geo-table { font-size: 13px; min-width: 560px; }
  .geo-pricing-table { font-size: 13px; min-width: 560px; }
}

/* Small phones */
@media (max-width: 480px) {
  .geo-container { padding: 0 16px; }
  .geo-section, .geo-cta { padding: 36px 0; }
  .geo-hero { padding: 32px 0 28px; }
  .geo-hero h1 { font-size: 26px; }
  .geo-section h2, .geo-hero h2, .geo-cta h2 { font-size: 22px; }

  .geo-kpi-strip { margin-top: 20px; }
  .geo-kpi { padding: 16px 14px; }
  .geo-kpi strong { font-size: 20px; }
  .geo-kpi span { font-size: 11px; }

  .geo-btn { height: 42px; padding: 0 18px; font-size: 13px; }
  .geo-btn-lg { height: 46px; padding: 0 22px; font-size: 14px; }
  .geo-hero-actions { flex-direction: column; }
  .geo-hero-actions .geo-btn { width: 100%; }

  /* Cards even tighter */
  .geo-vs-card, .geo-text-block, .geo-pricing-card, .geo-metric,
  .geo-usp, .geo-case, .geo-author-card, .geo-faq-item,
  .geo-timeline-step, .geo-testimonial { padding: 20px; }
  .geo-callout { padding: 16px 18px; }

  .geo-pricing-price { font-size: 30px; }
  .geo-usp-num { font-size: 36px; }
}

/* Body bg = body, so it cascades */
body { margin: 0; background: var(--geo-bg-body, #F1F1F1); font-family: 'Plus Jakarta Sans', sans-serif; }
