:root {
	--bg: #05070b;
	--bg2: #090d14;
	--panel: #0d131d;
	--panel2: #111a27;
	--paper: #f4f2ec;
	--text: #f5f7fb;
	--muted: #98a4b5;
	--muted2: #667286;
	--gold: #d7b85a;
	--gold2: #f0dd96;
	--blue: #b99a4d;
	--blue2: #e2c875;
	--line: rgba(255, 255, 255, .09);
	--line-gold: rgba(215, 184, 90, .28);
	--shadow: 0 30px 90px rgba(0, 0, 0, .38);
	--radius: 28px;
	--ease: cubic-bezier(.2, .75, .25, 1)
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.65;
	overflow-x: hidden
}

body:before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 9999;
	background: linear-gradient(rgba(255, 255, 255, .014) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .014) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(circle at center, #000, transparent 84%)
}

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

button,
input {
	font: inherit
}

.container {
	width: min(1240px, calc(100% - 48px));
	margin: auto
}

.serif {
	font-family: Georgia, 'Times New Roman', serif
}

.eyebrow {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	color: var(--gold2);
	font: 700 11px/1 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .22em;
	text-transform: uppercase
}

.eyebrow:before {
	content: "";
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, var(--gold), transparent)
}

.section {
	padding: 124px 0
}

.section-title {
	font: 600 clamp(34px, 4.2vw, 58px)/1.08 Georgia, 'Times New Roman', serif;
	letter-spacing: -.04em;
	margin: 20px 0
}

.section-copy {
	max-width: 690px;
	color: var(--muted);
	font-size: 18px
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	border-radius: 999px;
	padding: 15px 23px;
	border: 1px solid transparent;
	font: 700 13px/1 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .02em;
	transition: .35s var(--ease);
	cursor: pointer
}

.btn svg {
	width: 17px;
	height: 17px
}

.btn-gold {
	color: #171207;
	background: linear-gradient(135deg, var(--gold2), var(--gold));
	box-shadow: 0 14px 34px rgba(215, 184, 90, .22)
}

.btn-gold:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 45px rgba(215, 184, 90, .32)
}

.btn-outline {
	color: #fff;
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .04);
	backdrop-filter: blur(14px)
}

.btn-outline:hover {
	background: #fff;
	color: #07101d
}

.icon-box {
	width: 80px;
	height: 56px;
	border-radius: 100px;
	display: grid;
	place-items: center;
	color: var(--gold2);
	border: 1px solid var(--line-gold);
	background: linear-gradient(145deg, rgba(215, 184, 90, .13), rgba(255, 255, 255, .025));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08)
}

.icon-box svg {
	width: 22px;
	height: 22px
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .8s var(--ease), transform .8s var(--ease)
}

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

.topbar {
	height: 34px;
	background: #030509;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	font: 700 10px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #8290a4;
	display: flex;
	align-items: center
}

.topbar .container {
	display: flex;
	justify-content: space-between
}

.nav {
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 50;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	transition: .35s
}

.nav.fixed {
	position: fixed;
	top: 0;
	background: rgba(5, 8, 13, .9);
	backdrop-filter: blur(22px);
	box-shadow: 0 14px 45px rgba(0, 0, 0, .25)
}

.nav-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.brand {
	display: flex;
	align-items: center;
	gap: 13px
}

.brand-mark {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	border: 1px solid rgba(215, 184, 90, .55);
	color: var(--gold2);
	font: 600 25px Georgia, 'Times New Roman', serif;
	position: relative
}

.brand-mark:after {
	content: "";
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(215, 184, 90, .18);
	border-radius: 50%
}

.brand-copy strong {
	display: block;
	font: 800 14px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .075em
}

.brand-copy span {
	display: block;
	color: #8390a3;
	font: 600 8px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 2px
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 28px;
	font: 650 13px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	color: #d8dee8
}

.nav-links>a,
.dropdown-trigger {
	position: relative;
	cursor: pointer
}

