/* Asmorix single blog post — Contus-style layout */

body.single-post.asmorix-single-post-active {
	background: #fff;
}

body.single-post.asmorix-single-post-active .toptech-blog-area.single-blog-details,
body.single-post.asmorix-single-post-active .breadcumb-area,
body.single-post.asmorix-single-post-active .breadcumb-blog-area {
	display: none !important;
}

/* Light solid header: color logo + dark menu (transparent/white-on-light fix) */
body.single-post.asmorix-single-post-active .toptech-main-menu.transprent-menu,
body.single-post.asmorix-single-post-active .toptech-main-menu.scroll-to-fixed-fixed {
	background: #fff !important;
}

body.single-post.asmorix-single-post-active .toptech-main-menu .trp_nav_area,
body.single-post.asmorix-single-post-active .toptech-main-menu .toptech_nav_area,
body.single-post.asmorix-single-post-active .toptech-main-menu .trp_nav_area.hbg2,
body.single-post.asmorix-single-post-active .toptech-main-menu .toptech_nav_area.hbg2,
body.single-post.asmorix-single-post-active .toptech-main-menu .trp_nav_area.prefix,
body.single-post.asmorix-single-post-active .toptech-main-menu .hbg2 {
	background: #fff !important;
	background-color: #fff !important;
	box-shadow: 0 1px 0 rgba(7, 20, 51, 0.06);
}

body.single-post.asmorix-single-post-active .transprent-menu .toptech_menu > ul > li > a,
body.single-post.asmorix-single-post-active .toptech_menu > ul > li > a,
body.single-post.asmorix-single-post-active .toptech-main-menu.one_page .toptech_nav_area.hbg2 .toptech_menu > ul > li > a {
	color: #041424 !important;
}

body.single-post.asmorix-single-post-active .transprent-menu .toptech_menu > ul > li > a:hover,
body.single-post.asmorix-single-post-active .toptech_menu > ul > li > a:hover,
body.single-post.asmorix-single-post-active .toptech_menu > ul > li.current > a,
body.single-post.asmorix-single-post-active .toptech_menu > ul > li:hover > a {
	color: #0c5adb !important;
}

body.single-post.asmorix-single-post-active .asmorix-header-brand__logo .logo,
body.single-post.asmorix-single-post-active .asmorix-header-brand__logo .logo a,
body.single-post.asmorix-single-post-active .asmorix-header-brand__logo .mobile_menu_logo,
body.single-post.asmorix-single-post-active .asmorix-header-brand__logo .mobile_menu_logo a {
	background: transparent !important;
	background-image: none !important;
}

body.single-post.asmorix-single-post-active .asmorix-header-brand__logo .logo img,
body.single-post.asmorix-single-post-active .asmorix-header-brand__logo .mobile_menu_logo img,
body.single-post.asmorix-single-post-active .toptech-main-menu .logo a img,
body.single-post.asmorix-single-post-active .toptech-main-menu.one_page .toptech_nav_area.hbg2 .logo a img {
	opacity: 1 !important;
	visibility: visible !important;
	filter: none !important;
	display: block !important;
	background: transparent !important;
}

.asmorix-sp {
	--sp-ink: #0b1220;
	--sp-muted: #5b6575;
	--sp-line: #e6ebf2;
	--sp-soft: #eef7fb;
	--sp-panel: #f6f8fb;
	--sp-blue: #0c5adb;
	--sp-orange: #ff6a00;
	--sp-yellow: #f5c518;
	--sp-font: "Nunito", "Poppins", sans-serif;
	--sp-display: "Rajdhani", "Nunito", sans-serif;
	font-family: var(--sp-font);
	color: var(--sp-ink);
	background: #fff;
}

/* ===== Hero ===== */
.asmorix-sp__hero {
	background: var(--sp-soft);
	padding: 108px 0 48px;
}

.asmorix-sp__hero-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 36px;
	align-items: center;
}

.asmorix-sp__crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	color: var(--sp-muted);
}

.asmorix-sp__crumb a {
	color: var(--sp-blue) !important;
	text-decoration: none !important;
}

.asmorix-sp__title {
	margin: 0 0 14px;
	font-family: var(--sp-display);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.18;
	color: #071433;
}

.asmorix-sp__dek {
	margin: 0 0 20px;
	max-width: 640px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--sp-muted);
}

.asmorix-sp__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--sp-ink);
}

