html,
body {
  touch-action: manipulation;
}

body,
.page-wrapper {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.lp-form-card,
.lp-fullscreen-form,
.app-dashboard,
.app-generations-list {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comparison-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.25rem;
  user-select: none;
}

#before-after-grid .card-body {
  display: block;
}

#before-after-grid .comparison-slider--compact {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto !important;
}

.comparison-slider .comparison-image {
  background-size: cover;
  background-position: center;
}

#before-after-empty-state .before-after-empty-state-content {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: rgba(19, 96, 239, 0.05);
  border-radius: 1rem;
  border: 1px solid rgba(19, 96, 239, 0.15);
}

.comparison-slider {
  cursor: ew-resize;
}

.comparison-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.comparison-image.after {
  clip-path: inset(0 0 0 50%);
}

.comparison-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
}

.comparison-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.comparison-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(19, 96, 239, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.comparison-button svg {
  width: 24px;
  height: 24px;
}

.comparison-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(19, 96, 239, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: transform 0.2s ease;
}

.comparison-zoom:hover {
  transform: scale(1.1);
  background: rgba(19, 96, 239, 1);
}

.comparison-zoom svg {
  width: 20px;
  height: 20px;
}

.comparison-label {
  position: absolute;
  top: 15px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  z-index: 15;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comparison-label-before {
  left: 15px;
}

.comparison-label-after {
  right: 15px;
}

.comparison-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.comparison-lightbox.active {
  display: flex;
}

.comparison-lightbox-content {
  position: relative;
  width: 100%;
  max-width: min(90vw, 1024px);
  max-height: min(90vh, 1024px);
  aspect-ratio: 1;
}

.comparison-lightbox .comparison-slider {
  width: 100%;
  height: 100%;
  max-height: none;
  cursor: ew-resize;
  border-radius: 0.5rem;
  overflow: hidden;
}

.comparison-lightbox .comparison-image {
  background-size: contain;
}

.comparison-slider-lightbox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  border-radius: 0.5rem;
  overflow: hidden;
}

.comparison-slider-lightbox .comparison-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  user-select: none;
  pointer-events: none;
}

.comparison-slider-lightbox .comparison-img.before {
  position: relative;
}

.comparison-slider-lightbox .comparison-img-wrapper.after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 0 0 50%);
}

.comparison-slider-lightbox .comparison-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
  pointer-events: auto;
}

.comparison-slider-lightbox .comparison-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.comparison-slider-lightbox .comparison-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(19, 96, 239, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.comparison-slider-lightbox .comparison-button svg {
  width: 24px;
  height: 24px;
}

.comparison-lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.comparison-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.comparison-lightbox-close svg {
  width: 24px;
  height: 24px;
}

.simple-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.simple-lightbox.active {
  display: flex;
}

.simple-lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-lightbox-content img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.simple-lightbox-download {
  position: absolute;
  top: -50px;
  right: 52px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.simple-lightbox-download:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.simple-lightbox-download svg {
  width: 24px;
  height: 24px;
}

.simple-lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.simple-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.simple-lightbox-close svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .comparison-button {
    width: 40px;
    height: 40px;
  }

  .comparison-zoom {
    width: 36px;
    height: 36px;
  }

  .comparison-zoom svg {
    width: 18px;
    height: 18px;
  }

  .comparison-lightbox-content {
    max-height: 80vh;
  }

  .comparison-lightbox-close {
    top: -45px;
  }

  .simple-lightbox-close {
    top: -45px;
  }

  .simple-lightbox-download {
    top: -45px;
  }
}

.featured-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.5rem;
  background: #fff;
}

.featured-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(19, 96, 239, 0.4);
}

.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

#contact-form input[type="file"] {
  padding: 0.75rem;
}

#contact-form input[type="file"]::file-selector-button {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background-color: #1360ef;
  color: white;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#contact-form input[type="file"]::file-selector-button:hover {
  background-color: #0d4cbd;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .display-3 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }
}

.form-control:focus {
  border-color: #1360ef;
  box-shadow: 0 0 0 0.2rem rgba(19, 96, 239, 0.25);
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.navbar-brand:hover {
  opacity: 0.9;
}

.footer-logo:hover {
  opacity: 0.9;
}

.clients-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 120px;
  transition: transform 0.3s ease;
}

.clients-logo:hover {
  transform: scale(1.1);
}

.clients-logo img {
  max-height: 70px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.85;
  transition: all 0.3s ease;
}

.clients-logo .integration-carousel-icon {
  font-size: 3.5rem;
  color: #1360ef;
  opacity: 0.88;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.clients-logo:hover .integration-carousel-icon {
  opacity: 1;
}

.clients-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 768px) {
  .clients-logo {
    height: 100px;
    padding: 15px;
  }

  .clients-logo img {
    max-height: 50px;
  }

  .clients-logo .integration-carousel-icon {
    font-size: 2.75rem;
  }
}

#contact-form .messages {
  margin-bottom: 1.5rem;
}

#contact-form .alert {
  margin-bottom: 0;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#contact-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

#contact-form .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8L6.2 9l-.4-.4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#contact-form .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}


#contact-form .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

#contact-form .form-check-input.is-invalid {
  border-color: #dc3545;
}

#contact-form .form-check-input.is-invalid:checked {
  border-color: #dc3545;
  background-color: #dc3545;
}

#contact-form .form-check-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 400;
  line-height: 1.5;
}

#contact-form .form-check-label a {
  color: #1360ef;
  text-decoration: underline;
  font-weight: 500;
}

#contact-form .form-check-label a:hover {
  color: #0d4cbd;
}

#generation-form .form-check-label,
.lp-form-card .form-check-label {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 400;
  line-height: 1.5;
}

#generation-form .form-check-label a,
.lp-form-card .form-check-label a {
  color: #1360ef;
  text-decoration: underline;
  font-weight: 500;
}

#contact-form #InputNote {
  min-height: 120px;
  resize: vertical;
}

.cookie-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  padding: 1rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.cookie-box.is-visible {
  transform: translateY(0);
}

.cookie-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.cookie-box__text {
  flex: 1;
  min-width: 280px;
  font-size: 0.9375rem;
  color: #495057;
  margin: 0;
}

.cookie-box__text a {
  color: #1360ef;
  text-decoration: underline;
}

.cookie-box__text a:hover {
  color: #0d4cbd;
}

.cookie-box__btn {
  flex-shrink: 0;
  padding: 0.5rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 0.375rem;
  background: #1360ef;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cookie-box__btn:hover {
  background: #0d4cbd;
}

.site-header.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.site-header .navbar-nav .nav-landing-dropdown-caret {
  font-size: 0.65em;
  opacity: 0.85;
  line-height: 1;
}

.site-header .navbar-nav .nav-landing-menu-app {
  min-width: 12rem;
}

.site-header .navbar-nav .nav-landing-menu-integrations,
.site-header .navbar-nav .nav-landing-menu-modules {
  min-width: min(26rem, calc(100vw - 1.5rem));
  max-width: 26rem;
}

.site-header .navbar-nav .nav-landing-dropdown-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
}

.site-header .navbar-nav .nav-landing-dropdown-icon {
  font-size: 1.25rem;
  opacity: 0.85;
  flex-shrink: 0;
  width: 1.5rem;
  text-align: center;
}

.site-header .navbar-nav .nav-landing-integration-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem;
  white-space: normal;
}

.site-header .navbar-nav .nav-landing-integration-thumb {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  background: rgba(248, 249, 250, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-header .navbar-nav .nav-landing-integration-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.2rem;
}

.site-header .navbar-nav .nav-landing-integration-fallback-icon {
  font-size: 1.35rem;
  color: #1360ef;
  line-height: 1;
}

.site-header .navbar-nav .nav-landing-integration-initial {
  font-size: 0.85rem;
  font-weight: 700;
  color: #495057;
  line-height: 1;
}

.site-header .navbar-nav .nav-landing-integration-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.site-header .navbar-nav .nav-landing-integration-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #212529;
  line-height: 1.25;
}

.site-header .navbar-nav .nav-landing-integration-meta {
  font-size: 0.7rem;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .site-header.navbar-dark .navbar-collapse .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8) !important;
  }

  .site-header.navbar-dark .navbar-collapse .navbar-nav .nav-link:hover,
  .site-header.navbar-dark .navbar-collapse .navbar-nav .nav-link:focus {
    color: #1360ef !important;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    width: 100%;
    max-width: none;
    margin: 0.35rem 0 0.5rem;
    border: 0;
    box-shadow: none;
    padding: 0.35rem 0.5rem 0.5rem 0.35rem;
    display: block !important;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }

  .site-header .navbar-nav .nav-landing-menu-integrations,
  .site-header .navbar-nav .nav-landing-menu-modules {
    min-width: 0;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .dropdown-item {
    color: rgba(33, 37, 41, 0.95);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.35rem;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .dropdown-item:hover,
  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .dropdown-item:focus {
    color: #1360ef;
    background: rgba(255, 255, 255, 0.7);
  }

  .site-header .navbar-nav .nav-landing-integration-item {
    padding: 0.5rem 0.45rem;
  }

  .site-header .navbar-nav .nav-landing-integration-meta {
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 992px) {
  .site-header .navbar-nav .nav-landing-hover-dropdown {
    position: relative;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 3px);
    height: 12px;
    z-index: 1045;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu {
    display: none;
    margin-top: 0;
    top: 100%;
    padding: 0.5rem 10px 0.5rem 0px;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 0.35rem 1.25rem rgba(15, 23, 42, 0.12);
    z-index: 1050;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown:hover>.dropdown-menu {
    display: block;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .dropdown-item {
    border-radius: 0.35rem;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .dropdown-item:hover,
  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .dropdown-item:focus {
    background: rgba(19, 96, 239, 0.08);
    color: inherit;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-integration-item:hover .nav-landing-integration-name,
  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-integration-item:focus .nav-landing-integration-name {
    color: #1360ef;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-integration-item:hover .nav-landing-integration-meta,
  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-integration-item:focus .nav-landing-integration-meta {
    color: #495057;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-dropdown-row:hover,
  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-dropdown-row:focus {
    background: rgba(19, 96, 239, 0.08);
    color: #1360ef;
  }

  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-dropdown-row:hover .nav-landing-dropdown-icon,
  .site-header .navbar-nav .nav-landing-hover-dropdown>.dropdown-menu .nav-landing-dropdown-row:focus .nav-landing-dropdown-icon {
    color: #1360ef;
    opacity: 1;
  }
}

#generation-form .file-upload-area {
  border: 2px dashed #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

#generation-form .file-upload-area:hover {
  border-color: #1360ef;
  background: #f5faff;
}

#generation-form .file-upload-area.dragover {
  border-color: #1360ef;
  background: #e8f0ff;
}

.app-step1-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .app-step1-layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    align-items: start;
  }

  .app-step1-layout.mask-editor-active {
    grid-template-columns: 1fr;
  }

  .app-step1-layout.mask-editor-active .mask-canvas-step-fullwidth {
    max-width: 900px;
    width: 100%;
  }

  #maskCanvasButtonsBrush,
  #maskCanvasButtonsRect {
    flex-wrap: nowrap;
  }
}

.app-step1-preview .lp-preview-box {
  margin: 0;
}

.app-step1-filters {
  padding: 0;
}

.app-filters-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d1d33;
  margin-bottom: 0.25rem;
}

.app-filters-subtitle {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

#generation-form .filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

#generation-form #filtersGrid>.credits-categories-accordion,
#generation-form #catFiltersGrid>.credits-categories-accordion {
  grid-column: 1 / -1;
  min-width: 0;
}

#generation-form #catFiltersGrid,
#generation-form #catFormatGrid {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

#generation-form #stepCatalog .credits-category-body .filters-grid {
  min-width: 0;
}

#generation-form #stepCatalog .credits-category-body.collapse.show {
  overflow: visible;
}

