/* ============================================================
   AppsInsight — Write for Us Technology
   "Contributor Desk" — ink hero, cool paper body.
   Deliberately distinct from Trust Center glass/aurora.
   ============================================================ */

body.appsinsight-wfu-page {
	background: #eef0f3;
}

.appsinsight-wfu {
	--wfu-ink: #0b1220;
	--wfu-ink-soft: #1a2333;
	--wfu-paper: #f7f8fa;
	--wfu-paper-deep: #eef0f3;
	--wfu-line: rgba(11, 18, 32, 0.12);
	--wfu-muted: #4b5568;
	--wfu-faint: #6b7280;
	--wfu-accent: #f91942;
	--wfu-signal: #0d9488;
	--wfu-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
	--wfu-body: "Public Sans", "Segoe UI", system-ui, sans-serif;
	--wfu-ease: cubic-bezier(0.16, 1, 0.3, 1);
	--wfu-max: 1120px;
	--wfu-read: 720px;
	position: relative;
	overflow-x: clip;
	color: var(--wfu-ink);
	font-family: var(--wfu-body);
}

.appsinsight-wfu a:focus-visible,
.appsinsight-wfu button:focus-visible {
	outline: 2px solid var(--wfu-accent);
	outline-offset: 3px;
}

/* ---------------- Hero (ink drench) ---------------- */
.appsinsight-wfu__hero {
	position: relative;
	isolation: isolate;
	padding: clamp(48px, 7vw, 92px) 0 clamp(40px, 5vw, 64px);
	background: var(--wfu-ink);
	color: #f8fafc;
	overflow: hidden;
}

.appsinsight-wfu__hero-grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(rgba(248, 250, 252, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(248, 250, 252, 0.045) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 80% 70% at 30% 20%, #000 20%, transparent 75%);
	pointer-events: none;
}

.appsinsight-wfu__hero::after {
	content: "";
	position: absolute;
	right: -8%;
	top: -20%;
	width: min(52vw, 520px);
	height: min(52vw, 520px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(249, 25, 66, 0.28), transparent 68%);
	pointer-events: none;
	z-index: 0;
}

.appsinsight-wfu__hero-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.appsinsight-wfu__hero .appsinsight-apps-breadcrumbs,
.appsinsight-wfu__hero .breadcrumb,
.appsinsight-wfu__hero nav[aria-label="Breadcrumb"] {
	margin: 0 0 22px;
	font-size: 13px;
}

.appsinsight-wfu__hero .appsinsight-apps-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.appsinsight-wfu__hero .appsinsight-apps-breadcrumbs__item:not(:last-child)::after {
	content: "/";
	margin-left: 6px;
	color: rgba(203, 213, 225, 0.55);
}

.appsinsight-wfu__hero .appsinsight-apps-breadcrumbs a,
.appsinsight-wfu__hero nav[aria-label="Breadcrumb"] a {
	color: #cbd5e1 !important;
	text-decoration: none;
}

.appsinsight-wfu__hero .appsinsight-apps-breadcrumbs a:hover,
.appsinsight-wfu__hero nav[aria-label="Breadcrumb"] a:hover {
	color: #fff !important;
}

.appsinsight-wfu__hero .appsinsight-apps-breadcrumbs__item [aria-current="page"] {
	display: inline-block;
	max-width: min(52ch, 70vw);
	overflow: hidden;
	color: #94a3b8 !important;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}

.appsinsight-wfu__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #94a3b8;
}

.appsinsight-wfu__kicker-mark {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--wfu-accent);
	box-shadow: 0 0 0 4px rgba(249, 25, 66, 0.25);
	animation: wfu-pulse 2.4s var(--wfu-ease) infinite;
}

@keyframes wfu-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(249, 25, 66, 0.22); }
	50% { box-shadow: 0 0 0 8px rgba(249, 25, 66, 0.08); }
}

.appsinsight-wfu__title {
	margin: 0 0 18px;
	font-family: var(--wfu-display);
	font-size: clamp(32px, 4.6vw, 54px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
}

.appsinsight-wfu__lead {
	margin: 0 0 28px;
	max-width: 560px;
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.65;
	color: #cbd5e1;
	text-wrap: pretty;
}

.appsinsight-wfu__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 36px;
}

