.page-product {
  background: var(--bg-light);
}

/* Product Hero */
.product-hero {
  padding: 24px 0 48px;
}

.product-hero__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 36px 36px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
}

.product-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Product description */
.product-description .entry-content {
  overflow-x: hidden;
  word-wrap: break-word;
}

.product-description .premier-landing {
  min-width: 0;
}

.product-description--optovoi {
  padding: 0;
  background: #fff;
}

.product-description--optovoi > .entry-content {
  max-width: none;
  padding: 0;
  margin: 0;
}

.product-description--optovoi .optovoi-landing {
  font-family: var(--lp-font, "Inter", system-ui, sans-serif);
}

/* Gallery */
.premier-landing .pl-hero__author {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-muted, #6b7280);
}

.gallery__main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-gray);
  margin-bottom: 14px;
  border: 1px solid var(--border-light);
}

.product-soon-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 12px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  line-height: 1.2;
  pointer-events: none;
}

.gallery__main img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.gallery__thumb {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
  background: var(--bg-gray);
}

.gallery__thumb--active {
  border-color: var(--primary);
}

.gallery__thumb img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

/* WooCommerce gallery on single product */
.gallery__main .woocommerce-product-gallery {
  position: relative;
}

.gallery__main .woocommerce-product-gallery__trigger {
  display: none !important;
}

.gallery__main .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.gallery__main .woocommerce-product-gallery__image a {
  display: block;
  cursor: pointer;
}

.gallery__main .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.gallery__main .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 14px 0 0 !important;
  padding: 0;
  list-style: none;
}

.gallery__main .flex-control-thumbs li {
  width: auto !important;
  margin: 0 !important;
  float: none;
}

.gallery__main .flex-control-thumbs li img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  opacity: 1;
  cursor: pointer;
  transition: border-color 0.2s;
}

.gallery__main .flex-control-thumbs li img.flex-active,
.gallery__main .flex-control-thumbs li img:hover {
  border-color: var(--primary);
}

/* Product Info */
.product-info__tag {
  display: inline-block;
  padding: 5px 12px;
  background: var(--primary-50);
  color: var(--primary);
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 12px;
}

.product-info__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.product-info__subtitle {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.product-info__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.product-info__rating-text {
  font-size: 13px;
  color: var(--text-muted);
}

.product-info__pricing {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.product-info__price {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
}

.product-info__old-price {
  font-size: 16px;
  color: var(--text-light);
  text-decoration: line-through;
}

.product-info__discount {
  padding: 4px 10px;
  background: var(--primary-50);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
}

.product-info__buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  gap: 10px;
  margin-bottom: 24px;
}

.product-info__actions,
.product-info__soon-notice,
.product-info__buttons > .btn--full {
  grid-column: 1;
}

.product-info__actions {
  display: block;
  width: 100%;
  min-width: 0;
}

.product-info__actions form.cart,
.product-info__actions > .btn--full {
  width: 100%;
}

.product-info__soon-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0;
  padding: 12px 16px;
  text-align: center;
  border-radius: 12px;
  background: var(--bg-gray);
  border: 1.5px solid var(--border);
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-body);
}

.product-demo-access {
  grid-column: 1;
  margin-top: 2px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 2px solid rgba(124, 58, 237, 0.35);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(167, 139, 250, 0.14) 100%);
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.12);
}

.product-demo-access__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.product-demo-access__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-demo-access__hint {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-dark, #5b21b6);
}

.product-demo-access__list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.product-demo-access__row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.product-demo-access__row dt {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-muted);
}

.product-demo-access__row dd {
  margin: 0;
}

.product-demo-access__value {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1.5px solid rgba(124, 58, 237, 0.28);
  background: #fff;
  color: var(--text-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-all;
}

.product-demo-access__note {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px dashed rgba(124, 58, 237, 0.25);
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-body);
}

.product-info__fav {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: start;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, border-color 0.2s;
}

.product-info__fav:hover,
.product-info__fav.template-card__fav--active {
  color: #EF4444;
  border-color: #fecaca;
}

.product-info__fav svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
  fill: none;
  stroke: currentColor;
}

.product-info__fav.template-card__fav--active svg {
  fill: #ef4444;
  stroke: #ef4444;
}

