.dedicated-page {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: #fff;
  background: #050507;
}

.dedicated-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.dedicated-kicker {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbf100;
}

.dedicated-title {
  margin: 10px 0 18px;
  font-size: clamp(30px, 3.9vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.nexanet-section-bg-grid {
  position: relative;
  background: linear-gradient(180deg, #060608 0%, #0c0c10 50%, #08080a 100%);
  overflow: hidden;
}

.nexanet-section-bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(187, 241, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 241, 0, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.nexanet-section-bg-grid > * {
  position: relative;
  z-index: 1;
}

.nexanet-section-bg-solid {
  background: linear-gradient(180deg, #08090c 0%, #0c0e14 50%, #08090c 100%);
}

.dedicated-section {
  padding: 84px 0;
}

.dedicated-section--last {
  padding-bottom: 96px;
}

.dedicated-hero {
  position: relative;
  padding: 94px 0 70px;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.6) 0%, rgba(6, 8, 10, 0.95) 24%, #050507 100%),
    radial-gradient(58% 62% at 14% 8%, rgba(187, 241, 0, 0.16), transparent 72%),
    linear-gradient(130deg, #060709 0%, #070a0d 42%, #050507 100%);
}

.dedicated-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(187, 241, 0, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 241, 0, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.52;
}

.dedicated-hero__inner {
  position: relative;
  z-index: 1;
}

.dedicated-hero__title {
  margin: 14px 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 980px;
}

.dedicated-hero__text {
  margin: 0;
  max-width: 790px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.72;
  font-size: clamp(16px, 1.8vw, 20px);
}

.dedicated-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.dedicated-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease;
}

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

.dedicated-btn--accent {
  color: #050507;
  background: #bbf100;
  box-shadow: 0 0 22px rgba(187, 241, 0, 0.28);
}

.dedicated-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.24);
}

.dedicated-controls {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.dedicated-switch {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dedicated-switch__btn {
  border: none;
  border-radius: 9px;
  padding: 8px 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  cursor: pointer;
}

.dedicated-switch__btn.is-active {
  color: #050507;
  background: #bbf100;
}

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

.dedicated-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.96), rgba(10, 12, 16, 0.96));
}

.dedicated-card h3 {
  margin: 0;
  font-size: 16px;
}

.dedicated-card__price {
  margin: 10px 0 12px;
  font-size: 24px;
  font-weight: 700;
}

.dedicated-card__specs {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 7px;
}

.dedicated-card__specs li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
}

.dedicated-card__specs span {
  color: rgba(255, 255, 255, 0.64);
}

.dedicated-cards__actions {
  margin-top: 16px;
  text-align: center;
}

.dedicated-compare {
  margin-top: 20px;
}

.dedicated-compare h3 {
  margin: 0 0 10px;
}

.dedicated-compare__table-wrap {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.dedicated-compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.dedicated-compare__table th,
.dedicated-compare__table td {
  padding: 10px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.dedicated-consult,
.dedicated-reviews,
.dedicated-features,
.dedicated-levels,
.dedicated-metrics {
  display: grid;
  gap: 12px;
}

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

.dedicated-consult__card,
.dedicated-review,
.dedicated-features article,
.dedicated-levels article,
.dedicated-metrics article,
.dedicated-faq__item,
.dedicated-final-cta {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.95), rgba(9, 11, 15, 0.95));
}

.dedicated-consult__card {
  padding: 20px;
}

.dedicated-consult__label {
  color: #bbf100;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dedicated-consult__card h3 {
  margin: 8px 0;
  font-size: 24px;
}

.dedicated-consult__card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
}

.dedicated-consult__card a {
  color: #bbf100;
  text-decoration: none;
  font-weight: 700;
}

.dedicated-reviews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dedicated-review {
  padding: 16px;
}

.dedicated-review p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.dedicated-features,
.dedicated-levels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dedicated-features article,
.dedicated-levels article {
  padding: 18px 16px;
}

.dedicated-features h3,
.dedicated-levels h3,
.dedicated-metrics h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.dedicated-features p,
.dedicated-levels p,
.dedicated-metrics p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}

.dedicated-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dedicated-metrics article {
  padding: 16px;
}

.dedicated-faq {
  column-count: 2;
  column-gap: 10px;
}

.dedicated-faq__q {
  width: 100%;
  padding: 14px;
  border: none;
  text-align: left;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
}

.dedicated-faq__a {
  display: none;
  padding: 0 14px 14px;
}

.dedicated-faq__a p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
  font-size: 14px;
}

.dedicated-faq__a p + p {
  margin-top: 10px;
}

.dedicated-faq__icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.dedicated-faq__item.is-open .dedicated-faq__a {
  display: block;
}

.dedicated-faq__item.is-open .dedicated-faq__icon {
  transform: rotate(-135deg);
}

.dedicated-final-cta {
  margin-top: 14px;
  padding: 20px;
  text-align: center;
}

