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

body {
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #020817;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Background Gradient */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #020817 0%, #1e1b4b 25%, #581c87 50%, #be185d 75%, #020817 100%);
    opacity: 0.8;
    z-index: -1;
}

/* Navigation */
.navbar {
    background: rgba(2, 8, 23, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #e879f9 !important;
}

/* Hero Section */
.hero-section {
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.text-gradient {
    background: linear-gradient(135deg, #e879f9, #c084fc, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.btn-primary {
    background: linear-gradient(135deg, #e879f9, #c084fc);
    border: none;
    border-radius: 6px;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(232, 121, 249, 0.3);
    color: #ffffff;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-card {
    background: rgba(39, 39, 42, 0.8);
    border: 1px solid rgba(63, 63, 70, 0.5);
    border-radius: 12px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 400px;
    width: 100%;
}

.card-header {
    text-align: center;
    margin-bottom: 2rem;
}

.brand-text {
    color: #cbd5e1;
    font-size: 14px;
    display: block;
    margin-bottom: 0.5rem;
}

.brand-name {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.play-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e879f9, #c084fc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

/* Testimonial Section */
.testimonial-section {
    padding: 80px 0;
}

.testimonial-card {
    background: rgba(30, 27, 75, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 16px;
    padding: 3rem;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.testimonial-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e879f9, #c084fc);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.testimonial-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.testimonial-content p {
    color: #cbd5e1;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e879f9, #c084fc);
    border-radius: 50%;
}

.author-name {
    font-weight: 600;
    color: #ffffff;
}

.author-title {
    color: #cbd5e1;
    font-size: 14px;
}

.testimonial-visual {
    display: flex;
    justify-content: center;
}

.visual-card {
    background: rgba(39, 39, 42, 0.8);
    border: 1px solid rgba(63, 63, 70, 0.5);
    border-radius: 12px;
    padding: 1.5rem;
    width: 280px;
}

.visual-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.visual-title {
    color: #ffffff;
    font-weight: 600;
}

.visual-badge {
    background: #10b981;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.metric-value {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    display: block;
}

.metric-label {
    color: #cbd5e1;
    font-size: 14px;
}

.progress-bar {
    background: rgba(63, 63, 70, 0.5);
    height: 8px;
    border-radius: 4px;
    margin-top: 1rem;
    overflow: hidden;
}

.progress-fill {
    background: linear-gradient(135deg, #e879f9, #c084fc);
    height: 100%;
    width: 75%;
    border-radius: 4px;
}

/* Section Headers */
.section-header {
    margin-bottom: 4rem;
}

.section-badge {
    background: rgba(139, 92, 246, 0.2);
    color: #c084fc;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.section-description {
    font-size: 18px;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
}

/* How It Works Section */
.how-it-works-section {
    padding: 80px 0;
}

.step-card {
    background: rgba(39, 39, 42, 0.6);
    border: 1px solid rgba(63, 63, 70, 0.5);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(232, 121, 249, 0.1);
}

.step-number {
    position: absolute;
    top: -12px;
    left: 2rem;
    background: linear-gradient(135deg, #e879f9, #c084fc);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.step-icon {
    width: 48px;
    height: 48px;
    background: rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #c084fc;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.step-description {
    color: #cbd5e1;
    line-height: 1.6;
}

/* Features Section */
.features-section {
    padding: 80px 0;
}

.feature-card {
    background: rgba(39, 39, 42, 0.6);
    border: 1px solid rgba(63, 63, 70, 0.5);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(232, 121, 249, 0.1);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #c084fc;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.feature-description {
    color: #cbd5e1;
    line-height: 1.6;
}

.feature-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #e879f9, #c084fc);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

/* Footer */
.footer {
    background: rgba(2, 8, 23, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem 0 2rem;
    margin-top: 5rem;
}

.footer-brand {
    margin-bottom: 2rem;
}

.footer-brand img {
    height: 32px;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #cbd5e1;
    margin-bottom: 0;
}

.footer-contact p {
    color: #cbd5e1;
    margin-bottom: 0.5rem;
}

.footer h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #e879f9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .testimonial-card {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .step-card,
    .feature-card {
        margin-bottom: 2rem;
    }
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    background-color: #27272a;
    border: 1px solid #3f3f46;
    border-radius: 6px;
    color: #ffffff;
    padding: 12px 16px;
    font-size: 16px;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #c084fc;
    box-shadow: 0 0 0 3px rgba(192, 132, 252, 0.1);
    background-color: #27272a;
    color: #ffffff;
}

.form-control::placeholder {
    color: #71717a;
}

.required {
    color: #ef4444;
}

/* Contact Form Specific */
.contact-form {
    background: rgba(39, 39, 42, 0.6);
    border: 1px solid rgba(63, 63, 70, 0.5);
    border-radius: 12px;
    padding: 3rem;
    backdrop-filter: blur(10px);
}

.contact-form h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.contact-form p {
    color: #cbd5e1;
    margin-bottom: 2rem;
}

/* Pricing Cards */
.pricing-card {
    background: rgba(39, 39, 42, 0.6);
    border: 1px solid rgba(63, 63, 70, 0.5);
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(232, 121, 249, 0.1);
}

.pricing-card.featured {
    border: 2px solid #c084fc;
    background: rgba(139, 92, 246, 0.1);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #e879f9, #c084fc);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.pricing-subtitle {
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.pricing-price {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.pricing-period {
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.pricing-features li {
    color: #cbd5e1;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

/* Success Message */
.success-message {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    padding: 1rem;
    color: #10b981;
    text-align: center;
    margin-top: 1rem;
    display: none;
}

.success-message.show {
    display: block;
}
