.elementor-kit-158{--e-global-color-primary:#060B1A;--e-global-color-secondary:#00D4FF;--e-global-color-text:#000000;--e-global-color-accent:#0100FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-158 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-section,
.e-con,
.hero-content,
.labs-section,
.experiences{

    position:relative;
    z-index:2;
}

.elelab-hero{
    min-height:100vh;
    background:transparent;
    position:relative;
    overflow:hidden;
		background:radial-gradient(circle at center,
			rgba(0,212,255,.08),transparent 50%),#050816;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
    padding:20px;
}

.elelab-content{
    position:relative;
    z-index:10;
    max-width:800px;
}

.elelab-badge{
    display:inline-block;

    padding:10px 20px;

    border:1px solid rgba(0,212,255,.3);

    border-radius:999px;

    color:#00D4FF;

    margin-bottom:25px;
}

.elelab-content h1{

    color:white;

    font-size:72px;

    line-height:1.2;

    margin-bottom:25px;
}

.elelab-content p{

    color:#B8C4D0;

    font-size:22px;

    line-height:2;
}

.elelab-buttons{

    margin-top:40px;
}

.elelab-btn-primary{

    background:#00D4FF;

    color:black;

    padding:16px 35px;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    margin-left:15px;
}

.elelab-btn-secondary{

    border:1px solid #00D4FF;

    color:#00D4FF;

    padding:16px 35px;

    border-radius:999px;

    text-decoration:none;
}

.elelab-btn-primary:hover,
.elelab-btn-secondary:hover{

    transform:translateY(-4px);
}

#neural-network{

position:fixed;

top:0;
left:0;

width:100vw;
height:100vh;

z-index:0;

pointer-events:none;

opacity:.45;
}

@media(max-width:768px){

.elelab-content h1{

    font-size:42px;
}

.elelab-content p{

    font-size:18px;
}

}
.elelab-content{
    position:relative;
    z-index:100;
}

#neural-network{
    opacity:.4;
}
.elelab-products{

padding:140px 8%;

background:#060b1a;

position:relative;

z-index:10;
}

.elelab-products h2{

text-align:center;

font-size:52px;

color:white;

margin-bottom:80px;
}

.products-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(300px,1fr));

gap:30px;
}

.product-card{

background:
rgba(255,255,255,.03);

border:
1px solid rgba(0,212,255,.15);

padding:40px;

border-radius:30px;

transition:.4s;
}

.product-card:hover{

transform:
translateY(-12px);

border-color:#00D4FF;

box-shadow:
0 0 40px rgba(0,212,255,.15);
}

.icon{

font-size:42px;

margin-bottom:25px;
}

.product-card h3{

color:white;

font-size:28px;

margin-bottom:20px;
}

.product-card p{

color:#AAB6C4;

line-height:2;
}
body{
background:#050816;
}
#spotlight{

position:fixed;

width:300px;
height:300px;

border-radius:50%;

background:
radial-gradient(
circle,
rgba(0,212,255,.15),
transparent 70%
);

pointer-events:none;

z-index:0;

transform:
translate(-50%,-50%);
}
.elementor-section,
.elementor-container,
.elementor-widget{

position:relative;
z-index:2;
}
.e-con{
position:relative;
z-index:2;
}
.elelab-hero{

    min-height:100vh;

    position:relative;

    overflow:hidden;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    background:#050816;
}

.hero-content{

    position:relative;

    z-index:10;

    max-width:900px;

    padding:20px;
}

.hero-tag{

    display:inline-block;

    color:#00D4FF;

    border:1px solid rgba(0,212,255,.3);

    border-radius:999px;

    padding:10px 20px;

    margin-bottom:30px;
}

.hero-content h1{

    color:white;

    font-size:clamp(3rem,8vw,6rem);

    line-height:1.1;

    margin-bottom:25px;
}

.hero-content p{

    color:#B8C4D0;

    font-size:1.2rem;

    line-height:1.8;

    max-width:700px;

    margin:auto;
}

.hero-buttons{

    margin-top:40px;
}

.btn-primary{

    background:#00D4FF;

    color:#000;

    padding:16px 36px;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    margin-right:15px;
}

