/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Poppins", Sora;
    line-height: 1.6;
    color: #374151;
    background-color: #ffffff;
}
body a{
	color: white;
}
.edu-main{
	
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 4rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e5e7eb;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.logo-icon {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, #2563eb, #9333ea);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.logo-icon span {
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
}

.logo-text {
    font-weight: 700;
    font-size: 1.25rem;
}

.nav {
    display: flex;
    gap: 1.5rem;
}

.nav-link {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #2563eb;
}

/* Icons */
.icon {
    width: 1rem;
    height: 1rem;
}

.icon.star-filled {
    color: #fbbf24;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-large {
    padding: 0.75rem 1.5rem;
    font-size: 1.6rem;
}

.btn-primary {
    background: linear-gradient(135deg, #8623c9, #5b2b74);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #7c3aed);
}

.btn-secondary {
    background: white;
    color: #2563eb;
}

.btn-outline {
    background: transparent;
    color: #374151;
    border: 1px solid #d1d5db;
}

.btn-outline:hover {
    background: #f9fafb;
}

.btn-outline-white {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.btn-outline-white:hover {
    background: white;
    color: #2563eb;
}

.btn-ghost {
    background: transparent;
    color: #6b7280;
    padding: 0.25rem 0.5rem;
}

.btn-ghost:hover {
    background: #eff6ff;
    color: #2563eb;
}
.start-listening-btn{
	padding: 0.75rem 1.5rem;
    font-size: 1.6rem;
}
.start-listening-btn:hover{
	background-color: white;
	color: blue;
}

/* Badges */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 1.75rem;
    border-radius: 9999px;
    font-size: 1.2rem;
    font-weight: 500;
	background: #5b2b74!important;
	margin-bottom: 1rem;
}

.badge-primary {
    background: #2563eb;
    color: white;
}

.badge-secondary {
    background: #f3f4f6;
    color: #fff;
}

.badge-featured {
    background: linear-gradient(135deg, #f97316, #dc2626);
    color: white;
}

.badge-outline {
    background: transparent;
    border: 1px solid #d1d5db;
    color: #fff;
}

.badge-blue {
    background: #eff6ff;
    color: #fff;
    border: 1px solid #bfdbfe;
}

/* Hero Section */
.hero {
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 50%, #faf5ff 100%);
}

.hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
	padding-top: 140px;
	padding-bottom: 60px;
	
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.gradient-text {
    background: radial-gradient(#8623c9, #5b2b74);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hero-description {
    font-size: 1.8rem;
    color: #6b7280;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hero-stats {
    display: flex;
    gap: 1rem;
    font-size: 1.4rem;
    color: #6b7280;
}

.stat {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    position: relative;
}

.image-circle {
    width: 45rem;
    height: 45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #dbeafe, #e9d5ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-circle img {
    width: 45rem;
    height: 45rem;
    border-radius: 6%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 6rem;
    height: 6rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.play-button .icon {
    width: 3rem;
    height: 3rem;
    color: #2563eb;
}

/* Episodes Section */
.episodes {
    padding: 3rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.8rem!important;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.section-description {
    font-size: 1.8rem;
    color: #6b7280;
    max-width: 900px;
    margin: 0 auto;
}

.episodes-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.episode-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: all 0.3s;
}

.episode-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.episode-card.featured {
    border: 2px solid #bfdbfe;
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.5), rgba(250, 245, 255, 0.5));
}

.card-header {
    margin-bottom: 1rem;
	background-color: transparent;
	border: none;
}

.card-badges {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
	gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transition: color 0.2s;
}

.episode-card:hover .card-title {
    color: #2563eb;
}

.card-description {
    color: #6b7280;
    font-size: 1.6rem;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: transparent;
	border: none;
}

.episode-meta {
    display: flex;
    gap: 1rem;
    font-size: 1.4rem;
    color: #6b7280;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.section-cta {
    text-align: center;
}

/* About Section */
.about {
    padding: 3rem ;
    background: rgba(249, 250, 251, 0.5);
}

.about-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 0.75rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-description {
    font-size: 1.8rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem 0;
}

.stat-item h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.stat-item p {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Guest Invitation Section */
.guest-invitation {
    padding: 3rem 0 6rem;
    background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.guest-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.guest-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.guest-description {
    font-size: 1.8rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.guest-topics h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.topic-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
}

.topic-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}

.topic-dot.blue {
    background: #2563eb;
}

.topic-dot.purple {
    background: #9333ea;
}

.guest-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.guest-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-card {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
}

.benefit-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	margin-top: 2rem;
}

.benefit-icon.blue {
    background: linear-gradient(135deg, #dbeafe, #e9d5ff);
}

.benefit-icon.purple {
    background: linear-gradient(135deg, #e9d5ff, #dbeafe);
}

.benefit-icon .icon {
    width: 2rem;
    height: 2rem;
    color: #2563eb;
}

.benefit-icon.purple .icon {
    color: #9333ea;
}

.benefit-content h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 2.5rem;
}

.benefit-content p {
    font-size: 1.4rem;
    color: #6b7280;
}

/* CTA Section */
.cta {
    padding: 3rem 0 6rem;
    background: linear-gradient(135deg, #8623c9, #5b2b74);
}

.cta-content {
    text-align: center;
    color: white;
}

.cta-title {
    font-size: 4.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
    letter-spacing: -0.025em;
	color: #fff;
}

.cta-description {
    font-size: 1.8rem;
    color: #bfdbfe;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
	justify-content: center;
    align-items: center;
}

/* Footer */
.footer {
    padding: 1.5rem 0;
    border-top: 1px solid #e5e7eb;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.footer-text {
    font-size: 0.75rem;
    color: #6b7280;
}

.footer-nav {
    display: flex;
    gap: 1.5rem;
}

.footer-link {
    font-size: 0.75rem;
    color: #6b7280;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (min-width: 400px) {
    .hero-buttons,
    .guest-buttons,
    .cta-buttons {
        flex-direction: row;
    }
	.episodes-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
	.card-badges{
		flex-direction: column;
		gap: 1rem;
	}
}

@media (min-width: 640px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
	.episodes-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
	.card-badges{
		flex-direction: column;
	}
}

@media (min-width: 768px) {
    .hero {
        padding: 6rem 0 8rem;
    }
    
    .episodes {
        padding: 6rem 0 8rem;
    }
    
    .about {
        padding: 6rem 0 8rem;
    }
    
    .guest-invitation {
        padding: 6rem 0 8rem;
    }
    
    .cta {
        padding: 6rem 0 8rem;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .cta-title {
        font-size: 3rem;
    }
	.card-badges{
		flex-direction: row;
	}
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 400px;
        gap: 3rem;
    }
    
    .episodes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .about-grid {
        grid-template-columns: 400px 1fr;
        gap: 3rem;
    }
    
    .guest-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .hero-title {
        font-size: 4.5rem;
    }
	.cta-title{
		font-size: 3.8rem;
	}
	.card-badges{
		flex-direction: row;
	}
}

@media (min-width: 1280px) {
	.hero{
		padding-top: 100px;
		padding-bottom: 20px;
	}
    .hero-grid {
        grid-template-columns: 1fr 600px;
    }
	.about{
		padding: 3rem;
	}
    .about-grid {
        grid-template-columns: 600px 1fr;
    }
    
    .hero-title {
        font-size: 8rem;
    }
	.section-title{
		font-size: 4.8rem;
		line-height: 7.6rem
	}
	.section-description{
		font-size: 1.8rem;
	}
	.stat-item > h4 {
		font-size: 1.6rem;
	}
	.stat-item > p {
		font-size: 1.4rem;
	}
	.cta-title{
		font-size: 4.8rem;
	}
	.card-badges{
		flex-direction: row;
	}
	.episodes{
		padding: 0;
	}
}
