/* ==========================================================================
   Veltrix Group Corporation — Tech Corporation Theme
   Palette: deep navy (#0a1230) + electric cyan (#3ee0ff) + royal blue (#1e6bd6)
   ========================================================================== */

:root {
	--vx-bg:        #ffffff;
	--vx-surface:   #f5f7fc;
	--vx-surface-2: #eef2fa;
	--vx-ink:       #0a1230;
	--vx-ink-2:     #2a3458;
	--vx-muted:     #5a6485;
	--vx-line:      #e2e7f3;

	--vx-deep:      #0a1230;
	--vx-deep-2:    #111a3f;
	--vx-deep-3:    #182454;

	--vx-blue:      #1e6bd6;
	--vx-blue-2:    #2a82f7;
	--vx-cyan:      #3ee0ff;
	--vx-violet:    #7d5cff;
	--vx-green:     #2ecc71;
	--vx-amber:     #ffb547;

	--vx-grad:      linear-gradient(135deg, #1e6bd6 0%, #3ee0ff 100%);
	--vx-grad-deep: linear-gradient(135deg, #0a1230 0%, #1e2a66 60%, #1e6bd6 120%);

	--vx-radius:    16px;
	--vx-radius-sm: 10px;
	--vx-radius-lg: 24px;

	--vx-shadow:    0 18px 40px -22px rgba(10, 18, 48, 0.35);
	--vx-shadow-lg: 0 28px 60px -28px rgba(10, 18, 48, 0.45);

	--vx-font:      'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--vx-font-h:    'Space Grotesk', 'Inter', system-ui, sans-serif;
	--vx-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

	--vx-container: 1240px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--vx-font);
	font-size: 16px;
	line-height: 1.65;
	color: var(--vx-ink);
	background: var(--vx-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--vx-blue); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--vx-blue-2); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--vx-font-h);
	font-weight: 600;
	line-height: 1.18;
	color: var(--vx-ink);
	margin: 0 0 .5em;
	letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 4.6vw, 3.75rem); font-weight: 700; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
h3 { font-size: 1.35rem; }
p  { margin: 0 0 1em; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link {
	position: absolute; top: -100px; left: 12px;
	background: var(--vx-deep); color: #fff; padding: 10px 16px;
	border-radius: 8px; z-index: 999; font-weight: 600;
}
.skip-link:focus { top: 12px; color: #fff; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--vx-container); margin: 0 auto; padding: 0 24px; }
.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--vx-font-mono); font-size: .78rem; font-weight: 500;
	color: var(--vx-blue); text-transform: uppercase; letter-spacing: 0.16em;
	margin: 0 0 14px;
}
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 16px; }
.section-lead  { color: var(--vx-muted); font-size: 1.075rem; max-width: 720px; }
.section-head  { margin-bottom: 56px; }
.section-head--center { text-align: center; }
.section-head--center .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px 22px; border-radius: 999px;
	font-family: var(--vx-font); font-weight: 600; font-size: .95rem;
	letter-spacing: 0.01em; line-height: 1; text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
	white-space: nowrap;
}
.btn--lg { padding: 16px 28px; font-size: 1rem; }
.btn--primary {
	background: var(--vx-grad);
	color: #fff;
	box-shadow: 0 16px 32px -14px rgba(30, 107, 214, 0.65);
}
.btn--primary:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 22px 40px -14px rgba(30, 107, 214, 0.75); }
.btn--ghost {
	background: transparent; color: var(--vx-ink);
	border: 1.5px solid var(--vx-line);
}
.btn--ghost:hover { color: var(--vx-blue); border-color: var(--vx-blue); }
.btn--ghost-light {
	background: rgba(255,255,255,0.06);
	color: #fff;
	border: 1.5px solid rgba(255,255,255,0.22);
	backdrop-filter: blur(6px);
}
.btn--ghost-light:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.35); }

.link-arrow {
	display: inline-flex; align-items: center; gap: 6px;
	font-weight: 600; font-size: .95rem;
	color: var(--vx-blue);
}
.link-arrow svg { transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Top bar ---------- */
.top-bar {
	background: var(--vx-deep);
	color: #c9d4ee;
	padding: 9px 0;
	font-size: .82rem;
	letter-spacing: 0.04em;
	font-family: var(--vx-font-mono);
}
.top-bar__text { margin: 0; text-align: center; }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 50;
	background: #ffffff;
	border-bottom: 1px solid var(--vx-line);
}
.site-header__inner {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	padding: 18px 24px;
	max-width: var(--vx-container);
	margin: 0 auto;
}
.site-branding .site-title {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--vx-font-h); font-weight: 700; font-size: 1.35rem;
	color: var(--vx-ink); text-decoration: none;
}
.site-title__mark {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px;
	border-radius: 10px;
	background: var(--vx-grad);
	color: #fff;
}

