:root {
	--hjp-body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--hjp-display-font: 'Segoe UI', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--hjp-ink: #0b1420;
	--hjp-navy: #081321;
	--hjp-navy-soft: #102238;
	--hjp-paper: #f7f7f3;
	--hjp-white: #ffffff;
	--hjp-muted: #637080;
	--hjp-line: rgba(12, 25, 39, 0.12);
	--hjp-gold: #f4ad31;
	--hjp-gold-bright: #ffc65c;
	--hjp-red: #e13c3b;
	--hjp-purple: #6f55d9;
	--hjp-green: #19b873;
	--hjp-radius: 28px;
	--hjp-shadow: 0 28px 80px rgba(5, 17, 29, 0.16);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body.hjp-premium-home {
	margin: 0;
	background: var(--hjp-paper);
	color: var(--hjp-ink);
	font-family: var(--hjp-body-font);
	font-size: 17px;
	line-height: 1.65;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.hjp-premium-home .qlwapp {
	display: none !important;
}

.hjp-premium-home *,
.hjp-premium-home *::before,
.hjp-premium-home *::after {
	box-sizing: border-box;
}

.hjp-premium-home img {
	display: block;
	max-width: 100%;
}

.hjp-premium-home a {
	text-decoration: none;
}

.hjp-premium-home button,
.hjp-premium-home a {
	-webkit-tap-highlight-color: transparent;
}

.hjp-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.hjp-skip-link {
	position: fixed;
	left: 18px;
	top: -100px;
	z-index: 99999;
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.hjp-skip-link:focus {
	top: 0;
}

.hjp-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	border-bottom: 1px solid transparent;
	transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.hjp-header.is-scrolled {
	border-bottom-color: rgba(255,255,255,.1);
	background: rgba(8, 19, 33, .82);
	box-shadow: 0 12px 40px rgba(2, 10, 18, .2);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
}

body.admin-bar .hjp-header {
	top: 32px;
}

.hjp-nav-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 84px;
}

.hjp-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #fff;
	font-family: var(--hjp-display-font);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.hjp-brand img {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	object-fit: contain;
	filter: drop-shadow(0 5px 14px rgba(0,0,0,.15));
}

.hjp-brand-name strong {
	color: var(--hjp-gold-bright);
	font-weight: 800;
}

.hjp-main-nav {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 30px);
}

.hjp-main-nav > a {
	position: relative;
	color: rgba(255,255,255,.78);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.01em;
	transition: color .25s ease;
}

.hjp-main-nav > a:not(.hjp-nav-cta)::after {
	content: '';
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -7px;
	height: 1px;
	background: var(--hjp-gold-bright);
	transition: right .25s ease;
}

.hjp-main-nav > a:hover,
.hjp-main-nav > a:focus-visible {
	color: #fff;
}

.hjp-main-nav > a:not(.hjp-nav-cta):hover::after,
.hjp-main-nav > a:not(.hjp-nav-cta):focus-visible::after {
	right: 0;
}

.hjp-main-nav .hjp-nav-cta {
	padding: 11px 17px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(255,255,255,.09);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
	transition: background .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hjp-main-nav .hjp-nav-cta:hover,
.hjp-main-nav .hjp-nav-cta:focus-visible {
	border-color: rgba(255,255,255,.35);
	background: rgba(255,255,255,.16);
	box-shadow: 0 12px 28px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.12);
	transform: translateY(-2px) scale(1.02);
}

.hjp-menu-button {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #fff;
	font: 600 13px/1 var(--hjp-body-font);
	cursor: pointer;
}

.hjp-menu-lines {
	display: grid;
	gap: 5px;
	width: 17px;
}

.hjp-menu-lines i {
	display: block;
	height: 1.5px;
	background: currentColor;
	transition: transform .25s ease;
}

.hjp-hero {
	position: relative;
	min-height: 790px;
	padding: 164px 0 112px;
	background:
		radial-gradient(circle at 15% 12%, rgba(111,85,217,.22), transparent 32%),
		radial-gradient(circle at 78% 16%, rgba(225,60,59,.11), transparent 29%),
		linear-gradient(145deg, #06101c 0%, #0c1d30 56%, #081321 100%);
	color: #fff;
	overflow: hidden;
	isolation: isolate;
}

.hjp-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
	background-size: 72px 72px;
	-webkit-mask-image: linear-gradient(to bottom, black, transparent 85%);
	mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hjp-hero::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -190px;
	width: 900px;
	height: 270px;
	z-index: -1;
	transform: translateX(-50%);
	border-radius: 50%;
	background: rgba(244,173,49,.08);
	filter: blur(70px);
}

.hjp-hero-glow,
.hjp-final-orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	will-change: transform;
}

.hjp-hero-glow-one {
	top: 155px;
	right: -90px;
	width: 370px;
	height: 370px;
	background: rgba(111,85,217,.18);
	filter: blur(80px);
}

.hjp-hero-glow-two {
	left: -110px;
	bottom: 60px;
	width: 280px;
	height: 280px;
	background: rgba(244,173,49,.1);
	filter: blur(70px);
}

.hjp-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	align-items: center;
	gap: clamp(54px, 7vw, 100px);
}

.hjp-hero-copy {
	position: relative;
	z-index: 2;
}

.hjp-eyebrow,
.hjp-kicker {
	margin: 0 0 20px;
	color: #825b15;
	font-family: var(--hjp-display-font);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hjp-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--hjp-gold-bright);
}

