.guide-service-page {
  background: #f8fafc;
  color: #1f2937;
  line-height: 1.75;
}

.gs-container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.gs-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(10, 44, 38, .82), rgba(10, 44, 38, .35)),
    url('/img/tourism/service/guide-service-banner.jpg') center/cover no-repeat;
  color: #fff;
}

.gs-hero-inner {
  position: relative;
  z-index: 2;
}

.gs-hero-content {
  max-width: 760px;
}

.gs-label,
.gs-section-head span,
.gs-suitable-content span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c76a20;
  font-weight: 700;
  font-size: 14px;
}

.gs-hero .gs-label {
  background: rgba(255,255,255,.18);
  color: #fff;
  backdrop-filter: blur(6px);
}

.gs-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.15;
  font-weight: 900;
}

.gs-hero p {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 20px;
  color: rgba(255,255,255,.92);
}

.gs-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.gs-btn-primary {
  background: #f59e0b;
  color: #fff;
  box-shadow: 0 12px 24px rgba(245, 158, 11, .25);
}

.gs-btn-light {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
  backdrop-filter: blur(6px);
}

.gs-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.gs-section {
  padding: 76px 0;
}

.gs-section-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.gs-section-head h2,
.gs-suitable-content h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  color: #14213d;
}

.gs-section-head p {
  margin: 0;
  color: #64748b;
  font-size: 17px;
}

.gs-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.gs-service-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.gs-service-card img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
}

.gs-service-card div {
  padding: 26px;
}

.gs-service-card h3,
.gs-feature-item h3,
.gs-city-card h3,
.gs-step h3,
.gs-include-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #12372f;
}

.gs-service-card p,
.gs-feature-item p,
.gs-city-card p,
.gs-step p,
.gs-include-card li,
.gs-suitable-content li,
.gs-faq p {
  margin: 0;
  color: #64748b;
}

.gs-why,
.gs-process,
.gs-include {
  background: #fff;
}

.gs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gs-feature-item {
  padding: 28px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

.gs-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff7ed;
  font-size: 26px;
}

.gs-city-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.gs-city-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
}

.gs-city-card img {
  width: 100%;
  height: 170px;
  display: block;
  object-fit: cover;
}

.gs-city-card div {
  padding: 18px;
}

.gs-city-card h3 {
  font-size: 20px;
}

.gs-city-card p {
  font-size: 14px;
}

.gs-step-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.gs-step {
  position: relative;
  padding: 28px 22px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

.gs-step b {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 28px;
  color: #f59e0b;
}

.gs-step h3 {
  font-size: 20px;
}

.gs-suitable {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.gs-suitable-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(15,23,42,.12);
}

.gs-suitable-content ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gs-suitable-content li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
  font-size: 17px;
}

.gs-suitable-content li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 900;
}

.gs-include-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.gs-include-card {
  padding: 34px;
  border-radius: 26px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

.gs-include-card ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.gs-include-card li {
  margin-bottom: 10px;
}

.gs-include-yes {
  border-top: 6px solid #16a34a;
}

.gs-include-no {
  border-top: 6px solid #f97316;
}

.gs-faq {
  max-width: 880px;
  margin: 0 auto;
}

.gs-faq details {
  margin-bottom: 14px;
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.gs-faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  color: #12372f;
}

.gs-faq p {
  margin-top: 14px;
}

.gs-final-cta {
  padding: 86px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #f59e0b);
}

.gs-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 5vw, 48px);
}

.gs-final-cta p {
  max-width: 680px;
  margin: 0 auto 28px;
  font-size: 18px;
  color: rgba(255,255,255,.92);
}

@media (max-width: 1024px) {
  .gs-city-grid,
  .gs-step-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .gs-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gs-hero {
    min-height: 560px;
    padding: 80px 0 60px;
  }

  .gs-hero p {
    font-size: 17px;
  }

  .gs-section {
    padding: 56px 0;
  }

  .gs-service-grid,
  .gs-feature-grid,
  .gs-city-grid,
  .gs-step-line,
  .gs-suitable,
  .gs-include-grid {
    grid-template-columns: 1fr;
  }

  .gs-service-card img {
    height: 220px;
  }

  .gs-suitable-img img {
    height: 360px;
  }

  .gs-hero-buttons {
    flex-direction: column;
  }

  .gs-btn {
    width: 100%;
  }
}