.page-header {
  min-height: 220px;
}

.page-header-content {
  padding: 0 20px;
}

.breadcrumb {
  display: none;
}

.services-overview,
.service-detail,
.service-faq {
  padding: 22px 0 28px;
}

.services-overview > .container,
.service-detail > .container,
.service-faq > .container {
  width: min(100% - 24px, 720px);
  padding: 0;
}

.services-overview {
  background: linear-gradient(180deg, #f7fbf7 0%, #ffffff 100%);
}

.service-detail {
  --service-accent: #2d5a27;
  --service-accent-strong: #4a9a63;
  --service-accent-shadow: rgba(45, 90, 39, 0.22);
  --service-accent-soft: rgba(45, 90, 39, 0.12);
  --service-accent-wash: linear-gradient(135deg, rgba(45, 90, 39, 0.16), rgba(74, 140, 66, 0.08));
  --service-section-bg: linear-gradient(180deg, #ffffff 0%, #f6faf5 100%);
  background: var(--service-section-bg);
}

.service-detail#hiking {
  --service-accent: #2f7a45;
  --service-accent-strong: #4a9a63;
  --service-accent-shadow: rgba(47, 122, 69, 0.24);
  --service-accent-soft: rgba(47, 122, 69, 0.14);
  --service-accent-wash: linear-gradient(135deg, rgba(47, 122, 69, 0.18), rgba(138, 185, 101, 0.1));
  --service-section-bg: linear-gradient(180deg, #fbfef9 0%, #f1f8ef 100%);
}

.service-detail#research {
  --service-accent: #1d7ea8;
  --service-accent-strong: #3f9ec7;
  --service-accent-shadow: rgba(29, 126, 168, 0.22);
  --service-accent-soft: rgba(29, 126, 168, 0.14);
  --service-accent-wash: linear-gradient(135deg, rgba(29, 126, 168, 0.16), rgba(87, 193, 214, 0.12));
  --service-section-bg: linear-gradient(180deg, #fbfeff 0%, #edf8fb 100%);
}

.service-detail#team {
  --service-accent: #b56a22;
  --service-accent-strong: #d18a43;
  --service-accent-shadow: rgba(181, 106, 34, 0.22);
  --service-accent-soft: rgba(181, 106, 34, 0.14);
  --service-accent-wash: linear-gradient(135deg, rgba(181, 106, 34, 0.16), rgba(240, 173, 78, 0.1));
  --service-section-bg: linear-gradient(180deg, #fffdf9 0%, #fbf2e7 100%);
}

.section-header,
.service-header {
  margin-bottom: 18px;
}

.section-header {
  text-align: center;
}

.section-tag,
.service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.section-tag {
  margin-bottom: 12px;
}

.service-badge {
  background: var(--service-accent-soft);
  color: var(--service-accent);
  margin-bottom: 10px;
}

.section-title,
.service-title-area h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.section-desc,
.service-title-area p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.service-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.service-icon-large {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--service-accent-wash);
  font-size: 26px;
  flex-shrink: 0;
}

.service-detail .service-title-area h2,
.service-detail .intro-text h3,
.service-detail .route-options h3,
.service-detail .curriculum-section h3,
.service-detail .cooperation-section h3,
.service-detail .teambuilding-activities h3,
.service-detail .custom-packages h3,
.service-detail .service-process h3 {
  color: var(--service-accent);
}

.service-content,
.route-options,
.curriculum-section,
.cooperation-section,
.teambuilding-activities,
.custom-packages,
.service-process {
  display: grid;
  gap: 16px;
}

.service-intro,
.service-nav-cards,
.service-info-grid,
.route-cards,
.curriculum-modules,
.partner-logos,
.activity-grid,
.package-cards,
.process-steps,
.faq-grid {
  display: grid;
  gap: 14px;
}

.intro-image,
.intro-text,
.service-nav-card,
.info-card,
.route-option-card,
.curriculum-section,
.module-card,
.cooperation-section,
.partner-item,
.activity-card,
.package-card,
.service-process,
.process-item,
.faq-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(19, 41, 23, 0.07);
}

