/*
Theme Name: Bellum Report Theme
Theme URI: https://bellumreport.local/
Author: Ali Salar Bhatti
Author URI: https://bellumreport.local/
Description: A production-ready editorial WordPress theme for high-end content writing, civil service exam preparation, solved papers, and government document archives.
Version: 1.0.13
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Copyright: Copyright (c) 2026 @alisalarbhatti
Text Domain: bellum-report
Tags: blog, education, news, grid-layout, custom-menu, featured-images, threaded-comments
*/

:root {
	--ink: #1a202c;
	--muted: #5f6b7a;
	--line: #dbe3ec;
	--paper: #ffffff;
	--wash: #f7fafc;
	--blue: #1a365d;
	--teal: #0f766e;
	--gold: #b45309;
	--shadow: 0 18px 55px rgba(26, 32, 44, 0.09);
	--radius: 8px;
	--max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--wash);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--teal);
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

html,
body,
body * {
	-webkit-touch-callout: none !important;
	-webkit-user-drag: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
}

input,
textarea,
select,
input *,
textarea *,
select * {
	-webkit-user-select: text !important;
	user-select: text !important;
}

img,
a {
	-webkit-user-drag: none !important;
	user-drag: none !important;
}

@media print {
	html,
	body {
		background: #ffffff !important;
	}

	body * {
		display: none !important;
		visibility: hidden !important;
	}

	body::before {
		content: "Printing is disabled for Bellum Report content.";
		position: fixed;
		inset: 0;
		display: grid !important;
		place-items: center;
		visibility: visible !important;
		padding: 40px;
		background: #ffffff;
		color: #1a202c;
		font: 700 20px/1.4 Arial, sans-serif;
		text-align: center;
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 9990;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line);
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
	backdrop-filter: blur(16px);
	overflow: visible;
}

.site-header__inner,
.site-footer__inner,
.hero-intro,
.content-section,
.archive-hero,
.blog-layout,
.archive-grid,
.repository-grid,
.document-dashboard,
.single-article,
.comments-area,
.contact-page,
.pagination-wrap {
	width: min(var(--max), calc(100% - 32px));
	margin-inline: auto;
}

.site-header__inner {
	position: relative;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-branding {
	display: grid;
	gap: 0;
}

.custom-logo {
	max-height: 44px;
	width: auto;
}

.site-title {
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.1;
}

.site-description {
	margin: 2px 0 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.3;
}

.primary-navigation ul,
.policy-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 6px;
	color: var(--ink);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	background: var(--blue);
	color: #fff;
}

.nav-toggle {
	display: none;
	position: relative;
	z-index: 10001;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
	touch-action: manipulation;
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--ink);
}

.hero-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 28px;
	padding: 72px 0 48px;
	align-items: end;
}

