body.landing-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 113, 206, .12), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(18, 183, 106, .10), transparent 24%),
    linear-gradient(180deg, #eef6ff 0, #f6f9fc 360px, #f4f7fb 100%);
}

.landing-page main {
  width: 100%;
  overflow: hidden;
}

.landing-page .cn-shop-top {
  width: min(100%, 1680px);
  grid-template-columns: 260px minmax(360px, 1fr) auto auto auto;
  padding-left: 32px;
  padding-right: 32px;
}

.landing-page .cn-shop-logo img {
  max-width: 215px;
  max-height: 56px;
}

.landing-page .cn-shop-nav {
  justify-content: center;
}

.landing-page .landing-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: 430px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 82px max(40px, calc((100% - 1540px) / 2));
  grid-template-columns: minmax(0, 1.35fr) 430px;
  background:
    radial-gradient(circle at 84% 18%, rgba(32, 184, 238, .34), transparent 28%),
    radial-gradient(circle at 8% 80%, rgba(18, 183, 106, .18), transparent 30%),
    linear-gradient(135deg, #042852 0%, #075ca8 52%, #0c86e8 100%);
}

.landing-page .landing-hero::after {
  content: '';
  position: absolute;
  inset: 0 0 0 42%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4,40,82,.95) 0%, rgba(4,40,82,.34) 34%, rgba(4,40,82,0) 100%);
}

.landing-page .landing-hero-media {
  position: absolute;
  z-index: -2;
  right: -40px;
  bottom: -30px;
  width: min(62vw, 980px);
  height: 92%;
  display: grid;
  place-items: end;
  opacity: .36;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.75) 58%, transparent 100%);
  mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.75) 58%, transparent 100%);
}

.landing-page .landing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(.7) contrast(1.15) brightness(.82);
}

.landing-page .landing-copy h1 {
  max-width: 980px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}

.landing-page .landing-copy p {
  max-width: 900px;
  font-size: 21px;
  line-height: 1.65;
}

.landing-page .landing-actions .button {
  min-width: 190px;
  padding: 15px 24px;
}

.landing-page .landing-card {
  padding: 34px;
  border-radius: 26px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 18px 60px rgba(3,31,64,.18);
  backdrop-filter: blur(6px);
  grid-template-columns: 1fr;
}

.landing-page .landing-card strong {
  font-size: 28px;
}

.landing-page .landing-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-page .landing-card-heading > b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #0878dd;
  font-size: 22px;
}

.landing-page .landing-card > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-page .landing-card > span b {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  color: #fff;
  font-size: 17px;
}

.landing-page .landing-steps {
  position: relative;
  z-index: 2;
  width: min(100%, 1540px);
  max-width: none;
  margin: -44px auto 0;
  padding: 0 40px;
  gap: 20px;
}

.landing-page .landing-steps article {
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(15,35,65,.09);
  grid-template-columns: auto auto 1fr;
  align-items: center;
}

.landing-page .landing-catalog {
  width: min(100%, 1540px);
  max-width: none;
  margin-top: 58px;
  padding-left: 40px;
  padding-right: 40px;
}

.landing-page .landing-catalog .section-heading {
  align-items: center;
  margin-bottom: 18px;
}

.landing-page .landing-catalog h2 {
  font-size: clamp(32px, 3vw, 46px);
  letter-spacing: -.035em;
}

.landing-page .landing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.landing-page .landing-steps article > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 4px;
  border: 2px solid #0878dd;
  border-radius: 12px;
  color: #0878dd;
  font-size: 22px;
  font-style: normal;
}

.landing-page .landing-steps article > strong,
.landing-page .landing-steps article > span {
  grid-column: 3;
}

.landing-page .server-card {
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,35,65,.09);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  background: #fff;
}

.landing-page .server-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px 0;
}

.landing-page .server-sku,
.landing-page .mode-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.landing-page .server-sku {
  color: #0866d6;
  background: #eaf5ff;
  letter-spacing: .04em;
}

.landing-page .mode-badge.sale {
  color: #087443;
  background: #dcfae6;
}

.landing-page .mode-badge.rent {
  color: #075ca8;
  background: #e6f1ff;
}

.landing-page .server-card:hover {
  transform: translateY(-4px);
  border-color: #70b7ff;
  box-shadow: 0 22px 42px rgba(7,92,168,.16);
}

.landing-page .server-image {
  height: 220px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f8fbff);
  border-bottom: 0;
}

.landing-page .server-image img {
  width: 92%;
  height: 172px;
  max-height: 172px;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transition: transform .18s ease;
}

