.fzb-booking-wrapper {
	max-width: 420px;
	margin: 20px auto;
	padding: 16px;
	box-sizing: border-box;
}

.fzb-booking-form {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px 20px 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.fzb-stepper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.fzb-step-indicator {
	flex: 1;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 6px 4px;
	border-bottom: 3px solid #e0e0e0;
	color: #777;
}

.fzb-step-indicator-active {
	color: #ff9800;
	border-color: #ff9800;
	font-weight: 600;
}

.fzb-step h2 {
	font-size: 18px;
	margin: 4px 0 12px;
}

/* Dil seçim: tek satır, eşit genişlik, ince butonlar */
.fzb-lang-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: nowrap;
}
.fzb-lang-bar .fzb-lang-label {
	margin-right: 8px;
	font-weight: 600;
	color: #555;
	flex-shrink: 0;
}
.fzb-lang-bar .fzb-lang-btn {
	flex: 1;
	min-width: 0;
	padding: 10px 0 !important;
	font-size: 14px !important;
	height: auto !important;
	min-height: 40px;
}
@media (max-width: 480px) {
	.fzb-lang-bar { flex-wrap: wrap; }
	.fzb-lang-bar .fzb-lang-btn { flex: 1 1 calc(50% - 5px); }
}
.fzb-step-lang .fzb-lang-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 16px;
}

.fzb-lang-btn {
	display: inline-block;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	border: 2px solid #00A8B5;
	background: #fff;
	color: #00A8B5;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
	box-shadow: 0 1px 4px rgba(0, 168, 181, 0.12);
}

.fzb-lang-btn:hover {
	background: #00A8B5;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(0, 168, 181, 0.3);
}

.fzb-field {
	margin-bottom: 12px;
}

.fzb-field label,
.fzb-field span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 4px;
}

.fzb-field input[type="text"],
.fzb-field input[type="tel"],
.fzb-field input[type="email"],
.fzb-field input[type="number"],
.fzb-field select {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d0d7de;
	font-size: 15px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Kesik/yarım yazı düzeltmesi: sabit height kaldırıldı, min-height ile ferah kutu */
.fzb-booking-form input[type="text"],
.fzb-booking-form input[type="number"],
.fzb-booking-form input[type="tel"],
.fzb-booking-form input[type="email"],
.fzb-booking-form input[type="date"],
.fzb-booking-form select,
.fzb-form-container input[type="text"],
.fzb-form-container input[type="number"],
.fzb-form-container input[type="tel"],
.fzb-form-container input[type="email"],
.fzb-form-container select {
	height: auto !important;
	min-height: 48px !important;
	padding: 10px 15px !important;
	line-height: normal !important;
	box-sizing: border-box !important;
}
.fzb-booking-form select,
.fzb-form-container select {
	padding-right: 36px !important;
}

/* Acil UI: Ad/Telefon/Email yükseklik ve placeholder okunabilirliği */
.fzb-form-step input,
.fzb-form-step select,
.fzb-step input,
.fzb-step select,
.fzb-extra-passengers-container input,
.fzb-extra-passengers-container select {
	height: 50px !important;
	min-height: 50px !important;
	line-height: normal !important;
	padding: 10px 15px !important;
	font-size: 16px !important;
	color: #333 !important;
	opacity: 1 !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	box-sizing: border-box !important;
}
.fzb-booking-form .fzb-step input,
.fzb-booking-form .fzb-step select,
.fzb-booking-form .fzb-extra-passengers-container input {
	height: 50px !important;
	min-height: 50px !important;
	line-height: normal !important;
	padding: 10px 15px !important;
	font-size: 16px !important;
	color: #333 !important;
	opacity: 1 !important;
	background-color: #fff !important;
}
.fzb-booking-form ::placeholder,
.fzb-form-step ::placeholder,
.fzb-step ::placeholder,
.fzb-extra-passengers-container ::placeholder {
	color: #777 !important;
	opacity: 1 !important;
}
::placeholder {
	color: #777 !important;
	opacity: 1 !important;
}

.fzb-field input:hover,
.fzb-field select:hover {
	border-color: #b0bec5;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.fzb-field input:focus,
.fzb-field select:focus {
	outline: none;
	border-color: #00A8B5;
	box-shadow: 0 0 0 2px rgba(0, 168, 181, 0.25), 0 2px 6px rgba(0, 0, 0, 0.08);
}

.fzb-field select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}

/* intl-tel-input: wrapper full width */
.fzb-field .iti {
	width: 100%;
	box-sizing: border-box;
}
.fzb-field .iti input {
	width: 100%;
	box-sizing: border-box;
}

.fzb-field-inline label {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
	font-size: 14px;
}

.fzb-field-inline input[type="radio"] {
	margin-right: 4px;
}

.fzb-help {
	font-size: 11px;
	color: #777;
	margin-top: 3px;
}

.fzb-weight-warning {
	background: #fff3e0;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 13px;
	margin-top: 8px;
}

.fzb-whatsapp-button {
	display: inline-block;
	background: #25d366;
	color: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
}

.fzb-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}

.fzb-btn {
	border: none;
	border-radius: 999px;
	padding: 11px 20px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	min-width: 110px;
}

.fzb-btn-primary {
	width: 100%;
	max-width: 100%;
	padding: 14px 24px;
	font-size: 16px;
	background: linear-gradient(135deg, #00A8B5, #0097a7);
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 168, 181, 0.4);
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.fzb-btn-primary:hover:not([disabled]) {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 168, 181, 0.45);
}

.fzb-btn-secondary {
	background: #eceff1;
	color: #455a64;
}

