/* Premium before/after case-study cards for the landing page. */

.showcase-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 48%, #f7f8fb 100%);
  border-bottom: 1px solid #f1f2f4;
  padding: 3rem 0 4.25rem;
}

.showcase-shell {
  width: min(100% - 2rem, 1280px);
  margin: 0 auto;
}

.showcase-section-header {
  max-width: 860px;
  margin: 0 auto 2.45rem;
  text-align: center;
}

.showcase-hero {
  position: relative;
}

.showcase-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ff385c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.72rem;
}

.showcase-eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #ff385c;
  box-shadow: 0 0 0 5px rgba(255, 56, 92, 0.12);
}

.showcase-kinetic-mark {
  width: min(100%, 760px);
  height: 58px;
  margin: -0.15rem auto 0.35rem;
  overflow: hidden;
  color: #101828;
}

.showcase-kinetic-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-room-line,
.hero-photo-frame,
.hero-mountain,
.hero-scan-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-room-line {
  stroke: #98a2b3;
  stroke-width: 2.8;
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  animation: hero-line-draw 5.8s ease-in-out infinite;
}

.hero-room-line.line-b {
  animation-delay: 0.28s;
}

.hero-photo-frame {
  stroke: #101828;
  stroke-width: 3;
  opacity: 0.9;
}

.hero-mountain {
  stroke-width: 3;
}

.hero-mountain.before {
  stroke: #b8a27f;
  opacity: 0.45;
}

.hero-mountain.after {
  stroke: #0ca100;
  opacity: 0.95;
  stroke-dasharray: 210;
  stroke-dashoffset: 210;
  animation: hero-line-draw 5.8s ease-in-out infinite 0.5s;
}

.hero-sun {
  fill: #ffc107;
  transform-origin: 472px 39px;
  animation: hero-sun-pop 5.8s ease-in-out infinite;
}

.hero-sparkle {
  fill: #ff385c;
  transform-box: fill-box;
  transform-origin: center;
  animation: hero-sparkle-pop 5.8s ease-in-out infinite;
}

.hero-sparkle.s2 {
  fill: #0ca100;
  animation-delay: 0.55s;
}

.hero-sparkle.s3 {
  fill: #1218d6;
  animation-delay: 1.05s;
}

.hero-scan-beam,
.hero-scan-line {
  transform: translateX(650px);
  animation: hero-scan-sweep 5.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.hero-scan-line {
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 2;
}

.showcase-section-header h1 {
  color: #111827;
  font-size: clamp(2.05rem, 3.9vw, 4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}

.showcase-section-header h1 > span {
  color: #ff385c;
}

.showcase-transform-title {
  position: relative;
  display: block;
  isolation: isolate;
  max-width: 980px;
  min-height: 1.08em;
  margin-inline: auto;
  overflow: hidden;
}

.showcase-transform-title .title-before,
.showcase-transform-title .title-after {
  display: block;
  color: #101828;
}

.showcase-transform-title .title-before {
  position: relative;
  z-index: 1;
}

.showcase-transform-title strong {
  color: #ff385c;
  font-weight: inherit;
}

.showcase-transform-title .title-after {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #101828;
  clip-path: inset(0 100% 0 0);
  animation: hero-title-reveal 5.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
  text-shadow: 0 0 18px rgba(12, 161, 0, 0.12);
}

.showcase-transform-title .title-after strong {
  color: #0b7f58;
}

.showcase-subhead {
  max-width: 660px;
  margin: 0.9rem auto 0;
  color: #475467;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
}

.showcase-action-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  max-width: 840px;
  margin: 1.35rem auto 0;
  padding: 0.6rem;
  border: 1px solid rgba(255, 56, 92, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
}

.showcase-source-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0.25rem;
  min-height: 3.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: #f1f5f9;
}

.showcase-action-form .showcase-source-switch button {
  min-height: auto;
  border-radius: 6px;
  background: transparent;
  color: #475467;
  box-shadow: none;
  font-size: 0.82rem;
  padding: 0 0.72rem;
}

.showcase-action-form .showcase-source-switch button:hover {
  background: rgba(255, 255, 255, 0.78);
  color: #101828;
  box-shadow: none;
  transform: none;
}

.showcase-action-form .showcase-source-switch button.is-active {
  background: #fff;
  color: #101828;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.showcase-source-switch svg {
  width: 0.95rem;
  height: 0.95rem;
}

.showcase-url-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  min-height: 3.25rem;
  border-radius: 8px;
  background: #f8fafc;
  color: #667085;
  padding: 0 1rem;
}

