.ntpanel-takeoff-slot,
.ntpanel-home-takeoff,
.ntpanel-takeoff {
	position: relative;
	z-index: 6;
	pointer-events: auto;
}

.ntpanel-takeoff-slot {
	width: 100%;
	margin: 1.5rem 0 0;
}

.ntpanel-home-takeoff {
	padding-top: 8px;
	padding-bottom: 36px;
}

.ntpanel-takeoff {
	--takeoff-ink: var(--ntpanel-ink, #242828);
	--takeoff-muted: var(--ntpanel-muted, #69757c);
	--takeoff-line: var(--ntpanel-line, #e2e7eb);
	--takeoff-soft: var(--ntpanel-soft, #f3f6f8);
	--takeoff-gold: var(--ntpanel-yellow, #ffb610);
	overflow: hidden;
	border: 1px solid #d7dee3;
	border-radius: 22px;
	background: #fff;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, .7) inset,
		0 22px 48px rgba(36, 40, 40, .08);
	font-family: var(--ntpanel-font-family);
	color: #445055;
}

.ntpanel-takeoff button,
.ntpanel-takeoff a,
.ntpanel-takeoff input,
.ntpanel-takeoff select {
	pointer-events: auto !important;
	position: relative;
	z-index: 1;
}

.ntpanel-takeoff__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px 28px;
	align-items: end;
	padding: 28px 30px 24px;
	background:
		radial-gradient(900px 220px at 12% 120%, rgba(255, 182, 16, .16), transparent 55%),
		radial-gradient(1100px 180px at 88% -40%, rgba(255, 182, 16, .24), transparent 55%),
		linear-gradient(135deg, #171b1d 0%, #2a3234 68%, #242828 100%);
	color: #fff;
}

.ntpanel-takeoff__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 182, 16, .45);
	border-radius: 999px;
	background: rgba(255, 182, 16, .16);
	color: #ffd36a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ntpanel-takeoff__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(1.4rem, 2.1vw, 1.85rem);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -.02em;
}

.ntpanel-takeoff__sub {
	margin: 0;
	max-width: 42rem;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

.ntpanel-takeoff__facts {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 236px;
}

.ntpanel-takeoff__facts li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
	backdrop-filter: blur(4px);
	color: rgba(255, 255, 255, .92);
	font-size: 13px;
	font-weight: 600;
}

.ntpanel-takeoff__facts i {
	width: 18px;
	color: var(--takeoff-gold);
	text-align: center;
}

.ntpanel-takeoff__body {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
	gap: 0;
	align-items: stretch;
	background: linear-gradient(180deg, #fafbfc, #fff);
}

.ntpanel-takeoff__form {
	padding: 24px 26px 26px;
	border-right: 1px solid var(--takeoff-line);
	background: #fff;
}

.ntpanel-takeoff__result {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
	padding: 24px 26px;
	background:
		radial-gradient(520px 220px at 80% 0%, rgba(255, 182, 16, .1), transparent 65%),
		linear-gradient(180deg, #fffdf8, #f8fafb);
}

.ntpanel-takeoff__result:has(.ntpanel-takeoff__placeholder) {
	justify-content: center;
}

.ntpanel-takeoff__form-lead {
	display: grid;
	gap: 2px;
	margin: 0 0 12px;
}

.ntpanel-takeoff__form-lead strong {
	color: var(--takeoff-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

.ntpanel-takeoff__form-lead span {
	color: var(--takeoff-muted);
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.45;
}

.ntpanel-takeoff__form-lead + .ntpanel-takeoff__group,
.ntpanel-takeoff__grid + .ntpanel-takeoff__form-lead {
	margin-top: 6px;
}

.ntpanel-takeoff__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.ntpanel-takeoff__grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntpanel-takeoff__field {
	display: grid;
	gap: 7px;
	margin: 0;
}

.ntpanel-takeoff__field span,
.ntpanel-takeoff__label {
	color: var(--takeoff-ink);
	font-size: 12.5px;
	font-weight: 700;
}

.ntpanel-takeoff__field input,
.ntpanel-takeoff__field select {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid var(--takeoff-line);
	border-radius: 12px;
	background: #fff;
	color: var(--takeoff-ink);
	font-size: 15px;
	font-weight: 600;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.ntpanel-takeoff__field input:hover,
.ntpanel-takeoff__field select:hover {
	border-color: #c9d3d8;
}

.ntpanel-takeoff__field input:focus,
.ntpanel-takeoff__field select:focus {
	outline: none;
	border-color: var(--takeoff-gold);
	box-shadow: 0 0 0 3px rgba(255, 182, 16, .18);
}

.ntpanel-takeoff__group {
	margin-bottom: 16px;
}

.ntpanel-takeoff__label {
	display: block;
	margin-bottom: 8px;
}

.ntpanel-takeoff__seg {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ntpanel-takeoff__seg label {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid var(--takeoff-line);
	border-radius: 999px;
	background: #fff;
	color: var(--takeoff-ink);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.ntpanel-takeoff__seg label input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.ntpanel-takeoff__seg label.is-active,
.ntpanel-takeoff__seg label:hover {
	border-color: var(--takeoff-gold);
	background: #fff8e6;
	box-shadow: 0 6px 14px rgba(255, 182, 16, .12);
}

.ntpanel-takeoff__seg label.is-active {
	transform: translateY(-1px);
}

.ntpanel-takeoff__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	margin-top: 4px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--takeoff-gold), #e5a40e);
	color: var(--takeoff-ink);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(255, 182, 16, .28);
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.ntpanel-takeoff__submit:hover {
	filter: brightness(1.03);
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(255, 182, 16, .34);
}

.ntpanel-takeoff__submit:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 182, 16, .28), 0 12px 26px rgba(255, 182, 16, .28);
}

.ntpanel-takeoff__placeholder {
	display: grid;
	justify-items: center;
	gap: 12px;
	margin: 0;
	padding: 36px 18px;
	border: 1px dashed #e2c778;
	border-radius: 18px;
	background: rgba(255, 255, 255, .72);
	color: var(--takeoff-muted);
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.65;
	text-align: center;
}

.ntpanel-takeoff__placeholder p {
	margin: 0;
	max-width: 28rem;
}

.ntpanel-takeoff__placeholder strong {
	color: var(--takeoff-ink);
	font-weight: 800;
}

.ntpanel-takeoff__placeholder-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: rgba(255, 182, 16, .16);
	color: #b8820a;
	font-size: 22px;
}

.ntpanel-takeoff__placeholder-hint {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(36, 40, 40, .06);
	color: #6a757b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ntpanel-takeoff__summary {
	display: grid;
	gap: 14px;
	margin-bottom: 16px;
	animation: ntpanel-takeoff-in .35s ease both;
}

@keyframes ntpanel-takeoff-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: none; }
}

.ntpanel-takeoff__summary .ntpanel-takeoff__eyebrow {
	color: #8a5a00;
	background: rgba(255, 182, 16, .16);
	border-color: transparent;
}

.ntpanel-takeoff__code {
	margin: 0 0 4px;
	color: var(--takeoff-ink);
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -.02em;
	word-break: break-word;
}

.ntpanel-takeoff__hint {
	margin: 0;
	color: var(--takeoff-muted);
	font-size: 13px;
	font-weight: 600;
}

.ntpanel-takeoff__kpis {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.ntpanel-takeoff__kpis div {
	padding: 14px 10px;
	border: 1px solid #f0d48a;
	border-radius: 14px;
	background: #fff;
	text-align: center;
	box-shadow: 0 8px 18px rgba(255, 182, 16, .08);
}

.ntpanel-takeoff__kpis strong {
	display: block;
	color: var(--takeoff-ink);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2;
}

.ntpanel-takeoff__kpis span {
	color: var(--takeoff-muted);
	font-size: 11px;
	font-weight: 700;
}

.ntpanel-takeoff__table {
	width: 100%;
	margin: 0 0 12px;
	border-collapse: collapse;
	font-size: 13.5px;
}

.ntpanel-takeoff__table th,
.ntpanel-takeoff__table td {
	padding: 9px 8px;
	border-bottom: 1px solid var(--takeoff-line);
	text-align: left;
	vertical-align: top;
}

.ntpanel-takeoff__table th {
	color: var(--takeoff-ink);
	font-size: 12px;
	font-weight: 800;
	background: var(--takeoff-soft);
}

.ntpanel-takeoff__table td:nth-child(2) {
	color: var(--takeoff-ink);
	font-weight: 800;
	white-space: nowrap;
}

.ntpanel-takeoff__table td:nth-child(3) {
	color: var(--takeoff-muted);
	font-size: 12.5px;
}

.ntpanel-takeoff__note {
	margin: 0 0 14px;
	color: var(--takeoff-muted);
	font-size: 12.5px;
	line-height: 1.5;
}

.ntpanel-takeoff__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ntpanel-takeoff__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13.5px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ntpanel-takeoff__btn--primary {
	background: var(--takeoff-ink);
	color: #fff;
}

.ntpanel-takeoff__btn--copy {
	border: 1px solid var(--takeoff-ink);
	background: #fff;
	color: var(--takeoff-ink);
	cursor: pointer;
}

.ntpanel-takeoff__btn--copy:hover {
	background: var(--takeoff-soft);
}

.ntpanel-takeoff__btn--zalo {
	background: #0068ff;
	color: #fff;
}

.ntpanel-takeoff__btn--zalo:hover {
	background: #0056d6;
	color: #fff;
}

.ntpanel-takeoff__btn--call {
	background: var(--takeoff-gold);
	color: var(--takeoff-ink);
}

.ntpanel-takeoff__btn--call:hover {
	background: #e5a40e;
	color: var(--takeoff-ink);
}

@media (max-width: 991.98px) {
	.ntpanel-takeoff {
		border-radius: 16px;
	}

	.ntpanel-takeoff__head {
		grid-template-columns: 1fr;
		padding: 20px 16px 18px;
	}

	.ntpanel-takeoff__facts {
		min-width: 0;
	}

	.ntpanel-takeoff__body {
		grid-template-columns: 1fr;
	}

	.ntpanel-takeoff__form {
		border-right: 0;
		border-bottom: 1px solid var(--takeoff-line);
		padding: 18px 14px;
	}

	.ntpanel-takeoff__result {
		padding: 18px 14px;
	}

	.ntpanel-takeoff__grid,
	.ntpanel-takeoff__grid--3 {
		grid-template-columns: 1fr 1fr;
	}

	.ntpanel-takeoff__kpis {
		grid-template-columns: 1fr;
	}

	.ntpanel-takeoff__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ntpanel-takeoff__btn,
	.ntpanel-takeoff__submit {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.ntpanel-takeoff__grid,
	.ntpanel-takeoff__grid--3 {
		grid-template-columns: 1fr;
	}

	.ntpanel-takeoff__table {
		display: block;
		overflow-x: auto;
	}
}