.hjp-eyebrow span {
	width: 28px;
	height: 1px;
	background: currentColor;
}

.hjp-hero h1 {
	max-width: 650px;
	margin: 0;
	color: #fff;
	font-family: var(--hjp-display-font);
	font-size: clamp(48px, 5.6vw, 82px);
	font-weight: 700;
	letter-spacing: -.058em;
	line-height: .99;
}

.hjp-hero h1 em {
	display: block;
	background: linear-gradient(90deg, #fff1c5, var(--hjp-gold-bright) 55%, #f58d42);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.hjp-hero-lead {
	max-width: 610px;
	margin: 27px 0 33px;
	color: rgba(255,255,255,.71);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.62;
}

.hjp-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}

.hjp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 54px;
	padding: 14px 21px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.hjp-button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.hjp-button:hover,
.hjp-button:focus-visible {
	transform: translateY(-3px) scale(1.02);
}

.hjp-button > span,
.hjp-button > svg {
	transition: transform .25s ease;
}

.hjp-button:hover > span,
.hjp-button:focus-visible > span,
.hjp-button:hover > svg,
.hjp-button:focus-visible > svg {
	transform: translateX(4px);
}

.hjp-button:focus-visible,
.hjp-main-nav a:focus-visible,
.hjp-product-card a:focus-visible,
.hjp-text-link:focus-visible,
.hjp-footer a:focus-visible,
.hjp-scroll-cue:focus-visible {
	outline: 3px solid var(--hjp-gold-bright);
	outline-offset: 4px;
}

.hjp-button-primary {
	background: var(--hjp-gold);
	color: #17130b;
	box-shadow: 0 16px 34px rgba(244,173,49,.22);
}

.hjp-button-primary:hover {
	background: var(--hjp-gold-bright);
	box-shadow: 0 19px 40px rgba(244,173,49,.31);
}

.hjp-button-ghost,
.hjp-button-outline {
	border-color: rgba(255,255,255,.22);
	background: rgba(255,255,255,.07);
	color: #fff;
	backdrop-filter: blur(12px);
}

.hjp-button-ghost:hover,
.hjp-button-outline:hover {
	border-color: rgba(255,255,255,.42);
	background: rgba(255,255,255,.13);
}

.hjp-reassurance {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 23px 0 0;
	color: rgba(255,255,255,.53);
	font-size: 13px;
}

.hjp-reassurance svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--hjp-green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.hjp-hero-visual {
	perspective: 1300px;
}

.hjp-photo-scene,
.hjp-document-scene,
.hjp-product-card {
	--rx: 0deg;
	--ry: 0deg;
	--mx: 50%;
	--my: 50%;
	transform-style: preserve-3d;
	will-change: transform;
}

.hjp-photo-scene {
	position: relative;
	width: min(100%, 570px);
	margin-inline: auto;
	padding: 17px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 42px;
	background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.025));
	box-shadow: 0 45px 100px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.14);
	transform: perspective(1300px) rotateX(var(--rx)) rotateY(var(--ry)) rotateY(-4deg) rotateX(2deg);
	transition: transform .18s ease-out;
}

.hjp-photo-scene::before {
	content: '';
	position: absolute;
	inset: 8%;
	z-index: -1;
	background: radial-gradient(circle at var(--mx) var(--my), rgba(244,173,49,.32), rgba(111,85,217,.16) 40%, transparent 68%);
	filter: blur(25px);
	transform: translateZ(-55px) scale(1.18);
}

.hjp-photo-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 4.55;
	border-radius: 29px;
	background: #152638;
}

.hjp-photo-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% center;
	transform: scale(1.03);
}

.hjp-photo-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(3,11,20,.82), transparent 44%), linear-gradient(120deg, rgba(3,11,20,.13), transparent 50%);
}

.hjp-photo-caption {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 24px;
	margin: 0;
	color: #fff;
	font: 600 16px/1.3 var(--hjp-display-font);
	letter-spacing: -.02em;
}

.hjp-photo-caption span {
	display: block;
	margin-bottom: 6px;
	color: var(--hjp-gold-bright);
	font: 700 10px/1.2 var(--hjp-display-font);
	letter-spacing: .15em;
	text-transform: uppercase;
}

.hjp-float-card {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 11px;
	z-index: 2;
	padding: 12px 15px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 17px;
	background: rgba(11,26,43,.78);
	box-shadow: 0 18px 45px rgba(0,0,0,.28);
	color: #fff;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transform: translateZ(70px);
}

.hjp-float-card-top {
	top: 58px;
	left: -38px;
	animation: hjp-card-float 5s ease-in-out infinite;
}

.hjp-float-card-bottom {
	right: -32px;
	bottom: 73px;
	animation: hjp-card-float 5.8s ease-in-out -1.4s infinite reverse;
}

@keyframes hjp-card-float {
	0%, 100% { margin-top: 0; }
	50% { margin-top: -9px; }
}

.hjp-float-card small,
.hjp-float-card strong {
	display: block;
}

.hjp-float-card small {
	margin-bottom: 2px;
	color: rgba(255,255,255,.56);
	font-size: 9px;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hjp-float-card strong {
	font-size: 12px;
	line-height: 1.25;
}

.hjp-float-icon {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border-radius: 10px;
	background: rgba(244,173,49,.17);
	color: var(--hjp-gold-bright);
}

.hjp-float-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.hjp-live-dot {
	position: relative;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--hjp-green);
	box-shadow: 0 0 0 5px rgba(25,184,115,.14);
}

