body#layout_default{

    font-family:'Inter',sans-serif;

    background:var(--bg);

    color:var(--text);

    overflow-x:hidden;
}

#hero{

    position:relative;

    min-height:100vh;

    display:flex;
    align-items:center;

    padding:120px 0;

    overflow:hidden;
}

.hero-bg{

    position:absolute;

    inset:0;

    background:
        radial-gradient(
        circle at 20% 20%,
        rgba(88,101,242,.25),
        transparent 35%
        ),

        radial-gradient(
        circle at 80% 30%,
        rgba(88,101,242,.15),
        transparent 35%
        ),

        radial-gradient(
        circle at 50% 100%,
        rgba(88,101,242,.15),
        transparent 40%
        );

    z-index:-1;
}

.hero-content{

    max-width:900px;

    margin:auto;

    text-align:center;
}

.hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 18px;

    border-radius:999px;

    background:rgba(88,101,242,.15);

    border:1px solid rgba(88,101,242,.35);

    color:#d9ddff;

    margin-bottom:30px;
}

#hero h1{

    font-size:clamp(3rem,8vw,5.5rem);

    font-weight:900;

    line-height:1.05;

    margin-bottom:30px;
}

.hero-subtitle{

    max-width:780px;

    margin:auto;

    font-size:1.25rem;

    line-height:1.8;

    color:var(--muted);
}

.hero-features{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:12px;

    margin-top:40px;
}

.hero-features span{

    padding:12px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#d6dbea;
}

.hero-cta{

    margin-top:50px;
}

.btn-discord-lg{

    position:relative;

    overflow:hidden;

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:20px 40px;

    border-radius:16px;

    background:var(--discord);

    color:#fff;

    font-size:1.1rem;

    font-weight:800;

    text-decoration:none;

    transition:.3s;
}

.btn-discord-lg::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:70px;
    height:100%;

    background:rgba(255,255,255,.25);

    transform:skewX(-25deg);

    transition:.7s;
}

.btn-discord-lg:hover{

    color:white;

    box-shadow:
        0 0 25px rgba(88,101,242,.6),
        0 0 60px rgba(88,101,242,.3);
}

.btn-discord-lg:hover::before{

    left:130%;
}

.btn-discord-lg .fa-arrow-right{

    transition:.25s;
}

.hero-proof{

    margin-top:30px;

    color:var(--muted);

    font-size:.95rem;
}

@media(max-width:768px){

    #hero{

        min-height:auto;

        padding:90px 0;
    }

    .hero-subtitle{

        font-size:1.05rem;
    }

    .btn-discord-lg{

        width:100%;

        justify-content:center;
    }
}

#community-problem{

    padding:120px 0;
}

.section-header{

    max-width:800px;

    margin:auto;

    text-align:center;

    margin-bottom:70px;
}

.section-tag{

    display:inline-block;

    padding:8px 16px;

    border-radius:999px;

    background:rgba(88,101,242,.15);

    border:1px solid rgba(88,101,242,.35);

    color:#cfd5ff;

    margin-bottom:20px;

    font-size:.9rem;

    font-weight:600;
}

.section-header h2{

    font-size:3rem;

    font-weight:800;

    margin-bottom:25px;
}

.section-header p{

    color:var(--muted);

    line-height:1.8;
}

.problems-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(250px,1fr));

    gap:25px;
}

.problem-card{

    padding:35px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    border-radius:20px;

    transition:.3s;
}

.problem-card:hover{

    transform:translateY(-5px);

    border-color:rgba(88,101,242,.4);
}

.problem-card i{

    font-size:2rem;

    color:var(--discord);

    margin-bottom:20px;
}

.problem-card h3{

    font-size:1.3rem;

    margin-bottom:15px;
}

.problem-card p{

    color:var(--muted);

    line-height:1.7;
}


#philosophy{
    padding:120px 0;
    position:relative;
}

.hexania-system{
    position:relative;
    width:700px;
    height:700px;
    margin:80px auto;
}

.hex-center{
    position:absolute;
    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:180px;
    height:180px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #5865F2,
        #7b86ff
        );

    font-size:1.8rem;
    font-weight:900;

    box-shadow:
        0 0 40px rgba(88,101,242,.5);

    z-index:5;
}

.hex-node{
    position:absolute;

    width:160px;
    height:160px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:10px;

    text-align:center;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    clip-path:polygon(
        25% 6.7%,
        75% 6.7%,
        100% 50%,
        75% 93.3%,
        25% 93.3%,
        0% 50%
        );

    transition:.3s;
}

