/**
 * Logo Edge BI landing — scoped analytics/BI polish (staging V1 + clarity polish).
 * Distinct from J-Series ERP narrative; does not affect Mind Insight or other Edge pages.
 *
 * Hero visual status: TEMPORARY_PENDING_OFFICIAL_ASSET_REVIEW
 */

.nora-logo-product--logo-edge-bi {
	--nora-edge-bi-accent: #2a7a8c;
	--nora-edge-bi-accent-soft: rgba(42, 122, 140, 0.18);
	--nora-edge-bi-ink: #152035;
	--nora-edge-bi-muted: #5f6b7c;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-hero__title-text {
	font-family: var(--nora-font-display-family);
	font-size: clamp(2.35rem, 1.3rem + 2vw, 3.25rem);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.018em;
	color: #fff;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-hero__scope-panel-shell {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(ellipse 70% 55% at 18% 0%, rgba(42, 122, 140, 0.28), transparent 58%),
		radial-gradient(ellipse 50% 40% at 88% 100%, rgba(196, 77, 88, 0.12), transparent 55%),
		linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	box-shadow: 0 18px 40px rgba(8, 14, 28, 0.28);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-capability-card {
	min-height: 11.75rem;
}

/*
 * Value strip: Edge BI does not load Q.2AI density polish, so five-balanced
 * would otherwise inherit the kit's default 4-col grid (accidental wrap).
 * Scoped fix: intentional 5-up on wide desktop; deliberate 3+2 below ~1366.
 */
.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced {
	--edge-bi-value-icon: 2.75rem;
	--edge-bi-value-gap: 0.65rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item {
	grid-template-columns: var(--edge-bi-value-icon) minmax(0, 1fr);
	column-gap: var(--edge-bi-value-gap);
	align-items: start;
	min-height: 100%;
	padding: clamp(1rem, 0.85rem + 0.35vw, 1.35rem) clamp(0.65rem, 0.5rem + 0.3vw, 0.95rem);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__icon-shell {
	align-self: start;
	width: var(--edge-bi-value-icon);
	height: var(--edge-bi-value-icon);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__title {
	align-self: start;
	font-size: 0.875rem;
	line-height: 1.28;
	letter-spacing: -0.01em;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__desc {
	font-size: 0.75rem;
	line-height: 1.45;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:not(:last-child)::after {
	top: 1.1rem;
	bottom: 1.1rem;
}

/* Narrower desktop (<1280): deliberate 3 + 2 (never accidental single orphan). */
@media (max-width: 1279px) and (min-width: 1024px) {
	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item {
		grid-column: span 2;
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(3)::after {
		display: none;
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(4),
	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(5) {
		grid-column: span 3;
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(4)::after {
		display: block;
	}
}

@media (max-width: 1023px) {
	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item,
	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(4),
	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(5) {
		grid-column: auto;
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:nth-child(3)::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced {
		grid-template-columns: 1fr;
	}

	.nora-logo-product--logo-edge-bi .nora-logo-product-value-strip__grid--five-balanced .nora-logo-product-value-strip__item:not(:last-child)::after {
		display: none;
	}
}

/* —— Nedir —— */
.nora-edge-bi-nedir {
	padding-block: clamp(2.25rem, 3.5vw, 3.25rem);
	background: #fff;
	border-bottom: 1px solid #e4ebf4;
}

.nora-edge-bi-nedir__inner {
	width: min(1100px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.nora-edge-bi-nedir__eyebrow {
	margin: 0 0 0.4rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--nora-edge-bi-accent);
}

.nora-edge-bi-nedir__title {
	margin: 0 0 0.65rem;
	font-family: var(--nora-font-ui-family);
	font-size: clamp(1.35rem, 1.15rem + 0.55vw, 1.65rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--nora-edge-bi-ink);
}

.nora-edge-bi-nedir__lead {
	margin: 0 0 1.1rem;
	max-width: 52rem;
	font-family: var(--nora-font-body-family);
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
	line-height: 1.6;
	color: var(--nora-edge-bi-muted);
}

.nora-edge-bi-nedir__points {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.nora-edge-bi-nedir__points li {
	padding: 0.85rem 1rem;
	border: 1px solid #e4ebf4;
	border-radius: 12px;
	background: #f7fafb;
	font-family: var(--nora-font-ui-family);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--nora-edge-bi-ink);
	border-left: 3px solid var(--nora-edge-bi-accent);
}

/* —— Ecosystem —— */
.nora-edge-bi-ecosystem {
	padding-block: clamp(2.25rem, 3.5vw, 3.25rem);
	background:
		linear-gradient(180deg, #f4f8fa 0%, #eef4f7 100%);
	border-block: 1px solid #dce7ee;
}

.nora-edge-bi-ecosystem__inner {
	width: min(1100px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.nora-edge-bi-ecosystem__eyebrow {
	margin: 0 0 0.4rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--nora-edge-bi-accent);
}

.nora-edge-bi-ecosystem__title {
	margin: 0 0 0.65rem;
	font-family: var(--nora-font-ui-family);
	font-size: clamp(1.35rem, 1.15rem + 0.55vw, 1.65rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--nora-edge-bi-ink);
}

.nora-edge-bi-ecosystem__lead {
	margin: 0 0 1.35rem;
	max-width: 52rem;
	font-family: var(--nora-font-body-family);
	font-size: 0.975rem;
	line-height: 1.6;
	color: var(--nora-edge-bi-muted);
}

.nora-edge-bi-ecosystem__flow {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.nora-edge-bi-ecosystem__flow li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-height: 9.75rem;
	padding: 1.05rem 1.1rem 1.15rem;
	border-radius: 14px;
	border: 1px solid rgba(42, 122, 140, 0.2);
	background:
		linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
	box-shadow: 0 8px 20px rgba(21, 32, 53, 0.045);
}

.nora-edge-bi-ecosystem__flow li:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: -0.7rem;
	transform: translateY(-50%);
	z-index: 1;
	width: 1.25rem;
	height: 1.25rem;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(42, 122, 140, 0.28);
	color: var(--nora-edge-bi-accent);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(21, 32, 53, 0.06);
}

.nora-edge-bi-ecosystem__step {
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--nora-edge-bi-accent);
}

.nora-edge-bi-ecosystem__verb {
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #3d4a5c;
}

.nora-edge-bi-ecosystem__label {
	font-family: var(--nora-font-ui-family);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	color: var(--nora-edge-bi-ink);
}

.nora-edge-bi-ecosystem__hint {
	margin-top: 0.15rem;
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--nora-edge-bi-muted);
}

/* —— Nora assessment flow differentiation —— */
.nora-logo-product--logo-edge-bi .nora-logo-product-layer__panel {
	border: 1px solid rgba(42, 122, 140, 0.18);
	border-radius: 18px;
	background:
		radial-gradient(ellipse 70% 50% at 8% 0%, rgba(42, 122, 140, 0.08), transparent 55%),
		linear-gradient(180deg, #f7fafb 0%, #fff 42%);
	box-shadow: 0 14px 32px rgba(21, 32, 53, 0.05);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-layer .nora-logo-product-eyebrow {
	color: var(--nora-edge-bi-accent);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-nora-flow--assessment-flow {
	gap: 0.85rem;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-nora-flow--assessment-flow .nora-logo-product-nora-flow__item {
	position: relative;
	border: 1px solid #e4ebf4;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(21, 32, 53, 0.035);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-nora-flow--assessment-flow .nora-logo-product-nora-flow__arrow {
	color: var(--nora-edge-bi-accent);
	opacity: 0.9;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-nora-flow--assessment-flow .nora-jplatform-nora-card__sub,
.nora-logo-product--logo-edge-bi .nora-logo-product-nora-flow--assessment-flow .nora-logo-product-nora-card__sub {
	font-family: var(--nora-font-ui-family);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--nora-edge-bi-accent);
}

/* —— Compact secondary relationship band —— */
.nora-edge-bi-transition {
	padding-block: clamp(2rem, 3.2vw, 2.75rem);
	background: #f7f9fc;
	border-block: 1px solid #e4ebf4;
}

.nora-edge-bi-transition--compact .nora-edge-bi-transition__inner {
	width: min(960px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.nora-edge-bi-transition__eyebrow {
	margin: 0 0 0.35rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7a8699;
}

.nora-edge-bi-transition__title {
	margin: 0 0 0.45rem;
	font-family: var(--nora-font-ui-family);
	font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
	font-weight: 800;
	line-height: 1.25;
	color: #152035;
}

.nora-edge-bi-transition__lead {
	margin: 0 0 0.9rem;
	max-width: 48rem;
	font-family: var(--nora-font-body-family);
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #5f6b7c;
}

.nora-edge-bi-transition__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin-bottom: 0.65rem;
	padding: 0.95rem 1.1rem;
	border: 1px solid rgba(42, 122, 140, 0.22);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(21, 32, 53, 0.04);
}

.nora-edge-bi-transition__map {
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	font-family: var(--nora-font-ui-family);
	font-size: 0.9375rem;
	font-weight: 700;
	color: #152035;
}

.nora-edge-bi-transition__from {
	color: #5f6b7c;
	font-weight: 600;
}

.nora-edge-bi-transition__arrow {
	color: var(--nora-edge-bi-accent);
}

.nora-edge-bi-transition__to {
	color: #152035;
}

.nora-edge-bi-transition__tag {
	display: inline-flex;
	align-items: center;
	margin-left: 0.15rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(42, 122, 140, 0.28);
	background: rgba(42, 122, 140, 0.1);
	font-family: var(--nora-font-ui-family);
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--nora-edge-bi-accent);
}

.nora-edge-bi-transition__link {
	display: inline-flex;
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--nora-edge-bi-accent);
	text-decoration: none;
	white-space: nowrap;
}

.nora-edge-bi-transition__link:hover,
.nora-edge-bi-transition__link:focus-visible {
	text-decoration: underline;
	outline: none;
}

.nora-edge-bi-transition__note {
	margin: 0;
	font-family: var(--nora-font-body-family);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #7a8699;
}

/* Related advisory dark card — teal analytical accent */
.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-product-advisory-panel {
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(ellipse 80% 60% at 12% 0%, rgba(42, 122, 140, 0.3), transparent 55%),
		linear-gradient(165deg, #182338 0%, #101925 100%);
	color: #fff;
	box-shadow: 0 16px 36px rgba(11, 22, 40, 0.22);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-product-advisory-panel__title {
	color: #fff;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-product-advisory-panel__lead,
.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-product-advisory-panel__list li {
	color: rgba(255, 255, 255, 0.88);
}

.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-product-advisory-panel__eyebrow {
	color: #8ecad6;
}

.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-product-advisory-panel__list {
	border-top-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 1024px) {
	.nora-edge-bi-nedir__points,
	.nora-edge-bi-ecosystem__flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nora-edge-bi-ecosystem__flow li:not(:last-child)::after {
		display: none;
	}
}

@media (max-width: 820px) {
	.nora-edge-bi-nedir__inner,
	.nora-edge-bi-ecosystem__inner,
	.nora-edge-bi-transition--compact .nora-edge-bi-transition__inner {
		width: min(960px, calc(100% - 1.5rem));
	}

	.nora-edge-bi-transition__row {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.nora-edge-bi-nedir__points,
	.nora-edge-bi-ecosystem__flow {
		grid-template-columns: 1fr;
	}
}

/* Two current related cards: no empty third slot above the 1180px 3-column breakpoint. */
@media (min-width: 782px) {
	.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-products-popular__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Related cards have no product mark. The fallback Logo wordmark paints as colored fragments above the divider. */
.nora-logo-product--logo-edge-bi .nora-logo-product-section--related .nora-logo-products-product-card__brand {
	display: none;
}