#generation-form #stepCatalog .catalog-substep-content {
  overflow: visible;
  min-width: 0;
}

#generation-form #catalogStepIndicator,
#generation-form #ptMainStepIndicator {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

#generation-form .catalog-select-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 576px) {
  #generation-form .catalog-select-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  #generation-form .catalog-select-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#generation-form .catalog-select-card {
  position: relative;
  border: 2px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1.25rem 1.25rem;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
  overflow: hidden;
}

#generation-form .catalog-select-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1360ef 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

#generation-form .catalog-select-card:hover {
  border-color: #1360ef;
  box-shadow: 0 8px 20px rgba(19, 96, 239, 0.1);
}

#generation-form .catalog-select-card:hover::before {
  opacity: 0.6;
}

#generation-form .catalog-select-card.selected {
  border-color: #1360ef;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
  box-shadow: 0 4px 16px rgba(19, 96, 239, 0.15);
}

#generation-form .catalog-select-card.selected::before {
  opacity: 1;
}

#generation-form .catalog-select-card.selected::after {
  content: '✓';
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1360ef;
}

#generation-form .catalog-select-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #1d1d33;
}

#generation-form .catalog-select-card-specs {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.35;
}

#generation-form .credits-category-header {
  margin-bottom: 0.5rem;
}

#generation-form .credits-category-body {
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}

#generation-form .filter-card {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f8fafc;
  overflow: hidden;
}

#generation-form .filter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #1360ef 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

#generation-form .filter-card:hover {
  border-color: #94a3b8;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

#generation-form .filter-card:hover::before {
  opacity: 0.4;
}

#generation-form .filter-card.selected {
  border-color: #1360ef;
  background: #fff;
  box-shadow: 0 2px 12px rgba(19, 96, 239, 0.12);
}

#generation-form .filter-card.selected::before {
  opacity: 1;
}

#generation-form .filter-card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
  color: #1360ef;
  opacity: 0.85;
}

#generation-form .filter-card.selected .filter-card-icon {
  color: #1360ef;
  opacity: 1;
}

#generation-form .filter-card-icon svg {
  width: 100%;
  height: 100%;
}

#generation-form .filter-card-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
  background: rgba(19, 96, 239, 0.12);
  color: #1360ef;
  border-radius: 0.25rem;
}

#generation-form .filter-card h3,
#generation-form .filter-card .filter-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #1d1d33;
}

#generation-form .filter-card .filter-card-desc-wrap {
  position: relative;
}

#generation-form .filter-card p,
#generation-form .filter-card .filter-card-desc {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.4;
}

#generation-form .filter-card .filter-card-desc-wrap:not(.expanded) .filter-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#generation-form .filter-card .filter-card-desc-toggle {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1360ef;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

#generation-form .filter-card .filter-card-desc-toggle:hover {
  color: #0d4bc2;
}

#generation-form .filter-card .filter-card-specs {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 1.35;
}

#generation-form .format-card.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#generation-form .gen-type-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  #generation-form .gen-type-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

#generation-form .gen-type-card {
  position: relative;
  border: 2px solid #e9ecef;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
  overflow: hidden;
}

#generation-form .gen-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1360ef 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

#generation-form .gen-type-card:hover {
  border-color: #1360ef;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(19, 96, 239, 0.12);
}

#generation-form .gen-type-card:hover::before {
  opacity: 0.6;
}

#generation-form .gen-type-card.selected {
  border-color: #1360ef;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
  box-shadow: 0 4px 20px rgba(19, 96, 239, 0.18);
}

#generation-form .gen-type-card.selected::before {
  opacity: 1;
}

#generation-form .gen-type-card--guest-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(0.2);
}

#generation-form .gen-type-card--guest-disabled:hover {
  border-color: #e9ecef;
  transform: none;
  box-shadow: none;
}

#generation-form .gen-type-card--guest-disabled:hover::before {
  opacity: 0;
}

.app-dashboard .guest-preview-register-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-top: 0.75rem;
  padding: 0.875rem 1.125rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(19, 96, 239, 0.22);
  background: linear-gradient(135deg, #f4f8ff 0%, #e8f1ff 55%, #eef4ff 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 4px 14px rgba(19, 96, 239, 0.08);
}

.app-dashboard .guest-preview-register-cta__text {
  flex: 1 1 12rem;
  min-width: 0;
}

.app-dashboard .guest-preview-register-cta__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  font-weight: 500;
  color: #0b2f6b;
}

.app-dashboard .guest-preview-register-cta__lead strong {
  font-weight: 700;
  color: #1360ef;
  font-variant-numeric: tabular-nums;
}

.app-dashboard .guest-preview-register-cta__action {
  flex-shrink: 0;
  align-self: center;
}

@media (max-width: 575.98px) {
  .app-dashboard .guest-preview-register-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .app-dashboard .guest-preview-register-cta__action {
    width: 100%;
    align-self: stretch;
  }
}

#generation-form .gen-type-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: #1360ef;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

#generation-form .gen-type-card-icon .las {
  font-size: 2rem;
  line-height: 1;
}

#generation-form .gen-type-card.selected .gen-type-card-icon {
  color: #1360ef;
  opacity: 1;
}

#generation-form .gen-type-card.selected::after {
  content: '✓';
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  background: #1360ef;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

#generation-form .gen-type-card-icon svg {
  width: 100%;
  height: 100%;
}

#generation-form .gen-type-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1d1d33;
}

#generation-form .gen-type-card-desc {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}

#generation-form .catalog-step-section {
  background: #f8f9fa;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e9ecef;
}

#generation-form .catalog-step-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d33;
  margin-bottom: 1rem;
}

#generation-form .catalog-add-box {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1rem;
}

#generation-form .product-select-table-wrap,
#productSelectModal .product-select-table-wrap {
  max-height: 420px;
  overflow: auto;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  scrollbar-width: thin;
}

.product-table-wrap .product-select-table-wrap {
  overflow-x: auto;
  min-width: 0;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

#productSelectModal .product-select-table-wrap::-webkit-scrollbar,
.product-table-wrap .product-select-table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#productSelectModal .product-select-table-wrap::-webkit-scrollbar-thumb,
.product-table-wrap .product-select-table-wrap::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 3px;
}

#productSelectModal .product-select-table-wrap::-webkit-scrollbar-track,
.product-table-wrap .product-select-table-wrap::-webkit-scrollbar-track {
  background: #f8f9fa;
}

#generation-form .product-select-table-wrap .table,
#productSelectModal .product-select-table-wrap .table,
.product-table-wrap .product-select-table-wrap .table {
  margin-bottom: 0;
}

#generation-form .product-select-table-wrap .table thead th,
#productSelectModal .product-select-table-wrap .table thead th,
.product-table-wrap .product-select-table-wrap .table thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 1;
  box-shadow: 0 1px 0 #e9ecef;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6c757d;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}

#productSelectModal .product-select-table-wrap .table thead th .form-check-input,
.product-table-wrap .product-select-table-wrap .table thead th .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
}

#productSelectModal .product-select-table-wrap .table tbody td,
.product-table-wrap .product-select-table-wrap .table tbody td {
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  vertical-align: middle;
  border-bottom: 1px solid #f1f3f5;
}

#productSelectModal .product-select-table-wrap .table tbody td .form-check-input,
.product-table-wrap .product-select-table-wrap .table tbody td .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
}

#productSelectModal .product-select-table-wrap .table tbody tr:hover td,
.product-table-wrap .product-select-table-wrap .table tbody tr:hover td {
  background: rgba(19, 96, 239, 0.04);
}

#productSelectModal .product-select-table-wrap .table tbody tr.table-active,
.product-table-wrap .product-select-table-wrap .table tbody tr.table-active {
  --bs-table-bg-state: rgba(19, 96, 239, 0.08);
  --bs-table-bg: rgba(19, 96, 239, 0.08);
}

#productSelectModal .product-select-table-wrap .table tbody tr.table-active td,
.product-table-wrap .product-select-table-wrap .table tbody tr.table-active td {
  background-color: rgba(19, 96, 239, 0.08);
}

#productSelectModal .product-select-table-wrap .table tbody tr.table-active td:first-child,
.product-table-wrap .product-select-table-wrap .table tbody tr.table-active td:first-child {
  background-color: rgba(19, 96, 239, 0.08);
  box-shadow: inset 3px 0 0 #1360ef;
}



#productSelectModal .product-select-table-wrap .table tbody td:nth-child(6),
.product-table-wrap .product-select-table-wrap .table tbody td:nth-child(7) {
  font-size: 0.875rem;
  color: #6c757d;
}

#productSelectModal .product-select-table-wrap .table tbody .badge,
.product-table-wrap .product-select-table-wrap .table tbody .badge {
  border-radius: 99px;
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
}

#productSelectModal .product-select-row,
.product-table-wrap .product-table-row {
  cursor: pointer;
}

#productSelectModal .product-select-row td:first-child,
.product-table-wrap .product-table-row td:first-child {
  cursor: default;
}

#productSelectModal .product-select-filters {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

#productSelectModal .product-select-filters .product-select-filter-col {
  flex: 1 1 0;
  min-width: 0;
}

#productSelectModal .product-select-filters .form-control,
#productSelectModal .product-select-filters .form-select {
  width: 100%;
  box-sizing: border-box;
  min-height: 2.25rem;
  height: 2.25rem;
}

#generation-form .catalog-add-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  #generation-form .catalog-add-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}

#generation-form .catalog-add-card {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#generation-form .catalog-add-card:hover {
  border-color: #1360ef;
  box-shadow: 0 4px 12px rgba(19, 96, 239, 0.08);
}

#generation-form .catalog-add-card-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
  display: block;
  margin-bottom: 0.5rem;
}

#generation-form .catalog-add-card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

#generation-form .catalog-add-card-body .form-control,
#generation-form .catalog-add-card-body .form-select {
  flex: 1;
  min-width: 120px;
}

#generation-form .catalog-add-card-body .btn {
  flex-shrink: 0;
}

#generation-form .catalog-products-header {
  margin-bottom: 1rem;
}

#generation-form .catalog-products-count {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}

#generation-form .catalog-products-list {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

#generation-form .catalog-products-list::-webkit-scrollbar {
  width: 8px;
}

#generation-form .catalog-products-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#generation-form .catalog-products-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

#generation-form .catalog-products-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

#generation-form .catalog-product-card {
  border: 2px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#generation-form .catalog-product-card:hover {
  border-color: #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

#generation-form .catalog-product-card .catalog-product-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d1d33;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

#generation-form .catalog-img-wrap {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid #e9ecef;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#generation-form .catalog-img-wrap:hover {
  border-color: #1360ef;
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.15);
}

#generation-form .catalog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#generation-form .catalog-img-wrap .form-check-input {
  top: 4px;
  left: 4px;
  z-index: 2;
}

#generation-form .catalog-summary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
  border: 2px solid #1360ef;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

#generation-form .catalog-summary-text {
  font-size: 1rem;
  color: #1d1d33;
}

#generation-form .catalog-products-loader {
  text-align: center;
  padding: 2rem;
}

#generation-form .catalog-selected-products-grid {
  min-height: 60px;
}

#generation-form .catalog-selected-product-card {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  transition: border-color 0.2s ease;
}

#generation-form .catalog-selected-product-card:hover {
  border-color: #dee2e6;
}

#generation-form .catalog-selected-product-title {
  font-size: 0.8rem;
  color: #1d1d33;
}

#generation-form .catalog-selected-product-remove {
  flex-shrink: 0;
}

#generation-form .bg-type-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  #generation-form .bg-type-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

#generation-form .bg-type-card {
  position: relative;
  border: 2px solid #e9ecef;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
  overflow: hidden;
}

#generation-form .bg-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1360ef 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

#generation-form .bg-type-card:hover {
  border-color: #1360ef;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(19, 96, 239, 0.12);
}