.hex-node:hover{
    transform:scale(1.05);
    border-color:rgba(88,101,242,.6);
    box-shadow:0 0 30px rgba(88,101,242,.25);
}

.hex-node i{
    font-size:2rem;
    color:#7380ff;
}

.hex-node span{
    font-weight:700;
}

.mentalidad{
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.atencion{
    top:120px;
    right:0;
}

.habitos{
    bottom:120px;
    right:0;
}

.estrategia{
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.potenciacion{
    bottom:120px;
    left:0;
}

.exito{
    top:120px;
    left:0;
}

.hex-node.mentalidad:hover, .hex-node.estrategia:hover{
    transform:translateX(-50%) scale(1.05);
    border-color:rgba(88,101,242,.6);
    box-shadow:0 0 30px rgba(88,101,242,.25);
}

.hexania-system::before{
    content:"";

    position:absolute;

    top:50%;
    left:50%;

    width:500px;
    height:500px;

    transform:translate(-50%,-50%);

    border:1px dashed rgba(88,101,242,.25);

    border-radius:50%;
}

.pillars-summary{
    display:grid;

    grid-template-columns:repeat(3, 1fr);

    gap:25px;

    margin-top:40px;
}

@media(max-width:992px){

    .pillars-summary{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .pillars-summary{
        grid-template-columns:1fr;
    }

}

.pillar-card{
    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    border-radius:20px;

    padding:30px;

    transition:.3s;
}

.pillar-card:hover{
    transform:translateY(-5px);

    border-color:rgba(88,101,242,.35);
}

.pillar-card h3{
    font-size:1.2rem;
    margin-bottom:12px;
}

.pillar-card p{
    color:var(--muted);
    line-height:1.7;
    margin:0;
}

@media(max-width:992px){

    .hexania-system{
        width:100%;
        height:auto;
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .hexania-system::before{
        display:none;
    }

    .hex-center{
        position:relative;
        transform:none;
        left:auto;
        top:auto;
        margin:auto;
        grid-column:span 2;
    }

    .hex-node{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        transform:none !important;
        width:100%;
        clip-path:none;
        border-radius:20px;
        height:140px;
    }
}

#inside-hexania{
    padding:120px 0;
}

.hexania-features-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:70px;
}

.feature-box{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.06);
    border-radius:24px;
    padding:35px 30px;
    transition:.3s;
    height:100%;
}

.feature-box:hover{
    transform:translateY(-8px);
    border-color:rgba(88,101,242,.45);
    box-shadow:
        0 10px 30px rgba(88,101,242,.12);
}

.feature-box i{
    font-size:2rem;
    color:#7380ff;
    margin-bottom:20px;
}

.feature-box h3{
    font-size:1.15rem;
    font-weight:700;
    margin-bottom:15px;
}

.feature-box p{
    color:var(--muted);
    line-height:1.7;
    margin:0;
}

@media(max-width:1200px){

    .hexania-features-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .hexania-features-grid{
        grid-template-columns:1fr;
    }

}

#methodology{
    padding:120px 0;
}

.comparison-box{
    display:grid;
    grid-template-columns:1fr 120px 1fr;
    gap:30px;
    align-items:center;
    margin-top:70px;
}

.comparison-side{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:40px;
}

.comparison-title{
    font-size:1.5rem;
    font-weight:800;
    margin-bottom:25px;
}

.comparison-title.red{
    color:#ff7a7a;
}

.comparison-title.green{
    color:#6cff95;
}

.comparison-side ul{
    list-style:none;
    padding:0;
    margin:0;
}

.comparison-side li{
    padding:12px 0;
    color:var(--muted);
}

.comparison-arrow{
    text-align:center;
    font-size:3rem;
    color:var(--discord);
}

.improvement-journey{
    margin-top:100px;
    text-align:center;
}

.improvement-journey h3{
    margin-bottom:20px;
}

.improvement-journey p{
    color:var(--muted);
}

.journey-graph{
    position:relative;
    max-width:800px;
    height:250px;
    margin:60px auto 30px;
}

.graph-line{
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    height:4px;
    background:linear-gradient(
        90deg,
        #5865F2,
        #8ea0ff
        );

    transform:rotate(-12deg);
    transform-origin:left center;
}

