:root {
    --service-ink: #0b1220;
    --service-text: #334155;
    --service-muted: #64748b;
    --service-blue: #1097f7;
    --service-green: #18a87f;
    --service-line: rgba(15, 23, 42, .10);
    --service-bg: #f6f9fd;
}

.hero--software,
.hero--software-org,
.hero--consulting {
    position: relative;
    min-height: 720px;
    padding: 132px 0 92px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(246, 249, 253, .96), rgba(255, 255, 255, 1) 72%),
        #fff !important;
}

.hero--software::before,
.hero--software-org::before,
.hero--consulting::before,
.hero--software::after,
.hero--software-org::after,
.hero--consulting::after {
    display: none !important;
}

.hero--software .hero__inner--bg,
.hero--software-org .hero__inner--bg,
.hero--consulting .hero__inner--bg,
.hero--consulting .hero__inner {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
    gap: 58px;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hero--software .hero__copy,
.hero--software-org .hero__copy,
.hero--consulting .hero__copy {
    max-width: 720px;
}

.hero--software .hero__copy::before,
.hero--software-org .hero__copy::before,
.hero--consulting .hero__copy::before {
    content: "Software";
    display: inline-flex;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 12px;
    border: 1px solid rgba(16, 151, 247, .22);
    border-radius: 999px;
    background: rgba(16, 151, 247, .08);
    color: var(--service-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero--software-org .hero__copy::before {
    content: "NGO systems";
}

.hero--consulting .hero__copy::before {
    content: "Consulting";
}

.hero--software-org .hero__kicker,
.hero--consulting .hero__kicker {
    display: none;
}

.hero--software .hero__copy h1,
.hero--software-org .hero__title,
.hero--consulting .hero__title {
    max-width: 880px;
    margin: 0 0 18px;
    color: var(--service-ink);
    font-size: clamp(42px, 5vw, 76px);
    line-height: .98;
    letter-spacing: 0;
    font-weight: 900;
}

.hero--software .hero__copy h1 {
    font-size: clamp(38px, 4.35vw, 66px);
    line-height: 1.02;
}

.hero--software-org .hero__title span,
.hero--consulting .hero__title span {
    display: block;
    color: var(--service-blue);
}

.hero--software .hero__lead,
.hero--software-org .hero__lead,
.hero--consulting .hero__lead {
    max-width: 66ch;
    margin: 0;
    color: var(--service-muted);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}

.hero--software .hero__bullets,
.hero--software-org .hero__bullets,
.hero--consulting .hero__bullets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 24px 0 24px;
}

.hero--software .bullet,
.hero--software-org .bullet,
.hero--consulting .bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--service-text);
    font-weight: 400;
    line-height: 1.55;
}

.hero--software .bullet::before,
.hero--software-org .bullet::before,
.hero--consulting .bullet::before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-top: 9px;
    border-radius: 999px;
    background: var(--service-blue);
}

.hero--software-org .bullet__icon,
.hero--consulting .bullet__icon {
    display: none;
}

.hero--software-org .bullet__text,
.hero--consulting .bullet__text {
    color: var(--service-text);
    font-weight: 400;
    line-height: 1.55;
}

.hero--software .hero__actions,
.hero--software-org .hero__actions,
.hero--consulting .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero--software .hero__note,
.hero--software-org .hero__note,
.hero--consulting .hero__note {
    max-width: 58ch;
    margin-top: 16px;
    color: rgba(15, 23, 42, .58);
    font-size: 14px;
    line-height: 1.65;
}

.service-hero-panel,
.hero--consulting .hero__mock {
    position: relative;
    padding: 24px;
    border: 1px solid var(--service-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .82)),
        radial-gradient(700px 300px at 10% 0%, rgba(16, 151, 247, .10), transparent 62%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
    backdrop-filter: blur(10px);
}

.service-hero-panel::before,
.hero--consulting .hero__mock::before {
    content: "";
    position: absolute;
    inset: -28px -24px auto auto;
    width: 180px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(16, 151, 247, .10);
    z-index: -1;
}