.nav-links>a:after,
.dropdown-trigger:after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -10px;
	height: 1px;
	background: var(--gold);
	transition: .3s
}

.nav-links>a:hover:after,
.dropdown:hover .dropdown-trigger:after {
	right: 0
}

.dropdown {
	position: relative
}

.dropdown-trigger {
	display: flex;
	align-items: center;
	gap: 6px
}

.dropdown-menu {
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translate(-50%, 12px);
	width: 235px;
	padding: 10px;
	background: rgba(10, 15, 23, .98);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transition: .25s
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0)
}

.dropdown-menu a {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border-radius: 12px;
	color: #b8c3d2
}

.dropdown-menu a:hover {
	background: rgba(255, 255, 255, .06);
	color: #fff
}

.nav-actions {
	display: flex;
	gap: 10px;
	align-items: center
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, .04);
	color: #fff
}

.mobile-panel {
	display: none
}

.hero {
	min-height: 960px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden
}

.hero-media {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 7, 13, .98) 0%, rgba(3, 7, 13, .9) 35%, rgba(3, 7, 13, .38) 68%, rgba(3, 7, 13, .62) 100%), linear-gradient(0deg, #05070b 0%, transparent 28%), url('../images/site/hero.png') center/cover
}

.hero-media:after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 78% 38%, rgba(215, 184, 90, .11), transparent 28%), linear-gradient(120deg, transparent 42%, rgba(215, 184, 90, .09) 60%, transparent 74%)
}

.hero-orb {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(215, 184, 90, .09), transparent 65%);
	right: -180px;
	top: 120px;
	filter: blur(2px)
}

.hero-content {
	position: relative;
	z-index: 3;
	padding-top: 100px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	align-self: center
}

.hero-kicker {
	display: flex;
	gap: 13px;
	align-items: center;
	color: #cad2dd;
	font: 700 11px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .18em;
	text-transform: uppercase
}

.pulse {
	width: 8px;
	height: 8px;
	background: var(--gold);
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(215, 184, 90, .11)
}

.hero h1 {
	/* text-align: left; */
	font: 600 clamp(48px, 5.6vw, 56px)/1.02 Georgia, 'Times New Roman', serif;
	letter-spacing: -.055em;
	margin: 27px 0
}

.hero h1 em {
	font-style: italic;
	color: var(--gold2)
}

.hero p {
	text-align: left;
	font-size: 18px;
	/* max-width: 650px; */
	color: #c2cbd8
}

.hero-actions {
	display: flex;
	gap: 12px;
	margin-top: 36px
}

.proof-row {
	display: flex;
	gap: 38px;
	margin-top: 58px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .13)
}

.proof strong {
	font: 600 28px Georgia, 'Times New Roman', serif;
	display: block
}

.proof span {
	color: #8795a8;
	font: 700 10px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase
}

.ticker {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	background: rgba(4, 7, 12, .82);
	backdrop-filter: blur(20px);
	overflow: hidden
}

.ticker-track {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 48px;
	width: max-content;
	animation: ticker 26s linear infinite
}

.ticker-item {
	display: flex;
	gap: 11px;
	align-items: center;
	white-space: nowrap;
	color: #95a2b3;
	font-size: 12px
}

.ticker-item b {
	color: #fff
}

.ticker-item .up {
	color: #61d7a9
}

.ticker-item .down {
	color: #ff7e88
}

@keyframes ticker {
	to {
		transform: translateX(-50%)
	}
}

.trust {
	background: #080c12;
	border-bottom: 1px solid var(--line)
}

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

.trust-card {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 30px 24px;
	border-right: 1px solid var(--line)
}

.trust-card:last-child {
	border-right: 0
}

.trust-card strong {
	display: block;
	font: 700 13px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif
}

.trust-card span {
	font-size: 28px;
	color: #79869a
}