.btn-secondary{

    color:#00D4FF;

    border:1px solid #00D4FF;

    padding:16px 36px;

    border-radius:999px;

    text-decoration:none;
}

.btn-primary:hover,
.btn-secondary:hover{

    transform:translateY(-4px);

    transition:.3s;
}

.scroll-indicator{

    position:absolute;

    bottom:30px;

    left:50%;

    transform:translateX(-50%);

    color:#00D4FF;

    animation:bounce 2s infinite;

    z-index:10;
}

@keyframes bounce{

    0%,100%{
        transform:
        translateX(-50%)
        translateY(0);
    }

    50%{
        transform:
        translateX(-50%)
        translateY(10px);
    }

}
#spotlight{

    position:fixed;

    width:350px;

    height:350px;

    border-radius:50%;

    pointer-events:none;

    z-index:1;

    background:
    radial-gradient(
    circle,
    rgba(0,212,255,.15),
    transparent 70%
    );

    transform:
    translate(-50%,-50%);
}
.hero-content h1{

text-shadow:
0 0 25px rgba(0,212,255,.15);

}
.lab-card{

    transition:.35s ease;

    border:1px solid rgba(0,212,255,.15);

    backdrop-filter:blur(10px);

}

.lab-card:hover{

    transform:
    translateY(-12px);

    border-color:#00D4FF;

    box-shadow:
    0 0 40px rgba(0,212,255,.25);

}
.labs-section{

    padding:120px 8%;

    position:relative;

    z-index:2;
}

.labs-header{

    text-align:center;

    max-width:800px;

    margin:auto auto 80px;
}

.labs-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.labs-header p{

    color:#B8C4D0;

    font-size:20px;

    line-height:1.8;
}

.labs-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(320px,1fr));

    gap:30px;
}

.lab-card{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:30px;

    padding:40px;

    backdrop-filter:blur(12px);

    transition:.35s ease;

    position:relative;

    overflow:hidden;
}

.lab-card:hover{

    transform:
    translateY(-12px);

    border-color:#00D4FF;

    box-shadow:
    0 0 40px rgba(0,212,255,.2);
}
.lab-icon{

    font-size:90px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:35px;

    transition:.4s ease;
}

.lab-card h3{

    color:white;

    font-size:30px;

    margin-bottom:20px;
}

.lab-card p{

    color:#B8C4D0;

    line-height:1.8;

    margin-bottom:30px;
}

.lab-card a{

    color:#00D4FF;

    text-decoration:none;

    font-weight:600;
}

.lab-card::before{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:
    radial-gradient(
    circle,
    rgba(0,212,255,.15),
    transparent 70%
    );

    top:-120px;

    right:-120px;

    opacity:0;

    transition:.4s;
}

.lab-card:hover::before{

    opacity:1;
}
.lab-card{

transition:.35s ease;

backdrop-filter:blur(10px);

}

.lab-card:hover{

transform:translateY(-12px);

border-color:#00D4FF;

box-shadow:
0 0 40px rgba(0,212,255,.25);

}
@keyframes floatIcon{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}

.lab-icon{

    animation:
    floatIcon 4s ease-in-out infinite;
}
.lab-icon{

    position:relative;
}

.lab-icon::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(0,212,255,.25),
    transparent 70%
    );

    z-index:-1;

    filter:blur(20px);
}
.lab-card{

    transform-style:preserve-3d;

    transition:
    transform .2s ease,
    box-shadow .3s ease;
}

.lab-card:hover::before{

    opacity:1;
}
.lab-card:hover .lab-icon{

    transform:scale(1.15);

    filter:
    drop-shadow(0 0 20px #00D4FF);
}
.experiences{

    padding:140px 8%;
}

.experience-header{

    text-align:center;

    margin-bottom:80px;
}

.experience-header h2{

    font-size:60px;

    color:white;
}

.experience-header p{

    color:#B8C4D0;
}

.experience-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(350px,1fr));

    gap:30px;
}

.experience-card{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:30px;

    padding:40px;

    transition:.35s;

    position:relative;

    overflow:hidden;
}

.experience-card:hover{

    transform:
    translateY(-15px);

    border-color:#00D4FF;

    box-shadow:
    0 0 50px rgba(0,212,255,.2);
}

