.client-body {
  --color-navy: #0a1b33;
  --color-blue-electric: #1155cc;
  --color-cyan: #00b8d9;
  --color-cyan-soft: #4ed8e8;
  --color-gray-light: #e6e9ed;
  --color-white: #ffffff;
  min-height: 100vh;
  padding: 1rem;
  background:
    radial-gradient(circle at top, rgba(78, 216, 232, 0.08), transparent 30%),
    linear-gradient(180deg, #eef4fb 0%, #dfe8f3 100%);
}

.catalog-page,
.detail-page {
  width: min(100%, 1680px);
  margin: 0 auto;
}

.showcase-header {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(420px, 720px) minmax(220px, 1fr);
  align-items: end;
  gap: 1rem;
  min-height: 640px;
  padding: 2rem 2rem 1.4rem;
  margin-bottom: 1.75rem;
  border-radius: 34px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.98) 18%, rgba(237, 242, 248, 0.98) 18%, rgba(255, 255, 255, 0.98) 34%, rgba(233, 238, 245, 0.98) 34%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  border: 1px solid rgba(186, 200, 220, 0.8);
}

.showcase-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(124deg, transparent 0 10%, rgba(230, 236, 244, 0.92) 10% 18%, transparent 18% 31%, rgba(235, 240, 246, 0.9) 31% 44%, transparent 44% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.showcase-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(122deg, transparent 0 76%, rgba(17, 85, 204, 0.98) 76% 86%, rgba(10, 27, 51, 0.98) 86% 100%),
    linear-gradient(122deg, rgba(10, 27, 51, 1) 0 18%, transparent 18% 100%),
    linear-gradient(125deg, transparent 0 12%, rgba(255, 255, 255, 0.7) 12% 16%, transparent 16% 100%),
    linear-gradient(125deg, transparent 0 20%, rgba(255, 255, 255, 0.52) 20% 23%, transparent 23% 100%);
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.96;
}

.showcase-center,
.showcase-figure {
  position: relative;
  z-index: 2;
}

.showcase-center {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.1rem;
  padding: 1.2rem 0 1rem;
}

.showcase-emblem {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

.showcase-emblem-frame {
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  padding: 0;
  border: none;
  transform: none;
  background: transparent;
  box-shadow: none;
}

.showcase-emblem-frame img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  transform: none;
  filter: brightness(0.22) contrast(1.15) drop-shadow(0 4px 4px #ffffff);
}

.showcase-kicker {
  margin: 0;
  color: var(--color-navy);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-mini {
  margin: 0;
  color: var(--color-blue-electric);
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-title {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
  text-transform: uppercase;
  line-height: 0.88;
  font-family: "Anton", "Impact", sans-serif;
  letter-spacing: 0.03em;
}

.title-blue,
.title-red,
.title-place {
  display: block;
}

.title-blue {
  font-size: clamp(3.7rem, 7vw, 6.8rem);
  color: var(--color-navy);
  text-shadow: 0 12px 28px rgba(10, 27, 51, 0.08);
}

.title-red {
  font-size: clamp(4.8rem, 8.6vw, 7.8rem);
  color: var(--color-blue-electric);
  text-shadow: 0 12px 26px rgba(17, 85, 204, 0.14);
  margin-top: 0.35rem;
}

.title-place {
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  color: var(--color-navy);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.showcase-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 1.1rem;
  color: var(--color-navy);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.showcase-values span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.showcase-values i {
  color: var(--color-cyan);
}

.showcase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 68px;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0bb8d9, #32d2dc);
  color: var(--color-navy);
  font-family: "Montserrat", sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(0, 184, 217, 0.24);
}

.showcase-button:hover {
  background: linear-gradient(135deg, #35d6df, #08b3d5);
  color: var(--color-navy);
  transform: translateY(-2px);
}

.showcase-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.4rem;
  padding-top: 0.2rem;
}

.showcase-socials a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--color-navy);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.showcase-socials a:hover {
  transform: translateY(-4px) scale(1.03);
  filter: drop-shadow(0 10px 18px rgba(0, 184, 217, 0.2));
}

.showcase-socials i {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.showcase-socials a:nth-child(1) i {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #515bd4);
}

.showcase-socials a:nth-child(2) i {
  background: #111111;
}

.showcase-socials a:nth-child(3) i {
  background: #1877f2;
}

.showcase-figure {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
}

.showcase-figure img {
  width: 100%;
  max-width: 330px;
  height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(10, 27, 51, 0.1));
}

.catalog-toolbar {
  margin-bottom: 1.5rem;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.category-select-mobile {
  display: none;
}

.category-select-mobile label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-navy);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
  text-align: center;
}

.category-select-mobile select {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 85, 204, 0.18);
  background: #ffffff;
  color: var(--color-navy);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(10, 27, 51, 0.08);
}

