/* Yarn marketing landing pages, shared styles */

.yarn-lp {
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	color: #0f172a;
	line-height: 1.6;
	font-feature-settings: "ss01", "cv11";
}
.yarn-lp[dir="rtl"], .yarn-lp.rtl {
	font-family: 'Noto Sans Arabic', 'Cairo', sans-serif;
}

.yarn-lp-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.yarn-lp-container-narrow {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ================= Hero ================= */
.yarn-lp-hero {
	background:
		radial-gradient(circle at 12% 0%, rgba(37,99,235,0.30) 0%, transparent 48%),
		radial-gradient(circle at 88% 100%, rgba(236,72,153,0.22) 0%, transparent 50%),
		linear-gradient(135deg, #0b1220 0%, #111827 60%, #1e293b 100%);
	color: #fff;
	padding: 84px 0 88px;
	position: relative;
	overflow: hidden;
}
.yarn-lp-hero::after {
	content: "";
	position: absolute; inset: 0;
	background-image:
		radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
	background-size: 28px 28px;
	opacity: 0.35;
	pointer-events: none;
}
.yarn-lp-hero > * { position: relative; z-index: 1; }

.yarn-lp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #93c5fd;
	margin-bottom: 18px;
	padding: 6px 12px;
	background: rgba(59,130,246,0.12);
	border: 1px solid rgba(59,130,246,0.22);
	border-radius: 999px;
}
.yarn-lp-eyebrow-dot {
	width: 6px; height: 6px;
	background: #60a5fa;
	border-radius: 50%;
	display: inline-block;
}

.yarn-lp-hero h1 {
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.022em;
	margin: 0 0 22px 0;
	color: #fff;
	max-width: 920px;
}

.yarn-lp .yarn-lp-sub,
.yarn-lp p.yarn-lp-sub {
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.6;
	color: #e6edf5;
	max-width: 760px;
	margin: 0 0 28px 0;
}

.yarn-lp .yarn-lp-note,
.yarn-lp p.yarn-lp-note {
	font-size: 14.5px;
	color: #e6edf5;
	max-width: 760px;
	margin: 20px 0 0 0;
	line-height: 1.65;
	padding: 16px 20px;
	background: rgba(255,255,255,0.09);
	border-left: 3px solid #60a5fa;
	border-radius: 0 8px 8px 0;
}
.yarn-lp .yarn-lp-note strong { color: #fff; }
.yarn-lp[dir="rtl"] .yarn-lp-note {
	border-left: none;
	border-right: 3px solid #60a5fa;
	border-radius: 8px 0 0 8px;
}

/* Hero meta pills */
.yarn-lp-meta-row {
	display: flex; gap: 10px; flex-wrap: wrap;
	margin: 14px 0 28px;
}
.yarn-lp-meta-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #e6edf5;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.18);
	padding: 7px 13px;
	border-radius: 999px;
}
.yarn-lp-meta-pill svg { opacity: 0.95; color: #cbd5e1; }

/* Hero logo strip */
.yarn-lp-logo-strip {
	margin-top: 40px;
	padding: 20px 24px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 14px;
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}
.yarn-lp-logo-strip-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #94a3b8;
	white-space: nowrap;
}
.yarn-lp-logo-strip-items {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
	flex: 1;
}
.yarn-lp-logo-strip-items img {
	height: 26px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.75;
	transition: opacity 0.15s ease;
}
.yarn-lp-logo-strip-items img.no-invert { filter: none; opacity: 0.9; }
.yarn-lp-logo-strip-items img:hover { opacity: 1; }

/* CTA */
.yarn-lp-cta-row {
	display: flex; gap: 12px; flex-wrap: wrap;
	margin-bottom: 22px;
}
.yarn-lp-cta-primary {
	background: #2563eb;
	color: #fff !important;
	padding: 14px 26px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	transition: background 0.15s ease, transform 0.15s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 6px 18px rgba(37,99,235,0.35);
}
.yarn-lp-cta-primary:hover { background: #1d4ed8; transform: translateY(-1px); }

.yarn-lp-cta-secondary {
	background: rgba(255,255,255,0.12);
	color: #fff !important;
	padding: 14px 26px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.22);
	transition: background 0.15s ease, border-color 0.15s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.yarn-lp-cta-secondary:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.32); }

