/*
Theme Name: Computer Repair Bellevue
Theme URI: https://computerrepairbellevue.com/
Author: AME Computers
Author URI: https://www.amecomputers.com/
Description: A fast, accessible WordPress theme for computer repair articles, how-to guides, and real-world repair case studies from AME Computers.
Version: 1.6.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: computer-repair-bellevue
Tags: blog, education, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--crb-navy-950: #080b22;
	--crb-navy-900: #10153a;
	--crb-navy-800: #181e4f;
	--crb-blue: #1548d8;
	--crb-blue-light: #3b70ff;
	--crb-purple: #742fe8;
	--crb-purple-light: #9c67ff;
	--crb-yellow: #f3ed3a;
	--crb-yellow-dark: #d9d000;
	--crb-silver: #dce2ef;
	--crb-ink: #17192b;
	--crb-muted: #62677c;
	--crb-line: #dfe3ee;
	--crb-paper: #ffffff;
	--crb-soft: #f4f6fb;
	--crb-success: #18794e;
	--crb-warning: #9a5b00;
	--crb-danger: #b42318;
	--crb-radius-sm: 8px;
	--crb-radius: 16px;
	--crb-radius-lg: 24px;
	--crb-shadow: 0 12px 40px rgba(17, 22, 58, 0.10);
	--crb-content: 760px;
	--crb-wide: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--crb-paper);
	color: var(--crb-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: var(--crb-blue);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--crb-purple);
}

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

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

button,
.button,
.wp-block-button__link {
	border-radius: 999px;
}

:focus-visible {
	outline: 3px solid var(--crb-yellow);
	outline-offset: 3px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--crb-navy-950);
	display: block;
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	left: 10px;
	padding: 12px 18px;
	top: 10px;
	width: auto;
	z-index: 100000;
}

.site-shell {
	margin-inline: auto;
	max-width: var(--crb-wide);
	padding-inline: 24px;
}

.narrow-shell {
	margin-inline: auto;
	max-width: var(--crb-content);
	padding-inline: 24px;
}

.site-header {
	background: rgba(8, 11, 34, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .site-header {
	top: 32px;
}

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

.site-branding {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	gap: 14px;
	min-width: 0;
}

.custom-logo-link {
	display: flex;
	flex: 0 0 auto;
}

.custom-logo {
	filter: brightness(1.9) saturate(0.9);
	max-height: 62px;
	width: auto;
}

.fallback-logo {
	display: block;
	height: auto;
	max-width: 190px;
}

.site-title-wrap {
	min-width: 0;
}

.site-title {
	color: #fff;
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.15;
	text-decoration: none;
}

.site-description {
	color: var(--crb-silver);
	font-size: 0.76rem;
	line-height: 1.3;
	margin: 4px 0 0;
}

.primary-navigation {
	align-items: center;
	display: flex;
	margin-left: auto;
}

.primary-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: 4px;
}

.primary-menu a {
	border-radius: 999px;
	color: #fff;
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 10px 13px;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	background: rgba(255, 255, 255, 0.10);
	color: var(--crb-yellow);
}

.header-cta {
	background: var(--crb-yellow);
	color: var(--crb-navy-950);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.88rem;
	font-weight: 900;
	padding: 11px 17px;
	text-decoration: none;
}

.header-cta:hover {
	background: #fff;
	color: var(--crb-navy-950);
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
	background: currentColor;
	border-radius: 2px;
	display: block;
	height: 2px;
	position: relative;
	width: 21px;
}

.menu-toggle-bars::before,
.menu-toggle-bars::after {
	content: "";
	left: 0;
	position: absolute;
}

.menu-toggle-bars::before {
	top: -7px;
}

.menu-toggle-bars::after {
	top: 7px;
}

.hero {
	background:
		radial-gradient(circle at 82% 16%, rgba(116, 47, 232, 0.48), transparent 28%),
		radial-gradient(circle at 9% 90%, rgba(21, 72, 216, 0.34), transparent 36%),
		linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	color: #fff;
	overflow: hidden;
	padding: 86px 0 78px;
	position: relative;
}

.hero::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
	position: absolute;
}

.hero-inner {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	position: relative;
}

.eyebrow {
	align-items: center;
	color: var(--crb-yellow);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	gap: 8px;
	letter-spacing: 0.12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.eyebrow::before {
	background: currentColor;
	border-radius: 50%;
	box-shadow: 0 0 14px currentColor;
	content: "";
	height: 7px;
	width: 7px;
}

.hero h1 {
	font-size: clamp(2.45rem, 6vw, 4.65rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0;
	max-width: 820px;
}

.hero h1 span {
	background: linear-gradient(90deg, #fff 0%, var(--crb-purple-light) 58%, var(--crb-blue-light) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-copy {
	color: #dfe3f5;
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	margin: 24px 0 30px;
	max-width: 670px;
}

.button {
	align-items: center;
	background: var(--crb-blue);
	border: 2px solid transparent;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	padding: 13px 20px;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
	background: var(--crb-purple);
	color: #fff;
	transform: translateY(-1px);
}

.button-primary {
	background: var(--crb-yellow);
	color: var(--crb-navy-950);
}

.button-primary:hover {
	background: #fff;
	color: var(--crb-navy-950);
}

.button-outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.38);
}

.button-outline:hover {
	background: rgba(255, 255, 255, 0.10);
	border-color: #fff;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--crb-radius-lg);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
	padding: 30px;
}

.hero-panel-label {
	color: var(--crb-yellow);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.hero-search {
	display: flex;
	gap: 8px;
}

.hero-search label {
	flex: 1;
}

.hero-search input[type="search"] {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: var(--crb-ink);
	min-height: 50px;
	padding: 0 18px;
	width: 100%;
}

.hero-search button {
	background: var(--crb-blue-light);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	padding: 0 18px;
}

.trust-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.trust-list li {
	align-items: flex-start;
	color: #eef0ff;
	display: flex;
	font-size: 0.92rem;
	gap: 10px;
}

.trust-list li::before {
	color: var(--crb-yellow);
	content: "✓";
	font-weight: 900;
}

.repair-promise {
	background: var(--crb-paper);
	border-bottom: 1px solid var(--crb-line);
}

.repair-promise-inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
	padding-block: 44px;
}

.repair-promise-kicker {
	color: var(--crb-purple);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.repair-promise h2 {
	font-size: clamp(1.85rem, 3.5vw, 2.7rem);
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 18px;
}

.repair-promise-copy > p:not(.repair-promise-kicker) {
	color: var(--crb-muted);
	margin: 10px 0 0;
}

.repair-promise-cta {
	background: linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	border-radius: var(--crb-radius);
	box-shadow: var(--crb-shadow);
	color: #fff;
	padding: 28px;
}

.repair-promise-cta p {
	font-size: 1.08rem;
	font-weight: 850;
	line-height: 1.45;
	margin: 0 0 18px;
}

.section {
	padding: 76px 0;
}

.section-soft {
	background: var(--crb-soft);
}

.section-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section-heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin: 0;
}

.section-heading p {
	color: var(--crb-muted);
	margin: 8px 0 0;
}

.text-link {
	font-size: 0.92rem;
	font-weight: 800;
	white-space: nowrap;
}

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

.topic-card {
	background: #fff;
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius);
	color: var(--crb-ink);
	min-height: 184px;
	padding: 25px;
	position: relative;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.topic-card:hover {
	border-color: var(--crb-purple-light);
	box-shadow: var(--crb-shadow);
	color: var(--crb-ink);
	transform: translateY(-3px);
}

.topic-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(21, 72, 216, 0.10), rgba(116, 47, 232, 0.12));
	border-radius: 12px;
	color: var(--crb-purple);
	display: inline-flex;
	font-size: 1.15rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.topic-card h3 {
	font-size: 1.05rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.topic-card p {
	color: var(--crb-muted);
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 0;
}

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

.article-card {
	background: #fff;
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.article-card:hover {
	box-shadow: var(--crb-shadow);
	transform: translateY(-3px);
}

.article-card-media {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--crb-navy-900), var(--crb-purple));
	display: block;
	overflow: hidden;
}

.article-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.article-card:hover .article-card-media img {
	transform: scale(1.025);
}

.article-card-placeholder {
	align-items: center;
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	font-size: 2.4rem;
	font-weight: 900;
	height: 100%;
	justify-content: center;
}

.article-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 23px;
}

.card-category {
	color: var(--crb-purple);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.article-card h2,
.article-card h3 {
	font-size: 1.22rem;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0 0 10px;
}

.article-card h2 a,
.article-card h3 a {
	color: var(--crb-ink);
	text-decoration: none;
}

.article-card h2 a:hover,
.article-card h3 a:hover {
	color: var(--crb-blue);
}

.article-card-excerpt {
	color: var(--crb-muted);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0 0 18px;
}

.card-meta {
	color: var(--crb-muted);
	display: flex;
	font-size: 0.78rem;
	gap: 12px;
	margin-top: auto;
}

.authority-strip {
	background: var(--crb-navy-950);
	color: #fff;
	padding: 34px 0;
}

.authority-inner {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: auto 1fr auto;
}

.authority-logo {
	max-height: 72px;
	width: auto;
}

.authority-copy h2 {
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 7px;
}

.authority-copy p {
	color: var(--crb-silver);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

.page-header {
	background: linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	color: #fff;
	padding: 54px 0;
}

.page-header h1 {
	font-size: clamp(2rem, 5vw, 3.4rem);
	letter-spacing: -0.045em;
	line-height: 1.05;
	margin: 6px 0 0;
}

.page-header .archive-description {
	color: var(--crb-silver);
	margin-top: 15px;
	max-width: 720px;
}

.breadcrumbs {
	color: var(--crb-muted);
	font-size: 0.82rem;
	margin: 24px auto;
	max-width: var(--crb-wide);
	padding-inline: 24px;
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs span {
	margin: 0 6px;
}

.content-layout {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) 310px;
	margin-bottom: 76px;
}

.site-main {
	min-width: 0;
}

.single-header {
	padding: 28px 0 32px;
}

.single-header .post-categories {
	list-style: none;
	margin: 0 0 13px;
	padding: 0;
}

.single-header .post-categories a {
	color: var(--crb-purple);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.entry-title {
	font-size: clamp(2.15rem, 5vw, 3.85rem);
	letter-spacing: -0.05em;
	line-height: 1.05;
	margin: 0;
}

.entry-deck {
	color: var(--crb-muted);
	font-size: 1.12rem;
	margin: 18px 0 0;
}

.entry-meta {
	align-items: center;
	color: var(--crb-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	gap: 8px 14px;
	margin-top: 22px;
}

.entry-meta a {
	color: inherit;
	font-weight: 700;
}

.featured-image {
	border-radius: var(--crb-radius-lg);
	box-shadow: var(--crb-shadow);
	margin: 4px 0 38px;
	overflow: hidden;
}

.featured-image img {
	display: block;
	width: 100%;
}

.table-of-contents {
	background: var(--crb-soft);
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius);
	margin: 0 0 34px;
	padding: 22px 24px;
}

.table-of-contents[hidden] {
	display: none;
}

.toc-title {
	background: transparent;
	border: 0;
	color: var(--crb-ink);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	justify-content: space-between;
	padding: 0;
	text-align: left;
	width: 100%;
}

.toc-list {
	font-size: 0.9rem;
	margin: 16px 0 0;
	padding-left: 20px;
}

.toc-list li + li {
	margin-top: 7px;
}

.toc-list .toc-level-3 {
	margin-left: 20px;
}

.entry-content {
	font-size: 1.04rem;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--crb-content);
}

.entry-content > .alignwide {
	max-width: 1060px;
}

.entry-content > .alignfull {
	max-width: none;
	width: 100%;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: var(--crb-navy-900);
	letter-spacing: -0.03em;
	line-height: 1.2;
	scroll-margin-top: 120px;
}

.entry-content h2 {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	margin-top: 2.15em;
}

.entry-content h3 {
	font-size: 1.35rem;
	margin-top: 1.8em;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.35em;
}

.entry-content li + li {
	margin-top: 0.45em;
}

.entry-content blockquote {
	border-left: 5px solid var(--crb-purple);
	color: var(--crb-navy-800);
	font-size: 1.12rem;
	font-weight: 650;
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding: 10px 0 10px 24px;
}

.entry-content code {
	background: #e9ecf4;
	border-radius: 4px;
	font-size: 0.88em;
	padding: 2px 5px;
}

.entry-content pre {
	background: var(--crb-navy-950);
	border-radius: var(--crb-radius);
	color: #f4f6ff;
	overflow-x: auto;
	padding: 22px;
}

.entry-content pre code {
	background: transparent;
	padding: 0;
}

.entry-content table {
	border-collapse: collapse;
	font-size: 0.92rem;
	width: 100%;
}

.entry-content th,
.entry-content td {
	border: 1px solid var(--crb-line);
	padding: 11px 13px;
	text-align: left;
}

.entry-content th {
	background: var(--crb-navy-900);
	color: #fff;
}

.wp-block-image img {
	border-radius: var(--crb-radius);
}

.wp-block-separator {
	border: 0;
	border-top: 1px solid var(--crb-line);
	margin-bottom: 2.4em;
	margin-top: 2.4em;
}

.wp-block-quote.is-style-large {
	padding-left: 24px;
}

.wp-block-group.is-style-crb-tip,
.wp-block-group.is-style-crb-warning,
.wp-block-group.is-style-crb-callout {
	border-radius: var(--crb-radius);
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding: 22px 24px;
}

.wp-block-group.is-style-crb-tip {
	background: #eaf8f1;
	border-left: 5px solid var(--crb-success);
}

.wp-block-group.is-style-crb-warning {
	background: #fff6e6;
	border-left: 5px solid var(--crb-warning);
}

.wp-block-group.is-style-crb-callout {
	background: #f0ebff;
	border-left: 5px solid var(--crb-purple);
}

.about-editorial-method {
	background: var(--crb-soft);
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius-lg);
	box-shadow: var(--crb-shadow);
	margin: 48px 0 8px;
	padding: clamp(25px, 5vw, 38px);
}

.about-editorial-method__image {
	background: var(--crb-navy-900);
	border-radius: var(--crb-radius);
	display: block;
	margin: 20px 0 25px;
	overflow: hidden;
}

.about-editorial-method__image img {
	display: block;
	height: auto;
	width: 100%;
}

.about-editorial-method__content {
	padding: 0;
}

.entry-content .about-editorial-method h2 {
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	margin: 0;
}

.about-editorial-method__content p:last-child {
	margin-bottom: 0;
}

.about-editorial-method__content > p:first-of-type {
	margin-top: 0;
}

.article-cta {
	background:
		radial-gradient(circle at 95% 0%, rgba(116, 47, 232, 0.55), transparent 38%),
		var(--crb-navy-950);
	border-radius: var(--crb-radius-lg);
	color: #fff;
	margin: 46px 0;
	padding: 34px;
}

.article-cta h2 {
	color: #fff;
	font-size: 1.65rem;
	margin: 0 0 8px;
}

.article-cta p {
	color: var(--crb-silver);
	margin: 0 0 20px;
}

.article-footer {
	border-top: 1px solid var(--crb-line);
	margin-top: 42px;
	padding-top: 24px;
}

.tag-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-links a {
	background: var(--crb-soft);
	border-radius: 999px;
	color: var(--crb-muted);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 6px 11px;
	text-decoration: none;
}

.post-navigation {
	border-bottom: 1px solid var(--crb-line);
	border-top: 1px solid var(--crb-line);
	margin: 38px 0;
	padding: 22px 0;
}

.post-navigation .nav-links {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	font-weight: 800;
	text-decoration: none;
}

.post-navigation .nav-subtitle {
	color: var(--crb-muted);
	display: block;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sidebar {
	min-width: 0;
}

.sidebar-sticky {
	position: sticky;
	top: 118px;
}

.widget {
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius);
	margin-bottom: 20px;
	padding: 22px;
}

.widget-title {
	font-size: 1rem;
	margin: 0 0 14px;
}

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

.widget li + li {
	border-top: 1px solid var(--crb-line);
	margin-top: 9px;
	padding-top: 9px;
}

.widget a {
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.help-widget {
	background: linear-gradient(145deg, var(--crb-navy-900), var(--crb-purple));
	border: 0;
	color: #fff;
}

.help-widget .widget-title {
	color: var(--crb-yellow);
}

.help-widget p {
	color: #e4e6f3;
	font-size: 0.88rem;
}

.search-form {
	display: flex;
	gap: 7px;
}

.search-form label {
	flex: 1;
}

.search-field {
	border: 1px solid var(--crb-line);
	border-radius: 999px;
	min-height: 44px;
	padding: 0 14px;
	width: 100%;
}

.search-submit {
	background: var(--crb-blue);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	padding: 0 14px;
}

.pagination {
	margin-top: 38px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.page-numbers {
	align-items: center;
	border: 1px solid var(--crb-line);
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0 10px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--crb-navy-900);
	border-color: var(--crb-navy-900);
	color: #fff;
}

.comments-area {
	margin-top: 44px;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-body {
	border-bottom: 1px solid var(--crb-line);
	padding: 22px 0;
}

.comment-meta {
	font-size: 0.82rem;
}

.comment-form label {
	display: block;
	font-size: 0.84rem;
	font-weight: 800;
	margin-bottom: 5px;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius-sm);
	padding: 10px 12px;
	width: 100%;
}

.comment-form input[type="submit"] {
	background: var(--crb-blue);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 850;
	padding: 12px 19px;
}

.empty-state,
.not-found {
	background: var(--crb-soft);
	border-radius: var(--crb-radius);
	padding: 34px;
	text-align: center;
}

.site-footer {
	background: var(--crb-navy-950);
	color: var(--crb-silver);
	padding: 58px 0 24px;
}

.footer-grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 1.3fr 0.8fr 0.9fr;
}

.footer-logo {
	max-height: 72px;
	width: auto;
}

.footer-about {
	font-size: 0.91rem;
	margin: 16px 0;
	max-width: 480px;
}

.site-footer h2 {
	color: #fff;
	font-size: 0.95rem;
	margin: 0 0 16px;
}

.site-footer a {
	color: var(--crb-silver);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--crb-yellow);
}

.site-footer a.button-primary,
.site-footer a.button-primary:hover,
.site-footer a.button-primary:focus {
	color: var(--crb-navy-950);
}

.footer-menu li + li,
.footer-contact p + p {
	margin-top: 8px;
}

.footer-contact p {
	font-size: 0.88rem;
	margin-bottom: 0;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.78rem;
	margin-top: 42px;
	padding-top: 20px;
}

.footer-bottom-inner {
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

/* WordPress websites and plugins showcase. */
.wp-services-page {
	overflow: hidden;
}

