.product-detail-page {
	overflow-x: hidden;
}

.product-detail-page header {
	background: rgba(255, 255, 255, .92);
}

.product-detail-page section {
	scroll-margin-top: 132px;
}

.skip-link {
	position: fixed;
	left: 18px;
	top: 12px;
	z-index: 100;
	padding: 10px 15px;
	border-radius: 10px;
	color: #fff;
	background: var(--navy);
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

.product-detail-page :focus-visible {
	outline: 3px solid rgba(76, 163, 255, .72);
	outline-offset: 3px;
}

/* Hero */
.pdf-hero {
	position: relative;
	min-height: 470px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0;
	background: var(--navy);
}

.pdf-hero-media {
	position: absolute;
	inset: 0;
	background-image: url('../img/soften-pdf-image.png');
	background-repeat: no-repeat;
	background-position: center 38%;
	background-size: cover;
	transform: scale(1.045);
	filter: saturate(.62) contrast(1.12);
}

.pdf-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 21, 38, .97) 0%, rgba(7, 21, 38, .86) 36%, rgba(7, 21, 38, .58) 70%, rgba(7, 21, 38, .8) 100%),
		linear-gradient(180deg, rgba(7, 21, 38, .08), rgba(7, 21, 38, .85));
}

.pdf-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, .14);
}

.pdf-hero-inner {
	position: relative;
	z-index: 1;
	padding-top: 56px;
	padding-bottom: 56px;
}

.pdf-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(64px, 10vw, 126px);
	line-height: .9;
	text-shadow: 0 18px 46px rgba(0, 0, 0, .32);
}

.pdf-hero h1 span {
	color: var(--blue-2);
	font-size: .9em;
}

.pdf-hero-label {
	margin: 0 0 18px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
}

/* Sticky local navigation */
.section-nav {
	position: sticky;
	top: 76px;
	z-index: 15;
	padding: 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(16px);
}

.section-nav .container {
	display: flex;
	justify-content: center;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
}

.section-nav .container::-webkit-scrollbar {
	display: none;
}

.section-nav a {
	position: relative;
	flex: 0 0 auto;
	padding: 16px 18px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	transition: color .2s ease;
}

.section-nav a::after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: -1px;
	height: 2px;
	border-radius: 99px 99px 0 0;
	background: var(--blue);
	transform: scaleX(0);
	transition: transform .2s ease;
}

.section-nav a:hover,
.section-nav a.active {
	color: var(--blue);
}

.section-nav a.active::after {
	transform: scaleX(1);
}

.section-kicker {
	margin: 0 0 15px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: .13em;
}

/* Overview */
.pdf-overview {
	background:
		radial-gradient(circle at 92% 2%, rgba(76, 163, 255, .08), transparent 25%),
		#fff;
}

.overview-intro {
	display: grid;
	grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
	gap: 70px;
	align-items: start;
	margin-bottom: 46px;
}

.overview-intro h2 {
	margin: 0;
	color: var(--navy);
	font-size: clamp(36px, 4.8vw, 58px);
	line-height: 1.12;
	letter-spacing: -.055em;
}

.overview-copy {
	aspect-ratio: 16 / 9;
}

.overview-copy p {
	margin: 0;
	color: var(--text);
	font-size: 17px;
}

.overview-copy .overview-lead {
	margin-bottom: 18px;
	color: var(--navy);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -.025em;
}

.capability-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 18px;
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
	background: var(--soft);
}

.capability-strip > div {
	position: relative;
	min-width: 0;
	padding: 20px 22px;
	border-right: 1px solid var(--line);
}

.capability-strip > div:last-child {
	border-right: 0;
}

.capability-strip span {
	display: block;
	margin-bottom: 8px;
	color: var(--blue);
	font-size: 11px;
	font-weight: 800;
}

.capability-strip strong {
	display: block;
	color: var(--navy);
	font-size: 13px;
	letter-spacing: .06em;
}

