:root {
	--px-blue: #4050a0;
	--px-blue-dark: #2e3b86;
	--px-blue-deep: #222a3f;
	--px-blue-soft: #eef1fb;
	--px-green: #2d8d43;
	--px-green-dark: #226c34;
	--px-green-soft: #e8f6ec;
	--px-ink: #222a3f;
	--px-muted: #5c6578;
	--px-line: #e4e8f2;
	--px-white: #ffffff;
	--bs-primary: #4050a0;
	--bs-primary-rgb: 64, 80, 160;
	--bs-secondary: #2d8d43;
	--bs-secondary-rgb: 45, 141, 67;
	--bs-body-color: #222a3f;
	--bs-body-font-family: "Sen", "Segoe UI", sans-serif;
	--bs-link-color: #4050a0;
	--bs-link-hover-color: #2e3b86;
	--bs-border-radius: 0.75rem;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Sen", "Segoe UI", sans-serif;
	color: var(--px-ink);
	background: var(--px-white);
	line-height: 1.65;
}

h1, h2, h3, h4, h5, .navbar-brand {
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--px-ink);
}

a {
	color: var(--px-blue);
}

.praxom-logo,
.custom-logo {
	height: 62px;
	width: auto;
	max-width: 230px;
	object-fit: contain;
}

.topbar {
	background: var(--px-blue);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 600;
}

.topbar .container {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.topbar a,
.topbar span {
	color: #fff;
	text-decoration: none;
	margin-right: 1rem;
}

.topbar i { margin-right: 0.3rem; }

.site-header {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--px-line);
}

.navbar {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.navbar .nav-link {
	color: var(--px-ink);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0.5rem 0.85rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: var(--px-blue);
}

.btn {
	font-weight: 700;
	border-radius: 999px;
	padding: 0.7rem 1.35rem;
}

.btn-primary {
	--bs-btn-bg: var(--px-blue);
	--bs-btn-border-color: var(--px-blue);
	--bs-btn-hover-bg: var(--px-blue-dark);
	--bs-btn-hover-border-color: var(--px-blue-dark);
	--bs-btn-active-bg: var(--px-blue-dark);
	--bs-btn-active-border-color: var(--px-blue-dark);
	--bs-btn-color: #fff;
	--bs-btn-hover-color: #fff;
}

.btn-secondary {
	--bs-btn-bg: var(--px-green);
	--bs-btn-border-color: var(--px-green);
	--bs-btn-hover-bg: var(--px-green-dark);
	--bs-btn-hover-border-color: var(--px-green-dark);
	--bs-btn-color: #fff;
	--bs-btn-hover-color: #fff;
}

.btn-outline-primary {
	--bs-btn-color: var(--px-blue);
	--bs-btn-border-color: var(--px-blue);
	--bs-btn-hover-bg: var(--px-blue);
	--bs-btn-hover-border-color: var(--px-blue);
	--bs-btn-hover-color: #fff;
}

.btn-nav {
	padding: 0.55rem 1.15rem;
}

.hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 20%, rgba(45, 141, 67, 0.16), transparent 32%),
		radial-gradient(circle at 10% 80%, rgba(64, 80, 160, 0.14), transparent 36%),
		linear-gradient(180deg, #f7f8fd 0%, #ffffff 70%);
	padding: 5.5rem 0 4.5rem;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--px-green-dark);
	background: var(--px-green-soft);
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
	padding: 0.35rem 0.8rem;
	margin-bottom: 1rem;
}

.hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	line-height: 1.08;
	margin-bottom: 1rem;
}

.hero h1 span {
	color: var(--px-blue);
}

.hero-lead {
	font-size: 1.15rem;
	color: var(--px-muted);
	max-width: 38rem;
}

.hero-mark {
	width: min(100%, 420px);
	margin-left: auto;
	filter: drop-shadow(0 24px 40px rgba(34, 42, 63, 0.12));
}

.stat-row {
	margin-top: -2rem;
	position: relative;
	z-index: 2;
}

.stat-card {
	background: #fff;
	border: 1px solid var(--px-line);
	border-radius: 1.1rem;
	padding: 1.25rem 1.4rem;
	box-shadow: 0 12px 30px rgba(34, 42, 63, 0.05);
}

.stat-card strong {
	display: block;
	font-size: 1.7rem;
	color: var(--px-blue);
	line-height: 1.1;
}

.stat-card span {
	color: var(--px-muted);
	font-weight: 600;
	font-size: 0.92rem;
}

.section {
	padding: 5rem 0;
}

.section-muted {
	background: #f6f8fc;
}

