:root {
	--pasapp-ink: #18202f;
	--pasapp-muted: #5d6778;
	--pasapp-line: #dfe5ec;
	--pasapp-bg: #f5f7fa;
	--pasapp-panel: #ffffff;
	--pasapp-blue: #1d66d1;
	--pasapp-blue-dark: #174f9f;
	--pasapp-green: #1f8a5b;
	--pasapp-amber: #aa6a16;
	--pasapp-gold: #c9972d;
	--pasapp-gold-dark: #8b6211;
	--pasapp-gold-soft: #fff4d7;
}

.pasapp-site .site-header,
.pasapp-site .site-header-wrap,
.pasapp-site .kadence-sticky-header {
	border-bottom: 1px solid rgba(24, 32, 47, 0.08);
	box-shadow: 0 8px 24px rgba(35, 48, 68, 0.05);
}

.pasapp-site .site-branding,
.pasapp-site .site-header a {
	color: var(--pasapp-ink);
}

.pasapp-site .main-navigation a,
.pasapp-site .header-navigation a,
.pasapp-site .mobile-navigation a {
	font-weight: 750;
	letter-spacing: 0;
}

.pasapp-site .main-navigation a:hover,
.pasapp-site .header-navigation a:hover,
.pasapp-site .main-navigation .current-menu-item > a,
.pasapp-site .header-navigation .current-menu-item > a {
	color: var(--pasapp-blue);
}

.pasapp-site .main-navigation .menu > li:last-child > a,
.pasapp-site .header-navigation .menu > li:last-child > a,
.pasapp-site .header-menu-container .menu > li:last-child > a {
	background: var(--pasapp-blue);
	border-radius: 6px;
	color: #fff;
	min-height: 38px;
	padding: 10px 14px;
}

.pasapp-site .main-navigation .menu > li:last-child > a:hover,
.pasapp-site .header-navigation .menu > li:last-child > a:hover,
.pasapp-site .header-menu-container .menu > li:last-child > a:hover {
	background: var(--pasapp-blue-dark);
	color: #fff;
}

