.trust-bar {
	position: relative;
	z-index: 3;
	margin-top: -1px;
	background: var(--color-yellow);
}

.trust-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	border-inline: 1px solid rgba(17, 17, 17, .16);
	background: rgba(17, 17, 17, .16);
}

.trust-item {
	display: flex;
	align-items: center;
	gap: .65rem;
	min-height: 58px;
	padding: .75rem 1rem;
	background: var(--color-yellow);
	color: #111;
	font-weight: 700;
}

.trust-item svg,
.card-icon svg,
.contact-methods svg {
	width: 22px;
	color: var(--color-blue-dark);
	flex: 0 0 auto;
}

.services-section {
	background: var(--color-background);
}

.services-section .section-heading {
	max-width: 940px;
}

.services-section .section-heading h2 {
	max-width: 24ch;
	font-size: clamp(2.1rem, 4vw, 3.25rem);
	line-height: 1.02;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: .85rem;
}

.service-card {
	position: relative;
	min-height: 292px;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, .16);
	border-radius: var(--radius-lg);
	background: var(--color-surface);
	box-shadow: 0 1px 0 rgba(17, 17, 17, .05);
	transform: translateY(0);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.service-card:hover,
.service-card:focus-within {
	transform: translateY(-8px);
	border-color: rgba(18, 58, 92, .38);
	box-shadow: 0 14px 26px rgba(17, 17, 17, .14);
}

.service-banner {
	position: relative;
	height: 104px;
	overflow: hidden;
	border-bottom: 1px solid rgba(17, 17, 17, .12);
	background:
		linear-gradient(90deg, rgba(18, 58, 92, .16) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 58, 92, .12) 1px, transparent 1px),
		linear-gradient(135deg, rgba(244, 196, 0, .18), rgba(255, 255, 255, 0) 58%),
		#f6f6f1;
	background-size: 36px 36px, 36px 36px, auto, auto;
}

.service-banner::before {
	content: "";
	position: absolute;
	inset: 14px 18px auto;
	height: 2px;
	background: linear-gradient(90deg, var(--color-blue-dark), transparent 68%);
	opacity: .9;
}

.service-banner::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 14px;
	width: 74px;
	height: 42px;
	border: 2px solid rgba(18, 58, 92, .55);
	border-left: 0;
	border-bottom: 0;
}

.service-banner-code {
	position: absolute;
	left: 16px;
	bottom: 14px;
	padding: .2rem .42rem;
	border-radius: 7px;
	background: #151515;
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1;
}

.service-banner-line {
	position: absolute;
	height: 3px;
	border-radius: 999px;
	background: var(--color-yellow);
}

.service-banner-line-a {
	left: 70px;
	right: 44px;
	top: 48px;
}

.service-banner-line-b {
	left: 46%;
	right: 24px;
	bottom: 31px;
	background: var(--color-blue-dark);
}

.service-banner-node {
	position: absolute;
	top: 36px;
	left: 50%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--color-yellow);
	box-shadow: 0 0 0 7px rgba(244, 196, 0, .18);
}

.service-card--1 .service-banner {
	background:
		linear-gradient(90deg, rgba(18, 58, 92, .13) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 58, 92, .11) 1px, transparent 1px),
		linear-gradient(135deg, rgba(30, 91, 140, .14), rgba(255, 255, 255, 0) 55%),
		#f4f5f1;
}

.service-card--2 .service-banner-node,
.service-card--5 .service-banner-node {
	left: 28%;
}

.service-card--3 .service-banner-line-a {
	left: 42px;
	right: 84px;
}

.service-card--4 .service-banner::after {
	right: 48px;
	width: 46px;
	border-color: rgba(244, 196, 0, .9);
}

.service-card .card-icon {
	position: absolute;
	top: 80px;
	left: 1rem;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 12px;
	background: var(--color-yellow);
}

.service-card h3,
.service-card p {
	padding-inline: 1rem;
}

.service-card h3 {
	margin: 2rem 0 .55rem;
}

.service-card p {
	margin-bottom: 1rem;
	font-size: .96rem;
	line-height: 1.5;
}

.intro-section {
	background: var(--color-surface-dark);
	color: var(--color-text-light);
}

