.lrs-trial-direct-price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 12px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	text-shadow: none;
	filter: none;
	font: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

header .lrs-trial-direct-price,
.header .lrs-trial-direct-price,
.header-nav-actions .lrs-trial-direct-price,
.header-nav-cta .lrs-trial-direct-price,
.main-nav .lrs-trial-direct-price {
	display: none !important;
}

.lrs-program-hero .buttons .lrs-trial-direct-price,
.lrs-program-hero .lrs-trial-direct-price {
	flex: 0 0 auto;
	align-self: center;
	width: auto;
	min-width: 0;
	height: auto;
	min-height: 0;
	margin: 0 14px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	color: #0c1e45;
	font-family: inherit;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}

body.lrs-trial-checkout-open {
	overflow: hidden;
}

.lrs-trial-checkout[hidden] {
	display: none;
}

.lrs-trial-checkout {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.lrs-trial-checkout__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(14 23 38 / 72%);
}

.lrs-trial-checkout__dialog {
	position: relative;
	width: min(100%, 620px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: clamp(24px, 5vw, 42px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 80px rgb(0 0 0 / 28%);
	color: #111827;
}

.lrs-trial-checkout__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: currentColor;
	font: inherit;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.lrs-trial-checkout__close:hover,
.lrs-trial-checkout__close:focus-visible {
	background: #eef2f7;
	outline: 3px solid #53a6cb;
	outline-offset: 2px;
}

.lrs-trial-checkout__eyebrow {
	margin: 0 48px 8px 0;
	color: #226f91;
	font-weight: 700;
}

.lrs-trial-checkout__dialog h2 {
	margin: 0 48px 8px 0;
}

.lrs-trial-checkout__form {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.lrs-trial-checkout__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.lrs-trial-checkout__field {
	display: grid;
	gap: 6px;
	min-width: 0;
	font-weight: 600;
}

.lrs-trial-checkout__field input {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid #aab4c2;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font: inherit;
}

.lrs-trial-checkout__field input:focus-visible {
	border-color: #226f91;
	outline: 3px solid rgb(83 166 203 / 35%);
	outline-offset: 1px;
}

.lrs-trial-checkout__continue {
	width: 100%;
	min-height: 50px;
	margin-top: 6px;
}

.lrs-paypal-buttons {
	position: relative;
	z-index: 0;
	margin-top: 16px;
}

.lrs-paypal-status {
	min-height: 1.5em;
	margin: 12px 0 0;
	color: #374151;
}

.lrs-trial-child-fields,
.lrs-trial-child-fields label {
	display: grid;
	gap: 8px;
}

/* Custom DOB control: placeholder text is English; native date stays for picker/value. */
.lrs-dob-field {
	position: relative;
	width: 100%;
	min-width: 0;
}

.lrs-dob-display {
	box-sizing: border-box;
	width: 100%;
	pointer-events: none;
}

.cta-form .lrs-dob-native,
.lrs-trial-checkout .lrs-dob-native {
	position: absolute;
	inset: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: inherit;
	opacity: 0;
	cursor: pointer;
	background: transparent !important;
	color: transparent !important;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	outline: none;
}

.cta-form .lrs-dob-native::-webkit-calendar-picker-indicator,
.lrs-trial-checkout .lrs-dob-native::-webkit-calendar-picker-indicator {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.lrs-dob-icon {
	position: absolute;
	top: 50%;
	right: 18px;
	z-index: 2;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	background-color: #fff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2zm13 8H4v10h16V10zm0-2V6H4v2h16z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2zm13 8H4v10h16V10zm0-2V6H4v2h16z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cta-form .lrs-dob-display {
	height: 56px;
	padding: 0 48px 0 22px;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	outline: none;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font: inherit;
	font-size: 18px;
}

.cta-form .lrs-dob-display::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.cta-form .lrs-dob-field:focus-within .lrs-dob-display {
	border-color: #c7ef66;
}

.lrs-trial-checkout .lrs-dob-display {
	min-height: 48px;
	padding: 10px 44px 10px 12px;
	border: 1px solid #aab4c2;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font: inherit;
}

.lrs-trial-checkout .lrs-dob-display::placeholder {
	color: #9aa3b2;
}

.lrs-trial-checkout .lrs-dob-field:focus-within .lrs-dob-display {
	border-color: #226f91;
	outline: 3px solid rgb(83 166 203 / 35%);
	outline-offset: 1px;
}

.lrs-trial-checkout .lrs-dob-icon {
	right: 14px;
	background-color: #111827;
}

.lrs-trial-checkout__success {
	padding: 24px 0 8px;
	text-align: center;
}

@media (max-width: 600px) {
	.lrs-trial-direct-price {
		margin-right: 8px;
		font-size: 1rem;
	}

	.lrs-program-hero .lrs-trial-direct-price {
		margin-right: 10px;
		font-size: 1.75rem;
	}

	.lrs-trial-checkout {
		align-items: end;
		padding: 0;
	}

	.lrs-trial-checkout__dialog {
		width: 100%;
		max-height: 92vh;
		padding: 28px 20px max(24px, env(safe-area-inset-bottom));
		border-radius: 24px 24px 0 0;
	}

	.lrs-trial-checkout__row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.lrs-program-hero .buttons {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.lrs-program-hero .buttons .chat-wa {
		min-width: 160px;
	}
}