.appsinsight-wfu__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 4px;
	font-family: var(--wfu-body);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s var(--wfu-ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.appsinsight-wfu__btn:hover {
	transform: translateY(-2px);
}

.appsinsight-wfu__btn--primary {
	background: var(--wfu-accent);
	color: #fff !important;
	border: 1px solid transparent;
}

.appsinsight-wfu__btn--primary:hover {
	background: #e01138;
	color: #fff !important;
}

.appsinsight-wfu__btn--ghost {
	background: transparent;
	color: #f8fafc !important;
	border: 1px solid rgba(248, 250, 252, 0.28);
}

.appsinsight-wfu__btn--ghost:hover {
	border-color: rgba(248, 250, 252, 0.55);
	color: #fff !important;
}

.appsinsight-wfu__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid rgba(248, 250, 252, 0.14);
}

.appsinsight-wfu__stats > div {
	padding: 18px 16px 4px 0;
	border-right: 1px solid rgba(248, 250, 252, 0.1);
}

.appsinsight-wfu__stats > div:last-child {
	border-right: 0;
	padding-right: 0;
}

.appsinsight-wfu__stats dt {
	margin: 0 0 4px;
	font-family: var(--wfu-display);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.appsinsight-wfu__stats dd {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	color: #94a3b8;
}

/* ---------------- Topic marquee ---------------- */
.appsinsight-wfu__topics {
	background: var(--wfu-ink-soft);
	border-bottom: 1px solid rgba(248, 250, 252, 0.08);
	overflow: hidden;
	padding: 14px 0;
}

.appsinsight-wfu__topics-track {
	display: flex;
	width: max-content;
	animation: wfu-marquee 38s linear infinite;
}

.appsinsight-wfu__topics-track:hover {
	animation-play-state: paused;
}

.appsinsight-wfu__topics-list {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

.appsinsight-wfu__topics-list li {
	flex: 0 0 auto;
	padding: 8px 14px;
	border: 1px solid rgba(248, 250, 252, 0.14);
	border-radius: 999px;
	background: rgba(248, 250, 252, 0.04);
	color: #e2e8f0;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

@keyframes wfu-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* ---------------- Hero feature visual (SEO / OG art) ---------------- */
.appsinsight-wfu__feature {
	background: linear-gradient(180deg, var(--wfu-ink) 0%, var(--wfu-ink) 28%, var(--wfu-paper) 28%, var(--wfu-paper) 100%);
	padding: 0 20px 8px;
	box-sizing: border-box;
}

.appsinsight-wfu__feature-inner {
	width: 100%;
	max-width: var(--wfu-max);
	margin: 0 auto;
}

.appsinsight-wfu__feature .appsinsight-wfu-figure {
	margin: 0;
}

.appsinsight-wfu__feature .appsinsight-wfu-figure img {
	border-radius: 18px;
	box-shadow:
		0 24px 48px rgba(11, 18, 32, 0.28),
		0 0 0 1px rgba(11, 18, 32, 0.06);
}

.appsinsight-wfu__feature .appsinsight-wfu-figure figcaption {
	margin-top: 12px;
	color: var(--wfu-muted);
	text-align: center;
}

/* ---------------- In-content SEO figures ---------------- */
.appsinsight-wfu-figure {
	margin: 22px 0 28px;
	padding: 0;
	border: 0;
	background: transparent;
}

.appsinsight-wfu-figure img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 14px;
	border: 1px solid var(--wfu-line);
	background: #fff;
	box-shadow: 0 10px 28px rgba(11, 18, 32, 0.07);
}

.appsinsight-wfu-figure figcaption {
	margin: 10px 4px 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--wfu-faint);
	font-style: normal;
	letter-spacing: 0.01em;
}

.appsinsight-wfu-figure--topic {
	margin: 14px 0 22px;
}

.appsinsight-wfu-figure--topic img {
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(11, 18, 32, 0.06);
}

.appsinsight-wfu__content h2 + .appsinsight-wfu-figure {
	margin-top: 18px;
}

.appsinsight-wfu__content h3 + .appsinsight-wfu-figure {
	margin-top: 12px;
}

@media (min-width: 900px) {
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--section,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--why,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--topics,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--who,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--guidelines,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--links,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--submit,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--perform,
	.appsinsight-wfu__layout--toc .appsinsight-wfu-figure--tips {
		width: calc(100% + 24px);
		max-width: none;
		margin-left: -12px;
		margin-right: -12px;
	}
}

/* ---------------- Body layout + sidebar TOC ---------------- */
.appsinsight-wfu__body {
	background: var(--wfu-paper);
	padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 6vw, 80px);
}

