.qrg-plans-page {
	width: 100%;
	max-width: 100vw;
	margin: 0;
	overflow-x: hidden;
	background: #ffffff;
	color: #17172b;
	font-family: "Poppins", Arial, sans-serif;
}

.qrg-plans-page *,
.qrg-plans-page *::before,
.qrg-plans-page *::after {
	box-sizing: border-box;
}

.qrg-plans-page h1,
.qrg-plans-page h2,
.qrg-plans-page h3,
.qrg-plans-page h4,
.qrg-plans-page p,
.qrg-plans-page a,
.qrg-plans-page li,
.qrg-plans-page span,
.qrg-plans-page strong,
.qrg-plans-page em {
	max-width: 100%;
	white-space: normal;
}

.qrg-plans-hero {
	padding: 76px 20px 42px;
	background:
		linear-gradient(180deg, rgba(243, 246, 249, 0.9), rgba(243, 246, 249, 0.78)),
		url("../images/plans-499-hero-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.qrg-plans-hero__inner {
	width: min(760px, 100%);
	max-width: 100%;
	margin: 0 auto;
}

.qrg-plans-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	margin: 0 0 14px;
	border: 1px solid rgba(11, 120, 200, 0.18);
	border-radius: 999px;
	background: #eef8ff;
	padding: 4px 11px;
	color: #0b78c8;
	font-size: 9px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.qrg-plans-hero h1 {
	max-width: 660px;
	margin: 0 auto;
	color: #17172b;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.qrg-plans-hero p:not(.qrg-plans-eyebrow) {
	max-width: 520px;
	margin: 16px auto 0;
	color: #6f7788;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
}

.qrg-plans-pricing {
	padding: 30px 20px 96px;
	background: #ffffff;
}

.qrg-plans-pricing__inner {
	width: min(1040px, 100%);
	max-width: 100%;
	margin: 0 auto;
}

.qrg-plans-pricing__heading {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}

.qrg-plans-pricing__heading h2 {
	margin: 0;
	color: #17172b;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
}

.qrg-plans-pricing__heading p {
	max-width: 620px;
	margin: 11px auto 0;
	color: #7a8396;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.7;
}

.qrg-plans-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	min-width: 0;
}

.qrg-plans-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	min-height: 540px;
	border: 1px solid rgba(12, 111, 180, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(27, 42, 64, 0.1);
	padding: 24px;
	color: #17172b;
	overflow: hidden;
}

.qrg-plans-card--featured {
	border-color: rgba(255, 210, 74, 0.34);
	background: #18182c;
	color: #ffffff;
	box-shadow: 0 22px 48px rgba(9, 12, 25, 0.22);
}

.qrg-plans-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	min-height: 30px;
}