.services {
	background: linear-gradient(180deg, #070a0f, #0a1018)
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	margin-top: 50px
}

.service {
	grid-column: span 6;
	min-height: 330px;
	padding: 34px;
	border-radius: 26px;
	border: 1px solid var(--line);
	background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
	position: relative;
	overflow: hidden;
	transition: .45s var(--ease)
}

.service:before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(215, 184, 90, .12), transparent 70%);
	right: -50px;
	bottom: -50px;
	transition: .45s
}

.service:hover {
	transform: translateY(-8px);
	border-color: rgba(215, 184, 90, .48);
	box-shadow: 0 28px 65px rgba(0, 0, 0, .32)
}

.service:hover:before {
	transform: scale(1.4)
}

.service h3 {
	font: 700 24px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	margin: 60px 0 13px
}

.service p {
	color: #91a0b3;
	max-width: 520px
}

.service .arrow {
	position: absolute;
	right: 28px;
	top: 28px;
	width: 43px;
	height: 43px;
	border: 1px solid var(--line);
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: .3s
}

.service:hover .arrow {
	background: var(--gold);
	color: #111;
	transform: rotate(45deg)
}

.about {
	background: var(--paper);
	color: #0a1422
}

.about-grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	gap: 90px;
	align-items: center
}

.about-image {
	position: relative
}

.about-image img {
	width: 100%;
	display: block;
	border-radius: 8px 74px 8px 8px;
	box-shadow: 0 30px 80px rgba(5, 15, 30, .18)
}

.experience-card {
	position: absolute;
	right: -30px;
	bottom: 34px;
	padding: 24px 28px;
	background: #07101c;
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 26px 70px rgba(5, 15, 30, .3)
}

.experience-card strong {
	font: 600 42px Georgia, 'Times New Roman', serif;
	color: var(--gold2);
	display: block;
	line-height: 1
}

.experience-card span {
	font: 700 10px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #95a2b4
}

.about .section-copy {
	color: #5e6977
}

.about .eyebrow {
	color: #9b7410
}

.metrics {
	background: linear-gradient(135deg, #0b0e13, #111820);
	padding: 46px 0;
	border-top: 1px solid var(--line-gold);
	border-bottom: 1px solid var(--line)
}

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

.metric {
	padding: 18px 25px;
	border-right: 1px solid rgba(255, 255, 255, .14)
}

.metric:last-child {
	border-right: 0
}

.metric strong {
	display: block;
	font: 600 34px Georgia, 'Times New Roman', serif;
	color: var(--gold2)
}

.metric span {
	font-size: 11px;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #c1cada
}

.intelligence {
	background: #070b11
}

.intel-grid {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 70px;
	align-items: center
}

.feature-list {
	display: grid;
	gap: 12px;
	margin-top: 28px
}

.feature-item {
	display: flex;
	gap: 13px;
	align-items: center;
	color: #c2cbd8
}

.feature-item i {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-style: normal;
	background: rgba(215, 184, 90, .12);
	border: 1px solid var(--line-gold);
	color: var(--gold2)
}

.dashboard {
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 30px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018));
	box-shadow: var(--shadow);
	transform: perspective(1200px) rotateY(-3deg);
	transition: .5s
}

.dashboard:hover {
	transform: none
}

.dashboard img {
	width: 100%;
	display: block;
	border-radius: 20px
}

.process {
	background: #0a1018
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 48px
}

.step {
	padding: 30px 26px;
	border-top: 1px solid var(--line-gold);
	background: linear-gradient(180deg, rgba(255, 255, 255, .035), transparent);
	min-height: 235px
}

.step-num {
	font: 600 46px Georgia, 'Times New Roman', serif;
	color: rgb(233 211 134);
}

.step h3 {
	font: 700 18px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	margin: 18px 0 10px
}

.step p {
	color: #8795a8;
	font-size: 14px
}

.cta {
	padding: 100px 0;
	background: #05070b
}

