/* Switzerland Experience Page - Theme Overrides Only */
/* Swiss Flag Colors: Red (#DA291C), White (#FFFFFF) */
/* EXCEPTION: Using red as primary since it's the only non-white flag color */

:root {
  --switzerland-primary: #DA291C;
  --switzerland-accent: #B22318;
  --switzerland-red: #DA291C;
  --switzerland-white: #FFFFFF;
}

/* Section subtitle color */
.section-subtitle {
  color: var(--switzerland-primary) !important;
}

/* Overview border gradient - Swiss flag inspired */
.experience-overview {
  border-image: linear-gradient(to right, var(--switzerland-red) 0%, var(--switzerland-white) 50%, var(--switzerland-red) 100%) 1;
}

/* Highlight card icons - Switzerland gradient */
.experience-overview .highlight-icon {
  background: linear-gradient(135deg, var(--switzerland-primary), var(--switzerland-accent));
}

/* Itinerary timeline gradient */
.experience-itinerary .itinerary-timeline::before {
  background: linear-gradient(180deg, var(--switzerland-primary), transparent);
}

/* Day number styling */
.experience-itinerary .day-number {
  border-color: var(--switzerland-primary);
  color: var(--switzerland-primary);
}

.experience-itinerary .day-location {
  color: var(--switzerland-primary);
}

.experience-itinerary .optional-section {
  background: rgba(218, 41, 28, 0.05);
  border-left-color: var(--switzerland-primary);
}

.experience-itinerary .meals {
  color: var(--switzerland-primary);
}

/* What's Included icons */
.experience-included .included-icon {
  background: linear-gradient(135deg, var(--switzerland-primary), var(--switzerland-accent));
}

/* Highlights numbering */
.experience-highlights .highlight-number {
  color: var(--switzerland-primary);
}

.experience-highlights .highlight-item {
  border-bottom-color: rgba(218, 41, 28, 0.2);
}

/* Pricing section overrides */
.experience-pricing .pricing-header .section-subtitle {
  color: var(--switzerland-primary);
}

.experience-pricing .pricing-card {
  border-color: rgba(218, 41, 28, 0.1);
}

.experience-pricing .pricing-card:hover {
  border-color: var(--switzerland-primary);
  box-shadow: 0 8px 25px rgba(218, 41, 28, 0.15);
}

.experience-pricing .segment-badge {
  background: var(--switzerland-primary);
}

.experience-pricing .price-range {
  background: linear-gradient(135deg, var(--switzerland-primary), var(--switzerland-accent));
}

.experience-pricing .includes li::before {
  color: var(--switzerland-primary);
}

.experience-pricing .pricing-summary {
  background: linear-gradient(135deg, var(--switzerland-primary), var(--switzerland-accent));
}

/* CTA section - Swiss red background */
.experience-cta {
  background: linear-gradient(135deg, var(--switzerland-primary) 0%, var(--switzerland-accent) 100%);
}

.experience-cta h2,
.experience-cta p {
  color: var(--switzerland-white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.experience-cta .btn-primary {
  background: var(--switzerland-white);
  color: var(--switzerland-primary);
}

.experience-cta .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--switzerland-accent);
}

.experience-cta .btn-secondary {
  border-color: var(--switzerland-white);
  color: var(--switzerland-white);
}

.experience-cta .btn-secondary:hover {
  background: var(--switzerland-white);
  color: var(--switzerland-primary);
}

/* Hero badge - Switzerland styling */
.experience-hero .hero-badge {
  background: rgba(218, 41, 28, 0.85);
  color: var(--switzerland-white);
}

/* Scroll indicator */
.experience-hero .scroll-indicator .mouse {
  border-color: var(--switzerland-primary);
}

.experience-hero .scroll-indicator .mouse::before {
  background: var(--switzerland-primary);
}

/* Featured pricing card */
.experience-pricing .pricing-card.featured {
  border-color: var(--switzerland-primary);
}

/* Activity costs section */
.experience-pricing .pricing-activity-costs h3 {
  color: var(--switzerland-primary);
}

.experience-pricing .activity-item h4 {
  color: var(--switzerland-primary);
}
