
  .nsection {
    position: relative;
    min-height: auto;
    background: linear-gradient(135deg, #ffffff 0%, #f0faf5 40%, #e0f5ea 100%);
    display: flex;
    align-items: center;
    padding: 6% 0;
    overflow: hidden;
  }

  .nsection .bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.45;
  }
  .nsection .orb1 { width: 480px; height: 480px; background: #b8f0d0; top: -120px; right: -80px; }
  .nsection .orb2 { width: 320px; height: 320px; background: #d4f7e5; bottom: -60px; left: 200px; }
  .nsection .orb3 { width: 200px; height: 200px; background: #a5efca; top: 50%; left: -60px; }

  .nsection .grid-bg {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(34,197,94,0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(34,197,94,0.06) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  .nsection .inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  /* LEFT SIDE */
  .nsection .left { display: flex; flex-direction: column; gap: 28px; }

  .nsection .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34,197,94,0.12);
    border: 1px solid rgba(34,197,94,0.25);
    color: #16a34a;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 100px;
    width: fit-content;
  }

  .nsection .badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.75); }
  }

 .nsection  h1 {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.08;
    color: #0d1f14;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .nsection h1 .accent {
    color: #16a34a;
    position: relative;
  }

 .nsection  h1 .accent::after {
    content: '';
    position: absolute;
    left: 0; bottom: -4px;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #22c55e, #4ade80);
    border-radius: 2px;
  }

 .nsection  .desc {
    font-size: 16px;
    line-height: 1.75;
    color: #3d6b4f;
    font-weight: 300;
    max-width: 440px;
  }

  .nsection .cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
  }

  .nsection .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 28px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(34,197,94,0.3), 0 2px 8px rgba(34,197,94,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
  }
 .nsection  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(34,197,94,0.4); }

 .nsection  .btn-arrow {
    width: 20px; height: 20px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    font-size: 13px;
  }

 .nsection  .btn-ghost {
    font-size: 14px;
    font-weight: 400;
    color: #16a34a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid rgba(22,163,74,0.3);
    padding-bottom: 1px;
    transition: border-color 0.2s;
  }
 .nsection  .btn-ghost:hover { border-color: #16a34a; }

 .nsection  .stats-row {
    display: flex;
    gap: 32px;
    padding-top: 8px;
    border-top: 1px solid rgba(22,163,74,0.12);
  }

 .nsection  .stat { display: flex; flex-direction: column; gap: 2px; }
 .nsection  .stat-num {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0d1f14;
  }
 .nsection  .stat-label {font-size: 14px;color: #6b9e7d;font-weight: 300;}

  /* RIGHT SIDE */
 .nsection  .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

 .nsection  .card {
    background: rgba(255,255,255,0.62);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 4px 24px rgba(34,197,94,0.08), 0 1px 4px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s, box-shadow 0.25s;
    cursor: default;
    position: relative;
    overflow: hidden;
  }

 .nsection  .card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #22c55e, #4ade80);
    opacity: 0;
    transition: opacity 0.25s;
    border-radius: 20px 20px 0 0;
  }

 .nsection  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(34,197,94,0.15), 0 4px 12px rgba(0,0,0,0.06);
  }
  .nsection .card:hover::before { opacity: 1; }

 .nsection  .card.featured {
    background: rgba(22,163,74,0.08);
    border-color: rgba(34,197,94,0.35);
    grid-column: span 2;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .nsection .card-icon {
    width: 48px; height: 48px;
    border-radius: 13px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  .nsection .icon-green { background: rgba(34,197,94,0.15); }
  .nsection .icon-blue  { background: rgba(59,130,246,0.1); }
  .nsection .icon-purple{ background: rgba(139,92,246,0.1); }
 .nsection  .icon-amber { background: rgba(245,158,11,0.1); }

  .nsection .card-icon svg { width: 22px; height: 22px; }

 .nsection  .card-body { flex: 1; }

 .nsection  .card-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #22c55e;
    margin-bottom: 4px;
  }

 .nsection  .card-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0d1f14;
    line-height: 1.3;
    margin-bottom: 6px;
  }

 .nsection  .card-desc {
    font-size: 16px;
    color: #5a8870;
    line-height: 1.65;
    font-weight: 300;
  }

  .nsection .card-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(34,197,94,0.1);
    color: #16a34a;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 100px;
    width: fit-content;
    margin-top: 4px;
  }

  .nsection .pill-dot { width: 5px; height: 5px; background: #22c55e; border-radius: 50%; }

  /* Animations */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

 .nsection  .left > * { animation: fadeUp 0.6s ease both; }
  .nsection .left > *:nth-child(1) { animation-delay: 0.05s; }
 .nsection  .left > *:nth-child(2) { animation-delay: 0.15s; }
 .nsection  .left > *:nth-child(3) { animation-delay: 0.22s; }
 .nsection  .left > *:nth-child(4) { animation-delay: 0.30s; }
 .nsection  .left > *:nth-child(5) { animation-delay: 0.38s; }

  .nsection .card { animation: fadeUp 0.6s ease both; }
 .nsection  .card:nth-child(1) { animation-delay: 0.4s; }
 .nsection  .card:nth-child(2) { animation-delay: 0.5s; }
 .nsection  .card:nth-child(3) { animation-delay: 0.6s; }
 .nsection  .card:nth-child(4) { animation-delay: 0.7s; }