﻿.ng-campaign-page {
    --ng-blue: #1956d8;
    --ng-deep: #08162f;
    --ng-ink: #111827;
    --ng-muted: #64748b;
    --ng-line: rgba(15, 23, 42, .11);
    --ng-soft: #f4f8ff;
    color: var(--ng-ink);
    background: #fff;
}

.ng-campaign-page *,
.ng-campaign-page *::before,
.ng-campaign-page *::after {
    box-sizing: border-box;
}

.ng-campaign-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 88px;
    background:
        radial-gradient(circle at 86% 16%, rgba(87, 118, 255, .24), transparent 28%),
        radial-gradient(circle at 12% 84%, rgba(45, 212, 191, .16), transparent 27%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 52%, #f9fbff 100%);
}

.ng-campaign-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(rgba(20, 59, 130, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 59, 130, .08) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}

.ng-campaign-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.ng-campaign-badges span,
.ng-campaign-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border: 1px solid rgba(25, 86, 216, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--ng-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.ng-campaign-eyebrow,
.ng-section-heading > span,
.ng-feature-label {
    margin: 0 0 12px;
    color: var(--ng-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ng-campaign-hero h1 {
    margin: 0;
    max-width: 900px;
    color: var(--ng-deep);
    font-size: clamp(2.55rem, 5.2vw, 5rem);
    line-height: 1.1;
    letter-spacing: -.055em;
    font-weight: 850;
}

.ng-campaign-lead {
    max-width: 790px;
    margin: 28px 0 0;
    color: #475569;
    font-size: 1.13rem;
    line-height: 1.95;
}

.ng-campaign-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.ng-btn-primary,
.ng-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    border-radius: 999px;
    padding: 13px 25px;
    font-weight: 800;
    text-decoration: none;
}

.ng-btn-primary {
    border: 1px solid var(--ng-blue);
    background: var(--ng-blue);
    color: #fff;
    box-shadow: 0 14px 30px rgba(25, 86, 216, .24);
}

.ng-btn-primary:hover {
    background: #1247ba;
    color: #fff;
}

.ng-btn-secondary {
    border: 1px solid rgba(15, 23, 42, .16);
    background: #fff;
    color: var(--ng-deep);
}

.ng-btn-secondary:hover {
    border-color: var(--ng-blue);
    color: var(--ng-blue);
}

.ng-campaign-text-link {
    color: var(--ng-blue);
    font-weight: 750;
    text-decoration: none;
}

.ng-campaign-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
    color: #475569;
    font-size: .92rem;
}

.ng-campaign-trust-row i {
    color: #16a34a;
    margin-right: 6px;
}

.ng-campaign-hero-panel {
    position: relative;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 32px;
    background: rgba(8, 22, 47, .94);
    color: #fff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .22);
    overflow: hidden;
}

.ng-campaign-hero-panel::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 132, 255, .7), transparent 68%);
}

.ng-campaign-hero-panel-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ng-campaign-hero-panel-title {
    min-width: 0;
}

.ng-campaign-pain-heading {
    position: relative;
    z-index: 1;
    margin: 30px 0 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
}

.ng-campaign-pain-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.75;
}

.ng-campaign-pain-list li i {
    flex: 0 0 auto;
    margin-top: .28em;
    color: #8eb1ff;
    font-size: 1rem;
}

.ng-campaign-pain-list li span {
    min-width: 0;
}

.ng-campaign-hero-panel-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    font-size: 1.7rem;
}

.ng-campaign-hero-panel small,
.ng-campaign-hero-panel strong,
.ng-campaign-hero-panel ul,
.ng-campaign-free-label {
    position: relative;
    z-index: 1;
}

.ng-campaign-hero-panel small {
    display: block;
    margin-top: 0;
    color: #8eb1ff;
    font-weight: 800;
}

.ng-campaign-hero-panel strong {
    display: block;
    margin-top: 5px;
    font-size: 1.65rem;
    line-height: 1.35;
}

.ng-campaign-hero-panel ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.ng-campaign-hero-panel li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #dce7ff;
}