.section h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	margin-bottom: 0.75rem;
}

.section-intro {
	color: var(--px-muted);
	max-width: 40rem;
}

.service-card,
.reason-card,
.post-card,
.page-card {
	background: #fff;
	border: 1px solid var(--px-line);
	border-radius: 1.15rem;
	padding: 1.5rem;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.reason-card:hover,
.post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(64, 80, 160, 0.1);
}

.icon-bubble {
	width: 3rem;
	height: 3rem;
	border-radius: 0.9rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--px-blue-soft);
	color: var(--px-blue);
	font-size: 1.35rem;
	margin-bottom: 1rem;
}

.icon-bubble.green {
	background: var(--px-green-soft);
	color: var(--px-green);
}

.service-card h3,
.reason-card h3,
.post-card h3 {
	font-size: 1.15rem;
	margin-bottom: 0.45rem;
}

.service-card p,
.reason-card p,
.post-card p {
	color: var(--px-muted);
	margin-bottom: 0;
}

.about-panel {
	background: var(--px-blue-deep);
	color: #fff;
	border-radius: 1.5rem;
	padding: 2.5rem;
}

.about-panel h2,
.about-panel p {
	color: #fff;
}

.about-panel p {
	opacity: 0.86;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 0;
}

.check-list li {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	margin-bottom: 0.7rem;
	font-weight: 600;
}

.check-list i {
	color: var(--px-green);
	margin-top: 0.15rem;
}

.region {
	border-left: 3px solid var(--px-green);
	padding: 0.2rem 0 0.2rem 1rem;
	margin-bottom: 1.25rem;
}

.region h3 {
	font-size: 1.05rem;
	margin-bottom: 0.2rem;
}

.region p {
	color: var(--px-muted);
	margin: 0;
}

.contact-band {
	background:
		linear-gradient(135deg, rgba(64, 80, 160, 0.96), rgba(34, 42, 63, 0.96));
	color: #fff;
	border-radius: 1.5rem;
	padding: 2.75rem;
}

.contact-band h2,
.contact-band p {
	color: #fff;
}

.form-control,
.form-select {
	border-radius: 0.8rem;
	border-color: #d5dbea;
	padding: 0.75rem 0.9rem;
	font-family: inherit;
}

.form-control:focus {
	border-color: var(--px-blue);
	box-shadow: 0 0 0 0.2rem rgba(64, 80, 160, 0.18);
}

.site-footer {
	background: var(--px-blue-deep);
	color: rgba(255, 255, 255, 0.82);
	padding: 3.5rem 0 1.5rem;
}

.site-footer .praxom-logo,
.site-footer .custom-logo {
	background: #fff;
	border-radius: 0.8rem;
	padding: 0.35rem 0.5rem;
}

.footer-lead {
	max-width: 18rem;
}

.footer-title {
	color: #fff;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 0.9rem;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 0.45rem;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.footer-links a:hover {
	color: #fff;
}

.footer-links i {
	color: #7dca8c;
	margin-right: 0.35rem;
}

.footer-bar {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 2.5rem;
	padding-top: 1.2rem;
	font-size: 0.9rem;
}

