
.about-panel {
    border-radius: 16px;
    padding: 0;
    margin-bottom: 24px;
    border: 1px solid rgba(91, 106, 191, 0.12);
    background: linear-gradient(160deg, #181930 0%, #12131f 50%, #161726 100%);
    position: relative;
    overflow: hidden;
}

.about-panel::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(91, 106, 191, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.about-panel::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(145, 130, 210, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.about-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 36px 0;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.about-header h2 {
    margin: 0;
    font-size: 1.7em;
    font-weight: 700;
    background: linear-gradient(135deg, #e2e6ec 30%, #9182d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.version-tag {
    background: rgba(91, 106, 191, 0.12);
    color: #7a8add;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.72em;
    font-weight: 600;
    border: 1px solid rgba(91, 106, 191, 0.15);
    letter-spacing: 0.5px;
}

.about-header-line {
    height: 1px;
    margin: 0 36px;
    background: linear-gradient(90deg, rgba(91, 106, 191, 0.25), rgba(145, 130, 210, 0.1), transparent);
}

.about-intro {
    padding: 28px 36px 0;
    position: relative;
    z-index: 1;
}

.about-intro p {
    font-size: 1em;
    line-height: 1.85;
    color: rgba(200, 204, 212, 0.7);
    margin-bottom: 20px;
    font-family: 'Georgia', 'Times New Roman', serif;
    text-align: left;
}

.about-intro p:last-child {
    margin-bottom: 0;
}

.about-intro strong {
    color: #c8ccd4;
    font-weight: 600;
}

.intro-lead {
    font-size: 1em !important;
    line-height: 1.85 !important;
    color: rgba(200, 204, 212, 0.7) !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    border-left: none !important;
    font-family: 'Georgia', 'Times New Roman', serif !important;
}

.intro-highlight {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border-left: none !important;
    color: rgba(200, 204, 212, 0.7) !important;
    font-size: 1em !important;
    line-height: 1.85 !important;
    margin: 20px 0 !important;
    font-style: normal !important;
    font-family: 'Georgia', 'Times New Roman', serif !important;
}

.intro-conclusion {
    font-size: 1em !important;
    line-height: 1.85 !important;
    color: rgba(200, 204, 212, 0.7) !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: none !important;
    font-family: 'Georgia', 'Times New Roman', serif !important;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 32px 36px;
    position: relative;
    z-index: 1;
}

.about-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    padding: 28px 24px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(91, 106, 191, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.about-card:hover {
    background: rgba(91, 106, 191, 0.06);
    transform: translateY(-6px);
    border-color: rgba(91, 106, 191, 0.18);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 0 40px rgba(91, 106, 191, 0.05);
}

.about-card:hover::before {
    opacity: 1;
}

.card-icon {
    font-size: 2.2em;
    margin-bottom: 16px;
    display: inline-block;
    filter: saturate(0.85);
}

.about-card h4 {
    color: #e2e6ec;
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.about-card p {
    color: rgba(122, 129, 148, 0.85);
    font-size: 0.88em;
    line-height: 1.65;
}

.borges-quote {
    margin: 40px 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.borges-quote h2 {
    color: #e2e6ec;
    font-size: 1.4em;
    margin: 0 0 24px 0;
    font-weight: 700;
    text-align: left;
    background: linear-gradient(135deg, #e2e6ec 30%, #9182d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
    letter-spacing: 0.02em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.borges-quote p {
    font-size: 1em;
    line-height: 1.85;
    color: rgba(200, 204, 212, 0.7);
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Georgia', 'Times New Roman', serif;
    text-indent: 0;
    position: relative;
    padding-left: 0;
    font-weight: 400;
}

.borges-quote p:first-of-type {
    margin-top: 0;
}

.borges-quote p:last-child {
    margin-bottom: 0;
    font-weight: 400;
    color: rgba(200, 204, 212, 0.7);
    text-align: left;
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
    font-style: normal;
    font-size: 1em;
}

.borges-quote p:nth-child(6) {
    font-weight: 400;
    color: rgba(200, 204, 212, 0.7);
    font-size: 1em;
    text-align: left;
    margin: 20px 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    font-style: normal;
}

.about-quote {
    margin: 0 36px 36px;
    background: rgba(12, 12, 22, 0.5);
    border-left: 3px solid rgba(91, 106, 191, 0.5);
    padding: 24px 28px;
    border-radius: 0 12px 12px 0;
    position: relative;
    z-index: 1;
}

.about-quote::before {
    content: '«';
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 3em;
    color: rgba(91, 106, 191, 0.1);
    font-family: 'Georgia', serif;
    line-height: 1;
    pointer-events: none;
}

.about-quote blockquote {
    color: rgba(174, 180, 196, 0.8);
    font-style: italic;
    font-size: 1em;
    line-height: 1.7;
    margin: 0 0 12px 0;
    font-family: 'Georgia', 'Times New Roman', serif;
    padding-left: 20px;
}

.about-quote cite {
    display: block;
    color: rgba(91, 106, 191, 0.7);
    font-size: 0.85em;
    font-weight: 600;
    font-style: normal;
    padding-left: 20px;
}

.about-cta {
    margin: 60px 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.about-cta::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(91, 106, 191, 0.4), rgba(145, 130, 210, 0.3), rgba(91, 106, 191, 0.4), transparent);
}

.cta-content {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: none;
    position: relative;
    overflow: visible;
    text-align: center;
    transition: none;
}

.cta-content:hover {
    background: transparent;
    border: none;
    transform: none;
}

.cta-content::before {
    display: none;
}

.cta-content::after {
    display: none;
}

.about-cta h2 {
    color: rgba(200, 204, 212, 0.7);
    font-size: 1em;
    margin: 0 0 20px 0;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    z-index: 3;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.85;
    text-align: center;
}

.about-cta p {
    color: rgba(200, 204, 212, 0.7);
    font-size: 1em;
    line-height: 1.85;
    margin: 0 auto 24px;
    max-width: 800px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    font-family: 'Georgia', 'Times New Roman', serif;
    text-align: center;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(91, 106, 191, 0.12);
    border: 1px solid rgba(91, 106, 191, 0.15);
    border-radius: 14px;
    color: #7a8add;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 0 40px rgba(91, 106, 191, 0.05);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
    z-index: 3;
    text-transform: none;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(91, 106, 191, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.cta-button:hover {
    background: rgba(91, 106, 191, 0.18);
    border-color: rgba(91, 106, 191, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 0 40px rgba(91, 106, 191, 0.1);
    color: #8b9aff;
}

.cta-button:hover::before {
    opacity: 1;
}

.cta-button:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgba(91, 106, 191, 0.05);
}


@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .about-header {
        padding: 24px 22px 0;
    }

    .about-header h2 {
        font-size: 1.4em;
    }

    .about-header-line {
        margin: 0 22px;
    }

    .about-intro {
        padding: 22px 22px 0;
    }

    .intro-lead {
        font-size: 0.95em !important;
        padding-left: 0 !important;
        border-left: none !important;
    }

    .intro-highlight {
        padding: 0 !important;
        font-size: 0.95em !important;
        margin: 20px 0 !important;
    }

    .intro-conclusion {
        font-size: 0.95em !important;
        margin-top: 20px !important;
        padding-top: 0 !important;
    }

    .about-grid {
        grid-template-columns: 1fr;
        padding: 24px 22px;
        gap: 12px;
    }

    .about-card {
        padding: 22px 20px;
    }

    .about-quote {
        margin: 0 22px 24px;
        padding: 20px 22px;
    }

    .borges-quote {
        padding-left: 20px;
        margin: 32px 0;
        margin-left: 4px;
        border-left-width: 2px;
    }

    .borges-quote h2 {
        font-size: 1.25em;
        margin-bottom: 24px;
    }

    .borges-quote p {
        font-size: 0.95em;
        line-height: 1.85;
        margin-bottom: 20px;
        text-align: left;
    }

    .borges-quote p:nth-child(6) {
        font-size: 0.95em;
        margin: 20px 0;
        padding: 0;
    }

    .borges-quote p:last-child {
        font-size: 0.95em;
        margin-top: 20px;
        padding-top: 0;
    }

    .about-cta {
        margin: 48px 0;
        padding: 0;
    }

    .about-cta::before {
        width: 150px;
        top: -24px;
    }

    .about-cta h2 {
        font-size: 0.95em;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-cta p {
        font-size: 0.95em;
        line-height: 1.85;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 0.95em;
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
    }
}
