
.neuro-exp-top-gap-fix ~ .entry-hero .entry-header,
.entry-hero .entry-header{
    min-height:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.neuro-exp-wrapper{
    --neuro-exp-max:1100px;
    --neuro-exp-primary:#24533a;
    --neuro-exp-muted:#607161;
    --neuro-exp-page-bg:#ffffff;
    font-family:inherit;
    color:#18261f;
    padding-bottom:56px;
}
.neuro-exp-font-system{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;}
.neuro-exp-font-serif{font-family:Georgia,"Times New Roman",serif;}
.neuro-exp-font-inter{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;}

.neuro-exp-hero{
    max-width:var(--neuro-exp-max);
    margin:0 auto 42px;
    text-align:center;
    padding:82px 28px 74px;
    background:var(--hero-bg);
    border-radius:var(--hero-radius);
}
.neuro-exp-hero-eyebrow{
    text-transform:uppercase;
    letter-spacing:.2em;
    color:var(--hero-text);
    font-size:11px;
    margin:0 0 10px;
}
.neuro-exp-hero-title{
    color:var(--hero-title);
    font-size:var(--hero-size);
    line-height:1.08;
    margin:0 0 12px;
}
.neuro-exp-hero-subtitle{
    color:var(--hero-text);
    max-width:760px;
    margin:0 auto 24px;
    font-size:15px;
}
.neuro-exp-hero-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--hero-button);
    color:#fff;
    padding:12px 28px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.neuro-exp-hero-btn:before{
    content:"\f345";
    font-family:dashicons;
}

