﻿:root {
  --font-main: Roboto, system-ui, -apple-system, sans-serif;
  --accent: #23FFE2;
  --ink-900: #0B0F12;
  --ink-800: #131A1F;
  --white: #FFFFFF;
  --slate-50: #F7FAFB;
  --slate-100: #EEF3F5;
  --slate-200: #E1E8EC;
  --slate-300: #C9D4DA;
  --slate-500: #6C7B83;
  --success: #16A34A;
  --warning: #F59E0B;
  --danger: #DC2626;

  --radius-s: 12px;
  --radius-m: 18px;
  --radius-l: 24px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --shadow-1: 0 8px 22px rgba(11, 15, 18, .07);
  --shadow-2: 0 16px 38px rgba(11, 15, 18, .12);
  --text-body-size: clamp(15.8px, 1.26vw, 17.9px);
  --text-body-line: 1.6;
  --text-body-gap: .9em;

  /* Responsive system */
  --page-gutter: 30px;
  --container-max: 1200px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html { margin-top: 0 !important; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--ink-900);
  background: radial-gradient(1200px 700px at 10% 0%, #e7f2f5 0%, #f7fafb 45%, #ffffff 100%);
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-main);
  letter-spacing: -.01em;
  line-height: 1.12;
  margin-top: 0;
  color: var(--ink-900);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 { font-size: clamp(36px, 6.3vw, 65px); margin-bottom: var(--space-4); }
h2 { font-size: clamp(29px, 4.2vw, 42px); margin-bottom: var(--space-4); }
h3 { font-size: clamp(21px, 2.75vw, 29px); margin-bottom: var(--space-3); }

.cf-h2-heading-56px {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: clamp(1.95rem, 2.5vw, 2.5rem);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(2.05rem, 2.65vw, 2.6rem);
}

.ds-p,
p {
  font-family: var(--font-main);
  font-size: var(--text-body-size);
  line-height: var(--text-body-line);
  letter-spacing: .002em;
  margin-top: 0;
  margin-bottom: var(--text-body-gap);
  color: inherit;
  font-weight: inherit;
  overflow-wrap: anywhere;
}

.ds-p:last-child,
p:last-child {
  margin-bottom: 0;
}

li, label, input, select, textarea, button {
  font-size: var(--text-body-size);
  overflow-wrap: anywhere;
}

.container {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.section-inner {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.is-full-bleed {
  width: 100vw;
  max-width: 100vw;
}

/* Global section rule:
   keep section full-bleed, constrain only first nested block */
main > section {
  width: 100vw;
  max-width: 100vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main > section > :first-child {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max)) !important;
  max-width: var(--container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Breakpoint matrix */
@media (min-width: 1920px) {
  :root { --container-max: 1600px; }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  :root { --container-max: 1200px; }
}

@media (max-width: 1439px) {
  :root { --container-max: 1200px; }
}

@media (max-width: 1199px) {
  :root { --container-max: 960px; --page-gutter: 24px; }
}

@media (max-width: 991px) {
  :root { --container-max: 720px; --page-gutter: 20px; }
}

@media (max-width: 767px) {
  :root { --container-max: 540px; --page-gutter: 16px; }
}

@media (max-width: 575px) {
  :root { --container-max: 100%; --page-gutter: 14px; }
}

/* Utilities for responsive composition */
.stack-on-mobile {
  display: grid;
}

.slider-on-mobile {
  display: grid;
}

@media (max-width: 991px) {
  .stack-on-mobile {
    grid-template-columns: 1fr !important;
  }

  .stack-on-mobile > .is-text {
    order: 1;
  }

  .stack-on-mobile > .is-media {
    order: 2;
  }
}

@media (max-width: 767px) {
  .slider-on-mobile {
    grid-auto-flow: column;
    grid-auto-columns: minmax(76%, 86%);
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    padding-bottom: 2px;
  }

  .slider-on-mobile > * {
    scroll-snap-align: start;
  }

  .slider-on-mobile::-webkit-scrollbar {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(10px);
  background: color-mix(in srgb, var(--white) 84%, transparent);
  border-bottom: 1px solid var(--slate-200);
  transition: background-color .2s ease, box-shadow .2s ease, border-color .2s ease;
  overflow: visible;
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--white) 94%, transparent);
  border-bottom-color: var(--slate-300);
  box-shadow: 0 8px 24px rgba(11, 15, 18, .08);
}

.site-header__inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 190px;
  align-items: center;
  gap: 0;
  overflow: visible;
}

.site-header > .container.site-header__inner {
  width: calc(100% - 60px);
  max-width: none;
}

.nav-shell {
  position: relative;
}

.brand-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-main);
  font-weight: 300;
  letter-spacing: .08em;
  font-size: 15px;
}

.site-brand img {
  max-height: 42px;
  width: auto;
}

.site-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-brand__text {
  display: inline-block;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--slate-300);
  background: var(--white);
  border-radius: 12px;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--ink-900);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}

.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 28px; }

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  margin: 0;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-right: 0;
  overflow: visible;
}

.header-spacer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.nav-list,
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
}

.nav-list > li {
  position: relative;
}

.nav-list > li.is-soluciones-menu,
.nav-list > li.is-casos-menu {
  position: static;
}

.nav-list > li::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 34px;
}

.nav-list a,
.footer-nav a {
  font-size: clamp(.82rem, .95vw, .96rem);
  font-weight: 300;
  line-height: 1.4;
  color: var(--ink-800);
  position: relative;
}

.nav-list a:hover,
.footer-nav a:hover {
  color: var(--ink-900);
}

.nav-list > .current-menu-item > a,
.nav-list > .current-menu-parent > a,
.nav-list > .current-menu-ancestor > a {
  color: var(--ink-900);
}

.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav-list a:hover::after {
  transform: scaleX(1);
}

.nav-list > .current-menu-item > a::after,
.nav-list > .current-menu-parent > a::after,
.nav-list > .current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.nav-list > li > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 280px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid var(--slate-200);
  background: color-mix(in srgb, var(--white) 80%, transparent);
  backdrop-filter: blur(14px) saturate(1.08);
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 80;
}

.nav-list > li.submenu-right > .sub-menu {
  left: auto;
  right: 0;
}

.nav-list > li:nth-last-child(1) > .sub-menu,
.nav-list > li:nth-last-child(2) > .sub-menu {
  left: auto;
  right: 0;
}

.nav-list > li.is-soluciones-menu > .sub-menu,
.nav-list > li.is-casos-menu > .sub-menu,
.nav-list > li.is-mega-menu > .sub-menu {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 0;
  max-height: min(76vh, 620px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 10px);
  padding: 12px;
  overflow: auto;
}

@media (min-width: 901px) {
  .nav-list > li.menu-item-has-children {
    position: static;
  }

  .nav-list > li.menu-item-has-children::before {
    display: none;
  }

  .nav-list > li.menu-item-has-children > .sub-menu {
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    transform: translateY(10px);
  }
}

.nav-list > li > .sub-menu li {
  width: 100%;
}

.nav-list > li > .sub-menu a {
  display: block;
  width: 100%;
  padding: 9px 11px;
  border-radius: 10px;
  color: var(--ink-800);
  font-weight: 400;
  font-size: 13px;
}

.nav-list > li > .sub-menu a:hover {
  background: var(--slate-50);
}

.nav-list .menu-item-has-children:hover > .sub-menu,
.nav-list .menu-item-has-children:focus-within > .sub-menu,
.nav-list .menu-item-has-children.is-hover-open > .sub-menu,
.nav-list .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1;
  transform: translateY(6px);
  visibility: visible;
  pointer-events: auto;
}

.nav-list > li.is-soluciones-menu > .sub-menu.mega-solutions {
  display: grid;
  gap: 10px;
}

.mega-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .4fr);
  gap: 12px;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.mega-panel__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-content: start;
  overflow: visible;
  padding-right: 4px;
}

.mega-sol-card {
  display: grid !important;
  grid-template-columns: 64px 1fr;
  gap: 8px;
  align-items: start;
  padding: 8px !important;
  border: 1px solid #dbe6eb;
  border-radius: 10px !important;
  background: #fff;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.mega-sol-card:hover,
.mega-sol-card.is-active {
  border-color: rgba(35, 255, 226, .56);
  box-shadow: 0 0 0 1px rgba(35, 255, 226, .28);
}

.mega-sol-card::after { display: none !important; }

.mega-sol-card img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.mega-sol-card__txt {
  display: grid;
  gap: 4px;
}

.mega-sol-card__title {
  color: #0f171c;
  font-size: .84rem;
  line-height: 1.2;
  font-weight: 500;
}

.mega-sol-card__desc {
  color: #42555f;
  font-size: .75rem;
  line-height: 1.25;
  font-weight: 300;
}

.mega-panel__featured {
  border: 1px solid #dbe6eb;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.mega-panel__featured img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 9px;
}

.mega-panel__featured h4 {
  margin: 0;
  color: #0f171c;
  font-size: .95rem;
  line-height: 1.2;
  font-weight: 500;
}

.mega-panel__featured p {
  margin: 0;
  color: #43555f;
  font-size: .8rem;
  line-height: 1.25;
  font-weight: 300;
}

.mega-panel__featured a {
  min-height: 30px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d5e0e6;
  border-radius: 999px;
  padding: 0 10px;
  color: #0d1b22;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 500;
}

.nav-subtoggle {
  display: none;
}

.nav-cta {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
  position: static;
  transform: none;
}

.nav-overlay {
  display: none;
}

.site-main {
  min-height: 0;
}

.site-breadcrumbs {
  border-bottom: 1px solid #dbe7ed;
  background: #f8fcfd;
}

.site-breadcrumbs__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: .82rem;
  color: #556872;
  font-weight: 400;
}

.site-breadcrumbs__inner a {
  color: #37505d;
  text-decoration: none;
}

.site-breadcrumbs__inner a:hover { text-decoration: underline; }
.site-breadcrumbs__inner .is-current { color: #0f171c; font-weight: 500; }
.site-breadcrumbs__sep { color: #94a7b1; }

.hero-shell {
  padding: var(--space-8) 0 var(--space-7);
  background: linear-gradient(145deg, #101920 0%, #0B0F12 65%, #16242e 100%);
  color: var(--white);
  border-bottom: 1px solid #22323d;
}

.hero-shell .eyebrow {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #a7b7c0;
  margin: 0 0 var(--space-3);
}

.hero-shell h1 {
  color: var(--white);
  max-width: 14ch;
}

.hero-copy {
  color: #d5e1e8;
  max-width: 68ch;
  margin: 0 0 var(--space-5);
}

.page-wrap {
  padding: var(--space-7) 0 var(--space-8);
  display: grid;
  gap: var(--space-4);
}

.article-card {
  border: 1px solid var(--slate-200);
  background: var(--white);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-1);
  padding: var(--space-6);
}

.content-body > :last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: var(--font-main);
  font-size: clamp(14px, 1.02vw, 16px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: .01em;
  transition: transform .18s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--accent);
  color: var(--ink-900);
  box-shadow: 0 8px 20px rgba(35, 255, 226, .26);
}

.btn-ghost {
  background: rgba(255, 255, 255, .06);
  color: #ebf7fb;
  border-color: rgba(255, 255, 255, .42);
}

.hero-main {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
  padding: clamp(22px, 4vw, 56px) 16px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .76) 32%, rgba(0, 0, 0, .34) 58%, rgba(0, 0, 0, .08) 80%, rgba(0, 0, 0, 0) 92%),
    url('/wp-content/themes/datision-theme/assets/images/perf/hero-main-bg.webp') center/cover no-repeat;
}

.hero-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(760px 420px at 20% 18%, rgba(35, 255, 226, .14), transparent 66%);
}

.hero-main__container {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(12px, 2.6vw, 26px);
  align-items: center;
  min-height: min(86vh, 760px);
}

.hero-main__copy {
  padding: clamp(8px, 1.2vw, 16px) 0;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-main__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
}

.hero-main__title {
  margin: 0;
  font-size: clamp(30px, 4.8vw, 60px);
  line-height: 1.03;
  letter-spacing: -.02em;
  text-wrap: balance;
  font-weight: 300;
  color: #fff;
}

.hero-main__subtitle {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.3;
  color: rgba(255, 255, 255, .86);
  font-weight: 300;
  letter-spacing: .005em;
  max-width: 58ch;
  text-wrap: pretty;
}

.hero-main__subtitle strong {
  color: var(--accent);
  font-weight: 500;
}

.hero-main__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-main__actions .btn {
  font-weight: inherit;
}

.hero-main__art {
  min-height: clamp(280px, 48vw, 760px);
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
}

.heading-34 {
  margin: 0;
  z-index: 9998;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  background: transparent;
  letter-spacing: -25px;
  -webkit-text-stroke-width: .9px;
  -webkit-text-stroke-color: #23ffe2;
  font-family: Lato, Roboto, sans-serif;
  font-size: 60vw;
  position: relative;
  line-height: .74;
  font-weight: 400;
  transform: translate(22%, -2%) scaleX(1.07);
  user-select: none;
  justify-self: end;
  pointer-events: none;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  paint-order: stroke fill;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.section-11 {
  width: 100vw;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-11 .flex-block {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 3.2vw, 48px);
  position: relative;
  padding: clamp(18px, 2.2vw, 34px) 0;
}

.section-11 .flex-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(35, 255, 226, .9), rgba(35, 255, 226, .15) 34%, rgba(11, 15, 18, .15) 100%);
}

.section-11 .flex-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(11, 15, 18, .2), rgba(35, 255, 226, .32), rgba(11, 15, 18, .2));
}

.section-11 .container-80 {
  flex: 0 0 min(34%, 360px);
  min-width: 430px;
}

.section-11 .container-81 {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  padding: 6px 0 6px 22px;
}

.section-11 .container-81::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(35, 255, 226, .88), rgba(35, 255, 226, .2) 65%, rgba(35, 255, 226, 0));
}

.section-11 .div-block-15 {
  position: relative;
  padding-left: 16px;
}

.section-11 .div-block-15::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2em;
  width: 2px;
  height: 1.2em;
  background: var(--accent);
  border-radius: 2px;
}

.section-11 .heading-37.titular {
  color: #000;
  height: auto;
  padding: 0 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  margin: 0;
}

.section-11 .heading-36 {
  margin: 0;
  font-size: clamp(20px, 2.15vw, 34px);
  line-height: 1.32;
  font-weight: 300;
  color: var(--ink-800);
}

.section-11 .heading-36 em {
  font-style: italic;
  font-weight: 300;
}