.product-info__buttons .btn {
  height: 50px;
}

.product-info__checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.product-info__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-body);
}

.product-info__check svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
  flex-shrink: 0;
}

.product-info__install {
  background: var(--primary-50);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.product-info__install-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.product-info__install-icon svg {
  width: 20px;
  height: 20px;
}

.product-info__install-body {
  min-width: 0;
}

.product-info__install-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.product-info__install-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 8px;
}

.product-info__install-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}

.product-info__install-link:hover {
  text-decoration: underline;
}

/* About */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.about__text p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 16px;
}

.about__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.spec-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.spec-card__icon {
  width: 40px;
  height: 40px;
  background: var(--primary-50);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.spec-card__icon svg {
  width: 20px;
  height: 20px;
}

.spec-card__label {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.spec-card__value {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

/* Benefits */
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.benefit-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--primary-50);
  border-radius: 10px;
}

.benefit-item__icon svg {
  width: 24px;
  height: 24px;
}

.benefit-item__body {
  min-width: 0;
}

.benefit-item__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.3;
}

.benefit-item__text {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Screenshots */
.screenshots__slider {
  position: relative;
}

.screenshots__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.screenshot-card {
  text-align: center;
}

.screenshot-card__image {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
}

.screenshot-card__image img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.screenshot-card__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.screenshots__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
  z-index: 2;
}

.screenshots__arrow:hover {
  border-color: var(--primary);
}

.screenshots__arrow--prev {
  left: -22px;
}

.screenshots__arrow--next {
  right: -22px;
}

/* Bottom CTA */
.bottom-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bottom-cta-card {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

.bottom-cta-card__content {
  position: relative;
  z-index: 1;
}

.bottom-cta-card__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  max-width: 240px;
  line-height: 1.35;
}

.bottom-cta-card__text {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 240px;
}

.bottom-cta-card__illustration {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* Trust badges */
.trust-badges {
  padding: 36px 0 48px;
  background: #fff;
  border-top: 1px solid var(--border-light);
}

.trust-badges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-badge__icon {
  width: 40px;
  height: 40px;
  background: var(--primary-50);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.trust-badge__icon svg {
  width: 20px;
  height: 20px;
}

.trust-badge__title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.trust-badge__text {
  font-size: 11px;
  color: var(--text-muted);
}

.product-reviews-section {
  padding: 56px 0 72px;
  background: var(--bg-light);
}

.product-reviews-section__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 24px;
}

.product-reviews-section__empty,
.product-reviews-section__note {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 20px;
}

.product-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.product-review {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 18px 20px;
}

.product-review__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product-review__author {
  font-size: 14px;
  color: var(--text-dark);
}

.product-review__date {
  margin-left: auto;
  font-size: 12px;
  color: var(--text-muted);
}

.product-review__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body);
}

.product-review__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 600;
}

.product-review__replies {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.product-review__reply {
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fafc;
}

.product-review__reply--admin {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.product-review__reply-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.product-review__reply-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 600;
}

.product-review__reply-author,
.product-review__reply-date {
  font-size: 12px;
  color: var(--text-muted);
}

.product-review__reply-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body);
}

.product-review-form-wrap {
  margin-top: 8px;
}

/* Product page forms — account.css is not loaded on single product */
.account-settings-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

.account-settings-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 16px;
}

.product-question-form__body,
.account-review-form__body {
  display: flex;
  flex-direction: column;
}

.product-question-form__body .form-field:not(.consent-checkbox),
.account-review-form__body .form-field:not(.consent-checkbox) {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  width: 100%;
}

.product-question-form__body .form-field__label,
.account-review-form__body .form-field__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.product-question-form__body .form-field__input,
.account-review-form__body .form-field__input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  color: var(--text-dark);
  background: #fff;
  transition: border-color 0.2s;
}

.product-question-form__body .form-field__input:focus,
.account-review-form__body .form-field__input:focus {
  outline: none;
  border-color: var(--primary);
}

.product-question-form__body textarea.form-field__input,
.account-review-form__body textarea.form-field__input,
.product-question-form__textarea {
  min-height: 12em;
  height: auto;
  resize: vertical;
}

