@import url('/www/css/index.css');

body {
  background: linear-gradient(to bottom, #000, #002060);
  color: #ddd;
}

/* Hero */
.promo-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 2rem;
}

.promo-banner {
  max-width: 45%;
  border-radius: 16px;
  animation: floatBanner 6s ease-in-out infinite;
}
@keyframes floatBanner {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.promo-text {
  max-width: 45%;
}

/* Content */
.content-section {
  padding: 60px 20px;
  text-align: center;
}
.content-section h2 {
  font-size: 2rem;
  color: #60AAFF;
  margin-bottom: 1rem;
}
.content-section p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
.feature-list li {
  margin: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}
.feature-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #60AAFF;
  font-weight: bold;
}

/* LED Button */
.btn-led {
  background-color: #001f3f;
  color: #33ff33;
  font-family: 'Courier New', Courier, monospace;
  padding: 10px 24px;
  border: 1px solid #33ff33;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(51, 255, 51, 0.6);
  transition: box-shadow 0.3s;
  margin-top: 15px;
  display: inline-block;
}
.btn-led:hover {
  box-shadow: 0 0 20px rgba(51, 255, 51, 1);
}

/* Rabatt */
.pulse {
  font-size: 1.2em;
  color: #28a745;
  font-weight: bold;
  animation: pulseHighlight 1.5s ease-in-out infinite;
}
@keyframes pulseHighlight {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
}

/* Responsiveness */
@media (max-width: 768px) {
  .promo-hero {
    flex-direction: column;
  }
  .promo-banner, .promo-text {
    max-width: 100%;
  }
  .btn-led {
    width: 100%;
    text-align: center;
  }
}


body {
    background: linear-gradient(to bottom, #141b14, #17450d);
    color: white;
    font-size: 1.15rem;
    line-height: 1.7;
  }


  .feature-section ul.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    max-width: 1200px;
    text-align: left;
  }
  
  .feature-list li {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
  }
  
  .feature-list li::before {
    content: "›";
    position: absolute;
    left: 12px;
    top: 16px;
    color: #ffffff;
    font-weight: bold;
  }
  

  .section-heading {
  
    font-size: 5rem;
    color: #c3dbe9;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.15);
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
   
  }

  
  .content-section h2 {
  
    font-size: 4rem !important;
       color: #65cd45;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
    
  }

  .content-section {
  
    padding: 10px 100px !important;
    margin-bottom: 100px !important;
    margin: 50px !important;
    
  }
  
  @keyframes pulseShadow {
    0%, 100% {
      text-shadow: 0 0 10px #d78fff, 0 0 20px #9c27b0;
    }
    50% {
      text-shadow: 0 0 20px #ffffff, 0 0 35px #bb86fc;
    }
  }


  .promo-hero{
  margin-top: 100px;
}
@keyframes floatBanner {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.promo-text {
  max-width: 50%;
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
}


@media (max-width: 480px) {
  /* Hero Section */
  .promo-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 10px;
    gap: 1.5rem;
  }

  .promo-banner {
    width: 85%;
    max-width: 260px;
  }

  .promo-text {
    max-width: 100%;
    width: 100%;
  }

  .promo-text h1.typing-animation {
    font-size: 4rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .feature-carousel {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .hero-ctas .btn {
    width: 90%;
    font-size: 1rem;
    padding: 10px 14px;
    max-width: 300px;
    text-align: center;
  }

  /* Allgemeiner Text */
  .content-section {
    padding: 30px 15px !important;
    margin: 0 auto 60px !important;
  }

  .content-section h2 {
    font-size: 2rem !important;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .content-section p {
    font-size: 1rem;
    padding: 0 5px;
  }

  .feature-list {
    padding: 0 10px;
  }

  .feature-list li {
    font-size: 1rem;
    padding: 16px 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    border-radius: 8px;
  }

  /* Rabatt-Button */
  .btn-led {
    width: 90%;
    max-width: 300px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 1rem;
    padding: 10px 14px;
  }

  .berg-container img {
    width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

:root{
  --color-bg: transparent;
}




.typing-animation {
  position: relative;
  display: inline-block;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  overflow: visible;
  cursor: default;

  /* Terminalgrün-Verlauf */
  background: linear-gradient(
    90deg,
    #33ff33 0%,
    #66ff66 25%,
    #99ff99 50%,
    #66ff66 75%,
    #33ff33 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* LED-Leucht-Effekt */
  text-shadow:
    0 0 6px #33ff33,
    0 0 12px #66ff66,
    0 0 24px #33ff33;

  clip-path: inset(100% 0 0 0);
  animation:
    reveal 0.8s ease-out forwards,
    gradientMove 8s ease infinite,
    neonPulse 3s ease-in-out infinite,
    quickGlitch 5.5s steps(2) infinite;
}

/* Keyframes */
@keyframes reveal {
  to { clip-path: inset(0); }
}
@keyframes gradientMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 6px #33ff33, 0 0 14px #66ff66;
  }
  50% {
    text-shadow: 0 0 12px #66ff66, 0 0 24px #99ff99;
  }
}
@keyframes quickGlitch {
  0%, 10%, 100% { transform: none; }
  6% { transform: translate(1px, -1px) skewX(2deg); }
  8% { transform: translate(-1px, 1px) skewX(-2deg); }
}

/* Chromatische Aberration (Grün-Varianten) */
.typing-animation::before,
.typing-animation::after {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}

.typing-animation::before {
  text-shadow: -2px 0 #33ff33;
  clip-path: inset(0 100% 0 0);
  animation: abGreen 7s infinite;
}

.typing-animation::after {
  text-shadow: 2px 0 #99ff99;
  clip-path: inset(0 100% 0 0);
  animation: abNeon 13s infinite;
}

@keyframes abGreen {
  0%,5%,100% { clip-path: inset(0 100% 0 0); }
  10%,15%    { clip-path: inset(10% 0 0 0); }
  20%,25%    { clip-path: inset(60% 0 0 0); }
}
@keyframes abNeon {
  0%,7%,100% { clip-path: inset(0 100% 0 0); }
  12%,18%    { clip-path: inset(40% 0 0 0); }
  22%,28%    { clip-path: inset(20% 0 0 0); }
}

/* Mobile Fallback */
@media (max-width: 768px) {
  .typing-animation {
    font-size: 2.3rem;
    animation:
      reveal 0.8s ease-out forwards,
      gradientMove 8s ease infinite,
      neonPulse 2.5s ease-in-out infinite;
    clip-path: inset(0);
  }
  .typing-animation::before,
  .typing-animation::after {
    display: none;
  }
}




.btn-primary{
    background: linear-gradient(135deg, #63ff30, #1a9a07) !important;
    box-shadow: 0 8px 16px rgb(47 239 32 / 40%) !important;
}


  
  .feature-carousel {
    position: relative;
    width: 100%;
    height: 3.5rem;
    margin: 2rem auto 0;
    overflow: hidden;
    font-family: 'Stoneage', sans-serif;
    font-size: clamp(1.25rem,4vw,2rem);
    color: #69ff4b;
    text-shadow: 0 0 8px rgb(61 255 247 / 80%);
  }



  
  
.content-section h2 {
    font-size: 5rem !important;
  
  }

    .content-section p {
    font-size: 1.5rem !important;
  
  }

  @media (max-width: 768px) {
   .content-section h2 {
    font-size: 3rem !important;
  
  }

    .content-section p {
    font-size: 1.3rem !important;
  
  }
}

