/* -------------------- Designer Sign Up page -------------------- */
.np-designer {
	--np-designer-pink: #e02f67;
	--np-designer-pink-dark: #B8325D;
	--np-designer-gold: #c8a165;
	--np-designer-ink: #121111;
	--np-designer-muted: #6f6669;
	--np-designer-cream: #fbf7f2;
	--np-designer-shadow: 0 18px 48px rgba(37, 24, 22, .09);
	background: linear-gradient(180deg, #fff 0%, var(--np-designer-cream) 48%, #fff 100%);
	color: var(--np-text);
	font-family: 'Poppins', 'Montserrat', var(--np-font-body);
	overflow: hidden;
}

.np-designer *,
.np-designer *::before,
.np-designer *::after {
	box-sizing: border-box;
}

.np-designer h1,
.np-designer h2,
.np-designer h3,
.np-designer h4 {
	font-family: var(--np-font-display);
	font-weight: 500;
	letter-spacing: 0;
}

.np-designer p {
	line-height: 1.8;
}

.np-designer .np-icon {
	width: 20px;
	height: 20px;
}

.np-designer__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--np-designer-pink);
}

.np-designer__eyebrow::before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 1px;
	background: currentColor;
}

.np-designer-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 560px;
	padding: 82px 0 96px;
	background-image:
		linear-gradient(100deg, rgba(13, 11, 12, .82) 0%, rgba(87, 35, 55, .56) 48%, rgba(18, 17, 17, .2) 100%),
		var(--np-designer-hero-image),
		linear-gradient(135deg, #171313 0%, #5a253b 100%);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

.np-designer-hero::before {
	content: '';
	position: absolute;
	inset: 34px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 8px;
	pointer-events: none;
}

.np-designer-hero::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 76px;
	background: linear-gradient(180deg, transparent 0%, var(--np-designer-cream) 100%);
	pointer-events: none;
}

.np-designer-hero__inner {
	position: relative;
	z-index: 2;
}

.np-designer-hero__copy {
	max-width: 720px;
}

.np-designer-hero .np-designer__eyebrow {
	color: #f7d2dd;
}

.np-designer-hero h1 {
	max-width: 620px;
	margin: 0 0 20px;
	color: #fff;
	font-size: 68px;
	font-style: italic;
	line-height: 1;
}

.np-designer-hero p {
	max-width: 520px;
	margin: 0 0 30px;
	color: rgba(255,255,255,.82);
	font-size: 17px;
}

.np-designer-hero__btn {
	letter-spacing: 0;
}

.np-designer-benefits,
.np-designer-application,
.np-designer-faq {
	padding: 68px 0;
}

.np-designer-section-head {
	max-width: 680px;
	margin: 0 auto 34px;
	text-align: center;
}

.np-designer-section-head .np-designer__eyebrow {
	justify-content: center;
}

.np-designer-section-head h2,
.np-designer-form-card__intro h2 {
	margin: 0;
	color: var(--np-designer-ink);
	font-size: 44px;
	line-height: 1.06;
}

.np-designer-benefit-card,
.np-designer-form-card,
.np-designer-accordion .accordion-item {
	border: 1px solid rgba(18,17,17,.08);
	background: rgba(255,255,255,.84);
	box-shadow: var(--np-designer-shadow);
	backdrop-filter: blur(12px);
}

.np-designer-benefit-card {
	height: 100%;
	padding: 26px 24px;
	border-radius: 8px;
	transition: transform .28s var(--np-ease), box-shadow .28s var(--np-ease), border-color .28s var(--np-ease);
}

.np-designer-benefit-card:hover {
	transform: translateY(-8px);
	border-color: rgba(224,47,103,.32);
	box-shadow: 0 30px 82px rgba(37, 24, 22, .16);
}

.np-designer-benefit-card__icon,
.np-designer-upload__icon,
.np-designer-requirements__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.np-designer-benefit-card__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	border-radius: 8px;
	background: rgba(224,47,103,.09);
	color: var(--np-designer-pink);
}

.np-designer-benefit-card h3 {
	margin: 0 0 10px;
	color: var(--np-designer-ink);
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.np-designer-benefit-card p,
.np-designer-form-card__intro p,
.np-designer-contact-panel p,
.np-designer-accordion .accordion-body {
	margin: 0;
	color: var(--np-designer-muted);
	font-size: 15px;
}

.np-designer-application {
	position: relative;
	background:
		linear-gradient(180deg, rgba(251,247,242,.8), rgba(255,255,255,.72));
}

.np-designer-form-card {
	max-width: 980px;
	margin: 0 auto;
	padding: 34px;
	border-radius: 8px;
}

.np-designer-form-card__intro {
	max-width: 620px;
	margin-bottom: 28px;
}

.np-designer-form-card__intro p {
	margin-top: 16px;
}

.np-designer-form__trap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.np-designer-form-block {
	padding: 24px 0;
	border-top: 1px solid rgba(18,17,17,.1);
}

.np-designer-form-block__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.np-designer-form-block__head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(224,47,103,.1);
	color: var(--np-designer-pink);
	font-size: 12px;
	font-weight: 700;
}

