/* =========================================================
   A K INFOTECH - SINGLE POST
   File: /wp-content/themes/astra-child/assets/css/single.css
   ========================================================= */

:root {
	--aks-blue: #0d4ed8;
	--aks-blue-dark: #073b9d;
	--aks-blue-soft: #eaf2ff;
	--aks-navy: #091a3b;
	--aks-text: #172138;
	--aks-muted: #6f7b8e;
	--aks-border: #e2e7ee;
	--aks-soft: #f7f9fc;
	--aks-white: #ffffff;
	--aks-green: #13975a;
	--aks-green-soft: #eaf8f0;
	--aks-orange: #ef7b22;
	--aks-orange-soft: #fff0e5;
	--aks-purple: #7247d7;
	--aks-purple-soft: #f2ecff;
	--aks-container: 1240px;
	--aks-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}


/* =========================================================
   BASE / ASTRA OVERRIDES
   ========================================================= */

.aki-single-page,
.aki-single-page *,
.aki-single-page *::before,
.aki-single-page *::after {
	box-sizing: border-box;
}

.aki-single-page {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	color: var(--aks-text);
}

.aki-single-page a {
	text-decoration: none;
}

.aki-single-page img,
.aki-single-page svg {
	display: block;
	max-width: 100%;
}

.aki-single-page h1,
.aki-single-page h2,
.aki-single-page h3,
.aki-single-page p {
	margin-top: 0;
}

.aks-container {
	width: min(calc(100% - 32px), var(--aks-container));
	margin-inline: auto;
}

.single-post .site-content,
.single-post .ast-container,
.single-post .content-area,
.single-post .site-main,
.single-post .ast-article-single {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post .ast-container {
	display: block !important;
}


/* =========================================================
   01. POST HERO
   ========================================================= */

.aks-post-hero {
	padding: 34px 0 30px;
	background:
		radial-gradient(circle at 92% 10%, rgba(13, 78, 216, 0.08), transparent 28%),
		linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
	border-bottom: 1px solid #edf1f5;
}

.aks-post-hero-inner {
	max-width: 980px;
}

.aks-post-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 13px;
	color: #8a95a5;
	font-size: 7.5px;
	font-weight: 700;
}

.aks-post-breadcrumb a {
	color: #67748a;
}

.aks-post-breadcrumb a:hover {
	color: var(--aks-blue);
}

.aks-post-label-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 11px;
}

.aks-post-label,
.aks-post-new-badge {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 0 9px;
	border-radius: 999px;
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.aks-post-label {
	background: var(--aks-blue-soft);
	color: var(--aks-blue);
}

.aks-post-new-badge {
	background: var(--aks-green-soft);
	color: var(--aks-green);
}

.aki-single-results .aks-post-label {
	background: var(--aks-green-soft);
	color: var(--aks-green);
}

.aki-single-admit .aks-post-label {
	background: var(--aks-orange-soft);
	color: var(--aks-orange);
}

.aki-single-answer .aks-post-label {
	background: var(--aks-purple-soft);
	color: var(--aks-purple);
}

.aks-post-hero h1 {
	max-width: 980px;
	margin-bottom: 12px;
	color: #172138;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	font-weight: 850;
	letter-spacing: -0.045em;
}

.aks-post-summary {
	max-width: 850px;
	margin-bottom: 15px;
	color: #6f7b8e;
	font-size: 10.5px;
	line-height: 1.7;
	font-weight: 500;
}

.aks-post-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.aks-post-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 29px;
	padding: 0 9px;
	border: 1px solid #e1e6ed;
	border-radius: 999px;
	background: #ffffff;
	color: #7e899a;
	font-size: 7px;
	font-weight: 650;
}

.aks-post-meta > span strong {
	color: #4e5a6f;
	font-weight: 800;
}

.aks-post-meta svg {
	width: 13px;
	height: 13px;
}

.aks-post-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.aks-read-button,
.aks-form-help-button,
.aks-whatsapp-button {
	min-height: 41px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 13px;
	border-radius: 9px;
	font-size: 8.3px;
	font-weight: 850;
	cursor: pointer;
}

