.lcp-service-pathway,
.lcp-service-pathway *,
.lcp-pathway-boundary,
.lcp-pathway-boundary *,
.lcp-service-decision,
.lcp-service-decision *,
.lcp-service-journey,
.lcp-service-journey * { box-sizing: border-box; }

.lcp-service-pathway {
	--lcp-pathway-ink: #10243d;
	--lcp-pathway-purple: #30253a;
	--lcp-pathway-teal: #147783;
	--lcp-pathway-green: #0d8c61;
	--lcp-pathway-gold: #d99a43;
	--lcp-pathway-cream: #fbf6ed;
	--lcp-pathway-mist: #eaf4f4;
	--lcp-pathway-line: rgba(16, 36, 61, .15);
	width: min(100%, 1380px);
	margin: clamp(44px, 6vw, 84px) auto;
	padding: clamp(30px, 5vw, 68px);
	color: var(--lcp-pathway-ink);
	border: 1px solid var(--lcp-pathway-line);
	border-radius: 28px;
	background: linear-gradient(145deg, #fff 0%, #f4f8f8 62%, #f9f2e7 100%);
	box-shadow: 0 26px 62px rgba(16, 36, 61, .12);
}

.lcp-service-pathway__header { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(28px, 5vw, 76px); align-items: end; }
.lcp-service-pathway__header > div > p,
.lcp-service-pathway__result > div > p,
.lcp-service-pathway__step > span,
.lcp-pathway-boundary p { margin: 0 0 11px; color: var(--lcp-pathway-teal); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.lcp-service-pathway__header h2 { max-width: 850px; margin: 0; color: var(--lcp-pathway-ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.lcp-service-pathway__header > p { margin: 0; color: #51667b; font-size: 1.02rem; line-height: 1.75; }

.lcp-service-pathway__trust { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 15px 24px; margin: 32px 0; padding: 17px 20px; color: #0e583f; border-left: 5px solid var(--lcp-pathway-green); border-radius: 10px; background: #e7f6ef; align-items: center; }
.lcp-service-pathway__trust span { color: #315d50; line-height: 1.55; }

.lcp-service-pathway__workspace { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 18px; align-items: stretch; }
.lcp-service-pathway__form,
.lcp-service-pathway__result { min-width: 0; padding: clamp(24px, 3.5vw, 42px); border-radius: 20px; }
.lcp-service-pathway__form { border: 1px solid var(--lcp-pathway-line); background: #fff; }
.lcp-service-pathway__step { display: grid; gap: 4px; margin: 0 0 24px; }
.lcp-service-pathway__step > span { margin: 0; }
.lcp-service-pathway__step strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.55rem, 2.4vw, 2.35rem); font-weight: 500; }
.lcp-service-pathway__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lcp-service-pathway__fields label { display: grid; min-width: 0; gap: 8px; }
.lcp-service-pathway__fields label > span { font-size: .84rem; font-weight: 800; }
.lcp-service-pathway__fields select { width: 100%; min-height: 50px; padding: 10px 38px 10px 12px; color: var(--lcp-pathway-ink); border: 1px solid rgba(16, 36, 61, .3); border-radius: 8px; background-color: #fff; font: inherit; }
.lcp-service-pathway__timing { grid-column: 1 / -1; }
.lcp-service-pathway__controls { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.lcp-service-pathway__controls button,
.lcp-service-pathway__result-actions a,
.lcp-pathway-boundary > a { display: inline-flex; min-height: 48px; padding: 11px 17px; font: inherit; font-size: .9rem; font-weight: 800; text-decoration: none; border: 1px solid var(--lcp-pathway-purple); border-radius: 8px; cursor: pointer; align-items: center; justify-content: center; }
.lcp-service-pathway__controls button[type='submit'],
.lcp-service-pathway__result-actions a:first-child { color: #fff; background: var(--lcp-pathway-purple); }
.lcp-service-pathway__controls button[type='reset'],
.lcp-service-pathway__result-actions a:last-child { color: var(--lcp-pathway-purple); background: transparent; }
.lcp-service-pathway__validation { min-height: 1.5em; margin: 12px 0 0; color: #9d2b2b; font-weight: 750; }

.lcp-service-pathway__result { color: #fff; background: linear-gradient(135deg, var(--lcp-pathway-purple), #173d5d 58%, var(--lcp-pathway-teal)); box-shadow: 0 20px 45px rgba(16, 36, 61, .18); }
.lcp-service-pathway__result [hidden] { display: none !important; }
.lcp-service-pathway__result > div > p { color: #8fe4d3; }
.lcp-service-pathway__result h3 { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.2vw, 3.35rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.lcp-service-pathway__result > div > span { display: block; margin-top: 18px; color: rgba(255, 255, 255, .8); line-height: 1.7; }
.lcp-service-pathway__result dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 26px 0; }
.lcp-service-pathway__result dl > div { padding: 12px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 9px; background: rgba(255, 255, 255, .08); }
.lcp-service-pathway__result dt { color: #abe9de; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.lcp-service-pathway__result dd { margin: 5px 0 0; color: #fff; font-size: .86rem; line-height: 1.4; }
.lcp-service-pathway__result-actions { display: grid; gap: 9px; margin-top: 24px; }
.lcp-service-pathway__result-actions a:first-child { border-color: #fff; background: #fff; color: var(--lcp-pathway-purple); }
.lcp-service-pathway__result-actions a:last-child { border-color: rgba(255, 255, 255, .55); color: #fff; }
.lcp-service-pathway__result small { display: block; margin-top: 16px; color: rgba(255, 255, 255, .68); line-height: 1.55; }

.lcp-service-pathway > footer { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 13px 24px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--lcp-pathway-line); }
.lcp-service-pathway > footer span { color: #5d6f80; line-height: 1.55; }

.lcp-pathway-boundary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; width: min(100%, 1320px); margin: clamp(50px, 7vw, 88px) auto 0; padding: clamp(26px, 4vw, 44px); color: #fff; border-radius: 20px; background: linear-gradient(120deg, #30253a, #154f62); align-items: center; }
.lcp-pathway-boundary p { color: #8fe4d3; }
.lcp-pathway-boundary h2 { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; line-height: 1.08; }
.lcp-pathway-boundary div > span { display: block; max-width: 850px; margin-top: 12px; color: rgba(255, 255, 255, .78); line-height: 1.65; }
.lcp-pathway-boundary > a { color: #30253a; border-color: #fff; background: #fff; white-space: nowrap; }

.lcp-pathway-contact-note { display: grid; gap: 5px; margin-bottom: 22px; padding: 16px 18px; color: #0e583f; border-left: 5px solid #0d8c61; border-radius: 9px; background: #e7f6ef; }
.lcp-pathway-contact-note span { color: #315d50; line-height: 1.5; }

.lcp-service-decision {
	width: min(calc(100% - 32px), 1240px);
	margin: clamp(48px, 7vw, 86px) auto;
	padding: clamp(28px, 4.5vw, 56px);
	color: #10243d;
	border: 1px solid rgba(16, 36, 61, .15);
	border-top: 5px solid #147783;
	border-radius: 22px;
	background: linear-gradient(145deg, #fff 0%, #f3f8f8 62%, #fbf6ed 100%);
	box-shadow: 0 22px 52px rgba(16, 36, 61, .1);
}

.lcp-service-decision > header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(22px, 4vw, 58px); align-items: end; }
.lcp-service-decision > header > p,
.lcp-service-decision__grid section > p { margin: 0 0 10px; color: #147783; font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lcp-service-decision > header > h2 { grid-column: 1; margin: 0; color: #10243d; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.lcp-service-decision > header > span { grid-column: 2; grid-row: 1 / span 2; color: #52677b; line-height: 1.72; }
.lcp-service-decision__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.lcp-service-decision__grid section { min-width: 0; padding: clamp(22px, 3vw, 32px); border: 1px solid rgba(16, 36, 61, .14); border-radius: 14px; background: rgba(255, 255, 255, .88); }
.lcp-service-decision__grid ul { margin: 0; padding-left: 1.15rem; color: #40566b; line-height: 1.6; }
.lcp-service-decision__grid ul li + li { margin-top: 10px; }
.lcp-service-decision__grid ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lcp-service-decision__grid ol li { display: grid; gap: 4px; padding: 11px 13px; border-left: 3px solid #d99a43; background: #fbf6ed; }
.lcp-service-decision__grid ol strong { color: #30253a; }
.lcp-service-decision__grid ol span { color: #596b7c; line-height: 1.5; }
.lcp-service-decision__boundary { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px 22px; margin-top: 16px; padding: 16px 18px; color: #6f4b08; border-left: 5px solid #d99a43; border-radius: 9px; background: #fff3d4; }
.lcp-service-decision__boundary span { color: #705d36; line-height: 1.55; }
.lcp-service-decision__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.lcp-service-decision__actions a { display: inline-flex; min-height: 50px; padding: 12px 18px; color: #30253a; font-size: .9rem; font-weight: 800; text-decoration: none; border: 1px solid #30253a; border-radius: 8px; align-items: center; justify-content: center; }
.lcp-service-decision__actions a:first-child { color: #fff; background: #30253a; }
.lcp-service-decision__actions a:last-child { background: #fff; }

.lcp-service-journey {
	width: min(calc(100% - 32px), 1240px);
	margin: clamp(48px, 7vw, 86px) auto;
	padding: clamp(28px, 4.5vw, 56px);
	color: #10243d;
	border-radius: 24px;
	background: #10243d;
	box-shadow: 0 24px 60px rgba(16, 36, 61, .17);
	overflow: clip;
}

.lcp-service-journey > header { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: clamp(24px, 5vw, 64px); align-items: end; }
.lcp-service-journey > header > div > p { margin: 0 0 10px; color: #8fe4d3; font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lcp-service-journey > header h2 { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 4.2vw, 4.25rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.03; }
.lcp-service-journey > header > p { margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.7; }

.lcp-service-journey__stages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.lcp-service-journey__stages li { min-width: 0; }
.lcp-service-journey__stages a { display: grid; min-height: 100%; gap: 7px; padding: 18px; color: rgba(255, 255, 255, .72); text-decoration: none; border: 1px solid rgba(255, 255, 255, .17); border-radius: 12px; background: rgba(255, 255, 255, .06); }
.lcp-service-journey__stages a > span { color: #8fe4d3; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.lcp-service-journey__stages a > strong { color: #fff; font-size: 1rem; }
.lcp-service-journey__stages a > small { line-height: 1.45; }
.lcp-service-journey__stages .is-current a { color: #10243d; border-color: #fff; background: #fff; box-shadow: inset 0 4px 0 #d99a43; }
.lcp-service-journey__stages .is-current a > span { color: #147783; }
.lcp-service-journey__stages .is-current a > strong { color: #10243d; }

.lcp-service-journey__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 14px; margin-top: 18px; }
.lcp-service-journey__card { display: flex; min-width: 0; min-height: 250px; padding: clamp(20px, 3vw, 28px); color: #10243d; text-decoration: none; border: 1px solid rgba(16, 36, 61, .14); border-radius: 15px; background: #fff; flex-direction: column; overflow-wrap: anywhere; }
a.lcp-service-journey__card { transition: transform .18s ease, box-shadow .18s ease; }
a.lcp-service-journey__card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(0, 0, 0, .14); }
.lcp-service-journey__card.is-current { border-color: #d99a43; background: #fbf6ed; box-shadow: inset 0 4px 0 #d99a43; }
.lcp-service-journey__relation { margin-bottom: 14px; color: #147783; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lcp-service-journey__card > strong { color: #30253a; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.45rem, 2.3vw, 2.1rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
.lcp-service-journey__card > small { margin-top: 9px; color: #147783; font-weight: 800; }
.lcp-service-journey__card > p { margin: 15px 0 22px; color: #52677b; line-height: 1.6; }
.lcp-service-journey__open,
.lcp-service-journey__here { margin-top: auto; font-size: .83rem; font-weight: 850; }
.lcp-service-journey__open { color: #30253a; }
.lcp-service-journey__here { color: #79520d; }

.lcp-service-journey > footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; margin-top: 22px; padding-top: 22px; color: #fff; border-top: 1px solid rgba(255, 255, 255, .18); align-items: center; }
.lcp-service-journey > footer > div:first-child { display: grid; gap: 5px; }
.lcp-service-journey > footer span { color: rgba(255, 255, 255, .7); line-height: 1.5; }
.lcp-service-journey__actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.lcp-service-journey__actions a { display: inline-flex; min-height: 48px; padding: 11px 16px; color: #10243d; font-size: .86rem; font-weight: 850; text-decoration: none; border: 1px solid #fff; border-radius: 8px; background: #fff; align-items: center; justify-content: center; }
.lcp-service-journey__actions a:last-child { color: #fff; background: transparent; }

.lcp-service-pathway :is(a, button, select):focus-visible,
.lcp-pathway-boundary a:focus-visible,
.lcp-service-decision a:focus-visible,
.lcp-service-journey a:focus-visible { outline: 3px solid var(--lcp-pathway-gold, #d99a43); outline-offset: 3px; }

@media (max-width: 980px) {
	.lcp-service-pathway__header,
	.lcp-service-pathway__workspace,
	.lcp-pathway-boundary,
	.lcp-service-decision > header,
	.lcp-service-journey > header,
	.lcp-service-journey > footer { grid-template-columns: 1fr; }
	.lcp-service-decision > header > span { grid-column: 1; grid-row: auto; }
	.lcp-pathway-boundary > a { justify-self: start; }
	.lcp-service-journey__stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lcp-service-journey__actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
	.lcp-service-pathway { width: min(calc(100% - 24px), 1380px); padding: 28px 20px; border-radius: 19px; }
	.lcp-service-pathway__fields,
	.lcp-service-pathway__result dl { grid-template-columns: 1fr; }
	.lcp-service-pathway__timing { grid-column: auto; }
	.lcp-service-pathway__form,
	.lcp-service-pathway__result { padding: 23px 18px; border-radius: 15px; }
	.lcp-service-pathway__controls { display: grid; }
	.lcp-pathway-boundary { width: min(calc(100% - 24px), 1320px); }
	.lcp-pathway-boundary > a { width: 100%; white-space: normal; }
	.lcp-service-pathway__trust,
	.lcp-service-pathway > footer,
	.lcp-service-decision__grid,
	.lcp-service-decision__boundary { grid-template-columns: 1fr; }
	.lcp-service-decision { width: min(calc(100% - 24px), 1240px); padding: 26px 19px; border-radius: 17px; }
	.lcp-service-decision__actions { display: grid; }
	.lcp-service-decision__actions a { width: 100%; }
	.lcp-service-journey { width: min(calc(100% - 24px), 1240px); padding: 27px 18px; border-radius: 18px; }
	.lcp-service-journey__stages { grid-template-columns: 1fr; }
	.lcp-service-journey__card { min-height: 0; }
	.lcp-service-journey__actions { display: grid; }
	.lcp-service-journey__actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.lcp-service-pathway *,
	.lcp-pathway-boundary *,
	.lcp-service-decision *,
	.lcp-service-journey * { scroll-behavior: auto !important; transition: none !important; }
}