.np-designer-form-block__head h3,
.np-designer-requirements h3 {
	margin: 0;
	color: var(--np-designer-ink);
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 20px;
	font-weight: 700;
}

.np-designer-field {
	display: block;
	margin: 0;
}

.np-designer-field span {
	display: block;
	margin-bottom: 8px;
	color: #3b3436;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.np-designer-field input,
.np-designer-field select {
	display: block;
	width: 100%;
	min-height: 52px;
	border: 1px solid rgba(18,17,17,.13);
	border-radius: 8px;
	background: rgba(255,255,255,.9);
	color: var(--np-designer-ink);
	font-size: 15px;
	padding: 13px 15px;
	box-shadow: none;
	outline: none;
	transition: border-color .22s var(--np-ease), box-shadow .22s var(--np-ease), background .22s var(--np-ease);
}

.np-designer-field input:focus,
.np-designer-field select:focus {
	border-color: rgba(224,47,103,.62);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(224,47,103,.1);
}

.np-designer-form.was-validated input:invalid,
.np-designer-form.was-validated select:invalid {
	border-color: #b42318;
}

.np-designer-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.np-designer-choice {
	position: relative;
	display: flex;
	gap: 14px;
	min-height: 122px;
	margin: 0;
	padding: 20px;
	border: 1px solid rgba(18,17,17,.12);
	border-radius: 8px;
	background: rgba(255,255,255,.72);
	cursor: pointer;
	transition: transform .25s var(--np-ease), border-color .25s var(--np-ease), background .25s var(--np-ease);
}

.np-designer-choice:hover,
.np-designer-choice:has(input:checked) {
	transform: translateY(-2px);
	border-color: rgba(224,47,103,.48);
	background: rgba(255,255,255,.96);
}

.np-designer-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.np-designer-choice__mark {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border: 1px solid rgba(18,17,17,.28);
	border-radius: 50%;
	box-shadow: inset 0 0 0 5px #fff;
}

.np-designer-choice input:checked + .np-designer-choice__mark {
	border-color: var(--np-designer-pink);
	background: var(--np-designer-pink);
}

.np-designer-choice__body strong,
.np-designer-choice__body small {
	display: block;
}

.np-designer-choice__body strong {
	margin-bottom: 6px;
	color: var(--np-designer-ink);
	font-size: 16px;
}

.np-designer-choice__body small {
	color: var(--np-designer-muted);
	font-size: 13px;
	line-height: 1.6;
}

.np-designer-upload {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	border: 1.5px dashed rgba(224,47,103,.38);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(224,47,103,.06), rgba(200,161,101,.09));
	text-align: center;
	transition: border-color .25s var(--np-ease), background .25s var(--np-ease), transform .25s var(--np-ease);
}

.np-designer-upload.is-dragover {
	transform: translateY(-2px);
	border-color: var(--np-designer-pink);
	background: linear-gradient(135deg, rgba(224,47,103,.11), rgba(200,161,101,.15));
}

.np-designer-upload input[type='file'] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.np-designer-upload__content {
	padding: 32px;
	pointer-events: none;
}

.np-designer-upload__icon {
	width: 70px;
	height: 70px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #fff;
	color: var(--np-designer-pink);
	box-shadow: 0 14px 28px rgba(37,24,22,.08);
}

.np-designer-upload__icon .np-icon {
	width: 28px;
	height: 28px;
}

.np-designer-upload h4 {
	margin: 0 0 8px;
	color: var(--np-designer-ink);
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 20px;
	font-weight: 700;
}

.np-designer-upload p {
	max-width: 520px;
	margin: 0 auto 18px;
	color: var(--np-designer-muted);
	font-size: 14px;
}

.np-designer-upload__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid rgba(224,47,103,.38);
	border-radius: 8px;
	background: #fff;
	color: var(--np-designer-pink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.np-designer-file-list {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.np-designer-file-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(18,17,17,.08);
	border-radius: 8px;
	background: rgba(255,255,255,.84);
	color: var(--np-designer-ink);
	font-size: 14px;
}

.np-designer-file-list__item span:first-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.np-designer-file-list__item span:last-child {
	flex: 0 0 auto;
	color: var(--np-designer-muted);
	font-size: 12px;
}

.np-designer-progress {
	height: 8px;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(18,17,17,.08);
}

.np-designer-progress__bar {
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--np-designer-pink), var(--np-designer-gold));
	transition: width .2s var(--np-ease);
}

