.ib-download-v2 {
	--ib-bg: #060912;
	--ib-panel: #0e1422;
	--ib-line: rgba(255, 255, 255, .12);
	--ib-text: #f5f8ff;
	--ib-muted: #aab7d4;
	--ib-soft: #dbe6ff;
	--ib-blue: #3b82f6;
	--ib-cyan: #22d3ee;
	--ib-orange: #f97316;
	--ib-yellow: #facc15;
	--ib-green: #22c55e;
	--ib-shadow: 0 24px 80px rgba(0, 0, 0, .34);
	color: var(--ib-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 8vw, 98px) 20px 44px;
	min-height: calc(100vh - 84px);	
	isolation: isolate;
}

.ib-download-v2 * {
	box-sizing: border-box;
}

.ib-download-v2 a {
	color: inherit;
	text-decoration: none;
}

.ib-download-v2 h1,
.ib-download-v2 h2,
.ib-download-v2 h3,
.ib-download-v2 p {
	margin: 0;
}

.ib-download-v2:after {
	content: "";
	position: absolute;
	width: 620px;
	height: 620px;
	right: -270px;
	bottom: -250px;
	background: radial-gradient(circle, rgba(34, 211, 238, .16), transparent 66%);
	filter: blur(3px);
	z-index: -1;
}

.ib-download-v2 .ib-download-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.ib-download-v2 .ib-download-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 28px;
}

.ib-download-v2 .ib-hero-panel,
.ib-download-v2 .ib-version-panel,
.ib-download-v2 .ib-download-shell,
.ib-download-v2 .ib-support-strip {
	border: 1px solid var(--ib-line);
	background: linear-gradient(180deg, rgba(16, 24, 40, .86), rgba(9, 14, 26, .94));
	box-shadow: var(--ib-shadow);
	backdrop-filter: blur(14px);
}

.ib-download-v2 .ib-hero-panel {
	border-radius: 30px;
	padding: clamp(30px, 5vw, 56px);
	position: relative;
	overflow: hidden;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ib-download-v2 .ib-hero-panel:before {
	content: "";
	position: absolute;
	width: 480px;
	height: 480px;
	top: -260px;
	right: -120px;
	background: radial-gradient(circle, rgba(59, 130, 246, .24), transparent 66%);
	pointer-events: none;
}

.ib-download-v2 .ib-brand-lockup {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1;
	margin-bottom: 42px;
}

.ib-download-v2 .ib-flame-mark {
	width: 58px;
	height: 58px;
	border-radius: 20px 24px 22px 26px;
	background: radial-gradient(circle at 62% 35%, #101827 0 16px, transparent 17px), linear-gradient(135deg, var(--ib-yellow) 0%, #ff9f0a 38%, #ff4d00 78%);
	box-shadow: 0 20px 40px rgba(249, 115, 22, .24), inset 0 0 0 1px rgba(255, 255, 255, .22);
	position: relative;
	transform: rotate(-8deg);
	flex: 0 0 auto;
}

.ib-download-v2 .ib-flame-mark:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: 14px;
	top: 14px;
	border-radius: 999px;
	border: 4px solid #fff;
	background: #050816;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .14);
}

.ib-download-v2 .ib-flame-mark:after {
	content: "";
	position: absolute;
	left: 25px;
	top: 23px;
	width: 13px;
	height: 7px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
	border-radius: 1px;
}

.ib-download-v2 .ib-brand-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.ib-download-v2 .ib-brand-text strong {
	color: #fff;
	font-size: 14px;
	letter-spacing: .18em;
	text-transform: uppercase;
	line-height: 1.1;
}

.ib-download-v2 .ib-brand-text span {
	color: var(--ib-muted);
	font-size: 13px;
	font-weight: 700;
}

.ib-download-v2 .ib-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	padding: 8px 12px;
	border: 1px solid rgba(34, 211, 238, .32);
	background: rgba(34, 211, 238, .09);
	color: #bff6ff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.ib-download-v2 #ib-download-title {
	color: #fff;
	font-size: clamp(42px, 6vw, 76px);
	line-height: .94;
	letter-spacing: -.065em;
	max-width: 700px;
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
}

