/** Shopify CDN: Minification failed

Line 593:1 Expected "}" to go with "{"

**/
/* ===================================================
   Product License Section — Pixel-Perfect Bundle Design
   =================================================== */

/* --- Tokens --- */
:root {
  --pl-primary: #1aab8a;
  --pl-primary-fg: #fff;
  --pl-primary-light: rgba(26, 171, 138, 0.08);
  --pl-primary-ring: rgba(26, 171, 138, 0.2);
  --pl-accent-bg: #dc2626;
  --pl-accent-fg: #fff;
  --pl-hero-start: #f5b8b0;
  --pl-hero-end: #e8a0c0;
  --pl-bg: #eff5f3;
  --pl-card: #fff;
  --pl-border: #e2e8f0;
  --pl-text: #1a2332;
  --pl-text-muted: #64748b;
  --pl-trustpilot: #00b67a;
  --pl-radius: 12px;
  --pl-radius-lg: 24px;
  --pl-option-bg: #2d3748;
  --pl-bundle-price: #dc2626;
}

/* --- Animations --- */
@keyframes plFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes plSlideIn {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes plPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
@keyframes plStarSpin {
  from { transform: scale(0) rotate(-90deg); }
  to { transform: scale(1) rotate(0deg); }
}

/* --- Section --- */
.pl-section {
   
}

.pl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
   
  align-items: start;
  animation: plFadeUp 0.6s ease-out both;
}

/* --- Hero (left) --- */
.pl-hero {
  position: sticky;
  top: 2rem;
  border-radius: 20px;
}

.pl-hero__bg {
  background: linear-gradient(135deg, var(--pl-hero-start), var(--pl-hero-end));
  border-radius: var(--pl-radius-lg);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.pl-hero__img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.pl-hero__placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(255,255,255,0.6);
}

/* --- Info (right) --- */
.pl-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: plFadeUp 0.5s ease-out 0.1s both;
  padding: 0 10px;
}

.pl-info__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pl-text);
  margin: 0 0 0.75rem;
}

.pl-info__desc {
  font-size: 18px;
  line-height: 1.6;
  color: var(--pl-text-muted);
  margin: 0 0 1.25rem;
}

/* --- Trustpilot --- */
.pl-trustpilot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 8px;
  animation: plFadeUp 0.4s ease-out 0.3s both;
}

.pl-trustpilot__stars {
  display: flex;
  gap: 2px;
}

.pl-trustpilot__star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--pl-trustpilot);
  animation: plStarSpin 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.pl-trustpilot__star:nth-child(2) { animation-delay: 0.06s; }
.pl-trustpilot__star:nth-child(3) { animation-delay: 0.12s; }
.pl-trustpilot__star:nth-child(4) { animation-delay: 0.18s; }
.pl-trustpilot__star:nth-child(5) { animation-delay: 0.24s; }

.pl-trustpilot__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--pl-text);
}

/* --- Price --- */
.pl-price {
  margin-bottom: 1.5rem;
  animation: plFadeUp 0.5s ease-out 0.45s both;
}

.pl-price__current {
  font-size: 30px;
  font-weight: 800;
  color: var(--pl-text);
  transition: transform 0.25s ease;
}

.pl-price--pop {
  animation: plPop 0.3s ease;
}

.pl-price__compare {
  font-size: 1.25rem;
  color: var(--pl-text-muted);
  text-decoration: line-through;
  margin-left: 0.75rem;
  vertical-align: baseline;
}

.pl-price__badge {
  display: inline-block;
  background: var(--pl-primary);
  color: var(--pl-primary-fg);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  margin-left: 0.75rem;
  vertical-align: middle;
}

.pl-price__note {
  font-size: 0.85rem;
  color: var(--pl-text-muted);
  margin: 0.25rem 0 0;
}

/* --- Form shell --- */
.pl-form-shell,
.pl-form {
  display: contents;
}

/* --- License options (Bundle cards — pixel-perfect) --- */
.pl-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 10px;
  width:100%;
}

/* Each bundle row: two separate white pills on dark bg strip */
.pl-option {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: var(--pl-option-bg);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  animation: plSlideIn 0.4s ease-out both;
  box-shadow: none;
  overflow: hidden;
}

.pl-option:nth-child(1) { animation-delay: 0.5s; }
.pl-option:nth-child(2) { animation-delay: 0.6s; }
.pl-option:nth-child(3) { animation-delay: 0.7s; }

.pl-option:hover {
  /*box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.4);*/
}

.pl-option.is-selected .pl-option__body,
.pl-option.is-selected .pl-option__price-col {

  box-shadow: 0 0 0 2px #E44034;
}

 