.appsinsight-wfu__layout {
	width: 100%;
	max-width: var(--wfu-max);
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.appsinsight-wfu__layout--toc {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 48px;
	align-items: start;
}

.appsinsight-wfu__content {
	width: 100%;
	max-width: var(--wfu-read);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 1.75;
	color: #1f2937;
}

.appsinsight-wfu__layout:not(.appsinsight-wfu__layout--toc) .appsinsight-wfu__content {
	margin: 0 auto;
}

.appsinsight-wfu__content > *:first-child {
	margin-top: 0;
}

.appsinsight-wfu__content h2 {
	margin: 52px 0 16px;
	padding-top: 6px;
	font-family: var(--wfu-display);
	font-size: clamp(24px, 2.4vw, 30px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--wfu-ink);
	scroll-margin-top: 96px;
	text-wrap: balance;
}

.appsinsight-wfu__content h2:first-child {
	margin-top: 0;
}

.appsinsight-wfu__content h3 {
	margin: 28px 0 10px;
	font-family: var(--wfu-display);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: var(--wfu-ink-soft);
	scroll-margin-top: 96px;
}

/* Sidebar TOC */
.appsinsight-wfu__toc {
	position: sticky;
	top: 96px;
	align-self: start;
}

body.admin-bar .appsinsight-wfu__toc {
	top: 128px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .appsinsight-wfu__toc {
		top: 142px;
	}
}

.appsinsight-wfu__toc-panel {
	padding: 18px 14px 16px;
	border: 1px solid var(--wfu-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.appsinsight-wfu__toc-kicker {
	margin: 0 0 10px;
	padding: 0 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wfu-faint);
}

.appsinsight-wfu__toc-progress {
	position: relative;
	height: 3px;
	margin: 0 4px 14px;
	border-radius: 999px;
	background: #e5e7eb;
	overflow: hidden;
}

.appsinsight-wfu__toc-progress-bar {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--wfu-accent), #fb7185);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s linear;
	will-change: transform;
}

.appsinsight-wfu__toc-list {
	position: relative;
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	display: grid;
	gap: 1px;
	max-height: min(68vh, 580px);
	overflow-y: auto;
	scrollbar-width: thin;
}

.appsinsight-wfu__toc-list::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 12px;
	bottom: 12px;
	width: 1px;
	background: #e5e7eb;
	pointer-events: none;
}

