/*
Theme Name: Arlington Recovery Group
Theme URI: https://arlingtonrecover.com
Author: NTech
Author URI: https://arlingtonrecover.com
Description: Premium one-page WordPress theme for asset recovery, fraud investigation, and cybercrime recovery services.
Version: 2.3.0
Requires at least: 6.0
Tested up to: 6.6
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: arlington-recovery-group
Tags: custom-logo, featured-images, one-column, responsive-layout, custom-menu
*/

:root {
	--arg-bg: #05090c;
	--arg-bg-soft: #0b1217;
	--arg-bg-panel: #10181e;
	--arg-ink: #f6f2ec;
	--arg-muted: #b6aaa0;
	--arg-line: rgba(213, 164, 94, 0.28);
	--arg-line-cool: rgba(255, 255, 255, 0.12);
	--arg-gold: #d3a05f;
	--arg-gold-light: #f2d29b;
	--arg-gold-dark: #8f6033;
	--arg-paper: #f4f0e9;
	--arg-paper-ink: #15100d;
	--arg-paper-muted: #66584d;
	--arg-radius: 8px;
	--arg-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
	--arg-serif: Georgia, "Times New Roman", serif;
	--arg-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-padding-top: 108px;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--arg-bg);
	color: var(--arg-ink);
	font-family: var(--arg-sans);
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.nav-open {
	overflow: hidden;
}

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

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: var(--arg-gold-light);
}

p {
	margin: 0 0 1rem;
}

h1,
h2,
h3 {
	color: inherit;
	font-family: var(--arg-serif);
	font-weight: 500;
	line-height: 1.04;
	margin: 0;
}

h1 {
	font-size: clamp(3.2rem, 7vw, 6.8rem);
	max-width: 780px;
}

h2 {
	font-size: clamp(2.15rem, 4vw, 4.2rem);
}

h3 {
	font-size: 1.28rem;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.container {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 32px;
	width: 100%;
}

#about,
#process,
#scams,
#trust,
#reviews,
#resources,
#faq,
#contact {
	scroll-margin-top: 108px;
}

.narrow {
	max-width: 920px;
}

.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;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	background: var(--arg-gold);
	clip: auto;
	clip-path: none;
	color: var(--arg-bg);
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.site-header {
	left: 0;
	padding: 22px 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
	z-index: 100;
}

.site-header.is-scrolled,
.nav-open .site-header {
	background: rgba(5, 9, 12, 0.92);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
	padding: 10px 0;
}

.nav-shell {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr auto;
}

.brand {
	align-items: center;
	display: inline-flex;
	gap: 14px;
	min-width: 245px;
}

.brand-mark {
	align-items: center;
	aspect-ratio: 0.78;
	border: 2px solid var(--arg-gold);
	color: var(--arg-gold-light);
	display: inline-flex;
	font-family: var(--arg-serif);
	font-size: 1.2rem;
	justify-content: center;
	letter-spacing: 0;
	min-width: 48px;
	position: relative;
}

.brand-mark::after {
	border: 1px solid rgba(211, 160, 95, 0.28);
	bottom: 4px;
	content: "";
	left: 4px;
	position: absolute;
	right: 4px;
	top: 4px;
}

.brand-mark-image {
	aspect-ratio: 1;
	border: 0;
	height: 62px;
	min-width: 62px;
	object-fit: contain;
	width: 62px;
}

.brand-mark-image::after {
	display: none;
}

.brand-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-transform: uppercase;
}

.brand-name {
	color: #fff;
	font-family: var(--arg-serif);
	font-size: 1.34rem;
	letter-spacing: 0.12em;
	line-height: 1.02;
}

.brand-tagline {
	color: var(--arg-gold-light);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}

.custom-logo {
	max-height: 50px;
	width: auto;
}

.main-navigation {
	justify-self: center;
}

.main-navigation .menu {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2.4vw, 38px);
}

.main-navigation a {
	color: #fff;
	display: inline-block;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
	color: var(--arg-gold-light);
}

.nav-toggle {
	background: transparent;
	border: 1px solid var(--arg-line);
	border-radius: var(--arg-radius);
	display: none;
	height: 46px;
	padding: 11px;
	width: 48px;
}

.nav-toggle span:not(.screen-reader-text) {
	background: var(--arg-ink);
	display: block;
	height: 2px;
	margin: 5px 0;
	width: 100%;
}

