/* iPilot AI operations engineer — dedicated product experience. */
.d360-page-ai main { overflow: clip; }
.ipilot2 {
	--ai-ink: #101529;
	--ai-copy: #657087;
	--ai-line: #dfe4ee;
	--ai-violet: #6d5ce8;
	--ai-blue: #3979ed;
	--ai-cyan: #25bde2;
	color: var(--ai-ink);
	background: #fff;
}
.ipilot2 h1,
.ipilot2 h2,
.ipilot2 h3,
.ipilot2 strong { font-family: 'Manrope', 'Inter', sans-serif; }
.ipilot2 p { text-wrap: pretty; }
.ipilot2-label {
	display: block;
	width: fit-content;
	margin: 0 0 15px;
	color: var(--ai-violet);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.ipilot2-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #d7deef;
	font-size: 12px;
	font-weight: 780;
}
.ipilot2-text-link span { color: #9d91ff; transition: transform .18s ease; }
.ipilot2-text-link:hover { color: #fff; }
.ipilot2-text-link:hover span { transform: translateY(3px); }
.ipilot2 .btn-primary {
	border: 0;
	background: linear-gradient(108deg, #5a55dc, #7863ec 58%, #318bdc);
	box-shadow: 0 19px 42px -17px rgba(94, 80, 222, .72);
}
.ipilot2 .btn-primary:hover {
	box-shadow: 0 23px 48px -17px rgba(94, 80, 222, .82);
	transform: translateY(-2px);
}

/* Hero */
.ipilot2-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: clamp(76px, 8vw, 112px);
	color: #fff;
	background:
		radial-gradient(circle at 88% 8%, rgba(117, 85, 246, .22), transparent 30%),
		radial-gradient(circle at 7% 46%, rgba(31, 158, 222, .14), transparent 28%),
		linear-gradient(145deg, #11152b 0%, #0b1022 52%, #0a1726 100%);
}
.ipilot2-hero::before {
	content: '';
	position: absolute;
	z-index: -2;
	inset: 0;
	opacity: .2;
	pointer-events: none;
	background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 50px 50px;
	mask-image: linear-gradient(110deg, #000, transparent 70%);
}
.ipilot2-hero__orb {
	position: absolute;
	z-index: -1;
	top: -380px;
	right: -265px;
	width: 940px;
	height: 940px;
	border: 1px solid rgba(151, 126, 255, .16);
	border-radius: 50%;
	pointer-events: none;
	box-shadow: inset 0 0 170px rgba(113, 86, 237, .07);
}
.ipilot2-hero__orb::before,
.ipilot2-hero__orb::after {
	content: '';
	position: absolute;
	border: 1px solid rgba(151, 126, 255, .1);
	border-radius: inherit;
}
.ipilot2-hero__orb::before { inset: 105px; }
.ipilot2-hero__orb::after { inset: 215px; }
.ipilot2-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(590px, 1.16fr);
	align-items: center;
	gap: clamp(56px, 7vw, 102px);
	padding-bottom: clamp(76px, 8vw, 108px);
}
.ipilot2-kicker {
	display: flex;
	margin: 0 0 23px;
	align-items: center;
	gap: 11px;
	color: #aaa0ff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.ipilot2-kicker span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8d7aff;
	box-shadow: 0 0 0 6px rgba(141,122,255,.11), 0 0 20px rgba(141,122,255,.6);
}
.ipilot2-hero h1 {
	max-width: 750px;
	margin: 0;
	color: #fff;
	font: 790 clamp(51px, 5.25vw, 75px)/1.01 'Manrope', 'Inter', sans-serif;
	letter-spacing: -.062em;
}
.ipilot2-hero h1 em {
	color: transparent;
	font-style: normal;
	background: linear-gradient(94deg, #998cff 0%, #7a8df7 47%, #45c4eb 100%);
	-webkit-background-clip: text;
	background-clip: text;
}
.ipilot2-hero__lead {
	max-width: 650px;
	margin: 25px 0 0;
	color: #aab4c8;
	font-size: 16px;
	line-height: 1.75;
}
.ipilot2-hero__actions {
	display: flex;
	margin-top: 33px;
	align-items: center;
	gap: 28px;
}
.ipilot2-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 19px;
	margin: 27px 0 0;
	padding: 0;
	color: #929eb4;
	font-size: 10.5px;
	font-weight: 650;
	list-style: none;
}
.ipilot2-hero__proof li { display: flex; align-items: center; gap: 6px; }
.ipilot2-hero__proof .fx-grid__icon { width: 15px; height: 15px; color: #9b8eff; opacity: 1; }

/* Hero AI console */
.ipilot2-console {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 23px;
	color: #eaf0f8;
	background: #0c1426;
	box-shadow: 0 42px 100px rgba(0,0,0,.43), 0 0 75px rgba(105,85,225,.1);
	transform: perspective(1450px) rotateY(-1deg);
}
.ipilot2-console__bar {
	display: grid;
	min-height: 49px;
	padding: 0 17px;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.08);
	color: #8491a6;
	background: #121c31;
}
.ipilot2-console__bar > span { display: flex; gap: 5px; }
.ipilot2-console__bar > span i { width: 7px; height: 7px; border-radius: 50%; background: #fb7185; }
.ipilot2-console__bar > span i:nth-child(2) { background: #fbbf24; }
.ipilot2-console__bar > span i:nth-child(3) { background: #34d399; }
.ipilot2-console__bar small { font: 600 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.ipilot2-console__bar > b { display: flex; justify-self: end; align-items: center; gap: 6px; color: #7dd8f3; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.ipilot2-console__bar > b i { width: 5px; height: 5px; border-radius: 50%; background: #3dd7a5; box-shadow: 0 0 8px #3dd7a5; }
.ipilot2-console__prompt {
	display: grid;
	min-height: 89px;
	padding: 18px 22px;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	border-bottom: 1px solid rgba(255,255,255,.07);
	background: linear-gradient(90deg, rgba(109,92,232,.08), transparent 65%);
}
.ipilot2-console__prompt > span {
	display: grid;
	width: 37px;
	height: 37px;
	place-items: center;
	border: 1px solid rgba(151,139,255,.25);
	border-radius: 11px;
	color: #c8c1ff;
	background: rgba(109,92,232,.15);
	font: 800 8px/1 'Manrope', sans-serif;
}
.ipilot2-console__prompt small,
.ipilot2-console__prompt strong { display: block; }
.ipilot2-console__prompt small { color: #887bee; font-size: 6.5px; font-weight: 800; letter-spacing: .1em; }
.ipilot2-console__prompt strong { margin-top: 6px; color: #f4f6fb; font-size: 11px; }
.ipilot2-console__trace { padding: 10px 18px; }
.ipilot2-console__trace > div {
	display: grid;
	min-height: 52px;
	padding: 8px 5px;
	grid-template-columns: 27px minmax(0,1fr) auto;
	align-items: center;
	gap: 10px;
}
.ipilot2-console__trace > div + div { border-top: 1px solid rgba(255,255,255,.055); }
.ipilot2-console__trace > div > i {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 8px;
	color: #65dfb3;
	background: rgba(51,211,153,.1);
	font: 800 9px/1 'Manrope', sans-serif;
}
.ipilot2-console__trace .is-live > i { position: relative; color: transparent; background: rgba(91,117,238,.11); }
.ipilot2-console__trace .is-live > i::before,
.ipilot2-console__trace .is-live > i::after {
	content: '';
	position: absolute;
	inset: 8px;
	border: 1.5px solid #8799fa;
	border-right-color: transparent;
	border-radius: 50%;
	animation: ipilot2-spin 1.2s linear infinite;
}
.ipilot2-console__trace .is-live > i::after { inset: 11px; border-width: 1px; animation-direction: reverse; }
.ipilot2-console__trace b,
.ipilot2-console__trace small { display: block; }
.ipilot2-console__trace b { color: #dbe3ee; font-size: 8.5px; }
.ipilot2-console__trace small { margin-top: 4px; color: #6f7d92; font-size: 7px; }
.ipilot2-console__trace em { color: #65738a; font: 700 6.5px/1 ui-monospace, SFMono-Regular, Menlo, monospace; font-style: normal; }
.ipilot2-console__trace .is-live em { color: #8ea0fb; }
.ipilot2-console__finding {
	margin: 2px 17px 17px;
	padding: 18px;
	border: 1px solid rgba(128,112,244,.22);
	border-radius: 13px;
	background: radial-gradient(circle at 90% 0, rgba(68,184,226,.07), transparent 38%), rgba(109,92,232,.075);
}
.ipilot2-console__finding > header { display: flex; align-items: center; justify-content: space-between; }
.ipilot2-console__finding > header > span { display: flex; align-items: center; gap: 6px; color: #9b8ef6; font-size: 6.5px; font-weight: 850; letter-spacing: .1em; }
.ipilot2-console__finding .fx-grid__icon { width: 13px; height: 13px; color: #66cbea; opacity: 1; }
.ipilot2-console__finding > header > b { padding: 4px 6px; border-radius: 999px; color: #61ddb1; background: rgba(51,211,153,.09); font-size: 6px; }
.ipilot2-console__finding > strong { display: block; margin-top: 13px; color: #f2f5fa; font-size: 12px; }
.ipilot2-console__finding > p { margin: 7px 0 0; color: #8997ab; font-size: 8px; line-height: 1.65; }
.ipilot2-console__finding > footer { display: flex; margin-top: 13px; padding-top: 11px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); color: #68778e; font-size: 6.5px; }
.ipilot2-console__finding > footer span { display: flex; align-items: center; gap: 5px; }
.ipilot2-console__finding > footer i { width: 5px; height: 5px; border-radius: 50%; background: #3dd7a5; box-shadow: 0 0 7px #3dd7a5; }
.ipilot2-console__composer {
	display: grid;
	min-height: 48px;
	padding: 0 17px;
	grid-template-columns: 18px minmax(0,1fr) auto;
	align-items: center;
	gap: 5px;
	border-top: 1px solid rgba(255,255,255,.07);
	color: #77859a;
	background: #101a2c;
}
.ipilot2-console__composer > span { color: #8f80f2; font-size: 16px; }
.ipilot2-console__composer small { overflow: hidden; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.ipilot2-console__composer kbd { padding: 4px 6px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; color: #6e7c91; background: rgba(255,255,255,.035); font-size: 6px; }
@keyframes ipilot2-spin { to { transform: rotate(360deg); } }

.ipilot2-hero__metrics { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.1); }
.ipilot2-hero__metrics > div { display: flex; min-height: 110px; padding: 26px clamp(14px,3vw,34px); align-items: center; gap: 13px; }
.ipilot2-hero__metrics > div + div { border-left: 1px solid rgba(255,255,255,.1); }
.ipilot2-hero__metrics strong { color: #a398ff; font: 770 clamp(22px,2.3vw,31px)/1 'Manrope', sans-serif; letter-spacing: -.04em; }
.ipilot2-hero__metrics span { color: #7f8ca2; font-size: 8px; font-weight: 750; line-height: 1.5; letter-spacing: .045em; text-transform: uppercase; }

/* Sticky sub-navigation */
.ipilot2-nav {
	position: sticky;
	z-index: 18;
	top: 70px;
	border-bottom: 1px solid var(--ai-line);
	background: rgba(255,255,255,.93);
	box-shadow: 0 13px 34px -29px rgba(15,23,42,.58);
	backdrop-filter: blur(18px) saturate(150%);
}
.ipilot2-nav .container { display: flex; justify-content: center; gap: 3px; overflow-x: auto; scrollbar-width: none; }
.ipilot2-nav .container::-webkit-scrollbar { display: none; }
.ipilot2-nav a {
	position: relative;
	display: inline-flex;
	min-height: 58px;
	padding: 0 20px;
	flex: 0 0 auto;
	align-items: center;
	color: #687489;
	font-size: 10px;
	font-weight: 750;
	white-space: nowrap;
}
.ipilot2-nav a::after { content: ''; position: absolute; right: 20px; bottom: -1px; left: 20px; height: 2px; opacity: 0; background: var(--ai-violet); }
.ipilot2-nav a:hover { color: var(--ai-violet); }
.ipilot2-nav a:hover::after { opacity: 1; }
#ipilot-workflow,
#ipilot-context,
#ipilot-control,
#ipilot-interfaces,
#ipilot-faq { scroll-margin-top: 138px; }

/* Shared section heading */
.ipilot2-head {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(330px,.62fr);
	align-items: end;
	gap: clamp(48px,7vw,95px);
	margin-bottom: 44px;
}
.ipilot2-head h2 {
	max-width: 820px;
	margin: 0;
	color: var(--ai-ink);
	font: 770 clamp(39px,4.6vw,57px)/1.06 'Manrope','Inter',sans-serif;
	letter-spacing: -.054em;
	text-wrap: balance;
}
.ipilot2-head > p { max-width: 530px; margin: 0 0 4px; color: var(--ai-copy); font-size: 14px; line-height: 1.72; }

/* Engineering workflow */
.ipilot2-workflow { padding: clamp(90px,9vw,125px) 0; background: #f7f8fc; }
.ipilot2-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.ipilot2-steps li {
	position: relative;
	min-height: 330px;
	padding: 27px;
	overflow: hidden;
	border: 1px solid #dfe4ed;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 18px 45px -38px rgba(15,23,42,.55);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ipilot2-steps li::after {
	content: '';
	position: absolute;
	right: -63px;
	bottom: -79px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: #f0edff;
}
.ipilot2-steps li:nth-child(2)::after { background: #ebf2ff; }
.ipilot2-steps li:nth-child(3)::after { background: #eaf9fc; }
.ipilot2-steps li:nth-child(4)::after { background: #e9f9f3; }
.ipilot2-steps li:hover { border-color: rgba(109,92,232,.34); box-shadow: 0 28px 58px -39px rgba(42,31,115,.52); transform: translateY(-6px); }
.ipilot2-steps li > small { display: block; color: #a7afbd; font: 850 9px/1 'Manrope',sans-serif; letter-spacing: .08em; }
.ipilot2-steps li > span { display: grid; width: 53px; height: 53px; margin-top: 43px; place-items: center; border-radius: 15px; color: #6d5ce8; background: #eeecff; }
.ipilot2-steps li:nth-child(2) > span { color: #4778e4; background: #edf3ff; }
.ipilot2-steps li:nth-child(3) > span { color: #148fb1; background: #e9f8fc; }
.ipilot2-steps li:nth-child(4) > span { color: #168965; background: #e9f8f2; }
.ipilot2-steps .fx-grid__icon { width: 25px; height: 25px; color: inherit; opacity: 1; }
.ipilot2-steps h3 { position: relative; z-index: 1; margin: 26px 0 10px; color: #1e293d; font-size: 21px; letter-spacing: -.03em; }
.ipilot2-steps p { position: relative; z-index: 1; margin: 0; color: #6b7689; font-size: 11.5px; line-height: 1.67; }

/* Connected operational context */
.ipilot2-context {
	position: relative;
	overflow: hidden;
	padding: clamp(92px,9vw,128px) 0;
	background:
		radial-gradient(circle at 82% 12%,rgba(90,84,220,.12),transparent 29%),
		radial-gradient(circle at 10% 90%,rgba(37,189,226,.1),transparent 28%),
		linear-gradient(145deg,#f2f3ff,#f5fbfe);
}
.ipilot2-context::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(rgba(63,80,126,.24) .7px,transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(90deg,transparent,#000 55%,transparent); }
.ipilot2-context__grid { position: relative; display: grid; grid-template-columns: minmax(300px,.55fr) minmax(660px,1.45fr); align-items: center; gap: clamp(45px,6vw,80px); }
.ipilot2-context__copy h2 { max-width: 590px; margin: 0; color: var(--ai-ink); font: 770 clamp(40px,4.7vw,58px)/1.06 'Manrope','Inter',sans-serif; letter-spacing: -.055em; }
.ipilot2-context__copy > p { max-width: 540px; margin: 21px 0 0; color: var(--ai-copy); font-size: 14px; line-height: 1.75; }
.ipilot2-context__status { display: grid; margin-top: 31px; padding: 17px; grid-template-columns: 12px minmax(0,1fr); align-items: start; gap: 12px; border: 1px solid rgba(84,79,193,.15); border-radius: 14px; background: rgba(255,255,255,.67); }
.ipilot2-context__status > i { width: 8px; height: 8px; margin-top: 3px; border-radius: 50%; background: #24bd8b; box-shadow: 0 0 0 5px rgba(36,189,139,.1); }
.ipilot2-context__status strong,
.ipilot2-context__status small { display: block; }
.ipilot2-context__status strong { color: #344056; font-size: 10.5px; }
.ipilot2-context__status small { margin-top: 5px; color: #7b8799; font-size: 8.5px; line-height: 1.5; }
.ipilot2-system-map { position: relative; min-height: 510px; }
.ipilot2-system-map > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ipilot2-system-map > svg path { fill: none; stroke: rgba(91,82,205,.26); stroke-width: 1.2; stroke-dasharray: 5 6; }
.ipilot2-system-map__core {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: flex;
	width: 156px;
	height: 156px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid rgba(183,174,255,.42);
	border-radius: 50%;
	color: #fff;
	background: radial-gradient(circle at 38% 28%,#8174ec,#4e48bd 70%);
	box-shadow: 0 25px 60px rgba(69,61,173,.25), 0 0 65px rgba(109,92,232,.12);
	transform: translate(-50%,-50%);
}
.ipilot2-system-map__core > i { position: absolute; inset: -15px; border: 1px dashed rgba(93,81,207,.28); border-radius: 50%; animation: ipilot2-spin 26s linear infinite; }
.ipilot2-system-map__core > span { font: 780 21px/1 'Manrope',sans-serif; }
.ipilot2-system-map__core > small { margin-top: 7px; color: #cbc7ff; font-size: 7.5px; letter-spacing: .06em; text-transform: uppercase; }
.ipilot2-system {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 196px;
	min-height: 104px;
	padding: 17px;
	grid-template-columns: 40px minmax(0,1fr);
	align-content: center;
	gap: 4px 12px;
	border: 1px solid #dce2ec;
	border-radius: 15px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 17px 38px -29px rgba(29,28,82,.45);
}
.ipilot2-system > span { display: grid; width: 39px; height: 39px; grid-row: span 2; place-items: center; border-radius: 11px; color: #6859da; background: #eeecff; }
.ipilot2-system .fx-grid__icon { width: 19px; height: 19px; color: inherit; opacity: 1; }
.ipilot2-system b { align-self: end; color: #2b3448; font-size: 10.5px; }
.ipilot2-system small { overflow: hidden; color: #818b9d; font-size: 7.5px; text-overflow: ellipsis; white-space: nowrap; }
.ipilot2-system--1 { top: 31px; left: 0; }
.ipilot2-system--2 { top: 203px; left: 0; }
.ipilot2-system--3 { bottom: 31px; left: 0; }
.ipilot2-system--4 { top: 31px; right: 0; }
.ipilot2-system--5 { top: 203px; right: 0; }
.ipilot2-system--6 { right: 0; bottom: 31px; }
.ipilot2-system--2 > span,
.ipilot2-system--5 > span { color: #2d84ce; background: #eaf5fd; }
.ipilot2-system--3 > span,
.ipilot2-system--6 > span { color: #178d69; background: #e9f8f2; }

/* Risk control */
.ipilot2-control {
	position: relative;
	overflow: hidden;
	padding: clamp(92px,9vw,128px) 0;
	color: #fff;
	background: radial-gradient(circle at 8% 4%,rgba(103,83,229,.18),transparent 29%),radial-gradient(circle at 92% 96%,rgba(35,177,220,.13),transparent 30%),#091222;
}
.ipilot2-control::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(100deg,#000,transparent 70%); }
.ipilot2-control .container { position: relative; }
.ipilot2-control .ipilot2-label { color: #a89cff; }
.ipilot2-control .ipilot2-head h2 { color: #fff; }
.ipilot2-control .ipilot2-head > p { color: #9aa8bc; }
.ipilot2-risk-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.ipilot2-risk-grid article {
	--risk: #39d2a1;
	--risk-soft: rgba(57,210,161,.1);
	min-height: 360px;
	padding: 27px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 19px;
	background: rgba(255,255,255,.045);
	box-shadow: 0 24px 65px -48px rgba(0,0,0,.8);
}
.ipilot2-risk-grid .is-caution { --risk: #f6b84b; --risk-soft: rgba(246,184,75,.1); }
.ipilot2-risk-grid .is-blocked { --risk: #f06e87; --risk-soft: rgba(240,110,135,.1); }
.ipilot2-risk-grid article > header { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 12px; }
.ipilot2-risk-grid article > header > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: var(--risk); background: var(--risk-soft); }
.ipilot2-risk-grid .fx-grid__icon { width: 22px; height: 22px; color: inherit; opacity: 1; }
.ipilot2-risk-grid article > header b { color: #e7ecf4; font-size: 10.5px; }
.ipilot2-risk-grid article > header small { padding: 5px 7px; border-radius: 999px; color: var(--risk); background: var(--risk-soft); font-size: 6.5px; font-weight: 850; letter-spacing: .08em; }
.ipilot2-risk-grid h3 { margin: 48px 0 14px; color: #fff; font-size: 25px; letter-spacing: -.035em; }
.ipilot2-risk-grid p { max-width: 360px; margin: 0; color: #8f9eb3; font-size: 12px; line-height: 1.7; }
.ipilot2-risk-grid footer { display: flex; margin-top: 42px; padding-top: 18px; align-items: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.08); color: #7f8da1; font-size: 8.5px; font-weight: 700; }
.ipilot2-risk-grid footer i { width: 7px; height: 7px; border-radius: 50%; background: var(--risk); box-shadow: 0 0 10px var(--risk); }

/* Browser and terminal */
.ipilot2-interfaces { padding: clamp(92px,9vw,128px) 0; background: #fff; }
.ipilot2-interface-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr); gap: 14px; }
.ipilot2-interface {
	overflow: hidden;
	border: 1px solid #dce2eb;
	border-radius: 21px;
	background: #f7f9fc;
	box-shadow: 0 24px 60px -45px rgba(15,23,42,.55);
}
.ipilot2-interface > header { display: flex; min-height: 81px; padding: 19px 22px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e2e7ee; background: #fff; }
.ipilot2-interface > header small,
.ipilot2-interface > header h3 { display: block; }
.ipilot2-interface > header small { color: var(--ai-violet); font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.ipilot2-interface > header h3 { margin: 6px 0 0; color: #273247; font-size: 16px; letter-spacing: -.025em; }
.ipilot2-interface > header > span { padding: 6px 9px; border-radius: 999px; color: #14815f; background: #e8f8f2; font-size: 7px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ipilot2-interface--cli > header > span { color: #4d5fd1; background: #edeeff; }
.ipilot2-interface figure { position: relative; margin: 0; padding: 17px; overflow: hidden; background: #eef1f6; }
.ipilot2-interface figure::before { content: ''; position: absolute; inset: 17px; z-index: 1; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(15,23,42,.08); }
.ipilot2-interface img { display: block; width: 100%; height: auto; border-radius: 11px; background: #111827; }
.ipilot2-interface--workspace img { aspect-ratio: 1.49; object-fit: cover; object-position: top; }
.ipilot2-interface--cli img { aspect-ratio: 1.49; object-fit: cover; object-position: top left; }
.ipilot2-prompt-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 15px; }
.ipilot2-prompt-grid article { position: relative; min-height: 235px; padding: 25px; overflow: hidden; border: 1px solid #dfe4ec; border-radius: 17px; background: #fafbfe; }
.ipilot2-prompt-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #6859db; background: #eeecff; }
.ipilot2-prompt-grid article:nth-child(2) > span { color: #2584c7; background: #eaf6fc; }
.ipilot2-prompt-grid article:nth-child(3) > span { color: #148867; background: #e8f8f2; }
.ipilot2-prompt-grid .fx-grid__icon { width: 21px; height: 21px; color: inherit; opacity: 1; }
.ipilot2-prompt-grid article > small { display: block; margin-top: 25px; color: #8a94a5; font-size: 7px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ipilot2-prompt-grid article > strong { display: block; max-width: 330px; margin-top: 9px; color: #293347; font-size: 13px; line-height: 1.55; }
.ipilot2-prompt-grid footer { display: flex; margin-top: 21px; align-items: center; gap: 7px; color: #7d899a; font-size: 7.5px; }
.ipilot2-prompt-grid footer i { width: 6px; height: 6px; border-radius: 50%; background: #2ac190; box-shadow: 0 0 8px rgba(42,193,144,.6); }
.ipilot2-interfaces__actions { display: flex; margin-top: 31px; align-items: center; justify-content: center; gap: 29px; }
.ipilot2-interfaces .ipilot2-text-link { color: #48546a; }
.ipilot2-interfaces .ipilot2-text-link:hover { color: var(--ai-violet); }
.ipilot2-interfaces .ipilot2-text-link span { color: var(--ai-violet); }
.ipilot2-interfaces .ipilot2-text-link:hover span { transform: translateX(3px); }

/* Pricing */
.ipilot2-pricing {
	position: relative;
	overflow: hidden;
	padding: clamp(92px,9vw,128px) 0;
	background: radial-gradient(circle at 12% 6%,rgba(109,92,232,.1),transparent 28%),radial-gradient(circle at 88% 94%,rgba(37,189,226,.1),transparent 28%),#f7f8fc;
}
.ipilot2-plans { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 14px; }
.ipilot2-plan {
	position: relative;
	display: flex;
	min-height: 505px;
	padding: 30px;
	flex-direction: column;
	border: 1px solid #dce3eb;
	border-radius: 21px;
	background: rgba(255,255,255,.95);
	box-shadow: 0 20px 50px -42px rgba(15,23,42,.52);
}
.ipilot2-plan.is-featured {
	color: #fff;
	border-color: rgba(153,140,255,.4);
	background: linear-gradient(150deg,#171936,#0b1428);
	box-shadow: 0 30px 70px -42px rgba(43,31,111,.72);
	transform: translateY(-9px);
}
.ipilot2-plan > b { width: fit-content; padding: 6px 9px; border-radius: 999px; color: #6254d3; background: #efedff; font-size: 7.5px; letter-spacing: .08em; text-transform: uppercase; }
.ipilot2-plan.is-featured > b { color: #aca2ff; background: rgba(151,135,255,.13); }
.ipilot2-plan h3 { margin: 34px 0 0; color: #202a3d; font-size: 30px; letter-spacing: -.04em; }
.ipilot2-plan.is-featured h3 { color: #fff; }
.ipilot2-plan__price { display: flex; margin: 10px 0 23px; align-items: baseline; gap: 7px; }
.ipilot2-plan__price strong { color: #6254d3; font-size: 42px; letter-spacing: -.055em; }
.ipilot2-plan.is-featured .ipilot2-plan__price strong { color: #9f94ff; }
.ipilot2-plan__price span { color: #8792a5; font-size: 9px; font-weight: 700; }
.ipilot2-plan > p { min-height: 58px; margin: 0 0 24px; color: #718096; font-size: 11.5px; line-height: 1.65; }
.ipilot2-plan.is-featured > p { color: #9aa6b9; }
.ipilot2-plan .btn { width: 100%; }
.ipilot2-plan .btn-outline { border-color: #cad2dd; color: #303c51; }
.ipilot2-plan ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid #e7ebf0; color: #606d81; font-size: 10.5px; list-style: none; }
.ipilot2-plan.is-featured ul { border-top-color: rgba(255,255,255,.1); color: #a4aec0; }
.ipilot2-plan li { position: relative; padding-left: 18px; }
.ipilot2-plan li::before { content: '✓'; position: absolute; left: 0; color: #7161df; font-weight: 850; }
.ipilot2-plan.is-featured li::before { color: #9f94ff; }
.ipilot2-credit-rules { display: grid; margin-top: 28px; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid #dce3eb; border-radius: 17px; background: rgba(255,255,255,.9); }
.ipilot2-credit-rules > div { min-height: 104px; padding: 24px; }
.ipilot2-credit-rules > div + div { border-left: 1px solid #e3e8ef; }
.ipilot2-credit-rules strong,
.ipilot2-credit-rules span { display: block; }
.ipilot2-credit-rules strong { color: #332b7e; font-size: 15px; }
.ipilot2-credit-rules span { margin-top: 7px; color: #748095; font-size: 9px; line-height: 1.5; }

/* FAQ */
.ipilot2-faq { padding: clamp(92px,9vw,125px) 0; background: #f7f8fc; }
.ipilot2-faq__grid { display: grid; grid-template-columns: minmax(300px,.67fr) minmax(0,1.33fr); align-items: start; gap: clamp(65px,9vw,125px); }
.ipilot2-faq__intro { position: sticky; top: 170px; }
.ipilot2-faq__intro h2 { max-width: 560px; margin: 0; color: var(--ai-ink); font: 770 clamp(39px,4.5vw,54px)/1.07 'Manrope','Inter',sans-serif; letter-spacing: -.052em; }
.ipilot2-faq__intro > p { max-width: 520px; margin: 20px 0 0; color: var(--ai-copy); font-size: 14px; line-height: 1.72; }
.ipilot2-faq__list { display: grid; gap: 10px; }
.ipilot2-faq__list details { overflow: hidden; border: 1px solid #dde3ec; border-radius: 15px; background: #fff; box-shadow: 0 12px 30px -28px rgba(15,23,42,.48); }
.ipilot2-faq__list details[open] { border-color: rgba(109,92,232,.36); box-shadow: 0 16px 38px -30px rgba(61,48,142,.42); }
.ipilot2-faq__list summary { display: flex; min-height: 68px; padding: 19px 20px; align-items: center; justify-content: space-between; gap: 20px; color: #263247; cursor: pointer; font-size: 12.5px; font-weight: 780; list-style: none; }
.ipilot2-faq__list summary::-webkit-details-marker { display: none; }
.ipilot2-faq__list summary span { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 50%; color: #6557d9; background: #efedff; font-size: 15px; transition: transform .18s ease; }
.ipilot2-faq__list details[open] summary span { transform: rotate(45deg); }
.ipilot2-faq__list details p { margin: 0; padding: 0 20px 20px; color: #657286; font-size: 12px; line-height: 1.72; }

/* Final CTA */
.ipilot2-final { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: radial-gradient(circle at 82% 15%,rgba(74,178,229,.18),transparent 31%),radial-gradient(circle at 10% 90%,rgba(108,83,230,.24),transparent 30%),#091222; }
.ipilot2-final::before { content: ''; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.42) .7px,transparent .7px); background-size: 20px 20px; }
.ipilot2-final__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.ipilot2-final .ipilot2-label { color: #aaa0ff; }
.ipilot2-final h2 { max-width: 790px; margin: 0; color: #fff; font: 770 clamp(39px,4.8vw,58px)/1.07 'Manrope','Inter',sans-serif; letter-spacing: -.054em; }
.ipilot2-final__inner > div:last-child { flex: 0 0 auto; text-align: center; }
.ipilot2-final small { display: block; margin-top: 12px; color: #8492a6; font-size: 9px; }

@media (max-width: 1180px) {
	.ipilot2-hero__grid { grid-template-columns: 1fr; }
	.ipilot2-hero__copy { max-width: 830px; margin: 0 auto; text-align: center; }
	.ipilot2-kicker,
	.ipilot2-hero__actions,
	.ipilot2-hero__proof { justify-content: center; }
	.ipilot2-hero h1,
	.ipilot2-hero__lead { margin-right: auto; margin-left: auto; }
	.ipilot2-console { width: min(780px,100%); margin: 0 auto; transform: none; }
	.ipilot2-context__grid { grid-template-columns: 1fr; }
	.ipilot2-context__copy { max-width: 740px; }
	.ipilot2-system-map { width: min(780px,100%); margin: 0 auto; }
}
@media (max-width: 960px) {
	.ipilot2-nav { top: 65px; }
	.ipilot2-nav .container { justify-content: flex-start; }
	.ipilot2-head { grid-template-columns: 1fr; gap: 18px; }
	.ipilot2-head > p { max-width: 700px; }
	.ipilot2-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ipilot2-steps li { min-height: 300px; }
	.ipilot2-risk-grid { grid-template-columns: 1fr; }
	.ipilot2-risk-grid article { min-height: 0; }
	.ipilot2-risk-grid h3 { margin-top: 34px; }
	.ipilot2-risk-grid footer { margin-top: 30px; }
	.ipilot2-interface-grid { grid-template-columns: 1fr; }
	.ipilot2-interface { width: min(760px,100%); }
	.ipilot2-prompt-grid { grid-template-columns: 1fr; }
	.ipilot2-price-grid { grid-template-columns: 1fr; }
	.ipilot2-price-grid article.is-featured { transform: none; }
	.ipilot2-credit-rules { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ipilot2-prompt-grid article { min-height: 0; }
	.ipilot2-plans { grid-template-columns: 1fr; }
	.ipilot2-plan { min-height: 0; }
	.ipilot2-plan.is-featured { transform: none; }
	.ipilot2-credit-rules { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ipilot2-credit-rules > div:nth-child(3) { border-top: 1px solid #e3e8ef; border-left: 0; }
	.ipilot2-credit-rules > div:nth-child(4) { border-top: 1px solid #e3e8ef; }
	.ipilot2-faq__grid { grid-template-columns: 1fr; }
	.ipilot2-faq__intro { position: static; max-width: 720px; }
	.ipilot2-final__inner { align-items: stretch; flex-direction: column; }
	.ipilot2-final__inner > div:last-child { text-align: left; }
	.ipilot2-final .btn { width: 100%; }
	.ipilot2-final small { text-align: center; }
}
@media (max-width: 760px) {
	.ipilot2-hero { padding-top: 61px; }
	.ipilot2-hero__grid { gap: 48px; padding-bottom: 64px; }
	.ipilot2-hero h1 { font-size: clamp(43px,12vw,56px); }
	.ipilot2-hero__lead { font-size: 15px; }
	.ipilot2-hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
	.ipilot2-hero__actions .btn { width: 100%; }
	.ipilot2-text-link { justify-content: center; }
	.ipilot2-hero__proof { display: grid; width: fit-content; margin-right: auto; margin-left: auto; justify-content: start; text-align: left; }
	.ipilot2-hero__metrics { grid-template-columns: repeat(2,1fr); }
	.ipilot2-hero__metrics > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
	.ipilot2-hero__metrics > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
	.ipilot2-head h2,
	.ipilot2-context__copy h2,
	.ipilot2-faq__intro h2,
	.ipilot2-final h2 { font-size: 37px; }
	.ipilot2-steps { grid-template-columns: 1fr; }
	.ipilot2-steps li { min-height: 0; }
	.ipilot2-steps li > span { margin-top: 28px; }
	.ipilot2-system-map { display: grid; min-height: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
	.ipilot2-system-map > svg { display: none; }
	.ipilot2-system-map__core { position: relative; top: auto; left: auto; width: 140px; height: 140px; margin: 4px auto 21px; grid-column: 1/-1; transform: none; }
	.ipilot2-system { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; min-height: 100px; }
	.ipilot2-interfaces__actions { align-items: stretch; flex-direction: column; gap: 20px; }
	.ipilot2-interfaces__actions .btn { width: 100%; }
	.ipilot2-final { padding-block: 68px; }
}
@media (max-width: 500px) {
	.ipilot2-kicker { line-height: 1.5; }
	.ipilot2-console__bar { grid-template-columns: 1fr auto; }
	.ipilot2-console__bar small { display: none; }
	.ipilot2-console__trace { padding-inline: 12px; }
	.ipilot2-console__finding { margin-inline: 11px; padding: 15px; }
	.ipilot2-console__finding > footer { align-items: flex-start; flex-direction: column; gap: 7px; }
	.ipilot2-console__composer { padding-inline: 12px; }
	.ipilot2-console__composer kbd { display: none; }
	.ipilot2-hero__metrics > div { min-height: 94px; padding: 20px 11px; gap: 8px; }
	.ipilot2-hero__metrics strong { font-size: 20px; }
	.ipilot2-hero__metrics span { font-size: 6.7px; }
	.ipilot2-steps li,
	.ipilot2-risk-grid article,
	.ipilot2-prompt-grid article { padding: 23px; }
	.ipilot2-system-map { grid-template-columns: 1fr; }
	.ipilot2-credit-rules { grid-template-columns: 1fr; }
	.ipilot2-system-map__core { grid-column: auto; }
	.ipilot2-risk-grid article > header { grid-template-columns: 42px minmax(0,1fr); }
	.ipilot2-risk-grid article > header > small { grid-column: 2; justify-self: start; }
	.ipilot2-interface > header { padding-inline: 18px; }
	.ipilot2-interface > header > span { display: none; }
	.ipilot2-interface figure { padding: 10px; }
	.ipilot2-interface figure::before { inset: 10px; }
	.ipilot2-plan { padding: 25px 22px; }
	.ipilot2-credit-rules { grid-template-columns: 1fr; }
	.ipilot2-credit-rules > div + div,
	.ipilot2-credit-rules > div:nth-child(3) { border-top: 1px solid #e3e8ef; border-left: 0; }
	.ipilot2-faq__list summary { padding-inline: 17px; }
	.ipilot2-faq__list details p { padding-inline: 17px; }
}
@media (prefers-reduced-motion: reduce) {
	.ipilot2-console__trace .is-live > i::before,
	.ipilot2-console__trace .is-live > i::after,
	.ipilot2-system-map__core > i { animation: none; }
	.ipilot2-steps li,
	.ipilot2-text-link span,
	.ipilot2-faq__list summary span { transition: none; }
	.ipilot2-steps li:hover,
	.ipilot2 .btn-primary:hover { transform: none; }
}