.frase_entrada.black {
  opacity: 1;
  background-color: #060606;
  background-image:
    linear-gradient(#00000073, #00000073),
    url('/wp-content/themes/datision-theme/assets/images/perf/frase-bg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100vw;
  height: 45vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.frase_entrada {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 45vh;
  margin-bottom: 40px;
  display: flex;
}

.frase_entrada .container-15 {
  width: min(100% - 60px, 1200px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: clamp(10px, 1.4vw, 18px);
}

.frase_entrada .heading.black.white {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: .02em;
}

.frase_entrada .titular.frase.small.central {
  color: #fff;
  height: auto;
  padding: 0 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  margin: 30px auto;
  max-width: 1200px;
  text-align: center;
}

.frase-newsletter .container-15 {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.frase-newsletter .titular.frase.small.central {
  margin-bottom: 10px;
}

.frase-newsletter__actions {
  display: flex;
  justify-content: center;
}

.frase-newsletter__actions .btn {
  min-height: 48px;
  padding: 0 24px;
  font-weight: inherit;
}

.cf-wrapper-1160.different-flex {
  width: 100vw;
  margin: 0 0 46px;
  padding: 0 30px;
}

.cf-wrapper-1160__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 16px;
  align-items: stretch;
}

.cf-wrapper-1160__left,
.cf-wrapper-1160__right {
  border: 1px solid #d7e3e9;
  border-radius: 16px;
  background: #fff;
  padding: 22px 20px;
}

.cf-wrapper-1160__left .heading.lateral.metodologia-ia__title {
  padding-left: 0;
}

.cf-wrapper-1160__left .cf-h2-heading-56px.metodologia-ia__intro {
  padding-left: 0;
  margin: 8px 0 12px;
}

.cf-wrapper-1160__left .desc {
  margin: 0 0 12px;
}

.cf-wrapper-1160__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cf-wrapper-1160__list li {
  position: relative;
  padding-left: 14px;
  color: #25363e;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 300;
}

.cf-wrapper-1160__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .56em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.cf-wrapper-1160__right {
  background: linear-gradient(155deg, #0f171c 0%, #111b21 70%, #14222a 100%);
  border-color: rgba(173, 198, 208, .24);
  display: grid;
  gap: 10px;
}

.cf-wrapper-1160__kpi {
  border: 1px solid rgba(173, 198, 208, .24);
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
  padding: 14px 12px;
  display: grid;
  gap: 5px;
}

.cf-wrapper-1160__kpi strong {
  color: #fff;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.1;
  font-weight: 500;
}

.cf-wrapper-1160__kpi span {
  color: #cfdee4;
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 300;
}

.titular {
  color: #fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
}

.services-ia2 {
  width: 100vw;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.services-ia2__wrap {
  width: min(1400px, calc(100% - 48px));
  margin: 28px auto 10px;
  padding-left: 0;
  padding-top: 30px;
}

.services-ia2 .heading.lateral {
  color: #000;
  padding: 0 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 10px;
}

.services-ia2 .cf-h2-heading-56px {
  margin: 0;
  font-size: clamp(20px, 2.15vw, 34px);
  /* line-height: 1.32; */
  font-weight: 300;
  color: var(--ink-800);
  font-style: italic;
  font-weight: 300;
  padding-left: 25px;
  margin-bottom: 14px;
  margin-top: 0;
}

.services-ia2 .container-91 {
  display: flex;
  flex-flow: row;
  width: 100%;
  max-width: 1400px;
  gap: 26px;
  align-items: center;
}

.services-ia2 .container-92 {
  width: 100%;
  max-width: none;
}

.services-ia2 .container-92.izq {
  flex: 0 0 66.666%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transform-style: preserve-3d;
  background-image: url("/wp-content/themes/datision-theme/assets/images/perf/services-visual-bg.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid rgba(35, 255, 226, .45);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 65vh;
  min-height: 460px;
  position: static;
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.services-ia2 .hotspot-layer {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: translateY(-8%);
}

.services-ia2 .container-92.right {
  flex: 0 0 calc(33.333% - 13px);
  justify-content: center;
  align-items: center;
  align-self: center;
  min-width: 0;
  max-width: none;
  display: flex;
}

.services-ia2 .collection-list-wrapper-4.lateral {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
  display: flex;
  font-weight: 700;
}

.services-ia2 .hotspot {
  position: absolute;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .9);
  background-color: rgba(35, 255, 226, .58);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-origin: content-box;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  box-shadow: 0 0 0 0 rgba(35, 255, 226, .8), 0 12px 26px rgba(0, 0, 0, .35);
  animation: services-ia2-pulse 1.7s infinite;
  z-index: 2;
}

.services-ia2 .hotspot:hover {
  background-color: rgba(35, 255, 226, .82);
  transform: translate(-50%, -50%) scale(1.14);
  box-shadow: 0 0 0 12px rgba(35, 255, 226, .2), 0 18px 36px rgba(0, 0, 0, .38);
}

.services-ia2 .hotspot[aria-pressed="true"] {
  background-color: rgba(35, 255, 226, .82);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px rgba(35, 255, 226, .2), 0 18px 36px rgba(0, 0, 0, .38);
}

@keyframes services-ia2-pulse {
  0% { box-shadow: 0 0 0 0 rgba(35, 255, 226, .45); }
  70% { box-shadow: 0 0 0 14px rgba(35, 255, 226, 0); }
  100% { box-shadow: 0 0 0 0 rgba(35, 255, 226, 0); }
}

.services-ia2 .panel {
  border: 0;
  border-left: 2px solid var(--accent);
  border-radius: 0;
  background: #fff;
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  justify-content: flex-start;
  width: 100%;
}

.services-ia2 .panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.services-ia2 .panel h3 {
  margin: 0;
  color: #000;
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
  line-height: 1.1;
  font-weight: 600;
  margin-top: 20px;
}

.services-ia2 .idx {
  color: var(--accent);
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 300;
  line-height: .9;
  opacity: .95;
}

.services-ia2 .desc {
  margin: 8px 0 18px;
  color: #000;
  line-height: 1.4;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 300;
}

.services-ia2 .benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.services-ia2 .benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.35;
  font-weight: 300;
}

.services-ia2 .dot {
  margin-top: .35em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(35, 255, 226, .55);
  flex: 0 0 auto;
}

.services-ia2 .cta {
  margin-top: 20px;
  display: inline-flex;
  align-self: flex-start;
  text-decoration: none;
  color: #021012;
  background: var(--accent);
  border-radius: 12px;
  padding: 12px 18px;
  font-size: .95rem;
  font-weight: 400;
  transition: transform .2s ease;
}

.services-ia2 .cta:hover {
  transform: translateY(-2px);
}

.metodologia-ia {
  width: 100vw;
  margin: 10px 0 40px;
  padding: 0 30px;
  background: #fff;
}

.metodologia-ia__wrap {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 30px;
  border-radius: 16px;
  background: #fff;
}

.metodologia-ia__head {
  margin-bottom: 16px;
}

.metodologia-ia__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .72);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 500;
}

.metodologia-ia__title {
  color: #000;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}

.metodologia-ia__intro.cf-h2-heading-56px {
  margin: 8px 0 14px;
  color: var(--ink-800);
  padding-bottom: 0;
}

.metodologia-ia__intro.cf-h2-heading-56px strong {
  font-weight: 500;
}

.metodologia-ia__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.metodologia-ia__area {
  background: #fff;
  border: 1px solid rgba(35, 255, 226, .34);
  border-radius: 14px;
  padding: 22px 20px;
  display: grid;
  gap: 12px;
}

.metodologia-ia__area--discovery {
  background: #f9fcfd;
}

.metodologia-ia__area-tag {
  margin: 0;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  height: 24px;
  line-height: 1;
  white-space: nowrap;
  color: #031114;
  background: var(--accent);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.metodologia-ia__area-title {
  margin: 0;
  color: #000;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.16;
  font-weight: 400;
  min-height: calc(1.16em * 2);
}

.metodologia-ia__area-copy {
  margin: 0;
  color: var(--ink-800);
  font-size: clamp(.98rem, 1.04vw, 1.1rem);
  line-height: 1.4;
}

.metodologia-ia__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: -2px;
}

.metodologia-ia__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(11, 15, 18, .15);
  background: #f7fafb;
  color: #1a252b;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
}

.metodologia-ia p:not(.metodologia-ia__area-tag) {
  margin: 8px 0 18px;
  color: #000;
  line-height: 1.4;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 300;
}

.metodologia-ia__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.metodologia-ia__list li {
  color: #000;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.4;
  font-weight: 300;
  padding-left: 16px;
  position: relative;
}

.metodologia-ia__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(35, 255, 226, .45);
}

.metodologia-ia__cta {
  margin-top: 4px;
  display: inline-flex;
  align-self: flex-start;
  color: #041316;
  background: var(--accent);
  border-radius: 10px;
  padding: 11px 16px;
  font-size: .95rem;
  font-weight: 400;
  transition: transform .2s ease;
}

.metodologia-ia__cta:hover {
  transform: translateY(-2px);
}

.trust-industrial {
  width: 100vw;
  margin: 0;
  padding-left: 30px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #0b0f12;
  background-image:
    linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)),
    url('https://datision.com/wp-content/uploads/2026/03/687c9d796574ce148bba7e01_feique.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.trust-industrial__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.trust-industrial__head {
  margin-bottom: 35px;
  padding-left: 0;
}

.trust-industrial__title {
  color: #fff;
  margin: 0;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  font-weight: 400;
}

.trust-industrial__lead {
  margin: 8px 0 14px;
  padding-left: 25px;
  font-size: clamp(20px, 2.15vw, 34px);
  font-weight: 300;
  color: #e8f1f5;
  font-style: italic;
  line-height: 1.32;
}

.trust-industrial__lead strong {
  color: var(--accent);
  font-weight: 500;
}

.trust-industrial__body {
  color: #d5e0e6;
  margin: 0;
  padding-left: 25px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.4;
  font-weight: 300;
  max-width: 70ch;
}

.trust-industrial__grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
  padding-left: 0;
}

.trust-industrial__quote-card {
  background: #0f171c;
  border: 1px solid rgba(35, 255, 226, .32);
  border-radius: 14px;
  padding: 20px;
  display: grid;
  gap: 16px;
}

.trust-industrial__quote {
  margin: 0;
  color: #f4fbff;
  font-size: clamp(1.03rem, 1.2vw, 1.2rem);
  line-height: 1.35;
}

.trust-industrial__person {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.trust-industrial__person-image {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .35);
}

.trust-industrial__person-copy {
  color: #dce7ec;
  font-size: .95rem;
  line-height: 1.25;
}

.trust-industrial__brand {
  color: var(--accent);
  font-weight: 500;
}

.trust-industrial__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-industrial__logo {
  width: 100%;
  height: 82px;
  object-fit: contain;
  background: #111b21;
  border: 1px solid rgba(35, 255, 226, .2);
  border-radius: 12px;
  padding: 10px;
}

.home-fasttrack {
  width: 100vw;
  margin: 10px 0 56px;
  padding: 0 30px;
}

.home-fasttrack__wrap {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 30px;
  border: 1px solid rgba(35, 255, 226, .28);
  border-radius: 16px;
  background:
    linear-gradient(140deg, rgba(35, 255, 226, .06), rgba(35, 255, 226, 0) 42%),
    #fff;
}

.home-fasttrack__head {
  margin-bottom: 24px;
}

.home-fasttrack__lead {
  margin: 0;
  color: var(--ink-800);
  max-width: 74ch;
  font-size: clamp(1rem, 1.05vw, 1.15rem);
  line-height: 1.56;
  font-weight: 300;
}

.home-fasttrack__value {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.home-fasttrack__card {
  background: #f8fcfd;
  border: 1px solid rgba(19, 26, 31, .08);
  border-radius: 12px;
  padding: 16px 16px 14px;
}

.home-fasttrack__card h3 {
  margin: 0 0 8px;
  color: #031114;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.24;
  font-weight: 500;
}

.home-fasttrack__card p {
  margin: 0;
  color: #1f2d34;
  font-size: clamp(.95rem, 1vw, 1.05rem);
  line-height: 1.52;
  font-weight: 300;
}

.home-fasttrack__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.home-fasttrack__steps li {
  display: grid;
  gap: 4px;
  border-left: 2px solid rgba(35, 255, 226, .8);
  padding: 6px 0 6px 12px;
}

.home-fasttrack__steps strong {
  color: #061419;
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.34;
  font-weight: 500;
}

.home-fasttrack__steps span {
  color: #2a3941;
  font-size: clamp(.92rem, .98vw, 1rem);
  line-height: 1.5;
  font-weight: 300;
}

.fasttrack-lp {
  background: #f7fafb;
}

.fasttrack-lp__wrap {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.fasttrack-lp__hero {
  width: 100vw;
  padding: 52px 30px 34px;
}

.fasttrack-lp__hero .fasttrack-lp__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  gap: 22px;
  align-items: center;
}

.fasttrack-lp__eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
  color: #4f646e;
}

.fasttrack-lp__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fasttrack-lp__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(35, 255, 226, .32);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.fasttrack-lp__media img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.fasttrack-lp__benefits {
  width: 100vw;
  padding: 0 30px 26px;
}

.fasttrack-lp__benefits .fasttrack-lp__wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fasttrack-lp__benefit {
  background: #fff;
  border: 1px solid rgba(19, 26, 31, .08);
  border-radius: 14px;
  padding: 18px 16px;
}

.fasttrack-lp__benefit h3 {
  margin: 0 0 8px;
  color: #061419;
  font-size: clamp(1.08rem, 1.2vw, 1.24rem);
  line-height: 1.24;
  font-weight: 500;
}

.fasttrack-lp__benefit p {
  margin: 0;
  color: #25353c;
  font-size: clamp(.96rem, 1vw, 1.04rem);
  line-height: 1.5;
  font-weight: 300;
}

.fasttrack-lp__process,
.fasttrack-lp__deliverables {
  width: 100vw;
  padding: 14px 30px 34px;
}

.fasttrack-lp__steps {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.fasttrack-lp__steps li {
  display: grid;
  gap: 4px;
  background: #fff;
  border: 1px solid rgba(11, 15, 18, .08);
  border-left: 2px solid var(--accent);
  border-radius: 10px;
  padding: 12px 14px;
}

.fasttrack-lp__steps strong {
  color: #07171d;
  font-size: clamp(1rem, 1.02vw, 1.1rem);
  line-height: 1.34;
  font-weight: 500;
}

.fasttrack-lp__steps span {
  color: #2c3d45;
  font-size: clamp(.94rem, .98vw, 1rem);
  line-height: 1.52;
  font-weight: 300;
}

.discovery-phase-tabs {
  width: 100vw;
  padding: 10px 30px 36px;
}

.discovery-phase-tabs__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.discovery-phase-tabs__controls button {
  border: 1px solid rgba(11, 15, 18, .14);
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
  background: #fff;
  color: #15242b;
  font-size: .9rem;
  font-weight: 400;
  cursor: pointer;
  transition: all .18s ease;
}

.discovery-phase-tabs__controls button.is-active {
  background: var(--accent);
  color: #041114;
  border-color: rgba(35, 255, 226, .8);
}

.discovery-phase-tabs__panels {
  background: #fff;
  border: 1px solid rgba(11, 15, 18, .08);
  border-radius: 14px;
  padding: 18px 18px 16px;
}

.discovery-phase-tabs__panel {
  display: grid;
  gap: 10px;
}

.discovery-phase-tabs__panel[hidden] {
  display: none;
}

.discovery-phase-tabs--visual .discovery-phase-tabs__controls {
  gap: 10px;
  margin-bottom: 16px;
}

.discovery-phase-tabs--visual .discovery-phase-tabs__controls button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .4);
  background: #fff;
  color: #102127;
  font-size: .92rem;
  font-weight: 400;
}

.discovery-phase-tabs--visual .discovery-phase-tabs__controls button.is-active {
  background: var(--accent);
  border-color: rgba(35, 255, 226, .85);
  color: #061217;
  box-shadow: 0 10px 22px rgba(35, 255, 226, .2);
}

.discovery-phase-tabs__panel h3 {
  margin: 0;
  color: #07181f;
  font-size: clamp(1.2rem, 1.6vw, 1.52rem);
  line-height: 1.24;
  font-weight: 500;
}

.discovery-phase-tabs__panel p {
  margin: 0;
  color: #22333a;
  font-size: clamp(.98rem, 1vw, 1.08rem);
  line-height: 1.54;
  font-weight: 300;
}

.discovery-phase-tabs__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.discovery-phase-tabs__panel li {
  color: #1d2f36;
  font-size: clamp(.94rem, .98vw, 1.02rem);
  line-height: 1.5;
  font-weight: 300;
  padding-left: 16px;
  position: relative;
}

.discovery-phase-tabs__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .64em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.discovery-phase-tabs--visual .discovery-phase-tabs__panels {
  border: 1px solid rgba(35, 255, 226, .3);
  box-shadow: 0 14px 34px rgba(4, 15, 19, .08);
}

.discovery-phase-tabs__list {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.discovery-phase-tabs__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid rgba(11, 15, 18, .08);
  border-left: 2px solid rgba(35, 255, 226, .85);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(35, 255, 226, .08), rgba(35, 255, 226, .03));
  padding: 10px 12px;
}

.discovery-phase-tabs__ico {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .95);
  background: #0b0f12;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.discovery-gantt__icon svg,
.discovery-phase-tabs__ico svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-phase-tabs__item h4 {
  margin: 0;
  color: #0a1b21;
  font-size: .98rem;
  line-height: 1.3;
  font-weight: 500;
}

.discovery-phase-tabs__item p {
  margin: 4px 0 0;
  color: #22363f;
  font-size: .93rem;
  line-height: 1.45;
  font-weight: 300;
}

.capabilities-page {
  width: 100%;
}

.capabilities-wrap {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.capabilities-hero,
.cap-flow,
.capabilities-tabs {
  width: 100vw;
  padding-left: 30px;
  padding-right: 30px;
}

.capabilities-hero {
  margin: 26px 0 20px;
}

.capabilities-hero__eyebrow {
  margin: 0 0 10px;
  color: #2e4b54;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.capabilities-hero--pro {
  margin: 0;
  padding-top: 56px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 88% 12%, rgba(35, 255, 226, .3), transparent 40%),
    radial-gradient(circle at 10% 88%, rgba(0, 198, 255, .16), transparent 42%),
    linear-gradient(145deg, #081015 0%, #10202a 58%, #173341 100%);
}

.capabilities-hero--pro .solutions-modern-hero__eyebrow {
  color: rgba(236, 251, 255, .86);
}

.capabilities-hero--pro .solutions-modern-hero__title,
.capabilities-hero--pro .solutions-modern-hero__subtitle {
  color: #fff;
}

.capabilities-hero--pro .solutions-modern-hero__subtitle strong {
  color: var(--accent);
  font-weight: 500;
}

.capabilities-hero--pro .solutions-modern-hero__stats article {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(35, 255, 226, .28);
}

.capabilities-hero--pro .solutions-modern-hero__stats strong,
.capabilities-hero--pro .solutions-modern-hero__stats span {
  color: #f4feff;
}

.capabilities-hero__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.capabilities-hero__chips span {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .45);
  background: rgba(255, 255, 255, .08);
  color: #e8f9fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .03em;
}

.capabilities-hero__actions {
  margin-top: 20px;
}

.cap-flow {
  margin: 0 0 24px;
}

.capabilities-section-head {
  margin-bottom: 16px;
}

.cap-flow__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
  gap: 16px;
  align-items: stretch;
}

.cap-flow__canvas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid rgba(11, 15, 18, .09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 12%, rgba(35, 255, 226, .2), transparent 45%),
    linear-gradient(165deg, #ffffff 0%, #f6fbfc 100%);
  padding: 14px;
}

.cap-flow__node {
  min-height: 108px;
  border: 1px solid rgba(11, 15, 18, .1);
  border-radius: 12px;
  background: #fff;
  color: #122229;
  display: grid;
  justify-items: start;
  align-content: space-between;
  gap: 10px;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cap-flow__node:hover,
.cap-flow__node:focus-visible,
.cap-flow__node.is-active {
  border-color: rgba(35, 255, 226, .85);
  box-shadow: 0 10px 20px rgba(35, 255, 226, .16);
  transform: translateY(-2px);
}

.cap-flow__node span:last-child {
  font-size: .92rem;
  line-height: 1.35;
  font-weight: 400;
}

.cap-flow__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .72);
  background: rgba(35, 255, 226, .15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.cap-flow__detail {
  border: 1px solid rgba(35, 255, 226, .38);
  border-radius: 14px;
  background: #fff;
  padding: 16px 16px 15px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.cap-flow__detail-kicker {
  margin: 0;
  color: #2f4c56;
  font-size: .78rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-weight: 500;
}

.cap-flow__detail h3 {
  margin: 0;
  color: #0a1d23;
  font-size: clamp(1.2rem, 1.55vw, 1.6rem);
  line-height: 1.15;
  font-weight: 500;
}

.cap-flow__detail p {
  margin: 0;
  color: #21353e;
  font-size: .98rem;
  line-height: 1.52;
  font-weight: 300;
}

.capabilities-tabs {
  margin: 0 0 34px;
}

.capabilities-tabs .discovery-phase-tabs__controls {
  margin-bottom: 15px;
}

.capabilities-tabs .discovery-phase-tabs__panel h3 {
  margin-bottom: 2px;
}

.capabilities-enterprise {
  width: 100%;
}

.cap-enterprise-wrap {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.cap-enterprise-hero {
  width: 100vw;
  padding: 60px 30px 46px;
  background:
    linear-gradient(160deg, rgba(7, 15, 21, .78), rgba(8, 20, 28, .68)),
    radial-gradient(circle at 86% 16%, rgba(35, 255, 226, .34), transparent 40%),
    radial-gradient(circle at 12% 90%, rgba(0, 188, 255, .16), transparent 40%),
    linear-gradient(145deg, #071015 0%, #0f1d27 58%, #15313e 100%),
    url("https://images.pexels.com/photos/34718926/pexels-photo-34718926.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
  background-position: center, center, center, center, center;
  background-size: cover, auto, auto, auto, cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.cap-enterprise-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(35, 255, 226, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 255, 226, .05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.cap-enterprise-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .56fr);
  gap: 26px;
  align-items: center;
}

.cap-enterprise-hero__eyebrow {
  margin: 0 0 10px;
  color: rgba(239, 251, 255, .86);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.cap-enterprise-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4.8vw, 4.1rem);
  line-height: 1.02;
  font-style: italic;
  font-weight: 400;
  max-width: 18ch;
}

.cap-enterprise-hero__subtitle {
  margin: 14px 0 0;
  color: #d8eaf1;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.45;
  font-weight: 300;
  max-width: 66ch;
}

.cap-enterprise-hero__subtitle strong {
  color: var(--accent);
  font-weight: 500;
}

.cap-enterprise-hero__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cap-enterprise-hero__stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.cap-enterprise-hero__stats article {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(35, 255, 226, .28);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 2px;
}

.cap-enterprise-hero__stats strong {
  color: #f4feff;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1;
  font-weight: 500;
}

.cap-enterprise-hero__stats span {
  color: #d6ebf1;
  font-size: .85rem;
  line-height: 1.2;
  font-weight: 300;
}

.cap-enterprise-map {
  position: relative;
  width: 100%;
  min-height: 520px;
  border: 1px solid rgba(35, 255, 226, .34);
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  backdrop-filter: blur(8px) saturate(1.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.cap-enterprise-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(35, 255, 226, .24);
  animation: cap-spin 28s linear infinite;
}

.cap-enterprise-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(35, 255, 226, .18);
  animation: cap-spin 20s linear reverse infinite;
}

.cap-enterprise-map__chips {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 5;
}

.cap-enterprise-map__chips span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .4);
  background: rgba(255, 255, 255, .06);
  color: #dff5fb;
  font-size: .76rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cap-enterprise-map__core {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 16px;
  border: 1px solid rgba(35, 255, 226, .65);
  background: linear-gradient(145deg, rgba(35, 255, 226, .2), rgba(35, 255, 226, .06));
  display: grid;
  place-items: center;
  text-align: center;
  color: #effdff;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  box-shadow: 0 0 0 8px rgba(35, 255, 226, .12), 0 12px 24px rgba(0, 0, 0, .18);
  z-index: 3;
}

.cap-enterprise-map__node {
  position: absolute;
  width: clamp(130px, 28%, 168px);
  min-height: 78px;
  border: 1px solid rgba(35, 255, 226, .44);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #e9fbff;
  padding: 8px;
  display: grid;
  gap: 8px;
  align-content: start;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
  animation: cap-float 3.2s ease-in-out infinite;
  z-index: 4;
}

.cap-enterprise-map__node:nth-of-type(odd) {
  animation-delay: .45s;
}

.cap-enterprise-map__node:hover,
.cap-enterprise-map__node.is-active {
  border-color: rgba(35, 255, 226, .88);
  box-shadow: 0 10px 24px rgba(35, 255, 226, .22);
}

.cap-enterprise-map__icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .95);
  background: #0b0f12;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.cap-enterprise-map__node b {
  font-size: .85rem;
  line-height: 1.26;
  font-weight: 400;
}

.cap-enterprise-map .n1 { left: 4%; top: 84px; }
.cap-enterprise-map .n2 { right: 4%; top: 84px; }
.cap-enterprise-map .n3 { left: 4%; top: 240px; }
.cap-enterprise-map .n4 { right: 4%; top: 240px; }
.cap-enterprise-map .n5 { left: 50%; top: 370px; transform: translateX(-50%); width: clamp(138px, 30%, 176px); min-height: 62px; }

.cap-enterprise-map__edge {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 255, 226, .18), rgba(35, 255, 226, .95), rgba(35, 255, 226, .18));
  box-shadow: 0 0 10px rgba(35, 255, 226, .25);
  transform-origin: left center;
  z-index: 2;
  animation: cap-pulse 2.4s linear infinite;
}

.cap-enterprise-map__edge::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -4px;
  border-left: 7px solid rgba(35, 255, 226, .82);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.cap-enterprise-map .e1 { left: 32%; top: 132px; width: 20%; transform: rotate(14deg); }
.cap-enterprise-map .e2 { left: 51%; top: 204px; width: 12%; transform: rotate(-16deg); }
.cap-enterprise-map .e3 { left: 32%; top: 292px; width: 20%; transform: rotate(-14deg); }
.cap-enterprise-map .e4 { left: 51%; top: 356px; width: 12%; transform: rotate(16deg); }
.cap-enterprise-map .e5 {
  left: 50%;
  top: 322px;
  width: 2px;
  height: 52px;
  transform: translateX(-1px);
  background: linear-gradient(180deg, rgba(35, 255, 226, .18), rgba(35, 255, 226, .95), rgba(35, 255, 226, .18));
}

.cap-enterprise-map .e5::after {
  right: -5px;
  top: auto;
  bottom: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid rgba(35, 255, 226, .82);
  border-bottom: 0;
}

.cap-enterprise-map__detail {
  position: absolute;
  left: 16px;
  bottom: 12px;
  right: 16px;
  border: 1px solid rgba(35, 255, 226, .38);
  border-radius: 12px;
  background: rgba(7, 14, 19, .82);
  padding: 11px 12px;
  z-index: 5;
}