.aks-read-button {
	background: linear-gradient(135deg, #073b9d, #0d4ed8);
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(13, 78, 216, 0.17);
}

.aks-read-button:hover,
.aks-read-button:focus {
	color: #ffffff;
}

.aks-form-help-button {
	border: 1px solid #d7e0eb;
	background: #ffffff;
	color: #27334a;
}

.aks-form-help-button:hover,
.aks-form-help-button:focus {
	border-color: #b9c9e2;
	color: var(--aks-blue);
}

.aks-whatsapp-button {
	background: #159a5a;
	color: #ffffff;
}

.aks-whatsapp-button:hover,
.aks-whatsapp-button:focus {
	color: #ffffff;
}


/* =========================================================
   02. IMPORTANT NOTICE
   ========================================================= */

.aks-notice-section {
	padding: 15px 0 0;
	background: #ffffff;
}

.aks-important-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #e3e8ef;
	border-radius: 13px;
	background: #f9fbfd;
}

.aks-notice-icon {
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 37px;
	border-radius: 10px;
	background: var(--aks-blue-soft);
	color: var(--aks-blue);
}

.aks-notice-icon svg {
	width: 21px;
	height: 21px;
}

.aks-important-notice > div:last-child > span {
	display: block;
	margin-bottom: 3px;
	color: var(--aks-blue);
	font-size: 6.8px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.aks-important-notice strong {
	display: block;
	margin-bottom: 3px;
	color: #1c273a;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 850;
}

.aks-important-notice p {
	margin: 0;
	color: #748093;
	font-size: 8.2px;
	line-height: 1.6;
}


/* =========================================================
   03. ARTICLE LAYOUT
   ========================================================= */

.aks-article-section {
	padding: 40px 0 50px;
	background: #ffffff;
}

.aks-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 20px;
	align-items: start;
}

.aks-article-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e1e6ed;
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
}

.aks-featured-image {
	width: 100%;
	max-height: 460px;
	overflow: hidden;
	background: #f6f8fb;
	border-bottom: 1px solid #e5eaf0;
}

.aks-featured-image img {
	width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: contain;
	object-position: center;
	background: #ffffff;
}

.aks-content-head {
	padding: 22px 24px 17px;
	border-bottom: 1px solid #edf0f4;
	background:
		linear-gradient(180deg, #fbfcfe 0%, #ffffff 100%);
}

.aks-content-head > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aks-blue);
	font-size: 7px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aks-content-head h2 {
	margin-bottom: 6px;
	color: #172138;
	font-size: 23px;
	line-height: 1.25;
	font-weight: 850;
	letter-spacing: -0.025em;
}

.aks-content-head p {
	margin: 0;
	color: #7a8597;
	font-size: 8.5px;
	line-height: 1.6;
}

.aks-entry-content {
	padding: 24px;
	color: #364154;
	font-size: 15px;
	line-height: 1.75;
}

.aks-entry-content > *:first-child {
	margin-top: 0;
}

.aks-entry-content > *:last-child {
	margin-bottom: 0;
}

.aks-entry-content p {
	margin-bottom: 16px;
	color: #465268;
	font-size: 15px;
	line-height: 1.78;
}

.aks-entry-content h2 {
	margin: 29px 0 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e6ebf2;
	color: #172138;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 850;
	letter-spacing: -0.025em;
}

.aks-entry-content h3 {
	margin: 24px 0 10px;
	color: #1c273b;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 850;
}

.aks-entry-content h4 {
	margin: 20px 0 8px;
	color: #253047;
	font-size: 16px;
	font-weight: 800;
}

.aks-entry-content ul,
.aks-entry-content ol {
	margin: 0 0 18px 20px;
	padding: 0;
}

.aks-entry-content li {
	margin-bottom: 7px;
	color: #465268;
	line-height: 1.7;
}

.aks-entry-content a {
	color: var(--aks-blue);
	font-weight: 700;
}

.aks-entry-content a:hover {
	color: var(--aks-blue-dark);
}

.aks-entry-content blockquote {
	margin: 20px 0;
	padding: 15px 17px;
	border-left: 4px solid var(--aks-blue);
	border-radius: 0 10px 10px 0;
	background: #f7faff;
	color: #4d5a70;
}

