/*--------------------------------------------------------------
# Pilot City Pages — Shared Styles
--------------------------------------------------------------*/

/* Language Switcher */
.lang-switcher {
  display: inline-flex;
  gap: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid var(--accent-color);
  margin-bottom: 0;
}

.lang-btn {
  background: transparent;
  border: none;
  color: var(--accent-color);
  font-family: var(--nav-font);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
}

.lang-btn.active {
  background: var(--accent-color);
  color: #fff;
}

/* Language Switcher — in dark hero */
.dark-background .lang-switcher {
  border-color: rgba(255,255,255,0.6);
}

.dark-background .lang-btn {
  color: rgba(255,255,255,0.85);
}

.dark-background .lang-btn:hover {
  background: rgba(255,255,255,0.15);
}

.dark-background .lang-btn.active {
  background: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}

/* Hero area lang switcher container */
.hero-lang-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.hero-lang-row .breadcrumbs {
  margin-top: 0;
}

/* Pilot CTA Section */
.pilot-survey-cta {
  background: var(--accent-color);
  padding: 60px 0;
  text-align: center;
}

.pilot-survey-cta h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
}

.pilot-survey-cta p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.pilot-survey-cta .survey-btn {
  display: inline-block;
  background: #fff;
  color: var(--accent-color);
  font-family: var(--nav-font);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 38px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}

.pilot-survey-cta .survey-btn:hover {
  background: color-mix(in srgb, #fff, transparent 10%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* City info cards */
.city-info-card {
  background: var(--surface-color);
  border-radius: 10px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  border-left: 4px solid var(--accent-color);
}

.city-info-card .icon {
  width: 52px;
  height: 52px;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.city-info-card .icon i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.city-info-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.city-info-card p {
  color: var(--default-color);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Key objectives list */
.objectives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.objectives-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  font-size: 0.97rem;
  color: var(--default-color);
  line-height: 1.5;
}

.objectives-list li:last-child {
  border-bottom: none;
}

.objectives-list li i {
  color: var(--accent-color);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* City stat boxes */
.city-stat {
  text-align: center;
  padding: 24px 16px;
  background: var(--surface-color);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.city-stat .stat-value {
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 6px;
}

.city-stat .stat-label {
  font-size: 0.85rem;
  color: var(--default-color);
  opacity: 0.8;
}

/* Pilot page section divider */
.pilot-divider {
  width: 50px;
  height: 4px;
  background: var(--accent-color);
  border-radius: 2px;
  margin: 12px 0 24px;
}

/* Pull-quote from pilot leader */
.pilot-quote {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px;
}

.pilot-quote i.bi-quote {
  font-size: 2.2rem;
  color: var(--accent-color);
  opacity: 0.5;
}

.pilot-quote blockquote {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--heading-color);
  margin: 16px 0 20px;
}

.pilot-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.95rem;
  color: var(--accent-color);
  font-weight: 600;
}

/* Pilot photo gallery slider */
.pilot-gallery-swiper {
  --swiper-theme-color: var(--accent-color);
  --swiper-navigation-size: 20px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.pilot-gallery-swiper .swiper-slide {
  position: relative;
}

.pilot-gallery-img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.pilot-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 28px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pilot-gallery-swiper .swiper-button-next,
.pilot-gallery-swiper .swiper-button-prev {
  background: rgba(255,255,255,0.85);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.pilot-gallery-swiper .swiper-button-next::after,
.pilot-gallery-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}

.pilot-gallery-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.pilot-gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--accent-color);
}

@media (max-width: 768px) {
  .pilot-gallery-img {
    height: 320px;
  }
}

/* Pilot team cards */
.pilot-team-card {
  background: var(--surface-color);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.pilot-team-photo {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.pilot-team-lead .pilot-team-photo {
  width: 170px;
  height: 170px;
}

.pilot-team-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 4px;
}

.pilot-team-role {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.pilot-team-org {
  font-size: 0.88rem;
  color: var(--default-color);
  opacity: 0.85;
  line-height: 1.6;
  margin-bottom: 14px;
}

.pilot-team-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
}

.pilot-team-contact a {
  color: var(--default-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pilot-team-contact a:hover {
  color: var(--accent-color);
}

.pilot-team-contact i {
  color: var(--accent-color);
  margin-right: 6px;
}
