/* =========================================================
   HERO Asistencia (NomiCheck)
   Fondo: #008180 → #d87625
========================================================= */
.nla-heroA{
    position: relative;
    overflow: hidden;
    padding: 86px 0 46px;
    background: linear-gradient(135deg, #008180 0%, #d87625 100%);
  }
  
  .nla-heroA__wrap{
    width: min(1180px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  /* Fade inferior suave */
  .nla-heroA__fade{
    height: 64px;
    margin-top: 44px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.14));
  }
  
  /* ---------- Decoración (orbes) ---------- */
  .nla-heroA__decor{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
  }
  
  .nla-orb{
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
    animation: nlaFloat 7.5s ease-in-out infinite;
  }
  
  .nla-orb i{
    font-size: 26px;
    color: rgba(255,255,255,0.92);
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
  }
  
  /* posiciones */
  .nla-orb.o1{ top: 5%; left: 90%;  animation-duration: 8.2s; }
  .nla-orb.o2{ top: 14%; left: 50%; animation-duration: 9.2s; width: 54px; height: 54px; }
  .nla-orb.o3{ top: 80%; left: 60%; animation-duration: 7.2s; width: 58px; height: 58px; }
  .nla-orb.o4{ top: 48%; right: 45%; animation-duration: 8.8s; width: 62px; height: 62px; }
  .nla-orb.o5{ bottom: 12%; right: 18%; animation-duration: 7.8s; width: 56px; height: 56px; }
  
  @keyframes nlaFloat{
    0%,100%{ transform: translateY(0) translateX(0); }
    50%{ transform: translateY(-14px) translateX(8px); }
  }
  
  /* ---------- Content ---------- */
  .nla-heroA__badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 13px;
    width: fit-content;
  }
  
  .nla-heroA__badge i{ font-size: 18px; }
  
  .nla-heroA__title{
    margin: 16px 0 14px;
    font-size: clamp(30px, 4.6vw, 60px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #fff;
    font-weight: 800;
  }
  
  .nla-heroA__title span{
    display: block;
    font-weight: 500;
    opacity: 0.96;
  }
  
  .nla-heroA__title strong{
    display: block;
    font-weight: 900;
  }
  
  .nla-heroA__sub{
    margin: 0 0 22px;
    max-width: 62ch;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
  }
  
  /* CTA (1 solo) */
  .nla-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 16px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.26);
    box-shadow: 0 18px 50px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .nla-btn i{ font-size: 18px; }
  
  /* brillo "shine" */
  .nla-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-80%;
    width:50%;
    height:100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.65), transparent);
    transform: skewX(-25deg);
  }
  .nla-btn:hover::before{ animation: nlaShine .85s ease forwards; }
  
  @keyframes nlaShine{ 100%{ left:130%; } }
  
  .nla-btn:hover{
    transform: translateY(-3px);
    background: rgba(0,0,0,0.28);
    box-shadow: 0 24px 70px rgba(0,0,0,0.26);
  }
  .nla-btn:active{ transform: translateY(-1px) scale(0.99); }
  
  /* mini bullets */
  .nla-heroA__mini{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  
  .nla-mini{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 12px;
  }
  .nla-mini i{ font-size: 16px; }
  
  
  /* =========================================================
     Reveal (entrada coqueta)
  ========================================================= */
  .nla-rv{
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
  }
  .nla-rv.is-in{ opacity: 1; transform: translateY(0); }
  
  .nla-rv[data-anim="float"]{ transform: translateY(14px) scale(.985); }
  .nla-rv.is-in[data-anim="float"]{ transform: translateY(0) scale(1); }
  
  /* Respeta reduce motion */
  @media (prefers-reduced-motion: reduce){
    .nla-rv{ opacity: 1 !important; transform: none !important; transition: none !important; }
    .nla-orb{ animation: none !important; }
  }
  
  /* =========================================================
     Responsive
  ========================================================= */
  @media (max-width: 768px){
    .nla-heroA{ padding: 72px 0 42px; }
    .nla-heroA__wrap{
      width: min(1180px, calc(100% - 32px));
      grid-template-columns: 1fr;
      gap: 34px;
      text-align: center;
    }
    .nla-heroA__badge{ margin: 0 auto; }
    .nla-heroA__sub{ margin-inline: auto; }
    .nla-heroA__cta{ display:flex; justify-content:center; }
    .nla-heroA__mini{ justify-content: center; }
    .nla-orb.o2{ left: 60%; }
  }
  
  @media (max-width: 425px){
    .nla-heroA{ padding: 62px 0 38px; }
    .nla-heroA__wrap{ width: min(1180px, calc(100% - 24px)); }
    .nla-btn{ width: 100%; max-width: 320px; }
    .nla-orb{ width: 54px; height: 54px; }
    .nla-orb i{ font-size: 22px; }
  }
  
  @media (max-width: 375px){
    .nla-heroA__title{ font-size: 38px; }
    .nla-heroA__sub{ font-size: 15px; }
    .nla-mini{ font-size: 11px; }
  }
  
  @media (max-width: 320px){
    .nla-heroA__title{ font-size: 34px; }
    .nla-heroA__sub{ font-size: 14px; }
    .nla-btn{ max-width: 280px; padding: 13px 16px; }
  }
  



  /* =========================================
   MEDIA STACK (Laptop + Phone)
========================================= */
.nla-heroA__media{
    position: relative;     /* clave para superponer */
    width: 100%;
    min-height: 550px;      /* da espacio al stack */
    display: block;         /* ya no flex */
  }
  
  /* Base para las 2 imágenes */
  .nla-heroA__img{
    position: absolute;
    height: auto;
    display: block;
    filter: drop-shadow(0 30px 70px rgba(0,0,0,0.30));
    user-select: none;
    pointer-events: none;
  }
  
  /* Laptop (arriba, más grande) */
  .nla-heroA__img--laptop{
    width: min(610px, 100%);
    top: -40px;
    left: -40px;
    transform: rotate(-8deg);
    z-index: 1;
  }
  
  /* Celular (abajo, al frente) */
  .nla-heroA__img--phone{
    width: min(210px, 55%);
    right: 30px;
    bottom: -20px;
    transform: rotate(8deg);
    z-index: 2;
  }
  
  /* =========================================
     Responsive tweaks
  ========================================= */
  @media (max-width: 768px){
    .nla-heroA__media{
      min-height: 460px;
      margin-top: 10px;
    }
  
    .nla-heroA__img--laptop{
      width: min(560px, 100%);
      left: 50%;
      transform: translateX(-50%) rotate(-6deg);
    }
  
    .nla-heroA__img--phone{
      width: min(120px, 68%);
      right: 10%;
      bottom: -18px;
      transform: rotate(7deg);
    }
  }
  
  @media (max-width: 425px){
    .nla-heroA__media{
      min-height: 420px;
    }
  
    .nla-heroA__img--laptop{
      width: min(430px, 100%);
      transform: translateX(-50%) rotate(-5deg);
    }
  
    .nla-heroA__img--phone{
      width: min(140px, 72%);
      right: 6%;
      bottom: -18px;
    }
  }
  
  @media (max-width: 375px){
    .nla-heroA__media{
      min-height: 390px;
    }
  
    .nla-heroA__img--phone{
      width: min(140px, 74%);
    }

    .nla-heroA__img--laptop{
        width: min(530px, 100%);
        transform: translateX(-50%) rotate(-5deg);
        top: 20px;
      }
  }
  
  @media (max-width: 320px){
    .nla-heroA__media{
      min-height: 350px;
    }
  
    .nla-heroA__img--laptop{
      width: min(360px, 100%);
    }
  
    .nla-heroA__img--phone{
      width: min(100px, 78%);
      bottom: -14px;
    }
  }
  



  /* Ocultar orbes desde 768px hacia abajo */
@media (max-width: 768px){
    .nla-heroA__decor{
      display: none !important;
    }
  }












  :root{
    --nomi-teal:#008180;
    --nomi-orange:#d87625;
    --ink:#0e1a1a;
    --muted:#4b5b5b;
    --line:rgba(14,26,26,.12);
    --soft:#f6fbfb;
    --shadow: 0 16px 44px rgba(0,0,0,.12);
  }
  
  /* ===== Section ===== */
  .nla-pains{
    padding: 96px 0;
    background: #ffffff;
  }
  
  .nla-pains__wrap{
    width: min(1200px, calc(100% - 56px));
    margin: 0 auto;
  }
  
  /* Header centrado */
  .nla-pains__head{
    text-align: center;
    max-width: 920px;
    margin: 0 auto 38px;
  }
  
  .nla-pains__title{
    margin: 0 0 14px;
    font-size: clamp(30px, 2.8vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--nomi-orange);
    font-weight: 900;
  }
  
  .nla-pains__sub{
    margin: 0 auto;
    max-width: 72ch;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
  }
  
  /* ===== Grid: 4 en una fila ===== */
  .nla-pains__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  
  /* ===== Card base ===== */
  .nla-painCard{
    position: relative;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: var(--soft);
    padding: 26px 18px 22px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0,0,0,.06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  }
  
  /* glow sólido + shine */
  .nla-painCard::before{
    content:"";
    position:absolute;
    top:-42%;
    left:-38%;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: rgba(0,129,128,.10);
    opacity: 0;
    transition: opacity .25s ease;
  }
  .nla-painCard::after{
    content:"";
    position:absolute;
    inset: 0;
    background: linear-gradient(120deg,
        transparent 0%,
        rgba(255,255,255,.55) 45%,
        transparent 60%);
    transform: translateX(-120%) skewX(-18deg);
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events:none;
  }
  
  .nla-painCard:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(0,129,128,.30);
  }
  .nla-painCard:hover::before{ opacity: 1; }
  .nla-painCard:hover::after{
    opacity: 1;
    animation: nlaShine2 .9s ease forwards;
  }
  @keyframes nlaShine2{ 100%{ transform: translateX(120%) skewX(-18deg); } }
  
  /* Icono */
  .nla-painCard__icon{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(0,129,128,.14);
    border: 1px solid rgba(0,129,128,.22);
    color: var(--nomi-teal);
    margin: 2px 0 16px;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
    transition: transform .25s ease;
  }
  .nla-painCard__icon i{ font-size: 32px; }
  
  .nla-painCard:hover .nla-painCard__icon{
    transform: translateY(-2px) scale(1.03);
  }
  
  /* Variantes de icono */
  .nla-painCard__icon.is-orange{
    background: rgba(216,118,37,.16);
    border-color: rgba(216,118,37,.24);
    color: var(--nomi-orange);
  }
  .nla-painCard__icon.is-tealSolid{
    background: rgba(0,129,128,.18);
    border-color: rgba(0,129,128,.28);
    color: var(--nomi-teal);
  }
  
  /* Titular y texto */
  .nla-painCard__title{
    margin: 0 0 10px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: var(--ink);
    font-weight: 900;
  }
  
  .nla-painCard__text{
    margin: 0;
    color: rgba(14,26,26,.74);
    font-size: 14.5px;
    line-height: 1.7;
  }
  
  .nla-painCard__em{
    display: inline-block;
    margin-top: 8px;
    font-weight: 900;
    color: rgba(14,26,26,.92);
  }
  
  /* Tag */
  .nla-painCard__tag{
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0,129,128,.18);
    color: rgba(0,129,128,.92);
    font-weight: 900;
    font-size: 12px;
  }
  .nla-painCard__tag i{ font-size: 16px; }
  
  .nla-painCard__tag.is-orange{
    border-color: rgba(216,118,37,.24);
    color: rgba(216,118,37,.96);
  }
  .nla-painCard__tag.is-teal{
    border-color: rgba(0,129,128,.24);
    color: rgba(0,129,128,.96);
  }
  
  /* ===== Estilo "accent" (como Carga de trabajo duplicada) ===== */
  .nla-painCard--accent{
    background: #ffffff;
    border-color: rgba(0,129,128,.22);
  }
  .nla-painCard--accent::before{
    background: rgba(216,118,37,.10);
    left: auto;
    right: -38%;
  }
  
  /* ✅ APLICAR MISMO ESTILO A LA CARD 2 (Fugas de dinero...) */
  .nla-pains__grid > .nla-painCard:nth-child(2){
    background: #ffffff;
    border-color: rgba(0,129,128,.22);
  }
  
  /* El glow naranja debe venir del lado derecho igual que la accent */
  .nla-pains__grid > .nla-painCard:nth-child(2)::before{
    background: rgba(216,118,37,.10);
    left: auto;
    right: -38%;
  }
  
  /* Hover igual (ya lo hereda), pero reforzamos el borde teal */
  .nla-pains__grid > .nla-painCard:nth-child(2):hover{
    border-color: rgba(0,129,128,.30);
  }
  
  /* Si quieres que el tag también se vea “teal” en la card 2 */
  .nla-pains__grid > .nla-painCard:nth-child(2) .nla-painCard__tag{
    border-color: rgba(0,129,128,.22);
    color: rgba(0,129,128,.95);
  }
  
  /* (Opcional) si NO quieres el tag naranja en la 2, fuerza a teal */
  .nla-pains__grid > .nla-painCard:nth-child(2) .nla-painCard__tag.is-orange{
    border-color: rgba(0,129,128,.22);
    color: rgba(0,129,128,.95);
  }
  
  /* ===== Reveal ===== */
  .nla-rv2{
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
  }
  .nla-rv2.is-in{
    opacity: 1;
    transform: translateY(0);
  }
  
  @media (prefers-reduced-motion: reduce){
    .nla-rv2{ opacity: 1 !important; transform: none !important; transition: none !important; }
    .nla-painCard:hover{ transform: none !important; }
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 768px){
    .nla-pains{ padding: 78px 0; }
    .nla-pains__wrap{ width: min(1200px, calc(100% - 32px)); }
    .nla-pains__grid{ grid-template-columns: repeat(2, 1fr); }
    .nla-painCard{ min-height: 300px; }
  }
  
  @media (max-width: 468px){
    .nla-pains{ padding: 66px 0; }
    .nla-pains__wrap{ width: min(1200px, calc(100% - 24px)); }
    .nla-pains__grid{ grid-template-columns: 1fr; }
    .nla-painCard{ min-height: auto; }
  }
  
  @media (max-width: 375px){
    .nla-pains__title{ font-size: 26px; }
    .nla-pains__sub{ font-size: 15px; }
    .nla-painCard__icon{ width: 68px; height: 68px; border-radius: 20px; }
    .nla-painCard__icon i{ font-size: 30px; }
  }
  
  @media (max-width: 320px){
    .nla-pains__title{ font-size: 24px; }
    .nla-painCard__text{ font-size: 14px; }
  }
  



































  :root{
    --nomi-teal:#008180;
    --nomi-orange:#d87625;
    --ink:#0e1a1a;
    --muted:#4b5b5b;
    --line:rgba(14,26,26,.12);
    --soft:#f6fbfb;
    --shadow: 0 16px 44px rgba(0,0,0,.12);
  }
  
  /* ===== Section ===== */
  .nla-features{
    padding: 96px 0;
    background:#fff;
  }
  
  .nla-features__wrap{
    width: min(1200px, calc(100% - 56px));
    margin: 0 auto;
  }
  
  .nla-features__head{
    text-align:center;
    max-width: 920px;
    margin: 0 auto 38px;
  }
  
  .nla-features__title{
    margin: 0 0 14px;
    font-size: clamp(30px, 2.8vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #008180;
    font-weight: 900;
  }
  
  .nla-features__sub{
    margin: 0 auto;
    max-width: 72ch;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
  }
  
  /* ===== Grid 2 columnas ===== */
  .nla-features__grid{
    display:grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 22px;
    align-items: start;
  }
  
  /* ===== Pills (estilo screenshot) ===== */
  .nla-features__list{
    display:flex;
    flex-direction: column;
    gap: 16px;
  }
  
  /* pill base */
  .nla-pill{
    width: 100%;
    border: 1px solid rgba(14,26,26,.10);
    background: #fff;
    border-radius: 999px;              /* 👈 full pill */
    padding: 18px 20px;
    display:flex;
    align-items:center;
    gap: 14px;
    cursor:pointer;
    text-align:left;
    font-weight: 900;
    color: rgba(14,26,26,.92);
    box-shadow: 0 18px 40px rgba(0,0,0,.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
    position: relative;
    overflow: hidden;
  }
  
  /* hover tipo “lift” suave */
  .nla-pill:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    border-color: rgba(0,129,128,.22);
  }
  
  /* icono */
  .nla-pill__ico{
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display:grid;
    place-items:center;
    background: rgba(0,129,128,.10);
    border: 1px solid rgba(0,129,128,.16);
    color: var(--nomi-teal);
    flex: 0 0 auto;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
  }
  .nla-pill__ico i{ font-size: 22px; }
  
  /* texto */
  .nla-pill__txt{
    font-size: 18px;                  /* 👈 más punch */
    line-height: 1.1;
  }
  
  /* Activo (verde nomi + blanco) */
  .nla-pill.is-active{
    background: var(--nomi-teal);
    border-color: rgba(0,129,128,.40);
    box-shadow: 0 22px 60px rgba(0,0,0,.14);
    color: #fff;
  }
  
  /* icono blanco en activo */
  .nla-pill.is-active .nla-pill__ico{
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.22);
    color: #fff;
  }
  
  /* shine elegante */
  .nla-pill::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(120deg,
        transparent 0%,
        rgba(255,255,255,.55) 45%,
        transparent 60%);
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
    pointer-events:none;
  }
  .nla-pill:hover::after{
    opacity: 1;
    animation: nlaShinePill .85s ease forwards;
  }
  @keyframes nlaShinePill{
    100%{ transform: translateX(130%) skewX(-18deg); }
  }
  
  /* ===== Panel preview ===== */
  .nla-features__panel{ position: relative; }
  
  .nla-preview{
    border-radius: 22px;
    border: 1px solid rgba(0,129,128,.18);
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
    overflow: hidden;
  }
  
  .nla-preview__frame{
    background: rgba(0,129,128,.08);
    border-bottom: 1px solid rgba(14,26,26,.08);
    padding: 22px;
    border-radius: 22px 22px 0 0;
    position: relative;
  }
  .nla-preview__frame::before{
    content:"";
    position:absolute;
    top:-60px;
    right:-60px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: rgba(216,118,37,.10);
  }
  
  .nla-preview__img{
    width: 100%;
    height: auto;
    display:block;
    border-radius: 18px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 22px 60px rgba(0,0,0,.14);
  }
  
  .nla-preview__desc{
    padding: 18px 20px 22px;
    background: #ffffff;
  }
  
  .nla-preview__cap{
    font-weight: 900;
    color: var(--nomi-teal);
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .nla-preview__p{
    margin: 0;
    color: rgba(14,26,26,.74);
    font-size: 14.5px;
    line-height: 1.7;
  }
  
  /* ===== Animaciones entrada ===== */
  .nla-rv3{
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .78s ease, transform .78s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
  }
  .nla-rv3.is-in{ opacity: 1; transform: translateY(0); }
  .nla-rv3[data-anim="float"]{ transform: translateY(14px) scale(.985); }
  .nla-rv3.is-in[data-anim="float"]{ transform: translateY(0) scale(1); }
  
  @media (prefers-reduced-motion: reduce){
    .nla-rv3{ opacity: 1 !important; transform:none !important; transition:none !important; }
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 768px){
    .nla-features{ padding: 78px 0; }
    .nla-features__wrap{ width: min(1200px, calc(100% - 32px)); }
    .nla-features__grid{ grid-template-columns: 1fr; gap: 16px; }
  }
  
  @media (max-width: 425px){
    .nla-features{ padding: 66px 0; }
    .nla-features__wrap{ width: min(1200px, calc(100% - 24px)); }
    .nla-pill{ padding: 16px 16px; }
    .nla-pill__txt{ font-size: 16px; }
    .nla-pill__ico{ width: 42px; height: 42px; }
    .nla-preview__frame{ padding: 16px; }
  }
  
  @media (max-width: 375px){
    .nla-features__title{ font-size: 26px; }
    .nla-features__sub{ font-size: 15px; }
    .nla-pill__txt{ font-size: 15px; }
  }
  
  @media (max-width: 320px){
    .nla-features__title{ font-size: 24px; }
    .nla-pill__txt{ font-size: 14px; }
    .nla-preview__p{ font-size: 14px; }
  }
  























  :root{
    --nomi-orange:#d87625;
    --nomi-teal:#008180;
    --ink:#0e1a1a;
    --shadow: 0 18px 54px rgba(0,0,0,.18);
  }
  
  /* ===== Strip ===== */
  .nwa-strip{
    padding: 26px 0;
    background: #fff;
  }
  
  .nwa-strip__wrap{
    width: min(1200px, calc(100% - 56px));
    margin: 0 auto;
  }
  
  /* card on orange strip */
  .nwa-strip__card{
    position: relative;
    border-radius: 26px;
    background: var(--nomi-orange);
    overflow: hidden;
    box-shadow: var(--shadow);
  
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 16px;
    align-items: center;
    padding: 30px 28px;
    isolation: isolate;
  }
  
  /* glows */
  .nwa-strip__card::before{
    content:"";
    position:absolute;
    inset:-2px;
    background:
      radial-gradient(680px 360px at 14% 18%, rgba(255,255,255,.22), transparent 60%),
      radial-gradient(520px 280px at 92% 78%, rgba(0,129,128,.18), transparent 62%);
    z-index: -1;
  }
  
  .nwa-strip__card::after{
    content:"";
    position:absolute;
    top:-90px;
    right:-110px;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    filter: blur(0px);
    z-index: -1;
  }
  
  /* ===== Copy ===== */
  .nwa-strip__copy{
    color: #fff;
    max-width: 62ch;
  }
  
  .nwa-strip__kicker{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.10);
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .nwa-strip__kicker i{ font-size: 18px; }
  
  .nwa-strip__title{
    margin: 14px 0 10px;
    font-size: clamp(26px, 2.6vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 950;
  }
  
  .nwa-strip__text{
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    opacity: .96;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  
  .nwa-strip__text i{
    font-size: 20px;
    margin-top: 2px;
    opacity: .95;
  }
  
  /* ===== CTA ===== */
  .nwa-strip__ctaRow{
    margin-top: 16px;
    display:flex;
    align-items:center;
    gap: 14px;
    flex-wrap: wrap;
  }
  
  .nwa-strip__cta{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--nomi-orange);
    font-weight: 900;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.65);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
    box-shadow: 0 14px 34px rgba(0,0,0,.14);
  }
  
  .nwa-strip__cta i{ font-size: 20px; }
  
  .nwa-strip__cta:hover{
    transform: translateY(-2px);
    filter: brightness(.98);
    box-shadow: 0 18px 46px rgba(0,0,0,.18);
  }
  
  .nwa-strip__meta{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    font-weight: 750;
    opacity: .92;
    font-size: 13px;
  }
  
  .nwa-strip__meta i{ font-size: 18px; }
  
  /* ===== Visual ===== */
  .nwa-strip__visual{
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  .nwa-strip__imgFrame{
    width: min(420px, 100%);
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.22);
    display:grid;
    place-items:center;
    overflow:hidden;
    position: relative;
  }
  
  .nwa-strip__imgFrame::before{
    content:"";
    position:absolute;
    inset:-40px;
    background:
      radial-gradient(260px 180px at 30% 25%, rgba(255,255,255,.25), transparent 70%),
      radial-gradient(240px 180px at 80% 70%, rgba(0,0,0,.10), transparent 60%);
    pointer-events:none;
  }
  
  .nwa-strip__img{
    width: 92%;
    height: 92%;
    object-fit: contain;
    transform: translateY(2px) scale(1.02);
    filter: drop-shadow(0 22px 40px rgba(0,0,0,.26));
  }
  
  /* ===== Reveal Anim ===== */
  .nwa-rv{
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
  }
  
  .nwa-rv[data-anim="up"]{ transform: translateY(16px); }
  .nwa-rv.is-in{ opacity: 1; transform: translateY(0); }
  
  @media (prefers-reduced-motion: reduce){
    .nwa-rv{ opacity:1 !important; transform:none !important; transition:none !important; }
    .nwa-strip__cta{ transition:none !important; }
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 768px){
    .nwa-strip__wrap{ width: min(1200px, calc(100% - 34px)); }
    .nwa-strip__card{
      grid-template-columns: 1fr;
      padding: 26px 18px;
    }
    .nwa-strip__visual{ order: -1; } /* imagen arriba, copy abajo */
    .nwa-strip__imgFrame{ width: min(520px, 100%); }
  }
  
  @media (max-width: 425px){
    .nwa-strip{ padding: 18px 0; }
    .nwa-strip__wrap{ width: calc(100% - 24px); }
    .nwa-strip__card{ border-radius: 20px; padding: 22px 14px; }
    .nwa-strip__text{ font-size: 15px; }
    .nwa-strip__cta{ width: 100%; justify-content: center; }
    .nwa-strip__meta{ width: 100%; justify-content: center; }
  }
  
  @media (max-width: 375px){
    .nwa-strip__title{ font-size: 24px; }
    .nwa-strip__kicker{ font-size: 11px; }
    .nwa-strip__text{ font-size: 14.6px; }
  }
  
  @media (max-width: 320px){
    .nwa-strip__title{ font-size: 22px; }
    .nwa-strip__text{ font-size: 14px; }
    .nwa-strip__cta{ padding: 12px 14px; }
  }
  




























  :root{
    --nomi-teal:#008180;
    --nomi-orange:#d87625;
    --ink:#0e1a1a;
    --muted:#4b5b5b;
    --line:rgba(14,26,26,.12);
    --shadow: 0 16px 44px rgba(0,0,0,.12);
  }
  
  /* ===== Section ===== */
  .nla-exp360{
    padding: 96px 0;
    background:#fff;
  }
  
  .nla-exp360__wrap{
    width: min(1200px, calc(100% - 56px));
    margin: 0 auto;
  }
  
  .nla-exp360__head{
    text-align:center;
    max-width: 900px;
    margin: 0 auto 34px;
  }
  
  .nla-exp360__title{
    margin: 0 0 12px;
    font-size: clamp(30px, 2.8vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--nomi-orange);
    font-weight: 900;
  }
  
  .nla-exp360__sub{
    margin: 0 auto;
    max-width: 72ch;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
  }
  
  /* ===== Track: grid en desktop ===== */
  .nla-exp360__viewport{ position: relative; }
  
  .nla-exp360__track{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: stretch;
  }
  
  /* ===== Card ===== */
  .nla-expCard{
    border-radius: 22px;
    border: 1px solid var(--line);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
  }
  
  /* hover coqueto: lift + brillo */
  .nla-expCard::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(120deg,
      transparent 0%,
      rgba(255,255,255,.55) 45%,
      transparent 60%);
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
    pointer-events:none;
  }
  
  .nla-expCard:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(0,129,128,.24);
  }
  .nla-expCard:hover::after{
    opacity: 1;
    animation: nlaExpShine .9s ease forwards;
  }
  @keyframes nlaExpShine{
    100%{ transform: translateX(130%) skewX(-18deg); }
  }
  
  .nla-expCard__img{
    padding: 22px 22px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #fff;
    min-height: 320px;
  }
  
  .nla-expCard__img img{
    width: 100%;
    max-width: 260px; /* look tipo referencia */
    height: auto;
    display: block;
    filter: drop-shadow(0 22px 55px rgba(0,0,0,.12));
    transform: translateY(6px);
    transition: transform .25s ease;
  }
  .nla-expCard:hover .nla-expCard__img img{
    transform: translateY(0);
  }
  
  /* base verde */
  .nla-expCard__base{
    background: var(--nomi-teal);
    color: #fff;
    padding: 18px 18px 20px;
    border-radius: 22px 22px 0 0; /* se siente tipo “placa” */
    margin-top: -10px;          /* junta visualmente */
    min-height: 120px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  
  .nla-expCard__title{
    margin: 0 0 6px;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  
  .nla-expCard__text{
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    opacity: .92;
  }
  
  /* dots solo en móvil */
  .nla-exp360__dots{
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }
  .nla-expDot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(14,26,26,.22);
    transition: transform .2s ease, background .2s ease, width .2s ease;
  }
  .nla-expDot.is-on{
    background: rgba(0,129,128,.9);
    width: 18px;
  }
  
  /* ===== Reveal ===== */
  .nla-rv4{
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .78s ease, transform .78s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
  }
  .nla-rv4.is-in{
    opacity: 1;
    transform: translateY(0);
  }
  
  @media (prefers-reduced-motion: reduce){
    .nla-rv4{ opacity: 1 !important; transform:none !important; transition:none !important; }
    .nla-expCard:hover{ transform:none !important; }
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 768px){
    .nla-exp360{ padding: 78px 0; }
    .nla-exp360__wrap{ width: min(1200px, calc(100% - 32px)); }
  
    /* pasa a carrusel */
    .nla-exp360__track{
      display: flex;
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 6px;
    }
    .nla-exp360__track::-webkit-scrollbar{ height: 8px; }
    .nla-exp360__track::-webkit-scrollbar-thumb{
      background: rgba(0,0,0,.12);
      border-radius: 999px;
    }
  
    .nla-expCard{
      flex: 0 0 72%;
      scroll-snap-align: center;
    }
  
    .nla-exp360__dots{ display: flex; }
  }
  
  @media (max-width: 425px){
    .nla-exp360{ padding: 66px 0; }
    .nla-exp360__wrap{ width: min(1200px, calc(100% - 24px)); }
  
    .nla-expCard{ flex-basis: 86%; }
    .nla-expCard__img{ min-height: 300px; padding: 18px 18px 0; }
    .nla-expCard__img img{ max-width: 240px; }
  }
  
  @media (max-width: 375px){
    .nla-exp360__title{ font-size: 26px; }
    .nla-exp360__sub{ font-size: 15px; }
  
    .nla-expCard{ flex-basis: 92%; }
    .nla-expCard__base{ min-height: 112px; }
  }
  
  @media (max-width: 320px){
    .nla-exp360__title{ font-size: 24px; }
    .nla-expCard__img img{ max-width: 220px; }
    .nla-expCard__title{ font-size: 15px; }
    .nla-expCard__text{ font-size: 13px; }
  }
  











  :root{
    --nomi-teal:#008180;
    --nomi-orange:#d87625;
    --ink:#0e1a1a;
    --muted: rgba(14,26,26,.62);
    --line: rgba(14,26,26,.12);
    --card: #ffffff;
    --soft: #f2f2f2; /* gris suave como screenshot */
    --shadow: 0 18px 46px rgba(0,0,0,.10);
  }
  
  /* ===== Section ===== */
  .nwa-pains{
    padding: 86px 0;
    background:#fff;
  }
  
  .nwa-pains__wrap{
    width: min(1200px, calc(100% - 56px));
    margin: 0 auto;
  }
  
  .nwa-pains__head{
    text-align:center;
    max-width: 920px;
    margin: 0 auto 34px;
  }
  
  .nwa-pains__title{
    margin: 0 0 10px;
    font-size: clamp(28px, 2.6vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #008180;
    font-weight: 950;
  }
  
  .nwa-pains__sub{
    margin: 0 auto;
    max-width: 70ch;
    color: var(--muted);
    font-size: 16.5px;
    line-height: 1.75;
  }
  
  /* ===== Grid ===== */
  .nwa-pains__grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: stretch;
  }
  
  /* ===== Card ===== */
  .nwa-card{
    position: relative;
    border-radius: 28px;
    background: var(--card);
    border: 1px solid rgba(0,129,128,.20);
    padding: 30px 26px 26px;
    min-height: 420px;
  
    display:flex;
    flex-direction: column;
    align-items:center;
    text-align:center;
  
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
    overflow:hidden;
  }
  
  .nwa-card--soft{
    background: var(--soft);
    border-color: rgba(0,0,0,.12);
  }
  
  /* soft inner glow */
  .nwa-card::before{
    content:"";
    position:absolute;
    inset:-40px;
    background:
      radial-gradient(260px 220px at 50% 18%, rgba(0,129,128,.10), transparent 62%),
      radial-gradient(240px 220px at 60% 90%, rgba(216,118,37,.08), transparent 62%);
    pointer-events:none;
    opacity: .9;
  }
  
  /* hover like landing */
  .nwa-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(0,129,128,.34);
  }
  
  /* ===== Icon box ===== */
  .nwa-card__ico{
    width: 86px;
    height: 86px;
    border-radius: 24px;
    display:grid;
    place-items:center;
    background: rgba(0,129,128,.10);
    border: 1px solid rgba(0,129,128,.22);
    color: var(--nomi-teal);
    margin-top: 6px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
  }
  
  .nwa-card__ico i{ font-size: 34px; }
  
  .nwa-card__ico--orange{
    background: rgba(216,118,37,.12);
    border-color: rgba(216,118,37,.25);
    color: var(--nomi-orange);
  }
  
  .nwa-card:hover .nwa-card__ico{
    transform: translateY(-2px) scale(1.02);
  }
  
  /* ===== Text ===== */
  .nwa-card__h{
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 950;
    color: rgba(14,26,26,.92);
    position: relative;
    z-index: 1;
  }
  
  .nwa-card__p{
    margin: 0;
    color: rgba(14,26,26,.66);
    font-size: 16px;
    line-height: 1.75;
    max-width: 26ch;
    position: relative;
    z-index: 1;
  }
  
  /* ===== Bottom pill ===== */
  .nwa-card__pill{
    margin-top: auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
  
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0,129,128,.24);
    background: rgba(255,255,255,.86);
    color: var(--nomi-teal);
    font-weight: 900;
    cursor: pointer;
  
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
    position: relative;
    z-index: 1;
  }
  
  .nwa-card__pill i{ font-size: 20px; }
  
  .nwa-card__pill:hover{
    transform: translateY(-2px);
    border-color: rgba(0,129,128,.38);
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.10);
  }
  
  .nwa-card__pill--ok{
    border-color: rgba(0,129,128,.30);
    background: rgba(0,129,128,.10);
    color: rgba(14,26,26,.86);
  }
  .nwa-card__pill--ok i{ color: var(--nomi-teal); }
  
  /* ===== Reveal ===== */
  .nwa-rvC{
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .78s ease, transform .78s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
  }
  .nwa-rvC.is-in{ opacity: 1; transform: translateY(0); }
  
  @media (prefers-reduced-motion: reduce){
    .nwa-rvC{ opacity:1 !important; transform:none !important; transition:none !important; }
    .nwa-card{ transition:none !important; }
    .nwa-card__ico{ transition:none !important; }
    .nwa-card__pill{ transition:none !important; }
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 768px){
    .nwa-pains{ padding: 72px 0; }
    .nwa-pains__wrap{ width: min(1200px, calc(100% - 34px)); }
    .nwa-pains__grid{ grid-template-columns: repeat(2, 1fr); }
    .nwa-card{ min-height: 410px; }
  }
  
  @media (max-width: 425px){
    .nwa-pains{ padding: 62px 0; }
    .nwa-pains__wrap{ width: calc(100% - 24px); }
    .nwa-pains__grid{ grid-template-columns: 1fr; }
    .nwa-card{ min-height: 0; padding: 26px 20px 22px; }
    .nwa-card__p{ max-width: 34ch; }
  }
  
  @media (max-width: 375px){
    .nwa-card__ico{ width: 78px; height: 78px; border-radius: 22px; }
    .nwa-card__ico i{ font-size: 32px; }
    .nwa-card__h{ font-size: 20px; }
    .nwa-card__p{ font-size: 15.2px; }
  }
  
  @media (max-width: 325px){
    .nwa-pains__title{ font-size: 24px; }
    .nwa-card{ padding: 24px 16px 20px; border-radius: 24px; }
    .nwa-card__p{ font-size: 14.8px; }
    .nwa-card__pill{ padding: 11px 14px; }
  }
  











  :root{
    --nomi-teal:#008180;
    --nomi-orange:#d87625;
    --shadow: 0 22px 64px rgba(0,0,0,.18);
  }
  
  .nlx-finalCta{
    padding: 96px 0;
    background: #fff;
  }
  
  .nlx-finalCta__wrap{
    width: min(1100px, calc(100% - 56px));
    margin: 0 auto;
  }
  
  /* Card solid teal + more breathing room */
  .nlx-finalCta__card{
    text-align: center;
    border-radius: 26px;
    background: var(--nomi-teal);
    box-shadow: var(--shadow);
    padding: 52px 46px;         /* 👈 más grande */
  }
  
  .nlx-finalCta__title{
    margin: 0 0 14px;
    font-size: clamp(30px, 2.9vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 950;
  }
  
  .nlx-finalCta__sub{
    margin: 0 auto;
    max-width: 72ch;
    color: rgba(255,255,255,.92);
    font-size: 16.8px;
    line-height: 1.75;
  }
  
  .nlx-finalCta__actions{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  /* Buttons: white outline, white icons */
  .nlx-finalCta__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
  
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
  
    color: #fff;
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
  
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
    will-change: transform;
  }
  
  .nlx-finalCta__btn i{
    font-size: 20px;
    color: #fff;
  }
  
  /* Primary: slightly filled */
  .nlx-finalCta__btn.is-primary{
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.55);
    box-shadow: 0 14px 34px rgba(0,0,0,.14);
  }
  
  .nlx-finalCta__btn.is-primary:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.70);
    box-shadow: 0 18px 46px rgba(0,0,0,.18);
  }
  
  /* Ghost: outline only */
  .nlx-finalCta__btn.is-ghost{
    background: transparent;
    border-color: rgba(255,255,255,.40);
  }
  
  .nlx-finalCta__btn.is-ghost:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.62);
    box-shadow: 0 16px 40px rgba(0,0,0,.16);
  }
  
  @media (prefers-reduced-motion: reduce){
    .nlx-finalCta__btn{ transition: none !important; }
  }
  
  /* Responsive */
  @media (max-width: 768px){
    .nlx-finalCta{ padding: 82px 0; }
    .nlx-finalCta__wrap{ width: min(1100px, calc(100% - 34px)); }
    .nlx-finalCta__card{ padding: 44px 26px; }
  }
  
  @media (max-width: 425px){
    .nlx-finalCta{ padding: 70px 0; }
    .nlx-finalCta__wrap{ width: calc(100% - 24px); }
    .nlx-finalCta__card{ padding: 38px 18px; border-radius: 22px; }
    .nlx-finalCta__btn{ width: 100%; }
  }
  
  @media (max-width: 375px){
    .nlx-finalCta__title{ font-size: 26px; }
    .nlx-finalCta__sub{ font-size: 15.4px; }
  }
  
  @media (max-width: 320px){
    .nlx-finalCta__title{ font-size: 24px; }
    .nlx-finalCta__sub{ font-size: 14.8px; }
    .nlx-finalCta__btn{ padding: 13px 14px; }
  }
  