.qll-default-page {
	--pm-pink: #e91e8c;
	--pm-pink-dark: #c2177a;
	--pm-blue: #4a6cf7;
	--pm-navy: #001228;
	--pm-navy-deep: #002343;
	--pm-ink: #19304b;
	--pm-border: rgba(0, 18, 40, 0.1);
	--pm-shadow: 0 24px 60px rgba(0, 18, 40, 0.1);
	background:
		radial-gradient(circle at top left, rgba(74, 108, 247, 0.08), transparent 26%),
		radial-gradient(circle at top right, rgba(233, 30, 140, 0.09), transparent 22%),
		linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%, #f9fbff 100%);
}

header.pm-header.qll-default-header {
	position: fixed !important;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 14px 20px;
	transition: padding 0.35s cubic-bezier(.4, 0, .2, 1), top 0.3s;
}

header.pm-header.qll-default-header .pm-hdr-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 24px;
	max-width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50px;
	box-shadow: 0 4px 28px rgba(0, 18, 40, 0.13), 0 1px 4px rgba(0, 18, 40, 0.07);
	backdrop-filter: blur(14px);
	transition: border-radius 0.35s cubic-bezier(.4, 0, .2, 1), box-shadow 0.35s cubic-bezier(.4, 0, .2, 1), max-width 0.35s cubic-bezier(.4, 0, .2, 1), padding 0.35s cubic-bezier(.4, 0, .2, 1);
}

header.pm-header.qll-default-header.scrolled {
	padding: 0;
}

header.pm-header.qll-default-header.scrolled .pm-hdr-inner {
	max-width: 100%;
	padding: 10px 40px;
	border-radius: 0;
	box-shadow: 0 2px 20px rgba(0, 18, 40, 0.1);
}

header.pm-header.qll-default-header .pm-logo img {
	height: 40px;
}

header.pm-header.qll-default-header .pm-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

header.pm-header.qll-default-header .pm-nav a,
header.pm-header.qll-default-header .pm-phone {
	color: var(--pm-navy);
	font-size: 14px;
	text-decoration: none;
}

header.pm-header.qll-default-header .pm-nav a {
	font-weight: 600;
	transition: color 0.2s;
}

header.pm-header.qll-default-header .pm-nav a:hover,
header.pm-header.qll-default-header .pm-nav a[aria-current="page"] {
	color: var(--pm-pink);
}

header.pm-header.qll-default-header .pm-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
}

header.pm-header.qll-default-header .btn-hdr {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 11px 22px;
	border-radius: 50px;
	background: linear-gradient(135deg, #f23da0, #d81b82);
	border: 1px solid rgba(216, 27, 130, 0.18);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 10px 24px rgba(233, 30, 140, 0.22);
	transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

header.pm-header.qll-default-header .btn-hdr:hover {
	background: linear-gradient(135deg, #e73195, #bf156f);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(233, 30, 140, 0.28);
}

header.pm-header.qll-default-header a.btn-hdr,
header.pm-header.qll-default-header a.btn-hdr:visited,
header.pm-header.qll-default-header a.btn-hdr:hover,
header.pm-header.qll-default-header a.btn-hdr:focus {
	color: #fff !important;
}

.qll-default-hero {
	position: relative;
	padding: 174px 0 88px;
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(74, 108, 247, 0.16), transparent 28%),
		radial-gradient(circle at bottom left, rgba(233, 30, 140, 0.12), transparent 24%),
		linear-gradient(135deg, #001228 0%, #002343 60%, #001a35 100%);
}

.qll-default-hero::before,
.qll-default-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.qll-default-hero::before {
	top: -120px;
	right: -80px;
	width: 340px;
	height: 340px;
	background: radial-gradient(circle, rgba(74, 108, 247, 0.18), transparent 68%);
}

.qll-default-hero::after {
	left: -120px;
	bottom: -120px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(233, 30, 140, 0.14), transparent 70%);
}

.qll-default-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 860px;
}

.qll-default-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: rgba(233, 30, 140, 0.15);
	border: 1px solid rgba(233, 30, 140, 0.4);
	color: #ffb3da;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.qll-default-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pm-pink);
	box-shadow: 0 0 0 4px rgba(233, 30, 140, 0.16);
}

.qll-default-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 700;
}

.qll-default-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.qll-default-breadcrumb a:hover {
	color: #ffb3da;
}

.qll-default-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(40px, 5vw, 70px);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #fff;
}

.qll-default-hero p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.72;
}

.qll-default-page-main {
	padding: 0 0 96px;
}

.qll-default-page-shell {
	position: relative;
	margin-top: 28px;
	padding: 0 0 24px;
}

.qll-default-body-card,
.qll-default-aside-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--pm-border);
	border-radius: 28px;
	box-shadow: var(--pm-shadow);
	backdrop-filter: blur(10px);
}

.qll-default-body-card {
	padding: 36px 38px 40px;
}

.qll-default-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.qll-default-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 999px;
	background: #f1f5fb;
	color: #35506d;
	font-size: 13px;
	font-weight: 700;
}

.qll-default-content {
	color: var(--pm-ink);
	font-size: 17px;
	line-height: 1.9;
}

.qll-default-content > *:first-child {
	margin-top: 0 !important;
}

.qll-default-content > *:last-child {
	margin-bottom: 0 !important;
}

