:root {
  color-scheme: light;
  --page: #f2f5f8;
  --surface: #ffffff;
  --surface-soft: #edf2f7;
  --ink: #171f2e;
  --ink-strong: #15294f;
  --muted: #596679;
  --subtle: #7b8797;
  --line: #dce2ea;
  --navy: #253b6e;
  --navy-2: #35588f;
  --buy: #d43131;
  --buy-soft: #fff0ef;
  --yellow: #e8b638;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --font:
    Pretendard, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo",
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  min-height: 100%;
  background: var(--page);
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(232, 182, 56, 0.12), transparent 25rem),
    var(--page);
  color: var(--ink);
  font-family: var(--font);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(53, 88, 143, 0.34);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.info-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px max(18px, calc((100vw - 1040px) / 2));
  border-bottom: 1px solid rgba(204, 213, 225, 0.88);
  background: rgba(242, 245, 248, 0.9);
  backdrop-filter: blur(18px);
}

.info-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--ink-strong);
  text-decoration: none;
}

.info-kopi-wordmark {
  position: relative;
  display: inline-flex;
  width: 78px;
  height: 38px;
  align-items: center;
  overflow: hidden;
  color: var(--navy);
  font-family: Arial Black, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 1;
}

.info-kopi-wordmark::before {
  position: absolute;
  right: 1px;
  bottom: 3px;
  left: 2px;
  height: 2px;
  background: linear-gradient(90deg, var(--navy-2) 0 58%, var(--buy) 58%);
  content: "";
  opacity: 0.42;
}

.info-kopi-wordmark i {
  position: absolute;
  top: 6px;
  right: 1px;
  width: 22px;
  height: 12px;
  border-top: 3px solid var(--buy);
  border-right: 3px solid var(--buy);
  transform: skewY(-25deg) rotate(-8deg);
}

.info-kopi-wordmark i::after {
  position: absolute;
  top: -5px;
  right: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--buy);
  content: "";
}

.info-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
}