.capability-strip p {
	margin: 5px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.5;
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.value-card {
	min-width: 0;
	min-height: 280px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 14px 42px rgba(7, 21, 38, .04);
}

.value-card.featured {
	color: #fff;
	border-color: transparent;
	background:
		radial-gradient(circle at 100% 0, rgba(76, 163, 255, .35), transparent 34%),
		linear-gradient(145deg, var(--navy), #12305a);
}

.value-no {
	display: block;
	color: var(--blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
}

.value-card.featured .value-no {
	color: var(--blue-2);
}

.value-card h3 {
	margin: 60px 0 12px;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -.03em;
}

.value-card p {
	margin: 0;
	color: var(--text);
	font-size: 15px;
}

.value-card.featured p {
	color: rgba(255, 255, 255, .72);
}

/* Features */
.pdf-features,
.pdf-whats-new {
	color: #fff;
	background:
		radial-gradient(circle at 88% 4%, rgba(76, 163, 255, .18), transparent 23%),
		var(--navy);
}

.light-head h2 {
	color: #fff;
}

.light-head p {
	color: rgba(255, 255, 255, .65);
}

.feature-list {
	display: grid;
	gap: 22px;
}

.feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	grid-template-areas: "copy graphic";
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 32px;
	background: rgba(255, 255, 255, .055);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.feature-row.reverse {
	grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
	grid-template-areas: "graphic copy";
}

.feature-copy {
	grid-area: copy;
	min-width: 0;
}

.feature-heading {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 12px;
}

.feature-index {
	color: var(--blue-2);
	font-size: 14px;
	font-weight: 800;
}

.feature-index::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 1px;
	margin-left: 12px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .22);
}

.feature-tag {
	margin: 0;
	color: var(--blue-2);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
}

.feature-copy h3 {
	margin: 0 0 14px;
	font-size: clamp(27px, 3vw, 36px);
	line-height: 1.15;
	letter-spacing: -.04em;
}

.feature-copy > p {
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
}

.feature-description {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.feature-description::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 9px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(76, 163, 255, .08),
    rgba(105, 87, 255, .55),
    rgba(76, 163, 255, .08)
  );
}

.feature-description li {
  position: relative;
  padding: 4px 0 4px 34px;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.5;
  background: transparent;
}

.feature-description li::before {
  content: "✦";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 19px;
  color: #5fa8ff;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  filter: drop-shadow(0 0 6px rgba(76, 163, 255, .75));
}