.asmorix-sp__meta > span {
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.asmorix-sp__avatar,
.asmorix-sp__author-photo {
	display: inline-block;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* Prevent right-click → Open image from exposing a clear full photo */
	-webkit-user-drag: none;
	user-select: none;
}

.asmorix-sp__avatar {
	width: 42px;
	height: 42px;
}

.asmorix-sp__author-photo {
	width: 72px;
	height: 72px;
}

.asmorix-sp__meta-sep {
	width: 1px;
	height: 18px;
	background: #c9d3e0;
}

.asmorix-sp__hero-media {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(7, 20, 51, 0.12);
	aspect-ratio: 4 / 3;
	background: #d9e8f2;
}

.asmorix-sp__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===== Body grid ===== */
.asmorix-sp__body {
	max-width: 1440px;
	margin: 0 auto;
	padding: 36px 15px 72px;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 260px;
	gap: 28px;
	align-items: start;
	width: 100%;
	box-sizing: border-box;
}

.asmorix-sp__toc,
.asmorix-sp__rail {
	position: sticky;
	top: 110px;
}

.asmorix-sp__toc {
	max-height: calc(100vh - 130px);
	overflow: auto;
	padding-right: 8px;
	scrollbar-width: thin;
	scrollbar-color: #d7e0ec transparent;
}

.asmorix-sp__toc::-webkit-scrollbar {
	width: 6px;
}

.asmorix-sp__toc::-webkit-scrollbar-track {
	background: transparent;
}

.asmorix-sp__toc::-webkit-scrollbar-thumb {
	background: #d7e0ec;
	border-radius: 999px;
}

.asmorix-sp__toc::-webkit-scrollbar-thumb:hover {
	background: #c5d0e0;
}

.asmorix-sp__toc-title {
	margin: 0 0 12px;
	font-family: var(--sp-display);
	font-size: 18px;
	font-weight: 700;
}

.asmorix-sp__toc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.asmorix-sp__toc-list a {
	display: block;
	padding: 7px 0;
	border-left: 2px solid transparent;
	padding-left: 10px;
	color: var(--sp-muted) !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.asmorix-sp__toc-list a:hover,
.asmorix-sp__toc-list a.is-active {
	color: var(--sp-blue) !important;
	border-left-color: var(--sp-blue);
}

.asmorix-sp__toc-list .is-h3 a {
	padding-left: 22px;
	font-size: 13px;
}

/* ===== Article ===== */
.asmorix-sp__article {
	min-width: 0;
	width: 100%;
}

.asmorix-sp__summarize {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 18px;
	margin: 0 0 24px;
	padding: 14px 16px;
	border: 1px solid rgba(12, 90, 219, 0.12);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 247, 251, 0.95) 48%, rgba(246, 248, 251, 0.98) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 10px 28px rgba(7, 20, 51, 0.05);
	position: relative;
	overflow: hidden;
}

.asmorix-sp__summarize::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, #0c5adb 0%, #38bdf8 100%);
	border-radius: 16px 0 0 16px;
}

.asmorix-sp__summarize-head {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.asmorix-sp__summarize-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	color: #0c5adb;
	background: linear-gradient(145deg, rgba(12, 90, 219, 0.12), rgba(56, 189, 248, 0.14));
	border: 1px solid rgba(12, 90, 219, 0.12);
	flex-shrink: 0;
}

.asmorix-sp__summarize-label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #243044;
}

.asmorix-sp__summarize-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.asmorix-sp__ai {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: rgba(255, 255, 255, 0.88);
	color: #0f172a !important;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(7, 20, 51, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.asmorix-sp__ai:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(7, 20, 51, 0.1);
	border-color: rgba(12, 90, 219, 0.22);
	background: #fff;
}