.cap-hero-adapt {
  width: 100vw;
  padding: 60px 30px 46px;
  background:
    radial-gradient(circle at 86% 16%, rgba(35, 255, 226, .34), transparent 40%),
    radial-gradient(circle at 12% 90%, rgba(0, 188, 255, .16), transparent 40%),
    linear-gradient(145deg, #071015 0%, #0f1d27 58%, #15313e 100%);
  position: relative;
  overflow: hidden;
}

.cap-hero-adapt::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(35, 255, 226, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 255, 226, .05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.cap-hero-adapt .cap-enterprise-hero__grid {
  position: relative;
  z-index: 1;
}

.conceptual-map {
  min-height: 460px;
  border-color: rgba(35, 255, 226, .32);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.conceptual-map::before,
.conceptual-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.conceptual-map::before {
  background:
    linear-gradient(160deg, rgba(6, 12, 16, .46), rgba(6, 14, 19, .30)),
    radial-gradient(circle at 20% 20%, rgba(35, 255, 226, .16), transparent 38%),
    radial-gradient(circle at 80% 78%, rgba(0, 188, 255, .12), transparent 36%);
}

.conceptual-map::after {
  background-image:
    linear-gradient(rgba(35, 255, 226, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 255, 226, .03) 1px, transparent 1px);
  background-size: 24px 24px;
}

.conceptual-map > span {
  position: absolute;
  display: block;
}

.conceptual-map--solutions .conceptual-map__orbit {
  left: 50%;
  top: 46%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(35, 255, 226, .36);
}

.conceptual-map--solutions {
  background-image: url("https://images.pexels.com/photos/32529354/pexels-photo-32529354.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
}

.conceptual-map--solutions .conceptual-map__orbit--a {
  width: 320px;
  height: 320px;
  animation: cap-spin 24s linear infinite;
}

.conceptual-map--solutions .conceptual-map__orbit--b {
  width: 212px;
  height: 212px;
  border-style: dashed;
  animation: cap-spin 16s linear reverse infinite;
}

.conceptual-map--solutions .conceptual-map__line {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(35, 255, 226, .9), transparent);
  box-shadow: 0 0 12px rgba(35, 255, 226, .34);
  transform-origin: left center;
}

.conceptual-map--solutions .conceptual-map__line--a {
  left: 24%;
  top: 42%;
  width: 52%;
  transform: rotate(18deg);
}

.conceptual-map--solutions .conceptual-map__line--b {
  left: 26%;
  top: 56%;
  width: 48%;
  transform: rotate(-14deg);
}

.conceptual-map--solutions .conceptual-map__line--c {
  left: 36%;
  top: 69%;
  width: 30%;
}

.conceptual-map--solutions .conceptual-map__node {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #23ffe2;
  box-shadow: 0 0 0 8px rgba(35, 255, 226, .14), 0 0 14px rgba(35, 255, 226, .5);
}

.conceptual-map--solutions .conceptual-map__node--a { left: 20%; top: 36%; }
.conceptual-map--solutions .conceptual-map__node--b { left: 72%; top: 32%; }
.conceptual-map--solutions .conceptual-map__node--c { left: 69%; top: 68%; }
.conceptual-map--solutions .conceptual-map__node--d { left: 30%; top: 74%; }

.conceptual-map--solutions .conceptual-map__pulse {
  left: 50%;
  top: 46%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(35, 255, 226, .74);
  box-shadow: inset 0 0 24px rgba(35, 255, 226, .26);
  animation: cap-pulse 2.6s ease-in-out infinite;
}

.conceptual-map--cases .conceptual-map__beam {
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(35, 255, 226, .84), transparent);
}

.conceptual-map--cases {
  background-image: url("https://images.pexels.com/photos/27623556/pexels-photo-27623556.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
}

.conceptual-map--cases .conceptual-map__beam--a { top: 30%; }
.conceptual-map--cases .conceptual-map__beam--b { top: 50%; opacity: .75; }
.conceptual-map--cases .conceptual-map__beam--c { top: 70%; opacity: .58; }

.conceptual-map--cases .conceptual-map__dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .72);
  background: rgba(11, 15, 18, .7);
}

.conceptual-map--cases .conceptual-map__dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #23ffe2;
  box-shadow: 0 0 12px rgba(35, 255, 226, .62);
}

.conceptual-map--cases .conceptual-map__dot--a { left: 22%; top: 26%; }
.conceptual-map--cases .conceptual-map__dot--b { left: 44%; top: 46%; }
.conceptual-map--cases .conceptual-map__dot--c { left: 66%; top: 66%; }
.conceptual-map--cases .conceptual-map__dot--d { left: 78%; top: 38%; }

.conceptual-map--cases .conceptual-map__wave {
  left: 8%;
  right: 8%;
  top: 16%;
  bottom: 14%;
  border-radius: 999px;
  border: 1px dashed rgba(35, 255, 226, .28);
  transform: rotate(-8deg);
}

.conceptual-map--cases .conceptual-map__scan {
  left: 0;
  right: 0;
  top: -20%;
  bottom: -20%;
  background: linear-gradient(180deg, transparent 42%, rgba(35, 255, 226, .18) 50%, transparent 58%);
  animation: cap-scan 4.4s linear infinite;
}

.conceptual-map--library .conceptual-map__layer {
  left: 14%;
  right: 14%;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .34);
  background: rgba(255, 255, 255, .03);
}

.conceptual-map--library {
  background-image: url("https://images.pexels.com/photos/30226733/pexels-photo-30226733.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
}

.conceptual-map--library .conceptual-map__layer--a { top: 24%; }
.conceptual-map--library .conceptual-map__layer--b { top: 42%; }
.conceptual-map--library .conceptual-map__layer--c { top: 60%; }

.conceptual-map--library .conceptual-map__stream {
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(35, 255, 226, .08), rgba(35, 255, 226, .92), rgba(35, 255, 226, .08));
}

.conceptual-map--library .conceptual-map__stream--a { left: 30%; top: 20%; height: 220px; }
.conceptual-map--library .conceptual-map__stream--b { left: 50%; top: 18%; height: 240px; }
.conceptual-map--library .conceptual-map__stream--c { left: 70%; top: 22%; height: 210px; }

.conceptual-map--group {
  background-image: url("https://images.pexels.com/photos/34718926/pexels-photo-34718926.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
}

.conceptual-map--group .conceptual-map__beam {
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(35, 255, 226, .9), transparent);
}

.conceptual-map--group .conceptual-map__beam--a { top: 30%; }
.conceptual-map--group .conceptual-map__beam--b { top: 50%; opacity: .7; }
.conceptual-map--group .conceptual-map__beam--c { top: 70%; opacity: .55; }

.conceptual-map--group .conceptual-map__dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .72);
  background: rgba(11, 15, 18, .7);
}

.conceptual-map--group .conceptual-map__dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #23ffe2;
  box-shadow: 0 0 12px rgba(35, 255, 226, .62);
}

.conceptual-map--group .conceptual-map__dot--a { left: 20%; top: 29%; }
.conceptual-map--group .conceptual-map__dot--b { left: 50%; top: 49%; transform: translateX(-50%); }
.conceptual-map--group .conceptual-map__dot--c { left: 80%; top: 69%; }

.conceptual-map--group .conceptual-map__wave {
  left: 10%;
  right: 10%;
  top: 20%;
  bottom: 14%;
  border-radius: 999px;
  border: 1px dashed rgba(35, 255, 226, .28);
  transform: rotate(-8deg);
}

.conceptual-map--library .conceptual-map__spark {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #23ffe2;
  box-shadow: 0 0 10px rgba(35, 255, 226, .52);
  animation: cap-float 2.6s ease-in-out infinite;
}

.conceptual-map--library .conceptual-map__spark--a { left: calc(30% - 5px); top: 28%; }
.conceptual-map--library .conceptual-map__spark--b { left: calc(50% - 5px); top: 56%; animation-delay: .5s; }
.conceptual-map--library .conceptual-map__spark--c { left: calc(70% - 5px); top: 40%; animation-delay: .9s; }

@keyframes cap-scan {
  from { transform: translateY(-28%); }
  to { transform: translateY(28%); }
}

.cap-enterprise-map__detail-kicker {
  margin: 0 0 3px;
  color: #bdebf4;
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.cap-enterprise-map__detail h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

.cap-enterprise-map__detail p {
  margin: 5px 0 0;
  color: #d3edf3;
  font-size: .88rem;
  line-height: 1.4;
  font-weight: 300;
}

.cap-enterprise-list {
  width: 100vw;
  padding: 30px 30px 58px;
}

.cap-enterprise-list__head {
  margin-bottom: 16px;
}

.cap-enterprise-list__head .metodologia-ia__title {
  margin-bottom: 6px;
}

.cap-enterprise-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cap-enterprise-card {
  border: 1px solid rgba(11, 15, 18, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.cap-enterprise-card__link {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
}

.cap-enterprise-card__media {
  margin: 0;
  height: 210px;
  background: #e7f4f8;
}

.cap-enterprise-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cap-enterprise-card__media--placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 22%, rgba(35, 255, 226, .24), transparent 36%),
    linear-gradient(145deg, #edf9f7 0%, #dff4f1 100%);
}

.cap-enterprise-card__media--placeholder span {
  color: #1a3842;
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cap-enterprise-card__body {
  padding: 14px;
  display: grid;
  gap: 9px;
}

.cap-enterprise-card__body h3 {
  margin: 0;
  color: #0d1f25;
  font-size: 1.14rem;
  line-height: 1.2;
  font-weight: 500;
}

.cap-enterprise-card__body p {
  margin: 0;
  color: #243840;
  font-size: .95rem;
  line-height: 1.5;
  font-weight: 300;
}

.cap-enterprise-card__roles {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cap-enterprise-card__roles span {
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .45);
  background: #eaf7f4;
  color: #0d242a;
  font-size: .8rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.cap-enterprise-card__cta {
  margin-top: 4px;
  color: #0e2d33;
  font-size: .9rem;
  font-weight: 500;
}

.cap-enterprise-list__empty {
  border: 1px dashed rgba(11, 15, 18, .18);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.cap-detail-hero {
  width: 100vw;
  padding: 44px 0 30px;
  background: linear-gradient(150deg, #0b141b 0%, #122532 100%);
}

.cap-detail-hero__eyebrow {
  margin: 0 0 8px;
  color: rgba(229, 246, 252, .84);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

.cap-detail-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.04;
  font-style: italic;
  font-weight: 400;
}

.cap-detail-hero__subtitle {
  margin: 12px 0 0;
  color: #cfe4eb;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.5;
  font-weight: 300;
  max-width: 72ch;
}

.cap-detail-hero__actions {
  margin-top: 16px;
}

.cap-detail-body {
  width: 100vw;
  padding: 28px 0 26px;
}

.cap-detail-body__wrap {
  box-shadow: none;
}

.cap-detail-body__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-detail-architecture {
  width: 100vw;
  padding: 10px 0 24px;
}

.cap-detail-section-head {
  margin-bottom: 12px;
}

.cap-detail-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-detail-step {
  border: 1px solid rgba(11, 15, 18, .1);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.cap-detail-step__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0e6060;
  font-weight: 700;
}

.cap-detail-step h3 {
  margin: 0 0 10px;
  font-size: clamp(1.06rem, 1.45vw, 1.22rem);
  line-height: 1.2;
  font-weight: 500;
  color: #0b2027;
}

.cap-detail-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cap-detail-step li {
  margin: 0;
  padding-left: 12px;
  border-left: 2px solid rgba(35, 255, 226, .85);
  color: #21363f;
  font-size: var(--text-body-size);
  line-height: var(--text-body-line);
  font-weight: 300;
}

.cap-detail-deliverables {
  width: 100vw;
  padding: 2px 0 24px;
}

.cap-detail-deliverables__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-detail-panel {
  border: 1px solid rgba(11, 15, 18, .1);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}

.cap-detail-panel h2 {
  margin: 0 0 8px;
  color: #0b2027;
  font-size: 1.14rem;
  line-height: 1.2;
  font-weight: 500;
}

.cap-detail-panel p,
.cap-detail-panel li {
  margin: 0;
  color: #21363f;
  font-size: var(--text-body-size);
  line-height: var(--text-body-line);
  font-weight: 300;
}

.cap-detail-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cap-detail-panel li {
  border-left: 2px solid rgba(35, 255, 226, .8);
  padding-left: 10px;
}

.cap-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cap-detail-chips span {
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .45);
  background: #eaf7f4;
  color: #0d242a;
  font-size: .8rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.legal-page {
  width: 100%;
}

.legal-wrap {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.legal-hero {
  width: 100vw;
  padding: 38px 0 18px;
}

.legal-eyebrow {
  margin: 0 0 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: 12px;
  color: #4b616a;
  font-weight: 600;
}

.legal-updated {
  margin-top: 6px;
  color: #5a7179;
  font-size: .92rem;
}

.legal-body {
  width: 100vw;
  padding: 6px 0 28px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.legal-card {
  border: 1px solid rgba(11, 15, 18, .1);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.legal-card h3 {
  margin: 0 0 10px;
  color: #0c232a;
  font-size: clamp(1.08rem, 1.5vw, 1.26rem);
  line-height: 1.2;
  font-weight: 500;
}

.legal-card p,
.legal-card li {
  margin: 0;
  color: #20373f;
  font-size: var(--text-body-size);
  line-height: var(--text-body-line);
  font-weight: 300;
}

.legal-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.legal-card li {
  padding-left: 12px;
  border-left: 2px solid rgba(35, 255, 226, .82);
}

.legal-note {
  width: 100vw;
  padding: 0 0 30px;
}

.legal-note p {
  color: #5b6f77;
  font-size: .92rem;
}

.legal-note a {
  color: #0e7070;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.grupo-serco-page {
  width: 100%;
}

.grupo-serco-hero {
  width: 100vw;
}

.grupo-serco-story {
  margin-top: 8px;
}

.grupo-serco-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 22px;
}

.grupo-serco-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(35, 255, 226, .82), rgba(35, 255, 226, .28));
}

.grupo-serco-timeline__item {
  position: relative;
  border: 1px solid rgba(11, 15, 18, .1);
  border-radius: 12px;
  background: #fff;
  padding: 14px 14px 14px 16px;
}

.grupo-serco-timeline__dot {
  position: absolute;
  left: -21px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .9);
  background: #23ffe2;
  box-shadow: 0 0 0 4px rgba(35, 255, 226, .18);
}

.grupo-serco-timeline__year {
  margin: 0 0 6px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #0f7171;
  font-weight: 700;
}

.grupo-serco-timeline__item h3 {
  margin: 0 0 8px;
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.2;
  font-style: italic;
  font-weight: 500;
}

.grupo-serco-companies {
  width: 100vw;
  padding: 10px 0 40px;
}

.grupo-serco-companies__head {
  margin-bottom: 12px;
}

.grupo-serco-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.grupo-serco-card {
  border: 1px solid rgba(11, 15, 18, .12);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grupo-serco-card__logo {
  height: 86px;
  border-radius: 10px;
  background: #f7fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.grupo-serco-card__logo--dark {
  background: #0b0f12;
}

.grupo-serco-card__logo img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

.grupo-serco-card__kicker {
  margin: 0;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #0f7171;
  font-weight: 700;
}

.grupo-serco-card p {
  margin: 0;
}

.grupo-serco-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

@keyframes cap-float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

@keyframes cap-pulse {
  0% { opacity: .45; }
  50% { opacity: 1; }
  100% { opacity: .45; }
}

@keyframes cap-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1200px) {
  .cap-flow__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .capabilities-hero,
  .cap-flow,
  .capabilities-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-wrap {
    width: min(1200px, calc(100% - 24px));
  }

  .capabilities-hero--pro {
    padding-top: 42px;
    padding-bottom: 28px;
  }

  .cap-flow__canvas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-enterprise-hero,
  .cap-enterprise-list,
  .cap-detail-hero,
  .cap-detail-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cap-enterprise-hero__grid {
    grid-template-columns: 1fr;
  }

  .cap-enterprise-hero__stats {
    grid-template-columns: 1fr 1fr;
  }

  .cap-enterprise-list__grid,
  .cap-detail-body__grid,
  .cap-detail-steps,
  .cap-detail-deliverables__grid,
  .legal-grid,
  .grupo-serco-timeline,
  .grupo-serco-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .capabilities-hero__chips {
    grid-template-columns: 1fr;
  }

  .cap-flow__canvas {
    grid-template-columns: 1fr;
  }

  .cap-flow__node {
    min-height: 88px;
  }

  .cap-enterprise-map {
    min-height: 380px;
  }

  .cap-enterprise-map__core {
    top: 41%;
    width: 116px;
    height: 116px;
  }

  .cap-enterprise-map .n1 { left: 12px; top: 78px; }
  .cap-enterprise-map .n2 { right: 12px; top: 78px; }
  .cap-enterprise-map .n3 { left: 12px; top: 200px; }
  .cap-enterprise-map .n4 { right: 12px; top: 200px; }
  .cap-enterprise-map .n5 { left: calc(50% - 78px); top: 308px; bottom: auto; width: 156px; min-height: 58px; }

  .cap-enterprise-map__edge {
    display: none;
  }

  .cap-enterprise-map__chips {
    position: static;
    margin: 10px 12px 0;
  }

  .cap-enterprise-map__detail {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 767px) {
  .cap-enterprise-hero,
  .cap-hero-adapt,
  .solutions-modern-hero,
  .case-archive-hero,
  .wp-library-hero {
    padding-top: 34px;
    padding-bottom: 20px;
    max-height: 100vh;
  }

  .cap-enterprise-hero .cap-enterprise-hero__grid,
  .cap-hero-adapt .cap-enterprise-hero__grid {
    gap: 14px;
  }

}

.discovery-gantt {
  width: 100vw;
  padding: 10px 30px 36px;
}

.discovery-gantt__head {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) repeat(4, minmax(84px, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.discovery-gantt__head span {
  min-height: 34px;
  border-radius: 10px;
  background: #f2f7f9;
  border: 1px solid rgba(11, 15, 18, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #24353d;
  font-size: .85rem;
  font-weight: 500;
}

.discovery-gantt__head span:first-child {
  background: transparent;
  border: 0;
}

.discovery-gantt__rows {
  display: grid;
  gap: 10px;
}

.discovery-gantt__row {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) repeat(4, minmax(84px, 1fr));
  gap: 8px;
  align-items: stretch;
}

.discovery-gantt__meta {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid rgba(11, 15, 18, .08);
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
}

.discovery-gantt__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .8);
  background: rgba(35, 255, 226, .2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.discovery-gantt__meta h3 {
  margin: 0;
  color: #07181f;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.28;
  font-weight: 500;
}

.discovery-gantt__meta p {
  margin: 4px 0 0;
  color: #25373e;
  font-size: .92rem;
  line-height: 1.42;
  font-weight: 300;
}

.discovery-gantt__timeline {
  display: contents;
}

.discovery-gantt__timeline span {
  border-radius: 12px;
  border: 1px solid rgba(11, 15, 18, .1);
  background: #f7fbfc;
  min-height: 68px;
  position: relative;
}

.discovery-gantt__timeline span.is-on {
  background:
    linear-gradient(135deg, rgba(35, 255, 226, .24), rgba(35, 255, 226, .08)),
    #eef9f7;
  border-color: rgba(35, 255, 226, .66);
}

.discovery-gantt__timeline span.is-on::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: rgba(35, 255, 226, .9);
  border-radius: 4px;
}

.fasttrack-lp__deliverables-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  gap: 22px;
  align-items: stretch;
}

.fasttrack-lp__deliverables-copy {
  background: #fff;
  border: 1px solid rgba(11, 15, 18, .08);
  border-radius: 14px;
  padding: 20px 20px 18px;
}

.fasttrack-lp__deliverables-copy .desc {
  margin: 8px 0 12px;
  color: #263840;
  line-height: 1.5;
}

.fasttrack-lp__deliverables-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.fasttrack-lp__deliverables-copy li {
  color: #1f2f37;
  font-size: clamp(.95rem, 1vw, 1.04rem);
  line-height: 1.5;
  font-weight: 300;
  padding-left: 16px;
  position: relative;
}

.fasttrack-lp__deliverables-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.fasttrack-lp__deliverables-media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(35, 255, 226, .32);
}

.fasttrack-lp__deliverables-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.fasttrack-lp__cta {
  width: 100vw;
  margin: 6px 0 0;
  padding: 42px 30px 52px;
  background: #0b0f12;
}

.fasttrack-lp__cta .metodologia-ia__title,
.fasttrack-lp__cta .metodologia-ia__intro {
  color: #fff;
}

@media (max-width: 991px) {
  .fasttrack-lp__hero .fasttrack-lp__wrap,
  .fasttrack-lp__benefits .fasttrack-lp__wrap,
  .fasttrack-lp__steps,
  .fasttrack-lp__deliverables-grid {
    grid-template-columns: 1fr;
  }

  .discovery-phase-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .discovery-phase-tabs__item {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .discovery-gantt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .discovery-gantt__head {
    display: none;
  }

  .discovery-gantt__row {
    grid-template-columns: 1fr;
  }

  .discovery-gantt__timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .home-fasttrack__value,
  .home-fasttrack__steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-fasttrack {
    margin: 0 0 42px;
    padding: 0 12px;
  }

  .home-fasttrack__wrap {
    width: min(1200px, calc(100% - 24px));
    padding: 22px 14px;
  }
}

.case-study-template {
  background: #f7fafb;
}

.case-study-wrap {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
}

.case-study-hero {
  padding: 56px 0 36px;
  background: linear-gradient(160deg, #0b0f12 0%, #111b21 58%, #14232b 100%);
}

.case-study-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: 24px;
  align-items: center;
}

.case-study-hero__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .74);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.case-study-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.1vw, 3.8rem);
  line-height: 1.03;
  font-weight: 400;
  font-style: italic;
}

.case-study-hero__subtitle {
  margin: 14px 0 0;
  color: #d8e5ea;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.4;
}

.case-study-hero__meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-study-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(173, 198, 208, .28);
  color: #eff9fc;
  font-size: 12px;
  font-weight: 500;
}

.case-study-hero__media {
  margin: 0;
  border: 1px solid rgba(35, 255, 226, .32);
  border-radius: 14px;
  overflow: hidden;
  background: #0f171c;
}

.case-study-hero__media img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
}

.case-study-kpis {
  margin-top: -22px;
  padding-bottom: 18px;
}

.case-study-kpis__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.case-study-kpi {
  border: 1px solid rgba(35, 255, 226, .25);
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 10px 28px rgba(11, 15, 18, .08);
}

.case-study-kpi__value {
  display: block;
  color: #031115;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
  font-weight: 600;
}

.case-study-kpi__label {
  display: block;
  margin-top: 8px;
  color: #51636d;
  font-size: .95rem;
  font-weight: 400;
}

.case-study-content {
  padding: 22px 0 18px;
}

.case-study-content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.case-study-block {
  background: #fff;
  border: 1px solid #e1e8ec;
  border-radius: 14px;
  padding: 18px;
}

.case-study-block--full {
  grid-column: 1 / -1;
}

.case-study-block h2 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.15;
  font-weight: 500;
}

