/* Expansion-safe actions for automatic browser language selection. */

.lp-btn,
.lp-hero-cta,
.lp-film-hero-trigger,
.lp-form-submit {
  height: auto;
  min-height: 44px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Compact hero actions: readable in both catalogues without oversized tiles. */
.lp-hero__actions {
  display: flex;
  width: auto;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.lp-hero-cta,
.lp-film-hero-trigger {
  min-height: 48px;
  border-radius: 13px;
  white-space: nowrap;
}

.lp-hero-cta {
  flex: 0 0 auto;
  padding-block: 0;
  padding-inline: 16px;
  font-size: .84rem;
}

.lp-hero-cta--primary {
  padding-inline: 16px 40px;
}

.lp-film-hero-trigger {
  grid-template-columns: 30px minmax(0, auto) auto;
  min-width: 190px;
  flex: 0 1 auto;
  padding: 6px 10px;
}

.lp-film-hero-trigger__icon {
  width: 30px;
  height: 30px;
}

.lp-film-hero-trigger__copy {
  min-width: 82px;
}

.lp-film-hero-trigger__copy strong {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

/* Keep both animated callouts attached to, and fully inside, the product frame. */
.dpoaf-robok-theme .lp-floating-card--ai {
  left: clamp(64px, 8%, 82px);
  bottom: 16px;
}

.dpoaf-robok-theme .lp-floating-card--proof {
  top: 72px;
  right: 18px;
}

.dpoaf-robok-theme .lp-hero__product,
.dpoaf-robok-theme .lp-product-window,
.dpoaf-robok-theme .lp-product-main {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 900px) {
  .dpoaf-robok-theme .lp-floating-card {
    padding: 9px 11px;
  }

  .dpoaf-robok-theme .lp-floating-card--ai {
    left: 62px;
    bottom: 12px;
  }

  .dpoaf-robok-theme .lp-floating-card--proof {
    top: 66px;
    right: 12px;
  }
}

@media (max-width: 640px) {
  .lp-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .lp-hero-cta {
    width: 100%;
  }

  .lp-film-hero-trigger {
    grid-column: 1 / -1;
    width: 100%;
  }

  .dpoaf-robok-theme .lp-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dpoaf-robok-theme .lp-kpi-grid > div {
    min-width: 0;
    padding: 10px 8px;
  }
}

@media (max-width: 480px) {
  .lp-hero__actions {
    grid-template-columns: 1fr;
  }

  .lp-film-hero-trigger {
    grid-column: auto;
  }

  .dpoaf-robok-theme .lp-product-title {
    align-items: flex-start;
    gap: 10px;
  }

  .dpoaf-robok-theme .lp-status-good {
    white-space: nowrap;
  }
}
