
    body { font-family: 'Poppins', sans-serif; margin: 0; background: #f9f9f9; color: #333; }
    nav { background:#f8f9fb; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
    nav a { margin-left: 1rem; color: #03A9F3; text-decoration: none; font-weight: 600; }



    .carousel {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;

      display: flex;
      overflow-x: auto;
      gap: 1rem;
      scroll-snap-type: x mandatory;
      padding: 1rem 0;
    }

    .carousel img {
  scroll-snap-align: center;

      width: 220px;
      height: 390px;
      object-fit: cover;
      border-radius: 12px;
      flex: 0 0 auto;
      scroll-snap-align: start;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .cta-buttons {
      margin-top: 2rem;
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .btn {
      background: #03A9F3;
     background-color: #03A9F3;
      padding: 0.9rem 2rem;
      border: none;
      border-radius: 50px;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
    }

    .btn.secondary {
      background: #fff;
      color: #03A9F3;
      border: 2px solid #03A9F3;
    }

    .video-preview {
      max-width: 800px;
      margin: 3rem auto 2rem;
      padding: 0 1rem;
    }

    .video-preview video {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    footer {
      background: #222;
      color: #fff !important; background-color: #03A9F3;
      text-align: center;
      padding: 2rem;

    }
    .carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
}
.carousel img {
  flex: 0 0 auto;
  width: 180px;
  height: auto;
  border-radius: 12px;
  scroll-snap-align: start;
}
.navbar-link {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .navbar-link:hover {
    color: #007acc;
  }

  .btn-outline {
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #007acc;
    color: #007acc;
    text-decoration: none;
    transition: all 0.3s ease;
    background: white;
  }

  .btn-outline:hover {
    background: #007acc;
    color: white;
    text-decoration: none;
  }

  .btn-primary {
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 6px;
    background: #007acc;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-primary:hover {
    background: #005f99;
    text-decoration: none;
  }
 /* Footer */
    .footer {
      background: #222;
      color: var(--white);
      padding: 2rem 0;
      text-align: center;
    }
    .footer a {
      color: var(--accent-color);
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    body {
      font-family: 'Segoe UI', sans-serif;
      background: #fefefe;
      margin: 0;
      padding: 0;
    }
    .hero-carousel {
      text-align: center;
      padding: 4rem 2rem;
    }
    .hero-carousel h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }
    .hero-carousel p {
      font-size: 1.25rem;
      color: #555;
      margin-bottom: 2.5rem;
    }
    .carousel-wrapper {
      position: relative;
      max-width: 1000px;
      margin: 0 auto 3rem;
    }
    .carousel {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 20px;
      padding: 1rem;
    }
    .carousel::-webkit-scrollbar {
      display: none;
    }
    .carousel-card {
      flex: 0 0 auto;
      width: 200px;
      background: #f9f9f9;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      scroll-snap-align: start;
      text-align: center;
      overflow: hidden;
    }
    .carousel-card img {
      width: 100%;
      display: block;
    }
    .carousel-card p {
      font-size: 0.9rem;
      padding: 0.5rem 0;
      margin: 0;
      background: #f9f9f9;
      color: #333;
    }
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #007acc;
      border: none;
      color: white;
      font-size: 1rem;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 2;
    }
    .carousel-btn.left { left: -20px; }
    .carousel-btn.right { right: -20px; }
    .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
    }
    .btn {
      padding: 0.75rem 2rem;
      font-size: 1.1rem;
      border-radius: 8px;
      background: #007acc;
      color: white;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
    }
    .btn:hover {
      background: #005fa3;
    }
    .btn.secondary {
      background: white;
      border: 2px solid #007acc;
      color: #007acc;
    }
    .btn.secondary:hover {
      background: #eaf4ff;
    }
    .hero-carousel {
  background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
  padding: 5rem 2rem 4rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.btn {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 999px;
  background: #007acc;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 122, 204, 0.2);
}
.btn:hover {
  background: #005fa3;
  box-shadow: 0 6px 16px rgba(0, 122, 204, 0.3);
  color: #eee;
}

.btn.secondary {
  background: #fff;
  border: 2px solid #007acc;
  color: #007acc;
}
.btn.secondary:hover {
  background: #eaf4ff;
  box-shadow: 0 4px 12px rgba(0, 122, 204, 0.1);
}
.export-chip {
  display: inline-block;
  padding: 0.6rem 1.3rem;
  background: #007acc;
  color: white;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.export-chip:hover {
  background: #005fa3;
  transform: scale(1.05);
  cursor: default;
}
.platform-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.platform-logos img {
  height: 40px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(100%) brightness(0.9);
  transition: all 0.3s ease;
  cursor: default;
}

.platform-logos img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}
  .btn-primary-cta {
    display: inline-block;
    background: white;
    color: #0C6A93;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-primary-cta:hover {
    background: #eaf4ff;
    color: #044c68;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
  }

  .btn-secondary-cta {
    display: inline-block;
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-secondary-cta:hover {
    background: #eaf4ff;
    color: #0C6A93;
    text-decoration: none;
  }
    .footer {
    background: #0C6A93;
    color: white;
    padding: 2rem 1rem;
    font-size: 0.95rem;
    text-align: center;
  }

  .footer a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 0.8rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .footer a:hover {
    color: #ffecb3;
    text-decoration: none;
  }

  .footer .footer-links {
    margin-top: 0.8rem;
  }

  .footer small {
    opacity: 0.8;
    display: block;
    margin-top: 0.5rem;
  }
  .footer a:hover {
      text-decoration: underline;
      color: #e0f4ff;
  }
  .carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

  


    .hero-carousel {
  background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
  padding: 5rem 2rem 4rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.carousel-wrapper {
  position: relative;
  max-width: 2000px;
  margin: 0 auto 2rem;
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1.5rem;
  padding: 2rem 1rem;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-card {
  flex: 0 0 auto;
  width: 220px;
  background: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  cursor: pointer;
}
.carousel-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}
.carousel-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.carousel-card:hover img {
  transform: scale(1.05);
}

.carousel-card:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.carousel-card p {
  margin: 0;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  background: #f9f9f9;
  color: #333;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 2rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 0;
  padding-bottom: 4px; /* Fix vertical alignment for unicode arrows */
}
.carousel-btn.left {
  left: -28px;
}
.carousel-btn.right {
  right: -28px;
}
.carousel-btn:hover {
  background: #f9f9f9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transform: translateY(-50%) scale(1.1);
  color: #03A9F3;
}
div[style*="box-shadow"]{
  cursor:pointer;
}
div[style*="box-shadow"]:hover{
  transform: translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,0.1);
}
.pricing-panel {
  background: #f9fbff;
  padding: 6rem 2rem;
  text-align: center;
}

.pricing-container {
  max-width: 1000px;
  margin: auto;
}

.pricing-container h2 {
  font-size: 2.2rem;
  color: #0C6A93;
  margin-bottom: 0.5rem;
}

.pricing-container p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 3rem;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  flex: 1 1 280px;
  max-width: 300px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.pricing-card.featured {
  border: 2px solid #0C6A93;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pricing-card h3 {
  color: #0C6A93;
  margin-bottom: 0.8rem;
}

.price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}

.price span {
  font-size: 1rem;
  color: #777;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.pricing-card ul li {
  margin: 0.4rem 0;
  color: #555;
}

.pricing-btn {
  display: inline-block;
  background: #007acc;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  background: #005fa3;
  text-decoration: none;
    color: white;
}

.pricing-btn.secondary {
  background: transparent;
  border: 2px solid #0C6A93;
  color: #0C6A93;
}

.pricing-btn.secondary:hover {
  background: #e0f4ff;
}
html {
  scroll-behavior: smooth;
}
.lang-switch { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .45rem .75rem; border-radius: 999px;
  background: #fff; border: 1px solid #e5e7eb; color: #111827;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  font-weight: 600; cursor: pointer;
}
.lang-btn:hover { border-color: #007acc; background: #eaf4ff;}
.lang-btn .flag { font-size: 1rem; line-height: 1; }
.lang-btn .code { font-size: .9rem; letter-spacing: .03em; }
.lang-btn .caret { opacity: .7; }

.lang-menu {
  position: absolute; right: 0; top: calc(100% + .5rem);
  background: #fff; border: 1px solid #e5e7eb; border-radius: .75rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.08); min-width: 160px;
  padding: .5rem; display: none; z-index: 1001;
}
.lang-menu a {
  display: flex; align-items: center; gap: .5rem;
  padding: .55rem .65rem; border-radius: .5rem; color: #111827; text-decoration: none;
  font-weight: 500;
}
.lang-menu a:hover { background: #f3f4f6; }
.lang-menu .flag { font-size: 1rem; }
.lang-switch.open .lang-menu { display: block; }

.studio-btn {
    display: inline-block;
    background: #007acc;
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.3s ease; /* sanfter Übergang */
}

.studio-btn:hover {
    background: #005fa3;
}

.submit-btn {
    background: #007acc;
    color: white;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #005fa3;
}

.footer1 {
  padding: 40px 0;
  background: #f8f9fa;
  text-align: center;
  font-size: 14px;
  color: #555;
}

.footer1-links {
  margin: 10px 0;
}

.footer1-links a {
  margin: 0 10px;
  color: #555;
  text-decoration: none;
}

.footer1-links a:hover {
  color: #03A9F3;
}

.language-bar {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.language-bar li {
  display: inline-block;
}

.language-bar a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.2s ease-in-out;
}

.language-bar a:hover {
  background: #03A9F3;
  color: #fff;
}

.language-bar .flag {
  font-size: 18px;
}
/* SECTIONS */
    .section{padding:3.6rem 0}
    .section-alt{background:linear-gradient(180deg,#f7fbff,#ffffff)}
    .title{font-size:clamp(1.5rem,3vw,2.2rem);text-align:center;color:var(--ink);margin:0 0 1.2rem}
    .muted{color:var(--muted)}
    .grid-4,.grid-3,.grid-2{display:grid;gap:1rem}
    .grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
    .grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
    .grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
    .card{background:var(--card);border:1px solid var(--ring);border-radius:20px;box-shadow:var(--shadow);padding:1.2rem}
    .card h3{margin:.2rem 0 .5rem;color:#0a3a5c}

    /* DEMO BLOCK */
    .demo{display:grid;grid-template-columns:1.1fr .9fr;gap:1.2rem}
    .demo .pane{background:#fff;border:1px solid var(--ring);border-radius:16px;box-shadow:var(--shadow);padding:1rem}
    .placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#e9f4ff,#fff);border:1px dashed #cfe2f2;border-radius:12px;display:grid;place-items:center;color:#6a8ca3;font-weight:600}

    /* PRICING */
    .pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
    .price-card{background:#fff;border:1px solid var(--ring);border-radius:18px;box-shadow:var(--shadow);padding:1.4rem}
    .price{font-size:2rem;font-weight:800;color:var(--ink)}

    /* TESTIMONIALS */
    .testi{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}

    /* FAQ */
    .faq{max-width:900px;margin:0 auto}
    .faq-item{background:#fff;border:1px solid var(--ring);border-radius:14px;box-shadow:var(--shadow);margin:.6rem 0}
    .faq-q{cursor:pointer;padding:1rem 1.1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}
    .faq-a{display:none;padding:0 1.1rem 1rem 1.1rem;color:#456}

    /* FOOTER */
    footer{border-top:1px solid #e7eef5;background:#fff;color:#345}

    @media (max-width:900px){
      .demo{grid-template-columns:1fr}
      .nav-links{display:none}
    }

    .hero-carousel .carousel-card {
  position: relative;
  overflow: hidden;          /* falls Text übersteht */
  border-radius: 14px;       /* optional, hübscher */
}

.hero-carousel .carousel-card img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-carousel .carousel-card p {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: 0;
  padding: .6rem .9rem;
  z-index: 2;

  /* Lesbarkeit auf jedem Bild */
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);

  /* dezenter Hintergrund oben */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.55),
    rgba(0,0,0,.35),
    rgba(0,0,0,0)
  );
}

/* optional: etwas kleinere Schrift auf sehr kleinen Screens */
@media (max-width: 520px) {
  .hero-carousel .carousel-card p { font-size: .95rem; }
}
 .hl-blue { color: #007acc; }


 @media (max-width:480px){
    body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
  }
  


.uc-tab {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  outline: none;
  display:block;
  width:100%;
}
.uc-tab:hover {
  background: #f8fbff;
}
.uc-tab.active {
  background: #e6f4ff;
  border: 1px solid #cce5ff;
}
.uc-tab-title {
  font-weight: 800;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.2rem;
  transition: color 0.2s;
}
.uc-tab.active .uc-tab-title {
  color: #0C6A93;
}
.uc-tab-desc {
  font-size: 0.9rem;
  color: #666;
}
.uc-content {
  display: none;
  animation: ucFadeIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.uc-content.active {
  display: block;
}
@keyframes ucFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}



@keyframes popIn {
  0% { transform: scale(0.8) rotate(-2deg); opacity: 0.8; }
  50% { transform: scale(1.1) rotate(-2deg); opacity: 1; }
  100% { transform: scale(1) rotate(-2deg); opacity: 1; }
}
@keyframes neonPulse {
  0% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #0ff, 0 0 40px #0ff; opacity:0.8;}
  50% { text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #0ff, 0 0 20px #0ff; opacity:1;}
  100% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #0ff, 0 0 40px #0ff; opacity:0.8;}
}
@keyframes karaokeSweep {
  0% { background-size: 0% 100%; }
  100% { background-size: 100% 100%; }
}
@keyframes fadeCinematic {
  0% { opacity: 0.4; transform: translateY(5px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes popHighlight {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); color: #fff; background:rgba(3,169,243,0.4); }
  100% { transform: scale(1); }
}
.preset-slider {
  display: flex;
  overflow-x: auto;
  gap: 1.5rem;
  padding: 1rem 0 2rem 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.preset-slider::-webkit-scrollbar { display: none; }
.preset-box {
  flex: 0 0 280px;
  scroll-snap-align: center;
  background: #000;
  height: 220px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #1a3a52;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, border-color 0.3s ease;
  user-select: none;
}
.preset-box:hover {
  transform: translateY(-5px);
  border-color: #03A9F3;
}
.preset-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  z-index: 10;
}



@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  background: #fdfdfd;
  padding: 3rem 0;
}
.marquee-container::before, .marquee-container::after {
  content: "";
  position: absolute;
  top: 0; width: 150px; height: 100%;
  z-index: 2;
}
.marquee-container::before { left: 0; background: linear-gradient(to right, #fdfdfd, transparent); }
.marquee-container::after { right: 0; background: linear-gradient(to left, #fdfdfd, transparent); }
.marquee-content {
  display: inline-block;
  animation: scrollMarquee 40s linear infinite;
}
.marquee-content:hover { animation-play-state: paused; }
.review-card {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0eaf0;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 0 1rem;
  width: 320px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  white-space: normal;
  vertical-align: top;
}
.review-card .stars { color: #FF9800; font-size: 1.2rem; margin-bottom: 0.5rem; }
.review-card .text { color: #445; font-size: 0.95rem; line-height: 1.5; flex-grow: 1; }
.review-card .author { margin-top: 1rem; font-weight: bold; font-size: 0.9rem; color: #111; display:flex; align-items:center; gap:10px; }
.review-card .author-avatar { width:32px; height:32px; background:#03A9F3; color:#fff; border-radius:50%; display:grid; place-items:center; font-size:14px; }


.format-logos:hover { filter: grayscale(0%) opacity(1); }


/* Dropzone */
.dropzone-container {
  border: 2px dashed #b3d4fc;
  border-radius: 16px;
  background: #f8fbff;
  padding: 3rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.dropzone-container:hover, .dropzone-container.dragover {
  background: #eef7ff;
  border-color: #03A9F3;
}
.dropzone-container input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.dropzone-icon {
  font-size: 3rem;
  color: #03A9F3;
}
.dropzone-text {
  font-size: 1.1rem;
  color: #555;
  font-weight: 600;
}
.dropzone-subtext {
  font-size: 0.9rem;
  color: #888;
}

/* Modern Selects */
.modern-select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  border: 1px solid #d0e1f0;
  background: #fff;
  font-size: 1rem;
  color: #333;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23555" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  cursor: pointer;
}
.modern-select:focus {
  border-color: #03A9F3;
  box-shadow: 0 0 0 4px rgba(3,169,243,0.1);
  outline: none;
}

/* Custom Checkboxes (Toggles) */
.toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.toggle-checkbox {
  appearance: none;
  width: 44px;
  height: 24px;
  background: #ccc;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
}
.toggle-checkbox::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.toggle-checkbox:checked {
  background: #03A9F3;
}
.toggle-checkbox:checked::after {
  transform: translateX(20px);
}
.toggle-label {
  font-size: 0.95rem;
  color: #444;
  font-weight: 500;
  user-select: none;
}

/* Submit Button */
.upload-btn {
  background: linear-gradient(135deg, #03A9F3 0%, #007bb5 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 1rem 3rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(3,169,243,0.3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.upload-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(3,169,243,0.4);
}
.upload-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}



  #imageOverlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
  }

  .overlayImage {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }

  .closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }

  .closeBtn:hover {
    color: #ccc;
  }



/* Extracted Inline Styles */
.sv-inline-1 { font-size:0.85rem; font-weight:400; color:#eee; margin-top:0.3rem; }
.sv-inline-2 { margin: 1rem 0; font-weight: 600; color: #555; font-size: 1.1rem; }
.sv-inline-3 { font-size:0.85rem; font-weight:400; color:#555; margin-top:0.3rem; }
.sv-inline-4 { display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; margin-top:1.5rem; }
.sv-inline-5 { display:flex; align-items:center; gap:0.5rem; background:#fff; border:1px solid #e0e0e0; padding:0.5rem 1rem; border-radius:999px; font-size:0.9rem; box-shadow:0 2px 6px rgba(0,0,0,0.05); }
.sv-inline-6 { padding: 4rem 2rem; background: #fff; text-align:center; border-bottom:1px solid #eee; }
.sv-inline-7 { max-width:1000px; margin:auto; display:flex; flex-wrap:wrap; gap:3rem; justify-content:space-around; }
.sv-inline-8 { flex:1; }
.sv-inline-9 { font-size:4rem; font-weight:900; color:#0b2a42; line-height:1; }
.sv-inline-10 { font-size:1.1rem; color:#666; font-weight:600; margin-top:0.5rem; text-transform:uppercase; letter-spacing:1px; }
.sv-inline-11 { padding: 6rem 2rem; background: radial-gradient(circle at center, #f2faff, #e6f0ff); border-top: 1px solid #e0f4ff; border-bottom: 1px solid #e0f4ff; }
.sv-inline-12 { max-width:1100px; margin:auto; }
.sv-inline-13 { text-align:center; margin-bottom:4rem; }
.sv-inline-14 { font-size:2.4rem; color:#0C6A93; font-weight:800; letter-spacing:-0.5px; }
.sv-inline-15 { color:#555; font-size:1.15rem; }
.sv-inline-16 { display:flex; flex-wrap:wrap; gap:3rem; align-items:flex-start; }
.sv-inline-17 { flex:1; min-width:300px; display:flex; flex-direction:column; gap:0.5rem; background: #fff; padding: 1.5rem; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.sv-inline-18 { flex:1.8; min-width:300px; position:relative; min-height:420px; background:#fff; border-radius:24px; box-shadow:0 15px 35px rgba(12,106,147,0.08); overflow:hidden; border: 1px solid #e0eaf0; }
.sv-inline-19 { width:100%; height:260px; object-fit:cover; object-position: top; }
.sv-inline-20 { padding:2.5rem; }
.sv-inline-21 { color:#0C6A93; margin-bottom:1rem; font-size:1.5rem; font-weight:800; }
.sv-inline-22 { color:#555; line-height:1.6; font-size:1.05rem; margin:0; }
.sv-inline-23 { background:#f9fbff; padding:5rem 2rem; }
.sv-inline-24 { max-width:1100px; margin:auto; text-align:center; }
.sv-inline-25 { font-size:2rem; margin-bottom:2rem; }
.sv-inline-26 { display:flex; flex-wrap:wrap; justify-content:center; gap:2rem; }
.sv-inline-27 { flex:1 1 280px; max-width:250px; background:#fff; padding:2rem; border-radius:16px; box-shadow:0 4px 12px rgba(0,0,0,0.05); }
.sv-inline-28 { font-size:2.5rem; color:#007acc; margin-bottom:1rem; }
.sv-inline-29 { margin-bottom:0.5rem; }
.sv-inline-30 { color:#555; }
.sv-inline-31 { background: radial-gradient(circle at center, #f2faff, #e6f0ff); padding:5rem 2rem; }
.sv-inline-32 { margin-top:1rem }
.sv-inline-33 { flex:1 1 480px; max-width:540px; text-align:center; }
.sv-inline-34 { width:100%; border-radius:16px; box-shadow:0 6px 20px rgba(0,0,0,.08); }
.sv-inline-35 { margin:.6rem 0 0 }
.sv-inline-36 { margin:.2rem 0 .4rem }
.sv-inline-37 { padding-left:1.1rem;columns:2;gap:1.2rem }
.sv-inline-38 { margin:1rem 0; display:flex; justify-content:center; }
.sv-inline-39 { padding:5rem 2rem; }
.sv-inline-40 { padding-left:1.1rem }
.sv-inline-41 { padding: 6rem 2rem; background: radial-gradient(circle at top left, #e0f4ff, #fafdff); }
.sv-inline-42 { text-align:center; margin-bottom: 3rem; }
.sv-inline-43 { font-size:2.2rem; color:#0b2a42; }
.sv-inline-44 { color:#555; font-size:1.1rem; }
.sv-inline-45 { display:flex; flex-wrap:wrap; gap:2rem; justify-content:center; }
.sv-inline-46 { flex:1 1 300px; background:#f9fbff; padding:2rem; border-radius:20px; border:1px solid #e4eef6; text-align:center; }
.sv-inline-47 { font-size:2.5rem; margin-bottom:1rem; }
.sv-inline-48 { color:#0C6A93; margin-bottom:1rem; }
.sv-inline-49 { color:#445; line-height:1.6; }
.sv-inline-50 { padding: 5rem 2rem; background: #0b2a42; color:#fff; text-align:center; overflow:hidden; }
.sv-inline-51 { font-size:2rem; margin-bottom:0.5rem; }
.sv-inline-52 { color:#8ba5ba; margin-bottom: 2rem; font-size:1.1rem; }
.sv-inline-53 { background:#111; }
.sv-inline-54 { color:#FFEB3B; font-family:'Montserrat', 'Impact', sans-serif; font-weight:900; text-transform:uppercase; -webkit-text-stroke: 1.5px #000; text-shadow: 3px 3px 0px #000; font-size:32px; animation: popIn 0.8s infinite alternate cubic-bezier(0.68, -0.55, 0.27, 1.55); }
.sv-inline-55 { background:#050510; }
.sv-inline-56 { color:#fff; font-family:'Courier New', monospace; font-weight:bold; font-size:26px; animation: neonPulse 2s infinite; }
.sv-inline-57 { color:#0ff; }
.sv-inline-58 { background: url('/images/og-preview.jpg') center/cover; position:relative; }
.sv-inline-59 { position:absolute; inset:0; background:rgba(0,0,0,0.7); }
.sv-inline-60 { z-index:2; font-family:sans-serif; font-weight:900; font-size:28px; color:rgba(255,255,255,0.2); position:relative; }
.sv-inline-61 { position:absolute; left:0; top:0; color:#03A9F3; overflow:hidden; white-space:nowrap; background: linear-gradient(90deg, #03A9F3, #03A9F3); background-clip: text; -webkit-background-clip: text; color: transparent; background-repeat: no-repeat; background-size: 0% 100%; animation: karaokeSweep 3s infinite linear; }
.sv-inline-62 { position:absolute; inset:0; background:rgba(0,0,0,0.6); }
.sv-inline-63 { z-index:2; color:#fff; font-family:'Impact', sans-serif; font-weight:900; font-size:42px; -webkit-text-stroke: 2px #000; text-shadow: 0px 5px 0px #000, 0px 0px 15px rgba(0,0,0,0.8); animation: popIn 0.6s infinite alternate cubic-bezier(0.68, -0.55, 0.27, 1.55); display:flex; gap:10px; }
.sv-inline-64 { color:#FFEB3B; }
.sv-inline-65 { color:#00E676; }
.sv-inline-66 { background:#1a1a24; }
.sv-inline-67 { color:#999; font-family:'Montserrat', sans-serif; font-weight:800; font-size:24px; text-transform:uppercase; text-align:center; padding:0 20px; }
.sv-inline-68 { display:inline-block; color:#03A9F3; background:rgba(3,169,243,0.15); padding:2px 8px; border-radius:6px; animation: popHighlight 2s infinite ease-in-out; }
.sv-inline-69 { background:#151515; }
.sv-inline-70 { color:#fff; font-family:'Georgia', serif; font-size:22px; letter-spacing:2px; font-style:italic; animation: fadeCinematic 3s infinite alternate; }
.sv-inline-71 { border-color:#333; opacity:0.6; background:#000; }
.sv-inline-72 { background:rgba(0,0,0,0.5); color:white; padding:4px 8px; font-family:sans-serif; font-size:14px; }
.sv-inline-73 { margin-top:1.5rem; }
.sv-inline-74 { text-align:center; padding-top:4rem; background:#fdfdfd; }
.sv-inline-75 { font-size:2rem; color:#0b2a42; }
.sv-inline-76 { padding: 5rem 2rem; background: #fdfdfd; }
.sv-inline-77 { max-width:900px; margin:auto; text-align:center; }
.sv-inline-78 { font-size:2.2rem; margin-bottom:3rem; color:#0C6A93; }
.sv-inline-79 { display:flex; flex-direction:column; gap:2rem; text-align:left; }
.sv-inline-80 { display:flex; gap:1.5rem; align-items:center; background:#fff; padding:2rem; border-radius:16px; box-shadow:0 4px 16px rgba(0,0,0,0.05); }
.sv-inline-81 { font-size:3rem; font-weight:bold; color:#e0f4ff; line-height:1; }
.sv-inline-82 { margin:0 0 0.5rem; color:#333; font-size:1.2rem; }
.sv-inline-83 { margin:0; color:#666; }
.sv-inline-84 { padding: 4rem 2rem; background: #fff; text-align:center; }
.sv-inline-85 { max-width:900px; margin:auto; }
.sv-inline-86 { font-size:1.6rem; color:#445; margin-bottom:2rem; }
.sv-inline-87 { display:flex; flex-wrap:wrap; justify-content:center; gap:4rem; align-items:center; filter: grayscale(100%) opacity(0.5); transition: filter 0.4s ease; }
.sv-inline-88 { background: radial-gradient(circle at top left, #e0f4ff, #fafdff); padding: 6rem 2rem; }
.sv-inline-89 { max-width: 900px; margin: auto; text-align: center; }
.sv-inline-90 { font-size: 2.4rem; margin-bottom: 0.8rem; color: #0C6A93; }
.sv-inline-91 { font-size: 1.15rem; color: #444; margin-bottom: 1.5rem; }
.sv-inline-92 { font-size: 0.95rem; color: #666; margin-bottom: 2.5rem; }
.sv-inline-93 { background: #fff; padding: 3.5rem; border-radius: 24px; border: 1px solid #e0eaf0; box-shadow: 0 15px 40px rgba(12,106,147,0.06); text-align: left; }
.sv-inline-94 { display: flex; flex-direction: column; gap: 2.5rem; }
.sv-inline-95 { font-weight: 800; display: block; margin-bottom: 0.8rem; color:#0b2a42; font-size:1.1rem; }
.sv-inline-96 { display: flex; flex-wrap: wrap; gap: 2rem; }
.sv-inline-97 { flex: 1 1 250px; }
.sv-inline-98 { font-weight: 800; display: block; margin-bottom: 0.8rem; color:#0b2a42; }
.sv-inline-99 { font-weight: 800; display: block; margin-bottom: 1rem; color:#0b2a42; }
.sv-inline-100 { display:flex; flex-wrap:wrap; gap:2rem; background:#f8fbff; padding:1.5rem; border-radius:16px; border:1px solid #e0eaf0; }
.sv-inline-101 { margin-top: 3.5rem; text-align: center; }
.sv-inline-102 { margin-top: 1.5rem; font-size: 1.05rem; font-weight:600; color: #0C6A93; }
.sv-inline-103 { padding: 6rem 2rem; background: linear-gradient(to right, #fafdff, #e0f4ff); text-align: center; }
.sv-inline-104 { text-align:center; margin-bottom:2.2rem; }
.sv-inline-105 { font-size:2rem; margin:0 0 .6rem; }
.sv-inline-106 { color:#335469; margin:0; }
.sv-inline-107 { font-size:1.2rem; margin:.5rem 0 1rem; color:#0b2a42; display:flex; align-items:center; gap:.5rem; }
.sv-inline-108 { font-size:1.4rem; }
.sv-inline-109 { display:flex; flex-wrap:wrap; gap:1.2rem; }
.sv-inline-110 { flex:1 1 260px; min-width:250px; background:#fff; border:1px solid #e4eef6; border-radius:16px; box-shadow:0 8px 24px rgba(11,42,66,.06); padding:1.2rem; }
.sv-inline-111 { font-size:1.8rem; color:#007acc; margin-bottom:.4rem; }
.sv-inline-112 { margin:.1rem 0 .4rem; }
.sv-inline-113 { color:#557; }
.sv-inline-114 { border:none; border-top:1px solid #e7eef5; margin:2rem 0 1.5rem; }
.sv-inline-115 { padding: 6rem 2rem; text-align: center; }
.sv-inline-116 { max-width: 900px; margin: auto; }
.sv-inline-117 { font-size: 2.2rem; color: #0C6A93; margin-bottom: 1rem; }
.sv-inline-118 { font-size: 1.1rem; color: #555; margin-bottom: 2.5rem; }
.sv-inline-119 { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.sv-inline-120 { margin-top: 2rem; color: #777; font-size: 0.95rem; }
.sv-inline-121 { padding: 6rem 2rem; background: linear-gradient(to right, #fafdff, #e0f4ff); }
.sv-inline-122 { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; text-align: left; }
.sv-inline-123 { flex: 1 1 260px; max-width: 280px; }
.sv-inline-124 { color: #0C6A93; }
.sv-inline-125 { margin-top: 3rem; }
.sv-inline-126 { padding: 6rem 2rem; }
.sv-inline-127 { font-size: 1.1rem; color: #555; margin-bottom: 3rem; }
.sv-inline-128 { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; }
.sv-inline-129 { flex: 1 1 280px; background: white; padding: 2rem; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,0.05); }
.sv-inline-130 { font-style: italic; }
.sv-inline-131 { display: block; margin-top: 1rem; }
.sv-inline-132 { background: radial-gradient(circle at top left, #e0f4ff, #fafdff); }
.sv-inline-133 { background: linear-gradient(135deg, #0C6A93, #06A9F2); color: white; padding: 5rem 2rem; text-align: center; }
.sv-inline-134 { max-width: 800px; margin: auto; }
.sv-inline-135 { font-size: 2.4rem; font-weight: 700; }
.sv-inline-136 { font-size: 1.2rem; margin-top: 1rem; }
.sv-inline-137 { margin-top: 2.5rem; }
.sv-inline-138 { font-size:0.85rem; font-weight:400; color:#666; margin-top:0.3rem; }
.sv-inline-139 { margin: 1.2rem 0; font-weight: bold; letter-spacing: 0.05em; }
.sv-inline-140 { padding: 5rem 2rem; background: #0b2a42; border-top:1px solid #1a3a52; }
.sv-inline-141 { max-width: 1200px; margin: auto; }
.sv-inline-142 { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3rem; text-align: left; }
.sv-inline-143 { flex: 1; min-width: 200px; }
.sv-inline-144 { color: #fff; margin-bottom: 1rem; font-size:1.4rem; }
.sv-inline-145 { color: #8ba5ba; font-size: 0.95rem; line-height:1.6; margin-bottom:1.5rem; }
.sv-inline-146 { color: #fff; margin-bottom: 1.5rem; font-size: 1.1rem; font-weight:700; }
.sv-inline-147 { display: flex; flex-direction:column; gap: 0.8rem; font-size: 0.95rem; }
.sv-inline-148 { margin-top: 4rem; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; }
.sv-inline-149 { color: #666; }
.sv-inline-150 { position:fixed; bottom:30px; right:30px; z-index:999; opacity:0; pointer-events:none; transition:opacity 0.3s, transform 0.3s; transform:translateY(20px); }

/* =========================================
   USE-CASE ANIMATED MOCKUPS
   ========================================= */

.mockup-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0,0,0,0.3);
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

/* Editor Window Frame (macOS style) */
.editor-window {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 16/9;
  background: #18181b;
}

.editor-header {
  height: 30px;
  background: #27272a;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #3f3f46;
}
.mac-dots { display: flex; gap: 6px; }
.mac-dot { width: 10px; height: 10px; border-radius: 50%; }
.mac-dot.close { background: #ff5f56; }
.mac-dot.min { background: #ffbd2e; }
.mac-dot.max { background: #27c93f; }
.editor-title { flex-grow: 1; text-align: center; font-size: 0.75rem; color: #a1a1aa; font-weight: 500; }

.editor-body {
  display: flex;
  flex-grow: 1;
  height: calc(100% - 100px);
}

/* Sidebar Toolbars */
.editor-sidebar {
  width: 50px;
  background: #27272a;
  border-right: 1px solid #3f3f46;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  gap: 15px;
}
.sidebar-icon {
  width: 24px; height: 24px; border-radius: 4px; background: #3f3f46;
}

/* Video Preview Area */
.editor-preview-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #09090b;
  position: relative;
  background-image: radial-gradient(circle at center, #18181b 0%, #09090b 100%);
}

/* Vertical Video Inside Landscape Editor */
.preview-9-16 {
  aspect-ratio: 9/16;
  height: 85%;
  background: linear-gradient(135deg, #FF0050, #00F2FE);
  background-size: 400% 400%;
  animation: gradientFlow 10s ease infinite;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
}

/* Subtitle Animation */
.premium-shorts-sub {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  font-family: 'Impact', sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: white;
  -webkit-text-stroke: 1px black;
  text-shadow: 2px 2px 0 black;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}

.premium-shorts-sub div {
  opacity: 0;
  transform: scale(0.5);
}
.premium-shorts-sub div:nth-child(1) { animation: popScale 3s infinite 0s; color: #fff; }
.premium-shorts-sub div:nth-child(2) { animation: popScale 3s infinite 0.6s; color: #FFEB3B; }
.premium-shorts-sub div:nth-child(3) { animation: popScale 3s infinite 1.2s; color: #00E676; }

@keyframes popScale {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  5%, 40% { opacity: 1; transform: scale(1.1); }
  10%, 35% { transform: scale(1); }
}

/* Premium Timeline */
.editor-timeline {
  height: 100px;
  background: #18181b;
  border-top: 1px solid #3f3f46;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}
.tl-track {
  height: 14px;
  background: #27272a;
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
}
.tl-clip {
  position: absolute;
  top: 0; height: 100%;
  border-radius: 4px;
}
.tl-video { left: 10%; width: 80%; background: #2563eb; }
.tl-audio { left: 10%; width: 80%; background: #10b981; }
.tl-sub { left: 15%; width: 15%; background: #f59e0b; }
.tl-sub2 { left: 35%; width: 25%; background: #f59e0b; }
.tl-sub3 { left: 65%; width: 20%; background: #f59e0b; }

.tl-playhead {
  position: absolute;
  top: 0; bottom: 0; width: 2px;
  background: #ef4444;
  z-index: 10;
  animation: tlMove 3s infinite linear;
}
.tl-playhead::before {
  content: ''; position: absolute; top: 0; left: -4px; width: 10px; height: 10px;
  background: #ef4444; border-radius: 50%;
}
@keyframes tlMove {
  0% { left: 10%; }
  100% { left: 90%; }
}

/* PODCASTER PREMIUM */
.podcast-dashboard {
  aspect-ratio: 16/9;
  width: 100%;
  background: #09090b;
  display: flex;
  flex-direction: column;
}
.pod-header {
  padding: 10px 15px; border-bottom: 1px solid #27272a;
  color: #a1a1aa; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}
.pod-body {
  display: flex; flex-grow: 1; padding: 15px; gap: 15px;
}
.pod-waveform-box {
  flex: 1; background: #18181b; border-radius: 8px; border: 1px solid #27272a;
  display: flex; align-items: center; justify-content: center; position: relative;
}
.pod-transcript {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  font-family: 'Poppins', sans-serif; font-size: 1.2rem; color: #a1a1aa; font-weight: 500; line-height: 1.4;
}
.pod-transcript span { transition: color 0.2s, text-shadow 0.2s; }
.pod-transcript span:nth-child(1) { animation: glowK 3s infinite 0s; }
.pod-transcript span:nth-child(2) { animation: glowK 3s infinite 0.5s; }
.pod-transcript span:nth-child(3) { animation: glowK 3s infinite 1s; }
.pod-transcript span:nth-child(4) { animation: glowK 3s infinite 1.5s; }
.pod-transcript span:nth-child(5) { animation: glowK 3s infinite 2s; }

@keyframes glowK {
  0%, 9% { color: #a1a1aa; text-shadow: none; }
  10%, 100% { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.8); }
}

.premium-wave {
  display: flex; gap: 4px; height: 60px; align-items: center;
}
.p-bar {
  width: 6px; background: #3b82f6; border-radius: 3px;
  animation: pWave 0.6s infinite alternate ease-in-out;
}
.p-bar:nth-child(even) { background: #8b5cf6; }
.p-bar:nth-child(1) { animation-delay: 0.1s; height: 20px; }
.p-bar:nth-child(2) { animation-delay: 0.4s; height: 50px; }
.p-bar:nth-child(3) { animation-delay: 0.2s; height: 30px; }
.p-bar:nth-child(4) { animation-delay: 0.5s; height: 60px; }
.p-bar:nth-child(5) { animation-delay: 0.3s; height: 40px; }

@keyframes pWave {
  0% { height: 10px; }
  100% { height: 100%; }
}

/* AGENCY PREMIUM */
.agency-dashboard {
  aspect-ratio: 16/9;
  width: 100%;
  background: #18181b;
  display: flex; flex-direction: column;
}
.agency-grid {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 15px; flex-grow: 1;
}
.lang-box {
  background: #27272a; border-radius: 8px; padding: 12px; border: 1px solid #3f3f46;
  display: flex; flex-direction: column; justify-content: space-between;
}
.l-tag {
  font-size: 0.65rem; font-weight: 700; padding: 3px 6px; border-radius: 4px; display: inline-block; width: max-content; margin-bottom: 5px;
}
.tag-en { background: rgba(59,130,246,0.2); color: #60a5fa; }
.tag-es { background: rgba(236,72,153,0.2); color: #f472b6; }
.tag-de { background: rgba(34,197,94,0.2); color: #4ade80; }
.tag-fr { background: rgba(234,179,8,0.2); color: #facc15; }
.l-text { font-size: 0.85rem; font-weight: 500; color: #fff; opacity: 0; animation: fadeLang 4s infinite; }
@keyframes fadeLang {
  0%, 10% { opacity: 0; }
  20%, 90% { opacity: 1; }
  100% { opacity: 0; }
}
.agency-dash-header { padding: 10px 15px; background: #09090b; border-bottom: 1px solid #27272a; font-weight: 600; font-size: 0.75rem; color: #e4e4e7; display: flex; justify-content: space-between;}

/* EDUCATOR PREMIUM */
.edu-player {
  aspect-ratio: 16/9;
  width: 100%;
  background: #000;
  position: relative;
}
.edu-video-mock {
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, #334155, #0f172a);
  display: flex; align-items: center; justify-content: center;
}
.edu-play-btn {
  width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5px);
}
.edu-play-btn::after {
  content: ''; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 14px solid #fff; margin-left: 4px;
}
.edu-sub-box {
  position: absolute; bottom: 15%; width: 80%; left: 10%;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
  padding: 10px; border-radius: 6px; text-align: center;
  border-left: 3px solid #3b82f6;
  animation: eduSlide 6s infinite;
}
.edu-sub-text {
  color: #fff; font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 600; margin: 0;
}
@keyframes eduSlide {
  0%, 5% { opacity: 0; transform: translateY(10px); }
  10%, 45% { opacity: 1; transform: translateY(0); }
  50%, 55% { opacity: 0; transform: translateY(-10px); }
  60%, 95% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-10px); }
}
.edu-sub-text::after {
  content: "Visual learning significantly improves retention.";
  animation: eduContent 6s infinite;
}
@keyframes eduContent {
  0%, 49% { content: "Visual learning significantly improves retention."; }
  50%, 100% { content: "Clear, highly legible subtitles are crucial for accessibility."; }
}
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
