* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header Section */
.header {
    position: relative;
    overflow: hidden;
    background-color: #6e53d2;
}

.header-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #c084fc, #9333ea, #2563eb);
}

.head-bott img {
    width: 100%;
}

.header-content {
    position: relative;
    z-index: 10;
    padding: 2rem 1rem;
}

.logo {
    width: 14rem;
    height: 2.75rem;
    margin-bottom: 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding-top: 2rem;
}

.video-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
}

.date {
	margin-top: 20px;
}

.darken {
	color: #000000;
}

.lighten {
	color: #ffffff;
}

.video-placeholder iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.hero-text {
    text-align: left;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.15s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: white;
    color: #9333ea;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
}

.btn-secondary {
    background: #9333ea;
    color: white;
}

.btn-secondary:hover {
    background: #7c3aed;
}

/* Section Styles */
.section {
    padding: 4rem 0;
}

.section-large {
    padding: 4rem 0;
}

.section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.section-text {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 0.8);
}

.highlight-box {
    border-left: 4px solid #c084fc;
    background: #faf5ff;
    padding: 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin: 2rem 0;
}

.highlight-box p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.image-placeholder {
    width: 100%;
    max-width: 28rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.image-placeholder img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}

.placeholder-content {
    text-align: center;
    color: #9333ea;
}

.placeholder-icon {
    width: 4rem;
    height: 4rem;
    background: #c084fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

/* Dark Sections */
.dark-section {
    position: relative;
    overflow: hidden;
    background-color: #231459;
    color: white;
}

.dark-section-bg {
    position: absolute;
    inset: 0;
    background: #231459;
}

.dark-section-content {
    position: relative;
    z-index: 10;
}

.dark-section .section-title {
    color: white;
}

.dark-section .section-text {
    color: rgba(255, 255, 255, 0.9);
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: url(../images/check-mark.png) #ffffff no-repeat 10px 10px;
    border-radius: 40px 100px 60px 80px;
    padding: 1.8rem;
	box-shadow: 0 20px #C2AEFF;
	margin-bottom: 20px;
}



.card-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to bottom right, #4ade80, #16a34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.card-text {
    font-size: 1.125rem;
    line-height: 1.4;
    color: #000;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(to right, #9333ea, #7c3aed, #2563eb);
    color: white;
}

.faq-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.faq-item {
    margin-bottom: 3rem;
}

.faq-question {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq-answer {
    font-size: 1.125rem;
    line-height: 1.4;
}

/* Footer */
.footer {
    background: #0f172a;
    color: white;
    padding: 3rem 0;
    text-align: center;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

.footer-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-grid,
    .section-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

	.video-placeholder {
		max-width: 600px;
		margin: 0 auto;
	}

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .faq-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 0.5rem;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-text {
        font-size: 1.125rem;
    }

    .faq-title {
        font-size: 2rem;
    }

    .faq-question {
        font-size: 1.25rem;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.font-bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-4 img {
	max-width: 100%;
}