.aks-entry-content table {
	width: 100%;
	margin: 18px 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 11px;
	font-size: 13px;
}

.aks-entry-content table th,
.aks-entry-content table td {
	padding: 11px 12px;
	border-right: 1px solid #e5eaf0;
	border-bottom: 1px solid #e5eaf0;
	text-align: left;
	vertical-align: top;
}

.aks-entry-content table th {
	background: #f3f6fb;
	color: #273248;
	font-weight: 800;
}

.aks-entry-content table td {
	background: #ffffff;
	color: #4a566b;
}

.aks-entry-content table tr:last-child td {
	border-bottom: 0;
}

.aks-entry-content table th:last-child,
.aks-entry-content table td:last-child {
	border-right: 0;
}

.aks-entry-content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 9px;
	background: var(--aks-blue);
	color: #ffffff;
	font-size: 9px;
	font-weight: 800;
}

.aks-page-links {
	margin-top: 20px;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.aks-post-sidebar {
	position: sticky;
	top: 95px;
	display: grid;
	gap: 12px;
}

.aks-sidebar-card {
	padding: 18px;
	border: 1px solid #e1e6ed;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.aks-sidebar-label {
	display: block;
	margin-bottom: 5px;
	color: var(--aks-blue);
	font-size: 6.8px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aks-sidebar-card h3 {
	margin-bottom: 8px;
	color: #1b263a;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 850;
}

.aks-sidebar-card p {
	margin-bottom: 12px;
	color: #778396;
	font-size: 8px;
	line-height: 1.6;
}

.aks-sidebar-meta {
	display: grid;
	gap: 7px;
	margin-bottom: 12px;
}

.aks-sidebar-meta > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 9px;
	border: 1px solid #e7ebf1;
	border-radius: 9px;
	background: #fafbfd;
}

.aks-sidebar-meta span {
	color: #8b95a5;
	font-size: 6.8px;
	font-weight: 700;
}

.aks-sidebar-meta strong {
	color: #3b475c;
	font-size: 7.3px;
	font-weight: 850;
	text-align: right;
}

.aks-category-button,
.aks-side-help-button,
.aks-sidebar-whatsapp,
.aks-sidebar-call {
	width: 100%;
	min-height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 10px;
	border-radius: 9px;
	font-size: 7.8px;
	font-weight: 850;
}

.aks-category-button {
	background: var(--aks-blue);
	color: #ffffff;
}

.aks-category-button:hover,
.aks-category-button:focus {
	color: #ffffff;
}

.aks-sidebar-assistance {
	background:
		radial-gradient(circle at 100% 0%, rgba(76, 136, 255, 0.15), transparent 35%),
		linear-gradient(145deg, #071a3d, #0b3476);
	color: #ffffff;
	border-color: transparent;
}

.aks-side-help-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 13px;
	border-radius: 12px;
	background: rgba(255,255,255,0.1);
	color: #ffffff;
}

.aks-side-help-icon svg {
	width: 24px;
	height: 24px;
}

.aks-sidebar-assistance .aks-sidebar-label {
	color: #bad0f3;
}

.aks-sidebar-assistance h3 {
	color: #ffffff;
}

.aks-sidebar-assistance p {
	color: #d7e2f3;
}

.aks-side-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	padding: 11px;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 10px;
	background: rgba(255,255,255,0.07);
}

.aks-side-price > div {
	display: flex;
	flex-direction: column;
}

.aks-side-price > div span {
	color: #ffffff;
	font-size: 7.5px;
	font-weight: 800;
}

.aks-side-price > div small {
	margin-top: 2px;
	color: #b9cce9;
	font-size: 6.2px;
}