.intro-section h2,
.intro-section p {
	color: var(--color-text-light);
}

.intro-section p {
	color: var(--color-muted-light);
}

.intro-layout,
.area-layout,
.contact-layout {
	display: grid;
	gap: 1rem;
	align-items: center;
}

.area-layout {
	align-items: stretch;
}

.area-layout h2 {
	max-width: 16ch;
	font-size: clamp(2.15rem, 4vw, 3.15rem);
	line-height: 1;
}

.technical-card {
	position: relative;
	min-height: 238px;
	padding: 1rem;
	border: 1px solid var(--color-border-dark);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(90deg, rgba(244, 196, 0, .2), transparent 38%),
		url("../images/backgrounds/circuit-pattern.svg") center / cover no-repeat,
		#1b1b1b;
	overflow: hidden;
}

.technical-card h2 {
	position: relative;
	max-width: 18ch;
	color: #fff;
	font-size: clamp(2.35rem, 5vw, 3.75rem);
	line-height: .98;
}

.technical-card h2 span {
	display: block;
}

.technical-line {
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 48%;
	height: 3px;
	background: linear-gradient(90deg, var(--color-yellow), transparent);
}

.copy-panel {
	padding: 1rem;
	border: 1px solid var(--color-border-dark);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, .04);
}

.copy-panel p {
	font-size: 1rem;
	line-height: 1.68;
}

.why-section {
	background: var(--color-background-alt);
}

.why-section .section-heading {
	max-width: 760px;
}

.why-section .section-heading h2 {
	max-width: 18ch;
	font-size: clamp(2.05rem, 3.9vw, 3rem);
	line-height: 1;
}

.why-grid,
.project-grid,
.testimonial-grid,
.archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	gap: .75rem;
}

.why-item,
.content-card,
.project-card,
.testimonial-card,
.empty-state,
.contact-panel {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
}

.why-item {
	position: relative;
	overflow: hidden;
	min-height: 176px;
	padding: .9rem;
	border-color: rgba(17, 17, 17, .16);
	background:
		linear-gradient(180deg, rgba(244, 196, 0, .12), rgba(255, 255, 255, 0) 46%),
		#fff;
	box-shadow: 0 2px 0 rgba(17, 17, 17, .05);
	transform: translateY(0);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.why-item::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 48px;
	background:
		linear-gradient(90deg, rgba(18, 58, 92, .14) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 58, 92, .1) 1px, transparent 1px);
	background-size: 28px 28px;
	opacity: .8;
	pointer-events: none;
}

.why-item::after {
	content: "";
	position: absolute;
	right: .8rem;
	top: .75rem;
	width: 46px;
	height: 22px;
	border-top: 2px solid rgba(18, 58, 92, .26);
	border-right: 2px solid rgba(18, 58, 92, .26);
	pointer-events: none;
}

.why-item:hover,
.why-item:focus-within {
	transform: translateY(-6px);
	border-color: rgba(18, 58, 92, .34);
	background: #fffdfa;
	box-shadow: 0 12px 20px rgba(17, 17, 17, .12);
}

.why-item h3 {
	position: relative;
	margin-bottom: .5rem;
	font-size: 1.55rem;
}

.why-card-head {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	margin: -.15rem 0 .65rem;
}

.why-card-head span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: var(--color-yellow);
	color: #111;
	font-weight: 700;
	line-height: 1;
	box-shadow: inset 0 0 0 2px rgba(17, 17, 17, .08);
}

.why-card-head::after {
	content: "";
	flex: 1;
	height: 3px;
	margin-left: .7rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--color-yellow), rgba(18, 58, 92, .26), transparent);
}

.why-item p {
	position: relative;
	margin-bottom: 0;
}

.process-section {
	background: var(--color-background);
}

.process-layout {
	display: grid;
	gap: 1rem;
}

.process-layout .section-heading {
	max-width: 760px;
}

.process-layout .section-heading h2 {
	max-width: 16ch;
	font-size: clamp(2.05rem, 3.8vw, 2.95rem);
	line-height: 1;
}

.process-list {
	position: relative;
	display: grid;
	gap: .75rem;
	counter-reset: process;
}