.hjp-scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 26px;
	display: flex;
	align-items: center;
	gap: 9px;
	transform: translateX(-50%);
	color: rgba(255,255,255,.44);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hjp-scroll-cue span {
	position: relative;
	width: 1px;
	height: 28px;
	overflow: hidden;
	background: rgba(255,255,255,.2);
}

.hjp-scroll-cue span::after {
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: var(--hjp-gold-bright);
	animation: hjp-scroll-line 2s ease-in-out infinite;
}

@keyframes hjp-scroll-line {
	0% { transform: translateY(0); }
	60%, 100% { transform: translateY(200%); }
}

.hjp-brand-strip {
	border-bottom: 1px solid var(--hjp-line);
	background: #fff;
}

.hjp-brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 108px;
}

.hjp-brand-row > p {
	margin: 0;
	color: var(--hjp-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hjp-wordmarks {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: clamp(15px, 2.7vw, 34px);
	color: #1d2936;
}

.hjp-wordmarks a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 10px;
	border-radius: 10px;
	color: #1d2936;
	font: 800 clamp(13px, 1.3vw, 17px)/1 var(--hjp-display-font);
	letter-spacing: .05em;
	transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hjp-wordmarks a::after {
	content: '';
	position: absolute;
	left: 10px;
	right: 100%;
	bottom: 4px;
	height: 2px;
	border-radius: 99px;
	background: var(--hjp-gold);
	transition: right .25s ease;
}

.hjp-wordmarks a:hover,
.hjp-wordmarks a:focus-visible {
	background: #fff8ea;
	box-shadow: 0 10px 24px rgba(30,43,56,.09);
	color: #8d5a05;
	transform: translateY(-2px);
}

.hjp-wordmarks a:hover::after,
.hjp-wordmarks a:focus-visible::after {
	right: 10px;
}

.hjp-wordmarks a:focus-visible {
	outline: 3px solid var(--hjp-gold-bright);
	outline-offset: 3px;
}

.hjp-wordmarks span {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--hjp-gold);
}

.hjp-section {
	padding: clamp(92px, 10vw, 148px) 0;
}

.hjp-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 54px;
}

.hjp-section h2,
.hjp-final-cta h2 {
	margin: 0;
	color: var(--hjp-ink);
	font-family: var(--hjp-display-font);
	font-size: clamp(37px, 4.6vw, 63px);
	font-weight: 700;
	letter-spacing: -.052em;
	line-height: 1.05;
}

.hjp-section-heading > p,
.hjp-process-heading > p,
.hjp-quote-copy > p,
.hjp-final-content > p {
	margin: 0;
	color: var(--hjp-muted);
	font-size: 17px;
	line-height: 1.7;
}

.hjp-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	perspective: 1400px;
}

.hjp-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 24px;
	border: 1px solid var(--hjp-line);
	border-radius: 25px;
	background: rgba(255,255,255,.78);
	box-shadow: 0 10px 35px rgba(12,25,39,.035);
	cursor: pointer;
	overflow: hidden;
	transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
	transition: transform .18s ease-out, box-shadow .3s ease, border-color .3s ease;
}

.hjp-product-card::after {
	content: '';
	position: absolute;
	inset: -1px;
	z-index: -1;
	background: radial-gradient(circle at var(--mx) var(--my), rgba(244,173,49,.16), transparent 38%);
	opacity: 0;
	transition: opacity .3s ease;
}

.hjp-product-card:hover {
	border-color: rgba(244,173,49,.33);
	box-shadow: 0 27px 65px rgba(12,25,39,.11);
}

.hjp-product-card:focus-within {
	border-color: rgba(244,173,49,.72);
	box-shadow: 0 27px 65px rgba(12,25,39,.13), 0 0 0 4px rgba(244,173,49,.2);
}

.hjp-product-card:hover::after {
	opacity: 1;
}

.hjp-product-number {
	color: #9ba4ad;
	font: 700 11px/1 var(--hjp-display-font);
	letter-spacing: .15em;
}

.hjp-product-icon {
	display: grid;
	place-items: center;
	width: 67px;
	height: 67px;
	margin: 39px 0 29px;
	border-radius: 20px;
	background: #f2eadc;
	color: #a66a08;
	transition: transform .32s cubic-bezier(.2,.8,.2,1), background .3s ease;
}

.hjp-product-card:nth-child(2) .hjp-product-icon {
	background: #f4e4e3;
	color: var(--hjp-red);
}

.hjp-product-card:nth-child(3) .hjp-product-icon {
	background: #e9e6f7;
	color: var(--hjp-purple);
}

.hjp-product-card:nth-child(4) .hjp-product-icon {
	background: #e0f1ea;
	color: #177a55;
}

.hjp-product-card:hover .hjp-product-icon {
	transform: translateZ(25px) rotate(-4deg) scale(1.05);
}