.info-nav a {
  color: #4e5b6c;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.info-nav a:hover,
.info-nav a[aria-current="page"] {
  color: var(--navy-2);
}

.info-nav .play-link {
  min-height: 44px;
  padding: 0 15px;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.info-nav .hub-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid #ccd6e3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--navy);
}

.hub-link img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.info-main {
  width: min(calc(100% - 36px), 1040px);
  margin: 0 auto;
  padding: 72px 0 100px;
}

.info-hero {
  position: relative;
  padding: 38px 0 48px;
}

.info-eyebrow {
  margin: 0 0 12px;
  color: var(--navy-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.info-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(38px, 7vw, 66px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1.07;
}

.info-hero h1 em {
  color: var(--buy);
  font-style: normal;
}

.info-hero > p:not(.info-eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  letter-spacing: -0.025em;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.button-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 13px;
  background: var(--navy-2);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.button-link.secondary {
  border: 1px solid #cdd8e7;
  background: #eef3fb;
  color: var(--navy);
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.info-card,
.prose,
.contact-card,
.not-found-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(22, 41, 71, 0.06);
}

.info-card {
  padding: 26px;
}

.info-card > span {
  color: var(--navy-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.info-card h2,
.info-card h3 {
  margin: 13px 0 10px;
  color: var(--ink-strong);
  font-size: 22px;
  letter-spacing: -0.045em;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.prose {
  padding: clamp(26px, 5vw, 56px);
}

.prose section + section {
  margin-top: 52px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.prose h2 {
  margin: 0 0 18px;
  color: var(--ink-strong);
  font-size: clamp(25px, 4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.prose h3 {
  margin: 30px 0 12px;
  color: #26374f;
  font-size: 19px;
  letter-spacing: -0.035em;
}

.prose p,
.prose li {
  color: #4e5b6c;
  font-size: 15px;
  letter-spacing: -0.018em;
  line-height: 1.84;
}

.prose p {
  margin: 12px 0;
}

.prose ul,
.prose ol {
  margin: 14px 0 0;
  padding-left: 22px;
}

.prose li + li {
  margin-top: 8px;
}

.prose a {
  color: var(--navy-2);
  font-weight: 760;
  text-underline-offset: 3px;
}

.step-list {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}

.step-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 12px;
  padding: 20px;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.step-list b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--navy-2);
  font-size: 13px;
}

.step-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink-strong);
}

.table-wrap {
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  min-width: 130px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  color: #4e5b6c;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f5f7fa;
  color: #26374f;
  font-weight: 850;
}

tr:last-child td {
  border-bottom: 0;
}

.callout {
  margin: 24px 0 0;
  padding: 20px 22px;
  border-radius: var(--radius-sm);
  background: #fff5d8;
  color: #625020;
  font-size: 14px;
  line-height: 1.7;
}

.callout strong {
  color: #493808;
}

.callout.blue {
  background: #eef3fb;
  color: #344f76;
}

.faq-list details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  color: var(--ink-strong);
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
}

.contact-card {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 6vw, 56px);
}

.contact-card h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(26px, 5vw, 38px);
  letter-spacing: -0.055em;
}

.contact-email-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-email {
  width: fit-content;
  color: var(--navy-2);
  font-size: clamp(21px, 5vw, 36px);
  font-weight: 900;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.copy-email-button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #c7d4e6;
  border-radius: 13px;
  background: #eef3fb;
  color: var(--navy);
  font: 850 14px var(--font);
  cursor: pointer;
}

.copy-email-button[data-copy-state="success"] {
  border-color: #b9ddca;
  background: #eaf8f0;
  color: #176844;
}

.copy-email-button[data-copy-state="manual"] {
  border-color: #ead69c;
  background: #fff8e5;
  color: #6f5708;
}

.contact-copy-status {
  min-height: 22px;
  margin: -8px 0 0 !important;
  color: #176844 !important;
  font-size: 13px;
  font-weight: 750;
}

.contact-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.info-footer {
  padding: 38px max(18px, calc((100vw - 1040px) / 2));
  border-top: 1px solid var(--line);
  background: #e7ecf2;
}

/* Canonical-only AdFit surface */

.adfit-mount {
  display: none;
}

.content-ad-mount.is-adfit-eligible {
  display: grid;
  width: 100%;
  min-height: 112px;
  place-items: center;
  padding: 22px 0 24px;
  border-top: 1px solid var(--line);
  background: #edf1f5;
}

.adfit-slot {
  display: grid;
  width: 320px;
  min-height: 66px;
  gap: 4px;
  margin: 0 auto;
}

.adfit-slot__label {
  color: #7b8797;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 12px;
  text-align: center;
}

.adfit-slot__frame {
  position: relative;
  width: 320px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #d0d7e1;
  background: #f4f6f9;
}

.adfit-slot__status {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  min-height: 50px;
  place-items: center;
  padding: 0 12px;
  color: #687587;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  pointer-events: none;
}

.adfit-slot[data-ad-state="filled"] .adfit-slot__status {
  opacity: 0;
}

.kakao_ad_area {
  position: relative;
  z-index: 1;
}

.info-footer > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.info-footer strong {
  color: var(--ink);
  font-size: 14px;
}

.info-footer p {
  margin: 7px 0 0;
  color: var(--subtle);
  font-size: 12px;
}

.info-footer nav {
  display: flex;
  max-width: 520px;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.info-footer nav a {
  color: #4e5b6c;
  font-size: 12px;
  font-weight: 740;
  text-decoration: none;
}

.info-footer small {
  display: block;
  margin-top: 24px;
  color: var(--subtle);
  font-size: 11px;
}

.not-found-main {
  display: grid;
  min-height: calc(100dvh - 70px);
  padding: 28px 18px;
  place-items: center;
}

.not-found-card {
  display: grid;
  width: min(100%, 620px);
  justify-items: center;
  padding: clamp(34px, 8vw, 68px);
  text-align: center;
}

.not-found-card img {
  width: 88px;
  height: 88px;
}

.not-found-card > span {
  display: block;
  margin-top: 20px;
  color: var(--navy-2);
  font-size: 12px;
  font-weight: 900;
}

.not-found-card h1 {
  margin: 12px 0;
  color: var(--ink-strong);
  font-size: clamp(34px, 8vw, 56px);
  letter-spacing: -0.065em;
}

.not-found-card p {
  margin: 0 auto 26px;
  color: var(--muted);
  line-height: 1.72;
}

.not-found-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 760px) {
  .info-main {
    padding-top: 92px;
  }

  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .info-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .info-nav {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 2px;
    overflow-x: auto;
  }

  .info-nav .play-link {
    margin-left: auto;
  }

  .info-nav .hub-link span {
    display: none;
  }

  .info-main {
    padding-top: 42px;
  }

  .info-footer > div {
    flex-direction: column;
  }

  .info-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .info-main {
    width: min(calc(100% - 24px), 1040px);
  }

  .info-nav {
    gap: 8px 12px;
  }

  .info-nav a {
    font-size: 12px;
  }

  .info-hero > p:not(.info-eyebrow) {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