.landing-page .server-image--compact img {
  transform: scale(1.9);
}

.landing-page .server-card:hover .server-image img {
  transform: scale(1.04);
}

.landing-page .server-card:hover .server-image--compact img {
  transform: scale(1.96);
}

.landing-page .server-body {
  padding: 22px 22px 10px;
}

.landing-page .server-body h3 {
  font-size: 21px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-page .server-description {
  display: grid;
  gap: 3px;
  min-height: 146px;
  max-height: 146px;
  overflow: hidden;
  color: #64748b;
  font-size: 15px;
  line-height: 1.45;
}

.landing-page .server-description span {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit;
}

.landing-page .server-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 17px 0 14px;
  padding: 15px 0;
  border-top: 1px solid #e4edf7;
  border-bottom: 1px solid #e4edf7;
}

.landing-page .server-specs span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #38506f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.landing-page .server-specs b {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  color: #0866d6;
  background: #edf6ff;
  font-size: 13px;
}

.landing-page .server-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.landing-page .server-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eef6ff;
  color: #0b4b8f;
  font-size: 12px;
  font-weight: 850;
}

.landing-page .server-meta .stock-chip {
  color: #087443;
  background: #ecfff3;
}

.landing-page .server-meta--hardware {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 8px;
}

.landing-page .server-meta--hardware span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 8px;
  padding: 7px 9px;
}

.landing-page .server-meta--hardware b {
  flex: 0 0 auto;
  margin-right: 5px;
  color: #0866d6;
}

