/**
 * Über uns Page Styles
 * Styles for the About Us page
 *
 * @package Tecoil
 */

/* =====================================================
   Hero Section
   ===================================================== */
.ueber-uns-page .hero-about {
  background: linear-gradient(180deg, #002d53 0%, #0c3458 50%, #002d53 100%);
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden;
}

.ueber-uns-page .hero-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(253, 195, 0, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(253, 195, 0, 0.05) 0%, transparent 50%);
  animation: aboutFloat 20s ease-in-out infinite;
}

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

.ueber-uns-page .hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fdc300 0%, #ffdb4d 100%);
  color: #002d53;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  animation: pulse 2s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

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

.ueber-uns-page .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
  position: relative;
  z-index: 1;
}

.ueber-uns-page .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
  max-width: 700px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

/* =====================================================
   Timeline Section
   ===================================================== */
.ueber-uns-page .timeline-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
}

.ueber-uns-page .timeline-section .section-title {
  text-align: center;
  color: #002d53;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
}

.ueber-uns-page .timeline-section .section-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 60px;
}

.ueber-uns-page .timeline {
  position: relative;
  max-width: 1200px;
  margin: 60px auto;
}

.ueber-uns-page .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(180deg, #fdc300 0%, #002d53 100%);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 3px;
}

.ueber-uns-page .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.ueber-uns-page .timeline-item::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #fdc300;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.ueber-uns-page .timeline-item.left {
  left: 0;
}

.ueber-uns-page .timeline-item.right {
  left: 50%;
}

.ueber-uns-page .timeline-item.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.ueber-uns-page .timeline-item.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.ueber-uns-page .timeline-item.right::after {
  left: -16px;
}

.ueber-uns-page .timeline-content {
  padding: 25px 35px;
  background-color: white;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,45,83,0.08);
  transition: all 0.4s ease;
}

.ueber-uns-page .timeline-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0,0,0,0.18);
  border-color: rgba(253,195,0,0.3);
}

.ueber-uns-page .timeline-year {
  color: #fdc300;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
}

.ueber-uns-page .timeline-title {
  color: #002d53;
  font-size: 20px;
  margin: 0 0 10px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
}

.ueber-uns-page .timeline-desc {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* =====================================================
   Values Section
   ===================================================== */
.ueber-uns-page .values-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.ueber-uns-page .values-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(253, 195, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.ueber-uns-page .values-section .section-title {
  text-align: center;
  color: #002d53;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
  position: relative;
  z-index: 1;
}

.ueber-uns-page .values-section .section-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.ueber-uns-page .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.ueber-uns-page .value-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.ueber-uns-page .value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #fdc300 0%, #002d53 100%);
}

.ueber-uns-page .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.ueber-uns-page .value-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fdc300;
}

.ueber-uns-page .value-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ueber-uns-page .value-title {
  color: #002d53;
  font-size: 22px;
  margin: 0 0 15px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
}

