:root {
	--navy: #0f172a;
	--blue: #2563eb;
	--green: #16a34a;
	--ink: #111c36;
	--muted: #5c6880;
	--line: #d9e2ef;
	--soft: #f1f5f9;
	--white: #ffffff;
	--shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
	--radius: 8px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--blue);
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--navy);
}

button,
input,
select,
textarea {
	font: inherit;
}

h1,
h2,
h3 {
	margin: 0 0 0.55em;
	color: var(--navy);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.08;
	letter-spacing: 0;
}

h1 {
	font-size: clamp(2.45rem, 5.3vw, 4.75rem);
}

h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

h3 {
	font-size: 1.08rem;
}

p {
	margin: 0 0 1rem;
}

.wrap {
	width: min(1140px, calc(100% - 48px));
	margin-inline: auto;
}

.narrow {
	width: min(760px, calc(100% - 48px));
}

.center {
	text-align: center;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: var(--white);
	background: var(--navy);
}

:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: 3px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--custom-header-bg, rgba(255, 255, 255, 0.96));
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(217, 226, 239, 0.7);
}

.business-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 86px;
}

.header-logo {
	flex: 0 0 auto;
}

.header-logo a {
	display: block;
	width: clamp(250px, 28vw, 330px);
}

.header-logo img,
.custom-logo {
	width: 100%;
	max-height: 62px;
	object-fit: contain;
}

.nav-shell {
	flex: 1;
}

.nav-inner,
.menu {
	display: flex;
	align-items: center;
}

.nav-inner {
	justify-content: flex-end;
	gap: 24px;
}

.menu {
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a {
	color: var(--navy);
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
}

.menu a:hover {
	color: var(--blue);
}

.audit-link,
.button,
.read-more,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid var(--blue);
	border-radius: 999px;
	color: var(--white);
	background: var(--blue);
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.audit-link:hover,
.button:hover,
.read-more:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	color: var(--white);
	background: #1d4ed8;
	border-color: #1d4ed8;
}

.button-light {
	color: var(--navy);
	background: var(--white);
	border-color: #c9d4e5;
	box-shadow: none;
}

.button-light:hover {
	color: var(--navy);
	background: var(--soft);
	border-color: #b7c5d9;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.menu-toggle span:first-child,
.menu-toggle span:first-child::before,
.menu-toggle span:first-child::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: auto;
	background: var(--navy);
	content: "";
}

.menu-toggle span:first-child::before {
	transform: translateY(-7px);
}

.menu-toggle span:first-child::after {
	transform: translateY(5px);
}

.hero {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 7vw, 86px) 0 32px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
	gap: clamp(40px, 7vw, 86px);
	align-items: center;
}

