@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* Unique Modern Aesthetic - Light/Vibrant (Bento Grid) */

.about-page-wrapper {
    background-color: #f8fafc;
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 6rem;
}

/* Background Gradients & Mesh */
.about-page-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 100vh;
    background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08), transparent 60%),
                radial-gradient(circle at 10% 50%, rgba(236, 72, 153, 0.05), transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.08), transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.mesh-grid {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
}

/* Typography Overrides */
h1, h2, h3 {
    font-family: 'Unbounded', sans-serif;
}

.gradient-text {
    background: linear-gradient(135deg, #2563eb, #9333ea, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.text-silver { color: #64748b; }

/* Hero Section */
.hero-unique {
    position: relative;
    z-index: 10;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8rem 2rem 4rem;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    backdrop-filter: blur(10px);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.05);
    color: #0f172a;
}

.hero-pill .dot {
    width: 8px; height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
}

.hero-title-unique {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #0f172a;
    max-width: 1000px;
    letter-spacing: -0.04em;
    text-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.hero-subtitle-unique {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #475569;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 3rem;
}

/* Abstract UI Elements Floating in Hero */
.abstract-ui {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.05);
    z-index: 5;
    animation: floatGen 8s ease-in-out infinite alternate;
}

.aui-1 {
    top: 20%; left: 5%;
    width: 250px;
    transform: rotate(-10deg);
}

.aui-2 {
    bottom: 20%; right: 5%;
    width: 280px;
    transform: rotate(5deg);
    animation-delay: -3s;
}

@keyframes floatGen {
    0% { transform: translateY(0) rotate(var(--rot)); }
    100% { transform: translateY(-30px) rotate(calc(var(--rot) + 5deg)); }
}

/* Bento Grid Philosophy Section */
.bento-section {
    position: relative;
    z-index: 10;
    padding: 4rem 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

.bento-header {
    margin-bottom: 4rem;
    padding-left: 1rem;
    border-left: 4px solid #3b82f6;
}

.bento-header h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 300px;
    gap: 1.5rem;
}

.bento-item {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.03);
}

.bento-item:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(37, 99, 235, 0.2);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08);
}

.bento-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(37,99,235,0.03), transparent 50%);
    pointer-events: none;
}

.bento-wide { grid-column: span 2; }
.bento-tall { grid-row: span 2; }
.bento-full { grid-column: span 4; }

.bento-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #0f172a, #64748b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bento-number {
    font-size: 4rem;
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    color: rgba(0,0,0,0.04);
    position: absolute;
    top: -10px; right: -10px;
    line-height: 1;
}

.bento-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    z-index: 2;
    color: #0f172a;
}

.bento-item p {
    color: #475569;
    line-height: 1.6;
    font-size: 1.05rem;
    z-index: 2;
}

/* Feature specific styling within bento */
.bento-highlight {
    background: linear-gradient(135deg, rgba(37,99,235,0.05), rgba(139,92,246,0.05));
    border-color: rgba(139,92,246,0.2);
}

.bento-img-container {
    width: 100%; height: 120px;
    margin-top: 1rem;
    border-radius: 16px;
    background: rgba(241, 245, 249, 0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Creators Universe */
.creators-section {
    position: relative;
    z-index: 10;
    padding: 8rem 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

.creators-wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    padding: 5rem 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 100px rgba(0,0,0,0.02), 0 30px 60px -15px rgba(0,0,0,0.05);
}

.creators-wrapper::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.c-header { text-align: center; margin-bottom: 4rem; position: relative; z-index: 2; }
.c-header h2 { font-size: 3.5rem; margin-bottom: 1rem; color: #0f172a;}
.c-header p { font-size: 1.2rem; color: #64748b; }

.c-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.creator-card {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(248, 250, 252, 0.6);
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s ease;
}

.creator-card:hover {
    background: #ffffff;
    transform: translateY(-10px);
    border-color: rgba(96, 165, 250, 0.2);
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.05);
}

.c-avatar-wrap {
    width: 140px; height: 140px;
    margin: 0 auto 2rem;
    border-radius: 30px;
    padding: 3px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
    transform: rotate(45deg);
    transition: transform 0.6s ease;
}

.creator-card:hover .c-avatar-wrap { transform: rotate(0deg); }

.c-avatar-inner {
    width: 100%; height: 100%;
    background: #ffffff;
    border-radius: 27px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-avatar-inner img, .c-avatar-inner .initial {
    transform: rotate(-45deg);
    transition: transform 0.6s ease;
}

.creator-card:hover .c-avatar-inner img, 
.creator-card:hover .c-avatar-inner .initial {
    transform: rotate(0deg);
}

.c-avatar-inner img { width: 140%; height: 140%; object-fit: cover; }

.c-avatar-inner .initial {
    font-family: 'Unbounded', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #0f172a;
}

.c-info h3 { font-size: 1.8rem; margin-bottom: 0.5rem; color: #0f172a; }
.c-role { color: #2563eb; font-weight: 700; font-size: 0.95rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px;}

.c-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;}
.c-tag { background: #f1f5f9; padding: 0.3rem 0.8rem; border-radius: 8px; font-size: 0.8rem; color: #475569; font-weight: 600;}

/* Futuristic Footer */
.f-cta {
    text-align: center;
    padding: 6rem 2rem;
    position: relative;
    z-index: 10;
}

.btn-cyber {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 3rem;
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #0f172a;
    background: #ffffff;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-cyber::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, #3b82f6, #ec4899);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-cyber:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.2);
    color: white;
}
.btn-cyber:hover::before { opacity: 1; }

/* Responsive adjustments */
@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-wide { grid-column: span 2; }
    .bento-full { grid-column: span 2; }
    .c-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .about-page-wrapper { padding-bottom: 2rem; }
    
    /* Hero Adjustments */
    .hero-unique { padding: 5rem 1rem 3rem; min-height: 60vh; }
    .hero-title-unique { font-size: clamp(2.2rem, 8vw, 3.5rem); }
    .hero-subtitle-unique { font-size: 1rem; }
    .abstract-ui { display: none; }
    
    /* Section Spacing */
    .bento-section { padding: 2rem 1rem; }
    .creators-section { padding: 4rem 1rem; }
    .f-cta { padding: 4rem 1rem; }

    /* Bento Grid Adjustments */
    .bento-grid { 
        grid-template-columns: 1fr; 
        grid-auto-rows: auto; 
        gap: 1rem;
    }
    .bento-wide, .bento-full, .bento-tall { 
        grid-column: span 1; 
        grid-row: span 1; 
    }
    .bento-item { 
        padding: 1.5rem; 
        min-height: 250px;
    }
    .bento-number { font-size: 3rem; top: 0px; right: 5px; }

    /* Team Grid Adjustments */
    .c-header h2 { font-size: 2.2rem; }
    .c-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .creators-wrapper { padding: 2.5rem 1rem; border-radius: 20px; }
    .creator-card { padding: 2rem 1rem; }
    
    /* Deep Footer Buttons */
    .btn-cyber { padding: 1rem 1.5rem; font-size: 0.95rem; width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .bento-header h2 { font-size: 2rem; }
    .c-avatar-wrap { width: 100px; height: 100px; }
    .c-avatar-inner .initial { font-size: 2.5rem; }
    .bento-item h3 { font-size: 1.3rem; }
    .bento-icon { font-size: 2rem; }
}