.case-study-block p,
.case-study-block li {
  margin: 0;
  color: #1b272e;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.45;
  font-weight: 300;
}

.case-study-block ol,
.case-study-block ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.case-study-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-study-stack span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid #d5e0e6;
  background: #f8fcfd;
  color: #1a2a31;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
}

.case-study-gallery {
  padding: 8px 0 18px;
}

.case-study-gallery h2 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
}

.case-study-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.case-study-gallery__item {
  display: block;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d8e4e9;
  background: #0f171c;
  box-shadow: 0 10px 24px rgba(11, 15, 18, .08);
}

.case-study-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 360px;
  object-fit: cover;
  transition: transform .28s ease;
}

.case-study-gallery__item:hover img {
  transform: scale(1.03);
}

.case-study-quote {
  padding: 10px 0 18px;
}

.case-study-quote blockquote {
  margin: 0;
  background: #0f171c;
  border: 1px solid rgba(35, 255, 226, .3);
  border-radius: 14px;
  padding: 22px;
}

.case-study-quote p {
  margin: 0;
  color: #eef8fb;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  line-height: 1.4;
}

.case-study-quote cite {
  margin-top: 12px;
  display: inline-flex;
  flex-direction: column;
  color: #c7d9e0;
  font-size: .95rem;
  font-style: normal;
}

.case-study-quote cite span {
  color: var(--accent);
}

.case-study-quote__person {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.case-study-quote__person img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(35, 255, 226, .32);
  background: #111b21;
}

.case-study-faq {
  padding: 8px 0 12px;
}

.case-study-faq > .case-study-wrap > h2 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
}

.case-study-faq__list {
  display: grid;
  gap: 10px;
}

.case-study-faq__list details {
  border: 1px solid #d8e4e9;
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
}

.case-study-faq__list summary {
  cursor: pointer;
  font-weight: 500;
}

.case-study-faq__list p {
  margin: 8px 0 0;
  color: #2a3941;
  line-height: 1.45;
}

.case-study-cta {
  padding: 22px 0 50px;
}

.case-study-cta__inner {
  border: 1px solid rgba(35, 255, 226, .28);
  background: #0d161b;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.case-study-cta__inner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 500;
}

.case-study-cta__inner p {
  margin: 0;
  color: #d6e4ea;
}

.case-archive-wrap {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
}

.case-archive-hero {
  padding: 54px 0 34px;
  background:
    linear-gradient(155deg, rgba(8, 13, 17, .78), rgba(10, 22, 30, .7)),
    linear-gradient(160deg, #0b0f12 0%, #111b21 58%, #14232b 100%),
    url("https://images.pexels.com/photos/31352672/pexels-photo-31352672.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
  background-position: center, center, center;
  background-size: cover, auto, cover;
  background-repeat: no-repeat;
}

.case-archive-hero__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .74);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.case-archive-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.1vw, 3.8rem);
  line-height: 1.03;
  font-weight: 400;
  font-style: italic;
}

.case-archive-hero__subtitle {
  margin: 14px 0 0;
  color: #d8e5ea;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.42;
  max-width: 70ch;
}

.case-archive-hero__meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-archive-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(173, 198, 208, .28);
  color: #eff9fc;
  font-size: 12px;
  font-weight: 500;
}

.case-archive-browser {
  padding: 26px 0 52px;
  background: #f7fafb;
}

.case-archive-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .35fr);
  gap: 12px;
  margin-bottom: 16px;
}

.case-archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-filter {
  border: 1px solid #d5e0e6;
  background: #fff;
  border-radius: 999px;
  min-height: 34px;
  padding: 0 14px;
  color: #0f171c;
  font-size: .92rem;
  font-weight: 400;
  cursor: pointer;
}

.case-filter.is-active {
  border-color: rgba(35, 255, 226, .55);
  box-shadow: inset 0 0 0 1px rgba(35, 255, 226, .35);
  background: #ecfffb;
}

.case-archive-search input {
  width: 100%;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #d5e0e6;
  background: #fff;
  color: #0f171c;
  font-size: .96rem;
  font-weight: 300;
  padding: 0 12px;
}

.case-archive-search input:focus {
  outline: none;
  border-color: rgba(35, 255, 226, .85);
  box-shadow: 0 0 0 3px rgba(35, 255, 226, .16);
}

.case-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.case-archive-card {
  border: 1px solid #d8e4e9;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(11, 15, 18, .06);
}

.case-archive-card__link {
  text-decoration: none;
  color: inherit;
  display: grid;
  min-height: 100%;
}

.case-archive-card__media {
  margin: 0;
  background: #0f171c;
}

.case-archive-card__media img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.case-archive-card__body {
  padding: 14px;
  display: grid;
  grid-template-rows: auto minmax(2.35em, auto) 1fr auto;
  align-content: start;
  gap: 10px;
}

.case-archive-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.case-archive-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #dbe5ea;
  background: #f8fcfd;
  color: #1a2a31;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.case-archive-card__title {
  margin: 0;
  color: #0f171c;
  font-size: clamp(1.18rem, 1.6vw, 1.5rem);
  line-height: 1.16;
  font-weight: 400;
  min-height: 2.35em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-archive-card__excerpt {
  margin: 0;
  color: #2a3941;
  font-size: .98rem;
  line-height: 1.45;
  font-weight: 300;
  min-height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.case-archive-card__cta {
  display: inline-flex;
  align-items: center;
  color: #091920;
  font-size: .92rem;
  font-weight: 500;
}

.case-archive-empty {
  margin: 0;
  color: #1f2f36;
  font-size: 1rem;
}

.solutions-index-wrap {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
}

.solutions-index-hero {
  padding: 58px 0 36px;
  background:
    linear-gradient(140deg, rgba(10, 14, 18, .98) 0%, rgba(14, 22, 29, .94) 56%, rgba(22, 35, 42, .95) 100%),
    radial-gradient(circle at 92% 12%, rgba(35, 255, 226, .14), transparent 55%);
}

.solutions-index-hero__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .78);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.solutions-index-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.4vw, 4.1rem);
  line-height: 1.02;
  font-style: italic;
  font-weight: 400;
}

.solutions-index-hero__subtitle {
  margin: 14px 0 0;
  max-width: 72ch;
  color: #d4e4eb;
  font-size: clamp(1rem, 1.18vw, 1.15rem);
  line-height: 1.42;
  font-weight: 300;
}

.solutions-index-hero__meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solutions-index-hero__meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  border: 1px solid rgba(173, 198, 208, .28);
  background: rgba(255, 255, 255, .08);
  color: #edf8fb;
  font-size: 12px;
  font-weight: 500;
}

.solutions-showcase {
  padding: 26px 0 56px;
  background: #f7fafb;
}

.solutions-showcase__list {
  display: grid;
  gap: 18px;
}

.solutions-showcase__item {
  border: 1px solid #d8e5eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(11, 15, 18, .06);
  background: #fff;
}

.solutions-showcase__link {
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
  min-height: 420px;
}

.solutions-showcase__item.is-reversed .solutions-showcase__link {
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
}

.solutions-showcase__item.is-reversed .solutions-showcase__media {
  order: 2;
}

.solutions-showcase__item.is-reversed .solutions-showcase__body {
  order: 1;
}

.solutions-showcase__media {
  margin: 0;
  position: relative;
  min-height: 100%;
  background: #0f171c;
}

.solutions-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-showcase__body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px 24px 28px;
  background: #fff;
}

.solutions-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.solutions-showcase__tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid #d8e4ea;
  background: #f8fcfd;
  color: #1a2a31;
  font-size: 12px;
  font-weight: 500;
}

.solutions-showcase__title {
  margin: 0;
  color: #0f171c;
  font-size: clamp(1.7rem, 2.9vw, 2.8rem);
  line-height: 1.05;
  font-style: italic;
  font-weight: 400;
}

.solutions-showcase__excerpt {
  margin: 0;
  color: #213037;
  font-size: 1.05rem;
  line-height: 1.46;
  font-weight: 300;
}

.solutions-showcase__impact {
  margin: 2px 0 0;
  color: #1f2f37;
  font-size: .98rem;
  line-height: 1.46;
  font-weight: 300;
}

.solutions-showcase__impact strong {
  color: #09171e;
  font-weight: 500;
}

.solutions-showcase__cta {
  margin-top: 6px;
  color: #0a1921;
  font-size: .95rem;
  font-weight: 500;
}

.solutions-cases {
  background: #0b0f12;
  padding: 56px 0 72px;
}

.solutions-cases.solutions-cases--light {
  background: #fff;
  padding: 30px 0 60px;
  margin-top: 10px;
}

.solutions-cases--light .solutions-cases__head {
  margin-bottom: 20px;
}

.solutions-cases--light .success-slider__btn {
  border: 1px solid #d2dee4;
  background: #fff;
  color: #0f1b22;
  box-shadow: 0 8px 20px rgba(11, 15, 18, .1);
  z-index: 3;
}

.solutions-cases--light .success-slider__btn:hover {
  border-color: rgba(35, 255, 226, .72);
  color: #0e2a31;
}

.solutions-cases--light .success-slider__card {
  border: 1px solid #d7e3e9;
  background: linear-gradient(180deg, #fff 0%, #f9fcfd 100%);
  box-shadow: 0 12px 28px rgba(11, 15, 18, .08);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.solutions-cases--light .success-slider__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #23ffe2 0%, rgba(35, 255, 226, .2) 100%);
  z-index: 2;
}

.solutions-cases--light .success-slider__card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 255, 226, .72);
  box-shadow: 0 18px 34px rgba(11, 15, 18, .14), 0 0 0 1px rgba(35, 255, 226, .24);
}

.solutions-cases--light .success-slider__track {
  gap: 14px;
  grid-auto-columns: calc((100% - 28px) / 3);
}

.solutions-cases--light .success-slider__slide {
  height: 100%;
}

.solutions-cases--light .success-slider__media img {
  height: 224px;
  object-fit: cover;
}

.solutions-cases--light .success-slider__body {
  min-height: 196px;
  padding: 15px;
  align-content: start;
}

.solutions-cases--light .success-slider__body h3 {
  color: #0b0f12;
  font-size: clamp(1.04rem, 1.3vw, 1.24rem);
  line-height: 1.2;
  min-height: 2.44em;
}

.solutions-cases--light .success-slider__body p {
  color: #334850;
  font-size: .94rem;
  line-height: 1.45;
  min-height: 4.35em;
}

.nosotros-ia {
  width: 100vw;
  margin: 20px 0 60px;
  padding: 86px 30px 94px;
  background-color: #0b0f12;
  background-image:
    linear-gradient(rgba(6, 10, 13, .82), rgba(6, 10, 13, .82)),
    url('https://datision.com/wp-content/uploads/2026/03/687c9d796574ce148bba7ed1_Datision_14-min.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nosotros-ia__wrap {
  width: min(100% - 0px, 1400px);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.nosotros-ia__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  gap: 18px;
  align-items: center;
}

.nosotros-ia__head-left .cf-h2-heading-56px.white {
  margin: 0;
  color: #fff;
  padding-left: 20px;
}

.nosotros-ia__head-right {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.nosotros-ia__badge img {
  width: 88px;
  height: auto;
}

.nosotros-ia__kicker {
  margin: 0;
  color: #d9eef6;
  font-size: .95rem;
  text-transform: lowercase;
  font-weight: 500;
}

.nosotros-ia__copy {
  margin: 0;
  color: #b9ced7;
  font-size: .98rem;
  line-height: 1.5;
  font-weight: 300;
}

.nosotros-ia__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nosotros-ia__card {
  border: 1px solid rgba(173, 198, 208, .28);
  border-radius: 14px;
  background: #111a20;
  padding: 16px 14px;
  display: grid;
  gap: 10px;
}

.nosotros-ia__metric {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  color: #23ffe2;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1;
  font-weight: 500;
}

.nosotros-ia__metric span:last-child {
  font-size: .9rem;
  line-height: 1.2;
  color: #dbfcf7;
  font-weight: 400;
}

.nosotros-ia__card p {
  margin: 0;
  color: #c4d6dd;
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 300;
}

.nosotros-ia__card strong {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .nosotros-ia__head {
    grid-template-columns: 1fr;
  }

  .nosotros-ia__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nosotros-ia {
    padding: 42px 30px 48px;
  }

  .nosotros-ia__grid {
    grid-template-columns: 1fr;
  }
}

.equipo-ia {
  width: 100vw;
  margin: 36px 0 72px;
  padding: 0 30px;
}

.equipo-ia__wrap {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.equipo-ia__head .heading.lateral {
  margin: 0;
}

.equipo-ia__head .cf-h2-heading-56px.metodologia-ia__intro {
  margin: 8px 0 14px;
  padding-left: 25px;
}

.equipo-ia__head .heading.lateral.metodologia-ia__title {
  color: #000;
  height: auto;
  padding: 0 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}

.equipo-ia__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.equipo-ia__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 8px;
  row-gap: 8px;
}

.equipo-ia__card {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  min-height: 220px;
  background: #0b0f12;
  border: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.equipo-ia__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.94) contrast(1.02);
}

.equipo-ia__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #23ffe2b5;
  opacity: 1;
  transition: opacity .28s ease;
  z-index: 1;
  pointer-events: none;
}

.equipo-ia__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  min-height: 64px;
  z-index: 2;
  transition: background .2s ease;
}

.equipo-ia__card:hover .equipo-ia__overlay,
.equipo-ia__card:focus-within .equipo-ia__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(5, 18, 20, .86));
}

.equipo-ia__card:hover,
.equipo-ia__card:focus-within {
  border-color: rgba(35, 255, 226, .56);
  box-shadow: 0 8px 22px rgba(35, 255, 226, .14);
}

.equipo-ia__card:hover::before,
.equipo-ia__card:focus-within::before {
  opacity: 0;
}

.equipo-ia__overlay h3 {
  margin: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equipo-ia__overlay p {
  margin: 4px 0 0;
  color: #d5e6ed;
  font-family: Roboto, sans-serif;
  font-size: .82rem;
  line-height: 1.2;
  font-weight: 300;
}

.equipo-ia__feature {
  border-radius: 11px;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(5, 9, 12, .05), rgba(5, 9, 12, .72)),
    url('/wp-content/themes/datision-theme/assets/images/perf/equipo-feature-bg.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.equipo-ia__feature-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 10, 13, .86));
}

.equipo-ia__feature h3 {
  margin: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.08;
  font-weight: 500;
}

.equipo-ia__feature p {
  margin: 10px 0 0;
  color: #d9edf3;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 300;
  max-width: 56ch;
}

.comunidad-ia {
  width: 100vw;
  margin: 10px 0 72px;
  padding: 0 30px;
}

.comunidad-ia .flex-block {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.comunidad-ia .container-80,
.comunidad-ia .container-81 {
  max-width: none;
}

.comunidad-ia .heading-36 {
  margin: 0;
}

.comunidad-ia__logos-wrap {
  width: min(100%, 1200px);
  margin: 18px auto 0;
}

.comunidad-ia__carousel {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.comunidad-ia__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 12px;
  animation: comunidadLogoScroll 34s linear infinite;
}

.comunidad-ia__carousel:hover .comunidad-ia__track {
  animation-play-state: paused;
}

.comunidad-ia__item {
  min-width: 182px;
  width: 182px;
}

.comunidad-ia__logo {
  width: 100%;
  height: 56px;
  object-fit: contain;
  background: #fff;
  /* border: 1px solid #dfe8ec; */
  border-radius: 12px;
  padding: 8px 12px;
}

@keyframes comunidadLogoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 6px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .comunidad-ia__track {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .home .metodologia-ia,
  .home #clientes-ia,
  .home .solutions-cases--light,
  .home #nosotros-ia,
  .home #equipo,
  .home #comunidad,
  .home .frase-newsletter,
  .home .contact-page-form {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
  }

  .frase_entrada.black,
  .trust-industrial {
    background-attachment: scroll;
  }

  .services-ia2 .hotspot,
  .conceptual-map .conceptual-map__orbit,
  .conceptual-map .conceptual-map__node::after {
    animation: none !important;
  }

  .equipo-ia__split {
    grid-template-columns: 1fr;
  }

  .equipo-ia__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .equipo-ia,
  .comunidad-ia {
    padding: 0 20px;
  }

  .equipo-ia__head .heading.lateral {
    padding-left: 10px;
  }

  .equipo-ia__head .cf-h2-heading-56px,
  .comunidad-ia .heading-37.titular,
  .comunidad-ia .heading-36 {
    padding-left: 10px;
  }

  .comunidad-ia__item {
    min-width: 156px;
    width: 156px;
  }

  .comunidad-ia__logo {
    height: 48px;
    padding: 7px 10px;
  }

  .equipo-ia__feature {
    min-height: 360px;
  }
}

.solutions-cases--light .success-slider__body span {
  color: #0b252b;
  background: rgba(35, 255, 226, .2);
  border: 1px solid rgba(35, 255, 226, .48);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  width: fit-content;
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .01em;
}

@media (min-width: 1500px) {
  .solutions-cases--light .success-slider__track {
    grid-auto-columns: calc((100% - 42px) / 4);
  }
}

.solutions-cases__head {
  margin-bottom: 14px;
}

.solutions-cases__eyebrow {
  margin: 0 0 8px;
  color: rgba(224, 241, 248, .78);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.solutions-cases__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.05;
  font-style: italic;
  font-weight: 400;
}

.success-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.solutions-cases--light .success-slider {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.solutions-cases--light .success-slider__viewport {
  overflow: hidden;
}

.solutions-cases--light .success-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.solutions-cases--light .success-slider__btn--prev {
  left: -56px;
}

.solutions-cases--light .success-slider__btn--next {
  right: -56px;
}

.success-slider__btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(173, 198, 208, .38);
  background: rgba(255, 255, 255, .08);
  color: #f1fbff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.success-slider__btn:hover {
  border-color: rgba(35, 255, 226, .58);
  color: #23ffe2;
}

.success-slider__viewport {
  overflow: hidden;
}

.success-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 3);
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.success-slider__track::-webkit-scrollbar {
  display: none;
}

.success-slider__slide {
  min-width: 0;
}

.success-slider__card {
  min-height: 100%;
  border: 1px solid rgba(173, 198, 208, .28);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #10171c;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
  display: grid;
}

.success-slider__media {
  margin: 0;
}

.success-slider__media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.success-slider__body {
  padding: 13px;
  display: grid;
  gap: 8px;
}

.success-slider__body h3 {
  margin: 0;
  color: #f4fbff;
  font-size: clamp(1.02rem, 1.4vw, 1.25rem);
  line-height: 1.2;
  font-weight: 400;
}

.success-slider__body p {
  margin: 0;
  color: #c8d9df;
  font-size: .93rem;
  line-height: 1.42;
  font-weight: 300;
}

.success-slider__body span {
  color: #23ffe2;
  font-size: .9rem;
  font-weight: 500;
}

@keyframes subtleSwipeCue {
  0% { transform: translateX(0); opacity: .55; }
  50% { transform: translateX(10px); opacity: 1; }
  100% { transform: translateX(0); opacity: .55; }
}

.solutions-modern-wrap {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
}

.solutions-modern-hero {
  padding: 58px 0 34px;
  background:
    linear-gradient(155deg, rgba(7, 13, 18, .76), rgba(9, 20, 27, .66)),
    radial-gradient(circle at 86% 16%, rgba(35, 255, 226, .34), transparent 40%),
    radial-gradient(circle at 12% 90%, rgba(0, 188, 255, .18), transparent 40%),
    linear-gradient(145deg, #081015 0%, #0f1e27 58%, #14303a 100%),
    url("https://images.pexels.com/photos/34938441/pexels-photo-34938441.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
  background-position: center, center, center, center, center;
  background-size: cover, auto, auto, auto, cover;
  background-repeat: no-repeat;
}

.solutions-modern-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .4fr);
  gap: 18px;
  align-items: center;
}

.solutions-modern-hero__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .78);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.solutions-modern-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 4.1rem);
  line-height: 1.02;
  font-style: italic;
  font-weight: 400;
}

.solutions-modern-hero__subtitle {
  margin: 14px 0 0;
  max-width: 74ch;
  color: #d5e4ea;
  font-size: clamp(1rem, 1.18vw, 1.15rem);
  line-height: 1.42;
  font-weight: 300;
}

