/* =============================================
   Service Page Specific Styles
   ============================================= */

/* ===== SERVICE TAB NAVIGATION ===== */
.service-tabs-wrap {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 60px;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.service-tabs {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.service-tabs::-webkit-scrollbar {
  display: none;
}

.stab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  border-bottom: 3px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-gray);
  text-decoration: none;
}

.stab:hover {
  color: var(--color-black);
  border-bottom-color: rgba(229,28,35,0.3);
}

.stab.active {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}

.stab-flag {
  font-size: 18px;
}

/* ===== SERVICE SECTION HEADER ===== */
.service-section {
  scroll-margin-top: 110px;
}

.svc-intro {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 56px;
}

.svc-intro-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.svc-num {
  font-family: var(--font-en);
  font-size: 80px;
  font-weight: 900;
  color: rgba(0,0,0,0.06);
  line-height: 1;
}

.svc-flag-big {
  font-size: 48px;
}

/* ===== JAPAN: Main Feature Card ===== */
.svc-feature-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 48px;
  position: relative;
}

.sfc-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--color-red);
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  z-index: 2;
}

.sfc-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.sfc-visual {
  background: var(--color-dark);
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.sfc-visual-inner.japan-visual {
  width: 100%;
}

/* ===== SERVICE PHOTO GRID ===== */
.svc-photo-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.spg-main {
  position: relative;
  flex: 1 1 65%;
  overflow: hidden;
}

.spg-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.spg-main:hover img {
  transform: scale(1.04);
}

.spg-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  font-size: 12px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
}

.spg-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-shrink: 0;
  height: 130px;
  gap: 2px;
}

.spg-sub-item {
  position: relative;
  overflow: hidden;
}

.spg-sub-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.spg-sub-item:hover img {
  transform: scale(1.06);
}

.spg-sub-item span {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.event-mockup {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px;
  border-top: 3px solid var(--color-red);
}

.em-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.em-flag {
  font-size: 28px;
}

.em-title {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}

.em-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.em-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

.em-row i {
  color: var(--color-red);
  width: 14px;
}

.em-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px;
}

.em-stat {
  text-align: center;
}

.em-num {
  display: block;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 900;
  color: white;
}

.em-label {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}

.sfc-content {
  padding: 48px 40px;
}

.sfc-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.sfc-content p {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.8;
  margin-bottom: 28px;
}

.sfc-content p strong {
  color: var(--color-red);
}

.sfc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sfc-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sfc-list li i {
  color: var(--color-red);
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.sfc-list li > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sfc-list li strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark);
}

.sfc-list li span {
  font-size: 12px;
  color: var(--color-gray);
}

/* Sub Services Grid */
.svc-sub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.svc-sub-card {
  background: white;
  padding: 32px 24px;
  transition: var(--transition);
}

.svc-sub-card:hover {
  background: var(--color-bg);
}

.ssc-icon {
  width: 48px;
  height: 48px;
  background: rgba(229,28,35,0.08);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-red);
  margin-bottom: 16px;
}

.svc-sub-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.svc-sub-card p {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 1.7;
  margin-bottom: 14px;
}

.ssc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ssc-tags span {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(229,28,35,0.06);
  border: 1px solid rgba(229,28,35,0.15);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-red);
}

/* ===== THAILAND ===== */
.thailand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.th-main-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
}

.thm-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.thm-icon {
  width: 48px;
  height: 48px;
  background: rgba(217,119,6,0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #d97706;
}

.thm-tag {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #d97706;
  background: rgba(217,119,6,0.1);
  padding: 4px 12px;
  border-radius: 50px;
}

.th-main-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.th-main-card > p {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.8;
  margin-bottom: 24px;
}

.th-main-card > p strong {
  color: var(--color-dark);
  font-weight: 700;
}

.th-main-card > p em {
  color: #d97706;
  font-style: normal;
  font-weight: 600;
}

.thm-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thm-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--color-dark);
}

.thm-stat i {
  color: #d97706;
  width: 16px;
}

.th-services {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.th-svc-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  transition: var(--transition);
}

.th-svc-item:hover {
  border-color: #d97706;
  box-shadow: var(--shadow-sm);
}

