/* tMP Core: the sign-up page. Pin-sheet design, same tokens as the rest of the site. */

.tmp-jn { padding: 64px 20px 96px; }
.tmp-jn__in { max-width: 880px; margin: 0 auto; }

.tmp-jn__head { max-width: 640px; margin-bottom: 40px; }
.tmp-jn__eyebrow { margin: 0 0 10px; font-family: var(--mono, ui-monospace, monospace); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted, #5F6E76); }
.tmp-jn h1 { margin: 0 0 14px; font-family: var(--serif, Georgia, serif); font-size: clamp(38px, 6vw, 60px); font-weight: 400; line-height: 1.04; letter-spacing: -0.01em; color: var(--ink, #0F2029); }
.tmp-jn h1 em { font-style: italic; color: var(--accent-ink, #1A6A96); }
.tmp-jn .tmp-lead { margin: 0; font-size: 18px; line-height: 1.55; color: var(--body, #3C4C55); }

.tmp-jn__note { margin: 0 0 24px; padding: 14px 18px; border-radius: 10px; font-size: 15px; line-height: 1.5; }
.tmp-jn__note--ok  { background: #eef7f0; border: 1px solid #bcdcc6; color: #1c4a2b; }
.tmp-jn__note--bad { background: #fdf0ee; border: 1px solid #f0c4bc; color: #7a2b1c; }

.tmp-jn__h2 { margin: 0 0 6px; font-family: var(--serif, Georgia, serif); font-size: 28px; font-weight: 400; line-height: 1.15; color: var(--ink, #0F2029); }
.tmp-jn__sub { margin: 0 0 20px; font-size: 15px; color: var(--muted, #5F6E76); }

.tmp-jn__plans, .tmp-jn__you { padding: 28px 30px; margin-bottom: 22px; background: var(--card, #FFFDF8); border: 1px solid rgba(15, 32, 41, 0.12); border-radius: 16px; }

/* ---- plans ---- */
.tmp-jn__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.tmp-jn__plan { position: relative; display: block; cursor: pointer; }
.tmp-jn__plan input { position: absolute; opacity: 0; width: 0; height: 0; }
.tmp-jn__planin { display: flex; flex-direction: column; gap: 8px; height: 100%; box-sizing: border-box; padding: 22px; border: 1.5px solid rgba(15, 32, 41, 0.14); border-radius: 13px; background: #fff; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.tmp-jn__plan:hover .tmp-jn__planin { border-color: rgba(15, 32, 41, 0.34); transform: translateY(-1px); }
.tmp-jn__plan input:checked + .tmp-jn__planin { border-color: var(--ink, #0F2029); box-shadow: 0 0 0 3px rgba(88, 180, 229, 0.22); }
.tmp-jn__plan input:focus-visible + .tmp-jn__planin { outline: 2px solid var(--accent, #58B4E5); outline-offset: 3px; }
.tmp-jn__planname { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted, #5F6E76); }
.tmp-jn__price { font-family: var(--serif, Georgia, serif); font-size: 38px; line-height: 1; color: var(--ink, #0F2029); }
.tmp-jn__price span { font-family: var(--sans, system-ui, sans-serif); font-size: 14px; color: var(--muted, #5F6E76); margin-left: 4px; }
.tmp-jn__planline { font-size: 14px; line-height: 1.5; color: var(--body, #3C4C55); }

.tmp-jn__inc { margin: 22px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 6px 22px; }
.tmp-jn__inc li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.5; color: var(--body, #3C4C55); }
.tmp-jn__inc li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent-ink, #1A6A96); font-weight: 600; }
.tmp-jn__fine { margin: 18px 0 0; font-size: 13px; color: var(--muted, #5F6E76); }

/* ---- the form ---- */
.tmp-jn__row { display: flex; flex-direction: column; gap: 6px; margin: 0 0 18px; }
.tmp-jn__row label { font-size: 15px; font-weight: 600; color: var(--ink, #0F2029); }
.tmp-jn__row input { box-sizing: border-box; width: 100%; padding: 12px 14px; border: 1px solid rgba(15, 32, 41, 0.18); border-radius: 9px; font-size: 16px; font-family: inherit; background: #fff; color: var(--ink, #0F2029); }
.tmp-jn__row input:focus { border-color: var(--ink, #0F2029); outline: 2px solid rgba(88, 180, 229, 0.3); outline-offset: 1px; }
.tmp-jn__row input[readonly] { background: var(--tint, #F4F6F7); color: var(--muted, #5F6E76); }
.tmp-jn__help { font-size: 13px; line-height: 1.45; color: var(--muted, #5F6E76); }

.tmp-jn__agree { margin: 6px 0 22px; font-size: 14.5px; line-height: 1.5; color: var(--body, #3C4C55); }
.tmp-jn__agree label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.tmp-jn__agree input { margin-top: 3px; flex: none; width: 17px; height: 17px; }

.tmp-jn__go { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; margin: 0; }
.tmp-jn__btn { display: inline-block; padding: 15px 28px; border: 1px solid var(--ink, #0F2029); border-radius: 10px; background: var(--ink, #0F2029); color: #fff; font-family: inherit; font-size: 16px; font-weight: 500; line-height: 1.3; text-decoration: none; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.tmp-jn__btn:hover { background: #1B3442; color: #fff; transform: translateY(-1px); }

.tmp-jn__signin { margin: 28px 0 0; font-size: 15px; color: var(--muted, #5F6E76); }
.tmp-jn__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 640px) {
	.tmp-jn { padding: 44px 16px 72px; }
	.tmp-jn__plans, .tmp-jn__you { padding: 22px 18px; }
	.tmp-jn__btn { width: 100%; text-align: center; }
}
