/* ============================================
   NAME CHANGE GUIDE — name_change_guide.css
   Prefix: ncg- (name change guide)
   ============================================ */

/* --- Keyframes --- */
@keyframes ncgDashFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes ncgProgressFill {
    0% {
        width: 0;
    }

    100% {
        width: 64%;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */
.ncg-hero {
    overflow: hidden;
}

.ncg-hero-row {
    min-height: 560px;
}

.ncg-hero-left {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.ncg-hero-title {
    line-height: 1.1;
}

.ncg-hero-trust {
    font-size: 0.85rem;
    color: #28a745;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ncg-hero-lead {
    max-width: 500px;
}

.ncg-hero-features {
    max-width: 440px;
}

.ncg-check-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(40, 167, 69, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ncg-check-icon {
    color: #28a745;
    font-size: 0.7rem;
}

.ncg-feature-text {
    font-size: 0.93rem;
    font-weight: 600;
    color: #1e293b;
}

/* Hero Trustpilot */
.ncg-hero-trustpilot,
.ncg-hero-tp-mobile {
    gap: 10px;
}

.ncg-hero-tp-img {
    height: 22px;
    width: auto;
}

.ncg-hero-tp-text {
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
}

/* --- Hero CTA Button --- */
.ncg-hero .hero-cta-btn {
    background: #003366;
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 1.08rem;
    box-shadow: 0 4px 16px rgba(0, 51, 102, 0.25);
    letter-spacing: 0.01em;
    transition: all 0.25s ease;
}

.ncg-hero .hero-cta-btn:hover {
    background: #004d80;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 51, 102, 0.35);
    color: white;
}

/* --- Hero Right Column --- */
.ncg-hero-right {
    position: relative;
}

.ncg-hero-bg-lg {
    position: absolute;
    top: -40px;
    right: -60px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.05) 0%, rgba(79, 195, 247, 0.05) 100%);
}

.ncg-hero-bg-sm {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 195, 247, 0.06) 0%, transparent 70%);
}

/* ============================================
   MACBOOK PRO + PREMIUM DASHBOARD (Hero)
   ============================================ */
.ncg-dash-wrap {
    position: relative;
    z-index: 1;
    max-width: 580px;
    margin: 0 auto;
    animation: ncgDashFloat 6s ease-in-out infinite;
}

/* ── Laptop frame ── */
.ncg-laptop {
    transform: perspective(2200px) rotateY(-4deg) rotateX(2deg);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ncg-laptop:hover {
    transform: perspective(2200px) rotateY(-1deg) rotateX(0.5deg);
}

.ncg-laptop-lid {
    position: relative;
    filter: drop-shadow(0 30px 60px rgba(0, 15, 50, 0.22)) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12));
}

.ncg-laptop-screen {
    background: #0a0a0a;
    border-radius: 12px 12px 0 0;
    padding: 0 5px 0;
    position: relative;
    border: 2px solid #1a1a1a;
    border-bottom: none;
    overflow: hidden;
}

.ncg-laptop-notch {
    display: flex;
    justify-content: center;
    padding: 4px 0 3px;
    position: relative;
    z-index: 3;
}

.ncg-laptop-camera {
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #1a3a5a 30%, #111 70%);
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(79,195,247,0.12);
    border: 0.5px solid #2a2a2a;
}

/* Screen glare */
.ncg-laptop-glare {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 40%, transparent 60%, rgba(255,255,255,0.02) 100%);
    pointer-events: none;
    z-index: 2;
    border-radius: 12px 12px 0 0;
}

.ncg-laptop-content {
    display: flex;
    background: #eef1f5;
    border-radius: 3px;
    overflow: hidden;
    height: 360px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}