.ib-download-v2 .ib-gradient {
	background: linear-gradient(90deg, #fff 0%, #a8d7ff 45%, #7dd3fc 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ib-download-v2 .ib-hero-copy {
	color: var(--ib-muted);
	font-size: 18px;
	line-height: 1.72;
	max-width: 680px;
	position: relative;
	z-index: 1;
}

.ib-download-v2 .ib-version-panel {
	border-radius: 30px;
	padding: 28px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 360px;
}

.ib-download-v2 .ib-version-panel:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 4%, rgba(249, 115, 22, .15), transparent 36%), linear-gradient(135deg, rgba(34, 211, 238, .08), transparent 48%);
	pointer-events: none;
}

.ib-download-v2 .ib-version-card,
.ib-download-v2 .ib-version-actions {
	position: relative;
	z-index: 1;
}

.ib-download-v2 .ib-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: max-content;
	padding: 9px 13px;
	border: 1px solid rgba(34, 197, 94, .34);
	background: rgba(34, 197, 94, .09);
	color: #c8ffd8;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ib-download-v2 .ib-status-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--ib-green);
	box-shadow: 0 0 0 7px rgba(34, 197, 94, .12);
}

.ib-download-v2 .ib-version-title {
	color: #fff;
	font-size: 30px;
	letter-spacing: -.045em;
	line-height: 1.04;
	margin-bottom: 10px;
}

.ib-download-v2 .ib-version-meta {
	color: var(--ib-muted);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 22px;
}

.ib-download-v2 .ib-release-date {
	color: #fff;
	display: block;
	font-weight: 950;
	margin-top: 2px;
}

.ib-download-v2 .ib-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 13px 18px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .02em;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ib-download-v2 .ib-btn:hover {
	transform: translateY(-1px);
}

.ib-download-v2 .ib-btn-primary {
	color: #06101d;
	background: linear-gradient(135deg, #67e8f9 0%, #60a5fa 48%, #a78bfa 100%);
	box-shadow: 0 18px 44px rgba(37, 99, 235, .24);
}

.ib-download-v2 .ib-btn-secondary {
	color: var(--ib-soft);
	border-color: rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .065);
}

.ib-download-v2 .ib-btn-secondary:hover {
	border-color: rgba(34, 211, 238, .36);
	background: rgba(34, 211, 238, .09);
}

.ib-download-v2 .ib-version-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ib-download-v2 .ib-download-shell {
	border-radius: 30px;
	overflow: hidden;
}

.ib-download-v2 .ib-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .035);
}

.ib-download-v2 .ib-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 15px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .055);
	color: var(--ib-muted);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .01em;
}

.ib-download-v2 .ib-tab.is-active {
	background: linear-gradient(135deg, rgba(34, 211, 238, .18), rgba(59, 130, 246, .15));
	border-color: rgba(34, 211, 238, .34);
	color: #fff;
	box-shadow: 0 12px 34px rgba(37, 99, 235, .14);
}

.ib-download-v2 .ib-download-body {
	padding: clamp(22px, 4vw, 34px);
}

.ib-download-v2 .ib-tab-content {
	display: none;
}

.ib-download-v2 .ib-tab-content.is-active {
	display: block;
}

.ib-download-v2 .ib-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.ib-download-v2 .ib-section-head h2 {
	color: #fff;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: -.045em;
	margin-bottom: 8px;
}

.ib-download-v2 .ib-section-head h4 {
	margin-bottom: 5px;
}

.ib-download-v2 .ib-section-head p {
	color: var(--ib-muted);
	font-size: 15px;
	line-height: 1.55;
	max-width: 680px;
}

#older-versions .ib-section-head a:hover {
	color: var(--ib-blue);
}

.ib-download-v2 .ib-release-chip {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border-radius: 999px;
	color: #ffe9d6;
	border: 1px solid rgba(249, 115, 22, .28);
	background: rgba(249, 115, 22, .09);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.ib-download-v2 .ib-download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 26px;
}

.ib-download-v2 .ib-os-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 116px;
	padding: 18px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, .11);
	background: linear-gradient(180deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .045));
	transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ib-download-v2 .ib-os-card:hover {
	transform: translateY(-2px);
	border-color: rgba(34, 211, 238, .36);
	background: rgba(34, 211, 238, .075);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

.ib-download-v2 .ib-os-card.is-featured {
	border-color: rgba(34, 211, 238, .38);
	background: radial-gradient(circle at 0% 0%, rgba(34, 211, 238, .14), transparent 52%), linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .045));
}

