/**
 * Etlala — UI components
 */

/* Showcase */
.etlala-showcase {
  padding: 5rem 0;
}

.etlala-showcase--compact {
  padding-top: 2.5rem;
}

.etlala-showcase__intro {
  text-align: center;
  margin-bottom: 1.5rem;
}

.etlala-showcase__intro-title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.etlala-showcase__intro-lead {
  margin: 0 auto;
  max-width: 28rem;
  font-size: 0.95rem;
  color: var(--etlala-text-muted);
  line-height: 1.55;
}

.etlala-showcase__toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.etlala-layout-switcher {
  display: inline-flex;
  padding: 4px;
  background: var(--etlala-surface);
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius-pill);
  gap: 2px;
}

.etlala-layout-switcher__btn {
  padding: 0.55rem 1.1rem;
  border: none;
  border-radius: var(--etlala-radius-pill);
  background: transparent;
  color: var(--etlala-text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

.etlala-layout-switcher__btn.is-active {
  background: var(--etlala-surface-2);
  color: var(--etlala-text);
  box-shadow: inset 0 0 0 1px var(--etlala-border-strong);
}

.etlala-showcase__hint {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--etlala-text-muted);
}

.etlala-showcase__empty {
  margin: 2rem auto 0;
  max-width: 36rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--etlala-text-muted);
}

.etlala-showcase-preview {
  background: var(--etlala-surface);
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius-lg);
  padding: 0;
  box-shadow: var(--etlala-shadow-soft);
  overflow: hidden;
}

/* Allow hotspot popovers to extend outside the card (app uses full-width canvas). */
.etlala-showcase-preview.etlala-showcase-preview--storefront {
  overflow: visible;
}

.etlala-showcase-preview--storefront .etlala-showcase-preview__panel {
  display: block;
}

.etlala-showcase-preview--storefront .etlala-showcase-preview__panel[hidden] {
  display: none !important;
}

.etlala-showcase-preview--storefront .etlala-embed-root {
  background: #fff;
  color: #111;
  font-family: inherit;
  --etlala-container-padding-x: 12px;
}

.etlala-showcase-preview-only .etlala-showcase-preview__btn,
.etlala-showcase-preview-only .etlala-editorial-stl__btn[disabled] {
  cursor: not-allowed !important;
  opacity: 0.72;
}

.etlala-showcase-preview-only .etlala-editorial-stl {
  padding: clamp(16px, 3vw, 28px) 0;
}

.etlala-showcase-preview--storefront .etlala-editorial-stl__hero-col {
  overflow: visible;
}

@media (max-width: 1023px) {
  .etlala-showcase-preview--storefront .etlala-editorial-stl__split {
    display: grid;
  }

  .etlala-showcase-preview--storefront .etlala-editorial-stl__hero-col {
    order: -1;
  }
}

.etlala-showcase-preview--storefront .etlala-editorial-stl__hero-inner {
  overflow: visible;
  isolation: isolate;
}

.etlala-showcase-preview--storefront .etlala-editorial-stl__hero-inner > img,
.etlala-showcase-preview--storefront .etlala-editorial-stl__hero-inner > video {
  border-radius: 0;
}

@media (min-width: 1024px) {
  /* Video hero fills split column height (showcase only — do not affect dotted layouts). */
  .etlala-showcase-preview--storefront .etlala-editorial-stl__split--video .etlala-editorial-stl__hero-col {
    align-items: stretch;
    align-self: stretch;
    height: 100%;
  }

  .etlala-showcase-preview--storefront .etlala-editorial-stl__split--video .etlala-editorial-stl__hero-inner {
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: unset !important;
  }
}

.etlala-showcase-preview--storefront .etlala-editorial-dot-wrap--focus {
  z-index: 50;
}

/* Width is set in JS (updateEditorialPopoverShift); avoid % of dot-wrap which squashes the card. */
.etlala-showcase-preview--storefront .etlala-editorial-popover {
  max-width: min(152px, calc(100vw - 48px));
}

.etlala-showcase-preview--storefront .etlala-editorial-popover.etlala-editorial-popover--open {
  z-index: 60;
}

.etlala-showcase-preview-only .etlala-editorial-stl__addall .etlala-editorial-list-rail__promo-foot,
.etlala-showcase-preview-only .etlala-editorial-list-rail__addall .etlala-editorial-list-rail__promo-foot {
  margin-top: 8px;
}

/* Mobile bottom sheet (app parity) — appended to body on coarse pointer */
.etlala-editorial-sheet__grab {
  display: flex;
  justify-content: center;
  padding: 10px 0 4px;
}

.etlala-editorial-sheet__grab-bar {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: #e5e5e5;
}

.etlala-editorial-sheet__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 16px 8px;
}

