/* ============================================================
   NGW WORKFORCE — Pages CSS
   Pricing · ROI Calculator · Integrations · Comparison
   + Homepage section improvements
   ============================================================ */

/* ── Shared page hero ───────────────────────────────────────── */

.ngw-pg-hero {
    background: linear-gradient(145deg, #0F172A 0%, #1E1035 60%, #0F172A 100%);
    padding: 72px 0 60px;
    border-bottom: 3px solid #CC3366;
    text-align: center;
}
.ngw-pg-hero--compare {
    background: linear-gradient(145deg, #0F172A 0%, #1a0b25 100%);
}
.ngw-pg-hero__eyebrow {
    display: inline-block;
    font-size: .6875rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: #CC3366; margin-bottom: 12px;
}
.ngw-pg-hero__title {
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; color: #ffffff !important;
    letter-spacing: -.035em; line-height: 1.12;
    margin: 0 0 16px;
}
/* Force all text inside the hero to be light — overrides Elementor/theme defaults */
.ngw-pg-hero h1,
.ngw-pg-hero h2,
.ngw-pg-hero h3,
.ngw-pg-hero p,
.ngw-pg-hero span:not(.ngw-pg-hero__eyebrow):not(.ngw-save-badge) {
    color: inherit !important;
}
.ngw-pg-hero * { color: inherit; }

.ngw-pg-hero__sub {
    font-size: 1.0625rem; color: rgba(255,255,255,.65) !important;
    max-width: 580px; margin: 0 auto; line-height: 1.65;
}

/* ── Flat pricing layout ────────────────────────────────────── */

.ngw-flat-pricing-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: start;
    padding: 40px 0 12px;
}

.ngw-flat-plan {
    background: #fff;
    border: 1.5px solid #E2E8F0;
    border-radius: 20px;
    padding: 36px;
}

.ngw-flat-plan__badge {
    display: inline-block;
    background: rgba(204,51,102,.08);
    color: #CC3366;
    font-size: .6875rem; font-weight: 700;
    letter-spacing: .07em; text-transform: uppercase;
    padding: 4px 14px; border-radius: 9999px;
    margin-bottom: 20px;
}

.ngw-flat-plan__price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 6px;
}

.ngw-flat-plan__dollar {
    font-size: 2rem; font-weight: 700;
    color: #334155; line-height: 2.2;
}

.ngw-flat-plan__amount {
    font-size: 4.5rem; font-weight: 900;
    color: #0F172A; line-height: 1;
    letter-spacing: -.04em;
}

.ngw-flat-plan__period {
    display: flex; flex-direction: column;
    font-size: .875rem; color: #94A3B8;
    font-weight: 500; padding-bottom: 10px;
    line-height: 1.4;
}

.ngw-flat-plan__min {
    display: flex; align-items: center; gap: 6px;
    font-size: .875rem; color: #94A3B8;
    margin: 0 0 28px; padding-bottom: 24px;
    border-bottom: 1px solid #F1F5F9;
}
.ngw-flat-plan__min svg { flex-shrink: 0; }

.ngw-flat-plan__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    margin-bottom: 28px;
}

.ngw-flat-plan__feat-heading {
    font-size: .6875rem; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: #CC3366; margin: 18px 0 8px;
}
.ngw-flat-plan__feature-col:first-child .ngw-flat-plan__feat-heading:first-child { margin-top: 0; }

.ngw-flat-plan__feature-col ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 6px;
}
.ngw-flat-plan__feature-col li {
    font-size: .875rem; color: #475569;
    padding-left: 18px; position: relative; line-height: 1.4;
}
.ngw-flat-plan__feature-col li::before {
    content: '✓';
    position: absolute; left: 0;
    color: #22C55E; font-weight: 700; font-size: .8rem;
}

.ngw-flat-plan__actions {
    display: flex; gap: 10px; flex-wrap: wrap;
    padding-top: 24px; border-top: 1px solid #F1F5F9;
}

/* Sidebar */
.ngw-flat-sidebar { display: flex; flex-direction: column; gap: 16px; }

.ngw-flat-trust {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 22px;
}

.ngw-flat-trust__title {
    font-size: .75rem; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: #94A3B8; margin: 0 0 16px;
}

