.nav-current {
	color: var(--brand-blue-dark) !important;
}

.breadcrumb {
	align-items: center;
	color: var(--muted);
	display: flex;
	font-size: 0.74rem;
	gap: 0.55rem;
	min-height: 3.4rem;
}

.breadcrumb a {
	text-decoration-color: rgba(4, 107, 172, 0.42);
	text-underline-offset: 0.22em;
}

.entry-content > .pb-hero,
.entry-content > .template-standard,
.entry-content > .included-section,
.entry-content > .mobile-proof,
.entry-content > .setup-section,
.entry-content > .boundary-section,
.entry-content > .questions-section,
.entry-content > .pb-final {
	max-width: none;
}

.pb-hero {
	background:
		radial-gradient(circle at 92% 8%, rgba(7, 152, 215, 0.13), transparent 27rem),
		linear-gradient(180deg, #f8fbfd 0%, var(--white) 74%);
	overflow: hidden;
	padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(4.5rem, 8vw, 7.5rem);
}

.pb-hero__shell {
	max-width: 84rem;
	padding-inline: clamp(1.25rem, 3vw, 2rem);
}

.pb-hero__intro {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
}

.pb-hero__intro h1 {
	font-size: clamp(3.25rem, 5.5vw, 5.5rem);
	margin-bottom: 0;
	max-width: 13ch;
}

.pb-hero__lede {
	color: var(--slate);
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.75;
	margin-bottom: 0.5rem;
	max-width: 39rem;
}

.pb-hero__product {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.42fr) minmax(20rem, 0.58fr);
	margin-top: clamp(3.5rem, 7vw, 6.5rem);
}

.pb-report {
	background: var(--ink);
	border: 1px solid #244460;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	margin: 0;
	overflow: hidden;
	transform: rotate(-0.35deg);
}

.pb-report__bar {
	align-items: center;
	color: #d9e7f0;
	display: flex;
	font-size: 0.68rem;
	justify-content: space-between;
	letter-spacing: 0.03em;
	min-height: 3rem;
	padding: 0.75rem 1rem;
}

.pb-report__bar strong {
	background: rgba(118, 206, 242, 0.14);
	border: 1px solid rgba(118, 206, 242, 0.35);
	border-radius: 999px;
	color: #8edbfa;
	font-size: 0.61rem;
	letter-spacing: 0.07em;
	padding: 0.35rem 0.65rem;
	text-transform: uppercase;
}

.pb-report__stage {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		#102943;
	background-size: 1.5rem 1.5rem;
	min-height: 26rem;
	padding: clamp(1rem, 2.5vw, 1.75rem) clamp(3.5rem, 7vw, 5.5rem)
		clamp(2.3rem, 5vw, 4rem) clamp(1rem, 2.5vw, 1.75rem);
	position: relative;
}

.pb-report__desktop {
	background: #eef2f4;
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
	display: block;
	overflow: hidden;
}

.pb-report__desktop img {
	height: auto;
	width: 100%;
}

.pb-report__mobile {
	border-radius: 1.7rem;
	bottom: 1rem;
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.36);
	display: block;
	max-width: 9.5rem;
	overflow: hidden;
	position: absolute;
	right: 0.8rem;
	transform: rotate(1.2deg);
	width: 24%;
}

.pb-report__mobile img {
	height: auto;
	width: 100%;
}

.pb-report figcaption {
	color: #aabfce;
	font-size: 0.7rem;
	line-height: 1.55;
	padding: 0.8rem 1rem 0.95rem;
}

.download-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	padding: clamp(1.6rem, 3vw, 2.4rem);
}