#generation-form .bg-type-card:hover::before {
  opacity: 0.6;
}

#generation-form .bg-type-card.selected {
  border-color: #1360ef;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
  box-shadow: 0 4px 20px rgba(19, 96, 239, 0.18);
}

#generation-form .bg-type-card.selected::before {
  opacity: 1;
}

#generation-form .bg-type-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: #1360ef;
  opacity: 0.9;
}

#generation-form .bg-type-card.selected .bg-type-card-icon {
  color: #1360ef;
  opacity: 1;
}

#generation-form .bg-type-card.selected::after {
  content: '✓';
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  background: #1360ef;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

#generation-form .bg-type-card-icon svg {
  width: 100%;
  height: 100%;
}

#generation-form .bg-type-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1d1d33;
}

#generation-form .bg-type-card-desc {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}

#generation-form .examples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}

#generation-form .example-card {
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  background: #fff;
}

#generation-form .example-card:hover {
  border-color: #1360ef;
  background: #f5faff;
}

#generation-form .example-card.selected {
  border-color: #1360ef;
  background: #f5faff;
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.3);
}

#generation-form .dynamic-fields {
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}

#generation-form .dynamic-fields .lp-product-description,
#generation-form .dynamic-fields textarea[name="product_description"] {
  min-height: 140px;
  resize: vertical;
}

#generation-form .dynamic-fields .form-select.form-select-lg,
#generation-form .dynamic-fields .lp-categories-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  width: 100%;
  min-width: 100%;
}

#generation-form .dynamic-fields .categories-field-wrapper {
  width: 100%;
}

#generation-form .dynamic-fields .categories-field-wrapper .form-select {
  border: 1px solid #dee2e6;
  box-shadow: none;
  width: 100%;
}

#generation-form .dynamic-fields .categories-field-wrapper .form-select:focus {
  border-color: #1360ef;
  box-shadow: 0 0 0 0.2rem rgba(19, 96, 239, 0.15);
}

.lp-divider-or {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
}

.lp-divider-or::before,
.lp-divider-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #dee2e6;
}

.lp-divider-or span {
  white-space: nowrap;
}

#generation-form .uploaded-file-container {
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
}

#generation-form .uploaded-file {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

#generation-form .uploaded-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#generation-form .uploaded-file .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(220, 53, 69, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}

#generation-form .code-input {
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  text-align: center;
  font-family: 'Courier New', monospace;
}

#generation-form .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1360ef;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: lp-spin 1s linear infinite;
}

@keyframes lp-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lp-fullscreen-form {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 3rem;
}

.app-dashboard.lp-fullscreen-form {
  align-items: flex-start;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .lp-fullscreen-form {
    padding-top: 80px;
    padding-bottom: 2rem;
  }

  .lp-step4-content-area,
  .lp-generation-container {
    overflow-x: hidden;
  }

  .lp-generation-section--images .store-product-card__gallery {
    padding: 1rem;
  }

  .store-product-card__gallery {
    padding: 1.5rem 1rem;
    row-gap: 1rem;
    column-gap: 1rem;
  }

  .store-product-card__image-item {
    max-width: 100%;
    min-width: 0;
  }

  .store-product-card__image-item .store-product-card__image-wrap {
    min-width: 0;
  }

  .store-product-card__image-wrap {
    max-width: min(calc(100vw - 2rem), 340px);
    box-sizing: border-box;
  }

  .store-product-card__image-wrap .store-product-card__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .generation-info-box {
    padding: 1.25rem 1.5rem;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .generation-info-box .generation-info-title {
    flex-direction: column;
    gap: 0.25rem;
  }

  .store-product-card__gallery-hint,
  .store-product-card__reklamacja {
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
  }

  .store-product-card__specs {
    grid-template-columns: 1fr;
  }

  .store-product-card__specs dd {
    word-break: break-word;
  }
}

@media (max-width: 576px) {
  .store-product-card__gallery {
    row-gap: 0.75rem;
    column-gap: 0.75rem;
    padding: 1rem;
  }

  .lp-generation-section--images .store-product-card__gallery {
    padding: 1rem;
  }

  .store-product-card__info {
    padding: 1rem;
  }

  .app-dashboard .lp-form-card {
    padding: 1rem !important;
  }

  .store-product-card__reklamacja {
    padding: 0.875rem 1rem;
  }

  .lp-older-model-box,
  .lp-pro-ready-box,
  .lp-form-card .alert-warning {
    padding: 1rem !important;
    font-size: 0.875rem;
  }

  .lp-older-model-box .alert-heading,
  .lp-pro-ready-box .alert-heading,
  .lp-form-card .alert-warning .alert-heading {
    font-size: 1rem;
  }

  .lp-premium-features-list {
    padding-left: 0;
  }

  .lp-premium-features-list li {
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }

  #lpOlderModelBoxActions,
  #lpLongRunningBoxActions {
    flex-direction: column;
  }

  #lpOlderModelBoxActions .btn,
  #lpLongRunningBoxActions .btn {
    width: 100%;
  }

  .lp-pro-ready-box .btn-success {
    width: 100%;
  }
}

.store-product-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  animation: store-card-fade-in 0.5s ease-out;
}

@keyframes store-card-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.store-product-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.store-product-card__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 992px) {
  .store-product-card__body {
    grid-template-columns: minmax(320px, 42%) 1fr;
    min-height: 480px;
  }

  .store-product-card__body--images-only {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .store-product-card__body--text-only {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.store-product-card__gallery {
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  row-gap: 2rem;
  column-gap: 2rem;
  padding: 2.5rem 2rem;
}

@media (min-width: 992px) {
  .store-product-card__gallery {
    padding: 3rem 2.5rem;
    border-right: 1px solid #e5e7eb;
    row-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .store-product-card__body--images-only .store-product-card__gallery {
    border-right: none;
  }
}

.store-product-card__image-wrap {
  position: relative;
  width: 100%;
  max-width: 380px;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-product-card__image-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.store-product-card__image-wrap--placeholder {
  border: 2px dashed #d1d5db;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  aspect-ratio: 1 / 1;
  width: 100%;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
}

.store-product-card__placeholder--generating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 300px;
  padding: 2rem;
  text-align: center;
  animation: placeholder-pulse 2s ease-in-out infinite;
}

@media (max-width: 390px) {
  .store-product-card__placeholder--generating {
    min-height: 250px;
  }
}

@keyframes placeholder-pulse {

  0%,
  100% {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  }

  50% {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
  }
}

.store-product-card__placeholder--generating .store-product-card__placeholder-spinner {
  margin: 1rem 0;
  width: 48px;
  height: 48px;
}

.store-product-card__placeholder--generating .store-product-card__placeholder-text {
  position: static;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #64748b;
  max-width: 240px;
  line-height: 1.5;
}

.store-product-card__placeholder-icon {
  font-size: 4.5rem;
  color: #cbd5e1;
  margin-bottom: 0.5rem;
}

.store-product-card__placeholder-text {
  position: absolute;
  bottom: 1rem;
  font-size: 0.875rem;
  color: #94a3b8;
  font-weight: 500;
}

.store-product-card__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.store-product-card__image-item {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 360px;
  overflow: hidden;
  margin: 0;
}

.store-product-card__image-item .store-product-card__image-wrap {
  width: 100%;
  min-width: 0;
}

@media (max-width: 576px) {
  .store-product-card__gallery {
    padding: 1.25rem 0.75rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .store-product-card__image-item {
    width: 100%;
    max-width: 100%;
  }

  .store-product-card__image-item .store-product-card__image-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .store-product-card__image-wrap .store-product-card__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.lp-generation-container {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.lp-generation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .lp-generation-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 2.5rem;
  }

  .lp-generation-grid--images-only {
    grid-template-columns: 1fr;
  }
}

.lp-generation-section {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  animation: lp-section-fade-in 0.5s ease-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-generation-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@keyframes lp-section-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-generation-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}

.lp-generation-section--images .store-product-card__gallery {
  background: #fafafa;
  padding: 1.5rem;
  border-right: none;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (min-width: 992px) {
  .lp-generation-section--images .store-product-card__gallery {
    padding: 2rem;
    row-gap: 2rem;
    column-gap: 2rem;
  }
}

.store-product-card__gallery-hint {
  width: 100%;
  flex-basis: 100%;
  padding: 1rem 1.5rem;
  margin: 0 1.5rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.75rem;
  border: 1px dashed #d1d5db;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  backdrop-filter: blur(8px);
  font-style: italic;
}

.lp-text-generation-box {
  padding: 2rem 1.5rem;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 390px) {
  .lp-text-generation-box {
    min-height: 250px;
  }
}

.lp-text-generation-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 400px;
  margin: 0 auto;
}

.lp-text-generation-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(19, 96, 239, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
  border-radius: 50%;
  font-size: 2rem;
  color: #1360ef;
}

.lp-text-generation-icon .spinner-border {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

.lp-text-generation-icon--success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%);
  color: #10b981;
  animation: lp-icon-scale-in 0.5s ease-out;
}

.lp-text-generation-icon--error {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.15) 100%);
  color: #ef4444;
}

@keyframes lp-icon-scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.lp-text-generation-content {
  flex: 1;
}

.lp-text-generation-status-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 0.75rem;
}

.lp-text-generation-status--ready .lp-text-generation-status-title {
  color: #10b981;
}

.lp-text-generation-status--error .lp-text-generation-status-title {
  color: #ef4444;
}

.lp-text-generation-status-text {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.lp-text-generation-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  text-align: left;
}

.lp-text-generation-features li {
  font-size: 0.875rem;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-text-generation-features i {
  font-size: 1.125rem;
  flex-shrink: 0;
}

.lp-text-generation-status--processing .lp-text-generation-icon {
  animation: lp-text-icon-pulse 2s ease-in-out infinite;
}

@keyframes lp-text-icon-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(19, 96, 239, 0.4);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(19, 96, 239, 0);
  }
}

.lp-text-generation-status .btn {
  box-shadow: 0 4px 12px rgba(19, 96, 239, 0.25);
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  border: none;
  transition: all 0.3s ease;
}

.lp-text-generation-status .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(19, 96, 239, 0.35);
  background: linear-gradient(135deg, #0d47b4 0%, #1360ef 100%);
}

.lp-text-generation-status .btn i {
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .lp-generation-grid {
    gap: 1.5rem;
  }

  .lp-generation-section-title {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }

  .lp-generation-section--images .store-product-card__gallery {
    padding: 1.25rem;
    row-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lp-text-generation-box {
    padding: 1.5rem 1rem;
    min-height: 250px;
  }

  .lp-text-generation-icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }

  .lp-text-generation-icon .spinner-border {
    width: 2rem;
    height: 2rem;
    border-width: 2.5px;
  }

  .lp-text-generation-status-title {
    font-size: 1.125rem;
  }

  .lp-text-generation-status-text {
    font-size: 0.875rem;
  }

  .lp-text-generation-features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .lp-text-generation-status {
    gap: 1rem;
  }
}


@media (max-width: 768px) {
  .store-product-card__gallery-hint {
    font-size: 0.8125rem;
    padding: 0.875rem 1.25rem;
    margin: 0 1rem 1rem 1rem;
  }
}

.store-product-card__reklamacja {
  width: 100%;
  flex-basis: 100%;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.store-product-card__image-wrap .store-product-card__image {
  object-fit: contain;
  width: auto;
  height: auto;
  display: block;
  vertical-align: top;
}

.store-product-card__zoom-btn,
.store-product-card__download-btn {
  position: absolute;
  top: 1rem;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(19, 96, 239, 0.95) 0%, rgba(59, 130, 246, 0.95) 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.3);
  backdrop-filter: blur(4px);
}

.store-product-card__zoom-btn {
  right: 1rem;
}

.store-product-card__download-btn {
  right: 4rem;
}