.page-hero {
	background: linear-gradient(180deg, #f4f6fc, #fff);
	padding: 3.5rem 0 1.5rem;
}

.page-hero h1 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.entry-content {
	font-size: 1.05rem;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.post-meta {
	color: var(--px-muted);
	font-size: 0.9rem;
	font-weight: 600;
}

.pagination .page-link {
	color: var(--px-blue);
	border-radius: 0.5rem;
	margin: 0 0.15rem;
}

.pagination .page-item.active .page-link {
	background: var(--px-blue);
	border-color: var(--px-blue);
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-body {
	border: 1px solid var(--px-line);
	border-radius: 1rem;
	padding: 1rem 1.15rem;
	margin-bottom: 1rem;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 24px rgba(34, 42, 63, 0.06);
}

.layout-switch {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 1rem;
	background: var(--px-blue-soft);
	border-bottom: 1px solid var(--px-line);
	font-size: 0.85rem;
	font-weight: 700;
}

.layout-switch span {
	color: var(--px-muted);
	margin-right: 0.35rem;
}

.layout-switch a {
	text-decoration: none;
	color: var(--px-blue);
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 0.2rem 0.75rem;
}

.layout-switch a.is-on {
	background: var(--px-blue);
	color: #fff;
}

.l1-hero {
	padding: 4.5rem 0 2rem;
	background:
		radial-gradient(circle at 90% 10%, rgba(45, 141, 67, 0.12), transparent 28%),
		linear-gradient(180deg, #f6f8fd, #fff 72%);
}

.l1-hero h1 {
	font-size: clamp(2.3rem, 4.5vw, 3.6rem);
	line-height: 1.08;
}

.l1-kicker {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--px-blue);
}

.l1-hero-photo,
.l2-photo {
	width: 100%;
	border-radius: 1.25rem;
	object-fit: cover;
	max-height: 420px;
}

.l1-pillars {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 1.5rem 0 0;
	margin: 0;
}

.l1-pillars li {
	background: #fff;
	border: 1px solid var(--px-line);
	border-radius: 999px;
	padding: 0.55rem 1rem;
	font-weight: 700;
}

.l1-pillars i {
	color: var(--px-green);
	margin-right: 0.35rem;
}

.l1-why {
	background: var(--px-blue-deep);
	color: #fff;
	border-radius: 1.5rem;
	padding: 2.4rem;
}

.l1-why h2,
.l1-why .check-list,
.l1-why strong {
	color: #fff;
}

.l1-why-list li {
	align-items: flex-start;
}

.contact-band .form-label {
	color: #fff;
}

.form-note.is-ok {
	color: var(--px-green-dark);
	font-weight: 700;
}

.form-note.is-warn {
	color: #9a3412;
	font-weight: 700;
}

.contact-band .form-note.is-ok {
	color: #fff;
}

.contact-band .form-note.is-warn {
	color: #ffe08a;
}

.l2-hero {
	background-size: cover;
	background-position: center;
	min-height: 78vh;
	display: flex;
}

.l2-hero-shade {
	width: 100%;
	background: linear-gradient(90deg, rgba(34, 42, 63, 0.88) 0%, rgba(64, 80, 160, 0.55) 70%, rgba(34, 42, 63, 0.25) 100%);
	display: flex;
	align-items: center;
	padding: 5rem 0;
}

.l2-hero h1,
.l2-lead,
.l2-eyebrow {
	color: #fff;
}

.l2-hero h1 {
	font-size: clamp(2.8rem, 6vw, 4.8rem);
	line-height: 1.02;
	max-width: 14ch;
}

.l2-lead {
	max-width: 36rem;
	font-size: 1.1rem;
	opacity: 0.92;
}

.l2-eyebrow {
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.82rem;
}

.l2-float {
	margin-top: -3rem;
	position: relative;
	z-index: 2;
}

.l2-float-card {
	background: #fff;
	border-radius: 1.1rem;
	padding: 1.4rem;
	height: 100%;
	border: 1px solid var(--px-line);
	box-shadow: 0 16px 40px rgba(34, 42, 63, 0.08);
}

.l2-float-card i {
	color: var(--px-blue);
	font-size: 1.4rem;
}

.l2-float-card h2 {
	font-size: 1.15rem;
	margin: 0.45rem 0;
}

.l2-float-card p {
	color: var(--px-muted);
	margin: 0;
}

.l2-cats > div {
	display: flex;
	gap: 0.8rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--px-line);
}

.l2-cats i {
	color: var(--px-green);
	font-size: 1.2rem;
	margin-top: 0.15rem;
}

.l2-cats span {
	display: block;
	color: var(--px-muted);
}

.l2-steps {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.l2-steps li {
	background: #fff;
	border-radius: 1rem;
	padding: 1.1rem;
	border: 1px solid var(--px-line);
}

.l2-steps span {
	display: block;
	color: var(--px-green);
	font-weight: 800;
	margin-bottom: 0.35rem;
}

.l2-steps h3 {
	font-size: 1.05rem;
}

.l2-steps p {
	color: var(--px-muted);
	margin: 0;
}

.l2-reason {
	background: var(--px-blue-soft);
	border-radius: 0.9rem;
	padding: 0.9rem 1rem;
	font-weight: 700;
	height: 100%;
}

.l2-reason i {
	color: var(--px-green);
	margin-right: 0.35rem;
}

.l2-creds {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
}

.l2-creds li {
	border: 1px solid var(--px-blue);
	color: var(--px-blue);
	border-radius: 999px;
	padding: 0.25rem 0.7rem;
	font-weight: 700;
	font-size: 0.85rem;
}

.btn-light {
	font-weight: 700;
	border-radius: 999px;
}

@media (max-width: 991.98px) {
	.btn-nav {
		margin-top: 0.75rem;
		width: fit-content;
	}

	.hero {
		padding-top: 3rem;
	}

	.hero-mark {
		margin: 1.5rem auto 0;
	}

	.l2-steps {
		grid-template-columns: 1fr;
	}

	.l2-hero {
		min-height: 0;
	}
}