.pasapp-site .main-navigation a[href*="/premium"],
.pasapp-site .header-navigation a[href*="/premium"],
.pasapp-site .mobile-navigation a[href*="/premium"],
.pasapp-site .header-menu-container a[href*="/premium"] {
	background: linear-gradient(135deg, #f8dc84, var(--pasapp-gold));
	border-radius: 6px;
	color: #1b2230;
	font-weight: 900;
	min-height: 38px;
	padding: 10px 14px;
}

.pasapp-site .main-navigation a[href*="/premium"]:hover,
.pasapp-site .header-navigation a[href*="/premium"]:hover,
.pasapp-site .mobile-navigation a[href*="/premium"]:hover,
.pasapp-site .header-menu-container a[href*="/premium"]:hover {
	background: linear-gradient(135deg, #ffe9a7, #d7a339);
	color: #111827;
}

.pasapp-site-header {
	background: #fff;
	border-bottom: 1px solid var(--pasapp-line);
	box-shadow: 0 8px 24px rgba(35, 48, 68, 0.05);
}

.pasapp-site-header-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 76px;
}

.pasapp-site-logo {
	display: inline-flex;
	line-height: 1;
	min-width: 0;
}

.pasapp-site-brand-lockup {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.pasapp-site-brand-lockup > span {
	border-left: 1px solid var(--pasapp-line);
	color: var(--pasapp-blue);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	max-width: 150px;
	padding-left: 14px;
	text-transform: uppercase;
}

.pasapp-site-logo img {
	display: block;
	height: auto;
	max-width: 178px;
	width: 178px;
}

.pasapp-site-nav {
	min-width: 0;
}

.pasapp-site-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pasapp-site-menu a {
	border-radius: 6px;
	color: #344359;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 11px 12px;
	text-decoration: none;
}

.pasapp-site-menu a:hover {
	background: #f4f8fb;
	color: var(--pasapp-blue);
}

.pasapp-site-menu a[href*="installnetwork"] {
	background: transparent;
	color: var(--pasapp-blue);
	font-weight: 900;
}

.pasapp-site-menu a[href*="installnetwork"]:hover {
	background: #eef5ff;
	color: var(--pasapp-blue-dark);
}

.pasapp-site-menu li:last-child a {
	background: var(--pasapp-blue);
	color: #fff;
}

.pasapp-site-menu li:last-child a:hover {
	background: var(--pasapp-blue-dark);
	color: #fff;
}

.pasapp-site-menu a[href*="/premium"] {
	background: linear-gradient(135deg, #f8dc84, var(--pasapp-gold));
	color: #1b2230;
	font-weight: 900;
}

.pasapp-site-menu a[href*="/premium"]:hover {
	background: linear-gradient(135deg, #ffe9a7, #d7a339);
	color: #111827;
}

.pasapp-front {
	background: var(--pasapp-bg);
	color: var(--pasapp-ink);
}

.pasapp-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
}

.pasapp-shell-wide {
	max-width: 1440px;
}

.pasapp-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
		repeating-linear-gradient(135deg, #eef3f8 0, #eef3f8 1px, #f8fafc 1px, #f8fafc 18px);
	padding: 74px 0 52px;
}

.pasapp-hero-grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
}

.pasapp-kicker {
	color: var(--pasapp-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.pasapp-hero-kicker {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 900;
	margin-bottom: 16px;
}

.pasapp-logo-heading {
	line-height: 1;
	margin: 0 0 22px;
	max-width: 620px;
}

.pasapp-logo-heading img {
	display: block;
	height: auto;
	max-width: 100%;
}

.pasapp-hero-text {
	color: var(--pasapp-muted);
	font-size: 20px;
	line-height: 1.55;
	margin: 0;
	max-width: 680px;
}

.pasapp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.pasapp-journey-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.pasapp-journey-nav a {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 999px;
	color: var(--pasapp-muted);
	font-size: 13px;
	font-weight: 700;
	padding: 7px 11px;
	text-decoration: none;
}

.pasapp-journey-nav a:hover {
	border-color: var(--pasapp-blue);
	color: var(--pasapp-blue);
}

.pasapp-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
}

.pasapp-button-primary {
	background: var(--pasapp-blue);
	color: #fff;
}

.pasapp-button-primary:hover {
	background: var(--pasapp-blue-dark);
	color: #fff;
}

.pasapp-button-secondary {
	background: #fff;
	border-color: var(--pasapp-line);
	color: var(--pasapp-ink);
}

.pasapp-button-gold {
	background: linear-gradient(135deg, #f8dc84, var(--pasapp-gold));
	border-color: rgba(139, 98, 17, 0.22);
	color: #1b2230;
}

.pasapp-button-gold:hover {
	background: linear-gradient(135deg, #ffe9a7, #d7a339);
	color: #111827;
}

.pasapp-product-preview {
	background: var(--pasapp-panel);
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(35, 48, 68, 0.14);
	overflow: hidden;
}

.pasapp-preview-top {
	align-items: center;
	background: #202b3e;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 15px 18px;
}

.pasapp-preview-top span,
.pasapp-preview-project span {
	color: #b9c5d6;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.pasapp-preview-project {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	padding: 18px;
}

.pasapp-preview-project div {
	background: #f7f9fc;
	border: 1px solid var(--pasapp-line);
	border-radius: 6px;
	padding: 12px;
}

.pasapp-preview-project strong {
	display: block;
	font-size: 18px;
	margin-top: 4px;
}

.pasapp-preview-list {
	display: grid;
	gap: 10px;
	padding: 0 18px 18px;
}

.pasapp-preview-list div {
	align-items: center;
	border: 1px solid var(--pasapp-line);
	border-radius: 6px;
	display: flex;
	font-weight: 700;
	gap: 10px;
	padding: 11px 12px;
}

.pasapp-preview-list span {
	background: #c8d0db;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.pasapp-preview-list .is-complete span {
	background: var(--pasapp-green);
}

.pasapp-preview-list .is-progress span {
	background: var(--pasapp-amber);
}

.pasapp-band {
	background: #fff;
	padding: 58px 0;
}

.pasapp-band-muted {
	background: var(--pasapp-bg);
}

.pasapp-band-tool {
	background: #eef8f7;
	border-bottom: 1px solid #d5ebe7;
	border-top: 1px solid #d5ebe7;
}

.pasapp-section-heading {
	margin-bottom: 24px;
	max-width: 760px;
}

.pasapp-section-heading h2,
.pasapp-two-col h2 {
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.08;
	margin: 0;
}

.pasapp-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.pasapp-feature-grid article {
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	padding: 22px;
}

.pasapp-feature-grid h3 {
	font-size: 19px;
	margin: 0 0 10px;
}

.pasapp-feature-grid p,
.pasapp-two-col p {
	color: var(--pasapp-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.pasapp-flow-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.pasapp-flow-grid article {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	padding: 24px;
	position: relative;
}

.pasapp-flow-grid article::after {
	background: var(--pasapp-blue);
	content: "";
	height: 2px;
	position: absolute;
	right: -18px;
	top: 38px;
	width: 18px;
}

.pasapp-flow-grid article:last-child::after {
	display: none;
}

.pasapp-flow-grid span {
	color: var(--pasapp-blue);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 28px;
}

.pasapp-flow-grid h3 {
	font-size: 23px;
	margin: 0 0 10px;
}

.pasapp-flow-grid p {
	color: var(--pasapp-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.pasapp-premium-home {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.pasapp-premium-home h2 {
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.08;
	margin: 0 0 14px;
}

.pasapp-premium-home > div > p:not(.pasapp-kicker) {
	color: var(--pasapp-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

.pasapp-plan-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
}

.pasapp-plan-grid-wide {
	align-items: stretch;
}

.pasapp-plan-grid article {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	padding: 24px;
}

.pasapp-plan-grid article.is-premium {
	background: linear-gradient(180deg, #fffaf0, #ffffff);
	border-color: rgba(201, 151, 45, 0.55);
	box-shadow: inset 0 4px 0 var(--pasapp-gold);
}

.pasapp-plan-label {
	color: var(--pasapp-gold-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pasapp-plan-grid h3 {
	font-size: 24px;
	margin: 0 0 12px;
}

.pasapp-plan-grid .pasapp-plan-price {
	color: var(--pasapp-gold-dark);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 14px;
}

.pasapp-plan-grid p {
	color: var(--pasapp-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 14px;
}

.pasapp-plan-grid ul,
.pasapp-premium-card ul,
.pasapp-exif-card ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pasapp-plan-grid li,
.pasapp-premium-card li,
.pasapp-exif-card li {
	color: var(--pasapp-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.4;
	padding-left: 24px;
	position: relative;
}

.pasapp-plan-grid li::before,
.pasapp-premium-card li::before,
.pasapp-exif-card li::before {
	color: var(--pasapp-green);
	content: "\2713";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.pasapp-two-col {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: 0.9fr 1.1fr;
}

.pasapp-tool-callout {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.pasapp-tool-callout h2 {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
	margin: 0 0 12px;
}

.pasapp-tool-callout p:not(.pasapp-kicker) {
	color: var(--pasapp-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 800px;
}

.pasapp-ecosystem-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.pasapp-ecosystem-grid a {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	color: var(--pasapp-ink);
	display: block;
	min-height: 168px;
	padding: 18px;
	text-decoration: none;
}

.pasapp-ecosystem-grid a:hover {
	border-color: var(--pasapp-blue);
	box-shadow: 0 12px 30px rgba(35, 48, 68, 0.09);
	transform: translateY(-1px);
}

.pasapp-ecosystem-grid a.is-live {
	border-color: rgba(29, 102, 209, 0.45);
	box-shadow: inset 0 0 0 1px rgba(29, 102, 209, 0.16);
}

.pasapp-ecosystem-grid span {
	color: var(--pasapp-blue);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 26px;
}

.pasapp-ecosystem-grid strong {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.pasapp-ecosystem-grid small {
	color: var(--pasapp-muted);
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

.pasapp-page {
	background: var(--pasapp-bg);
	color: var(--pasapp-ink);
	min-height: 60vh;
}

.pasapp-page-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
		repeating-linear-gradient(135deg, #eef3f8 0, #eef3f8 1px, #f8fafc 1px, #f8fafc 18px);
	border-bottom: 1px solid var(--pasapp-line);
	padding: 46px 0 34px;
}

.pasapp-page-hero.is-tool-page {
	padding-bottom: 28px;
}

.pasapp-page-hero-inner {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.pasapp-page-hero h1 {
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.05;
	margin: 0;
}

.pasapp-page-hero p:not(.pasapp-kicker) {
	color: var(--pasapp-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 820px;
}

.pasapp-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.pasapp-page-content {
	padding: 34px 0 58px;
}

.pasapp-page-content.is-tool-page {
	padding-top: 28px;
}

.pasapp-content-panel {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	padding: 30px;
}

.pasapp-content-panel.is-tool-panel {
	background: transparent;
	border: 0;
	padding: 0;
}

.pasapp-content-panel > *:first-child {
	margin-top: 0;
}

.pasapp-content-panel > *:last-child {
	margin-bottom: 0;
}

.pasapp-content-panel h2,
.pasapp-content-panel h3 {
	color: var(--pasapp-ink);
	line-height: 1.15;
}

.pasapp-content-panel p,
.pasapp-content-panel li {
	color: var(--pasapp-muted);
	font-size: 16px;
	line-height: 1.65;
}

.pasapp-premium-page {
	background: #f6f7fa;
}

.pasapp-premium-hero {
	background:
		linear-gradient(105deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 235, 0.9)),
		repeating-linear-gradient(135deg, #f3ead2 0, #f3ead2 1px, #fbfcfe 1px, #fbfcfe 18px);
	border-bottom: 1px solid rgba(201, 151, 45, 0.24);
	padding: 64px 0;
}

.pasapp-premium-hero-grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
}

.pasapp-premium-hero h1 {
	font-size: clamp(42px, 6vw, 68px);
	line-height: 1.02;
	margin: 0;
	max-width: 790px;
}

.pasapp-premium-hero p:not(.pasapp-kicker):not(.pasapp-plan-label) {
	color: var(--pasapp-muted);
	font-size: 19px;
	line-height: 1.6;
	margin: 18px 0 0;
	max-width: 760px;
}

.pasapp-premium-card {
	background: #fff;
	border: 1px solid rgba(201, 151, 45, 0.45);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(35, 48, 68, 0.13);
	padding: 28px;
}

.pasapp-premium-card img {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 999px;
	display: block;
	height: 78px;
	margin-bottom: 18px;
	padding: 8px;
	width: 78px;
}

.pasapp-premium-card h2 {
	font-size: 28px;
	line-height: 1.08;
	margin: 0 0 18px;
}

.pasapp-premium-module-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.pasapp-premium-module-grid article {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	padding: 22px;
}

.pasapp-premium-module-grid h3 {
	font-size: 20px;
	margin: 0 0 10px;
}

.pasapp-premium-module-grid p {
	color: var(--pasapp-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.pasapp-premium-tool-callout {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.pasapp-premium-tool-copy h2 {
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.04;
	margin: 0 0 14px;
}

.pasapp-premium-tool-copy p:not(.pasapp-kicker) {
	color: var(--pasapp-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 740px;
}

.pasapp-exif-card {
	background: #fff;
	border: 1px solid var(--pasapp-line);
	border-radius: 8px;
	box-shadow: inset 0 4px 0 #0d6b4e, 0 14px 34px rgba(35, 48, 68, 0.11);
	padding: 24px;
}

.pasapp-exif-icon {
	align-items: center;
	background: #0d6b4e;
	border-radius: 14px;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 16px;
	width: 58px;
}

.pasapp-exif-icon img {
	display: block;
	filter: brightness(0) invert(1);
	height: 38px;
	width: 38px;
}

.pasapp-exif-card h3 {
	font-size: 20px;
	margin: 0;
}

.pasapp-exif-card p {
	color: var(--pasapp-ink);
	font-size: 14px;
	font-weight: 800;
	margin: 3px 0 18px;
}

.pasapp-exif-card span {
	background: #d9f8df;
	border-radius: 999px;
	color: #166534;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-top: 18px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.pasapp-premium-final {
	background: #172033;
	color: #fff;
}

.pasapp-premium-final .pasapp-kicker {
	color: #f8dc84;
}

.pasapp-premium-final h2 {
	color: #fff;
}

.pasapp-premium-final p:not(.pasapp-kicker) {
	color: #cbd6e3;
}

.pasapp-site-footer {
	background: #172033;
	color: #e8eef5;
	padding: 42px 0 24px;
}

.pasapp-footer-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 220px 260px;
}

.pasapp-footer-brand img {
	background: #fff;
	border-radius: 6px;
	display: block;
	height: auto;
	margin-bottom: 16px;
	max-width: 190px;
	padding: 8px;
}

.pasapp-footer-brand p {
	color: #b9c5d6;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 520px;
}

.pasapp-footer-brand .pasapp-footer-ecosystem {
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	margin-top: 12px;
}

.pasapp-site-footer h2 {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.pasapp-site-footer a,
.pasapp-site-footer span {
	color: #cbd6e3;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
	text-decoration: none;
}

.pasapp-site-footer a:hover {
	color: #fff;
}

.pasapp-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 18px;
}

.pasapp-footer-bottom span {
	color: #9eacbd;
	font-size: 13px;
	margin: 0;
}

@media (max-width: 1120px) {
	.pasapp-feature-grid,
	.pasapp-premium-module-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.pasapp-hero-grid,
	.pasapp-feature-grid,
	.pasapp-two-col,
	.pasapp-tool-callout,
	.pasapp-page-hero-inner,
	.pasapp-ecosystem-grid,
	.pasapp-flow-grid,
	.pasapp-premium-home,
	.pasapp-plan-grid,
	.pasapp-premium-hero-grid,
	.pasapp-premium-module-grid,
	.pasapp-premium-tool-callout {
		grid-template-columns: 1fr;
	}

	.pasapp-flow-grid article::after {
		display: none;
	}

	.pasapp-hero {
		padding-top: 48px;
	}

	.pasapp-premium-hero {
		padding: 46px 0;
	}

	.pasapp-page-actions {
		justify-content: flex-start;
	}

	.pasapp-site-header-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.pasapp-site-menu {
		justify-content: flex-start;
	}

	.pasapp-site-brand-lockup > span {
		max-width: none;
	}

	.pasapp-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.pasapp-shell {
		padding: 0 18px;
	}

	.pasapp-hero-text {
		font-size: 17px;
	}

	.pasapp-logo-heading {
		max-width: 100%;
	}

	.pasapp-site-brand-lockup {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.pasapp-site-brand-lockup > span {
		border-left: 0;
		padding-left: 0;
	}

	.pasapp-preview-project {
		grid-template-columns: 1fr;
	}

	.pasapp-button {
		width: 100%;
	}

	.pasapp-page-content {
		padding: 22px 0 38px;
	}

	.pasapp-content-panel {
		padding: 22px;
	}

	.pasapp-premium-card,
	.pasapp-plan-grid article,
	.pasapp-flow-grid article,
	.pasapp-premium-module-grid article,
	.pasapp-exif-card {
		padding: 20px;
	}
}