.cta-box {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	padding: 78px;
	min-height: 470px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .1)
}

.cta-box:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 8, 15, .96), rgba(4, 8, 15, .55)), url('../images/site/hero.png') center/cover
}

.cta-content {
	position: relative;
	z-index: 2;
	max-width: 700px
}

.cta-content h2 {
	font: 600 clamp(36px, 4.4vw, 58px)/1.08 Georgia, 'Times New Roman', serif;
	letter-spacing: -.04em;
	margin: 18px 0
}

.footer {
	padding: 75px 0 28px;
	background: #030509;
	border-top: 1px solid var(--line)
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.7fr repeat(3, 1fr);
	gap: 55px
}

.footer p,
.footer a {
	color: #8793a5;
	font-size: 13px
}

.footer h4 {
	font: 700 12px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 18px
}

.footer a {
	display: block;
	margin: 9px 0;
	transition: .2s
}

.footer a:hover {
	color: var(--gold2)
}

.footer-bottom {
	margin-top: 55px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	color: #687386;
	font-size: 11px
}

.auth-page {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1.03fr .97fr;
	background: #05070b
}

.auth-visual {
	position: relative;
	min-height: 100vh;
	background: linear-gradient(90deg, rgba(4, 8, 14, .12), rgba(4, 8, 14, .45)), url('../images/site/hero.png') center/cover;
	overflow: hidden
}

.auth-visual:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(4, 7, 12, .92), transparent 55%), radial-gradient(circle at 60% 40%, rgba(215, 184, 90, .12), transparent 35%)
}

.auth-overlay {
	position: absolute;
	left: 55px;
	right: 55px;
	bottom: 55px;
	z-index: 2
}

.auth-overlay h2 {
	font: 400 clamp(24px, 4.2vw, 42px)/1.08 Georgia, 'Times New Roman', serif;
	letter-spacing: -.045em;
	margin: 18px 0
}

.auth-overlay p {
	max-width: 600px;
	color: #c1cad6
}

.auth-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 55px
}

.auth-card {
	width: min(520px, 100%)
}

.auth-brand {
	margin-bottom: 48px
}

.auth-card h1 {
	font: 600 42px/1.08 Georgia, 'Times New Roman', serif;
	letter-spacing: -.035em;
	margin: 12px 0
}

.auth-card>p {
	color: #8d99aa
}

.form {
	display: grid;
	gap: 18px;
	margin-top: 32px
}

.field {
	display: grid;
	gap: 8px
}

.field label {
	font: 700 11px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #aeb8c7
}

.input-wrap {
	position: relative
}

.input-wrap svg {
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	color: #718096
}

.input-wrap input {
	width: 100%;
	height: 56px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: #0a0f17;
	color: #fff;
	padding: 0 48px 0 49px;
	outline: 0;
	transition: .3s
}

.input-wrap input:focus {
	border-color: rgba(215, 184, 90, .65);
	box-shadow: 0 0 0 4px rgba(215, 184, 90, .08);
	background: #0d141f
}

.toggle-pass {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: none;
	color: #728095;
	cursor: pointer
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.check-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #9aa6b6
}

.check-row label {
	display: flex;
	gap: 9px;
	align-items: center
}

.auth-submit {
	width: 100%;
	height: 56px
}

.auth-link {
	text-align: center;
	margin-top: 24px;
	color: #8f9bad;
	font-size: 13px
}

.auth-link a {
	color: var(--gold2);
	font-weight: 700
}

.divider {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #657286;
	font-size: 11px;
	margin: 24px 0
}

.divider:before,
.divider:after {
	content: "";
	height: 1px;
	flex: 1;
	background: var(--line)
}

.social-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px
}

.social-btn {
	height: 50px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #0a0f17;
	color: #d7dee8;
	cursor: pointer;
	transition: .25s
}

.social-btn:hover {
	border-color: var(--line-gold);
	transform: translateY(-2px)
}