.pl-option.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Left white pill — contains radio, icon, title, savings badge */
.pl-option__body {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 4px 0 4px 4px;
}

/* Radio circle */
.pl-option__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.pl-option.is-selected .pl-option__radio {
  border-color: #94a3b8;
}

.pl-option__radio-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #64748b;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pl-option.is-selected .pl-option__radio-dot {
  transform: scale(1);
}

/* Icon — red shopping bag */
.pl-option__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
   
}

.pl-option__icon svg {
  display: block;
}

/* Title row inside body */
.pl-option__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.pl-option__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--pl-text);
  white-space: nowrap;
}

.pl-option__savings {
  display: inline-block;
  background: var(--pl-accent-bg);
  color: var(--pl-accent-fg);
  font-size: 15px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: auto;
}

/* Divider — hidden, gap between pills handles separation */
.pl-option__divider {
  display: none;
}

/* Right white pill — price */
.pl-option__price-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  padding: 10px 18px;
  min-width: 105px;
  margin: 4px 4px 4px 0;
}

.pl-option__price {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--pl-bundle-price);
  line-height: 1.2;
}

.pl-option__compare {
  display: block;
  font-size: 11px;
  color: var(--pl-text-muted);
  line-height: 1.3;
  text-decoration-line: line-through;
  text-decoration-color: red;   /* line color */
  text-decoration-thickness: 2px; /* line thickness */
}

.pl-option__unavailable {
  font-size: 0.75rem;
  color: #dc2626;
}

/* --- Feature checklist --- */
.pl-features {
  display: flex;
  flex-wrap: wrap;
  gap: 72px !important;
  margin-bottom: 8px;
  animation: plFadeUp 0.4s ease-out 0.9s both;
  justify-content:space-evenly;
}

.pl-features__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: var(--pl-text-muted);
}

.pl-features__check {
  color: var(--pl-primary);
  flex-shrink: 0;
}

/* --- CTA Buttons --- */
.pl-cta-group {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.pl-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
  padding: 10px 20px;
  border-radius: var(--pl-radius);
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.pl-cta--primary {
  background: #06B5BD;
  color: var(--pl-primary-fg);
  border: none;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.pl-cta--primary:hover:not(:disabled) {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--pl-primary-ring);
}

.pl-cta--primary:active:not(:disabled) {
  transform: translateY(0);
}

.pl-cta--primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pl-cta--primary.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.pl-cta--outline {
  background: transparent;
  color: var(--pl-primary);
  border: 2px solid var(--pl-primary);
}

.pl-cta--outline:hover {
  background: var(--pl-primary-light);
  transform: translateY(-1px);
}

.pl-cta__icon,
.pl-cta__arrow {
  flex-shrink: 0;
}

/* --- Feedback --- */
.pl-feedback {
  font-size: 0.85rem;
  text-align: center;
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  background: #ecfdf5;
  color: #065f46;
  animation: plFadeUp 0.3s ease-out both;
}

.pl-feedback.is-error {
  background: #fef2f2;
  color: #991b1b;
}

/* --- Payment badges --- */
.pl-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  animation: plFadeUp 0.4s ease-out 1.3s both;
}

.pl-payments__badge {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid var(--pl-border);
  border-radius: 6px;
  background: var(--pl-card);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pl-text-muted);
}

/* --- Hidden --- */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ===================================================
   Responsive
   =================================================== */

@media (max-width: 1024px) {
  .pl-grid {
    gap: 2.5rem;
    padding: 2.5rem 1.5rem;
  }
  .pl-info__title { font-size: 2rem; }
  .pl-price__current { font-size: 2.5rem; }
}

@media (max-width: 768px) {
  .pl-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .pl-hero {
    position: relative;
    top: 0;
  }
  .pl-hero__bg {
    aspect-ratio: 4 / 3;
    padding: 1.5rem;
    border-radius: 16px;
  }
  .pl-info__title { font-size: 28px !important; }
  .pl-price__current { font-size: 22px !important; }
  .pl-cta-group { flex-direction: column; }

  .pl-option__icon {
   
   
}

@media (max-width: 480px) {
  .pl-grid { padding: 1rem 0.75rem; }
   
  .pl-price__compare { display: block; margin-left: 0; margin-top: 0.25rem; }
  .pl-price__badge { display: block; margin-left: 0; margin-top: 0.5rem; }
  .pl-option__body { padding: 10px; }
  .pl-option__price-col { min-width: 85px; padding: 8px 12px; }
  .pl-payments { flex-wrap: wrap; }
  .pl-option__savings {
    display:none;
  }
  .pl-option {
    width: 100%;
    display: inherit;
  }
  .pl-features {
    gap: 12px !important;
  }
}

 