.eyebrow,
.meta {
	color: var(--blue);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hero h1 span {
	color: var(--green);
}

.lede {
	max-width: 640px;
	color: #34445f;
	font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.trust-note {
	margin-top: 26px;
	color: var(--muted);
	font-size: 0.9rem;
}

.profile-visual {
	position: relative;
	min-height: 470px;
}

.profile-visual::before {
	position: absolute;
	right: -34px;
	top: 130px;
	width: 90px;
	height: 170px;
	background-image: radial-gradient(rgba(37, 99, 235, 0.55) 2px, transparent 2px);
	background-size: 18px 18px;
	content: "";
}

.profile-visual::after {
	position: absolute;
	right: -8px;
	bottom: 50px;
	width: 90px;
	height: 90px;
	border-right: 10px solid var(--green);
	border-top: 10px solid var(--green);
	transform: rotate(-35deg);
	content: "";
}

.profile-media,
.profile-card {
	position: relative;
	z-index: 2;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.profile-media {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	min-height: 165px;
	overflow: hidden;
}

.profile-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-media i {
	display: block;
	background:
		linear-gradient(45deg, transparent 46%, #cfd8e4 47% 53%, transparent 54%),
		linear-gradient(-45deg, transparent 46%, #cfd8e4 47% 53%, transparent 54%),
		#f3f4f6;
	background-size: 42px 42px;
}

.profile-card {
	margin: -12px 16px 0;
	padding: 24px;
}

.example-label {
	color: var(--blue);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.profile-card h2 {
	margin-bottom: 0.25rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.35rem;
}

.profile-card nav,
.profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	border-top: 1px solid var(--line);
	margin-top: 18px;
	padding-top: 16px;
	color: var(--navy);
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.profile-actions span {
	display: grid;
	place-items: center;
	width: 78px;
	min-height: 58px;
	border: 1px solid #bfcef5;
	border-radius: 999px;
	color: var(--blue);
}

.profile-card em {
	display: block;
	margin-top: 18px;
	color: var(--green);
	font-style: normal;
	font-weight: 800;
}

.section {
	padding: clamp(38px, 6vw, 70px) 0;
}

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

.section-heading.center {
	margin-inline: auto;
	text-align: center;
}

.service-strip {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--line);
}

.service-item {
	padding: 28px 18px 30px;
	text-align: center;
	border-right: 1px solid var(--line);
}

.service-item:last-child {
	border-right: 0;
}

.service-item img {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 16px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(11, 92, 255, 0.12));
}

.service-item h3 {
	margin-bottom: 8px;
}

.service-item p {
	color: var(--muted);
	font-size: 0.92rem;
}

.process-section,
.trust-section {
	border-bottom: 1px solid var(--line);
}

.process-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(30px, 6vw, 68px);
	align-items: center;
}

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

.process-grid article {
	text-align: center;
}

.process-grid span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin: 0 auto 12px;
	border-radius: 50%;
	color: var(--white);
	background: var(--blue);
	font-weight: 900;
}

.process-grid p,
.trust-grid p,
.trust-grid li {
	color: var(--muted);
}

.cta-panel,
.newsletter-card,
.card,
.post-card,
.faq-item,
.article-cta {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
}

.cta-panel,
.newsletter-card,
.card,
.faq-item,
.article-cta {
	padding: 28px;
}

.trust-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(30px, 7vw, 90px);
}

.trust-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.trust-grid li {
	position: relative;
	margin-bottom: 9px;
	padding-left: 24px;
}

.trust-grid li::before {
	position: absolute;
	left: 0;
	color: var(--green);
	font-weight: 900;
	content: "+";
}

.content-news-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: clamp(30px, 6vw, 64px);
	align-items: start;
}

.section-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

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

.post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.post-thumb {
	display: block;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.1), rgba(37, 99, 235, 0.12)),
		var(--soft);
	overflow: hidden;
}

.post-thumb img,
.featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.post-body h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.98rem;
	line-height: 1.35;
}

.post-body h2 a {
	color: var(--navy);
	text-decoration: none;
}

.post-body p {
	color: var(--muted);
	font-size: 0.9rem;
}

.read-more {
	align-self: flex-start;
	min-height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: var(--blue);
	background: transparent;
	box-shadow: none;
}

.read-more:hover {
	color: var(--navy);
	background: transparent;
}

.newsletter-card {
	background: linear-gradient(135deg, #f8fbff, #eef5ff);
}

.newsletter-inner {
	display: grid;
	gap: 16px;
}

.newsletter-form,
.search-form {
	display: flex;
	gap: 10px;
}

.form-note {
	grid-column: 1 / -1;
	color: var(--muted);
	font-size: 0.85rem;
}

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

.faq-item {
	padding: 16px;
	box-shadow: none;
}

.faq-item summary {
	color: var(--navy);
	font-weight: 850;
	cursor: pointer;
}

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

.contact-form label:nth-last-of-type(1),
.contact-form button,
.notice {
	grid-column: 1 / -1;
}

label {
	display: grid;
	gap: 6px;
	color: var(--navy);
	font-weight: 800;
}

input,
select,
textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 12px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--ink);
	background: var(--white);
}

textarea {
	resize: vertical;
}

.honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.notice {
	padding: 12px 14px;
	border-radius: var(--radius);
	font-weight: 800;
}

.success {
	color: #14532d;
	background: #dcfce7;
}

.error {
	color: #7f1d1d;
	background: #fee2e2;
}

.entry-content > * {
	margin-bottom: 1.2rem;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4rem;
}

.entry-content blockquote,
.wp-block-quote {
	margin-inline: 0;
	padding: 18px 22px;
	border-left: 4px solid var(--green);
	background: var(--soft);
}

.about-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 44px;
	align-items: start;
}

.about-content {
	max-width: 780px;
}

.about-content h2 {
	margin-top: 2.3rem;
	padding-top: 1.8rem;
	border-top: 1px solid var(--line);
}

.about-content h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.about-owner-intro {
	margin-bottom: 1.8rem;
}

.about-owner-intro.has-owner-photo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
	gap: 28px;
	align-items: start;
}

.about-owner-copy > :last-child {
	margin-bottom: 0;
}

.about-owner-copy h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.owner-photo {
	margin: 0;
}

