/*
Theme Name:   Blossom Child
Theme URI:    http://example.com
Description:  Blossom Child
Author:       Me
Author URI:   http://example.com
Template:     pipdig-blossom
Version:      1.0.0
License:      GNU v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* add your styles below this line */
.ebook-landing {
	background: #fffaf5;
	color: #2d1f1a;
}

.ebook-landing__container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.ebook-hero,
.ebook-section {
	padding: 72px 0;
}

.ebook-hero {
	background: linear-gradient(135deg, #fff3e8 0%, #fffaf5 55%, #ffffff 100%);
}

.ebook-hero__grid,
.ebook-final-cta,
.ebook-includes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	align-items: center;
}

.ebook-badge,
.ebook-section__eyebrow {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: #ffe3d1;
	color: #9c4f1a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.ebook-hero h1,
.ebook-section h2 {
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1.08;
	margin: 0 0 18px;
}

.ebook-section h2 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.ebook-hero__lead,
.ebook-final-cta p,
.ebook-benefits p,
.ebook-faq p,
.ebook-product-card p,
.ebook-includes li {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #5c4a43;
}

.ebook-highlights,
.ebook-includes ul {
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	display: grid;
	gap: 14px;
}

.ebook-highlights li,
.ebook-includes li {
	position: relative;
	padding-left: 32px;
}

.ebook-highlights li::before,
.ebook-includes li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #d6682f;
}

.ebook-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.ebook-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ebook-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(214, 104, 47, 0.16);
}

.ebook-button--primary {
	background: #d6682f;
	color: #fff;
}

.ebook-button--secondary {
	background: #fff;
	color: #9c4f1a;
	border: 1px solid #f0c7b0;
}

.ebook-button--full {
	width: 100%;
}

.ebook-product-card,
.ebook-final-cta__box,
.ebook-benefits article,
.ebook-faq article,
.ebook-testimonial {
	background: #fff;
	border-radius: 28px;
	padding: 28px;
	box-shadow: 0 20px 60px rgba(89, 54, 34, 0.08);
}

.ebook-product-card__image,
.ebook-product-card__placeholder {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 20px;
}

.ebook-product-card__placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #ffe7d9, #fff7f0);
	color: #9c4f1a;
	font-weight: 700;
}

.ebook-product-card__label {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #9c4f1a;
	margin-bottom: 10px;
}

.ebook-product-card h2,
.ebook-benefits h3,
.ebook-faq h3 {
	margin: 0 0 12px;
	font-size: 1.4rem;
}

.ebook-product-card__price {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
	color: #2d1f1a;
}

.ebook-inline-link {
	color: #9c4f1a;
	font-weight: 700;
	text-decoration: none;
}

.ebook-product-card__links {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.ebook-section--alt,
.ebook-section--cta {
	background: #fff3e8;
}

.ebook-section__heading {
	max-width: 760px;
	margin-bottom: 32px;
}

.ebook-benefits,
.ebook-faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ebook-testimonial {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

.ebook-testimonial blockquote {
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.5;
	margin: 0 0 16px;
	color: #2d1f1a;
}

.ebook-final-cta__box {
	max-width: 360px;
	justify-self: end;
	width: 100%;
}

.ebook-product-card__notice {
	margin: 16px 0 0;
	font-weight: 700;
	color: #9c4f1a;
}

@media (max-width: 960px) {
	.ebook-hero__grid,
	.ebook-final-cta,
	.ebook-includes,
	.ebook-benefits,
	.ebook-faq {
		grid-template-columns: 1fr;
	}

	.ebook-final-cta__box {
		justify-self: stretch;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.ebook-hero,
	.ebook-section {
		padding: 52px 0;
	}

	.ebook-product-card,
	.ebook-final-cta__box,
	.ebook-benefits article,
	.ebook-faq article,
	.ebook-testimonial {
		padding: 22px;
		border-radius: 20px;
	}

	.ebook-button {
		width: 100%;
	}
}
