/* Danke & Fragen Slide - Vereinfacht - Isolierte Styles */
.thanks-slide-landscape {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.thanks-slide-container {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main content layout */
.thanks-content-wrapper {
  display: flex;
  gap: 120px;
  max-width: 1000px;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.thanks-section,
.questions-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Thanks Section */
.thanks-section {
  animation: thanks-slideInLeft 1s ease-out forwards;
  opacity: 0;
}

.thanks-icon-container {
  position: relative;
  margin-bottom: 40px;
}

.thanks-main-icon {
  font-size: 8em;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981, #34d399);
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.3);
  animation: thanks-bounce 2s infinite ease-in-out;
}

.thanks-sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thanks-sparkle {
  position: absolute;
  font-size: 2em;
  animation: thanks-sparkle 3s infinite ease-in-out;
}

.thanks-sparkle-1 {
  top: 5%;
  left: 15%;
  animation-delay: 0s;
}

.thanks-sparkle-2 {
  top: 15%;
  right: 10%;
  animation-delay: 0.5s;
}

.thanks-sparkle-3 {
  bottom: 20%;
  left: 5%;
  animation-delay: 1s;
}

.thanks-sparkle-4 {
  bottom: 10%;
  right: 15%;
  animation-delay: 1.5s;
}

.thanks-text {
  text-align: center;
}

.thanks-title {
  font-size: 4.5em;
  margin-bottom: 20px;
  color: var(--heading-color, #1e3a8a);
  font-weight: 700;
  line-height: 1.1;
}

.thanks-highlight {
  background: linear-gradient(135deg, #10b981, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.thanks-subtitle {
  font-size: 1.6em;
  color: var(--secondary-color, #64748b);
  font-weight: 300;
}

/* Questions Section */
.questions-section {
  animation: thanks-slideInRight 1s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.questions-icon-container {
  position: relative;
  margin-bottom: 40px;
}

.questions-main-icon {
  font-size: 8em;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.3);
  animation: thanks-pulse 2s infinite ease-in-out;
}

.questions-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.questions-bubble {
  position: absolute;
  font-size: 1.5em;
  font-weight: 600;
  color: #3b82f6;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: thanks-float 4s infinite ease-in-out;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.questions-bubble-1 {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}

.questions-bubble-2 {
  top: 25%;
  right: 15%;
  animation-delay: 1s;
}

.questions-bubble-3 {
  bottom: 15%;
  left: 10%;
  animation-delay: 2s;
}

.questions-text {
  text-align: center;
}

.questions-title {
  font-size: 4.5em;
  margin-bottom: 20px;
  color: var(--heading-color, #1e3a8a);
  font-weight: 700;
  line-height: 1.1;
}

.questions-highlight {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.questions-subtitle {
  font-size: 1.6em;
  color: var(--secondary-color, #64748b);
  font-weight: 300;
}

/* Decorative elements */
.thanks-decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.thanks-decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(59, 130, 246, 0.1);
  animation: thanks-rotate 20s infinite linear;
}

.thanks-circle-1 {
  top: 10%;
  left: 10%;
  width: 150px;
  height: 150px;
}

.thanks-circle-2 {
  bottom: 15%;
  right: 15%;
  width: 100px;
  height: 100px;
  animation-duration: 15s;
  animation-direction: reverse;
}

.thanks-decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(59, 130, 246, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
  opacity: 0.4;
}

/* Animations */
@keyframes thanks-slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes thanks-slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes thanks-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

@keyframes thanks-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes thanks-sparkle {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

@keyframes thanks-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes thanks-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .thanks-content-wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .thanks-main-icon,
  .questions-main-icon {
    font-size: 6em;
    width: 150px;
    height: 150px;
  }

  .thanks-title,
  .questions-title {
    font-size: 3.5em;
  }
}

@media (max-width: 768px) {
  .thanks-slide-container {
    padding: 20px;
  }

  .thanks-content-wrapper {
    gap: 40px;
  }

  .thanks-main-icon,
  .questions-main-icon {
    font-size: 5em;
    width: 120px;
    height: 120px;
  }

  .thanks-title,
  .questions-title {
    font-size: 3em;
  }

  .thanks-subtitle,
  .questions-subtitle {
    font-size: 1.3em;
  }

  .thanks-sparkle {
    font-size: 1.5em;
  }

  .questions-bubble {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }
}