.aks-side-price > strong {
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.aks-side-price > strong small {
	font-size: 12px;
}

.aks-side-help-button {
	border: 0;
	background: #ffffff;
	color: #0a397f;
	cursor: pointer;
}

.aks-side-fee-note {
	display: block;
	margin-top: 8px;
	color: #b9cbe7;
	font-size: 6.2px;
	line-height: 1.45;
	text-align: center;
}

.aks-sidebar-whatsapp {
	margin-bottom: 7px;
	background: #159a5a;
	color: #ffffff;
}

.aks-sidebar-whatsapp svg {
	width: 15px;
	height: 15px;
}

.aks-sidebar-whatsapp:hover,
.aks-sidebar-whatsapp:focus {
	color: #ffffff;
}

.aks-sidebar-call {
	border: 1px solid #d8e0ec;
	background: #f8faff;
	color: var(--aks-blue-dark);
}


/* =========================================================
   04. FORM ASSISTANCE CTA
   ========================================================= */

.aks-form-assistance-section {
	padding: 0 0 54px;
	background: #ffffff;
}

.aks-form-assistance-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) 240px;
	gap: 24px;
	align-items: center;
	padding: 27px 29px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 8%, rgba(87, 145, 255, 0.22), transparent 30%),
		linear-gradient(130deg, #071a3d, #0b3479 58%, #0d4ed8);
	color: #ffffff;
	box-shadow: 0 20px 46px rgba(7, 47, 112, 0.17);
}

.aks-assistance-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aks-assistance-icon {
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	background: rgba(255,255,255,0.1);
	color: #ffffff;
}

.aks-assistance-icon svg {
	width: 55px;
	height: 55px;
}

.aks-assistance-content > span {
	display: block;
	margin-bottom: 5px;
	color: #bdd0f2;
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aks-assistance-content h2 {
	margin-bottom: 8px;
	color: #ffffff;
	font-size: clamp(23px, 2.8vw, 33px);
	line-height: 1.15;
	font-weight: 850;
	letter-spacing: -0.035em;
}

.aks-assistance-content > p {
	max-width: 650px;
	margin-bottom: 13px;
	color: #d8e3f5;
	font-size: 9px;
	line-height: 1.65;
}

.aks-assistance-points {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.aks-assistance-points > span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 999px;
	background: rgba(255,255,255,0.07);
	color: #e2ebf9;
	font-size: 6.9px;
	font-weight: 700;
}

.aks-assistance-price {
	padding: 16px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 15px;
	background: rgba(255,255,255,0.08);
	text-align: center;
	backdrop-filter: blur(6px);
}

.aks-assistance-price > span {
	display: block;
	color: #d7e3f7;
	font-size: 6.8px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aks-assistance-price > div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 4px;
}

.aks-assistance-price > div small {
	margin-top: 8px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
}

.aks-assistance-price > div strong {
	color: #ffffff;
	font-size: 43px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.aks-assistance-price > small {
	display: block;
	margin-top: 2px;
	color: #bcd0ef;
	font-size: 6.6px;
}

.aks-assistance-main-button {
	width: 100%;
	min-height: 39px;
	margin-top: 11px;
	padding: 0 9px;
	border: 0;
	border-radius: 9px;
	background: #ffffff;
	color: #0a397f;
	font-size: 7.7px;
	font-weight: 850;
	cursor: pointer;
}

.aks-assistance-price > p {
	margin: 8px 0 0;
	color: #c4d5ed;
	font-size: 6.2px;
	line-height: 1.4;
}


/* =========================================================
   05. VERIFICATION
   ========================================================= */

.aks-verification-section {
	padding: 0 0 54px;
	background: #ffffff;
}

.aks-verification-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 20px;
	align-items: center;
	padding: 25px;
	border: 1px solid #e1e6ed;
	border-radius: 17px;
	background:
		linear-gradient(145deg, #f9fbfe, #ffffff);
}

.aks-verification-main > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aks-blue);
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aks-verification-main h2 {
	margin-bottom: 8px;
	color: #172138;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: -0.03em;
}

.aks-verification-main p {
	margin: 0;
	color: #758194;
	font-size: 8.8px;
	line-height: 1.68;
}

.aks-verification-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.aks-verification-points > div {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	padding: 11px;
	border: 1px solid #e5eaf0;
	border-radius: 10px;
	background: #ffffff;
}

.aks-verification-points span {
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 27px;
	border-radius: 8px;
	background: var(--aks-blue-soft);
	color: var(--aks-blue);
	font-size: 6.8px;
	font-weight: 850;
}

.aks-verification-points p {
	margin: 0;
	color: #6f7c8f;
	font-size: 7.4px;
	line-height: 1.5;
}


/* =========================================================
   06. RELATED POSTS
   ========================================================= */

.aks-related-section {
	padding: 52px 0 56px;
	background:
		linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
	border-top: 1px solid #edf1f5;
}

.aks-related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 19px;
}

