/*
Theme Name: Purple Burger GTM
Theme URI: https://purpleburger.works
Description: Standalone theme built from the Lovable GTM homepage (imported CSS + assets). Not a Seocify child.
Author: Purple Burger
Version: 1.2.1
Text Domain: purpleburger-gtm
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Header layout — do NOT rely on Lovable Tailwind hidden/lg:block (purged, breaks our nav) */
.pb-gtm-header {
	background: #fff !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pb-gtm-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	max-width: 80rem;
	margin: 0 auto;
	min-height: 4rem;
	padding: 0 1.25rem;
}
.pb-gtm-logo {
	flex-shrink: 0;
}
.pb-gtm-logo img {
	display: block;
	height: 2.25rem;
	width: auto;
	max-width: 12rem;
}
.pb-gtm-nav-wrap {
	display: none;
	flex: 1;
	min-width: 0;
}
.pb-gtm-cta {
	display: none;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 2.25rem;
	padding: 0 1rem;
	background: #7c3aed !important;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
}
.pb-gtm-cta:hover {
	background: #6d28d9 !important;
	color: #fff !important;
}
.pb-gtm-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	cursor: pointer;
}
.pb-gtm-mobile-nav {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.5rem 1.25rem 1rem;
	background: #fff;
	max-height: calc(100dvh - 4rem);
	max-height: calc(100vh - 4rem);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
.pb-gtm-mobile-nav[hidden] {
	display: none !important;
}

@media (min-width: 1024px) {
	.pb-gtm-nav-wrap {
		display: block;
	}
	.pb-gtm-cta {
		display: inline-flex;
	}
	.pb-gtm-menu-toggle,
	.pb-gtm-mobile-nav {
		display: none !important;
	}
}

/* Nav colours — forced dark on white header */
.pb-gtm-site .pb-gtm-header a {
	color: #111 !important;
	opacity: 1 !important;
	text-decoration: none;
}
.pb-gtm-site .pb-gtm-header a:hover {
	color: #7c3aed !important;
}
.pb-gtm-site .pb-gtm-header a.pb-gtm-cta,
.pb-gtm-site .pb-gtm-header a.pb-gtm-cta:hover {
	color: #fff !important;
}

/* Main Menu list */
.pb-gtm-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pb-gtm-nav > li {
	position: relative;
	list-style: none;
}
.pb-gtm-item-row {
	display: flex;
	align-items: center;
}
.pb-gtm-nav-wrap .pb-gtm-item-row > a {
	font-size: 0.875rem;
	font-weight: 500;
	white-space: nowrap;
	color: #111 !important;
}
.pb-gtm-nav > li > a {
	font-size: 0.875rem;
	font-weight: 500;
	white-space: nowrap;
	color: #111 !important;
}
.pb-gtm-caret {
	font-size: 0.65rem;
	opacity: 0.7;
}
.pb-gtm-submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 14rem;
	margin: 0;
	padding: 0.4rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	z-index: 60;
}
.pb-gtm-submenu--nested {
	top: 0;
	left: 100%;
	margin-left: 0;
}
.pb-gtm-has-children:hover > .pb-gtm-submenu,
.pb-gtm-has-children:focus-within > .pb-gtm-submenu {
	display: block;
}
.pb-gtm-has-children--nested {
	position: relative;
}
.pb-gtm-submenu li {
	list-style: none;
}
.pb-gtm-submenu__link {
	display: block;
	padding: 0.45rem 0.9rem;
	font-size: 0.85rem;
	font-weight: 500;
	color: #111 !important;
	white-space: nowrap;
}
.pb-gtm-submenu__link:hover {
	background: rgba(124, 58, 237, 0.08);
	color: #7c3aed !important;
}
.pb-gtm-mobile-nav .pb-gtm-nav {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	flex-wrap: nowrap;
}
.pb-gtm-mobile-nav .pb-gtm-nav > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0;
	position: static;
}
.pb-gtm-mobile-nav .pb-gtm-item-row {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	min-height: 2.75rem;
}
/* New walker (item-row) + legacy cached markup (li > a) */
.pb-gtm-mobile-nav .pb-gtm-nav > li > a,
.pb-gtm-mobile-nav .pb-gtm-item-row > a {
	display: block;
	flex: 1;
	min-width: 0;
	padding: 0.85rem 0;
	line-height: 1.35;
	white-space: normal !important;
	font-size: 0.95rem;
}
.pb-gtm-mobile-nav .pb-gtm-has-children > a,
.pb-gtm-mobile-nav .pb-gtm-has-children > .pb-gtm-item-row {
	position: relative;
	padding-right: 2.5rem;
}
.pb-gtm-mobile-nav .pb-gtm-has-children > a {
	padding-right: 2.5rem;
}
.pb-gtm-mobile-nav .pb-gtm-caret {
	display: none;
}
.pb-gtm-sub-toggle {
	display: none;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 0.85rem;
	line-height: 1;
}
.pb-gtm-mobile-nav .pb-gtm-sub-toggle {
	display: inline-flex !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pb-gtm-mobile-nav .pb-gtm-has-children > .pb-gtm-item-row {
	position: relative;
	padding-right: 0;
}
.pb-gtm-mobile-nav .pb-gtm-has-children > .pb-gtm-item-row > a {
	padding-right: 2.5rem;
}
.pb-gtm-sub-toggle:hover,
.pb-gtm-sub-toggle:focus-visible {
	color: #7c3aed;
	outline: none;
}
.pb-gtm-mobile-nav .pb-gtm-submenu {
	position: static !important;
	display: none !important;
	border: 0;
	box-shadow: none;
	padding: 0 0 0.35rem 0.85rem;
	min-width: 0;
	background: transparent;
}
.pb-gtm-mobile-nav .pb-gtm-submenu--nested {
	padding-left: 1.1rem;
}
.pb-gtm-mobile-nav .pb-gtm-has-children.is-open > .pb-gtm-submenu {
	display: block !important;
}
.pb-gtm-mobile-nav .pb-gtm-has-children.is-open > .pb-gtm-item-row .pb-gtm-sub-toggle,
.pb-gtm-mobile-nav .pb-gtm-has-children.is-open > .pb-gtm-sub-toggle {
	transform: translateY(-50%) rotate(180deg);
}
.pb-gtm-mobile-nav .pb-gtm-submenu__link {
	padding: 0.55rem 0 !important;
	white-space: normal !important;
}
.pb-gtm-mobile-nav .pb-gtm-has-children:hover > .pb-gtm-submenu,
.pb-gtm-mobile-nav .pb-gtm-has-children:focus-within > .pb-gtm-submenu {
	display: none !important;
}
.pb-gtm-mobile-nav .pb-gtm-has-children.is-open > .pb-gtm-submenu,
.pb-gtm-mobile-nav .pb-gtm-has-children.is-open:focus-within > .pb-gtm-submenu {
	display: block !important;
}
/* Legacy markup (no toggle button): show inline caret as expand hint */
.pb-gtm-mobile-nav .pb-gtm-has-children:not(:has(.pb-gtm-sub-toggle)) > a .pb-gtm-caret,
.pb-gtm-mobile-nav .pb-gtm-has-children:not(:has(.pb-gtm-sub-toggle)) > .pb-gtm-item-row > a .pb-gtm-caret {
	display: inline !important;
	float: right;
	margin-top: 0.15rem;
}

/* Footer — do not rely on Lovable Tailwind (purged / missing on Woo pages) */
.pb-gtm-footer__logo img {
	display: block;
	height: 2.5rem;
	width: auto;
	max-width: 12rem;
}
.pb-gtm-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	margin-top: 1.5rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	letter-spacing: 0.04em;
}
.pb-gtm-footer__links a {
	color: #6b7280 !important;
	text-decoration: none;
	white-space: nowrap;
}
.pb-gtm-footer__links a:hover {
	color: #7c3aed !important;
}