.asmorix-sp__ai--gpt:hover { border-color: rgba(16, 163, 127, 0.35); color: #0f766e !important; }
.asmorix-sp__ai--ppx:hover { border-color: rgba(32, 128, 241, 0.35); color: #1d4ed8 !important; }
.asmorix-sp__ai--claude:hover { border-color: rgba(217, 119, 87, 0.4); color: #c2410c !important; }
.asmorix-sp__ai--gemini:hover { border-color: rgba(66, 133, 244, 0.35); color: #2563eb !important; }
.asmorix-sp__ai--grok:hover { border-color: rgba(15, 23, 42, 0.35); color: #111827 !important; }

.asmorix-sp__quick {
	margin: 0 0 28px;
	padding: 18px 18px 18px 20px;
	border-radius: 12px;
	background: #f4f5f7;
	border-left: 5px solid var(--sp-yellow);
}

.asmorix-sp__quick-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--sp-ink);
}

.asmorix-sp__quick ul {
	margin: 0;
	padding-left: 18px;
}

.asmorix-sp__quick li {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.55;
	color: #243044;
}

.asmorix-sp__content h2 {
	margin: 36px 0 14px;
	font-family: var(--sp-display);
	font-size: clamp(24px, 2.6vw, 30px);
	font-weight: 700;
	line-height: 1.25;
	scroll-margin-top: 120px;
}

.asmorix-sp__content h3 {
	margin: 26px 0 10px;
	font-family: var(--sp-display);
	font-size: 22px;
	font-weight: 700;
	scroll-margin-top: 120px;
}

.asmorix-sp__content p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.75;
	color: #243044;
}

.asmorix-sp__content a,
.asmorix-sp__content li a,
.asmorix-sp__content td a,
.asmorix-sp__content th a,
.asmorix-sp__author a,
.asmorix-sp__faq-a a,
.asmorix-sp__note a {
	color: #0c5adb !important;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
}

.asmorix-sp__content a:hover,
.asmorix-sp__content li a:hover,
.asmorix-sp__content td a:hover,
.asmorix-sp__author a:hover,
.asmorix-sp__faq-a a:hover,
.asmorix-sp__note a:hover {
	color: #0946b0 !important;
}

.asmorix-sp__content ul,
.asmorix-sp__content ol {
	margin: 0 0 18px;
	padding-left: 22px;
}

.asmorix-sp__content li {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.65;
	color: #243044;
}

.asmorix-sp__content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 22px;
	font-size: 14px;
	background: #fff;
	border: 1px solid var(--sp-line);
	border-radius: 12px;
	overflow: hidden;
	text-align: left;
}

.asmorix-sp__content thead th,
.asmorix-sp__content tbody th,
.asmorix-sp__content td {
	text-align: left !important;
	vertical-align: top;
}

.asmorix-sp__content thead th {
	background: #0b1b3a;
	color: #fff;
	padding: 12px 14px;
	font-weight: 700;
	text-transform: capitalize !important;
	font-size: 16px;
	line-height: 20px;
}

.asmorix-sp__content td {
	padding: 12px 14px;
	border-top: 1px solid var(--sp-line);
	color: #243044;
	font-size: 15px;
	line-height: 22px;
}

.asmorix-sp__content tbody tr:nth-child(even) td {
	background: #f8fafc;
}

.asmorix-sp__note {
	margin: 0 0 22px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #fff8e8;
	border: 1px solid #f0dfb0;
	font-size: 14px;
	line-height: 1.6;
	color: #3d3420;
}

.asmorix-sp__note strong {
	display: inline-block;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 12px;
}

.asmorix-sp__mid-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 28px 0;
	padding: 18px 20px;
	border-radius: 14px;
	background: linear-gradient(135deg, #071433 0%, #0c5adb 100%);
	color: #fff;
}

.asmorix-sp__mid-cta p {
	margin: 0;
	max-width: 520px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

.asmorix-sp__mid-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--sp-orange);
	color: #fff !important;
	font-family: var(--sp-display);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
}

.asmorix-sp__faq {
	margin-top: 40px;
	padding-top: 8px;
}

.asmorix-sp__faq h2 {
	margin-bottom: 18px;
}

.asmorix-sp__faq-item {
	border: 1px solid var(--sp-line);
	border-radius: 12px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
}

.asmorix-sp__faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 14px 16px;
	font-weight: 700;
	font-size: 16px;
}

.asmorix-sp__faq-item summary::-webkit-details-marker {
	display: none;
}

.asmorix-sp__faq-item[open] summary {
	background: var(--sp-panel);
}

.asmorix-sp__faq-item .asmorix-sp__faq-a {
	padding: 0 16px 16px;
	font-size: 16px;
	line-height: 1.65;
	color: #243044;
}

.asmorix-sp__author {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 16px;
	margin-top: 36px;
	padding: 20px;
	border: 1px solid var(--sp-line);
	border-radius: 16px;
	background: #fff;
}

.asmorix-sp__author h3 {
	margin: 0 0 6px;
	font-family: var(--sp-display);
	font-size: 20px;
}

.asmorix-sp__author p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--sp-muted);
}

/* ===== Right rail ===== */
.asmorix-sp__card {
	padding: 22px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--sp-line);
	box-shadow: 0 14px 34px rgba(7, 20, 51, 0.08);
}

.asmorix-sp__card-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sp-orange);
}

