/* Inner-page system for 事務外注診断ナビ. */
.jsn-page {
	--jsn-deep: #12384a;
	--jsn-teal: #087d72;
	--jsn-teal-bright: #0f9f8f;
	--jsn-teal-soft: #eaf8f5;
	--jsn-yellow: #ffd84d;
	--jsn-ink: #112b31;
	--jsn-muted: #60757a;
	--jsn-line: #dbe8e6;
	--jsn-paper: #fffefa;
	min-height: 100vh;
	background: var(--jsn-paper);
	color: var(--jsn-ink);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.jsn-page *,
.jsn-page *::before,
.jsn-page *::after { box-sizing: border-box; }
.jsn-page a { color: inherit; text-decoration: none; }
.jsn-page img { max-width: 100%; height: auto; }
.jsn-page h1,
.jsn-page h2,
.jsn-page h3,
.jsn-page p { overflow-wrap: anywhere; }
.jsn-container { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }

.jsn-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 0 36px; color: #71858a; font-size: 11px; }
.jsn-breadcrumb a { color: var(--jsn-teal); font-weight: 850; }
.jsn-eyebrow {
	display: inline-block;
	margin: 0;
	padding: 7px 13px;
	border: 1px solid #bfe8df;
	border-radius: 999px;
	background: #e6f8f4;
	color: var(--jsn-teal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
}
.jsn-lead { color: #49656b; font-size: clamp(15px, 1.4vw, 18px); line-height: 2; }

.jsn-intent-hero,
.jsn-service-hero,
.jsn-info-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 12%, rgba(255, 216, 77, .17), transparent 25%),
		radial-gradient(circle at 8% 90%, rgba(63, 190, 169, .14), transparent 29%),
		linear-gradient(135deg, #f5fffc 0%, #fffdf6 56%, #f4faff 100%);
}
.jsn-intent-hero .jsn-container { padding-block: 34px 74px; }
.jsn-intent-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(40px, 7vw, 88px); align-items: center; }
.jsn-intent-hero h1 { max-width: 760px; margin: 19px 0; font-size: clamp(35px, 4.3vw, 58px); line-height: 1.3; letter-spacing: -.055em; }
.jsn-intent-hero h1 em { color: var(--jsn-teal); font-style: normal; background: linear-gradient(transparent 73%, rgba(255, 216, 77, .68) 73%); }
.jsn-intent-hero h1 span { white-space: nowrap; }
.jsn-hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.jsn-hero-points li { padding: 8px 12px; border: 1px solid #d1e6e2; border-radius: 9px; background: rgba(255,255,255,.8); color: #34535a; font-size: 12px; font-weight: 800; }
.jsn-hero-points li::before { content: "✓"; margin-right: 6px; color: var(--jsn-teal-bright); }
.jsn-start-card { padding: 29px; border: 1px solid #d2e8e3; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 24px 58px rgba(18,67,72,.12); }
.jsn-start-card > span { display: inline-block; margin-bottom: 15px; padding: 5px 10px; border-radius: 999px; background: var(--jsn-yellow); color: #5a4500; font-size: 10px; font-weight: 900; }
.jsn-start-card > strong { display: block; font-size: 22px; line-height: 1.45; }
.jsn-start-card__visual { margin: 18px 0 17px; padding: 12px 13px 10px; border: 1px solid #dcebe8; border-radius: 16px; background: linear-gradient(145deg,#f5fcfa,#fffdf7); }
.jsn-start-card__visual img { width: 100%; height: 112px; display: block; object-fit: contain; }
.jsn-start-card__visual figcaption { margin-top: 6px; color: #587178; font-size: 9px; font-weight: 750; line-height: 1.6; text-align: center; }
.jsn-start-card > p { margin: 11px 0 20px; color: var(--jsn-muted); font-size: 12px; line-height: 1.85; }
.jsn-start-card ol { margin: 0; padding: 18px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; border-top: 1px solid var(--jsn-line); list-style: none; }
.jsn-start-card li { display: grid; justify-items: center; gap: 6px; color: #527077; font-size: 10px; text-align: center; }
.jsn-start-card b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--jsn-teal-soft); color: var(--jsn-teal); }

.jsn-disclosure { padding: 16px 18px; border: 1px solid #d7e4e2; border-radius: 13px; background: #fbfdfc; color: #536a70; font-size: 12px; line-height: 1.8; }
.jsn-disclosure--ad { background: #fffaf0; border-color: #e9ddbd; }
.jsn-disclosure strong { display: inline-block; margin-bottom: 7px; padding: 3px 8px; border-radius: 5px; background: var(--jsn-deep); color: #fff; font-size: 9px; letter-spacing: .08em; }
.jsn-disclosure p { margin: 0; }
.jsn-disclosure a { display: inline-block; margin-top: 6px; color: var(--jsn-teal); font-weight: 900; }
.jsn-disclosure--wide { margin-top: 40px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; }
.jsn-disclosure--wide strong,
.jsn-disclosure--wide a { margin: 0; white-space: nowrap; }
.jsn-hero-action { margin-top: 22px; display: flex; align-items: center; gap: 18px; }
.jsn-primary-button,
.jsn-final-cta a,
.jsn-diagnosis-card > a,
.jsn-official-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 13px; font-weight: 900; }
.jsn-primary-button { min-width: 300px; padding: 17px 20px; background: var(--jsn-teal-bright); color: #fff !important; box-shadow: 0 10px 24px rgba(15,159,143,.22); }
.jsn-primary-button:hover { background: var(--jsn-teal); transform: translateY(-1px); }
.jsn-hero-action small { color: #778d91; font-size: 10px; }

.jsn-section { padding: 94px max(22px, calc((100vw - 1160px) / 2)); scroll-margin-top: 76px; }
.jsn-section-heading { max-width: 760px; margin: 0 auto 43px; text-align: center; }
.jsn-section-heading > span,
.jsn-cost-intro > span { color: var(--jsn-teal); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.jsn-section-heading h2,
.jsn-cost-intro h2 { margin: 11px 0 15px; font-size: clamp(28px, 3.3vw, 43px); line-height: 1.4; letter-spacing: -.04em; }
.jsn-section-heading p,
.jsn-cost-intro > p { margin: 0; color: var(--jsn-muted); font-size: 14px; line-height: 1.9; }
.jsn-decision-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.jsn-decision-card { padding: 25px 22px 22px; border: 1px solid var(--jsn-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 25px rgba(18,60,65,.05); }
.jsn-decision-card > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: var(--jsn-teal-soft); color: var(--jsn-teal); font-size: 12px; font-weight: 900; }
.jsn-decision-card h3 { margin: 17px 0 9px; font-size: 18px; line-height: 1.55; }
.jsn-decision-card > p { min-height: 94px; margin: 0 0 17px; color: var(--jsn-muted); font-size: 12px; line-height: 1.8; }
.jsn-decision-card > div { padding-top: 14px; border-top: 1px solid var(--jsn-line); color: #3d585e; font-size: 11px; line-height: 1.7; }
.jsn-decision-card > div b { display: block; margin-bottom: 3px; color: var(--jsn-teal); font-size: 9px; }
.jsn-cost-section { background: #f1f8f7; }
.jsn-cost-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 86px); align-items: start; }
.jsn-formula-box { margin-top: 28px; padding: 22px; border-radius: 17px; background: var(--jsn-deep); color: #fff; }
.jsn-formula-box small { display: block; color: #b9cdd2; font-size: 9px; }
.jsn-formula-box strong { display: block; margin: 12px 0 8px; color: #8ce0d3; font-size: clamp(17px,2vw,22px); line-height: 1.6; }
.jsn-formula-box p { margin: 0; color: #d2e1e4; font-size: 11px; }
.jsn-cost-list { display: grid; gap: 11px; }
.jsn-cost-list article { position: relative; padding: 20px 20px 20px 76px; border: 1px solid #d5e5e2; border-radius: 15px; background: #fff; }
.jsn-cost-list article::before { content: "確認"; position: absolute; left: 19px; top: 21px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--jsn-teal-soft); color: var(--jsn-teal); font-size: 9px; font-weight: 900; }
.jsn-cost-list h3 { margin: 0 0 6px; font-size: 15px; }
.jsn-cost-list p { margin: 0 0 6px; color: #536c72; font-size: 12px; }
.jsn-cost-list small { display: block; color: #8a6a0d; font-size: 10px; }
.jsn-fit-grid { width: min(1040px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.jsn-fit-card { padding: 27px; border: 1px solid; border-radius: 20px; }
.jsn-fit-card--good { border-color: #c9eae3; background: #f1fbf8; }
.jsn-fit-card--caution { border-color: #ecdfc4; background: #fffaf0; }
.jsn-fit-title { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.jsn-fit-title span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--jsn-teal-bright); color: #fff; font-weight: 900; }
.jsn-fit-card--caution .jsn-fit-title span { background: #b27a21; }
.jsn-fit-title h3 { margin: 0; font-size: 19px; }
.jsn-fit-card article { padding: 15px 0; border-top: 1px solid rgba(55,92,91,.13); }
.jsn-fit-card article b { font-size: 13px; }
.jsn-fit-card article p { margin: 6px 0 0; color: #5d7479; font-size: 11px; }
.jsn-steps-section { background: #fcfaf4; }
.jsn-steps { padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.jsn-steps li { position: relative; padding: 26px; border: 1px solid #e7e2d6; border-radius: 18px; background: #fff; }
.jsn-steps li:not(:last-child)::after { content: "→"; position: absolute; right: -15px; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--jsn-yellow); color: #675200; font-weight: 900; }
.jsn-steps li > span { color: var(--jsn-teal); font-size: 9px; font-weight: 900; }
.jsn-steps h3 { margin: 11px 0 8px; font-size: 17px; }
.jsn-steps p { margin: 0; color: var(--jsn-muted); font-size: 11px; }
.jsn-faq-section { background: #fff; }
.jsn-faq-list { width: min(880px, 100%); margin: auto; display: grid; gap: 10px; }
.jsn-faq-list details { border: 1px solid var(--jsn-line); border-radius: 14px; background: #fff; overflow: hidden; }
.jsn-faq-list summary { padding: 19px 22px; display: flex; align-items: center; gap: 13px; cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.jsn-faq-list summary::-webkit-details-marker { display: none; }
.jsn-faq-list summary::after { content: "+"; margin-left: auto; color: var(--jsn-teal); font-size: 20px; }
.jsn-faq-list details[open] summary::after { content: "−"; }
.jsn-faq-list summary span,
.jsn-faq-list details > div > span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--jsn-teal-soft); color: var(--jsn-teal); font-size: 12px; font-weight: 900; }
.jsn-faq-list details > div { padding: 17px 22px 20px; display: flex; gap: 13px; border-top: 1px solid var(--jsn-line); background: #fbfdfc; }
.jsn-faq-list details > div > span { background: var(--jsn-deep); color: #fff; }
.jsn-faq-list details p { margin: 3px 0 0; color: #526b70; font-size: 12px; }
.jsn-final-cta { width: min(1080px, calc(100% - 44px)); margin: 0 auto 86px; padding: clamp(30px,5vw,52px); display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; border-radius: 25px; background: linear-gradient(135deg,var(--jsn-deep),#185668); color: #fff; box-shadow: 0 22px 55px rgba(18,56,74,.2); }
.jsn-final-cta > div > span { color: #8ce0d3; font-size: 10px; font-weight: 900; }
.jsn-final-cta h2 { margin: 8px 0 9px; font-size: clamp(25px,3vw,38px); }
.jsn-final-cta p { margin: 0; color: #d4e3e6; font-size: 13px; }
.jsn-final-cta > div:last-child { display: grid; justify-items: end; gap: 11px; }
.jsn-final-cta small { max-width: 330px; color: #b8cfd4; font-size: 9px; text-align: right; }
.jsn-final-cta a { min-width: 290px; padding: 16px 19px; background: #fff; color: var(--jsn-deep); }

.jsn-policy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; padding: 27px 22px; border-top: 1px solid var(--jsn-line); background: #f8fbfa; color: #526a70; font-size: 11px; font-weight: 750; }
.jsn-policy-links a:hover { color: var(--jsn-teal); }

/* Service comparison index. */
.jsn-index-hero {
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 12%, rgba(255, 216, 77, .17), transparent 25%),
		radial-gradient(circle at 8% 90%, rgba(63, 190, 169, .14), transparent 29%),
		linear-gradient(135deg, #f5fffc 0%, #fffdf6 56%, #f4faff 100%);
}
.jsn-index-hero .jsn-container { padding-block: 34px 64px; }
.jsn-index-hero h1 { max-width: 850px; margin: 17px 0 18px; font-size: clamp(38px,5vw,62px); line-height: 1.28; letter-spacing: -.055em; }
.jsn-index-hero h1 em { color: var(--jsn-teal); font-style: normal; background: linear-gradient(transparent 73%,rgba(255,216,77,.68) 73%); }
.jsn-index-hero .jsn-lead { max-width: 820px; }
.jsn-index-hero .jsn-checked { margin: 13px 0 0; }
.jsn-index-section { padding: 90px 22px; }
.jsn-index-table-section { background: #f1f8f7; }
.jsn-service-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.jsn-service-card { --jsn-card-accent: #087d72; --jsn-card-accent-soft: #e4f7f3; min-width: 0; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--jsn-line); border-radius: 20px; background: #fff; box-shadow: 0 13px 32px rgba(18,60,65,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.jsn-service-card:hover { transform: translateY(-4px); border-color: #b9d8d2; box-shadow: 0 19px 40px rgba(18,60,65,.11); }
.jsn-service-card--taskar { --jsn-card-accent: #276b91; --jsn-card-accent-soft: #e8f3f8; }
.jsn-service-card--hishosuppl { --jsn-card-accent: #a36c22; --jsn-card-accent-soft: #fbf1df; }
.jsn-service-card--remoba { --jsn-card-accent: #157783; --jsn-card-accent-soft: #e5f5f6; }
.jsn-service-card--help-you { --jsn-card-accent: #6c5a91; --jsn-card-accent-soft: #f0ecf8; }
.jsn-service-card--caster { --jsn-card-accent: #9a5f48; --jsn-card-accent-soft: #f8ece7; }
.jsn-service-card__labels { min-height: 49px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 6px; }
.jsn-service-card__labels span,
.jsn-service-card__labels b,
.jsn-service-card__labels small { padding: 5px 8px; border-radius: 999px; background: var(--jsn-teal-soft); color: var(--jsn-teal); font-size: 9px; font-weight: 900; line-height: 1.4; }
.jsn-service-card__labels span { background: var(--jsn-card-accent-soft); color: var(--jsn-card-accent); }
.jsn-service-card__labels b { background: #fff1c4; color: #775b05; }
.jsn-service-card__labels small { background: #f0f4f4; color: #657a7f; }
.jsn-service-card__identity { margin: 2px 0 10px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 14px; align-items: center; }
.jsn-service-card__identity > div { min-width: 0; }
.jsn-service-card__identity > div > small { display: block; margin-bottom: 1px; color: #71868b; font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.jsn-service-card__monogram { position: relative; width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(18,56,74,.13); border-radius: 17px; background: linear-gradient(145deg,var(--jsn-card-accent-soft),#fff); color: var(--jsn-card-accent); font-size: 17px; font-weight: 950; letter-spacing: .04em; box-shadow: inset 0 0 0 5px rgba(255,255,255,.54); }
.jsn-service-card__monogram::before { content: ""; position: absolute; width: 28px; height: 7px; right: -8px; top: 9px; border-radius: 999px; background: var(--jsn-yellow); transform: rotate(42deg); opacity: .75; }
.jsn-service-card__monogram::after { content: "✓"; position: absolute; right: 4px; bottom: 4px; width: 17px; height: 17px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--jsn-card-accent); color: #fff; font-size: 8px; }
.jsn-service-card h2 { margin: 0; font-size: clamp(22px,2.5vw,29px); line-height: 1.4; letter-spacing: -.035em; }
.jsn-service-card__tagline { margin: 0 0 11px; color: var(--jsn-teal); font-size: 12px; font-weight: 850; line-height: 1.8; }
.jsn-service-card__summary { margin: 0 0 20px; color: #5b7177; font-size: 11px; line-height: 1.85; }
.jsn-service-card dl { margin: auto 0 19px; border: 1px solid var(--jsn-line); border-radius: 12px; overflow: hidden; }
.jsn-service-card dl > div { display: grid; grid-template-columns: 105px 1fr; border-bottom: 1px solid var(--jsn-line); }
.jsn-service-card dl > div:last-child { border-bottom: 0; }
.jsn-service-card dt,
.jsn-service-card dd { margin: 0; padding: 10px; font-size: 10px; }
.jsn-service-card dt { background: #f4f8f7; color: #647b80; font-weight: 850; }
.jsn-service-card dd { color: var(--jsn-deep); font-weight: 900; }
.jsn-service-card dd small { display: block; margin-top: 2px; color: #6d8185; font-size: 8px; font-weight: 650; line-height: 1.5; }
.jsn-service-card > a { padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 11px; background: var(--jsn-deep); color: #fff; font-size: 11px; font-weight: 850; }
.jsn-service-card > a:hover { background: var(--jsn-teal); }
.jsn-service-index .jsn-table-wrap table { min-width: 940px; }
.jsn-service-index .jsn-table-wrap th,
.jsn-service-index .jsn-table-wrap td { padding: 15px; }
.jsn-service-index .jsn-table-wrap tbody td:first-of-type { min-width: 170px; }
.jsn-table-ad,
.jsn-table-official { display: inline-block; padding: 4px 7px; border-radius: 999px; background: #fff1c4; color: #775b05; font-size: 9px; font-weight: 900; white-space: nowrap; }
.jsn-table-official { background: #edf3f2; color: #5f7479; }
.jsn-table-link { color: var(--jsn-teal) !important; font-weight: 900; text-decoration: underline !important; text-underline-offset: 3px; white-space: nowrap; }
.jsn-service-index .jsn-final-cta { margin-top: 82px; }

/* Service detail pages. */
.jsn-service-hero .jsn-container { padding-block: 34px 60px; }
.jsn-service-hero-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(38px,6vw,76px); align-items: end; }
.jsn-hero-labels { display: flex; flex-wrap: wrap; gap: 8px; }
.jsn-hero-labels span,
.jsn-hero-labels b { padding: 6px 10px; border-radius: 999px; background: var(--jsn-teal-soft); color: var(--jsn-teal); font-size: 10px; font-weight: 900; }
.jsn-hero-labels b { background: #fff1c4; color: #775b05; }
.jsn-service-hero h1 { margin: 18px 0 8px; font-size: clamp(38px,5vw,62px); line-height: 1.22; letter-spacing: -.055em; }
.jsn-service-hero h1 small { display: block; margin-top: 7px; color: #38585f; font-size: .38em; letter-spacing: -.025em; }
.jsn-service-tagline { margin: 17px 0 11px; color: var(--jsn-teal); font-size: clamp(17px,2vw,23px); font-weight: 900; }
.jsn-checked { color: #788d92; font-size: 10px; }
.jsn-verdict { padding: 25px; border: 1px solid #d3e5e2; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(18,67,72,.09); }
.jsn-verdict span { color: var(--jsn-teal); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.jsn-verdict p { margin: 10px 0 0; color: #36575e; font-size: 14px; font-weight: 700; line-height: 1.9; }
.jsn-quick-facts { margin: 38px 0 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #d5e5e2; border-radius: 17px; background: #fff; overflow: hidden; }
.jsn-quick-facts div { padding: 18px; border-right: 1px solid var(--jsn-line); }
.jsn-quick-facts div:last-child { border-right: 0; }
.jsn-quick-facts dt { color: #74898d; font-size: 9px; font-weight: 850; }
.jsn-quick-facts dd { margin: 6px 0 2px; color: var(--jsn-deep); font-size: 19px; font-weight: 950; }
.jsn-quick-facts small { color: #6a7f83; font-size: 9px; }
.jsn-service-layout { padding-block: 76px 96px; display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 50px; align-items: start; }
.jsn-service-article { min-width: 0; }
.jsn-service-section { padding: 0 0 68px; margin: 0 0 68px; border-bottom: 1px solid var(--jsn-line); }
.jsn-number-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.jsn-number-heading > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--jsn-deep); color: #fff; font-size: 12px; font-weight: 900; }
.jsn-number-heading p { margin: 0 0 2px; color: var(--jsn-teal); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.jsn-number-heading h2 { margin: 0; font-size: clamp(23px,3vw,34px); line-height: 1.4; }
.jsn-service-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jsn-service-fit-card { padding: 23px; border: 1px solid #c9eae3; border-radius: 17px; background: #f1fbf8; }
.jsn-service-fit-card--muted { border-color: #eadfc9; background: #fffaf1; }
.jsn-service-fit-card h3 { margin: 0 0 14px; font-size: 16px; }
.jsn-check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.jsn-check-list li { display: flex; align-items: flex-start; gap: 10px; }
.jsn-check-list li > span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 7px; background: var(--jsn-teal-soft); color: var(--jsn-teal); font-size: 11px; font-weight: 900; }
.jsn-check-list--negative li > span { background: #f5ead6; color: #9b6c20; }
.jsn-check-list p { margin: 0; color: #466269; font-size: 12px; line-height: 1.75; }
.jsn-section-note,
.jsn-source-note { margin: 16px 0 0; color: #71858a; font-size: 10px; line-height: 1.8; }
.jsn-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--jsn-line); border-radius: 14px; }
.jsn-table-wrap table { width: 100%; min-width: 660px; border: 0; border-collapse: collapse; background: #fff; }
.jsn-table-wrap th,
.jsn-table-wrap td { padding: 14px; border: 0; border-right: 1px solid var(--jsn-line); border-bottom: 1px solid var(--jsn-line); color: #486369; font-size: 11px; text-align: left; vertical-align: top; }
.jsn-table-wrap thead th { background: var(--jsn-deep); color: #fff; font-size: 10px; white-space: nowrap; }
.jsn-table-wrap tbody th { color: var(--jsn-ink); font-weight: 850; }
.jsn-table-wrap tr:last-child > * { border-bottom: 0; }
.jsn-table-wrap tr > *:last-child { border-right: 0; }
.jsn-table-wrap td strong { color: var(--jsn-teal); font-size: 14px; }
.jsn-minimum-box { margin-top: 18px; padding: 22px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; border-radius: 16px; background: var(--jsn-deep); color: #fff; }
.jsn-minimum-box div { text-align: center; }
.jsn-minimum-box span { display: block; color: #b8ced3; font-size: 9px; }
.jsn-minimum-box strong { display: block; margin-top: 6px; color: #8ce0d3; font-size: clamp(17px,2.2vw,23px); }
.jsn-minimum-box > b { color: var(--jsn-yellow); }
.jsn-consultation-box { padding: 24px; border-left: 4px solid var(--jsn-teal); border-radius: 4px 15px 15px 4px; background: var(--jsn-teal-soft); }
.jsn-consultation-box p { margin: 0; color: #38585f; font-size: 13px; }
.jsn-caution-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.jsn-caution-list li { padding: 17px 18px; display: flex; gap: 15px; border: 1px solid #e8dfca; border-radius: 13px; background: #fffaf1; }
.jsn-caution-list span { color: #9a6b20; font-size: 11px; font-weight: 900; }
.jsn-caution-list p { margin: 0; color: #5c6663; font-size: 12px; }
.jsn-action-section { padding: 30px; border-radius: 20px; background: #f3f8f7; }
.jsn-action-section h2 { margin: 0 0 19px; font-size: 24px; }
.jsn-action-section > .jsn-disclosure { margin-top: 25px; }
.jsn-official-cta { margin-top: 16px; width: 100%; padding: 17px 20px; background: var(--jsn-teal-bright); color: #fff !important; box-shadow: 0 10px 24px rgba(15,159,143,.18); }
.jsn-service-sidebar { position: sticky; top: 98px; display: grid; gap: 15px; }
.jsn-diagnosis-card { padding: 24px; border-radius: 18px; background: var(--jsn-deep); color: #fff; }
.jsn-diagnosis-card > span { color: #8ce0d3; font-size: 9px; font-weight: 900; }
.jsn-diagnosis-card h2 { margin: 9px 0; font-size: 19px; line-height: 1.55; }
.jsn-diagnosis-card p { margin: 0 0 17px; color: #c6d8dc; font-size: 11px; }
.jsn-diagnosis-card > a { width: 100%; padding: 13px 15px; background: #fff; color: var(--jsn-deep); font-size: 12px; }
.jsn-service-nav { border: 1px solid var(--jsn-line); border-radius: 15px; background: #fff; overflow: hidden; }
.jsn-service-nav > p { margin: 0; padding: 13px 15px; background: #f5f9f8; color: #63787d; font-size: 10px; font-weight: 900; }
.jsn-service-nav a { padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--jsn-line); font-size: 11px; font-weight: 800; }
.jsn-service-nav a small { color: #71858a; font-size: 9px; }
.jsn-service-nav a.is-current { background: var(--jsn-teal-soft); color: var(--jsn-teal); }
.jsn-service-sidebar > .jsn-policy-links,
.jsn-info-sidebar > .jsn-policy-links { padding: 14px; display: grid; justify-content: stretch; gap: 0; border: 1px solid var(--jsn-line); border-radius: 15px; background: #fff; }
.jsn-service-sidebar > .jsn-policy-links a,
.jsn-info-sidebar > .jsn-policy-links a { padding: 9px 3px; border-bottom: 1px solid var(--jsn-line); }
.jsn-service-sidebar > .jsn-policy-links a:last-child,
.jsn-info-sidebar > .jsn-policy-links a:last-child { border-bottom: 0; }

/* Information and legal pages. */
.jsn-info-hero-inner { width: min(980px, calc(100% - 44px)); margin: auto; padding: 34px 0 66px; }
.jsn-info-hero h1 { margin: 15px 0 14px; font-size: clamp(38px,5vw,58px); letter-spacing: -.05em; line-height: 1.3; }
.jsn-info-hero .jsn-lead { max-width: 760px; }
.jsn-updated { margin: 18px 0 0; color: #75898e; font-size: 10px; }
.jsn-info-main { padding: 76px 22px 100px; }
.jsn-info-layout { width: min(1040px,100%); margin: auto; display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 54px; align-items: start; }
.jsn-info-article { min-width: 0; }
.jsn-callout { margin-bottom: 54px; padding: 24px; border: 1px solid #c9e8e1; border-radius: 16px; background: #f0faf7; color: #34575d; font-size: 13px; line-height: 1.9; }
.jsn-callout--warm { border-color: #e9debf; background: #fff9ec; }
.jsn-info-section { margin-bottom: 58px; }
.jsn-info-section:last-child { margin-bottom: 0; }
.jsn-info-section h2 { margin: 0 0 20px; padding-bottom: 13px; border-bottom: 2px solid var(--jsn-deep); font-size: clamp(22px,3vw,30px); line-height: 1.45; }
.jsn-info-section h3 { margin: 28px 0 9px; font-size: 17px; }
.jsn-info-section p { margin: 0 0 16px; color: #4d676d; font-size: 13px; line-height: 2; }
.jsn-info-section ul,
.jsn-info-section ol { margin: 0 0 18px; padding-left: 1.4em; color: #4d676d; font-size: 13px; }
.jsn-info-section li { margin-bottom: 9px; padding-left: 4px; line-height: 1.9; }
.jsn-info-section a { color: var(--jsn-teal); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.jsn-definition-list { margin: 0; border: 1px solid var(--jsn-line); border-radius: 15px; background: #fff; overflow: hidden; }
.jsn-definition-list > div { display: grid; grid-template-columns: 145px 1fr; border-bottom: 1px solid var(--jsn-line); }
.jsn-definition-list > div:last-child { border-bottom: 0; }
.jsn-definition-list dt,
.jsn-definition-list dd { margin: 0; padding: 15px 17px; font-size: 12px; }
.jsn-definition-list dt { background: #f3f8f7; color: #36575d; font-weight: 850; }
.jsn-definition-list dd { color: #526b70; }
.jsn-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.jsn-contact-card { padding: 22px; border: 1px solid var(--jsn-line); border-radius: 15px; background: #fff; }
.jsn-contact-card h3 { margin: 0 0 9px; color: var(--jsn-teal); font-size: 15px; }
.jsn-contact-card p { margin: 0; }
.jsn-info-sidebar { position: sticky; top: 98px; display: grid; gap: 15px; }

.jsn-page a:focus-visible,
.jsn-page summary:focus-visible { outline: 3px solid var(--jsn-yellow); outline-offset: 3px; }

@media (max-width: 980px) {
	.jsn-intent-hero-grid,
	.jsn-service-hero-grid { grid-template-columns: 1fr; }
	.jsn-start-card { max-width: 600px; }
	.jsn-decision-grid { grid-template-columns: 1fr 1fr; }
	.jsn-service-card-grid { grid-template-columns: 1fr 1fr; }
	.jsn-decision-card > p { min-height: 0; }
	.jsn-service-layout,
	.jsn-info-layout { grid-template-columns: 1fr; }
	.jsn-service-sidebar,
	.jsn-info-sidebar { position: static; }
	.jsn-service-sidebar { grid-template-columns: 1fr 1fr; }
	.jsn-service-sidebar .jsn-diagnosis-card { grid-column: 1 / -1; }
	.jsn-info-sidebar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
	.jsn-container,
	.jsn-info-hero-inner { width: min(100% - 30px, 1160px); }
	.jsn-intent-hero .jsn-container,
	.jsn-service-hero .jsn-container,
	.jsn-index-hero .jsn-container { padding-block: 22px 50px; }
	.jsn-breadcrumb { margin-bottom: 27px; }
	.jsn-intent-hero h1 { font-size: clamp(31px,10vw,43px); }
	.jsn-intent-hero h1 span { white-space: normal; }
	.jsn-disclosure--wide { grid-template-columns: 1fr; }
	.jsn-hero-action { display: grid; }
	.jsn-primary-button { width: 100%; min-width: 0; }
	.jsn-section { padding: 70px 15px; }
	.jsn-decision-grid,
	.jsn-service-card-grid,
	.jsn-cost-layout,
	.jsn-fit-grid,
	.jsn-steps,
	.jsn-service-fit-grid,
	.jsn-contact-grid { grid-template-columns: 1fr; }
	.jsn-steps li:not(:last-child)::after { content: "↓"; left: 50%; right: auto; top: auto; bottom: -23px; transform: translateX(-50%); }
	.jsn-final-cta { grid-template-columns: 1fr; gap: 25px; margin-bottom: 60px; }
	.jsn-final-cta > div:last-child { justify-items: stretch; }
	.jsn-final-cta small { max-width: none; text-align: left; }
	.jsn-final-cta a { min-width: 0; }
	.jsn-quick-facts { grid-template-columns: 1fr 1fr; }
	.jsn-quick-facts div:nth-child(2) { border-right: 0; }
	.jsn-quick-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--jsn-line); }
	.jsn-service-layout { padding-block: 56px 72px; gap: 36px; }
	.jsn-service-section { margin-bottom: 52px; padding-bottom: 52px; }
	.jsn-minimum-box { grid-template-columns: 1fr; gap: 10px; }
	.jsn-minimum-box > b { transform: rotate(90deg); }
	.jsn-service-sidebar,
	.jsn-info-sidebar { grid-template-columns: 1fr; }
	.jsn-info-main { padding: 55px 15px 75px; }
	.jsn-definition-list > div { grid-template-columns: 1fr; }
	.jsn-definition-list dt { padding-bottom: 6px; }
	.jsn-definition-list dd { padding-top: 6px; }
}

@media (prefers-reduced-motion: reduce) {
	.jsn-page *,
	.jsn-page *::before,
	.jsn-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