.owner-photo__image {
	width: 100%;
	max-width: 360px;
	height: auto;
	border-radius: var(--radius);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.check-list {
	padding-left: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	margin-bottom: 0.65rem;
	padding-left: 1.6rem;
}

.check-list li::before {
	position: absolute;
	top: 0.05rem;
	left: 0;
	color: var(--green);
	font-weight: 800;
	content: "✓";
}

.about-sidebar {
	position: sticky;
	top: 108px;
	display: grid;
	gap: 18px;
}

.about-summary h2 {
	font-size: 1.2rem;
}

.about-final-cta {
	margin-top: 2.5rem;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(135deg, #f6f9ff, #ffffff);
}

.about-final-cta h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.service-intro-grid,
.service-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 40px;
	align-items: start;
}

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

.service-detail-card {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.service-detail-card h3 {
	font-size: 1.08rem;
}

.service-detail-card p {
	color: var(--muted);
	font-size: 0.94rem;
}

.service-step-list {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

.service-step-list article {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.service-step-list span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: var(--white);
	background: var(--blue);
	font-weight: 800;
}

.no-list li::before {
	color: #b42318;
	content: "×";
}

.industry-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.industry-grid span {
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--white);
	color: var(--navy);
	font-weight: 700;
	font-size: 0.92rem;
}

.faq-list {
	display: grid;
	gap: 12px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td,
th {
	padding: 12px;
	border: 1px solid var(--line);
	text-align: left;
}

.breadcrumbs {
	margin-bottom: 18px;
	color: var(--muted);
	font-size: 0.92rem;
}

.final-cta {
	padding: 72px 0;
	color: var(--white);
	background: var(--navy);
}

.final-cta h2 {
	color: var(--white);
}

.site-footer {
	color: #dbeafe;
	background: var(--custom-footer-bg, var(--navy));
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.15fr) minmax(300px, 1fr) minmax(250px, 0.9fr);
	gap: 44px;
	align-items: start;
	padding: 42px 0 34px;
}

.footer-logo {
	width: min(100%, 220px);
	margin-bottom: 12px;
	background: var(--white);
	border-radius: var(--radius);
}

.site-footer h2 {
	margin-bottom: 14px;
	color: var(--white);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.site-footer p,
.site-footer a {
	color: #dbeafe;
}

.footer-menu,
.social-links ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-brand p,
.footer-cta p {
	max-width: 310px;
}

.footer-links-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	padding-top: 5px;
}

.footer-menu a {
	text-decoration: none;
	opacity: 0.9;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--white);
	opacity: 1;
}

.social-links ul {
	display: flex;
	gap: 9px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.06);
}

.footer-cta {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.06);
}

.footer-cta .button {
	margin-top: 10px;
	width: 100%;
	justify-content: center;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom .wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
	font-size: 0.86rem;
	color: #bfdbfe;
}

@media (max-width: 1080px) {
	.business-header {
		flex-wrap: wrap;
	}

	.nav-shell {
		flex-basis: 100%;
	}

	.nav-inner {
		justify-content: space-between;
	}

	.service-grid,
	.footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.content-news-grid,
	.about-layout,
	.about-owner-intro.has-owner-photo,
	.service-intro-grid,
	.service-two-column,
	.process-layout {
		grid-template-columns: 1fr;
	}

	.about-sidebar {
		position: static;
	}

	.owner-photo__image {
		max-width: 420px;
	}
}

@media (max-width: 760px) {
	.wrap,
	.narrow {
		width: min(100% - 28px, 1140px);
	}

	.business-header {
		min-height: 74px;
	}

	.header-logo a {
		width: min(62vw, 260px);
	}

	.menu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.primary-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 18px 20px;
		border-bottom: 1px solid var(--line);
		background: var(--white);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav .menu {
		display: grid;
		gap: 12px;
		justify-content: stretch;
	}

	.hero-grid,
	.trust-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.service-grid,
	.service-detail-grid,
	.process-grid,
	.article-mini-grid,
	.faq-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	h1 {
		font-size: 2.35rem;
	}

	.profile-visual {
		min-height: auto;
	}

	.profile-visual::before,
	.profile-visual::after {
		display: none;
	}

	.service-grid,
	.service-detail-grid,
	.process-grid,
	.article-mini-grid,
	.faq-three,
	.footer-links-panel,
	.contact-form {
		grid-template-columns: 1fr;
	}

	.service-item {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.button-row,
	.newsletter-form,
	.search-form,
	.footer-bottom .wrap {
		display: grid;
	}

	.button,
	.audit-link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
