/* ── Pricing page ── */
.price-page {
	position: relative;
	z-index: 1;
}

.price-hero {
	min-height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 48px 24px 80px;
}

.price-hero h1 {
	margin: 0;
	max-width: 14em;
	font-size: clamp(36px, 6vw, 56px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.12;
	animation: rise 0.85s var(--ease) 0.08s both;
}

.price-hero-lead {
	margin: 24px auto 0;
	max-width: 28em;
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.6;
	font-weight: 500;
	color: var(--mute);
	animation: rise 0.85s var(--ease) 0.16s both;
}

.price-hero-amount {
	margin: 40px 0 0;
	font-size: clamp(48px, 8vw, 72px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
	animation: rise 0.85s var(--ease) 0.2s both;
}

.price-hero-period {
	display: block;
	margin-top: 6px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 600;
	color: var(--mute);
	letter-spacing: 0;
}

.price-hero .btn-primary {
	margin-top: 32px;
	animation: rise 0.85s var(--ease) 0.24s both;
}

.price-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	margin-top: 28px;
	font-size: 14px;
	font-weight: 600;
	color: var(--mute);
	animation: rise 0.85s var(--ease) 0.28s both;
}

.price-badges span::before {
	content: "·";
	margin-right: 20px;
	color: #cfd9de;
}

.price-badges span:first-child::before {
	content: none;
	margin: 0;
}

.price-section {
	padding: clamp(72px, 10vh, 120px) 28px;
	border-top: 1px solid var(--line);
}

.price-section-inner {
	max-width: 720px;
	margin: 0 auto;
}

.price-section-wide {
	max-width: 880px;
}

.price-section h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.price-section h2 em {
	font-style: normal;
	color: var(--blue);
}

.price-section-intro {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--mute);
	max-width: 36em;
}

.price-section-intro strong {
	color: var(--ink);
	font-weight: 600;
}

.price-quote {
	margin: 0 0 48px;
	padding: 24px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	font-size: clamp(18px, 2.5vw, 22px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--ink);
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.price-table th,
.price-table td {
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.price-table th {
	font-weight: 700;
	color: var(--ink);
}

.price-table td:last-child {
	text-align: right;
	width: 72px;
	font-weight: 700;
	color: var(--blue);
}

.price-table tr:last-child th,
.price-table tr:last-child td {
	border-bottom: 0;
}

.price-block {
	margin-bottom: 48px;
}

.price-block:last-child {
	margin-bottom: 0;
}

.price-block h3 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 700;
}

.price-block-note {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--mute);
}

.price-rows {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--line);
}

.price-rows li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
	font-size: 15px;
}

.price-rows li span:last-child {
	flex-shrink: 0;
	font-weight: 600;
	color: var(--ink);
}

.price-rows li.is-free span:last-child {
	color: var(--blue);
	font-weight: 700;
}

.price-thui-card {
	padding: 32px 28px;
	border: 1px solid #cfd9de;
	border-radius: 16px;
	margin-bottom: 20px;
}

.price-thui-card-featured {
	border-color: var(--blue);
	box-shadow: 0 0 0 1px rgba(29, 161, 242, 0.1);
}

.price-thui-name {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.price-thui-card-featured .price-thui-name {
	color: var(--blue);
}

.price-thui-price {
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.price-thui-desc {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.6;
	color: var(--mute);
}

.price-thui-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.7;
	color: var(--ink);
}

.price-thui-list li {
	padding-left: 14px;
	position: relative;
}

.price-thui-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	color: var(--mute);
}

.price-thui-note {
	margin: 32px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid var(--line);
	font-size: 14px;
	line-height: 1.65;
	color: var(--mute);
}

.price-plans {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 8px;
}

.price-plan {
	padding: 28px 24px;
	border: 1px solid #cfd9de;
	border-radius: 16px;
}

.price-plan-plus {
	border-color: var(--blue);
}

.price-plan-tier {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--mute);
}

.price-plan-plus .price-plan-tier {
	color: var(--blue);
}

.price-plan-amount {
	margin: 0 0 8px;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.price-plan-tag {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--mute);
}

.price-plan-list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.75;
}

.price-plan-list li {
	padding-left: 14px;
	position: relative;
}

.price-plan-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	color: var(--mute);
}

.price-plan-cta {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid var(--blue);
	background: var(--blue);
	color: var(--white);
}

.price-plan-cta-outline {
	background: var(--white);
	color: var(--ink);
	border-color: #cfd9de;
}

.price-plan-cta-outline:hover {
	background: #f7f9f9;
}

.price-reassure {
	margin: 40px 0 0;
	padding: 24px;
	border-radius: 12px;
	background: #f7f9f9;
	font-size: 15px;
	line-height: 1.6;
	color: var(--ink);
	text-align: center;
}

.price-reassure strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

.price-addons-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: 8px;
}

.price-addons-table th,
.price-addons-table td {
	padding: 16px 0;
	border-bottom: 1px solid var(--line);
	text-align: left;
}

.price-addons-table th {
	font-weight: 600;
	color: var(--ink);
}

.price-addons-table td:last-child {
	text-align: right;
	font-weight: 600;
	white-space: nowrap;
}

.price-model {
	margin: 48px 0 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
	color: var(--mute);
}

.price-model strong {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	color: var(--ink);
}

@media (max-width: 720px) {
	.price-plans {
		grid-template-columns: 1fr;
	}

	.price-badges span::before {
		content: none;
		margin: 0;
	}

	.price-badges {
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 1200px) {
	.price-section {
		padding-left: 24px;
		padding-right: 24px;
	}
}
