.main-top-bg {
    background: linear-gradient(rgba(3, 5, 65, 1) 0%, rgba(20, 22, 65, 1) 50%, rgba(13, 17, 23, 1));
}

.main-content {
    text-align: center;
    padding: 4rem 10%;
}

.pill-tag {
    background-color: #8957e5;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.7;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card {
    background-color: var(--background-secondary);
    border: 1px solid var(--border-secondary); 
    border-radius: 12px;
    padding: 2rem;
    transition: transform 0.3s ease;
    text-align: left;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    background-color: var(--background-secondary);
    border: 1px solid var(--border-secondary);
    color: var(--color-green);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.feature-description {
    opacity: 0.7;
}


/* Stats section */
.stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
    opacity: 0.8;
}

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

.stat-icon {
    color: var(--color-green);
}

.feature-video-section {
    /* Remove background so it inherits the gradient */
    padding: 0.5rem 0 0.5rem 0;
    margin: 0;
}

.feature-video-bg {
    background: var(--background-secondary);
}

.feature-video-card {
    background-color: var(--background-secondary);
    padding: 3.5rem 2.5rem;
    max-width: 1200px;
    margin: 0 auto 3.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.5rem;
    flex-wrap: wrap;
}

.feature-video-text {
    flex: 1 1 420px;
    text-align: left;
    min-width: 320px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-video-text h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #fff;
}

.feature-video-text p {
    font-size: 1.2rem;
    color: #bfc3e6;
    margin-bottom: 2rem;
    font-weight: 400;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    font-size: 1.08rem;
    color: #bfc3e6;
    margin-bottom: 1rem;
    font-weight: 500;
}

.feature-list svg {
    color: #6ee7b7;
    margin-right: 0.7em;
    width: 1.3em;
    height: 1.3em;
    flex-shrink: 0;
}

.feature-video-media {
    flex: 1 1 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 320px;
}

.feature-video-media .video-frame iframe {
    width: 100%;
    max-width: 580px;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--border-secondary);
    border-radius: 12px;
    background: #222;
    display: block;
    pointer-events: none; /* Optional: disables hover/click */
}

.feature-video-media video iframe{
    width: 100%;
    max-width: 580px;
    background: #222;
    display: block;
    border: 1px solid var(--border-secondary);
    border-radius: 12px;

}

@media (max-width: 900px) {
    .feature-video-card {
        flex-direction: column;
        gap: 2.5rem;
        padding: 2rem 1rem;
    }
    .feature-video-text, .feature-video-media {
        min-width: 0;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .feature-video-text {
        align-items: center;
    }
}

/* --- Pricing Cards Modern Style --- */
.pricing-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2.5rem;
    margin: 4rem 0 2rem 0;
    flex-wrap: wrap;
}

.pricing-card {
    background: linear-gradient(135deg, #181c2a 80%, #23263a 100%);
    border: 2px solid #23263a;
    border-radius: 20px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    min-width: 320px;
    max-width: 350px;
    color: #fff;
    text-align: left;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.pricing-card.most-popular {
    border: 2.5px solid #8957e5;
    box-shadow: 0 8px 40px 0 #8957e540;
    z-index: 2;
    transform: scale(1.04);
}

.most-popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #8957e5;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.3rem 1.2rem;
    border-radius: 999px;
    box-shadow: 0 2px 8px 0 #8957e540;
    letter-spacing: 0.03em;
}

.pricing-card .plan-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.pricing-card .plan-price {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
    color: #fff;
}

.pricing-card .plan-duration {
    font-size: 1.1rem;
    color: #bfc3e6;
    margin-bottom: 0.7rem;
}

.pricing-card .plan-desc {
    color: #bfc3e6;
    font-size: 1.08rem;
    margin-bottom: 1.2rem;
}

.pricing-card .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.pricing-card .plan-features li {
    display: flex;
    align-items: center;
    font-size: 1.08rem;
    color: #bfc3e6;
    margin-bottom: 0.9rem;
    font-weight: 500;
}

.pricing-card .plan-features li svg {
    color: #6ee7b7;
    margin-right: 0.7em;
    width: 1.3em;
    height: 1.3em;
    flex-shrink: 0;
}

.pricing-card .plan-action {
    width: 100%;
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
}

.pricing-card .plan-action button {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.9rem 0;
    border-radius: 10px;
    background: #23263a;
    color: #fff;
    border: 2px solid #23263a;
    transition: background 0.2s, border-color 0.2s;
}

.pricing-card.most-popular .plan-action button {
    background: #8957e5;
    border-color: #8957e5;
    color: #fff;
}

.pricing-card .plan-action button:hover {
    background: #8957e5;
    border-color: #8957e5;
    color: #fff;
}

.pricing-card .primary {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

/* --- Pricing Table Layout --- */
.pricing-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.pricing-card {
  flex: 1 1 250px;
  max-width: 350px;
  min-width: 220px;
  margin: 1rem 0;
}

@media (max-width: 600px) {
  .pricing-section {
    flex-direction: column;
    align-items: center;
  }
  .pricing-card {
    max-width: 90vw;
    width: 100%;
  }
}

@media (max-width: 1100px) {
    .pricing-section {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .pricing-card {
        min-width: 260px;
        max-width: 98vw;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 3rem 1.5rem;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    .stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        text-align: left;
    }
    .feature-video-text h2 {
        font-size: 2.2rem;
    }
}

