/*
 * BigBen CRM — /vozmozhnosti/gejmifikatsiya/
 * Long-read с данными. Дополняет vozmozhnosti-page.css.
 */

/* ============================================================
   HERO
   ============================================================ */
.gj-hero {
    position: relative;
    overflow: hidden;
    padding: 7.5rem 0 5rem;
    background: linear-gradient(135deg, #1e293b 0%, #312e81 50%, #831843 100%);
    color: #fff;
}

.gj-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(236, 72, 153, 0.35) 0%, transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(59, 130, 246, 0.35) 0%, transparent 45%),
        radial-gradient(circle at 50% 100%, rgba(245, 158, 11, 0.25) 0%, transparent 50%);
    pointer-events: none;
}

.gj-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.gj-hero .vp-breadcrumb {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}

.gj-hero .vp-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.gj-hero .vp-breadcrumb a:hover { color: #fff; }
.gj-hero .vp-breadcrumb span { color: #fff; font-weight: 600; }

.gj-hero__label {
    background: rgba(255, 255, 255, 0.12);
    color: #fcd34d;
    border: 1px solid rgba(252, 211, 77, 0.3);
    backdrop-filter: blur(8px);
}

.gj-hero__content h1 {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 1.25rem 0 1.5rem;
    letter-spacing: -0.02em;
}

.gj-hero__accent {
    background: linear-gradient(135deg, #fcd34d 0%, #fb7185 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.gj-hero__subtitle {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    margin-bottom: 2rem;
    max-width: 560px;
}

.gj-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
}

.gj-hero__stat {
    text-align: center;
}

.gj-hero__stat-value {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 800;
    background: linear-gradient(135deg, #fcd34d 0%, #fb7185 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    letter-spacing: -0.02em;
}

.gj-hero__stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 0.35rem;
    line-height: 1.25;
}

.gj-hero__cta-row {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    flex-wrap: wrap;
}

.gj-hero__secondary {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: color 0.2s;
}

.gj-hero__secondary:hover { color: #fcd34d; }

.gj-hero__visual {
    position: relative;
}

.gj-hero__visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #fff;
}

/* ============================================================
   PROBLEM
   ============================================================ */
.gj-problem {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: var(--bg-warm, #fafaf9);
}

.gj-problem__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3.5rem;
}

.gj-problem__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.gj-problem__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.gj-problem__num {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #3b82f6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.gj-problem__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.gj-problem__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

/* ============================================================
   INSIGHT (generic block used by H13, H7, H5, H2, H12)
   ============================================================ */
.gj-insight {
    padding: clamp(4rem, 7vw, 7rem) 0;
}

.gj-insight--hero {
    background: linear-gradient(180deg, #fff 0%, #eef2ff 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gj-insight--alt {
    background: var(--bg-warm, #fafaf9);
}

.gj-insight--age {
    background: linear-gradient(180deg, #fff 0%, #fdf4ff 100%);
}

.gj-insight__split {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.gj-insight__split--reverse {
    grid-template-columns: 1fr 1.1fr;
}

.gj-insight__chart {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px #e2e8f0;
}

.gj-chart {
    width: 100%;
    height: auto;
    display: block;
}

.gj-insight__illustration {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-top: 1.5rem;
    display: block;
}

.gj-insight__body {
    padding: 0 1rem;
}

.gj-insight__pill {
    display: inline-block;
    background: rgba(139, 92, 246, 0.1);
    color: #7c3aed;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
    letter-spacing: 0.03em;
}

.gj-insight__body h3 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.gj-insight__body p {
    font-size: 1.02rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.gj-insight__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.gj-insight__bullets li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.5;
    border-bottom: 1px dashed #e2e8f0;
}

.gj-insight__bullets li:last-child { border-bottom: none; }

.gj-insight__bullets li::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 1.1rem;
    width: 8px;
    height: 8px;
    background: #8b5cf6;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

.gj-insight__bullets strong { color: #0f172a; font-weight: 700; }

.gj-insight__source {
    font-size: 0.82rem;
    color: #94a3b8;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    line-height: 1.5;
}

/* ============================================================
   TOOLS GRID
   ============================================================ */
.gj-tools {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: #fff;
}

.gj-tools__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.gj-tool {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.75rem;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.gj-tool:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #c7d2fe;
}

.gj-tool--highlight {
    border: 2px solid #fbbf24;
    background: linear-gradient(180deg, #fffbeb 0%, #fff 50%);
}

.gj-tool--new::before {
    content: "2026";
    position: absolute;
    top: -10px;
    right: 16px;
    background: linear-gradient(135deg, #ec4899 0%, #f59e0b 100%);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 100px;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 8px rgba(236, 72, 153, 0.3);
}

.gj-tool__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.gj-tool h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.gj-tool p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 1rem;
}

.gj-tool__tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6366f1;
    background: #eef2ff;
    padding: 0.3rem 0.7rem;
    border-radius: 100px;
    letter-spacing: 0.02em;
}

/* ============================================================
   HEATMAP (H10)
   ============================================================ */
.gj-heatmap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 2rem;
    margin-top: 3rem;
    overflow-x: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.gj-heatmap__header,
.gj-heatmap__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.4fr;
    gap: 0.75rem;
    align-items: center;
    min-width: 720px;
}

.gj-heatmap__header {
    padding: 0 0 1rem;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 0.75rem;
}

.gj-heatmap__header-cell {
    font-size: 0.88rem;
    font-weight: 700;
    color: #475569;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gj-heatmap__best { color: #7c3aed; }

.gj-heatmap__row {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.gj-heatmap__row:last-child { border-bottom: none; }

.gj-heatmap__row--highlight {
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.06), transparent);
    border-radius: 12px;
    padding: 0.75rem 0.5rem;
    margin: 0.5rem -0.5rem 0;
}

.gj-heatmap__label {
    text-align: center;
    line-height: 1.2;
}

.gj-heatmap__label strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.gj-heatmap__label span {
    font-size: 0.78rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gj-heatmap__cell {
    background: #f8fafc;
    color: #64748b;
    border-radius: 10px;
    padding: 0.9rem 0.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.05rem;
    transition: transform 0.2s;
}

.gj-heatmap__cell:hover { transform: scale(1.05); }

.gj-heatmap__cell--mild {
    background: #dbeafe;
    color: #1e40af;
}

.gj-heatmap__cell--warm {
    background: #fde68a;
    color: #92400e;
}

.gj-heatmap__cell--hot {
    background: #fbbf24;
    color: #fff;
}

.gj-heatmap__cell--extra {
    background: #f97316;
    color: #fff;
}

.gj-heatmap__cell--fire {
    background: linear-gradient(135deg, #dc2626 0%, #f97316 100%);
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 6px 12px rgba(220, 38, 38, 0.3);
}

.gj-heatmap__best-cell {
    text-align: center;
    font-size: 0.88rem;
    color: #7c3aed;
    font-weight: 600;
    line-height: 1.35;
}

.gj-heatmap__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    justify-content: center;
    font-size: 0.82rem;
    color: #64748b;
}

.gj-heatmap__legend-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.gj-heatmap__legend-item::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 4px;
}

.gj-heatmap__legend-item[data-dot="mild"]::before { background: #dbeafe; }
.gj-heatmap__legend-item[data-dot="warm"]::before { background: #fde68a; }
.gj-heatmap__legend-item[data-dot="hot"]::before { background: #fbbf24; }
.gj-heatmap__legend-item[data-dot="extra"]::before { background: #f97316; }
.gj-heatmap__legend-item[data-dot="fire"]::before { background: linear-gradient(135deg, #dc2626 0%, #f97316 100%); }

/* Age insight block with image + notes */
.gj-age__insight {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.gj-age__image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gj-age__notes {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.gj-age__note {
    background: #fff;
    border-left: 4px solid #8b5cf6;
    border-radius: 0 12px 12px 0;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.gj-age__note-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #7c3aed;
    margin-bottom: 0.4rem;
}

.gj-age__note p {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.gj-age__note strong { color: #0f172a; }

/* ============================================================
   LEADERBOARD (H5) — horizontal bars
   ============================================================ */
.gj-leaderboard {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.gj-leaderboard__row {
    display: grid;
    grid-template-columns: 120px 1fr 150px;
    align-items: center;
    gap: 1rem;
}

.gj-leaderboard__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
}

.gj-leaderboard__label--hot {
    color: #ec4899;
    font-weight: 700;
}

.gj-leaderboard__bar {
    height: 36px;
    width: var(--width);
    background: linear-gradient(90deg, #cbd5e1 0%, #94a3b8 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: relative;
    transition: transform 0.3s;
}

.gj-leaderboard__bar--mid {
    background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
}

.gj-leaderboard__bar--hot {
    background: linear-gradient(90deg, #ec4899 0%, #8b5cf6 100%);
    box-shadow: 0 6px 12px rgba(236, 72, 153, 0.25);
}

.gj-leaderboard__row:hover .gj-leaderboard__bar { transform: scaleX(1.02); transform-origin: left; }

.gj-leaderboard__value {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
}

.gj-leaderboard__meta {
    font-size: 0.85rem;
    color: #64748b;
    text-align: right;
}

.gj-leaderboard__meta strong { color: #ec4899; }

.gj-leaderboard__note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #7c2d12;
}

.gj-leaderboard__note strong { color: #ea580c; }

/* ============================================================
   FUNNEL (H12)
   ============================================================ */
.gj-funnel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.5rem 3rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gj-funnel__step {
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 1.5rem;
    align-items: center;
}

.gj-funnel__bar {
    height: 52px;
    width: var(--width);
    min-width: 180px;
    background: var(--color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #fff;
    transition: transform 0.3s;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    margin: 0 auto 0 0;
}

.gj-funnel__step:hover .gj-funnel__bar {
    transform: translateX(6px);
}

.gj-funnel__bar--min {
    min-width: 220px;
    padding: 0 1rem;
}

.gj-funnel__label {
    font-weight: 700;
    font-size: 0.95rem;
}

.gj-funnel__value {
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
}

.gj-funnel__meta {
    font-size: 0.88rem;
    color: #64748b;
    text-align: left;
    padding-left: 1rem;
    border-left: 2px solid #e2e8f0;
}

.gj-funnel__note {
    background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 100%);
    border: 1px solid #fecaca;
    border-radius: 20px;
    padding: 2rem;
    margin-top: 2rem;
}

.gj-funnel__note-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #dc2626;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gj-funnel__note-title::before {
    content: "!";
    width: 26px;
    height: 26px;
    background: #dc2626;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.gj-funnel__note p {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.gj-funnel__note strong { color: #0f172a; }

.gj-link {
    color: #3b82f6;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.gj-link:hover { color: #1e40af; }

/* ============================================================
   2026 NEW
   ============================================================ */
.gj-new {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
    color: #fff;
}

.gj-new .section-header h2 { color: #fff; }
.gj-new .section-header p { color: rgba(255, 255, 255, 0.7); }

.gj-new .section-label {
    background: rgba(236, 72, 153, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.gj-new__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.gj-new__card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.3s, background 0.3s;
}

.gj-new__card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
}

.gj-new__card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #fff;
}

.gj-new__card-body {
    padding: 1.5rem;
}

.gj-new__pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ec4899 0%, #f59e0b 100%);
    color: #fff;
    padding: 0.3rem 0.75rem;
    border-radius: 100px;
    margin-bottom: 0.85rem;
    letter-spacing: 0.04em;
}

.gj-new__card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.gj-new__card p {
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.gj-new__roadmap {
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.75rem 2rem;
}

.gj-new__roadmap-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.gj-new__roadmap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.gj-new__roadmap li {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.55;
    padding-left: 1.5rem;
    position: relative;
}

.gj-new__roadmap li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #fbbf24;
    font-weight: 700;
}

.gj-new__roadmap strong { color: #fff; }

/* ============================================================
   IMPLEMENT (5 steps)
   ============================================================ */
.gj-implement {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: linear-gradient(180deg, #f5f3ff 0%, #fff 100%);
}

.gj-implement .section-label {
    background: #ede9fe;
    color: #7c3aed;
    border: 1px solid #ddd6fe;
}

.gj-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.gj-steps__step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 2rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.75rem 2rem;
    transition: border-color 0.3s, transform 0.3s;
    position: relative;
}

.gj-steps__step:hover {
    border-color: #8b5cf6;
    transform: translateX(4px);
}

.gj-steps__step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 39px;
    bottom: -1.5rem;
    width: 2px;
    height: 1.5rem;
    background: linear-gradient(180deg, #e2e8f0, transparent);
}

.gj-steps__num {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.25);
}

.gj-steps__body h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.gj-steps__body p {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   VOICES (EduGrowth quotes)
   ============================================================ */
/* ============================================================
   STORIES — videos + quotes combined (unified social proof)
   ============================================================ */
.gj-stories {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: linear-gradient(180deg, #fff 0%, #faf7ff 100%);
}

.gj-stories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.gj-story {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ede9fe;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(108, 92, 231, 0.06);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.gj-story:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(124, 58, 237, 0.16);
    border-color: #d8b4fe;
}

.gj-story__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    overflow: hidden;
}

.gj-story__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gj-story__duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.gj-story__body {
    padding: 1.25rem 1.35rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    position: relative;
}

.gj-story--quote .gj-story__body {
    padding-top: 3rem;
    background: linear-gradient(180deg, #faf5ff 0%, #fff 60%);
}

.gj-story__mark {
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5rem;
    line-height: 1;
    color: #c4b5fd;
    pointer-events: none;
    user-select: none;
}

.gj-story__quote {
    font-size: 0.98rem;
    line-height: 1.5;
    color: #1e293b;
    font-weight: 500;
    margin: 0;
    quotes: none;
}

.gj-story__quote--lead {
    font-size: 1.1rem;
    line-height: 1.45;
    color: #0f172a;
    font-weight: 600;
    letter-spacing: -0.005em;
}

.gj-story__context {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

.gj-story__author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid #f1f5f9;
}

.gj-story__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.gj-story__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.gj-story__school {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 2px;
}

.gj-story__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #7c3aed;
    text-decoration: none;
    align-self: flex-start;
}

.gj-story__link:hover {
    color: #5b21b6;
}

.gj-story__link svg {
    transition: transform 0.2s;
}

.gj-story__link:hover svg {
    transform: translateX(3px);
}

.gj-stories__more {
    text-align: center;
    margin-top: 2.5rem;
}

.gj-stories__more a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #7c3aed;
    text-decoration: none;
    padding: 0.6rem 1.1rem;
    border: 1px solid #ede9fe;
    border-radius: 999px;
    background: #fff;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.gj-stories__more a:hover {
    background: #faf5ff;
    border-color: #c4b5fd;
    transform: translateY(-1px);
}

@media (max-width: 1100px) {
    .gj-stories__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .gj-stories__grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .gj-story__body { padding: 1.1rem 1.2rem 1.2rem; }
    .gj-story--quote .gj-story__body { padding-top: 2.5rem; }
    .gj-story__mark { font-size: 4rem; top: 0.3rem; }
    .gj-story__quote--lead { font-size: 1rem; }
}

/* ============================================================
   AUDIENCE (qualitative who-fits-what)
   ============================================================ */
.gj-audience {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: #fff;
}

.gj-audience__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}

.gj-audience__card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gj-audience__card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.gj-audience__age {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.gj-audience__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.gj-audience__tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.25rem;
}

.gj-audience__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 0.8rem;
    color: #475569;
    font-weight: 500;
}

.gj-audience__tag--key {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #4338ca;
    font-weight: 600;
}

.gj-audience__card p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
    margin: 0;
}

@media (max-width: 960px) {
    .gj-audience__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
    .gj-audience__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HONESTY
   ============================================================ */
.gj-honesty {
    padding: clamp(3rem, 5vw, 5rem) 0;
    background: #f8fafc;
}

.gj-honesty__inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    background: #fff;
    border-left: 6px solid #8b5cf6;
    border-radius: 16px;
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.gj-honesty__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #ede9fe;
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gj-honesty__body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.gj-honesty__body p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.gj-honesty__body p:last-child { margin-bottom: 0; }

.gj-honesty__body strong { color: #0f172a; font-weight: 700; }

/* ============================================================
   RELATED — minimalist "read next" grid
   ============================================================ */
.gj-related {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: var(--bg-warm, #fafaf9);
}

.gj-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}

.gj-related__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.5rem 1.4rem 1.35rem;
    background: #fff;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s, box-shadow 0.25s;
    overflow: hidden;
    min-height: 190px;
}

.gj-related__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
    opacity: 0.5;
    transition: opacity 0.25s;
}

.gj-related__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.gj-related__item:hover::before {
    opacity: 1;
}

.gj-related__kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 999px;
    align-self: flex-start;
}

.gj-related__kicker--blog {
    background: #dbeafe;
    color: #1d4ed8;
}

.gj-related__kicker--feature {
    background: #ede9fe;
    color: #7c3aed;
}

.gj-related__title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.01em;
}

.gj-related__more {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: auto;
    font-size: 0.86rem;
    font-weight: 600;
    color: #7c3aed;
    transition: color 0.2s, gap 0.2s;
}

.gj-related__item:hover .gj-related__more {
    color: #5b21b6;
    gap: 0.5rem;
}

/* ============================================================
   CTA
   ============================================================ */
.gj-cta {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: linear-gradient(135deg, #1e293b 0%, #312e81 50%, #831843 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.gj-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.3) 0%, transparent 45%);
    pointer-events: none;
}

.gj-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.gj-cta__inner h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.gj-cta__inner p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.gj-cta__row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.gj-cta__trust {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    flex-wrap: wrap;
}

.gj-cta__trust span { color: rgba(255, 255, 255, 0.82); font-weight: 500; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .gj-hero__inner { grid-template-columns: 1fr; gap: 3rem; }
    .gj-insight__split,
    .gj-insight__split--reverse { grid-template-columns: 1fr; gap: 2.5rem; }
    .gj-age__insight { grid-template-columns: 1fr; gap: 2rem; }
    .gj-problem__grid { grid-template-columns: repeat(2, 1fr); }
    .gj-new__grid { grid-template-columns: repeat(2, 1fr); }
    .gj-related__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .gj-hero { padding: 5.5rem 0 3.5rem; }
    .gj-hero__stats { grid-template-columns: repeat(2, 1fr); padding: 1.25rem; }
    .gj-hero__content h1 { font-size: 2rem; }
    .gj-hero__visual img { border-radius: 16px; }

    .gj-problem__grid { grid-template-columns: 1fr; gap: 1rem; }
    .gj-problem__card { padding: 1.5rem; }
    .gj-problem__num { font-size: 2rem; }

    .gj-insight__chart { padding: 1.25rem; }
    .gj-insight__body { padding: 0; }
    .gj-insight__body h3 { font-size: 1.4rem; }

    .gj-tools__grid { grid-template-columns: 1fr; gap: 1rem; }

    .gj-heatmap { padding: 1.25rem; }
    .gj-heatmap__header-cell { font-size: 0.7rem; }
    .gj-heatmap__cell { font-size: 0.88rem; padding: 0.6rem 0.3rem; }
    .gj-heatmap__cell--fire { font-size: 1rem; }
    .gj-heatmap__label strong { font-size: 1.1rem; }

    .gj-leaderboard { padding: 1.25rem; }
    .gj-leaderboard__row {
        grid-template-columns: 90px 1fr;
        grid-template-rows: auto auto;
    }
    .gj-leaderboard__meta {
        grid-column: 1 / -1;
        text-align: right;
        font-size: 0.8rem;
    }

    .gj-funnel { padding: 1.25rem; }
    .gj-funnel__step { grid-template-columns: 1fr; gap: 0.35rem; }
    .gj-funnel__meta { padding-left: 0; border: none; font-size: 0.82rem; }

    .gj-new__grid { grid-template-columns: 1fr; }
    .gj-related__grid { grid-template-columns: 1fr; }
    .gj-steps__step { grid-template-columns: 1fr; gap: 1rem; padding: 1.5rem; }
    .gj-steps__step::after { display: none; }

    .gj-honesty__inner { flex-direction: column; padding: 1.5rem; }
    .gj-cta__inner h2 { font-size: 1.75rem; }
    .gj-cta__row { flex-direction: column; }
    .gj-cta__row .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   DARK SECTIONS — общий паттерн (hero-style)
   ============================================================ */
.gj-dark {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    color: #fff;
}

.gj-dark--indigo { background: linear-gradient(135deg, #1e293b 0%, #312e81 55%, #831843 100%); }
.gj-dark--violet { background: linear-gradient(135deg, #0f172a 0%, #4c1d95 50%, #1e293b 100%); }
.gj-dark--teal   { background: linear-gradient(135deg, #0f172a 0%, #134e4a 50%, #312e81 100%); }
.gj-dark--amber  { background: linear-gradient(135deg, #1e293b 0%, #7c2d12 55%, #312e81 100%); }

.gj-why      { background: linear-gradient(135deg, #1e293b 0%, #312e81 55%, #831843 100%); }
.gj-audience { background: linear-gradient(135deg, #0f172a 0%, #1e40af 50%, #4c1d95 100%); }
.gj-streak   { background: linear-gradient(135deg, #0f172a 0%, #4c1d95 50%, #1e293b 100%); }
.gj-funnel-sec { background: linear-gradient(135deg, #1e293b 0%, #7c2d12 55%, #312e81 100%); }
.gj-implement.gj-dark { background: linear-gradient(135deg, #0f172a 0%, #134e4a 50%, #312e81 100%); padding: clamp(4.5rem, 8vw, 7.5rem) 0; }

.gj-dark__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        radial-gradient(circle at 18% 22%, rgba(236, 72, 153, 0.32) 0%, transparent 42%),
        radial-gradient(circle at 82% 68%, rgba(59, 130, 246, 0.32) 0%, transparent 45%),
        radial-gradient(circle at 50% 100%, rgba(245, 158, 11, 0.22) 0%, transparent 55%);
}

.gj-dark .container { position: relative; z-index: 1; }

.gj-dark h2,
.gj-dark h3,
.gj-dark h4 {
    color: #fff;
    letter-spacing: -0.01em;
}

.gj-dark h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.gj-dark p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}

.gj-dark a {
    color: #fcd34d;
    text-decoration: underline;
    text-decoration-color: rgba(252, 211, 77, 0.4);
    text-underline-offset: 3px;
    transition: color 0.2s, text-decoration-color 0.2s;
}

.gj-dark a:hover {
    color: #fde68a;
    text-decoration-color: #fde68a;
}

.gj-dark__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.95rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fcd34d;
    border: 1px solid rgba(252, 211, 77, 0.3);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
}

.gj-dark__label svg {
    flex-shrink: 0;
}

/* Section-header variant для тёмного фона */
.section-header--light h2 { color: #fff; }
.section-header--light p  { color: rgba(255, 255, 255, 0.78); }
.section-header--light .section-label,
.section-header--light .gj-dark__label {
    background: rgba(255, 255, 255, 0.12);
    color: #fcd34d;
    border: 1px solid rgba(252, 211, 77, 0.3);
}

/* ============================================================
   WHY section — 11 механик
   ============================================================ */
.gj-why__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: center;
}

.gj-why__content h2 { margin-bottom: 1.25rem; }

.gj-why__lead {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    margin-bottom: 1.75rem;
    max-width: 560px;
}

.gj-why__promises {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gj-why__promises li {
    position: relative;
    padding: 1rem 1.2rem 1rem 3.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
    backdrop-filter: blur(8px);
}

.gj-why__promises li::before {
    content: "";
    position: absolute;
    left: 1.1rem;
    top: 1.15rem;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #fcd34d 0%, #fb7185 100%);
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(252, 211, 77, 0.2);
}

.gj-why__promises strong {
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 0.15rem;
}

.gj-why__visual img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.4);
}

/* ============================================================
   AUDIENCE — dark override
   ============================================================ */
.gj-audience__hero {
    margin: 2.5rem auto 3rem;
    max-width: 1080px;
}

.gj-audience__hero img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.4);
}

.gj-audience .gj-audience__card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.85);
}

.gj-audience .gj-audience__card:hover {
    border-color: rgba(252, 211, 77, 0.45);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.4);
    transform: translateY(-2px);
}

.gj-audience .gj-audience__age { color: #fcd34d; }
.gj-audience .gj-audience__title { color: #fff; }

.gj-audience .gj-audience__tag {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.85);
}

.gj-audience .gj-audience__tag--key {
    background: rgba(252, 211, 77, 0.15);
    border-color: rgba(252, 211, 77, 0.45);
    color: #fcd34d;
}

.gj-audience .gj-audience__card p { color: rgba(255, 255, 255, 0.78); }

/* ============================================================
   STREAK — word trainer
   ============================================================ */
.gj-streak__inner {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: center;
}

.gj-streak__visual img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.45);
}

.gj-streak__lead {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    margin-bottom: 1.75rem;
    max-width: 560px;
}

.gj-streak__metric {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(252, 211, 77, 0.4);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    margin-bottom: 1.75rem;
}

.gj-streak__metric-num {
    font-size: clamp(2.5rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fcd34d 0%, #fb7185 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    flex-shrink: 0;
    white-space: nowrap;
}

.gj-streak__metric-label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    min-width: 0;
}

.gj-streak__metric-label span {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 1.4;
}

.gj-streak__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.gj-streak__features li {
    position: relative;
    padding-left: 1.75rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
}

.gj-streak__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #fcd34d 0%, #fb7185 100%);
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(252, 211, 77, 0.25);
}

/* ============================================================
   FUNNEL-sec — dark rewrap
   ============================================================ */
.gj-funnel-sec .gj-funnel-sec__inner {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: center;
    margin-top: 3rem;
}

.gj-funnel-sec__visual img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.45);
}

.gj-funnel-sec .gj-funnel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.gj-funnel-sec .gj-funnel__step {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: stretch;
}

.gj-funnel-sec .gj-funnel__bar {
    height: 46px;
    min-width: 140px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.3);
}

.gj-funnel-sec .gj-funnel__label { color: #fff; font-size: 0.9rem; }
.gj-funnel-sec .gj-funnel__value { color: #fff; }
.gj-funnel-sec .gj-funnel__meta  {
    color: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    padding-left: 0.75rem;
}

.gj-funnel-sec__note {
    margin-top: 2rem;
    padding: 1.5rem 1.75rem;
    background: rgba(252, 211, 77, 0.08);
    border: 1px solid rgba(252, 211, 77, 0.35);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}

.gj-funnel-sec__note-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fcd34d;
    margin-bottom: 0.75rem;
}

.gj-funnel-sec__note p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

.gj-funnel-sec__note strong { color: #fff; }

/* ============================================================
   ROADMAP (live vs next) — automation cards
   ============================================================ */
.gj-roadmap {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.gj-roadmap__visual {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.gj-roadmap__visual img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.5);
}

.gj-roadmap__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.gj-roadmap__card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
}

.gj-roadmap__card--live {
    border-color: rgba(16, 185, 129, 0.45);
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2) inset;
}

.gj-roadmap__card--next {
    border-color: rgba(251, 191, 36, 0.45);
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2) inset;
}

.gj-roadmap__status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    width: fit-content;
}

.gj-roadmap__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.gj-roadmap__dot--live {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
    animation: gj-roadmap-pulse 2s ease-in-out infinite;
}

.gj-roadmap__dot--next {
    background: #fbbf24;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.25);
}

@keyframes gj-roadmap-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25); }
    50% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.12); }
}

.gj-roadmap__card h3 {
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    margin: 0;
    line-height: 1.3;
}

.gj-roadmap__card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

.gj-roadmap__list {
    list-style: none;
    padding: 0;
    margin: 0.3rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.gj-roadmap__list li {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    padding-left: 1.2rem;
    position: relative;
    line-height: 1.45;
}

.gj-roadmap__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.gj-roadmap__tracker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.6rem 1rem;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 10px;
    color: #fde68a;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    width: fit-content;
}

.gj-roadmap__tracker:hover {
    background: rgba(251, 191, 36, 0.22);
    color: #fff;
}

@media (max-width: 880px) {
    .gj-roadmap__cols {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   IMPLEMENT — dark rewrap
   ============================================================ */
.gj-implement.gj-dark {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 50%, #312e81 100%);
}

.gj-implement__hero {
    margin: 2.5rem auto 3.5rem;
    max-width: 1080px;
}

.gj-implement__hero img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.45);
}

.gj-implement.gj-dark .gj-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 0;
}

.gj-implement.gj-dark .gj-steps__step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.75rem 1.6rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.gj-implement.gj-dark .gj-steps__step:hover {
    border-color: rgba(252, 211, 77, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.4);
}

.gj-implement.gj-dark .gj-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #fcd34d 0%, #fb7185 100%);
    color: #0f172a;
    font-weight: 800;
    font-size: 1.25rem;
    border-radius: 12px;
    flex-shrink: 0;
}

.gj-implement.gj-dark .gj-steps__body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.gj-implement.gj-dark .gj-steps__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    font-size: 0.95rem;
}

/* ============================================================
   Responsive — dark sections
   ============================================================ */
@media (max-width: 960px) {
    .gj-why__inner,
    .gj-streak__inner,
    .gj-funnel-sec .gj-funnel-sec__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .gj-streak__inner .gj-streak__visual { order: -1; }
    .gj-funnel-sec .gj-funnel-sec__inner .gj-funnel-sec__visual { order: -1; }
}

@media (max-width: 640px) {
    .gj-streak__metric {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1.25rem 1.35rem;
    }
}

/* ============================================================ */
/* INVENTORY — «что входит в геймификацию BigBen» (11 плиток)    */
/* ============================================================ */

.gj-inventory {
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 45%, #312e81 100%);
    position: relative;
    overflow: hidden;
}

.gj-inventory .gj-dark__bg {
    background:
        radial-gradient(circle at 12% 18%, rgba(251, 191, 36, 0.18) 0%, transparent 45%),
        radial-gradient(circle at 88% 82%, rgba(236, 72, 153, 0.16) 0%, transparent 45%),
        radial-gradient(circle at 50% 120%, rgba(99, 102, 241, 0.20) 0%, transparent 55%);
}

.gj-inventory__hero {
    max-width: 920px;
    margin: 0 auto clamp(3rem, 5vw, 4rem);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.gj-inventory__hero img {
    display: block;
    width: 100%;
    height: auto;
}

.gj-inventory__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.1rem;
    margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.gj-inventory__tile {
    position: relative;
    padding: 1.5rem 1.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gj-inventory__tile:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.07);
}

.gj-inventory__tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gj-inventory__tile-icon svg,
.gj-inventory__tile-icon i {
    width: 22px;
    height: 22px;
    stroke-width: 2;
}

.gj-inventory__tile h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.25;
    color: #f1f5f9;
}

.gj-inventory__tile p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.78);
    flex-grow: 1;
}

.gj-inventory__tile-stat {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 999px;
    color: #fcd34d;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    align-self: flex-start;
    white-space: nowrap;
}

.gj-inventory__foot {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    color: rgba(226, 232, 240, 0.70);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .gj-inventory__grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .gj-inventory__tile {
        padding: 1.25rem 1.25rem 1.1rem;
    }
}

/* ============================================================ */
/* vp-problem__card-visual — иллюстрации на верхушке карточек    */
/* ============================================================ */
.vp-problem__card-visual {
    margin: -1.5rem -1.5rem 1.25rem;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
}

.vp-problem__card-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .vp-problem__card-visual {
        margin: calc(clamp(1.5rem, 3vw, 2.5rem) * -1 - 4px)
                calc(clamp(1.5rem, 3vw, 2.5rem) * -1)
                1.5rem;
    }
}

/* ============================================================ */
/* NETWORK — scale + 3 pillars trust strip                       */
/* ============================================================ */

.gj-network {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background:
        radial-gradient(circle at 15% 0%, rgba(251, 191, 36, 0.08) 0%, transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(236, 72, 153, 0.08) 0%, transparent 55%),
        #fffbf5;
    position: relative;
    overflow: hidden;
}

.gj-network__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

.gj-network__stat {
    text-align: center;
    padding: 2.25rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(30, 27, 75, 0.04), 0 1px 2px rgba(30, 27, 75, 0.03);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gj-network__stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(30, 27, 75, 0.08), 0 2px 4px rgba(30, 27, 75, 0.05);
}

.gj-network__stat::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b 0%, #ec4899 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0.85;
}

.gj-network__stat-value {
    display: block;
    font-size: clamp(2rem, 3.5vw, 2.85rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #f59e0b 0%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.65rem;
}

.gj-network__stat-label {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.45;
    font-weight: 500;
}

.gj-network__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(30, 27, 75, 0.06);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(30, 27, 75, 0.06), 0 2px 4px rgba(30, 27, 75, 0.03);
}

.gj-network__pillar {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.5rem 1rem;
    border-left: 1px solid rgba(30, 27, 75, 0.08);
}

.gj-network__pillar:first-child {
    border-left: none;
    padding-left: 0.5rem;
}

.gj-network__pillar-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gj-network__pillar h4 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.gj-network__pillar p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #475569;
}

@media (max-width: 960px) {
    .gj-network__stats { grid-template-columns: repeat(2, 1fr); }
    .gj-network__pillars { grid-template-columns: 1fr; padding: 1.5rem; gap: 0.5rem; }
    .gj-network__pillar {
        border-left: none;
        border-top: 1px solid rgba(30, 27, 75, 0.08);
        padding: 1.25rem 0.5rem 0.5rem;
    }
    .gj-network__pillar:first-child { border-top: none; padding-top: 0.5rem; }
}

@media (max-width: 520px) {
    .gj-network__stats { grid-template-columns: 1fr; }
}

/* ============================================================
   MODERN QUOTE/STAT CALLOUT — replaces legacy pink italic pill
   Scoped to gejmifikatsiya aspects. Clean data-card look.
   ============================================================ */
.magazin-aspect .vp-problem__quote {
    position: relative;
    max-width: 760px;
    margin: 0 auto 3.5rem;
    padding: 1.75rem 2rem 1.5rem 2.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
    border: 1px solid rgba(30, 27, 75, 0.08);
    border-left: 4px solid var(--primary);
    border-radius: 14px;
    box-shadow: 0 10px 30px -20px rgba(30, 27, 75, 0.2);
    font-size: 1.125rem;
    line-height: 1.55;
    font-style: normal;
    color: #1e1b4b;
    font-weight: 600;
    letter-spacing: -0.005em;
}

.magazin-aspect .vp-problem__quote::before {
    display: none;
}

.magazin-aspect .vp-problem__quote-source {
    display: block;
    margin-top: 1rem;
    padding-top: 0.875rem;
    border-top: 1px solid rgba(30, 27, 75, 0.08);
    font-size: 0.8125rem;
    font-weight: 500;
    font-style: normal;
    color: #64748b;
    opacity: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .magazin-aspect .vp-problem__quote {
        padding: 1.25rem 1.25rem 1.125rem 1.5rem;
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }
}

/* ============================================================
   ASPECT CARDS UNIFICATION
   Унифицируем vp-features__card и vp-problem__card внутри
   .magazin-aspect — одинаковое оформление + калибровка h3.
   ============================================================ */

/* H3 внутри любой карточки аспекта: калиберный, не раздутый */
.magazin-aspect .vp-problem__card h3,
.magazin-aspect .vp-features__card h3 {
    font-family: var(--font-display);
    font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
    line-height: 1.3;
    margin: 0 0 0.625rem;
    color: var(--text);
    letter-spacing: -0.005em;
    font-weight: 700;
}

/* vp-features__card в аспектах — теплый фон + розовый верхний акцент,
   как у vp-problem__card */
.magazin-aspect .vp-features__grid {
    gap: clamp(1rem, 2vw, 2rem);
}

.magazin-aspect .vp-features__card {
    position: relative;
    background: var(--bg-warm);
    border: 1px solid rgba(237, 83, 138, 0.06);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    padding-top: calc(clamp(1.5rem, 3vw, 2.5rem) + 4px);
    overflow: hidden;
    border-radius: var(--radius-md);
}

.magazin-aspect .vp-features__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.magazin-aspect .vp-features__card:hover {
    border-color: rgba(237, 83, 138, 0.18);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

/* Заголовок-цифра карточки (148K, 96%, 117, 56, 20, ...) —
   превращаем в стат-номер как у vp-problem */
.magazin-aspect .vp-features__card-label {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    color: var(--primary);
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: none;
    margin: 0 0 0.875rem;
}

/* Текст-параграф в аспектах — единый стиль */
.magazin-aspect .vp-features__card p,
.magazin-aspect .vp-problem__card p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-light);
}

/* Стат у problem-карт — чуть компактнее (чтобы h3 не «давило») */
.magazin-aspect .vp-problem__stat-number {
    font-size: clamp(1.5rem, 2.4vw, 1.875rem);
}

/* vp-features__card с mockup (ASPECT 4 Уровни): уменьшаем отступ
   между h3 и mockup-визуализацией */
.magazin-aspect .vp-features__card-mockup {
    margin-top: 1rem;
}