/* Contact page — full layout in theme CSS (do not use purged Tailwind grids) */
.pb-contact {
	width: 100%;
	background: #fff;
	color: #111;
}
.pb-contact__hero {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4rem 1.25rem;
}
.pb-contact__hero-inner {
	max-width: 48rem;
	margin: 0 auto;
}
.pb-contact__eyebrow {
	margin: 0 0 0.75rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7c3aed;
}
.pb-contact__eyebrow--flush {
	margin-bottom: 1.25rem;
}
.pb-contact__title {
	margin: 0;
	max-width: 40rem;
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	font-size: clamp(2.5rem, 6vw, 3.75rem);
	font-weight: 800;
	line-height: 0.94;
	color: #111;
}
.pb-contact__lead {
	margin: 1.5rem 0 0;
	max-width: 36rem;
	font-size: 1.125rem;
	line-height: 1.55;
	color: #6b7280;
}
.pb-contact__body {
	padding: 3.5rem 1.25rem 4.5rem;
}
.pb-contact__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	max-width: 72rem;
	margin: 0 auto;
	width: 100%;
}
.pb-contact__form-col,
.pb-contact__aside {
	min-width: 0;
	width: 100%;
}
.pb-contact__card {
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #f8f7fa;
	padding: 1.75rem;
}
.pb-contact__card-strong {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 700;
}
.pb-contact__card-site {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	color: #7c3aed;
	font-weight: 600;
}
.pb-contact__line {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	word-break: break-word;
}
.pb-contact__line a {
	color: #111;
	text-decoration: none;
}
.pb-contact__line a:hover {
	color: #7c3aed;
}
.pb-contact__line--spaced {
	margin-bottom: 1.5rem;
}
.pb-contact__address {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #6b7280;
	word-break: normal;
	overflow-wrap: anywhere;
}