.feature-graphic {
	position: relative;
	grid-area: graphic;
	width: 100%;
	min-width: 0;
	min-height: 280px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(145deg, #f9fbff, #dfe9f5);
	box-shadow: 0 24px 50px rgba(0, 0, 0, .18);
}

.compare-graphic {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.small-page {
	position: relative;
	width: 112px;
	height: 150px;
	padding: 22px 15px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(7, 21, 38, .14);
}

.small-page span {
	display: block;
	height: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #d8e1ed;
}

.small-page span:nth-child(2) {
	width: 72%;
}

.right-page i {
	position: absolute;
	right: 14px;
	top: 64px;
	width: 42px;
	height: 35px;
	border: 3px solid #ff647c;
	background: rgba(255, 100, 124, .12);
}

.scan-line {
	position: absolute;
	z-index: 2;
	width: 3px;
	height: 190px;
	border-radius: 9px;
	background: linear-gradient(180deg, transparent, var(--blue), transparent);
	box-shadow: 0 0 18px var(--blue);
}

.viewer-graphic {
	display: grid;
	grid-template-columns: 58px 1fr;
	grid-template-rows: 28px 1fr;
	padding: 18px;
}

.viewer-top {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 5px;
}

.viewer-top i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #aebdce;
}

.viewer-side {
	display: grid;
	gap: 9px;
	padding: 8px;
}

.viewer-side span {
	border-radius: 4px;
	background: #cbd7e6;
}

.viewer-side span.active {
	outline: 3px solid var(--blue);
	background: #fff;
}

.viewer-main {
	position: relative;
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #e2e9f2;
}

.viewer-main i,
.viewer-main b,
.viewer-main em {
	position: absolute;
	border: 3px solid #ff647c;
	background: rgba(255, 100, 124, .12);
}

.viewer-main i {
	left: 20%;
	top: 18%;
	width: 35%;
	height: 25%;
}

.viewer-main b {
	right: 12%;
	top: 48%;
	width: 24%;
	height: 18%;
}

.viewer-main em {
	left: 30%;
	bottom: 12%;
	width: 48%;
	height: 13%;
}

.report-graphic {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 28px;
}

.chart-ring {
	position: relative;
	width: 120px;
	height: 120px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: conic-gradient(var(--blue) 0 87%, #dfe7f2 87%);
}

.chart-ring::before {
	content: "";
	position: absolute;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #fff;
}

.chart-ring strong {
	position: relative;
	color: var(--navy);
	font-size: 22px;
}

.chart-summary {
	min-width: 0;
	color: var(--muted);
}

.chart-summary span,
.chart-summary strong {
	display: block;
}

.chart-summary span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.chart-summary strong {
	margin: 4px 0 18px;
	color: var(--navy);
	font-size: 19px;
}

.chart-summary i {
	display: block;
	width: 150px;
	max-width: 100%;
	height: 8px;
	margin-top: 8px;
	border-radius: 5px;
	background: linear-gradient(90deg, var(--blue) 0 76%, #d9e3ef 76%);
}

.chart-summary i:nth-of-type(2) {
	background: linear-gradient(90deg, var(--violet) 0 52%, #d9e3ef 52%);
}

.chart-summary i:nth-of-type(3) {
	background: linear-gradient(90deg, #32b68a 0 68%, #d9e3ef 68%);
}

.integration-graphic {
	overflow: hidden;
}

.integration-graphic::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(#b7c7da 1px, transparent 1px);
	background-size: 18px 18px;
	opacity: .34;
}

.hub {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border-radius: 28px;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	background: linear-gradient(135deg, var(--blue), var(--violet));
	box-shadow: 0 15px 30px rgba(47, 128, 237, .35);
}

.node {
	position: absolute;
	z-index: 2;
	padding: 12px 16px;
	border: 1px solid #d7e1ee;
	border-radius: 12px;
	background: #fff;
	color: var(--navy);
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(7, 21, 38, .09);
}

.n1 { left: 10%; top: 18%; }
.n2 { right: 10%; top: 18%; }
.n3 { left: 12%; bottom: 17%; }
.n4 { right: 8%; bottom: 17%; }

.connector {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34%;
	height: 1px;
	transform-origin: left center;
	background: #b7c7da;
}

.c1 { transform: rotate(-146deg); }
.c2 { transform: rotate(-34deg); }
.c3 { transform: rotate(146deg); }
.c4 { transform: rotate(34deg); }

/* Feature images */
.feature-image-frame {
	min-height: 0;
	aspect-ratio: 16 / 10;
	border-color: rgba(111, 174, 255, .2);
	background: #0a1728;
	box-shadow: 0 26px 60px rgba(0, 0, 0, .28), 0 0 0 1px rgba(255, 255, 255, .025) inset;
}

.feature-image-frame::before {
	content: '';
	position: absolute;
	inset: -35%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .16) 50%, transparent 65%);
	transform: translateX(-65%) rotate(8deg);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.feature-image-frame:hover::before {
	transform: translateX(65%) rotate(8deg);
}

.feature-image-button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: #0a1728;
	color: #fff;
	font: inherit;
	text-align: left;
	cursor: zoom-in;
	overflow: hidden;
}

.feature-image-button::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5, 14, 26, .02) 38%, rgba(5, 14, 26, .72) 100%),
		linear-gradient(110deg, rgba(47, 128, 237, .08), transparent 48%);
	transition: background .35s ease;
}