.hjp-product-icon svg {
	width: 36px;
	height: 36px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.hjp-product-card h3 {
	margin: 0 0 8px;
	font: 700 24px/1.2 var(--hjp-display-font);
	letter-spacing: -.035em;
}

.hjp-product-card p {
	margin: 0;
	color: var(--hjp-muted);
	font-size: 14px;
	line-height: 1.6;
}

.hjp-product-card > a {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 25px;
	color: #394653;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.hjp-product-card > a::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: 25px;
}

.hjp-product-card > a span {
	font-size: 18px;
	transition: transform .25s ease;
}

.hjp-product-card > a:hover span,
.hjp-product-card > a:focus-visible span {
	transform: translate(5px, -2px);
}

.hjp-story {
	position: relative;
	background: var(--hjp-navy);
	color: #fff;
	overflow: hidden;
}

.hjp-story::before {
	content: '';
	position: absolute;
	right: -10%;
	top: -25%;
	width: 55vw;
	height: 55vw;
	border-radius: 50%;
	background: rgba(111,85,217,.08);
	filter: blur(40px);
}

.hjp-story-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	align-items: center;
	gap: clamp(65px, 8vw, 112px);
}

.hjp-story-media {
	position: relative;
	min-height: 570px;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 45px 90px rgba(0,0,0,.32);
	will-change: transform;
}

.hjp-story-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(4,12,21,.42), transparent 55%);
}

.hjp-story-media img {
	width: 100%;
	height: 100%;
	min-height: 570px;
	object-fit: cover;
	object-position: center;
}

.hjp-story-badge {
	position: absolute;
	left: 25px;
	bottom: 25px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 17px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 17px;
	background: rgba(8,19,33,.72);
	backdrop-filter: blur(16px);
}

.hjp-story-badge strong {
	color: var(--hjp-gold-bright);
	font: 700 22px/1 var(--hjp-display-font);
}

.hjp-story-badge span {
	color: rgba(255,255,255,.66);
	font-size: 10px;
	line-height: 1.3;
}

.hjp-kicker-light {
	color: var(--hjp-gold-bright);
}

.hjp-story-copy h2 {
	color: #fff;
}

.hjp-story-copy > p:not(.hjp-kicker) {
	margin: 27px 0 0;
	color: rgba(255,255,255,.67);
	font-size: 17px;
}

.hjp-check-list,
.hjp-mini-features {
	list-style: none;
	margin: 31px 0 34px;
	padding: 0;
}

.hjp-check-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	color: rgba(255,255,255,.84);
	font-size: 15px;
}

.hjp-check-list span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(244,173,49,.14);
	color: var(--hjp-gold-bright);
	font-size: 12px;
}

.hjp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.hjp-text-link span {
	color: var(--hjp-gold-bright);
	transition: transform .25s ease;
}

.hjp-text-link:hover span {
	transform: translateX(4px);
}

.hjp-process {
	background: #fff;
}

.hjp-process-heading {
	max-width: 720px;
	margin: 0 auto 66px;
	text-align: center;
}

.hjp-process-heading > p:last-child {
	margin-top: 18px;
}

.hjp-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hjp-steps::before {
	content: '';
	position: absolute;
	left: 12%;
	right: 12%;
	top: 31px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #d8dfe4 14%, #d8dfe4 86%, transparent);
}

.hjp-steps li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.hjp-step-number {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 63px;
	height: 63px;
	margin-bottom: 25px;
	border: 1px solid #d9e0e5;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 25px rgba(12,25,39,.06);
	color: #96610a;
	font: 700 15px/1 var(--hjp-display-font);
}

.hjp-steps h3 {
	margin: 0 0 10px;
	font: 700 20px/1.25 var(--hjp-display-font);
	letter-spacing: -.03em;
}

.hjp-steps p {
	max-width: 280px;
	margin: 0;
	color: var(--hjp-muted);
	font-size: 14px;
}

.hjp-process-action {
	display: flex;
	justify-content: center;
	margin-top: 52px;
}

.hjp-button-dark {
	background: var(--hjp-navy);
	color: #fff;
	box-shadow: 0 15px 35px rgba(8,19,33,.18);
}

.hjp-button-dark:hover {
	background: #15283d;
	box-shadow: 0 19px 42px rgba(8,19,33,.23);
}

.hjp-quote-section {
	position: relative;
	background:
		radial-gradient(circle at 15% 30%, rgba(225,60,59,.15), transparent 27%),
		radial-gradient(circle at 85% 22%, rgba(111,85,217,.2), transparent 31%),
		linear-gradient(135deg, #261b52, #5d2f73 52%, #772f54);
	color: #fff;
	overflow: hidden;
}

.hjp-quote-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 58px 58px;
	-webkit-mask-image: radial-gradient(circle at 70% 50%, black, transparent 60%);
	mask-image: radial-gradient(circle at 70% 50%, black, transparent 60%);
}

.hjp-quote-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	align-items: center;
	gap: clamp(55px, 9vw, 120px);
}

.hjp-kicker-accent {
	color: #f7b8df;
}

.hjp-quote-copy h2 {
	color: #fff;
}

.hjp-quote-copy > p:not(.hjp-kicker) {
	margin-top: 25px;
	color: rgba(255,255,255,.7);
}

.hjp-mini-features {
	display: grid;
	gap: 10px;
}

.hjp-mini-features li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255,255,255,.86);
	font-size: 14px;
}

.hjp-mini-features span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 30px;
	border-radius: 9px;
	background: rgba(255,255,255,.11);
	color: #ffe0f3;
	font-size: 10px;
	font-weight: 800;
}

.hjp-button-light {
	background: #fff;
	color: #39205d;
	box-shadow: 0 16px 38px rgba(17,8,35,.22);
}

.hjp-button-light:hover {
	background: #fff8fc;
	box-shadow: 0 21px 43px rgba(17,8,35,.28);
}

.hjp-quote-visual {
	perspective: 1300px;
}