.aks-related-head > div > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aks-blue);
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aks-related-head h2 {
	margin: 0;
	color: #172138;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: -0.03em;
}

.aks-related-head > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--aks-blue);
	font-size: 7.8px;
	font-weight: 850;
}

.aks-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.aks-related-card {
	min-width: 0;
	border: 1px solid #e1e6ed;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.aks-related-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 13px 28px rgba(15, 23, 42, 0.07);
}

.aks-related-card > a {
	display: block;
	height: 100%;
	padding: 14px;
	color: inherit;
}

.aks-related-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 9px;
}

.aks-related-top time {
	color: #8b95a5;
	font-size: 6.7px;
	font-weight: 700;
}

.aks-related-top span {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--aks-green-soft);
	color: var(--aks-green);
	font-size: 6px;
	font-weight: 850;
	text-transform: uppercase;
}

.aks-related-card h3 {
	margin-bottom: 12px;
	color: #1c273a;
	font-size: 10px;
	line-height: 1.45;
	font-weight: 800;
}

.aks-related-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: var(--aks-blue);
	font-size: 7.3px;
	font-weight: 800;
}


/* =========================================================
   07. PREVIOUS / NEXT
   ========================================================= */

.aks-post-navigation-section {
	padding: 0 0 48px;
	background: #ffffff;
}

.aks-post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.aks-nav-post {
	display: flex;
	flex-direction: column;
	min-height: 88px;
	padding: 14px;
	border: 1px solid #e1e6ed;
	border-radius: 12px;
	background: #ffffff;
	color: inherit;
}

.aks-nav-post > span {
	margin-bottom: 5px;
	color: var(--aks-blue);
	font-size: 6.7px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aks-nav-post strong {
	color: #273248;
	font-size: 8.8px;
	line-height: 1.45;
	font-weight: 800;
}

.aks-nav-next {
	text-align: right;
}


/* =========================================================
   08. DISCLAIMER
   ========================================================= */

.aks-disclaimer-section {
	padding: 0 0 46px;
	background: #ffffff;
}

.aks-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 14px 16px;
	border: 1px solid #e1e6ed;
	border-radius: 12px;
	background: #f8fafc;
}

.aks-disclaimer-icon {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 35px;
	border-radius: 9px;
	background: var(--aks-blue-soft);
	color: var(--aks-blue);
}

.aks-disclaimer-icon svg {
	width: 20px;
	height: 20px;
}

.aks-disclaimer strong {
	display: block;
	margin-bottom: 3px;
	color: #1d273b;
	font-size: 8.8px;
	font-weight: 850;
}

.aks-disclaimer p {
	margin: 0;
	color: #6f7a8c;
	font-size: 7.8px;
	line-height: 1.6;
}


/* =========================================================
   09. MODAL
   ========================================================= */

.aks-form-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease;
}

.aks-form-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.aks-form-overlay {
	position: absolute;
	inset: 0;
	background: rgba(6, 17, 39, 0.7);
	backdrop-filter: blur(5px);
}

.aks-form-dialog {
	position: relative;
	z-index: 2;
	width: min(100%, 470px);
	max-height: calc(100vh - 36px);
	overflow-y: auto;
	padding: 24px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.aks-form-close {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e1e6ed;
	border-radius: 50%;
	background: #ffffff;
	color: #667286;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.aks-form-modal-head {
	text-align: center;
}

.aks-form-modal-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 11px;
	border-radius: 16px;
	background: var(--aks-blue-soft);
	color: var(--aks-blue);
}

.aks-form-modal-icon svg {
	width: 31px;
	height: 31px;
}

.aks-form-modal-head > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aks-blue);
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aks-form-modal-head h2 {
	margin-bottom: 5px;
	color: #172138;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: -0.03em;
}

