:root {
	--ag-navy: #07162d;
	--ag-navy-2: #0d2442;
	--ag-blue: #174a74;
	--ag-ice: #d9f6ff;
	--ag-cyan: #7dd8ee;
	--ag-orange: #f47a24;
	--ag-orange-dark: #c85c17;
	--ag-ink: #142033;
	--ag-muted: #637086;
	--ag-line: #d8e5ee;
	--ag-soft: #f5f8fb;
	--ag-white: #ffffff;
	--ag-shadow: 0 18px 40px rgba(7, 22, 45, .12);
	--ag-radius: 8px;
	--ag-header-h: 74px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

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

a {
	color: inherit;
}

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

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

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

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

.ag-container {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.ag-main {
	min-height: 60vh;
}

.ag-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(7, 22, 45, .96);
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	backdrop-filter: blur(14px);
}

.ag-header-inner {
	min-height: var(--ag-header-h);
	display: flex;
	align-items: center;
	gap: 22px;
}

.ag-brand {
	flex: 0 0 auto;
}

.ag-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 900;
}

.ag-logo-mark {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #07162d;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(125, 216, 238, .85)),
		linear-gradient(45deg, transparent 48%, rgba(244, 122, 36, .9) 49%, rgba(244, 122, 36, .9) 54%, transparent 55%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.ag-logo-text {
	font-size: 22px;
	line-height: 1;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	display: block;
	max-height: 48px;
	width: auto;
}

.ag-primary-nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}

.ag-nav-list {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ag-nav-list a {
	display: block;
	padding: 9px 10px;
	border-radius: 6px;
	color: rgba(255, 255, 255, .84);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.ag-nav-list a:hover,
.ag-nav-list .current-menu-item > a {
	color: #fff;
	background: rgba(125, 216, 238, .12);
}

.ag-header-cta,
.ag-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ag-header-cta,
.ag-button-primary {
	background: linear-gradient(180deg, #ff8a31, var(--ag-orange));
	color: #fff;
	box-shadow: 0 12px 22px rgba(244, 122, 36, .28);
}

.ag-header-cta {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 9px 14px;
	font-size: 13px;
	white-space: nowrap;
}

.ag-button-secondary {
	color: #eaf9ff;
	border-color: rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .08);
}

.ag-button:hover,
.ag-header-cta:hover {
	transform: translateY(-1px);
}

.ag-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: rgba(255, 255, 255, .06);
	padding: 10px;
}

.ag-nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
	border-radius: 2px;
}

.ag-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(7, 22, 45, .96), rgba(13, 36, 66, .88)),
		linear-gradient(rgba(125, 216, 238, .12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(125, 216, 238, .12) 1px, transparent 1px),
		#07162d;
	background-size: auto, 28px 28px, 28px 28px, auto;
}

.ag-hero-grid {
	min-height: 560px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 48px;
	align-items: center;
	padding: 72px 0 96px;
}

.ag-eyebrow {
	margin: 0 0 10px;
	color: var(--ag-cyan);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.ag-hero h1,
.ag-page-hero h1,
.ag-detail-hero h1 {
	margin: 0;
	font-size: 54px;
	line-height: 1.04;
	max-width: 760px;
}

.ag-hero p,
.ag-page-hero p,
.ag-detail-hero p {
	max-width: 760px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: 18px;
}

.ag-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.ag-hero-visual {
	position: relative;
	min-height: 390px;
	border-radius: var(--ag-radius);
	background:
		linear-gradient(135deg, rgba(216, 246, 255, .23), rgba(255, 255, 255, .04)),
		linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .15) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), var(--ag-shadow);
	overflow: hidden;
}

.ag-visual-tube,
.ag-visual-disc,
.ag-visual-plate {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .62);
	background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(125, 216, 238, .16) 52%, rgba(18, 71, 113, .25));
	box-shadow: 0 20px 40px rgba(0, 0, 0, .22), inset 0 0 28px rgba(255, 255, 255, .45);
}

.ag-visual-tube {
	width: 340px;
	height: 62px;
	border-radius: 999px;
	transform: rotate(-18deg);
}

.ag-visual-tube::before,
.ag-visual-tube::after {
	content: "";
	position: absolute;
	top: -1px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .65);
	background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, .86), rgba(125, 216, 238, .22) 52%, rgba(8, 31, 58, .35));
}

.ag-visual-tube::before {
	left: -1px;
}

.ag-visual-tube::after {
	right: -1px;
}

