@charset "utf-8";

/* ===================================
PRICING SECTION
=================================== */
.pricing-section {
	padding: 80px 0;
}

.section {
	padding: 80px 0;
}

h2.section-title {
	text-align: center;
	margin-bottom: 70px;
	font-size: 52px;
	margin-bottom: 16px;
}

h2.section-title span {
	background: linear-gradient(135deg, #ff3f9f, #c93fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title p {
	font-size: 18px;
	line-height: 1.9;
	color: #666;
	max-width: 760px;
	margin: auto;
}

.section-title {
	text-align: center;
	margin-bottom: 15px;
}

.section-intro {
	text-align: center;
	color: #777;
	margin-bottom: 50px;
}

/* ===================================
GRID
=================================== */
.pricing-cards {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-bottom: 15px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-align: start;
	scrollbar-width: thin;
	scrollbar-color: #d8d8d8 #f3f3f3;
	padding-left: 30px;
	padding-right: 30px;
}

.pricing-cards::-webkit-scrollbar {
	height: 12px;
}

.pricing-cards::-webkit-scrollbar-track {
	background: #f3f3f3;
	border-radius: 20px;
}

.pricing-cards::-webkit-scrollbar-thumb {
	background: #d8d8d8;
	border-radius: 20px;
}

.pricing-cards::-webkit-scrollbar-thumb:hover {
	background: #ff3ea8;
}

/* ===================================
CARD
=================================== */
.pricing-card {
	background: #fff;
	border: 1px solid #f0e6ed;
	border-radius: 25px;
	padding: 35px 25px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	transition: .3s ease;
	flex: 0 0 320px;
	min-width: 320px;
}

.pricing-card:hover {
	transform: translateY(-8px);
	box-shadow: s 0 15px 35px rgba(0, 0, 0, .10);
}

/* ===================================
ICON
=================================== */
.card-icon {
	margin: 0 auto 25px;
	background: none;
}

.card-icon i {
	font-size: 48px;
	color: #ff3ea8;
}

/* ===================================
HEADINGS
=================================== */
.pricing-card h3 {
	font-size: 1.3rem;
	margin-bottom: 25px;
	color: #111827;
}

.price-label {
	color: #777;
	font-size: .85rem;
	margin-bottom: 10px;
}

.price {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	color: #111827;
	margin-bottom: 25px;
}

.price span {
	font-size: 1.2rem;
	font-weight: 600;
}

/* ===================================
TEXT
=================================== */
.pricing-card p {
	color: #666;
	line-height: 1.7;
	min-height: 85px;
	margin-bottom: 30px;
}

/* ===================================
LIST
=================================== */
.pricing-card ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
}

.pricing-card ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	color: #555;
}

.pricing-card ul li:before {
	content: "\2714";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff3ea8;
	font-weight: 700;
}

/* ===================================
LINK
=================================== */
.pricing-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ff3ea8;
	font-weight: 700;
	text-decoration: none;
}

.pricing-card a:hover {
	color: #d8268c;
}

.pricing-slider-wrapper {
	position: relative;
}

.pricing-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-prev {
	left: -30px;
}

.pricing-next {
	right: -30px;
}

.pricing-nav:hover {
	background: #ff3ea8;
	color: #fff;
}

.pricing-nav:hover {
	background: #ff3ea8;
	color: #fff;
	transform: translateY(-50%) scale(1.05);
}

.pricing-nav i {
	font-size: 18px;
}

.pricing-prev {
	left: -30px;
}

.pricing-next {
	right: -30px;
}

.pricing-nav {
	background: #fff;
	border: 1px solid #f2d7e8;
}

