:root {
  --ptlk-report-black: #000;
  --ptlk-report-ink: #111318;
  --ptlk-report-soft: #f2f3f5;
  --ptlk-report-line: rgba(255, 255, 255, 0.18);
  --ptlk-report-muted: rgba(255, 255, 255, 0.72);
  --ptlk-report-blue: #2176ff;
}

html {
  scroll-behavior: smooth;
}

body.ptlk-report-body {
  overflow-x: hidden;
  margin: 0;
  background: var(--ptlk-report-black);
  color: #fff;
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
  word-break: keep-all;
}

.ptlk-report-body .ts-page-wrapper,
.ptlk-report-body .page-content,
.ptlk-report-body .ts-content,
.ptlk-report-body #ts-content {
  background: var(--ptlk-report-black);
}

.ptlk-report-body a {
  text-underline-offset: 0.16em;
}

.ptlk-report-body #ts-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #050505;
}

.ptlk-report-body #ts-hero > .ts-background,
.ptlk-report-body #ts-hero .ts-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ptlk-report-body #ts-hero .ptlk-hero-video,
.ptlk-report-body #ts-hero .ptlk-hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ptlk-report-body #ts-hero .ptlk-hero-video {
  z-index: 1;
}

.ptlk-report-body #ts-hero .ptlk-hero-poster {
  z-index: 0;
}

.ptlk-report-body #ts-hero .ts-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 46%, rgba(14, 21, 34, 0.04), rgba(0, 0, 0, 0.38) 78%);
  pointer-events: none;
}

.ptlk-report-body #ts-hero .ptlk-hero-typo {
  z-index: 3;
}

.ptlk-report-body #ts-hero .ptlk-hero-typo__brand,
.ptlk-report-body #ts-hero .ptlk-hero-typo__line {
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.66);
}

.ptlk-report-body #ts-hero .ptlk-hero-typo__brand {
  margin: 0;
}

.ptlk-report-body #works .ptlk-report-works-head {
  padding: clamp(64px, 7vw, 104px) 24px clamp(48px, 5vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  color: #fff;
  text-align: center;
}

.ptlk-report-body #works .ptlk-report-works-eyebrow {
  margin: 0 0 14px;
  color: #2f80ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.ptlk-report-body #works .ptlk-report-works-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.ptlk-report-body #works .ptlk-report-works-head > p:last-child {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
}

.ptlk-report-body #works h3.pf-cap {
  margin: 10px 0 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ptlk-report-body #works h3.pf-cap > a {
  color: inherit;
  text-decoration: none;
}

.ptlk-report-body #works h3.pf-cap > a:hover,
.ptlk-report-body #works h3.pf-cap > a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ptlk-report-body #features {
  position: relative;
  padding: clamp(96px, 10vw, 156px) 0 clamp(84px, 9vw, 140px);
  background: #000 !important;
}

.ptlk-report-body #features > .container {
  max-width: 1400px;
}

.ptlk-report-body #features .ptlk-diff {
  margin-bottom: clamp(48px, 6vw, 86px);
}

.ptlk-report-body .ptlk-work-eyebrow {
  margin-bottom: 18px;
  color: #7dafff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ptlk-report-body .ptlk-section-title {
  color: inherit;
}

.ptlk-report-body .ptlk-work-desc {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(230, 232, 238, 0.88) !important;
  font-size: clamp(17px, 1.45vw, 22px) !important;
  line-height: 1.82;
  letter-spacing: -0.025em;
}

.ptlk-report-body #features .ptlk-features-panel {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.ptlk-report-body #features .ptlk-features-panel > .container + .container {
  margin-top: 52px;
}

.ptlk-report-body #features .ptlk-divider-row {
  row-gap: 36px;
}

.ptlk-report-body #features .ts-feature {
  height: 100%;
  padding: 30px 26px;
  text-align: center;
}

.ptlk-report-body #features .ts-feature img {
  display: block;
  margin: 0 auto 28px !important;
  object-fit: contain;
}