.process-card {
	position: relative;
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: .65rem .85rem;
	align-items: center;
	min-height: 118px;
	padding: .9rem;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, .14);
	border-radius: var(--radius-md);
	background:
		linear-gradient(90deg, #151515 0 52px, rgba(244, 196, 0, .13) 52px, rgba(255, 255, 255, 0) 42%),
		#fff;
	box-shadow: 0 2px 0 rgba(17, 17, 17, .05);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.process-card::before {
	content: "";
	position: absolute;
	left: 26px;
	top: 50%;
	width: 1px;
	height: 140%;
	background: rgba(244, 196, 0, .5);
	transform: translateY(-50%);
}

.process-card::after {
	content: "";
	position: absolute;
	right: .8rem;
	bottom: .75rem;
	width: 62px;
	height: 20px;
	border-bottom: 2px solid rgba(18, 58, 92, .18);
	border-right: 2px solid rgba(18, 58, 92, .18);
	pointer-events: none;
}

.process-card:hover,
.process-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(18, 58, 92, .32);
	box-shadow: 0 11px 18px rgba(17, 17, 17, .11);
	background:
		linear-gradient(90deg, #151515 0 52px, rgba(244, 196, 0, .18) 52px, rgba(255, 255, 255, 0) 44%),
		#fffefa;
}

.process-node {
	position: relative;
	display: grid;
	place-items: center;
}

.process-node::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	right: -4px;
	top: 50%;
	border-radius: 50%;
	background: var(--color-yellow);
	transform: translateY(-50%);
}

.process-card span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 10px;
	background: var(--color-yellow);
	color: #111;
	font-weight: 700;
	box-shadow: inset 0 0 0 2px rgba(17, 17, 17, .08);
}

.process-card h3 {
	font-size: 1.55rem;
}

.process-card p {
	grid-column: 2;
	margin: -.05rem 0 0;
	color: #3a3e44;
	font-size: .96rem;
	line-height: 1.5;
}

.project-card {
	overflow: hidden;
}

.project-card > div {
	padding: 1rem;
}

.project-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.project-meta,
.content-type {
	color: var(--color-blue-dark);
	font-size: .9rem;
	font-weight: 700;
}

.testimonial-card {
	padding: 1rem;
}

.rating {
	color: var(--color-yellow-dark);
	letter-spacing: 0;
}

.testimonial-card blockquote {
	margin: 0 0 1rem;
	color: var(--color-text);
	font-size: 1.05rem;
}

.testimonial-card cite {
	color: var(--color-muted);
	font-style: normal;
	font-weight: 700;
}

.area-section {
	background: var(--color-background-alt);
}

.area-signal {
	position: relative;
	display: grid;
	align-content: center;
	gap: .95rem;
	min-height: 190px;
	padding: 1rem;
	overflow: hidden;
	border: 1px solid rgba(18, 58, 92, .18);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(90deg, rgba(18, 58, 92, .08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 58, 92, .06) 1px, transparent 1px),
		linear-gradient(135deg, rgba(244, 196, 0, .16), rgba(255, 255, 255, .58) 45%, rgba(220, 234, 244, .72)),
		#fff;
	background-size: 42px 42px, 42px 42px, auto, auto;
}

.area-signal::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background: linear-gradient(90deg, var(--color-yellow), var(--color-blue-dark));
}

.area-signal::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 70px;
	height: 42px;
	border-top: 2px solid rgba(18, 58, 92, .26);
	border-right: 2px solid rgba(18, 58, 92, .26);
	pointer-events: none;
}

.area-signal-line {
	position: relative;
	height: 52px;
	margin-right: 1.5rem;
}

.area-signal-line::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--color-blue-dark), var(--color-yellow) 48%, var(--color-blue-dark));
	transform: translateY(-50%);
}

.area-signal-line span {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 2px solid #111;
	border-radius: 50%;
	background: var(--color-yellow);
	box-shadow: 0 0 0 7px rgba(244, 196, 0, .18);
	transform: translate(-50%, -50%);
}

.area-signal-line span:nth-child(1) {
	left: 13%;
}

.area-signal-line span:nth-child(2) {
	left: 52%;
}