.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 2px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	gap: 12px;
	justify-content: center;
	letter-spacing: 0.05em;
	min-height: 52px;
	padding: 0 30px;
	text-transform: uppercase;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button::after {
	content: "->";
	font-size: 1rem;
	line-height: 1;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button-gold {
	background: linear-gradient(135deg, var(--arg-gold-light), var(--arg-gold));
	color: #1b120a;
}

.button-gold:hover,
.button-gold:focus-visible {
	color: #1b120a;
}

.button-ghost,
.button-outline,
.button-line {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.button-outline {
	border-color: var(--arg-line);
	color: var(--arg-gold-light);
}

.button-line {
	border-color: rgba(143, 96, 51, 0.5);
	color: var(--arg-paper-ink);
}

.button-dark {
	background: var(--arg-bg);
	color: #fff;
}

.hero {
	background: radial-gradient(circle at 72% 30%, rgba(211, 160, 95, 0.1), transparent 28%), var(--arg-bg);
	isolation: isolate;
	min-height: 920px;
	overflow: hidden;
	padding: 180px 0 80px;
	position: relative;
}

.hero::before {
	background-image: linear-gradient(90deg, rgba(5, 9, 12, 0.96) 0%, rgba(5, 9, 12, 0.84) 38%, rgba(5, 9, 12, 0.48) 68%, rgba(5, 9, 12, 0.84) 100%), var(--hero-image);
	background-position: center right;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.hero::after {
	background: linear-gradient(180deg, transparent 0%, rgba(5, 9, 12, 0.7) 72%, var(--arg-bg) 100%);
	bottom: 0;
	content: "";
	height: 42%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.hero-grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 440px);
}

.eyebrow {
	color: var(--arg-gold-light);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.hero h1 span,
.section-heading h2 span {
	color: var(--arg-gold);
}

.hero-text {
	color: #fff;
	font-size: clamp(1rem, 1.55vw, 1.25rem);
	margin: 24px 0 32px;
	max-width: 650px;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 28px;
}

.micro-trust {
	color: rgba(246, 242, 236, 0.84);
	font-size: 0.95rem;
	font-weight: 700;
}

.case-card {
	background: rgba(12, 18, 23, 0.78);
	border: 1px solid var(--arg-line-cool);
	border-radius: var(--arg-radius);
	box-shadow: var(--arg-shadow);
	padding: 38px;
}

.case-card h2 {
	font-size: 2.05rem;
	margin-bottom: 22px;
}

.case-card p {
	color: var(--arg-muted);
}

.case-metrics {
	border-top: 1px solid var(--arg-line-cool);
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
	margin-top: 26px;
	padding-top: 24px;
}

.case-metrics div {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(211, 160, 95, 0.18);
	border-radius: var(--arg-radius);
	padding: 18px;
}

.case-metrics strong,
.case-metrics span {
	display: block;
}

.case-metrics strong {
	color: var(--arg-gold-light);
	font-family: var(--arg-serif);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 8px;
}

.case-metrics span {
	color: var(--arg-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.check-list {
	display: grid;
	gap: 11px;
	margin: 0 0 24px;
}

.check-list li {
	color: var(--arg-ink);
	padding-left: 28px;
	position: relative;
}

.check-list li::before {
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	content: "+";
	font-size: 0.7rem;
	height: 16px;
	left: 0;
	line-height: 15px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 16px;
}

.feature-strip {
	background: #071014;
	border-bottom: 1px solid var(--arg-line-cool);
	border-top: 1px solid var(--arg-line-cool);
}

.strip-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.strip-item {
	border-right: 1px solid var(--arg-line-cool);
	min-height: 126px;
	padding: 32px 30px;
}

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

.strip-item span {
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	display: inline-grid;
	font-family: var(--arg-serif);
	height: 54px;
	margin-bottom: 14px;
	place-items: center;
	width: 54px;
}

.strip-item strong {
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.strip-item p {
	color: var(--arg-muted);
	font-size: 0.9rem;
	margin: 0;
}

.section-light {
	background: var(--arg-paper);
	color: var(--arg-paper-ink);
}

.process-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 240, 233, 0.96)),
		var(--arg-paper);
	padding: 86px 0 92px;
}

.process-layout {
	display: grid;
	gap: 38px;
	grid-template-columns: 1fr;
}

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

.section-heading h2,
.process-heading h2 {
	margin-bottom: 28px;
}

.process-heading {
	align-items: end;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.78fr) auto;
	max-width: none;
}

.process-heading .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -12px;
}

.process-heading h2 {
	font-size: clamp(2.25rem, 4.2vw, 4.35rem);
	margin: 0;
	max-width: 680px;
}

.process-heading p {
	color: var(--arg-paper-muted);
	margin: 0;
	max-width: 560px;
}

.process-cta {
	align-self: center;
	min-width: 230px;
	white-space: nowrap;
}

.process-steps {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}

.step-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
		rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(143, 96, 51, 0.18);
	border-radius: var(--arg-radius);
	box-shadow: 0 18px 54px rgba(33, 24, 17, 0.07);
	min-height: 250px;
	padding: 26px;
	position: relative;
	text-align: left;
}

.step-card:not(:last-child)::after {
	background: linear-gradient(90deg, rgba(143, 96, 51, 0.42), rgba(143, 96, 51, 0));
	content: "";
	height: 1px;
	left: calc(100% + 5px);
	position: absolute;
	top: 46px;
	width: 9px;
}

.step-number {
	align-items: center;
	background: #12100d;
	border: 1px solid rgba(143, 96, 51, 0.28);
	border-radius: 999px;
	color: var(--arg-gold-light);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	letter-spacing: 0.08em;
	margin-bottom: 22px;
	width: 52px;
}

.step-card h3 {
	font-family: var(--arg-sans);
	font-size: 1.02rem;
	font-weight: 850;
	line-height: 1.35;
	margin-bottom: 12px;
}

.step-card p {
	color: var(--arg-paper-muted);
	font-size: 0.91rem;
	line-height: 1.58;
	margin: 0;
}

.scams-section {
	background: radial-gradient(circle at 50% 0, rgba(211, 160, 95, 0.09), transparent 34%), #050b0f;
	padding: 76px 0 88px;
}

.scam-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 28px;
}

.scam-card {
	background: linear-gradient(180deg, rgba(14, 24, 30, 0.92), rgba(6, 11, 15, 0.92));
	border: 1px solid var(--arg-line);
	border-radius: var(--arg-radius);
	min-height: 224px;
	padding: 26px 22px;
}

.scam-icon {
	align-items: center;
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	display: flex;
	font-family: var(--arg-serif);
	height: 54px;
	justify-content: center;
	margin-bottom: 22px;
	width: 54px;
}

.scam-card h3 {
	font-family: var(--arg-sans);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 12px;
}

.scam-card p {
	color: var(--arg-muted);
	font-size: 0.91rem;
	line-height: 1.56;
	margin: 0;
}

.center {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.trust-section {
	background: #061015;
	padding: 0;
}

.trust-grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: 0.86fr 1.35fr;
	padding-bottom: 0;
	padding-top: 0;
}

.trust-copy {
	padding: 78px 44px 78px 0;
}

.trust-copy h2 {
	font-size: clamp(2.15rem, 3.4vw, 3.3rem);
	margin-bottom: 24px;
}