.landing-page .server-foot {
  padding: 18px 22px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.landing-page .server-foot .button {
  padding: 12px 18px;
}

.landing-page .server-foot strong {
  color: #07316b;
  font-size: 21px;
  line-height: 1.15;
}

.landing-page .server-foot .configure-green {
  background: #12b76a;
  color: #fff;
  box-shadow: 0 10px 22px rgba(18,183,106,.22);
  min-width: 162px;
}

.landing-page .server-foot .configure-green:hover {
  background: #0fa35e;
}

.landing-page .server-foot .configure-green span {
  margin-left: 8px;
  font-size: 22px;
  line-height: 0;
}

.landing-page .landing-cta {
  width: min(100%, 1540px);
  max-width: none;
  margin-top: 34px;
  padding: 42px 48px;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff, #eef7ff);
  box-shadow: 0 14px 34px rgba(15,35,65,.08);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.landing-page .landing-help-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-right: 18px;
  border-radius: 50%;
  background: #0878dd;
  color: #fff;
  font-size: 27px;
  box-shadow: 0 10px 22px rgba(8,120,221,.22);
}

.landing-page .cn-shop-footer {
  margin-top: 46px;
  padding-left: 40px;
  padding-right: 40px;
}

/* Use the complete viewport for the public catalog while keeping a safe gutter. */
.landing-page .landing-steps,
.landing-page .landing-catalog,
.landing-page .landing-cta {
  width: 100%;
  max-width: none;
}

@media (max-width: 1180px) {
  .landing-page .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .landing-page .cn-shop-top {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .landing-page .cn-shop-logo {
    justify-content: center;
  }

  .landing-page .landing-hero {
    grid-template-columns: 1fr;
    padding: 58px 28px 78px;
  }

  .landing-page .landing-hero-media {
    width: 72vw;
    opacity: .25;
  }

  .landing-page .landing-card {
    max-width: 540px;
  }

  .landing-page .landing-steps,
  .landing-page .landing-catalog,
  .landing-page .landing-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-page .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .landing-page .landing-hero-media {
    display: none;
  }

  .landing-page .landing-copy h1 {
    font-size: 38px;
  }

  .landing-page .landing-copy p {
    font-size: 17px;
  }

  .landing-page .landing-actions {
    flex-direction: column;
  }

  .landing-page .landing-actions .button {
    width: 100%;
  }

  .landing-page .landing-steps {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }

  .landing-page .landing-steps article {
    grid-template-columns: auto auto 1fr;
  }

  .landing-page .landing-help-icon {
    margin: 0 0 14px;
  }

  .landing-page .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .landing-page .server-image {
    height: 120px;
  }

  .landing-page .server-image img {
    width: 94%;
    height: 96px;
    max-height: 96px;
  }

  .landing-page .server-image--compact img {
    transform: scale(1.55);
  }

  .landing-page .server-body {
    padding: 14px 14px 8px;
  }

  .landing-page .server-body h3 {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .landing-page .server-description {
    min-height: 78px;
    max-height: 78px;
    font-size: 12px;
    line-height: 1.5;
    gap: 2px;
  }

  .landing-page .server-description span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .landing-page .server-specs {
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 10px 0;
    padding: 10px 0;
  }

  .landing-page .server-specs span {
    font-size: 11px;
  }

  .landing-page .server-specs b {
    width: 22px;
    height: 22px;
  }

  .landing-page .server-meta {
    margin-top: 10px;
    gap: 5px;
  }

  .landing-page .server-meta--hardware {
    grid-template-columns: 1fr;
  }

  .landing-page .server-meta span {
    padding: 4px 7px;
    font-size: 10px;
  }

  

.landing-page .server-foot {
    padding: 12px 14px 14px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .landing-page .server-foot strong {
    font-size: 16px;
  }

  .landing-page .server-foot .button {
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .landing-page .landing-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .server-image {
    height: 210px;
  }

  .landing-page .server-image img {
    height: 162px;
    max-height: 162px;
  }

  .landing-page .server-image--compact img {
    transform: scale(1.75);
  }
}

/* Catálogo dividido visualmente por modalidad: alquiler y venta. */
.landing-page .catalog-title{text-align:center;margin:0 auto 30px}.landing-page .catalog-title h2{margin:5px 0 8px}.landing-page .catalog-title p{margin:0;color:#60758d}
.landing-page .catalog-mode{--mode:#0878dd;--mode-soft:#eaf5ff;margin-bottom:34px;padding:0 0 24px;overflow:hidden;border:1px solid #d5e3ef;border-top:4px solid var(--mode);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,35,65,.08);scroll-margin-top:120px}
.landing-page .catalog-mode--rent{--mode:#f36b0a;--mode-soft:#fff1e7}.landing-page .catalog-mode--sale{--mode:#0ea56a;--mode-soft:#e8faf2}
.landing-page .catalog-mode__head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:22px 24px;border-bottom:1px solid #e2ebf3;background:linear-gradient(110deg,var(--mode-soft),#fff 60%)}
.landing-page .catalog-mode__head h2{margin:0;color:var(--mode);font-size:27px}.landing-page .catalog-mode__head p{margin:5px 0 0;color:#60758d;font-size:13px}.landing-page .catalog-mode__head>span{padding:8px 12px;border-radius:999px;background:var(--mode-soft);color:var(--mode);font-size:12px;font-weight:900}
.landing-page .catalog-mode__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:12px;background:var(--mode);color:#fff;font-size:21px}
.landing-page .catalog-mode .landing-grid{padding:24px 24px 0}.landing-page .catalog-mode--rent .mode-badge.rent{color:#b84c00;background:#fff0e5}.landing-page .catalog-mode--rent .server-sku,.landing-page .catalog-mode--rent .server-specs b{color:#c95705;background:#fff3e9}.landing-page .catalog-mode--rent .configure-green{background:#f36b0a;box-shadow:0 10px 22px rgba(243,107,10,.22)}.landing-page .catalog-mode--rent .configure-green:hover{background:#d95b00}
.landing-page .catalog-mode__empty{margin:24px;padding:28px;border:1px dashed #bfd0df;border-radius:14px;color:#60758d;text-align:center;background:#f8fbfd}
.landing-page .server-foot strong{display:flex;flex-direction:column}.landing-page .server-foot strong small{margin-bottom:3px;color:#718096;font-size:10px;font-weight:700;text-transform:uppercase}
.landing-page .landing-actions .rent-action{background:#f36b0a}.landing-page .landing-actions .sale-action{background:#0ea56a}
.landing-page .landing-actions .pdf-action{border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.12);box-shadow:none;backdrop-filter:blur(7px)}.landing-page .landing-actions .pdf-action:hover{background:#fff;color:#075ca8}
@media(max-width:720px){.landing-page .catalog-mode__head{grid-template-columns:auto 1fr;padding:17px}.landing-page .catalog-mode__head>span{grid-column:2}.landing-page .catalog-mode__head h2{font-size:21px}.landing-page .catalog-mode .landing-grid{padding:14px 14px 0}}

/* Comparación rápida al final del catálogo. */
.landing-page .quick-compare {
  width: 100%;
  max-width: none;
  margin-top: 38px;
  padding: 0 40px;
}

.landing-page .quick-compare-heading {
  margin-bottom: 20px;
}

.landing-page .quick-compare-heading h2 {
  margin: 6px 0 8px;
  color: #082f67;
  font-size: clamp(26px, 3vw, 38px);
}

.landing-page .quick-compare-heading p {
  margin: 0;
  color: #64748b;
}

.landing-page .quick-compare-group {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d6e4f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,35,65,.07);
}

.landing-page .quick-compare-group h3 {
  margin: 0;
  padding: 16px 22px;
  border-bottom: 1px solid #d6e4f3;
  color: #2f8e24;
  font-size: 20px;
}

.landing-page .quick-compare-group--rent h3 {
  color: #c95705;
}

.landing-page .quick-compare-table-wrap {
  overflow-x: auto;
}

.landing-page .quick-compare-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}

.landing-page .quick-compare-table th,
.landing-page .quick-compare-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e5edf6;
  text-align: left;
  vertical-align: middle;
}

.landing-page .quick-compare-table th {
  background: #f4f8fc;
  color: #38506f;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.landing-page .quick-compare-table th:nth-child(1),
.landing-page .quick-compare-table td:nth-child(1) { width: 18%; }
.landing-page .quick-compare-table th:nth-child(2),
.landing-page .quick-compare-table td:nth-child(2) { width: 25%; }
.landing-page .quick-compare-table th:nth-child(4),
.landing-page .quick-compare-table td:nth-child(4) { width: 14%; }

.landing-page .quick-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.landing-page .quick-compare-table code {
  color: #0866d6;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.landing-page .quick-compare-table td:nth-child(2) a {
  display: block;
  color: #082f67;
  font-weight: 800;
  line-height: 1.35;
}

.landing-page .quick-compare-table td:nth-child(2) a:hover {
  color: #0866d6;
}

.landing-page .quick-compare-table td:nth-child(3) small,
.landing-page .quick-compare-table td:nth-child(4) small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
}

.landing-page .quick-compare-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.landing-page .quick-compare-specs span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 8px;
  background: #edf6ff;
  color: #0b4b8f;
  font-size: 12px;
  font-weight: 750;
}

.landing-page .quick-compare-table td:nth-child(4) strong {
  color: #082f67;
  font-size: 18px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .landing-page .quick-compare {
    padding: 0 16px;
  }

  .landing-page .quick-compare-table {
    min-width: 760px;
  }

  .landing-page .quick-compare-table th,
  .landing-page .quick-compare-table td {
    padding: 11px 12px;
  }
}
/* Auditoría visual 2026: filtros, comparación adaptable y legibilidad. */
.landing-page [hidden]{display:none!important}
.landing-page .eyebrow,.landing-page .button{font-weight:800}
.landing-page .landing-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.06;letter-spacing:-.045em}
.landing-page .landing-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.landing-page .landing-steps article{padding:21px 18px;grid-template-columns:auto auto 1fr;min-width:0}
.landing-page .landing-steps article>strong{font-size:15px;line-height:1.25}
.landing-page .landing-steps article>span{font-size:13px;line-height:1.45}

.landing-page .catalog-toolbar{width:100%;max-width:none;margin:46px 0 0;padding:0 40px}
.landing-page .catalog-toolbar::before{content:'';position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,#fff,#f5faff);box-shadow:0 14px 34px rgba(15,35,65,.09);z-index:-1}
.landing-page .catalog-toolbar{position:relative;z-index:3;padding-top:24px;padding-bottom:24px}
.landing-page .catalog-toolbar__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}
.landing-page .catalog-toolbar__heading h2{margin:4px 0 0;color:#07316b;font-size:clamp(25px,2.4vw,34px);line-height:1.12}
.landing-page .catalog-toolbar__heading p{margin:0;padding:7px 12px;border-radius:999px;background:#eaf5ff;color:#075ca8;font-size:13px;font-weight:700;white-space:nowrap}
.landing-page .catalog-toolbar__controls{display:grid;grid-template-columns:minmax(230px,1.7fr) repeat(5,minmax(125px,1fr)) minmax(190px,auto) auto;gap:12px;align-items:end}
.landing-page .catalog-toolbar label,.landing-page .catalog-view-switch{display:grid;gap:6px;min-width:0}
.landing-page .catalog-toolbar label>span,.landing-page .catalog-view-switch>span{color:#38506f;font-size:12px;font-weight:700}
.landing-page .catalog-toolbar input,.landing-page .catalog-toolbar select{width:100%;height:46px;padding:0 13px;border:1px solid #c7d8e8;border-radius:11px;background:#fff;color:#163554;font:inherit;font-size:14px;outline:0;transition:border-color .16s ease,box-shadow .16s ease}
.landing-page .catalog-toolbar input:focus,.landing-page .catalog-toolbar select:focus{border-color:#0878dd;box-shadow:0 0 0 4px rgba(8,120,221,.14)}
.landing-page .catalog-view-switch>div{height:46px;display:flex;padding:4px;border:1px solid #c7d8e8;border-radius:11px;background:#eef5fb}
.landing-page .catalog-view-switch button{flex:1;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#38506f;font:inherit;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}
.landing-page .catalog-view-switch button.is-active{background:#075ca8;color:#fff;box-shadow:0 4px 10px rgba(7,92,168,.18)}
.landing-page .catalog-clear{height:46px;padding:0 15px;border:1px solid #b7cce0;border-radius:11px;background:#fff;color:#075ca8;font:inherit;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}
.landing-page .catalog-clear:hover{background:#eef7ff}
.landing-page .catalog-filter-empty{width:calc(100% - 80px);max-width:none;margin:28px 40px;padding:34px;border:1px dashed #9fc6e8;border-radius:18px;background:#fff;text-align:center}
.landing-page .catalog-filter-empty strong,.landing-page .catalog-filter-empty span{display:block}
.landing-page .catalog-filter-empty strong{color:#07316b;font-size:20px}
.landing-page .catalog-filter-empty span{margin:5px 0 16px;color:#64748b}
.landing-page .catalog-filter-empty button{padding:10px 16px;border:0;border-radius:9px;background:#075ca8;color:#fff;font:inherit;font-weight:700;cursor:pointer}

.landing-page .landing-catalog{margin-top:34px}
.landing-page .server-image{height:230px;padding:18px;background:linear-gradient(180deg,#fff 0%,#f6faff 100%)}
.landing-page .server-image img{width:100%;height:100%;max-height:190px;object-fit:contain;object-position:center}
.landing-page .server-body h3{min-height:79px;font-weight:800}
.landing-page .server-description{min-height:142px;max-height:142px;font-size:14px;line-height:1.48}
.landing-page .server-description span{font-weight:400}
.landing-page .server-specs span{font-size:13px;font-weight:700}
.landing-page .server-meta span{font-size:12px;font-weight:800}
.landing-page .quick-compare-table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.landing-page .quick-compare-specs span{font-weight:700}
.landing-page .quick-configure{display:inline-flex!important;width:max-content;margin-top:10px;padding:7px 10px;border-radius:8px;background:#075ca8;color:#fff!important;font-size:12px;font-weight:700!important}
.landing-page .quick-configure:hover{background:#064b8b!important}
.landing-page .catalog-back-top{display:block;width:max-content;margin:26px auto 0;padding:10px 16px;border:1px solid #bfd5e8;border-radius:999px;background:#fff;color:#075ca8;font-size:13px;font-weight:700;box-shadow:0 6px 18px rgba(15,35,65,.07)}

.landing-page a:focus-visible,.landing-page button:focus-visible{outline:3px solid #ffb020;outline-offset:3px}
.landing-page .catalog-mode__head>span,.landing-page .server-sku,.landing-page .mode-badge{font-weight:800}

@media(max-width:1380px){
  .landing-page .catalog-toolbar__controls{grid-template-columns:minmax(220px,2fr) repeat(3,minmax(130px,1fr))}
  .landing-page .catalog-view-switch,.landing-page .catalog-clear{align-self:end}
}
@media(max-width:1100px){
  .landing-page .landing-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .landing-page .catalog-toolbar{padding-left:24px;padding-right:24px}
  .landing-page .catalog-toolbar__controls{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .landing-page .landing-copy h1{font-size:38px;line-height:1.08}
  .landing-page .landing-steps{grid-template-columns:1fr;padding-left:16px;padding-right:16px}
  .landing-page .catalog-toolbar{margin-top:30px;padding:20px 16px}
  .landing-page .catalog-toolbar__heading{display:block}
  .landing-page .catalog-toolbar__heading p{width:max-content;margin-top:12px;white-space:normal}
  .landing-page .catalog-toolbar__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .landing-page .catalog-search,.landing-page .catalog-view-switch{grid-column:1/-1}
  .landing-page .catalog-clear{width:100%}
  .landing-page .landing-grid{grid-template-columns:1fr}
  .landing-page .server-image{height:210px;padding:14px}
  .landing-page .server-image img{height:100%;max-height:174px}
  .landing-page .server-body{padding:18px 18px 9px}
  .landing-page .server-body h3{min-height:auto;font-size:18px;line-height:1.3;-webkit-line-clamp:3}
  .landing-page .server-description{min-height:132px;max-height:132px;font-size:14px;line-height:1.5}
  .landing-page .server-specs{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .landing-page .server-specs span{font-size:12px}
  .landing-page .server-meta span{padding:7px 9px;font-size:12px}
  .landing-page .server-foot strong{font-size:19px}
  .landing-page .server-foot .button{font-size:14px}
  .landing-page .catalog-filter-empty{width:calc(100% - 32px);margin:20px 16px}
  .landing-page .quick-compare{padding:0 16px}
  .landing-page .quick-compare-table-wrap{overflow:visible}
  .landing-page .quick-compare-table,.landing-page .quick-compare-table tbody,.landing-page .quick-compare-table tr,.landing-page .quick-compare-table td{display:block;width:100%;min-width:0}
  .landing-page .quick-compare-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .landing-page .quick-compare-table tbody{padding:12px}
  .landing-page .quick-compare-table tr{margin-bottom:12px;padding:14px;border:1px solid #d9e6f2;border-radius:14px;background:#fff;box-shadow:0 5px 14px rgba(15,35,65,.05)}
  .landing-page .quick-compare-table tr:last-child{margin-bottom:0}
  .landing-page .quick-compare-table td{padding:9px 0;border:0}
  .landing-page .quick-compare-table td::before{content:attr(data-label);display:block;margin-bottom:4px;color:#718096;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
  .landing-page .quick-compare-table td:nth-child(4) strong{font-size:20px}
}
@media(max-width:520px){
  .landing-page .catalog-toolbar__controls{grid-template-columns:1fr}
  .landing-page .catalog-search,.landing-page .catalog-view-switch{grid-column:auto}
  .landing-page .server-specs{grid-template-columns:1fr}
  .landing-page .server-description{min-height:138px;max-height:138px}
}
/* Ajuste visual de filtros y resultados 2026-09-05. */
.landing-page .catalog-toolbar{width:calc(100% - 48px);max-width:1760px;margin:46px auto 0;padding:24px}
.landing-page .catalog-toolbar__heading{align-items:center;margin-bottom:20px}
.landing-page .catalog-toolbar__heading h2{font-size:28px;line-height:1.2;letter-spacing:-.02em}
.landing-page .catalog-toolbar__heading p{padding:9px 14px;font-size:15px;line-height:1.2}
.landing-page .catalog-toolbar__controls{grid-template-columns:repeat(5,minmax(150px,1fr)) minmax(190px,auto) auto;gap:14px}
.landing-page .catalog-toolbar label>span,.landing-page .catalog-view-switch>span{font-size:13px}
.landing-page .catalog-toolbar input,.landing-page .catalog-toolbar select{font-size:14px}
.landing-page .quick-compare-heading h2{font-size:clamp(27px,2.4vw,32px);line-height:1.2;letter-spacing:-.025em}
.landing-page .quick-compare-heading p{font-size:15px}
.landing-page .quick-compare-group h3{font-size:19px}
.landing-page .quick-compare-table th{font-size:13px;font-weight:700;letter-spacing:.025em}
.landing-page .quick-compare-table code{font-size:13px;font-weight:700}
.landing-page .quick-compare-table td:nth-child(2) a{font-size:15px;font-weight:700;line-height:1.38}
.landing-page .quick-compare-specs span{font-size:12.5px;font-weight:600}
.landing-page .quick-compare-table td:nth-child(3) small,.landing-page .quick-compare-table td:nth-child(4) small{font-size:12.5px}
.landing-page .quick-compare-table td:nth-child(4) strong{font-size:17px;font-weight:800}
.landing-page .quick-configure{font-size:12.5px;font-weight:700!important}
@media(max-width:1380px){.landing-page .catalog-toolbar__controls{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.landing-page .catalog-toolbar__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-page .catalog-view-switch{grid-column:auto}}
@media(max-width:720px){.landing-page .catalog-toolbar{width:calc(100% - 24px);margin:30px auto 0;padding:20px 16px}.landing-page .catalog-toolbar__heading h2{font-size:24px}.landing-page .catalog-toolbar__heading p{font-size:14px}.landing-page .quick-compare-heading h2{font-size:26px}.landing-page .quick-compare-table code,.landing-page .quick-compare-table td:nth-child(2) a{font-size:14px}.landing-page .quick-compare-specs span{font-size:12px}}
@media(max-width:520px){.landing-page .catalog-toolbar__controls{grid-template-columns:1fr}}