.showcase-url-field svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.showcase-url-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101828;
  font: inherit;
}

.showcase-url-field input::placeholder {
  color: #7b8494;
}

.showcase-file-choice {
  width: 100%;
  min-width: 0;
  color: #101828;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-action-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  border: 0;
  border-radius: 8px;
  background: #ff385c;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 850;
  padding: 0 1.15rem;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.showcase-action-form button:hover {
  background: #e61e4d;
  box-shadow: 0 14px 28px rgba(255, 56, 92, 0.24);
  transform: translateY(-1px);
}

.showcase-action-form button svg {
  width: 1rem;
  height: 1rem;
}

@keyframes hero-scan-sweep {
  0%, 18% { transform: translateX(650px); opacity: 0; }
  25% { opacity: 1; }
  58% { transform: translateX(38px); opacity: 1; }
  66%, 100% { transform: translateX(38px); opacity: 0; }
}

@keyframes hero-title-reveal {
  0%, 18% { clip-path: inset(0 100% 0 0); }
  58%, 72% { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 100% 0 0); }
}

@keyframes hero-line-draw {
  0%, 18% { stroke-dashoffset: 190; opacity: 0.32; }
  45%, 72% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 190; opacity: 0.32; }
}

@keyframes hero-sparkle-pop {
  0%, 22%, 100% { transform: scale(0.3) rotate(0deg); opacity: 0; }
  36%, 60% { transform: scale(1) rotate(90deg); opacity: 1; }
  74% { transform: scale(0.4) rotate(140deg); opacity: 0; }
}

@keyframes hero-sun-pop {
  0%, 25%, 100% { transform: scale(0.72); opacity: 0.55; }
  43%, 72% { transform: scale(1.08); opacity: 1; }
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.auth-modal-viewport {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  min-height: 100dvh;
  overflow-y: auto;
  padding: 1.25rem;
  place-items: center;
}

.auth-modal-shell {
  display: flex;
  width: 100%;
  min-height: min(100dvh, 720px);
  align-items: center;
  justify-content: center;
}

.auth-modal-panel {
  width: min(100%, 28rem);
  margin: auto;
  transform: translateY(14px) scale(0.96);
}

#authPanel.opacity-100,
.auth-modal-panel.opacity-100 {
  transform: translateY(0) scale(1);
}

body.auth-modal-open {
  overflow: hidden;
}

.showcase-proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

.showcase-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #475467;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 0.35rem 0.75rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  max-width: 1250px;
  margin: 0 auto;
}

.showcase-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.showcase-card.showcase-visible {
  opacity: 1;
  transform: translateY(0);
}

.showcase-card-inner {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05), 0 14px 32px rgba(17, 24, 39, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.showcase-card-inner:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 24, 39, 0.14);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08), 0 28px 60px rgba(17, 24, 39, 0.13);
}

.showcase-listing-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem 0.65rem;
  min-width: 0;
  color: #667085;
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-airbnb-mark {
  display: inline-flex;
  align-items: center;
  color: #ff385c;
}