/* ── Base / chassis ── */
.ncg-laptop-base {
    background: linear-gradient(180deg, #e8e8eb 0%, #d4d4d8 40%, #ccccd0 100%);
    height: 10px;
    position: relative;
    border-left: 1px solid #d8d8dc;
    border-right: 1px solid #d8d8dc;
}

.ncg-laptop-base-hinge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: linear-gradient(90deg, #c0c0c4, rgba(255,255,255,0.6) 50%, #c0c0c4);
}

.ncg-laptop-bottom {
    width: 106%;
    margin-left: -3%;
    height: 7px;
    background: linear-gradient(180deg, #c0c0c4, #b0b0b4);
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #a8a8ac;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ncg-laptop-bottom-notch {
    width: 14%;
    height: 3px;
    background: linear-gradient(180deg, #a8a8ac, #9e9ea2);
    border-radius: 0 0 3px 3px;
    margin-top: 0;
}

/* Desk reflection */
.ncg-laptop-reflection {
    width: 90%;
    height: 40px;
    margin: -2px auto 0;
    background: linear-gradient(180deg, rgba(0,30,80,0.06) 0%, transparent 100%);
    border-radius: 50%;
    filter: blur(8px);
}

/* ════════════════════════════════════
   SIDEBAR
   ════════════════════════════════════ */
.ncg-sb {
    width: 130px;
    min-width: 130px;
    background: linear-gradient(180deg, #001d3d, #002b55, #003366);
    padding: 10px 0 8px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(79,195,247,0.06);
    overflow: hidden;
}

.ncg-sb-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 9px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 8px;
}

.ncg-sb-brand-icon {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, rgba(79,195,247,0.2), rgba(79,195,247,0.08));
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(79,195,247,0.15);
}

.ncg-sb-brand-icon i {
    color: #4fc3f7;
    font-size: 0.48rem;
}

.ncg-sb-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.ncg-sb-brand-text span {
    color: white;
    font-size: 0.48rem;
    font-weight: 700;
}

.ncg-sb-brand-text small {
    color: rgba(255,255,255,0.3);
    font-size: 0.36rem;
    font-weight: 400;
}

.ncg-sb-section {
    font-size: 0.34rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.2);
    padding: 6px 12px 3px;
}

.ncg-sb-nav {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 0 5px;
}

.ncg-sb-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 7px;
    border-radius: 5px;
    color: rgba(255,255,255,0.4);
    font-size: 0.46rem;
    font-weight: 500;
    cursor: default;
    text-decoration: none !important;
    position: relative;
}

.ncg-sb-link i {
    font-size: 0.42rem;
    width: 12px;
    text-align: center;
    flex-shrink: 0;
}

.ncg-sb-link--active {
    background: rgba(79, 195, 247, 0.1);
    color: #4fc3f7;
    font-weight: 600;
    box-shadow: inset 3px 0 0 #4fc3f7;
}

.ncg-sb-count {
    margin-left: auto;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.4);
    font-size: 0.34rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 6px;
}

.ncg-sb-count--cyan {
    background: rgba(79,195,247,0.15);
    color: #4fc3f7;
}

