/* Reto 7 Días — agency sales tracker */

.dte-reto {
	padding-bottom: 48px;
}

.dte-reto-top-tools {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 10px;
}

.dte-reto-top-toggle {
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #6d3df5;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	padding: 8px 12px;
}

.dte-reto-top-section.is-collapsed {
	display: none;
}

.dte-reto-upsell {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding: 20px 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, #6d3df5 0%, #8d43f5 100%);
	color: #fff;
	box-shadow: 0 12px 32px rgba(109, 61, 245, 0.28);
}

.dte-reto-upsell-copy strong {
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}

.dte-reto-upsell-copy p {
	margin: 0 0 8px;
	opacity: 0.95;
	font-size: 14px;
	line-height: 1.5;
	max-width: 560px;
}

.dte-reto-upsell-meta {
	font-size: 12px;
	font-weight: 700;
	opacity: 0.85;
}

.dte-reto-upsell-cta {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 12px;
	background: #fff;
	color: #6d3df5;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.dte-reto-upsell--limit {
	box-shadow: 0 12px 32px rgba(239, 68, 68, 0.22);
}

.dte-reto-upsell--limit .dte-reto-upsell-cta {
	background: #fff;
	color: #dc2626;
}

.dte-reto-mission {
	margin-bottom: 20px;
	padding: 22px 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-day-badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(109, 61, 245, 0.12);
	color: #6d3df5;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.dte-reto-mission-title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 800;
}

.dte-reto-mission-desc {
	margin: 0 0 18px;
	color: var(--dte-agency-muted, #6b7280);
	line-height: 1.55;
}

.dte-reto-progress-label {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
}

.dte-reto-progress-bar {
	height: 10px;
	border-radius: 999px;
	background: #eef2ff;
	overflow: hidden;
}

.dte-reto-progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #6d3df5, #8d43f5);
	transition: width 0.3s ease;
}

.dte-reto-stats {
	display: grid;
	grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr) minmax(220px, 1.35fr) minmax(220px, 1.35fr);
	gap: 12px;
	margin-bottom: 20px;
}

.dte-reto-stat {
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	text-align: center;
}

.dte-reto-stat strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	color: #6d3df5;
}

.dte-reto-stat--money strong {
	font-size: 34px;
}

.dte-reto-stat span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-muted {
	color: #94a3b8;
	font-size: 12px;
}

.dte-reto-offer-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	padding: 6px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #111827;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.dte-reto-offer-btn:hover {
	border-color: #c4b5fd;
	box-shadow: 0 8px 18px rgba(109, 61, 245, .10);
}

.dte-reto-offer-btn strong {
	color: #6d3df5;
	font-size: 13px;
}

.dte-reto-offer-btn small,
.dte-reto-offer-btn span {
	color: #64748b;
	font-size: 12px;
}

.dte-reto-note-btn {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	min-width: 80px;
	padding: 6px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #6d3df5;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
}

.dte-reto-note-btn small {
	position: absolute;
	z-index: 5;
	left: 0;
	top: calc(100% + 6px);
	display: none;
	width: 220px;
	padding: 10px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #111827;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	box-shadow: 0 16px 30px rgba(15, 23, 42, .18);
}

.dte-reto-note-btn:hover small,
.dte-reto-note-btn:focus small {
	display: block;
}

.dte-reto-notes-stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	min-width: 118px;
}

.dte-reto-notes-stack .dte-reto-note-btn {
	width: 100%;
}

.dte-reto-notes-stack .dte-reto-note-btn small {
	top: auto;
	bottom: calc(100% + 6px);
}