.download-card__label {
	color: var(--brand-blue-dark);
	font-size: 0.68rem;
	font-weight: 820;
	letter-spacing: 0.1em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.download-card h2 {
	font-size: clamp(1.8rem, 2.8vw, 2.5rem);
	margin-bottom: 0.85rem;
}

.download-card > p:not([class]) {
	color: var(--slate);
	font-size: 0.84rem;
	line-height: 1.65;
}

.download-card__actions {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.download-card__actions .button {
	width: 100%;
}

.download-card__actions > a:not(.button) {
	color: var(--brand-blue-dark);
	font-size: 0.76rem;
	font-weight: 760;
	text-align: center;
	text-decoration: none;
}

.download-card__actions > a:not(.button):hover {
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.download-card__requirements {
	border-top: 1px solid var(--line);
	color: var(--slate);
	display: grid;
	font-size: 0.72rem;
	gap: 0.55rem;
	line-height: 1.5;
	margin: 1.5rem 0 0;
	padding: 1.2rem 0 0 1.1rem;
}

.download-card__prototype {
	background: #fff8e8;
	border-left: 2px solid #c57819;
	color: #70410d;
	font-size: 0.65rem;
	font-weight: 680;
	line-height: 1.55;
	margin: 1rem 0 0;
	padding: 0.65rem 0.75rem;
}

.template-standard {
	background: var(--ink);
	color: var(--white);
}

.template-standard__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.template-standard__grid div {
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	gap: 0.3rem;
	padding: 1.5rem clamp(1rem, 3vw, 2rem);
}

.template-standard__grid div:first-child {
	padding-left: 0;
}

.template-standard__grid div:last-child {
	border: 0;
}

.template-standard span {
	color: #8faaba;
	font-size: 0.62rem;
	font-weight: 740;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.template-standard strong {
	font-size: 0.8rem;
}

.included-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.included-grid article {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	min-height: 18rem;
	padding: clamp(1.4rem, 2.5vw, 2rem);
}

.included-grid article > span {
	color: var(--brand-blue);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.09em;
}

.included-grid h3 {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	margin-top: 3.8rem;
}

.included-grid p {
	color: var(--slate);
	font-size: 0.8rem;
	line-height: 1.65;
	margin: 0;
}

.mobile-proof {
	background:
		radial-gradient(circle at 12% 88%, rgba(7, 152, 215, 0.12), transparent 24rem),
		var(--white);
}

.mobile-proof__grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 8vw, 7rem);
	grid-template-columns: minmax(19rem, 0.72fr) minmax(30rem, 1.28fr);
}

.mobile-proof__copy {
	max-width: 34rem;
}

.mobile-proof__copy p:not(.eyebrow) {
	color: var(--slate);
	line-height: 1.75;
}

.mobile-proof__copy ul {
	color: var(--text);
	display: grid;
	font-size: 0.8rem;
	gap: 0.75rem;
	line-height: 1.55;
	padding-left: 1.15rem;
}

.mobile-proof__screens {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-proof__screens figure {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	margin: 0;
	padding: clamp(0.65rem, 1.5vw, 1rem);
}

.mobile-proof__screens figure:nth-child(2) {
	margin-top: 3rem;
}

.mobile-proof__screens img {
	border-radius: 1.3rem;
	height: auto;
	width: 100%;
}

.mobile-proof__screens figcaption {
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.5;
	padding: 0.75rem 0.25rem 0.15rem;
	text-align: center;
}

.setup-layout {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(19rem, 0.75fr) minmax(30rem, 1.25fr);
}

.setup-intro {
	position: sticky;
	top: 8rem;
}

.setup-intro > p:not(.eyebrow) {
	color: var(--slate);
	line-height: 1.75;
}

.setup-steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.setup-steps li {
	border-top: 1px solid var(--line);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 3.2rem minmax(0, 1fr);
	padding-block: 1.8rem;
}

.setup-steps li:last-child {
	border-bottom: 1px solid var(--line);
}

.setup-steps li > span {
	align-items: center;
	background: var(--white);
	border: 1px solid #c5deeb;
	border-radius: 50%;
	color: var(--brand-blue-dark);
	display: flex;
	font-size: 0.67rem;
	font-weight: 830;
	height: 2.6rem;
	justify-content: center;
	width: 2.6rem;
}

.setup-steps h3 {
	margin-bottom: 0.45rem;
}

.setup-steps p {
	color: var(--slate);
	font-size: 0.84rem;
	margin: 0;
}

.boundary-grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.75fr) minmax(20rem, 0.85fr);
}

.boundary-grid h2 {
	margin-bottom: 0;
}

.boundary-list {
	padding-top: 1.8rem;
}

.boundary-list > p {
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 760;
}

.boundary-list ul {
	color: var(--slate);
	display: grid;
	font-size: 0.8rem;
	gap: 0.8rem;
	line-height: 1.55;
	padding-left: 1.1rem;
}

.customization-card {
	background: var(--ink);
	border-radius: var(--radius-md);
	color: #c0d0dc;
	padding: clamp(1.6rem, 3vw, 2.4rem);
}

.customization-card__label {
	color: #76cef2;
	font-size: 0.66rem;
	font-weight: 820;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.customization-card h3 {
	color: var(--white);
	font-size: clamp(1.5rem, 2.3vw, 2.1rem);
}

.customization-card > p:not(.customization-card__label) {
	font-size: 0.82rem;
	line-height: 1.7;
}

.customization-card .button {
	background: var(--white);
	color: var(--ink);
	margin-top: 0.5rem;
	width: 100%;
}

.questions-section {
	background: var(--paper);
}

.questions-layout {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(18rem, 0.7fr) minmax(30rem, 1.3fr);
}

.questions-list {
	border-bottom: 1px solid var(--line);
}

.questions-list details {
	border-top: 1px solid var(--line);
	padding: 1.2rem 0;
}

.questions-list summary {
	color: var(--ink);
	cursor: pointer;
	font-size: 0.94rem;
	font-weight: 760;
	list-style-position: outside;
	margin-left: 1.1rem;
	padding-left: 0.35rem;
}

.questions-list p {
	color: var(--slate);
	font-size: 0.8rem;
	line-height: 1.65;
	margin: 0.8rem 0 0 1.45rem;
	max-width: 45rem;
}

.pb-final {
	background:
		radial-gradient(circle at 90% 10%, rgba(118, 206, 242, 0.14), transparent 25rem),
		linear-gradient(115deg, var(--brand-blue-dark), var(--ink));
	color: var(--white);
	padding-block: clamp(4.5rem, 7vw, 7rem);
}

.pb-final__grid {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
}

.pb-final .eyebrow {
	color: #76cef2;
}

.pb-final h2 {
	color: var(--white);
	font-size: clamp(2.6rem, 4.7vw, 4.6rem);
	margin: 0;
}

.pb-final__grid > div:last-child > p {
	color: #c1d3e0;
	line-height: 1.75;
}

.pb-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.pb-final__outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--white);
}