.solutions-modern-hero__stats {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.solutions-modern-hero__stats article {
  border: 1px solid rgba(173, 198, 208, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  padding: 11px 12px;
  display: grid;
  gap: 4px;
}

.solutions-modern-hero__stats strong {
  color: #fff;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  line-height: 1;
  font-weight: 500;
}

.solutions-modern-hero__stats span {
  color: #d4e3ea;
  font-size: .84rem;
  line-height: 1.2;
  font-weight: 300;
}

.solutions-modern-hero__visual {
  display: grid;
  place-items: center;
  min-height: 260px;
}

.solutions-modern-hero__ring {
  width: min(260px, 78vw);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid rgba(35, 255, 226, .45);
  position: relative;
  box-shadow: inset 0 0 0 28px rgba(35, 255, 226, .04);
}

.solutions-modern-hero__ring span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #23ffe2;
  box-shadow: 0 0 0 6px rgba(35, 255, 226, .16);
  animation: solPulse 2.2s ease-in-out infinite;
}

.solutions-modern-hero__ring span:nth-child(1) { top: 16%; left: 50%; transform: translate(-50%, -50%); }
.solutions-modern-hero__ring span:nth-child(2) { top: 67%; left: 22%; animation-delay: .25s; }
.solutions-modern-hero__ring span:nth-child(3) { top: 67%; right: 22%; animation-delay: .5s; }

@keyframes solPulse {
  0%, 100% { transform: scale(1); opacity: .82; }
  50% { transform: scale(1.16); opacity: 1; }
}

.solutions-modern-browser {
  background: #f7fafb;
  padding: 26px 0 58px;
}

.solutions-modern-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  border: 1px solid #dbe6eb;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.solutions-modern-filters label {
  color: #40525c;
  font-size: .85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.solutions-modern-filters select {
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #d5e0e6;
  background: #fff;
  color: #0f171c;
  font-size: .92rem;
  font-weight: 400;
  padding: 0 38px 0 12px;
  min-width: 250px;
}

.solutions-modern-groups {
  display: grid;
  gap: 24px;
}

.solutions-modern-group {
  display: grid;
  gap: 14px;
}

.solutions-modern-group__head h2 {
  margin: 0;
  color: #0f171c;
  font-size: clamp(1.55rem, 2.6vw, 2.4rem);
  line-height: 1.08;
  font-style: italic;
  font-weight: 400;
}

.solutions-modern-group__head p {
  margin: 8px 0 0;
  color: #2a3941;
  font-size: .98rem;
  line-height: 1.4;
  font-weight: 300;
  max-width: 72ch;
}

.solutions-context-card {
  border: 1px solid #d9e5ea;
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .3fr);
  gap: 14px;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(11, 15, 18, .04);
}

.solutions-context-card__eyebrow {
  margin: 0;
  color: #5a6d77;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}

.solutions-context-card__summary {
  margin: 8px 0 0;
  color: #112029;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 400;
}

.solutions-context-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.solutions-context-card li {
  color: #2a3a42;
  font-size: .92rem;
  line-height: 1.42;
  font-weight: 300;
}

.solutions-context-card__sources {
  border-left: 1px solid #e3ecef;
  padding-left: 12px;
  display: grid;
  align-content: start;
  gap: 6px;
}

.solutions-context-card__sources p {
  margin: 0;
  color: #5a6d77;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}

.solutions-context-card__sources a {
  color: #0b5a57;
  text-decoration: none;
  font-size: .86rem;
  line-height: 1.3;
  font-weight: 400;
}

.solutions-context-card__sources a:hover {
  color: #0c2229;
  text-decoration: underline;
}

.solutions-modern-featured {
  display: grid;
  gap: 8px;
}

.solutions-modern-featured__label {
  margin: 0;
  color: #42535c;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}

.solutions-modern-featured .solutions-modern-card {
  border-color: rgba(35, 255, 226, .45);
}

.solutions-modern-featured .solutions-modern-card__link {
  min-height: 320px;
  height: 320px;
  max-height: 320px;
}

.solutions-modern-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 12px;
}

.solutions-modern-card {
  border: 1px solid #d9e4ea;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 15, 18, .06);
  height: 100%;
}

.solutions-modern-card__link {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, .58fr);
  min-height: 320px;
  height: 320px;
  max-height: 320px;
  text-decoration: none;
  color: inherit;
}

.solutions-modern-card__media {
  margin: 0;
  background: #0f171c;
}

.solutions-modern-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-modern-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
  overflow: hidden;
}

.solutions-modern-card__body h3 {
  margin: 0;
  color: #0f171c;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solutions-modern-card__desc {
  margin: 0;
  color: #27373f;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solutions-modern-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.solutions-modern-card__chips span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #dbe5ea;
  background: #f8fcfd;
  color: #1a2a31;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 500;
}

.solutions-modern-card__kpis {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.solutions-modern-card__kpis li {
  border: 1px solid rgba(35, 255, 226, .28);
  border-radius: 10px;
  background: #fbfffe;
  padding: 8px;
  display: grid;
  gap: 3px;
}

.solutions-modern-card__kpis strong {
  color: #061219;
  font-size: 1.02rem;
  line-height: 1;
  font-weight: 600;
}

.solutions-modern-card__kpis span {
  color: #4e606a;
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 400;
}

.solutions-modern-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  border: 1px solid #d5e0e6;
  padding: 0 12px;
  color: #091920;
  font-size: .9rem;
  font-weight: 500;
  width: fit-content;
}

.wp-library-hero {
  padding: 56px 0 30px;
  background:
    linear-gradient(155deg, rgba(8, 16, 22, .78), rgba(8, 22, 31, .68)),
    radial-gradient(circle at 82% 18%, rgba(35, 255, 226, .24), transparent 42%),
    linear-gradient(145deg, #081015 0%, #0f1f29 58%, #14303a 100%),
    url("https://images.pexels.com/photos/28806603/pexels-photo-28806603.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=1200&w=2000");
  background-position: center, center, center, center;
  background-size: cover, auto, auto, cover;
  background-repeat: no-repeat;
}

.wp-library-browser {
  background: #f7fafb;
  padding: 24px 0 60px;
}

.wp-library-layout {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.wp-library-sidebar {
  position: sticky;
  top: 96px;
  border: 1px solid #d9e5ea;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(11, 15, 18, .05);
  display: grid;
  gap: 10px;
}

.wp-library-sidebar h3 {
  margin: 0;
  color: #102029;
  font-size: 1.05rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
}

.wp-library-filter {
  display: grid;
  gap: 6px;
}

.wp-library-filter span {
  color: #39505a;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
}

.wp-library-filter input,
.wp-library-filter select {
  min-height: 40px;
  border: 1px solid #d2dee5;
  border-radius: 10px;
  background: #f8fbfc;
  color: #0f1e25;
  padding: 0 12px;
  font-size: .92rem;
  font-weight: 400;
}

.wp-library-reset {
  width: 100%;
}

.wp-library-count {
  margin: 0;
  color: #4c6069;
  font-size: .86rem;
  font-weight: 400;
}

.wp-library-main {
  min-width: 0;
}

.wp-library-group { margin-bottom: 24px; }

.wp-library-group h2 {
  margin: 0 0 10px;
  color: #0f171c;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
}

.wp-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wp-library-card {
  border: 1px solid #d9e5ea;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(11, 15, 18, .05);
}

.wp-library-card h3 {
  margin: 0;
  color: #112029;
  font-size: 1.06rem;
  line-height: 1.25;
  font-weight: 400;
}

.wp-library-card p {
  margin: 0;
  color: #2a3a42;
  font-size: .92rem;
  line-height: 1.42;
  font-weight: 300;
}

.wp-library-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.wp-library-card__meta span {
  color: #5b6d76;
  font-size: .78rem;
  font-weight: 500;
}

.wp-library-card__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid #d4e2e8;
  color: #0d1b22;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 500;
}

.wp-library-empty {
  border: 1px dashed #b9cfd8;
  border-radius: 12px;
  padding: 16px;
  color: #2e434c;
  font-size: .94rem;
  font-weight: 400;
  background: #fff;
}

.solution-value-template {
  background: #f7fafb;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #dce7ec;
  box-shadow: 0 12px 30px rgba(11, 15, 18, .06);
}

.solution-explorer {
  margin-bottom: 12px;
  border: 1px solid #dbe6eb;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  display: grid;
  gap: 10px;
}

.solution-explorer__controls {
  display: grid;
  gap: 8px;
}

.solution-explorer__hint {
  margin: 0;
  color: #5a6d77;
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 400;
}

.solution-explorer__controls input {
  width: 100%;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #d5e0e6;
  padding: 0 12px;
  font-size: .95rem;
  font-weight: 300;
}

.solution-explorer__controls input:focus {
  outline: none;
  border-color: rgba(35, 255, 226, .85);
  box-shadow: 0 0 0 3px rgba(35, 255, 226, .16);
}

.solution-explorer__results {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 30px;
}

.solution-explorer__link {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d5e0e6;
  background: #f8fcfd;
  color: #172730;
  text-decoration: none;
  padding: 0 10px;
  font-size: .82rem;
  font-weight: 400;
}

.solution-explorer__link.is-active {
  border-color: rgba(35, 255, 226, .62);
  background: #e8fffb;
}

.solution-planner {
  display: grid;
  gap: 12px;
}

.solution-planner__hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(35, 255, 226, .3);
  min-height: 420px;
  background:
    linear-gradient(106deg, rgba(8, 12, 15, .88) 0%, rgba(8, 12, 15, .72) 45%, rgba(8, 12, 15, .28) 78%, rgba(8, 12, 15, .1) 100%),
    var(--hero-image) center/cover no-repeat;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .4fr);
  align-items: end;
  gap: 12px;
  padding: 20px;
}

.solution-planner__hero-copy {
  display: grid;
  gap: 10px;
}

.solution-planner__eyebrow {
  margin: 0;
  color: rgba(236, 248, 252, .78);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.solution-planner__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  font-weight: 400;
  font-style: italic;
}

.solution-planner__subtitle {
  margin: 0;
  color: #d6e4ea;
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.42;
  max-width: 62ch;
  font-weight: 300;
}

.solution-planner__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-planner__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(173, 198, 208, .3);
  color: #f3fbfe;
  font-size: 12px;
  font-weight: 500;
}

.solution-planner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.solution-planner__hero-panel {
  margin: 0;
  border-radius: 12px;
  background: rgba(12, 18, 23, .86);
  border: 1px solid rgba(35, 255, 226, .32);
  padding: 14px;
}

.solution-planner__hero-panel h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 500;
}

.solution-planner__hero-panel ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.solution-planner__hero-panel li {
  color: #d2e2e8;
  font-size: .95rem;
  line-height: 1.38;
  font-weight: 300;
}

.solution-planner__kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.solution-planner__kpi {
  border: 1px solid rgba(35, 255, 226, .24);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(11, 15, 18, .06);
}

.solution-planner__kpi strong {
  display: block;
  color: #061219;
  font-size: clamp(1.5rem, 2.1vw, 2.05rem);
  line-height: 1;
  font-weight: 600;
}

.solution-planner__kpi span {
  display: block;
  margin-top: 7px;
  color: #53646e;
  font-size: .92rem;
  line-height: 1.34;
  font-weight: 400;
}

.solution-planner__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .36fr);
  gap: 10px;
  align-items: start;
}

.solution-planner__main {
  display: grid;
  gap: 10px;
}

.solution-planner__block {
  border: 1px solid #dbe5ea;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
}

.solution-planner__block h2,
.solution-planner__faq h2 {
  margin: 0 0 8px;
  color: #0f171c;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  line-height: 1.12;
  font-weight: 500;
}

.solution-planner__block p,
.solution-planner__block li,
.solution-planner__faq p {
  margin: 0;
  color: #213037;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 300;
}

.solution-planner__block ul,
.solution-planner__block ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.solution-planner__faq {
  border: 1px solid #dbe5ea;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
}

.solution-planner__faq-list {
  display: grid;
  gap: 10px;
}

.solution-planner__faq-list details {
  border: 1px solid #d8e4e9;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
}

.solution-planner__faq-list summary {
  cursor: pointer;
  font-weight: 500;
}

.solution-planner__side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
}

.solution-planner__side-card,
.solution-planner__side-cta {
  border: 1px solid #dbe5ea;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
}

.solution-planner__side-card h3,
.solution-planner__side-cta h3 {
  margin: 0 0 8px;
  color: #0f171c;
  font-size: 1.08rem;
  line-height: 1.18;
  font-weight: 500;
}

.solution-planner__side-card p,
.solution-planner__side-cta p {
  margin: 0;
  color: #22313a;
  font-size: .98rem;
  line-height: 1.42;
  font-weight: 300;
}

.solution-planner__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-planner__stack span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d6e2e8;
  background: #f8fcfd;
  color: #1b2a31;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
}

.solution-planner__side-cta {
  border-color: rgba(35, 255, 226, .28);
  background: #0d161b;
}

.solution-planner__side-cta h3 {
  color: #fff;
}

.solution-planner__side-cta p {
  color: #d5e3ea;
  margin-bottom: 12px;
}

.solution-value-template__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 18px;
  align-items: stretch;
}

.solution-value-template__hero-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.solution-value-template__eyebrow {
  margin: 0;
  color: #51636d;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}

.solution-value-template__title {
  margin: 0;
  color: #0f171c;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.03;
  font-weight: 400;
  font-style: italic;
}

.solution-value-template__subtitle {
  margin: 0;
  color: #24343c;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.42;
  font-weight: 300;
  max-width: 58ch;
}

.solution-value-template__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-value-template__chips span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d4e2e8;
  background: #fff;
  color: #122028;
  font-size: 12px;
  font-weight: 500;
  padding: 0 12px;
}

.solution-value-template__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.solution-value-template__hero-media {
  border-radius: 14px;
  border: 1px solid rgba(35, 255, 226, .32);
  overflow: hidden;
  background: #0f171c;
}

.solution-value-template__hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 470px;
  object-fit: cover;
}

.solution-value-template__impact {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.solution-value-template__impact-item {
  border: 1px solid rgba(35, 255, 226, .2);
  background: #fff;
  border-radius: 12px;
  padding: 14px;
}

.solution-value-template__impact-item strong {
  display: block;
  color: #07161d;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 600;
}

.solution-value-template__impact-item span {
  display: block;
  margin-top: 6px;
  color: #53656f;
  font-size: .93rem;
  font-weight: 400;
}

.solution-value-template__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.solution-value-template__block {
  border: 1px solid #dbe5ea;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
}

.solution-value-template__block h2 {
  margin: 0 0 8px;
  color: #0f171c;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1.14;
  font-weight: 500;
}

.solution-value-template__block p,
.solution-value-template__block li {
  margin: 0;
  color: #213037;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 300;
}

.solution-value-template__block ul,
.solution-value-template__block ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.solution-value-template__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-value-template__stack span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d7e3e8;
  background: #f8fcfd;
  color: #1a2a31;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
}

.solution-value-template__cta {
  margin-top: 14px;
  border: 1px solid rgba(35, 255, 226, .28);
  background: #0d161b;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.solution-value-template__cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 500;
}

.solution-value-template__cta p {
  margin: 0;
  color: #d5e3ea;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}

body.page-slug-mantenimiento-predictivo .article-card > h1 {
  display: none;
}

body.page-slug-mantenimiento-predictivo .article-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.site-footer {
  /* margin-top: var(--space-8); */
}

footer {
  display: block;
  unicode-bidi: isolate;
  background: #0b0f12;
}

.contacto-ia {
  width: 100vw;
  padding: clamp(28px, 4vw, 48px) 30px 60px;
}

.contacto-ia__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(18px, 3vw, 36px);
  padding: clamp(20px, 3vw, 34px);
  border-radius: 24px;
  background: linear-gradient(140deg, #0f171c 0%, #111c22 54%, #1b2c35 100%);
  border: 1px solid rgba(173, 198, 208, .28);
  box-shadow: 0 18px 44px rgba(11, 15, 18, .32);
}

.contacto-ia__copy h2 {
  color: var(--white);
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 14px;
  max-width: 20ch;
}

.contacto-ia__form-wrap {
  display: grid;
  gap: 12px;
}

.contacto-ia__notice {
  margin: 0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .93rem;
  line-height: 1.35;
  font-weight: 400;
}

.contacto-ia__notice--ok {
  border: 1px solid rgba(22, 163, 74, .44);
  background: rgba(22, 163, 74, .18);
  color: #535754;
}

.contacto-ia__notice--error {
  border: 1px solid rgba(220, 38, 38, .44);
  background: rgba(220, 38, 38, .17);
  color: #ffdfe0;
}

.contacto-ia__form {
  display: grid;
  gap: 12px;
}

.contacto-ia__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contacto-ia__form label {
  display: grid;
  gap: 6px;
}

.contacto-ia__form label > span {
  color: #dbe8ee;
  font-size: .86rem;
  line-height: 1.2;
  font-weight: 400;
}

.contacto-ia__form input[type="text"],
.contacto-ia__form input[type="email"],
.contacto-ia__form select,
.contacto-ia__form textarea {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(173, 198, 208, .34);
  background: rgba(5, 11, 14, .56);
  color: #fff;
  padding: 0 11px;
  font-size: .95rem;
  line-height: 1.2;
  font-weight: 300;
}

.contacto-ia__form textarea {
  min-height: 110px;
  padding: 10px 11px;
  resize: vertical;
}

.contacto-ia__form input::placeholder,
.contacto-ia__form textarea::placeholder {
  color: #a7bcc6;
}

.contacto-ia__form input:focus,
.contacto-ia__form select:focus,
.contacto-ia__form textarea:focus {
  outline: none;
  border-color: rgba(35, 255, 226, .72);
  box-shadow: 0 0 0 2px rgba(35, 255, 226, .18);
}

.contacto-ia__check {
  display: flex !important;
  gap: 9px !important;
  align-items: flex-start;
}

.contacto-ia__check input[type="checkbox"] {
  margin-top: 2px;
  accent-color: #23ffe2;
}

.contacto-ia__check span {
  color: #000000 !important;
  font-size: .88rem !important;
  line-height: 1.35 !important;
}

.contacto-ia__legal-copy a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contacto-ia__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-page-wrap {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin: 0 auto;
}

.contact-page-hero {
  width: 100vw;
  padding: 38px 30px 24px;
}

.contact-page-hero .heading.lateral.metodologia-ia__title {
  padding-left: 0;
}

.contact-page-hero .cf-h2-heading-56px.metodologia-ia__intro {
  padding-left: 0;
  margin: 8px 0 12px;
}

.contact-page-hero .desc {
  margin: 0;
  max-width: 78ch;
}

.contact-page-data {
  width: 100vw;
  padding: 4px 30px 22px;
}

.contact-page-data__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 16px;
}

.contact-data-card,
.contact-map-card {
  border: 1px solid #d7e3e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 15, 18, .06);
  padding: 20px;
}

.contact-data-card h3,
.contact-map-card h3 {
  margin: 0 0 12px;
  color: #0b0f12;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 500;
}

.contact-data-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.contact-data-list li {
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, .58fr);
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid #edf3f6;
  padding-bottom: 9px;
}

.contact-data-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-data-list strong {
  color: #1d3038;
  font-size: .92rem;
  font-weight: 500;
}

.contact-data-list span,
.contact-data-list a {
  color: #334850;
  font-size: .94rem;
  line-height: 1.4;
  font-weight: 300;
}

.contact-data-list a {
  color: #0b5a57;
}

.contact-map-card__frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dbe7ec;
  min-height: 320px;
}

.contact-map-card__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.contact-divisions {
  width: 100vw;
  padding: 0 30px 34px;
}

.contact-divisions .heading.lateral.metodologia-ia__title {
  padding-left: 0;
  margin-bottom: 14px;
}

.contact-divisions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-division-card {
  border: 1px solid #d7e4ea;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #f7fcfd 100%);
  padding: 16px;
  display: grid;
  gap: 8px;
}

.contact-division-card h3 {
  margin: 0;
  color: #0b0f12;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 500;
}

.contact-division-card p {
  margin: 0;
  color: #334850;
  font-size: .95rem;
  line-height: 1.4;
  font-weight: 300;
}

.contact-division-card a {
  color: #0b5a57;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.contact-page-form {
  width: 100vw;
  background: #000000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 56px 0 64px;
}

.contact-page-form--light {
  background: #fff;
}

.contact-page-form--light .contact-page-form__head .heading.lateral.metodologia-ia__title {
  color: var(--ink-900);
}

.contact-page-form--light .contact-page-form__head p,
.contact-page-form--light .contact-page-form__scope li,
.contact-page-form--light .contact-page-form__form label > span,
.contact-page-form--light .contacto-ia__check span {
  color: var(--ink-800);
}

.contact-page-form--light .contact-page-form__form-wrap {
  border-left-color: rgba(35, 255, 226, .72);
}

.contact-page-form--light .contact-page-form__form input[type="text"],
.contact-page-form--light .contact-page-form__form input[type="email"],
.contact-page-form--light .contact-page-form__form select,
.contact-page-form--light .contact-page-form__form textarea {
  background: #fff;
  color: var(--ink-900);
  border-color: var(--slate-300);
}

.contact-page-form--light .contact-page-form__form input::placeholder,
.contact-page-form--light .contact-page-form__form textarea::placeholder {
  color: var(--slate-500);
}

.contact-page-form--light .contacto-ia__link {
  color: var(--ink-800);
}

.contact-page-form__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 30px;
  align-items: start;
}

.contact-page-form__head {
  margin: 0;
}

.contact-page-form__head .heading.lateral.metodologia-ia__title {
  color: #fff;
  padding-left: 0;
  margin: 0 0 10px;
}

