/* ============================================================
   NCrypted.net - section theme (Phase 2 proof)
   Shared section classes: hero, cards, grids, strips, trust,
   testimonials, CTA. Scoped to section classes only.
   ============================================================ */

/* ---------- Section base ---------- */
.net-sec { padding: 64px 0; }
.net-sec-alt { background: var(--net-bg-soft); }
.net-sec-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.net-sec-head h2 { font-size: 32px; line-height: 1.2; margin: 8px 0 12px; }
.net-sec-head p { color: var(--net-muted); font-size: 16px; line-height: 1.6; margin: 0; }
.net-sec-logo-wrap {
    display: block;
    margin: 0 0 14px;
}
.net-sec-logo-wrap img {
    height: 36px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.net-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--net-accent);
    margin-bottom: 10px;
}

/* ---------- Full-bleed section escapes (moved to end of file - see bottom) ---------- */

/* ---------- Hero ---------- */
.net-hero {
    background: linear-gradient(135deg, #10141a 0%, #1c232d 55%, #232c38 100%);
    color: #fff;
    padding: 84px 0 72px;
    position: relative;
    overflow: hidden;
}
.net-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, rgba(245, 158, 11, 0) 70%);
}
.net-hero-inner {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.net-hero-copy { min-width: 0; }
.net-hero .net-eyebrow { color: var(--net-accent); }
.net-hero h1 { color: #fff; font-size: 42px; line-height: 1.12; margin: 0 0 18px; }
.net-hero-sub { color: #c3cad4; font-size: 18px; line-height: 1.65; margin: 0 0 28px; max-width: 560px; }
.net-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

.net-btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}
.net-btn-ghost:hover { border-color: var(--net-accent); color: var(--net-accent); }

.net-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 580px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    overflow: hidden;
}
.net-hero-stats li {
    padding: 16px 14px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.net-hero-stats li:last-child { border-right: 0; }
.net-hero-stats li strong {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: var(--net-accent);
    line-height: 1.1;
}
.net-hero-stats li span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #9aa4b0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 575.98px) {
    .net-hero-stats { grid-template-columns: 1fr; }
    .net-hero-stats li { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .net-hero-stats li:last-child { border-bottom: 0; }
}

/* Hero product visual (CSS-only mockup) */
.net-hero-visual { position: relative; min-width: 0; }
.net-visual-frame {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}
.net-visual-top { display: flex; gap: 6px; margin-bottom: 18px; }
.net-visual-top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.35); }
.net-visual-top span:first-child { background: var(--net-accent); }
.net-visual-row { height: 12px; border-radius: 6px; background: rgba(255, 255, 255, 0.28); margin-bottom: 12px; }
.net-visual-row-wide { width: 78%; }
.net-visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0; }
.net-visual-cell {
    height: 58px;
    border-radius: 8px;
    background: rgba(29, 134, 201, 0.30);
    border: 1px solid rgba(29, 134, 201, 0.55);
}
.net-visual-bars { display: flex; gap: 10px; align-items: flex-end; height: 76px; margin-bottom: 16px; }
.net-visual-bars span { flex: 1; border-radius: 6px 6px 0 0; background: rgba(255, 255, 255, 0.34); }
.net-visual-bars span:nth-child(1) { height: 45%; }
.net-visual-bars span:nth-child(2) { height: 70%; }
.net-visual-bars span:nth-child(3) { height: 55%; }
.net-visual-bars span:nth-child(4) { height: 85%; }
.net-visual-bars span:nth-child(5) { height: 62%; }
.net-visual-row-short { width: 46%; }
@media (max-width: 991.98px) {
    .net-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .net-hero-visual { display: none; }
}

/* ---------- Card grid ---------- */
.net-grid { display: grid; gap: 22px; }
.net-grid-2 { grid-template-columns: repeat(2, 1fr); }
.net-grid-3 { grid-template-columns: repeat(3, 1fr); }
.net-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 991.98px) {
    .net-grid-3, .net-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
    .net-grid-2, .net-grid-3, .net-grid-4 { grid-template-columns: 1fr; }
}