.hero-intro__copy h1,
.archive-hero h1,
.single-header h1,
.contact-page h1 {
	margin: 0;
	color: var(--ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.35rem, 7vw, 5.5rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.hero-intro__copy p:last-child {
	max-width: 760px;
	color: var(--muted);
	font-size: 1.14rem;
}

.eyebrow,
.archive-hero > p,
.section-heading p {
	margin: 0 0 10px;
	color: var(--gold);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-intro__features {
	display: grid;
	gap: 10px;
}

.hero-intro__features div {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: var(--shadow);
}

.hero-intro__features strong {
	display: block;
	color: var(--blue);
	font-size: 1.4rem;
	line-height: 1.2;
}

.hero-intro__features span {
	color: var(--muted);
	font-size: 0.94rem;
}

.content-section {
	padding: 48px 0;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	border-bottom: 1px solid var(--line);
	padding-bottom: 16px;
}

.section-heading h2,
.repo-panel h2,
.sidebar-block h2 {
	margin: 0;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.6rem, 3vw, 2.45rem);
	line-height: 1.08;
}

.section-grid {
	display: grid;
	gap: 18px;
}

.section-grid--feature {
	grid-template-columns: 1.2fr repeat(2, 1fr);
}

.section-grid--split,
.section-grid--minimal,
.archive-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-grid--text {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-grid--list {
	grid-template-columns: 1fr;
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
	opacity: 1;
	transform: translateY(0);
	transition: transform 220ms ease, box-shadow 220ms ease, opacity 280ms ease;
}

.post-card.is-visible,
.repo-panel.is-visible,
.sidebar-block.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.post-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow);
}

.post-card__media {
	display: grid;
	min-height: 178px;
	aspect-ratio: 16 / 10;
	place-items: center;
	background: linear-gradient(135deg, var(--blue), var(--teal));
	color: #fff;
	font-weight: 900;
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__placeholder {
	max-width: 86%;
	text-align: center;
	font-size: 1.08rem;
	line-height: 1.25;
}

.post-card__body {
	padding: 18px;
}

.post-card h3 {
	margin: 9px 0 8px;
	font-size: 1.12rem;
	line-height: 1.28;
}

.post-card p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 0.93rem;
}

.post-card time,
.repo-item time,
.single-meta {
	color: var(--muted);
	font-size: 0.83rem;
	font-weight: 700;
}

.category-badge,
.single-taxonomy a,
.tag-links a {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(180, 83, 9, 0.11);
	color: var(--gold);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.post-card--feature:first-child {
	grid-row: span 2;
}

.post-card--feature:first-child .post-card__media {
	min-height: 380px;
}

.post-card--text .post-card__media,
.post-card--list .post-card__media {
	display: none;
}

.post-card--list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
	gap: 28px;
	padding: 34px 0 64px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.blog-sidebar {
	display: grid;
	align-content: start;
	gap: 18px;
}

.sidebar-block {
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	opacity: 1;
	transform: translateY(0);
}

.category-list,
.recent-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.category-list li,
.recent-list li {
	border-top: 1px solid var(--line);
}

.category-list a,
.recent-list a {
	display: block;
	padding: 10px 0;
	color: var(--ink);
	font-weight: 750;
}

.archive-hero {
	padding: 56px 0 24px;
}

.archive-description {
	max-width: 760px;
	color: var(--muted);
}

.archive-grid,
.repository-grid,
.document-dashboard {
	display: grid;
	gap: 18px;
	padding: 28px 0 64px;
}

.repository-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.document-dashboard {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repo-panel {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
	opacity: 1;
	transform: translateY(0);
}

.repo-panel__head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px;
	border-bottom: 1px solid var(--line);
}

.repo-panel__head h2 {
	font-size: 1.22rem;
}

.repo-panel__head a {
	color: var(--teal);
	font-size: 0.82rem;
	font-weight: 900;
	white-space: nowrap;
}

.repo-list {
	display: grid;
}

.repo-item {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--line);
}

.repo-item:last-child {
	border-bottom: 0;
}

.repo-item h3 {
	margin: 8px 0 0;
	font-size: 1rem;
	line-height: 1.35;
}

.single-article {
	max-width: 860px;
	padding: 52px 0 24px;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--muted);
	font-size: 0.84rem;
	font-weight: 800;
}

.single-header h1 {
	margin-top: 14px;
	font-size: clamp(2.2rem, 6vw, 4.6rem);
}

.single-meta {
	display: flex;
	gap: 14px;
	margin-top: 14px;
}

.single-featured {
	margin: 28px 0;
	overflow: hidden;
	border-radius: var(--radius);
}

.single-featured img {
	width: 100%;
}

.entry-content {
	color: #253044;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.12rem;
	line-height: 1.9;
}

.entry-content h2,
.entry-content h3 {
	color: var(--blue);
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
	line-height: 1.2;
}

.entry-content a {
	color: var(--teal);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.single-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.comments-area {
	max-width: 860px;
	margin-bottom: 72px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
}

.comments-title,
.comment-reply-title {
	margin-top: 0;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
}

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

.comment-body {
	margin-bottom: 16px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--wash);
}