.experience-number{

    font-size:80px;

    font-weight:700;

    color:
    rgba(0,212,255,.15);

    margin-bottom:30px;
}

.experience-card h3{

    color:white;

    font-size:32px;

    margin-bottom:20px;
}

.experience-card p{

    color:#B8C4D0;

    line-height:1.8;

    margin-bottom:25px;
}

.experience-card a{

    color:#00D4FF;

    text-decoration:none;

    font-weight:600;
}
#tsparticles{
    position:fixed;
    inset:0;
    z-index:0;
    pointer-events:none;
}

body{
    background:#050816;
}
.challenge-section{

    padding:140px 8%;

    position:relative;
}

.challenge-header{

    text-align:center;

    margin-bottom:80px;
}

.challenge-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.challenge-header p{

    color:#B8C4D0;

    font-size:20px;
}

.challenge-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(350px,1fr));

    gap:30px;
}

.challenge-card{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:30px;

    padding:40px;

    transition:.35s;

    position:relative;

    overflow:hidden;
}

.challenge-card:hover{

    transform:
    translateY(-15px);

    border-color:#00D4FF;

    box-shadow:
    0 0 50px rgba(0,212,255,.2);
}

.challenge-number{

    display:block;

    font-size:70px;

    color:
    rgba(0,212,255,.15);

    margin-bottom:20px;

    font-weight:700;
}

.challenge-card h3{

    color:white;

    font-size:30px;

    margin-bottom:15px;
}

.challenge-card p{

    color:#B8C4D0;

    line-height:1.8;

    margin-bottom:25px;
}

.challenge-card a{

    color:#00D4FF;

    text-decoration:none;

    font-weight:600;
}
.challenge-card::before{

    content:"";

    position:absolute;

    width:300px;
    height:300px;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.15),
        transparent 70%
    );

    top:-150px;
    right:-150px;

    opacity:0;

    transition:.4s;
}

.challenge-card:hover::before{

    opacity:1;
}
.community-section{

    position:relative;

    padding:180px 8%;

    text-align:center;

    overflow:hidden;
}

.community-content{

    position:relative;

    z-index:2;
}

.community-section h2{

    color:white;

    font-size:70px;

    margin-bottom:25px;
}

.community-section p{

    color:#B8C4D0;

    max-width:800px;

    margin:auto;

    line-height:1.9;

    font-size:20px;
}

.stats-grid{

    margin-top:80px;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(220px,1fr));

    gap:25px;
}

.stat-box{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:25px;

    padding:40px;

    transition:.35s;
}

.stat-box:hover{

    transform:
    translateY(-10px);

    border-color:#00D4FF;

    box-shadow:
    0 0 40px rgba(0,212,255,.2);
}

.counter{

    display:block;

    font-size:55px;

    color:#00D4FF;

    font-weight:700;

    margin-bottom:15px;
}

.stat-box h4{

    color:white;
}

.community-btn{

    display:inline-block;

    margin-top:70px;

    padding:18px 40px;

    border-radius:999px;

    background:#00D4FF;

    color:#000;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.community-btn:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 0 40px rgba(0,212,255,.4);
}
.community-glow{

    position:absolute;

    width:900px;

    height:900px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.12),
        transparent 70%
    );

    top:50%;

    left:50%;

    transform:
    translate(-50%,-50%);

    filter:blur(60px);

    z-index:1;
}
body::before{

content:"";

position:fixed;

inset:0;

background:
radial-gradient(
circle at 20% 30%,
rgba(0,212,255,.08),
transparent 50%
),

radial-gradient(
circle at 80% 70%,
rgba(0,150,255,.05),
transparent 50%
);

pointer-events:none;

z-index:0;
}
.brain-container{

    position:relative;

    width:500px;

    height:500px;

    display:flex;

    justify-content:center;

    align-items:center;
}

.brain-icon{

    font-size:180px;

    z-index:3;

    animation:
    pulseBrain 3s ease-in-out infinite;
}

@keyframes pulseBrain{

    0%,100%{

        transform:scale(1);
    }

    50%{

        transform:scale(1.08);
    }
}

