/* Reorganized from wwwroot/css/HomeScreen/base.css. */

.logo-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}


.logo-hero {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f6f8fc 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 60px 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 32px;
}


    .logo-hero::before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        top: -120px;
        right: -80px;
        background: radial-gradient(circle, rgba(86, 119, 255, 0.12) 0%, rgba(86, 119, 255, 0) 70%);
        border-radius: 50%;
    }


    .logo-hero::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        bottom: -120px;
        left: -60px;
        background: radial-gradient(circle, rgba(255, 120, 120, 0.10) 0%, rgba(255, 120, 120, 0) 70%);
        border-radius: 50%;
    }


.logo-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}


.logo-img {
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.10));
}


.logo-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #3056d3;
    background: rgba(48, 86, 211, 0.08);
    border: 1px solid rgba(48, 86, 211, 0.12);
    border-radius: 999px;
}


.logo-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1c1f26;
    margin-bottom: 14px;
}


.logo-subtitle {
    font-size: 1.05rem;
    color: #6b7280;
    margin-top: 0;
}


.logo-content-wrap {
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 40px 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


.logo-content {
    font-size: 1rem;
    line-height: 1.95;
    color: #374151;
}


    .logo-content p {
        margin-bottom: 22px;
        text-align: justify;
        text-indent: 40px;
    }


        .logo-content p:last-child {
            margin-bottom: 0;
        }