.comment-form {
	display: grid;
	gap: 14px;
}

.comment-form label,
.contact-card label {
	display: block;
	margin-bottom: 6px;
	color: var(--ink);
	font-size: 0.84rem;
	font-weight: 900;
	text-transform: uppercase;
}

.comment-form input,
.comment-form textarea,
.contact-card input,
.contact-card textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 12px 14px;
	background: #fff;
	color: var(--ink);
	font: inherit;
}

.comment-form input:focus,
.comment-form textarea:focus,
.contact-card input:focus,
.contact-card textarea:focus {
	outline: 2px solid rgba(15, 118, 110, 0.25);
	border-color: var(--teal);
}

.form-submit input,
.contact-card button,
.search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	padding: 0 18px;
	background: var(--blue);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.form-submit input:hover,
.contact-card button:hover {
	background: var(--teal);
}

.contact-page {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: 34px;
	padding: 60px 0 76px;
}

.contact-card {
	display: grid;
	gap: 14px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: var(--shadow);
}

.form-notice {
	margin: 18px 0;
	padding: 12px 14px;
	border-radius: 6px;
	font-weight: 800;
}

.form-notice--success {
	background: rgba(15, 118, 110, 0.1);
	color: var(--teal);
}

.form-notice--error {
	background: rgba(180, 83, 9, 0.12);
	color: var(--gold);
}

.pagination-wrap {
	padding-bottom: 56px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: var(--paper);
	font-weight: 900;
}

.page-numbers.current {
	background: var(--blue);
	color: #fff;
}

.empty-state {
	padding: 18px;
	border: 1px dashed var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	color: var(--muted);
}

.site-footer {
	background: var(--ink);
	color: #fff;
}

.site-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 34px 0 18px;
}

.site-footer .site-title,
.site-footer a {
	color: #fff;
}

.footer-brand p {
	max-width: 520px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

.policy-menu {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.policy-menu a {
	display: inline-flex;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	font-size: 0.84rem;
	font-weight: 800;
}

.copyright {
	margin: 0;
	padding: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	text-align: center;
	color: #fff;
	font-weight: 900;
}

@media (max-width: 1100px) {
	.blog-grid,
	.archive-grid,
	.section-grid--split,
	.section-grid--minimal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.document-dashboard,
	.section-grid--text {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.nav-toggle {
		display: block;
	}

	.primary-navigation {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		z-index: 10000;
		display: block;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		padding: 12px;
		border: 1px solid var(--line);
		border-radius: var(--radius);
		background: #fff;
		box-shadow: var(--shadow);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.primary-navigation.is-open,
	body.nav-open .primary-navigation {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-navigation ul {
		display: grid;
		align-items: stretch;
	}

	.primary-navigation a {
		width: 100%;
		min-height: 46px;
		justify-content: flex-start;
	}

	.hero-intro,
	.blog-layout,
	.contact-page,
	.site-footer__inner {
		grid-template-columns: 1fr;
		display: grid;
	}

	.section-grid--feature,
	.repository-grid,
	.document-dashboard {
		grid-template-columns: 1fr;
	}

	.section-heading {
		display: grid;
	}

	.policy-menu {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.site-header__inner,
	.site-footer__inner,
	.hero-intro,
	.content-section,
	.archive-hero,
	.blog-layout,
	.archive-grid,
	.repository-grid,
	.document-dashboard,
	.single-article,
	.comments-area,
	.contact-page,
	.pagination-wrap {
		width: min(100% - 22px, var(--max));
	}

	.blog-grid,
	.archive-grid,
	.section-grid--split,
	.section-grid--minimal,
	.section-grid--text {
		grid-template-columns: 1fr;
	}

	.hero-intro {
		padding-top: 44px;
	}

	.repo-item,
	.repo-panel__head,
	.single-meta {
		display: grid;
	}

	.comments-area {
		padding: 18px;
	}
}

.book-hero,
.book-section,
.book-split,
.book-highlight,
.book-editor-section {
	width: min(var(--max), calc(100% - 32px));
	margin-inline: auto;
}

.book-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	gap: 42px;
	align-items: center;
	padding: 76px 0 48px;
}

.book-hero__copy h1 {
	margin: 0;
	max-width: 760px;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 8vw, 6.6rem);
	line-height: 0.92;
	letter-spacing: 0;
}

.book-hero__copy h2 {
	margin: 18px 0 0;
	max-width: 760px;
	color: var(--ink);
	font-size: clamp(1.28rem, 3vw, 2rem);
	line-height: 1.18;
}

.book-hero__copy p {
	max-width: 760px;
	color: var(--muted);
	font-size: 1.08rem;
}

.book-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.book-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 6px;
	padding: 0 18px;
	font-weight: 900;
	text-decoration: none;
}

.book-button--primary,
.book-button--light {
	background: var(--blue);
	color: #fff;
	box-shadow: 0 12px 28px rgba(26, 54, 93, 0.22);
}

.book-button--secondary {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--blue);
}

.book-button--light {
	background: #fff;
	color: var(--blue);
}

.book-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.book-proof span,
.book-info-card span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border: 1px solid rgba(180, 83, 9, 0.25);
	border-radius: 999px;
	padding: 0 12px;
	background: rgba(180, 83, 9, 0.1);
	color: var(--gold);
	font-size: 0.8rem;
	font-weight: 900;
}

.book-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 560px;
}

