@font-face { font-family: "OCRB"; src: url(../../font/OCR-B.ttf) format("truetype"); font-display: swap; }
.tl-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 32px; align-items: center; padding: 36px; border-radius: 26px; background: linear-gradient(160deg, rgba(0, 81, 255, .22) 0%, var(--navy-700) 58%); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .34); }
.tl-hero__title { margin: 0 0 12px; font-family: var(--font-display); font-size: clamp(26px, calc(26px + 10 * (100vw - 375px) / 1065), 36px); font-weight: 500; line-height: 1.1; letter-spacing: -.02em; color: var(--white); text-wrap: balance; }
.tl-hero__note { margin: 0; max-width: 58ch; font-size: 16px; line-height: 1.5; color: var(--periwinkle); }
.tl-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.tl-chips li { padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--white); background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px var(--navy-600); }
.tl-hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.tl-demo { container-type: inline-size; display: grid; gap: 12px; justify-items: stretch; padding: 22px 20px 18px; border-radius: 18px; background: var(--white); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7); }
.tl-demo__cap { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #6b7a99; }
.tl-mrz { display: grid; gap: 3px; margin: 0; padding: 12px 0 4px; font-family: "OCRB", "Courier New", monospace; font-size: 13px; font-size: 3.55cqw; line-height: 1.3; color: #0b0f1a; white-space: pre; overflow: hidden; }
.tl-pdf { display: block; width: 100%; height: auto; padding: 10px 0 6px; fill: #0b0f1a; shape-rendering: crispEdges; }
.tl-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.tl-plan { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 22px; border-radius: 22px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); }
.tl-plan.is-hot { background: linear-gradient(160deg, rgba(0, 81, 255, .24), var(--navy-700) 65%); box-shadow: inset 0 0 0 1px rgba(0, 81, 255, .45); }
.tl-plan__tag { position: absolute; top: 18px; right: 18px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--white); background: var(--blue); }
.tl-plan__name { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--periwinkle); }
.tl-plan__price { font-family: var(--font-display); font-size: 40px; font-weight: 500; line-height: 1; color: var(--white); font-variant-numeric: tabular-nums; }
.tl-plan__price small { margin-right: 2px; font-size: .5em; color: var(--periwinkle); }
.tl-plan__period { font-size: 14px; color: var(--periwinkle); }
.tl-plan__list { display: grid; gap: 6px; margin: 10px 0 16px; padding: 0; list-style: none; }
.tl-plan__list li { position: relative; padding-left: 20px; font-size: 14px; line-height: 1.4; color: var(--white); }
.tl-plan__list li::before { content: ""; position: absolute; left: 1px; top: 6px; width: 9px; height: 5px; border-left: 2px solid var(--blue-light); border-bottom: 2px solid var(--blue-light); transform: rotate(-45deg); }
.tl-plan .pc-btn { margin-top: auto; justify-content: center; }
.tl-plans-note { margin: 0; font-size: 14px; line-height: 1.5; color: var(--periwinkle); text-align: right; }
.tl-plans-note b { font-weight: 500; color: var(--white); }
.tl-plans-note a { color: var(--blue-light); }
.tl-faq { display: grid; gap: 10px; }
.tl-faq details { border-radius: 16px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); }
.tl-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 500; line-height: 1.35; color: var(--white); }
.tl-faq summary::-webkit-details-marker { display: none; }
.tl-faq summary::after { content: ""; flex: none; width: 8px; height: 8px; margin-right: 4px; border-right: 2px solid var(--periwinkle); border-bottom: 2px solid var(--periwinkle); transform: rotate(45deg); transition: transform var(--dur) var(--ease-out); }
.tl-faq details[open] summary::after { transform: rotate(-135deg); }
.tl-faq p { margin: 0; padding: 0 20px 18px; max-width: 72ch; font-size: 15px; line-height: 1.5; color: var(--periwinkle); }
.tl-other { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; border-radius: 22px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); }
.tl-other__text { display: flex; align-items: center; gap: 16px; }
.tl-other__ic { display: grid; flex: none; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(0, 81, 255, .18); color: var(--blue-light); }
.tl-other__ic svg { width: 24px; height: 24px; }
.tl-other h3 { margin: 0; font-size: 18px; font-weight: 500; color: var(--white); }
.tl-other p { margin: 4px 0 0; font-size: 14px; color: var(--periwinkle); }
@media (max-width: 900px) {
  .tl-hero { grid-template-columns: 1fr; padding: 24px; }
  .tl-plans-note { text-align: left; }
}
@media (max-width: 640px) {
  .tl-hero__cta .pc-btn { flex: 1 1 100%; }
  .tl-plan { padding: 18px; }
  .tl-other .pc-btn { flex: 1 1 100%; }
}
.sm { display: flex; flex-direction: column; gap: 18px; }
.sm__group { padding: 22px 24px; border-radius: 22px; background: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-600); }
.sm__h { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: 18px; font-weight: 500; }
.sm__h svg { width: 18px; height: 18px; color: var(--blue-light); }
.sm__h a { color: var(--white); text-decoration: none; }
.sm__h a:hover { color: var(--blue-light); }
.sm__h small { font-size: 12px; font-weight: 500; padding: 2px 8px; border-radius: 999px; color: var(--periwinkle); background: rgba(255, 255, 255, .06); }
.sm__list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 6px 18px; margin: 0; padding: 0; list-style: none; }
.sm__list a { display: block; padding: 6px 0; font-size: 14px; color: var(--periwinkle); text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color var(--dur) var(--ease-out); }
.sm__list a:hover { color: var(--white); }
@media (max-width: 640px) { .sm__group { padding: 16px; } .sm__list { grid-template-columns: 1fr; } }
