/* ==========================================================================
   EDMO — eBook Landing Page
   All rules scoped under .edmo-ebook so nothing leaks into the live theme.
   ========================================================================== */

.edmo-ebook,
.edmo-ebook *,
.edmo-ebook *::before,
.edmo-ebook *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Sora', sans-serif;
}

.edmo-ebook {
	background: #fff;
	color: #1a1a2e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ── HERO ───────────────────────────────────────────────────────────────── */
.edmo-ebook .eb-hero {
	background: #582C7C;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 60px 80px;
	max-width: 2000px;
	margin: 0 auto;
	gap: 60px;
}

.edmo-ebook .eb-hero-left {
	flex: 1;
	max-width: 700px;
	padding-top: 10px;
}

.edmo-ebook .eb-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #f5e14a;
	color: #1a1a2e;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 6px 14px;
	margin-bottom: 28px;
}

.edmo-ebook .eb-badge::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #e8c900;
	border-radius: 50%;
}

.edmo-ebook .eb-hero-title {
	font-size: 60px;
	font-weight: 700;
	text-align: left;
	line-height: 1.08;
	color: #fff;
	margin-bottom: 0;
}

.edmo-ebook .eb-hero-title .eb-accent {
	color: #f5e14a;
	font-style: italic;
}

.edmo-ebook .eb-hero-desc {
	font-size: 17px;
	line-height: 1.7;
	color: #fff;
	margin: 24px 0 15px;
	max-width: 650px;
}

.edmo-ebook .eb-checklist {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 40px -8px;
	padding-left: 0;
}

.edmo-ebook .eb-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
}

.edmo-ebook .eb-checklist li .eb-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: #5b21b6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.edmo-ebook .eb-checklist li .eb-icon svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: #fff;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ── CTA BUTTONS ────────────────────────────────────────────────────────── */
.edmo-ebook .eb-btn-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 5px;
	gap: 10px;
	background: #f5e14a;
	color: #5c2d7c;
	font-size: 15px;
	font-weight: 600;
	padding: 16px 30px;
	border-radius: 8px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.edmo-ebook .eb-btn-download:hover,
.edmo-ebook .eb-btn-download:focus-visible {
	background: #ffffff;
	color: #5c2d7c;
}

.edmo-ebook .eb-btn-download svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ── BOOK MOCKUP ────────────────────────────────────────────────────────── */
.edmo-ebook .eb-hero-right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 250px;
	max-width: 600px;
	margin-bottom: 70px;
}

.edmo-ebook .eb-book-card {
	width: 560px;
	height: 320px;
	border-radius: 20px;
	display: flex;
	overflow: hidden;
	box-shadow: 20px 30px 60px rgba(80, 40, 140, 0.18), 0 6px 20px rgba(0, 0, 0, 0.10);
	border: 4px solid #e8b800;
	transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
}

.edmo-ebook .eb-book-left {
	flex: 1;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 16px;
	position: relative;
	overflow: hidden;
}

.edmo-ebook .eb-book-right {
	width: 210px;
	background: #582C7C;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 22px 24px;
	flex-shrink: 0;
}

.edmo-ebook .eb-book-right h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}

.edmo-ebook .eb-book-right h3 .eb-book-accent {
	color: #f5e14a;
}

.edmo-ebook .eb-book-brand {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
}

/* ── STATS BAR ──────────────────────────────────────────────────────────── */
.edmo-ebook .eb-stats-bar {
	background: #fff;
	max-width: 1100px;
	margin: -60px auto 40px;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 10;
}

.edmo-ebook .eb-stat-item {
	flex: 1;
	text-align: center;
	position: relative;
}

.edmo-ebook .eb-stat-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 1px;
	background: #e0e0e0;
}

.edmo-ebook .eb-stat-number {
	font-size: 32px;
	font-weight: 500;
	color: #7c4dff;
	margin-bottom: 5px;
}