.appsinsight-wfu__toc-list a {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 6px;
	align-items: start;
	padding: 10px 8px 10px 4px;
	border-radius: 6px;
	color: var(--wfu-muted);
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.appsinsight-wfu__toc-list a:hover {
	background: #f8fafc;
	color: var(--wfu-ink);
}

.appsinsight-wfu__toc-list a.is-active {
	background: #fff1f2;
	color: var(--wfu-ink);
}

.appsinsight-wfu__toc-num {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	font-family: var(--wfu-display);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #6b7280;
}

.appsinsight-wfu__toc-list a.is-active .appsinsight-wfu__toc-num {
	background: var(--wfu-accent);
	border-color: var(--wfu-accent);
	color: #fff;
}

.appsinsight-wfu__toc-label {
	padding-top: 5px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.appsinsight-wfu__toc-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 6px;
	border: 1px solid rgba(249, 25, 66, 0.28);
	background: #fff1f2;
	color: var(--wfu-accent) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s var(--wfu-ease), color 0.2s ease;
}

.appsinsight-wfu__toc-cta:hover {
	background: var(--wfu-accent);
	border-color: var(--wfu-accent);
	color: #fff !important;
	transform: translateY(-1px);
}

.appsinsight-wfu__content p {
	margin: 0 0 1.05rem;
	text-wrap: pretty;
}

.appsinsight-wfu__content ul,
.appsinsight-wfu__content ol {
	margin: 0 0 1.25rem;
	padding-left: 1.15em;
}

.appsinsight-wfu__content li {
	margin: 0 0 0.45rem;
}

.appsinsight-wfu__content li::marker {
	color: var(--wfu-signal);
}

.appsinsight-wfu__content a {
	color: var(--wfu-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.appsinsight-wfu__content a:hover {
	color: #c41035;
}

.appsinsight-wfu__content strong {
	color: var(--wfu-ink);
	font-weight: 700;
}

.appsinsight-wfu__content .appsinsight-wfu-checklist {
	list-style: none;
	margin: 0 0 1.4rem;
	padding: 0;
	display: grid;
	gap: 8px;
}

.appsinsight-wfu__content .appsinsight-wfu-checklist li {
	position: relative;
	margin: 0;
	padding: 14px 16px 14px 44px;
	background: #fff;
	border: 1px solid var(--wfu-line);
	border-radius: 4px;
}

.appsinsight-wfu__content .appsinsight-wfu-checklist li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230d9488' stroke-width='2.2' d='M3 8.2l3.2 3.2L13 4.5'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* How-to steps already labeled in copy — keep clean hierarchy */

/* ---------------- FAQ ---------------- */
.appsinsight-wfu-faq {
	margin: 1.25rem 0 0.5rem;
	display: grid;
	gap: 0;
	border: 1px solid var(--wfu-line);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.appsinsight-wfu-faq .appsinsight-app-accordion__item {
	border: 0;
	border-bottom: 1px solid var(--wfu-line);
	border-radius: 0;
	background: transparent;
}

.appsinsight-wfu-faq .appsinsight-app-accordion__item:last-child {
	border-bottom: 0;
}

.appsinsight-wfu-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 16px 48px 16px 18px;
	position: relative;
	font-family: var(--wfu-display);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: var(--wfu-ink);
	transition: background 0.2s ease;
}

.appsinsight-wfu-faq summary:hover {
	background: #f3f4f6;
}

.appsinsight-wfu-faq summary::-webkit-details-marker {
	display: none;
}

.appsinsight-wfu-faq summary::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid var(--wfu-faint);
	border-bottom: 2px solid var(--wfu-faint);
	transition: transform 0.25s var(--wfu-ease);
}

.appsinsight-wfu-faq details[open] summary::after {
	transform: translateY(-30%) rotate(225deg);
}

.appsinsight-wfu-faq .appsinsight-app-accordion__body {
	padding: 0 18px 18px;
	color: var(--wfu-muted);
	font-size: 15px;
	line-height: 1.7;
}

/* ---------------- Search operators ---------------- */
.appsinsight-wfu-operators {
	margin: 52px 0 8px;
}

.appsinsight-wfu-operators > p {
	margin: 0 0 1.15rem;
	color: #374151;
}

.appsinsight-wfu-operators__shell {
	margin: 0 0 14px;
	border: 1px solid var(--wfu-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(11, 18, 32, 0.05);
	overflow: hidden;
}

.appsinsight-wfu-operators__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 10px;
	background: #f3f4f7;
	border-bottom: 1px solid var(--wfu-line);
}

.appsinsight-wfu-operators__tab {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: var(--wfu-muted);
	font-family: var(--wfu-body);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.01em;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.appsinsight-wfu-operators__tab:hover {
	background: rgba(255, 255, 255, 0.7);
	color: var(--wfu-ink);
}

.appsinsight-wfu-operators__tab.is-active {
	background: #fff;
	color: var(--wfu-ink);
	border-color: rgba(249, 25, 66, 0.2);
	box-shadow: 0 4px 12px rgba(11, 18, 32, 0.06);
}

.appsinsight-wfu-operators__tab-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.06);
	font-size: 11px;
	font-weight: 750;
	color: var(--wfu-faint);
}

.appsinsight-wfu-operators__tab.is-active .appsinsight-wfu-operators__tab-count {
	background: rgba(249, 25, 66, 0.12);
	color: var(--wfu-accent);
}

.appsinsight-wfu-operators__panel {
	padding: 16px 14px 14px;
}

.appsinsight-wfu-operators__panel[hidden] {
	display: none !important;
}

.appsinsight-wfu-operators__hint {
	margin: 0 4px 14px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--wfu-muted);
}

.appsinsight-wfu-operators__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.appsinsight-wfu-operators__chip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px 12px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid var(--wfu-line);
	border-radius: 10px;
	background: #fafbfc;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.appsinsight-wfu-operators__chip:hover {
	border-color: rgba(249, 25, 66, 0.28);
	background: #fff;
}

