/* Apex Digital Assets — brand overrides */
.site-logo img { max-height: 40px; width: auto; }
.risk-disclosure-bar {
	background: #f4f7fb;
	border-top: 1px solid #e2e8f0;
	padding: 12px 0;
	font-size: 13px;
	color: #5a6b7d;
	text-align: center;
}
.risk-disclosure-bar a { color: #20509e; text-decoration: underline; }
.map-embed {
	width: 100%;
	height: 400px;
	border: 0;
	border-radius: 4px;
}
.footer-section .store-links { display: none; }
.hero-subscribe-from .site-btn,
.newsletter-form button { cursor: pointer; }

.hero-subscribe-from button.site-btn.sb-gradients:hover {
	box-shadow: 0 4px 14px rgba(46, 211, 170, 0.35);
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.header-section .site-btn:hover {
	box-shadow: 0 4px 14px rgba(46, 211, 170, 0.35);
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.menu-list li a {
	position: relative;
}

.menu-list li a::after {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 2px;
	height: 2px;
	background: #16d0c5;
	border-radius: 1px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
}

.menu-list li a:hover::after,
.menu-list li a.active::after,
.menu-list li.active > a::after {
	transform: scaleX(1);
}

.page-contact .menu-list li a::after {
	background: #20509e;
}

.page-careers .page-info-section h2 {
	color: #20509e;
}

.page-careers .vacancy-form-col .site-btn.submit-btn:hover {
	box-shadow: 0 4px 14px rgba(46, 211, 170, 0.35);
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.blog-text .blog-title a {
	position: relative;
	display: inline;
	text-decoration: none;
}

.blog-text .blog-title a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: #16d0c5;
	border-radius: 1px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
}

.blog-text .blog-title a:hover::after {
	transform: scaleX(1);
}
.legal-page { padding: 60px 0 100px; }
.legal-page h2 { margin-bottom: 24px; }
.legal-page h4 { margin-top: 28px; margin-bottom: 12px; }

/* Services page */
.services-intro {
	max-width: 760px;
	margin: 0 auto;
}
.services-intro h3 {
	font-size: 32px;
	margin-bottom: 20px;
}
.services-intro p {
	font-size: 18px;
	color: #75849a;
	line-height: 1.7;
}
.service-mandate-icon {
	font-size: 48px;
	color: #16d0c5;
	line-height: 1;
}
.service-detail {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #e8edf2;
}
.service-detail:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.service-detail h3 {
	font-size: 32px;
	margin-bottom: 18px;
}
.service-detail p {
	font-size: 17px;
	color: #75849a;
	line-height: 1.7;
	margin-bottom: 0;
}
.service-detail-photo {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 14px 43px rgba(33, 54, 61, 0.12);
}
.service-detail-photo img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.service-detail-list {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
}
.service-detail-list li {
	position: relative;
	padding: 7px 0 7px 28px;
	font-size: 16px;
	color: #5a6b7d;
	line-height: 1.5;
}
.service-detail-list li::before {
	content: "\e64c";
	font-family: "themify";
	position: absolute;
	left: 0;
	top: 9px;
	color: #16d0c5;
	font-size: 14px;
}
.service-details-section .readmore {
	color: #20509e;
	text-decoration: underline;
}

/* Make analytics bullets readable on dark gradient backgrounds */
#analytics .feature-content p {
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.7;
}

#analytics .service-detail-list li {
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.65;
}

#analytics .service-detail-list li::before {
	color: #16d0c5;
}

/* FAQ accordion (technology.html) */
.faq-list .faq-item {
	margin-bottom: 14px;
	border: 1px solid rgba(232, 237, 242, 1);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.faq-list .faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 16px 18px;
	font-weight: 600;
	color: #20509e;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.faq-list .faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-list .faq-item .faq-answer {
	padding: 16px 18px;
	color: #5a6b7d;
	line-height: 1.7;
}

.faq-list .faq-item[open] summary {
	background: rgba(32, 80, 158, 0.04);
}

/* About FAQ: keep a simple single-line summary (no grid columns) */
#faq-about .faq-list .faq-item summary {
	display: block;
}

@media only screen and (max-width: 767px) {
	.faq-list .faq-item summary {
		grid-template-columns: 1fr;
	}
}

/* What we trade cards (about.html) — reference-style square photos */
#instruments .instrument-grid {
	align-items: stretch;
}

#instruments .instrument-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#instruments .instrument-card__photo {
	margin: 0 0 14px;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1 / 1;
	box-shadow: 0 14px 43px rgba(33, 54, 61, 0.12);
}

#instruments .instrument-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#instruments .instrument-card__label {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #16d0c5;
}

#instruments .instrument-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	color: #20509e;
}

#instruments .instrument-card__text {
	margin: 0;
	color: #75849a;
	font-size: 15px;
	line-height: 1.65;
	flex: 1;
}

@media only screen and (max-width: 575px) {
	#instruments .instrument-card__title {
		font-size: 18px;
	}

	#instruments .instrument-card__text {
		font-size: 14px;
	}
}

/* Fact stats after hero — vertically centered in gradient band */
.fact-section--balanced {
	padding: 72px 0;
}

.fact-section--balanced .row {
	align-items: center;
}

.fact-section--balanced .fact {
	margin-bottom: 0;
}

/* BTC live chart (technology.html) */
.btc-live-chart-wrap {
	height: 520px;
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 14px 43px rgba(33, 54, 61, 0.1);
	background: #fff;
}

.btc-live-chart-wrap .tradingview-widget-container {
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.btc-live-chart-wrap {
		height: 420px;
	}
}
