.gi-page {
    --growth-bg: #101114;
    --growth-panel: rgba(23, 25, 31, 0.14);
    --lime: #c6f36d;
    --blue: #70a8ff;
    --pink: #e879b9;
    --line-kicker-size: 0.76rem;
    --line-title-size: 4rem;
    --line-section-title-size: 2.72rem;
    --line-card-title-size: 1.24rem;
    --line-lead-size: 1.14rem;
    min-height: 100vh;
    padding: 134px clamp(18px, 5vw, 72px) 72px;
    background:
        radial-gradient(circle at 80% 18%, rgba(198, 243, 109, 0.1), transparent 27%),
        radial-gradient(circle at 12% 62%, rgba(112, 168, 255, 0.1), transparent 28%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        var(--growth-bg);
    background-size: auto, auto, 46px 46px, 46px 46px, auto;
    color: #f7f7f2;
}

.gi-hero,
.gi-explain,
.gi-flow,
.gi-offer,
.gi-packages {
    width: min(1180px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.gi-hero {
    display: grid;
    place-items: center;
    padding: 12px 0 42px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 480ms ease, transform 480ms ease;
}

.gi-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin: 0 0 14px;
    padding: 7px 10px;
    border: 1px solid rgba(198, 243, 109, 0.24);
    border-radius: 8px;
    color: var(--lime);
    background: rgba(198, 243, 109, 0.075);
    box-shadow: 0 12px 34px rgba(198, 243, 109, 0.08);
    font-size: var(--line-kicker-size);
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.gi-kicker.line-status::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 14px rgba(198, 243, 109, 0.62);
}

.gi-headline h1,
.gi-explain h1,
.gi-explain h2,
.gi-offer h2 {
    margin: 0;
    text-wrap: balance;
}

.gi-explain h1 {
    max-width: 980px;
    font-family: var(--font-display);
    font-size: var(--line-title-size);
    font-weight: 600;
    line-height: var(--heading-tight);
}

.gi-headline p:not(.gi-kicker),
.gi-explain p:not(.gi-kicker),
.gi-flow p,
.gi-offer p:not(.gi-kicker),
.gi-packages p {
    color: #b8bbc3;
    line-height: 1.66;
}

.gi-explain > p {
    max-width: 980px;
    margin: 0;
    font-size: var(--line-lead-size);
    line-height: var(--copy-line);
}

.gi-swarm {
    position: relative;
    width: min(780px, 100%);
    min-height: 390px;
    border-radius: 8px;
    border: 0;
    background:
        radial-gradient(circle at 50% 48%, rgba(198, 243, 109, 0.13), transparent 35%),
        radial-gradient(circle at 78% 28%, rgba(112, 168, 255, 0.12), transparent 26%),
        transparent;
    box-shadow: none;
    overflow: hidden;
}

.gi-swarm::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at center, black, transparent 76%);
}

.gi-swarm-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gi-swarm-lines line {
    stroke: rgba(198, 243, 109, 0.3);
    stroke-width: 1.4;
    stroke-dasharray: 7 10;
    animation: gi-line-flow 2.8s linear infinite;
}

.gi-swarm-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 154px;
    height: 154px;
    transform: translate(-50%, -50%);
    display: grid;
    align-content: center;
    place-items: center;
    border-radius: 50%;
    color: #101114;
    text-align: center;
    background: var(--lime);
    box-shadow: 0 0 66px rgba(198, 243, 109, 0.28);
    z-index: 3;
}

.gi-swarm-core span {
    font-size: var(--line-kicker-size);
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;
}

.gi-swarm-core strong {
    max-width: 118px;
    font-family: var(--font-display);
    font-size: var(--text-base);
    font-weight: 600;
    line-height: 1.12;
}