.aks-form-modal-head > p {
	margin: 0;
	color: #778397;
	font-size: 8.5px;
	line-height: 1.5;
	font-weight: 700;
}

.aks-form-modal-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 17px;
	padding: 13px;
	border: 1px solid #dfe6ee;
	border-radius: 12px;
	background: #f8fbff;
}

.aks-form-modal-price > div {
	display: flex;
	flex-direction: column;
}

.aks-form-modal-price > div span {
	color: #1e2a40;
	font-size: 8.7px;
	font-weight: 850;
}

.aks-form-modal-price > div small {
	margin-top: 2px;
	color: #8a95a5;
	font-size: 6.5px;
}

.aks-form-modal-price > strong {
	color: var(--aks-blue);
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

.aks-form-modal-price > strong small {
	font-size: 13px;
}

.aks-form-modal-warning {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 11px;
	padding: 10px;
	border: 1px solid #f0dfb9;
	border-radius: 10px;
	background: #fffaf0;
}

.aks-form-modal-warning > div {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #b97814;
}

.aks-form-modal-warning svg {
	width: 18px;
	height: 18px;
}

.aks-form-modal-warning p {
	margin: 0;
	color: #80642f;
	font-size: 7.2px;
	line-height: 1.55;
}

.aks-form-modal-checks {
	display: grid;
	gap: 6px;
	margin-top: 11px;
}

.aks-form-modal-checks span {
	padding: 8px 9px;
	border: 1px solid #e6eaf0;
	border-radius: 8px;
	background: #fafbfd;
	color: #556176;
	font-size: 7px;
	font-weight: 700;
}

.aks-form-modal-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 13px;
}

.aks-modal-whatsapp,
.aks-modal-call {
	min-height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 9px;
	font-size: 7.7px;
	font-weight: 850;
}

.aks-modal-whatsapp {
	background: #159a5a;
	color: #ffffff;
}

.aks-modal-whatsapp svg {
	width: 15px;
	height: 15px;
}

.aks-modal-whatsapp:hover,
.aks-modal-whatsapp:focus {
	color: #ffffff;
}

.aks-modal-call {
	border: 1px solid #d7e0eb;
	background: #ffffff;
	color: #344259;
}