.showcase-airbnb-mark svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.showcase-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.showcase-title {
  color: #101828;
  font-size: clamp(1.35rem, 1.65vw, 1.75rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0.7rem 0 0;
}

.showcase-trust-pill {
  display: inline-flex;
  align-items: center;
  align-self: center;
  white-space: nowrap;
  border: 1px solid #eef0f3;
  border-radius: 999px;
  color: #667085;
  background: #fcfcfd;
  padding: 0.4rem 0.62rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.showcase-media-wrap {
  flex: 1 1 68%;
  min-width: 0;
  border-right: 1px solid #eef0f3;
}

.showcase-comparison-slider {
  position: relative;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
  background: #101828;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.showcase-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.showcase-card-inner:hover .showcase-image-after {
  transform: scale(1.025);
}

.showcase-image-enhanced {
  filter: brightness(1.14) contrast(1.1) saturate(1.12);
}

.showcase-before-container {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.showcase-before-container .showcase-image {
  width: var(--slider-width, 100%);
  min-width: 100%;
  max-width: none;
}

.showcase-handle-bar {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 2px;
  z-index: 8;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 24px rgba(16, 24, 40, 0.42);
  transform: translateX(-50%);
}

.showcase-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.28);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.showcase-comparison-slider:hover .showcase-handle {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.34);
}

.showcase-handle svg {
  width: 1.2rem;
  height: 1.2rem;
}

.showcase-media-label {
  position: absolute;
  bottom: 0.75rem;
  z-index: 10;
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.showcase-media-label.before {
  left: 0.75rem;
  color: #7a4a00;
  background: rgba(255, 248, 225, 0.94);
  border: 1px solid rgba(255, 193, 7, 0.45);
}

.showcase-media-label.after {
  right: 0.75rem;
  color: #0a7d00;
  background: rgba(237, 251, 234, 0.94);
  border: 1px solid rgba(12, 161, 0, 0.35);
}

.ai-enhanced-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(0deg, rgba(255, 56, 92, 0.1), rgba(16, 24, 40, 0.02));
  mix-blend-mode: soft-light;
}

.showcase-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 min(32%, 390px);
  gap: 1.4rem;
  padding: 2rem;
}

.showcase-card-copy {
  min-width: 0;
}

.showcase-one-line {
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}

.showcase-section-label {
  display: block;
  color: #98a2b3;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.showcase-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.95rem;
}

.issue-tag,
.preset-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  border-radius: 999px;
  padding: 0.26rem 0.52rem;
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.2;
}

.issue-tag {
  color: #475467;
  background: rgba(248, 250, 252, 0.62);
  border: 1px solid rgba(228, 231, 236, 0.78);
}

.preset-badge {
  color: #8f3f4e;
  background: rgba(255, 247, 248, 0.7);
  border: 1px solid rgba(255, 215, 223, 0.8);
}

.showcase-financials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  border-top: 1px solid #eef0f3;
  padding-top: 1.25rem;
}

.showcase-stat {
  min-width: 0;
}

.showcase-stat strong {
  display: block;
  color: #101828;
  font-size: 1.25rem;
  line-height: 1.15;
}

.showcase-stat span {
  display: block;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.22rem;
}

.showcase-stat.highlight {
  text-align: right;
}

.showcase-stat.highlight strong {
  color: #047857;
}

.showcase-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  border-top: 1px solid #eef0f3;
  padding-top: 1.25rem;
}

.showcase-proof {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-listing-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  white-space: nowrap;
  color: #fff;
  background: #101828;
  border: 1px solid #101828;
  border-radius: 8px;
  padding: 0.72rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.showcase-listing-link svg {
  width: 0.95rem;
  height: 0.95rem;
}

.showcase-card-inner:hover .showcase-listing-link,
.showcase-listing-link:hover {
  color: #fff;
  background: #000;
  border-color: #000;
  transform: translateY(-1px);
}

.showcase-skeleton {
  min-height: 640px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(242, 244, 247, 0.78) 25%, rgba(229, 232, 238, 0.9) 50%, rgba(242, 244, 247, 0.78) 75%);
  background-size: 220% 100%;
  animation: showcase-skeleton-shimmer 1.4s ease-in-out infinite;
}

@keyframes showcase-skeleton-shimmer {
  0% { background-position: -220% 0; }
  100% { background-position: 220% 0; }
}

.showcase-scroll-sentinel {
  height: 1px;
}

.showcase-load-more-wrap {
  margin-top: 2rem;
  text-align: center;
}

