
/*** T3SB identifier: t3sbsCSSassets_30605 */

/* t3sbs_assets_30605 */
:root {
  --primary: #0a84ff;
  --primary-dark: #0066cc;
  --secondary: #5e5ce6;
  --accent: #ff375f;
  --success: #34c759;
  --warning: #ff9f0a;
  --dark: #1c1c1e;
  --dark-lighter: #2c2c2e;
  --text: #ffffff;
  --text-secondary: #e5e5e7;
  --text-muted: #98989d;
  --border: #e3e3e9;
}

#c30611 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.custom-ul-2 li {
  padding-left: 28px !important;
}


/* All content above background */
section {
  position: relative;
  z-index: 1;
}
/* Stats Header */
.stats-header {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  text-align: center;
}

.stats-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  padding: 10px;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  background: linear-gradient(135deg, #020024 0%, #114f20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-family: "JetBrains Mono", monospace;
}

/* Hero Section */
.hero {
  background: linear-gradient(
    90deg,
    #020024 0%,
    #090979 35%,
    rgb(19, 128, 252) 100%
  );
  padding: 100px 0 80px;
  text-align: left;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,100 600,300 T1200,300 L1200,600 L0,600 Z" fill="rgba(255,255,255,0.05)"/></svg>')
    no-repeat bottom;
  background-size: cover;
}
.hero-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.hero h1 .gradient-text {
  font-size: 3.5rem;
}

/* RAG Visualization */
.hero-visual {
  background: var(--dark);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--primary);
  position: relative;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(10, 132, 255, 0.05) 0%,
    rgba(94, 92, 230, 0.05) 100%
  );
  pointer-events: none;
}

.rag-flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.rag-step {
  background: var(--dark-lighter);
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  transition: all 0.3s ease;
}

.rag-step:hover {
  transform: translateX(10px);
  border-left-color: var(--secondary);
}

.rag-step-number {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 8px;
}

.rag-step-title {
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.rag-step-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* CTA Button */
.cta-button {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: white;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.05rem;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(10, 132, 255, 0.3);
}

/* Section Styles */
.section {
  padding: 100px 0;
  position: relative;
}

.section-title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
}

.section-subtitle {
  text-align: center;
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 4rem;
  font-family: "JetBrains Mono", monospace;
}

/* How it Works */
.how-it-works {
  background: transparent;
  border-bottom: 1px solid #063289;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.how-card {
  background: transparent;
  padding: 35px;
  border-radius: 16px;
  border: 1px solid #1a1c11;
  text-align: center;
}

.how-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.how-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.how-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.how-card p {
  line-height: 1.6;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.benefit-card {
  padding: 35px;
  border-radius: 16px;
  border: 1px solid #1a1c11;
  position: relative;
  overflow: hidden;
}

.benefit-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.benefit-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}

.benefit-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.benefit-card p {
  line-height: 1.6;
}

/* Process Steps */
.process-section {
  background: linear-gradient(
    90deg,
    #020024 0%,
    #090979 35%,
    rgb(19, 128, 252) 100%
  );
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.process-step {
  text-align: center;
  padding: 40px 30px;
  position: relative;
}

.step-number {
  height: 40px;
  width: 40px;
  margin: 0 auto 20px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.process-step h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}
.process-section h2 {
  color: white;
}
.process-step p {
  font-size: 0.95rem;
}

/* Success Stories */
.success-stories {
  background: transparent;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
  margin-top: 50px;
}

.story-card {
  background: transparent;
  padding: 35px;
  border: 1px solid #1a1c11;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.story-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.story-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.story-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.story-meta {
  flex: 1;
}

.story-title {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.story-location {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-family: "JetBrains Mono", monospace;
}

.story-challenge,
.story-solution {
  margin-bottom: 15px;
}

.story-label {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "JetBrains Mono", monospace;
}

.story-text {
  color: var(--dark);
  font-size: 0.95rem;
  line-height: 1.6;
}

.story-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.result-item {
  text-align: center;
}

.result-value {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.result-label {
  font-size: 0.8rem;

  margin-top: 5px;
  font-family: "JetBrains Mono", monospace;
}

/* Packages */
.packages-section {
  background: transparent;
  border-top: 1px solid #1a1c11;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.package-card {
  background: transparent;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  border: 1px solid #114f20;
  transition: all 0.3s ease;
}
.package-card ul li {
  padding-left: 28px;
}
.package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  border-color: var(--primary);
}

.package-card.featured {
  border: 2px solid #2b4ea0;
  transform: scale(1.05);
}

.package-card.featured::before {
  content: "EMPFOHLEN";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}

.package-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.package-price {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.package-subtitle {
  color: var(--text-muted);
  margin-bottom: 30px;
  font-size: 0.9rem;
  font-family: "JetBrains Mono", monospace;
}

/* Local Viernheim Section */
.viernheim-focus {
  padding: 80px 0;
}

.viernheim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
  align-items: center;
}

.viernheim-content h3 {
  color: #6366f1;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.viernheim-stats {
  padding: 40px;
  border-radius: 15px;
  border-left: 5px solid #6366f1;
}

.viernheim-stat {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
}

.viernheim-stat:last-child {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 968px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-features {
    text-align: left;
  }

  .stats-grid {
    gap: 25px;
  }

  .process-step::after {
    display: none;
  }

  .package-card.featured {
    transform: none;
  }

  .section-title {
    font-size: 2rem;
  }

  .story-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 2rem;
  }
}

	