.contact-page-form__head p {
  margin: 0 0 12px;
  color: #d4e0e6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.contact-page-form__scope {
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-page-form__scope li {
  position: relative;
  padding-left: 18px;
  color: #d4e0e6;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 300;
}

.contact-page-form__scope li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.contact-page-form__form-wrap {
  display: grid;
  gap: 12px;
  border-left: 1px solid rgb(35 255 226);
  padding-left: 28px;
}

.contact-page-form__form {
  display: grid;
  gap: 12px;
}

.contact-page-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-page-form__form label {
  display: grid;
  gap: 6px;
}

.contact-page-form__form label > span {
  color: #d4e0e6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.contact-page-form__form input[type="text"],
.contact-page-form__form input[type="email"],
.contact-page-form__form select,
.contact-page-form__form textarea {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(173, 198, 208, .34);
  background: rgba(5, 11, 14, .56);
  color: #fff;
  padding: 0 11px;
  font-size: .95rem;
  line-height: 1.2;
  font-weight: 300;
}

.contact-page-form__form textarea {
  min-height: 120px;
  padding: 10px 11px;
  resize: vertical;
}

.contact-page-form__form input:focus,
.contact-page-form__form select:focus,
.contact-page-form__form textarea:focus {
  outline: none;
  border-color: rgba(35, 255, 226, .72);
  box-shadow: 0 0 0 2px rgba(35, 255, 226, .18);
}

.contact-page-form__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-page-form__actions .btn {
  font-family: var(--font-main);
  font-size: clamp(14px, 1.02vw, 16px);
  line-height: 1;
  font-weight: 300;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
}

.contact-page-form__actions .btn-primary {
  background: var(--accent);
  color: var(--ink-900);
  box-shadow: 0 8px 20px rgba(35, 255, 226, .26);
}

.page-template-page-contacto .site-footer {
  margin-top: 0;
}

.page-template-page-contacto .cf-footer-section {
  margin-top: 0;
  background: #0b0f12;
  border-top: 0;
}

@media (max-width: 960px) {
  .contact-page-data__grid,
  .contact-divisions__grid {
    grid-template-columns: 1fr;
  }

  .contact-page-form__layout {
    grid-template-columns: 1fr;
  }

  .contact-page-form__form-wrap {
    border-left: 0;
    padding-left: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(35, 255, 226, .35);
  }

  .contact-data-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-page-form__grid {
    grid-template-columns: 1fr;
  }
}


/* Capacidad detail v3 */
.cap-v3-page {
  background: #f7fafb;
}

.cap-v3 {
  width: 100%;
  padding: 32px 30px 64px;
  overflow: hidden;
}

.cap-v3__wrap {
  width: min(1400px, calc(100% - 2px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.cap-v3-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  border-radius: 20px;
  overflow: hidden;
  background: #0b0f12;
  min-height: 520px;
}

.cap-v3-hero__media {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  position: relative;
  isolation: isolate;
}

.cap-v3-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(35, 255, 226, .2);
  pointer-events: none;
  z-index: 0;
}

.cap-v3-hero__intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff;
  display: grid;
  gap: 12px;
}

.cap-v3-hero__eyebrow {
  margin: 0;
  color: #23ffe2;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .09em;
  font-weight: 500;
}

.cap-v3-hero__title {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.02;
  color: #fff;
}

.cap-v3-hero__subtitle {
  margin: 0;
  color: #dde8ed;
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.45;
}

.cap-v3-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.cap-v3-kpis article {
  border: 1px solid rgba(35, 255, 226, .32);
  background: rgba(255, 255, 255, .05);
  border-radius: 12px;
  padding: 12px;
}

.cap-v3-kpis strong {
  display: block;
  color: #23ffe2;
  font-size: 1.2rem;
  line-height: 1.05;
  margin-bottom: 3px;
}

.cap-v3-kpis span {
  color: #d5e4ea;
  font-size: .86rem;
  line-height: 1.3;
}

.cap-v3-hero__aside {
  background: linear-gradient(180deg, #131a1f 0%, #0f171c 100%);
  border-left: 1px solid rgba(35, 255, 226, .24);
  padding: 34px 28px;
  display: grid;
  align-content: center;
  gap: 14px;
  color: #fff;
}

.cap-v3-panel {
  border: 1px solid rgba(35, 255, 226, .3);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  padding: 14px;
}

.cap-v3-panel h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.cap-v3-panel ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.cap-v3-panel li {
  color: #dce9ee;
  font-size: .95rem;
  line-height: 1.35;
}

.cap-v3-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.cap-v3-card {
  background: #fff;
  border: 1px solid #e1e8ec;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  gap: 10px;
}

.cap-v3-card h2 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
  line-height: 1.05;
  color: #0b0f12;
}

.cap-v3-copy,
.cap-v3-card li {
  margin: 0;
  color: #263a42;
  font-size: .99rem;
  line-height: 1.5;
  font-weight: 400;
}

.cap-v3-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.cap-v3-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.cap-v3-step {
  border: 1px solid rgba(35, 255, 226, .35);
  border-radius: 12px;
  background: #f7fafb;
  padding: 12px;
  display: grid;
  gap: 6px;
  min-height: 112px;
}

.cap-v3-step b {
  font-size: .9rem;
  line-height: 1.2;
  color: #0b0f12;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 700;
}

.cap-v3-step span {
  font-size: .9rem;
  line-height: 1.35;
  color: #3f565f;
}

.cap-v3-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.cap-v3-role {
  border-radius: 12px;
  border: 1px solid rgba(35, 255, 226, .24);
  background: #0b0f12;
  color: #fff;
  padding: 11px 12px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  min-height: 64px;
}

.cap-v3-role span {
  font-size: .9rem;
  line-height: 1.3;
}

.cap-v3-role em {
  font-style: normal;
  color: #23ffe2;
  font-size: .82rem;
  line-height: 1.2;
  text-align: right;
}

.cap-v3-card__actions {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1180px) {
  .cap-v3-hero {
    grid-template-columns: 1fr;
  }

  .cap-v3-hero__media {
    min-height: 460px;
  }

  .cap-v3-hero__aside {
    border-left: 0;
    border-top: 1px solid rgba(35, 255, 226, .24);
  }
}

@media (max-width: 860px) {
  .cap-v3 {
    padding: 20px 16px 42px;
  }

  .cap-v3-grid {
    grid-template-columns: 1fr;
  }

  .cap-v3-kpis {
    grid-template-columns: 1fr;
  }

  .cap-v3-flow {
    grid-template-columns: 1fr;
  }

  .cap-v3-roles {
    grid-template-columns: 1fr;
  }

  .cap-v3-hero__media,
  .cap-v3-hero__aside {
    padding: 20px;
  }

  .cap-v3-hero__media {
    min-height: 420px;
  }
}

/* Complianz - integration with Datision design system */
.cmplz-cookiebanner,
.cmplz-manage-consent {
  font-family: Roboto, sans-serif !important;
}

.cmplz-cookiebanner {
  background: #0b0f12 !important;
  color: #ffffff !important;
  border: 1px solid rgba(35, 255, 226, 0.35) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-message {
  color: #ffffff !important;
}

.cmplz-cookiebanner .cmplz-btn {
  border-radius: 12px !important;
  min-height: 44px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

.cmplz-cookiebanner .cmplz-accept,
.cmplz-cookiebanner .cmplz-save-preferences {
  background: #23ffe2 !important;
  color: #0b0f12 !important;
  border: 1px solid transparent !important;
}

.cmplz-cookiebanner .cmplz-deny,
.cmplz-cookiebanner .cmplz-view-preferences {
  background: #ffffff !important;
  color: #0b0f12 !important;
  border: 1px solid #d7e4ea !important;
}

.cmplz-cookiebanner .cmplz-link,
.cmplz-cookiebanner a {
  color: #23ffe2 !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
  background: #23ffe2 !important;
  color: #0b0f12 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

@media (max-width: 760px) {
  .cmplz-cookiebanner {
    left: 14px !important;
    right: 14px !important;
    max-width: none !important;
    width: auto !important;
  }
}

@media (max-width: 760px) {
  .contact-page-wrap {
    width: min(1200px, calc(100% - 24px));
  }

  .contact-page-hero,
  .contact-page-data,
  .contact-divisions {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-page-hero {
    padding-top: 28px;
    padding-bottom: 14px;
  }

  .contact-page-hero .heading.lateral.metodologia-ia__title,
  .contact-divisions .heading.lateral.metodologia-ia__title {
    padding-left: 0;
    text-align: center;
  }

  .contact-page-hero .cf-h2-heading-56px.metodologia-ia__intro,
  .contact-page-hero .desc {
    text-align: center;
  }

  .contact-map-card__frame,
  .contact-map-card__frame iframe {
    min-height: 260px;
  }

  .contact-page-form {
    padding-top: 34px;
    padding-bottom: 40px;
  }
}

.contacto-ia__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .13em;
  font-weight: 800;
  color: #95aab4;
}

.contacto-ia__text {
  margin: 0;
  color: #d4e0e6;
  max-width: 60ch;
}

.contacto-ia__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.contacto-ia__link {
  color: #c2d0d8;
  font-weight: 700;
  font-size: 15px;
}

.contacto-ia__link:hover {
  color: var(--accent);
}

.contacto-ia__visual {
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(173, 198, 208, .24);
  background: #0b1216;
}

.contacto-ia__texture {
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(135deg, rgba(10, 15, 19, .34), rgba(9, 14, 18, .72)),
    radial-gradient(500px 240px at 15% 0%, rgba(35, 255, 226, .22), transparent 65%),
    url("https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.discovery-page {
  background: #fff;
}

.discovery-wrap {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto;
}

.discovery-hero {
  width: 100vw;
  padding: 48px 30px 34px;
}

.discovery-hero .discovery-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 26px;
  align-items: stretch;
}

.discovery-hero__eyebrow {
  margin: 0 0 12px;
  color: #6b7f89;
  font-size: .78rem;
  line-height: 1.1;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
}

.discovery-hero__copy .metodologia-ia__title,
.discovery-hero__copy .metodologia-ia__intro {
  padding-left: 0;
  margin-left: 0;
}

.discovery-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.discovery-hero__panel {
  border: 1px solid rgba(35, 255, 226, .36);
  border-radius: 14px;
  background: #0f171c;
  padding: 20px;
  display: grid;
  gap: 12px;
}

.discovery-kpi {
  border: 1px solid rgba(35, 255, 226, .22);
  border-radius: 12px;
  padding: 14px;
  background: rgba(11, 15, 18, .66);
}

.discovery-kpi strong {
  display: block;
  color: var(--accent);
  font-size: clamp(1.3rem, 2.7vw, 2rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
}

.discovery-kpi span {
  color: #d8e6ec;
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 300;
}

.discovery-problems,
.discovery-method,
.discovery-deliverables,
.discovery-related,
.discovery-cases,
.discovery-cta {
  width: 100vw;
  padding: 10px 30px 40px;
}

.discovery-section-head .metodologia-ia__title,
.discovery-section-head .metodologia-ia__intro {
  padding-left: 0;
  margin-left: 0;
}

.discovery-problems__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.discovery-problem-card {
  background: #fff;
  border: 1px solid #dbe6eb;
  border-radius: 14px;
  padding: 18px;
}

.discovery-problem-card h3 {
  margin: 0 0 8px;
  color: #0b0f12;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 600;
}

.discovery-problem-card p {
  margin: 0;
  color: #31464f;
  font-size: .96rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-method {
  background: #f7fafb;
}

.discovery-steps {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.discovery-steps li {
  background: #fff;
  border: 1px solid #dce7ec;
  border-radius: 14px;
  padding: 18px;
}

.discovery-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #eafffb;
  color: #0c5854;
  font-size: .9rem;
  font-weight: 700;
}

.discovery-steps h3 {
  margin: 12px 0 8px;
  color: #0b0f12;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 600;
}

.discovery-steps p {
  margin: 0;
  color: #32474f;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-deliverables__panel {
  border: 1px solid rgba(35, 255, 226, .33);
  border-radius: 14px;
  background: #0f171c;
  padding: 24px;
}

.discovery-deliverables__panel .metodologia-ia__title {
  color: #fff;
  padding-left: 0;
  margin: 0 0 12px;
}

.discovery-deliverables__panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.discovery-deliverables__panel li {
  position: relative;
  padding-left: 18px;
  color: #d3e2e8;
  font-size: .98rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-deliverables__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.discovery-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.discovery-related-card {
  background: #fff;
  border: 1px solid #dce7ec;
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, transform .2s ease;
}

.discovery-related-card:hover {
  border-color: rgba(35, 255, 226, .9);
  transform: translateY(-2px);
}

.discovery-related-card h3 {
  margin: 0 0 8px;
  color: #0b0f12;
  font-size: .98rem;
  line-height: 1.3;
  font-weight: 600;
}

.discovery-related-card p {
  margin: 0 0 8px;
  color: #35505a;
  font-size: .92rem;
  line-height: 1.42;
  font-weight: 300;
}

.discovery-related-card span {
  color: #0b5f5a;
  font-size: .84rem;
  line-height: 1.2;
  font-weight: 600;
}

.discovery-cases {
  background: #f7fafb;
}

.discovery-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.discovery-case-card {
  display: grid;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.discovery-case-card figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce7ec;
  aspect-ratio: 16 / 10;
}

.discovery-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discovery-case-card h3 {
  margin: 0 0 6px;
  color: #0b0f12;
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 600;
}

.discovery-case-card p {
  margin: 0;
  color: #344a53;
  font-size: .93rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-cta {
  padding-top: 24px;
  padding-bottom: 70px;
}

.discovery-cta .metodologia-ia__title {
  padding-left: 0;
  margin: 0 0 8px;
}

.discovery-cta .desc {
  margin: 0;
}

.discovery-cta__actions {
  margin-top: 18px;
}

@media (max-width: 1440px) {
  .discovery-wrap {
    width: min(1200px, calc(100% - 60px));
  }

  .discovery-hero .discovery-wrap {
    grid-template-columns: 1fr;
  }

  .discovery-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .discovery-hero,
  .discovery-problems,
  .discovery-method,
  .discovery-deliverables,
  .discovery-related,
  .discovery-cases,
  .discovery-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .discovery-wrap {
    width: min(1200px, calc(100% - 24px));
  }

  .discovery-hero {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .discovery-hero__copy .metodologia-ia__title,
  .discovery-hero__copy .metodologia-ia__intro,
  .discovery-section-head .metodologia-ia__title,
  .discovery-section-head .metodologia-ia__intro {
    text-align: center;
  }

  .discovery-hero__actions {
    justify-content: center;
  }

  .discovery-problems__grid,
  .discovery-steps,
  .discovery-cases__grid,
  .discovery-related__grid {
    grid-template-columns: 1fr;
  }
}

/* Discovery Landing v2 */
.discovery-lp {
  background: #fff;
}

.discovery-lp-wrap {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.discovery-lp-hero {
  width: 100vw;
  padding: 44px 0 36px;
}

.discovery-lp-hero .discovery-lp-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 22px;
  align-items: stretch;
}

.discovery-lp-hero__eyebrow {
  margin: 0 0 10px;
  color: #5f7680;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.discovery-lp-hero__copy .metodologia-ia__title,
.discovery-lp-hero__copy .metodologia-ia__intro {
  padding-left: 0;
  margin-left: 0;
}

.discovery-lp-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.discovery-lp-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  border: 1px solid #dbe6eb;
  background: #f7fafb;
  color: #21414b;
  font-size: .83rem;
  line-height: 1.2;
  font-weight: 500;
}

.discovery-lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.discovery-lp-hero__media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dce8ed;
  min-height: 420px;
}

.discovery-lp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discovery-lp-proof {
  width: 100vw;
  padding: 0 0 30px;
}

.discovery-lp-proof .discovery-lp-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.discovery-lp-proof__item {
  background: #fff;
  border: 1px solid #dce8ed;
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 6px;
}

.discovery-lp-proof__item strong {
  color: #0d232c;
  font-size: 1.02rem;
  line-height: 1.1;
  font-weight: 700;
}

.discovery-lp-proof__item span {
  color: #46616c;
  font-size: .86rem;
  line-height: 1.35;
  font-weight: 300;
}

.discovery-lp-value,
.discovery-lp-steps,
.discovery-lp-cases,
.discovery-lp-form,
.discovery-lp-faq {
  width: 100vw;
  padding: 22px 0 36px;
}

.discovery-lp-value__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.discovery-lp-value__copy .metodologia-ia__title {
  padding-left: 0;
  margin: 0 0 10px;
}

.discovery-lp-value__copy ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.discovery-lp-value__copy li {
  position: relative;
  padding-left: 16px;
  color: #2f4b56;
  font-size: .96rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-lp-value__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.discovery-lp-value__image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dce8ed;
  min-height: 360px;
}

.discovery-lp-value__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discovery-lp-steps {
  background: #f7fafb;
}

.discovery-lp-steps .metodologia-ia__title,
.discovery-lp-steps .metodologia-ia__intro {
  padding-left: 0;
}

.discovery-lp-steps__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.discovery-lp-steps__grid article {
  background: #fff;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  padding: 16px;
}

.discovery-lp-steps__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #e9fffb;
  color: #0f4a46;
  font-size: .85rem;
  line-height: 1;
  font-weight: 700;
}

.discovery-lp-steps__grid h3 {
  margin: 10px 0 6px;
  color: #0d232c;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 600;
}

.discovery-lp-steps__grid p {
  margin: 0;
  color: #3f5a64;
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-lp-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.discovery-lp-case {
  text-decoration: none;
  color: inherit;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: grid;
}

.discovery-lp-case figure {
  margin: 0;
  aspect-ratio: 16 / 9;
}

.discovery-lp-case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discovery-lp-case > div {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.discovery-lp-case h3 {
  margin: 0;
  color: #0d232c;
  font-size: .98rem;
  line-height: 1.25;
  font-weight: 600;
}

.discovery-lp-case p {
  margin: 0;
  color: #415c66;
  font-size: .9rem;
  line-height: 1.42;
  font-weight: 300;
}

.discovery-lp-case span {
  color: #115a56;
  font-size: .84rem;
  line-height: 1.2;
  font-weight: 600;
}

.discovery-lp-form {
  background: #0b0f12;
}

.discovery-lp-form__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: start;
}

.discovery-lp-form__copy .metodologia-ia__title {
  color: #fff;
  padding-left: 0;
  margin: 0 0 10px;
}

.discovery-lp-form__copy p {
  margin: 0 0 12px;
  color: #d4e0e6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.discovery-lp-form__copy ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.discovery-lp-form__copy li {
  position: relative;
  padding-left: 16px;
  color: #d4e0e6;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 300;
}

.discovery-lp-form__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.discovery-lp-form__panel {
  border-left: 1px solid rgb(35 255 226);
  padding-left: 24px;
}

.discovery-lp-form .contact-page-form__form label > span {
  color: #d4e0e6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.discovery-lp-form .contact-page-form__form input[type=\"text\"],
.discovery-lp-form .contact-page-form__form input[type=\"email\"],
.discovery-lp-form .contact-page-form__form select,
.discovery-lp-form .contact-page-form__form textarea {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(173, 198, 208, .34);
  background: rgba(5, 11, 14, .56);
  color: #fff;
  padding: 0 11px;
  font-size: .95rem;
  line-height: 1.2;
  font-weight: 300;
}

.discovery-lp-form .contact-page-form__form textarea {
  min-height: 120px;
  padding: 10px 11px;
  resize: vertical;
}

.discovery-lp-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.discovery-lp-faq__grid article {
  border: 1px solid #dce8ed;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.discovery-lp-faq__grid h3 {
  margin: 0 0 8px;
  color: #0d232c;
  font-size: .97rem;
  line-height: 1.25;
  font-weight: 600;
}

.discovery-lp-faq__grid p {
  margin: 0;
  color: #3f5b65;
  font-size: .9rem;
  line-height: 1.43;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .discovery-lp-proof .discovery-lp-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .discovery-lp-cases__grid,
  .discovery-lp-faq__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .discovery-lp-hero .discovery-lp-wrap,
  .discovery-lp-value__grid,
  .discovery-lp-form__grid {
    grid-template-columns: 1fr;
  }

  .discovery-lp-form__panel {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgb(35 255 226);
    padding-top: 16px;
  }
}

@media (max-width: 760px) {
  .discovery-lp-hero,
  .discovery-lp-proof,
  .discovery-lp-value,
  .discovery-lp-steps,
  .discovery-lp-cases,
  .discovery-lp-form,
  .discovery-lp-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .discovery-lp-steps__grid,
  .discovery-lp-cases__grid,
  .discovery-lp-faq__grid,
  .discovery-lp-proof .discovery-lp-wrap {
    grid-template-columns: 1fr;
  }

  .discovery-lp-hero__copy .metodologia-ia__title,
  .discovery-lp-hero__copy .metodologia-ia__intro {
    text-align: center;
  }

  .discovery-lp-hero__chips,
  .discovery-lp-hero__actions {
    justify-content: center;
  }
}

.cf-footer-section {
  margin-top: var(--space-5);
  background: linear-gradient(155deg, #0b0f12 0%, #101820 65%, #111a1f 100%);
  border-top: 1px solid rgba(173, 198, 208, .22);
  color: var(--white);
}

.cf-footer-section__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 4vw, 40px);
  padding: clamp(34px, 5vw, 56px) 0 24px;
}

.cf-footer-left-container {
  display: grid;
  gap: 16px;
  align-content: start;
}

.cf-footer-logo-link {
  display: inline-flex;
}

.cf-footer-logo-link .custom-logo {
  max-height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
}

.cf-footer-paragraph {
  margin: 0;
  color: #ccdae1;
  max-width: 52ch;
}

.cf-footer-social-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cf-footer-social-link-block {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(173, 198, 208, .26);
  color: #e8f2f6;
  background: rgba(255, 255, 255, .02);
  font-weight: 800;
  font-size: 13px;
}

.cf-footer-social-link-block:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.cf-footer-right-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cf-footer-links-wrapper {
  min-width: 0;
}

.cf-footer-links-header {
  margin: 0 0 12px;
  color: #f4fbff;
  font-size: 16px;
  font-weight: 800;
}

.cf-footer-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cf-footer-links-list li {
  margin: 0;
}

.cf-footer-links,
.cf-footer-links-list a {
  color: #ccdae1;
  font-size: 14px;
  font-weight: 650;
}

.cf-footer-links:hover,
.cf-footer-links-list a:hover {
  color: var(--accent);
}

.cf-footer-links.is-muted {
  color: #94a9b3;
}

.cf-footer-copyright-wrapper {
  border-top: 1px solid rgba(173, 198, 208, .16);
  padding: 14px 0 18px;
}

.cf-copyright-text-2 {
  margin: 0;
  color: #8fa5af;
  font-size: 13px;
  font-weight: 600;
}

.ds-site-footer {
  /* margin-top: clamp(42px, 6vw, 86px); */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  padding: 0;
}

.ds-site-footer .cf-footer-shell {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid #23323d;
  border-bottom: 1px solid #23323d;
  border-left: 0;
  border-right: 0;
  background: #000;
  box-shadow: none;
}

.ds-site-footer .cf-wrapper-1200px {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.ds-site-footer .cf-footer-wrapper {
  padding: 40px 0 0;
}

.ds-site-footer .cf-footer-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  align-items: start;
}

.ds-site-footer .cf-footer-logo {
  width: min(276px, 72vw);
  height: auto;
  filter: none;
}

.ds-site-footer .cf-footer-paragraph {
  margin: 0;
  color: #cfe0e7;
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.55;
}

.ds-site-footer .cf-footer-social-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.ds-site-footer .cf-footer-col--brand .cf-footer-social-wrapper {
  margin-top: 20px;
  justify-content: flex-start;
}

.ds-site-footer .cf-footer-social-link-block {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(173, 198, 208, .3);
  background: rgba(255, 255, 255, .02);
  color: #eaf8fd;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.ds-site-footer .cf-footer-social-link-block:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--accent);
}

.ds-site-footer .cf-footer-right-container {
  display: contents;
}

.ds-site-footer .cf-footer-links-wrapper {
  text-align: center;
}

.ds-site-footer .cf-footer-col--brand {
  text-align: left;
  padding-left: 0;
}

.ds-site-footer .cf-footer-col--brand .cf-footer-link-inner-wrapper::before {
  display: none;
}

.ds-site-footer .cf-footer-col--menus .cf-footer-link-inner-wrapper {
  max-width: 290px;
  margin-inline: auto;
}

.ds-site-footer .cf-footer-col--menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.ds-site-footer .cf-footer-col--menus .cf-footer-link-inner-wrapper {
  max-width: none;
  width: 100%;
}

.ds-site-footer .cf-footer-col--entities .cf-footer-link-inner-wrapper {
  max-width: 380px;
  margin-inline: auto;
}

.ds-site-footer .cf-footer-link-inner-wrapper {
  padding: 8px 0;
  position: relative;
}

.ds-site-footer .cf-footer-link-inner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: rgba(173, 198, 208, .28);
}

.ds-site-footer .cf-footer-links-header {
  margin: 0 0 10px;
  color: #f3fbff;
  font-size: 15px;
  font-weight: 800;
}

.ds-site-footer .cf-footer-links {
  display: block;
  color: #c7d8df;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  transition: color .2s ease, transform .2s ease;
}

.ds-site-footer .cf-footer-links:hover {
  color: var(--accent);
  transform: translateX(2px);
}

.ds-site-footer .cf-footer-badges {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 2px auto 8px;
  width: 100%;
  max-width: 440px;
}

.ds-site-footer .cf-footer-badges img {
  max-height: 62px;
  width: min(100%, 410px);
  object-fit: contain;
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
}

.ds-site-footer .cf-footer-badges img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.ds-site-footer .cf-footer-copyright-wrapper {
  margin-top: 18px;
  border-top: 1px solid rgba(173, 198, 208, .18);
  padding: 16px 0 22px;
}

.ds-site-footer .cf-copyright-text-2 {
  color: #8fa5af;
  font-size: 12px;
  font-weight: 600;
}

.ds-site-footer .cf-footer-legal-inline {
  display: inline-flex;
  gap: 8px;
  margin-left: 10px;
}

.ds-site-footer .cf-footer-legal-inline--mail {
  margin-left: 12px;
  margin-right: 2px;
}

.ds-site-footer .cf-footer-legal-inline a {
  color: #a9bcc4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ds-site-footer .cf-footer-legal-inline a:hover {
  color: var(--accent);
}

.ds-pattern-footer.cf-footer-section {
  margin: 18px 0 26px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #23323d;
  background:
    radial-gradient(900px 260px at 12% -8%, rgba(35, 255, 226, .12), transparent 60%),
    linear-gradient(160deg, #090d11 0%, #0f1820 52%, #111c24 100%);
  box-shadow: 0 20px 46px rgba(11, 15, 18, .36);
}

.ds-pattern-footer .cf-wrapper-1200px {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

.ds-pattern-footer .cf-footer-wrapper {
  padding: 38px 0 0;
}

.ds-pattern-footer .cf-footer-container {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 46px);
}

.ds-pattern-footer .cf-footer-left-container {
  display: grid;
  gap: 16px;
  align-content: start;
}

.ds-pattern-footer .cf-footer-logo {
  width: min(220px, 60vw);
  height: auto;
}

.ds-pattern-footer .cf-footer-paragraph {
  margin: 0;
  color: #cfe0e7;
  max-width: 44ch;
}

.ds-pattern-footer .cf-footer-social-wrapper {
  display: flex;
  gap: 10px;
}

.ds-pattern-footer .cf-footer-social-link-block {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(173, 198, 208, .3);
  background: rgba(255, 255, 255, .02);
  color: #eaf8fd;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.ds-pattern-footer .cf-footer-social-link-block:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--accent);
}

.ds-pattern-footer .cf-footer-right-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ds-pattern-footer .cf-footer-link-inner-wrapper {
  padding: 10px 0;
  position: relative;
}

.ds-pattern-footer .cf-footer-link-inner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: rgba(173, 198, 208, .28);
}

.ds-pattern-footer .cf-footer-links-header {
  margin: 0 0 12px;
  color: #f3fbff;
  font-size: 15px;
  font-weight: 800;
}

.ds-pattern-footer .cf-footer-links {
  display: block;
  color: #c7d8df;
  font-size: 13px;
  font-weight: 650;
  padding: 6px 0;
  transition: color .2s ease, transform .2s ease;
}

.ds-pattern-footer .cf-footer-links:hover {
  color: var(--accent);
  transform: translateX(2px);
}

.ds-pattern-footer .cf-footer-copyright-wrapper {
  margin-top: 14px;
  border-top: 1px solid rgba(173, 198, 208, .18);
  padding: 14px 0 18px;
}

.ds-pattern-footer .cf-footer-badges {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.ds-pattern-footer .cf-footer-badges img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
}

.ds-pattern-footer .cf-footer-badges img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #fff;
  }

  .menu-toggle { display: inline-flex; align-items: center; }

  .site-header__inner {
    display: flex;
    gap: var(--space-3);
  }

  .header-spacer { display: none; }
  .brand-wrap { width: auto; flex: 1 1 auto; min-width: 140px; }

  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(380px, 100vw);
    height: 100dvh;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 18px 0 0 18px;
    box-shadow: var(--shadow-2);
    padding: calc(var(--space-6) + 14px) var(--space-4) var(--space-4);
    z-index: 70;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-3);
    padding-right: var(--space-4);
    overflow-y: auto;
    transform: translateX(18px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
    width: 100%;
  }

  .nav-list li,
  .nav-list a {
    width: 100%;
  }

  .nav-list a {
    display: block;
    padding: 2px 0 8px;
    font-size: 16px;
    line-height: 1.28;
    border-bottom: 1px solid var(--slate-100);
  }

  .nav-list a::after {
    display: none;
  }

  .nav-list .sub-menu {
    position: static;
    min-width: 0;
    width: 100%;
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    border-left: 2px solid var(--slate-200);
    background: var(--slate-50);
    border-radius: 0;
    padding: 4px 0 0 10px;
    margin-top: 6px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .24s ease;
  }

  .nav-list .sub-menu {
    display: none !important;
  }

  .nav-list > li > .sub-menu {
    border-left: 0;
    background: transparent;
    padding-left: 0;
  }

  .nav-list > li.is-soluciones-menu > .sub-menu {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: 860px;
    display: block;
  }
  .nav-list > li.is-casos-menu > .sub-menu {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: 860px;
    display: block;
  }

  .mega-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mega-panel__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mega-panel__featured {
    display: none;
  }

  .mega-sol-card {
    border: 0 !important;
    border-bottom: 1px solid var(--slate-200) !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 8px 0 !important;
    box-shadow: none !important;
  }

  .mega-sol-card__desc {
    display: none;
  }

  .mega-sol-card__title {
    font-size: .96rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .mega-mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0;
  }

  .mega-mobile-link {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--slate-200);
    color: var(--ink-800);
    font-size: .95rem;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
  }

  .mega-mobile-link--all {
    color: #0f5a58;
    font-weight: 500;
  }

  .nav-list .menu-item-has-children.is-submenu-open > .sub-menu {
    max-height: 420px;
  }

  .nav-list > .is-soluciones-menu.is-submenu-open > .sub-menu {
    max-height: 860px;
  }

  .nav-list .menu-item-has-children > a {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .nav-list .menu-item-has-children {
    width: 100%;
  }

  .nav-list .menu-item-has-children > .nav-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--slate-100);
    padding-bottom: 8px;
    min-height: 40px;
  }

  .nav-subtoggle {
    display: none !important;
    width: 32px;
    height: 32px;
    border: 1px solid var(--slate-300);
    background: var(--white);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--ink-800);
    cursor: pointer;
    flex: 0 0 32px;
    margin-left: 10px;
  }

  .nav-list .menu-item-has-children.is-submenu-open > .nav-row .nav-subtoggle {
    background: var(--slate-50);
  }

  .nav-cta {
    width: 100%;
    position: static;
    transform: none;
  }

  .nav-overlay.is-visible {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(11, 15, 18, .36);
    backdrop-filter: blur(2px);
    z-index: 60;
  }

  .trust-industrial__title {
    padding-left: 0;
    text-align: center;
  }

  .trust-industrial__lead,
  .trust-industrial__body {
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .container { width: min(100% - 60px, 1400px); }
  .site-header__inner { min-height: 62px; }
  .site-header > .container.site-header__inner { width: calc(100% - 60px); }
  .hero-shell { padding: var(--space-7) 0 var(--space-6); }
  .article-card { padding: var(--space-4); border-radius: var(--radius-m); }
  .page-wrap { padding: var(--space-6) 0 var(--space-7); }
  .contacto-ia__inner,
  .cf-footer-section__inner,
  .cf-footer-right-container { grid-template-columns: 1fr; }
  .cf-wrapper-1160__inner { grid-template-columns: 1fr; }
  .contacto-ia__visual { min-height: 180px; }
  .ds-pattern-footer .cf-footer-container,
  .ds-pattern-footer .cf-footer-right-container { grid-template-columns: 1fr; }
  .ds-site-footer .cf-wrapper-1200px { width: min(100% - 24px, 1200px); }
  .ds-site-footer .cf-footer-wrapper { padding-top: 30px; }
  .ds-site-footer .cf-footer-container { grid-template-columns: 1fr; }
  .ds-site-footer .cf-footer-container { gap: 14px; }
  .ds-site-footer .cf-footer-col--brand { text-align: center; }
  .ds-site-footer .cf-footer-col--brand .cf-footer-social-wrapper { justify-content: center; }
  .ds-site-footer .cf-footer-col--brand .cf-footer-social-wrapper { margin-top: 16px; }
  .ds-site-footer .cf-footer-col--menus { grid-template-columns: 1fr; }
  .ds-site-footer .cf-footer-col--menus { gap: 12px; }

  .metodologia-ia__wrap::before,
  .metodologia-ia__wrap::after,
  .solutions-cases--light .success-slider::before,
  .solutions-cases--light .success-slider::after {
    display: none !important;
    content: none !important;
  }

  .heading.lateral,
  .metodologia-ia__title,
  .services-ia2 .heading.lateral,
  .equipo-ia__head .heading.lateral,
  .blog-hero .heading.lateral {
    text-align: center;
    padding-left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2rem, 9vw, 2.5rem) !important;
    line-height: 1.05 !important;
  }

  .cf-h2-heading-56px,
  .metodologia-ia__intro.cf-h2-heading-56px,
  .services-ia2 .cf-h2-heading-56px,
  .equipo-ia__head .cf-h2-heading-56px,
  .blog-hero .cf-h2-heading-56px {
    text-align: center;
    padding-left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.3rem, 5.4vw, 1.7rem) !important;
    line-height: 1.2 !important;
  }

  .nosotros-ia__head-right {
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nosotros-ia__head-right p,
  .nosotros-ia__head-right .cf-body---18px {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.ds-pattern {
  margin: 20px 0;
  padding: clamp(18px, 2.2vw, 30px);
  border-radius: 20px;
  border: 1px solid var(--slate-200);
  background: linear-gradient(155deg, #ffffff 0%, #f8fcfd 100%);
  box-shadow: var(--shadow-1);
}

.ds-pattern h2,
.ds-pattern h3,
.ds-pattern h4 {
  margin-top: 0;
}

.ds-pattern__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--slate-500);
  margin-bottom: 12px;
}

.ds-pattern__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ds-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-800);
}

.ds-pattern__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  padding: 0 14px;
  border: 1px solid transparent;
}

.ds-btn-primary {
  background: var(--accent);
  color: var(--ink-900);
}

.ds-btn-secondary {
  background: var(--white);
  border-color: var(--slate-300);
  color: var(--ink-900);
}

.ds-grid {
  display: grid;
  gap: 14px;
}

.ds-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ds-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ds-card {
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 16px;
  background: #ffffff;
}

.ds-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ds-step {
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
}

.ds-step__n {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--ink-900);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

.ds-case {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ds-case__item {
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 14px;
  background: #ffffff;
}

.ds-pattern-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ds-kpi {
  border-radius: 14px;
  border: 1px solid var(--slate-200);
  background: #ffffff;
  padding: 14px;
  text-align: center;
}

.ds-kpi__value {
  display: block;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.ds-kpi__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--slate-500);
}

.ds-integration {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.ds-integration span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid var(--slate-200);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-800);
}