.pb-final__outline:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--white);
}

@media (max-width: 74rem) {
	.pb-report__stage {
		min-height: 22rem;
	}
}

@media (max-width: 68rem) {
	.pb-hero__intro,
	.pb-hero__product,
	.mobile-proof__grid,
	.setup-layout,
	.boundary-grid,
	.questions-layout,
	.pb-final__grid {
		grid-template-columns: 1fr;
	}

	.pb-hero__lede {
		max-width: 46rem;
	}

	.pb-report {
		transform: none;
	}

	.download-card {
		max-width: 42rem;
	}

	.mobile-proof__copy {
		max-width: 44rem;
	}

	.mobile-proof__screens {
		max-width: 42rem;
	}

	.setup-intro {
		max-width: 44rem;
		position: static;
	}

	.boundary-list {
		padding-top: 0;
	}

	.customization-card {
		max-width: 40rem;
	}
}

@media (max-width: 54rem) {
	.template-standard__grid,
	.included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.template-standard__grid div:nth-child(2) {
		border-right: 0;
	}

	.template-standard__grid div:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.13);
	}

	.template-standard__grid div:nth-child(3) {
		padding-left: 0;
	}

	.included-grid article {
		min-height: 15rem;
	}

	.included-grid h3 {
		margin-top: 2.5rem;
	}
}

@media (max-width: 48rem) {
	.breadcrumb {
		overflow-x: auto;
		white-space: nowrap;
	}

	.pb-hero {
		padding-block: 4.3rem 4.5rem;
	}

	.pb-hero__intro {
		gap: 1.5rem;
	}

	.pb-hero__intro h1 {
		font-size: clamp(2.7rem, 13vw, 4rem);
	}

	.pb-hero__product {
		margin-top: 3rem;
	}

	.pb-report__bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.5rem;
	}

	.pb-report__stage {
		display: grid;
		gap: 1rem;
		min-height: 0;
		padding: 0.8rem;
	}

	.pb-report__mobile {
		bottom: auto;
		justify-self: center;
		max-width: 12rem;
		position: static;
		right: auto;
		transform: none;
		width: 55%;
	}

	.template-standard__grid,
	.included-grid {
		grid-template-columns: 1fr;
	}

	.template-standard__grid div {
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		padding-inline: 0;
	}

	.template-standard__grid div:first-child {
		border-top: 0;
	}

	.included-grid article {
		min-height: 0;
	}

	.included-grid h3 {
		margin-top: 2rem;
	}

	.mobile-proof__screens {
		gap: 0.75rem;
	}

	.mobile-proof__screens figure:nth-child(2) {
		margin-top: 1.5rem;
	}

	.mobile-proof__screens figure {
		padding: 0.4rem;
	}

	.mobile-proof__screens figcaption {
		font-size: 0.6rem;
	}

	.pb-final__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.pb-final__actions .button {
		width: 100%;
	}
}

@media (max-width: 30rem) {
	.mobile-proof__screens {
		grid-template-columns: 1fr;
		margin-inline: auto;
		max-width: 16rem;
	}

	.mobile-proof__screens figure:nth-child(2) {
		margin-top: 0;
	}
}
