/* ============================================================
   Service Area South Korea KR - Style
   ============================================================ */

.tgr-page-korea-kr {
  font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

.tgr-page-korea-kr .tgr-section-header {
  margin-bottom: 56px;
}

.tgr-page-korea-kr .tgr-section-header--center {
  text-align: center;
}

.tgr-page-korea-kr .tgr-section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #3191FF;
  margin-bottom: 14px;
}

.tgr-page-korea-kr .tgr-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #0f192d;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 0;
  word-break: keep-all;
}

.tgr-page-korea-kr .tgr-section-desc {
  font-size: 15px;
  color: #666;
  margin: 16px auto 0;
  max-width: 760px;
  line-height: 1.8;
  word-break: keep-all;
}

.tgr-korea-hero {
  background-color: #f7f9fc;
  background-image:
    linear-gradient(rgba(15, 25, 45, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 25, 45, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  padding: 90px 0;
}

.tgr-korea-hero__inner,
.tgr-korea-bridge__inner,
.tgr-korea-programs__inner,
.tgr-korea-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.tgr-korea-hero__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.tgr-korea-hero__media {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(15, 25, 45, 0.12);
}

.tgr-korea-hero__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.tgr-korea-hero__content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f192d;
  line-height: 1.22;
  margin: 0 0 24px;
  letter-spacing: -0.025em;
}

.tgr-korea-hero__content p {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 30px;
  word-break: keep-all;
}

.tgr-korea-hero__content blockquote {
  margin: 0;
  padding: 22px 26px;
  border-left: 4px solid #3191FF;
  background: rgba(49, 145, 255, 0.08);
  color: #0f192d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.tgr-korea-bridge {
  background: linear-gradient(160deg, #09131f 0%, #0f192d 45%, #0d1e38 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.tgr-korea-bridge::before {
  content: '';
  position: absolute;
  top: -220px;
  right: -120px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 145, 255, 0.08), transparent 65%);
}

.tgr-korea-bridge__inner {
  position: relative;
  z-index: 1;
}

.tgr-korea-bridge .tgr-section-eyebrow {
  color: #6fb4ff;
}

.tgr-korea-bridge .tgr-section-title {
  color: #fff;
}

.tgr-korea-bridge .tgr-section-desc {
  color: rgba(255, 255, 255, 0.62);
}

.tgr-korea-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tgr-korea-stat-row div {
  background: linear-gradient(135deg, rgba(49, 145, 255, 0.18), rgba(49, 145, 255, 0.06));
  border: 1px solid rgba(49, 145, 255, 0.25);
  border-radius: 10px;
  padding: 26px 24px;
}

.tgr-korea-stat-row strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.tgr-korea-stat-row span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.tgr-korea-programs {
  background: #f0f4f8;
  padding: 100px 0;
}

.tgr-korea-program-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.tgr-korea-program {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  border: 1px solid #dce8f6;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(15, 25, 45, 0.06);
}

.tgr-korea-program.is-reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.tgr-korea-program.is-reverse .tgr-korea-program__image {
  order: 2;
}

.tgr-korea-program__image {
  border-radius: 10px;
  overflow: hidden;
  background: #eef3f8;
}

.tgr-korea-program__image a {
  display: block;
}

.tgr-korea-program__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.tgr-korea-program__image a:hover img {
  transform: scale(1.035);
}

.tgr-korea-program__text span {
  display: inline-block;
  color: #3191FF;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.tgr-korea-program__text h3 {
  color: #0f192d;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
  word-break: keep-all;
}

.tgr-korea-program__text p {
  color: #4a5568;
  font-size: 14.5px;
  line-height: 1.85;
  margin: 0 0 18px;
  word-break: keep-all;
}

.tgr-korea-program__text em {
  display: block;
  color: #6b7280;
  font-size: 13.5px;
  line-height: 1.8;
  font-style: normal;
  padding-top: 18px;
  border-top: 1px dashed rgba(15, 25, 45, 0.28);
  word-break: keep-all;
}

.tgr-korea-program__link {
  align-items: center;
  color: #0f192d;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  margin-top: 24px;
  text-decoration: none;
}

.tgr-korea-program__link::before {
  background: #3191FF;
  content: "";
  display: inline-block;
  height: 1px;
  width: 44px;
}

.tgr-korea-program__link:hover {
  color: #3191FF;
  text-decoration: none;
}

.tgr-korea-cta {
  background: linear-gradient(135deg, #0a1525 0%, #0f192d 50%, #142240 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.tgr-korea-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 145, 255, 0.07), transparent 65%);
}

.tgr-korea-cta__inner {
  max-width: 820px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tgr-korea-cta .tgr-section-eyebrow {
  color: #6fb4ff;
}

.tgr-korea-cta .tgr-section-title {
  color: #fff;
}

.tgr-korea-cta .tgr-section-header {
  margin-bottom: 20px;
}

.tgr-korea-cta p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15.5px;
  line-height: 1.85;
  margin: 0 0 42px;
  word-break: keep-all;
}

.tgr-korea-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #3191FF, #1a6de0);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 44px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(49, 145, 255, 0.4);
  text-decoration: none;
}

.tgr-korea-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .tgr-korea-hero__inner,
  .tgr-korea-program,
  .tgr-korea-program.is-reverse {
    grid-template-columns: 1fr;
  }

  .tgr-korea-hero__media {
    max-width: 560px;
    margin: 0 auto;
  }

  .tgr-korea-program.is-reverse .tgr-korea-program__image {
    order: 0;
  }
}

@media (max-width: 768px) {
  .tgr-korea-hero,
  .tgr-korea-bridge,
  .tgr-korea-programs,
  .tgr-korea-cta {
    padding: 60px 0;
  }

  .tgr-korea-hero__inner,
  .tgr-korea-bridge__inner,
  .tgr-korea-programs__inner,
  .tgr-korea-cta__inner {
    padding: 0 20px;
  }

  .tgr-page-korea-kr .tgr-section-title,
  .tgr-korea-hero__content h2 {
    font-size: 26px;
  }

  .tgr-korea-stat-row {
    grid-template-columns: 1fr;
  }

  .tgr-korea-program {
    padding: 18px;
    gap: 26px;
  }

  .tgr-korea-program__text h3 {
    font-size: 22px;
  }
}