.brain-glow{

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.25),
        transparent 70%
    );

    filter:blur(50px);
}
.neuro-hero{

    min-height:100vh;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 8%;

    position:relative;

    overflow:hidden;
}

.neuro-content{

    max-width:650px;

    z-index:2;
}

.neuro-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    border:1px solid rgba(0,212,255,.25);

    color:#00D4FF;

    margin-bottom:30px;
}

.neuro-content h1{

    color:white;

    font-size:clamp(3rem,7vw,6rem);

    line-height:1.1;

    margin-bottom:25px;

    text-shadow:
    0 0 25px rgba(0,212,255,.2);
}

.neuro-content p{

    color:#B8C4D0;

    font-size:1.2rem;

    line-height:1.8;

    margin-bottom:40px;
}

.neuro-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;
}

.btn-primary{

    background:#00D4FF;

    color:#000;

    padding:16px 35px;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;
}

.btn-secondary{

    border:1px solid #00D4FF;

    color:#00D4FF;

    padding:16px 35px;

    border-radius:999px;

    text-decoration:none;
}

.btn-primary:hover,
.btn-secondary:hover{

    transform:translateY(-4px);

    transition:.3s;
}
.orbit{

    position:absolute;

    border-radius:50%;

    border:
    1px solid rgba(0,212,255,.15);
}

.orbit1{

    width:280px;
    height:280px;

    animation:
    rotateOrbit 18s linear infinite;
}

.orbit2{

    width:380px;
    height:380px;

    animation:
    rotateOrbit 25s linear infinite reverse;
}

.orbit3{

    width:480px;
    height:480px;

    animation:
    rotateOrbit 35s linear infinite;
}

@keyframes rotateOrbit{

    from{

        transform:rotate(0deg);
    }

    to{

        transform:rotate(360deg);
    }
}
@media(max-width:900px){

.neuro-hero{

    flex-direction:column;

    text-align:center;

    padding-top:120px;
}

.brain-container{

    width:350px;

    height:350px;

    margin-top:50px;
}

.brain-icon{

    font-size:120px;
}

}
.age-section{

    padding:140px 8%;

    position:relative;
}

.age-header{

    text-align:center;

    margin-bottom:80px;
}

.age-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.age-header p{

    color:#B8C4D0;

    font-size:20px;
}

.age-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(320px,1fr));

    gap:30px;
}

.age-card{

    position:relative;

    padding:45px;

    border-radius:30px;

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    backdrop-filter:blur(12px);

    overflow:hidden;

    transition:.4s;
}

.age-card:hover{

    transform:
    translateY(-15px);

    border-color:#00D4FF;

    box-shadow:
    0 0 50px rgba(0,212,255,.2);
}
.age-icon{

    font-size:90px;

    text-align:center;

    margin-bottom:25px;

    transition:.4s;

    animation:
    floatAge 4s ease-in-out infinite;
}

@keyframes floatAge{

    0%,100%{

        transform:
        translateY(0);
    }

    50%{

        transform:
        translateY(-10px);
    }
}

.age-card:hover .age-icon{

    transform:
    scale(1.15);

    filter:
    drop-shadow(0 0 20px #00D4FF);
}
.age-range{

    display:block;

    color:#00D4FF;

    margin-bottom:15px;

    font-weight:600;
}

.age-card h3{

    color:white;

    font-size:32px;

    margin-bottom:20px;
}

.age-card p{

    color:#B8C4D0;

    line-height:1.8;

    margin-bottom:25px;
}

.age-card a{

    color:#00D4FF;

    text-decoration:none;

    font-weight:700;
}
.age-card::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.15),
        transparent 70%
    );

    top:-150px;

    right:-150px;

    opacity:0;

    transition:.4s;
}

.age-card:hover::before{

    opacity:1;
}
.featured-card{

    border-color:
    rgba(0,212,255,.4);
}
.kits-section{

    padding:140px 8%;
}

.kits-header{

    text-align:center;

    margin-bottom:80px;
}

.kits-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.kits-header p{

    color:#B8C4D0;

    font-size:20px;
}