.neuro-exp-section{
    max-width:var(--neuro-exp-max);
    margin:36px auto;
    padding:0 28px;
    color:var(--block-text);
}
.neuro-exp-section-inner{
    background:var(--block-bg);
    border-radius:var(--block-radius);
    padding:0;
}
.neuro-exp-layout-research .neuro-exp-section-inner,
.neuro-exp-layout-dark_cards .neuro-exp-section-inner{
    padding:28px;
    border:1px solid var(--block-card-border);
}
.neuro-exp-layout-dark_cards .neuro-exp-section-inner{
    background:linear-gradient(135deg,var(--block-bg),#355f46);
    box-shadow:0 26px 70px rgba(0,0,0,.28);
}
.neuro-exp-section-shadow .neuro-exp-section-inner{
    box-shadow:0 22px 50px rgba(0,0,0,.10);
}
.neuro-exp-section-header{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:18px;
}
.neuro-exp-section-header>.dashicons{
    color:var(--block-accent);
    margin-top:4px;
}
.neuro-exp-layout-dark_cards .neuro-exp-section-header>.dashicons{
    color:#f5f7f3;
}
.neuro-exp-section-header h2{
    margin:0 0 6px;
    color:var(--block-title);
    font-size:var(--block-title-size);
    line-height:1.2;
}
.neuro-exp-section-header p{
    margin:0;
    color:var(--block-text);
    font-size:var(--block-text-size);
}

/* Timeline */
.neuro-exp-timeline{
    position:relative;
    margin-top:20px;
}
.neuro-exp-timeline:before{
    content:"";
    position:absolute;
    left:95px;
    top:0;
    bottom:0;
    width:2px;
    background:color-mix(in srgb, var(--block-accent) 20%, #dfe7df);
}
.neuro-exp-timeline-item{
    position:relative;
    display:grid;
    grid-template-columns:120px 1fr;
    gap:24px;
    margin-bottom:24px;
}
.neuro-exp-timeline-col-year{
    position:relative;
    text-align:center;
}
.neuro-exp-timeline-col-year:before{
    content:"";
    position:absolute;
    top:50%;
    left:95px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    border:2px solid var(--block-accent);
    transform:translate(-50%,-50%);
    z-index:2;
}
.neuro-exp-year-badge{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#e8efe6;
    color:var(--block-accent);
    border-radius:999px;
    padding:4px 12px;
    font-size:11px;
    position:relative;
    z-index:3;
}
.neuro-exp-timeline-col-card{
    background:var(--block-card-bg);
    border:1px solid var(--block-card-border);
    border-radius:var(--block-radius);
    padding:18px 22px;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.neuro-exp-timeline-col-card h3,
.neuro-exp-research-item h3,
.neuro-exp-card-item h3{
    margin:0 0 6px;
    color:var(--block-title);
    font-size:calc(var(--block-text-size) + 1px);
}
.neuro-exp-item-subtitle{
    color:var(--block-accent);
    margin:0 0 8px;
    font-size:var(--block-text-size);
}
.neuro-exp-item-description{
    color:var(--block-text);
    margin:0;
    font-size:var(--block-text-size);
}

/* Research */
.neuro-exp-research-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.neuro-exp-research-item{
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:center;
    background:var(--block-card-bg);
    border:1px solid var(--block-card-border);
    border-radius:calc(var(--block-radius) - 4px);
    padding:16px 18px;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.neuro-exp-research-main{
    min-width:0;
}
.neuro-exp-badge-row{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:8px;
}
.neuro-exp-pill{
    background:#e8efe6;
    color:var(--block-accent);
    border-radius:999px;
    padding:4px 10px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
}
.neuro-exp-pill--muted{
    background:#f3f5f2;
    color:var(--block-text);
}
.neuro-exp-research-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex-shrink:0;
}
.neuro-exp-btn-outline,
.neuro-exp-btn-ghost,
.neuro-exp-item-links a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    border-radius:999px;
    text-decoration:none;
    white-space:nowrap;
    font-size:12px;
    padding:7px 12px;
}
.neuro-exp-btn-outline,
.neuro-exp-item-links a{
    background:#f7faf7;
    border:1px solid var(--block-accent);
    color:var(--block-accent);
}
.neuro-exp-btn-ghost{
    background:#fff;
    border:1px solid var(--block-accent);
    color:var(--block-accent);
}
.neuro-exp-btn-disabled{
    opacity:.45;
    pointer-events:none;
}

/* Cards */
.neuro-exp-cards-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.neuro-exp-card-item{
    background:var(--block-card-bg);
    border:1px solid var(--block-card-border);
    border-radius:calc(var(--block-radius) - 6px);
    padding:20px 22px;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.neuro-exp-card-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.16);
    color:var(--block-accent);
    margin-bottom:14px;
}
.neuro-exp-layout-dark_cards .neuro-exp-card-icon{
    color:#fff;
}
.neuro-exp-card-icon .dashicons{
    font-size:20px;
}
.neuro-exp-layout-dark_cards .neuro-exp-pill{
    background:rgba(255,255,255,.14);
    color:#fff;
}
.neuro-exp-layout-dark_cards .neuro-exp-card-item h3{
    color:#fff;
}
.neuro-exp-layout-dark_cards .neuro-exp-item-subtitle,
.neuro-exp-layout-dark_cards .neuro-exp-item-description{
    color:var(--block-text);
}
.neuro-exp-item-links{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}

/* Hover */
.neuro-exp-hover-enabled .neuro-exp-timeline-col-card:hover,
.neuro-exp-hover-enabled .neuro-exp-research-item:hover,
.neuro-exp-hover-enabled .neuro-exp-card-item:hover{
    transform:translateY(-4px) scale(1.012);
    box-shadow:0 18px 38px rgba(0,0,0,.11);
    border-color:var(--block-accent);
}
.neuro-exp-hover-enabled .neuro-exp-timeline-item:hover .neuro-exp-year-badge{
    background:var(--block-accent);
    color:#fff;
}
.neuro-exp-hover-enabled .neuro-exp-timeline-item:hover .neuro-exp-timeline-col-year:before{
    background:var(--block-accent);
}

/* CV */
.neuro-exp-cv-wrapper{
    text-align:center;
    margin:42px 0 20px;
}
.neuro-exp-cv-btn{
    --cv-color:#14251b;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--cv-color);
    color:#fff;
    padding:13px 30px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    box-shadow:0 14px 30px rgba(0,0,0,.16);
}
.neuro-exp-cv-btn--disabled{
    opacity:.7;
}

@media(max-width:800px){
    .neuro-exp-hero{
        margin:0 14px 30px;
        padding:52px 18px 44px;
    }
    .neuro-exp-section{
        padding:0 14px;
        margin:28px auto;
    }
    .neuro-exp-section-inner{
        padding:20px !important;
    }
    .neuro-exp-timeline:before{
        left:16px;
    }
    .neuro-exp-timeline-item{
        grid-template-columns:1fr;
        padding-left:38px;
        gap:8px;
    }
    .neuro-exp-timeline-col-year{
        text-align:left;
    }
    .neuro-exp-timeline-col-year:before{
        left:-22px;
        top:50%;
    }
    .neuro-exp-cards-grid{
        grid-template-columns:1fr;
    }
    .neuro-exp-research-item{
        flex-direction:column;
        align-items:flex-start;
    }
    .neuro-exp-research-actions{
        width:100%;
        flex-wrap:wrap;
    }
}
