/* Talking Headsets Dealer Portal shortcode homepage layout. */
.thdp-v2 {
	--thdp-teal: #00736a;
	--thdp-teal-2: #009184;
	--thdp-teal-dark: #004f4b;
	--thdp-teal-deep: #033b39;
	--thdp-red: #e5252a;
	--thdp-red-dark: #bd161c;
	--thdp-ink: #173438;
	--thdp-muted: #60767b;
	--thdp-mint: #eef9f7;
	--thdp-mint-2: #dff3ef;
	--thdp-blush: #fff2f2;
	--thdp-line: #d7e7e5;
	--thdp-white: #fff;
	--thdp-grey: #f7f7f7;
	--thdp-shadow: 0 20px 60px rgba(3, 59, 57, 0.15);
	--thdp-shadow-soft: 0 10px 32px rgba(3, 59, 57, 0.09);
	--thdp-radius: 24px;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--thdp-ink);
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
}

.thdp-v2 * {
	box-sizing: border-box;
}

.thdp-v2 p {
	margin-top: 0;
}

.thdp-v2 a,
.thdp-v2 a:visited {
	text-decoration: none !important;
}

.thdp-v2 .thdp-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.thdp-v2 .thdp-section {
	padding: 74px 0;
}

.thdp-v2 .thdp-section--mint {
	background: var(--thdp-mint);
}

.thdp-v2 .thdp-section--white {
	background: #fff;
}

.thdp-v2 .thdp-section--grey {
	background: #f7f7f7;
}

.thdp-v2 .thdp-eyebrow {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 14px;
	color: var(--thdp-red);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.thdp-v2 .thdp-eyebrow::before {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(229, 37, 42, 0.14);
	content: "";
}

.thdp-v2 .thdp-hero .thdp-eyebrow {
	color: #ffb6b8;
}

.thdp-v2 h1,
.thdp-v2 h2,
.thdp-v2 h3 {
	margin-top: 0;
	color: inherit;
}

.thdp-v2 h1 {
	margin-bottom: 20px;
	font-size: clamp(2.35rem, 5.6vw, 5.35rem);
	line-height: 1.3;
	letter-spacing: -0.065em;
}

.thdp-v2 h2 {
	margin-bottom: 12px;
	font-size: clamp(1.75rem, 3.2vw, 3rem);
	line-height: 1.3;
	letter-spacing: -0.04em;
}

.thdp-v2 h3 {
	margin-bottom: 8px;
	font-size: 1.16rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.thdp-v2 .thdp-lede {
	max-width: 740px;
	color: rgba(255, 255, 255, 0.87);
	font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.thdp-v2 .thdp-section-head {
	display: flex;
	gap: 24px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.thdp-v2 .thdp-section-head p {
	max-width: 730px;
	margin-bottom: 0;
	color: var(--thdp-muted);
	font-size: 1.04rem;
}

.thdp-v2 .thdp-mini-link,
.thdp-v2 .thdp-mini-link:visited {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--thdp-teal-dark) !important;
	font-weight: 900;
	white-space: nowrap;
}

.thdp-v2 .thdp-mini-link::after {
	transition: transform 0.18s ease;
	content: "→";
}

.thdp-v2 .thdp-mini-link:hover::after {
	transform: translateX(3px);
}

.thdp-v2 .thdp-btn,
.thdp-v2 .thdp-btn:visited {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 900;
	line-height: 1.1;
	text-shadow: none !important;
	opacity: 1 !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.thdp-v2 .thdp-btn:hover {
	transform: translateY(-2px);
}

.thdp-v2 .thdp-btn--primary,
.thdp-v2 .thdp-btn--primary:visited {
	border-color: var(--thdp-red) !important;
	color: #fff !important;
	background: var(--thdp-red) !important;
	box-shadow: 0 14px 32px rgba(229, 37, 42, 0.26);
}

.thdp-v2 .thdp-btn--primary:hover {
	background: var(--thdp-red-dark) !important;
}

.thdp-v2 .thdp-btn--light,
.thdp-v2 .thdp-btn--light:visited {
	border-color: #fff !important;
	color: var(--thdp-teal-deep) !important;
	background: #fff !important;
}

.thdp-v2 .thdp-btn--ghost,
.thdp-v2 .thdp-btn--ghost:visited {
	border-color: rgba(255, 255, 255, 0.25) !important;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.1) !important;
}

.thdp-v2 :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(229, 37, 42, 0.35);
	outline-offset: 3px;
}

.thdp-v2 .thdp-hero {
	position: relative;
	padding: 82px 0;
	color: #fff;
	background:
		radial-gradient(circle at 88% 16%, rgba(229, 37, 42, 0.38), transparent 28%),
		radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.12), transparent 30%),
		linear-gradient(135deg, var(--thdp-teal-deep), var(--thdp-teal) 54%, #00625b);
}

.thdp-v2 .thdp-hero::after {
	position: absolute;
	right: -120px;
	bottom: -170px;
	width: 520px;
	height: 520px;
	border: 76px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	pointer-events: none;
	content: "";
}

.thdp-v2 .thdp-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
	gap: 34px;
	align-items: stretch;
}