@media(max-width:980px) {

	.nav-links,
	.nav-actions .btn-outline {
		display: none
	}

	.menu-toggle {
		display: grid;
		place-items: center
	}

	.mobile-panel {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: min(390px, 88vw);
		height: 100vh;
		z-index: 90;
		background: rgba(6, 10, 16, .98);
		backdrop-filter: blur(24px);
		padding: 28px;
		transition: .4s var(--ease);
		box-shadow: -25px 0 70px rgba(0, 0, 0, .4)
	}

	.mobile-panel.open {
		right: 0
	}

	.mobile-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 38px
	}

	.mobile-close {
		width: 42px;
		height: 42px;
		border-radius: 13px;
		border: 1px solid var(--line);
		background: none;
		color: #fff
	}

	.mobile-links {
		display: grid
	}

	.mobile-links>a,
	.mobile-accordion>button {
		padding: 16px 0;
		border-bottom: 1px solid var(--line);
		font: 700 17px 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
		background: none;
		color: #fff;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		text-align: left;
		width: 100%
	}

	.mobile-sub {
		display: none;
		padding: 8px 0 8px 16px
	}

	.mobile-sub.open {
		display: grid
	}

	.mobile-sub a {
		padding: 10px 0;
		color: #91a0b3
	}

	.mobile-actions {
		display: grid;
		gap: 10px;
		margin-top: 28px
	}

	.hero {
		min-height: 900px
	}

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

	.trust-card:nth-child(2) {
		border-right: 0
	}

	.about-grid,
	.intel-grid {
		grid-template-columns: 1fr
	}

	.experience-card {
		right: 20px
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr
	}

	.auth-page {
		grid-template-columns: 1fr
	}

	.auth-visual {
		display: none
	}

	.auth-panel {
		min-height: 100vh
	}
}

@media(max-width:680px) {
	.container {
		width: min(100% - 28px, 1240px)
	}

	.topbar {
		display: none
	}

	.nav {
		top: 0;
		height: 78px
	}

	.brand-copy strong {
		font-size: 12px
	}

	.brand-copy span {
		display: none
	}

	.hero {
		min-height: 850px
	}

	.hero-content {
		padding-top: 78px
	}

	.hero h1 {
		text-align: left;
		font-size: 52px
	}

	.hero p {
		text-align: left;
		font-size: 16px
	}

	.hero-actions {
		display: grid;
		max-width: 290px
	}

	.proof-row {
		gap: 20px;
		flex-wrap: wrap
	}

	.proof {
		min-width: 120px
	}

	.ticker {
		height: 64px
	}

	.trust-grid,
	.services-grid,
	.metrics-grid,
	.process-grid {
		grid-template-columns: 1fr
	}

	.trust-card {
		border-right: 0;
		border-bottom: 1px solid var(--line)
	}

	.service {
		grid-column: span 12;
		min-height: 300px
	}

	.section {
		padding: 88px 0
	}

	.about-grid {
		gap: 50px
	}

	.experience-card {
		position: relative;
		right: auto;
		bottom: auto;
		margin: -30px 18px 0
	}

	.metric {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .12)
	}

	.cta-box {
		padding: 42px 28px;
		min-height: 520px
	}

	.footer-grid {
		grid-template-columns: 1fr
	}

	.footer-bottom {
		display: grid;
		gap: 8px
	}

	.auth-panel {
		padding: 32px 20px
	}

	.auth-card h1 {
		font-size: 36px
	}

	.form-row,
	.social-row {
		grid-template-columns: 1fr
	}
}

.auth-shell {
	background: #05070b;
	min-height: 100vh
}

.auth-shell .nav {
	position: fixed;
	top: 0;
	background: rgba(5, 8, 13, .94);
	backdrop-filter: blur(22px)
}

.auth-shell .auth-page {
	padding-top: 90px;
	min-height: 100vh
}

