/* =============================================
   RDDWeb — ueber-uns.css (Über-uns-Seite)
   ============================================= */

/* --- About Hero --- */
.about-hero {
  background: linear-gradient(135deg, #F0F5FA 0%, #E8EFF7 100%);
  padding: 5rem 0 4rem;
  border-bottom: 1px solid #DDE4EC;
}

.about-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2C5F8A;
  background: #EEF4FA;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.about-hero h1 { margin-bottom: 1rem; }
.about-hero p { font-size: 1.05rem; color: #445566; margin-bottom: 1.5rem; }

.about-hero__stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
}
.stat__number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #2C5F8A;
  line-height: 1;
}
.stat__label {
  font-size: 0.82rem;
  color: #667788;
  margin-top: 0.25rem;
}

.about-hero__image .img-placeholder { min-height: 300px; }

@media (max-width: 768px) {
  .about-hero .container { grid-template-columns: 1fr; }
  .about-hero__image { order: -1; }
  .about-hero__image .img-placeholder { min-height: 200px; }
}

/* --- Mission Section --- */
.mission {
  padding: 4.5rem 0;
  text-align: center;
}

.mission__inner {
  max-width: 720px;
  margin: 0 auto;
}

.mission h2 { margin-bottom: 1.2rem; }
.mission p { font-size: 1.1rem; color: #445566; line-height: 1.8; }

.mission__quote {
  border-left: 4px solid #2C5F8A;
  padding: 1rem 1.5rem;
  margin: 2rem auto;
  text-align: left;
  background: #EEF4FA;
  border-radius: 0 8px 8px 0;
  font-size: 1.05rem;
  font-style: italic;
  color: #1A1A2E;
  max-width: 600px;
}

/* --- Values --- */
.values {
  padding: 4.5rem 0;
}

.values__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.values__header p { color: #445566; margin-top: 0.75rem; }

.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.value-card {
  background: #FFFFFF;
  border: 1px solid #E8ECF0;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.value-card:hover { box-shadow: 0 6px 20px rgba(44,95,138,0.1); transform: translateY(-3px); }

.value-card__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #EEF4FA 0%, #D9EAF7 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  color: #2C5F8A;
}

.value-card h3 { margin-bottom: 0.6rem; font-size: 1.05rem; }
.value-card p { font-size: 0.9rem; color: #667788; margin: 0; }

@media (max-width: 768px) {
  .values__grid { grid-template-columns: 1fr; }
}

/* --- Story --- */
.story {
  padding: 4.5rem 0;
}

.story .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.story__content h2 { margin-bottom: 1rem; }
.story__content p { color: #445566; margin-bottom: 1rem; }

.story__timeline {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.timeline-year {
  background: #2C5F8A;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  white-space: nowrap;
  margin-top: 2px;
}

.timeline-item p { font-size: 0.9rem; color: #445566; margin: 0; }

.story__image .img-placeholder { min-height: 300px; }

@media (max-width: 768px) {
  .story .container { grid-template-columns: 1fr; }
}

/* --- Team --- */
.team {
  padding: 4.5rem 0;
}

.team__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.team__header p { color: #445566; margin-top: 0.75rem; }

.team__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.team-card {
  background: #FFFFFF;
  border: 1px solid #E8ECF0;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s;
}
.team-card:hover { box-shadow: 0 6px 20px rgba(44,95,138,0.1); }

.team-card__avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #EEF4FA 0%, #C5D9EC 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #2C5F8A;
}

.team-card h3 { margin-bottom: 0.25rem; font-size: 1.05rem; }
.team-card__role { font-size: 0.82rem; color: #2C5F8A; font-weight: 600; margin-bottom: 0.75rem; }
.team-card p { font-size: 0.875rem; color: #667788; margin: 0; }

@media (max-width: 600px) {
  .team__grid { grid-template-columns: 1fr; }
}

/* --- What We Do --- */
.what-we-do {
  padding: 4.5rem 0;
}

.what-we-do__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}

.what-we-do h2 { margin-bottom: 1rem; }
.what-we-do p { color: #445566; }

.what-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.what-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem;
  background: #FFFFFF;
  border: 1px solid #E8ECF0;
  border-radius: 10px;
}

.what-item__icon {
  width: 40px;
  height: 40px;
  background: #EEF4FA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C5F8A;
  flex-shrink: 0;
}

.what-item h3 { font-size: 0.975rem; margin-bottom: 0.25rem; }
.what-item p { font-size: 0.875rem; color: #667788; margin: 0; }

@media (max-width: 768px) {
  .what-we-do__inner { grid-template-columns: 1fr; }
}

/* --- About CTA --- */
.about-cta {
  padding: 5rem 0;
  text-align: center;
}

.about-cta__inner {
  background: linear-gradient(135deg, #2C5F8A 0%, #1A3D5C 100%);
  border-radius: 16px;
  padding: 3.5rem 2rem;
  color: #fff;
}

.about-cta h2 { color: #fff; margin-bottom: 0.85rem; }
.about-cta p { color: rgba(255,255,255,0.85); max-width: 480px; margin: 0 auto 2rem; }