.book-cover-img {
	width: min(420px, 92%);
	border-radius: 12px;
	box-shadow: 0 30px 80px rgba(26, 32, 44, 0.22);
}

.book-cover-mock {
	width: min(420px, 92%);
	aspect-ratio: 0.68;
	display: grid;
	align-content: space-between;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 12px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
		linear-gradient(145deg, #061a33, #1a365d 58%, #0f766e);
	color: #fff;
	box-shadow: 0 30px 80px rgba(26, 32, 44, 0.28);
}

.book-cover-mock span,
.book-cover-mock small {
	font-weight: 800;
	text-transform: uppercase;
}

.book-cover-mock strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 6vw, 4.2rem);
	line-height: 0.95;
}

.book-cover-mock em {
	font-style: normal;
	font-size: 1.1rem;
	font-weight: 800;
}

.book-price-card {
	position: absolute;
	right: 0;
	bottom: 34px;
	max-width: 260px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--shadow);
}

.book-price-card strong,
.book-price-card span {
	display: block;
}

.book-price-card strong {
	color: var(--blue);
	font-size: 1.05rem;
}

.book-price-card span {
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.9rem;
}

.book-editor-section {
	padding: 22px 0 12px;
}

.book-editor-section .entry-content {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
}

.book-section {
	padding: 56px 0 24px;
}

.book-chapter-grid,
.book-feature-grid,
.book-faq-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.book-feature-grid,
.book-faq-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.book-info-card,
.book-feature-card,
.book-faq-grid article {
	min-height: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 20px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
}

.book-info-card p,
.book-feature-card p,
.book-faq-grid p {
	margin-bottom: 0;
	color: var(--muted);
}

.book-feature-card h3,
.book-faq-grid h3 {
	margin-top: 0;
	color: var(--blue);
}

.book-split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 28px;
	align-items: center;
	padding-top: 56px;
	padding-bottom: 56px;
}

.book-split h2,
.book-highlight h2 {
	margin-top: 0;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.05;
}

.book-check-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.book-check-list li {
	position: relative;
	padding: 16px 18px 16px 46px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
	font-weight: 800;
}

.book-check-list li::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 23px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--teal);
	box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.14);
}

.book-highlight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 36px;
	margin-bottom: 36px;
	border-radius: var(--radius);
	padding: 32px;
	background: linear-gradient(135deg, #1a202c, #1a365d);
	color: #fff;
}

.book-highlight .eyebrow,
.book-highlight h2,
.book-highlight p {
	color: #fff;
}

