/* Páginas interiores personalizadas de NUV */
.nuv-subpage {
  --page-purple: #741f80;
  --page-purple-dark: #4c155c;
  --page-purple-soft: #f6f0fa;
  --page-ink: #231f26;
  --page-muted: #6f6873;
  --page-border: #e9dfed;
  overflow: hidden;
  background: #fff;
}

.nuv-subpage section,
.nuv-subpage nav { scroll-margin-top: 92px; }

.nuv-page-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 70px 0 66px;
  background:
    radial-gradient(circle at 77% 16%, rgba(186, 139, 220, .25), transparent 30%),
    radial-gradient(circle at 95% 80%, rgba(111, 29, 120, .10), transparent 31%),
    linear-gradient(123deg, #fff 8%, #fcfaff 51%, #f4effa 100%);
}

.nuv-page-hero::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  top: -365px;
  right: 9%;
  border: 1px solid rgba(111, 29, 120, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(111, 29, 120, .018), 0 0 0 150px rgba(111, 29, 120, .012);
}

.nuv-page-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(111, 29, 120, .16) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .13;
  mask-image: linear-gradient(90deg, transparent 38%, #000 72%, transparent);
}

.nuv-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 6vw, 96px);
}

.nuv-page-hero__copy { position: relative; z-index: 2; }
.nuv-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 9px 15px;
  border: 1px solid #c999d0;
  border-radius: 999px;
  color: var(--page-purple);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 7px 22px rgba(80, 30, 90, .06);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.nuv-page-kicker::before { content: "✦"; font-size: 18px; line-height: 1; }
.nuv-page-hero h1 {
  max-width: 700px;
  margin: 0 0 25px;
  color: var(--page-ink);
  font-size: clamp(44px, 4.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 700;
}

.nuv-page-hero h1 em { color: var(--page-purple); font-style: normal; }
.nuv-page-hero__copy > p {
  max-width: 650px;
  margin-bottom: 30px;
  color: #5e5862;
  font-size: 17px;
  line-height: 1.72;
}

.nuv-page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.nuv-page-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--page-purple) !important;
  font-size: 14px;
  font-weight: 700;
}

.nuv-page-link .nuv-icon { width: 18px; transition: transform .2s ease; }
.nuv-page-link:hover .nuv-icon { transform: translateX(4px); }
.nuv-page-hero__visual { position: relative; min-width: 0; }

/* Navegación interna */
.nuv-anchor-nav {
  position: sticky;
  z-index: 20;
  top: 74px;
  border-top: 1px solid rgba(111, 29, 120, .07);
  border-bottom: 1px solid var(--page-border);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(61, 25, 69, .05);
  backdrop-filter: blur(14px);
}

.nuv-anchor-nav .nuv-shell {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 58px);
  overflow-x: auto;
  scrollbar-width: none;
}

.nuv-anchor-nav .nuv-shell::-webkit-scrollbar { display: none; }
.nuv-anchor-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 17px 0 15px;
  color: #5f5863;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nuv-anchor-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--page-purple);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.nuv-anchor-nav a:hover { color: var(--page-purple); }
.nuv-anchor-nav a:hover::after { transform: scaleX(1); }