.area-signal-line span:nth-child(3) {
	left: 88%;
}

.area-counties {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.area-counties span {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	border: 1px solid rgba(17, 17, 17, .14);
	border-radius: 999px;
	padding: .45rem .75rem;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.area-signal p {
	max-width: 42ch;
	margin: 0;
	color: #30343a;
	font-size: .96rem;
}

.accordion {
	display: grid;
	gap: .55rem;
}

.accordion details {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.accordion details[open] {
	border-color: rgba(18, 58, 92, .32);
	box-shadow: 0 8px 14px rgba(17, 17, 17, .08);
}

.accordion summary {
	cursor: pointer;
	padding: .85rem 1rem;
	font-weight: 700;
}

.accordion details > div {
	padding: 0 1rem .85rem;
}

.contact-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(244, 196, 0, .08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
		var(--color-surface-dark);
	background-size: 44px 44px;
	color: var(--color-text-light);
}

.contact-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: var(--color-yellow);
}

.contact-section .container {
	position: relative;
	z-index: 1;
}

.contact-section h2,
.contact-section .brand-kicker {
	color: var(--color-text-light);
}

.contact-copy h2 {
	max-width: 13.5ch;
	font-size: clamp(2.35rem, 5.4vw, 4rem);
	line-height: .98;
}

.contact-section p {
	color: var(--color-muted-light);
}

.contact-methods {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin-top: 1.05rem;
}

.contact-methods a {
	display: inline-flex;
	align-items: center;
	gap: .7rem;
	min-height: 46px;
	padding: .6rem .8rem;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, .05);
	font-weight: 700;
	color: #fff;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.contact-methods a:hover,
.contact-methods a:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(244, 196, 0, .56);
	background: rgba(255, 255, 255, .08);
}

.contact-panel {
	position: relative;
	overflow: hidden;
	padding: 1.05rem;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(244, 196, 0, .18), rgba(255, 255, 255, .06) 42%, rgba(18, 58, 92, .2)),
		#202020;
	color: var(--color-text);
}

.contact-panel::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 82px;
	height: 42px;
	border-top: 2px solid rgba(244, 196, 0, .5);
	border-right: 2px solid rgba(244, 196, 0, .5);
	pointer-events: none;
}

.contact-fallback {
	position: relative;
	display: grid;
	gap: .85rem;
}

.contact-fallback-label {
	width: fit-content;
	padding: .3rem .55rem;
	border-radius: 8px;
	background: var(--color-yellow);
	color: #111;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1;
}

.contact-fallback h3 {
	max-width: 15ch;
	color: #fff;
	font-size: clamp(1.9rem, 4.3vw, 3rem);
	line-height: 1.08;
}

.contact-fallback p {
	margin: 0;
	color: var(--color-muted-light);
}

.contact-fallback .button {
	width: fit-content;
	margin-top: .1rem;
}

.contact-fallback-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin-top: .1rem;
}

.contact-checklist {
	display: grid;
	gap: .45rem;
	margin: .1rem 0 0;
	padding: 0;
	list-style: none;
	color: #f2f2ec;
}

.contact-checklist li {
	position: relative;
	padding-left: 1.4rem;
}

.contact-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--color-yellow);
	box-shadow: 0 0 0 4px rgba(244, 196, 0, .16);
	transform: translateY(-50%);
}

.theme-form {
	display: grid;
	gap: .6rem;
}

.theme-form label {
	font-weight: 700;
}

.theme-form input,
.theme-form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	padding: .8rem .9rem;
	background: #fff;
	color: var(--color-text);
}

.form-fallback {
	margin-top: .45rem;
	font-size: .92rem;
	color: #696969 !important;
}

.final-cta {
	padding: clamp(1.9rem, 4.8vw, 3.4rem) 0;
	background:
		linear-gradient(90deg, rgba(18, 58, 92, .1) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
		#111;
	background-size: 42px 42px;
	color: #fff;
}

.final-cta-inner {
	position: relative;
	display: grid;
	gap: 1rem;
	padding: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(244, 196, 0, .14), rgba(255, 255, 255, .04) 38%, rgba(18, 58, 92, .2)),
		#1b1b1b;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.final-cta-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--color-yellow);
}