.etlala-editorial-sheet__thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.etlala-editorial-sheet__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.etlala-editorial-sheet__thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #d4d4d4;
}

.etlala-editorial-sheet__meta {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}

.etlala-editorial-sheet__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #171717;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.etlala-salla-price-row {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-variant-numeric: tabular-nums;
}

.etlala-sar__svg {
  display: inline-block;
  height: 1em;
  width: 0.85em;
  vertical-align: -0.125em;
  flex-shrink: 0;
  color: currentColor;
}

.etlala-editorial-list-rail__price.etlala-salla-price,
.etlala-editorial-carousel-card__price.etlala-salla-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.etlala-editorial-list-rail__price-compare.etlala-salla-price-row,
.etlala-editorial-sheet__price-compare.etlala-salla-price-row {
  text-decoration: line-through;
  opacity: 0.6;
  color: #999;
}

.etlala-editorial-list-rail__price-current.etlala-salla-price-row,
.etlala-editorial-carousel-card__price-current.etlala-salla-price-row,
.etlala-editorial-sheet__price-current.etlala-salla-price-row {
  font-weight: 600;
  color: #171717;
}

.etlala-editorial-sheet__price {
  margin: 6px 0 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #525252;
}

.etlala-addall-price-compare .etlala-salla-price-row {
  text-decoration: line-through;
  opacity: 0.52;
}

.etlala-addall-price-final .etlala-salla-price-row {
  font-weight: 700;
}

.etlala-editorial-sheet__close {
  flex-shrink: 0;
  border: none;
  background: transparent;
  border-radius: 999px;
  padding: 8px;
  color: #a3a3a3;
  cursor: pointer;
}

.etlala-editorial-sheet__foot {
  border-top: 1px solid #f5f5f5;
  padding: 12px 16px max(16px, env(safe-area-inset-bottom));
}

.etlala-editorial-sheet__cart {
  width: 100%;
}

.etlala-editorial-sheet__panel {
  animation: etlala-sheet-slide-up 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes etlala-sheet-slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Showcase add-all: slightly smaller on narrow screens (preview only) */
@media (max-width: 639px) {
  .etlala-showcase-preview--storefront .etlala-editorial-list-rail__addall .etlala-editorial-stl__btn,
  .etlala-showcase-preview--storefront .etlala-editorial-stl__addall .etlala-editorial-stl__btn,
  .etlala-showcase-preview--storefront .etlala-editorial-stl__addall:not(.etlala-editorial-list-rail__addall) .etlala-editorial-stl__btn {
    padding: 10px 12px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .etlala-showcase-preview--storefront .etlala-editorial-list-rail__addall .etlala-editorial-stl__btn > .s-button-text,
  .etlala-showcase-preview--storefront .etlala-editorial-stl__addall .etlala-editorial-stl__btn > .s-button-text {
    gap: 6px;
  }

  .etlala-showcase-preview--storefront .etlala-addall-discount-badge {
    min-height: 18px;
    padding: 0 7px;
    font-size: 10px;
  }

  .etlala-showcase-preview--storefront .etlala-editorial-stl__addall:not(.etlala-editorial-list-rail__addall) {
    padding: 12px 12px 0;
  }
}

/* Hotspots */
.etlala-hotspots {
  position: absolute;
  inset: 0;
}

.etlala-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.etlala-hotspot__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  border: 2px solid var(--etlala-accent);
  transition: transform 0.25s var(--etlala-ease), box-shadow 0.25s;
}

.etlala-hotspot:hover .etlala-hotspot__marker,
.etlala-hotspot.is-active .etlala-hotspot__marker {
  transform: scale(1.12);
  box-shadow: 0 0 0 6px var(--etlala-accent-soft);
}

.etlala-hotspot::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--etlala-accent);
  opacity: 0;
  animation: etlala-pulse 2s infinite;
}

.etlala-hotspot:hover::after {
  opacity: 0.6;
}

@keyframes etlala-pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Product rails */
.etlala-rail {
  display: none;
  min-height: 100%;
}

.etlala-rail.is-visible {
  display: block;
}

.etlala-rail--grid {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-content: start;
}

.etlala-rail--grid.is-visible {
  display: grid;
}

.etlala-product-card {
  padding: 0.75rem;
  background: var(--etlala-bg-elevated);
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius-sm);
  transition: border-color 0.2s, transform 0.2s;
}

.etlala-product-card.is-highlighted {
  border-color: var(--etlala-accent);
  transform: translateY(-2px);
}

.etlala-product-card__thumb {
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(2, 74, 92, 0.9), rgba(1, 25, 35, 0.95));
  margin-bottom: 0.5rem;
}