.graph-point{
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#5865F2;
    box-shadow:0 0 15px rgba(88,101,242,.5);
}

.p1{
    left:5%;
    bottom:30px;
}
.p2{
    left:25%;
    bottom:55px;
}
.p3{
    left:45%;
    bottom:95px;
}
.p4{
    left:65%;
    bottom:145px;
}
.p5{
    left:85%;
    bottom:205px;
}

.journey-labels{
    display:flex;
    justify-content:space-between;
    max-width:800px;
    margin:auto;
    color:var(--muted);
}

.method-result{
    margin-top:100px;
}

.method-result h3{
    text-align:center;
    margin-bottom:40px;
}

.result-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.result-card{
    padding:30px;
    border-radius:20px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.06);
    text-align:center;
}

@media(max-width:992px){

    .comparison-box{
        grid-template-columns:1fr;
    }

    .comparison-arrow{
        transform:rotate(90deg);
    }

    .result-grid{
        grid-template-columns:1fr;
    }

    .journey-labels{
        display:none;
    }
}

#founder-story{
    padding:140px 0;
}

.founder-image-wrapper{
    position:relative;
}

.founder-image{

    width:100%;

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        0 0 50px rgba(88,101,242,.15);
}

.lead-story{
    font-size:1.25rem;
    font-weight:600;
    color:#ffffff;
}

.story-highlight{

    display:flex;
    gap:20px;

    align-items:flex-start;

    margin:35px 0;

    padding:25px;

    border-radius:20px;

    background:rgba(88,101,242,.08);

    border:1px solid rgba(88,101,242,.25);
}

.story-highlight i{

    color:#7380ff;

    font-size:1.6rem;

    margin-top:3px;
}

.story-highlight span{

    font-size:1.1rem;

    line-height:1.8;

    color:#ffffff;
}

.founder-final{

    margin-top:30px;

    padding-left:20px;

    border-left:4px solid #5865F2;

    font-size:1.15rem;

    font-weight:600;

    color:#ffffff;
}

#founder-story p{

    color:var(--muted);

    line-height:1.9;
}

@media(max-width:992px){

    #founder-story{
        padding:100px 0;
        text-align:center;
    }

    .story-highlight{
        text-align:left;
    }

    .founder-final{
        border-left:none;
        border-top:4px solid #5865F2;
        padding-left:0;
        padding-top:20px;
    }
}

#inside-screenshots{
    padding:140px 0;
}

.screenshots-grid{

    display:grid;

    grid-template-columns:
        repeat(2,1fr);

    gap:30px;

    margin-top:70px;
}

.screenshot-card{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    background:#111;
}

.screenshot-card::after{

    content:"";

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    height:70%;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 0%,
        rgba(0,0,0,.8) 20%,
        rgba(0,0,0,.4) 50%,
        rgba(0,0,0,0) 100%
        );

    pointer-events:none;

    z-index:1;
}

.screenshot-card img{

    width:100%;

    display:block;

    transition:.4s;
}

.screenshot-overlay{

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    z-index:2;
}

.screenshot-overlay{

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    padding:30px;

    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
        );
}

.screenshot-overlay h3{

    margin-bottom:10px;

    font-size:1.3rem;

    font-weight:700;
}

.screenshot-overlay p{

    margin:0;

    color:#d1d5db;
}

.screenshot-card:hover img{

    transform:scale(1.05);
}

.community-highlight{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:60px;
}

.highlight-card{

    text-align:center;

    padding:35px;

    border-radius:20px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);
}

.highlight-number{

    font-size:2rem;

    font-weight:800;

    margin-bottom:15px;

    color:#7380ff;
}

.highlight-text{

    color:var(--muted);

    line-height:1.7;
}

@media(max-width:992px){

    .screenshots-grid{
        grid-template-columns:1fr;
    }

    .community-highlight{
        grid-template-columns:1fr;
    }

}

#how-it-works{
    padding:140px 0;
}

.steps-container{

    display:flex;

    align-items:stretch;

    justify-content:center;

    gap:20px;

    margin-top:70px;

    flex-wrap:wrap;
}

.step-card{

    flex:1;

    min-width:220px;

    max-width:260px;

    padding:35px 25px;

    text-align:center;

    border-radius:24px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    transition:.3s;
}

.step-card:hover{

    transform:translateY(-8px);

    border-color:rgba(88,101,242,.4);
}

.step-number{

    width:60px;
    height:60px;

    margin:0 auto 20px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:1.4rem;
    font-weight:800;

    background:#5865F2;

    color:white;
}

