/* ========================================
   HOME SCREEN - RADMARKT.COM
   Optimiert für Lesbarkeit und Zentrierung
   ======================================== */

/* Main Container für optimale Breite */
.home-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Globale Sektion-Abstände */
section {
  margin-bottom: 80px;
}

/* ==================== HERO SECTION ==================== */
.home-hero {
  background: linear-gradient(135deg, rgba(17, 19, 24, 0.95) 0%, rgba(30, 35, 45, 0.95) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(184, 242, 29, 0.15);
  border-radius: 24px;
  padding: 80px 50px;
  margin-bottom: 80px;
  box-shadow: 0 12px 48px rgba(184, 242, 29, 0.12);
  text-align: center;
}

.home-hero-content {
  max-width: 950px;
  margin: 0 auto;
}

.home-hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 32px;
  background: linear-gradient(135deg, #B8F21D 0%, #A0D91A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 10px rgba(184, 242, 29, 0.1);
}

.home-hero-subtitle {
  font-size: 19px;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin-top: 24px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-subtitle p {
  margin-bottom: 0;
}

.home-intro {
  margin-bottom: 80px;
  padding: 0 20px;
}

.home-intro-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-intro-text p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-text-primary);
  margin-bottom: 24px;
  text-align: center;
}

.home-cta-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-accent);
  margin-top: 30px;
}

.home-section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  background: linear-gradient(135deg, #F4F6F8 0%, #B8F21D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-benefits {
  margin-bottom: 100px;
  padding: 60px 20px;
  background: rgba(17, 19, 24, 0.4);
  border-radius: 24px;
  border: 1px solid rgba(184, 242, 29, 0.05);
}

.home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-benefit-card {
  background: rgba(17, 19, 24, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(184, 242, 29, 0.15);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.home-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 242, 29, 0.3);
  box-shadow: 0 12px 32px rgba(184, 242, 29, 0.15);
}

.home-benefit-icon {
  font-size: 48px;
  margin-bottom: 16px;
  color: var(--color-accent);
}

.home-benefit-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.home-benefit-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.home-topics {
  margin-bottom: 100px;
  padding: 0 20px;
}

.home-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-topic-item,
.home-topic-card {
  background: rgba(17, 19, 24, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(184, 242, 29, 0.12);
  border-radius: 20px;
  padding: 40px 35px;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-topic-item:hover,
.home-topic-card:hover {
  border-color: rgba(184, 242, 29, 0.35);
  box-shadow: 0 12px 40px rgba(184, 242, 29, 0.2);
  transform: translateY(-5px);
}

.home-topic-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 20px;
  text-align: center;
}

.home-topic-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin-bottom: 24px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.home-topic-highlights {
  max-width: 700px;
  margin: 30px auto;
}

.home-topic-highlights ul {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  text-align: left;
  max-width: 500px;
}

.home-topic-highlights li {
  font-size: 16px;
  line-height: 1.9;
  color: var(--color-text-secondary);
  padding-left: 35px;
  margin-bottom: 14px;
  position: relative;
}

.home-topic-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 20px;
}

.home-topic-link {
  display: inline-block;
  margin-top: 30px;
  padding: 16px 38px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #9FCC16 100%);
  color: #0D0F12;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(184, 242, 29, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.home-topic-link:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(184, 242, 29, 0.6);
  background: linear-gradient(135deg, #9FCC16 0%, var(--color-accent) 100%);
}

.home-story {
  margin-bottom: 100px;
  padding: 60px 20px;
  background: rgba(17, 19, 24, 0.3);
  border-radius: 24px;
  border: 1px solid rgba(184, 242, 29, 0.08);
}

.home-story-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-story-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-top: 50px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #F4F6F8 0%, #B8F21D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.home-story-content p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--color-text-secondary);
  margin-bottom: 24px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.home-story-insight {
  background: rgba(184, 242, 29, 0.08);
  border-left: 4px solid var(--color-accent);
  padding: 28px 35px;
  margin: 40px auto;
  border-radius: 12px;
  font-style: italic;
  max-width: 750px;
  text-align: left;
}

.home-story-insight strong {
  color: var(--color-accent);
  font-weight: 700;
}

/* ==================== TIMELINE SECTION ==================== */
.home-timeline {
  margin-bottom: 100px;
  padding: 70px 20px;
  background: linear-gradient(135deg, rgba(17, 19, 24, 0.6) 0%, rgba(30, 35, 45, 0.6) 100%);
  border-radius: 24px;
  border: 1px solid rgba(184, 242, 29, 0.15);
  box-shadow: 0 8px 32px rgba(184, 242, 29, 0.08);
}

.home-timeline-intro {
  text-align: center;
  font-size: 19px;
  line-height: 1.8;
  color: var(--color-text-secondary);
  max-width: 850px;
  margin: 20px auto 50px;
  font-style: italic;
}

.timeline-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--color-accent) 0%, rgba(184, 242, 29, 0.3) 100%);
  border-radius: 2px;
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline-badge {
  position: absolute;
  left: -60px;
  top: 5px;
  width: 95px;
  background: var(--color-accent);
  color: #0b0d10;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(184, 242, 29, 0.3);
  z-index: 2;
}