.service-panel__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--service-line);
}

.service-panel__top span {
    color: var(--service-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-panel__top strong {
    color: var(--service-ink);
    font-size: 20px;
    letter-spacing: 0;
}

.service-panel__flow {
    display: grid;
    gap: 12px;
    margin: 18px 0;
}

.service-panel__flow div {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
}

.service-panel__flow span {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(16, 151, 247, .12);
    color: var(--service-blue);
    font-size: 12px;
    font-weight: 900;
}

.service-panel__flow strong {
    color: var(--service-ink);
    font-size: 17px;
}

.service-panel__flow small {
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.45;
}

.service-panel__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.service-panel__metrics div,
.service-panel__note {
    padding: 14px;
    border-radius: 8px;
    background: rgba(16, 151, 247, .07);
    border: 1px solid rgba(16, 151, 247, .14);
}

.service-panel__metrics strong,
.service-panel__metrics span {
    display: block;
}

.service-panel__metrics strong {
    color: var(--service-ink);
    margin-bottom: 4px;
}

.service-panel__metrics span,
.service-panel__note {
    color: var(--service-muted);
    line-height: 1.55;
    font-size: 13px;
}

.hero--consulting .hero__mock {
    overflow: visible;
}

.hero--consulting .hero__mockTop {
    padding: 0 0 16px;
    border: 0;
    background: transparent;
}

.hero--consulting .dot {
    display: none;
}

.hero--consulting .hero__mockTitle {
    margin: 0;
    color: var(--service-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.hero--consulting .hero__mockBody {
    padding: 0;
}

.hero--consulting .miniStat,
.hero--consulting .miniList,
.hero--consulting .hero__mockFooter {
    border-radius: 8px;
    box-shadow: none;
    border-color: rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .78);
}

.hero--consulting .miniStat__label {
    color: var(--service-muted);
}

.hero--consulting .miniStat__value {
    color: var(--service-ink);
    font-size: 18px;
}

.hero--consulting .hero__mockFooter {
    padding: 14px;
    color: var(--service-muted);
}

.section--light {
    background: var(--service-bg) !important;
}

.section-title,
.hero--consulting .section-title {
    letter-spacing: 0 !important;
}

.card,
.area-card,
.card--list,
.cards-3--soft .card,
.cards-3--kpi .card,
.step,
.steps--soft .step,
.ctaStrip,
.callout,
.cta-bar {
    border-radius: 8px !important;
}

.card,
.area-card,
.card--list,
.cards-3--soft .card,
.cards-3--kpi .card,
.step,
.steps--soft .step {
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06) !important;
}

@media (max-width: 1020px) {
    .hero--software,
    .hero--software-org,
    .hero--consulting {
        min-height: 0;
        padding: 112px 0 72px;
    }

    .hero--software .hero__inner--bg,
    .hero--software-org .hero__inner--bg,
    .hero--consulting .hero__inner--bg,
    .hero--consulting .hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 640px) {
    .hero--software,
    .hero--software-org,
    .hero--consulting {
        padding: 104px 0 58px;
    }

    .hero--software .hero__inner--bg,
    .hero--software-org .hero__inner--bg,
    .hero--consulting .hero__inner--bg,
    .hero--consulting .hero__inner {
        width: min(100% - 28px, 1180px);
    }

    .hero--software .hero__copy h1,
    .hero--software-org .hero__title,
    .hero--consulting .hero__title {
        font-size: clamp(36px, 12vw, 48px);
    }

    .hero--software .hero__copy h1 {
        font-size: clamp(34px, 10.2vw, 40px);
        line-height: 1.04;
    }

    .hero--software .hero__lead,
    .hero--software-org .hero__lead,
    .hero--consulting .hero__lead {
        font-size: 16px;
    }

    .service-hero-panel,
    .hero--consulting .hero__mock {
        padding: 18px;
    }

    .service-panel__metrics {
        grid-template-columns: 1fr;
    }
}