/* ================= Sections ================= */
.yarn-lp-section {
	background: #fff;
	padding: 84px 0;
}
.yarn-lp-section-alt {
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}
.yarn-lp-section-dark {
	background: #0b1220;
	color: #e2e8f0;
}
.yarn-lp-section-dark h2, .yarn-lp-section-dark h3 { color: #fff; }
.yarn-lp-section-dark p { color: #cbd5e1; }

.yarn-lp h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.18;
	margin: 0 0 20px 0;
	max-width: 820px;
	color: #0f172a;
}
.yarn-lp h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 28px 0 12px 0;
	color: #0f172a;
	letter-spacing: -0.01em;
}
.yarn-lp p {
	font-size: 16px;
	line-height: 1.7;
	color: #334155;
	max-width: 780px;
	margin: 0 0 16px 0;
}
.yarn-lp ul, .yarn-lp ol {
	font-size: 16px;
	line-height: 1.7;
	color: #334155;
	max-width: 780px;
	padding-left: 24px;
	margin: 0 0 24px 0;
}
.yarn-lp[dir="rtl"] ul, .yarn-lp[dir="rtl"] ol {
	padding-left: 0;
	padding-right: 24px;
}
.yarn-lp li { margin-bottom: 10px; }
.yarn-lp strong { color: #0f172a; font-weight: 600; }
.yarn-lp a { color: #2563eb; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.yarn-lp a:hover { color: #1d4ed8; }

/* Section headers */
.yarn-lp-section-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 48px;
}
.yarn-lp-section-header h2 {
	margin: 0 auto 14px;
	max-width: none;
}
.yarn-lp-section-header p {
	margin: 0 auto;
	font-size: 17px;
	color: #64748b;
	max-width: 680px;
}
.yarn-lp-section-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2563eb;
	margin-bottom: 12px;
}

/* ================= Feature / factor grid ================= */
.yarn-lp-factor-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 32px;
}
@media (min-width: 720px) { .yarn-lp-factor-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .yarn-lp-factor-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

.yarn-lp-factor {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 22px 24px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	transition: border-color 0.15s ease, transform 0.15s ease;
}
.yarn-lp-factor:hover { border-color: #cbd5e1; }
.yarn-lp-factor-icon {
	width: 40px; height: 40px;
	flex-shrink: 0;
	background: #eff6ff;
	border-radius: 10px;
	display: flex; align-items: center; justify-content: center;
	color: #2563eb;
}
.yarn-lp-factor-icon svg { width: 22px; height: 22px; }
.yarn-lp-factor h3 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: 600;
}
.yarn-lp-factor p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.55;
	color: #475569;
}

/* Legacy feature grid, keep compatibility */
.yarn-lp-feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 32px;
}
@media (min-width: 720px) { .yarn-lp-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (min-width: 1024px) { .yarn-lp-feature-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.yarn-lp-feature {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px 24px 20px;
}
.yarn-lp-feature h3 { margin-top: 0; font-size: 17px; }
.yarn-lp-feature p { font-size: 14.5px; line-height: 1.55; margin-bottom: 0; }

/* ================= Vendor cards (contenders) ================= */
.yarn-lp-vendor-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 32px;
}
@media (min-width: 880px) {
	.yarn-lp-vendor-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

.yarn-lp-vendor-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 28px 28px 24px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.yarn-lp-vendor-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 10px 30px rgba(15,23,42,0.06);
	transform: translateY(-2px);
}
.yarn-lp-vendor-card.featured {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37,99,235,0.08);
	background: linear-gradient(180deg, #fff 0%, #f8faff 100%);
}
.yarn-lp-vendor-card.honorable {
	background: #fefce8;
	border-color: #fde68a;
}

.yarn-lp-vendor-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f1f5f9;
}
.yarn-lp-vendor-logo {
	height: 36px;
	max-width: 150px;
	width: auto;
	object-fit: contain;
}
.yarn-lp-vendor-tags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.yarn-lp-vendor-tag {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	background: #f1f5f9;
	padding: 4px 10px;
	border-radius: 999px;
}
.yarn-lp-vendor-card.featured .yarn-lp-vendor-tag {
	color: #1e40af;
	background: #dbeafe;
}
.yarn-lp-vendor-featured-badge {
	position: absolute;
	top: -10px;
	left: 28px;
	background: #2563eb;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(37,99,235,0.3);
}
.yarn-lp[dir="rtl"] .yarn-lp-vendor-featured-badge { left: auto; right: 28px; }

.yarn-lp-vendor-pitch {
	font-size: 15px;
	line-height: 1.6;
	color: #334155;
	margin: 0 0 16px 0;
}