.product-question-form__body .consent-checkbox,
.account-review-form__body .consent-checkbox {
  width: 100%;
}

.product-question-success-modal .contact-modal__dialog {
  max-width: 420px;
}

.product-reviews-section .account-notice {
  margin-top: 20px;
}

/* Review form (was account.css — kept here to avoid loading full account bundle on product pages) */
.account-notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.account-notice--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
}

.account-notice--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.account-review-form {
  margin-bottom: 24px;
}

.account-review-form__desc {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--text-muted);
}

.review-rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.review-rating-input label {
  cursor: pointer;
  color: var(--border);
  font-size: 24px;
  line-height: 1;
}

.review-rating-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.review-rating-input label span {
  transition: color 0.15s;
}

.review-rating-input label:hover span,
.review-rating-input label:hover ~ label span,
.review-rating-input label:has(input:checked) span,
.review-rating-input label:has(input:checked) ~ label span {
  color: #f59e0b;
}

/* PREMIER product landing (description content) */
.premier-landing .pl-hero {
  background: linear-gradient(135deg, #f5f3ff 0%, #fff 55%);
  border: 1px solid #e8eaff;
  border-radius: 20px;
  padding: 36px 32px;
  margin-bottom: 32px;
}

.premier-landing .pl-hero__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.premier-landing .pl-hero__title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.25;
  flex: 1 1 auto;
  min-width: 0;
}

.premier-landing .pl-hero__text {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 720px;
}

.premier-landing .pl-hero__row {
  display: block;
}

.premier-landing .pl-tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.premier-landing .pl-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 10px;
  text-align: center;
  background: linear-gradient(180deg, #fafaff 0%, #fff 100%);
  border: 1px solid #e0e7ff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #4338ca;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.premier-landing .pl-tag:hover {
  border-color: #c7d2fe;
  box-shadow: 0 4px 14px rgba(67, 56, 202, 0.1);
  transform: translateY(-1px);
}

.premier-landing .pl-hero__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  margin-left: auto;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.premier-landing .pl-hero__logo img {
  display: block;
  height: 48px;
  width: auto;
}

.premier-landing .pl-showcase {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  align-items: center;
  margin: 40px 0;
}

.premier-landing .pl-showcase--reverse {
  grid-template-columns: 1.15fr 1fr;
}

.premier-landing .pl-showcase--reverse .pl-showcase__media {
  order: -1;
}

.premier-landing .pl-showcase__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6366f1;
}

.premier-landing .pl-showcase__title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.3;
}

.premier-landing .pl-showcase__text {
  font-size: 15px;
  color: #475569;
  line-height: 1.75;
  margin: 0 0 14px;
}

.premier-landing .pl-showcase__list {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

.premier-landing .pl-showcase__list li {
  margin-bottom: 6px;
}

.premier-landing .pl-showcase__media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  min-height: 280px;
}

.premier-landing .pl-showcase__media img {
  display: block;
  width: 100%;
  height: auto;
}

.premier-landing .pl-showcase__media:has(img[src]:not([src=""])) {
  min-height: 0;
}

.premier-landing .pl-showcase__media:has(img[src]:not([src=""])) .pl-showcase__placeholder {
  display: none;
}

.premier-landing .pl-showcase__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

.premier-landing .pl-section {
  padding: 40px 0;
}

.premier-landing .pl-section--gray {
  background: var(--bg-light);
  border-radius: 16px;
  padding: 32px;
  margin: 24px 0;
}

.product-description .premier-landing .pl-section {
  padding: 36px 0;
}

.product-description .section {
  padding: 48px 0;
}

.premier-landing .pl-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 8px;
}

.premier-landing .pl-highlight {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}

.premier-landing .pl-highlight__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--primary-50);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.premier-landing .pl-highlight__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
  line-height: 1.35;
}

.premier-landing .pl-highlight__text {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.premier-landing .pl-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.premier-landing .pl-feature-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 14px;
}

.premier-landing .pl-feature-card__num {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--primary-50);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.premier-landing .pl-feature-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.premier-landing .pl-feature-card__text {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.7;
  margin: 0;
}

.premier-landing .pl-feature-card__files {
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-muted);
}

.premier-landing .pl-mockup {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
}