.auth-shell .auth-visual,
.auth-shell .auth-panel {
	min-height: calc(100vh - 90px)
}

.auth-card {
	padding: 28px 0
}

.auth-home-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--gold2);
	font-size: 13px;
	margin-bottom: 24px
}

.auth-home-link:hover {
	gap: 12px
}

.field-note {
	font-size: 12px;
	color: #6f7c8e;
	margin-top: 2px
}

.auth-panel {
	background: radial-gradient(circle at 80% 12%, rgba(215, 184, 90, .07), transparent 30%), #05070b
}

.auth-visual:after {
	background: linear-gradient(0deg, rgba(4, 7, 12, .94), transparent 58%), radial-gradient(circle at 65% 42%, rgba(215, 184, 90, .10), transparent 36%)
}

@media(max-width:980px) {
	.auth-shell .nav {
		height: 78px
	}

	.auth-shell .auth-page {
		padding-top: 78px
	}

	.auth-shell .auth-panel {
		min-height: calc(100vh - 78px)
	}
}

@media (max-width: 991px) {
    .nav-actions .btn.btn-outline,
    .nav-actions .btn.btn-gold {
        display: none;
    }
}

hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12); /* Light white border */
  margin: 20px 0;
}

/* ===========================
   Privacy Policy
=========================== */

.privacy-policy{
    max-width:900px;
    margin:auto;
    padding:40px 0 70px;
    color:#c8d0dd;
    line-height:1.9;
    font-size:16px;
}

/* Main Heading */

.privacy-policy h2{
    font-size:48px;
    font-weight:700;
    color:#fff;
    margin-bottom:18px;
    position:relative;
    padding-bottom:18px;
}

.privacy-policy h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:90px;
    height:4px;
    background:#c59d5f;
    border-radius:30px;
}

/* Section Heading */

.privacy-policy h3{
    font-size:30px;
    color:#fff;
    margin-top:55px;
    margin-bottom:20px;
    padding-left:18px;
    border-left:4px solid #c59d5f;
    line-height:1.3;
}

/* Sub Heading */

.privacy-policy h4{
    font-size:20px;
    color:#ffffff;
    margin-top:35px;
    margin-bottom:12px;
    font-weight:600;
}

/* Paragraph */

.privacy-policy p{
    color:#b5becb;
    margin-bottom:20px;
}

/* Lists */

.privacy-policy ul{
    margin:20px 0 30px 22px;
    padding:0;
}

.privacy-policy li{
    margin-bottom:12px;
    color:#d3d8e0;
    padding-left:5px;
}

.privacy-policy li::marker{
    color:#c59d5f;
}

/* Horizontal Divider */

.privacy-policy hr{
    border:none;
    height:1px;
    background:linear-gradient(
        to right,
        transparent,
        rgba(197,157,95,.45),
        transparent
    );
    margin:55px 0;
}

/* Strong */

.privacy-policy strong{
    color:#fff;
}

/* Optional Card Style */

.privacy-policy h3,
.privacy-policy h4,
.privacy-policy p,
.privacy-policy ul{
    background:rgba(255,255,255,.02);
    border:1px solid rgba(255,255,255,.04);
    padding:18px 22px;
    border-radius:12px;
}

.privacy-policy h3{
    background:rgba(197,157,95,.06);
}

/* Hover */

.privacy-policy h3:hover,
.privacy-policy p:hover,
.privacy-policy ul:hover{
    border-color:rgba(197,157,95,.18);
    transition:.3s;
}

/* Mobile */

@media (max-width:768px){

    .privacy-policy{
        padding:25px 0 40px;
        font-size:15px;
    }

    .privacy-policy h2{
        font-size:34px;
    }

    .privacy-policy h3{
        font-size:24px;
    }

    .privacy-policy h4{
        font-size:18px;
    }

    .privacy-policy h3,
    .privacy-policy h4,
    .privacy-policy p,
    .privacy-policy ul{
        padding:15px 18px;
    }

}