.trust-image {
	margin: 0;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.trust-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.trust-image::after {
	background: linear-gradient(90deg, rgba(6, 16, 21, 0.5), transparent 35%);
	content: "";
	inset: 0;
	position: absolute;
}

.reviews-section {
	background:
		linear-gradient(180deg, rgba(211, 160, 95, 0.08), transparent 28%),
		linear-gradient(135deg, #05090c 0%, #0a1218 58%, #05090c 100%);
	border-top: 1px solid var(--arg-line-cool);
	padding: 86px 0 94px;
}

.reviews-head {
	align-items: end;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
	margin-bottom: 34px;
}

.reviews-head h2 {
	max-width: 770px;
}

.reviews-head > p {
	color: var(--arg-muted);
	margin: 0;
}

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

.review-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
		rgba(10, 18, 24, 0.92);
	border: 1px solid rgba(211, 160, 95, 0.26);
	border-radius: var(--arg-radius);
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 34px;
	position: relative;
}

.review-card::before {
	background: linear-gradient(90deg, var(--arg-gold), transparent);
	content: "";
	height: 2px;
	left: 34px;
	position: absolute;
	right: 34px;
	top: 0;
}

.review-stars {
	color: var(--arg-gold-light);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.review-card p {
	color: #eee5dc;
	font-family: var(--arg-serif);
	font-size: 1.18rem;
	line-height: 1.55;
	margin-bottom: 30px;
}

.review-card footer {
	border-top: 1px solid var(--arg-line-cool);
	display: grid;
	gap: 3px;
	margin-top: auto;
	padding-top: 18px;
}

.review-card strong {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 850;
}

.review-card span {
	color: var(--arg-muted);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.resources-section {
	padding: 82px 0;
}

.resource-grid {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 1.2fr 1fr 1fr;
}

.resource-card {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(143, 96, 51, 0.2);
	border-radius: var(--arg-radius);
	padding: 30px;
}

.resource-card h3 {
	font-family: var(--arg-sans);
	font-size: 1.06rem;
	font-weight: 850;
	line-height: 1.35;
	margin-bottom: 12px;
}

.resource-card p {
	color: var(--arg-paper-muted);
	margin: 0;
}

.prepared-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
		#071014;
	border-top: 1px solid var(--arg-line-cool);
	padding: 88px 0;
}

.prepared-grid {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.3fr);
}

.prepared-copy p {
	color: var(--arg-muted);
	max-width: 560px;
}

.prepared-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.prepared-card {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(211, 160, 95, 0.22);
	border-radius: var(--arg-radius);
	padding: 28px;
}

.prepared-card h3 {
	font-family: var(--arg-sans);
	font-size: 1rem;
	font-weight: 850;
	margin-bottom: 10px;
}

.prepared-card p {
	color: var(--arg-muted);
	font-size: 0.92rem;
	line-height: 1.58;
	margin: 0;
}

.faq-section {
	padding: 84px 0;
}

.faq-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

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

.faq-item {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(143, 96, 51, 0.18);
	border-radius: var(--arg-radius);
	padding: 0;
}

.faq-item summary {
	cursor: pointer;
	font-weight: 850;
	list-style: none;
	padding: 24px 28px;
	position: relative;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	color: var(--arg-gold-dark);
	content: "+";
	font-size: 1.3rem;
	position: absolute;
	right: 24px;
	top: 19px;
}

.faq-item[open] summary::after {
	content: "-";
}

.faq-item p {
	border-top: 1px solid rgba(143, 96, 51, 0.14);
	color: var(--arg-paper-muted);
	margin: 0;
	padding: 0 28px 24px;
}

.contact-section {
	background:
		radial-gradient(circle at 20% 20%, rgba(211, 160, 95, 0.12), transparent 30%),
		linear-gradient(135deg, #05090c, #0a1218 62%, #05090c);
	padding: 92px 0;
}

.contact-grid {
	align-items: start;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
}

.contact-copy p {
	color: var(--arg-muted);
	max-width: 620px;
}

.safety-note {
	background: rgba(211, 160, 95, 0.09);
	border: 1px solid rgba(211, 160, 95, 0.28);
	border-radius: var(--arg-radius);
	display: grid;
	gap: 6px;
	margin-top: 28px;
	padding: 20px;
}

.safety-note strong {
	color: var(--arg-gold-light);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.safety-note span {
	color: #eee5dc;
	font-size: 0.94rem;
}

.case-form {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
		rgba(10, 18, 24, 0.94);
	border: 1px solid rgba(211, 160, 95, 0.28);
	border-radius: var(--arg-radius);
	box-shadow: var(--arg-shadow);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
	padding: clamp(24px, 4vw, 40px);
}

.form-row {
	display: grid;
	gap: 8px;
}

.form-row-wide,
.case-form .button,
.form-disclaimer {
	grid-column: 1 / -1;
}

.form-row label {
	color: var(--arg-gold-light);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.form-row input,
.form-row select,
.form-row textarea {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--arg-radius);
	color: #fff;
	min-height: 52px;
	outline: none;
	padding: 14px 16px;
	width: 100%;
}

.form-row textarea {
	min-height: 136px;
	resize: vertical;
}

.form-row select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--arg-gold-light) 50%), linear-gradient(135deg, var(--arg-gold-light) 50%, transparent 50%);
	background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
}

.form-row select option {
	background: #10181e;
	color: #fff;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	border-color: var(--arg-gold);
	box-shadow: 0 0 0 3px rgba(211, 160, 95, 0.12);
}

.form-disclaimer {
	color: var(--arg-muted);
	font-size: 0.84rem;
	margin: 0;
}

.cta-band {
	background: linear-gradient(135deg, var(--arg-gold-light), var(--arg-gold) 58%, var(--arg-gold-dark));
	color: #16100c;
	padding: 36px 0;
}

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

.cta-grid h2 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	margin-bottom: 8px;
}

.cta-grid .eyebrow {
	color: #4b3018;
	margin-bottom: 8px;
}

.cta-grid p {
	margin: 0;
	max-width: 620px;
}

.site-footer {
	background: #05090c;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 58px 0 28px;
}

.footer-grid {
	display: grid;
	gap: 44px;
	grid-template-columns: 1.25fr 0.75fr 0.85fr 1fr;
}

.site-footer .brand {
	margin-bottom: 20px;
	min-width: 0;
}

.footer-brand p,
.site-footer li,
.footer-bottom {
	color: var(--arg-muted);
	font-size: 0.9rem;
}

.site-footer h2 {
	color: var(--arg-gold-light);
	font-family: var(--arg-sans);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 9px;
}

.site-footer a {
	color: var(--arg-muted);
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--arg-gold-light);
}

.availability {
	border: 1px solid var(--arg-line);
	border-radius: var(--arg-radius);
	display: grid;
	gap: 2px;
	margin-top: 18px;
	padding: 13px 16px;
}

.availability strong {
	color: var(--arg-gold-light);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.availability span {
	color: var(--arg-muted);
	font-size: 0.85rem;
}

.footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1.4fr;
	margin-top: 42px;
	padding-top: 22px;
}

.footer-bottom p {
	margin: 0;
}

.content-page {
	background: var(--arg-paper);
	color: var(--arg-paper-ink);
	min-height: 70vh;
	padding: 170px 0 90px;
}

