/*
 * PflichtRadar WooCommerce pricing section styles.
 */

.pricing-section {
	overflow: hidden;
	border-top: 1px solid #dce5f0;
	border-bottom: 1px solid #dce5f0;
	background: #ffffff;
}

.pr-pricing-head {
	max-width: 760px;
	margin: 0 auto clamp(2.5rem, 5vw, 3.8rem);
	text-align: center;
}

.pr-pricing-eyebrow .elementor-heading-title {
	color: #145bd7;
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pr-pricing-title .elementor-heading-title {
	margin: 0;
	color: #0b1f3a !important;
	font-family: "Poppins", sans-serif;
	font-size: clamp(2rem, 3.4vw, 2.85rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.pr-pricing-lead p {
	margin: 0.85rem auto 0;
	color: #4b6180;
	font-size: 1.05rem;
	line-height: 1.6;
}

.pricing-card-wrap {
	position: relative;
	width: min(100%, 600px);
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: clamp(2.2rem, 5vw, 3.2rem);
	border: 2px solid #145bd7;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
	box-shadow: 0 10px 30px -5px rgba(11, 31, 58, 0.08), 0 2px 6px -1px rgba(11, 31, 58, 0.04);
	text-align: center;
}

.pricing-card-wrap::before {
	position: absolute;
	top: -13px;
	left: 50%;
	right: auto;
	bottom: auto;
	width: max-content;
	height: auto;
	padding: 0.3rem 0.9rem;
	border-radius: 6px;
	background: #145bd7;
	box-shadow: 0 2px 8px rgba(20, 91, 215, 0.3);
	color: #ffffff;
	content: "EMPFOHLEN FÜR PROFESSIONELLE\A WEBSITES";
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	transform: translateX(-50%);
	text-align: center;
	white-space: pre-line;
}

.price-brand-top {
	margin: 0.5rem 0 0.3rem;
	color: #0b1f3a;
	font-family: "Poppins", sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
}

.price-brand-sub p {
	margin: 0 0 1.8rem;
	color: #4b6180;
	font-size: 0.95rem;
}

.price-val {
	color: #0b1f3a;
	font-family: "Poppins", sans-serif;
	font-size: clamp(3.2rem, 6.5vw, 4.2rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1;
}

.price-val .per {
	color: #4b6180;
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0;
}

.price-sub p {
	margin: 0.6rem 0 2rem;
	color: #4b6180;
	font-size: 0.88rem;
}

.price-list {
	display: flex;
	max-width: 440px;
	flex-direction: column;
	gap: 0.85rem;
	margin: 0 auto 2.2rem;
	padding: 0;
	list-style: none;
	text-align: left;
}

.price-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: #0b1f3a;
	font-size: 0.95rem;
	line-height: 1.45;
}

.price-list li::before {
	flex: none;
	margin-top: 0.05rem;
	color: #19c4d6;
	content: "✓";
	font-weight: 700;
}

.price-cta,
.price-cta .elementor-button {
	width: 100%;
}

.price-cta .elementor-button {
	min-height: 0;
	padding: 0.85rem 1.25rem;
	border-radius: 8px;
	background: #145bd7 !important;
	box-shadow: 0 5px 14px rgba(20, 91, 215, 0.25);
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.price-cta .elementor-button:hover,
.price-cta .elementor-button:focus {
	background: #0e47b0 !important;
	box-shadow: 0 8px 18px rgba(20, 91, 215, 0.3);
	transform: translateY(-1px);
}

.price-note p {
	margin: 1.1rem 0 0;
	color: #4b6180;
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 0.84rem;
	line-height: 1.5;
}

@media (max-width: 640px) {
	.pricing-card-wrap {
		padding: 2.1rem 1.2rem 1.8rem;
	}

	.pricing-card-wrap::before {
		max-width: calc(100% - 2rem);
		font-size: 0.58rem;
		text-align: center;
		white-space: normal;
	}

	.price-val {
		font-size: clamp(2.8rem, 15vw, 3.6rem);
	}
}