.qrg-plans-card__top h3 {
	margin: 0;
	color: inherit;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.qrg-plans-card__top span {
	flex: 0 0 auto;
	border-radius: 3px;
	background: #ffd24a;
	padding: 6px 8px;
	color: #17172b;
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.qrg-plans-card__price {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 26px;
}

.qrg-plans-card__price strong {
	color: inherit;
	font-size: 42px;
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: 0;
}

.qrg-plans-card__price em {
	margin-bottom: 4px;
	color: #7a8396;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
}

.qrg-plans-card--featured .qrg-plans-card__price em {
	color: rgba(255, 255, 255, 0.66);
}

.qrg-plans-card__subtitle {
	margin: 16px 0 0;
	color: #0b78c8;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.qrg-plans-card--featured .qrg-plans-card__subtitle {
	color: #ffd24a;
}

.qrg-plans-card__billing {
	margin: 16px 0 0;
	border-top: 1px solid #e7ebf1;
	padding-top: 14px;
	color: #6f7788;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.55;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.qrg-plans-card--featured .qrg-plans-card__billing {
	border-top-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.68);
}

.qrg-plans-card__features {
	margin-top: 22px;
}

.qrg-plans-card__features h4 {
	margin: 0 0 10px;
	color: inherit;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
}

.qrg-plans-card__features ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.qrg-plans-card__features li {
	position: relative;
	padding-left: 16px;
	color: #40495d;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.qrg-plans-card__features li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 1px;
	width: 7px;
	height: 4px;
	border-left: 1.5px solid #17172b;
	border-bottom: 1.5px solid #17172b;
	transform: rotate(-45deg);
}

.qrg-plans-card--featured .qrg-plans-card__features li {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-plans-card--featured .qrg-plans-card__features li::before {
	border-color: #ffffff;
}

.qrg-plans-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 36px;
	margin-top: auto;
	border: 1px solid #0b78c8;
	border-radius: 5px;
	background: #ffffff;
	color: #0b78c8;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.qrg-plans-card__button:hover,
.qrg-plans-card__button:focus-visible {
	background: #0b78c8;
	color: #ffffff;
	transform: translateY(-1px);
}

.qrg-plans-card--featured .qrg-plans-card__button {
	border-color: #ffd24a;
	background: #ffd24a;
	color: #17172b;
}

.qrg-plans-card--featured .qrg-plans-card__button:hover,
.qrg-plans-card--featured .qrg-plans-card__button:focus-visible {
	background: #ffc928;
	color: #17172b;
}

.qrg-plans-section-heading {
	max-width: 720px;
	margin: 0 auto 36px;
	text-align: center;
}

.qrg-plans-section-heading h2 {
	margin: 0;
	color: #17172b;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.qrg-plans-section-heading p:not(.qrg-plans-eyebrow) {
	max-width: 620px;
	margin: 11px auto 0;
	color: #7a8396;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.7;
}

.qrg-plans-upgrade {
	padding: 76px 20px 88px;
	background: #ffffff;
}

.qrg-plans-upgrade__inner {
	width: min(1040px, 100%);
	margin: 0 auto;
}

.qrg-plans-upgrade__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.qrg-plans-feature-card {
	min-height: 150px;
	border: 1px solid rgba(12, 111, 180, 0.13);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(27, 42, 64, 0.08);
	padding: 22px;
	color: #17172b;
}

.qrg-plans-feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eef8ff;
	color: #0b78c8;
}

.qrg-plans-feature-card__icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.qrg-plans-feature-card h3 {
	margin: 17px 0 0;
	color: #17172b;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.qrg-plans-feature-card p {
	margin: 10px 0 0;
	color: #6f7788;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.65;
}

.qrg-plans-success {
	padding: 84px 20px 92px;
	background: #f5f5f6;
}

.qrg-plans-success__inner {
	width: min(1040px, 100%);
	margin: 0 auto;
}

.qrg-plans-success__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.qrg-plans-story-card {
	display: flex;
	flex-direction: column;
	min-height: 206px;
	border: 1px solid rgba(27, 42, 64, 0.06);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(27, 42, 64, 0.1);
	padding: 20px;
	color: #17172b;
}

.qrg-plans-story-card__stars {
	color: #ffd24a;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.qrg-plans-story-card > p {
	margin: 12px 0 18px;
	color: #40495d;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.65;
}

.qrg-plans-story-card__person {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: auto;
}

.qrg-plans-story-card__person img {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.qrg-plans-story-card__person h3 {
	margin: 0;
	color: #17172b;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.qrg-plans-story-card__person span {
	display: block;
	margin-top: 2px;
	color: #0b78c8;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.3;
}

@media (max-width: 900px) {
	.qrg-plans-hero {
		padding: 64px 20px 34px;
	}

	.qrg-plans-hero h1 {
		font-size: 38px;
	}

	.qrg-plans-grid {
		gap: 22px;
	}

	.qrg-plans-card {
		min-height: 0;
	}

	.qrg-plans-upgrade__grid,
	.qrg-plans-success__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body.page-id-20 .elementor-20,
	body.page-id-20 .elementor-20 .elementor-element.elementor-element-186f791 {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
		--padding-left: 0px !important;
		--padding-right: 0px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.page-id-20,
	body.page-id-20 .site,
	body.page-id-20 .site-main,
	body.page-id-20 .page-content,
	body.page-id-20 .entry-content {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.qrg-plans-hero {
		width: 100%;
		max-width: 100%;
		padding: 52px 18px 30px;
	}

	.qrg-plans-hero__inner,
	.qrg-plans-pricing__inner {
		width: calc(100vw - 48px) !important;
		max-width: 330px !important;
		min-width: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.qrg-plans-hero h1 {
		max-width: 100%;
		font-size: 22px;
		line-height: 1.14;
		word-break: break-word;
	}

	.qrg-plans-pricing {
		width: 100%;
		max-width: 100%;
		padding: 24px 18px 72px;
	}

	.qrg-plans-pricing__heading h2 {
		font-size: 20px;
		line-height: 1.18;
		overflow-wrap: anywhere;
	}

	.qrg-plans-grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.qrg-plans-card {
		padding: 20px;
	}

	.qrg-plans-card__top {
		flex-wrap: wrap;
		min-height: 0;
	}

	.qrg-plans-card__top span {
		white-space: normal;
	}

	.qrg-plans-card__subtitle,
	.qrg-plans-card__billing,
	.qrg-plans-card__features li {
		word-break: break-word;
	}

	.qrg-plans-card__price {
		margin-top: 23px;
	}

	.qrg-plans-card__price strong {
		font-size: 36px;
	}

	.qrg-plans-upgrade,
	.qrg-plans-success {
		padding: 58px 18px 64px;
	}

	.qrg-plans-upgrade__inner,
	.qrg-plans-success__inner,
	.qrg-plans-section-heading {
		width: calc(100vw - 48px) !important;
		max-width: 330px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.qrg-plans-section-heading {
		margin-bottom: 28px;
	}

	.qrg-plans-section-heading h2 {
		font-size: 21px;
		line-height: 1.18;
	}

	.qrg-plans-upgrade__grid,
	.qrg-plans-success__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.qrg-plans-feature-card,
	.qrg-plans-story-card {
		padding: 19px;
	}
}
