/* Local Audit Wizard — public funnel */

.dte-aw-form--hidden {
	display: none !important;
}

.dte-aw-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dte-aw-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.dte-audit-wizard-page .entry-header,
.dte-audit-wizard-page .page-title,
.dte-audit-wizard-page .entry-title,
.dte-audit-wizard-page .site-header,
.dte-audit-wizard-page .site-footer {
	display: none;
}

.dte-audit-wizard-page .site-content,
.dte-audit-wizard-page .content-area,
.dte-audit-wizard-page .entry-content,
.dte-audit-wizard-page article,
.dte-audit-wizard-page .ast-container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.dte-aw {
	--aw-ink: #172033;
	--aw-muted: #62677c;
	--aw-line: #cfd3df;
	--aw-accent: #6d36f4;
	--aw-accent-deep: #5a2ad6;
	--aw-surface: #ffffff;
	--aw-wash: linear-gradient(165deg, #f7f4ff 0%, #efe8ff 42%, #faf8ff 100%);
	--aw-font: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
	color: var(--aw-ink);
	font-family: var(--aw-font);
	max-width: none;
	margin: 0;
	padding: 0;
}

/* ---------------- LANDING HERO ---------------- */

.dte-aw-hero {
	min-height: 100vh;
	padding: 42px 7% 64px;
	background:
		radial-gradient(circle at 25% 25%, rgba(117, 71, 255, 0.12), transparent 35%),
		linear-gradient(135deg, #ffffff 0%, #f5f0ff 100%);
	display: flex;
	flex-direction: column;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	animation: dte-aw-fade-up 0.45s ease both;
}

.dte-aw-hero::before {
	display: none;
}

.dte-aw-topbar {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto 60px;
}

.dte-aw-logo img {
	display: block;
	height: 42px;
	width: auto;
}

.dte-aw-hero-grid {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.dte-aw-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6d36f4;
}

.dte-aw-hero-copy h1 {
	font-size: clamp(42px, 5vw, 72px);
	line-height: 0.98;
	letter-spacing: -0.04em;
	margin: 0 0 24px;
	max-width: 600px;
	font-weight: 800;
	color: #172033;
}

.dte-aw-subheadline {
	max-width: 610px;
	font-size: 21px;
	line-height: 1.55;
	color: #62677c;
	margin: 0 0 38px;
}

.dte-aw-business-search {
	max-width: 630px;
	display: grid;
	gap: 0;
}

.dte-aw-search-label {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
	color: var(--aw-ink);
}

.dte-aw-search-input,
.dte-aw-hero .dte-aw-input {
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	border: 1px solid #cfd3df;
	background: #ffffff;
	border-radius: 8px;
	padding: 0 20px;
	font-size: 18px;
	color: #172033;
	outline: none;
	box-shadow: 0 2px 7px rgba(21, 30, 50, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dte-aw-search-input:focus,
.dte-aw-hero .dte-aw-input:focus {
	border-color: #7440ee;
	box-shadow: 0 0 0 4px rgba(116, 64, 238, 0.10);
}

.dte-aw-search-input::placeholder {
	color: #a1a7b5;
}

.dte-aw-selected {
	margin: 10px 0 0;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	background: rgba(109, 54, 244, 0.08);
	color: #4a21b8;
	font-size: 0.9rem;
	line-height: 1.35;
}

.dte-aw-analyze-btn,
.dte-aw-hero .dte-aw-btn {
	width: 100%;
	min-height: 68px;
	margin-top: 14px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(90deg, #8b62e9, #7659d8);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.02em;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	box-shadow: 0 10px 24px rgba(99, 60, 215, 0.18);
}

.dte-aw-analyze-btn:hover:not(:disabled),
.dte-aw-hero .dte-aw-btn:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(99, 60, 215, 0.25);
	filter: none;
}

.dte-aw-analyze-btn:disabled,
.dte-aw-hero .dte-aw-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

.dte-aw-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
	color: #656b80;
	font-size: 14px;
}

.dte-aw-trust-item::before {
	content: "✓";
	margin-right: 6px;
	color: #6e39ed;
	font-weight: 900;
}

.dte-aw-error,
.dte-aw-unlock-error {
	margin: 0.65rem 0 0;
	color: #9b1c1c;
	font-size: 0.9rem;
}

/* ---------------- REPORT PREVIEW STACK ---------------- */

.dte-aw-preview-wrap {
	position: relative;
	min-height: 570px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dte-aw-report-card {
	position: absolute;
	width: 340px;
	aspect-ratio: 8.5 / 11;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e1e4ec;
	box-shadow: 0 25px 55px rgba(28, 34, 54, 0.15);
	overflow: hidden;
}

.dte-aw-report-back-2 {
	transform: translate(90px, 40px) rotate(6deg);
	filter: blur(3px);
	opacity: 0.68;
}

.dte-aw-report-back-1 {
	transform: translate(48px, 18px) rotate(3deg);
	filter: blur(2px);
	opacity: 0.82;
}

.dte-aw-report-front {
	position: relative;
	transform: translate(-30px, -8px) rotate(-2deg);
	z-index: 3;
}

.dte-aw-report-inner {
	padding: 22px;
}

.dte-aw-mini-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #eef0f5;
	gap: 10px;
}

.dte-aw-mini-logo-img {
	height: 22px;
	width: auto;
	display: block;
}

.dte-aw-mini-title {
	font-size: 9px;
	text-align: right;
	line-height: 1.25;
	color: #6b7285;
	font-weight: 700;
}

.dte-aw-mini-business {
	margin-top: 17px;
	font-weight: 800;
	font-size: 14px;
}

.dte-aw-mini-section-title {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 800;
}

.dte-aw-score-card {
	margin-top: 14px;
	padding: 15px;
	border-radius: 14px;
	background: linear-gradient(135deg, #f4efff, #f7f7ff);
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
}

.dte-aw-score-label {
	font-size: 7px;
	text-transform: uppercase;
	color: #777e8f;
	letter-spacing: 0.04em;
}

.dte-aw-score-number {
	font-size: 34px;
	font-weight: 900;
	color: #6f35ee;
	line-height: 1;
}

.dte-aw-score-number span {
	font-size: 10px;
	color: #8e94a2;
	font-weight: 700;
}

.dte-aw-score-copy strong {
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
}

.dte-aw-score-copy span {
	font-size: 8px;
	color: #7b8190;
	line-height: 1.35;
}

.dte-aw-mini-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 12px;
}

.dte-aw-mini-card {
	padding: 10px;
	background: #f6f7fa;
	border-radius: 9px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: 700;
}

.dte-aw-mini-grid .dte-aw-mini-card {
	margin-top: 0;
}

.dte-aw-mini-card small {
	display: block;
	color: #858b9b;
	font-size: 7px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 700;
}

.dte-aw-mini-card strong {
	font-size: 11px;
}

.dte-aw-rank-list {
	margin-top: 14px;
	background: #f7f8fb;
	border-radius: 10px;
	padding: 9px;
}

.dte-aw-rank-item {
	display: flex;
	justify-content: space-between;
	padding: 7px 3px;
	border-bottom: 1px solid #eaecf1;
	font-size: 8px;
}

.dte-aw-rank-item:last-child {
	border-bottom: 0;
}

.dte-aw-rank-value {
	color: #df612a;
	font-weight: 800;
}

.dte-aw-review-gap {
	margin-top: 13px;
	border: 1px solid #e7e9ef;
	border-radius: 10px;
	padding: 10px;
}

.dte-aw-review-gap strong {
	font-size: 10px;
}

.dte-aw-bar {
	height: 6px;
	background: #e6e8ef;
	border-radius: 999px;
	margin-top: 8px;
	overflow: hidden;
}

.dte-aw-bar-fill {
	width: 10%;
	height: 100%;
	background: #733cf0;
}

.dte-aw-review-gap-meta {
	margin-top: 6px;
	font-size: 8px;
	color: #747b8d;
}

.dte-aw-lock-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(2px);
}

.dte-aw-lock-pill {
	background: rgba(26, 31, 47, 0.92);
	color: #ffffff;
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.dte-aw-preview-caption {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	max-width: 430px;
	color: #62697d;
	font-size: 14px;
	line-height: 1.45;
	z-index: 4;
}

.dte-aw-preview-caption strong {
	color: #1e2538;
}

/* ---------------- LOADING / REPORT / GATES ---------------- */

.dte-aw-loading,
.dte-aw-report {
	max-width: 920px;
	margin: 0 auto;
	padding: 2rem 1.15rem 3.5rem;
}

.dte-aw-loading {
	border-radius: 28px;
	background: var(--aw-wash);
	text-align: left;
	animation: dte-aw-fade-up 0.4s ease both;
}

.dte-aw-loading h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.dte-aw-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.dte-aw-checklist li {
	position: relative;
	padding: 0.7rem 0.85rem 0.7rem 2.5rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid transparent;
	color: var(--aw-muted);
	font-size: 0.98rem;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.dte-aw-checklist li::before {
	content: "";
	position: absolute;
	left: 0.85rem;
	top: 50%;
	width: 0.7rem;
	height: 0.7rem;
	margin-top: -0.35rem;
	border-radius: 50%;
	border: 2px solid rgba(91, 60, 196, 0.25);
	box-sizing: border-box;
}

.dte-aw-checklist li.is-active {
	color: var(--aw-ink);
	background: #fff;
	border-color: rgba(91, 60, 196, 0.22);
	transform: translateX(4px);
}

.dte-aw-checklist li.is-active::before {
	border-color: #6d36f4;
	border-top-color: transparent;
	animation: dte-aw-spin 0.7s linear infinite;
}

.dte-aw-checklist li.is-done {
	color: var(--aw-ink);
}

.dte-aw-checklist li.is-done::before {
	border: 0;
	background: #6d36f4;
	box-shadow: inset 0 0 0 2px #fff;
}

.dte-aw-report {
	animation: dte-aw-fade-up 0.45s ease both;
}

.dte-aw-report-ready {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: rgba(46, 160, 90, 0.1);
	color: #1f6b3a;
	font-size: 0.95rem;
}

.dte-aw-report-sheet {
	background: transparent;
}

.dte-aw .dte-reto-audit-report--roomy .dte-reto-audit-page {
	background: #fff;
	border-radius: 22px;
	padding: 1.35rem 1.25rem 1.6rem;
	box-shadow: 0 10px 36px rgba(40, 28, 80, 0.07);
	border: 1px solid rgba(52, 38, 90, 0.06);
}

.dte-aw-page--teaser,
.dte-aw-page--locked {
	position: relative;
	overflow: hidden;
}

.dte-aw-teaser {
	position: relative;
	z-index: 1;
}

.dte-aw-compete-teaser .dte-reto-audit-report-competitor.is-tease {
	position: relative;
	filter: blur(2.5px);
	opacity: 0.72;
	user-select: none;
	pointer-events: none;
	mask-image: linear-gradient(180deg, #000 35%, transparent 100%);
	-webkit-mask-image: linear-gradient(180deg, #000 35%, transparent 100%);
}

.dte-aw-locked-zone {
	position: relative;
	margin-top: 0.35rem;
	min-height: 340px;
	border-radius: 16px;
	overflow: hidden;
}

.dte-aw-blur {
	filter: blur(8px);
	transform: scale(1.015);
	user-select: none;
	pointer-events: none;
	max-height: 420px;
	overflow: hidden;
}

.dte-aw-page--plan .dte-aw-blur {
	max-height: 520px;
}

.dte-aw-gate {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.35rem 1rem;
	background: linear-gradient(180deg, rgba(247, 244, 255, 0.15) 0%, rgba(247, 244, 255, 0.78) 38%, rgba(255, 255, 255, 0.94) 100%);
	z-index: 2;
}

.dte-aw-gate--competitors {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(247, 244, 255, 0.7) 28%, rgba(255, 255, 255, 0.95) 100%);
}

.dte-aw-gate-card {
	width: min(100%, 400px);
	padding: 1.35rem 1.25rem 1.4rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(91, 60, 196, 0.14);
	box-shadow: 0 18px 40px rgba(61, 39, 137, 0.14);
	animation: dte-aw-pop 0.35s ease both;
}

.dte-aw-gate-lock {
	font-size: 1.15rem;
	margin-bottom: 0.35rem;
}

.dte-aw-gate-card h3 {
	margin: 0 0 0.45rem;
	font-size: 1.22rem;
	letter-spacing: -0.015em;
	line-height: 1.25;
}

.dte-aw-gate-card > p {
	margin: 0 0 0.55rem;
	color: var(--aw-muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

.dte-aw-gate-compare {
	margin-bottom: 0.15rem !important;
}

.dte-aw-gate-metrics {
	margin: 0 0 0.75rem !important;
	color: var(--aw-ink) !important;
	font-size: 0.92rem !important;
}

.dte-aw-gate-included {
	margin: 0.85rem 0 0.35rem !important;
	color: var(--aw-ink) !important;
	font-weight: 650;
	font-size: 0.92rem !important;
}

.dte-aw-gate-list {
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.35rem;
}

.dte-aw-gate-list li {
	position: relative;
	padding-left: 1.25rem;
	color: var(--aw-ink);
	font-size: 0.92rem;
	line-height: 1.35;
}

.dte-aw-gate-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #2f9e5b;
	font-weight: 700;
}

.dte-aw-unlock {
	display: grid;
	gap: 0.55rem;
	margin-top: 0.35rem;
}

.dte-aw-unlock input[type="text"],
.dte-aw-unlock input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem 0.9rem;
	border: 1px solid var(--aw-line);
	border-radius: 10px;
	font-size: 0.98rem;
}

.dte-aw-unlock input:focus {
	outline: none;
	border-color: rgba(91, 60, 196, 0.55);
	box-shadow: 0 0 0 3px rgba(91, 60, 196, 0.12);
}

.dte-aw-unlock .dte-aw-btn {
	appearance: none;
	border: 0;
	cursor: pointer;
	width: 100%;
	margin-top: 0.15rem;
	min-height: 52px;
	border-radius: 12px;
	background: linear-gradient(90deg, #8b62e9, #7659d8);
	color: #fff;
	font-size: 1rem;
	font-weight: 750;
}

@media (min-width: 720px) {
	.dte-aw .dte-reto-audit-report--roomy .dte-reto-audit-page {
		padding: 1.75rem 1.85rem 2rem;
	}

	.dte-aw-locked-zone {
		min-height: 380px;
	}

	.dte-aw-blur {
		max-height: 520px;
	}

	.dte-aw-page--plan .dte-aw-blur {
		max-height: 640px;
	}
}

@media (max-width: 900px) {
	.dte-aw-hero {
		padding: 28px 24px 50px;
	}

	.dte-aw-topbar {
		margin-bottom: 35px;
	}

	.dte-aw-hero-grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.dte-aw-hero-copy h1 {
		font-size: 52px;
	}

	.dte-aw-subheadline {
		font-size: 18px;
	}

	.dte-aw-preview-wrap {
		min-height: 500px;
	}

	.dte-aw-report-card {
		width: 285px;
	}

	.dte-aw-report-back-2 {
		transform: translate(45px, 35px) rotate(5deg);
	}

	.dte-aw-report-back-1 {
		transform: translate(26px, 15px) rotate(2deg);
	}

	.dte-aw-report-front {
		transform: translate(-18px, -5px) rotate(-2deg);
	}
}

@media (max-width: 540px) {
	.dte-aw-hero-copy h1 {
		font-size: 43px;
		letter-spacing: -0.03em;
	}

	.dte-aw-preview-wrap {
		min-height: 430px;
	}

	.dte-aw-report-card {
		width: 235px;
	}

	.dte-aw-trust-row {
		gap: 10px;
		flex-direction: column;
	}
}

@keyframes dte-aw-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dte-aw-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes dte-aw-pop {
	from {
		opacity: 0;
		transform: translateY(8px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.pac-container {
	z-index: 100000 !important;
}