.ag-visual-tube-one {
	top: 68px;
	right: -38px;
}

.ag-visual-tube-two {
	top: 148px;
	right: 42px;
	width: 290px;
}

.ag-visual-disc {
	border-radius: 50%;
}

.ag-visual-disc-one {
	width: 178px;
	height: 178px;
	right: 66px;
	bottom: 86px;
}

.ag-visual-disc-two {
	width: 92px;
	height: 92px;
	left: 74px;
	bottom: 78px;
}

.ag-visual-plate {
	width: 310px;
	height: 172px;
	left: 70px;
	bottom: 36px;
	transform: perspective(520px) rotateX(62deg) rotateZ(-10deg);
	border-radius: 8px;
}

.ag-trust {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: -46px;
	padding: 18px;
	border: 1px solid rgba(17, 74, 114, .12);
	border-radius: var(--ag-radius);
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--ag-shadow);
}

.ag-trust div {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--ag-ink);
	font-weight: 800;
	font-size: 14px;
}

.ag-trust span {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--ag-ice), rgba(125, 216, 238, .55));
	border: 1px solid rgba(23, 74, 116, .12);
}

.ag-section {
	padding: 82px 0;
	background: #fff;
}

.ag-section-alt {
	background:
		linear-gradient(180deg, #f8fbfd, #eef6fa),
		linear-gradient(rgba(23, 74, 116, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 74, 116, .06) 1px, transparent 1px);
	background-size: auto, 32px 32px, 32px 32px;
}

.ag-section-heading {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.ag-section-heading h2,
.ag-split-heading h2,
.ag-rfq-copy h2,
.ag-cta-band h2,
.ag-page-content h2,
.ag-detail-content h2 {
	margin: 0;
	color: var(--ag-ink);
	font-size: 34px;
	line-height: 1.16;
}

.ag-section-heading p,
.ag-split-heading p,
.ag-rfq-copy p {
	margin: 14px auto 0;
	color: var(--ag-muted);
}

.ag-split-heading {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(260px, .6fr);
	gap: 36px;
	align-items: end;
	margin-bottom: 34px;
}

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

.ag-card {
	display: block;
	min-height: 202px;
	padding: 20px;
	border: 1px solid rgba(23, 74, 116, .16);
	border-radius: var(--ag-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(231, 246, 251, .68)),
		linear-gradient(90deg, rgba(255, 255, 255, .8), transparent);
	color: var(--ag-ink);
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(7, 22, 45, .07);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ag-card:hover {
	transform: translateY(-3px);
	border-color: rgba(23, 74, 116, .34);
	box-shadow: 0 18px 34px rgba(7, 22, 45, .13);
}

.ag-card-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--ag-ice), rgba(125, 216, 238, .55));
	color: var(--ag-blue);
	font-size: 13px;
	font-weight: 900;
}

.ag-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.25;
}

.ag-card p {
	margin: 0;
	color: var(--ag-muted);
	font-size: 14px;
}

.ag-two-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
}

.ag-glass-panel {
	padding: 26px;
	border: 1px solid rgba(23, 74, 116, .18);
	border-radius: var(--ag-radius);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(217, 246, 255, .78)),
		linear-gradient(120deg, transparent, rgba(255, 255, 255, .62));
	box-shadow: var(--ag-shadow);
}

.ag-glass-panel h2,
.ag-glass-panel h3 {
	margin: 0 0 18px;
	color: var(--ag-ink);
	font-size: 24px;
	line-height: 1.2;
}

.ag-glass-panel .ag-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ag-glass-panel .ag-card {
	min-height: 158px;
	padding: 16px;
}

.ag-glass-panel .ag-card-mark {
	width: 36px;
	height: 36px;
	margin-bottom: 12px;
}

.ag-chip-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ag-chip-grid a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(23, 74, 116, .16);
	border-radius: 6px;
	background: rgba(255, 255, 255, .72);
	text-decoration: none;
	font-weight: 800;
}

.ag-library-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ag-library-list a {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid rgba(23, 74, 116, .16);
	background: #fff;
	text-decoration: none;
	font-weight: 850;
	box-shadow: 0 12px 24px rgba(7, 22, 45, .06);
}

.ag-library-list-large a {
	display: block;
	min-height: 118px;
}

.ag-library-list-large span {
	display: block;
	margin-top: 10px;
	color: var(--ag-muted);
	font-size: 14px;
}

