.link-showcase-section {
  width: 100%;
  max-width: 1280px;
  margin: -1.5rem auto 0;
  padding: 0 2rem 4.5rem;
  scroll-margin-top: 7rem;
}

.link-showcase-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(148, 197, 255, 0.16);
  border-radius: 40px;
  background:
    radial-gradient(circle at 82% 12%, rgba(59, 130, 246, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(30, 41, 59, 0.88), rgba(8, 15, 31, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 36px 90px -52px rgba(30, 93, 190, 0.72);
}

.link-showcase-section:target .link-showcase-shell {
  animation: linkAnchorArrival 1.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.link-showcase-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.38fr);
  min-height: 620px;
}

.link-showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 5rem 1rem 5rem 3.5rem;
}

.link-brand-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.75rem;
}

.link-brand-emblem {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 50%;
}

.link-brand-emblem::before {
  content: '';
  position: absolute;
  inset: 2px;
  border: 0;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.62);
  filter: blur(11px);
  opacity: 0.5;
  transform: scale(0.88);
}

.link-brand-icon {
  position: relative;
  z-index: 1;
  width: 51px;
  height: 51px;
  flex: 0 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 0 9px rgba(59, 130, 246, 0.62));
  box-shadow:
    0 18px 38px -22px rgba(59, 130, 246, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.link-brand-name {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: 0.45rem;
  margin: 0;
  font-size: 1.5625rem;
  line-height: 1;
}

.link-brand-wordmark {
  display: inline-flex;
  color: #f8fafc;
  font-family: 'Outfit', sans-serif;
  font-size: inherit;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-brand-wordmark strong {
  color: #3b82f6;
  font-weight: inherit;
}

.link-brand-type {
  color: #60a5fa;
  font-family: 'Outfit', sans-serif;
  font-size: inherit;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-showcase-title {
  max-width: 9ch;
  margin: 0 0 2rem;
  color: #f8fafc;
  font-size: clamp(2.65rem, 4.6vw, 4.65rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.link-showcase-title strong {
  color: #60a5fa;
  font-weight: inherit;
}

.link-showcase-title-line {
  display: block;
  max-width: 100%;
}

html:lang(zh-CN) .link-showcase-title {
  max-width: none;
  font-size: clamp(2.65rem, 4vw, 3.9rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

html:lang(zh-CN) .link-showcase-title-line {
  width: max-content;
  white-space: nowrap;
}

html:lang(de) .link-showcase-title,
html:lang(es) .link-showcase-title,
html:lang(fr) .link-showcase-title,
html:lang(pt-BR) .link-showcase-title {
  max-width: 12ch;
  font-size: clamp(2.35rem, 3.4vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-wrap: pretty;
}

html:lang(de) .link-showcase-title {
  max-width: 100%;
  font-size: clamp(2.15rem, 2.8vw, 2.75rem);
}

html:lang(ja) .link-showcase-title,
html:lang(ko) .link-showcase-title {
  max-width: 11ch;
  font-size: clamp(2.5rem, 3.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

html:lang(ja) .link-showcase-title-line,
html:lang(ko) .link-showcase-title-line {
  width: max-content;
  white-space: nowrap;
}

html:lang(ko) .link-showcase-title-line {
  word-break: keep-all;
}

.link-showcase-description {
  max-width: 34rem;
  margin: 0;
  color: #aebdd1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
}

.link-showcase-description strong {
  color: #f8fafc;
  font-weight: 800;
}

.link-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2.75rem;
}

.link-download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 54px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 16px;
  color: #dbeafe;
  background: rgba(8, 15, 31, 0.56);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.24s, background 0.24s, color 0.24s;
}

.link-download-button:first-child {
  border-color: #f8fafc;
  color: #0f172a;
  background: #f8fafc;
}

.link-download-button:hover,
.link-download-button:focus-visible {
  border-color: rgba(147, 197, 253, 0.9);
  color: #fff;
  background: rgba(37, 99, 235, 0.3);
  outline: none;
  transform: translateY(-2px);
}

.link-download-button:first-child:hover,
.link-download-button:first-child:focus-visible {
  border-color: #bfdbfe;
  color: #0f172a;
  background: #dbeafe;
}

.link-download-button:active {
  transform: translateY(1px) scale(0.98);
}

.link-showcase-visual {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2rem 2rem 2rem 2.25rem;
}

.link-visual-stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #070c16;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 65px -40px rgba(0, 0, 0, 0.92);
}

.link-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.985);
  transition: opacity 0.65s ease, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.link-slide.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.link-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.link-slide.link-slide-portrait img {
  max-width: 315px;
}

.link-slide-review {
  padding: 0.75rem;
}

.link-slide-review img {
  object-fit: cover;
  object-position: 50% 50%;
}

.link-slide-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  gap: 0.4rem;
  padding: 0.55rem 0.7rem 0.65rem;
}

.link-pair-slicer,
.link-pair-capture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
}

.link-pair-slicer img,
.link-pair-capture img {
  object-fit: contain;
}

.link-pair-capture {
  transform: none;
}

.link-hero-carousel-item {
  overflow: hidden;
}

.link-hero-carousel-pair {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 0.5rem;
  padding: 0.55rem;
  border-radius: 31px;
  background: #070c16;
}

.link-hero-carousel-slicer,
.link-hero-carousel-capture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
}

.link-hero-carousel-pair img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: contain;
}

.link-stage-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(8, 15, 31, 0.58);
}

.link-stage-button {
  position: relative;
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  min-height: 72px;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #718198;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 0.24s, background 0.24s;
}

.link-stage-button:last-child {
  border-right: 0;
}

.link-stage-copy,
.link-stage-copy > span,
.link-stage-button small {
  display: block;
}

.link-stage-number {
  align-self: center;
  color: #51647e;
  font-size: 1.45rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: left;
  transition: color 0.24s, transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.link-stage-copy {
  min-width: 0;
}

.link-stage-copy > span {
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
}

.link-stage-button small {
  margin-top: 0.22rem;
  color: #718198;
  font-size: 0.65rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-stage-button.active {
  color: #f8fafc;
  background: rgba(37, 99, 235, 0.22);
}

.link-stage-button.active .link-stage-number {
  color: #60a5fa;
  transform: translateX(2px);
}

.link-stage-button.active small {
  color: #93c5fd;
}

.link-stage-button.active::after {
  content: '';
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  left: 0.8rem;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: #60a5fa;
}

.link-stage-button:hover,
.link-stage-button:focus-visible {
  color: #e2e8f0;
  background: rgba(59, 130, 246, 0.12);
  outline: none;
}

@keyframes linkLogoBreathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes linkHaloBreathe {
  0%, 100% { opacity: 0.42; transform: scale(0.88); }
  50% { opacity: 0.76; transform: scale(1.04); }
}

@keyframes linkAnchorArrival {
  0% {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(96, 165, 250, 0.48);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.18), 0 36px 90px -52px rgba(30, 93, 190, 0.72);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(148, 197, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 36px 90px -52px rgba(30, 93, 190, 0.72);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .link-brand-icon {
    animation: linkLogoBreathe 3.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }

  .link-brand-emblem::before {
    animation: linkHaloBreathe 3.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }
}

.link-slicer-band {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.58fr);
  gap: 2rem;
  align-items: center;
  padding: 1.75rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.09), transparent 38%),
    rgba(2, 6, 23, 0.12);
}

.link-slicer-intro h3 {
  max-width: 18ch;
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.link-slicer-intro p {
  max-width: 35rem;
  margin: 0.65rem 0 0;
  color: #8291a7;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.55;
}

.link-slicer-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(8, 15, 31, 0.46);
}

.link-slicer-item {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 68px;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #c8d3e3;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.25;
}

.link-slicer-item:nth-child(4n) {
  border-right: 0;
}

.link-slicer-item:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.link-slicer-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px -18px rgba(96, 165, 250, 0.72);
}