.net-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: var(--net-radius);
    padding: 26px;
    text-decoration: none;
    transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.net-card:hover {
    box-shadow: var(--net-shadow);
    transform: translateY(-3px);
    border-color: var(--net-accent);
}
.net-card-tag {
    display: inline-block;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--net-accent-2);
    background: rgba(234, 88, 12, 0.08);
    border-radius: 999px;
    padding: 4px 12px;
    margin-bottom: 14px;
}
.net-card h3 { font-size: 20px; margin: 0 0 8px; }
.net-card p { color: var(--net-muted); font-size: 15px; line-height: 1.6; margin: 0 0 16px; flex-grow: 1; }
.net-card-link { font-size: 14px; font-weight: 700; color: var(--net-ink); }
.net-card:hover .net-card-link { color: var(--net-accent); }

/* ---------- Feature cards (icon style) ---------- */
.net-feature {
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: var(--net-radius);
    padding: 28px;
}
.net-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(29, 134, 201, 0.35);
    color: var(--net-accent);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
}
.net-feature h3 { font-size: 16px; margin: 0 0 8px; }
.net-feature p { color: var(--net-muted); font-size: 15px; line-height: 1.65; margin: 0; }

/* ---------- Strip / tiles ---------- */
.net-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 991.98px) { .net-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .net-strip { grid-template-columns: 1fr; } }
.net-tile {
    display: block;
    background: var(--net-bg-soft);
    border: 1px solid var(--net-line);
    border-radius: var(--net-radius);
    padding: 22px;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.net-tile:hover { background: #fff; border-color: var(--net-accent); }
.net-tile strong { display: block; font-size: 15px; color: var(--net-ink); margin-bottom: 4px; }
.net-tile span { font-size: 14px; color: var(--net-muted); }

/* ---------- Trust band ---------- */
.net-trust { padding: 28px 0; }
.net-trust p { text-align: center; font-size: 14px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--net-muted); margin-bottom: 18px; }
.net-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.net-trust-row li {
    font-size: 18px;
    font-weight: 700;
    color: #6b7686;
    letter-spacing: 0.4px;
}

/* ---------- Testimonials ---------- */
.net-testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 767.98px) { .net-testi-grid { grid-template-columns: 1fr; } }
.net-testi-scroll { position: relative; }
.net-testi-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 4px 18px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}
.net-testi-track .net-testi {
    flex: 0 0 400px;
    scroll-snap-align: start;
}
@media (max-width: 575.98px) { .net-testi-track .net-testi { flex-basis: 300px; } }
.net-testi-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--net-line);
    background: #fff;
    color: var(--net-ink);
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(16, 20, 26, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.net-testi-arrow:hover { background: var(--net-accent); color: #fff; border-color: var(--net-accent); }
.net-testi-arrow-prev { left: -8px; }
.net-testi-arrow-next { right: -8px; }
@media (max-width: 767.98px) { .net-testi-arrow { display: none; } }
.net-testi {
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: var(--net-radius);
    padding: 28px;
    box-shadow: 0 2px 10px rgba(20, 23, 28, 0.04);
}
.net-testi-stars { color: var(--net-accent-2); font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.net-testi-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 14px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(16, 20, 26, 0.15);
}
.net-testi blockquote { margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: var(--net-text); }
.net-testi cite {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    color: var(--net-ink);
}
.net-testi cite span { font-weight: 400; color: var(--net-muted); font-size: 13px; }

/* ---------- CTA band ---------- */
/* ---------- CTA banner (Aug 25 2026 redesign - was plain dark block) ---------- */
.net-cta {
    position: relative;
    background:
        radial-gradient(420px 260px at 88% 120%, rgba(245, 158, 11, 0.28) 0%, rgba(245, 158, 11, 0) 70%),
        radial-gradient(300px 200px at 75% 0%, rgba(29, 134, 201, 0.35) 0%, rgba(29, 134, 201, 0) 70%),
        linear-gradient(120deg, #10141a 0%, #1a222d 55%, #1f2937 100%);
    border-radius: 16px;
    padding: 52px 48px;
    text-align: center;
    color: #fff;
    margin: 24px 0 64px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(20, 23, 28, 0.25);
}
.net-cta::before,
.net-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.net-cta::before {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.75);
    top: 22%;
    right: 24%;
    box-shadow: 90px 40px 0 -1px rgba(255, 255, 255, 0.5), 180px -10px 0 -2px rgba(245, 158, 11, 0.55), -60px 60px 0 -1px rgba(29, 134, 201, 0.65);
}
.net-cta::after {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.9);
    top: 16%;
    right: 16%;
    transform: rotate(45deg);
    border-radius: 2px;
    box-shadow: 120px 70px 0 -3px rgba(255, 255, 255, 0.4), -40px 90px 0 -2px rgba(245, 158, 11, 0.7);
}
.net-cta h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.net-cta p {
    color: #c3cad4;
    font-size: 16px;
    margin: 0 auto 28px;
    max-width: 600px;
    line-height: 1.65;
}
.net-cta .net-cta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.net-cta .net-cta-chips li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #e8edf4;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 7px 16px;
}
.net-cta .net-cta-chips li::before {
    content: "\2713";
    color: var(--net-accent-2, #f59e0b);
    font-weight: 800;
    font-size: 12px;
}
.net-cta .net-btn-accent {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    font-size: 14px;
}
.net-cta .net-btn-accent .net-cta-btn-arrow {
    transition: transform 0.3s ease;
}
.net-cta .net-btn-accent:hover .net-cta-btn-arrow {
    transform: translateX(3px);
}
@media (max-width: 575.98px) {
    .net-cta { padding: 36px 24px; }
    .net-cta h2 { font-size: 24px; }
}

/* ---------- Product page hero variant ---------- */
.net-hero-product { padding: 72px 0 64px; }
.net-hero-product h1 { font-size: 40px; }
.net-hero-trustline { margin-top: 22px; font-size: 14px; color: #9aa4b0; }
.net-hero-trustline strong { color: var(--net-accent); }

/* ---------- Verticals chips ---------- */
.net-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.net-chips a {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--net-text);
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.net-chips a:hover { border-color: var(--net-accent); color: var(--net-accent); }

/* ---------- Pricing cards ---------- */
.net-price {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: 14px;
    padding: 32px;
}
.net-price-featured {
    border: 2px solid var(--net-ink);
    box-shadow: var(--net-shadow);
    position: relative;
}
.net-price h3 { font-size: 20px; margin: 0 0 6px; }
.net-price-amount {
    font-size: 40px;
    font-weight: 800;
    color: var(--net-ink);
    line-height: 1;
    margin-bottom: 4px;
}
.net-price-amount small {
    font-size: 14px;
    font-weight: 600;
    color: var(--net-muted);
    margin-left: 4px;
}
.net-price-sub { color: var(--net-muted); font-size: 14px; margin: 0 0 18px; }
.net-price-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex-grow: 1;
}
.net-price-list li {
    padding: 7px 0 7px 26px;
    position: relative;
    font-size: 14px;
    color: var(--net-text);
    line-height: 1.5;
}
.net-price-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--net-accent-2);
    font-weight: 800;
}