.ds-faq-item {
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.ds-faq-item summary {
  font-weight: 700;
  cursor: pointer;
}

.ds-pattern-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(145deg, #0f171c 0%, #131e24 100%);
  border-color: #22323d;
}

.ds-pattern-cta h3,
.ds-pattern-cta p {
  color: #ffffff;
  margin-bottom: 0;
}

.ds-quote {
  font-weight: 700;
  color: var(--ink-800);
}

.ds-roadmap {
  display: grid;
  gap: 10px;
}

.ds-roadmap__item {
  display: grid;
  gap: 4px;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
}

.ds-roadmap__item span {
  font-size: 12px;
  font-weight: 800;
  color: var(--slate-500);
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .solutions-modern-wrap {
    width: min(100% - 40px, 1400px);
  }

  .solutions-modern-hero__grid {
    grid-template-columns: 1fr;
  }

  .solutions-modern-hero__visual {
    min-height: 170px;
  }

  .solutions-modern-grid {
    grid-template-columns: 1fr;
  }

  .solutions-context-card {
    grid-template-columns: 1fr;
  }

  .solutions-context-card__sources {
    border-left: 0;
    border-top: 1px solid #e3ecef;
    padding-left: 0;
    padding-top: 10px;
  }

  .solutions-modern-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: 170px 1fr;
    min-height: 430px;
    height: 100%;
    max-height: none;
  }

  .solutions-modern-card,
  .solutions-modern-featured .solutions-modern-card,
  .solutions-modern-featured .solutions-modern-card__link {
    min-height: 430px;
    height: 100%;
    max-height: none;
  }

  .solutions-modern-card__media {
    min-height: 170px;
  }

  .solutions-modern-card__body {
    overflow: visible;
    align-content: start;
  }

  .solutions-modern-card__body h3,
  .solutions-modern-card__desc {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }

  .wp-library-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wp-library-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
    align-items: end;
  }

  .wp-library-sidebar h3,
  .wp-library-count {
    grid-column: 1 / -1;
  }

  .wp-library-reset {
    width: auto;
  }

  .wp-library-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-showcase__link,
  .solutions-showcase__item.is-reversed .solutions-showcase__link {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .solutions-showcase__media,
  .solutions-showcase__item.is-reversed .solutions-showcase__media {
    order: 1;
    min-height: 320px;
  }

  .solutions-showcase__body,
  .solutions-showcase__item.is-reversed .solutions-showcase__body {
    order: 2;
  }

  .success-slider__track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }

  .section-11 .flex-block {
    flex-direction: column;
    gap: 16px;
    padding: 22px 0;
  }

  .section-11 .container-80 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .section-11 .container-81 {
    padding-left: 0;
  }

  .section-11 .container-81::before {
    display: none;
  }

  .hero-main__container {
    grid-template-columns: 1fr;
  }

  .hero-main__art {
    min-height: 220px;
  }

  .heading-34 {
    font-size: clamp(240px, 70vw, 520px);
    transform: translate(14%, -6%) scaleX(1.05);
  }

  .services-ia2__wrap {
    width: min(1200px, calc(100% - 40px));
  }

  .services-ia2 .container-91 {
    flex-direction: column;
    align-items: stretch;
    max-width: 1200px;
  }

  .services-ia2 .container-92.right {
    min-width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }

  .services-ia2 .container-92.izq {
    flex: 0 0 auto;
    height: 56vh;
    min-height: 320px;
  }

  .services-ia2 .panel {
    min-height: unset;
  }

  .metodologia-ia__wrap {
    width: min(1200px, calc(100% - 40px));
    padding: 22px 20px;
  }

  .metodologia-ia__grid {
    grid-template-columns: 1fr;
  }

  .trust-industrial__grid {
    grid-template-columns: 1fr;
  }

  .trust-industrial__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-study-hero__grid {
    grid-template-columns: 1fr;
  }

  .case-study-kpis__grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-content__grid {
    grid-template-columns: 1fr;
  }

  .case-study-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-archive-controls {
    grid-template-columns: 1fr;
  }

  .case-archive-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-planner__hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .solution-planner__kpis {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .solution-planner__body {
    grid-template-columns: 1fr;
  }

  .solution-planner__side {
    position: static;
  }

  .solution-value-template__hero {
    grid-template-columns: 1fr;
  }

  .solution-value-template__impact {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .solution-value-template__grid {
    grid-template-columns: 1fr;
  }

  .case-study-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ds-grid-3 { grid-template-columns: 1fr 1fr; }
  .ds-steps { grid-template-columns: 1fr 1fr; }
  .ds-pattern-kpis { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .solutions-modern-wrap {
    width: min(100% - 24px, 1400px);
  }

  .solutions-modern-hero {
    padding: 44px 0 26px;
  }

  .solutions-modern-hero__stats {
    grid-template-columns: 1fr;
  }

  .solutions-modern-hero__visual {
    display: none;
  }

  .solutions-modern-browser {
    padding: 20px 0 40px;
  }

  .solutions-modern-filters {
    gap: 6px;
    align-items: flex-start;
    flex-direction: column;
  }

  .solutions-modern-filters select {
    width: 100%;
    min-width: 0;
  }

  .solutions-modern-card__link {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    max-height: none;
  }

  .solutions-modern-card__media {
    min-height: 200px;
  }

  .solutions-modern-card__kpis {
    grid-template-columns: 1fr;
  }

  .wp-library-sidebar {
    grid-template-columns: 1fr;
  }

  .wp-library-reset {
    width: 100%;
  }

  .wp-library-grid {
    grid-template-columns: 1fr;
  }

  .solutions-index-wrap {
    width: min(100% - 24px, 1400px);
  }

  .solutions-index-hero {
    padding: 46px 0 30px;
  }

  .solutions-showcase {
    padding: 20px 0 38px;
  }

  .solutions-showcase__media,
  .solutions-showcase__item.is-reversed .solutions-showcase__media {
    min-height: 250px;
  }

  .solutions-showcase__body {
    padding: 18px 16px 20px;
  }

  .solutions-cases {
    padding: 40px 0 46px;
  }

  .frase-newsletter .titular.frase.small.central {
    font-size: clamp(2rem, 8.3vw, 2.45rem);
    line-height: 1.04;
    padding-left: 0;
  }

  .cf-wrapper-1160.different-flex {
    padding: 0 12px;
    margin-bottom: 34px;
  }

  .cf-wrapper-1160__inner {
    width: min(1200px, calc(100% - 24px));
    grid-template-columns: 1fr;
  }

  .cf-wrapper-1160__left .heading.lateral.metodologia-ia__title,
  .cf-wrapper-1160__left .cf-h2-heading-56px.metodologia-ia__intro,
  .cf-wrapper-1160__left .desc {
    text-align: center;
  }

  .cf-wrapper-1160__left .heading.lateral.metodologia-ia__title,
  .cf-wrapper-1160__left .cf-h2-heading-56px.metodologia-ia__intro {
    padding-left: 0;
  }

  .cf-wrapper-1160__list li {
    font-size: .96rem;
  }

  .contacto-ia {
    padding: 28px 12px 44px;
  }

  .contacto-ia__inner {
    width: min(1200px, calc(100% - 24px));
    grid-template-columns: 1fr;
    padding: 18px 14px;
  }

  .contacto-ia__form-grid {
    grid-template-columns: 1fr;
  }

  .success-slider {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .solutions-cases--light .success-slider {
    padding: 0;
  }

  .success-slider__btn {
    display: none;
  }

  .success-slider__track {
    grid-auto-columns: minmax(100%, 100%) !important;
  }

  .section-11 {
    margin-bottom: 44px;
  }

  .section-11 .div-block-15 {
    padding-left: 0;
    text-align: center;
  }

  .section-11 .div-block-15::before {
    display: none;
  }

  .section-11 .container-80,
  .section-11 .container-81 {
    text-align: center;
  }

  .section-11 .heading-37.titular,
  .section-11 .heading-36 {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-main {
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
    padding: 78px 16px 20px;
    display: flex;
    align-items: center;
  }

  .hero-main__container {
    width: min(100% - 24px, 1400px);
    min-height: calc(100svh - 98px);
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .hero-main__copy {
    padding: 0;
    margin: 0 auto;
  }

  .hero-main__title {
    font-size: clamp(2.05rem, 8.9vw, 2.55rem);
    line-height: 1.04;
  }

  .hero-main__subtitle {
    font-size: clamp(1rem, 4.35vw, 1.14rem);
    line-height: 1.24;
    max-width: 34ch;
  }

  .hero-main__art {
    display: none;
  }

  .heading-34 {
    display: none;
  }

  .services-ia2__wrap {
    width: min(1200px, calc(100% - 24px));
    margin: 18px auto 6px;
  }

  .services-ia2 .container-92.izq {
    min-height: 256px;
    height: clamp(244px, 40vh, 300px);
  }

  .services-ia2 .hotspot {
    width: 42px;
    background-size: 18px 18px;
  }

  .services-ia2 .hotspot-layer {
    transform: translateY(-4%);
  }

  .services-ia2 .panel {
    padding: 20px 0 0 16px;
    border-left: 2px solid var(--accent);
  }

  .services-ia2 .benefits {
    display: none;
  }

  .services-ia2 .benefits li {
    font-size: 1rem;
    line-height: 1.34;
    font-weight: 400;
  }

  .services-ia2 .heading.lateral {
    padding-left: 10px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-bottom: 8px;
  }

  .services-ia2 .cf-h2-heading-56px {
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-bottom: 6px;
    margin-top: 0;
  }

  .section-11 .heading-37.titular,
  .services-ia2 .heading.lateral,
  .metodologia-ia__title,
  .trust-industrial__title {
    font-size: clamp(2.05rem, 8vw, 2.5rem);
    line-height: 1.04;
    padding-left: 10px;
  }

  .frase_entrada.black {
    height: auto;
    min-height: 42vh;
    margin-top: 30px;
    margin-bottom: 30px;
    background-attachment: scroll, scroll;
  }

  .frase_entrada {
    width: 100%;
    height: auto;
    min-height: 42vh;
    margin-bottom: 0;
    padding: 22px 0;
  }

  .frase_entrada .container-15 {
    width: min(100% - 24px, 1200px);
    gap: 0;
  }

  .frase_entrada .titular.frase.small.central {
    margin: 30px auto;
    padding: 0;
    max-width: min(100%, 1200px);
    font-size: clamp(1.55rem, 6.3vw, 2.45rem);
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .metodologia-ia {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 44px;
  }

  .metodologia-ia__wrap {
    width: min(1200px, calc(100% - 24px));
    padding: 18px 14px;
    position: relative;
    padding-bottom: 28px;
  }

  .metodologia-ia__title {
    font-size: clamp(2.05rem, 8vw, 2.5rem);
    line-height: 1.04;
  }

  .metodologia-ia__intro {
    margin-top: 12px;
  }

  .metodologia-ia__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(100%, 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .metodologia-ia__grid::-webkit-scrollbar {
    display: none;
  }

  .metodologia-ia__area {
    scroll-snap-align: start;
  }

  .metodologia-ia__wrap::after {
    content: "DESLIZA";
    position: absolute;
    right: 14px;
    bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0d3a43;
    background: rgba(35, 255, 226, .28);
    border: 1px solid rgba(35, 255, 226, .55);
    border-radius: 999px;
    padding: 3px 10px;
    pointer-events: none;
  }

  .metodologia-ia__wrap::before {
    content: "";
    position: absolute;
    right: 96px;
    bottom: 11px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(35, 255, 226, 1);
    box-shadow: 0 0 0 5px rgba(35, 255, 226, .34);
    animation: subtleSwipeCue 1.8s ease-in-out infinite;
    pointer-events: none;
  }

  .solutions-cases--light .metodologia-ia__intro {
    margin: 10px 0 0;
  }

  .solutions-cases--light .success-slider {
    position: relative;
    padding-bottom: 30px;
  }

  .solutions-cases--light .success-slider::after {
    content: "DESLIZA";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0d3a43;
    background: rgba(35, 255, 226, .28);
    border: 1px solid rgba(35, 255, 226, .55);
    border-radius: 999px;
    padding: 3px 10px;
    pointer-events: none;
  }

  .solutions-cases--light .success-slider::before {
    content: "";
    position: absolute;
    right: 80px;
    bottom: 5px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(35, 255, 226, 1);
    box-shadow: 0 0 0 5px rgba(35, 255, 226, .34);
    animation: subtleSwipeCue 1.8s ease-in-out infinite;
    pointer-events: none;
  }

  .services-ia2 .heading.lateral,
  .services-ia2 .cf-h2-heading-56px {
    text-align: center;
    padding-left: 0;
  }

  .services-ia2 .cf-h2-heading-56px {
    margin: 0 auto 12px;
  }

  .trust-industrial {
    margin: 0 0 44px;
  }

  .trust-industrial__head {
    margin-bottom: 22px;
    text-align: center;
  }

  .trust-industrial__lead,
  .trust-industrial__body {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .solutions-cases.solutions-cases--light {
    margin: 0 0 34px;
  }

  .solutions-cases--light .metodologia-ia__head {
    text-align: center;
  }

  .solutions-cases--light .metodologia-ia__title {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .equipo-ia {
    margin: 0 0 44px;
  }

  .equipo-ia__head {
    text-align: center;
  }

  .equipo-ia__head .heading.lateral.metodologia-ia__title {
    font-size: clamp(2.05rem, 8vw, 2.5rem);
    line-height: 1.04;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .equipo-ia__head .cf-h2-heading-56px.metodologia-ia__intro {
    padding-left: 0;
    margin: 10px auto 20px;
    text-align: center;
  }

  .comunidad-ia {
    margin: 0 0 40px;
  }

  .comunidad-ia .heading-37.titular,
  .comunidad-ia .heading-36 {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .trust-industrial {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 44px;
  }

  .trust-industrial__inner {
    width: min(1200px, calc(100% - 24px));
  }

  .trust-industrial__head { padding-left: 0; }
  .trust-industrial__title,
  .trust-industrial__lead,
  .trust-industrial__body { padding-left: 0; }

  .trust-industrial__title {
    font-size: clamp(2.05rem, 8vw, 2.5rem);
    line-height: 1.04;
  }

  .trust-industrial__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-industrial__logo {
    height: 74px;
  }

  .case-study-wrap {
    width: min(100% - 24px, 1400px);
  }

  .case-study-hero {
    padding: 42px 0 28px;
  }

  .case-study-kpis {
    margin-top: 0;
  }

  .case-study-kpis__grid {
    grid-template-columns: 1fr;
  }

  .case-archive-wrap {
    width: min(100% - 24px, 1400px);
  }

  .case-archive-grid {
    grid-template-columns: 1fr;
  }

  .solution-planner__kpis {
    grid-template-columns: 1fr;
  }

  .solution-planner__actions .btn {
    width: 100%;
  }

  .solution-value-template {
    border-radius: 14px;
    padding: 14px;
  }

  .solution-value-template__impact {
    grid-template-columns: 1fr;
  }

  .solution-value-template__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-study-gallery__grid {
    grid-template-columns: 1fr;
  }

  .hero-main__actions .btn {
    width: 100%;
  }

  .ds-grid-2,
  .ds-grid-3,
  .ds-steps,
  .ds-case,
  .ds-pattern-kpis,
  .ds-integration { grid-template-columns: 1fr; }

  .ds-pattern-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}








@media (max-width: 1199px) {
  .nav-list > li.is-soluciones-menu > .sub-menu,
  .nav-list > li.is-casos-menu > .sub-menu,
  .nav-list > li.is-mega-menu > .sub-menu {
    max-width: min(960px, calc(100vw - 60px));
    left: 50%;
    right: auto;
    transform: translate(-50%, 10px);
    max-height: min(70vh, 560px);
    overflow: auto;
  }

  .mega-panel {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mega-panel__featured {
    display: none;
  }

  .mega-panel__list {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-right: 0;
  }

  .mega-sol-card {
    grid-template-columns: 1fr;
    padding: 10px !important;
    min-height: 0;
  }

  .mega-sol-card img {
    display: none;
  }

  .mega-sol-card__title {
    font-size: .9rem;
  }

  .mega-sol-card__desc {
    font-size: .79rem;
  }
}

.blog-page {
  width: 100vw;
  padding: 38px 30px 70px;
}

.blog-page__wrap {
  width: min(var(--container-max), calc(100% - 48px));
  margin: 0 auto;
}

.blog-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.blog-hero .heading.lateral {
  color: #000;
  padding: 0 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 10px;
}

.blog-hero .cf-h2-heading-56px {
  margin: 0;
  font-size: clamp(1.95rem, 2.5vw, 2.5rem);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(2.05rem, 2.65vw, 2.6rem);
  color: #000;
}

.blog-toolbar {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #dce8ed;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.blog-toolbar p {
  margin: 0;
  color: #3f5862;
  font-size: 14px;
  font-weight: 300;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.blog-card {
  border: 1px solid #dce8ed;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.blog-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #e9f2f5;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  display: grid;
  gap: 10px;
  padding: 14px 14px 16px;
}

.blog-card__meta {
  color: #5a727d;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.blog-card__title {
  margin: 0;
  color: #0f171c;
  font-size: 1.05rem;
  line-height: 1.28;
  font-weight: 500;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover {
  text-decoration: underline;
}

.blog-card__excerpt {
  margin: 0;
  color: #425963;
  font-size: .94rem;
  line-height: 1.48;
  font-weight: 300;
}

.blog-card__cta {
  margin-top: auto;
}

.blog-empty {
  border: 1px dashed #c6d8e0;
  border-radius: 12px;
  padding: 18px;
  background: #fff;
}

.blog-submit {
  margin-top: 28px;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.blog-submit h3 {
  margin: 0 0 8px;
  color: #0f171c;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

.blog-submit p {
  margin: 0 0 14px;
  color: #425963;
  font-size: .94rem;
  line-height: 1.5;
  font-weight: 300;
}

.blog-submit__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-submit__grid .is-full {
  grid-column: 1 / -1;
}

.blog-submit label {
  display: grid;
  gap: 6px;
}

.blog-submit label > span {
  color: #0f171c;
  font-size: .88rem;
  line-height: 1.3;
  font-weight: 400;
}

.blog-submit input,
.blog-submit select,
.blog-submit textarea {
  width: 100%;
  border: 1px solid #c8d9e1;
  background: #fff;
  color: #0f171c;
  border-radius: 10px;
  min-height: 42px;
  padding: 0 12px;
  font-size: .95rem;
  line-height: 1.4;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.blog-submit textarea {
  min-height: 140px;
  padding: 10px 12px;
  resize: vertical;
}

.blog-submit__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.blog-submit__hint {
  color: #5b737d;
  font-size: .83rem;
  line-height: 1.3;
  font-weight: 300;
}

@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .blog-page {
    padding: 30px 0 56px;
  }

  .blog-page__wrap {
    width: min(100% - 24px, var(--container-max));
  }

  .blog-hero .heading.lateral {
    text-align: center;
    padding-left: 0;
    font-size: clamp(2.15rem, 10vw, 2.7rem);
    line-height: 1.02;
  }

  .blog-hero .cf-h2-heading-56px {
    text-align: center;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-submit__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .trust-industrial__title {
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
  }

  .metodologia-ia__wrap {
    position: relative;
    padding-bottom: 28px;
  }

  .metodologia-ia__wrap::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(35, 255, 226, 0) 0%,
      rgba(35, 255, 226, 1) 48%,
      rgba(35, 255, 226, 0) 100%
    );
    background-size: 320% 100%;
    animation: metodologiaSwipeLine 1.65s linear infinite;
    pointer-events: none;
  }

  .metodologia-ia__wrap::before {
    display: none !important;
    content: none !important;
  }

  .solutions-cases--light .success-slider::before,
  .solutions-cases--light .success-slider::after {
    display: none !important;
    content: none !important;
  }
}

@keyframes metodologiaSwipeLine {
  0% { background-position: 100% 0; opacity: .55; }
  50% { background-position: 0% 0; opacity: .98; }
  100% { background-position: -100% 0; opacity: .55; }
}

@media (max-width: 760px) {
  .metodologia-ia__wrap::after {
    bottom: 9px !important;
    height: 1px !important;
    border-radius: 0 !important;
    background: linear-gradient(
      90deg,
      rgba(35, 255, 226, 0) 0%,
      rgba(35, 255, 226, .95) 50%,
      rgba(35, 255, 226, 0) 100%
    ) !important;
    background-size: 280% 100% !important;
    animation: metodologiaSwipeLineContinuous 1.25s linear infinite !important;
  }
}

@keyframes metodologiaSwipeLineContinuous {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

@media (max-width: 760px) {
  .metodologia-ia__wrap {
    padding-bottom: 32px;
  }

  .metodologia-ia__wrap::before {
    display: none !important;
    content: none !important;
  }

  .metodologia-ia__wrap::after {
    content: "---- DESPLAZA ---->" !important;
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 9px;
    transform: translateX(-50%);
    width: max-content;
    height: auto !important;
    background: none !important;
    color: #23ffe2;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .08em;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    animation: metodologiaSwipeText 1.25s linear infinite !important;
    opacity: .85;
    pointer-events: none;
  }
}

@keyframes metodologiaSwipeText {
  0% { transform: translateX(-52%); opacity: .62; }
  50% { transform: translateX(-48%); opacity: 1; }
  100% { transform: translateX(-52%); opacity: .62; }
}

@media (max-width: 960px) {
  .solutions-modern-card__link {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 190px minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 460px !important;
    max-height: none !important;
    align-items: stretch;
  }

  .solutions-modern-card__media {
    grid-row: 1 !important;
    min-height: 190px !important;
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }

  .solutions-modern-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .solutions-modern-card__body {
    grid-row: 2 !important;
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0;
    overflow: visible;
  }

  .solutions-modern-card__body h3,
  .solutions-modern-card__desc {
    margin-top: 0;
  }
}





/* Blog v2: filtros + recomendaciones + lectura */
.blog-page--enhanced .blog-hero,
.blog-single-page .blog-hero {
  margin-bottom: 18px;
}

.blog-filters {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr) auto;
  gap: 12px;
  margin: 0 0 24px;
  align-items: end;
}

.blog-filters label {
  display: grid;
  gap: 6px;
}

.blog-filters label > span {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-800);
}

.blog-filters input,
.blog-filters select {
  min-height: 42px;
  border: 1px solid #d8e2e7;
  border-radius: 10px;
  background: #fff;
  color: var(--ink-900);
  font-size: 0.95rem;
  padding: 0 12px;
}

.blog-filters__actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
}

.blog-card__tags span {
  border: 1px solid rgba(35, 255, 226, 0.38);
  background: rgba(35, 255, 226, 0.12);
  color: var(--ink-800);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 500;
}

.blog-recommended {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #dde6eb;
}

.blog-recommended h3 {
  margin: 0 0 14px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-style: italic;
  line-height: 1.1;
  font-weight: 500;
}

.blog-recommended__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.blog-rec-card {
  background: #fff;
  border: 1px solid #dde6eb;
  border-radius: 14px;
  overflow: hidden;
}

.blog-rec-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-rec-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-rec-card__body {
  padding: 12px;
}

.blog-rec-card__body h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

.blog-rec-card__body h4 a {
  color: var(--ink-900);
  text-decoration: none;
}

.blog-rec-card__body h4 a:hover {
  color: var(--ink-800);
}

.blog-rec-card__body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-800);
}

.blog-article__media {
  margin-bottom: 18px;
}

.blog-article__content {
  max-width: 920px;
}

.blog-article__content > * {
  margin-top: 0;
}

.blog-article__content p,
.blog-article__content li {
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--ink-900);
}

.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
  color: #000;
  margin-top: 28px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.blog-article__content img {
  width: min(760px, 100%);
  height: auto;
  border-radius: 12px;
  margin: 14px auto;
  display: block;
}

.blog-article__content > p,
.blog-article__content > ul,
.blog-article__content > ol,
.blog-article__content > h2,
.blog-article__content > h3,
.blog-article__content > h4,
.blog-article__content > .post-chart,
.blog-article__content > .post-callout,
.blog-article__content > .post-framework,
.blog-article__content > .post-kpi-grid,
.blog-article__content > .post-figure {
  max-width: min(840px, 100%);
}

.blog-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 22px;
  align-items: start;
}

.blog-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 14px;
}

.blog-sidebar__section {
  border: 1px solid #dde6eb;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

.blog-sidebar__section h3 {
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.2;
  color: #000;
}

.blog-sidebar__list {
  display: grid;
  gap: 10px;
}

.blog-side-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
}

.blog-side-card__media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 72px;
}

.blog-side-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-side-card__body h4 {
  margin: 0 0 4px;
  font-size: .9rem;
  line-height: 1.25;
}

.blog-side-card__body h4 a {
  color: var(--ink-900);
  text-decoration: none;
}

.blog-side-card__body p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.45;
  color: var(--ink-800);
}

.blog-toc__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.blog-toc__list li {
  margin: 0;
  padding: 0;
}

.blog-toc__list li.is-sub {
  padding-left: 10px;
}

.blog-toc__list a {
  color: var(--ink-800);
  text-decoration: none;
  font-size: .84rem;
  line-height: 1.35;
}

.blog-toc__list a:hover {
  color: #000;
}

.blog-sidebar__ranked {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.blog-sidebar__ranked li {
  margin: 0;
}

.blog-sidebar__ranked a {
  color: var(--ink-900);
  text-decoration: none;
  font-size: .88rem;
  line-height: 1.35;
}

.blog-sidebar__ranked a:hover {
  color: var(--ink-800);
}

@media (max-width: 1024px) {
  .blog-filters {
    grid-template-columns: 1fr 1fr;
  }

  .blog-filters__actions {
    grid-column: 1 / -1;
  }

  .blog-recommended__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .blog-filters {
    grid-template-columns: 1fr;
  }
}

.blog-structured {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #dde6eb;
}

.blog-structured__item {
  border-left: 2px solid var(--accent);
  padding-left: 12px;
}

.blog-structured__item h3 {
  margin: 0 0 6px;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

.blog-structured__item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ink-900);
}

.blog-structured__item--highlight {
  background: rgba(35, 255, 226, 0.08);
  border-left-width: 3px;
  border-radius: 10px;
  padding: 10px 12px;
}

.blog-takeaways {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.blog-takeaways li {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Post Visual Kit */
.blog-article .post-hero-band {
  position: relative;
  width: 100%;
  min-height: clamp(170px, 24vw, 260px);
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 18px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
}

.blog-article .post-hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(11,15,18,.86) 0%, rgba(11,15,18,.58) 44%, rgba(11,15,18,.25) 100%);
}

.blog-article .post-hero-band__inner {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 2vw, 28px);
  max-width: min(780px, 92%);
}

.blog-article .post-hero-band__kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-article .post-hero-band__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.18;
  font-weight: 500;
}

.post-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 14px 0 20px;
}

.post-kpi {
  border: 1px solid #dde6eb;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.post-kpi strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #000;
}

.post-kpi span {
  display: block;
  margin-top: 4px;
  font-size: .82rem;
  color: var(--ink-800);
}

.post-figure figcaption {
  margin-top: 6px;
  font-size: .78rem;
  color: var(--ink-800);
  text-align: center;
}

.post-chart {
  border: 1px solid #dde6eb;
  border-radius: 14px;
  padding: 14px;
  margin: 14px 0 20px;
  background: #fff;
}

.post-chart h4 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
}

.post-chart__row {
  display: grid;
  grid-template-columns: 120px 1fr 44px;
  gap: 10px;
  align-items: center;
  margin: 8px 0;
}

.post-chart__label {
  font-size: .82rem;
  color: var(--ink-800);
}

.post-chart__bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e8eef1;
  overflow: hidden;
}

.post-chart__bar > i {
  display: block;
  height: 100%;
  width: var(--v, 50%);
  background: linear-gradient(90deg, #23ffe2, #0fb6a3);
}

.post-chart__value {
  text-align: right;
  font-size: .8rem;
  color: #000;
  font-weight: 500;
}

.post-callout {
  border-left: 3px solid var(--accent);
  background: rgba(35,255,226,.08);
  border-radius: 10px;
  padding: 10px 12px;
  margin: 14px 0;
}

.post-callout p {
  margin: 0;
}

.post-framework {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
}

.post-framework__item {
  border: 1px solid #dde6eb;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.post-framework__item strong {
  color: #000;
}

@media (max-width: 900px) {
  .post-kpi-grid { grid-template-columns: 1fr; }
  .post-chart__row { grid-template-columns: 90px 1fr 36px; }
  .blog-single-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
}