.store-product-card__zoom-btn:hover,
.store-product-card__download-btn:hover {
  transform: scale(1.15);
  background: linear-gradient(135deg, rgba(13, 71, 180, 1) 0%, rgba(19, 96, 239, 1) 100%);
  box-shadow: 0 4px 12px rgba(19, 96, 239, 0.5);
}

.store-product-card__zoom-btn svg,
.store-product-card__download-btn svg {
  width: 22px;
  height: 22px;
}

.store-product-card__placeholder-spinner.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 4px;
  border-color: rgba(19, 96, 239, 0.2);
  border-top-color: #1360ef;
}

.store-product-card__placeholder-spinner.text-warning {
  border-color: rgba(255, 193, 7, 0.2);
  border-top-color: #ffc107;
}

.store-product-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.875rem;
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  color: #fff;
  border-radius: 0.5rem;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.3);
  backdrop-filter: blur(4px);
}

.store-product-card__image-item[data-img-type="input"] .store-product-card__badge {
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  box-shadow: 0 2px 8px rgba(73, 80, 87, 0.3);
}

.store-product-card__info {
  padding: 1.75rem 1.5rem;
}

@media (min-width: 992px) {
  .store-product-card__info {
    padding: 2rem 2.25rem;
    display: flex;
    flex-direction: column;
  }
}

.store-product-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .store-product-card__title {
    font-size: 1.75rem;
  }
}

.store-product-card__lead {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.store-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.store-product-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  padding: 0.35rem 0.75rem;
  background: #f1f5f9;
  color: #475569;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
}

.store-product-card__details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.store-product-card__detail-section {
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.store-product-card__detail-section:first-of-type {
  padding-top: 0;
  border-top: none;
}

.store-product-card__detail-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
}

.store-product-card__detail-content {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.65;
}

.store-product-card__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.store-product-card__list li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.store-product-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1360ef;
  font-weight: 700;
  font-size: 0.9em;
}

.store-product-card__specs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1.25rem;
  margin: 0;
}

.store-product-card__specs dt {
  font-size: 0.8125rem;
  color: #64748b;
  font-weight: 500;
}

.store-product-card__specs dd {
  margin: 0;
  font-size: 0.875rem;
  color: #334155;
}

.store-product-card__original {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.store-product-card__original .store-product-card__detail-title {
  margin-top: 0;
}

.store-product-card__tag .app-copy-btn-inline {
  opacity: 0.5;
  font-size: 0.7rem;
  padding: 0.1rem 0.25rem;
}

.store-product-card__tag:hover .app-copy-btn-inline {
  opacity: 1;
}

.store-product-card .app-copy-btn-inline {
  vertical-align: middle;
}

.store-product-card .app-copyable-field {
  margin-bottom: 0.75rem;
}

.store-product-card .app-copyable-field:last-child {
  margin-bottom: 0;
}

.store-product-card__title,
.store-product-card__lead,
.store-product-card__detail-content,
.store-product-card__specs dt,
.store-product-card__specs dd,
.store-product-card .app-copyable-field,
.store-product-card .app-copyable-text,
.lp-older-model-box,
.lp-pro-ready-box,
.lp-form-card .alert-warning,
.generation-info-box {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.store-product-card__gallery,
.store-product-card__info {
  min-width: 0;
}

.app-product-card .app-product-image-wrapper {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-product-card .app-product-image-wrapper img {
  object-fit: contain;
  max-height: 100%;
}

.app-product-card-inner {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.app-product-content {
  padding: 0.25rem 0;
}

.app-product-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.app-product-short-desc {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.app-product-section {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.app-product-section-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.app-product-description {
  color: #495057;
  line-height: 1.6;
}

.app-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #495057;
}

.app-product-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.app-product-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1360ef;
  font-weight: 700;
  font-size: 0.95em;
}

.app-product-specs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1rem;
  margin: 0;
}

.app-product-specs dt {
  font-size: 0.8125rem;
  color: #6c757d;
  font-weight: 500;
}

.app-product-specs dd {
  margin: 0;
  font-size: 0.875rem;
  color: #212529;
}

.app-product-meta .app-product-specs dd {
  font-size: 0.8125rem;
}

.app-original-data {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e9ecef;
}

.app-original-data-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}

.app-copyable-field {
  margin-bottom: 0.75rem;
}

.app-copyable-field:last-child {
  margin-bottom: 0;
}

.app-copyable-label {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.app-copyable-content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.app-copyable-text {
  flex: 1;
  font-size: 0.875rem;
  color: #212529;
}

.app-copy-btn {
  flex-shrink: 0;
  padding: 0.25rem 0.4rem;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 0.25rem;
  color: #6c757d;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.app-copy-btn:hover {
  color: #1360ef;
  border-color: #1360ef;
}

.app-copy-btn.copied {
  color: #198754;
  border-color: #198754;
}

.app-copy-btn-inline {
  padding: 0.15rem 0.35rem;
  border: none;
  background: transparent;
  color: #adb5bd;
  cursor: pointer;
  border-radius: 0.25rem;
  vertical-align: middle;
  transition: color 0.2s, background 0.2s;
}

.app-copy-btn-inline:hover {
  color: #1360ef;
  background: #e8f0ff;
}

.app-copy-btn-inline.copied {
  color: #198754;
}

.app-copyable-wrap {
  display: inline;
}

.app-copyable-wrap .app-copy-btn-inline {
  margin-left: 0.25rem;
}

.app-product-section .app-product-list li {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.app-product-section .app-product-list li .app-copy-btn-inline {
  flex-shrink: 0;
  opacity: 0.6;
}

.app-product-section .app-product-list li:hover .app-copy-btn-inline {
  opacity: 1;
}

.app-export-btn {
  font-weight: 600;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  color: #fff;
}

.app-export-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.app-export-json {
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
  color: #fff;
}

.app-export-json:hover {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
  color: #fff;
}

.app-export-csv {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  color: #fff;
}

.app-export-csv:hover {
  background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%);
  color: #fff;
}

.app-export-store {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  color: #fff;
}

.app-export-store:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 100%);
  color: #fff;
}

.dropdown-item.app-export-btn {
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  color: #212529;
}

.integration-modal-header {
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  padding: 2rem 1.5rem;
  text-align: center;
}

.integration-modal-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
}

.integration-modal-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}

.integration-modal-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
}

.credits-modal-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.credits-modal-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}

.credits-modal-list li:last-child {
  margin-bottom: 0;
}

.credits-modal-list li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #1360ef;
  font-size: 1rem;
}

.module-landing-checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.module-landing-checklist>li {
  position: relative;
  padding: 1.125rem 1.35rem 1.125rem 3.35rem;
  margin-bottom: 0.875rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
  line-height: 1.6;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.module-landing-checklist>li:last-child {
  margin-bottom: 0;
}

.module-landing-checklist>li:hover {
  box-shadow: 0 6px 20px rgba(19, 96, 239, 0.1);
  border-color: #bae6fd;
  transform: translateY(-1px);
}

.module-landing-checklist>li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 1.25rem;
  top: 1.2rem;
  color: #1360ef;
  font-size: 1.15rem;
  line-height: 1;
}

.module-landing-checklist--on-white>li {
  background: #f8fafc;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.05);
}

.module-landing-checklist--on-white>li:hover {
  box-shadow: 0 6px 18px rgba(19, 96, 239, 0.09);
}

.module-landing-checklist .module-landing-checklist-lead {
  font-size: 1.0625rem;
  color: #64748b;
  margin: 0;
}

.module-landing-checklist .module-landing-checklist-lead strong {
  color: #0f172a;
  font-weight: 600;
}

.integration-benefit {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.integration-benefit-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-shrink: 0;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.integration-cta-box {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
}

.saas-email-notify-modal-dialog {
  max-width: min(960px, calc(100vw - 1.5rem));
}

.saas-email-notify-kicker {
  letter-spacing: 0.05em;
}

#saasEmailNotifyPrefModal .integration-modal-header {
  padding: 2.25rem 1.5rem 2rem;
}

#saasEmailNotifyPrefModal .saas-email-notify-option--featured {
  background: linear-gradient(165deg, #f0f7ff 0%, #ffffff 55%);
  box-shadow: 0 12px 40px rgba(19, 96, 239, 0.08);
}

#saasEmailNotifyPrefModal .saas-email-notify-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#saasEmailNotifyPrefModal .saas-email-notify-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

#saasEmailNotifyPrefModal .saas-email-notify-list li:last-child {
  margin-bottom: 0;
}

#saasEmailNotifyPrefModal .saas-email-notify-list li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.12em;
  color: #1360ef;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  #saasEmailNotifyPrefModal .integration-modal-header {
    padding: 1.75rem 1rem 1.5rem;
  }

  #saasEmailNotifyPrefModal .integration-modal-icon {
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  #saasEmailNotifyPrefModal .integration-modal-title {
    font-size: 1.1rem;
  }
}

.revision-prompt-modal-dialog {
  max-width: min(920px, calc(100vw - 1.5rem));
}

#revisionGenerationModal .revision-mode-toggle .btn {
  font-weight: 600;
  font-size: 0.875rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

#revisionGenerationModal .revision-mode-toggle .btn-check:checked+.btn {
  background: linear-gradient(135deg, #1360ef 0%, #6366f1 100%);
  border-color: transparent;
  color: #fff;
}

#revisionGenerationModal .revision-modal-cost-filter {
  font-size: 0.875rem;
  color: #475569;
  margin-bottom: 0.25rem;
}

#revisionGenerationModal .revision-prompt-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

#revisionGenerationModal .revision-prompt-textarea {
  min-height: 148px;
  resize: vertical;
  border-radius: 0.75rem;
  border-color: #e2e8f0;
  padding: 0.875rem 1rem;
  line-height: 1.5;
}

#revisionGenerationModal .revision-prompt-textarea:focus {
  border-color: #1360ef;
  box-shadow: 0 0 0 0.2rem rgba(19, 96, 239, 0.12);
}

#revisionGenerationModal .revision-prompt-modal-actions {
  border-top: 1px solid #e2e8f0;
}

#revisionGenerationModal .revision-modal-cost-summary {
  border-radius: 0.75rem;
  padding: 0;
  background: transparent;
  border: none;
}

#revisionGenerationModal .revision-modal-cost-summary--visible .revision-modal-cost-inner {
  display: block;
}

#revisionGenerationModal .revision-modal-cost-inner {
  display: none;
  padding: 1rem 1.125rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(19, 96, 239, 0.08) 0%, rgba(99, 102, 241, 0.06) 100%);
  border: 1px solid rgba(19, 96, 239, 0.2);
}

#revisionGenerationModal .revision-modal-cost-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1360ef;
  margin-bottom: 0.5rem;
}

#revisionGenerationModal .revision-modal-cost-line {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
  line-height: 1.45;
}

#revisionGenerationModal .revision-modal-cost-line+.revision-modal-cost-line {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #475569;
}

#revisionGenerationModal .revision-modal-cost-line strong {
  color: #0f172a;
  font-weight: 700;
}

#revisionGenerationModal .revision-modal-cost-dimensions {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #334155;
}

@media (max-width: 575.98px) {
  #revisionGenerationModal .integration-modal-header {
    padding: 1.75rem 1rem 1.5rem;
  }

  #revisionGenerationModal .integration-modal-icon {
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  #revisionGenerationModal .integration-modal-title {
    font-size: 1.1rem;
  }

  #acceptGenerationModal .integration-modal-header,
  #confirmAcceptModal .integration-modal-header {
    padding: 1.75rem 1rem 1.5rem;
  }

  #acceptGenerationModal .integration-modal-icon,
  #confirmAcceptModal .integration-modal-icon {
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  #acceptGenerationModal .integration-modal-title,
  #confirmAcceptModal .integration-modal-title {
    font-size: 1.1rem;
  }
}