.etlala-product-card__name {
  font-size: 0.78rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.etlala-product-card__price {
  font-size: 0.72rem;
  color: var(--etlala-gold);
  margin: 0 0 0.5rem;
}

/* List rail */
.etlala-rail-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.etlala-rail-list__item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.35rem;
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius-sm);
  background: var(--etlala-bg-elevated);
  color: inherit;
  text-align: start;
  transition: border-color 0.2s;
}

.etlala-rail-list__item:hover,
.etlala-rail-list__item.is-active {
  border-color: var(--etlala-accent);
}

.etlala-rail-list__num {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--etlala-accent-soft);
  color: var(--etlala-accent);
  font-size: 0.72rem;
  font-weight: 700;
}

.etlala-rail-list__name {
  font-size: 0.82rem;
  font-weight: 500;
}

.etlala-rail-list__price {
  font-size: 0.75rem;
  color: var(--etlala-text-dim);
}

/* Carousel rail */
.etlala-carousel {
  position: relative;
}

.etlala-carousel__track {
  display: flex;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 0.75rem;
}

.etlala-carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.etlala-carousel__nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.etlala-carousel__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--etlala-border);
  background: var(--etlala-surface-2);
  color: var(--etlala-text);
  font-size: 1.25rem;
  line-height: 1;
}

/* Modal */
.etlala-modal {
  width: min(420px, calc(100% - 2rem));
  padding: 0;
  border: 1px solid var(--etlala-border-strong);
  border-radius: var(--etlala-radius-lg);
  background: var(--etlala-surface);
  color: var(--etlala-text);
  box-shadow: var(--etlala-shadow);
}

.etlala-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.etlala-modal__inner {
  padding: 1.5rem;
}

.etlala-modal__close {
  position: absolute;
  inset-inline-end: 1rem;
  top: 1rem;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--etlala-surface-2);
  color: var(--etlala-text);
  font-size: 1.4rem;
  line-height: 1;
}

.etlala-modal__media {
  height: 140px;
  border-radius: var(--etlala-radius);
  background: linear-gradient(135deg, rgba(3, 74, 92, 0.85), rgba(1, 36, 44, 0.95));
  margin-bottom: 1rem;
}

.etlala-modal__title {
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}

.etlala-modal__price {
  color: var(--etlala-gold);
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.etlala-modal__desc {
  font-size: 0.85rem;
  color: var(--etlala-text-dim);
  margin: 0 0 1.25rem;
}

/* Features */
.etlala-features {
  padding: 5rem 0;
}

.etlala-features--compact {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.etlala-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .etlala-features__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .etlala-features__grid {
    grid-template-columns: 1fr;
  }
}

.etlala-feature-card {
  padding: 1.5rem;
  background: var(--etlala-surface);
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius);
  transition: border-color 0.25s, transform 0.25s var(--etlala-ease);
}

.etlala-feature-card:hover {
  border-color: var(--etlala-border-strong);
  transform: translateY(-4px);
}

.etlala-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--etlala-accent-soft);
  margin-bottom: 1rem;
  color: var(--etlala-brand-gold);
}

.etlala-feature-card__svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.etlala-feature-card__svg--filled {
  width: 24px;
  height: 24px;
}

.etlala-feature-card:hover .etlala-feature-card__icon {
  color: var(--etlala-gold);
  box-shadow: 0 0 0 1px rgba(243, 210, 154, 0.12);
}

.etlala-feature-card__title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.etlala-feature-card__desc {
  font-size: 0.88rem;
  color: var(--etlala-text-muted);
  margin: 0;
}

/* Pricing */
.etlala-pricing {
  padding: 5rem 0;
}

.etlala-pricing--after-hero {
  padding-top: 0;
}

.etlala-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 3rem;
}

@media (max-width: 960px) {
  .etlala-pricing__cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }
}

.etlala-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  background: var(--etlala-surface);
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius-lg);
  transition: transform 0.3s var(--etlala-ease), box-shadow 0.3s;
}

.etlala-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--etlala-shadow-soft);
}

.etlala-plan-card--featured {
  border-color: var(--etlala-accent);
  background: linear-gradient(180deg, rgba(243, 210, 154, 0.12), var(--etlala-surface));
  box-shadow: 0 0 0 1px var(--etlala-accent-soft), var(--etlala-shadow-soft);
  padding-top: 2.15rem;
}

.etlala-plan-card__badge {
  position: absolute;
  top: 0;
  inset-inline-start: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0.4rem 1.05rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: var(--etlala-accent);
  color: var(--etlala-on-accent);
  border-radius: var(--etlala-radius-pill);
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
}

[dir="rtl"] .etlala-plan-card__badge {
  transform: translate(50%, -50%);
}