.dedicated-final-cta h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

/* preconfigured software block */
.dedicated-soft {
  text-align: center;
}

.dedicated-soft__desc {
  margin: 0 auto 16px;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.dedicated-soft-tabs {
  margin: 0 auto 18px;
  width: fit-content;
  display: flex;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.dedicated-soft-tabs__btn {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
  padding: 4px 8px;
  cursor: pointer;
}

.dedicated-soft-tabs__btn.is-active {
  color: #fff;
  border-bottom: 2px solid #bbf100;
}

.dedicated-soft-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  justify-items: center;
}

.dedicated-soft-grid.is-hidden {
  display: none;
}

.dedicated-soft-item {
  width: 100%;
  max-width: 140px;
}

.dedicated-soft-item__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(160deg, rgba(32, 36, 58, 0.95), rgba(21, 24, 42, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbf100;
  font-size: 34px;
  font-weight: 800;
}

.dedicated-soft-item h3 {
  margin: 0;
  font-size: 24px;
}

@media (max-width: 1080px) {
  .dedicated-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dedicated-reviews { grid-template-columns: 1fr; }
  .dedicated-features,
  .dedicated-levels { grid-template-columns: 1fr; }
  .dedicated-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dedicated-faq { column-count: 1; }
  .dedicated-soft-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .dedicated-section { padding: 64px 0; }
  .dedicated-hero { padding-top: 80px; }
  .dedicated-consult,
  .dedicated-cards,
  .dedicated-metrics { grid-template-columns: 1fr; }
  .dedicated-soft-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dedicated-soft-tabs { width: 100%; justify-content: center; }
}

/* Catalog layout like dedicated reference */
.dedicated-catalog-tabs {
  margin: 10px 0 14px;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.dedicated-catalog-tabs__item {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  padding: 0 0 10px;
  cursor: pointer;
}

.dedicated-catalog-tabs__item.is-active {
  color: #fff;
  border-bottom: 2px solid #bbf100;
}

.dedicated-catalog {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 16px;
}

.dedicated-catalog.is-hidden,
.dedicated-custom.is-hidden {
  display: none;
}

.dedicated-sidebar {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(13, 16, 28, 0.94), rgba(9, 12, 20, 0.94));
}

.dedicated-filter {
  margin-bottom: 14px;
}

.dedicated-filter:last-child {
  margin-bottom: 0;
}

.dedicated-filter h3 {
  margin: 0 0 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.dedicated-filter__list,
.dedicated-filter__periods {
  display: grid;
  gap: 6px;
}

.dedicated-radio {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dedicated-radio::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.2);
}

.dedicated-radio.is-active::before {
  border-color: #bbf100;
  background: #bbf100;
  box-shadow: 0 0 10px rgba(187, 241, 0, 0.45);
}

.dedicated-radio span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.dedicated-range-value {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.dedicated-range {
  width: 100%;
  accent-color: #bbf100;
}

.dedicated-filter__chips {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dedicated-chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  cursor: pointer;
}

.dedicated-chip.is-active {
  border-color: #bbf100;
  color: #050507;
  background: #bbf100;
}

.dedicated-list-wrap {
  min-width: 0;
}

.dedicated-group-switch {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

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

.dedicated-row {
  position: relative;
  padding: 16px 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(24, 27, 44, 0.95), rgba(14, 17, 30, 0.95));
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 150px 190px 180px 130px;
  align-items: center;
  gap: 10px;
}

.dedicated-row__badge {
  position: absolute;
  left: 14px;
  top: -9px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(7, 11, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 2px 8px;
}

.dedicated-row__main h3 {
  margin: 0 0 4px;
  font-size: 30px;
}

.dedicated-row__main p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.dedicated-row__spec {
  font-size: 16px;
}

.dedicated-row__price {
  display: grid;
  gap: 2px;
}

.dedicated-row__price strong {
  font-size: 18px;
}

.dedicated-row__price span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.dedicated-list-empty {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.dedicated-custom {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(29, 35, 62, 0.95), rgba(20, 26, 48, 0.95));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  padding: 20px;
  overflow: hidden;
}

.dedicated-custom__content h3 {
  margin: 0 0 8px;
  font-size: 36px;
}

.dedicated-custom__content p {
  margin: 0 0 12px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.dedicated-custom__tags {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dedicated-custom__tags li {
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.05);
}

.dedicated-custom__visual {
  position: relative;
  min-height: 180px;
}

.dedicated-custom__stack {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 210px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(160deg, #535ef0, #3f49cc);
  box-shadow: 0 8px 20px rgba(42, 54, 160, 0.4);
}

.dedicated-custom__stack--mid { bottom: 54px; right: 36px; }
.dedicated-custom__stack--top { bottom: 98px; right: 52px; }

.dedicated-custom__bolt {
  position: absolute;
  left: 24px;
  bottom: 28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(160deg, #5f6aff, #4049d4);
  box-shadow: 0 8px 20px rgba(42, 54, 160, 0.45);
}

@media (max-width: 1180px) {
  .dedicated-catalog {
    grid-template-columns: 1fr;
  }

  .dedicated-sidebar {
    order: 2;
  }
  .dedicated-custom {
    grid-template-columns: 1fr;
  }
  .dedicated-custom__visual {
    min-height: 130px;
  }
}

@media (max-width: 1024px) {
  .dedicated-row {
    grid-template-columns: 1fr 1fr;
  }

  .dedicated-row__action {
    grid-column: 1 / -1;
  }
}

/* Unified Nexanet futuristic layer (keeps section backgrounds untouched) */
.dedicated-page {
  --dn-accent: #bbf100;
  --dn-card-bg-a: rgba(16, 20, 28, 0.94);
  --dn-card-bg-b: rgba(10, 13, 19, 0.96);
  --dn-card-border: rgba(187, 241, 0, 0.18);
}

.dedicated-kicker {
  text-shadow: 0 0 18px rgba(187, 241, 0, 0.25);
}

.dedicated-title {
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.dedicated-btn {
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.dedicated-btn--accent {
  background: linear-gradient(160deg, #d4ff57, var(--dn-accent));
  box-shadow: 0 0 26px rgba(187, 241, 0, 0.35);
}

.dedicated-btn--accent:hover {
  box-shadow: 0 0 34px rgba(187, 241, 0, 0.48);
}

.dedicated-btn--ghost:hover {
  border-color: rgba(187, 241, 0, 0.52);
  box-shadow: 0 0 18px rgba(187, 241, 0, 0.2);
}

.dedicated-sidebar,
.dedicated-row,
.dedicated-custom,
.dedicated-consult__card,
.dedicated-review,
.dedicated-features article,
.dedicated-levels article,
.dedicated-metrics article,
.dedicated-faq__item,
.dedicated-final-cta,
.dedicated-soft-item__icon {
  background: linear-gradient(155deg, var(--dn-card-bg-a), var(--dn-card-bg-b)) !important;
  border-color: var(--dn-card-border) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.dedicated-row,
.dedicated-consult__card,
.dedicated-review,
.dedicated-features article,
.dedicated-levels article,
.dedicated-metrics article,
.dedicated-faq__item,
.dedicated-soft-item {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dedicated-row:hover,
.dedicated-consult__card:hover,
.dedicated-review:hover,
.dedicated-features article:hover,
.dedicated-levels article:hover,
.dedicated-metrics article:hover,
.dedicated-faq__item:hover,
.dedicated-soft-item:hover {
  transform: translateY(-3px);
  border-color: rgba(187, 241, 0, 0.34) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.44), 0 0 20px rgba(187, 241, 0, 0.12);
}

.dedicated-catalog-tabs__item,
.dedicated-switch__btn,
.dedicated-soft-tabs__btn,
.dedicated-chip,
.dedicated-radio {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.dedicated-catalog-tabs__item:hover,
.dedicated-soft-tabs__btn:hover {
  color: #fff;
}

.dedicated-switch__btn:hover,
.dedicated-chip:hover {
  border-color: rgba(187, 241, 0, 0.45);
}

.dedicated-row__badge {
  border-color: rgba(187, 241, 0, 0.3);
  color: rgba(215, 255, 122, 0.88);
}

.dedicated-row__main h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.015em;
}

.dedicated-row__price strong {
  color: rgba(215, 255, 122, 0.98);
}

.dedicated-faq__item.is-open {
  border-color: rgba(187, 241, 0, 0.35) !important;
}

.dedicated-faq__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.dedicated-faq__icon {
  border-right-color: rgba(187, 241, 0, 0.9);
  border-bottom-color: rgba(187, 241, 0, 0.9);
}

.dedicated-soft-item__icon {
  color: var(--dn-accent);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35), inset 0 0 18px rgba(187, 241, 0, 0.12);
}

.dedicated-soft-item:hover .dedicated-soft-item__icon {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.44), 0 0 20px rgba(187, 241, 0, 0.22);
}

.dedicated-custom__tags li {
  border-color: rgba(187, 241, 0, 0.28);
  background: rgba(187, 241, 0, 0.08);
}

.dedicated-custom__stack {
  background: linear-gradient(160deg, #c4fa39, #95bf17);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 22px rgba(187, 241, 0, 0.24);
  animation: dedicated-stack-float 4.2s ease-in-out infinite;
}

.dedicated-custom__stack--mid {
  animation-delay: 0.7s;
}

.dedicated-custom__stack--top {
  animation-delay: 1.4s;
}

.dedicated-custom__bolt {
  background: linear-gradient(160deg, #d4ff57, #97c118);
  color: #10150f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38), 0 0 20px rgba(187, 241, 0, 0.25);
}

@keyframes dedicated-stack-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
