/* Static Content Pages (Contact Us, Privacy Policy, etc.) */

/* ========================================
   MAIN CONTENT AREA
   ======================================== */
#contact-us-main,
#content-main,
.static-content-main {
	background: #0a0a0f !important;
	min-height: 100vh;
	color: #f5f5f7 !important;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

/* ========================================
   BREADCRUMB
   ======================================== */
.breadcrumb-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 32px 0;
}

.breadcrumb {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.95) !important;
}

.breadcrumb a {
	color: rgba(255, 255, 255, 0.95) !important;
	text-decoration: none;
	transition: color 0.2s;
}

.breadcrumb a:hover {
	color: #fff !important;
}

.breadcrumb-separator {
	margin: 0 8px;
}

.breadcrumb-current {
	color: rgba(255, 255, 255, 1.0) !important;
}

/* ========================================
   HEADER SECTION
   ======================================== */
.header-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 26px 32px 0;
	background: #0a0a0f !important;
}

.content-tag {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #a78bfa !important;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.content-title {
	font-family: var(--font-heading), sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #fff !important;
	margin: 0 0 10px;
}

.content-date {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 1.0) !important;
	margin-bottom: 36px;
}

/* ========================================
   CONTENT SECTION
   ======================================== */
.content-section {
	max-width: 760px;
	margin: 0 auto;
	padding: 26px 32px 90px;
	background: #0a0a0f !important;
}

/* ========================================
   ARTICLE CONTENT
   ======================================== */
.article {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72) !important;
}

.article p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72) !important;
}

.article h2 {
	font-family: var(--font-heading), sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #fff !important;
	margin: 34px 0 14px;
	scroll-margin-top: 96px;
}

.article h3 {
	font-family: var(--font-heading), sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff !important;
	margin: 20px 0 12px;
}

.article ul {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.article li {
	display: flex;
	gap: 10px;
	font-size: 14.5px;
	color: rgba(255, 255, 255, 0.72) !important;
	line-height: 1.6;
}

.article li-bullet {
	color: #a78bfa;
	flex: none;
}

.article ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 14.5px;
	line-height: 1.8;
}

.article ol li {
	margin-bottom: 8px;
}

.article table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13.5px;
	margin: 0 0 22px;
}

.article th {
	background: rgba(255, 255, 255, 0.06) !important;
	color: #fff !important;
	text-align: left;
	padding: 11px 14px;
	font-weight: 700;
	font-size: 12.5px;
}

.article td {
	padding: 11px 14px;
	color: rgba(255, 255, 255, 1.0) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.article a {
	background: linear-gradient(90deg, #8b5cf6, #22d3ee) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
	text-decoration: none;
	transition: text-decoration 0.2s;
}

.article a:hover {
	text-decoration: underline;
}

/* ========================================
   CALLOUT BOX
   ======================================== */
.callout,
.wp-block-quote {
	border-left: 3px solid;
	border-image: linear-gradient(180deg, #7c3aed, #22d3ee) 1 !important;
	background: rgba(124, 58, 237, 0.08) !important;
	border-radius: 0 10px 10px 0;
	padding: 16px 20px !important;
	margin: 24px 0 !important;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.0) !important;
	line-height: 1.6;
}

.callout strong,
.wp-block-quote strong {
	color: #fff !important;
}

/* ========================================
   CONTENT IMAGE
   ======================================== */
.content-image,
.article img {
	width: 100%;
	border-radius: 14px;
	margin: 24px 0 8px;
	display: block;
}

.image-caption {
	font-size: 12px;
	color: rgba(255, 255, 255, 1.0) !important;
	text-align: center;
	margin-bottom: 24px;
}

/* ========================================
   CTA BOX
   ======================================== */
.cta-box {
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	background: transparent !important;
}

.cta-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 1.0) !important;
}

.cta-link {
	font-size: 14px;
	color: #22d3ee !important;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s;
	background: none !important;
	-webkit-background-clip: unset !important;
	background-clip: unset !important;
}

.cta-link:hover {
	color: #67e8f9 !important;
}

/* ========================================
   CONTENT GRID (with TOC)
   ======================================== */
.content-grid {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px 90px;
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 48px;
	align-items: start;
	background: #0a0a0f !important;
}

.content-grid .article {
	max-width: 760px;
}

/* ========================================
   TABLE OF CONTENTS SIDEBAR
   ======================================== */
.toc-sidebar {
	position: sticky;
	top: 96px;
	background: #12141c !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 14px;
	padding: 20px;
	height: fit-content;
}

.toc-title {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 1.0) !important;
	margin-bottom: 14px;
	text-transform: uppercase;
}

#tocContainer {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.toc-link {
	display: block;
	padding: 8px 10px;
	border-radius: 8px;
	text-decoration: none !important;
	font-size: 13.5px;
	margin-bottom: 2px;
	transition: all 0.2s;
	color: rgba(255, 255, 255, 0.95) !important;
	background: none !important;
	-webkit-background-clip: unset !important;
}

.toc-link:hover {
	color: rgba(255, 255, 255, 0.95) !important;
}

.toc-link.active {
	background: rgba(124, 58, 237, 0.15) !important;
	color: #fff !important;
	font-weight: 600;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 900px) {
	.content-grid {
		grid-template-columns: 1fr;
	}

	.toc-sidebar {
		position: static;
		top: auto;
	}
}

@media (max-width: 768px) {
	.content-section,
	.content-grid,
	.header-section,
	.breadcrumb-section {
		padding-left: 24px;
		padding-right: 24px;
	}

	.content-title {
		font-size: 28px;
	}

	.article p,
	.article h2,
	.article h3 {
		font-size: 14px;
	}

	.article {
		font-size: 14px;
	}
}

@media (max-width: 620px) {
	.content-section,
	.content-grid,
	.header-section,
	.breadcrumb-section {
		padding-left: 16px;
		padding-right: 16px;
	}

	.content-title {
		font-size: 24px;
	}

	.content-grid {
		padding-bottom: 60px;
	}
}
