.bega-about {
    font-family: inherit;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #373936;
}

.bega-about-header {
    margin-bottom: 60px;
}

.bega-about-subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bega-about-number {
    font-size: 80px;
    font-weight: 300;
    line-height: 0.8;
    color: #F3C267;
}

.bega-about-label {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #AD7C2E;
}

.bega-about-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

.bega-about-title-dark {
    color: #373936;
}

.bega-about-title-gold {
    color: #F3C267;
}

.bega-about-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #686C69;
    max-width: 700px;
    margin: 0;
}

.bega-about-main {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
}

@media (min-width: 768px) {
    .bega-about-main {
        flex-direction: row;
        align-items: center;
    }
    
    .bega-about-left {
        flex: 0 0 38%;
        max-width: 38%;
    }
    
    .bega-about-right {
        flex: 0 0 calc(62% - 56px);
        max-width: calc(62% - 56px);
    }
}

.bega-about-ben-card {
    background-color: #F7F2E9;
    border-radius: 22px;
    padding: 48px 32px;
    text-align: center;
}

.bega-about-avatar-wrap {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto 32px auto;
}

.bega-about-avatar-bg {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 1px solid rgba(138, 104, 46, 0.2);
    z-index: 1;
}

.bega-about-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.bega-about-name {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #373936;
}

.bega-about-role {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #8A682E;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.bega-about-divider {
    height: 1px;
    background-color: #8A682E;
    opacity: 0.2;
    width: 40px;
    margin: 0 auto 20px auto;
}

.bega-about-bio {
    font-size: 15px;
    color: #686C69;
    margin: 0;
}

.bega-about-services {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #8A682E;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.bega-about-heading {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 24px 0;
    color: #373936;
}

.bega-about-text {
    font-size: 17px;
    line-height: 1.7;
    color: #686C69;
    margin-bottom: 32px;
}

.bega-about-text p {
    margin-bottom: 16px;
}

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

.bega-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #1F2D49;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: filter 0.3s ease, transform 0.2s ease;
}

.bega-about-btn:hover {
    filter: brightness(0.9);
}

.bega-about-btn:focus-visible {
    outline: 2px solid #F3C267;
    outline-offset: 2px;
}

.bega-about-hr {
    border: 0;
    height: 1px;
    background-color: rgba(55, 57, 54, 0.1);
    margin: 48px 0;
}

.bega-about-footer {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 768px) {
    .bega-about-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .bega-about-footer-left {
        flex: 1;
        padding-right: 40px;
    }
}

.bega-about-footer-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #373936;
}

.bega-about-footer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #686C69;
    margin: 0;
}

.bega-about-footer-right {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bega-about-tag {
    background-color: #F7F2E9;
    color: #8A682E;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .bega-about {
        padding: 40px 0;
    }
    
    .bega-about-title {
        font-size: 32px;
    }
    
    .bega-about-avatar-wrap {
        width: 220px;
        height: 220px;
    }
    
    .bega-about-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bega-about-avatar-wrap {
        width: 180px;
        height: 180px;
    }
    
    .bega-about-heading {
        font-size: 28px;
    }
}