.feature-image-button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.feature-image-focus-right img { object-position: 74% center; }
.feature-image-focus-left img { object-position: 24% center; }
.feature-image-focus-bottom img { object-position: center 72%; }

.feature-image-button:hover img,
.feature-image-button:focus-visible img {
	transform: scale(1.065);
	filter: saturate(1.06) contrast(1.02);
}

.feature-image-button:hover::after,
.feature-image-button:focus-visible::after {
	background:
		linear-gradient(180deg, rgba(5, 14, 26, 0) 30%, rgba(5, 14, 26, .62) 100%),
		linear-gradient(110deg, rgba(47, 128, 237, .02), transparent 52%);
}

.feature-image-button:focus-visible {
	outline: 3px solid var(--blue-2);
	outline-offset: -5px;
}

.feature-image-label,
.feature-image-action {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .9);
	background: rgba(7, 21, 38, .48);
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.feature-image-label {
	top: 16px;
	left: 16px;
	padding: 7px 10px;
	border-radius: 9px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
}

.feature-image-action {
	right: 16px;
	bottom: 16px;
	gap: 8px;
	padding: 9px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	transform: translateY(5px);
	opacity: .82;
	transition: opacity .3s ease, transform .3s ease, background .3s ease;
}

.feature-image-button:hover .feature-image-action,
.feature-image-button:focus-visible .feature-image-action {
	opacity: 1;
	transform: translateY(0);
	background: rgba(47, 128, 237, .72);
}

.feature-image-action i {
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
}

.feature-image-action i::after {
	content: '';
	position: absolute;
	right: -4px;
	bottom: -2px;
	width: 5px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(45deg);
}

/* Feature image lightbox */
body.feature-lightbox-open {
	overflow: hidden;
}

.feature-lightbox {
	width: min(1180px, calc(100vw - 48px));
	max-width: none;
	max-height: calc(100vh - 48px);
	padding: 0;
	border: 0;
	border-radius: 26px;
	overflow: visible;
	color: #fff;
	background: transparent;
	opacity: 0;
	transform: scale(.965) translateY(12px);
	transition: opacity .22s ease, transform .28s cubic-bezier(.2, .75, .2, 1);
}

.feature-lightbox[open] {
	display: grid;
}

.feature-lightbox.is-visible {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.feature-lightbox::backdrop {
	background: rgba(2, 9, 18, .82);
	backdrop-filter: blur(14px) saturate(.75);
	opacity: 0;
	transition: opacity .22s ease;
}

.feature-lightbox.is-visible::backdrop {
	opacity: 1;
}

.feature-lightbox figure {
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 26px;
	overflow: hidden;
	background: #0b1829;
	box-shadow: 0 40px 120px rgba(0, 0, 0, .52);
}

.feature-lightbox-stage {
	display: grid;
	place-items: center;
	min-height: 280px;
	padding: 16px;
	background:
		radial-gradient(circle at 50% 0, rgba(47, 128, 237, .13), transparent 40%),
		#050d18;
}

.feature-lightbox-stage img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 180px);
	width: auto;
	height: auto;
	border-radius: 14px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .32);
}

.feature-lightbox figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 22px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	background: rgba(255, 255, 255, .035);
}

.feature-lightbox figcaption span {
	color: var(--blue-2);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
}

.feature-lightbox figcaption strong {
	font-size: 15px;
	text-align: right;
}

.feature-lightbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	color: #fff;
	background: rgba(11, 24, 41, .9);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .34);
	backdrop-filter: blur(10px);
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
}

.feature-lightbox-close:hover,
.feature-lightbox-close:focus-visible {
	background: var(--blue);
	transform: rotate(90deg);
}

.feature-lightbox-close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.feature-lightbox-close span,
.feature-lightbox-close span::after {
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(45deg);
}

.feature-lightbox-close span::after {
	content: '';
	transform: rotate(90deg);
}

.feature-row.white {
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 42px rgba(7, 21, 38, .04);
}

.feature-row.white .feature-description li {
  color: var(--text)
}