/* Sidebar user */
.ncg-sb-user {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 9px 0;
    margin-top: 6px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.ncg-sb-user-avatar {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4fc3f7, #0277bd);
    color: white;
    font-size: 0.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ncg-sb-user-info {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ncg-sb-user-info span {
    color: rgba(255,255,255,0.7);
    font-size: 0.42rem;
    font-weight: 600;
}

.ncg-sb-user-info small {
    color: rgba(255,255,255,0.25);
    font-size: 0.34rem;
}

/* ════════════════════════════════════
   MAIN PANEL
   ════════════════════════════════════ */
.ncg-main {
    flex: 1;
    padding: 8px 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #f4f6f9;
}

/* Top bar */
.ncg-main-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ncg-main-breadcrumb {
    font-size: 0.38rem;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
}

.ncg-main-breadcrumb i {
    font-size: 0.34rem;
}

.ncg-main-breadcrumb span {
    margin: 0 2px;
    opacity: 0.5;
}

.ncg-main-search {
    flex: 1;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.38rem;
    color: #94a3b8;
}

.ncg-main-search i {
    font-size: 0.34rem;
    color: #cbd5e1;
}

.ncg-main-topbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ncg-main-notif {
    position: relative;
    color: #94a3b8;
    font-size: 0.48rem;
}

.ncg-main-notif-dot {
    position: absolute;
    top: -1px;
    right: -2px;
    width: 4px;
    height: 4px;
    background: #ef4444;
    border-radius: 50%;
    border: 0.5px solid #f4f6f9;
}

.ncg-main-avatar {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4fc3f7, #0277bd);
    color: white;
    font-size: 0.42rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Greeting */
.ncg-main-greeting {
    display: flex;
    align-items: center;
}

.ncg-main-hi {
    font-size: 0.58rem;
    font-weight: 700;
    color: #0f172a;
    display: block;
    line-height: 1.3;
}

.ncg-main-sub {
    font-size: 0.38rem;
    color: #94a3b8;
    font-weight: 400;
    display: block;
}

/* Card base */
.ncg-main-card {
    background: white;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

/* ── Metrics row ── */
.ncg-main-metrics {
    display: flex;
    gap: 5px;
}

.ncg-main-card--stat {
    flex: 1;
    padding: 6px 7px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ncg-stat-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.38rem;
    flex-shrink: 0;
}

.ncg-stat-icon--green {
    background: rgba(16,185,129,0.1);
    color: #059669;
}

.ncg-stat-icon--blue {
    background: rgba(79,195,247,0.1);
    color: #0284c7;
}

.ncg-stat-icon--slate {
    background: rgba(148,163,184,0.1);
    color: #64748b;
}

.ncg-stat-data {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ncg-stat-val {
    font-size: 0.58rem;
    font-weight: 800;
    color: #0f172a;
}

.ncg-stat-lbl {
    font-size: 0.32rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Donut */
.ncg-main-card--donut {
    width: 44px;
    min-width: 44px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ncg-donut {
    width: 36px;
    height: 36px;
    transform: rotate(-90deg);
}

.ncg-donut-ring {
    animation: ncgDonutDraw 1.2s ease-out forwards;
    stroke-dasharray: 0 100;
}

@keyframes ncgDonutDraw {
    to { stroke-dasharray: 64 36; }
}

.ncg-donut-label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.ncg-donut-label span {
    font-size: 0.44rem;
    font-weight: 800;
    color: #0f172a;
}

.ncg-donut-label small {
    font-size: 0.28rem;
    color: #94a3b8;
    font-weight: 500;
}

/* ── Progress ── */
.ncg-main-card--progress {
    padding: 5px 9px;
}

.ncg-prog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    font-size: 0.4rem;
    font-weight: 600;
    color: #475569;
}

.ncg-prog-pct {
    color: #0284c7;
    font-weight: 700;
}

.ncg-prog-track {
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.ncg-prog-fill {
    height: 100%;
    width: 64%;
    background: linear-gradient(90deg, #4fc3f7, #0288d1);
    border-radius: 2px;
    animation: ncgProgressFill 1.5s ease-out;
    position: relative;
}

.ncg-prog-fill::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
    animation: ncgProgressShine 2.5s ease-in-out 1.5s infinite;
}

@keyframes ncgProgressShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(250%); }
}

/* ── Task table ── */
.ncg-main-card--table {
    flex: 1;
    overflow: hidden;
}

.ncg-tbl-head {
    display: flex;
    justify-content: space-between;
    padding: 4px 9px;
    font-size: 0.38rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
}

.ncg-tbl-row {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3.5px 9px;
    font-size: 0.44rem;
    font-weight: 500;
    border-bottom: 1px solid #f8fafc;
}

.ncg-tbl-row:last-child { border-bottom: none; }

.ncg-tbl-row i {
    font-size: 0.44rem;
    flex-shrink: 0;
    width: 10px;
    text-align: center;
}

.ncg-tbl-row span:first-of-type {
    flex: 1;
}

.ncg-tbl-row--done { color: #94a3b8; }
.ncg-tbl-row--done i { color: #10b981; }
.ncg-tbl-row--done > span:first-of-type { text-decoration: line-through; text-decoration-color: #d1d5db; }

.ncg-tbl-row--active { color: #003366; font-weight: 700; background: rgba(79,195,247,0.03); }
.ncg-tbl-row--active i { color: #4fc3f7; }

.ncg-tbl-row--pending { color: #cbd5e1; }
.ncg-tbl-row--pending i { color: #e2e8f0; }

/* Tags */
.ncg-tbl-tag {
    font-size: 0.3rem;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.ncg-tbl-tag--done { background: rgba(16,185,129,0.08); color: #059669; }
.ncg-tbl-tag--active { background: rgba(79,195,247,0.1); color: #0284c7; }
.ncg-tbl-tag--pending { background: rgba(148,163,184,0.08); color: #94a3b8; }

/* ── Letter CTA ── */
.ncg-main-letter {
    background: linear-gradient(135deg, #002952 0%, #003d73 100%);
    border-radius: 6px;
    padding: 6px 9px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(79,195,247,0.08);
}

.ncg-main-letter-ico {
    width: 20px;
    height: 20px;
    background: rgba(79,195,247,0.12);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4fc3f7;
    font-size: 0.42rem;
    flex-shrink: 0;
}

.ncg-main-letter-body {
    flex: 1;
    min-width: 0;
    line-height: 1.2;
}

.ncg-main-letter-body span {
    display: block;
    font-size: 0.4rem;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ncg-main-letter-body small {
    font-size: 0.32rem;
    color: rgba(255,255,255,0.4);
}

.ncg-main-letter-btn {
    background: rgba(79,195,247,0.15);
    color: #4fc3f7;
    font-size: 0.34rem;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ncg-main-letter-btn i {
    font-size: 0.32rem;
    margin-right: 2px;
}

/* ============================================
   LOGOS STRIP
   ============================================ */
.ncg-logos {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    overflow: hidden;
    padding-bottom: 2rem;
}

.ncg-logos .logo-carousel {
    position: relative;
}

.ncg-logos .logo-carousel::before,
.ncg-logos .logo-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.ncg-logos .logo-carousel::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
}

.ncg-logos .logo-carousel::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, transparent 100%);
}

.ncg-logos-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

/* ============================================
   HOW IT WORKS — matches adult landing al-hiw
   ============================================ */
.ncg-hiw {
    background: #003366;
}

.ncg-hiw-container {
    font-family: 'Poppins', sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ncg-hiw-header {
    margin-bottom: 28px;
}

.ncg-hiw-pill {
    display: inline-block;
    background: rgba(79, 195, 247, 0.15);
    color: #4fc3f7;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.ncg-hiw-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.ncg-hiw-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 580px;
    margin: 8px auto 0;
    line-height: 1.5;
}

/* Steps */
.ncg-hiw-step {
    padding: 16px 8px;
}

.ncg-hiw-step-img {
    height: 150px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
    margin-bottom: 12px;
}

.ncg-hiw-step:hover .ncg-hiw-step-img {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}

.ncg-hiw-step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 5px;
}

.ncg-hiw-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(79, 195, 247, 0.15);
    color: #4fc3f7;
    font-weight: 800;
    font-size: 0.8rem;
}

.ncg-hiw-step-name {
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    margin: 0;
}

.ncg-hiw-step-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
}

.ncg-hiw-step-desc strong {
    color: white;
}

/* CTA after steps */
.ncg-hiw-cta-wrap {
    margin-top: 24px;
}

.ncg-hiw-cta {
    background-color: #4fc3f7;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    padding: 14px 32px;
    box-shadow: none;
    transition: all 0.2s ease;
}

.ncg-hiw-cta:hover {
    transform: translateY(-2px);
    box-shadow: none;
    color: white;
}

/* ============================================
   VALUE / WHO IS THIS FOR
   ============================================ */
.ncg-value {
    background: #f8fafc;
}

.ncg-value-container {
    padding-top: 72px;
    padding-bottom: 72px;
}

.ncg-value-header {
    margin-bottom: 48px;
}

.ncg-value-title {
    font-size: 2rem;
    font-weight: 800;
    color: #003366;
    line-height: 1.15;
    margin-bottom: 14px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ncg-value-subtitle {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
}

/* Use case cards — 3 across */
.ncg-use-cases-row {
    margin-bottom: 48px;
}

.ncg-use-case-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.ncg-use-case-card:hover {
    border-color: #4fc3f7;
    box-shadow: 0 8px 28px rgba(0, 51, 102, 0.08);
    transform: translateY(-3px);
}

.ncg-use-case-title {
    font-size: 1rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 8px;
    line-height: 1.3;
}

.ncg-use-case-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Comparison table — full width */
.ncg-compare {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 51, 102, 0.06);
}

.ncg-compare-header {
    background: #003366;
    padding: 28px 32px;
    text-align: center;
}

.ncg-compare-heading {
    color: white;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.ncg-compare-sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    margin-bottom: 0;
}

.ncg-compare-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.ncg-compare-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ncg-compare-card--diy {
    border-right: 1px solid #e2e8f0;
}

.ncg-compare-card--guide {
    background: linear-gradient(180deg, rgba(40, 167, 69, 0.03) 0%, rgba(79, 195, 247, 0.03) 100%);
}

.ncg-compare-card-badge {
    position: absolute;
    top: 12px;
    right: 16px;
    background: #28a745;
    color: white;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 12px;
    border-radius: 50px;
}

.ncg-compare-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 28px 16px;
}

.ncg-compare-card-top i {
    font-size: 1.3rem;
}

.ncg-compare-card-top h4 {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.ncg-compare-card-top--diy {
    color: #94a3b8;
}

.ncg-compare-card-top--diy i {
    color: #cbd5e1;
}

.ncg-compare-card-top--guide {
    color: #003366;
}

.ncg-compare-card-top--guide i {
    color: #28a745;
}

.ncg-compare-list {
    list-style: none;
    padding: 0 28px;
    margin: 0;
    flex: 1;
}

.ncg-compare-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ncg-compare-item:last-child {
    border-bottom: none;
}

.ncg-compare-item > i {
    flex-shrink: 0;
    font-size: 0.85rem;
    margin-top: 3px;
}

.ncg-compare-item--neg > i {
    color: #ef4444;
}

.ncg-compare-item--pos > i {
    color: #28a745;
}

.ncg-compare-item strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.ncg-compare-item--neg strong {
    color: #64748b;
}

.ncg-compare-item--pos strong {
    color: #003366;
}

.ncg-compare-item span {
    font-size: 0.8rem;
    line-height: 1.45;
}

.ncg-compare-item--neg span {
    color: #94a3b8;
}

.ncg-compare-item--pos span {
    color: #475569;
}

.ncg-compare-card-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 18px 28px;
    margin-top: auto;
    border-top: 1px solid #f1f5f9;
}

.ncg-compare-foot-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ncg-compare-card-foot--diy .ncg-compare-foot-label {
    color: #94a3b8;
}

.ncg-compare-card-foot--guide .ncg-compare-foot-label {
    color: #28a745;
}

.ncg-compare-foot-value {
    font-size: 0.88rem;
}

.ncg-compare-card-foot--diy .ncg-compare-foot-value {
    color: #94a3b8;
}

.ncg-compare-card-foot--guide .ncg-compare-foot-value {
    color: #003366;
    font-weight: 600;
}

.ncg-compare-card-foot--guide .ncg-compare-foot-value strong {
    font-size: 1.1rem;
    color: #28a745;
}

@media (min-width: 768px) {
    .ncg-compare-card-badge {
        top: 16px;
        right: 20px;
    }
}

/* ============================================
   FAQ SECTION (seo-accordion — mirrored from homepage)
   ============================================ */
.seo-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seo-accordion-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 51, 102, 0.06);
    border: 1px solid rgba(0, 51, 102, 0.06);
    overflow: hidden;
    transition: box-shadow 0.25s;
}

.seo-accordion-item:hover {
    box-shadow: 0 4px 24px rgba(0, 51, 102, 0.10);
}

.seo-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}

.seo-accordion-trigger:hover {
    background: rgba(0, 51, 102, 0.02);
}

.seo-accordion-title {
    color: #003366;
    font-weight: 700;
    font-size: 1.15rem;
    margin: 0;
    line-height: 1.4;
}

.seo-accordion-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s;
}

.seo-accordion-icon i {
    color: #003366;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.seo-accordion-trigger[aria-expanded="true"] .seo-accordion-icon {
    background: #003366;
}

.seo-accordion-trigger[aria-expanded="true"] .seo-accordion-icon i {
    color: #fff;
    transform: rotate(180deg);
}

.seo-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.seo-accordion-body {
    padding: 0 28px 24px 28px;
}

.seo-accordion-body p {
    color: #3a4a5a;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.seo-accordion-body p:last-child {
    margin-bottom: 0;
}

.seo-info-heading {
    color: #003366;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 10px;
}

.seo-info-subheading {
    color: #5a6a7a;
    font-size: 1.1rem;
    max-width: 520px;
    margin: 0 auto;
}

.seo-info-link {
    color: #003366;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(0, 51, 102, 0.25);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s;
}

.seo-info-link:hover {
    color: #003366;
    text-decoration-color: #003366;
}

@media (max-width: 767px) {
    .seo-info-heading {
        font-size: 1.5rem;
    }

    .seo-accordion-trigger {
        padding: 16px 20px;
    }

    .seo-accordion-body {
        padding: 0 20px 20px 20px;
    }

    .seo-accordion-title {
        font-size: 1.05rem;
    }
}

/* ============================================
   FINAL CTA — matches adult landing al-final
   ============================================ */
.ncg-final {
    background: transparent;
}

.ncg-final-container {
    padding-top: 0;
    padding-bottom: 64px;
}

.ncg-final-inner {
    background: #003366;
    border-radius: 20px;
    padding: 56px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.ncg-final-content {
    position: relative;
    z-index: 1;
}

.ncg-final-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.ncg-final-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto 32px;
}

.ncg-final-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.ncg-final-primary {
    background: #4fc3f7;
    color: #003366;
    border: none;
    border-radius: 14px;
    font-size: 1.05rem;
    padding: 16px 36px;
    transition: all 0.25s ease;
    min-width: 340px;
}

.ncg-final-primary:hover {
    background: #29b6f6;
    color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 195, 247, 0.35);
}

.ncg-final-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    font-size: 0.95rem;
    padding: 14px 36px;
    transition: all 0.25s ease;
    min-width: 340px;
}

.ncg-final-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.ncg-final-secure {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (min-width: 992px) and (max-width: 1199px) {
    .ncg-hero-left {
        padding-left: 16px;
    }

    .ncg-hero-title {
        font-size: 2.4rem;
    }

    .ncg-hero-lead {
        font-size: 0.9rem;
        max-width: 420px;
    }

    .ncg-hero-features {
        max-width: 380px;
    }

    .ncg-dash-wrap {
        max-width: 340px;
    }

    .ncg-hero-bg-lg {
        width: 380px;
        height: 380px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    .ncg-hero-left {
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

    .ncg-hero-title {
        font-size: 2.2rem;
    }

    .ncg-hero-lead {
        max-width: 540px;
    }

    .ncg-hero-features {
        max-width: 380px;
        display: block;
        text-align: left;
    }

    .ncg-hero .hero-cta-btn {
        min-width: 320px;
    }

    .ncg-hero-left>div:last-of-type {
        text-align: center;
    }

    .ncg-hero-row {
        min-height: auto;
    }

    .ncg-hiw-title {
        font-size: 1.55rem;
    }

    .ncg-hiw-step-img {
        height: 95px;
    }

    .ncg-value-title {
        font-size: 1.5rem;
    }

    .ncg-compare-cards {
        grid-template-columns: 1fr;
    }

    .ncg-compare-card--diy {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .ncg-compare-card-badge {
        top: 10px;
        right: 14px;
    }

    .ncg-compare-card-top {
        padding: 20px 20px 12px;
    }

    .ncg-compare-list {
        padding: 0 20px;
    }

    .ncg-compare-item {
        padding: 12px 0;
    }

    .ncg-compare-card-foot {
        padding: 14px 20px;
    }

    .ncg-final-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .ncg-hero-title {
        font-size: 1.65rem;
    }

    .ncg-hiw-container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .ncg-hiw-header {
        margin-bottom: 20px;
    }

    .ncg-hiw-title {
        font-size: 1.3rem;
    }

    .ncg-hiw-step {
        padding: 12px 4px;
    }

    .ncg-hiw-step-img {
        height: 80px;
    }

    .ncg-hiw-step-num {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }

    .ncg-hiw-step-name {
        font-size: 0.82rem;
    }

    .ncg-hiw-step-desc {
        font-size: 0.72rem;
    }

    .ncg-hiw-cta {
        width: 100%;
        font-size: 0.9rem;
    }

    .ncg-value-container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ncg-use-case-card {
        padding: 22px 18px;
    }

    .ncg-use-cases-row {
        margin-bottom: 36px;
    }

    .ncg-compare-header {
        padding: 22px 20px;
    }

    .ncg-compare-heading {
        font-size: 1.15rem;
    }

    .ncg-final-inner {
        padding: 40px 24px;
    }

    .ncg-final-title {
        font-size: 1.5rem;
    }

    .ncg-final-primary,
    .ncg-final-secondary {
        min-width: auto;
        width: 100%;
        max-width: 340px;
    }
}

@media (max-width: 575px) {
    .ncg-hero-title {
        font-size: 1.45rem;
    }

    .ncg-feature-text {
        font-size: 0.85rem;
    }

    .ncg-check-circle {
        width: 24px;
        height: 24px;
    }

    .ncg-hiw-step-name {
        font-size: 0.82rem;
    }

    .ncg-hiw-step-desc {
        font-size: 0.72rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ncg-dash-wrap {
        animation: none;
    }

    .ncg-dash-progress-fill,
    .ncg-screen-progress-fill,
    .ncg-prog-fill {
        animation: none;
    }

    .ncg-screen-progress-fill::after,
    .ncg-prog-fill::after {
        animation: none;
    }

    .ncg-donut-ring {
        animation: none;
        stroke-dasharray: 64 36;
    }

    .ncg-laptop {
        transform: none;
    }
}