/* Home Section */
.home-content .launch-timer {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}

.home-content .main-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 20px;
    max-width: 600px;
    letter-spacing: -0.02em;
}

.home-content .main-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 550px;
}

.waitlist-section {
    margin-bottom: 40px;
}

.social-proof {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #666;
    font-size: 14px;
}

.avatars {
    display: flex;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar:nth-child(1) { background: linear-gradient(45deg, #ff6b35, #ff8c42); }
.avatar:nth-child(2) { background: linear-gradient(45deg, #4facfe, #00f2fe); }
.avatar:nth-child(3) { background: linear-gradient(45deg, #a8edea, #fed6e3); }
.avatar:nth-child(4) { background: linear-gradient(45deg, #ffecd2, #fcb69f); }

/* Features Section */
.section-tag {
    border: 2px solid #ff6b35;
    color: #ff6b35;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.section-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 600px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-icon {
    font-size: 32px;
}

.feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #676767;
    font-family: 'Space Grotesk', 'Inter', sans-serif;

    margin-bottom: 0;
}


/* FAQs Section */
.faqs-content {
    max-width: 700px;
}

.faq-wrapper {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 20px;
}

.faq-wrapper::-webkit-scrollbar {
    width: 6px;
}

.faq-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.faq-wrapper::-webkit-scrollbar-thumb {
    background: #ff6b35;
    border-radius: 3px;
}

.faq-wrapper::-webkit-scrollbar-thumb:hover {
    background: #e55a2b;
}

/* About Section */
.about-content {
    max-width: 700px;
}

.vision-section {
    margin: 60px 0;
}

.vision-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.vision-text {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.team-section {
    margin: 60px 0;
}

.team-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.team-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.team-member {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff6b35, #ff8c42);
}

.team-member:nth-child(2) { background: linear-gradient(45deg, #4facfe, #00f2fe); }
.team-member:nth-child(3) { background: linear-gradient(45deg, #a8edea, #fed6e3); }
.team-member:nth-child(4) { background: linear-gradient(45deg, #ffecd2, #fcb69f); }
.team-member:nth-child(5) { background: linear-gradient(45deg, #d299c2, #fef9d7); }
.team-member:nth-child(6) { background: linear-gradient(45deg, #89f7fe, #66a6ff); }
.team-member:nth-child(7) { background: linear-gradient(45deg, #fdbb2d, #22c1c3); }
.team-member:nth-child(8) { background: linear-gradient(45deg, #ff9a9e, #fecfef); }

.backed-section {
    margin: 60px 0;
}

.backed-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.backed-logos {
    display: flex;
    gap: 40px;
    align-items: center;
}

.backed-logo {
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
}

/* Dashboard Preview */
.dashboard-preview {
    position: relative;
    z-index: 10;
}

/* iPhone Mock */
.mobile-mock {
    position: absolute;
    top: 50%;
    transform: translate(-150%, -10%);
    z-index: 20;
}

.iphone-mock {
    width: 200px;
    height: 400px;
    background: #1a1a1a;
    border-radius: 35px;
    padding: 8px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
    position: relative;
}

.iphone-mock::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: #333;
    border-radius: 2px;
}


.iphone-screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
}

.iphone-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 28px;
    pointer-events: none;
}

.iphone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 15px;
    background: #1a1a1a;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.iphone-content {
    padding:10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
}

.mobile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.mobile-logo {
    width: 32px;
    height: 32px;
    background: white;
    color: #ff6b35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.mobile-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.mobile-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    opacity: 0.8;
}


.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.feature-icon {
    font-size: 20px;
}

.feature-text {
    font-size: 14px;
    font-weight: 500;
}

.mobile-cta {
    margin-top: auto;
}

.mobile-btn {
    width: 100%;
    background: white;
    color: #ff6b35;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.desktop-mock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -55%);
    z-index: 10;
}

.browser-mock {
    width: 900px;
    height: 600px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}

.browser-header {
    height: 40px;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #d0d0d0;
}

.browser-controls {
    display: flex;
    gap: 8px;
    margin-right: 20px;
}

.browser-btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.browser-btn.close {
    background: #ff5f57;
}

.browser-btn.minimize {
    background: #ffbd2e;
}

.browser-btn.maximize {
    background: #28ca42;
}

.browser-url {
    flex: 1;
    background: white;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    font-size: 12px;
    color: #666;
    border: 1px solid #d0d0d0;
}

.browser-icon {
    font-size: 10px;
}

.browser-actions {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}

.browser-action {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.browser-content {
    height: calc(100% - 40px);
    background: white;
    padding: 10px;
    overflow-y: auto;
}
.browser-content img{
    max-width: 100%;
}

.desktop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.desktop-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Space Grotesk', sans-serif;
}

.desktop-logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.desktop-nav {
    display: flex;
    gap: 30px;
}

.nav-link {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link.active {
    color: #ff6b35;
}

.nav-link:hover {
    color: #ff6b35;
}

.desktop-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-card {
    flex: 1;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.stat-value {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}

.desktop-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 40px;
}

.feature-card-large {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.feature-card-large .feature-icon {
    font-size: 32px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.feature-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.desktop-cta {
    text-align: center;
}

.desktop-btn {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.desktop-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
    .home-content .main-title {
        font-size: 38px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .browser-mock {
        width: 600px;
        height: 400px;
    }
    
    .iphone-mock {
        width: 160px;
        height: 320px;
    }
    
    .mobile-mock {
        left: -60px;
    }
}

@media (max-width: 768px) {
    .home-content .main-title {
        font-size: 30px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid .feature-card:nth-child(5) {
        grid-column: span 1;
    }
    
    .browser-mock {
        width: 400px;
        height: 300px;
    }
    
    .desktop-features {
        grid-template-columns: 1fr;
    }
    
    .desktop-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .desktop-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .desktop-nav {
        gap: 20px;
    }
}