.feature-row.white .feature-image-frame {
	border: 3px solid #fafafa;
	background: white;
}

.feature-row.white .feature-image-button {
	background: white;
}

.feature-row.white .feature-image-button::after {
	background: linear-gradient(180deg, rgba(5, 14, 26, .02) 38%, rgb(190 200 212 / 72%) 100%), linear-gradient(110deg, rgba(47, 128, 237, .08), transparent 48%);
}

@media (max-width: 720px) {
	.feature-image-frame {
		aspect-ratio: 4 / 3;
	}

	.feature-image-label {
		top: 12px;
		left: 12px;
	}

	.feature-image-action {
		right: 12px;
		bottom: 12px;
	}

	.feature-lightbox {
		width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
		border-radius: 18px;
	}

	.feature-lightbox figure {
		border-radius: 18px;
	}

	.feature-lightbox-stage {
		min-height: 180px;
		padding: 8px;
	}

	.feature-lightbox-stage img {
		max-height: calc(100vh - 150px);
		border-radius: 10px;
	}

	.feature-lightbox figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 14px 16px;
	}

	.feature-lightbox figcaption strong {
		text-align: left;
	}

	.feature-lightbox-close {
		top: 10px;
		right: 10px;
	}
}

/* Workflow */
.pdf-workflow {
	background: var(--soft);
}

.workflow-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: 0;
	margin: 0;
	border: 1px solid var(--line);
	border-radius: 28px;
	overflow: hidden;
	list-style: none;
	background: var(--line);
}

.workflow-grid li {
	position: relative;
	min-width: 0;
	padding: 28px;
	background: #fff;
}

.workflow-grid li > span {
	color: var(--blue);
	font-size: 12px;
	font-weight: 800;
}

.workflow-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	margin: 36px 0 20px;
	border-radius: 18px;
	color: #fff;
	font-size: 23px;
	font-weight: 800;
	background: linear-gradient(135deg, var(--blue), var(--violet));
	box-shadow: 0 12px 26px rgba(47, 128, 237, .2);
}

.workflow-grid h3 {
	margin: 0 0 8px;
	color: var(--navy);
	font-size: 20px;
}

.workflow-grid p {
	margin: 0;
	color: var(--text);
	font-size: 14px;
}

/* Release notes */
.release-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 18px;
	background: rgba(255, 255, 255, .045);
}

.release-source,
.release-toolbar-actions {
	display: flex;
	align-items: center;
}

.release-source {
	gap: 13px;
}

.release-source-icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	border: 1px solid rgba(76, 163, 255, .35);
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	background: linear-gradient(135deg, rgba(47, 128, 237, .42), rgba(105, 87, 255, .28));
	box-shadow: 0 10px 24px rgba(47, 128, 237, .15);
}

.release-source strong,
.release-source small {
	display: block;
}

.release-source strong {
	font-size: 15px;
}

.release-source small {
	margin-top: 1px;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
}

.release-toolbar-actions {
	gap: 16px;
}

.release-count {
	color: rgba(255, 255, 255, .48);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
}

.release-source-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 10px;
	color: rgba(255, 255, 255, .74);
	font-size: 12px;
	font-weight: 700;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.release-source-link::after {
	content: '↗';
	font-size: 14px;
}

.release-source-link:hover,
.release-source-link:focus-visible {
	border-color: rgba(76, 163, 255, .5);
	color: #fff;
	background: rgba(47, 128, 237, .12);
}

.release-notes {
	display: grid;
	gap: 14px;
}