.kits-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    grid-template-rows:repeat(3,1fr);

    gap:25px;
}
.featured-kit{

    grid-row:1 / span 3;

    background:
    linear-gradient(
        135deg,
        rgba(0,212,255,.08),
        rgba(255,255,255,.03)
    );

    border:
    1px solid rgba(0,212,255,.2);

    border-radius:35px;

    padding:60px;

    position:relative;

    overflow:hidden;

    transition:.4s;
}

.featured-kit:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 0 60px rgba(0,212,255,.2);
}
.small-kit{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:25px;

    padding:30px;

    transition:.35s;
}

.small-kit:hover{

    transform:
    translateX(8px);

    border-color:#00D4FF;

    box-shadow:
    0 0 30px rgba(0,212,255,.15);
}
.kit-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:999px;

    background:#00D4FF;

    color:#000;

    font-weight:700;

    margin-bottom:25px;
}

.featured-kit h3{

    color:white;

    font-size:48px;

    margin-bottom:25px;
}

.featured-kit p{

    color:#B8C4D0;

    line-height:1.9;

    margin-bottom:35px;
}

.featured-kit a{

    color:#00D4FF;

    text-decoration:none;

    font-weight:700;
}

.small-kit h4{

    color:white;

    font-size:24px;

    margin-bottom:15px;
}

.small-kit p{

    color:#B8C4D0;

    line-height:1.7;
}
.featured-kit::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.12),
        transparent 70%
    );

    top:-250px;

    right:-250px;

    animation:
    pulseGlow 6s ease-in-out infinite;
}

@keyframes pulseGlow{

    0%,100%{

        transform:scale(1);
    }

    50%{

        transform:scale(1.2);
    }
}
.brain-tests{

    padding:140px 8%;
}

.tests-header{

    text-align:center;

    margin-bottom:80px;
}

.tests-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.tests-header p{

    color:#B8C4D0;

    font-size:20px;
}

.tests-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(320px,1fr));

    gap:30px;
}

.test-card{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:30px;

    padding:40px;

    text-align:center;

    transition:.35s;
}

.test-card:hover{

    transform:
    translateY(-12px);

    border-color:#00D4FF;

    box-shadow:
    0 0 40px rgba(0,212,255,.2);
}

.test-icon{

    font-size:80px;

    margin-bottom:25px;
}

.test-card h3{

    color:white;

    margin-bottom:20px;
}

.test-card p{

    color:#B8C4D0;

    margin-bottom:25px;
}
#reaction-btn{

    background:#00D4FF;

    color:#000;

    border:none;

    padding:15px 30px;

    border-radius:999px;

    font-weight:700;

    cursor:pointer;
}

#reaction-result{

    color:#00D4FF;

    margin-top:20px;

    font-size:22px;

    font-weight:700;
}
.experiments-section{

    padding:140px 8%;
}

.experiments-header{

    text-align:center;

    margin-bottom:80px;
}

.experiments-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.experiments-header p{

    color:#B8C4D0;

    font-size:20px;
}

.experiments-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(350px,1fr));

    gap:30px;
}

.experiment-card{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:30px;

    padding:40px;

    transition:.4s;

    position:relative;

    overflow:hidden;
}

.experiment-card:hover{

    transform:
    translateY(-15px);

    border-color:#00D4FF;

    box-shadow:
    0 0 50px rgba(0,212,255,.2);
}
.difficulty{

    display:inline-block;

    padding:8px 16px;

    border-radius:999px;

    font-size:14px;

    margin-bottom:25px;
}

.beginner{

    background:
    rgba(0,255,150,.15);

    color:#00ff99;
}

.intermediate{

    background:
    rgba(255,200,0,.15);

    color:#ffd000;
}

.advanced{

    background:
    rgba(255,80,80,.15);

    color:#ff7070;
}
.experiment-card h3{

    color:white;

    font-size:30px;

    margin-bottom:20px;
}

.experiment-card p{

    color:#B8C4D0;

    line-height:1.8;

    margin-bottom:25px;
}

.experiment-meta{

    display:flex;

    justify-content:space-between;

    margin-bottom:25px;

    color:#8FA5B8;
}

.experiment-card a{

    color:#00D4FF;

    text-decoration:none;

    font-weight:700;
}
.experiment-card::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.15),
        transparent 70%
    );

    top:-180px;

    right:-180px;

    opacity:0;

    transition:.4s;
}