.gi-agent-layer {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.gi-agent {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #f7f7f2;
    background: rgba(16, 17, 20, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
    transform: translate(-50%, -50%) scale(0.82);
    opacity: 0;
    animation: gi-agent-enter 0.5s ease forwards, gi-agent-float 4.8s ease-in-out infinite;
    will-change: transform;
}

.gi-agent::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 18px rgba(198, 243, 109, 0.55);
}

.gi-agent[data-tone="blue"]::before {
    background: var(--blue);
    box-shadow: 0 0 18px rgba(112, 168, 255, 0.55);
}

.gi-agent[data-tone="pink"]::before {
    background: var(--pink);
    box-shadow: 0 0 18px rgba(232, 121, 185, 0.55);
}

.gi-agent span {
    white-space: nowrap;
    font-size: var(--line-kicker-size);
    font-weight: 800;
}

.gi-explain {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    padding: 16px 0 34px;
}

.gi-explain h2,
.gi-offer h2 {
    font-family: var(--font-display);
    font-size: var(--line-section-title-size);
    font-weight: 600;
    line-height: var(--heading-normal);
}

.gi-offer > p {
    margin: 0;
    font-size: var(--text-md);
    line-height: var(--copy-line);
}

.gi-explain h2 {
    max-width: 980px;
}

.gi-explain > p {
    max-width: 980px;
}

.gi-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gi-flow article,
.gi-offer,
.gi-packages article {
    border: 1px solid rgba(255, 255, 255, 0.025);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0.002)),
        var(--growth-panel);
}

.gi-flow article {
    min-height: 238px;
    padding: 22px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 480ms ease, transform 480ms ease, border-color 480ms ease;
}
.gi-page.is-enhanced .gi-flow article,
.gi-page.is-enhanced .gi-hero,
.gi-page.is-enhanced .gi-offer {
    opacity: 0;
    transform: translateY(18px);
}
.gi-flow article.is-visible,
.gi-hero.is-visible,
.gi-offer.is-visible,
.gi-page.is-enhanced .gi-flow article.is-visible,
.gi-page.is-enhanced .gi-hero.is-visible,
.gi-page.is-enhanced .gi-offer.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gi-flow article.is-visible {
    border-color: rgba(198, 243, 109, 0.06);
}

.gi-flow span,
.gi-packages span {
    color: var(--pink);
    font-size: var(--line-kicker-size);
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;
}

.gi-flow h2,
.gi-packages h3 {
    margin: 12px 0 10px;
    font-family: var(--font-display);
    font-size: var(--line-card-title-size);
    font-weight: 600;
    line-height: 1.22;
}

.gi-flow p,
.gi-packages p {
    margin: 0;
    font-size: var(--text-sm);
    line-height: 1.7;
}

.gi-offer p,
.gi-packages p {
    max-width: 68ch;
}

.gi-offer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 0 34px;
    border: 0;
    background: transparent;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 480ms ease, transform 480ms ease, border-color 480ms ease;
}

.gi-offer.is-visible {
    border-color: transparent;
}

.gi-offer h2 {
    max-width: 980px;
}

.gi-offer > p {
    max-width: 980px;
}

.gi-packages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-top: 18px;
}

.gi-packages article {
    min-height: 178px;
    padding: 20px;
}

@keyframes gi-agent-enter {
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes gi-agent-float {
    0%, 100% { margin-top: 0; margin-left: 0; }
    50% { margin-top: var(--dy, 8px); margin-left: var(--dx, -8px); }
}

@keyframes gi-line-flow {
    to { stroke-dashoffset: -34; }
}

@media (prefers-reduced-motion: reduce) {
    .gi-swarm-lines line,
    .gi-agent,
    .gi-hero,
    .gi-flow article,
    .gi-offer {
        animation: none;
        transition: none;
    }
}

@media (max-width: 1100px) {
    .gi-page {
        --line-title-size: 3.45rem;
        --line-section-title-size: 2.38rem;
    }
    .gi-hero,
    .gi-explain,
    .gi-offer {
        grid-template-columns: 1fr;
    }
    .gi-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gi-packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .gi-page {
        padding-top: 128px;
    }
}

@media (max-width: 680px) {
    .gi-page {
        --line-kicker-size: 0.72rem;
        --line-title-size: 2.46rem;
        --line-section-title-size: 2rem;
        --line-card-title-size: 1.16rem;
        --line-lead-size: 1.02rem;
        padding: 128px 18px 54px;
    }
    .gi-swarm {
        min-height: 390px;
    }
    .gi-swarm-core {
        width: 124px;
        height: 124px;
    }
    .gi-agent span {
        font-size: 0.68rem;
    }
    .gi-flow,
    .gi-packages {
        grid-template-columns: 1fr;
    }
    .gi-flow article,
    .gi-packages article {
        min-height: auto;
    }
}