.thdp-v2 .thdp-hero-grid--single {
	grid-template-columns: minmax(0, 1fr);
}

.thdp-v2 .thdp-hero-copy {
	align-self: center;
}

.thdp-v2 .thdp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.thdp-v2 .thdp-hero-note {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 700;
}

.thdp-v2 .thdp-hero-note b {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
}

.thdp-v2 .thdp-panel {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.11);
	box-shadow: 0 20px 66px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(14px);
}

.thdp-v2 .thdp-shortcut-stack {
	display: grid;
	gap: 13px;
}

.thdp-v2 .thdp-shortcut,
.thdp-v2 .thdp-shortcut:visited {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border-radius: 18px;
	color: var(--thdp-ink) !important;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
	transition: transform 0.18s ease;
}

.thdp-v2 .thdp-shortcut:hover {
	transform: translateY(-2px);
}

.thdp-v2 .thdp-shortcut-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	color: var(--thdp-teal-dark);
	background: var(--thdp-mint);
}

.thdp-v2 .thdp-shortcut strong {
	display: block;
	color: var(--thdp-ink);
	line-height: 1.15;
}

.thdp-v2 .thdp-shortcut span span {
	display: block;
	margin-top: 4px;
	color: var(--thdp-muted);
	font-size: 0.9rem;
}

.thdp-v2 .thdp-shortcut-arrow {
	color: var(--thdp-red);
	font-weight: 900;
}

.thdp-v2 .thdp-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.thdp-v2 .thdp-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thdp-v2 .thdp-card-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.thdp-v2 .thdp-card,
.thdp-v2 .thdp-card:visited {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 215px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--thdp-line);
	border-radius: var(--thdp-radius);
	color: var(--thdp-ink) !important;
	background: #fff;
	box-shadow: var(--thdp-shadow-soft);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.thdp-v2 .thdp-card:hover {
	border-color: rgba(0, 115, 106, 0.36);
	box-shadow: var(--thdp-shadow);
	transform: translateY(-4px);
}

.thdp-v2 .thdp-card::after {
	position: absolute;
	right: -34px;
	bottom: -40px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: var(--thdp-mint);
	content: "";
}

.thdp-v2 .thdp-card-icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
	border-radius: 16px;
	color: #fff;
	background: var(--thdp-teal);
}

.thdp-v2 .thdp-card h3,
.thdp-v2 .thdp-card p,
.thdp-v2 .thdp-card .thdp-card-link {
	position: relative;
	z-index: 1;
}

.thdp-v2 .thdp-card p {
	flex: 1;
	margin-bottom: 16px;
	color: var(--thdp-muted);
	font-size: 0.96rem;
}

.thdp-v2 .thdp-card .thdp-card-link {
	color: var(--thdp-red) !important;
	font-weight: 900;
}

.thdp-v2 .thdp-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: 26px;
	align-items: stretch;
}

.thdp-v2 .thdp-about-copy {
	padding: 34px;
	border: 1px solid var(--thdp-line);
	border-radius: 30px;
	background: #fff;
	box-shadow: var(--thdp-shadow-soft);
}

.thdp-v2 .thdp-about-copy p {
	color: var(--thdp-muted);
	font-size: 1.04rem;
}

.thdp-v2 .thdp-about-list {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.thdp-v2 .thdp-about-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--thdp-ink);
	font-weight: 750;
}

.thdp-v2 .thdp-about-list li::before {
	display: grid;
	flex: 0 0 24px;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	color: #fff;
	background: var(--thdp-teal);
	font-size: 0.78rem;
	content: "✓";
}

.thdp-v2 .thdp-proof-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.thdp-v2 .thdp-proof {
	position: relative;
	padding: 24px;
	overflow: hidden;
	border-radius: 24px;
	color: #fff;
	background: var(--thdp-teal-deep);
}

.thdp-v2 .thdp-proof:nth-child(2) {
	background: var(--thdp-red);
}

.thdp-v2 .thdp-proof::after {
	position: absolute;
	right: -36px;
	bottom: -44px;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.09);
	content: "";
}

.thdp-v2 .thdp-proof strong {
	display: block;
	margin-bottom: 8px;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: -0.04em;
}

.thdp-v2 .thdp-proof span {
	color: rgba(255, 255, 255, 0.84);
	font-weight: 750;
}

.thdp-v2 .thdp-help-card {
	grid-column: 1 / -1;
	padding: 26px;
	border-radius: 26px;
	color: #fff;
	background: linear-gradient(135deg, var(--thdp-teal), var(--thdp-teal-deep));
	box-shadow: var(--thdp-shadow-soft);
}

.thdp-v2 .thdp-help-card p {
	color: rgba(255, 255, 255, 0.84);
}

.thdp-v2 .thdp-rail {
	padding: 72px 0;
}

