.ld-zip-hero {
	--ld-zip-hero-green: #1f9d73;
	--ld-zip-hero-green-hover: #188a65;
	background: transparent;
	padding: 0;
	text-align: inherit;
}

.ld-zip-hero__inner {
	max-width: none;
	margin: 0;
}

.ld-zip-hero__title {
	margin: 0 0 16px;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.ld-zip-hero__subtitle {
	margin: 0 auto 32px;
	max-width: 620px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 2.2vw, 1.125rem);
	line-height: 1.6;
}

.ld-zip-hero__form {
	display: flex;
	align-items: stretch;
	max-width: 560px;
	margin: 0;
	background: #fff;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.ld-zip-hero__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 14px 18px;
	font-size: 16px;
	color: #111827;
	outline: none;
}

.ld-zip-hero__input::placeholder {
	color: #9ca3af;
}

.ld-zip-hero__button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 999px;
	background: var(--ld-zip-hero-green);
	color: #fff;
	padding: 14px 24px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.ld-zip-hero__button:hover,
.ld-zip-hero__button:focus {
	background: var(--ld-zip-hero-green-hover);
}

.ld-zip-hero__button:disabled {
	opacity: 0.7;
	cursor: wait;
}

.ld-zip-hero__trust {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.ld-zip-hero__message {
	margin: 12px 0 0;
	max-width: 560px;
	padding: 12px 16px;
	border-radius: 10px;
	background: #f3f4f6;
	color: #111827;
	font-size: 14px;
}

.ld-zip-hero__message--error {
	background: #fef2f2;
	color: #b91c1c;
}

.ld-zip-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.ld-zip-modal[hidden] {
	display: none !important;
}

.ld-zip-modal--open {
	display: flex;
}

.ld-zip-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.6);
}

.ld-zip-modal__dialog {
	position: relative;
	width: min(480px, 100%);
	background: #fff;
	border-radius: 18px;
	padding: 28px 24px 24px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.ld-zip-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: #6b7280;
	cursor: pointer;
}

.ld-zip-modal__dialog h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	color: #111827;
}

.ld-zip-modal__text {
	margin: 0 0 12px;
	color: #4b5563;
	line-height: 1.6;
}

.ld-zip-modal__zip {
	margin: 0 0 18px;
	color: #6b7280;
	font-size: 14px;
}

.ld-zip-modal__form {
	display: flex;
	gap: 8px;
}

.ld-zip-modal__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
}

.ld-zip-modal__button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 10px;
	background: #1f9d73;
	color: #fff;
	padding: 12px 18px;
	font-weight: 600;
	cursor: pointer;
}

.ld-zip-modal__button:disabled {
	opacity: 0.7;
	cursor: wait;
}

.ld-zip-modal__message {
	margin: 14px 0 0;
	font-size: 14px;
	color: #166534;
}

.ld-zip-modal__message--error {
	color: #b91c1c;
}

.ld-zip-modal__dialog--available {
	text-align: center;
}

.ld-zip-modal__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 50%;
	font-size: 28px;
	font-weight: 700;
}

.ld-zip-modal__icon--success {
	background: #dcfce7;
	color: #15803d;
}

.ld-zip-modal__button--schedule {
	width: 100%;
	margin-top: 4px;
	padding: 14px 18px;
	font-size: 16px;
	background: #1d2d50;
}

.ld-zip-modal__button--schedule:hover,
.ld-zip-modal__button--schedule:focus {
	background: #15233f;
}

body.ld-zip-modal-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.ld-zip-hero__form {
		flex-direction: column;
		border-radius: 20px;
		padding: 10px;
	}

	.ld-zip-hero__button {
		width: 100%;
	}

	.ld-zip-modal__form {
		flex-direction: column;
	}
}