@media (min-width: 900px) {
	.pb-contact__hero {
		padding: 5rem 1.5rem;
	}
	.pb-contact__body {
		padding: 4rem 1.5rem 5rem;
	}
	.pb-contact__grid {
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
		gap: 3rem;
		align-items: start;
	}
	.pb-contact__card {
		padding: 2rem;
	}
}

/* Contact Form 7 */
.pb-contact-form .wpcf7,
.pb-contact-form .wpcf7-form {
	width: 100%;
	max-width: 100%;
}
.pb-contact-form .wpcf7-form p {
	margin: 0 0 1rem;
}
.pb-contact-form .wpcf7-form label {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
}
.pb-contact-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.pb-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin-top: 0.45rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	font-size: 1rem;
	line-height: 1.4;
	border-radius: 0;
	color: #111;
}
.pb-contact-form textarea.wpcf7-form-control {
	min-height: 10rem;
	resize: vertical;
}
.pb-contact-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	padding: 0 1.75rem;
	margin-top: 0.25rem;
	border: 0;
	background: #7c3aed !important;
	color: #fff !important;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
}
.pb-contact-form .wpcf7-submit:hover {
	background: #6d28d9 !important;
}
.pb-contact-form .wpcf7-not-valid-tip,
.pb-contact-form .wpcf7-response-output {
	font-size: 0.875rem;
}
.pb-hp-field {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
}

/* Blog listing + single — theme CSS only */
.pb-blog {
	width: 100%;
	background: #fff;
	color: #111;
}
.pb-blog__hero {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 3.5rem 1.25rem 3rem;
}
.pb-blog__hero-inner {
	max-width: 48rem;
	margin: 0 auto;
}
.pb-blog__eyebrow {
	margin: 0 0 0.75rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7c3aed;
}
.pb-blog__eyebrow a {
	color: #7c3aed;
	text-decoration: none;
}
.pb-blog__eyebrow a:hover {
	text-decoration: underline;
}
.pb-blog__title {
	margin: 0;
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 800;
	line-height: 1.05;
	color: #111;
}
.pb-blog__title a {
	color: inherit;
	text-decoration: none;
}
.pb-blog__lead {
	margin: 1.25rem 0 0;
	max-width: 36rem;
	font-size: 1.1rem;
	line-height: 1.55;
	color: #6b7280;
}
.pb-blog__lead--meta {
	font-size: 0.95rem;
}
.pb-blog__list {
	max-width: 48rem;
	margin: 0 auto;
	padding: 2.5rem 1.25rem 4rem;
}
.pb-blog__item {
	padding: 1.75rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pb-blog__item:first-child {
	padding-top: 0;
}
.pb-blog__item-title {
	margin: 0 0 0.75rem;
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 800;
	line-height: 1.2;
}
.pb-blog__item-title a {
	color: #111;
	text-decoration: none;
}
.pb-blog__item-title a:hover {
	color: #7c3aed;
}
.pb-blog__item-excerpt {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #4b5563;
}
.pb-blog__item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.25rem;
	margin: 0;
}
.pb-blog__readmore {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #7c3aed !important;
	text-decoration: none;
}
.pb-blog__readmore:hover {
	text-decoration: underline;
}
.pb-blog__date {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9ca3af;
}
.pb-blog__pagination {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pb-blog__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}
.pb-blog__pagination a,
.pb-blog__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	background: #fff;
}
.pb-blog__pagination a:hover {
	border-color: #7c3aed;
	color: #7c3aed;
}
.pb-blog__pagination .current {
	background: #7c3aed;
	border-color: #7c3aed;
	color: #fff;
}
.pb-blog__empty {
	color: #6b7280;
}
.pb-404__eyebrow {
	margin: 0 0 0.75rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7c3aed;
}
.pb-404__lead {
	margin: 1rem 0 0;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #6b7280;
}
.pb-blog__content {
	max-width: 48rem;
	margin: 0 auto;
	padding: 2.5rem 1.25rem 1rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #1f2937;
}
.pb-blog__content p {
	margin: 0 0 1.15rem;
}
.pb-blog__content h2,
.pb-blog__content h3 {
	margin: 2rem 0 0.75rem;
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	color: #111;
}
.pb-blog__content ul,
.pb-blog__content ol {
	margin: 0 0 1.15rem;
	padding-left: 1.25rem;
}
.pb-blog__content li {
	margin-bottom: 0.35rem;
}
.pb-blog__content a {
	color: #7c3aed;
}
.pb-blog__single-footer {
	max-width: 48rem;
	margin: 0 auto;
	padding: 1rem 1.25rem 4rem;
}