.ng-campaign-free-label {
    margin-top: 24px;
    padding: 14px 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f2c66d, #e4a941);
    color: #3b2a08;
    text-align: center;
    font-weight: 850;
}

.ng-campaign-compare,
.ng-campaign-features,
.ng-campaign-scenes,
.ng-campaign-flow,
.ng-campaign-offer,
.ng-campaign-index-list {
    padding: 90px 0;
}

.ng-campaign-compare,
.ng-campaign-scenes,
.ng-campaign-offer {
    background: var(--ng-soft);
}

.ng-section-heading {
    max-width: 850px;
    margin: 0 auto 48px;
}

.ng-section-heading h2 {
    margin: 0;
    color: var(--ng-deep);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.25;
    letter-spacing: -.035em;
    font-weight: 850;
}

.ng-section-heading p {
    margin: 18px 0 0;
    color: var(--ng-muted);
    line-height: 1.9;
}

.ng-compare-card {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--ng-line);
    border-radius: 25px;
    background: #fff;
}

.ng-compare-card > span {
    display: inline-block;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
}

.ng-compare-card.is-old > span {
    background: #eef2f7;
    color: #64748b;
}

.ng-compare-card.is-new {
    border-color: rgba(25, 86, 216, .25);
    box-shadow: 0 18px 42px rgba(25, 86, 216, .09);
}

.ng-compare-card.is-new > span {
    background: #e9f0ff;
    color: var(--ng-blue);
}

.ng-compare-card h3 {
    margin: 18px 0;
    font-size: 1.45rem;
    font-weight: 850;
}

.ng-compare-card ul {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--ng-muted);
    line-height: 1.9;
}

.ng-feature-block {
    padding: 52px 0;
    border-top: 1px solid var(--ng-line);
}

.ng-feature-block:first-of-type {
    border-top: 0;
}

.ng-feature-image {
    position: relative;
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(145deg, #dce8ff, #f6f9ff);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .13);
}

.ng-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.ng-feature-image-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background:
        radial-gradient(circle at 50% 15%, rgba(255, 255, 255, .95), rgba(231, 239, 255, .78) 48%, rgba(210, 224, 252, .92) 100%);
}

.ng-feature-image-avatar img {
    width: auto;
    max-width: 100%;
    height: 420px;
    min-height: 0;
    border-radius: 22px;
    object-fit: contain;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}

.ng-feature-image span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(8, 22, 47, .84);
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    backdrop-filter: blur(8px);
}

.ng-feature-number {
    color: #cbd8f6;
    font-size: 4.4rem;
    line-height: 1;
    font-weight: 900;
}

.ng-feature-block h3 {
    margin: 0 0 20px;
    color: var(--ng-deep);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.3;
    font-weight: 850;
}

.ng-feature-block p:not(.ng-feature-label) {
    color: var(--ng-muted);
    line-height: 1.9;
}

.ng-feature-block ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ng-feature-block li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #334155;
    font-weight: 650;
}

.ng-feature-block li i {
    color: var(--ng-blue);
    font-size: 1.2rem;
}

.ng-scene-grid,
.ng-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ng-scene-card {
    min-height: 140px;
    padding: 25px;
    border: 1px solid var(--ng-line);
    border-radius: 22px;
    background: #fff;
}

.ng-scene-card span,
.ng-flow-grid > div > span {
    display: block;
    color: var(--ng-blue);
    font-size: .77rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.ng-scene-card strong {
    display: block;
    margin-top: 22px;
    font-size: 1.1rem;
}

.ng-flow-grid > div {
    padding: 28px;
    border: 1px solid var(--ng-line);
    border-radius: 22px;
    background: #fff;
}

.ng-flow-grid > div > i {
    display: inline-flex;
    margin: 22px 0 18px;
    color: var(--ng-blue);
    font-size: 1.75rem;
}

.ng-flow-grid h3 {
    font-size: 1.12rem;
    font-weight: 850;
}

.ng-flow-grid p {
    margin: 10px 0 0;
    color: var(--ng-muted);
    line-height: 1.75;
}

.ng-offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: center;
    padding: 48px;
    border-radius: 32px;
    background: var(--ng-deep);
    color: #fff;
    box-shadow: 0 25px 65px rgba(8, 22, 47, .22);
}

