.section.pricing-page {
	background: #fff;
}

.section.pricing-page.section--tint {
	background: #f9f9f9;
}

.section.pricing-page .pricing-page__inner {
	max-width: var(--max);
}

.section.pricing-page .pricing-page__head {
	margin: 0;
	text-align: center;
}

.section.pricing-page .pricing-page__head h1,
.section.pricing-page h1,
.section.pricing-page .pricing-page__head .section__lead,
.section.pricing-page .section__lead,
.section.pricing-page .pricing-plans h2,
.section.pricing-page .pricing-compare h2,
.section.pricing-page .pricing-page__notice h2 {
	text-align: center;
}

.section.pricing-page h1 {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #1f242b;
	word-break: keep-all;
}

.section.pricing-page .section__lead {
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #777777;
}

.section.pricing-page .pricing-plans,
.section.pricing-page .pricing-compare {
	margin: 0;
}

.section.pricing-page .pricing-plans h2,
.section.pricing-page .pricing-compare h2,
.section.pricing-page .pricing-page__notice h2 {
	margin: 0 0 18px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #1f242b;
	word-break: keep-all;
}

.section.pricing-page .pricing-plans > .section__head,
.section.pricing-page .pricing-compare > .section__head,
.section.pricing-page .pricing-page__notice > .section__head {
	margin-bottom: 40px;
}

.pricing-plans__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	padding-top: 16px;
}

.pricing-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 36px 28px 28px;
	border-radius: 24px;
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.pricing-plan--featured {
	padding-top: 44px;
	background: var(--accent-soft);
	border-color: var(--accent);
	box-shadow: 0 12px 32px rgba(0, 67, 213, 0.1);
}

.pricing-plan__badge {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	box-shadow: 0 0 0 3px #fff, 0 4px 12px rgba(0, 67, 213, 0.28);
	font-size: 0.8rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.2;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}

.pricing-plan h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #1f242b;
	text-align: center;
	word-break: keep-all;
}

.pricing-plan__price {
	margin: 0 0 8px;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: var(--accent);
	text-align: center;
	font-variant-numeric: tabular-nums;
	word-break: keep-all;
}

.pricing-plan__caption {
	margin: 0 0 28px;
	font-size: 15px;
	font-weight: 500;
	color: var(--muted);
	text-align: center;
	word-break: keep-all;
}

.pricing-plan__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	gap: 12px;
	flex: 1;
	align-content: start;
}

.pricing-plan__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #475569;
	word-break: keep-all;
}

.pricing-plan__list li::before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background-color: var(--accent);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M6.4 11.2 3.2 8l1.13-1.13L6.4 8.93l5.27-5.26L12.8 4.8z'/%3E%3C/svg%3E")
		center / 16px 16px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M6.4 11.2 3.2 8l1.13-1.13L6.4 8.93l5.27-5.26L12.8 4.8z'/%3E%3C/svg%3E")
		center / 16px 16px no-repeat;
}

.pricing-plan .pricing-plan__cta {
	width: 100%;
	margin-top: auto;
	justify-content: center;
	padding: 0.85rem 1.25rem;
}

.pricing-plan .pricing-plan__cta .btn-pill__arrow {
	display: none;
}

.pricing-compare__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: stretch;
}

.pricing-compare__card {
	display: flex;
	flex-direction: column;
	padding: 36px 32px 28px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid transparent;
}

.pricing-compare__card--own {
	border-color: var(--accent);
	box-shadow: 0 12px 32px rgba(0, 67, 213, 0.08);
}

.pricing-compare__card-head h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #1f242b;
	word-break: keep-all;
}

.pricing-compare__card-head p {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.65;
	color: #555;
	word-break: keep-all;
}

.pricing-compare__rows {
	margin: 0;
	padding: 0;
}

.pricing-compare__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	border-top: 1px solid #e8eaed;
}

.pricing-compare__row dt {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.pricing-compare__name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	word-break: keep-all;
}

.pricing-compare__type {
	font-size: 14px;
	color: #888;
}

.pricing-compare__row dd {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #1f242b;
	white-space: nowrap;
}

.pricing-compare__notes {
	margin: 20px 0 0;
	padding: 18px 18px 18px 32px;
	border-radius: 12px;
	background: #f9f9f9;
	list-style: disc;
}

.pricing-compare__notes li {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	word-break: keep-all;
}

.pricing-compare__notes li + li {
	margin-top: 8px;
}

.section.pricing-page .pricing-page__notice {
	margin: 0;
}

.section.pricing-page .section-cta {
	margin: 0;
	padding: 0;
}

@media (max-width: 1100px) {
	.pricing-plans__grid {
		grid-template-columns: 1fr;
		max-width: 28rem;
		margin: 0 auto;
	}
}

@media (max-width: 900px) {
	.section.pricing-page h1 {
		font-size: 32px;
	}

	.section.pricing-page .section__lead {
		font-size: 17px;
	}

	.pricing-plan__price {
		font-size: 32px;
	}

	.pricing-compare__grid {
		grid-template-columns: 1fr;
	}

	.pricing-compare__card {
		padding: 28px 20px 22px;
	}

	.pricing-compare__row dd {
		font-size: 20px;
	}
}