@media (min-width: 900px) {
	.pb-blog__hero {
		padding: 4.5rem 1.5rem 3.5rem;
	}
	.pb-blog__list,
	.pb-blog__content,
	.pb-blog__single-footer {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/* Standard pages (services etc.) */
.pb-page {
	width: 100%;
	background: #fff;
	color: #111;
}
.pb-page__hero {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 3.25rem 1.25rem 2.5rem;
}
.pb-page__hero-inner {
	max-width: 48rem;
	margin: 0 auto;
}
.pb-page__title {
	margin: 0;
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	line-height: 1.05;
	color: #111;
}
.pb-page__content {
	max-width: 48rem;
	margin: 0 auto;
	padding: 2.25rem 1.25rem 1.5rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #1f2937;
}
/* Elementor service pages — do not cage sections in the prose column */
.pb-page--elementor {
	background: #fff;
}
.pb-page__article--elementor {
	max-width: none;
}
.pb-page__elementor {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
.pb-page__elementor .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}
.pb-page__content p {
	margin: 0 0 1.15rem;
}
.pb-page__content h2,
.pb-page__content h3,
.pb-page__content h4 {
	margin: 2rem 0 0.75rem;
	font-family: "Inter Tight", Inter, system-ui, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	color: #111;
}
.pb-page__content h2 { font-size: 1.6rem; }
.pb-page__content h3 { font-size: 1.3rem; }
.pb-page__content ul,
.pb-page__content ol {
	margin: 0 0 1.15rem;
	padding-left: 1.25rem;
}
.pb-page__content li {
	margin-bottom: 0.4rem;
}
.pb-page__content a {
	color: #7c3aed;
	font-weight: 600;
}
.pb-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.75rem 0 2rem;
}
.pb-page__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1.25rem;
	font-weight: 700;
	text-decoration: none !important;
	border: 1px solid transparent;
}
.pb-page__actions a.pb-page__btn-primary {
	background: #7c3aed;
	color: #fff !important;
}
.pb-page__actions a.pb-page__btn-primary:hover {
	background: #6d28d9;
	color: #fff !important;
}
.pb-page__actions a.pb-page__btn-secondary {
	background: #fff;
	color: #111 !important;
	border-color: rgba(0, 0, 0, 0.18);
}
.pb-page__actions a.pb-page__btn-secondary:hover {
	border-color: #7c3aed;
	color: #7c3aed !important;
}
.pb-page__content figure,
.pb-page__content .wp-block-image {
	margin: 1.5rem 0;
}
.pb-page__content img {
	max-width: 100%;
	height: auto;
}
.pb-page__featured {
	max-width: 48rem;
	margin: 0.5rem auto 0;
	padding: 0 1.25rem;
}
.pb-page__featured-img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.pb-page__meta {
	max-width: 48rem;
	margin: 0 auto;
	padding: 1.75rem 1.25rem 3.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 2rem;
}
.pb-page__meta-label {
	margin: 0 0 0.75rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7c3aed;
}
.pb-page__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pb-page__tags a {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 0.8rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	background: #f8f7fa;
}
.pb-page__tags a:hover {
	border-color: #7c3aed;
	color: #7c3aed;
}

