body.jager-phase2-page {
	--jhr-navy: #06256f;
	--jhr-navy-deep: #001a4e;
	--jhr-orange: #ff9518;
	--jhr-text: #17233d;
	--jhr-muted: #687188;
	--jhr-surface: #ffffff;
	--jhr-soft: #f4f6fa;
	--jhr-border: rgba(6, 37, 111, 0.11);
	--jhr-shadow-soft: 0 2px 8px rgba(12, 35, 82, 0.05), 0 18px 44px rgba(12, 35, 82, 0.09);
	--jhr-shadow-lift: 0 8px 24px rgba(12, 35, 82, 0.09), 0 34px 78px rgba(12, 35, 82, 0.18);
	margin: 0;
	background: var(--jhr-surface);
	color: var(--jhr-text);
	font-family: Inter, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.jp2-page,
.jp2-page *,
.jp2-page *::before,
.jp2-page *::after { box-sizing: border-box; }

.jp2-page { overflow: clip; background: #fff; }
.jp2-page img,
.jp2-page video { display: block; width: 100%; max-width: 100%; }
.jp2-page h1,
.jp2-page h2,
.jp2-page h3,
.jp2-page p { margin: 0; }
.jp2-page h1,
.jp2-page h2,
.jp2-page h3 { font-family: "DM Sans", Inter, sans-serif; font-weight: 750; letter-spacing: -0.035em; }
.jp2-container { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.jp2-eyebrow { color: var(--jhr-orange); font-size: 12px; font-weight: 750; letter-spacing: .28em; text-transform: uppercase; }

.jp2-hero { position: relative; min-height: 74svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.jp2-hero__media { position: absolute; inset: 0; z-index: -1; }
.jp2-hero__media > img,
.jp2-hero__media > video { height: 100%; object-fit: cover; }
.jp2-hero__media > div { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,26,78,.88), rgba(0,26,78,.54) 62%, rgba(0,26,78,.28)); }
.jp2-hero__content { padding-block: 150px 86px; }
.jp2-hero h1 { margin-top: 18px; max-width: 880px; color: #fff; font-size: clamp(44px, 7vw, 80px); line-height: .96; }
.jp2-hero__content > p:last-child { margin-top: 22px; max-width: 720px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }

.jp2-section { padding-block: 92px; }
.jp2-section--soft { background: var(--jhr-soft); }
.jp2-section-title { margin-top: 16px !important; max-width: 820px; color: var(--jhr-navy); font-size: clamp(34px, 5vw, 54px); line-height: 1.02; }
.jp2-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 72px; align-items: center; }
.jp2-split--reverse > :first-child { order: 2; }
.jp2-split--reverse > :last-child { order: 1; }
.jp2-copy h2 { color: var(--jhr-navy); font-size: clamp(32px, 4.5vw, 50px); line-height: 1.04; }
.jp2-copy > p:not(.jp2-badge) { margin-top: 22px; color: var(--jhr-muted); font-size: 17px; line-height: 1.78; }
.jp2-copy--wide { max-width: 800px; }
.jp2-product-media,
.jp2-process-media { min-height: 440px; display: grid; place-items: center; overflow: hidden; border-radius: 34px; background: #eef1f6; box-shadow: var(--jhr-shadow-soft); }
.jp2-product-media img { max-height: 540px; object-fit: contain; padding: 38px; mix-blend-mode: multiply; }
.jp2-process-media img,
.jp2-process-media video { min-height: 440px; height: 100%; object-fit: cover; }
.jp2-list { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--jhr-border); }
.jp2-list li { position: relative; padding: 13px 0 13px 26px; border-bottom: 1px solid var(--jhr-border); color: var(--jhr-text); font-size: 15px; }
.jp2-list li::before { content: "✓"; position: absolute; left: 0; color: var(--jhr-orange); font-weight: 800; }
.jp2-button { margin-top: 30px; display: inline-flex; align-items: center; gap: 10px; padding: 13px 23px; border-radius: 999px; background: var(--jhr-orange); color: #071a35 !important; font-size: 15px; font-weight: 750; text-decoration: none !important; transition: transform .25s ease, box-shadow .25s ease; }
.jp2-button:hover { transform: translateY(-2px); box-shadow: var(--jhr-shadow-soft); }
.jp2-button--outline { background: transparent; border: 1px solid var(--jhr-border); color: var(--jhr-navy) !important; }

.jp2-quality { border-top: 1px solid var(--jhr-border); }
.jp2-quality__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px; }
.jp2-quality article h3 { color: var(--jhr-navy); font-size: 30px; }
.jp2-quality article > span { display: block; height: 1px; margin-top: 18px; background: var(--jhr-orange); }
.jp2-quality article p { margin-top: 18px; color: var(--jhr-muted); line-height: 1.75; }

.jp2-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.jp2-card { position: relative; display: block; overflow: hidden; border: 1px solid var(--jhr-border); border-radius: 30px; background: #fff; box-shadow: var(--jhr-shadow-soft); color: inherit !important; text-decoration: none !important; transition: transform .3s ease, box-shadow .3s ease; }
.jp2-card:hover { transform: translateY(-5px); box-shadow: var(--jhr-shadow-lift); }
.jp2-card > div { aspect-ratio: 4 / 3; display: grid; place-items: center; background: var(--jhr-soft); overflow: hidden; }
.jp2-card img { height: 100%; object-fit: contain; padding: 30px; }
.jp2-card h2 { padding: 24px 26px 0; color: var(--jhr-navy); font-size: 29px; }
.jp2-card p { padding: 10px 26px 28px; color: var(--jhr-muted); line-height: 1.65; }
.jp2-card > span { position: absolute; right: 24px; bottom: 26px; color: var(--jhr-orange); font-size: 24px; }

.jp2-steps { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 46px 0 0; padding: 1px; overflow: hidden; border-radius: 28px; background: var(--jhr-border); }
.jp2-steps li { min-height: 250px; padding: 30px; background: #fff; }
.jp2-steps li > span { color: var(--jhr-orange); font-size: 34px; font-weight: 800; }
.jp2-steps h3 { margin-top: 18px; color: var(--jhr-navy); font-size: 20px; }
.jp2-steps p { margin-top: 9px; color: var(--jhr-muted); line-height: 1.65; }
.jp2-badge { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: var(--jhr-soft); color: var(--jhr-navy); font-size: 12px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }

.jp2-history { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; }
.jp2-history > div h2 { margin-top: 16px; color: var(--jhr-navy); font-size: clamp(34px,4.5vw,52px); line-height: 1.05; }
.jp2-history ol { list-style: none; margin: 0; padding: 0 0 0 34px; border-left: 1px solid var(--jhr-border); }
.jp2-history li { position: relative; padding: 0 0 42px; }
.jp2-history li:last-child { padding-bottom: 0; }
.jp2-history li::before { content: ""; position: absolute; left: -42px; top: 5px; width: 15px; height: 15px; border: 3px solid var(--jhr-orange); border-radius: 50%; background: #fff; }
.jp2-history strong { color: var(--jhr-orange); font-size: 13px; letter-spacing: .18em; }
.jp2-history h3 { margin-top: 8px; color: var(--jhr-navy); font-size: 25px; }
.jp2-history li p { margin-top: 8px; color: var(--jhr-muted); line-height: 1.7; }

.jp2-cta { position: relative; min-height: 500px; display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.jp2-cta__media { position: absolute; inset: 0; z-index: -1; }
.jp2-cta__media img { height: 100%; object-fit: cover; }
.jp2-cta__media div { position: absolute; inset: 0; background: rgba(0,26,78,.76); }
.jp2-cta__content { max-width: 820px; padding-block: 90px; text-align: center; }
.jp2-cta h2 { color: #fff; font-size: clamp(34px,5vw,52px); line-height: 1.06; }
.jp2-cta p { margin: 20px auto 0; max-width: 650px; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.7; }

.jp2-contact { padding: 150px 0 90px; }
.jp2-contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
.jp2-contact__intro h1,
.jp2-request__intro h1 { margin-top: 16px; color: var(--jhr-navy); font-size: clamp(44px,6vw,68px); line-height: .98; }
.jp2-contact__intro > p:not(.jp2-eyebrow):not(.jp2-hours),
.jp2-request__intro > p:not(.jp2-eyebrow) { margin-top: 24px; color: var(--jhr-muted); font-size: 17px; line-height: 1.75; }
.jp2-contact-list { margin-top: 35px; border-block: 1px solid var(--jhr-border); }
.jp2-contact-list a { display: block; padding: 17px 0; border-bottom: 1px solid var(--jhr-border); color: inherit !important; text-decoration: none !important; }
.jp2-contact-list a:last-child { border-bottom: 0; }
.jp2-contact-list small { display: block; color: var(--jhr-muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.jp2-contact-list strong { display: block; margin-top: 5px; color: var(--jhr-navy); font-size: 17px; }
.jp2-hours { margin-top: 24px !important; color: var(--jhr-muted); font-size: 14px; }
.jp2-form { padding-left: 58px; border-left: 1px solid var(--jhr-border); }
.jp2-form h2 { color: var(--jhr-navy); font-size: 34px; }
.jp2-form > p { margin-top: 8px; color: var(--jhr-muted); }
.jp2-form .wpcf7 { margin-top: 28px; }
.jp2-form label { display: block; margin-top: 18px; color: var(--jhr-navy); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.jp2-form input:not([type="submit"]),
.jp2-form textarea,
.jp2-form select { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--jhr-border); border-radius: 0; outline: 0; background: transparent; color: var(--jhr-text); font: inherit; }
.jp2-form input:focus,
.jp2-form textarea:focus,
.jp2-form select:focus { border-color: var(--jhr-orange); }
.jp2-form input[type="submit"],
.jp2-form .wpcf7-submit { margin-top: 28px; padding: 14px 27px; border: 0; border-radius: 999px; background: var(--jhr-orange); color: #071a35; font-weight: 750; cursor: pointer; }

.jp2-request { padding: 150px 0 100px; }
.jp2-request > .jp2-container { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.jp2-form--request { padding: 44px; border: 1px solid var(--jhr-border); border-radius: 30px; background: #fff; box-shadow: var(--jhr-shadow-soft); }

@media (max-width: 900px) {
	.jp2-container { width: min(100% - 30px, 1280px); }
	.jp2-hero { min-height: 68svh; }
	.jp2-hero__content { padding-block: 125px 58px; }
	.jp2-section { padding-block: 66px; }
	.jp2-split,
	.jp2-history,
	.jp2-contact__grid,
	.jp2-request > .jp2-container { grid-template-columns: 1fr; gap: 42px; }
	.jp2-split--reverse > :first-child,
	.jp2-split--reverse > :last-child { order: initial; }
	.jp2-card-grid { grid-template-columns: 1fr; }
	.jp2-quality__grid { grid-template-columns: 1fr; gap: 42px; }
	.jp2-steps { grid-template-columns: 1fr 1fr; }
	.jp2-product-media,
	.jp2-process-media,
	.jp2-process-media img,
	.jp2-process-media video { min-height: 330px; }
	.jp2-form { padding-left: 0; border-left: 0; border-top: 1px solid var(--jhr-border); padding-top: 36px; }
}

@media (max-width: 560px) {
	.jp2-hero h1 { font-size: clamp(40px, 13vw, 58px); }
	.jp2-hero__content > p:last-child { font-size: 16px; }
	.jp2-steps { grid-template-columns: 1fr; }
	.jp2-form--request { padding: 28px 20px; }
	.jp2-contact { padding-top: 125px; }
	.jp2-request { padding-top: 125px; }
}
