body { font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; }
@supports (font-variation-settings: normal) {
	body { font-family: 'Inter var', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; }
}
.logo-img { height: 40px; }
.circle-img { width: 80px; height: 80px; object-fit: cover; }
.team-img { width: 120px; height: 120px; object-fit: cover; }
.company-name { font-family: Georgia, 'Times New Roman', Times, serif; color: #ada344 !important; }
.company-name-hero { font-family: Georgia, 'Times New Roman', Times, serif; color: #ada344 !important; font-size: 2rem; }
.frosted-bg {
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(10px);
	border-radius: 1rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.phone-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	z-index: 1050;
	text-decoration: none;
	border: 2px solid #fff;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.phone-float:hover { 
	background: #fff; 
	color: #000;
	border-color: #000;
}
footer .seo-text {
	text-align: justify;
	text-align-last: center;
	display: block;
	max-width: 90%;
	margin: 0 auto;
}
footer .copyright {
	text-align: center;
	display: block;
}
.contact-dark-box {
	background: #1e1e1e;
	color: #fff;
	padding: 1.5rem;
	border-radius: 0.5rem;
}

.contact-dark-box{
	background: rgba(0,0,0,.65);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,.15);
	border-radius: .75rem;
	box-shadow: 0 0 20px rgba(0,0,0,.35);
}

.contact-dark-box a:hover{
	transform: translateY(-2px);
	transition: transform .2s ease;
}

.deck{
	position: relative;
	width: 100%;
}
.deck img{
	width: 100%;
	height: auto;
	display: block;
}
.deck .back{ z-index: 1; }
.deck .front{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: rotate(-5deg) translate(6%,-6%);
}