.experiment-card:hover::before{

    opacity:1;
}
.journey-section{

    padding:140px 8%;

    position:relative;
}

.journey-header{

    text-align:center;

    margin-bottom:100px;
}

.journey-header h2{

    color:white;

    font-size:60px;

    margin-bottom:20px;
}

.journey-header p{

    color:#B8C4D0;

    font-size:20px;
}

.journey-line{

    position:relative;

    max-width:1000px;

    margin:auto;
}

.journey-line::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    bottom:0;

    width:3px;

    background:
    linear-gradient(
        #00D4FF,
        rgba(0,212,255,.1)
    );

    transform:translateX(-50%);
}
.journey-step{

    position:relative;

    width:45%;

    margin-bottom:80px;

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:25px;

    padding:30px;

    transition:.4s;
}

.journey-step:nth-child(odd){

    margin-right:auto;
}

.journey-step:nth-child(even){

    margin-left:auto;
}

.journey-step:hover{

    transform:translateY(-8px);

    border-color:#00D4FF;

    box-shadow:
    0 0 40px rgba(0,212,255,.2);
}
.journey-node{

    position:absolute;

    top:40px;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#00D4FF;

    box-shadow:
    0 0 20px #00D4FF,
    0 0 40px #00D4FF;
}

.journey-step:nth-child(odd) .journey-node{

    right:-52px;
}

.journey-step:nth-child(even) .journey-node{

    left:-52px;
}
.journey-step h3{

    color:white;

    font-size:28px;

    margin-bottom:15px;
}

.journey-step p{

    color:#B8C4D0;

    line-height:1.8;
}
.journey-step h3{

    color:white;

    font-size:28px;

    margin-bottom:15px;
}

.journey-step p{

    color:#B8C4D0;

    line-height:1.8;
}
@media(max-width:768px){

.journey-line::before{

    left:20px;
}

.journey-step{

    width:calc(100% - 60px);

    margin-left:60px !important;
}

.journey-node{

    left:-50px !important;
    right:auto !important;
}

}
.community-final{

    position:relative;

    padding:180px 8%;

    text-align:center;

    overflow:hidden;
}

.community-wrapper{

    position:relative;

    z-index:2;
}
.community-glow{

    position:absolute;

    width:1000px;

    height:1000px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,212,255,.15),
        transparent 70%
    );

    left:50%;

    top:50%;

    transform:
    translate(-50%,-50%);

    filter:blur(80px);

    animation:
    glowPulse 8s ease-in-out infinite;
}

@keyframes glowPulse{

    0%,100%{

        transform:
        translate(-50%,-50%)
        scale(1);
    }

    50%{

        transform:
        translate(-50%,-50%)
        scale(1.2);
    }
}
.community-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:999px;

    border:
    1px solid rgba(0,212,255,.25);

    color:#00D4FF;

    margin-bottom:30px;
}

.community-final h2{

    color:white;

    font-size:clamp(3rem,6vw,5rem);

    margin-bottom:25px;
}

.community-final p{

    color:#B8C4D0;

    max-width:800px;

    margin:auto;

    line-height:1.9;

    font-size:20px;
}
.community-stats{

    margin-top:80px;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(180px,1fr));

    gap:25px;
}

.community-stat{

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(0,212,255,.15);

    border-radius:25px;

    padding:35px;

    transition:.35s;
}

.community-stat:hover{

    transform:
    translateY(-10px);

    border-color:#00D4FF;

    box-shadow:
    0 0 40px rgba(0,212,255,.2);
}
.stat-number{

    display:block;

    color:#00D4FF;

    font-size:50px;

    font-weight:700;

    margin-bottom:10px;
}

.stat-label{

    color:white;

    font-size:18px;
}
.community-main-btn{

    display:inline-block;

    margin-top:70px;

    padding:18px 45px;

    border-radius:999px;

    background:#00D4FF;

    color:#000;

    text-decoration:none;

    font-weight:700;

    transition:.35s;
}

.community-main-btn:hover{

    transform:
    translateY(-5px);

    box-shadow:
    0 0 50px rgba(0,212,255,.4);
}/* End custom CSS */