/* ---------- FAQ ---------- */
.net-faq { max-width: 820px; margin: 0 auto; }
.net-faq-item {
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: 10px;
    padding: 22px 26px;
    margin-bottom: 14px;
}
.net-faq-item h3 { font-size: 16px; margin: 0 0 8px; }
.net-faq-item p { color: var(--net-muted); font-size: 15px; line-height: 1.65; margin: 0; }

/* ---------- Authority links ---------- */
.net-authority-links {
    text-align: center;
    margin: 34px 0 0;
    font-size: 16px;
    color: var(--net-muted);
}
.net-authority-links a { color: var(--net-accent); font-weight: 700; text-decoration: none; margin: 0 2px; }
.net-authority-links a:hover { text-decoration: underline; }

/* ---------- Full-bleed section escapes (LAST - wins over padding shorthands) ----------
   Sections render inside container-1400 > .page-section > container-1400 (20px gutters).
   Break colored sections out to the viewport edge, then re-pad content to
   align exactly with the container content column. */
.net-hero,
.net-sec-alt {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

/* ---------- Product logos + hero screenshot ---------- */
.net-card-logo {
    height: 38px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    margin-bottom: 14px;
    align-self: flex-start;
}
.net-visual-frame-img { padding: 8px; background: rgba(255, 255, 255, 0.06); }
.net-hero-shot {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}
.net-hero-logo-wrap {
    display: inline-block;
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 12px;
    margin: 0 0 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.net-hero-logo-wrap img {
    height: 30px;
    width: auto;
    display: block;
}

/* ---------- Screenshots gallery ---------- */
.net-gallery {
    columns: 2;
    column-gap: 18px;
}

@media (max-width: 767.98px) {
    .net-gallery { columns: 1; }
}
.net-gallery-item {
    display: block;
    margin-bottom: 18px;
    break-inside: avoid;
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.net-gallery-item:hover {
    box-shadow: var(--net-shadow);
    transform: translateY(-3px);
}
.net-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid var(--net-line);
    background: #fff;
}
.net-gallery-item span {
    display: block;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--net-ink);
}

/* ---------- Screenshots gallery: small thumbnails (Aug 27) ---------- */
.net-gallery {
    columns: 3;
    column-gap: 14px;
}
@media (max-width: 991.98px) { .net-gallery { columns: 2; } }
@media (max-width: 575.98px) { .net-gallery { columns: 2; } }
.net-gallery-item {
    position: relative;
    display: block;
    margin-bottom: 14px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 1px solid var(--net-line);
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    break-inside: avoid;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.net-gallery-item:hover {
    box-shadow: var(--net-shadow);
    transform: translateY(-2px);
}
.net-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top center;
    display: block;
    border: 0;
}
.net-gallery-item span {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(20,23,28,0.82), rgba(20,23,28,0));
    color: #fff;
    padding: 20px 12px 8px;
    font-size: 13px;
    font-weight: 700;
}