.premier-landing .pl-mockup__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr;
  gap: 12px;
  margin-bottom: 12px;
}

.premier-landing .pl-mockup__block {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 14px;
  min-height: 88px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.55;
}

.premier-landing .pl-mockup__block--gallery {
  min-height: 160px;
}

.premier-landing .pl-mockup__block strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 6px;
}

.premier-landing .pl-mockup__price {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}

.premier-landing .pl-mockup__price-old {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: line-through;
  margin-left: 6px;
}

.premier-landing .pl-mockup__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.premier-landing .pl-mockup__tab {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border-light);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dark);
}

.premier-landing .pl-mockup__tab--active {
  background: var(--primary-50);
  border-color: #c7d2fe;
  color: var(--primary);
}

.premier-landing .pl-mockup__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-top: 8px;
}

.premier-landing .pl-mockup__table td {
  padding: 6px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #64748b;
}

.premier-landing .pl-mockup__table td:last-child {
  text-align: right;
  color: #0f172a;
  font-weight: 600;
}

.premier-landing .pl-steps,
.product-description .pl-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: pl-step;
}

.premier-landing .pl-step,
.product-description .pl-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
}

.premier-landing .pl-step__num,
.product-description .pl-step__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.premier-landing .pl-step__body,
.product-description .pl-step__body {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.65;
  padding-top: 4px;
}

.premier-landing .pl-step__body code,
.product-description .pl-step__body code {
  font-size: 12px;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
}

.premier-landing .pl-tree {
  background: #0f172a;
  color: #cbd5e1;
  border-radius: 14px;
  padding: 20px 24px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.85;
  overflow-x: auto;
}

.premier-landing .pl-tree__dir {
  color: #a5b4fc;
}

.premier-landing .pl-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.premier-landing .pl-faq__item {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 18px 20px;
}

.premier-landing .pl-faq__q {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 6px;
}

.premier-landing .pl-faq__a {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.premier-landing .pl-ready {
  background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  text-align: center;
}

.premier-landing .pl-ready__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}

.premier-landing .pl-ready__text {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
}

.premier-landing .benefits__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .premier-landing .pl-hero {
    padding: 28px 22px;
  }

  .premier-landing .pl-hero__head {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .premier-landing .pl-hero__title {
    font-size: 24px;
  }

  .premier-landing .pl-tags {
    width: min(100%, 340px);
    max-width: 340px;
    margin: 0 auto;
    flex: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
  }

  .premier-landing .pl-tag:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    margin-inline: auto;
    justify-self: center;
  }

  .premier-landing .pl-hero__logo {
    margin-left: 0;
    width: auto;
    align-self: flex-end;
    align-items: flex-end;
  }

  .premier-landing .pl-highlights,
  .premier-landing .benefits__grid--3,
  .premier-landing .about__specs {
    grid-template-columns: 1fr;
  }

  .premier-landing .pl-mockup__top {
    grid-template-columns: 1fr;
  }

  .premier-landing .pl-showcase,
  .premier-landing .pl-showcase--reverse {
    grid-template-columns: 1fr;
  }

  .premier-landing .pl-showcase--reverse .pl-showcase__media {
    order: 0;
  }

  .premier-landing .pl-section--gray {
    padding: 24px 20px;
    margin: 16px 0;
  }

  .premier-landing .pl-ready {
    padding: 28px 22px;
  }
}