.ib-download-v2 .ib-os-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	color: #cfffff;
	background: linear-gradient(135deg, rgba(59, 130, 246, .28), rgba(34, 211, 238, .11));
	border: 1px solid rgba(34, 211, 238, .2);
	font-weight: 950;
	font-size: 17px;
	flex: 0 0 auto;
}

.ib-download-v2 .ib-os-card.is-mac .ib-os-icon {
	color: #ffe9d6;
	background: linear-gradient(135deg, rgba(249, 115, 22, .25), rgba(250, 204, 21, .08));
	border-color: rgba(249, 115, 22, .22);
}

.ib-download-v2 .ib-os-copy strong {
	display: block;
	color: #fff;
	font-size: 17px;
	letter-spacing: -.015em;
	margin-bottom: 5px;
}

.ib-download-v2 .ib-os-copy span {
	color: var(--ib-muted);
	font-size: 13px;
	line-height: 1.45;
}

.ib-download-v2 .ib-download-arrow {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	color: #06101d;
	background: linear-gradient(135deg, #67e8f9 0%, #60a5fa 100%);
	font-weight: 950;
	transition: transform .18s ease;
}

.ib-download-v2 .ib-os-card:hover .ib-download-arrow {
	transform: translateX(2px);
}

.ib-download-v2 .ib-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ib-download-v2 .ib-info-card {
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .045);
	border-radius: 22px;
	padding: 20px;
}

.ib-download-v2 .ib-info-card h3 {
	color: #fff;
	font-size: 17px;
	letter-spacing: -.015em;
	margin-bottom: 8px;
}

.ib-download-v2 .ib-info-card p {
	color: var(--ib-muted);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 14px;
}

.ib-download-v2 .ib-text-link {
	color: #9eeeff;
	font-weight: 900;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.ib-download-v2 .ib-text-link:hover {
	color: #fff;
}

.ib-download-v2 .ib-support-strip {
	margin-top: 28px;
	border-radius: 24px;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	overflow: hidden;
	position: relative;
}

.ib-download-v2 .ib-support-strip:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(34, 211, 238, .08), transparent 58%, rgba(249, 115, 22, .08));
	pointer-events: none;
}

.ib-download-v2 .ib-support-copy {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1;
}

.ib-download-v2 .ib-support-icon {
	width: 42px;
	height: 42px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	color: #06101d;
	background: linear-gradient(135deg, #67e8f9, #60a5fa);
	font-weight: 950;
	flex: 0 0 auto;
}

.ib-download-v2 .ib-support-copy strong {
	display: block;
	color: #fff;
	font-size: 15px;
	margin-bottom: 3px;
}

.ib-download-v2 .ib-support-copy span {
	display: block;
	color: var(--ib-muted);
	font-size: 13px;
	line-height: 1.4;
}

.ib-download-v2 .ib-support-strip .ib-btn {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	min-height: 44px;
	padding: 11px 16px;
}

.ib-download-v2 .ib-footer-mark {
	display: flex;
	justify-content: center;
	padding: 26px 0 0;
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .38em;
	text-transform: uppercase;
}

@media (max-width:980px) {
	.ib-download-v2 .ib-download-hero {
		grid-template-columns: 1fr
	}

	.ib-download-v2 .ib-hero-panel,
	.ib-download-v2 .ib-version-panel {
		min-height: auto
	}

	.ib-download-v2 .ib-download-grid {
		grid-template-columns: 1fr
	};
}

@media (max-width:680px) {
	.ib-download-v2 {
		padding: 38px 14px 30px
	}

	.ib-download-v2 .ib-hero-panel,
	.ib-download-v2 .ib-version-panel,
	.ib-download-v2 .ib-download-shell {
		border-radius: 22px
	}

	.ib-download-v2 .ib-section-head,
	.ib-download-v2 .ib-support-strip {
		align-items: stretch;
		flex-direction: column
	}

	.ib-download-v2 .ib-info-grid {
		grid-template-columns: 1fr
	}

	.ib-download-v2 .ib-os-card {
		grid-template-columns: auto minmax(0, 1fr)
	}

	.ib-download-v2 .ib-download-arrow {
		grid-column: 1 / -1;
		width: 100%;
		height: 42px
	}

	.ib-download-v2 .ib-btn,
	.ib-download-v2 .ib-support-strip .ib-btn {
		width: 100%
	}

	.ib-download-v2 .ib-footer-mark {
		letter-spacing: .24em
	};
}