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

#gitscripts-hero {
  padding: 80px 20px;
  position: relative;
}
.promo-banner {
  max-width: 45%;
  border-radius: 16px;
  animation: floatBanner 6s ease-in-out infinite;

}

.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;
}
.product-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
  max-width: 800px;
  margin: 0 auto 1rem;
}
.content-section {
  padding: 60px 20px;
  text-align: center;
}
.content-section h2 {
  font-family: 'Stoneage', sans-serif;
  font-size: 2rem;
  color: #60AAFF;
  margin-bottom: 1rem;
}
.highlight {
  color: #FFBF00;
  font-weight: bold;
}
.disclaimer-box {
  background: rgba(255, 0, 0, 0.08);
  border-left: 4px solid #FF5555;
  padding: 20px;
  border-radius: 10px;
}
.btn-primary {
  background: linear-gradient(135deg, #4080FF, #60AAFF);
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Stoneage', sans-serif;
  border-radius: 50px;
  margin-top: 1rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover {
  background: #60AAFF;
  color: #001530;
}
.btn-secondary {
  background: transparent;
  border: 2px solid #60AAFF;
  color: #60AAFF;
  font-family: 'Stoneage', sans-serif;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background: #60AAFF;
  color: #001530;
}
@media (max-width: 768px) {
  .promo-hero { flex-direction: column; }
  .promo-banner, .promo-text { max-width: 100%; }
  .product-description {
    font-size: 1rem;
    padding: 0 10px;
  }
}

  


 .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:#6c8ee7;
    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;
    }
  }

  .highlight{
    color: #9c27b0;
  }



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

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

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

  .promo-text h1 {
    font-size: 4rem;
    line-height: 1.3;
  }

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

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

  .hero-ctas .btn {
    width: 90%;
    font-size: 1rem;
    padding: 12px 16px;
    text-align: center;
    max-width: 280px;
  }

  /* Texte und Inhalt */
  .product-description {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 10px;
  }

  .content-section {
    padding: 30px 15px !important;
    margin-bottom: 60px !important;
  }

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

  /* Hinweisbox */
  .disclaimer-box {
    padding: 16px;
    border-left-width: 3px;
  }

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







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

  /* Blau-Türkis Verlauf */
  background: linear-gradient(
    90deg,
    #4080ff 0%,
    #60aaff 40%,
    #1fc6ff 60%,
    #60aaff 80%,
    #4080ff 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Neon-Cyan Glow */
  text-shadow:
    0 0 6px #1fc6ff,
    0 0 12px #60aaff,
    0 0 24px #1fc6ff;

  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 6s 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 #1fc6ff, 0 0 14px #60aaff;
  }
  50% {
    text-shadow: 0 0 12px #33ffff, 0 0 24px #60aaff;
  }
}
@keyframes quickGlitch {
  0%, 10%, 100% { transform: none; }
  6% { transform: translate(2px, -1px) skewX(2deg); }
  8% { transform: translate(-2px, 1px) skewX(-2deg); }
}

/* Chromatische Aberration */
.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 #60aaff;
  clip-path: inset(0 100% 0 0);
  animation: abBlue 7s infinite;
}

.typing-animation::after {
  text-shadow: 2px 0 #33ffff;
  clip-path: inset(0 100% 0 0);
  animation: abCyan 14s infinite;
}

@keyframes abBlue {
  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 abCyan {
  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.5rem;
    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, #08d3ee, #1788fc) !important;
    box-shadow: 0 8px 16px rgb(96 158 255 / 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: #4bccff;
    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;
  
  }
}

/* ==== 1) BRAND PALETTE – passend zum neuen Logo ==== */
:root {
  /* Base */
  --bg: #0b1220;
  --surface: rgba(255,255,255,0.05);
  --border: rgba(255,255,255,0.10);
  --text: #eaf2ff;
  --muted: #c3dbe9;

  /* Logo colors */
  --primary-700: #2348d2;
  --primary-600: #2f57e5;
  --primary-500: #4b6ff0;
  --primary-300: #8ea9ff;

  --accent-orange: #f05033;  /* Git-Orange */
  --accent-gold: #ffd21a;    /* #scripts-Gelb */

  /* Effects */
  --glow: 0 0 10px rgba(47,87,229,.55), 0 0 24px rgba(47,87,229,.35);
}

/* ==== 2) GLOBAL FIXES ==== */
#gitscripts-hero { padding: 80px 20px; position: relative; }
body { color: var(--text); background: var(--bg); }
.product-description { color: var(--muted); }

/* ==== 3) HERO ==== */
.promo-banner {
  max-width: 45%;
  border-radius: 16px;
  animation: floatBanner 6s ease-in-out infinite;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.promo-hero { margin-top: 100px; display: flex; gap: 32px; align-items: center; }

.promo-text { max-width: 50%; width: 50%; display: flex; flex-direction: column; align-items: center; }
.product-description {
  font-size: 1.1rem; line-height: 1.6; max-width: 800px; margin: 0 auto 1rem;
}

/* Titel – Royal-Blue Verlauf + dezenter Glow */
.typing-animation {
  position: relative; display: inline-block; font-family: 'Stoneage', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem); font-weight: 700; text-transform: uppercase;
  background: linear-gradient(90deg, var(--primary-700), var(--primary-500) 50%, var(--primary-600));
  background-size: 300% 300%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: var(--glow);
  animation: reveal .8s ease-out forwards, gradientMove 10s ease infinite;
}

/* ==== 4) SECTIONS ==== */
.content-section { padding: 60px 20px; text-align: center; margin: 50px 0; }
.content-section h2 {
  font-family: 'Stoneage', sans-serif;
  font-size: clamp(2rem, 6vw, 4rem);
  color: var(--primary-300);
  text-shadow: 2px 2px 8px rgba(0,0,0,.15);
  margin-bottom: 30px; letter-spacing: 1px; position: relative;
}
.section-heading {
  font-size: clamp(2.5rem, 7vw, 5rem);
  color: var(--muted);
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255,255,255,.12);
  margin-bottom: 30px; letter-spacing: 1px; position: relative;
}