@media (max-width: 576px) {
  .premier-landing .pl-hero {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .premier-landing .pl-hero__title {
    font-size: 22px;
  }

  .premier-landing .pl-tag {
    min-height: 64px;
    font-size: 11px;
    border-radius: 10px;
  }

  .premier-landing .pl-feature-card {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 18px 16px;
  }

  .premier-landing .pl-feature-card__num {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .premier-landing .pl-highlight {
    padding: 18px 16px;
  }

  .premier-landing .pl-section {
    padding: 28px 0;
  }

  .premier-landing .pl-tree {
    font-size: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.premier-landing .pl-showcase__media:has(.asynco-demo-gallery) .pl-showcase__placeholder {
  display: none;
}

.premier-landing .pl-showcase__media .asynco-demo-gallery {
  margin: 0;
}

.premier-landing .pl-showcase__media .asynco-demo-gallery__card {
  flex: 0 0 100%;
  min-width: 0;
}

/* Demo screenshots gallery (product detail) */
.premier-landing .asynco-demo-gallery {
  margin-bottom: 12px;
}

.asynco-demo-gallery__slider {
  position: relative;
  padding: 0 28px;
}

.asynco-demo-gallery__viewport {
  overflow: hidden;
}

.asynco-demo-gallery__track {
  display: flex;
  gap: 12px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px 8px;
}

.asynco-demo-gallery__track::-webkit-scrollbar {
  display: none;
}

.asynco-demo-gallery__card {
  flex: 0 0 calc(33.333% - 8px);
  min-width: 220px;
  scroll-snap-align: center;
  text-align: center;
}

.asynco-demo-gallery__card-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.asynco-demo-gallery__card.is-active .asynco-demo-gallery__card-image {
  border-color: var(--primary, #2563eb);
  border-style: solid;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.2), 0 8px 24px rgba(15, 23, 42, 0.08);
}

.asynco-demo-gallery__card-image img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: top center;
  background: #f8fafc;
}

.asynco-demo-gallery__card-label {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
}

.asynco-demo-gallery__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--border-light, #e2e8f0);
  border-radius: 50%;
  background: #fff;
  color: var(--primary, #2563eb);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.asynco-demo-gallery__arrow:hover {
  border-color: var(--primary, #2563eb);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.asynco-demo-gallery__arrow--prev {
  left: 0;
}

.asynco-demo-gallery__arrow--next {
  right: 0;
}

.asynco-demo-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  padding-bottom: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.asynco-demo-gallery__thumb {
  flex: 0 0 auto;
  width: 88px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.asynco-demo-gallery__thumb.is-active {
  border-color: var(--primary, #2563eb);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

.asynco-demo-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

body.asynco-demo-lightbox-open {
  overflow: hidden;
}

.asynco-demo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.asynco-demo-lightbox[hidden] {
  display: none !important;
}

.asynco-demo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.82);
  cursor: pointer;
}

.asynco-demo-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1200px, 100%);
  max-height: calc(100vh - 32px);
  background: #0f172a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.asynco-demo-lightbox__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.asynco-demo-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.asynco-demo-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #0b1220;
}

.asynco-demo-lightbox__img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  object-position: top center;
}

.asynco-demo-lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.asynco-demo-lightbox__arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

.asynco-demo-lightbox__arrow--prev {
  left: 12px;
}

.asynco-demo-lightbox__arrow--next {
  right: 12px;
}

.asynco-demo-lightbox__arrow[hidden] {
  display: none;
}

.asynco-demo-lightbox__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #111827;
  color: #e2e8f0;
}

.asynco-demo-lightbox__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.asynco-demo-lightbox__open {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .asynco-demo-gallery__card {
    flex: 0 0 calc(50% - 6px);
    min-width: 200px;
  }

  .asynco-demo-gallery__card-image img {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .asynco-demo-gallery__slider {
    padding: 0;
  }

  .asynco-demo-gallery__arrow {
    display: none;
  }

  .asynco-demo-gallery__card {
    flex: 0 0 82%;
    min-width: 0;
  }

  .asynco-demo-gallery__card-image img {
    height: 220px;
  }

  .asynco-demo-gallery__thumb {
    width: 72px;
    height: 48px;
  }

  .asynco-demo-lightbox__arrow {
    width: 40px;
    height: 40px;
  }

  .asynco-demo-lightbox__arrow--prev {
    left: 6px;
  }

  .asynco-demo-lightbox__arrow--next {
    right: 6px;
  }

  .asynco-demo-lightbox__footer {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Product SEO related links */
.product-seo-links {
  padding: 48px 0 64px;
  background: var(--bg-light, #f8fafc);
  border-top: 1px solid var(--border-light);
}

.product-seo-links__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.product-seo-links__intro {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 28px;
  max-width: 820px;
}

.product-seo-links__intro a {
  color: var(--accent, #2563eb);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-seo-links__grid {
  margin-top: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}

.product-seo-links__grid .template-card__title {
  font-size: 14px;
}

.product-reviews-section__seo-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .product-seo-links__grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