.primary-nav { flex: 1; display: flex; justify-content: center; min-width: 0; }
.primary-nav__close,
.primary-nav__cta { display: none; }

.primary-menu {
	list-style: none; display: flex; gap: 30px; padding: 0; margin: 0;
}
.primary-menu li { position: relative; }
.primary-menu a {
	color: var(--vx-ink-2); font-weight: 500; font-size: .95rem;
	padding: 8px 0; display: inline-flex; align-items: center; gap: 4px;
	position: relative;
	white-space: nowrap;
}
.primary-menu a:hover { color: var(--vx-blue); }
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a { color: var(--vx-blue); }
.primary-menu .menu-item-has-children > a::after {
	content: ''; width: 8px; height: 8px;
	border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	margin-left: 2px; opacity: .55;
	transition: transform .2s ease;
}
.primary-menu .menu-item-has-children:hover > a::after { transform: rotate(225deg) translateY(-2px); }

.primary-menu .sub-menu {
	position: absolute; top: 100%; left: -16px;
	min-width: 220px; padding: 10px;
	background: #fff;
	border: 1px solid var(--vx-line);
	border-radius: 14px;
	box-shadow: var(--vx-shadow);
	list-style: none;
	opacity: 0; pointer-events: none; transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: none; }
.primary-menu .sub-menu a { display: block; padding: 8px 12px; border-radius: 8px; }
.primary-menu .sub-menu a:hover { background: var(--vx-surface); }