.pricing-nav:hover {
	background: linear-gradient(135deg, #ff3ea8, #c546ff);
	color: #fff;
}

.pricing-cards {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 20px 70px;
	scrollbar-width: thin;
	scrollbar-color: #ff3ea8 #f3f3f3;
}

/* Chrome / Edge */
.pricing-cards::-webkit-scrollbar {
	height: 12px;
}

.pricing-cards::-webkit-scrollbar-track {
	background: #f3f3f3;
	border-radius: 20px;
}

.pricing-cards::-webkit-scrollbar-thumb {
	background: #ff3ea8;
	border-radius: 20px;
}

.pricing-cards::-webkit-scrollbar-thumb:hover {
	background: #e6298f;
}

/* ==========================================
PREISHINWEIS
========================================== */
.pricing-note-section {
	padding: 60px 0;
}

.pricing-note {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px;
	display: flex;
	gap: 30px;
	align-items: flex-start;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
	border: 1px solid rgba(255, 62, 168, .08);
	max-width: 1500px;
	margin: 0 auto;
}

.pricing-note-icon {
	flex-shrink: 0;
}

.pricing-note-icon i {
	font-size: 42px;
	color: #ff3ea8;
}

.pricing-note-content h3 {
	margin: 0 0 15px;
	font-size: 2rem;
	color: #08152f;
}

.pricing-note-content>p {
	margin-bottom: 30px;
	color: #666;
	font-size: 1.05rem;
	line-height: 1.7;
}

.pricing-note-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.note-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 20px;
	border-radius: 18px;
	background: #fafafa;
	transition: .3s;
}

.note-item:hover {
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.note-item i {
	font-size: 24px;
	color: #ff3ea8;
	margin-top: 3px;
}

.note-item strong {
	display: block;
	margin-bottom: 6px;
	color: #08152f;
	font-size: 1rem;
}

.note-item span {
	color: #666;
	line-height: 1.6;
	font-size: .95rem;
}

/* ==========================================
PREISVORTEIL
========================================== */
.pricing-advantage-section {
	padding: 60px 0;
}

.pricing-advantage {
	max-width: 1000px;
	margin: 0 auto;
	background:
		linear-gradient(135deg,
			rgba(255, 62, 168, .06),
			rgba(255, 255, 255, 1) 35%,
			rgba(255, 62, 168, .04));
	border: 1px solid rgba(255, 62, 168, .12);
	border-radius: 28px;
	padding: 45px;
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.advantage-icon {
	flex-shrink: 0;
}

.advantage-icon i {
	font-size: 52px;
	color: #ff3ea8;
}

.advantage-badge {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 999px;
	background: #fff0f8;
	color: #ff3ea8;
	font-weight: 600;
	margin-bottom: 15px;
}

.advantage-content h2 {
	margin: 0 0 15px;
	font-size: 2.2rem;
	color: #08152f;
}

.advantage-content p {
	color: #666;
	line-height: 1.8;
}

.advantage-price {
	margin: 25px 0;
	font-size: 3.2rem;
	font-weight: 800;
	color: #08152f;
}

.advantage-small {
	color: #888;
	margin-bottom: 25px;
}

.advantage-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.advantage-list li {
	padding: 10px 0;
	color: #08152f;
	font-weight: 500;
}

.meeting-box {
	max-width: 700px;
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 25px 30px;
	background: #fff0f8;
	border-radius: 20px;
}

.meeting-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ff3ea8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
}

.meeting-content h4 {
	margin: 0 0 8px;
	color: #08152f;
}

/* ====================================
CTA KONTAKT BLOCK
==================================== */
.cta-contact-section {
	max-width: 1400px;
	margin: 80px auto;
	padding: 0 20px;
}

/* Oberer CTA */
.cta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 40px 50px;
	border-radius: 30px;
	background: linear-gradient(90deg,
			rgba(255, 62, 168, .08),
			rgba(255, 62, 168, .03));
	border: 1px solid rgba(255, 62, 168, .08);
}

.cta-icon {
	width: 110px;
	height: 110px;
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg,
			#ff3ea8,
			#c13fff);
	color: #fff;
	font-size: 42px;
	box-shadow: 0 15px 40px rgba(255, 62, 168, .25);
}

.cta-content {
	flex: 1;
}

.cta-content h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	color: #08142e;
}

.cta-content p {
	color: #666;
	line-height: 1.7;
	max-width: 650px;
}

.cta-actions {
	text-align: center;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 40px;
	background: linear-gradient(90deg,
			#ff3ea8,
			#d842ff);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 16px;
	transition: .3s;
}

.cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(255, 62, 168, .3);
}

.cta-whatsapp {
	display: block;
	margin-top: 15px;
	color: #666;
	text-decoration: none;
	font-size: .95rem;
}

.cta-whatsapp i {
	margin-right: 8px;
}

/* Vorteile */
.cta-features {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.feature-item i {
	color: #ff3ea8;
	font-size: 42px;
	margin-top: 5px;
}

.feature-item h3 {
	font-size: 1.2rem;
	margin-bottom: 6px;
	color: #08142e;
}

.feature-item p {
	color: #666;
	line-height: 1.6;
}