.link-slicer-icon img {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.link-outcome-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(2, 6, 23, 0.2);
}

.link-outcome {
  min-width: 0;
  padding: 1.2rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.link-outcome:last-child {
  border-right: 0;
}

.link-outcome strong,
.link-outcome span {
  display: block;
}

.link-outcome strong {
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 900;
}

.link-outcome span {
  margin-top: 0.24rem;
  color: #8291a7;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .link-showcase-section { margin-top: 0; }
  .link-showcase-grid { grid-template-columns: 1fr; }
  .link-showcase-copy { padding: 3rem 3rem 1.5rem; }
  .link-showcase-title { max-width: 12ch; }
  .link-showcase-visual { padding: 1.5rem 3rem 3rem; }
  .link-visual-stage { min-height: 500px; }
  .link-slicer-band { grid-template-columns: 1fr; }
  .link-slicer-intro h3 { max-width: 24ch; }
}

@media (max-width: 767px) {
  .link-showcase-section { padding: 0 1rem 3rem; }
  .link-showcase-shell { border-radius: 28px; }
  .link-showcase-copy { padding: 2rem 1.25rem 1.25rem; }
  .link-brand-lockup { margin-bottom: 1.5rem; }
  .link-brand-lockup { gap: 0.75rem; }
  .link-brand-emblem { width: 45px; height: 45px; flex-basis: 45px; }
  .link-brand-icon { width: 42px; height: 42px; border-radius: 50%; }
  .link-brand-name { gap: 0.34rem; font-size: 1.28125rem; }
  .link-brand-wordmark,
  .link-brand-type { font-size: inherit; }
  .link-showcase-title { max-width: 10ch; font-size: clamp(2.5rem, 12vw, 3.5rem); }
  html:lang(zh-CN) .link-showcase-title { max-width: none; font-size: clamp(2.35rem, 11vw, 3.35rem); }
  html:lang(de) .link-showcase-title,
  html:lang(es) .link-showcase-title,
  html:lang(fr) .link-showcase-title,
  html:lang(pt-BR) .link-showcase-title { max-width: 12ch; font-size: clamp(2.15rem, 10vw, 3.1rem); }
  html:lang(de) .link-showcase-title { max-width: none; font-size: clamp(2rem, 8.8vw, 2.8rem); }
  html:lang(ja) .link-showcase-title,
  html:lang(ko) .link-showcase-title { max-width: 11ch; font-size: clamp(2rem, 9vw, 2.75rem); }
  .link-showcase-description { font-size: 0.92rem; }
  .link-downloads { grid-template-columns: 1fr; margin-top: 1.75rem; }
  .link-showcase-visual { padding: 1rem 1.25rem 1.5rem; }
  .link-visual-stage { min-height: min(420px, 112vw); border-radius: 22px; }
  .link-slide { padding: 0.65rem; }
  .link-slide img { border-radius: 14px; }
  .link-slide.link-slide-portrait img { max-width: 245px; }
  .link-slide-review { padding: 0.65rem; }
  .link-slide-review img { object-fit: contain; }
  .link-slide-pair { grid-template-columns: minmax(0, 1.6fr) minmax(92px, 1fr); gap: 0.25rem; padding: 0.4rem; }
  .link-pair-capture { transform: none; }
  .link-stage-nav { grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .link-stage-button { grid-template-columns: 1.15rem minmax(0, 1fr); gap: 0.5rem; min-height: 70px; padding: 0.6rem; }
  .link-stage-number { font-size: 1.25rem; }
  .link-stage-button:nth-child(2) { border-right: 0; }
  .link-stage-button:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .link-slicer-band { gap: 1.25rem; padding: 1.5rem 1.25rem; }
  .link-slicer-list { grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .link-slicer-item { min-height: 62px; padding: 0.55rem 0.65rem; }
  .link-slicer-item:nth-child(4n) { border-right: 1px solid rgba(255, 255, 255, 0.07); }
  .link-slicer-item:nth-last-child(-n + 4) { border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .link-slicer-item:nth-child(2n) { border-right: 0; }
  .link-slicer-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .link-outcome-band { grid-template-columns: 1fr; }
  .link-outcome { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .link-outcome:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .link-hero-carousel-pair {
    gap: 0.3rem;
    padding: 0.35rem;
    border-radius: 20px;
  }

  .link-hero-carousel-pair img {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .link-slide,
  .link-download-button {
    transition: none;
  }

  .link-showcase-section:target .link-showcase-shell {
    animation: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .link-showcase-shell { background: #111c30; }
}
