body {
    font-family: 'Inter', sans-serif;
    overflow-y: scroll;
}
html {
    scroll-padding-top: 5rem; /* Adjust for fixed header height */
}
.hero-bg {
    background-color: #1a237e; /* A deep indigo/blue */
    background-image: radial-gradient(circle at top right, rgba(59, 130, 246, 0.2), transparent 40%),
                      radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.1), transparent 50%);
}

.cta-button1 {
    transition: all 0.3s ease;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    color: #2d2d2d;
}
.cta-button {
    transition: all 0.3s ease;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    color: #2d2d2d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd800), to(#ff9a00));
    background: linear-gradient(to bottom, #ffd800, #ff9a00);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 10px 25px 0 rgba(186, 107, 0, 0.5), 0 3px 6px 0 rgba(0, 0, 0, 0.5), inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 25px 0 rgba(186, 107, 0, 0.5), 0 3px 6px 0 rgba(0, 0, 0, 0.5), inset 0 1px 1px 0 rgba(255, 255, 255,);
}

input:focus  {
    outline: #3B82F6 auto 5px; 
}

.cta-button2 {
    transition: all 0.3s ease;
}

.cta-button:hover, .cta-button1:hover, .cta-button2:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.video-thumbnail-container {
    position: relative;
    cursor: pointer;
}
.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.video-thumbnail-container:hover .play-button-overlay {
    /* background-color: rgba(26, 35, 126, 0.5); */
}
.play-button-icon {
    /* color: rgba(255, 255, 255, 0.8); */
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
    color: rgba(26, 35, 126, 0.8);
}
.video-thumbnail-container:hover .play-button-icon {
     /* color: white; */
     transform: scale(1.1);
}
.user-avatar-stacked img {
    border: 2px solid white;
    margin-left: -12px;
}
.user-avatar-stacked img:first-child {
    margin-left: 0;
}
.star-filled {
    color: #f59e0b; /* Tailwind amber-500 */
}
.gradient-text {
    /* background: linear-gradient(to right, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: text-glow 2s ease-in-out infinite alternate; */
    color: #FCF3CC;
}
@keyframes text-glow {
    from {
        text-shadow: 0 0 5px rgba(96, 165, 250, 0.5), 0 0 10px rgba(167, 139, 250, 0.5);
    }
    to {
        text-shadow: 0 0 10px rgba(96, 165, 250, 0.8), 0 0 20px rgba(167, 139, 250, 0.8);
    }
}
/* Lightbox Styles */
#videoLightbox {
    transition: opacity 0.3s ease-in-out;
}
.aspect-ratio-16-9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.aspect-ratio-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}


/* Footer Styles */
.main-footer {
    background-color: #1f2937; /* gray-800 */
    color: #9ca3af; /* gray-400 */
}
.footer-bottom-bar {
    background-color: #111827; /* gray-900 */
    color: #6b7280; /* gray-500 */
}

.pricing-header-bg {
    background-color: #1f2937;
}

.pre-footer {
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.footer-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
    color: #3b82f6;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary {
    list-style: none;
}
.gradient-text {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Modal styles */
.modal-overlay {
    transition: opacity 0.3s ease-in-out;
}
.modal-container {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.payment-method-selected {
    background-color: #3B82F6 !important; /* blue-600 */
    color: white;
    border-color: #3B82F6;
}
.pricing-header-bg {
    background-color: #1f2937; /* Tailwind gray-800, similar to image */
}
.star-filled {
    color: #f59e0b; /* Tailwind amber-500 */
}
.user-avatar-stacked img {
    border: 2px solid white;
    margin-left: -10px;
}
.user-avatar-stacked img:first-child {
    margin-left: 0;
}
/* New Footer Styles */
.pre-footer {
    background-color: #f9fafb; /* gray-50 */
    border-top: 1px solid #e5e7eb; /* gray-200 */
    border-bottom: 1px solid #e5e7eb; /* gray-200 */
}
.footer-icon {
    width: 48px; /* Adjust size as needed */
    height: 48px;
    margin-bottom: 0.75rem; /* mb-3 */
    color: #3b82f6; /* blue-600 */
}
.main-footer {
    background-color: #1f2937; /* gray-800 */
    color: #9ca3af; /* gray-400 */
}
.footer-bottom-bar {
    background-color: #111827; /* gray-900 */
    color: #6b7280; /* gray-500 */
}

.message-box {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 2000; 
    font-size: 0.875rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.message-box.success {
    background-color: #16a34a; 
}
.message-box.error {
    background-color: #dc2626; 
}