.tny-wholesale-application-page .page-title,
.tny-wholesale-application-page .title-size-default {
	display: none;
}

.tny-wa {
	--tny-wa-green: #2f6f32;
	--tny-wa-green-dark: #235826;
	--tny-wa-green-soft: #edf6ed;
	--tny-wa-ink: #101410;
	--tny-wa-copy: #4d574f;
	--tny-wa-muted: #6d756e;
	--tny-wa-border: #d9dfda;
	--tny-wa-border-strong: #bec8c0;
	--tny-wa-surface: #f7f9f7;
	--tny-wa-error: #a02b2b;
	--tny-wa-error-soft: #fff3f2;
	--tny-wa-radius: 8px;
	--tny-wa-shadow: 0 8px 24px rgba(22, 50, 25, 0.08);
	width: 100%;
	padding: clamp(42px, 5vw, 74px) clamp(18px, 4vw, 64px) clamp(54px, 6vw, 90px);
	background: #fff;
	color: var(--tny-wa-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
}

.tny-wa,
.tny-wa * {
	box-sizing: border-box;
}

.tny-wa a {
	color: var(--tny-wa-green);
}

.tny-wa__inner {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
	gap: clamp(42px, 5vw, 78px);
	width: min(100%, 1360px);
	margin: 0 auto;
}

.tny-wa__trust {
	padding: 28px clamp(36px, 4vw, 66px) 16px 0;
	border-right: 1px solid var(--tny-wa-border);
}

.tny-wa__trust h2 {
	max-width: 520px;
	margin: 0 0 22px;
	color: var(--tny-wa-ink);
	font-size: clamp(34px, 3.1vw, 49px);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.035em;
}

.tny-wa__trust-intro {
	max-width: 480px;
	margin: 0;
	color: var(--tny-wa-copy);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.65;
}

.tny-wa__trust-list {
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.tny-wa__trust-list li {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	align-items: center;
	min-height: 108px;
	border-bottom: 1px solid var(--tny-wa-border);
	color: var(--tny-wa-ink);
	font-size: 18px;
}

.tny-wa__trust-icon {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	color: var(--tny-wa-green);
}

.tny-wa__trust-icon svg {
	width: 48px;
	height: 48px;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tny-wa__support {
	margin: 34px 0 0;
	font-size: 16px;
}

.tny-wa__support a {
	font-weight: 600;
	text-decoration: none;
}

.tny-wa__google-review {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 22px;
	gap: 13px;
	align-items: center;
	width: min(100%, 430px);
	margin: 24px 0 0;
	padding: 15px 16px;
	border: 1px solid #d9dfda;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(22, 50, 25, 0.08);
	color: #101410 !important;
	font-family: inherit;
	line-height: 1.3;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tny-wa__google-review:hover {
	border-color: #4285f4;
	box-shadow: 0 12px 28px rgba(32, 68, 38, 0.14);
	color: #101410 !important;
	transform: translateY(-1px);
}

.tny-wa__google-review:focus-visible {
	outline: 3px solid rgba(66, 133, 244, 0.28);
	outline-offset: 3px;
}

.tny-wa__google-mark {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e0e3e7;
	border-radius: 50%;
	background: #fff;
	color: #4285f4;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 800;
}

.tny-wa__google-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.tny-wa__google-copy strong {
	font-size: 15px;
	font-weight: 750;
}

.tny-wa__google-stars {
	color: #fbbc04;
	font-size: 15px;
	letter-spacing: 1px;
}

.tny-wa__google-copy small {
	color: #6d756e;
	font-size: 12px;
}

.tny-wa__google-arrow {
	width: 22px;
	height: 22px;
	stroke: #2f6f32;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tny-wa__form-column {
	min-width: 0;
}

.tny-wa__login-option {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 0 20px;
	color: var(--tny-wa-copy);
	font-size: 14px;
}

.tny-wa .tny-wa__login-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 15px;
	border: 1px solid var(--tny-wa-green);
	border-radius: var(--tny-wa-radius);
	background: #fff;
	color: var(--tny-wa-green);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.tny-wa .tny-wa__login-link:hover {
	background: var(--tny-wa-green-soft);
	color: var(--tny-wa-green-dark);
	box-shadow: var(--tny-wa-shadow);
}

.tny-wa .tny-wa__login-link:focus-visible {
	outline: 3px solid rgba(47, 111, 50, 0.24);
	outline-offset: 3px;
}

.tny-wa__stepper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 36px;
	padding: 0;
	list-style: none;
}

.tny-wa__stepper li {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 7px;
	color: var(--tny-wa-muted);
	font-size: 15px;
	text-align: center;
}

.tny-wa__stepper li:not(:last-child)::after {
	position: absolute;
	top: 17px;
	left: calc(50% + 28px);
	z-index: 0;
	width: calc(100% - 56px);
	height: 2px;
	background: var(--tny-wa-border);
	content: '';
}

.tny-wa__stepper li.is-complete:not(:last-child)::after {
	background: var(--tny-wa-green);
}

.tny-wa__step-number {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--tny-wa-border);
	border-radius: 50%;
	background: #eff1ef;
	color: var(--tny-wa-ink);
	font-size: 15px;
	line-height: 1;
}

.tny-wa__check {
	display: none;
	width: 20px;
	height: 20px;
	stroke: var(--tny-wa-green);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tny-wa__stepper li.is-active,
.tny-wa__stepper li.is-complete {
	color: var(--tny-wa-green);
}

.tny-wa__stepper li.is-active .tny-wa__step-number {
	border-color: var(--tny-wa-green);
	background: var(--tny-wa-green);
	color: #fff;
	box-shadow: 0 0 0 5px rgba(47, 111, 50, 0.08);
}

.tny-wa__stepper li.is-complete .tny-wa__step-number {
	border-color: var(--tny-wa-green);
	background: #fff;
}

.tny-wa__stepper li.is-complete .tny-wa__number {
	display: none;
}

.tny-wa__stepper li.is-complete .tny-wa__check {
	display: block;
}

.tny-wa__step[hidden] {
	display: none;
}

.tny-wa__step.is-active {
	display: block;
	animation: tny-wa-enter 220ms ease-out;
}

@keyframes tny-wa-enter {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

.tny-wa__heading {
	margin-bottom: 26px;
}

.tny-wa__heading h1,
.tny-wa__heading h2,
.tny-wa__success h1 {
	margin: 0 0 8px;
	color: var(--tny-wa-ink);
	font-size: clamp(31px, 2.55vw, 41px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.032em;
}

.tny-wa__heading p,
.tny-wa__success > p {
	max-width: 760px;
	margin: 0;
	color: var(--tny-wa-copy);
	font-size: 17px;
	line-height: 1.55;
}

.tny-wa__grid {
	display: grid;
	gap: 18px;
}

.tny-wa__grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tny-wa__grid--address {
	grid-template-columns: minmax(0, 2.1fr) minmax(160px, 0.9fr);
}

.tny-wa__grid--location {
	grid-template-columns: minmax(0, 1.3fr) minmax(160px, 0.8fr) minmax(130px, 0.65fr);
}

.tny-wa__field {
	margin: 0 0 18px;
}

.tny-wa__field label,
.tny-wa__field > label {
	display: inline-block;
	margin: 0 0 6px;
	color: var(--tny-wa-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.tny-wa .tny-wa__field input:not([type='file']),
.tny-wa .tny-wa__field select,
.tny-wa .tny-wa__phone {
	width: 100%;
	height: 52px;
	margin: 0;
	border: 1px solid var(--tny-wa-border-strong);
	border-radius: var(--tny-wa-radius);
	background: #fff;
	box-shadow: none;
	color: var(--tny-wa-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.tny-wa .tny-wa__field input:not([type='file']) {
	padding: 0 14px;
}

.tny-wa .tny-wa__field select {
	padding: 0 42px 0 14px;
	background-color: #fff;
}

.tny-wa .tny-wa__field input:not([type='file']):hover,
.tny-wa .tny-wa__field select:hover,
.tny-wa .tny-wa__phone:hover {
	border-color: #98a59a;
}

.tny-wa .tny-wa__field input:not([type='file']):focus,
.tny-wa .tny-wa__field select:focus,
.tny-wa .tny-wa__phone:focus-within {
	border-color: var(--tny-wa-green);
	outline: none;
	box-shadow: 0 0 0 3px rgba(47, 111, 50, 0.12);
}

.tny-wa__phone {
	display: grid;
	grid-template-columns: 74px 1fr;
	overflow: hidden;
}

.tny-wa__phone > span {
	display: grid;
	place-items: center;
	border-right: 1px solid var(--tny-wa-border);
	background: var(--tny-wa-surface);
	color: var(--tny-wa-copy);
	font-size: 15px;
}

.tny-wa .tny-wa__phone input:not([type='file']) {
	height: 50px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.tny-wa__step.is-validated input:invalid,
.tny-wa__step.is-validated select:invalid,
.tny-wa__step.is-validated .tny-wa__file-input:invalid + .tny-wa__dropzone {
	border-color: var(--tny-wa-error);
	background: var(--tny-wa-error-soft);
}

.tny-wa__checkbox {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	width: fit-content;
	margin: 2px 0 24px;
	color: var(--tny-wa-copy);
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
}

.tny-wa .tny-wa__checkbox input {
	width: 19px;
	height: 19px;
	margin: 1px 0 0;
	accent-color: var(--tny-wa-green);
}

.tny-wa__checkbox a {
	font-weight: 600;
}

.tny-wa__checkbox--consent {
	width: 100%;
	margin-top: 20px;
}

.tny-wa__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.tny-wa .tny-wa__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 188px;
	min-height: 54px;
	margin: 0;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: var(--tny-wa-radius);
	box-shadow: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.tny-wa .tny-wa__button:hover {
	transform: translateY(-1px);
}

.tny-wa .tny-wa__button:focus-visible,
.tny-wa__text-link:focus-visible,
.tny-wa__checkbox input:focus-visible {
	outline: 3px solid rgba(47, 111, 50, 0.24);
	outline-offset: 3px;
}

.tny-wa .tny-wa__button--primary {
	border-color: var(--tny-wa-green);
	background: var(--tny-wa-green);
	color: #fff;
}

.tny-wa .tny-wa__button--primary:hover {
	border-color: var(--tny-wa-green-dark);
	background: var(--tny-wa-green-dark);
	color: #fff;
	box-shadow: var(--tny-wa-shadow);
}

.tny-wa .tny-wa__button--primary:disabled {
	transform: none;
	border-color: #93aa95;
	background: #93aa95;
	cursor: wait;
}

.tny-wa .tny-wa__button--secondary {
	border-color: var(--tny-wa-green);
	background: #fff;
	color: var(--tny-wa-green);
}

.tny-wa .tny-wa__button--secondary:hover {
	background: var(--tny-wa-green-soft);
	color: var(--tny-wa-green-dark);
}

.tny-wa__text-link {
	padding: 12px 6px;
	font-size: 15px;
	font-weight: 600;
	text-underline-offset: 3px;
}

.tny-wa__privacy {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 22px 0 0;
	color: var(--tny-wa-muted);
	font-size: 13px;
	line-height: 1.45;
}

.tny-wa__privacy svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tny-wa__account-note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0 0 24px;
	padding: 14px 16px;
	border-left: 3px solid var(--tny-wa-green);
	background: var(--tny-wa-green-soft);
	color: var(--tny-wa-copy);
	font-size: 14px;
}

.tny-wa__account-note svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	stroke: var(--tny-wa-green);
	stroke-width: 1.8;
	stroke-linecap: round;
}

.tny-wa__documents h3,
.tny-wa__next-note h3,
.tny-wa__next-note h2 {
	margin: 0 0 6px;
	color: var(--tny-wa-ink);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.tny-wa__documents ul {
	margin: 0 0 20px;
	padding-left: 22px;
	color: var(--tny-wa-copy);
	font-size: 15px;
}

.tny-wa__documents li {
	margin: 5px 0;
	padding-left: 3px;
}

.tny-wa__documents li::marker {
	color: var(--tny-wa-green);
}

.tny-wa__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.tny-wa__dropzone {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 170px;
	margin: 0 !important;
	padding: 26px;
	border: 1.5px dashed var(--tny-wa-green) !important;
	border-radius: var(--tny-wa-radius);
	background: #fbfdfb;
	text-align: center;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.tny-wa__dropzone:hover,
.tny-wa__dropzone.is-dragging,
.tny-wa__file-input:focus-visible + .tny-wa__dropzone {
	border-color: var(--tny-wa-green-dark) !important;
	background: var(--tny-wa-green-soft);
	box-shadow: 0 0 0 3px rgba(47, 111, 50, 0.1);
}

.tny-wa__dropzone svg {
	width: 44px;
	height: 44px;
	margin-bottom: 10px;
	stroke: var(--tny-wa-green);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tny-wa__dropzone strong {
	color: var(--tny-wa-ink);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
}

.tny-wa__dropzone span {
	margin-top: 4px;
	color: var(--tny-wa-muted);
	font-size: 14px;
	font-weight: 400;
}

.tny-wa__file-name {
	margin-top: 10px;
	color: var(--tny-wa-green);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

.tny-wa__dropzone.has-file {
	border-style: solid !important;
	background: var(--tny-wa-green-soft);
}

.tny-wa__next-note {
	margin: 22px 0 20px;
	padding: 17px 18px;
	border-left: 3px solid var(--tny-wa-green);
	background: var(--tny-wa-surface);
}

.tny-wa__next-note p {
	margin: 0;
	color: var(--tny-wa-copy);
	font-size: 14px;
	line-height: 1.55;
}

.tny-wa__notice {
	display: grid;
	gap: 2px;
	margin: 0 0 24px;
	padding: 14px 16px;
	border: 1px solid #edc4c1;
	border-left: 4px solid var(--tny-wa-error);
	border-radius: 4px;
	background: var(--tny-wa-error-soft);
	color: #6c2323;
	font-size: 14px;
}

.tny-wa__success {
	max-width: 680px;
	padding-top: 30px;
}

.tny-wa__success-icon {
	display: inline-grid;
	place-items: center;
	width: 70px;
	height: 70px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--tny-wa-green-soft);
	color: var(--tny-wa-green);
}

.tny-wa__success-icon svg {
	width: 54px;
	height: 54px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tny-wa__reference {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 28px 0 22px;
	padding: 16px 18px;
	border: 1px solid var(--tny-wa-border);
	border-radius: var(--tny-wa-radius);
	background: var(--tny-wa-surface);
}

.tny-wa__reference span {
	color: var(--tny-wa-muted);
	font-size: 14px;
}

.tny-wa__reference strong {
	color: var(--tny-wa-green-dark);
	font-size: 16px;
	letter-spacing: 0.03em;
}

.tny-wa__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 1024px) {
	.tny-wa {
		padding-top: 36px;
	}

	.tny-wa__inner {
		grid-template-columns: 1fr;
		gap: 52px;
		width: min(100%, 820px);
	}

	.tny-wa__form-column {
		order: 1;
	}

	.tny-wa__trust {
		order: 2;
		padding: 38px 0 0;
		border-top: 1px solid var(--tny-wa-border);
		border-right: 0;
	}

	.tny-wa__trust h2 br {
		display: none;
	}

	.tny-wa__trust-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
		margin-top: 30px;
	}

	.tny-wa__trust-list li {
		grid-template-columns: 46px 1fr;
		gap: 12px;
		min-height: 88px;
		padding: 14px;
		border: 1px solid var(--tny-wa-border);
		border-radius: var(--tny-wa-radius);
		font-size: 15px;
	}

	.tny-wa__trust-icon,
	.tny-wa__trust-icon svg {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 680px) {
	.tny-wa {
		padding: 26px 16px 54px;
		font-size: 15px;
	}

	.tny-wa__inner {
		gap: 40px;
	}

	.tny-wa__login-option {
		justify-content: center;
		margin-bottom: 18px;
	}

	.tny-wa__stepper {
		margin-bottom: 28px;
	}

	.tny-wa__stepper li {
		font-size: 12px;
	}

	.tny-wa__stepper li:not(:last-child)::after {
		left: calc(50% + 23px);
		width: calc(100% - 46px);
	}

	.tny-wa__step-number {
		width: 34px;
		height: 34px;
	}

	.tny-wa__heading h1,
	.tny-wa__heading h2,
	.tny-wa__success h1 {
		font-size: 30px;
	}

	.tny-wa__heading p,
	.tny-wa__success > p {
		font-size: 15px;
	}

	.tny-wa__grid--2,
	.tny-wa__grid--address,
	.tny-wa__grid--location {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.tny-wa__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tny-wa .tny-wa__button {
		width: 100%;
	}

	.tny-wa__text-link {
		align-self: center;
	}

	.tny-wa__privacy {
		align-items: flex-start;
	}

	.tny-wa__dropzone {
		min-height: 158px;
		padding: 22px 14px;
	}

	.tny-wa__trust {
		padding-top: 32px;
	}

	.tny-wa__trust h2 {
		font-size: 31px;
	}

	.tny-wa__trust-intro {
		font-size: 16px;
	}

	.tny-wa__trust-list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.tny-wa__trust-list li {
		min-height: 76px;
	}

	.tny-wa__reference {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tny-wa *,
	.tny-wa *::before,
	.tny-wa *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
