:root {
	--jp-bg: #01050f;
	--jp-bg-soft: #021228;
	--jp-blue: #43b0ff;
	--jp-blue-strong: #1d91ef;
	--jp-text: #dcecff;
	--jp-text-soft: #9bb8d8;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body.jp-site {
	background:
		radial-gradient(circle at 10% 20%, rgba(40, 120, 220, 0.28), transparent 40%),
		radial-gradient(circle at 85% 15%, rgba(62, 149, 255, 0.2), transparent 45%),
		linear-gradient(180deg, var(--jp-bg-soft), var(--jp-bg));
	color: var(--jp-text);
	font-family: "Avenir Next", "Montserrat", "Segoe UI", sans-serif;
	line-height: 1.45;
	overflow-x: hidden;
}

.jp-home {
	max-width: 1024px;
	margin: 0 auto;
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.45);
}

.jp-home--editable {
	max-width: 100%;
	margin: 0;
	box-shadow: none;
}

.jp-home--editable > article,
.jp-home--editable > .entry-content {
	max-width: 1024px;
	margin: 0 auto;
}

.jp-home--editable > .elementor {
	max-width: none;
}

.jp-elementor-canvas {
	width: 100%;
	margin: 0;
}

.jp-hero {
	position: relative;
	padding: 1.5rem 1.25rem 2.2rem;
	background:
		radial-gradient(circle at 24% 22%, rgba(84, 196, 255, 0.3), transparent 32%),
		radial-gradient(circle at 80% 20%, rgba(43, 119, 222, 0.25), transparent 38%),
		linear-gradient(180deg, #061830 0%, #020a16 100%);
	border-bottom: 1px solid rgba(72, 184, 255, 0.3);
}

.jp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, 0.3) 0.5px, transparent 0.5px),
		radial-gradient(circle, rgba(102, 185, 255, 0.45) 0.7px, transparent 0.7px);
	background-position: 0 0, 24px 24px;
	background-size: 56px 56px, 74px 74px;
	opacity: 0.5;
	pointer-events: none;
}

.jp-hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.jp-hero__logo {
	width: min(760px, 94%);
	filter: drop-shadow(0 0 24px rgba(95, 198, 255, 0.5));
}

.jp-hero__tagline {
	margin: 0.6rem auto 1rem;
	font-size: clamp(1.1rem, 2.8vw, 2rem);
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #e8f3ff;
	text-shadow: 0 0 14px rgba(0, 180, 255, 0.45);
}

.jp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.jp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.64rem 1.7rem;
	border-radius: 999px;
	border: 1px solid rgba(70, 185, 255, 0.95);
	color: #e9f4ff;
	font-size: 0.98rem;
	font-weight: 500;
	text-decoration: none;
	background: linear-gradient(180deg, rgba(14, 88, 154, 0.6), rgba(2, 32, 63, 0.78));
	box-shadow:
		inset 0 0 14px rgba(74, 194, 255, 0.25),
		0 0 18px rgba(44, 147, 245, 0.2);
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.jp-btn:hover,
.jp-btn:focus-visible {
	transform: translateY(-1px);
	background: linear-gradient(180deg, rgba(24, 110, 186, 0.72), rgba(2, 42, 79, 0.9));
	box-shadow:
		inset 0 0 16px rgba(98, 211, 255, 0.32),
		0 0 24px rgba(70, 176, 255, 0.35);
}

.jp-btn--ghost {
	background: rgba(6, 19, 38, 0.72);
}

.jp-strip-section {
	margin: 0;
	background: #020814;
}

.jp-strip-section img {
	display: block;
	width: 100%;
	height: auto;
}

.jp-contact {
	padding: 2.4rem 1.25rem 3.1rem;
	text-align: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(73, 179, 255, 0.15), transparent 55%),
		linear-gradient(180deg, #041226 0%, #01060f 100%);
	border-top: 1px solid rgba(72, 175, 255, 0.35);
}

.jp-contact__title {
	margin: 0;
	font-size: clamp(1.5rem, 3.4vw, 2.2rem);
	color: #d6ecff;
	letter-spacing: 0.01em;
}

.jp-contact__text {
	margin: 0.7rem auto 1.25rem;
	max-width: 720px;
	color: var(--jp-text-soft);
	font-size: clamp(1rem, 2.2vw, 1.14rem);
}

.jp-footer {
	padding: 1rem 0.75rem 1.5rem;
	text-align: center;
	background: #02060d;
	border-top: 1px solid rgba(35, 94, 148, 0.5);
}

.jp-footer p {
	margin: 0;
	color: #82a6cc;
	font-size: 0.88rem;
}

.jp-home--fallback {
	min-height: 50vh;
}

@media (max-width: 900px) {
	.jp-hero {
		padding-top: 1.15rem;
	}
}

@media (max-width: 640px) {
	.jp-hero__tagline {
		margin-top: 0.35rem;
	}

	.jp-btn {
		width: min(300px, 100%);
	}

	.jp-contact {
		padding-bottom: 2.6rem;
	}
}
