* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 100%);
    color: white;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Animated background particles */
.bg-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(138, 43, 226, 0.3);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 1; }
    50% { transform: translateY(-20px) rotate(180deg); opacity: 0.5; }
}

/* Header */
header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: rgba(15, 15, 35, 0.8);
    z-index: 1000;
    border-bottom: 1px solid rgba(138, 43, 226, 0.2);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #8a2be2, #4169e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #8a2be2;
}

/* Social Media Orbit Animation */
.social-orbit {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto 60px auto;
}

.orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.prysmic-logo {
    position: relative;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #8a2be2, #4169e1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(138, 43, 226, 0.4);
    animation: centerPulse 4s ease-in-out infinite;
}

@keyframes centerPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.orbit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    transform-origin: 150px 30px;
    animation: orbit 20s linear infinite;
}

.orbit-icon:nth-child(2) { animation-delay: 0s; }
.orbit-icon:nth-child(3) { animation-delay: -3.33s; }
.orbit-icon:nth-child(4) { animation-delay: -6.66s; }
.orbit-icon:nth-child(5) { animation-delay: -10s; }
.orbit-icon:nth-child(6) { animation-delay: -13.33s; }
.orbit-icon:nth-child(7) { animation-delay: -16.66s; }

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    animation: counterRotate 20s linear infinite reverse;
}

.orbit-icon:hover .icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.2);
    box-shadow: 0 10px 20px rgba(138, 43, 226, 0.4);
}

@keyframes orbit {
    0% { transform: rotate(0deg) translateX(150px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@keyframes counterRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

/* Platform-specific colors */
.youtube .icon-wrapper { border-color: rgba(255, 0, 0, 0.5); }
.youtube:hover .icon-wrapper { background: rgba(255, 0, 0, 0.2); border-color: rgba(255, 0, 0, 0.8); }

.twitter .icon-wrapper { border-color: rgba(29, 161, 242, 0.5); }
.twitter:hover .icon-wrapper { background: rgba(29, 161, 242, 0.2); border-color: rgba(29, 161, 242, 0.8); }

.instagram .icon-wrapper { border-color: rgba(193, 53, 132, 0.5); }
.instagram:hover .icon-wrapper { background: rgba(193, 53, 132, 0.2); border-color: rgba(193, 53, 132, 0.8); }

.reddit .icon-wrapper { border-color: rgba(255, 69, 0, 0.5); }
.reddit:hover .icon-wrapper { background: rgba(255, 69, 0, 0.2); border-color: rgba(255, 69, 0, 0.8); }

.meta .icon-wrapper { border-color: rgba(24, 119, 242, 0.5); }
.meta:hover .icon-wrapper { background: rgba(24, 119, 242, 0.2); border-color: rgba(24, 119, 242, 0.8); }

.tiktok .icon-wrapper { border-color: rgba(255, 0, 80, 0.5); }
.tiktok:hover .icon-wrapper { background: rgba(255, 0, 80, 0.2); border-color: rgba(255, 0, 80, 0.8); }

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 80px;
}

.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, #8a2be2, #4169e1);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.4);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

/* Problem/Solution Section */
.problem-solution {
    padding: 100px 0;
    text-align: center;
}

.problem-solution h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #ff6b6b;
}

.solution {
    margin-top: 40px;
}

.solution h3 {
    font-size: 2.2rem;
    color: #4ecdc4;
    margin-bottom: 20px;
}

.solution p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Features Section */
.features {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.2);
}

.features h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    background: linear-gradient(135deg, #ffffff, #8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(138, 43, 226, 0.2);
    backdrop-filter: blur(10px);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(138, 43, 226, 0.2);
    border-color: rgba(138, 43, 226, 0.5);
}

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #8a2be2;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Who It's For Section */
.target-audience {
    padding: 100px 0;
    text-align: center;
}

.target-audience h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #ffffff, #4ecdc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.audience-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.audience-tag {
    background: linear-gradient(135deg, #8a2be2, #4169e1);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.audience-tag:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.3);
}

/* Testimonials */
.testimonials {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.2);
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #4ecdc4;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(138, 43, 226, 0.2);
    backdrop-filter: blur(10px);
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.testimonial-author {
    color: #8a2be2;
    font-weight: 600;
}

/* Email Capture */
.email-capture {
    padding: 100px 0;
    text-align: center;
}

.email-capture h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.email-form {
    max-width: 500px;
    margin: 40px auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.email-input {
    flex: 1;
    min-width: 300px;
    padding: 18px 25px;
    border: 2px solid rgba(138, 43, 226, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.email-input:focus {
    border-color: #8a2be2;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.3);
}

.email-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Footer */
footer {
    padding: 60px 0 40px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    border-top: 1px solid rgba(138, 43, 226, 0.2);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #8a2be2;
}

.footer-text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hero h1 {
        font-size: 3rem;
    }
    
    .social-orbit {
        width: 250px;
        height: 250px;
        margin-bottom: 40px;
    }
    
    .orbit-icon {
        transform-origin: 125px 25px;
    }
    
    .prysmic-logo {
        width: 100px;
        height: 100px;
    }
    
    .orbit-icon, .icon-wrapper {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }
    
    .email-form {
        flex-direction: column;
        align-items: center;
    }
    
    .email-input {
        min-width: auto;
        width: 100%;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* Scroll animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}