.final-cta-inner::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 86px;
	height: 38px;
	border-top: 2px solid rgba(244, 196, 0, .45);
	border-right: 2px solid rgba(244, 196, 0, .45);
	pointer-events: none;
}

.final-cta-copy {
	position: relative;
	display: grid;
	gap: .65rem;
	padding-left: .45rem;
}

.final-cta-label {
	width: fit-content;
	padding: .28rem .55rem;
	border-radius: 8px;
	background: var(--color-yellow);
	color: #111;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1;
}

.final-cta h2 {
	max-width: 18ch;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.08;
}

.final-cta p {
	max-width: 56ch;
	margin: 0;
	color: var(--color-muted-light);
}

.final-cta-actions {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	align-items: center;
}

.final-cta .button-primary {
	background: var(--color-yellow);
	color: #111;
	border-color: var(--color-yellow);
	width: fit-content;
}

.final-cta .button-secondary {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .7);
	width: fit-content;
}

.final-cta .button-secondary:hover,
.final-cta .button-secondary:focus-visible {
	background: #fff;
	color: #111;
	border-color: #fff;
}

.site-footer {
	padding: 2rem 0 calc(3.9rem + env(safe-area-inset-bottom));
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
		var(--color-surface-dark);
	background-size: 42px 42px;
	color: var(--color-text-light);
}

.site-footer p,
.site-footer a,
.site-footer li {
	color: var(--color-muted-light);
}

.site-footer h2 {
	margin-bottom: .7rem;
	color: #fff;
	font-family: var(--font-body);
	font-size: .98rem;
	line-height: 1.2;
}

.footer-logo-lockup {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
	margin-bottom: .85rem;
	color: #fff;
}

.footer-logo {
	width: 48px;
	height: 48px;
	object-fit: contain;
	flex: 0 0 auto;
	margin: 0;
	padding: 3px;
	border-radius: 10px;
	background: #fff;
}

.footer-logo-lockup span {
	display: grid;
	gap: .05rem;
	line-height: 1;
}

.footer-logo-lockup strong {
	color: #fff;
	font-family: var(--font-heading);
	font-size: 1.6rem;
	font-weight: 900;
}

.footer-logo-lockup small {
	color: var(--color-yellow);
	font-size: .62rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.footer-grid {
	display: grid;
	gap: 1.15rem;
	align-items: start;
}

.footer-nav,
.footer-contact {
	display: grid;
	gap: .5rem;
}

.site-footer .footer-nav,
.site-footer .nav-list {
	display: grid;
	gap: .48rem;
	align-items: start;
	font-size: .95rem;
}

.site-footer .footer-nav a,
.site-footer .nav-list a {
	display: block;
	padding: .05rem 0;
}

.footer-nav a,
.footer-contact a {
	transition: color .18s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
	color: #fff;
}

.footer-status {
	color: var(--color-yellow) !important;
	font-weight: 700;
}

.footer-social {
	margin-top: .9rem;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	min-height: 44px;
	padding: .5rem .9rem;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	font-weight: 700;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
	transform: translateY(-2px);
	border-color: var(--color-yellow);
	background: rgba(255, 255, 255, .06);
}

.footer-social svg {
	width: 20px;
	height: 20px;
	color: var(--color-yellow);
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem 1.2rem;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.35rem;
	padding-top: .85rem;
	border-top: 1px solid var(--color-border-dark);
	color: var(--color-muted-light);
	font-size: .9rem;
}

.footer-copy {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem .9rem;
	align-items: center;
}

.footer-credit {
	position: relative;
	padding-left: .9rem;
}

.footer-credit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-yellow);
	transform: translateY(-50%);
}

.footer-credit strong {
	color: #fff;
	font-weight: 700;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
}