.app-account-status .card {
  border-radius: 0.5rem;
}

.app-account-status .badge {
  font-size: 0.75rem;
}

.btn-katalog {
  color: #0d9488;
  border: 1px solid #0d9488;
  background-color: transparent;
}

.btn-katalog:hover {
  color: #fff;
  background-color: #0d9488;
  border-color: #0d9488;
}

.btn-integracje {
  color: #7c3aed;
  border: 1px solid #7c3aed;
  background-color: transparent;
}

.btn-integracje:hover {
  color: #fff;
  background-color: #7c3aed;
  border-color: #7c3aed;
}

@media (max-width: 991px) {

  .btn-katalog,
  .btn-integracje {
    display: none !important;
  }

  .app-dashboard-header .app-dashboard-btn-primary,
  .app-dashboard-header .app-dashboard-btn-credits {
    width: 100%;
    font-size: 1rem;
  }

  .app-dashboard-buttons {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
  }
}

.app-dashboard-btn-primary {
  box-shadow: 0 4px 12px rgba(19, 96, 239, 0.25);
  border: none;
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.app-dashboard-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.app-dashboard-btn-primary:hover::before {
  left: 100%;
}

.app-dashboard-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(19, 96, 239, 0.35);
  background: linear-gradient(135deg, #0d47b4 0%, #1360ef 100%);
  color: #fff;
}

.app-dashboard-btn-credits {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.25);
  border: none;
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.app-dashboard-btn-credits::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.app-dashboard-btn-credits:hover::before {
  left: 100%;
}

.app-dashboard-btn-credits:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
  color: #fff;
}

.app-account-status-box {
  white-space: nowrap;
}

.app-credits-box {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
}

.app-credits-box .app-credits-icon {
  font-size: 2.25rem;
  color: #0d9488;
  line-height: 1;
}

.app-credits-box .app-credits-value {
  font-size: 1.125rem;
}

.app-credits-box {
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.app-credits-box:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(13, 148, 136, 0.15);
}

.app-credits-box a:hover {
  text-decoration: underline !important;
}

.app-generations-box {
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  border-color: #e5e7eb;
}

.app-generations-box {
  transition: background 0.2s ease, border-color 0.2s ease;
}

.app-generations-box:hover {
  border-color: #d1d5db;
  background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
}

@media (max-width: 768px) {
  .app-account-status-box {
    white-space: normal;
    flex-wrap: wrap;
  }
}

.app-status-tooltip-trigger {
  display: inline-flex;
  align-items: center;
  cursor: help;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.app-status-tooltip-trigger:hover {
  opacity: 1;
}

.app-generations-list .app-generation-card {
  border-radius: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-generations-list .app-generation-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.app-generations-list .table-hover tbody tr:hover {
  background-color: rgba(19, 96, 239, 0.05);
}

.app-generations-list .table td,
.app-generations-list .table th {
  padding: 0.75rem 1rem;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .app-dashboard .lp-form-card {
    padding: 1rem !important;
  }

  .app-account-status .card-body {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .app-dashboard-header .app-account-status.w-md-auto {
    width: auto !important;
  }
}

.lp-fullscreen-form>.container {
  height: auto;
}

.lp-form-card {
  transition: box-shadow 0.3s ease;
}

.lp-form-card .btn-primary {
  box-shadow: 0 4px 12px rgba(19, 96, 239, 0.25);
  border: none;
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lp-form-card .btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.lp-form-card .btn-primary:hover::before {
  left: 100%;
}

.lp-form-card .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(19, 96, 239, 0.35);
  background: linear-gradient(135deg, #0d47b4 0%, #1360ef 100%);
}

@media (max-width: 576px) {
  .lp-form-card .btn-primary {
    width: 100%;
  }
}

.lp-form-card .alert-info {
  background: linear-gradient(135deg, rgba(19, 96, 239, 0.08) 0%, rgba(19, 96, 239, 0.04) 100%);
  border: 2px solid rgba(19, 96, 239, 0.15);
  border-radius: 0.75rem;
  color: #1360ef;
  font-weight: 500;
  padding: 1rem 1.25rem;
  display: block;
}

.lp-form-card .alert-info .spinner-border {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  flex-shrink: 0;
}

.lp-form-card .lp-older-model-box {
  display: block;
  background: linear-gradient(135deg, rgba(19, 96, 239, 0.06) 0%, rgba(19, 96, 239, 0.02) 100%);
  border: 1px solid rgba(19, 96, 239, 0.12);
  border-left: 4px solid #1360ef;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(19, 96, 239, 0.06);
}

.lp-form-card .lp-older-model-box .alert-heading {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1360ef;
  margin-bottom: 0.75rem;
}

.lp-form-card .lp-older-model-box p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(33, 37, 41, 0.9);
  margin-bottom: 0.75rem;
}

.lp-form-card .lp-older-model-box p:last-of-type {
  margin-bottom: 1rem;
}

.lp-form-card .lp-older-model-box .alert-link,
.lp-form-card .alert-warning .alert-link {
  color: #1360ef;
  text-decoration: none;
  font-weight: 600;
  text-underline-offset: 2px;
}

.lp-form-card .lp-older-model-box .alert-link:hover,
.lp-form-card .alert-warning .alert-link:hover {
  color: #0d47b4;
  text-decoration: underline;
}

.lp-form-card .lp-pro-ready-box,
.lp-pro-ready-box {
  display: block;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.08) 0%, rgba(5, 150, 105, 0.03) 100%);
  border: 1px solid rgba(5, 150, 105, 0.15);
  border-left: 4px solid #059669;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(5, 150, 105, 0.08);
}

.lp-form-card .lp-pro-ready-box .alert-heading,
.lp-pro-ready-box .alert-heading {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #047857;
  margin-bottom: 0.75rem;
}

.lp-form-card .lp-pro-ready-box p,
.lp-pro-ready-box p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(33, 37, 41, 0.9);
  margin-bottom: 0.75rem;
}

.lp-form-card .lp-pro-ready-box p:last-of-type,
.lp-pro-ready-box p:last-of-type {
  margin-bottom: 1rem;
}

.lp-form-card .lp-pro-ready-box .btn-success,
.lp-pro-ready-box .btn-success {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border: none;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
  box-shadow: 0 2px 4px rgba(5, 150, 105, 0.2);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.lp-form-card .lp-pro-ready-box .btn-success:hover,
.lp-pro-ready-box .btn-success:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 4px 8px rgba(5, 150, 105, 0.25);
  transform: translateY(-1px);
}

#lpOlderModelBoxActions,
#lpLongRunningBoxActions,
#thankYouSkip,
#thankYouCreateAccount,
.lp-pro-ready-box .btn {
  scroll-margin-top: 1rem;
}

.lp-premium-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-premium-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.35rem;
  background: rgba(19, 96, 239, 0.06);
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: rgba(33, 37, 41, 0.9);
}

.lp-premium-features-list li:last-child {
  margin-bottom: 0;
}

.lp-premium-features-list li i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #1360ef;
}

.lp-form-card .alert-danger {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.08) 0%, rgba(220, 53, 69, 0.04) 100%);
  border: 2px solid rgba(220, 53, 69, 0.15);
  border-radius: 0.75rem;
  color: #dc3545;
  font-weight: 500;
  padding: 1rem 1.25rem;
}

.lp-step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.lp-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  user-select: none;
}

.lp-step.active,
.lp-step.current {
  opacity: 1;
}

.lp-step.clickable {
  cursor: pointer;
}

.lp-step.clickable:hover .lp-step-num {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.3);
}

.lp-step.current .lp-step-num {
  background: #1360ef;
  color: #fff;
  border-color: #1360ef;
}

.lp-step.active:not(.current) .lp-step-num {
  background: #e8f0ff;
  border-color: #1360ef;
  color: #1360ef;
}

.lp-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8125rem;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .lp-step-num {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}

.lp-step-label {
  font-size: 0.6875rem;
  color: #6c757d;
  font-weight: 500;
}

@media (min-width: 576px) {
  .lp-step-label {
    font-size: 0.75rem;
  }
}

.lp-step-line {
  flex: 1;
  max-width: 30px;
  height: 2px;
  background: #dee2e6;
  align-self: flex-start;
  margin-top: 16px;
}

@media (min-width: 576px) {
  .lp-step-line {
    max-width: 40px;
    margin-top: 18px;
  }
}

.lp-back-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .lp-form-actions {
    flex-direction: row;
  }

  .lp-form-actions>.flex-grow-1 {
    flex: 0 0 20%;
    max-width: 72px;
  }

  .lp-form-actions>.flex-grow-1 .btn {
    width: 100%;
  }

  .lp-form-actions>.btn {
    flex: 1;
    min-width: 0;
  }

  .lp-back-btn .lp-back-text {
    display: none;
  }

  .lp-back-btn {
    justify-content: center;
  }

  .lp-back-btn svg {
    stroke-width: 2.5;
  }

  .lp-step3-actions {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .lp-step3-actions>.btn,
  .lp-step3-actions>a.btn {
    width: 100%;
  }
}

@media (min-width: 992px) {

  #generation-form #step1Next,
  #generation-form #step2Next,
  #generation-form #sendCodeBtn {
    width: auto !important;
  }
}

.lp-step-content {
  animation: lp-fadeIn 0.3s ease;
}

@keyframes lp-fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-upload-zone {
  border: 2px dashed #dee2e6;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-upload-zone:hover {
  border-color: #1360ef;
  background: #f5faff;
}

.lp-upload-zone.dragover {
  border-color: #1360ef;
  background: #e8f0ff;
  animation: lp-pulse 0.5s ease;
}

@keyframes lp-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
  }
}

.lp-upload-icon {
  color: #adb5bd;
  transition: color 0.3s ease;
}

.lp-upload-zone:hover .lp-upload-icon,
.lp-upload-zone.dragover .lp-upload-icon {
  color: #1360ef;
}

.lp-upload-placeholder p {
  font-size: 0.9375rem;
  color: #495057;
}

.lp-upload-zone-fixed {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-uploaded-preview {
  margin-top: 0;
}

.lp-preview-box {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f8f9fa;
  text-align: center;
  border: 2px solid #dee2e6;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-preview-box img {
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 0.5rem;
}

.lp-preview-remove {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(220, 53, 69, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 5;
}

.lp-preview-remove:hover {
  background: rgba(220, 53, 69, 1);
  transform: scale(1.1);
}

.lp-slot-preview {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-slot-preview img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  padding: 0.5rem;
}

.lp-product-thumb {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  flex-shrink: 0;
}

.lp-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-product-thumb .lp-preview-remove {
  top: 0.25rem;
  right: 0.25rem;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  line-height: 1;
}

.lp-generate-form .uploaded-file-container,
#generation-form .uploaded-file-container {
  border-radius: 0.75rem;
  padding: 1rem;
}

.lp-generate-form .uploaded-file,
#generation-form .uploaded-file {
  width: 80px;
  height: 80px;
}

@media (min-width: 576px) {

  .lp-generate-form .uploaded-file,
  #generation-form .uploaded-file {
    width: 100px;
    height: 100px;
  }
}

.lp-generate-form .filters-grid,
#generation-form .filters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 576px) {

  .lp-generate-form .filters-grid,
  #generation-form .filters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 768px) {

  .lp-generate-form .filters-grid,
  #generation-form .filters-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {

  .lp-generate-form .filters-grid,
  #generation-form .filters-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lp-generate-form .filter-card,
#generation-form .filter-card {
  padding: 1.25rem 1rem;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lp-generate-form .filter-card h3,
.lp-generate-form .filter-card .filter-card-title,
#generation-form .filter-card h3,
#generation-form .filter-card .filter-card-title {
  font-size: 0.9375rem;
}

@media (min-width: 576px) {

  .lp-generate-form .filter-card h3,
  .lp-generate-form .filter-card .filter-card-title,
  #generation-form .filter-card h3,
  #generation-form .filter-card .filter-card-title {
    font-size: 1rem;
  }
}