.yarn-lp-winloss {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 12px 0 16px;
}
@media (min-width: 560px) { .yarn-lp-winloss { grid-template-columns: 1fr 1fr; } }

.yarn-lp-winloss-block {
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13.5px;
	line-height: 1.5;
}
.yarn-lp-winloss-block strong {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.yarn-lp-winloss-block svg { width: 14px; height: 14px; }
.yarn-lp-win {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}
.yarn-lp-win strong { color: #15803d; }
.yarn-lp-loss {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}
.yarn-lp-loss strong { color: #b91c1c; }

.yarn-lp-vendor-price {
	font-size: 13.5px;
	color: #475569;
	padding-top: 14px;
	margin-top: auto;
	border-top: 1px solid #f1f5f9;
}
.yarn-lp-vendor-price strong {
	color: #0f172a;
	display: block;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 4px;
	color: #64748b;
}

/* ================= Comparison table ================= */
.yarn-lp-compare-wrap {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
	margin-top: 32px;
	box-shadow: 0 1px 3px rgba(15,23,42,0.04);
}
.yarn-lp-compare-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.yarn-lp-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 860px;
}
.yarn-lp-compare-table th,
.yarn-lp-compare-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #f1f5f9;
	vertical-align: middle;
	text-align: left;
}
.yarn-lp[dir="rtl"] .yarn-lp-compare-table th,
.yarn-lp[dir="rtl"] .yarn-lp-compare-table td { text-align: right; }
.yarn-lp-compare-table thead th {
	background: #0b1220;
	color: #fff;
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: 0.02em;
	padding: 18px 16px;
	vertical-align: bottom;
	border-bottom: none;
}
.yarn-lp-compare-table thead th:first-child { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #94a3b8; }
.yarn-lp-compare-table thead th.yarn-col { background: #1e3a8a; }
.yarn-lp-compare-table tbody tr:nth-child(even) { background: #fafbfc; }
.yarn-lp-compare-table tbody tr:hover { background: #f1f5f9; }
.yarn-lp-compare-table tbody tr:last-child td { border-bottom: none; }
.yarn-lp-compare-table td:first-child { font-weight: 500; color: #0f172a; }

/* Header logos */
.yarn-lp-compare-logo {
	height: 22px;
	width: auto;
	max-width: 90px;
	filter: brightness(0) invert(1);
	opacity: 0.9;
	display: block;
	margin-bottom: 6px;
}
.yarn-lp-compare-logo.no-invert { filter: none; opacity: 1; }
/* Yarn logo is our product, slightly larger than the rest */
.yarn-lp-compare-logo.yarn-lp-compare-logo-yarn { height: 28px; max-width: 110px; }
/* Yardi's default logo is oversized next to the others; rein it in */
.yarn-lp-compare-logo.yarn-lp-compare-logo-sm { height: 18px; max-width: 72px; }

/* ================= Compare tabs ================= */
.yarn-lp-compare-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 28px 0 20px;
	padding: 6px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	max-width: 720px;
}
.yarn-lp-compare-tab {
	appearance: none;
	border: none;
	background: transparent;
	color: #475569;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	flex: 1;
	justify-content: center;
	min-height: 44px;
}
.yarn-lp-compare-tab:hover { color: #0f172a; background: rgba(255,255,255,0.6); }
.yarn-lp-compare-tab.is-active {
	background: #0b1220;
	color: #fff;
	box-shadow: 0 4px 12px rgba(11,18,32,0.25);
}
.yarn-lp-compare-tab-flag {
	display: inline-flex;
	align-items: center;
	color: currentColor;
	opacity: 0.85;
}
.yarn-lp-compare-tab-flag svg { display: block; }
.yarn-lp-compare-tab-count {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(15,23,42,0.08);
	color: inherit;
}
.yarn-lp-compare-tab.is-active .yarn-lp-compare-tab-count {
	background: rgba(255,255,255,0.18);
}
@media (max-width: 640px) {
	.yarn-lp-compare-tabs { flex-direction: column; max-width: none; }
	.yarn-lp-compare-tab { width: 100%; justify-content: flex-start; }
}

.yarn-lp-compare-panels { margin-top: 4px; }
.yarn-lp-compare-panel[hidden] { display: none; }

.yarn-lp-compare-legend-standalone {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 16px 20px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 13.5px;
	color: #475569;
}
.yarn-lp-compare-honest-note {
	margin-top: 20px;
	padding: 16px 20px;
	background: #fefce8;
	border: 1px solid #fde68a;
	border-left: 3px solid #eab308;
	border-radius: 0 10px 10px 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: #713f12;
	max-width: none !important;
}
.yarn-lp[dir="rtl"] .yarn-lp-compare-honest-note {
	border-left: none;
	border-right: 3px solid #eab308;
	border-radius: 10px 0 0 10px;
}

.yarn-lp-status.na {
	color: #475569;
	background: #f1f5f9;
}
.yarn-lp-compare-table th .yarn-lp-compare-vname {
	display: block;
	font-size: 12px;
	opacity: 0.7;
	font-weight: 400;
	margin-top: 2px;
}

/* Table status cells */
.yarn-lp-compare-table td.yarn-yes,
.yarn-lp-compare-table td.yarn-partial,
.yarn-lp-compare-table td.yarn-no {
	text-align: center;
	font-weight: 600;
	font-size: 13px;
}
.yarn-lp[dir="rtl"] .yarn-lp-compare-table td.yarn-yes,
.yarn-lp[dir="rtl"] .yarn-lp-compare-table td.yarn-partial,
.yarn-lp[dir="rtl"] .yarn-lp-compare-table td.yarn-no { text-align: center; }

.yarn-lp-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	white-space: nowrap;
}
.yarn-lp-status svg { width: 14px; height: 14px; flex-shrink: 0; }
.yarn-lp-status.yes { color: #166534; background: #dcfce7; }
.yarn-lp-status.partial { color: #a16207; background: #fef3c7; }
.yarn-lp-status.no { color: #991b1b; background: #fee2e2; }

.yarn-lp-compare-legend {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 14px 20px;
	background: #fafbfc;
	border-top: 1px solid #e2e8f0;
	font-size: 13px;
	color: #475569;
}
.yarn-lp-compare-legend-item { display: inline-flex; align-items: center; gap: 6px; }

/* ================= Segment verdict cards ================= */
.yarn-lp-verdict-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 32px;
}
@media (min-width: 860px) {
	.yarn-lp-verdict-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

.yarn-lp-verdict-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 24px 26px;
	display: flex;
	flex-direction: column;
}
.yarn-lp-verdict-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 14px;
}
.yarn-lp-verdict-icon {
	width: 40px; height: 40px;
	flex-shrink: 0;
	background: #eff6ff;
	border-radius: 10px;
	display: flex; align-items: center; justify-content: center;
	color: #2563eb;
}
.yarn-lp-verdict-icon svg { width: 22px; height: 22px; }
.yarn-lp-verdict-card h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
	flex: 1;
}
.yarn-lp-verdict-pick {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: #0b1220;
	border-radius: 10px;
	margin-bottom: 12px;
	color: #fff;
	align-self: flex-start;
}
.yarn-lp-verdict-pick-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #93c5fd;
}
.yarn-lp-verdict-pick img {
	height: 18px;
	width: auto;
	filter: brightness(0) invert(1);
}
.yarn-lp-verdict-pick img.no-invert { filter: none; }
.yarn-lp-verdict-pick strong { color: #fff; font-size: 14px; }
.yarn-lp-verdict-card p { margin: 0 0 10px 0; font-size: 14.5px; line-height: 1.6; }
.yarn-lp-verdict-card p:last-child { margin-bottom: 0; color: #475569; font-size: 13.5px; }

/* ================= Decision framework ================= */
.yarn-lp-decision {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 32px;
	counter-reset: decision;
}
@media (min-width: 860px) { .yarn-lp-decision { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.yarn-lp-decision-step {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 28px 26px;
	position: relative;
	counter-increment: decision;
}
.yarn-lp-decision-step::before {
	content: counter(decision);
	position: absolute;
	top: -14px;
	left: 26px;
	width: 32px; height: 32px;
	background: #0b1220;
	color: #fff;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 4px 10px rgba(11,18,32,0.25);
}
.yarn-lp[dir="rtl"] .yarn-lp-decision-step::before { left: auto; right: 26px; }
.yarn-lp-decision-step h3 {
	margin: 6px 0 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.yarn-lp-decision-step p { font-size: 14px; line-height: 1.6; margin: 0; color: #475569; }

/* ================= FAQ / details ================= */
.yarn-lp details {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: border-color 0.15s ease;
}
.yarn-lp details[open] { border-color: #cbd5e1; }
.yarn-lp details > summary {
	cursor: pointer;
	padding: 18px 22px;
	font-weight: 600;
	font-size: 15.5px;
	color: #0f172a;
	list-style: none;
	position: relative;
	transition: background 0.15s ease;
	padding-right: 52px;
}
.yarn-lp[dir="rtl"] .yarn-lp details > summary { padding-right: 22px; padding-left: 52px; }
.yarn-lp details > summary:hover { background: #f8fafc; }
.yarn-lp details > summary::-webkit-details-marker { display: none; }
.yarn-lp details > summary::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 10px; height: 10px;
	border-right: 2px solid #64748b;
	border-bottom: 2px solid #64748b;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
}
.yarn-lp[dir="rtl"] .yarn-lp details > summary::after { right: auto; left: 22px; }
.yarn-lp details[open] > summary::after { transform: translateY(-30%) rotate(-135deg); }
.yarn-lp details > div {
	padding: 4px 22px 22px;
	border-top: 1px solid #f1f5f9;
}
.yarn-lp details > div p { margin: 12px 0 0; font-size: 14.5px; line-height: 1.7; color: #475569; }

/* ================= Legacy issue/vendor blocks ================= */
.yarn-lp-issue {
	background: #fff;
	border-left: 3px solid #2563eb;
	padding: 20px 24px;
	margin: 20px 0;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 1px 3px rgba(15,23,42,0.04);
}
.yarn-lp[dir="rtl"] .yarn-lp-issue {
	border-left: none;
	border-right: 3px solid #2563eb;
	border-radius: 10px 0 0 10px;
}
.yarn-lp-issue h3 { margin-top: 0; font-size: 16px; color: #1e3a8a; }
.yarn-lp-issue p { margin-bottom: 0; font-size: 14.5px; }

/* ================= Numbered lists ================= */
.yarn-lp-ol-numbers {
	counter-reset: ylp;
	padding-left: 0;
	list-style: none;
}
.yarn-lp[dir="rtl"] .yarn-lp-ol-numbers { padding-right: 0; }
.yarn-lp-ol-numbers li {
	counter-increment: ylp;
	padding-left: 44px;
	position: relative;
	margin-bottom: 16px;
}
.yarn-lp[dir="rtl"] .yarn-lp-ol-numbers li { padding-left: 0; padding-right: 44px; }
.yarn-lp-ol-numbers li::before {
	content: counter(ylp);
	position: absolute;
	left: 0;
	top: -3px;
	width: 32px; height: 32px;
	background: #0f172a;
	color: #fff;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-size: 13px;
	font-weight: 700;
}
.yarn-lp[dir="rtl"] .yarn-lp-ol-numbers li::before { left: auto; right: 0; }

/* ================= Sources ================= */
.yarn-lp-sources {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 20px;
	list-style: none;
	padding: 0;
}
@media (min-width: 720px) { .yarn-lp-sources { grid-template-columns: 1fr 1fr; gap: 14px; } }
.yarn-lp-sources li {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 14px 18px;
	font-size: 14px;
	line-height: 1.55;
	color: #475569;
	margin: 0;
}

/* ================= CTA band ================= */
.yarn-lp-cta-band {
	background: linear-gradient(135deg, #0b1220 0%, #1e3a8a 120%);
	color: #fff;
	padding: 72px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.yarn-lp-cta-band::before {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(circle at 50% 100%, rgba(236,72,153,0.15) 0%, transparent 55%);
	pointer-events: none;
}
.yarn-lp-cta-band > * { position: relative; }
.yarn-lp-cta-band h2 {
	color: #fff;
	margin: 0 auto 14px;
	text-align: center;
	max-width: 720px;
}
.yarn-lp-cta-band p {
	color: #cbd5e1;
	margin: 0 auto 28px;
	text-align: center;
	max-width: 640px;
	font-size: 17px;
}
.yarn-lp-cta-band .yarn-lp-cta-primary { background: #2563eb; }

/* ================= Responsive polish ================= */
@media (max-width: 640px) {
	.yarn-lp-hero { padding: 60px 0 64px; }
	.yarn-lp-section { padding: 56px 0; }
	.yarn-lp-cta-band { padding: 48px 0; }
	.yarn-lp h2 { font-size: 26px; }
	.yarn-lp-hero h1 { font-size: 30px; }
	.yarn-lp-sub { font-size: 16px; }
	.yarn-lp-logo-strip { padding: 14px 16px; gap: 18px; }
	.yarn-lp-logo-strip-items { gap: 18px; }
	.yarn-lp-vendor-card { padding: 22px 20px 20px; }
}