.step-card h3{

    font-size:1.15rem;

    margin-bottom:15px;

    font-weight:700;
}

.step-card p{

    color:var(--muted);

    line-height:1.7;

    margin:0;
}

.step-arrow{

    display:flex;

    align-items:center;

    color:#5865F2;

    font-size:1.5rem;
}

.how-it-works-note{

    margin-top:50px;

    text-align:center;

    padding:20px;

    border-radius:16px;

    background:rgba(88,101,242,.08);

    border:1px solid rgba(88,101,242,.2);

    color:#d7dcff;
}

.how-it-works-note i{

    margin-right:10px;

    color:#7380ff;
}

@media(max-width:1200px){

    .step-arrow{
        display:none;
    }

    .steps-container{
        justify-content:center;
    }

}

#testimonials{
    padding:140px 0;
}

.testimonial-grid{

    display:grid;

    grid-template-columns:
        repeat(2,1fr);

    gap:30px;

    margin-top:70px;
}

.testimonial-shot{

    border-radius:20px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.03);

    transition:.3s;

    width:100%;

    display:block;
}

.testimonial-shot:hover{

    transform:translateY(-6px);

    border-color:rgba(88,101,242,.35);

    box-shadow:
        0 15px 40px rgba(88,101,242,.1);
}

@media(max-width:992px){

    .testimonial-grid{
        grid-template-columns:1fr;
    }

}

#faq{
    padding:140px 0;
}

.faq-wrapper{

    max-width:900px;

    margin:70px auto 0;
}

.faq-item{

    margin-bottom:18px;

    border-radius:20px;

    overflow:hidden;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    transition:.3s;
}

.faq-item:hover{

    border-color:rgba(88,101,242,.3);
}

.faq-question{

    width:100%;

    background:none;

    border:none;

    color:white;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:28px 30px;

    font-size:1.1rem;

    font-weight:700;

    cursor:pointer;

    text-align:left;
}

.faq-question i{

    color:#7380ff;

    transition:.3s;
}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .4s ease;
}

.faq-answer p{

    margin:0;

    padding:0 30px 30px;

    color:var(--muted);

    line-height:1.8;
}

.faq-item.active{

    border-color:rgba(88,101,242,.4);

    box-shadow:
        0 10px 35px rgba(88,101,242,.08);
}

.faq-item.active .faq-answer{

    max-height:300px;
}

.faq-item.active .faq-question i{

    transform:rotate(45deg);
}

@media(max-width:768px){

    .faq-question{

        padding:24px;

        font-size:1rem;
    }

    .faq-answer p{

        padding:0 24px 24px;
    }

}

#final-cta{
    padding:160px 0;
}

.final-cta-card{

    position:relative;

    overflow:hidden;

    padding:70px;

    border-radius:40px;

    background:
        radial-gradient(
        circle at top right,
        rgba(88,101,242,.25),
        transparent 35%
        ),
        linear-gradient(
        135deg,
        rgba(255,255,255,.04),
        rgba(255,255,255,.02)
        );

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 20px 60px rgba(0,0,0,.35);
}

.final-cta-image{

    width:100%;

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 15px 40px rgba(0,0,0,.3);
}

.final-cta-card h2{

    font-size:clamp(2.2rem,5vw,4rem);

    font-weight:900;

    line-height:1.1;

    margin:25px 0;
}

.final-cta-card p{

    color:var(--muted);

    font-size:1.1rem;

    line-height:1.9;
}

.final-benefits{

    display:flex;

    flex-direction:column;

    gap:12px;

    margin:35px 0;
}

.final-benefits div{

    display:flex;

    align-items:center;

    gap:12px;

    color:#ffffff;
}

.final-benefits i{

    color:#5ee07b;
}

.btn-final-discord{

    position:relative;

    overflow:hidden;

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:22px 42px;

    border-radius:18px;

    background:#5865F2;

    color:white;

    font-size:1.15rem;

    font-weight:800;

    text-decoration:none;

    transition:.3s;
}

.btn-final-discord:hover{

    color:white;

    transform:translateY(-2px);

    box-shadow:
        0 0 30px rgba(88,101,242,.5),
        0 0 60px rgba(88,101,242,.25);
}

.btn-final-discord::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:80px;
    height:100%;

    background:rgba(255,255,255,.25);

    transform:skewX(-25deg);

    transition:.7s;
}

