/**
 * CRO Lead-Generierung – Styles (Trust-Bar, Website-Check, Booking, News-CTA)
 * Primärfarbe bleibt #ec661c – Kontrast-CTAs bewusst hell/weiß auf dunklem Hero
 */

/* ── Hero CRO Overrides ─────────────────────────────────────────────── */
.hero-area .slide-text h1.cro-hero-h1 {
	font-size: clamp(28px, 4.2vw, 48px);
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none !important;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.hero-area .slide-text h1.cro-hero-h1 .short {
	display: none;
}
.hero-area .slide-text .cro-hero-sub {
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 8px;
	color: #fff !important;
	max-width: 34em;
}
.hero-area .slide-btn .btn.cro-hero-cta {
	background: #fff;
	color: #ec661c;
	border: 2px solid #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 28px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
	transition: background 0.25s, color 0.25s, transform 0.2s;
}
.hero-area .slide-btn .btn.cro-hero-cta:hover,
.hero-area .slide-btn .btn.cro-hero-cta:focus {
	background: #ec661c;
	color: #fff;
	border-color: #ec661c;
	transform: translateY(-1px);
}

/* ── Trust-Bar ──────────────────────────────────────────────────────── */
.cro-trust-bar {
	background: linear-gradient(90deg, #f7f4f1 0%, #fff 50%, #f7f4f1 100%);
	border-bottom: 1px solid #ebe4dc;
	padding: 18px 0;
}
.cro-trust-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 28px;
	text-align: center;
}
.cro-trust-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
}
.cro-stars {
	color: #f5b301;
	letter-spacing: 2px;
	font-size: 15px;
}
.cro-trust-rating-label {
	font-size: 13px;
	color: #555;
	font-weight: 600;
}
.cro-trust-text {
	margin: 0;
	flex: 0 1 auto;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.cro-trust-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.cro-logo-placeholder {
	min-width: 88px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #cfc6bc;
	border-radius: 4px;
	font-size: 11px;
	color: #999;
	background: #fff;
	padding: 0 10px;
}

/* ── Website-Check ──────────────────────────────────────────────────── */
.cro-website-check {
	padding: 50px 0;
	background: #1a1a1a;
}
.cro-wc-panel {
	background: linear-gradient(135deg, #252525 0%, #1f1f1f 100%);
	border: 1px solid #333;
	border-radius: 8px;
	padding: 36px 32px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.cro-wc-badge {
	display: inline-block;
	background: #ec661c;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 5px 12px;
	border-radius: 3px;
	margin-bottom: 14px;
}
.cro-wc-copy h2 {
	color: #fff;
	font-size: clamp(22px, 3vw, 30px);
	margin: 0 0 14px;
	line-height: 1.25;
}
.cro-wc-copy p {
	color: #c8c8c8;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}
.cro-wc-copy p.cro-wc-sla {
	margin-top: 14px;
	font-size: 14px;
	color: #a8a8a8;
	line-height: 1.5;
}
.cro-wc-form .form-group {
	margin-bottom: 16px;
}
.cro-wc-form label {
	display: block;
	color: #ddd;
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 600;
}
.cro-wc-form input[type="text"],
.cro-wc-form input[type="email"],
.cro-wc-form input[type="url"],
.cro-wc-form input[type="number"],
.cro-wc-form input[type="tel"],
.cro-booking-form input,
.cro-booking-form textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid #444;
	border-radius: 4px;
	background: #111;
	color: #fff;
	font-size: 15px;
}
.cro-wc-form input:focus,
.cro-booking-form input:focus,
.cro-booking-form textarea:focus {
	outline: none;
	border-color: #ec661c;
}
.cro-optional {
	font-weight: 400;
	color: #999;
	font-size: 12px;
}
.cro-dsgvo-label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-weight: 400 !important;
	line-height: 1.5;
}
.cro-dsgvo-label input {
	margin-top: 3px;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}
.cro-dsgvo-label a {
	color: #ec661c;
	text-decoration: underline;
}
.cro-wc-form .cro-dsgvo-label {
	color: #bbb;
}
.cro-btn-accent {
	display: inline-block;
	background: #ec661c !important;
	color: #fff !important;
	border: none !important;
	padding: 14px 26px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	border-radius: 4px !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: background 0.25s;
	width: 100%;
	text-align: center;
}
.cro-btn-accent:hover,
.cro-btn-accent:focus {
	background: #e6834e !important;
	color: #fff !important;
}
.cro-btn-outline {
	display: inline-block;
	background: transparent !important;
	color: #ec661c !important;
	border: 2px solid #ec661c !important;
	padding: 12px 24px !important;
	font-weight: 700 !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	text-align: center;
	transition: background 0.25s, color 0.25s;
}
.cro-btn-outline:hover,
.cro-btn-outline:focus {
	background: #ec661c !important;
	color: #fff !important;
}
.cro-wc-form .form-message,
.cro-booking-form .form-message {
	margin-bottom: 12px;
	padding: 10px 14px;
	border-radius: 4px;
	font-size: 14px;
	display: none;
}
.cro-wc-form .form-message.is-success,
.cro-booking-form .form-message.is-success {
	display: block;
	background: #d1e7dd;
	color: #0f5132;
}
.cro-wc-form .form-message.is-error,
.cro-booking-form .form-message.is-error {
	display: block;
	background: #f8d7da;
	color: #842029;
}
.cro-wc-form .captcha-container,
.cro-booking-form .captcha-container {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.cro-wc-form .captcha-question,
.cro-booking-form .captcha-question {
	background: #333;
	color: #fff;
	padding: 8px 14px;
	border-radius: 4px;
	font-weight: 700;
	min-width: 90px;
	text-align: center;
}
.cro-wc-form .captcha-input,
.cro-booking-form .captcha-input {
	max-width: 90px;
}
.cro-wc-form .captcha-refresh,
.cro-booking-form .captcha-refresh {
	background: transparent;
	border: 1px solid #555;
	color: #ccc;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	cursor: pointer;
}

/* ── Booking Widget ─────────────────────────────────────────────────── */
.cro-booking {
	padding: 50px 0 60px;
	background: #faf8f6;
}
.cro-booking-widget {
	max-width: 560px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	padding: 28px 24px 32px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.cro-booking-steps {
	display: flex;
	gap: 8px;
	margin-bottom: 22px;
	flex-wrap: wrap;
}
.cro-step {
	flex: 1;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #999;
	padding: 8px 6px;
	border-bottom: 2px solid #e5e5e5;
}
.cro-step.is-active {
	color: #ec661c;
	border-bottom-color: #ec661c;
}
.cro-booking-panel {
	display: none;
}
.cro-booking-panel.is-active {
	display: block;
}
.cro-cal-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.cro-cal-month-label {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #252525;
}
.cro-cal-prev,
.cro-cal-next {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 50%;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}
.cro-cal-prev:hover,
.cro-cal-next:hover {
	border-color: #ec661c;
	color: #ec661c;
}
.cro-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
}
.cro-cal-dow {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #888;
	padding: 4px 0 8px;
}
.cro-cal-day {
	aspect-ratio: 1;
	border: 1px solid transparent;
	background: #f5f5f5;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #bbb;
	cursor: default;
}
.cro-cal-day.is-available {
	background: #fff;
	border-color: #e0e0e0;
	color: #252525;
	cursor: pointer;
}
.cro-cal-day.is-available:hover {
	border-color: #ec661c;
	color: #ec661c;
}
.cro-cal-day.is-selected {
	background: #ec661c;
	border-color: #ec661c;
	color: #fff;
}
.cro-cal-day.is-empty {
	background: transparent;
	border: none;
}
.cro-booking-hint {
	margin: 16px 0 0;
	font-size: 12px;
	color: #888;
	text-align: center;
}
.cro-back-btn {
	background: none;
	border: none;
	color: #ec661c;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	margin-bottom: 12px;
	font-size: 14px;
}
.cro-slot-day-label {
	margin: 0 0 14px;
	font-size: 16px;
}
.cro-slot-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.cro-slot-btn {
	padding: 12px 8px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	color: #333;
	transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.cro-slot-btn:hover,
.cro-slot-btn.is-selected {
	border-color: #ec661c;
	background: #fff5ef;
	color: #ec661c;
}
.cro-selected-summary {
	background: #fff5ef;
	border-left: 3px solid #ec661c;
	padding: 10px 14px;
	margin-bottom: 18px;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}
.cro-booking-form .form-group {
	margin-bottom: 14px;
}
.cro-booking-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #333;
}
.cro-booking-form input,
.cro-booking-form textarea {
	background: #fff;
	color: #252525;
	border: 1px solid #ccc;
}
.cro-booking-form .captcha-question {
	background: #f0f0f0;
	color: #333;
}
.cro-booking-form .captcha-refresh {
	border-color: #ccc;
	color: #555;
}
.cro-booking-form .cro-dsgvo-label {
	color: #555;
	font-size: 13px;
}
.cro-booking-success {
	text-align: center;
	padding: 24px 12px;
}
.cro-booking-success i {
	font-size: 48px;
	color: #198754;
	margin-bottom: 12px;
}
.cro-booking-success h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

/* Kontakt: Zwei-Spalten Formular + Kalender */
.cro-contact-booking-wrap {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* ── News CTA ───────────────────────────────────────────────────────── */
.cro-news-cta {
	margin: 40px 0 20px;
	padding: 28px 24px;
	background: linear-gradient(135deg, #fff5ef 0%, #f7f4f1 100%);
	border: 1px solid #f0e0d4;
	border-radius: 8px;
}
.cro-news-cta-text {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
.cro-news-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.cro-news-cta-actions .btn {
	width: auto;
	min-width: 180px;
}

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 767px) {
	.cro-trust-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.cro-wc-panel {
		padding: 24px 18px;
	}
	.cro-wc-copy {
		margin-bottom: 28px;
	}
	.cro-slot-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.cro-news-cta-actions .btn {
		width: 100%;
	}
	.hero-area .slide-btn .btn.cro-hero-cta {
		font-size: 14px;
		padding: 12px 18px;
		white-space: normal;
		text-align: center;
	}
}
