.ln-page {
	--ln-ink: #0a2235;
	--ln-muted: #52697a;
	--ln-blue: #1598d2;
	--ln-blue-dark: #0876ad;
	--ln-cyan: #64d2ec;
	--ln-soft: #eef8fc;
	--ln-line: #d9e7ed;
	--ln-warm: #ffc84d;
	--ln-white: #ffffff;
	color: var(--ln-ink);
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	overflow: visible;
}

.ln-page *, .ln-page *::before, .ln-page *::after { box-sizing: border-box; }
.ln-page h1, .ln-page h2, .ln-page h3, .ln-page p { margin-top: 0; }
.ln-page a { text-decoration: none; }
.ln-bleed { width: 100vw; margin-left: calc(50% - 50vw); }
.ln-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.ln-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 12%, rgba(100,210,236,.2), transparent 27%),
		linear-gradient(135deg, #061827 0%, #0b2c43 58%, #0a405b 100%);
	color: var(--ln-white);
	padding: 88px 0 82px;
}
.ln-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.12); }
.ln-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.ln-eyebrow, .ln-kicker { color: var(--ln-blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.ln-hero .ln-eyebrow { color: #7dddf2; margin-bottom: 19px; }
.ln-hero h1 { color: #fff; font-size: clamp(44px, 5.3vw, 72px); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 18px; }
.ln-hero h1 span { display: block; color: var(--ln-warm); }
.ln-subtitle { color: #cfe8f2; font-size: clamp(20px, 2vw, 27px); font-weight: 700; margin-bottom: 28px; }
.ln-lead { color: #bdd2dc; font-size: 17px; line-height: 1.9; max-width: 690px; margin-bottom: 30px; }
.ln-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 23px; }
.ln-button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 23px; border-radius: 10px; font-size: 15px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.ln-button:hover { transform: translateY(-2px); }
.ln-button-primary { color: #062437; background: var(--ln-warm); box-shadow: 0 10px 30px rgba(255,200,77,.18); }
.ln-button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.ln-button-outline-dark { color: #075a7b; border: 2px solid #1685ad; background: #fff; box-shadow: 0 8px 22px rgba(7,90,123,.1); }
.ln-button-outline-dark:hover { color: #043d55; background: #e8f7fc; }
.ln-button-light { color: var(--ln-ink); background: #fff; }
.ln-button-disabled { cursor: default; opacity: .78; }
.ln-button-disabled:hover { transform: none; }
.ln-byline { display: flex; flex-wrap: wrap; gap: 7px; color: #8faebc; font-size: 12px; margin-bottom: 0; }

.ln-flow-card { position: relative; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; padding: 24px; background: rgba(5,21,34,.6); box-shadow: 0 32px 80px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.ln-flow-card::before { content: ""; position: absolute; width: 96px; height: 96px; right: -32px; top: -35px; border: 1px solid rgba(100,210,236,.23); border-radius: 50%; }
.ln-flow-topline { display: flex; justify-content: space-between; color: #86a7b6; font-size: 10px; font-weight: 800; letter-spacing: .12em; margin-bottom: 28px; }
.ln-live { display: inline-flex; align-items: center; gap: 7px; color: #bfeef7; }
.ln-live i { width: 7px; height: 7px; border-radius: 50%; background: #5ce0ad; box-shadow: 0 0 0 5px rgba(92,224,173,.1); }
.ln-flow-stage { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; }
.ln-node { min-width: 0; padding: 16px 10px; border-radius: 13px; border: 1px solid rgba(255,255,255,.13); text-align: center; background: rgba(255,255,255,.05); }
.ln-node small, .ln-node span { display: block; }
.ln-node small { color: #6acfe8; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 5px; }
.ln-node strong { display: block; color: #fff; font-size: 14px; margin-bottom: 5px; }
.ln-node span { color: #86a8b8; font-size: 9px; line-height: 1.4; }
.ln-node-core { border-color: rgba(100,210,236,.55); background: rgba(21,152,210,.15); transform: translateY(-6px); }
.ln-arrow { color: #4d8ba6; font-size: 18px; }
.ln-control-line { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin: 24px 6px 12px; color: #8eb2c2; font-size: 10px; }
.ln-control-line b { height: 1px; background: linear-gradient(90deg, #1d779f, #6bd5eb); }
.ln-flow-caption { color: #8ca8b5; font-size: 11px; line-height: 1.6; text-align: center; }

.ln-proof { background: #fff; border-bottom: 1px solid var(--ln-line); }
.ln-proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.ln-proof-grid > div { padding: 25px 18px; text-align: center; border-right: 1px solid var(--ln-line); }
.ln-proof-grid > div:first-child { border-left: 1px solid var(--ln-line); }
.ln-proof strong, .ln-proof span { display: block; }
.ln-proof strong { color: var(--ln-ink); font-size: 14px; margin-bottom: 4px; }
.ln-proof span { color: #718591; font-size: 11px; }

.ln-section { padding-top: 106px; padding-bottom: 106px; }
.ln-section-soft { background: var(--ln-soft); }
.ln-section-dark { background: #081d2d; color: #fff; }
.ln-section-heading { max-width: 770px; margin-bottom: 46px; }
.ln-section-heading h2, .ln-fit-card h2, .ln-final h2 { color: var(--ln-ink); font-size: clamp(31px, 3.7vw, 48px); line-height: 1.2; letter-spacing: -.035em; margin-bottom: 18px; }
.ln-section-heading > p:last-child { color: var(--ln-muted); font-size: 17px; line-height: 1.85; margin-bottom: 0; }
.ln-kicker { margin-bottom: 13px; }
.ln-heading-row { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }

.ln-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ln-problem-card { min-height: 280px; padding: 30px; border: 1px solid var(--ln-line); border-radius: 17px; background: #fff; box-shadow: 0 16px 45px rgba(10,34,53,.06); }
.ln-problem-card > span { display: block; color: var(--ln-blue); font-size: 12px; font-weight: 900; margin-bottom: 46px; }
.ln-problem-card h3 { color: var(--ln-ink); font-size: 21px; margin-bottom: 12px; }
.ln-problem-card p { color: var(--ln-muted); font-size: 14px; line-height: 1.85; margin-bottom: 0; }

.ln-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ln-capability-grid article { padding: 27px 24px 24px; border-radius: 16px; background: #fff; border: 1px solid #dbeaf0; }
.ln-capability-grid b { color: #85a7b5; font-size: 11px; }
.ln-capability-grid h3 { color: var(--ln-ink); font-size: 18px; margin: 26px 0 11px; }
.ln-capability-grid p { color: var(--ln-muted); font-size: 13px; line-height: 1.75; min-height: 92px; }
.ln-capability-grid span { color: var(--ln-blue-dark); font-size: 11px; font-weight: 800; }

.ln-delivery-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }
.ln-delivery-grid .ln-section-heading { margin-bottom: 0; }
.ln-license-note { display: grid; gap: 5px; margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--ln-warm); background: #fff8e5; }
.ln-license-note strong { font-size: 14px; }
.ln-license-note span { color: #6f6041; font-size: 12px; line-height: 1.6; }
.ln-delivery-list { border-top: 1px solid var(--ln-line); }
.ln-delivery-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--ln-line); }
.ln-delivery-list span { color: var(--ln-blue); font-size: 11px; font-weight: 900; padding-top: 3px; }
.ln-delivery-list p { color: var(--ln-muted); font-size: 14px; line-height: 1.75; margin-bottom: 0; }
.ln-delivery-list strong { display: block; color: var(--ln-ink); font-size: 16px; margin-bottom: 3px; }

.ln-section-heading-light h2 { color: #fff; }
.ln-section-dark .ln-kicker { color: #68d4eb; }
.ln-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ln-route-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.045); }
.ln-route-grid article > p { color: #71d4ea; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.ln-route-grid h3 { color: #fff; font-size: 20px; line-height: 1.45; min-height: 87px; }
.ln-route-grid ul { padding-left: 19px; margin-bottom: 0; color: #acc4cf; font-size: 13px; line-height: 2; }

.ln-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ln-fit-card { padding: 38px; border-radius: 20px; }
.ln-fit-card h2 { font-size: 31px; }
.ln-fit-card ul { padding-left: 20px; margin-bottom: 0; color: var(--ln-muted); font-size: 14px; line-height: 2; }
.ln-fit-yes { background: #eff9f5; border: 1px solid #cfe9dd; }
.ln-fit-no { background: #f6f7f8; border: 1px solid #e1e5e8; }
.ln-fit-no .ln-kicker { color: #778995; }

.ln-final { padding: 0 0 100px; background: linear-gradient(#fff 0 45%, #071a2a 45% 100%); }
.ln-final-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; padding: 48px 52px; border-radius: 22px; background: linear-gradient(135deg, #0e88bf, #0b638e); box-shadow: 0 28px 70px rgba(5,38,58,.25); }
.ln-final .ln-kicker { color: #bdeefa; }
.ln-final h2 { color: #fff; font-size: clamp(29px, 3vw, 42px); }
.ln-final-card > div > p:last-child { color: #d4edf5; line-height: 1.75; margin-bottom: 0; }
.ln-final-actions { display: grid; gap: 10px; }
.ln-final-actions small { color: #c0e1ed; font-size: 10px; text-align: center; }

/* Compact product page: hero + two decision blocks + payment. */
.ln-anchor-target { display: block; position: relative; top: -44px; }
.ln-page-compact .ln-hero { padding-top: 76px; padding-bottom: 72px; }
.ln-hero-offer { display: flex; width: fit-content; gap: 34px; margin: 0 0 24px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.ln-hero-offer div { min-width: 128px; }
.ln-hero-offer span,
.ln-hero-offer strong { display: block; }
.ln-hero-offer span { margin-bottom: 3px; color: #8fb5c4; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.ln-hero-offer strong { color: #ffd27d; font-size: 24px; letter-spacing: -.03em; }
.ln-focus-section { padding-top: 88px; padding-bottom: 88px; }
.ln-focus-section .ln-section-heading { margin-bottom: 32px; }
.ln-responsibility-list { overflow: hidden; border: 1px solid var(--ln-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(10,34,53,.05); }
.ln-responsibility-list > div { display: grid; grid-template-columns: 44px 180px 1fr; gap: 18px; align-items: center; padding: 19px 25px; border-bottom: 1px solid var(--ln-line); scroll-margin-top: 85px; }
.ln-responsibility-list > div:last-child { border-bottom: 0; }
.ln-responsibility-list b { color: var(--ln-blue); font-size: 11px; }
.ln-responsibility-list strong { color: var(--ln-ink); font-size: 17px; }
.ln-responsibility-list span { color: var(--ln-muted); font-size: 14px; line-height: 1.6; }
.ln-delivery-compact { display: grid; grid-template-columns: .88fr 1.12fr; gap: 76px; align-items: center; }
.ln-delivery-compact .ln-section-heading { margin-bottom: 0; }
.ln-delivery-compact .ln-section-heading > p:not(.ln-kicker) { margin-bottom: 0; color: var(--ln-muted); font-size: 17px; line-height: 1.85; }
.ln-delivery-compact .ln-button { margin-top: 26px; }
.ln-delivery-summary { overflow: hidden; border: 1px solid #d5e7ed; border-radius: 18px; background: #fff; }
.ln-delivery-summary > div { display: grid; grid-template-columns: 74px 1fr; column-gap: 18px; padding: 19px 23px; border-bottom: 1px solid var(--ln-line); }
.ln-delivery-summary > div:last-child { border-bottom: 0; }
.ln-delivery-summary span { grid-row: 1 / 3; color: var(--ln-blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; padding-top: 3px; }
.ln-delivery-summary strong { color: var(--ln-ink); font-size: 16px; }
.ln-delivery-summary p { margin: 3px 0 0; color: var(--ln-muted); font-size: 13px; line-height: 1.6; }
.ln-page-compact .ln-payment { padding-top: 88px; }

/* LV1 role router and LV2 role-specific sales pages. */
.ln-role-router-hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.ln-role-choice-section { padding-top: 82px; padding-bottom: 92px; }
.ln-role-choice-section .ln-section-heading { margin-bottom: 30px; }
.ln-role-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ln-role-choice-card { display: flex; flex-direction: column; min-height: 270px; padding: 30px; border: 1px solid var(--ln-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(10,34,53,.055); }
.ln-role-choice-card > p {
	display: inline-flex;
	align-self: flex-start;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 24px;
	padding: 7px 12px;
	color: #086584;
	border: 1px solid #b9dfe9;
	border-radius: 999px;
	background: #edf9fc;
	font-size: clamp(18px, 1.65vw, 22px);
	font-weight: 1000;
	line-height: 1.4;
	letter-spacing: .015em;
}
.ln-role-choice-card h3 { margin-bottom: 12px; color: var(--ln-ink); font-size: 23px; line-height: 1.45; }
.ln-role-choice-card > span { color: var(--ln-muted); font-size: 14px; line-height: 1.8; }
.ln-role-choice-card > a { margin-top: auto; padding-top: 24px; color: var(--ln-blue-dark); font-size: 14px; font-weight: 900; }
.ln-role-problem { padding-top: 82px; padding-bottom: 82px; }
.ln-role-problem .ln-section-heading { max-width: 900px; margin-bottom: 0; }
.ln-business-concern-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.ln-business-concern-grid article { padding: 27px 25px; border: 1px solid #cfe2e9; border-radius: 17px; background: #f7fbfc; }
.ln-business-concern-grid h3 { margin: 0 0 11px; color: var(--ln-ink); font-size: clamp(21px, 2vw, 26px); line-height: 1.4; letter-spacing: -.02em; }
.ln-business-concern-grid p { margin: 0; color: var(--ln-muted); font-size: 15px; line-height: 1.8; }
.ln-role-sales-engineer .ln-business-concern-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ln-role-value .ln-section-heading { max-width: 900px; margin-bottom: 34px; }
.ln-role-highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ln-role-highlight-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ln-role-highlight-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; min-height: 218px; padding: 30px; border: 1px solid #cfe2e9; border-radius: 19px; background: #fff; box-shadow: 0 17px 44px rgba(7,40,59,.07); }
.ln-role-check { display: grid; place-items: center; width: 42px; height: 42px; color: #073f36; font-size: 25px; font-weight: 1000; border-radius: 50%; background: #70dfb5; box-shadow: 0 0 0 7px rgba(112,223,181,.14); }
.ln-role-highlight-grid h3 { margin: 1px 0 12px; color: var(--ln-ink); font-size: clamp(22px, 2.1vw, 29px); line-height: 1.35; letter-spacing: -.025em; }
.ln-role-highlight-grid p { margin: 0; color: var(--ln-muted); font-size: 15px; line-height: 1.8; }
.ln-role-sales-business .ln-role-highlight-grid article:first-child { border-color: #65caa7; background: linear-gradient(145deg, #fff, #eaf9f3); box-shadow: 0 19px 48px rgba(11,118,83,.13); }
.ln-role-sales-business .ln-role-highlight-grid article:first-child h3 { color: #087a58; font-size: clamp(28px, 2.55vw, 35px); font-weight: 1000; }
.ln-role-sales-engineer .ln-role-highlight-grid article:first-child { border-color: #66c7df; background: linear-gradient(145deg, #fff, #edf9fc); box-shadow: 0 19px 48px rgba(11,113,148,.13); }
.ln-role-sales-engineer .ln-role-highlight-grid article:first-child h3 { color: #086b89; font-size: clamp(26px, 2.4vw, 33px); font-weight: 1000; }
.ln-course-compare { margin-top: 66px; padding-top: 62px; border-top: 1px solid #c9dee6; }
.ln-course-compare-heading { max-width: 920px; margin-bottom: 30px; }
.ln-course-compare-heading h3 { margin: 0 0 16px; color: var(--ln-ink); font-size: clamp(28px, 3vw, 41px); line-height: 1.28; letter-spacing: -.03em; }
.ln-course-compare-heading > p:last-child { margin: 0; color: var(--ln-muted); font-size: 16px; line-height: 1.85; }
.ln-course-compare-table-wrap { overflow: hidden; border: 1px solid #c9dee6; border-radius: 19px; background: #fff; box-shadow: 0 17px 44px rgba(7,40,59,.06); }
.ln-course-compare-table { width: 100%; margin: 0; border: 0; border-collapse: collapse; table-layout: fixed; }
.ln-course-compare-table th,
.ln-course-compare-table td { padding: 21px 23px; border: 0; border-bottom: 1px solid #dce9ee; text-align: left; vertical-align: top; }
.ln-course-compare-table thead th { color: #fff; font-size: 14px; font-weight: 900; line-height: 1.5; background: #0a3047; }
.ln-course-compare-table thead th:first-child { width: 17%; }
.ln-course-compare-table tbody th { color: var(--ln-ink); font-size: 15px; font-weight: 900; line-height: 1.65; background: #f7fbfc; }
.ln-course-compare-table tbody td { color: var(--ln-muted); font-size: 14px; line-height: 1.75; }
.ln-course-compare-table tbody td:last-child { color: #173f50; font-weight: 700; background: #eef8fa; }
.ln-course-compare-table tbody tr:last-child th,
.ln-course-compare-table tbody tr:last-child td { border-bottom: 0; }
.ln-course-compare-label { display: none; }
.ln-independent-view { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; margin-top: 40px; padding: 40px 42px; color: #fff; border-radius: 20px; background: linear-gradient(135deg, #08283b, #0d4054); box-shadow: 0 19px 48px rgba(7,40,59,.16); }
.ln-independent-view .ln-kicker { color: #78d8eb; }
.ln-independent-view-heading h3 { margin: 0; color: #fff; font-size: clamp(26px, 2.7vw, 38px); line-height: 1.3; letter-spacing: -.03em; }
.ln-independent-view-copy p { margin: 0 0 17px; color: #d5e8ef; font-size: 15px; line-height: 1.85; }
.ln-independent-view-copy strong { display: block; margin-top: 23px; padding-top: 20px; color: #ffd27d; font-size: 18px; line-height: 1.65; border-top: 1px solid rgba(255,255,255,.17); }
.ln-role-value-actions { align-items: center; margin-top: 30px; margin-bottom: 0; }
.ln-role-article-link { padding: 13px 4px; color: var(--ln-blue-dark); font-size: 14px; font-weight: 900; }

.ln-course-consult { padding: 38px 0; color: #fff; background: #0a3047; }
.ln-course-consult-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.ln-course-consult .ln-kicker { margin-bottom: 8px; color: #78daed; }
.ln-course-consult h2 { margin: 0 0 8px; color: #fff; font-size: clamp(25px, 2.8vw, 36px); line-height: 1.3; letter-spacing: -.03em; }
.ln-course-consult p:not(.ln-kicker) { margin: 0; color: #b7d0da; font-size: 14px; line-height: 1.75; }
.ln-course-consult-actions { display: grid; gap: 10px; }
.ln-course-consult-actions .ln-button { width: 100%; }
.ln-course-consult .ln-course-consult-separate-note { margin-top: 10px; }

.ln-support-offer { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.ln-support-offer article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px; border: 1px solid #b9dfe0; border-radius: 15px; background: #e8f7f3; }
.ln-support-offer article > span { display: grid; place-items: center; width: 32px; height: 32px; color: #073f36; font-size: 19px; font-weight: 1000; border-radius: 50%; background: #70dfb5; }
.ln-support-capacity { display: block; margin-top: 4px; color: #245a58; font-size: 14px; font-weight: 900; }
.ln-support-offer strong { display: block; color: var(--ln-ink); font-size: 17px; line-height: 1.5; }
.ln-support-offer p { margin: 6px 0 0; color: #4f6974; font-size: 13px; line-height: 1.7; }

@media (max-width: 1024px) {
	.ln-hero-grid, .ln-delivery-grid { grid-template-columns: 1fr; }
	.ln-hero-grid { gap: 48px; }
	.ln-flow-card { max-width: 620px; }
	.ln-proof-grid { grid-template-columns: repeat(3, 1fr); }
	.ln-proof-grid > div:nth-child(4) { border-left: 1px solid var(--ln-line); }
	.ln-capability-grid { grid-template-columns: repeat(2, 1fr); }
	.ln-heading-row { grid-template-columns: 1fr; gap: 15px; }
	.ln-route-grid { grid-template-columns: 1fr; }
	.ln-route-grid h3 { min-height: 0; }
	.ln-delivery-compact { grid-template-columns: 1fr; gap: 40px; }
	.ln-role-router-hero { grid-template-columns: 1fr; gap: 42px; }
	.ln-course-consult-inner { grid-template-columns: 1fr; gap: 25px; }
	.ln-independent-view { grid-template-columns: 1fr; gap: 25px; }
	.ln-business-concern-grid,
	.ln-role-highlight-grid--three { grid-template-columns: 1fr; }
	.ln-role-sales-engineer .ln-business-concern-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.ln-shell { width: min(100% - 28px, 1160px); }
	.ln-hero { padding: 62px 0 55px; }
	.ln-hero h1 { font-size: 43px; }
	.ln-subtitle { font-size: 19px; line-height: 1.55; }
	.ln-lead { font-size: 15px; line-height: 1.8; }
	.ln-button { width: 100%; }
	.ln-byline { display: block; line-height: 1.8; }
	.ln-byline span { display: none; }
	.ln-flow-card { padding: 18px 14px; border-radius: 17px; }
	.ln-flow-stage { grid-template-columns: 1fr; }
	.ln-arrow { transform: rotate(90deg); text-align: center; line-height: 1; }
	.ln-node-core { transform: none; }
	.ln-proof-grid { grid-template-columns: 1fr 1fr; }
	.ln-proof-grid > div { padding: 20px 10px; border-bottom: 1px solid var(--ln-line); }
	.ln-proof-grid > div:nth-child(odd) { border-left: 1px solid var(--ln-line); }
	.ln-proof-grid > div:last-child { grid-column: 1 / -1; border-right: 1px solid var(--ln-line); }
	.ln-section { padding-top: 76px; padding-bottom: 76px; }
	.ln-section-heading { margin-bottom: 34px; }
	.ln-section-heading h2 { font-size: 33px; }
	.ln-section-heading > p:last-child { font-size: 15px; }
	.ln-problem-grid, .ln-capability-grid, .ln-fit-grid, .ln-final-card { grid-template-columns: 1fr; }
	.ln-problem-card { min-height: auto; }
	.ln-problem-card > span { margin-bottom: 24px; }
	.ln-capability-grid p { min-height: 0; }
	.ln-delivery-grid { gap: 44px; }
	.ln-fit-card { padding: 28px 24px; }
	.ln-final { padding-bottom: 60px; }
	.ln-final-card { gap: 30px; padding: 35px 24px; }
	.ln-page-compact .ln-hero { padding-top: 54px; padding-bottom: 52px; }
	.ln-hero-offer { width: 100%; gap: 12px; }
	.ln-hero-offer div { flex: 1; min-width: 0; }
	.ln-hero-offer strong { font-size: 22px; }
	.ln-focus-section { padding-top: 68px; padding-bottom: 68px; }
	.ln-responsibility-list > div { grid-template-columns: 34px 1fr; gap: 5px 12px; padding: 17px 18px; }
	.ln-responsibility-list b { grid-row: 1 / 3; }
	.ln-responsibility-list span { grid-column: 2; font-size: 13px; }
	.ln-delivery-summary > div { grid-template-columns: 60px 1fr; padding: 17px 18px; }
	.ln-delivery-compact .ln-section-heading > p:not(.ln-kicker) { font-size: 15px; }
	.ln-page-compact .ln-payment { padding-top: 72px; }
	.ln-role-choice-grid { grid-template-columns: 1fr; }
	.ln-role-choice-card { min-height: 0; padding: 25px 22px; }
	.ln-role-choice-card > p { margin-bottom: 18px; padding: 6px 11px; font-size: 18px; }
	.ln-role-problem { padding-top: 64px; padding-bottom: 64px; }
	.ln-role-highlight-grid,
	.ln-business-concern-grid,
	.ln-support-offer { grid-template-columns: 1fr; }
	.ln-role-highlight-grid article { min-height: 0; grid-template-columns: 42px 1fr; gap: 15px; padding: 24px 20px; }
	.ln-role-check { width: 36px; height: 36px; font-size: 21px; box-shadow: 0 0 0 5px rgba(112,223,181,.14); }
	.ln-role-highlight-grid h3 { font-size: 22px; }
	.ln-role-highlight-grid p { font-size: 14px; }
	.ln-course-compare { margin-top: 48px; padding-top: 46px; }
	.ln-course-compare-heading h3 { font-size: 29px; }
	.ln-course-compare-heading > p:last-child { font-size: 15px; }
	.ln-course-compare-table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
	.ln-course-compare-table,
	.ln-course-compare-table tbody,
	.ln-course-compare-table tr,
	.ln-course-compare-table th,
	.ln-course-compare-table td { display: block; width: 100%; }
	.ln-course-compare-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
	.ln-course-compare-table tbody tr { margin-bottom: 16px; overflow: hidden; border: 1px solid #c9dee6; border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(7,40,59,.055); }
	.ln-course-compare-table tbody tr:last-child { margin-bottom: 0; }
	.ln-course-compare-table tbody th,
	.ln-course-compare-table tbody td { padding: 17px 18px; border-bottom: 1px solid #dce9ee; }
	.ln-course-compare-table tbody th { font-size: 17px; }
	.ln-course-compare-table tbody td { font-size: 14px; }
	.ln-course-compare-table tbody tr:last-child th,
	.ln-course-compare-table tbody tr:last-child td,
	.ln-course-compare-table tbody tr th:last-child,
	.ln-course-compare-table tbody tr td:last-child { border-bottom: 0; }
	.ln-course-compare-label { display: block; margin-bottom: 5px; color: #417080; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
	.ln-course-compare-table tbody td:last-child .ln-course-compare-label { color: #087a58; }
	.ln-independent-view { margin-top: 30px; padding: 29px 23px; }
	.ln-independent-view-heading h3 { font-size: 28px; }
	.ln-independent-view-copy p { font-size: 14px; }
	.ln-independent-view-copy strong { font-size: 16px; }
	.ln-course-consult { padding: 34px 0; }
	.ln-course-consult-actions .ln-button { font-size: 13px; overflow-wrap: anywhere; }
}

/* LocalNest public course knowledge hub and five canonical reading pages. */
.ln-knowledge-hero,
.ln-knowledge-chapter-hero {
	padding: 58px 0 82px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 18%, rgba(105,214,235,.16), transparent 28%),
		linear-gradient(135deg, #071b2b 0%, #0a3047 64%, #0c526d 100%);
}
.ln-knowledge-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .62fr); gap: 62px; align-items: end; }
.ln-knowledge-hero .ln-funnel-breadcrumb,
.ln-knowledge-chapter-hero .ln-funnel-breadcrumb { margin-bottom: 44px; }
.ln-knowledge-hero .ln-funnel-breadcrumb a,
.ln-knowledge-chapter-hero .ln-funnel-breadcrumb a { color: #a9d9e5; }
.ln-knowledge-hero h1,
.ln-knowledge-chapter-hero h1 { color: #fff; font-size: clamp(42px, 5vw, 68px); line-height: 1.12; letter-spacing: -.045em; margin-bottom: 18px; }
.ln-knowledge-hero .ln-subtitle,
.ln-knowledge-chapter-hero .ln-subtitle { color: #76d6e9; font-size: clamp(21px, 2.4vw, 31px); font-weight: 900; line-height: 1.4; margin-bottom: 18px; }
.ln-knowledge-hero .ln-lead,
.ln-knowledge-chapter-hero .ln-lead { max-width: 850px; color: #c8e0e8; font-size: 17px; line-height: 1.85; }
.ln-knowledge-facts { padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(3,19,31,.55); box-shadow: 0 28px 75px rgba(0,0,0,.22); }
.ln-knowledge-facts > span { display: block; color: #72d8ec; font-size: 11px; font-weight: 900; letter-spacing: .12em; margin-bottom: 12px; }
.ln-knowledge-facts > strong { display: block; color: #fff; font-size: 34px; line-height: 1.28; margin-bottom: 20px; }
.ln-knowledge-facts ul { margin: 0; padding-left: 20px; color: #b4cfda; font-size: 13px; line-height: 1.9; }
.ln-knowledge-heading { max-width: 800px; }
.ln-knowledge-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.ln-knowledge-card { display: flex; flex-direction: column; min-height: 330px; padding: 31px; border: 1px solid var(--ln-line); border-top: 4px solid var(--ln-blue); border-radius: 18px; background: #fff; box-shadow: 0 16px 42px rgba(8,35,54,.07); }
.ln-knowledge-card:first-child { grid-column: 1 / -1; min-height: 0; }
.ln-knowledge-card-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 22px; }
.ln-knowledge-card-meta b { color: var(--ln-blue-dark); font-size: 12px; letter-spacing: .12em; }
.ln-knowledge-card-meta span { padding: 5px 10px; color: #14617c; border-radius: 999px; background: #dff5fa; font-size: 10px; font-weight: 900; }
.ln-knowledge-card h3 { color: var(--ln-ink); font-size: 25px; line-height: 1.42; letter-spacing: -.025em; margin-bottom: 14px; }
.ln-knowledge-card p { color: var(--ln-muted); font-size: 14px; line-height: 1.85; }
.ln-knowledge-card small { display: block; margin: auto 0 19px; padding-top: 18px; color: #66808c; font-size: 12px; line-height: 1.7; }
.ln-knowledge-card .ln-track-link { color: var(--ln-blue-dark); font-weight: 900; }
.ln-curriculum-list { display: grid; gap: 13px; }
.ln-curriculum-section { overflow: hidden; border: 1px solid #cadbe2; border-radius: 15px; background: #fff; }
.ln-curriculum-section summary { display: grid; grid-template-columns: 96px 1fr auto; gap: 17px; align-items: center; padding: 21px 23px; cursor: pointer; list-style: none; }
.ln-curriculum-section summary::-webkit-details-marker { display: none; }
.ln-curriculum-section summary span { color: var(--ln-blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.ln-curriculum-section summary strong { color: var(--ln-ink); font-size: 17px; }
.ln-curriculum-section summary i { color: #6e858f; font-size: 11px; font-style: normal; }
.ln-curriculum-section ol { list-style: none; margin: 0; padding: 0 23px 18px; border-top: 1px solid #e4edef; }
.ln-curriculum-section li { display: grid; grid-template-columns: 92px 1fr auto; gap: 17px; align-items: start; padding: 14px 0; border-bottom: 1px solid #edf2f4; }
.ln-curriculum-section li:last-child { border-bottom: 0; }
.ln-curriculum-section li b { color: #5e7a87; font-size: 11px; }
.ln-curriculum-section li span { color: #25485a; font-size: 13px; line-height: 1.65; }
.ln-curriculum-section li a,
.ln-curriculum-section li em { padding: 4px 8px; border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 900; white-space: nowrap; }
.ln-curriculum-section li a { color: #075578; background: #d9f4fa; }
.ln-curriculum-section li em { color: #71828a; background: #edf1f2; }
.ln-knowledge-final { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.ln-knowledge-final h2 { color: var(--ln-ink); font-size: clamp(31px, 3.6vw, 47px); line-height: 1.25; }
.ln-knowledge-final p:not(.ln-kicker) { max-width: 770px; color: var(--ln-muted); line-height: 1.8; }
.ln-knowledge-entry { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 34px; padding: 29px 31px; border: 1px solid #c8dce5; border-radius: 17px; background: #f1f8fa; }
.ln-knowledge-entry h3 { color: var(--ln-ink); font-size: 24px; line-height: 1.4; margin: 0 0 8px; }
.ln-knowledge-entry p:not(.ln-kicker) { color: var(--ln-muted); font-size: 13px; line-height: 1.75; margin: 0; }
.ln-knowledge-entry .ln-button { flex: 0 0 auto; }

.ln-knowledge-chapter-hero { padding-bottom: 72px; }
.ln-knowledge-audience { display: inline-flex; margin-top: 22px; padding: 9px 13px; color: #c8e0e8; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 12px; }
.ln-knowledge-reading { max-width: 1120px; padding-top: 38px; padding-bottom: 94px; }
.ln-knowledge-local-nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; position: sticky; top: 12px; z-index: 10; margin-bottom: 45px; padding: 9px; border: 1px solid #d5e3e8; border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: 0 12px 36px rgba(8,35,54,.09); backdrop-filter: blur(10px); }
.ln-knowledge-local-nav a { display: flex; flex-direction: column; min-height: 58px; padding: 10px 12px; color: #536f7c; border-radius: 9px; text-decoration: none; }
.ln-knowledge-local-nav a[aria-current="page"] { color: #fff; background: var(--ln-blue-dark); }
.ln-knowledge-local-nav b { font-size: 10px; letter-spacing: .1em; }
.ln-knowledge-local-nav span { font-size: 12px; font-weight: 900; }
.ln-course-article { max-width: 900px; margin: 0 auto; color: #284b5b; font-size: 16px; line-height: 1.95; }
.ln-course-article > h2:first-child { display: none; }
.ln-course-article h2 { margin: 66px 0 21px; color: var(--ln-ink); font-size: 34px; line-height: 1.35; letter-spacing: -.035em; }
.ln-course-article h3 { margin: 58px 0 19px; color: var(--ln-ink); font-size: 31px; line-height: 1.35; letter-spacing: -.03em; }
.ln-course-article h4 { margin: 42px 0 15px; color: #123f54; font-size: 23px; line-height: 1.45; }
.ln-course-article h5,
.ln-course-article h6 { margin: 31px 0 12px; color: #1d5268; font-size: 19px; line-height: 1.5; }
.ln-course-article p { margin: 0 0 20px; }
.ln-course-article ul,
.ln-course-article ol { margin: 0 0 25px; padding-left: 25px; }
.ln-course-article li { margin-bottom: 8px; }
.ln-course-article code { padding: 2px 6px; color: #8a3c0b; border-radius: 5px; background: #fff0e4; font-size: .9em; overflow-wrap: anywhere; }
.ln-course-article .quote { margin: 27px 0; padding: 21px 24px; color: #264e60; border-left: 5px solid var(--ln-warm); background: #f4f9fa; font-size: 17px; font-weight: 800; line-height: 1.8; }
.ln-course-article .quote.lead { color: #fff; border-left-color: #ff9e54; background: #103a4f; font-size: 21px; }
.ln-course-article .factory-ghost-heading { display: flex; gap: 12px; align-items: center; margin-bottom: 17px; }
.ln-course-article .factory-ghost-icon { display: inline-flex; width: 37px; height: 37px; padding: 7px; color: #0b638e; border-radius: 50%; background: #def4f9; }
.ln-course-article .factory-ghost-icon svg { display: block; width: 100%; height: 100%; }
.ln-course-article .ghost-body { fill: #0b638e; }
.ln-course-article .ghost-eye { fill: #fff; }
.ln-course-article .ghost-mouth { fill: none; stroke: #fff; stroke-width: 1.25; stroke-linecap: round; }
.ln-course-article .content-image { display: block; max-width: 100%; height: auto; margin: 30px auto; border: 1px solid #d6e3e8; border-radius: 13px; background: #fff; box-shadow: 0 13px 34px rgba(8,35,54,.07); }
.ln-course-article .diagram-card { margin: 31px 0 36px; padding: 27px; border: 1px solid #cbdde4; border-top: 5px solid var(--ln-blue); border-radius: 15px; background: #f6fafb; box-shadow: 0 13px 34px rgba(8,35,54,.055); }
.ln-course-article .diagram-label { margin-bottom: 20px; color: #0d526f; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.ln-course-article .flow-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 13px; }
.ln-course-article .flow-node { position: relative; padding: 17px 13px; color: #fff; border-radius: 10px; background: #0d6d94; font-size: 13px; font-weight: 900; line-height: 1.5; text-align: center; }
.ln-course-article .flow-node span { display: block; margin-top: 6px; color: #d9f3f8; font-size: 10px; font-weight: 600; line-height: 1.55; }
.ln-course-article .flow-caption { margin: 17px 0 0; color: #607a86; font-size: 12px; text-align: center; }
.ln-course-article .auto-flow-diagram { display: grid; gap: 10px; margin: 30px 0; }
.ln-course-article .auto-flow-line { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 13px 16px; border: 1px solid #d5e4e9; border-left: 5px solid #1598d2; border-radius: 10px; background: #fff; }
.ln-course-article .auto-flow-green { border-left-color: #3aae78; }
.ln-course-article .auto-flow-orange { border-left-color: #e88c37; }
.ln-course-article .auto-flow-num { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; border-radius: 50%; background: #0d6d94; font-size: 11px; font-weight: 900; }
.ln-course-article .auto-flow-text { color: #25485a; font-size: 13px; font-weight: 800; line-height: 1.6; }
.ln-course-article .table-wrap { overflow-x: auto; margin: 27px 0 34px; border: 1px solid #cedde3; border-radius: 13px; }
.ln-course-article .table-wrap table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; line-height: 1.7; }
.ln-course-article .table-wrap th,
.ln-course-article .table-wrap td { padding: 14px 15px; border-right: 1px solid #e3ecef; border-bottom: 1px solid #e3ecef; text-align: left; vertical-align: top; }
.ln-course-article .table-wrap th { color: #fff; background: #103f55; font-weight: 900; }
.ln-course-article .table-wrap tr:last-child td { border-bottom: 0; }
.ln-course-article pre { overflow-x: auto; margin: 27px 0; padding: 21px; color: #dceef5; border-radius: 13px; background: #081f2d; font-size: 13px; line-height: 1.7; }
.ln-course-article pre code { padding: 0; color: inherit; background: transparent; }
.ln-course-article .chapter-end { margin-top: 68px; padding: 7px 28px 25px; border: 1px solid #c5dde5; border-radius: 15px; background: #edf8fa; }
.ln-course-article .chapter-end h2 { margin-top: 25px; }
.ln-course-quote { margin: 27px 0; padding: 21px 24px; color: #264e60; border-left: 5px solid var(--ln-warm); background: #f4f9fa; font-size: 17px; font-weight: 800; line-height: 1.8; }
.ln-course-lead { color: #fff; border-left-color: #ff9e54; background: #103a4f; font-size: 21px; }
.ln-course-figure { margin: 31px 0; }
.ln-course-figure img { display: block; width: 100%; height: auto; border: 1px solid #d6e3e8; border-radius: 13px; background: #fff; box-shadow: 0 13px 34px rgba(8,35,54,.07); }
.ln-course-figure figcaption { margin-top: 9px; color: #718892; font-size: 11px; text-align: center; }
.ln-course-table-wrap { overflow-x: auto; margin: 27px 0 34px; border: 1px solid #cedde3; border-radius: 13px; }
.ln-course-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; line-height: 1.7; }
.ln-course-table th,
.ln-course-table td { padding: 14px 15px; border-right: 1px solid #e3ecef; border-bottom: 1px solid #e3ecef; text-align: left; vertical-align: top; }
.ln-course-table th { color: #fff; background: #103f55; font-weight: 900; }
.ln-course-table tr:last-child td { border-bottom: 0; }
.ln-course-table th:last-child,
.ln-course-table td:last-child { border-right: 0; }
.ln-course-code { overflow-x: auto; margin: 27px 0; padding: 21px; color: #dceef5; border-radius: 13px; background: #081f2d; font-size: 13px; line-height: 1.7; }
.ln-course-code code { padding: 0; color: inherit; background: transparent; }
.ln-knowledge-chapter-cta { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; max-width: 980px; margin: 75px auto 0; padding: 34px; border: 1px solid #c8dce5; border-radius: 18px; background: #f1f8fa; }
.ln-knowledge-chapter-cta h2 { color: var(--ln-ink); font-size: 28px; line-height: 1.4; }
.ln-knowledge-chapter-cta p:not(.ln-kicker) { color: var(--ln-muted); font-size: 13px; line-height: 1.8; }
.ln-knowledge-chapter-cta .ln-actions { flex-direction: column; align-items: stretch; margin: 0; }
.ln-knowledge-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 980px; margin: 29px auto 0; }
.ln-knowledge-pager a { color: var(--ln-blue-dark); font-size: 13px; font-weight: 900; }
.ln-knowledge-pager a:last-child { text-align: right; }

@media (max-width: 920px) {
	.ln-knowledge-hero-grid,
	.ln-knowledge-final,
	.ln-knowledge-chapter-cta { grid-template-columns: 1fr; }
	.ln-knowledge-facts { max-width: 650px; }
	.ln-knowledge-local-nav { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.ln-knowledge-hero,
	.ln-knowledge-chapter-hero { padding: 35px 0 62px; }
	.ln-knowledge-hero .ln-funnel-breadcrumb,
	.ln-knowledge-chapter-hero .ln-funnel-breadcrumb { margin-bottom: 32px; }
	.ln-knowledge-hero h1,
	.ln-knowledge-chapter-hero h1 { font-size: 39px; }
	.ln-knowledge-hero .ln-subtitle,
	.ln-knowledge-chapter-hero .ln-subtitle { font-size: 22px; }
	.ln-knowledge-card-grid { grid-template-columns: 1fr; }
	.ln-knowledge-card:first-child { grid-column: auto; }
	.ln-knowledge-card { min-height: 0; padding: 25px 22px; }
	.ln-knowledge-card small { margin-top: 12px; }
	.ln-curriculum-section summary { grid-template-columns: 74px 1fr; gap: 10px; padding: 18px; }
	.ln-curriculum-section summary i { display: none; }
	.ln-curriculum-section ol { padding: 0 18px 14px; }
	.ln-curriculum-section li { grid-template-columns: 67px 1fr; gap: 9px; }
	.ln-curriculum-section li a,
	.ln-curriculum-section li em { grid-column: 2; justify-self: start; }
	.ln-knowledge-entry { align-items: stretch; flex-direction: column; padding: 24px 21px; }
	.ln-knowledge-entry .ln-button { width: 100%; }
	.ln-knowledge-reading { padding-top: 25px; }
	.ln-knowledge-local-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ln-course-article { font-size: 15px; line-height: 1.9; }
	.ln-course-article h2 { margin-top: 52px; font-size: 29px; }
	.ln-course-article h3 { margin-top: 48px; font-size: 27px; }
	.ln-course-article h4 { font-size: 21px; }
	.ln-course-lead { font-size: 18px; }
	.ln-course-article .quote.lead { font-size: 18px; }
	.ln-course-article .diagram-card { padding: 20px 17px; }
	.ln-course-article .flow-row { grid-template-columns: 1fr; }
	.ln-course-article .table-wrap table { min-width: 680px; }
	.ln-course-table { min-width: 680px; }
	.ln-knowledge-chapter-cta { padding: 27px 22px; }
	.ln-knowledge-chapter-cta .ln-button { width: 100%; }
	.ln-knowledge-pager { grid-template-columns: 1fr; }
	.ln-knowledge-pager a:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	.ln-button { transition: none; }
}

/* Funnel router and bridge pages. */
.ln-router-hero,
.ln-funnel-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 82% 10%, rgba(100,210,236,.18), transparent 26%),
		linear-gradient(135deg, #061827 0%, #0a2c42 62%, #0b4c68 100%);
}
.ln-router-hero { padding: 92px 0 88px; }
.ln-router-hero::after,
.ln-funnel-hero::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(100,210,236,.14);
	border-radius: 50%;
	box-shadow: 0 0 0 78px rgba(100,210,236,.025), 0 0 0 156px rgba(100,210,236,.02);
}
.ln-router-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: 84px; align-items: center; }
.ln-router-hero h1,
.ln-funnel-hero h1 {
	color: #fff;
	font-size: clamp(43px, 5vw, 68px);
	line-height: 1.12;
	letter-spacing: -.045em;
	margin-bottom: 20px;
}
.ln-router-hero h1 span { color: var(--ln-warm); }
.ln-router-hero .ln-eyebrow,
.ln-funnel-hero .ln-eyebrow { color: #78dbef; margin-bottom: 18px; }
.ln-router-hero .ln-subtitle,
.ln-funnel-hero .ln-subtitle { max-width: 790px; }
.ln-router-hero .ln-lead,
.ln-funnel-hero .ln-lead { margin-bottom: 0; }
.ln-router-map {
	position: relative;
	padding: 28px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 20px;
	background: rgba(4,19,31,.5);
	box-shadow: 0 25px 70px rgba(0,0,0,.25);
}
.ln-router-map > p { color: #79d8ec; font-size: 10px; font-weight: 900; letter-spacing: .14em; margin-bottom: 24px; }
.ln-router-map ol { list-style: none; margin: 0; padding: 0; }
.ln-router-map li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.11); }
.ln-router-map b { display: grid; place-items: center; width: 31px; height: 31px; color: #081d2d; font-size: 10px; border-radius: 50%; background: #65d3ea; }
.ln-router-map span { color: #d9edf4; font-size: 14px; font-weight: 700; }

.ln-router-section { padding-bottom: 118px; }
.ln-entry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ln-entry-grid-topic { grid-template-columns: repeat(3, 1fr); }
.ln-entry-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 285px;
	padding: 31px;
	color: var(--ln-ink);
	border: 1px solid var(--ln-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 46px rgba(10,34,53,.055);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ln-entry-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 18px 0 0 18px; background: linear-gradient(#63d3ec, #128cc4); opacity: 0; transition: opacity .2s ease; }
.ln-entry-card:hover { color: var(--ln-ink); transform: translateY(-5px); border-color: #acddeb; box-shadow: 0 24px 58px rgba(10,34,53,.11); }
.ln-entry-card:hover::before { opacity: 1; }
.ln-entry-label { color: var(--ln-blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .09em; margin-bottom: 31px; }
.ln-entry-card h3 { color: var(--ln-ink); font-size: 23px; line-height: 1.45; margin-bottom: 12px; }
.ln-entry-card p { color: var(--ln-muted); font-size: 14px; line-height: 1.8; margin-bottom: 27px; }
.ln-entry-card > b { margin-top: auto; color: var(--ln-blue-dark); font-size: 13px; }
.ln-entry-card > b i { display: inline-block; margin-left: 5px; font-style: normal; transition: transform .2s ease; }
.ln-entry-card:hover > b i { transform: translateX(5px); }
.ln-router-switch { padding: 80px 0; color: #fff; background: #081d2d; }
.ln-router-switch-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.ln-router-switch .ln-kicker { color: #69d5ea; }
.ln-router-switch h2 { color: #fff; font-size: clamp(29px, 3.2vw, 43px); letter-spacing: -.035em; margin-bottom: 12px; }
.ln-router-switch p:not(.ln-kicker) { color: #a9c3cf; line-height: 1.7; margin-bottom: 0; }
.ln-router-switch .ln-actions { margin-bottom: 0; }

.ln-funnel-hero { padding: 34px 0 90px; }
.ln-funnel-breadcrumb { position: relative; z-index: 1; margin-bottom: 55px; }
.ln-funnel-breadcrumb a { color: #98c9d8; font-size: 12px; font-weight: 700; }
.ln-funnel-breadcrumb a:hover { color: #fff; }
.ln-funnel-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: 78px; align-items: center; }
.ln-role-sales .ln-funnel-hero-grid { grid-template-columns: minmax(0, 1fr); max-width: 900px; }
.ln-funnel-hero h1 { font-size: clamp(41px, 4.8vw, 65px); }
.ln-funnel-hero .ln-lead { margin-bottom: 30px; }
.ln-funnel-signal {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 11px;
	padding: 28px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 20px;
	background: rgba(4,19,31,.52);
	box-shadow: 0 28px 75px rgba(0,0,0,.26);
}
.ln-funnel-signal > span,
.ln-funnel-signal > small,
.ln-signal-line { grid-column: 1 / -1; }
.ln-funnel-signal > span { color: #77d8ec; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ln-signal-line { display: grid; grid-template-columns: 13px 1fr 13px 1fr 13px; align-items: center; margin: 28px 0 8px; }
.ln-signal-line i { display: block; width: 13px; height: 13px; border: 3px solid #68d4ea; border-radius: 50%; box-shadow: 0 0 0 6px rgba(104,212,234,.09); }
.ln-signal-line b { height: 1px; background: linear-gradient(90deg, #319ebd, #68d4ea); }
.ln-funnel-signal > p { color: #d7ebf2; font-size: 11px; line-height: 1.4; text-align: center; margin: 0; }
.ln-funnel-signal > small { color: #88aab8; font-size: 10px; line-height: 1.65; margin-top: 26px; }

.ln-funnel-problem { padding-bottom: 115px; }
.ln-funnel-point-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.ln-funnel-point-grid article { padding: 30px; border: 1px solid var(--ln-line); border-radius: 17px; background: #fff; box-shadow: 0 15px 42px rgba(10,34,53,.055); }
.ln-funnel-point-grid span { color: var(--ln-blue); font-size: 11px; font-weight: 900; }
.ln-funnel-point-grid h3 { color: var(--ln-ink); font-size: 20px; margin: 33px 0 10px; }
.ln-funnel-point-grid p { color: var(--ln-muted); font-size: 14px; line-height: 1.8; margin-bottom: 0; }
.ln-chapter-line { display: grid; grid-template-columns: auto 1fr; gap: 15px; margin-top: 22px; padding: 19px 22px; color: #506b7b; border-radius: 13px; background: var(--ln-soft); font-size: 13px; line-height: 1.65; }
.ln-chapter-line b { color: var(--ln-blue-dark); }

.ln-core { padding: 105px 0; background: var(--ln-soft); }
.ln-core-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ln-core-grid article { padding: 27px 23px; border: 1px solid #d9eaf1; border-radius: 16px; background: #fff; }
.ln-core-grid span { color: #7d9ead; font-size: 10px; font-weight: 900; }
.ln-core-grid h3 { color: var(--ln-ink); font-size: 18px; margin: 25px 0 10px; }
.ln-core-grid p { color: var(--ln-muted); font-size: 13px; line-height: 1.75; margin-bottom: 0; }
.ln-core-footer { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 28px; padding-top: 25px; border-top: 1px solid #d3e5ec; }
.ln-core-footer p { color: #617887; font-size: 12px; margin-bottom: 0; }
.ln-core-footer a { color: var(--ln-blue-dark); font-size: 13px; font-weight: 900; }

/* Payment and account activation section. */
.ln-payment { padding: 100px 0; background: #f3f8fa; }
.ln-payment-heading { max-width: 760px; }
.ln-payment-heading h2 { max-width: 680px; }
.ln-purchase-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 760px; margin-top: 34px; }
.ln-purchase-facts > div { padding: 20px 22px; border: 1px solid #cfe1e8; border-radius: 14px; background: #fff; }
.ln-purchase-facts span,
.ln-purchase-facts strong { display: block; }
.ln-purchase-facts span { margin-bottom: 7px; color: #6c8491; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.ln-purchase-facts strong { color: var(--ln-ink); font-size: 15px; line-height: 1.55; }
.ln-purchase-notice { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; margin-top: 18px; padding: 28px 30px; color: #fff; border-radius: 18px; background: linear-gradient(135deg, #09283b, #0c4960); box-shadow: 0 17px 40px rgba(8,35,54,.09); }
.ln-purchase-notice .ln-kicker { color: #75d9eb; margin-bottom: 8px; }
.ln-purchase-notice h3 { margin: 0; color: #fff; font-size: 24px; line-height: 1.45; }
.ln-purchase-notice ul { margin: 0; padding-left: 22px; color: #e0edf1; font-size: 16px; line-height: 1.75; }
.ln-purchase-notice li + li { margin-top: 11px; }
.ln-course-format-critical { display: block; margin-bottom: 5px; color: #ffd27a; font-size: 19px; font-weight: 1000; line-height: 1.5; }
.ln-purchase-notice .ln-refund-critical { color: #ff7f7f; font-size: 17px; font-weight: 900; }
.ln-payment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 35px; }
.ln-payment-card { padding: 34px; border: 1px solid var(--ln-line); border-radius: 18px; background: #fff; box-shadow: 0 17px 40px rgba(8,35,54,.07); }
.ln-payment-card-card { color: #fff; border-color: #0d4059; background: linear-gradient(135deg, #082438, #0d5168); }
.ln-payment-label { margin: 0 0 12px; font-size: 12px; font-weight: 900; letter-spacing: .08em; color: var(--ln-blue-dark); }
.ln-payment-card-card .ln-payment-label { color: #7be0eb; }
.ln-payment-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin: 0 0 15px; }
.ln-payment-price s { color: #78909d; font-weight: 700; }
.ln-payment-card-card .ln-payment-price s { color: #a6c6d0; }
.ln-payment-price strong { color: #c56b2d; font-size: 31px; letter-spacing: -.04em; }
.ln-payment-card-card .ln-payment-price strong { color: #ffd28d; }
.ln-payment-card > p:not(.ln-payment-label):not(.ln-payment-price) { min-height: 51px; margin: 0 0 23px; color: var(--ln-muted); font-size: 14px; line-height: 1.75; }
.ln-payment-card-card > p:not(.ln-payment-label):not(.ln-payment-price) { color: #c6dce5; }
.ln-payment-card .ln-button { width: 100%; }
.ln-bank-details { display: grid; gap: 8px; margin: 0 0 20px; padding: 14px 0; border-top: 1px solid var(--ln-line); border-bottom: 1px solid var(--ln-line); }
.ln-bank-details div { display: grid; grid-template-columns: 48px 1fr; gap: 8px; }
.ln-bank-details dt { color: #66808e; font-size: 12px; font-weight: 800; }
.ln-bank-details dd { margin: 0; color: var(--ln-ink); font-size: 14px; font-weight: 800; letter-spacing: .01em; }
.ln-activation-panel { display: grid; grid-template-columns: .72fr 1.28fr auto; gap: 28px; align-items: center; margin-top: 20px; padding: 28px 32px; border: 1px solid #b9dce0; border-radius: 18px; background: #e7f4f4; }
.ln-activation-panel .ln-kicker { margin-bottom: 8px; }
.ln-activation-panel h3 { margin: 0; color: var(--ln-ink); font-size: 19px; line-height: 1.4; }
.ln-activation-copy { display: grid; gap: 12px; }
.ln-activation-copy > p { margin: 0; color: #476371; font-size: 14px; line-height: 1.75; }
.ln-activation-copy .ln-invoice-note { padding: 12px 14px; color: #254b59; border-left: 4px solid #c56b2d; border-radius: 8px; background: rgba(255,255,255,.68); }
.ln-invoice-note strong { color: #9d4e1d; font-weight: 900; }
.ln-activation-panel a { color: #0a6079; font-weight: 800; }
.ln-text-link { white-space: nowrap; font-size: 14px; }
.ln-text-link span { margin-left: 4px; }

.ln-funnel-final { padding: 95px 0; color: #fff; background: #081d2d; }
.ln-funnel-final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.ln-funnel-final .ln-kicker { color: #6dd6eb; }
.ln-funnel-final h2 { color: #fff; font-size: clamp(30px, 3.4vw, 45px); line-height: 1.25; letter-spacing: -.035em; margin-bottom: 14px; }
.ln-funnel-final p:not(.ln-kicker) { color: #aac3ce; line-height: 1.75; margin-bottom: 0; }
.ln-funnel-final .ln-actions { display: grid; margin: 0; }

@media (max-width: 1024px) {
	.ln-router-hero-grid,
	.ln-funnel-hero-grid { grid-template-columns: 1fr; gap: 50px; }
	.ln-router-map,
	.ln-funnel-signal { max-width: 680px; }
	.ln-entry-grid-topic { grid-template-columns: repeat(2, 1fr); }
	.ln-core-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	.ln-router-hero { padding: 62px 0 58px; }
	.ln-router-hero h1,
	.ln-funnel-hero h1 { font-size: 40px; }
	.ln-router-map { padding: 22px; }
	.ln-router-section { padding-bottom: 78px; }
	.ln-entry-grid,
	.ln-entry-grid-topic { grid-template-columns: 1fr; }
	.ln-entry-card { min-height: 0; padding: 26px 23px; }
	.ln-entry-label { margin-bottom: 22px; }
	.ln-router-switch { padding: 67px 0; }
	.ln-router-switch-inner,
	.ln-funnel-final-inner { grid-template-columns: 1fr; gap: 30px; }
	.ln-purchase-facts,
	.ln-purchase-notice,
	.ln-payment-grid,
	.ln-activation-panel { grid-template-columns: 1fr; }
	.ln-purchase-notice { gap: 18px; padding: 25px 22px; }
	.ln-purchase-notice h3 { font-size: 22px; }
	.ln-purchase-notice ul { font-size: 15px; }
	.ln-purchase-notice .ln-refund-critical { font-size: 16px; }
	.ln-course-format-critical { font-size: 17px; }
	.ln-activation-panel { gap: 16px; }
	.ln-router-switch .ln-actions { width: 100%; }
	.ln-funnel-hero { padding: 25px 0 65px; }
	.ln-funnel-breadcrumb { margin-bottom: 42px; }
	.ln-funnel-signal { padding: 21px 17px; }
	.ln-funnel-point-grid,
	.ln-core-grid { grid-template-columns: 1fr; }
	.ln-funnel-point-grid article { padding: 26px 23px; }
	.ln-chapter-line { grid-template-columns: 1fr; gap: 4px; }
	.ln-core { padding: 76px 0; }
	.ln-core-footer { align-items: flex-start; flex-direction: column; }
	.ln-core-footer p span { display: none; }
	.ln-funnel-final { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
	.ln-entry-card,
	.ln-entry-card::before,
	.ln-entry-card > b i { transition: none; }
}

/* Compact LocalNest product entry on the corporate homepage. */
.ln-home-entry {
	padding: 98px 0;
	color: #fff;
	background:
		radial-gradient(circle at 82% 12%, rgba(100,210,236,.16), transparent 27%),
		linear-gradient(135deg, #071b2b 0%, #0a3047 64%, #0c526d 100%);
}
.ln-home-entry-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 78px; align-items: center; }
.ln-home-entry .ln-kicker { color: #70d6ea; }
.ln-home-entry h2 { color: #fff; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.17; letter-spacing: -.04em; margin-bottom: 22px; }
.ln-home-entry h2 span { display: block; color: var(--ln-warm); }
.ln-home-entry-lead { color: #d8edf4; font-size: 20px; font-weight: 800; line-height: 1.75; margin-bottom: 17px; }
.ln-home-entry-copy > p:not(.ln-kicker):not(.ln-home-entry-lead) { max-width: 720px; color: #a9c6d2; font-size: 15px; line-height: 1.9; }
.ln-home-entry .ln-actions { margin-top: 28px; margin-bottom: 18px; }
.ln-home-entry-copy > small { color: #7fa2b0; font-size: 11px; }
.ln-home-entry-panel { padding: 29px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(3,19,31,.52); box-shadow: 0 28px 75px rgba(0,0,0,.25); }
.ln-home-entry-panel-head { display: flex; justify-content: space-between; align-items: center; color: #74d8eb; font-size: 10px; font-weight: 900; letter-spacing: .13em; margin-bottom: 22px; }
.ln-home-entry-panel-head i { width: 8px; height: 8px; border-radius: 50%; background: #62dfa9; box-shadow: 0 0 0 6px rgba(98,223,169,.08); }
.ln-home-entry-panel ol { list-style: none; margin: 0; padding: 0; }
.ln-home-entry-panel li { display: grid; grid-template-columns: 37px 1fr; gap: 14px; align-items: center; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.11); }
.ln-home-entry-panel li > b { display: grid; place-items: center; width: 31px; height: 31px; color: #082337; font-size: 9px; border-radius: 50%; background: #65d4eb; }
.ln-home-entry-panel strong,
.ln-home-entry-panel span { display: block; }
.ln-home-entry-panel strong { color: #fff; font-size: 14px; margin-bottom: 4px; }
.ln-home-entry-panel li span { color: #8faeba; font-size: 11px; line-height: 1.5; }
.ln-home-entry-panel > a { display: inline-block; margin-top: 20px; color: #79d9ec; font-size: 12px; font-weight: 900; }

@media (max-width: 1024px) {
	.ln-home-entry-grid { grid-template-columns: 1fr; gap: 48px; }
	.ln-home-entry-panel { max-width: 680px; }
}

@media (max-width: 767px) {
	.ln-home-entry { padding: 72px 0; }
	.ln-home-entry h2 { font-size: 37px; }
	.ln-home-entry-lead { font-size: 17px; }
	.ln-home-entry-panel { padding: 23px 19px; }
}

/* 臭G蛋 persona product overview. */
.ln-products-hero {
	padding: 94px 0 86px;
	color: #fff;
	background:
		radial-gradient(circle at 84% 18%, rgba(105,214,235,.18), transparent 26%),
		linear-gradient(135deg, #071b2b 0%, #0a3047 64%, #0c526d 100%);
}
.ln-products-hero .ln-eyebrow { color: #72d8ec; margin-bottom: 18px; }
.ln-products-hero h1 { color: #fff; font-size: clamp(43px, 5.1vw, 68px); line-height: 1.1; letter-spacing: -.045em; margin-bottom: 19px; }
.ln-products-hero .ln-subtitle { max-width: 760px; margin-bottom: 17px; }
.ln-products-intro { color: #91b1be; font-size: 14px; line-height: 1.8; margin-bottom: 0; }
.ln-products-catalog { padding: 94px 0 110px; background: #f5f9fa; }
.ln-products-heading { max-width: 720px; margin-bottom: 35px; }
.ln-products-heading h2 { color: var(--ln-ink); font-size: clamp(30px, 3.6vw, 46px); line-height: 1.25; letter-spacing: -.035em; margin-bottom: 0; }
.ln-products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.ln-product-card { display: flex; flex-direction: column; min-height: 550px; padding: 38px; border: 1px solid var(--ln-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(8,35,54,.07); }
.ln-product-card-live { border-top: 5px solid var(--ln-blue); }
.ln-product-card-planning { border-top: 5px solid #a9bbc3; background: #fdfefe; }
.ln-product-card-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 43px; }
.ln-product-status { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 11px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.ln-product-status-live { color: #075578; background: #d9f4fa; }
.ln-product-status-planning { color: #5f7077; background: #e8edef; }
.ln-product-type { color: #7a919c; font-size: 11px; font-weight: 800; }
.ln-product-series { color: var(--ln-blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; margin-bottom: 13px; }
.ln-product-card h3 { color: var(--ln-ink); font-size: clamp(27px, 2.8vw, 38px); line-height: 1.27; letter-spacing: -.035em; margin-bottom: 14px; }
.ln-product-subtitle { color: #274d60 !important; font-size: 17px !important; font-weight: 800; line-height: 1.65 !important; margin-bottom: 17px !important; }
.ln-product-card > p:not(.ln-product-series):not(.ln-product-subtitle) { color: var(--ln-muted); font-size: 14px; line-height: 1.85; }
.ln-product-card ul { margin: 8px 0 30px; padding-left: 20px; color: #506a77; font-size: 13px; line-height: 1.9; }
.ln-product-card .ln-button { align-self: flex-start; margin-top: auto; }
.ln-product-coming-soon { display: flex; justify-content: center; align-items: center; min-height: 50px; margin-top: auto; padding: 13px 20px; color: #6d7f87; border: 1px dashed #aabac1; border-radius: 10px; background: #f2f5f6; font-size: 14px; font-weight: 800; }
.ln-product-earlybird { margin-top: auto; padding: 22px; border: 1px solid #c8dce5; border-radius: 14px; background: #f2f8fa; }
.ln-product-earlybird > p { margin: 0; color: #425f6d; font-size: 14px; line-height: 1.75; }
.ln-product-earlybird .ln-button { margin-top: 16px; }
.ln-product-earlybird > .ln-product-earlybird-note { margin-top: 12px; color: #6d7f87; font-size: 12px; }
.ln-products-note { max-width: 850px; margin: 31px 0 0; color: #6d838e; font-size: 12px; line-height: 1.8; }

@media (max-width: 767px) {
	.ln-products-hero { padding: 70px 0 65px; }
	.ln-products-hero h1 { font-size: 40px; }
	.ln-products-catalog { padding: 72px 0 80px; }
	.ln-products-heading h2,
	.ln-product-card h3 { word-break: normal; overflow-wrap: anywhere; }
	.ln-products-grid { grid-template-columns: 1fr; }
	.ln-product-card { min-height: 0; padding: 28px 23px; }
	.ln-product-card-top { margin-bottom: 32px; }
	.ln-product-card .ln-button,
	.ln-product-coming-soon { width: 100%; margin-top: 24px; }
	.ln-product-earlybird { margin-top: 24px; padding: 20px; }
	.ln-product-earlybird .ln-button { margin-top: 16px; }
}