.asmorix-sp__card h3 {
	margin: 0 0 14px;
	font-family: var(--sp-display);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.asmorix-sp__card ul {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.asmorix-sp__card li {
	position: relative;
	padding: 0 0 10px 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #243044;
}

.asmorix-sp__card li::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--sp-orange);
	font-weight: 800;
}

.asmorix-sp__card-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 999px;
	background: var(--sp-orange);
	color: #fff !important;
	font-family: var(--sp-display);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}

.asmorix-sp__card-cta:hover {
	filter: brightness(1.05);
}

/* ===== Leave a Reply / comments (Contus-style) ===== */
.asmorix-sp__comments {
	max-width: none;
	width: 100%;
	margin: 28px 0 8px;
	padding: 28px 0 12px;
	box-sizing: border-box;
	border-top: 1px solid var(--sp-line);
}

.asmorix-sp__comments-inner {
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.asmorix-sp__comments-title,
.asmorix-sp__reply-title,
.asmorix-sp__comments .comment-reply-title {
	margin: 0 0 14px;
	padding: 8px 0 0;
	font-family: var(--sp-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #212121;
}

.asmorix-sp__comment-list {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.asmorix-sp__comment-list .comment {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--sp-line);
}

.asmorix-sp__comments .comment-notes {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.5;
	color: #212121;
}

.asmorix-sp__comments .comment-notes .required,
.asmorix-sp__comments .required {
	color: #d63638;
}

.asmorix-sp__comments .comment-form p {
	margin: 0 0 16px;
}

.asmorix-sp__comments .comment-form label {
	display: inline-block;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 400;
	color: #212121;
}

.asmorix-sp__comments .comment-form .form-control,
.asmorix-sp__comments .comment-form input[type="text"],
.asmorix-sp__comments .comment-form input[type="email"],
.asmorix-sp__comments .comment-form input[type="url"],
.asmorix-sp__comments .comment-form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 15px 20px !important;
	font-size: 16px !important;
	line-height: 1.4;
	color: #212121;
	background: rgba(0, 0, 0, 0.024) !important;
	box-shadow: none !important;
	outline: none;
	box-sizing: border-box;
}

.asmorix-sp__comments .comment-form textarea {
	min-height: 160px;
	resize: vertical;
}

.asmorix-sp__comments .comment-form-author,
.asmorix-sp__comments .comment-form-email,
.asmorix-sp__comments .comment-form-url {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
}

.asmorix-sp__comments .comment-form-url {
	margin-right: 0;
}

.asmorix-sp__comments .comment-form-cookies-consent {
	display: block;
	clear: both;
	margin: 4px 0 18px;
	font-size: 14px;
	color: #5b6575;
}

.asmorix-sp__comments .comment-form .form-submit {
	margin: 8px 0 0;
	clear: both;
}

.asmorix-sp__comments .comment-form .wpcf7-submit,
.asmorix-sp__comments .comment-form .form-submit .submit,
.asmorix-sp__comments .comment-form input#submit,
.asmorix-sp__comments .comment-form button[type="submit"] {
	display: inline-block;
	min-height: 44px;
	height: 44px;
	padding: 0 40px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #333 !important;
	color: #fff !important;
	font-family: var(--sp-font);
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 44px;
	cursor: pointer;
	box-shadow: none !important;
}

.asmorix-sp__comments .comment-form .form-submit .submit:hover,
.asmorix-sp__comments .comment-form input#submit:hover,
.asmorix-sp__comments .comment-form button[type="submit"]:hover {
	background: #111 !important;
	filter: none;
}

@media (max-width: 1100px) {
	.asmorix-sp__body {
		grid-template-columns: 200px minmax(0, 1fr);
	}

	.asmorix-sp__rail {
		display: none;
	}
}

@media (max-width: 900px) {
	.asmorix-sp__hero-inner {
		grid-template-columns: 1fr;
	}

	.asmorix-sp__body {
		grid-template-columns: 1fr;
	}

	.asmorix-sp__toc {
		position: relative;
		top: auto;
		max-height: none;
		padding: 14px;
		border: 1px solid var(--sp-line);
		border-radius: 12px;
		background: var(--sp-panel);
		margin-bottom: 8px;
	}
}

@media (max-width: 700px) {
	.asmorix-sp__comments .comment-form-author,
	.asmorix-sp__comments .comment-form-email,
	.asmorix-sp__comments .comment-form-url {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.asmorix-sp__hero {
		padding: 96px 0 34px;
	}
}