.footer-legal a {
	padding: .2rem 0;
	text-decoration: underline;
	text-decoration-color: rgba(244, 196, 0, .55);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.legal-page {
	background: var(--color-background);
}

.legal-layout {
	display: grid;
	gap: 1rem;
}

.legal-header {
	max-width: 780px;
}

.legal-header h1 {
	max-width: 14ch;
	font-size: clamp(2.4rem, 6vw, 4.2rem);
}

.legal-card {
	display: grid;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid rgba(17, 17, 17, .14);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(90deg, rgba(18, 58, 92, .06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 58, 92, .045) 1px, transparent 1px),
		#fff;
	background-size: 38px 38px;
	box-shadow: 0 2px 0 rgba(17, 17, 17, .05);
}

.legal-updated {
	width: fit-content;
	margin: 0;
	padding: .3rem .55rem;
	border-radius: 8px;
	background: var(--color-yellow);
	color: #111;
	font-size: .86rem;
	font-weight: 700;
}

.legal-section {
	padding-top: 1rem;
	border-top: 1px solid var(--color-border);
}

.legal-section h2 {
	max-width: none;
	margin-bottom: .45rem;
	font-family: var(--font-body);
	font-size: 1.05rem;
	line-height: 1.25;
}

.legal-section p {
	max-width: 86ch;
	margin-bottom: 0;
}

.legal-section a {
	color: var(--color-blue-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.mobile-sticky-cta {
	position: fixed;
	z-index: 120;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .5rem;
	padding: .5rem .75rem calc(.5rem + env(safe-area-inset-bottom));
	background: rgba(21, 21, 21, .94);
}

.mobile-sticky-cta a {
	display: grid;
	min-height: 44px;
	place-items: center;
	border-radius: 10px;
	background: var(--color-yellow);
	color: #111;
	font-weight: 700;
}

.mobile-sticky-cta a:first-child {
	background: #fff;
}

.archive-header {
	margin-bottom: 1.4rem;
}

.content-card {
	padding: 1rem;
}

.content-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: .85rem;
}

.empty-state {
	padding: 1.4rem;
}

.error-layout {
	display: grid;
	gap: 1.2rem;
	align-items: center;
}

.circuit-break {
	display: grid;
	min-height: 220px;
	place-items: center;
	border-radius: var(--radius-lg);
	background: var(--color-surface);
	border: 1px solid var(--color-border);
}

.error-bolt {
	width: 120px;
	color: var(--color-yellow-dark);
}

@media (min-width: 720px) {
	.trust-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.intro-layout,
	.area-layout,
	.contact-layout,
	.error-layout {
		grid-template-columns: 1fr 1fr;
		gap: 1.15rem;
	}

	.process-layout {
		grid-template-columns: minmax(320px, 460px) 1fr;
		align-items: start;
		gap: 1.2rem;
	}

	.process-layout .section-heading {
		position: sticky;
		top: 88px;
		margin-bottom: 0;
	}

	.process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .85rem;
	}

	.process-card {
		grid-template-columns: 54px 1fr;
		gap: .65rem .85rem;
		padding: .95rem;
	}

	.process-card p {
		grid-column: 2;
		margin-top: -.05rem;
	}

	.final-cta-inner {
		grid-template-columns: 1fr auto;
		align-items: center;
		padding: 1.2rem 1.25rem;
	}

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

@media (min-width: 1024px) {
	.service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mobile-sticky-cta {
		display: none;
	}

	.site-footer {
		padding-bottom: 2.5rem;
	}
}

@media (max-width: 560px) {
	.area-layout h2,
	.why-section .section-heading h2,
	.process-layout .section-heading h2,
	.contact-copy h2,
	.final-cta h2 {
		max-width: 100%;
		font-size: clamp(1.85rem, 6.8vw, 2.35rem);
		line-height: 1.14;
	}

	.contact-fallback h3 {
		max-width: 100%;
		font-size: clamp(1.65rem, 6.2vw, 2.1rem);
		line-height: 1.14;
	}

	/* Minden kártya a tartalomoszlop szélességéhez igazodik (konzisztens margó, nincs full-bleed). */
	.service-card,
	.why-item,
	.process-card,
	.project-card,
	.testimonial-card,
	.content-card,
	.empty-state,
	.contact-panel,
	.area-signal,
	.accordion details {
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
	}

	.accordion summary {
		padding: .95rem 1.05rem;
	}

	.area-signal {
		min-height: 178px;
	}

	.area-signal-line {
		margin-right: .6rem;
	}
}