@media (min-width: 900px) {
	.pb-page__hero {
		padding: 4rem 1.5rem 3rem;
	}
	.pb-page__content,
	.pb-page__featured,
	.pb-page__meta {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/* Service pages (SEO etc.) — self-contained layout (do not rely on purged Tailwind grids) */
.pb-service {
	background: #fff;
	color: #111;
}
.pb-service__wrap {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}
.pb-service__wrap--narrow {
	max-width: 56rem;
}
.pb-service__wrap--prose {
	max-width: 42rem;
}
.pb-service__hero {
	background: #111;
	color: #fafafa;
	padding: 5rem 0;
}
.pb-service__section {
	padding: 4.5rem 0;
}
.pb-service__section--muted {
	background: #f7f7f8;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pb-service__section--border {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pb-service__eyebrow {
	margin: 0;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7c3aed;
}
.pb-service__eyebrow--on-dark {
	color: #c4b5fd;
}
.pb-service__title {
	margin: 1.25rem 0 0;
	max-width: 40rem;
	font-family: "Inter Tight", "Inter", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.02em;
}
.pb-service__title--hero {
	max-width: 48rem;
	font-size: clamp(2.5rem, 6vw, 4.25rem);
	color: #fff;
}
.pb-service__title--cta {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(2.25rem, 5vw, 3.5rem);
}
.pb-service__lead,
.pb-service__text {
	margin: 1.5rem 0 0;
	font-size: 1.125rem;
	line-height: 1.7;
	color: #52525b;
}
.pb-service__lead--on-dark {
	max-width: 36rem;
	color: rgba(250, 250, 250, 0.7);
}
.pb-service__text--wide {
	max-width: 36rem;
}
.pb-service__price {
	margin: 1rem 0 0;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 1.5rem;
	font-weight: 700;
	color: #7c3aed;
}
.pb-service__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}
.pb-service__actions--center {
	justify-content: center;
}
.pb-service__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.5rem 1.75rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 0;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.pb-service__btn--primary {
	background: #7c3aed;
	color: #fff;
}
.pb-service__btn--primary:hover {
	background: #6d28d9;
	color: #fff;
}
.pb-service__btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	background: transparent;
}
.pb-service__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.pb-service__btn--outline {
	border: 1px solid rgba(0, 0, 0, 0.12);
	color: #111;
	background: #fff;
}
.pb-service__btn--outline:hover {
	background: #f4f4f5;
	color: #111;
}
.pb-service__pillars,
.pb-service__tasks {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 3rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.pb-service__pillar,
.pb-service__task {
	padding: 1.75rem;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	min-height: 11rem;
	background: #fff;
}
.pb-service__pillar-num,
.pb-service__task-price {
	margin: 0;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.75rem;
	color: #7c3aed;
}
.pb-service__pillar-title,
.pb-service__task-title {
	margin: 2rem 0 0;
	font-family: "Inter Tight", "Inter", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}
.pb-service__pillar-text,
.pb-service__task-go {
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #71717a;
}
.pb-service__task {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease;
}
.pb-service__task:hover {
	background: #fafafa;
}
.pb-service__task:hover .pb-service__task-title {
	color: #7c3aed;
}
.pb-service__task:focus-visible {
	outline: 2px solid #7c3aed;
	outline-offset: -2px;
}
.pb-service__fund {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: start;
}
.pb-service__fund-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.pb-service__fund-list li {
	padding: 1.15rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 0.95rem;
	line-height: 1.5;
	color: #71717a;
}
.pb-service__fund-list strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: "Inter Tight", "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}
.pb-service__section-head {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.pb-service__note {
	margin: 1.75rem 0 0;
	font-size: 0.9rem;
	color: #71717a;
}
.pb-service__reading {
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.pb-service__reading li {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	padding: 1.35rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.pb-service__reading a {
	font-family: "Inter Tight", "Inter", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #111;
	text-decoration: none;
}
.pb-service__reading a:hover {
	color: #7c3aed;
}
.pb-service__reading p {
	margin: 0;
	font-size: 0.9rem;
	color: #71717a;
}
.pb-service__link-row {
	margin: 1.5rem 0 0;
}
.pb-service__link-row a {
	font-size: 0.9rem;
	font-weight: 700;
	color: #7c3aed;
	text-underline-offset: 4px;
}
.pb-service__cta {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 5rem 0 6rem;
	text-align: center;
}
.pb-service__cta-inner .pb-service__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 32rem;
}

@media (min-width: 640px) {
	.pb-service__pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.pb-service__tasks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.pb-service__fund-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 2rem;
	}
	.pb-service__reading li {
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
		gap: 1.5rem;
		align-items: baseline;
	}
}

@media (min-width: 900px) {
	.pb-service__wrap {
		padding: 0 1.5rem;
	}
	.pb-service__hero {
		padding: 6rem 0;
	}
	.pb-service__section {
		padding: 5.5rem 0;
	}
	.pb-service__pillars,
	.pb-service__tasks {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.pb-service__fund {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		gap: 3.5rem;
	}
	.pb-service__section-head {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
	.pb-service__section-head .pb-service__btn {
		flex-shrink: 0;
	}
}