.appsinsight-wfu-operators__query {
	display: block;
	margin: 0;
	padding: 0;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--wfu-ink);
	background: transparent;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.appsinsight-wfu-operators__actions {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.appsinsight-wfu-operators__copy,
.appsinsight-wfu-operators__search {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 7px 10px;
	border-radius: 8px;
	font-family: var(--wfu-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.appsinsight-wfu-operators__copy {
	border: 1px solid var(--wfu-line);
	background: #fff;
	color: var(--wfu-ink);
}

.appsinsight-wfu-operators__copy:hover,
.appsinsight-wfu-operators__copy.is-copied {
	border-color: rgba(13, 148, 136, 0.35);
	background: #ecfdf8;
	color: #0f766e;
}

.appsinsight-wfu-operators__search {
	border: 1px solid rgba(249, 25, 66, 0.22);
	background: rgba(249, 25, 66, 0.06);
	color: var(--wfu-accent) !important;
}

.appsinsight-wfu-operators__search:hover {
	background: var(--wfu-accent);
	border-color: var(--wfu-accent);
	color: #fff !important;
}

.appsinsight-wfu-operators__note {
	margin: 0;
	padding: 0 2px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--wfu-faint);
}

@media (max-width: 640px) {
	.appsinsight-wfu-operators__chip {
		grid-template-columns: 1fr;
	}

	.appsinsight-wfu-operators__actions {
		width: 100%;
	}

	.appsinsight-wfu-operators__copy,
	.appsinsight-wfu-operators__search {
		flex: 1 1 auto;
	}
}

/* ---------------- Inline CTA ---------------- */
.appsinsight-wfu-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(200px, 0.85fr);
	gap: 20px 28px;
	align-items: center;
	margin: 28px 0;
	padding: 24px 26px;
	border: 1px solid rgba(249, 25, 66, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(135deg, #fff 0%, #fff7f8 55%, #fff 100%);
	box-shadow: 0 12px 32px rgba(249, 25, 66, 0.06);
}

.appsinsight-wfu-cta__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wfu-accent);
}

.appsinsight-wfu-cta__title {
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-family: var(--wfu-display);
	font-size: 22px !important;
	font-weight: 800 !important;
	letter-spacing: -0.025em;
	line-height: 1.25;
	color: var(--wfu-ink) !important;
}

.appsinsight-wfu-cta__text {
	margin: 0;
	max-width: 38em;
	color: var(--wfu-muted);
	font-size: 15px;
	line-height: 1.6;
}

.appsinsight-wfu-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

.appsinsight-wfu-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 6px;
	background: var(--wfu-accent);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s var(--wfu-ease);
}

.appsinsight-wfu-cta__btn:hover {
	background: #e01138;
	color: #fff !important;
	transform: translateY(-1px);
}

.appsinsight-wfu-cta__mail {
	display: block;
	text-align: center;
	color: var(--wfu-muted) !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	word-break: break-all;
}

.appsinsight-wfu-cta__mail:hover {
	color: var(--wfu-ink) !important;
}

@media (max-width: 720px) {
	.appsinsight-wfu-cta {
		grid-template-columns: 1fr;
		padding: 20px;
	}
}

/* ---------------- Related ---------------- */
/* ---------------- E-E-A-T byline ---------------- */
.appsinsight-wfu__eeat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 28px;
	margin: 0 0 28px;
	padding: 14px 18px 14px 14px;
	border: 1px solid var(--wfu-line);
	border-radius: 12px;
	background:
		linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
	box-shadow: 0 6px 18px rgba(11, 18, 32, 0.04);
	position: relative;
	overflow: hidden;
}

.appsinsight-wfu__eeat::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, var(--wfu-accent), rgba(249, 25, 66, 0.35));
}

.appsinsight-wfu__eeat-editor {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1 1 auto;
}

.appsinsight-wfu__eeat-avatar {
	flex: 0 0 auto;
	display: block;
	line-height: 0;
}

.appsinsight-wfu__eeat-avatar-img {
	display: block;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(11, 18, 32, 0.12);
	margin: 0 !important;
}