.ag-rfq-section {
	background:
		linear-gradient(115deg, rgba(7, 22, 45, .92), rgba(23, 74, 116, .78)),
		linear-gradient(rgba(255, 255, 255, .10) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .10) 1px, transparent 1px),
		#07162d;
	background-size: auto, 26px 26px, 26px 26px;
	color: #fff;
}

.ag-rfq-layout {
	display: grid;
	grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
	gap: 28px;
	align-items: start;
}

.ag-rfq-copy {
	position: sticky;
	top: calc(var(--ag-header-h) + 24px);
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--ag-radius);
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(16px);
}

.ag-rfq-copy h2,
.ag-rfq-copy p {
	color: #fff;
}

.ag-rfq-copy p {
	color: rgba(255, 255, 255, .8);
}

.ag-rfq-steps {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.ag-rfq-steps div {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 12px;
	align-items: center;
}

.ag-rfq-steps strong {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(125, 216, 238, .18);
	border: 1px solid rgba(125, 216, 238, .35);
}

.ag-rfq-form {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: var(--ag-radius);
	background: rgba(255, 255, 255, .78);
	color: var(--ag-ink);
	box-shadow: var(--ag-shadow);
	backdrop-filter: blur(18px);
}

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

.ag-form-grid label {
	display: grid;
	gap: 7px;
	color: var(--ag-ink);
	font-weight: 850;
}

.ag-form-grid span {
	font-size: 14px;
}

.ag-form-grid input,
.ag-form-grid select,
.ag-form-grid textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(23, 74, 116, .2);
	border-radius: 6px;
	background: rgba(255, 255, 255, .82);
	color: var(--ag-ink);
	padding: 10px 12px;
	outline: none;
}

.ag-form-grid textarea {
	resize: vertical;
	min-height: 130px;
}

.ag-form-grid input:focus,
.ag-form-grid select:focus,
.ag-form-grid textarea:focus {
	border-color: var(--ag-blue);
	box-shadow: 0 0 0 3px rgba(125, 216, 238, .28);
}

.ag-field-wide {
	grid-column: 1 / -1;
}

.ag-file-field {
	padding: 16px;
	border: 1px dashed rgba(23, 74, 116, .36);
	border-radius: 8px;
	background: rgba(217, 246, 255, .45);
}

.ag-file-field input {
	background: transparent;
	border: 0;
	padding: 0;
	min-height: auto;
}

.ag-file-field em {
	color: var(--ag-muted);
	font-style: normal;
	font-size: 14px;
}

.ag-submit-button {
	width: 100%;
	margin-top: 18px;
	border: 0;
}

.ag-form-status {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 6px;
	font-weight: 800;
}

.ag-form-status-success {
	background: #e6f8ef;
	color: #126438;
}

.ag-form-status-error {
	background: #fff0ed;
	color: #9b2f1d;
}

.ag-page-hero,
.ag-detail-hero {
	color: #fff;
	background:
		linear-gradient(100deg, rgba(7, 22, 45, .96), rgba(13, 36, 66, .88)),
		linear-gradient(rgba(125, 216, 238, .1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(125, 216, 238, .1) 1px, transparent 1px),
		#07162d;
	background-size: auto, 28px 28px, 28px 28px;
}

.ag-page-hero-inner {
	min-height: 330px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 64px 0;
}

.ag-page-hero-simple .ag-container {
	padding: 70px 0;
}

.ag-page-hero-simple h1 {
	margin: 0;
	font-size: 44px;
	line-height: 1.08;
}

.ag-contact-card {
	width: 320px;
	padding: 22px;
	border-radius: var(--ag-radius);
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .1);
	box-shadow: var(--ag-shadow);
}

.ag-contact-card strong,
.ag-contact-card a {
	display: block;
}

.ag-contact-card a {
	margin-top: 12px;
	color: #fff;
	text-decoration: none;
}

.ag-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--ag-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 22, 45, .06);
}

.ag-table-wrap th,
.ag-table-wrap td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--ag-line);
	text-align: left;
	vertical-align: top;
}

.ag-table-wrap th {
	color: var(--ag-ink);
	background: #e9f2f7;
	font-size: 14px;
}

.ag-table-wrap tr:last-child td {
	border-bottom: 0;
}

.ag-checklist-grid,
.ag-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
}

.ag-checklist-grid h2,
.ag-info-grid h2 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.2;
}

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

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

.ag-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: radial-gradient(circle at center, #fff 0 20%, transparent 22%), var(--ag-blue);
}