.fzb-btn[disabled] {
	opacity: 0.5;
	cursor: default;
	box-shadow: none;
}

.fzb-price-box {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff8e1;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.fzb-price-label {
	font-size: 13px;
	color: #666;
}

.fzb-price-value {
	font-size: 20px;
	font-weight: 700;
	color: #e65100;
}

.fzb-pilot-option {
	display: block;
	margin-bottom: 8px;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
}

.fzb-pilot-option input[type="radio"] {
	margin-right: 6px;
}

.fzb-field-payment-method .fzb-label-inline {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.fzb-field-payment-method .fzb-payment-option {
	display: block;
	margin-bottom: 8px;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
}

.fzb-field-payment-method .fzb-payment-option input[type="radio"] {
	margin-right: 6px;
}

.fzb-extra-passengers-container {
	margin-bottom: 16px;
}

.extra-passenger-block {
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background: #fafafa;
}

.extra-passenger-block .fzb-extra-passenger-title {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: 600;
	color: #333;
}

.extra-passenger-block input[type="text"],
.extra-passenger-block input[type="number"] {
	width: 100%;
	max-width: 280px;
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.extra-passenger-block label.fzb-extra-female-pilot {
	font-weight: normal;
}

.fzb-kvkk {
	margin-top: 16px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-size: 12px;
}

.fzb-kvkk-text {
	max-height: 160px;
	overflow: auto;
	margin-top: 6px;
	padding: 6px;
	background: #fafafa;
	border-radius: 6px;
	border: 1px solid #eee;
}

.fzb-alert {
	margin-bottom: 16px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
}

.fzb-alert-error {
	background: #ffebee;
	color: #b71c1c;
}

.fzb-alert-success {
	background: #e8f5e9;
	color: #1b5e20;
}

.fzb-alert ul {
	margin: 0;
	padding-left: 18px;
}

.fzb-success-card {
	background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
	padding: 28px 24px;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 0 2px rgba(34, 197, 94, 0.25);
	border: 1px solid rgba(34, 197, 94, 0.3);
	text-align: center;
	animation: fzb-success-fade 0.4s ease;
}
@keyframes fzb-success-fade {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.fzb-success-card h2 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #166534;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.fzb-success-card h2::before {
	content: "✅";
}

.fzb-ticket-id {
	font-size: 16px;
	margin-bottom: 10px;
}

.fzb-qr img {
	width: 220px;
	height: 220px;
}

.fzb-success-text {
	font-size: 13px;
	color: #555;
	margin-top: 10px;
}

/* Customer panel */
.fzb-customer-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px 18px 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.fzb-customer-card h2 {
	font-size: 20px;
	margin: 0 0 4px;
}

.fzb-customer-subtitle {
	font-size: 13px;
	color: #757575;
	margin: 0 0 12px;
}

.fzb-summary {
	border-radius: 10px;
	background: #fafafa;
	padding: 10px 12px;
	margin-bottom: 14px;
}

.fzb-summary-row {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin: 2px 0;
}

.fzb-summary-label {
	color: #757575;
}

.fzb-summary-value {
	font-weight: 600;
	color: #1e88e5;
}

.fzb-media-box {
	background: #e3f2fd;
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 14px;
	font-size: 13px;
}

.fzb-media-box h3 {
	margin: 0 0 4px;
	font-size: 14px;
}

.fzb-media-link {
	display: inline-block;
	margin-top: 6px;
	background: #1565c0;
	color: #fff;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
}

.fzb-upsell {
	margin-top: 4px;
}

.fzb-upsell h3 {
	font-size: 16px;
	margin: 0 0 4px;
}

.fzb-upsell-note {
	font-size: 12px;
	color: #757575;
	margin: 0 0 8px;
}

.fzb-product-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.fzb-product-card {
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	padding: 10px 12px;
	background: #ffffff;
}

.fzb-product-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}

.fzb-product-prices {
	margin-bottom: 4px;
}

.fzb-price-original {
	font-size: 12px;
	color: #9e9e9e;
	text-decoration: line-through;
	margin-right: 6px;
}

.fzb-price-discount {
	font-size: 14px;
	font-weight: 700;
	color: #e65100;
}

.fzb-price-normal {
	font-size: 14px;
	font-weight: 700;
	color: #e65100;
}

.fzb-product-cta {
	font-size: 11px;
	color: #757575;
	margin: 0;
}

@media (max-width: 480px) {
	.fzb-booking-wrapper {
		margin: 10px auto;
		padding: 10px;
	}

	.fzb-booking-form {
		padding: 16px 14px 12px;
	}

	.fzb-btn {
		font-size: 14px;
		padding: 10px 16px;
	}
}

.fzb-form-container input[type="text"],
.fzb-form-container input[type="number"],
.fzb-form-container input[type="tel"],
.fzb-form-container input[type="email"],
.fzb-form-container select {
	height: 50px !important;
	min-height: 50px !important;
	padding: 10px 15px !important;
	font-size: 16px !important;
	line-height: normal !important;
	box-sizing: border-box !important;
}

/* ========== DİL SEÇİMİ – fzb-language-row (tek satır, alt alta kaymayı yasakla) ========== */
.fzb-language-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	gap: 8px !important;
	width: 100% !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
	list-style: none !important;
}

.fzb-language-row a,
.fzb-language-row button,
.fzb-language-row li {
	flex: 1 1 0px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 40px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	border-radius: 5px !important;
	box-sizing: border-box !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

/* Form kapsayıcısını genişlet ve yan boşlukları daralt */
.fzb-form-container,
.fzb-booking-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	box-sizing: border-box !important;
}

/* Dil satırı için son rötuşlar */
.fzb-language-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	gap: 5px !important;
}

