.contact-unlock-panel {
	margin: 16px 0;
	padding: 18px;
	border: 1px solid rgba(215, 31, 63, 0.36);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(23, 12, 16, 0.98), rgba(11, 11, 14, 0.96));
	color: #f8fafc;
	box-shadow: 0 16px 42px rgba(3, 10, 24, 0.18);
}

.contact-unlock-panel__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: #f4b7c2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-unlock-panel__eyebrow span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d71f3f;
	box-shadow: 0 0 0 5px rgba(215, 31, 63, 0.18);
}

.contact-unlock-panel__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.contact-unlock-panel strong {
	display: block;
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.15;
	color: #fff;
}

.contact-unlock-panel p {
	margin: 0;
	max-width: 58ch;
	color: #c7cad2;
	font-size: 15px;
	line-height: 1.55;
}

.contact-unlock-panel__button,
.contact-unlock-modal__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #d71f3f, #f04d61);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(215, 31, 63, 0.34);
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
	text-decoration: none;
	white-space: nowrap;
}

.contact-unlock-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-unlock-panel__secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(244, 191, 166, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 232, 218, 0.92);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.contact-unlock-panel__secondary:hover {
	border-color: rgba(244, 191, 166, 0.38);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.contact-unlock-panel--contact-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	align-items: center;
	gap: 8px 28px;
	margin: 14px 0 0;
	padding: 22px 24px;
	overflow: hidden;
	border-color: rgba(230, 210, 164, 0.14);
	border-radius: 14px;
	background: rgba(16, 16, 20, 0.94);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 18px 42px rgba(0, 0, 0, 0.24);
}