.dte-reto-prospect-quick-actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dte-reto-prospect-quick-actions .dte-reto-btn {
	width: 100%;
	justify-content: center;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.dte-reto-prospect-quick-actions .dte-reto-call-phone.is-disabled {
	opacity: .45;
	pointer-events: none;
}

.dte-reto-next-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
	padding: 18px 20px;
	border: 1px solid rgba(109, 61, 245, .2);
	border-radius: 16px;
	background: linear-gradient(135deg, #f5f3ff, #fff);
}

.dte-reto-next-action span {
	display: block;
	margin-bottom: 4px;
	color: #6d3df5;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dte-reto-next-action h3 {
	margin: 0 0 6px;
	color: #111827;
}

.dte-reto-next-action p {
	margin: 0;
	color: #64748b;
}

.dte-reto-scoreboard {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
}

.dte-reto-scoreboard div {
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

.dte-reto-scoreboard strong {
	display: block;
	color: #6d3df5;
	font-size: 22px;
}

.dte-reto-scoreboard span {
	display: block;
	color: #64748b;
	font-size: 12px;
}

.dte-reto-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px;
	margin: 0 0 16px;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

.dte-reto-filters label {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.dte-reto-filters select {
	min-width: 150px;
	padding: 9px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.dte-reto-filters .dte-reto-status-filter {
	min-width: 190px;
}

.dte-reto-filters .dte-reto-multi-select-toggle {
	min-width: 190px;
	padding: 9px 36px 9px 10px;
	font-size: 13px;
	font-weight: 700;
}

.dte-reto-multi-select-heading {
	padding: 8px 8px 4px;
	color: #94a3b8;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.dte-reto-filter-count {
	margin-left: auto;
	color: #6d3df5;
	font-size: 12px;
	font-weight: 800;
}

.dte-reto-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.dte-reto-tab {
	position: relative;
	padding: 10px 16px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 12px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	color: var(--dte-agency-ink, #111827);
}

.dte-reto-tab.is-active {
	background: #6d3df5;
	border-color: #6d3df5;
	color: #fff;
}

.dte-reto-tab-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	margin-left: 6px;
	padding: 0 6px;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-size: 11px;
}

.dte-reto-tab.is-active .dte-reto-tab-badge {
	background: #fff;
	color: #6d3df5;
}

.dte-reto-panel {
	display: none;
	padding: 20px 22px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-panel.is-active {
	display: block;
}

.dte-reto-panel-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.dte-reto-panel-head h3,
.dte-reto-ladder h3,
.dte-reto-checklist h3,
.dte-reto-goals h3 {
	margin: 0 0 14px;
	font-size: 18px;
}

.dte-reto-panel-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dte-reto-google-panel {
	margin-bottom: 20px;
	padding: 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(109, 61, 245, 0.25);
	box-shadow: 0 8px 24px rgba(109, 61, 245, 0.08);
}

.dte-reto-google-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.dte-reto-google-head strong {
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}

.dte-reto-google-head p,
.dte-reto-google-note,
.dte-reto-google-status {
	margin: 0;
	font-size: 13px;
	color: var(--dte-agency-muted, #6b7280);
	line-height: 1.45;
}

.dte-reto-google-note {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #f9fafb;
	border: 1px dashed var(--dte-agency-line, #e5e7eb);
}

.dte-reto-google-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.dte-reto-multi-select {
	position: relative;
}

.dte-reto-multi-select-toggle {
	width: 100%;
	padding: 10px 36px 10px 12px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.dte-reto-multi-select-toggle::after {
	content: "v";
	position: absolute;
	right: 12px;
	top: 11px;
	color: #6b7280;
	pointer-events: none;
}

.dte-reto-multi-select-menu {
	position: absolute;
	z-index: 20;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	max-height: 280px;
	overflow: auto;
	padding: 8px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.16);
}

.dte-reto-multi-select-menu label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.dte-reto-multi-select-menu label:hover {
	background: #f8f5ff;
}

.dte-reto-multi-select-menu input {
	width: 16px;
	height: 16px;
	margin: 0;
}

.dte-reto-google-select-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	margin-bottom: 8px;
	border-radius: 10px;
	background: rgba(109, 61, 245, 0.06);
	border: 1px solid rgba(109, 61, 245, 0.15);
}

.dte-reto-google-select-all-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.dte-reto-google-select-count {
	font-size: 12px;
	font-weight: 600;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-google-results {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 420px;
	overflow: auto;
}

.dte-reto-google-results.is-empty {
	padding: 16px;
	border-radius: 10px;
	background: #f9fafb;
	border: 1px dashed var(--dte-agency-line, #e5e7eb);
}

.dte-reto-google-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 12px;
	background: #fff;
}

.dte-reto-google-item.is-imported {
	opacity: 0.72;
	background: #f9fafb;
}

.dte-reto-google-item input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
}

.dte-reto-google-item-main strong {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.dte-reto-google-item-main span {
	display: block;
	font-size: 12px;
	color: var(--dte-agency-muted, #6b7280);
	line-height: 1.4;
}

.dte-reto-google-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 6px;
}

.dte-reto-google-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}

.dte-reto-google-badge--no-site {
	background: rgba(16, 185, 129, 0.12);
	color: #047857;
}

.dte-reto-google-badge--has-site {
	background: rgba(59, 130, 246, 0.12);
	color: #1d4ed8;
}

.dte-reto-google-badge--imported {
	background: rgba(107, 114, 128, 0.12);
	color: #374151;
}

.dte-reto-google-item-actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dte-reto-google-item-actions .dte-reto-btn {
	padding: 7px 10px;
	font-size: 12px;
}

.dte-reto-btn {
	padding: 10px 16px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.dte-reto-btn--secondary {
	background: #e5e7eb;
	border-color: #d1d5db;
	color: #111827;
}

.dte-reto-btn--secondary:hover {
	background: #d1d5db;
	border-color: #cbd5e1;
	color: #111827;
}

.dte-reto-btn.is-disabled {
	opacity: .65;
}

.dte-reto-btn--primary {
	background: #6d3df5;
	border-color: #6d3df5;
	color: #fff;
}

.dte-reto-btn--primary:hover {
	background: #5b2ee0;
	color: #fff;
}

.dte-reto-form label small {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 500;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-industry-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
}

.dte-reto-industry-pick {
	padding: 6px 10px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 999px;
	background: #fff;
	color: #374151;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.dte-reto-industry-pick:hover,
.dte-reto-industry-pick.is-selected {
	background: rgba(109, 61, 245, 0.1);
	border-color: #6d3df5;
	color: #6d3df5;
}

.dte-reto-form--hidden {
	display: none;
}

.dte-reto-form {
	margin-bottom: 20px;
	padding: 18px;
	border-radius: 14px;
	background: #f9fafb;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.dte-reto-form-full {
	grid-column: 1 / -1;
}

.dte-reto-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-form input,
.dte-reto-form select,
.dte-reto-form textarea {
	padding: 10px 12px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 10px;
	font: inherit;
	font-size: 14px;
	color: var(--dte-agency-ink, #111827);
}

.dte-reto-form-check {
	flex-direction: row;
	align-items: center;
	grid-column: 1 / -1;
}

.dte-reto-form-actions {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}

.dte-reto-table-wrap {
	overflow-x: auto;
}

.dte-reto-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.dte-reto-table th,
.dte-reto-table td {
	padding: 12px 10px;
	border-bottom: 1px solid var(--dte-agency-line, #e5e7eb);
	text-align: left;
	vertical-align: top;
}

.dte-reto-table th {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-business-link {
	color: inherit;
	text-decoration: none;
}

.dte-reto-business-link:hover,
.dte-reto-business-link:focus {
	color: #6d28d9;
	text-decoration: underline;
}

.dte-reto-phone-link {
	color: inherit;
	text-decoration: none;
}

.dte-reto-phone-link:hover,
.dte-reto-phone-link:focus {
	color: #6d28d9;
	text-decoration: underline;
}

.dte-reto-status {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	background: #f3f4f6;
}

.dte-reto-status--contacted,
.dte-reto-status--said_yes,
.dte-reto-status--demo_sent {
	background: #eef2ff;
	color: #4338ca;
}

.dte-reto-status--demo_done,
.dte-reto-status--price_given {
	background: #fef3c7;
	color: #b45309;
}

.dte-reto-status--won {
	background: #dcfce7;
	color: #15803d;
}

.dte-reto-status--lost {
	background: #fee2e2;
	color: #b91c1c;
}

.dte-reto-touches button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	border: 0;
	border-radius: 6px;
	background: #f3f4f6;
	font-size: 10px;
	font-weight: 800;
	color: #9ca3af;
	cursor: pointer;
}

.dte-reto-touches button.is-done {
	background: #6d3df5;
	color: #fff;
}

.dte-reto-status-select {
	max-width: 130px;
	padding: 7px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
}

.dte-reto-row-actions {
	white-space: nowrap;
}

.dte-reto-copy-script-type {
	max-width: 33px;
	margin-right: 0;
	padding: 6px 8px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font-weight: 500;
}

.dte-reto-msg-picker {
	position: relative;
	display: inline-block;
}

.dte-reto-msg-toggle {
	min-width: 34px;
	margin-right: 4px !important;
	padding: 6px 8px !important;
	border: 1px solid var(--dte-agency-line, #e5e7eb) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: #111827 !important;
	font-weight: 500 !important;
}

.dte-reto-msg-menu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 6px);
	right: 0;
	width: 240px;
	max-height: 380px;
	overflow: auto;
	padding: 8px;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.16);
	text-align: left;
	white-space: normal;
}

.dte-reto-msg-menu strong {
	display: block;
	padding: 8px 8px 4px;
	color: #334155;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.dte-reto-msg-menu button {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 8px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #334155 !important;
	text-align: left;
	font-weight: 600 !important;
	cursor: pointer;
}

.dte-reto-msg-menu button:hover,
.dte-reto-msg-menu button:focus {
	background: #f8f5ff !important;
	color: #6d28d9 !important;
}

.dte-reto-msg-playbook-toggle::after {
	content: " +";
	float: right;
	color: #94a3b8;
}

.dte-reto-msg-opps {
	margin: 2px 0 6px 10px;
	padding-left: 8px;
	border-left: 2px solid #ede9fe;
}

.dte-reto-msg-opps button {
	font-size: 12px;
	font-weight: 500 !important;
}

.dte-reto-row-actions button {
	margin-right: 6px;
	padding: 0;
	border: 0;
	background: none;
	color: #6d3df5;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.dte-reto-row-actions .dte-reto-delete {
	color: #ef4444;
}

.dte-reto-ladder-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dte-reto-due-inline {
	margin-top: 18px;
}

.dte-reto-ladder-item {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 10px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-ladder-item.is-current {
	background: rgba(109, 61, 245, 0.06);
	margin: 0 -12px;
	padding: 12px;
	border-radius: 10px;
	border-bottom: 0;
}

.dte-reto-ladder-item.is-done .dte-reto-ladder-count {
	color: #15803d;
}

.dte-reto-ladder-day {
	font-size: 12px;
	font-weight: 800;
	color: #6d3df5;
}

.dte-reto-ladder-count {
	font-size: 13px;
	font-weight: 700;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-checklist label,
.dte-reto-goals label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.dte-reto-goals label:not(.dte-reto-goals-check) {
	flex-direction: column;
	align-items: stretch;
}

.dte-reto-followup-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dte-reto-followup-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-followup-item span {
	display: block;
	font-size: 13px;
	color: var(--dte-agency-muted, #6b7280);
}

.dte-reto-followup-item small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #94a3b8;
}

.dte-reto-followup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.dte-reto-template {
	margin-bottom: 16px;
	padding: 14px;
	border-radius: 12px;
	background: #f9fafb;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-template h4 {
	margin: 0 0 8px;
	font-size: 14px;
}

.dte-reto-script-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.dte-reto-script-variant {
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.dte-reto-script-variant strong {
	display: block;
	margin-bottom: 8px;
	color: #111827;
	font-size: 13px;
}

.dte-reto-custom-scripts {
	margin: 0 0 24px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.dte-reto-call-script-form {
	margin: 14px 0;
}

.dte-reto-token-bank {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 10px;
	border: 1px dashed #c4b5fd;
	border-radius: 12px;
	background: #f5f3ff;
}

.dte-reto-token-bank strong {
	margin-right: 2px;
	color: #4c1d95;
	font-size: 12px;
}

.dte-reto-token-bank button {
	border: 1px solid #ddd6fe;
	border-radius: 999px;
	background: #fff;
	color: #5b21b6;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 10px;
}

.dte-reto-token-bank button:hover {
	border-color: #8b5cf6;
	box-shadow: 0 6px 14px rgba(109, 61, 245, .14);
}

.dte-reto-custom-script-list {
	display: grid;
	gap: 10px;
}

.dte-reto-custom-script-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.dte-reto-custom-script-item strong,
.dte-reto-custom-script-item small {
	display: block;
}

.dte-reto-custom-script-item small {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.4;
}

.dte-reto-custom-script-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.dte-reto-followup-sequence {
	margin: 0 0 24px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.dte-reto-followup-sequence-list {
	display: grid;
	gap: 10px;
}

.dte-reto-followup-step {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.dte-reto-followup-step.is-disabled {
	opacity: .62;
}

.dte-reto-followup-step strong,
.dte-reto-followup-step span,
.dte-reto-followup-step small {
	display: block;
}

.dte-reto-followup-step span {
	margin-top: 3px;
	color: #7c3aed;
	font-size: 12px;
	font-weight: 800;
}

.dte-reto-followup-step small {
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.4;
}

.dte-reto-followup-step-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.dte-reto-followup-form {
	margin: 0 0 14px;
}

.dte-reto-playbooks,
.dte-reto-playbook-locked {
	margin: 0 0 22px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.dte-reto-playbook-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}

.dte-reto-playbook-controls label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.dte-reto-playbook-controls select {
	min-width: 190px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #111827;
	font-size: 14px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
}

.dte-reto-playbook-output {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.dte-reto-playbook-card {
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f9fafb;
}

.dte-reto-playbook-card h4 {
	margin: 0 0 8px;
	color: #6d3df5;
	font-size: 14px;
}

.dte-reto-playbook-locked strong {
	display: block;
	margin-bottom: 6px;
	color: #111827;
}

.dte-reto-playbook-locked p {
	margin: 0 0 12px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
}

.dte-reto-template-body {
	margin: 0 0 10px;
	padding: 12px;
	border-radius: 8px;
	background: #fff;
	font-size: 13px;
	line-height: 1.55;
	white-space: pre-wrap;
	word-break: break-word;
}

textarea.dte-reto-template-body,
textarea.dte-reto-intro-body {
	border: 1px solid #e5e7eb;
	display: block;
	font-family: inherit;
	min-height: 150px;
	resize: vertical;
	width: 100%;
}

textarea.dte-reto-template-body:focus,
textarea.dte-reto-intro-body:focus {
	border-color: #8b5cf6;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, .15);
	outline: none;
}

#dte-reto-first-contact-scripts {
	margin: 0 0 28px;
}

.dte-reto-empty,
.dte-reto-empty-row td {
	color: var(--dte-agency-muted, #6b7280);
	font-size: 14px;
	line-height: 1.55;
}

.dte-reto-toast {
	position: fixed;
	right: 20px;
	bottom: 24px;
	z-index: 99999;
	padding: 12px 18px;
	border-radius: 12px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.dte-reto-analytics-table-wrap {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(17, 24, 39, .06);
	overflow: auto;
}

.dte-reto-report-brand {
	margin-bottom: 18px;
}

html.dte-reto-pdf-exporting .dte-reto-no-print,
.dte-reto-audit-card.is-pdf-exporting .dte-reto-no-print,
.dte-reto-panel.is-pdf-exporting .dte-reto-no-print {
	display: none !important;
}

.dte-reto-audit-card.is-pdf-exporting,
.dte-reto-panel.is-pdf-exporting {
	background: #fff !important;
	box-shadow: none !important;
	max-height: none !important;
	overflow: visible !important;
}

.dte-reto-panel.is-pdf-exporting {
	border: 0 !important;
	display: block !important;
	padding: 8px !important;
	width: 820px !important;
}

.dte-reto-audit-card.is-pdf-exporting {
	padding: 20px !important;
	width: 780px !important;
}

.dte-reto-report-toolbar {
	align-items: end;
	background: #f8fafc;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px;
	padding: 12px;
}

.dte-reto-report-toolbar label {
	display: grid;
	gap: 5px;
}

.dte-reto-report-toolbar span {
	color: #64748b;
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dte-reto-report-toolbar select,
.dte-reto-report-toolbar input {
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 10px;
	min-height: 40px;
	padding: 8px 10px;
}

.dte-reto-report-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 14px;
}

.dte-reto-report-summary div {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 14px;
	padding: 12px;
}

.dte-reto-report-summary strong,
.dte-reto-report-summary span {
	display: block;
}

.dte-reto-report-summary strong {
	color: #111827;
	font-size: 1.15rem;
}

.dte-reto-report-summary span {
	color: #64748b;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.dte-reto-analytics-table {
	border-collapse: collapse;
	min-width: 1080px;
	width: 100%;
}

.dte-reto-analytics-table th,
.dte-reto-analytics-table td {
	border-bottom: 1px solid #eef2f7;
	padding: 14px 16px;
	text-align: left;
}

.dte-reto-analytics-table th {
	background: #f8fafc;
	color: #64748b;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dte-reto-analytics-table td {
	color: #111827;
	font-size: .95rem;
	font-weight: 700;
}

.dte-reto-analytics-table tr:last-child td {
	border-bottom: 0;
}

.dte-reto-loss-modal,
.dte-reto-rank-modal,
.dte-reto-audit-modal,
.dte-reto-note-modal,
.dte-reto-schedule-modal {
	align-items: center;
	background: rgba(15, 23, 42, .45);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.dte-reto-loss-modal.dte-reto-form--hidden {
	display: none !important;
}

.dte-reto-rank-modal.dte-reto-form--hidden,
.dte-reto-audit-modal.dte-reto-form--hidden,
.dte-reto-note-modal.dte-reto-form--hidden,
.dte-reto-schedule-modal.dte-reto-form--hidden {
	display: none !important;
}

.dte-reto-note-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
	max-height: 90vh;
	overflow: auto;
	padding: clamp(22px, 3vw, 30px);
	position: relative;
	width: min(640px, 100%);
}

.dte-reto-note-form {
	display: grid;
	gap: 10px;
}

.dte-reto-note-form label {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.dte-reto-note-form textarea {
	width: 100%;
	min-height: 220px;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	color: #111827;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	resize: vertical;
	white-space: pre-wrap;
}

.dte-reto-note-form textarea:focus {
	outline: 2px solid rgba(109, 61, 245, .28);
	outline-offset: 1px;
	border-color: #c4b5fd;
}

.dte-reto-note-form input[type="datetime-local"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	color: #111827;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
}

.dte-reto-note-form input[type="datetime-local"]:focus {
	outline: 2px solid rgba(109, 61, 245, .28);
	outline-offset: 1px;
	border-color: #c4b5fd;
}

#dte-reto-schedule-note {
	min-height: 88px;
}

.dte-reto-schedule-quick {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dte-reto-note-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 4px;
}

.dte-reto-loss-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
	max-width: 920px;
	padding: clamp(24px, 4vw, 40px);
	position: relative;
	width: min(920px, 100%);
}

.dte-reto-rank-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
	max-height: 90vh;
	overflow: auto;
	padding: clamp(22px, 3vw, 30px);
	position: relative;
	width: min(560px, 100%);
}

.dte-reto-audit-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
	max-height: 92vh;
	overflow: auto;
	padding: clamp(22px, 3vw, 32px);
	position: relative;
	width: min(720px, 100%);
}

.dte-reto-audit-toolbar {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin: 0 28px 18px 0;
}

.dte-reto-audit-toolbar h3 {
	color: #111827;
	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.15;
	margin: 0;
}

.dte-reto-audit-toolbar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dte-reto-audit-brand {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	margin: 0 0 18px;
	padding: 0 0 16px;
}

.dte-reto-audit-card.has-report > [data-audit-brand] {
	display: none;
}

.dte-reto-audit-report {
	color: #12182a;
	line-height: 1.45;
}

.dte-reto-audit-report--roomy {
	font-size: 1.02rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-page + .dte-reto-audit-page {
	margin-top: 36px;
	padding-top: 28px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-header {
	margin-bottom: 26px;
	padding-bottom: 20px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-logo {
	max-width: 170px;
	width: 170px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-title h3 {
	font-size: 1.2rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-title p {
	font-size: .88rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-category {
	font-size: .8rem;
	letter-spacing: .08em;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-business {
	font-size: clamp(1.7rem, 3vw, 2.15rem);
	margin: 8px 0 6px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-address {
	font-size: 1rem;
	margin-bottom: 24px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-hero {
	gap: 22px;
	grid-template-columns: 180px 1fr;
	margin-bottom: 28px;
	padding: 26px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-score-label {
	font-size: .74rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-score-num {
	font-size: 3.4rem;
	margin: 12px 0;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-score-num span {
	font-size: 1.15rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-score-status {
	font-size: .76rem;
	padding: 7px 12px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-hero-copy h3 {
	font-size: 1.45rem;
	line-height: 1.25;
	margin-bottom: 12px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-hero-copy p {
	font-size: 1.02rem;
	line-height: 1.55;
	margin-bottom: 16px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-top3 {
	font-size: .98rem;
	padding: 12px 14px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-section-title {
	font-size: 1.2rem;
	margin: 28px 0 14px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-snapshot {
	gap: 14px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-card {
	min-height: 96px;
	padding: 16px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-card .label {
	font-size: .74rem;
	margin-bottom: 8px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-card .value {
	font-size: 1.45rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-card .sub {
	font-size: .84rem;
	margin-top: 4px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-ranks {
	padding: 12px 18px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-rank-row {
	font-size: 1rem;
	padding: 14px 0;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-rank-row span {
	font-size: .88rem;
	margin-top: 3px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-rank-num {
	font-size: 1.25rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-gap {
	margin-top: 22px;
	padding: 22px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-gap-head strong {
	font-size: 1.15rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-gap-head span {
	font-size: 1.85rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-bar-label {
	font-size: .84rem;
	margin-bottom: 7px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-bar {
	height: 12px;
	margin-bottom: 16px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-cats {
	gap: 14px;
	margin-top: 4px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-cats > div {
	padding: 18px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-cats small {
	font-size: .74rem;
	margin-bottom: 8px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-cats strong {
	font-size: 1.08rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-split {
	gap: 16px;
	margin: 8px 0 28px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-good,
.dte-reto-audit-report--roomy .dte-reto-audit-report-bad {
	padding: 20px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-good h4,
.dte-reto-audit-report--roomy .dte-reto-audit-report-bad h4 {
	font-size: 1.1rem;
	margin-bottom: 14px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-line {
	font-size: .98rem;
	gap: 10px;
	margin: 12px 0;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-competitor {
	font-size: .98rem;
	margin-bottom: 0;
	padding: 15px 16px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-opportunity {
	margin-top: 32px;
	padding: 28px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-opportunity .eyebrow {
	font-size: .76rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-opportunity h3 {
	color: #1a1406 !important;
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	margin: 10px 0 12px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-opportunity p {
	color: rgba(42, 31, 5, .88);
	font-size: 1.02rem;
	line-height: 1.55;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-milestones {
	gap: 14px;
	margin-top: 22px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-milestones > div {
	padding: 16px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-milestones span {
	font-size: .74rem;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-milestones strong {
	font-size: 1.25rem;
	margin-top: 6px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-action {
	gap: 16px;
	padding: 20px 0;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-action .num {
	font-size: 1rem;
	height: 42px;
	width: 42px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-action strong {
	font-size: 1.12rem;
	margin-bottom: 6px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-action p {
	font-size: .95rem;
	line-height: 1.5;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-action .priority span {
	font-size: .74rem;
	padding: 7px 10px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-cta {
	margin-top: 28px;
	padding: 0;
}

/* Page 3: soft lavender stage so plan + CTA aren't flat on white. */
.dte-reto-audit-report--roomy [data-audit-page="3"] {
	background: linear-gradient(180deg, #faf8ff 0%, #f5f2ff 55%, #f8f7fc 100%);
	border: 1px solid #ebe6ff;
	border-radius: 24px;
	padding: 22px 22px 20px;
}

.dte-reto-audit-report--roomy [data-audit-page="3"] .dte-reto-audit-report-header {
	border-bottom-color: #e4dcff;
	margin-bottom: 18px;
}

.dte-reto-audit-report--roomy [data-audit-page="3"] .dte-reto-audit-report-section-title {
	margin-top: 8px;
}

.dte-reto-audit-report--roomy [data-audit-page="3"] .dte-reto-audit-report-action {
	background: rgba(255, 255, 255, .78);
	border: 1px solid #ebe6ff;
	border-bottom: 1px solid #ebe6ff;
	border-radius: 16px;
	margin: 0 0 12px;
	padding: 16px 14px;
}

.dte-reto-audit-report--roomy [data-audit-page="3"] .dte-reto-audit-report-action:last-of-type {
	margin-bottom: 0;
}

.dte-reto-audit-report--roomy [data-audit-page="3"] .dte-reto-audit-report-footer {
	margin-top: 18px;
}

.dte-reto-audit-report--roomy .dte-reto-audit-report-footer {
	font-size: .78rem;
	margin-top: 22px;
}

/* Page 2: more air between sections, reclaim a little internal padding so it still fits. */
.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-header {
	margin-bottom: 22px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-cats {
	margin-bottom: 6px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-split {
	gap: 16px;
	margin: 24px 0 10px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-good,
.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-bad {
	padding: 16px 18px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-line {
	margin: 9px 0;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-section-title {
	margin: 26px 0 14px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-competitor {
	margin-bottom: 0;
	padding: 14px 15px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-compete {
	gap: 12px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-opportunity {
	margin-top: 34px;
	margin-bottom: 0;
	padding: 22px 24px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-opportunity h3 {
	background: #f3ca70;
	border-radius: 20px;
	margin: 12px 0 12px;
	padding: 14px 16px;
	width: 65%;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-milestones {
	margin-top: 18px;
}

.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-milestones > div {
	padding: 14px;
}

@media (max-width: 720px) {
	.dte-reto-audit-report--roomy .dte-reto-audit-report-hero {
		grid-template-columns: 1fr;
	}

	.dte-reto-audit-report--roomy [data-audit-page="2"] .dte-reto-audit-report-opportunity h3 {
		width: 100%;
	}
}

.dte-reto-audit-report-header {
	align-items: center;
	border-bottom: 1px solid #e8eaf0;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.dte-reto-audit-report-logo {
	display: block;
	height: auto;
	max-width: 150px;
	width: 150px;
}

.dte-reto-audit-report-title {
	text-align: right;
}

.dte-reto-audit-report-title h3 {
	font-size: 1rem;
	margin: 0 0 4px;
}

.dte-reto-audit-report-title p {
	color: #7b8395;
	font-size: .78rem;
	margin: 0;
}

.dte-reto-audit-report-category {
	color: #6d3df5;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.dte-reto-audit-report-business {
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	margin: 4px 0 2px;
}

.dte-reto-audit-report-address {
	color: #7d8596;
	font-size: .88rem;
	margin: 0 0 16px;
}

.dte-reto-audit-report-hero {
	align-items: stretch;
	background: linear-gradient(135deg, #f8f6ff, #f4f7ff);
	border: 1px solid #e8e3ff;
	border-radius: 18px;
	display: grid;
	gap: 16px;
	grid-template-columns: 150px 1fr;
	margin-bottom: 18px;
	padding: 18px;
}

.dte-reto-audit-report-score {
	border-right: 1px solid #dfdff0;
	padding-right: 14px;
	text-align: center;
}

.dte-reto-audit-report-score-label {
	color: #7d8596;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.dte-reto-audit-report-score-num {
	color: #6d3df5;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1;
	margin: 8px 0;
}

.dte-reto-audit-report-score-num span {
	color: #9ba1ae;
	font-size: 1rem;
}

.dte-reto-audit-report-score-status {
	border-radius: 999px;
	display: inline-block;
	font-size: .68rem;
	font-weight: 800;
	padding: 5px 10px;
}

.dte-reto-audit-report-score-status.is-weak {
	background: #fff0e8;
	color: #d85c19;
}

.dte-reto-audit-report-score-status.is-mid {
	background: #fff8dd;
	color: #a87700;
}

.dte-reto-audit-report-score-status.is-strong {
	background: #e8f8ef;
	color: #1e9d5a;
}

.dte-reto-audit-report-hero-copy h3 {
	font-size: 1.15rem;
	margin: 0 0 8px;
}

.dte-reto-audit-report-hero-copy p {
	color: #626b7c;
	font-size: .9rem;
	margin: 0 0 12px;
}

.dte-reto-audit-report-top3 {
	align-items: center;
	background: #fff;
	border-radius: 10px;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 700;
	gap: 8px;
	padding: 8px 12px;
}

.dte-reto-audit-report-dot {
	background: #ef6a35;
	border-radius: 50%;
	display: inline-block;
	height: 9px;
	width: 9px;
}

.dte-reto-audit-report-section-title {
	font-size: 1rem;
	margin: 18px 0 10px;
}

.dte-reto-audit-report-snapshot {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dte-reto-audit-report-card {
	background: #f7f8fb;
	border-radius: 13px;
	min-height: 72px;
	padding: 12px;
}

.dte-reto-audit-report-card .label {
	color: #7c8495;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .04em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.dte-reto-audit-report-card .value {
	font-size: 1.15rem;
	font-weight: 800;
}

.dte-reto-audit-report-card .sub {
	color: #737b8b;
	font-size: .72rem;
	margin-top: 2px;
}

.dte-reto-audit-report-ranks {
	background: #f7f8fb;
	border-radius: 15px;
	padding: 8px 14px;
}

.dte-reto-audit-report-rank-row {
	align-items: center;
	border-bottom: 1px solid #e8eaf0;
	display: grid;
	font-size: .86rem;
	gap: 12px;
	grid-template-columns: 1fr 70px;
	padding: 10px 0;
}

.dte-reto-audit-report-rank-row:last-child {
	border-bottom: none;
}

.dte-reto-audit-report-rank-row span {
	color: #808797;
	display: block;
	font-size: .78rem;
	margin-top: 2px;
}

.dte-reto-audit-report-rank-num {
	font-size: 1rem;
	font-weight: 800;
	text-align: right;
}

.dte-reto-audit-report-rank-num.is-good { color: #1e9d5a; }
.dte-reto-audit-report-rank-num.is-warn { color: #b87912; }
.dte-reto-audit-report-rank-num.is-bad { color: #db5a25; }

.dte-reto-audit-report-gap {
	border: 1px solid #e7e9f1;
	border-radius: 16px;
	margin-top: 14px;
	padding: 16px;
}

.dte-reto-audit-report-gap-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.dte-reto-audit-report-gap-head span {
	color: #6d3df5;
	font-size: 1.4rem;
	font-weight: 800;
}

.dte-reto-audit-report-bar-label {
	color: #334155;
	display: flex;
	font-size: .72rem;
	font-weight: 700;
	justify-content: space-between;
	margin-bottom: 5px;
}

.dte-reto-audit-report-bar {
	background: #eceef3;
	border-radius: 100px;
	height: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}

.dte-reto-audit-report-bar > span {
	background: #6d3df5;
	display: block;
	height: 100%;
}

.dte-reto-audit-report-bar--dark > span {
	background: #242d42;
}

.dte-reto-audit-report-split {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	margin-top: 14px;
}

.dte-reto-audit-report-good,
.dte-reto-audit-report-bad {
	border-radius: 16px;
	padding: 14px;
}

.dte-reto-audit-report-good {
	background: #f0fbf5;
	border: 1px solid #d3f3df;
}

.dte-reto-audit-report-bad {
	background: #fff7f0;
	border: 1px solid #ffe0c9;
}

.dte-reto-audit-report-good h4,
.dte-reto-audit-report-bad h4 {
	font-size: .92rem;
	margin: 0 0 10px;
}

.dte-reto-audit-report-line {
	display: flex;
	font-size: .82rem;
	gap: 8px;
	margin: 7px 0;
}

.dte-reto-audit-report-good .dte-reto-audit-report-line > span:first-child {
	color: #1e9d5a;
	font-weight: 900;
}

.dte-reto-audit-report-bad .dte-reto-audit-report-line > span:first-child {
	color: #e16b28;
	font-weight: 900;
}

.dte-reto-audit-report-compete {
	display: grid;
	gap: 10px;
}

.dte-reto-audit-report-competitor {
	align-items: start;
	background: #f7f8fb;
	border-radius: 12px;
	display: grid;
	font-size: .86rem;
	gap: 8px 10px;
	grid-template-columns: 52px 1fr;
	padding: 12px 14px;
}

.dte-reto-audit-report-competitor.is-you {
	background: #f3efff;
	border: 1px solid #e0d7ff;
}

.dte-reto-audit-report-competitor-rank {
	color: #6d3df5;
	font-weight: 800;
}

.dte-reto-audit-report-competitor.is-you .dte-reto-audit-report-competitor-rank {
	letter-spacing: .04em;
}

.dte-reto-audit-report-competitor-name {
	font-weight: 700;
}

.dte-reto-audit-report-competitor-meta {
	color: #71798a;
	grid-column: 2;
	line-height: 1.4;
}

.dte-reto-audit-report-opportunity {
	background: linear-gradient(135deg, #f6c344 0%, #e8a317 55%, #f0b429 100%);
	border-radius: 20px;
	color: #2a1f05;
	margin-bottom: 18px;
	margin-top: 28px;
	padding: 22px;
}

.dte-reto-audit-report-opportunity .eyebrow {
	color: rgba(42, 31, 5, .72);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	opacity: 1;
	text-transform: uppercase;
}

.dte-reto-audit-report-opportunity h3 {
	color: #1a1406 !important;
	font-size: clamp(1.25rem, 2.4vw, 1.6rem);
	margin: 6px 0 8px;
}

.dte-reto-audit-report-opportunity p {
	color: rgba(42, 31, 5, .88);
	font-size: .9rem;
	margin: 0;
	max-width: 42rem;
	opacity: 1;
}

.dte-reto-audit-report-milestones {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.dte-reto-audit-report-milestones > div {
	background: rgba(255, 255, 255, .35);
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 12px;
	padding: 12px;
}

.dte-reto-audit-report-milestones span {
	color: rgba(42, 31, 5, .7);
	display: block;
	font-size: .68rem;
	opacity: 1;
	text-transform: uppercase;
}

.dte-reto-audit-report-milestones strong {
	color: #1a1406;
	display: block;
	font-size: 1.05rem;
	margin-top: 4px;
}

.dte-reto-audit-report-action {
	align-items: start;
	border-bottom: 1px solid #e9ebf0;
	display: grid;
	gap: 12px;
	grid-template-columns: 42px 1fr 110px;
	padding: 14px 0;
}

.dte-reto-audit-report-action .num {
	align-items: center;
	background: #f0ebff;
	border-radius: 50%;
	color: #6d3df5;
	display: flex;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.dte-reto-audit-report-action strong {
	display: block;
	font-size: .95rem;
	margin-bottom: 3px;
}

.dte-reto-audit-report-action p {
	color: #707889;
	font-size: .8rem;
	margin: 0;
}

.dte-reto-audit-report-action .priority {
	text-align: right;
}

.dte-reto-audit-report-action .priority span {
	background: #fff0e8;
	border-radius: 999px;
	color: #d35a20;
	display: inline-block;
	font-size: .68rem;
	font-weight: 800;
	padding: 5px 8px;
	text-transform: uppercase;
}

.dte-reto-audit-report-action .priority.is-medium span {
	background: #fff8dd;
	color: #a87700;
}

.dte-reto-audit-report-cats {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin-top: 8px;
}

.dte-reto-audit-report-cats > div {
	background: #f7f8fb;
	border-radius: 13px;
	padding: 14px;
}

.dte-reto-audit-report-cats > .full {
	grid-column: 1 / -1;
}

.dte-reto-audit-report-cats small {
	color: #7b8395;
	display: block;
	font-size: .68rem;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.dte-reto-audit-report-cats strong {
	font-size: .92rem;
}

.dte-reto-audit-report-cta {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}

.dte-reto-audit-report-cta-media {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	border-radius: 18px;
	box-shadow:
		0 0 0 1px rgba(109, 61, 245, .12),
		0 10px 24px rgba(109, 61, 245, .18),
		0 22px 48px rgba(109, 61, 245, .16);
	line-height: 0;
	transition: box-shadow .2s ease, transform .2s ease;
}

.dte-reto-audit-report-cta-media:hover {
	box-shadow:
		0 0 0 1px rgba(109, 61, 245, .18),
		0 14px 28px rgba(109, 61, 245, .22),
		0 28px 56px rgba(109, 61, 245, .2);
	transform: translateY(-1px);
}

.dte-reto-audit-report-cta-media img {
	display: block;
	height: auto;
	width: 100%;
}

.dte-reto-audit-report-footer {
	color: #a0a5b1;
	font-size: .68rem;
	margin: 16px 0 0;
	text-align: center;
}

@media (max-width: 720px) {
	.dte-reto-audit-report-hero,
	.dte-reto-audit-report-snapshot,
	.dte-reto-audit-report-split,
	.dte-reto-audit-report-milestones,
	.dte-reto-audit-report-action,
	.dte-reto-audit-report-competitor,
	.dte-reto-audit-report-cats {
		grid-template-columns: 1fr;
	}

	.dte-reto-audit-report-score {
		border-bottom: 1px solid #dfdff0;
		border-right: 0;
		padding: 0 0 14px;
	}

	.dte-reto-audit-report-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.dte-reto-audit-report-title,
	.dte-reto-audit-report-action .priority,
	.dte-reto-audit-report-competitor-meta {
		text-align: left;
	}
}

.dte-reto-audit-logo {
	display: block;
	height: auto;
	max-width: 180px;
	object-fit: contain;
	width: min(180px, 46vw);
}

.dte-reto-audit-brand-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.dte-reto-audit-brand-copy strong {
	color: #0f172a;
	font-size: 1.05rem;
	line-height: 1.2;
}

.dte-reto-audit-brand-copy span {
	color: #64748b;
	font-size: .9rem;
	line-height: 1.35;
}

.dte-reto-audit-hero {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.dte-reto-audit-hero h4 {
	color: #0f172a;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	line-height: 1.15;
	margin: 4px 0 8px;
}

.dte-reto-audit-hero p {
	color: #64748b;
	font-size: .98rem;
	line-height: 1.45;
	margin: 0;
}

.dte-reto-audit-section {
	margin: 0 0 20px;
}

.dte-reto-audit-section h5 {
	color: #0f172a;
	font-size: 1.02rem;
	letter-spacing: .01em;
	margin: 0 0 10px;
}

.dte-reto-audit-meta {
	display: grid;
	gap: 10px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.dte-reto-audit-meta > div,
.dte-reto-audit-meta-wide {
	background: #f8fafc;
	border-radius: 14px;
	padding: 10px 12px;
}

.dte-reto-audit-meta-wide {
	grid-column: 1 / -1;
}

.dte-reto-audit-meta dt {
	color: #64748b;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.dte-reto-audit-meta dd {
	color: #111827;
	font-size: .98rem;
	line-height: 1.35;
	margin: 0;
}

.dte-reto-audit-ranks {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dte-reto-audit-ranks li {
	line-height: 1.35;
}

.dte-reto-audit-ranks span {
	color: #64748b;
	font-size: .9em;
}

.dte-reto-audit-rank-groups {
	display: grid;
	gap: 12px;
}

.dte-reto-audit-rank-group-title {
	display: block;
	color: #334155;
	font-size: .82rem;
	letter-spacing: .03em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.dte-reto-audit-preflight {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	display: grid;
	gap: 12px;
	margin: 0 0 16px;
	padding: 14px 16px;
}

.dte-reto-audit-preflight-lead {
	margin: 0;
}

.dte-reto-audit-preflight-hint {
	color: #64748b;
	font-size: .92rem;
	margin: 0;
}

.dte-reto-audit-preflight-fields {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dte-reto-audit-preflight-fields label {
	display: grid;
	gap: 6px;
}

.dte-reto-audit-preflight-fields span {
	color: #64748b;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.dte-reto-audit-preflight-fields input {
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	font: inherit;
	padding: 10px 12px;
}

.dte-reto-audit-preflight-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 640px) {
	.dte-reto-audit-preflight-fields {
		grid-template-columns: 1fr;
	}
}

.dte-reto-audit-gaps {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dte-reto-audit-gaps li {
	background: #fff7ed;
	border-left: 3px solid #ea580c;
	border-radius: 12px;
	padding: 12px 14px;
}

.dte-reto-audit-gaps strong {
	color: #9a3412;
	display: block;
	font-size: .98rem;
	margin-bottom: 4px;
}

.dte-reto-audit-gaps span {
	color: #7c2d12;
	display: block;
	font-size: .92rem;
	line-height: 1.4;
}

.dte-reto-audit-page + .dte-reto-audit-page {
	border-top: 1px dashed #dbe3f0;
	margin-top: 22px;
	padding-top: 18px;
}

.dte-reto-audit-cta {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
	margin-top: 8px;
	padding: 22px 18px 18px;
	text-align: center;
}

.dte-reto-audit-cta > h5 {
	color: #0f172a;
	font-size: clamp(1.35rem, 2.8vw, 1.7rem);
	line-height: 1.15;
	margin: 0 0 18px;
}

.dte-reto-audit-cta-stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 16px;
}

.dte-reto-audit-cta-stats > div {
	align-items: center;
	display: grid;
	gap: 6px;
	justify-items: center;
	padding: 4px 8px;
	position: relative;
}

.dte-reto-audit-cta-stats > div + div::before {
	background: #e5e7eb;
	bottom: 12%;
	content: "";
	left: 0;
	position: absolute;
	top: 12%;
	width: 1px;
}

.dte-reto-audit-cta-stats strong,
.dte-reto-audit-cta-value {
	background: none;
	color: #6d28d9;
	font-size: clamp(1.7rem, 3.4vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.05;
	-webkit-text-fill-color: #6d28d9;
}

.dte-reto-audit-cta-stats > div > span:last-child {
	color: #334155;
	font-size: .82rem;
	line-height: 1.3;
}

.dte-reto-audit-cta-icon {
	color: #7c3aed;
	display: inline-flex;
	height: 22px;
	width: 22px;
}

.dte-reto-audit-cta-icon svg,
.dte-reto-audit-cta-btn-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.dte-reto-audit-cta > p {
	color: #475569;
	font-size: .98rem;
	line-height: 1.45;
	margin: 0 auto 16px;
	max-width: 34rem;
}

.dte-reto-audit-cta-btn {
	align-items: center;
	background: linear-gradient(90deg, #7c3aed, #4f46e5);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(79, 70, 229, .28);
	color: #fff !important;
	display: flex;
	font-size: .95rem;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: .03em;
	margin: 0 auto 12px;
	max-width: 420px;
	padding: 14px 18px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.dte-reto-audit-cta-btn-icon {
	display: inline-flex;
	height: 18px;
	width: 18px;
}

.dte-reto-audit-cta > small {
	align-items: center;
	color: #64748b;
	display: inline-flex;
	font-size: .82rem;
	gap: 6px;
	justify-content: center;
}

.dte-reto-audit-cta-icon--lock {
	height: 14px;
	width: 14px;
}

.dte-reto-pdf-capture-host {
	background: #fff;
	left: -10000px;
	position: fixed;
	top: 0;
	width: 780px;
	z-index: -1;
}

.dte-reto-pdf-capture-page {
	background: #fff;
	padding: 18px 16px;
	width: 780px;
}

.dte-reto-pdf-capture-page .dte-reto-audit-cta-value {
	background: none !important;
	color: #6d28d9 !important;
	-webkit-text-fill-color: #6d28d9 !important;
}

.dte-reto-pdf-capture-page .dte-reto-audit-page + .dte-reto-audit-page {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

@media (max-width: 640px) {
	.dte-reto-audit-meta {
		grid-template-columns: 1fr;
	}

	.dte-reto-audit-cta-stats {
		grid-template-columns: 1fr;
	}

	.dte-reto-audit-cta-stats > div + div::before {
		display: none;
	}
}

.dte-reto-loss-close {
	background: transparent;
	border: 0;
	color: #4b5563;
	cursor: pointer;
	font-size: 1.5rem;
	position: absolute;
	right: 20px;
	top: 16px;
}

.dte-reto-loss-card h3 {
	color: #111827;
	font-size: clamp(1.8rem, 4vw, 2.55rem);
	line-height: 1.1;
	margin: 0 34px 18px 0;
}

.dte-reto-loss-card p {
	color: #64748b;
	font-size: clamp(1rem, 2vw, 1.35rem);
	line-height: 1.45;
	margin: 0 0 34px;
	max-width: 760px;
}

.dte-reto-loss-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
}

.dte-reto-loss-option {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #94a3b8;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 800;
	padding: 8px 14px;
}

.dte-reto-loss-option:hover,
.dte-reto-loss-option.is-selected {
	background: #4f46e5;
	border-color: #4f46e5;
	color: #fff;
}

.dte-reto-loss-actions {
	display: flex;
	gap: 14px;
	justify-content: flex-end;
	margin-top: 44px;
}

.dte-reto-rank-form {
	display: grid;
	gap: 12px;
}

.dte-reto-rank-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.dte-reto-rank-form input {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	color: #111827;
	font: inherit;
	padding: 11px 12px;
}

.dte-reto-rank-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.dte-reto-rank-result {
	margin-top: 16px;
}

.dte-reto-rank-summary {
	padding: 14px;
	border: 1px solid #ddd6fe;
	border-radius: 16px;
	background: #f5f3ff;
}

.dte-reto-rank-summary span,
.dte-reto-rank-summary em {
	display: block;
	color: #6d3df5;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.dte-reto-rank-summary strong {
	display: block;
	color: #111827;
	font-size: 34px;
	line-height: 1.1;
	margin: 4px 0;
}

.dte-reto-rank-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0;
}

.dte-reto-rank-meta div,
.dte-reto-rank-competitors li,
.dte-reto-rank-target {
	padding: 10px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.dte-reto-rank-meta dt {
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.dte-reto-rank-meta dd {
	margin: 3px 0 0;
	color: #111827;
	font-weight: 800;
}

.dte-reto-rank-competitors {
	display: grid;
	gap: 8px;
	margin: 8px 0 0 20px;
}

.dte-reto-rank-competitors span {
	display: block;
	color: #64748b;
	font-size: 12px;
	margin-top: 3px;
}

.dte-reto-call-progress {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .06);
	min-width: 180px;
	padding: 14px 18px;
	text-align: center;
}

.dte-reto-call-progress strong {
	color: #111827;
	display: block;
	font-size: 1.35rem;
}

.dte-reto-call-progress span {
	color: #6b7280;
	font-size: .82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.dte-reto-call-progress small {
	color: #7c3aed;
	display: block;
	font-size: .78rem;
	font-weight: 800;
	margin-top: 4px;
}

.dte-reto-call-mode {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(190px, 270px) minmax(0, 1fr);
}

.dte-reto-call-list {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .06);
	display: grid;
	gap: 8px;
	max-height: 620px;
	overflow: auto;
	padding: 14px;
}

.dte-reto-call-list > strong {
	color: #111827;
	font-size: .9rem;
	margin-bottom: 4px;
}

.dte-reto-call-filters {
	display: grid;
	gap: 8px;
	margin: 0 0 8px;
}

.dte-reto-call-market-filter {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.dte-reto-call-market-filter select {
	width: 100%;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #111827;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 9px 10px;
	text-transform: none;
}

.dte-reto-call-market-filter .dte-reto-multi-select,
.dte-reto-call-market-filter .dte-reto-multi-select-toggle {
	width: 100%;
}

.dte-reto-call-market-empty {
	margin: 4px 0 0;
	padding: 10px;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	color: #64748b;
	font-size: 12px;
	text-align: center;
}

.dte-reto-call-lead {
	background: #f9fafb;
	border: 1px solid transparent;
	border-radius: 14px;
	color: #111827;
	cursor: pointer;
	padding: 12px;
	text-align: left;
}

.dte-reto-call-lead span,
.dte-reto-call-lead small {
	display: block;
}

.dte-reto-call-lead span {
	font-weight: 800;
}

.dte-reto-call-lead small {
	color: #6b7280;
	margin-top: 3px;
}

.dte-reto-call-lead.is-active {
	background: #f5f3ff;
	border-color: #7c3aed;
	box-shadow: 0 10px 24px rgba(124, 58, 237, .14);
}

.dte-reto-call-card {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(17, 24, 39, .06);
	display: none;
	padding: clamp(14px, 2vw, 22px);
}

.dte-reto-call-card.is-active {
	display: block;
}

.dte-reto-call-card.dte-reto-form--hidden {
	display: none;
}

.dte-reto-call-card-head {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.dte-reto-call-eyebrow {
	color: #7c3aed;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.dte-reto-call-card h3 {
	font-size: clamp(1.15rem, 2vw, 1.65rem);
	line-height: 1.05;
	margin: 6px 0 8px;
}

.dte-reto-call-card p {
	color: #6b7280;
	margin: 0;
}

.dte-reto-rank-badge {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #eef2ff;
	color: #4f46e5;
	font-size: 12px;
	font-weight: 900;
}

.dte-reto-call-actions,
.dte-reto-call-outcomes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.dte-reto-call-summary {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 16px 0;
}

.dte-reto-call-summary div {
	background: #f9fafb;
	border: 1px solid #eef2f7;
	border-radius: 16px;
	padding: 14px;
}

.dte-reto-call-summary strong,
.dte-reto-call-summary span {
	display: block;
}

.dte-reto-call-summary strong {
	color: #111827;
	font-size: .8rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.dte-reto-call-summary span {
	color: #4b5563;
}

.dte-reto-call-note {
	display: grid;
	gap: 8px;
	margin: 14px 0 16px;
}

.dte-reto-call-note span {
	color: #111827;
	font-size: .82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dte-reto-call-note textarea {
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 14px;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, .04);
	min-height: 74px;
	padding: 12px 14px;
	resize: vertical;
	width: 100%;
}

.dte-reto-call-stage {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 16px;
}

.dte-reto-call-stage > span {
	color: #111827;
	font-size: .82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dte-reto-call-stage > div {
	background: #f8fafc;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 999px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 4px;
}

.dte-reto-call-stage button {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #475569;
	cursor: pointer;
	font-size: .84rem;
	font-weight: 900;
	padding: 8px 12px;
}

.dte-reto-call-stage button.is-active {
	background: #111827;
	color: #fff;
}

.dte-reto-profile-links {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
}

.dte-reto-profile-links a {
	background: #eef2ff;
	border-radius: 999px;
	color: #4f46e5;
	font-size: .78rem;
	font-weight: 900;
	padding: 5px 8px;
	text-decoration: none;
}

.dte-reto-call-workspace {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .75fr);
	margin: 16px 0;
}

.dte-reto-call-script-panel,
.dte-reto-call-objections {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, .04);
	padding: 14px;
}

.dte-reto-call-section-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.dte-reto-call-section-head > strong {
	color: #111827;
	font-size: .9rem;
}

.dte-reto-call-script-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.dte-reto-call-script-actions .dte-reto-msg-picker {
	position: relative;
}

.dte-reto-call-script-actions .dte-reto-msg-toggle {
	min-width: 116px;
}

.dte-reto-call-script-output {
	background: #f8fafc;
	border: 0;
	border-radius: 12px;
	color: #374151;
	font-family: inherit;
	font-size: .9rem;
	line-height: 1.55;
	margin: 0;
	max-height: 340px;
	min-height: 260px;
	overflow: auto;
	padding: 14px;
	white-space: pre-wrap;
}

.dte-reto-call-objection-bubbles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dte-reto-call-objection {
	background: #eaf3ff !important;
	border: 1px solid #dbeafe !important;
	border-radius: 999px;
	color: #2563eb !important;
	cursor: pointer;
	font-size: .76rem;
	font-weight: 800;
	padding: 7px 10px;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.dte-reto-call-objection:hover,
.dte-reto-call-objection.is-active {
	background: #4f46e5 !important;
	border-color: #4f46e5 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.dte-reto-call-objection-response {
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	border-radius: 14px;
	margin-top: 12px;
	padding: 12px;
}

.dte-reto-call-objection-response strong {
	color: #4c1d95;
	display: block;
	font-size: .85rem;
	margin-bottom: 6px;
}

.dte-reto-call-objection-response p {
	color: #4338ca;
	font-size: .86rem;
	line-height: 1.5;
	margin: 0;
}

.dte-reto-call-advanced {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 14px;
	margin: 16px 0;
	overflow: hidden;
}

.dte-reto-call-advanced summary {
	align-items: center;
	color: #111827;
	cursor: pointer;
	display: flex;
	font-size: .9rem;
	font-weight: 900;
	justify-content: space-between;
	list-style: none;
	padding: 14px 16px;
}

.dte-reto-call-advanced summary::-webkit-details-marker {
	display: none;
}

.dte-reto-call-advanced summary::after {
	color: #6b7280;
	content: "v";
	font-size: .8rem;
	font-weight: 900;
}

.dte-reto-call-advanced[open] summary {
	border-bottom: 1px solid var(--dte-agency-line, #e5e7eb);
}

.dte-reto-call-advanced[open] summary::after {
	content: "^";
}

.dte-reto-call-advanced-actions {
	border-bottom: 1px solid var(--dte-agency-line, #e5e7eb);
	padding: 12px 14px;
}

.dte-reto-call-advanced .dte-reto-call-summary {
	margin: 0;
	padding: 14px;
}

.dte-reto-call-history {
	border-top: 1px solid var(--dte-agency-line, #e5e7eb);
	padding: 14px;
}

.dte-reto-call-history > strong {
	color: #111827;
	display: block;
	font-size: .82rem;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dte-reto-call-history > p {
	color: #64748b;
	margin: 0;
}

.dte-reto-call-history ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dte-reto-call-history li {
	background: #f8fafc;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	display: grid;
	gap: 5px;
	padding: 12px;
}

.dte-reto-call-history span,
.dte-reto-call-history small,
.dte-reto-call-history em {
	color: #64748b;
	font-size: .82rem;
}

.dte-reto-call-history b {
	color: #111827;
	font-size: .95rem;
}

.dte-reto-call-history em {
	font-style: normal;
	font-weight: 800;
}

.dte-reto-call-history li p {
	color: #334155;
	margin: 2px 0 0;
}

.dte-reto-call-outcomes {
	border-top: 1px solid var(--dte-agency-line, #e5e7eb);
	padding-top: 18px;
}

.dte-reto-call-outcomes select {
	margin-right: auto;
	max-width: 180px;
}

.dte-reto-call-more {
	position: relative;
}

.dte-reto-call-more summary {
	background: #f8fafc;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 999px;
	color: #111827;
	cursor: pointer;
	font-weight: 800;
	list-style: none;
	padding: 10px 16px;
}

.dte-reto-call-more summary::-webkit-details-marker {
	display: none;
}

.dte-reto-call-more[open] summary {
	background: #eef2ff;
	border-color: #c7d2fe;
}

.dte-reto-call-more > div {
	background: #fff;
	border: 1px solid var(--dte-agency-line, #e5e7eb);
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(17, 24, 39, .14);
	display: grid;
	gap: 6px;
	min-width: 180px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 20;
}

.dte-reto-call-more button {
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #111827;
	cursor: pointer;
	font-weight: 800;
	padding: 10px 12px;
	text-align: left;
}

.dte-reto-call-more button:hover {
	background: #f8fafc;
}

@media (max-width: 1100px) {
	.dte-reto-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.dte-reto-stats {
		grid-template-columns: 1fr;
	}

	.dte-reto-next-action {
		align-items: stretch;
		flex-direction: column;
	}

	.dte-reto-scoreboard {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dte-reto-report-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dte-reto-form-grid {
		grid-template-columns: 1fr;
	}

	.dte-reto-script-grid {
		grid-template-columns: 1fr;
	}

	.dte-reto-playbook-output {
		grid-template-columns: 1fr;
	}

	.dte-reto-call-mode {
		grid-template-columns: 1fr;
	}

	.dte-reto-call-list {
		grid-auto-flow: column;
		grid-auto-columns: minmax(190px, 1fr);
		max-height: none;
		overflow-x: auto;
	}

	.dte-reto-call-list > strong {
		display: none;
	}

	.dte-reto-call-card-head,
	.dte-reto-call-summary,
	.dte-reto-call-workspace {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dte-reto-call-actions,
	.dte-reto-call-outcomes {
		justify-content: flex-start;
	}

	.dte-reto-ladder-item {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	.dte-reto-panel[data-panel="call-analytics"],
	.dte-reto-panel[data-panel="call-analytics"] *,
	.dte-reto-audit-modal.is-printing,
	.dte-reto-audit-modal.is-printing * {
		visibility: visible !important;
	}

	.dte-reto-panel[data-panel="call-analytics"] {
		border: 0 !important;
		box-shadow: none !important;
		display: block !important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.dte-reto-panel[data-panel="call-analytics"] .dte-reto-report-brand {
		border-bottom-color: #cbd5e1;
		margin-bottom: 16px;
		padding-bottom: 12px;
	}

	.dte-reto-audit-modal.is-printing {
		background: #fff !important;
		inset: 0;
		padding: 0;
		position: absolute;
		z-index: 999999;
	}

	.dte-reto-audit-modal.is-printing .dte-reto-audit-card {
		box-shadow: none !important;
		max-height: none;
		overflow: visible;
		padding: 12px 8px 0;
		width: 100%;
	}

	.dte-reto-audit-modal.is-printing .dte-reto-audit-brand {
		border-bottom-color: #cbd5e1;
		margin-bottom: 16px;
		padding-bottom: 12px;
	}

	.dte-reto-audit-modal.is-printing .dte-reto-audit-logo {
		max-width: 160px;
	}

	.dte-reto-report-toolbar button,
	.dte-reto-tabs,
	.dte-reto-no-print {
		display: none !important;
	}

	.dte-reto-analytics-table-wrap {
		box-shadow: none !important;
		overflow: visible !important;
	}
}