.timeline-badge::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--color-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(17, 19, 24, 0.8);
}

.timeline-content {
  background: rgba(17, 19, 24, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(184, 242, 29, 0.15);
  border-radius: 16px;
  padding: 30px 35px;
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
  border-color: rgba(184, 242, 29, 0.35);
  box-shadow: 0 8px 24px rgba(184, 242, 29, 0.15);
  transform: translateX(5px);
}

.timeline-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 12px;
  background: linear-gradient(135deg, #F4F6F8 0%, #B8F21D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.timeline-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin: 0;
}

.home-newsletter {
  background: linear-gradient(135deg, rgba(17, 19, 24, 0.9) 0%, rgba(30, 35, 45, 0.9) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(184, 242, 29, 0.25);
  border-radius: 24px;
  padding: 70px 40px;
  margin-bottom: 80px;
  box-shadow: 0 12px 40px rgba(184, 242, 29, 0.1);
}

.home-newsletter-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.home-newsletter-subtitle {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 24px;
  background: linear-gradient(135deg, #F4F6F8 0%, #B8F21D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-newsletter-content > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: 30px;
}

.home-newsletter-features {
  list-style: none;
  padding: 0;
  margin: 35px auto;
  max-width: 650px;
  text-align: left;
}

.home-newsletter-features li {
  font-size: 16px;
  line-height: 2;
  color: var(--color-text-secondary);
  padding-left: 35px;
  margin-bottom: 14px;
  position: relative;
}

.home-newsletter-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 18px;
  color: var(--color-accent);
  font-weight: bold;
}

.home-newsletter-promise {
  background: rgba(184, 242, 29, 0.08);
  border-radius: 16px;
  padding: 30px 35px;
  margin-top: 40px;
  border: 1px solid rgba(184, 242, 29, 0.15);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.home-newsletter-promise p {
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.home-newsletter-promise ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-newsletter-promise li {
  font-size: 15px;
  line-height: 1.9;
  color: var(--color-text-secondary);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.home-newsletter-promise li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: bold;
}

/* Newsletter Form - Magic UI inspired */
.home-newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 650px;
  margin: 45px auto 35px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Input Field with animated shine border */
.home-newsletter-input {
  flex: 1;
  min-width: 300px;
  padding: 20px 28px;
  font-size: 17px;
  background: rgba(17, 19, 24, 0.95);
  border: 2px solid transparent;
  border-radius: 14px;
  color: var(--color-text-primary);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  position: relative;
  background-image: 
    linear-gradient(rgba(17, 19, 24, 0.95), rgba(17, 19, 24, 0.95)),
    linear-gradient(135deg, var(--color-accent), #9FCC16, var(--color-accent));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 
    0 0 0 0 rgba(184, 242, 29, 0),
    inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

.home-newsletter-input::placeholder {
  color: rgba(244, 246, 248, 0.35);
  transition: color 0.3s ease;
}

.home-newsletter-input:hover {
  background-image: 
    linear-gradient(rgba(17, 19, 24, 1), rgba(17, 19, 24, 1)),
    linear-gradient(135deg, var(--color-accent), #B8F21D, #9FCC16, var(--color-accent));
  box-shadow: 
    0 4px 20px rgba(184, 242, 29, 0.15),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.home-newsletter-input:hover::placeholder {
  color: rgba(244, 246, 248, 0.5);
}

.home-newsletter-input:focus {
  background-image: 
    linear-gradient(rgba(17, 19, 24, 1), rgba(17, 19, 24, 1)),
    linear-gradient(135deg, #B8F21D, var(--color-accent), #B8F21D);
  box-shadow: 
    0 0 0 4px rgba(184, 242, 29, 0.12),
    0 8px 30px rgba(184, 242, 29, 0.25),
    inset 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: shine-border 3s linear infinite;
}

/* Animated shimmer button */
.home-newsletter-button {
  padding: 20px 48px;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--color-accent) 0%, #9FCC16 50%, var(--color-accent) 100%);
  background-size: 200% 200%;
  color: #0D0F12;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 
    0 6px 20px rgba(184, 242, 29, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.home-newsletter-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.home-newsletter-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 10px 35px rgba(184, 242, 29, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-position: 100% 0%;
}

.home-newsletter-button:hover::before {
  left: 100%;
}

.home-newsletter-button:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 
    0 4px 15px rgba(184, 242, 29, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* Keyframes for shine border animation */
@keyframes shine-border {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ==================== RESPONSIVE DESIGN ==================== */

/* Tablet & Mobile */
@media (max-width: 1024px) {
  .home-hero {
    padding: 60px 35px;
  }
  
  .home-hero-title {
    font-size: 42px;
  }
  
  .home-topic-item {
    padding: 35px 30px;
  }
  
  .home-story {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding: 50px 25px;
    margin-bottom: 60px;
  }
  
  .home-hero-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  .home-hero-subtitle {
    font-size: 17px;
  }
  
  .home-intro {
    margin-bottom: 60px;
  }
  
  .home-intro-text p {
    font-size: 16px;
  }
  
  .home-section-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  
  .home-benefits {
    padding: 50px 20px;
    margin-bottom: 70px;
  }
  
  .home-benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .home-topic-item {
    padding: 30px 25px;
    margin-bottom: 25px;
  }
  
  .home-topic-title {
    font-size: 24px;
  }
  
  .home-topic-text {
    font-size: 16px;
  }
  
  .home-story {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
  
  .home-story-subtitle {
    font-size: 24px;
    margin-top: 35px;
  }
  
  .home-timeline {
    padding: 50px 20px;
    margin-bottom: 70px;
  }
  
  .timeline-container {
    padding-left: 50px;
  }
  
  .timeline-badge {
    left: -50px;
    width: 85px;
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .timeline-content {
    padding: 25px 28px;
  }
  
  .timeline-title {
    font-size: 22px;
  }
  
  .home-newsletter {
    padding: 45px 25px;
    margin-bottom: 60px;
  }
  
  .home-newsletter-subtitle {
    font-size: 26px;
  }
  
  .home-newsletter-form {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  
  .home-newsletter-input {
    min-width: 100%;
    padding: 18px 22px;
    font-size: 16px;
  }
  
  .home-newsletter-button {
    width: 100%;
    padding: 18px 40px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .home-hero {
    padding: 40px 20px;
  }
  
  .home-hero-title {
    font-size: 28px;
  }
  
  .home-hero-subtitle {
    font-size: 16px;
  }
  
  .home-intro-text p {
    font-size: 15px;
  }
  
  .home-section-title {
    font-size: 26px;
  }
  
  .home-benefit-card {
    padding: 28px 20px;
  }
  
  .home-topic-item {
    padding: 25px 20px;
  }
  
  .home-topic-title {
    font-size: 22px;
  }
  
  .home-story-subtitle {
    font-size: 22px;
  }
  
  .home-timeline {
    padding: 40px 15px;
  }
  
  .home-timeline-intro {
    font-size: 16px;
  }
  
  .timeline-container {
    padding-left: 40px;
  }
  
  .timeline-container::before {
    left: 15px;
  }
  
  .timeline-badge {
    left: -40px;
    width: 75px;
    font-size: 12px;
    padding: 5px 8px;
  }
  
  .timeline-badge::after {
    right: -6px;
    width: 12px;
    height: 12px;
  }
  
  .timeline-content {
    padding: 20px 22px;
  }
  
  .timeline-title {
    font-size: 20px;
  }
  
  .timeline-content p {
    font-size: 15px;
  }
  
  .home-newsletter {
    padding: 35px 20px;
  }
  
  .home-newsletter-subtitle {
    font-size: 24px;
  }
  
  .home-newsletter-input {
    padding: 17px 22px;
    font-size: 16px;
  }
  
  .home-newsletter-button {
    padding: 17px 38px;
    font-size: 15px;
    letter-spacing: 0.8px;
  }
}