.ngw-flat-trust__item {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 8px 0; border-bottom: 1px solid #F1F5F9;
}
.ngw-flat-trust__item:last-child { border-bottom: none; padding-bottom: 0; }
.ngw-flat-trust__item > span:first-child { font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.ngw-flat-trust__item strong { display: block; font-size: .8125rem; color: #0F172A; font-weight: 600; }
.ngw-flat-trust__item p { font-size: .75rem; color: #94A3B8; margin: 2px 0 0; line-height: 1.4; }

.ngw-flat-quote {
    background: var(--ngw-dark, #0F172A);
    border-radius: 14px; padding: 20px 22px;
}
.ngw-flat-quote blockquote {
    font-size: .9rem; color: rgba(255,255,255,.75);
    font-style: italic; line-height: 1.6;
    margin: 0 0 10px; border: none; padding: 0;
}
.ngw-flat-quote cite { font-size: .75rem; color: rgba(255,255,255,.4); font-style: normal; }

/* Pricing trust pills */
.ngw-pricing-pills {
    display: flex; flex-wrap: wrap;
    align-items: center; justify-content: center;
    gap: 10px; margin: 28px 0 0; padding-top: 24px;
    border-top: 1px solid #F1F5F9;
}
.ngw-pricing-pills span {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 14px;
    background: #F8FAFC; border: 1px solid #E2E8F0;
    border-radius: 9999px;
    font-size: .8125rem; color: #475569; font-weight: 500;
}

/* ── Device / Hardware pricing ──────────────────────────────── */

.ngw-device-section {
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 56px 0;
    margin: 12px 0;
}

.ngw-device-header { text-align: center; margin-bottom: 36px; }
.ngw-device-header__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800; color: #0F172A;
    letter-spacing: -.03em; margin: 6px 0 10px;
}
.ngw-device-header__sub {
    font-size: .9375rem; color: #475569;
    max-width: 580px; margin: 0 auto; line-height: 1.65;
}

.ngw-device-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 20px;
}

.ngw-device-card {
    background: #fff;
    border: 1.5px solid #E2E8F0;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    gap: 20px;
    position: relative;
    transition: box-shadow 200ms, border-color 200ms;
}
.ngw-device-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); border-color: #CBD5E1; }
.ngw-device-card--featured { border-color: #CC3366; box-shadow: 0 4px 24px rgba(204,51,102,.12); }
.ngw-device-card--featured:hover { box-shadow: 0 8px 40px rgba(204,51,102,.18); }

.ngw-device-card__ribbon {
    position: absolute; top: -12px; right: 20px;
    background: #CC3366; color: #fff;
    font-size: .6875rem; font-weight: 700;
    padding: 3px 12px; border-radius: 9999px;
    letter-spacing: .04em; text-transform: uppercase;
    white-space: nowrap;
}

.ngw-device-card__icon {
    flex-shrink: 0;
    width: 56px; height: 56px;
    background: rgba(204,51,102,.06);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
}

.ngw-device-card__body { flex: 1; min-width: 0; }
.ngw-device-card__name {
    font-size: 1rem; font-weight: 700;
    color: #0F172A; margin: 0 0 10px; line-height: 1.3;
}

.ngw-device-card__price {
    display: flex; align-items: baseline;
    gap: 5px; margin-bottom: 14px;
}
.ngw-device-card__amount {
    font-size: 2rem; font-weight: 800;
    color: #CC3366; letter-spacing: -.03em;
}
.ngw-device-card__unit { font-size: .8125rem; color: #94A3B8; }

.ngw-device-card__specs {
    list-style: none; margin: 0 0 18px; padding: 0;
    display: flex; flex-direction: column; gap: 5px;
}
.ngw-device-card__specs li {
    font-size: .8125rem; color: #475569;
    padding-left: 16px; position: relative; line-height: 1.4;
}
.ngw-device-card__specs li::before {
    content: '·';
    position: absolute; left: 4px; color: #94A3B8;
}

.ngw-device-card__cta {
    display: inline-flex; align-items: center;
    padding: 9px 18px;
    background: #CC3366; color: #fff !important;
    border-radius: 9999px; font-size: .875rem; font-weight: 600;
    text-decoration: none !important;
    transition: background 160ms, box-shadow 160ms;
}
.ngw-device-card__cta:hover {
    background: #b02d58;
    box-shadow: 0 4px 16px rgba(204,51,102,.3);
}

.ngw-device-note {
    display: flex; align-items: flex-start; gap: 7px;
    max-width: 700px; margin: 4px auto 0;
    font-size: .8125rem; color: #94A3B8; line-height: 1.55;
    text-align: center; justify-content: center;
}
.ngw-device-note svg { flex-shrink: 0; margin-top: 1px; }
.ngw-device-note a { color: #CC3366 !important; text-decoration: none !important; }
.ngw-device-note a:hover { text-decoration: underline !important; }

/* ── Billing toggle ─────────────────────────────────────────── */

.ngw-pg-hero__toggle {
    display: inline-flex; align-items: center;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 9999px; padding: 4px;
    margin-top: 28px; gap: 2px;
}
.ngw-billing-toggle {
    padding: 8px 20px;
    border-radius: 9999px; border: none;
    font-size: .875rem; font-weight: 600;
    color: rgba(255,255,255,.55);
    background: transparent;
    cursor: pointer; font-family: inherit;
    transition: background 160ms, color 160ms;
    display: flex; align-items: center; gap: 8px;
}
.ngw-billing-toggle--active {
    background: #fff; color: #0F172A;
}
.ngw-save-badge {
    display: inline-block; padding: 1px 7px;
    background: #22C55E; color: #fff;
    border-radius: 9999px; font-size: 10px;
    font-weight: 700; letter-spacing: .02em;
}

/* ── Pricing cards ──────────────────────────────────────────── */

.ngw-pricing-section { padding: 56px 0 0; }

.ngw-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; align-items: start;
}

.ngw-plan-card {
    background: #fff;
    border: 1.5px solid #E2E8F0;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    transition: box-shadow 200ms, border-color 200ms;
}
.ngw-plan-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    border-color: #CBD5E1;
}
.ngw-plan-card--featured {
    border-color: #CC3366;
    box-shadow: 0 8px 40px rgba(204,51,102,.15);
    transform: translateY(-4px);
}
.ngw-plan-card--featured:hover {
    border-color: #CC3366;
    box-shadow: 0 12px 48px rgba(204,51,102,.2);
}
.ngw-plan-card__badge {
    position: absolute; top: -13px; left: 50%;
    transform: translateX(-50%);
    background: #CC3366; color: #fff;
    font-size: .6875rem; font-weight: 700;
    padding: 4px 14px; border-radius: 9999px;
    letter-spacing: .04em; text-transform: uppercase;
    white-space: nowrap;
}

.ngw-plan-card__header { margin-bottom: 20px; }
.ngw-plan-card__name { font-size: 1.125rem; font-weight: 700; color: #0F172A; display: block; margin-bottom: 6px; }
.ngw-plan-card__desc { font-size: .8125rem; color: #94A3B8; line-height: 1.5; margin: 0 0 16px; }

.ngw-plan-card__price { display: flex; align-items: flex-end; gap: 2px; margin-bottom: 4px; }
.ngw-plan-card__currency { font-size: 1.25rem; font-weight: 700; color: #334155; line-height: 1.6; }
.ngw-plan-card__amount { font-size: 2.75rem; font-weight: 800; color: #0F172A; line-height: 1; letter-spacing: -.03em; }
.ngw-plan-card__period { font-size: .875rem; color: #94A3B8; margin-bottom: 6px; }
.ngw-plan-card__price--custom { align-items: center; margin: 8px 0; }
.ngw-plan-card__amount-custom { font-size: 2rem; font-weight: 800; color: #0F172A; }
.ngw-plan-card__min { font-size: .75rem; color: #94A3B8; margin: 0; }

.ngw-plan-features { list-style: none; margin: 20px 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ngw-plan-features__item { font-size: .875rem; color: #475569; display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }
.ngw-plan-features__item--yes::before {
    content: '';
    display: inline-block; width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2322C55E'%3E%3Cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ngw-plan-features__item--no { color: #CBD5E1; }
.ngw-plan-features__item--no::before {
    content: '–';
    display: inline-block; width: 16px; text-align: center; flex-shrink: 0; color: #E2E8F0;
}

.ngw-plan-card__cta {
    display: flex; align-items: center; justify-content: center;
    width: 100%; padding: 11px 20px;
    border-radius: 9999px;
    font-size: .9375rem; font-weight: 600;
    text-decoration: none !important;
    transition: all 160ms;
}
.ngw-plan-card__cta--primary {
    background: #CC3366; color: #fff !important;
    border: 1.5px solid #CC3366;
}
.ngw-plan-card__cta--primary:hover { background: #b02d58; border-color: #b02d58; box-shadow: 0 4px 20px rgba(204,51,102,.3); }
.ngw-plan-card__cta--outline {
    background: transparent; color: #334155 !important;
    border: 1.5px solid #E2E8F0;
}
.ngw-plan-card__cta--outline:hover { border-color: #CBD5E1; background: #F8FAFC; }

.ngw-pricing-note {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    text-align: center; color: #94A3B8; font-size: .875rem;
    margin: 28px 0 0;
}

/* ── "Everything included" feature grid ────────────────────── */

.ngw-included-section { padding: 64px 0 16px; }

.ngw-included-header { text-align: center; margin-bottom: 44px; }
.ngw-included-header__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800; color: #0F172A;
    letter-spacing: -.03em; margin: 0 0 12px;
}
.ngw-included-header__sub {
    font-size: .9375rem; color: #94A3B8;
    max-width: 520px; margin: 0 auto; line-height: 1.6;
}

.ngw-included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ngw-included-card {
    background: #fff;
    border: 1.5px solid #E2E8F0;
    border-radius: 14px;
    padding: 24px;
    transition: border-color 160ms, box-shadow 160ms;
}
.ngw-included-card:hover {
    border-color: rgba(204,51,102,.3);
    box-shadow: 0 4px 20px rgba(204,51,102,.07);
}

.ngw-included-card__icon {
    width: 40px; height: 40px;
    background: rgba(204,51,102,.07);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #CC3366;
    margin-bottom: 14px;
}

.ngw-included-card__title {
    font-size: 1rem; font-weight: 700;
    color: #0F172A; margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F1F5F9;
}

.ngw-included-card__list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 7px;
}
.ngw-included-card__list li {
    font-size: .8125rem; color: #475569;
    display: flex; align-items: flex-start;
    gap: 8px; line-height: 1.4;
}
.ngw-included-card__list li::before {
    content: '✓';
    color: #22C55E; font-weight: 700;
    font-size: .75rem; flex-shrink: 0; margin-top: 1px;
}

/* ── Feature comparison table ───────────────────────────────── */

.ngw-compare-section { padding: 64px 0; }
.ngw-compare-section__title { text-align: center; font-size: 1.5rem; font-weight: 700; color: #0F172A; margin: 0 0 28px; }
.ngw-compare-table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid #E2E8F0; }
.ngw-compare-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.ngw-compare-table thead th {
    padding: 14px 16px; text-align: center; font-weight: 700;
    background: #F8FAFC; border-bottom: 2px solid #E2E8F0; color: #0F172A;
    font-size: .8125rem; letter-spacing: .02em; text-transform: uppercase;
}
.ngw-compare-table thead th:first-child { text-align: left; }
.ngw-compare-table__popular { color: #CC3366 !important; }
.ngw-compare-table__group-row td {
    background: #F1F5F9; padding: 8px 16px;
    font-size: .6875rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: #94A3B8;
    border-top: 1px solid #E2E8F0;
    grid-column: 1/-1;
}
.ngw-compare-table tbody td {
    padding: 11px 16px; text-align: center;
    border-bottom: 1px solid #F1F5F9; color: #475569;
}
.ngw-compare-table__feat { text-align: left !important; color: #334155 !important; font-weight: 500; }
.ngw-compare-table__text-val { font-size: .8125rem; color: #94A3B8; }
.ngw-compare-table--vs thead th:nth-child(2) { color: #CC3366; }

/* ── Trust bar ──────────────────────────────────────────────── */

.ngw-pricing-trust { padding: 40px 0 56px; }
.ngw-pricing-trust__grid {
    display: grid; grid-template-columns: repeat(4,1fr);
    gap: 20px; padding: 32px;
    background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 16px;
    text-align: center;
}
.ngw-pricing-trust__item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.ngw-pricing-trust__item svg { color: #CC3366; }
.ngw-pricing-trust__item strong { font-size: .9375rem; color: #0F172A; }
.ngw-pricing-trust__item span { font-size: .8125rem; color: #94A3B8; }

/* ── Pricing FAQ ────────────────────────────────────────────── */

.ngw-pricing-faq { padding: 0 0 56px; max-width: 820px; margin: 0 auto; }
.ngw-pricing-faq__title { font-size: 1.5rem; font-weight: 700; color: #0F172A; text-align: center; margin: 0 0 32px; }

.ngw-pricing-bottom-cta { padding-bottom: 80px; }

/* ── ROI Calculator ─────────────────────────────────────────── */

.ngw-roi-section { padding: 48px 0 80px; }
.ngw-roi-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; margin-bottom: 56px; }

.ngw-roi-card {
    background: #fff; border: 1.5px solid #E2E8F0;
    border-radius: 16px; padding: 32px;
}
.ngw-roi-card__title { font-size: 1.125rem; font-weight: 700; color: #0F172A; margin: 0 0 28px; }

.ngw-roi-field { margin-bottom: 24px; }
.ngw-roi-field label { display: block; font-size: .875rem; font-weight: 600; color: #334155; margin-bottom: 10px; }
.ngw-roi-field__input-wrap { display: flex; align-items: center; gap: 14px; }
.ngw-roi-field input[type="range"] {
    flex: 1; accent-color: #CC3366;
    height: 4px; cursor: pointer;
}
.ngw-roi-field__value { font-size: 1rem; font-weight: 700; color: #CC3366; min-width: 48px; text-align: right; }

.ngw-roi-results {
    background: linear-gradient(145deg, #0F172A, #1E1035);
    border-radius: 16px; padding: 32px; color: #fff;
}
.ngw-roi-results__header { margin-bottom: 24px; }
.ngw-roi-results__header h2 { font-size: 1.125rem; font-weight: 700; color: #fff; margin: 0 0 4px; }
.ngw-roi-results__header p { font-size: .8125rem; color: rgba(255,255,255,.45); margin: 0; }

.ngw-roi-metric { margin-bottom: 20px; }
.ngw-roi-metric--primary .ngw-roi-metric__value { font-size: 2.5rem; }
.ngw-roi-metric__label { display: block; font-size: .75rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.ngw-roi-metric__value { font-size: 1.375rem; font-weight: 800; color: #CC3366; letter-spacing: -.025em; }
.ngw-roi-metric__value--sm { font-size: 1.25rem; }
.ngw-roi-metrics-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 20px; }

.ngw-roi-comparison {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.05); border-radius: 10px; padding: 14px;
    margin-bottom: 16px;
}
.ngw-roi-comparison__item { flex: 1; text-align: center; }
.ngw-roi-comparison__label { display: block; font-size: .6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 4px; }
.ngw-roi-comparison__time { display: block; font-size: 1.125rem; font-weight: 800; margin-bottom: 2px; }
.ngw-roi-comparison__item--before .ngw-roi-comparison__time { color: #EF4444; }
.ngw-roi-comparison__item--after .ngw-roi-comparison__time { color: #22C55E; }
.ngw-roi-comparison__sub { font-size: .75rem; color: rgba(255,255,255,.45); }
.ngw-roi-comparison__arrow { font-size: 1.25rem; color: rgba(255,255,255,.3); flex-shrink: 0; }

.ngw-roi-includes__title { font-size: 1.375rem; font-weight: 700; color: #0F172A; text-align: center; margin: 0 0 28px; }
.ngw-roi-includes__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ngw-roi-include-item { display: flex; gap: 14px; padding: 18px; background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; align-items: flex-start; }
.ngw-roi-include-item__icon { font-size: 1.375rem; flex-shrink: 0; }
.ngw-roi-include-item strong { display: block; font-size: .9375rem; color: #0F172A; margin-bottom: 4px; font-weight: 600; }
.ngw-roi-include-item p { font-size: .8125rem; color: #94A3B8; margin: 0; line-height: 1.5; }

/* ── Integrations page ──────────────────────────────────────── */

.ngw-integrations-page { padding: 52px 0 80px; }
.ngw-int-category { margin-bottom: 48px; }
.ngw-int-category__title { font-size: 1.125rem; font-weight: 700; color: #0F172A; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
.ngw-int-category__badge { font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; background: #F1F5F9; color: #94A3B8; border-radius: 9999px; padding: 2px 10px; }

.ngw-int-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }

.ngw-int-card {
    display: flex; flex-direction: column; gap: 12px;
    padding: 20px; background: #fff;
    border: 1.5px solid #E2E8F0; border-radius: 12px;
    text-decoration: none !important; color: inherit;
    transition: border-color 160ms, box-shadow 160ms, transform 100ms;
}
a.ngw-int-card:hover { border-color: #CC3366; box-shadow: 0 4px 16px rgba(204,51,102,.1); transform: translateY(-2px); }
.ngw-int-card--soon { opacity: 0.6; cursor: default; }

.ngw-int-card__logo {
    width: 52px; height: 52px;
    border-radius: 10px; border: 1.5px solid;
    display: flex; align-items: center; justify-content: center;
}
.ngw-int-card__logo-text { font-size: 1rem; font-weight: 800; }
.ngw-int-card__name { font-size: .9375rem; font-weight: 700; color: #0F172A; }
.ngw-int-card__desc { font-size: .8125rem; color: #94A3B8; line-height: 1.5; flex: 1; margin: 0; }
.ngw-int-card__cta { font-size: .8125rem; font-weight: 600; color: #CC3366; margin-top: auto; }
.ngw-int-card__soon { font-size: .75rem; font-weight: 600; color: #94A3B8; background: #F1F5F9; padding: 3px 10px; border-radius: 9999px; align-self: flex-start; }

.ngw-int-custom {
    display: flex; align-items: center; justify-content: space-between; gap: 28px;
    background: #F8FAFC; border: 1.5px dashed #E2E8F0;
    border-radius: 14px; padding: 32px; flex-wrap: wrap;
    margin-top: 16px;
}
.ngw-int-custom h3 { font-size: 1.125rem; font-weight: 700; color: #0F172A; margin: 0 0 6px; }
.ngw-int-custom p { font-size: .9rem; color: #475569; margin: 0; }

/* ── Competitor comparison ──────────────────────────────────── */

.ngw-compare-verdict {
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px;
    align-items: start; margin-bottom: 52px;
}
.ngw-compare-verdict__item {
    background: #fff; border: 1.5px solid #E2E8F0;
    border-radius: 14px; padding: 24px;
}
.ngw-compare-verdict__item--winner { border-color: #22C55E; }
.ngw-compare-verdict__badge {
    display: inline-block; background: #22C55E; color: #fff;
    font-size: .75rem; font-weight: 700; padding: 4px 12px;
    border-radius: 9999px; margin-bottom: 14px; letter-spacing: .03em;
}
.ngw-compare-verdict__badge--other {
    border: 1.5px solid; background: transparent !important; color: inherit;
}
.ngw-compare-verdict__item ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ngw-compare-verdict__item li { font-size: .875rem; color: #334155; }
.ngw-compare-verdict__vs {
    font-size: 1.25rem; font-weight: 800; color: #E2E8F0;
    align-self: center; text-align: center; padding: 0 8px; flex-shrink: 0;
}

/* ── Homepage section improvements (CSS-only) ───────────────── */

/* Partners section — modernize the orange background */
.elementor-section:has(.elementor-heading-title:contains("Partners")),
section.elementor-section[data-settings*="partners"] {
    background: linear-gradient(135deg, #1a0a14 0%, #0F172A 100%) !important;
}

/* Stats bar injection point */
.ngw-homepage-stats { padding: 12px 0; background: #fff; border-bottom: 1px solid #E2E8F0; }

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .ngw-included-grid { grid-template-columns: repeat(2, 1fr); }
    .ngw-flat-pricing-layout { grid-template-columns: 1fr; }
    .ngw-flat-sidebar { flex-direction: row; flex-wrap: wrap; }
    .ngw-flat-trust { flex: 1; min-width: 280px; }
    .ngw-flat-quote { flex: 1; min-width: 240px; }
    .ngw-device-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto 20px; }
    .ngw-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .ngw-plan-card--featured { transform: none; }
    .ngw-pricing-trust__grid { grid-template-columns: repeat(2,1fr); }
    .ngw-roi-layout { grid-template-columns: 1fr; }
    .ngw-roi-includes__grid { grid-template-columns: repeat(2,1fr); }
    .ngw-int-grid { grid-template-columns: repeat(3,1fr); }
    .ngw-compare-verdict { grid-template-columns: 1fr; }
    .ngw-compare-verdict__vs { display: none; }
}

@media (max-width: 768px) {
    .ngw-included-grid { grid-template-columns: 1fr; }
    .ngw-pg-hero { padding: 52px 0 44px; }
    .ngw-flat-plan__features { grid-template-columns: 1fr; }
    .ngw-device-card { flex-direction: column; gap: 14px; }
    .ngw-pricing-trust__grid { grid-template-columns: 1fr 1fr; }
    .ngw-roi-includes__grid { grid-template-columns: 1fr; }
    .ngw-roi-metrics-row { grid-template-columns: repeat(3,1fr); gap: 8px; }
    .ngw-int-grid { grid-template-columns: repeat(2,1fr); }
    .ngw-flat-plan__actions { flex-direction: column; }
    .ngw-flat-plan__actions .ngw-btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .ngw-flat-pricing-layout { padding: 20px 0 0; }
    .ngw-flat-plan { padding: 24px 20px; }
    .ngw-pricing-grid { max-width: 100%; }
    .ngw-pricing-trust__grid { grid-template-columns: 1fr; }
    .ngw-int-grid { grid-template-columns: 1fr; }
    .ngw-roi-comparison { flex-direction: column; }
}