.lp-generate-form .examples-grid,
#generation-form .examples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 576px) {

  .lp-generate-form .examples-grid,
  #generation-form .examples-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

@media (min-width: 768px) {

  .lp-generate-form .examples-grid,
  #generation-form .examples-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-input-group {
  position: relative;
}

.lp-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  pointer-events: none;
  z-index: 1;
}

.lp-input-group .form-control {
  padding-left: 3rem;
}

.lp-code-inputs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.lp-code-otp-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  font-size: 16px;
  cursor: text;
  width: 100%;
  height: 100%;
}

.lp-code-digit {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'Courier New', monospace;
  padding: 0;
}

@media (min-width: 576px) {
  .lp-code-digit {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}

.lp-code-digit:focus {
  border-color: #1360ef;
  box-shadow: 0 0 0 0.2rem rgba(19, 96, 239, 0.25);
}

.lp-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1360ef;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: lp-spin 0.8s linear infinite;
}

.lp-thankyou-icon svg {
  animation: lp-checkPop 0.5s ease;
}

.lp-step3-icon {
  display: flex;
  justify-content: center;
}

.lp-step3-icon svg {
  color: #1360ef;
  animation: lp-checkPop 0.5s ease;
}

.lp-step3-icon--muted svg {
  color: #6c757d;
}

@keyframes lp-checkPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}



@media (min-width: 768px) {

  .lp-generate-form .btn-lg.w-md-auto,
  #generation-form .btn-lg.w-md-auto {
    width: auto;
  }
}

.account-form-section {
  padding: 1.25rem 0;
}

.account-form-section:first-child {
  padding-top: 0;
}

.account-form-section h5 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.account-form-section .form-control {
  border-radius: 0.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-form-section .form-control:focus {
  border-color: #1360ef;
  box-shadow: 0 0 0 0.2rem rgba(19, 96, 239, 0.15);
}

.account-form-section .form-label {
  color: #1d1d33;
  margin-bottom: 0.5rem;
}

.credits-filters-card .card-header {
  border-bottom: 1px solid #e9ecef;
}

.credits-filters-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.credits-categories-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.credits-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  margin-bottom: 0.25rem;
}

.credits-category-header:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

.credits-category-header--expanded {
  background: #e2e8f0;
  border-color: #94a3b8;
}

.credits-category-header--expanded .credits-category-chevron {
  transform: rotate(180deg);
}

.credits-category-label {
  font-weight: 600;
  color: #1e293b;
  font-size: 0.9375rem;
}

.credits-category-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  color: #64748b;
}

.credits-category-body {
  margin-bottom: 0.5rem;
}

.credits-category-body .credits-filters-list {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
}

.credits-filter-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.credits-filter-item:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.credits-filter-item--disabled {
  opacity: 0.8;
  background: #f1f5f9;
}

.credits-filter-item--disabled .credits-filter-name,
.credits-filter-item--disabled .credits-filter-desc {
  color: #64748b;
}

.credits-filter-item--disabled .credits-filter-badge {
  background: #94a3b8;
}

.credits-filter-info {
  flex: 1;
  min-width: 0;
}

.credits-filter-name {
  font-weight: 500;
  color: #1e293b;
}

.credits-filter-desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
}

.credits-filter-specs {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.4;
}

.credits-filter-badge {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  color: #fff;
  border-radius: 9999px;
  flex-shrink: 0;
}

.credits-filter-badge-lg {
  font-size: 1rem;
  padding: 0.375rem 0.875rem;
}

.credits-resolution-expand-wrap {
  display: block;
  margin-top: 5px;
}

.credits-resolution-toggle {
  font-size: inherit;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.credits-resolution-toggle:hover {
  text-decoration: underline !important;
}

.credits-resolution-table-inner {
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.credits-resolution-tooltip-table {
  font-size: 0.75rem;
  color: #475569;
  border-collapse: collapse;
  width: 100%;
}

.credits-resolution-tooltip-table th {
  font-weight: 600;
  color: #334155;
  text-align: left;
  padding: 6px 12px 6px 0;
  border-bottom: 1px solid #e2e8f0;
}

.credits-resolution-tooltip-table td {
  padding: 5px 12px 5px 0;
  border-bottom: 1px solid #f1f5f9;
}

.credits-resolution-tooltip-table tbody tr:last-child td {
  border-bottom: none;
}

.credits-order-pending-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f0fe 0%, #cfe2ff 100%);
  color: #1360ef;
}

.credits-order-pending-icon .spinner-border {
  border-width: 0.22em;
}

.credits-success-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #198754;
  animation: credits-success-pop 0.6s ease;
}

@keyframes credits-success-pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.credits-order-details .credits-order-detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.credits-success-step-icon {
  width: 48px;
  height: 48px;
  background: #e8f0ff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saas-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  border-radius: 1rem;
}

.saas-loader-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.saas-loader-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  animation: saas-dot-pulse 1.4s infinite ease-in-out;
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.3);
}

.saas-loader-dot:nth-child(1) {
  animation-delay: 0s;
}

.saas-loader-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.saas-loader-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes saas-dot-pulse {

  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  40% {
    transform: scale(1.3);
    opacity: 1;
  }
}

.saas-loader-text {
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
}

.app-global-loader {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.app-global-loader.app-global-loader-hidden {
  opacity: 0;
  pointer-events: none;
}

.app-global-loader-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.app-global-loader-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 50%,
      rgba(19, 96, 239, 0.15) 0%,
      rgba(19, 96, 239, 0.45) 50%,
      rgba(13, 76, 189, 0.7) 100%);
}

.app-global-loader-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.08) 0%,
      transparent 30%,
      transparent 70%,
      rgba(0, 0, 0, 0.12) 100%);
}

.app-global-loader-card {
  position: relative;
  z-index: 1;
  margin: 1rem;
}

.app-global-loader .app-global-loader-saas {
  background: transparent;
  padding: 2rem;
}

.app-global-loader .app-global-loader-saas .saas-loader-text {
  color: rgba(255, 255, 255, 0.95);
}

.app-global-loader .app-global-loader-saas .saas-loader-dot {
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.4);
}

.generation-info-box {
  background: linear-gradient(135deg, rgba(19, 96, 239, 0.08) 0%, rgba(19, 96, 239, 0.04) 100%);
  border: 2px solid rgba(19, 96, 239, 0.2);
  border-radius: 1rem;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 8px rgba(19, 96, 239, 0.08);
}

.generation-info-box .generation-info-title {
  font-weight: 600;
  color: #1360ef;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.generation-info-box .generation-info-title i {
  font-size: 1.25rem;
  animation: info-box-spin 2s linear infinite;
}

@keyframes info-box-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.generation-info-box .generation-info-text {
  color: #495057;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.generation-info-box .generation-info-link {
  display: inline-block;
  color: #1360ef;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 0.5rem;
}

.generation-info-box .generation-info-link:hover {
  color: #0d47b4;
}

.lp-summary-card {
  max-width: 100%;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid #dfe8ff !important;
  box-shadow: 0 18px 40px rgba(18, 46, 107, 0.08);
}

.lp-summary-items {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.lp-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.75rem;
  background: #eef3ff;
}

.lp-summary-row-cost {
  background: #e4ecff;
}

.lp-summary-label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #334c8a;
}

.lp-summary-value {
  text-align: right;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a2c58;
}

.lp-summary-cost-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.lp-summary-cost-meta {
  font-size: 0.75rem;
  font-weight: 600;
  color: #4f66a3;
}

.lp-summary-guest-credits-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  justify-content: flex-end;
}

.lp-summary-cost-struck {
  text-decoration: line-through;
  opacity: 0.55;
  font-weight: 500;
}

.lp-summary-cost-guest-zero {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.credits-filter-badge .lp-summary-cost-guest-zero {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.btn .lp-summary-cost-guest-zero {
  color: var(--bs-btn-color);
}

.lp-summary-warning {
  border-radius: 0.75rem;
  border: 1px solid #f5d36b;
  background: #fff6cf;
  color: #7a5a00;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 0.75rem;
}

@media (max-width: 575.98px) {
  .lp-summary-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-summary-value {
    text-align: left;
    width: 100%;
  }

  .lp-summary-cost-wrap {
    align-items: flex-start;
  }

  .lp-summary-guest-credits-badge {
    justify-content: flex-start;
  }
}

.catalog-card .catalog-card-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.catalog-card .catalog-btn-action {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  transition: all 0.2s ease;
}

.catalog-card .catalog-btn-action i {
  font-size: 1.35rem;
}

.catalog-card .catalog-btn-edit:hover {
  background-color: rgba(19, 96, 239, 0.1);
  border-color: #1360ef;
  color: #1360ef;
  transform: translateY(-1px);
}

.catalog-card .catalog-btn-delete:hover {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  color: #dc3545;
  transform: translateY(-1px);
}

.product-card-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-card-actions .product-btn-action {
  padding: 0.5rem 0.875rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s ease;
  text-decoration: none;
  flex: 1;
  min-width: 0;
  justify-content: center;
}

.product-card-actions .product-btn-action i {
  font-size: 1.35rem;
}

.product-card-actions .product-btn-edit:hover {
  background-color: rgba(19, 96, 239, 0.1);
  border-color: #1360ef;
  color: #1360ef;
  transform: translateY(-1px);
}

.product-card-actions .product-btn-delete:hover {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  color: #dc3545;
  transform: translateY(-1px);
}

.filters-token-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.625rem;
  border: 1.5px solid #dee2e6;
  border-radius: 0.5rem;
  background: #fff;
  cursor: text;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.filters-token-input:focus-within {
  border-color: #1360ef;
  box-shadow: 0 0 0 3px rgba(19, 96, 239, 0.12);
}

.filters-tokens {
  display: contents;
}

.filter-token {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.5rem 0.2rem 0.625rem;
  background: rgba(19, 96, 239, 0.1);
  color: #1360ef;
  border: 1px solid rgba(19, 96, 239, 0.25);
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  max-width: 180px;
}

.filter-token-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-token-remove {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
  color: #1360ef;
  opacity: 0.7;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 0.1rem;
}

.filter-token-remove:hover {
  opacity: 1;
}

.filters-token-text {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.875rem;
  min-width: 120px;
  flex: 1;
  padding: 0.1rem 0;
  color: #212529;
}

.filters-token-text::placeholder {
  color: #adb5bd;
}

#filterCategorySuggestions {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1.5px solid rgba(19, 96, 239, 0.2);
}

#filterCategorySuggestions .list-group-item {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #f1f3f5;
  font-size: 0.875rem;
  color: #343a40;
  transition: background-color 0.1s ease;
}

#filterCategorySuggestions .list-group-item:last-child {
  border-bottom: none;
}

#filterCategorySuggestions .list-group-item:hover,
#filterCategorySuggestions .list-group-item:focus {
  background-color: rgba(19, 96, 239, 0.07);
  color: #1360ef;
}

#filterLabelSuggestions {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1.5px solid rgba(19, 96, 239, 0.2);
}

#filterLabelSuggestions .list-group-item {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #f1f3f5;
  font-size: 0.875rem;
  color: #343a40;
  transition: background-color 0.1s ease;
}

#filterLabelSuggestions .list-group-item:last-child {
  border-bottom: none;
}

#filterLabelSuggestions .list-group-item:hover,
#filterLabelSuggestions .list-group-item:focus {
  background-color: rgba(19, 96, 239, 0.07);
  color: #1360ef;
}

.filter-token-label-colored {
  padding: 0.2rem 0.5rem 0.2rem 0.625rem;
  border: 1px solid;
  border-radius: 1rem;
}

.filter-token-label-colored .filter-token-remove {
  color: rgba(255, 255, 255, 0.9);
}