.category-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 243, 251, 0.98));
  border: 1px solid rgba(17, 85, 204, 0.12);
  box-shadow: 0 14px 28px rgba(10, 27, 51, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 85, 204, 0.28);
  box-shadow: 0 18px 34px rgba(10, 27, 51, 0.12);
}

.category-card.active {
  background: linear-gradient(135deg, var(--color-blue-electric), var(--color-cyan));
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 36px rgba(17, 85, 204, 0.22);
}

.category-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 85, 204, 0.08);
  color: var(--color-blue-electric);
  font-size: 1.1rem;
}

.category-card.active .category-icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--color-white);
}

.category-copy {
  display: grid;
  gap: 0.2rem;
}

.category-copy strong {
  color: var(--color-navy);
  font-size: 1rem;
  text-transform: uppercase;
}

.category-card.active .category-copy strong {
  color: var(--color-white);
}

.category-copy small {
  color: #5c6f87;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.category-card.active .category-copy small {
  color: rgba(255, 255, 255, 0.88);
}

.catalog-grid-public {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
  width: 100%;
}

.design-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 520px 1fr;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.98));
  border-radius: 26px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(17, 85, 204, 0.1);
  box-shadow: 0 18px 42px rgba(10, 27, 51, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.design-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 85, 204, 0.18);
  box-shadow: 0 22px 40px rgba(10, 27, 51, 0.14);
}

.design-image-wrap {
  display: grid;
  place-items: center;
  min-height: 520px;
  height: 100%;
  padding: 1rem;
  background: linear-gradient(180deg, #eff6fc, #dfeaf7);
  transition: transform 0.3s ease;
}

.design-card:hover .design-image-wrap {
  transform: scale(1.01);
}

.design-card img,
.detail-card img {
  width: 100%;
  height: 100%;
  max-height: 680px;
  object-fit: contain;
  object-position: center;
  background: #f9fbfd;
  border-radius: 18px;
  transition: transform 0.3s ease;
}

.design-content,
.detail-content {
  padding: 1.2rem;
}

.design-content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1.3rem 1.25rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
  color: var(--color-navy);
  min-height: 230px;
}

.chip {
  display: inline-block;
  color: var(--color-blue-electric);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.design-content h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.1;
}

.design-content p,
.detail-content p {
  margin: 0;
  color: #5d7187;
}

.design-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #17c0d6, #51d7cb);
  color: var(--color-navy);
  font-weight: 900;
  margin-top: auto;
  box-shadow: 0 10px 24px rgba(23, 192, 214, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.design-link:hover {
  background: linear-gradient(135deg, #39d2de, #67e0cd);
  color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(23, 192, 214, 0.24);
}

.empty-card {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.98));
  color: var(--color-navy);
  border: 1px solid rgba(17, 85, 204, 0.12);
  border-radius: 24px;
}

.detail-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.98));
  border: 1px solid rgba(17, 85, 204, 0.12);
  border-radius: 28px;
}

.detail-content h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.95;
  max-width: 12ch;
  color: var(--color-navy);
}

