.bg-landing {
    background-color: #f6fafd !important;
}

/* Hero Section */
.landing-hero {
    font-family: "Outfit";
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.landing-hero .hero-content {
    position: relative;
    z-index: 2;
}
.landing-hero .hero-content .hero-title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #242859;
    letter-spacing: -0.02em;
}
.landing-hero .hero-content .hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
}
.landing-hero .hero-content .hero-actions {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-bottom: 60px;
}
.landing-hero .hero-content .hero-actions .btn-main {
    background: #7e1891;
    color: #ffffff;
    padding: 16px 50px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.landing-hero .hero-content .hero-actions .btn-main:hover {
  background: color-mix(in srgb, #cb4fe2, black 15%);
  transform: translateY(-3px);
}
.landing-hero .hero-content .hero-actions .btn-outline-main {
    border: 2px solid color-mix(in srgb, #7d1e90, transparent 50%);
    color: #242859;
    padding: 14px 50px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}
.landing-hero .hero-content .hero-actions .btn-outline-main:hover {
  border-color: #7e1891;
  color: #7e1891;
  background: color-mix(in srgb, #7e1891, transparent 95%);
  transform: translateY(-3px);
}
@media (max-width: 576px) {
    .landing-hero .hero-content .hero-actions {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 48px;
    }
    .landing-hero .hero-content .hero-actions .btn-main {
        width: 100%;
        text-align: center;
    }
    .landing-hero .hero-content .hero-actions .btn-outline-main {
        width: 100%;
        text-align: center;
    }
}
.landing-hero .floating {
    filter: drop-shadow(0 20px 40px color-mix(in srgb, #535d6b, transparent 85%));
}
.landing-section {
    padding: 50px 0;
    color: #535d6b;
    background-color: #ffffff;
    scroll-margin-top: 80px;
    overflow: clip;
}
.landing-section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}
.landing-section-title h2 {
    color: #242859;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.landing-section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #7e1f91;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* How It Works Section */
.how-it-works h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #344761;
}
.how-it-works p {
    color: color-mix(in srgb, #535d6b, transparent 20%);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}
.how-it-works .step-item {
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}
.how-it-works .step-item:hover .step-circle {
    background-color: #7e1891;
    border-color: #7e1891;
    transform: scale(1.1);
}
.how-it-works .step-circle {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border: 2px solid color-mix(in srgb, #7e1891, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.how-it-works .step-circle span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #d46de7;
    transition: all 0.3s ease-in-out;
}
.how-it-works .step-item:hover .step-circle span {
    color: #ffffff;
}

/* Call To Action Section */
.call-to-action {
    background-color: #7e1891;
    padding: 80px 0;
    position: relative;
    clip-path: inset(0);
}
.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}
.call-to-action p {
    color: #ffffff;
}
.call-to-action .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.call-to-action .cta-btn:hover {
    background: #d46de7;
    color: #ffffff;
}

/* Pricing Section */
.pricing .pricing-card {
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #535d6b, transparent 80%);
    border-radius: 8px;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.3s ease;
}
.pricing .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px color-mix(in srgb, #535d6b, transparent 85%);
}
.pricing .pricing-card.featured {
    border-color: #7e1891;
    transform: scale(1.01);
}
.pricing .pricing-card.featured:hover {
    transform: scale(1.01) translateY(-5px);
}
.pricing .pricing-card .plan-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.pricing .pricing-card.featured .featured-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #7e1891;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 0 0 8px 8px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.pricing .pricing-card .plan-header .plan-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #344761;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}
.pricing .pricing-card .features-list {
    margin-bottom: 2.5rem;
}
.pricing .pricing-card .features-list .feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
}
.pricing .pricing-card .features-list .feature i {
    color: #cb4fe2;
    font-size: 1rem;
    flex-shrink: 0;
}
.pricing .pricing-card .features-list .feature span {
    font-size: 0.95rem;
    color: #535d6b;
    line-height: 1.5;
}

/* FAQ Section */
.faq .faq-container .faq-item {
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid color-mix(in srgb, #3d4348, transparent 85%);
    border-radius: 5px;
    overflow: hidden;
}
.faq .faq-container .faq-active {
    background-color: color-mix(in srgb, #388da8, transparent 97%);
    border-color: color-mix(in srgb, #388da8, transparent 80%);
}
.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0px 30px 0px 0px;
    transition: 0.3s;
}
.faq .faq-container .faq-active h3 {
    color: #7e1891;
}
.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}
.faq .faq-container .faq-item .faq-content p {
    font-size: 15px;
    margin-bottom: 0px;
    overflow: hidden;
}
.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    cursor: pointer;
    transition: 0.3s;
}
.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: #7e1891;
}

/* Contact Section */
.contact .info-item {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    padding: 20px 0px 30px;
}
.contact .info-item i {
    color: #7e1891;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, #7e1891, transparent 40%);
}
.contact .info-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-item p {
    margin-bottom: 0;
    font-size: 16px;
    padding: 0px;
}