.aks-form-modal-footer {
	margin: 11px 0 0;
	color: #8a95a5;
	font-size: 6.5px;
	line-height: 1.5;
	text-align: center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

	.aks-article-layout {
		grid-template-columns: minmax(0, 1fr) 270px;
	}

	.aks-form-assistance-card {
		grid-template-columns: auto 1fr;
	}

	.aks-assistance-price {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 420px;
		justify-self: center;
	}

	.aks-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {

	.aks-article-layout {
		grid-template-columns: 1fr;
	}

	.aks-post-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aks-sidebar-assistance {
		grid-column: 1 / -1;
	}

	.aks-verification-layout {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.aks-container {
		width: min(calc(100% - 20px), var(--aks-container));
	}

	.aks-post-hero {
		padding: 27px 0 23px;
	}

	.aks-post-hero h1 {
		font-size: 29px;
	}

	.aks-post-summary {
		font-size: 9.6px;
	}

	.aks-post-meta {
		gap: 6px;
	}

	.aks-post-meta > span {
		min-height: 26px;
		padding: 0 7px;
		font-size: 6.4px;
	}

	.aks-post-hero-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.aks-read-button,
	.aks-form-help-button,
	.aks-whatsapp-button {
		width: 100%;
		padding: 0 8px;
		font-size: 7.4px;
	}

	.aks-notice-section {
		padding-top: 11px;
	}

	.aks-important-notice {
		padding: 11px;
	}

	.aks-article-section {
		padding: 30px 0 38px;
	}

	.aks-content-head {
		padding: 18px 16px 14px;
	}

	.aks-content-head h2 {
		font-size: 19px;
	}

	.aks-entry-content {
		padding: 17px 16px;
		font-size: 14px;
	}

	.aks-entry-content p {
		font-size: 14px;
	}

	.aks-entry-content h2 {
		font-size: 21px;
	}

	.aks-entry-content h3 {
		font-size: 17px;
	}

	.aks-entry-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 12px;
	}

	.aks-post-sidebar {
		grid-template-columns: 1fr;
	}

	.aks-sidebar-assistance {
		grid-column: auto;
	}

	.aks-form-assistance-section {
		padding-bottom: 42px;
	}

	.aks-form-assistance-card {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px 18px;
	}

	.aks-assistance-icon {
		width: 64px;
		height: 64px;
	}

	.aks-assistance-icon svg {
		width: 42px;
		height: 42px;
	}

	.aks-assistance-price {
		grid-column: auto;
		max-width: none;
	}

	.aks-verification-section {
		padding-bottom: 42px;
	}

	.aks-verification-layout {
		padding: 18px;
	}

	.aks-verification-main h2 {
		font-size: 21px;
	}

	.aks-verification-points {
		grid-template-columns: 1fr;
	}

	.aks-related-section {
		padding: 40px 0 44px;
	}

	.aks-related-head h2 {
		font-size: 22px;
	}

	.aks-related-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.aks-related-card > a {
		padding: 11px;
	}

	.aks-related-card h3 {
		font-size: 8.8px;
	}

	.aks-post-navigation {
		grid-template-columns: 1fr;
	}

	.aks-nav-next {
		text-align: left;
	}

	.aks-form-dialog {
		padding: 20px 15px;
		border-radius: 16px;
	}
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

	.aks-container {
		width: min(calc(100% - 16px), var(--aks-container));
	}

	.aks-post-hero h1 {
		font-size: 26px;
	}

	.aks-post-hero-actions {
		grid-template-columns: 1fr;
	}

	.aks-related-grid {
		grid-template-columns: 1fr;
	}

	.aks-form-modal-actions {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.aki-single-page a:focus-visible,
.aki-single-page button:focus-visible {
	outline: 2px solid var(--aks-blue);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

	.aki-single-page *,
	.aki-single-page *::before,
	.aki-single-page *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* =========================================================
   SINGLE POST JS EFFECT SUPPORT
   ========================================================= */

.aks-reveal {
	opacity: 0;
	transform: translateY(22px) scale(0.985);
	transition:
		opacity 0.58s ease var(--aks-delay, 0ms),
		transform 0.58s cubic-bezier(0.2, 0.7, 0.2, 1) var(--aks-delay, 0ms);
}

.aks-reveal.aks-reveal-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.aks-pop {
	opacity: 0;
	transform: scale(0.72) rotate(-6deg);
}

.aks-pop.aks-pop-visible {
	opacity: 1;
	transform: scale(1) rotate(0);
	transition:
		opacity 0.45s ease,
		transform 0.55s cubic-bezier(0.2, 0.9, 0.3, 1.25);
}

.aks-ripple {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	border-radius: 50%;
	background: rgba(255,255,255,0.35);
	transform: scale(0);
	animation: aksRipple 0.65s ease-out;
}

@keyframes aksRipple {
	to {
		transform: scale(2.8);
		opacity: 0;
	}
}

.aks-read-button,
.aks-form-help-button,
.aks-whatsapp-button,
.aks-category-button,
.aks-side-help-button,
.aks-sidebar-whatsapp,
.aks-sidebar-call,
.aks-assistance-main-button,
.aks-modal-whatsapp,
.aks-modal-call {
	position: relative;
	overflow: hidden;
}

.aks-related-animate {
	animation: aksRelatedIn 0.48s ease both;
	animation-delay: var(--aks-card-delay, 0ms);
}

@keyframes aksRelatedIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.aks-form-modal.is-open .aks-form-dialog {
	animation: aksModalIn 0.28s ease both;
}

@keyframes aksModalIn {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.aks-modal-open {
	overflow: hidden;
}

.aks-table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 18px 0;
}

.aks-table-scroll table {
	margin: 0;
	min-width: 620px;
}

@media (prefers-reduced-motion: reduce) {

	.aks-reveal,
	.aks-pop,
	.aks-related-animate,
	.aks-form-modal.is-open .aks-form-dialog {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
}