.release-entry {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 22px;
	background: rgba(255, 255, 255, .045);
	transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.release-entry:hover {
	border-color: rgba(255, 255, 255, .17);
}

.release-entry[open] {
	border-color: rgba(76, 163, 255, .32);
	background: linear-gradient(145deg, rgba(47, 128, 237, .1), rgba(255, 255, 255, .045) 42%);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.release-entry summary {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 34px;
	align-items: center;
	gap: 18px;
	padding: 24px 26px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.release-entry summary::-webkit-details-marker {
	display: none;
}

.release-entry summary:focus-visible {
	outline: 2px solid var(--blue-2);
	outline-offset: -4px;
	border-radius: 20px;
}

.release-order {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 14px;
	color: rgba(255, 255, 255, .42);
	font-size: 12px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	background: rgba(255, 255, 255, .04);
}

.release-entry[open] .release-order {
	border-color: rgba(76, 163, 255, .35);
	color: var(--blue-2);
	background: rgba(47, 128, 237, .12);
}

.release-summary,
.release-title-line {
	display: flex;
	align-items: center;
}

.release-summary {
	min-width: 0;
	justify-content: space-between;
	gap: 24px;
}

.release-title-line {
	min-width: 0;
	gap: 12px;
}

.release-title-line strong {
	font-size: clamp(20px, 2.5vw, 28px);
	letter-spacing: -.025em;
}

.release-latest {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: linear-gradient(135deg, var(--blue), var(--violet));
	box-shadow: 0 8px 20px rgba(47, 128, 237, .24);
}

.release-tags {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
	flex-wrap: wrap;
}

.release-tags span {
	padding: 5px 8px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 7px;
	color: rgba(255, 255, 255, .5);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	background: rgba(255, 255, 255, .035);
}

.release-toggle {
	position: relative;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 50%;
	transition: border-color .2s ease, background .2s ease, transform .25s ease;
}

.release-toggle::before,
.release-toggle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .72);
	transform: translate(-50%, -50%);
	transition: transform .25s ease, opacity .2s ease;
}

.release-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.release-entry[open] .release-toggle {
	border-color: rgba(76, 163, 255, .42);
	background: rgba(47, 128, 237, .14);
	transform: rotate(180deg);
}

.release-entry[open] .release-toggle::after {
	opacity: 0;
}

.release-body {
	padding: 4px 32px 34px 92px;
	border-top: 1px solid rgba(255, 255, 255, .07);
}

.release-entry.is-opening .release-body {
	animation: release-reveal .38s ease both;
}

@keyframes release-reveal {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

.release-body blockquote {
	position: relative;
	margin: 26px 0 30px;
	padding: 18px 20px 18px 22px;
	border: 1px solid rgba(76, 163, 255, .16);
	border-left: 3px solid var(--blue-2);
	border-radius: 0 15px 15px 0;
	color: rgba(255, 255, 255, .78);
	font-size: 16px;
	background: rgba(47, 128, 237, .075);
}

.release-body h3,
.release-body h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 28px 0 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.release-body h3 span,
.release-body h4 span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--blue-2), var(--violet));
	box-shadow: 0 0 0 5px rgba(47, 128, 237, .1);
}

.release-body ul,
.release-body ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.release-body > ul,
.release-body > ol {
	border-top: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.release-body > ul > li,
.release-body > ol > li {
	position: relative;
	padding: 13px 8px 13px 27px;
	color: rgba(255, 255, 255, .58);
	font-size: 14px;
}

.release-body > ul > li + li,
.release-body > ol > li + li {
	border-top: 1px solid rgba(255, 255, 255, .055);
}

.release-body > ul > li::before,
.release-body > ol > li::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--blue-2);
	box-shadow: 0 0 0 4px rgba(76, 163, 255, .09);
}

.release-body li > span {
	display: block;
}

.release-body li strong {
	color: #fff;
}

.release-body li > ul,
.release-body li > ol {
	display: block;
	margin: 8px 0 2px 4px;
	padding-left: 21px;
	border-left: 1px solid rgba(76, 163, 255, .2);
}

.release-body li li {
	position: relative;
	padding: 4px 0 4px 17px;
	color: rgba(255, 255, 255, .52);
	font-size: 13px;
}

.release-body li li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(76, 163, 255, .72);
	transform: translateY(-50%);
}

.release-body li li li {
	color: rgba(255, 255, 255, .44);
	font-size: 12.5px;
}