.hjp-document-scene {
	position: relative;
	width: min(100%, 515px);
	margin: 0 auto;
	padding: 36px;
	transform: perspective(1300px) rotateX(var(--rx)) rotateY(var(--ry)) rotateY(6deg) rotateX(3deg);
	transition: transform .18s ease-out;
}

.hjp-document-scene::before,
.hjp-document-scene::after {
	content: '';
	position: absolute;
	border-radius: 27px;
	background: rgba(255,255,255,.08);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.09);
	transform-style: preserve-3d;
}

.hjp-document-scene::before {
	inset: 18px 5px 48px 65px;
	transform: translateZ(-50px) rotate(5deg);
}

.hjp-document-scene::after {
	inset: 52px 50px 12px 12px;
	transform: translateZ(-90px) rotate(-5deg);
}

.hjp-document {
	position: relative;
	z-index: 2;
	min-height: 470px;
	padding: 31px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 45px 90px rgba(15,6,36,.43);
	color: var(--hjp-ink);
	transform: translateZ(34px);
}

.hjp-document::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.58), transparent 33%);
	mix-blend-mode: soft-light;
}

.hjp-document-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8ebee;
}

.hjp-document-head span {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: #f4f5f6;
}

.hjp-document-head img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.hjp-document-head strong {
	font: 800 14px/1 var(--hjp-display-font);
	letter-spacing: .12em;
}

.hjp-document-lines {
	display: grid;
	gap: 7px;
	margin: 28px 0;
}

.hjp-document-lines i {
	display: block;
	height: 7px;
	border-radius: 99px;
	background: #e5e8eb;
}

.hjp-document-lines i:nth-child(1) { width: 55%; background: #b8c0c8; }
.hjp-document-lines i:nth-child(2) { width: 39%; }
.hjp-document-lines i:nth-child(3) { width: 46%; }

.hjp-document-table {
	display: grid;
	grid-template-columns: 1.4fr .55fr .55fr;
	border-top: 1px solid #e2e6e9;
	border-left: 1px solid #e2e6e9;
}

.hjp-document-table b {
	height: 38px;
	border-right: 1px solid #e2e6e9;
	border-bottom: 1px solid #e2e6e9;
	background: linear-gradient(90deg, #eef0f2 30%, transparent 30%) center / 72% 5px no-repeat;
}

.hjp-document-table b:nth-child(-n+3) {
	height: 30px;
	background-color: #2b3550;
	background-image: none;
}

.hjp-document-total {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 19px;
	margin-top: 25px;
	font-size: 11px;
}

.hjp-document-total strong {
	font: 800 19px/1 var(--hjp-display-font);
}

.hjp-pdf-pill {
	position: absolute;
	right: -21px;
	bottom: 66px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 12px 16px;
	border: 1px solid rgba(255,255,255,.19);
	border-radius: 15px;
	background: rgba(28,14,55,.78);
	box-shadow: 0 20px 48px rgba(15,6,36,.36);
	backdrop-filter: blur(18px);
	transform: translateZ(90px);
}

.hjp-pdf-pill span {
	display: grid;
	place-items: center;
	width: 39px;
	height: 39px;
	border-radius: 10px;
	background: #e94b61;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.hjp-pdf-pill strong {
	font-size: 12px;
}

.hjp-faq {
	background: var(--hjp-paper);
}

.hjp-faq-grid {
	display: grid;
	grid-template-columns: minmax(260px, .76fr) minmax(0, 1.24fr);
	align-items: start;
	gap: clamp(55px, 10vw, 150px);
}

.hjp-faq-heading {
	position: sticky;
	top: 120px;
}

.hjp-accordion {
	border-top: 1px solid var(--hjp-line);
}

.hjp-accordion details {
	border-bottom: 1px solid var(--hjp-line);
}

.hjp-accordion summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 25px 3px;
	font: 700 18px/1.35 var(--hjp-display-font);
	letter-spacing: -.02em;
	cursor: pointer;
	list-style: none;
	transition: color .2s ease, padding-left .2s ease;
}

.hjp-accordion summary:hover,
.hjp-accordion summary:focus-visible {
	padding-left: 10px;
	color: #8d5a05;
}

.hjp-accordion summary:focus-visible {
	outline: 3px solid var(--hjp-gold-bright);
	outline-offset: 4px;
}

.hjp-accordion summary::-webkit-details-marker {
	display: none;
}

.hjp-accordion summary span {
	position: relative;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #e9e8e3;
}

.hjp-accordion summary span::before,
.hjp-accordion summary span::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 12px;
	width: 11px;
	height: 1px;
	background: #263441;
	transition: transform .25s ease;
}

.hjp-accordion summary span::after {
	transform: rotate(90deg);
}

.hjp-accordion details[open] summary span::after {
	transform: rotate(0deg);
}

.hjp-accordion details p {
	max-width: 650px;
	margin: -4px 0 25px;
	padding-right: 45px;
	color: var(--hjp-muted);
	font-size: 15px;
}

.hjp-final-cta {
	position: relative;
	padding: clamp(92px, 11vw, 150px) 0;
	background: linear-gradient(145deg, #07111e, #10263c);
	color: #fff;
	overflow: hidden;
	isolation: isolate;
}

.hjp-final-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
	background-size: 26px 26px;
	-webkit-mask-image: radial-gradient(circle at 50% 50%, black, transparent 65%);
	mask-image: radial-gradient(circle at 50% 50%, black, transparent 65%);
}