.thdp-v2 .thdp-shortcode-shell {
	margin-top: 26px;
}

.thdp-v2 .thdp-history-rail {
	position: relative;
}

.thdp-v2 .thdp-history-rail .thdp-section-head {
	margin-bottom: 22px;
}

.thdp-v2 .thdp-history-rail.thdp-rail--compact {
	padding-top: 0;
}

.thdp-v2 .thdp-final {
	padding: 76px 0;
	color: #fff;
	background:
		radial-gradient(circle at 88% 15%, rgba(229, 37, 42, 0.3), transparent 28%),
		linear-gradient(135deg, var(--thdp-teal-deep), var(--thdp-teal));
}

.thdp-v2 .thdp-final-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.13);
}

.thdp-v2 .thdp-final p {
	max-width: 760px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.84);
}

.thdp-v2 .thdp-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.thdp-v2 .thdp-gate-hero {
	padding: 86px 0 58px;
	color: #fff;
	background:
		radial-gradient(circle at 88% 16%, rgba(229, 37, 42, 0.35), transparent 28%),
		linear-gradient(135deg, var(--thdp-teal-deep), var(--thdp-teal));
}

.thdp-v2 .thdp-gate-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 34px;
	align-items: center;
}

.thdp-v2 .thdp-gate-card {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.11);
	box-shadow: 0 20px 66px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(14px);
}

.thdp-v2 .thdp-gate-card h2 {
	font-size: 1.45rem;
}

.thdp-v2 .thdp-gate-list {
	display: grid;
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.thdp-v2 .thdp-gate-list li {
	display: flex;
	gap: 10px;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 750;
}

.thdp-v2 .thdp-gate-list li::before {
	color: #fff;
	font-weight: 900;
	content: "✓";
}

.thdp-v2 .thdp-mobile-bar {
	display: none;
}

.thdp-v2 .thdp-icon-svg {
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.thdp-v2 .thdp-icon-svg svg {
	display: block;
	width: 100%;
	height: 100%;
}

.thdp-v2 .thdp-btn .thdp-icon-svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.thdp-v2 .thdp-mini-link .thdp-icon-svg {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.thdp-v2 .thdp-mobile-bar .thdp-icon-svg {
	width: 19px;
	height: 19px;
}

.thdp-v2 .thdp-shortcut-icon .thdp-icon-svg {
	width: 24px;
	height: 24px;
}

.thdp-v2 .thdp-card-icon .thdp-icon-svg {
	width: 27px;
	height: 27px;
}

.thdp-v2 .thdp-hero-note b .thdp-icon-svg {
	width: 17px;
	height: 17px;
}

@media (max-width: 1050px) {
	.thdp-v2 .thdp-hero-grid,
	.thdp-v2 .thdp-about-grid,
	.thdp-v2 .thdp-gate-grid {
		grid-template-columns: 1fr;
	}

	.thdp-v2 .thdp-card-grid,
	.thdp-v2 .thdp-card-grid--2,
	.thdp-v2 .thdp-card-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.thdp-v2 .thdp-container {
		width: min(100% - 28px, 1180px);
	}

	.thdp-v2 .thdp-hero,
	.thdp-v2 .thdp-gate-hero {
		padding-top: 56px;
	}

	.thdp-v2 .thdp-section,
	.thdp-v2 .thdp-rail,
	.thdp-v2 .thdp-final {
		padding: 54px 0;
	}

	.thdp-v2 .thdp-section-head {
		display: block;
	}

	.thdp-v2 .thdp-card-grid,
	.thdp-v2 .thdp-card-grid--2,
	.thdp-v2 .thdp-card-grid--3,
	.thdp-v2 .thdp-proof-grid {
		grid-template-columns: 1fr;
	}

	.thdp-v2 .thdp-final-box {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.thdp-v2 .thdp-final-actions {
		justify-content: flex-start;
	}

	.thdp-v2 .thdp-mobile-bar {
		position: fixed;
		z-index: 99;
		right: 10px;
		bottom: 10px;
		left: 10px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 20px;
		background: rgba(3, 59, 57, 0.94);
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
		backdrop-filter: blur(14px);
	}

	.thdp-v2 .thdp-mobile-bar a,
	.thdp-v2 .thdp-mobile-bar a:visited {
		display: grid;
		grid-template-rows: auto auto;
		place-items: center;
		align-content: center;
		gap: 3px;
		min-height: 52px;
		color: #fff !important;
		font-size: 0.8rem;
		font-weight: 900;
		line-height: 1;
	}

	.thdp-v2 .thdp-mobile-bar a:nth-child(2),
	.thdp-v2 .thdp-mobile-bar a:nth-child(3) {
		background: rgba(255, 255, 255, 0.08);
	}
}

@media (prefers-reduced-motion: reduce) {
	.thdp-v2 .thdp-btn,
	.thdp-v2 .thdp-mini-link::after,
	.thdp-v2 .thdp-shortcut,
	.thdp-v2 .thdp-card {
		transition-duration: 0.01ms !important;
	}
}
