 :root{
	 --black:#050505;
	 --graphite:#27272A;
	 --graphite-2:#18181B;
	 --gold:#BFA76A;
	 --gold-2:#D7C58A;
	 --white:#FFFFFF;
	 --muted:#C8C8C8;
	 --soft:#A3A3A3;
	 --border:rgba(191,167,106,.28);
	 --glass:rgba(255,255,255,.06);
	 --glass-2:rgba(255,255,255,.095);
	 --danger:#ef4444;
	 --success:#22c55e;
	 --shadow: 0 28px 90px rgba(0,0,0,.55);
	 --radius: 28px;
}
 *{
	box-sizing:border-box
}
 html{
	scroll-behavior:smooth
}
 body{
	 margin:0;
	 font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	 color:var(--white);
	 background: radial-gradient(circle at 12% 8%, rgba(191,167,106,.22), transparent 22rem), radial-gradient(circle at 82% 12%, rgba(255,255,255,.08), transparent 18rem), radial-gradient(circle at 68% 38%, rgba(191,167,106,.12), transparent 32rem), linear-gradient(140deg, #050505 0%, #0C0C0E 18%, #141417 38%, #1E1E22 58%, #27272A 78%, #4D4532 100%);
	 min-height:100vh;
	 overflow-x:hidden;
}
 a{
	color:inherit;
	text-decoration:none
}
 img{
	max-width:100%;
	display:block
}
 .container{
	width:min(1180px, calc(100% - 40px));
	margin-inline:auto
}
 .skip-link{
	position:absolute;
	left:-999px;
	top:12px;
	background:var(--gold);
	color:#070707;
	padding:10px 14px;
	border-radius:12px;
	z-index:999
}
 .skip-link:focus{
	left:12px
}
 .site-header{
	 position:sticky;
	top:0;
	z-index:80;
	 background:rgba(5,5,5,.82);
	 border-bottom:1px solid rgba(191,167,106,.18);
	 backdrop-filter: blur(18px);
}
 .navbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:78px;
	gap:22px
}
 .logo{
	display:flex;
	align-items:center;
	gap:12px;
	font-weight:850;
	letter-spacing:.01em
}
 .logo-mark{
	width:42px;
	height:42px;
	border-radius:16px;
	background:linear-gradient(135deg,#050505,#27272A 50%,#BFA76A);
	border:1px solid var(--border);
	display:grid;
	place-items:center;
	box-shadow:0 12px 32px rgba(191,167,106,.12)
}
 .logo svg{
	width:24px;
	height:24px
}
 .logo span small{
	display:block;
	font-weight:650;
	color:var(--gold);
	font-size:.68rem;
	letter-spacing:.17em;
	text-transform:uppercase;
	margin-top:2px
}
 .nav-links{
	display:flex;
	align-items:center;
	gap:7px;
	margin-left:auto
}
 .nav-links a{
	color:#E7E7E7;
	padding:10px 12px;
	border-radius:999px;
	font-size:.95rem;
	transition:.2s ease
}
 .nav-links a:hover,.nav-links a[aria-current="page"]{
	background:rgba(191,167,106,.14);
	color:var(--gold-2)
}
 .header-cta{
	display:inline-flex;
	align-items:center;
	gap:10px;
	background:linear-gradient(135deg,var(--gold),#90773F);
	color:#070707;
	font-weight:800;
	padding:12px 16px;
	border-radius:999px;
	box-shadow:0 10px 28px rgba(191,167,106,.22)
}
 .burger{
	display:none;
	appearance:none;
	border:1px solid var(--border);
	background:rgba(255,255,255,.06);
	color:var(--white);
	width:46px;
	height:46px;
	border-radius:15px;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
 .burger span{
	display:block;
	width:20px;
	height:2px;
	background:currentColor;
	position:relative;
	transition:.2s ease
}
 .burger span:before,.burger span:after{
	content:"";
	position:absolute;
	left:0;
	width:20px;
	height:2px;
	background:currentColor;
	transition:.2s ease
}
 .burger span:before{
	top:-7px
}
.burger span:after{
	top:7px
}
 .burger.is-open span{
	background:transparent
}
.burger.is-open span:before{
	top:0;
	transform:rotate(45deg)
}
.burger.is-open span:after{
	top:0;
	transform:rotate(-45deg)
}
 .hero{
	position:relative;
	padding:82px 0 70px;
	overflow:hidden
}
 .hero:before{
	content:"";
	position:absolute;
	inset:-120px auto auto -90px;
	width:420px;
	height:420px;
	border-radius:50%;
	background:radial-gradient(circle, rgba(191,167,106,.28), rgba(191,167,106,0) 68%);
	filter:blur(18px);
	pointer-events:none
}
 .hero:after{
	content:"";
	position:absolute;
	inset:auto -140px 30px auto;
	width:520px;
	height:520px;
	border-radius:50%;
	background:radial-gradient(circle, rgba(255,255,255,.06), rgba(255,255,255,0) 70%);
	filter:blur(18px);
	pointer-events:none
}
 .hero-grid{
	display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
	gap:44px;
	align-items:center
}
 .kicker{
	display:inline-flex;
	align-items:center;
	gap:10px;
	border:1px solid var(--border);
	border-radius:999px;
	padding:8px 12px;
	color:var(--gold-2);
	background:rgba(191,167,106,.08);
	font-weight:750;
	letter-spacing:.08em;
	text-transform:uppercase;
	font-size:.75rem
}
 .kicker:before{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--gold);
	box-shadow:0 0 0 6px rgba(191,167,106,.16)
}
 h1,h2,h3,p{
	margin-top:0
}
 h1{
	font-size:clamp(2.4rem, 5.6vw, 5.2rem);
	line-height:.94;
	letter-spacing:-.065em;
	margin:18px 0 22px;
	font-weight:920
}
 .hero h1{
	font-size:clamp(2.15rem, 4.9vw, 3.45rem);
	max-width:12ch
}
 .hero .lead{
	font-size:clamp(1rem, 1.45vw, 1.16rem);
	line-height:1.78;
	max-width:65ch
}
 h1 .accent,h2 .accent{
	color:var(--gold-2)
}
 .lead{
	font-size:clamp(1.04rem, 1.7vw, 1.28rem);
	line-height:1.72;
	color:#E3E3E3;
	max-width:760px
}
 .hero-actions{
	display:flex;
	gap:14px;
	flex-wrap:wrap;
	margin:34px 0
}
 .btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border-radius:999px;
	padding:15px 20px;
	font-weight:850;
	border:1px solid transparent;
	cursor:pointer;
	transition:.22s ease;
	min-height:52px
}
 .btn-primary{
	background:linear-gradient(135deg,var(--gold),#8F783D);
	color:#050505;
	box-shadow:0 18px 42px rgba(191,167,106,.24)
}
 .btn-primary:hover{
	transform:translateY(-2px);
	box-shadow:0 24px 60px rgba(191,167,106,.29)
}
 .btn-secondary{
	background:rgba(255,255,255,.06);
	border-color:var(--border);
	color:var(--white)
}
 .btn-secondary:hover{
	background:rgba(191,167,106,.14);
	color:var(--gold-2)
}
 .trust-row{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:14px;
	margin-top:32px
}
 .trust-card{
	padding:18px;
	border:1px solid rgba(191,167,106,.2);
	border-radius:22px;
	background:rgba(5,5,5,.36)
}
 .trust-card strong{
	display:block;
	font-size:1.55rem;
	color:var(--gold-2);
	line-height:1
}
.trust-card span{
	display:block;
	margin-top:8px;
	color:var(--muted);
	font-size:.92rem;
	line-height:1.45
}
 .visual-card{
	position:relative;
	border-radius:34px;
	padding:14px;
	background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(191,167,106,.11));
	border:1px solid var(--border);
	box-shadow:var(--shadow);
  max-height: 700px;
}
 .visual-card:before{
	content:"";
	position:absolute;
	inset:38px -18px -20px 30%;
	background:linear-gradient(135deg,rgba(191,167,106,.24),transparent);
	filter:blur(42px);
	z-index:-1
}
 .visual-card img{
	border-radius:26px;
	height: 100%;
	object-fit:cover;
	background:#111
}
 .floating-panel{
	position:absolute;
	left:-22px;
	bottom:44px;
	max-width:290px;
	border-radius:24px;
	padding:18px;
	background:rgba(5,5,5,.82);
	border:1px solid var(--border);
	box-shadow:0 20px 52px rgba(0,0,0,.44);
	backdrop-filter: blur(16px)
}
 .floating-panel strong{
	display:flex;
	align-items:center;
	gap:9px;
	color:var(--gold-2);
	margin-bottom:8px
}
.floating-panel p{
	color:var(--muted);
	margin:0;
	line-height:1.55;
	font-size:.92rem
}
 .section{
	padding:82px 0
}
.section-tight{
	padding:52px 0
}
.section-dark{
	background:linear-gradient(180deg,rgba(5,5,5,.42),rgba(39,39,42,.3));
	border-block:1px solid rgba(191,167,106,.13)
}
 .section-head{
	max-width:810px;
	margin-bottom:34px
}
.section-head.center{
	text-align:center;
	margin-inline:auto
}
 h2{
	font-size:clamp(2rem,4vw,3.7rem);
	line-height:1.02;
	letter-spacing:-.045em;
	margin-bottom:18px;
	font-weight:900
}
h3{
	font-size:1.25rem;
	line-height:1.3;
	margin-bottom:12px
}
.muted{
	color:var(--muted);
	line-height:1.72
}
.eyebrow{
	color:var(--gold-2);
	font-weight:800;
	letter-spacing:.12em;
	text-transform:uppercase;
	font-size:.76rem;
	margin-bottom:12px
}
 .grid-3{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px
}
.grid-2{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:22px
}
.grid-4{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:16px
}
 .card{
	background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
	border:1px solid rgba(191,167,106,.19);
	border-radius:var(--radius);
	padding:26px;
	box-shadow:0 20px 65px rgba(0,0,0,.22)
}
 .card:hover{
	border-color:rgba(191,167,106,.38)
}
.icon{
	width:46px;
	height:46px;
	border-radius:16px;
	display:grid;
	place-items:center;
	background:linear-gradient(135deg,rgba(191,167,106,.25),rgba(255,255,255,.06));
	border:1px solid rgba(191,167,106,.24);
	margin-bottom:18px;
	color:var(--gold-2)
}
 .list{
	padding:0;
	margin:16px 0 0;
	list-style:none
}
.list li{
	position:relative;
	padding-left:28px;
	margin:12px 0;
	color:#D9D9D9;
	line-height:1.55
}
.list li:before{
	content:"";
	position:absolute;
	left:0;
	top:.55em;
	width:10px;
	height:10px;
	border-radius:50%;
	background:var(--gold);
	box-shadow:0 0 0 5px rgba(191,167,106,.12)
}
 .image-strip{
	display:grid;
	grid-template-columns:1.1fr .9fr;
	gap:18px;
	align-items:stretch
}
.image-strip img{
	width:100%;
	height:100%;
	min-height:360px;
	border-radius:28px;
	object-fit:cover;
	border:1px solid var(--border)
}
 .stat-band{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:1px;
	background:rgba(191,167,106,.2);
	border:1px solid rgba(191,167,106,.2);
	border-radius:28px;
	overflow:hidden
}
.stat-item{
	background:rgba(5,5,5,.72);
	padding:28px
}
.stat-item strong{
	font-size:2.2rem;
	color:var(--gold-2);
	line-height:1
}
.stat-item span{
	display:block;
	color:var(--muted);
	line-height:1.5;
	margin-top:8px
}
 .timeline{
	counter-reset:step;
	display:grid;
	gap:16px
}
.timeline-item{
	counter-increment:step;
	display:grid;
	grid-template-columns:70px 1fr;
	gap:18px;
	align-items:start
}
.step-number{
	width:58px;
	height:58px;
	border-radius:20px;
	background:linear-gradient(135deg,var(--gold),#7d682f);
	color:#070707;
	font-weight:900;
	display:grid;
	place-items:center;
	box-shadow:0 12px 34px rgba(191,167,106,.18)
}
.step-number:before{
	content:counter(step, decimal-leading-zero)
}
 .pricing{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
	align-items:stretch
}
.price-card{
	position:relative;
	overflow:hidden
}
.price-card.featured{
	border-color:rgba(191,167,106,.55);
	background:linear-gradient(180deg,rgba(191,167,106,.16),rgba(255,255,255,.04))
}
.badge{
	display:inline-block;
	border:1px solid var(--border);
	color:var(--gold-2);
	padding:7px 11px;
	border-radius:999px;
	font-weight:800;
	font-size:.75rem;
	text-transform:uppercase;
	letter-spacing:.08em;
	margin-bottom:18px
}
.price{
	font-size:2.4rem;
	font-weight:930;
	color:var(--white);
	letter-spacing:-.03em
}
.price small{
	font-size:.92rem;
	color:var(--muted);
	font-weight:650
}
.divider{
	height:1px;
	background:rgba(191,167,106,.18);
	margin:22px 0
}
 .faq{
	display:grid;
	gap:14px
}
.faq details{
	background:rgba(255,255,255,.055);
	border:1px solid rgba(191,167,106,.18);
	border-radius:22px;
	padding:18px 20px
}
.faq summary{
	cursor:pointer;
	font-weight:800;
	color:#fff;
	list-style:none;
	display:flex;
	justify-content:space-between;
	gap:14px
}
.faq summary::-webkit-details-marker{
	display:none
}
.faq summary:after{
	content:"+";
	color:var(--gold-2);
	font-size:1.4rem;
	line-height:1
}
.faq details[open] summary:after{
	content:"–"
}
.faq p{
	margin:14px 0 0;
	color:var(--muted);
	line-height:1.72
}
 .cta-panel{
	position:relative;
	overflow:hidden;
	border-radius:34px;
	padding:44px;
	background:linear-gradient(135deg,#050505,#27272A 56%,rgba(191,167,106,.74));
	border:1px solid rgba(191,167,106,.28);
	box-shadow:var(--shadow)
}
.cta-panel:before{
	content:"";
	position:absolute;
	right:-120px;
	top:-130px;
	width:330px;
	height:330px;
	border-radius:50%;
	background:rgba(255,255,255,.11);
	filter:blur(8px)
}
.cta-panel .content{
	position:relative;
	z-index:2;
	max-width:820px
}
 .form-grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:14px
}
.form-field{
	display:grid;
	gap:8px
}
.form-field.full{
	grid-column:1/-1
}
label{
	font-weight:750;
	color:#F1F1F1
}
input,select,textarea{
	width:100%;
	border:1px solid rgba(191,167,106,.22);
	background:rgba(5,5,5,.58);
	color:var(--white);
	border-radius:16px;
	padding:14px 15px;
	font:inherit;
	outline:none
}
textarea{
	min-height:140px;
	resize:vertical
}
input:focus,select:focus,textarea:focus{
	border-color:var(--gold);
	box-shadow:0 0 0 4px rgba(191,167,106,.12)
}
.privacy-note{
	font-size:.88rem;
	color:var(--soft);
	line-height:1.6
}
.privacy-note a{
	color:var(--gold-2);
	text-decoration:underline;
	text-underline-offset:4px
}
 .contact-list{
	display:grid;
	gap:14px
}
.contact-list a,.contact-list div{
	display:flex;
	gap:13px;
	align-items:flex-start;
	padding:15px;
	border:1px solid rgba(191,167,106,.17);
	border-radius:20px;
	background:rgba(255,255,255,.045)
}
.contact-list strong{
	display:block;
	color:var(--gold-2);
	margin-bottom:4px
}
.map-placeholder{
	border:1px solid var(--border);
	border-radius:28px;
	overflow:hidden;
	background:#151515
}
.map-placeholder img{
	width:100%;
	min-height:360px;
	object-fit:cover
}
.legal-content{
	max-width:940px
}
.legal-content h2{
	font-size:2rem;
	margin-top:34px
}
.legal-content h3{
	margin-top:28px;
	color:var(--gold-2)
}
.legal-content p,.legal-content li{
	color:#D8D8D8;
	line-height:1.82
}
.legal-content a{
	color:var(--gold-2);
	text-decoration:underline;
	text-underline-offset:4px
}
.legal-content ul{
	padding-left:22px
}
 .breadcrumbs{
	font-size:.9rem;
	color:var(--muted);
	padding:22px 0 0
}
.breadcrumbs a{
	color:var(--gold-2)
}
.page-hero{
	padding:70px 0 48px
}
.page-hero h1{
	font-size:clamp(2.2rem,5vw,4.5rem);
	max-width:980px
}
.page-hero .lead{
	max-width:880px
}
 .footer{
	padding:56px 0 28px;
	background:rgba(5,5,5,.62);
	border-top:1px solid rgba(191,167,106,.17)
}
.footer-grid{
	display:grid;
	grid-template-columns:1.2fr .7fr .7fr .9fr;
	gap:26px
}
.footer h3{
	color:var(--gold-2);
	font-size:1rem;
	text-transform:uppercase;
	letter-spacing:.09em
}
.footer p,.footer a,.footer li{
	color:#CFCFCF;
	line-height:1.72
}
.footer ul{
	padding:0;
	margin:0;
	list-style:none
}
.footer a:hover{
	color:var(--gold-2)
}
.footer-bottom{
	display:flex;
	justify-content:space-between;
	gap:16px;
	flex-wrap:wrap;
	border-top:1px solid rgba(191,167,106,.13);
	margin-top:34px;
	padding-top:20px;
	color:#AFAFAF;
	font-size:.9rem
}
.disclaimer{
	border:1px solid rgba(191,167,106,.16);
	background:rgba(191,167,106,.07);
	border-radius:22px;
	padding:16px;
	color:#DADADA;
	line-height:1.65;
	font-size:.92rem;
	margin-top:20px
}
 .cookie-banner{
	position:fixed;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:110;
	display:none
}
.cookie-banner.is-visible{
	display:block;
	animation:slideUp .45s ease both
}
.cookie-inner{
	width:min(1060px,100%);
	margin:auto;
	border:1px solid var(--border);
	border-radius:28px;
	background:rgba(5,5,5,.93);
	box-shadow:0 24px 90px rgba(0,0,0,.55);
	backdrop-filter:blur(16px);
	padding:20px;
	display:grid;
	grid-template-columns:1fr auto;
	gap:18px;
	align-items:center
}
.cookie-actions{
	display:flex;
	gap:10px;
	flex-wrap:wrap
}
.cookie-inner p{
	color:#DCDCDC;
	margin:0;
	line-height:1.65
}
.cookie-inner a{
	color:var(--gold-2);
	text-decoration:underline;
	text-underline-offset:3px
}
 .alert-modal{
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.72);
	z-index:140;
	display:none;
	align-items:center;
	justify-content:center;
	padding:20px
}
.alert-modal.is-visible{
	display:flex
}
.alert-card{
	max-width:520px;
	width:100%;
	border-radius:32px;
	background:linear-gradient(145deg,#050505,#27272A);
	border:1px solid rgba(191,167,106,.34);
	box-shadow:var(--shadow);
	padding:30px;
	text-align:center;
	transform:translateY(14px) scale(.96);
	opacity:0
}
.alert-modal.is-visible .alert-card{
	animation:popIn .36s ease forwards
}
.alert-icon{
	width:74px;
	height:74px;
	border-radius:26px;
	margin:0 auto 18px;
	background:linear-gradient(135deg,var(--gold),#80682F);
	color:#050505;
	display:grid;
	place-items:center;
	font-size:2rem;
	font-weight:950
}
.alert-card p{
	color:var(--muted);
	line-height:1.7
}
.close-alert{
	margin-top:8px
}
 @keyframes slideUp{
	from{
		opacity:0;
		transform:translateY(16px)
	}
	to{
		opacity:1;
		transform:translateY(0)
	}
}
@keyframes popIn{
	to{
		opacity:1;
		transform:translateY(0) scale(1)
	}
}
 @media (max-width: 980px){
	.burger{
		display:flex
	}
	.nav-links{
		position:fixed;
		inset:78px 14px auto 14px;
		background:rgba(5,5,5,.96);
		border:1px solid var(--border);
		border-radius:24px;
		padding:16px;
		display:none;
		flex-direction:column;
		align-items:stretch;
		box-shadow:var(--shadow)
	}
	.nav-links.is-open{
		display:flex;
		animation:slideUp .24s ease both
	}
	.nav-links a{
		padding:14px 16px
	}
	.header-cta{
		display:none
	}
	.hero-grid,.grid-2,.image-strip,.footer-grid{
		grid-template-columns:1fr
	}
	.grid-3,.pricing{
		grid-template-columns:1fr 1fr
	}
	.grid-4,.stat-band{
		grid-template-columns:1fr 1fr
	}
	.visual-card img{
		min-height:380px
	}
	.floating-panel{
		left:14px;
		right:14px;
		bottom:18px;
		max-width:none
	}
	.hero{
		padding-top:58px
	}
	.form-grid{
		grid-template-columns:1fr
	}
	.cookie-inner{
		grid-template-columns:1fr
	}
	.cookie-actions{
		justify-content:flex-start
	}
}
 @media (max-width: 640px){
	.container{
		width:min(100% - 28px,1180px)
	}
	.hero-actions{
		flex-direction:column
	}
	.btn{
		width:100%
	}
	.trust-row,.grid-3,.grid-4,.pricing,.stat-band{
		grid-template-columns:1fr
	}
	.section{
		padding:58px 0
	}
	.page-hero{
		padding:48px 0 32px
	}
	.card,.cta-panel{
		padding:22px;
		border-radius:24px
	}
	.timeline-item{
		grid-template-columns:1fr
	}
	.step-number{
		width:50px;
		height:50px
	}
	.footer-bottom{
		display:block
	}
	.cookie-banner{
		left:10px;
		right:10px;
		bottom:10px
	}
	.cookie-actions .btn{
		width:auto
	}
	.visual-card img{
		min-height:330px
	}
	h1{
		letter-spacing:-.055em
	}
}
 
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  display: block;
  width: 70px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .logo-img {
    width: 90px;
  }
}