/* ====================================
   BLADE BOSS PLAYBOOK TIER-LOCKING CSS
   ==================================== */

/* PREVIEW MODE BANNER */
.preview-mode-banner {
  background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  color: white;
  padding: 16px 24px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1001;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.preview-notice {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.preview-notice-icon {
  font-size: 1.5rem;
}

.preview-notice-text {
  flex: 1;
  min-width: 300px;
}

.preview-notice-button {
  background: white;
  color: #ef4444;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
}

.preview-notice-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* TEASER CONTENT WRAPPER */
.teaser-content-wrapper {
  position: relative;
}

/* BLURRED SECTIONS */
.blurred-section-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 24px 0;
}

.blurred-content {
  filter: blur(4px);
  opacity: 0.5;
  transform: scale(1.01);
  user-select: none;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* More aggressive blur for mobile */
@media (max-width: 768px) {
  .blurred-content {
    filter: blur(6px);
    opacity: 0.4;
  }
}

/* Content blur overlay */
.content-blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(248, 250, 252, 0.1) 0%,
    rgba(248, 250, 252, 0.7) 50%,
    rgba(248, 250, 252, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.blur-cta {
  background: white;
  padding: 12px 24px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--gray-700);
}

.lock-icon-small {
  font-size: 1.25rem;
}

/* Specific blur for sections with existing wrappers */
.blurred-section-wrapper .content-section,
.blurred-section-wrapper .monthly-checklist,
.blurred-section-wrapper .timing-chart,
.blurred-section-wrapper .zone-info-section,
.blurred-section-wrapper .calculator-wrapper,
.blurred-section-wrapper .video-wrapper,
.blurred-section-wrapper .products-grid,
.blurred-section-wrapper .pro-tip,
.blurred-section-wrapper .faqs-section,
.blurred-section-wrapper .troubleshooting-items {
  filter: blur(4px);
  opacity: 0.5;
  transform: scale(1.01);
  user-select: none;
  pointer-events: none;
}

/* TEASER CTA */
.teaser-cta-wrapper {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 2px solid var(--primary);
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
  margin: 48px 0;
  position: relative;
  overflow: hidden;
}

.teaser-cta-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.teaser-cta-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.teaser-cta-text {
  font-size: 1.125rem;
  color: var(--gray-700);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.teaser-cta-button {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  padding: 20px 48px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}

.teaser-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
}

.teaser-guarantee,
.teaser-value {
  margin-top: 16px;
  font-size: 0.875rem;
  color: var(--gray-600);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* PREMIUM LOCKED CONTENT (Steps 3-15) */
.locked-content-premium {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: white;
  padding: 80px 40px;
  text-align: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.locked-content-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.lock-icon-premium {
  font-size: 5rem;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3));
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.lock-title-premium {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lock-subtitle-premium {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  max-width: 600px;
  line-height: 1.6;
}

/* Pricing Display */
.lock-pricing {
  font-size: 3rem;
  font-weight: 900;
  margin: 32px 0;
  color: #10b981;
  text-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
}

.lock-pricing-compare {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px;
  margin: 32px 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-option {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-strike {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
}

.price-highlight {
  font-size: 3rem;
  font-weight: 900;
  color: #10b981;
  text-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
}

.price-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
}

.price-option.recommended {
  position: relative;
  padding: 24px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
  border: 2px solid rgba(16, 185, 129, 0.3);
}

.price-divider {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
  margin: 16px 0;
  font-weight: 600;
}

/* Lock Benefits */
.lock-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 32px 0;
  max-width: 600px;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

/* Unlock Button Premium */
.unlock-button-premium {
  display: inline-block;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  padding: 24px 56px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.375rem;
  transition: all 0.3s ease;
  margin-top: 24px;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
  position: relative;
  overflow: hidden;
}

.unlock-button-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.unlock-button-premium:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.5);
}

.unlock-button-premium:hover::before {
  left: 100%;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  .preview-mode-banner {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
  
  .preview-notice {
    gap: 12px;
  }
  
  .teaser-cta-wrapper {
    padding: 32px 20px;
  }
  
  .teaser-cta-title {
    font-size: 1.5rem;
  }
  
  .teaser-cta-text {
    font-size: 1rem;
  }
  
  .teaser-cta-button {
    padding: 16px 32px;
    font-size: 1.125rem;
  }
  
  .locked-content-premium {
    padding: 48px 24px;
    min-height: 500px;
  }
  
  .lock-icon-premium {
    font-size: 3.5rem;
  }
  
  .lock-title-premium {
    font-size: 1.875rem;
  }
  
  .lock-subtitle-premium {
    font-size: 1.125rem;
  }
  
  .lock-pricing {
    font-size: 2.25rem;
  }
  
  .price-highlight {
    font-size: 2.25rem;
  }
  
  .lock-benefits {
    grid-template-columns: 1fr;
  }
  
  .unlock-button-premium {
    padding: 20px 40px;
    font-size: 1.125rem;
  }
}

/* Locked button state */
.step-status-btn.locked {
  background: var(--gray-600);
  color: white;
  cursor: not-allowed;
  opacity: 0.8;
}

.step-status-btn.locked:hover {
  transform: none;
  box-shadow: none;
}