/* Contenido compartido */
.nuv-page-section { padding: 90px 0; }
.nuv-page-section--tint {
  border-top: 1px solid rgba(111, 29, 120, .05);
  border-bottom: 1px solid rgba(111, 29, 120, .06);
  background: linear-gradient(135deg, #fcfafe, #f7f1fa);
}

.nuv-page-heading { max-width: 790px; margin: 0 auto 52px; text-align: center; }
.nuv-page-eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #8a4a92;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nuv-page-heading h2,
.nuv-page-split__copy h2,
.nuv-feature-detail__copy h2,
.nuv-product-detail__copy h2,
.nuv-industry-detail__copy h2 {
  margin-bottom: 17px;
  color: var(--page-ink);
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 700;
}

.nuv-page-heading p { max-width: 680px; margin: 0 auto; color: var(--page-muted); font-size: 16px; }
.nuv-page-checks { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.nuv-page-checks--columns { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 25px; }
.nuv-page-checks li {
  position: relative;
  padding-left: 28px;
  color: #5e5862;
  font-size: 14px;
  line-height: 1.55;
}

.nuv-page-checks li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #8a2b96, #60176c);
  font-size: 11px;
  font-weight: 800;
}

/* Quiénes somos */
.nuv-about-hero {
  min-height: 690px;
  color: #fff;
  background:
    radial-gradient(circle at 11% 3%, rgba(194, 123, 213, .22), transparent 28%),
    radial-gradient(circle at 91% 78%, rgba(187, 112, 207, .18), transparent 32%),
    linear-gradient(125deg, #32103d 0%, #51145d 47%, #6e1d78 100%);
}
.nuv-about-hero::before { border-color: rgba(255,255,255,.07); box-shadow: 0 0 0 75px rgba(255,255,255,.018), 0 0 0 150px rgba(255,255,255,.012); }
.nuv-about-hero .nuv-page-hero__glow { opacity: .18; background-image: radial-gradient(rgba(255,255,255,.28) 1px,transparent 1px); }
.nuv-about-hero .nuv-page-hero__grid { grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr); gap: clamp(50px,6vw,100px); }
.nuv-about-hero .nuv-page-kicker { border-color: rgba(255,255,255,.28); color: #f0d8f4; background: rgba(255,255,255,.08); box-shadow: none; }
.nuv-about-hero .nuv-page-hero__copy h1 { color: #fff; }
.nuv-about-hero .nuv-page-hero__copy h1 em { color: #e0a6e8; }
.nuv-about-hero .nuv-page-hero__copy > p { color: #e5d8e8; }
.nuv-about-hero .nuv-page-link { color: #fff !important; }
.nuv-about-story-visual { min-height: 520px; }
.nuv-about-story-visual figure { margin: 0; overflow: hidden; border: 6px solid rgba(255,255,255,.9); background: #fff; box-shadow: 0 24px 55px rgba(22,4,28,.35); }
.nuv-about-story-visual img { width: 100%; height: 100%; object-fit: cover; }
.nuv-about-story-visual__main { position: absolute; z-index: 2; top: 58px; left: 0; width: 69%; height: 365px; border-radius: 26px; transform: rotate(-2.5deg); }
.nuv-about-story-visual__main::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 48%,rgba(37,9,44,.72)); }
.nuv-about-story-visual__main figcaption { position:absolute; z-index:2; right:24px; bottom:20px; left:24px; display:flex; align-items:end; justify-content:space-between; gap:15px; color:#fff; }
.nuv-about-story-visual__main strong { font-size:31px; line-height:1; }
.nuv-about-story-visual__main span { font-size:11px; font-weight:600; }
.nuv-about-story-visual__secondary { position: absolute; right: 0; width: 38%; height: 225px; border-radius: 22px; }
.nuv-about-story-visual__secondary--one { z-index: 1; top: 0; transform: rotate(4deg); }
.nuv-about-story-visual__secondary--two { z-index: 3; right: 4%; bottom: 0; transform: rotate(-4deg); }
.nuv-about-story-visual__seal { position:absolute; z-index:4; bottom:7px; left:6%; min-width:205px; padding:18px 21px; border:1px solid rgba(255,255,255,.35); border-radius:17px; color:#fff; background:rgba(49,11,58,.88); box-shadow:0 17px 38px rgba(20,4,25,.3); backdrop-filter:blur(10px); }
.nuv-about-story-visual__seal strong { display:block; margin-bottom:5px; font-size:24px; line-height:1; letter-spacing:.12em; }
.nuv-about-story-visual__seal span { color:#dfcce3; font-size:10px; line-height:1.45; }
.nuv-page-stats { position: relative; z-index: 4; padding: 0 0 16px; background: linear-gradient(#f7f3fa 0, #fff 100%); }
.nuv-page-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  transform: translateY(-24px);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(105deg, #4f145a, #81268a 55%, #52145d);
  box-shadow: 0 18px 42px rgba(85, 22, 95, .22);
}

.nuv-page-stats__grid > div { padding: 25px 31px; border-right: 1px solid rgba(255, 255, 255, .2); }
.nuv-page-stats__grid > div:last-child { border: 0; }
.nuv-page-stats strong { display: block; font-size: 29px; line-height: 1.15; font-weight: 600; }
.nuv-page-stats span { display: block; margin-top: 5px; font-size: 12px; opacity: .88; }
.nuv-page-split { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.nuv-page-split__copy > p { color: var(--page-muted); font-size: 15px; line-height: 1.75; }
.nuv-page-media-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--page-border);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(60, 27, 68, .12);
}

.nuv-page-media-card img { width: 100%; }
.nuv-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nuv-value-card {
  min-height: 270px;
  padding: 29px 25px;
  border: 1px solid var(--page-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 13px 33px rgba(74, 29, 84, .07);
}

.nuv-value-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--page-purple);
  background: #f4eaf8;
}

.nuv-value-card__icon .nuv-icon { width: 31px; height: 31px; }
.nuv-value-card h3 { margin-bottom: 10px; color: var(--page-purple); font-size: 17px; line-height: 1.3; }
.nuv-value-card p { margin: 0; color: var(--page-muted); font-size: 13px; line-height: 1.65; }
.nuv-purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.nuv-purpose-grid article { position: relative; padding: 35px 32px; border-top: 4px solid var(--page-purple); background: #fff; box-shadow: 0 18px 50px rgba(60, 29, 68, .09); }
.nuv-purpose-grid article > span { color: #c8a5ce; font-size: 35px; font-weight: 700; }
.nuv-purpose-grid h2 { margin: 8px 0 12px; color: var(--page-ink); font-size: 21px; }
.nuv-purpose-grid p { margin: 0; color: var(--page-muted); font-size: 14px; line-height: 1.7; }

/* Funciones de IA */
.nuv-page-hero--ai { background: radial-gradient(circle at 78% 45%, rgba(150, 79, 196, .25), transparent 31%), linear-gradient(125deg, #fff 7%, #fbf8fe 53%, #f0e8f8); }
.nuv-ai-showcase { min-height: 500px; }
.nuv-ai-showcase::before,
.nuv-ai-showcase::after { content: ""; position: absolute; inset: 10% 8%; border: 1px solid rgba(120, 42, 132, .12); border-radius: 50%; transform: rotate(-9deg); }
.nuv-ai-showcase::after { inset: 18% 15%; transform: rotate(18deg); }
.nuv-ai-showcase__core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 178px;
  height: 178px;
  display: grid;
  place-content: center;
  border: 12px solid rgba(255, 255, 255, .65);
  border-radius: 42px;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #4f0d68, #9c4fca);
  box-shadow: inset 0 0 28px rgba(255,255,255,.35), 0 0 0 12px rgba(140,76,185,.12), 0 25px 60px rgba(79, 28, 91, .28);
  transform: translate(-50%, -50%) rotate(4deg);
}

.nuv-ai-showcase__core span { font-size: 60px; line-height: .95; font-weight: 700; }
.nuv-ai-showcase__core small { margin-top: 10px; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.nuv-ai-showcase__item {
  position: absolute;
  z-index: 4;
  width: 132px;
  padding: 13px;
  border: 1px solid rgba(111,29,120,.13);
  border-radius: 20px;
  text-align: center;
  background: rgba(255,255,255,.9);
  box-shadow: 0 15px 35px rgba(64,27,72,.13);
}

.nuv-ai-showcase__item img { width: 82px; height: 82px; margin: auto; object-fit: contain; }
.nuv-ai-showcase__item span { display: block; margin-top: 5px; color: var(--page-purple); font-size: 11px; font-weight: 700; }
.nuv-ai-showcase__item--one { top: 1%; left: 10%; transform: rotate(-6deg); }
.nuv-ai-showcase__item--two { top: 7%; right: 3%; transform: rotate(6deg); }
.nuv-ai-showcase__item--three { bottom: 2%; left: 2%; transform: rotate(5deg); }
.nuv-ai-showcase__item--four { right: 10%; bottom: 0; transform: rotate(-5deg); }
.nuv-feature-stack,
.nuv-product-stack,
.nuv-industry-stack { display: grid; gap: 95px; }
.nuv-feature-detail,
.nuv-product-detail,
.nuv-industry-detail { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(55px, 7vw, 110px); }
.nuv-feature-detail.is-reversed,
.nuv-product-detail.is-reversed,
.nuv-industry-detail.is-reversed { grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); }
.nuv-feature-detail.is-reversed .nuv-feature-detail__visual,
.nuv-product-detail.is-reversed .nuv-product-detail__visual,
.nuv-industry-detail.is-reversed .nuv-industry-detail__image { order: 2; }
.nuv-feature-detail__visual {
  position: relative;
  min-height: 410px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--page-border);
  border-radius: 30px;
  background: radial-gradient(circle at 50% 47%, #fff 0 25%, #f0e4f6 67%, #e9daf2 100%);
  box-shadow: 0 23px 55px rgba(70, 31, 80, .11);
}
.nuv-feature-detail__visual::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(111,29,120,.11); border-radius: 50%; box-shadow: 0 0 0 40px rgba(111,29,120,.025), 0 0 0 80px rgba(111,29,120,.018); }
.nuv-feature-detail__visual img { position: relative; z-index: 2; width: 63%; height: 63%; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(69, 26, 79, .18)); }
.nuv-feature-detail__number { position: absolute; z-index: 3; top: 25px; left: 29px; color: rgba(111, 29, 120, .22); font-size: 54px; line-height: 1; font-weight: 700; }
.nuv-feature-status { position: absolute; z-index: 3; right: 24px; bottom: 24px; padding: 8px 14px; border-radius: 999px; color: #176c3c; background: #ddf6e7; font-size: 11px; font-weight: 700; }
.nuv-feature-status.is-upcoming { color: var(--page-purple); background: #f3e7f7; }
.nuv-feature-detail__copy h3,
.nuv-product-detail__copy h3 { margin: -5px 0 17px; color: var(--page-purple); font-size: 20px; line-height: 1.4; }
.nuv-feature-detail__copy > p,
.nuv-product-detail__copy > p,
.nuv-industry-detail__copy > p { color: var(--page-muted); font-size: 15px; line-height: 1.75; }
.nuv-ai-principle { padding: 70px 0; color: #fff; background: linear-gradient(110deg, #3e0d4b, #711b7c 50%, #4d1159); }
.nuv-ai-principle .nuv-shell { max-width: 1060px; display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 35px; }
.nuv-ai-principle__mark { font-size: 92px; line-height: 1; color: #d6a5df; }
.nuv-ai-principle span { color: #d9b5df; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nuv-ai-principle blockquote { margin: 12px 0 14px; font-size: clamp(23px, 2.6vw, 35px); line-height: 1.4; font-weight: 600; }
.nuv-ai-principle p { margin: 0; color: #ddcce2; font-size: 14px; }

/* Soluciones */
.nuv-page-hero--solutions { background: radial-gradient(circle at 77% 46%, rgba(109,29,120,.17), transparent 34%), linear-gradient(122deg, #fff 7%, #fcfafe 50%, #f1e9f7); }
.nuv-solutions-cloud { min-height: 510px; }
.nuv-solutions-cloud::before { content: ""; position: absolute; inset: 14% 18%; border-radius: 50%; background: radial-gradient(circle, rgba(133, 69, 153, .22), transparent 69%); }
.nuv-solutions-cloud a {
  position: absolute;
  z-index: 2;
  width: 130px;
  height: 145px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--page-border);
  border-radius: 23px;
  text-align: center;
  background: rgba(255,255,255,.93);
  box-shadow: 0 15px 36px rgba(72,27,82,.11);
  transition: transform .2s ease;
}
.nuv-solutions-cloud a:hover { transform: translateY(-5px); }
.nuv-solutions-cloud img { width: 90px; height: 90px; object-fit: contain; }
.nuv-solutions-cloud span { color: var(--page-purple); font-size: 11px; font-weight: 700; }
.nuv-solutions-cloud a:nth-child(1) { top: 5%; left: 9%; }
.nuv-solutions-cloud a:nth-child(2) { top: 0; left: 40%; }
.nuv-solutions-cloud a:nth-child(3) { top: 10%; right: 3%; }
.nuv-solutions-cloud a:nth-child(4) { top: 38%; left: 27%; }
.nuv-solutions-cloud a:nth-child(5) { top: 39%; right: 20%; }
.nuv-solutions-cloud a:nth-child(6) { bottom: 0; left: 8%; }
.nuv-solutions-cloud a:nth-child(7) { right: 5%; bottom: 1%; }
.nuv-solution-benefits { padding: 0 0 22px; background: linear-gradient(#f5eff9, #fff); }
.nuv-solution-benefits .nuv-shell { display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(-22px); overflow: hidden; border-radius: 19px; color: #fff; background: linear-gradient(105deg, #51145d, #82278b 54%, #50145b); box-shadow: 0 15px 35px rgba(80,21,91,.18); }
.nuv-solution-benefits .nuv-shell > div { display: flex; align-items: center; gap: 14px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.nuv-solution-benefits .nuv-shell > div:last-child { border: 0; }
.nuv-solution-benefits .nuv-icon { width: 32px; height: 32px; }
.nuv-solution-benefits span { font-size: 12px; }
.nuv-solution-benefits strong { display: block; font-size: 15px; }
.nuv-product-detail__visual {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  background: radial-gradient(circle, #fff 15%, #f1e8f7 70%);
  box-shadow: inset 0 0 0 1px var(--page-border), 0 22px 52px rgba(70,29,80,.1);
}
.nuv-product-detail__visual::before { content: ""; position: absolute; inset: 19%; border: 1px solid rgba(111,29,120,.1); border-radius: 50%; box-shadow: 0 0 0 35px rgba(111,29,120,.025); }
.nuv-product-detail__visual > span { position: absolute; top: 24px; left: 28px; color: rgba(111,29,120,.2); font-size: 55px; line-height: 1; font-weight: 700; }
.nuv-product-detail__visual img { position: relative; z-index: 2; width: 68%; height: 68%; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(52,24,60,.18)); }
.nuv-product-detail__visual small { position: absolute; right: 25px; bottom: 23px; padding: 7px 15px; border-radius: 999px; color: var(--page-purple); background: rgba(255,255,255,.88); font-size: 11px; font-weight: 700; box-shadow: 0 8px 20px rgba(68,28,76,.1); }
.nuv-product-detail__result { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 14px 18px; border-radius: 14px; color: var(--page-purple); background: #f5ebf8; font-size: 13px; }
.nuv-product-detail__result .nuv-icon { width: 25px; height: 25px; }
.nuv-accessory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nuv-accessory-grid article { position: relative; padding: 31px; border: 1px solid var(--page-border); border-radius: 21px; background: #fff; box-shadow: 0 14px 35px rgba(68,29,76,.07); }
.nuv-accessory-grid article > span { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 18px; color: #fff; background: linear-gradient(145deg,#7e2789,#54145f); }
.nuv-accessory-grid .nuv-icon { width: 32px; height: 32px; }
.nuv-accessory-grid h3 { margin-bottom: 9px; color: var(--page-purple); font-size: 18px; }
.nuv-accessory-grid p { margin-bottom: 20px; color: var(--page-muted); font-size: 13px; line-height: 1.65; }
.nuv-accessory-grid small { color: #9b76a0; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Industrias */
.nuv-page-hero--industries { background: radial-gradient(circle at 80% 48%, rgba(111,29,120,.18), transparent 35%), linear-gradient(122deg,#fff,#fcfafe 50%,#f0e9f6); }
.nuv-industry-mosaic { min-height: 510px; }
.nuv-industry-mosaic a { position: absolute; overflow: hidden; border: 7px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: 0 18px 42px rgba(47,26,52,.2); }
.nuv-industry-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nuv-industry-mosaic a:hover img { transform: scale(1.05); }
.nuv-industry-mosaic span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 7px 10px; border-radius: 10px; color: #fff; background: rgba(52,15,61,.83); font-size: 10px; font-weight: 700; backdrop-filter: blur(6px); }
.nuv-industry-mosaic a:nth-child(1) { z-index: 3; top: 4%; left: 0; width: 55%; height: 46%; transform: rotate(-3deg); }
.nuv-industry-mosaic a:nth-child(2) { z-index: 2; top: 0; right: 0; width: 48%; height: 40%; transform: rotate(3deg); }
.nuv-industry-mosaic a:nth-child(3) { z-index: 4; top: 37%; left: 22%; width: 58%; height: 43%; transform: rotate(1deg); }
.nuv-industry-mosaic a:nth-child(4) { z-index: 2; bottom: 0; left: 0; width: 43%; height: 36%; transform: rotate(3deg); }
.nuv-industry-mosaic a:nth-child(5) { z-index: 3; right: 0; bottom: 1%; width: 43%; height: 38%; transform: rotate(-3deg); }
.nuv-industry-intro { padding: 0 0 25px; background: linear-gradient(#f4eef8,#fff); }
.nuv-industry-intro .nuv-shell { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 35px; transform: translateY(-22px); padding: 22px 30px; border-radius: 19px; color: #fff; background: linear-gradient(105deg,#51145d,#81268a 57%,#50145b); box-shadow: 0 16px 36px rgba(83,22,93,.2); }
.nuv-industry-intro strong { display: block; font-size: 33px; line-height: 1; }
.nuv-industry-intro span { font-size: 11px; opacity: .85; }
.nuv-industry-intro p { margin: 0; color: #f2e6f4; font-size: 13px; }
.nuv-industry-intro a { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.nuv-industry-intro .nuv-icon { width: 18px; }
.nuv-industry-detail__image { position: relative; overflow: hidden; min-height: 390px; border-radius: 30px; box-shadow: 0 24px 55px rgba(51,28,57,.16); }
.nuv-industry-detail__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(44,13,51,.32)); }
.nuv-industry-detail__image img { width: 100%; height: 390px; object-fit: cover; }
.nuv-industry-detail__image span { position: absolute; z-index: 2; top: 23px; left: 26px; color: rgba(255,255,255,.84); font-size: 55px; line-height: 1; font-weight: 700; text-shadow: 0 3px 18px rgba(0,0,0,.2); }
.nuv-solution-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: -3px 0 17px; }
.nuv-solution-tags span { padding: 7px 12px; border: 1px solid #d9c0de; border-radius: 999px; color: var(--page-purple); background: #faf6fc; font-size: 11px; font-weight: 700; }
.nuv-industry-detail__copy .nuv-page-link { margin-top: 23px; }
.nuv-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nuv-outcome-grid article { padding: 31px; border: 1px solid var(--page-border); border-radius: 20px; background: #fff; box-shadow: 0 13px 34px rgba(68,29,76,.07); }
.nuv-outcome-grid .nuv-icon { width: 42px; height: 42px; margin-bottom: 18px; color: var(--page-purple); }
.nuv-outcome-grid h3 { margin-bottom: 9px; color: var(--page-purple); font-size: 18px; }
.nuv-outcome-grid p { margin: 0; color: var(--page-muted); font-size: 13px; line-height: 1.65; }

/* CTA interior */
.nuv-page-cta { padding: 58px 0; background: #fff; }
.nuv-page-cta__inner { position: relative; min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; padding: 42px 50px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 86% 10%, rgba(224,173,235,.25),transparent 30%), linear-gradient(110deg,#42104f,#741d80 58%,#50125c); box-shadow: 0 24px 52px rgba(72,18,82,.22); }
.nuv-page-cta__inner::after { content: "IA"; position: absolute; right: 4%; color: rgba(255,255,255,.055); font-size: 190px; line-height: 1; font-weight: 800; }
.nuv-page-cta__inner > * { position: relative; z-index: 2; }
.nuv-page-cta__inner > div { max-width: 760px; }
.nuv-page-cta span { color: #ddbce3; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nuv-page-cta h2 { margin: 9px 0 7px; color: #fff; font-size: clamp(25px,3vw,39px); line-height: 1.2; }
.nuv-page-cta p { margin: 0; color: #e7d7ea; font-size: 14px; }
.nuv-page-cta .nuv-button { flex: 0 0 auto; }

@media (max-width: 1180px) {
  .nuv-page-hero__grid { grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr); gap: 38px; }
  .nuv-page-hero h1 { font-size: 49px; }
  .nuv-value-grid { grid-template-columns: repeat(2,1fr); }
  .nuv-feature-detail,.nuv-product-detail,.nuv-industry-detail { gap: 55px; }
  .nuv-solutions-cloud a { width: 112px; height: 128px; }
  .nuv-solutions-cloud img { width: 78px; height: 78px; }
}

@media (max-width: 980px) {
  .nuv-page-hero { min-height: 0; padding: 60px 0 48px; }
  .nuv-page-hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .nuv-about-hero .nuv-page-hero__grid { grid-template-columns: 1fr; }
  .nuv-page-hero__copy { max-width: 720px; text-align: center; margin: auto; }
  .nuv-page-hero__copy > p { margin-inline: auto; }
  .nuv-page-actions { justify-content: center; }
  .nuv-page-hero__visual { width: min(100%,720px); margin: auto; }
  .nuv-anchor-nav { top: 72px; }
  .nuv-anchor-nav .nuv-shell { width: 100%; justify-content: flex-start; padding-inline: 24px; }
  .nuv-page-section { padding: 70px 0; }
  .nuv-page-stats__grid { grid-template-columns: repeat(2,1fr); }
  .nuv-page-stats__grid > div:nth-child(2) { border-right: 0; }
  .nuv-page-stats__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .nuv-page-split { grid-template-columns: 1fr; gap: 40px; }
  .nuv-purpose-grid { grid-template-columns: 1fr; }
  .nuv-feature-detail,.nuv-feature-detail.is-reversed,.nuv-product-detail,.nuv-product-detail.is-reversed,.nuv-industry-detail,.nuv-industry-detail.is-reversed { grid-template-columns: 1fr; gap: 38px; }
  .nuv-feature-detail.is-reversed .nuv-feature-detail__visual,.nuv-product-detail.is-reversed .nuv-product-detail__visual,.nuv-industry-detail.is-reversed .nuv-industry-detail__image { order: 0; }
  .nuv-feature-detail__visual,.nuv-product-detail__visual,.nuv-industry-detail__image { width: min(100%,620px); margin: auto; }
  .nuv-ai-showcase,.nuv-solutions-cloud,.nuv-industry-mosaic { min-height: 500px; }
  .nuv-solution-benefits .nuv-shell { grid-template-columns: 1fr; }
  .nuv-solution-benefits .nuv-shell > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .nuv-industry-intro .nuv-shell { grid-template-columns: 130px 1fr; }
  .nuv-industry-intro a { grid-column: 2; }
  .nuv-accessory-grid,.nuv-outcome-grid { grid-template-columns: repeat(2,1fr); }
  .nuv-accessory-grid article:last-child,.nuv-outcome-grid article:last-child { grid-column: 1/-1; }
  .nuv-page-cta__inner { display: block; text-align: center; }
  .nuv-page-cta .nuv-button { margin-top: 25px; }
}

@media (max-width: 640px) {
  .nuv-page-hero { padding: 42px 0 38px; }
  .nuv-page-kicker { margin-bottom: 18px; padding: 7px 12px; font-size: 11px; }
  .nuv-page-hero h1 { font-size: 38px; }
  .nuv-page-hero__copy > p { font-size: 14px; line-height: 1.65; }
  .nuv-page-actions { display: grid; gap: 15px; }
  .nuv-page-actions .nuv-button { width: 100%; }
  .nuv-page-actions .nuv-page-link { justify-content: center; }
  .nuv-page-section { padding: 55px 0; }
  .nuv-page-heading { margin-bottom: 35px; }
  .nuv-page-heading h2,.nuv-page-split__copy h2,.nuv-feature-detail__copy h2,.nuv-product-detail__copy h2,.nuv-industry-detail__copy h2 { font-size: 29px; }
  .nuv-page-heading p { font-size: 14px; }
  .nuv-page-checks--columns { grid-template-columns: 1fr; }
  .nuv-about-hero { min-height:0; }
  .nuv-about-hero .nuv-page-hero__grid { grid-template-columns:1fr; }
  .nuv-about-story-visual { min-height:410px; }
  .nuv-about-story-visual figure { border-width:4px; }
  .nuv-about-story-visual__main { top:15px; width:78%; height:260px; border-radius:19px; }
  .nuv-about-story-visual__secondary { width:38%; height:165px; border-radius:17px; }
  .nuv-about-story-visual__secondary--two { right:2%; }
  .nuv-about-story-visual__seal { bottom:8px; left:3%; min-width:170px; padding:14px 16px; }
  .nuv-about-story-visual__main strong { font-size:23px; }
  .nuv-page-stats { padding: 25px 0; }
  .nuv-page-stats__grid { grid-template-columns: 1fr; transform: none; }
  .nuv-page-stats__grid > div { padding: 19px 23px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .nuv-page-stats__grid > div:last-child { border: 0; }
  .nuv-page-stats strong { font-size: 25px; }
  .nuv-page-media-card { padding: 8px; border-radius: 18px; }
  .nuv-value-grid,.nuv-purpose-grid,.nuv-accessory-grid,.nuv-outcome-grid { grid-template-columns: 1fr; }
  .nuv-accessory-grid article:last-child,.nuv-outcome-grid article:last-child { grid-column: auto; }
  .nuv-value-card { min-height: 0; }
  .nuv-ai-showcase { min-height: 380px; transform: scale(.94); }
  .nuv-ai-showcase__core { width: 125px; height: 125px; border-width: 8px; border-radius: 31px; }
  .nuv-ai-showcase__core span { font-size: 43px; }
  .nuv-ai-showcase__item { width: 92px; padding: 7px; border-radius: 15px; }
  .nuv-ai-showcase__item img { width: 58px; height: 58px; }
  .nuv-ai-showcase__item span { font-size: 8px; }
  .nuv-feature-stack,.nuv-product-stack,.nuv-industry-stack { gap: 67px; }
  .nuv-feature-detail__visual,.nuv-product-detail__visual,.nuv-industry-detail__image { min-height: 300px; border-radius: 22px; }
  .nuv-feature-detail__visual img,.nuv-product-detail__visual img { width: 70%; height: 70%; }
  .nuv-feature-detail__number,.nuv-product-detail__visual > span,.nuv-industry-detail__image span { top: 18px; left: 20px; font-size: 40px; }
  .nuv-feature-detail__copy h3,.nuv-product-detail__copy h3 { font-size: 17px; }
  .nuv-ai-principle { padding: 50px 0; text-align: center; }
  .nuv-ai-principle .nuv-shell { grid-template-columns: 1fr; gap: 7px; }
  .nuv-ai-principle__mark { font-size: 62px; }
  .nuv-solutions-cloud { min-height: 470px; transform: scale(.93); }
  .nuv-solutions-cloud a { width: 91px; height: 110px; border-radius: 17px; }
  .nuv-solutions-cloud img { width: 65px; height: 65px; }
  .nuv-solutions-cloud span { font-size: 9px; }
  .nuv-solutions-cloud a:nth-child(1) { left: 2%; }
  .nuv-solutions-cloud a:nth-child(3) { right: 0; }
  .nuv-solutions-cloud a:nth-child(6) { left: 1%; }
  .nuv-solutions-cloud a:nth-child(7) { right: 1%; }
  .nuv-solution-benefits { padding-top: 22px; }
  .nuv-solution-benefits .nuv-shell { transform: none; }
  .nuv-product-detail__result { align-items: flex-start; }
  .nuv-industry-mosaic { min-height: 410px; transform: scale(.96); }
  .nuv-industry-mosaic a { border-width: 4px; border-radius: 15px; }
  .nuv-industry-mosaic span { padding: 5px 7px; font-size: 8px; }
  .nuv-industry-intro { padding-top: 22px; }
  .nuv-industry-intro .nuv-shell { grid-template-columns: 1fr; gap: 14px; transform: none; text-align: center; }
  .nuv-industry-intro a { grid-column: auto; justify-content: center; }
  .nuv-industry-detail__image,.nuv-industry-detail__image img { height: 270px; min-height: 270px; }
  .nuv-page-cta { padding: 40px 0; }
  .nuv-page-cta__inner { min-height: 0; padding: 34px 24px; border-radius: 22px; }
  .nuv-page-cta__inner::after { font-size: 130px; }
  .nuv-page-cta h2 { font-size: 27px; }
  .nuv-page-cta p { font-size: 13px; }
}
