.public-navbar {
    background: linear-gradient(90deg, #0f172a, #1e293b) !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.public-navbar .nav-link {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 600;
}

.public-navbar .nav-link:hover {
    color: #c7d2fe !important;
}

.public-logo-navbar {
    height: 42px;
}

.public-logo-hero {
    height: 100px;
}

.public-logo-footer {
    height: 50px;
}

.public-main {
    min-height: calc(100vh - 200px);
}

.public-footer {
    background: #0f172a;
    color: rgba(255,255,255,0.82);
}

.public-footer-title {
    font-weight: 700;
    color: white;
}

.public-footer-link {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.public-footer-link:hover {
    color: #c7d2fe;
}

.public-hero {
    background:
        linear-gradient(rgba(10,20,40,0.82), rgba(10,20,40,0.82)),
        url("/static/core/images/home-science-bg.png") center/cover no-repeat;
    color: white;
    padding: 120px 0 90px;
}

.public-hero-title {
    font-size: 3rem;
    font-weight: 800;
}

.public-hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
}

.public-section {
    padding: 70px 0;
}

.public-section-title {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 15px;
}

.public-section-subtitle {
    color: #6b7280;
    max-width: 700px;
    margin: auto;
}

.public-card {
    border-radius: 16px;
    border: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: transform .2s;
}

.public-card:hover {
    transform: translateY(-5px);
}

.public-card-title {
    font-weight: 700;
}

.public-card-text {
    color: #6b7280;
}

.public-highlight-band {
    background: #0f172a;
    color: white;
    border-radius: 20px;
    padding: 40px;
}

.public-area-chip {
    background: #e0e7ff;
    color: #3730a3;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.public-areas-card {
    background: #f8fafc;
    border-radius: 16px;
}

.public-roadmap-number {
    width: 45px;
    height: 45px;
    background: #111827;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.public-manifesto {
    max-width: 900px;
    margin: auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

.public-final-quote {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.2rem;
}