.np-designer-status,
.np-designer-form-message {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
}

.np-designer-status.is-error,
.np-designer-form-message.is-error {
	color: #b42318;
}

.np-designer-form-message.is-success {
	color: #13795b;
}

.np-designer-requirements {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	margin: 12px 0 8px;
	padding: 24px;
	border: 1px solid rgba(200,161,101,.32);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(200,161,101,.14), rgba(255,255,255,.78));
}

.np-designer-requirements__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: var(--np-designer-gold);
	box-shadow: 0 10px 24px rgba(37,24,22,.08);
}

.np-designer-requirements p,
.np-designer-requirements li {
	color: #5e5558;
	font-size: 14px;
	line-height: 1.7;
}

.np-designer-requirements h4 {
	margin: 14px 0 8px;
	color: var(--np-designer-ink);
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 15px;
	font-weight: 800;
}

.np-designer-requirements ul {
	margin: 0;
	padding-left: 18px;
}

.np-designer-requirement-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-left: 0 !important;
	list-style: none;
}

.np-designer-requirement-tags li {
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.84);
	color: #4d4447;
}

.np-designer-form-block--declaration {
	display: grid;
	gap: 12px;
	padding-bottom: 18px;
}

.np-designer-check {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid rgba(18,17,17,.1);
	border-radius: 8px;
	background: rgba(255,255,255,.72);
	color: #3f3639;
	font-size: 14px;
	line-height: 1.6;
}

.np-designer-check input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--np-designer-pink);
}

.np-designer-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 60px;
	margin-top: 14px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--np-designer-pink) 0%, var(--np-designer-gold) 100%);
	color: #fff;
	box-shadow: 0 18px 44px rgba(224,47,103,.34);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: transform .25s var(--np-ease), box-shadow .25s var(--np-ease), opacity .25s var(--np-ease);
}

.np-designer-submit:hover,
.np-designer-submit:focus {
	transform: translateY(-2px);
	box-shadow: 0 24px 58px rgba(224,47,103,.42);
}

.np-designer-submit:disabled {
	cursor: wait;
	opacity: .84;
}

.np-designer-submit__spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255,255,255,.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: npDesignerSpin .8s linear infinite;
}

.np-designer-submit.is-loading .np-designer-submit__spinner {
	display: inline-block;
}

.np-designer-faq {
	background: #fff;
}

.np-designer-accordion {
	max-width: 920px;
	margin: 0 auto;
}

.np-designer-accordion .accordion-item {
	overflow: hidden;
	margin-bottom: 14px;
	border-radius: 8px;
}

.np-designer-accordion .accordion-button {
	padding: 20px 22px;
	border: 0;
	background: rgba(255,255,255,.94);
	color: var(--np-designer-ink);
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 16px;
	font-weight: 800;
	box-shadow: none;
}

.np-designer-accordion .accordion-button:not(.collapsed) {
	background: linear-gradient(135deg, rgba(224,47,103,.1), rgba(200,161,101,.1));
	color: var(--np-designer-pink-dark);
}

.np-designer-accordion .accordion-button:focus {
	box-shadow: 0 0 0 4px rgba(224,47,103,.1);
}

.np-designer [data-np-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .72s var(--np-ease), transform .72s var(--np-ease);
}

.np-designer [data-np-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes npDesignerSpin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
	.np-designer-hero h1 {
		font-size: 68px;
	}

	.np-designer-section-head h2,
	.np-designer-form-card__intro h2 {
		font-size: 46px;
	}
}

@media (max-width: 900px) {
	.np-designer-choice-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.np-designer-hero,
	.np-designer-benefits,
	.np-designer-application,
	.np-designer-faq {
		padding-top: 58px;
		padding-bottom: 64px;
	}

	.np-designer-hero {
		min-height: 560px;
	}

	.np-designer-hero::before {
		inset: 22px;
	}

	.np-designer-hero h1 {
		font-size: 50px;
	}

	.np-designer-hero p {
		font-size: 16px;
	}

	.np-designer-section-head h2,
	.np-designer-form-card__intro h2 {
		font-size: 38px;
	}

	.np-designer-form-card {
		padding: 28px;
	}

	.np-designer-requirements {
		grid-template-columns: 1fr;
	}

	.np-designer-upload {
		min-height: 220px;
	}

	.np-designer-hero__btn {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.np-designer-hero h1 {
		font-size: 40px;
	}

	.np-designer-section-head h2,
	.np-designer-form-card__intro h2 {
		font-size: 34px;
	}

	.np-designer__eyebrow::before {
		width: 28px;
	}

	.np-designer-form-card {
		padding: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.np-designer *,
	.np-designer *::before,
	.np-designer *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		scroll-behavior: auto !important;
	}

	.np-designer [data-np-reveal] {
		opacity: 1;
		transform: none;
	}
}