.wp-services-hero {
	background:
		radial-gradient(circle at 82% 12%, rgba(116, 47, 232, 0.48), transparent 26%),
		radial-gradient(circle at 12% 90%, rgba(21, 72, 216, 0.34), transparent 34%),
		linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	color: #fff;
	padding: 88px 0;
	position: relative;
}

.wp-services-hero::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, #000, transparent);
	position: absolute;
}

.wp-services-hero__inner {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	position: relative;
}

.wp-services-hero h1 {
	font-size: clamp(2.55rem, 5.7vw, 4.75rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0;
	max-width: 850px;
}

.wp-services-hero__copy > p:not(.eyebrow) {
	color: #dfe3f5;
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	margin: 25px 0 31px;
	max-width: 720px;
}

.wp-services-hero__panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--crb-radius-lg);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
	padding: 34px;
}

.wp-services-code {
	align-items: center;
	background: linear-gradient(135deg, var(--crb-blue-light), var(--crb-purple));
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(21, 72, 216, 0.35);
	color: #fff;
	display: inline-flex;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 1.4rem;
	font-weight: 900;
	height: 54px;
	justify-content: center;
	margin-bottom: 20px;
	width: 64px;
}

.wp-services-hero__panel h2 {
	font-size: 1.55rem;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0 0 18px;
}

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

.wp-services-hero__panel li {
	align-items: flex-start;
	color: #eef0ff;
	display: flex;
	font-size: 0.94rem;
	gap: 10px;
}

.wp-services-hero__panel li::before {
	color: var(--crb-yellow);
	content: "✓";
	font-weight: 900;
}

.wp-services-trust {
	background: #fff;
	border-bottom: 1px solid var(--crb-line);
}

