:root {
  --ink: #0b0f14;
  --muted: #59616c;
  --line: #dfe3e8;
  --soft: #f4f6f8;
  --panel: #ffffff;
  --dark: #0c1015;
  --dark-2: #151a21;
  --accent: #d71920;
  --accent-dark: #aa1117;
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.np300-page { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img, svg { max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.np-header { position: sticky; top: 0; z-index: 900; display: flex; align-items: center; gap: 28px; min-height: 74px; padding: 12px clamp(18px, 4vw, 64px); background: rgba(12,16,21,.92); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.np-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.np-brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-weight: 900; letter-spacing: -.04em; }
.np-brand strong, .np-brand small { display: block; }
.np-brand strong { line-height: 1.05; }
.np-brand small { margin-top: 3px; color: rgba(255,255,255,.66); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.np-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.np-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .9rem; }
.np-nav a:hover { color: #fff; }
.np-header-cta { padding: 11px 16px; border-radius: 999px; background: #fff; color: #0b0f14; font-weight: 800; text-decoration: none; white-space: nowrap; }

.np-hero { position: relative; isolation: isolate; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(32px, 5vw, 74px); align-items: center; padding: clamp(52px, 7vw, 96px) max(24px, calc((100vw - var(--max)) / 2)); background: #0d1117 url('/media/nissan-2026-np300.jpg') center/cover no-repeat; color: #fff; overflow: hidden; }
.np-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; z-index: -1; background: linear-gradient(180deg, transparent, rgba(0,0,0,.4)); pointer-events: none; }
.np-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,10,14,.96) 0%, rgba(7,10,14,.88) 38%, rgba(7,10,14,.53) 62%, rgba(7,10,14,.46) 100%); }
.np-hero-content { max-width: 760px; min-width: 0; }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 32px; color: rgba(255,255,255,.62); font-size: .82rem; }
.breadcrumb a { color: rgba(255,255,255,.84); text-decoration: none; }
.eyebrow, .form-kicker, .card-kicker { margin: 0 0 12px; font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: #fff; }
.eyebrow.dark { color: var(--accent); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.np-hero h1 { max-width: 13ch; margin: 0; font-size: clamp(2.8rem, 5.6vw, 5.7rem); line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.np-hero h1 span { color: rgba(255,255,255,.64); }
.np-hero-lead { max-width: 62ch; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.6; }
.np-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 18px; border: 0; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); color: #fff; }
.button-light { background: #fff; color: #0c1015; }
.np-hero-stats { display: flex; flex-wrap: wrap; gap: 1px; padding: 0; margin: 42px 0 0; list-style: none; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; overflow: hidden; background: rgba(4,7,10,.34); backdrop-filter: blur(10px); }
.np-hero-stats li { flex: 1 1 155px; min-width: 0; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.1); }
.np-hero-stats li:last-child { border-right: 0; }
.np-hero-stats strong, .np-hero-stats span { display: block; }
.np-hero-stats strong { font-size: 1.35rem; }
.np-hero-stats span { margin-top: 2px; color: rgba(255,255,255,.62); font-size: .8rem; }

.lead-shell { width: min(100%, 490px); justify-self: end; padding: clamp(24px, 3vw, 34px); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(13,17,23,.88); box-shadow: 0 34px 90px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.lead-shell h2 { margin: 4px 0 8px; font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.05; letter-spacing: -.035em; }
.lead-shell > p:not(.form-kicker) { margin: 0 0 22px; color: rgba(255,255,255,.7); }
.form-kicker { color: #fff; }
.lead-form { display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 7px; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lead-form input, .lead-form select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: none; background: rgba(255,255,255,.08); color: #fff; font-size: 16px; }
.lead-form select option { color: #111; }
.lead-form input::placeholder { color: rgba(255,255,255,.42); }
.lead-form input:focus, .lead-form select:focus { border-color: rgba(255,255,255,.62); box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 9px !important; font-weight: 500 !important; line-height: 1.4; }
.consent input { width: 18px; height: 18px; min-height: 0; margin-top: 1px; }
.form-submit { width: 100%; margin-top: 2px; }
.form-status { min-height: 1.2em; margin: 0; color: rgba(255,255,255,.78); font-size: .82rem; }
.form-status.success { color: #aaf0bf; }
.form-status.error { color: #ffb7b7; }

.intent-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; padding: 18px 24px; border-bottom: 1px solid var(--line); background: #fff; color: #69717c; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.intent-strip span:not(:last-child)::after { content: "·"; margin-left: 14px; color: #bbc1c8; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: clamp(68px, 9vw, 118px) 0; }
.section + .section { border-top: 1px solid #eceff2; }
.section-heading { margin-bottom: clamp(34px, 5vw, 58px); }
.section-heading.centered { max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(26px, 5vw, 76px); align-items: end; }
.section-heading h2, .safety-copy h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; text-wrap: balance; }
.section-heading p:last-child, .safety-copy > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }

.need-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.need-card { position: relative; display: grid; min-height: 282px; grid-template-rows: auto 2.8rem 4.8rem 1fr; align-content: start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-align: left; overflow: hidden; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.need-card::after { content: ""; position: absolute; right: -22px; bottom: -26px; width: 88px; height: 88px; border-radius: 50%; background: rgba(215,25,32); border: 0px solid rgba(215,25,32); transition: transform .90s ease, background-color .90s ease; }
.need-card:hover { transform: translateY(-4px); border-color: #bdc4cc; box-shadow: 0 18px 50px rgba(10,20,30,.08); }
.need-card:hover::after { transform: scale(1.12); background: rgba(215,25,32,.18); }
.need-number { position: relative; z-index: 1; color: #9ba2aa; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.need-label { position: relative; z-index: 1; display: flex; align-items: end; margin-top: 18px; color: var(--accent); font-size: .72rem; font-weight: 900; line-height: 1.25; letter-spacing: .095em; text-transform: uppercase; }
.need-card strong { position: relative; z-index: 1; display: flex; align-items: start; margin-top: 10px; font-size: clamp(1.16rem, 1.55vw, 1.4rem); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.need-card > span:nth-of-type(3) { position: relative; z-index: 1; max-width: 34ch; margin-top: 10px; color: var(--muted); line-height: 1.55; text-wrap: pretty; }

.section-comparison { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - var(--max))/2)); background: var(--soft); }
.version-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.version-card { padding: clamp(28px, 4vw, 44px); border: 1px solid #d9dee4; border-radius: 28px; background: #fff; overflow: hidden; }
.version-card.featured { background: var(--dark); color: #fff; border-color: var(--dark); }
.version-card header > span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--soft); color: #515a65; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.version-card.featured header > span { background: rgba(255,255,255,.1); color: rgba(255,255,255,.72); }
.version-card h3 { margin: 18px 0 10px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.045em; }
.version-card header p { max-width: 48ch; color: var(--muted); }
.version-card.featured header p { color: rgba(255,255,255,.66); }
.version-card dl { margin: 32px 0 0; }
.version-card dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid #e5e8ec; }
.version-card.featured dl > div { border-color: rgba(255,255,255,.12); }
.version-card dt { color: var(--muted); }
.version-card.featured dt { color: rgba(255,255,255,.58); }
.version-card dd { margin: 0; text-align: right; font-weight: 800; }
.version-card dd strong { color: var(--accent); }
.version-card.featured dd strong { color: #fff; }
.version-takeaway { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid #e5e8ec; }
.version-card.featured .version-takeaway { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.8); }

.table-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid #dce1e6; border-radius: 20px; background: #fff; box-shadow: 0 18px 54px rgba(12,16,21,.06); }
table { width: 100%; min-width: 680px; border-collapse: collapse; }
caption { padding: 20px 24px; background: linear-gradient(90deg, var(--accent), var(--accent-dark)); color: #fff; text-align: left; font-size: 1rem; font-weight: 900; letter-spacing: .01em; }
th, td { padding: 14px 18px; border-top: 1px solid #e7eaee; text-align: left; }
thead th { background: #151a21; color: #fff; border-top: 0; }
thead th:nth-child(2) { background: var(--accent); }
thead th:nth-child(3) { background: #0c1015; }
tbody th { width: 34%; background: #f7f8fa; font-weight: 850; }
tbody td:nth-child(2) { background: rgba(215,25,32,.055); }
tbody td:nth-child(3) { background: rgba(12,16,21,.045); }
tbody tr:nth-child(even) th { background: #f1f3f5; }
tbody tr:nth-child(even) td:nth-child(2) { background: rgba(215,25,32,.085); }
tbody tr:nth-child(even) td:nth-child(3) { background: rgba(12,16,21,.07); }
.source-note { margin: 16px 0 0; color: #747c86; font-size: .8rem; }
.source-note a { font-weight: 800; }

.conversion-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.conversion-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.conversion-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; background: var(--soft); }
.conversion-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin-top: 28px; color: var(--accent); }
.conversion-card h3 { margin: 0; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.03em; }
.conversion-card > p:not(.card-kicker) { color: var(--muted); }
.conversion-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 22px 0 0; list-style: none; }
.conversion-card li { padding: 7px 9px; border-radius: 999px; background: var(--soft); color: #5d6670; font-size: .74rem; font-weight: 800; }
.qualified-box { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); gap: clamp(28px,4vw,64px); width: 100vw; margin-top: 28px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: clamp(30px,3.5vw,46px) max(24px, calc((100vw - var(--max))/2)); border-radius: 0; background: var(--dark); color: #fff; }
.qualified-box h3 { margin: 0; max-width: 19ch; font-size: clamp(1.9rem,3vw,3rem); line-height: 1.02; letter-spacing: -.045em; }
.qualified-box ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; padding: 0; margin: 0; list-style: none; background: rgba(255,255,255,.12); }
.qualified-box li { padding: 20px; background: var(--dark); }
.qualified-box li strong, .qualified-box li span { display: block; }
.qualified-box li span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: .85rem; }

.section-safety { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(34px,7vw,90px); align-items: start; }
.safety-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; }
.safety-list li { min-height: 140px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.safety-list strong, .safety-list span { display: block; }
.safety-list strong { font-size: 1.05rem; }
.safety-list span { margin-top: 7px; color: var(--muted); font-size: .88rem; }

.section-process { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - var(--max))/2)); background: #f8f9fa; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 0; margin: 0; list-style: none; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; }
.process-grid li { padding: 28px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.process-grid h3 { margin: 52px 0 8px; font-size: 1.15rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.process-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 24px 26px; border-radius: 20px; background: var(--dark); color: #fff; }
.process-cta strong, .process-cta span { display: block; }
.process-cta span { margin-top: 3px; color: rgba(255,255,255,.56); font-size: .86rem; }

.faq-list { max-width: 940px; margin: 0 auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 1.6rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 76ch; margin: 0 0 22px; color: var(--muted); }

.np-final-cta { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); gap: 50px; align-items: end; padding: clamp(58px,8vw,104px) max(24px, calc((100vw - var(--max))/2)); background: var(--dark); color: #fff; }
.np-final-cta h2 { max-width: 14ch; margin: 0; font-size: clamp(2.4rem,5vw,4.8rem); line-height: .96; letter-spacing: -.05em; }
.np-final-cta p:last-child { max-width: 58ch; color: rgba(255,255,255,.62); }
.np-final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.home-link { color: rgba(255,255,255,.72); text-underline-offset: 4px; }

.np-footer { padding: 34px max(24px, calc((100vw - var(--max))/2)); background: #080b0f; color: rgba(255,255,255,.7); }
.np-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.np-footer-main > a:last-child { color: #fff; font-size: .85rem; font-weight: 800; }
.np-footer-legal { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; line-height: 1.6; }
.np-footer-legal p { margin: 0; }
.np-footer-legal a { color: #fff; }

@media (hover:hover) and (pointer:fine) {
  .conversion-card, .version-card, .safety-list li { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
  .conversion-card:hover, .version-card:hover, .safety-list li:hover { transform: translateY(-3px); border-color: #c5cbd2; box-shadow: 0 18px 48px rgba(10,20,30,.07); }
  .version-card.featured:hover { border-color: #2b323c; }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .need-card, .version-card, .conversion-card, .safety-list li, .process-grid li {
      animation: np-rise both linear;
      animation-timeline: view();
      animation-range: entry 5% cover 26%;
    }
    @keyframes np-rise {
      from { opacity: .55; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

@media (max-width: 980px) {
  .np-nav { display: none; }
  .np-header-cta { margin-left: auto; }
  .np-hero { grid-template-columns: 1fr; min-height: 0; background-position: 60% center; }
  .np-hero-overlay { background: linear-gradient(180deg, rgba(7,10,14,.9), rgba(7,10,14,.78)); }
  .lead-shell { width: 100%; max-width: 760px; justify-self: start; }
  .need-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .conversion-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 250px; }
  .section-heading.split, .qualified-box, .section-safety, .np-final-cta { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .np-footer-legal { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .need-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 230px; grid-template-rows: auto 2.4rem auto 1fr; }
  .np-header { min-height: 66px; padding: 10px 16px; }
  .np-brand small { display: none; }
  .np-header-cta { padding: 10px 13px; font-size: .8rem; }
  .np-hero { padding: 44px 18px; }
  .np-hero h1 { font-size: clamp(2.45rem, 13vw, 4.1rem); }
  .np-hero-stats { display: grid; grid-template-columns: 1fr; }
  .np-hero-stats li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .np-hero-stats li:last-child { border-bottom: 0; }
  .lead-shell { border-radius: 22px; }
  .form-row, .version-grid, .qualified-box ul, .safety-list, .process-grid { grid-template-columns: 1fr; }
  .section { width: min(calc(100% - 30px), var(--max)); }
  .section-comparison, .section-process { width: 100%; padding-inline: 15px; }
  .process-grid li { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid li:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 28px; }
  .process-cta { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .np-final-cta { padding-inline: 18px; }
  .np-footer { padding-inline: 18px; }
  .np-footer-main { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   NP300 · VERSIONES
   Bloque aislado para no afectar formulario, comparativa
   ni demás componentes de producción.
   ========================================================= */
.np-versions-section {
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

.np-versions-heading {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.np-versions-rule {
  display: block;
  width: 92px;
  height: 5px;
  margin-bottom: 24px;
  background: var(--accent);
}

.np-versions-heading h2 {
  margin: 0;
  color: #24272b;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.np-versions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 46px);
  align-items: stretch;
}

.np-version-visual-card {
  display: grid;
  grid-template-rows: 230px auto;
  align-items: stretch;
  min-width: 0;
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid #d8dde2;
  background: #fff;
  overflow: hidden;
}

.np-version-visual-card.is-featured {
  padding: 16px 16px 22px;
  border: 2px solid #171a1f;
}

.np-version-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 230px;
  padding: 8px 14px;
  overflow: hidden;
  background: #fff;
}

/* Nunca escalar la imagen por encima de su tamaño disponible.
   Se centra y conserva proporción para evitar pixelado. */
.np-version-image-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 205px;
  object-fit: contain;
  object-position: center;
}

.np-version-visual-card figcaption {
  align-self: end;
  margin: 18px 0 0;
  color: #2b2f34;
  font-size: clamp(.88rem, 1.25vw, 1.08rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-wrap: balance;
}

@media (hover: hover) and (pointer: fine) {
  .np-version-visual-card {
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .np-version-visual-card:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
    box-shadow: 0 18px 42px rgba(10,20,30,.06);
  }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .np-version-visual-card {
      animation: np-version-rise both linear;
      animation-timeline: view();
      animation-range: entry 5% cover 24%;
    }

    @keyframes np-version-rise {
      from { opacity: .65; transform: translateY(14px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

@media (max-width: 980px) {
  .np-versions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-version-visual-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .np-versions-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .np-versions-heading h2 {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
    letter-spacing: .12em;
  }

  .np-versions-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .np-version-visual-card,
  .np-version-visual-card:last-child {
    width: 100%;
    grid-column: auto;
    grid-template-rows: 190px auto;
  }

  .np-version-visual-card.is-featured {
    padding: 12px 12px 18px;
  }

  .np-version-image-wrap {
    height: 190px;
    padding: 6px 10px;
  }

  .np-version-image-wrap img {
    max-height: 170px;
  }

  .np-version-visual-card figcaption {
    margin-top: 12px;
    font-size: .9rem;
    letter-spacing: .11em;
  }
}