.release-body li li li::before {
	width: 4px;
	height: 4px;
	border: 1px solid rgba(76, 163, 255, .75);
	background: transparent;
}

.release-body p {
	color: rgba(255, 255, 255, .64);
}

.release-body a,
.release-error a {
	color: var(--blue-2);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.release-body code {
	padding: 2px 6px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 6px;
	color: #d9eaff;
	font-family: Consolas, Monaco, monospace;
	font-size: .9em;
	background: rgba(255, 255, 255, .06);
}

.release-body hr {
	height: 1px;
	margin: 28px 0;
	border: 0;
	background: rgba(255, 255, 255, .09);
}

.release-image {
	margin: 30px 0 0;
}

.release-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.release-image figcaption {
	margin-top: 10px;
	color: rgba(255, 255, 255, .45);
	font-size: 12px;
	text-align: center;
}

.release-skeleton {
	display: grid;
	gap: 12px;
}

.release-skeleton span {
	display: block;
	height: 96px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 22px;
	background: linear-gradient(100deg, rgba(255, 255, 255, .035) 35%, rgba(255, 255, 255, .08) 50%, rgba(255, 255, 255, .035) 65%);
	background-size: 220% 100%;
	animation: release-loading 1.5s ease infinite;
}

@keyframes release-loading {
	to { background-position-x: -220%; }
}

.release-error {
	display: grid;
	justify-items: start;
	gap: 8px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	color: rgba(255, 255, 255, .58);
	background: rgba(255, 255, 255, .045);
}

.release-error strong {
	color: #fff;
	font-size: 18px;
}

/* References */
.case-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, .8fr);
	gap: 18px;
}

.case-card {
	min-width: 0;
	min-height: 285px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 14px 42px rgba(7, 21, 38, .04);
}

.case-large {
	grid-row: span 2;
	display: flex;
	flex-direction: column;
	min-height: 588px;
	color: #fff;
	border: 0;
	background:
		radial-gradient(circle at 90% 5%, rgba(76, 163, 255, .35), transparent 28%),
		linear-gradient(155deg, var(--navy), #12345f);
}

.case-meta span {
	display: block;
	color: var(--blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}

.case-meta strong {
	display: block;
	margin-top: 6px;
	color: var(--muted);
	font-size: 14px;
}

.case-large .case-meta strong {
	color: rgba(255, 255, 255, .6);
}

.case-content {
	margin-top: auto;
}

.case-card h3 {
	margin: 60px 0 16px;
	color: var(--navy);
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -.04em;
}

.case-large h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 36px;
}

.case-card p {
	margin: 0;
	color: var(--text);
	font-size: 15px;
}

.case-large p {
	color: rgba(255, 255, 255, .68);
	font-size: 16px;
}

.case-large ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.case-large li {
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 9px;
	background: rgba(255, 255, 255, .07);
	font-size: 12px;
}

/* Customers */
.pdf-customers {
	background: var(--soft);
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.logo-grid div {
	min-width: 0;
	min-height: 130px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 8px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: #fff;
}

.logo-grid span {
	color: #9aa7b9;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: .04em;
}

.logo-grid strong {
	color: var(--navy);
	font-size: 13px;
	text-align: center;
}

.logo-grid .partner-placeholder {
	border-style: dashed;
	background: transparent;
}

.dark-note {
	color: var(--muted);
}

/* Best fit and contact */
.pdf-fit {
	color: #fff;
	background:
		radial-gradient(circle at 12% 15%, rgba(76, 163, 255, .22), transparent 24%),
		linear-gradient(135deg, #102947, var(--navy));
}

.fit-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 80px;
	align-items: center;
}

.fit-grid .eyebrow {
	color: var(--blue-2);
}

.fit-grid .eyebrow::before {
	background: var(--blue-2);
}

.fit-grid h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.1;
	letter-spacing: -.05em;
}

.fit-grid ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.fit-grid li {
	display: flex;
	align-items: flex-start;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .8);
}