.ueber-uns-page .value-desc {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* =====================================================
   Facts Section
   ===================================================== */
.ueber-uns-page .facts-section {
  background: linear-gradient(135deg, #002d53 0%, #0c3458 50%, #002d53 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ueber-uns-page .facts-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.ueber-uns-page .facts-bg-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #002d53 0%, #0c3458 100%);
  opacity: 0.95;
  z-index: 1;
}

.ueber-uns-page .facts-bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.ueber-uns-page .facts-section .container {
  position: relative;
  z-index: 2;
}

.ueber-uns-page .facts-section .section-title {
  color: #fdc300;
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
}

.ueber-uns-page .facts-section .section-subtitle {
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 60px;
}

.ueber-uns-page .facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.ueber-uns-page .fact-item {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid rgba(253,195,0,0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ueber-uns-page .fact-item::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(253,195,0,0.2) 0%, transparent 70%);
}

.ueber-uns-page .fact-item:hover {
  transform: scale(1.05);
  border-color: #fdc300;
}

.ueber-uns-page .fact-image {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.ueber-uns-page .fact-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fdc300;
}

.ueber-uns-page .fact-number {
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fdc300;
  margin-bottom: 10px;
  font-family: 'Arial Black', sans-serif;
}

.ueber-uns-page .fact-label {
  display: block;
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  font-weight: 600;
}

.ueber-uns-page .fact-desc {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-top: 10px;
}

.ueber-uns-page .facts-additional {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.ueber-uns-page .fact-mini {
  text-align: center;
  padding: 20px;
  background: rgba(253,195,0,0.1);
  border-radius: 15px;
  border: 1px solid rgba(253,195,0,0.3);
}

.ueber-uns-page .fact-mini-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fdc300;
  margin-bottom: 5px;
  font-family: 'Arial Black', sans-serif;
}

.ueber-uns-page .fact-mini-label {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
}

/* =====================================================
   Philosophy Section
   ===================================================== */
.ueber-uns-page .philosophy-section {
  background: linear-gradient(135deg, #002d53 0%, #0c3458 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.ueber-uns-page .philosophy-quote {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ueber-uns-page .quote-icon {
  font-size: 60px;
  color: rgba(253, 195, 0, 0.3);
  margin-bottom: 20px;
  line-height: 1;
}

.ueber-uns-page .quote-text {
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
  font-style: italic;
}

.ueber-uns-page .quote-author {
  color: #fdc300;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* =====================================================
   CTA Section
   ===================================================== */
.ueber-uns-page .cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  text-align: center;
}

.ueber-uns-page .cta-title {
  color: #002d53;
  font-size: 36px;
  margin: 0 0 20px;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
}

.ueber-uns-page .cta-subtitle {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.ueber-uns-page .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.ueber-uns-page .btn {
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.ueber-uns-page .btn-primary {
  background: linear-gradient(135deg, #002d53 0%, #0c3458 100%);
  color: white !important;
}

.ueber-uns-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 45, 83, 0.3);
}

.ueber-uns-page .btn-outline {
  border: 2px solid #002d53;
  color: #002d53 !important;
  background: transparent;
}

.ueber-uns-page .btn-outline:hover {
  background: #002d53;
  color: white !important;
}

/* =====================================================
   Footer Wave Section
   ===================================================== */
.ueber-uns-page .footer-wave-section {
  position: relative;
  width: 100%;
  height: 400px;
  background: #002d53;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: -1px;
}

.ueber-uns-page .footer-wave-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

/* =====================================================
   Responsive Design
   ===================================================== */
@media (max-width: 768px) {
  .ueber-uns-page .hero-about {
    padding: 100px 0 60px;
  }

  .ueber-uns-page .hero-title {
    font-size: 2rem;
  }

  .ueber-uns-page .timeline::after {
    left: 31px;
  }

  .ueber-uns-page .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .ueber-uns-page .timeline-item::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .ueber-uns-page .timeline-item.left::after,
  .ueber-uns-page .timeline-item.right::after {
    left: 15px;
  }

  .ueber-uns-page .timeline-item.right {
    left: 0%;
  }

  .ueber-uns-page .timeline-section .section-title,
  .ueber-uns-page .values-section .section-title {
    font-size: 2rem;
  }

  .ueber-uns-page .facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ueber-uns-page .fact-number {
    font-size: 2.5rem;
  }

  .ueber-uns-page .values-grid {
    grid-template-columns: 1fr;
  }

  .ueber-uns-page .cta-title {
    font-size: 1.8rem;
  }

  .ueber-uns-page .quote-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .ueber-uns-page .hero-title {
    font-size: 1.8rem;
  }

  .ueber-uns-page .hero-subtitle {
    font-size: 1rem;
  }

  .ueber-uns-page .facts-grid {
    grid-template-columns: 1fr;
  }

  .ueber-uns-page .cta-buttons {
    flex-direction: column;
  }

  .ueber-uns-page .btn {
    width: 100%;
    text-align: center;
  }

  .ueber-uns-page .timeline-content {
    padding: 20px;
  }
}
