
.anka-about-wrapper{
    max-width:1200px;
    margin:0 auto;
    padding:30px 15px;
    font-family:inherit;
}
.anka-about-hero{
    text-align:center;
    margin-bottom:40px;
}
.anka-about-hero h2{
    font-size:36px;
    margin-bottom:12px;
    line-height:1.2;
}
.anka-about-hero p{
    max-width:780px;
    margin:0 auto;
    font-size:18px;
    color:#555;
}
.anka-about-sections{
    display:flex;
    flex-direction:column;
    gap:32px;
}
.anka-about-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    align-items:center;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:24px;
}
.anka-about-section.layout-right .anka-about-media{order:2;}
.anka-about-section.layout-right .anka-about-content{order:1;}
.anka-about-media img,
.anka-placeholder{
    width:100%;
    min-height:320px;
    object-fit:cover;
    display:block;
    border-radius:16px;
    background:#eef2f7;
}
.anka-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#7a7a7a;
    font-weight:600;
}
.anka-about-content h3{
    font-size:28px;
    margin:0 0 14px;
}
.anka-about-text p{
    margin:0 0 14px;
    line-height:1.8;
    color:#444;
    font-size:16px;
}
.anka-vm-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    margin-top:38px;
}
.anka-vm-card{
    background:linear-gradient(135deg, #f5f7fa, #ffffff);
    border-radius:20px;
    padding:28px;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.anka-vm-card h3{
    font-size:24px;
    margin-top:0;
    margin-bottom:12px;
}
.anka-vm-card p{
    line-height:1.8;
    color:#444;
}
@media (max-width: 768px){
    .anka-about-section,
    .anka-vm-grid{
        grid-template-columns:1fr;
    }
    .anka-about-section.layout-right .anka-about-media,
    .anka-about-section.layout-right .anka-about-content{
        order:initial;
    }
    .anka-about-hero h2{
        font-size:28px;
    }
}
