/* Section Background & Padding */
.main-section { padding:0 0 8rem;}

/* Breadcrumb Styling */
.breadcrumb {padding:3rem 0; margin-bottom:3rem; border-bottom: 1px solid #EAEAEA; }
.breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; font-size: 1.4rem; font-family: 'Manrope', sans-serif; font-weight: 500; }
.breadcrumb li { display: flex; align-items: center; color: #666666; }
.breadcrumb li a { color: #1A1A3A; text-decoration: none; transition: color 0.3s ease; }
.breadcrumb li a:hover { color: #e86ca3; }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 1rem; color: #CCCCCC; font-size: 1.2rem; }
.breadcrumb li.active { color: #e86ca3; font-weight: 600; pointer-events: none; }

/* Rich Content Wrapper */
.main-content {margin:0; color: #222; font-family: 'Manrope', sans-serif; }
.main-content .content-heading { font-size: 3.2rem; color: #1A1A3A; margin-bottom: 2.5rem; line-height: 1.3; }
.main-content p { font-size: 1.6rem; line-height: 1.8; margin-bottom: 2.5rem; }
.main-content .lead-text{font-size:1.9rem; font-weight: 500; color: #2A2359; line-height: 1.7;}

.blog-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:120rem;margin:0 auto}
.blog-card{background:#fff;border-radius:1.5rem;overflow:hidden;border:1px solid #e66ba3;box-shadow:0 4px 15px #00000005;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #28306f14}
.blog-image-wrapper{width:100%;aspect-ratio:16 / 10;overflow:hidden;background-color:#eaeaea}
.blog-image{width:100%;height:100%;transition:transform .5s ease}
.blog-card:hover .blog-image{transform:scale(1.05)}
.blog-content{padding:2.5rem;display:flex;flex-direction:column;flex-grow:1}
.blog-date{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:#888;margin-bottom:1.5rem}
.blog-title{font-family:'Cormorant Garamond',serif;font-size:2.4rem;color:#28306f;margin:0 0 1rem;line-height:1.3;font-weight:600}
.blog-excerpt{font-size:1.4rem;color:#555;line-height:1.6;margin:0 0 2.5rem;flex-grow:1}
.blog-footer{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid #f0f0f0;padding-top:1.5rem}
.blog-meta-row{display:flex;justify-content:space-between;align-items:center}
.blog-author{font-size:1.3rem;color:#777}
.blog-socials{display:flex;gap:1.2rem}
.blog-socials a{color:#28306f;display:flex;align-items:center;justify-content:center;transition:color .3s ease}
.blog-socials a:hover{color:#e86ca3}
.blog-socials svg{width:1.6rem;height:1.6rem}
.blog-read-more-row{display:flex;justify-content:flex-end}
.btn-read-more{font-size:1.4rem;color:#e86ca3;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .3s ease}
.btn-read-more span{transition:transform .3s ease}
.btn-read-more:hover span{transform:translateX(4px)}

.load-more-wrapper{margin-top:4rem;text-align:center;width:100%}
.btn-load-more{background:linear-gradient(90deg,#e86ca3 0%,#28306f 100%);color:#fff;border:none;padding:1.4rem 4rem;border-radius:5rem;font-family:'Manrope',sans-serif;font-size:1.6rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;box-shadow:0 5px 15px #28306f33;transition:all .3s cubic-bezier(0.16,1,0.3,1)}
.btn-load-more svg{transition:transform .5s ease}
.btn-load-more:hover{transform:translateY(-3px);box-shadow:0 10px 25px #e85d754d}
.btn-load-more:hover svg{transform:rotate(180deg)}

.other-resources-section{padding:4rem 0 8rem;background:radial-gradient(circle at 48% 8%, rgba(255,110,210,.35) 0%, rgba(255,110,210,0) 22%), radial-gradient(circle at 32% 78%, rgba(255,110,210,.35) 0%, rgba(255,110,210,0) 25%), radial-gradient(circle at 72% 58%, rgba(255,110,210,.30) 0%, rgba(255,110,210,0) 22%), linear-gradient(135deg, #232a75 0%, #5f4588 50%, #232a75 100%); text-align: center; color: #ffffff; position: relative; overflow: hidden;}
.other-resources-section::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: radial-gradient(circle at 50% 50%, rgba(232, 93, 117, 0.15) 0%, transparent 60%); pointer-events: none; }
.section-title{margin-bottom:0; padding-bottom:2rem}
.resources-divider{width:15rem;height:1px;background:#e86ca3; margin:0 auto 5rem}
.resources-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:120rem;margin:0 auto}
.resource-card{background:#fff;border-radius:1rem;padding:2rem 2.5rem;display:flex;align-items:center;gap:2.5rem;text-decoration:none;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}
.resource-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}
.resource-icon-box{width:8.5rem;height:8.5rem;background-color:#fdf2f5;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}
.resource-card:hover .resource-icon-box{transform:scale(1.05)}
.resource-icon-box img{width:5rem;height:5rem;}
.resource-text{font-family:'Manrope',sans-serif;font-size:1.8rem;font-weight:700;color:#28306f;margin:0;transition:color .3s ease}
.resource-card:hover .resource-text{color:#e86ca3}

@media (min-width: 768px) {
	.main-section{padding:0 0 10rem;}
	.main-content .content-heading{font-size: 4rem;}
	.main-content h3{font-size:2.8rem;}
	.blog-grid{grid-template-columns:repeat(2,1fr)}
	.resources-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width: 992px) {
	.blog-section{padding:10rem 0}
	.blog-grid{grid-template-columns:repeat(3,1fr);gap:3rem}
	.blog-title{font-size:2.6rem}
	.load-more-wrapper{margin-top:6rem}
	.other-resources-section{padding:8rem 0}
	.resources-grid{grid-template-columns:repeat(3,1fr);gap:3rem}
	.resource-icon-box{width:11rem;height:11rem;}
	.resource-icon-box img{width:9rem;height:9rem;}
	.resource-text{font-size:2.2rem;}
}
@media (min-width:1280px) {
	.main-content{text-align:justify;}
}
@media (min-width:1600px) {
	.blog-grid{max-width:140rem;}
}