.tf-compare {
  --tf-compare-bg: #111112;
  --tf-compare-panel: #1b1b1e;
  --tf-compare-border: #353538;
  --tf-compare-text: #f6f3ef;
  --tf-compare-muted: #b7b4b0;
  --tf-compare-orange: #ff914d;
  min-height: 100vh;
  background: var(--tf-compare-bg);
  color: var(--tf-compare-text);
  font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color-scheme: dark;
}

.tf-compare *, .tf-compare *::before, .tf-compare *::after { box-sizing: border-box; }
.tf-compare h1, .tf-compare h2, .tf-compare h3, .tf-compare p { margin: 0; }
.tf-compare a { color: inherit; text-decoration: none; }
.tf-compare a:focus-visible, .tf-compare summary:focus-visible, .tf-compare [tabindex]:focus-visible { outline: 3px solid var(--tf-compare-orange); outline-offset: 5px; }
.tf-compare .tf-compare-skip { position: absolute; top: 8px; left: 16px; z-index: 100; padding: 10px 16px; background: #ff914d; color: #16110e; font-weight: 700; transform: translateY(-160%); }
.tf-compare .tf-compare-skip:focus { transform: translateY(0); }
.tf-compare .tf-compare-header, .tf-compare .tf-compare-main, .tf-compare .tf-compare-footer { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.tf-compare .tf-compare-header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--tf-compare-border); }
.tf-compare .tf-compare-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 19px; font-weight: 800; letter-spacing: -.6px; line-height: 1.35; }
.tf-compare .tf-compare-mark { display: grid; place-items: center; width: 43px; height: 43px; background: var(--tf-compare-orange); color: #17110d; border-radius: 12px; font-size: 20px; font-weight: 900; letter-spacing: -1.5px; }
.tf-compare .tf-compare-brand small { display: block; margin-top: 3px; color: var(--tf-compare-muted); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.tf-compare .tf-compare-header nav, .tf-compare .tf-compare-footer nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.tf-compare .tf-compare-header nav a, .tf-compare .tf-compare-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
.tf-compare .tf-compare-header nav a:hover, .tf-compare .tf-compare-footer nav a:hover { color: var(--tf-compare-orange); }
.tf-compare .tf-compare-header .tf-compare-nav-cta { min-height: 42px; padding: 5px 19px; border: 1px solid #57534e; border-radius: 100px; }
.tf-compare .tf-compare-breadcrumb { display: flex; gap: 12px; flex-wrap: wrap; padding-top: 28px; color: #a5a19c; font-size: 12px; }
.tf-compare .tf-compare-breadcrumb a:hover { text-decoration: underline; }
.tf-compare .tf-compare-hero { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr); align-items: center; gap: 64px; padding: 70px 0 88px; }
.tf-compare .tf-compare-eyebrow { margin-bottom: 16px; color: var(--tf-compare-orange); font-size: 11px; font-weight: 800; letter-spacing: 2.3px; }
.tf-compare h1 { font-size: clamp(32px, 3.5vw, 48px); font-weight: 800; line-height: 1.4; letter-spacing: -2.3px; }
.tf-compare h1 span { color: var(--tf-compare-orange); }
.tf-compare .tf-compare-lead { max-width: 580px; margin-top: 25px; color: #cbc6c1; font-size: 16px; line-height: 1.9; }
.tf-compare .tf-compare-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.tf-compare .tf-compare-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 24px; padding: 12px 21px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 750; transition: background-color .16s ease, border-color .16s ease; }
.tf-compare .tf-compare-button-primary { color: #1c120b; background: var(--tf-compare-orange); }
.tf-compare .tf-compare-button-primary:hover { background: #ffa970; }
.tf-compare .tf-compare-button-secondary { border-color: #454346; background: #1c1c1f; }
.tf-compare .tf-compare-button-secondary:hover { border-color: #8c7565; background: #292628; }
.tf-compare .tf-compare-hero-note { margin-top: 21px; color: #a7a19b; font-size: 12px; }
.tf-compare .tf-compare-flow { padding: 26px; border: 1px solid #514031; border-radius: 20px; background: radial-gradient(ellipse at 100% 0, #5d362126, transparent 75%), #1a1919; box-shadow: 0 24px 70px #00000030; }
.tf-compare .tf-compare-flow-heading { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; color: #c5b6a8; font-size: 11px; letter-spacing: .2px; }
.tf-compare .tf-compare-dot { width: 6px; height: 6px; background: var(--tf-compare-orange); border-radius: 50%; }
.tf-compare .tf-compare-flow-step { display: flex; align-items: center; gap: 14px; min-height: 83px; padding: 16px; border: 1px solid #393638; border-radius: 11px; background: #212022; }
.tf-compare .tf-compare-flow-number { color: #a49b93; font-size: 12px; font-weight: 700; }
.tf-compare .tf-compare-flow-step strong { font-size: 15px; letter-spacing: -.4px; }
.tf-compare .tf-compare-flow-step p { margin-top: 3px; color: #b2aba4; font-size: 11px; }
.tf-compare .tf-compare-flow-step-active { border-color: #9a653f; background: #31251e; }
.tf-compare .tf-compare-flow-step-active .tf-compare-flow-number { color: var(--tf-compare-orange); }
.tf-compare .tf-compare-flow-tag { margin-left: auto; padding: 3px 6px; border-radius: 4px; color: #ffc69d; background: #674021; font-size: 8px; letter-spacing: 1px; font-weight: 800; }
.tf-compare .tf-compare-flow-connector { height: 29px; margin-left: 23px; color: #847161; font-size: 18px; line-height: 29px; }
.tf-compare .tf-compare-flow-caption { margin-top: 24px; color: #ad9f93; font-size: 12px; line-height: 1.8; }
.tf-compare .tf-compare-section { padding: 64px 0; border-top: 1px solid var(--tf-compare-border); scroll-margin-top: 24px; }
.tf-compare .tf-compare-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.tf-compare h2 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 750; line-height: 1.45; letter-spacing: -1.2px; }
.tf-compare .tf-compare-section-heading > p { max-width: 350px; color: var(--tf-compare-muted); font-size: 13px; line-height: 1.9; }
.tf-compare .tf-compare-section-heading .tf-compare-eyebrow { margin-bottom: 11px; }
.tf-compare .tf-compare-table-wrap { overflow-x: auto; border: 1px solid var(--tf-compare-border); border-radius: 14px; }
.tf-compare .tf-compare-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; line-height: 1.9; }
.tf-compare .tf-compare-table caption { padding: 12px 20px; border-bottom: 1px solid var(--tf-compare-border); color: #b7b1aa; background: #161618; font-size: 11px; text-align: left; }
.tf-compare .tf-compare-table th, .tf-compare .tf-compare-table td { padding: 24px; vertical-align: top; text-align: left; }
.tf-compare .tf-compare-table thead th { padding-top: 20px; padding-bottom: 20px; background: #222225; font-size: 15px; font-weight: 700; }
.tf-compare .tf-compare-table thead th span { display: block; margin-top: 4px; color: var(--tf-compare-muted); font-size: 11px; font-weight: 400; }
.tf-compare .tf-compare-table thead th:last-child { background: #35251c; color: #ffc89e; }
.tf-compare .tf-compare-table tbody tr { border-top: 1px solid var(--tf-compare-border); }
.tf-compare .tf-compare-table tbody th { width: 20%; background: #1b1b1d; font-size: 13px; font-weight: 650; }
.tf-compare .tf-compare-table tbody td { width: 40%; color: #c5c0bb; }
.tf-compare .tf-compare-table tbody td:last-child { background: #241c182e; color: #e1d7d0; }
.tf-compare .tf-compare-table td a { display: block; width: fit-content; margin-top: 12px; color: #b4b2b0; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.tf-compare .tf-compare-table td a:hover { color: var(--tf-compare-orange); }
.tf-compare .tf-compare-table-note { margin-top: 18px; color: #aaa49e; font-size: 12px; line-height: 1.9; }
.tf-compare .tf-compare-purpose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tf-compare .tf-compare-purpose-card { display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--tf-compare-border); border-radius: 14px; background: #1b1b1e; transition: border-color .16s ease, background-color .16s ease; }
.tf-compare .tf-compare-purpose-card:hover { border-color: #9a653f; background: #24201d; }
.tf-compare .tf-compare-card-number { margin-bottom: 27px; color: #a99d92; font-size: 10px; font-weight: 650; letter-spacing: 1.5px; }
.tf-compare .tf-compare-purpose-card h3 { font-size: 19px; font-weight: 700; line-height: 1.6; letter-spacing: -.6px; }
.tf-compare .tf-compare-purpose-card p { margin-top: 12px; margin-bottom: 27px; color: #b8b1ab; font-size: 13px; line-height: 1.9; }
.tf-compare .tf-compare-card-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 19px; border-top: 1px solid #393536; color: #ffc69e; font-size: 12px; font-weight: 650; }
.tf-compare .tf-compare-start { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; margin: 8px 0 64px; padding: 40px; border: 1px solid #4b3b31; border-radius: 16px; background: #231d19; }
.tf-compare .tf-compare-text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 20px; color: #ffc49b; font-size: 13px; font-weight: 650; }
.tf-compare .tf-compare-text-link:hover { text-decoration: underline; }
.tf-compare .tf-compare-steps { display: grid; gap: 28px; margin: 0; padding: 0; list-style: none; }
.tf-compare .tf-compare-steps li { display: flex; gap: 18px; }
.tf-compare .tf-compare-steps li > span { display: grid; place-items: center; flex-shrink: 0; width: 31px; height: 31px; border: 1px solid #705342; border-radius: 50%; color: #ffbb8b; font-size: 12px; font-weight: 700; }
.tf-compare .tf-compare-steps h3 { font-size: 15px; font-weight: 700; line-height: 1.8; }
.tf-compare .tf-compare-steps p { margin-top: 6px; color: #beb1a7; font-size: 13px; line-height: 1.9; }
.tf-compare .tf-compare-faq { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; }
.tf-compare .tf-compare-faq details { border-bottom: 1px solid var(--tf-compare-border); }
.tf-compare .tf-compare-faq details:first-child { border-top: 1px solid var(--tf-compare-border); }
.tf-compare .tf-compare-faq summary { position: relative; padding: 23px 34px 23px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 650; line-height: 1.8; }
.tf-compare .tf-compare-faq summary::-webkit-details-marker { display: none; }
.tf-compare .tf-compare-faq summary::after { content: "+"; position: absolute; top: 20px; right: 4px; color: #c5b6a9; font-size: 21px; font-weight: 400; }
.tf-compare .tf-compare-faq details[open] summary::after { content: "−"; }
.tf-compare .tf-compare-faq details p { padding: 0 30px 24px 0; color: #beb7b1; font-size: 13px; line-height: 1.95; }
.tf-compare .tf-compare-faq p a, .tf-compare .tf-compare-sources a { color: #ffc49b; text-decoration: underline; text-underline-offset: 4px; }
.tf-compare .tf-compare-sources { padding: 28px 0 56px; color: #a9a39d; font-size: 12px; line-height: 1.9; }
.tf-compare .tf-compare-sources h2 { margin-bottom: 14px; color: #cdc5bd; font-size: 14px; font-weight: 650; letter-spacing: -.2px; }
.tf-compare .tf-compare-sources p + p { margin-top: 10px; }
.tf-compare .tf-compare-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px 0; border-top: 1px solid var(--tf-compare-border); }
.tf-compare .tf-compare-footer .tf-compare-brand { font-size: 16px; }
.tf-compare .tf-compare-footer .tf-compare-brand small { font-size: 10px; letter-spacing: .3px; }
.tf-compare .tf-compare-footer .tf-compare-mark { width: 36px; height: 36px; border-radius: 10px; font-size: 17px; }
.tf-compare .tf-compare-footer nav { color: #b7afa7; font-size: 12px; gap: 22px; }

@media (max-width: 1024px) {
  .tf-compare .tf-compare-header, .tf-compare .tf-compare-main, .tf-compare .tf-compare-footer { width: calc(100% - 48px); }
  .tf-compare .tf-compare-hero { gap: 32px; padding-top: 50px; grid-template-columns: 1.2fr 1fr; }
  .tf-compare .tf-compare-flow { padding: 19px; }
  .tf-compare .tf-compare-flow-step { padding: 12px; gap: 10px; }
  .tf-compare .tf-compare-flow-tag { display: none; }
  .tf-compare .tf-compare-section-heading { align-items: start; gap: 25px; }
  .tf-compare .tf-compare-section-heading > p { max-width: 280px; }
  .tf-compare .tf-compare-purpose-card { padding: 22px; }
  .tf-compare .tf-compare-start { gap: 36px; padding: 30px; }
}

@media (max-width: 760px) {
  .tf-compare .tf-compare-header, .tf-compare .tf-compare-main, .tf-compare .tf-compare-footer { width: calc(100% - 36px); }
  .tf-compare .tf-compare-header { min-height: 86px; gap: 12px; flex-wrap: wrap; padding: 18px 0; }
  .tf-compare .tf-compare-brand { gap: 9px; font-size: 17px; }
  .tf-compare .tf-compare-brand small { font-size: 8px; letter-spacing: 1.4px; }
  .tf-compare .tf-compare-mark { width: 37px; height: 37px; border-radius: 10px; font-size: 18px; }
  .tf-compare .tf-compare-header nav { gap: 15px; font-size: 12px; }
  .tf-compare .tf-compare-header .tf-compare-nav-cta { min-height: 38px; padding: 5px 12px; }
  .tf-compare .tf-compare-breadcrumb { padding-top: 22px; font-size: 11px; }
  .tf-compare .tf-compare-hero { grid-template-columns: 1fr; gap: 38px; padding: 42px 0 50px; }
  .tf-compare h1 { font-size: clamp(30px, 6.5vw, 44px); letter-spacing: -1.6px; }
  .tf-compare .tf-compare-lead { margin-top: 21px; font-size: 14px; }
  .tf-compare .tf-compare-actions { margin-top: 26px; gap: 10px; }
  .tf-compare .tf-compare-button { padding: 12px 16px; gap: 16px; font-size: 13px; }
  .tf-compare .tf-compare-flow { padding: 22px; }
  .tf-compare .tf-compare-flow-step { min-height: 77px; padding: 14px; }
  .tf-compare .tf-compare-flow-tag { display: inline; }
  .tf-compare .tf-compare-flow-caption br { display: none; }
  .tf-compare .tf-compare-section { padding: 45px 0; }
  .tf-compare .tf-compare-section-heading { flex-direction: column; gap: 18px; margin-bottom: 24px; }
  .tf-compare .tf-compare-section-heading > p { max-width: none; }
  .tf-compare .tf-compare-table th, .tf-compare .tf-compare-table td { padding: 19px; }
  .tf-compare .tf-compare-purpose-grid { grid-template-columns: 1fr; gap: 14px; }
  .tf-compare .tf-compare-purpose-card { padding: 24px; }
  .tf-compare .tf-compare-card-number { margin-bottom: 18px; }
  .tf-compare .tf-compare-purpose-card h3 { font-size: 18px; }
  .tf-compare .tf-compare-purpose-card p { margin-bottom: 20px; }
  .tf-compare .tf-compare-start { grid-template-columns: 1fr; gap: 30px; margin-bottom: 45px; padding: 26px; }
  .tf-compare .tf-compare-faq { grid-template-columns: 1fr; gap: 25px; }
  .tf-compare .tf-compare-faq summary { font-size: 14px; }
  .tf-compare .tf-compare-sources { padding-top: 8px; padding-bottom: 38px; }
  .tf-compare .tf-compare-footer { flex-wrap: wrap; gap: 18px; padding: 27px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tf-compare .tf-compare-button, .tf-compare .tf-compare-purpose-card { transition: none; }
}