.ag-cta-band {
	padding: 62px 0;
	text-align: center;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(7, 22, 45, .96), rgba(13, 36, 66, .92)),
		linear-gradient(rgba(125, 216, 238, .1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(125, 216, 238, .1) 1px, transparent 1px);
	background-size: auto, 26px 26px, 26px 26px;
}

.ag-cta-band h2 {
	color: #fff;
}

.ag-cta-band p {
	margin: 12px auto 22px;
	max-width: 680px;
	color: rgba(255, 255, 255, .78);
}

.ag-process-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ag-process-flow div {
	padding: 22px;
	border-radius: 8px;
	border: 1px solid rgba(23, 74, 116, .14);
	background: #fff;
	box-shadow: 0 12px 26px rgba(7, 22, 45, .07);
}

.ag-process-flow strong {
	display: block;
	color: var(--ag-orange);
	font-size: 28px;
	line-height: 1;
}

.ag-process-flow span {
	display: block;
	margin-top: 12px;
	font-weight: 850;
}

.ag-timeline {
	display: grid;
	gap: 18px;
}

.ag-timeline div {
	position: relative;
	padding-left: 26px;
}

.ag-timeline div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ag-orange);
}

.ag-timeline p {
	margin: 6px 0 0;
	color: var(--ag-muted);
}

.ag-detail-hero-grid {
	min-height: 430px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: center;
	padding: 70px 0;
}

.ag-quick-answer {
	padding: 24px;
	border-radius: var(--ag-radius);
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .88);
	color: var(--ag-ink);
	box-shadow: var(--ag-shadow);
}

.ag-quick-answer h2 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
}

.ag-quick-answer p {
	margin: 0;
	color: var(--ag-muted);
	font-size: 15px;
}

.ag-detail-content {
	background: linear-gradient(180deg, #f5f8fb, #fff);
}

.ag-wp-content {
	max-width: 850px;
	margin: 0 auto 34px;
	padding: 26px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--ag-line);
}

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

.ag-detail-grid section,
.ag-detail-block,
.ag-page-content .ag-info-grid > div {
	padding: 24px;
	border: 1px solid rgba(23, 74, 116, .14);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 24px rgba(7, 22, 45, .06);
}

.ag-detail-grid h2,
.ag-detail-block h2 {
	margin: 0 0 12px;
	font-size: 24px;
}

.ag-detail-grid p,
.ag-detail-block p {
	margin: 0;
	color: var(--ag-muted);
}

.ag-detail-block {
	margin-top: 18px;
}

.ag-detail-block .ag-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ag-faq details {
	border-top: 1px solid var(--ag-line);
	padding: 14px 0;
}

.ag-faq details:first-of-type {
	border-top: 0;
}

.ag-faq summary {
	cursor: pointer;
	font-weight: 900;
}

.ag-faq p {
	margin-top: 8px;
}

.ag-page-content {
	max-width: 980px;
}

.ag-page-content :where(p, li) {
	color: var(--ag-muted);
}

.ag-post-card {
	padding: 22px 0;
	border-bottom: 1px solid var(--ag-line);
}

.ag-post-card h2 {
	margin: 0 0 8px;
}

.ag-post-card a {
	text-decoration: none;
}

.ag-site-footer {
	color: rgba(255, 255, 255, .78);
	background:
		linear-gradient(180deg, #081a33, #061225),
		linear-gradient(rgba(125, 216, 238, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(125, 216, 238, .07) 1px, transparent 1px);
	background-size: auto, 28px 28px, 28px 28px;
}

.ag-footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(0, .8fr));
	gap: 34px;
	padding: 56px 0 36px;
}

.ag-footer-logo {
	margin-bottom: 16px;
}

.ag-footer-brand p {
	margin: 0 0 14px;
	max-width: 420px;
}

.ag-footer-contact a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.ag-footer-links h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.ag-footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ag-footer-links a {
	display: block;
	padding: 4px 0;
	color: rgba(255, 255, 255, .78);
	text-decoration: none;
}

.ag-footer-links a:hover {
	color: #fff;
}

.ag-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 14px;
}