.hjp-final-orb-one {
	left: 12%;
	top: 5%;
	z-index: -1;
	width: 330px;
	height: 330px;
	background: rgba(111,85,217,.2);
	filter: blur(70px);
}

.hjp-final-orb-two {
	right: 10%;
	bottom: 0;
	z-index: -1;
	width: 300px;
	height: 300px;
	background: rgba(244,173,49,.12);
	filter: blur(65px);
}

.hjp-final-content {
	max-width: 850px;
	text-align: center;
}

.hjp-final-cta h2 {
	color: #fff;
	font-size: clamp(41px, 5.8vw, 73px);
}

.hjp-final-content > p:not(.hjp-kicker) {
	max-width: 590px;
	margin: 24px auto 33px;
	color: rgba(255,255,255,.66);
}

.hjp-actions-center {
	justify-content: center;
}

.hjp-footer {
	padding: 52px 0 25px;
	background: #050c14;
	color: #fff;
}

.hjp-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	padding-bottom: 36px;
}

.hjp-brand-footer span,
.hjp-brand-footer strong,
.hjp-brand-footer small {
	display: block;
}

.hjp-brand-footer strong {
	font-size: 17px;
}

.hjp-brand-footer small {
	margin-top: 3px;
	color: rgba(255,255,255,.47);
	font-family: var(--hjp-body-font);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
}

.hjp-footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 25px;
}

.hjp-footer nav a {
	position: relative;
	color: rgba(255,255,255,.62);
	font-size: 13px;
	font-weight: 600;
	transition: color .25s ease, transform .25s ease;
}

.hjp-footer nav a:hover,
.hjp-footer nav a:focus-visible {
	color: #fff;
	transform: translateY(-2px);
}

.hjp-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: rgba(255,255,255,.35);
	font-size: 11px;
}

.hjp-footer-bottom p {
	margin: 0;
}

.hjp-footer-bottom a {
	color: inherit;
	transition: color .2s ease;
}

.hjp-footer-bottom a:hover,
.hjp-footer-bottom a:focus-visible {
	color: #fff;
}

.hjp-footer-controls {
	display: flex;
	align-items: center;
	gap: 20px;
}

.hjp-motion-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.hjp-motion-toggle span {
	color: var(--hjp-gold-bright);
	font-size: 9px;
}

.hjp-motion-toggle:hover,
.hjp-motion-toggle:focus-visible {
	color: rgba(255,255,255,.75);
}

.hjp-reveal {
	opacity: 1;
	transform: none;
}

html.hjp-motion-ready .hjp-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .8s cubic-bezier(.2,.75,.25,1), transform .8s cubic-bezier(.2,.75,.25,1);
	transition-delay: var(--hjp-delay, 0ms);
}

html.hjp-motion-ready .hjp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1080px) {
	.hjp-main-nav { gap: 17px; }
	.hjp-main-nav > a { font-size: 13px; }
	.hjp-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); gap: 52px; }
	.hjp-float-card-top { left: -19px; }
	.hjp-float-card-bottom { right: -16px; }
	.hjp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hjp-product-card { min-height: 330px; }
}

@media (max-width: 900px) {
	body.admin-bar .hjp-header { top: 46px; }
	.hjp-menu-button { display: inline-flex; }
	.hjp-main-nav {
		position: absolute;
		left: 24px;
		right: 24px;
		top: calc(100% - 2px);
		display: grid;
		gap: 0;
		padding: 13px;
		border: 1px solid rgba(255,255,255,.13);
		border-radius: 22px;
		background: rgba(8,19,33,.96);
		box-shadow: 0 28px 65px rgba(0,0,0,.33);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px) scale(.98);
		transform-origin: top;
		transition: opacity .25s ease, transform .25s ease;
		backdrop-filter: blur(18px);
	}
	.hjp-header.is-menu-open .hjp-main-nav { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
	.hjp-main-nav > a { padding: 13px 12px; font-size: 15px; }
	.hjp-main-nav > a::after { display: none; }
	.hjp-main-nav .hjp-nav-cta { margin-top: 7px; text-align: center; }
	.hjp-header.is-menu-open .hjp-menu-lines i:first-child { transform: translateY(3.25px) rotate(45deg); }
	.hjp-header.is-menu-open .hjp-menu-lines i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
	.hjp-hero { min-height: auto; padding: 145px 0 105px; }
	.hjp-hero-grid { grid-template-columns: 1fr; gap: 67px; }
	.hjp-hero-copy { max-width: 700px; }
	.hjp-photo-scene { width: min(88%, 575px); transform: perspective(1300px) rotateX(var(--rx)) rotateY(var(--ry)) rotateY(-3deg) rotateX(1deg); }
	.hjp-section-heading { grid-template-columns: 1fr; gap: 23px; }
	.hjp-section-heading > p { max-width: 620px; }
	.hjp-story-grid,
	.hjp-quote-grid { grid-template-columns: 1fr; }
	.hjp-story-media { min-height: 480px; }
	.hjp-story-media img { min-height: 480px; }
	.hjp-story-copy { max-width: 700px; }
	.hjp-quote-copy { max-width: 700px; }
	.hjp-document-scene { width: min(85%, 520px); }
	.hjp-faq-grid { grid-template-columns: 1fr; gap: 45px; }
	.hjp-faq-heading { position: static; max-width: 650px; }
}