.ng-offer-card h2 {
    margin: 22px 0 0;
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    line-height: 1.4;
    font-weight: 850;
}

.ng-offer-card p {
    margin: 18px 0 0;
    color: #c7d7f5;
    line-height: 1.9;
}

.ng-offer-actions {
    display: grid;
    gap: 12px;
    min-width: 260px;
}

.ng-offer-note {
    margin: 17px 8px 0;
    color: var(--ng-muted);
    font-size: .82rem;
    line-height: 1.7;
}

.ng-campaign-index-hero {
    padding: 92px 0 74px;
    background:
        radial-gradient(circle at 85% 20%, rgba(25, 86, 216, .18), transparent 28%),
        linear-gradient(135deg, #f8fbff, #eef5ff);
    text-align: center;
}

.ng-campaign-index-hero h1 {
    margin: 24px 0 0;
    color: var(--ng-deep);
    font-size: clamp(2.4rem, 5vw, 4.3rem);
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -.045em;
}

.ng-campaign-index-hero p {
    margin: 22px auto 0;
    max-width: 760px;
    color: var(--ng-muted);
    font-size: 1.08rem;
}

.ng-industry-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 150px;
    padding: 24px;
    border: 1px solid var(--ng-line);
    border-radius: 23px;
    background: #fff;
    color: var(--ng-ink);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ng-industry-card:hover {
    transform: translateY(-4px);
    border-color: rgba(25, 86, 216, .28);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .09);
    color: var(--ng-ink);
}

.ng-industry-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #eaf1ff;
    color: var(--ng-blue);
    font-size: 1.4rem;
}

.ng-industry-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.ng-industry-copy small {
    color: var(--ng-blue);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.ng-industry-copy strong {
    font-size: 1.12rem;
}

.ng-industry-copy em {
    color: var(--ng-muted);
    font-size: .86rem;
    font-style: normal;
}

.ng-industry-card > i:last-child {
    margin-left: auto;
    color: var(--ng-blue);
}

@media (max-width: 1199.98px) {
    .ng-campaign-hero {
        padding-top: 76px;
    }

    .ng-offer-card {
        grid-template-columns: 1fr;
    }

    .ng-offer-actions {
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    .ng-scene-grid,
    .ng-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ng-feature-block,
    .ng-campaign-compare,
    .ng-campaign-features,
    .ng-campaign-scenes,
    .ng-campaign-flow,
    .ng-campaign-offer,
    .ng-campaign-index-list {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .ng-campaign-hero {
        padding: 58px 0 62px;
    }

    .ng-campaign-hero h1 {
        font-size: 2.35rem;
    }

    .ng-campaign-lead {
        font-size: 1rem;
    }

    .ng-campaign-actions,
    .ng-campaign-actions .btn,
    .ng-campaign-text-link {
        width: 100%;
    }

    .ng-campaign-text-link {
        text-align: center;
    }

    .ng-campaign-hero-panel,
    .ng-offer-card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .ng-campaign-hero-panel-heading {
        gap: 14px;
    }

    .ng-campaign-hero-panel-icon {
        width: 54px;
        height: 54px;
        border-radius: 15px;
        font-size: 1.45rem;
    }

    .ng-campaign-hero-panel strong {
        font-size: 1.3rem;
    }

    .ng-campaign-pain-list li {
        font-size: .94rem;
    }

    .ng-campaign-free-label {
        font-size: .92rem;
        line-height: 1.6;
    }

    .ng-feature-image,
    .ng-feature-image img {
        min-height: 300px;
    }

    .ng-feature-image-avatar {
        min-height: 0;
        padding: 12px;
    }

    .ng-feature-image-avatar img {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .ng-scene-grid,
    .ng-flow-grid {
        grid-template-columns: 1fr;
    }

    .ng-campaign-trust-row {
        display: grid;
        gap: 10px;
    }
}