.site-header__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.nav-toggle {
	display: none;
	width: 42px; height: 42px;
	border-radius: 10px;
	border: 1px solid var(--vx-line);
	background: #fff;
	flex-direction: column; justify-content: center; align-items: center; gap: 5px;
	flex-shrink: 0;
}
.nav-toggle__line {
	display: block; width: 18px; height: 2px;
	background: var(--vx-ink); border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-overlay {
	position: fixed; inset: 0;
	background: rgba(10,18,48,0.55);
	backdrop-filter: blur(2px);
	z-index: 60;
	opacity: 0; pointer-events: none;
	transition: opacity .25s ease;
}
.nav-overlay.is-visible { opacity: 1; pointer-events: auto; }
body.nav-open { overflow: hidden; }
html { overflow-x: hidden; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
	position: relative;
	background: var(--vx-deep);
	color: #fff;
	overflow: hidden;
	padding: 96px 0 120px;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__grid {
	position: absolute; inset: -2px;
	background-image:
		linear-gradient(rgba(62,224,255,0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(62,224,255,0.08) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
}
.hero__glow {
	position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55;
}
.hero__glow--a { width: 520px; height: 520px; background: #1e6bd6; top: -120px; left: -120px; }
.hero__glow--b { width: 460px; height: 460px; background: #3ee0ff; bottom: -160px; right: -120px; opacity: .35; }

.hero__particles { position: absolute; inset: 0; }
.hero__particles span {
	position: absolute; width: 6px; height: 6px;
	background: #3ee0ff; border-radius: 50%;
	box-shadow: 0 0 12px rgba(62,224,255,0.8);
	opacity: .65;
	animation: vxFloat 9s ease-in-out infinite;
}
.hero__particles span:nth-child(1)  { top: 12%; left: 8%;  animation-delay: 0s; }
.hero__particles span:nth-child(2)  { top: 22%; left: 78%; animation-delay: 1.2s; width: 4px; height: 4px; }
.hero__particles span:nth-child(3)  { top: 64%; left: 14%; animation-delay: 2.1s; width: 8px; height: 8px; }
.hero__particles span:nth-child(4)  { top: 78%; left: 88%; animation-delay: 3.4s; }
.hero__particles span:nth-child(5)  { top: 38%; left: 50%; animation-delay: 1.7s; width: 5px; height: 5px; }
.hero__particles span:nth-child(6)  { top: 8%;  left: 56%; animation-delay: 2.7s; width: 3px; height: 3px; opacity: .8; }
.hero__particles span:nth-child(7)  { top: 84%; left: 36%; animation-delay: .8s; }
.hero__particles span:nth-child(8)  { top: 48%; left: 92%; animation-delay: 3.9s; width: 4px; height: 4px; }
.hero__particles span:nth-child(9)  { top: 58%; left: 4%;  animation-delay: 2.4s; width: 5px; height: 5px; }
.hero__particles span:nth-child(10) { top: 30%; left: 32%; animation-delay: 4.6s; width: 3px; height: 3px; }

@keyframes vxFloat {
	0%, 100% { transform: translate(0,0); }
	50%      { transform: translate(10px,-18px); }
}

.hero__inner {
	position: relative; z-index: 2;
	display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 8px 14px; border-radius: 999px;
	background: rgba(62,224,255,0.08);
	border: 1px solid rgba(62,224,255,0.25);
	font-family: var(--vx-font-mono); font-size: .8rem;
	color: #b6e9ff; letter-spacing: 0.1em;
	margin: 0 0 24px;
}
.hero__eyebrow-dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--vx-cyan);
	box-shadow: 0 0 0 4px rgba(62,224,255,0.18);
	animation: vxPulse 2s ease-in-out infinite;
}
@keyframes vxPulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50%      { transform: scale(1.25); opacity: .7; }
}
.hero__title {
	color: #fff;
	font-size: clamp(2.6rem, 5.6vw, 4.5rem);
	margin: 0 0 22px;
	line-height: 1.06;
}
.hero__title-grad {
	background: linear-gradient(120deg, #3ee0ff 0%, #7ad8ff 50%, #fff 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	display: inline-block;
}
.hero__lead {
	font-size: 1.125rem; line-height: 1.65;
	color: #b8c4e3; max-width: 560px;
	margin-bottom: 36px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }

.hero__meta {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-wrap: wrap; gap: 22px;
	color: #8fa1cc; font-size: .9rem;
	font-family: var(--vx-font-mono); letter-spacing: 0.04em;
}
.hero__meta li { display: inline-flex; align-items: center; gap: 8px; }
.hero__meta svg { color: var(--vx-cyan); }

/* Hero visual card */
.hero__visual { position: relative; }
.hero-card {
	position: relative;
	background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
	border: 1px solid rgba(125,180,255,0.25);
	border-radius: 22px;
	padding: 22px 24px 26px;
	color: #fff;
	box-shadow: 0 40px 80px -32px rgba(0,0,0,0.6);
	backdrop-filter: blur(12px);
}
.hero-card::before {
	content: ''; position: absolute; inset: -1px; border-radius: 22px;
	background: linear-gradient(135deg, rgba(62,224,255,0.5), transparent 60%);
	z-index: -1; filter: blur(20px); opacity: .35;
}
.hero-card__head {
	display: flex; align-items: center; gap: 8px;
	padding-bottom: 14px; margin-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-card__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.hero-card__dot:nth-child(1) { background: #ff5f56; }
.hero-card__dot:nth-child(2) { background: #ffbd2e; }
.hero-card__dot:nth-child(3) { background: #27c93f; }
.hero-card__title {
	margin-left: auto;
	font-family: var(--vx-font-mono); font-size: .8rem; color: #8fa1cc;
}
.hero-card__row {
	display: flex; justify-content: space-between; align-items: baseline;
	margin-top: 14px; font-size: .9rem; color: #b8c4e3;
	font-family: var(--vx-font-mono);
}
.hero-card__val { color: #fff; font-weight: 600; }
.hero-card__val--up { color: #3ee0ff; }
.hero-card__bar {
	height: 4px; background: rgba(255,255,255,0.08);
	border-radius: 4px; margin-top: 6px; overflow: hidden;
}
.hero-card__bar > span {
	display: block; height: 100%;
	background: linear-gradient(90deg, var(--vx-blue), var(--vx-cyan));
	border-radius: 4px;
}
.hero-card__chart { margin-top: 22px; }

.hero-orbit {
	position: absolute; left: -32px; bottom: -22px;
	display: flex; flex-direction: column; gap: 10px;
}
.hero-orbit__pill {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(10,18,48,0.85);
	border: 1px solid rgba(125,180,255,0.25);
	color: #d8e3ff;
	padding: 8px 14px; border-radius: 999px;
	font-size: .82rem; font-family: var(--vx-font-mono);
	box-shadow: 0 18px 40px -20px rgba(0,0,0,0.6);
	backdrop-filter: blur(8px);
}
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot--green  { background: var(--vx-green); box-shadow: 0 0 0 4px rgba(46,204,113,0.18); }
.dot--blue   { background: var(--vx-blue);  box-shadow: 0 0 0 4px rgba(30,107,214,0.18); }
.dot--cyan   { background: var(--vx-cyan);  box-shadow: 0 0 0 4px rgba(62,224,255,0.18); }
.dot--purple { background: var(--vx-violet);box-shadow: 0 0 0 4px rgba(125,92,255,0.18); }

/* ==========================================================================
   CLIENT STRIP
   ========================================================================== */
.clients {
	border-bottom: 1px solid var(--vx-line);
	padding: 38px 0;
	background: #fff;
}
.clients__lead {
	text-align: center;
	color: var(--vx-muted);
	font-family: var(--vx-font-mono);
	font-size: .8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 0 22px;
}
.clients__row {
	list-style: none; padding: 0; margin: 0;
	display: flex; justify-content: space-between; align-items: center;
	gap: 32px; flex-wrap: wrap;
	color: #98a3c0;
}
.clients__row li {
	flex: 1 1 0;
	display: flex; justify-content: center;
	opacity: .7;
	transition: opacity .2s ease, color .2s ease;
}
.clients__row li:hover { opacity: 1; color: var(--vx-ink); }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
	padding: 110px 0 60px;
	background: #fff;
}
.about__inner {
	display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px;
	align-items: start;
}
.about__intro .section-title { margin-bottom: 0; }
.about__lead {
	font-size: 1.075rem;
	color: var(--vx-muted);
	margin-bottom: 24px;
}
.about__bullets {
	list-style: none; padding: 0; margin: 0 0 28px;
	display: flex; flex-direction: column; gap: 14px;
}
.about__bullets li {
	display: flex; align-items: flex-start; gap: 12px;
	color: var(--vx-ink-2); font-weight: 500;
}
.about__bullet-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 26px; height: 26px; border-radius: 8px;
	background: rgba(30,107,214,0.1); color: var(--vx-blue);
	flex-shrink: 0;
}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services {
	padding: 110px 0;
	background: var(--vx-surface);
	position: relative;
}
.section-head { display: flex; flex-direction: column; align-items: flex-start; }
.section-head--center { align-items: center; }

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.service-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	padding: 32px 28px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--vx-shadow-lg);
	border-color: rgba(30,107,214,0.4);
}
.service-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px;
	border-radius: 14px;
	background: var(--vx-grad);
	color: #fff;
	margin-bottom: 18px;
	box-shadow: 0 16px 32px -14px rgba(30,107,214,0.65);
}
.service-card__title { font-size: 1.25rem; margin-bottom: 12px; }
.service-card__desc  { color: var(--vx-muted); margin-bottom: 16px; }
.service-card__list {
	list-style: none; padding: 0; margin: 0 0 20px;
	display: flex; flex-direction: column; gap: 8px;
	font-size: .92rem;
	color: var(--vx-ink-2);
}
.service-card__list li {
	padding-left: 22px; position: relative;
}
.service-card__list li::before {
	content: ''; position: absolute; left: 0; top: 9px;
	width: 12px; height: 12px; border-radius: 50%;
	border: 2px solid var(--vx-cyan);
	background: rgba(62,224,255,0.18);
}
.service-card--featured {
	background: var(--vx-deep);
	color: #fff;
	border-color: transparent;
}
.service-card--featured .service-card__title { color: #fff; }
.service-card--featured .service-card__desc { color: #b8c4e3; }
.service-card--featured .service-card__list { color: #d2dbf3; }
.service-card--featured .service-card__icon {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(62,224,255,0.4);
}
.service-card--featured .link-arrow { color: var(--vx-cyan); }
.service-card--featured .link-arrow:hover { color: #fff; }
.service-card__tag {
	position: absolute; top: 16px; right: 16px;
	font-family: var(--vx-font-mono); font-size: .72rem;
	color: #0a1230; background: var(--vx-cyan);
	padding: 5px 10px; border-radius: 999px;
	letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
}

/* ==========================================================================
   STATS
   ========================================================================== */
.stats {
	padding: 80px 0;
	background: var(--vx-grad-deep);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.stats::before {
	content: ''; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
	pointer-events: none;
}
.stats__grid {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
	text-align: center;
}
.stat__num {
	font-family: var(--vx-font-h);
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	font-weight: 700; line-height: 1;
	margin: 0 0 8px;
	background: linear-gradient(120deg, #fff 0%, #3ee0ff 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__label {
	color: #b8c4e3;
	font-size: .95rem;
	margin: 0;
}

/* ==========================================================================
   WORKFLOW
   ========================================================================== */
.workflow {
	padding: 110px 0;
	background: #fff;
}
.workflow__steps {
	list-style: none; padding: 0; margin: 0;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
	counter-reset: nx-steps;
	position: relative;
}
.workflow__steps::before {
	content: ''; position: absolute; left: 8%; right: 8%; top: 26px;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--vx-line) 0 12px, transparent 12px 24px);
	z-index: 0;
}
.workflow__step {
	position: relative; z-index: 1;
	background: var(--vx-surface);
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	padding: 28px 24px 24px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.workflow__step:hover {
	transform: translateY(-4px);
	box-shadow: var(--vx-shadow);
	border-color: var(--vx-blue);
	background: #fff;
}
.workflow__num {
	display: inline-flex; align-items: center; justify-content: center;
	width: 52px; height: 52px;
	background: var(--vx-grad); color: #fff;
	border-radius: 14px;
	font-family: var(--vx-font-mono); font-weight: 600; font-size: 1rem;
	margin-bottom: 18px;
	box-shadow: 0 16px 28px -16px rgba(30,107,214,0.7);
	margin-top: -54px;
	border: 4px solid #fff;
}
.workflow__title { font-size: 1.15rem; margin-bottom: 10px; }
.workflow__desc  { color: var(--vx-muted); font-size: .94rem; margin-bottom: 14px; }
.workflow__step ul {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 6px;
	font-size: .88rem; color: var(--vx-ink-2);
}
.workflow__step ul li {
	padding-left: 18px; position: relative;
}
.workflow__step ul li::before {
	content: ''; position: absolute; left: 0; top: 9px;
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--vx-blue);
}

/* ==========================================================================
   SECURITY
   ========================================================================== */
.security {
	padding: 110px 0;
	background: var(--vx-deep);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.security::before {
	content: ''; position: absolute; inset: 0;
	background:
		radial-gradient(circle at 80% 20%, rgba(30,107,214,0.35), transparent 55%),
		radial-gradient(circle at 10% 80%, rgba(62,224,255,0.18), transparent 50%);
	pointer-events: none;
}
.security__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center;
}
.security .eyebrow { color: var(--vx-cyan); }
.security .section-title { color: #fff; }
.security__lead {
	color: #b8c4e3;
	font-size: 1.05rem;
	margin-bottom: 32px;
	max-width: 520px;
}
.security__features {
	list-style: none; padding: 0; margin: 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.security__features li { display: flex; gap: 14px; align-items: flex-start; }
.security__features h4 {
	color: #fff; font-size: 1rem; margin: 0 0 6px;
	font-weight: 600;
}
.security__features p {
	color: #99a8d0; font-size: .9rem; margin: 0; line-height: 1.55;
}
.security__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px;
	border-radius: 12px;
	background: rgba(62,224,255,0.12);
	color: var(--vx-cyan);
	flex-shrink: 0;
}

.security__visual { display: flex; justify-content: center; }
.shield-card {
	position: relative;
	width: 100%; max-width: 360px;
	padding: 28px 24px;
	border-radius: var(--vx-radius-lg);
	background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.01) 100%);
	border: 1px solid rgba(125,180,255,0.25);
	text-align: center;
	overflow: hidden;
}
.shield-card__halo {
	position: absolute; inset: -40%;
	background: radial-gradient(circle at center, rgba(62,224,255,0.25), transparent 60%);
	filter: blur(40px);
}
.shield-card__shield { position: relative; z-index: 1; margin: 0 auto 22px; max-width: 160px; }
.shield-card__badges {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.badge {
	display: inline-flex; align-items: center; gap: 6px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	color: #d8e3ff;
	padding: 8px 12px; border-radius: 999px;
	font-size: .78rem; font-family: var(--vx-font-mono);
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonials {
	padding: 110px 0;
	background: var(--vx-surface);
}
.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.testimonial {
	background: #fff;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	padding: 32px 28px;
	margin: 0;
	transition: transform .2s ease, box-shadow .2s ease;
}
.testimonial:hover {
	transform: translateY(-3px);
	box-shadow: var(--vx-shadow);
}
.testimonial__quote { color: var(--vx-cyan); margin-bottom: 14px; }
.testimonial blockquote {
	margin: 0 0 22px;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--vx-ink-2);
}
.testimonial__person {
	display: flex; align-items: center; gap: 14px;
	border-top: 1px solid var(--vx-line);
	padding-top: 18px;
}
.testimonial__avatar {
	display: inline-flex; align-items: center; justify-content: center;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--vx-grad);
	color: #fff;
	font-family: var(--vx-font-h); font-weight: 600; font-size: 1rem;
	letter-spacing: 0.05em;
}
.testimonial__avatar--cyan   { background: linear-gradient(135deg, #3ee0ff, #1e6bd6); }
.testimonial__avatar--purple { background: linear-gradient(135deg, #7d5cff, #1e6bd6); }
.testimonial__avatar--green  { background: linear-gradient(135deg, #2ecc71, #1e6bd6); }
.testimonial__person strong { display: block; color: var(--vx-ink); font-weight: 600; }
.testimonial__person em {
	display: block; color: var(--vx-muted); font-style: normal; font-size: .88rem;
	margin-top: 2px;
}

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band {
	padding: 90px 0;
	background: var(--vx-grad-deep);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.cta-band::before {
	content: ''; position: absolute; inset: 0;
	background-image: linear-gradient(135deg, rgba(62,224,255,0.18), transparent 60%);
	pointer-events: none;
}
.cta-band__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.4fr .9fr; gap: 48px; align-items: center;
}
.cta-band .eyebrow { color: var(--vx-cyan); }
.cta-band h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	margin: 0 0 14px;
	max-width: 640px;
}
.cta-band__lead { color: #b8c4e3; max-width: 520px; margin: 0; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
	background: #060c24;
	color: #b8c4e3;
	padding: 80px 0 30px;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
	gap: 48px;
	margin-bottom: 56px;
}
.footer-col h4 {
	color: #fff;
	font-size: .95rem;
	font-weight: 600;
	margin: 0 0 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: var(--vx-font-mono);
}
.footer-logo {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--vx-font-h); font-weight: 700; font-size: 1.4rem;
	color: #fff; text-decoration: none;
	margin-bottom: 16px;
}
.footer-tagline {
	color: #8fa1cc; line-height: 1.65; max-width: 360px;
	font-size: .94rem;
	margin-bottom: 18px;
}
.footer-address {
	display: flex; align-items: flex-start; gap: 8px;
	font-style: normal;
	color: #8fa1cc;
	font-size: .9rem;
	line-height: 1.55;
	margin: 0 0 22px;
	max-width: 320px;
}
.footer-address svg {
	flex-shrink: 0; margin-top: 4px; color: var(--vx-cyan);
}
.footer-address span { display: block; }
.footer-social { display: flex; gap: 10px; }
.footer-social__link {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 10px;
	background: rgba(255,255,255,0.06);
	color: #c9d4ee;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}
.footer-social__link:hover {
	background: var(--vx-blue); color: #fff; transform: translateY(-2px);
}

.footer-menu {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 10px;
}
.footer-menu a {
	color: #b8c4e3;
	font-size: .94rem;
	transition: color .2s ease;
}
.footer-menu a:hover { color: var(--vx-cyan); }

.footer-newsletter__desc { color: #8fa1cc; font-size: .9rem; margin-bottom: 14px; }
.footer-newsletter {
	display: flex; align-items: center;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 999px;
	padding: 4px;
	margin-bottom: 18px;
	transition: border-color .2s ease;
}
.footer-newsletter:focus-within { border-color: var(--vx-cyan); }
.footer-newsletter input {
	flex: 1;
	background: transparent; border: 0; outline: 0;
	color: #fff; padding: 10px 16px;
	font-family: inherit; font-size: .92rem;
}
.footer-newsletter input::placeholder { color: #6f7da3; }
.footer-newsletter button {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px;
	border-radius: 999px;
	background: var(--vx-grad); color: #fff;
	transition: transform .2s ease;
}
.footer-newsletter button:hover { transform: translateX(2px); }

.footer-contact-line { color: #8fa1cc; font-size: .9rem; }
.footer-contact-line a { color: #b8c4e3; }
.footer-contact-line a:hover { color: var(--vx-cyan); }

.footer-meta {
	list-style: none; padding: 0; margin: 0 0 22px;
	display: flex; flex-wrap: wrap; align-items: baseline;
	gap: 8px 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-meta li {
	display: inline-flex; align-items: baseline; gap: 8px;
	font-size: .8rem;
	line-height: 1.4;
}
.footer-meta span {
	color: #6f7da3;
	font-family: var(--vx-font-mono);
	font-size: .7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.footer-meta strong {
	color: #d8e3ff;
	font-family: var(--vx-font-mono);
	font-weight: 500;
	font-size: .82rem;
}

.footer-bottom {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,0.06);
	gap: 16px;
}
.footer-copyright { margin: 0; color: #6f7da3; font-size: .88rem; }
.footer-bottom__links {
	list-style: none; padding: 0; margin: 0;
	display: flex; gap: 22px;
}
.footer-bottom__links a {
	color: #8fa1cc; font-size: .88rem;
}
.footer-bottom__links a:hover { color: var(--vx-cyan); }

/* ==========================================================================
   INFO PAGES (about / contact / faq / privacy / terms)
   ========================================================================== */
.info-main { background: var(--vx-surface); padding-bottom: 80px; }
.info-hero {
	background: var(--vx-grad-deep);
	color: #fff;
	padding: 80px 0 60px;
	margin-bottom: -40px;
	position: relative;
	overflow: hidden;
}
.info-hero::before {
	content: ''; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse at top, #000 0%, transparent 70%);
	-webkit-mask-image: radial-gradient(ellipse at top, #000 0%, transparent 70%);
	pointer-events: none;
}
.info-hero__title {
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	margin: 0 0 14px;
	position: relative;
}
.info-hero__lead { color: #b8c4e3; max-width: 640px; margin: 0; position: relative; }
.info-hero .eyebrow { color: var(--vx-cyan); position: relative; }

.info-shell {
	position: relative; z-index: 1;
	margin-top: 0;
}
.info-article {
	background: #fff;
	border-radius: var(--vx-radius-lg);
	padding: 56px 56px;
	box-shadow: var(--vx-shadow);
	margin: 60px auto 0;
	max-width: 880px;
}
.info-article h3 {
	margin-top: 36px; margin-bottom: 12px;
	font-size: 1.2rem;
	color: var(--vx-ink);
	padding-bottom: 6px;
	border-bottom: 2px solid var(--vx-surface-2);
}
.info-article h3:first-child { margin-top: 0; }
.info-article p, .info-article ul { color: var(--vx-ink-2); }
.info-article ul { padding-left: 22px; }
.info-article ul li { margin-bottom: 6px; }
.info-article a { color: var(--vx-blue); }
.info-article a:hover { color: var(--vx-blue-2); text-decoration: underline; }

/* ---------- Contact Page ---------- */
.contact-shell {
	display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px;
	margin-top: 60px;
	position: relative; z-index: 1;
}
.contact-aside {
	background: #fff;
	border-radius: var(--vx-radius);
	padding: 32px;
	box-shadow: var(--vx-shadow);
	height: fit-content;
}
.contact-aside h2 {
	font-size: .85rem; text-transform: uppercase; letter-spacing: 0.1em;
	font-family: var(--vx-font-mono); color: var(--vx-blue);
	margin: 24px 0 10px;
}
.contact-aside h2:first-child { margin-top: 0; }
.contact-aside address { font-style: normal; color: var(--vx-ink-2); margin-bottom: 4px; }
.contact-aside p { color: var(--vx-ink-2); margin: 0 0 .8em; font-size: .94rem; }
.contact-aside p strong { display: block; color: var(--vx-ink); margin-bottom: 2px; font-size: .85rem; }
.contact-aside__social {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 8px;
}
.contact-aside__social a { color: var(--vx-blue); font-weight: 500; }
.contact-aside__corp {
	margin: 0;
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 8px 14px;
	font-size: .88rem;
}
.contact-aside__corp dt {
	color: var(--vx-muted);
	font-weight: 500;
	font-family: var(--vx-font-mono);
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	white-space: nowrap;
	padding-top: 2px;
}
.contact-aside__corp dd {
	margin: 0;
	color: var(--vx-ink);
	font-weight: 600;
	font-family: var(--vx-font-mono);
	word-break: break-word;
}

.contact-form-card {
	background: #fff;
	border-radius: var(--vx-radius);
	padding: 40px;
	box-shadow: var(--vx-shadow);
}
.contact-form-card h2 {
	font-size: 1.6rem; margin-top: 0;
}
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field label {
	display: block; font-weight: 600; font-size: .88rem;
	color: var(--vx-ink); margin-bottom: 6px;
}
.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	font-family: inherit; font-size: .95rem;
	padding: 12px 14px;
	background: var(--vx-surface);
	border: 1.5px solid transparent;
	border-radius: 10px;
	color: var(--vx-ink);
	outline: 0;
	transition: border-color .2s ease, background .2s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	background: #fff;
	border-color: var(--vx-blue);
}
.form-field textarea { resize: vertical; min-height: 140px; }
.contact-form__fineprint { color: var(--vx-muted); font-size: .82rem; margin: 0; }
.form-status {
	padding: 14px 18px; border-radius: 10px; font-size: .94rem; font-weight: 500;
	margin-bottom: 18px;
}
.form-status--ok  { background: rgba(46,204,113,0.12); color: #1c7a44; border: 1px solid rgba(46,204,113,0.3); }
.form-status--err { background: rgba(231,76,60,0.12);  color: #a93226; border: 1px solid rgba(231,76,60,0.3); }

/* ==========================================================================
   BLOG / POST CARDS
   ========================================================================== */
.page-header { margin: 60px 0 40px; }
.page-title { font-size: 2rem; }
.post-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	margin-bottom: 60px;
}
.post-card {
	background: #fff;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--vx-shadow); }
.post-card__media { display: block; aspect-ratio: 4/3; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__body { padding: 24px; }
.post-card__meta { color: var(--vx-muted); font-size: .82rem; font-family: var(--vx-font-mono); margin: 0 0 8px; }
.post-card__title { font-size: 1.2rem; margin: 0 0 10px; }
.post-card__title a { color: var(--vx-ink); }
.post-card__title a:hover { color: var(--vx-blue); }
.post-card__excerpt { color: var(--vx-muted); font-size: .94rem; }
.post-card__more { font-weight: 600; color: var(--vx-blue); }

.single-post { max-width: 800px; margin: 60px auto; }
.single-post__header { text-align: center; margin-bottom: 32px; }
.single-post__title { font-size: clamp(2rem, 4vw, 3rem); }
.single-post__meta { color: var(--vx-muted); font-family: var(--vx-font-mono); }
.single-post__media { margin: 32px 0; border-radius: var(--vx-radius); overflow: hidden; }
.single-post__content { font-size: 1.05rem; line-height: 1.75; }

/* 404 */
.error-404 {
	text-align: center; padding: 120px 24px;
}
.error-404__code {
	font-family: var(--vx-font-h); font-weight: 700;
	font-size: clamp(6rem, 16vw, 12rem); line-height: 1;
	background: var(--vx-grad);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	margin: 0 0 16px;
}
.error-404__title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 12px; }
.error-404__lead  { color: var(--vx-muted); max-width: 520px; margin: 0 auto 32px; }
.error-404__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
	.about__inner { grid-template-columns: 1fr; gap: 32px; }
	.security__inner { grid-template-columns: 1fr; gap: 48px; }
	.security__features { grid-template-columns: 1fr; }
	.cta-band__inner { grid-template-columns: 1fr; }
	.cta-band__actions { justify-content: flex-start; }
	.workflow__steps { grid-template-columns: repeat(2, 1fr); }
	.workflow__steps::before { display: none; }
	.service-grid { grid-template-columns: 1fr 1fr; }
	.service-card--featured { grid-column: span 2; }
	.stats__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
	.testimonial-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.contact-shell { grid-template-columns: 1fr; }
	.post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
	.hero { padding: 64px 0 80px; }
	.hero__inner { grid-template-columns: 1fr; gap: 48px; }
	.hero-orbit { position: static; flex-direction: row; flex-wrap: wrap; margin-top: 18px; }
	.about, .services, .workflow, .security, .testimonials { padding: 72px 0; }
	.service-grid { grid-template-columns: 1fr; }
	.service-card--featured { grid-column: auto; }
	.workflow__steps { grid-template-columns: 1fr; gap: 28px; }
	.workflow__num { margin-top: 0; }
	.stats__grid { grid-template-columns: 1fr 1fr; }
	.info-hero { padding: 56px 0 50px; }
	.info-article { padding: 36px 24px; }
	.contact-form-card { padding: 28px 24px; }
	.contact-form__row { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.post-grid { grid-template-columns: 1fr; }
	.clients__row { gap: 18px; }
	.clients__row li { flex: 0 1 30%; }
}

@media (max-width: 480px) {
	.hero__cta { flex-direction: column; align-items: stretch; }
	.hero__cta .btn { width: 100%; }
	.stats__grid { grid-template-columns: 1fr; }
	.cta-band__actions .btn { width: 100%; }
	.footer-address { max-width: 100%; }
	.footer-meta { gap: 6px 18px; }
	.footer-meta li { font-size: .76rem; }
	.footer-meta strong { font-size: .78rem; }
}

/* ==========================================================================
   HEADER NAV — RESPONSIVE
   ========================================================================== */

/* Tablet: thu nhỏ menu, ẩn nút Sign In để tránh chật */
@media (max-width: 1100px) and (min-width: 1025px) {
	.site-header__inner { gap: 16px; padding: 14px 24px; }
	.primary-menu { gap: 22px; }
	.primary-menu a { font-size: .9rem; }
	.btn--signin { display: none; }
}

/* <=1024px: chuyển sang drawer slide từ phải */
@media (max-width: 1024px) {
	.site-header__inner { padding: 14px 20px; gap: 12px; }
	.site-title__text { font-size: 1.15rem; }
	.site-title__mark { width: 34px; height: 34px; }

	.nav-toggle { display: inline-flex; order: 3; }
	.site-header__actions { gap: 8px; }
	.btn--signin { display: none; }
	.btn--quote { padding: 10px 16px; font-size: .88rem; }

	.primary-nav {
		position: fixed; top: 0; right: 0; bottom: 0;
		width: min(86vw, 360px);
		background: #fff;
		display: flex; flex-direction: column;
		justify-content: flex-start;
		padding: 24px 24px 28px;
		gap: 18px;
		box-shadow: -20px 0 60px -20px rgba(10,18,48,0.45);
		transform: translateX(110%);
		transition: transform .28s cubic-bezier(.4,0,.2,1);
		z-index: 70;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.primary-nav.is-open { transform: translateX(0); }

	.primary-nav__close {
		display: inline-flex; align-self: flex-end;
		align-items: center; justify-content: center;
		width: 38px; height: 38px;
		border-radius: 10px;
		border: 1px solid var(--vx-line);
		background: #fff;
		color: var(--vx-ink);
		cursor: pointer;
		transition: background .15s ease, color .15s ease;
	}
	.primary-nav__close:hover { background: var(--vx-surface); color: var(--vx-blue); }

	.primary-menu {
		flex-direction: column; gap: 2px;
		flex: 1;
	}
	.primary-menu li { width: 100%; }
	.primary-menu a {
		padding: 14px 12px;
		font-size: 1rem;
		border-radius: 10px;
		justify-content: space-between;
		width: 100%;
	}
	.primary-menu a:hover,
	.primary-menu a:focus { background: var(--vx-surface); }
	.primary-menu .menu-item-has-children > a::after {
		margin-left: auto;
		transform: rotate(45deg);
	}
	.primary-menu .menu-item-has-children:hover > a::after,
	.primary-menu .menu-item-has-children.is-open > a::after { transform: rotate(225deg); }

	.primary-menu .sub-menu {
		position: static;
		display: none;
		opacity: 1; pointer-events: auto; transform: none;
		box-shadow: none; border: 0;
		padding: 4px 0 4px 12px;
		min-width: 0;
		background: transparent;
	}
	.primary-menu .menu-item-has-children.is-open > .sub-menu { display: block; }
	.primary-menu .sub-menu a { padding: 10px 12px; font-size: .92rem; color: var(--vx-muted); }

	.primary-nav__cta {
		display: block;
		padding-top: 14px;
		border-top: 1px solid var(--vx-line);
		margin-top: auto;
	}
	.primary-nav__cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
	.site-header__inner { padding: 12px 16px; }
	.btn--quote { padding: 9px 13px; font-size: .82rem; }
	.btn--quote svg { display: none; }
	.top-bar { display: none; }
}
