/* ============================================================
   Service Area United States KR - Style
   ============================================================ */

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

.tgr-page-us-kr * {
  box-sizing: border-box;
}

.tgr-page-us-kr .tgr-section-header {
  margin-bottom: 54px;
}

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

.tgr-page-us-kr .tgr-section-eyebrow {
  color: #2387f5;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.8px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.tgr-page-us-kr .tgr-section-title {
  color: #0c1729;
  font-size: 38px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.24;
  margin: 0;
  word-break: keep-all;
}

.tgr-us-hero,
.tgr-us-reasons {
  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;
}

.tgr-us-hero__inner,
.tgr-us-intro__inner,
.tgr-us-reasons__inner,
.tgr-us-cta__inner {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 40px;
}

.tgr-us-hero {
  padding: 92px 0;
}

.tgr-us-hero__inner {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 0.95fr 1.05fr;
}

.tgr-us-hero__content h1 {
  color: #071426;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 0 0 14px;
}

.tgr-us-hero__content h2 {
  color: #0c1729;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
}

.tgr-us-hero__content p {
  color: #4d596b;
  font-size: 15px;
  line-height: 1.9;
  word-break: keep-all;
}

.tgr-us-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.tgr-us-btn {
  align-items: center;
  background: linear-gradient(135deg, #2387f5, #0967d2);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(35, 135, 245, 0.24);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  text-decoration: none;
}

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

.tgr-us-link {
  color: #0c1729;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.tgr-us-link:hover {
  color: #2387f5;
}

.tgr-us-hero__media {
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(16, 24, 39, 0.16);
  overflow: hidden;
  position: relative;
}

.tgr-us-hero__media video {
  aspect-ratio: 16 / 10;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tgr-us-video-toggle {
  align-items: center;
  background: rgba(12, 23, 41, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 22px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 54px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 22px;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
  width: 54px;
  z-index: 2;
}

.tgr-us-hero__media:hover .tgr-us-video-toggle,
.tgr-us-video-toggle:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.tgr-us-video-toggle:hover {
  background: rgba(35, 135, 245, 0.90);
}

.tgr-us-video-toggle__play {
  display: none;
  font-size: 17px;
  margin-left: 2px;
}

.tgr-us-video-toggle[data-playing="false"] .tgr-us-video-toggle__pause {
  display: none;
}

.tgr-us-video-toggle[data-playing="false"] .tgr-us-video-toggle__play {
  display: inline;
}

.tgr-us-intro {
  background: #fff;
  padding: 100px 0;
}

.tgr-us-intro__inner {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 0.96fr 1.04fr;
}

.tgr-us-intro__image {
  border-radius: 24px;
  overflow: hidden;
}

.tgr-us-intro__image img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.tgr-us-intro__content h2 {
  color: #0c1729;
  font-size: 36px;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.25;
  margin: 0 0 22px;
  word-break: keep-all;
}

.tgr-us-intro__content p {
  color: #4d596b;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 16px;
  word-break: keep-all;
}

.tgr-us-reasons {
  padding: 100px 0;
}

.tgr-us-reason-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tgr-us-reason {
  background: #fff;
  border: 1px solid #dbe5f1;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.06);
  display: grid;
  grid-template-rows: 170px 1fr;
  overflow: hidden;
}

.tgr-us-reason.is-dark {
  background: linear-gradient(145deg, #0b1526, #173764);
  border-color: rgba(255, 255, 255, 0.12);
}

.tgr-us-reason__image {
  overflow: hidden;
}

.tgr-us-reason__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tgr-us-reason__content {
  padding: 26px;
}

.tgr-us-reason__content > span {
  color: rgba(35, 135, 245, 0.28);
  display: block;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 8px;
}

.tgr-us-reason__label {
  color: #2387f5;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 2px;
  margin: 0 0 10px !important;
  text-transform: uppercase;
}

.tgr-us-reason h3 {
  color: #0c1729;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 0 0 18px;
  word-break: keep-all;
}

.tgr-us-reason p {
  color: #536174;
  font-size: 13.5px;
  line-height: 1.78;
  margin: 0 0 13px;
  word-break: keep-all;
}

.tgr-us-reason.is-dark h3 {
  color: #fff;
}

.tgr-us-reason.is-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.tgr-us-reason.is-dark .tgr-us-reason__content > span {
  color: rgba(255, 255, 255, 0.16);
}

.tgr-us-cta {
  background: #0b1526;
  overflow: hidden;
  padding: 90px 0;
  position: relative;
  text-align: center;
}

.tgr-us-cta::before {
  background: radial-gradient(circle, rgba(35, 135, 245, 0.30), transparent 62%);
  content: "";
  height: 520px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
}

.tgr-us-cta__inner {
  position: relative;
  z-index: 1;
}

.tgr-us-cta h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin: 0 auto 18px;
  max-width: 760px;
  word-break: keep-all;
}

.tgr-us-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto 28px;
  max-width: 680px;
  word-break: keep-all;
}

@media (max-width: 1024px) {
  .tgr-us-hero__inner,
  .tgr-us-intro__inner {
    grid-template-columns: 1fr;
  }

  .tgr-us-hero__media {
    order: -1;
  }
}

@media (max-width: 1100px) {
  .tgr-us-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .tgr-us-reason-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tgr-us-hero,
  .tgr-us-intro,
  .tgr-us-reasons,
  .tgr-us-cta {
    padding: 64px 0;
  }

  .tgr-us-hero__inner,
  .tgr-us-intro__inner,
  .tgr-us-reasons__inner,
  .tgr-us-cta__inner {
    padding: 0 22px;
  }

  .tgr-page-us-kr .tgr-section-title,
  .tgr-us-intro__content h2,
  .tgr-us-cta h2 {
    font-size: 30px;
  }

  .tgr-us-reason {
    grid-template-rows: 190px 1fr;
  }

  .tgr-us-reason__content {
    padding: 24px;
  }

  .tgr-us-btn {
    width: 100%;
  }
}