.fit-grid li::before {
	content: '✓';
	flex: 0 0 auto;
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	border-radius: 8px;
	color: #fff;
	background: var(--blue);
}

.pdf-contact .contact-box h2 {
	font-size: clamp(32px, 4vw, 50px);
}

/* Responsive */
@media (max-width: 1020px) {
	.overview-intro {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.overview-intro h2 br {
		display: none;
	}

	.overview-copy {
/* 		max-width: 780px; */
		padding-top: 0;
	}

	.capability-strip,
	.value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.capability-strip > div:nth-child(2) {
		border-right: 0;
	}

	.capability-strip > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--line);
	}

	.feature-row,
	.feature-row.reverse {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
	}

	.workflow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.case-large {
		grid-column: span 2;
		grid-row: auto;
		min-height: 470px;
	}

	.fit-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}
}

@media (max-width: 820px) {
	.product-detail-page section {
		scroll-margin-top: 122px;
	}

	.feature-row,
	.feature-row.reverse {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "copy" "graphic";
	}

	.feature-graphic {
		min-height: 250px;
	}

	.release-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.release-tags {
		justify-content: flex-start;
	}

	.release-body {
		padding-left: 32px;
	}

}

@media (max-width: 720px) {
	.pdf-hero {
		min-height: 350px;
	}

	.pdf-hero-media {
		background-position: 58% center;
	}

	.pdf-hero-inner {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.pdf-hero h1 {
		font-size: clamp(58px, 19vw, 86px);
	}

	.section-nav .container {
		justify-content: flex-start;
	}

	.overview-copy .overview-lead {
		font-size: 20px;
	}

	.value-card {
		min-height: auto;
	}

	.value-card h3 {
		margin-top: 38px;
	}

	.release-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.release-toolbar-actions {
		width: 100%;
		justify-content: space-between;
	}

	.release-entry summary {
		grid-template-columns: 42px minmax(0, 1fr) 32px;
		gap: 13px;
		padding: 20px;
	}

	.release-order {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}

	.release-toggle {
		width: 32px;
		height: 32px;
	}

	.release-body {
		padding: 2px 20px 26px;
	}

	.workflow-grid,
	.logo-grid {
		grid-template-columns: 1fr;
	}

	.feature-row,
	.feature-row.reverse {
		padding: 24px;
		border-radius: 24px;
	}

	.feature-graphic {
		min-height: 220px;
	}

	.report-graphic {
		gap: 18px;
		padding: 20px;
	}

	.chart-ring {
		width: 100px;
		height: 100px;
	}

	.chart-ring::before {
		width: 70px;
		height: 70px;
	}

	.case-grid {
		grid-template-columns: 1fr;
	}

	.case-large {
		grid-column: auto;
		min-height: 460px;
	}

	.fit-grid {
		gap: 28px;
	}

	.pdf-contact .contact-box {
		padding: 26px;
	}
}

@media (max-width: 520px) {
	.pdf-hero {
		min-height: 300px;
	}

	.capability-strip,
	.value-grid {
		grid-template-columns: 1fr;
	}

	.capability-strip > div {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.capability-strip > div:last-child {
		border-bottom: 0;
	}

	.release-source small,
	.release-count {
		display: none;
	}

	.release-toolbar-actions {
		justify-content: flex-start;
	}

	.release-entry summary {
		grid-template-columns: minmax(0, 1fr) 32px;
	}

	.release-order {
		display: none;
	}

	.release-title-line {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.release-title-line strong {
		font-size: 21px;
	}

	.release-body blockquote {
		font-size: 14px;
	}

	.feature-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.feature-index::after {
		display: none;
	}

	.compare-graphic {
		gap: 18px;
	}

	.small-page {
		width: 94px;
		height: 130px;
	}

	.report-graphic {
		align-items: flex-start;
		flex-direction: column;
	}

	.chart-summary {
		width: 100%;
	}

	.chart-summary i {
		width: 100%;
	}

	.case-large h3 {
		font-size: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