@media (max-width: 700px) {
	.hjp-container { width: min(100% - 30px, 1180px); }
	.hjp-nav-shell { min-height: 72px; }
	.hjp-brand img { width: 42px; height: 42px; }
	.hjp-brand-name { font-size: 17px; }
	.hjp-main-nav { left: 15px; right: 15px; }
	.hjp-menu-label { display: none; }
	.hjp-hero { padding: 125px 0 92px; }
	.hjp-hero h1 { font-size: clamp(43px, 13vw, 61px); line-height: 1.02; }
	.hjp-hero-lead { margin-top: 23px; font-size: 16px; }
	.hjp-actions { align-items: stretch; }
	.hjp-actions .hjp-button { width: 100%; }
	.hjp-reassurance { align-items: flex-start; }
	.hjp-photo-scene { width: calc(100% - 22px); padding: 10px; border-radius: 29px; }
	.hjp-photo-frame { aspect-ratio: 4 / 4.5; border-radius: 21px; }
	.hjp-float-card { padding: 10px 12px; }
	.hjp-float-card-top { top: 34px; left: -13px; }
	.hjp-float-card-bottom { right: -13px; bottom: 51px; }
	.hjp-float-icon { width: 30px; height: 30px; }
	.hjp-brand-row { flex-direction: column; align-items: flex-start; padding: 28px 0; }
	.hjp-wordmarks { justify-content: flex-start; gap: 14px; }
	.hjp-section { padding: 86px 0; }
	.hjp-section h2,
	.hjp-final-cta h2 { font-size: clamp(36px, 10.5vw, 50px); }
	.hjp-section-heading { margin-bottom: 38px; }
	.hjp-product-grid { grid-template-columns: 1fr; }
	.hjp-product-card { min-height: 300px; }
	.hjp-product-icon { margin: 27px 0 23px; }
	.hjp-story-grid { gap: 52px; }
	.hjp-story-media,
	.hjp-story-media img { min-height: 430px; }
	.hjp-story-media { border-radius: 24px; }
	.hjp-steps { grid-template-columns: 1fr; gap: 28px; }
	.hjp-steps::before { display: none; }
	.hjp-steps li { flex-direction: row; align-items: flex-start; gap: 17px; text-align: left; }
	.hjp-step-number { flex: 0 0 49px; width: 49px; height: 49px; margin: 0; }
	.hjp-steps p { max-width: none; }
	.hjp-process-action .hjp-button { width: 100%; }
	.hjp-quote-grid { gap: 51px; }
	.hjp-document-scene { width: 100%; padding: 20px 8px 26px; transform: perspective(900px) rotateY(2deg) rotateX(1deg); }
	.hjp-document { min-height: 400px; padding: 23px; }
	.hjp-document-scene::before { inset: 9px 0 35px 35px; }
	.hjp-document-scene::after { inset: 38px 26px 3px 3px; }
	.hjp-pdf-pill { right: -5px; bottom: 52px; }
	.hjp-accordion summary { font-size: 16px; }
	.hjp-footer-top { flex-direction: column; align-items: flex-start; }
	.hjp-footer nav { justify-content: flex-start; gap: 18px 23px; }
	.hjp-footer-bottom { align-items: flex-start; }
}

@media (max-width: 430px) {
	.hjp-menu-button { padding: 10px; }
	.hjp-float-card-bottom { display: none; }
	.hjp-photo-caption { left: 20px; right: 20px; bottom: 18px; font-size: 14px; }
	.hjp-story-badge { left: 17px; bottom: 17px; }
	.hjp-document { min-height: 370px; padding: 20px; }
	.hjp-pdf-pill { position: relative; right: auto; bottom: auto; z-index: 4; width: max-content; margin: -35px auto 0; transform: translateZ(50px); }
	.hjp-footer-bottom { flex-direction: column; gap: 12px; }
}

html.hjp-motion-off {
	scroll-behavior: auto;
}

html.hjp-motion-off .hjp-premium-home *,
html.hjp-motion-off .hjp-premium-home *::before,
html.hjp-motion-off .hjp-premium-home *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
}

html.hjp-motion-off .hjp-reveal {
	opacity: 1;
	transform: none;
}

html.hjp-motion-off [data-parallax] {
	transform: none !important;
}

html.hjp-motion-off .hjp-product-card {
	transform: none !important;
}

/* Cotizador, privacidad, error 404 y consentimiento. */
.hjp-quote-page,
.hjp-privacy-page,
.hjp-not-found {
	min-height: 75vh;
}