/* ---------- Gallery lightbox ---------- */
.net-lightbox {
    position: fixed;
    inset: 0;
    z-index: 12000;
    background: rgba(10, 13, 17, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
}
.net-lightbox.is-open { display: flex; }
.net-lightbox img {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    border-radius: 10px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.net-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}
.net-lightbox-close:hover { background: rgba(255, 255, 255, 0.25); }
.net-lightbox-cap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #c3cad4;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 16px;
    border-radius: 999px;
}

/* ---------- Home hero screenshot collage ---------- */
.net-home-hero-frame { padding: 8px; background: rgba(255, 255, 255, 0.06); }
.net-home-hero-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 4px;
}
.net-home-hero-imgs img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
@media (max-width: 575.98px) { .net-home-hero-imgs { grid-template-columns: 1fr; } }

/* ============================================================
   ADDITIONS Aug 25 2026 - service-page hero (bg image + overlay),
   zigzag process timeline, trustline, 2-col testimonial grid
   ============================================================ */

/* ---------- Hero with background image + overlay (ncrypted.com pattern) ---------- */
.net-hero-bg {
    background: #10141a;
}
.net-hero-bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.net-hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 17, 23, 0.94) 0%, rgba(13, 17, 23, 0.82) 42%, rgba(13, 17, 23, 0.45) 72%, rgba(13, 17, 23, 0.25) 100%);
    z-index: 1;
}
.net-hero-bg .net-hero-inner {
    position: relative;
    z-index: 2;
    grid-template-columns: 1.05fr 0.95fr;
}
.net-hero-bg .net-hero-copy { max-width: 640px; }
.net-hero-bg .net-hero-sub { max-width: 560px; }

