    :root {
      --np-green: #95BB30;
      --np-green-dark: #CEE632;
      --np-green-lt: #CEE632;
      --np-green-vlt: rgba(149, 187, 48, .1);
      --np-white: #050505;
      --np-gray-lt: #0a0a0a;
      --np-text: #f5f2ec;
      --np-text-muted: rgba(245, 242, 236, .6);
    }

    body {
      cursor: none;
      overflow-x: hidden;
      background-color: var(--np-white);
      color: var(--np-text);
      font-family: 'Dosis', sans-serif;
    }

    @media(max-width:768px) {
      body {
        cursor: auto;
      }

      .cursor,
      .cursor-ring {
        display: none !important;
      }
    }

    /* ── CURSOR ── */
    .cursor {
      background: var(--np-green) !important;
    }

    .cursor-ring {
      border-color: rgba(149, 187, 48, 0.5) !important;
    }

    /* ── NAV OVERRIDE — siempre oscuro ── */
    #navbar {
      background: rgba(10,10,10,.92) !important;
      backdrop-filter: blur(20px) !important;
      border-bottom: 1px solid transparent !important;
    }

    #navbar .nav-links a {
      font-family: 'Dosis', sans-serif !important;
      font-size: 1rem !important;
      font-weight: 600 !important;
      letter-spacing: .05em !important;
    }

    #navbar:not(.scrolled) .nav-links a {
      color: rgba(255, 255, 255, 0.9) !important;
    }

    #navbar:not(.scrolled) .nav-links a:hover {
      color: var(--np-green-lt) !important;
    }

    #navbar:not(.scrolled) .nav-social-link {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    #navbar:not(.scrolled) .hamburger span {
      background: #fff !important;
    }

    #navbar:not(.scrolled) .nav-logo-img {
      filter: brightness(0) invert(1) !important;
    }

    #navbar.scrolled {
      background: rgba(10, 10, 10, 0.9) !important;
      backdrop-filter: blur(20px);
      border-bottom: 2px solid var(--np-green) !important;
    }

    #navbar.scrolled .nav-links a {
      color: #fff !important;
    }

    #navbar.scrolled .nav-social-link {
      color: #fff !important;
    }

    #navbar.scrolled .hamburger span {
      background: #fff !important;
    }

    #navbar .nav-cta {
      font-family: 'Dosis', sans-serif !important;
      font-size: .83rem !important;
      font-weight: 700 !important;
      padding: 9px 22px !important;
      background: var(--np-green) !important;
      color: #1A1A18 !important;
    }

    #navbar .nav-cta:hover {
      background: var(--np-green-dark) !important;
      color: #1A1A18 !important;
    }

    /* ── DROPDOWN OVERRIDE (Fix visibility) ── */
    .dropdown-menu {
      background: #050505 !important;
      border: 1px solid rgba(149, 187, 48, 0.3) !important;
      border-top: 2px solid var(--np-green) !important;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
    }

    .dropdown-menu li a {
      color: rgba(255, 255, 255, 0.8) !important;
      background: transparent !important;
      padding: 12px 20px !important;
    }

    .dropdown-menu li a:hover {
      background: rgba(149, 187, 48, 0.1) !important;
      color: var(--np-green-lt) !important;
    }

    .chevron {
      margin-left: 6px;
      transition: transform .3s;
    }

    .has-dropdown:hover .chevron {
      transform: rotate(180deg);
    }

    /* ── HERO ── */
    .np-hero {
      min-height: calc(100vh - 82px);
      margin-top: 82px;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: var(--np-white);
    }

    .np-hero-bg {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .sc-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.5s ease;
      z-index: 0;
    }
    .sc-slide.active { opacity: 1; }

    /* Gradiente para legibilidad del nav (como en index) */
    .np-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      z-index: 1;
      pointer-events: none;
    }

    .np-hero-grid {
      position: absolute;
      inset: 0;
      opacity: .08;
      background-image:
        linear-gradient(var(--np-green) 1px, transparent 1px),
        linear-gradient(90deg, var(--np-green) 1px, transparent 1px);
      background-size: 60px 60px;
    }

    .np-hero-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      padding: 60px 28px 80px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 48px;
      align-items: center;
    }

    .np-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: .92rem;
      font-weight: 700;
      letter-spacing: .4em;
      text-transform: uppercase;
      color: var(--np-green);
      margin-bottom: 32px;
    }

    .np-hero-badge::before {
      content: '';
      width: 40px;
      height: 1px;
      background: var(--np-green);
    }

    .np-hero-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(3.5rem, 8vw, 6.5rem); font-weight: 900; text-transform: uppercase;
      line-height: 0.95;
      letter-spacing: -.03em;
      color: var(--np-green-dark);
      margin-bottom: 24px;
    }

    .np-hero-title strong {
      display: block;
      font-weight: 700;
      color: var(--np-green);
    }

    .np-hero-title em {
      font-family: 'Dancing Script', cursive; font-style: normal;
      color: var(--np-green-lt);
      font-weight: 600; font-size: 1.25em;
    }

    .np-hero-sub {
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.7;
      color: var(--np-text-muted);
      max-width: 520px;
      margin-bottom: 48px;
    }

    .np-hero-btns {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .np-btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--np-green);
      color: #fff;
      padding: 18px 40px;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      text-decoration: none;
      transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
      box-shadow: 0 10px 30px rgba(149, 187, 48, 0.2);
    }

    .np-btn-primary:hover {
      transform: translateY(-5px);
      background: var(--np-green-dark);
      box-shadow: 0 20px 40px rgba(58, 90, 26, 0.25);
    }

    .np-btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: transparent;
      color: #f5f2ec;
      border: 2px solid var(--np-green);
      padding: 16px 38px;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      text-decoration: none;
      transition: all .4s;
    }

    .np-btn-ghost:hover {
      background: rgba(149, 187, 48, 0.05);
      border-color: var(--np-green-dark);
      color: var(--np-green-dark);
    }

    .np-hero-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .np-hero-stat {
      background: rgba(149, 187, 48, 0.18);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      padding: 40px 30px;
      border: 1px solid rgba(149, 187, 48, 0.35);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
      transition: all .4s;
      border-radius: 4px;
    }

    .np-hero-stat:hover {
      transform: scale(1.05);
      border-color: var(--np-green);
      box-shadow: 0 20px 50px rgba(149, 187, 48, 0.1);
    }

    .np-hero-stat-n {
      font-family: 'Dosis', sans-serif;
      font-size: 3.2rem;
      font-weight: 600;
      color: var(--np-green);
      line-height: 1;
      display: block;
      margin-bottom: 12px;
    }

    .np-hero-stat-l {
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--np-text-muted);
    }

    .np-scroll {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      z-index: 2;
    }

    .np-scroll span {
      font-size: .65rem;
      letter-spacing: .4em;
      text-transform: uppercase;
      color: var(--np-green);
      font-weight: 700;
    }

    .np-scroll-line {
      width: 2px;
      height: 60px;
      background: linear-gradient(to bottom, var(--np-green), transparent);
      animation: npScrollAnim 2s ease-in-out infinite;
    }

    @keyframes npScrollAnim {

      0%,
      100% {
        height: 40px;
        opacity: .3;
      }

      50% {
        height: 70px;
        opacity: 1;
      }
    }

    /* ── SECCIÓN BASE ── */
    .np-section {
      padding: 80px 0;
    }

    .np-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 28px;
    }

    .np-eyebrow {
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .4em;
      text-transform: uppercase;
      color: var(--np-green);
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 24px;
    }

    .np-eyebrow::before {
      content: '';
      width: 32px;
      height: 1px;
      background: var(--np-green);
    }

    .np-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900;
      line-height: 1.1;
      letter-spacing: -.02em;
      color: var(--np-green-dark);
      margin-bottom: 32px;
    }

    .np-title strong {
      font-weight: 700;
    }

    .np-title em {
      font-family: 'Arial Black', Arial, sans-serif; font-style: normal;
      font-weight: 900; color: inherit; font-size: 1em; text-transform: uppercase;
    }

    .np-sub {
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.8;
      color: var(--np-text-muted);
      max-width: 700px;
      margin: 0 auto;
    }

    /* ── CONCEPTO ── */
    .np-concepto {
      background: var(--np-green-vlt);
      position: relative;
      overflow: hidden;
    }

    .np-concepto::after {
      content: '';
      position: absolute;
      top: -10%;
      right: -5%;
      width: 40%;
      height: 60%;
      background: radial-gradient(circle, rgba(149, 187, 48, 0.05) 0%, transparent 70%);
      pointer-events: none;
    }

    .np-concepto-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .np-concepto-visual {
      position: relative;
      height: 500px;
    }

    .np-concepto-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(149, 187, 48, 0.2);
    }

    .np-concepto-ring:nth-child(1) {
      inset: 0;
      animation: npRotate 40s linear infinite;
    }

    .np-concepto-ring:nth-child(2) {
      inset: 12%;
      animation: npRotate 30s linear infinite reverse;
      border-color: rgba(206, 230, 50, 0.3);
    }

    .np-concepto-ring:nth-child(3) {
      inset: 25%;
      animation: npRotate 20s linear infinite;
    }

    .np-concepto-center {
      position: absolute;
      inset: 38%;
      background: #111;
      border: 1px solid var(--np-green);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3.5rem;
    }

    @keyframes npRotate {
      from {
        transform: rotate(0deg)
      }

      to {
        transform: rotate(360deg)
      }
    }

    .np-tag {
      position: absolute;
      background: #111;
      border: 1px solid rgba(149, 187, 48, 0.3);
      padding: 10px 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #fff;
      white-space: nowrap;
      transition: all .3s;
    }

    .np-tag:hover {
      transform: translateY(-3px);
      border-color: var(--np-green);
      color: var(--np-green);
    }

    .np-tag:nth-child(5) {
      top: 10%;
      left: -5%;
    }

    .np-tag:nth-child(6) {
      top: 35%;
      right: -5%;
    }

    .np-tag:nth-child(7) {
      bottom: 15%;
      left: 0%;
    }

    .np-tag:nth-child(8) {
      bottom: 40%;
      right: 5%;
    }

    .np-pill-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 40px;
    }

    .np-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 20px;
      background: #111;
      border: 1px solid rgba(149, 187, 48, 0.15);
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .05em;
      color: var(--np-text-muted);
      transition: all .3s;
      border-radius: 50px;
    }

    .np-pill:hover {
      border-color: var(--np-green);
      color: var(--np-green-dark);
      transform: scale(1.05);
    }

    .np-pill-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--np-green);
    }

    /* ── LOTES ── */
    .np-lotes {
      background: var(--np-white);
    }

    .np-lotes-header {
      text-align: center;
      margin-bottom: 80px;
    }

    .np-lotes-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-bottom: 60px;
    }

    .np-lote-card {
      position: relative;
      overflow: hidden;
      background: var(--np-gray-lt);
      padding: 50px 40px;
      border: 1px solid rgba(0, 0, 0, 0.04);
      transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
      border-radius: 8px;
    }

    .np-lote-card:hover {
      transform: translateY(-15px);
      background: #111;
      box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
      border-color: var(--np-green);
    }

    .np-lote-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--np-green);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .5s;
    }

    .np-lote-card:hover::before {
      transform: scaleX(1);
    }

    .np-lote-icon {
      font-size: 3rem;
      margin-bottom: 24px;
      display: block;
      opacity: 0.8;
    }

    .np-lote-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--np-green-dark);
      margin-bottom: 16px;
    }

    .np-lote-desc {
      font-size: .95rem;
      color: var(--np-text-muted);
      line-height: 1.8;
      margin-bottom: 32px;
    }

    .np-lote-sizes {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .np-lote-size {
      padding: 8px 16px;
      background: rgba(149, 187, 48, 0.15);
      border: 1px solid rgba(149, 187, 48, 0.4);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .05em;
      color: var(--np-green-dark);
      border-radius: 4px;
    }

    /* ── MAPA INTERACTIVO ── */
    .np-map-wrapper {
      display: grid;
      grid-template-columns: 1fr 380px;
      gap: 32px;
      align-items: start;
    }

    .np-map-container {
      position: relative;
    }

    .np-map-svg {
      width: 100%;
      height: auto;
      border-radius: 16px;
      border: 1px solid rgba(149, 187, 48, 0.2);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      display: block;
    }

    .np-zone .np-zone-shape {
      transition: fill-opacity .25s, stroke-width .25s;
    }

    .np-zone:hover .np-zone-shape,
    .np-zone.active .np-zone-shape {
      fill-opacity: 0.42 !important;
      stroke-width: 3 !important;
      filter: url(#glow);
    }

    .np-map-legend {
      background: var(--np-white);
      border: 1px solid rgba(149, 187, 48, 0.18);
      border-radius: 12px;
      padding: 16px 24px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      margin-bottom: 32px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      align-items: center;
      grid-column: span 2;
    }

    .np-map-legend-title {
      font-size: .65rem;
      font-weight: 800;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--np-green);
      margin-right: 12px;
      padding-right: 12px;
      border-right: 1px solid rgba(149, 187, 48, 0.15);
    }

    .np-legend-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: .8rem;
      font-weight: 600;
      color: var(--np-text-muted);
      padding: 8px 12px;
      cursor: pointer;
      transition: all .2s;
      border-radius: 6px;
      border: 1px solid transparent;
    }

    .np-legend-item:hover {
      color: var(--np-green-dark);
      background: rgba(149, 187, 48, 0.08);
      border-color: rgba(149, 187, 48, 0.15);
    }

    .np-legend-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .np-map-hint {
      text-align: center;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .05em;
      color: var(--np-text-muted);
      margin-top: 14px;
    }

    /* ── PANEL DETALLE ── */
    .np-map-panel {
      background: var(--np-white);
      border: 1px solid rgba(149, 187, 48, 0.15);
      border-radius: 16px;
      overflow: hidden;
      min-height: 480px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      position: sticky;
      top: 100px;
    }

    .np-panel-default {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      min-height: 480px;
      padding: 40px 32px;
      text-align: center;
    }

    .np-panel-icon-big {
      font-size: 4rem;
      margin-bottom: 24px;
      opacity: 0.5;
    }

    .np-panel-default-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: 1.4rem; font-weight: 900;
      color: #fff;
      margin-bottom: 12px;
    }

    .np-panel-default-sub {
      font-size: .9rem;
      color: var(--np-text-muted);
      line-height: 1.7;
    }

    .np-panel-content {
      padding: 0 0 32px;
      position: relative;
      animation: npPanelIn .35s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    @keyframes npPanelIn {
      from {
        opacity: 0;
        transform: translateY(16px);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }

    .np-panel-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid rgba(149, 187, 48, 0.2);
      background: var(--np-white);
      font-size: .8rem;
      color: var(--np-text-muted);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
      transition: all .2s;
    }

    .np-panel-close:hover {
      background: var(--np-green);
      color: white;
      border-color: var(--np-green);
    }

    .np-panel-color-bar {
      height: 6px;
      width: 100%;
    }

    .np-panel-header {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 24px 28px 20px;
    }

    .np-panel-icon {
      font-size: 2.4rem;
      flex-shrink: 0;
    }

    .np-panel-eyebrow {
      font-size: .65rem;
      font-weight: 800;
      letter-spacing: .3em;
      text-transform: uppercase;
      margin-bottom: 4px;
    }

    .np-panel-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: 1.5rem; font-weight: 900;
      color: var(--np-green-dark);
      line-height: 1.2;
    }

    .np-panel-desc {
      font-size: .92rem;
      color: var(--np-text-muted);
      line-height: 1.75;
      padding: 0 28px 20px;
    }

    .np-panel-sizes-label {
      font-size: .65rem;
      font-weight: 800;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--np-green);
      padding: 0 28px;
      margin-bottom: 10px;
    }

    .np-panel-sizes {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 0 28px 24px;
    }

    .np-panel-size-tag {
      padding: 8px 18px;
      background: rgba(149, 187, 48, 0.15);
      border: 1px solid rgba(149, 187, 48, 0.4);
      border-radius: 6px;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .05em;
      color: var(--np-green-dark);
    }

    .np-panel-features {
      padding: 0 28px 24px;
      display: grid;
      gap: 8px;
    }

    .np-panel-feature {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: .85rem;
      color: var(--np-text-muted);
      font-weight: 400;
    }

    .np-panel-feature::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--np-green);
      flex-shrink: 0;
    }

    .np-panel-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 28px;
      background: var(--np-green);
      color: white;
      text-align: center;
      padding: 16px 24px;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 8px;
      transition: all .3s;
    }

    .np-panel-cta:hover {
      background: var(--np-green-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(149, 187, 48, 0.25);
    }

    @media(max-width:900px) {
      .np-villas .np-container>div[style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
      }
    }

    @media(max-width:1100px) {
      .np-map-wrapper {
        grid-template-columns: 1fr;
      }

      .np-map-panel {
        position: static;
        min-height: 320px;
      }

      .np-map-legend {
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
        grid-column: auto;
      }
    }

    @media(max-width:640px) {
      .np-map-legend {
        display: none;
      }
    }


    /* ── CARTILLAS DE LOTES ── */
    .np-cartillas {
      margin-top: 80px;
    }

    .np-cartillas-header {
      text-align: center;
      margin-bottom: 48px;
    }

    .np-cartillas-eyebrow {
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .4em;
      text-transform: uppercase;
      color: var(--np-green);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-bottom: 16px;
    }

    .np-cartillas-eyebrow::before,
    .np-cartillas-eyebrow::after {
      content: '';
      width: 32px;
      height: 1px;
      background: var(--np-green);
    }

    .np-cartillas-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
      color: var(--np-green-dark);
      line-height: 1.15;
      margin-bottom: 12px;
    }

    .np-cartillas-title strong {
      font-weight: 700;
    }

    .np-cartillas-sub {
      font-size: .95rem;
      color: var(--np-text-muted);
      max-width: 560px;
      margin: 0 auto;
      line-height: 1.7;
    }

    .np-cartillas-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .np-cartilla {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      min-height: 380px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      cursor: pointer;
      transition: transform .45s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow .45s;
      text-decoration: none;
    }

    .np-cartilla:hover {
      transform: translateY(-8px);
      box-shadow: 0 28px 55px rgba(0, 0, 0, 0.22);
    }

    .np-cartilla-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
      display: block;
    }

    .np-cartilla:hover .np-cartilla-bg {
      transform: scale(1.07);
    }

    .np-cartilla-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.3) 55%, transparent 100%);
      transition: opacity .4s;
    }

    .np-cartilla:hover .np-cartilla-overlay {
      opacity: 0.9;
    }

    .np-cartilla-accent {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      z-index: 3;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .np-cartilla:hover .np-cartilla-accent {
      transform: scaleX(1);
    }

    .np-cartilla-badge {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 3;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: .6rem;
      font-weight: 800;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .np-cartilla-body {
      position: relative;
      z-index: 2;
      padding: 22px 24px 28px;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
    }

    .np-cartilla .np-cartilla-link-top {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .18em;
      color: #ffffff !important;
      margin-bottom: 10px;
      transition: letter-spacing .3s;
    }

    .np-cartilla:hover .np-cartilla-link-top {
      letter-spacing: .28em;
    }

    .np-cartilla .np-cartilla-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1.65rem;
      font-weight: 700;
      color: #ffffff !important;
      line-height: 1.15;
      margin-bottom: 8px;
    }

    .np-cartilla .np-cartilla-desc {
      font-size: .82rem;
      color: #ffffff !important;
      line-height: 1.6;
      margin-bottom: 14px;
      font-weight: 400;
      max-width: 320px;
    }

    .np-cartilla-sizes {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .np-cartilla-size {
      padding: 4px 10px;
      border: 1px solid rgba(149, 187, 48, 0.5);
      border-radius: 4px;
      font-size: .66rem;
      font-weight: 700;
      color: #fff;
      backdrop-filter: blur(4px);
      background: rgba(149, 187, 48, 0.25);
    }

    /* Wide card for laguna (spans 2 cols) */
    .np-cartilla--wide {
      grid-column: span 2;
      min-height: 260px;
    }

    @media(max-width:1100px) {
      .np-cartillas-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .np-cartilla--wide {
        grid-column: span 2;
      }
    }

    @media(max-width:640px) {
      .np-cartillas-grid {
        grid-template-columns: 1fr;
      }

      .np-cartilla--wide {
        grid-column: span 1;
      }

      .np-cartilla {
        min-height: 260px;
      }
    }

    /* ── ZONAS ── */
    .np-zonas {
      background: #000;
      color: var(--np-text);
    }

    .np-zonas-header {
      text-align: center;
      margin-bottom: 100px;
    }

    .np-zonas-header .np-title {
      color: var(--np-green-dark);
    }

    .np-zonas-header .np-sub {
      color: var(--np-text-muted);
    }

    .np-zonas-header .np-eyebrow {
      color: var(--np-green);
    }

    .np-zonas-header .np-eyebrow::before {
      background: var(--np-green);
    }

    .np-zonas-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .np-zona {
      padding: 50px 35px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all .4s;
      border-radius: 8px;
    }

    .np-zona:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: var(--np-green-lt);
      transform: translateY(-8px);
    }

    .np-zona-icon {
      font-size: 2.5rem;
      margin-bottom: 24px;
      display: block;
    }

    .np-zona-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1.3rem;
      font-weight: 600;
      color: var(--np-green-lt);
      margin-bottom: 20px;
    }

    .np-zona-items li {
      font-size: .85rem;
      font-weight: 300;
      color: rgba(255, 255, 255, .6);
      padding: 8px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .05);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .np-zona-items li::before {
      content: '✓';
      color: var(--np-green-lt);
      font-weight: bold;
    }

    /* ── PARQUE TEMÁTICO ── */
    .np-parque {
      background: var(--np-gray-lt);
    }

    .np-parque-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .np-parque-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .np-parque-card {
      position: relative;
      overflow: hidden;
      padding: 40px 30px;
      background: var(--np-white);
      border: 1px solid rgba(149, 187, 48, 0.1);
      transition: all .4s;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    }

    .np-parque-card:hover {
      border-color: var(--np-green);
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(149, 187, 48, 0.1);
    }

    .np-parque-card-icon {
      font-size: 2.5rem;
      margin-bottom: 20px;
      display: block;
    }

    .np-parque-card-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--np-green-dark);
      margin-bottom: 12px;
    }

    .np-parque-card-desc {
      font-size: .85rem;
      color: var(--np-text-muted);
      line-height: 1.7;
    }

    .np-parque-badge {
      position: absolute;
      top: 20px;
      right: 20px;
      background: var(--np-green-vlt);
      color: var(--np-green-dark);
      font-size: .6rem;
      font-weight: 800;
      letter-spacing: .15em;
      text-transform: uppercase;
      padding: 6px 12px;
      border-radius: 4px;
    }

    .np-parque-highlight {
      display: flex;
      align-items: flex-start;
      gap: 24px;
      padding: 30px;
      background: var(--np-white);
      border-left: 6px solid var(--np-green);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
      margin-top: 48px;
    }

    .np-parque-highlight-icon {
      font-size: 2.5rem;
      flex-shrink: 0;
    }

    .np-parque-highlight-text {
      font-size: .95rem;
      color: var(--np-text-muted);
      line-height: 1.8;
    }

    .np-parque-highlight-text strong {
      color: var(--np-green-dark);
    }

    /* ── SOSTENIBILIDAD ── */
    .np-sostenibilidad {
      background: var(--np-white);
    }

    .np-sost-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-top: 80px;
    }

    .np-sost-card {
      padding: 60px 40px;
      background: var(--np-gray-lt);
      border: 1px solid rgba(149, 187, 48, 0.1);
      transition: all .4s;
      border-radius: 12px;
    }

    .np-sost-card:hover {
      background: var(--np-green-vlt);
      border-color: var(--np-green);
      transform: translateY(-10px);
    }

    .np-sost-num {
      font-family: 'Arial Black', Arial, sans-serif; font-size: 6rem; font-weight: 900;
      color: rgba(149, 187, 48, 0.08);
      line-height: 0.8;
      display: block;
      margin-bottom: -10px;
    }

    .np-sost-icon {
      font-size: 2.5rem;
      margin-bottom: 24px;
      display: block;
    }

    .np-sost-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--np-green-dark);
      margin-bottom: 16px;
    }

    .np-sost-desc {
      font-size: .95rem;
      color: var(--np-text-muted);
      line-height: 1.8;
    }

    /* ── CULTURA ── */
    .np-cultura {
      background: var(--np-green-vlt);
      position: relative;
      overflow: hidden;
    }

    .np-cultura-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .np-cultura-items {
      display: grid;
      gap: 20px;
      margin-top: 50px;
    }

    .np-cultura-item {
      display: flex;
      align-items: flex-start;
      gap: 24px;
      padding: 30px;
      background: var(--np-white);
      border: 1px solid rgba(149, 187, 48, 0.1);
      transition: all .3s;
      border-radius: 8px;
    }

    .np-cultura-item:hover {
      border-color: var(--np-green);
      transform: translateX(10px);
    }

    .np-cultura-item-icon {
      width: 56px;
      height: 56px;
      flex-shrink: 0;
      background: var(--np-green-vlt);
      border: 1px solid var(--np-green);
      color: var(--np-green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      border-radius: 50%;
    }

    .np-cultura-item-name {
      font-size: .9rem;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--np-green-dark);
      margin-bottom: 10px;
    }

    .np-cultura-item-desc {
      font-size: .9rem;
      color: var(--np-text-muted);
      line-height: 1.7;
    }

    .np-cultura-quote {
      position: relative;
      padding: 60px;
      background: var(--np-white);
      border: 1px solid var(--np-green);
      box-shadow: 0 30px 60px rgba(149, 187, 48, 0.1);
      border-radius: 20px;
    }

    .np-cultura-quote::before {
      content: '“';
      position: absolute;
      top: 10px;
      left: 40px;
      font-family: 'Dosis', sans-serif;
      font-size: 10rem;
      line-height: 1;
      color: rgba(149, 187, 48, 0.1);
      pointer-events: none;
    }

    .np-cultura-quote-text {
      font-family: 'Dancing Script', cursive;
      font-size: 1.8rem;
      font-weight: 600;
      font-style: normal;
      color: var(--np-green-dark);
      line-height: 1.5;
      margin-bottom: 32px;
      position: relative;
    }

    .np-cultura-quote-text em {
      color: var(--np-green);
      font-weight: 700;
    }

    /* ── CTA ── */
    .np-cta {
      padding: 80px 0;
      background: var(--np-white);
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .np-cta::before {
      content: '';
      position: absolute;
      top: -200px;
      left: 50%;
      transform: translateX(-50%);
      width: 1000px;
      height: 1000px;
      background: radial-gradient(circle, rgba(149, 187, 48, 0.08) 0%, transparent 70%);
    }

    .np-cta-inner {
      position: relative;
      z-index: 1;
    }

    .np-cta-pre {
      font-size: .75rem;
      font-weight: 800;
      letter-spacing: .5em;
      text-transform: uppercase;
      color: var(--np-green);
      display: block;
      margin-bottom: 32px;
    }

    .np-cta-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 900;
      color: var(--np-green-dark);
      margin-bottom: 32px;
      line-height: 1.1;
    }

    .np-cta-title strong {
      font-weight: 700;
    }

    .np-cta-sub {
      font-size: 1.2rem;
      color: var(--np-text-muted);
      margin-bottom: 64px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Reveal */
    .np-reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .np-reveal.visible {
      opacity: 1;
      transform: none;
    }

    .np-reveal-delay-1 {
      transition-delay: .2s;
    }

    .np-reveal-delay-2 {
      transition-delay: .4s;
    }

    .np-reveal-delay-3 {
      transition-delay: .6s;
    }

    @media(max-width:1024px) {
      .np-hero-content {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 140px 24px 80px;
      }

      .np-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
      }

      .np-container {
        padding: 0 24px;
      }
    }

    @media(max-width:960px) {

      .np-concepto-grid,
      .np-parque-inner,
      .np-cultura-inner {
        grid-template-columns: 1fr;
        gap: 60px;
      }

      .np-lotes-grid,
      .np-sost-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .np-zonas-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .np-parque-cards {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media(max-width:640px) {

      .np-lotes-grid,
      .np-sost-grid,
      .np-zonas-grid,
      .np-parque-cards {
        grid-template-columns: 1fr;
      }

      .np-hero-stats {
        grid-template-columns: 1fr;
      }

      .np-hero-title {
        font-size: 3.5rem;
      }

      .np-hero-content {
        padding-top: 100px;
      }
    }

    @media(max-width:480px) {
      .np-container {
        padding: 0 16px;
      }

      .np-hero-content {
        padding: 80px 16px 60px;
      }
    }

    /* ── WATERMARKS ── */
    .np-section {
      position: relative;
    }

    .np-watermark {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
      user-select: none;
    }

    .np-watermark span {
      font-family: 'Dosis', sans-serif;
      font-size: clamp(7rem, 22vw, 26rem);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -.03em;
      line-height: 1;
      white-space: nowrap;
      display: block;
      color: rgba(149, 187, 48, 0.15);
    }

    /* en secciones oscuras la marca de agua es blanca más visible */
    .np-watermark--light span {
      color: rgba(255, 255, 255, 0.18);
    }

    /* el contenedor de contenido queda sobre la marca */
    .np-section>.np-container {
      position: relative;
      z-index: 1;
    }
  

    #ofm-toggle{position:fixed;bottom:28px;right:100px;z-index:9998;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1e4a08 0%,#95BB30 60%,#CEE632 100%);color:#fff;border:none;border-radius:50px;padding:13px 20px 13px 16px;cursor:pointer;font-family:'Dosis',sans-serif;font-size:.95rem;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 30px rgba(149,187,48,.5);transition:all .3s cubic-bezier(.34,1.4,.64,1);}
    #ofm-toggle:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 40px rgba(149,187,48,.6);}
    #ofm-toggle .ofm-close{display:none;font-size:1.1rem;font-weight:700;}
    #ofm-toggle.open{border-radius:50%;width:52px;height:52px;padding:0;justify-content:center;right:28px;}
    #ofm-toggle.open .ofm-label,#ofm-toggle.open .ofm-icon{display:none;}
    #ofm-toggle.open .ofm-close{display:flex;}
    #ofm-panel{position:fixed;bottom:90px;right:28px;width:340px;z-index:9997;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.22),0 0 0 1px rgba(149,187,48,.15);opacity:0;transform:translateY(20px) scale(.96);pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.2,.64,1);}
    #ofm-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}
    .ofm-header{background:linear-gradient(135deg,#0f2a04 0%,#1e4a08 50%,#2d6218 100%);padding:20px 22px 16px;position:relative;overflow:hidden;}
    .ofm-header::before{content:'';position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:rgba(149,187,48,.12);}
    .ofm-header::after{content:'';position:absolute;bottom:-30px;left:-20px;width:100px;height:100px;border-radius:50%;background:rgba(206,230,50,.07);}
    .ofm-logo{height:30px;width:auto;filter:brightness(0) invert(1);margin-bottom:14px;position:relative;z-index:1;display:block;}
    .ofm-header h3{font-family:'Arial Black',Arial,sans-serif;font-size:1.05rem;font-weight:900;color:#fff;margin:0 0 12px;line-height:1.2;position:relative;z-index:1;}
    .ofm-header h3 em{color:#CEE632;font-style:normal;}
    .ofm-steps{display:flex;align-items:center;position:relative;z-index:1;}
    .ofm-step{display:flex;align-items:center;gap:7px;}
    .ofm-step-num{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-family:'Dosis',sans-serif;font-size:.72rem;font-weight:800;color:rgba(255,255,255,.5);}
    .ofm-step.active .ofm-step-num{background:#CEE632;border-color:#CEE632;color:#0f2a04;}
    .ofm-step.done .ofm-step-num{background:#95BB30;border-color:#95BB30;color:#fff;}
    .ofm-step-lbl{font-family:'Dosis',sans-serif;font-size:.72rem;font-weight:700;color:rgba(255,255,255,.5);letter-spacing:.06em;text-transform:uppercase;}
    .ofm-step.active .ofm-step-lbl{color:#CEE632;}
    .ofm-step.done .ofm-step-lbl{color:rgba(255,255,255,.75);}
    .ofm-line{flex:1;height:2px;background:rgba(255,255,255,.12);margin:0 10px;border-radius:2px;overflow:hidden;position:relative;}
    .ofm-line::after{content:'';position:absolute;left:0;top:0;height:100%;width:0%;background:linear-gradient(90deg,#95BB30,#CEE632);transition:width .45s ease;}
    .ofm-line.filled::after{width:100%;}
    .ofm-body{background:#fff;padding:22px 22px 18px;}
    .ofm-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
    .ofm-field{margin-bottom:11px;}
    .ofm-field label{display:block;font-family:'Dosis',sans-serif;font-size:.67rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2d6218;margin-bottom:5px;}
    .ofm-field input,.ofm-field select{width:100%;border:1.5px solid #dde8cc;border-radius:10px;padding:10px 13px;font-family:'Dosis',sans-serif;font-size:.9rem;font-weight:500;color:#1a3a0a;background:#f8fbf3;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box;}
    .ofm-field input:focus,.ofm-field select:focus{border-color:#95BB30;box-shadow:0 0 0 3px rgba(149,187,48,.14);background:#fff;}
    .ofm-field input::placeholder{color:#aab89a;}
    .ofm-field .ofm-err{display:none;font-family:'Dosis',sans-serif;font-size:.68rem;color:#d94f4f;font-weight:700;margin-top:4px;letter-spacing:.04em;}
    .ofm-field.error input{border-color:#d94f4f;}
    .ofm-field.error .ofm-err{display:block;}
    .ofm-phone-wrap{display:flex;gap:8px;}
    .ofm-phone-prefix{display:flex;align-items:center;gap:5px;background:#f0f6e8;border:1.5px solid #dde8cc;border-radius:10px;padding:10px 11px;font-family:'Dosis',sans-serif;font-size:.85rem;font-weight:700;color:#2d6218;white-space:nowrap;flex-shrink:0;}
    .ofm-phone-wrap .ofm-field{flex:1;margin:0;}
    .ofm-chips{display:flex;flex-wrap:wrap;gap:7px;}
    .ofm-chip{padding:7px 13px;border-radius:20px;border:1.5px solid #dde8cc;background:#f8fbf3;font-family:'Dosis',sans-serif;font-size:.78rem;font-weight:700;color:#5a7a3a;cursor:pointer;transition:all .2s;user-select:none;}
    .ofm-chip:hover{border-color:#95BB30;color:#2d6218;}
    .ofm-chip.selected{background:#95BB30;border-color:#95BB30;color:#fff;}
    .ofm-privacy{display:flex;align-items:flex-start;gap:9px;margin-bottom:16px;}
    .ofm-privacy input[type="checkbox"]{margin-top:2px;accent-color:#95BB30;width:14px;height:14px;flex-shrink:0;cursor:pointer;}
    .ofm-privacy label{font-family:'Dosis',sans-serif;font-size:.71rem;color:#7a8a6a;line-height:1.55;cursor:pointer;}
    .ofm-privacy a{color:#95BB30;text-decoration:underline;}
    .ofm-divider{height:1px;background:linear-gradient(90deg,transparent,#e8f0d8,transparent);margin:4px 0 14px;}
    .ofm-btn{width:100%;padding:13px;border:none;border-radius:12px;font-family:'Dosis',sans-serif;font-size:.95rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .25s;display:flex;align-items:center;justify-content:center;gap:8px;}
    .ofm-btn-primary{background:linear-gradient(135deg,#1e4a08 0%,#95BB30 55%,#CEE632 100%);color:#fff;box-shadow:0 6px 20px rgba(149,187,48,.35);}
    .ofm-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(149,187,48,.5);}
    .ofm-btn-back{background:transparent;color:#7a9a5a;border:1.5px solid #dde8cc;font-size:.82rem;margin-top:8px;padding:9px;}
    .ofm-btn-back:hover{border-color:#95BB30;color:#2d6218;}
    .ofm-success{background:#fff;padding:36px 24px 32px;text-align:center;}
    .ofm-success-ring{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#95BB30,#CEE632);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:2rem;box-shadow:0 8px 24px rgba(149,187,48,.4);}
    .ofm-success h4{font-family:'Arial Black',Arial,sans-serif;font-size:1.1rem;font-weight:900;color:#1a3a0a;margin:0 0 8px;}
    .ofm-success p{font-family:'Dosis',sans-serif;font-size:.88rem;color:#6a8a5a;margin:0 0 20px;line-height:1.65;}
    .ofm-success-wsp{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;border-radius:10px;padding:10px 20px;font-family:'Dosis',sans-serif;font-size:.85rem;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:all .2s;}
    .ofm-success-wsp:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(37,211,102,.4);}
    @media(max-width:480px){#ofm-panel{right:10px;left:10px;width:auto;bottom:150px;}#ofm-toggle{right:10px;bottom:90px;}#ofm-toggle.open{right:10px;bottom:90px;}}
  
