*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;line-height:1.6}.App{min-height:100vh}.navbar{background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:8px}.logo-image{height:32px;width:auto}.nav-links{display:flex;align-items:center;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#08c}.nav-separator{color:#666;font-weight:300}.hero{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:100px 0 50px;min-height:85vh;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;justify-items:center}.hero-text h1{font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#08c;margin-bottom:24px;font-weight:500}.hero-description{font-size:1.1rem;color:#a1a1aa;margin-bottom:48px;line-height:1.7}.hero-stats{display:flex;gap:48px}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#08c;line-height:1}.stat-label{font-size:.9rem;color:#71717a;margin-top:8px}.floating-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;box-shadow:0 20px 25px -5px #0000004d}.floating-card h3{font-size:1.5rem;margin-bottom:16px;color:#fff}.floating-card p{color:#a1a1aa;margin-bottom:24px;line-height:1.6}.floating-card ul{list-style:none}.floating-card li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#d4d4d8}.bullet{color:#08c;font-weight:700;font-size:1.2rem}.container{max-width:1200px;margin:0 auto;padding:0 24px}.scope-section{padding:100px 0;background:#0f0f0f}.scope-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:16px;color:#fff}.section-subtitle{text-align:center;font-size:1.2rem;color:#a1a1aa;margin-bottom:64px}.carousel-container{margin-top:64px;position:relative}.carousel-wrapper{overflow:hidden;border-radius:16px}.carousel-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.carousel-slide{min-width:100%;display:flex;gap:24px;padding:0 12px}.carousel-card{flex:1;min-height:320px;border-radius:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;cursor:pointer;transition:all .3s ease}.card-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#0009);z-index:2}.card-category{position:absolute;top:20px;left:20px;background:#000c;color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:3}.card-content{margin-top:60px;flex-grow:1;z-index:3;position:relative;padding:0 32px}.stat-number{font-size:3rem;font-weight:800;color:#08c;margin-bottom:8px}.card-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.7)}.card-description{font-size:1.1rem;color:#fff;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.7);opacity:.95}.card-cta{position:absolute;bottom:20px;right:20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none;z-index:3}.card-cta:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);color:#fff}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding:0 20px}.carousel-arrow{width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.carousel-arrow:hover{background:#0088cc33;border-color:#08c;transform:scale(1.1)}.carousel-dots{display:flex;gap:12px}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#08c;transform:scale(1.2)}.carousel-dot:hover{background:#0088ccb3}@media (max-width: 768px){.carousel-slide{flex-direction:column;gap:16px}.carousel-card{min-height:280px}.card-content{padding:0 24px}.card-title{font-size:1.5rem}.card-description{font-size:1rem}.carousel-controls{padding:0 10px}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}}@media (max-width: 480px){.carousel-card{min-height:240px}.card-content{margin-top:50px;padding:0 20px}.card-title{font-size:1.3rem}.card-description{font-size:.9rem}}.tiers-section{padding:100px 0;background:#0a0a0a}.tiers-section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:16px;color:#fff}.tiers-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-top:64px}.tier-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;position:relative;transition:all .3s ease}.tier-card.featured{border-color:#3b82f6;background:#3b82f60d;transform:scale(1.05)}.tier-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000004d}.tier-header{text-align:center;margin-bottom:24px}.tier-badge{display:inline-block;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:16px}.tier-badge.partner{background:#22c55e33;color:#22c55e;border:1px solid #22c55e}.tier-badge.ambassador{background:#3b82f633;color:#3b82f6;border:1px solid #3b82f6}.tier-badge.pioneer{background:#f59e0b33;color:#f59e0b;border:1px solid #f59e0b}.tier-price{margin-bottom:16px}.credits{display:block;font-size:2.5rem;font-weight:700;color:#fff;line-height:1}.credits-label{display:block;font-size:.9rem;color:#a1a1aa;margin-top:4px}.usd-value{display:block;font-size:1rem;color:#08c;font-weight:600;margin-top:8px}.tier-description{text-align:center;color:#a1a1aa;margin-bottom:32px;font-style:italic}.tier-benefits{list-style:none;margin-bottom:32px}.tier-benefits li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#d4d4d8}.check{color:#08c;font-weight:700;font-size:1.2rem}.tier-requirements{padding:16px;background:#ffffff0d;border-radius:8px;font-size:.9rem;color:#a1a1aa}.tier-note{text-align:center;margin-top:48px;padding:24px;background:#ffffff0d;border-radius:12px;color:#a1a1aa}.creators-section{padding:100px 0;background:#0f0f0f}.creators-section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:16px;color:#fff}.creators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:64px}.creator-category{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px;text-align:center;transition:all .3s ease}.creator-category:hover{background:#ffffff0d;transform:translateY(-4px)}.creator-icon{font-size:3rem;margin-bottom:24px}.creator-category h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#fff}.creator-category p{color:#a1a1aa;line-height:1.6}.ready-section{padding:80px 0;background:linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);text-align:center}.ready-section h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:24px}.ready-section .section-subtitle{font-size:1.2rem;color:#b0b0b0;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.ready-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}@media (max-width: 1024px){.ready-benefits{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.ready-benefits{grid-template-columns:1fr;gap:16px}}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;font-size:1.1rem;color:#fff}.benefit-icon{font-size:2.5rem}.application-section{padding:80px 0;background:#0f0f0f;text-align:center}.application-section h3{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:16px}.form-description{font-size:1.1rem;color:#b0b0b0;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.apply-button-container{text-align:center;margin-top:32px}.apply-button{background:linear-gradient(135deg,#08c,#06a);color:#fff;border:none;padding:16px 48px;font-size:1.2rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0088cc4d}.apply-button:hover{background:linear-gradient(135deg,#06a,#048);transform:translateY(-2px);box-shadow:0 6px 20px #08c6}.footer{background:#0a0a0a;padding:60px 0 40px;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section a{color:#a1a1aa;text-decoration:none;display:block;margin-bottom:8px;transition:color .3s ease}.footer-bottom{text-align:center;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);color:#a1a1aa}.form-note a{color:#08c;text-decoration:none;font-weight:600;margin-left:8px}.form-note a:hover{text-decoration:underline}.footer{background:#000;color:#a1a1aa;padding:64px 0 32px;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-section h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:16px}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:16px}.footer-section p{line-height:1.6;color:#71717a}.footer-section ul{list-style:none}.footer-section li{margin-bottom:8px}.footer-section a{color:#a1a1aa;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#08c}.footer-bottom{text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);color:#71717a}.footer-bottom a{color:#a1a1aa;text-decoration:none;margin:0 8px}.footer-bottom a:hover{color:#08c}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:48px;text-align:center}.hero-text h1{font-size:2.5rem}.hero-stats{justify-content:center;gap:32px}.tiers-container{grid-template-columns:1fr}.tier-card.featured{transform:none}.application-content{grid-template-columns:1fr;gap:48px}.footer-content{grid-template-columns:1fr;gap:32px}.nav-links{display:none}}@media (max-width: 480px){.hero{padding:100px 0 60px}.hero-text h1{font-size:2rem}.hero-stats{flex-direction:column;gap:24px}.scope-grid,.creators-grid{grid-template-columns:1fr}}





/* Custom background images for Who We're Looking For cards */

/* Game Developers card */
.creators-section .grid > div:nth-child(1) {
    background-image: url('GameDevelopers.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .grid > div:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .grid > div:nth-child(1) > * {
    position: relative;
    z-index: 1;
}

/* Digital Artists card */
.creators-section .grid > div:nth-child(2) {
    background-image: url('DigitalArtists.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .grid > div:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .grid > div:nth-child(2) > * {
    position: relative;
    z-index: 1;
}

/* Marketing & Branding card */
.creators-section .grid > div:nth-child(3) {
    background-image: url('Marketing&Branding.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .grid > div:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .grid > div:nth-child(3) > * {
    position: relative;
    z-index: 1;
}

/* Entertainment card */
.creators-section .grid > div:nth-child(4) {
    background-image: url('Entertainment.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .grid > div:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .grid > div:nth-child(4) > * {
    position: relative;
    z-index: 1;
}

/* Content Creators card */
.creators-section .grid > div:nth-child(5) {
    background-image: url('ContentCreators.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .grid > div:nth-child(5)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .grid > div:nth-child(5) > * {
    position: relative;
    z-index: 1;
}

/* AI Enthusiasts card */
.creators-section .grid > div:nth-child(6) {
    background-image: url('AlEnthusiasts.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .grid > div:nth-child(6)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .grid > div:nth-child(6) > * {
    position: relative;
    z-index: 1;
}

/* Ensure text remains readable with enhanced contrast */
.creators-section .grid > div h3,
.creators-section .grid > div p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Ensure icons remain visible */
.creators-section .grid > div .emoji {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}


/* Custom background images for Who We're Looking For cards - CORRECTED SELECTORS */

/* Game Developers card */
.creators-section .creators-grid .creator-category:nth-child(1) {
    background-image: url('GameDevelopers.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .creators-grid .creator-category:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .creators-grid .creator-category:nth-child(1) > * {
    position: relative;
    z-index: 1;
}

/* Digital Artists card */
.creators-section .creators-grid .creator-category:nth-child(2) {
    background-image: url('DigitalArtists.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .creators-grid .creator-category:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .creators-grid .creator-category:nth-child(2) > * {
    position: relative;
    z-index: 1;
}

/* Marketing & Branding card */
.creators-section .creators-grid .creator-category:nth-child(3) {
    background-image: url('Marketing&Branding.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .creators-grid .creator-category:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .creators-grid .creator-category:nth-child(3) > * {
    position: relative;
    z-index: 1;
}

/* Entertainment card */
.creators-section .creators-grid .creator-category:nth-child(4) {
    background-image: url('Entertainment.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .creators-grid .creator-category:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .creators-grid .creator-category:nth-child(4) > * {
    position: relative;
    z-index: 1;
}

/* Content Creators card */
.creators-section .creators-grid .creator-category:nth-child(5) {
    background-image: url('ContentCreators.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .creators-grid .creator-category:nth-child(5)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .creators-grid .creator-category:nth-child(5) > * {
    position: relative;
    z-index: 1;
}

/* AI Enthusiasts card */
.creators-section .creators-grid .creator-category:nth-child(6) {
    background-image: url('AlEnthusiasts.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creators-section .creators-grid .creator-category:nth-child(6)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

.creators-section .creators-grid .creator-category:nth-child(6) > * {
    position: relative;
    z-index: 1;
}

/* Ensure text remains readable with enhanced contrast */
.creators-section .creators-grid .creator-category h3,
.creators-section .creators-grid .creator-category p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* Ensure icons remain visible */
.creators-section .creators-grid .creator-category .creator-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}