/* ==== 5) LISTEN / KARTEN ==== */
.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: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 20px; font-size: 1.1rem; line-height: 1.5; color: var(--text);
  box-shadow: 0 4px 14px rgba(0,0,0,.25); position: relative;
}
.feature-list li::before {
  content: "›"; position: absolute; left: 12px; top: 16px;
  color: var(--accent-gold); font-weight: 800;
}

/* ==== 6) HIGHLIGHTS & BOXEN ==== */
.highlight { color: var(--accent-gold); font-weight: 700; }
.disclaimer-box {
  background: rgba(240,80,51,.10); border-left: 4px solid var(--accent-orange);
  padding: 20px; border-radius: 10px;
}

/* ==== 7) BUTTONS ==== */
.btn-primary {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
  border: none; color: #fff; padding: 10px 20px; font-family: 'Stoneage', sans-serif;
  border-radius: 50px; margin-top: 1rem; transition: transform .15s ease, box-shadow .3s ease, filter .3s ease;
  text-decoration: none; display: inline-block; box-shadow: 0 8px 18px rgba(47,87,229,.35);
}
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff; }

.btn-secondary {
  background: transparent; border: 2px solid var(--primary-500); color: var(--primary-300);
  font-family: 'Stoneage', sans-serif; padding: 10px 20px; border-radius: 50px; margin-top: 1rem;
  text-decoration: none; display: inline-block; transition: background .25s ease, color .25s ease, transform .15s ease;
}
.btn-secondary:hover { background: var(--primary-500); color: #001530; transform: translateY(-1px); }

/* Optional: starker Download-Call in Git-Orange */
.btn-accent {
  background: linear-gradient(135deg, #ff6a3a, var(--accent-orange));
  color: #fff; border: none; border-radius: 50px; padding: 10px 22px;
  box-shadow: 0 10px 20px rgba(240,80,51,.35);
}
.btn-accent:hover { filter: brightness(1.07); }

/* ==== 8) CAROUSEL / SUBTITLE ==== */
.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: var(--primary-300); text-shadow: 0 0 8px rgba(75,111,240,.6);
}

/* ==== 9) KEYFRAMES (behalten) ==== */
@keyframes floatBanner { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }
@keyframes reveal { to { clip-path: inset(0) } }
@keyframes gradientMove { 0% {background-position:0% 50%} 50% {background-position:100% 50%} 100% {background-position:0% 50%} }

/* ==== 10) RESPONSIVE ==== */
@media (max-width: 1024px) {
  .promo-hero { flex-direction: column; text-align: center; }
  .promo-banner, .promo-text { max-width: 100%; width: 100%; }
}
@media (max-width: 768px) {
  .product-description { font-size: 1rem; padding: 0 10px; }
  .content-section { padding: 30px 15px; margin-bottom: 60px; }
  .section-heading { font-size: 2.5rem; }
}
@media (max-width: 480px) {
  .promo-hero { gap: 1.2rem; padding: 10px; }
  .promo-banner { width: 80%; max-width: 260px; }
  .typing-animation { font-size: 2.5rem; }
  .hero-ctas { flex-direction: column; align-items: center; gap: 1rem; margin-top: 1rem; }
  .hero-ctas .btn { width: 90%; font-size: 1rem; padding: 12px 16px; text-align: center; max-width: 280px; }
}