.showcase-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  color: #101828;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 850;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.showcase-load-more-btn:hover {
  transform: translateY(-2px);
  border-color: #101828;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.showcase-load-more-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.showcase-disclaimer {
  max-width: 720px;
  margin: 2rem auto 0;
  color: #667085;
  font-size: 0.86rem;
  line-height: 1.6;
  text-align: center;
}

.showcase-error {
  grid-column: 1 / -1;
  border: 1px solid #fee4e2;
  border-radius: 8px;
  background: #fffbfa;
  color: #b42318;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}

.showcase-modal-open {
  overflow: hidden;
}

.showcase-comparison-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(5, 10, 20, 0.92);
  padding: 1.25rem;
}

.showcase-comparison-modal.is-open {
  display: flex;
}

.showcase-modal-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.showcase-modal-stage {
  width: min(100%, 1180px);
}

.showcase-modal-slider {
  position: relative;
  width: 100%;
  max-height: 84vh;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #101828;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.showcase-modal-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #101828;
}

.showcase-modal-before-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.showcase-modal-before-wrap .showcase-modal-image {
  width: var(--modal-slider-width, 100%);
  min-width: 100%;
  max-width: none;
}

.showcase-modal-handle-bar {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.94);
  transform: translateX(-50%);
}

.showcase-modal-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #fff;
  color: #101828;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
}

.showcase-modal-handle svg {
  width: 1.25rem;
  height: 1.25rem;
}

.showcase-modal-label {
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  border-radius: 999px;
  padding: 0.5rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.showcase-modal-label.before {
  left: 1rem;
  color: #7a4a00;
  background: rgba(255, 248, 225, 0.94);
  border: 1px solid rgba(255, 193, 7, 0.45);
}

.showcase-modal-label.after {
  right: 1rem;
  color: #0a7d00;
  background: rgba(237, 251, 234, 0.94);
  border: 1px solid rgba(12, 161, 0, 0.35);
}

@media (max-width: 760px) {
  .showcase-section {
    padding: 2.25rem 0 3.25rem;
  }

  .showcase-shell {
    width: min(100% - 1rem, 1280px);
  }

  .showcase-section-header {
    margin-bottom: 1.85rem;
  }

  .showcase-kinetic-mark {
    height: 44px;
    margin-bottom: 0.25rem;
  }

  .showcase-transform-title {
    min-height: 2.16em;
  }

  .showcase-section-header h1 {
    font-size: clamp(2.05rem, 11.6vw, 3.15rem);
    line-height: 1.02;
  }

  .showcase-subhead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .showcase-action-form {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 1.35rem;
    padding: 0.5rem;
  }

  .showcase-source-switch {
    grid-template-columns: 1fr 1fr;
  }

  .showcase-action-form button,
  .showcase-url-field {
    width: 100%;
  }

  .showcase-action-form button {
    white-space: normal;
  }

  .showcase-proof-row {
    gap: 0.5rem;
  }

  .showcase-proof-row span {
    font-size: 0.76rem;
  }

  .showcase-grid {
    gap: 1.2rem;
  }

  .showcase-card-inner {
    flex-direction: column;
  }

  .showcase-media-wrap {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eef0f3;
  }

  .showcase-comparison-slider {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .showcase-card-body {
    flex: none;
    padding: 1.1rem;
    gap: 1rem;
  }

  .showcase-title {
    font-size: clamp(1.15rem, 6vw, 1.45rem);
  }

  .showcase-one-line {
    font-size: 0.84rem;
    margin-top: 0.55rem;
  }

  .showcase-tag-row {
    margin-top: 0.75rem;
  }

  .showcase-financials {
    padding-top: 0.9rem;
  }

  .showcase-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.9rem;
  }

  .showcase-listing-link {
    justify-content: center;
    width: 100%;
  }

  .showcase-trust-pill {
    justify-content: center;
  }

  .showcase-comparison-modal {
    padding: 0.75rem;
  }

  .showcase-modal-slider {
    aspect-ratio: 4 / 5;
    max-height: 80vh;
  }
}