.service-detail .intro-text,
.service-detail .info-card,
.service-detail .route-option-card,
.service-detail .module-card,
.service-detail .cooperation-section,
.service-detail .partner-item,
.service-detail .activity-card,
.service-detail .package-card,
.service-detail .service-process,
.service-detail .process-item {
  border: 1px solid var(--service-accent-soft);
}

.service-nav-card,
.intro-text,
.info-card,
.route-option-card,
.module-card,
.partner-item,
.activity-card,
.package-card,
.process-item,
.faq-item {
  padding: 18px;
}

.service-nav-card {
  text-decoration: none;
  color: inherit;
}

.nav-card-icon,
.module-icon,
.activity-icon {
  font-size: 26px;
  margin-bottom: 12px;
}

.service-nav-card h3,
.route-option-card h4,
.module-card h4,
.activity-card h4,
.package-header h4,
.process-text h4,
.faq-item h4 {
  margin-bottom: 8px;
}

.service-nav-card p,
.highlight-list p,
.info-card li,
.route-option-card p,
.module-card li,
.activity-card p,
.package-features li,
.package-suit,
.process-text p,
.faq-item p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
}

.intro-image {
  overflow: hidden;
}

.intro-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.intro-text h3,
.route-options h3,
.curriculum-section h3,
.cooperation-section h3,
.teambuilding-activities h3,
.custom-packages h3,
.service-process h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.highlight-list,
.info-card ul,
.module-card ul,
.package-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list {
  display: grid;
  gap: 14px;
}

.highlight-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
}

.highlight-icon {
  font-size: 20px;
  line-height: 1.4;
}

.info-card li,
.module-card li,
.package-features li {
  padding: 7px 0;
}

.service-detail .info-card h4,
.service-detail .route-option-card h4,
.service-detail .module-card h4,
.service-detail .activity-card h4,
.service-detail .package-header h4,
.service-detail .process-text h4 {
  color: var(--service-accent);
}

.route-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 7px 12px;
  margin-bottom: 12px;
  background: var(--tag-color, var(--service-accent));
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 8px 20px rgba(45, 90, 39, 0.18);
}

.route-difficulty {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-secondary);
}

.view-all-routes,
.more-faq {
  justify-self: center;
}

.view-all-routes {
  font-size: 14px;
  font-weight: 600;
  color: var(--service-accent);
}

.curriculum-section,
.cooperation-section,
.service-process {
  padding: 18px;
}

.service-detail .partner-item span:first-child,
.service-detail .module-icon,
.service-detail .activity-icon {
  color: var(--service-accent);
}

.partner-item {
  text-align: center;
}

.package-card.featured {
  border-width: 2px;
  transform: none;
}

.package-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--service-accent), var(--service-accent-strong));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.package-header,
.package-suit {
  text-align: center;
}

.package-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.package-price .price {
  font-size: 34px;
  font-weight: 700;
  color: var(--service-accent);
}

.package-price .unit {
  color: var(--text-secondary);
  font-size: 13px;
}

.package-suit {
  margin-top: 12px;
}

.process-item {
  display: grid;
  gap: 14px;
}

.process-num {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--service-accent), var(--service-accent-strong));
  color: #fff;
  font-weight: 700;
}

.service-cta {
  display: grid;
  gap: 12px;
}

.service-cta .btn,
.more-faq .btn {
  width: 100%;
  min-height: 48px;
  justify-content: center;
}

.service-detail .service-cta .btn-primary {
  background: linear-gradient(135deg, var(--service-accent), var(--service-accent-strong));
  box-shadow: 0 12px 28px var(--service-accent-shadow);
}

.service-detail .service-cta .btn-outline {
  border-color: var(--service-accent);
  color: var(--service-accent);
}

.service-detail .service-cta .btn-outline:hover,
.more-faq .btn:hover {
  background: var(--service-accent);
  color: #fff;
}

.service-faq {
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
}

.more-faq {
  margin-top: 18px;
  text-align: center;
}