.book-highlight p {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 980px) {
	.book-hero,
	.book-split,
	.book-highlight {
		grid-template-columns: 1fr;
		display: grid;
	}

	.book-chapter-grid,
	.book-feature-grid,
	.book-faq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.book-hero,
	.book-section,
	.book-split,
	.book-highlight,
	.book-editor-section {
		width: min(100% - 22px, var(--max));
	}

	.book-hero {
		padding-top: 44px;
	}

	.book-hero__visual {
		min-height: auto;
	}

	.book-price-card {
		position: static;
		margin-top: -22px;
		width: min(360px, 88%);
	}

	.book-chapter-grid,
	.book-feature-grid,
	.book-faq-grid {
		grid-template-columns: 1fr;
	}

	.book-highlight {
		padding: 22px;
	}
}

.sales-page {
	background:
		linear-gradient(180deg, #ffffff 0, #ffffff 360px, #f7fafc 360px, #f7fafc 100%);
	overflow: hidden;
}

.sales-hero,
.sales-promise-strip,
.sales-section,
.sales-split,
.sales-cta-band,
.sales-editor-section {
	width: min(var(--max), calc(100% - 32px));
	margin-inline: auto;
}

.sales-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
	gap: 46px;
	align-items: center;
	padding: 68px 0 42px;
}

.sales-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 0 18px;
	border: 1px solid rgba(180, 83, 9, 0.26);
	border-radius: 999px;
	padding: 0 13px;
	background: rgba(180, 83, 9, 0.1);
	color: var(--gold);
	font-size: 0.79rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.sales-hero h1 {
	margin: 0;
	max-width: 790px;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 5.3rem;
	line-height: 0.96;
	letter-spacing: 0;
}

.sales-subtitle {
	margin: 20px 0 0;
	max-width: 760px;
	color: #0f766e;
	font-size: 1.48rem;
	font-weight: 900;
	line-height: 1.25;
}

.sales-lead {
	max-width: 760px;
	color: var(--muted);
	font-size: 1.08rem;
}

.sales-actions,
.sales-mini-actions,
.sales-cta-band__actions,
.sales-post-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sales-actions {
	margin-top: 24px;
}

.sales-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid transparent;
	border-radius: 7px;
	padding: 0 18px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.entry-content .sales-btn,
.single-content .sales-btn,
.sales-post-cta a.sales-btn,
.sales-page a.sales-btn {
	border-bottom: 0 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.sales-btn:hover,
.sales-btn:focus {
	color: #ffffff;
	transform: translateY(-1px);
}

.sales-btn--gold {
	border-color: #f0b800;
	background: #ffd814;
	color: #111827 !important;
	box-shadow: 0 14px 28px rgba(255, 216, 20, 0.28);
}

.sales-btn--gold:hover,
.sales-btn--gold:focus {
	background: #f7ca00;
	color: #111827 !important;
}

.sales-btn--dark {
	background: #232f3e;
	color: #ffffff !important;
	box-shadow: 0 14px 28px rgba(35, 47, 62, 0.26);
}

.sales-btn--whatsapp {
	background: #075e54;
	color: #ffffff !important;
	box-shadow: 0 14px 28px rgba(7, 94, 84, 0.24);
}

.sales-btn--light {
	border-color: rgba(255, 255, 255, 0.38);
	background: #ffffff;
	color: #1a365d;
}

.sales-btn--light:hover,
.sales-btn--light:focus {
	color: #1a365d;
}

.sales-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.sales-trust-row span {
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 7px 11px;
	background: #ffffff;
	color: #334155;
	font-size: 0.84rem;
	font-weight: 850;
}

.sales-hero__visual {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 18px;
	min-height: 600px;
	padding: 20px 0;
}

.sales-cover-link {
	display: block;
	width: min(380px, 100%);
	color: inherit;
	text-decoration: none;
	perspective: 1400px;
}

.sales-cover-figure {
	margin: 0;
}

.sales-cover-img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(26, 32, 44, 0.24);
	transform: rotate(-2deg);
}