.appsinsight-wfu__eeat-copy {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.appsinsight-wfu__eeat-updated {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	flex: 0 0 auto;
	padding-left: 20px;
	border-left: 1px solid var(--wfu-line);
	text-align: right;
}

.appsinsight-wfu__eeat-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wfu-faint);
	line-height: 1.3;
}

.appsinsight-wfu__eeat-value {
	font-family: var(--wfu-display);
	font-size: 15px;
	font-weight: 750;
	letter-spacing: -0.02em;
	color: var(--wfu-ink);
	text-decoration: none;
	line-height: 1.25;
}

a.appsinsight-wfu__eeat-value:hover {
	color: var(--wfu-accent);
}

.appsinsight-wfu__eeat-role {
	font-size: 12px;
	color: var(--wfu-muted);
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.appsinsight-wfu__eeat-updated .appsinsight-wfu__eeat-value {
	font-family: var(--wfu-body);
	font-size: 14px;
	font-weight: 650;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.appsinsight-wfu__author {
	margin: 40px 0 8px;
}

.appsinsight-wfu__author .appsinsight-author-bio__title {
	font-size: 12px;
}

.appsinsight-wfu__author .appsinsight-author-bio__name {
	font-size: clamp(22px, 2.4vw, 28px);
}

/* ---------------- Sample published posts ---------------- */
.appsinsight-wfu__samples {
	width: 100%;
	max-width: var(--wfu-max);
	margin: clamp(36px, 5vw, 56px) auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.appsinsight-wfu__samples-head {
	max-width: 640px;
	margin: 0 0 22px;
}

.appsinsight-wfu__samples-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wfu-accent);
}

.appsinsight-wfu__samples-title {
	margin: 0 0 10px;
	font-family: var(--wfu-display);
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--wfu-ink);
}

.appsinsight-wfu__samples-lead {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--wfu-muted);
}

.appsinsight-wfu__samples-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.appsinsight-wfu__samples-list li {
	margin: 0;
}

.appsinsight-wfu__samples-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	padding: 18px 18px 16px;
	border: 1px solid var(--wfu-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(11, 18, 32, 0.04);
	text-decoration: none !important;
	color: inherit;
	transition: border-color 0.2s ease, transform 0.2s var(--wfu-ease), box-shadow 0.2s ease;
}

.appsinsight-wfu__samples-card:hover {
	border-color: rgba(249, 25, 66, 0.35);
	box-shadow: 0 14px 28px rgba(11, 18, 32, 0.08);
	transform: translateY(-2px);
}

.appsinsight-wfu__samples-card time {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--wfu-faint);
}

.appsinsight-wfu__samples-name {
	font-family: var(--wfu-display);
	font-size: 17px;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.35;
	color: var(--wfu-ink);
	text-wrap: balance;
}

.appsinsight-wfu__samples-excerpt {
	font-size: 14px;
	line-height: 1.5;
	color: var(--wfu-muted);
	flex: 1;
}

.appsinsight-wfu__samples-more {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 700;
	color: var(--wfu-accent);
}

.appsinsight-wfu__samples-all {
	margin: 18px 0 0;
	font-size: 14px;
	font-weight: 700;
}

.appsinsight-wfu__samples-all a {
	color: var(--wfu-ink);
	text-decoration: none;
}

.appsinsight-wfu__samples-all a:hover {
	color: var(--wfu-accent);
}

@media (max-width: 900px) {
	.appsinsight-wfu__eeat {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 14px 14px 14px 16px;
	}

	.appsinsight-wfu__eeat-updated {
		align-items: flex-start;
		padding: 12px 0 0;
		border-left: 0;
		border-top: 1px solid var(--wfu-line);
		text-align: left;
	}

	.appsinsight-wfu__eeat-role {
		white-space: normal;
	}

	.appsinsight-wfu__samples-list {
		grid-template-columns: 1fr;
	}
}

.appsinsight-wfu__more {
	background: #fff;
	border-top: 1px solid var(--wfu-line);
	padding: clamp(40px, 5vw, 64px) 0;
}

.appsinsight-wfu__more-inner {
	width: 100%;
	max-width: var(--wfu-max);
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.appsinsight-wfu__more-title {
	margin: 0 0 20px;
	font-family: var(--wfu-display);
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--wfu-ink);
}

.appsinsight-wfu__more-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--wfu-line);
}