.filter-token-label-colored .filter-token-remove:hover {
  color: #fff;
}

.product-edit-labels-col {
  position: relative;
  z-index: 1;
}

#productLabelsSuggestions {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1.5px solid rgba(19, 96, 239, 0.2);
}

#productLabelsSuggestions .list-group-item {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #f1f3f5;
  font-size: 0.875rem;
  color: #343a40;
  transition: background-color 0.1s ease;
}

#productLabelsSuggestions .list-group-item:last-child {
  border-bottom: none;
}

#productLabelsSuggestions .list-group-item:hover,
#productLabelsSuggestions .list-group-item:focus {
  background-color: rgba(19, 96, 239, 0.07);
  color: #1360ef;
}

#filtersModal .modal-body {
  background: #f8f9fa;
  position: relative;
  z-index: 1;
}

#filtersModal .modal-header {
  border-bottom-color: #e9ecef;
  padding: 1.25rem 1.5rem;
}

#filtersModal .modal-footer {
  background: #fff;
  padding: 0.875rem 1.5rem;
  position: relative;
  z-index: 0;
}

#filtersModal .form-label {
  color: #495057;
  margin-bottom: 0.375rem;
}

#productFormModal .modal-body {
  background: #f8f9fa;
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.5rem;
}

#productFormModal .modal-header {
  border-bottom-color: #e9ecef;
  padding: 1.25rem 1.5rem;
}

#productFormModal .modal-footer {
  background: #fff;
  padding: 0.875rem 1.5rem;
  position: relative;
  z-index: 0;
  border-top: none;
}

#productFormModal .form-label {
  color: #495057;
  margin-bottom: 0.375rem;
}

.product-edit-tabs {
  gap: 0.25rem;
  margin-bottom: 0;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem 1rem 0 0;
  border-bottom: none;
  padding: 0.5rem 0.75rem 0;
}

#productFormContainer .tab-content {
  padding-top: 0;
}

#productFormContainer .tab-pane {
  padding-top: 0;
}

.product-edit-tabs .nav-link {
  border: none;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.625rem 1rem;
  font-weight: 500;
  color: #6c757d;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease;
}

.product-edit-tabs .nav-link:hover {
  color: #0d9488;
  background: rgba(13, 148, 136, 0.06);
}

.product-edit-tabs .nav-link.active {
  color: #0d9488;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-bottom: 1px solid #fff;
}

.product-image-card {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-image-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(13, 148, 136, 0.3) !important;
}

.product-image-card-img-wrap {
  overflow: hidden;
}

.product-image-card-img {
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-image-card:hover .product-image-card-img {
  transform: scale(1.03);
}

.product-image-card .badge {
  font-size: 0.7rem;
  padding: 0.35em 0.6em;
  font-weight: 500;
  z-index: 2;
}

.product-image-card-delete {
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 3;
}

.product-image-card:hover .product-image-card-delete {
  opacity: 1;
}

.product-image-card .card-body {
  padding: 0.75rem;
}

.product-data-row {
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}

.product-data-row .form-control {
  background: #fff;
}

.product-data-row .btn-remove {
  padding: 0.25rem 0.5rem;
  min-width: 2rem;
  flex-shrink: 0;
}

.product-data-row .btn-remove i {
  font-size: 1rem;
}

.product-btn-add {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-btn-add.btn-outline-primary:hover {
  color: #fff;
  background-color: #1360ef;
  border-color: #1360ef;
}

.product-edit-tab-content {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.product-edit-tab-content .form-label {
  color: #495057;
  font-weight: 500;
}

.product-edit-textarea {
  width: 100% !important;
  min-height: 10rem !important;
  resize: vertical;
}

.product-edit-textarea-lg {
  min-height: 20rem !important;
}

.product-edit-section {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e9ecef;
}

#productFormContainer .product-edit-tab-content .btn-primary {
  margin-top: 0.5rem;
}

#productFormContainer #productCategoryId.form-select {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  width: 100%;
  max-width: 100%;
}

.product-edit-labels-input.filters-token-input {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.product-edit-label-token {
  font-weight: 500;
}

.product-edit-label-token-colored {
  padding: 0.2rem 0.5rem 0.2rem 0.625rem;
  border: 1px solid;
  border-radius: 1rem;
}

.product-edit-label-token-colored .filter-token-remove {
  color: rgba(255, 255, 255, 0.9);
}

.product-edit-label-token-colored .filter-token-remove:hover {
  color: #fff;
}

.product-edit-label-token-default {
  background: rgba(108, 117, 125, 0.15);
  border: 1px solid rgba(108, 117, 125, 0.3);
  color: #495057;
  padding: 0.2rem 0.5rem 0.2rem 0.625rem;
  border-radius: 1rem;
}

.product-edit-label-token-default .filter-token-remove {
  color: #6c757d;
}

.product-edit-label-token-default .filter-token-remove:hover {
  color: #495057;
}

.product-edit-label-suggestion-default {
  background: #f8f9fa;
  color: #495057;
}

#productFormContainer .form-control:focus,
#productFormContainer .form-select:focus {
  border-color: #1360ef;
  box-shadow: 0 0 0 0.2rem rgba(19, 96, 239, 0.15);
}

#productImagesUpload.lp-upload-zone {
  margin-top: 0;
}

#productImagesUpload.lp-upload-zone:hover {
  border-color: #1360ef;
  background: rgba(19, 96, 239, 0.06);
}

#productImagesUpload.lp-upload-zone.dragover {
  border-color: #1360ef;
  background: rgba(19, 96, 239, 0.1);
}

#productImagesUpload.lp-upload-zone:hover .lp-upload-icon,
#productImagesUpload.lp-upload-zone.dragover .lp-upload-icon {
  color: #0d9488;
}

.navbar-nav:has(.nuw-item) {
  align-items: center;
}

.nuw-item {
  margin-left: 0.5rem;
}

.nuw-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  min-width: 200px;
}

.nuw-avatar {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.nuw-body {
  flex: 1;
  min-width: 0;
}

.nuw-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nuw-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.2rem;
}