.sales-cover-caption {
	margin-top: 14px;
	color: var(--muted);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

.sales-cover-mock {
	position: relative;
	display: grid;
	align-content: space-between;
	width: 100%;
	aspect-ratio: 0.66;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	padding: 34px 34px 30px 44px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.1) 12%, rgba(255, 255, 255, 0) 13%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
		linear-gradient(140deg, #071425 0, #1a365d 48%, #0f766e 100%);
	color: #ffffff;
	box-shadow: 0 34px 90px rgba(26, 32, 44, 0.28);
	transform: rotate(-2deg);
}

.sales-cover-mock::after {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	pointer-events: none;
}

.sales-cover-mock span,
.sales-cover-mock small {
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.sales-cover-mock strong {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 280px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.25rem;
	line-height: 0.96;
	letter-spacing: 0;
}

.sales-cover-mock em {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 260px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.25;
}

.sales-buy-panel {
	width: min(390px, 100%);
	border: 1px solid rgba(26, 54, 93, 0.12);
	border-radius: 8px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 60px rgba(26, 32, 44, 0.12);
}

.sales-buy-panel p,
.sales-buy-panel strong,
.sales-buy-panel span {
	display: block;
}

.sales-buy-panel p {
	margin: 0 0 4px;
	color: var(--gold);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sales-buy-panel strong {
	color: var(--blue);
	font-size: 1.1rem;
	line-height: 1.3;
}

.sales-buy-panel span {
	margin-top: 7px;
	color: var(--muted);
	font-size: 0.92rem;
}

.sales-mini-actions {
	margin-top: 14px;
}

.sales-mini-actions a {
	border-radius: 6px;
	padding: 8px 11px;
	background: #eef6f5;
	color: #0f766e;
	font-size: 0.86rem;
	font-weight: 900;
}

.sales-promise-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 12px 0 28px;
}

.sales-promise-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-height: 100%;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 16px;
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(26, 32, 44, 0.06);
}

.sales-promise-item span {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin-top: 8px;
	border-radius: 50%;
	background: #0f766e;
	box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.12);
}

.sales-promise-item p {
	margin: 0;
	color: var(--ink);
	font-weight: 850;
	line-height: 1.45;
}

.sales-editor-section {
	padding: 18px 0 8px;
}

.sales-editor-section .entry-content {
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 24px;
	background: #ffffff;
	box-shadow: 0 10px 35px rgba(26, 32, 44, 0.06);
}

.sales-section {
	padding: 64px 0 10px;
}

.sales-section__heading {
	max-width: 820px;
	margin-bottom: 24px;
}

