/**
 * Landing pages — dark, compact design matching AI Video Enhancer aesthetic
 * Used by: video-editors, filmmakers, post-production, vhs-restoration,
 *          topaz-alternative, drone-action-cam, anime-upscaling, youtube-creators
 * Palette: AI Video Enhancer cyan accent on dark background
 */
:root {
  --lp-accent: #06B6D4;
}
.lp-body {
  background: #0A0E14 !important;
  color: #E2E8F0;
}
.lp-body .footer-share a,
.lp-body .footer-links a {
  color: #94A3B8 !important;
}
.lp-body .footer-share a:hover,
.lp-body .footer-links a:hover {
  color: #fff !important;
}
.lp-wrap {
  padding: 20px 0 40px 0;
  max-width: 900px;
  margin: 0 auto;
}

.lp-hero {
  background: linear-gradient(135deg, rgba(10, 14, 20, 0.95) 0%, rgba(17, 24, 39, 0.95) 100%);
  border: 1px solid #1E2D40;
  border-left: 4px solid var(--lp-accent);
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.lp-hero h1 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.lp-hero .lp-tagline {
  font-size: 15px;
  color: #E2E8F0;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.lp-hero .lp-sub {
  font-size: 13px;
  color: #94A3B8;
  margin: 0 0 20px 0;
}

.lp-hero .lp-cta {
  display: inline-block;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  color: #fff !important;
  background: var(--lp-accent);
  border: 1px solid var(--lp-accent);
}

.lp-hero .lp-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(6,182,212,0.3);
}

.lp-hero .lp-note {
  font-size: 12px;
  color: #64748B;
  margin-top: 12px;
}

.lp-section {
  background: rgba(17, 24, 39, 0.9);
  border: 1px solid #1E2D40;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.lp-section h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #1E2D40;
}

.lp-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.lp-step {
  flex: 1;
  min-width: 140px;
  text-align: center;
}

.lp-step-num {
  font-size: 28px;
  font-weight: 700;
  color: #64748B;
  margin-bottom: 4px;
}

.lp-step strong {
  color: #E2E8F0;
  font-size: 13px;
}

.lp-step p {
  color: #94A3B8;
  font-size: 12px;
  margin: 4px 0 0 0;
}

.lp-table-wrap {
  overflow-x: auto;
}

.lp-table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

.lp-table th {
  text-align: left;
  padding: 10px 12px;
  color: #fff;
  font-weight: 600;
  background: rgba(6,182,212,0.2);
}

.lp-table td {
  padding: 8px 12px;
  color: #E2E8F0;
  border-top: 1px solid #1E2D40;
}

.lp-table tr:hover td {
  background: rgba(255,255,255,0.03);
}

.lp-before-after {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}

.lp-ba {
  flex: 1;
  min-width: 200px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13px;
}

.lp-ba.before {
  background: rgba(239, 68, 68, 0.12);
  border-left: 4px solid #EF4444;
}

.lp-ba.before h3 { color: #F87171; }

.lp-ba.after {
  background: rgba(16, 185, 129, 0.12);
  border-left: 4px solid #10B981;
}

.lp-ba.after h3 { color: #34D399; }

.lp-ba h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.lp-ba p {
  margin: 0;
  color: #94A3B8;
  line-height: 1.4;
}

.lp-cta-bottom {
  text-align: center;
  padding: 20px 0 10px 0;
}

.lp-cta-bottom .lp-cta {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  color: #fff !important;
  background: var(--lp-accent);
  border: 1px solid var(--lp-accent);
}

.lp-cta-bottom .lp-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(6,182,212,0.3);
}

.lp-cta-bottom .lp-note {
  font-size: 12px;
  color: #64748B;
  margin-top: 10px;
}

/* Accent-colored elements */
.lp-accent-text { color: var(--lp-accent); }
.lp-accent-link { color: var(--lp-accent); text-decoration: none; }
.lp-accent-link:hover { text-decoration: underline; }

/* Feature grid */
.lp-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.lp-feature {
  flex: 1 1 calc(33% - 12px);
  min-width: 200px;
  text-align: center;
  padding: 12px 8px;
}
.lp-feature-icon {
  font-size: 24px;
  font-weight: 700;
  color: var(--lp-accent);
  margin-bottom: 6px;
}
.lp-feature strong {
  color: #E2E8F0;
  font-size: 13px;
}
.lp-feature p {
  color: #94A3B8;
  font-size: 12px;
  margin: 4px 0 0 0;
  line-height: 1.4;
}

/* Hero image */
.lp-hero-img {
  max-width: 100%;
  border-radius: 8px;
  margin: 18px auto 0;
  display: block;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

/* Before/After image comparison */
.lp-ba-images {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.lp-ba-img-wrap {
  flex: 1;
  min-width: 200px;
  position: relative;
}
.lp-ba-img-wrap img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.lp-ba-img-wrap .lp-ba-label {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.lp-ba-img-wrap .lp-ba-label.before-label {
  background: rgba(239, 68, 68, 0.85);
  color: #fff;
}
.lp-ba-img-wrap .lp-ba-label.after-label {
  background: rgba(16, 185, 129, 0.85);
  color: #fff;
}

/* Comparison table */
.lp-compare-table td.lp-yes { color: #34D399; }
.lp-compare-table td.lp-no  { color: #EF4444; }

/* Price highlight */
.lp-price-highlight {
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 12px;
}
.lp-price-highlight .lp-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--lp-accent);
}
.lp-price-highlight .lp-price-note {
  font-size: 13px;
  color: #94A3B8;
  margin-top: 4px;
}

/* Preset callout */
.lp-preset {
  background: rgba(6, 182, 212, 0.08);
  border-left: 3px solid var(--lp-accent);
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
  margin-top: 12px;
}
.lp-preset strong {
  color: var(--lp-accent);
}
.lp-preset p {
  color: #94A3B8;
  font-size: 12px;
  margin: 4px 0 0 0;
}