@media (max-width: 1100px) {
	.ag-header-inner {
		gap: 12px;
	}

	.ag-nav-list a {
		padding: 8px 7px;
		font-size: 12px;
	}

	.ag-card-grid,
	.ag-library-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 900px) {
	:root {
		--ag-header-h: 66px;
	}

	.ag-container {
		width: min(100% - 28px, 720px);
	}

	.ag-header-inner {
		min-height: var(--ag-header-h);
		justify-content: space-between;
	}

	.ag-nav-toggle {
		display: block;
		order: 3;
	}

	.ag-primary-nav {
		position: absolute;
		left: 14px;
		right: 14px;
		top: calc(var(--ag-header-h) + 8px);
		display: none;
		padding: 12px;
		border-radius: 8px;
		background: rgba(7, 22, 45, .98);
		box-shadow: var(--ag-shadow);
	}

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

	.ag-nav-list {
		display: grid;
		gap: 3px;
	}

	.ag-nav-list a {
		padding: 11px 12px;
		font-size: 14px;
	}

	.ag-header-cta {
		display: none;
	}

	.ag-logo-text {
		font-size: 20px;
	}

	.ag-hero-grid,
	.ag-page-hero-inner,
	.ag-detail-hero-grid,
	.ag-rfq-layout,
	.ag-split-heading,
	.ag-checklist-grid,
	.ag-info-grid,
	.ag-two-panels {
		grid-template-columns: 1fr;
	}

	.ag-hero-grid {
		min-height: auto;
		padding: 48px 0 70px;
	}

	.ag-hero h1,
	.ag-page-hero h1,
	.ag-detail-hero h1 {
		font-size: 40px;
	}

	.ag-hero p,
	.ag-page-hero p,
	.ag-detail-hero p {
		font-size: 17px;
	}

	.ag-hero-visual {
		min-height: 300px;
	}

	.ag-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: -30px;
	}

	.ag-card-grid,
	.ag-library-list,
	.ag-detail-block .ag-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ag-rfq-copy {
		position: static;
	}

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

	.ag-contact-card {
		width: 100%;
	}
}

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

	.ag-container {
		width: calc(100% - 24px);
	}

	.ag-logo-mark {
		width: 30px;
		height: 30px;
	}

	.ag-logo-text {
		font-size: 19px;
	}

	.ag-hero-grid {
		padding: 40px 0 58px;
		gap: 26px;
	}

	.ag-hero h1,
	.ag-page-hero h1,
	.ag-detail-hero h1 {
		font-size: 34px;
	}

	.ag-page-hero-inner,
	.ag-detail-hero-grid,
	.ag-page-hero-simple .ag-container {
		min-height: 0;
		padding: 44px 0;
	}

	.ag-hero-actions,
	.ag-button {
		width: 100%;
	}

	.ag-hero-actions .ag-button {
		width: 100%;
	}

	.ag-hero-visual {
		min-height: 240px;
	}

	.ag-visual-tube {
		width: 230px;
		height: 46px;
	}

	.ag-visual-tube::before,
	.ag-visual-tube::after {
		width: 46px;
		height: 46px;
	}

	.ag-visual-tube-one {
		top: 48px;
		right: -42px;
	}

	.ag-visual-tube-two {
		top: 110px;
		right: 8px;
		width: 214px;
	}

	.ag-visual-disc-one {
		width: 116px;
		height: 116px;
		right: 38px;
		bottom: 58px;
	}

	.ag-visual-disc-two {
		width: 62px;
		height: 62px;
		left: 38px;
		bottom: 54px;
	}

	.ag-visual-plate {
		width: 208px;
		height: 120px;
		left: 32px;
		bottom: 20px;
	}

	.ag-trust,
	.ag-card-grid,
	.ag-library-list,
	.ag-glass-panel .ag-card-grid,
	.ag-chip-grid,
	.ag-form-grid,
	.ag-detail-grid,
	.ag-detail-block .ag-card-grid,
	.ag-process-flow,
	.ag-footer-grid {
		grid-template-columns: 1fr;
	}

	.ag-trust {
		padding: 14px;
	}

	.ag-section {
		padding: 58px 0;
	}

	.ag-section-heading {
		text-align: left;
	}

	.ag-section-heading h2,
	.ag-split-heading h2,
	.ag-rfq-copy h2,
	.ag-cta-band h2,
	.ag-page-content h2,
	.ag-detail-content h2 {
		font-size: 28px;
	}

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

	.ag-rfq-form,
	.ag-rfq-copy,
	.ag-glass-panel,
	.ag-detail-grid section,
	.ag-detail-block,
	.ag-page-content .ag-info-grid > div {
		padding: 18px;
	}

	.ag-footer-bottom {
		display: grid;
		justify-content: start;
	}
}


.ag-hp-field {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