.contact-unlock-panel--contact-card::before {
	content: none;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__eyebrow {
	grid-column: 1;
	margin: 0 0 9px;
	color: rgba(244, 191, 166, 0.9);
	font-size: 11px;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__body {
	display: contents;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__copy {
	grid-column: 1;
	grid-row: 2 / span 2;
	min-width: 0;
	max-width: none;
}

.contact-unlock-panel--contact-card strong {
	margin-bottom: 7px;
	font-size: clamp(20px, 1.75vw, 24px);
	letter-spacing: 0;
	line-height: 1.12;
	text-wrap: balance;
}

.contact-unlock-panel--contact-card p {
	max-width: 58ch;
	color: rgba(236, 236, 236, 0.72);
	font-size: 14px;
	line-height: 1.48;
	text-wrap: pretty;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__button {
	grid-column: 2;
	grid-row: 2;
	align-self: end;
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 10px;
	background: #d71f3f;
	box-shadow:
		0 12px 24px rgba(215, 31, 63, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.contact-unlock-panel--contact-card .contact-unlock-panel__actions {
	display: grid;
	grid-template-columns: 1fr;
	grid-column: 2;
	grid-row: 3;
	margin-top: 10px;
	padding-top: 0;
	border-top: 0;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary {
	position: relative;
	width: 100%;
	min-height: 44px;
	justify-content: space-between;
	gap: 10px;
	padding: 0 14px;
	border-color: rgba(230, 210, 164, 0.12);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(244, 191, 166, 0.84);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary::after {
	content: "\2192";
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1;
	transition: transform 160ms ease, color 160ms ease;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary:hover::after {
	transform: translateX(3px);
	color: #fff;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary:hover {
	border-color: rgba(230, 210, 164, 0.22);
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 244, 224, 0.95);
}

.contact-unlock-panel--contact-card .contact-unlock-panel__secondary span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-unlock-panel--contact-card .contact-unlock-panel__status {
	grid-column: 1 / -1;
}

.contact-unlock-panel__button:focus-visible,
.contact-unlock-panel__secondary:focus-visible,
.contact-unlock-modal__primary:focus-visible {
	outline: 2px solid rgba(230, 210, 164, 0.86);
	outline-offset: 3px;
}

.contact-unlock-svg,
.contact-unlock-panel__button .contact-unlock-icon {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-unlock-panel__button:hover,
.contact-unlock-modal__primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(215, 31, 63, 0.42);
}

.contact-unlock-panel__button:disabled,
.contact-unlock-modal__primary:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

.contact-unlock-panel__status {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	color: #f4b7c2;
	font-size: 14px;
	line-height: 1.45;
}

.contact-unlock-modal[hidden] {
	display: none;
}

.contact-unlock-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(10px);
}

.contact-unlock-modal__dialog {
	width: min(560px, 100%);
	max-height: min(760px, calc(100vh - 28px));
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: #0d0d10;
	color: #f8fafc;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
}

.contact-unlock-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 24px 12px;
}

.contact-unlock-modal__title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 26px;
	line-height: 1.12;
}

.contact-unlock-modal__subtitle {
	margin: 0;
	color: #aab2c2;
	font-size: 14px;
	line-height: 1.5;
}

.contact-unlock-modal__close {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.contact-unlock-modal__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 12px 24px 18px;
}

.contact-unlock-modal__step {
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.contact-unlock-modal__step.is-active {
	background: linear-gradient(90deg, #d71f3f, #f04d61);
}

.contact-unlock-modal__content {
	padding: 0 24px 24px;
}

.contact-unlock-icon {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-unlock-modal__trust {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 18px;
	padding: 9px 11px;
	border: 1px solid rgba(215, 31, 63, 0.24);
	border-radius: 10px;
	background: rgba(215, 31, 63, 0.1);
	color: #f4b7c2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.contact-unlock-modal__trust strong {
	min-width: 0;
	color: inherit;
	font: inherit;
}

.contact-unlock-modal__trust span,
.contact-unlock-choice__icon,
.contact-unlock-pending__icon,
.contact-unlock-success__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.contact-unlock-modal__section-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-unlock-modal__choices {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.contact-unlock-choice {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: #f8fafc;
	text-align: left;
	cursor: pointer;
}

.contact-unlock-choice.is-selected {
	border-color: #f04d61;
	background: rgba(215, 31, 63, 0.14);
	box-shadow: inset 0 0 0 1px rgba(215, 31, 63, 0.24);
}

.contact-unlock-choice__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #f4b7c2;
}

.contact-unlock-choice__copy {
	min-width: 0;
}

.contact-unlock-choice strong {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
}

.contact-unlock-choice span {
	color: #aab2c2;
	font-size: 14px;
}

.contact-unlock-modal__grid {
	display: grid;
	gap: 12px;
}

.contact-unlock-modal__label {
	display: grid;
	gap: 7px;
	color: #cbd5e1;
	font-size: 13px;
	font-weight: 700;
}

.contact-unlock-modal__input {
	width: 100%;
	min-height: 48px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 16px;
}

.contact-unlock-phone-field {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.075);
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-unlock-phone-field:focus-within {
	border-color: rgba(244, 191, 166, 0.38);
	background: rgba(255, 255, 255, 0.095);
	box-shadow: 0 0 0 3px rgba(215, 31, 63, 0.16);
}

.contact-unlock-phone-field__prefix,
.contact-unlock-phone-field__currency {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 12px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 232, 218, 0.94);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.contact-unlock-phone-field__prefix {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-unlock-phone-field__currency {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	color: #f4b7c2;
}

.contact-unlock-phone-field .contact-unlock-modal__input {
	min-height: 50px;
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.contact-unlock-phone-field .contact-unlock-modal__input:focus {
	outline: 0;
}

.contact-unlock-modal__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
}

.contact-unlock-modal__message {
	min-height: 20px;
	color: #f4b7c2;
	font-size: 14px;
	line-height: 1.45;
}

.contact-unlock-pending,
.contact-unlock-success {
	display: grid;
	gap: 10px;
}

.contact-unlock-pending__icon,
.contact-unlock-success__icon {
	width: 44px;
	height: 44px;
	margin-bottom: 2px;
	border: 1px solid rgba(215, 31, 63, 0.28);
	border-radius: 50%;
	background: rgba(215, 31, 63, 0.12);
	color: #f4b7c2;
}

.contact-unlock-result {
	display: grid;
	gap: 12px;
}

.contact-unlock-result__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.07);
}

.contact-unlock-result__item span {
	color: #94a3b8;
	font-size: 13px;
}

.contact-unlock-result__item a,
.contact-unlock-result__item strong {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	word-break: break-word;
}

@media (max-width: 760px) {
	.contact-unlock-panel--contact-card {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px;
	}

	.contact-unlock-panel--contact-card .contact-unlock-panel__body {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.contact-unlock-panel--contact-card .contact-unlock-panel__eyebrow,
	.contact-unlock-panel--contact-card .contact-unlock-panel__copy,
	.contact-unlock-panel--contact-card .contact-unlock-panel__button,
	.contact-unlock-panel--contact-card .contact-unlock-panel__actions,
	.contact-unlock-panel--contact-card .contact-unlock-panel__status {
		grid-column: 1;
		grid-row: auto;
	}

	.contact-unlock-panel--contact-card .contact-unlock-panel__button {
		width: 100%;
	}

	.contact-unlock-panel--contact-card .contact-unlock-panel__actions {
		margin-top: 0;
	}

	.contact-unlock-panel--contact-card p {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.contact-unlock-panel__body,
	.contact-unlock-modal__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.contact-unlock-panel__button,
	.contact-unlock-modal__primary {
		width: 100%;
	}

	.contact-unlock-panel__secondary {
		width: 100%;
		justify-content: center;
	}

	.contact-unlock-panel--contact-card .contact-unlock-panel__secondary {
		justify-content: space-between;
	}

	.contact-unlock-panel--contact-card .contact-unlock-panel__secondary span {
		white-space: normal;
	}

	.contact-unlock-modal {
		padding: 10px;
		align-items: end;
	}

	.contact-unlock-modal__dialog {
		border-radius: 18px 18px 0 0;
		max-height: calc(100vh - 10px);
	}
}
