.pdb-banner {
	position: relative;
	width: 100%;
	min-height: 700px;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.pdb-banner__overlay {
	width: 100%;
}

.pdb-banner__content {
	max-width: 620px;
	padding: 40px 24px 40px 60px;
	color: #ffffff;
}

.pdb-banner__paragraph {
	font-size: 22px;
	line-height: 1.35;
	font-weight: 500;
	margin: 0 0 24px;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.pdb-banner__headline {
	font-size: 44px;
	line-height: 1.15;
	font-weight: 800;
	margin: 0 0 28px;
}

.pdb-banner__headline--light {
	display: block;
	color: #ffffff;
}

.pdb-banner__headline--dark {
	display: block;
	color: #1b3a1e;
}

.pdb-banner__form-box {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	max-width: 560px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pdb-banner__fields {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pdb-banner__input {
	flex: 1 1 160px;
	min-width: 140px;
	padding: 14px 16px;
	border: 1px solid #cfe3d1;
	border-radius: 10px;
	font-size: 15px;
	color: #333;
}

.pdb-banner__input:focus {
	outline: none;
	border-color: #4caf50;
}

.pdb-banner__button {
	flex: 1 1 160px;
	background: #1b3a1e;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease;
}

.pdb-banner__button:hover {
	background: #256428;
}

.pdb-banner__form-msg {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #c62828;
	min-height: 16px;
}

.pdb-banner__payments {
	margin-top: 14px;
}

.pdb-banner__payments img {
	max-width: 100%;
	height: auto;
	display: block;
}

.pdb-banner__meus-pedidos {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.3px;
}

.pdb-banner__meus-pedidos:hover {
	text-decoration: underline;
	color: #ffffff;
}

@media (max-width: 991px) {
	.pdb-banner {
		min-height: 0;
		background-position: center top;
	}
	.pdb-banner__content {
		max-width: 100%;
		padding: 32px 20px;
	}
	.pdb-banner__headline {
		font-size: 32px;
	}
	.pdb-banner__paragraph {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.pdb-banner__fields {
		flex-direction: column;
	}
	.pdb-banner__input,
	.pdb-banner__button {
		flex: 1 1 auto;
		width: 100%;
	}
}