.wp-services-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.wp-services-trust__grid > div {
	padding: 27px 32px;
}

.wp-services-trust__grid > div + div {
	border-left: 1px solid var(--crb-line);
}

.wp-services-trust strong,
.wp-services-trust span {
	display: block;
}

.wp-services-trust strong {
	font-size: 1rem;
	font-weight: 900;
}

.wp-services-trust span {
	color: var(--crb-muted);
	font-size: 0.84rem;
	margin-top: 2px;
}

.wp-services-heading {
	max-width: 900px;
}

.wp-services-heading .eyebrow {
	margin-bottom: 12px;
}

.wp-services-hero__copy > p.wp-services-hero__contact {
	color: #bfc7ea;
	font-size: 0.82rem;
	font-weight: 700;
	margin: 18px 0 0;
}

.wp-services-offers {
	background: linear-gradient(180deg, #f8f9fd 0%, #fff 100%);
}

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

.wp-services-offer-card {
	background: #fff;
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius-lg);
	box-shadow: 0 12px 36px rgba(17, 22, 58, 0.08);
	display: flex;
	flex-direction: column;
	padding: 30px;
	position: relative;
}

.wp-services-offer-card--featured {
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, var(--crb-blue), var(--crb-purple)) border-box;
	border: 2px solid transparent;
	box-shadow: 0 20px 55px rgba(46, 73, 206, 0.16);
}

.wp-services-offer-card__label {
	color: var(--crb-blue);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.wp-services-offer-card h3 {
	font-size: 1.45rem;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 14px;
}

.wp-services-offer-card > p:not(.wp-services-offer-card__label) {
	color: var(--crb-muted);
	font-size: 0.92rem;
	line-height: 1.62;
	margin: 0;
}

.wp-services-offer-card ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 26px;
	padding: 0;
}

.wp-services-offer-card li {
	color: var(--crb-navy-900);
	display: flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 9px;
	line-height: 1.45;
}

.wp-services-offer-card li::before {
	color: #17a871;
	content: "✓";
	font-weight: 900;
}

.wp-services-offer-card .button {
	margin-top: auto;
	text-align: center;
}

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

.showcase-card {
	background: #fff;
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius);
	box-shadow: 0 8px 30px rgba(17, 22, 58, 0.07);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.showcase-card:hover {
	box-shadow: 0 18px 48px rgba(17, 22, 58, 0.14);
	transform: translateY(-4px);
}

.showcase-card__image {
	aspect-ratio: 1200 / 760;
	background: var(--crb-navy-900);
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	position: relative;
}

.showcase-card__image:focus-visible {
	box-shadow: inset 0 0 0 4px var(--crb-yellow);
	outline: 0;
}

.showcase-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
	width: 100%;
}

.showcase-card:hover .showcase-card__image img {
	transform: scale(1.018);
}

.showcase-card__image > span {
	background: rgba(8, 11, 34, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	bottom: 14px;
	color: #fff;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	padding: 6px 10px;
	position: absolute;
	right: 14px;
	text-transform: uppercase;
}

.showcase-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.showcase-card__body h3 {
	font-size: 1.22rem;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 0 9px;
}

.showcase-card__body p {
	color: var(--crb-muted);
	font-size: 0.9rem;
	line-height: 1.58;
	margin: 0;
}

.showcase-card__body .showcase-card__result {
	background: #f4f6fc;
	border-left: 3px solid var(--crb-blue);
	color: var(--crb-navy-900);
	font-size: 0.82rem;
	margin: 18px 0 0;
	padding: 11px 12px;
}

.showcase-card__cta {
	align-items: center;
	color: var(--crb-blue);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 900;
	gap: 8px;
	margin-top: auto;
	padding-top: 18px;
	text-decoration: none;
}

.showcase-card__cta span {
	font-size: 1.05rem;
	transition: transform 180ms ease;
}

.showcase-card__cta:hover,
.showcase-card__cta:focus-visible {
	color: var(--crb-purple);
}

.showcase-card__cta:hover span,
.showcase-card__cta:focus-visible span {
	transform: translateX(4px);
}

.showcase-card--plugin .showcase-card__image {
	background: #eef1f8;
}

.plugin-customization {
	align-items: center;
	background:
		radial-gradient(circle at 92% 10%, rgba(116, 47, 232, 0.45), transparent 32%),
		linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	border-radius: var(--crb-radius-lg);
	color: #fff;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
	margin-top: 40px;
	overflow: hidden;
	padding: 46px;
	position: relative;
}

.plugin-customization > * {
	position: relative;
}

.plugin-customization h2 {
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0 0 17px;
}

.plugin-customization > div:first-child > p:not(.eyebrow) {
	color: #dce1f5;
	line-height: 1.65;
	margin: 0 0 25px;
}

.plugin-customization__options {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--crb-radius);
	padding: 27px;
}

.plugin-customization__options h3 {
	font-size: 1.05rem;
	margin: 0 0 18px;
}

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

.plugin-customization__options li {
	color: #eef0ff;
	display: flex;
	font-size: 0.85rem;
	gap: 10px;
	line-height: 1.45;
}

.plugin-customization__options li::before {
	color: var(--crb-yellow);
	content: "◆";
	font-size: 0.62rem;
	margin-top: 4px;
}

.wp-services-faq {
	background: #f7f8fc;
}

.wp-services-faq__layout {
	align-items: start;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.wp-services-faq__layout > div:first-child {
	position: sticky;
	top: 120px;
}

.wp-services-faq__layout h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	letter-spacing: -0.05em;
	line-height: 1.02;
	margin: 0 0 19px;
}

.wp-services-faq__layout > div:first-child > p:not(.eyebrow) {
	color: var(--crb-muted);
	line-height: 1.65;
}

.wp-services-faq__items {
	display: grid;
	gap: 12px;
}

.wp-services-faq details {
	background: #fff;
	border: 1px solid var(--crb-line);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(17, 22, 58, 0.05);
	padding: 0 21px;
}

.wp-services-faq summary {
	color: var(--crb-navy-950);
	cursor: pointer;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.35;
	padding: 20px 40px 20px 0;
	position: relative;
}

.wp-services-faq summary::after {
	color: var(--crb-blue);
	content: "+";
	font-size: 1.5rem;
	font-weight: 500;
	position: absolute;
	right: 2px;
	top: 14px;
}

.wp-services-faq details[open] summary::after {
	content: "−";
}

.wp-services-faq details p {
	color: var(--crb-muted);
	font-size: 0.9rem;
	line-height: 1.65;
	margin: -2px 0 21px;
}