.etlala-plan-card__name {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.etlala-plan-card__price {
  margin: 0 0 1.25rem;
}

.etlala-plan-card__amount {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.etlala-plan-card__currency,
.etlala-plan-card__period {
  font-size: 0.9rem;
  color: var(--etlala-text-dim);
}

.etlala-plan-card__features,
.etlala-plan-card__unsupported {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
}

.etlala-plan-card__features li,
.etlala-plan-card__unsupported li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.82rem;
  margin-bottom: 0.45rem;
  color: var(--etlala-text-muted);
}

.etlala-plan-card__features .is-included svg {
  color: var(--etlala-success);
  flex-shrink: 0;
}

.etlala-plan-card__features .is-soon svg {
  color: var(--etlala-warning);
}

.etlala-plan-card__unsupported li svg {
  color: var(--etlala-danger);
  opacity: 0.7;
}

.etlala-plan-card__cta-alt {
  margin-top: 0.5rem;
}

.etlala-pricing__more {
  text-align: center;
  margin-top: 1.5rem;
}

/* Pricing view toggle + matrix */
.etlala-pricing-view {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.etlala-pricing-matrix-toolbar {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.etlala-pricing-matrix-toggle {
  padding: 0.55rem 1.15rem;
  border-radius: var(--etlala-radius-pill);
  border: 1px solid var(--etlala-border);
  background: var(--etlala-surface);
  color: var(--etlala-text-muted);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.etlala-pricing-matrix-toggle:hover {
  border-color: var(--etlala-border-strong);
  color: var(--etlala-text);
}

.etlala-pricing-matrix-toggle.is-active {
  background: var(--etlala-accent);
  border-color: var(--etlala-accent);
  color: var(--etlala-on-accent);
}

.etlala-pricing-view[data-view-mode="matrix"] .etlala-pricing__cards {
  display: none;
}

.etlala-pricing-view[data-view-mode="cards"] .etlala-pricing-matrix {
  display: none;
}

.etlala-pricing-matrix__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.etlala-matrix-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.82rem;
  background: var(--etlala-surface);
  border: 1px solid var(--etlala-border);
  border-radius: var(--etlala-radius);
  overflow: hidden;
}

.etlala-matrix-col--feature {
  width: 34%;
}

.etlala-matrix-col--plan {
  width: 22%;
}

.etlala-matrix-table th,
.etlala-matrix-table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid var(--etlala-border);
  text-align: center;
  vertical-align: middle;
}

.etlala-matrix-table th[scope="row"] {
  text-align: start;
  font-weight: 500;
  color: var(--etlala-text-muted);
  line-height: 1.45;
  word-break: break-word;
}

.etlala-matrix-table thead th {
  background: var(--etlala-bg-elevated);
  font-weight: 700;
  font-size: 0.88rem;
}

.etlala-matrix-table thead th.is-featured {
  color: var(--etlala-accent);
}

.etlala-matrix-table tbody tr:last-child th,
.etlala-matrix-table tbody tr:last-child td {
  border-bottom: none;
}

.etlala-matrix-cell svg {
  display: block;
  margin-inline: auto;
}

.etlala-matrix-cell--yes svg {
  color: var(--etlala-success);
}

.etlala-matrix-cell--no svg {
  color: var(--etlala-danger);
}

.etlala-matrix-cell--soon svg {
  color: var(--etlala-warning);
}

.etlala-matrix-cell__text {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--etlala-text);
  word-break: break-word;
}

.etlala-matrix-cell--text .etlala-matrix-cell__text {
  color: var(--etlala-accent);
}

@media (max-width: 768px) {
  .etlala-matrix-table {
    min-width: 580px;
  }
}

/* CTA band */
.etlala-cta-band {
  padding: 4rem 0 6rem;
}

.etlala-cta-band__inner {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: var(--etlala-radius-lg);
  background:
    linear-gradient(135deg, var(--etlala-surface) 0%, var(--etlala-bg-elevated) 100%);
  border: 1px solid var(--etlala-border-strong);
  box-shadow: var(--etlala-shadow-soft);
}

.etlala-cta-band__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
}

.etlala-cta-band__lead {
  color: var(--etlala-text-muted);
  max-width: 28rem;
  margin: 0 auto 1.5rem;
}

.etlala-cta-band__inner .etlala-platform-ctas {
  justify-content: center;
}

/* Post card */
.etlala-post-card {
  background: var(--etlala-surface);
  border-radius: var(--etlala-radius);
  overflow: hidden;
  border: 1px solid var(--etlala-border);
}

.etlala-post-card__body {
  padding: 1rem 1.25rem 1.25rem;
}

.etlala-post-card__title a {
  color: var(--etlala-text);
  text-decoration: none;
}