.detail-kicker-label {
  margin: 0 0 0.6rem;
  color: var(--color-blue-electric);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-zoom-shell {
  position: relative;
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
}

.zoom-trigger {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #17c0d6, #51d7cb);
  color: var(--color-navy);
  box-shadow: 0 10px 24px rgba(23, 192, 214, 0.2);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}

.zoom-icon {
  display: block;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.zoom-stage {
  --zoom-x: 50%;
  --zoom-y: 50%;
  --zoom-scale: 3.6;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #eff6fc, #dfeaf7);
  cursor: zoom-in;
}

.zoom-stage img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 760px;
  object-fit: contain;
  border-radius: 22px;
  transition: transform 0.25s ease;
}

.zoom-stage.is-zoomed {
  cursor: zoom-out;
  box-shadow: inset 0 0 0 1px rgba(78, 216, 232, 0.28);
}

.zoom-lens {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.74);
  background-color: #f9fbfd;
  background-image: var(--zoom-image);
  background-repeat: no-repeat;
  background-size: calc(var(--zoom-scale) * 100%);
  background-position: var(--zoom-x) var(--zoom-y);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.zoom-stage.is-zoomed .zoom-lens {
  opacity: 1;
}

.zoom-hint {
  margin: 0;
  text-align: center;
  color: #6e8297;
  font-size: 0.92rem;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.whatsapp-button {
  background: linear-gradient(135deg, #00c853, #00b8d9);
  color: var(--color-white);
}

.whatsapp-button:hover {
  background: linear-gradient(135deg, #13d66d, #0cb5d4);
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1200;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #18b955);
  color: #ffffff;
  box-shadow:
    0 10px 24px rgba(20, 120, 56, 0.28),
    0 0 0 10px rgba(37, 211, 102, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  animation: whatsapp-float 2.4s ease-in-out infinite;
}

.floating-whatsapp i {
  font-size: 2rem;
}

.floating-whatsapp:hover {
  color: #ffffff;
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 16px 28px rgba(20, 120, 56, 0.34),
    0 0 0 12px rgba(37, 211, 102, 0.16);
  filter: saturate(1.05);
}

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 10px 24px rgba(20, 120, 56, 0.28),
      0 0 0 10px rgba(37, 211, 102, 0.12);
  }

  50% {
    transform: translateY(-4px) scale(1.03);
    box-shadow:
      0 16px 28px rgba(20, 120, 56, 0.34),
      0 0 0 14px rgba(37, 211, 102, 0.08);
  }
}

@media (max-width: 1400px) {
  .catalog-grid-public {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .catalog-grid-public {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .showcase-header,
  .detail-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .showcase-header {
    min-height: auto;
    gap: 0.75rem;
    padding: 1.2rem 0.9rem 1rem;
  }

  .showcase-center {
    order: 2;
    padding: 0.4rem 0 0.7rem;
    gap: 0.95rem;
  }

  .showcase-emblem-frame {
    width: 180px;
    height: 180px;
  }

  .showcase-emblem-frame img {
    width: 180px;
    height: 180px;
  }

  .showcase-figure {
    height: auto;
  }

  .showcase-figure-left {
    order: 1;
  }

  .showcase-figure-right {
    order: 3;
  }

  .showcase-kicker {
    font-size: 0.86rem;
  }

  .showcase-mini {
    max-width: 25ch;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .showcase-figure img {
    width: 100%;
    max-width: 250px;
    height: 320px;
  }

  .title-blue,
  .title-red,
  .title-place {
    line-height: 0.95;
  }

  .title-blue {
    font-size: clamp(3.1rem, 11vw, 4.7rem);
  }

  .title-red {
    font-size: clamp(4rem, 14vw, 5.8rem);
  }

  .title-place {
    font-size: clamp(1.15rem, 4.2vw, 1.7rem);
  }

  .showcase-button {
    min-width: 240px;
    min-height: 52px;
    font-size: 1.05rem;
    letter-spacing: 0.1em;
  }

  .design-image-wrap {
    min-height: 420px;
  }

  .detail-zoom-shell {
    padding: 0.9rem;
  }

  .zoom-trigger {
    top: 1.45rem;
    right: 1.45rem;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 700px) {
  .client-body {
    padding: 0.75rem;
  }

  .showcase-figure-left {
    display: none;
  }

  .category-strip {
    display: none;
  }

  .category-select-mobile {
    display: block;
    max-width: 460px;
    margin: 0 auto;
  }

  .showcase-socials {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
  }

  .showcase-values {
    gap: 0.65rem 1rem;
    font-size: 0.86rem;
  }

  .showcase-socials a {
    justify-content: center;
    min-width: auto;
  }

  .showcase-socials i {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
  }

  .catalog-grid-public {
    grid-template-columns: 1fr;
  }

  .design-card {
    max-width: 460px;
    margin: 0 auto;
    grid-template-rows: auto 1fr;
  }

  .design-image-wrap {
    min-height: auto;
    height: auto;
    padding: 0.7rem;
  }

  .design-card img {
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .showcase-header {
    border-radius: 24px;
    padding: 1.15rem 0.85rem 1rem;
  }

  .showcase-kicker {
    font-size: 0.74rem;
  }

  .showcase-mini {
    font-size: 0.82rem;
  }

  .showcase-center {
    padding: 0.55rem 0 0.8rem;
    gap: 1rem;
  }

  .showcase-title {
    padding: 0 0.2rem;
  }

  .showcase-figure img {
    width: 100%;
    max-width: 220px;
    height: 270px;
  }

  .design-card {
    max-width: 100%;
    border-radius: 22px;
  }

  .design-image-wrap {
    padding: 0.55rem;
  }

  .design-card img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 14px;
  }

  .design-content {
    padding: 1rem 1rem 1.25rem;
    min-height: auto;
  }

  .title-blue {
    font-size: clamp(2.8rem, 11vw, 3.8rem);
  }

  .title-red {
    font-size: clamp(3.6rem, 14vw, 4.8rem);
  }

  .title-place {
    font-size: 0.92rem;
    letter-spacing: 0.08em;
  }

  .showcase-socials a {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }

  .zoom-lens {
    width: 128px;
    height: 128px;
  }

  .zoom-hint {
    font-size: 0.82rem;
  }

  .floating-whatsapp {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 58px;
    height: 58px;
  }

  .floating-whatsapp i {
    font-size: 1.8rem;
  }
}