.edmo-ebook .eb-stat-label {
	font-size: 13px;
	color: #333;
	line-height: 1.4;
	font-weight: 400;
	max-width: 140px;
	margin: 0 auto;
}

/* ── WHY AI ─────────────────────────────────────────────────────────────── */
.edmo-ebook .eb-why {
	max-width: 1000px;
	margin: 70px auto;
	padding: 0 80px;
	text-align: left;
}

.edmo-ebook .eb-why h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a2e;
	line-height: 1.15;
	margin-bottom: 20px;
}

.edmo-ebook .eb-why-body p {
	font-size: 18px;
	line-height: 1.75;
	color: #444;
}

/* ── WHAT'S INSIDE ──────────────────────────────────────────────────────── */
.edmo-ebook .eb-inside {
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 0 80px;
}

.edmo-ebook .eb-inside h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 18px;
}

.edmo-ebook .eb-inside p {
	font-size: 18px;
	line-height: 1.75;
	color: #444;
	margin-bottom: 28px;
}

.edmo-ebook .eb-feature-list {
	list-style: disc;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.edmo-ebook .eb-feature-list li {
	font-size: 16px;
	line-height: 1.6;
	color: #444;
}

.edmo-ebook .eb-feature-list li strong {
	font-weight: 700;
}

/* ── FINAL CTA ──────────────────────────────────────────────────────────── */
.edmo-ebook .eb-final-cta {
	text-align: center;
	padding: 5px 8px 60px;
}

.edmo-ebook .eb-btn-download-lg {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #6610ad;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 20px 40px;
	border-radius: 8px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
}

.edmo-ebook .eb-btn-download-lg:hover,
.edmo-ebook .eb-btn-download-lg:focus-visible {
	background: #4d0b83;
}

.edmo-ebook .eb-btn-download-lg svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ── MODAL ──────────────────────────────────────────────────────────────── */
.edmo-ebook .eb-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.edmo-ebook .eb-modal-overlay.is-open {
	display: block;
}

.edmo-ebook .eb-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #f7f9fb;
	padding: 40px;
	border-radius: 24px;
	width: 90%;
	max-width: 450px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.edmo-ebook .eb-close-btn {
	float: right;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #64748b;
	background: none;
	border: none;
	margin-top: -20px;
	margin-right: -10px;
}

.edmo-ebook .eb-form-emoji {
	background: #f3ebff;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.edmo-ebook .eb-form-card h2 {
	font-size: 28px;
	color: #1e293b;
	margin-bottom: 10px;
}

.edmo-ebook .eb-form-card > p {
	font-size: 15px;
	color: #64748b;
	margin-bottom: 25px;
	line-height: 1.4;
}

/* ── FORMINATOR OVERRIDES ───────────────────────────────────────────────────
   Forminator ships its own design set, so these need !important to win.
   Scoped to .eb-forminator so other forms on the site are untouched.
   -------------------------------------------------------------------------- */

.edmo-ebook .eb-forminator .forminator-row {
	margin-bottom: 20px !important;
}

.edmo-ebook .eb-forminator .forminator-row:last-of-type {
	margin-bottom: 0 !important;
}

.edmo-ebook .eb-forminator .forminator-label {
	display: block !important;
	font-family: 'Sora', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #64748b !important;
	margin-bottom: 8px !important;
	margin-left: 5px !important;
	text-transform: none !important;
}

.edmo-ebook .eb-forminator .forminator-label .forminator-required {
	color: #a855f7 !important;
}

.edmo-ebook .eb-forminator input.forminator-input,
.edmo-ebook .eb-forminator textarea.forminator-textarea,
.edmo-ebook .eb-forminator .forminator-input {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 14px 20px !important;
	border: none !important;
	border-radius: 50px !important;
	background: #eef1f6 !important;
	box-shadow: inset 3px 3px 6px #d1d9e6, inset -3px -3px 6px #ffffff !important;
	outline: none !important;
	font-family: 'Sora', sans-serif !important;
	font-size: 15px !important;
	color: #1e293b !important;
	transition: box-shadow 0.2s !important;
}

.edmo-ebook .eb-forminator input.forminator-input:focus {
	box-shadow: inset 3px 3px 6px #d1d9e6, inset -3px -3px 6px #ffffff, 0 0 0 2px #c9a3e0 !important;
}

.edmo-ebook .eb-forminator input.forminator-input::placeholder {
	color: #9aa5b5 !important;
}

.edmo-ebook .eb-forminator .forminator-error-message {
	font-family: 'Sora', sans-serif !important;
	font-size: 12px !important;
	color: #e11d48 !important;
	margin: 6px 0 0 5px !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

.edmo-ebook .eb-forminator .forminator-has_error input.forminator-input {
	box-shadow: inset 0 0 0 1.5px #e11d48 !important;
}

.edmo-ebook .eb-forminator button.forminator-button-submit,
.edmo-ebook .eb-forminator .forminator-button-submit {
	width: 100% !important;
	justify-content: center !important;
	background: #6a2a6b !important;
	background-color: #6a2a6b !important;
	color: #fff !important;
	border: none !important;
	height: auto !important;
	padding: 16px !important;
	font-family: 'Sora', sans-serif !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	border-radius: 50px !important;
	cursor: pointer !important;
	margin-top: 10px !important;
	transition: background-color 0.3s !important;
}

.edmo-ebook .eb-forminator button.forminator-button-submit:hover,
.edmo-ebook .eb-forminator button.forminator-button-submit:focus {
	background: #551f56 !important;
	background-color: #551f56 !important;
	color: #fff !important;
}

.edmo-ebook .eb-forminator .forminator-response-message {
	font-family: 'Sora', sans-serif !important;
	font-size: 14px !important;
	border-radius: 12px !important;
	padding: 12px 16px !important;
	margin-bottom: 16px !important;
}

.edmo-ebook .eb-forminator .forminator-ui.forminator-custom-form {
	margin: 0 !important;
}

.edmo-ebook .eb-footer-note {
	text-align: center;
	font-size: 13px;
	color: #94a3b8;
	margin-top: 20px;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.edmo-ebook .eb-hero {
		flex-direction: column;
		padding: 40px 24px;
		align-items: flex-start;
		gap: 40px;
	}

	.edmo-ebook .eb-hero-left,
	.edmo-ebook .eb-hero-right {
		max-width: 100%;
		width: 100%;
		padding-top: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: left;
	}

	.edmo-ebook .eb-hero-title {
		font-size: 40px;
		width: 100%;
	}

	.edmo-ebook .eb-badge,
	.edmo-ebook .eb-hero-desc,
	.edmo-ebook .eb-checklist,
	.edmo-ebook .eb-btn-download {
		align-self: center;
		margin-left: 0;
	}

	.edmo-ebook .eb-hero-right {
		padding-top: 40px;
		margin-bottom: 0;
	}

	.edmo-ebook .eb-book-card {
		width: 100%;
		max-width: 400px;
		height: auto;
		flex-direction: column;
		transform: none;
	}

	.edmo-ebook .eb-book-right {
		width: 100%;
		padding: 20px;
		gap: 16px;
	}

	.edmo-ebook .eb-stats-bar {
		margin: 30px 20px 40px;
		flex-direction: column;
		gap: 30px;
	}

	.edmo-ebook .eb-stat-item:not(:last-child)::after {
		display: none;
	}

	.edmo-ebook .eb-why,
	.edmo-ebook .eb-inside {
		padding: 0 24px;
		margin: 40px auto;
	}
}

@media (max-width: 480px) {
	.edmo-ebook .eb-hero-title {
		font-size: 32px;
	}

	.edmo-ebook .eb-btn-download,
	.edmo-ebook .eb-btn-download-lg {
		width: 100%;
	}

	.edmo-ebook .eb-modal-content {
		padding: 28px 22px;
	}
}