.ptlk-report-body #features .ts-feature h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(400px, 100%);
  min-height: 52px;
  margin: 0 auto 16px;
  padding: 10px 14px;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.ptlk-report-body #features .ts-feature p {
  margin: 0;
  color: rgba(225, 227, 233, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.ptlk-report-body .ptlk-work-sec {
  position: relative;
  margin: 0;
  padding: clamp(94px, 9vw, 148px) 0;
}

.ptlk-report-body .ptlk-report-wide {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.ptlk-report-body .ptlk-work-sec .ptlk-work-head {
  margin-bottom: clamp(46px, 6vw, 82px);
}

.ptlk-report-scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid var(--ptlk-report-line);
  border-left: 1px solid var(--ptlk-report-line);
  list-style: none;
}

.ptlk-report-scope li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 16px;
  border-right: 1px solid var(--ptlk-report-line);
  border-bottom: 1px solid var(--ptlk-report-line);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.ptlk-report-cap-grid {
  row-gap: 24px;
  margin-top: 22px;
}

.ptlk-report-cap-card {
  height: 100%;
  min-height: 310px;
  padding: 38px 32px;
  border: 1px solid var(--ptlk-report-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.ptlk-report-cap-card > span,
.ptlk-report-criteria-grid article > span {
  display: inline-block;
  margin-bottom: 52px;
  color: #6f9fe9;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.ptlk-report-cap-card h3,
.ptlk-report-criteria-grid h3,
.ptlk-report-process-grid h3 {
  margin: 0 0 15px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.ptlk-report-cap-card p,
.ptlk-report-criteria-grid p,
.ptlk-report-process-grid p {
  margin: 0;
  color: var(--ptlk-report-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ptlk-report-process-section,
.ptlk-report-related {
  background: var(--ptlk-report-soft);
  color: var(--ptlk-report-ink);
}

.ptlk-report-process-section .ptlk-work-eyebrow,
.ptlk-report-related .ptlk-work-eyebrow {
  color: #246fda;
}

.ptlk-report-process-section .ptlk-work-desc,
.ptlk-report-related .ptlk-work-desc {
  color: #5d626d !important;
}

.ptlk-report-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd3da;
  border-left: 1px solid #cfd3da;
  list-style: none;
}

.ptlk-report-process-grid li {
  min-height: 320px;
  padding: 34px 28px;
  border-right: 1px solid #cfd3da;
  border-bottom: 1px solid #cfd3da;
}

.ptlk-report-process-grid li > span {
  display: inline-block;
  margin-bottom: 74px;
  color: #246fda;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.ptlk-report-process-grid p {
  color: #60656f;
}

.ptlk-report-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ptlk-report-line);
  border-left: 1px solid var(--ptlk-report-line);
}

.ptlk-report-criteria-grid article {
  min-height: 330px;
  padding: 38px 32px;
  border-right: 1px solid var(--ptlk-report-line);
  border-bottom: 1px solid var(--ptlk-report-line);
}

.ptlk-report-service-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfd3da;
  border-left: 1px solid #cfd3da;
}

.ptlk-report-service-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 116px;
  padding: 26px 30px;
  border-right: 1px solid #cfd3da;
  border-bottom: 1px solid #cfd3da;
  color: #17191e;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.ptlk-report-service-links a:hover,
.ptlk-report-service-links a:focus-visible {
  background: #111318;
  color: #fff;
}

.ptlk-report-service-links strong {
  font-size: clamp(19px, 2vw, 28px);
  letter-spacing: -0.03em;
}

.ptlk-report-service-links span {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 650;
}

.ptlk-report-faq {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid var(--ptlk-report-line);
}

.ptlk-report-faq details {
  border-bottom: 1px solid var(--ptlk-report-line);
}

.ptlk-report-faq summary {
  position: relative;
  padding: 28px 58px 28px 4px;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.025em;
  cursor: pointer;
  list-style: none;
}

.ptlk-report-faq summary::-webkit-details-marker {
  display: none;
}

.ptlk-report-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 34px;
  height: 34px;
  color: #9ea5b0;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  transform: translateY(-50%);
}

.ptlk-report-faq details[open] summary::after {
  content: "−";
}

.ptlk-report-faq p {
  max-width: 850px;
  margin: 0;
  padding: 0 58px 30px 4px;
  color: rgba(225, 227, 233, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.ptlk-report-cta {
  padding: clamp(74px, 8vw, 124px) 24px clamp(88px, 9vw, 142px);
  background: #000;
  color: #fff;
  text-align: center;
}

.ptlk-report-cta .ptlk-inline-cta__text {
  max-width: 1200px;
  min-height: 1.2em;
  margin: 0 auto 22px;
  color: #f5f6fb;
  font-size: clamp(34px, 4.7vw, 68px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.ptlk-report-cta > p:not(.ptlk-inline-cta__text) {
  margin: 0 auto;
  color: rgba(225, 227, 233, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.ptlk-report-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.ptlk-report-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid #464b55;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ptlk-report-cta-button:hover,
.ptlk-report-cta-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.ptlk-report-cta-button--primary {
  border-color: var(--ptlk-report-blue);
  background: var(--ptlk-report-blue);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1199.98px) {
  .ptlk-report-scope,
  .ptlk-report-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ptlk-report-cap-card,
  .ptlk-report-criteria-grid article {
    min-height: 290px;
  }
}

@media (max-width: 991.98px) {
  .ptlk-report-body #ts-hero .ptlk-hero-poster {
    display: block !important;
    z-index: 0;
  }

  .ptlk-report-body #ts-hero .ptlk-hero-video {
    display: none;
  }

  .ptlk-report-body #ts-hero .ptlk-hero-typo__brand {
    font-size: clamp(32px, 7vw, 52px);
  }

  .ptlk-report-body #ts-hero .ptlk-hero-typo__line {
    font-size: clamp(24px, 5.3vw, 38px);
  }

  .ptlk-report-body .ptlk-work-sec {
    padding: 88px 0;
  }

  .ptlk-report-criteria-grid {
    grid-template-columns: 1fr;
  }

  .ptlk-report-criteria-grid article {
    min-height: 0;
  }

  .ptlk-report-cap-card > span,
  .ptlk-report-criteria-grid article > span {
    margin-bottom: 34px;
  }
}

@media (max-width: 767.98px) {
  .ptlk-report-body #features {
    padding: 82px 0 74px;
  }

  .ptlk-report-body #features .ptlk-features-panel {
    padding: 0 18px;
  }

  .ptlk-report-body #features .ptlk-features-panel > .container + .container {
    margin-top: 20px;
  }

  .ptlk-report-body #features .ts-feature {
    padding: 25px 8px 34px;
  }

  .ptlk-report-body .ptlk-section-title {
    font-size: clamp(2.35rem, 11vw, 3.2rem) !important;
  }

  .ptlk-report-body .ptlk-report-wide {
    width: min(1400px, calc(100% - 32px));
  }

  .ptlk-report-scope,
  .ptlk-report-process-grid,
  .ptlk-report-service-links {
    grid-template-columns: 1fr;
  }

  .ptlk-report-cap-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .ptlk-report-process-grid li {
    min-height: 0;
    padding: 28px 24px;
  }

  .ptlk-report-process-grid li > span {
    margin-bottom: 36px;
  }

  .ptlk-report-service-links a {
    min-height: 94px;
    padding: 22px 20px;
  }

  .ptlk-report-faq summary {
    padding: 24px 46px 24px 0;
  }

  .ptlk-report-faq p {
    padding: 0 12px 26px 0;
  }

  .ptlk-report-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ptlk-report-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ptlk-report-cta-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ptlk-report-body #works .ts-gallery__item img,
  .ptlk-report-service-links a,
  .ptlk-report-cta-button {
    transition: none !important;
  }
}