.nuw-row .las {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.nuw-disk {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.nuw-disk-row {
  align-items: flex-start;
}

.nuw-disk-row .las.la-hdd {
  margin-top: 0.15rem;
}

.nuw-disk-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.nuw-bar-navbar {
  flex: none !important;
  width: 100%;
  align-self: stretch;
}

.nuw-disk-sub {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.nuw-disk-text {
  white-space: nowrap;
  flex-shrink: 0;
}

.nuw-disk-dokup {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.nuw-disk-dokup:hover {
  color: #fff !important;
}

.nuw-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  overflow: hidden;
}

.nuw-bar-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nuw-bar-fill.nuw-bar-ok {
  background: #22c55e;
}

.nuw-bar-fill.nuw-bar-warn {
  background: #f59e0b;
}

.nuw-bar-fill.nuw-bar-danger {
  background: #ef4444;
}

.storage-how-it-works-body p,
.storage-how-it-works-body li {
  line-height: 1.65;
}

.storage-upgrade-success-header {
  background: linear-gradient(135deg, #047857 0%, #10b981 45%, #059669 100%);
}

.storage-upgrade-summary .list-group-item {
  border-color: rgba(0, 0, 0, 0.06);
}

.storage-usage-track {
  display: block;
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.storage-usage-fill {
  display: block;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.storage-plans-notice {
  border-left: 4px solid #0d6efd;
  background: linear-gradient(105deg, rgba(13, 110, 253, 0.07) 0%, rgba(255, 255, 255, 0.95) 42%, #fff 100%);
}

.storage-plans-notice-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
}

.storage-plans-notice-list li::marker {
  color: #0d6efd;
}

.storage-plan-card-hint {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  text-align: left;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.storage-plan-card-hint__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
}

.storage-plan-card-hint--muted {
  background: rgba(13, 110, 253, 0.06);
  border-color: rgba(13, 110, 253, 0.18);
}

.storage-plan-card-hint--muted .storage-plan-card-hint__icon {
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
}

.storage-plan-card-hint--info {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(5, 150, 105, 0.22);
}

.storage-plan-card-hint--info .storage-plan-card-hint__icon {
  background: rgba(5, 150, 105, 0.15);
  color: #059669;
}

.storage-plan-card-hint--on-primary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.95);
}

.storage-plan-card-hint--on-primary .storage-plan-card-hint__icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.storage-plan-card-hint--on-primary.storage-plan-card-hint--info {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}

.storage-plan-card-hint--on-primary.storage-plan-card-hint--info .storage-plan-card-hint__icon {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.nuw-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.nuw-actions a,
.nuw-actions button {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0.35rem;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
  cursor: pointer;
}

.nuw-actions a:hover,
.nuw-actions button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .nuw-item {
    margin-left: 0;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nuw-box {
    padding: 0.75rem 1rem;
    min-width: 100%;
    flex-wrap: wrap;
  }

  .nuw-actions {
    width: 100%;
    justify-content: flex-end;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .nuw-actions a,
  .nuw-actions button {
    padding: 0.35rem 0.75rem;
    width: auto;
    height: auto;
    font-size: 0.875rem;
  }
}

.product-catalog-card {
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.product-catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-catalog-card .card-img-top {
  height: 160px;
  border-radius: 0;
}

.product-catalog-card__img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  color: #94a3b8;
}

.product-catalog-card__img-placeholder i {
  font-size: 2.5rem;
}

.product-catalog-card .product-card-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-catalog-card .product-btn-action {
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.2s ease;
  text-decoration: none;
  flex: 1;
  min-width: 0;
  justify-content: center;
}

.product-catalog-card .product-card-labels .badge {
  border-radius: 99px;
  font-size: 0.75rem;
  padding: 0.2em 0.55em;
}

.product-catalog-card .product-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.375rem;
  background: #f8fafc;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.catalog-empty-state {
  padding: 3rem 2rem;
  text-align: center;
  border: 2px dashed #e2e8f0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #fafbfc 0%, #f8fafc 100%);
}

.catalog-empty-state__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.25rem;
  color: #cbd5e1;
}

.catalog-empty-state__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
}

.catalog-empty-state__subtitle {
  font-size: 0.9375rem;
  color: #64748b;
  margin-bottom: 1.5rem;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.skeleton-card {
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.skeleton-card__img {
  height: 160px;
  background: linear-gradient(90deg,
      #f1f5f9 0%,
      #e2e8f0 20%,
      #f1f5f9 40%,
      #f1f5f9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.skeleton-card__body {
  padding: 1rem;
}

.skeleton-card__line {
  height: 0.875rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg,
      #f1f5f9 0%,
      #e2e8f0 20%,
      #f1f5f9 40%,
      #f1f5f9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin-bottom: 0.5rem;
}

.skeleton-card__line:last-child {
  width: 60%;
  margin-bottom: 0;
}

.skeleton-line {
  display: inline-block;
  border-radius: 0.25rem;
  background: linear-gradient(90deg,
      #f1f5f9 0%,
      #e2e8f0 20%,
      #f1f5f9 40%,
      #f1f5f9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  vertical-align: middle;
}

.skeleton-checkbox {
  width: 1rem;
  height: 1rem;
}

.skeleton-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.skeleton-name {
  width: 60%;
  height: 0.875rem;
}

.skeleton-short {
  width: 4rem;
  height: 0.875rem;
}

.skeleton-actions {
  width: 4.5rem;
  height: 1.5rem;
}

#productsLoadingTable .skeleton-line {
  display: block;
}

.product-table-mass-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.product-table-mass-bar .form-select {
  max-width: 200px;
}

.product-table-mass-form {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}

.product-table-wrap .product-select-table-wrap .table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
}

.product-table-wrap .product-select-table-wrap .table tbody tr:hover td {
  background: rgba(13, 148, 136, 0.05);
}

.product-table-wrap .product-select-table-wrap .table tbody tr.table-active td {
  background-color: rgba(13, 148, 136, 0.08);
}

.product-table-wrap .product-select-table-wrap .table tbody tr.table-active td:first-child {
  background-color: rgba(13, 148, 136, 0.08);
  box-shadow: inset 3px 0 0 #0d9488;
}


.pagination-page {
  padding: 0.25rem 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;
  color: #6c757d;
}

.pagination-page:hover:not(:disabled) {
  color: #212529;
}

.pagination-page-active {
  font-weight: 600;
  color: #212529;
  cursor: default;
}

.product-table-action-btn {
  padding: 0.5rem 0.75rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.product-table-action-btn i {
  font-size: 1.35rem;
}

.product-table-action-btn:hover {
  transform: translateY(-1px);
}

.product-table-label-badge .badge {
  padding: 0.35em 0.5em 0.35em 0.65em;
}

.product-table-label-remove {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.1em;
  font-size: 0.85em;
  line-height: 1;
  opacity: 0.85;
  cursor: pointer;
  color: inherit;
}

.product-table-label-remove:hover {
  opacity: 1;
}

.integrations-table-wrap .table thead th {
  font-size: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.integrations-table-wrap .table tbody td,
.integrations-table-wrap .table tbody td:nth-child(4),
.integrations-table-wrap .table tbody td:nth-child(5),
.integrations-table-wrap .table tbody td:nth-child(6) {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.integrations-table-wrap .table tbody td .btn {
  font-family: inherit;
  font-size: inherit;
}

#productFormModal .modal-header {
  border-left: 4px solid #0d9488;
}

#productFormModal .product-attributes-wrapper {
  background: #f8fafc;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
}

.btn-add-product {
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.25);
}

.btn-add-product:hover {
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.35);
}

#viewToggleGroup .btn.active {
  background-color: #0d9488;
  color: #fff;
  border-color: #0d9488;
}

#viewToggleGroup .btn.active:hover {
  background-color: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

.generation-table-wrap .gen-select-table-wrap,
.generation-table-wrap .generation-detail-table-wrap {
  overflow-x: auto;
  min-width: 0;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

.generation-table-wrap .generation-detail-table-wrap .table thead th,
.generation-table-wrap .generation-detail-table-wrap .table tbody td {
  color: inherit;
}

.generation-table-wrap .gen-select-table-wrap::-webkit-scrollbar,
.generation-table-wrap .generation-detail-table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.generation-table-wrap .gen-select-table-wrap::-webkit-scrollbar-thumb,
.generation-table-wrap .generation-detail-table-wrap::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 3px;
}

.generation-table-wrap .gen-select-table-wrap .table,
.generation-table-wrap .generation-detail-table-wrap .table {
  margin-bottom: 0;
}

.generation-table-wrap .gen-select-table-wrap .table thead th,
.generation-table-wrap .generation-detail-table-wrap .table thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.75rem;
}

.generation-table-wrap .gen-select-table-wrap .table thead tr>th:first-child .form-check-input,
.generation-table-wrap .generation-detail-table-wrap .table thead th.gen-check-col .form-check-input {
  font-size: 0.9375rem;
}

.generation-table-wrap .gen-select-table-wrap .table tbody td,
.generation-table-wrap .generation-detail-table-wrap .table tbody td {
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  vertical-align: middle;
}

.generation-table-wrap .gen-select-table-wrap .table tbody tr:hover td,
.generation-table-wrap .generation-detail-table-wrap .table tbody tr:hover td {
  background: rgba(13, 148, 136, 0.05);
}

.generation-table-wrap .generation-table-row {
  cursor: pointer;
}

.gen-thumb-cell {
  width: 64px;
  vertical-align: middle;
}

.gen-thumb-cell img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.gen-thumb-placeholder {
  width: 48px;
  height: 48px;
}

.generation-detail-table-wrap.gen-thumbs-md .gen-thumb-cell {
  width: 96px;
}

.generation-detail-table-wrap.gen-thumbs-md .gen-thumb-cell img {
  width: 64px;
  height: 64px;
}

.generation-detail-table-wrap.gen-thumbs-md .gen-thumb-placeholder {
  width: 64px;
  height: 64px;
}

.generation-detail-table-wrap.gen-thumbs-lg .gen-thumb-cell {
  width: 120px;
}

.generation-detail-table-wrap.gen-thumbs-lg .gen-thumb-cell img {
  width: 80px;
  height: 80px;
}

.generation-detail-table-wrap.gen-thumbs-lg .gen-thumb-placeholder {
  width: 80px;
  height: 80px;
}

.generation-detail-table-wrap.gen-thumbs-xl .gen-thumb-cell {
  width: 140px;
}

.generation-detail-table-wrap.gen-thumbs-xl .gen-thumb-cell img {
  width: 96px;
  height: 96px;
}

.generation-detail-table-wrap.gen-thumbs-xl .gen-thumb-placeholder {
  width: 96px;
  height: 96px;
}

#detailColumnsMenu .dropdown-item {
  cursor: pointer;
}

.img-preview-trigger-wrap {
  cursor: pointer;
}

.img-preview-tooltip {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.img-preview-tooltip.visible {
  opacity: 1;
}

.img-preview-tooltip img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.comparison-slider--inline-table {
  width: 96px;
  height: 96px;
  aspect-ratio: 1 / 1;
}

.gen-comparison-cell {
  vertical-align: middle;
}

.comparison-slider--inline-table .comparison-handle {
  width: 3px;
}

.comparison-slider--inline-table .comparison-button--inline {
  width: 28px;
  height: 28px;
}

.comparison-slider--inline-table .comparison-button--inline svg {
  width: 14px;
  height: 14px;
}

.comparison-click-before,
.comparison-click-after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 5;
  cursor: pointer;
}

.comparison-click-before {
  left: 0;
}

.comparison-click-after {
  right: 0;
}

.gen-empty-state {
  padding: 3rem 2rem;
  text-align: center;
  border: 2px dashed #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
}

.gen-empty-state__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.25rem;
  display: block;
  color: #94a3b8;
}

.gen-empty-state__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
}

.gen-empty-state__subtitle {
  font-size: 0.9375rem;
  color: #64748b;
  margin-bottom: 1.5rem;
}

.generation-card {
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.generation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.generation-card .card-img-top {
  height: 160px;
  border-radius: 0;
}

.generation-detail-row:hover td {
  background: rgba(13, 148, 136, 0.05);
}

.gen-thumb-pair {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gen-thumb-pair img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

#genViewToggleGroup .btn.active {
  background-color: #0d9488;
  color: #fff;
  border-color: #0d9488;
}

#genViewToggleGroup .btn.active:hover {
  background-color: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

@media (max-width: 576px) {
  .product-catalog-card .product-btn-action span {
    display: none;
  }

  .product-catalog-card .product-btn-action {
    flex: none;
  }
}

body.modal-open:has(#lpPromoVideoModal.show) .modal-backdrop {
  z-index: 2147483000 !important;
}

body.modal-open:has(#lpPromoVideoModal.show) #lpPromoVideoModal {
  z-index: 2147483646 !important;
}

.lp-promo-video-dialog.modal-fullscreen-md-down .modal-content {
  border-radius: 0;
}

@media (min-width: 768px) {
  #lpPromoVideoModal .modal-dialog.lp-promo-video-dialog {
    max-width: min(92vw, 1280px);
    width: 100%;
  }
}

#lpPromoVideoModal .modal-dialog.modal-fullscreen-md-down .modal-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#lpPromoVideoModal .modal-dialog.modal-fullscreen-md-down .lp-promo-video-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}

#lpPromoVideoModal .modal-dialog.modal-fullscreen-md-down .lp-promo-video-ratio-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

#lpPromoVideoModal .modal-dialog.modal-fullscreen-md-down .lp-promo-video-ratio {
  width: 100%;
  max-height: 100%;
}

#lpPromoVideoModal .modal-dialog.modal-fullscreen-md-down .modal-body {
  overflow-y: hidden;
}

.lp-promo-video-body {
  display: flex;
  flex-direction: column;
}

.lp-promo-video-bar {
  background: #1360ef;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-promo-video-close {
  opacity: 1;
  padding: 0.65rem;
  margin: 0 !important;
  transform: scale(1.2);
  transform-origin: center center;
}

.lp-promo-video-ratio-wrap {
  background: #000;
  width: 100%;
}

.lp-promo-video-ratio {
  background: #000;
  width: 100%;
}

.lp-promo-video-iframe {
  border: 0;
}

.lp-promo-video-ratio video.lp-promo-video-iframe {
  object-fit: contain;
  background: #000;
}

.knowledge-article-faq .accordion-button:not(.collapsed)::after,
.knowledge-article-faq .accordion-button.collapsed::after {
  filter: brightness(0);
}

.knowledge-article-text-preline {
  white-space: pre-line;
}

.knowledge-article-faq-answer a {
  text-decoration: underline;
}

.knowledge-article-automation-html a {
  text-decoration: underline;
}

.knowledge-article-automation-html p:last-child {
  margin-bottom: 0;
}

.lp-free-gen-box {
  border-color: rgba(19, 96, 239, 0.18) !important;
  background: linear-gradient(145deg, #f5f8ff 0%, #ffffff 55%);
}

.lp-free-gen-icon {
  width: 3rem;
  height: 3rem;
}

.lp-free-gen-dismiss {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}

.faq-embed--compact {
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: linear-gradient(165deg, #f8fafc 0%, #ffffff 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.faq-embed--compact .faq-embed-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.faq-embed--compact .faq-embed-heading-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 96, 239, 0.12);
  color: #1360ef;
  font-size: 1.15rem;
  line-height: 1;
}

.faq-embed--compact .faq-embed-heading-text {
  min-width: 0;
}

.faq-embed--compact .faq-embed-heading-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.faq-embed--compact .faq-accordion--compact {
  --bs-accordion-border-width: 0;
}

.faq-embed--compact .faq-accordion--compact .accordion-item {
  margin-bottom: 0.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem !important;
  overflow: hidden;
  background: #fff;
}

.faq-embed--compact .faq-accordion--compact .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-embed--compact .faq-accordion--compact .accordion-button {
  padding: 0.45rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
  box-shadow: none !important;
}

.faq-embed--compact .faq-accordion--compact .accordion-button:not(.collapsed) {
  background: rgba(19, 96, 239, 0.06);
  color: #1360ef;
}

.faq-embed--compact .faq-accordion--compact .accordion-button::after {
  width: 0.65rem;
  height: 0.65rem;
  background-size: 0.65rem;
}

.faq-embed--compact .faq-accordion--compact .accordion-body {
  padding: 0.35rem 0.65rem 0.55rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.faq-embed--compact .faq-accordion--compact .faq-set-answer p {
  margin-bottom: 0.4rem;
}

.faq-embed--compact .faq-accordion--compact .faq-set-answer p:last-child {
  margin-bottom: 0;
}

#guestCareSampleModal .faq-embed--compact {
  margin-top: 0.15rem;
}

#lista-przewodnikow {
  scroll-margin-top: 5.5rem;
}

#narzedzia {
  scroll-margin-top: 5.5rem;
}

#lista-modulow {
  scroll-margin-top: 5.5rem;
}

.lp-darmowa-gen-tools .lp-darmowa-gen-tool-card {
  position: relative;
  border: 2px solid #e9ecef;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.lp-darmowa-gen-tools .lp-darmowa-gen-tool-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1360ef 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.lp-darmowa-gen-tools .lp-darmowa-gen-tool-card:hover {
  border-color: #1360ef;
  box-shadow: 0 12px 28px rgba(19, 96, 239, 0.12);
  transform: translateY(-3px);
}

.lp-darmowa-gen-tools .lp-darmowa-gen-tool-card:hover::before {
  opacity: 1;
}

.lp-darmowa-gen-tool-card-icon {
  line-height: 1;
}

.lp-darmowa-gen-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1360ef 0%, #3b82f6 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}