/* ---------- Hero trustline ---------- */
.net-hero-trustline {
    color: #9aa4b0;
    font-size: 14px;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.net-hero-trustline strong { color: #fff; }

/* ---------- Process timeline (alternating zigzag) ---------- */
.net-timeline {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 24px 0 8px;
}
.net-timeline-line {
    position: absolute;
    left: 50%;
    top: 12px;
    bottom: 12px;
    width: 3px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--net-accent) 0%, var(--net-accent-2) 100%);
    opacity: 0.35;
    border-radius: 3px;
}
.net-timeline-item {
    position: relative;
    width: 50%;
    padding: 0 46px 44px 0;
}
.net-timeline-item.net-timeline-right {
    margin-left: 50%;
    padding: 0 0 44px 46px;
}
.net-timeline-item:last-child { padding-bottom: 0; }
.net-timeline-dot {
    position: absolute;
    top: 0;
    right: -19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--net-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px rgba(29, 134, 201, 0.18);
    z-index: 2;
}
.net-timeline-item.net-timeline-right .net-timeline-dot {
    right: auto;
    left: -19px;
}
.net-timeline-num {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.net-timeline-card {
    background: #fff;
    border: 1px solid var(--net-line);
    border-radius: var(--net-radius);
    padding: 24px 26px;
    box-shadow: var(--net-shadow);
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.net-timeline-card:hover {
    box-shadow: 0 10px 30px rgba(20, 23, 28, 0.12);
    transform: translateY(-2px);
}
.net-timeline-card h3 {
    font-size: 18px;
    margin: 0 0 8px;
    color: var(--net-ink);
}
.net-timeline-card p {
    margin: 0;
    color: var(--net-muted);
    font-size: 15px;
    line-height: 1.65;
}
@media (max-width: 767.98px) {
    .net-timeline-line { left: 19px; transform: none; }
    .net-timeline-item,
    .net-timeline-item.net-timeline-right {
        width: 100%;
        margin-left: 0;
        padding: 0 0 36px 58px;
    }
    .net-timeline-dot,
    .net-timeline-item.net-timeline-right .net-timeline-dot {
        left: 0;
        right: auto;
    }
}

/* ---------- Testimonials - 2-col grid (2 text reviews) ---------- */
.net-testi-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .net-testi-grid-2 { grid-template-columns: 1fr; }
}

/* ---------- Feature icon light variant (Aug 26, review on mobile-app-development) ---------- */
.net-feature-icon--light {
    background: #ffffff;
    border: 1px solid rgba(29, 134, 201, 0.35);
    color: var(--net-accent);
}
/* ---------- Image cards (industry / featured work) ---------- */
.net-img-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 991.98px) {
    .net-img-card-grid { grid-template-columns: 1fr; }
}
.net-img-card {
    position: relative;
    border-radius: var(--net-radius);
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
}
.net-img-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.net-img-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.80) 100%);
    z-index: 1;
}
.net-img-card-content {
    position: relative;
    z-index: 2;
    padding: 28px 24px 24px;
    color: #fff;
}
.net-img-card-icon {
    font-size: 28px;
    margin-bottom: 12px;
    display: block;
    color: var(--net-accent);
}
.net-img-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}
.net-img-card p {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    opacity: 0.85;
    color: #fff;
}
/* ---------- FAQ accordion ---------- */
.net-faq { max-width: 780px; margin: 0 auto; }
.net-faq-item { border: 1px solid var(--net-line); border-radius: var(--net-radius); margin-bottom: 10px; overflow: hidden; }
.net-faq-item h3 { margin: 0; padding: 16px 48px 16px 20px; font-size: 15px; font-weight: 700; cursor: pointer; position: relative; background: #fff; color: var(--net-ink); user-select: none; }
.net-faq-item h3:hover { background: #f8f9fc; }
.net-faq-item h3::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 400; color: var(--net-accent); transition: transform 0.2s; }
.net-faq-item.is-open h3::after { content: '\2212'; }
.net-faq-item p { margin: 0; padding: 0 20px 16px; font-size: 14px; line-height: 1.65; color: var(--net-muted); display: none; }
.net-faq-item.is-open p { display: block; }

/* ===== Phase 3b content-supremacy sections (added Aug 28 2026) ===== */

/* ---- Cost & Timeline table ---- */
.net-table-wrap {
    overflow-x: auto;
    border-radius: var(--net-radius, 14px);
    border: 1px solid var(--net-line, #e7e7eb);
    background: #fff;
    box-shadow: var(--net-shadow, 0 12px 40px rgba(10,2,30,0.06));
}
.net-cost-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    font-size: 15px;
}
.net-cost-table thead th {
    background: var(--net-ink, #17123a);
    color: #fff;
    text-align: left;
    padding: 14px 18px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.net-cost-table tbody td {
    padding: 16px 18px;
    border-top: 1px solid var(--net-line, #e7e7eb);
    vertical-align: top;
    color: var(--net-text, #3a3650);
    line-height: 1.55;
}
.net-cost-table tbody tr:nth-child(even) td {
    background: var(--net-bg-soft, #f7f6fb);
}
.net-cost-table tbody tr:first-child td {
    background: #fff8ef;
    border-top: none;
}
.net-cost-table tbody td strong {
    color: var(--net-ink, #17123a);
    white-space: nowrap;
}
.net-cost-note {
    margin-top: 14px;
    font-size: 13px;
    color: var(--net-muted, #6b6b80);
    text-align: center;
}

/* ---- Role-based features (One Platform, Three Apps) ---- */
.net-feat-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.net-feat-list li {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 14px;
    color: var(--net-text, #3a3650);
    line-height: 1.5;
}
.net-feat-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--net-accent, #f2a03d);
    opacity: 0.85;
}

/* ---- Authority strip (stat grid) ---- */
.net-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.net-stat {
    background: #fff;
    border: 1px solid var(--net-line, #e7e7eb);
    border-radius: var(--net-radius, 14px);
    padding: 26px 24px;
    text-align: center;
    box-shadow: var(--net-shadow, 0 12px 40px rgba(10,2,30,0.05));
}
.net-stat-icon {
    font-size: 26px;
    color: var(--net-accent, #f2a03d);
    margin-bottom: 10px;
    display: block;
}
.net-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: var(--net-ink, #17123a);
    line-height: 1.15;
}
.net-stat-label {
    margin-top: 6px;
    font-size: 13px;
    color: var(--net-muted, #6b6b80);
    line-height: 1.45;
}
@media (max-width: 767.98px) {
    .net-stat-grid { grid-template-columns: 1fr; }
}

/* ---- Business models + monetization small print ---- */
.net-small {
    margin: 10px 0 0;
    font-size: 13px;
    color: var(--net-muted, #6b6b80);
}

/* ---- Tech stack ---- */
.net-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.net-tech {
    display: flex;
    align-items: baseline;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--net-line, #e7e7eb);
    border-radius: 10px;
    padding: 14px 18px;
}
.net-tech-area {
    font-weight: 700;
    color: var(--net-ink, #17123a);
    font-size: 14px;
    min-width: 96px;
    white-space: nowrap;
}
.net-tech-items {
    font-size: 14px;
    color: var(--net-text, #3a3650);
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .net-tech-grid { grid-template-columns: 1fr; }
}

/* ---- Build vs Buy comparison ---- */
.net-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.net-compare-card {
    background: #fff;
    border: 1px solid var(--net-line, #e7e7eb);
    border-radius: var(--net-radius, 14px);
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--net-shadow, 0 12px 40px rgba(10,2,30,0.05));
}
.net-compare-card h3 {
    font-size: 19px;
    color: var(--net-ink, #17123a);
    margin-bottom: 12px;
}
.net-compare-card p {
    font-size: 14px;
    color: var(--net-text, #3a3650);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 18px;
}
.net-compare-alt {
    border-top: 4px solid var(--net-accent, #f2a03d);
}
.net-compare-card .net-btn {
    display: inline-block;
    text-align: center;
}
@media (max-width: 767.98px) {
    .net-compare { grid-template-columns: 1fr; }
}

/* ---- Featured work card links ---- */
.net-img-card-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    min-height: 280px;
    text-decoration: none;
    color: inherit;
    position: relative;
}
.net-img-card-link:hover .net-img-card-content h3 {
    color: var(--net-accent, #f2a03d);
}
.net-img-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 0;
}
.net-img-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--net-shadow, 0 16px 44px rgba(10,2,30,0.14));
}

/* ---- Related services / products card links ---- */
.net-feature h3 a {
    color: var(--net-ink, #17123a);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s ease;
}
.net-feature h3 a:hover {
    color: var(--net-accent, #f2a03d);
    text-decoration: underline;
}
/* Build vs Buy: ghost button must be visible on white card (net-btn-ghost defaults to white text for hero) */
.net-compare-card .net-btn-ghost {
    color: var(--net-ink, #17123a);
    border-color: var(--net-line, #e7e7eb);
    background: #fff;
}
.net-compare-card .net-btn-ghost:hover {
    color: var(--net-accent, #f2a03d);
    border-color: var(--net-accent, #f2a03d);
}

/* ---- Related Services: inline icon + text link cards (Kunal Sep 1) ---- */
.net-link-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.net-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--net-line, #e7e7eb);
    border-radius: var(--net-radius, 14px);
    padding: 16px 18px;
    text-decoration: none;
    color: var(--net-ink, #17123a);
    font-size: 15px;
    line-height: 1.35;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-shadow: var(--net-shadow, 0 8px 24px rgba(10,2,30,0.04));
}
.net-link-card:hover {
    border-color: var(--net-accent, #f2a03d);
    color: var(--net-accent, #f2a03d);
    box-shadow: var(--net-shadow, 0 12px 30px rgba(10,2,30,0.09));
}
.net-link-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 9px;
    background: rgba(242, 160, 61, 0.12);
    color: var(--net-accent, #f2a03d);
    font-size: 16px;
}
.net-link-tx {
    font-weight: 600;
}
@media (max-width: 991.98px) {
    .net-link-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
    .net-link-grid { grid-template-columns: 1fr; }
}

/* ===== Legal / prose pages (Terms, Privacy, SLA) - added 2026-09-03 ===== */
.net-legal { max-width: 860px; margin: 0 auto; padding: 8px 0 16px; color: #374151; font-size: 15px; line-height: 1.75; }
.net-legal-h2 { font-size: 26px; color: #14181f; margin: 0 0 6px; font-weight: 700; }
.net-legal-updated { font-size: 13px; color: #6b7280; margin: 0 0 18px; }
.net-legal p { margin: 0 0 14px; }
.net-legal h3 { font-size: 18px; color: #14181f; margin: 22px 0 8px; font-weight: 600; }
.net-legal ul, .net-legal ol { margin: 0 0 14px; padding-left: 22px; }
.net-legal li { margin-bottom: 6px; }
.net-legal a { color: #b45309; text-decoration: underline; }
.net-legal a:hover { color: #92400e; }
@media (max-width: 768px){ .net-legal { padding: 4px 4px 12px; font-size: 14.5px; } .net-legal-h2 { font-size: 22px; } }