.appsinsight-wfu__more-list li {
	border-bottom: 1px solid var(--wfu-line);
}

.appsinsight-wfu__more-list a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	column-gap: 16px;
	align-items: center;
	padding: 18px 4px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.appsinsight-wfu__more-list a:hover {
	background: #f9fafb;
}

.appsinsight-wfu__more-name {
	grid-column: 1;
	grid-row: 1;
	font-family: var(--wfu-display);
	font-size: 17px;
	font-weight: 700;
	color: var(--wfu-ink);
}

.appsinsight-wfu__more-desc {
	grid-column: 1;
	grid-row: 2;
	margin-top: 2px;
	font-size: 14px;
	color: var(--wfu-muted);
}

.appsinsight-wfu__more-arrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	font-size: 20px;
	color: var(--wfu-accent);
	transition: transform 0.25s var(--wfu-ease);
}

.appsinsight-wfu__more-list a:hover .appsinsight-wfu__more-arrow {
	transform: translateX(4px);
}

/* ---------------- Closing band ---------------- */
.appsinsight-wfu__band {
	background: var(--wfu-ink);
	color: #e2e8f0;
	padding: clamp(48px, 7vw, 88px) 0;
}

.appsinsight-wfu__band-inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.appsinsight-wfu__band-kicker {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	color: #94a3b8;
}

.appsinsight-wfu__band-title {
	margin: 0 0 14px;
	font-family: var(--wfu-display);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
	text-wrap: balance;
}

.appsinsight-wfu__band-text {
	margin: 0 auto 24px;
	max-width: 34rem;
	color: #94a3b8;
	line-height: 1.65;
}

/* Motion limited to marquee + pulse + micro-hovers (no opacity-gated reveals) */

@media (prefers-reduced-motion: reduce) {
	.appsinsight-wfu__topics-track,
	.appsinsight-wfu__kicker-mark {
		animation: none !important;
	}

	.appsinsight-wfu__btn:hover,
	.appsinsight-wfu__more-list a:hover .appsinsight-wfu__more-arrow {
		transform: none;
	}
}

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
	.appsinsight-wfu__layout--toc {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.appsinsight-wfu__toc {
		position: static;
		order: -1;
	}

	.appsinsight-wfu__toc-panel {
		padding: 14px;
	}

	.appsinsight-wfu__toc-list {
		display: flex;
		flex-wrap: nowrap;
		gap: 6px;
		max-height: none;
		overflow-x: auto;
		padding: 0 0 4px;
		scrollbar-width: thin;
	}

	.appsinsight-wfu__toc-list::before {
		display: none;
	}

	.appsinsight-wfu__toc-list li {
		flex: 0 0 auto;
	}

	.appsinsight-wfu__toc-list a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		grid-template-columns: none;
		padding: 8px 10px 8px 8px;
		border: 1px solid var(--wfu-line);
		white-space: nowrap;
		background: #f8fafc;
	}

	.appsinsight-wfu__toc-list a.is-active {
		border-color: rgba(249, 25, 66, 0.35);
		background: #fff1f2;
	}

	.appsinsight-wfu__toc-num {
		width: 24px;
		height: 24px;
		font-size: 10px;
	}

	.appsinsight-wfu__toc-label {
		padding-top: 0;
	}

	.appsinsight-wfu__toc-cta {
		display: none;
	}

	.appsinsight-wfu__toc-progress {
		display: none;
	}
}

@media (max-width: 860px) {
	.appsinsight-wfu__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.appsinsight-wfu__stats > div:nth-child(2) {
		border-right: 0;
	}

	.appsinsight-wfu__stats > div:nth-child(1),
	.appsinsight-wfu__stats > div:nth-child(2) {
		border-bottom: 1px solid rgba(248, 250, 252, 0.1);
	}
}

@media (max-width: 560px) {
	.appsinsight-wfu__btn {
		width: 100%;
	}

	.appsinsight-wfu__stats {
		grid-template-columns: 1fr 1fr;
	}
}

/* Soften Listeo container interference inside this template */
body.appsinsight-wfu-page #wrapper,
body.appsinsight-wfu-page .wrapper {
	overflow-x: clip;
}

body.appsinsight-wfu-page .appsinsight-wfu .container {
	max-width: none;
	padding: 0;
	width: auto;
}
