/* EasyTech — acentos tipo ramp.com + layout de menú; portada clara (hereda main.css) */

body.ramp {
  --ramp-header-h: 4.75rem;
  background: #fff;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(30, 58, 138, 0.14), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.08), transparent 45%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 38%);
}

@media (max-width: 900px) {
  body.ramp {
    --ramp-header-h: 10rem;
  }
}

body.ramp #page-main {
  padding-top: var(--ramp-header-h);
}

.site-chrome-slot:empty {
  min-height: var(--ramp-header-h, 4.75rem);
}

@media (max-width: 900px) {
  .site-chrome-slot:empty {
    min-height: var(--ramp-header-h, 10rem);
  }
}

.ramp .nav--ecosystem {
  flex-wrap: wrap;
  gap: 0.1rem;
  max-width: min(100%, 46rem);
}

.ramp .nav-link--home {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.65rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.ramp .nav-link--home:hover,
.ramp .nav-link--home.is-active {
  color: var(--text);
  background: rgba(15, 23, 42, 0.05);
}

@media (min-width: 901px) {
  .ramp .nav-link--home {
    font-size: 0.8125rem;
    padding: 0.4rem 0.55rem;
  }
}

.ramp .mega-link--featured .mega-link-title::after {
  content: " · EN1";
  font-weight: 600;
  color: #2563eb;
}

@media (min-width: 901px) {
  .ramp .nav--ecosystem .nav-dropdown-toggle {
    font-size: 0.8125rem;
    padding: 0.4rem 0.55rem;
  }

  .ramp .mega-grid--platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 1rem;
  }
}

@media (min-width: 1100px) {
  .ramp .mega-grid--platforms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp .product-flyer {
  margin: 0 auto 2rem;
  max-width: min(100%, 920px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.ramp .product-flyer img {
  display: block;
  width: 100%;
  height: auto;
}

.ramp .product-hero {
  padding: var(--section-y) var(--section-x) var(--hero-pad-bottom);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid #e5e7eb;
}

.ramp .product-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ramp .product-hero-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.ramp .product-hero-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
}

.ramp .product-hero-lede {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
}

.ramp .product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ramp .product-soon-badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #fef3c7;
  color: #92400e;
}

.ramp .product-pilot-badge {
  background: rgba(243, 112, 33, 0.12);
  color: #c2410c;
  border: 1px solid rgba(243, 112, 33, 0.35);
}

.ramp .hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

/* Barra superior: fija al viewport (sticky falla si un ancestro recorta overflow) */
.ramp .site-header.site-header--ramp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 300;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ramp .site-header--ramp .site-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem 1rem;
  max-width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  min-width: 0;
}

.ramp .site-header--ramp .logo-text {
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ramp .site-header--ramp .logo-text span {
  color: var(--muted);
  font-weight: 600;
}

.ramp .site-header--ramp .logo-mark .logo-img {
  filter: none;
  opacity: 1;
}

.ramp .site-header--ramp .logo {
  justify-self: start;
}

.ramp .site-header--ramp .nav--ramp {
  justify-self: center;
  justify-content: center;
}

.ramp .site-header--ramp .header-actions {
  justify-self: end;
}

.ramp .site-header--ramp .header-link {
  color: var(--muted);
  padding: 0.35rem 0.25rem;
  border-radius: 0;
  border: none;
  background: transparent;
}

.ramp .site-header--ramp .header-link:hover {
  color: var(--text);
  opacity: 1;
}

.ramp .header-cta {
  border: none;
  background: #102a43;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1.1rem;
  box-shadow: none;
}

.ramp .header-cta:hover {
  background: #0d2238;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(16, 42, 67, 0.25);
  transform: translateY(-1px);
  opacity: 1;
  color: #fff;
}

@media (max-width: 900px) {
  .ramp .site-header.site-header--ramp {
    display: block;
  }

  .ramp .site-header--ramp .site-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ramp .site-header--ramp .nav--ramp {
    order: 3;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0.25rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--line);
  }

  .ramp .site-header--ramp .header-actions {
    justify-self: auto;
  }
}

/* Navegación con desplegables (estilo Ramp / Notion) */
.ramp .nav--ramp {
  align-items: center;
}

.ramp .nav-dropdown {
  position: relative;
}

@media (min-width: 901px) {
  .ramp .nav-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
  }
}

.ramp .nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.45rem 0.65rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition:
    color 0.2s var(--ease-out),
    background 0.2s var(--ease-out);
}

.ramp .nav-dropdown-toggle:hover,
.ramp .nav-dropdown-toggle:focus-visible {
  color: var(--text);
  outline: none;
}

@media (min-width: 901px) {
  .ramp .nav-dropdown:hover .nav-dropdown-toggle,
  .ramp .nav-dropdown:focus-within .nav-dropdown-toggle {
    color: #0a0a0a;
    background: #e2ff6f;
  }

  .ramp .nav-dropdown:hover .nav-chevron,
  .ramp .nav-dropdown:focus-within .nav-chevron {
    opacity: 0.85;
  }
}

.ramp .nav-dropdown-toggle:focus-visible {
  box-shadow: 0 0 0 2px rgba(226, 255, 111, 0.45);
}

.ramp .nav-chevron {
  flex-shrink: 0;
  opacity: 0.65;
  transition: transform 0.2s var(--ease-out);
}

@media (max-width: 900px) {
  .ramp .nav-dropdown.is-open .nav-chevron {
    transform: rotate(180deg);
  }
}

.ramp .nav-dropdown-panel {
  padding: 0.65rem;
  min-width: 260px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 24px 56px rgba(15, 23, 42, 0.14);
  z-index: 60;
}

@media (min-width: 901px) {
  .ramp .nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    transform: translate(-50%, -4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s;
  }

  .ramp .nav-dropdown-panel--mega {
    position: fixed;
    left: 50%;
    top: var(--ramp-header-h);
    padding: 0;
    min-width: min(100vw - 2rem, 1180px);
    width: min(100vw - 2rem, 1180px);
    max-width: 1180px;
    border-radius: 18px;
    transform: translate(-50%, -6px);
  }

  .ramp .nav-dropdown-panel--mega-narrow {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    min-width: min(100vw - 2rem, 440px);
    width: min(100vw - 2rem, 440px);
    max-width: 440px;
    transform: translate(-50%, -4px);
  }

  .ramp .nav-dropdown:hover .nav-dropdown-panel--mega-narrow,
  .ramp .nav-dropdown:focus-within .nav-dropdown-panel--mega-narrow {
    transform: translate(-50%, 0);
  }

  .ramp .nav-dropdown:hover .nav-dropdown-panel,
  .ramp .nav-dropdown:focus-within .nav-dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .ramp .nav-dropdown:hover .nav-dropdown-panel--mega,
  .ramp .nav-dropdown:focus-within .nav-dropdown-panel--mega {
    transform: translate(-50%, 0);
  }

  .ramp .nav-dropdown:not(:hover):not(:focus-within) .nav-dropdown-panel--mega-narrow {
    transform: translate(-50%, -4px);
  }
}

@media (max-width: 900px) {
  .ramp .nav-dropdown-panel {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0.35rem 0 0.85rem 0.65rem;
    min-width: auto;
    margin: 0;
    background: transparent;
  }

  .ramp .nav-dropdown.is-open .nav-dropdown-panel {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .ramp .nav-dropdown {
    border-bottom: 1px solid var(--line);
  }

  .ramp .nav-dropdown:last-of-type {
    border-bottom: none;
  }

  .ramp .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0.65rem 0;
  }
}

.ramp .nav-dropdown-item {
  display: block;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.ramp .nav-dropdown-item:hover,
.ramp .nav-dropdown-item:focus-visible {
  background: #f1f5f9;
  outline: none;
}

.ramp .nav-dropdown-item-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
}

.ramp .nav-dropdown-item-desc {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: #64748b;
}

/* Mega menú ancho (ramp.com): grid, iconos en caja gris, aside destacado */
.ramp .mega-inner {
  padding: 1.5rem 1.5rem 1.65rem;
}

@media (min-width: 901px) {
  .ramp .mega-inner {
    padding: 2rem 2.25rem 2.1rem;
  }
}

.ramp .mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(200px, 280px);
  gap: 1.75rem 2.25rem;
  align-items: start;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .ramp .mega-grid:not(.mega-grid--two) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ramp .mega-aside {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: none;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
  }
}

.ramp .mega-grid--two {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.35rem 1.25rem;
}