.content-card {
	background: #fff;
	border: 1px solid rgba(143, 96, 51, 0.15);
	border-radius: var(--arg-radius);
	box-shadow: 0 18px 60px rgba(33, 24, 17, 0.08);
	margin-bottom: 26px;
	padding: clamp(28px, 5vw, 58px);
}

.content-card h1,
.content-card h2 {
	color: var(--arg-paper-ink);
	margin-bottom: 18px;
}

.content-card h2 a {
	color: var(--arg-paper-ink);
}

.entry-content a,
.entry-summary a {
	color: var(--arg-gold-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.post-meta {
	color: var(--arg-paper-muted);
	font-size: 0.88rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1180px) {
	.nav-shell {
		grid-template-columns: auto auto 1fr;
	}

	.nav-toggle {
		display: block;
		grid-column: 3;
		justify-self: end;
	}

	.main-navigation {
		background: rgba(5, 9, 12, 0.98);
		border-top: 1px solid var(--arg-line-cool);
		display: none;
		left: 0;
		padding: 28px 32px 36px;
		position: fixed;
		right: 0;
		top: 86px;
	}

	.nav-open .main-navigation {
		display: block;
	}

	.main-navigation .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.main-navigation a {
		border-bottom: 1px solid var(--arg-line-cool);
		display: block;
		font-size: 0.92rem;
		padding: 17px 0;
	}

	.nav-cta {
		display: none;
	}

	.hero-grid,
	.trust-grid,
	.resource-grid,
	.prepared-grid,
	.faq-grid,
	.contact-grid,
	.reviews-head {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: auto;
	}

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

	.process-heading {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.process-heading .eyebrow {
		margin-bottom: -18px;
	}

	.process-cta {
		justify-self: start;
	}

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

	.step-card::after {
		display: none;
	}

	.scam-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.reviews-grid {
		grid-template-columns: 1fr;
	}

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

	.trust-copy {
		padding-right: 0;
	}
}

@media (max-width: 820px) {
	.container {
		padding: 0 22px;
	}

	.site-header {
		padding: 16px 0;
	}

	.brand {
		min-width: 0;
	}

	.brand-name {
		font-size: 1rem;
		letter-spacing: 0.08em;
	}

	.brand-tagline {
		display: none;
	}

	.brand-mark {
		min-width: 44px;
	}

	.custom-logo {
		max-height: 44px;
	}

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

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	.button {
		min-height: 50px;
		padding: 0 22px;
		width: 100%;
	}

	.button-row {
		width: 100%;
	}

	.case-card {
		padding: 26px;
	}

	.strip-grid,
	.process-steps,
	.scam-grid,
	.reviews-grid,
	.footer-grid,
	.footer-bottom,
	.cta-grid {
		grid-template-columns: 1fr;
	}

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

	.strip-item:last-child {
		border-bottom: 0;
	}

	.process-section,
	.scams-section,
	.resources-section,
	.prepared-section,
	.faq-section,
	.contact-section,
	.reviews-section {
		padding: 58px 0;
	}

	.process-heading {
		gap: 22px;
	}

	.process-heading h2 {
		font-size: 2.35rem;
	}

	.process-cta {
		width: 100%;
	}

	.prepared-list,
	.case-form {
		grid-template-columns: 1fr;
	}

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

	.trust-copy {
		padding: 58px 0 28px;
	}

	.trust-image {
		min-height: 280px;
	}

	.content-page {
		padding-top: 126px;
	}
}

@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;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}

/* Reference-match polish for Arlington Recovery Group one-page design. */
body {
	background: #050b0f;
}

.site-header {
	background: rgba(5, 10, 14, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 24px 0;
}

.site-header.is-scrolled,
.nav-open .site-header {
	background: rgba(5, 10, 14, 0.96);
	padding: 14px 0;
}

.nav-shell {
	gap: 26px;
	grid-template-columns: 300px minmax(0, 1fr) auto;
}

.brand {
	gap: 16px;
	min-width: 330px;
}

.brand-mark {
	border-color: var(--arg-gold);
	font-size: 1.65rem;
	height: 82px;
	min-width: 62px;
	width: 62px;
}

.brand-name {
	font-size: 1.42rem;
	letter-spacing: 0.1em;
	max-width: 310px;
}

.brand-tagline {
	color: #d8c6b1;
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	line-height: 1.55;
	max-width: 310px;
}

.main-navigation .menu {
	gap: clamp(20px, 2vw, 34px);
}

.main-navigation a {
	font-size: 0.76rem;
	line-height: 1.35;
}

.nav-cta {
	min-width: 164px;
}

.hero {
	min-height: 584px;
	padding: 150px 0 52px;
}

.hero::before {
	background-image: linear-gradient(90deg, rgba(4, 8, 12, 0.98) 0%, rgba(4, 8, 12, 0.82) 35%, rgba(4, 8, 12, 0.42) 68%, rgba(4, 8, 12, 0.72) 100%), var(--hero-image);
	background-position: center center;
}

.hero-grid {
	gap: 76px;
	grid-template-columns: minmax(0, 1fr) 350px;
}

.hero h1 {
	font-size: clamp(4rem, 5vw, 5.55rem);
	line-height: 1.03;
	max-width: 690px;
}

.hero-text {
	font-size: 1.08rem;
	max-width: 520px;
}

.authority-card {
	background: rgba(9, 15, 20, 0.78);
	border: 1px solid rgba(211, 160, 95, 0.46);
	border-radius: 2px;
	box-shadow: var(--arg-shadow);
	padding: 30px;
}

.authority-card .eyebrow {
	line-height: 1.55;
	margin-bottom: 18px;
}

.authority-list {
	border-bottom: 1px solid rgba(211, 160, 95, 0.2);
	border-top: 1px solid rgba(211, 160, 95, 0.2);
	display: grid;
	gap: 18px;
	padding: 20px 0;
}

.authority-item {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 54px 1fr;
}

.authority-icon {
	align-items: center;
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	display: flex;
	font-size: 0.72rem;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.authority-item p,
.authority-note {
	color: var(--arg-muted);
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0;
}

.authority-item strong {
	color: #fff;
	display: block;
	font-size: 0.95rem;
	line-height: 1.35;
}

.authority-note {
	margin-top: 18px;
}

.feature-strip {
	background: #071016;
}

.strip-item {
	align-items: center;
	display: grid;
	gap: 0 22px;
	grid-template-columns: 62px 1fr;
	min-height: 108px;
	padding: 24px 32px;
}

.strip-item span {
	font-size: 2rem;
	grid-row: span 2;
	height: 58px;
	margin: 0;
	width: 58px;
}

.process-section {
	background: #f3f0e9;
	padding: 34px 0 40px;
}

.process-layout {
	align-items: start;
	display: grid;
	gap: 56px;
	grid-template-columns: 230px 1fr;
}

.process-heading {
	display: block;
}

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

.process-heading h2 {
	font-size: clamp(2.65rem, 4vw, 4rem);
	line-height: 1.04;
	margin-bottom: 28px;
}

.process-heading p {
	display: none;
}

.process-cta {
	min-width: 208px;
	width: auto;
}

.process-steps {
	gap: 30px;
	grid-template-columns: repeat(5, 1fr);
}

.step-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	min-height: 0;
	padding: 0;
	text-align: center;
}

.step-card:not(:last-child)::after {
	background: #10100f;
	left: calc(100% + 8px);
	top: 67px;
	width: 36px;
}

.step-card:not(:last-child)::before {
	border-right: 1px solid #10100f;
	border-top: 1px solid #10100f;
	content: "";
	height: 8px;
	position: absolute;
	right: -48px;
	top: 63px;
	transform: rotate(45deg);
	width: 8px;
}

.step-number {
	background: transparent;
	border: 0;
	color: var(--arg-gold-dark);
	display: block;
	font-size: 0.92rem;
	height: auto;
	margin: 0 0 12px;
	width: auto;
}

.step-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.38);
	border: 1px solid rgba(143, 96, 51, 0.35);
	border-radius: 50%;
	color: #090909;
	display: inline-flex;
	font-size: 1.55rem;
	height: 76px;
	justify-content: center;
	margin-bottom: 20px;
	width: 76px;
}

.step-card h3 {
	font-size: 0.9rem;
	margin-bottom: 8px;
}

.step-card p {
	color: #171310;
	font-size: 0.82rem;
	line-height: 1.42;
}

.scams-section {
	padding: 48px 0 56px;
}

.scams-section .section-heading {
	max-width: none;
}

.scams-section .section-heading h2 {
	font-size: clamp(2rem, 3vw, 3.05rem);
	max-width: 820px;
}

.scam-grid {
	gap: 14px;
}

.scam-card {
	min-height: 214px;
	padding: 25px 22px;
	text-align: center;
}

.scam-icon {
	font-size: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.trust-copy {
	padding: 44px 44px 44px 0;
}

.trust-image {
	min-height: 360px;
}

.trust-image img {
	object-position: center center;
}

.cta-band {
	padding: 28px 0;
}

.cta-grid {
	grid-template-columns: 1fr 320px;
}

.site-footer {
	padding: 42px 0 24px;
}

.footer-grid {
	gap: 50px;
	grid-template-columns: 1.25fr 0.75fr 0.8fr 1fr;
}

.site-footer .brand-mark {
	height: 58px;
	min-width: 48px;
	width: 48px;
}

.site-footer .brand-mark-image {
	height: 62px;
	min-width: 62px;
	width: 62px;
}

.site-footer .brand-name {
	font-size: 1.02rem;
}

.site-footer .brand-tagline {
	font-size: 0.5rem;
}

@media (max-width: 1180px) {
	.nav-shell {
		grid-template-columns: auto auto 1fr;
	}

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

	.process-steps {
		grid-template-columns: repeat(3, 1fr);
	}

	.step-card::before,
	.step-card::after {
		display: none;
	}
}

@media (max-width: 820px) {
	.brand,
	.nav-shell {
		min-width: 0;
	}

	.brand-mark {
		height: 48px;
		min-width: 44px;
		width: 44px;
	}

	.hero {
		padding-top: 130px;
	}

	.hero h1 {
		font-size: 3.25rem;
	}

	.process-steps,
	.strip-grid,
	.scam-grid,
	.footer-grid,
	.cta-grid {
		grid-template-columns: 1fr;
	}

	.strip-item {
		border-right: 0;
	}
}

/* Real coded homepage matching the supplied source artwork. */
body.home .site-header,
body.front-page .site-header,
body.home .site-footer,
body.front-page .site-footer,
body.home .skip-link,
body.front-page .skip-link {
	display: none;
}

.coded-home {
	background: #05090c;
	color: #fff;
	font-family: var(--arg-sans);
	overflow: hidden;
}

.coded-home svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.coded-container {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 34px;
	width: 100%;
}

.coded-eyebrow {
	color: var(--arg-gold-light);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.coded-hero {
	background: linear-gradient(90deg, rgba(5, 9, 12, 0.96), rgba(5, 9, 12, 0.72) 40%, rgba(5, 9, 12, 0.28) 72%, rgba(5, 9, 12, 0.78)), var(--hero-image);
	background-position: center;
	background-size: cover;
	height: 475px;
	min-height: 475px;
	padding: 18px 0 0;
}

.coded-nav {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 248px 1fr 154px;
}

.coded-brand {
	align-items: center;
	display: inline-flex;
	gap: 14px;
	text-transform: uppercase;
}

.coded-brand-logo {
	display: block;
	height: 58px;
	object-fit: contain;
	width: 58px;
}

.coded-mark {
	align-items: center;
	border: 2px solid var(--arg-gold);
	color: var(--arg-gold-light);
	display: flex;
	font-family: var(--arg-serif);
	font-size: 1.55rem;
	height: 58px;
	justify-content: center;
	width: 50px;
}

.coded-brand strong {
	color: #fff;
	display: block;
	font-family: var(--arg-serif);
	font-size: 1.32rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	line-height: 1.05;
}

.coded-brand small {
	color: #d8c6b1;
	display: block;
	font-size: 0.54rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.35;
	margin-top: 5px;
}

.coded-nav nav {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
}

.coded-nav nav a {
	color: #fff;
	font-size: 0.5rem;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.coded-outline,
.coded-gold-btn,
.coded-line-btn,
.coded-dark-btn {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: 14px;
	justify-content: center;
	min-height: 50px;
	padding: 0 28px;
	text-transform: uppercase;
	white-space: nowrap;
}

.coded-outline::after,
.coded-gold-btn::after,
.coded-line-btn::after,
.coded-dark-btn::after {
	content: "\2192";
}

.coded-gold-btn {
	background: linear-gradient(135deg, var(--arg-gold-light), var(--arg-gold));
	border-color: transparent;
	color: #160d07;
}

.coded-dark-btn {
	background: #050b0f;
	border-color: #050b0f;
	color: #fff;
}

.coded-nav-cta {
	border-color: var(--arg-line);
	color: var(--arg-gold-light);
	min-height: 37px;
	padding: 0 16px;
}

.coded-hero-grid {
	align-items: center;
	display: grid;
	gap: 45px;
	grid-template-columns: minmax(0, 1fr) 276px;
	padding: 48px 56px 0 58px;
}

.coded-hero-copy h1 {
	font-family: var(--arg-serif);
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.02;
	margin: 0 0 22px;
	max-width: 650px;
}

.coded-hero-copy h1 span,
.coded-section-title h2 span {
	color: var(--arg-gold);
}

.coded-hero-copy > p:not(.coded-eyebrow):not(.coded-secure) {
	font-size: 0.82rem;
	line-height: 1.55;
	max-width: 360px;
}

.coded-buttons {
	display: flex;
	gap: 18px;
	margin: 21px 0 18px;
}

.coded-secure {
	align-items: center;
	display: flex;
	font-size: 0.68rem;
	font-weight: 800;
	gap: 9px;
}

.coded-secure span {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.coded-secure svg {
	height: 17px;
	width: 17px;
}

.coded-authority {
	background: rgba(8, 14, 19, 0.86);
	border: 1px solid rgba(211, 160, 95, 0.38);
	padding: 24px 26px 22px;
}

.coded-agencies {
	border-bottom: 1px solid rgba(211, 160, 95, 0.18);
	border-top: 1px solid rgba(211, 160, 95, 0.18);
	display: grid;
	gap: 12px;
	margin: 12px 0;
	padding: 12px 0;
}

.coded-agencies div {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 42px 1fr;
}

.coded-agencies img {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(211, 160, 95, 0.55);
	border-radius: 50%;
	display: block;
	height: 42px;
	object-fit: contain;
	padding: 4px;
	width: 42px;
}

.coded-agencies span {
	align-items: center;
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	display: flex;
	font-size: 0.68rem;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.coded-agencies p,
.coded-authority > p:last-child {
	color: var(--arg-muted);
	font-size: 0.68rem;
	line-height: 1.45;
	margin: 0;
}

.coded-agencies strong {
	color: #fff;
	display: block;
	font-size: 0.72rem;
	line-height: 1.35;
}

.coded-feature-strip {
	background: #071016;
	border-bottom: 1px solid var(--arg-line-cool);
	border-top: 1px solid var(--arg-line-cool);
}

.coded-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 58px;
	padding-right: 58px;
}

.coded-feature-grid div {
	align-items: center;
	border-right: 1px solid var(--arg-line-cool);
	display: grid;
	gap: 2px 20px;
	grid-template-columns: 58px 1fr;
	min-height: 98px;
	padding: 23px 28px;
}

.coded-feature-grid div:last-child {
	border-right: 0;
}

.coded-feature-grid svg {
	color: var(--arg-gold-light);
	grid-row: span 2;
	height: 52px;
	width: 52px;
}

.coded-feature-grid strong {
	font-size: 0.78rem;
	text-transform: uppercase;
}

.coded-feature-grid p {
	color: var(--arg-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin: 0;
}

.coded-process {
	background: #f3f0e9;
	color: #0d0907;
	height: 228px;
	padding: 28px 0 30px;
}

.coded-process-grid {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: 205px 1fr;
	padding-left: 58px;
	padding-right: 58px;
}

.coded-section-title h2 {
	font-family: var(--arg-serif);
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.08;
	margin: 0 0 20px;
}

.coded-line-btn {
	border-color: rgba(143, 96, 51, 0.42);
	color: #0d0907;
	font-size: 0.55rem;
	min-height: 32px;
	min-width: 158px;
	padding: 0 14px;
}

.coded-steps {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(5, 1fr);
}

.coded-steps article {
	position: relative;
	text-align: center;
}

.coded-steps article:not(:last-child)::after {
	content: "\2192";
	font-size: 1.15rem;
	position: absolute;
	right: -21px;
	top: 49px;
}

.coded-step-number {
	color: var(--arg-gold-dark);
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	margin-bottom: 10px;
}

.coded-step-icon {
	align-items: center;
	border: 1px solid rgba(143, 96, 51, 0.35);
	border-radius: 50%;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 12px;
	width: 58px;
}

.coded-step-icon svg {
	height: 25px;
	width: 25px;
}

.coded-steps h3 {
	font-family: var(--arg-sans);
	font-size: 0.67rem;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 7px;
}

.coded-steps p {
	font-size: 0.58rem;
	line-height: 1.42;
	margin: 0;
}

.coded-scams {
	background: #050b0f;
	height: 310px;
	padding: 19px 0 15px;
}

.coded-scams .coded-container {
	padding-left: 77px;
	padding-right: 77px;
}

.coded-scams h2 {
	font-size: 1.45rem;
	margin: 0 0 10px;
}

.coded-scam-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(6, 1fr);
}

.coded-scam-grid article {
	background: rgba(12, 20, 25, 0.86);
	border: 1px solid rgba(211, 160, 95, 0.34);
	height: 178px;
	min-height: 178px;
	padding: 17px 12px;
	text-align: center;
}

.coded-scam-icon {
	align-items: center;
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	display: flex;
	height: 46px;
	justify-content: center;
	margin: 0 auto 11px;
	width: 46px;
}

.coded-scam-icon svg {
	height: 27px;
	width: 27px;
}

.coded-scam-grid h3 {
	font-family: var(--arg-sans);
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 7px;
}

.coded-scam-grid p {
	color: var(--arg-muted);
	font-size: 0.61rem;
	line-height: 1.5;
	margin: 0;
}

.coded-center-btn {
	font-size: 0.56rem;
	margin: 14px auto 0;
	min-height: 33px;
	padding: 0 22px;
	width: max-content;
}

.coded-trust {
	background: #061014;
}

.coded-trust-grid {
	display: grid;
	grid-template-columns: 398px 626px;
	height: 196px;
	padding: 0;
}

.coded-trust-grid > div:first-child {
	padding: 15px 30px 12px 81px;
}

.coded-trust h2 {
	font-size: 1.67rem;
	line-height: 1.05;
	margin: 0 0 10px;
	max-width: 320px;
}

.coded-trust ul {
	display: grid;
	gap: 3px;
}

.coded-trust li {
	font-size: 0.6rem;
	padding-left: 17px;
	position: relative;
}

.coded-trust li::before {
	border: 1px solid var(--arg-gold);
	border-radius: 50%;
	color: var(--arg-gold-light);
	content: "\2713";
	font-size: 0.52rem;
	height: 12px;
	left: 0;
	line-height: 10px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 12px;
}

.coded-trust img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coded-office-media {
	height: 196px;
	min-height: 196px;
	overflow: hidden;
	position: relative;
}

.coded-office-media picture,
.coded-office-media picture > img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coded-office-sign {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	top: 35%;
	transform: translate(-50%, -50%);
}

@media (min-width: 901px) {
	.coded-office-sign {
		display: none;
	}
}

.coded-office-sign img {
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.7));
	height: 58px;
	margin-bottom: 12px;
	object-fit: contain;
	width: 58px;
}

.coded-office-sign strong {
	font-family: var(--arg-serif);
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.25;
}

.coded-office-sign span {
	color: #f1d6aa;
	font-size: 0.56rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	margin-top: 8px;
}

.coded-cta-band {
	background: linear-gradient(135deg, var(--arg-gold-light), var(--arg-gold) 58%, var(--arg-gold-dark));
	color: #14100d;
	height: 82px;
	padding: 12px 0;
}

.coded-cta-grid {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 58px 1fr 212px;
	padding-left: 84px;
	padding-right: 153px;
}

.coded-headset {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 50%;
	display: flex;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.coded-headset svg {
	height: 28px;
	width: 28px;
}

.coded-cta-grid h2 {
	font-size: 1.1rem;
	margin: 0 0 4px;
}

.coded-cta-grid p {
	font-size: 0.66rem;
	margin: 0;
}

.coded-footer {
	background: #05090c;
	height: 145px;
	padding: 17px 0 8px;
}

.coded-footer-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.35fr 0.7fr 0.8fr 0.8fr 1.05fr;
	padding-left: 80px;
	padding-right: 80px;
}

.coded-footer p,
.coded-footer a,
.coded-footer span {
	color: var(--arg-muted);
	display: block;
	font-size: 0.59rem;
	line-height: 1.5;
	margin: 0;
}

.coded-footer h3 {
	color: var(--arg-gold-light);
	font-family: var(--arg-sans);
	font-size: 0.56rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.coded-footer-grid > div:last-child > strong {
	border: 1px solid rgba(211, 160, 95, 0.36);
	color: var(--arg-gold-light);
	display: block;
	font-size: 0.54rem;
	letter-spacing: 0.05em;
	margin-top: 6px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.coded-footer-grid > div:last-child > strong small {
	color: var(--arg-muted);
	font-size: 0.54rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.coded-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	padding: 7px 80px 0;
}

.main-navigation a,
.coded-nav nav a {
	position: relative;
	transition: color 180ms ease, text-shadow 180ms ease;
}

.main-navigation a::after,
.coded-nav nav a::after {
	background: linear-gradient(90deg, transparent, var(--arg-gold-light), transparent);
	bottom: -10px;
	box-shadow: 0 0 18px rgba(232, 188, 122, 0.55);
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%) scaleX(0.2);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 100%;
}

.main-navigation a:hover,
.main-navigation a:focus-visible,
.coded-nav nav a:hover,
.coded-nav nav a:focus-visible {
	color: var(--arg-gold-light);
	text-shadow: 0 0 10px rgba(232, 188, 122, 0.8), 0 0 26px rgba(211, 160, 95, 0.45);
}

.main-navigation a:hover::after,
.main-navigation a:focus-visible::after,
.coded-nav nav a:hover::after,
.coded-nav nav a:focus-visible::after {
	opacity: 1;
	transform: translateX(-50%) scaleX(1);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.coded-nav-cta:hover,
.coded-nav-cta:focus-visible {
	background: rgba(211, 160, 95, 0.08);
	border-color: var(--arg-gold-light);
	box-shadow: 0 0 20px rgba(211, 160, 95, 0.34), inset 0 0 18px rgba(211, 160, 95, 0.08);
	color: var(--arg-gold-light);
	text-shadow: 0 0 14px rgba(232, 188, 122, 0.65);
}

@media (max-width: 900px) {
	.coded-nav,
	.coded-hero-grid,
	.coded-process-grid,
	.coded-trust-grid,
	.coded-cta-grid,
	.coded-footer-grid {
		grid-template-columns: 1fr;
	}

	.coded-nav nav,
	.coded-feature-grid,
	.coded-steps,
	.coded-scam-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.coded-nav nav {
		display: grid;
		justify-content: start;
	}

	.coded-hero,
	.coded-process,
	.coded-scams,
	.coded-trust-grid,
	.coded-cta-band,
	.coded-footer {
		height: auto;
	}

	.coded-hero {
		min-height: 0;
		padding-bottom: 36px;
	}

	.coded-hero-grid,
	.coded-process-grid,
	.coded-scams .coded-container,
	.coded-feature-grid,
	.coded-cta-grid,
	.coded-footer-grid,
	.coded-footer-bottom {
		padding-left: 34px;
		padding-right: 34px;
	}

	.coded-hero-grid {
		gap: 34px;
		padding-top: 42px;
	}

	.coded-process,
	.coded-scams {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.coded-trust-grid > div:first-child {
		padding: 42px 34px;
	}

	.coded-office-media {
		height: 320px;
		min-height: 320px;
	}

	.coded-cta-band,
	.coded-footer {
		padding-bottom: 28px;
		padding-top: 28px;
	}

	.coded-steps article::after {
		display: none;
	}
}

@media (max-width: 760px) {
	.coded-container {
		padding: 0 20px;
	}

	.coded-eyebrow {
		font-size: 0.68rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.coded-hero {
		background-image: linear-gradient(90deg, rgba(5, 9, 12, 0.97), rgba(5, 9, 12, 0.85) 48%, rgba(5, 9, 12, 0.42)), var(--hero-image);
		background-position: 60% center;
		height: auto;
		min-height: 0;
		padding: 18px 0 34px;
	}

	.coded-nav {
		gap: 18px;
	}

	.coded-brand {
		gap: 12px;
		max-width: 100%;
	}

	.coded-brand-logo {
		flex: 0 0 auto;
		height: 56px;
		width: 56px;
	}

	.coded-brand strong {
		font-size: clamp(1.25rem, 6.5vw, 1.7rem);
		letter-spacing: 0.1em;
	}

	.coded-brand small {
		font-size: 0.54rem;
		letter-spacing: 0.17em;
	}

	.coded-nav nav {
		gap: 0 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.coded-nav nav a {
		font-size: 0.68rem;
		padding: 9px 0;
	}

	.coded-nav-cta,
	.coded-outline,
	.coded-gold-btn,
	.coded-line-btn,
	.coded-dark-btn {
		min-height: 50px;
		width: 100%;
	}

	.coded-hero-grid {
		gap: 26px;
		padding-bottom: 0;
		padding-top: 26px;
	}

	.coded-hero-copy h1 {
		font-size: clamp(3rem, 13vw, 3.8rem);
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	.coded-hero-copy > p:not(.coded-eyebrow):not(.coded-secure) {
		font-size: 1rem;
		line-height: 1.58;
	}

	.coded-buttons {
		gap: 14px;
		margin: 24px 0;
	}

	.coded-secure {
		line-height: 1.5;
	}

	.coded-authority {
		padding: 22px;
	}

	.coded-agencies {
		gap: 16px;
	}

	.coded-agencies div {
		gap: 14px;
		grid-template-columns: 48px 1fr;
	}

	.coded-agencies img {
		height: 48px;
		width: 48px;
	}

	.coded-feature-grid div {
		border-bottom: 1px solid var(--arg-line-cool);
		border-right: 0;
		grid-template-columns: 52px 1fr;
		min-height: 0;
		padding: 20px 0;
	}

	.coded-feature-grid div:last-child {
		border-bottom: 0;
	}

	.coded-feature-grid svg {
		height: 44px;
		width: 44px;
	}

	.coded-process {
		height: auto;
		padding: 34px 0 46px;
	}

	.coded-process-grid {
		gap: 34px;
	}

	.coded-section-title h2 {
		font-size: clamp(3rem, 13vw, 4rem);
		margin-bottom: 24px;
	}

	.coded-steps {
		gap: 32px;
	}

	.coded-steps article {
		margin: 0 auto;
		max-width: 330px;
	}

	.coded-step-icon {
		height: 64px;
		margin-bottom: 14px;
		width: 64px;
	}

	.coded-scams {
		height: auto;
		padding: 44px 0 48px;
	}

	.coded-scams .coded-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.coded-scams h2 {
		font-size: clamp(2rem, 9vw, 2.65rem);
		line-height: 1.08;
		margin-bottom: 24px;
	}

	.coded-scam-grid {
		gap: 12px;
	}

	.coded-scam-grid article {
		min-height: 0;
		padding: 26px 20px;
	}

	.coded-scam-grid h3 {
		font-size: 0.95rem;
	}

	.coded-center-btn {
		width: 100%;
	}

	.coded-trust-grid > div {
		padding: 42px 0 28px;
	}

	.coded-trust-grid {
		height: auto;
	}

	.coded-trust h2 {
		font-size: clamp(2.65rem, 12vw, 3.5rem);
		line-height: 1.06;
	}

	.coded-trust li {
		line-height: 1.55;
	}

	.coded-office-media {
		aspect-ratio: 1.12;
		margin-bottom: 34px;
		min-height: 0;
	}

	.coded-office-media picture,
	.coded-office-media picture > img {
		height: 100%;
		object-position: center;
	}

	.coded-office-sign {
		top: 43%;
		width: 78%;
	}

	.coded-office-sign img {
		height: 42px;
		margin-bottom: 8px;
		width: 42px;
	}

	.coded-office-sign strong {
		font-size: clamp(0.82rem, 5vw, 1.25rem);
		letter-spacing: 0.13em;
	}

	.coded-office-sign span {
		font-size: 0.45rem;
		letter-spacing: 0.18em;
	}

	.coded-cta-band {
		height: auto;
		padding: 32px 0;
	}

	.coded-cta-grid {
		gap: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.coded-cta-grid h2 {
		font-size: clamp(1.85rem, 8vw, 2.35rem);
		line-height: 1.1;
	}

	.coded-footer {
		height: auto;
		padding: 36px 0 22px;
	}

	.coded-footer-grid {
		gap: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.coded-footer .coded-brand {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.coded-footer .coded-brand-logo {
		height: 54px;
		width: 54px;
	}

	.coded-footer .coded-brand strong {
		font-size: 1.08rem;
	}

	.coded-footer-bottom {
		flex-direction: column;
		gap: 10px;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}

	.coded-feature-grid,
	.coded-steps,
	.coded-scam-grid {
		grid-template-columns: 1fr;
	}

	.coded-feature-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.coded-buttons {
		flex-direction: column;
	}
}

@media (max-width: 430px) {
	.coded-container {
		padding: 0 18px;
	}

	.coded-brand-logo {
		height: 50px;
		width: 50px;
	}

	.coded-brand strong {
		font-size: clamp(1.12rem, 6vw, 1.45rem);
		letter-spacing: 0.09em;
	}

	.coded-brand small {
		font-size: 0.49rem;
		letter-spacing: 0.15em;
	}

	.coded-nav nav {
		gap: 0 16px;
	}

	.coded-outline,
	.coded-gold-btn,
	.coded-line-btn,
	.coded-dark-btn {
		font-size: 0.7rem;
		padding: 0 16px;
	}

	.coded-hero-copy h1 {
		font-size: clamp(2.7rem, 12.5vw, 3.25rem);
	}

	.coded-section-title h2 {
		font-size: clamp(2.75rem, 12.5vw, 3.4rem);
	}

	.coded-trust h2 {
		font-size: clamp(2.35rem, 11.5vw, 3rem);
	}

	.coded-agencies div {
		grid-template-columns: 44px 1fr;
	}

	.coded-agencies img {
		height: 44px;
		width: 44px;
	}

	.coded-office-sign strong {
		font-size: clamp(0.72rem, 4.6vw, 1rem);
	}

	.coded-cta-grid h2 {
		font-size: clamp(1.65rem, 7.5vw, 2rem);
	}

	.coded-footer-bottom {
		align-items: flex-start;
	}
}