.sales-section__heading p {
	margin: 0 0 8px;
	color: var(--gold);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sales-section__heading h2,
.sales-split h2,
.sales-cta-band h2 {
	margin: 0;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.15rem;
	line-height: 1.04;
	letter-spacing: 0;
}

.sales-section__heading span,
.sales-split p,
.sales-cta-band p {
	display: block;
	margin-top: 14px;
	color: var(--muted);
	font-size: 1.04rem;
}

.sales-topic-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.sales-topic-card,
.sales-detail-card,
.sales-faq-grid article,
.sales-check-panel {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 38px rgba(26, 32, 44, 0.06);
}

.sales-topic-card {
	min-height: 210px;
	padding: 20px;
}

.sales-topic-card h3,
.sales-faq-grid h3,
.sales-check-panel h3 {
	margin: 0;
	color: var(--blue);
	font-size: 1.02rem;
	line-height: 1.25;
}

.sales-topic-card p,
.sales-faq-grid p {
	margin: 11px 0 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.sales-split {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: 26px;
	align-items: stretch;
	padding: 66px 0 18px;
}

.sales-split__copy {
	align-self: center;
}

.sales-split__copy .sales-btn {
	margin-top: 24px;
}

.sales-check-panel {
	padding: 26px;
}

.sales-check-panel ul {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.sales-check-panel li {
	position: relative;
	padding: 13px 14px 13px 40px;
	border-radius: 7px;
	background: #f7fafc;
	color: var(--ink);
	font-weight: 820;
	line-height: 1.45;
}

.sales-check-panel li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b45309;
	box-shadow: 0 0 0 5px rgba(180, 83, 9, 0.12);
}

.sales-detail-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.sales-detail-card {
	padding: 16px;
}

.sales-detail-card span {
	display: block;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sales-detail-card strong {
	display: block;
	margin-top: 6px;
	color: var(--ink);
	font-size: 0.96rem;
	line-height: 1.25;
}

.sales-cta-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	margin-top: 58px;
	border-radius: 8px;
	padding: 32px;
	background:
		linear-gradient(135deg, rgba(180, 83, 9, 0.16), rgba(15, 118, 110, 0.1)),
		linear-gradient(135deg, #101827, #1a365d);
	color: #ffffff;
	box-shadow: 0 24px 60px rgba(26, 32, 44, 0.2);
}

.sales-cta-band .sales-kicker,
.sales-cta-band h2,
.sales-cta-band p {
	color: #ffffff;
}

.sales-cta-band .sales-kicker {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.12);
}

.sales-cta-band p {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.78);
}

.sales-cta-band__actions {
	justify-content: flex-end;
	max-width: 390px;
}

.sales-faq-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.sales-faq-grid article {
	padding: 20px;
}

.sales-post-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	margin: 36px 0;
	border: 1px solid rgba(26, 54, 93, 0.15);
	border-radius: 8px;
	padding: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 252, 0.96)),
		linear-gradient(135deg, rgba(180, 83, 9, 0.14), rgba(15, 118, 110, 0.12));
	box-shadow: 0 16px 45px rgba(26, 32, 44, 0.08);
}

.sales-post-cta__copy {
	min-width: 0;
}

.sales-post-cta__copy span {
	color: var(--gold);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sales-post-cta__copy h2 {
	margin: 5px 0 6px;
	color: var(--blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.75rem;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.sales-post-cta__copy p {
	margin: 0;
	color: var(--muted);
	max-width: 820px;
}

.sales-post-cta__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 10px;
	width: 100%;
	justify-content: stretch;
}

.sales-post-cta__actions .sales-btn {
	width: 100%;
	min-width: 0;
	padding-inline: 14px;
	white-space: normal;
}

.contact-whatsapp {
	margin-top: 18px;
}

@media (max-width: 1080px) {
	.sales-hero h1 {
		font-size: 4.2rem;
	}

	.sales-topic-grid,
	.sales-faq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sales-promise-strip,
	.sales-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sales-cta-band,
	.sales-post-cta {
		grid-template-columns: 1fr;
	}

	.sales-cta-band__actions,
	.sales-post-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 860px) {
	.sales-hero,
	.sales-split {
		grid-template-columns: 1fr;
	}

	.sales-hero {
		padding-top: 44px;
	}

	.sales-hero__visual {
		min-height: auto;
	}
}

@media (max-width: 560px) {
	.sales-hero,
	.sales-promise-strip,
	.sales-section,
	.sales-split,
	.sales-cta-band,
	.sales-editor-section {
		width: min(100% - 22px, var(--max));
	}

	.sales-hero h1 {
		font-size: 3.08rem;
	}

	.sales-subtitle {
		font-size: 1.18rem;
	}

	.sales-section__heading h2,
	.sales-split h2,
	.sales-cta-band h2 {
		font-size: 2.25rem;
	}

	.sales-topic-grid,
	.sales-faq-grid,
	.sales-promise-strip,
	.sales-detail-grid {
		grid-template-columns: 1fr;
	}

	.sales-cover-mock strong {
		font-size: 2.55rem;
	}

	.sales-cta-band,
	.sales-post-cta,
	.sales-check-panel,
	.sales-editor-section .entry-content {
		padding: 20px;
	}

	.sales-btn {
		width: 100%;
	}
}
