:root {
	--ink: #17243d;
	--muted: #60708c;
	--line: rgba(72, 116, 176, 0.16);
	--blue: #4d94e8;
	--blue-dark: #2672cf;
	--paper: #f7fbff;
	--white: rgba(255, 255, 255, 0.86);
	--shadow: 0 24px 70px rgba(44, 94, 158, 0.14);
	--radius-lg: 36px;
	--radius-md: 25px;
	--max: 1240px;
}

* { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	background: var(--paper);
	overflow-x: hidden;
}

body {
	margin: 0;
	color: var(--ink);
	background:
		radial-gradient(circle at 7% 8%, rgba(158, 216, 255, 0.26), transparent 27rem),
		radial-gradient(circle at 91% 14%, rgba(193, 172, 255, 0.18), transparent 30rem),
		linear-gradient(180deg, #fbfdff 0%, #f4f9ff 52%, #fbfdff 100%);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: fixed;
	z-index: 1000;
	left: 18px;
	top: 14px;
	padding: 11px 18px;
	border-radius: 99px;
	background: var(--ink);
	color: white;
	transform: translateY(-160%);
	transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.page-progress {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	pointer-events: none;
}
.page-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #55a7ee, #7c77e8, #eb8bb5);
	transform: scaleX(0);
	transform-origin: left;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 16px;
	width: min(calc(100% - 32px), var(--max));
	min-height: 68px;
	margin: 16px auto 0;
	padding: 9px 10px 9px 18px;
	display: flex;
	align-items: center;
	gap: 24px;
	border: 1px solid rgba(255,255,255,.88);
	border-radius: 22px;
	background: rgba(255,255,255,.69);
	box-shadow: 0 12px 42px rgba(37, 89, 151, .09);
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.9); box-shadow: 0 16px 44px rgba(37,89,151,.15); }

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -.03em;
	text-decoration: none;
	white-space: nowrap;
}
.brand img { border-radius: 50%; box-shadow: 0 7px 18px rgba(57,121,203,.17); }
.brand-dot { color: var(--blue-dark); }

.site-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
}
.site-nav a {
	padding: 9px 13px;
	border-radius: 12px;
	color: #4e5f79;
	font-size: .9rem;
	font-weight: 650;
	text-decoration: none;
}
.site-nav a:hover, .site-nav a:focus-visible { background: #edf6ff; color: var(--blue-dark); }

.header-discover {
	border: 0;
	border-radius: 15px;
	padding: 12px 17px;
	background: var(--ink);
	color: white;
	font-size: .88rem;
	font-weight: 750;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(23,36,61,.2);
	transition: transform .2s ease, background .2s ease;
}
.header-discover:hover { transform: translateY(-2px); background: var(--blue-dark); }

.hero {
	position: relative;
	isolation: isolate;
	width: min(calc(100% - 40px), var(--max));
	min-height: 740px;
	margin: 0 auto;
	padding: 100px 0 86px;
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr);
	align-items: center;
	gap: 50px;
}

.hero-glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
}
.hero-glow-one { width: 320px; height: 320px; left: -17%; top: 16%; background: rgba(112,194,255,.13); }
.hero-glow-two { width: 260px; height: 260px; right: -9%; bottom: 5%; background: rgba(235,157,195,.12); }

.eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 19px;
	color: #4774a9;
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.eyebrow span { width: 25px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), #8e7de8); }