.ramp .mega-col {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.ramp .mega-label {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #64748b;
}

.ramp .mega-link {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.55rem 0.65rem;
  margin: 0 -0.15rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.ramp .mega-link:hover,
.ramp .mega-link:focus-visible {
  background: #f4f4f5;
  outline: none;
}

.ramp .mega-link-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #f4f4f5;
  color: #0f172a;
}

.ramp .mega-link-icon svg {
  width: 18px;
  height: 18px;
}

.ramp .mega-link-body {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.ramp .mega-link-title {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
}

.ramp .mega-link-desc {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #64748b;
}

.ramp .mega-aside {
  padding-left: 1.5rem;
  border-left: 1px solid #e5e7eb;
}

.ramp .mega-feature-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f5 100%);
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: inherit;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ramp .mega-feature-card:hover,
.ramp .mega-feature-card:focus-visible {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.ramp .mega-feature-badge {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.ramp .mega-feature-title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp .mega-feature-desc {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
  font-weight: 500;
}

@media (max-width: 900px) {
  .ramp .nav-dropdown {
    border-bottom-color: var(--line);
  }

  .ramp .nav-dropdown-toggle {
    color: var(--muted);
  }

  .ramp .nav-dropdown.is-open .nav-dropdown-toggle {
    color: #0a0a0a;
    background: #e2ff6f;
  }

  .ramp .nav-dropdown-panel--mega,
  .ramp .nav-dropdown-panel--mega-narrow {
    margin: 0.35rem 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  }

  .ramp .mega-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .ramp .mega-aside {
    padding-left: 0;
    border-left: none;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
  }
}

/* Hero — tres capturas reales en capas (producto primero, estilo SaaS) */
.ramp .hero-visual--stack {
  perspective: 1400px;
}

.ramp .hero-visual--stack .hero-product-stack {
  width: 100%;
  max-width: min(100%, 580px);
  margin-inline: auto;
}

@media (min-width: 900px) {
  .ramp .hero-visual--stack .hero-product-stack {
    margin-inline: 0 0 auto;
  }
}

.ramp .hero-product-stack-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: 200px;
  max-height: min(62vh, 560px);
}

@media (min-width: 900px) {
  .ramp .hero-product-stack-inner {
    min-height: 240px;
    max-height: min(72vh, 680px);
  }
}

.ramp .hero-product-card {
  position: absolute;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #0f172a;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 22px 50px rgba(15, 23, 42, 0.15);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    opacity 0.35s ease;
}

.ramp .hero-product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ramp .hero-product-card--back {
  width: 94%;
  height: 86%;
  left: 0;
  top: 11%;
  transform: rotate(-2.5deg);
  z-index: 1;
  opacity: 0.96;
}

.ramp .hero-product-card--mid {
  width: 96%;
  height: 88%;
  left: 5%;
  top: 4%;
  transform: rotate(2deg);
  z-index: 2;
}

.ramp .hero-product-card--front {
  width: 94%;
  height: 85%;
  left: 2%;
  top: 0;
  transform: rotate(-1deg);
  z-index: 3;
}

@media (max-width: 599px) {
  .ramp .hero-product-card--back {
    transform: rotate(-1.5deg);
  }
  .ramp .hero-product-card--mid {
    transform: rotate(1.2deg);
  }
  .ramp .hero-product-card--front {
    transform: rotate(-0.6deg);
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .ramp .hero-product-stack-inner:hover .hero-product-card--back {
    transform: rotate(-2deg) translate(-1.5%, 1%);
  }

  .ramp .hero-product-stack-inner:hover .hero-product-card--mid {
    transform: rotate(1.5deg) translate(1%, -1%);
    box-shadow:
      0 8px 20px rgba(15, 23, 42, 0.1),
      0 28px 56px rgba(15, 23, 42, 0.16);
  }

  .ramp .hero-product-stack-inner:hover .hero-product-card--front {
    transform: rotate(-0.5deg) translate(0, -2%);
    box-shadow:
      0 12px 28px rgba(30, 58, 138, 0.12),
      0 32px 64px rgba(15, 23, 42, 0.18);
  }
}

.ramp .hero-product-card.is-missing img {
  display: none;
}

.ramp .hero-product-card.is-missing {
  background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
  min-height: 8rem;
}

/* Hero — portátil (captura en pantalla, portada) */
.ramp .hero-visual--laptop {
  perspective: 1600px;
}

@media (min-width: 900px) {
  .ramp .hero-visual--laptop {
    justify-self: end;
    width: 100%;
  }
}

.ramp .hero-laptop {
  width: 100%;
}

.ramp .hero-laptop-shell {
  width: 100%;
  max-width: min(100%, 580px);
  margin-inline: auto;
  transform-style: preserve-3d;
  transform: rotateX(2deg);
}

@media (min-width: 900px) {
  .ramp .hero-laptop-shell {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ramp .hero-laptop-shell {
    transform: none;
  }
}

.ramp .hero-laptop-lid {
  border-radius: 14px 14px 5px 5px;
  padding: 11px 11px 13px;
  background: linear-gradient(165deg, #64748b 0%, #334155 38%, #0f172a 100%);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.08),
    0 28px 56px rgba(15, 23, 42, 0.22);
}

.ramp .hero-laptop-bezel {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #020617;
  aspect-ratio: 16 / 10;
  min-height: 180px;
  max-height: min(58vh, 520px);
}

@media (min-width: 900px) {
  .ramp .hero-laptop-bezel {
    min-height: 220px;
    max-height: min(68vh, 560px);
  }
}

.ramp .hero-laptop-camera {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #475569, #0f172a 70%);
  border: 1px solid rgba(15, 23, 42, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ramp .hero-laptop-screen {
  margin: 0;
  width: 100%;
  height: 100%;
}

.ramp .hero-laptop-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ramp .hero-laptop-track {
  position: relative;
  height: 10px;
  margin: -1px auto 0;
  width: 90%;
  max-width: 540px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, #94a3b8 0%, #64748b 50%, #475569 100%);
  box-shadow:
    0 8px 16px rgba(15, 23, 42, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ramp .hero-laptop-track::before {
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 30%;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.5), transparent);
}

/* Base tipo teclado — deja claro que es un portátil, no un monitor suelto */
.ramp .hero-laptop-deck {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: min(100%, 600px);
  height: 30px;
  padding-bottom: 7px;
  box-sizing: border-box;
  border-radius: 0 0 14px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 40%),
    linear-gradient(165deg, #64748b 0%, #334155 45%, #0f172a 100%);
  box-shadow:
    0 22px 40px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ramp .hero-laptop-deck::after {
  content: "";
  width: 18%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1e293b, #0f172a);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .ramp .hero-laptop-shell:hover {
    transform: rotateX(0deg) translateY(-4px);
  }

  .ramp .hero-laptop-shell:hover .hero-laptop-lid {
    box-shadow:
      0 8px 12px rgba(15, 23, 42, 0.1),
      0 36px 64px rgba(15, 23, 42, 0.24);
  }
}

.ramp .hero-laptop-bezel.is-missing img {
  display: none;
}

.ramp .hero-laptop-bezel.is-missing {
  background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
  min-height: 10rem;
}

/* Portada: sin overrides → colores y botones azules de main.css */

/* Stats */
.ramp .stripe-band {
  background: #fff;
  border-top-color: #e5e7eb;
  border-bottom-color: #e5e7eb;
}

.ramp .stripe-stat-label {
  color: #64748b;
}

.ramp .stripe-stat-desc {
  color: #64748b;
}

/* Demo */
.ramp .demo {
  background: #f6f7f9;
}

.ramp .demo-label {
  color: #64748b;
}

.ramp .demo-footnote a {
  color: #00a85c;
  font-weight: 600;
}

.ramp .demo-footnote a:hover {
  color: #047857;
  opacity: 1;
}

.ramp .demo-footnote {
  color: #64748b;
}

.ramp .demo-overlap:not([data-demo-stack]) .demo-layer {
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

/* Bloque 30 dias */
.ramp .thirty-days {
  background: #f8fafc;
  border-top-color: #e5e7eb;
  border-bottom-color: #e5e7eb;
}

.ramp .thirty-days-eyebrow {
  color: #00a85c;
}

.ramp .thirty-days .section-title {
  color: #0f172a;
}

.ramp .thirty-days-lede {
  color: #64748b;
}

.ramp .thirty-days-item {
  border-color: #e5e7eb;
  background: #fff;
}

.ramp .thirty-days-week {
  color: #00a85c;
}

.ramp .thirty-days-item h3 {
  color: #0f172a;
}

.ramp .thirty-days-item p {
  color: #64748b;
}

/* Catálogo EasyTech Ecosystem — soluciones, plataformas y servicios */
.ramp .value-pillars {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp .value-pillars .section-title {
  color: #0f172a;
}

.ramp .pillars-lede {
  max-width: 36rem;
  margin: 0 auto var(--section-title-gap);
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp .value-pillars .pillars-lede {
  margin-bottom: 1rem;
}

.ramp .value-pillars .odoo-relation-note {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #64748b;
}

.ramp .value-pillars .odoo-relation-note strong {
  color: #475569;
}

.ramp .erp-options .pillars-lede {
  margin-bottom: 1rem;
}

.ramp .erp-options .odoo-relation-note {
  margin-bottom: 1.35rem;
  color: #64748b;
}

.ramp .erp-options .odoo-relation-note strong {
  color: #475569;
}

.ramp .value-pillars-grid {
  display: grid;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 768px) {
  .ramp .value-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp .value-pillars-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.35rem 1.5rem;
  }
}

/* Tarjetas tipo ramp.com: copy + CTA arriba, captura abajo */
.ramp .value-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #f4f4f5;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

@media (hover: hover) {
  .ramp .value-card:hover {
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
    transform: translateY(-3px);
  }

  .ramp .value-card:hover .value-card-more {
    color: #00a85c;
  }
}

.ramp .value-card-body {
  padding: 1.35rem 1.35rem 1.1rem;
  flex: 0 0 auto;
}

.ramp .value-card-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7c3aed;
}

.ramp .value-card--econverso .value-card-kicker {
  color: #059669;
}

.ramp .value-card--easynodeone .value-card-kicker {
  color: #2563eb;
}

.ramp .value-card--eclassone .value-card-kicker {
  color: #0891b2;
}

.ramp .value-card--epayroll .value-card-kicker {
  color: #009890;
}

.ramp.page-home .value-card--epayroll .value-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: linear-gradient(180deg, #e8f8f8 0%, #fff 100%);
}

.ramp.page-home .value-card--epayroll .value-card-visual img {
  width: auto !important;
  max-width: 92%;
  height: auto !important;
  max-height: 11rem;
  object-fit: contain;
}

/* Captura del portal (PNG); si falla la carga, respaldo con logo SVG centrado */
.ramp .value-card--easynodeone .value-card-visual--nodeone-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.ramp .value-card--easynodeone .value-card-visual--nodeone-logo img {
  width: auto !important;
  max-width: 85%;
  height: auto !important;
  max-height: 7.5rem;
  object-fit: contain;
  object-position: center;
}

.ramp .value-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #0f172a;
}

.ramp .value-card-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp .value-card-desc strong {
  color: #0f172a;
  font-weight: 600;
}

.ramp .value-card--featured {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.08);
}

.ramp .value-card--soon {
  opacity: 0.92;
}

.ramp .value-card-features-label {
  margin: 0.85rem 0 0.45rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ramp .value-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ramp .value-card-features li {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.35;
  color: #475569;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.ramp .value-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 1rem;
}

.ramp .btn-sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.8125rem;
}

.ramp .value-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ramp .value-card-more:hover {
  opacity: 1;
}

.ramp .value-card-visual {
  position: relative;
  flex: 1 1 auto;
  margin-top: auto;
  min-height: 0;
  aspect-ratio: 16 / 11;
  background: linear-gradient(180deg, #ececef 0%, #e4e4e7 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ramp .value-card-visual-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ramp .value-card-visual-inner img,
.ramp .value-card-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ramp .value-card--brand-visual .value-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.ramp .value-card--brand-visual .value-card-visual img {
  width: auto;
  max-width: 85%;
  height: auto;
  max-height: 7.5rem;
  object-fit: contain;
}

.ramp .value-card.is-missing .value-card-visual > img {
  display: none;
}

.ramp .value-card.is-missing .value-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ramp .value-card.is-missing .value-card-visual::after {
  content: "Captura no disponible";
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
}

@media (prefers-reduced-motion: reduce) {
  .ramp .value-card {
    transition: none;
  }

  .ramp .value-card:hover {
    transform: none;
  }
}

/* Flujo */
.ramp .flow .section-title {
  color: #0f172a;
}

.ramp .flow-step {
  background: #fff;
  border-color: #e5e7eb;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04);
}

.ramp .flow-step-body p {
  color: #64748b;
}

.ramp .flow-step-num {
  background: linear-gradient(145deg, #00d67a, #00a85c);
  box-shadow: 0 4px 16px rgba(0, 191, 111, 0.28);
}

/* Productos */
.ramp .products {
  background: #fff;
  border-top-color: #e5e7eb;
}

.ramp .products .section-title {
  color: #0f172a;
}

.ramp .products-inner .product-block {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.35rem 1.2rem 1.25rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  height: 100%;
  box-sizing: border-box;
}

.ramp .product-block h3 {
  color: #0f172a;
}

.ramp .product-block p {
  color: #64748b;
}

.ramp .product-block a {
  color: #00a85c;
  font-weight: 600;
}

.ramp .product-block a:hover {
  color: #047857;
  opacity: 1;
}

/* Opciones ERP (soluciones.html) */
.ramp .erp-options {
  background: #fff;
  border-top-color: #e5e7eb;
}

/* Primera sección tras hero en soluciones.html */
.ramp.page-soluciones .sol-showcase {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

.ramp .erp-options .section-title {
  color: #0f172a;
}

.ramp .erp-module {
  border-color: #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ramp .erp-module-kicker {
  color: #00a85c;
}

.ramp .erp-module-copy h3 {
  color: #0f172a;
}

.ramp .erp-module-copy > p,
.ramp .erp-module-copy ul {
  color: #64748b;
}

.ramp .erp-module-visual {
  border-top-color: #e5e7eb;
}

/* Franja beneficios oscura (páginas con lista corta: demo, contacto) */
.ramp .benefits:not(.erp-benefits) {
  background: linear-gradient(180deg, #111827, #0f172a);
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.ramp .benefits:not(.erp-benefits) .section-title {
  color: #fff;
  margin-bottom: var(--section-title-gap);
  text-align: center;
}

.ramp .benefits:not(.erp-benefits) .benefits-list li {
  color: #e2e8f0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Beneficios ERP detallados (soluciones.html): franja oscura + tarjetas */
.ramp .benefits.erp-benefits {
  background: linear-gradient(180deg, #0c1222 0%, #111827 42%, #0f172a 100%);
  border-top-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.ramp .benefits.erp-benefits .section-title {
  color: #f8fafc;
  margin-bottom: 0.75rem;
}

.ramp .benefits.erp-benefits .pillars-lede {
  color: #94a3b8;
}

.ramp .benefits.erp-benefits .erp-module {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(30, 41, 59, 0.5);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.ramp .benefits.erp-benefits .erp-module-kicker {
  color: #4ade80;
}

.ramp .benefits.erp-benefits .erp-module-copy h3 {
  color: #f1f5f9;
}

.ramp .benefits.erp-benefits .erp-module-copy > p,
.ramp .benefits.erp-benefits .erp-module-copy ul {
  color: #cbd5e1;
}

.ramp .benefits.erp-benefits .erp-module-visual {
  border-top-color: rgba(148, 163, 184, 0.15);
  background: #0a0f1a;
}

/* Agenda */
.ramp .schedule {
  background: #fff;
  border-top-color: #e5e7eb;
}

.ramp.page-agenda .schedule--solo {
  border-top-color: transparent;
}

.ramp .schedule-calendly-loading-spinner {
  border-color: #e2e8f0;
  border-top-color: #00a85c;
}

.ramp .schedule-calendly-loading-text {
  color: #64748b;
}

.ramp .schedule .section-title,
.ramp #schedule-heading {
  color: #0f172a;
}

.ramp .schedule-lede {
  color: #64748b;
}

.ramp .schedule-lede strong {
  color: #0f172a;
}

.ramp .schedule-external-link {
  color: #00a85c;
}

.ramp .schedule-steps li {
  color: #64748b;
}

.ramp .schedule .btn-primary,
.ramp .schedule-fallback .btn-primary {
  background: linear-gradient(180deg, #00d67a 0%, #00a85c 100%);
  border-color: transparent;
  color: #052e1f;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 191, 111, 0.25);
}

.ramp .schedule .btn-primary:hover,
.ramp .schedule-fallback .btn-primary:hover {
  color: #052e1f;
  opacity: 1;
}

.ramp .schedule-fallback-title {
  color: #0f172a;
}

.ramp .schedule-fallback-text {
  color: #64748b;
}

.ramp .schedule-note-inner {
  color: #64748b;
}

.ramp .schedule-note-inner a {
  color: #00a85c;
}

.ramp .schedule-note-inner a:hover {
  color: #047857;
  opacity: 1;
}

/* CTA final */
.ramp .cta {
  background: #f8fafc;
  padding-top: var(--section-cta-y);
  border-top: 1px solid #e5e7eb;
}

.ramp .cta h2 {
  color: #0f172a;
}

.ramp .cta > p {
  color: #64748b;
}

.ramp .cta .btn-primary {
  background: linear-gradient(180deg, #00d67a 0%, #00a85c 100%);
  border-color: transparent;
  color: #052e1f;
  font-weight: 600;
  box-shadow: 0 6px 28px rgba(0, 191, 111, 0.25);
}

.ramp .cta .btn-primary:hover {
  color: #052e1f;
  box-shadow: 0 10px 36px rgba(0, 191, 111, 0.35);
  opacity: 1;
}

.ramp .cta .btn-ghost {
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  border-color: #e5e7eb;
}

.ramp .cta .btn-ghost:hover {
  background: #fff;
  color: #0f172a;
  border-color: rgba(59, 130, 246, 0.3);
  opacity: 1;
}

/* Bloque final tipo ramp.com */
.ramp .company-scale {
  background: #f8fafc;
  border-top-color: #e5e7eb;
  border-bottom-color: #e5e7eb;
}

.ramp .company-scale-eyebrow {
  color: #00a85c;
}

.ramp .company-scale .section-title {
  color: #0f172a;
}

.ramp .company-scale-lede {
  color: #64748b;
}

.ramp .company-scale-item {
  border-color: #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ramp .company-scale-item h3 {
  color: #0f172a;
}

.ramp .company-scale-item p {
  color: #64748b;
}

/* Footer */
.ramp .site-footer {
  max-width: none;
  background: #050810;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #64748b;
}

.ramp .site-footer a {
  color: #94a3b8;
}

.ramp .site-footer a:hover {
  color: #fff;
  opacity: 1;
}

.ramp .site-footer-name {
  color: #e2e8f0;
}

.ramp .site-footer-tag,
.ramp .site-footer-contact {
  color: #94a3b8;
}

.ramp .site-footer-title {
  color: #cbd5e1;
}

.ramp .site-footer-copy {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: #64748b;
}

/* Página EASY Converso (econverso.html) */
.ramp.page-econverso .header-cta--econverso {
  background: linear-gradient(180deg, #2eb87a, #24a170);
  color: #fff;
  border: none;
  box-shadow: 0 2px 12px rgba(36, 161, 112, 0.35);
}

.ramp.page-econverso .header-cta--econverso:hover {
  filter: brightness(1.05);
  opacity: 1;
  color: #fff;
}

.ramp .econverso-hero {
  padding: var(--section-y) var(--section-x) var(--hero-pad-bottom);
  background: linear-gradient(160deg, #e8f7ef 0%, #d4f0e3 35%, #eef6ff 100%);
  border-bottom: 1px solid rgba(36, 161, 112, 0.15);
}

.ramp .econverso-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .ramp .econverso-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 3rem;
  }
}

.ramp .econverso-hero-eyebrow {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #15803d;
}

.ramp .econverso-hero-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 3.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
}

.ramp .econverso-hero-lede {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
  max-width: 36rem;
}

.ramp .econverso-hero-lede strong {
  color: #166534;
  font-weight: 700;
}

.ramp .econverso-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ramp .btn-econverso-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: linear-gradient(180deg, #2eb87a, #24a170);
  color: #fff !important;
  border: none;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(36, 161, 112, 0.35);
}

.ramp .btn-econverso-primary:hover {
  filter: brightness(1.06);
  opacity: 1;
  color: #fff !important;
}

.ramp .btn-econverso-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: #fff;
  color: #1d4ed8 !important;
  border: 1px solid rgba(29, 78, 216, 0.35);
  text-decoration: none;
}

.ramp .btn-econverso-ghost:hover {
  background: #eff6ff;
  opacity: 1;
  color: #1d4ed8 !important;
}

.ramp .econverso-hero-footnote {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.ramp .econverso-hero-footnote a {
  color: #15803d;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ramp .econverso-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ramp .econverso-login-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.ramp .econverso-login-card-title {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp .econverso-login-card-desc {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.ramp .econverso-login-card-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(36, 161, 112, 0.12);
  color: #166534;
}

.ramp .econverso-hero-screenshot {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  background: #fff;
}

.ramp .econverso-hero-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ramp .econverso-features {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp .econverso-feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ramp .econverso-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ramp .econverso-feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  background: #fafafa;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ramp .econverso-feature-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ramp .econverso-feature-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #32c66d, #24a170);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ramp .econverso-feature-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp .econverso-feature-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp .econverso-flows,
.ramp .econverso-pricing {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp .econverso-table-wrap {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp .econverso-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.ramp .econverso-table th,
.ramp .econverso-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.ramp .econverso-table th {
  background: linear-gradient(180deg, #ede9fe, #e9e4f7);
  color: #3730a3;
  font-weight: 700;
  font-size: 0.8125rem;
}

.ramp .econverso-table tbody tr:last-child td {
  border-bottom: none;
}

.ramp .econverso-table code {
  font-size: 0.8125rem;
  padding: 0.1em 0.35em;
  background: #f1f5f9;
  border-radius: 4px;
  color: #7c3aed;
  font-weight: 600;
}

.ramp .econverso-table--pricing td:nth-child(n + 2) {
  font-variant-numeric: tabular-nums;
}

.ramp .cta--econverso {
  background: linear-gradient(180deg, #ecfdf5, #f0fdf4);
  border-top: 1px solid rgba(36, 161, 112, 0.2);
  border-bottom: 1px solid rgba(36, 161, 112, 0.15);
}

.ramp .cta--econverso .section-title,
.ramp .cta--econverso h2 {
  color: #0f172a;
}

.ramp .cta--econverso p {
  color: #475569;
}

.ramp .cta--econverso .btn-ghost {
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a !important;
}

.ramp .cta--econverso .btn-ghost:hover {
  background: #fff;
  border-color: rgba(36, 161, 112, 0.35);
  color: #166534 !important;
}

/* Página Easy NodeOne (easynodeone.html) */
.ramp.page-easynodeone .header-cta--nodeone {
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  color: #fff;
  border: none;
  box-shadow: 0 2px 14px rgba(37, 99, 235, 0.35);
}

.ramp.page-easynodeone .header-cta--nodeone:hover {
  filter: brightness(1.05);
  opacity: 1;
  color: #fff;
}

/* Unified product/solution hero (2-column: copy + flyer) */
.ramp .solution-hero,
.ramp .nodeone-hero {
  padding: clamp(0.45rem, 1.35vw, 0.85rem) var(--section-x) var(--hero-pad-bottom);
  background: linear-gradient(165deg, #eff6ff 0%, #e0f2fe 40%, #f8fafc 100%);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
}

.ramp .solution-hero-inner,
.ramp .nodeone-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .ramp .solution-hero-inner,
  .ramp .nodeone-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2.25rem;
    align-items: start;
  }
}

.ramp .solution-hero-logo-row,
.ramp .nodeone-hero-logo-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.ramp .solution-hero-logo-img,
.ramp .nodeone-hero-logo-img {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.2);
  background: #fff;
}

.ramp .solution-hero-logo-img--contain {
  object-fit: contain;
  padding: 0.65rem;
}

.ramp .solution-hero-wordmark,
.ramp .nodeone-hero-wordmark {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1e3a8a;
}

.ramp .solution-hero-eyebrow,
.ramp .nodeone-hero-eyebrow {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.ramp .solution-hero-soon {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1e40af;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.ramp .solution-hero-title,
.ramp .nodeone-hero-title {
  margin: 0.65rem 0 0.75rem;
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
}

.ramp .solution-hero-lede,
.ramp .nodeone-hero-lede {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
  max-width: 36rem;
}

.ramp .solution-hero-actions,
.ramp .nodeone-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ramp .btn-solution-primary,
.ramp .btn-nodeone-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  color: #fff !important;
  border: none;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.35);
}

.ramp .btn-solution-primary:hover,
.ramp .btn-nodeone-primary:hover {
  filter: brightness(1.06);
  opacity: 1;
  color: #fff !important;
}

.ramp .btn-solution-ghost,
.ramp .btn-nodeone-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: #fff;
  color: #2563eb !important;
  border: 1px solid rgba(37, 99, 235, 0.4);
  text-decoration: none;
}

.ramp .btn-solution-ghost:hover,
.ramp .btn-nodeone-ghost:hover {
  background: #eff6ff;
  opacity: 1;
  color: #1d4ed8 !important;
}

.ramp .solution-hero-footnote,
.ramp .nodeone-hero-footnote {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.ramp .solution-hero-footnote a,
.ramp .nodeone-hero-footnote a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ramp .solution-hero-visual,
.ramp .nodeone-hero-visual {
  display: block;
}

.ramp .solution-hero-screenshot,
.ramp .nodeone-hero-screenshot {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  background: #fff;
}

.ramp .solution-hero-screenshot img,
.ramp .nodeone-hero-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ramp .solution-hero-screenshot img.solution-hero-fallback-img {
  max-width: 12rem;
  margin: 2.5rem auto;
  padding: 1rem;
  box-shadow: none;
}

.ramp .nodeone-features {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp .nodeone-feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ramp .nodeone-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp .nodeone-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp .nodeone-feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  background: #fafafa;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ramp .nodeone-feature-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ramp .nodeone-feature-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ramp .nodeone-feature-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp .nodeone-feature-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp .nodeone-checklist {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp .nodeone-checklist-list {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.ramp .nodeone-checklist-list li {
  position: relative;
  padding-left: 1.75rem;
  margin: 0 0 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #334155;
}

.ramp .nodeone-checklist-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #22c55e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5L9.5 3' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.65rem;
  background-position: center;
  background-repeat: no-repeat;
}

.ramp .nodeone-catalog {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp .nodeone-table-wrap {
  max-width: 960px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp .nodeone-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}

.ramp .nodeone-table th,
.ramp .nodeone-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.ramp .nodeone-table th {
  background: linear-gradient(180deg, #dbeafe, #e0e7ff);
  color: #1e40af;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ramp .nodeone-table tbody tr:last-child td {
  border-bottom: none;
}

.ramp .nodeone-table-muted {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 400;
  margin-top: 0.2rem;
}

.ramp .nodeone-badge {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ramp .nodeone-badge--plan {
  background: #334155;
  color: #fff;
}

.ramp .nodeone-badge--pro {
  background: #4f46e5;
}

.ramp .nodeone-badge--basic {
  background: #64748b;
}

.ramp .nodeone-badge--yes {
  background: #dbeafe;
  color: #1d4ed8;
}

.ramp .nodeone-badge--no {
  background: #f1f5f9;
  color: #64748b;
}

.ramp .nodeone-badge--type {
  background: #ffedd5;
  color: #c2410c;
}

.ramp .nodeone-badge--ok {
  background: #dcfce7;
  color: #166534;
}

.ramp .cta--nodeone {
  background: linear-gradient(180deg, #eff6ff, #f0f9ff);
  border-top: 1px solid rgba(37, 99, 235, 0.15);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
}

.ramp .cta--nodeone .section-title,
.ramp .cta--nodeone h2 {
  color: #0f172a;
}

.ramp .cta--nodeone p {
  color: #475569;
}

.ramp .cta--nodeone .btn-ghost {
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a !important;
}

.ramp .cta--nodeone .btn-ghost:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.35);
  color: #1d4ed8 !important;
}

/* Facturación Electrónica Panamá */
.ramp.page-facturacion-electronica .fe-intro {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
  padding-bottom: clamp(0.35rem, 1vw, 0.65rem);
  border-top: none;
}

.ramp.page-facturacion-electronica .fe-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
}

.ramp.page-facturacion-electronica .fe-intro-inner p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

.ramp.page-facturacion-electronica .fe-intro-inner p:last-child {
  margin-bottom: 0;
}

.ramp.page-facturacion-electronica .fe-about {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-facturacion-electronica .fe-benefits .nodeone-feature-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ramp.page-facturacion-electronica .fe-benefits .nodeone-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp.page-facturacion-electronica .fe-benefits .nodeone-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-facturacion-electronica .fe-documents {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-facturacion-electronica .fe-documents-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ramp.page-facturacion-electronica .fe-documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ramp.page-facturacion-electronica .fe-documents .nodeone-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-facturacion-electronica .fe-integrations {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-facturacion-electronica .fe-integration-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .ramp.page-facturacion-electronica .fe-integration-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-facturacion-electronica .fe-integration-grid .nodeone-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-facturacion-electronica .fe-integration-grid .nodeone-feature-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ramp.page-facturacion-electronica .fe-integration-grid .nodeone-feature-card h3 a:hover {
  color: #2563eb;
}

.ramp.page-facturacion-electronica .fe-card-list {
  margin: 0.65rem 0 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-facturacion-electronica .fe-card-list li {
  margin-bottom: 0.25rem;
}

.ramp.page-facturacion-electronica .fe-services .nodeone-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-facturacion-electronica .fe-audience {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-facturacion-electronica .fe-audience-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.ramp.page-facturacion-electronica .fe-audience-tags li {
  padding: 0.4rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
}

.ramp.page-facturacion-electronica .fe-why .nodeone-checklist-list {
  max-width: 40rem;
}

/* EasyNodeOne (EN1) — contenido comercial */
.ramp.page-easynodeone .en1-showcase {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

.ramp.page-easynodeone .en1-showcase .erp-module {
  align-items: stretch;
}

.ramp.page-easynodeone .en1-showcase .erp-module-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
}

.ramp.page-easynodeone .en1-showcase .erp-module-copy > p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #334155;
}

.ramp.page-easynodeone .en1-showcase .erp-module-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: 0;
}

.ramp.page-easynodeone .en1-showcase .erp-module-visual img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 980px) {
  .ramp.page-easynodeone .en1-showcase .erp-module-copy {
    padding: clamp(1.35rem, 2.5vw, 2rem);
  }
}

.ramp.page-easynodeone .en1-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
}

.ramp.page-easynodeone .en1-intro-inner p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

.ramp.page-easynodeone .en1-benefits .nodeone-feature-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ramp.page-easynodeone .en1-benefits .nodeone-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp.page-easynodeone .en1-benefits .nodeone-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-easynodeone .en1-modules {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-easynodeone .en1-modules-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ramp.page-easynodeone .en1-modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp.page-easynodeone .en1-modules-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-easynodeone .en1-modules .nodeone-feature-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-easynodeone .en1-module-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ramp.page-easynodeone .en1-module-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #06b6d4 0%, #6366f1 55%, #7c3aed 100%);
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.ramp.page-easynodeone .en1-module-icon svg {
  display: block;
}

.ramp.page-easynodeone .en1-module-card > p {
  margin: 0;
}

.ramp.page-easynodeone .en1-audience {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-easynodeone .en1-two-col {
  display: grid;
  gap: 0.5rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 560px) {
  .ramp.page-easynodeone .en1-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-easynodeone .en1-audience-tags li {
  padding: 0.45rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-align: center;
}

.ramp.page-easynodeone .en1-why .nodeone-checklist-list {
  max-width: 52rem;
}

.ramp.page-easynodeone .en1-why .nodeone-checklist-list li {
  margin-bottom: 0.65rem;
}

.ramp.page-easynodeone .en1-integrations {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-easynodeone .en1-integrations .pillars-lede {
  margin-bottom: 1rem;
}

.ramp.page-easynodeone .en1-integration-list li {
  margin: 0;
}

.ramp.page-easynodeone .en1-integration-list a {
  display: block;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 10px;
  background: #eff6ff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
  text-align: center;
}

.ramp.page-easynodeone .en1-integration-list a:hover {
  background: #dbeafe;
  color: #1e40af;
  opacity: 1;
}

.ramp.page-easynodeone .en1-result {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-easynodeone .en1-result .en1-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.ramp.page-easynodeone .en1-result .en1-intro-inner p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

/* Planes de suscripción EN1 */
.ramp.page-easynodeone .en1-pricing {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-easynodeone .en1-pricing-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-easynodeone .en1-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-easynodeone .en1-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-easynodeone .en1-pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp.page-easynodeone .en1-pricing-card--featured {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.12);
}

.ramp.page-easynodeone .en1-pricing-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.ramp.page-easynodeone .en1-pricing-card--featured .en1-pricing-kicker {
  color: #2563eb;
}

.ramp.page-easynodeone .en1-pricing-name {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp.page-easynodeone .en1-pricing-price {
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.ramp.page-easynodeone .en1-pricing-amount {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.ramp.page-easynodeone .en1-pricing-period {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}

.ramp.page-easynodeone .en1-pricing-annual {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  color: #64748b;
}

.ramp.page-easynodeone .en1-pricing-features {
  flex: 1 1 auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ramp.page-easynodeone .en1-pricing-features li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.ramp.page-easynodeone .en1-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b6d4, #6366f1);
}

.ramp.page-easynodeone .en1-pricing-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.ramp.page-easynodeone .en1-pricing-table-wrap {
  max-width: 1180px;
  margin-bottom: 1rem;
}

.ramp.page-easynodeone .en1-pricing-table td:not(:first-child),
.ramp.page-easynodeone .en1-pricing-table th:not(:first-child) {
  text-align: center;
}

.ramp.page-easynodeone .en1-pricing-table td:first-child {
  font-weight: 500;
  color: #334155;
}

.ramp.page-easynodeone .en1-pricing-note {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

/* Mini tarjetas — productos EN1 con captura */
.ramp.page-easynodeone .en1-products {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-easynodeone .en1-product-grid {
  display: grid;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-easynodeone .en1-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ramp.page-easynodeone .en1-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-easynodeone .en1-product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fafafa;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.ramp.page-easynodeone .en1-product-card-visual {
  margin: 0;
  background: #f1f5f9;
  border-bottom: 1px solid #e5e7eb;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.ramp.page-easynodeone .en1-product-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ramp.page-easynodeone .en1-product-card-body {
  flex: 1 1 auto;
  padding: 1.1rem 1.2rem 1.25rem;
}

.ramp.page-easynodeone .en1-product-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
}

.ramp.page-easynodeone .en1-product-card-body h3 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.3;
}

.ramp.page-easynodeone .en1-product-card-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-easynodeone .en1-product-card-body p strong {
  color: #334155;
  font-weight: 600;
}

/* Easy Odoo (soluciones.html) — paridad con easynodeone.html */
.ramp.page-soluciones .sol-showcase {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-showcase .erp-module-copy > p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #334155;
}

.ramp.page-soluciones .sol-showcase .erp-module-copy > p:last-child {
  margin-bottom: 0;
}

.ramp.page-soluciones .sol-benefits {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-modules {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-modules-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-soluciones .sol-modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp.page-soluciones .sol-modules-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-soluciones .sol-module-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ramp.page-soluciones .sol-module-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #714b67 0%, #875a7b 45%, #017e84 100%);
  box-shadow: 0 4px 14px rgba(113, 75, 103, 0.35);
}

.ramp.page-soluciones .sol-module-icon svg {
  display: block;
}

.ramp.page-soluciones .sol-modules .nodeone-feature-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-soluciones .sol-module-card > p {
  margin: 0;
}

.ramp.page-soluciones .sol-pricing {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-pricing-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-soluciones .sol-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-soluciones .sol-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-soluciones .sol-pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp.page-soluciones .sol-pricing-card--featured {
  border-color: rgba(113, 75, 103, 0.45);
  box-shadow: 0 8px 28px rgba(113, 75, 103, 0.12);
}

.ramp.page-soluciones .sol-pricing-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.ramp.page-soluciones .sol-pricing-card--featured .sol-pricing-kicker {
  color: #714b67;
}

.ramp.page-soluciones .sol-pricing-name {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp.page-soluciones .sol-pricing-price {
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.ramp.page-soluciones .sol-pricing-amount {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.ramp.page-soluciones .sol-pricing-period {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}

.ramp.page-soluciones .sol-pricing-annual {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  color: #64748b;
}

.ramp.page-soluciones .sol-pricing-features {
  flex: 1 1 auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ramp.page-soluciones .sol-pricing-features li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.ramp.page-soluciones .sol-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #714b67, #017e84);
}

.ramp.page-soluciones .sol-pricing-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.ramp.page-soluciones .sol-pricing-table-wrap {
  max-width: 1180px;
  margin-bottom: 1rem;
}

.ramp.page-soluciones .sol-pricing-table td:not(:first-child),
.ramp.page-soluciones .sol-pricing-table th:not(:first-child) {
  text-align: center;
}

.ramp.page-soluciones .sol-pricing-table td:first-child {
  font-weight: 500;
  color: #334155;
}

.ramp.page-soluciones .sol-pricing-note {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-soluciones .sol-products {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-product-grid {
  display: grid;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-soluciones .sol-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ramp.page-soluciones .sol-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-soluciones .sol-product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fafafa;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.ramp.page-soluciones .sol-product-card-visual {
  margin: 0;
  background: #f1f5f9;
  border-bottom: 1px solid #e5e7eb;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.ramp.page-soluciones .sol-product-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ramp.page-soluciones .sol-product-card-body {
  flex: 1 1 auto;
  padding: 1.1rem 1.2rem 1.25rem;
}

.ramp.page-soluciones .sol-product-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #714b67;
}

.ramp.page-soluciones .sol-product-card-body h3 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.3;
}

.ramp.page-soluciones .sol-product-card-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-soluciones .sol-two-col {
  display: grid;
  gap: 0.5rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 560px) {
  .ramp.page-soluciones .sol-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-soluciones .sol-audience {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-audience-tags li {
  padding: 0.45rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-align: center;
}

.ramp.page-soluciones .sol-why .nodeone-checklist-list {
  max-width: 52rem;
}

.ramp.page-soluciones .sol-why .nodeone-checklist-list li {
  margin-bottom: 0.65rem;
}

.ramp.page-soluciones .sol-integrations {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-integrations .pillars-lede {
  margin-bottom: 1rem;
}

.ramp.page-soluciones .sol-integration-list li {
  margin: 0;
}

.ramp.page-soluciones .sol-integration-list a {
  display: block;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(113, 75, 103, 0.22);
  border-radius: 10px;
  background: #faf5f9;
  font-size: 0.875rem;
  font-weight: 600;
  color: #714b67;
  text-decoration: none;
  text-align: center;
}

.ramp.page-soluciones .sol-integration-list a:hover {
  background: #f3e8f0;
  color: #5c3d54;
  opacity: 1;
}

.ramp.page-soluciones .sol-result {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-soluciones .sol-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.ramp.page-soluciones .sol-intro-inner p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

.ramp .cta--soluciones {
  background: linear-gradient(180deg, #faf5f9, #f0fdfa);
  border-top: 1px solid rgba(113, 75, 103, 0.15);
  border-bottom: 1px solid rgba(1, 126, 132, 0.12);
}

.ramp .cta--soluciones h2 {
  color: #0f172a;
}

.ramp .cta--soluciones p {
  color: #475569;
}

.ramp .cta--soluciones .btn-ghost {
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a !important;
}

.ramp .cta--soluciones .btn-ghost:hover {
  background: #fff;
  border-color: rgba(113, 75, 103, 0.35);
  color: #714b67 !important;
}

/* Easy Converso (econverso.html) — paridad con easynodeone.html */
.ramp.page-econverso .solution-hero {
  background: linear-gradient(165deg, #ecfdf5 0%, #d1fae5 40%, #f8fafc 100%);
  border-bottom: 1px solid rgba(36, 161, 112, 0.15);
}

.ramp.page-econverso .solution-hero-lede strong {
  color: #166534;
  font-weight: 700;
}

.ramp.page-econverso .solution-hero-eyebrow {
  color: #15803d;
}

.ramp.page-econverso .eco-showcase {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-showcase .erp-module-copy > p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #334155;
}

.ramp.page-econverso .eco-showcase .erp-module-copy > p:last-child {
  margin-bottom: 0;
}

.ramp.page-econverso .eco-showcase .erp-module-visual img {
  object-fit: contain;
  padding: 1rem;
  background: #f8fafc;
}

.ramp.page-econverso .eco-benefits {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-benefits .nodeone-feature-num {
  background: linear-gradient(180deg, #34d399, #24a170);
}

.ramp.page-econverso .eco-modules {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-modules-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-econverso .eco-modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ramp.page-econverso .eco-modules-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-econverso .eco-module-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ramp.page-econverso .eco-module-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #34d399 0%, #24a170 55%, #059669 100%);
  box-shadow: 0 4px 14px rgba(36, 161, 112, 0.35);
}

.ramp.page-econverso .eco-module-icon svg {
  display: block;
}

.ramp.page-econverso .eco-modules .nodeone-feature-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-econverso .eco-module-card > p {
  margin: 0;
}

.ramp.page-econverso .eco-pricing {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-pricing-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-econverso .eco-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-econverso .eco-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-econverso .eco-pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp.page-econverso .eco-pricing-card--featured {
  border-color: rgba(36, 161, 112, 0.45);
  box-shadow: 0 8px 28px rgba(36, 161, 112, 0.12);
}

.ramp.page-econverso .eco-pricing-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.ramp.page-econverso .eco-pricing-card--featured .eco-pricing-kicker {
  color: #15803d;
}

.ramp.page-econverso .eco-pricing-name {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp.page-econverso .eco-pricing-price {
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.ramp.page-econverso .eco-pricing-amount {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.ramp.page-econverso .eco-pricing-period {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}

.ramp.page-econverso .eco-pricing-annual {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  color: #64748b;
}

.ramp.page-econverso .eco-pricing-features {
  flex: 1 1 auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ramp.page-econverso .eco-pricing-features li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.ramp.page-econverso .eco-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #24a170);
}

.ramp.page-econverso .eco-pricing-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.ramp.page-econverso .eco-pricing-table-wrap {
  max-width: 1180px;
  margin-bottom: 1rem;
}

.ramp.page-econverso .eco-pricing-table td:not(:first-child),
.ramp.page-econverso .eco-pricing-table th:not(:first-child) {
  text-align: center;
}

.ramp.page-econverso .eco-pricing-table td:first-child {
  font-weight: 500;
  color: #334155;
}

.ramp.page-econverso .eco-products {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-product-grid {
  display: grid;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-econverso .eco-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ramp.page-econverso .eco-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ramp.page-econverso .eco-product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fafafa;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.ramp.page-econverso .eco-product-card-visual {
  margin: 0;
  background: #ecfdf5;
  border-bottom: 1px solid #e5e7eb;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ramp.page-econverso .eco-product-card-visual--brand img {
  width: auto;
  height: 55%;
  max-height: 140px;
  object-fit: contain;
}

.ramp.page-econverso .eco-product-card-body {
  flex: 1 1 auto;
  padding: 1.1rem 1.2rem 1.25rem;
}

.ramp.page-econverso .eco-product-card-body--full {
  min-height: 100%;
}

.ramp.page-econverso .eco-product-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #15803d;
}

.ramp.page-econverso .eco-product-card-body h3 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.3;
}

.ramp.page-econverso .eco-product-card-body h3 code {
  font-size: 0.875rem;
  padding: 0.1em 0.35em;
  background: #ecfdf5;
  border-radius: 4px;
  color: #166534;
  font-weight: 600;
}

.ramp.page-econverso .eco-product-card-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-econverso .eco-two-col {
  display: grid;
  gap: 0.5rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 560px) {
  .ramp.page-econverso .eco-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-econverso .eco-audience {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-audience-tags li {
  padding: 0.45rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-align: center;
}

.ramp.page-econverso .eco-why .nodeone-checklist-list {
  max-width: 52rem;
}

.ramp.page-econverso .eco-why .nodeone-checklist-list li {
  margin-bottom: 0.65rem;
}

.ramp.page-econverso .eco-integrations {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-integrations .pillars-lede {
  margin-bottom: 1rem;
}

.ramp.page-econverso .eco-integration-list li {
  margin: 0;
}

.ramp.page-econverso .eco-integration-list a {
  display: block;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(36, 161, 112, 0.22);
  border-radius: 10px;
  background: #ecfdf5;
  font-size: 0.875rem;
  font-weight: 600;
  color: #166534;
  text-decoration: none;
  text-align: center;
}

.ramp.page-econverso .eco-integration-list a:hover {
  background: #d1fae5;
  color: #14532d;
  opacity: 1;
}

.ramp.page-econverso .eco-result {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-econverso .eco-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.ramp.page-econverso .eco-intro-inner p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

/* Easy Class One (eclassone.html) — plataforma educativa IA */
.ramp.page-eclassone .header-cta--eclassone {
  background: linear-gradient(135deg, #06b6d4, #6366f1);
  color: #fff;
  border: none;
  box-shadow: 0 2px 14px rgba(99, 102, 241, 0.35);
}

.ramp.page-eclassone .header-cta--eclassone:hover {
  filter: brightness(1.05);
  opacity: 1;
  color: #fff;
}

.ramp .btn-eclassone-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: linear-gradient(135deg, #06b6d4, #6366f1);
  color: #fff !important;
  border: none;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.35);
}

.ramp .btn-eclassone-primary:hover {
  filter: brightness(1.06);
  opacity: 1;
  color: #fff !important;
}

.ramp .btn-eclassone-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: #fff;
  color: #4f46e5 !important;
  border: 1px solid rgba(99, 102, 241, 0.4);
  text-decoration: none;
}

.ramp .btn-eclassone-ghost:hover {
  background: #eef2ff;
  opacity: 1;
  color: #4338ca !important;
}

.ramp .cta--eclassone {
  background: linear-gradient(180deg, #ecfeff, #eef2ff);
  border-top: 1px solid rgba(99, 102, 241, 0.2);
  border-bottom: 1px solid rgba(6, 182, 212, 0.15);
}

.ramp .cta--eclassone h2 {
  color: #0f172a;
}

.ramp .cta--eclassone p {
  color: #475569;
}

.ramp .cta--eclassone .btn-ghost {
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a !important;
}

.ramp .cta--eclassone .btn-ghost:hover {
  background: #fff;
  border-color: rgba(99, 102, 241, 0.35);
  color: #4338ca !important;
}

.ramp.page-eclassone .solution-hero {
  background: linear-gradient(165deg, #ecfeff 0%, #e0e7ff 45%, #f8fafc 100%);
  border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}

.ramp.page-eclassone .solution-hero-lede strong {
  color: #4338ca;
  font-weight: 700;
}

.ramp.page-eclassone .solution-hero-eyebrow {
  color: #0891b2;
}

.ramp.page-eclassone .solution-hero-logo-row--eclassone {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.ramp.page-eclassone .solution-hero-brand-logo {
  display: block;
  width: min(100%, 13.75rem);
  height: auto;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 8px 28px rgba(10, 31, 68, 0.18);
}

.ramp.page-eclassone .solution-hero-badge {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6366f1;
  letter-spacing: 0.02em;
}

.ramp.page-eclassone .ecl-showcase {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-showcase .erp-module-copy > p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #334155;
}

.ramp.page-eclassone .ecl-showcase .erp-module-copy > p:last-child {
  margin-bottom: 0;
}

.ramp.page-eclassone .ecl-showcase .erp-module-visual img {
  object-fit: cover;
  background: #f8fafc;
}

.ramp.page-eclassone .ecl-benefits {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-benefits .nodeone-feature-num {
  background: linear-gradient(135deg, #22d3ee, #6366f1);
}

.ramp.page-eclassone .ecl-modules {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-feature-grid {
  display: grid;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-eclassone .ecl-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-eclassone .ecl-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp.page-eclassone .ecl-feature-card-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f5f9;
  border-bottom: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ramp.page-eclassone .ecl-feature-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.2rem 1.25rem;
}

.ramp.page-eclassone .ecl-feature-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0891b2;
}

.ramp.page-eclassone .ecl-feature-card-body h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.3;
}

.ramp.page-eclassone .ecl-feature-card-body > p {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-eclassone .ecl-feature-list {
  flex: 1 1 auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ramp.page-eclassone .ecl-feature-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.ramp.page-eclassone .ecl-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #22d3ee, #6366f1);
}

.ramp.page-eclassone .ecl-feature-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  font-size: 0.875rem;
  padding: 0.6rem 1rem;
}

.ramp.page-eclassone .ecl-pricing {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-pricing-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-eclassone .ecl-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-eclassone .ecl-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-eclassone .ecl-pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.ramp.page-eclassone .ecl-pricing-card--featured {
  border-color: rgba(66, 195, 231, 0.5);
  box-shadow: 0 8px 28px rgba(10, 31, 68, 0.12);
}

.ramp.page-eclassone .ecl-pricing-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.ramp.page-eclassone .ecl-pricing-card--featured .ecl-pricing-kicker {
  color: #0a1f44;
}

.ramp.page-eclassone .ecl-pricing-name {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ramp.page-eclassone .ecl-pricing-price {
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.ramp.page-eclassone .ecl-pricing-amount {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.ramp.page-eclassone .ecl-pricing-period {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}

.ramp.page-eclassone .ecl-pricing-annual {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  color: #64748b;
}

.ramp.page-eclassone .ecl-pricing-features {
  flex: 1 1 auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ramp.page-eclassone .ecl-pricing-features li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.ramp.page-eclassone .ecl-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #42c3e7, #0a1f44);
}

.ramp.page-eclassone .ecl-pricing-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.ramp.page-eclassone .ecl-pricing-table-wrap {
  max-width: 1180px;
  margin-bottom: 1rem;
}

.ramp.page-eclassone .ecl-pricing-table td:not(:first-child),
.ramp.page-eclassone .ecl-pricing-table th:not(:first-child) {
  text-align: center;
}

.ramp.page-eclassone .ecl-pricing-table td:first-child {
  font-weight: 500;
  color: #334155;
}

.ramp.page-eclassone .ecl-pricing-note {
  max-width: 52rem;
  margin: 0 auto;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

.ramp.page-eclassone .ecl-two-col {
  display: grid;
  gap: 0.5rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 560px) {
  .ramp.page-eclassone .ecl-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-eclassone .ecl-audience {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-audience-tags li {
  padding: 0.45rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-align: center;
}

.ramp.page-eclassone .ecl-why .nodeone-checklist-list {
  max-width: 52rem;
}

.ramp.page-eclassone .ecl-why .nodeone-checklist-list li {
  margin-bottom: 0.65rem;
}

.ramp.page-eclassone .ecl-integrations {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-integrations .pillars-lede {
  margin-bottom: 1rem;
}

.ramp.page-eclassone .ecl-integration-list li {
  margin: 0;
}

.ramp.page-eclassone .ecl-integration-list a {
  display: block;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 10px;
  background: #eef2ff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4338ca;
  text-decoration: none;
  text-align: center;
}

.ramp.page-eclassone .ecl-integration-list a:hover {
  background: #e0e7ff;
  color: #3730a3;
  opacity: 1;
}

.ramp.page-eclassone .ecl-result {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eclassone .ecl-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.ramp.page-eclassone .ecl-intro-inner p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

/* ── Easy Thesis (EThesisOne) ── */
.ramp.page-ethesisone {
  font-family: "Montserrat", "Inter", system-ui, sans-serif;
}

.ramp.page-ethesisone .eth-accent {
  color: #1e88e5;
}

.ramp.page-ethesisone .btn-eth-primary {
  background: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}

.ramp.page-ethesisone .btn-eth-primary:hover {
  background: #1565c0;
  border-color: #1565c0;
  color: #fff;
}

.ramp.page-ethesisone .btn-eth-ghost {
  background: transparent;
  border: 1px solid #102a43;
  color: #102a43;
}

.ramp.page-ethesisone .btn-eth-ghost:hover {
  background: #102a43;
  color: #fff;
}

.ramp.page-ethesisone .eth-hero {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ramp.page-ethesisone .solution-hero-eyebrow {
  color: #1e88e5;
}

.ramp.page-ethesisone .solution-hero-logo-row--eth {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.ramp.page-ethesisone .solution-hero-brand-logo {
  width: min(100%, 260px);
  height: auto;
  display: block;
}

.ramp.page-ethesisone .solution-hero-title {
  color: #102a43;
}

.ramp.page-ethesisone .eth-pillars {
  background: #102a43;
  color: #fff;
  padding: 1.35rem 1.25rem;
}

.ramp.page-ethesisone .eth-pillars-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-ethesisone .eth-pillars-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-ethesisone .eth-pillars-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ramp.page-ethesisone .eth-pillar {
  padding: 0.85rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ramp.page-ethesisone .eth-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(30, 136, 229, 0.18);
  color: #64b5f6;
}

.ramp.page-ethesisone .eth-pillar h2 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.ramp.page-ethesisone .eth-pillar p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ramp.page-ethesisone .eth-problem {
  background: #fff;
}

.ramp.page-ethesisone .eth-problem-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 1.5rem auto 0;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-ethesisone .eth-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-ethesisone .eth-problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-ethesisone .eth-visual {
  max-width: 1180px;
  margin: 1.5rem auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(16, 42, 67, 0.08);
}

.ramp.page-ethesisone .eth-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ramp.page-ethesisone .eth-visual--wide {
  max-width: 1280px;
}

.ramp.page-ethesisone .eth-showcase,
.ramp.page-ethesisone .eth-docs {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-ethesisone .eth-showcase .erp-module-copy > p,
.ramp.page-ethesisone .eth-docs .erp-module-copy > p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}

.ramp.page-ethesisone .eth-modules {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-ethesisone .eth-feature-grid {
  display: grid;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-ethesisone .eth-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-ethesisone .eth-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-ethesisone .eth-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
}

.ramp.page-ethesisone .eth-feature-card-visual {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f7;
  border-bottom: 1px solid #e5e7eb;
}

.ramp.page-ethesisone .eth-feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ramp.page-ethesisone .eth-feature-card-visual--contain img {
  object-fit: contain;
  background: #fff;
}

.ramp.page-ethesisone .eth-feature-card-body {
  flex: 1 1 auto;
  padding: 1.1rem 1.15rem 1.2rem;
}

.ramp.page-ethesisone .eth-feature-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e88e5;
}

.ramp.page-ethesisone .eth-feature-card-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #102a43;
  line-height: 1.3;
}

.ramp.page-ethesisone .eth-feature-card-body > p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-ethesisone .eth-workflow {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-ethesisone .eth-workflow-steps {
  list-style: none;
  margin: 0 auto 1.25rem;
  padding: 0;
  max-width: 1180px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-ethesisone .eth-workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-ethesisone .eth-workflow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-ethesisone .eth-workflow-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.75rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.ramp.page-ethesisone .eth-workflow-num {
  grid-row: 1 / span 2;
  font-size: 0.75rem;
  font-weight: 800;
  color: #1e88e5;
  letter-spacing: 0.04em;
}

.ramp.page-ethesisone .eth-workflow-steps strong {
  color: #102a43;
  font-size: 0.92rem;
}

.ramp.page-ethesisone .eth-workflow-steps li > span:last-child {
  grid-column: 2;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.ramp.page-ethesisone .eth-actores-table-wrap {
  max-width: 960px;
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
}

.ramp.page-ethesisone .eth-actores-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.ramp.page-ethesisone .eth-actores-table th,
.ramp.page-ethesisone .eth-actores-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.ramp.page-ethesisone .eth-actores-table th {
  background: #102a43;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ramp.page-ethesisone .eth-actores-table tbody tr:last-child td {
  border-bottom: 0;
}

.ramp.page-ethesisone .eth-actores-table td:first-child {
  font-weight: 700;
  color: #102a43;
  white-space: nowrap;
}

.ramp.page-ethesisone .eth-result {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-ethesisone .eth-intro-inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.ramp.page-ethesisone .eth-intro-inner p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

.ramp.page-ethesisone .eth-cta {
  background: linear-gradient(180deg, #102a43 0%, #0d2238 100%);
  color: #fff;
}

.ramp.page-ethesisone .eth-cta h2,
.ramp.page-ethesisone .eth-cta p {
  color: #fff;
}

.ramp.page-ethesisone .eth-cta p {
  opacity: 0.88;
}

.ramp.page-ethesisone .eth-cta .btn-eth-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.ramp.page-ethesisone .eth-cta .btn-eth-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* ── EPOSOne ── */
.ramp.page-eposone .epo-brand {
  color: #f37021;
}

.ramp.page-eposone .epo-accent {
  color: #102a43;
}

.ramp.page-eposone .btn-epo-primary {
  background: #f37021;
  border-color: #f37021;
  color: #fff;
}

.ramp.page-eposone .btn-epo-primary:hover {
  background: #d95f18;
  border-color: #d95f18;
  color: #fff;
}

.ramp.page-eposone .btn-epo-ghost {
  background: transparent;
  border: 1px solid #102a43;
  color: #102a43;
}

.ramp.page-eposone .btn-epo-ghost:hover {
  background: #102a43;
  color: #fff;
}

.ramp.page-eposone .solution-hero-screenshot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.ramp.page-eposone .epo-hero {
  background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
}

.ramp.page-eposone .solution-hero-eyebrow {
  color: #f37021;
}

.ramp.page-eposone .solution-hero-title {
  color: #102a43;
}

.ramp.page-eposone .epo-pillars {
  background: #102a43;
  color: #fff;
  padding: 1.35rem 1.25rem;
}

.ramp.page-eposone .epo-pillars-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-eposone .epo-pillars-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-eposone .epo-pillars-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ramp.page-eposone .epo-pillar {
  padding: 0.85rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ramp.page-eposone .epo-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(243, 112, 33, 0.2);
  color: #ffb074;
}

.ramp.page-eposone .epo-pillar h2 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ramp.page-eposone .epo-pillar p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ramp.page-eposone .epo-features {
  background: #fff;
}

.ramp.page-eposone .epo-features .nodeone-feature-num {
  background: #f37021;
}

.ramp.page-eposone .epo-visual {
  max-width: 720px;
  margin: 1.5rem auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(16, 42, 67, 0.08);
}

.ramp.page-eposone .epo-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ramp.page-eposone .epo-visual--wide {
  max-width: 820px;
}

.ramp.page-eposone .epo-visual--flyer {
  max-width: 420px;
}

.ramp.page-eposone .epo-visual--cta {
  max-width: 820px;
  margin-bottom: 1rem;
}

.ramp.page-eposone .epo-modules {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-eposone .epo-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-eposone .epo-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-eposone .epo-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
}

.ramp.page-eposone .epo-feature-card-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.ramp.page-eposone .epo-feature-card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.ramp.page-eposone .epo-feature-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f37021;
}

.ramp.page-eposone .epo-feature-card-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #102a43;
}

.ramp.page-eposone .epo-feature-card-body > p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-eposone .epo-benefits {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-two-col {
  display: grid;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ramp.page-eposone .epo-two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.ramp.page-eposone .epo-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #102a43;
}

.ramp.page-eposone .epo-integration-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ramp.page-eposone .epo-integration-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #475569;
}

.ramp.page-eposone .epo-integration-list li:last-child {
  border-bottom: 0;
}

.ramp.page-eposone .epo-testimonials {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-testimonial-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 1.25rem auto 0;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ramp.page-eposone .epo-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-eposone .epo-testimonial {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-testimonial p {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.ramp.page-eposone .epo-testimonial footer {
  font-size: 0.78rem;
  font-weight: 600;
  color: #f37021;
}

.ramp.page-eposone .epo-showcase {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-cta {
  background: linear-gradient(180deg, #f37021 0%, #d95f18 100%);
  color: #fff;
}

.ramp.page-eposone .epo-cta h2,
.ramp.page-eposone .epo-cta p {
  color: #fff;
}

.ramp.page-eposone .epo-cta .btn-epo-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.ramp.page-eposone .epo-cta .btn-epo-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.ramp.page-eposone .epo-pricing {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-pricing-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-eposone .epo-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-eposone .epo-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-eposone .epo-pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
}

.ramp.page-eposone .epo-pricing-card--featured {
  border-color: rgba(243, 112, 33, 0.45);
  box-shadow: 0 8px 28px rgba(243, 112, 33, 0.12);
}

.ramp.page-eposone .epo-pricing-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.ramp.page-eposone .epo-pricing-card--featured .epo-pricing-kicker {
  color: #f37021;
}

.ramp.page-eposone .epo-pricing-name {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #102a43;
}

.ramp.page-eposone .epo-pricing-price {
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.ramp.page-eposone .epo-pricing-amount {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #102a43;
  font-variant-numeric: tabular-nums;
}

.ramp.page-eposone .epo-pricing-period {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}

.ramp.page-eposone .epo-pricing-annual {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #f37021;
}

.ramp.page-eposone .epo-pricing-features {
  flex: 1 1 auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ramp.page-eposone .epo-pricing-features li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
}

.ramp.page-eposone .epo-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #f37021;
}

.ramp.page-eposone .epo-pricing-cta {
  width: 100%;
  margin-top: auto;
}

.ramp.page-eposone .epo-pricing-table-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.ramp.page-eposone .epo-pricing-table td:not(:first-child),
.ramp.page-eposone .epo-pricing-table th:not(:first-child) {
  text-align: center;
}

.ramp.page-eposone .epo-pricing-table td:first-child {
  font-weight: 600;
  color: #102a43;
}

.ramp.page-eposone .epo-pricing-note {
  max-width: 44rem;
  margin: 1.25rem auto 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-eposone .epo-pilot-badge {
  background: rgba(243, 112, 33, 0.12);
  color: #c2410c;
  border: 1px solid rgba(243, 112, 33, 0.35);
}

.ramp.page-eposone .epo-status {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}

.ramp.page-eposone .epo-status--live {
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
}

.ramp.page-eposone .epo-status--rollout {
  background: rgba(243, 112, 33, 0.15);
  color: #c2410c;
}

.ramp.page-eposone .epo-status--planned {
  background: rgba(100, 116, 139, 0.15);
  color: #475569;
}

.ramp.page-eposone .epo-roadmap {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-roadmap-eyebrow {
  margin: 0 auto 0.5rem;
  max-width: 1180px;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f37021;
}

.ramp.page-eposone .epo-roadmap-phases {
  max-width: 960px;
  margin: 1.25rem auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.ramp.page-eposone .epo-roadmap-phases li {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-roadmap-phases strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1a3a5c;
  font-size: 0.9rem;
}

.ramp.page-eposone .epo-roadmap-phases span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.ramp.page-eposone .epo-roadmap-rule {
  max-width: 52rem;
  margin: 1.5rem auto 0;
  padding: 1.15rem 1.35rem;
  border-radius: 14px;
  border-left: 4px solid #f37021;
  background: rgba(243, 112, 33, 0.08);
}

.ramp.page-eposone .epo-roadmap-rule p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #1a3a5c;
}

.ramp.page-eposone .epo-pilot {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-eposone .epo-pilot-card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 3px rgba(26, 58, 92, 0.06);
}

.ramp.page-eposone .epo-pilot-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a3a5c;
}

.ramp.page-eposone .epo-pilot-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
}

/* ── Consultoría TI ── */
.ramp.page-consultoria-ti .cti-accent {
  color: #2563eb;
}

.ramp.page-consultoria-ti .btn-cti-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.ramp.page-consultoria-ti .btn-cti-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.ramp.page-consultoria-ti .btn-cti-ghost {
  background: transparent;
  border: 1px solid #102a43;
  color: #102a43;
}

.ramp.page-consultoria-ti .btn-cti-ghost:hover {
  background: #102a43;
  color: #fff;
}

.ramp.page-consultoria-ti .cti-hero {
  background: linear-gradient(180deg, #f0f6ff 0%, #fff 100%);
}

.ramp.page-consultoria-ti .solution-hero-eyebrow {
  color: #2563eb;
}

.ramp.page-consultoria-ti .solution-hero-title {
  color: #102a43;
}

.ramp.page-consultoria-ti .solution-hero-screenshot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.ramp.page-consultoria-ti .cti-quote {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid #2563eb;
  background: rgba(37, 99, 235, 0.06);
  border-radius: 0 10px 10px 0;
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.55;
  color: #334155;
}

.ramp.page-consultoria-ti .cti-pillars {
  background: #102a43;
  color: #fff;
  padding: 1.35rem 1.25rem;
}

.ramp.page-consultoria-ti .cti-pillars-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-consultoria-ti .cti-pillars-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-consultoria-ti .cti-pillars-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-consultoria-ti .cti-pillar {
  padding: 0.85rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ramp.page-consultoria-ti .cti-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.2);
  color: #93c5fd;
}

.ramp.page-consultoria-ti .cti-pillar h2 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ramp.page-consultoria-ti .cti-pillar p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ramp.page-consultoria-ti .cti-value {
  background: #fff;
}

.ramp.page-consultoria-ti .cti-value-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 1.25rem auto 0;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ramp.page-consultoria-ti .cti-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-consultoria-ti .cti-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-consultoria-ti .cti-visual {
  max-width: min(1024px, 100%);
  margin: 1.5rem auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(16, 42, 67, 0.08);
}

.ramp.page-consultoria-ti .cti-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ramp.page-consultoria-ti .cti-visual--wide {
  max-width: min(1024px, 100%);
}

.ramp.page-consultoria-ti .cti-visual--flyer {
  max-width: min(1024px, 100%);
}

.ramp.page-consultoria-ti .cti-visual--cta {
  max-width: min(1024px, 100%);
  margin-bottom: 1rem;
}

.ramp.page-consultoria-ti .cti-services {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-consultoria-ti .cti-feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-consultoria-ti .cti-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-consultoria-ti .cti-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-consultoria-ti .cti-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
}

.ramp.page-consultoria-ti .cti-feature-card-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  min-height: 9rem;
  overflow: hidden;
  background: #eef2f7;
  border-bottom: 1px solid #e5e7eb;
}

.ramp.page-consultoria-ti .cti-feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.ramp.page-consultoria-ti .cti-feature-card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.ramp.page-consultoria-ti .cti-feature-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
}

.ramp.page-consultoria-ti .cti-feature-card-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #102a43;
}

.ramp.page-consultoria-ti .cti-feature-card-body > p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-consultoria-ti .cti-benefits {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-consultoria-ti .cti-two-col {
  display: grid;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ramp.page-consultoria-ti .cti-two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.ramp.page-consultoria-ti .cti-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #102a43;
}

.ramp.page-consultoria-ti .cti-method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.ramp.page-consultoria-ti .cti-method-steps li {
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.ramp.page-consultoria-ti .cti-method-steps strong {
  display: block;
  color: #102a43;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.ramp.page-consultoria-ti .cti-method-steps span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.ramp.page-consultoria-ti .cti-proof {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-consultoria-ti .cti-case {
  max-width: 40rem;
  margin: 1.25rem auto 0;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
}

.ramp.page-consultoria-ti .cti-case p {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  font-style: italic;
}

.ramp.page-consultoria-ti .cti-case footer {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2563eb;
}

.ramp.page-consultoria-ti .cti-showcase {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-consultoria-ti .cti-cta {
  background: linear-gradient(180deg, #102a43 0%, #0d2238 100%);
  color: #fff;
}

.ramp.page-consultoria-ti .cti-cta h2,
.ramp.page-consultoria-ti .cti-cta p {
  color: #fff;
}

.ramp.page-consultoria-ti .cti-cta p {
  opacity: 0.9;
}

.ramp.page-consultoria-ti .cti-cta .btn-cti-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.ramp.page-consultoria-ti .cti-cta .btn-cti-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* ── Desarrollo de Software ── */
.ramp.page-desarrollo-software .dsw-accent {
  background: linear-gradient(90deg, #2563eb, #06b6d4 45%, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ramp.page-desarrollo-software .btn-dsw-primary {
  background: linear-gradient(135deg, #2563eb, #6366f1);
  border-color: transparent;
  color: #fff;
}

.ramp.page-desarrollo-software .btn-dsw-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #4f46e5);
  color: #fff;
}

.ramp.page-desarrollo-software .btn-dsw-ghost {
  background: transparent;
  border: 1px solid #4338ca;
  color: #3730a3;
}

.ramp.page-desarrollo-software .btn-dsw-ghost:hover {
  background: #4338ca;
  color: #fff;
}

.ramp.page-desarrollo-software .dsw-hero {
  background: linear-gradient(180deg, #f5f3ff 0%, #eff6ff 50%, #fff 100%);
}

.ramp.page-desarrollo-software .solution-hero-eyebrow {
  color: #6366f1;
}

.ramp.page-desarrollo-software .solution-hero-title {
  color: #0f172a;
}

.ramp.page-desarrollo-software .solution-hero-screenshot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.ramp.page-desarrollo-software .dsw-lede-secondary {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
}

.ramp.page-desarrollo-software .dsw-visual {
  max-width: min(1024px, 100%);
  margin: 1.5rem auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.1);
}

.ramp.page-desarrollo-software .dsw-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ramp.page-desarrollo-software .dsw-visual--wide {
  max-width: min(1024px, 100%);
}

.ramp.page-desarrollo-software .dsw-visual--flyer {
  max-width: min(1024px, 100%);
}

.ramp.page-desarrollo-software .dsw-visual--cta {
  max-width: min(1024px, 100%);
  margin-bottom: 1rem;
}

.ramp.page-desarrollo-software .dsw-includes {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-desarrollo-software .dsw-feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-desarrollo-software .dsw-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-desarrollo-software .dsw-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-desarrollo-software .dsw-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(79, 70, 229, 0.06);
}

.ramp.page-desarrollo-software .dsw-feature-card-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  min-height: 9rem;
  overflow: hidden;
  background: #eef2ff;
  border-bottom: 1px solid #e5e7eb;
}

.ramp.page-desarrollo-software .dsw-feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.ramp.page-desarrollo-software .dsw-feature-card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.ramp.page-desarrollo-software .dsw-feature-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6366f1;
}

.ramp.page-desarrollo-software .dsw-feature-card-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-desarrollo-software .dsw-feature-card-body > p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-desarrollo-software .dsw-benefits {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-desarrollo-software .dsw-two-col {
  display: grid;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ramp.page-desarrollo-software .dsw-two-col {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.ramp.page-desarrollo-software .dsw-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.ramp.page-desarrollo-software .dsw-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ramp.page-desarrollo-software .dsw-tech-tags li {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4338ca;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.ramp.page-desarrollo-software .dsw-ecosystem {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-desarrollo-software .dsw-eco-grid {
  display: grid;
  gap: 0.85rem;
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-desarrollo-software .dsw-eco-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-desarrollo-software .dsw-eco-card {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.ramp.page-desarrollo-software .dsw-eco-card:hover {
  border-color: #a5b4fc;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
}

.ramp.page-desarrollo-software .dsw-eco-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
  color: #312e81;
}

.ramp.page-desarrollo-software .dsw-eco-card span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.ramp.page-desarrollo-software .dsw-showcase {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-desarrollo-software .dsw-cta {
  background: linear-gradient(135deg, #312e81 0%, #2563eb 55%, #06b6d4 100%);
  color: #fff;
}

.ramp.page-desarrollo-software .dsw-cta h2,
.ramp.page-desarrollo-software .dsw-cta p {
  color: #fff;
}

.ramp.page-desarrollo-software .dsw-cta p {
  opacity: 0.92;
}

.ramp.page-desarrollo-software .dsw-contact-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}

.ramp.page-desarrollo-software .dsw-contact-bar a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}

.ramp.page-desarrollo-software .dsw-contact-bar a:hover {
  opacity: 1;
  text-decoration: underline;
}

.ramp.page-desarrollo-software .dsw-cta .btn-dsw-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.ramp.page-desarrollo-software .dsw-cta .btn-dsw-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ── EPayRoll (epr-*) — branding logo: teal #009890 · navy #002060 ── */
.ramp.page-epayroll {
  --epr-teal: #009890;
  --epr-teal-dark: #006070;
  --epr-teal-soft: #e8f8f8;
  --epr-navy: #002060;
  --epr-navy-soft: #005068;
}

.ramp.page-epayroll .epr-accent {
  color: var(--epr-teal);
}

.ramp.page-epayroll .btn-epr-primary {
  background: var(--epr-teal);
  border-color: var(--epr-teal);
  color: #fff;
}

.ramp.page-epayroll .btn-epr-primary:hover {
  background: var(--epr-teal-dark);
  border-color: var(--epr-teal-dark);
  color: #fff;
}

.ramp.page-epayroll .btn-epr-ghost {
  border-color: var(--epr-navy);
  color: var(--epr-navy);
}

.ramp.page-epayroll .btn-epr-ghost:hover {
  background: rgba(0, 32, 96, 0.06);
}

.ramp.page-epayroll .epr-hero {
  background: linear-gradient(180deg, var(--epr-teal-soft) 0%, #fff 100%);
}

.ramp.page-epayroll .solution-hero-eyebrow {
  color: var(--epr-teal);
}

.ramp.page-epayroll .solution-hero-title {
  color: var(--epr-navy);
}

.ramp.page-epayroll .solution-hero-screenshot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.ramp.page-epayroll .solution-hero-logo-row--epr {
  align-items: center;
  margin-bottom: 0.5rem;
}

.ramp.page-epayroll .solution-hero-brand-logo {
  width: auto;
  max-width: min(100%, 22rem);
  max-height: 7rem;
  object-fit: contain;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.ramp.page-epayroll .solution-hero-brand-logo--wordmark {
  max-width: min(100%, 18rem);
  max-height: 5rem;
}

.ramp.page-epayroll .epr-pillars {
  background: var(--epr-navy);
  color: #fff;
  padding: 1.35rem 1.25rem;
}

.ramp.page-epayroll .epr-pillars-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-epayroll .epr-pillars-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-epayroll .epr-pillars-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-epayroll .epr-pillar {
  padding: 0.85rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ramp.page-epayroll .epr-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(0, 152, 144, 0.22);
  color: #7ee8df;
}

.ramp.page-epayroll .epr-pillar h2 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ramp.page-epayroll .epr-pillar p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ramp.page-epayroll .epr-principle {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-epayroll .epr-visual {
  max-width: min(1024px, 100%);
  margin: 1.5rem auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #cceeee;
  box-shadow: 0 8px 24px rgba(0, 32, 96, 0.08);
}

.ramp.page-epayroll .epr-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ramp.page-epayroll .epr-modules {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-epayroll .epr-feature-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-epayroll .epr-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ramp.page-epayroll .epr-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ramp.page-epayroll .epr-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(27, 58, 92, 0.06);
}

.ramp.page-epayroll .epr-feature-card--featured {
  border-color: var(--epr-teal);
  box-shadow: 0 8px 28px rgba(0, 152, 144, 0.18);
}

.ramp.page-epayroll .epr-feature-card-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  min-height: 9rem;
  overflow: hidden;
  background: var(--epr-teal-soft);
  border-bottom: 1px solid #cceeee;
}

.ramp.page-epayroll .epr-feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.ramp.page-epayroll .epr-feature-card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.ramp.page-epayroll .epr-feature-card-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--epr-teal);
}

.ramp.page-epayroll .epr-feature-card--featured .epr-feature-card-kicker {
  color: var(--epr-teal-dark);
}

.ramp.page-epayroll .epr-feature-card-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--epr-navy);
}

.ramp.page-epayroll .epr-feature-card-body > p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.ramp.page-epayroll .epr-vacaciones {
  background: linear-gradient(180deg, var(--epr-teal-soft) 0%, #fff 100%);
  border-top: 1px solid #b8ece8;
}

.ramp.page-epayroll .epr-vacaciones-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--epr-teal-dark);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ramp.page-epayroll .epr-two-col {
  display: grid;
  gap: 1.5rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .ramp.page-epayroll .epr-two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.ramp.page-epayroll .epr-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--epr-navy);
}

.ramp.page-epayroll .epr-master-grid {
  display: grid;
  gap: 0.75rem;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ramp.page-epayroll .epr-master-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ramp.page-epayroll .epr-master-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ramp.page-epayroll .epr-master-card {
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.ramp.page-epayroll .epr-master-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--epr-navy);
}

.ramp.page-epayroll .epr-master-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #64748b;
}

.ramp.page-epayroll .epr-integrations {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-epayroll .epr-roadmap {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.ramp.page-epayroll .epr-roadmap-eyebrow {
  margin: 0 auto 0.5rem;
  max-width: 1180px;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--epr-teal);
}

.ramp.page-epayroll .epr-roadmap-panel {
  max-width: 960px;
  margin: 1.25rem auto 0;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 32, 96, 0.06);
}

.ramp.page-epayroll .epr-roadmap-list {
  display: grid;
  gap: 0.35rem 1.5rem;
  margin: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ramp.page-epayroll .epr-roadmap-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ramp.page-epayroll .epr-roadmap-diff {
  max-width: 52rem;
  margin: 1.5rem auto 0;
  padding: 1.15rem 1.35rem;
  border-radius: 14px;
  border-left: 4px solid var(--epr-teal);
  background: var(--epr-teal-soft);
  box-shadow: 0 1px 3px rgba(0, 32, 96, 0.06);
}

.ramp.page-epayroll .epr-roadmap-diff p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--epr-navy);
}

.ramp.page-epayroll .epr-roadmap-diff strong {
  color: var(--epr-teal-dark);
}

.ramp.page-epayroll .epr-cta {
  background: linear-gradient(135deg, var(--epr-navy) 0%, var(--epr-teal-dark) 55%, var(--epr-teal) 100%);
  color: #fff;
}

.ramp.page-epayroll .epr-cta h2,
.ramp.page-epayroll .epr-cta p {
  color: #fff;
}

.ramp.page-epayroll .epr-cta p {
  opacity: 0.92;
}

.ramp.page-epayroll .epr-cta .btn-epr-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.ramp.page-epayroll .epr-cta .btn-epr-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