.qll-default-content h2,
.qll-default-content h3,
.qll-default-content h4,
.qll-default-content h5,
.qll-default-content h6 {
	margin-top: 2.4em;
	margin-bottom: 0.7em;
	color: var(--pm-navy);
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.qll-default-content h2 {
	font-size: clamp(30px, 3vw, 42px);
}

.qll-default-content h3 {
	font-size: clamp(24px, 2.2vw, 32px);
}

.qll-default-content p,
.qll-default-content ul,
.qll-default-content ol,
.qll-default-content blockquote,
.qll-default-content table,
.qll-default-content figure,
.qll-default-content iframe {
	margin-bottom: 1.4em;
}

.qll-default-content a {
	color: var(--pm-pink-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(194, 23, 122, 0.35);
	text-underline-offset: 0.18em;
}

.qll-default-content a:hover {
	color: var(--pm-pink);
}

.qll-default-content ul,
.qll-default-content ol {
	padding-left: 1.4em;
}

.qll-default-content li {
	margin-bottom: 0.6em;
	padding-left: 0.12em;
}

.qll-default-content blockquote {
	padding: 22px 24px;
	border-left: 4px solid var(--pm-pink);
	border-radius: 0 18px 18px 0;
	background: linear-gradient(135deg, rgba(233, 30, 140, 0.08), rgba(74, 108, 247, 0.06));
	color: var(--pm-navy);
	font-size: 18px;
	font-weight: 600;
}

.qll-default-content img {
	max-width: 100%;
	height: auto;
	border-radius: 22px;
	box-shadow: 0 16px 34px rgba(0, 18, 40, 0.12);
}

.qll-default-content figure {
	margin-left: 0;
	margin-right: 0;
}

.qll-default-content figcaption {
	margin-top: 14px;
	color: #6b7d91;
	font-size: 13px;
	text-align: center;
}

.qll-default-content table {
	width: 100%;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(0, 18, 40, 0.12);
	border-radius: 18px;
}

.qll-default-content th,
.qll-default-content td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(0, 18, 40, 0.08);
	text-align: left;
}

.qll-default-content th {
	background: #eef4ff;
	color: var(--pm-navy);
	font-weight: 800;
}

.qll-default-content tr:last-child td {
	border-bottom: 0;
}

.qll-default-content hr {
	margin: 2.3em 0;
	border: 0;
	border-top: 1px solid rgba(0, 18, 40, 0.1);
}

.qll-default-content .wp-block-button__link,
.qll-default-content .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--pm-pink), #ff4fae);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(233, 30, 140, 0.25);
}

.qll-default-aside-card {
	padding: 26px 24px;
	margin-bottom: 20px;
}

.qll-default-aside-card:last-child {
	margin-bottom: 0;
}

.qll-default-aside-card h3,
.qll-default-aside-card h4 {
	margin-bottom: 10px;
	color: var(--pm-navy);
}

.qll-default-aside-card p,
.qll-default-aside-card li,
.qll-default-aside-card a {
	font-size: 15px;
	line-height: 1.7;
}

.qll-default-aside-card ul {
	margin: 0;
	padding-left: 1.15rem;
}

.qll-default-aside-card a {
	color: var(--pm-navy);
	font-weight: 700;
	text-decoration: none;
}

.qll-default-aside-card a:hover {
	color: var(--pm-pink);
}

.qll-default-cta-card {
	background:
		radial-gradient(circle at top right, rgba(74, 108, 247, 0.18), transparent 34%),
		linear-gradient(135deg, #001228 0%, #002343 100%);
	border-color: rgba(74, 108, 247, 0.15);
	color: rgba(255, 255, 255, 0.78);
}

.qll-default-cta-card h3,
.qll-default-cta-card p,
.qll-default-cta-card a,
.qll-default-cta-card li {
	color: inherit;
}

.qll-default-cta-card .btn-main,
.qll-default-cta-card .btn-line {
	margin-top: 12px;
}

.qll-default-cta-card .btn-main {
	background: linear-gradient(135deg, #25d366, #169c46);
	border: 0;
	box-shadow: 0 12px 30px rgba(37, 211, 102, 0.28);
	color: #fff !important;
}

.qll-default-cta-card .btn-main:hover {
	background: linear-gradient(135deg, #20bd5a, #12853c);
	border: 0;
	box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
}

.qll-default-cta-card .btn-main span {
	color: #fff;
}

.qll-default-links-card li + li {
	margin-top: 8px;
}

.qll-default-empty {
	padding: 180px 0 90px;
}

@media (max-width: 1199px) {
	header.pm-header.qll-default-header .pm-nav {
		display: none;
	}

	header.pm-header.qll-default-header .pm-phone {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.qll-default-hero {
		padding: 160px 0 72px;
	}

	.qll-default-page-shell {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	header.pm-header.qll-default-header {
		top: 0;
		padding: 0;
	}

	header.pm-header.qll-default-header .pm-hdr-inner,
	header.pm-header.qll-default-header.scrolled .pm-hdr-inner {
		max-width: 100%;
		padding: 14px 18px;
		border-radius: 0;
	}

	.qll-default-hero {
		padding: 132px 0 58px;
	}

	.qll-default-hero h1 {
		font-size: 38px;
	}

	.qll-default-hero p {
		font-size: 16px;
	}

	.qll-default-body-card {
		padding: 26px 20px 30px;
		border-radius: 22px;
	}

	.qll-default-content {
		font-size: 16px;
		line-height: 1.8;
	}

	.qll-default-content h2 {
		font-size: 29px;
	}

	.qll-default-content h3 {
		font-size: 24px;
	}

	.qll-default-aside-card {
		padding: 22px 18px;
		border-radius: 22px;
	}
}