.hjp-quote-page-hero {
	position: relative;
	overflow: hidden;
	padding: 156px 0 72px;
	color: #fff;
	background:
		radial-gradient(circle at 78% 24%, rgba(111,85,217,.3), transparent 31%),
		radial-gradient(circle at 14% 92%, rgba(244,173,49,.18), transparent 29%),
		linear-gradient(135deg, #07111e, #10263f 62%, #111a2b);
}

.hjp-quote-page-hero::after {
	content: '';
	position: absolute;
	right: -7%;
	top: 18%;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
	pointer-events: none;
}

.hjp-quote-page-hero .hjp-container { position: relative; z-index: 1; }
.hjp-quote-page-hero .hjp-eyebrow { margin-bottom: 18px; }
.hjp-quote-page-hero h1 {
	max-width: 820px;
	margin: 0;
	font-family: var(--hjp-display-font);
	font-size: clamp(43px, 6vw, 76px);
	line-height: .99;
	letter-spacing: -.055em;
}
.hjp-quote-page-hero h1 em { color: var(--hjp-gold-bright); font-style: normal; }
.hjp-quote-page-hero > .hjp-container > p:not(.hjp-eyebrow) {
	max-width: 730px;
	margin: 24px 0 0;
	color: #d2dce7;
	font-size: 19px;
}
.hjp-quote-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: #fff; font-size: 14px; font-weight: 700; }
.hjp-quote-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hjp-quote-trust span::first-letter { color: var(--hjp-green); }
.hjp-quote-tool { padding: 52px 0 100px; background: linear-gradient(#f5f5f0, #eef1f3); }
.hjp-quote-tool .hjp-container { width: min(1240px, calc(100% - 48px)); }
.hjp-quote-tool .hjp-cotizador { max-width: none; margin: 0 auto; box-shadow: 0 24px 80px rgba(8,19,33,.12); }
.hjp-quote-unavailable { padding: 48px; border-radius: 24px; background: #fff; text-align: center; }

.hjp-simple-hero {
	padding: 158px 0 76px;
	color: #fff;
	background: linear-gradient(135deg, #081321, #15304c);
}
.hjp-simple-hero h1 { margin: 9px 0 14px; font-family: var(--hjp-display-font); font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.hjp-simple-hero > .hjp-container > p:not(.hjp-kicker) { max-width: 760px; margin: 0; color: #cfdae4; font-size: 19px; }
.hjp-simple-hero small { display: block; margin-top: 22px; color: #9fb0c1; }
.hjp-legal-content { max-width: 880px; padding-top: 76px; padding-bottom: 100px; }
.hjp-legal-content section { padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--hjp-line); }
.hjp-legal-content section:last-child { border-bottom: 0; }
.hjp-legal-content h2 { margin: 0 0 12px; font-family: var(--hjp-display-font); font-size: clamp(24px, 3vw, 33px); line-height: 1.2; letter-spacing: -.03em; }
.hjp-legal-content p { margin: 0; color: #4f5d6c; }
.hjp-legal-content a { color: #245fad; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.hjp-not-found {
	display: grid;
	place-items: center;
	padding: 155px 0 100px;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle at 50% 30%, #173c5c, #081321 63%);
}
.hjp-not-found .hjp-container { max-width: 850px; }
.hjp-not-found-code { margin: 0 0 -16px; color: rgba(255,255,255,.08); font-family: var(--hjp-display-font); font-size: clamp(120px, 22vw, 230px); font-weight: 800; line-height: .75; letter-spacing: -.08em; }
.hjp-not-found h1 { margin: 12px 0 20px; font-family: var(--hjp-display-font); font-size: clamp(43px, 6vw, 70px); line-height: 1; letter-spacing: -.05em; }
.hjp-not-found > .hjp-container > p:not(.hjp-kicker):not(.hjp-not-found-code) { max-width: 650px; margin: 0 auto; color: #cbd7e2; font-size: 18px; }
.hjp-not-found .hjp-actions { justify-content: center; margin-top: 34px; }

.hjp-cookie {
	position: fixed;
	left: 50%;
	bottom: 20px;
	z-index: 99990;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(960px, calc(100% - 32px));
	padding: 20px 22px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 20px;
	color: #fff;
	background: rgba(8,19,33,.97);
	box-shadow: 0 25px 75px rgba(0,0,0,.35);
	backdrop-filter: blur(18px);
	transform: translateX(-50%);
}
.hjp-cookie[hidden] { display: none !important; }
.hjp-cookie strong { display: block; font-family: var(--hjp-display-font); font-size: 17px; }
.hjp-cookie p { margin: 3px 0 0; color: #c6d2de; font-size: 14px; line-height: 1.45; }
.hjp-cookie a { display: inline-block; margin-top: 4px; color: #ffd27c; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.hjp-cookie-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.hjp-cookie button { min-height: 46px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: #fff; background: transparent; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.hjp-cookie button[data-cookie-accept] { border-color: var(--hjp-gold); color: #151515; background: var(--hjp-gold); }
.hjp-cookie button:hover,
.hjp-cookie button:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.24); }

.hjp-main-nav a[aria-current="page"]:not(.hjp-nav-cta) { color: var(--hjp-gold-bright); }
.hjp-footer a[aria-current="page"] { color: var(--hjp-gold-bright); }

@media (max-width: 700px) {
	.hjp-quote-page-hero { padding: 125px 0 58px; }
	.hjp-quote-page-hero > .hjp-container > p:not(.hjp-eyebrow),
	.hjp-simple-hero > .hjp-container > p:not(.hjp-kicker) { font-size: 16px; }
	.hjp-quote-tool { padding: 25px 0 72px; }
	.hjp-quote-tool .hjp-container { width: min(100% - 18px, 1240px); }
	.hjp-simple-hero { padding: 125px 0 58px; }
	.hjp-legal-content { padding-top: 55px; padding-bottom: 75px; }
	.hjp-not-found { padding: 130px 0 76px; }
	.hjp-not-found .hjp-actions { width: 100%; }
	.hjp-cookie { bottom: 10px; flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; }
	.hjp-cookie-actions { width: 100%; }
	.hjp-cookie button { flex: 1; }
}

@media (max-width: 430px) {
	.hjp-quote-trust { display: grid; gap: 8px; }
	.hjp-cookie-actions { flex-direction: column-reverse; }
	.hjp-cookie button { width: 100%; }
}