.btn-final-discord:hover::before{

    left:130%;
}

.btn-final-discord .fa-arrow-right{

    transition:.3s;
}

.btn-final-discord:hover .fa-arrow-right{

    transform:translateX(6px);
}

.final-note{

    margin-top:20px;

    color:var(--muted);

    font-size:.95rem;
}

@media(max-width:992px){

    .final-cta-card{

        padding:40px 30px;
    }

    .final-cta-card{

        text-align:center;
    }

    .final-benefits{

        align-items:center;
    }

}

.mobile-discord-cta{

    display:none;
}

@media(max-width:768px){

    .mobile-discord-cta{

        position:fixed;

        left:15px;
        right:15px;
        bottom:15px;

        z-index:9999;

        display:block;

        opacity:0;

        transform:translateY(100px);

        transition: ease-in-out 0.3s all;
    }

    .mobile-discord-cta.visible{

        opacity:1;

        transform:translateY(0);
    }

    .mobile-discord-cta a{

        display:flex;

        align-items:center;
        justify-content:center;

        gap:12px;

        padding:18px 20px;

        border-radius:18px;

        background:#5865F2;

        color:white;

        text-decoration:none;

        font-weight:800;

        font-size:1rem;

        box-shadow:
            0 10px 30px rgba(88,101,242,.4);

        animation:
            hexaniaPulse 3s infinite;
    }

    .mobile-discord-cta a:hover{

        color:white;
    }

}


#course-player{

    padding:120px 0;
}

.course-video-main{

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    overflow:hidden;

    margin-bottom:40px;
}

.video-wrapper{

    position:relative;

    padding-bottom:56.25%;

    height:0;
}

.video-wrapper iframe{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;
}

.lesson-grid{

    display:grid;

     grid-template-columns:repeat(3,1fr);

    gap:20px;
}

.lesson-card{

    display:flex;

    gap:15px;

    align-items:center;

    padding:15px;

    border-radius:20px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.06);

    cursor:pointer;

    transition:.3s;
}

.lesson-card:hover{

    transform:translateY(-3px);

    border-color:rgba(88,101,242,.45);
}

.lesson-card.active{

    border-color:#5865F2;

    box-shadow:
        0 0 25px rgba(88,101,242,.2);
}

.lesson-thumb{

    width:140px;

    height:80px;

    object-fit:cover;

    border-radius:12px;

    flex-shrink:0;
}

.lesson-info{

    flex:1;
}

.lesson-title{

    font-weight:700;

    line-height:1.5;
}

@media(max-width:768px){

    .lesson-grid{

        grid-template-columns:1fr;
    }

    .lesson-thumb{

        width:120px;
        height:70px;
    }

}

#donation-box,
#money-distribution,
#transparency{
    padding:120px 0;
}

.donation-card{

    max-width:600px;

    margin:auto;

    padding:50px;

    border-radius:30px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    text-align:center;
}

.amount-input{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:15px;

    margin-bottom:30px;
}

.amount-input span{

    font-size:2rem;

    font-weight:800;
}

.amount-input input{

    width:180px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:16px;

    padding:18px;

    color:white;

    text-align:center;

    font-size:1.5rem;

    font-weight:700;
}

.btn-donate{

    border:none;

    border-radius:16px;

    padding:18px 35px;

    background:#5865F2;

    color:white;

    font-weight:800;

    transition:.3s;
}

.btn-donate:hover{

    transform:translateY(-2px);

    box-shadow:
        0 0 30px rgba(88,101,242,.4);
}

.distribution-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;
}

.distribution-card{

    padding:40px;

    border-radius:24px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);
}

.distribution-percent{

    font-size:4rem;

    font-weight:900;

    color:#7380ff;

    margin-bottom:20px;
}

.distribution-card ul{

    margin-top:20px;

    color:var(--muted);

    line-height:2;
}

.transparency-box{

    max-width:900px;

    margin:auto;

    padding:50px;

    border-radius:30px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    text-align:center;
}

.transparency-box p{

    color:var(--muted);

    line-height:1.9;
}

@media(max-width:768px){

    .distribution-grid{

        grid-template-columns:1fr;
    }

    .donation-card,
    .transparency-box{

        padding:30px 25px;
    }
}
#layout_default h1, #layout_default h2,#layout_default h3,#layout_default h4{color:#fff;}
#layout_default .mobile-discord-cta a{text-decoration:none !important;}