.th-svc-icon {
  width: 44px;
  height: 44px;
  background: rgba(217,119,6,0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #d97706;
  flex-shrink: 0;
}

.th-svc-content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.th-svc-content p {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 1.6;
}

/* Interest Section */
.interest-section {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.interest-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.interest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.interest-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 12px;
  background: rgba(229,28,35,0.04);
  border: 1px solid rgba(229,28,35,0.1);
  border-radius: var(--radius);
  text-align: center;
  transition: var(--transition);
}

.interest-item:hover {
  background: rgba(229,28,35,0.08);
  transform: translateY(-3px);
}

.interest-item i {
  font-size: 22px;
  color: var(--color-red);
}

.interest-item.tw i {
  color: #2563eb;
}

.interest-item span {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-dark);
}

/* ===== TAIWAN ===== */
.taiwan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.tw-feature {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.twf-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.twf-header p {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.8;
  margin-bottom: 28px;
}

.twf-header p strong {
  color: #2563eb;
}

.tw-characteristics {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.twc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: white;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
}

.twc-icon {
  width: 36px;
  height: 36px;
  background: rgba(37,99,235,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2563eb;
  flex-shrink: 0;
}

.twc-item > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.twc-item strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-dark);
}

.twc-item span {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 1.5;
}

.tw-services {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.tw-svc-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--color-bg);
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  transition: var(--transition);
}

.tw-svc-card:hover {
  border-color: #2563eb;
}

.twsvc-num {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 900;
  color: rgba(37,99,235,0.2);
  line-height: 1;
  flex-shrink: 0;
  min-width: 28px;
}

.twsvc-content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.twsvc-content p {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 1.6;
}

/* ===== CONCIERGE: JOURNEY ===== */
.concierge-journey {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 64px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0;
}

.concierge-journey::-webkit-scrollbar { display: none; }

.journey-step {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  min-width: 140px;
  flex: 1;
  transition: var(--transition);
}

.journey-step.featured {
  background: rgba(229,28,35,0.1);
  border-color: rgba(229,28,35,0.3);
}

.journey-step:hover {
  background: rgba(255,255,255,0.08);
}

.js-icon {
  font-size: 28px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}

.journey-step.featured .js-icon {
  color: var(--color-red);
}

.js-num {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.25);
  margin-bottom: 8px;
}

.journey-step h4 {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
}

.journey-step p {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}

.journey-arrow {
  color: rgba(255,255,255,0.2);
  font-size: 16px;
  flex-shrink: 0;
}

/* Concierge Details */
.concierge-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  overflow: hidden;
}

.cd-item {
  background: var(--color-dark2);
  padding: 32px 28px;
  transition: var(--transition);
}

.cd-item:hover {
  background: rgba(229,28,35,0.08);
}

.cd-icon {
  width: 48px;
  height: 48px;
  background: rgba(229,28,35,0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-red);
  margin-bottom: 16px;
}

.cd-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.cd-item p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}

/* ===== PROCESS ===== */
.process-header {
  text-align: center;
  margin-bottom: 56px;
}

.process-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0;
}

.process-steps::-webkit-scrollbar { display: none; }

.process-step {
  flex: 1;
  min-width: 180px;
  text-align: center;
  padding: 32px 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  transition: var(--transition);
  position: relative;
}

.process-step:hover {
  border-color: var(--color-red);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.ps-num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 900;
  color: rgba(229,28,35,0.08);
  line-height: 1;
  margin-bottom: 8px;
}

.ps-icon {
  font-size: 28px;
  color: var(--color-red);
  margin-bottom: 16px;
}

.process-step h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 1.6;
}

.process-arrow {
  font-size: 20px;
  color: var(--color-gray-light);
  flex-shrink: 0;
}

/* CTA from style.css re-declare for service page */
.cta-section {
  position: relative;
  background: var(--color-dark);
  padding: 100px 0;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(229,28,35,0.2) 0%, transparent 50%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-text h2 {
  font-family: var(--font-en);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.25;
  margin-bottom: 16px;
}

.cta-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .svc-sub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .concierge-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .sfc-inner {
    grid-template-columns: 1fr;
  }
  .thailand-grid,
  .taiwan-grid {
    grid-template-columns: 1fr;
  }
  .interest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .svc-intro {
    flex-direction: column;
    gap: 16px;
  }
  .svc-sub-grid {
    grid-template-columns: 1fr;
  }
  .concierge-details {
    grid-template-columns: 1fr;
  }
  .process-steps {
    flex-direction: column;
  }
  .process-arrow {
    transform: rotate(90deg);
  }
  .cta-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .interest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .concierge-journey {
    flex-direction: column;
  }
  .journey-arrow {
    transform: rotate(90deg);
  }
}