.project-inquiry {
	background:
		radial-gradient(circle at 8% 95%, rgba(21, 72, 216, 0.42), transparent 34%),
		radial-gradient(circle at 90% 8%, rgba(116, 47, 232, 0.48), transparent 30%),
		linear-gradient(135deg, var(--crb-navy-950), #151a48);
	color: #fff;
	scroll-margin-top: 90px;
}

.project-inquiry__layout {
	align-items: start;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.project-inquiry__intro {
	padding-top: 18px;
}

.project-inquiry__intro h2 {
	font-size: clamp(2.15rem, 4.4vw, 3.65rem);
	letter-spacing: -0.055em;
	line-height: 0.99;
	margin: 0 0 22px;
}

.project-inquiry__intro > p:not(.eyebrow) {
	color: #dce1f5;
	font-size: 1rem;
	line-height: 1.68;
}

.project-inquiry__expectations {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--crb-radius);
	margin-top: 28px;
	padding: 25px;
}

.project-inquiry__expectations h3 {
	font-size: 1rem;
	margin: 0 0 15px;
}

.project-inquiry__expectations ol {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
	padding-left: 21px;
}

.project-inquiry__expectations li,
.project-inquiry__expectations p {
	color: #e8ebfa;
	font-size: 0.84rem;
	line-height: 1.5;
}

.project-inquiry__expectations p {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	margin: 0;
	padding-top: 17px;
}

.project-inquiry__form-card {
	background: #fff;
	border-radius: var(--crb-radius-lg);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
	color: var(--crb-navy-950);
	padding: 34px;
}

.project-inquiry__notice {
	border-radius: 11px;
	font-size: 0.88rem;
	line-height: 1.5;
	margin-bottom: 22px;
	padding: 14px 16px;
}

.project-inquiry__notice--success {
	background: #e8f8f1;
	border: 1px solid #9bd9bf;
	color: #075b3b;
}

.project-inquiry__notice--error {
	background: #fff0f0;
	border: 1px solid #efb0b0;
	color: #8a1f1f;
}

.project-inquiry__fields {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-inquiry__form label {
	color: var(--crb-navy-900);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
}

.project-inquiry__form label > span[aria-hidden="true"] {
	color: #be2635;
}

.project-inquiry__form input:not([type="checkbox"]),
.project-inquiry__form select,
.project-inquiry__form textarea {
	background: #f8f9fc;
	border: 1px solid #cdd3e2;
	border-radius: 10px;
	color: var(--crb-navy-950);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 500;
	margin-top: 7px;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.project-inquiry__form textarea {
	min-height: 135px;
	resize: vertical;
}

.project-inquiry__form input:focus,
.project-inquiry__form select:focus,
.project-inquiry__form textarea:focus {
	border-color: var(--crb-blue);
	box-shadow: 0 0 0 3px rgba(21, 72, 216, 0.14);
	outline: 0;
}

.project-inquiry__field--wide {
	grid-column: 1 / -1;
}

.project-inquiry__consent {
	align-items: start;
	display: flex !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	gap: 10px !important;
	line-height: 1.45;
	margin: 20px 0;
}

.project-inquiry__consent input {
	margin-top: 3px;
}

.project-inquiry__submit {
	border: 0;
	cursor: pointer;
	min-height: 52px;
	width: 100%;
}

.project-inquiry__privacy {
	color: var(--crb-muted);
	font-size: 0.7rem;
	line-height: 1.45;
	margin: 12px 0 0;
	text-align: center;
}

.project-inquiry__honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.showcase-lightbox[hidden] {
	display: none;
}

.showcase-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 28px;
	position: fixed;
	z-index: 100000;
}

.showcase-lightbox__backdrop {
	background: rgba(5, 8, 26, 0.9);
	backdrop-filter: blur(7px);
	inset: 0;
	position: absolute;
}

.showcase-lightbox__dialog {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.52);
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 56px);
	max-width: 1500px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.showcase-lightbox__close {
	align-items: center;
	background: var(--crb-yellow);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
	color: var(--crb-navy-950);
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	font-weight: 400;
	height: 46px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 4px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 46px;
	z-index: 2;
}

.showcase-lightbox__close:hover,
.showcase-lightbox__close:focus-visible {
	background: #fff;
	outline: 3px solid var(--crb-blue-light);
}

.showcase-lightbox__image-wrap {
	background: #e9edf5;
	overflow: auto;
}

.showcase-lightbox__image-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.showcase-lightbox__footer {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 20px 24px;
}

.showcase-lightbox__footer .eyebrow {
	margin: 0 0 5px;
}

.showcase-lightbox__footer h2 {
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.2;
	margin: 0;
}

body.showcase-lightbox-open {
	overflow: hidden;
}

@media (max-width: 680px) {
	.showcase-lightbox {
		padding: 10px;
	}

	.showcase-lightbox__dialog {
		border-radius: 12px;
		max-height: calc(100vh - 20px);
	}

	.showcase-lightbox__close {
		height: 40px;
		right: 9px;
		top: 9px;
		width: 40px;
	}

	.showcase-lightbox__footer {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		padding: 17px;
	}

	.showcase-lightbox__footer .button {
		text-align: center;
	}
}

.wp-services-steps {
	counter-reset: service-step;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-services-steps li {
	background: #fff;
	border: 1px solid var(--crb-line);
	border-radius: var(--crb-radius);
	padding: 25px;
}

.wp-services-steps li > span {
	align-items: center;
	background: linear-gradient(135deg, var(--crb-blue), var(--crb-purple));
	border-radius: 11px;
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	margin-bottom: 18px;
	width: 38px;
}

.wp-services-steps h3 {
	font-size: 1.05rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.wp-services-steps p {
	color: var(--crb-muted);
	font-size: 0.86rem;
	line-height: 1.55;
	margin: 0;
}

.wp-services-safety {
	background: var(--crb-soft);
	border-block: 1px solid var(--crb-line);
	padding: 52px 0;
}

.wp-services-safety__inner {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.wp-services-safety h2 {
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	letter-spacing: -0.035em;
	line-height: 1.1;
	margin: 0;
}

.wp-services-safety__inner > p {
	color: var(--crb-muted);
	font-size: 1rem;
	margin: 0;
}

.wp-services-cta {
	background:
		radial-gradient(circle at 88% 30%, rgba(116, 47, 232, 0.45), transparent 30%),
		linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	color: #fff;
	padding: 64px 0;
}

.wp-services-cta__inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.wp-services-cta h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	letter-spacing: -0.045em;
	line-height: 1.05;
	margin: 0;
	max-width: 780px;
}

.wp-services-cta p:not(.eyebrow) {
	color: var(--crb-silver);
	margin: 18px 0 0;
	max-width: 740px;
}

.wp-services-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 220px;
}

@media (max-width: 980px) {
	.header-cta {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		background: var(--crb-navy-950);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		display: none;
		inset: 84px 0 auto;
		max-height: calc(100vh - 84px);
		overflow-y: auto;
		padding: 18px 24px 28px;
		position: fixed;
	}

	.admin-bar .primary-navigation {
		top: 116px;
	}

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

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
	}

	.primary-menu a {
		border-radius: 8px;
		padding: 13px;
	}

	.hero-inner,
	.repair-promise-inner,
	.authority-inner,
	.wp-services-hero__inner,
	.wp-services-safety__inner,
	.wp-services-cta__inner {
		grid-template-columns: 1fr;
	}

	.wp-services-hero {
		padding: 68px 0;
	}

	.wp-services-hero__panel {
		max-width: 650px;
	}

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

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

	.wp-services-cta__actions {
		align-items: flex-start;
		flex-direction: row;
	}

	.hero {
		padding: 68px 0;
	}

	.hero-panel {
		max-width: 620px;
	}

	.repair-promise-cta {
		max-width: 620px;
	}

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

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

	.content-layout {
		grid-template-columns: 1fr;
	}

	.sidebar-sticky {
		position: static;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .primary-navigation {
		top: 130px;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 16px;
	}

	.site-shell,
	.narrow-shell,
	.breadcrumbs {
		padding-inline: 18px;
	}

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

	.primary-navigation {
		top: 74px;
	}

	.admin-bar .primary-navigation {
		top: 120px;
	}

	.custom-logo,
	.fallback-logo {
		max-height: 52px;
		max-width: 155px;
	}

	.site-title-wrap {
		display: none;
	}

	.hero {
		padding: 54px 0;
	}

	.hero-inner {
		gap: 38px;
	}

	.hero h1 {
		font-size: clamp(2.3rem, 12vw, 3.4rem);
	}

	.hero-panel {
		padding: 22px;
	}

	.hero-search {
		flex-direction: column;
	}

	.hero-search button {
		min-height: 46px;
	}

	.repair-promise-inner {
		gap: 28px;
		padding-block: 36px;
	}

	.repair-promise-cta {
		padding: 23px;
	}

	.section {
		padding: 56px 0;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.topic-grid,
	.article-grid,
	.footer-grid,
	.showcase-grid,
	.wp-services-steps,
	.wp-services-trust__grid {
		grid-template-columns: 1fr;
	}

	.wp-services-hero {
		padding: 54px 0;
	}

	.wp-services-hero__inner {
		gap: 38px;
	}

	.wp-services-hero h1 {
		font-size: clamp(2.3rem, 11.5vw, 3.35rem);
	}

	.wp-services-hero__panel {
		padding: 24px;
	}

	.wp-services-trust__grid > div {
		padding: 19px 18px;
	}

	.wp-services-trust__grid > div + div {
		border-left: 0;
		border-top: 1px solid var(--crb-line);
	}

	.wp-services-safety {
		padding: 44px 0;
	}

	.wp-services-cta__actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.topic-card {
		min-height: 0;
	}

	.authority-inner {
		text-align: center;
	}

	.authority-logo {
		margin: auto;
	}

	.entry-title {
		font-size: 2.35rem;
	}

	.article-cta {
		padding: 26px 22px;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.post-navigation .nav-next {
		text-align: left;
	}

	.footer-bottom-inner {
		flex-direction: column;
	}
}

@media (max-width: 1020px) {
	.wp-services-offer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wp-services-offer-card:last-child {
		grid-column: 1 / -1;
	}

	.plugin-customization,
	.wp-services-faq__layout,
	.project-inquiry__layout {
		grid-template-columns: 1fr;
	}

	.wp-services-faq__layout > div:first-child {
		position: static;
	}

	.plugin-customization,
	.project-inquiry__layout,
	.wp-services-faq__layout {
		gap: 38px;
	}
}

@media (max-width: 680px) {
	.wp-services-offer-grid,
	.project-inquiry__fields {
		grid-template-columns: 1fr;
	}

	.wp-services-offer-card:last-child,
	.project-inquiry__field--wide {
		grid-column: auto;
	}

	.wp-services-offer-card,
	.project-inquiry__form-card {
		padding: 24px;
	}

	.plugin-customization {
		padding: 28px 22px;
	}

	.plugin-customization__options {
		padding: 22px;
	}
}

@media print {
	.site-header,
	.site-footer,
	.sidebar,
	.article-cta,
	.post-navigation,
	.comments-area,
	.authority-strip {
		display: none !important;
	}

	body {
		color: #000;
		font-size: 12pt;
	}

	.content-layout,
	.entry-content > * {
		display: block;
		max-width: none;
	}

	a {
		color: #000;
		text-decoration: none;
	}
}


/* ==========================================================================\n   1.5.0 Knowledge-site visual refresh\n   Carolina Coastal inspired presentation, using the original CRB palette.\n   This layer changes presentation only; the site remains article/knowledge first.\n   ========================================================================== */

/* A more editorial, premium header without changing the site's navigation model. */
.site-header {
	background: rgba(8, 11, 34, 0.94);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	box-shadow: 0 8px 30px rgba(8, 11, 34, 0.16);
}

.header-inner {
	min-height: 88px;
}

.primary-menu a {
	padding: 11px 15px;
}

.header-cta,
.button,
.wp-block-button__link {
	border-radius: 12px;
}

.header-cta {
	box-shadow: 0 8px 24px rgba(243, 237, 58, 0.20);
}

/* Knowledge-first photographic hero. The image already belongs to this theme. */
.hero {
	background-color: var(--crb-navy-950);
	background-image:
		linear-gradient(90deg, rgba(8, 11, 34, 0.98) 0%, rgba(16, 21, 58, 0.94) 45%, rgba(24, 30, 79, 0.78) 72%, rgba(116, 47, 232, 0.54) 100%),
		url("assets/images/computer-repair-workbench-notes.jpg");
	background-position: center;
	background-size: cover;
	min-height: 610px;
	padding: 104px 0 96px;
}

.hero::before {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.02), transparent 32%),
		radial-gradient(circle at 80% 15%, rgba(156, 103, 255, 0.22), transparent 31%);
	mask-image: none;
}

.hero::after {
	background: linear-gradient(90deg, var(--crb-yellow) 0 17%, var(--crb-blue-light) 17% 55%, var(--crb-purple) 55% 100%);
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}

.hero-inner {
	gap: 72px;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
}

.hero h1 {
	font-size: clamp(2.85rem, 5.9vw, 5.25rem);
	letter-spacing: -0.06em;
	line-height: 0.96;
	text-wrap: balance;
}

.hero h1 span {
	background: none;
	color: #fff;
}

.hero-copy {
	color: #f0f2fb;
	font-size: clamp(1.08rem, 1.8vw, 1.26rem);
	line-height: 1.65;
	max-width: 720px;
	text-shadow: 0 2px 16px rgba(8, 11, 34, 0.35);
}

.hero-panel {
	background: rgba(8, 11, 34, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.30);
	padding: 34px;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.hero-search {
	background: #fff;
	border-radius: 14px;
	gap: 0;
	padding: 5px;
}

.hero-search input[type="search"] {
	border-radius: 10px;
	min-height: 52px;
}

.hero-search button {
	border-radius: 10px;
	min-width: 92px;
}

.trust-list {
	border-top: 1px solid rgba(255,255,255,0.14);
	padding-top: 22px;
}

/* Keep the AME promise as supporting credibility, not a funnel. */
.repair-promise {
	background: #fff;
	border-bottom: 0;
	padding: 34px 0;
}

.repair-promise-inner {
	background: linear-gradient(135deg, #fff 0%, var(--crb-soft) 100%);
	border: 1px solid var(--crb-line);
	border-radius: 24px;
	box-shadow: 0 18px 55px rgba(17, 22, 58, 0.08);
	padding: 42px 46px;
}

.repair-promise-cta {
	background:
		radial-gradient(circle at 88% 12%, rgba(116,47,232,0.34), transparent 34%),
		linear-gradient(135deg, var(--crb-navy-950), var(--crb-navy-800));
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 18px;
}

.section {
	padding: 92px 0;
}

.section-soft {
	background:
		linear-gradient(180deg, #f8f9fd 0%, var(--crb-soft) 100%);
}

.section-heading {
	margin-bottom: 38px;
}

.section-heading h2 {
	font-size: clamp(2rem, 3.6vw, 3rem);
	letter-spacing: -0.045em;
}

.section-heading p {
	font-size: 1rem;
	max-width: 690px;
}

/* Topic cards stay knowledge navigation, but get the premium local-service card treatment. */
.topic-grid {
	gap: 22px;
}

.topic-card {
	border: 0;
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(17, 22, 58, 0.07);
	min-height: 205px;
	overflow: hidden;
	padding: 30px;
}

.topic-card::before {
	background: linear-gradient(90deg, var(--crb-blue), var(--crb-purple));
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0.36);
	transform-origin: left;
	transition: transform 220ms ease;
	width: 100%;
}

.topic-card:hover::before {
	transform: scaleX(1);
}

.topic-card:hover {
	border-color: transparent;
	box-shadow: 0 22px 50px rgba(17, 22, 58, 0.14);
	transform: translateY(-6px);
}

.topic-icon {
	background: linear-gradient(135deg, var(--crb-navy-900), var(--crb-purple));
	border-radius: 14px;
	box-shadow: 0 9px 24px rgba(116,47,232,0.22);
	color: #fff;
	height: 48px;
	width: 48px;
}

.topic-card h3 {
	font-size: 1.12rem;
}

/* Latest articles remain the visual and SEO center of the homepage. */
.article-grid {
	gap: 28px;
}

.article-card {
	border: 0;
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(17, 22, 58, 0.08);
}

.article-card:hover {
	box-shadow: 0 24px 56px rgba(17, 22, 58, 0.16);
	transform: translateY(-6px);
}

.article-card-media {
	aspect-ratio: 16 / 10;
}

.article-card-body {
	padding: 27px;
}

.card-category {
	align-self: flex-start;
	background: rgba(116, 47, 232, 0.08);
	border-radius: 999px;
	color: var(--crb-purple);
	padding: 6px 10px;
}

.article-card h2,
.article-card h3 {
	font-size: 1.28rem;
	line-height: 1.28;
}

/* A stronger but still secondary professional-help strip. */
.authority-strip {
	background:
		radial-gradient(circle at 82% 20%, rgba(116,47,232,0.34), transparent 30%),
		linear-gradient(115deg, var(--crb-navy-950), var(--crb-navy-800));
	padding: 48px 0;
}

.authority-inner {
	gap: 36px;
}

.authority-copy h2 {
	font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

/* Archives and articles share the same polished visual language. */
.page-header {
	background:
		radial-gradient(circle at 82% 18%, rgba(116,47,232,0.38), transparent 31%),
		linear-gradient(125deg, var(--crb-navy-950), var(--crb-navy-800));
	border-bottom: 5px solid var(--crb-yellow);
	padding: 66px 0;
}

.featured-image {
	border-radius: 22px;
	box-shadow: 0 20px 52px rgba(17, 22, 58, 0.14);
}

.table-of-contents,
.widget,
.article-cta {
	border-radius: 18px;
}

.table-of-contents {
	background: linear-gradient(180deg, #fff, var(--crb-soft));
	box-shadow: 0 10px 30px rgba(17,22,58,0.06);
}

.widget {
	box-shadow: 0 10px 30px rgba(17,22,58,0.06);
}

.entry-content blockquote {
	background: linear-gradient(90deg, rgba(116,47,232,0.07), rgba(21,72,216,0.03));
	border-left-color: var(--crb-purple);
	border-radius: 0 14px 14px 0;
	padding: 18px 24px;
}

.site-footer {
	background:
		radial-gradient(circle at 12% 15%, rgba(21,72,216,0.18), transparent 28%),
		linear-gradient(135deg, var(--crb-navy-950), #050717);
}

/* Gentle reveal effects, with reduced-motion respected. */
@media (prefers-reduced-motion: no-preference) {
	.topic-card,
	.article-card,
	.repair-promise-inner,
	.authority-inner {
		animation: crb-rise-in 520ms ease both;
	}

	.topic-card:nth-child(2), .article-card:nth-child(2) { animation-delay: 55ms; }
	.topic-card:nth-child(3), .article-card:nth-child(3) { animation-delay: 110ms; }
	.topic-card:nth-child(4) { animation-delay: 165ms; }
	.topic-card:nth-child(5) { animation-delay: 220ms; }
	.topic-card:nth-child(6) { animation-delay: 275ms; }
	.topic-card:nth-child(7) { animation-delay: 330ms; }
	.topic-card:nth-child(8) { animation-delay: 385ms; }

	@keyframes crb-rise-in {
		from { opacity: 0; transform: translateY(14px); }
		to { opacity: 1; transform: translateY(0); }
	}
}

@media (max-width: 980px) {
	.hero {
		min-height: 0;
		padding: 78px 0 72px;
	}

	.hero-inner {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.hero-panel {
		max-width: 650px;
	}

	.repair-promise-inner {
		padding: 34px;
	}
}

@media (max-width: 720px) {
	.header-inner {
		min-height: 76px;
	}

	.hero {
		background-position: 58% center;
		padding: 64px 0 58px;
	}

	.hero h1 {
		font-size: clamp(2.45rem, 13vw, 3.7rem);
	}

	.hero-panel,
	.repair-promise-inner {
		border-radius: 18px;
		padding: 24px;
	}

	.hero-search {
		background: transparent;
		display: grid;
		gap: 8px;
		padding: 0;
	}

	.hero-search button {
		min-height: 50px;
	}

	.section {
		padding: 68px 0;
	}

	.topic-card {
		min-height: 0;
		padding: 24px;
	}

	.article-card-body {
		padding: 23px;
	}
}

/* ========================================================================
   CRB 1.6.0 — AME high-technology design system
   A cinematic, article-first presentation with accessible restrained motion.
   ======================================================================== */

:root {
	--crb-navy-950: #030712;
	--crb-navy-900: #07101f;
	--crb-navy-800: #0c1a31;
	--crb-navy-700: #122849;
	--crb-blue: #2868ff;
	--crb-blue-light: #58a4ff;
	--crb-cyan: #42ddff;
	--crb-purple: #7656ff;
	--crb-purple-light: #a596ff;
	--crb-yellow: #f8ed36;
	--crb-yellow-dark: #ddd20f;
	--crb-silver: #ced9e9;
	--crb-ink: #f2f7ff;
	--crb-muted: #a6b5c9;
	--crb-line: rgba(112, 157, 224, 0.19);
	--crb-paper: #07101f;
	--crb-soft: #0a1629;
	--crb-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
	--crb-tech-shadow: 0 0 0 1px rgba(70, 143, 255, 0.08), 0 24px 60px rgba(0, 0, 0, 0.34), 0 0 46px rgba(40, 104, 255, 0.08);
}

html {
	background: #030712;
}

body {
	background:
		radial-gradient(1100px 580px at 88% -5%, rgba(39, 104, 255, 0.12), transparent 68%),
		radial-gradient(800px 520px at -8% 42%, rgba(118, 86, 255, 0.08), transparent 68%),
		#050b16;
	color: var(--crb-ink);
	min-height: 100vh;
}

body::before {
	background-image:
		linear-gradient(rgba(75, 134, 223, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(75, 134, 223, 0.025) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

a {
	color: #7bbdff;
}

a:hover {
	color: var(--crb-cyan);
}

::selection {
	background: rgba(66, 221, 255, 0.28);
	color: #fff;
}

.site-shell {
	max-width: 1240px;
}

/* Floating command header. */
.site-header {
	background: rgba(3, 8, 19, 0.76);
	border-bottom: 1px solid rgba(109, 158, 232, 0.18);
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
	-webkit-backdrop-filter: blur(20px) saturate(1.25);
	backdrop-filter: blur(20px) saturate(1.25);
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header::after {
	background: linear-gradient(90deg, transparent 3%, rgba(66, 221, 255, 0.65) 28%, rgba(118, 86, 255, 0.62) 62%, transparent 96%);
	bottom: -1px;
	box-shadow: 0 0 14px rgba(66, 221, 255, 0.28);
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.55;
	position: absolute;
	width: 100%;
}

.site-header.is-scrolled {
	background: rgba(3, 8, 19, 0.94);
	border-color: rgba(109, 158, 232, 0.26);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.header-inner {
	min-height: 94px;
}

.custom-logo {
	filter: brightness(2.25) saturate(1.15) drop-shadow(0 0 10px rgba(70, 153, 255, 0.22));
	max-height: 66px;
}

.fallback-logo,
.footer-logo,
.authority-logo {
	filter: brightness(1.95) saturate(1.08) drop-shadow(0 0 12px rgba(70, 153, 255, 0.22));
}

.site-title {
	font-size: 1.08rem;
	letter-spacing: -0.025em;
	text-shadow: 0 0 18px rgba(94, 160, 255, 0.14);
}

.site-description {
	color: #aab9ce;
}

.primary-menu {
	background: rgba(12, 25, 48, 0.68);
	border: 1px solid rgba(103, 153, 228, 0.18);
	border-radius: 999px;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 10px 30px rgba(0, 0, 0, 0.18);
	gap: 2px;
	padding: 5px;
}

.primary-menu a {
	font-size: 0.82rem;
	letter-spacing: 0.015em;
	padding: 9px 12px;
	transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	background: linear-gradient(135deg, rgba(42, 106, 255, 0.30), rgba(118, 86, 255, 0.20));
	box-shadow: inset 0 0 0 1px rgba(105, 173, 255, 0.18), 0 0 18px rgba(46, 116, 255, 0.14);
	color: #fff;
}

.header-cta,
.button-primary {
	background: linear-gradient(100deg, #fff62d, #f1dc1d);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 10px 26px rgba(239, 221, 31, 0.17), inset 0 1px rgba(255, 255, 255, 0.72);
	color: #07101f;
	overflow: hidden;
	position: relative;
}

.header-cta::after,
.button-primary::after {
	background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, 0.78) 49%, transparent 66%);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-150%);
	transition: transform 520ms ease;
}

.header-cta:hover::after,
.button-primary:hover::after {
	transform: translateX(150%);
}

.header-cta:hover,
.button-primary:hover {
	background: #fff;
	box-shadow: 0 13px 34px rgba(85, 165, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.62);
	color: #07101f;
}

/* Cinematic article-search hero. */
.hero {
	--pointer-x: 72%;
	--pointer-y: 30%;
	background:
		radial-gradient(680px 470px at var(--pointer-x) var(--pointer-y), rgba(33, 111, 255, 0.24), transparent 72%),
		radial-gradient(760px 520px at 7% 92%, rgba(118, 86, 255, 0.18), transparent 70%),
		linear-gradient(125deg, #02050e 0%, #061126 48%, #07101d 100%);
	border-bottom: 1px solid rgba(88, 151, 243, 0.19);
	isolation: isolate;
	min-height: 730px;
	padding: 94px 0 86px;
}

.hero::before {
	background:
		linear-gradient(90deg, transparent, rgba(85, 169, 255, 0.07), transparent),
		repeating-linear-gradient(90deg, transparent 0 128px, rgba(82, 140, 224, 0.035) 129px 130px),
		repeating-linear-gradient(0deg, transparent 0 63px, rgba(82, 140, 224, 0.035) 64px 65px);
	background-size: 100% 100%, 100% 100%, 100% 100%;
	inset: 0;
	mask-image: linear-gradient(to bottom, #000 5%, rgba(0, 0, 0, 0.75) 72%, transparent);
	opacity: 1;
	z-index: -3;
}

.hero::after {
	background: linear-gradient(90deg, transparent, rgba(62, 151, 255, 0.65), rgba(103, 86, 255, 0.45), transparent);
	bottom: 0;
	box-shadow: 0 0 22px rgba(62, 151, 255, 0.34);
	content: "";
	height: 1px;
	left: 7%;
	position: absolute;
	width: 86%;
}

.hero-tech-grid {
	background-image:
		linear-gradient(rgba(71, 132, 225, 0.065) 1px, transparent 1px),
		linear-gradient(90deg, rgba(71, 132, 225, 0.065) 1px, transparent 1px);
	background-position: center top;
	background-size: 54px 54px;
	inset: -70px -70px 0;
	mask-image: radial-gradient(ellipse at 50% 22%, #000, transparent 78%);
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
	transform: perspective(850px) rotateX(62deg) translateY(255px) scale(1.15);
	transform-origin: center;
	z-index: -2;
}

.hero-orb {
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.hero-orb-one {
	background: rgba(40, 104, 255, 0.14);
	box-shadow: 0 0 90px 42px rgba(40, 104, 255, 0.13);
	height: 190px;
	right: 11%;
	top: 22%;
	width: 190px;
}

.hero-orb-two {
	background: rgba(118, 86, 255, 0.08);
	box-shadow: 0 0 90px 48px rgba(118, 86, 255, 0.09);
	bottom: 10%;
	height: 150px;
	left: 3%;
	width: 150px;
}

.hero-scanline {
	background: linear-gradient(90deg, transparent, rgba(66, 221, 255, 0.18), transparent);
	filter: blur(0.5px);
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 18%;
	width: 100%;
	z-index: -1;
}

.hero-inner {
	align-items: center;
	gap: clamp(50px, 6vw, 88px);
	grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
}

.hero-copy-column {
	position: relative;
	z-index: 2;
}

.hero-status-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 11px 16px;
	margin-bottom: 18px;
}

.hero-status-row .eyebrow {
	margin: 0;
}

.system-online,
.search-console-status span {
	align-items: center;
	color: #9bb7dc;
	display: inline-flex;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.64rem;
	font-weight: 800;
	gap: 7px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.system-online {
	background: rgba(6, 20, 39, 0.68);
	border: 1px solid rgba(71, 155, 255, 0.2);
	border-radius: 999px;
	padding: 6px 10px;
}

.system-online i,
.search-console-status i {
	background: #53f5b0;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(83, 245, 176, 0.8);
	display: block;
	height: 6px;
	width: 6px;
}

.hero h1 {
	font-size: clamp(3rem, 5.6vw, 5.2rem);
	letter-spacing: -0.062em;
	line-height: 0.94;
	text-wrap: balance;
}

.hero h1 span {
	background: linear-gradient(100deg, #fff 2%, #d5e9ff 43%, #8bc5ff 67%, #a594ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	filter: drop-shadow(0 0 24px rgba(79, 155, 255, 0.12));
}

.hero-copy {
	color: #b7c7da;
	font-size: clamp(1.04rem, 1.55vw, 1.18rem);
	line-height: 1.72;
	max-width: 720px;
}

.button {
	border-radius: 11px;
	letter-spacing: -0.01em;
	min-height: 48px;
	padding-inline: 22px;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button-outline {
	background: rgba(10, 25, 47, 0.76);
	border-color: rgba(113, 170, 255, 0.34);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.button-outline:hover {
	background: rgba(38, 104, 255, 0.20);
	border-color: rgba(116, 185, 255, 0.72);
	box-shadow: 0 0 28px rgba(40, 104, 255, 0.18);
}

.hero-panel {
	background:
		linear-gradient(145deg, rgba(13, 33, 63, 0.88), rgba(5, 14, 29, 0.94)) padding-box,
		linear-gradient(135deg, rgba(104, 180, 255, 0.68), rgba(118, 86, 255, 0.25) 52%, rgba(66, 221, 255, 0.5)) border-box;
	border: 1px solid transparent;
	border-radius: 24px;
	box-shadow: var(--crb-tech-shadow), inset 0 1px rgba(255, 255, 255, 0.06);
	overflow: hidden;
	padding: 22px 25px 27px;
	position: relative;
	transform: translateZ(0);
}

.hero-panel::before {
	background:
		linear-gradient(rgba(84, 151, 244, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(84, 151, 244, 0.045) 1px, transparent 1px);
	background-size: 28px 28px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, #000, transparent 78%);
	pointer-events: none;
	position: absolute;
}

.hero-panel::after {
	background: linear-gradient(90deg, transparent, rgba(66, 221, 255, 0.74), rgba(118, 86, 255, 0.55), transparent);
	content: "";
	height: 2px;
	left: 9%;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 82%;
}

.hero-panel > * {
	position: relative;
	z-index: 1;
}

.faith-tech-mark {
	aspect-ratio: 2.15 / 1;
	background: radial-gradient(circle at 50% 53%, rgba(31, 112, 255, 0.2), transparent 54%);
	border-radius: 15px;
	margin: -3px -4px 12px;
	overflow: hidden;
	position: relative;
}

.faith-tech-mark img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 50% 38%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.faith-tech-mark__glow {
	background: radial-gradient(circle, rgba(61, 156, 255, 0.42), transparent 70%);
	filter: blur(18px);
	inset: 18% 31%;
	position: absolute;
	z-index: 1;
}

.faith-tech-mark__glint {
	background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.72) 49%, rgba(73, 190, 255, 0.45) 54%, transparent 70%);
	filter: blur(0.4px);
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: translateX(-120%);
	z-index: 3;
}

.search-console-status {
	align-items: center;
	border-bottom: 1px solid rgba(103, 156, 233, 0.16);
	display: flex;
	justify-content: space-between;
	margin: 0 2px 18px;
	padding: 0 0 12px;
}

.search-console-status small {
	color: #7288a6;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.56rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-panel-label {
	color: #eaf4ff;
	font-size: 0.73rem;
	letter-spacing: 0.12em;
}

.hero-search {
	background: rgba(2, 8, 18, 0.66);
	border: 1px solid rgba(104, 164, 245, 0.22);
	border-radius: 14px;
	box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.42), 0 0 28px rgba(41, 110, 255, 0.07);
	gap: 8px;
	padding: 6px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hero-search:focus-within {
	border-color: rgba(81, 180, 255, 0.68);
	box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.32), 0 0 0 3px rgba(48, 128, 255, 0.12), 0 0 34px rgba(41, 139, 255, 0.15);
}

.hero-search input[type="search"] {
	background: transparent;
	color: #f3f8ff;
	min-height: 50px;
	outline: 0;
}

.hero-search input[type="search"]::placeholder {
	color: #7387a5;
}

.hero-search button {
	background: linear-gradient(135deg, #2868ff, #7255ff);
	border: 1px solid rgba(142, 191, 255, 0.34);
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(40, 104, 255, 0.26);
	min-width: 96px;
	transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-search button:hover {
	box-shadow: 0 10px 30px rgba(40, 104, 255, 0.38), 0 0 18px rgba(66, 221, 255, 0.14);
	filter: brightness(1.13);
	transform: translateY(-1px);
}

.trust-list {
	grid-template-columns: 1fr;
	margin-top: 19px;
}

.trust-list li {
	color: #b7c6da;
	font-size: 0.82rem;
}

.trust-list li::before {
	align-items: center;
	background: rgba(66, 221, 255, 0.09);
	border: 1px solid rgba(66, 221, 255, 0.18);
	border-radius: 50%;
	color: var(--crb-cyan);
	display: inline-flex;
	font-size: 0.62rem;
	height: 19px;
	justify-content: center;
	margin-top: 2px;
	width: 19px;
}

/* Promise, navigation and content modules. */
.repair-promise {
	background:
		radial-gradient(650px 300px at 8% 50%, rgba(118, 86, 255, 0.10), transparent 72%),
		linear-gradient(180deg, #07101f, #081426);
	border-bottom-color: rgba(105, 154, 226, 0.16);
}

.repair-promise-inner {
	background:
		linear-gradient(135deg, rgba(15, 32, 59, 0.84), rgba(7, 18, 35, 0.88)) padding-box,
		linear-gradient(115deg, rgba(79, 155, 255, 0.48), rgba(118, 86, 255, 0.15), rgba(248, 237, 54, 0.35)) border-box;
	border: 1px solid transparent;
	border-radius: 22px;
	box-shadow: var(--crb-tech-shadow);
	margin-block: 45px;
	overflow: hidden;
	padding: 34px 36px;
	position: relative;
}

.repair-promise-inner::before {
	background: linear-gradient(90deg, rgba(66, 221, 255, 0.58), rgba(118, 86, 255, 0.38), transparent);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 42%;
}

.repair-promise-kicker {
	color: var(--crb-cyan);
}

.repair-promise h2 {
	color: #f4f8ff;
}

.repair-promise-copy > p:not(.repair-promise-kicker) {
	color: #a8b7ca;
}

.repair-promise-cta {
	background:
		radial-gradient(circle at 90% 5%, rgba(118, 86, 255, 0.26), transparent 44%),
		linear-gradient(145deg, #0c1e39, #07101f);
	border: 1px solid rgba(100, 159, 242, 0.20);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.24);
}

.section {
	padding: 94px 0;
}

.section-soft,
.wp-services-offers,
.wp-services-faq {
	background:
		radial-gradient(800px 400px at 85% 0%, rgba(38, 104, 255, 0.08), transparent 70%),
		linear-gradient(180deg, #081426, #07101f);
}

.section-heading h2,
.wp-services-heading h2,
.wp-services-faq__layout h2 {
	color: #f4f8ff;
	text-wrap: balance;
}

.section-heading p,
.wp-services-faq__layout > div:first-child > p:not(.eyebrow) {
	color: var(--crb-muted);
}

.eyebrow {
	color: var(--crb-cyan);
}

.topic-grid {
	gap: 19px;
}

.topic-card,
.article-card,
.showcase-card,
.wp-services-offer-card,
.widget,
.table-of-contents,
.about-editorial-method,
.empty-state,
.not-found {
	background:
		linear-gradient(150deg, rgba(15, 31, 57, 0.96), rgba(7, 17, 33, 0.97)) padding-box,
		linear-gradient(135deg, rgba(89, 157, 255, 0.33), rgba(118, 86, 255, 0.09) 55%, rgba(66, 221, 255, 0.22)) border-box;
	border: 1px solid transparent;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 14px 38px rgba(0, 0, 0, 0.22);
}

.topic-card,
.article-card,
.showcase-card,
.wp-services-offer-card {
	position: relative;
	transform: translateZ(0);
}

.topic-card::after,
.article-card::after,
.showcase-card::after,
.wp-services-offer-card::after {
	background: linear-gradient(100deg, transparent 25%, rgba(92, 184, 255, 0.16) 48%, transparent 70%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-105%);
	transition: transform 680ms ease, opacity 180ms ease;
}

.topic-card:hover::after,
.article-card:hover::after,
.showcase-card:hover::after,
.wp-services-offer-card:hover::after {
	opacity: 1;
	transform: translateX(105%);
}

.topic-card::before {
	background: linear-gradient(90deg, var(--crb-cyan), var(--crb-blue), var(--crb-purple));
	box-shadow: 0 0 18px rgba(66, 221, 255, 0.26);
	transform: scaleX(0.18);
}

.topic-card:hover {
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 22px 50px rgba(0, 0, 0, 0.32), 0 0 32px rgba(40, 104, 255, 0.09);
	color: #fff;
}

.topic-icon {
	background: linear-gradient(145deg, #132d52, #09162b);
	border: 1px solid rgba(87, 174, 255, 0.45);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 0 22px rgba(40, 133, 255, 0.14);
	clip-path: polygon(25% 0, 75% 0, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0 75%, 0 25%);
	color: var(--crb-cyan);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.topic-card h3,
.article-card h2 a,
.article-card h3 a,
.showcase-card__body h3,
.wp-services-offer-card h3 {
	color: #edf5ff;
}

.topic-card p,
.article-card-excerpt,
.showcase-card__body p,
.wp-services-offer-card > p:not(.wp-services-offer-card__label) {
	color: #9eafc5;
}

.article-card {
	overflow: hidden;
}

.article-card:hover,
.showcase-card:hover,
.wp-services-offer-card:hover {
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 26px 58px rgba(0, 0, 0, 0.36), 0 0 38px rgba(40, 104, 255, 0.08);
}

.article-card-media {
	background: linear-gradient(135deg, #0e2548, #2d1c68);
	border-bottom: 1px solid rgba(95, 151, 233, 0.18);
	position: relative;
}

.article-card-media::after {
	background: linear-gradient(to top, rgba(3, 8, 18, 0.46), transparent 55%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.card-category {
	background: rgba(66, 221, 255, 0.08);
	border: 1px solid rgba(66, 221, 255, 0.16);
	color: var(--crb-cyan);
}

.card-meta {
	border-top: 1px solid rgba(104, 154, 227, 0.13);
	color: #778ba8;
	padding-top: 14px;
}

.authority-strip {
	background:
		radial-gradient(500px 280px at 12% 50%, rgba(40, 104, 255, 0.14), transparent 75%),
		radial-gradient(500px 260px at 86% 30%, rgba(118, 86, 255, 0.12), transparent 70%),
		linear-gradient(120deg, #030712, #081426);
	border-block: 1px solid rgba(104, 155, 229, 0.17);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.authority-copy p {
	color: #9dafc6;
}

/* Archives, articles and sidebar. */
.page-header {
	background:
		radial-gradient(650px 300px at 82% 14%, rgba(40, 104, 255, 0.21), transparent 74%),
		radial-gradient(500px 260px at 12% 95%, rgba(118, 86, 255, 0.14), transparent 72%),
		linear-gradient(125deg, #02050e, #08172c);
	border-bottom: 1px solid rgba(66, 221, 255, 0.38);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	position: relative;
}

.page-header::before {
	background-image:
		linear-gradient(rgba(75, 139, 232, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(75, 139, 232, 0.045) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, #000, transparent);
	position: absolute;
}

.page-header .site-shell {
	position: relative;
}

.page-header h1,
.entry-title {
	color: #f3f8ff;
	text-wrap: balance;
}

.page-header .archive-description,
.entry-deck,
.entry-meta,
.breadcrumbs {
	color: #93a5bc;
}

.breadcrumbs {
	border-bottom: 1px solid rgba(100, 150, 222, 0.12);
	margin-bottom: 0;
	padding-bottom: 22px;
}

.content-layout {
	gap: 48px;
}

.single-header .post-categories a {
	color: var(--crb-cyan);
}

.featured-image {
	border: 1px solid rgba(107, 164, 244, 0.23);
	box-shadow: 0 26px 62px rgba(0, 0, 0, 0.40), 0 0 40px rgba(40, 104, 255, 0.07);
}

.table-of-contents {
	box-shadow: var(--crb-tech-shadow);
}

.toc-title,
.entry-content,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: #eaf2ff;
}

.toc-list a {
	color: #8fc9ff;
}

.entry-content {
	color: #c7d3e2;
}

.entry-content strong {
	color: #edf5ff;
}

.entry-content blockquote {
	background: linear-gradient(90deg, rgba(66, 221, 255, 0.08), rgba(40, 104, 255, 0.025));
	border-left-color: var(--crb-cyan);
	color: #dbe9f9;
}

.entry-content code {
	background: #101f36;
	color: #9edaff;
}

.entry-content th {
	background: #102746;
	color: #fff;
}

.entry-content th,
.entry-content td {
	border-color: rgba(106, 157, 231, 0.20);
}

.wp-block-group.is-style-crb-tip {
	background: rgba(21, 121, 81, 0.13);
	color: #d4f6e8;
}

.wp-block-group.is-style-crb-warning {
	background: rgba(181, 112, 0, 0.13);
	color: #ffe9c5;
}

.wp-block-group.is-style-crb-callout {
	background: rgba(118, 86, 255, 0.13);
	color: #e5e0ff;
}

.article-cta {
	background:
		radial-gradient(circle at 95% 0%, rgba(118, 86, 255, 0.36), transparent 38%),
		linear-gradient(145deg, #0b203c, #07101f);
	border: 1px solid rgba(94, 160, 246, 0.23);
	box-shadow: var(--crb-tech-shadow);
}

.article-footer,
.post-navigation {
	border-color: rgba(104, 154, 227, 0.17);
}

.tag-links a,
.page-numbers {
	background: rgba(12, 29, 53, 0.8);
	border: 1px solid rgba(105, 155, 229, 0.18);
	color: #9db1c9;
}

.page-numbers.current {
	background: linear-gradient(135deg, var(--crb-blue), var(--crb-purple));
	border-color: rgba(134, 186, 255, 0.45);
	color: #fff;
}

.sidebar-sticky {
	top: 132px;
}

.widget {
	box-shadow: var(--crb-tech-shadow);
	position: relative;
}

.widget::before {
	background: linear-gradient(90deg, var(--crb-cyan), rgba(118, 86, 255, 0.5), transparent);
	content: "";
	height: 2px;
	left: 18px;
	position: absolute;
	top: 0;
	width: 62%;
}

.widget-title {
	color: #edf5ff;
}

.widget li + li {
	border-color: rgba(103, 153, 226, 0.14);
}

.help-widget {
	background:
		radial-gradient(circle at 100% 0%, rgba(118, 86, 255, 0.35), transparent 44%),
		linear-gradient(145deg, #102a4b, #081326) padding-box,
		linear-gradient(135deg, rgba(66, 221, 255, 0.46), rgba(118, 86, 255, 0.18)) border-box;
	border: 1px solid transparent;
}

.help-widget .widget-title {
	color: var(--crb-yellow);
}

.help-widget p {
	color: #b6c5d9;
}

.search-form {
	background: rgba(2, 8, 18, 0.62);
	border: 1px solid rgba(104, 160, 239, 0.19);
	border-radius: 12px;
	padding: 5px;
}

.search-field,
.comment-form input:not([type="submit"]),
.comment-form textarea {
	background: rgba(5, 14, 28, 0.82);
	border-color: rgba(103, 157, 233, 0.22);
	color: #edf5ff;
}

.search-field::placeholder {
	color: #758aa7;
}

.search-submit {
	background: linear-gradient(135deg, var(--crb-blue), var(--crb-purple));
	border-radius: 9px;
}

.comment-body,
.comments-area {
	border-color: rgba(104, 154, 227, 0.17);
}

/* WordPress website and plugin sales page receives the same finish. */
.wp-services-page {
	background: #050b16;
}

.wp-services-hero,
.project-inquiry {
	background:
		radial-gradient(700px 420px at 82% 14%, rgba(40, 104, 255, 0.22), transparent 72%),
		radial-gradient(560px 380px at 8% 92%, rgba(118, 86, 255, 0.16), transparent 72%),
		linear-gradient(125deg, #02050e, #08172c);
}

.wp-services-hero::before {
	background-image:
		linear-gradient(rgba(76, 139, 231, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(76, 139, 231, 0.05) 1px, transparent 1px);
	background-size: 52px 52px;
}

.wp-services-hero__panel,
.plugin-customization,
.project-inquiry__expectations {
	background:
		linear-gradient(145deg, rgba(15, 34, 64, 0.92), rgba(6, 16, 31, 0.94)) padding-box,
		linear-gradient(135deg, rgba(79, 158, 255, 0.48), rgba(118, 86, 255, 0.15), rgba(66, 221, 255, 0.24)) border-box;
	border: 1px solid transparent;
	box-shadow: var(--crb-tech-shadow);
}

.wp-services-trust {
	background: #081426;
	border-color: rgba(104, 154, 227, 0.16);
}

.wp-services-trust__grid > div + div {
	border-color: rgba(104, 154, 227, 0.16);
}

.wp-services-trust strong {
	color: #edf5ff;
}

.wp-services-trust span,
.wp-services-faq details p {
	color: #93a6bf;
}

.wp-services-offer-card--featured {
	background:
		linear-gradient(150deg, rgba(16, 34, 63, 0.98), rgba(8, 18, 35, 0.98)) padding-box,
		linear-gradient(135deg, var(--crb-cyan), var(--crb-blue), var(--crb-purple)) border-box;
	border: 2px solid transparent;
}

.wp-services-offer-card li {
	color: #c3d0df;
}

.showcase-card__body .showcase-card__result {
	background: rgba(40, 104, 255, 0.09);
	border-left-color: var(--crb-cyan);
	color: #cfe5ff;
}

.showcase-card--plugin .showcase-card__image {
	background: #09162a;
}

.wp-services-faq details {
	background: linear-gradient(145deg, #0d1d36, #07101f);
	border-color: rgba(102, 157, 234, 0.18);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.wp-services-faq summary {
	color: #eaf2ff;
}

.project-inquiry__form-card {
	background: linear-gradient(150deg, #0e1e37, #07101f);
	border: 1px solid rgba(104, 159, 238, 0.22);
	box-shadow: var(--crb-tech-shadow);
	color: #edf5ff;
}

.project-inquiry__form label {
	color: #dce9f9;
}

.project-inquiry__form input:not([type="checkbox"]),
.project-inquiry__form select,
.project-inquiry__form textarea {
	background: #071426;
	border-color: rgba(106, 159, 235, 0.25);
	color: #edf5ff;
}

.project-inquiry__form input:focus,
.project-inquiry__form select:focus,
.project-inquiry__form textarea:focus {
	border-color: var(--crb-cyan);
	box-shadow: 0 0 0 3px rgba(66, 221, 255, 0.10), 0 0 24px rgba(40, 104, 255, 0.10);
}

.showcase-lightbox__dialog {
	background: #07101f;
	border: 1px solid rgba(108, 160, 237, 0.24);
	color: #edf5ff;
}

/* Footer command deck. */
.site-footer {
	background:
		radial-gradient(650px 340px at 12% 18%, rgba(40, 104, 255, 0.12), transparent 72%),
		radial-gradient(560px 320px at 88% 70%, rgba(118, 86, 255, 0.09), transparent 72%),
		linear-gradient(145deg, #02050e, #050c18);
	border-top: 1px solid rgba(77, 151, 245, 0.24);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 -24px 70px rgba(0, 0, 0, 0.22);
	position: relative;
}

.site-footer::before {
	background: linear-gradient(90deg, transparent, rgba(66, 221, 255, 0.64), rgba(118, 86, 255, 0.46), transparent);
	content: "";
	height: 1px;
	left: 7%;
	position: absolute;
	top: 0;
	width: 86%;
}

.site-footer h2 {
	color: #f2f7ff;
}

.site-footer a,
.footer-about,
.footer-contact p {
	color: #9dacc0;
}

.footer-bottom {
	border-color: rgba(102, 153, 226, 0.14);
	color: #6f829d;
}

/* Motion system. */
.topic-card,
.article-card,
.repair-promise-inner,
.authority-inner {
	animation: none;
}

.crb-motion-ready .crb-reveal-target {
	opacity: 0;
	transform: translateY(24px) scale(0.985);
	transition: opacity 620ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.crb-motion-ready .crb-reveal-target.crb-reveal-delay-1 {
	transition-delay: 100ms;
}

.crb-motion-ready .crb-reveal-target.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: no-preference) {
	.hero-tech-grid {
		animation: crb-grid-drift 16s linear infinite;
	}

	.hero-orb-one {
		animation: crb-orb-one 8s ease-in-out infinite;
	}

	.hero-orb-two {
		animation: crb-orb-two 9.5s ease-in-out infinite;
	}

	.hero-scanline {
		animation: crb-scan 7.8s ease-in-out infinite;
	}

	.system-online i,
	.search-console-status i {
		animation: crb-status-pulse 2.2s ease-in-out infinite;
	}

	.faith-tech-mark img {
		animation: crb-faith-power 6.8s ease-in-out infinite;
	}

	.faith-tech-mark__glow {
		animation: crb-faith-glow 6.8s ease-in-out infinite;
	}

	.faith-tech-mark__glint {
		animation: crb-faith-glint 7.6s ease-in-out 1.2s infinite;
	}

	@keyframes crb-grid-drift {
		0% { background-position: 0 0, 0 0; }
		100% { background-position: 54px 54px, 54px 54px; }
	}

	@keyframes crb-orb-one {
		0%, 100% { opacity: 0.52; transform: translate3d(0, 0, 0) scale(0.94); }
		50% { opacity: 0.88; transform: translate3d(-22px, 16px, 0) scale(1.08); }
	}

	@keyframes crb-orb-two {
		0%, 100% { opacity: 0.38; transform: translate3d(0, 0, 0); }
		50% { opacity: 0.68; transform: translate3d(26px, -18px, 0); }
	}

	@keyframes crb-scan {
		0%, 8% { opacity: 0; transform: translateY(-140px); }
		20% { opacity: 0.48; }
		70% { opacity: 0.13; }
		88%, 100% { opacity: 0; transform: translateY(520px); }
	}

	@keyframes crb-status-pulse {
		0%, 100% { box-shadow: 0 0 5px rgba(83, 245, 176, 0.55); opacity: 0.72; }
		50% { box-shadow: 0 0 13px rgba(83, 245, 176, 1); opacity: 1; }
	}

	@keyframes crb-faith-power {
		0%, 100% { filter: brightness(0.93) saturate(1.02) drop-shadow(0 0 7px rgba(60, 146, 255, 0.18)); transform: scale(0.995); }
		50% { filter: brightness(1.08) saturate(1.14) drop-shadow(0 0 16px rgba(60, 146, 255, 0.34)); transform: scale(1.006); }
	}

	@keyframes crb-faith-glow {
		0%, 100% { opacity: 0.34; transform: scale(0.92); }
		50% { opacity: 0.76; transform: scale(1.08); }
	}

	@keyframes crb-faith-glint {
		0%, 12% { opacity: 0; transform: translateX(-125%); }
		20% { opacity: 0.52; }
		36% { opacity: 0; transform: translateX(125%); }
		100% { opacity: 0; transform: translateX(125%); }
	}
}

/* Tablet and mobile tuning. */
@media (max-width: 1120px) {
	.header-inner {
		gap: 16px;
	}

	.primary-menu a {
		font-size: 0.77rem;
		padding-inline: 9px;
	}

	.header-cta {
		font-size: 0.78rem;
		padding-inline: 13px;
	}

	.hero-inner {
		gap: 46px;
		grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
	}
}

@media (max-width: 980px) {
	.header-inner {
		min-height: 82px;
	}

	.primary-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

	.primary-navigation {
		background: rgba(3, 9, 20, 0.98);
		border: 1px solid rgba(105, 158, 233, 0.22);
		box-shadow: 0 26px 60px rgba(0, 0, 0, 0.38);
	}

	.hero {
		min-height: 0;
		padding-block: 78px;
	}

	.hero-inner {
		grid-template-columns: 1fr;
	}

	.hero-copy-column {
		max-width: 820px;
	}

	.hero-panel {
		max-width: 690px;
	}

	.repair-promise-inner {
		margin-block: 30px;
	}
}

@media (max-width: 720px) {
	.site-shell,
	.narrow-shell {
		padding-inline: 19px;
	}

	.hero {
		padding: 58px 0 62px;
	}

	.hero h1 {
		font-size: clamp(2.65rem, 13.2vw, 4rem);
	}

	.hero-status-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.system-online {
		font-size: 0.57rem;
	}

	.hero-panel {
		padding: 17px 17px 21px;
	}

	.faith-tech-mark {
		margin: 0 -1px 10px;
	}

	.search-console-status {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.hero-search {
		background: rgba(2, 8, 18, 0.66);
		padding: 6px;
	}

	.repair-promise-inner {
		padding: 25px;
	}

	.section {
		padding-block: 68px;
	}

	.page-header {
		padding-block: 50px;
	}

	.authority-inner {
		text-align: left;
	}

	.footer-bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.hero-actions .button {
		width: 100%;
	}

	.hero-search button {
		width: 100%;
	}

	.faith-tech-mark {
		aspect-ratio: 1.82 / 1;
	}

	.faith-tech-mark img {
		object-position: 50% 36%;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	html,
	body {
		background: #fff !important;
		color: #111 !important;
	}

	body::before,
	.hero-tech-grid,
	.hero-orb,
	.hero-scanline {
		display: none !important;
	}

	.entry-content,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content strong {
		color: #111 !important;
	}
}