h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 {
	margin: 0;
	font-weight: 780;
	letter-spacing: -.055em;
	line-height: 1.02;
}
h1 { max-width: 700px; font-size: clamp(3.45rem, 6.3vw, 6.7rem); }
h2 { font-size: clamp(2.7rem, 5.3vw, 5.3rem); }
h1 em, h2 em { color: var(--blue-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }

.hero-lead {
	max-width: 650px;
	margin: 29px 0 0;
	color: var(--muted);
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.75;
}
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 16px;
	font-weight: 780;
	text-decoration: none;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg, #347fd6, #62a9ed); color: white; box-shadow: 0 14px 32px rgba(52,127,214,.25); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(52,127,214,.32); }
.button-secondary { border-color: rgba(69,111,167,.18); background: rgba(255,255,255,.72); color: var(--ink); box-shadow: 0 10px 28px rgba(64,105,157,.08); }
.button-large { min-height: 60px; padding-inline: 26px; border-radius: 18px; }

.hero-facts {
	margin: 48px 0 0;
	padding: 0;
	display: flex;
	gap: 0;
	list-style: none;
}
.hero-facts li { min-width: 125px; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.hero-facts li:last-child { border: 0; margin: 0; padding: 0; }
.hero-facts strong { display: block; font-size: 1.65rem; line-height: 1; color: var(--ink); }
.hero-facts span { display: block; margin-top: 7px; color: var(--muted); font-size: .77rem; }

.orbit-stage {
	position: relative;
	width: min(100%, 620px);
	aspect-ratio: 1;
	margin: 0 auto;
	filter: drop-shadow(0 30px 50px rgba(55,106,169,.12));
}
.orbit-ring {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(90,147,214,.24);
	border-radius: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.orbit-ring::before, .orbit-ring::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8bbcf0;
	box-shadow: 0 0 0 6px rgba(139,188,240,.11);
}
.orbit-ring-outer { width: 82%; height: 82%; border-style: dashed; animation: spin 55s linear infinite; }
.orbit-ring-outer::before { left: 8%; top: 19%; }
.orbit-ring-outer::after { right: 3%; bottom: 31%; }
.orbit-ring-inner { width: 55%; height: 55%; border-color: rgba(139,116,220,.2); animation: spin-reverse 38s linear infinite; }
.orbit-ring-inner::before { right: 8%; top: 20%; background: #a99ae9; }
.orbit-ring-inner::after { left: 2%; bottom: 25%; background: #eca0c3; }
.orbit-dots {
	position: absolute;
	inset: 8%;
	border-radius: 50%;
	background: radial-gradient(circle at center, rgba(125,185,239,.09), transparent 59%);
}

.orbit-core {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 38%;
	aspect-ratio: 1;
	padding: 29px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.94);
	border-radius: 50%;
	background: rgba(255,255,255,.83);
	box-shadow: 0 24px 65px rgba(50,109,179,.2), inset 0 0 0 8px rgba(235,246,255,.62);
	transform: translate(-50%,-50%);
	backdrop-filter: blur(15px);
}
.orbit-core img {
	width: 72%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 50%;
}
.orbit-core span { position: absolute; top: calc(100% + 13px); color: #5b7190; font-size: .78rem; font-weight: 750; line-height: 1.3; text-align: center; }

.orbit-node {
	position: absolute;
	z-index: 2;
	width: 116px;
	padding: 11px;
	border: 1px solid rgba(255,255,255,.95);
	border-radius: 25px;
	background: rgba(255,255,255,.8);
	box-shadow: 0 18px 42px rgba(58,103,160,.15);
	backdrop-filter: blur(13px);
	cursor: pointer;
	transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
}
.orbit-node img { width: 76px; height: 76px; margin: auto; border-radius: 50%; }
.orbit-node span {
	position: absolute;
	left: 50%;
	top: calc(100% + 8px);
	padding: 5px 9px;
	border-radius: 9px;
	background: rgba(23,36,61,.92);
	color: white;
	font-size: .66rem;
	font-weight: 750;
	white-space: nowrap;
	opacity: 0;
	transform: translate(-50%, -5px);
	transition: .2s ease;
}
.orbit-node:hover, .orbit-node:focus-visible { z-index: 5; box-shadow: 0 24px 54px rgba(58,103,160,.23); }
.orbit-node:hover span, .orbit-node:focus-visible span { opacity: 1; transform: translate(-50%,0); }
.orbit-node-one { left: 4%; top: 14%; animation: float-one 6s ease-in-out infinite; }
.orbit-node-two { right: 3%; top: 9%; animation: float-two 7s ease-in-out infinite; }
.orbit-node-three { right: -1%; bottom: 20%; animation: float-one 6.7s ease-in-out infinite reverse; }
.orbit-node-four { left: 8%; bottom: 8%; animation: float-two 7.4s ease-in-out infinite reverse; }
.orbit-node-five { left: 43%; top: -1%; animation: float-one 8s ease-in-out infinite; }

@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spin-reverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes float-one { 0%,100% { transform: translate3d(0,0,0) rotate(-2deg); } 50% { transform: translate3d(0,-12px,0) rotate(2deg); } }
@keyframes float-two { 0%,100% { transform: translate3d(0,0,0) rotate(2deg); } 50% { transform: translate3d(6px,-14px,0) rotate(-2deg); } }

.idea-ribbon {
	overflow: hidden;
	border-block: 1px solid var(--line);
	background: rgba(255,255,255,.52);
}
.idea-ribbon-track {
	width: max-content;
	padding: 17px 0;
	display: flex;
	align-items: center;
	gap: 24px;
	color: #55708f;
	font-size: .78rem;
	font-weight: 790;
	letter-spacing: .07em;
	text-transform: uppercase;
	animation: ribbon 32s linear infinite;
}
.idea-ribbon-track i { color: #75aee7; font-style: normal; font-size: .7rem; }
@keyframes ribbon { to { transform: translateX(-50%); } }

.explorer {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
	padding: 135px 0 120px;
}
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading > p:last-child, .flow-copy > p:last-child {
	max-width: 650px;
	margin: 24px 0 0;
	color: var(--muted);
	font-size: 1.1rem;
}

.explorer-tools {
	position: sticky;
	z-index: 40;
	top: 98px;
	margin: 0 0 31px;
	padding: 16px;
	display: grid;
	grid-template-columns: minmax(270px, 1fr) minmax(0, 2fr) auto;
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(255,255,255,.92);
	border-radius: 23px;
	background: rgba(247,251,255,.83);
	box-shadow: 0 14px 42px rgba(54,98,153,.1);
	backdrop-filter: blur(20px) saturate(150%);
}
.search-box { position: relative; display: flex; align-items: center; }
.search-box input {
	width: 100%;
	height: 48px;
	padding: 0 49px 0 42px;
	border: 1px solid rgba(74,120,179,.15);
	border-radius: 15px;
	outline: none;
	background: rgba(255,255,255,.82);
	color: var(--ink);
}
.search-box input:focus { border-color: #7aaee7; box-shadow: 0 0 0 4px rgba(92,158,226,.12); }
.search-box input::placeholder { color: #8291a6; }
.search-icon { position: absolute; z-index: 2; left: 16px; width: 14px; height: 14px; border: 2px solid #7690ae; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 6px; height: 2px; right: -5px; bottom: -2px; border-radius: 2px; background: #7690ae; transform: rotate(45deg); }
.search-box kbd { position: absolute; right: 11px; padding: 2px 7px; border: 1px solid var(--line); border-radius: 7px; background: #f6faff; color: #7d8ca1; font-size: .68rem; box-shadow: none; }

.filter-row { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter {
	flex: 0 0 auto;
	padding: 10px 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #657791;
	font-size: .78rem;
	font-weight: 750;
	cursor: pointer;
}
.filter:hover { background: rgba(229,241,253,.75); }
.filter.is-active { background: var(--ink); color: white; box-shadow: 0 8px 20px rgba(23,36,61,.15); }
.result-count { margin: 0; color: #7b8aa0; font-size: .73rem; white-space: nowrap; }
.result-count strong { color: var(--ink); }

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	grid-auto-flow: dense;
	gap: 18px;
}
.feature-card {
	--tone: 104, 168, 232;
	position: relative;
	min-height: 360px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.92);
	border-radius: var(--radius-md);
	background:
		radial-gradient(circle at 92% 5%, rgba(var(--tone),.19), transparent 42%),
		rgba(255,255,255,.76);
	box-shadow: 0 15px 45px rgba(45,93,151,.09);
	backdrop-filter: blur(8px);
	transition: transform .36s cubic-bezier(.2,.8,.2,1), box-shadow .36s ease, opacity .35s ease;
	transform-style: preserve-3d;
}
.feature-card::after {
	content: "";
	position: absolute;
	right: -55px;
	top: -55px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(var(--tone),.2);
	border-radius: 50%;
	box-shadow: 0 0 0 24px rgba(var(--tone),.04), 0 0 0 50px rgba(var(--tone),.025);
	pointer-events: none;
}
.feature-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 25px 65px rgba(43,91,150,.16); }
.feature-card.is-highlighted { animation: card-highlight 1.5s ease; }
@keyframes card-highlight { 0%,100% { box-shadow: 0 15px 45px rgba(45,93,151,.09); } 35% { box-shadow: 0 0 0 7px rgba(var(--tone),.17), 0 30px 80px rgba(var(--tone),.25); } }
.feature-card[hidden] { display: none; }
.feature-card-wide { grid-column: span 2; min-height: 330px; flex-direction: row; align-items: flex-start; gap: 28px; }
.feature-card-tall { grid-row: span 2; min-height: 738px; }
.feature-card-tall .card-icon { width: 122px; height: 122px; margin: 15px 0 auto; }
.feature-card-tall .card-icon img { width: 102px; height: 102px; }

.tone-blue { --tone: 90,157,226; }
.tone-violet { --tone: 144,124,224; }
.tone-sky { --tone: 93,191,226; }
.tone-mint { --tone: 91,201,184; }
.tone-green { --tone: 124,192,119; }
.tone-coral { --tone: 234,145,128; }
.tone-yellow { --tone: 233,190,93; }
.tone-pink { --tone: 226,138,181; }

.card-icon {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	width: 90px;
	height: 90px;
	padding: 9px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.94);
	border-radius: 24px;
	background: rgba(255,255,255,.74);
	box-shadow: 0 13px 34px rgba(var(--tone),.18);
}
.card-icon img { width: 72px; height: 72px; border-radius: 50%; }
#battle .card-icon img { width: 82px; height: auto; border-radius: 0; }
.card-copy { position: relative; z-index: 1; margin-top: auto; }
.feature-card-wide .card-copy { margin-top: 2px; max-width: 680px; }
.card-index { margin: 0 0 7px; color: rgb(var(--tone)); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.card-copy h3 { margin: 0; color: var(--ink); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.12; letter-spacing: -.035em; }
.card-subtitle { margin: 7px 0 12px; color: #3e5878; font-weight: 760; line-height: 1.35; }
.card-copy > p:last-of-type { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.card-link { display: inline-flex; gap: 7px; margin-top: 18px; color: var(--blue-dark); font-size: .84rem; font-weight: 800; text-decoration: none; }
.card-link:hover { text-decoration: underline; }

.ecosystem-card {
	--tone: 74,145,225;
	grid-column: 1 / -1;
	min-height: 370px;
	padding: 55px clamp(28px,6vw,80px);
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	align-items: center;
	gap: 50px;
	background: linear-gradient(135deg, #172a4c, #234d7d 55%, #357cc2);
	color: white;
}
.ecosystem-card::after { border-color: rgba(255,255,255,.13); box-shadow: 0 0 0 36px rgba(255,255,255,.025), 0 0 0 75px rgba(255,255,255,.018); }
.ecosystem-card .card-icon { width: 152px; height: 152px; border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 25px 65px rgba(0,0,0,.2); }
.ecosystem-card .card-icon img { width: 126px; height: 126px; }
.ecosystem-card .card-copy { margin: 0; max-width: 800px; }
.ecosystem-card .card-index { color: #a8d7ff; }
.ecosystem-card .card-copy h3 { color: white; font-size: clamp(2rem,4vw,3.7rem); }
.ecosystem-card .card-subtitle { color: #c7e6ff; font-size: 1.15rem; }
.ecosystem-card .card-copy > p:last-of-type { color: rgba(235,246,255,.78); font-size: 1rem; }
.ecosystem-orbit { position: absolute; left: 5%; top: 50%; width: 225px; height: 225px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; transform: translateY(-50%); animation: spin-simple 24s linear infinite; }
.ecosystem-orbit::before { content: ""; position: absolute; right: 14px; top: 35px; width: 8px; height: 8px; border-radius: 50%; background: #9bd2ff; box-shadow: 0 0 0 7px rgba(155,210,255,.11); }
@keyframes spin-simple { to { transform: translateY(-50%) rotate(360deg); } }

.empty-state { padding: 80px 20px; text-align: center; }
.empty-state > span { display: block; color: #8db7e1; font-size: 4rem; }
.empty-state h3 { margin: 8px 0; font-size: 1.6rem; }
.empty-state p { color: var(--muted); }
.empty-state .button { margin-top: 10px; }

.flow-section {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
	padding: 110px 0 135px;
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: clamp(45px,8vw,110px);
	align-items: start;
}
.flow-copy { position: sticky; top: 150px; }
.flow-copy h2 { font-size: clamp(2.7rem,4.8vw,4.8rem); }
.flow-steps { position: relative; margin: 0; padding: 0; list-style: none; }
.flow-steps::before { content: ""; position: absolute; left: 47px; top: 48px; bottom: 48px; width: 1px; background: linear-gradient(#72ace6, #b99ddd, #84cda9); }
.flow-steps li {
	position: relative;
	min-height: 150px;
	padding: 23px 25px 23px 0;
	display: grid;
	grid-template-columns: 95px 92px 1fr;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid var(--line);
}
.flow-steps li:last-child { border: 0; }
.flow-number { position: relative; z-index: 2; width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(94,147,208,.2); border-radius: 50%; background: #f8fcff; color: #5d88b8; font-size: .7rem; font-weight: 850; }
.flow-icon { width: 82px; height: 82px; padding: 7px; display: grid; place-items: center; border-radius: 22px; background: rgba(255,255,255,.8); box-shadow: 0 13px 34px rgba(48,99,157,.1); }
.flow-icon img { width: 68px; height: 68px; border-radius: 50%; }
.flow-steps strong { display: block; font-size: 1.22rem; letter-spacing: -.02em; }
.flow-steps p { margin: 5px 0 0; color: var(--muted); }

.quality-section {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto 130px;
	padding: clamp(45px,7vw,90px);
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	align-items: center;
	gap: clamp(45px,8vw,100px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(236,247,255,.9), rgba(247,243,255,.92) 53%, rgba(255,248,251,.9));
	box-shadow: var(--shadow);
	overflow: hidden;
}
.quality-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.quality-visual > img { position: relative; z-index: 2; width: min(75%,300px); border-radius: 50%; filter: drop-shadow(0 24px 45px rgba(64,115,176,.2)); animation: float-one 7s ease-in-out infinite; }
.quality-halo { position: absolute; width: 90%; aspect-ratio: 1; border: 1px dashed rgba(91,145,207,.28); border-radius: 50%; animation: spin-simple-centered 35s linear infinite; }
.quality-halo::before, .quality-halo::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #8db6e4; box-shadow: 0 0 0 8px rgba(141,182,228,.1); }
.quality-halo::before { top: 16%; right: 11%; }
.quality-halo::after { bottom: 13%; left: 14%; background: #d59cc2; }
@keyframes spin-simple-centered { to { transform: rotate(360deg); } }
.quality-badge { position: absolute; z-index: 3; padding: 9px 14px; border: 1px solid rgba(255,255,255,.95); border-radius: 999px; background: rgba(255,255,255,.85); color: #4d6684; font-size: .72rem; font-weight: 800; box-shadow: 0 10px 28px rgba(53,99,153,.13); }
.quality-badge-one { left: 0; top: 22%; }
.quality-badge-two { right: -2%; top: 42%; }
.quality-badge-three { left: 11%; bottom: 12%; }
.quality-copy h2 { font-size: clamp(2.7rem,5vw,5rem); }
.quality-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 1.04rem; }
.quality-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; }
.quality-pills span { padding: 8px 12px; border: 1px solid rgba(85,132,190,.14); border-radius: 99px; background: rgba(255,255,255,.67); color: #566d89; font-size: .75rem; font-weight: 720; }

.closing-section {
	position: relative;
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
	padding: 110px 30px 135px;
	text-align: center;
}
.closing-section .eyebrow { justify-content: center; }
.closing-section h2 { font-size: clamp(3.1rem,7vw,7rem); }
.closing-section > p:not(.eyebrow) { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: 1.14rem; }
.closing-actions { justify-content: center; }
.closing-icons { height: 135px; display: flex; justify-content: center; align-items: flex-end; gap: clamp(5px,2vw,22px); }
.closing-icons img { border-radius: 50%; filter: drop-shadow(0 13px 25px rgba(60,112,175,.16)); animation: float-one 6s ease-in-out infinite; }
.closing-icons img:nth-child(2), .closing-icons img:nth-child(4) { transform: translateY(-23px); animation-name: float-two; animation-delay: -2s; }
.closing-icons img:nth-child(3) { transform: translateY(-44px); animation-delay: -1s; }

.site-footer {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
	padding: 38px 0 50px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
	border-top: 1px solid var(--line);
}
.site-footer > p { margin: 0; color: var(--muted); font-size: .8rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 16px; }
.site-footer nav a { color: #5f718a; font-size: .78rem; font-weight: 650; text-decoration: none; }
.site-footer nav a:hover { color: var(--blue-dark); text-decoration: underline; }

.feature-card.reveal-ready { opacity: 0; transform: translateY(24px); }
.feature-card.reveal-ready.is-visible { opacity: 1; transform: translateY(0); transition-delay: var(--reveal-delay,0ms); }

@media (max-width: 1080px) {
	.hero { grid-template-columns: 1fr 1fr; gap: 15px; }
	.site-nav { display: none; }
	.header-discover { margin-left: auto; }
	.explorer-tools { grid-template-columns: 1fr auto; }
	.filter-row { grid-column: 1 / -1; grid-row: 2; }
	.feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ecosystem-card { grid-column: 1 / -1; }
	.feature-card-tall { grid-row: auto; min-height: 420px; }
	.site-footer { grid-template-columns: auto 1fr; }
	.site-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 820px) {
	:root { --radius-lg: 28px; }
	.site-header { top: 8px; margin-top: 8px; min-height: 60px; border-radius: 19px; }
	.header-discover { padding: 10px 13px; }
	.header-discover span { display: none; }
	.hero { min-height: auto; padding: 85px 0 80px; grid-template-columns: 1fr; text-align: center; }
	.hero-copy { position: relative; z-index: 4; }
	.hero .eyebrow, .hero-actions { justify-content: center; }
	.hero-lead { margin-inline: auto; }
	.hero-facts { justify-content: center; }
	.orbit-stage { width: min(100%,560px); margin-top: 40px; }
	.explorer { padding-top: 100px; }
	.explorer-tools { top: 78px; }
	.flow-section { grid-template-columns: 1fr; }
	.flow-copy { position: static; }
	.quality-section { grid-template-columns: 1fr; }
	.quality-visual { min-height: 340px; }
}

@media (max-width: 620px) {
	body { font-size: 15px; }
	.site-header { width: calc(100% - 20px); padding-left: 12px; }
	.brand { font-size: .94rem; }
	.brand img { width: 34px; height: 34px; }
	.header-discover { font-size: .76rem; }
	.hero, .explorer, .flow-section, .quality-section, .closing-section, .site-footer { width: calc(100% - 28px); }
	.hero { padding-top: 72px; }
	h1 { font-size: clamp(3rem,15vw,4.5rem); }
	.hero-actions .button { width: 100%; }
	.hero-facts li { min-width: 0; flex: 1; padding-right: 11px; margin-right: 11px; }
	.hero-facts strong { font-size: 1.35rem; }
	.hero-facts span { font-size: .65rem; }
	.orbit-stage { width: 106%; left: -3%; }
	.orbit-node { width: 82px; padding: 7px; border-radius: 19px; }
	.orbit-node img { width: 58px; height: 58px; }
	.orbit-node-one { left: 1%; }
	.orbit-node-two { right: 0; }
	.orbit-node-four { left: 2%; }
	.orbit-core { padding: 20px; }
	.idea-ribbon-track { gap: 16px; }
	.explorer { padding-bottom: 80px; }
	.section-heading { margin-bottom: 30px; }
	h2 { font-size: clamp(2.5rem,12vw,4rem); }
	.explorer-tools { position: relative; top: auto; grid-template-columns: 1fr; padding: 11px; }
	.filter-row { grid-column: 1; grid-row: auto; margin-inline: -2px; padding-bottom: 2px; }
	.result-count { padding-left: 3px; }
	.search-box kbd { display: none; }
	.search-box input { padding-right: 14px; }
	.feature-grid { grid-template-columns: 1fr; }
	.feature-card, .feature-card-wide, .feature-card-tall { grid-column: auto; min-height: 345px; padding: 24px; flex-direction: column; gap: 0; }
	.feature-card-wide .card-copy { margin-top: auto; }
	.feature-card-tall .card-icon { width: 90px; height: 90px; margin: 0; }
	.feature-card-tall .card-icon img { width: 72px; height: 72px; }
	.ecosystem-card { grid-column: 1; min-height: 540px; padding: 35px 25px; display: flex; text-align: center; }
	.ecosystem-card .card-icon { width: 132px; height: 132px; margin: auto; }
	.ecosystem-orbit { left: 50%; top: 17px; width: 180px; height: 180px; transform: translateX(-50%); }
	@keyframes spin-simple { to { transform: translateX(-50%) rotate(360deg); } }
	.flow-section { padding: 70px 0 90px; }
	.flow-steps li { grid-template-columns: 60px 72px 1fr; gap: 10px; padding-right: 0; }
	.flow-steps::before { left: 29px; }
	.flow-number { width: 40px; height: 40px; }
	.flow-icon { width: 65px; height: 65px; border-radius: 18px; }
	.flow-icon img { width: 53px; height: 53px; }
	.quality-section { padding: 30px 22px 40px; margin-bottom: 70px; }
	.quality-visual { min-height: 295px; }
	.quality-badge { font-size: .64rem; }
	.closing-section { padding: 75px 0 95px; }
	.closing-icons { transform: scale(.8); margin-inline: -35px; }
	.closing-actions .button { width: 100%; }
	.site-footer { grid-template-columns: 1fr; text-align: center; }
	.footer-brand { justify-content: center; }
	.site-footer nav { grid-column: auto; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.idea-ribbon-track { width: auto; flex-wrap: wrap; justify-content: center; }
	.idea-ribbon-track > [aria-hidden="true"] { display: none; }
	.feature-card.reveal-ready { opacity: 1; transform: none; }
}

@media print {
	.site-header, .page-progress, .idea-ribbon, .explorer-tools, .hero-actions, .closing-actions { display: none !important; }
	body { background: white; }
	.hero, .flow-section, .quality-section { display: block; min-height: 0; }
	.orbit-stage, .quality-visual, .closing-icons { display: none; }
	.feature-grid { display: block; }
	.feature-card, .feature-card-wide, .feature-card-tall, .ecosystem-card { display: grid; min-height: 0; margin: 0 0 12px; break-inside: avoid; box-shadow: none; border: 1px solid #ccd7e4; color: var(--ink); background: white; }
	.ecosystem-card .card-copy h3 { color: var(--ink); }
	.ecosystem-card .card-subtitle, .ecosystem-card .card-copy > p:last-of-type { color: var(--muted); }
}
